Imported Debian version 0.1.3.1 master debian/0.1.3.1
authorDoug McMahon <mc631man@gmail.com>
Fri, 11 Apr 2014 12:49:27 +0000 (08:49 -0400)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 9 Dec 2014 21:41:05 +0000 (22:41 +0100)
335 files changed:
.gitignore [new file with mode: 0644]
Android.mk [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
MODULE_LICENSE_FRAUNHOFER [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NOTICE [new file with mode: 0644]
aac-enc.c [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
debian/aac-enc.1 [new file with mode: 0644]
debian/aac-enc.docs [new file with mode: 0644]
debian/aac-enc.install [new file with mode: 0644]
debian/aac-enc.manpages [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/libfdk-aac-dev.install [new file with mode: 0644]
debian/libfdk-aac0.install [new file with mode: 0644]
debian/libfdk-aac0.symbols [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
documentation/aacDecoder.pdf [new file with mode: 0644]
documentation/aacEncoder.pdf [new file with mode: 0644]
fdk-aac.pc.in [new file with mode: 0644]
fdk-aac.sym [new file with mode: 0644]
libAACdec/include/aacdecoder_lib.h [new file with mode: 0644]
libAACdec/src/aac_ram.cpp [new file with mode: 0644]
libAACdec/src/aac_ram.h [new file with mode: 0644]
libAACdec/src/aac_rom.cpp [new file with mode: 0644]
libAACdec/src/aac_rom.h [new file with mode: 0644]
libAACdec/src/aacdec_drc.cpp [new file with mode: 0644]
libAACdec/src/aacdec_drc.h [new file with mode: 0644]
libAACdec/src/aacdec_drc_types.h [new file with mode: 0644]
libAACdec/src/aacdec_hcr.cpp [new file with mode: 0644]
libAACdec/src/aacdec_hcr.h [new file with mode: 0644]
libAACdec/src/aacdec_hcr_bit.cpp [new file with mode: 0644]
libAACdec/src/aacdec_hcr_bit.h [new file with mode: 0644]
libAACdec/src/aacdec_hcr_types.h [new file with mode: 0644]
libAACdec/src/aacdec_hcrs.cpp [new file with mode: 0644]
libAACdec/src/aacdec_hcrs.h [new file with mode: 0644]
libAACdec/src/aacdec_pns.cpp [new file with mode: 0644]
libAACdec/src/aacdec_pns.h [new file with mode: 0644]
libAACdec/src/aacdec_tns.cpp [new file with mode: 0644]
libAACdec/src/aacdec_tns.h [new file with mode: 0644]
libAACdec/src/aacdecoder.cpp [new file with mode: 0644]
libAACdec/src/aacdecoder.h [new file with mode: 0644]
libAACdec/src/aacdecoder_lib.cpp [new file with mode: 0644]
libAACdec/src/arm/block_arm.cpp [new file with mode: 0644]
libAACdec/src/block.cpp [new file with mode: 0644]
libAACdec/src/block.h [new file with mode: 0644]
libAACdec/src/channel.cpp [new file with mode: 0644]
libAACdec/src/channel.h [new file with mode: 0644]
libAACdec/src/channelinfo.cpp [new file with mode: 0644]
libAACdec/src/channelinfo.h [new file with mode: 0644]
libAACdec/src/conceal.cpp [new file with mode: 0644]
libAACdec/src/conceal.h [new file with mode: 0644]
libAACdec/src/conceal_types.h [new file with mode: 0644]
libAACdec/src/debug.h [new file with mode: 0644]
libAACdec/src/ldfiltbank.cpp [new file with mode: 0644]
libAACdec/src/ldfiltbank.h [new file with mode: 0644]
libAACdec/src/overlapadd.h [new file with mode: 0644]
libAACdec/src/pulsedata.cpp [new file with mode: 0644]
libAACdec/src/pulsedata.h [new file with mode: 0644]
libAACdec/src/rvlc.cpp [new file with mode: 0644]
libAACdec/src/rvlc.h [new file with mode: 0644]
libAACdec/src/rvlc_info.h [new file with mode: 0644]
libAACdec/src/rvlcbit.cpp [new file with mode: 0644]
libAACdec/src/rvlcbit.h [new file with mode: 0644]
libAACdec/src/rvlcconceal.cpp [new file with mode: 0644]
libAACdec/src/rvlcconceal.h [new file with mode: 0644]
libAACdec/src/stereo.cpp [new file with mode: 0644]
libAACdec/src/stereo.h [new file with mode: 0644]
libAACenc/include/aacenc_lib.h [new file with mode: 0644]
libAACenc/src/aacEnc_ram.cpp [new file with mode: 0644]
libAACenc/src/aacEnc_ram.h [new file with mode: 0644]
libAACenc/src/aacEnc_rom.cpp [new file with mode: 0644]
libAACenc/src/aacEnc_rom.h [new file with mode: 0644]
libAACenc/src/aacenc.cpp [new file with mode: 0644]
libAACenc/src/aacenc.h [new file with mode: 0644]
libAACenc/src/aacenc_hcr.cpp [new file with mode: 0644]
libAACenc/src/aacenc_hcr.h [new file with mode: 0644]
libAACenc/src/aacenc_lib.cpp [new file with mode: 0644]
libAACenc/src/aacenc_pns.cpp [new file with mode: 0644]
libAACenc/src/aacenc_pns.h [new file with mode: 0644]
libAACenc/src/aacenc_tns.cpp [new file with mode: 0644]
libAACenc/src/aacenc_tns.h [new file with mode: 0644]
libAACenc/src/adj_thr.cpp [new file with mode: 0644]
libAACenc/src/adj_thr.h [new file with mode: 0644]
libAACenc/src/adj_thr_data.h [new file with mode: 0644]
libAACenc/src/band_nrg.cpp [new file with mode: 0644]
libAACenc/src/band_nrg.h [new file with mode: 0644]
libAACenc/src/bandwidth.cpp [new file with mode: 0644]
libAACenc/src/bandwidth.h [new file with mode: 0644]
libAACenc/src/bit_cnt.cpp [new file with mode: 0644]
libAACenc/src/bit_cnt.h [new file with mode: 0644]
libAACenc/src/bitenc.cpp [new file with mode: 0644]
libAACenc/src/bitenc.h [new file with mode: 0644]
libAACenc/src/block_switch.cpp [new file with mode: 0644]
libAACenc/src/block_switch.h [new file with mode: 0644]
libAACenc/src/channel_map.cpp [new file with mode: 0644]
libAACenc/src/channel_map.h [new file with mode: 0644]
libAACenc/src/chaosmeasure.cpp [new file with mode: 0644]
libAACenc/src/chaosmeasure.h [new file with mode: 0644]
libAACenc/src/dyn_bits.cpp [new file with mode: 0644]
libAACenc/src/dyn_bits.h [new file with mode: 0644]
libAACenc/src/grp_data.cpp [new file with mode: 0644]
libAACenc/src/grp_data.h [new file with mode: 0644]
libAACenc/src/intensity.cpp [new file with mode: 0644]
libAACenc/src/intensity.h [new file with mode: 0644]
libAACenc/src/interface.h [new file with mode: 0644]
libAACenc/src/line_pe.cpp [new file with mode: 0644]
libAACenc/src/line_pe.h [new file with mode: 0644]
libAACenc/src/metadata_compressor.cpp [new file with mode: 0644]
libAACenc/src/metadata_compressor.h [new file with mode: 0644]
libAACenc/src/metadata_main.cpp [new file with mode: 0644]
libAACenc/src/metadata_main.h [new file with mode: 0644]
libAACenc/src/ms_stereo.cpp [new file with mode: 0644]
libAACenc/src/ms_stereo.h [new file with mode: 0644]
libAACenc/src/noisedet.cpp [new file with mode: 0644]
libAACenc/src/noisedet.h [new file with mode: 0644]
libAACenc/src/pns_func.h [new file with mode: 0644]
libAACenc/src/pnsparam.cpp [new file with mode: 0644]
libAACenc/src/pnsparam.h [new file with mode: 0644]
libAACenc/src/pre_echo_control.cpp [new file with mode: 0644]
libAACenc/src/pre_echo_control.h [new file with mode: 0644]
libAACenc/src/psy_configuration.cpp [new file with mode: 0644]
libAACenc/src/psy_configuration.h [new file with mode: 0644]
libAACenc/src/psy_const.h [new file with mode: 0644]
libAACenc/src/psy_data.h [new file with mode: 0644]
libAACenc/src/psy_main.cpp [new file with mode: 0644]
libAACenc/src/psy_main.h [new file with mode: 0644]
libAACenc/src/qc_data.h [new file with mode: 0644]
libAACenc/src/qc_main.cpp [new file with mode: 0644]
libAACenc/src/qc_main.h [new file with mode: 0644]
libAACenc/src/quantize.cpp [new file with mode: 0644]
libAACenc/src/quantize.h [new file with mode: 0644]
libAACenc/src/sf_estim.cpp [new file with mode: 0644]
libAACenc/src/sf_estim.h [new file with mode: 0644]
libAACenc/src/spreading.cpp [new file with mode: 0644]
libAACenc/src/spreading.h [new file with mode: 0644]
libAACenc/src/tns_func.h [new file with mode: 0644]
libAACenc/src/tonality.cpp [new file with mode: 0644]
libAACenc/src/tonality.h [new file with mode: 0644]
libAACenc/src/transform.cpp [new file with mode: 0644]
libAACenc/src/transform.h [new file with mode: 0644]
libFDK/include/FDK_archdef.h [new file with mode: 0644]
libFDK/include/FDK_bitbuffer.h [new file with mode: 0644]
libFDK/include/FDK_bitstream.h [new file with mode: 0644]
libFDK/include/FDK_core.h [new file with mode: 0644]
libFDK/include/FDK_crc.h [new file with mode: 0644]
libFDK/include/FDK_hybrid.h [new file with mode: 0644]
libFDK/include/FDK_tools_rom.h [new file with mode: 0644]
libFDK/include/FDK_trigFcts.h [new file with mode: 0644]
libFDK/include/abs.h [new file with mode: 0644]
libFDK/include/arm/clz_arm.h [new file with mode: 0644]
libFDK/include/arm/cplx_mul.h [new file with mode: 0644]
libFDK/include/arm/fixmadd_arm.h [new file with mode: 0644]
libFDK/include/arm/fixmul_arm.h [new file with mode: 0644]
libFDK/include/arm/scale.h [new file with mode: 0644]
libFDK/include/arm/scramble.h [new file with mode: 0644]
libFDK/include/autocorr2nd.h [new file with mode: 0644]
libFDK/include/clz.h [new file with mode: 0644]
libFDK/include/common_fix.h [new file with mode: 0644]
libFDK/include/cplx_mul.h [new file with mode: 0644]
libFDK/include/dct.h [new file with mode: 0644]
libFDK/include/fft.h [new file with mode: 0644]
libFDK/include/fft_rad2.h [new file with mode: 0644]
libFDK/include/fixmadd.h [new file with mode: 0644]
libFDK/include/fixminmax.h [new file with mode: 0644]
libFDK/include/fixmul.h [new file with mode: 0644]
libFDK/include/fixpoint_math.h [new file with mode: 0644]
libFDK/include/mdct.h [new file with mode: 0644]
libFDK/include/mips/abs_mips.h [new file with mode: 0644]
libFDK/include/mips/clz_mips.h [new file with mode: 0644]
libFDK/include/mips/cplx_mul.h [new file with mode: 0644]
libFDK/include/mips/fixmadd_mips.h [new file with mode: 0644]
libFDK/include/mips/fixmul_mips.h [new file with mode: 0644]
libFDK/include/mips/scale.h [new file with mode: 0644]
libFDK/include/mips/scramble.h [new file with mode: 0644]
libFDK/include/qmf.h [new file with mode: 0644]
libFDK/include/scale.h [new file with mode: 0644]
libFDK/include/scramble.h [new file with mode: 0644]
libFDK/include/x86/abs_x86.h [new file with mode: 0644]
libFDK/include/x86/clz_x86.h [new file with mode: 0644]
libFDK/include/x86/fixmul_x86.h [new file with mode: 0644]
libFDK/src/FDK_bitbuffer.cpp [new file with mode: 0644]
libFDK/src/FDK_core.cpp [new file with mode: 0644]
libFDK/src/FDK_crc.cpp [new file with mode: 0644]
libFDK/src/FDK_hybrid.cpp [new file with mode: 0644]
libFDK/src/FDK_tools_rom.cpp [new file with mode: 0644]
libFDK/src/FDK_trigFcts.cpp [new file with mode: 0644]
libFDK/src/arm/autocorr2nd.cpp [new file with mode: 0644]
libFDK/src/arm/dct_arm.cpp [new file with mode: 0644]
libFDK/src/arm/fft_rad2_arm.cpp [new file with mode: 0644]
libFDK/src/arm/qmf_arm.cpp [new file with mode: 0644]
libFDK/src/arm/scale_arm.cpp [new file with mode: 0644]
libFDK/src/autocorr2nd.cpp [new file with mode: 0644]
libFDK/src/dct.cpp [new file with mode: 0644]
libFDK/src/fft.cpp [new file with mode: 0644]
libFDK/src/fft_rad2.cpp [new file with mode: 0644]
libFDK/src/fixpoint_math.cpp [new file with mode: 0644]
libFDK/src/mdct.cpp [new file with mode: 0644]
libFDK/src/mips/fft_rad2_mips.cpp [new file with mode: 0644]
libFDK/src/mips/mips_fft_twiddles.cpp [new file with mode: 0644]
libFDK/src/mips/scale.cpp [new file with mode: 0644]
libFDK/src/qmf.cpp [new file with mode: 0644]
libFDK/src/scale.cpp [new file with mode: 0644]
libMpegTPDec/include/mpegFileRead.h [new file with mode: 0644]
libMpegTPDec/include/tp_data.h [new file with mode: 0644]
libMpegTPDec/include/tpdec_lib.h [new file with mode: 0644]
libMpegTPDec/src/mpegFileFormat.h [new file with mode: 0644]
libMpegTPDec/src/tpdec_adif.cpp [new file with mode: 0644]
libMpegTPDec/src/tpdec_adif.h [new file with mode: 0644]
libMpegTPDec/src/tpdec_adts.cpp [new file with mode: 0644]
libMpegTPDec/src/tpdec_adts.h [new file with mode: 0644]
libMpegTPDec/src/tpdec_asc.cpp [new file with mode: 0644]
libMpegTPDec/src/tpdec_latm.cpp [new file with mode: 0644]
libMpegTPDec/src/tpdec_latm.h [new file with mode: 0644]
libMpegTPDec/src/tpdec_lib.cpp [new file with mode: 0644]
libMpegTPDec/src/version [new file with mode: 0644]
libMpegTPEnc/include/mpegFileWrite.h [new file with mode: 0644]
libMpegTPEnc/include/tp_data.h [new file with mode: 0644]
libMpegTPEnc/include/tpenc_lib.h [new file with mode: 0644]
libMpegTPEnc/src/tpenc_adif.cpp [new file with mode: 0644]
libMpegTPEnc/src/tpenc_adif.h [new file with mode: 0644]
libMpegTPEnc/src/tpenc_adts.cpp [new file with mode: 0644]
libMpegTPEnc/src/tpenc_adts.h [new file with mode: 0644]
libMpegTPEnc/src/tpenc_asc.cpp [new file with mode: 0644]
libMpegTPEnc/src/tpenc_asc.h [new file with mode: 0644]
libMpegTPEnc/src/tpenc_latm.cpp [new file with mode: 0644]
libMpegTPEnc/src/tpenc_latm.h [new file with mode: 0644]
libMpegTPEnc/src/tpenc_lib.cpp [new file with mode: 0644]
libMpegTPEnc/src/version [new file with mode: 0644]
libPCMutils/include/pcmutils_lib.h [new file with mode: 0644]
libPCMutils/src/pcmutils_lib.cpp [new file with mode: 0644]
libSBRdec/include/sbrdecoder.h [new file with mode: 0644]
libSBRdec/src/arm/env_calc_arm.cpp [new file with mode: 0644]
libSBRdec/src/arm/lpp_tran_arm.cpp [new file with mode: 0644]
libSBRdec/src/env_calc.cpp [new file with mode: 0644]
libSBRdec/src/env_calc.h [new file with mode: 0644]
libSBRdec/src/env_dec.cpp [new file with mode: 0644]
libSBRdec/src/env_dec.h [new file with mode: 0644]
libSBRdec/src/env_extr.cpp [new file with mode: 0644]
libSBRdec/src/env_extr.h [new file with mode: 0644]
libSBRdec/src/huff_dec.cpp [new file with mode: 0644]
libSBRdec/src/huff_dec.h [new file with mode: 0644]
libSBRdec/src/lpp_tran.cpp [new file with mode: 0644]
libSBRdec/src/lpp_tran.h [new file with mode: 0644]
libSBRdec/src/psbitdec.cpp [new file with mode: 0644]
libSBRdec/src/psbitdec.h [new file with mode: 0644]
libSBRdec/src/psdec.cpp [new file with mode: 0644]
libSBRdec/src/psdec.h [new file with mode: 0644]
libSBRdec/src/psdec_hybrid.cpp [new file with mode: 0644]
libSBRdec/src/psdec_hybrid.h [new file with mode: 0644]
libSBRdec/src/sbr_crc.cpp [new file with mode: 0644]
libSBRdec/src/sbr_crc.h [new file with mode: 0644]
libSBRdec/src/sbr_deb.cpp [new file with mode: 0644]
libSBRdec/src/sbr_deb.h [new file with mode: 0644]
libSBRdec/src/sbr_dec.cpp [new file with mode: 0644]
libSBRdec/src/sbr_dec.h [new file with mode: 0644]
libSBRdec/src/sbr_ram.cpp [new file with mode: 0644]
libSBRdec/src/sbr_ram.h [new file with mode: 0644]
libSBRdec/src/sbr_rom.cpp [new file with mode: 0644]
libSBRdec/src/sbr_rom.h [new file with mode: 0644]
libSBRdec/src/sbr_scale.h [new file with mode: 0644]
libSBRdec/src/sbrdec_drc.cpp [new file with mode: 0644]
libSBRdec/src/sbrdec_drc.h [new file with mode: 0644]
libSBRdec/src/sbrdec_freq_sca.cpp [new file with mode: 0644]
libSBRdec/src/sbrdec_freq_sca.h [new file with mode: 0644]
libSBRdec/src/sbrdecoder.cpp [new file with mode: 0644]
libSBRdec/src/transcendent.h [new file with mode: 0644]
libSBRenc/include/sbr_encoder.h [new file with mode: 0644]
libSBRenc/src/bit_sbr.cpp [new file with mode: 0644]
libSBRenc/src/bit_sbr.h [new file with mode: 0644]
libSBRenc/src/cmondata.h [new file with mode: 0644]
libSBRenc/src/code_env.cpp [new file with mode: 0644]
libSBRenc/src/code_env.h [new file with mode: 0644]
libSBRenc/src/env_bit.cpp [new file with mode: 0644]
libSBRenc/src/env_bit.h [new file with mode: 0644]
libSBRenc/src/env_est.cpp [new file with mode: 0644]
libSBRenc/src/env_est.h [new file with mode: 0644]
libSBRenc/src/fram_gen.cpp [new file with mode: 0644]
libSBRenc/src/fram_gen.h [new file with mode: 0644]
libSBRenc/src/invf_est.cpp [new file with mode: 0644]
libSBRenc/src/invf_est.h [new file with mode: 0644]
libSBRenc/src/mh_det.cpp [new file with mode: 0644]
libSBRenc/src/mh_det.h [new file with mode: 0644]
libSBRenc/src/nf_est.cpp [new file with mode: 0644]
libSBRenc/src/nf_est.h [new file with mode: 0644]
libSBRenc/src/ps_bitenc.cpp [new file with mode: 0644]
libSBRenc/src/ps_bitenc.h [new file with mode: 0644]
libSBRenc/src/ps_const.h [new file with mode: 0644]
libSBRenc/src/ps_encode.cpp [new file with mode: 0644]
libSBRenc/src/ps_encode.h [new file with mode: 0644]
libSBRenc/src/ps_main.cpp [new file with mode: 0644]
libSBRenc/src/ps_main.h [new file with mode: 0644]
libSBRenc/src/resampler.cpp [new file with mode: 0644]
libSBRenc/src/resampler.h [new file with mode: 0644]
libSBRenc/src/sbr.h [new file with mode: 0644]
libSBRenc/src/sbr_def.h [new file with mode: 0644]
libSBRenc/src/sbr_encoder.cpp [new file with mode: 0644]
libSBRenc/src/sbr_misc.cpp [new file with mode: 0644]
libSBRenc/src/sbr_misc.h [new file with mode: 0644]
libSBRenc/src/sbr_ram.cpp [new file with mode: 0644]
libSBRenc/src/sbr_ram.h [new file with mode: 0644]
libSBRenc/src/sbr_rom.cpp [new file with mode: 0644]
libSBRenc/src/sbr_rom.h [new file with mode: 0644]
libSBRenc/src/sbrenc_freq_sca.cpp [new file with mode: 0644]
libSBRenc/src/sbrenc_freq_sca.h [new file with mode: 0644]
libSBRenc/src/ton_corr.cpp [new file with mode: 0644]
libSBRenc/src/ton_corr.h [new file with mode: 0644]
libSBRenc/src/tran_det.cpp [new file with mode: 0644]
libSBRenc/src/tran_det.h [new file with mode: 0644]
libSYS/include/FDK_audio.h [new file with mode: 0644]
libSYS/include/audio.h [new file with mode: 0644]
libSYS/include/cmdl_parser.h [new file with mode: 0644]
libSYS/include/conv_string.h [new file with mode: 0644]
libSYS/include/genericStds.h [new file with mode: 0644]
libSYS/include/machine_type.h [new file with mode: 0644]
libSYS/include/wav_file.h [new file with mode: 0644]
libSYS/src/cmdl_parser.cpp [new file with mode: 0644]
libSYS/src/conv_string.cpp [new file with mode: 0644]
libSYS/src/genericStds.cpp [new file with mode: 0644]
libSYS/src/linux/FDK_stackload_linux.cpp [new file with mode: 0644]
libSYS/src/linux/audio_linux.cpp [new file with mode: 0644]
libSYS/src/linux/coresup_linux.cpp [new file with mode: 0644]
libSYS/src/linux/genericStds_linux.cpp [new file with mode: 0644]
libSYS/src/linux/uart_linux.cpp [new file with mode: 0644]
libSYS/src/mips/genericStds_mips.cpp [new file with mode: 0644]
libSYS/src/wav_file.cpp [new file with mode: 0644]
m4/.gitkeep [new file with mode: 0644]
wavreader.c [new file with mode: 0644]
wavreader.h [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a882555
--- /dev/null
@@ -0,0 +1,28 @@
+*.o
+*.lo
+*.la
+.deps
+.libs
+.dirstamp
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+configure
+fdk-aac.pc
+config.guess
+config.log
+config.status
+config.sub
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
+stamp-h1
+aac-enc
diff --git a/Android.mk b/Android.mk
new file mode 100644 (file)
index 0000000..f804089
--- /dev/null
@@ -0,0 +1,58 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+aacdec_sources := $(wildcard $(LOCAL_PATH)/libAACdec/src/*.cpp)
+aacdec_sources := $(aacdec_sources:$(LOCAL_PATH)/libAACdec/src/%=%)
+
+aacenc_sources := $(wildcard $(LOCAL_PATH)/libAACenc/src/*.cpp)
+aacenc_sources := $(aacenc_sources:$(LOCAL_PATH)/libAACenc/src/%=%)
+
+pcmutils_sources := $(wildcard $(LOCAL_PATH)/libPCMutils/src/*.cpp)
+pcmutils_sources := $(pcmutils_sources:$(LOCAL_PATH)/libPCMutils/src/%=%)
+
+fdk_sources := $(wildcard $(LOCAL_PATH)/libFDK/src/*.cpp)
+fdk_sources := $(fdk_sources:$(LOCAL_PATH)/libFDK/src/%=%)
+
+sys_sources := $(wildcard $(LOCAL_PATH)/libSYS/src/*.cpp)
+sys_sources := $(sys_sources:$(LOCAL_PATH)/libSYS/src/%=%)
+
+mpegtpdec_sources := $(wildcard $(LOCAL_PATH)/libMpegTPDec/src/*.cpp)
+mpegtpdec_sources := $(mpegtpdec_sources:$(LOCAL_PATH)/libMpegTPDec/src/%=%)
+
+mpegtpenc_sources := $(wildcard $(LOCAL_PATH)/libMpegTPEnc/src/*.cpp)
+mpegtpenc_sources := $(mpegtpenc_sources:$(LOCAL_PATH)/libMpegTPEnc/src/%=%)
+
+sbrdec_sources := $(wildcard $(LOCAL_PATH)/libSBRdec/src/*.cpp)
+sbrdec_sources := $(sbrdec_sources:$(LOCAL_PATH)/libSBRdec/src/%=%)
+
+sbrenc_sources := $(wildcard $(LOCAL_PATH)/libSBRenc/src/*.cpp)
+sbrenc_sources := $(sbrenc_sources:$(LOCAL_PATH)/libSBRenc/src/%=%)
+
+LOCAL_SRC_FILES := \
+        $(aacdec_sources:%=libAACdec/src/%) \
+        $(aacenc_sources:%=libAACenc/src/%) \
+        $(pcmutils_sources:%=libPCMutils/src/%) \
+        $(fdk_sources:%=libFDK/src/%) \
+        $(sys_sources:%=libSYS/src/%) \
+        $(mpegtpdec_sources:%=libMpegTPDec/src/%) \
+        $(mpegtpenc_sources:%=libMpegTPEnc/src/%) \
+        $(sbrdec_sources:%=libSBRdec/src/%) \
+        $(sbrenc_sources:%=libSBRenc/src/%)
+
+LOCAL_CFLAGS := -DANDROID
+LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
+
+LOCAL_C_INCLUDES := \
+        $(LOCAL_PATH)/libAACdec/include \
+        $(LOCAL_PATH)/libAACenc/include \
+        $(LOCAL_PATH)/libPCMutils/include \
+        $(LOCAL_PATH)/libFDK/include \
+        $(LOCAL_PATH)/libSYS/include \
+        $(LOCAL_PATH)/libMpegTPDec/include \
+        $(LOCAL_PATH)/libMpegTPEnc/include \
+        $(LOCAL_PATH)/libSBRdec/include \
+        $(LOCAL_PATH)/libSBRenc/include
+
+LOCAL_MODULE:= libFraunhoferAAC
+
+include $(BUILD_STATIC_LIBRARY)
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..0702fe0
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,21 @@
+0.1.3
+ - Updated upstream sources, with a number of crash fixes and new features
+   (including support for encoding 7.1)
+
+0.1.2
+ - Fix a few more crashes
+ - Include dependency libs (such as -lm) in the pkg-config file
+
+0.1.1
+ - Updated to a new upstream version from Android 4.2, fixing a lot of crashes
+ - Cleanup of autotools usage
+ - Make sure the shared library links to libm if necessary
+ - Performance improvements on x86
+ - Added support for WG4/DVD audio channel mappings
+ - Minimized the differences to upstream
+ - Added an example encoder tool
+
+0.1.0
+ - Initial release of fdk-aac
+ - autotools based build system
+ - Enable setting VBR bitrate modes
diff --git a/MODULE_LICENSE_FRAUNHOFER b/MODULE_LICENSE_FRAUNHOFER
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..e179cf9
--- /dev/null
@@ -0,0 +1,216 @@
+ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = subdir-objects
+
+AM_CPPFLAGS = \
+    -I$(top_srcdir)/libAACdec/include \
+    -I$(top_srcdir)/libAACenc/include \
+    -I$(top_srcdir)/libSBRdec/include \
+    -I$(top_srcdir)/libSBRenc/include \
+    -I$(top_srcdir)/libMpegTPDec/include \
+    -I$(top_srcdir)/libMpegTPEnc/include \
+    -I$(top_srcdir)/libSYS/include \
+    -I$(top_srcdir)/libFDK/include \
+    -I$(top_srcdir)/libPCMutils/include
+
+AM_CXXFLAGS = -fno-exceptions -fno-rtti
+libfdk_aac_la_LINK = $(LINK) $(libfdk_aac_la_LDFLAGS)
+# Mention a dummy pure C file to trigger generation of the $(LINK) variable
+nodist_EXTRA_libfdk_aac_la_SOURCES = dummy.c
+
+fdk_aacincludedir = $(includedir)/fdk-aac
+fdk_aacinclude_HEADERS = \
+    $(top_srcdir)/libSYS/include/machine_type.h \
+    $(top_srcdir)/libSYS/include/genericStds.h \
+    $(top_srcdir)/libSYS/include/FDK_audio.h \
+    $(top_srcdir)/libAACenc/include/aacenc_lib.h \
+    $(top_srcdir)/libAACdec/include/aacdecoder_lib.h
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = fdk-aac.pc
+
+lib_LTLIBRARIES = libfdk-aac.la
+
+libfdk_aac_la_LDFLAGS = -version-info @FDK_AAC_VERSION@ -no-undefined \
+    -export-symbols $(top_srcdir)/fdk-aac.sym
+
+if EXAMPLE
+bin_PROGRAMS = aac-enc$(EXEEXT)
+
+aac_enc_LDADD = libfdk-aac.la
+aac_enc_SOURCES = aac-enc.c wavreader.c
+
+noinst_HEADERS = wavreader.h
+endif
+
+AACDEC_SRC = \
+    libAACdec/src/aacdec_drc.cpp \
+    libAACdec/src/aacdec_hcr.cpp \
+    libAACdec/src/aacdecoder.cpp \
+    libAACdec/src/aacdec_pns.cpp \
+    libAACdec/src/aac_ram.cpp \
+    libAACdec/src/block.cpp \
+    libAACdec/src/channelinfo.cpp \
+    libAACdec/src/ldfiltbank.cpp \
+    libAACdec/src/rvlcbit.cpp \
+    libAACdec/src/rvlc.cpp \
+    libAACdec/src/aacdec_hcr_bit.cpp \
+    libAACdec/src/aacdec_hcrs.cpp \
+    libAACdec/src/aacdecoder_lib.cpp \
+    libAACdec/src/aacdec_tns.cpp \
+    libAACdec/src/aac_rom.cpp \
+    libAACdec/src/channel.cpp \
+    libAACdec/src/conceal.cpp \
+    libAACdec/src/pulsedata.cpp \
+    libAACdec/src/rvlcconceal.cpp \
+    libAACdec/src/stereo.cpp
+
+AACENC_SRC = \
+    libAACenc/src/aacenc.cpp \
+    libAACenc/src/aacEnc_ram.cpp \
+    libAACenc/src/band_nrg.cpp \
+    libAACenc/src/block_switch.cpp \
+    libAACenc/src/grp_data.cpp \
+    libAACenc/src/metadata_main.cpp \
+    libAACenc/src/pre_echo_control.cpp \
+    libAACenc/src/quantize.cpp \
+    libAACenc/src/tonality.cpp \
+    libAACenc/src/aacenc_hcr.cpp \
+    libAACenc/src/aacEnc_rom.cpp \
+    libAACenc/src/bandwidth.cpp \
+    libAACenc/src/channel_map.cpp \
+    libAACenc/src/intensity.cpp \
+    libAACenc/src/ms_stereo.cpp \
+    libAACenc/src/psy_configuration.cpp \
+    libAACenc/src/sf_estim.cpp \
+    libAACenc/src/transform.cpp \
+    libAACenc/src/aacenc_lib.cpp \
+    libAACenc/src/aacenc_tns.cpp \
+    libAACenc/src/bit_cnt.cpp \
+    libAACenc/src/chaosmeasure.cpp \
+    libAACenc/src/line_pe.cpp \
+    libAACenc/src/noisedet.cpp \
+    libAACenc/src/psy_main.cpp \
+    libAACenc/src/spreading.cpp \
+    libAACenc/src/aacenc_pns.cpp \
+    libAACenc/src/adj_thr.cpp \
+    libAACenc/src/bitenc.cpp \
+    libAACenc/src/dyn_bits.cpp \
+    libAACenc/src/metadata_compressor.cpp \
+    libAACenc/src/pnsparam.cpp \
+    libAACenc/src/qc_main.cpp
+
+FDK_SRC = \
+    libFDK/src/autocorr2nd.cpp \
+    libFDK/src/dct.cpp \
+    libFDK/src/FDK_bitbuffer.cpp \
+    libFDK/src/FDK_core.cpp \
+    libFDK/src/FDK_crc.cpp \
+    libFDK/src/FDK_hybrid.cpp \
+    libFDK/src/FDK_tools_rom.cpp \
+    libFDK/src/FDK_trigFcts.cpp \
+    libFDK/src/fft.cpp \
+    libFDK/src/fft_rad2.cpp \
+    libFDK/src/fixpoint_math.cpp \
+    libFDK/src/mdct.cpp \
+    libFDK/src/qmf.cpp \
+    libFDK/src/scale.cpp
+
+MPEGTPDEC_SRC = \
+    libMpegTPDec/src/tpdec_adif.cpp \
+    libMpegTPDec/src/tpdec_adts.cpp \
+    libMpegTPDec/src/tpdec_asc.cpp \
+    libMpegTPDec/src/tpdec_latm.cpp \
+    libMpegTPDec/src/tpdec_lib.cpp
+
+MPEGTPENC_SRC = \
+    libMpegTPEnc/src/tpenc_adif.cpp \
+    libMpegTPEnc/src/tpenc_adts.cpp \
+    libMpegTPEnc/src/tpenc_asc.cpp \
+    libMpegTPEnc/src/tpenc_latm.cpp \
+    libMpegTPEnc/src/tpenc_lib.cpp
+
+PCMUTILS_SRC = \
+    libPCMutils/src/pcmutils_lib.cpp
+
+SBRDEC_SRC = \
+    libSBRdec/src/env_calc.cpp \
+    libSBRdec/src/env_dec.cpp \
+    libSBRdec/src/env_extr.cpp \
+    libSBRdec/src/huff_dec.cpp \
+    libSBRdec/src/lpp_tran.cpp \
+    libSBRdec/src/psbitdec.cpp \
+    libSBRdec/src/psdec.cpp \
+    libSBRdec/src/psdec_hybrid.cpp \
+    libSBRdec/src/sbr_crc.cpp \
+    libSBRdec/src/sbr_deb.cpp \
+    libSBRdec/src/sbr_dec.cpp \
+    libSBRdec/src/sbrdec_drc.cpp \
+    libSBRdec/src/sbrdec_freq_sca.cpp \
+    libSBRdec/src/sbrdecoder.cpp \
+    libSBRdec/src/sbr_ram.cpp \
+    libSBRdec/src/sbr_rom.cpp
+
+SBRENC_SRC = \
+    libSBRenc/src/bit_sbr.cpp \
+    libSBRenc/src/env_bit.cpp \
+    libSBRenc/src/fram_gen.cpp \
+    libSBRenc/src/mh_det.cpp \
+    libSBRenc/src/ps_bitenc.cpp \
+    libSBRenc/src/ps_encode.cpp \
+    libSBRenc/src/resampler.cpp \
+    libSBRenc/src/sbr_encoder.cpp \
+    libSBRenc/src/sbr_ram.cpp \
+    libSBRenc/src/ton_corr.cpp \
+    libSBRenc/src/code_env.cpp \
+    libSBRenc/src/env_est.cpp \
+    libSBRenc/src/invf_est.cpp \
+    libSBRenc/src/nf_est.cpp \
+    libSBRenc/src/ps_main.cpp \
+    libSBRenc/src/sbrenc_freq_sca.cpp \
+    libSBRenc/src/sbr_misc.cpp \
+    libSBRenc/src/sbr_rom.cpp \
+    libSBRenc/src/tran_det.cpp
+
+SYS_SRC = \
+    libSYS/src/cmdl_parser.cpp \
+    libSYS/src/conv_string.cpp \
+    libSYS/src/genericStds.cpp \
+    libSYS/src/wav_file.cpp
+
+libfdk_aac_la_SOURCES = \
+    $(AACDEC_SRC) $(AACENC_SRC) \
+    $(MPEGTPDEC_SRC) $(MPEGTPENC_SRC) \
+    $(SBRDEC_SRC) $(SBRENC_SRC) \
+    $(PCMUTILS_SRC) $(FDK_SRC) $(SYS_SRC)
+
+EXTRA_DIST = \
+    $(top_srcdir)/autogen.sh \
+    $(top_srcdir)/NOTICE \
+    $(top_srcdir)/Android.mk \
+    $(top_srcdir)/fdk-aac.sym \
+    $(top_srcdir)/documentation/*.pdf \
+    $(top_srcdir)/libAACdec/src/*.h \
+    $(top_srcdir)/libAACdec/src/arm/*.cpp \
+    $(top_srcdir)/libAACenc/src/*.h \
+    $(top_srcdir)/libSBRenc/src/*.h \
+    $(top_srcdir)/libSBRenc/include/*.h \
+    $(top_srcdir)/libSBRdec/src/*.h \
+    $(top_srcdir)/libSBRdec/src/arm/*.cpp \
+    $(top_srcdir)/libSBRdec/include/*.h \
+    $(top_srcdir)/libSYS/include/*.h \
+    $(top_srcdir)/libSYS/src/linux/*.cpp \
+    $(top_srcdir)/libSYS/src/mips/*.cpp \
+    $(top_srcdir)/libPCMutils/include/*.h \
+    $(top_srcdir)/libMpegTPEnc/include/*.h \
+    $(top_srcdir)/libMpegTPEnc/src/*.h \
+    $(top_srcdir)/libMpegTPEnc/src/version \
+    $(top_srcdir)/libMpegTPDec/include/*.h \
+    $(top_srcdir)/libMpegTPDec/src/*.h \
+    $(top_srcdir)/libMpegTPDec/src/version \
+    $(top_srcdir)/libFDK/include/*.h \
+    $(top_srcdir)/libFDK/include/arm/*.h \
+    $(top_srcdir)/libFDK/include/mips/*.h \
+    $(top_srcdir)/libFDK/include/x86/*.h \
+    $(top_srcdir)/libFDK/src/arm/*.cpp \
+    $(top_srcdir)/libFDK/src/mips/*.cpp
+
diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..b3488cc
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,80 @@
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2012 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+
diff --git a/aac-enc.c b/aac-enc.c
new file mode 100644 (file)
index 0000000..1528881
--- /dev/null
+++ b/aac-enc.c
@@ -0,0 +1,234 @@
+/* ------------------------------------------------------------------
+ * Copyright (C) 2011 Martin Storsjo
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+ * express or implied.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ * -------------------------------------------------------------------
+ */
+
+#include <stdio.h>
+#include <stdint.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include "libAACenc/include/aacenc_lib.h"
+#include "wavreader.h"
+
+void usage(const char* name) {
+       fprintf(stderr, "%s [-r bitrate] [-t aot] [-a afterburner] [-s sbr] [-v vbr] in.wav out.aac\n", name);
+       fprintf(stderr, "Supported AOTs:\n");
+       fprintf(stderr, "\t2\tAAC-LC\n");
+       fprintf(stderr, "\t5\tHE-AAC\n");
+       fprintf(stderr, "\t29\tHE-AAC v2\n");
+       fprintf(stderr, "\t23\tAAC-LD\n");
+       fprintf(stderr, "\t39\tAAC-ELD\n");
+}
+
+int main(int argc, char *argv[]) {
+       int bitrate = 64000;
+       int ch;
+       const char *infile, *outfile;
+       FILE *out;
+       void *wav;
+       int format, sample_rate, channels, bits_per_sample;
+       int input_size;
+       uint8_t* input_buf;
+       int16_t* convert_buf;
+       int aot = 2;
+       int afterburner = 1;
+       int eld_sbr = 0;
+       int vbr = 0;
+       HANDLE_AACENCODER handle;
+       CHANNEL_MODE mode;
+       AACENC_InfoStruct info = { 0 };
+       while ((ch = getopt(argc, argv, "r:t:a:s:v:")) != -1) {
+               switch (ch) {
+               case 'r':
+                       bitrate = atoi(optarg);
+                       break;
+               case 't':
+                       aot = atoi(optarg);
+                       break;
+               case 'a':
+                       afterburner = atoi(optarg);
+                       break;
+               case 's':
+                       eld_sbr = atoi(optarg);
+                       break;
+               case 'v':
+                       vbr = atoi(optarg);
+                       break;
+               case '?':
+               default:
+                       usage(argv[0]);
+                       return 1;
+               }
+       }
+       if (argc - optind < 2) {
+               usage(argv[0]);
+               return 1;
+       }
+       infile = argv[optind];
+       outfile = argv[optind + 1];
+
+       wav = wav_read_open(infile);
+       if (!wav) {
+               fprintf(stderr, "Unable to open wav file %s\n", infile);
+               return 1;
+       }
+       if (!wav_get_header(wav, &format, &channels, &sample_rate, &bits_per_sample, NULL)) {
+               fprintf(stderr, "Bad wav file %s\n", infile);
+               return 1;
+       }
+       if (format != 1) {
+               fprintf(stderr, "Unsupported WAV format %d\n", format);
+               return 1;
+       }
+       if (bits_per_sample != 16) {
+               fprintf(stderr, "Unsupported WAV sample depth %d\n", bits_per_sample);
+               return 1;
+       }
+       switch (channels) {
+       case 1: mode = MODE_1;       break;
+       case 2: mode = MODE_2;       break;
+       case 3: mode = MODE_1_2;     break;
+       case 4: mode = MODE_1_2_1;   break;
+       case 5: mode = MODE_1_2_2;   break;
+       case 6: mode = MODE_1_2_2_1; break;
+       default:
+               fprintf(stderr, "Unsupported WAV channels %d\n", channels);
+               return 1;
+       }
+       if (aacEncOpen(&handle, 0, channels) != AACENC_OK) {
+               fprintf(stderr, "Unable to open encoder\n");
+               return 1;
+       }
+       if (aacEncoder_SetParam(handle, AACENC_AOT, aot) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the AOT\n");
+               return 1;
+       }
+       if (aot == 39 && eld_sbr) {
+               if (aacEncoder_SetParam(handle, AACENC_SBR_MODE, 1) != AACENC_OK) {
+                       fprintf(stderr, "Unable to set SBR mode for ELD\n");
+                       return 1;
+               }
+       }
+       if (aacEncoder_SetParam(handle, AACENC_SAMPLERATE, sample_rate) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the AOT\n");
+               return 1;
+       }
+       if (aacEncoder_SetParam(handle, AACENC_CHANNELMODE, mode) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the channel mode\n");
+               return 1;
+       }
+       if (aacEncoder_SetParam(handle, AACENC_CHANNELORDER, 1) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the wav channel order\n");
+               return 1;
+       }
+       if (vbr) {
+               if (aacEncoder_SetParam(handle, AACENC_BITRATEMODE, vbr) != AACENC_OK) {
+                       fprintf(stderr, "Unable to set the VBR bitrate mode\n");
+                       return 1;
+               }
+       } else {
+               if (aacEncoder_SetParam(handle, AACENC_BITRATE, bitrate) != AACENC_OK) {
+                       fprintf(stderr, "Unable to set the bitrate\n");
+                       return 1;
+               }
+       }
+       if (aacEncoder_SetParam(handle, AACENC_TRANSMUX, 2) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the ADTS transmux\n");
+               return 1;
+       }
+       if (aacEncoder_SetParam(handle, AACENC_AFTERBURNER, afterburner) != AACENC_OK) {
+               fprintf(stderr, "Unable to set the afterburner mode\n");
+               return 1;
+       }
+       if (aacEncEncode(handle, NULL, NULL, NULL, NULL) != AACENC_OK) {
+               fprintf(stderr, "Unable to initialize the encoder\n");
+               return 1;
+       }
+       if (aacEncInfo(handle, &info) != AACENC_OK) {
+               fprintf(stderr, "Unable to get the encoder info\n");
+               return 1;
+       }
+
+       out = fopen(outfile, "wb");
+       if (!out) {
+               perror(outfile);
+               return 1;
+       }
+
+       input_size = channels*2*info.frameLength;
+       input_buf = (uint8_t*) malloc(input_size);
+       convert_buf = (int16_t*) malloc(input_size);
+
+       while (1) {
+               AACENC_BufDesc in_buf = { 0 }, out_buf = { 0 };
+               AACENC_InArgs in_args = { 0 };
+               AACENC_OutArgs out_args = { 0 };
+               int in_identifier = IN_AUDIO_DATA;
+               int in_size, in_elem_size;
+               int out_identifier = OUT_BITSTREAM_DATA;
+               int out_size, out_elem_size;
+               int read, i;
+               void *in_ptr, *out_ptr;
+               uint8_t outbuf[20480];
+               AACENC_ERROR err;
+
+               read = wav_read_data(wav, input_buf, input_size);
+               for (i = 0; i < read/2; i++) {
+                       const uint8_t* in = &input_buf[2*i];
+                       convert_buf[i] = in[0] | (in[1] << 8);
+               }
+               if (read <= 0) {
+                       in_args.numInSamples = -1;
+               } else {
+                       in_ptr = convert_buf;
+                       in_size = read;
+                       in_elem_size = 2;
+
+                       in_args.numInSamples = read/2;
+                       in_buf.numBufs = 1;
+                       in_buf.bufs = &in_ptr;
+                       in_buf.bufferIdentifiers = &in_identifier;
+                       in_buf.bufSizes = &in_size;
+                       in_buf.bufElSizes = &in_elem_size;
+               }
+               out_ptr = outbuf;
+               out_size = sizeof(outbuf);
+               out_elem_size = 1;
+               out_buf.numBufs = 1;
+               out_buf.bufs = &out_ptr;
+               out_buf.bufferIdentifiers = &out_identifier;
+               out_buf.bufSizes = &out_size;
+               out_buf.bufElSizes = &out_elem_size;
+
+               if ((err = aacEncEncode(handle, &in_buf, &out_buf, &in_args, &out_args)) != AACENC_OK) {
+                       if (err == AACENC_ENCODE_EOF)
+                               break;
+                       fprintf(stderr, "Encoding failed\n");
+                       return 1;
+               }
+               if (out_args.numOutBytes == 0)
+                       continue;
+               fwrite(outbuf, 1, out_args.numOutBytes, out);
+       }
+       free(input_buf);
+       free(convert_buf);
+       fclose(out);
+       wav_read_close(wav);
+       aacEncClose(&handle);
+
+       return 0;
+}
+
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..210ccb8
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+autoreconf -fiv
diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..452f74f
--- /dev/null
@@ -0,0 +1,38 @@
+dnl                                               -*- Autoconf -*-
+dnl Process this file with autoconf to produce a configure script.
+
+AC_INIT([fdk-aac], [0.1.3], [http://sourceforge.net/projects/opencore-amr/])
+AC_CONFIG_AUX_DIR(.)
+AC_CONFIG_MACRO_DIR([m4])
+AM_INIT_AUTOMAKE([tar-ustar foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+dnl Various options for configure
+AC_ARG_ENABLE([example],
+            [AS_HELP_STRING([--enable-example],
+                [enable example encoding program (default is no)])],
+            [example=$enableval], [example=no])
+
+dnl Automake conditionals to set
+AM_CONDITIONAL(EXAMPLE, test x$example = xyes)
+
+dnl Checks for programs.
+AC_PROG_CC
+AC_PROG_CXX
+LT_INIT
+
+AC_CHECK_LIB([m], [sin])
+
+dnl soname version to use
+dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
+dnl current.age.revision
+FDK_AAC_VERSION=0:4:0
+
+AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS])
+AC_SUBST(FDK_AAC_VERSION)
+AC_SUBST(LIBS_PUBLIC)
+AC_SUBST(LIBS_PRIVATE)
+
+AC_CONFIG_FILES([Makefile
+                 fdk-aac.pc])
+AC_OUTPUT
diff --git a/debian/aac-enc.1 b/debian/aac-enc.1
new file mode 100644 (file)
index 0000000..5edb157
--- /dev/null
@@ -0,0 +1,11 @@
+.TH aac-enc 1 "Feb 2, 2013" "AAC-ENC" "AAC-ENC audio compressor"
+.SH NAME
+aac-enc \- create AAC audio files
+.SH SYNOPSIS
+aac-enc [options] <infile> <outfile>
+.SH DESCRIPTION
+.PP
+aac-enc is a program which can be used to create AAC audio files.
+.SH OPTIONS
+.PP
+See program binary.
diff --git a/debian/aac-enc.docs b/debian/aac-enc.docs
new file mode 100644 (file)
index 0000000..d65bff0
--- /dev/null
@@ -0,0 +1 @@
+documentation/*.pdf
diff --git a/debian/aac-enc.install b/debian/aac-enc.install
new file mode 100644 (file)
index 0000000..f3a1642
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/aac-enc
diff --git a/debian/aac-enc.manpages b/debian/aac-enc.manpages
new file mode 100644 (file)
index 0000000..91b2fe0
--- /dev/null
@@ -0,0 +1 @@
+debian/aac-enc.1
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..f7a3853
--- /dev/null
@@ -0,0 +1,33 @@
+fdk-aac (0.1.3.1) trusty; urgency=medium
+
+  * New upstream release 1.3
+
+ -- Doug McMahon <mc631man@gmail.com>  Fri, 11 Apr 2014 08:49:27 -0400
+
+fdk-aac (0.1.2-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Add watch file. Thanks to Bart Martens for the great work.
+
+ -- Alessio Treglia <alessio@debian.org>  Mon, 14 Oct 2013 23:52:35 +0100
+
+fdk-aac (0.1.1+20130514-3) unstable; urgency=low
+
+  * Team upload.
+  * Include PDF documentation (Closes: #721532)
+
+ -- Alessio Treglia <alessio@debian.org>  Mon, 02 Sep 2013 09:38:37 +0100
+
+fdk-aac (0.1.1+20130514-2) unstable; urgency=low
+
+  * Explain autobuild. 
+
+ -- Romain Beauxis <toots@rastageeks.org>  Tue, 11 Jun 2013 19:06:07 -0500
+
+fdk-aac (0.1.1+20130514-1) unstable; urgency=low
+
+  * Initial upload.
+  Closes: #694257
+
+ -- Romain Beauxis <toots@rastageeks.org>  Tue, 14 May 2013 06:13:57 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..da6e73a
--- /dev/null
@@ -0,0 +1,67 @@
+Source: fdk-aac
+Section: non-free/libs
+Priority: optional
+Maintainer: Doug McMahon <mc631man@gmail.com>
+Homepage: https://github.com/mstorsjo/fdk-aac
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), dh-autoreconf
+Vcs-Git: git://anonscm.debian.org/pkg-multimedia/fdk-aac.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/fdk-aac.git;a=summary
+XS-Autobuild: yes
+
+Package: libfdk-aac0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Fraunhofer FDK AAC Codec Library - runtime files
+ The FDK AAC Codec Library For Android contains an encoder implementation 
+ of the Advanced Audio Coding (AAC) audio codec.
+ .
+ This package contains the files needed to run a program compiled using
+ The Fraunhofer FDK AAC Codec Library.
+
+Package: libfdk-aac0-dbg
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Section: non-free/debug
+Depends:
+ libfdk-aac0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for libfdk-aac0
+ The FDK AAC Codec Library For Android contains an encoder implementation
+ of the Advanced Audio Coding (AAC) audio codec.
+ .
+ This package contains the debugging symbols for libfdk-aac0
+
+Package: libfdk-aac-dev
+Architecture: any
+Multi-Arch: same
+Section: non-free/libdevel
+Depends:
+ libfdk-aac0 (= ${binary:Version}),
+ pkg-config,
+ ${misc:Depends}
+Description: Fraunhofer FDK AAC Codec Library - development files
+ The FDK AAC Codec Library For Android contains an encoder implementation
+ of the Advanced Audio Coding (AAC) audio codec.
+ .
+ This package contains the files needed to compile and statically link
+ against the Fraunhofer FDK AAC Codec Library.
+
+Package: aac-enc
+Architecture: any
+Depends:
+  libfdk-aac0 (= ${binary:Version}),
+  ${shlibs:Depends},
+  ${misc:Depends}
+Section: non-free/sound
+Description: Fraunhofer FDK AAC Codec Library - frontend binary
+ The FDK AAC Codec Library For Android contains an encoder implementation
+ of the Advanced Audio Coding (AAC) audio codec.
+ .
+ This package contains a frontend binary capable of encoding WAVE files
+ using the Fraunhofer FDK AAC Codec Library. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..9d59c23
--- /dev/null
@@ -0,0 +1,132 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Debian Multimedia Maintainers
+Upstream-Contact: pkg-multimedia-maintainers@lists.alioth.debian.org
+Source: https://github.com/mstorsjo/fdk-aac
+
+Files: *
+Copyright:
+  1995 - 2012 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e. V.
+License: Fraunhofer-FDK-AAC-for-Android 
+
+Files: aac-enc.* wavreader.*
+Copyright:
+  2009, 2011 Martin Storsjo
+License: Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2013 Romain Beauxis <toots@rastageeks.org>
+License: GPL-2+
+
+License: Fraunhofer-FDK-AAC-for-Android
+  1.    INTRODUCTION
+ The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+ the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+ This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+ .
+ AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+ audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+ independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+ of the MPEG specifications.
+ .
+ Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+ may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+ individually for the purpose of encoding or decoding bit streams in products that are compliant with
+ the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+ these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+ software may already be covered under those patent licenses when it is used for those licensed purposes only.
+ .
+ Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+ are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+ applications information and documentation.
+ .
+ 2.    COPYRIGHT LICENSE
+ .
+ Redistribution and use in source and binary forms, with or without modification, are permitted without
+ payment of copyright license fees provided that you satisfy the following conditions:
+ .
+ You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+ your modifications thereto in source code form.
+ .
+ You must retain the complete text of this software license in the documentation and/or other materials
+ provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+ You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+ modifications thereto to recipients of copies in binary form.
+ .
+ The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+ prior written permission.
+ .
+ You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+ software or your modifications thereto.
+ .
+ Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+ and the date of any change. For modified versions of the FDK AAC Codec, the term
+ "Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+ "Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+ .
+ 3.    NO PATENT LICENSE
+ .
+ NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+ respect to this software.
+ .
+ You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+ by appropriate patent licenses.
+ .
+ 4.    DISCLAIMER
+ .
+ This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+ "AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+ of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+ including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+ or business interruption, however caused and on any theory of liability, whether in contract, strict
+ liability, or tort (including negligence), arising in any way out of the use of this software, even if
+ advised of the possibility of such damage.
+ .
+ 5.    CONTACT INFORMATION
+ .
+ Fraunhofer Institute for Integrated Circuits IIS
+ Attention: Audio and Multimedia Departments - FDK AAC LL
+ Am Wolfsmantel 33
+ 91058 Erlangen, Germany
+ .
+ www.iis.fraunhofer.de/amm
+ amm-info@iis.fraunhofer.de
+Comment:
+ Section 2. of the license explicitely allows for redistribution, both in source and binary form, making this
+ software fit for autobuild on debian non-free.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+Comment:
+ On Debian systems, the complete text of the Apache License 2.0
+ can be found in /usr/share/common-licenses/Apache-2.0 file.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see
+ <http://www.apache.org/licenses/LICENSE-2.0>.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+Comment:
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL-2 file.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..cec628c
--- /dev/null
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/libfdk-aac-dev.install b/debian/libfdk-aac-dev.install
new file mode 100644 (file)
index 0000000..d9b354d
--- /dev/null
@@ -0,0 +1,3 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/*/libfdk-aac.so
+debian/tmp/usr/lib/*/pkgconfig
diff --git a/debian/libfdk-aac0.install b/debian/libfdk-aac0.install
new file mode 100644 (file)
index 0000000..7bc749f
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libfdk-aac.so.0*
diff --git a/debian/libfdk-aac0.symbols b/debian/libfdk-aac0.symbols
new file mode 100644 (file)
index 0000000..490e985
--- /dev/null
@@ -0,0 +1,19 @@
+libfdk-aac.so.0 libfdk-aac0 #MINVER#
+ aacDecoder_AncDataGet@Base 0.1.1
+ aacDecoder_AncDataInit@Base 0.1.1
+ aacDecoder_Close@Base 0.1.1
+ aacDecoder_ConfigRaw@Base 0.1.1
+ aacDecoder_DecodeFrame@Base 0.1.1
+ aacDecoder_Fill@Base 0.1.1
+ aacDecoder_GetFreeBytes@Base 0.1.1
+ aacDecoder_GetLibInfo@Base 0.1.1
+ aacDecoder_GetStreamInfo@Base 0.1.1
+ aacDecoder_Open@Base 0.1.1
+ aacDecoder_SetParam@Base 0.1.1
+ aacEncClose@Base 0.1.1
+ aacEncEncode@Base 0.1.1
+ aacEncGetLibInfo@Base 0.1.1
+ aacEncInfo@Base 0.1.1
+ aacEncOpen@Base 0.1.1
+ aacEncoder_GetParam@Base 0.1.1
+ aacEncoder_SetParam@Base 0.1.1
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..5a59eae
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --parallel --with autoreconf
+
+override_dh_auto_configure:
+       dh_auto_configure -- --enable-example 
+
+override_dh_strip:
+       dh_strip --dbg-package=libfdk-aac0-dbg
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..d3827e7
--- /dev/null
@@ -0,0 +1 @@
+1.0
diff --git a/documentation/aacDecoder.pdf b/documentation/aacDecoder.pdf
new file mode 100644 (file)
index 0000000..a8cee17
--- /dev/null
@@ -0,0 +1,10416 @@
+%PDF-1.4
+%ÐÔÅØ
+1 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+4 0 obj
+(\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+8 0 obj
+(\376\377\000S\000c\000o\000p\000e)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.1.2) >>
+endobj
+12 0 obj
+(\376\377\000D\000e\000c\000o\000d\000e\000r\000\040\000B\000a\000s\000i\000c\000s)
+endobj
+13 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+16 0 obj
+(\376\377\000L\000i\000b\000r\000a\000r\000y\000\040\000U\000s\000a\000g\000e)
+endobj
+17 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+20 0 obj
+(\376\377\000A\000P\000I\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+21 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+24 0 obj
+(\376\377\000C\000a\000l\000l\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e)
+endobj
+25 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+28 0 obj
+(\376\377\000B\000u\000f\000f\000e\000r\000\040\000S\000y\000s\000t\000e\000m)
+endobj
+29 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+32 0 obj
+(\376\377\000D\000e\000c\000o\000d\000e\000r\000\040\000a\000u\000d\000i\000o\000\040\000o\000u\000t\000p\000u\000t)
+endobj
+33 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+36 0 obj
+(\376\377\000O\000b\000t\000a\000i\000n\000i\000n\000g\000\040\000c\000h\000a\000n\000n\000e\000l\000\040\000m\000a\000p\000p\000i\000n\000g\000\040\000i\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n)
+endobj
+37 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+40 0 obj
+(\376\377\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000t\000h\000e\000\040\000a\000u\000d\000i\000o\000\040\000o\000u\000t\000p\000u\000t\000\040\000f\000o\000r\000m\000a\000t)
+endobj
+41 0 obj
+<< /S /GoTo /D (section.3.3) >>
+endobj
+44 0 obj
+(\376\377\000C\000h\000a\000n\000n\000e\000l\000\040\000m\000a\000p\000p\000i\000n\000g\000\040\000e\000x\000a\000m\000p\000l\000e\000s)
+endobj
+45 0 obj
+<< /S /GoTo /D (subsection.3.3.1) >>
+endobj
+48 0 obj
+(\376\377\000S\000t\000e\000r\000e\000o)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.3.3.2) >>
+endobj
+52 0 obj
+(\376\377\000S\000u\000r\000r\000o\000u\000n\000d\000\040\0005\000.\0001)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.3.3.3) >>
+endobj
+56 0 obj
+(\376\377\000A\000R\000I\000B\000\040\000c\000o\000d\000i\000n\000g\000\040\000m\000o\000d\000e\000\040\0002\000/\0001)
+endobj
+57 0 obj
+<< /S /GoTo /D (chapter.4) >>
+endobj
+60 0 obj
+(\376\377\000C\000o\000m\000m\000a\000n\000d\000-\000l\000i\000n\000e\000\040\000U\000s\000a\000g\000e)
+endobj
+61 0 obj
+<< /S /GoTo /D (section.4.1) >>
+endobj
+64 0 obj
+(\376\377\000A\000r\000g\000u\000m\000e\000n\000t\000s)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.4.1.1) >>
+endobj
+68 0 obj
+(\376\377\000M\000a\000n\000d\000a\000t\000o\000r\000y\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.4.1.2) >>
+endobj
+72 0 obj
+(\376\377\000O\000p\000t\000i\000o\000n\000a\000l\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s)
+endobj
+73 0 obj
+<< /S /GoTo /D (chapter.5) >>
+endobj
+76 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000I\000n\000d\000e\000x)
+endobj
+77 0 obj
+<< /S /GoTo /D (section.5.1) >>
+endobj
+80 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000L\000i\000s\000t)
+endobj
+81 0 obj
+<< /S /GoTo /D (chapter.6) >>
+endobj
+84 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000I\000n\000d\000e\000x)
+endobj
+85 0 obj
+<< /S /GoTo /D (section.6.1) >>
+endobj
+88 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000L\000i\000s\000t)
+endobj
+89 0 obj
+<< /S /GoTo /D (chapter.7) >>
+endobj
+92 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+93 0 obj
+<< /S /GoTo /D (section.7.1) >>
+endobj
+96 0 obj
+(\376\377\000C\000S\000t\000r\000e\000a\000m\000I\000n\000f\000o\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.7.1.1) >>
+endobj
+100 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsection.7.1.2) >>
+endobj
+104 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+105 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.1) >>
+endobj
+108 0 obj
+(\376\377\000a\000a\000c\000S\000a\000m\000p\000l\000e\000R\000a\000t\000e)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.2) >>
+endobj
+112 0 obj
+(\376\377\000a\000a\000c\000S\000a\000m\000p\000l\000e\000s\000P\000e\000r\000F\000r\000a\000m\000e)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.3) >>
+endobj
+116 0 obj
+(\376\377\000a\000o\000t)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.4) >>
+endobj
+120 0 obj
+(\376\377\000b\000i\000t\000R\000a\000t\000e)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.5) >>
+endobj
+124 0 obj
+(\376\377\000c\000h\000a\000n\000n\000e\000l\000C\000o\000n\000f\000i\000g)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.6) >>
+endobj
+128 0 obj
+(\376\377\000e\000p\000C\000o\000n\000f\000i\000g)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.7) >>
+endobj
+132 0 obj
+(\376\377\000e\000x\000t\000A\000o\000t)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.8) >>
+endobj
+136 0 obj
+(\376\377\000e\000x\000t\000S\000a\000m\000p\000l\000i\000n\000g\000R\000a\000t\000e)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.9) >>
+endobj
+140 0 obj
+(\376\377\000f\000l\000a\000g\000s)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.10) >>
+endobj
+144 0 obj
+(\376\377\000f\000r\000a\000m\000e\000S\000i\000z\000e)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.11) >>
+endobj
+148 0 obj
+(\376\377\000n\000u\000m\000B\000a\000d\000A\000c\000c\000e\000s\000s\000U\000n\000i\000t\000s)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.12) >>
+endobj
+152 0 obj
+(\376\377\000n\000u\000m\000B\000a\000d\000B\000y\000t\000e\000s)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.13) >>
+endobj
+156 0 obj
+(\376\377\000n\000u\000m\000C\000h\000a\000n\000n\000e\000l\000s)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.14) >>
+endobj
+160 0 obj
+(\376\377\000n\000u\000m\000L\000o\000s\000t\000A\000c\000c\000e\000s\000s\000U\000n\000i\000t\000s)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.15) >>
+endobj
+164 0 obj
+(\376\377\000n\000u\000m\000T\000o\000t\000a\000l\000A\000c\000c\000e\000s\000s\000U\000n\000i\000t\000s)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.16) >>
+endobj
+168 0 obj
+(\376\377\000n\000u\000m\000T\000o\000t\000a\000l\000B\000y\000t\000e\000s)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.17) >>
+endobj
+172 0 obj
+(\376\377\000p\000C\000h\000a\000n\000n\000e\000l\000I\000n\000d\000i\000c\000e\000s)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.18) >>
+endobj
+176 0 obj
+(\376\377\000p\000C\000h\000a\000n\000n\000e\000l\000T\000y\000p\000e)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.19) >>
+endobj
+180 0 obj
+(\376\377\000p\000r\000o\000f\000i\000l\000e)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.20) >>
+endobj
+184 0 obj
+(\376\377\000s\000a\000m\000p\000l\000e\000R\000a\000t\000e)
+endobj
+185 0 obj
+<< /S /GoTo /D (chapter.8) >>
+endobj
+188 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+189 0 obj
+<< /S /GoTo /D (section.8.1) >>
+endobj
+192 0 obj
+(\376\377\000a\000a\000c\000d\000e\000c\000o\000d\000e\000r\000\137\000l\000i\000b\000.\000h\000\040\000F\000i\000l\000e\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsection.8.1.1) >>
+endobj
+196 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.8.1.2) >>
+endobj
+200 0 obj
+(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.1) >>
+endobj
+204 0 obj
+(\376\377\000A\000A\000C\000D\000E\000C\000\137\000C\000L\000R\000H\000I\000S\000T)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.2) >>
+endobj
+208 0 obj
+(\376\377\000A\000A\000C\000D\000E\000C\000\137\000C\000O\000N\000C\000E\000A\000L)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.3) >>
+endobj
+212 0 obj
+(\376\377\000A\000A\000C\000D\000E\000C\000\137\000F\000L\000U\000S\000H)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.4) >>
+endobj
+216 0 obj
+(\376\377\000A\000A\000C\000D\000E\000C\000\137\000I\000N\000T\000R)
+endobj
+217 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.5) >>
+endobj
+220 0 obj
+(\376\377\000I\000S\000\137\000D\000E\000C\000O\000D\000E\000\137\000E\000R\000R\000O\000R)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.6) >>
+endobj
+224 0 obj
+(\376\377\000I\000S\000\137\000I\000N\000I\000T\000\137\000E\000R\000R\000O\000R)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsubsection.8.1.2.7) >>
+endobj
+228 0 obj
+(\376\377\000I\000S\000\137\000O\000U\000T\000P\000U\000T\000\137\000V\000A\000L\000I\000D)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsection.8.1.3) >>
+endobj
+232 0 obj
+(\376\377\000T\000y\000p\000e\000d\000e\000f\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsubsection.8.1.3.1) >>
+endobj
+236 0 obj
+(\376\377\000H\000A\000N\000D\000L\000E\000\137\000A\000A\000C\000D\000E\000C\000O\000D\000E\000R)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsection.8.1.4) >>
+endobj
+240 0 obj
+(\376\377\000E\000n\000u\000m\000e\000r\000a\000t\000i\000o\000n\000\040\000T\000y\000p\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsubsection.8.1.4.1) >>
+endobj
+244 0 obj
+(\376\377\000A\000A\000C\000\137\000D\000E\000C\000O\000D\000E\000R\000\137\000E\000R\000R\000O\000R)
+endobj
+245 0 obj
+<< /S /GoTo /D (subsubsection.8.1.4.2) >>
+endobj
+248 0 obj
+(\376\377\000A\000A\000C\000D\000E\000C\000\137\000P\000A\000R\000A\000M)
+endobj
+249 0 obj
+<< /S /GoTo /D (subsection.8.1.5) >>
+endobj
+252 0 obj
+(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.1) >>
+endobj
+256 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000A\000n\000c\000D\000a\000t\000a\000G\000e\000t)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.2) >>
+endobj
+260 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000A\000n\000c\000D\000a\000t\000a\000I\000n\000i\000t)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.3) >>
+endobj
+264 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000C\000l\000o\000s\000e)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.4) >>
+endobj
+268 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000C\000o\000n\000f\000i\000g\000R\000a\000w)
+endobj
+269 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.5) >>
+endobj
+272 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000D\000e\000c\000o\000d\000e\000F\000r\000a\000m\000e)
+endobj
+273 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.6) >>
+endobj
+276 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000F\000i\000l\000l)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.7) >>
+endobj
+280 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000G\000e\000t\000F\000r\000e\000e\000B\000y\000t\000e\000s)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.8) >>
+endobj
+284 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000G\000e\000t\000L\000i\000b\000I\000n\000f\000o)
+endobj
+285 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.9) >>
+endobj
+288 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000G\000e\000t\000S\000t\000r\000e\000a\000m\000I\000n\000f\000o)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.10) >>
+endobj
+292 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000O\000p\000e\000n)
+endobj
+293 0 obj
+<< /S /GoTo /D (subsubsection.8.1.5.11) >>
+endobj
+296 0 obj
+(\376\377\000a\000a\000c\000D\000e\000c\000o\000d\000e\000r\000\137\000S\000e\000t\000P\000a\000r\000a\000m)
+endobj
+297 0 obj
+<< /S /GoTo /D (section.8.2) >>
+endobj
+300 0 obj
+(\376\377\000m\000a\000i\000n\000.\000c\000p\000p\000\040\000F\000i\000l\000e\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsection.8.2.1) >>
+endobj
+304 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsection.8.2.2) >>
+endobj
+308 0 obj
+(\376\377\000D\000e\000f\000i\000n\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.1) >>
+endobj
+312 0 obj
+(\376\377\000A\000N\000C\000\137\000B\000U\000F\000\137\000S\000I\000Z\000E)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.2) >>
+endobj
+316 0 obj
+(\376\377\000F\000I\000L\000E\000\137\000N\000A\000M\000E\000\137\000M\000A\000X)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.3) >>
+endobj
+320 0 obj
+(\376\377\000I\000N\000\137\000B\000U\000F\000\137\000S\000I\000Z\000E)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.4) >>
+endobj
+324 0 obj
+(\376\377\000N\000\137\000F\000L\000U\000S\000H\000\137\000F\000R\000A\000M\000E\000S)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.5) >>
+endobj
+328 0 obj
+(\376\377\000N\000O\000\137\000F\000I\000L\000E\000N\000A\000M\000E)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsubsection.8.2.2.6) >>
+endobj
+332 0 obj
+(\376\377\000O\000U\000T\000\137\000B\000U\000F\000\137\000S\000I\000Z\000E)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsection.8.2.3) >>
+endobj
+336 0 obj
+(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsubsection.8.2.3.1) >>
+endobj
+340 0 obj
+(\376\377\000m\000a\000i\000n)
+endobj
+341 0 obj
+<< /S /GoTo /D (subsection.8.2.4) >>
+endobj
+344 0 obj
+(\376\377\000V\000a\000r\000i\000a\000b\000l\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+345 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.1) >>
+endobj
+348 0 obj
+(\376\377\000a\000n\000c\000B\000u\000f\000f\000e\000r)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.2) >>
+endobj
+352 0 obj
+(\376\377\000a\000n\000c\000F\000i\000l\000e\000n\000a\000m\000e)
+endobj
+353 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.3) >>
+endobj
+356 0 obj
+(\376\377\000c\000o\000n\000f)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.4) >>
+endobj
+360 0 obj
+(\376\377\000c\000o\000n\000f\000\137\000m\000e\000m)
+endobj
+361 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.5) >>
+endobj
+364 0 obj
+(\376\377\000c\000o\000n\000f\000S\000i\000z\000e)
+endobj
+365 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.6) >>
+endobj
+368 0 obj
+(\376\377\000c\000o\000n\000f\000S\000t\000r\000i\000n\000g)
+endobj
+369 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.7) >>
+endobj
+372 0 obj
+(\376\377\000i\000n\000B\000u\000f\000f\000e\000r)
+endobj
+373 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.8) >>
+endobj
+376 0 obj
+(\376\377\000i\000n\000B\000u\000f\000f\000e\000r\000\137\000m\000e\000m)
+endobj
+377 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.9) >>
+endobj
+380 0 obj
+(\376\377\000i\000n\000p\000u\000t\000F\000i\000l\000e\000n\000a\000m\000e)
+endobj
+381 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.10) >>
+endobj
+384 0 obj
+(\376\377\000o\000u\000t\000p\000u\000t\000F\000i\000l\000e\000n\000a\000m\000e)
+endobj
+385 0 obj
+<< /S /GoTo /D (subsubsection.8.2.4.11) >>
+endobj
+388 0 obj
+(\376\377\000T\000i\000m\000e\000D\000a\000t\000a)
+endobj
+389 0 obj
+<< /S /GoTo /D [390 0 R  /Fit ] >>
+endobj
+394 0 obj <<
+/Length 956       
+/Filter /FlateDecode
+>>
+stream
+xÚ\85VKsÛ6\10¾ëWðHÎT\14\b¾ÄÞ\KIÜq;i­[Ó\ 3\ 4\82"Z\12`AÐ\8aûë»x\90\92\125\19Ï\88\8b}|ûÄÂ(8\ 5(x¿BÿóMà\17\ 5I\90¢$Î\83¢¬â*É\ 3Ú¯þY¡\18e8µò+Ò\8ar\84\90\92jfo\9eú$ØÉÕoð7î\1dîú
+ø§Ãjó\ eã\0gq¹-\93àÐ\ 4\15
+òm\15çI\11\1cêà\8fð¡~\8d\12\14\12AY\1d­q\8eÂ\87\b\9aKw|\945\17'Gï\18\955SÑ\9f\87\9fÁ%8\8cQê`\9eùQ\11õf$à1\85`ã4+°ñ\b\8ay\19WØ;üåãþý\1a;<"¼OËÌf\\9cB\ 2\87(\83\18\9cÖ³\8cp\1e\9e×\8f²\1f:\16%yø\99ë7'û\84\95×Ï\8fpJ~¸\81óx\1fø©]ï\e\83ó        !L9\13Ô\0y\94\ew¯ø\ 2ýa¿þBöµ\8boD¼c\1d¹\17èΡ,Åø\ eÜ^´W\8dú\ eøÞ¡ß«B}é£\9d\8fm\\15\9b\95¤y\9c¦¾[ï\14\99D+\e\ e\9eĨ¹\9eô|Òì¤8S\9a\vmI§'qbÂk<½,EJP\åÕ·q=\8em\90T×^\88\9eó~ä*J¶!\9d¸\1e\17/ËäÝærå²Õzøq³9\9fÏQ\91\871çcÜ\¢È\81\réûûU)\8a¸Øz¤\1d\1fiGx¿TðK¯    xÍ\9dî\93h¤ê\89æ\12*\92\96iÈýW·|tT-éÔ3¡½ÜsÇéø\17£\9e©¥ûBy£$\84òºã\99ëVN^GHÍ)\8b\0BsE\88àl\84áÊP\16
+Ò/´½ui\89Ã\9ahâl§\91Õ·á¹ëEÌE\e\97\ 6^åÕ2Ÿmr\1e\12Å\1c\14ô\91Ëit\9cI\80½§¥\ 6£3\1f½2ÄËj\b7ÅEøQÉz¢Úù­\90\87TªA\9aÆ{\ 3\93\83#{7ðyxô2­HÍz¢þ\9e})÷U6\8f\13\1f5Ä[\7f¥{'1Ù\98\ 2d.ZGÒ¹\98¦¸Û$<´Ìï\f#µÙ\eâRÄFzKWÅ¡#b\99\0@\16Ý\9b\19\8eÜ6Ñ     \84\9c{ ý8d¾ó\19ð\1a\ 5{\98ù\10\1eºÎñ\15,4=z\9a\8d\1a\97¶°FïWo>\10¥o²-®²Åx\9eF\9c\84Ãtì8\9dÃ\ 5\91­µ!L­\8d\86b\83m\97Í\16ø6YàO\9awüß\99˽9\11s­@ÅÜ\85k#\0õ\92+5pÉ\88\9aÂ"c\1d\83\r\rM\93\82Ó[Û\9eÁ}\0\8cnZ\81OÚMö¹ºÓØ¡\95ZR9\98çîmyÒ\96'¨çTI3À]ï\17òr»Ìa`ªçãh«bÎÜ\7fÏ
+Æ}\ 6k\94ì\1d\ 5ÃãíL9ÇÖo\18\13×òÿ\80]\1cðV\17æil\ 2\Â+YÀ\ 3\8eË\18Þz\17ôïÌlÂW~q\8ccxÌ\1déã|a\83fýq^¥¸ô|\8c\12|ãp\7f\a[ÀG4
+endstream
+endobj
+390 0 obj <<
+/Type /Page
+/Contents 394 0 R
+/Resources 393 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+/Group 392 0 R
+>> endobj
+391 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 5000
+/Height 1419
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/SMask 399 0 R
+/Length 111531    
+/Filter /FlateDecode
+>>
+stream
+xÚìÝ{pÖõ\81ïñß\0+MI¦É@BBGÇÙî®ãØ\9engÝ\9e¶{ìi»;mÇqê´³Nwì\19g\1c¯\80L\80$$ä\86²õÂ%@®Oò<y¸\83\ 5\10QD¥R\90\82Ü\14\11E ÈE@\ 4#    \97@z~1=\9dΩµ\8f
+\98üòzÍ{\18Û¿x\9eçËü¾ÿ|æ÷\87?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ð\ 5\18Ü\!I\92¤\v\98\e&\0\0\0\0\0\0\0\0\0\0\0\10U\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92¤Ï_nsÅ DÙ\97\e\8aÂÜ0\ 1\0\0\0\0\0\0\0\0\0\0\80¨²"\91$IúÌå%+3\1a\8bûÔ\8e
\fÿç\87'½uâh\98\e&\0\0\0\0\0\0\0\0\0\0\0\10Uæ$\92$I\9f¡!Éq\97Õ\17\ 4\13n¿uåüu\87ö¼tðííÇ\ e¹[\ 2\0\0\0\0\0\0\0\0\0\0\0ÑfT"I\92ôéJVv¾ uÂí%¿]ºàÍM»?8æJ     \0\0\0\0\0\0\0\0\0\0\0ô\12¦%\92$I\7f³Üæ\8a\81ñ² fdgS\86?°aå´Í«\8f\9dju\99\ 4\0\0\0\0\0\0\0\0\0\0\0z\153\13I\92¤O(/Y\99Ù46¨Î\ fÿû\81\r+Ã*_~Ú\1d\12\0\0\0\0\0\0\0\0\0\0\0è\9d\8cM$I\92>v\8e\9aÑXÜ¿¾0¨É¿fîCw=ÿè\84WV¹:\ 2\0\0\0\0\0\0\0\0\0\0\0½\9cÕ\89$IÒ\9f\97Û\\91ÑXÒ¯®àºE57¯\98\92xÓ«k]\1a\ 1\0\0\0\0\0\0\0\0\0\0\0þ`\97*I\92ôge6\8dÍh,þÞÂêoÎ\9b¸îÐ\1ewE\0\0\0\0\0\0\0\0\0\0\0\80?g~"I\92zy9Í\15Ù\89òA\89²ðÏ\7f~xÒ\95\1f\81["\0\0\0\0\0\0\0\0\0\0\0À_2E\91$I½|\94\9a\97¬¼ræø+fÜwÕ\9c\aÎwt¸\1f\ 2\0\0\0\0\0\0\0\0\0\0\0ü5Ö(\92$©w\96Û\1(Q\16Ô\8cüù²äésí]¹\1c\ 2\0\0\0\0\0\0\0\0\0\0\0|\ 2\9b\14I\92Ô«ÊKV\ e\88\8dé__\18Lº;\7fõc\aN\9e8~ºÍ\9d\10\0\0\0\0\0\0\0\0\0\0\0 \15Æ)\92$©÷Ô§vT0ñ\8e\19¯¯ß~ìЦ#û\8f\9dt\e\ 4\0\0\0\0\0\0\0\0\0\0\0H\9d}\8a$I\8av¹Í\15\83\12eAu~0mÄãoo[ñû\1d§Îµ»\ 4\ 2\0\0\0\0\0\0\0\0\0\0\0|\ 6¶*\92$)\92å%+3\1a\8b;ç¨SïÉN\94?òææ0w?\0\0\0\0\0\0\0\0\0\0\0\80ÏÃhE\92$Eo\91\9aÖP\14L\1eú¿\16U×m}iÊæ\17缱ѭ\ f\0\0\0\0\0\0\0\0\0\0\0àó3]\91$IÑ(·¹¢\7f}a¿º\82`Êð\e\96&òW?¶rßN\97=\0\0\0\0\0\0\0\0\0\0\0\80\vÈ\86E\92$õôr\9a\1a\8aúÕ\15üê\999w=ÿèMËgn9zÀ5\ f\0\0\0\0\0\0\0\0\0\0\0à\82³d\91$I=ôí¨\83\12e\19\8d%é±â\81ñ²_<5ý§O6v¸Û\ 1\0\0\0\0\0\0\0\0\0\0\0\LV-\92$©Ç\95\9d(ÿJcÉ\953Ç_·¨æ;\8fN½qY²û\®v¼\7fØ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\16I\92ÔSÊI\94g'Ê\aÆË®\9c9>·¹¢tí²nr¡:}®ýHÛ\87GÛNn9z ¨\19é\86      \0\0\0\0\0\0\0\0\0\0\0D\95\85\8b$Iê)å%+\87$Çõ­\1dÝ°mM7¹J\9dïè8×q~Ö\8e\rÁ´\11Ù\1fÍfÿ§\e&\0\0\0\0\0\0\0\0\0\0\0\10U\16.\92$©û\97ÑX\1cTç¯;´§åìé\13gN\9d9\7f®\9b\¥Æÿî\99\8cÆ\92+fÜ\97\9d(Ïi®Èùèoë\86       \0\0\0\0\0\0\0\0\0\0\0D\95\9d\8b$Iê\8e%+³â¥ýê
+úÔ\8eJ\8f\15ï<~äí\13ï\9dë8ß}.Qw=ÿè5s\1fúûYÿ\9dÙ4¶ë5©\7fÊ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\17I\92Ô­ÊKV¦Ç\8a\83Iw\7fwá´\8d\87ß  Ûtd\7f·º>ýòéY?y¢ñòé÷\86\7fÏA\89²Ü¿ø\bn\98\0\0\0\0\0\0\0\0\0\0\0@T\19¿H\92¤n2Gí[7:¨Î\ f&Ü~Óò\99Oî~µ[ÍQ\8f\9düÙÒæ[\9e\9d\17\96Ù46­¡èc\17©v©\0\0\0\0\0\0\0\0\0\0\0@´YÁH\92¤/¼ fd0éîÒµËfíØаmÍ\8e÷\ fw\9fËÒ\96£\an{îá\9b\ e¦\8d¸¬¾ ,ço}\1c7L\0\0\0\0\0\0\0\0\0\0\0 ª\fa$IÒ\17P²2+^Ú§vTç"µfä½ë\9f®|ùéÖö3Ýê\9aôÂþ·Â¿Õ\8dË\92Áä¡ýë\vó\92\95)~:7L\0\0\0\0\0\0\0\0\0\0\0 ªìb$IÒ%+/Y\99ÑXrY}AP3ò\8a\19÷\15­YR¸æÉ°îvAZ¾÷õäö\97ÿmaM0éî´\86¢Ô\17©v©\0\0\0\0\0\0\0\0\0\0\0\19ÈH\92¤Kó\82Ô\8cÆ\92>µ£þõ\91)·<;ï¦å3\1fÚø\w»\17=µgûò½¯\87]9s|P5,ü\v\7fÚEª]*\0\0\0\0\0\0\0\0\0\0\0\10mf2\92$é¢\96Ù46,­¡è;\8fN½vAÕÒݯu·ëЩööµ\a÷,ßûz0õ\9e &?,+^:ø3-RíR\ 1\0\0\0\0\0\0\0\0\0\0\80h3\96\91$I\17£\9cæ\8a\81ñ²A\89²k\17T}û\91)WÎ\1c¿åè\81îv\11j9{úí\13ïÍycC0éÎËê\vr/ÐgwÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢ÊjF\92$]ðEjN¢</Yù÷³þûª9\ ftt¿ûOkûÙ\13gNµ\9c=ýàÆç\82ªa\99Mcs/è7à\86       \0\0\0\0\0\0\0\0\0\0\0D\95í\8c$Iº°£ÔìDù\80Ø\98ë\16Õ\9cë8\1fÖ\rï?7-\9f\99\1e+\1e\92\1c78Yy1¾\ 47L\0\0\0\0\0\0\0\0\0\0\0 ªÌg$IÒç-Y\99\1e+Nk(
+&\ fÍ_ýØѶ\93aÇO·uÃ\9bÏu\8bjþqöý_\9d>nP¢,;Q\9esq¾\107L\0\0\0\0\0\0\0\0\0\0\0 ªLi$IÒç©oÝè`Ò\9d³vlØyüÈöc\87\8e\9dì\86\17\9eÓçÚ¯]PuÝ¢\9a\9cDyV¼4üó¢~'n\98\0\0\0\0\0\0\0\0\0\0\0@TYÓH\92¤OûvÔ¬xiP\9dßÙ´\11Kw¿öÂþ·Nµ·wÃ{κC{®[Xó\8b§¦ÿôÉÆ\ 1±1\19\8d%9\97ä+rÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢Ê¸F\92$¥Ò\90ä¸\ 1±1\9d[Ôªa_\9bõëÇßÞ\16¶x×Öîyà       ÿn7-\9fùÃÇê¿pZCQø7Ͻ\84ß\95\e&\0\0\0\0\0\0\0\0\0\0\0\10UV6\92\93ËKVö¯/\f&Ýyý\92xÓ«kk¶üféî׺íÝfÆëë\v×<ù¯\8fL        ¦Þ\93\1e+\ eÿò\97þ\e\ 4\0\0\0\0\0\0\0\0\0\0\0¢ÊÖF\92$ýµúÕ\15ô­\1d\1dL\19þ«gæ\14®yrÃá}ÝöJS³å7u[_
+»ræø`ê=\19\8d%_È"Õ.\15\0\0\0\0\0\0\0\0\0\0\0\886\8b\eI\92ô§r\9b+\ 6ÆËú×\17\86¥5\14Ýõü£#V/þ?ÏÌÙ÷áñîy\93im?3kÇ\86Äkë\82i#\82êü°¬xéà/n\91j\97
+\0\0\0\0\0\0\0\0\0\0\0D\9b\ 1\8e$I\1a\9c¬Ì\8a\97¦Ç\8a¿T_xÅ\8cû~ùô¬\9b\96Ïü¯\15³ºí\ 5\87ÇWü~Ç\vûß\9a²ùÅ`â\1dAÍÈnõ}ºa\ 2\0\0\0\0\0\0\0\0\0\0\0Qe\89#I\92\17¤¦Ç\8a¯\99ûÐ\8f\1e¯ÿö#S\8aÖ,éÎW\97½-ïo9zà¶ç\1e\ e\1eÔ\8c¼¬¾ ï\8b~;ª]*\0\0\0\0\0\0\0\0\0\0\0Ð{ØãH\92Ô;ËN\94\87eÅK¯\9aó@^¢bÞ\e\e»ù¥åHÛ\87\aO~ð\1f\8f7\ 4S\86g6\8dí\86sT»T\0\0\0\0\0\0\0\0\0\0\0 ò¬r$Iê\9d]1ã¾°þõ\85/\1dØÝm/*ç;:N\9dk?ýQWÏ}p@lLv¢¼û\7f·n\98\0\0\0\0\0\0\0\0\0\0\0@TYåH\92ÔKÊýè\1d©\99Mc3\1aKÂÿyìTk[ûÙ°ó\1d\1dÝö¢²óø\91¯4\96\9s|Xø÷Ïé!_µ\e&\0\0\0\0\0\0\0\0\0\0\0\10UF:\92$E»¼deFcÉeõ\ 5Á\94áÿþxÃ\81\93\ e\9eü \9b_QV½óæW\9b\99ûPV¼4;QÞ#^\93j\97
+\0\0\0\0\0\0\0\0\0\0\0D\9eµ\8e$IÑ,YÙ¯® ¨\19\19<t[Ñ\9a%ÛÞ;¸éÈþ½-ïwó\9bɤMÏ_» ê?\1eoøÖÃ\93\aÄÆdÅK{â\97ï\86       \0\0\0\0\0\0\0\0\0\0\0D\95Ù\8e$I\11+'Q\1e\a\93\87Îx}ýªwÞ|jÏöw[[ºÿ\9d¤ä·K\7fñÔô\7f\9a}ÿßÕ\17¤Ç\8a3\9bÆ\ eNVöÐ\9fÀ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\1dI\92"P^²2³ilç\1c\88þ\r\85óÞØ8kÇ\86\8e\9ep\15¹ëùGóW?\16\16~\8a¾µ£;_\90Úcç¨v©\0\0\0\0\0\0\0\0\0\0\0\19òH\92Ô£ç¨i\rEAÍÈ`ÊðoÌ\9f0móê)\9b_lzum÷¿\81¼ÛÚRòÛ¥\ 5/=\11L\eѧvTØ DYnT~\177L\0\0\0\0\0\0\0\0\0\0\0 ª,z$Iêqå6Wô¯/ìWW\10L\19\92xéÚeù«\1f[øÖ\96\1eq÷Ø~ìдͫ\87¾°0\98tg\9fÚQ\11x;ª]*\0\0\0\0\0\0\0\0\0\0\0Ð{\98öH\92ÔS¶¨Ù\89ò´\86¢°~u\ 5ÿµbÖ\1d«\16üâ©é[\8e\1eè\11W\8e5\aw/ÞµõÉݯ޴|f0áöð#\fI\8e\8bê\8få\86      \0\0\0\0\0\0\0\0\0\0\0D\95\99\8f$IÝ|\8e:0^\96ÑX\92\1e+ÎKVÞ¸,\19öã'bç;:zÊecý»{×\1eÜsÕ\9c\a\82ªaAuþ\80Ø\98\b/RíR\ 1\0\0\0\0\0\0\0\0\0\0\80h³÷\91$©{6(Q\96\15/Íh,ù\87Y¿þÞÂêk\17TÝòì¼\9erÁ8sþÜ\8e÷\ f¿uâhøgFcqP\93?0^\96Ûk~;7L\0\0\0\0\0\0\0\0\0\0\0 ª¬~$IêVå$ÊÃ\ 6%ʾ6ë×WÏ}0+^Zµé\85\1etµ8}®ýhÛÉ¥»_\vª\86}¹¡(­aLNïû\11Ý0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2ÿ\91$©{\95¬\fëS;ê\85ý»zÐ\8d¢ã\ f\7f8ßÑ\11Ö°mM0mDNïþ\11Ý0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2ÿ\91\8b-·¹bP¢,=V\9cÖ0&ü\8fÃm\1f\9e8sêøé¶s\1dç{Ð\8dâÖ\95óÃÏòO³ï¿bÆ}Ù\89r»T\0\0\0\0\0\0\0\0\0\0\0\80\ 6\92\8b*/Y\99ÑX\12T\rûácu»?8\16¶·åX\8f»KÜ°4qí\82ªË§ß\9bÕT:0^\96\9d(÷˺a\ 2\0\0\0\0\0\0\0\0\0\0\0Qe9"IÒ¥\9f£ö«+\b\83  ·ßòì¼µ\a÷ì:q´gÝ\1f\8e\9djý·\8557,M\84e'Ê3\1aKÂ?sý¸v©\0\0\0\0\0\0\0\0\0\0\0@ÔY\8eH\92tiÊN\94\aÕù\9dM¼cÂ+«\96ï}}ñ®­»?èI/H]õÎ\9b?[Ú|ëÊùá\9f}kG§5\8c ËñãÚ¥\ 2\0\0\0\0\0\0\0\0\0\0\0½\86å\88$I\17õÕ¨\99Mc;_\8d:mDZCÑ\8c××\875l[ÓÚ~¦g]\18\1eysó°\17\16~\7fqm0õ\9e~u\ 5ág\19\9c¬ôû~Ì\ fýQn\98\0\0\0\0\0\0\0\0\0\0\0@T\19\92H\92tÁ'\8ai\rE}jG\85\ 5S\86\7f\84 ¯¬zpÃs5[~Óãî    \rÛÖLÚô|Õ¦\17þǼ   ágI\8f\15ç\99£þÅÏ\1d~-ÁÔ{®\99ûPøCwå\86      \0\0\0\0\0\0\0\0\0\0\0D\959\89$I\17ªþõ\85\97Õ\17\ 4ÓFüâ©é\ 5/=\11vǪ\ 5\ fïÜÔ\13o\bÉí/ÏycCZCQøq\82êü̦±\16©\7f¹H\1d\10\e\13~?ÿ¶¨ú®ç\1f\9dóÆF\17K\0\0\0\0\0\0\0\0\0\0\0 ò\8cJ$IúÌå6W\fJ\94\r\88\8dIk\18\93\1e+¾yÅì[\9e\9d\92øÞ\96÷{â­àÝÖ\96'w¿ºâ÷;\92Û_\ e&\ f\rªó³\13å~å\8fýÝ3\1a\8bûÖ\8eþ÷Ç\eÂ\9f;üÆ\)\ 1\0\0\0\0\0\0\0\0\0\0\80^´D\92¤Ï0K\1c\18/Ël\1a\9b\1e+¾bÆ}?}²ñÇOÄ®_\12ï¹÷\81w><±þݽEk\96\ 4\ fÝ\16Ô\8cì[;z°·£~\9Í\15áï\9eÑXü\83Åuÿ²`òöc\87\&\ 1\0\0\0\0\0\0\0\0\0\0\80^ÅÀD\92¤Ô\e\94(\vËl\1aû\8f³ï¿vAÕUs\1eÈ_ýXϽ\ 6\1c<ùÁÞ\96÷÷}xü\97
+&Ý\9d\1e+Î3Gýë\8bÔ\81ñ²ðÏðw¿zî\83-gO»F\ 2\0\0\0\0\0\0\0\0\0\0\0½\90\99\89$I©l\12;K\94_9sü×fý:=V<ãõõ=ôÑ\7f¾££åìé®®\9aó@ÿúÂ\8cÆ\92\81ñ²\?ô'\1c\80Dy^²ò\8a\19÷]» Êí\11\0\0\0\0\0\0\0\0\0\0\0èÍ,M$Iú\9b\r\8c\97\85õ­\1d½åè\81öóçÏ\9c?w¾££\87>úw¼\7fx@lÌW§\8f\vó˦Rv¢¼_]ÁõKâáO\1fæö\b\0\0\0\0\0\0\0\0\0\0\0ôfÆ&\92$}LÉʬxiZCQ\9fÚQ_\9bõë#m\1f\86½ÛÚÒs稡\95ûvæÄË®\9aóÀÀDYv¢<Ì\ fý       \a =V\1c\1e\80`òС/,\f\7fúã§ÛÜ\e\ 1\0\0\0\0\0\0\0\0\0\0\0\fO$IúSyÉÊ®-j0éÎÿ\>cÇû\87·\1f;ôö\89÷zô³~Â+«¾1\7fÂ÷\17×~cþÄ\8cÆâ\81ñ2?ô'\94Û\Ñ·nt0ñ\8eÄkëÂ\ 3°í½\83GÛNº1\ 2\0\0\0\0\0\0\0\0\0\0\0t1?\91$),¨\19\19\a\ fÝ6þwϼtàíUï¼¹û\83c=ú\11\7fÛs\ f߸,ù\9fËgüãìûû×\17f4\16g5\95æú­ÿú\1cuP¢¬ó\fL½gñ®­+÷ílm?ã¢\b\0\0\0\0\0\0\0\0\0\0\0ðÿ±C\91$õÎ÷¢~¥±¤s\84øÿ\9aµcÃâ][ç¾±áøé¶\9eþp¿uåü¡/,Ìl\1a{Y}AZCQV¼tp²Ò\8fþ        \87!ü®\82©÷\84\7f\86g`á[[Ü\ f\ 1\0\0\0\0\0\0\0\0\0\0\0þ\1ak\14IR¯Z ¦5\14\1aµjØ·\1e\9eÜ°mÍ\9fêé\ fô\9dÇ\8fä¯~¬òå§Ã?\83êü¾u£³\13å~ñ¿y\1eÒcÅáa¸zî\83u[_\9aóÆF7C\0\0\0\0\0\0\0\0\0\0\0\80Of\93"I\8a|¹Í\15\7fW_зvt0eø\8dË\92÷­_Q´fÉ\93»_\8dÀs|å¾\9d\936=ß°mÍÍ+f\a\93î\ ejF\86\1fÓÛQS[(\8f    ÏÃu\8bjÂÃðÈ\9b\9bÝ    \ 1\0\0\0\0\0\0\0\0\0\0\0Ra\99"I\8aê\16uP¢ìKõ\85aýê
+nyvÞð\17\17ݼbööc\87¢ñ\ 4_ñû\1d\vÞÜtí\82ª`ò]Au~ø1\87$ÇùÝÿfi\rEáw\15~c?}²1<\ f+÷ít\e\ 4\0\0\0\0\0\0\0\0\0\0\0H\9d}\8a$)J[Ô¬xiFcqXZCÑ\90ä¸\9b\96Ï\fûÙÒæh<µÏwt¬zçÍÕûw\85\85\1f6\98zOfÓØ<oGM¡\9cDyz¬8ìÆeÉðHühq]d\16Ê\0\0\0\0\0\0\0\0\0\0\0\0\97\92¡\8a$)\ 2eÅKÃÒcÅ_\9f\87\8fÕ\85\91)w=ÿh4\1eÖ'Î\9cÚrôÀöc\87\96î~-¨\1a\16Ô\8c\f\e\94(ËõÓ§Pv¢<³ilø]ý`qÝ÷\17׺û\ 1\0\0\0\0\0\0\0\0\0\0\0|\1eæ*\92¤\1e=9\f\e\18/»zî\83ß\98?1'Q¾x×ÖÈ<£\8f\9fn;ÔÚònkË\ 3\eV\ 6\93îî__\98Ö0Æ\16õS¼#µ¹"<\e\97O¿÷ª9\ fÜ°4áÖ\a\0\0\0\0\0\0\0\0\0\0\0ðù\19­H\92zh¹Í\15\97O¿7ì+\8d%»?8\16¥§ó\99óçÂ~ñÔô>µ£²â¥^\8dúÙF©C\92ãÒcÅw¬Zà¾\a\0\0\0\0\0\0\0\0\0\0\0p¡Ø­H\92\10u`¼ì+\8d%aýë\v¿>oBkû\99®ÎwtDééü½\85Õ_\9d~o^²2'Qîwÿ\fç$+^\1aT\r\eÿ»g³qú\»û\1e\0\0\0\0\0\0\0\0\0\0\0À\85b½"Iêî%+Ó\1a\8aúÕ\15\ 4\13ï(\óä;\1f\9e\bÛ÷áñC­-Qz"\1f<ùÁßÏúï\7fY09lðG\vÜ\1c?ý§ì²ú\82Îs2éÎäö\97÷¶¼ßrö´\9b\1e\0\0\0\0\0\0\0\0\0\0\0À\85eÃ"Iê\9e¯¼ÌN\94\a5#;\9btç¬\1d\e\1c=°áð¾£m'#ö ^ºûµo=<ùÇOÄ®[T\93\1e+Îl\1a\ef\91úiߢ\eTç÷­\1d½æàî®sÒÚ~Ö\1d\ f\0\0\0\0\0\0\0\0\0\0\0àb°g\91$u\93\86$Ç¥Ç\8a\83êüΦÞ\93ÑX²rßΰ§öl?sþ\Ä\9e¿\13^Yuã²ä¯\9e\99ó¯\8fLé[;z@lLøys\1d\83OS^²2üÒ\82)ÿ:ýÞ®£â^\a\0\0\0\0\0\0\0\0\0\0\0p±YµH\92¾ðua¿º\82Î-ê¤;\7fòDãü\9d¯\84ÍycÃâ][#ùä­|ùé\11«\17_9s|P3²\7f}aFcIø\r8\ 6\9fvÂüå\86¢`ò]ßytê¬\1d\e\96ï}Ý\8d\ e\0\0\0\0\0\0\0\0\0\0\0àÒ°m\91$]âr\9b\13åAÍÈ?6yè]Ï?:eó\8bã\7f÷Ìúw÷FòiÛÚ~¶tí²\a7>\17ÖùNØ\9aü¬xé`sÔÏ´bî__\18\9e\99\e\96&îßðìªwÞt\97\ 3\0\0\0\0\0\0\0\0\0\0\0¸\94,\$I\97lQ\98Ù4¶_]A\9fÚQYñÒҵ˺\1aú£m'#ù\90Ýñþá\9a-¿In\7f\98Áä¡AM~Xv¢<×yø\94å4W\84'§ó½ºSï¹yÅìðÌl:²ß-\ e\0\0\0\0\0\0\0\0\0\0\0àÒ3u\91$]Ä\92\95\19\8dÅ_n(
+ëS;ê\9a¹\ fÝöÜ÷<;¯ä·K#ül]{pÏãoo[ºûµ_>=+\98p{P\9dß·vt\9e·£~ÖWë¦5\14\85§èÖ\95óÃÃóóeÉC­-îo\0\0\0\0\0\0\0\0\0\0\0\0_\14\9b\17IÒÅx»eFcIXZCÑ÷\17×Þ°4\11ö½\85ÕM¯®\8dð#uÝ¡=ëßÝ\evõÜ\a\83ªaAuþ\80Ø\18sÔϼH\1d\94(K\8f\15\ fI\8e»~Iü¦å3ÝÙ\0\0\0\0\0\0\0\0\0\0\0\0º\ 3Ë\17\ 5);Q>0^\16\96\15/\rÿû»\v§\85ýÓìûw\7fp,Â\8fѶö³;\8f\1fyûÄ{ëßÝ\eT\8fì[;:,ü\12r\1d\89Ïw\962\9bÆ^9sü7çO¼cÕ\ 2·5\0\0\0\0\0\0\0\0\0\0\0\80îÃøE\92ô9_\8d\9aóÑ«-/\9f~ïUs\1e\bûÚ¬_\7fû\91)Ñ~z¶¶\9f9vªõøé¶\19¯¯\ f&\ f\1d\10\e\93\1e+v\18.ÔYºræø\81ñ²\8auËÝÓ\0\0\0\0\0\0\0\0\0\0\0\0º\e+\18IÒç¯Oí¨\92ß.í=OÏá/.ê[;Úï~1
+ªó\13¯­sC\ 3\0\0\0\0\0\0\0\0\0\0\0è\9eì_$I\9fö¥\96\ 3bcº
\86-|kËñÓmÇNµ¶µ\9fí\rÏÍ\9f/K^>ýÞ¯N¿7;QÞõ~OGâ\82\9c¨ :\7fÃá}]géô¹v74\0\0\0\0\0\0\0\0\0\0\0\80îÉ\1cF\92ôÉå%+3\1aKúÖ\8e\ e\vªós\9a+Þ>ñ^W;\8f\1fé\r\13Â3çÏ}ëáÉß]8-lHr\V¼4;Qî`|Þ\92\95á7\19T\8fÌl\1a»ëÄÑð,\9dïèp1\ 3\0\0\0\0\0\0\0\0\0\0\0èæìb$I\7fm\8eÚ¯® ¨Î\ f&Ü~ó\8aÙëßÝ\e¶îÐ\9eMGö÷\92Gdøy¿óèÔ\e\96&~üD,=V\9cÑX\12f\91z\81\96ÎÅÁä¡_\9f7!<Q\e\ f¿\13\993sìTëu\8bjÂ3ã\86       \0\0\0\0\0\0\0\0\0\0\0D\95u\8c$©«Üæ\8aA\89²Î!jW\13n\1fÿ»g\96î~má[[Þ:q´÷<\19\93Û_¾iùÌÛ\9e\a\8bë\82\9a\91_n(\1a\10\eãx|þ\86$Çýqé<ñ\8e\9f>Ù¸x×Öu\87öDæØl9zàçË\927.Kö­\1d\1d\9e\197L\0\0\0\0\0\0\0\0\0\0\0 ªÌd$©\97¿¹r@lLP\93ßÙ´\11YñÒäö\97»ªÙò\9b\96³§{Ï\ 3ñþ\rÏ\16­YRºvÙ5s\1f
+¿\8a~u\ 5é±âðûqH.Èä¹Oí¨`Ò\9d#V/î:ZQzGêÊ};\87¿¸èú%ñ`ê=i\rE\83?:3n\98\0\0\0\0\0\0\0\0\0\0\0@T\19ËHR/\1c      ö«+èS;ªs*X5ìG\8f×?¸ñ¹°ñ¿{¦éÕµ½ê!ØÚ~&üÔS6¿\18ֹϭÎ\ fjFf6\8d5G½Pe'Ê;\8fYu~×æ÷hÛÉ(\9d\9fÅ»¶>´ñ¹ë\16Õ\84ÿ\8eÒ\1a\8aþüظa\ 2\0\0\0\0\0\0\0\0\0\0\0Qe2#I½d\8b\9a\9d(ï__\18\16Ô\8c¼uåüQ¿y<,ü\8fÕûwõ¶gßÎãG\12¯­\9b¿ó\95Ê\97\9f\ e&ÝÝ9G­Î\ f¿\1fçäÂ\94¬Ì\8a\97\86'­_]AfÓØð\98\r}aaÄ\8eТ][æ¼±ñ\1ffý:¨\1a\96Ñø1ïÕuÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢Ê|F\92¢<\ fl*\1d\10\e\13\96ÖP\14þ?¿zfNØÏ\97%ÏwtôÂGÞ\86Ãû\96ï}}å¾\9d\98\1dL¸=¨Îï[7Ú«Q/ì\91Ël\1aÛ¯®àª9\ f\84\97\1aþâ¢(\1d¡ð\9f\11úrCQ0mDV¼tð_9?n\98\0\0\0\0\0\0\0\0\0\0\0@T\19ÑHRÄÊj*Íl\1a\e6 6æëó&üø\89XØ÷\17×Þ±jAï|Òm:²\7fËÑ\ 3aWÏ}0¨\1a\16Ô\8cL\8f\15\9b£^ð\17òfÅ;GÐß\98?ñÚ\ 5UÓ6¯\8eØ)jm?³áð¾ÇßÞÖu\84þæÛuÝ0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2¥\91¤\9e^NsÅ DYW\ 3ãeß\9c?ñ_\16L\ e»|ú½ów¾Ò;\9fn§ÚÛ÷¶¼ÿÎ\87'6\1e~'¨\19Ù¯® ,ürr\1d\98\v]×ÁË\8a\97^3÷¡ðÈ-Þµ5bg©åìéð,5½º6\98\97ê\vS<Bn\98\0\0\0\0\0\0\0\0\0\0\0@T\19ÔHRÏ\1e¥&Êó\92\95\1cßUøßÇNµöÚ\87Úésí­ígÂf¼¾>¨\1aö\95Æ\92̦±\ eÉÅ\eD\87\7fv\1d¼ôXñÆÃïDò8U¬[\1eL\19\9e\15/ýT£f7L\0\0\0\0\0\0\0\0\0\0\0 ªÌj$©Ç\95ûÑK*³â¥a}kG߸,yæü¹?ÕÑ\8b\1fjÃ_\ôå\86¢Ë§ß;$9.ÇQ¹È£Ô¯4\96\1ã¾Öö³]\aï|GÔ\8eÞ-ÏÎK\8f\15\7f¶³ä\86    \0\0\0\0\0\0\0\0\0\0\0D\95e\8d\94\19`ÿú®\82Iw7½ºöÝÖ\96°C­-ÇO·õògÙ\ f\16×]=÷ÁoÌ\9f\8cû\ 6Æ˲\13å9\89rgæ¢\94¬Ìj*\r¦\8dø\9f\8fN\r\8fß\91\ f#y¢~òDãUs\1eøêô{ÃãôÙ\ 6În\98\0\0\0\0\0\0\0\0\0\0\0@T\99ØHR÷,/Y\99ÑX\12Ô\8cü¨üôXñ¶÷\ en?v(lËÑ\ 3­ígzùóëPkË7çOüácuaÙ\89ò̦±YñÒlsÔ\8bv\1a¿T_Øy\14'ÞqÓò\99áQÜÓr,\92çê{\v«Ã\13\15~äðD}\9eãä\86        \0\0\0\0\0\0\0\0\0\0\0D\95­\8d$u«õ_ߺÑAu~g\13ï¸~I|õþ]a/ìßµæànϬÐ\8aßïøÑâº\9b\96Ïüñ\13±þõ\85\19\8dÅa9\ eÏÅ|Aj\9fÚQÁ\84ÛÇÿî\99ð(®Ü·s÷\a\11\¤¾óá\89\1f=^ÿ³¥Í\ 3bc.È\89òO\15\0\0\0\0\0\0\0\0\0\0\0\88*\8b\e\ 2Ëm®\18\18/ûã\105lÒ\9d÷oxvá[[ÂfíØ°í½\83\9eS]¦m^}ëÊùÃ_\ôÝ\85ÓÂ/êKõ\85\ 3bc\ 6'+\1d¡\8bw2³\13å\9dg²jXÝÖ\97ÂÓxüt[$\8fÖºC{n^1ûÆeÉðæ5\14]¨/пY\0\0\0\0\0\0\0\0\0\0\0 ªLo$éÒ¿\14u@lLP3²³i#Âÿ§aÛ\9a®&mz¾­ý¬gS¨ã\ f\7f(ùíÒûÖ¯èê\8a\19÷\ 5Õù}kGg4\16ç\99£^ÌÃ\99Ù4¶ódVç\87§4<\93S6¿\18Õ3öÔ\9eíEk\96üä\89Æ`Êð´\86¢\v{®ü\13\ 6\0\0\0\0\0\0\0\0\0\0\0¢Ê\ 6G\92.ÍÛ'/«/è[7:,\982ü?\1eo¨|ùé°ÒµË\1a¶­ñ0ú\93·N¼7iÓóáw\12~9á\17õÇõnÍȬx©·£^ìEjFcq0mÄ×çM\b¿ü\8auËÃ\1f"ªÇlá[[j¶üæÚ\ 5UAÕ°\ 1±1\17céìß2\0\0\0\0\0\0\0\0\0\0\0\10U\968\92t\91\86¨\ 3ãei\rE]õ«+¸åÙyC_X\18ö˧g­9¸Û\ 3èÏ­;´çá\9d\9b\16ïÚzëÊùÁ\84Û\83êü>µ£¼\17õ\12\95¬L\8f\15\87ßù÷\16Vÿê\999sÞØ\18ÕcöÈ\9b\9bÃ3\166$9.\982<£±äâ\9d1ÿ¨\ 1\0\0\0\0\0\0\0\0\0\0\80¨²Ç\91¤\v5DÍl\1a\9bÑXÜUZCÑ\953Çÿçò\19]Ý°4á\89ó\97Ö\1eÜóÒ\81·Ã:ß\9éî :?üÞ\86$Ç9N\97¦\8cÆ\92ð¬ö¯/üß\8bë~°¨vå¾\9d\91<f-gO\87\1fí\9177\aUÃÂ3\1660^\96{\91¿[ÿº\ 1\0\0\0\0\0\0\0\0\0\0\80¨²Ê\91¤Ï\NsEV¼´«\8cÆ\92k\17T}\7fqmWÿüð¤\8auË=eþÒ©síÛÞ;¸ãýÃ\9b\8eìï__\18Ô\8cìS;*«©ÔÛQ/ñ¹\1d\18/»nQMxV¯\9eû`øsDò°\1d\1a\1e¶º­/\ 5\13nïWW\90{   ¿dÿÒ\ 1\0\0\0\0\0\0\0\0\0\0\80¨2Ï\91¤O»éËN\94\87\rJ\94\rNV~}Þ\84®r\9b+¢:î» ZÛϼÛÚr¤íÃÎ×VN\1e\9aÖPô\7fÙ»ó\18¯
+{oü'@¥S\98+ó°\bøÔ\9fiok\8c\1aosíz\9fútKÛ4ÍmîM\9bÞ´\8d\89QT@2Àì+J+È>ûöåË6l
+\b\b"\b\b\b\82\14\ 4D\11\11\ 4ʦl2²Ã0ôwƯw\1e.*E\98a¶×+ï\10ê\7f\9cóù|æ\9c3çÓ\13F9ÝøÒ\rë¶G4÷®ÉOß7}T\v®·ªsgÂzË\=?\18ñX|YÚ-7|ëYË\ 3\0\0\0\0\0\0\0\0\0\0\0-\95=\1d\11\91/´Ù×#\9a{ë¸Aa:G²þÏÌ|?G® º¦¦.é¯Î\vòúu®ÈªÝçUK\8d\9dÊ3~>§´ÅWÝ\1f\17U¶)\1cÐ5\92ÝX\a\ 3\0\0\0\0\0\0\0\0\0\0\0-\95U\1d\11\91+'¾,½.Á¨>\83ÿºèøù³±\9cª>ççÈ\15Ü7}Ômã\9füúÄ¿\84¹uÜ\13]#ÙÝTÔ\rO÷±9\9dÊ3\82Ñ}Ó_\9d\17«ÛÓÕç[pÕýø¹¢[Ç\rê\19\1dÔ\88K©öR\ 1\0\0\0\0\0\0\0\0\0\0\80\16ÌÂ\8e\88È¥é\11ÍíT\9eÑ®()LÛÂ\81_.NÞúáÁ='\8eŲó££ÇÏ\9fõ³ã
+v\1dÿðk\13ÿ|ßôQaº\8dÍ\89} 5L·F]\12\e©í\8b\93\83á½J6¯
+K·êÜ\99\96]{ß\9a62¬ºî\1fW]£o@\e\ 5\0\0\0\0\0\0\0\0\0\0\0@KemGD¤G4·]QRPп6#\1eùåܲ\r\87öÕÅO\8a«1kÇ\eÿ:}dxèþmf~\87ÒÔNå\19a|\1dµQvQ»D²>)æ\91½Ãó²ö\83Ý-{\99\89ªo?3ú§³K\9a\99   \0\0\0\0\0\0\0\0\0\0\0@Ke\85GDZ]¢¹   \15\99A~âÿË°\87\87®_²ðo[ÃÌÛùÖÖ\ f\ fúép\95\9eZ÷Ò\7f¾0î\81\97¦Ü7}TÛÂ\81\1dJSãËÒ»«±ÆûÔo0æñncsbÅü®-\17[tù­>°ëWÏWürnYÛ¢\81\1d\9aÔé0\1c\0\0\0\0\0\0\0\0\0\0\0\80\96Ê"\8f\88´\86ô\8c\ e\8a+Iùd\vutßÛ'\f®|g}]Êß\ݲ?(Y\8fª/Öô^6#iå\9cX¾:î\89  ÿMÅI7\97¥÷\88檴Ƭí\91½¿5mäÄ­ëæí|«Å×áì÷6÷Z:ý§³K\82¼~\1dJS\9b\99\15\0\0\0\0\0\0\0\0\0\0\0@Ke£GDZdºE²Û\14\ e¨K0²÷\7fÌ\8f\8eØðr\98§Ö½4mÛ\ 6óÿ\vÙúáÁ\9c5\v£\97´jn0æñº\ 3\9bP\91éë¨\8dø\81Ô\9b\8a\93ÂÚþí\82ñá©yríÂ\ 5»ßnÙuXþæê¡ë\97\84ÿØû¦\8f
+Fõi\9a\e©öR\ 1\0\0\0\0\0\0\0\0\0\0\80\96Í^\8f\88´\8c\ 5½ø²ô\9b\8a\93biW\94\14þÏ\94UÏ×å¡%Ó6\1f9`æ\7fQËöm/\7fsõÄ­ëþkáÄ`x¯ ?±má@ßEmô\9dëX\9d\87§ãO\8b*ÃÚÞrôý\16_\8aãß^\eÖáÍeéA^¿ð\1f\1eßä¿Ïkz\0\0\0\0\0\0\0\0\0\0\0\0-\95\ 5\1f\11i¾éX\9aÖ¡45L\9bÂ\ 1ßyfô\ 3/M\89åO\8b*û.\9fiÂ_\9b\17vmY°ûíXî\9d:<\18ñX\90\9f\18W\92Ò3:HÉ5bº\8fÍé\12É
+ODBEf¬Î\7f3?ZuîLË®ÆSÕçf¿·¹ò\9d\98ÇÃ:\f\8f@sù>¯I\ 2\0\0\0\0\0\0\0\0\0\0\0´T6}D¤\19-åu*ϨK|YÚOg\97üêù\8a0÷M\1fõ®-Fú5«:wfõ\81\ fî\9d·ó­`tß  1\96ð8û:j£W~ç\8aÚÊïX\9avÛø'\7f>§ô\8f\8b*[CM\1e>}2¬É\82\ 4Ã\1enS8 {s;q¦
+\0\0\0\0\0\0\0\0\0\0\0ÐRYù\11\91&\9b.\91¬Î\15\9f¤SyÆí\13\ 6\7fç\99Ñu¹gÊð³\17ª\8dñköÁ©ã;?:ºûø\87aFlx9\18Þ«]QÒMÅIÝÕ^\93I×HvXùß\9côTXðwN\1eÚoŬÖP\99\87O\9f|¯êHú«óÂ\9a\8c+Ii¦\9bÑ&\f\0\0\0\0\0\0\0\0\0\0\0ÐRÙú\11\91¦\93n\97¤k$ûk\13ÿüÏ\13ÿ\12K§ò\8côWç\19Ú×ïøù³±üdvqP\90ر4-Lxxoñ]Ô&Ö\ba\vÜ>apxvÆ¿½¶\95\14ç©êsUçÎüaᤠ¯_BEf³®I£\ 6\0\0\0\0\0\0\0\0\0\0\0h©¬ÿ\88HÓÙÅë\1aÉ®Ë\97\8a\93\1c}ÿÂÅ\9aºÔ\¼hh_§ãçÏö\8c\ eê\11Í\rÿô]Ô¦ü\99Ô0A~ââ=ÛZUåß?«0¡<³eT¦i\ 3\0\0\0\0\0\0\0\0\0\0\0´TÖ\7fD¤q\12ÍíX\9a\16W\92\12K0æñ_Ï\8b\1c>}².\87N\9f°\88Z_VîßÙ¹"ë®ÉOß9yhÝæ¯"lRé>6§K$«}qrBEæþ\93\16¨®©i%%z÷\94aaqö\88æ\86\95ÙÍ^*\0\0\0\0\0\0\0\0\0\0\0@\13f\15HDnÌ\16jBEf\9bÂ\ 1u        F<öÌ»\e·\1d;\14Ë\96£ï\1f\91\99\\8frÖ,¸gêð\1fÎ,\bsïÔáñeéá)\b£\1a\9bTzDsãËÒj;btß»&?\1döÂöªÃ­¤D7\1dÞ\7f\90°>\7f0#?V\9cÝZÐ\995\82\0\0\0\0\0\0\0\0\0\0\0\80\96ÊN\90\884ж]»¢¤ ?ñ\93\8cì}ÏÔá«\ eì¬Ë²}ÛÏÕ\0\84ëÝ\1f\16NúÍüè\7f¾0îö \83ãJRâËÒÃt*Ïè®,\9bXzF\aµ/N\ e\86=ü§E\95aG¬ÜÿÞæ#\aZI\95ÎÛùVlc:<\ 2±\12myç×,\ 2\0\0\0\0\0\0\0\0\0\0\0Z*\9bA"R_\9f\7f[¨a\86÷ÊY³`ö{\9bcyæÝ\8d«\ fì2r\eÂÖ\ f\ fþnÁ\84G_~6L¯¥Ó;\96¦µ/N\8e+Ié\\91e\17µi&(è_Û#Ã\1eN^5wê¶×·W\1di=å\1aÝòÚ\1f\16Núî³c\82\82Äø²´pt´ÔIh4\ 1\0\0\0\0\0\0\0\0\0\0\0-\95ý \11¹¶Ï¡Ö~ê± ÿ'\19óø­ã\9e(\7fsu]FmXVuî\8c\19Ûpæí|+qÅs9k\16üç\vã\82Ñ}Û\15%ÅÒM}6Ét\1f\9bÓ%\92\15\14Ôn,\86Ý\11ë\91\83§O´\9e\8aÍÛ¸"ýÕywT\ e òúÅ\97¥÷hY\e©á?'üG\85\93ðö     \83c3Ð\8c\ 2\0\0\0\0\0\0\0\0\0\0\0Z*»B"r5+u]#Ùm\v\aÖ%\18Õç÷/N\1cü×E±ä¬Y0þíµ&jC+Ù¼ª`Ó+Eo¬\fsßôQáY\b
+úÇ\95¤´°\15¿\16¶®xsYzmË\14$\86M\14ë\97ÖV·y\eW\84\15[û!Ѽ~\9dÊ3ZÞFj\87ÒÔ`tßï<3:sõü\89\99T\0\0\0\0\0\0\0\0\0\0\0@ËfiHD>½fÕ±4­}qr]Ú\15%u\8dd÷[1«.\7fZTù^Õ\11#´¡½\7fêøø·×>óîÆ0\13·®«ý4m^¿ ¿ö\9b\9b\8b\93\8fj? \99\9fø­i#Ã\96yôåg\9fZ÷R«ªÞSÕç¢-\7fsu¬h»D²º·Ä³Ü¦pÀOg\97<ðÒ\94¹;ß4²\0\0\0\0\0\0\0\0\0\0\0\80ÖÀê\90\88t\8ddw,M«Ë\97
+\aþhVÑï_\9cX\97ßÌ\8f\ exe¶\81yÃlýðà¿m]¶o{Òª¹ÁÓ\ fÅ\16Q\83\82DµÚ,\12_\96\1eë£ïÏÈûù\9cÒiÛ6´ªêÝ}üÃXõ\8eÚ°,\18Þ+(èßR¿"\1d\9eèð,ß5ùéµ\1fì6µ\0\0\0\0\0\0\0\0\0\0\0\80ÖÃ\ 2\91H«J÷±9\9d\12Ê3ëÒ©<£G4÷'³\8bër÷\94a[\8e¾o<Þ`\9b\8f\1c\b\13\1eù0?\9b]\12\8cx,(è\1fW\92⣨Í%ÝÆæÄ\1aê\873\vb}´rÿ{­ª\86w\1fÿpÓáý\ f¼4%\18öpX½í\8b\93[jõ\86':¾,ýßfæ\9b\96\0\0\0\0\0\0\0\0\0\0\0@+d\93H¤5|\ eµ.        \15\99wT\ e¹wêðº\84ÿó·\vÆ\e\86\8dâì\85ê}'ªÞ?u|ËÑ÷Û\15%}©8©}qr\98ð4Ýb\1dµù¬£\86\9dÕ%\92\15þ=l¨oNzêTõ¹ÖVÉ\aO\9f8pò£\1fÍ*
+Æ<\1e[uoÁ§;v¢¿1驪sg\f1\0\0\0\0\0\0\0\0\0\0\0 \15²R$Ò²7æn\89æÞ6þɺ|¹8yõ\81]F_#:WsáÌ\85ê³\1fç\99w7Æöøj\17QUlól±\1e\1f·Xøç}ÓGµ¶b¾øñnu\98oNzªciZ×Hv\8b\9d+²þeÚ\bs\f\0\0\0\0\0\0\0\0\0\0\0hÍl\15\89´\98t\1f\9b\93P\91Ù©<£.í\8a\92î\9fUxºúü¥©¹xÑèkD\ f.\9e\1a\9e\9aÛ'\f\ eóÕqOtké«|-¸Ý:Wd\ 5ù\89á \8d\99\vÕ­­\98\ f\9d>ÑmlNXÉu\1f\12mÁ§»k$»}qò}ÓGµÂ\13\r\0\0\0\0\0\0\0\0\0\0\0p)»E"Í2ÑÜ\84\8aÌ\9b\8a\93.M0²÷Ü\9doî?YU\97}'ª\ e\9f>iÐ5®3\17ªï\9aüô·¦\8d\8cåÖqO\84ç®k$;\16ÅÜìZ/®$¥¶ÝF<òÄÚ\17÷\9e¨:vöt+¬êõ\a÷ö\8c\ eºgêðÎ\15Y-»\8c{DsãËÒ\83Q}þc~4\9c¨\87N\9f\0\0\0\0\0\0\0\0\0\0\0\80\92\91HsÙ\8djW\94\14\14ôÿ$#\1eûÙì\92ÍG\ e\\9aõ\a÷\9e«¹`¬5\11kÞßuï\94ááiº\7fVáÍeéu\1f±µ\8bÚLÓmlNmë\8dì=cû¦X»µÂ\8dÔÈ[kþeÚ\88°ª¿ýÌè\ e¥©   \15\99-{ê¶/N\ e\9e~(qÅs\e\ eíÛ{¢ÊX\ 3\0\0\0\0\0\0\0\0\0\0\0ø»½T\91&ûy¾üÄÿ\91\11\8f\94l^µtï»±,ØýöÖ\ f\ f\9a`MÍÐõK~=/ò\87\85\93ÂüpfA»¢¤\8e¥iñeiªºù6c§ò\8cÚ\ 6Ìë×¾8yá߶\86©¹x±\15ÖöSë^ú÷ycï\9e2,VÕáaéÞÒO}0â±°£_صåÀÉ\8f\f7\0\0\0\0\0\0\0\0\0\0\0\80\8eD\1a\1f\1f\8fýÛÌüiÛ6\\9año¯õ-Ô¦éÑ\97\9fM\ñ\,·O\18\1c\9eÍöÅÉaâËÒzDs\95wsLÏè ¸\92\94Úf\1cÙûÞ©ÃÃ\ 6\9cºíõ\19Û7µÎ
+Ï\=¿ïò\99·\8d\7f2¬íNå\19-¾ª?þ0ní©ÏY³àøù³F\1c\0\0\0\0\0\0\0\0\0\0\0Àeì\1f\89ÜÈ\ fðu,M«ÝB½4ù\89O­{)oã\8aº\fY·xÙ¾\1d¦S\93µþàÞôWç\85§)LÒÊ9A^¿6\85\ 3bI¨È¼Å.j3oÒ\9b\8a\93\82\11\8fývÁø°\19\9f^¿dÁî·[m©ç¬Y\10\ e¥©á¤jñµÝ}lNç\8a¬ð_Ú®(iÄ\86\97ÃSß:?\8c\v\0\0\0\0\0\0\0\0\0\0\0ð\ fÙB\12i\88ý¦.\91¬vEI\97%\18óøý³
+3WÏ¿4é¯Î3\88\9a¾gÞÝXþæêÈ[kÂüz^$\18ñHl­¸Má\0\8b¨-á\13\99\91ìO\9a4¯ß\ 3/Mé³lÆ\96£ï·ÎRßùÑѼ\8d+Â:\1fü×EÁè¾a\91w\8dd·ü\1aøøÿ4 gtP8\93\9fXû¢\89\a\0\0\0\0\0\0\0\0\0\0\0p\ 5Ö\91\7f¡)¾,-®$¥.7\15'\85ÿ½×Òé\97å?_\18·tï»ÆN³pªúÜ3ïn\9c»óÍXj?¤8æñ ?1L\87ÒÔ\9eÑA*¿Å¬\90·/NîT\9e\11kÒß-\98pììéÖYó[\8e¾\1fÖüCK¦\ 5Ã\1e\ eë¼µì\Gsó߶p`ØÔCÖ-6ú\0\0\0\0\0\0\0\0\0\0\0\0þ!{I"_h\85-¾,ý²|¹8ù\873\v~3?Z\97_Î-K\ñ\9cñÒ\1cí?Yµlß\8e5ïï*ØôJ0¼Wl\115Lxê»ë\82\16ÔË        \15\99aóÆ\95¤~uÜ\13¿\9e\17yà¥)­¹ì7\1f9°êÀÎ_=_\11Ö|\IJ+Y»®-\83òÌp\80ß=eØ\8f\9f+zzý\12\ 3\10\0\0\0\0\0\0\0\0\0\0\0àjXP\12ù¼t®ÈJ¨È¬ËÍeé_\9bøç\1fÌÈ¿,ß\9côÔÖ\ f\ f\1a&Í×Î\8f\8en;vh{Õá0½\96N\ f\86÷jS8 }qr\8fÖð±ÈVÙÔñeéwT\ e     \9b÷Þ©Ãû­\98Õ\9a\8b\7f\91°øï\9e2,\18óx§ò\8cVUóá¿7ü\87\87\ 3|üÛk\8dA\0\0\0\0\0\0\0\0\0\0\0\80«gMI¤[\98Höeé\1aɾ£rÈ\9d\93\87Ö%ü/9k\16\18\1a-@uMÍáÓ'\8f\9e9\15Ëí\13\ 6·+JúJIJ\98\84òÌ[¬£¶È6\8fdw\89d}cÒSa/ÿ¯ò\8cÖ¼\8aXWÿ\aN~\94P\91Ù¾89\1cnÝ[_1t,M[º÷]ó\10\0\0\0\0\0\0\0\0\0\0\0à\8b²¬$R»\90\15ͽ,ÝÆæ\1c=sÊ\88h1.þýï5\17/Ʋx϶ ?±n\aY\v´\8aDsÛ\17'o>r@\17,Ýûn]ý·Úbh[4põ\81]\ 6#\0\0\0\0\0\0\0\0\0\0\0À5°¬$­gù4ö\81¼Ë\12\8cì]ôÆʪsg>\1dó¡%\19ðÊìÎ\15\9côT\98Û'\fî\1aÉî\16ûT®îhé-\1fW\92Ú©<ãýSÇ\8f\9d=]sñbkî\82\89[×Ý\\9aviý·ª\92\bÿÕ\1dJSÃzØùÑÑ°\18.\¬1\18\ 1\0\0\0\0\0\0\0\0\0\0\0®\81Ý%i\91ûhí\8a\92Ú\16\r¼4Áè¾?\98\91¿ó££\97e{ÕáSÕç\8c\82\16é{Ï\8eùî³c¾÷qn\eÿd§ò\8cÎ\15YaºD²´IKM\8fhnÇÒ´Ú\96\1fÕçG³\8aê:½\95÷Âà¿.ú椧î¨\1c\12vA««ÿhnByf\90\9f\84Á\8a\ 1\0\0\0\0\0\0\0\0\0\0\0àúYb\92\80\16W\92\12\14$^\9e1\8f¿°k˺\83{.Í\9a÷wm;vHË·l+öíøÎ3£\7f=/\12æ\17sÊn.K¯K×Hvw]ÓÒ\aB»¢¤àé\87\ 6¼2;lùÕ\avm¯:ÜÊ;âO\8b*ÃF\bÛá\9f'þ%®$µsEV÷ÖW\15á\ f\85ûg\15®ý`÷æ#\a\fI\0\0\0\0\0\0\0\0\0\0\0\80ëg\95I\9aþVÑÍeéA~âgäé\87z-\9d¾`÷Û\97eÞη´vë1dÝâß¿8ñÁÅSÃüpfAPÐ?®$5L\87ÒTíÓ\1aÒ-\92ýÉ@\18Þkèú%³v¼qàäGú"Ö\14      å\99q%)­s#µgtÐ\97\8b\93êøñsE\9b\ eïW\12\0\0\0\0\0\0\0\0\0\0\0\0õÅN\93\ 4\ 5ý/ÿøéÈÞß\9a6rüÛk?\9d¢7Vî>þ¡.nU\8e\9e9õèËϦ¿:¯.·\8e{",\9bvEIaâËÒzDsõQkXWïT\9eQ;\1fòúµ/I\8eny-\1c\b%\9bW\9dª>×Ê\eäÀÉ\8fÂ\ 6       \13k\8an\91ìÖûåÜ\11\8f<ðÒ\94°*6\1cÚgr\ 2\0\0\0\0\0\0\0\0\0\0\0Ô#ûMrã7\86Ú\17'·)\1cpYb[T\83ÿºhØëK/Mîk/.Øý¶VmÍ\96î}7,\8cQ\e\96\85©]¸\eÕçÒÊi\85\1f\82\ 3¤ciZ0æñ»§\f\vçÃÐuKò6®Ð#¡M\87÷?±öÅ\87\96L\v\ egi«m\8að\1f\1e\96Gßå33WÏß^uDa\0\0\0\0\0\0\0\0\0\0\0\0Ô;[NÒ@»c7\97¥ßT\9côé\ 4ù\89¿\7fqbÒÊ9\97eÀ+³SV=¯%\89\99ºíõ\89[×U¾³>Ì÷gä\ 5#\1f\r+'L»¢$_Dm\8d\89æÆ\95¤Ö\ e\90¼~?\9cYðèËÏ\86\15¢MB\8b÷l\8bny-l\93ÿ\98\1f\r\86÷
+\ fQÏè ÖY$Ý"Ùµ\15RÐ?ü\11ã˹\0\0\0\0\0\0\0\0\0\0\0\0\rǺ\93\ÏgéºD²:\94¦~:m\v\aÞ7}Ô\ 3/Mùt~õ|Å\a§\8ek=.søôɹ;ß\ø·­af¿·9(è\1fäõ\8bí¢Æ\97¥ÛEm¥\9b\86csb#¥]QR8:b\ 3\9emúåï\1f\7fG8l\96;*\87\ 4£ú\84m\12W\92Ú:7Rc?\89âJR\12*2Ã
+ùí\82ñj\ 3\0\0\0\0\0\0\0\0\0\0\0 AÙ{\92«I§ò\8cO§ciÚmã\9füåܲOç_§\8f\9cµã\rýÅ\95m¯:¼îà\9e\r\87ö\85ÉY³ xú¡ÚuÔ\8f£éZóÂ{×Hv8aâËÒÿÄFÊw\9f\1dsðô     -\13ª¹x1ì\9a0\1dJS\83¼~ \15\99·´Ö­íØFjì'ÑOg\97üaá$å\ 1\0\0\0\0\0\0\0\0\0\0\0p\ 3Ø\81\92XºD²>3\9d+²ºF²ï\9b>êÓ¹£rH\9fe34\11Wé\Í\85\9d\1f\1dÝsâX]¾óÌè`Ìãí\8a\92Ât,MóQT  §MByæmã\9f\f'Ì¿L\eñ\8b9e\1a'æTõ¹Xû,Ýûn0ºoØ2ÝZ}µ$Td~mâ\9fÃ\9fD}\97ÏT!\0\0\0\0\0\0\0\0\0\0\0\07\8c5¨V\95n\9f\97Höí\13\ 6\7f}â_>\9dð¿ß9y¨NáÚ\9c½P}üüÙX\16ïÙ\16\8cy<¾,½.]#ÙÝ5¦ü÷ 
+ëá«ã\9eèT\9e\91´r\8eÞ¹¬\89Fo\\1e\8cê\13vMx|tMl\85ù¦â¤§×/Q!\0\0\0\0\0\0\0\0\0\0\0\07\98Ý\96VµÅÓ¹"ë3Ó®(iËÑ÷«kj>/:\85k\93´rÎMÅI·\8e\e\14¦gt\906\94Ïû^s8\88\82¼~y\eW\9c«¹Psñ¢Þ©3à\95Ùí\8b\93{Ds} õÒ\82\89U\8bR\ 1\0\0\0\0\0\0\0\0\0\0\0¸ñ¬·´\9cDso.K\8f+IùÌ\ 4#\1f­|gý¡Ó'>3\1f\9c:n»\87úòígFß9yèÝS\86\85¹mü\93\9d+²ºF²Ãt\8bdëS¹tSþ\93é4æñeûvÄ\ 6Ñéêó:¨Îï\16L¸}ÂàX\13YJ\8dåã\1fg½gîؤZ\0\0\0\0\0\0\0\0\0\0\0\0\1a\8b%\97f\94\1e\1fo\9e¶)\1cð\99      \86=\9c¼jîÖ\ f\ f~f6\1f9`\85\87\860wç\9bwN\1ezÿ¬ÂX~8³ sEVBEf,]í¢Êg\r± ¯_Ïè ØtÚrôý\v\17}\94ù\135\17/~ïÙ1±n
+\ fQ§ò\fMÔýã-æX٬ط#üqvöBµR\ 1\0\0\0\0\0\0\0\0\0\0\0h,ö¤\9aÔÆV§ò\8c ?ñs3¼×/ç\96­ÜÿÞgfñ\9em\1f\9c:®¤¹\ 1\92VÍýÕó\15¿]0>Ì}ÓGÝT\9c\14_\96ößI×Ëòéô\8c\ eªýÒå\7f\ f±\15ûv¬;¸G+]j÷ñ\ f\7f4«(ì¬\ e¥©±n²\91\1aû\14xÇÒÚC\11+\eu\ 2\0\0\0\0\0\0\0\0\0\0\0Ðèì¼4¡µÓ\11\8f\99ѳv¼ñy\99òÎúÍG\ e(Zn°='\8eýþÅ\89½\97ͨK÷±9í\8a\92âJRÂ\84U}K4W\83Ëç-\15Ö~æ2\9c\1e~hÉ4Cì3­:°3l±_Ï\8b\ 4\ 5\89q%©Ê¦î\87f|Yz0ªÏWÇ=±ðo[Õ      \0\0\0\0\0\0\0\0\0\0\0@\13aó¥>wN\vú_)£ûÞQ9¤dóªÏËè\8dË\97íÛ®&i
+fíx#yÕÜÜ×^\fó\87\85\93Âêm[4°.]"YÝ5¾|NÂÚ\b+¤nî=±öÅp¾\8dØðò{UGtÖ¥*ßY\9f²êù°Å~6»$<Pq%)=¬xÿ÷\8fÔ¯\94¤\ 4#{\7f\7fF^Á¦Wf¿·Yµ\0\0\0\0\0\0\0\0\0\0\0\04\1dö_®rç´máÀ+$ÈëwGå\90'×.¼BÒ_\9d7mÛ\ 6%G\13tñï\7f\1f½qù¥[Ò÷L\1d\1e\8cî\e[-l_\9cl]N®fTÞ\\96^;\ f\v\12»F²ëæ\9eþú´ño¯-ØôÊ7&=\15ë²\ e¥©Z¬®\8aâJRÂÃò«ç+\92VÍ]¼g\9bj\ 1\0\0\0\0\0\0\0\0\0\0\0hjZû\16L47¡"óËÅÉWHPÐÿ\8eÊ!}\97ϼB\1exiJtËkÊ\89fdÛ±C\13·®\9b±}S\98Ñ\e\97\a£ú\ 4ù\89uéT\9eaQN®r\91°ciÚÇ£2ñ[ÓF\86ó°×Òé\83ÿºH\8b}¦iÛ6\84\1dס45Èë§Ë>ý¥Ý6\85\ 3þó\85q\7fX8iá}ª\ 5\0\0\0\0\0\0\0\0\0\0\0 ijÁë-    \15\99ñeiWNûâä;*\87ünÁ\84+äçsJ\8bÞX©ThîVî\7foÙ¾\1d+þ;ÿµpb0ìáØ\16j\9bÂ\ 1öãä\1a\12_\96~SqÒÿ\9dU\14\8eÊ\9fÎ.\99ºíu\8döi\87O\9f\¼g[Øtáñ\89-\80w\8ddwW?\97¤[m-¥Å\95¤|ïÙ1\aO\9fP3\0\0\0\0\0\0\0\0\0\0\0\0MY³Û6í\\91\95P\91ù\ fÓ±4íÎÉC\7fü\Ñ\95\94ác6-W\ 6´<GÏ\9cÚtxÿ\96£ïDzþàÞ\9b\8a\93\82\82þu\89/K³\8b*׶B\18\e³\9dÊ3~0#ÿ®ÉO\87\ 5¦ã>Ó\a§\8e\87m\98³fAí\ exAÿvEIÖQ//§HvXH]"Y?\9aUtßôQ§«Ï+\e\0\0\0\0\0\0\0\0\0\0\0\80\89l¦t\8dd_M\12*2ï¨\1crÏÔáÿ0Ý"Ùãß^ëüÒz\1c:}â\83SÇëR»
+7â±öÅɱ|¹8Ù\ 6\9c\ç:j8\84»D²zDsccö\e\93\9e:~þ¬Öû´Ã§OÆÚðÁÅS\83\91½ãËÒí\80\7ffEu®Èê\19\1dt×ä§ÿÏÌ|e\ 3\0\0\0\0\0\0\0\0\0M_pÝ\1cC\0\80\96¡\89ì§Ü:î\89¯^En*NZu`§³\ 6¡\9a\8b\17ÏÕ\¨Ë×&þ9¾,½î\93Á]#Ù¾Ì(õ¸BØ#\9a\e\ eáÎ\15Y?\9b]¢û>O¬\19ï\9d:¼Cij¬\r\15Ï\15*ªSyÆ\7fÌ\8f*\e\0\0\0\0\0\0\0\0\0h
+\82&Éy\ 1\0h\9a\1apë$\92}sYú?Ì?\95¥ýSiúÞ\13U§ªÏ]Mj.^tÖ ´tï»_)N¹}ÂàXb«^öݤ\1eÓ}lNByf8¨\83Ñ}SV=\1f\eÂg.Të¾ÏtüüÙ¯\8e{"lÆî\9añ\1fÕU\90\9f\98¸â9å\ 4\0\0\0\0\0\0\0\0\07^в8¡\0\0\8dâ*·HzDsãËÒÚ\15%]e\82¼~wM~zï\89ª«\8c\13\ 1ÿÐ\83\8b§ÞQ9ä_§\8f\8cåÎÉC\13Ê3»D²b±ì&õø-ËO&ù\88G¦¿»!\1cÑ»\8f\7fXuî\8c\1eü<[?<xÛø'ÿeÚ\88Î\15\9añ\1f\Kt(M\r\86÷JZ5WE\ 1\0\0\0\0\0\0\0\0À\8d\11´VN=\0@\ 3^d\16ô¿ª<ýPú«ó6\1dÞ\7f\95Ùph߶c\87\1c^¸f»\8e\1fýÖ´\91?\9fSZ\97\r\8a/KïT\9e\11KBEfw\9bnR\7f\v\83aQÕNûüĸ\92\94u\a÷\84\93<üÓç,¯`Ê;ëcMú½gÇt(M\r\ f BºÂ7RÛ\14\ e\b\86=\°é\95°®\ e\9f>©~\0\0\0\0\0\0\0\0\0 á\ 4ØW\ 5\0hH\8b÷l»\9aÌÛùÖÁÓ'\1c.h8£6,ûÍüè\1f\17UÆòó9¥í\8a\92:\94¦Ö¥k$Û"ªÔozF\aÅ\95¤\ 4ù\89Á\88ǾýÌèØÀ_¶o»~¼²Ñ\e\97ÿû¼±ÿ2mDÛ¢\81aoÆ\97¥ëÍÏ[G\r\aWm\81\8dî[ùÎúðZâøù³ê\a\0\0\0\0\0\0\0\0\0\1a\82\85S\9bª\0\0@ËvªúüCK¦\rxev]¾6ñÏAAÿöÅɱt(Mí\11͵×&\r÷\81ÔvEIÁð^\ f¼4eê¶×Ç¿½vÕ\81\9d\1aóÊRV=\9f¸â¹°[¿>ñ/a·v*ÏФW^J½¹,=¾,=,°\89[ש\1f\0\0\0\0\0\0\0\0\0¨wVJ­©\ 2\0\0\v»¶ä¬Y0tý\92Xú.\9f\19\8cîÛ¦p@]\12*2o±ã&\r\9cÚ\8fW\16ô¯Í¨>ýVÌzríÂ\1dU\87µç\95\9d«¹\106ox¬j7y\vúëÖ«ÙzîT\9e\11äõë66'òÖ\1a%\ 4\0\0\0\0\0\0\0\0\0õËê¨MU\0\0 \859U}®`Ó+Ñ-¯]\9aoM\e\19\8cì\1d\14$ÆÒ®(É\97\16å\ 6%\9a\9bP\9e\19\96\ÛÂ\81ñei\99«ç\87é»|æñóguë\95í;Q\15örÎ\9a\ 5\1f7oÿnjé*6RÃ\1a\vòúÝ3uxÒÊ9Eo¬TE\0\0\0\0\0\0\0\0\0P¿l\89ZM\ 5\0\0Z\80õ\a÷ÎÚñƼ\9doÅ2tý\92`x¯ ?ñÒÜ\\96n\11Unð:jXu_)Ii[8ð\8eÊ!\ f-\99öàâ©\89+\9eÓ°ÿЦÃûc\1dÝoŬ`ØÃm
+\ahÞ«©·Ú\8dÔ\82þ?\98\91ÿÛ\ 5ã+ßY¯\90\0\0\0\0\0\0\0\0\0 ~Y\ eµ\9a
+\0\04S\17jjV\1dعö\83ÝuùÞ³c\82\11\8fÕ­ ú\16ª4n:\95\97¥\7f¹8ùÛÏ\8cþõ¼Èý³
+ó6®Ð¹Wcó\91\ 3«\ fìúѬ¢`Ä#a/\87ÇP/_Mº\8fÍéP\9aúÃ\99\ 5á0\º÷]\85\ 4\0\0\0\0\0\0\8dË»âÞ0\a\0ÀE>î\1a\0\0\80FtàäGÛ\8e\1dz¯êH]æí|+\18Õ§máÀº$TdÞbyM\1a5ÝÆæt®È
+\13Vã·\9f\19ýý\19yÿ<áÏËöm×ÂÿPÍÅ\8bÛ«\ eǺûk\13ÿ\1cäõëT\9ea\1dõê\13V]xÄn\eÿdx\18\95\13\0\0\0\0\0\04\ 5Þ\15÷\869\0\0.ïq×\0\0\0Ü05\17/\1e=sêØÙÓuùÙì\92 ?±Cij]âËÒº[F\93\8e\1a¦k$»G4÷\8eÊ!an\eÿdÕ¹3zùjT×Ô\84ý¾þàÞ à\93\1e\ f\8f¤¢ú\ 2å÷ñá
+«î\96\81\93\1f©(\0\0\0\0\0\0h"¼+î\rs\0\0\Øã®\ 1\0\0¸aÖ\1fÜÛ®(ɺ\994¯Ä\97¥ýø¹"ýûEÕ~û8?Qý\sºD²¾>ñ/Õ55j    \0\0\0\0\0\0\9a\14ï\8a\1c\0\0\97ô¸e\0\0\0\1aN¿\15³º}ü½¿X¾>ñ/]#ÙÝþû3\94ݬ\9eIÓK÷ÚEÔô\ e¥©Á¨>I+ç\1c;{úè\99SÇÏ\9fÕÎWé\89µ/v®È
+ûýk\13ÿÜ%\92¥Í¿hù%Td\ 6\ 5\89?\98\91\1fû¨´\8a\ 2\0\0\0\0\0\80¦Æëâ^2\a\0À\95<n\19\0\0\80zñ^Õ\91oLzêû3ò.Ímã\9fìT\9eѹ"+\96.\91,{gÒ4ÓmlNÛÂ\81a\82\11\8fT¾³>¬çmÇ\ eÙ
+üB\1e}ùÙ{¦\ eÿÚÄ?Ǻ^¿\7fÑô\88æ\ 6c\1eÿ¯\85\13·W\1dÞ\7f²JE\ 1\0\0\0\0\0@Óäuq/\99\ 3\0à\1a\1e·\f\0\0À5HZ5÷g³K~=/R\97ûg\15Æ\95¤Ä\97¥_\9a®\91ìîÖͤ    ¯\ 1v*Ï\bò\13\83¼~aõ®>°kí\a»Wî\7fïÌ\85j=~õ~9·,6\ 4n\1d7¨Cij\97H\96®¿\86Rl_\9c\1c\f{øO\8b\9c8¦¨\0\0\0\0\0\0 )óº¸\97Ì\ 1\0\8e[\ 6\0\0à\1fÚ\7f²ê?æG\1fZ2­.=£\83Ú\15%}¥$¥.ñei·Dsí\97IÓOX½q%)µë¨#\1f½oú¨y;ß
+³ðo[uú\17òþ©ãáXøÃÂI_.N\8e\r\ 1\e©×\92hn\9bÂ\ 1Á°\873WÏ\7fæÝ\8d»\8f\7f¨´\0\0\0\0\0\0 \89óº¸\97Ì\ 1\0\8e[\ 6\0\0à2y\eW$­\9c\93¹z~]þkáÄ`Ìãí\8a\92êb\ 1M\9aë\ 2`Ab0â\91?-ª\8cny­è\8d\95ËöíÐò_ÈÒ½ïö^6#\1c\v\7fX8)\1c\ví\8b\93\95Ö5$\9c\9f]#ÙµÕ8ºïÐõK
+6½rôÌ)Õ\ 5\0\0\0\0\0\0Í\82׎d\ e\0\80\8bvÜ2\0\0@kö^Õ\91'×.\1c½qù¥¹elN\90×/(è_\97öÅÉ=|\vU\9açö_\97HV\9bÂ\ 1µ\e©yý\92\1dº~Iú«ó¶\1d;¤ý¿¨¹;ß\f\8fÞý³
+\83\91½\8d\85ëÙ\8fN¨È\f
+\12;\96¦\85Çó\89µ/*-\0\0\0\0\0\0h^¼.î%s\0\0\±ã\96\ 1\0\0Z\8f\19Û7U¾³~ê¶×ëòàâ©Áð^A~â¥é\á[¨Ò¼Ó#\9aÛ©<£}qr\9bÂ\ 1áÿ\1cðÊì0½\97Í0\ 4®Á´m\ebsã\8eÊ!Á¨>\1dKÓ¬£^ÏRj\87ÒÔÛ'\fî·bVîk6R\ 1\0\0\0\0\0 Yòº¸\97Ì\ 1\0\8e[\ 6\0\0h\91v~ttÞη\16ïÙV\97\85\7fÛÚ¾8¹öC¨\97¬ Æ\95¤ô\8c\ e²,&-féïæ²ô\ e¥©m\8b\ 6Þ3uø\1f\17UþvÁøôWç\19\b×à\Í\85\17vm\99»óÍÚ\8f&\7f<7:\95gØH½®Ï¤\96g¶+J
+Gî°×\97*°kS]S\13\96\13Í¡\0\0\0\0\0\0 \11y]ÜKæ\0\0¸PÇ-\ 3\0\04kÕ55ë\ fîÝtxÿeùÓ¢Ê`Øõ\ve\97¤[$Ûv\98´Èt*Ï\bÓ¡4õ»Ï\8eùù\9cÒoM\e9që:óá\1a\1c>}rÝÁ=á\f     \ f`0â\91Ø\agåzÒ}lNBEfX\9cwO\19öígF\8fÞ¸\\99]\9bÓÕçÇ¿½6\18ñXøãÌÑ\0\0\0\0\0\0 \11y]ÜKæ\0\0¸DÇ-\ 3\0\04#\87N\9fØsâØÞ\13Uuya×\96`T\9fvEI\97åæ²t_6\94\96\9dncsºD²Ât\8dd\7fkÚÈ\7f\9d>ò«ã\9eØ|ä\80Aqm\8e\9e9µûø\87É«æ\ 6Ã{\853$®$å\163äº\13\16gByæ]\93\9f\ e\8bsú»\e\94Ùµ9~þlX\9cµK©#{ÇÊÒ1\ 1\0\0\0\0\0 \11y]ÜKæ\0\0¸>Ç-\ 3\0\04M\17\9cª>wY~:»¤Má\80\9bËÒëÒ©<£»å/i\85\91ì\9eÑA·O\18|Ûø'ï\9aü´\89qÍNW\9f\8f\8d\97ß-\98\10ä'v®È2Rêqu:,Ѹ\92ÔÕ\av©´kv®æÂà¿.
+FõI(Ϭ+N\87\ 5\0\0\0\0\0\80Fäuq/\99\ 3\0àâ\1c÷\v\0\0Ð4-Øýö\97
+\a~uÜ\13\97ƾ\98´òtÿø\e©       \15\99m
+\aüvÁøs5\17b11®Ù\9d\93\87ö\88æ\86ã%ü³\9b\1a«×t(MÝuühX\9f5\17/ª´k\96³fA»¢¤Ë\8aÓa\ 1\0\0\0\0\0 \11ycÜ{æ\0\0¸,Çý\ 2\0\04ºï>;æî)Ãî\99:üÒ|cÒS \15\99]#Ù\97Æ\9e\97´ÚuÔ¯\94¤´/N\ eF<6tý\92\ fN\1d\7fÿÔñcgO\9b\1e×ìðé\93·O\18|ÏÔaÝÆæÄÆ\8b¥Ôz\\9dnW\94\14_\96¾ó££öQ¯Ç\83\8b§\86Uúÿ\8d\1f\1c\1eÒ[ì¥\ 2\0\0\0\0\0ÐdxcÜ{æ\0\0¸&Çý\ 2\0\0Ü0Ã^_zïÔá?~®èÒÜ?«°sEVByfBÅÿHø\1f}\1dUZo¢¹a\17\ 4\ 5ý?ɨ>/ìÚ²åèû\9b\ eï¯:wÆ0¹f\vÿ¶õ®ÉO\87\93çû3òâËÒÃ\83¬Øê+=¢¹7\97¥\a£ûÞQ9$¬Õ­\1f\1eTo×ã\81\97¦t\8dd\87\874üóÓ?\r\1d\1f\0\0\0\0\0\0\1a\917ƽg\ e\0\80\vrÜ/\0\0@½Û^uä'³\8a~·`Âeù椧Ú\17\97¥]\16û\"±ô\8c\ eêP\9a\1aä'\ 6#{ß9yè\8a};bYº÷]ß\9d¼NÑ-¯ýlvÉ·\9f\19}SqÒÇ\93'Ýæ{=Öm\IJ0¼×Ïç\94\86µºáÐ>õv=~»`|\98ðÀ&Td~^\95:J\0\0\0\0\0\04"o\8c\1c\0\0Wã¸_\0\0\80ë\91¼jî£/?ÛwùÌKóëy\91 ?ñËÅÉ\97¥öÓ\84Ñ\;\"\9fþÐdÛÂ\81µë¨Ã\1eþÝ\82        3¶o\9aºíõ\95ûß3a®_Î\9a\ 5±\19\94aAAÿø²ô\1e¦P½\96n»¢¤°n\1fxiJå;ë6\1dÞ¯ä®YÕ¹3\7f\TùÐ\92\8b\93Ã|ægRí¥\ 2\0\0\0\0\0Ð\14xcÜ{æ\0\0¸\14Çý\ 2\0\0\\8d\85\7fÛ\9a¼jî\93k\17^\9a'Ö¾XûmÇ\82þm\v\a^\9a¸\92\14\9b_"WN÷±9]#ÙaûÔfT\9f\94\97l^õôú%[\8e¾oàÔ\8b\9c5\vÂ1Õ©<#6£Â¿\98\9chn0ºoâ\8açºÝQuXÉ]\8f}'ª~»`|0æñvEIWsð\1d1\0\0\0\0\0\0\1a\917ƽg\ e\0\80ëpÜ/\0\0À¥\8e\9d==bÃË%\9bW]\96ï=;&\18Ùû\93\1dºKÒ-\92m9Kä\v}_²SyFÛ¢\81aûÜ\\96\9eûÚ\8ba\92VÍ=S]mþ\¿}'ªb\13lȺÅA^¿ð _ù£\93rm    '\7fígRóúýiQeÕ¹3
+ïzl>r ,Ú^K§\a£ú\ýê´ã\ 6\0\0\0\0\0@#òƸ÷Ì\ 1\0p\11\8eû\ 5\0\0\17vm\99±}Ó¬\1do\\9aÌÕó\83á½\82üÄË\12_\96îS\83"×óeÉ°\89âJR\82\82þwM~º÷²\19½\96N\ fÛÍ ª\17\e\ eí\9bºíõp\82õ]>3\18öpíÔ*èo\1dµ!>òÛ%\92Õ¾89,æG_~ö\81\97¦\T|×gó\91\ 3¿\9c[\16þØ\r\8fjÏè «?\17\ e\1d\0\0\0\0\0\0\8dÈ\eãÞ3\a\0À\15\17\0\0hÙ¶~xpéÞwWî\7fïÓ\89/K«ý\9eàÿÜ?mW\94ô\85VcDä
+\89/K\ f\e-ÌMÅI?\98\91ÿÛ\ 5ã\7f2»¸üÍÕFS}Ùphß²};~4«(\18ñH8Á¾èr\9f\ýFjç\8a¬¸\92\94¯\8e{â7ó£\ f¼4Eí]§M\87÷/ß·½v)uÌã×P´\ e \0\0\0\0\0\0\8dÈ\eãÞ3\a\0Àå7î\17\0\0h\ 1ªÎ\9dÙ|äÀÖ\ f\ f~:?\99]\1c\8c|´Má\80O§k$Û²\95H½'ì¬\84\8aÌ0\9d+²î\9fU\18Ë\9d\93\87®y\7f\97aU/.þýï[\8e¾\1f\eq_\9bøç`Ìã\9dÊ3|йA¿\91\1a_\96þÏ\13ÿrßôQýVÌR\81×o{Õ\91p&\ 4£ûÞ|­ß"w\f\ 1\0\0\0\0\0hDÞ\18÷\9e9\0\0®½q¿\0\0@sqábÍ\a§\8e\1f:}âÓ\19²nq0ⱸ\92\94O'¡"³»Õ*\91\86\8f7R;G²n\1d÷ÄÝS\86Ý9yèw\9e\19mpÕ¯s5\17Â1¸îà\9e ?16âÂcnÄ5h:Wd}}â_¿<½~\89
+¼~\a?þ©}û\84ÁÿT\96v=¥ëH\ 2\0\0\0\0\0Ð\88¼1î=s\0\0\xãf\ 1\0\80¦¦º¦æ3³þàÞ  \7fç\8a¬OÇ\97OE\1a})µG4÷Öq\83:\94¦>ðÒ\14s¬~Õ\¼x®æB8\ 6çî|3Èë×%\92¥änXa·-\1c8uÛë\8aðú]üûß÷\9e¨êX\9a\16þÔ¾þSãx\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\uãf\ 1\0\80¦æ_§\8f¼mü\93_\9fø\97Ërû\84Á]#ÙÝ>^\14º,\96§D\1a+7\97¥Ç\97¥\a£ú\14lzåøù³aÎ\¨6ÇêWîk/\86\a9\1c\83ál\8c\8dA\85wcj;\18ÝwÆöMÕ55\8aðúíüèh§ò\8cúú©íx\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\rãf\ 1\0\80\eïÁÅSï\9c<ô¾é£>3ÝÆæt®Èê\12¹<>\8a\14Ò}lNØ\8fí\8a\92Â\ 4c\1e_±oÇ\9e\13Çv~tôTõ9í~ýf~ô\9e©Ãéxû\84Á\9dÊ3\8cÁ\e\93ð ×Öv^¿U\av\86\85\9eõu\v§ÄWÇ=\11\16sBEf}\9d&G\15\0\0\0\0\0\80Fä¥q¯\9a\ 3\0àz\e7\v\0\04\90ÊwÖÝ7}Ô/ç\96}:·\8e\e\14_\96Ö©<ã3ãS\80"M-=¢¹\1dJS\83\82þµ\19Ý÷¶ñOn8´/̺\83{j.^4îêÝÏf\97übNYxäãËÒc\e©ÝÕaC'\9a\9bP\9e\19äõ\v\ fx¬¶Õa½X°ûípbÄ\95¤\86\87·\1eËØ\81\ 5\0\0\0\0\0 \11yiÜ«æ\0\0¸ØÆÍ\ 2\0\0×fñ\9em¿z¾â\81\97¦|^î\9d:¼máÀ\ e¥©\9fN×H¶\1d+\91\8eÚ¦p@\90\9f\18<ýPØÔ\vÿ¶5Ì\82Ýo¯>°Ë\f¬w[?<\18\eª¿[0!®ä\93\bo@zF\au,M\vFö¾{Ê°°Â\97íÛ¡\1aëEtËk¿\9e\17ùî³cÚ\17\12Í­ß³æð\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\iãf\ 1\0\80ϳó££\ f.\9e\9a´rÎgæ\873\v\82¼~7\15'}^:\95gô¨ï=\14\11ièt\1f\9bÓ5\92\8b\1afdïÁ\7f]TùÎúò7Wï¨:l*6\90¥{ß}hÉ´_Ï\8bÄ\86\12\9fR¼Q\e©áÑ\ eF<ò\8b9eÑ-¯-Û·]5Ö\8bÑ\e\97÷]>óî)ÃÂ1\12_\96Þ\10\17\ 3\ e2\0\0\0\0\0\0\8dÈKã^5\a\0Àe6n\16\0\0Z­£gNe®\9e?ìõ¥\9f\97?.ª\fFönS8à3Ó±4ÍÚ©HKú4j§ò\8cØ×Qo.K\1fµaY\98Á\7f]t®æ\82iÙ@*ßY\17\1eápØÞ?«0\18Õ'®$ÅP½Á5\1f\8c\ f\v'=±öŵ\1fìV\90õ¥è\8d\95±Ýö\ 6ý¿§p\9c\ 1\0\0\0\0\0hD^\1a÷ª9\0\0®±q³\0\0ÐR\9d¹P]²yÕø·×~^\92VΠ    F<\12\14$~^Ú\17'[\92\12iÙ{yq%©í\8a\92Â\ 4yýî\99:<ýÕyI«æ\ e]¿Ä\bm8\91·ÖÄ\86ðÿ\1e7(\18óx8l­ùßøÔ~&5¯ß/æ\94ù\10p=*\7fsuXØa=w*ÏèÞÀgÐÑ\ 6\0\0\0\0\0 \11yiÜ«æ\0\0¸ÆÆÍ\ 2\0@stºúü¬\1do,Øýö\152bÃ˵k§ù\89\9f\97vEI=£\83l'\89´¶t\e\9bÓ¡45®$µMá\80_=_ñàâ©aþc~´ò\9dõ¦kÃ9~þl8·Ç¿½6\18Ý76\84\13*2»+È\e\91ì°ò¿\\9cü_\v'þû¼±\aO\9fP\99õâ\Í\85\92Í«\82Q}ÂÂî\1aɾ\ 1\85í\98\ 3\0\0\0\0\0Ð\88¼4îUs\0\0\`ãf\ 1\0 ©9U}~Õ\81\9dë\ eî¹Bj·?\86÷ºÂ§Nô+Jò\ 1>\11\89¥ûØ\9c®\91ì\9bËÒãËÒ\13*2\7fõ|ůçE¾?#oï\89*S·Aí;Q\15\eé£7.\ f\86=ܦp\80]Ôƪÿø²´n\91ì°ò\7f>§TeÖ\97cgO\87\15\1eÝòZ0òÑ[nàU\87#\ f\0\0\0\0\0@#òÒ¸WÍ\ 1\0pu\8d\9b\ 5\0\80\eéÌ\85êíU\87w~tô
+©ý\9aÞ\88\16\r¼BâJRì\9c\8aÈ?L×Hvç\8a¬0\9dÊ3n\eÿä÷\9e\1dóígFÿtv\89iÜÐö\9d¨z¯êH8Ò\1f\<56ÒÍíFì\82\7fkÚÈßÌ\8f*ÎzTuîÌà¿.
+\86÷j_\9c|\83ËÛÁ\a\0\0\0\0\0 \11yiÜ«æ\0\0¸´Æ\9d\ 2\0@\83ª:wæÒLÝöz0²wÇÒ´+äæ²t_Ó\13\91ëI·\8fÓ5\92\84Áß\9côT\98ðï}\97Ï4\93oØØ¿gê°¶\85\ 3Ã\91\9eP\91i¤7îRêmã\9fì\16É~ôåg\15g=:U}þØÙÓ¹¯½\18\8cî{Kc,\;\ 5\0\0\0\0\0\04"ï\8d\1c\0\0\97Ö¸S\0\0hPµË\1a\97Äv\92\88Ü\88½ÔHv\98 ?ñ\85][j.^\8cå¢\89ÜðªÎ\9d¹ÅGQ\9bR\82\82þO­{Iý×»\a\17Om_\92Ü\88W5N\ 1\0\0\0\0\0\0\8dÈ{ãÞ6\a\0Àu5î\14\0\0\1aTl;ìÿÅ\96\90\88Ôwº\8fÍI¨ÈüJIJ\98¸\92\94\ e¥©»\8e\1f=zæÔáÓ'ÏÕ\0\87o\80\95ûßû_å\19wN\1ezGå\90Ø´W\96\8d\9chn|YZ0â±a¯/=]}^\89Ö¯?.ªìT\9eÑ%\92ÕÍ^*xh\ fø]  \0\0\0\0´J\9e\85z\82
+\0\80\8bjÜ)\0\04(ËA"Ò@é\11Í\8d+ImS8 \18ÙûWÏWl¯:\\17³÷Æ\18½qù\1d\95C~0#ÿ\9e©ÃãËÒ\13*2;Wd©ÌFO»¢¤`Ä#S·½¾õÃ\83ÇÏ\9fU¨õè\17sʾûì\98\rê\1ciäRw.Às{ð»\12\0\0\0\0 \11y\16ê *\0\0.ªq§\0\0Рì\a\89\7f\1dµv\175?1xú¡ÌÕó×¼¿kž\1dïU\1d1oo¤ôWçý|Né\1d\95CâJRj7RË3»+ÎÆî\8bÎ\15Yµ}\91\9f¸`÷ÛaS\9c½P­Pë˹\9a\v?\9d]òïóÆ&TdÆ\97¥u\8dd7zÁ;)à¹=ø]   \0\0\0\0Ð\88<\võ\ 4\15\0\0WÔ¸S\0\0hPv\85Däú¿\8bÚ©<#¶pW\9b1\8fG·¼6wç\9bÓßÝpèô     cöFzpñÔ^K§\87ùßã\ 6µ+JJ¨È¼%\9a«D\e½An.K\ fû"ü{Ø\17a\14jý:|úäÏç\94\86\ 5\1fW\92Ò­É\9c\ 5\a¿+\ 1\0\0\0\0\1a\91\9e \ 2\0àr\1aw
+\0\0\rÊÆ\90\88\ó¶ÝWJR\82\82þÁ¨>wM~:òÖ\9aXÊß\m´ÞH;?:ÚgÙ\8cÌÕó\13W<צp@»¢¤0\9d+²| µ)ôH\87ÒÔ`dïoM\eY²yÕÌ\1d\9b\94kýÚrôý°ø\1fxiJ\90\9fØÔ
+ÞÙ\ 1OïÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\9cÆ\9d\ 2\0@\83²7$"_(í\8a\92Ú\14\ e\b\13\8cêó«ç+\86¬[\9c¹zþ¬\1do\18§7ز}ÛÃ\83\9f·qEíRÞ\88Ç\82\82þm\v\aªÏ&µ\94\1aäõûÙì\92°Aæí|KÅÖ»\r\87ö\85\877,þöÅÉ=\9aÞw\81\9d ðô\1eü®\ 4\0\0\0\0hD\9e\85z\82
+\0\80kiÜ)\0\04(«C"råt\1f\9bÓ¹"«}qr\98/\15'=úò³\89+\9e\vóÀKS6\1cÚg\8aÞx\vÿ¶µò\9du?\98\91\8e\9a\9f\18\9e\97\9eÑA
+µ      %ö\99Ô¼~÷M\1fµêÀN\15[ï£:þíµ¿\9e\17       Æ<Þd\8bßi\ 2\ fðÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\90Æ\9d\ 2\0@\83²@$"\9f¹Xש<£ciZ\98ö%É_\1d÷Ä\1f\16Nú¯\85\13\7fÿâDc³±,Þ³méÞwÃÜ6þÉ`tßø²ô&ø\8dH    [æKÅI¿\9c[öó9¥\9b\ eïW·õnÝÁ=÷N\1d\1e\8cx¬CijSÞÈv¦À3|ð»\12\0\0\0\0 \11y\16ê    *\0\0.¤q§\0\0Рì\10\89È¥I¨ÈìT\9eÑ¡4õÞ©Ã\7f6»$Ì÷gä%­\9ccZ6\8aªsgÖ\1fÜ»ùÈ\81\85\7fÛ\1a\8cî\e\14ô\ fÓ¹"«»Zmbé66'l\9c°}~ü\Ñ}ÓG\1d>}RõÖ»°\116\1dÞ\7f\90öÅÉM\7f)Ûù\ 2ÏðÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\8aÆm\ 2\0@\83²L$b\9f®k$;\96Î\15YwO\19ö­i#o\1d\9b»`÷Û&dc9vöôÞ\13UûOV\8dÚ°,\18ñÈMÅI_.N¶\8bÚd;(l\9c\1eÑÜ{§\ eÿö3£Uo½«¹x1l\87íUG:\96¦µ+Jê\12i\1e{ÙN\1cx\8c\ f~]\ 2\0\0\0\04"ÏB=A\ 5\0À%4n\13\0\0\1a\94\95"\91V¾R×#\9a\84Á±t\8dd\7fpê¸ÁØ\88Î^¨>]}þ\ f\v'\ 5ù\89\9dÊ3|\1aµéwPÏè ðÏ_Ì)S½\r¡æâŵ\1fì\ e
+jÛ¡yÕ\86s\a\9eä\83_\97\0\0\0\0\0\8dȳPOP\ 1\0p    \8dÛ\ 4\0\80\ 6e«H¤\15¦ûØ\9c.\91¬Nå\19m\v\aþêù\8a³\17ªërÑXlT÷Ï*\8c-\vwS¨Í¡\89\82üÄ\87\96L\v\eç\Í\ 5ÕÛ\10VîßySqRsl\aç\ e\a¿.\ 1\0\0\0\0\1a\91\9e \ 2\0àú\19·      \0\0\rÊn\91HëI\IJûâä0Á\88Gr_{ñýSÇ÷\9f¬:zæ\94IظÂSðõ\89\7f¹wêð0·Ds»D²,¥6åô\88æv(M\r\9bè\89µ/î;QUuî\8c\1an\bÓ¶mè\11ɹ£rHBEæ-öRÁÃ|À¯K\0\0\0\0\80/³POP\ 1\0\8cÛ\ 4\0\80\ 6eÃH¤e\7fÒ1¡"3(è_\9b¼~Ëömßrôý0\e\ eí;vö´\ 1ظ\16ïÙv÷\94a?\99\83\19ùñeé  å\99al¤6ý¥Ô`Äc\91·Öh¢\ 6\15ÝòZ·HvÇÒ´Î\15\9bg©8\89àa>øu      \0\0\0\0Ð\88<\võ\ 4\15\0\0\17ϸM\0\0hP\96\8cDZXzF\aÅ\95¤\ 4ù\89µ\19Õç\e\93\9eZ¶o{\98¥{ß5ñ\9a\82Ñ\e\97ÿêù\8aß¿8ñ»Ï\8eùRáÀ\8e¥iñeéÝ\95n\93O·±9µ=5â±¢7V\9e®>¯\92\eÈÐõKÂ\ 6¹{Ê°¸\92Ô[¢¹Í·`\9cJð<\1füº\ 4\0\0\0\0hD\9e\85z\82
+\0\80\8bgÜ&\0\04(«F"-#µ_D\8dí¢\ e{øÁÅS\9fywc\98ÊwÖ[Gm"\92VÍí»|f¿\15³þyâ_Â\93Õ¾89¾,½Gs^»k-\89æÖ~t8¯_»¢¤©Û^\9f¸uÝEÕÜ`\86®_\126E\9bÂ\ 1\9dÊ3\9a{w8\9bày>øu       \0\0\0\0Ð\88<\võ\ 4\15\0\0\17ϸM\0\0hPv\8eD\9a÷º\Aÿ  1üsØëK\8bÞX\19fȺÅïU\1d\9a\88s5\17Ò_\9d\97ûÚ\8b_.NnS8 máÀð¬Ýb\1dµ9¤G47¾,=\18óømã\9fÌÛ¸¢üÍÕê¹á\fþë¢0áa\8f/Kk\19\râ\9c\82çùà×%\0\0\0\0@#ò,Ô\13T\0\0\9ã6\ 1\0 AÙ<\12i^\8br\1dJSÛ\15%\85 ò\13o\9f08gÍ\82XL³&eÛ±C£6,+\7fsuæêùÁ¨>AAÿn
+¸Y5ZÇÒ´`Ìãÿ:}dʪçÇnY£¤\eȹ\9a\v£7.\1f³iyì\8bÏ\9d+²º·\94*rrÁ#}ðë\12\0\0\0\0 \11y\16ê  *\0\0®\9cq\9b\0\0Рì\1f\894\8bt(M\8d+I  ò\13\7f2»øÑ\97\9f\ró§E\95y\eW\18bMÊê\ 3»\9eywãì÷6ÿqQe0ìáð|µ)\1cÐÃ×Q\9bÕg\88k7Ró\13ï\9fUøû\17'ÎؾIU7\9ccgOç¬Y\10\8cx$(èßòjÉù\ 5\8fôÁ¯K\0\0\0\0\80FäY¨'¨\0\0¸lÆm\ 2\0@\83²\85\ 4Ó}lN×Hv|Yz,\1dJS\7f9·ì?_\18÷Ã\19\ 5ë\ eî1¸\9a\9aÕ\av­:°3Ì=S\87\a#{\aù\89q%©=£\83TróJØkí\8b\93\7fü\QØháÙTØÿ?{÷\1ede}ç\89ÿ) b\a\17º\ 5Ü8VnVʤ\9cT\9c$ãoÍÎ%\95\99JYcmjR\99ÊnY\95RTDªiúJw\ 3J\14¹Cß/\87\ 6\1aä"\17QQD\11\ 1A\90@\10Q@D.á* ÐrǦ;¿\aN\86IíîtTxN\9fÓ¼^õ.\8bÚýCç|¿\9fïù\9eÏ\93\ fOt\ e\9d9¹lß\87#×/\rÆ>ÔQ\a·­2èê\83Ç%\0\0\0\0@;Ò\vÕA\ 5\0Àµ\19¿\11\0\0"e\10I$yÒ+V\92Q_\1c¦GÝ\90[§>qÏüòx~8gBsK\8bó*©\9cmþl˱CÛO\1cY\7fxoçÊÁAù N\159áÚÝìí¨)\98¬ÉCõ»{^Ùw\9eyzï©\13¶w¤\8e\9c=õð\es\831ýÒªó;ðÛ\84-4èê\83'&\0\0\0\0@;Ò\vÕA\ 5\0À\9d\19¿\11\0\0"e\1cI¤}\93\19+\8d§g}É7\1a\9f¼ã\99QaþÛ\94á\ f¿1×\ 1\95\9cÎ6\7fväì©\19\1fl\bÆ=\9cV\9d\9fV]`\e§z\rfM\1e\1aÖ]Kk«í\1d©¦\vç\8e\9e=ýÀë³\83I\ 3\ 4·å\ 6\8d}ðÄ\ 4\0\0\0\0hGz¡:¨\0\0¸3ã7\ 2\0@¤L$\89´oú6\f\8f§sÅà\85;7;\94\92VKkëÅÖ\960#×/\rʲ3c¥vo\aHïË/K½ã\99Qvx\ 2ÊçgÏפUçg]\1f[Ë¢\83Æ>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\99ñ\e\ 1\0 R\86\92D\12?\a×+VÒ½¦0­:?üó±sgN~v>LÓ\85sÍ--\ e¥¤õËÅÓÂõúfã\93_\9bòxü\r\9b6sJ\97aÏú\92 <û\1f\16\vÐ\ e\8fÔ_Ï\1e{Û´\11}\1a\86]?\ 3Ý\16\1d4öÁ\13\13\0\0\0\0 \1dé\85ê \ 2\0àÂ\8cß\b\0\0\912\9d$\92\80ôi\18\96V]Ð¥27L0þÑ\9f=_³çäñ='\8fí=uÂ)\94ÌZÿøÇïÏ\1e÷7ÏNøá³\13n\992<£¾¸g}\897¥¦z1v«)\bÆ>ô\9b¥³v}zìã3'íó\ 4\14QX5aí\WÓÜ\96\1eôöÁ\13\13\0\0\0\0 \1dé\85ê \ 2\0àÂ\8cß\b\0\0\912£$\12ÑÛ\183c¥Ayö\9f2úÁ±\eßØpx_\98u\1fïÙõé1\87O2Ûxdÿ]sÆÿüÅú\9f.¬N¯-êQ7$\8c\ e0\91zi0|Ô\ 3C×.^{h÷\81ÓM¶z¤ö\9fjúÑÜ\89ñ"º\ eß/l\ 3\80Þ>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\96ñ\e\ 1\0 R&\95D®Uú6\fï^S\18\94e_ÊÄÇÂ?/Þ³5\9e\85;77]8çÀIr\8dÛÖÿË¢É÷¿6óï\9f«ìT\91Ó­¦ \D\e»\ 3$kòÐKU9ö\91òMo\86Åxôìi»=jÛ\8e\1fþá\9c      \9d+\ 6_·Ed\ f\80ö>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\96ñ\e\ 1\0 Ræ\95D®ÍK\18/M½=ô³çk\1a·­\ f3uëºg?|Ç   \93\12F®_\9aóæÂüÕ/~oÖ\98`ÒÀ\eªr»×\14\86Ëjo§|\1a\86õ¬/    k³SENÝ{kÂ\h¹hÃGmÅþ\1dý\96͹wQ,üä¯ç:²\13@{\1f<1\ 1\0\0\0\0Ú\91\ e*\0\0nËø\8d\0\0\10)\83K"_4½'\ fÍ\8c\95vªÈ\89'\18ÿh¿esÆn|cèÚÅk\ eîvª¤\84\v-\17\1f_÷J¸jazÔ\r    Ê/\8d.\86\7f0\8eÚ\91\ 6Æ»Õ\14ôm\18>ú÷Ë&¼³Â\9eO\8c¥{·ß5g|x*¦Uç_çÕd3\80ö>xb\ 2\0\0\0\0´#½P\1dT\0\0\\95ñ\e\ 1\0 Rf\97D>ç\8cÛMµE7Tå\86é\18£®8\7fõ\8bñô[6çðÙS\ e\93\94°£éhõæÕ\8dÛÖ?¾î\95`\ÿKo¹-ËÎ\8c\95ö¶É;\µ\86+{Ë\94ÇË7½iÛ'ÆË»·4lyûÇs'\ 6åÙæ»Í¥\82\ e?xb\ 2\0\0\0\0´/½P\1dT\0\0\\95ñ\ 3\ 1\0 R&GDÚx/j÷\9aÂn5\ 5a:Uä|\7fö¸û_\9b\19æ×K¦ç®zÞé\91\1fÞ»h×û\8b÷l\r\97/\18õ@Pvéí¨Fç:`.O¤Æ«õ\17/O©|w\95Í\9f\0Kþ°-,®¯My<\980 ½¶He\99K\ 5\1d~ðÐ\ 4\0\0\0\0hwz¡:¨\0\0¸*ã\a\ 2\0@¤L\8e\88üy2c¥=ê\86ÄÓ½¦ðï\16TþüÅú0\7fóì\84g?|Ç\89\91Z6\1cÞ\17Ï\9d³Æ\z;jyv·\9a\ 2Cs\1d5aͦUçÿðÙ    ª5\91\96ïÿ¨SENP\96ݳ¾Ä{\87Í¥\82\ e?xh\ 2\0\0\0\0$ ½P\1dT\0\0\\95ñ\ 3\ 1\0 R&GD2c¥=ëKÂdÔ\17ß2eø\ f\9f\9d\10Ïw\9eyúÄù³N\89\94ÓÜÒ²³é\93MG\ ft©Ìí\98üg¸²7\eGí¸\89\17ï_Ï\1e{ÛÔ\11k\ eîV\ 2 pþbsXe«\ fî
+&\r´\ 3Í¥\82\ e?xh\ 2\0\0\0\0$\e½P\1dT\0\0Ü\93;Ì%Ü\ f\ 4\0\80ädrD®Ïdý{2c¥·N}â\9b\8dO\86 ÿß\7fõJ£c!E\9d¿ØÜtáÜÉÏÎ/Û÷a0ñ±ôÚBûüz(äð\9f\86\7fØ\7fªI\15\85\96\8bóvl
+&\fH¯-² Í¥\82&?ø_U\ 1\0\0\0\0IH/T\a\15\0\0÷ä\ e\7fåö\ 3\ 1\0 }\99\1c\91ëö\1d©ñ\ 4\93\ 6NݺîbkK<-­­\8e\85\145ú÷Ë:W\fîÛ0¼\8fW£^7C©=ê\86|½ñ·\17Z.\86Å«\ 4\12föö\8d\9d*rì@s© É\ f\1eñ\0\0\0\0\0IK/T\a\15\0\0÷äëí\9aí\a\ 2\0@\82\99\1c\91ë"\rÃ2ê\8bÓªóÃt­Êë^S¸ëÓcGÏ\9e\ esäì©ó\17\9b\1d\ 5©ëß\964Þ:õ\89;\9e\19uÛ´\11=ëK2c¥Y±R{¾Ã\97sP\96}÷¼²°\84\8f\9d
+\12\86×Ã\12ûzão{ÅJlEs© É\ f\1e÷\0\0\0\0\0IK/T\a\15\0\0\97äëù\82í\a\ 2\0@\ 2\98\1c\91\8e\9a>\rúVåuªÈ  \13\8c}äÞE±í'\8e\\89ÚOu?\9e\9eùåan\992¼GÝ\90\8cúâLã¨×AQw«)\bÆ>ôoK\1a·\1d?¼÷Ô \85\900Ù+\9fûþìqßl|2½¶ÈPª¹TÐç\a\ f}\0\0\0\0\80\17ª\83
+\0\80K²{õU®»ª\ 1\0h\9bÉ\11é0é=yh¯XIP\96ý§\8c~pÂ;+V\1fÜ\15fùþ\1d;\9a>Qï©nÓÑ\ 3÷Ì+ÿÅËS~þb}÷\9aÂôÚ¢0ÆQ¯\93\89ÔÎ\95\83\83Q\ fä¯~1,ç='\8f+\87D\1a¸rAÖä¡iÕ\ 5=ëKzÛ\90æR¡½û½\80ÿU\15\0\0\0\0ð\17é\85ê \ 2\0à\92ìR}\95«¯j\0\0ÚfrDR:}\e\86_z\7fb|\10uâc\19\vwn\8egÖöß\9füì¼\1aï\0Â¥üÕ+\8d\ f¿1÷§\v«Ã\85N«ÎO«.°ù¯£4\f\vÆõ\1fµáõp'\1c:sRE$R¿esÂÒË\9a<´GÝ\10\13©æR¡Ý;½\80ÿU\15\0\0\0\0ð9é\85ê \ 2\0à\86ì:}\95;Aá\0\0´Íä\88¤â\90\8aÁAù K\19ûÈ?¿P[÷Þ\9a\9bWÏÞ¾QQw\18c7¾Q¼æ¥¡k\17ß9kL0i`\97ÊÜn5\ 5}\1a\86)\81ëç\rÈ\99±ÒKe>ñ±p'\9c¿Ø¬(\12ìÑåóÂösåàp!\f¥\9aK\85vlð\ 2þWU\0\0\0\0À\17¥\17ª\83
+\0\80ë±»ôUn       µ\ 3\0Ð6\93#\92\12\83¨\19õÅ\97Æ£.'\9840{ås#~÷j\98¼Õ/¬ûx\8fBî0Î_l\1eýûe\95ï®
+\93^[té5¸å\83nª-2\8ez\1d\96|¸ôá\1e\bË|èÚÅJ#\91>>sräú¥áÇ\1eL|Ìn4\97
+íÛÚ\ 5<  \ 2\0\0\0\0¾\1c½P\1dT\0\0\\8f]¤¯fW(\1c\0\80¿Èä\88$gú4\fK¯-êZ\95\17¦SEέS\9f\18¸rA<\ f¼>»Uév,;\9b>\99ºuݳ\1f¾3rýÒ`ì#\97ÆQ˲½¢ñú,ü\1euCÂ\92¿mÚ\88þËç\15¯yIu$Ò\8e¦£a%f¯|.\18ý`¸
+7\9b\a7\97
+í××\ 5<\f\ 2\0\0\0\0®\86\ e*\0\0®ÇnÑW³7\14\ e\0À_drD\92*éµ\85Ýk.å+\15\83ÿvÞ¤_½Ò\18æÞE±\11¿{Uµv<\9b\8e\1eXºwûòý;~³tV0ê\81 ,»sÅ`¯F½nß\91Ú£nH\97ÊÜïÎ\1cýó\17ë\9fÞðº\ 2\1dMG\7fñò\94\83]«òú6\f·'Í¥B{ut\ 1Ï\83\0\0\0\0\80«§\17ª\83
+\0\80ë±ûóÕl\ f\85\ 3\0ð\17\99\1c\91vLïÉC3c¥\19uÅazÔ\rɨ/þ»\ 5\95ÿ°°*Ìwg\8e^u`§
\906\7fr0Ì\96c\87þzöØ`ü£Aù î5\85ÆQ¯ç\84µ\1fî\81p?\84\85?uë:5\92`;\9b>ÙtôÀ}/5\ 4\13\1fS\89æR¡}Û¹\80§B\0\0\0\0À5¡\17ª\83
+\0\80»±ËóÕì\13µ\ 3\0ð\17\99\1c\91Ä'3V\1aOF}ñ­S\9f¸sÖ\98\9b9æ®9ã\95dGuþbóþSM\87Î\9cÜrìP\97ÊܯTåv­ÊëY_Ò[E\÷§A¸\rîxfT\9fØÐ¥{·«\94\ 4ûøÌÉ\83§?ýþìqÁ¤\81\86\18J5\97
+íØÈ\ 5<\18\ 2\0\0\0\0®!½P\1dT\0\0Ü\8dÝ\9c¯f·¨\1d\0\80¿Èä\88$8Y\93\87Þ2åñ[§>\11¦[MAÎ\9b\v\95a\aÖÜÒrîbóù\8bÍÏ~øN0ñ±ø[qU\81\Ix\ e¤×\16m?qD±$Xë\1fÿØtá\ß\86ááç\9f\15\15Í¥B;¶p\ 1Ï\86\0\0\0\0\80kN/T\a\15\0\0wc×æ«Ù0j\a\0à/29"    x\1fb\8fº!W\12L\1a¸tïö³Í\9fÅs¡å¢2ìÀ\8aÞZÔ­¦à¶i#¾6åq³oò\1fóé±ÒôÚ¢>\rÃN\9c?\e\9e\ 3-­­\8a%ÁÂOÞÛQÍ¥B2ôo\ 1\8f\87\0\0\0\0\80\85ê \ 2\0ànìÚ\f\0@¤L\8eÈ5O\9f\86aéµ\857Tå\86      &\rü\9bg'\1c8Ýt%{O\9d0\8bÚ±Ý=¯ì{³Æ|\7fö¸0\7f5uDF}qf¬4ÓPª\>\1câÃéáÞ\bO\83\83§?U/\89·åØ¡¾\rÃÃ"í\15+±'¯yz_þÛ\18¯?;\rÚ¦?\ f\1e\ f\ 1\0\0\0\0\91Ò\vÕA\ 5\0ÀÝØ\9d\19\0\80H\19!\91k\95N\159Aù K\19õ@ñ\9a\976\7fr0ÌÆ#ûw6}¢Ð:¼\8f\9a\8eÞ9kÌO\17VÿãÂê\9eõ%W^\8f\9b\19+í­:äòDjZuA0¦ß}/5\84ÇB¸aTM»X÷ñ\9eÛ¦\8eèVS\90Q_l[F2v=ñ±¾\rÃï?\9b\rÚ¦E\ f\9e\10\ 1\0\0\0\0\91Ò\vÕA\ 5\0ÀÅØ\85\19\0\80H\19$\91«x)jQP\96})\93\ 6\ 6åÙ/ìzoÙ¾\ fü¼{Ë\91³§\14×õ`ÁGïþìù\9a_/\99þÓ\85Õ]*s»×\14\86Q\1dò\7f\9c\15áÞ\bF=ðèòy\8b÷lÝ~â\88ÂiÇj½g~yת<ÓâQìóð{ðGs'.Ý»}í¡Ýö\eüEºôà!\11\0\0\0\0\10)½P\1dT\0\0\\8c]\98\ 1\0\88\94Y\12ùüC7\9d+\ 6ÿi\105ÌØG~4wâìí\eã\99óáFÕtý\18ýûe\ f¿17{åswÍ\19\1fn\86®UyÝj
\1d¢LäÿLð`\ÿao¿Ò°åí½§N¨\9dv\11{\7fm¿esâÕ\9a^[¨T¯mú6\fO«Î\ fÆ>ô·ó&\99H\85ÏO\97\1e<$\ 2\0\0\0\0\17ª\83
+\0\80\8b±Û2\0\0\912Q"ÿYzO\1eÚ³¾$(\1fô§L\18\90¿úÅIï¬\8cçé\r¯/Û÷¡
+º®\f\95\91ë\97\86     ÷FP\96Ý©"'½¶È\8c\9bü?\93\15+½tnL|,{åsg\9a/(\9föÒ°åí[§>\11L\1a¨Z£zMêÄÇ~¹xZx0®9¸Û~\83ÏO£\1e<'\ 2\0\0\0\0\17ª\83
+\0\80\8b±«2\0\0\912T"ÿÇ\88\9aÂ.\95¹a\82²ì¾\rÃ\8b×¼\14OöÊç.´\T2×\9b½§NLzgeìýµOox=\980 >¤Ü³¾¤·z\91ÿ|\9e½SENx\92\84çFÎ\9b\v\15Q{iØòvX¹á©Þ­¦àf\13©\11\r¥\96eÿtaõ¶ã\87í7ø¢ôêÁ£"\0\0\0\0 Rz¡:¨\0\0¸\18»*\ 3\0\10)s%×û;\r'\ fM«Î¿\92 |Ð=óËû-\9b\13æ\7f¿:cäú¥jäú´ñÈþy;6½°ë½þËç\ 5£\1f\fʲýa´MÚJð\8cúâ.\95¹·N}â\81×g\9bHm_3>Øpi\8a|Ò@Sä\11%­º SEÎO\16Tì=uÂ~\83/A¯\1e<*\ 2\0\0\0\0\17ª\83
+\0\80\8b±{2\0\0\912Zr}¾Í0½¶èr
+3ê\8bÿeÑäû^j\88çîyeË÷\7f¤.®[ë\ fï]sp÷ÚC»ï\99_\1e\8c}((ËN«ÎïÛ0\áHÛ§Jx\92\84[å;Ï<ýÓ\85ÕC×.VJíåLó\85\15ûw,øèÝ`Â\0;3ª¿Ï!V\1a~\81þüÅú\9f,¨8vî\8c]\a_\8ev=xZ\ 4\0\0\0\0DJ/T\a\15\0\0÷[÷d\0\0"eÀäzHÏú\92\8cúâxnª-úFã\93wÏ+\vó£¹\13ÿéùZUp\9d»ÐrqÛñÃ;\9a\8e\86ÿL¯-
+ʲ;Uäô¨\eÒÇÛQåó\1d/ᶹã\99Q·Ï\18Y½yµ\82j/M\17Î\85%\÷Þ\9a`L¿.\95¹Þ\91\1aÑ\eÆïÑÌXé=óËm9¸JÚõài\11\0\0\0\0\10)½P\1dT\0\0Üo]\92\ 1\0\88\941\93\ eüB·x2c¥·Ï\18ù\9dg\9e\8e§g¬ä©õ¯Ùù×¹3Í\17\8e\9e=}ìÜ\990/ïÞ\12\8c\7fô«ÕùiÕ\ 5YjG¾È!Ó+Vò­éOý׺!\8bv½¯¬Ú·¢\8b×¼\14\8c}$½¶èf\13åÑ$ü2íÛ0ü\9b\97ÿb\a[\ e®\9e\8e=x`\ 4\0\0\0\0DJ/T\a\15\0\0÷[7d\0\0"eҤæaX<éµE{O\9d°Õ        µ´¶Æ3`ÅüN\159\7f\1a^V,òe\ f\99¯Tån:z@eµ£ÖËu\9d»êù |\90=\19iÒªóï{©Á\96\83kEÓ\1e<3\ 2\0\0\0\0\17ª\83
+\0\80û­\e2\0\0\912iÒ\ 1Ò{òÐ\9bj\8bº×\14Æ\13\94eÿìù\9a¦\vçâ9qþl«\8dÎe÷Ì/¿mÚ\88oO\7fê\96)\8fg^\9eH\8dG\11É\17zkdZuA\8fº!\aO\7f\1a\1e/-­\ e\98öôoK\1aû4\f\8bW´Í\19ÑüuF]q0ià¯^i<Ó|Á\96\83kEÓ\1e<3\ 2\0\0\0\0\17ª\83
+\0\80û­ë1\0\0\912r\92¢\83¨\99±ÒÎ\95\83ã Æ>4ã\83õ»>=\16ÏGMG\ f\9d9io\13\17n\86Ûg\8cüñÜ\89aÂÍ\93Q_ܳ¾$Ë\b\9b|Áôi\18Ö£nH0iàw\9ey:~Ô(®öõÓ\85ÕwÍ\19\7fË\94áaQ\eJ\8d\aãúç¯~qGÓÑ£gOÛup\réÛ\83ÇF\0\0\0\0@¤ôBuP\ 1\0p¿u=\ 6\0 R¦NRe4&­:?(ÏþS&>\96\19+]\7fxo<«\ fî:Ûü\99ÍÌ\9f{y÷\96\1f>;áÞE±ÿ± 2­ºà¦Ú¢0^\8d*_öü)\bÆ>ôOÏ×®ûxÏ\96c\87ÔW»ûç\17j3ê\8bÓk\8bL¤F;\94\91¢·\16\1d9{Ê\96\83kNß\1e<6\ 2\0\0\0\0\17ª\83
+\0\80û­ë1\0\0\912x\92Ì  Ê\a\ 5\97\81~Ëæ,Þ³5\9eE»Þ_¾\7f\87ÝËÿmìÆ7~¹xÚo\96ÎúÑÜ\89áþI«.H¯-ì­\9aäËÎåu©Ì\rÏ\9fpG-ܹÙDj»;zöô}/5üzÉô´ê|cæ\91¾\94üÒ÷ïè\a\8bÞZtìÜ\19\e\ f¢ o\ f\1e\e\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%Æõ\18\0\80H\19?I\9eù¯ôÚÂÿx#jù¥qÔòMoNݺ.L廫ö\9c<n»òÿ\94½ò¹¢·\16ÅsÛ´\11áÎéR\99\9b^[\14n*\95%_z.¯SEN0ö¡¼Õ/\84çÏΦO\14ZûÚüÉÁ\87ß\98ûë%Ó\83I\ 3»VåÙ¢Ñ%kòÐðC\1e¿qy¸óO~vÞÞ\83\88èÛ\83ÇF\0\0\0\0@¤ôBuP\ 1\0\\89q7\ 6\0 R&PÚqì«Ken§\8a\9cx\82    \ 3î\9eW6ú÷Ëâ\19µáõ0ö'ÿ\99\1dMG\1f_÷Êø\8dË\8bÞZ\14L\1axe#eÔ\17ßl\1cU®â\Ê\8c\95^:\91ʳ\87®]\1c¦éÂ9åÖî6\1cÞ÷\ f\v«\82qý»Vå\997\8fnó÷¬/ Ê\aÝP\95;ìíWì:\88\9aÖ=xr\ 4\0\0\0\0DJ/T\a\15\0À\95\18wc\0\0"e\14%Á3/7TåÆÓ©"§ß²9¹«\9e\8fç\81×g/Þ³Õ\86¤m«\ eì\8c½¿vÆ\a\eî\7fmf0¦_P\96\1dn$\83¨r\rÒ0,£¾¸sÅàð\98
+O¤ì\95Ï)·$)ùÉ[ÖþüÅú`âc}\e\86Û¨ÑíÿôÚ¢ð\13ÎysaÑ[\8bl<H\0­{ðä\b\0\0\0\0\88\94\ e*\0\80+1îÆ\0\0DÊ4JÔs.Ýj
+⹡*÷¶i#î\7fmf<¿\<ÍöãsZ¶ïÃ%\7fØ\16æ®9ã\83±\8f\ 4eÙiÕù\86Ôä\1aNÍw¯)üFã\93¿z¥1wÕó*.I¬ûxÏ÷f\8e        K>ü\ 6\91Ndw©ÌíÓ0ìñu^\93
+\89£u\ f\9e\1c\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%ÆÅ\18\0\80H\99\86É\8a\95ö¨\er%iÕ\ 5\7f;oÒ?¿P\eÏÝóÊ\86½mæ\85Ïåägç×}¼gã\91ýaÂ?ÜX\95\17\94e\aå\83Â}ÕÇÛQåZ¿Ç¹[MAÖä¡O­\7fMé%\89MG\ f\84µÿ­éOu­ÊSò\91îÿôÚ¢ï<ótø\ 5=âw¯Úx\90Hº÷àá\11\0\0\0\0\10)½P\1dT\0\0Wb\\8c\ 1\0\88\94±\94«If¬´W¬$\9e\8cúâ¾\rÃï\9a3þJn\9dúĶã\87í1>¿cçÎìúôØÞS'Ê7½\19\8cé×¥27\9e,å&Ñ\9c`=ê\86Ü>cämÓF\8cÝø\86\ 2lw-­­»O\1eÛ~âH·\9a\82Î\15\83\97ô¶Q#Þÿabﯵ÷ ñtïÁÃ#\0\0\0\0 Rz¡:¨\0\0®Ä¸\18\ 3\0\10)\93)_ø¥¨ÿ\9eÌXé­S\9føFã\93ñ\84ÿ_ÿó¥\ 6;\8a/áLó\85\93\9f\9d\ fsÿk3\83I\ 3Ók\8b\8aÍ£I¤çXx\82Ý6mD÷\9aÂÙÛ7ªÁdp±µeÍÁÝAYvx\ 2Ø¢      \18Jý«Ëû\7fÆ\a\e®í:¶´¶ÆÏs[\1aÚ¦{\ f\1e\1e\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%Æ­\18\0\80H\19Nù¢éY_\12O0iàÂ\9d\9b\9b[Z®äbk\8b\1dÅ\97ð׳ÇfM\1e\94á77\fSb\92\98s,(\e´úà®\v-\17[Z[Õ`2X¹ÿ£Î\15\83mÎÄ$(Ï\ e?ð(öÿæO\ e¦Uç\87ç¹-\rmÓÀ\aÏ\8f\0\0\0\0\80\85ê \ 2\0¸\12ãV\f\0\f§´\95\86a=ê\86¤UçÇÓ¥2·÷ä¡GÎ\9e\8açã3'/´\´\85ørv}z¬oÃðïÎ\1c\1d&þò¾0Y\8aN"KïËÛ¬ku^x\9am?q$<Á\8cÒ'\89\19\1f¬Ïª/ùÖô§zÖ\97ب\89\18J\9d4pÕ\81]Í-×~ÿ¯?¼7¼6\84ë\18Ö\9a\8d\rmÓÀ\aÏ\8f\0\0\0\0\80\85ê \ 2\0¸\12ãV\f\0@¤Ì§üy²&\ fíT\91s%Áè\asÞ\¸íøá+Ù~â\88\97V½yõ\1dÏ\8cúÉ\82\8a0\7fóì\84ôÚ¢\8cúâ0JO"M\9fË#öÁÄÇn\9b6"~\94)Æ$1jÃëß\9b5æ;Ï<\9d^[س¾¤·í\1aå\v¯XIP>(̪\ 3;£xMðòý\1fý·)ÃÃ\83=þo´½¡m\1aøàù\11\0\0\0\0\10)½P\1dT\0\0WbÜ\8a\ 1\0\88Ôõ<¥Ò·ax·\9a\82 ,ûO\994°sÅà¥{·¯:°3\9eðÏ\87Î\9c´I¸JÙ+\9f»wQì_\17O½ã\99Q]«òÒk\vÃô¨\eb\ 6M\12pÊ¥U\17\ 4c\1fúÉ\82\8aåû?Úpx\9fzL\1e#~÷j\9f\86\99\90Q_ì4\88úíçÝk
\ f9þå~Í\97röö\8d\7f· òGs'¦Uç_YJ;\1cÚ¦\81\ f\9e\1f\ 1\0\0\0\0\91Ò\vÕA\ 5\0p\1fÆ­\18\0\80H]oÃ)\97Þ\95ve\10uL¿û^jXðÑ»W²pçf[\82k¢¥µõþ×fö_>/LV¬´KenZu~F]ñÍ\rÃÌ\88Ib&RÃ]\17\8c~ðß\964ÎÚþ{\13©I%\7fõ\8bý\96Íù«i#º×\14:\13¢~Ypzma0þÑÛ¦\8dXºw{\14«Ù¸mý7\1a\9f\fo\17\97Þ\94úg«i\9fCÛ4ðÁó#\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©\8e>\8dRti\10õJʲÇn|£zóêxÂ?o:zÀ\1eàZY{hwÎ\9b\v\87½ýJ\98\ 1+æ_z\ 3oåà0½b%^\86(     K¸Ù:Uä\ 4c\1f       7axÊm;~Xm&\8f¢·\16\85çÃ¥IÉòA\19õ\ 6Õ#¿\ 6\84ßû÷Ì/\9fôÎÊE»Þ\8fbA\e·­ÿzão»Tæöù¿\96Òn\87¶éá\83GH\0\0\0\0@¤ôBuP\ 1\0Ü\87q%\ 6\0 R\1dl\1aë\86ªÜÎ\15\83ã     &>öÃg'<±nI<\8f¯{%\8c\15ç\9a[ðÑ»\13ÞYQ½yõ?=_\e\8cë\1f\1f\82î\9ØÄ\99\0Ì\8c\95^:úʲsW=\1fæèÙÓÊ3y\9cmþ,\7fõ\8bá\17Sx>\84+eV=ê\89Ô´êü`Â\80»æ\8c_¶ïÃ(\16´aËÛ\95ï®úzão»Våõù\7f\9döö<´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91JáÁ\93\86a\19õÅ7Vå]Iç\8aÁ÷¿6sÀ\8aùñü¯Wg¼°ë=KLD\9eýð\9dy;6\85¹uê\13ÁøG\83²ìn5\ 5}\e\86\9b\b\93ÄO¤ö¬/ùJUnx$\86G_¿es\94gR9xúÓÆmë\9fZÿZ0®¿qõÄ\\ f\82òA÷.\8aýzÉôÕ\awEtþ\87·\8e`ÒÀ6^zkçCÛôðÁ#$\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©\14\9a4I¯-J¯-¼\92®Uyß\9eþÔ/\17\92{\17ÅZ­(\91ùøÌÉ¥{·¯ÜÿQ\98\ 5\1f½{é½\87eÙaÚ\98K\12\89z"5>\9e\7fÛ´\11÷½ÔÐ\7fù<u\9aTv}z,<4rÞ\\18\8cz såà>\ e\8a\84\\15ÂëÁ÷g\8fÛÑôI\14kÚzù\1dÙÁ¤\81\99±Ò¶ÿKì\7fh\9b\1e>x\84\ 4\0\0\0\0DJ/T\a\15\0À}\18Wb\0\0"\95´ÃV\99±Ò\8cúâ+éQ7ä¿Ï/ûûç*¯äÎYcFÿ~\99\15$j{N\1eßüÉÁ-Ç\ eå®~!\18ý`P>(Lç\8aÁ½\8d\80I{¿#5½¶ðö\19#\7f0g\ñ\9a\97\94j²Ù\7fªé\17/O        ÆôK«.0\91\9a\80d]\1eÓþÉ\82\8aðzpøì©k¾ g\9a?ÛtôÀË»·\ 4\13\ 6|\9eÿ\1e%\0mÓÃ\a\8f\90\0\0\0\0\80\85ê \ 2\0¸\ fãJ\f\0\92g¢$3Vz%=ëKn\9dúÄ÷f\8d¹\92Ûg\8c<\7f±Ùz\91\0­\7füã¡3'?þ÷ü\8f\ 5\95ÁÄǺVåÝT[d¸L\92ä´Ì¨/þÖô§Â?W¾»JÍ&\9b£gO\87GÇÏ_¬\ fÊ\ay\99\86Rúøþìq\11­é¹ææº÷Ö\ 4c\1fùjuþçüK   \14\ 2´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91J\9e¡\92[¦<þµ\7fÏ\8dUyy«_°:$RKkë\85\96\8bav4\1díZ\95wå]½Y±R3_\92Tówáiù\95\8aÁ\8bv½¯l\93Px\86Ü9kL·\9a\82LGG\ 2Ó³¾ä¯g\8f\8dhM/¶¶T¾»*\98\v½&[-@ÛôðÁ#$\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©v\99\1fé}ù½f7Õ\16]I§\8a\9cÍ\9f\1c<Ó|áJ.´\´:$Ò¼\1d\9b¾Z\95\7fÛ´\11a²ÌyIR&<-\83òA\e\8fì\ f\ fÉ\8b­-Ê6 }wæèð\vÎ\19\92°ëD¯XÉ\rU¹wÍ\19\7f¶ù³\88ÖtÂ;+Â\7fÅ\17ý;
\ 2´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91JÌØHת¼.\95¹W\12\8c\7fôÞE±}§\9a®dï©\13-­­\96\83Ä+zkÑ×\e\7fû\839ãn\9f12£®¸W¬Ä[\ e%Ù&ïzÖ\97tªÈéQ7dϧÇ÷\9c<î´LBGÏ\9eþÖô§Â\93$ËPj¢Ò§aXP\96ý\8b\97§\84W\88\8fÏ\9c\8cbYsW=ÿ\8dÆ'ÃdÔ\17\7fÑÿ<E\ 1mÓÃ\a\8f\90\0\0\0\0\80\85ê \ 2\0¸\ fã>\f\0@¤¢\98\13\89¿Ñï?2aÀâ=[7\1d=p%\e\ eïÛsò¸\ f\9föò\8f\v«\7fö|M<·M\eѽ¦°GÝ\90\9eõ%½\8dzI\92\8dÝ¥\87ÇéøGïxfÔÆ#û7\7frPñ&¡pi¾?{Ü=óËÓk/\9d$ömbJ#­:?\18ýà¯^iÜwª)¢\95Í^ù\V¬4ü\82è\15û2ß\ eJ\ 3Ú¦\8d\ f\9e"\ 1\0\0\0\0\91Ò\vÕA\ 5\0p\1fÆ}\18\0\80H]ý\8bü.M\9e\96eÿGÆ>ôw\v*\97îÝ~%Kþ°ÍçL»Ûvüð?=_û¿^\9dñ¯\8b§v«)¸\12ã¨\92\84éÛ0üÒØÝ\98~ÿüBíâ=[7\1cÞ§\84\93Óê\83»îxfTç\8aÁéµEN\92\84UG0ö\91üÕ/.Úõþ®O\8fE´²9o.Ì\8a\95ö¨\eò¥\97Uu@Û´ñÁS$\0\0\0\0 Rz¡:¨\0\0îø\ f\ 3\0\10©/óò¾?\9fB\9d4°òÝU³¶ÿþJ\1a¶¼½þð^\1f,É`êÖuý\96ÍÉysa\98{\17ÅÂíÚµ*ïƪ<\83]\92Ì/\82ìR\99\e\8cé÷\9b¥³&oY»éè\ 1\85\9c\9c\16|ôî\ 3¯Ïþûç*;Uä\84«fë& \7fú«0Æ>4på\82\8fÏ\9c\8che\a¬\98\1f~eô¬/¹\9a¡Ts©ð\17iã{\16\0\0\0\0\0@¤tÑõÞ\ 1\0Ü\87q\1f\ 6\0 RmOUtªÈ¹4\ 3r%ã\1fýñÜ\89\13ÞYq%ã7.÷\19\92lÆn|cäú¥Ooxýö\19#\83\89\8f\85Û8LZu¾Ù1Iò\:r'\fÈ^ùÜ\13ë\96ìlúD-'§ÆmëÃ\ 5úÁ\9cqábu«)p°$&Y\93\87\ 6\8f¯{eÄï^mºp.\8a\95mim\r«/ü·\84\95\98\19+½Ê\17àª\14h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0"õç/éëQ7¤Keî\9f'çÍ\85Åk^º\92\ 1+æ/Þ³Õ\87F²9xúÓòMo6ly;LõæÕ\9d+\a_z\99oyv¸¥\8d\8cIò¿\ 2²W¬$<o¿RuéÈ\r\8fÙ\93\9f\9dWÔIëÙ\ fß¹¹aX0ñ±ôÚ"ÇKb
+¤g¬$<ÕÓªóÃ\ 2\89ne\9b.\9cË[ýB0a@ïkô_®X mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\88ÔW«óã  Ê\aÝ9kÌ\ 3¯Ïþóø|Hf\9b\8e\1eXðÑ»\8b\7fé\r\1f¼4\8bz9Y\86¹$E\ 6î2ê\8b»Vå\85\7fvä&¿\85;7\87§M\8fº!éµE½màDÕÈMµE·L\19þ\9b¥³\1e]>/¢\95Ý\7fªéÙ\ fßybÝ\92`ì#×pÖXÉ@Û´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\10©{\17Åâ¹{^Ù\8c\ fÖû@Hrë>Þ³öÐîð\9faþqau0ö¡ ,ûƪ</.\94\94\9bHM«Îÿfã\93?{¾fàÊ\ 5J;i\9dmþlÕ\81\9d\vwn\ e&\f\bO\9bÌX©¡Ô\ 4½&µ¾$­º üsþê\17£[ß\ 3§\9bú-\9b\13\8cz Keîµý\1eQ;Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0ÀuîÜÅæí'\8eìlúdã\91ý\9d+\awªÈé\18L\8fº!ÆQ%åÒ+VrSmÑí3F\86\19ñ»W\15x2;Ó|¡î½5Á\98~]*s\8d£&2áñþ­éOÝñ̨¢·\16E·¾GÎ\9eºÿµ\99Á\84\ 1Q|\95(\1fh\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0à:t¦ù±sgN\9c?\eföö\8dÁ¸þÝj
\18×\92ÔMÖå¡Ô¯7þ¶GÝ\90©[×)ódv¶ù³ð\bªÞ¼:\18ÿèÍæß\13\9bÌXiZu~廫¢[ß\93\9f\9d\ f¿\~½dzP\9e\1dÑú*"h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0à:tÿk3o¨Ê5\9f%\1d,Aù eû>TàɯxÍKábÙ±íS&eÙ±÷×Fº¾÷Ì/O¯-\8aôÿ
+E\ 4mÓÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\?~0gÜ7\e\9f¼}ÆÈ[¦\fÏ\8c\95f]~Åd\96A-IéפÆJ»Õ\14t©ÌÝrìбsg\9a[ZTz2»ÿµ\99}\e\86\7fmÊã½b%\ e\9fD¦÷ä¡Ýk
+\83\e·­¿Ðr1º%¾{^Y¸¸áW\8c¹ThGÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\ elÍÁÝß\9cöÛ¿\9d7)\9eÌXiF}qÏú\92¬\88'\86D"Oðp3\a\93\ 6Þ2åñ\9dM\9fìh:ªÞ\93߯\97L\ fÏ\9f\1euC2\1dA\89\7f\84\ 1K÷nß~âȹ\8bÍQ,îù\8bÍwÎ\1a\13~ÑdM\1e\9a\80õUMÐ6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\a3âw¯þÝ\82Ê{\17ÅÂühîÄ\e«òÒk\8bÂÜT[d2K:@ú4\fëVS\10\8c}äÇs'®=´{ÓÑ\ 3ª>ùÅO¤Þ\93\87ö¬/±\87\13ù\8eÔð\ 3\ fʲü¼{Kkdë{ìÜ\99»æ\8cï^S\18~×$æ5¸j
+Ú¦\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0è\18\1e~cîo\96ÎzàõÙ·M\eÑ¥2÷«ÕùaÒk\8bnn\18f8K:Fú6\f¿¡*7\18ýà¿.\9eºà£w7\1cÞ§ð\93\85s¿xyÊý¯Í\f\8f£´êüÌXio;9\81ï\14îVS\10þaÑ®÷ÃD·Ê{N\1e¿g~yø½\93ÈÅU\Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\8aÚ~âHÿåó\8a×¼\14&wõ\v]«òºTæ\86ɨ/6ù%\1do®SEN0ö¡\87ß\98[¾éÍ-Ç\ e9\ 1\92ß¾SMÿ²hr0ià\rU¹öp\82ß)\9c^[\18L\18pëÔ'\16|ôntK¼þðÞðkè\97\8b§\ 5eÙ þ;\10Ô\17´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0\90B\16|ôî¨\r¯OxgE\98_½Ò\18\8cë\1f\94\ f
+Ó©"Ç(\96tÈdÅJ/M¤N\1a\98»êù¢·\16\1d<ý©s ùm<²\7fÄï^ýÍÒYÁ\84\ 1}¼²9áC©á\97ÂßÎ\9b4ìíWæ|¸1ºU^sp÷ÿ7¿,ü\1aº±*/ñ«¬Ê mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80ä7ó\83\rafmÿý7\e\9f\fÆ?\1a\94e\87¹±*¯oÃpCXÒ!Ó{òÐ\9eõ%]*sÓk\vsÞ\øð\es[\1d\ 4©`ÍÁÝS·®»ï¥\86`L¿\eªr\9dQ      \9eHíVS\10L\1aøÝ\99£\17ïÙ\1aõBß=¯,üwµ×\12«5h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0  }|æä¢]ï/Ý»=Ì\82\8fÞ\r&\r\8cÏ¢fÔ\17ßìå\83ÒÑ'RÃ}Þµ*ïkS\1eÿÕ+\8d\ f¿1×\81\90\1fÞûýÙã\82±\8ft«)0\91\9aø¹¡*÷\1f\17VÿÓóµËö}\18Ý*¯9¸{É\1f¶ýxîÄ <»\1d_\86«Ü mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80$±ýÄ\91\r\87÷m:z Lþê\17\83Q\ f\ 4å\83ÂtªÈ1r%×Ï;R»Õ\14Ü>cäÝóÊÂ*p,¤\8aÍ\9f\1cÜxdÿw\9eyú+U¹}ÌÎ'<=ê\86t¯)üöô§¶\1d?\1cõB÷m\18\1eL|,ü7¶ïB+:h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0 }í?Õtàô¥\zÏà¤\817Tå\86I¯-4Û%×U2c¥\19õÅß\9eþÔ-S\1e\9fðÎ
+'CJhimÝwªi÷Éã7Õ\16\1cÜ3VÒÛfn\8fÚ¹sÖ\98¿\9a:"\\8bH\97{ï©\13a\91\15'Ã*«>h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0 Á\9a[ZÎ6\7f\16Ï®O\8f}µ:¿GÝ\900Y±R\ 3Vr}&kòÐ[§>qcUÞ¼\1d\9b\1c\11)ábë¥slÃá}Aù ðø²\87Û«p2c¥ßl|2üZ\89n­[Z[õÞ\7fêDzmQVÒüß®\ 6¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\ 4\8b½¿¶kUÞ­S\9f\88Çh\95\çɨ+\ eÊ\ 6­=´ûÜÅæ\96ÖVGDJX¸ssx\8e}mÊãYöpû½&µ{Má·§?uþbs¤k½áð¾´êüdû¶R\83Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\ 2üëâ©·Ï\18yç¬1a¾ÑødF}qf¬4\1eÓUr\1d¦÷䡽b%]*s»Õ\14ìhúäÀé¦\8b­-\ e\8aT1{ûÆÿRS\14?ÇlævHðÎ\95\83ÿnAåÁÓ\9f\1e>{*Òµ^u`ç\7f­\e\92\84\f¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\88\h¹øã¹\13ÿaaU\98>\rÃzÔ\rɨ+\ eÓ+VÒÛ\\95\¯     ká¦Ú¢`âcß\9aþÔæO\ en9vÈY\91BÆn|ãû³Ç}wæèôÚ"çX{UP0ià?¿P»çäñH×zöö\8dáB\87Ëý_j\v\93\15#´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0p\r-ùö\9f.¬þÕ+\8daî]\14K«Îï^S\18Æ[\ 5Eú6\f\ f+"\18ûÐ?,¬Zºwû\86Ãû\9c\18)¤è­E÷½ÔðíéOÝP\95\9bQ_|sÃ0[:ñ\15Ôµ*/\18ýà¿,\9a¼ýÄ\91H\97»qÛú[§>Ñ¥2·GÝ\90ä\k%    mÓÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\¥§Ö¿öð\es\a®\\10æîyeÁ¤\81]«ò¤Uç{\9f Hü\r\8f]*s\83Ñ\ fþ¯Wg4n[o"5å\14¯y©W¬¤så`\13©íù\9aÔqýÃo\99©[×m;~8ÒånØòömÓF\84ßb}\92x­U%´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0ðE5]8\97¿úÅ\11¿{5\9e\92 <»sÅà0éµ\85}\fm\89üY:Uä\ 4ãú\ fX1\7fäú¥Q¿ä\91knèÚÅá)\97^[\94QWlо}\8bè7Kg\1d<ýi¤Ë]¾éÍao¿òíéO%ùPª¹Tø\8b´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\0\9fÇ\9a\83»'¼³¢î½5arW=\1f\8cë\1f\94\ f\8a§W¬Ä¸\96È\9f\88ÌXi\97ÊÜN\1599o.\1c¸rÁ±sg\1c#)äÄù³ã7.\1f¹~i0ñ±ð\94\vWÓ)×.ɺ<\94\1a~éd¯|®é¹H\17½aËÛéµEÁ¤\81\86$ÿ_° H¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\806,ùö\ 5\1f½»pçæ\9f\bÆ>\14\94e\87éR\99륨"ÿÙDjÏú\92\eªr{ÅJ\1e~cî\ 3¯Ïv\8c¤\9cCgNf¯|.\18ý`P>èfg];ÕQXA]«òÒk\v\13SD³¶ÿ¾sÅà°xSe\0Y\9dBÛ´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\0\7fîLógËö}¸úà®xzÖ\97\z]`Yvzm\91YT\91¶'é2ê\8bÓªóo\9b6âç/Ö÷_>Ïy\92\9c<¾|ÿ\8eüÕ/\ 6c\1féÛ0Ü®n¯RêQ7ä\96)\8fß÷RÃÿ~uF¤+~öòWÞÂ\9d\9bÃoº¬\94ú\94T+´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0pèÌÉ-Ç\ em?q$Ìä-k\831ý:UäÄ\93\19+ímNJä/¥W¬$½¶èö\19#¿7kÌе\8b\9d*)gß©¦mÇ\ fÿÛ\92Æ`ìCÝj
+\8cá·WÂ/\9d\9bj\8bÂ\82\1a°b~Ô\8b~¦ùBõæÕáW^\97ÊÜ\14ú¦Ëº<\ 2¯f¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0àútôìé+ùåâiÁ\84\ 1iÕùaÒk\vo6\90%òùgÄb¥=ëK¾ÑødøϺ÷Ö8[RÑ\89ógï\9eW\16\94egÔ\17;\0Ûw¾û¶i#ú6\fÏ^ù\Ô\8b~®¹¹òÝUÁøGSkų.¿Oö\8egF)[h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0¸N´þñ\8f\17[[â9vîLÖä¡=ëK2c¥a²ÌC\89|Ùôi\18Ö¹bðâ=[\1d2©(~$Þ5g|zm\91ÍÜîéT\913~ãò¨\17½¥µ5\ô  ï¬\b&\r\8f¨GÝ\90\1fÍ\9d¨rá/ÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0×\89y;6u¯)üfã\93a¾ÑødÖå×®Åc\18JäK¼µ0,¨ |Ц£\a\9a.\9ckniqȤ\9cs\17\9b¿ÞøÛð<ìí$l×\84\9fÿMµEÁøGË7½y¡åbÔë\9eóæÂ\8cúâ[§>\91\19+M­Oéƪ¼{æ\97\9fi¾ xá/ÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\1dX¿esîxfÔ\ f\9f\9d\10æö\19#{Ô\réY_\12¦W¬Ä$\94È\97Ið\8cúâ |PXG{N\1eßõé±\96ÖVGMÊÙÑtôë\8d¿½kÎøø\91hc·ï¸e0þÑ\85;7ïlú$\ 1\13\97\ 3\ fK8£®8\85\86Rû4\fK¿<·ûÓ\85Õ\87Î\9cT¿ðyhã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80\8eäLó\85\97ÿüÅúxþÛ\94áÝk
+{Ô\r    \93Q_ÜÛ\f\94ÈU\8d\86\15\ 6ãúß9kÌúÃ{7\1d=àÀIEË÷ï¸kÎø»ç\95¥U\17\84\a£\8dÝ\8eã¨\99±Ò <;\18ÿè¼\1d\9b\12ð\9aÔ_/\99þ³çkn\9dúDF]*}\e\86'Oø\11õ[6gÝÇ{v}zL      Ãç¤\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0RÝË»·Ü»(vÿk3ÃÜ÷RC\97ÊÜn5\ 5ñdÆJÍ¢\8a\eú6\fïZ\95\17\8c~0,´E»Þ_\7fx¯c'uOËÛg\8cìT\91\93^[ällß¡Ô\9bj\8bº×\14.Þ³5¬©\ 4,ýo\96ÎêQ7$­:¿W¬¤wJ\1d>Á¸þá\7fü\9e\93ÇÕ/|!Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0 \15\8d\¿4çÍ\85ù«_\fóã¹\13\83I\ 3o¨Ê\r\93V\9doØJä\1a¾©°såà`L¿\a^\9f]½yµw¤¦®Æmëû/\9f÷·ó&uªÈ  \97ÕÞnÇ\9aº©¶(\98øXf¬ôÙ\ fßIÌê÷[6§kU^øoL¥ÏªaX¸Wã\87ÏþSMJ\18¾(m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0\90\12\8e\9d;3tíâ±\eß\88§GÝ\90 <»SEÎå\17ÿ\15\1a³\12¹¶É\9a<ôÒPØ\84\ 1Ù+\9f\vKo·\97\15¦¬º÷Ö<½áõÛg\8c\f&>æ´lÿAï\8aÁ\7f={ìÈõK\e·­\8f\8f\9e=\1d\16oÑ[\8b\82I\ 3Sî³
+ÿ\9bÃÿòð¿?ü¿B\15Ã\97 \8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0\92Ö\9a\83»ëÞ[Ó¸m}\98ÜUÏ\ac\1f
+ʲãÉ\8c\95z/ªÈ5OXV½b%]*/½z8çÍ\85\ f¿1÷\s³³(uÍü`CzmQ0i`\8fº!&RÛw"µ{Ma¸\10ßyæéy;6%`é÷\9e:ñÀë³\831ý:UäÜ\9cRK\1f~¿w­Êë·l\8eú\85«¡\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0\92Êâ=[¯äîyeÁØGâ\83¨]*sû6\f7Ü$\12ÝDjF}qת¼°Ðî\7f\ 3¯Ïv\1c¥®æ\96\96\17v½·pçæÎ\15\83\97\98âoç4\f»¡*÷'\v*î]\14\v×%êÕß~âH¸ô\ 3\ fÆõO¡ïÍøP|Zu~\8fº!¿Y:K\15ÃUÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0íëع3k\ eîÞpx_\98eû>\fʳ¯Ä\vþD\123\ eÖ³¾$­ºà\9b\8dOþýs\95Ù+\9fs.¥®¦\vçÂ\13\a\e.\rõ\97\ fʲÃÛ;á\17YZu~X\ë>Þ\93\80\r°ëÓc÷.\8a\ 5\85ÿÒ\14ú\ 2½4\17_W|ëÔ'~ö|ͯ\97LWÈpõ´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\1d:srקÇö\9c<\1efÄï^\rÆôëR\99\e\8f!&\91D&3VÚ£nÈí3F~£ñÉ\91ë\97:\9dRÚÉÏÎ\8fþý²ðDíZ\95w³¡þ$HÏú\92\1fÌ\19wÛ´\11Û\8e\1fNÌwëO\17V\aåÙ)÷W:\84\1fTF}ñ\80\15óU1\+Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0 \ 1ZZ[\9b.\9c;ùÙùxî\9eW\16\94\ fê^S\18&£®Øü\94H\82\93u9\99±ÒÛ¦\8d\bËpÆ\a\e\1cS)í\ssxÆ>µþµ`Â\0'j\92\94XøϯMy<\\97\ 4l\80øwë=óËo¬Êë\9d\82ÓñiÕ\ 59o.TÈp\riã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80\ 4ØvüpZuAß\86áñô6µ$ÒÞ\83`a\82òA+öï¸ØÚÒÒÚê\98Ji\ f¿1×;R\93í\ 5 ·Lyüägç\13°úaý~{úSá¿4E¿[\83²ì¢·\169\85àÚÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\11\99ðÎ\8a\9eõ%w<3*Ìí3Fö\8a\95ÄGáÂ\18Y\12I|zO\1e\1a\96á\rU¹á??>sòèÙÓGÎ\9ejniqX¥´\7fY4ùë\8d¿½eÊãá²fÙçIPe7Våý`θ°¾\8e\9d;\93\80\rp¡åâ·§?\15\7fýq\8a}\\rÃÒk\v\83±\8f\f\95\17Ô2\[Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0à\1aºï¥\86\1fÏ\9dxÏüò0ß\9aþTzmQF}q\98\9eõ%æ\95DÚ+}.Í\7f\15\ 5\13\ 6Ü9k̶ã\87w4\1duXu\0?YPñßç\97\85\8bÛ£n\88yÿ䨲Â`\ÿ»ç\95í9y<1{àÄù³ß\9d9:ü\92\8f+\18ûÈä-k·\1c;Ôtá\9cr\86kN\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0\\8dí'\8eÜ3¿ü\17/O\89§g}I÷\9aÂôÚ¢0á\9f{\eV\12i×ôm\18\9eV\9d\1f\8céwï¢ØÊý\1fmþä S«\ 3himýÇ\85Õ\97OÚÂ,\13©ÉQhÁøG\7f½dúòý\1fm;~8\ 1{`˱C÷Ì+ÿÙó5Ýj
+Rñ­²Á¸þuï­9Óü\99r\86\88hã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80/dÂ;+î\7fmæÃoÌ\8dç\9f\rʳӪóãÉ2 $\924¯#ì\18\18ý`X§³·oÜrì\90ã«\ 3Øsòø/\17Oûõ\92é]*smò$\1aJ\1d×ÿß\964&ìMÄë>Þs×\9cñAYv·\9a\82Þ)5\8eÚ+V\12þg\a\13\1f«|wUKk«\8a\86èhã{\10\0Ð\81¿\9b|\98tøû\95O\e\0\0·e\17cüTÔ~§]ö¡Ï\13Hõ/P\1f\ f»\ f\ 3®\1f\0\1dïàõ\91¦ºÖ?þ1wõ\vC×.\8eçÖ©O\ 4eÙ]*sãI«.èÓ0Ì\\92HR%(\1f\14\8cë\9f¿úÅñ\e\97ï9yÜ9Ö\ 1¬?¼wàÊ\ 5¿z¥1\98øXת<o£N\8aħ¿Ç>\14®Ëî\93Ç\12°\r^Þ½%{åsÿô|møE\9cb_¾\rÃnª-
+S÷Þ\9aêÍ«U4hþ{\10\0à;Èé\8d\1d\ 3\0àÎì2\8c\ 2Ñ~'µv\9aå\0:Æ7£Å\ 2÷aG\108\8b\94?@\a8\87}þÉlã\91ý#×/­|wU\98â5/\ 5\13\ 6\\1a\9c\8cúbóP"Iû.ÂN\159\9d+\a\87e\9b¿úÅ3Í\17\9cf\1dÃ\9a\83»ï\99_\1e\8c{¸kU\9e¿
\89\ 6À˲³W>\97·ú\85\83§?MÀ6X¼gëwg\8e\ eÆ?Ú­¦ å\86R»×\14\86\7f(ßô¦r\ 6\r7\9d@\0_@\ epìX{\1e\0\0wf\97\88ö;)ºÍ,
+Ð1¾\16-\19¸\ f;\7fÀAä\ 4\0è\0ç°UH*/ïÞ2{ûÆg?|'Ì¿,\9a\1c\8cé\17\94e\87éT\91c\fJ$Ég¾2ê\8b;W\ e\ eÿ<`Åü\81+\178Ð:\8cåûwÌø`Ã?,¬
+&\rìÛ0ÜnO\86\ 1ðÌXiת¼0¿^2½¥µ51;aéÞíß\9eþTXæ©õ\8d\1cþ×ö¨\e\12\94\ f
+wïø\8dËU4è¹i\ 3\ 2øÆq\9ec\8bÚÿ\0\0¸?»\ 6£jü\¥\83m*k\a\ e+ßSà4À9\ 3\ e\1c'\ 3à@v\9c^oÎ4_Xò\87mË÷ï\88'£®8\98øX|\16µ[M\81\ 1(\91T\99HíZ\95÷­éOÝ÷RCþê\17\9dl\1dƪ\ 3;\97íûðÛÓ\9f
+Æ?\9a^[èï\aH\92¡Ô°â²&\ fýÕ+\8d¿\<-1;aùþ\8fÂ\9dpëÔ'nL¹·å6\fûjuþ\9d³ÆüüÅú        ï¬PÔà§\9fv\1f\80/\1aG:¶¥¢\0\0ÀýÙ\ 5\18¥äg)\1d~\vY\pR9ÓÀ\11\81S\ 5\1c/\8e\vÀ±ì\bíxö\9c<¾éè\81\ eÅS½yu0úÁ |P<\99±ÒÞÆ\8eDRg>®g}I÷\9aÂ;\9e\19õýÙãFÿ~\99#®chim\r\ fê0Ýj
+\82²ì\8cúb'sò¼&5½¶(üçý¯ÍLØ~X{hw\97ÊÜp'\84õÞ;Õ>±ðã
+ÿ9ó\83\rê\1aü\fô³\14À÷\8b#\1d[Q\99\0\0à"íê\8b²â:¯D+\ e\1cnàÐÀÎ\ 1\87\89Ó\ 3p>;3SHKkëÁÓ\9f\1e:s2\9e\97\a\13\1fëZ\95\17\9a\ 2\13IÅdÆJ3ê\8bo\9f1²OÌÌW\87r¡åâ²}\1fÆ\ fê,[=\99Ò³¾ä¯¦\8døFã\93¿Y:+1;aÿ©¦õ\87÷\ 6eÙ©û\89ÝT[´pçfu\r~\ fúY
+à;Å\91\8e\8b\8dÂ\ 1\0ÀuÚ\8d\17%Æu[\80\16Ýñ\vÎ(\87\e8@ph\80\ 3Äy\ 28\9f\9d\90©âbk˹\8bÍç/gÛñÃ]*s{Ô\r\89'3Vj¶H¤\ 3äkS\1eïZ\95·êÀ.'^\a\97îÝ\9eºs\88\1d8Y\93\87\86_¦C×.NÌfhim}a×{Á¤\81\19õÅ©û\89}¥bðâ=[\956ømèg)\80¯\12G:®1\8a\b\0\0\97j7^\94\e×UÑYe;\ 1\9cQ\ e7p\9eà \0\87\86³\ 5pJ;\15SÔ¤wV¦Uçß6mD\98[§>á\8d{"\1di8®GÝ\90°Àw6}r¶ù³\96ÖV'^\871uëº\e«ò¾6åq\87vR¥÷ä¡\19õÅÁ\84\ 1#~÷ê\85\96\8b\89Ù\f\v>z÷+\15\83³Rö¯\92\b\8f©`ÒÀ¥{·_lmQÚà\17¢\9f¥\0¾D\1c鸺((\0\0\ªÝxQz\\ f\85fqm   p@á\88ÃÙ\82\93\ 1\9c\15\ e\19ÀAí0L9ÿ}~Ù÷f\8dùþìqñ|½ñ·\19õÅ\99±ÒxL\15\89¤|\1a\86]\9a\8c+\1fôµ)\8f\1f8Ý´ÿT\93\8edÄï^½uê\13ßl|2~tÛðIUzÁ¸þS·®Û{êÄ\99æ\v\89Ù\ f3>X\7fSmQ\8a¾)5sriçÊÁ\9b?9\18~bÍ-\86RÁïD?KÁÙ⬰Ä\96  ç\893\10\ 5\8e\82R\ e¨\ 5\1e³î¶
+Î^\9cÆ8~Áé\84SN\19\ 2ÎF\a J\f\85¬¬,±\95J\16\e\ eï»sæ\98\9f\ eó\8f\v«{Ö\97ô¨\er%½b%½\r\13\89t\88ôi\18Ö½¦0\18×ÿîye\9b\8e\1eØvü°\ 3°\83\19ºvqV¬4\åð$wt'U:Uä\ 4c\1f\9aºuÝ\99æÏ\12³\19Fmxý®9ãïxfTzmQÊm\86Þ\97_\93Ú­¶`ã\91ýê\1aü`ô³\14\9c
+\8bk\99p\808\ fQï("llµ`ËÙc\96Û\9eÁÙ\8bÓ\18g/8\9apЩGÀ\91èèC¹¡¢\95\92ŵRínèÚÅÿó¥\86_/\99\1eÏO\16Tt©Ìí^S\18O\96\ 1"\91\ e7\8e\1aÖxP\96\1d\8c~ðW¯4.ùöÍ\9f\1ct\12v0\ 3VÌÿ×ÅSo\9b6"\15\87\10;pµèY_\12\94\ fZ´ëýÅ{¶&ì¥\9f\7f­oÃð\eªr/½)µaXj\9dW=ê\86\ 4\13\1fË\8a\95®Üÿ\91Ò\ 6?\eý,\ 5g\8b³Â²Z&\1c\1a\ eFÔ>j\aå \16l9{Ì*Û98{ÑRÃV\ 1ç\12Î:\85  8\ 6\9dx¨;\94
+²¬Vª]\9cmþì7Kge¯|.\9e¾\rÃ;Uät­Ê\8b'½¶°OJ\r­\88ÈçOP>(\18ûÐе\8bgoßØ°åmïHíxú/\9f\17\1eì\19õÅ]*s½&5éæ+'\rìVSðì\87ï$l?\14¯yiÀ\8aù·N}¢{MáÍ©öå\1e~há\91õ\839ãf|°añ\9e­ª\eüxô³\14\9c
+\vj\99\1c\14 ô\9c\ 3(\19\94\83Z°åì1ëkÿàìÅi\8c=\ 3Î%\9cu*\14pú9èP\80¨q\85cM­T"­:°³è­E#×/\r3`ÅÿÏÞ½\aYUÞùþ_\ 5\ 3\aºmðı&1\96\15s\8c\95{N%'ɤ2S\96\15ëXI%\95I¥*å\95[5ÐÐô\r\10"(tÓ@ß»7\r4w¹\88ÊE\14Q\10\ 21  \8a\88(  \b\88 wh\1a\7f\v\9d_~ùMnFéÞk¯ýz×S\96óWàyÞ\9fÏÚë©ùº\16\ 4\13úu¨\1aøÑ2¸dY±ÿDc\8fÄåO4\86ë£\128qá\9cß31ãèÙÓaÉ\ fYûD0)/,öìD©b\8fÔ|eç\9aÁ7L\1f]±yUӶ߷\9b\15£7<ýOµCÂà§ÜgRÿk(uRÞ­sÊWìÝ!à\80÷G¯¥\80\15\8eÒ1é\a@\0¡\10\84\ 5â \v\94ã\98\93e\11t/â\97#GÆ\1c@/AÝAT\ 1¥\a\15'\86\90t\ 4þ_Å\9cTôH¼²þO×\ f\1e­\ eÊîÿh0­Su¾/¢ZVZ¬¦áY\rÅaê{$J\8a×-      \97\9f1±dÿÉã¿Y1;,ù\ eU\ 3\8d£Fm¸2³~h0±ÿ\17\9a\1flÞ¾¡=­xxã3Á¤¼ìDi*nZ\97º\82 ¢¯¡TÀ[¤×R@·è
+çè\98 
\83Р   \92\ 2q\90\ 5Êq̱\12      º\17q\r\91ó"\ f \97 î ­\80Æ\83~\93D\b;R7/N*f\1c8õþÜ×7=¾ëåpÍzmc0)ïOW׺¡fQ-+­&R»5\14\1axÃôÑ¿~zÖ°õËü\80\89%Ûß;ôÈë\9b/\7f\ 5»¼w¯¦\11Ì\8fZ\f;Uç\7fgþ¤\9f-\9b6ãµ\8dí£ÄñógÃ\1f\ 3µ[×\ 6ãû¤è÷\9d;V\rú\8fÇëï\:eõþ7d\1cð"éµ\14Ð-ºÂ!:&\85\0\b\83\80@\1cd\81r\1cs t\82îEÌâã¤(\ 4è%¨;È, ë ÖD\12R\8fÔ\8d\89\93\8a\rë\ fîþãÊ_óXðð]ÿ5\88Z9À@\90e¥çÊ\9d<,«¡ø³5\83o\99\a\8fVWl^å§K,Ùvôà\9a·ßü鲩ÁØ»Ãã6\94\1aµ\18vk(
+Ïå\vÓ~Û\9e_ü<ræÔ°õËÂ\1f\ 3\1dª\ 6^\93\9aÿ1\8a\8cÚ\82\9bg\8dÝqìp\12õöÀ.\r\ 3x\9dôZ
\16]áøT:\8b \95Ð\15r\ 1q\90\ 5P.N\8e9 RA÷
+\8e\93\85\ 6\ 6\94\124\9eð\ 2*\ e
+\r\82     Ù\17\10'¨Êþ\94\ eU\ 3ÿ¸ºÔ\15ø"ªe¥ùêÞX\92Y_xËìq_l~pîë\9büh\89%»Þ?ºãØá¯Í\1d\1f\8cï\13\1e·æ\8fàêÖP\14\1eP\18Ãu\a\8f\15\9cÚþÞ¡ËC©å½ST\89¬Æâpß¾Ðüà\81Sï'%Yç.¶\84{øÜþ7\82\89ýõ\fà\8dÒk) [t\85³Séü\81lBiH\ 4ÄA\16@¹x8æh¨\ 5Ý+2Î\14ê\17PJPz"\f(7è1\88'\94\80h8;%öç\98ý±,ë£\95\93(ÍN\94Þ8cÌ?7\16µÛ(\1cÚ\9f£gO÷l\1aÞ¹fp\8fDI.ó£\9aÄ\9cÉÃö\9e<ÖnV\9c¸pî×OÏ
+Æ÷éÖP\94\8a\9fIÍùð\9f7Í|躩#\8f\9d;\93\94d\9do½8gǦ ¼w\97º\820Yª\ 6ð^éµ\14Ð-ºÂ\91©tò@H¡@\ 4\ 1â \v \\f\1cs.\1c\83î\95\14§  Ý\v¨#è=q\ 6t\1a4\18D\15ª@\1c\1c\9câú\8b\98\0²,ë¿VÓðÌúÂö\1c\85C;ÓzéÒѳ§s>\9cy$|\94\93\98ÕXüÎé\13í&Æ¥\ f>øù\93Í\9dk\ 6§î¦\85;vó¬±I\f\87ÍÛ7\ 4\93òþøGR8\80WK¯¥\80\15ÎK¥Ó\ 6¢
+M"\ 2\10\aY\0åRÚ1'B3è^1q\8eP¿\80:\82Þ\13j@\9bAwA`¡\10\ 4Áy©¬¿\81      ËJç\95;yX\8fDIç\9aÁ×M\1dyüüÙcçÎ\ò3%¦l;z0«¡ø\86é£\r¥F6\8c\17\86\a\14&1\í\99Ä;\97NéÖP\94\93(MÑ}ëRWpë\9cò\13\17Î%1_\89\7f¶fpö\9fì¡Î\ 1¼cz-\ 5t\8b®pR*\9d3\10\14òC\1cd\ 1\94KQÇ\9c\ 5Ù {\ 5Ä!B÷\ 2º\bÚO´\ 1è
\ 5±\85Z\10\ 1\87¥¬þ.F\81,+=WÏ\ f¿\8e\1aTôýÎüI»Þ?ºçÄ{~\9fÄ\95e{^ý×æßÞ2{\·\86¢î\8d\8f`\18ã        &ô»yÖØvþ`ñ÷\17V\7fý\91\8a^M#z$JR·Ä¾5oÂþ\93Ç\93\18±ê\97Öd5\16\87\87ø§\7f\ 3xÍôZ
\16\98T:[ ³Ð-Ì\87\ 2(\97r\8e9\ 5ÊA÷ÂñA÷\ 2º\bÚOÀ\ 1¨/}\ 5á\85r ¿cRS\1f\13\ 3A\96\95n\13p\9dªó\83ʼ`ìÝ?\7f²yýÁÝ;\8e\1döË$®LÞ¶þÛó'Þ:§<£vHVCq®\bD2\92Á\84~·/N\84aÜþÞ¡öÔãG\8b\1a\8b\v³SðK©\97÷­¢o\14Jlü¦çÂd\85Ûøßò¥\7f\0/\9b^K\ 1Ý¢+\9c\91Jç  $\17J\86ó\10\aY\0åRË1GÀ:è^hcè^@\17A\ 1\8a9\0Å¥© ¿P\11ÌwF:êãc&ȲÒdåN\1e\16T\ e\bÆÞ=ê\ fO-ÛóêÂ7^Úyü\88ß$1¦vëÚë¦\8eìP5ðòg\1c\9b\86\8b@ÔV¯¦\11WÕä\87\91¼}qbÛÑ\83í&Æ¡3'\7f²xò/\967\7f¶fpNÊn]PÞûçO6'·Ä\8a×-ùåòé_\9c>ºK]Á\9fGL\ 5\ 1Þ7½\96\ 2ºEW8\1d\95N\12È/´\rÛ!\ e²\0Ê¥\8ac6\9fxн\88H(ì?Ó\0\8f\ f(@\b; ²À=H1\14Eª;ï,Òª\9dL\ 6YVìÇQ{$J.\7f ubÿ\8aÍ«ª_ZsâÂ9?EâÍØ\17Wæ¯yìÆ\19c2j\87ô4\91\1aÙÏ}\96÷îýÜü0\92íù\99Ô]ï\1fý÷ÇêÃ6è\38\85·n|\9f\9f\1cþ]\92\98²\91/,Ïj,îP50üç_\9cûVD\80WN¯¥\80\15\8eF¥3\ 4R\f\9dÃs\88\83,\80r)á\98\9d\87\8aÓ½Hz\1cl;Ù\0\ f\ eè@\88< ¬   ËÐ\15ñ°ÝA¤[/\19\ e²¬\18\ f¾uk(
+&åe5\16\8f}qå\98\r\ 2\89=áA\8fßô\xâá¹\87§o(5\9a«cõ  ¢ï/\97O?pêýöÔcÛÑ\83·/N\ 4\13ú¥¨\18¹\93\87uªÎ\ fÆ÷ùÙ²iûN\1eObÐÊ6=\9bQ;$«¡8÷¯ÿiÕ\11à­Ók) [t\85sQé\f\81 Cí\90\1câ \v \ô\1d³íÐrº\17Ú\18º\17PDÐ\81R\ f@Si'\88\ 5Õ\1d\8dRúd\98\ f²¬XN¤^]_\18LÊûâôÑýW/|hã3~{Ä\9bÓ-ç\e^^W¹åù`bÿðÜ{$Jr\ 5!\92+{réU5ù}\9e\9b\7fÏʹíùåâ\17ÞÙ\93xeýÏ\9fl\ e*úöj\1a\91\8a[\97óáPê}Ïλë\999GÏ\9eNbÜ&n^\1d¦,;Qú·ÿÀz ðâéµ\14Ð-ºÂ¡¨tn@\96¡\7f\18\ eq\90\ 5P.Ê\8eÙp(:Ý\8b\88\ 4Á\9eS\ eð¼\80\1a\84ì\ 3:
+|\83DCiÄÀsG\90\9e\8ddJȲbµ>\9cHíX5è«sËïXÒTýÒ\1a¿:bÏѳ§\87ÿþÉ`ìÝAå\0ã¨\91ýÐg\8fDIFmA\18Ï_=5£\9d\rÙtxÿ·çO\fÊîͨ\1d\92¢C©Ù\89ÒÌúÂ\9f-\9b\96ܬ\9d½Ø\12\96j0¾ÏÇù3«&À»§×R@·è
+û¯Ò\89\ 1\89\86\16â6ÄA\16@¹È:f·¡ët/´1Ô/ zP\83\1a\0\80vRJ\90\r\86;\11]ô)1.dY±YY\rÅ\19µ\ 5_\7f¤â«sË\17¾ñ\92ß\e±çàé\13/¼³gÔ\1f\9e
+ÊîïÙ4\\ 4";\94\9aÕXü¹)\ fühQm;OVn}÷ÀÆCû¾6w|\87ª\81©hHîÿ;\91Ú=QrÇ\92¦$fíع3aÖ&o[\1f\9a\8f·\93
+
\ 6êµ\14Ð-.\e¡ÒY\ 1¡\86."6ÄA\16\b:f\9f¡ît/"\12\ 1[\rõ\vÏ\b@\13ê\ 1@/\81f\90nh\8f\18¸mçÓ¼\85L\fYV\fV\8fDIVcñWæ\94}nÊ\ 3/¼³Ç/\8dØsøÌÉ='\8eÞ÷ì¼ ìÞ.u\ 5\86R£ü¡Ï¬\86â\7fn(\ e\ f«\9d%Ù{òXÎäaAå\80°\1cRôCºÝ\eKÂN»eö¸\9f,\9e\9cĸ\1d?\7föò'\89ÇÝ\93Q;äãgMM\ 1^B½\96\ 2ºÅe#T:\19 ÚÐK\94\86\ 2(\175Çl2\94\9eîEÒå·Ãнð\80\04¡*\0\94\12\14\11\ 4\1c:$6bÛv\15dhȲRwå|¸Â\7fù|ó\83á?\ f\9e>á7Fì9ÝrþÄ\85s·=Ñ\18T\ eèÞX\92+\bÑ\1eJýÜ\94\a²\1a\8aû®ZÐ\9e\92\úà\83\ 3§ÞïÖP\14þ\ 1R¸ß\12¥]ê
+îY97¹\89;w±¥xÝ\92`bÿ\7f4kÊ
\1eêµ\14Ð-.\e\91æ\95îd\ 1¿Ù´\13\99!\ e²\0ÊEÍ1;\f½§{\91tóm/t/<\1a\0\10\0u\ 4-\ 41\87\1a\89\8dÒö\ù|`.Õ²Ryh«{cÉÕõ\85\9fo~°¥µ5\\97üÂH\ 3¾2§,gò0ã¨)±\82\89ýǾ¸2ÌæÅK­í)Éþ\93Ç»5\14¥üîU\ eè»jA;oÝ\9f\93¿æ±NÕù\9fàϯ¬\0¯¢^K\ 1Ýâ²\11i^éN\16ð³M;1\19â \v \t\1c³·P}º\17Ú\18$\84'\ 2 \ f¡\19\0\82\0I×$|v
+\9aç\8acnȲRl5\rïÖP\14Tô½sé\94ÃgN\86ëÈ\99S~Z¤       _\99S\96\9d(Mé\8f`¦IH»Ô\15\ 4e÷Wl^u¦åB{\1aòÂ;{r\12¥7Í|¨G¢$uw/³~hPÞ{àó\8bN\8\97ÜÄõ_½0³¾ð\93m¦¾\ 2¼\8dz-\ 5t\8bËF¤y¥;YÀ/7íDc\88\83,\80r\11qÌÆBûé^$Ýy»
\v\8f\ 3@\1f*\a@\v\81Q\10\948Él·ÕÎ\1f1@dY©²z6\rï\38\18{÷Àç\17m;zðÀ©÷ý¢H\13Þ9}â˳Ç}wAeVcq\8e,D{åN\1e\16\94÷\9e¿sËÖw\ f´óXåÊ}¯ÿÏ)#2ë\87\86\9e¤nË\ 5e÷Oز*ܽ£gO'7w÷=;/;Qú\897Sq\ 1^H½\96\ 2ºÅe#Ò¼Ò\9d,à÷\9bv"0ÄA\16@¹¤;fK¡\0u/´1¨\b\ f\ 2@+BE\0ÊGí\0R¯U8lÿµMÛa\86ȲRcÒ­r@0öî±/®\±wÇÁÓ'ü\96H\136\1cÚûý\ 5U?ZTÛ¹fpf}¡,D9¤Ù\89Ò`R^PÑwÆk\eÏ·^lOOf½¶ñû\v«¿9oBFí\90ÜTþÎlPv\7fÙ¦g\8f\9f?\9bÜÜýçS3î\:åÚ)#²\1a\8a?ñ~ª/À;©×R@·¸lD\9a\93\ 5ü\84ÓNì\85\ 2(\97\Çì't x«\8dÁFx
+\0Z\11Z\ 2Ð<:\a\10|ÅB`\9b¯jÚ\14ÃD\96\95\12\93n\r\9bñÚÆvþü"\92Èâ]¯übyó¿-ª\r\ 5èRWpMÓp\89\88rT¯®/̬/\øÆK\8f¼¾¹\9dU\99úê\vÿÚüÛ rÀåÉåÔôä¿\8an|\9f±/®<w±%¹ÑûÍ\8aÙ]ë\86\19Ü#Qòi\86|\95\18àµÔk) [\6B¥;\À¯8ÕD]\88\83,\80rIqÌNB\rB\eDDu\9b   Ý\vý\ f(F]\ 1è\1cm\ 3È>ÔK\9cìµÉzæÏ1OdY\11\=\9b\86wk(
+&åeÖ\17Ön][¹åy?\1eÒ\8aEonýÒÌ\87\83       ýºÔ\15ô4\91\1aí¨^]_\18\9eTøïÍÛ7´³'a3\14¯[rÓÌ\87®ªÉOQOr'\ fËj(Ψ\1d\12\16ÝÄÍ«\93\9b»ÖK\97î{v^P9 çJüÕô\18àÍÔk) [\6B¥;\À\ f9ÕÄ[\88\83,\80ríï\98m\84&\84B\88\88çv\12º\17Ê\1fP\8cê\ 2P8ª\ 6Ð\0Ð0qòÖ\ ek\98¿\88©"Ë\8aÚ\98[f}a0±ÿ\rÓG\ f[¿,é\83ZhgæìØ\14\1eú-³Çu¨\1ah"5âQíZ74\98Ðï+sÊ\8a×-I¼²¾\9dUiÚöû\7fn(\ e»¢[CQªªòaÝe5\16\8f}qeÒ£wâ¹þ«\17\86\a\9a{\85þvÚ\fðrêµ\14Ð-.\e¡Ò\1d.à·\9cj"-ÄA\16@¹öwÌ6B\19B!hcÐ\12\9a\1fP\8cÐ\18\80¶Ñ3\80\12P2¤µçê¥}0[dYQ\9aH\1d\1aLÊûú#\15¿~zVÃËëü`H+æïÜ\12®\9cÉÃ\82       ý®®/4\94\1añ´v¬\1aôÝ\ 5\95¿zjÆÜ×7µ¿-áÿhçÚÁY\rŹ)º\87\1f~\12ºCÕÀðÏ?zÃÓIOßá3'\a>¿((ï}\ 5s§Ó\0ï§^K\ 1Ýâ²\11*Ýá\ 2~Ω&ÆB\1cd\ 1\94kgÇì!ô!t\826\ 63¡ó\ 1Ý\b½\ 1è\19%\ 3è\ 1=ÃX\e®[Ú\rãE\96\95ô\95Y_\98Y?ôª\9aüÿ½`Ò\ f\17Õ,|ã%?\15Ò\87s\17[Vìݱx×+ÁÄþÁ¤¼î\8d%¹B\11á\15\9eÎÕõ\85aZ¿8}ôsûßH\8a-\8fïz9´%;Q\9aº{Ø¥®àK3\1f¾í\89ÆQ\7fx*¹\ 1Ü{òX¸¥\85¿[\1c\94Ýß«iÄ\15ük*7À+ª×R@·¸l\84Jw¸\80_tª\89®\10\aY\0åÚÓ1\e\b\95\bµ\90t½í\1et/\14\eU\a dÀ\1cè\ 1¨\9aø\19kouËßÀ\90\91e%kåL\1e\96ÕXÜ­¡è»\v*\7fðhõ\97f>üÂ;{üHH+N·\9coÚöû`Ü=\1dª\ 6JDJ¬«ë\v¿5oB\98Ö\r\87ö¶¿-\89WÖ§º-\1f\röf'J£ðIè\ 3§Þÿåòéá\96\ e¹â_(Öo\80WT¯¥\80n\89qWØX\95N\15@\ 3¨&®B\1cd\ 1\94\8b\9acv\ fZ\11\9a!énÛ:è^h{@=j\ f@½è\16@\e@áÄÏU\e«Uþ6\86\8c,+)\13©=\12\97?\8bùåÙã¾4óáó­\17ý6H7N·\9c?pêýËC©å½¯¹Ò\ 3qV[¬ìDi¸®\9dò@xpI±åòPjyï\9e©lK¸\81Y\8dÅ]ë\866oß\90ô\f\1e;wæ§Ë¦\ 6\93òÚhKµ\1cà-Õk) [âÚ\15vU¥³\ 5P\ 2ª\89¨\10\aY\0å¢æ\98­\83b\84rHºØö\rº\17z\1eP\8f:\ 4Ð-\8a\ 5P\bÐ9ñ\13Õ®ª\94¿\8bQ#Ëjÿ¡Ô\9eMÃs\12¥ß\99?ÉO\824¤¥µõ|ëÅ\a^x2\98Øÿ£ñd¡H\89¯|~nÊ\ 3á?\8f\9e=ÝÎÂ\¼Ô:lý²\18Ø\12VßµSF|¦jÐ#¯oNz\fÃ\fÞ¾8ѹfpÛý}u\1dàEÕk) [bÙ\15¶T¥\13\ 6Ð\ 3ª\89¥\10\aY\0å"å\98M\83b\84\8aÐÆ`)\94<\0õ¨F\0Å¢U\0\9d v\10ø\7f\15Ó'I´\91eµçh[÷Æ\92`RÞO\97M=ÝrþLË\ 5?    Ò\90»\9e\99\93ÕP|í\94\a²\13¥B\91\12+³¾ð¦\99\ f\85\99\r×¥v\17fÈÚ'>[38\ 6\84Õ·öÀ®p\ f[Z[\93\1eÃ\7f\7f¬¾[CQN[þ}u\1dà]Õk) [\6B¥;\@\15¨&\8aB\1cd\ 1\94kSÇì\18t#´\846\ 6Q¡á\ 1hHM\ 2¨\14\95\ 2¨\ 5Í\83¶PÔ~*\93\8f\89\81#Ëj\87Õ³ix\97º\82 ìÞü5\8fí9ñ^û\7fr\11QàöÅ\89\9bg\8dýÜ\94\a²\1a\8bs\f¥¦Bl»5\14\ 5\13úÝ:§üàé\13í/̯\9e\9a\8c1ÿ2mT÷Æ\92\18\f¥®;°;
+\13©!?ZTÛ#QÒÖ£¾\1a\ fðºêµ\14Ð-.\e¡Ò\1d\rT\13?!\ e²\0ʵ\9d\vê\11\8aB\e\83¨Pï\0\94¤2\ 1ô\89>\ 14\83òA[øi35ÉÇÇä\91eµíj\1aÞ±jP0öî\8aÍ«6\1cÚ{äÌ)?\ 3Ò\93\9f,\9eÜ=Qru}¡Ï¤¦ÊPj0¡ß\1dK\9a6\1eÚ·óø\91ö\17æWOÍ\bUÉüP\98Ü\14ÿBtÇêAkÞÞ\95ô\f¶^ºôÝ\ 5\95?~¬.ÜÒv\88¡Ò\ 3¼±z-\ 5t\8bËF¨t\87\v(\ 4ÕDN\88\83,\80rmä\98½\82\86\84®ÐÆ\80\96\0\94¤J\ 1\94\892\ 1\94\83þA[Èi'ÕÈ?\84á#Ëj»i¬Ëk|\9fæí\e\16ïzåøù³~\0¤!§[Îß¾8ñ\8båÍ\99&RSdõj\1aqUM~0öî;\97NÙqìpR´ùÍ\8aÙY\8dÅa\8dä¦ò`ïgk\ 6_7uä\8a½;Vî{=éI<qáÜ\ f\1e­\ eÿH]ê
+rÚe\a´\1fà¥Õk) [\6B¥;\@'¨&fB\1cd\ 1\94k\vÇl\14\94\856\ 6t¯V\a $µ
+ I4     \1fT\10ÚÈL;©Cþ!\8c YÖ\95\1dźº¾0¨è\9b;yØì\1d/\86kê«/xî§';\8e\1dþÍ\8aÙ¿zjFP\99×¹fp\8e\80¤ÊgRË{ç­~4ñÊúö\1fJ=ßzñ\9e\95sû¯^\98Q[\90ÒSÌá6v¬\1etÃôÑËßÚ\1e\850\1e<}â?\1e¯\ f*\a´ç\9c¯\ e\ 4¼´z-\ 5tKlºÂ6ªtò\0jA5\81\0Y \t\1c³KP\92нÚ\18P¿*\1d\80\92T,\80\1aQ#\80\8aÐBh#-m£\ 2ùG1\85dYWj\ e«K]APÑ÷Ö9åc_\9ãµ\8d\1e÷iËÚ\ 3»\8a×-ùÙ²iÁø>WÕä\87n\bHJ¬\ eU\ 3Ã#ûÍ\8aÙ\87Î\9cl\7fm\8e\9e=ýë§g\ 5\13úu¬\1a\94\93úMø¥\99\ f/ÞõJ\14ò¸ëý£w,i
+7¶\9d\93¨  \ 1ï­^K\ 1Ýâ²\11*Ýá\ 2\9aA5q\12â \v Ü\95\16AOB÷FÄd»\ 4õ\v}\ eèIÝ\ 2(\10\1d\ 2@\e(¢ø9i\ fµÇ'À \92e}ú9¬\8cÚ\82`B¿\1f.ªé»jÁÂ7^ò O[VìÝQ»uí¿-ª\rÊîͨ\1db"5UVv¢´SuþÀç\17\85\11>Ýr¾\9dµyãø\91Ê-Ï\87ÿëÁø>)íÌå¯ÍNÊûñcuá6Fd(uû{\87î\:%)\e«\ f\ 1¯®^K\ 1Ý\12\9b®°\8d*\9d<\80fPM`\8e8@\16(\17\11Çl\11T%t¯6\ 6t¯2\a *Õ\v =\14\b (À½6\12Ò\1eª\8eO\80q$Ëú4ëò\97\ 1+\aÜöDãÿ]Ò´æí7=âÓ\99ÕûßøâôÑAyï®uC{5\8d\90\8eè¯ÜÉÃz$J>[3øêú»\9e\99\93\14mv\1c;üÓeS\83±wwªÎOmm\9a\86\87\7f\85\94¯?¸;
+yÜräí\85o¼ô\8båÍÁø>IÙX\95\bxuõZ
\16\97\8d\ e\17Ð\fª\89\93\10\aY\0宬c¶\bª\12º7é\1aÛ\1f¨_hr@Uj\18@uh\ f\0\8aB\1dÅUH{¨:>\ 1æ\92\13¬\9cÉÃ2ë\v\87þø±ºoÏ\9f¸ëý£\1eîéÌ\vïìY\7fp÷uSGfÔ\ e¹Æ7RSg(µ[CÑç¦<pÛ\13\8dÿùÔ\8cö×fû{\87Ö\1eØõ³eÓ\82\8a¾©þiÝÜ\ f\87ôo\9aùÐÖw\ fD!\92áÞ~gþ¤ ìÞðO\95¬½U\8c\80WW¯¥\80n\89AWØ@\95N!@9¨&\10R\1c \v\94\8b\8e\aÚ\12º7é\ eÛ\1c¨_èp@Uê\19@o¨\ e\0êB#ÅUE\e¨4>\19F\93,ëã¯ìDi÷Æ\92¬Æâðß¿=\7fâ×æ\8eoimõXO[ÂÓßqìð¦Ãû;V\ fêP5°G¢$WLR'ËÝ\1a\8aÂ8÷]µ )òì;yü\e\8fT\ 4\15}3ë\vS}(5ÜÆp3¯\9b:òÍãïF!\98{O\1e»uNy§êüän¬\86\ 4¼½z-\ 5t\8bËF¨t\87\vè\aÕÄF\88\83,\80rWÊ1\9b\ 3\85  Ý\9bt\81í\ft/\148 -U\r 4ô\ 6\0\8d¡\94âê¡ÝÓ\18\9f\18ÓI\96õ1?\90\9a\9d(½vÊ\ 3\18sý´Qÿgaµ§y:s¾õâѳ§WìÝ\11Lè×¥®@@Rn(õº©#Ã\7fæ¯y,)þ\1c?\7fö\7fÍ\1a\e\9a\13\8fAæ°\15¯i\1a~àÔûQÈf¸·7Í|(³¾0é{«'\ 1/°^K\ 1Ýâ²\11*Ýá\ 2*B5Q\11â \v Ü\15qÌÎ@gB÷&Ý^Û\ 2Ý\ví\rhKm\ 3h\f¥\ 1@i襸JhëÔŧÁ\80\92e}ÌÕ±jPÿÕ\v\112õÕ\17\82IyB\91¢+<»\8aÍ«\92èÏM3\1fúè³Ë©¾z$J>ßü`t>\e}ñRë\17\9a\1fìÞX\12\85ÍÑ\93\80wX¯¥\80nqÙ\b\95îp\ 1\15¡\9a¨\bq\90\ 5PîÓ;f[ 3¡{\93n¯=\81ú\85ê\ 6´¥Â\ 1Ô\85Æ\0 7TS\8c\r´uºâÓ`@ɲþÆÊ\9d<,³¾0(ï]¶éÙ£gO\9fn¹à!\8eÚ­k3j\87ôH\94äÈHêÅyh\18çð\ 4Ï]li\7f\ eùè\9bË\1f}\829\ 6Ý\18þ]\8e\9d;\13\91`\86gzÃôÑÑÙXU     x\87õZ
\16\97\8d\ e\17Ð\12ª\89\87\10\aY\0å>\8dc6\ 4j\13º7"êÚ\13è^èm@aê\1c@W¨\v\0ªC;ÅU?û¦(>%&\95,믭NÕùAÙ½³w¼¸ãØá\13\17Îy|£xÝ\92\9bf>ôÅ飻5\14  HÊÍQ\ 6ãû,zsk\18çÓ-çÛ_\9e½'\8fýkóo³\1a\8a#ò5ÏO¼z6\r¿º¾0\98Ðï\96Ùãö\9cx/
+ÁÜõþÑ\e¦\8fþÆ#\15\91ú
+­Â\ 4¼Æz-\ 5t\8bËF¨t\87\vè
+ÕÄ@\88\83,\80r\9fÆ1\e\ 2Í Ý«\8d\ 1Ý«´\ 1(Lµ\ 3(
+]\ 1¨\ e(¨¶ÓϦ)\8aO\8fa%ËúoÃk=\12%Á¤¼p-\7f\9a·ßLÊw\15\115î{vÞ¿?V\7fý´QÿT;¤{cI®°¤N¢³\13¥\97\13]ÑwþÎ--­­í/Ϻ\ 3»¿5oÂÿYXÝ¥® Õ÷³gÓð`B¿\9f,\9e\1cþ¥¶¿w(
+ÙÜvôàM3\1fʨ\1d\12µiqµ       x\93õZ
\96
+;¦Ò¥\12Ð\15~0\80\81â\0Y \t\1c³!Ð\9cнI÷Ön@ýBc\ 3
+Só\0ZBQ\0Ð\1e:*®îÙ1-qE0µdY\7f\9c·êÖP\14\97\93(]¼ë\95py^#ä7+fßõÌ\9cìDiç\9aÁ&RSl5\rϬ/\fs\1dÆyÑ\9b[\93âÏÊ}¯ß<klP9 ³~hªËÓ«iDPÑ÷\8e%M\11\99H\rÙphï­sÊ;V\r
+Ï:jÛ¥<\ 1/³^K\ 1Ýâ²\11*Ýá\ 2ºB51\10â \v Ü'vÌn@yB÷&]Z[\ 1Ý\vu\rèLå\ 3¨\b-\ 1@\81¨©\18\8bgÇTÄ\15Áà\92e\1c5£vHP\99\17\8cïó\959e\r/¯[øÆK\9eÔ8~þlßU\vòV?Ú±jP§êüìD©\89ÔÔÊuf}aPÑ÷\9a¦á\8f¼¾9)
+\85ÿ»ýW/üÞª r@ÏèMMþ£û\19¦ (»7RC©kÞ~ó\e\8fT\ 4\93ò¢¹½Z\14ð2ëµ\14Ð-.\e¡Ò\1d. .T\13ý \ e²\0Ê}2Çl\ 5\94't¯6\ 6Ô¯®\ 6 3õ\ f \1f´\ 4 C ¦ÚÎ:Û¥\1f®\14Æ\97¬t\9e\ë\38\18ßçÎ¥S\1eÚøÌ°õË|#\15\1fñö©ã¿zjFèÆåï0
+KªåºK]APÑ÷ksÇ?ðÂ\93ÍÛ7$E¡\ 5ol¹aúèð\8fѵnhª\ f¥æN\1e\16Lìßû¹ù\85¿[üæñw£\90Ð¥»·\8dÙ°âß\16Õ\86\7f°Èn¯"\ 5¼Ïz-\ 5t\8bËF¨t\87\vh\fÕÄ=\88\83,\80r\9fÀ1û\0å     Ý\e\11im\ 5Ô/\145 6U\10 \1cüJ\ 1 C4U\­³]úáJa\88ÉJÏuy"uRÞ/\97OÿÍ\8aÙÛ\8e\1eôhÆG\842$^YßwÕ\82 ¼wª\8f\13¦çPj\87ª\81?\Ts×3s\16½¹5Y\16-ÞõÊuSG\86%\13\ f\85:V\rú鲩'.\9c\8bHHWìÝqã\8c1aB#>ó«N\ 1ï³^K\ 1Ý\92Z]a¯TºT\ 2\1aÃ\ f\ 6pO\1c \v\94\8b\88\ 1ú\13ºW\e\ 3êWK\ 3P\9bZ\bÐ\fú\ 1P#PVm§\9c½R\ eW\10sLVZ­ìDi\97º\82®uC\7fþdómO4\1e;wÆC\19\1f±åÈÛËö¼úÓeS\83±ww®\19Ü«i\84¼¤Ö7=3ë\v;V\rºyÖØu\av'Ë¢\15{w\84\99°d®Iñ¡Ô?¶åí\8b\13ÑÉé\9a·w¥Ê̯R\ 5¼Òz-\ 5t\8bËF¨t\87\v(\rÕD<\88\83,\80rÿ¨c6\ 1*\14ºW\e\ 3ºWE\ 3Ð\9c\8a\bP\vÊ\ 1P#ÐWm§\9c\8dR\ eW\16ÓLV\9a̬e'J3ë\v{6\rÿÑ¢Úÿx¼Þ³\18\7fdÛÑ\83\9b\ eïÿæ¼      Ñÿ\ 2£õ×V\98îï.¨¼uNù\96#o'Å¢ÖK\97VìÝ\11\1fT\ eè\91(ÉMñýìÞXrÍ\87mùï\8fE¨-·¾{à£&O\89\99
+x«õZ
\16\97\8d\ e\17P\1aª\89x\10\aY\0å\0¨PÝ\v@÷B?\ 3ÊS\17\ 1:A3\0\9a\ 4*+:¾Ù(Ípe1ÍdÅþ\ 3©=\12%Y\8dÅ×M\1dù¥\99\ fÿüÉfOa|Ä¥\ f>Ø{òؾ\93ǯ\9d2"¨\1c\10Jr\8d\89Ô\14\aÀÃõùæ\a\8f\9e=\9d\14\91Î^lÙsâ½\95û^\ f\8bÍ\96vo,ùÙ²i\91
\8ec\87»Ö\r½<0\9b"Û¨c\ 1oµ^K\ 1Ýâ²\11*Ýá\ 2zC5±\ eâ \v \1c\0-ª{\ 1è^(g@yª#@!¨\ 5@\99@kED6»¤\16®8f\9a¬x\ f¥~nÊ\ 3×O\e\95Y_8ðùE\9e¿ø#­\97.m\7fïPç\9aÁW×\17æ\bK*\7f
+9\føuSG\9en9\9f\14\91ZZ[\9b·o\bÆ÷éÖP\94\e\8b-ÍI\94\eúËåÓ£\13Õðpw\1e?òÙ\9aÁ©µ\93j\16ðbëµ\14Ð-.\e¡Ò\1d. :T\13å \ e²\0Ê\ 1Тº\17\80î\85r\ 6ô§:\ 2´\81Z\0ô      ´VDL³K:á\8ac¬É\8aëêÞX\12Lè7ãµ\8dç[/\86«¥µÕó\17\7fdÛÑ\83\19µ\ 5b\92Ò+³¾ðÖ9å\1f\ 5<Y"5mû}ǪA9q\19òÍN\94\ 6\95\ 3~ýô¬è\14æ\9a·ß¼ª&ÿÚ)\ f¤Ü~ªYÀ\8b­×R@·¸l\84Jw¸\80êPM\94\83\ 2(\a@\91ê^\0ê\17\9a\19P\9e\1a    P\ 5:\ 1Ð'P\Q0Í\16é\84¶Àd\93\15³\953yØgk\ 6\a\15}\9fÛ¿óÀ©÷Ï]lñØÅ\9f²ü­í9\89Ò\9bf>Ô½±D^Rqõl\1aÞ­¡(\98Øÿ[ó&\1c9s*Y"=ðÂ\93½\9aF|¾ùÁx\88\14îj0¾Ïðß?\19Öæñóg#\92Ö\15{w\]_\98ÕX\9c\9d(5\97
\13\80«*@·¸lTé\82   À\ fB½Ä7\88\83,P\ e\80"\85î\ 5 {Õ2\0\15ª\94\0\10\0\95â\r\v\9f@3[¤\10Ú\ 2#NÖ5qùÒßå\ f¤V\ eȨ\1d²éðþ­ï\1e¸xÉ\aRñÿ#ñÊú\9bg\8dýòìq]ë\86f5\16KMª\8eONè÷ó'\9bÃ\8cï9ñ^²\*^·$§±$³¾°G¢$7\1e»Zvÿ\ 3/<yìÜ\99è\ 4vñ®Wz}øUÜ\14Ýa\95\vx·õZ
\16\97\8d\1c\ 3´\87\eÄA\16@9\0ºT÷\ 2P¿ÐÉ\80òÔK\80\1eÐ\ 6\0¼\9a©¯¤;f\7f´A\eaÊÉ\8aÁDUf}a0¾Ïç\9b\1f|nÿ\ek\ fìò\9cÅ\7f\1f\9eºí\89Æ/Í|øª\9aün\r\82\93\82«WÓ\88ÏÔä\a\ fßõ\8båÍ»Þ?\9a,\97z?7ÿ\8e%M×O\euuÊÎKþ·\89þ r@0öî0#\91\1aJ\9d¿sËuSGfÔ\ eIÝMV¼\80×[¯¥\80nqÙ\b\95N3@\81è%²A\1cd\ 1\94\ 3 Ku/\0õ\v\ 6\ 2úS5\ 1J@\e\0ðv¦¾\92.\98ýQ\ 5m\84Y'+u\87Ô:×\f\ e\ 5e÷~oaÕ\9c\1d\9b\9eÛ¿Ó\13\16ÿ\8dÂß-¾ïÙy×M\1dÙ¡j`·\86¢k\9a\86ËNª~гü¾!k\9fhÞ¾!\89C©y«\1f\r-úLM~÷Æ8|&5gò°`B¿\86\97×\85»zºå|tb;ëµ\8d7L\1fÝ©:¿g*\a\ 2^o½\96\ 2ºÅe#T:Í\0\ 5¢\97È\ 6q\90\ 5P\ e\80:Õ½\0t¯6\ 6 Bµ\13 \ 1T\ 1\0og\1a\82Ù\1cUÐv\18w²Ro5\rïX=((»ÿ®gæÔn];öÅ\95¾\91\8a¿ÈÈ\17\96w©+\b*\ad5\16\9bHMÝÕ¡j`0¾Ï}ÏÎ;ræTRDjim\1d²ö\89âuK®ªÉï\91(\89ÇgR»7\96tªÎ/Ûôl¤2Ûðòºp\9f¿<k\ª\ f¥\9aK\ 5Ü  x-\ 5t\8bËF¨t¦\ 1:D/1\râ \v \1c\0uª{\ 1¨_U\f@\85*(@üõ\0\0ogJ,évÙ\1c=Ðv\98x²Réë~\89ÒNÕùÁÄþ}W-È[ýèþ\93Ç<Rñç\9ci9?~Ósá
+*\ad'J\ 5'uWö\87\91/üÝâü5\8f\9d»Ø\92\14\9d\8e\9f?\e\16N0¾O¨SN,æú³\1a\8bÿËÕõ\85£þðT¤\92Û¼}C\8fDIØðÝ\1a\8az¦þ ¹*\ 6Ü    x-\ 5t\8bËF¨t¦\ 1:D/1\râ \v \1c\0uª{\ 1¨_=\f@\8bê(@öõ\0\0/hJ,\89\19%Ц\98{²RâÓ~=\12%\9dk\ 6\17Þ÷ì¼_?=«õÒ%\ fSü9o\9f:>óµ\r£7<\1d\94Ý\eT\ e\90\9d\94þ\9açU5ùW×\17ö]µ \89F\1d:sràó\8b\82òÞ=ãñ½Ý¦á]ê
+>ßüà=+ç\16¯[\12©ð.zskøgëÖP\94\e\17\8d\152àNÀk) [\6B¥\93\rP#z\89f\10\aY\0å\0hTÝ\v@ýêa\0ZTG\ 1\82¯\a\0x;SbITËÎ(\81\0\94\15ýñ´\8cÚ!\9f\9bòÀ\1dK\9a~³b¶g(þ"»Þ?ºrßë\97G\b\1f¾«Su~L¦\bÓ8ò×M\1d\19Fþ®gæ$˨='Þ[±wÇ\90µO\ 4e÷÷j\1a\11\8f½íZ74\8cÆØ\17WF-¿\8b\12T\ e\b\8f>7F2«eÀ\9d\80×R@·¸l\84J'\e Iô\12Ç \ e²\0Ê\ 1Pªº\17\80îUÂ\0\14©\9a\ 2¤^        \0ð\82¦Ç\92è\95\9dÑ\0m\8a1(+²³iY\8dÅ\99õ\85_h~ðksÇç­~ÔÓ\13\7f\91='ÞÛvôàO\97M\rÊîíRW`"5¥\83ß­¡è\86é£o\9dS>dí\13I\94êÀ©÷\7f±¼9\18wÏ?Õ\ e\89\81Q\1f5jfýÐð\9f\13¶¬\8aNxÏ´\Øúî\81åom\ f\8b\9fÏÊ\19p'àµ\14Ð-\91í
+Û¢Ò\ 5\13Ð$~0\80c\10\a\1c\0¥ª{\ 1¨_h`\0éÜ¢N\13HçßNN\16Ð0ª,­¼²-\1a ­1      eEme'J»7\96Ü0}ôͳÆ\86ÿg\ 4\87èpôìé¯?R\11LÊËj,¾ÆDj*¯\9c\ f\83ߥ® bóªä\1auèÌÉ;\97N  &\r\88\8dQáÆ~¡ùÁp\87k·®\8dNxÏ]liÞ¾!(¿/£¶ 7\8eJëgÀ\9d\80×R@·D³+ì\89J\17L@\99øÁ\0\82A\1cd\81r\0ôªî\ 5 {¡~\ 1¤y\91:J \9d\7f;9Y@ɨ²´\92ʶ\88\7f[c\18Ê\8aÚºvÊ\88NÕù+÷½îq\89¿AKkk¸n\99=®[C\91ÔÄ`õj\1aѱjPr\a'C£¾þHEFmAN¢4N{\enìâ]¯D*¿­\97.%^Y\1f\1fc¥µ4àNÀk) [¢Ù\15öD¥\v&I\9c\14Oü`\0Á \ e²@9\0zU÷\ 2нн\0Ò¼K\9d#\90¶¿\9d\1ck\1a\1ah'õ\8c6Ks£l\8bì·5\86¡¬¨|-qò°ÌúÂNÕùÛß;tâ¹\8b\97Z=.ñ×\b\r¹nêÈÏ7?\98+;©¿ÂC\f&ô[º{[x¬ç[/&Ñ«¯Î-ÏN\94æÄlo'ö_þÖö\96Öh5jõKk:×\fÎ\8e×ü¯¹TÀ\9d\80×R@·¸l\84Jç[,5p:,ÒK \988@\16(\a@µê^\0º\17º\17@̺Ô!\ 2éùÃÉ\992\8d\fN_¡¥\9bQöDöÛ\ 1#QVÒǦ²\1a\8b\83Ê\ 1×4\rß{òØ\9e\13ï]ò\98Ä_gû{\87®\9b:òÖ9åÝ\eKz$J$(Õ§Ñ;Uç\aãû,ݽ-\89\13©'.\9c»iæC_\9b;>çÃ?R¬ö¶¢ï\8a½;\92;íûç\94mz¶[CQØüñÖ[]\ 3î\ 4¼\96\ 2º%\82]aCTº`:qÇÊ.ð\84]\10\a\1c\0Õª{\ 1è^(^\0ºÔ!\ 2éùÃÉ\99R\8b\e|Phé¦\93=\11üvÀ`\94\95\94Õ³ixFmAP9 (ïýõG*6\1eÚ·õÝ\ 3\9e\8fø\e,\7fkûWç\96\7f{þÄÐ\9cn\rEB\94ê\ 3éÝ\eK:×\f^\7f\vïìi½\94´yô\83§O|yÖ¸Ìú¡¡T9qÙÛðïÒ¥®`á½á\8aÔ¤ÿàµ\8f\7fwAå\17§\8fά/\8cýÇ\8e\956àNÀk) ["Ø\156D¥\v¦#vÊd\ 3\ 5q\90\ 5Ê\ 1P­º\17\04¤Ö\ 5 K\9d \90\86¿\9a\1c(£xB\f\9d\96n:Ù\10Áo\1f\8cGYí?\91zù+~\ fßuÏʹËßÚ¾t÷¶M\87÷{2âoм}Ãí\8b\13ß\9c7¡cÕ ÌúÂk\9a\86ËQJ7@·\86¢`B¿¬Æâ\95û^O¢W\e\ fí»í\89Æp\85\8d\14\9f\19ɦá]ë\86f'J\93»·\7f\91!k\9f\bÿ\84\9dk\ 6\87G\9f\9b\ 6ª«nÀ\9d\80×R@·¸l\84JOgëô0¸GTjA\1cd\ 1\94C»¥Ì¾iWH\a\92\92A[§{!\14"C\fh-@Ì\ 5\1fñ\16ÉÙ\91\84\9f\92Ý\90úvÃ\90\94Õ\9eëò\aRËî-üÝâ\86\97×í>qÔ\ 3\11\7f\97¦m¿ÿ×æß\ 6\93ò2ë\v{\9aHMý¡Ô\ eU\ 3o\9e5¶yû\86EonM¢WkÞ~óksÇ\a\13ûgÔ\16Äëðo\91Y?4¨èû/ÓF-ÞõJÔ\82\¼nIVcq·\86¢Ü´±]{\ 3î\ 4¼\96\ 2ºÅe#Tzº\89§\87u\ e\ fÉI-\88\83,\80r\88N\9al2\1f \bhÿ¸Ùa2¨\\88\ 6g8£¸\01\97zÄò'·\ 3%\f-SÑ%»!õí\869)«­Wîäa=\12%\97'R'å=ðÂ\93á:~þ¬G!þ.µ[×\8eÙ°â\86é£;×\f6\91\1a\83©É.u\ 5Áø>7Ï\1a»t÷¶$zµx×+Ã\7fÿä¿-ª\r\e)6^\85\7f\91°c¿3\7fR\18\99ù;·D-Ë£7<\9dQ;¤{cIn:9¯Ã\ 1w\ 2^K\ 1Ýâ²\11*=öâ)^\ eÐ\92\93Ô\82\ 2(\87\94H\90Íç\86î\85|1\10ê\97í\88x\10\9c\ 5\8bX\aȸÈs\86\ 1!¯¬HvCäÛ\rÓRV\e®¦áY\8dÅ\1dª\ 6vo,\19²ö\89Ák\1f÷\ 4ÄÇ!ñÊú©¯¾\90Y_\18Lìß­¡ÈPj<¦&\7füXÝ}ÏÎKîPê²=¯Þ8cL0¾O\97º\82\98\r¥Þ2{Üò·¶G-Ë­\97.\8d}qe\18äìDiºi¯É\ 1w\ 2^K\ 1Ýâ²\11*=Þâi]\1a0\93\90Ô\82\ 2(\87\14\8a\8f\87î\85p\91\10ê\97ç\88x
+\9c\b\97(\a\b¸¼\13\86\ 1\e¯\94H¶BäÛ\13\ 3SV[\8c£vk(ʨ-èT\9dÿ\85æ\aÿó©\19\85¿[ìÙ\87¿Ë\89\vç\16¾ñÒÔW_\b\ 6\93ò²\13¥¹Ò\94ú\9fKîZ74¨\1c\9cò\17ÞÙ\93\ÁVíßyý´QWÕäÇf"5ÜÞÌúËÛû¥\99\ f\7fg¤â|ìÜ\990ε[×\ 6ãû¤§ü*\1dp'àÍ\14Ð-.\e¡Ïcé\9e²%\ 3K©È+\88\83,\80rHõÈ8\1a¶è^\b\14\e¡{éÍ|^A£2\rH\9fßK\8e\92-¤"\12\ fÓÐ"[!ïí\89±)ëÊ\ eI}8\91:ä«sËo_\9cøî\82ʱ/®ôÔÃßåÐ\99\93k\ fì\1a¿é¹`ìÝ\1dª\ 6\1aG\8dÁÊ\99<ìêúÂ.u\ 5?\Tó\8dG*¶\1d=\98DÁ^xgÏ\86C{¯ùpHö\9a\18}~7ÜÞï-¬
+·wýÁÝ\91Jôѳ§\87­_\16<|WǪAiû½cÅ\ e¸\13\0\\è\16\97\8d\10Ø8¹ç÷\e+èÊ@^A\1c \v\94CÌbâ°\98£{!G´ä\f(Mx\8e\81cZ\1a|\16\ 4\88\f»èÄÀXZd+ä½=1<e]©Õ½±¤[CÑ-³Çýkóo\97¿µÝÃ\ e\1f\87ÃgNî<~$\7fÍcÁ¸{2j\87¤í\b\86R\13¥Ù\89ÒoÍ\9bð¥\99\ f\1f?\7f6\89\82µ^º´îÀî 2¯cõ \98}\817«±øúi£ö\9d<\1eµP\1f;w¦ðw\8b\83òÞi\1e\ e¸\13\0\\è\16\97\8d\10Ø\18¸çg\e7xË=ðJ\1c \v\94\ 3âìø£{!>ää\ f\98Ìp¾\81o\8a\1a|\16\ 4\b\vÇHŽØXd\1fä½\9d1?e]\91\ f#\86ë\86飳\1a\8b·¿wÈc\ e\1f\93Ó-ç\7fºlj0±\7fhÎ5&Rã²²?\1cJýÚÜñɵë|ëÅcçά?¸;\98\94\17ËÊíÕ4âèÙÓQ\võ\99\96\v\ 3\9f_\14\86Z¢5<àN\0pq¡["e\82­\10XÁt(ôP, \1e© \ e²@9\88\ 6E\89¤{!2\14\85îå0·¹\aâ)j\90Y
+ )Lc\17ñâí\8f}\90ôvÆ\b\95u\ 5\86¤\1a\7f\1e;w¦õÒ%Ï8||n_\9cȨ-\90 \98­ÿQ?ô\e\8fT$½\ræïÜ\12T\ eÈ\8dã\ ewo,éÙ4<¹\1f¢ýkô]µ Su¾\14\98K\ 5Ü      \0..t\8bËF\blÊéç\17\1aI\14\vå@*q\80,P\ ei\1e
+\aJ'Ý\va!*\9d@]J\93\10\f\14\130G
+ #|#\18åR]!û ìí\8cÉ\11ë\93¬¦áY\8dÅÿT;$¨\1cpó¬±GÏ\9e\8eàgû\10e¾9oÂ\rÓG÷j\1a\91\9d(\15¨ØÔBX\bw.\9d\12¶AÒG&g¼¶1,¨\1e\89\92\9c\18ípîäa]ê
+n\99=.\9a\95\92¦\7f\996êÚ)\ f\bµ¹TÀ\9d\0àâB·¸l\84À¦P0ý0ã\89\eH%\ e\90\ 5ÊA\1c¸J*>CL¸Ê+\90\96Él\ 4\15\ 5\ 4L\16\ 1H\aëÈÆ·xÈc\1fļ\9d19býC«gÓð\8cÚ\82`Ü=¿~zÖÎãGv\1c;¼çÄ{\9e\98\9c¸pî\96Ùã¾3\7fRv¢4«±8G¦âR\v
+\82²{\7f¹|ú;§O$×±\876>sÓÌ\87n\9c1¦[CQ\9cv8³¾0\18ßç\9bó&D³rïXÒ\14\86:ÜsC©æR\ 1w\ 2\80\8b\vÝâ²\11\ 2\9b*Áô\93\8c\85i`\948@\16(\aA +»È\fé -»ÀU\ es\12´\14\rp\98ÿ\10\rúñ\8d\91Ç&\88yûcrÄúø\83Q\1d«\ 6\ 5\ fßU¼nÉsûßØwò¸Ç\19>>Û\8e\1eüÎüI?~¬.£¶ ³¾ÐDj\9c\9a!(»¿ðw\8bÃZØ{òXr5\eõ\87§®¹<;?$«±87.;Ü«iDPÑ÷g˦­yûÍíï\1d\8a`ºï\:%Üð\1e\89\12q0\97
\13\0\\è\96h\9a`\1f\ 4V0\95$at\vhÆ(\88\83,P\ e"@Z\8eé^\88\ 6oA0\96²\97\9c §P\80Ãü\87P0\90x4\8b·96AÆÛ\1f\93#Öß]9\93\87\ 5\93ò\82òû*6¯\9aûú¦ÃgNz\90áã³rßëw.\9dòãÇê\82Ê\ 1
+re*.+<ÊðL\83\f|~Ñ¡d×Âàµ\8fÿfÅìë§\8dʬ\1f\1a'Ç.\ f¥\8eïó³eÓv\1c;\1cÍ\80ÿbys\98k\9fI5\97
\13\0\\è\16\97\8d\10Øè\aÓo0Îè\16p\8cQ\10\a\1cøÏ[\9aq\18BÁ^Ð\8c\9cÔe)ø)\ eà0ù!\11\1eÇâj\8eM\90ñöÇä\88õ×¾\81Ø­¡èòÐÙ¤¼NÕùµ[×Vny¾¥µÕ#\fÿ\10Ëö¼úåÙã\82 ýºÔ\15\84RIV\9cV0±ÿÃ\e\9f\99¸yõñóg\93«Ù°õ˺Ö\ríP50N\9fI½ü\89êêAAÙ½?[6mçñw£\16í#gNõ]µ \ácB\16Ì¥\ 2î\ 4\0\17\17ºÅe#\ 46âÁôë\8b\ 5ì¢\13ÄA\16(\aæS\97l\ 4\86D\10\18dc&c\89
+¢Ê\ 2\bL~\88\ 3\15éG°x\9bc\13d¼ý19býù0Tf}a0¡ß\17§\8f\1e³aÅè\rO\8f}q¥'\17þQ\1ey}sÙ¦g¿9oBP\99g"5NßHíÞXÒ¡j`§êüÂß-N®cç[/\86\1d\15\16TǪA=\12%qû\16íÄþýW/\f7yïÉcQKwøGúù\93ÍAyïpç}\ 1Ù\*àN\0pq¡[\6B`#\1eL?½È£^@-:A\1cd\81r ={)Ç^È\ 2\87Á7ZÒ\95« « \80½Ì\87,\10\92\84ì\8a½66AÀÛ\1f\93\9fN¤v­\e\1aLÊûæ¼     w=3§iÛï=°ð      \98¿sËì\1d/^7udPÑ7³¾ÐPjLVÓð¬Æâ\ eU\ 3Ã\ 3í¿zaþ\9aÇ\92«Ù±sg
+\7f·8(»?~ßëÌ\99<ì3U\83~þdóùÖ\8b\11\fø®÷\8fþrùô ¼w¯¦\11ra.\15p'\0¸¸Ð-.\e!°Q\ e¦\1f]üQ/à\15\9d \ e²@9p\9eÀ¬£.¤\80Ã`\1d'¹JZ0V\ 4À^æC\10hÉC^\ 1\ 2ÞF\98\1c±Â\95Y?´kÝÐNÕùß[XõãÇê\16ïzÅ£
+ÿ(\17[[\97¿µ}Ù\9eWC\91\82\89ý³\1a\8b¯1\91\1a£Ïw\86\15\8c1ÿwISñº%É5ííSÇ\97îÞ6ê\ fO\ 5e÷Æiê9ÜäìDi\97º\82«ë\vï\:%\9a1ßõþÑ\8f¾\94j(Õ\*àN\0pq¡[RÅ\ 4\9b °é\99M?·ø\ 3\15\9d \ e²@9\10\9eÃÄ\ 3£D\80Æà\1e!)
+êR\97ü .ó!\ 2Ì$$©\0énSL\8e¤óÊ\99<¬[CQ¸¾¿°úG\8bjo\995nÓáý\1eRøG9qáÜÆCûæïÜ\12\94÷\ e*\aä\bW¼&R»7\96t©+\b\8fµbóª¤Ëvðô\89{VÎ\r\1e¾«sÍà\98}\8a7Üç^M#~ðhõí\8b\13ÑLúÞ\93Çî\:%\98ÐÏG\90Í¥\ 2î\ 4\0\17\17º%\85L°  \ 2\9bnñôC\8b?\10\aFÑ    â \v\94\ 3ÕiL?\90\96ÿL\ 6\ 3©HN\10\98½ !ui\ fþó\93\93\8c\ 2¤»\1d09\92\13©Ý\13\93\87Ý:§ü˳Ç]òdÂ'âÄ\85s{O\1e«Üò|PvoFí\10\1fH\8dßÊj,¾qÆ\98^M#j·®M®lGÎ\9cÚwòøoVÌ\ e\8fß\d\8fDI¸Õ¿zjF4\93~èÌÉý'\8fß¾8\11LÊ3\94j.\15p'\0¸¸Ð-\80ÀF0\9e~_Q\b¢A'.A\1cd\81rà9\93\19\bÆ\92\9fÌ !\ f9    \ e3\19´ç-íA~\8aÒ\92N\80t·'&GÒs(õò`QÓðï-¬òHÂ'æ|ëÅÁk\1f\ f&ôËj,Î\95¬XvE¢ôª\9aüÅ»^Iºlç.¶üpQMÇêA=>\1c¨\8f_'gÔ\16ÜõÌ\9ch&ýìÅ\96¯Ì)ûlÍàìD©¤\9bK\ 5Ü  \0..t\vÒ0\ 2\ 2\eñ=ôËJÉC@¸Ä%\88\83,P\ e$'3\ fAWÎó\19Td !Af2\83ð¼\ 5\81\99ÏRrr    \92\92\12vÅ,\8f&GÒjå~øU¾ rÀ/\967\9f»Ør¾õ¢G\12>1y«\1fí\38G²âû¥Ô`bÿåomo½\94ü/*\7fwAeøçÉ\89c'wo, ÷ù¾gçE¶\90o\9e56üCJº¹TÀ\9d\0àNR·\80ómd\9dxÚ:(y?    ¸Ä%\88\83,P\ e\fç3¨ÈUÂ\83Ïl¤\1fØÈjJ\83ê¤\ 5çiOTð\93K\88r.Dû/br$-VÓð\8cÚ\82Î5\83\83²{\v\7f·øíSÇ\8f\9d;ãa\84OÌO\97M½qÆ\98ë¦\8eì\91(\91¯X~R¹CÕÀ-GÞÞ\7fòxKkk\12M»ôáPä\97g\8fËýðã­1Ûç\9e\83ñ}ÆlX\11îóñóg£\19ö/Ï\1a\97=¹ÔPª¹TÀ\9d\0àîE·\80äm§¢xj9èy?       \88Ä%\88\83,P\ eô¦4ØHT¶\83Ò\9cä\1exHlV\83ç¤\ 5ç9ÏU°\94HH­\14Èõ\aæRÓ`u¨\1a\18\94Ý;ëµ\8dÛ\8e\1eÜtxÿѳ§=\86ð\89ùÑ¢Ú\1f<Zݳix·\86¢ìØÍ  ú\9eòåo¤NÊ˨-Øxh_Òe;ÝráÖ9å¡iY\r1üRêå¡Ô²û\1fÞøLdÿ+\ 1áþ\7fuîåý7\94j.\15p'\0¸\8aÑ- v\9bj)\9eú\rª^y²\88H\10\a\1c¸Íj\10\92¥T\a±iI9ð\8dÞÜ\ 6É\19\vÂ\13\9e± *\8b\90ºò§m®M\8eÄu¾¬{cI0±\7fP9`éîmËßÚ~¾õ¢§\ f>1ÇÎ\9dù÷Çêï\:%³¾°kÝP\13©ñ\9b\91̬\1f\1a\8cïsÃôÑ+÷½¾æí7\93®Ü;§O|{þÄ\8cÚ!±Üð°\99\83q÷<¼ñ\99\13\17ÎE0ï;\8e\1dþÑ¢ÚÛ\9eh\8cëþ\9bK\ 5Ü        \0îdt\v(\1d)?ÅS¹AÛ«P
+\11      â \v\94\ 3±Y\r\94äà63ùF?0\9cá`8cAxÂ\93\16\10ÒAÑ\98åÑäH\9cV¯¦\11\86\ 6\93ò\82\8a¾á¿?òúæù;·xèàÓ°õÝ\ 3¿zjÆÏ\9fl\ e\f©Åµ7\82\89ý¿¿°zÆk\eWî{=éÊm:¼?Tî§Ë¦\ 6\95\ 3rc·ÛÙ\89Ò°¢\9b¶ý¾yû\86s\17["\18ù-GÞþöü\89¡\12\19µ\ 5¹\ 2b.\15p'\0¸\9cÑ-`rÛ\8b*\9ej\r
+_\97ò\87H\10\a\1cXMl0\93¢\f\a·ÉI6î\81ç<\a½é
+¶³\9dº +\7f¨\9e\ e¢Æì¯ir$6\9f;̨\1d\12\94÷þþÂêê\97ÖTl^5÷õM\1e7ø4¬Ü÷ú\90µOܱ¤)\18ߧsÍàÐ1A\8b_o|¶fpP~ßÿ^0ií\81]Q°nýÁÝß]P\19*\17\16\94k\1a\9eÕX\1cLº<Ü]¹åùȦ~á½\97÷\7fb\7fy7\97
\13\0\Ñè\16p¸Ýt\15O\85\ 6\85¯QùC$\88\83,P\ e\94æ6ÈÉOz\83Ûü$\eñ@u¶\83Û\\ 5Õ©N`0\96<$O\accö·39\12\83q§Î5\83\83\8a¾w,iê¿zásûßð\94Á§déîm\95[\9e¿<\9eVÞ;nã\81Ö\9f\f¥\ 6\13ûÿlÙ´°7^xgOÒ­[±wÇÄÍ«ÿý±ú\18\ eE^þï\ 6\14\7udñº%c6¬\88lðÿk(ØPª¹TÀ\9d\0à¢F·\80Àík¬x\92\ 1:_¯\92\87E\10\a\1cøLoð\93\9cô\ 6½ùI3Ö\81í\84\a·¹
+ªó\9cÀà-yè\9d\ eÒÆì¯fr$uWÎäa\19µC:T\rüÙ²iáÚþÞ!Ï\17|zVìÝqý´QÁø>\99õC\8d§ÅuýSí\90 rÀ÷\17Tízÿh\14¬[½ÿ\8d/Í|8(ïÝ¥® WÓ\88ø\r¥~nÊ\ 3\15\9bWE6õkÞ~sþÎ-ß_X\1d\1f·ý7\97
\13\0ÜÕè\16P7òÞ\8a'\1f öµ+sX\ 4q\90\ 5Ê\81Ìô\ 6EÉÉm0\9c¥\ 4ã\e8Ïy\10\9b«à9Éi\fê2\87Øé nÌþR&GRkåN\1eÖ#Q\92Y_\98Y?´[CÑ\1dK\9aþmQí\89\vç<YðéY{`W¸BǺÖ\r½ÆDj|çÙÃ\ 2¹}qâÿ,¬>ræTÒ­[\7fpwhÝç\9b\1fì\38fsÐa\94²\1a\8bÿW¯¦\11\95[\9e\8flð7\1eÚ\17îÿ\87£è\85FÑÍ¥\ 2î\ 4\076º\ 5¤E\14âiÇ öu,sX\ 4q\90\ 5Ê\81É\f'*\98Éj0\9c¨\ 4#\ehÏ|°\9a¨à9Ã\99\föÒ\86Ò\888&GRhe'J»5\14]7uäw\17T~gþ¤\1f?VG`|zη^Üvôàú\83»\83Ê\ 1\1dª\ 6öH\94ä\8a[L'R³\1a\8bÃó\r\v$"îm:¼?ãÃ/·vo\8c¡uW×\17Þ<kìM3\1fjxy]dã¿óø\91^M#ºÖ\r\95zs©\80;\ 1À½\8dn\ 1c\11\85xÚ+h~5K\e\16A\1cd\81r`2ÃÁUfò\19$ç*µ\98\ 6ò\93\1f\94&*xÎp&\83½´!3R\ 2\93#©2PÖ½±ä_¦\8dêÕ4¢ïª\ 5¼Å\15áìÅ\96ÃgN.ÞõJ0¾OFm\81 Å¸@z$JÂöøâôÑß\99?)éâµ´¶\86âm}÷@\87ª\81qÝópÃÿG]a\18®ÈÆÿÒ\a\1fì?y<«±8|¸È\88¹TÀ\9d\0àöF·\80¨\88B<m\144¿¾¥\r\8b \ e²@9Ð\98äà*-ù\f\92Ó\95ZL\ 3ÿÉ\ f>\13\15$§7\9fÁaÎÐ\18©\82É\91\94X=\9b\86\1aôðÆg\18\8b+Bë¥K\17/µÖn]\e\9f\9d(\15±x¯ÜÉúÖ\r½cIS\14Ü»ôÁ\a+öî\b&åÅ[¼\ eU\ 3ÿf4ã\1f\1eA\18ÿý§\8e\17J\87¹TÀ\9d\0à\ 2\80¥Hz<í\ f\94¿Êå\f\8b \ e²@9p\98ä +-É\f\9e3\96T4\83\14H\ 1ÈLQ\90\9cÛ\94\ 6\8d    Ã^¤\1c&G¢¼2ë\v»Ö\r\rÆ÷\99õÚÆãçÏ\9e»ØÂX\\11\8a×-éÖPtÝÔ\91Ù\89Ò\1cY\8bñj\1a\1eLìß\7fõ°@N·\9c\8f\82{\8bw½òÙ\9aÁ1\16/³~h¸çÏí\7fãâ¥ÖhÆ\7fá½á\1fòóÍ\ fæ\98I7\97
\13\0Üäè\16ð\13É\8e§Í\81ò×½\9c¡\10ÄA\16(\a\ 2ó\1c\8cå$\99ÁsÒ\92\8a`\90\ 5A\0\8d)
+\92s\9bÒ 1a¨\8bTÄäH\ 4¿lØ#QÒ±zPǪA\9b\ eïßsâ½7\8f¿{ÖD*®\10¿~zÖͳÆ^?mT·\86"_J\8d÷G\963j\87\ 4ãîÉ_óرsg¢à^íÖµ¡x7Í|(t/\96{Þ½±¤síàmG\ f\86¥\1dÙ¡Ô5o¿\99\93(\r\8f |Ð\88\89¹TÀ\9d\0à2G·\80\9cHn<í\fô¿\ 6&\f\7f \ e²@9\10\98ç`,'\99\fªó\96\828\88\ 38ÌO0\9cØ 6\99ÙBZ¤(&G"5GÖ­¡(\98Ðï\7fN\19±ñоpñ\13W\90\9f,\9eü\1f\8f×÷j\1aѵnh\8fDI®ÐźL\82²û'n^½îÀî#gNEA¿\8aÍ«Bå2j\87d5\16çÆñ¿'\90Y_\98ÕP\1cñÞ^±wÇõSG\85\r þæR\ 1w\ 2\80û\1cÝ\ 2f"¹ñ´'ÐÿJ\98\81\ 2åÀ^ª\83·\84ä0¨N]:Q\vB!\11 0?ÁpV\83Ø|f\vc\91Ò\98\1cIúêÕ4¢sÍà`R^Pvÿ·æMXº{Û\9a·ßd&®,?[6­kÝÐ\8cÚ\82ìD©\91´\18¯\9cÉÃ>*\93±/®<qá\\14Ü\e¶~ÙÏ\9fl¾qÆ\98.u\ 5×4\r\8fß\bpf}aPÑ÷Ú)#\9eÛ¿3Ê%ðø®\97o\98>:|ÜÄï\14Ì¥\ 2î\ 4\0¸ÒÑ-´DjÅÓ\86@ÿëaÂð\aâ \v\94\ 3\ eö\12\92À`;u¹Ä+\b\85\\80Àä\ 4½Y\r\99*\Eªcr$¹\ 3M\1d«\a\ 5ãîùÍ\8aÙÍÛ74¼¼ní\81]\9cÄ\15ä\9dÓ'îY9÷¾gçu¨\1a(qñ^¹\93\87uo,  \ f:l\92p]¼Ô\1a\ 5\ 3Gýá©\8fþTY\8dű\1cJ\r*ó¾5oBÓ¶ß/ݽ-²=0õÕ\17ú®Zð\8dG*:V\rêi(Õ\*àN\0p±£[ÀI$/\9e\ 2\1e\ 1ª\98\81\ 2åÀ[¶\83Àld/ØÎ^"ñ
+r\ 1v\11\98\9c 7¥AoVS\85¥\88\a&G\92µ:T\r\f*úæ­~tØúe»Þ?JE\Y¶¾{ Të®gæ\ 4ãûtªÎ÷\8dÔ8¯¦áY\8dÅAe^f}aÅæU\111pô\86§Ë6=Ûµnh·\86¢Ü8þW\ 52j\87\84áúÚÜñ+öî\88r\154oßpÝÔ\91Á\84\1e\86RÍ¥\ 2î\ 4\0w;º\ 5\84D\12ãi\1fà\11 \8aÙB!\88\83,P\ e¼e;\bÌFê\82í\ 4&\12¯ \1a\90\vö\92\13ôæ3\18Îm\9eð\13±ÁäH;\7fаG¢¤Su~çÚÁy«\1f½ïÙy§[.\90\10W\96u\av7¼¼îÎ¥S\82q÷\U\93o\12-Þß\îÖP\14LÊû|ó\83\ 3\9f_4fÃ\8a(\18xöbËÈ\17\96\a\15}Ã?Xv¢4\96C©á_íöÅ\89{VÎ]µ\7fg\94Û`þÎ-á\1f¸K]Á5zÀ\*àN\0p½£[ÀF$5\9e6\ 1\1e\ 1
+\99\81\ 2å@Z¶\83Ãl¤.\bO`\16\91
\ 1é .3Ao>\83áÄæ  ?\11'L\8e´Û×\f»Ô\15\19ܳiø¯\9f\9eu×3s¸\87+ÎÚ\ 3»\96îÞö\9dù\93\82²û3j\vz5\8d\90¾x\17Ëgk\ 6ß:§üÎ¥S&n^\1d\ 5\ 3\ f\9f9¹èÍ­\15\9bW\ 5å½ã:\b\99;yØgª\ 6}cnŶ£\a#^\bËßÚÞµnèÕõ\85>\97l.\15p'\0¸áÑ- "\0O\ 1¨eª\90\aâ \v\94c,ØNc6\82·\84\a\87)Ä(È\88\80ð\16Ìä6\99Arzó\ 4ÌÄ\15ÄäH[O0e5\16\ e¹iæC·=Ñø\83G«û¯^È:\q6\1eÚ\17®ÏMy ¨èÛ­¡È7RÓ¤X®\9d2bÎ\8eM\11\91ðÐ\99\93\ 3\9f_\14<|W§êØ~¥7\fW\97º\82/Í|xßÉã\91m\83\96ÖÖõ\aw¯ÞÿF\87ª\81Ý\eK\f¥\9aK\ 5Ü     \0.yt\vx\bÀS\0\9a\99\81\ 2å\18\vÂÓ\98\8a -çÁdþР       2" ¼\ 53¹Ídð\9cä$\ 1'qe19Òv«G¢¤[CÑM3\1fº~Ú¨\86\97×\91\rW\9c\96ÖÖ7\8f¿»åÈÛ\9dªó;V\ f
+\953\83\96\ e+«¡øæYc¯\9f:êñ]/GÁÃ#gN\85\1e^\1eJ­è\1d×\89Ô\9cÉò\13¥_\7f¤âÆ\19c\8e\9e=\1dÙN8w±eþÎ-Ayï°\13$Å\*àN\0pÏ£[@B\0\9e\ 2PÎT!\ fÄA\16(GW\10\9eÉT\ 4ii\ f&\93\87K\10\131!-hÉm&\83ç$'        \b\89¶ÀäH[\8c/}4Áô¯Í¿íZ7tÙ\9eWi\86¶ ¥µuÅÞ\1dÁ\84~\99õCå.}ê%ì\96°X6\1dÞ\1f\11\ f\9cÿ¿K\9a\82\89ý³\1a\8bã:\16\9d\93(\r·ý˳ÇE¼\13η^|äõÍa'\98O7\97
\13\0 [À@\0\1e\ 4ÐÏ<!\ fÄA\16(GW\10\9eÌT\ 4]i\ f23\87H\10\16Ia,hIl\1a\83í<g\b\b\89¶ÃäÈ\15\1fN0uªÎßúî\81\8b\97Z/\91\fmò=¯v¨\1a(qéV/\9f©Éßvô`t\8aå¶'\1a»Ö\r\8d÷,pf}áWæ\94µ^\8az\9dÏxm£N0\97
\13\0\90ÎW=Î\9d~\0üÈ\84\8aæ       y \ e²@9p\95ó|\ 6\ f¹J{ð\999D\82°\b\v\18ËIbÓ\18lç9CÀF´\ f&G®ÈÊ\9d<¬{cI\87ª\81_h~ðÈ\99Sá:|ædô\87\98\90¢4¼¼.ôíóÍ\ f\86ÿ\94¾t¨\97\1e\89\92«jòÃ\7f¾súDtºå\e\8fTÜ8cL¯¦\11Ù\89Òxn~Óð°Õo{¢1¬ôcçÎD¼\16&o[ÿOµCBIDÆ\*àN\0@`.\15Ü\ 3àA\0\13ò@\1cd\81rD\ 5ç)ÍCp\95ùà3gX\ 4\91\91\17º\82\93Äæ0\bÏvz\80\87hKL\8e|ÊÕ³ixfýР¼÷\ f\1e­ÞþÞ¡]ï\1f%\15Ú\8e\97}yö¸\eg\8cɬ/4\80\96&\ró\99\9aü[f\8f\vëeçñ#ÑQñÛó'vO\94d5\16çÄwç\83        ýî\:åÀ©÷#^\v#_XþåÙcÃZèÖP$2æR\ 1w\ 2\0ÒùÂǹs\ f\80\1f\99ÐÒ<!\ fÄA\16(\a²q\9eÒà!Q\99\ fJs\86B\10\19\91\ 1]9Éj\ e\83ölç\ 6H\88öÁäÈ'\1eYêT\9d\1f\vÆÞýë§g=·ÿ\8d\1dÇ\ eÓ    mGïçæßöDãõÓFeÔ\ eÉj,Î\15ø¯^M#ºÔ\15\ 4e÷~ã\91\8a­ï\1e\88\88\87\aO\9føÞªPÅ®uCsâ»óWÕä\87Ýþ\8båÍ{NDý?50ü÷O\86\7ffµ`.\15p'\0À\9d\8fn!\1e\0x\16èj\920\aâ \v\94\ 3ÓhÏj\90\90¨ $¥9C!H\8dÔ\80«\84d5\87Áy¶Ó\ 3\fD»arä\13¬ r@Pvï\98\r+\16½¹uö\8e\17ß<þ.\91ÐvÜõÌ\9cû\9e\9d×#QrUM~÷Æ\12£gi2\94\1aTôýÙ²is_ß´ñо\88¨¸ãØáïί\f\v0£¶ ÆÿÍ\81 ìþ!k\9f\b»=úß¿þh(5³¾P-\98K\ 5Ü     \0pí£[X\a\0\9e\ 5ê\9a\81\ 2åÀ4Ú³\1a$d)8ÉjÂð\a²#8 *!YM`Ð\9eóÜ\0ýÐn\98\1cù\98+wò°î\8d%Ae^P9 bóªp\9di¹À\1f´\1d\9eî¿záÀç\17\1aØ©:?;Qjô,\8d¾Å\vïO\16OÞvô`Dl\{`Whã\9d\ 4\13û\87\7fÂØî\7fÓð`|\9fÞÏÍ?ræTô+bÌ\86\15Y\rÅÝ\1a\8a4\83¹TÀ\9d\0\0×>º\85u\0àY ®IÂ\1c\88\83,P\ e4£=±AB\96\82ù¬&\fy >²\ 3\96\12\92Ò\ 4\ 6ù9O\fp\ fí\89É\91¿;#\96Y_رjP0)/{ré¨?<\15.Ú MÙqìð\98\r+ú®Z\10\94÷îP5P\fÓjþ=\98Øÿ¾gç\r^ûøÎãG""ä\9a·ßüÖ¼    ¡\8d\19µCâ:\94\9a\93(ý¨çïzfNôÿ\9b\ 3e\9b\9e\9d¸yux\1cY\rÅ\86RÍ¥\ 2î\ 4\0¸ùÑ-¬\ 3\0Ï\ 2uM\12æ@\1cd\81r (í\89\r\12²\14äg5[È\ 3ñ\11\1f°\94\8d\94&0ÈÏyb\80{hgL\8eüí\89Ô`RÞWç\96÷_½ð¾gç\8dÙ°\820hS6\1dÞß¼}Ã\7f>5#\18{w§êü8\7f\98Òú³¹ÈÎ5\83;V\rºcIÓ\89\vç""ä\8a½;f½¶ñ»\v*\83\89ý{5\8d\88ñ·°Ã¶\ f\9e\95s#^\11g/¶\8cÞðt0¾Oøl
+\9d\11\1c\80;\ 1\0n~t\vå\0Àã@c3\849\10\a\1c(Ê|b\83\81\14\ 5ù¹M\15Ú@\88$\b\14e#¥Ù\vþÓ\9e\15 \1eÚ\1f\93#\7f¾2ë\v»Ö\rýLÕ ïÌ\9fô£Eµ\8f¼¾\99'h\a¶¾{àò\0`Ù½\19µCâ:\ 3hýùPdv¢´K]AVcñÏ\9flþÉâÉÑ\11\81Ý×M\1d\19\r+1\96\97'R\13%aÜz$J¢?\91\1arüüÙ1\eV\ 4\9bX7\97
\13\0àòG·ð\r\0<\11\946=\98\ 3q\90\ 5Ê\81¢Ì'6\18HQ\90\9fÛT¡\r\84H\82@Q6R\1aìå?íY\ 1â!\89\98\1cùÿ¾W8yXVCq·\86¢ï.¨üá¢\9a\9bg\8d]{`\17\ el\7fïÐÖw\ f|sÞ\84\ eU\ 3M\9c¥ÕÊj,þÜ\94\a¾·°êÎ¥S¢#dh㶣\a³\13¥\99õ\85¹ñ\9d\b\ eÛþúi£¾3\7fÒ]ÏÌ\89xE\1c9sjÓáýe\9b\9e5\94j.\15p'\0Àå\8f\e\0x"(mz0\aâ \v\94\ 3?\99Ïm0\90\9f ?½©Â\19È\91\10\81\9fl¤4¨Ë\7f°\ 2\94CÒ19òÑDj\8fDIø/·Ì\1e\8c1§[.\10\ 3íÀ¥\ f>8pêý\83§O\;eD\87ª\81Ý\eKrå1}j'Q\1a\9e\86¢û\9e\9d\17\1d'/^jÝpho0)¯sÍàìDi\8c÷?ÜüÌúÂÂß-\8e~Q\1c?\7f¶ÿê\85AÙý]ë\86\1aJ5\97
\13\0àþG·\90\r\0<\11ô6=\98\ 3q\90\ 5Ê\81\9f̧7\18HNð\9fÞ<!\fäH\94ÀO*ò\19Ô\15\ 1°\ 2\94CÒ19\923yØåI\9f¦á_\7f¤\82\ fh\1fZ/]:{±eçñ#\9dk\ 6wk(Ê1Ã\95~µsí\94\11\86ö]µ RN¾ðÎ\9e r@:ìÿgª\ 6=ðÂ\93Ñï\8aó­\17ï{v^x(\86ÖÍ¥\ 2î\ 4\0¸ÿÑ-L\ 3\0O\ 4ÕM\ fæ@\1cd\81r 'ó\19\ e\ 6\92\13ü§7I\b\ 3i\12%\90\93\8a|\ 6\0i.¿£ç\e¢CÚ\ e\8cä~ø½¼n\rEAå\80;\964\9di¹pöb\v\1fÐ>¬ÞÿFFí\90ë¦\8e4\91\9a\9eå\13Lè7öÅ\95\9c\18\11'\17½¹õ³5\83cïd¸ùY\8dÅAEß1\eVDgóÿ\ 6¿Y1;£¶@Q\98K\ 5Ü        \0p\ 5¤[\98\ 6\0\9e\bª\9b\1eÌ\81\ 2å@Nþ3\1cÜc&øÏp\92\10\ 6Ò$J '\15ù\fÞJ\ 1øïèÉ\86è\90\86£"=\9b\86\16\ 4\8eúÃSo\9f:¾ïäñ£gO3\ 1íÃ\8c×6\;yø\8d3Æd5\16g'J\8dn¥×º\>CÂò©Ø¼êtËù(i¹ñêúÂø;Ù4<(ï\1dþe÷\9e<\16©ýÿküçS3þ¹¡¸G¢DvÌ¥\ 2î\ 4\0¸\ 5Ò-4\ 3\0\8f\ 3íÍ\10æ@\1cd\81r`&ÿI\ eî1\13üg8IØ\ 2\81\12(0\93\87d\ 6o\ 5\ 1"àÜ\99\86è\90ns"\1dª\ 6\ 6ãîiÚöû\8d\87ö\1d;w\86\0h7ÆlXñµ¹ã¿4óá.u\ 5Y\8dŹæ¶ÒiåL\1e\16T\ e\bÊï{äõÍaù\9c¸p."Z\8e}qåGZfÖ\17æÆ~ÿËîoÞ¾áLË\85è×ÅmO4þpQM¯¦\11Ý\e\r¥\9aK\ 5Ü    \0p\v¤[h\ 6\0\1e
+
+\9c\e´\81\ 2å@Kþó\1cÜ£%øOr\86°\ 52%P`&\ f\99\fÞ\8a\ 3D\80\ f4C´H\87\ f\14f5\16\a\93ò.¯\89ý\17¾ñÒ²=¯\9emiqôh7\ 6¯}üÎ¥S¾ÐüàU5ù¡\8d¡\93&¶ÒgåN\1eÖ½±¤Su~Ø<ËßÚÞÒÚ\1a\1d3ÇlXÑ«iD¼µühÿ;T\r\º{[x\ 4\17/µF¿1îXÒ\94Y_Ø¥® ;Qj\80Ý\*àN\0\80\8b ÝÂ1\0ðPÐáÜ \rÄA\16(\a\9fäà\1e-!\ 2\ 6U Y2\ 5\90É ­8@
+ø@3D\8d\18\8f\84ôl\1a\9eY?4¨èûùæ\açìØ\14®Ù;^tâhOú¯^\18®\9cDiÇêA&RÓm\85\15Ô­¡(\98Ð/üçü\9d["efñº%}W-¸nêÈ®uCã¬åå§@a¸\1ey}óÿÃÞ\9d\ay]ßù¾ÿ\16\92\10\ 2}è>Ðmc&\8e¥ÉXVÌÍXã\98Ä{ÍÍV\93\94\95ÊÔ±\92Ê©d*U)W¶j \81Þ\eÅ\8d¥÷õ×ýë\ 6ZVADD\11DD\ 4A\ 4\11Q ([Xeii\96n\96¦Ûû\ 5ÎMÍ\993\93¨\ 1ü-\8f\8bòÏîþ<_¯_æ]õ\9e_\4ÆÙ®ó¿y©¥gM¶ø¸K\ 5ì\ 4\0X\ 4é\16\82\ 1\80\ f\ 5\rÚ@\1cd\81r %ùÁsúÑ\12"@rnP\ 5\92%V %    É\fÒB\16¤\80\ f\1c\92¨ç`½ëF\a¥\83ï\9c[9áíeó¶¿ë¡q5iï<\9bûÆÂüÕ/ô¨\1e\11Î\80h\81/=L£Ô\9e5Ù·L\7f²tÃò)[ÖÆ\94\9fO¬[Ú§~LP5<\81o¥Ã¿\7f¿HnP1,üïXûûÿW´\9enÿýË3Â\9fY]¸K\ 5ì\ 4\0Ø\ 5é\16\82\ 1\80\ f\ 5\rÚ@\1cd\81rà$ÿAuîq\12"Àsnð\ 4\92%\ %\ 3\99\fÒB\1c\ 4\81\ fìB,\93H7 \99ME½jGõ¬É\ eÊ\86Üý|ã\90×\9eYºg\9b'ÆUæpÇÉÁËç\ 6%\ fö¨\1eá2+9/RûÖç\ 4åCÿá©ÇgmÛ\10;f\9e9ßYµñõ\8awV\ 4UÃÓ£\85     \7f\14ü\8f³&e¯ZÐðÞêØ/\8d\ fÛ\8e\84ï\92µâÙ tð@ߪì.\15°\13\0`\1d¤[Ø\ 5\0>\14497h\ 3q\90\ 5Ê\81\93"\0ª\13\8f\93\10\ 1\9e\13\83'\10\ 2-IHc\90\16\12!\b|`\17b\9bĸþÈh*ê]7ºgMöÿ\Ürÿ²Ù÷¼8yã\91ý\1e\17W\99\1dmGg\7f°aôªç\83I\ f9.Kƹt\91Z5ü®gª~µhÊÜ\ f\8e\9cÇÎt\14¿ùR0é\81ðÇKì'H\89ä\86¿ã7Z\1e\8b©£à¿À¶c\87ÃϬ`Â}áGØuÍcåÈ]*`'\0À:H·°\v\0|(hrnÐ\ 6â \v\94\ 3!E\0l'\1e'!\ 2<'\ 6O _\92\ 5N\92\90Æ -\84B\10È@-Ä8qýí¨\ 3¢\ 5)\91Ü\94HNÿÆ\82\7f}¡ù_\9e«ïêîö¦¸úl;vxåþ\1d¿\7fyF0á¾^µ£\1c\97%ád^¼\8eÿá¼\9a;çV®Ø·=vä<Ø~âµ}\1f>±ni0é\81Ä>\97\ e\9fà«u£¿?·"|\82ù;6ÅEuìh;\1a~x\ 5eC\94\86»TÀN\0\80\8d\90\16\0øPPæÜ \rÄA\16(\aB\8a\0ØN<NB\ 4xN\f\92@¾ä\v\9cd hÌX\b\85,\90\81Z\88\17âôÜ#=ZØ/\92{ÃÔqwέüî\9cò_.lò\94øBØy¼uÛ±Ã?\9cW\13\94\fJ\89äø\9aÔä\9c´ÆüÔ\86¼°\91v\9fh\8d)?\8ft\9czðÕ9ÁÄû{×\8dNx9Ã'øZSñÚ\8fvÇK{ì?Õöó\ 5\91 2Ko¸K\ 5ì\ 4\0Ø\bé\16j\ 1\80\ f\ 5\rÚ@\1cd\81r ¤\b\80íÄ#$D\80êÄ      D\f"FHú\81Æ\8c\85\ 2\19x\858"î\ e=2.~Mê\r\85ÿ\91ûÆB/\88/\84îO>i=Ý\1eÎM-\8f]S=²\7fcA¦;¬¤\9c\8c\8bÿÞ2ýÉ¿\9b<öHÇ©ØQ´íìéðç¹÷\95YAÅ°k\13ýì1#Z\98\1e-LmÈÛÜz0.
+äØ\99\8e°=~ôlMÏ\9alÕá.\15° \ 2`)¤[x\ 5\0>\14ô97h\ 3q\90\ 5Ê\81\8d"\0Â\13\8f\90\90\ 2ªS\82$\902\88\18\a\1a3\16B!\v\15â\8b¸;ôÈl*
\86×¼»ÒÛá\8b¢«»ûÀ©ãý"¹\19ÑB·WI>ý\e\vn\9eöD\f*úÓùu_­\e\9d\91$\ fÑ\ܧ~Ì\87mGâ¥@BgR\eòÄÇ]*`A\ 4ÀRH·ð
+\0|.èsbÐ\ 6â \v\94\ 3\eE\0\84'\1e!!\ 5\ 4C e\902BÒ\ f\1c¦+DC"\98@*Ä#ñrßÑ·>'\9c tð\82\9dï\1d;Óq¶ë¼·Ã\17ºC{úEr¿ÑòXF´0ÃíU²NæÅ\8bÔ\9e5Ù·Î\98Ðvöt¬Yú£gkÒ\1aóÓ\93ànú¿7ä\87oÑzº=ü\èêî\8eý\ 2¹t\94z¡=\µ»K\ 5l\87\0X
\16^\ 1\80Ï\ 5}N\fÚ@\1cd\81r`£\b\80ðÄc#¤\80ð\94 \a\ 4\rRÆFú\81Ãt\85hH\ 4\13\18\85ø$ö/¿\82ªá}ës¶~|hçñÖ\ fÛ\8e¸HÅ\17żíïÞØòè·gNLmÈë\1f-pu\95\9c3°¹8%\92\13\94\fúù\82È\8e¶£ûN¶Å\8e¢]ÝÝ·Ï.ýÞ\9cò°<\13ü(µ¹8­!?¨ÌºaʸÝ'>\8e\97\ eiï<û­éãÃÏ59r\97
+ÀÿÍ\ eØ\vé\16R\ 1\80Ï\ 5\95N\fÚ@\1cd\81r ¢\14\80ó¬£"¤\80ó\94 \a\ 4\r\82ÆFî\81Ãt\85hH\ 4\13\18\85ø%6ϾúÔ\8f   ª²\82ÒÁÿðÔãk?Ú½þÐ^/\85/\90ª\8d¯ß9·ò;3'ö®\e\9dvñû\19\9d\%íQjP2èÁWç¬>°kçñÖØQtï©cß\9bSþ/ÏÕ§DrûEr3\12þ\15ª²~0¯:ütØtô@\tȶc\87¿;§ü'óëúÖçÈ\91»T\0v\ 2\80½\90n!\15\0ø\PéÄ \rÄA\16(\a*J\ 18Ï:6B
+\bÏ\an@Ö klä\1e8LW\88\86D0\81N\88kbê\88ãºæ±_®Í\ e&Ü÷ëES\17íÞ²`ç{«\ fìòFø\ 2)~ó¥ß.~êæiO\S=2µ!ïÚæbÇVI{\91\1a:\10\8c¿÷þe³cí\v:7·\1e¼ãé²\1eÕ#úÔ\8f\87\b?&\82ò¡?z¶fã\91ýñR#\e\ eïû§Ù%\97¾ûÛU»»T\0v\ 2\80Õ\90na\14\0ø\ÐêÄ \rÄA\16(\a*J\ 18Ï:*B
+8Ï\an@ýBÖ¨È=\10\98®\90\ e\89`\ 2\9d\10ïÄÊ\ 5Gsq\8fê\11Á¤\a\ 6-\9f[óîÊÍ­\a=\r¾XòW¿0zÕó\99MEAÕð´\86|\17©É<¡\ 3AÉ â7_
+ÛéÀ©ã±cé\8a\1f|uÎ/\176\ 5\95Y\ 3\13]Ñð\17¼ðÿ¸`Ò\ 3?\9d_·áð¾xi\92µ\1fíþÞ\9còdx ã.\15°\13\0¬\86t\v£\0Àç\82V'\ 6\ e²\0ÊQ\11RÀyÖñ\10R@{>p\ 3ê\17²FEî\81À\\85\ 5\13¸\84\v<ÙÈl*\1a\10-èQ=âÂEjùÐQ«\16ä¯~!¦n¾\90´\14¿ùÒ\85/Ǭ\1aÞ¿±À÷\e\84\1dÕ³&{Ü[KB%N\9fï\8c)K\97íýàöÙ¥AéàÞu£\93á(5ü\98øýË3Â\8f\898ú¦Ô\95ûwÜ9·2¨\18æ(Õ]*\0;\ 1ÀjH·0
+\0|.hubÐ\ 6â \v\94\ 3\15¥\0\9cg\1d\ f!\ 5´ç\ 31 ~!nTä\1e\bLT\b\88\80KH\18¾¨oGMkÌïQ="=Z\98½ò¹p\ 6-\9fÛí1ðEsìLGÃ{«ËÞy-(\1fê¨*\99'³©¨\7fã\85\8bÔ\94HîèUÏÇ\9a¨\8bvo\99²eí÷çV\ 4UIñ-\9c½jG\ 5\95Yw?߸ÿT[¼\94ÉÒ=Û\9a7¿ùÃy5AÅ°ë\9aÇÊ\94»T\0v\ 2\80Õ\90na\14\0ø\ÐêÄ \rÄA\16(\a\1eJ\ 1hÏ:\1eB
+hÏ\aV@\ 3CèxH<\10\98«\10\10¹ \ 1\91\900\åsÔÔ\86¼>õczÖd\7fó©Ç\7f½hjî\e\v=\ 1b\81='\8f-Øù^ñ\9b/\ 5\13î\vª\86_ëË\r\93û(5%\92{ÃÔq¿]üTÖ\8agcÍÕ\15û¶ÿÝä±AÙ\90ð\87Lø£Ôôhaßú\9cÿ¹¸å\17\v£'Î\9d\89\97>Yu`ç\8d-\8f\ 6¥\83S"9¾)Õ]*\0;\ 1ÀvH·Ð        \0|.(vbÐ\ 6â \và\ f\ fÁ^Ú³\8e\84\10\ 4æ3\81\15P¿\10:\1e\12\ f\ 4æ*\ 4D.h@$$\18WíÎ+­1¿wÝ\98Ûf\95ü|Aä{sÊ'¼½Ì\1f\1f±Àî\13­k?Úýà«s\82ñ÷öª\1då\88Ìפö©\1f\93ÑTTüæK±æêúC{7\1cÞ\17viJ$73Ñß"=Z\18þ\9aásÜý|c|UÊÆ#ûÃ×é[\9fã¼Ý]*\0;\ 1ÀvH·Ð   \0|.(vbÐ\ 6â \v \1c\ f!\ 5´g\1d     !\bÌg\ 2+ ~!t<$\1e\bÌU\b\88\80HHH®ÂiÆ\80hAZCþ·gNüúä\87\97îÙæo\8e\18áÀ©ã»O||÷ó\8d\17¿Ö0×Ej\92Oz´0µ!ï\9bO=~cË£\8f¯{9¦\íìêZ¹\7fgP1¬gMvøs&ü[\84\9f\1a_\9büð?Î\9aô³ç"ñÕ*;Ú\8e\86\16¥5ægÊ\94»T\0v\ 2\80í\90\13\0ø\PìÄ \rÄA\16@9\1eB
+hÏ:\12B\10\98Ï\ 4J@ýBîxH<\10\98¨\10\10Ñ \ 1\8b\90 \¹\8b\8c\8c\8b\13þÇ\8d-\8f¦6ämýø\90¿6b\84\13çÎ\84\8c     ½jG\r\88\16¸ 3éÑ¿\9f:®o}Î\94-kcÊÕή®ÐÕKG©Iò\16\19\17¾)5çß\96L\8b£Jéêî\ e\9fiçñÖÞuc2\ 4ʸK\ 5ì\ 4\0\v"ÝÂ%\0ð¹ Û\89A\e\88\83,\80r$\84\140\9fu$\84 0\9f      \94\80ú\85èñ\90u`/K!#ÒA\ 3\16!¡¹rG©ý\e/|MjøßÇÎt\9cí:ßío\8dØ íìék\9b\8b¯k\1eëlÊüy\82ʬe{?\b\9bª«;¶ºjÖ¶\r×T\8fL*]{T\8f¸÷\95Yç»»â¨UÖ\1cÜõ¥Úì¯MÖ*Æ]*`'\0X\10é\16.\ 1\80Ï\ 5õN\fÎ@\1cd\ 1\94#!¤\80ù¬c \ 4\81üL \ 4 z¢Ç@Ö\81½,\85\8c\b\b\r(\84Äç2\1fb4\17§6ä\ 5\15Ã~2¿îpÇÉKã\8f\8c\18asëÁÐÒoM\1f\9f\1e-\fÇÙ\94Éh*ê]7:(\1fº|ßöή\98;\84\9c²emßú\9cþ\8d\ 5\19É ksqJ$7(\194hùÜ\13çÎÄQ±\84òô\8bä\86ϤU\8c»TÀN\0° Ò-\\ 2\0\9f\vê\9d\18\9c\81\ 2(GBH\ 1óYÇ@\b\ 2ùi@  @úD\8f\81¬\ 3{Y
+\19\11\10\1að\aÉÀe9¾\18Ø\Ü«vT\8fê\11ÁÄûÿ°tææÖ\83{O¶ùÛ"vXü§­·L\7fòöÙ¥)\91Ü´Æ|\aS&³©(4¡wÝ\98MG\ f\84\95\15k_\93úøº\97¿=sb(m¿Hnf\12<Gø!\12LzhüúWÂç8Òq*\8eºeÑî-×5\15%É3\19\80\9d\0`G¤[\88\ 4@\13\8b       g \ e²\0Ê\91\10\82À|Ê1\10\82@~\1að\ 1\90>éc ëÀ^\96BL\ 4\84\ 3ü\ 1\9bïR3\9b\8a\82ªáÁ\84ûÊÞymåþ\1dK÷lÛsò\98¿*b\87¦Ík~<¿ööÙ¥_®ÍNmÈs;f\ 6^úZçò¡éÑÂÕ\avÅ ´\ f¯})\14õ+µ£Ò\1aó3\93à@øÒ\87È\13ë\96\1e\11GÝÒ¼ùÍKÝòÕºÑ\8aŸK\ 5ì\ 4\0;"ÝB$\0Ê\r\1a^¦8\ 3q\90\ 5P\8e\81\10\ 4òS\8e\81\10\ 4òÓ\80\ f\80èI\1f       Y\aö²\14b" \1cà\ f\92\87Ï}I4 Z\10Tf\ 5\15Ã\9a\99öÇõí\9dgý1\11SLx{Ù\1f\96μuÆ\84 jx¿HîµÍÅî¤\92|®k\1eÛ§~LP2è¶Y%s?ܸøO[cMÚQ«\16Ü¿löõS\1eI\89ä$\83±\19MEAùÐèûñ÷!ÒðÞê\e¦\8cÓ-Æ]*`'\0Ø\11é\16"\ 1Ð]ÐðBÇ\19\88\83,\80r\f\84 \90\9fr\f\84 \90\9f\ 6|\0¤O\0\19H9°\97¥\10\13\ 1á\0y\90\84|Öï\19L\89ä^øn»\8aai\8dùu\9bVÕ¼»Òß\10±Æ¸·\96\14­Yt]óØ 2+µ!o «1s±¾Ââúù\82HÙ;¯-ݳ-\ 6½\r¥íS?¦Gõ\88þ\8d\ 5   \7fê\98ÙT\14þ\9a_ªÍ\ e\9f\1a&úþ\9aë§<ò\95ÚQºÅ¸K\ 5ì\ 4\0k"ÝB$\0j
+\1a^\129\ 3q\90\ 5P\8e\81\10\ 4òS\8e\81\10\ 4òÓ\80\ f\80\0
+ ý(\aê²\14\92\1c \ f\92\90O\7fÒÕ·>'(\1fzûìÒGÖ..Z³¨jãëþz\88)ºº»'mxµì\9d×zÖd\a\95YÉpÜg>e}}¥vTP6ä®gªÖ~´;Ö¼=ÝÙ9áíeá\ 4UYéÑÂÄ\7f\91æâ´Æü jxjCÞ\93ë_\89»\9eiÙº.³©¨Oý\18G©Æ]*`'\0X\13é\16\16\ 1ÐQPòÂÈ\19\88\83,\80r\f\84 \90\9f\83 ð\9f\ 6|\0\ 4P\0éG9P\97¥\90\14\ 1á\0y\90\9cüÕ¯´ë]7æÂIWeÖ\8f\9e­ùÝ\92ió¶¿ë\8f\86\18äĹ3\ f¯})(y0¨ÊÊp\12eþÿé]7:¨\1aþ«ES~»ø©MG\ fÄ\9a·­§ÛsßX\18Lz ü!\93âE\9a\8bûÔ\8fùFËc÷/\9b]üæKñU2³?Ø0÷Ã\8dý"¹)\91ÜLá2îR\ 1;\ 1À\9aH·°\b\80.\82\92\17RÎ@\1cd\ 1\94\ 4\81ü\94£\1f\ 4\81ÿ\1c \ 3 \832H?Ê\81º,\85¤È\b\a\98\83d忺§Èh*J\89äô®\e}÷ó\8d¿^4õÇójV\1fØåÏ\85\18ä`û\89¥{¶]øºÉI\ fù\ 6\1fJì__hþÉüº#\1d§bÍÛ½'ÛBo/\1cSOz \19¼Íl*JkÌÿrmöuÍcK7,\8f¯\929ßÝ5í\8fë\83²!Aå\85ï´u\94jÜ¥\ 2v\ 2\805\91na\11\0å\ 3%/³\9c\81\ 2(G?\b\ 2ÿ)G?\b\ 2ÿ9@\ 6@\ 6e\90~\94\ 3u)
+I\91\14\ eÐ\ 6ÉÌ\7f8£H\8f\16¦5æ§6ä\85ÿñ£gkîxº¬£ó\9c¿\12b\93\ 3§\8eo:z`Äëó\83       ÷õª\1då(Õü¯\8bÔhaXb\ 3¢\ 5a\89Å ·{O¶\85Þ>øê\9c`âý½ëF'ÉQj¿Hî­3&\84Sµñõøê\99Óç;gn{;(\19ä\1cÕ¸K\ 5ì\ 4\0k"ÝÂ"\0Ê\ 1J^\8a9\ 3q\90\ 5P\8e~\10\ 4þS\8e~\10\ 4þs\80\f\80\fÊ ý(\aêR\14\92"&\1c \rðÉ¿»KÍh*êßXðõÉ\ f\7f{æÄoM\1f\7f×3Uþ8\88Y\8et\9c:Ø~â\9e\17'\a¥\83ûEr]¤\9a\7f\7f\ÿµÉcc¶ÄZO·ÿËsõAÙ\90Ô\86¼$ñöÒÿ»\83~õ9ó¶¿\e_=ÓÞyîÀ©ã\17\8eRK\a_«d\8c»TÀN\0°)Ò-ü\ 1t\v ê\85\9a3\10\aY\0åè\aAà?åè\aAà?\aÈ\0\88¡\fr\8fr .\0M®-i\ 3\äÏG©×5\8fíS?æÁWçø\9b \969Ûu>\9c;\9e.ë]7:=ZèôÉüoß\94ÚTÔ·>ç\9e\17'Ǭº?\98W\1d6mR=Ê×&?ü¥ê\91\8bvo\89¯ª9ßÝ5áíeAùÐþ\8d\ 5¾)Õ¸K\ 5ì\ 4\0\9b"ÝB!@\9f\0z^À9\ 3q\0m(G?\b\ 2ÿ)Ç=\b\82\bp\80\f\80\18\8a!÷ø\ 6ê\ 2ÐäÚ\92\9fé\17É\r'(\1düĺ¥í\9d\9cïô7AÌr¶ëüM-\8fÝ0e\æÅ\vDwOæÏ\93\e\9f\83\8aa¿]üÔé\98ì±oM\1f\7fý\94G\ 66\17'\95º=ªGl:z üp9ßÝ\15_m3î­%_®ÍvünÜ¥\ 2v\ 2ö\0\80nQ2\80\ 2\ 1ô¼¼Ã'\858@\16(G?\b\ 2ÿ)Ç=\b\82\bp\80\f\80\18\8a!÷ø\ 6ê\ 2ÐäÚ\92\7f`ïɶpv\9føøĹ3þ\1a\88Yv\1eoýû©ãn\9bU2 Z\10\8e\8b'óç\19Ø\ܧ~L0ñþÜ7\16\86UÖzº=Öì=s¾ó[ÓǧG\vCu\93ç(5½©à\9aê\91\e\8fìïêî\8e»Â)Z³(µ!¯\7f£ª1îR\ 1;\ 1{\0@·(\19@o\0z^ðá\7f\e\88\ 3d\81\83 ð\9f\83 \88\0\a\98\0\88¡$r\8foà-\0M®09\ 3\0qÆò}Ûo\9bUrçÜʾõ9©\ryn\9dÌ\7f8J\r&=Tµñõu\87ö\1cé8\15köî<Þ\1aÚûÃy5ý"¹Éò(ÍÅi\8dùAÅ°0°\e\ eï\8bÇÎÉ}caF´0l\9bL\113îR\ 1;\ 1«\0@·(\19@W\0z^      Àÿ6\10\aÈ\ 2å¸\aA\10\ 1Êq\ f\82 \ 2\ 4`\ 2 \89\92È=¾\81·\04¹Âä\f\0Ä\ f³¶møÅÂè\9ds+¯©\1e\99\12Éu#fþýd4\15\ 5\95YÁ¤\a&mx56¿îyÓÑ\ 3ÿ4»$´·o}Nò\9c     ÷¬É¾yÚ\13\8bÿ´uù¾\ fã®s\ 6/\9fûÛÅO]?å\11\85cÜ¥\ 2v\ 2V\ 1\80nÑ0\80\8a\0T½6\0\ 1²@9îA\10D\80\83,\88\80×g\ 2 \89\92È=¾\81·\0\94¹Â$\f\0Ä\11u\9bV\r^>÷¶Y%AeVJ$g`s±\13'si2\9b\8aú7\16\84bô¨\1eÑ´yMôý5ç»»bMà¥{¶Ýûʬ»\9fo\fª\86'\89½×5\8fíS?&(\19\8c        á¯\1f\8fµ\93½ò¹°mzÖd\87\829J5îR\ 1;\ 1«\0@·¨\17@-\0Ú^3\80\0\1c÷ \b"@9âA\16¤Àë3\ 1\90DIä\1eßÀ[\0ú\a²\ 5\0â\82ò\8d¯=¹þ\95ë§<\12T\fë\17Éu\91jþ·i.îS?æºæ±¥\e\96W¼³"6\1d^ü§­\17NªK\a÷®\e\93$\ 2\87¿f\18Ø\9f/\88\8c{kIøëÇcóä¾±°Gõ\88ôh¡\94\19\80\9d\80U\0 [Ô\v \r\0m¯"À\19q\80,P\8e{\10\ 4\11 \1cñ \vRàõ¡\ f!\8c\92H<¾\81·\0ô¹Â¤
+\0Ä>]ÝÝ\rï­nÞüf¯ÚQAeVZcþµ.RÍÿ~ùØ/\92\eºñõÉ\ f×¼»265^°ó½èûkþùé²äù\9aÔ0§½ëF\aåCï\9c[¹æஸk\9eÖÓí¡Nã׿\12þ
+RfÜ¥\ 2v\ 2\ 1\80n\81z\81*\0´½\96\0\ 1²@9îA\10D\80\9e, p\97
+}\ba\94Dâñ\r¼\ 5 Ï\15&O\0 æi=Ý>oû»u\9bV\ 5%\83\82ʬ\fßWhþ\8fËÇ~\91Ü\1eÕ#n\9bUòëEScö(ué\9em\99MEAÙ\90\94¤ù\9eßð÷íY\93ýË\85Mál:z îÊçPÇÉ\11¯Ï\ fÆß\eÚå\10Þ¸K\ 5ì\ 4,\ 4\0Ý\ 2õ\ 2%\0h{]\ 1Î\88\ 3d\81\83 \88\0å@<Y@"¥À;2\ 1Â(\89Ä\ 3ßx\v@\9f+LøÜ\a\90\90\1c8u|Õ\81\9dãÞZ\12\8c¿÷\9aê\91\ 3Ý\85\99ÿìò±Oý\98;\9e.ûî\9cò§?x'6M^sp׺C{R"¹ý"¹\99Éñ.\19MEá/Û·>çöÙ¥­§Ûã±\7f>j?\91µâÙ`ÒC\9aǸK\ 5ì\ 4,\ 4\0Ý\ 2õ\ 2Ù\a´½Ò\0\ 1²@9îA\10D\80\9e, ñRà\1di\0a\94\81\ 5 Ï\15&|î\ 3H0>j?±½íÈýËf\a\93\1eèS?Æ]\98ùO§\7fcAjCÞÀhÑê\ 3»bÓäή®e{?\bÊ\87^S32=i¾ê7#Z\98ÑTô½9åß\9e9ñl×ùx¬ ÖÓí\83\97Ï\rÊ\ 6)\1fã.\15°\13°\10\0t\vt\v¤\1ePøª\ 3\9c\11\aÈ\ 2å\88\aA\90\ 2Ê\81\80\84L\81\ 1\84Q\1e\89\a²ñ\16\80>W\98ð¹\ f a8qîLÛÙÓ?{.\12Tf¥5ægº]2ÿõñã7Z\1eKmÈÛxd\7f\f\9a|¶ëü±3\1d\17\8eR+\86%\95Æ\19ME\ 3¢\ 5wέ\8cÓ
+jï<\e\85£øÊ,ýcÜ¥\ 2v\ 2\16\ 2\80n\81n\81¼\ 3
+_\81\80\0\1cñ \bR@9\10O\16\90¨)ð\8e4\800Ê#ñ@6Þ\ 2Ðç
+\13\ 1$\fß\9e\7f´À½\92ù«Ç\8fÿ½!ÿ£ö\13]ÝݱirËÖuAÕð$<lL\89äÜõLU̾Ë_ågÏEúÖç¸H5îR\ 1;\ 1\v\ 1@·@·@Ì\ 1\85¯IÀ\19\1f¬\90\ 5Ê\11\ f\82 \ 5\94\ 3ñd\ 1       \9c\ 2\8fH\ 3È£<\12\ fdã-\0}®0ás\1f@\ 2ÐvöôßO\1dwËô'¯m*J\8f\16ºW2ÿéd^ü.Î^µ£BI\ eu\9c\8cM\99\1f_÷røCÞ0u\øoFò¼NsqZC~P1ì§óëÂ8Çi\11\85?|ÿÆ\82Ю\fq3îR\ 1;\ 1\v\ 1@·@·@À\ 1\85¯OÀ\19\1f¯\90\ 5Ê\11\ f\82 \ 5\94\ 3ñd\ 1\89\9b\ 2\8fH\ 3È£<\12\ fd#-\0}®3áC\1f@¼sàÔño>õxZC~Zc¾K%ó\9fÎÀæâ~\91Ü lÈ?Î\9a´íØá\1dmGcSæ¢5\8bú7\16\84\80dúÚßðu§¹÷\95Y[?>\14Æ9N\8bè§óëÒ£\85îâ\8d»TÀNÀN\0Ð-Ð-\90k\0\8a\ 5\9c\81\ 2å\88\aA\90\ 2Ê\81\80\84\ f\82\ 1äQ\1e\89\a²\91\16\80\99ð¡\ f ~YûÑî;çVþx~mïº1n\94Ì\7f5×5\8f\rÊ\87þraÓÊ\ 3;6·\1e\8cM\99\a-\9fûó\ 5\91\e[\1eí\17ÉÍL¦\8bÔ\9e5ÙÁø{ï_6{ßɶxl¡\8eÎs?z¶&´+­!ßQªq\97
+Ø      Ø       \0º\ 5\8a\ 5\12\r p\97
+Î@\1cd\81\83 H\ 1åÀ:Y@\12\ 4Á#Ò\0")\8f¬\ 3ÙH\v@¥ëLøÐ\a\10\8fÌß±éW\8b¦üp^MP5¼o}N¦\e%ó_\¤^8{\9cpß/\176ÅìEjÈ°\15óÒ\1aó{Õ\8eêßX\90TG©Á¤\87\1eY»xö\a\eâô(õpÇÉ\9f̯»¦zdïºÑ\19\12gÜ¥\ 2v\ 2v\ 2\80n\81b\81,\ 3HúÎ÷ú\9c\81\ 2å\88\aA\90\ 2Ê\81\80$        \82\ 1DR\1eY\a²\91\16\80\99ð¡\ f ¾hÞüföÊçþùé² |hßú\9c\81ÍÅ®\93Ì\7f2ÍÅ=ªG\ 4\93\1e\18´|nÅ;+¶~|(\ 6eîþä\93\11¯ÏÏ_ýB\9fú1ý£It\91\9aÑT\14T\r\ fJ\a\8fZµàĹ3qÚE;Ú\8eÞý|cP1ìZ-dÜ¥\ 2v\ 2v\ 2\80n\81b\81 \ 3Ðùz\863\10\a\1cñ \bR@9°N\16\90LAð\884\80HÊ#ë@6Ò\ 2Pé:\13\ 1Ä\v\rï­.{çµ\e¦\8e\vÊ\87¦Dr]¤\9a¿0AeVöÊçrßXøQû\89ØôùĹ3C^{&\94\1a\9e<_µ\99ÙTÔ¿±à+µ£Æ½µ$\7fõ\vÝñÙEë\ fí}|ÝË¿[2-(\e¢\88\8c»TÀNÀN\0Ð-P,\90b\0:_Õp\ 6â \v\94#\1e\ 4A
+(\aÖÉ\ 2\92-\b\1e\91\ 6\10Iyd\1dÈFZ\0*]gÂ\87>\80اeëºYÛ6ô®\e\1dT\fKkÌ÷í\84濺yL\8f\16~¹6»Wݨ߿<#f}ÞsòXóæ7\8bÖ,
+J\ 6%ÏUcø:ax{Öd§5æ\8d^õ|üÖÑúC{\7f8¯&\98x\7f¯ÚQ×5\8f\95;ã.\15°\13°\13\0t\v\14\vä\17\80ÎW8\9c\81\ 2åX\aA\10\ 4Ê\81\80d\v\82\ 1DR\1eY\a²\91\16\80\99ð¡\ f fi;{úÅ]\9b§lY\e\94\f
+*³Ò£\85\ e\91Ì_ø\16ÎÞu£ÃÿøÍK-¿[2-f­Þ}âã?,\9d\19\8c¿·gMvR\1d¥¦DrolyôW\8b¦\8cx}~ü\96ÒÆ#ûï\9c[\19Ö\91\8bTã.\15°\13°\13\0t\v\14\v$\17\80ÎW;\9c\81\ 2å(\aA\90\ 5Ê\81u tÒ\ 6Á#Ò\0")\92¬\ 3ÓH\v@¥ëLøÄ\a\10\83\1cî8¹þÐÞI\e^\rÆß{MÍH_\90jþòÍcjCÞ\8d-\8fÞõLÕýËfǬջO´n8¼ïÂQjéà\81ɤô¥\aJ\8f\16\8e{kI\÷Ò¶c\87ÿivI\8fê\11\ 35\92q\97
+Ø      X\v\0º\ 5\8a\ 5b\v@çk\1eÎ@\1cd\81r\94\83 È\ 2åÀ:ÈB\12\aÁ#Ò\0")\92¬\ 3ÓH\v@¥ëLøÄ\a\10\9enß{²mÄëó\83I\ fõ­Ïqÿeþò¤G\vÓ\1aóS"¹Ek\16ŬÕ\1fµ\9fØw²íGÏÖ\ 4eCR\eò\92Êê??Ðøõ¯Äo/\1d8u|ÿ©¶[¦?Ù»nL¦Ü\19\80\9d\80µ\0 [ X °\0t¾þá\fÄA\16(G9\b\82,P\ e¬\83,$w\10<"\r \92"É:0\8d´\0TºÎ\84O|\01Âéó\9d\1d\9dçîyqrP5¼\7fc\81ã/óW'#ZøµÉ\ f÷®\eýøº\97cWìÎÎ\9b§=ѧ~Lz´0 \1fèë\17\1f¨â\9d\15qÚKÝ\9f|r¨ãdØH)\91Ü\8cä{Aã.\15°\13°\16\0 [´
\15\80ÚWA\9c\81\ 2å(\aA\90\ 5P\8eu\90\ 5Aðô\1c\80HJ%XÇ4Ò\ 2@òTº÷¥\a\80¸ã{sÊ3\9b\8a\ 66\17g882\9f\1aó\83ò¡-[×\9d>ßÙÙÕ\15\9bVwvw}£å±ô¤¼g\fã\1c>мíïÆò\ 3ýU\ e\9fèßX nÆ]*`'`-\0@·h\15È)\0µ¯\888\ 3q\90\ 5ÊQ\ e\82 \v \1cë \v\82àé9\0\91\94\8e\ 5\80À]*|â\ 3\88\rÎ\9cï¼eú\93ß\9991³©h@´ÀQªù\94\a\8fK÷lÛw²íôùÎØ\14;üÙ®\9fòÈ·gNLΣÔ^µ£\82\92Aówl:Ûu>~ÛiçñÖ\81ÍÅîR\8d»TÀNÀZ\0\80nÑ*\10R\0j_\17q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁÓs\0")\95`\1dÓH\v\0ÉPéÞ\97\1e\0b\9fímGn\9d1á®gªR\eòÒ\1aò]¤\9a¿z\8e\9a\1e-\fª\86\a\15Ã\16ÿiëùîØý
+έ\1f\1fº©å±\94HNZc~²=Ó¥7Z}`×\86Ãûâ÷(uåþ\9da;}wNyJ$Wô\8c»TÀNÀZ\0\80nÑ*\10O\0j_#q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0ÉPéÞ\97\1e\0b\99åû>üéüº\1fϯíY\93íìËüÕ\19Ø\\9cÚ\90\17\94\ fMkÈ\ fåY¶÷\83\98u;üÙB·\7fôlM¯ÚQ\99IõLÍÅáë\ 4\15ÃúÔ\8f   ß(®\v\9emßhyìKÕ#ûEr3\ 5иK\ 5ì\ 4¬\ 5\0è\16­\ 2Ù\ 4 ö\95\12\ e²@9ÊA\10d\ 1\94£\1cdA\16¼;\a \95R  Ö1\8d´\0\90\1c­îq¹\ 1 6\99ýÁ\86ß¿<ã®gª\82\8aa}ës\ 66\17»-2\7fõ(µGõ\88[gL\98µmÃ\8b»6DzÞ\8bvoùÖôñIèvøË~©zä?<õx\18ð\ 5\8bë\8e
+\7fþð\11¯©\1e©\9d\8c»TÀNÀZ\0\80nÑ*\10L\0j_/q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0IÕê\1e\97\18\0b\8dèûk\8aÖ,úÎÌ\89AùP\17©æS^;ö®\e\13\94\fúöÌ\89\8bvo\89e½güq}þê\17¾?·"¨\1a\9el\17©}êÇ\ 4¥\83o\99þd¼_¤N»ø\88w<]Ö£z\84\822îR\ 1;\ 1°\bÐ-Z\ 5"   @ík'Î@\1cd\81r\94\83 È\ 2(G9È\82,xw\ e@*¥\12¬c\1ai\ 1 ÙZÝã\12\ 3\10}\7fMÃ{«3\9b\8a\82ò¡ý"¹\ e¾Ì§»H\1d\1d\94\rùù\82\8ag\17ÿikÌêݲu]ݦU7µ<\16þ´)\91¤û\9aÔ 2ëÇókG¼>?Þ\8fR\9fþà\9d¯O~8ì¨\14\1deÜ¥\ 2v\ 2°\19\0t\8bV\81<\ 2
+\8a3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 3\90\ 4ë\98FZ\0HÊV÷¸Ä\0ð\85s¶ëüì\ f6Ìøãú jxP1¬\7fcA¦K"ó)&ô¤Gõ\88\7f}¡ù×\8b¦®;´'\96%\9f¿cÓ\85ûÙ\8aai\rù×&Ó1cøF}ës\82ʬÛf\95¬Ü¿#ÞËêÅ]\9bÃ\82
+\7f£k]¤\1a\80\9d\0l\ 6\0Ý¢U \8c\0Ô¾\8eâ\fÄA\16(G9\b\82,\80r\94\83\82\0¤R*Á:¦\91\16\0\92µÕ=.1\0|\81´\9en_¶÷\83\86÷V\a\93\1e\bª\86»\1e2\9fr2\9a\8aR"¹½ëFß>»ôÀ©ã1køÙ®óË÷}¸h÷\96 2k@´  _*|£\9fί»knÕ\86Ãû⽯VìÛ\1eþ:©\ry\ eç\8d»TÀN\06\ 3\80nÑ*\90D\0j_Mq\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0ÉÜê\1e\97\18\0¾\10\ ew\9cÜÜzpÜ[K\82        ÷õª\1d\97\ f\9aO\7f\94\1a-L\8f\16ÞõLÕ?Î\9atâÜ\99\98\95¼£óÜ´?®\v&=tMõÈä|©Ô\86¼\9b§=q¨ãd\\97ÕÙ®óaY­9¸+¨\1a\1e\8a'\80Æ]*`'\0\9b\ 1@·¨\14\88!\0ͯ©8\ 3q\90\ 5ÊQ\ e\82 \v \1cå \v²àÝ9\0©\94\8e\ 5\80$ou\8fK\f\0W\99¶³§\8ft\9cº\7fÙì tp¿Hîµ.RÍg\99ô\8bG©ß\9dS\1eË\92wt\9e;Üq²eëºPòä4<|£\8c¦¢\e[\1e\8dåÃáOÃÙ®ó\v\17¾cïº1ÒgÜ¥\ 2v\ 2°\19\0t\8bJ\81\f\ 2ÐüÊ\8a3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 3\90\ 4ë\98FZ\0Ðê:\93\18\0®&]ÝÝç»»~ö\¤Wݨ\f·Bæ³OfSQÿÆ\82ïÏ­\88\1f_÷rP\99\95Ìß­\19¾Ô\r\9d\19ï\95õÌö\8dAÅ0Ñ3îR\ 1;\ 1Ø\f\0ºE¥@\0\ 1h~}Å\19\88\83,P\8er\10\ 4Y\0å(\aY\90\ 5ïÎ\ 1H%XÄ:¦\91\16\0´ºÎ$\ 6\80«Ïm³Jn\98:n`sq2ßë\99Ï3ÍÅi\8dùAÅ°_-\9aÒvöt{çÙXö¼hÍ¢¯Ô\8eºô\85¡Ix\8eúÕºÑw<]vâÜ\99xÿ¦Ô\90\99ÛÞ¾ô\942hÜ¥\ 2v\ 2°\19\0t\8bJ\81ô\ 1Ðü*\8b3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 6\90\88uL#-\0hu\9dI\f\0W\8dcg:n\99þä\1dO\97¥G\vû7\16ø¦Tó\99f`sqP:8{ås;Ú\8e\1eé8\15˪ßûʬoM\1f\7fÃÔqi\8dùIøL)\91Üð¥îz¦êÀ©ãñÞZ\13Þ^vSËc7O{"­!_\ 6\8d»TÀ\1e\156\ 3\80nQ)\10=\0\9a_kq\ 6â \v\94£\1c\ 4\ 1Ì¡\1cå \v²àÝi\0m\f\91d\1dÓ\18\v\0Z]m\12\ 3ÀÕaã\91ý·Ï.ýá¼\9a¾õ9©\ry\8e\83Ìg=uìY\93\1d\8c¿7{Õ\82Ã\1d'cYõ{^\9cü³ç"_\9b<6T}@´ 3)o\87\7fÿò\8cµ\1fíþ°íh¼\17×ãë^\ e\7f©Þucú7&ÝS\1a\80U*l\ 6\0Ý¢R w\04¿ââ\fÄA\16(\aÊ     \ 2d\81r\94\83\82\ 1´1D\92uLc,\0huµI\f\0_\b/îÚü\8b\85Ñ\1fϯíQ=¢o}\8eÛ.óY'¨Ê
+&=PöÎkówl\8añ¯Iýíâ§R"¹½ëF§G\v3\93õvøß\96LÛy¼5\ 1ºë\91µ\8bÃ_Jk\19\80U*l\ 6\0Ý¢R t\04¿îâ\fÄA\16(\aÊ     \ 2d\81r\94\83\82\ 1´1D\92uLc,\0huµÉ
+\0W\87\96­ë\ 6-\9fûý¹\15AÅ°¾õ9\ 3\9b\8bÝ\ 4\99O?\99MEý\e\v\82ªá\rï­\ eçÌùÎ\98UýØ\99\8eû\97Í\1e¼|nÏ\9aì\8cdýBÛ tpî\e\vë6­Ú}âãxï®üÕ/d¯Zp]óØ\94Hε\8a˸K\ 5¬Ra9\0è\16\95\ 2\89\ 3 ùÕ\17\ e²@9PN\10 \v\94£\1cdA\16¼;\r \8d!\92¬c\1ac\ 1@««MV\0¸Â4¼·úÉõ¯Ü<í\89 |hJÄEªù\8cÓ\\9cÖ\98\1fTeõ­Ï)Ý°<Æmß{²í\7f.n   J\a_S32  \1f+£©¨Gõ\88\ f¾:§íìé\ 4¨¯qo-ùRmvP5¼\7fc\81oJ5îR\ 1«TX\ e\0ºE¥@Ü\0h~\rÆ\19\88\83,P\ e\94\13\ 4È\ 2å(\aY\90\ 5ïN\ 3hc\88\98ÆX\0Ðêj\93\15\0®(S¶¬mÙº®_$7¨\18\96Ú\90ç"Õ|Ö¯Ý\fµ     ª²nlytÄëóǽµ$\96mßÜz°nÓª\a_\9d\13\94\fJBÕ/|¡m´ Oý\98ìU\v\86¼öLwü×WgW×\93ë_       »+C\18\8d»TÀ*\15\96\ 3\80nQ)\905\0\9a_\89q\ 6â \v\94\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0Ú\18"É:¦\91\16\0´ºÎd\ 5\80+I{çÙù;6Mû㺠|hP\995 ê{\ 6Ígþ\8eÔÔ\86¼\1eÕ#¾3sâ¯\16M){çµ\18w~sëÁ\9f/\88\ 4\13îëU;êºæ±Iw\91ÚXлntøï\83¯ÎI\80\ 6k=Ý\1e6XÍ»+\83\92AºË¸K\ 5ìQa9\0è\16\95\ 2A\ 3 ùõ\18\ e²@9PN\10 \v\94£\1cdA\16¼;\r \8d!\92¬c\1ai\ 1@«ëLV\0¸r\1cé8µúÀ®ª\8d¯\a\13îëQ=ÂI\97ù|w\8e}ësn\9f]úÏO\97Mûãú\18w~ëÇ\87Ö~´ûgÏE\82\8aaÉù5©©\ry7L\1d÷\93ùu÷¾2+1J,\7fõ\vÁø{¯©\19é+\9e\8d»TÀ\1e\15\96\ 3\80nQ)\902\0\9a_\95q\ 6â \v\94\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0Ú\18"É:¦\81~\0´ºÎd\ 5\80\91\8eS;Ú\8eæ¾±0\98x\7fïºÑî¹Ìç\9b\ 1Ñ\82Ô\86¼\8c\8a}ÛcÜùÝ'>Þ}¢õ\96éO\ 6\15ÃÂ\9f9       \9dO\8f\16\86¿xZc^\18üÄè±cg:F­Z\10\94\fÒ`Æ]*\0ÿ§½å\0 [T
+D\f\80æ×f\9c\81\ 2ë@9A\80,P\8er\90\ 5Yðî4\806\86\8ei -\0­®3Y\ 1à
+ÑÞy¶íìéß.~*¨\18\96Ö\98\7f­{.ó¹&ãâÜÔòØ\7f\8bä¬;´'\96\9dïþä\93\ 3§\8e§6äõ©\1f\93\1e-LÎ÷
+\7fñë§<Ò/\92ûðÚ\97\12¢ÇÎ\85=\96µâÙ°Ç\94\98q\97
+ÀNÀr\0Ð-ú\ 4ò\ 5@ù+4Î@\10d\81\9c @\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99¬\0påøÁ¼ê´\86üL7>ær|ùæþSmç»»ºcÛùð\87\f\7fÔ$\7f¯ bXÓæ5ácuuw'@\8fÝóâä¾õ9.R\8d»T\0v\ 2\96\ 3\80nÑ'\90/\0Ê_¡q\ 6\82 \vÄ\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0ª\18"I<¦\81´\0\14»Î¤\ 4\80+Ç­3&Ü2ýÉ\81ÍÅéÑÂ\f7>æsMfSQJ$ç\e-\8f\1dé8\15N\8c;¿îÐ\9eþ\8d\ 57O{"i¿&5|¯>õc\82\92\a[¶®;s¾31ªì\97\v\9bÒ\1aó\aD\vô\98q\97
+ÀNÀr\0Ð-ú\ 4Â\ 5@ùë4Î@\10d\81\9c @\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99\94\0pÙÙ{ªí[ÓÇß9·2­1?\1c\97\æóÍÀæâ~\91Ü lÈ­3&ì<Þ\1aûæ/ß·ýkMÅ)\91Üþ\8d\ 5Éû5©åC\97îÙ¶¹õàé\ 4:J\1d\10-\bG$\8d»T\0v\ 2\96\ 3\80nÑ'\90,\0Ê_­q\ 6\82 \vÄ\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0ª\18"I<¦\81´\0\14»Î¤\ 4\80ËËê\ 3»î\9a[õãùµ_©\1d\95\12ÉuÔc>ß\×<¶wÝè`âýw?߸bßöMG\ fĸù3·½ý\83yÕw<]öÕºÑ\99\1d©ý\e\v\82\8aaAÕð\17wmN\8c6ëþä\93\9f=\17¹çÅÉá¯æ(Õ¸K\ 5`'`9\0è\16}\ 2±\ 2 ü5\e\b²@<P\ e¬\96\ 5ÊQ\ e² \vÞ\9d\ 6\10Iâ1\r¤\ 5 Øu&%\0\^æm\7f÷7/µüp^MP\99Õ·>'ÓE\8fù\e\8eR\83\92A÷/\9b=kÛ\86Í­\ac_þ)[ÖÞØòhP5üÂ-vsq\12~­mïº1á¿ówl
+'1
+íĹ3w?ßس&»wÝhßølÜ¥\ 2°\13°\1c\0t\8b>\81X\ 1\9a\8d3\10\ 4Y\0\7f(\aA\90\ 5ÊQ\ e² \vÞ\9d\ 6\10Iâ1\r¤\ 5 Øu&%\0\F\9a7¿9zÕó·Ï.\rÊ\87ö­Ï\19\98|wyæ²Msñ5Õ#\83I\ fünÉ´\9dÇ[c_þª\8d¯ç¾±ð[ÓÇ\7f¹6{`R^¤¦Dr\82²!7L\1d7÷Ã\8d      Ói\87:NÞóâä 2Ë}½q\97
+ÀNÀr\0Ð-ú\ 42\ 5@ù+7Î@\10d\ 1Ä£\1c\ 4A\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99\94\0p\19ixouÅ;+þ~긠|hJ$×EªùÜ\93\11-¼p\91Z\995âõù£V-8Ôq2Æå¯Úøz8éÑ bXjC^r\1e¥\ 6UÃï\9c[\99¿ú\85YÛ6$L­í<Þú\9b\97Z\82²!
\18ÿ;\a°\13°\1c\0t\8b>\81@\ 1Pþú\8d3\10\ 4Y\0ñ(\aA\90\ 5ÊQ\ e² \vÞ\9d\ 6\804\89\98\ 6Ò\ 2Pì:\93\12\0.\v]ÝÝÓþ¸~Ö¶\r½jG\ 5\15ÃÒ\1aó¯uÀe>ïd6\15õo,H\89ä\ e[1ïþe³ã"\ 2u\9bV\85æ\a\95YáO\9e\84_©9°¹¸o}Nø\17¸uÆ\84E»·$L³m:z eëº{_\99\15\94\fº®y¬l\1aã\7fð\0v\ 2\96\ 3\80nÑ'\90\ 4&{hbp\ 6\82 \v \1eå \b²@9ÊA\16dÁ»3\ 1\10%y$\1eÓ@Z\0\8a]gR\ 2Àßȱ3\1d\8bÿ´uÊ\96µAÉ  2+#ZèlÇüM\17©Ñ\82Þu£\aD\vââ"õĹ3¡ÿ-[×\ 5¥\83\93ùÕzÕ\8eúñüÚ\9fί[¾ïÃ\84)·­\1f\1f
+\7f£`âý¡\90\8eR\8dq\97
+Ø      X\ e\0ºE\9f@\9a òLf\ 218\ 3A\90\ 5\10\8fr\10\ 4\1cå \v²àé\99\0È£<\12\8fi -\0Å®3)\ 1àoäpÇÉ\r\87÷Mx{Y0þÞ\9e5Ù¾ Õü\8d·\8d\ 3¢\ 5)\91\9c\e¦\8e»sn彯Ì\8aý\b\1c;Ó1~ý+üO\89ä~£å±mÇ\ e'R¿í<Þz×3UAUÖ@Íf\8c»TÀNÀr\0Ð-ú\ 4¢\ 4Ñ&3C\88Á\19\b\82,\80x\94\83 È\ 2å(\aY\90\ 5\ 4@\1eå\91xL\ 3i\ 1(v\9dI   \0\7f\e­§Û÷\9fj\e¶b^0顾õ9î¶Ìß>ý\e\vnlyôú)\8fä¾±0ö#Ðvöô¾\93mO¬[\1a\94\ eNfÿÓ£\85\ 3¢\ 5\7f7yì\81\13¦ß>j?\11þ:w<]öåZçöƸK\ 5ì\ 4,\a\0Ý¢O G\10d>s\86\18\9c\81 È\ 2\88G9\b\82,P\8er\90\ 5YðôL\0äQ\1e\89Ç4\90\16\80\99\94\0ð7qæ|g8¿\ØÔ£zÄ\80hA¦#\1ds9&£©è\9aê\91u\9bVÅ~\ 4Îv\9d\ f#ðà«s\82\8a\e\93:\ 2áï~ý\94GÂÿ8Òq*a*®½óì×'?üß"9\19ÑBÁ4Æ]*`'`9\0è\16}\ 29\82Øò\99EÄà\f\ 4A\16@<ÊA\10d\81r\94\83\82§g\ 2 \8fòH<¦\81´\0\14»Î¤\ 4\80¿\91ïÎ)¿®yìÀæâ\fç9æ2Ý6¦5ä\aeC\9a7¿ÙÙÕ\15û\11øÅÂhz´0LA\92G _$÷\96éOvt\9e\v§;QúíĹ3_\9bü°r3Æ]*`'`9\0è\16}\ 2!\82¨R\9aQÄà\f¤@\16À=ÊA\10d\81r\94\83\82§g\ 2 \8còÈ=¦\81´\0\14»Îä\ 3\80¿\91öÎs·L\7fò¶Y%×6\15\r\88\16¸Û2\97ezÕ\8e
+J\a/þÓÖ='\8f\9d\19ûA¸ûùÆþ\8d\ 5á$m\ 4\ 66\17§6ä\ 5\15ÃþqÖ¤\8fÚO$RË\1dé8uÃÔqa¿ ¦1îR\ 1;\ 1û\ 1@·è\13\b\11$\94ÒÔ"\ 6\ 5²\0îQ\ e\82 \v\94£\1cdA\16<=\13\0a\14\91\r¤\ 5 Øu&\1f\0|n¶\1d\9d\99\13\7f0¯º_$7µ!ÏEª¹,ß\91Ú¿± gMöÚ\8fvo8¼/.¾&5\8cÀOç×e\¼Ë¾6\89\8fR\83ò¡ÿúBsøjÛÛ\8e$LË\85¿ÎwfL¼sneJ$W<\8dq\97
+Ø      Ø\ f\0ºE\9f@\82 \95¬¦\1918\ 3)\90\ 5p\8fr\10\ 4\1cå \v²àé\99\0\b£0r\8fl -\0Å®3ù\0àó±t϶\7fy®þÇók{Öd§Dr\1cã\98Ëöm\9båCÃ\7f\97ïû0.\82ÐÞyî'óë¾Z7ºo}NF´09\1fîºæ±_®Í\ e&ÜwÏ\8b\93·\1d;\9cHE·úÀ®oM\1f\7f±år3\85Ô\18\80\9d\80ý\0 [ô   Ä\aÂHl¾\11\833\90\ 2Y\0÷(\aA\90\ 5ÊQ\ e² \v\9e\9e     \800
+#÷È\ 6Ò\ 2Pì:\93\ f\0>;3·½ý\87¥3ïz¦*¨\18Ö·>g`s±K\1có·\1f6\86.\ 5%\83¾5}|(ØÂ\9dïÇ~\10\1d;üû\97günÉ´\1eÕ#\92ü\9a8|¸¬\15Ï6o~3Á\8eR\97îÙö\9d\99\13Ã÷ÕrƸK\ 5ì\ 4ì\a\0Ý¢O >\90Ab\13\8f\18\9c\81\14È\ 2¸G9\b\82,P\8er\90\ 5Yðôd\0\84Q\12¹G6\90\16\80\99|\0ð9hxouñ\9b/Ý:cBP>ÔEª¹\W\8d½ëF\a%\83~<¿vüúW^ܵ9ö\83°úÀ®Ü7\16þzÑÔ tp¯ÚQÉ\1c\84\1eÕ#Â?Â\1f\96Îü¨ýD"uݼíï\16­Yô\83yÕAe\96¢3Æ]*`'`?\0è\16}\ 2Ù\81ôq\9b~Äà\f¤@\16À=ÊA\10d\81r\94\83\82§'\ 3 \8c\92È=²\81´\0\14»Îä\ 3\80ÏJôý5ád4\15\ 5åCS\eò\1cj\99ËöU\9b\15ÃþÇ\vÍC^{fåþ\1dq\91\85U\avÞ9·2\98ôÐW\92û"5½©°gMö\88×ç\ f[1¯½ól"ÕÝ\82\9dï}£å± t°ë{cÜ¥\ 2v\ 2ö\ 3\80nÑ'\90\1d\88\1e·\19H\fÎ@
+d\ 1Ü£\1c\ 4A\16(G9È\82,xz2\0Â(\89Ü#\eH\v@±ëL>\0øL\9c9ßùô\aïÌøãú 2+\9cþ\8d\ 5\99înÌe\9a>õc\82ªáwέÜvìp\Äažíó¶¿û\7fÏ­
+³p]óØä|µ°\ 1\ 6D\v\8eJ\89äÞûʬÄ+½¥{¶ýÝä±I~tl\8c»TÀNÀ~\0Ð-ú\ 4\82\ 3\89£7\15\89\ 1\95"\ 5\90\ 5îQ\ e\82 \v\94£\1cdA\16<=\19\0I\94\91\r¤\ 5 Øu&\1f\0|VZO·¿¶ïÃ\86÷V\a\93\1e\bª\86»µ1\97k2\9a\8aR"¹)\91\9c»\9fo¼ë\99ª\ 3§\8eÇE"Ö\1fÚ{ý\94G\82²!á\ f\9f´\17\8b\99ME©\ry_\9füð/\16FÿmÉ´\ 4+½U\av®9¸+­1?|b\aøƸK\ 5ì\ 4ì\a\0Ý¢O 8\905z\13\92\18\9c\81\14@\16¸G9\b\82,P\8er\90\ 5Yðôd\0$Q\12éG6ð\16\80bW\98|\0ð)9ÒqjëÇ\87\8aß|)\98p_/_\1ah.ë¤G\vÃ\7fï\9c[ùÝ9åq\11\87îO>Ùvìð\87mG\ 6D\vú%÷¹bøv©\r\e\v\86­\98\97`¥w¾»kÙÞ\ f\82\8aa=ªG\84¿¦£TcÜ¥\ 2v\ 2ö\ 3\80nÑ'\10\1cH\19½iI\f¨\14\11\80\8fr\10\ 4\1cå \v²àõÉ\0\88¡$Ò\8flà-\0Å®0ù\0àÓÐvöô\91\8eS÷¾2+(\1d\9cÚ\90\8bTsY¿&5=ZØ¿±à§óëâ"\ e\9d]]a\1c6\1cÞ\17T\ eÿjÝè\8cä~¾\ 1Ñ\82¿\9f:.ü\8f\11¯ÏO°Þ\v\1fúÒQª\90\1aã.\15°\13°\1f\0t\8b>\81à@¾èMNb\803"\0\1få \b²@9ÊA\16dÁëC\8d@\f%\91~d\ 3o\ 1(v\85É\a\0\9f\92®îîp~:¿Îý\9d¹B\93ÙTÔ·>çîç\eã"\11Ý\9f|²h÷\96 2K\1c.Mø§({çµ\ 4ë½î\8bÕ·t϶ *Ë\13\eã.\15°\13°\1f\0t\8b>\81Ô@¸èÍOn\803"\0\1få \b²@9ÊA\16dÁëC1B\f%\91~d\ 3o)
+@ajQ\0\9f\9eïÌ\9cxSËc\ 3\9b\8bÓ£\85ÎjÌå\9cæâÔ\86¼ lÈ\83¯Î9v¦£½ól\$bÞöw¿Z;:\8cCFÒ_\13§Dr\83\92A5ï®<s¾3Áz¯yó\9býêsn\98:Nï\19ã.\15°\13°\1f\0t\8b>\81Ô@¦èMTn\803"\0\1få \b²@9ÊA\16dÁëC7B\fe\90~|\ 3o)
+@ajQ\0\9f\86#\1d§n\99þäwç\94§G\vû7\16øjHsyg`sqP2èñu/\7fØv¤õt{\\84¢jãë7µ<\16æ"µ!ÏWÜ\ 6¥\83çïØ\14>_¼\1c\14\7fzê6­
+\9f8\9c\ 1Ñ\ 2Q5Æ]*`'`?\0è\16}\ 2\91\81@1\9c«Ü\0gD\0²@?ÊA\10d\81r\94\83\82×\87n\84\18Ê ýø\ 6ÞR\14\80ÂÔ¢\0þ2ë\ fí½ãé²\1f=[Ó§~\8cû;s%¾&µGõ\88`Â}ãÞZ\12/\17©!\936¼:°¹¸wÝè´ÆüÌ$>GM\8f\16\ 6UYAÙ\90yÛßíìêJ¼\ 2,{çµð¡S"9\99¢j\8c»TÀNÀ~\0Ð-ú\ 4ò\ 2Q"9c¹\ 1Î\88\0d\81~\94\83 È\ 2å(\aY\80»TèFÈ \f2\90oà-K\ 1(L\15
+à/²pçû¿\Øô£gk\82ªá}ë\9de\99+pÒX\99\15\94\ e\8e¾¿fÞöwO\9c;\13\17¹È_ýÂï\96LûæS\8f÷©\1fsmsq2¿`¿HnJ$wÑî-aW$^\ 1\16­YôÛÅOýCÒ?´1îR\ 1;\ 1û\ 1@·è\13È\vä\88ä¤å\ 6\7fÈ\ 2\ 3)\aA\90\ 5Ê\81\80ÄË\82\ 3dP\ 6\19\b¾ñ\96¥\0\14&T(pÙ\99²eí°\15ó¾;§<¨\18Ö·>g \9b,sY¿ 5­!?T«Oý\98д\86÷VÇK.F¯z>\9c\ 1Ñ\82\1eÕ#Ò\1aó\93öVñâ÷\87æ\ 6åC3\9b\8a\9eþà\9d\84ìÀqo-éßX\10T\r\876Æ]*`'`?\0è\16è\13a\81\10ñ\9c·Ü\0\ fY` å \b²@9PN\16\90¨Yð\8e|\80\fÊ \ 3Á7Þ²\14\80Â\84
+\ 5.#\rï­\9eðö²o>õxP>4%\92ë"Õ\ö\93ƯÔ\8eº©å±'Ö-­ywe¼ä¢ûâפ\ 6UÃÃ\19\10-ÈLî\17ìQ=â¶Y%ãÞZÒ²u]BÖ`é\86å_­\e\9dÖ\90ïK¢\8dq\97
+Ø      Ø\ f\0º\ 5Ì\11\16H\10Ï©Ë\rp\86ÿ\90\ 5\ 6R\ e\82 \v\94\ 3åd\ 1  \99\ 5ïH    È \02\10|ã-K\ 1(L¨Pà²0eËÚi\7f\ß·>'¨\18\96Ú\90ç"Õ\\91/٬̺aê¸èûkâ%\17­§Û/\1dk\aeC¼à¥~¸eú\93ó¶¿\9bx\1dxæ|ghføÜ¡¥éÑB\995Æ]*`'`?\0è\16è\13a\81ìð\9cÀÜ\0\ fY` å \b²@9PN\16\90ÀYð\94\94\80\0
\ 3Á7ê²\14\80\84
+\ 5>7'Î\9dY°ó½\96­ë\82ÒÁ\97®±|E ¹Ìsñ"õ\9aê\91w<]öË\85\9bß\8c\97t\1cl?\91µâÙ`ü½=ªG$û¥vsñ\97k³ÿßy5w?߸pçû\89×\84mgO?¾îå`Ò\ 3AÕp\995Æ]*`'`?\0è\16è\13I\81àP\9dÃÜ\0\ fY` å \b²@9PN\16\90ðYð\94\94\80ô             Á7ê²\14\80\84
+\ 5>\a\87;N®ýhwÙ;¯\ 5\13îëQ=âZ_\90j®Àd6\15õ­ÏùÞ\9cò\7f\9a]òâ®Íñ\92\8e½'ÛÂtd¯Z\10LzÈw\a§6äõ®\eó\8d\96ÇÖ\1fÚ\9b\90exìLÇ\13ë\96\ 6\93\1eðÖƸK\ 5ì\ 4ì\a\0Ý\ 2}")\90\1aª\83\e \rÿ!\b\f¤\1c\ 4A\16(\aÊÉ\ 2\92$\v\9e\92\12\10=éã!(G]\96\ 2Ð\96P¡ÀgâHÇ©]'Z/ÜÜM¼¿Oý\18§Xæ
\80hAZc~fSѦ£\aâ%\1d\1fµ\9fØ}âã_/\9a\1aLz¨o}N\92§#|Áþ\8d\ 5·Í*¹~Ê#[?>\94xexìLÇÎã­\17¾)µd\90&4Æ]*`'`?\0è\16è\13p^d¨\8eÀ]*hC~\b\ 2 )\aA\90\ 5Ê\81\80¤É\82§¤\ 4DOúx\bÊQ\97¥\0´%T(ð)iï<{âÜ\99\v7w\95Y\97\ e\ 6\9dÆ\98+1\19\17ÿ½±åÑP³\1dmGã( ß\9dS~MõÈþ\8d\ 5Ò\11þ\ 5njyìú)\8f\84¥\91\90}xú|çýËf\aåC\95¡1îR\ 1;\ 1û\ 1@·@\9f@Lä\85ê 3=hC~\b\ 2      )\aA\90\ 5Ê\81\80\82§¤\ 4DOúx\bÊQ\97«\0´%\94'ð)¹sneÿhÁµ¾\16Ð\á£Ô´\86üë\9aÇ\9e8w¦³««;~\ 2òO³KÒ\1aó½`8©\r\9991|¾p\12µ\ f\7fÿò\8cÞu£½µ1îR\ 1;\ 1û\ 1@·@\9f@L\84\85êà3=h£\e!\b\1c\ 4A\16(\aÊÉ\ 2\920\v\9e\92\15\10=Ñã!(G]®\ 2Ð\96P\9eÀ_æ|w×-Ó\9f¼uÆ\84̦¢ôha\86\8b\18s%¦¹8­1?¨Ìú§Ù%\87;N\1eé8\15/\ 19qîÌ7Z\1e\v\ 3òçozõ\88ÿütYëéö\ 4nÅß.~*µ!/ìCÉ5Æ]*`'`?\0è\16è\13\88\89¤P\1d\94¦\amt#\ 4\81\84\94\83 È\ 2å@9Y@rfÁk²\ 2r'z<\ 4å¨ËU\0Ú\12Ê\13ø?YwhÏ-Ó\9füÁ¼ê;çV¦5æ\87ã"Õ\¡\19Ø\\1cT\fû×\17\9a\1eÜ}¢5^2²íØá0#ß\9f[\91Ú\90\17\1e±|è¯\16M¹ø\88\1f'j1þ|Aäÿy¦òk\93Çöo,\90\cÜ¥\ 2v\ 2ö\ 3\80n\81>\81\8cH
+ÛAizÐ\ 6\1c\16\ 4\12R\ e\82 \v\94\ 3åd\ 1I\9b\ 5¯É
+\b\9dèQ\11\94£.W\ 1hK(Oàß3\7fǦ\1fΫ¹snå\97k³S"9)\91\'0æ
+ÍuÍc{Õ\8e
+&Ü÷«ESv´\1d\8d£\98¬?´÷[ÓÇ\87\80\84\8f\18vEø\88¿y©eçñÖ\ 4îÆ_,\8c¦6äõ­ÏI\8f\16fʯ1îR\ 1;\ 1û\ 1@·@\9f@FÄ\84í`5=h£\18!\b\1c\ 4A\16(\aÊÉ\ 2\928\v^\93\15\10:¹£"XÇ^®\ 2P\95P\9eÀ%\1aÞ[ýoK¦ýóÓeAUÖ\85k»æbÇ/æÊ}½f\8fê\11Á\84ûF¼>\7fÚ\1f×oo;\12/1Y´{Ëo^jùÉüºkªGÊÈ\85¯I\9dôШU\v¦ÿq]|]\16\7f&Îv\9d¿çÅɽjGùÚhcÜ¥\ 2v\ 2ö\ 3\80n\81>\81\8cÈ\bÛAlzÐ\ 6Ì\17\ 4\1eR\ e\82 \v\94\ 3å \v²À\ 1b@è\84\8e\8a`\1d{\89
+@UB\7f\ 2!eï¼\96¿ú\85o>õxP1,%\92;ÐEª¹Â\13\94\ f-~ó¥I\e^ý¨ýD\1c%eÁÎ÷n\9d1!(\eÒ§~\8c\98\¸,.\19ôà«s\8et\9cJÔnÜsòXÖ\8ag\a-\9f\eTf\89­1îR\ 1;\ 1û\ 1@·@\9f@@\ 4\84íà6Ch\ 3æ\v\ 2\ f)\aA\90\ 5\90\87r\90\ 5\07 t\12GE°\8e½\\ 5 *¡<\81ª\8d¯×mZ\95Ú\90\17T\f\vÿujg®Üd6\15¥G\v¯©\1eÙ£zÄ°\15óºã*)³?ØPñÎ\8aÛf\95\84\98\zÇÜ7\16f¯ZÐÑy6Qëñö#÷¼89\98ôPÏ\9al\8fn\8c»TÀNÀ~\0Ð-Ð'\10\10\ 1¡:¸M\12Ú\80ù\82ÀCÊA\10d\ 1\94£\1cdA\16\r\b\9dÄQ\11¬c/]\ 1¨JhN$3'Î\9diÙº®á½ÕAùР2k@´ Ó©\8b¹\92\17©i\8dù=k²Ó£\85C^{fÐò¹q\14\96¹\1fn\fçÂw¼\96\ré\97Üß&\1c¾cÿÆ\82^µ£R"¹á;&vInýøÐ\85£ÔÒÁ×5\8f\15acÜ¥\ 2v\ 2ö\ 3\80n\81>\81\80\b\bÕÁm\92Ð\ 6Ì\17\ 4\1eR\ e\82 \v \1cå \v²@\ 3n@Ü$\ eüa\1d
+@UBs"i9Ø~bé\9em\13Þ^\16L¸/¨\1aî\1cÕ\\85\8bÔ^µ£njyì\97\v\9b²V<\e_y\99¿cSP\99\15NÿÆd¿Ý\ e\7fýÔ\86¼ë§<rÏ\8b\93ï}eV\ 2\97äæÖ\83Ëö~ðëES\83²!\8eR\8dq\97
+Ø      Ø\ f\0Ð-ú\ 4\ 2"\1d :½IB\eÐ^\10¨H9\b\82,\80r\94\83\ 2\r¸\ 1q\93\91uì¥+\0U  Í\89¤åÀ©ã\9b\8e\1e\18ñúü`Â}½jG%ó×>\9a«vÉØ/\92{Ëô'o\9bU2î­%q\14\96öÎs\e\8fì_´{KP>Ô;\86ï8 Z\90\12ÉM\8f\16f¯|.±{rçñÖ;\9e.\vJ\a§Dr\94¤1îR\ 1;\ 1û\ 1\0ºE\9f@@¤\ 3T§7Ih\ 3Ú\v\ 2\15)\aA\90\ 5P\8er\90\ 5\ 1= n²\ 66\12\8f½t\ 5 *¡9\91\9c\1cé8u°ýÄ=/N\ eJ\a÷\8bä:¶2WaÒ£\85i\8dù}ës¦lY\eGaiï<{àÔñðg\ e&=Ô»n´/\14\ e§\7f\8d-\8f~mòùo,Là\9e<Ôqò£ö\13ÿ×Ì   ÞÝ\18\80\9d\80ý\0\0Ý¢O \1d¢\ 1¶3\9c\ 1í\ 5\81\8a\94\83 È\ 2(G9È\82\80\1e\905Y\ 3!\89G`Æ\ 2Ð\93P\9bHZÎv\9d\ fç\8e§Ëz×\8dN\8f\16:f1Wg2\9a\8a¾6yì\97ªGÎÚ¶!\8eòr¾»ë\91µ\8b\83\8aa\ 3¢\ 5.\13ÿü\94×T\8f¬ywe\ 2÷d÷'\9f´\9en\ f\7fÓÔ\86¼\f\8fn\8c»TÀNÀ~\0\80nÑ'\90\ eÑ\0Û\19N\12æ\80óRÀFÊA\10d\ 1\94£\1cdA\16h@\ fÈ\9a¬\81\90Ä#0c\ 1èI¨M$+g»ÎßÔòØ\rSÆe^<.sÉb®Î¤6ä\ 5\15ÃVîßÙÞy¶³«+\8e"\93¿ú\85^µ£\p_\9aÌKOY:8úþ\9a°L\12¸*\8ft\9cúó\11®w7Æ]*`'\0\16\ 1ºE\9f@:ä\ 2T'9O\98\ 3ÎK\ 1\e)\aA\90\ 5P\8er\90\ 5Y`\ 2C h\82\ 6B\12\8fÀ\8c\ 5 '¡6\91\84ì<Þú÷SÇÝ6«d@´ \1c7,æêLÿÆ\82¯Ô\8eÚúñ¡Ý'>\8e¯\8bÔ?,\9dyó´'n\98:.ü\15¼ã¥£Ô lÈ¢Ý[§ìè<\97Àm¹çä±ë§<âÝ\8dq\97
+Ø      À~\0Ð-ú\ 4Ò!\17 :ÉyÂ\1cp^
+ØH9\b\82,\80r\94\83\ 2\13\18\ 2A\932\10\92{\ 4\ 6U\0=    µ\89ädù¾í·Í*¹sneßú\9cÔ\86<×+æjLsqZC~P1,Tnã\91ýq\97\9aß¿<#=Z\98\12É\rÿÍLúsÔð\8f\10T\r\ fÊ\86,Üù~|\1d\17\7fVV\1fØu©-S"9Rl\8c»TÀN\0ö\ 3\80nÑ'\90\ e¡\0ÕyÎ\13æ\80óRÀFÊA\10d\ 1\94£\1cdA\16\98À\10H\99\94\81\93Ü#0H\vèIèL$\e3·½}÷ó\8dwέ¼¦zdJ$7Óé\8a¹òs]óؾõ9AÉ oÏ\98¸øO[Wîß\11_©ùÍK-¿[2-=Z\98Ö\98/2á_ ¬\8eÔ\86¼¥{¶\85¯\99Ø\85¹lï\a7O{B[\1aã.\15°\13\80ý\0 [ô  DC(Àv\9eó\849 ¼\14\10\92r\10\ 4Y\0å(\aY\90\ 5&\90\ 4R&bà$÷8\fÒ\ 2Ð~:\13IHÍ»+\1f|uÎm³J\82ʬ\94HîÀæbG+æ*\¤öª\1d\15LzàgÏE¦lY»|ßö8\8aLëéö?,\9d\19¦¦gMvø[ø\9aÔ°4Âê\bÊ\86\84ÿ1\7fǦ\84ïÌE»·Ü:cB\8fê\11ÚÒ\18\80\9d\0ì\a\0Ý¢O \1a\12\ 1¶S\9d\ 1á¥\80\90\94\83 È\ 2(G9È\82,\90\81$\101\11\ 3'¹Ça\90\16\80öÓ\99H*ÊÞyíñu/_?å\91 bX?\17©æ*\9e1\ 6eC~·dÚ¸·\96¬ýhw|¥fÏÉc¿^45(\1dܳ&ÛSþ¯×¬\1a~ûìÒ     o/\9býÁ\86ÄîÌð\17,~ó¥ïÏ­\b\7fe\85i\8c»TÀN\0ö\ 3\80nÑ'\10\rq\0ÕÙN\15æ\80ðR@HÊA\10d\ 1\94£\1cdA\16È@\12È\97|\81\96ôã0H\v@IêL$  ]ÝÝu\9bVEß_sá\v++³Ò\1aó¯u`e®Ö\°®|èÏ\17Dv´\1d\8d¯àl<²¿jãë÷/\9b\1d\94\ ev\93xé"µOý\98ð5o\9d1aáÎ÷\13¾9çm\7f÷Â\15\7fÙ\90\94H\ e\ 1\8cq\97
+Ø      À~\0Ð-ú\ 4¢!\ e :Û©Â\1c°]
+8I9\b\82,\80r\94\83\ 2\19H\ 2ù\92\92~\1c\ 6o\ 1(I\85\89\84gÿ©¶§?xgáÎ÷kÞ]\19\94\f
+*³2¢\85îSÌÕ\99ôháWëF÷ª\1dõÛÅOý\8f\17\9a\ fu\9c\8c£ì¬;´gÞöwÿõ\85æ`Â}á¯p]óX\ fzmsqÏ\9aì\9f̯\v_sñ\9f¶&|\7f\86¿cX\98}êǸâ7Æ]*`'\0û\ 1@·è\13\88\868\80êl§
+yÀv\11à$å \b`\ eå(\aY\90\ 5\ 4ò%\ %ýh\fÞ\ 2Ð\90
+\13      Ï®\13­+÷ïÈZñl0þÞ 2ë\9aê\91¾ìÏ\\9dɼx\91\9a\12É        ÿýÅÂèÏ\17Dâ.>\9b\8e\1eøÇY\93\82\92A}ë}Kæÿ\9aÔ\86¼Þu£o\99þäÆ#û\13¾?W\1dعæà®>õcÂß:Óë\eã.\15°\13\80ý\0 [ô DC\16Às³\85<`»\bp\92r\10\ 4È\ 2å(\aY\90\ 5\ 4Â%\`&ýh\fÞ\ 2Ð\90
+\13      Í¾\93m\1f\1d¹çÅÉÁ¤\87\99«?ý\e\v®\9fòÈí³KC  ã.>;Ú\8e~ØvôæiO|¥v\94\f'ãâ\83¦5æßñtÙ7\9fz<üû$v\7f\9eí:¿øO[\83²!×T\8fôíÒƸK\ 5ì\ 4`?\0è\16}\ 2Ñ\90\ 5ð\9cðl!\ fØ.\ 2\9c\ 4å\ 4\ 1²@9ÊA\16d\81\ f<\81dI\16\98É@\1a\83º\04¤¶DbsìLG8·Ï.\rª\86§5æû\9a?sõo\18\aD\vúÖç<øê\9c¸\8bO÷'\9fì=Ù\96\12Éí]7:=Z(>\97\1e4ü;Ü<í\89\9bZ\1e;ÝÙ\99ð\15z¶ëü¢Ý[\82ò¡^ß\18\80\9d\0ì\a\0Ý¢O \17²\0ª\13\9e\ 1ÏE\80\99 \9c @\16(G9È\82\81*\90,\99\ 23I\b\1aS\17\80\86Ô\96HxÚ;Ï~}òÃé¾àÏ|¡Ó£zDÖ\8agã1A{N\1eK\89äzÁ\7f\ry·Ï.M\9e\16]°ó½ 2Ë»\eã.\15°\13\80ý\0 [ô äB\10@uγ\85< º\bÐ\12\94\13\ 4È\ 2å(\aY\90\ 5>P\ 5b%S '       Acö\ 2Ð\90ª\12\89Í\8e¶£éÑÂ\9b§=\91ÑT\94á.Õ\õÉl*J\89ä\ 6%\83J7,o=ÝÞÞy.¾\12´æà®Ô\86¼o>õ¸³î??hZc~P\95uçÜʶ³§\93¡Eë6­
+\1d¸aêÿÇÞ½ÇX]ßùãÿ\ 4h\91ÂÄ\99\85\19\aܺ¦ÝÖ4ê×6íîwk¶ý¶Ý¦m\9af\9b4m¶iM\13ã\15\81\f0\ 3Ì\9dK\15\81\81\97\0#WE\8a
+r\11\15\11ʥ (
+\88\b"W\ 1\81\91ËÀ0Ìø;h~®\8b8\fÝ\11æ\9cóxä\95¦ÿÎçó|¾\ ey\9bw>cú\84ó\ 4À\18÷RÁ\99\0Î\aÀn±OÐ\vE@Îe^f\84\a    W\ 1áDä\14\ 1]\109\91C\17tA$¤\ 5\9dÒ)\84S\ 2\91\ 5¬G«\92xµ|ß\8e\7f\9eöçïÌ\9e\98\\9bÓ;ä:\95¹\ 6Ó­"3(º\7fÎ[\e·\1f?|âÜÙØjÐãom\8a6èöY\13®¯ÉÖ \8f§o¤0\98<ð÷Kêw4\1cÙ\7fª!\11\16é¤\8dËSB¹Ñ\f¸\94j\8c{©àL\0ç\ 3`·Ø'è\85" ç2/3Â\83\84«\80p"r\8a\80.\88\9cÈ¡\vº \12Ò\82Bi\13ò)\87\b³ô\ 2v£UI¼\9aþæú;ç\96þËãÅ×Uf%×椻ub®ú¤\86ó\83Ò\8c%ïn[¹\7fçÙóÍ1W¢úmëo\9c2*Ú \94Ú\\rúøFj÷ʬ`ü½w-\9d¾çäñ\ 4Ù¥\8fnxþ£\ fþ\8e\90\ 1cÜK\ 5g\ 28\1f\0»Å>A/\14\ 19\97y\99\91\1f$\þ\85\13\91S\ 4tAäD\ e\ 5\91\90\16\14
+\89\92O9D\92\ 5\18°\1eíIâÒ¤\8dË\7f¿¤þ\8eY\13\82²Á××dß\10)tßÄ\Õ\89\14¦\84r\83\92A=ª\86=½ëõX,QÑÆ\17£%º}Ö\84è\9f Aÿý\99Ô\89\ fä®^øø[\9bv\9f8\96\b»4û¯\vþôÜ̯×?Ü«z\84\18\18ã^*8\13Àù\0Ø-ö   z¡\b\b¹Ì\8b\8dü áò/\9c\88\9c\v"'rè\82.\88\84À P¨\92|Ê!\92\80õhO\12\7f\1eYÿÜ°UÏÜ<mLP\9a\91\\9bÓ×E*sÕ¯.&Õ\8c\b\8a\a|½þáð\ekf¾¹!æJ4æoK£%ºiêh%úô\ 4e\83\83\89ý\a­\98wôÌé\ 4\85k\17G\ 3Ð¥|HJ(×¥TcÜK\ 5g\ 28\1f\0»Å>A/\14\ 1!\97\91\1fÄ[þå\13\91S\ 4tAäD\ e\ 5©\10\18T    U\12Q9D\98e\18°\e-Iâ̸\rÏ\17oz©gõð 4Ã-*sMn¤^\88\80ïÏ-)\»xöö\8d±Ø£I\e\97÷¨\1a¦D\9f\9eÔp~×\8a¡Ñw\9a»zá\99óÍq¿K[Z[Ç®_6þ\95\17ºWfõ\ eå¥Ë\801î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17\8a\80\84˼äÈ\ fâ-ÿò\89È)\ 2º r"\87\82\fz\84\1e\89¨\1c"Ï2\fX\8c\96$qäè\99Óá7ÖLÚ¸<(\1e\10\94\86ó]-1×äRjP6øçOÕܽlÖ¢Ý[c®G\8dÍç궬©}}µ\12}2éu\ 5½CyÝ*2\93\87¼<?A6ê\89sgsW/\f\ fÊ2ÒÄÀ\18÷R\ 1g\ 2Î\aÀn±OÐ\v-@ÂÅ^rD\bÙ\16~\11\14\ 1]\109\91C\17tA*d\ 6=B\89¤T\14\91g1\ 6,F\e\92x±ýøágßÙ²lÏöµ\8b\83q÷t)\1fâÛ\8eæZÝ^Lª\19ѵbè\1d³&l<¼/æªt¸ñä\82]o\¸Ù=á¾ l°\17ú©×\9a}ÓÔÑÿµ¸þ¡ås\13\1e=sº`Í¢ èÁ¾Ö©1î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17Z\80\84\8b½äH\11²-ù"\8aÈ)\ 2º r"\87\82`\88\r\1a\84\ 6      ª("Ïb\fX\8c6$ñâÕ#û£óë\85\91\8f¯Ñu¯Ìr\85Ê\\93I«+H®ÍIªÉþ\7fó*¾3{âöã\87c®M\87\eO\ eyy~0î\9en\15\99zôéϤöª\1e\91\16ÎÏþë\82\ 4Ù«ï\9d>±þÐ\9e1\7f[êRª1î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17Z\80\84\8b½äH\11\82-ùÈ\8fÈ¡\bº r"\87\82l\88\rê\83\ 6  ª("Ïb\fX\8c6$q¦[Eft\92ks\\9e2×ðFjïP^ôÿ|wÎÄoÍxôtó¹\98ëÑ\91ÆS»O\1cËXñ\97 x\80*}2©áü\94ÚÜ\7f®\7føæic
+×.N\90¥zôÌé{\9e\9f\1d\14Ýß«z\840\18ã^*àLÀù\0Ø-ö       J¡\ 5H¸Ø\v\8f\14\92\8fü\88\1c\8a \v"'rè\82\86Ø ;¨\8f¬J#"-É\80­h=\12\1c1×üRjßHá\8dSFýëãűؠÆæs§\9b\9b.|q¸4£w(/Ý;ýäÍ\86óo\9a:ú+\95Ãj__\9d8\eõìùæ?.\9d\1e\94\r\96\ 4cÜK\ 5\9c    8\1f\0»Å>A)´\0      \17\91"¤Zò\11T\91C\11tAäD\ e\ 5Ù\10\1et\aÅ\91UiD¤%\19°\15­Gâ\92\9b#æÚN÷ʬÿ\P×Ôr>:±Ø ÿûÄä´pþ\r\91Â4oó\7fNP2hɻۢ¯µ¥µ5q6êï\16MëY=\\18\8c\85   Î\ 4\9c\ f\80Ýb\9f \14Z\80x\8b½ü\b\12R-ö\bªÈ¡\bº r"\87\82xH\ eZ\83î\88«4"Òò\fØ\8a\16#ñÊÍ\11sM¦o¤0©&;\98ôÐï\16M;~¶1Fëó\7f\9f\98\9c\1aÎï\13Îs\ fñÓs]eVP<`Ù\9eí1z×øïóÃyåß\9añè\8dSFF#!\ 3Æ\18ÿÂ\ 4g\ 2Î\aÀn±OP
+-@¼Å^~\ 4        \91\16{dUäP\ 4]\109\91C\17tA<ä\a­AeÄU \91jy\ 6¬D\8b\91xåæ\88¹ú7R»Wf\ 5ãï\1d¶ê\99W\8fì?xúD̵æè\99Óß\99\87óÊ{\87ÜHýïI¯+\88>\90èËÝphïæ÷\ f\9comI\9c\93ù\95Ñ¿=¹6'Í¥Tc\8c{©àLÀù\0Ø-ö     J¡\ 5ȶØK\91 !Ïb\8f¬\8a\1c\8a \v"'rè\82.H\88ü /¨\8cÄ
+$R-Ï\80\95h1\12×Ü\1c1Ws\82²ÁÁ\84û\8a7½´lÏöC\8d'c®/\9bß?ð\93y\15¿xº¦{eVRÍ\b\93»Æɵ9Áä\81)µ¹+÷ïL¨\15ÚÒÚúó§j\92j²ÝH5Ƹ\97
\ 4\9c\ f\80Ýb\9f \14Z\80l\8b½\14       \12Â,ö\88«È¡\bº r"\87\82\84È\ fÊ\82¾\b­L"ÕR\rX\89V"\89ÀÍ\11su&5\9c\1f\94\fªÛ²¦~ÛúÓÍM±X\965\aßùÞ\9cIAiFÏêáéÞé§.¥v)\1frûÌ    \8f¿µiÑî­\89³<÷\9dløý\92ú?=7³[E¦\18\18cÜK\ 5g\ 2Î\aÀn±OP
+-@°Å^\90\ 4        a\16{ÄUäP\ 4]\109\91C\17tAB°N\95\ 5e\11Z\99D°¥\1a°\ f­D\12\84\9b\8b\9dHaJ(7(Íè^\99U²iE\8cÖdÑî­ÃV=óó§j¢\7fHßH¡×úÉ\8dÔ\1e\83\89ýo\9f5aÉ»Û\12jsn;vè\97Ï\84\82â\ 1_®ÌtIÙ\18ã^*8\13p>\0v\8b}\82Rh\ 1R-ö²$KH²Ì#±"\87\82È\89\1cº \v\12\82\8dª)h\8aÜÊ$\82\80}h%\92\1c1_Ü¥ÅäÚ\9c 4㦩£\vÖ,ztÃó1Ú\91E»·Þ6s|0é¡\9eÕÃ]Jýôû\8d¾Ü_<]3äåù   u)uÝ{»\8b6¾øû%õAñ\0y0Ƹ\97
\ 4\9c\ f\80Ýb\9f \14Z\80T\8b½,É\12\92,óH¬È¡\bº r"\87\82\90`£ª \9a"·2\89`\v6`\1fÚ\87$\1a7GÌ\17ñ\8dÔ¤\9aì lðí³&ܽlVñ¦\97\1d\8bvo\9d»ãÕoÍx´[E¦\e\88\9fLz]AÏêáAiÆ¿Î)^\7fhOB-ÌèßûïO\96\ 6E÷÷¨\1aÖ/2R\18\8c1î¥\823\ 1ç\ 3`·Ø'(\85\16 Òb/N²\84\18Ë<B+r(\82.\88\9cÈ¡\vº $Xªj\82\8eÈ­X"Ø\82\rØ\87ö!\89ÆÍ\11Ó±7\16\93ks¾\\99ù¯\8f\17ÿø/\15õÛÖÇh/^Ú·cåþ\9d\17\96\f\8aþE.¥~<iu\ 5ÑgÒ£jØ/\9e®ùÑ\93åÛ\8e\1dJ¨m¹ùý\ 3Ñ`\ae\19ò`\8cq/\15\9c     8\1f\0»Å>A)´\0y\16{\89B\9cdXà\91[\91C\11tAäD\ e\ 5!A\90t\ 4\1d\11]±D¶e\e°\f-C\12\96\9b\ 3çú\9aì\7fy¼ø[3\1e]¶g{\8c6¢¹¥eÑî­Añ\80.åCRÃùÞé\7f_J\rç÷        çýp^ùwfO<qîlBíÉíÇ\ fo;vèöY\13¾Té˹Æ\18÷RÁ\99\80ó\ 1°[ì\13\94B\v\90\97(ÄI\86\ 5\1e¹\159\14A\17DNäÐ\ 5]\90\13dI;Ð\ eé\95Ld[¼\ 1ËÐ&$¡¹9b:dR?º´\98Z\97¿£áH\8cváìùæ÷N\9fXòî¶`òÀtïô\7f~&5ú~£óý¹%   ¸$\ f\9cú w(ïK\95\99Ñ\84\v\861ƽTp&à|\0ì\16û\ 4¥Ð\ 2\84\85
+q\92aiGnE\ e\ 5\91\139tA\17ä\ 4\ eTCz%\13Ù\96pÀ2´\ 6Ipn\8e\98\ e\99\e§\8cL®ÍÙsòx,¶ ¥µµ©å|dËÚ dP\9fp\9e·yñD
+{\87óî\9c[\9ahë±õ£K©××d§É\801ƽTp&à|\0ì\16û\ 4¥Ð\ 2\84Yòå
+q\12]iGzE\ e\ 5\91\139tA\17D\ 5\89Ò\vôB\80%\13ñ\96pÀ&´\ 6á#n\8e\98¿{Ò?ú\8cf\8fªaÿ4mÌ\89sg£Ó\1a\9b-\18µnqRMöMSGGÿ\1c¯õ¢WÜ¥|Èï\16M\8b¾ÜÓÍM\89\1ew\9f8Ö;\94çRª1ƽTp&à|\0ì\16û\ 4¥P\ 4$YìE\vq\12]$PzE\ e\ 5\91\139tA\17D\ 5\89R
+\94B\86\85\13ñ\16rèðF{\ e\1dHìrsÄü\1dÓ7Rx}MvP<àι¥»O\1cÛw²!v+\90»zaJ('¹6Ç¥Ô\8b^q¯ê\11\83w-\9d~¤ñT¢-ÆÕ\aÞùê\94QwÌ\9a\90\12Ê\15\ 6c\8c{©àLÀù\0Ø-ö        J¡\b\88±ØK\17\12\b¡\0\8b\1c\8a \v"'rè\82.H\v\ eh\84\18\v'â-çÐá]ö4lB\v\90Øåæ\88ù;n,\ 6Å\ 3~¿¤~ý¡=o7\1c\89Ýðßóüì\1fÿ¥âæic\92ksÒ½Ù\8b^qÑ\83¹«\17®{o÷\81S\1f$ÚV\¶gûMSG÷¨\1a\9eRëRª1ƽTp&à|\0ì\16û\ 4¥P\ 4ÄXì¥\v\89\12ZD]\86E\ e\ 5\91\139tA\17¤\ 5¹R\atA\8cå\13       \17uøBZì\81X\83\1f±ËÍ\11Óþé\17\19Ù­"3\18wÏï\97Ôïlx?vcÿÇ¥ÓïZ:=-\9cߣjXïP\9eK©ÿ=\91 lp0þÞì¿.8Üx2Ñöáô7×ÿjAøß\9e\98ܽ2+ú(äÁ\18ã^*8\13p>\0v\8b}\82R(\ 22,ö\ 2\86PI,r.Æ"\87\82È\89\1cº \vÒ\82\ 2\8a Éò\89\84\8b:|AýõX¬AÛ\8fØåæ\88iϤ×\15t)\1f\12\14Ý\9fµêéÚ×Wïúàh\8c\ 6¾¥µõîe³ºUd~©235\9cïFê'ï7ú4\82Ò\8c x@ñ¦\97¢¯¸¡éL¢-é[×}½þáèCHªÉîëRª1ƽTp&à|\0ì\16û\ 4¥P\ 4\ 4Xìe\f¡\92Xä\\8cE\ e\ 5\91\139tA\17\ 4\ 6ÑÒ\ 2´@\98E\14!\97vø"këáØ\81V\1f±ËÍ\11sÙë\8a\17\96f\14¬Y4jÝâ£gNÇhÔ÷\9fjÈ]½0sÕÓAÉ oö¢·\9c\\9bÓ«zĤ\8dË\1f]ÿ|bnÂéo®¿yÚ\98î\95Yn¤\1acÜK\ 5g\ 2Î\aÀn±OP
+]@ze^Ò\90+qEÈÅXäP\ 4]\109\91C\17tA`\90.\15@\ 5äYD\11r\81\87«PX\8fÈ\ e´÷\88]n\8e\986®+¦ÔæF'û¯\v2W>\15»!ßrô`Åk+\1f\89 èþ.åCnpñð\93\89\14FßoP6¸O8ï\91õÏ%æ\ e¬ß¶~êÖuÿ8eäWª\86¹\94j\8cq/\15\9c       8\1f\0»Å>A)t\ 1Ñ\95yyC®\ 4\15!\97d\91C\11tAäD\ e\ 5\99\84\1fù\17i\11EÈe\1e®N[=%;ÐÒ#v¹9b.}]1\94ûåÊÌÔp~Öª§c:á[\8e\1eüå3¡`ü½Ý+³úEFz¹\9f~Ë=«\87ß2}ì\1f\96<V¸vqb.ÀÇßÚtásÀ%\83¢\81O\17 c\8c{©àLÀù\0Ø-ö    J¡\v\88®ÌË\er%¥\b¹0\8b\1c\8a \v"'rè\82\f2&ùH¾TK)B.öpµzêYÙ\816\1e±ËÍ\11sñ7RC¹=ª\86\7fã±G~2¿2¦?\93ºíØ¡5\aß¹p)µd\90ï`^ê-_ø<hÙ«/'æêkni\99÷ökÁä\81i"a\8cq/\15\9c   8\1f\0»Å>A)t\ 1Ñ\95yyC´D\14      \97g\91C\11tAä\109]@\17ÄFÌd\1e\99\17lAEÎ%\1f®z==1\vк#v¹9b>\99>á¼äÚ\9c\8fýÆc\8f\8c\7få\85ØMõ;'\8eîúàèm3Ç\a\93\aFÿ"\97R/\9aè3¹uƸ¯Õÿ¹öõÕ  ¸ôN7\9fÛÑpdÁ®7\82I\ fùFª1ƽTp&à|\0ì\16û\ 4½@\1d$Và¥\ eé\92OÄ[¤E\ e\ 5\91Cät\ 1]\10\eI\93y\ 4\91\1c9\17~¸&ÅôÜ,@»\8eØåæ\88\89NZ]Aj8ÿkõ\7f¾¾zĬí¯Än\9e[?üðàé\13\1f\7fò5ú\17¹uxÉ\17ý\95ªa\8bvoMÌ\8dwö|sÕæUÁÄþI5Ùâa\8cq/\15\9c 8\1f\0»\ 5ÉÑ\vÔA\\ 5\90.áD¼¥ZäP\ 4]\109DN\17Ð\ 5±\116\81GÔe\eY\15\87kUF\ fÐö³è\88]n\8e\98\v×\15ÃùAÙà\95ûw¶´¶¶Ær\9e\ f\9cú %\94ë\85¶õ¢K3^ØûVk¢n¼\92M+¢O@\12\8c1î¥\823\ 1ç\ 3`·`\9fè\ 5J!«¢\8eø   \98d"ÛR-r(\82.\88\1c\vè\82ðÈ\9b\9c#çâ\8d¬\8a:*Àµ­¡ÇhûÙrÄ.7G|@³{eÖ\8e\86#G\1aO\9dom\89Ý$o8´7%\94{Ëô±©á|¯õ¢ùø\e©Ý*2·\1d;\14}ÑÍ--    ¸ë²V=\1d}\147O\eÓ'\9c'\12Æ\18÷RÁ\99\80ó\ 1°[°Oô\ 2¥\10TQG\ 2ÅL,\91\169\14A\17D\ e\91Ó\ 5tAxDNÂ\91p!G\¥\1d-àÚ¶Ïôú¬8b\97\9b#\899éu\ 5)¡Ü 4#©&{Û±C1\9dáù;7\7f³þáoÏ.\8aþ-½C®\1c^ü¢{U\8føÇ)#w4\1cÙ~üpÂ.º\8c\15\7f\89f#¹6ǵec\8c{©àLÀù\0Ø-Ø'z\81^H)²'\84b&\93Hµl\8b\1c\8a \v"\87Èé\ 2º ?R'Û\88·\9c\ 2\8f\19\91Ú{ö\e±ËÍ\91D\9b¾\91¤\9a\11Á¤\87¾5ãÑÕ\aÞY\7fhOL\axÖöWn\9c2êºÊ¬äÚ\9ctï÷â\17\9d\1d}Ñßxì\91\8d\87÷%ò\96\e´b^j8_B\8c1î¥\823\ 1ç\ 3`·`\9fè\ 5z!¢È¹\1c\8a\99@"Õâ-r(\82.\88\1c\vè\82ü\b\9e`#Ø¢\8eÄ
+<ê@ç©\9b\akïÙlÄ.7G\12gúEF^W\99\15L¸ïgOUÏ{ûµÕ\aÞ\89éè\96lZñ\87%\8f}göÄî\95Y7D
+½ß\8bÞuP2è?æWE_ôª\ 3»\12v¿Ý÷Â\9cè¤Õ\15¸\94j\8cq/\15\9c   8\1f\0»\ 5ûD/Ð\vùDÎEQÒD\11\91\16r\91C\11tAä\109]@\17äGö¤\1a\91\96v\84VæÑ\b:UË<^KÏZ#v¹9\92 \9fÎìV\91\19\14Ý\7f×Òé%\9bVÄú7R\1fÝð|ö_\17Ü<mLP\9aq}Mv_\97Rÿç»î^\99\15}×?\9aW±î½Ý\89¼Ü\ 6¼ôd4öÑé\13Îs)Õ\18ã^*8\13p>\0v\vö\89\1aÂ\89\90\v¤°        !ò,ç"\87\82È!rº\80.\88\90\ 4Ê3Â,ð\b­Ì£\14tª~yÈ\96\9e\9dFìrs$î'½® (\19Ô\7fùÜì¿.ØÑp$Ö\13[öêË=«\87\a¥\19)¡\\9fIýì¥Ô`òÀ?.\9d\1e\e\ eíMصvº¹iÈËó£±\17       c\8c{©àLÀù\0Ø-Ø'z\81jH&B.\93ò&\81\b³¨\8b\1c\8a \v"\87Èé\ 2º BB(ÌH²Ì#´b\8f^Ð9\9bå9Ûx\92Fìrs$\8e'-\9cß½2«Kù\90ß<;åĹ³1\1dÔ3ç\9b§n]\17Ù²6(\eÜ;äó\97\97\98\1e\82Ò\8c\9f=U½ûı\84]hûO5DC2jÝâ`b\7f×\96\8d1î¥\823\ 1ç\ 3`·`\9f äÚ!\93H¸X\8a\9cø!ÉÒ.r(\82.\88\1c\vè\82\14É¡\18#Ãb\8fÜ\8a=ªA§-\94\anãI\1a±ËÍ\91¸ü@j\9fp^Ïêá)¡Ü?,yì×\v#1\1dÑÃ\8d'\9f}gKÙ«/\a\ae\83½ß\8b&5\9c\1f}×½ªGüvÑÔ_<]sülcÂn³='\8fß÷Â\9c`Ü=]+\86öu)Õ\18ã^*8\13p>\0v\vö    ª¡ \ 2\89xK¦ÔÉ\1eb,ð"\87\82È!rº\80.\b\92(J/\ 2,üȭ䣠tâ\1eyìÖ\9d¤\11»Ü\1c\89¿\e©I5Ù7M\1dý£y\15¿[4-¦Ãyðô\89\r\87öæ®^\18\8c»§[E¦\9b\86\9f\9dÞ¡¼\e"\85ÿ1¿ê§ó«\12y\8fí>qlãá}\17.¥NzHN\8c1î¥\823\ 1ç\ 3`·`\9f \1a:"\8dȶ|
+\9eÔ!Ã2/r(\82.\88\1c"\87\82      ¤è"·ò\8fèJ>:Bço\90\87oÝI\1a±ËÍ\91xúnfJ(÷æic¾^ÿpÿåsc=\99\9c¾kéô`bÿ¤\9a\11n\1a~vÒ>º\94\1a}ã¿yvJ\82/±#\8d§~öTuP<àú\9alQ1Ƹ\97
\ 4\9c\ f\80Ý\82}\82\89\1c"ØR*{ò\86\0K¾È¡\bº\80ð\88\1cº \v²$\93\12\8bÐj\ 1¢+üh
+1Q\19/®\934b\97\9b#qrK1\9c\7fã\94Q=ª\86\8d]¿,Ö3yö|scó¹ß-\9aÖµbhº\97û9\97RûEFö\ eåÅú'q;$-?\9cW\1eM¾¨\18cÜK\ 5g\ 2Î\aÀnÁ>A54E\b\91jA\15?aCz\85_äP\ 4]@äD\ e\ 5Y\92LqEV\91\15~\94\85\18*\8b×a×I\1a±ËÍ\918\98ôº\82`òÀúmëÏ\9conni\89õLÞ9·4úGõ\8d\14¦y¹\9f÷ºK32W>uö|sSËù\ 4ß`Ñ´¤\84r¥Â\18ã^*8\13p>\0Ø\fö    Ú¡,â\87H˪\ 4Ê\18¢«\ 5"\87\ 2"'rè\82.\88\93pJ)\82\8a:H¯ü£2ÄVA¼\17\8b\88]n\8eÄúô¨\1a\16\14=8kû+gÏ7Çt\14Ï·¶Ü:cÜí³&¤×\15ô      ç¹\94úÙé\e)ìY=<(º?û¯\vN\9c;\9bÈ\8b«¹åBZîø(-iá|Ù0Ƹ\97
\ 4\9c\ f\06\83}\82\8bà!ÏB+\8aÒ\85Ä*\82È¡\bº\80È\89\1cº \vâ$¢Â\89\17\ 2,ÿè\ e±U\roÇ¢\934b\97\9b#1úÅÌÔp~P68(\19ôÂÞ·6\1eÞ\17ë\97R\e\9aÎ|{vQrmNJm®\e©\97|ã]Ë\87\ 6ãï­Ú¼*úº\8f\9e9\9dÈ[+\9a\96;fM\90\16c\8c{©àLÀù\0`·Ø'h\87ÊH\1dÂ,·Ò(W\88«:\88\1c\8a \v\88\9cÈ¡\vº Q²*\93È$Ú!è\80ú\10»uð\9al9I#v¹9\12s_ÌL®Í   &\ fì\1dÊ[¾oÇ\v\8aõ\ 4n9zð§ó«~ùL¨GÕ0ï÷\92\93VW\10\14\ fxü­MKÞÝvº¹)\91÷ÕÇiùÅÓ5Òb\8cq/\15\9c       8\1f\0ì\16û\ 4íÐ\1ayC\92¥W&%
+AU
+\91C\11t\ 1\91\139tA\17\84
+QD\1aÑ\11\19F\ 5\94\88\98®\80WfËI\1a±ËÍ\91X\99~\91\91\87\a\13ûß1kÂìí\e\9f}gK¬goÙ\9eíw-\9dþ\8b§k\82\92A=ª\86§{Ë\9fùFjJ(7úpº\94\ f\99ºu\9deµáÐÞ\7f}¼8ú@¢E\90\16c\8c{©àLÀù\0`·Ø'(\88îH\1a2,Ãb)HH©j\88\1c\8a \v\88\9cÈ¡\vº T$Zn½k!DSÄ\18-P%â,öÞ\9d\15'iÄ.7Gbå3©AÉ \9f=U=þ\95\17\96¼»-\ e\82·h÷ÖoÏ.
+\8a\aô¨\1a\1eýë¼â\8b'Rسzø\8dSF\96½úrÕæU6Õª\ 3»î\9c[\1am\81´\18cÜK\ 5g\ 28\1f\0»Å>AAÔGÆ\10`I\16N\11B>\15DäP\ 4]@äD\ e\ 5¹"¡\ 2ìÍ
+\1e*#Éh\81B\11¯i÷\12­8I#v¹9Òùo¤ö¨\1a\16\14\ føþÜ\92Õ\aÞ\89\83ÈÍ{ûµ\8a×V^øðeÙ`w\f/ùÆ\93\83\92A7M\1d]ûúj;jÉ»ÛÊ^}ù§ó«\J5Ƹ\97
\ 4p>\0v\8b}\82\82h\90\80!½Â,\9fò\83\88È¡\bº\80È\89\1cº \v¢E¢eØ;\159´F\98Q\ 4\9d"\8esî=Úo\92Fìrs¤3O\8fªáAÙà_/\8cünÑ´\8d\87÷ÅzØ\9eÞõúü\9d\9bo\9c2*(\1e\90T\93í\8eág¿\91záFjÙàïÍ\99ôÇ¥Ó}&5ê¥};n\99>6\98Ø¿Wõ\88~\91\91Bb\8cq/\15\9c       à|\0ì\16û\ 4\ 5Ñ#ÑBnEZPÅ\ 6\99´cE\ e\ 5DNäÐ\ 5]\90.\12$Ì^¢¤¡;Â\8c.(\17q\9fm/Ôr\934b\97\9b#\9dpÒÂùI5#¢ó«\ 5á\1fÎ+\7fïô\898HÚ\92w·u)\1f\12\94\fê\1dÊK÷\96?3é\17®!\ fûþÜ\92\1f<Y6wÇ«VÓê\ 3ï¬:°ëæic®«Ìr\85Ù\18ã^*8\13Àù\0Ø-ö       
+¢JB\85Ðʶ¸\8a
+ÒhÁ\8a\1c\8a \v\88\9cÈ¡\vº ]$Bª½/éB\8fä\19]P1\12*ÒÞ¬$H\1a±ËÍ\91N5©áüäÚ\9côº\82\7f\7f²4:q\10°3ç\9b·\1c=¸|ß\8e d\90÷ûy\93\12ÊMªÉþê\94QëÞÛm)Em8´÷K\95\99AÙ`·\98\8d1î¥\823\ 1\9c\ f\80Ýb\9f #
+%K\88«\84ÓIrë-\b!ê#r(\82.\88\9cÈ¡\vº\80\80I¸8aaZÑ"\8d. kb,\12R!ið17G:Ë7Rë
\84ón\9c2êëõ\ fÿò\99P\1cD«±ùÜáÆ\93³·o\f&öïY=ÜíÂ6.#ß2}lô\7f·\1c=h#\9domÙxx_P6X0\8c1î¥\823\ 1\9c\ f\80Ýb\9f #Ê%B\88¨¨sm3ìQcyj\93È¡\bº r"\87\ 22&ðÂ\83\85i?\8b4\1a\81ÒI¬$\b\89¤Á%¹9ÒY&Rx]eÖ=ÏÏ\8e\8f\µ´¶\8e\7få\85 dPj8ßËmû>rt\8e\9e9m\17µ~t)uý¡=]Ë\87
+\861ƽTp&\80ó\ 1°[ì\13tDÅ$\aá\14{®r°=C,OÛUäP\ 4]\109$G\17Ð\ 5\19£Ã[àaÊ      ö³T£\14\88\ 2#iÄ+7G:Ã\8dÔ`òÀÑë\9644\9dil>\17\1f¹\1aó·¥Ý«²RÃùiÞï¥&ý£Ï¤ö¨\1a\96îRêÿoþÎͽªGÜ<m\8c»ÌÆ\18÷RÁ\99\0Î\aÀn±OP\13]\93\16dRþ\ 1ËÓv\159\14\ 1]\109\91C\17tAÌ\0«\12ËY°Q
+e\94Io\1cù\914:-7G®áôýè\e©Á\84ûÆ®_vâÜÙøHÔ\ 3/>që\8cq_«ÿsJ(×+¾äKO®Í  &\ füî\9c\89»O\1cÝsò¸-\145kû+ÿP\9b\13}2}ÂyBb\8cq/\15\9c     à|\0ì\16û\ 45Ñ;      ÁO\80.\06§í*r(\ 2º r"\87\82¤\ 1V%6³`£\17\8a)~Þ2\12%itZn\8e\«     Ê\ 6\aE\ fÖo[¿úÀ;\rMgâ Kÿµ¸þçOÕ|uʨ^Õ#ú\84óÒ½åK]J\r&\ füõÂȺ÷vo?~Øþ\89\9a´qù\9dsKo\9b9>\1a\e\991Ƹ\97
\ 4p>\0v\8b}\82\9a¨¡Tà'ÀÂ\ 4lN«\15\91S\ 4tAäD\ e\ 5I\ 3ìIlfÙF5\88ѪzGÖ¯\8cI\1a\89ÃÍ\91«9éu\ 5½CyAÉ  lð¼·_\9b¿ssSËùX\8f\87\1fþvÑÔ?=73¹6§GÕ07R/9ý"#»Ud\ 6ãïýͳSÜHýÄøW^øøÉDÃsC¤PN\8c1î¥\823\ 1\9c\ f\80Ýb\9f )\b\0~\ 2lKÀæ´Z\119E@\17DNäÐ\ 5]\10\92ÄZ\16oT\83ÎÜ_ÏÜúµÍ$\r>t/õ*~(3©&;\98<°_ddý¶õÓß\\1f\1fùih:ó»EÓ\82²\8c/Wf¦yÑm|&ubÿA+æUm^åRê'\8a\18}2½ªG¸\91j\8cq/\15\9c      à|\0ì\16û\ 4M\ 1ü\ 4X\98\80Íi¯"r\8a\80.\88\9cÈ¡\vº o\80\r\89\9d,á¨\ 6X¿Øf\92F¬psä*ÜIìY=<(\1eðÝ9\13\1fYÿ\ÜÜHÝ~üpÁ\9aE\ f-\9f\eL\1eè^a\eÓµ|hôíÿé¹\99\87\1aOZ8\1f\eÿÊ\vÑI\rç'Õ¸\94j\8cq/\15\9c à|\0ì\16û\ 4e\ 1ü\ 4Ø\96\80Íi¯"r\8a\80.\88\9cÈ¡\vº r\80\r\89\85,áh\aX¿Xe\92F,qsä\vÿPfÙà\9f̯|àÅ'æïÜ\1c\1f\99ÙphoÕæU\7f\:=\98p_·\8a̾î\15~fÒë
\84ó¢\ f§{eÖ \15ó¢oÿtó9ÛæcÅ\9b^
+J3¢Ó;\9c\97.-Æ\18÷RÁ\99\0Î\aÀn±OP\16ÀO\80m   Ø\9cö*"§\bè\82È\89\1cº \v"\aX\8fXÈB\8e\82\80õ\8b=&iÄ\147G¾¸\9b\89I5#º\94\ fù?3ǯ:°+n\ 2³ñð¾\1fÎ+\ f&Ü×£jX¿ÈH/ú\92¯>¹6'ú¿\7fznæÝËfY2\1fkh:3\7fçæð\ek\82I\ f        \891ƽTp&\80ó\ 1°[ì\13\94\ 5ð\13`a\ 26§¥\8aÈ)\ 2º r"\87\82È\ 1v#\16²\9c£ `ýb\8fI\1a1ÊÍ\91/b\92kszV\ fÿ\7fó*¾7gÒÆÃûâ#*\9bß?°þÐ\9eïÏ- Ê\ 6ûFj\e\9fIíU="5\9cÿÐò¹ÖË'\8e\9fm\1c½nI0î\9e®åCo\10\1ec\8c{©àL\0ç\ 3`·Ø'(\và'ÀÂ\ 4lNK\15\91S\ 4tAäD\ e\ 5©\ 3,FlcQGGÀúÅ\12\934b\96\9b#\1d8iu\ 5½Cy©áü\7fy¼ø\96éc\8f4\9e\8a\8f\90ìúàèî\13Çn\9c2*(ÍH       åºWøy\13}8_«ÿó·f<:à¥'í\96O44\9d)\»8\98Øßufc\8c\803\ 1ç\ 3`·Ø'è\và'ÀÂ\ 4lN\e\15\91S\ 4tAäD\ e\ 5Á\ 3lE¬biGM\0ë×\ 6\934b\9d\9b#\1d5©áü¾\91Â\9b§\8d¹}Ö\84¸\89GKkëöã\87»Wfõª\1e\91\16Î÷\96Û¸\92\1c\r@ôA=ºáy[å\13\8dÍç\1a\9aÎä®^\18\94\fr\9dÙ\18ã^*àLÀù\0Ø-ö   ú\ 2ø     °3\ 1\9bÓ:Eä\14\ 1]\109\91C\17tAö\0[\11{XÚÑ\14Àúµ¾$\8d8àæHG]KìQ5ì?æW\9domiim\8d\9bxl;v(úwy¿í¹\95\1c\94\f*ÞôR<½ýÿ½»\96NïQ5Ü\8dTc\8c\803\ 1ç\ 3`·Ø'h\rà'À¶\ 4lNë\14\91S\ 4tAäD\ e\ 5     \ 4¬Dl`\81GS\0ë×ú\92\86\9b#ÿ«\89\14^_\93\1dLzèîe³\8e4\9ejh:\137ÁXòî¶Þ¡¼[¦\8fí\13Îó¢Û\98\9eÕÃ\83\89ýçîxõpãÉ3ç\9b­\94OünÑ´\94ÚÜh~ÒäÄ\18ã^*àLÀù\0Ø-ö   Z\ 3ø     °0\ 1\9bÓ.Eä\14\ 1]\109\91C\17tAü\0û\10KXæQ\16Àúµ»$\8dxáæÈß=}#\85ÁÄþ\85k\17o9zðpãɸ\89\8d5·L\1f{ÛÌñI5Ù½C.¥¶õ\91Ü dÐ\8a}oG\ 3\8dÔOùÙSÕwÎ-í\17\19)?Æ\18÷R\ 1g\ 2Î\aÀn±OP\1c¸æ\8bÎCð\13`[\ 26§]*r(\82.\88\1c\vè\82\ 4\ 2\96¡\r\8cØ£/`ýZ\\92\ 6\1dËÍ\91¿ï3©]Ê\87\ 4ãî)X³èH㩸   Ã#ë\9fûÙSÕ·Î\18×½2+¥67Ý\8bþ\9c·\9f\12Ê\rJ\ 6u«È\¶g»\1dr\91_>\13J®ÍIª\19\91\1aÎ\97\16c\8c\803\ 1ç\ 3`·Ø'(\ e\óEç!ø      °0\ 1\9bÓ"\159\14A\17D\ e\91Ó\ 5tA\ e\ 1\9bÐîEòQ\19°~m-I\83\8eåæÈ\15Mj8?(Í\b&=TµyÕ¬í¯44\9d\89\9b$<²þ¹¾\91®åC\93ksn\88\14\97üBnRMvôíß4uôü\9d\9b\17ìzÃ\ 2ù´3ÍÍ¿^\18é^\99\95&-Æ\18÷R\ 1g\ 2Î\aÀn±OP\1cè4[Îsð\13`a\ 26§E*r(\82.\88\1c\vè\82(\ 2Ö Å\8bð£5`ýZY\92\ 6\1dËÍ\91+øDfiF\8fªáµ¯¯.{õåxÊ@áÚŹ«\17¦×\15$ÕdûFj\e\97R\83ÒÁÿöÄä\8a×VÎß¹Ùêø´Ý'\8e\rZ1ï\81\17\9f\88vDT\8c1ƽTp&à|\0ì\16û\ 4Ý\81Nµå<\a?\ 1¶%`sZ¤"\87\82È!rº\80.\88"`\aZ¼È?\8a\ 3Ö¯}%iбÜ\1ci×'2K\ 6Ý<m̨u\8b'm\\1e7¯¾©åüøW^(Úøb\97ò!AYFïP\9e\9f\97\81\1e\83â\ 1ß\99=qÉ»Û,\8d\8bl;vè×\v#AÑ\83Ý*2ûúÒ®1Ƹ\97
\ 4\9c\ f\80Ýb\9f ;ÐÉV\9cGá'ÀÂ\ 4lN[TäP\ 4]\109DN\17Ð\ 5i\ 4,@[\17\15@qÀúµ¯$\r:\96\9b#\97¹\91Z\9añÝ9\13ïy~vÅk+ãé½\1f\98»zaPô`P6Ø»nûS¹ÑGôËgBw-\9d¾|ß\ e\eãÓ6\1cÚ[¿mý\1f\96<\16Lz¨_d¤´\18c\8c{©àLÀù\0Ø-ö     ê\ 3\9dp¿y\1a~\ 2lKÀæ´EE\ e\ 5\91Cät\ 1]\10\ 2´rQ\ 1t\a¬_ËJÒ c¹9rÉI¯+¸®2ëι¥?\9d_õø[\9bâé\8dï;Ù°äÝmcþ¶4(ºß×-Û\9e¤\9a\11_ªÌüÎì\89Û\8e\1d²+.²ùý\ 3?x²,\9a¢\1eUÃ\J5Æ\18÷RÁ\99\80ó\ 1°[ì\134\b:ó~ó@ü\ 4Ø\96ÐöBð\10lN+TäP\ 4]\109DN\17Ð\ 5\99\ 4,@û\16ÉA}Àúµ©$\r®\88\9b#\9f\9d\94Pn¯ê\117M\1d½êÀ®xz×{O6¼zdÿCËç\ 6ãîé^\99åRêçMZ4\ 3µ¹Éµ9?\9cW~û¬       ÑçfQ\äí\86\9b3©Kù\10)2Æ\18÷RÁ\99\80ó\ 1°[ì\134\b:ÿ~ó@ü\ 4Ø\96Ðö6ð\1clN+TäP\ 4]\109DN\17Ð\ 5±\ 4,(Ë\16ÉA\83Àúµ¦$\r®\88\9b#\9f\9eÔp~\9fpÞm3Ç÷\8d\14¾zd\7fܼåÃ\8d'\ f\9cúàW\vÂAñ\80ëk²Ý%lëRj8?½®àöY\13¢1himµ".rðô\89èÜ:c\\8fªáé\ 2c\8c1î¥\823\ 1ç\ 3`·Ø'(\11ÄÂróLü\ 4Ø\96Ðö*ð(lNûSäP\ 4]\109DN\17Ð\ 5É\ 4«\ f\9b\16ÉA\89Àúµ£$\r®\88\9b#\9f\9e\9b¦\8eN\vç\1fj<\19O¯øìùæ;fMèQ5,5\9cï\15_þK©¡Ü\1f<Yf3|Vë\87\1f\1ei<Õ;\94w}Mv\9a´\18c\8c{©àLÀù\0Ø-ö        J\ 4±³Ù<\16?\ 1¶%´½\a<\r\9bÓþ\149\14A\17D\ e\91Ó\ 5tA8ÁÞÃ\9aErÐ#°~-(I\83+âæHúG\9fIíY=ü\96éc\e\9bÏE'ξ\91yÛÌñ½Cy.\12^6\ 6}Ây]+\86þd~åÙóÍ6Ãg½wúD4H¢b\8c1î¥\823\ 1ç\ 3`·Ø'è\11ÄÜfóXü\ 4Ø\96Ðö\12ð@lNËSäP\ 4]\109DN\17Ð\ 5ù\ 4\e\ f;\16ÉA\95Àúµ\9d$\r®H"ß\19é\e)L®Í \8a\aüÇüª}'\eÞ;}"\9eÞìÑ3§¿^ÿðwfOLûè3 ®\bµ\11\83¤\9a\11ÁÄþw/\9bµ÷dÃ\91ÆSÖÂE6\1cÚ{c]áÇ\17\9c\ 5Æ\18cÜK\ 5g\ 2Î\aÀn±OP%\88¹µæÉø        °-¡í\rà\99Ø\9c6§È¡\bº r\88\9c\v"
\1d\16,\92\836\81õk5I\1a\\91\84½\8ax]eV0þÞ»\97ÍÚxxßî\13Çâé\9d¾zdÿ\1d3'üàɲ¤\9aìäÚ\1c\97\83ÚNBPô`áÚÅ\e\ eí=\18_\17\93\8a}oß4utÏêá)¡\\81\18÷RÁ\99\80ó\ 1°[ì\13T      bq¡y>~\ 2lKh»þ\1e\8bÍis\8a\1c\8a \v"\87Èé\ 2º ¥`×a»"9(\14X¿ö\92¤Á\15IÀ{\88\87\ 4ãîÉ]½pÑî­qv#5jÕ\81]·Î\18×­"3©&;ÝÍ 6&R\18\94\r\ eÆß\eM\82o¤^Ò\9c·6þü©\9a\96^W\99%KÆ\18ã^*8\13p>\0v\8b}\826Aì.4Ïǯ\80m      m·Þñ6­M\91C\11tAä\109]@\17d\15,:ìU$\a\9d\ 2ë×R\924¸"\89vO$(\1e0iãòÈ\96µñw\15qÞۯݽlÖ\8fÿRÑ¥|HßH¡;A\97MBɦ\15Ñ$44\9d±\a>kæ\9b\eþ¹þá 4#©&[\9c\8c1ƽTp&à|\0ì\16û\ 4\85\82\98^h\9e\8f_\ 1«\12DÚÚ´6E\ e\ 5\91Cät\ 1]\10\96³TÑ\ eÔ
+¬_\eIÒ \ 3%ÂÝ\90ôº\82>á¼\v\1fÇ,\e\°fQkܽÄúmë\v×.þî\9c\89\80\9eÕÃÝ"l#     ½C\17\92е|è\98¿-UÿÏ3óÍ\r\7f¸[E¦,\19c\8c{©àLÀù\0Ø-ö :\ 5q°Í<"¿\ 2V%ȳµig\8a\1c\8a \v"\87Èé\ 2º ®\80\15g©¢ h\16X¿Ö\91¤A\a\8aó\8b!\91Â\94ÚÜ lp\9fp^îê\85Ñ\89³×7uëºð\ekn\9c2*(\1eà»\96mLôÉ$×æD\93\90^W\10\8d\9a\7fIÓß\_ûúê\9b§\8dé^\99%NÆ\18ã^*8\13p>\0v\8b}\82NA|¬2Oɯ\80m  ÂlmZ\98"\87\82È!rº\80.H,`ÅÙ¨(\bÊ\ 5Ö¯]$iÐ\81âøFjrmN\97ò!ßxì\91?=73.ï!Îykc×ò¡AÉ \94\r®\10\19\86\1eUþ5ãÑh\12|&µ\równî^\95%QÆ\18ã^*8\13p>\0v\8b}\ 2jE\9cí1\ fʯ\80m\89¾K²µi[\8a\1c\8a \v"\87Èé\ 2º ´`³a\9d¢)è\17X¿\16\91¤A\a\8a¿\9b éu\ 5)µ¹×UfÝ1kÂ\8fÿRQ¼é¥8{e§\9bÏ-ß÷öü\9d\9b\83É\ 3ÓÜý¹l\18B\17ÂÐ/2²âµ\95ú~IgÏ7G\13µh÷Ö 4#5\9c/6Æ\18ã^*8\13p>\0v\8b}\ 2\9aE\9c-1Ïʯ\80U\89²K²µi[\8a\1c\8a \v"\87Èé\ 2º ·`­a\97¢,¨\18X¿¶\90¤A\a\8a³k ½CyI5ÙwÌ\9aðÍú\87ç¼µ1Î^VCÓ\99\ eE¶¬\r&Ü×­"3ÝÅ\9fv\84á¶\99ã¿ùØ#á7Ö(û%56\9f\9bºu]Pt\7f4Q2c\8c1î¥\823\ 1ç\ 3`·Ø' \Äå\12ó¬ü
+X\95\18[\9bV¥È¡\bº r\88\9c\v¢\vv\1a\16\82\96\81õk\ 5I\1at ¸¹\0\92\16ÎO\rçß2}ì?\84rV\1fx'Î^Óéæ¦#\8d§F¯[\12\14=\98T\93}C¤Ð\95\9f¶'\1a\86o<öÈ?Ôæ,yw\9b\9a\7f\9e³ç\9b/\s\9eô\90D\19c\8c{©àLÀù\0Ø-ö     è\17q¼Á<.¿\ 2V%j.ÃÖ¦=)r(\82.\88\1c\vè\82ô\82\85\86-\8aÊ h`ýÚ?\92\ 6\1d(~î\80D
+\93j²÷\9c<\1e\7fï¨õÃ\ fïy~v×ò¡inú´{ºWem9zPÁÛ\bUKkkíë«\83Ò\fi1Æ\18÷RÁ\99\80ó\ 1°[ì\13P1â{}yb~\ 5¬Jt\\80­MKRäP\ 4]\109DN\17Ð\ 5\ 1\ 6Û\f+\14­A×Àúµ|$\r:PL_úH¯+è\13Îë^\99uÓÔÑ\rMg\8e\9fml\8dÇwô§çf&Õd§\86óÝKmÏgs{U\8føreæ¶c\87ZZ[\15üóä®^ø\ fµ¹ÑâDs%6Æ\18ã^*8\13p>\0v\8b}\ 2ZF|ï.\ fͯ\80=\89\82\v°µiI\8a\1c\8a \v"\87Èé\ 2º É`\95as¢8¨\eX¿6\8f¤A\a\8aÝ\e\1f}#\85\87Þ9·t×\aGw\9f8\16\97\97Ï\84¾7gÒ\8dSFõ\ eç¹ãÓö×rSB¹AiFôYEó°³á}ÕnCÖª§£\8f+¹6Ç¥Tc\8cq/\15\9c      8\1f\0»Å>\ 1-#\11\16\97çæWÀªDµ¥×Ú´!E\ e\ 5\91Cät\ 1]\10f°Ç°6Ñ\1d4\ e¬_kGÒ \ 3Åè\8dÔ\1e\83¢û\7fü\97\8aíÇ\ fÇßKiim\8dþi¿Z\10î\13ÎûøK©.ø´\9d\87 lð÷ç\96¬{o÷«Gö+u\eî^6ëçOÕÜ<mLrmNºð\18c\8c{©àLÀù\0Ø-ö      (\1a\89±µ<:¿\ 2V%z-ºÖ¦õ(r(\82.\88\1c\vè\82<\83\r\86\9d\89\ 6¡w`ýZ8\92\ 6\1d(¶nyô\8b\8cìV\91\19\8c»çîe³æïܼåèÁø{#ÇÏ6þt~Õ\97*3{T\rOsµçryèQ5,\98\ f\9e,Ûxx\9f:·í¾\17æ¤ÔæF\9fXïP\9eK©Æ\18ã^*8\13p>\0v\vö ºFâ¬,Oϯ\80U\89FË­µi7\8a\1c\8a \v"\87Èé\ 2º Ò`}aa¢D¨\1eX¿¶\8d¤A\a\8a\95û\1déu\ 5\87\ 4E÷g®|ªâµ\95;\1aÞ\8f¿w±åèÁ\a^|âOÏÍ\fÊ2\\e¼ì7R/ÜP.ºÿ\ fK\1e«Ú¼jὺüy\9aZÎ?´|n´8×Ufùö®1Ƹ\97
\ 4\9c\ f\80Ý\82}\82º\91\80ûÊ\ 3ô+`U¢ÑBkmZ\8c"\87\82È!rº\80.\b6Ø]X\95è\11Ú\aÖ¯U#iÐ\81:ÿuÔÔpþ\85\e©¥\19¹«\17FçøÙÆø{\v+÷ï\1c½nÉo\17M\r&öÿrefßH¡\e=mM¤0\98\81\17\9f\88æaûñÃZÜ\86h_îy~vP< Z"\9fß5Æ\18÷RÁ\99\80ó\ 1°[°OÐ8\12sYy\86~\ 5ìIÔYh­M\8bQäP\ 4]\109DN\17Ð\ 5Ù\ 6\8b\v{\12UB\ 1Áúµg$\r:Pg¾{\98\12ÊíZ>4ú¿\99+\9f\1a´b^\>ÿe{¶G¶¬ýѼ\8a èþ\1eUÃúEFºËÓƤÕ\15t¯Ì
\ 6ÿæÙ)\rMgô·m\aN}ðÀ\8bO\ 4\13û»él\8c1î¥\823\ 1ç\ 3`·`\9f t$ò¦ò\18ý
+X\92è²ÐZ\9b\16£È¡\bº r\88\9c\vâ\rV\16\96$
+\85\ e\82õkÉH\1at N{#µ[Eæ×êÿü_\8bë3W>\15¯\ f\7fåþ]Ñ¿1\98ôPRÍ\b7\a/;}Âyɵ9w-\9dþ\9bg§´ªn\9bv6¼ÿô®×\87¼<?(zÐegc\8cq/\15\9c 8\1f\0»\ 5û\ 4½#Á×\94'éWÀ\9eD\91ÅÕÚ´\12E\ e\ 5\91Cät\ 1]\90p°¯°!Ñ)4\11¬_ëEÒ \ 3uªK\1céu\ 5)¡Ü\9eÕÃo\9d1îß\9e\98<zÝ\92x}ì\e\ fï{õÈþ¾\91Â^Õ#np#õr©H\rç'ÕdGÿ÷7ÏNÑÙËÚsòøo\17M\rÆßÛ£j\98ûÎÆ\18ã^*8\13p>\0v\vö  ª\87\1d%®~\ 5ìI´XV­MûPäP\ 4]\109DN\17Ð\ 59\aË
\11µB\19Áúµ[$\r:Pç¹Á\91\1aÎO©Í½eúدN\19\15Ù²6.\9fvSËùÝ'\8em<¼/(\eÜ­"3ú'§»¼Óæ¤ES\11ʽiêè[g\8cs)õ²Þ;}bÏÉãÿ¹ .(Íp#Õ\18cÜK\ 5g\ 2Î\aÀnÁ>Aû° dÕ¯\80=\89þ
+ªµi\19\8a\1c\8a \v"\87Èé\ 2º ê`Ma1¢\¨$X¿¶\8a¤A\87ë,×\ fë
+þiÚ\98¯T\ e[¶g{\>çæ\96\96ÓÍMKÞÝ\16L\1e\98\\9bãÂN;/¥Þ8eÔõ5Ù\ f-\9f«ª\97ÕØ|îÛ³\8b¾\\99Ù'\9cç¾³1Ƹ\97
\ 4\9c\ f\80Ý\82}\82\ eb;I©\1f\ 2K\12Í\95R;Ó&\149\14A\17D\ e\91Ó\ 5tAÚÁ\8eÂVD¿ÐJ°~­\14$\87/B'¹¾ñ¥ò¡[\8e\1elj9ßÒÚ\1a\97Ï9²emôo¼qÊÈ4·uÚ7éu\ 5AÉ q\e\9e\8f¦¢¹¥EU/ë¶\99ã{\87ò$Ç\18cÜK\ 5g\ 2Î\aÀnÁ>A\r±\9a\ f\81%\89Î\8a¨\9di\r\8a\1c\8a \v"\87È¡\vº ó`;a\1f¢e(&X¿ö \92Æ\17çÚ^<L\rç\7f¹23:[\8e\1e\8c×\e©Q\15¯­ìU="%\94\eý{]Õ¹üD
+{V\ f\ f\8a\1e\9c´qùéæ&%mÛñ³\8d_«ÿóí³&|üÝaù1Æ\18÷RÁ\99\80ó\ 1°[°OÐD,%ùôC`I¢°òigÚ\81"\87\82È!rè\82.\88=XMX\86(\1a\1a
+Ö¯5\82¤ñŹ&\975úF
+\93ks\82\92A7M\1d½åèÁèÄëãÍ]½ð»s&Þ2}lôïMwO§\1dÓ¥|HPôàãomzõÈþ\13çÎjhÛ\ e\9cúà\9b\8f=r}MvJ(Wx\8c1ƽTp&à|\0ì\16ì\13\94\11\eI8ý\10X\92¨ªpÚ\99\16 È¡\bº\80È\89\1cº \v\881\96\12Ö ê\86\92\82õk\87 i|Ñ®ò5\8d~\91\91\1f}
+óþ\7f\7f²tù¾\1dë\ fí\89×\aÛ\7fùÜ_/\8cÜ<mÌu\95Y)¡\\97R/ûñÜÞ¡¼ lð¢Ý[\97íÙÞÔr^7/kûñÃß\9e]\14\r\98t\19c\8c{©àLÀù\0`3Ø'è#Ö\91dú!°$ÑSÉ´3m?\91C\11t\ 1\91\139tA\17\90\7fl$°\ 35\ eU\ 5ë×ö@Ò¸:®æ\8dÔn\15\99Áø{\7f·hÚô77Äñ\8dÔû^\983à¥'SB¹_ªÌì\1dÊsg°\9d\1fÏíU=bÞÛ¯©d{¬Ø÷öï\97Ôÿò\99PP6ø\86\14\19c\8c{©àLÀù\0`3Ø'h%v\91Lú!°!QR±´3­>\91C\11t\ 1\91\139tA\17Ð\ 2ì"°ýô\ e\85\ 5\8b×Þ@Þ¸:®Î§0»\96\ f\r&öï¿|î¸\rÏo9z0^\1fæÙóÍ\ f¼øDP\9a\11ý{SÃùn¤^öFjRÍ\88 xÀ-ÓÇ\96½úrý¶õúØ\1eËölÿî\9c\89Ñçö\95ªa}]J5Æ\18÷RÁ\99\80ó\ 1Àn±OPLl!\81ôC`C¢\9e2igÚ{"\87\ 2"'rè\82\vØB`ïi\1f:\vV®¥\81Ôq\15\972RÃù]+\86\ 6e\19\19+þ2äåù\87\1aOÆëcÜ{²¡hã\8bÙ\7f]\10\14\ fp\1dµ\9d\97R\83²ÁwÎ-\1d¶ê\99YÛ_ÑÄöxz×ë%\9bVD\1fZP\9aáFª1Ƹ\97
\ 4\9c\ f\0v\8b}\82nb\ 5\1f\ 2\e\12Ý\14H;ÓÒ\139\14A\17\109\91C\17t\ 1
+\ 2KO\ 1Q[°om\f\ 4\8f«ï\vú@jïPÞ\97+3Sjsû/\9f{÷²Yqü\0·\1d;4ýÍ\rÑ?3\18\7fo×ò¡n\v^~"\85½ªG\ 4¥\19·Í\1c¿h÷V\1dl§%ïn»iêè`ÒCI5#ÄÌ\18cÜK\ 5g\ 2Î\a\0»Å>A=±\7f\ f\81%\89b\8a¢\9d\89\1c\8a \v\88\9cÈ¡\vº\80F`ÿ\80\8d§\83(/Ø´v\ 5âÇ5ñEÜHíQ5ì\9f¦\8dùõÂÈ}/Ì\89ãG·åèÁåûvüæÙ)Áø{¯«Ìê\17\19é\1aÎe'©&»{eÖ\8fÿRñ£'ËWîß©\80í±bßÛÑg\95\16ÎïU=â\ 67R\8d1ƽTp&\80ó\ 1°[ì\13\94\14ËG\bý\10Ø\90¨¤\1cÚ\99v\9dÈ¡\bº\80È\89\1cº \vè\ 56\ fØu\9a\88
+\83\1dkK \84\;\1dx#µO8/©fÄ7\1f{ä;³'\ e[õL|?·]\1f\1c\8dþ\99\1f}¼2ÛÇ+Û9)µ¹wÎ-½uƸ\9d\rï«^{´´¶.ß·#(ÍèR>$5\9c\9f.EÆ\18ã^*8\13Àù\0Ø-ö z\8aµ#\81~\blHôQ\bíL\8bNäP\ 4]@äD\ e\ 5´\ 3;\al9}D\91Ávµ\1f\10E®©\ e¹|\91\1aÎï\1dÊûçú\87ÓÂù%\9bVÄ÷\13;Üx2:ß\9añhÏêáî ¶?!iu\ 5·L\1fÛÔr^éÚ©¹¥eù¾·\83\92Aòc\8c1î¥\823\ 1\9c\ f\80Ýb\9f ­Ø9²ç\87ÀzD\13\9b²åD\ e\ 5DNäÐ\ 5]@G°mÀ~ÓJt\19ìUË\ 1\81¤\93è\90Ë\17ý"#»\96\ f\9d¿ss\1c?¨Ö\ f?lj9\7f¤ñTïP^J(7Í¥\9b\96núG\97RÕ­\9dZZ[£a{aï[Ai\86ü\18c\8c{©àL\0ç\ 3`·Ø'(,V\8dìù!°!ÑAÙó¾ì7\91C\11t\ 1\91\139tA\17Ð\14,\19°ÙÔ\13\8d\ 6\e\15\ 1\13K:\8fÿýÍ\8b 4cý¡='Î\9dmni\89ã\aµùý\ 3I5Ù_«ÿsZ]\81K©í¼\8eÚ;\94×¥|È\ fç\95Gãqº¹IÝÚ©~Ûú^Õ#þiÚ\98Ôp¾ \19c\8c{©àL\0ç\ 3`·Ø'¨-ö\8cÔù!°\1eQ@ÁóÊ,7\91C\11t\ 1\91\139tA\17P\19¬\17°Ð\94\14½\ 6»\141\13N:\8f¿ûÊaj8¿[EfP6xÝ{»[Z[ãø\11-Ú½õ«SFÝ6s|Jmn\9fp\9e»6í\99¾\91Â`òÀ»\96Nß}âØ{§O(ZûÕ¾¾:¹6':.¥\1ac\8c{©àL\0ç\ 3`·Ø'(/6\8c¼ù!°\1eQ=\91óâ¬5\91C\11t\ 1\91\139tA\17P\1c,\16°ÊT\15´\e[\14«@Délþ\8eû\86ɵ9Áä\81éu\ 5\e\ fïÛpho|?\9fyo¿ö\8fSFö¨\1a\9e\12ÊMwѦ}  é^\99\15\8c¿÷îe³ö\9dlP±ö+\»øι¥ß\9añhRM¶°\19c\8c{©àL\0ç\ 3`·Ø'è/v\8b°ù!°\1eQ:yóúì4\91C\11t\ 1\91\139tA\17P\1f¬\14°Ä\14\164\1d\9b\13õ\17W:¡öß°è\17\19Ù³zxPôà÷æLZ´{ëÊý;ãûÉT¼¶ò×\v\9d3ñºÊ¬\e"\85®Ø\~"\85\87\ 4ãï-\»øé]¯ïu)õJ\14¬Y\94^WðåÊÌ\94P®¼\19c\8c{©àL\0ç\ 3`·Ø'(2\16\8b\8cyeÈ­ºI\9a7h\9b\89\1c\8a\80ä\88\9cÈ¡\vº\80\12a\99\80õ¥¶ ïØ\99(¾ÐÒ9µóFê\85/`N¸ï?\17Ô\85ßX\13÷7R\1fÝðü \15ó¾ùØ#AiÆõ5Ù}]\12\ 4\93\aNÚ¸¼öõÕGÏ\9cÖ¬ö\e¶ê\99!/Ï\8fÆÌgR\8d1ƽTp&\80ó\ 1°[ì\13PL+Eº¼8DWÑÄÌ{´Ê\109E@\17DNäÐ\ 5]@\95°FÀâR^Ðz¬JT^zéäÚ¾U\91^WЭ"3\98ØÿOÏÍ\1cµnñÆÃûâûi\8c]¿lü+/¤\84r\83Ò\8cäÚ\1c7R/;Ñ\84ô     ç\ 5e\83»\94\ f)\»X¡®TÁ\9aE\17*V6¸w(Ï¥Tc\8cq/\15\9c       à|\0ì\16û\ 4\94Ú2\91\ f\ 1V1\ 1ó6-1DN\11Ð\ 5\91\139tA\17Ð),\10°¯T\18t\1fK\12e\97a:¹Ï»O\91\16ÎÿøºÜ}/ÌyàÅ'ö\9el\88ïçÐÒÚ:nÃóAÉ  ,£OØ\rÁvL¤0¥67\9a\90èÿ\1f¶ê\99ì¿.Цökh:SñÚÊ¢\8d/\ 6\93\aÊ\921Ƹ\97
\ 4p>\0v\8b}\ 2zm\93\b\957\88\fë\97ty¡6\18\bè\82È\89\1cº \v¨\15\aXVZ\fê\8f\r\89¦\8b1±â\92\9f¿ìQ5,¹6çîe³þkq}Kkk|?\81#\8d§æ½ýZÅk+\83I\ f¹\8eÚþK©=«\87ß2}ì\1f\96<V°f\91\1e]iä\86­z&\18\7foP6Xä\8c1ƽTp&\80ó\ 1°[ì\13Ðn;D¢¼GÄX³äÊkµ»\109E@\17DNäÐ\ 5]@¹°4À\9aRg°\a°\18Qpy&\86\t#µgõð¯N\19õ\8b§kþ°ä±¸ÿÛ÷\9fjXu`WáÚÅÁ¸{º\96\ fí\e)t\8fæ²\13ÍIJ(·GÕ°\e"\85%\9bVhÐ\95:Ôx2kÕÓAÑ\83òf\8c1î¥\823\ 1\9c\ f\80Ýb\9f\80\8eÛ\1eâäm"Æ:%T^®Å\85È)\ 2º r"\87\ 2*\86u\ 1\16\94R\83\85\80}\88^\v61çãÛ\13©áüäÚ\9c¯×?|ë\8cq\ 3^z2îÿê\83§O¼Ýpä\9eçg\aE÷÷¬\1eî\86`;§O8/\9a\93hH¾VÿçÚ×W«Ï\159ÜxrGÃ\91Ì\95O\ 5\13û\8b\9c1Ƹ\97
\ 4p>\0v\8b}\ 2\9anoH\91w\8a\918yÑV\16\bè\82È\89\1cº \vè\1aV\ 4ØK
+\ eÖ\ 2Ö \1a-áÄ¢´\8f.¥Þ<mÌõ5Ùc×/\8bû¿÷Ĺ³\rMg~öTuP\9a\91\12ÊMww¦}óqN¾^ÿðõÕ#\9e}g\8bâ\©ÓÍM¿]45(\19\14\r\1ac\8c{©àL\0ç\ 3`·Ø' ï6\86üx³Hµ\ 6       \92×mY!r\8a\80.\88\9cÈ¡\vº\80Þa3\80]¤é`?`õ¡ÈÒNlJ\vç\a%\83¦¿¹¡¥µµ5\ 1þÞÛf\8eï\1dÎs_æ\8aï¥\86ó¿T>ôÕ#û\13$'\1dîW\vÂ=ª\86\v\921Ƹ\97
+8\13p>\0v\8b}\ 2\8aoK\88\8d·\8c\84ë\8eðxé\16\14\bè\82È\89\1cº \v\16\ 2XA*\ fv\ 56\1eÊ+öÄ´£gN\1fi<ÕÔr>\11þØÛf\8eO\rçGÇ}\99öOôqÝ4uôþS\rÑ\9c´¸\93zåþí\89Éßxì\91~\91\91\82g\8c1î¥\ 2Î\ 4\9c\ f\80Ýb\9f\80úÛ\ f\ 2ã]#ç*#6Þ¾Õ\84È)\ 2º r"\87\ 2\9a\88=\06\8fî\83¥\81-\87Ϊ\0t~[\8e\1e¼uƸïÏ-é\1dÊKsYæïº\97\9a 7\97;VCÓ\99\96ö   ç¥\84r\ 5Ï\18cÜK\ 5\9c    8\1f\0»Å>\ 1«ÀZ\10\12/\1d\81×\14i\91\ 4ë\b\ 5tAäD\ e\ 5T\12õ\a\vÇ\12\0\v\ 4Ë\r\ 5\0\0\0\0\0èTü×\ 4ÿõ\ 1°\12íF\0\0\0pj\81\ 3\10\0ðo\15ÿÂ\ 1\0\0\0\0\0\80+⿸ùïq\80\95h7\ 2\0\0\80S\v\1c\80\0\80\7f±ø·\r\0\0\0\0\0\0\)ÿ1Î\7f\95\ 3ìC»\11\0\0\0\9c]8ú\0\0ü\8bÅ?o\0\0\0\0\0\0 \9dü·9ÿy\ e°\ fíF\0\0\0pváè\ 3\0ð/\16ÿ¼\ 1\0\0\0\0\0\80+â?Ì\ 1$òJ´\18\ 1\0\0ÀÙ\85£\ f\0À?Zü«\ 6\0\0\0\0\0\0þ7üç9\80\87v#\0\0\08¾p_\ 3\0ð\8f\16ÿ°\ 1\0\0\0\0\0\80/\94ÿ<\a\10»ûÐb\ 4\0\0\80Dã²\ 6\0à\1f-þU\ 3\0\0\0\0\0\0\9d\8dÿB\aÐiW¢Å\b\0\0\0|\1e×4\0\0ÿhñO\1a\0\0\0\0\0\0èlüw:\80«°\ fmE\0\0\0à\8bà\8e\ 6\0à\9f.þ%\ 3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ü\7fìÛÁ\15à\fDA÷ßtÒ\ 2±A\8eV3%,zÜ>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0¼å:ÌÂ\0\0\0\0\0\0\0\0\0\0\0\0\0\0í\\7fÉ»\0\0\0\0\0\0\0\0\0\0\0\0\0\0¼ëjËÛ\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\9cv%ò¬\0\0\0\0\0\0\0\0\0\0\0\0\0\0{]¹<.\0\0\0\0\0\0\0\0\0\0\0\0ÀLò7S\8b\rG½²ã\ 1\0\0\0\0\0\0\0\0\0\0\0\0à6±\9b©¥\85\13\1e×!\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\9cÀÍÔrÂìguT\0\0\0\0\0\0\0\0\0\0\0\0\0ì"j3µ\840ò5\1d\18\0\0\0\0\0\0\0\0\0\0\0\0\0Û      ÙL-\eLzD\81*\0\0\0\0\0\0\0\0\0\0\0\0\0çè×L­\16Ìx>i*\0\0\0\0\0\0\0\0\0\0\0\0\0§\89×L-\15ìþpºT\0\0\0\0\0\0\0\0\0\0\0\0\0j\88×L-\15ìûdºT\0\0\0\0\0\0\0\0\0\0\0\0\0*\89×L-\15ìøX¢T\0\0\0\0\0\0\0\0\0\0\0\0\0êé×L­\16ìõLºT\0\0\0\0\0\0\0\0\0\0\0\0\0Þ¢_3µZ°Ñ\eéR\ 1\0\0\0\0\0\0\0\0\0\0\0\0x\91~ÍÔjÁ\8f"Õ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°@¿fjµ PÔ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°B¿fêɵ DÔ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°N¿fê±µ >Ô¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\13ý\9a©gÖ\82âP\97\ 6\0\0\0\0\0\0\0\0\0\0\0\0À¯ôk¦\9eV\vÊB]\1a\0\0\0\0\0\0\0\0\0\0\0\0\0÷è×L=ª\16Ô\84º4\0\0\0\0\0\0\0\0\0\0\0\0\0nÓ¯\99zN-(\bui\0\0\0\0\0\0\0\0\0\0\0\0\0<¡_3õ\90ZP\rêÌ\0\0\0\0\0\0\0\0\0\0\0\0\0xHÂfê     Á \1aÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\9c\84ÍÔñÁ \14Ô\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\85\84ÍÔÙÁ \ eÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\8b\84ÍÔÁÁ \bÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\91\84ÍÔ©Á \ 2Ô\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\97\84ÍÔºT\9c\19\0\0\0\0\0\0\0\0\0\0\0\0\0+$l¦¶6Î\f\0\0\0\0\0\0\0\0\0\0\0\0\80\15\126Sç­­ýtf\0\0\0\0\0\0\0\0\0\0\0\0\0\9c a3uØÚÂOg\ 6\0\0\0\0\0\0\0\0\0\0\0\0À!\126SëRqc\0\0\0\0\0\0\0\0\0\0\0\0\0¬P±\99:imá§\e\ 3\0\0\0\0\0\0\0\0\0\0\0\0à\1c\15\9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0V¨ØL\1d³¶êÓ\8d\ 1\0\0\0\0\0\0\0\0\0\0\0\0p\94\8aÍÔ\19kK>u©\0\0\0\0\0\0\0\0\0\0\0\0\0\9c¦b3uÀÚzO]*\0\0\0\0\0\0\0\0\0\0\0\0\0\ 5Tl¦Ö¥âÆ\0\0\0\0\0\0\0\0\0\0\0\0\0X¡b3u÷µÅ\9eºT\0\0\0\0\0\0\0\0\0\0\0\0\0j¨ØL­KÅ\8d\ 1\0\0\0\0\0\0\0\0\0\0\0\0°BÅfêÖk+=u©\0\0\0\0\0\0\0\0\0\0\0\0\0\94\99Z\97:°èt]\0\0\0\0\0\0\0\0\0\0\0\0\0Ü \944µ.Õ\8b\14\8cé³\ 5\0\0\0\0\0\0\0\0\0\0\0\0\b Ë3ußµµ¨\8dæõÙ\ 2\0\0\0\0\0\0\0\0\0\0\0\0\ 4Ðè\99Z\97\82©}¶\0\0\0\0\0\0\0\0\0\0\0\0\0\ 1Äz¦nº¶(µ×ø>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0z=SëRm^ð
+>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0ª=SëR\r\10>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0Â=SëRM]ð">[\0\0\0\0\0\0\0\0\0\0\0\0\80\0ò=Sw\[\94Úñiü·\0\0ßöíä°a\18\b\82 óOÚN¡%ñZ *\84á\82¿\ 6\0\0\0\0\0\0\0\0\0\0\98NÁgj]ª\91oøF~¶\0\0\0\0\0\0\0\0\0\0\0\0\0\v\10ñ\99Z\97já«¿\94?-\0\0\0\0\0\0\0\0\0\0\0\0À\1at|¦Ö¥\9a\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+)\9f©Ç­-J\ 5\0\0\0\0\0\0\0\0\0\0\0\0\80G¨ùL­K5,\0\0\0\0\0\0\0\0\0\0\0\0\0\14\82>SëR\r\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85 ÏÔºT«\ 2\0\0\0\0\0\0\0\0\0\0\0\0@¡é3õ¬µE©\0\0\0\0\0\0\0\0\0\0\0\0\0ð\14Y\9f©u©\ e\18\0\0\0\0\0\0\0\0\0\0\0\0\0
+Y\9f©u©®\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+e\9f©u©®\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+e\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©\a­}Ìáß\ 2\0\0\0\0\0\0\0\0\0\0\0\0ÀzÄ}¦Ö¥º[\0\0\0\0\0\0\0\0\0\0\0\0\0(ô}¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥º[\0\0\0\0\0\0\0\0\0\0\0\0\0(ô}¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦\9e²ö1\81_
+\0\0\0\0\0\0\0\0\0\0\0\0\0\v\99Z\97êb\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Pù\99Z\97êb\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Pù\99Z\97êh\ 1\0\0\0\0\0\0\0\0\0\0\0\0 \90ø\99Z\97ên\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Ð÷\99zÐÚ¢T\0\0\0\0\0\0\0\0\0\0\0\0\0x\90ÄÏÔºTw\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¾ÏÔºT§\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¸ÏÔºT§\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¸ÏÔºT×\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85²ÏÔºT×\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85²ÏÔºT\a\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85¬ÏÔºT7\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85¦ÏÔºTÃ\ 2\0\0\0\0\0\0\0\0\0\0\0\0@!è3µ.Õ¶\0\0\0\0\0\0\0\0\0\0\0\0\0P¨ùL­K5/\0\0\0\0\0\0\0\0\0\0\0\0\0\14R>SëR-\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85\8eÏÔ³Ö\96¦\ 2\0\0\0\0\0\0\0\0\0\0\0\0ÀSD|¦Ö¥Ú\19\0\0\0\0\0\0\0\0\0\0\0\0\0
+\ 5\9f©u©¦\ 6\0\0\0\0\0\0\0\0\0\0\0\0\80B¾gj]ªÁ\ 1\0\0\0\0\0\0\0\0\0\0\0\0 \10î\99zÜÚÒT\0\0\0\0\0\0\0\0\0\0\0\0\0x\84jÏÔºTË\ 3\0\0\0\0\0\0\0\0\0\0\0\0@¡×3µ.Õþ\0\0\0\0\0\0\0\0\0\0\0\0\0P(õL­Kõ        \0\0\0\0\0\0\0\0\0\0\0\0\0 \90é\99zâÚÇêü\9a\0\0\0\0\0\0\0\0\0\0\0\0\0x!u\9e©u©¾\b\0\0\0\0\0\0\0\0\0\0\0\0\0\14º<SëR}\17\0\0\0\0\0\0\0\0\0\0\0\0\0(\14y¦Ö¥ú4\0\0\0\0\0\0\0\0\0\0\0\0\0PÈñL=tíc?þW\0\0\0\0\0\0\0\0\0\0\0\0\0<K\88gj]ª:\15\0\0\0\0\0\0\0\0\0\0\0\0\0
+       \9e©ç®}lÏ\1f\f\0\0\0\0\0\0\0\0\0\0\0\0\80;ÉîL­KU§\ 2\0\0\0\0\0\0\0\0\0\0\0\0@!¸3õèµE©\ 2U\0\0\0\0\0\0\0\0\0\0\0\0\0n£³3µ.U\9d
+\0\0\0\0\0\0\0\0\0\0\0\0\0\85ÂÎÔÓ×\16¢ªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\87¶ÎÔºT\81*\0\0\0\0\0\0\0\0\0\0\0\0\0\14\92:S/°¶øT 
+\0\0\0\0\0\0\0\0\0\0\0\0À\r\94t¦Ö¥ªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0 ÐÐ\99z\8dµ\ 5§ºT\0\0\0\0\0\0\0\0\0\0\0\0\0®¦¡3õ2kkN5ª\0\0\0\0\0\0\0\0\0\0\0\0\0\J7gê\95Ö\96\9aªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\8ebÎÔºTÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0\14Z9S/¶¶ÂÔ\19\0\0\0\0\0\0\0\0\0\0\0\0\0p\11\89\9c©×[[[ê\18\0\0\0\0\0\0\0\0\0\0\0\0\0¸\828ÎÔºTÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0\14²8S[\eu*\0\0\0\0\0\0\0\0\0\0\0\0\0\85 ÎÔ«æ\87zR\17\ 2\0\0\0\0\0\0\0\0\0\0\0\0À¹tp¦^¸:T\92º\13\0\0\0\0\0\0\0\0\0\0\0\0\0\803õÚ½¡\8cÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0p\16ù\9b©\97\8f\r\ e\ 6\0\0\0\0\0\0\0\0\0\0\0\0\80S\bßL½Cf¨!u3\0\0\0\0\0\0\0\0\0\0\0\0\0üNõfêM\1aC\r©Ë\ 1\0\0\0\0\0\0\0\0\0\0\0\0àGz7SïS\17
+H\1d\ f\0\0\0\0\0\0\0\0\0\0\0\0\0¿\10»\99z«´P@ê\84\0\0\0\0\0\0\0\0\0\0\0\0\0ø\9aÌÍÔ»E\85êQW\ 4\0\0\0\0\0\0\0\0\0\0\0\0Àw4n¦Þ³(\14\90:$\0\0\0\0\0\0\0\0\0\0\0\0\0>%p3õ¶9¡\80Ô9\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\11i\9b©w\ e       Õ£.
+\0\0\0\0\0\0\0\0\0\0\0\0\80N×fj\15¡\80ÔQ\ 1\0\0\0\0\0\0\0\0\0\0\0\0P\88ÚL-!ü\93¦º+\0\0\0\0\0\0\0\0\0\0\0\0\0\ 2E\9b©õ\83\83¾\914\15\0\0\0\0\0\0\0\0\0\0\0\0\80\aÉÙL-\1e\9cõ\99¤©\0\0\0\0\0\0\0\0\0\0\0\0\0<EËfjåà¸/%M\ 5\0\0\0\0\0\0\0\0\0\0\0\0à\11B6SË\ 6\87~/i*\0\0\0\0\0\0\0\0\0\0\0\0\07S±\99Z38ú«IS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\8d\84ÍÔ\82Áé\1fN\9a
+\0\0\0\0\0\0\0\0\0\0\0\0À=ôk¦V\v®ñùt©\0\0\0\0\0\0\0\0\0\0\0\0\0\M¿fjµàJ\1fQ\9a
+\0\0\0\0\0\0\0\0\0\0\0\0ÀuÄk¦\96
+.ù5Ý\e\0\0\0\0\0\0\0\0\0\0\0\0\0§S®\99Z'¸ð7ur\0\0\0\0\0\0\0\0\0\0\0\0\0\9cH¶fj\91àò_ÖÕ\ 1\0\0\0\0\0\0\0\0\0\0\0\0p
\9a©\15\82\9b|_W\a\0\0\0\0\0\0\0\0\0\0\0\0À\8f4k¦V\b\95\1d\1e\0\0\0\0\0\0\0\0\0\0\0\0\0_\13¬\99Z\1e¸Û\87v{\0\0\0\0\0\0\0\0\0\0\0\0\0|G­fjmà\9e\9fÛí\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð)µ\9a©µ\81\9b\7f\a\0\0\0\0\0\0\0\0\0\0\0\0@$U3µ0Ð×w~\0\0\0\0\0\0\0\0\0\0\0\0\0\14R5S\v\ 3\9d\81ó\ 3\0\0\0\0\0\0\0\0\0\0\0\0 \90ª\99Z\18è\1e\1c!\0\0\0\0\0\0\0\0\0\0\0\0\0\85HÍÔ\92@Wá\ 2\ 1\0\0\0\0\0\0\0\0\0\0\0\0(tj¦V\ 5:\ fw\b\0\0\0\0\0\0\0\0\0\0\0\0@¡P3µ\1eÐ\91¸C\0\0\0\0\0\0\0\0\0\0\0\0\0
+\85\9a©õ\80\1d\ 2\0\0\0\0\0\0\0\0\0\0\0\0P(ÔL­\at0N\11\0\0\0\0\0\0\0\0\0\0\0\0\80B\9efj1 Ëq\8a\0\0\0\0\0\0\0\0\0\0\0\0\0\14ò4S\8b\ 1\1d\8fk\ 4\0\0\0\0\0\0\0\0\0\0\0\0 Ð¦\99Z  è\84\#\0\0\0\0\0\0\0\0\0\0\0\0\0\856ÍÔJ@\87ä\1a\ 1\0\0\0\0\0\0\0\0\0\0\0\0(´i¦V\ 2º(\a        \0\0\0\0\0\0\0\0\0\0\0\0@!L3µ\fÐ]9H\0\0\0\0\0\0\0\0\0\0\0\0\0
+a\9a©e\80®ËA\ 2\0\0\0\0\0\0\0\0\0\0\0\0P\bÓL-\ 3t`n\12\0\0\0\0\0\0\0\0\0\0\0\0\80B\95fj\r 3s\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0=j7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6ÐÓv\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½n7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð\ 3w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½qg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ð3w\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½tg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ðcw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½wg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ð\93w\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=yg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ыw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÃw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<|Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏÛw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ¼}Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏÛw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ¼}Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=\7fg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ðów\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½}g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÛw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½}g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÛw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÃw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ыw\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½z7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð\93w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0=y7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð{w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4S/°¶\8cq\8d\v\14¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0¼\9c0ÍÔÓ×Ö3®q~¾#\0\0\0\0\0\0\0\0\0\0\0\0Àû       ÓL½^\97ªj\1cw{¾ \0\0\0\0\0\0\0\0\0\0\0\0À\bÂ4S¯Ú¥j\e§\1c\9eo\a\0\0\0\0\0\0\0\0\0\0\0\00\850ÍÔkw©\9b\17\8e¢T\0\0\0\0\0\0\0\0\0\0\0\0\0N¤M3õ\ e\9e©ã1\99\9f3\0\0\0\0\0\0\0\0\0\0\0\0À\viÓL½O\97ºUíx\fçç\f\0\0\0\0\0\0\0\0\0\0\0\0ðBÚ4SoÕ¥î\90=\1eKðs\ 6\0\0\0\0\0\0\0\0\0\0\0\0x!m\9a©÷ìR\97\8c\1f\8fUø3\ 3\0\0\0\0\0\0\0\0\0\0\0\0¼\93<ÍÔ;w©Ë\Ú±\16\7ff\0\0\0\0\0\0\0\0\0\0\0\0\80w\92§\99Z\97:z\87cEþÌ\0\0\0\0\0\0\0\0\0\0\0\0\0ï$O3µ.uâ Çºü\96\ 1\0\0\0\0\0\0\0\0\0\0\0\0^K¡fêÑkï6α\ 1¿e\0\0\0\0\0\0\0\0\0\0\0\0\80×R¨\99Z\97úþ­\8e\9dø-\ 3\0\0\0\0\0\0\0\0\0\0\0\0¼\96BÍÔºÔw®wlÉ?\19\0\0\0\0\0\0\0\0\0\0\0\0àÍDj¦Ö¥>;ï\81.\15\0\0\0\0\0\0\0\0\0\0\0\0`\b\91\9a©u©¸@\0\0\0\0\0\0\0\0\0\0\0\0\0
+\9d\9a©u©8?\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©8?\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸=\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸=\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©8<\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸:\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©ç®-êÔ¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0p'Í\9a©u©89\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸7\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸7\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©86\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸4\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©83\0\0\0\0\0\0\0\0\0\0\0\0\0
+       \9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0
+\15\9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0
+\15\9b©u©80\0\0\0\0\0\0\0\0\0\0\0\0\0
+!\9b©u©¸.\0\0\0\0\0\0\0\0\0\0\0\0\0
+-\9b©\87®­ô\14¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0p39\9b©u©8*\0\0\0\0\0\0\0\0\0\0\0\0\0
+Q\9b©u©¸(\0\0\0\0\0\0\0\0\0\0\0\0\0
+]\9b©u©8'\0\0\0\0\0\0\0\0\0\0\0\0\0
+i\9b©u©x¹\0\0\0\0\0\0\0\0\0\0\0\0\0\14ê6SëRñf\ 1\0\0\0\0\0\0\0\0\0\0\0\0(4n¦Ö¥âÁ\ 2\0\0\0\0\0\0\0\0\0\0\0\0PÈÜL­KÅk\ 5\0\0\0\0\0\0\0\0\0\0\0\0 Pº\99Z\97\8aw
+\0\0\0\0\0\0\0\0\0\0\0\0@¡w3µ.\15\8f\14\0\0\0\0\0\0\0\0\0\0\0\0\80Bòfj]*\9e'\0\0\0\0\0\0\0\0\0\0\0\0\0\85ðÍÔ\13×Ö\84:\15\0\0\0\0\0\0\0\0\0\0\0\0\0î'\7f3µ.\15E*\0\0\0\0\0\0\0\0\0\0\0\0\0\85\bÎÔºT\14©\0\0\0\0\0\0\0\0\0\0\0\0\0\14R8SëRQ¤\ 2\0\0\0\0\0\0\0\0\0\0\0\0P\bâL=zmѨ{\0\0\0\0\0\0\0\0\0\0\0\0\0à6Ê8S/³¶\92Ô%\0\0\0\0\0\0\0\0\0\0\0\0\0p)}\9c©\17®\11\15¦rT\0\0\0\0\0\0\0\0\0\0\0\0\0N$\943õÚY¢ÚT\94
+\0\0\0\0\0\0\0\0\0\0\0\0ÀY´r¦Þ§L\14\9fÊQ\ 1\0\0\0\0\0\0\0\0\0\0\0\0ø\85bÎÚÛ&\8arT\0\0\0\0\0\0\0\0\0\0\0\0\0\0>¥E\ 5\0\0\0\0\0\0\0\0\0\0\0\0\0à;BT\0\0\0\0\0\0\0\0\0\0\0\0\0\0¾£B\ 5\0\0\0\0\0\0\0\0\0\0\0\0\0àGúS\0\0\0\0\0\0\0\0\0\0\0\0\0\0
+]*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\9d\7f­6@\7f
+endstream
+endobj
+399 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 5000
+/Height 1419
+/BitsPerComponent 8
+/ColorSpace /DeviceGray
+/Length 31416     
+/Filter /FlateDecode
+>>
+stream
+xÚìÝKb$É\91DAÜÿÒÅ-7lV'Ò"ÌTENPéÿx\98iþü\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10ç\ fð?9!\0\0\0\80oQZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0ü¿R`\`jw\ 1î\19\0\0@\1dð½\ 4ïî4Ðá\0\0\0T\ 1\9fNðÊ\8e\ 3\1d\ e\0\0 >\b\18Tx|Û\81\ e\a\0\0P\1c\ 3\f0¼²õ@\87\ 3\0\0¨\f\ 1\86\1at8pk\0\0\0"\80Ï*Ðá@\87\ 3\0\0\b+\0\ 6\1ft8pU\0\0\0\ 2\80¯+Ðá@\87\ 3\0\0Èøü7\ 3 Ã\81\8b\ 2\0ð\11à1\ 5¶½\13\ 1t8pQ\0\0èp@Â\97¿i\0\1d\ e\\14\0\80\8f\0\8f)°å\9d\b Ã\81\8b\ 2\0@\87\ 3\ 2¾úÍ\ 4èpà¦\0\0|\ 4xL\81Ýî@\0\1d\ eÜ\14\0\0:\1c\90ðÁo:@\87\ 37\ 5\0à#Àc
+ìt\a\ 2èpà¦\0\0Ðá\80\84¯}3\ 2:\1c¸)\0\0\1f\ 1\1eS`\9b;\10@\87\ 37\ 5\0\80\ e\a$|ê\9b\14ÐáÀM\ 1\0ø\bð\98\ 2\81\0:\1c¸)\0\0t8 á;ß¼\80\ e\an
+\0ÀG\80Ç\14Øà\ e\ 4ÐáÀM\ 1\0 Ã\ 1    \1fù¦\ 6t8pS\0\0>\ 2<¦Àöv\1e\80\ e\a®
+\0\0\1d\ e\bøÂ79 Ã\81«\ 2\0ð\11à1\ 5ö¶ó\0lSpU\0\0èp@Â÷½é\ 1\1d\ e\\15\0\80\8f\0\8f)°³\9d\a\82«\ 2\0@\87\ 3\12¾îM\10èpàª\0\0|\ 4xL\81}í<\0[\15\\15\0\0:\1c\90ðmo\8a@\87\ 3W\ 5\0à#Àc
+ìjç\ 1جàª\0\0Ðá\80\84/{\93\ 4:\1c¸*\0\0\1f\ 1\1eS`O;\ fÀv\ 5W\ 5\0\80\ e\aÈp`¿\82\ e\a\0à#Àc
+|Ö;\ e@\87\ 3w\ 5\0\80\ e\a6´o+°cÁ]\ 1\0 Ã\ 1%\1fõ&
+t8pW\0\0>\ 2<¦Àvv\1c\80=\vî
+\0\0\1d\ eHø¤7U Ã\81»\ 2\0ð\11à1\ 56³ã\0ìZpW\0\0èp@Â\a½É\ 2\1d\ eÜ\15\0\80\8f\0\8f\97\1d\a\82»\ 2\0@\87\ 3\12¾çÍ\16èpà®\0\0|\ 4xL\81\9dì8\0\e\17Ü\15\0\0:\1c Ã\81\9d\v:\1c\0\80\8f\0\8f)ð5ï4\0\1d\ e\\16\0\0:\1cØÇ>­ÀÖ\ 5\97\85³Â²\ 1\0\1d\ e(y\9f\9b0ðm\r.\vg\85e\ 3\80\8bÝ­\b¶±Ó\0ì]pY8+,\e\0Ðá\80\84ç¹\19\ 3ßÖà²pVX6\0¸ØÝ\8a`\13;\rÀî\ 5\97\85³Â²\ 1\0\1d\ eÐáÀî\ 5AÅY\81e\ 3\80\8bÝ­\b\1eçN\ 3ðm\r.\vg\85e\ 3\0:\1cØÂÞÈ`ÿ\82ËÂYaÙ\0\80\ e\aèp`ÿ\ 2.\vg\85e\ 3\80\8bÝ­\b\9eæ\ e\ 3°\81Ámᬰl\0@\87\ 3\eØ\13\19ì`\10T\9c\15\96\r\0¸ØÝ\8aàeî0\0ßÖà¶pVX6\0¸ØÝ\8a`ÿz"\83-\fn\vg\85e\ 3\0:\1c Ã\81-\f\82\8a³\ 2Ë\ 6\0\17»[\11¼Ë\1d\ 6àÛ\1aÜ\16Î
\ 6\0t8°}=\91Á\1e\ 6·\85³Â²\ 1\0\1d\ eÐáÀ\1e\ 6Ü\16Î
\ 6\0\17»[\11ì^\87\ 1ØÄà¶pVX6\0 Ã\81Ýë\89\f61\b
+,\e\0\ìnEð*w\18\80okp[8+,\e\0ÐáÀæõB\ 6»\18\\17Î
\ 6\0t8 óQnæÀ·5¸.\9c\15\96\r\0.v·"Ø»Î\ 2°\8dÁuᬰl\0@\87\ 3t8°\8dAPqV`Ù\0àbw+\827¹³\0|[\83ëÂYaÙ\0\80\ e\a¶®\172ØÇàºpVX6\0 Ã\ 1-Ors\a¾­Áuᬰl\0p±»\15ÁÎu\16\80\8d\f®\vg\85e\ 3\0:\1c Ã\81\8d\f\82\8a³\ 2Ë\ 6\0\17»[\11¼È\9d\ 5àÛ\1a\\17Î
\ 6\0t8°q=\90ÁN\ 6÷\85³Â²\ 1\0\1d\ eÐáÀN\ 6Ü\17Î
\ 6\0\17»[\11¼È\1d\ 5`'\83ûÂYaÙ\0\80\ e\aöíë\8f]G\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ·ÏmhG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ·\ fmfG\ 1ø¶\ 6OGg\85e\ 3\0:\1cضÏleG\ 1ø¶\ 6OGg\85e\ 3\0:\1cض\8fìcG\ 1ø¶\ 6OGg\85e\ 3\0:\1cضOlcG\ 1ø¶\ 6OGg\85e\ 3\0:\1cص\8flbG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´OìaG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´\ fla'\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´Oì`'\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´\ fì_'\ 1ø¶\ 6OGg\85e\ 3\0nE°g\9fؾN\ 2ðm\r\9e\8eÎ
\ 6\0\17»[\11ìÙ'v¯\93\0|[\83§£³Â²\ 1ÀÅîV\ 4\81Íë$\0ßÖàé謰l\0p±»\15Á\9eµyÁ·5\b
\ 6\0t8àµÇ¸\11\aßÖ ¨8+,\e\0ÐáÀ\96µuÁ~\ 6AÅY\81e\ 3\80\8bÝ­\b:\1càÛ\1aÜ?Î
\ 6\0t8°eí\ðm\r\82\8a³Â²\ 1\0\1d\ e\167ÞàÛ\1a\ 4\15g\85e\ 3\0:\1cز6.ØÏ ¨8+°l\0p±»\15!à-n¸Á·5\b
\ 6\0t8°cí[°¡APqV`Ù\0àbw+BÀSÜp\83ok\10T\9c\15\96\r\0èp`ÇÚµ`C\83 â¬À²\ 1ÀÅîV\ 4\1d\ eðm\r.!g\85e\ 3\0:\1cر6-ø¶\ 6AÅYaÙ\0\80\ e\aèp`C\83 \82³Â²\ 1ÀÅîV\ 4\1d\ eðm\rn!g\85e\ 3\0:\1cØ°6-ØÑ ¨8+,\e\0Ðá\80#/q\83\r¾­APqVX6\0 Ã\81\r\82\1d\r\82\8a³\ 2Ë\ 6\0\17»[\11t8À·5¸\86\9c\15\96\r\0èp`ÃÚ²àÛ\1a\ 4\15g\85e\ 3\0:\1c Ã\81\1d\r\82
\ 6\0\17»[\11t8À·5¸\87\9c\15\96\r\0èp`ÃÚ±`G\83 â¬°l\0@\87\ 3t8À·5¸\88\9c\15\96\r\0.v·"Ø°v,ø¶\ 6AÅYaÙ\0\80\ e\aèp`G\83 â¬À²\ 1ÀÅîV\84¤\87¸±\ 6ßÖ ¨8+,\e\0ÐáÀ~µaÁ\96\ 6AÅY\81e\ 3\80\8bÝ­\b:\1càÛ\1aÜDÎ
\ 6\0t8°_mXðm\r\82\8a³Â²\ 1\0\1d\ eÐáÀ\96\ 6ÜDÎ
\ 6\0\17»[\11t8À·5¸\89\9c\15\96\r\0èp`¿Ú°`K\83 â¬°l\0@\87\ 3t8À·5¸\89\9c\15\96\r\0.v·"د6,ø¶\ 6AÅYaÙ\0\80\ e\aèp`K\83 â¬À²\ 1ÀÅîV\ 4û\15ðm\r®"g\85e\ 3\0¾ëÁ~µ_Á·5\b
\ 6\0\ 3ö+ØÒ\80«èý³Âp\ 3\80ïzÀ~\ 5[\1at8g\85q\a\0\17»K\1dìW@\87\ 3W\91\ e\a\0ø®\aûÕ~\ 5\1d\ et8g\85q\a\0ßõ\80ý
+¶4à*Òá\0ÀÅîR\aû\15Ðá@\87Óá\0\0ßõ`¿Ú¯`K\83\ eç¬0î\0àbw©\83ý
+èpà*Òá\0\0ßõ`¿Ú¯ Ã\81\ eç¬0î\0à»\1e°_Á\96\ 6\1dÎYaÜ\ 1ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1Àw=`¿\82-\r¸\8at8\0p±»ÔÁ~\ 5t8Ðát8\0Àw=دö+ØÒ Ã9+\8c;\0¸Ø]ê`¿\ 2:\1c¸\8at8\0Àw=دö+èp Ã9+\8c;\0ø®\aìW°¥A\87C\87\ 3\0\17»K\1dìW@\87\ 3W\91\ e\a\0ø®\aûÕ~\ 5[\1at8g\85q\a\0ßõ\80ý
+èpà*Òá\0ÀÅîR\aûÕ~\ 5\1d\ et8\1d\ e\0ð]\ fد`K\83\ eç¬0î\0àbw©\83ý
+èpà*Òá\0\0ßõ`¿Ú¯ Ã\81\ eç¬0î\0à»\1e°_Á\96\ 6\E:\1c\0¸Ø]ê`¿\ 2:\1cèA:\1c\0à»\1eìWû\15liÐá\9c\15Æ\1d\0\ì.u°_\ 1\1d\ e\E:\1c\0àR\aûÕ~\ 5\1d\ et8g\85q\a\0ßõ\80ý
+¶4èpÎ
\ e\0.v\97:د\80\ e\a®"\1d\ e\0ð]\ fö«ý
+¾­A\87sV\18w\0ð]\ fد`K\ 3®"\1d\ e\0\ì.u°_\ 1\1d\ et8\1d\ e\0ð]\ fö«ý
+¶4èpÎ
\ e\0.v\97:د\80\ e\a®"\1d\ e\0ð]\ fö«ý
+:\1cèpÎ
\ e\0¾ë\ 1û\15liÐáÐá\0ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1Àw=`¿\ 2:\1c¸\8at8\0p±»ÔÁ~5Ò Ã\81\ e§Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_A\87\ 3\1dÎYaÜ\ 1Àw=`¿\82-\r¸\8at8fÖLéþ°"àÔÎu±_½Ô\1dÃ×\96\9a\ 1Òá,j6O©\ e\a:\9c\ eGÐZiÞ\11Ö    \9cÙ»\86âÂqgRCV\97¡Óá¬j\1a>\\94\16pjêp¼´T\9a7\84\95\ 2gö®±Ø\7fÚ\99Ô\98Åeðt8«\9a\82\ f\17¥\ 5\1c\9a:\1c\92öm`ÝÀ\91ýkDV\8e\9bI\r]UÆR\87Ë\ez\83\190µ:\1c¸\8at8"\96\88õoÝÃ\9dýk`Ö\8c\989-XN\ 6V\87\v\1ct#{|ru8p\15épÜ_\1f\16¾Õ\ fÚ\80ïúwÿí6Ëê\85d\94u¸¸á6ÈwçW\87\ 3\a¤\ eÇýµaÉÛ\ 3pn\13\e ÷\86ʤz\1d\1a\1cò\0\17çW\87\ 3\97\16÷\17\86\ 2g\1fÀÉml\90\1e\1f&\93Z~W\1aoClYóú\fëpàXÔḿ,48{\ 1Înc\ 3õÜ\10\99Sweñ\ 4\19ÝèuíP95Å:\1c8\13u8c~ÿ\ 2ñüJÛ\ f\86æ¹AHúAg7²K&pf=A¶_\96\ 6ËgUÜT9\1a\86\a'ô3
+\\18\9e]ƽªÃ%M¸³H\87Óá":\9c-\9aºSÍ©Vqr\8a|J\1d\990\83TÐáÖM\93#\ 1<Ât8\1dîþm\16\7f\rZº:\9c\ e·y/»d\8e\8^#Y×¥!óY\157KN\88ý/\ 4Ç\ 38\bu8cþÆ\18§L¸\13I\87ÓáR:\9c\r\9aºSͪVqw\8e|J­\9f)CÕÑá6N\90#\ 1<¿t8\1dîÕ\7f\98·WÚÞ0\1c:ÜÓ¿Å\ 6\rÝ©fU«8=I>¥\96O\93Áêèp;§Ç\91\0\1e_:\9c\ ewÿ6+¹þ,]\1dN\87\9d]2_\1e\16³*VÜ\9e$\9fR»gÉhut¸¥³ãH\0o/\1dN\87»\7f\9bõ\}\8e\v\1dN\87Û»¡]2_\1c\14³ªU\\9f$\9fR\8bçÈ\80\95t¸µSãH\0//\1dN\87»\7f\9bU]{\8e\v\1dN\87[»¡]2_\1a\12³ªUÜ\9f%\9fRk'È\90µt¸½\13ãH\0ï.\1dN\87»\7f\9b\95Ýy\8e\v\1dN\87ûñ_Ø\ eÞ©&U«H\98&\9fR;§Ç Õt¸ÍÓâH\0Ï.\1dN\87\1fäÙ\95¶O\f\81\ e÷Ìo±=Swª9\95*2æɧÔƹ1p=\1d\948\12À£K\87Óá^ý÷xu¥í\14G\85\ e÷Äo±;SwªI\95*RæɧԾ\991t5\1d\848\12À\93K\87Óáîßf\9d7\9d¯{\1d®¶ÃÙ\9d±;Õ\9cJ\1513åSjÛ´\18¼\9e\ e·~:\1c    àÅ¥Ãép÷o³ÒkÎ×½\ e×ÙálÏØ\9djN¥\8a \99ò)µkR\f_O\87;0\19\8e\ 4Ð\83t8\1dîØ߸Üq»·\8b£B\87\eþ-vgêN5§REÔTù\94Ú4%Ư¨Ã]\98\vG\ 2èA:\9c\ ewÿ6+¾à|Ýëpe\1dÎæ\8cÝ©&U8Ê\9a*\9fR{&Ä\b6u¸\133áH\0=H\87ÓáîßfÕ×\9b¯{\1d®©ÃÙ\9c¡;Õ\9cÊFqsåSjÍt\18æ\ ewc\1e\1c         \aép:ÜýÛ¬ûvóu¯Ãõt8\9bS\873§RÅ\91¹ò)µe6\fbS\87;2\r\8e\ 4Ð\83t8\1dîþmV~µùº×áJ:\9cÍ\19»SÍ©f\947Y>¥vÌ\85Q¬êpWfÁ\91\0z\90\ e§ÃÝ¿Íê/6_÷:\C\87³7SwªIUá\12'˧Ô\8a\990\8eM\1dîÎ\1c8\12@\ fÒát¸W'Þs+mß8*t¸\99ßboÆîT\93ªÂEÎ\96\ 5ó`$«:Ü¡\19p$\80\1e¤Ãép÷ÿªäJ[´s\1c\15:ÜÈo±7Cwª9\95áRg˧ÔëÓ`(»:Ü¥        p$\80\1e¤Ãép÷ÿªäB[´w\1c\15:\9cZSÿÑô÷¿Þ\9cªp±ÓåYòö$\18Ì®\ ewjø\1d   \aép:\DIpdmÙ<\8e
+\1dîû¿ÅÖLÝ©æT\84Ë\9d\92\97§Àhvu¸[£ïH\0=H\87Óá"j\8a#kËîqTèp_ÿ-¶fèN5§2\ò|y\94¼9\ 3\86³­Ã\1d\e|G\ 2èA:\9c\ ewÿ¯J.´EûÇQ¡Ã}ù·Ø\99©;Õ\9cªpÑ3æIòâð\eѶ\ ewmä\1d     \aép:Üý¿*¹Ð\16m G\85\ e÷Ýßbg¦îTs*ÃeÏ\98\17É{£oHÛ:ܹ\81w$\80\1e¤Ãép÷ÿªäF[´\83\1c\15:Ü7\7f\8b\9d\19»SÍ©
\ 5\19{#\9fr\ 4½ûKï\8d»#\ 1ô \1dN\87Ë\98pgÖ\92-ä¨Ðá¾ø[ìÌØ\9djNe¸ô)ó\1eyiè\8dj]\87;8ê\8e\ 4Ð\83t8\1dîþ_\95Üh\8bö\90£B\87Óá.,Ù\97\7f¶9\95áâ§Ìs$õ¾r\ 6-ëp\17\aÝ\91\0z\90\ e§ÃÝÿ«\92\emÑ&rTèpßû-vfêN5§*\9c\1e\r\19ôâ¯<9æ\8e\ 4Ð\83t8\1dîþ_\95Üh\8bv\91£B\87ûÚo±3Cwª9\95á\ 4!ÃnÔu8\1d\ eÐ\83t8\1dîðmæF[´\8d\1c\15:\9cZsaÕ¾ø\9bÍ©\fW1i\ 6úùA7²\85\1dîæ\88;\12@\ fÒát¸û·\99\emÑ>rTèpjÍ\85eûÞO6§*\9c&dÌ\r\19ôÚO<:à\8e\ 4Ð\83t8\1dîþmæF[´\91\1c\15:ÜW~\8b\8d\99ºSMª\f'
+\19r#\9ev\ 6½õ\v¯\8e·#\ 1ô \1dN\87Óá\9c`:\9c\ e·¬ÃÙ\98©;Õ¤Êp-³f\90\r\19ôÒ\ f<;Ü\8e\ 4Ð\83t8\1dîþ_\95Üh\8b\92£B\87ûÂo±1Swª9\95áj¦Í\18\eï¢Cè\9dßww´\1d        \aép:Üý¿*¹Ñ\16í%G\85\ e÷ûßbc¦îTsªÂõL\9b!6ÜE\87Ð+?ïð`;\12@\ fÒát¸û\7fUr£-ÚL\8e
+\1dî׿ÅÆLÝ©æT\86+\9a6#l´\8b\ e!\1dÎ\82\ 5=H\87\1f\8dññ\8dæÌZ²\9b\1c\15:Üo\7f\8b}\99ºSMª\f×4m\ 6Ø`\17\1dBoü¸ËCmÅ\82\1e¤Ãép:\9ccL\87Óáöt8ûR\873©2EÀ¼\19Þç¶\88ñ}ý\10zá·\9d\1ei\v\16ô \1dN\87Óá\1cc:\9c\ e§Ã\95Ýs/üXs*ÃUM\9cÑ\95<\8bN!\1dÎ\9a\ 5=H\87\87®3¯0\1dN\87Óát¸\86\9djRe¸®\89\8a§\ e§ÃY´ \aépÆü\9fÆøüFsf-ÙO\8e
+\1dN­¹°z\1fÿ­&U\85+\9b8c+x\16\9dBÏÿ°ÛÃlµ\82\1e¤Ãép:\9c\83L\87Óá¶t8\e3t§\9aS\19®mæ\f­ÞYt\f=þ»\8e\8f²Å
+z\90\ e§ÃÝÿ«\92\e\8erTèpjÍ\85õûð/5§2\ÝÌ\19Y¹³è\18zúg]\1fdk\15ô \1dN\87»ÿW%7\9a\ e§Ãet8\e3t§\9aT\19®oæ\f¬ÚYt\fép\16.èA:\9c1×áxmK9*t¸\8f\7f\8b\8d©Ã\99S\95"fê\8c«ØYt\ e=ü£Î\ f±\95
+z\90\ e§ÃÝÿ«\92\emѦrTèp:Ü\85\15üèï4§2\áÔ\19V­S\87\eúQ÷\87ØJ\ 5=H\87Óá26\9a3K\87Óát8ûråN5©2\ãÔ\19U©³è\18zô7\ 5\8c°\85
+z\90\ e§Ãép\ e3\1dN\87[ÐálÌÐ\9djNe¸Ê¹3¨JgÑ9¤ÃY¼ \aépÆ\\87ãµ]å¨ÐáÔ\1a\1d®ufe8sgüu¸ÊsèÉ_\94\96)èA:\}\87\vÙhά%ÛÊQ¡Ã}ö[lK\1dΤ\8a\14I\93gH\87÷\86AÕát8p\88iBÆýj\87KÙhÎ,\1dN\87ÓáìË\85;Õ¤Êp\9d\93gDg·\861]u\ e\83"\86×*\ 5=H\87Óát8ç\99\ e§Ã½ÝáìËÔ\ egNe¸ÒÙ3 £[Ã\90¶v¸\8cáµJA\ fÒáÊ;\ÌFsfép:\9cOzûÒ\9cz;\9aß%Óg<'·\86\11]v\10ép\160èA:\9c1×á\88/6ÎL\1dξ4§æÔôî\9d>Ã9¸3\fè¶\83è±\9f\132¸Ö(èA:\w\87ËÙhά%;ËQ¡Ã¡Ã\99S\1dÎü\19M\1d®è$Òá¬`Ð\83t8c®Ã¡Ãép>yìKsZú|4\v\e¦Ï`Îí\vãYÛáRÆÖ\12\ 5=H\87«îpI\eÍ¡µck9*t8t8s*Ã\99@c9¶1\fç¾\93H\87³\86A\ fÒá\8c¹\ e\87\ e§Ãùè±/ÍiåûÑ\14x\95do\v£¹ð zè·Ä\8c¬\ 5
+z\90\ e×Üá¼x\9di:\9c\ egwép$\1dNf`Éü\19J\1d®è$Òá,bÐ\83t8c®Ã¡Ãép¾zìKsZø~4\ 1[&ÐH\ em\v\83ÙÛár\ 6Öú\ 4=H\87+îpY\eÍ¡µcs9*t8t8\93jbM \81ôÚ+:\89t8Ë\18ô \1dÎ\98ëpèp:\9cO{ÛÒ\9cÖ= \8dþ\9e\194\8e^{EGÑ#?$hX­NÐ\83t¸Þ\ eçeæTÓát8»«ô±aä3\8f'\83ïC[\87C\87s<\80³K\132î:\9c\97YÓ±æ¨ÐḰ\94\r|äñdì\17M¡Q\1cÙ\14\86rçQ¤ÃYÇ \aépÆü¯Æ8m£9´t8\1dÎǽmiN\9b\9f\90F^\87\13F²¸Ã%\8dªÅ  z\90\ e×Úáâ6\9aCkÇþrTèp\XËÆ]\ev
+\r¢\ eWt\14ép\162èA:\9c1×á^ÿgëp:\9c\a6:\9c95§½sh\f\aöÄ\91_Ux\16ép\8e\aÐ\83t8c~è:;µLïß´:\9c\ eçÁè½aNÍ)\ fÌ¡!üþ\968ökt¸¯þ\8a¨µìH\0=H\87+ípy\eÍs|Ç\ 6sTèph6æÔ\94\9aCC\18Ùá®ý\9bu8\1d\ e¼¡4!ã®ÃÝëpa\1fI:\9c\ eçÁè½aN\13\98o\9bC#\98×.\ eþ»s:\9cµ\f.\fMȸëp\1d\1d.ñCI\87Óá\8a\1e\8cW~\89\ e÷«±2§\17fôâ"ô¡­]|ï'¤\9fEã¿ÁZ\ 6\17\86&dÜ\ 3:\àF;³\12u8\1dN\87{{d<8î}\ 4\98Ó\9b\13\9aþo÷¡ýà\8e\90^t8\1d\ e\\18\9a\90q×áR;\ô\a\93\ e§Ã\85?\18/þ(\1dî[ãÓ;©÷\1fÒy\9f\ 2>¥¾¼!¼T7\9fE:\9cã\ 1ô \1dÎ\98ëpÛ× \ e§Ãép¯\ f\8a\ e\17ø\1ek\9dÔ\84wtÜ·\80O©ïn\88\88½¬Ã}ú\13Ò\12\81#\ 1ô ug\85á~¢Ã%n´cë/öhsRèp\97\16\8b#÷1¦Ã\1dþõYß\ 2¾¥¾º\1fBvrêa¤Ã9\1d@\ eªþ³yÌjÑáÞ\18²\8a\8d¥Ãép\91\97ÀíßæbÏ«9ų鷸Y=\99\12\1dN\87\ 3\1dN\87³Zt¸­\1d®ekùZÐá\ 2/\81ë?ÏÅþíAézFúBÕát¸KáÃýë_ðÇ)\aÊ\8a\ e\87\ e\97×á¼+}-èpw/\81\80\1fèb7§      \93\19ø\9bt8\19.à×èp:\1cèp:\9cÕ² ÃE\ eÝѽ®Ãép:\9c\ e71\1c5s\1aú\12ò5àf\r~,Å­b\1dη5èp:\9c\ e§Ã\1dÚè:\9c\ eç;\7fàèpæôè¤æ¾\9a}\ e¸YS\9fJOÿ"\1dN\87\ 3\1dN\87³Zt¸5\1d®s\83ùZÐáb.\81\9c\1féb\9f\19    \1dîöoõAàf\rÍp\ fÿ¨ë\1d\92òí\f:\9c³B\87«íp­;Ì×\82\ e\17r  $ýL\17{Þ¤ö̤\9f§Ãy&µ\878\1dη5èp:\9c\ ewè:{mÈ\8a·\98¯\ 5\1d\12\88ú\9d.ö±a\b\9fÓü\a³\ f\ 27kê\8cëp:\1c Ã9+t¸¦\ e×½É|-èp\ 1\97\ fu±Ï\8dBö¤\16<\97}\11èp©ó­Ãép\80\ eç¬Ðáz:\ù.óµ ÃÝ¿\ 4â~©\8b=ï?2V1\91\ e'à    q:\9cokÐát8\1dN\87óÎÔát¸ðK ï§ºØó~«\f\97ò3u¸¢Ï\10Së[Q\87\ 3\1dN\87Óát¸¯\8f\99}¦Ãépç/\81ÀßZ\7f±ÿ\98Ô{óX³`u8\7f§4·¾\15u8ð\91§Ãép:Ü\87\83f£ép:ÜùK òǶ_ì\99¿V\9d
+ù©:\9c\fçÅà[Q\87\ 3\1fy:\9c\ egè>\194;í\81\81pDëp×\7f·\ egRu¸\85gpõG\81\ e\97üóu8\1d\ eÐá\9c\15:Üw\a`Q\87³Õt8\1d.á@Jý¹Í\17û\8fI\95áü\7kòß(ãC\Î\97\9b\ e\a:\9c\ e§Ã%ýö·;\9c­¦Ãép\11\aRìï-¾Øs\7f¯.\15ó\8b½\ ed8\1d®ë»åG\87\ 3\1dN\87Óár~öK\1dÎ^ÓáÌcÆ\81\94û\83{/öä\1f¬J¥üd\1dÎo\17â|·èp Ãép:Üá\9füx\87³Ù\1e\1c\11\ e\97ð\9bu¸À\1f\1e÷ã*\9fÈ¥\9f\ 5Å7«      v\1c½þóu8Ðát8\1d\a?Úáì6\1dN\87\v9\90$\esª®¾>\87\9dOR1ÊO¿þ3\9b¿\15¿ù\ 3}[\83\ e§Ãép\97\7fíS\1dÎvÓát¸\94\ 3I²1§&µ<H\95þîÞ\9bµæ\97;\8fÖÿp\1d\ e|äép:\Æo}¢ÃÙn:\9c\ e\17\85_|\95\17{úo\ e\9cÂÞG©\1aå\87\1fÿ©¥ß\8aßþ\95¾­A\87Óát¸ã?u¾ÃÙo\8f\1fp\8eh\1d.dÎu8?Úß<Z{\85\ eç6\8dü©\95ß\8a_ÿ\99¾­A\87Óát¸ó?t¸ÃÙp:\9c/\87\98\ 3)þæk¼Øó\9f32\9cßîfu\99nù±\85ß\8a\ 3?Ô·5èp:\9c\ egSüÓ Ùp:\9cO\87\9c\ 3©àêë»Ø\v\9e3a\13Øý,ÕáB\7fwϯ­ûVôm\rÊ\8a\ egµÜ\1fóc\vÕ\8eÓát8\1dN³1§\99qµü\19 Ãép:\9c\ ewù¡èÛ\19t8g\85\ e\17³!bv°\ e§Ãép\e&<ú7\9aS\1dîò¹«ÃUܬ\96µÇ\9fw"(+:\1cÍ\1dîØBµåt8\1d.ë@ª¸ûÊ.ö\1f\93\19\ 17ëë?»ê\a÷|+zè\83²¢ÃY-÷ÇüÚBµå^\9cS\8bR\87Ë\99n\1dN\87[ú3=\ 5Þ\19\ 3\1dN\87ÓáN|+zè\83²¢ÃY-÷ÇüÚBµçÞ\9cU«R\87Óát¸Å[X\87\8b9t-ÛôIö\93ý\116öÃÅ·3èpÎ
+\1d.f/\ 4m]\1dN\87Óá6Ìvðï4§\97\7f¨§À[àåýê¶5Ýñ­è\9d\ fÊ\8a\ egµÜ\1fóc\vÕ\9eÓát¸´\ 3©çöÓáÄU\ 1J\8et³>ø£Û\16u÷¢w>(+:\9cÕ\120æ·\16ªM§Ãépq\97@Ñõ×s±\9bSýÉ8¸YßÿÑ}\8b:ÿ[Ñ3\1f\94\15\1dÎj        \18ó[\vÕ¦{\7fb­L\1dN\87ÓáÌ©\ e\17º\8au¸¨\1fíùç»Å·5èpÎ
+«eá\98ßZ¨6]Ñ\9fD\9d\995\1d®éúÓáò~ºü$ĹYu¸=¿:ý[Ñ3\1f\94\15\1dÎj   \18s\8b_\88óµ Ã½{ U]\7f-\17{Ó¤\8aOaëX\87\93ánÿììoE¯|PV\14\ 1«%`Ì­}\1dÎ×\82\ eWÝá~b\7flóÕâ\81 Ãép:ÜÖe}ôgûnñm\r
+\84³B\87³  ì:\1dN\87Ë8\90$\e\1dîø\8f×\9e\8487«\ e§Ãùnñm\r\12\84³Â3Û\1e°ít8\1dN\87Û÷ÓÍ©\ e§<-\1f\ e\1dN\86»ýËu8ßÖ Ã9+¬\96Åcnáëp¾\16t¸·\ f¤¶\vÐ\9cêp:\9cáp³êp:\ø\87\8bog\10!\9c\15:\9c\1d ÃùZÐáv\1eHu\17 \ e\97÷ëu§´¥¬Ãy\ 4   q\e¿\15=òAY\11\ 4¬\16\1d\ e\1dN\87Ólt8sºsëêpA¯\ 1\1d.r²«\17\ e\97ÿÝâÛ\19T\bg\85\ eg\ 3\b\16\95\a\r¨Ãép²\93\11q³vw¸\93¿Üw\8bok\90!\9c\15:\9cõoßép:\9c\ e§Ã\99Ó¼\ eç9ðþ\98èp\9e@B\9c\ eçÛ\1algg\85\ egýÛw:\9c\ e\97w      \14Þ\80:\9c\ e§9­\1f\14\1d\a7¯èÄoEo|PVô\0«Å}\86\ eç       ­ÙH6ætïÎÕát¸S\83¢ÃyDèp:\1c(+z\0é\1d΢oØx¾\16t8\1dnÛ¯7§&U\86Û?,:\9c¿D\9eþý\81ß\8a\9eø ¬È\ 1VKÀ\98[óþ êkA\87Ólt8\1dN\87s[êp:\9c\ e§Ãù¶\ 6\eÚY¡ÃYýv\9e\ e§Ã\154\eÉÆ\9c\9aÔºàtb\t¸ó?ØûÏw\8bokÐá\9c\15V˲1·ä½Ã|-èp\9aÍ+¿Þ\9cæý~½)o=ëp×\7f¯÷\9f\ eçÛ\1at8g\85Õ²kÌ­xï0_\v:Üû\a\15¨Ãép͹I t³êp\ f\8c@Ú·¢\17>(+j\80բáÃép:\Ö\14ëpæT\87óRÕár~oû\82\ eûVôÂ\aeE\r°Z\ 2ÆÜ\82÷\ eõµ Ã½\7f \95^\82:\9c9-®M\86ÆÍúÌÏõ\87X\1dη5èpÎ
+«E\87\1d¦Ãép\91\13¬Ãi«;~¶ç\80\ e×0å\96öϽÿ\838ß-¾­A\8cpVèpV¾­§Ãép\9a\8d\ egN7\f\80\f\17¸¤u¸Ó¿ÖzÖá|[\83\ e笰ZV\8d¹å®ÃùZÐá\16\1cH­w \ e§Ãép\17FG\87»üs­ç¤oE\ f|PVÄ\0«E\87C\87³Ru¸¸ùÕáLja\87sa.\1a\9e®I·¶\ f>\0}·ø¶\ 69ÂY¡ÃY÷¶\9e\ e§ÃépÝÍF\87\8b\9b\81ÞJY5éÖ¶\ e§Ã\81²\82³B\87Ã3Ì×\82\ e×}\12ép:\9c\ e籪Ãép1Ãà»Å·5èpÎ
+«eÏ\98[ì:\9c¯\ 5\1dN\87Óát8\1dÎ\8d¹i|t¸¾µ­Ãép ¬\88\ 1èpèp¾\16t8\1dN\87\8b\99T\1d.ï=\10<@:\9c\ e§ÃE}·øv\ 6AÂY¡ÃYõ:\9c¯\ 5\1d\81T|\vêpy#ptÊ\\99:\9c\ e§Ãép¾­ÁÆvVèpV½½§Ãép:\9c\ e§ÃépÞ\ 3:\ê´[Û'_\80>×}[\83"á¬Ðá¬z{O\87Óát8\1dnÓ%cRU¦¬U­Ãép^\80¾[|[\83\9dí¬Ðá,z{O\87Óá\12.\81ækP[Õát8C¤ÃYÛ:\9c\ e\aÊ
+V\83\ e\87W\98¯\ 5\1dN\87Óá\82fõÚO÷\1eÐát8\1dN\87\vùnñí\f\92\84³B\87³æ½Â|-èp:\9c\ eW6©:\à\83@\87»?ï\16·\ e§Ã\81²\82³B\87Ã+Ì×\82\ e§ÃépæT\87ó^Õá\ 2~ªÕ<2\ e>Ö}[\83­í¬Ðá¬y{O\87Óá4\e\1dÎ\9cêp]ï\ 1\1dN\87\vZÛ:\9c\ e\aÊ\8a\16\80\ e\87G\98¯\ 5\1d®unu8\1d®©Ã¹4·\r\93\ e׸ºu¸àï\16ßΠI8+t8KÞ#Ì×\82\ e§ÃépmûõÖ¯7_:\9c\ e§Ãép:\1c(+Z\0:\1c\1ea:\9c\ e§Ãép:\9c\ e§Ãép:\9c\ eçbñm\r¢\84³B\87³äí=\1dN\87Ólt8sªÃÕ<\at8\1d.guëpÁß-¾\9dA\94pVèpV¼G\98¯\ 5\1d®òÛV\873©:\9c\ eç\fÞ4õ\16·\ e§Ã\81²\82³B\87#yïùZÐát8\1d®v»êp>o\9dÁ:\9c\ eçÛ\1at8g\85բáÃép:\9cdcNMªùÒát8\1dN\87Ëünñí\fª\84³B\87³àkw\88¯\ 5\1dN\ 3h]ØæT\87óyë\fÖá\8a\17³\ eçË\ 1t8g\85Õ¢ÃÙ\12:\9c\ e§Ãí\9dY\1dN\87Óá\Ï:\9c\ e§Ãép>$ÀîvVèp\16¼} Ãép:\9cÏ`¹B\87ó\1e\b^Ù:\9c\ e§ÃE}·øv\ 6YÂY¡ÃYðµ\eÀ×\82\ e§\ 1èp:\9c\ eçûÖ~]2÷V·\ eç\9c\ 2e\ 5gEO\87³Ê+׿¯\ 5\1dN\ 3ÐáÌ©\ eçûÖ~Õát8\1dη\ 5èpÎ
+\1dÎz·îu8\1dN\87ÓáÌ©\ e\8c\95\ e§Ã-\1f\v\1fê¾1ÀövVèpÖ»%¯Ãép7wDû¡ Vèp¦ËXépV÷µÑð¡îC\ 3log\85\ eg½[ì:\9c\ e§ÃYØÂ\8e\ e§ÃÙ¯:\9c\ e7?\18¾[|n\80ýí¬Ðá¬vë\\87Óát8\v[ØÑá
+_\ 4:\9c\ e\87\ eç\98\ 2\87\93>aµì\1fskÜÂõµ Ãép:\9c9Õát¸\8d\83¥Ã¡ÃépàpÒ(\8c{Úùl¨\1d\16t8ÍF\873§:\9c\ e§Ãy\92y\ 3êpV:èp\9e4ÆÜ°»\au8\1dN\87ÓáÌ©\ eç= Ã%ϾÏO\1dÎ\9f\vÀá\84\ e§Ã\19\9c¯\ 5\1dîÉÍR\7f^èp:\9cg\98ÑÒáÐát8p8aÜÓÏg\ 3ì\98óµ Ãép:\9cIÕát8\1dÎÛÌ#P\87³ÔA\87ó¤1æ\ 6Ýå§Ãép:\9cdcNu8/\ 2\1dN\87cã|ûL·ÔÁ\ 6÷¤1æ\ 6ÝͧÃép\9a\8d\85mNu¸Æ\17\81\ e§Ã\91Ýá\9cRàhR.\8c»\ eg`\1ds:\9c\ e§Ãép:\9c\ e§Ã9\80¼Ñt8§\94¥\ eÒ\84\ e\rºkO\87Óá4\e\vÛ\9cêp¾pu8\1d\ e\1dÎ\a       èpÎ
+ãî>sçép:\9c\ e§Ãép&µ+,yµºY=Ôt8\1d\ eÐ\83t8cnD\1d\16t¸w·\8f\13D\873©:\9c\17\94\ e\87\ e§Ã\81£   ãnÌ\8d§cÎ×\82\ e'Ùèp&U\87sãëp\1ek^\81:\9c¥\ e¶¸\17\8d17æ.;\1dN\87Óá|\ 6ëp\99\93êE Ãépèp:\1c8\9a4!ãnÌ\r¥cN\87Óá$\e\1dΤêp^PÖª\a\9b\ eç\94²ÖÁ\1e÷¢1æÆÜ=§Ãép:\9c\85mNu8_¸:\9c\ eÇô\84;¥¬u°Ç½h\8c¹!wËép:\9cfca\9bS\1d®òI Ãépèp\ e\81ê¬0î\1e\91î8\1dN\87Óát8\1dΤz\85yB9\80¼Ût8\1d\ eÐ\83\9c­\1e\91\86Ð1çkA\87Ólt8\1dN\87sÿëp\1en\9e\81N)k\1dt8\1dÎ\98\er7\9c\ e§Ãép\92\8d9Õá<   t8\1d\ e\1dÎ!\ 5N&Mȸ{Dºß\1cs:\9c\ e'Ùèp&U\87ó\84r\0y»épN)k\1dÄ      g«1/\1c\97\ e§ÃùA\16\ e§Ãép!\ 3¦Ã¡Ã9¤Àɤ \19w\1dÎà9æt8\1dN\87Óát8\1dγÕZõ|Óá\1cRÖ:Øä\1e4ƼyÈ\1d^:\9c\ eç\aYØ:\9c\ eç\13W\87ÓáÐá|¬\80\ fTg\85q_8æFÎ1çkA¶Òát8\1dN\87\8by\12èp:\1c:\9cC
+| :+\8c»\ eç^Óát8\1dN\87ÓáLª/\ÏV\a\907\9c\ e§Ã\ 1z\90\ e§Ã\19\9c¯\ 5ÙJ\87ÓáLª\ eç- ÃyÄy\ 6:¥¬uÐá<h\8c¹\11w©ép:\9c\ e'ÙøA\9d\11fÄt8t8\1d\ e\9cL\9a\90q×áÜi\8e9_÷:\9cd£Ã\99T\1dγÕZõ\8e«\7f\a:¥¬u°É=h\8c\88;´t8\1dÎ\ fò\19l§êp\9e\ 4:\9c\ eGl\87sH\81\83I\132î:\9c\vÍ1çë^\87\93lt8\93ªÃy¶Z«\9er:\9cCÊZ\a»Ü\83Æ\98»ÏÐát8?ȶSu8O\ 2\1dN\87C\87óÝ\ 2:\9c³Â¸»Ï\g:\9c\ e§ÃI6:\9c\bólµ_=æt8\87\14 \ay\ 2êpFË1çkA¶Òát8\93ªÃy\14èp^sÞ\81¾[¬u°Ë=h\8c¹\ 1w\99ép:\9c\1f$ÙøA:\9c7\81\ e§Ã¡Ã9¤ÀÁ¤    \19w\1dÎ]¦Ãép:\9cd£Ã\99T\1dγÕ~õ\9eÓá\1cRÖ:èA\1e4Æ<hÀ\1dV:\9c\ eç\aù\f¶Su8o\ 2\1dN\87C\87sH\81\83I\132î:\9c\9bL\87Óát8ÉF\873©G®9O(\1dÎ\8bÎ;P\87³ÖA\87ó 1æ\ 6ÜE¦Ãép:\9c\aép\1e\ 5:\ðô{\95ép:\1c \aép:\9cqrÌùZ\90­t8\1dΤêp\9e\ 6:\9c'\9d\ e\83]îAcÌ\r¸kL\87Óáü ÉÆ\ fÒá<
+t8\1d\8e\8e\ eç;\ f\1cL\9a\90q×áÜb\8e9_÷:\9cd£Ã\99T\1dγÕZõ¨Óá\1cQ\16;Øæ\1e4Æ<}À\1dS:\9c\ eç\aI6~\90\ eçQ Ãépèp\ e)p0iBÆÝ}æ\ eÓát8\1dN²ÑáLª\ eçÙj¿z×ép\8e(k\1dô \1dÎ\98ß\1fp\87\94\ e§ÃùA\92\8d\1f¤Ãy\14èp:\1c:\9cC
+\1cL\9a\90qw\9f¹Át8\1dN\87\93lt8\93ªÃy¶Ú¯^v:\9c#ÊZ\a\83Æ\98ß\1fpG\94\ eguêp&Õ\ fÒá<
+t8\1d\ e\1dÎ!\ 5\ e&Mȸ{r¹¿t¸â¥\ex\\9aT\1dΤêp^\b:\9c·\9d\ e\83m®Ã\19s\1d\ e\1dN\87Óá\9cÉ~\90\ eç\15¦Ãép¼6å\8e(k\1dls\1dÎ\98Ç\8f·\ 3J\87³<u8g²\1f¤Ãy\15èp:\1c:\9cS
+\9cK\9a\90q÷är{ép:\9c\ e'Ùèp&U\87ÓáìW¯;\1dÎ\11\83\1e¤Ã\19óûãíxÒát8\1dÎ\99ì\aép^\ 5:\9c\ e\87\ eç\94\ 2ç\92&dÜ=¹\^:\9c\ e§ÃI6:\9cIÕát8ûÕóN\87sDYë \aépÆ<`¼\9dN:\9c\ e§Ã9\93ý \1dΫ@\87ÓáÐá\9cRà\Ò\84\8c»'\97«K\87Óát8ÉF\873©:\9c\ eg¿zàép\8e(k\1dô \1dÎ\98ß\1fï®3D\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{r¹¹æ\aT\87Óát8g²\1fÔ>\ 6\9e¿:\9c\ e\87\ e§Ã\81sI\13\9e\.®'\ 6R\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{r¹·æ\87P\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{rÕß[÷\7f¯¥«Ãép:\9cIÕát8\1dN\87ó½ëåc­\83\ e§Ã\19sã½ûÚÊøÁ\96îíUªÃ9\93ý \1dÎ3ìÝ\97\82µªMøÞu¥Xë`\9fëpÆ\\87\93?t8\1dN\87³°íT\1dN\87óG9\1d\ e\1dÎ\a\rèpÎ
+ãî>;~kEýbKW\87Óát8\93ªÃép:\9c\ eç{×\12µÖA\87Óá\8c¹ñÞxi¥ýdKW\87Óát8\93ªÃép:\9c\ eç{×\12µÖA\87Óá\8c¹ñ^wi\ 5þdKW\87Óát8\93ªÃe½Ãt8\1d\ e\1dÎ1\ 5:\9c³Â¸»Ï\ 2î¬Èßléêp:\9c\ egRu8\1dN\87Óá|ïZ¢Ö:èp:\9c17Þ»î¬Ìßléêp:\9c\ egRu8\1dN\87Óá|ïZ¢Ö:èp:\9c17Þ\8b®¬Ø\1fméêp:\9c\ egRu¸¨wXähépèp:\1c8\974!ãîÉUte\ 5ÿhKW\87Óát8\93ªÃép:Ü\8eÉ÷ù©Ãépà\B\87óyàÊú\13ý£-ÝÛ\vU\87s&ûA\1dcàý«Ãépèp:\1c8\974!ãîÉUqe\85ÿhKW\87Óát8\93ªÃép:\9c\ eç{×\12µÔA\87Óá\8c¹ñ\96áæ\7f´¥«Ãép:\9cIÕát8\1d®¤Ãù¾°Du8Ðá\9c\15ÆÝ}¶ùÆ*øÑ\96®\ e§Ãép&U\87\8bz\88E\8e\95\ egqÛw:\1cèpÎVãî>\93át8KW\87\93lt8\93ªÃépÖª\ eç»Åñ¤Ã\81}®Ã\19ó¸ñ.=\0t8\1dN\87s&ûAÆÀ\ 3¸}¬t8«ÛÆÓá@\87\1aw÷Yø}Uò³-]Ç¥\ e§Ã\99T\1dN\87Óát8,Q\1d\ et8\1f\96ÆÜxËp:\9c\ e§Ã9\93ý c Ã\19+\1dÎê¶ñt8Ðá\9c­ÆÝ}\16}]ÕünK×q©Ãép&U\87Kz\89ép:\9cÏ\fÇ©ñ\ 2\1dÎYaÜÝgÇ®«¢ßmé:.u8\1dΤ\1e\18\ 3/`\1d®cê-n\eO\87\ 3\1d\ e\1dÎ}&Ãép\96®ãR\87ÓáLª\ eç½ Ãép¸Rt8°Ï}X\1as\1d.|Dt¸{kW\87\93lt8\93ªÃÉpö«\ eç»Å\ 4êpà öaiÌu¸{\ 3¢Ã\9d[»¡×\94óH\873©:\9cç\82ýªÃáJÑáÀ>×á\8cyÇxËp:\9c\ e§Ã9\93ý \1dΤép:\9c\ f\rÇ©ñ\ 2\1dÎÙjÜÝgI\v°í\87ëp:\9c\ e§Ã\99T\1d.ç)¦Ãép>4\1c§Æ\vt8g\85qw\9f);:\9c\ e§ÃI6¾ëMê\9d\8f6\8f'ûU\87Ã\12Õá@\87Óá\8cyñx÷®>\1dN\87Óá\9cÉ~\901Ðá¶~ÛZ«:\1c®\14\1d\ eìs\1dÎ\98ëpI\83¡Ã\9d[»©×\94óH\873©:\9c÷Bü\19ü§a
+}bX¢:\1cèpÎ
+ãî>3\16:\9c\ eç\eP²ÑáLje`Òáì×û\ f\1f\):\1cØç:\9c1\ f\eo\19N\87Óát8\a\91\1f¤Ãy\8cép:\9c\ f\rÇ©ñ\ 2\1dÎÙjÜÝg\86âò\ f×át8\1dN\873©:\9c\ eç\fîép¾4,Q\1d\ et8g\85qw\9f\19
+\1dN\87ó\r(Ùèp&µ³0]þ´µV=}p¥èp`\9fëpÆ\\87\v\1a      \1dîÞÚõ\r(Ùèp&U\87ÓáìW\1dÎw\8bÙÓáÀ)­Ã\19s\1dN\87Óát8»Ð\99ì\92Ñá\82_c¹c¤ÃùÒ°ùt8Ðá\9c­ÆÝ}&\0x\8cêp:\9cd£Ã\99T\1d®öËÖZõöÁ\95¢Ã\81}®Ã\19s\1dN\87ëép\7fº\8fJ\1dÎ\99ì\aép^c:\9c\ eçSÃqj¼@\87\1aw÷ÙÉ\91(ýá:\9c\8f@\1dN\873©7ÆÀ3X\87Óá|j8N\8d\17èpÎVãî>Óát8\1dN\87\93lt8\93ªÃõ\1dÁÖª\ e\87+E\87\ 3û\\873æ:\Ò0èp:\9c\ eçLö\83\8c\81\ eg\84t8ß\1a\9f\ e\a:\9c³Õ¸»ÏÒ\ 6B\87Óá.¾ªt8g²\1f¤Ãy\8fépY\93nmûnÑá@\87C\87s\9f\15\fDí/×át8\1dN\873©GÆÀ;X\87Óá|k8N\8d\17èpÎVãî>S£\ 4H\1dN\87\93lt8\93ªÃÉpÖª\ eç»ÅÜép`\9fëpÆ\\87Óát¸àG\95\ eçLö\83t8ï1\1dN\87ó±á85^ Ã9[\8d»ûÌ{L\87ë\9b8\1dN²ÑáLjP\87»ö ÓáRæÜÚöÝ¢Ã\81\ e\87\ eç>ó\1c\8b]\0:\9c\ e§Ãép&U\87Kx\90e\ f\8f\ eçcÃ\ 6Ôá@\87\1a\99ç\98\ e§Ãép\92\8d\ egR\9f\e\ 3\ fáÞÑÑá|mØ\80:\1cèpÎVãî>ó\1aÓát¸·\9fT:\9c\ fÒá¼È^\19\1dkÕË\ fW\8a\ e\aö¹\ egÌu¸¨!ÐáÎM\9d\ e'Ùèp&U\87k9\81­Õã?Ö\87\86%ªÃ\81\ eç¬0îî3\1d.&{t\9e\16á×\94óH\87\vÆÀS¸vlºfÜÚöÝ¢Ã\81\ e\87\ eç>Óát8\1dN\87\93lt8\93ªÃy¨¾32e3nmûnÑá@\87C\87s\9fy\8bép+Ï\v\1dÎ\82t&ûA:\9c'\99\ e\97\16·ï\16\1d\ et8t8÷\99\ egúu8\1dN²ÑáLj[\87»ó&Óát8ß\e\8e\ 5:\9c³Õ¸»Ït8\1d®gîÒ¯)ç\91\ egR7\8c\81·pëÀ\94M¸Åí»E\87\ 3\1d\ e\1dÎ}¦Ã\85î8\1dN\87Óát8\93zh\f<\86\8aù¶¶}·èp Ã¡Ã¹Ï\82Ç¡zÇ9/n¿§t8g²\1fÔ5\ 6\1eíyÒ¥ê\8bÃ&Ôá@\87\1a\99\ e§Ãmx[èp:\9c\ f*\1a\ 3¯áÒQÑá|qØ\85:\1cèpÎVãî>Óát8\1dîíç\94\ eçLö\83ÚÆÀkX\87Óá|q8N\8d\17èpÎVãî>;=\fÕ\eN\87Óát8\1dΤêp·_e\r\9f\buÓmqûnÑá@\87ø»Ït8\1dN\87\9aÒá\9cÉ~\90\ eç]¦Ãép>9\1c§Æ\vt8g«qw\9fép7ö[ÀÛB\87Óá\9cÉ~PÓ\18x\ eW¦I\1dÎG\87}¨Ã\81\ eçl5îî3\1dN\87ÓáÞ~Lù$r&ûA:\9c\87\80ô͵µí»E\87\ 3\1dÎÙjÜÝg:\9cí¶òq¡ÃépÎd?¨j\f<\88\eä\ eç£Ã\83]\87\ 3\1dÎÙjÜÝg:\9cí¦Ã½ý\96Òá\9cÉ~\90\ eWþP(ù@Ðá|vx°ëp Ã9[\8d»ûL\87\99ý\ 4\1dN\87ÓáLª\ eg\12u¸uSmqûnÑá@\87\1a\99\ e\17x1û\r·\9fR>\88\9cÉ~\90\ e×=\8b-£¡Ãùìð`×á@\87\1a\99\ e§aép:\9cd£Ã\99ÔÇÇÀ\93X\87Óá|w8N\8d\17èpÎVãî>ÓáNÞË:Üí\97\94\ eçLö\83t¸îil\19\v\1dÎw\87\a»\ e\a:\9c³Õ¸»Ït¸\84kYL¼ý\90Òá\9cÉ~\90\ eW=\8d5cÑ8ÑÎ(ß-:\1cèpÎVãî>Óát8\1dN\87\93lt8\93úö\18x\14÷\8d\84\ eçËÃ\83]\87\ 3\1dÎÙjÜÝg:\Ä­¬&êp:\9c\ egRu¸£\13©Ãy\12ùôp\9c\1a/Ðá\9c­ÆÝ}¦Ãép=ÿ\aq=×\94óH\87\8bÆÀ³¸n\1c*gÙ§\87ï\16\1d\ et8g«qw\9f\85\ eCõ¥¬Ãép:\9c\ egRu¸\933Ù4\f:\9co\8f\8f\12Õá@\87sV\18\99\ e·éNÎø%µ¯(\1dÎ\99ì\au\8e\81wñk'°µ\1a9ÃÑ_\13\96¨\ e\a:\9c³Â¸»Ït8\1dÎw\91\ e'Ùèp&U\82\12#íW!n~\ 4-Q\1d\ et8g\85qw\9fépù\9f\14\1dÇuÕ5å<ÒáLª\ e×ý¿/®ÃépG?%,Q\1d\ et8g\85qw\9fépù\9f\14:\9c\ e'Ùèp&ur\f¼\8cËF t¿úüøÆàY¢:\1cèpÎ
+ãî>Û7\fÍ\17rʯÑát8g²KF\87+\9aͶ\ 1Ðá|\7f|<t\96¨\ e\a:\9c³Â¸»Ït¸M÷qÊï)}BépÎd?¨u\fÊßÆuß\ 6:\9c\ f\90\8f\12Õá@\87sV\18\99\ e§Ã%ÌaÙ5å<ÒáLª\ e·g>û~½\ eçEüñ¸Y¢:\1cèpÎ
+ãî>Óát¸\80Il»¦\9cG:\9cI]6\ 6ͯãÂßÞº_}ú}aÐ,Q\1d\ et8g\85qw\9f   q\9b\9c_Tù~Òá\9cÉ~\90\ eWø<Öát8ß \7f?d\96¨\ e\a:\9c³Â¸»Ït¸M\97±\ ewúù¤Ã9\93ý \1d®ï}ÜøÃk÷«\8f¿ß\ f\97%ªÃ\81\ eç¬0îî3\9fÿ\9bîâ \1f¥ÃÙ\88Îd\97\18´>\90+\7f·\ eçÀúx°,Q\1d\ et8g\85qw\9fùüßt\15Gýª¾×\93\8dèLö\83t8AÊ\1fì\92÷«Ï¿_\8f\94%ªÃ\81\ eç¬0îî3ã°é&ÖáN?\9et8g\91\1fÔ<\ 6\8dOäÖï\82âýêûï·Ãd\89êp Ã9+\8c»ûÌ8lº\88u¸Óo'\1dÎYä\aépUoäÚÏ\ 2\1dÎ\97ÈÇ\83d\89êp Ã9+\8c»ûÌ8lº\87³~XÝËI\87s\16ùA:\Ó#¹÷« y¿ú\ 4üå\b\965èpÎ
+ãî>[ºöJ¯á°\9fÖöpÒá\9cÉ~Põ\18´=\93\8b¿
+t8ß\80\1f\8f\8f%jY\83\ eç¬0îî3\1dnÓ-\9cöÛÊÞM:\9c\ fÒázÞÉÍ_\ 5ÕûÕGàïFÇ\12µªA\87sV\18\99\10·é\12\8eûq]Ï&\1dÎ\99ì\au\8fAÕC¹ú£@\87ó\15øñÐX¢V5èpÎ
+ãî>[»ø*ïà¼_WõjÒá\9cÉ~Pù\18ô¼\94Ë?
+º÷«ïÀ_\8d\8b%jQ\83\ eç¬0îî³½\8b¯ñ
+\ eü}M\8f&\1dÎ\99ì\aép\1d\87Pû7\81\ eçCðãQ±D-jÐá\9c\15ÆÝ}fñmº\80\13\7f\93I\87s&ûAícÐq
+ù&(߯>\ 5\7f\96¨5\r:\9c³Â¸»Ï6_T}÷oäOìy1épÎd?H\87+8\87|\12èp¾\ 5?\1f\ e\9a\ 6\1dÎYaÜÝgBܦë7ó7Ö<\97t8g²\1fT?\ 6ù\a\91O\ 2ûõ§xê\7f?\14\96¨%\r:\9c³Â¸»ÏvßTm\97oìÏìx-épÎd?H\87ó\17\9d\86E¬Ãù üx ,QK\1at8g\85qw\9f-¿©ÊîÞÜßYñVÒá\9cÉ~\901H>\8d|\10دBܯ\aÁ\12µ¢A\87sV\18w÷Ùö\9bªëæMþ¥\ 5/%\1dÎ\99ì\a\19\83ÜÿÙ\1f\1f\ 4ökÜ_öÞ\18\0\8a\ 6\1dÎYaÜÝgû¯ª¦\8b7ú·æ¿\93t8g²\1fd\fRÿ\83£¾\aì×Eëáò\8f·D-hÐá\9c\15ÆÝ}vàª*ºvÃ\1f\19é¯$\1dÎ\99ì\a\19\83Èÿæ¨Ï\ 1ûuÛ\92¸ûË-Q\v\1at8g\85qw\9f]¸ªznÝôGFø#I\87s&ûAÆ ±Zù\1a°_\85¸¯ýnKÔz\ 6\1dÎYaÜÝg7®ª\96;·à\91\91üBÒá\9cÉ~\901Xw`ù5Öª¿ímúÍ\96¨å\f:\9c³Â¸»Ï\8e\U%7nÅ+#÷y¤Ã9\93ý c°ñÌòK¬ÕÐU~ñ\a\963èpÎ
+ãî>;sWUÜ·-¯\8cз\91\ eçLö\83\8cÁÖs«ôGX«ñ\8büÜ\8fµD-gÐá\9c\15ÆÝ}vê®\8a¿l\9b^\19\81Ï"\1dÎ\99ì\a\19\83Õ§\97¿UY«\89«üÖ¯´D-fð\81ã¬0îî³cwUøM[øÌHz\10épÎd?È\18\9c¾j\9c±öëÕe~ç\aZ¢Ö2øÀqV\18w÷Ù½Ë*ù\9aõÌpMép:\9cIM\18\ 3\abôâµ_W®ò\e¿Í\12µ\96Áíë¬0îî³\9b\97\15ë\99á\9aÒát8\93\9a0\ 6ND\1d.ÿQ\18¹J\1c@:\1c \aép\9e\.«/\f\96\83Î;C\87\93lt8\93ªÃ9a­Õ\8ae¾ù×X¢V2¸~\9d\15ÆÝ}vþ¶ÊºX½3\S:\9c\ egR#ÆÀ\91\18¼tí×\e«|å\8f°D­dpÿ:+\8c»ûÌmUuÐ\19a\1dN²ÑáLª«Òùj­ZäÑKÙ\12µ\92Á>×á\8cyÜx;\90t8t8g²\1fd\f\1c¸:\÷£ÐÊÔá|ç\81SK\132îî3×\95\83ÎÌép\92\8ddcRu8Ç«µj\95ëp\96¨u\fö¹\ egÌu8^^\0\86X\87\93lt8\93êªtºZ«V¹\ eç;Ñ:\ 6=H\873æ:\1c:\9cÙÓá$\e\93j§²|ÙÚ¯V¹\ e§Ã\81SK\132îî3÷\95\83ÎÔép\92\8d\ egRW\8d\81c1tÕÚ¯V¹\ e§Ã\81SK\132îî3÷\95\83ÎÜép\92\8d\ egRw\8d\81sQ\87Ë\7f\14Z¡:\9cï<pjiBÆÝ}æÆrÐ\999\1dN²ÑáLê\861p2&.ZûÕ\1a×át8pjiBÆÝ}æÆrÐ\99:\1dN²ÑáLê²1p0F®YûÕ*×át8pjiBÆÝ}æÊzl\8at8t8g²\1fd\f\9c¸ÅKÖ~µÊu8\1d\ e\9cZ\9a\90qw\9f¹²t8S§ÃI6:\9cIÝ7\ 6ÎƼ\15k¿Zä:\9c\ e\aN-Mȸ»Ï\Y\8fÍ\90\ e\87\ eçLö\83\8c\813·xÁÚ¯\16¹\ e§Ã\81SK\132îî3w\96\ egæt8ÉF\873©:\9cSÕZõ&Ôá,Që\17ìs\1dÎ\98ëpA\a\91ç\19:\9c\ f2\ 6ÎÜâåj¿Zä\1ez:\1c8µ4!ãî>si=6?\9egèpÎd?È\188tu8\8fB\8b\\87ó\9d\aN-Mȸ»ÏÜZ\ fÌOÀ\ 2¨¼Ct8ÉF\873©o\8d\81\ e\17ÿ(´^u8ßyàÔÒ\84\8c»ûÌ­¥Ã\99¹ÿ\1aY\1dN²ÑáLêkcà\1d\1fµZ\8d\80E®ÃépàÔÒ\84\8c»û̵õÜô$,\80Æ\eD\87\93lt8\93úÞ\18xÈ'-VC`\91ëp:\1c8µ4!ãî>sm=7;:ÜÍ©Óá$\e\1dΤ¾8\ 6^òÖjü#ܪÕá|ç\81SK\132îî3÷\96\ egæþ<ðÿO¬Ã9\93ý càØíy\ e\19\ 5\8b\\87ÓáÀ©¥        \19\99\8bë¹ÉQrnÎ\9c\ e'Ùèp&õÕ1ð\96\8fy\r\19\ 6\8b\\87ÓáÀ©¥   \19\99\8b빩QrnN\9d\ e'Ùèp&õÝ1ð\98Oy\f\19\a\8b\\87ÓáÀ©¥   \19\99\9b+£Ã        qs#ªÃI6:\9cI}{\f<ç3ÞB\ 6Â\1a×át8pjiBÆÝ}æêÒáLÜ\8bó¦Ã9\93ý càä­y
+\19      k\\87ÓáÀ©¥        \19\99»ë¹\99IY\ 1:\9c\ e'Ùèp&Õ\8déÅo­Zä:\9c\ e\aèA:\9c'\97±Ù|\0Ŭ\0\1dN\87\93lt8\93êÊôâ·V-r\1dN\87\ 3ô \1dÎ\93Ëà,>\7frV@×Ìép\92\8d\ egR\17\8c\81\17}À3ÈhXä:\9c\ e\aN-Mȸ»ÏÜ^ÏM\8b\ ewsæt8ÉF\87\eÆÀ\93þþ+ÈpXä:\9c\ e\aN-Mȸ»Ï\_:\9c\89ûçÑÔá$\e\1dΤ®\18\ 3oúó\8f ãa\91ëp:\1c8µ4!ãî>s\7f=7+I+@?Õá$\e\1dΤº2½õ­U\8b\\87Óá\0=H\87óä2@[\ f\9f¨\15 \9fêp\92\8d\ egR\9d¼\9eúÖªE®Ãép\80\1e¤Ãyr\19¡¥g\8f\ e§\9fêpÎd?È\188|{_@\86Ä\12×át8pjiBÆÝ}æ\ 6{nJ²V\80yÓá$\e\1dΤº5=ô­UK\\87Óá\0=H\87óä2D;O\9e°\15`Þt8ÉF\873©nMÏ|kÕ\1a×át8@\ fÒá<¹\8cÑÊ\83'm\ 5´Ü\17:\9cd£Ã\99ÔUcàm\7föõcX¬q\1dN\87\ 3§\96&dÜÝg.±\90\9ecât8\1dN\873©-càu\7fôñc\,q\1dN\87\ 3§\96&dÜÝgn±ç¦C\873o:\9c\ f2\ 6\8eßÞ·\8f\81±Äu8\1d\ e\9cZ\9a\90qw\9f¹Æ\9e\9b\r\1dμépÎd?È\188\7f{_>\86Æ\12×át8pjiBÆÝ}æ\1e{n2\ 2W\80yÓá$\e\1dΤ:~=ð­Uk\\87Óá\0=H\87óä2PûÎ\9cÀ\15Ð0o:\9cd£Ã\99Ô\8dcà}ï­\13þ\b÷\15«ÃY£àÔrV\18\99\9bìwS\91¸\ 2L\9b\ e'Ùèp&Õùëuo­Zã:\9c\ e\aèA:\9c'\97±ÚvâD.\ 1Ó¦ÃI6:\9cIuþzÜ[«Ö¸\ e§Ã\ 1z\90\ eçÉe°\96\1d8\99K þ\9aÐá$\e\1dî?ìÝ\ 1rÛ¸\12EQï\7fÓøU©\99?\93\89\12\ehö;g\ 1\80HèV\9cXÔ®3p´wÎ\19~\b÷MV\87³?ÁS˳ÂܽϼÍ^_\86¡[À²ép\92\8d\ egQ=\80\9d0íU\9b\\87Óá\0=H\87sä2®VO\9b©[`ø;B\87\93lt8\8bÚx\ 6ÎõN9Ó\ fá¾Íêpö&xjyV\98»÷\99÷YàcÙªæ¦ÃI6:\9cEí<\ 3Çz\87\9cñ\87pßgu8;\13<µ<+ÌÝûÌ\e­]бjUcÓá$\e\1d΢ö\9e\81C½#ÎøC¸ï³¶¨}       \9e[\9e\15æî}æ\95öó\15\18¼\ 5&¿\1ft8ÉF\87³¨fàHo¯Úã\ 1\16µ-Áç\\873óÌy\v:wÜ\ 2\83_\ f\ eØr\85\ egQÛ¿h\9dè\1d\1fÂ}\99µEíJðèò¬0wï3/µVADzU\8dL\87\93lt8\8bÚÿEë@ï|3þ\10-jO\82\87\97g\85¹{\9fy­5
+:V­j`:\9cd£ÃYÔ;¼h\1dç\9d\1fÂ}\91µEíHðøò¬0wï3ïµ6AǪUÍK\87\93lt8\8bz\8f\17­Ã¼\15\1a\7f\b÷5Ö\16µ\1fÁ\ 3̳ÂܽϼÙ\9aÜ\93\9a\96\ e'Ùèp\16õ./ZGyë3ý\10îK¬-j;\82G\98g\85¹{\9fe¿ÚúÜ\93U»ãªép\9eÉnÈ\f|-Ì9ß\18\9a=Þ|\15mQ\9b\11|Îu83\ f\9f÷¼çKÀ\16XVM\87\93lt8\8bê9ìtc¯Úâ7\C[ÔV\ 4\9fs\1dÎÌãç=íé\12±\ 5\96UÓá<Tt8\8bê9ìlc¯Úâ·[A[ÔF\ 4\9fs\1dÎÌÍ{س%c\v,«¦Ãy¦¸!\8bêAìdc¯Úäw[=[Ô&\ 4\9fs\1dÎÌÍ»ñ+®Ý½X³;®\9a\ eç\99ì\86ÌÀ÷Ã\98s\8dáÙäÍ×Î\16µ\ 5Áç\\873sónû\92kx'\96ì\8e«¦Ãy&»!3ð\r1æTc|6yó\85³Eu8ð9×áÌܼ\9b¾æZÞ\87%»ãªép\9eÉnÈ\f|I\8c\18 =Þ|ÙlQ\1d\ e|Îu837ï\9eï¹\9e·aÉî¸j:\9c\e2\ 3ß\12c\8e4&h\8f7_5[T\87\ 3\9fs\1dÎÌÍ»ã\9b®ë]X²¢éèp\92\8d\ egQoü¢un·W\1d\11í{[ÔÖ\ 3ïs\1dÎÌÍû¾ïº¾7aÅ\8af£ÃI6:\9cE½õ\8bÖ©Ý^uF´ímQû\ e¼Ñu837ï{¾í:ß\81\15+\9a\8b\ e'Ùèp\16õî/Z'v{Õpí{[Ô®\ 3ou\1dÎÌÍûvï»Þ×oÅ\8a¦¢ÃI6:\9cE\9dð¢u\·WÍ׶·Eu8ð9×áÌܼoóÊë\7fñ\96¬h&:\9cd£ÃYÔ!/Zgu{Õ\8cm{[T\87\ 3\9fs\1dÎÌÍû\ e/½;\º%»á¢ép\9eÉnÈ\fÒ¿6:¿\98i^\e±Eí5Ðá¼\97ÌÝûÌ`7\r7x\ fÜ÷É?èóëy¤ÃYT/Ú^ß\1c\9d]\8c\8f\98\9b-
+\0ÎXN
\ eÅF\rÐ>SX\ 3¦ïq»\1e\0pÆr^\9a\7f(6d\80ö\99Âô\99¿Ëíy\0À\11Ë\89\91Øx\ 1\9ag
+3gþ.·é\ 1\0Ç+\87¦\84ã°á\ 24O\14&Îü]nÓ\ 3\0\ eX\8eLãOÄ\86
+мR\984\ 1ÛÜ\8e\a\0\9c°\1c\9a¦\9f\88Í\12 u¦0]\ 2¶¹-\ f\08`94M?\10\e @ëLa¢\ 4ls;\1e\0pÀrj\9a~"63\80¾¥Âü\bØæ6<\0ÀO\ fX\ 6\ 3±\11\ 1´{4{B\93´Ñív\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\8cõ\80 \ 1\0\0\0À\eÖ\8f\99\19\0\0\0\0<o½Åü\0\0\0\0à\91u\r\83\ 4\0\0\0\80¯­%Ä\ 1\0\0\0p\81cQ©\7fÎZ׳ß\0\0\0\0RépW^\9e\16\a\0\0\0Àçt¸ë.N\8b\ 3\0\0\0à+:ÜEW¦Å\ 1\0\0\0ð\r\1dî\8aË\92â\0\0\0\0ø\9e\ e÷þE   q\0\0\0\0<¢Ã½{I:\1c\0\0\0\0\8fépï]\90\ e\a\0\0\0À3t¸w.G\86\ 3\0\0\0à9:Üë\17£Ã\ 1\0\0\0ð,\1dîãX\86Óá\0\0\0\0rèpÇ*\9c\ e\a\0\0\0\10D\87[:\1c\0\0\0\0åÒ;ÜZ:\1c\0\0\0\0õÂ;ÜÒá\0\0\0\0Ø!»Ã-\1d\ e\0\0\0\80-\92;ÜZ:\1c\0\0\0\0{\ 4w¸¥Ã\ 1\0\0\0°Kn\87[:\1c\0\0\0\0ÛÄv8\19\ e\0\0\0\80\8dR;ÜÒá\0\0\0\0Ø(´Ã-\1d\ e\0\0\0\80\9d2;ÜÒá\0\0\0\0Ø*²Ã-\1d\ e\0\0\0\80½\12;ÜÒá\0\0\0\0ØL\87Óá\0\0\0\0¨\17Øá\96\ e\a\0\0\0Àny\1dnép\0\0\0\0l\17×á\96\ e\a\0\0\0À~:\9c\f\a\0\0\0@½´\ eç¯Ã\ 1\0\0\0p\82\ e§Ã\ 1\0\0\0P/¬Ã-\1d\ e\0\0\0\80\13²:ÜÒá\0\0\0\08"ªÃ-\1d\ e\0\0\0\803t8\1d\ e\0\0\0\80zI\1dnép\0\0\0\0\1c¢Ãép\0\0\0\0Ô\vêpK\87\ 3\0\0\0à\14\1dîò\8a¦Â\ 1\0\0\0ð\a\1d®ê*t8\0\0\0\0þ\91Óá\8eü6©\ e\a\0\0\0À/:\ù\8f×á\0\0\0\0Èép\87ÿg\ 5\1d\ e\0\0\0 \9b\ e·í®u8\0\0\0\80`:ܾ\9bÖá\0\0\0\0répûnù·«°õ\0\0\0\0¢¤t¸\1e\19îß\17\ 1\0\0\0$Ñáöf¸ÿ_\8b­\a\0\0\0\10E\87Û\9eá~]\8d\9d\a\0\0\0\90E\87;\90á\0\0\0\0\88\13Òád8\0\0\0\0\8eÒád8\0\0\0\0êép:\1c\0\0\0\0õt8\19\ e\0\0\0\80z\19\1dN\86\ 3\0\0\0à,\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép:\1c\0\0\0\0õ":\9c\7f\1e\ e\0\0\0\80Ãt8\19\ e\0\0\0\80z:\9c\f\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\93á\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép:\1c\0\0\0\0õt8\1d\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e§Ã\ 1\0\0\0PO\87Óá\0\0\0\0¨\97Ðá\96\ e\a\0\0\0Àa:\9c\ e\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\13â\0\0\0\0¨çÿK\95á\0\0\0\0¨§Ã     q\0\0\0\0ÔÓá\848\0\0\0\0êép:\1c\0\0\0\0õt8!\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\88\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\13â\0\0\0\0¨§Ã  q\0\0\0\0ÔÓá\848\0\0\0\0êépB\1c\0\0\0\0õ":\9c\10\a\0\0\0Àa:\9c\10\a\0\0\0@=\1dN\88\ 3\0\0\0 \9e\ e§Ä\ 1\0\0\0P/£Ã q\0\0\0\0\9c¥Ã)q\0\0\0\0ÔÓá\948\0\0\0\0êépB\1c\0\0\0\0õB:Üu!N\8a\ 3\0\0\0à\ 5:\9c\12\a\0\0\0@=\1dN\89\ 3\0\0\0 \9e\ e\ 1\0\0\0P/¥Ã]\1eâ\948\0\0\0\0~@\87\0\0\0\0¨\17Óá*B\9c\16\a\0\0\0À\93t8%\ e\0\0\0\80z9\1d®,ÄIq\0\0\0\0<¤Ã)q\0\0\0\0Ô\vêp¥!N\89\ 3\0\0\0à;:\9c\14\a\0\0\0@½¤\ eW\1eâ¤8\0\0\0\0¾ Ã)q\0\0\0\0Ô\8bêp\1f:\1c\0\0\0\0gdu¸-\7f#N\8b\ 3\0\0\0à\ fa\1dnS\88\0\0\0\0ø\9d\ e§Ä\ 1\0\0\0P/­Ãí\vqR\1c\0\0\0\0ÿ\88ëp;C\9c\12\a\0\0\0À_t8%\ e\0\0\0\80zy\1dns\88\0\0\0\0ø\88ìp»C\9c\14\a\0\0\0@d\87Û\1fâ\948\0\0\0\80t\91\1dN\88\ 3\0\0\0`³Ì\ ew Ä)q\0\0\0\0ÑB;\9c\10\a\0\0\0ÀV©\1dîD\88\0\0\0\0rÅv8!\ e\0\0\0\80\8dr;Ü\91\10§Ä\ 1\0\0\0\84
+îpB\1c\0\0\0\0Û$w8¿\9b
+\0\0\0À.Ù\1dÎ_\89\ 3\0\0\0`\8fð\ e\ 1\0\0\0°Ez\87ó»©\0\0\0\0ì Ã q\0\0\0\0ÔÓá>\8e\948;\ f\0\0\0 \8b\ e÷úÅ\bq\0\0\0\0<K\87{ãj\848\0\0\0\0\9e¤Ã½u=B\1c\0\0\0\0OÑáÞ¼"!\ e\0\0\0\80'èpï^\92\10\a\0\0\0Àc:Üû\17¥Ã\ 1\0\0\0ð\88\ ewÅe  q\0\0\0\0|O\87»èÊ\848\0\0\0\0¾¡Ã]vmB\1c\0\0\0\0_Òá.¼:!\ e\0\0\0\80/èp\97^\9f\ e\a\0\0\0À§t¸\8b¯P\88\ 3\0\0\0à\13:ÜÕ\97\ 1\0\0\0ð'\1dîú\8bÔá\0\0\0\0ø/\1d®ä:\858\0\0\0\0~£Ã\15\ e\a\0\0\0À¿èpu\17«Ã\ 1\0\0\0ð7\1d®ôz\958\0\0\0\0~Ñá\8a¯X\86\ 3\0\0\0àC\87ÛqÑJ\1c\0\0\0\0\8eËÖá\0\0\0\0Òép{.\\87\ 3\0\0\0ȦÃíºt!\ e\0\0\0 \99\ e·ñêu8\0\0\0\80X:ÜÎË\17â\0\0\0\0Rép{o@\87\ 3\0\0\0ȤÃí¾\ 5\1d\ e\0\0\0 \91\ ewà.\848\0\0\0\808:Ü\91ûÐá\0\0\0\0Âèp\87îD\87\ 3\0\0\0\88¢Ã\9dº\15!\ e\0\0\0 \89\ ewîft8\0\0\0\80\1c:ܹ1êp\0\0\0\09t¸\93\83Ôá\0\0\0\0RèpG'©Ã\ 1\0\0\0\84ÐáÎ\8eR\87\ 3\0\0\0È Ã\1d\9e¥\10\a\0\0\0\10A\87;=L\1d\ e\0\0\0 \81\ ew|\9a:\1c\0\0\0@\0\1dîü8u8\0\0\0\80ùt¸\ 6óÔá\0\0\0\0ÆÓá:\fT\87\ 3\0\0\0\98N\87ë0P\1d\ e\0\0\0`:\1d®ÅDu8\0\0\0\80át¸\1e#Õá\0\0\0\0fÓáz\8cT\89\ 3\0\0\0\98M\87ë1R\1d\ e\0\0\0`6\1d®ÉLu8\0\0\0\80Ñt¸&3Õá\0\0\0\0FÓá\9aÌT\87\ 3\0\0\0\18M\87k2S\1d\ e\0\0\0`4\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\87\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\87\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\85\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸&3Õá\0\0\0\0FÓá\9aÌT\87\ 3\0\0\0\18M\87k2S\1d\ e\0\0\0`4\1d®ÉLu8\0\0\0\80Ñt¸\1e#Õá\0\0\0\0fÓáz\8cT\87\ 3\0\0\0\98M\87ë1R\1d\ e\0\0\0`6\1d®ÅDe8\0\0\0\80át¸\16\13Õá\0\0\0\0\86Óá:\fT\87\ 3\0\0\0\98N\87ë0P\1d\ e\0\0\0`:\1d®Á<u8\0\0\0\80ñ¢:\}ì\92á\0\0\0\0øTR\87«ï]K\87\ 3\0\0\0àSy\1d®°x-\1d\ e\0\0\0\80Ï%v¸ªæµt8\0\0\0\0¾\90ÙáJª\97\f\a\0\0\0À\97R;Üõákép\0\0\0\0|)·Ã­\ 6\83Ôá\0\0\0\0R\ 4w¸+ã×Z:\1c\0\0\0\0ßÈîp\17å¯%Ã\ 1\0\0\0ð½ô\ ewÁݬ¥Ã\ 1\0\0\0ð\80\ e÷æ\9f»\96\ e\a\0\0\0ÀC:Ü;\7fôZ2\1c\0\0\0\0Ï\bêpWÿñëB6"\0\0\0Àp:Ük?c]ËF\ 4\0\0\0\18N\87ûùOZ\97³\ f\ 1\0\0\0¦Óá\9eÿ¡«\8c}\b\0\0\00\9d\ e×\80m\b\0\0\00\9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z9\1dÎ_\87\ 3\0\0\0à\1c\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓád8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0P/¦ÃÉp\0\0\0\0\1c¤Ã©p\0\0\0\0ÔÓád8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z:\9c
+\a\0\0\0@=\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓáT8\0\0\0\0ê¥t8\15\ e\0\0\0\80\93t8\15\ e\0\0\0\80z:\9c
+\a\0\0\0@=\1dN\85\ 3\0\0\0 ^ÌÿÓp&ÅÙ`\0\0\0\0ü\12Ôá^ÿ©*\1c\0\0\0\0o
+ëpïül\11\ e\0\0\0\80\97Ev¸\ f\19\ e\0\0\0\80½2;Üë\17 Â\ 1\0\0\0ð\8a\9býrh\87Û\17á\0\0\0\0àç48\0\0\0\0ØE\82\ 3\0\0\0\80]\148\0\0\0\0ØH\7f\ 3\0\0\0\80z:\1c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿc\ f\ e\ 4\0\0\0\0\80ü_\eAUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU¥=8\10\0\0\0\0\10äo½Á\ 4\15\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ð\ 2oÔÔb
+endstream
+endobj
+392 0 obj
+<</Type/Group /S/Transparency /CS/DeviceRGB /I true>>
+endobj
+395 0 obj <<
+/D [390 0 R /XYZ 90 739.935 null]
+>> endobj
+393 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/XObject << /Im1 391 0 R >>
+/ProcSet [ /PDF /Text /ImageC ]
+>> endobj
+402 0 obj <<
+/Length 19        
+/Filter /FlateDecode
+>>
+stream
+xÚ3PHW0Ppç2ÀA\ 3\0c(\ 5á
+endstream
+endobj
+401 0 obj <<
+/Type /Page
+/Contents 402 0 R
+/Resources 400 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+>> endobj
+400 0 obj <<
+/ProcSet [ /PDF ]
+>> endobj
+430 0 obj <<
+/Length 817       
+/Filter /FlateDecode
+>>
+stream
+xÚíYËn£0\14Ý÷+X\92\ 5\1e?±½lÚi\95QG\1d5\99U5\v
+N\8a\14 ÃCjÿ~\1c0$\81´"\8fÍ4¬°\15\99\8bÎ9÷\ß\eh-,hÝ_Aó\1cÏ®¾Ýala
+¸àÈ\9aÍ- -\97RàBlÍ\ 2ëÙ¾Iâ\Åy6ú3û¡ÏA\vYéúðzñt_\1d\97@ºØ]\9f\86\96ã
+ ©[\1dF#\aA\bíI\9c§#$ì$(ü<Lbó²ê#,\8a\ 4\80\8d9ôa(²\15Ê¡\90\0È\99å \ e$fæ0(c2hOýd¥v\ 3=;\9c¹6\189L\7fÓ\85\94\a\1dh\ 1\898\82\rSµ¨Ú\8c­åP\92\ 1`Cέò\93@¥#\aëÍØËB?ëP\ 5ñ@Çyxh%©\83¨NQj9X\ 2(Mâ`\93ª\ fáKê¥ï\153¿3o¡>MVrT²\1a=à&Y¯\7f\88·*óÓpÕ5\89g\87b2\b¢\9f È\81\89\89\9bļñ\96Ë0^TdLÕßBÅ~ÇE]N\ 6
+ÎN\ 11\14\8c\8bù\b3{^Ûãô=ËUÔÍ\86¡h\1dÆ\b=Å%imw\95KîÔ/¯\b¤Z&E¾*òvx\82\90@6ïg\95uØmq\90Æ(\1f_r/\8c\9b\fõ_½8VËj\13y«UóK\18Ï\934òö\19©«obÿ+Íû\88å\a¦\1aÙ¸\9d\86oÑ@\96¿ª\8f\b\15 íO\10\92\14:\ fÄd\vâý
+U#Äì7/Z-UçòG\18»\1cÏ:
+p\8c\81D\1d\9b¨\8c\ 2ë×Ns\95ª¤S5(\eÊÅAD\88Ã\95_ÚKÉA\91¦I\11\a\95Þ\19@\9d\1e\87\8b\ 1ò³@N\fä×O\93±)\8dIÐXM¤\8buµÂß:$\10!/í*$\ f¼
+\11\ e\ 4\13»\r#5W¡\9b$\8a¼8ptÛ >ì\1a\90»ÌFè\88KP\1dpÓ-\96äE\11m\r¦\9a@\98Óa¨sdöáõ0\ 1\1dSz49Méù©åàåI=Dø\94-W¸\97\94\0\86]lë\92òX\8eF¼e\ fh\ 5¦\17ØéõB¸\8f¿±Úß\96^\96UpOâ@½µÇa\ 4\9bÙußy\18\91B\87"»D³Æá¶\82>\84Y§çà\98\ f\1ew\8aÇ\91\ 2\#\90»p©zë\83\9d¢\ f·ÑÇ&æ>y0!\86¿7Π\12v\86¹:ïÚÈmâ\97\8e½w8C à®\8dN\18\16ñ\8d\8bLóTyÑ$\9e\9bi\86Þ\17¾\99f<©¹î\10÷Lw\ 5Å_\99þ½L·ÛíÝç÷ÙÕ?)bÉÝ
+endstream
+endobj
+429 0 obj <<
+/Type /Page
+/Contents 430 0 R
+/Resources 428 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+/Annots [ 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R ]
+>> endobj
+403 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 574.541 160.007 583.517]
+/A << /S /GoTo /D (chapter.1) >>
+>> endobj
+404 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 554.577 153.203 565.481]
+/A << /S /GoTo /D (section.1.1) >>
+>> endobj
+405 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 538.709 191.1 547.555]
+/A << /S /GoTo /D (section.1.2) >>
+>> endobj
+406 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 507.691 167.648 518.57]
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+407 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 489.631 193.88 500.535]
+/A << /S /GoTo /D (section.2.1) >>
+>> endobj
+408 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 471.705 198.861 482.609]
+/A << /S /GoTo /D (section.2.2) >>
+>> endobj
+409 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 453.779 186.438 464.683]
+/A << /S /GoTo /D (section.2.3) >>
+>> endobj
+410 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 424.819 198.373 435.698]
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+411 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 406.759 289.072 417.662]
+/A << /S /GoTo /D (section.3.1) >>
+>> endobj
+412 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 388.833 263.897 399.737]
+/A << /S /GoTo /D (section.3.2) >>
+>> endobj
+413 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 370.907 239.389 381.811]
+/A << /S /GoTo /D (section.3.3) >>
+>> endobj
+414 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 355.038 186.189 363.885]
+/A << /S /GoTo /D (subsection.3.3.1) >>
+>> endobj
+415 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 337.112 212.759 345.959]
+/A << /S /GoTo /D (subsection.3.3.2) >>
+>> endobj
+416 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 317.129 253.994 328.033]
+/A << /S /GoTo /D (subsection.3.3.3) >>
+>> endobj
+417 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 288.169 197.536 299.048]
+/A << /S /GoTo /D (chapter.4) >>
+>> endobj
+418 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 270.108 172.949 281.012]
+/A << /S /GoTo /D (section.4.1) >>
+>> endobj
+419 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 252.183 251.035 263.087]
+/A << /S /GoTo /D (subsection.4.1.1) >>
+>> endobj
+420 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 234.257 242.188 245.161]
+/A << /S /GoTo /D (subsection.4.1.2) >>
+>> endobj
+421 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 207.199 155.484 216.176]
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+422 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 189.293 168.435 198.14]
+/A << /S /GoTo /D (section.5.1) >>
+>> endobj
+423 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 160.179 148.839 169.155]
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+424 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 142.273 162.348 151.119]
+/A << /S /GoTo /D (section.6.1) >>
+>> endobj
+425 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 113.158 196.43 122.134]
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+426 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 95.252 249.481 104.099]
+/A << /S /GoTo /D (section.7.1) >>
+>> endobj
+431 0 obj <<
+/D [429 0 R /XYZ 90 604.454 null]
+>> endobj
+428 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+470 0 obj <<
+/Length 983       
+/Filter /FlateDecode
+>>
+stream
+xÚíÚMsÚ8\18\0à;¿BG|°W_ÖÇ\91\0iè°Ð\82³\97l\87q\8cB=\ 3\86\82;»í¯¯°\rÄ\91\9bÎ\8eÁ''\ 2cñðêõ+É\10Ì\0\ 4\1f\1a7^ã\8f[\8c\81t$Ã\fxO@BÀ\19r\\8c\807\ 5\ fÍ0´¾x\1f\ 1aÂA\92é\93\92Ööpàu\aÞxûZ£ë5¾5\90~  \ 2\94\9cïr\87\13\17\ 4\8bÆÃ\17\b¦ºý#\80\ e\91\ 2ü\93¼k\ 1(&ú8\aãÆç\ 6Ìú\92\9e¿\9ee\1f4Úõ\8e\1dÂÜ\11®\0\1cë6\8eÓÎp\a9Ȳ\11\86°ÙQ±\1fÎÕÔ²±»ýo\13¬ÃU\1c.£¤§»K\81\a\9bIÖt,ÛÕçTï@¥|Û;_|i\84\11l"\9ek6ÙõÑFú'\94òà\8b3ß?ÕâQ­3]?ö³¿\96Á÷\85\8ab¿HZ@QuÍBFñ\1a#A\8e\10\ 5\94\12ÍæûÁØ_¬æjäÇêåE¤p«\e E²å\10\8bb1\89Æ\1càæ\93Zß®ý\85¡È%ªÁ°Cv`ËØH\84\T>ÎþÛ \7fGg\9a9?\86\98v\11º:äwÔu3Ýà«\1fEjÞ^F\7fC\88g\862ãµäiI\96IªÕ1D*H\9d\ 1JÈò\9d¬\85Üæ¿q« áJR§ØòÀ"\ f\9cÜÿÃhV\94n1gu\ 68Â(3F=ø\89\18u\13Cu9P\ 6
+}hÙB#?mKÓqøÓ\88PAY]\ 2\9c\13\b¥¢Ñ÷Å\8d?m\ 5\81Úlî£06\ 2\183|\91\13&Y\8e\r?g»ù\11+sÄ\13r=ÁWR\91ì\15Ûi    j(Êk\1aÂ%\15é^±¿ÜÄ'Æ° n=x5\98»\aó,\ 1\9bËØ\9f\9fPs%®Õ´\1a
+\13\1fAuâ{Í\92§\96«,íõ¢i\18\98\92\14Ë\9að\18¡È\13&1ùc¥*>zÿ\17J\99\97Û¥\8b¹¹è+d=k)ï\8b³YËæÄÞ\ 4½¶ù\8aF9mùb\1fÕfÒáD\0\e\v\87²\94w»t\ 1õ\15nC\1d³¯o\9c\11äRÒÄ(k/¸`nk\94:\92Òüï)\92­&\98î\94LU°\9cªõd\1e>ZT\7fͯi\17\ e\9d\19©'µVQ`ÎR±¸\9a1³ç>:f0v$2¡ë-è3\90Ý3\13\93\ 5ÝQÛ¬\1f½e\ 41&jÚ7lK\8bܶt«µÍ\ fíN·=i÷Gw½±gºâËJîî\99Ë{"·\rý\1cl8hw[}#\83ºüÚ¤r¡EL©ÛþýøÎ(,\10¾Èâ¡\9c\1a5Õz\ 3od Uò>ò\9bív{ŽñD»\r;ÝIw4Ú2\ eG\95\vºßLÅ\ eT½AÏ;\ eÅ\91¸ä@c¥ôøAoxï}º÷&\7fYº¡Ùê÷:U\9dÜ¿\1f\99}¤Ú Y1·[\ 6\99ª§·<JHðõ\14r¬d!Gö\85Ü]kÐéw'\87Û\87N\83\ 5w\ f^¹%áòqG³¸ëF:ÊÖi\90%q·_\8f{=
+)%\97ñ\b«Á\98\1e_>Ï-\88C >÷qî_6q\ f\9c
+endstream
+endobj
+469 0 obj <<
+/Type /Page
+/Contents 470 0 R
+/Resources 468 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+/Annots [ 427 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R ]
+>> endobj
+427 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 726.819 243.463 737.723]
+/A << /S /GoTo /D (subsection.7.1.1) >>
+>> endobj
+432 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 711.077 279.707 719.924]
+/A << /S /GoTo /D (subsection.7.1.2) >>
+>> endobj
+433 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 691.221 263 702.125]
+/A << /S /GoTo /D (subsubsection.7.1.2.1) >>
+>> endobj
+434 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 673.422 287.349 684.326]
+/A << /S /GoTo /D (subsubsection.7.1.2.2) >>
+>> endobj
+435 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 657.68 213.756 666.527]
+/A << /S /GoTo /D (subsubsection.7.1.2.3) >>
+>> endobj
+436 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 639.881 230.363 648.728]
+/A << /S /GoTo /D (subsubsection.7.1.2.4) >>
+>> endobj
+437 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 620.025 259.693 630.929]
+/A << /S /GoTo /D (subsubsection.7.1.2.5) >>
+>> endobj
+438 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 602.226 238.114 613.13]
+/A << /S /GoTo /D (subsubsection.7.1.2.6) >>
+>> endobj
+439 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 586.485 228.55 595.331]
+/A << /S /GoTo /D (subsubsection.7.1.2.7) >>
+>> endobj
+440 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 566.628 270.064 577.532]
+/A << /S /GoTo /D (subsubsection.7.1.2.8) >>
+>> endobj
+441 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 548.829 220.401 559.733]
+/A << /S /GoTo /D (subsubsection.7.1.2.9) >>
+>> endobj
+442 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 533.088 241.97 541.934]
+/A << /S /GoTo /D (subsubsection.7.1.2.10) >>
+>> endobj
+443 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 515.169 285.147 524.136]
+/A << /S /GoTo /D (subsubsection.7.1.2.11) >>
+>> endobj
+444 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 495.433 258.039 506.337]
+/A << /S /GoTo /D (subsubsection.7.1.2.12) >>
+>> endobj
+445 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 479.571 256.376 488.538]
+/A << /S /GoTo /D (subsubsection.7.1.2.13) >>
+>> endobj
+446 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 461.772 286.811 470.739]
+/A << /S /GoTo /D (subsubsection.7.1.2.14) >>
+>> endobj
+447 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 443.973 289.331 452.94]
+/A << /S /GoTo /D (subsubsection.7.1.2.15) >>
+>> endobj
+448 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 424.237 262.224 435.141]
+/A << /S /GoTo /D (subsubsection.7.1.2.16) >>
+>> endobj
+449 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 406.438 268.54 417.342]
+/A << /S /GoTo /D (subsubsection.7.1.2.17) >>
+>> endobj
+450 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 388.639 259.444 399.543]
+/A << /S /GoTo /D (subsubsection.7.1.2.18) >>
+>> endobj
+451 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 370.84 227.594 381.744]
+/A << /S /GoTo /D (subsubsection.7.1.2.19) >>
+>> endobj
+452 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 353.041 248.067 363.945]
+/A << /S /GoTo /D (subsubsection.7.1.2.20) >>
+>> endobj
+453 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 326.619 189.785 335.595]
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 307.759 257.092 317.686]
+/A << /S /GoTo /D (section.8.1) >>
+>> endobj
+455 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 288.983 243.463 299.887]
+/A << /S /GoTo /D (subsection.8.1.1) >>
+>> endobj
+456 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 273.242 251.215 282.088]
+/A << /S /GoTo /D (subsection.8.1.2) >>
+>> endobj
+457 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 254.362 288.635 264.289]
+/A << /S /GoTo /D (subsubsection.8.1.2.1) >>
+>> endobj
+458 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 236.563 294.164 246.49]
+/A << /S /GoTo /D (subsubsection.8.1.2.2) >>
+>> endobj
+459 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 218.764 278.672 228.691]
+/A << /S /GoTo /D (subsubsection.8.1.2.3) >>
+>> endobj
+460 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 200.965 270.363 210.893]
+/A << /S /GoTo /D (subsubsection.8.1.2.4) >>
+>> endobj
+461 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 183.166 293.616 193.094]
+/A << /S /GoTo /D (subsubsection.8.1.2.5) >>
+>> endobj
+462 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 165.367 273.133 175.295]
+/A << /S /GoTo /D (subsubsection.8.1.2.6) >>
+>> endobj
+463 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 147.568 289.332 157.496]
+/A << /S /GoTo /D (subsubsection.8.1.2.7) >>
+>> endobj
+464 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 128.793 257.053 139.697]
+/A << /S /GoTo /D (subsection.8.1.3) >>
+>> endobj
+465 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 111.97 315.185 121.898]
+/A << /S /GoTo /D (subsubsection.8.1.3.1) >>
+>> endobj
+466 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 93.195 298.288 104.099]
+/A << /S /GoTo /D (subsection.8.1.4) >>
+>> endobj
+468 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+509 0 obj <<
+/Length 1015      
+/Filter /FlateDecode
+>>
+stream
+xÚí\9aßo\9a@\1cÀßý+îQ\1e\83\83»G«²¹´º¡]\96u\vaôlH\14\9dÅ,Û_¿CE\81£VY·\14%}¸z­pùäs÷ý\ 1\10<\0\bÞ6®Æ\8d76Æ\80ëÜÄ&\18O\0\87À2\91N1\ 2ã{p×ì\f\aãÞ`<Ò¾\8dß\ 3\ 3\19ºÉ\91üêúoA\10ÄÓ\8dÞ¸ñ£\11ÏB\80Ö\17 \96n\11
+üYãî\e\ 4÷rþ=\80\fü\ÿ×\f\18\98Èq
+F\8d\8f\r¸]ÌæûË\87í\85\9cdy$µ<D¹¼4\ 3\16\96s\16Þ¬\83éH7t¤µ\10¡°Ùnk\ 6lvÜn¯3ìö\1c·ç8ñÄÐY¯5¹\19¸kQ\934u­E!|m\83ÁùþSnÕ\b#ØÄffZ%'Ç\16\92\91F\84³\88$!÷\83Æq³í´oò÷1\11}¥t\9eGv\88\9cõ\1c¹\16A:c[|d\8f\8fJxX^×^\85~\14ÌC­\85%ÊîÜ_ÍD\18y멼a\98U\9daáP\b\96=\a6Í5¥%Ýí\Ïó»Â\9fß\8b¥Û\ eý®\17yoE¤xÉH\85`\96#\ 5\vìÛm^\95R?\f\14\90¬\90l\85\98x\893\8eêDÅÔ\99Î\1f\1e\ 6$UÚ\9bÿ\f^Æ1£\0Þ<ü
+!~p<MF\84\9fù»\11~qÄ2ºQ\95Øf´\97ÞL\91\8ea\ÕS\8bÀRF\99*\1f;\98N\95Hi êîÆc\15;\1eaF1KE(㢽\14âêW$\1eó·â¤º\8e¡R\8e±B@×Á÷~8\99+çþkÇs´M¨\94\10Ö(Z
+oVÈ\8b±ó×)\9b\8eB­Å²\84\86\v¡&÷Õ*\90\v\97Ú\8a\b)ìF"ú\10§\ e\9e\f\88Jö`\92\v£&#\9dnq#ï]\9cÜCÉmæ\ 5¡î/\16\9bâRFJ±ùÍ\11\13±\14¡¯f\14ܪ|à<µ
+-G\1ec\9d##/-^W\9fq]ß\15\91'yßoëzñè/\83EQUoró\9cé\1e\82LN>PñZí\r߸\8e\bÅ\11}\13Ód\17\87Ö8¥}\92Ò\17ï\e\9f\83\8e{¥ÉkÝÚî¨ÿ¥§´\ 4\fr&TË\ 1,rs×U±û×=w \11ÚlßôÜ\9böçüMpµ\ eÚ\97Ç\96q.é²ô\a\a\95ÃÇn\89\8aíç\17\140i¹\f\ûúvôε\1d)àHM6kíäOÒm\19\fÝxÃ&ûU-\81ÍZ´¼hI'fx;>\1c&ªµg_\1c\89@Kêç?/\97À¤Ì$»\ 4&.~\94T\90Â3«oþ§¾)ÌÆVßO\1aBH\16ã\81÷}zL.nQ|9\ eÓ\92Iøþí\ 3/ô¯V\13\rÓ¦,Ø\95¸\84­Kõ\96\96\88\17\16$Õ¸\17\12\16<R¡ÆY\9f\ 5\7f\a3£h\92³ûóp¢´\91,R\1f³\7f­«\91"ìÎ\84Òî41©\81\9e¢,M\ 1\1d\ 5¿\85\9a\1d ZÔ\12¢\9ai®Ñ2\b\1f\14²\16«\91\9e¢jò\946\b\9f\8eÿ\16³j]KèÊ
\16\9d¯\94Xu\12pXS¾C¹XEOåT&Æ5ÇÃJ&\ f\89ç«è\0Hfá\v \98\7f\19y3æß
+gD'\10\9fúRø\1f¡\9e\1e\9c
+endstream
+endobj
+508 0 obj <<
+/Type /Page
+/Contents 509 0 R
+/Resources 507 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+/Annots [ 467 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R ]
+>> endobj
+467 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 727.795 312.037 737.723]
+/A << /S /GoTo /D (subsubsection.8.1.4.1) >>
+>> endobj
+471 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 709.692 281.631 719.619]
+/A << /S /GoTo /D (subsubsection.8.1.4.2) >>
+>> endobj
+472 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 692.669 260.081 701.516]
+/A << /S /GoTo /D (subsection.8.1.5) >>
+>> endobj
+473 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 673.485 303.369 683.412]
+/A << /S /GoTo /D (subsubsection.8.1.5.1) >>
+>> endobj
+474 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 655.381 302.821 665.309]
+/A << /S /GoTo /D (subsubsection.8.1.5.2) >>
+>> endobj
+475 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 637.277 276.271 647.205]
+/A << /S /GoTo /D (subsubsection.8.1.5.3) >>
+>> endobj
+476 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 618.198 298.816 629.102]
+/A << /S /GoTo /D (subsubsection.8.1.5.4) >>
+>> endobj
+477 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 601.07 309.456 610.998]
+/A << /S /GoTo /D (subsubsection.8.1.5.5) >>
+>> endobj
+478 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 582.967 267.424 592.894]
+/A << /S /GoTo /D (subsubsection.8.1.5.6) >>
+>> endobj
+479 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 563.887 308.36 574.791]
+/A << /S /GoTo /D (subsubsection.8.1.5.7) >>
+>> endobj
+480 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 546.76 298.398 556.687]
+/A << /S /GoTo /D (subsubsection.8.1.5.8) >>
+>> endobj
+481 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 528.656 312.783 538.584]
+/A << /S /GoTo /D (subsubsection.8.1.5.9) >>
+>> endobj
+482 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 509.576 275.155 520.48]
+/A << /S /GoTo /D (subsubsection.8.1.5.10) >>
+>> endobj
+483 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 492.449 291.613 502.377]
+/A << /S /GoTo /D (subsubsection.8.1.5.11) >>
+>> endobj
+484 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 473.369 226.517 484.273]
+/A << /S /GoTo /D (section.8.2) >>
+>> endobj
+485 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 455.266 243.463 466.17]
+/A << /S /GoTo /D (subsection.8.2.1) >>
+>> endobj
+486 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 439.22 251.215 448.066]
+/A << /S /GoTo /D (subsection.8.2.2) >>
+>> endobj
+487 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 420.035 272.884 429.963]
+/A << /S /GoTo /D (subsubsection.8.2.2.1) >>
+>> endobj
+488 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 401.931 284.799 411.859]
+/A << /S /GoTo /D (subsubsection.8.2.2.2) >>
+>> endobj
+489 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 383.828 262.363 393.756]
+/A << /S /GoTo /D (subsubsection.8.2.2.3) >>
+>> endobj
+490 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 365.724 290.149 375.652]
+/A << /S /GoTo /D (subsubsection.8.2.2.4) >>
+>> endobj
+491 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 347.621 270.961 357.548]
+/A << /S /GoTo /D (subsubsection.8.2.2.5) >>
+>> endobj
+492 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 329.517 272.326 339.445]
+/A << /S /GoTo /D (subsubsection.8.2.2.6) >>
+>> endobj
+493 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 312.495 260.081 321.341]
+/A << /S /GoTo /D (subsection.8.2.3) >>
+>> endobj
+494 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 294.391 221.507 303.238]
+/A << /S /GoTo /D (subsubsection.8.2.3.1) >>
+>> endobj
+495 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 276.288 257.849 285.134]
+/A << /S /GoTo /D (subsection.8.2.4) >>
+>> endobj
+496 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 258.184 241.163 267.031]
+/A << /S /GoTo /D (subsubsection.8.2.4.1) >>
+>> endobj
+497 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 240.081 252.49 248.927]
+/A << /S /GoTo /D (subsubsection.8.2.4.2) >>
+>> endobj
+498 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 221.977 219.285 230.824]
+/A << /S /GoTo /D (subsubsection.8.2.4.3) >>
+>> endobj
+499 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 202.792 244.191 212.72]
+/A << /S /GoTo /D (subsubsection.8.2.4.4) >>
+>> endobj
+500 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 185.77 236.44 194.617]
+/A << /S /GoTo /D (subsubsection.8.2.4.5) >>
+>> endobj
+501 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 165.609 243.643 176.513]
+/A << /S /GoTo /D (subsubsection.8.2.4.6) >>
+>> endobj
+502 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 149.563 235.086 158.41]
+/A << /S /GoTo /D (subsubsection.8.2.4.7) >>
+>> endobj
+503 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 130.378 259.992 140.306]
+/A << /S /GoTo /D (subsubsection.8.2.4.8) >>
+>> endobj
+504 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 111.299 259.145 122.202]
+/A << /S /GoTo /D (subsubsection.8.2.4.9) >>
+>> endobj
+505 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 93.195 264.126 104.099]
+/A << /S /GoTo /D (subsubsection.8.2.4.10) >>
+>> endobj
+507 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+512 0 obj <<
+/Length 219       
+/Filter /FlateDecode
+>>
+stream
+xÚÝ\91;O\ 2A\14\85ûù\15·\9c)öz\1f\16\ 4\13
+\8c\86\82\80\12\12·\80\18ùû\8e\v\9b(V¶V'9gîÉ79\ 4{ x0\93bîæ"\901\a       P^!\13ÄÀè\85¡ì ³\aÇd?ܺ,@CBΡ\1e\ eÉôqYf˲úÊ̬\98£á\1a\11ðÐá#Fõ°íM·&ØU\7f\ 1\84\9a\13\9c\87W=´¢Uß`e\9e\f]y.÷§ýµèy$Ôo\84ìs­N\10¥zQ.0 \ 5[dvMòd\8bSo\ fýËýæ}3à\8dýÐ5Y\83E×x¢ÿ"mοÌ\9bO³Ô\155ü°G½\9d.)*É_\97û\ 4\16xv\ e
+endstream
+endobj
+511 0 obj <<
+/Type /Page
+/Contents 512 0 R
+/Resources 510 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 398 0 R
+/Annots [ 506 0 R ]
+>> endobj
+506 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 728.876 241.073 737.723]
+/A << /S /GoTo /D (subsubsection.8.2.4.11) >>
+>> endobj
+510 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+515 0 obj <<
+/Length 1491      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dWMsÛ8\f½çWxz\92g*E¢¾\8f\89ã¦ÙMg;µgöÐì\81\96h\9b\13\99r%*©ûë\v\10\94l¥êî\9eH\82 \81\a\80O\90?ÛÍüÙý\95oÇÛõÕõ\aÆfÌ÷\92\84ųõv\96û³$ʽ8\vgëröÕYìùQ\8bfî²Øw\82ù?ë?èDä¥Y\1aà       \7fæƱ\17e\8c\ e<(ÝÌ\83̩ˮвVÃ\91 òÂ(aöH\12zQlm\ 4^0w\ 3ß÷\9dUQ\1f\85=\11Îr/OXb\ f°ÔËÃ\84\ e¬÷²\9d»a\908e]t\a¡4®R§\14mÑÈ\8d°\9bz/h²\97»½[\899\8b\9d\97y\10;¢"}©\0Úv\1eø\ e/¬*W%íu-ßYY½\1dÝ\97:\ f«¿®?}^Þ»ì:¢­\9b\9byä;\v\89¢.1f¨[ÉMÃ\9b\13\82B\18AàåqL0ÊK\8f\08Z\86(oN4\929\98|hx§öõÖ\ ë\aÕj©;m··õ \a\11\¶k¸î/[Ȧè¤niõäÇþÃÃ
+\86À#É\9d8
+UJµ£%äkl»wß,\8aZ=ù>Ûu\r\0a¾ßC©0\b­Æ1päáX  ÌPKë\12ccÌá
+#Ë\98ß\87Ï}\\90\1cý|¬1:¯î¢Æ+\10×w©Oèº5ñqé\ e\ f}ÄL/·x\12=-¤P\ 5\1e=\91\8aÕ\7f\97\80F\93s#`tý\ 4´ÁÃ;z
+\97\1eÞ\89\8a\eÇh\8b®\8bϨ\96\97\87\96jÏU!¬Ê/Wx\83ñÔ3OÒ\18¯ `\19Àh\ 4\14\ 1
+gAäè\9aä«Û/4A\v«£(tÃ+R¹%w`ï\8b8V²à\98$ë,\by#hR«êD'øÑèm*»Ó\e\19Å\eõú\8bÇ8\83¾¤\9b\16,µSÁ4iOCª2\96²¡Ê\92ØÁºLs\v\19¶F\90ñLMãç\15\8d\88øóÜ á\a¡\eYй\15<mQ[  G@ab\81\82Ê\bèÅÕ# °~a¤?\82Ew]\0\99À9\82\83aî±|àAfyp`\10¬\91[ÞÊ¢ý߬\98\8eX\11V\ 5W4!ä8ÛÉ3ó\90\84ÓÐÔÝnoµççL¾HCU¯¸\93:|Swönâ  \98\9c)ÑÞgxôr#¢õ\99)Q«+e=\15¹\81$òÄi5\Æ\9b\12*#\8arg=Ï\80§h«S\10%³Oknª&Ome\81\ 4ªàÐÒT*+2qB­>NÀ\a¡\9f:§º#9Õ
+¨BÝÕ@v;aï×Ön#xùÆж®*zÌèø\14Û[c­)\85á\e<\v\12/
+3\93Ê8KI÷\89±x¬õÕ\8d¡.0\98\ fË\85ý\1a\87Y\90¹é\99Zúø_pOO\97 yÝËbOÓR 9*ó¤z²ÇI{R\9a\7f§¹)m\18'.µ4grg¦\eøÀh\88Éá-6\f\ 1ÔkÏcÿ\rËgN\0INÜ\90\16\ 3¬\b×á%\81ÃnÛm\8e¼Ñö\1c\rT\v \1aõØ\83\ eâKì NØñ®\1e\rv\18',[#CÝf^\94äãDÿ6\1a\8c!Iþ=$\8f\9dþñL_.`\ f\84\91a{´ïª
+x\ 1<±¢{~:¯\817ÿl\9eÂ(:\8ctþÆ\17Ã7J>[Á»\eT\8e\9c]'KQI%hIü\17\r\99\ 5bC\1a*HZâ'ê\9d½!\b\12½'ùÍrE\93\ 54\ f`\94(C¹¿\vOß$`mñ\13M2+`¾\1f\99s.4\98¹\9f\8e_\ 5¦\ 3^j\92:7å\v>5û!\r\93̹!\9fqº°Ü\81\8a\86\11A¶á-i¦Ôâ\80\88Ó åA¸ºv·\8døÖ\9d»\ 5Ô<À\aÂÞ\94Q\13\98Ø\a\8f\82\14¯\80\94\92$\ 4î\15´MRÒ\90\93\1f?¬X\89A0¤Â"ìB1Ú,\1cQnÕ\eG\95cÝhûÕ\ 15Û¯@Â\1a®Zhÿ\ e¿^õ\ 6\ en\96õ\81K\85ßW? \87\9e»\ 5\86ù>\1cÁ3Û®E\86   §\1a½½P\94±o\1dWZþèû\99¡÷ÁÂ)§\9b\19\eÿOðÕv\96÷Ì\86·\19I#\9bÕác\ 1¡åç\14\ fOl\9ceãý9Ñ[\92n±1hM¢\18\16©¶\r-&¿&UóÐ\83këË£ySÐ\96\ 2\vM\80GN:\1cCK/a\92Û\9a\88\12j\87ï\ 2çÆ<\8c\12Úkóµ\95eg*\ 3\92Ý7câ¨Z\93 \11-¶1ÔÂGÔ\7fáÈi@úúnjÄî«î°1¿\ 6\17F7'-ZëÝ\ 6¡törj\ 6À\9cæÏøãc\1d7\8f\ 2m(*\98©fÆb3\84/ô«èKàmÛ\9b&\99ÕB'Æ\1cØ\8fËõÕOüQÈO
+endstream
+endobj
+514 0 obj <<
+/Type /Page
+/Contents 515 0 R
+/Resources 513 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+>> endobj
+516 0 obj <<
+/D [514 0 R /XYZ 89 770.89 null]
+>> endobj
+2 0 obj <<
+/D [514 0 R /XYZ 90 739.935 null]
+>> endobj
+517 0 obj <<
+/D [514 0 R /XYZ 90 553.953 null]
+>> endobj
+518 0 obj <<
+/D [514 0 R /XYZ 90 553.953 null]
+>> endobj
+6 0 obj <<
+/D [514 0 R /XYZ 90 553.953 null]
+>> endobj
+519 0 obj <<
+/D [514 0 R /XYZ 118.403 425.312 null]
+>> endobj
+10 0 obj <<
+/D [514 0 R /XYZ 90 407.464 null]
+>> endobj
+513 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+523 0 obj <<
+/Length 146       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e±
+Â@\10Dûý\8a)\93æÜÛ5\97»VP1\9dx]H\95 \b&A\89øû&\87\16\96V\ 3Ã\9bÇ0.`ìi\13\13A0Á\89C<#0JgM!\16±C\9dIÞÄ
+ê¼     ªó&\95\87azäÖgc÷l§ë8,\fm#ÝÉÎ\bÃ&MQ\9aR\v´=Õ\r£\9bû
+l4x¼\12Õc-\8bò\86\13\1d\89?\97¾ùãòj\94å_Õ\e\ 2à1f
+endstream
+endobj
+522 0 obj <<
+/Type /Page
+/Contents 523 0 R
+/Resources 521 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+>> endobj
+524 0 obj <<
+/D [522 0 R /XYZ 89 770.89 null]
+>> endobj
+521 0 obj <<
+/Font << /F22 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+537 0 obj <<
+/Length 1949      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8d\93Û6\ e\7fÏ_á·ÊÓX+Q_Ötîaëͦ{\97L2Ùm_Ú\9b\8c,S6§²¨\8aT6{\7fý\ 1\ 4(k\1doÓ'\81 @â\8b\8e\16ûE´xû*âïÏ\ f¯®n\85X\88(Ìs\91-\1e\9aE\19-ò´\f³u²xØ-~\ f6\87ª·rX®D\16\ 5bùß\87\7f\93F\1a\16ë"F\8dh±Ê²0]\vRx§¶C5<\91¯¦ÚËI)NÃ$Í\ 5+åI\98f|\8b\bãå*\8e¢(¸þxGª7ÒÔ\83ê­Ò\1d\1f\90,Ê°ÌEÎúb\1d¦"&ýë¶\ 5­"cõ"\ f\ e²Ú9³\81ùG\14\89V\1aÚ¨\ 6IÜV×\95\95;âª\8e\98ö \89Ñèv\19\a°\e\a\12\88\81¸Wª«ÛqÇ'è\86¸¬\94\ 5\83leeø\84¾ªÿ\ 4ïÃå*YçÁ\ 3ÈÄYðtfÄÎy¹%326#\a¶­T\8b~£§q\1c\96YF\9e¢D\12¡¡Ê \ 5²º\1e\8f²³pQ\8a\11ÀP ßG\0¥§\bàÂ]\8e\12ý Ñ¦/j\87÷ãV£Yat\89sRþÆÍÕæÇ\1f\89\ 4ÅýP\1d\8d»\92|süëëe\1a\ 5\e¶KÖz2 åª¸àÑ\94ñfìjL·¡%Å\b\88\90\f¨àh\11/\ 6,c$>½}µø\9dö«\9a\fw¢9á\815¨æáÆp2£\b]Ù£\19w\18ú|\1dlUGå\9b\17>\9f\86v(Í@L\9e¡L­\af\ fÒ@$\r±\15\1fgleU]µí\13­[ÕýYm[IR\14\16åo@9ç(Ð.\15(ãêækuì[é\8fØr Á\90°z})¨\7fDYôNuãW b\8a\9cæG|{ó\9fÏ\10¥\e\b9\1e\8a¿Wõ \8dn,±~[æQ ÌXµ´\86äãYá\v¯9\8dÃ".ýk\16ü\9a\90êöt½ük\94]-¿ÿ\9coÑegoÊuD\87Àʽ¹´\bîî?\½ÿøæíJ\¥´3\15\9f\13cå_Þ¬fü"ø"\88¿UÖØAB\rÓ\9ar\9bºwßê¥È\82G¾²\b\8c·Û     (Ö8VÝ®²\1aJ%Ï\ 2|äQ 5´º\94\8c\98
+³+Ò\0\94\89¥G;m?\ eÊJ"ço\ 1Å\rKH\at@U¼C\86\ 3\ 3ê\10
+°×\1dÇ
+ÏîeÇÒ\1dß[·Ú\º\82Q\ 1EZÙØɶ×@%Q`\14çíÜ5;ÁZ\12¯!&Ll\11\10bx\ 5\bN\ e``c§\1a\fn#\a`¶,]Õ`<\99\8dK«ù{àSF#\87\1f\96Y\16\18Ú0½¬\15BZMë\ 1\12¤\ 6w\ fBR\16'\fI°÷ìõ Ã\99t1M¨_¹~\ 3Þ¯ñ\ 5¿\8c\ 4gU\17Ö}\7f\86.Nw$Ð\0\8a\90\ 5\18q)(á\Hø\15åÝ\85Wøô\94\84\1a eÆú@TMý\ 4ö\10\1c\88\9dWû[ÕÊOPR\9f?@¢ñ       óc\17\14Cüú\12\8eËí\84«¯`K\89f\83r>\a\18-¡0­\8eò¨\1dF\ 2M8\ 5\ 4WbîÓ±#6<³±¶#Ô¦s6ögO
+Å·¥[|ëâ\ 6\vwòqîIÎ\95¨      e|\85g±sÞ÷\8dÓ\f\80\99\0\12^i'W3\ f\18]«SÛ9y\81O=\8e¿\9b\ 3<\9c\81\1dÔO÷XY[Þ>ð]\80E\17ë\91\0
+e\ 4FùXY¢ÙzAÕ\ 2\91,!t\ 4\8e\94è)¯gÇP?\10Á§
+\1dy¤ÅG¤apYÆQ ­ùû\13ÐÝ\8a\1dª±;èFò¡ww÷DÀ¨ÐC\1cì\vÍ\9f\8e£\98%Qì\10Ò\10\1f\88ëq§4\91÷ó\97\ fë\8dîpµ§\15àqE\14Zv}¿¡\86\ 5\1c\11\w´3vð¶jiL3¶Ä©¬\95ÇÞò¥ÚÛQë}§þ'Ïl\99úÆËΠ`ê\1f\81¡\95õ\13\12\0\ 3M\93n\86Ó´;\9bü¸bEÕÑ¡\ e\95\90\ 1mg¤i\82æº,2R¾\fT¨²ÑGlV+èÄ|þ4\96ϧ"\ eVZ\88Sÿuãbç\11\1e45x2\òý\14\18\91Õ<¡Ú\ 3E%?\8d\9e£\99¼\0nß·0#¹©h>qÒ\81Ô\17Nb®g\ 1\96$"òq}6l\82¾5²m\88~T~\1e\ 3_GaÏ\ 3ót¹]×\87AsêSÆ\8a$)a\9e\1f\fóèZ ö
+»Ù\17\f\10â,\8aÍ\ 3\ 1\12ÍPí±±Ðj4ä\rÈMgÀ<Æ\9c¡ê\0\ 5\a\96õ#3\8d\17YQ\ 6¿à\14\82\9eç\82'õ4\9a\ 5é\ 2(ÎCv\9aô\1e\95=èÑÎ\81\91QϽ\8cÓÈHuHø'{¢<§Ó|@'Qi²ôYUÅÂýÆ\83±\15¦Cþ­\17\87ç\1d3ãIñ»\93ý\rOöÏ°ö¼ýÎà\96»ß    ñ#x\97\b˧¬ñ6}\ e æcáϨ¼\97n(¤Åi¤t\98î\7f\r`t:\18ø!KÏ}ôß«Û¤X\14aYDî\97³\10a\14¯!:I\98\15\ 5glòò\ e\9eþr\95ClþE\9f\v\ 1\80.tê@o¥}ð%ôðÔ»ny¸\ 1\1fj\8cÔk:¦\e>4ï\±Äe\18\v¸¿\fÓ<åë\9fäà
+à§g\ e\9c\8dë8íÇi¾X%Y\98\9fú/åõ®\99\95n`\ e\9a&Ñ     ºq\9b \e)\aÝ\84ø¸\9c#>ªm\9e©Íp\9e¯\19HìÞ÷Nà½\1f¿\121×M\9dîý{§{ÒW~\1a^\ 2º|Á\94ÃïpD&ú\95åê9}þÆ꿯\\1c½N\89ó&pÓ}±\88A\8bF/Ä\1dcx:´4\8dû\1d\1e ÊY      ºA\8f\87É­lè·é7¢4fÁIÐyðñÒ\16Tîà\ 6è$J8o%AÀ\ 5\90ä\84\ 1\12¹\90å1\ 3\ 2\89\1dËu$Wíh\8f°LäþO\17\10\99ý°\16\88ÜÐ*[Zì%\1f®øÛ\fúHçMÚ3äuf¸8\80\80¯´qð\96p\7f\1càù\tð\14(x×\b\99ÿ\18\9eè\v#ÑQ¾\90às\9c\M\85U\86\ f*¹ø ~¦¹Su3ô\99Ìlµî/CÏ\9b\87Wÿ\a52aª
+endstream
+endobj
+536 0 obj <<
+/Type /Page
+/Contents 537 0 R
+/Resources 535 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+/Annots [ 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R ]
+>> endobj
+525 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.716 476.14 272.085 486.068]
+/A << /S /GoTo /D (aacdecoder__lib_8h) >>
+>> endobj
+526 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [141.154 339.579 179.948 350.483]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+527 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.326 279.803 449.021 290.707]
+/A << /S /GoTo /D (CommandLineUsage) >>
+>> endobj
+528 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.008 217.224 215.21 228.128]
+/A << /S /GoTo /D (aacdecoder__lib_8h_ac8580fe563e79afe695d7b0b32ea0fed) >>
+>> endobj
+529 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [130.579 136.696 236.441 147.6]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6016435b8679d2793078b10ecaf3d05d) >>
+>> endobj
+530 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [173.128 112.786 289.63 123.69]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+538 0 obj <<
+/D [536 0 R /XYZ 89 770.89 null]
+>> endobj
+14 0 obj <<
+/D [536 0 R /XYZ 90 739.935 null]
+>> endobj
+539 0 obj <<
+/D [536 0 R /XYZ 90 549.218 null]
+>> endobj
+540 0 obj <<
+/D [536 0 R /XYZ 90 549.218 null]
+>> endobj
+18 0 obj <<
+/D [536 0 R /XYZ 90 549.218 null]
+>> endobj
+541 0 obj <<
+/D [536 0 R /XYZ 302.62 448.737 null]
+>> endobj
+22 0 obj <<
+/D [536 0 R /XYZ 90 428.837 null]
+>> endobj
+542 0 obj <<
+/D [536 0 R /XYZ 90 232.748 null]
+>> endobj
+544 0 obj <<
+/D [536 0 R /XYZ 90 168.823 null]
+>> endobj
+545 0 obj <<
+/D [536 0 R /XYZ 90 108.719 null]
+>> endobj
+535 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+563 0 obj <<
+/Length 2405      
+/Filter /FlateDecode
+>>
+stream
+xÚ\9d\19Ùrã¸ñÝ_ÁÚ\97\90U#.     \9eªT\1eÆ\1e{â­Í8Yk&\95Ìn¹ \12\92\98á¡å±\8e6?\9fntC¤.{f_D Ñ\0úîF˳Ö\96g½¿º^\}\7f'\845wç±\88­ÅÊ\9a{V\12ûn$|k\91[\9fíÐùeñ\83\15\0\ 5ìÑÀ\1f\8be+Û\9d3\13\91g\7fìäZ!ÖÕíâê×+\1f\90<Ë×\aE\89\9b\ 4\91\95UW\9f\7fñ¬\1cà?X\9e\eÌSëYcUV(\ 2ø\96ÖãÕ?®<&êø«\89\f\12+qç\89ç#\91¾\bÝ0ñ­D\0á\89 ¢òÆ\99Å\9egÿOÓb6\ 3\84½\99\10®ç§Ö,HÜ4H\99G÷`\8bõy\16Á9?)\99\ 3\87Ihç²\978
+ìUÛT\ 4[\16}×·JV´ð³ç\89RÑRÓ\12l\\ fí¢î\e\82J\ 2de¡ê~Ö\rÛ-\8cr\83µ\1dzB[:³\87\95#"{¥ZZþÙ\8b¼ï\8aúz\ fþ\8ep\8b\9aéG¹·kVÀO\9a\13ÜWÉ¢v³íö\88K<Ï׬\83@Ý0
\99ï»ó("©Ü¯àô\10\88B\8aÂÈ.:\9aÿæø\91­´ö\ 1ÚU²,i¡,¾8¾g+\9aýgèxcøæ\ 5ò`]Êì\9dÊ\9a\µOô½ke¥\90Y$ðX5¸ã¹0w¶j«d¯òrgæýÐÖ/ß÷ö­\13zöÍÓ»Û\9b§\ f\ f8^<Í´\18<\96@L\12¸ýððñý_\9f®ï\17\8f'T$±=Ô}\81d$\89­êfXo\1c\rFË è³j\15ÁV¤áÄ^î^RU<\95Å\1d0yA\b¶ëÌ\82tn?Ô\9ao8·ec\8d÷Æ
+×oTM°~S0IGf5e\9aÕ¾\91\80êÏc;kªm©z\85Wøsتð8\Ù¶M¦º\ ey©¬sÂ(xg¿1\98ªÚö;'\8e\90`\88\1fö\1dÚ\ eú\a¢\93ÏÌ\96r\7f\12Û¿Þ\89\98ÿÕ¦\96\r½¢\1dÕV\83× \1a\85îù\84?S\19\1d3£]\11b\94¬q\1f\a¬\ 6ècx\81,Và\88²/\9a\9a`ÏE¿¡QWTE)\19u5Ô\19"ɲ0,\1d(ef|Høn:çÈ\12\9d\8d,7è2\17Í \10ÑW\9a\81FŸ\12\88\90¤Y:\ 4Û(\1aätÈ\9f\9c\b<\95@\10\89T\v\Ðl\12ÆhQ+\0Ï;\ e@¸L¢9¸á8\8eM£ÉÜ\rã\90\ 4Aê47£<§\ 1\145Á¡\ fW\ eo\8e\8eE=\86ö\83¤\10¤®\0Ï\85#Ü4\rèÚ3r\1cA÷õªyC9C\a\8c§Ë]¯:´­éü\13h\1e\8dÍÿó\8b     &ò\ÈL³ r\83\90­ þ\ 3V\0¬|k`\8cÐå\vÇ·3m¿0k\v ÛÑg\91%ä4ùûÍß\bC\ eyÑ0\ 2Å\r\18õ\f\91\84s\9a©`í\82\8eΩþ\9eÕªC\10|µéà\80\ e\89\90VuÛ¦î\8a\9d\8cÐ\evá²l2Ùó^yÖTÈ\7f7E¶9¼\12\9dØOí5oÞGëÉñ\9b¦Ì\r}f[3ô{£Dñ|\95\19ús×\17é¡\19Þ¶mÓ>B\90\19:2¨¿Ðç²\82ÏZ風Ô; \83§\ f\1f\17\1fï\9e\1eïÿ}«S,\98a\14³ð9\0®J¹îöF{R\f¥n\fU\1d\19k2¦ý@\ 4ÆÃ\83ÑQÇ(\12@r¨1à¬\87\96#g \84®Oê¡ZR¸\bì\86\8fÊ6²®UÙ\ 1ÝAèÛ\9dĨKK°]1x\85¼\13´+~WÚÄõ¬à;릧Á\97ºA\8d?×¼Î_\99ï³øD\ 2¿!ª¬3¼FD¡½k\ 6\1c\ 4P\15íh\90½â\88ÁTOïUÿ¨¥\81z¹ì\8a\ 1\eV\80\15I[($\82
+'\82\80`\87\f*\16\86\82T{¨Õ\8azMsc\8aÈãªi+\92õ\84Gv1\9d\81\ 3\7fn÷àý`Ø>Æ[»&\18\9c×\17\10»~W4\97\1a\9e\1aßG\901t\ 4çDk\91)ÈÙ\91\1fÛ÷\8cO\ 6\ 1Ø\14ËI\89\97³\18ì¸Tw¢Â\ 3Èö+&\9a\ eNí½í I+\82\19Ûah{FÃl©ñÄ°bmX4Ò\ 5\r\ eð¨5\ 60\8d[\80\10Ê\99uK\19\10à½l{\1a6í    *_\95À\1e\16S3tX áâ>ÄâD[³¶ìh$\90D~ª¿½üÁ«GùÓ\9cj]\1c-\19ÒªÙ¨Ó\1c´\14Æ\1e¹-,þÓñ!$¾uü ²?Ý"Ìß?Np}z\95v,øf\9b¦S5\12ë\v´L\84Õ\9a\8cç¯;t¥E\ 5\ 3%1ôN÷\9fªë$tPÑU\9aºÀd\87V\17öçcîiÕ\ 5/\99$æº=¹ð\9eç\ 2Wv½Úr\90\8f\ eó@B\1fSÛðnÆ\fp\88K
+?L5\123\12Å\1c¨\1d\97¥:(@«¦¥8äíKSô\ 2Æ ä\84¹\82\fBÃk"ð\ e\99OÿP±q\90\8bnJ°\87˱m*\80ÙQZ6Zä7ÖTNûRÜäÙVÖ\90îÛÞäè\9dAÙGÅîRÆ\15ÂòCÈY±ÐyL\eA`Í\12Ï\85g\ 2ÉA¸\ 1\ 4B\ fx§Ò\8e\8e\81ê«3¹ÐÓÙpÎ\ e¹ØÐÓm\ ej¤A\b^Ü*\86a`£Ña\ 1Ò\11¦Y\94ü\1d\85\ 1\8b£0\10\ 3kªLû\ 1ú1<`\1fj¾ã¨b\9e\8fÝ\81\93k    ¦\95\ 2h\Ȩ́Åý\99§\11\9b3Ä2nj\88tìb\0ôþû\a\ 2jk\ 4\0\ 4aòi\94\r\1aq ì¦flÃ\15\905\e_\18¸ÝP-N\1e\9f \13>\86l\ 20ø¼\94\98\ 1\03#8ý\8cW\99\r¦D\ 3\f¬jÏ0j²\82ñá7¦L\ 46d÷RÍw®ºäª\ 1\10Q?Ü\v)åöøí¸¯rO_>¯?u4\v\89\e\8bho\8e\18UãÃ\10b^lÞ\99\17\e.wôíToðéÛ\1f\1ei2'\0¨\ eÓÁÛÇ0õå\85$ï]l.ÁZÄu ÞÚ\e\f\99P\96+´ºZ1æK\r\12\¿ÿðt\8dtAÝ;;§m,\86ÏtK\ 4\18Û¿\1c\1f\19\1ahF\8aÔu§RÔ>Ò\99\10B\1f\8dóÂ\88\12^)\ 4Bê;\1a¢õ`\17ÆKì\85\93¢9hðJiË\f\8d\ 1Àùìh!\87ÍqÉ»ä5áh#°ÿ¼×\84Â\1e:uN\ 2tz"ö\1d\8b\97:Nâ[:N        ðÊ\9d¤ÉézF}7^**\fë²îM{r¬]éÊeCmN\ 1þÍe\ 6Nª±M\ 33ýèÞ785\bY;Ãñ\91\8b\81höâ\13§N\f°\rgi®Ç\ 1¢ß\16"\fì\9d2ût»\vGY³¥w¯>\98\94(\8c\12\85=UÜ«7£x©:h\v®\ eBfõ\13\98§o\9b&\83¶­\14ÒA¦Æû^ç=NN¯\ 5\98®\81E\1c\e®\0´\1aJmõ0$\ 6Ѫ\12\9fÚ½\b\94\8c¨\v
+e'õ\98´,`A®\1d¬r0s\ 5±¯ß     \88\97IíA\80@O-\18èHBö\03-Á8\19\ f¤}æbn[""ga¼«Uç:´]Ouc\12BÅ6iK\8a$\1aí\87\1açG2&\9c¢3\9bÕ¯\83\16 \0µý£4R\9fY\0\f
+\86\e\8f,\b\10¨¿\ f\ 2Éó\82ú\84Ô\9b\rí­jÑ\ 1x\99`\95ª²-\1e¹3\ eÇ\17vÍy\9f\96\1c\rL[Ý\87#¤v8\8c\ 4ðDBÖé?\19XÃÞí@MM2Lÿ _m¨[\fPʼ0в\ 62ÙÚ\9e9xµ\10\1aªJí±\1a\ 3\1eUG\9b/\99<\\8cMê3<±\9e#Ï>Uͤ ö\ ekÀãÿ\98ÒÀ\r<ñ­\7f\1f\89º\1a!
+endstream
+endobj
+562 0 obj <<
+/Type /Page
+/Contents 563 0 R
+/Resources 561 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+/Group 392 0 R
+/Annots [ 531 0 R 532 0 R 533 0 R 566 0 R 534 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 572 0 R 559 0 R ]
+>> endobj
+531 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [469.394 688.981 508.188 699.885]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+532 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [228.074 677.026 344.577 687.929]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+533 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.11 677.026 513.996 687.929]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ad8e91a23786bc032e507dfbd036f63c4) >>
+>> endobj
+566 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 665.07 184.525 675.974]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ad8e91a23786bc032e507dfbd036f63c4) >>
+>> endobj
+534 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [305.852 665.07 380.321 675.974]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) >>
+>> endobj
+552 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.754 619.262 208.224 630.166]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) >>
+>> endobj
+553 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.071 548.567 249.573 559.471]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+554 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [195.961 458.943 315.79 469.847]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a60aa42cb3ddc804b44ce61d877d0501e) >>
+>> endobj
+555 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [353.346 449.479 392.14 460.382]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+556 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.008 317.553 216.325 328.457]
+/A << /S /GoTo /D (aacdecoder__lib_8h_acca8f4cf9757885d6c654de37a43072f) >>
+>> endobj
+557 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [325.7 176.881 364.494 187.785]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+558 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [468.935 176.881 513.996 187.785]
+/A << /S /GoTo /D (main_8cpp_a08a7e8a6abdc5cf6d2ac4e978e084d1a) >>
+>> endobj
+572 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 164.926 112.027 175.83]
+/A << /S /GoTo /D (main_8cpp_a08a7e8a6abdc5cf6d2ac4e978e084d1a) >>
+>> endobj
+559 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [139.807 152.971 214.277 163.875]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) >>
+>> endobj
+564 0 obj <<
+/D [562 0 R /XYZ 89 770.89 null]
+>> endobj
+565 0 obj <<
+/D [562 0 R /XYZ 90 710.306 null]
+>> endobj
+567 0 obj <<
+/D [562 0 R /XYZ 90 635.94 null]
+>> endobj
+568 0 obj <<
+/D [562 0 R /XYZ 90 567.401 null]
+>> endobj
+569 0 obj <<
+/D [562 0 R /XYZ 90 388.153 null]
+>> endobj
+570 0 obj <<
+/D [562 0 R /XYZ 90 336.387 null]
+>> endobj
+571 0 obj <<
+/D [562 0 R /XYZ 90 281.513 null]
+>> endobj
+26 0 obj <<
+/D [562 0 R /XYZ 90 274.111 null]
+>> endobj
+561 0 obj <<
+/Font << /F22 396 0 R /F37 543 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+580 0 obj <<
+/Length 1021      
+/Filter /FlateDecode
+>>
+stream
+xÚ\95V[oÛ6\14~÷¯àÛ(`bx\95¨\0\eÐ4ñà¢HÛØ{X\93.PeÚ\16&K\89$/s\7f}\ f/r|[±½\98\87ç\1c~çÂÃO¦h\89(úmt5\e]\8c9G\19É\12\9e Ù\ 2e\14¥  #\8a34\9b£{Ì\89\88b®(¾Ú,\16¦õòtÛõf\1d}\99½C\92iBY\ 6hÎ]Yåèf6z\1e1ÐQÄ\1c¢JI*\14*Ö£û/\14ÍAÿ\ eQ"2\8d^\9c×\1aI.`­ÐtôiDCvÿ¶\ eÈ,\15$\93\f%\8c\12\85\7f\1e\ 1\85óØ\13\9d)I%\91n+¤ |0\LÖ\1c]7\10øÓI\88x\88\11ï\ 5ñ]\13{]ãTB\81\19RZ\13¦\13ß\8bq¹Ü´Æw\8c\13v\19Å\82Qü¾\\98"b
+o\8b*\18\9b\85_ûUP\18kÿ§7m\9dW^SÖO\9bÞ\8b_#Nñf\11q\85í\85Ø~\1f7\bÒf>¡X2\92d\99Ohæð¥Ä]ùÍIÂ\87\ 6M?\98æ¦hæ\0\v1â²Þ¥\0®C
+àt\94\82Ó\95\9dwëLp*ë\0ý\ 4\98\8fUù5\92\14\93\95÷z \8avf\17ó\81R^\87ÝìîÍíôã\87»(¡xv}óöqr{\15Aã~\1f?Ænä¨-\8fdJùª¦\93Ï7\0Ç\88\1f\11\ 3çfãwë|ë\85bÕ4]hoî\97n\9dWÕ0Ò¡% mêù Ü]È¢©ªÆ\96ûRÖË\0ØÔ]      \9ey_\82typ\ f\88%D
+\8db\9e\12¥S\9fç\ 3çêÐë>V\14.;/V'\97\¬òº6áò[ó¼)[Óù]\9aè0\bÛ\1et\a\88¶50\95\ý8ä®®\97U3\fáÉ\9dÚîmºaè\8eFõµ]Ü\ 6¸\183\81\12\92¥P4<\a\ 6Ï\vÊ\16$a!\93?½×Á£QD')\8a÷¼jw¿1K\12ÂRuؾi3\E»ÿHòõSut­0´&8\87\f9²½èIF¨´W\94\91TÊð@¢\98\89\fßE±ÆonaC3<\8db\95â\8fÞò\ 1`µ·;_\8d¯\9dæ\ 6\9c4~{¦È\8c\13í8È\ 5x<\93\88$\99f\83Ã$\8aÓ\f\87ÐW\80
+sï7ã3à"\85³ú?\83O]\966\84Æ\9fá\97CÞî\88ÞǤ\84*9\1cù\ 5Ê\ 3ïá\92å\9e#\ 3Ng;lxÁâ\14,%,S\83\8b\1f\@\v L\89ÄJ)(N3W\9a$Éî»òë)6ð±bÉà\0\f¬Ït(\16B\12
+òÁ,\9dR\12ã8¯çV\10?" Ë5ÁÛ1;\buÓûcOyÛ{\95{$°úg\ 6¦0\86?EJáÎÛ x\9b·[¿qD»°1òÂX\1eË´%ëÖÀ°\9bs\9c×Ô\15\1c\15\14¨¼Ù´\85\89-¾U\b\T¥©ûÎ[\1dýYÁòÉ2xô«2\98\81«{ 4\88(S\86'\v¯ÝZò´\8e­)Li        áoûÔÌÜ\9bs¿T\11ÃC\r\9aÊä\9dùÙ~åRüä6á@÷\97ÇÛ\84°®ÓVx9,.|7\8b¼~%Á¥\19¨¸ì\ 6\96\fTÔ¾òtxîkc\ 2_A\r\ 3\87\99uÓn\ f\88tm\eD\ e\88ñø\1f\8b\16DPþ\7fÿ°|\a\8d\99E\1e
+endstream
+endobj
+579 0 obj <<
+/Type /Page
+/Contents 580 0 R
+/Resources 578 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+/Group 392 0 R
+>> endobj
+560 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 1405
+/Height 715
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/SMask 587 0 R
+/Length 12695     
+/Filter /FlateDecode
+>>
+stream
+xÚíÝ¿\8a\99Æá\ 29\96`Àáà ³nÆrb\90\ 4\8d\1dù
+ìd`pìl\86É\1cØ\943A_HÓàØ\ 6Ý\8c@\81n@ʧ\18\98¡Qw\9d³Ö·¾oí½Ö~\1e~\89­®\7f»êìÚûíÓU\8f\8f\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0¬çáÿ\1cõÖÏy4\1aùì¯ò\11\r~¤7^ü$_-;}\12\ 1\0\0³Câ\9b^zvXý\9eÝì0sv¨;Ô\9b}\12\ 1\0\0³Ã®7¼\ fQ>ûf\87£¾Zöû$\ 2\0\0f\87íg\87ÀF᳿ñGÔ2;t}Áø$\ 2\0\0f\a³Ãö7}f\87ñW\e\9bª|\12\ 1\0\80\8b0;\8c¿WëÞ÷\99\1dÆ_mï[L\7f\ fÍ\ e\0\0\80\eÏUî\95Ì\ e¾\9e{_­Ù\ 1\0\0 ë\9e¥ñG\16\ 4þIûã½\9f¿×òJF~üÂÝ\97ª\9e\1dÂ?]pð'\13\82gxÎÿí?\1fþ:\89½W\81\ 3\95òñ\8e|  \9dó¡\ 4\0\0е        \84o0\7fòJ\ 2÷JY÷V¹[ÊÈq\88-!é/þxÄs\ 3Úÿdì\ 3\ fÏ\ eá\ 3\95\8c\7fU\9fê¡\ 4\0\00~#\13øÛçð\9b\98ðR\8fc?R2vK\e¾OÌz»ç\9c\1dÒ¿&S\8eóyf\87ó?\94\0\0\0\9e»­h¿§®~Òû\8d·\1eûO)\1f\8bT¿«\8dwÓí\9fôÜ/ªÀ\1f\eùÀÇg\87Þ\ 3\95õ\9b\8f¦s>\94\0\0\0\1aï^Gî¹\ 2·\87]75±»°ô[ÈØ\11hü(b«NÊj\91òu\15¾\89Î\9d³ê\ eÔàO\8dHÜFNõP\ 2\0\0\18¼%éºQ
+Ü°\94þåoã½áø?R¨þ(R\8eð9g\87Øë\1f\99\1db\a*ëK%üh:çC  \0\0 ëÞsðiØ\89{ÅÝ?9r7=\7fs\18¼¿+ú7,\13\96\87Á7\9d5;\8c\1f¨\8a/\98\8a\1f[1ù¡\ 4\0\0ÐuW2r7tàì0ø\8b&³~\8bDÅì\10û\11\a¹÷þ\87Ì\ e¹?Û!ñë¿tª
+\7f®\8fz(\ 1\0\0L\9b\1dFîIc÷qECAïýWÑß\83·¼à\19f\87ð$Uñ\81O\98\1d\ 6\a\93ðûyÎ\87\12\0\0@úmW×?\f/½Wzìÿõ\82\8dG£ë¶+ev\18üðO>;\8c\1f½\85f\87\91ië¨Ù!üP\ 2\0\0H¼?½ñôìñ\9b¯\91ç  \84ïñ\eo\87Kg\87\96?¹ÊìÐõ\13\ 3*>ðóÌ\ eé\8f¦s>\94\0\0\0\96\98\1d\7f\13g\87\91_LÐû>w½\89\93Ì\ e\83_\e\89\1f¸ÙaòC        \0\0 bv¸û\97ÑGÝ+Ý~oÃG£nvÈú\r#ËÍ\ eE\1fø\8a³Cã£é\9c\ f%\0\0\80ö»\92Þ\9f\8a0~K~Ôïv\8cýÜ\86\8a\9b²ÁÛá9ÏÇ\b|,Y¿u4}v\b\1f¨ôÙ!÷\88\1dûkR\ 1\0\0R~Ðbúì0rû9áI\ 2¹\87nü£\88Ý\ eOû«êôÙ!ñGJ\8e\1f¨\93Ï\ eG=\94\0\0\0>¼¥êúE\15·_OâìÐ{?5²\ 6ÔÍ\ eá\8f¢è\137óßæ\17ÝD§Ï\ e±\ 3\95û\9b,\ 2\8f¦s>\94\0\0\0\9e»Á   l\ e\81;Ùñ{öÆ_ù\17{\9d\81£\97ûQôþVÍ®7=ÿG\ 2\ 6ö¨Ø\a\1e\e\94F\ eÔ\84\aHâ¿\81\9aöP\ 2\0\0xîÆ*ü;òFîªîÞ×Ä~\ ffÅ/Ðì½ùªþ(R~ybÊ¡(ýÚh|ÏÇg\87ÒOSÅ£é\9c\ f%\0\0\80\ f\ 6ï)\ 6o¬b·\84á[×»G#kv¨û(\1e\a\9e±\7f÷Åë~ñâø\1aöXó\e+\ 6\ fTâæ0>Ô\1cþP\ 2\0\0xîvlä\9e¢n©H¹w+úùxé·\87]\1fBà赼챳Cø\ 3OüÕ¨½\a*ýY\ 1E3Å\9c\87\12\0\0À\9c\11\83Õ?\9b\8e\83G\13\0\0\80\e%\8a>\9b\8e\83G\13\0\0\80»$\8a\8e\83G\13\0\0\80\e%\8a\8e\83G\13\0\0\80»$*>¡\8e\83G\13\0\0Àá7G~¸ý®\9f\ÇÁ£    \0\0à<7J\8e x4\ 1\0\0TÜ(9 àÑ\ 4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0PçááÁA\0\0\0\0*<ü/Ç\ 1\0\0\0Èõð\1eG\ 3\0\0\0Hñð\fG\ 6\0\0\0\88ùèÎ`|\0\0\0\0ÂZ\9eÛàù\ f\0\0\0@\8b\87\9bÂ/h\85\0\0\0\80«yhs\92W\v\0\0\0\9cÍCÈ\81oݧ\f\0\0\0Ö\9d\14\8e½Ó_ñ}\ 6\0\0¶¹ý\ 1ê8\81\0¶>\0À\8d\0à¦Àé\b\9c\91\0\0Wò®C\0ÀÅ\80+\ 1\0 åºÂ\ 1\ 4\0\f\0\0±\v\0\87\v\0pY\ 2\0\8c\7fOw\94\0\0×-\0@Êwm\a\a\0XýzÆ%\r\0\9cê\e´Ã\ 2\0ìw\85ã"\a\0\8eý\8eì\80\0\0.x\0\80ôoÁ\8e\ 6\0àÊ\a\0HÿÎëP\0\0®\7f\0\0ßv\ 1\0R.\81\1c\a\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0à
+\1e\0\0\98Èõ'\0f\a\0\0Ì\ e\0\902;¼xùêÍÛw\92$IªëO\7fù«Ù\ 1\80\ e\9f\7fñå7ß~'I\92¤ºÞ¼}gv\0Àì I\92\ 3\0\98\1d$I\92Ì\ e\0`v\90$I\92Ù\ 1\0³\83$I\92Ì\ e\0`v\90$I2;\0\80ÙA\92$If\a\0Ì\ e\92$I2;\0\80ÙA\92$Éì\0\0f\aI\92$\99\1d\00;¸\12\90$I2;\0\80ÙA\92$Éì\0\0f\aI\92$\99\1d\00;\98\1d$I\92Ì\ e\0`v\90ÎÖCHÑûÐøÿ\87\1e\9f¯Ü\83|ø×[û\7f\95dv\0\0³\83dv0;T\7f²Ö\9d\1dn\7f-MøJ\93dv\0\0³\83dv0;T|P\87\1f\93Û_Ks¾Ò$\99\1d\0Àì ­u3{ÎÙÁgêä³Cï\7f\95dv\0\0³\83dv0;\98\1dÂï\80ϵdv¸{½gî\0Àì \99\1dÌ\ ef\a³\83dv¨\9b\1d,\ f\0\98\1d\83ÙÁì`v\90Ì\ e\83å\ 1\0³\83tÁÙ¡å\95´ü»þ   ?R²å\17(t½æ®\1f\81\18x\13Y?Ûsþ{>ò3Ko¿­\91O\99\1fY)m0;\18\1f\00;Hf\87%f\87\91\eÞñ\17?pv\98ó\9e\ eé\9f2g\0iÝÙÁò\0\80ÙA2;\9cyv\88ýU{ãÍûÈ?%¨\9e\1dÆ?ð£f\87iK\85¤Uf\aË\ 3\0f\aÉìpþÙá¹ÿ\1axz\7fÝÍ{âÏv\98ÿ\9e§ül\87Æ9âî\aî!/m6;\18\1f\00;Hf\87ÓÎ\ e½··-÷°\8dÿõðÙaæ{\9eø_\ 3ÿ\fÄæ ]av°<\0`v\90Î?;\1cò\fü\13Î\ es^üØÙaò{>á¹\10f\aÉì`y\0Àì \99\1dÎù\9b,Òg\87Á\8fèÀÙ¡è=\1fü¯í\1føí\7f?âÁ.y¶\ 3\0\98\1d$³Ã*³Cì\1d8Ãì0ÿ=7;Hf\87ÒÙÁÅ0\0f\aÉÏv0;\98\1dÆg\87Ø8fv\90ö\9e\1d\        \ 3`v\90Ì\ ef\a³\83ÙA2;\98\1d\00;Hf\a³\83ÙÁì éä³Ã\8dÿ\a\0Ì\ e\92ÙÁì`v¨ûÙ\ eu_á\92Î0;Ü\1d"\0Àì \99\1dÌ\ ef\a³\83dv¨{
+\ 4\0\98\1d$³Ãö³Ã\8d_üqòÙ¡è=OüG\16f\aÉì`v\0Àì \99\1d\1cW\9c\1dZ>ØÜ\ 3\955;Ì\7fÏKG\89»\7fÌì m<;X\1e\00;HW\9b\1dîÞ6î4;\ 4v\89\91\ 3\958;L~Ï\13g\87Àfbv\90Ì\ e\0`v\90V\9f\1d\18Þþ-\ 3«Ï\ e7>Øô\ 3\95õo\ræ¿ç)Ïg\b¯"f\aiïÙÁò\0\80ÙAºàìðÑûÐ]g\87»¿À1ë@õ¾¡Ø{Þxãßû)Î\9d\1dºÞy³\83dv\0\0³\83´ÁìpãÆp×\1f)\19Ø\1c²\ eÔÈìpÈ{\9eþÓ\eÚß\7f³\83´ýì`y\0Àì ]dv¸ý3\ 4výM\16YO?\bü\94\83ðìpì{>þu\18{z\89\a»dv\0\0³\83¤«­4\92dv°<\0`v\90\83$\99\1d\00;H\92ÙA\92.8;X\1e\00;H2;H\92ÙÁì\0\80ÙA\92Ì\ e\92´Üì`y\0Àì Éì If\a³\ 3\0f\aI2;HÒr³\83å\ 1\0³\83\83$\99\1dÌ\ e\0\98\1d$I\92´Üì`y\0Àì I\92dv0;\0`v\90$IÒr³\83å\ 1\0³\83$I\92ÙÁì\0\80ÙA\92$IËÍ\ e\96\a\0Ì\ e\92$If\a³\ 3\0f\aI\92$-7;X\1e\0\86òâ嫧ï\83\92$IªëO\7fù«Ù\ 1\80\ e\0\0L³â\85¢kf\0Ì\ e\0\0f\a³\ 3\0\0\0°
\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\91\87÷8\1a\0\0\0@.³\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\11³\ 3\0\0\0PÇò\0\0\0\0\141;\0Àäo Ç~óõM\1f<<\97;Å=÷:\aß\96[!¸ÈÙ\15\0®öÝóÀï¼¾ã\83\87g×qè}\97Â/hv\0gW\0`õÙÁw|ðð¬~\97\8a>\10³\ 3\ 2\80o\9dîkÀU±Ùaòìà¬\b\0à[§û\1apU¼èó÷½ªû(Ì\ eà\1c\v\0¾oº¯\ 1\97Ä\9b=<Í\ e\80\a\1d\0¬ø}Ó}\r¸$^âáiv\0\\8d\0°Ç7\97®?3þÃÕcWÑ?y©ÜÙ¡ñ}k\7f£ïÿÉ\87\9bÒ\ fÚàg
+ÎvʺøóôO¶¿'\83?R²âL\ e\98\1d\0Øfv\b_\96ß}ñ\91\17Ì\9a\1dzß½Þû\91Ø\ 1̺\ f2>°ô)ËÃ3}vx¸'}v¨;\93\ 3\96\a\0ö\98\1d\1e\1a\8c\âƶ\8eÁ»é\91W\1e8\9eá71á¥à´§,\ fÏ\8fî$#\7flä¤\1a\9b\1dJÏä\80Ù\ 1\80\rf\87ö\véÞËàðË\16Í\ e\81\8fzäxÆî\1dÂÇÓµ=KÏ\ e\1e\9e)O\8aè\1aF*f\87ô39`v\0`§Ù!ðÊS\9eµ\e»<    _\9f\87oLb÷\ 57^Iâ?{\87\ e\1e\9e\8fÙÿV.öJ\ 2Ç­úL\ eX\1e\0¸ÂìpøÜ1>;$^~\ f¾àÈAsñÀ\96³\83\87gã1Iù©\17u³CÑ\99\1c0;\0°Óì\10þ½\15\81?\99õ¯\98Ç_|ðÉ\18\897Dí\aÍõ\ 3W\98\1d.øðÌz÷¦Í\ e\13Îä\80å\ 1\80Íf\87¢ß\1d\1fþ}jÕÏÄ\18¼\ 2?ð¾Æ%\ 4\f¾ÚózvHÿÙ\ e\13Îä\80Ù\ 1\80\rf\87Ç\9a_\15wûµí1;\8cÜ8Ä~ö»\1f\11\8fÙaã\87çÈOè\r|8f\a\ 5\80i³ÃcöïµßlvèúGÜ¥÷5±Ï\14l<;löðLù!<é¿\9cÔì\0f\a\0HùÍk½×ÌÛÏ\ e\8f¡\7f\1eR}_c|Àì°ñÃ3ë\ 6ÿÆ\9b6;\80³.\0\1c8;ܾv=Û&°ô}Mú§Þì\80Ùa\8f\87gx§}lû\85\95f\a\ 5\80\ eÏ]Ç^vvhù\8bÂCîkZ>S°÷ì°ÙÃsüéaã?çÇì\0»\9ex\1d\a\0Î9;<Þû=õ\89SÆäÙ¡åÝxÿ\ fäþ\f\8d\ 3ïæ`¡SÖÕ\1e\9e?y7Æÿ\81Æ\84Ù¡îL\ e¸B\0`\95o%\83ÿV¢â¯ºFÞç¬e£÷cO¹À.ý\eO\17\15¬uÊòðLù¸²Æ\9cÀ©¾úL\ e\98\1d\0\1a~ð÷²Í\7fÙñ\1fVÐþ3Û\ 3?f³h\ 2j\1cjÆo\9aà<§,\ fÏi³Cúo²\98p&\a,\ f\0\9c\7fyèú¥i\81aaäÞaä}\19ù\17\1fD\1f¾µ\89}:\Û³îìàá98§\ 4\16\80¬Ù¡úL\ e\98\1d\08óeüsÿ@¸÷eS~åÜÈËfÍ\ eáW\1e¾¯\19üÝ£¹G\eV9_yx>F\9f'0øÛ?Çg\a§&°<\0pÍ+ù\94ëÆÁÑ#öngýHÉÉ×ÿ)«Kø¶Â\ 3\81µ®{=<\13g\87Ǥ     :p\9fRt&\aÌ\ e\0\9c\7f|\18¿n\1c¹Ü\9dð>·\7fc\1d¹=¯»\15\8a\1d4\83\ 3\9b]÷zxfÍ\ e-ï@õ/ÊL<\93\ 3Eg`Ç\ 1\0Î\7f\97\ 4xx\ 28g\ 2\0¾G\83\87'\0Î\99\0à\e4àá   àÌ      \0¾;\ 3\1e\9e\0Î\9c\0\80oÍàá \80ó'\0\9có{±ß\13\ 1\1e\9e\0\e\9fK\1d
+\08É}\8dc\ 2\1e\9e\0[\9eN\1d
+\08ü¾Æ\ 1\ 1\ fO\80]O§\ e\ 5\0\0\0\90Ëì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\1dË\ 3\0\0\0PÄì\0\0\0\0\141;\0\0\0\0u,\ f\0\0\0@\11³\ 3\0\0\0PÇò\0\0\0\0\141;\0\0\0\0\ e\0\0\0@\11Ox\0\0\0\0\8a\98\1d\0\0\0\80:\96\a\0\0\0 \88Ù\ 1\0\0\0¨cv\0\0\0\0\8a\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0\0\0@\11³\ 3\0\0\0PÇò\0\0\0\0\141;\0\0\0\0\ e\0\0\0@\11Ox\0\0\0\0\8a\98\1d\0\0\0\80:\96\a\0\0\0 \88Ù\ 1\0\0\0¨cv\0\0\0\0\8a\ 3\0\0\0PÄì\0\0\0\0Ô±<\0\0\0\0\ e\0ðþ÷DÇ\ 1\ 2H?M9S\ 1\80ï\89\80s\17\803\15\0ø\86\bð\93\13\97s\17à*\v\0\ 3\14\9d¸\9cÁ\80%NY\8e\ 3\0®Þ}O\ 4V<e9\89\ 1«\9c¸\1c
+\0\Àû\9e\b¬r²jÿ¯\0'9\839\14\0\1aþ¹ÿ\aà$§©\96U¡ë\ f\ 3Ì?¡9\ e\0\öbþîÿ\ fpÈÙ)pRz¸ÇA\ 6\ e<¹9\14\0\íz>ög\0ª\17\86\94³Põë\a0;\0@ìJÛÅ90mU\98sª9Ûû\ 3\ó¬è8\0¸0¾\ 2\aÇýÅe?¹xÜy\14àQÀáßy\1d
+\07\®g\1c´m®
+\Æã1å±\83\a\ ef\a\0Îp%éÈ°Ç×\86ËZ\80í§-GoõÏ»ã\0p\9d\ e\bíW\83\e\»ú´\ 2\9dȹ}§O«C\ 1`p\80\93\7fÙ¸\10\ 5¸øw%§ý¥?\89\ e\ 5ÀÆߦ\1d\rVÿúqÁ    \80ýaõÏ\9dã\0°ë·f\87\82ñ«»S]dúÔ\0à»\83ëR\0\9cÛñ\85\94~Ué3\ 2\80ï\14®(\0pnÇ×Rú\95¤O\ 4\0¾elð9r\1c\0Ü'ÂI¾\9c|\19\ 3à\e\87O\10\0Îê\ç+Ê\971\0¾aá;;\0Îêìq\15çk\18\0ß;|\82\0\0\0\0Zø«1\0\0\0 \88Ù\ 1\0\0\0¨cv\0\0\0\0\8a\ 3\0\0\0PÄì\0\0\0\0Ô1;\0\0\0\0E<á\ 1\0\0\0(bv\0\0\0\0ê\98\1d\0\0\0\80"\9eð\0\0\0\0\141;\0\0\0\0\ e\0\0\0@\1d³\ 3\0\0\0\13\1e\0\0\0\80"f\a\0\0\0 \8eÙ\ 1\0\0\0(â        \ fÀ®g¶\15\0\0\82Ùì\0`v\0\0Àì`v\00;¤¼Ã_½~ýý\ f?J\8böï\7füãÓ\97ñ\9b·ï¾ùö;I\92NÛÓ·*÷¿®Ï\ 1Ì\ e\92ÙA\92\83'<\0\98\1dÌ\ e\92ÙA\92dvÀì\0\98\1dÌ\ e\92ÙA\92\83Ù\ 1Àì \99\1d$I2;¸D\apN3;Hf\aI\92Ù\ 1Ox\0Ì\ ef\aÉì I\92ÙÁì\0`v\90Ì\ e\92$\99\1d\ 3\99\1d\83$Éì\80'<\0f\a³\83dv\90$Éì`v\00;¸u\95ÙA\92\83Ù\ 1Àì`v\90Ì\ e\92\ 3W¸P\a0;Hf\aI\92Ì\ e\9eð\0`v0;Èì I\92ÙÁ\85ºO\ 1`v0;Hf\aI\92Ù\ 1³\ 3\80ÙA2;H\92dvp­\ eàTfv\90ÙA\92\ 3f\aÀ©Ìì \99\1d$If\aª¯Õ}\16\0³\83ÙA2;H\92Ì\ e\98\1d\0Ì\ e\92ÙA\92\83Ù\ 1Àì`v\90ÙA\92\ 3>\v\80ó\98ÙA2;H\92Ì\ e\ 3\80ÙA2;H\92dv0;\0\98\1dÌ\ e2;H\92dvÀì\0\98\1dÌ\ e\92ÙA\92dvÀ\15;\80ÙA2;H\92dvð\84\a\0³\83ÙAf\aI\92Ì\ e\98\1d\0³\83ÙA2;H\92Ì\ e\98\1d\0Ì\ e\92ÙA\92\83\8bv\0g0³\83Ì\ e\92$\99\1d0;\0Î`f\aÉì I2;0ó¢Ý§\ 30;\98\1d\83$Éì\80Ù\ 1Àì \99\1d$I2;\98\1d\0Ì\ ef\a\99\1d$I2;¸h÷é\0Ì\ ef\aÉì I2;àº\1dÀì \99\1d$I2;¸n\apú2;Èì I\92Ù\81Ǽ\7fgÑòz\1e>0ó=\8c}P\e|\9a*\ eàs¯sðm]ä_ý<|\8cs\91ÙA2;H\92dv0;\8c¼\9eð­ÖQ÷e§úB\rß\9f\16ÝØ\9a\1dr7\aã\83ÙA2;H\92dv0;\8c¼\9e\91\9b¬CîÈNx\e88;ÌygÌ\ e#\9b\83s£ÙA2;H\92dvpé>ù/ëÍ\ e\ eû\1dö9\8f\ 2³\83ÙA2;H\92dvpé~Ôí¤Ù!ü^Õ}\14f\87ôåÍò`v\90Ì\ e\92$\99\1dö¾t/ý¤\98\1dÌ\ ef\87ö\9f¹ê¤dv\90Ì\ e\92$\99\1dÌ\ ef\a³\83ÙÁì`v0;Èì I\92Ù\819÷z\1f}%)?:ïÃ?ßøzÚßÐC\9b®×Ðõ¡\ 5ÞÕ\8a?Ùþ\9e\fþHÉçÞÖøoëh\97û\1aÌ\ ef\a³\83Ì\ e\92$\99\1dØ`vè}m±Å ö&\ 6g\8aÞ\17̽Ïí}O³Ãí·µëìP1\16av\90Ì\ e\92$\99\1d.uõ>av\bÜ\ 6öÞÈ\87_ÿ\84\97úðe\e\ fZÅs<b³Cõ\13     Ì\ eN\f\aÉì I\92ÙáR³CÊÍTû\rcâ3Û\aoíÿ*1ë\1f\8f\fÎ\17á='öË\1a\ 6g\87\9d\9ePdv0;Hf\aI\92Ì\ e®Þ\8f\9d\1dÂwб\eá\94§\13Ä^sÝì0þ\ f:\ 2³ÃàÐavÀì \99\1d$I2;\á¶èØÙ!ñ\ 6yäoí«\9fG1x@R~äEÝì0ò\896;`v\90Ì\ e\92$\99\1dÌ\ eóg\87\96\eá\8a\7f,\108,)7×uG»hvÈúy\14f\aÌ\ e\92ÙA\92\83Ù¡hv¨»G>jv(:&¹O¨\986;l|Ómv0;\98\1ddv\90$ÉìàêýʳCøÃIÿ½   ãÏ\0©ø]!f\a³\83ÙÁì \99\1d$If\aÌ\ e½?Ìð¨Ùá1ãW\8b\ eÞàw} '\9f\1dü\ 2\83ÙA2;H\92dvØþ\ 2þ̳ÃãÍ\7fì0òÚ\ 6oQGîj³nðo¼i³\83ÙÁì`v\90Ì\ e\92\ 3f\87\ 3g\87ôg\9btÝÕö~P7Þbø      $f\a³\83ÙÁì ³\83$If\aÌ\ e]\7f\95?\7fv¸ý®¦Ï\ e\83¿\1cäÑÏv({|9=\9a\1d\83$If\87½/àÃ\9f\9acg\87\96ûè÷ÿ@×\1f\1eY\ 6J?\17?y7Æÿ\81Æ\84Ù!<t\áñå©\ eW\98\1dþõ\17¿øï?ÿYZ´\7fûÕ¯\9e¾\8c\7f÷û?üÇ\7fþ\97$I§íé[\95ëj³Cúßþ÷ÞÓ\8d¿ÂÒ'$Ä\9e\93\9fûLþÜ\1f)ÙuHÍ\ eNG\eÏ\ e\0\0\82Ùì\10»P\ fß®v}\1d¦Ü#ßý1\ 2§\9d\1dÒ\7f\93\8e±ýìpÔShÌ\ e\0\0\80Ù¡q.\b߬µßÛv\8d\ 3½wÙ±ÿ4¾¥Ä\16\80¬Ùá±á7\99î}ß\9døyÇì\0\0\0f\87ºÙ!ü\14\9aØìÐr«Øõ^å>#(å¥Â\1fBxv¸à³¡F>p£\84Ù\ 1\0\0.~\r?çGJμCo|+\83w\91\89¿\9c\ 5?|=é³Ãí·{\85\9bëð'Ýì`v\0\0\0³Ã´ßd1ò7ã#ÿ\84a|£h¹  \1d¼\93\1d¿\v\1e\99\17b\93ÎÕn®\ 3\9f\83Ù\ 1\0\0\ïuÇçÓ\8d\87§c\ 2\0\0¸\86¯ø\18ݪàáé\98\0\0\0®á+>@÷)xx:&\0\0\80»r\1f ¸ÅvL\0\0À]¹\8f\ eÜ_;,\0\0ÀÕnÌS~U\ 4¸¿vX\0\0\80Ä\9bôý>"\9b\ 3ìzÊr\1c\0\0\9bôý>"·'°ë)Ëq\0\0\80ånÒ\1d
+`\95S\96ã\0\0\0k]û\8c\a\16:e9\ e\0\0à2\1eÀù
+\0\0p\19\ f8_\ 1\0\0\ 1ç+ç+\0\0p\19\ fà|õø±_é\v\0@\1d\17Ì.ã\ 1Ì\ e\0\0\98\1d\ 38_e½Ã\7fûúë¿ÿã\9f\92\93O>ùõo~ûæí;IÒQ½xùÊ\8d­Ëxà²g\98¬\93Ì¢³ÃÓ-É÷?ü(iã~ö³\9fýî÷\7føæÛï$IGõù\17_º±5;\0f\a³\83\83$Éì`vè}ñ9·\e'¿¥zÿ\83\ 3¿q@bÇêîK]ðqç_u\99\1dÌ\ e\92Ì\ e\92dv`\9bÙáî=ïÞ7\80Ïý\f\93\93Ì\ e×¼û6;8_\99\1d$\99\1d$ÉìÀ\1e\97ñ-\7fÕ¾ñ\rà\8d\1f\9dz\86Ùá²wßf\aç+³\83\83$\99\1d0;l6;\9cp%p÷\8dó\95ÙA\92ÙA\92Ì\ e\98\1d.õ·êf\a0;H2;H\92Ì\ e.ãÍ\ ef\a0;\98\1d$\99\1d$Éì\80ÙÁì`vÀùÊì Éì I2;ìt\19ÿpÓí;ß\e\7f8ðv»nº»^|ðÃ?ðGJ¶\7fv\ 6?äð\8b÷~Ƚo½ë g\1d\ ef\aÉì`v\90\ 3ÇÎ\ e#÷Â\81\97ÍzÓ\17\9f\1d\1eî\19ùĵ\7f\12»ÞzãAN\1fg0;\98\1d\83k~I2;pÔì0r÷\1a\947}ñÙað\0\ e~
+Â/{ÈW\ 5f\a³\83dv0;H\92Ù\81ôËøÀ\8dçsÿµå5´ÿ§\947=òá\1f8;\f¾ÂØáíz\r½«Qï[?ö«\82ô/E³\83\83$Éì`v\88ݺvÝ]ö¾\ f\83oúâ³CâOQ\18Ù\rbo}ä+Êò`v0;H2;H\92Ù\81\9df\87ñ\eç\91[W³Ãà\91\19y뱧+TÏ\ e\8f~\ 3\88ÙÁì Éì If\a\16\9c\1dro\1e[þäà_Ö_|v\18|ë½?²cÚ[\9fðUÁiÏWf\aIf\aI2;`v0;¬2;\84\7fºBÊ{8þ³\1dÌ\ ef\a³\83\83$\99\1d0;ô2;\14Ý>÷þÞ\87ÜÙ!ñ­\9b\1dÌ\ ef\aIf\aI2;`v0;\9cgv\88ýºÉ¬Ù!ý­\9b\1dÌ\ ef\aIf\aI2;`v0;\9cavh9Ôu³CÑ[7;\98\1dÌ\ e\92Ì\ e\92dvÀìP½  \98\1d\ 2³CÅç.ü\e\ eÎWf\aIf\aI\92ÙÁì`vØà\17h\96~îF~ù©ÙÁùÊì Éì I2;\98\1d²þ\91\85Ùá¨Ùap78Û\8b\9b\1dÌ\ ef\aIf\aI2;`vH¹ý4;L\embo}ð'Rú\91\92ÎWf\aIf\aI\92ÙÁì\905;\ 4Þ\84Ù¡tv¸û³\17Úÿkàsç7Y¬x\86É:¤f\aIf\aI\92Ùá\82³Cï\ fýkÿ3á{[³ÃÈ¿Ré\1a\rz?wí¿\ 13öÖÍ\ ef\a³\83\83$\99\1dØã\8e`Âo±\füêL³Cãg'ðÉm?þ]¯!÷­\9b\1dÌ\ ef\aIf\aI2;°Í\1dAõìÐr\13ZôD\8bÕg\87ö§%\84\ f{ï¿\86èzñð[7;xv\96ÙA\92ÙA\92Ì\ eìô\17\91\13f\87ÀM´Ùáîggþ\13Z~ò\87c«ÅÝ·nv0;\98\1d$\99\1d$ÉìÀ®Ï\7f\ 6_{\98\1dÌ\ e\92ÙA\92dvÀ­\1f¾ö0;\98\1d$\99\1d$Éì\80[?vý¢òµ\87ÙA\92ÙA\92dvp\87\bá/ª\96\9fÛàpav\90dv\90$\99\1dÌ\ e\10\9b\1dnü\M_x\98\1d$\99\1d$If\a×ð0¾<týòS0;H2;H\92Ì\ e®áapyp\880;H2;H\92Ì\ e®á!}|pX0;H2;H\92Ì\ e®á\ 1\9c²Ì\ e\92Ì\ e\92dv`üo¢\1d
+Àì`v\90dv\90\ 3f\aÀYËì Éì I2;\98\1d\0Ì\ ef\aÉì I2;¸\80÷©\ 1Ì\ ef\aIf\aI2;`v\0\9cµÌ\ e\92Ì\ e\92\83\vx\0g-³\83dv\90$\99\1d\Àû¼\0½'\8dAf\aIf\aI\92ÙÁì\0P4;\8c\9c\ e\92Ì\ e\92\83Ù\ 10;\14-\ ff\aIf\aI\92Ùa¹Û\a\87\ 2\18\19\1fîþ\99öÿdv\90dv\90$\99\1dÌ\ e\80SGËÙ£ey0;H2;H\92Ì\ ef\a\80Ø©ã¹å!ü\84\a³\83\83$Éì`v\0\9c7î¾\88ÙA\92ÙA\92dv¸Âí\83ã\0\98\1dÌ\ e\92Ì\ e\92dvÀì\0\98\1dÌ\ e\92Ì\ e\92\83Ù\ 10;\98\1dÌ\ e\92ÙA\92dvpïà\93\ 2ÄN\1d\83?RÒì Éì I2;\98\1d\0F\96\87\96ÍÁì Éì I2;\98\1d\0\18Ü8\87ÜøcáÍaÝÙáo_\7fý÷\7füSÒÆ}òÉ'¿þÍoß¼}'I:ª\17/_¹Ã=á\95°ã\0\8c/\ fw\ 5V\8bÍf\a\0\0æp­nv\0.5>Ü~©+\9c»|ë\a\00;\98\1d\0Òo«ïþyç.\0\0Øþ6Á¡\0V<}9\ e\0\0pþëv\97îÀ¢§/Ç\ 1\0\0Î\7fÝîÒ\1dXôôå8\0\0\80ëv\0§/\0\0\ eàô\ 5\0\0¸n\aÎv&\99üË\8c\9c¾\0\0`\95;\ 5\87\ 2\18<\8d\98\1d\0\0\80çî\17\1c
+`ä\1cbv\0\0\0nÜ28\14ÀÈ9ä\90Ó\88Ó\17\0\0,qËà8\0á\13È\81§\11g0\0\0\96Á¡\0V<\878\83\ 1\0\80[\ 6À9¤ô\1dð\89\0\0\0·\f\80sHÑ;à\13\ 1\0\0g¾ep\1c\80\91s\88Ù\ 1\0\0\ eÔ\9dFüHI\0\0àT7\v\803IÖ[÷Y\0\0\07\vÀö'\93ùç\93åNb\ f\0\0LäZÝì\0l38\1cò-`ÅÙáÓÏ>ûêõkI\92&ôô}ç_~þóÏ¿øRºZ/^¾r·{\9eû\ 5Ç\ 10;Ì<bO\17\81ßÿð£$I\13zú¾ó»ßÿá\9bo¿\93®Ö\9b·ïÜð\9a\1d\0³\83ÙA\92\83dvØþfÁ¡\0̧f\aI\92ÙA2;`v\00;H\92dv\90Ì\ ef\a\0³\83ÙA\92dv\90Ì\ e®Õ\1d\aÀ©Ìì I2;Hf\a\ 1Àì I\92ÙA2;\98\1d\0Ì\ ef\aI\92ÙA2;¸P÷)\0\ 6Ï\e~\81¦ÙA\92dv\90Ì\ elp¡\ e\98\1dÌ\ e\92$\99\1d\83§:\0f\a³\83ÙA\92dv\90Ì\ eî\1d\1c\7f`\9b\13\9aÙA\92\83dv0;\0\98\1dÌ\ e\92\83dvp\95\ eà\84fv\90$\99\1d\ 3\9eê\0\99\1d$I2;Hf\a³\ 3\80ÙÁì I2;Hf\a³\ 3\80ÙÁì I2;Hf\a.r\89\ e\9cm´Ìbv\90$Éì \99\1d\ 1Àì`v\90$\99\1d\ 3f\aÀì`v\90$Éì \99\1d\ e¿kp\1c\80ÒEâî\9f¹òiÍì I2;Hf\aOu\0\88m\ eY\7fÒì I\92ÙA2;\98\1d\0zÏ-f\a³\83$Éì \99\1dÜ\1a\0Ô\9dXül\a³\83$Éì \99\1dÜ\1a\0\98\1dÌ\ e\92\83dvÀì\0\98\1dÌ\ e\92$\99\1d\83Ù\ 1pn1;\98\1d$If\aÉì°ñ­\81ã\0\14Í\ e½?RÒì I\92ÙA2;xª\ 3\92à\17h\9a\1d$If\aÉì`v\0\bÏ\ eÏ\9dgZþ\8cÙA\92\83dvXú¦Àq\0æ,\ fw\99\1d\\ 6K\92Ì\ e\92ÙÁS\1d\0ÒÇ\a³ªÙA\92dv\90Ì\ ef\a\80ôñ¡ôÍ\99\1d$I2;Hf\a³\ 3\80ÙÁì I2;Hf\a\9b\ 3\80ÙÁì I2;Hf\aÌ\ e\80³\9cÙA\92\83dv0;\0\98\1dÌ\ e\92\83dv°9\0¤\9cyüHI³\83$Éì \99\1dÌ\ e\0Õ\83\83_ iv\90$\99\1d\83Ù\ 1 tp(\1a\1fÌ\ e\92$\99\1d\83Í\ 1¸Ôì\10ø\ 3f\aI\92Ì\ e\92ÙÁì\0p{RÈú\93f\aI\92Ì\ e\92ÙÁì\0л$\98\1dÌ\ e\92\83dv°9\0Ô\9dmrOPf\aI\92Ì\ e\92ÙÁì\0\98\1dÌ\ e\92\83dv0;\0\98\1dÌ\ e\92\83dvÀæ\0\98\1dÌ\ e\92$\99\1d\83Ù\ 1pÂ1;\98\1d$If\aÉì`v\0\b\9fpz\7f\93\85ÙA\92\83dv°9\0$.       é\9b\83ÙA\92\83dv0;\0\97Z\1e>zþ¹û\aÌ\ e\92$\99\1d\83Ù\ 1 ev¸Ëìà2X\92dv\90Ì\ e6\a\80ôñ¡è\8d\9a\1d$I2;Hf\a³\ 3påñ¡ôÍ\99\1d$I2;Hf\87iWû\8e\ 3à¼gv\90$Éì ³\83\edOu\00;H\92dv\90Ì\ ef\a\0³\83ÙA\92dv\90Ì\ e®½\1d\aà\84'¢º\13Ô\8a³\ 3\0\0Ó¸D÷T\a`³³Ð\8dÙ¡â4ev\0\0Àì`v\0®³9Ü\9d\1drÏTN}\0\0\82ß¡\0\ e<\ 5Ý=\11U,\ fÎ~\0\0\9aß¡\0N~
+2;\0\0ÀÞ×ü\0Ç\9e\7frOYÎ~\0\0p¶k~\80\ 3OAf\a\0\0Øû\9a\1fàÀS\90Ù\ 1\0\0\96»æw\1c\80\ 3OAf\a\0\0\ fp\86³\90Ù\ 1\0\06¾à\a8ðD\94þ;4\9d\ 3\ 1\0à\f\97ú\0Õ碻§£ôÍáÑì\0\0\0õ\97ú\ e\ 5p\92ÓÑ\8d\93\9f    ¿i\9f\ 2\0\0¨»Îw(\80\93\9c\8e\1a¥¿i\9f\ 2\0\0(ºÈw(\80³\9d\97æ\f\ eï¿Q\a\1f\0\0\8a\1d
\9cg§êÁáý7ç°\ 3\0@ÅU½C\ 18\1f:\19\ 2\0@Åe¶+m\0'C\0\0p\99\rà|\b\0\0\v]c»Ì\ 6N~\8eúÉ\99ªè¬å|\b\0\0E\97ô\ e\ 5pγÓs³CŹk¹óá\ 3\0\0\13¹J·9\0»\ e\ eÏÍ\ e¹g°\15g\87O?ûì«×¯%IÒIzúÖüô\rúó/¾ÔN½xùʽ³Ù\ 1Ørv¸q²ªX\1eV\9c\1d\9e.o¾ÿáGI\92t\92¾|ýúé\eô7ß~§\9dzóö\9d\8b\`\ 3×\9cC\9f\9b\17Ì\ ef\aI\92Ì\ e2;xª\ 3@øy\ ewÏW¹§2³\83$I2;Èì`v\0®v^2;\98\1d$I2;Èì`s\00;\98\1d$I2;\98\1dÌ\ e\98\1d\0³\83ÙA\92$\99\1ddv¨¾¶w\1c\0³\83ÙA\92$\99\1ddvðT\aÀì`v0;H\92dv\90ÙÁì\0\90~\82ò\v\ e\92$\99\1ddv°9\0$\9e£Þ?MÝÞ"Ì\ e.ð$I2;Èì`v\0\b/\ fÏýÏô³\99ÙA\92$\99\1ddv°9\0\97Z\1eî2;¸À\93$Éì ³\83Ù\ 1 }y(z£f\aI\92dv\90Ùá"WÔ\80³Ö\9cÁÁì I\92Ì\ e2;xª\ 3\80mÖì I\92ÙAf\a³\ 3\80ÙÁì I\92ÙAf\a\9b\ 3\0f\aI\92dv\90ÙÁì\0`v0;H\92dv\90ÙÁæ\0\90\9aö\93\ e\92$Éì ³\83Ù\ 1¸ìÚà7Y\98\1d$I2;ÈìàiÃ\0\13\ 6\87ÒñÁì I\92Ì\ e2;xª\ 3°÷æ\90õ\87Í\ e\92$Éì ³\83Ù\ 1p\82ê=MÕ-\ ff\aI\92dv\90ÙÁæ\0ì·9Ì\7f\83$I2;Èì`v\0\9c f\9eâÌ\ e\92$Éì ³\83Í\ 1p\8e2;\98\1d$I2;Èì`v\0¨>Aå\9eèÌ\ e\92$Éì ³\83Í\ 1p\8e2;\98\1d$I2;Èì`v\00;\98\1d$I2;Èì°ñ%½ã\0\98\1dÌ\ e\92$Éì ³\83§:\0NSf\a³\83$If\a\99\1dÌ\ e\0f\a³\83$I2;\98\1d\Ì;\14\80ÙÁì I\92Ì\ e2;\98\1d\0g*³\83ÙA\92\83Ì\ e6\a\0³\83ÙA\92$\99\1dÌ\ e®ä\1d
+Àì`v\90$If\a\99\1dl\ e\80ó\95ÙÁì I\92ÙAf\a³\ 3@úù*\8bÙA\92$\99\1ddv°9\0\98\1dÌ\ e\92$\99\1ddv0;\0\98\1dÌ\ e\92$Éì ³\83Ù\ 1 ÷Djv\90$If\a\99\1dl\ e\0f\a³\83$If\a\99\1dÌ\ e\0f\a³\83$If\a\99\1dl\ e\0f\a³\83$I2;Èì`v\00;\98\1d$I2;Èì`s\00;\98\1d$I2;Èì`v\0Àì I\92Ì\ e2;Ø\1c\0Ì\ ef\aI\92Ì\ e2;\98\1d\0Ì\ ef\aI\92Ì\ e2;Ø\1c\00;H\92\83Ì\ ef\a\0³\83ÙA\92\83Ì\ e6\a\0³\83ÙA\92\83Ì\ ef\a\0Ì\ e\92$Éì ³\83Í\ 1Àì`v\90$Éì ³\83Ù\ 1Àì`v\90$Éì ³\83Í\ 1\0³\83$I2;Èì`v\00;\98\1d$I2;Èì`v\00;L{\87?ý쳯^¿\96$I'éé[óÓ7èÏ¿øR;õâå«ëÜ\86Û\1c\0Ì\ e\1f~S\0\0`\ 2³\ 3\0\97\9a\1d\0\0 ýzØ%1@éiÖq\0\0àÊ×Ã.\89\ 1JO³\8e\ 3\0\0\97½\18v=\fP}¦u\1c\0\0¸ìÅ°ëa\80ê3­ã\0\0À5¯\84]\f\ 3L8Ù:\ e\0\0\óJØÅ0À\84\93­ã\0\0À\ 5/\83]   \ 3Ì9ß:\ e\0\0\ð2Ø\95\9có­ã\0\0ÀÕ®\81]\ 6\ 3L;å:\ e\0\0\1aØe0À´S®ã\0\0À¥.\80]\ 3\ 3Ì<ë:\ e\0\0\ 2Ø50À̳®ã\0\0Àu®~]\0\ 3L>ñ:\ e\0\0\çê×\ 50Àä\13¯ã\0\0ÀE.}]ý\ 2Ì?÷:\ e\0\0\äÒ×Õ/Àüs¯ã\0\0À\15®{]ú\ 2\1crú]ñû\ 5\0\0\13\98\1d\00;\0\0`vh¼\86t\v\0`v¸ý\ e¿úå/ÿþ\8f\7fJ\92$©´§\8b®ýf\a×ÿ\0f\87»ïðW¯_\7fÿÃ\8f\92$I*íé¢Ëì\0\80ÙA\92$If\a\9b\ 3\80ÙÁì I\92dv0;\0\98\1dÌ\ e\92$IÚcv°9\0\98\1dÌ\ e\92$If\a³\ 3\80ÙÁì I\92dv°9\0`v\90$I\92ÙÁì\0`v0;H\92$\99\1dl\ e\0f\a³\83$I\92ÙÁì\0\80ÙA\92$I\17\9f\1dl\ e\0f\a³\83$I\92ÙÁì\0`v0;H\92$\99\1dl\ e\0\98\1d$I\92dv0;\0\98\1dÌ\ e\92$If\a\9b\ 3\80ÙÁì I\92dv0;\0`v\90¶ï!jÑ\ fö¨Ã»åWκÇäî×ó\1e\92ÙÁæ\0`v0;Hf\87É\1f©Ùáð\83yø1¹ûõ¼ÍÎ&\99\1dÌ\ e\0f\a³\83dvØûö\7fË\9bÖÁ\ fêØcr÷ëy§§÷Hf\a\9b\ 3\80ÙÁì ]ö~Ü\87iv8|v\88ý\ 1If\a\0Ì\ ef\aÉý¸ÙÁì\10{ë¾T$³\ 3\0f\a³\83ä~Ü\87iv0;Hf\a\0Ì\ ef\aÉý¸\ fÓÁ4;H2;\0`v0;È-dúëiù¡|]?¸ïî\9bèý\81\99½G p¬ZÞ·iG£ë\ 3iÿY\8bãǤëU\15½ó±\8fnäSæGVÊì\0\0f\aÉì\10~=áß\17Ðø×Ð\8d/Þx/ÙuÏX1;Ì9\1a'\9c\1d\ 6\ 3g\87ôO\99s\91Ì\ e\0`v\90Ì\ eã÷\92-\7f åf¹wOH\9c\1d²\ eïàï*M¹e>vv\18ÿÀ\8f\9a\1dbïü6¿\8eV2;\0pÔÎp\97ÙAºÂìÐõ¬\83\e\7ffäMô~\98'\99\1dº\9e\Qw4\ 2ÿ<¤èK¥â\935þl\8aÆ9âî\aîä#³\ 3\0\98\1d$³Cì^²åf3ðJºv\89Ü\9bÍðÝbì½=ühÌ\9c\1dÂ\1fø!³ÃÈ?\ 3±9Hf\a\0Jg\87\93¿ÿf\a\99\1dº\fÞ\8eÅnúRîø\ 6o6\13W\9d3\1f\8di³CÑ[\9f0;\ 4ÞºÙA2;\0Pº<\98\1d¤\8bÌ\ eé¿\83 ÷®íöS÷c÷Â¥³Ã   \8fÆá³Ã\81\9b\a\1e\92Ù\ 1\0b³Ãùßy³\83Ì\ e\vÍ\ eEw|\15\7fI}ø\ fX8óì\10ûcf\aÉì\0\80åÁì ]ùg;l<;ä\1e\16³Ãº³Cl 3;Hf\a\0\8af\87%Þs³\83Ì\ ef\87\8a»E³\83ÙÁì \99\1d\0¨^\1eÌ\ e\92Ùa\89\eí\8fþ±º[l³\83ÙA2;\0Àøì°Ê»mv\90ÙÁì`v0;\9cá\ 3\97Ì\ e\0е<\98\1d$³Ã\8a³ÃÿÿI³\83ÙÁì \99\1d\08íì°Ðûlv\90Ùa\8fÙaüùíïÿÉñ\83sìì0r4\8e½û¾ñÛCNò\8f\ e\92Ù\ 1\803,\ ff\aÉìPqÃ\18¸gÜxv¨8\1aã¿,56)äî\ 6é³Ã\9c§ÜHf\a\0h\9c\1dÖz\87Í\ e2;¬5;ôÞ\89\af\87Á¿Ú\9e9;\84\8fÆÝ\9bëêÙ!°¨T¿ó#¯<kû\92Ì\ e\0Ðr#ov\90Ì\ e¥7ÚÏýUòøÓã³6\87\99³C×Ñhù÷\17\13þ­Aì=ÏzçÃ_¥\13¶/Éì\0\0û\8d$f\a\99\1d&ürÀô\eíög&t=\87aÑÙaäcüð¥zßtÅ\97\é;\9f2;t½óf\aÉì\0\80ÙA2;,1;Üx·Ã\7fɾîì\10;\1aw_ªwÆ\89\1d\93Ø{>òÎ\8fÏ\ e\8dÓ\87ÙA2;\0\80ÙAZwv\88í\ 3\81\8d¢îß\9e\1c~4n¿TÝ8\93õ\9eÇÞù¬Ù!0¿\98\1d\ 3\0f\aIWø1\14g{[»¾\87\92dv\0\0³\83dv0;H\92Ù\ 1\0Ì\ e\92¦Ýh/qGov\90dv\0\0³\83\83ÙA\92Ì\ e\0\98\1dÌ\ e\92Ùa­Ûy³\83\ 3\0\98\1d$-q£\1dû\1d\8ef\aI2;\0\80ÙA2;\ 4f\aÏý\90\ 3\0\98\1d$³CÅìà\9f\9cH\92Ù\ 1\0Ì\ e\92$If\a\00;H\92$Éì\0\80ÙA\92$If\a\00;H\92$\99\1d\0Àì I\92\ 3\0f\a\97\ 1\92$If\a\00;H\92$\99\1d\0`¡Ù\ 1\0\80i\\7f\ 2`v\0\0Àì\0°\99ÿ\ 1\81iXð
+endstream
+endobj
+587 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 1405
+/Height 715
+/BitsPerComponent 8
+/ColorSpace /DeviceGray
+/Length 9694      
+/Filter /FlateDecode
+>>
+stream
+xÚíÝ?R"_¿Àa\96À\ eÜ\81+p\ 5n\80\r¸\0\16`Nnv«\8c­\9b\91\1a\92\99q#obdBbÀ­²\8a*_\v¾W\9d\7f\ 2§»\ 1átC?Oð¾3\f\ 3ü\8eò\99csút§\ 3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@;DĦ÷Üþ\91\97ä{¥\9b<JòÑþÞ¸Õ+\ fßEÀá\92\16?\8dïOÛY_|Ë\9f\178\Òb\ fñ\8d,¯ô\10ñ\8dC¿,@|÷\18ßµ\167'¾å\7f¸|¯ÒW.¾@£ãûãLÕ\17ß\8eø\ 2G\1cß\1fvªÆø\96ý-ñ\ 5ÄW|\81£\8aïÒ\ 1Ùµ\ 3\9e\9dÄ\a\9fC­ÞR\15ßÄ'YÉO·þÜ´ÍÏþÿ~\9fxÝë\7fcí)
+\1e\1f°ýÀ\0¬´5\91²HÆ·¨9Å\rO=îz­Knìl±æ µj¡8¾\89§(\8ayú¿xË\81\ 1H'dm¦\98¸Cå-É\ fÜ"õ´e\13ÉÝ\16|}keÑ\7f[Áón\17ßÝ\ 6\ 6àûÏÄ%ñMÍ\86Ó¿è\14\alu²Yö\17\97ʸÉ\8fî\91z}©\87LÇwõ)\8aV;$Ffû\81\ 1X*]ª=Qðczq\81J\ 2¶þ¨K\8f\10éÃ\ 6ë\7f½jê[ö\90kÿ=ɧH\1e\11.lö\96\ 3\ 3\90\fÆJbRÓÖ²é_ú\88AááàÔ#\14<ëöñíl\14ßõ§(<Á­êàñ&\ 3\ 3P<=\8cê\1e\7fû]ª\8c\9bµ7Ù§Òc\1d\95õ-=s¸øðCY|Ó}Þq`\0ªf\9c±E|\93\8aV0\94Å7¢h=ØÎñ->æ[øß_ñ\ fGl\1e\ 5v\88oªmë]*MlzákùÚ\86­ã\9bø\a£ì!+ã\9bLwéa\8bM\a\ 6 læ·U|Ë×ùFÉÙ   \ 5?ëÿ(¾égÚ9¾¥\9f³m?0\0\85}[;©¬ª1ÉÅÀ\9dt}˧\88QUÆâÿ\92\95£¬e\ f¹]|KFfû\81\ 1Ø1¾eý+\8co\94g´â4´\r\16\ e¤^sáC\1e\e\r\f@Y|cûø.Mr×&»¥\19Ýh\ 3\86íâ»Ñ:ß]â\e[Ç7qì\ 5\10ßT\1eVwS(þø¬è\11\8b7$\8f\92Õe«\ f\11\9bÇwõ5o´Î·ðä\8eÂ\97Wø,\9b/\86\ 3(;÷¡ }\89¨UN[\8b\9f\b[\9fdQ\11ßØú$\8bíã»éÀ\0\14\9c^Ü)Þ\8a±Syrðfñ-?\ fwûÓ\8b+³¸ûéÅ\9dä
+\8aÝ\a\ 6 ½±Nªv\85§y\95í$Ó©®oÁ&8Ûn¬\93zÍÉ\87Üec\9dÔ.\97?\18\18\80\92=\eÓûê®ÿ\9dNÉM\85G8ª\1ea«ý\1e«^sé:ߧ\88\rGfû\81\ 1\95¶,d\9d\8a¥«[îç[ú\bÉó$:\eÄ·Sx*]å\9e\ ekOQ¼\93p2ñ[\f\f@ò2B\9dâÃ\ 6ÕWË)û|©$Z+\ f\90Z#¼C|\13\ f¹ñe\84Jf¬¥1®\1e\18\80ê,7ó\95\19\19@|Å\17 \r\85©ù\95i/ ¾F\ 6Ð^í\ 5øQ^B|\8fpd\80S\88¯q02@þÄ\18\ 6#\ 3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÔáÜ\10\0ä÷>6\ 6\0¹=E\\e\ 5\80¬ú¯ñü\1eO\ e=\0ds~û\1aóÛÎÙ8âÙì\17 \87ë\87YÄûÝÙç¯/\1e\17±x¾»4*\0\87syó0\8d\8fò\8e{\7foêÞ<Í#\16/£kG \0öíª?zúìn¼?Ý^¬þaoøòùG\8béxØ¿0V\0?uÖïß\8f\9e§ó϶Æëó¨\7fV<)\1eMß¿îö6}\1cÝö¯\f\1eÀ6úýÏâ\8e¦Ó×øíu:ºïot\·\7f=z\9c¾ýþk\8bét2\1aÝ}<\ϨB\8b\9d÷\7f\e±ìyúË\9fjþò;\9d»LaÏ>\aùa:\9d­<à/c#¾ìîÏw¦7)'â²ß\1f\8eF/\1fo÷EPañÕÅ\87Ï\16Üô÷xÐà£Ã\9f_\85ÑÇ\8cxúm2M¡·\8fqzúú*\9cy\ fsTº\1f?ú~\14÷=þýÐü5\87ûpÝÿËGó4Bïß÷äÍç÷èÃò\8f ³éóhè°\rMwuó\11Ý¿?â>\8eF\83~¿kX8F\17ýþÝh4ùó³ÂüãûÙJ\12\1aÙÝáÓ¯ã\8b\1fsÜÛ¾5ÿ\9c\90ÏÏ?\7f\1f>\9f>Ü(0\r\9a#ÜM¾\8e.<Þ;\98À麼\1e\7f­´ö}N\13Êûðöñ3ÙóÐ\aÅ´ÁY\7fôy bzëx\1aõê}Ìy_\87~\10£Mº\83ñ[,ÆÖBP£\87\8foAå¥\85ú\93\98ß\18\ 6êò\18Ï\ e~ÑRWoö²§.gñl\10hï÷ÿ|b\10¨é\9bobI\19-v32\ 6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0´U¯\ fTrUCöm\1a@¥[­@|A|\11_\10_\10_\10\17Ä\17Ä\17Ä\17ñ\ 5ñE|\ 1ñE|A|\11_@|\11_\10\17Ä\17Ä\17Ä\17ñ\ 5ñ\ 5ñ\ 5ñE|A|\11_@|\11_\10\17\10\17Ä\17ñ\ 5ñ]uu¦)\88/d\8fïè­'*\88/d\8f\9dª ¾\90?¾ñìÐ\ 3â\vùã\eoWÂ\82øBöøF\f\95\ 5ñ\85üñ\8d\89C\ f\88\8fo¼;ô\80øBþøF\fÔ\ 5ñ\85Üñ\9di/â\v¹ã+½\88\8f,\88\8dïl0°Ô\fñ\85¼ñý:à0\9b\9bú"¾\901¾ç_ÿkê\8bøBÖøþfê\8bøB\rñ5õE|¡\86øv^L}\11\1fß^\8cÄ\ 5ñ\85ÜñíLâ\]\10\1dß^\8cÕ\ 5ñ\85Üñ5õE|¡\8eø\9aú"¾PC|M}\11_¨#¾¦¾\88\10_S_Ä\17ê\88¯©/â\v5Ä×Ô\17ñ\85:âkê\8bøB\rñ5õE|¡\8eø\9aú"¾PC|M}\11_¨#¾¦¾\88\10_S_Ä\17ê\88¯©/â\v5Ä×Ô\17ñ\85:âkê\8bøB\rñ5õE|¡\8eø\9aú"¾PC|M})p;\ 2*õv~\8b\99ú\ 2ÔÁÔ\17 \ 6W¦¾\05\98\99ú\ 2ä70õ\ 5¨eêÛ5\b\0ù§¾C\83\0\90\7fê;7õ\ 5\ 5\ 5ÀÔ\17ÀÔ\17\0S_\0S_\0L}\ 1L}\ 1ørcê\v\90_wnê\v\90ßÐÔ\17 \8e©ï»A\0¨aê;0\b\0ù§¾3\83\0\v\v\80©/\80©/\0¦¾\0¦¾\0\98ú\ 2\98ú\ 2ðåÞÔ\17 ¿óx1\b\0Ù\8d£g\10\0òO}'\ 6\ 1ÀÔ\17ÀÔ\17\80Ã\98ĹA\0È­\17c\83\0\v\vÀa¼\98ú\ 2ä7\88{\83\0\90ÝlÞ5\b\0ù§¾C\83\0\vÐ\ 67¦¾\0ùuço\ 6\ 1 ;×\13\ 2¨eêëzBd\11\11\eÝVð·\rà¡\amÛ/Ð\9f?KÞgó\17Ùb÷qm\10hz|½\95\ f?h±þÀ!¾\87dgI\9a\1f_oå\1c\83\96\8coõÝÅwg6UG|Åw÷øú\8aíì"\9e\f\ 2â+¾k\7f£ü\11Ä÷çì,\89ø\8a¯øÖÀÎ\92\88¯ø\8ao\1d^\17Î1f£·ÑʯÓ\1f\8f¯¿\83¿n)\8eïÒßY¾Ûçïâ¯\92§I¾\9a\82\1cdÐ*~·|ïä\ane_mÖÙ^\87­ã\9bxs\7f»1uSQ|WÿÒj/Ö\9fª¨+-Éï\ 1\a­8¾±~ïD|Ë¿Ú$Ø^\87\e\11eïæD££ ¾k\7f¼ö|\89;TÞrâ_\90C\rÚÚ\97\9c\85ñ­øj\93à\1c\8bïò[xõÍ\9a¸­4¾k\8f\93íúÓ$_Í©Ç÷0\83V0\r^IvY|[v\fèÇ\9ccÌÖñMN\86Ë#]\10ßÄû;\91\8c\82ùXÑ«9õø\1e\8a\8f1%\7fú)ú\ e\10ßÍ9Ç\98]ã»E¤Óñ-|S'oJ=MËÞè\87\1c´H\167ù9[2¾¥_mR\9c\8e\87\1d:é9çúGÞ\95ñMO\97\vÓ²ü4Ñ®/Èá\ 6­è/m\10ßʯ6IÎ1fÛø\96®        M¬7ª\ç\9bzWoÜ\91\16½×\ f:hUñ-9æ[ùÕ&É9Æl\13ßNùR\87äbÏ\9dâ\9bJÂúgêíú\80ý \83\16\85\14®°\10ß\1fr\8e1ÛÄ·S±¨ì§ñ\8d­:Ò¾u¾\87\e´\82Ãú%ËÛÄ÷\87\9ccÌVñ]{ïî1¾ë\a-ª:Òªü\1e\8aÏ[û}GñÝ»W'Z°U|;Ëg\9cnÑÖ\1fv¤ä\85\8aïÏ\a-uzpòd:ñÝ\17ç\18³u|Ó?îî%¾±}G¾¿\9avÆw/\83\96þ¡e\83u¾â»3'Z°K|;kg[U½i\8b\1f\e\e¬÷¯*S+¾ û\1e´¿[CTå>\11ß\10ß\9d\f\9dhAÅ;3
+\96t\16¾Cw:É¢´#\9d\8aYZ;â{ÐA[ß\17'\9d{'YìÍ\99\13-¨x¯'×!mvÛ\16§\17\8fDV\9e)Û¦ó\8b\ f=h¥ñ\8dpzñ\ 1\8cãÒ P\ßH½ë\93ç£Fj\ 1Ô¦\eë¤Þ½Q¸ÉKñ?
\1dß\ 3\ eZz«ÐÕ綱Î>YmFÉ\9b}y\97Ö¨Ú>2uÛf[J\16u$¹¦­ø\99Ûðõ8РEÙ      \16Uñµ¥äN&qf\10(~·\17¼Ï\92\99^ÿËU\9b©\97¾ÿ+\96§¶m?ßÃ\ eZÑMëÿ\0¯\1d´°\99ú\8e¬6£,¿é÷YÑ\8fÄ¥\7f÷{GÒG\bËÃRtE\9c\17ã°\83V|}¨HE×e\84öaön\fhRa0h-á\8a\16è\88\ 6ÝùÔ  #\ 6\8dìlë\8b\8e\184jpn[_dÄ Q\ 3ÛúÒ\80\86X%jÐÚ§\17#\83@\ 3:b\1c\fZÛÌlëK\ 3:b\18\fZëÜXm\ 6\90_wþb\10\0²³·\19@\r.ím\ 6P\83\17\1f¹\ 1ä7\88\e\83\0\90\9b\r\1e\0êð`\83\a\80üÎ}ä\ 6P\83ÉÂGn\0Ù\râÖ \0d7\9f\19\ 3\80ìî}ä\ 6\90ßy<\1a\ 4\80ì&á#7\80ì®ãΠ\0d÷æ#7\80ü\86>r\ 3ÈÏGn\0up\96\e@\rl,     P\ 3×r\ 3¨ÃC\\18\ 4\80Ü.cd\10\0²{}7\ 6\0ÙÝEß \0äÖ\8dg\83\0\90ÝS\9c\19\ 4\80Üúv×\ 1¨ÁÛ«1\0ÈÎ\ 5-\0\1aò\0ux\99Û]\a »A\f\f\ 2\aqfã¦Æ¹ô5i\8eî|b\108\88q\\1a\84\86\99ØÏ¥A\1e-õå0^âÚ 4K?\B¡Q_\8e[\83À\ 1\9cGø©ªYîâý)&ç\ 6¢)æScÀA&¾Ï¦¾M2\98Åëyç!\16#ùm\88\87ð¥`ÿÆñpþ¾°\8c¼!.Gï1\1f~ýj\1añä_ÅF¸r\8a1{wöô¹iSo±°\98¦\ 1_\8c\9bÇ÷\88·Û?«JûÏ\11\8bÉÐÇ¡õs\8a1{ÿ       ÷=\9e>ßê½y<ûx½Ný»ñ,"f\ fK©=»}^DÌ'£k_\9dZ\8d¬>a\9fº7³\98ßü\9d\ 1Ç\93c\ f58ïß\8c&o\1fÝ\8d·ÇAjESïþõóOc:¾ï_\19¯z\ƽA`O?áöï'\11ïwÿÎ\9bì}þ~<\10à<Åí÷ïF£ÇéWuc1\1dß\95^/ár0zy\8f_\r~\19\8dF×ý¾/TV³7cÐî\1fM\87OÓ}ø5\93Z<­¼ßÏï¦_\7f0ßË\93¼\8cnöÛ\87ÞG°F\9fÁ:b¿Fþ\9fÙt<\1aô7]Á\7fÕ¿\1f½LW\1eb~Ìã1ùø\82Þ~|]\9b¿w½3\91Z<U½\9dü\9aøìÅh4¸,èûèy/Ï0û
+Ããϯ\7f\1f\8cÆ¿\1eî\8fÅ1÷æsâ:\1aÝ}\14g÷ÕK\1f\7fyðõ0OÇ<\12³å\7fC\9e?\ 6¥¹\81»p\15ãÖþ\98:þ,Ùq\1d\13øudcö\83s\83®n\1f¦\8b¯·æûôi4ºùh\8eo\85SsññU½\1f\8d¦¿gôÓÇa¿\91çòN]Ÿ\9dF\11\93£ìÎÙp\1eo;}JtõðúkBôñc©\ f\9a[rX­?zúúª¿?Ý4î¤\86»ðig\e§½¯ñz´\1f¯t\87\8b\18n\7f\88eñù\ e¼ïÛϤ}z7_ÿî¾\8d\9b\15;[ª·ÑÙì¸\97¹\¾nWßþäcÂû|çó\8d6\7fÏ\ f\1eß>ú{פ\ fâ^æ¾.­ózì[*u_·Ø;¢÷yR­C»t.îßbÑ iÇmø¶l\9bÁñ/ï>\9bÏ6½ë(\16\1aøåúõs\8b¡¦|\17Ûå³}\13ß\13¸\80ÔpÓë°<ØH\91åéæ{cþ-vÜ¡mº§ðïmwÃ\ f+.í,ÌÊä·9\9fs9îÐ6\17\15h¢·\89oov2\9b\95\9cÅ\83/G»f¾'q\bôz³eCçC_p\96]5g³SçY\0Ô`h\7f\a\80üìï\0P\87\99ëY\0äçz\16\05¸t\1dM\80\1a¼O\8d\ 1@v\ fáÜw\80ìúǾÉ\15ÀQ\9a?\e\ 3\80ì\9e¢k\10\0r»Þbkj\0ö¤»x2\b\0Ù=ÛÔ\17 ¿Ûè\19\ 4\80Ü.\8eÿª^\0Ghæ$7\80üÆ\16\9b5Xo÷\93`nGíñ¿ÿ÷?#ØI\8dÇ]\a\16\9b5ØÓî\17\e\99\ 6P©Æ\93\9asEOÄ\17Ú\13ßÎôMãÄ\17Ä7;;ª\8b/\88o\rìl&¾ ¾5è.ìl&¾ ¾ùM\16"'¾ ¾Ù\r\9da,¾ ¾ùõb¤râ\vâ\9b\9dËh\8a/\88o\1dïpg\18\8b/\88o~·1\90\ 5ñÍíÂ\19Æâ\vâ[ÇAß\99Ì\89/\88o\r\a}ÏtN|A|ó\1fôíë\9cø\82øævi¥¯ø\82øÖ`a¥¯ø\82øæg{\añ\ 5ñ­\81í\1dÄ\17Ä·\ 6W1\14\ 5ñÍ­\eöô\15_\10ßü¦ïB'¾ ¾Ù=¸\90\9bø\82øæ7\88\e¥\13_\10ßÜÎì­#¾ ¾5\98Ù[G|A|ó{´·\8eø\82øægo\1dñ\ 5ñ­Á\85½uÄ\17Ä·\ 6\8b\89Ô\89/\88ov/N³\10_\10ßüÆ>q\13_\10ßüîâJëÄ\17Ä7·«¸Ó:ñ\ 5ñÍ­ë\1c\ 5ñ­ÁÛ«Ö\89/\88ov.%$¾ ¾5\18Åyòö\8f\97÷ý×ß\7f»ò§¥b«\17\93zز§úógÉûlü\1a7|e±×\a\14_hy|\a1¨ê`ì\1eßØ:¾Q}S\rñý÷5\13_\10ß½¸\8cû\8aøÆîñÝ:VÉøvj\8fï÷/\9aø\82øî',ÏÛOG\9b\16ßý<yõ\b\88/\88ïÞ¼Îv(è¡â»ö7Ê\1f!O|cù§\0ñ\ 5ñÝ\87Çè\8aïƯI|A|÷d\18\15_\10ßÜ®Ó\17Ñü]\99\82\ f\9a~ý~éöå»Dò3ªõGZ»¥âwË÷\8eÔ\an\7fî\93<~¼¢øVñ\ 5ñ=¬³xØ-¾«\7f²^Ùõ;$c\1cÅu+xÌ\92øþ»Ï¾â[öÏ\81ø\82øî,½\9fze|×bµ\9aÐÄ\9fWÞ²ò\91V¤ª\9aè}"ð\ 5SXñ\ 5\9a\12ßô\15\8cÓ3Úõ£\ 5ÅñML\\8b\16n\15\1d¾HF9ÑûX[\8e\90\8cïÏ\ fù\8a/\88ïÞ¤wwØ ¾\89*®'°`\12»þ§åñM\1f\9aX\8bo2Ñâ\v41¾é\8bYTÇ·0\85EÇbËæÅU«j#õ9[2¾\9d}/É\15_\10ß\83¸K®5Û<¾\9däa\84Ò\a\89¿\8b%¶~æÒø\16\1d/\16_ yñ½Nn­S\19ßò\16n\1aßÒÇ.\9e\1ao\10ß\8eø\ 2\8d\8eïe\f÷\1fßNé*\84XYg\90\9eU'ÿdéo\88¯øÂñÆ7}%¡\1dã\eÛÄ·`![¤÷*[ÿëÛÆ7Êÿ  Hÿ[ ¾ ¾\a2\9fì)¾ÿ\ e't6\8bo:¿QxÞÚï;\8a¯øÂ)Ä7¹¯Ùþã[òc}\14\1c\12N\1fé\15\85\93\88ïób\8fñ\8d­ã»~x7\11ߥ;ä=æÛY\89oG|A|÷â!µÐwóø~ïb,ï©\10\eo\84»^Ú(.iY|ã\10ñµ±\ e\88\85¾±ýI\16eñíTLm×\7f\8fÒ\1dv*\97Wìqßsñ\ 5ñÍ·Ð7¶?½xýømT\9d^\1c;Ä7Êã»÷Ó\8b\8fëJ\16ÀñH.ô\8d­7ÖI4/¢hg\9c\82_\94}\ 6\17«O\9dic\9dãº\86\ep<\92\v}7\89o¤#\99\9e\b'þFñ\12\83\82[\12\ f\90\88oѲ\85\1fÅ7\8a'õâ\vì&µÐ·ú\ 3·Mª\19++ÄÖ\vV¸¼+ySÄÒ\11\89(ØÓ!"¹\99ú\1eêÛ\11_`ofÓ]â\9b\9a:\80\90nqÁ\ 1\86¢øv\96\97æ\16Æ·ä2B?ÏoG|\81ý\99¾íµRí\18\ 5~êy\8fïuñ\15_`Ó÷úþ:Ò\9aö\8a/ðc£è\8a¯ø\ 2¹ÝÇ\85ö6¨½â\v-q\9b¼\90Ð\ eá\rñ\15_`c\83èï-¾FS|\81\rõãf_ñ5\98â\vlê²)[ü ¾Ð&\1712\bâ\vd\17\ fÆ@|\81üñ}2\ 6â\vd÷>1\ 6â\vd\97ÚÖ\8c£\8cïÅ\88=zy6\ 6§iØ\947û>·5£Öøö]\9d\vª5æ\87Ëg?æ\8a/\88¯c\8cíP|N\8aø\82ø"¾ ¾Yã{\90kE®\_míjlÉ4E¾ì\89/\88oÍñ=È\85zc\97øÆ\89Æ×1_\10ß÷²>ÅÞ¯Á¾U|C|Å\17Ä÷Çñݺ°Ñ¾½ÒÄ\17Äwßñí\88¯ø\82øþy³/ÄW|A|ó¿ÙC|Å\17Ä·öøþ{\89ÿê\17\91üPìû\8dßî\18Å\9f¶}þÙÆ\1f¸-¿\92ôÒ\89õ\eW\1f0\92/´ò\15\8b/\88oÝñM5pí¶¢;\1e\91ú£\7f7-¿¬\95{.=mIÞÅ\17Ä·Þø¦J·~cÁ\1d\ f\12ßäS%_@$_è&¯X|A|k>æû-ÃkËÆVã\9b\SVp\887v]ç»ò¤+·®þ\8b°zÏÍ_ñ!\853Ü@|«â\9blÞê}\93w<H|\v\8fà¦:»~ÏÔ\7fEþú\8a/\88ï¦ñM'1\15º\83Ç·ü\9eë\93ܪøvÄ\17Ä·¹KÍ\92MëÄ÷e\11\9b¼çê\ 1é\rîYù\8a\1dó\ 5ñ\15ߢô\96MrËï)¾ ¾\r{³WÇwY\rñ]yö\92ø\16ÞS|A|ë49Âø®={a|Kî)¾ ¾u\9aÎ\8e-¾ß\9f¸<¾¥÷\14_\10ßZã;ýÙ1ßÎ\86)Ûs|Ë^S\14¬\ 3\16_ 9ñ}?¶øFåk\8aM×ù\8a/\88o}ñ}Þå°C½ñíl\1c_KÍ\80\86Æwñ´m|\93Q«'¾\11\9b\9ed\11â\v4*¾ñ¸K|£l\96\99\11±Ñ6\ eÍ[ç\eÎp\83ÖÇwTvT5]¨Dó\ e\16ß(~u\11\11e\eë$ï)¾ ¾MpQ\10ßÒ£     Kÿ%\a>æ»Þß\95\91LÞZ|Oñ\ 5ñmF|ï\8a\96\15*Õ¾\ 3Ä7}¡\89oO\1e\89ó)\92ÿJøÀ\rhT|{qÛ)YJ[\¨\95,\1e(¾É+\18\95LÍãûù\14É{\8a/\88o\13ôã¦sjâ\98/»)¾Ð\96øöÅW|A|s»=\8døFÅ\96\92â\v4+¾wqy"ñ\8d\93h¯øBKâ;\8a³S\89o\14\7fB'¾@Ãâû´8\99ã¼ÿtÄ\17hx|§o\9d\93«oG|\81¦Ç÷íå\94\169\1c}zÅ\17Ú\12ßxê ¾ ¾\99\9d%¶v@|A|\ f,}v1â\vâ{P×q­wâ\vâ\9bÛ\89\9cc!¾â\vÇ\15ß\139ÇB|Å\17\8e+¾§r\8e\85ø\8a/\1cU|Oæ\1c\8bf+ø&\10_hm|Oè\1c\8b#\8co*¿â\v­\88¯s,ê\8do\88/´2¾Î±È\9aßo¿^þ\85øBËâë\1c\8b\8cíMüN|¡¥ñ½\89+aÌ\14ßT\8b\13S_ñ\856Ä÷Á2ß:Ú\9b¸\84³øB«â;±ÌW|A|kXiö*\8câ\vâ\9b?
+\8fÂ(¾ ¾¹]ÆP\18ó/v(]î ¾Ð\82ø\ el(YûR3ñ\85\16Æ÷>Îu1[|cí7\89ö\8a/´!¾Ï\16;d­ï7kE\16_hQ|g\16\93ßNÑA\87\1fÅ÷¬Ï\1eý÷\7f\19\83ÓÔ\883ËâY\13kÈoá\1a\88\1fÆ\178\12\97qo\10\9aF|áô\rb`\10Ä\17ÈíÞÕ3Å\17Èï1\8c\81ø\ 2Ù½Î\8c\81ø\ 2Ù¹\86PÖÑN¬ô\15_h£\9e\9d\1dêK¯øB{ݹ\8cE\8dí\15_h­Çè\1a\84\8cñÝì\9eâ\v'oæó¶æµW|áäuí¤\9e\9bÞU|áÔ]¹l¼ø\ 2ù\r£g\10Ä\17ÈíÙùmâ\vä÷65\ 6\r¬¯øÂ\89;\8b±A\10_ ·ë¸1\bYë»Y~\7f\10ßñ\14ª-þÓò\ 1¨ý²Áö\93Ì\9cÞÃ\9fá6uu.¨Vû2¯\89\8bg\8a/\88o~ó\17M\14_\10ßÜ.âA\13\9bH|á´ã{ëúmâ\vâ[Ã{<Î\84N|A|s{\7fÕ9ñ\ 5ñÍ\7fÈw¤sâ\vâ\9bÿ\90o_çÄ\17Ä7ÿ!_W±È´ÆÌR3\10ßo\87|íª#¾ ¾\ eù\8a¯øB\eâ;tÈ×1_\10ßü&\ eù\8a/\88o~\v\87\17Ä7»\9eC¾â\vâë\90\v­\88ïdá\90¯ø\82øæ?ä;\11¹lKÍ\8a\88/´.¾W1\94\ 5ñÍm\14=Y\14_\10ßÜ^]\9d¼\9e
+\7fûµc¾Ð¾ø\9eÇ£\18ÖÐÞ¢ß\89/´$¾·q­\86ùã[ò[ñ\85VÄ×¹Åu··¬¾â\v§\1aßnXh&¾ ¾Ù]×~ý8ñ\15_ha|\1fã\\rÅ\17Ä77×-®{±Cér\añ\85\13\8dï¥\1dÍ,5\ 3ñÍïÞém5Å7\12¿\16_hM|§No«­¾ß\88/´,¾gNok@~Kî&¾p\9añuz[ýù-½\93øÂiÆ÷ÙémÍ&¾p\92ñíÚG]|A|ósz\9bø\82øÖñÖ\8e3}\13_\10ßìG\1d^äÍ\an ¾\8e:Xj&¾Ð\82ø:êÐ\84ô\96æW|á\ 4ãk­C½ñ]û¥øB;â{\1d72X[{\8b~'¾pòñ}r\86E\13Úë\1anвøv\17Ï:XW|+n\10_8áø:ê ¾ ¾\8e:\88¯øB+âë¨\83ø\ 25Ä×Q\añ\ 5j\88¯£\ eMZí ¾Ð\96ø:êÐ\98ú\96´W|áäâë¨CÝõu\86\e´2¾Ï\vG\1dj\8eï7â\vm\89\953\9b\93ß²#óâ\v§\15ßÛè\v`3ò[þ±¨øÂiÅwú®~Ç@|á´â{\11#a\13_ w|ïãRØÄ\17È\1dß·W]«ý\90ïòÿ\8b/´ ¾Wq§~µ\7fÚ¶ú«=Çw<\85j\8bÿ´|\0®ó¾õ\1fã\ÿj_é°öËýÆ\17h\9cîÜÅÛ\9aÒÞÎÁN/\ 6\1ag\10\ 3\83Ps|K~+¾pª&N-nR{\ f´¥$Ð4gN-\16_ ¿»¸2\bâ\väöê\r-¾@v\97N-\16_ ¿q\\18\84FÕ7Ä\17Z ;\7f1\bõÇ÷ð\97\11\ 2\9aåÆ"ßfÔ7\12¿\16_8]Ó¹E¾Í\88ï7\1dñ\85Sçã¶æå·änâ\v§blO\9d\86å·ôNâ\v\9e:ÇE|áDø¸M|\81\1a¼Î\8d\81ø\ 2¹õ|ÜÖ\18\7f\ eø\1eê2B@\83ø¸­Qéý\15ß\ 3]FÈ5Ü 9×pë.|ÜÖ¤ôþ\89o\88/\9cv|oãZø\9a\12ß¿sÞ\ 3\9dá&¾Ð\9cøÚL²1íýö\7f\1dñ\85\13\8fo/î\85¯1óÞoÑ=È®fâ\v\8d\89¯\8fÛ\1a\15_hI|ÏÂÇmâ\vd\8fïеÛÄ\17È\1fß·\99î\89/\90\83¸Ó=ñ\ 5rÇwb\17uKÍ\80ìñ½\8c±ê5k­Y8É\ 2Z\10_ëÌ\1aWß?ÿãôb8áøÚÖ¡qõýF|ádã;´­Ccë[r7ñ\85c\8fïÌ:³\86æ·ôNâ\vG\1eßë\18ÊÝ\11\12_8òøNÂ:3ñ\ 5rÇ÷Ü:3ñ\ 5òÇw\1c\97B&¾@æøvçÖ\995s­\83øÂIÇ÷.\ 6\82×ÈUfaµ\ 3\9cr|go\92×ÐôVäW|á\98ã;°Î¬aí-ú­øÂIÅ×~fÍjoÅ-â\v'\12ß\9eufMjïf7\8a/\1c\7f|\1fígÖ øn|«øÂ\91Ç÷Üu3Å\17È\1fßQôT¯Éíu\19!8Éøv篪'¾@îø:ÁB|\81\1aâ;\9b\8b\9eø\ 2¹ãë\ 4\vñ\ 5j\88¯\8d\17È\1f_'X\88/PC|\1fãBóÄ\17È\1c_'X\88/PC|Çq%yâ\vd\8eowî\82ñâ\vd\8fïР   \16M\8bo\11ñ\85\13\8a¯\89¯ø\ 25Äw\187\82'¾@îøÎ\ÁâØ\89/\1ca|\9dY,¾@\rñ5ñ\15\7f|\aq/^â\vä\8eïÄ¥ÛÄ\17È\1e_[ê\88/PC|M|Å\17È\1fß^<J\97ø\ 2¹ã;vÍbñ\ 5²Ç×^\92âëm\ 55Ä×ÄW|½­ \7f|ÏãE¸Ä\17È\1dß{{I\8a¯·\15d\8f¯½$ÅW|¡\86øÚD]|Å\17òÇ×ÄW|Å\17j\88ï\8d½$ÅW|!\7f|í%)¾â\vùãk\13uñý0\9eB\13¼-\1aýò®M|Ùs|\81Ì®ì%)¾@~ö\92\14_ ?\9b¨\8b/`â\8bøB+ØKR|\81\1aØKR|\ 1\13\17L|\11_ÀÄ\17ñ\85Ó\99ø^\e\ 4ñ\ 5\86½$Å\17ÈÎ&êâ\vÔ0ñµ\89ºø\ 2\88/\98ø"¾\80\89\v\9c`|{} ÒÕ^&¾·b%¾\7f¹\86\el`\ f?\vç®\1e$¾â\vÙãë²\99â+¾PC|]6S|Å\17òÇ×ÄW|Å\17j\88¯\89¯ø\8a\8f¯\89¯ø\8a\10_\13\15\1f_\13\15_¨!¾3×\8b\17\85ìñ½\8a±N\89¯øBîøNL|ÅW|!{|{&¾â+¾\90?¾&¾â+¾\90?¾&¾â+¾PC|M|ÅW|!\7f|M|ÅW|¡\86øNâR¤ÄW|!s|/c¢Qâ+¾\90;¾ãèi\94ø\8a/d\8eï¹\89¯ø\8a\8fïåÔ\11\15_¨á\ 37ÄW|A|\11_\10\17\10\17Ä\17ñ\ 5ñ\95\19Vô?½Ì¿þï\|A|ÉcòíûC|A|ɤ÷ïÛc§\9d\93Ä\17Ä\97\9fM}ÏÅ\17Ä\97ìSßݶ\f\15_\10_~4õ=\17_\10_²O}wÜ+_|A|ùÉÔ÷\|A|É>õÝõ"Qâ\vâË\ f¦¾çâ\vâKö©ïÎWG\15_\10_v\9fú\9e\8b/\88/Ù§¾;O|Å\17Ä\97ÝuÅ\17Ä\97c"¾ ¾\88/\88\v\88\vâ\8bø\82ø\82ø\82ø"¾ ¾ ¾ ¾\88/\88/\88/\88\vâ\8bø\ 2â\8bø\82ø"¾ ¾ ¾ ¾\88/\88/\88/\88\vâ\vâ\vâKmnG@¥¡V\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@Cü?m\ 5Ýa
+endstream
+endobj
+581 0 obj <<
+/D [579 0 R /XYZ 89 770.89 null]
+>> endobj
+582 0 obj <<
+/D [579 0 R /XYZ 251.553 600.141 null]
+>> endobj
+578 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F13 583 0 R /F11 584 0 R /F8 585 0 R /F14 586 0 R >>
+/XObject << /Im2 560 0 R >>
+/ProcSet [ /PDF /Text /ImageC ]
+>> endobj
+590 0 obj <<
+/Length 149       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e1\vÂ0\10F÷û\15ßØ\ eÆËÅ$Í*¨P\Ä8\95\ eµÕ"ØÁ:\88ÿÞXtptúàñîq\8c\1e\8c\r-#Í×"\b*8q\88g\ 4\86wZYÑ\88\1dªÌåu,a\12\92 éf\82ÛËqlÆg>\13ËÙáÞô§·E«H7ÒIbè)d½òÆ¢\1d¨ª\19]â%X\99Pà1Y\ 3\16bÒ^±§\1dñç©ïþ´
\fË¿©\179»1\84
+endstream
+endobj
+589 0 obj <<
+/Type /Page
+/Contents 590 0 R
+/Resources 588 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 520 0 R
+>> endobj
+591 0 obj <<
+/D [589 0 R /XYZ 89 770.89 null]
+>> endobj
+588 0 obj <<
+/Font << /F22 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+605 0 obj <<
+/Length 1706      
+/Filter /FlateDecode
+>>
+stream
+xÚ\9dXÝsÛ6\f\7fÏ_áGé®Võm«oiâdÞÖÄ׸ÛíÚ]\8e\96i[7YÒ(©iö×\ f_\92\1cÇÉe{1 \ 2\ 4\a\10²;Ú\8eÜÑõ\99+ãÇåÙû+ß\1fù®\13Ç~4ZnF\89;\8aÃÄ\89¦Áh¹\1e}µ.vªj´±Ç~äZ\81ýçògÞ\11:\93éÄÃ\1dîh\1cEN8õyÃ¥NËu·Aµë¬äiÙ6UÛô
+¼Ð     ÂØ\17\ 5\84\91X\f\1cÏ\1e{®ëZ·«FeEVlYCºSE¡s&öªªzNVll?²J³WMV\16b$\18%N\12û±Øð§ÎÄ\8bØÆr§íq\0[ÖtÚ5\13rZ\9cÊii¾!½8\ f­¬æµ¬Xg©jº\9d«GÑÀC­ek¹áñ;\1eO\99L­r]\1f²B«\81£Ày!&îÈ\e\19\f\fN>_\9f\8d¾\92àÅ]c´ÚÏ\8bM)\82\1c<a×\8diÓ¦5Ú±ÇQ\10Y¿ï²\9c\9d=ÏI"¹3\1a\1aûñÔÚëýJ\9b\9a\89Zí«\\7f\86«¼\83\85I`m\8cÚë»ì\1f\11\9a'E»¿à\0ÈÎ}¶Ý5<]\89ðßmÖÈ´Öù\86gÚö"ëG\95s(ÅJ%º\96öÔµ\1e«\ 3c'NÞ   ÏÑéè?\ 2\80\98\87©Ñ`Øh&êr/³}Ù­­5\0)Ç`!Õ\1f¨ ´8½É\89\13ûa\ f\90\1a6\87ql5\ f\aðeB\19£\1ek\9ew\18`êa\87\18     ã\89\95Ù\9eUóT«tÇì\ eP8ï\81\8cDÝVUYãÙÈ\98ØYa8\93hj},\9b\1dë"ÓÌÝ)Ûw\ 1Tp\8f\83\92\ 2\9eñ)·"¢>|8\8cë1¼\82©\95ê<¯\11Z\93È\9aÑm\82 ¡U\9bø\ 4c\18\9f\a\14åÄEà\10\82\10
+Iqç\ 4$\1aØ\ 1È\bb\ fbU§&[Qf\ 1'+Db'*5\1cøÉmb¾Í¹\1d\97ËùíýÅOç77³_ï\97\7f,f\10ñ \ 4\9dß\×/\b\0@¢N\1c¯.\7f¹§\9cwvpÃÀ\8d¸. \8b®ÍS¼!\8eÏQHª:\fø\90{M·½nW=\9fáv*\0j_v\15\8cw\ eEN@^7Ê4}\99\10\v8s¥¼\ e
+T\9e\9fR@\87\ fù®\9fÕæ'\95\15cñRN \97âáRt²À\9dXuºÓû\8e[óÈ\11C¦êXJXPQ\99õi1»\1eûïCp\7f8IÀB[÷&ØÉ´Í\88¦´l\v®¹°ÚV\94\98ʬElp\16Ù0å\9ewI\85=ö>\b\14X¦]À\1cT\8f\94^\ e"¿¹\91ÛÈQ<ªé®\ f\88\1dÄ¥\ 1»@d\e\91+Ð'\8fv\1cY\be/\84xå"£r<*\9f÷Qô®4+\1e BË.X÷Ð\1fq\80\1e\97#\893ýCÇxì\ f\9e\95\18í½p"G\8e\8fá%±\80ÊK\ 4½¸\94ëMÃKu¶¦w\ 1¼X©Ì<dµf\ 6{\17\85Å\8d¤ Äg®\8b
+³W*ý\vnã'¾u\85·ÄÈ£ìP\92Qê¨$\93ÉØ\82\87IÕr&£7Úôfhi~wû~>»8\15[/\98zÓñä\83ïº\11Fs\86N}×\83}èh¦Nä\ 4\8e\7f\12ïs,\13S@\1d\1d\ 2g\8a\87\85)·ðJ2qQ\16X\¶L!øi,Ò¼¥Æ\82)\1e9\vQ\91ä\1ej\97ý­é¯\9e\1cH\ e©        ÄÐô\0qP(\91Ä8vv²æ\94S\18\8exëUW\ 2Ö%¸býôöÑpû\0J*ß\1egTêa¤¤½äù]k\f\80\14£\147õ      \12\85é\91#9\11a[\95ç\ 2\98§\9b¥^ \1a\ 3ý\ 4tML\1d¾\fQÄ/\ 3\8cÿ\a\ 6¾o­ð       Å\17Ù÷\ 3\9aý
+\8c´4F×UYtK\ 1 ®\12ÞP\\81\12\9b\82\85\vu´f\ 1Ê\11²;¥\94b\ 1n­ð(\90#Â¥\bÂ\8eÒ`\ f\8b\93\92-\1d\0ü\94\99ô5]\ 1""/ë£'\0\9aä®Av^hÃC轧Ӯ\r÷¥\rÇwo\9b={©\9e÷ö4\1f:ñ7¶á^\12\ e\8eC"ÃB\v©O7$»¸Ú=1^\12°çp±é\14(h\81U~B\19;\92×ÁA4Y\1dXÝr      \ 2\9d\r/\1a(©Ù^wú\ 1ÝÛÝ\91±J\99\17Z*Ý`cýr;\9fL­ós;\ 4\9fÞ/.>Ýß~Y.¾,ïç7ËÙç_gç¶\a=Äo³Ëg}X\92t­ñ\7fÒÛ5B\9fÎ\17\8bùÍõ\91Z\v{\1eÐ|§_û\\b%í*~\1eq\81\0\15£?ÊZdÈ#|y¢å«!8ÔÒ}\16\ 2\91g+£Ì#\13\9b¶H»¯¶Ó×#\8d*\95/Ëû;Ý,\10éh\13³\1a\93úØe¤¸\14sò!@§8\196|\8aÞ\96\13ÁAN\9cþ\16Õ?è\8bª~#ú©<ô\95P*N(\ f¢h"!¨\9b-|ëq¯9\14\9d\02=U\12\1c_\82\83âP¾På÷lM\89AUN2\16Äê'ª\8b'*ÃA0\902IIM\ f0Ë©\86\ 53ÑP©\1a?aN׫·Æ\95Ç+DÒka\15l\85\ 3¶¤{\80\16N\v\1aÅ\0Ì\8aAøÕ\83¼ò\99\8dìþ3\9bÕ=ì2ü\16Â)\95\15\9c¬\84WÒß\16§Ý±\92ò\9cB¿.MÚ\v
+;øæZ7Ãù^ð\8eå<YèÆÙòì_\7f\ 1
+endstream
+endobj
+604 0 obj <<
+/Type /Page
+/Contents 605 0 R
+/Resources 603 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+/Annots [ 592 0 R 593 0 R 609 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R ]
+>> endobj
+592 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.276 498.78 443.735 509.684]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+593 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [473.817 457.246 513.996 468.15]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+609 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 445.29 167.927 456.194]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+594 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [111.783 213.894 277.511 223.822]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+595 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [297.843 213.894 493.15 223.822]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+596 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.637 200.963 461.296 211.867]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afb42ea8892dd828264bd2f6147e0559f) >>
+>> endobj
+597 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [99.384 105.15 215.886 116.054]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+598 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [330.639 105.15 384.098 116.054]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+599 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [131.066 93.195 250.895 104.099]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a60aa42cb3ddc804b44ce61d877d0501e) >>
+>> endobj
+606 0 obj <<
+/D [604 0 R /XYZ 89 770.89 null]
+>> endobj
+30 0 obj <<
+/D [604 0 R /XYZ 90 739.935 null]
+>> endobj
+607 0 obj <<
+/D [604 0 R /XYZ 90 549.218 null]
+>> endobj
+608 0 obj <<
+/D [604 0 R /XYZ 90 549.218 null]
+>> endobj
+34 0 obj <<
+/D [604 0 R /XYZ 90 549.218 null]
+>> endobj
+610 0 obj <<
+/D [604 0 R /XYZ 219.513 299.929 null]
+>> endobj
+38 0 obj <<
+/D [604 0 R /XYZ 90 278.186 null]
+>> endobj
+611 0 obj <<
+/D [604 0 R /XYZ 105.223 192.161 null]
+>> endobj
+42 0 obj <<
+/D [604 0 R /XYZ 90 172.475 null]
+>> endobj
+612 0 obj <<
+/D [604 0 R /XYZ 252.389 96.348 null]
+>> endobj
+603 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+638 0 obj <<
+/Length 1505      
+/Filter /FlateDecode
+>>
+stream
+xÚÕXKsÛ6\10¾ëWðHÎX\f\0¾$M\92\19G±S§\8eâÆJsH3\1e\8a\82$NiRá#nÚé\7fï\ 2»\94(\95´eµMÛ\13\96\8bÅâÃb_ 3\96\ 63^õ^L{OÎ\850\86öÐ\17¾1]\18Cf\ 4>·=Á\8déÜøh\ e¬¾#ü\ 17_Ê(\9bËÜê\v\8f\99a5\8f3$³ª\W¥õiúºw6í}îqPÌ\f®\15y\81\1d8\9e\11Ýö>~bÆ\1cø¯\rf;Ã\81q§¥n\rW80&Æuï\87\1eÛ\ 3Ź=ô<Q£\12\02\10\88ʱ\1d\9b[}Î\183¯K@Å\a¦Ì\14\bXé4\8eÃ\f\0i;®\87ë.R«ïº¾\19\85\85D*[hè\889_\12øw¯zÆG=\7fzj¹Ì\1cß\\8dßܼ}?½z?½¹\98LÏÞ]\9e\9dZÜñÌ\1fÏ^\92\ 2\ 4¯\97yf!KÔ_f82\1cÂtþèýÆß\9dN&g\977}µR\9d\b\r\83'zszuu1yµ\8f\ 21\bßÑ\18\14\83\9f¨\11@à'mÕ¿\1c£Ø,.q¢(s\19Þ"ón\15G+d¯Â\ 2yÑ*LS\99\8c³ô'ÆIJÊÃ2ÎR\14z\86"\ 2¿bâÆ%-­\1dGí²\96\14\95Ôµ\9dòÎâÊÓ\929ú\"C¢JòÂr%\91XdI\92YÂ3ïât\89¬/ê3L*Yà7\80ê¼\ 25?¾Öç¿H\17Ù\9eYÍQ×J\857°}Ax\e*F£´º\1d£Å\8a?]\13\fQ\89\87T»-ª×¤xj\r\98ùu-ïÑÿ\e\ exçÓ\9bów\8ax;\99Z\81k\9etÍiöïÇ\1cºFv\91ÎãH\16\ f\ 3c\ 4\8276Ý?ûu\9c\9eË\13GÅ«Z\16\80\11cF`ܪQÃr89\180j\ f\ 62ªoU\7fÝÅI\82Ô\8cD\93,
+K9§u$\ 6n^ÆË*«\8a6G\9fÁ\9a\9f·~ºëÛ\94j5=³\ 4\85ríÅ&+\17û1P\8cv\ e[\8f\9dÀ\b \9d2®³«íù.$Ê\81ír\1fq<Mä\ 2vò!¿\16áí:\91H³ç\90t\ 5\10\1dóü\81yQÏÛ¶\8d\9c\ eÁÉóÚ:CÛõÉ8Oóx¹ê@¥uuÌó\aæ\ 5ÍoAu\b"ª½\12Ó'ó9Ì\1e²\0\91~XÉ\9c.m\82\83ü\\85I±IZ\87& Ñh\91\87·ò:þµ5¶m³S,ÁhÎÐæ~°­\95¢®\95U®keV¥\94@=¨£ÿá²É¿qÙt\a\94\ 2\80Ð)\0F]6a\fqØ)\9bð\8deS-¬Ë&ÐuÙ\ 4\12˦\et\97M\10z\86\83\8fCL\,\9bjkJ:j\97\84ïºl\9eì\1cÓÿ\9fÕM÷èºéÿ\13uÓq\ 2¥ßq\ 6ª<©¯®º©Dºç\82\83æ.ÏÏö4½° Fðãû\936ÿm\13ü\96Õ\9a\16'»Õ{\7fü+ÕÜsî\vë®\b\86\98{.\81\ f\16Ô\1c\93\12\8f¥ETÈ$\12i\8aKüÈrxäP\b8uM\a\1d3\12®
+9·Õ\9b\88\99ç\16÷@\1eùaÛ-©ä
\ 3kl!\86f\11­ä­Ô}\85\v\ 1X\15(\83¡¸\15.Pº\19Â09\93\1dRù"\87F\ 2\84juN\93«k\18í\12ÉT½\92À\96Ä@\97Óh $P9hªr·\13-yEë\ 63xA`Nõ    \94÷ê\13\10\888\9f#¹9¹ú\88\8bz\9e\ 4    \97^M\92*\12|næ2\92±J@_ôeì¬\8aÓ¹T¶ÿ\ 5?\99\ 6â\ 3\10\9aÏ@2G\92ìÑ@B\10Â\¶ÝØÆ~þÖ\14Ã&\97:\ 3EÎ$ú  Dò:     #Ýè9ÔèÁ¨\,/H6Li¶\80gtM7.\1atÜÅå
+ù1E¡þà{
+\ 4­Íò\\16\ 5 \92¯\96ï\99Ê-\996CûÙ´õ¡\ 3ÍR\90\a*\0J"\8b2\90Ø\9eÄ¡\96UñÐðÀXdU®@*æöb\ 5¡SÜæÕ¨îY]\rxÝy\9c\86       î
+vËj\1d[ßsvÚi5·TeX±iw\80A\89zÿ\s©L\9dÆTM\e\ f\99Ý4\8a=rÝøl*ßÖÚ*oíIqû\98Ì\ 5QqÌ;\ 4\96éÔ\ 5#6!\ 15!Àйlà\12l`Ô-A\104ý(\bê\9c\ 5Ô\8cD7Þ©6HIo­gûÿf?ÈÿÎ'\ 6Û{^PD©¦ºû¥¡[ñ\86dwûßx+Ð\15=­SK§bðù\87tÕï\8e­\9f\1e\0xWøAÌ|`\ fÅðP³ðÃÍÂ\1fe\16~¯YøÑfá\8f2\vo5\8bz\97\1de­ÉáÖj\7fpvYkr¯µ&­\96?ÄZ\93GY«õ9ÊþÅ\97è\86¹ÿ'x\0\8fP&\1eû#ø\ füN½Ë
+endstream
+endobj
+637 0 obj <<
+/Type /Page
+/Contents 638 0 R
+/Resources 636 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+/Annots [ 600 0 R 601 0 R 640 0 R 602 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 642 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R ]
+>> endobj
+600 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.073 702.45 301.801 712.378]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+601 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [360.204 702.45 513.996 712.378]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+640 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 689.519 135.828 700.423]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+602 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [239.219 677.563 292.678 688.467]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+619 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 661.996 202.796 670.843]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+620 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 642.315 205.864 653.219]
+/A << /S /GoTo /D (structCStreamInfo_aae39329c51fe206a8aee33daba2fe1db) >>
+>> endobj
+621 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 624.69 214.96 635.594]
+/A << /S /GoTo /D (structCStreamInfo_aa35e5be20f99be29ce12f9f41bf4d50e) >>
+>> endobj
+622 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.392 607.066 279.12 617.97]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+623 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.915 526.323 265.3 537.227]
+/A << /S /GoTo /D (structCStreamInfo_a36fa897b242eebb936d99010a8c580be) >>
+>> endobj
+624 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.073 462.787 301.801 472.715]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+625 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [360.204 462.787 513.996 472.715]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+642 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 449.856 135.828 460.76]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+626 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [239.219 437.9 292.678 448.804]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+627 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 422.333 202.796 431.18]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+628 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 402.652 205.864 413.556]
+/A << /S /GoTo /D (structCStreamInfo_aae39329c51fe206a8aee33daba2fe1db) >>
+>> endobj
+629 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 373.072 214.96 383.976]
+/A << /S /GoTo /D (structCStreamInfo_aa35e5be20f99be29ce12f9f41bf4d50e) >>
+>> endobj
+630 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.663 355.448 308.97 366.352]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+631 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.902 278.048 279.629 288.951]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+632 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.915 93.195 265.3 104.099]
+/A << /S /GoTo /D (structCStreamInfo_a36fa897b242eebb936d99010a8c580be) >>
+>> endobj
+639 0 obj <<
+/D [637 0 R /XYZ 89 770.89 null]
+>> endobj
+46 0 obj <<
+/D [637 0 R /XYZ 90 739.935 null]
+>> endobj
+641 0 obj <<
+/D [637 0 R /XYZ 269.286 529.476 null]
+>> endobj
+50 0 obj <<
+/D [637 0 R /XYZ 90 507.769 null]
+>> endobj
+643 0 obj <<
+/D [637 0 R /XYZ 269.286 96.348 null]
+>> endobj
+636 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+652 0 obj <<
+/Length 770       
+/Filter /FlateDecode
+>>
+stream
+xÚ\9dUÛRÛ0\10}÷WèÑ\9e!F\92oq¦íL\ 2\81\86\82I\13C\1f\18&ãÄrð\8coµãÒËôß+yå\90¤\ 1\ 2O»+í®ÎÙ]I\18-\11FçÊÀW\8eÏ(E®îÚÔF~\84\\8c\1c\9bè\16\ fÑ\9d\86Ö¡\16VO\1e\82,c        \18iP\14\ 4\83ý\fÒ"a\15·º65UW»÷/\94¡¯|W\b?\ 5#Òdµ\1cÝ1,´H\95»{\8cB¾~\81°n¸]ôØx¥È¤\ 6\97   \9a*_\15¼\83\90\10ݵ,ÚB¤\1c±C×\10\ 5H\821Vû\93Ñ\0P-òp\8d0ÍC\ 6\1a=&\ 2\1dOil\90ƨCMÝ0]H8Ê´\8eiÚê"¨\18hyÔp\ 22åR²\9a\9c+è®Ùï÷5\93\97h6>¹\9a]ßøã\e\7f6òüáärØ×\88a©·ÃS\99\0X5a\96\15ä_å       \88 \vß|ÞÉç¾ç\r/g\1d\11)\18\80ÑU\7f<\1eyç»\18h\17\ 3\ 6ê¸\r\ 6±@\8e\84tÔ8\ 3\eª 4^\85F\ 6 d­yè<^ÁRµ*Y\90\82^WP\7f¾¿îEwÝ\8b\ 2òU CV-ÊxÎB\88j\ 1Ès¸6õO;\ 3\83îc8Ö\88¥\ 6åJ¶\19Ä­F\bQYYÅy&7tÒ\196\f¹Q\ 4K9\16v»ô¨\11γNB0\13\16H­©\8e\90\ f2$Ê\93$ר¥>®Çì\870\83¤n®\ 2·9\81g»Ø\©iS®Q\16å;\9dQ{ÏE
\8enSI{#E¯\97Õ©¼¥Õ\7f\9dæÇ}\ 4TÆk©Í=©\v\99Ø×x\e~\15ì\85ü\7f\84ú³³\89P®=_sLõ襽^Oë\18äiw ñ\9b\ 3Æ\17\88ûû\9eª´ÐGY\18/Xõ:r,Q¶3\817\ eß-\92ß\8eCP\87±\1c\91\ 3\98¨8\91\8fæ\º\16I°`r¬\82jw\9a\9efg{Þ6\ eÈëUQËI\9fk\94_µH\84F¬ìm±kåñ\99á \87?\98\98´¯\9d¥c×\ 6
+\1f¢2Ïx6\e\8by\8f¤V5o:èø\13ÈMÏ2^><ãJ¨ðMãPn×e\99×Y¸×¹-iWw©{(\1er8\9eµë\ 1pÈ^8º®¿\ f¥w8Jï\r(½½(¿=°²u\0Á¾×\81\98\8bÇKÈ­{\11\95Aʦño\19¦o\8dÎîïÝå_,¦oý¼ÿ\ 1\9ds\150
+endstream
+endobj
+651 0 obj <<
+/Type /Page
+/Contents 652 0 R
+/Resources 650 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+/Annots [ 633 0 R 634 0 R 654 0 R 635 0 R 647 0 R 648 0 R 649 0 R ]
+>> endobj
+633 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.073 703.446 301.801 713.374]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+634 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [360.204 703.446 513.996 713.374]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+654 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 690.515 135.828 701.419]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+635 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [366.073 678.559 419.531 689.463]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+647 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 662.992 202.796 671.839]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+648 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 643.311 205.864 654.215]
+/A << /S /GoTo /D (structCStreamInfo_aae39329c51fe206a8aee33daba2fe1db) >>
+>> endobj
+649 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 625.686 214.96 636.59]
+/A << /S /GoTo /D (structCStreamInfo_aa35e5be20f99be29ce12f9f41bf4d50e) >>
+>> endobj
+653 0 obj <<
+/D [651 0 R /XYZ 89 770.89 null]
+>> endobj
+54 0 obj <<
+/D [651 0 R /XYZ 90 739.935 null]
+>> endobj
+650 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+657 0 obj <<
+/Length 152       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e»
+Â@\14Dûû\15S&EÖ»wÝd·\15\1f\90NÜ.¤\90l\14Á\10\95\ 4\7fß\10µ°´:Ã0\1c\86q\ 6cG«@\8b­\b¼ò¹ä\b'xF\91keE#DT\89æ43¢\9dNÖmÓÇö\91fb99\8eñÒ¿c?\ e·qHëPÒ&Ð\9dôdfèÙd\vU\18\8b¦£ªfÄ©/ÁÊx\87ç¼ê°\14\8a\ 3í\89?¯¾üq9£\fË¿ª\17è\a2|
+endstream
+endobj
+656 0 obj <<
+/Type /Page
+/Contents 657 0 R
+/Resources 655 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+>> endobj
+658 0 obj <<
+/D [656 0 R /XYZ 89 770.89 null]
+>> endobj
+655 0 obj <<
+/Font << /F22 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+664 0 obj <<
+/Length 1136      
+/Filter /FlateDecode
+>>
+stream
+xÚ\9dV[oÛ6\14~ϯÐË\ 6        \98T\89ÖÅÊ\9e\9c4é\¤M\91\83\e\ 4\8cLÛDeQ\90èdÆ°ÿ>\1e\9eCÅv\92\15èC"ò\90çò}çBÇÞÊ\8b½\ f'1}Ïf'ï.\19óX\1cå9˼ÙÒ+c/OË(\e\8f¼ÙÂ\9bûçkÞjÑ\ 5!Ëb?\rîf\1fQ#\8d\8aq\91\80\85Y\16¥cF
+j³áÍ"¬e#PëÏ\9e¯\ 4i\8e¼2*s\96;Å"J\8b\f\15§\rÜ1±Å^âu\10 ,n>\9cxó0KÇþ\86Ë&ªÚ\96n!\ 2:ÓkÑ\19o°än¡\9f\82\15n䦭ÅF4\9aë ñ¥jz\94«å\8f\9d~\8b³Øü%¯96HÑÐB´¢YÈfEv\9bÀ\ 5æοÅ1kh7¹9ÿãþk\90°Ø\9fÜ\87`\18ØH\92¨Ìrdãóõù§÷WÓÏ\17A8\8aS_H\80\88k\ 5Vìb\89_½V=\89d\8f_^i\19°Ì\7f\84\7f\\8b\ 5i\90\89GÙË\87\9at´rf¬ ó+µieíÜu¢oÅ`.É|Qï\82<ó£ L\væ¿G`\169\·Ð\ e!Q\82\1dÞ}hiéËÿÉ;\9c¿\95÷\91)­¶S\10Ñ£\\88\1e­qü`î»ï¼S[H\11È \8f\14\83\15.-%Æ\94#\11ltÕZj\83yÛ9³OX`°¤Z\ 3\1d\8dz\rouØ   %3Á\19ç\98\12Ys\93\0àp\94ù\93ºWxCjü\1e\ 2\ 3\89Í\8e=R½I\9e¬¥ÞÑ\89ÕMünÛ Àà\18rÕñ\1a\85/£©x]\93q¾Õjõ\ 4Ñî5,\ f;ìe(\ 5¹ÜÙl3Ë\9aØàJ6øåt Àýß\1awP"\80ÖY.¢\9c¥hùV\91þ\12¿;µÅÅsÇÀî cö*\88\82h\86\15.L§w\14r«dCa¨åÑ5Cóªã\84àA\18\8eD\7fzPhîûîrTxET\16±\ez,\8bXIôX\ fy\1c\1fÎ\v+ùÇ\826\135O½°\8cÒ\9cT:aÊ«Á;Óéíý\97NU¢ïÏ7\8búJö\1a\8càáÙdf _N¯.~CÁ¯-^½_\9a&\ 5G¿[\17á\9e\ fâößק.+Ìð¦9ó\86k\8cßRÄ»ÞÖ °Ê«5®\9e§û\12\el¿\ 4\ 6z1í¸>\v Ð\83$I|\87\87
+Æ©?§q)Ä\82\JJ\9dVCÆ,v4íB\8d\86\87)I£Q\9a3B:2\9c\94     "M#\83(\89\r\81\93\ e¦Ãj\vïAÿ&E¥KîÌÂ1\1a\1c\9e\12\14,LÅ,ìãh6{O\8c\84ñ\ f2^U¢Õ=n´³³Tu­ E\9f°\8fâò¸;AÕ\ 49vAFЦ\85é\95\r\9dÚJÞ·©Zm_µWz·69\15Ä1Î.XmäjMÜ6J»\ ep=|4§\G\ eo\9cí¦Æ\89\1d\v¶0\1e:îZ¯R\räiµí,'ÑOtÖ/=\16ý\9c\0Þá6\84q\ 1\vÙ@\17\90P\91Pmµ\95\ eEaÙ\18\8a"5¿V²¡(\86²ød\12ÀµrÁ¿¨\92\1fENýÇ\8c³d\8cæ\87\18ç\9dÍORF  \e\1fL\83iÓni\84<HÝëNÀT\82-¨áà\f\9d^2\8eJV\92\a\87yN _º ap½Õ\83\8f¯\93¿.\8eÌ\1f\13\15²q\94\97ì%]\8c躶 ±ÏËÏ°\15\1f2uMõk\832¿áN÷Çæ\ 1`\820?æIuæ\ 5#ôv\b\1c\10\9c\9câµÉûé¥k\92=rØp<»Ý?&í\8c\8e\13.¾ðê»x\ 3èÅìä?¢ÞúÌ
+endstream
+endobj
+663 0 obj <<
+/Type /Page
+/Contents 664 0 R
+/Resources 662 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+/Annots [ 659 0 R 660 0 R 661 0 R ]
+>> endobj
+659 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [102.761 533.473 141.555 544.376]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+660 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [293.957 533.473 322.51 544.376]
+/A << /S /GoTo /D (main_8cpp_a0ddf1224851353fc92bfbff6f499fa97) >>
+>> endobj
+661 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.861 509.562 222.656 520.466]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+665 0 obj <<
+/D [663 0 R /XYZ 89 770.89 null]
+>> endobj
+58 0 obj <<
+/D [663 0 R /XYZ 90 739.935 null]
+>> endobj
+548 0 obj <<
+/D [663 0 R /XYZ 90 549.218 null]
+>> endobj
+666 0 obj <<
+/D [663 0 R /XYZ 511.624 399.171 null]
+>> endobj
+62 0 obj <<
+/D [663 0 R /XYZ 90 381.025 null]
+>> endobj
+667 0 obj <<
+/D [663 0 R /XYZ 90 282.946 null]
+>> endobj
+66 0 obj <<
+/D [663 0 R /XYZ 90 278.239 null]
+>> endobj
+668 0 obj <<
+/D [663 0 R /XYZ 90 188.685 null]
+>> endobj
+70 0 obj <<
+/D [663 0 R /XYZ 90 183.978 null]
+>> endobj
+662 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+672 0 obj <<
+/Length 1077      
+/Filter /FlateDecode
+>>
+stream
+xÚ½WMs\9b8\18¾ûW0=%31\15Ø\98\90\99\1e\1c7ín»\9eMcosðæ \83°5\v\92\vÂ\1fùõ+Ð+\fæ£Ía÷$\81^\1e=ï×#\81\8c\8d\81\8cÏ\83ûåàý'Û6<Ó\9bØ\13c\19\1a\1e\89e:¶e,\ 3cueÙ×Ã\91mO\9c«\19\8f\82aD\19¹\1eÚ\ eºú+Å\erý²ü2xX\ e~\f\89\f«\80p\Ó\1d9\86\1f\ fV/È\bäû/\ 62GÞ­q(¬bcl\8fä\18\19\8bÁ·\ 1ªÒ\19¹\86kz.²r:\9652=ËpmÉе\15¥ÉÝõp\82ÐÕ\1fÓå\Íæ³Ç\ fVND¢\f=s<q\94¥Ûj\89ª\96ceyÛ\81YL\ fTl)Só§é³\9a<Ng_\1f\96\8b\96\8e\84\ 5¼,¤Áþ\9c\9f\11ÿF\ e:?UAsC¹Ú\16\8eå\96(\9b\80ø< \89þ8\8aÔL$'\98p5&ÒnÃè+|&ô÷k*R\91\10\1c«Ç\90'1\16¦zø=T#\150¦jÌX\9aù>IÓ0\8bnZ<-Á\15\9a\9aÇY
+³5¬nè\9e\80§ëÓ\ 5­,%\89Y@\ f­±9\1aOäxkz¶§v\18\1e\8a5½T   Ì3Ölq(t\\bö·À(Á1l1TÃ.\91\8e\80\19+¿Ðaó9\13\94\8f\vp_U°Y\16¯IòÒ  \ 1Z\b\9c\88Jþ(Û\0gx\9bî\88OCê7H+àsá ÙÑîÄÍ«¤\8fâë¯St4E¾û?\19\ 2ÐjK\8e°\81Hä¦\9d!\9cq\16ÒM\96´µÁ\9eâ2{\85\11\16\94³FÑaHûÅ\96\v\1e\13Ac\926z Ù\8d\8cäÝ\80/{ίs\14\1d=+ 61ðâ\99\18òp¸\96
+ÝâÆ\rÔ*ÐÜ\98-\r(û®5w°Á»³Ü\94¡*\ 5l\87ý\7f\88\95!)µ!g*¹A\1cX\85à¢b5Ï\8e-\11\ 2ÎR¼ØEHZ2Õ+\18òøÊp\14\9dê\99Ä\1d   í.» ñgÚ¥UDö$ꬸ\8fO3-à¹]©pÚ\81¸P\922Ø!ö\ 5O\80ØaKt\15 º\962®s\ 3±´l·n\11ããÅ\162B½\1eÝs\9eþÄ'çW|Zç8ÿ¡C\ 5~¿+O$|crä\17\92\1aó\81]töëG\86¥\98¿\92@W°.\12²\ 3f\1c6C¦í@\ 3Ýëó¨\8cÃ\1eG\99V\85\152MéßK¿\13¿\11¼?\95úVÎ+ùìNÐw  \1dÔÅÝ\ 6pWËE®»<\f\9cºë\15ñ\97âS[
+H\88³Hä\12\rêbUpXÍöéÓ\19¤¼\9b´{\ eçÇ*7íLÜ·y\ 5°éÅ\96n¶eö"*Ní$#~\0õâ\a\92¨³¦v\85a\\9f[DÜôɱ| \ 1Iû4\83볪;m\8f³¹æ\93\8a]Â}¥\fw%\87RéwZ}ü-f\8cDiý\baàÇGx\ eø\81ÅôX\97½òøé=`c- Rk}\82£X^w ôD
+{Ð}[Ñt«jÝ\86\0\õ=7ÎrñÐɺÓ\89 )\81w¶nDyíÚñ¨Ðþ^\17¸ö@Å
+\82\98\94É£, Çî+\r\89\88ßp¥\ 1U6zêoI¬ÏY¤\1dÅ\f¢>\7f\fwþÙ\83\96\92SDêPÍZ­t[\ 3óyú\1dÄ\96^\ 2\15\81)\7f¯.ÿÒnGæ\bÙoýIû\17%\f·å
+endstream
+endobj
+671 0 obj <<
+/Type /Page
+/Contents 672 0 R
+/Resources 670 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 613 0 R
+>> endobj
+673 0 obj <<
+/D [671 0 R /XYZ 89 770.89 null]
+>> endobj
+670 0 obj <<
+/Font << /F22 396 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+678 0 obj <<
+/Length 401       
+/Filter /FlateDecode
+>>
+stream
+xÚåRMoÜ \10½ï¯àh¤\98ð\8dÝ[[¥iª\9eZß69\10\83³H\ e\8e0îÇ¿/,춫¨¿ §y3ðfæÍ\f\ 6O\0\83Û\1d®öð»þD) \18II\ 5\18&Ðc y\8fDÇÀ`À¾ùxÐ/Ñ\ 6ØR\81\e\ 1\1f\86/\85Á\91ê\14É\f\fZ!\10ïh%Ìz]Ë÷;oì¯3\85pĸ¤\95"\19â¢Ö\10\88À\96`\8cÿ%\7fuk¬\\ 6zÔK*+\95*Ô3Y¨\9fm°å¿>\81x¨`ÌÉìzU¼5\86m\8c'oónñµ\92ö¦\0ç\93Ò     \92\14\1am}üéâ¡ ÇàìT ±ë\18ÜKÌ9Þå&Ï\13ýk1  d'\83o·»¬\9f(\ 6\90¤¼\ eë{\fV?ßùi¹H\ 3ö-帹Ç\ 2\ f\a\97[á'\ 5ÛQgr\9f\1c¤¢ù\ 1\89h\8eÍr\92\ 4LKxÖ\11&¸ø\12Ó\8fË\16\v£L&\81q\vÁú8ÿ.®±ãb¬)\8eÞ\8c[j\G\8d`Ë°jÞÏ3¬-ajg³æv\ 1\13]\92DP/D\91tÞC\12fÚÅ\1f\8b\88£\96´eFx\93R\8a´ë7gxß¿
+^ÞΫ\9bÙ·\84vª!ê?Gvio\86Ý\1f±væ²
+endstream
+endobj
+677 0 obj <<
+/Type /Page
+/Contents 678 0 R
+/Resources 676 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+/Annots [ 674 0 R 675 0 R ]
+>> endobj
+674 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 481.935 156.636 492.839]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+675 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 472.037 513.996 480.884]
+/A << /S /GoTo /D (section.7.1) >>
+>> endobj
+679 0 obj <<
+/D [677 0 R /XYZ 89 770.89 null]
+>> endobj
+74 0 obj <<
+/D [677 0 R /XYZ 90 739.935 null]
+>> endobj
+78 0 obj <<
+/D [677 0 R /XYZ 90 553.953 null]
+>> endobj
+676 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+683 0 obj <<
+/Length 147       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e±\ eÂ0\10C÷û
+\8ft \î\9a¤YA\80è\86ÈVu@\14XZ$Ô\ 1>\9fPÁÀÈdÉz~2ã
\96\96\89\16\e\11D\13½x¤\v"#xk\9c\ eÍÌ\96E\9bjhPS:\9fGS»ê\8fãXÌÅñlwëÎÏ7CëDw²\19aØÉã\82    êp\1a¨i\19]îk°ÑXá1Q\ 3\9c=\ e´'þ|úæ\8f«R£,ÿª^½\ 6
+endstream
+endobj
+682 0 obj <<
+/Type /Page
+/Contents 683 0 R
+/Resources 681 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+>> endobj
+684 0 obj <<
+/D [682 0 R /XYZ 89 770.89 null]
+>> endobj
+681 0 obj <<
+/Font << /F22 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+692 0 obj <<
+/Length 456       
+/Filter /FlateDecode
+>>
+stream
+xÚÍ\93Án\9c0\10\86ïû\14\ 1×6¶Á¹m·Ý4m\ fUËm[U^ð\ 6K\ 4¨!Júö5\8cÙ\ 4¥U£\1e¢\9ef0ÿ\8f\19\bºF\ 4]nH\88¯\8bÍ«=c\88\11,%\13¨8!E\90ä
+\8b<EE\85\ eÑ®Öýh\\9c0A"\19\7f\83\83ã,Ïèä (\11\ 2ó\9c\81ao\e\ 3꫶2÷g\aå8å\92\ 5\87L1\17á
+\89i\9cPBÈ#ïG;\8cÁ\9a"\85\95d28Y\86U*Áùθ ·\ 3D\r¡\99ìsÖ\9dÂ\8b¦\81ä+!¬1A~gÇ\1a²£³&H+3\94Îö£íÚáb*âÌë!\12D\91\9b\1e¦äóåfj\8ff)Jh\86%ãP\9eÖeeÊ®2î{c\8f1'\11®WßC\87P\92 û7\1fàöív\12î\96RfûÒÔÑi÷34Üú©\9cbê;+\ 3\83Úè³\16º\rá\ 1ó<\8fp\9c\b\8fù%Â\1aÛ\13\\87\84²\F\8cþ\81ï_yûM \14+!\0õ\8d¶-.ûþ       ^®f¼Û\16X\98\98\8aè^ßô3\1cÿrÞ\ f\1fë.f"º\ 3ÕØÁáí\10Tc\1d\98üÉÃ\98üÃjLÛOW\18\8e¿\98à*ÃO\ 4Åý\ 6ƤÞù\15µíõbýqkZ?ÙU?i\86s\91¯;?unÙ\95QÛfx<ó\9c\93\97\9cùÿ\18¸Rÿ´\9bY\94²gíæÛbó\v¢0.,
+endstream
+endobj
+691 0 obj <<
+/Type /Page
+/Contents 692 0 R
+/Resources 690 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+/Annots [ 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R ]
+>> endobj
+685 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 481.935 172.546 492.839]
+/A << /S /GoTo /D (aacdecoder__lib_8h) >>
+>> endobj
+686 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 484.092 513.996 492.839]
+/A << /S /GoTo /D (section.8.1) >>
+>> endobj
+687 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 469.98 141.971 480.884]
+/A << /S /GoTo /D (main_8cpp) >>
+>> endobj
+688 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.599 469.98 488.591 480.884]
+/A << /S /GoTo /D (LIBUSE_Calling_Sequence) >>
+>> endobj
+689 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 460.082 513.996 468.929]
+/A << /S /GoTo /D (section.8.2) >>
+>> endobj
+693 0 obj <<
+/D [691 0 R /XYZ 89 770.89 null]
+>> endobj
+82 0 obj <<
+/D [691 0 R /XYZ 90 739.935 null]
+>> endobj
+86 0 obj <<
+/D [691 0 R /XYZ 90 553.953 null]
+>> endobj
+690 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+696 0 obj <<
+/Length 144       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e»
+Â@\14Dûû\15S&\85ëÝ»î«\15\8c\98NÜ.¤r£\b\89\9fï&hai50\9c9\fã
\9e\89Ö\8d\b¢\8aN\1cÒ\ 5\91á\9dVV4RFWiW÷©\85    ¬4ë2ZÚæ6\ eõJ,W\87{\1e^3B»D\ f\9a \86^4Ö+o,Î\13u=#\97¾\ 5+\13\ 3\9e\v5a#¦ä\88\13\1d\89?\97¾ùã
+F\19\96\7fUoZ\ 20Y
+endstream
+endobj
+695 0 obj <<
+/Type /Page
+/Contents 696 0 R
+/Resources 694 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+>> endobj
+697 0 obj <<
+/D [695 0 R /XYZ 89 770.89 null]
+>> endobj
+694 0 obj <<
+/Font << /F22 396 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+720 0 obj <<
+/Length 747       
+/Filter /FlateDecode
+>>
+stream
+xÚÕVÉnÛ0\10½ç+\bô"\1dÄ\92\14©\ 5(
+xK\9b H\ 2[>\14I\11Ð\12m\13\90%C¢\8a¦__J¢\1dgqb@v\80\9e,Ñ3óæÍ\e\8e\ 6\81\ 5@àÛ\192¿ýèìó9!\80 èy\84\81h\ eB\ 4<\1aB\16¸ JÀ­5Xòµ\12\85í\10\86,ßþ\15\1e\14ú\81\8fk\ f\ 4\1cÆ \r\88qHyY¶æÃ<®V"S\É<Ûºb
+]ê\11ãê¹\902\83åCl;\18!d\r&ª°q` ¾ºÈæ6aVÞ\86ÔçU¬Úç±\98\8bÖ*\8b\85  ï\82\10\86\1eñLt\12@\8aÛàÑR\9a´Ê&FU\88öu!ëø¿mÌ,a,d6Ï\8bU\9bvsÀgyePÕÒøÅUQhréCû\9a\888ODbì«D\9a\8c\13®8´\1d\17\97¦íÙ\1dBD¤\89\9bL
\13'ÏtD\8fY°eäúO\19a\1f6JÕ\94>É,N«ÄpÇxÇ\92¹Ð\ f\ 3íÐ\18~y%\96\ f}\1an\f8\8fÛü\8bûTÎàò\95\88!\83\9e®¥qøú('\86!c\8d\9c\ efZ \0\8eëAæ\99ÂßT³TÆ-Ã\9eR\85\9cÙ\ 4Y\95ÒÅÖ1¶½øL<ìAêêHºÑphøÞ\11Â\9eø\80[\87én¹¸\8aÌ1\ 2\18\14õ\7fõø1h\14ç«u*Æ\\89'îÛ0u])DÈë\883/øJLäßw`ü\8e0YµÒ×2ËDZvâÓ³\19³¦Ã\8bëûÁ÷ÞÕÕèÇ}ôófd´§»bh\15Bo+¾n_wO\86ÏTô!õÉÆmm\92\8eì\0Y\ fë=Er°K´ôîaµ\9aêÌǯdL\19\fHp¤\84/²DÆbO­\1d}ÕÜ#õ\8f¾\86\93\ 3[µk\ f­\8b¼\9eBi7\98Ç\ eºî_\8e\ 6Ѷ\81Þà\98«Ó^¸\15m\90g5ÁÅiË8\93êôceÛ\16å\8d(Îë\19óÑ¢\89úëøGõN­\9dÁiØÊlÑù\1aLßE¬G\ 3_t\9b£\93Í\10z\83ØúcúQ\7f\1a~ä¥êÅz^\95ÓLªn̦\87\06ó<W<í?(Q\9eX/\8d×çÉ\ 1HGevp=\8fÄo\1fÞË\8dˬI»\v\97ÞÁ¶\8bôP(.ÓÍZ:\14e\ÈõÎ:þ|_¦ú³Iÿã\85ù\852£èì\1f97\12\99
+endstream
+endobj
+719 0 obj <<
+/Type /Page
+/Contents 720 0 R
+/Resources 718 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+/Annots [ 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R ]
+>> endobj
+698 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 420.704 181.476 431.608]
+/A << /S /GoTo /D (structCStreamInfo_a5d5f38d670deaa5abf887c3b580df1cd) >>
+>> endobj
+699 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 408.755 175.379 417.602]
+/A << /S /GoTo /D (structCStreamInfo_a36fa897b242eebb936d99010a8c580be) >>
+>> endobj
+700 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 394.748 189.785 403.595]
+/A << /S /GoTo /D (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) >>
+>> endobj
+701 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [237.875 378.685 297.73 389.588]
+/A << /S /GoTo /D (structCStreamInfo_aae39329c51fe206a8aee33daba2fe1db) >>
+>> endobj
+702 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 364.678 227.693 375.582]
+/A << /S /GoTo /D (structCStreamInfo_aa35e5be20f99be29ce12f9f41bf4d50e) >>
+>> endobj
+703 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 350.671 196.41 361.575]
+/A << /S /GoTo /D (structCStreamInfo_a47fa73a2c1269f30d1439e90c7652f49) >>
+>> endobj
+704 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 336.665 161.003 347.569]
+/A << /S /GoTo /D (structCStreamInfo_aaf23a4756ee1a1b36f0b7d104d3f9882) >>
+>> endobj
+705 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [219.344 323.635 233.511 333.562]
+/A << /S /GoTo /D (structCStreamInfo_a24cea6707207c95269162847beaa0b7d) >>
+>> endobj
+706 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 308.652 193.103 319.556]
+/A << /S /GoTo /D (structCStreamInfo_af5c2c8b545a6cc3e5aac82e25a2edea0) >>
+>> endobj
+707 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 296.703 163.773 305.549]
+/A << /S /GoTo /D (structCStreamInfo_a4d64654dd9d366c5ea41a89d1972534d) >>
+>> endobj
+708 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 280.639 220.758 291.543]
+/A << /S /GoTo /D (structCStreamInfo_a6e431a6f8aeca62ffb7741b3ec068f7b) >>
+>> endobj
+709 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [219.344 267.609 248.306 277.536]
+/A << /S /GoTo /D (structCStreamInfo_a8ffd4db9d615e545a5e8cb51990965fc) >>
+>> endobj
+710 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 252.626 203.474 263.53]
+/A << /S /GoTo /D (structCStreamInfo_a28c5ba6424b0975f7074b8e1e217a7a3) >>
+>> endobj
+711 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 238.619 161.003 249.523]
+/A << /S /GoTo /D (structCStreamInfo_a73484dc9e2406a34c5dddf16b3cf6d0c) >>
+>> endobj
+712 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.616 224.613 188.142 235.517]
+/A << /S /GoTo /D (structCStreamInfo_a239e02305ca579866e527f4a512b1fdc) >>
+>> endobj
+713 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 212.663 220.22 221.51]
+/A << /S /GoTo /D (structCStreamInfo_ab28c53f72c8c1a9c4adf5d7e84bcc78b) >>
+>> endobj
+714 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 196.6 202.826 207.504]
+/A << /S /GoTo /D (structCStreamInfo_ae8a7599cb585fdb0ff5446b0a6abb9c8) >>
+>> endobj
+715 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 182.593 198.642 193.497]
+/A << /S /GoTo /D (structCStreamInfo_a8a9699c8f4e00893127a7e49161bbd0d) >>
+>> endobj
+716 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 170.644 229.934 179.491]
+/A << /S /GoTo /D (structCStreamInfo_a1f2571c63e5f1db6e4d1537e37310568) >>
+>> endobj
+717 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 156.637 225.75 165.484]
+/A << /S /GoTo /D (structCStreamInfo_a7362ae2c2b9bd37a103e575c271f3120) >>
+>> endobj
+721 0 obj <<
+/D [719 0 R /XYZ 89 770.89 null]
+>> endobj
+90 0 obj <<
+/D [719 0 R /XYZ 90 739.935 null]
+>> endobj
+614 0 obj <<
+/D [719 0 R /XYZ 90 553.953 null]
+>> endobj
+94 0 obj <<
+/D [719 0 R /XYZ 90 553.953 null]
+>> endobj
+722 0 obj <<
+/D [719 0 R /XYZ 90 440.709 null]
+>> endobj
+98 0 obj <<
+/D [719 0 R /XYZ 90 140.689 null]
+>> endobj
+718 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R /F11 584 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+741 0 obj <<
+/Length 901       
+/Filter /FlateDecode
+>>
+stream
+xÚ¥VMsÚ0\10½ó+|´g\8a\96\8d\ 3qh\9bLShp\ e\9d´ÓQ@\10w°äÚ¢Iúë+£µC\18 N{AÒz÷±o¿$ì,\1dì|è\9d¦½·ï)ub\14\874tÒ\85\13c'
+       b\948éܹqÉÀëûÔ\8fB7Yñªòú\94a÷LÍÖ¹\90\9aëLIï{zÑ\e¥½_=b0±C6\18,B\91Ï\9cYÞ»ù\8e\9d¹\91_8\18ùñÀ¹ßhåN@}³®\9ciïK\ fïøC\b\8a\19£\8dCÔø\17QëP\84\b¢^\9f`\8cÝK\91ß\8a\12\9a\1fðn\87"vú4@,\88·\0\11\ 1ÈóÏ©EI¦ºôÈÀ\15<?\97\v\8f2W\9d\9cp>\9bò¼X\89\ 5\87¡«Z7\93K\8bXÖ6\9b]&íúñ\8f]ï3}§ÖÚ\1e¦§Wvó\r3¼(UnO3%¿aL\97ëÒò\ 2 \852j\ 4í§éû\88Äl\9b&}\1dÍjâQì\8aò}Éó\ e|ÁÈ"\17Mf\16\ec»U Ów \19\ e½ÀxÑp,Å>îÃiÒ²¬ÿ\93D(¤À\8b`\1a\ 6;\ eñοÁ\9fô?%Ï\10\ 2\8bÀ\b}\ e\10\f\ e\ 2\9cÙ3\97óç\1fFæKÇ\14ø\90\82¡gì¯ÏÎÇ?Ƨ\17£$ý\91~\9d\8c\8e%Eé\9730\Ï3e@\ 6Ø\1dßþ\143m÷©g~\1e\vaO[Á\8dâ&¸'ö[VÙµ\12\ 1ÎfÌlxQ\94ª(3[ÍFð»v\90¯ÖÂâÙ \19ùådô¡Oíþ6Ó\95.\r\9fêÉ\ 5\81Ìh\89cwiÖÀ\ 4\ 4T[û&¶mÎê¡\10Z\9e\9f\92\97Ê>Ø\8eyЩì\8d\93Çû\1aòx.+ÍÍ|\91B­¡Ø\8déS\93wîFÖÉ­Ù\1d\97\12\18\0/\17Ab\r\8eÌ\8d:üØdÜ'Ø\9d$PusQ+J1\7f\ 4\14r%\15\88(\88*-JÑ\b\11êL8\ 4ÂÓäãðê\beQtg»¥»\ 1\\89\1aä·G\98ÛÄ`ï49\81¦\97«Ç\83\860\aªuQ¨R·\91é\13»æ\82K(\0©ì:Ú\1aÞ\9b\ 27ÑZÂj:\9e¹ãº¨Ów\14 Ú&y\1a&ðEè\19ªýì\1aÛè\1fç\8axÐÃ.£eô \85¬Ú\12j&\rÛ\9a4ìÙ¤9\14ø®\84\ 6\9dºÃ¸?\85k¶Û¥¼Ã£ë\1dý_Tb r}\9c\8b©b\9f\ e\1d®
\14\14\14n¶h\6m)y[ô\e0¨½q[æ\1a²v\vDïËL\9b\88\80ðqç~\9e\8b\99\9a\9b\9bÜ\14æ\9b\9d»O\1d\844\83\1etDÝM\ fÖ-£\1d2·ó¬ ¸Sþ7¯\8biöçå±\9d6\9c\1e$UmhÙ,ö2\a\1e\93ä\12Ø?\95}\95-\r+´ïIñúGIû\ 4Þ}I\ f|äcúÚ\87ô_ânó 
+endstream
+endobj
+740 0 obj <<
+/Type /Page
+/Contents 741 0 R
+/Resources 739 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 680 0 R
+>> endobj
+742 0 obj <<
+/D [740 0 R /XYZ 89 770.89 null]
+>> endobj
+102 0 obj <<
+/D [740 0 R /XYZ 90 739.935 null]
+>> endobj
+724 0 obj <<
+/D [740 0 R /XYZ 90 722.904 null]
+>> endobj
+106 0 obj <<
+/D [740 0 R /XYZ 90 722.904 null]
+>> endobj
+729 0 obj <<
+/D [740 0 R /XYZ 330.795 680.874 null]
+>> endobj
+110 0 obj <<
+/D [740 0 R /XYZ 90 663.146 null]
+>> endobj
+726 0 obj <<
+/D [740 0 R /XYZ 252.171 587.881 null]
+>> endobj
+114 0 obj <<
+/D [740 0 R /XYZ 90 572.211 null]
+>> endobj
+728 0 obj <<
+/D [740 0 R /XYZ 111.031 518.181 null]
+>> endobj
+118 0 obj <<
+/D [740 0 R /XYZ 90 500.828 null]
+>> endobj
+727 0 obj <<
+/D [740 0 R /XYZ 180.798 460.437 null]
+>> endobj
+122 0 obj <<
+/D [740 0 R /XYZ 90 444.767 null]
+>> endobj
+733 0 obj <<
+/D [740 0 R /XYZ 339.233 402.693 null]
+>> endobj
+126 0 obj <<
+/D [740 0 R /XYZ 90 384.966 null]
+>> endobj
+730 0 obj <<
+/D [740 0 R /XYZ 507.013 344.949 null]
+>> endobj
+130 0 obj <<
+/D [740 0 R /XYZ 90 327.222 null]
+>> endobj
+731 0 obj <<
+/D [740 0 R /XYZ 261.316 287.205 null]
+>> endobj
+134 0 obj <<
+/D [740 0 R /XYZ 90 269.477 null]
+>> endobj
+732 0 obj <<
+/D [740 0 R /XYZ 263.498 229.461 null]
+>> endobj
+138 0 obj <<
+/D [740 0 R /XYZ 90 211.733 null]
+>> endobj
+646 0 obj <<
+/D [740 0 R /XYZ 441.858 171.717 null]
+>> endobj
+142 0 obj <<
+/D [740 0 R /XYZ 90 153.989 null]
+>> endobj
+739 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+746 0 obj <<
+/Length 1072      
+/Filter /FlateDecode
+>>
+stream
+xÚÍWKoÛ8\10¾ûWè(\ 1k\96¤ÞA/\8e£¦.R'k+\87"-\fF¢m\ 1zx%¹iþý\92\1c\1dwãìÖÀ^Lr\86\9c¡¾o\1e46V\ 6\a\97ñàÝ\aJ\8d\10\85\1eõ\8cxi\84Øð=\82\J\8c85\1eL\1f\11kH]l\8eçmm\91Àä¬\98\94K\8bºf\ 5
+!ß&-Ìg|ÉaW\99p!òB/4Ih}\8b?\r¢xð×\80\b·Ø Ê\8dë#ßv\8d¤\18<|ÃF*ä\9f\f\8cì00\9eÔ®Âp¨-ÆÜ\98\ fþ\1cà½+Û\aW¦béS¸2ÅN\0שj\18IH1Ì\96\9dèc4\1c\8d,G|\17¬¿b\17\7f§â\97ÈË
+OCâ#\8f:`Ò%tߢ\13\1c\1aÔÖ\867W°feº¯\88\84f×´\v¦\15d\12.½ýñ\19Æ\82e¥¼\94¼\12\92\a\ f\88\12fl\82<ÇïyB\14\11A\16Á\18\9b÷\93iüKÞ..ÊmqÉÒQ\92ð¦¹/³¶Ñ\ eì}\aÔA¶\13\82\83x\9d5`±\eÛ5\87\89°öÈ5\fÕR+«\96å\1a     å\ 6æ[åL\1fg:j\9e\ 4\00Kª²ÉR±Ô`<eí\1af¼®«Z\9f\ÖUÑ{\8e­@x\15Î.\9f[Þ cìýW\88\83=\88é[ V\97:'¸\8fÊÁ\99\ 1=)ôl\8dË«°\8c׬,y~\12,ÿ\0Bµm7[ýÁl\9b\1c%\9du\80³<\803åI\95vhô9\9a\95-¯sÎ,\8aÍï\16qÍnÇÝøó\v\ fM¶*Y\8eÎ\9fÌΩ\88ÞTMû/\92Ù\ e\ 2õåò\83W\12^;ðE\84ä9¨jþ\15c\9bËÚ.\15
+B)çM\9b\15¬\95ß(\97¬¨¶¥Þ#¹\91²\\\b$]òK©N~p\vê\845\u\ah\võJ÷\87ÙõÀx\0ó,¹R\9cÕ\v\18?Ô¬à\1d\98ú,´\ 6Å\ 6A¡«Ù¨y»­Ëf¯\f/®¢ñ"\9e\8d¦ó»Û\99åa3^Ì¿LÇ\8bh6\93úÛ\19\82í\93.\95\14\1c\8aK\ e¸\12²\83«P 0ô\85gåñý\11è FÔ\ e»\1dºmdË\83¸Ô f\95\ eØ¥EDÐe9O!ÐD/\151a{ç¬lîÉ\95-¶BªjÄÿ¥\85¬wR\17$\eÖ4\1d,íº®¶«õÑRP[®k\9e¥mì'³÷vp_i\1eîYzÇï@ò$@ü\ e\90ñÇÑL§\96³sÊ\ fPà9]ÞÈRtÄ´\8f\1cñìÓ{\8e\ 2ºÑífR¦Yr\14Îaà![fÖn¬\8et½w\82®£À"+SU/\7fÀ\12\9e\7f\8eô\99¬aÖ÷%1g/¬\88òb\8bÌ\9es\ eâÉüöÝ$\1aÃ\82Ø\ 1    \86þ\ 5ÅØ\95\11\16É\10û\ 3t\ 1r\91\8d(,¢\1f\9b<K²ö§éa\1fÁ;\ 5\10n­Bv³ÉÊ\95N ¦\9f2Íp]­DU]\88×\82À\99®\16\ 5/ÛÝ*{\12§\81ætd     «÷W\93Û\85 w:\8dn\16ñ\97»è\bÉDT5;ü},Ç\96ï\98Ï\e~\8cfâÉ\88òö\92gôâá C[ÚØË\eMð«\ f\8fÓ\13 <©½o\94¨\92¼äüõ\1aûù.º\1eÒ\9eV}¬ÿ\8bóó¥·«Ys&ÒW1Ýï\1c\92\v\bÕ²ê¾u#\83\8e=îÚã:\9eWzTî\1di©¯\8e}{>ü\ 3\18ØÈÆô­ÿÿþ\ 6\7f\1c
+endstream
+endobj
+745 0 obj <<
+/Type /Page
+/Contents 746 0 R
+/Resources 744 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Annots [ 743 0 R ]
+>> endobj
+743 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.494 432.336 513.996 443.24]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+747 0 obj <<
+/D [745 0 R /XYZ 89 770.89 null]
+>> endobj
+738 0 obj <<
+/D [745 0 R /XYZ 90 692.566 null]
+>> endobj
+146 0 obj <<
+/D [745 0 R /XYZ 90 678.544 null]
+>> endobj
+736 0 obj <<
+/D [745 0 R /XYZ 90 618.946 null]
+>> endobj
+150 0 obj <<
+/D [745 0 R /XYZ 90 604.923 null]
+>> endobj
+615 0 obj <<
+/D [745 0 R /XYZ 440.382 565.106 null]
+>> endobj
+154 0 obj <<
+/D [745 0 R /XYZ 90 548.926 null]
+>> endobj
+734 0 obj <<
+/D [745 0 R /XYZ 90 489.329 null]
+>> endobj
+158 0 obj <<
+/D [745 0 R /XYZ 90 475.306 null]
+>> endobj
+737 0 obj <<
+/D [745 0 R /XYZ 90 403.753 null]
+>> endobj
+162 0 obj <<
+/D [745 0 R /XYZ 90 389.73 null]
+>> endobj
+735 0 obj <<
+/D [745 0 R /XYZ 90 330.132 null]
+>> endobj
+166 0 obj <<
+/D [745 0 R /XYZ 90 316.109 null]
+>> endobj
+645 0 obj <<
+/D [745 0 R /XYZ 373.594 276.292 null]
+>> endobj
+170 0 obj <<
+/D [745 0 R /XYZ 90 260.113 null]
+>> endobj
+644 0 obj <<
+/D [745 0 R /XYZ 282.307 208.341 null]
+>> endobj
+174 0 obj <<
+/D [745 0 R /XYZ 90 192.161 null]
+>> endobj
+725 0 obj <<
+/D [745 0 R /XYZ 291.194 152.344 null]
+>> endobj
+178 0 obj <<
+/D [745 0 R /XYZ 90 136.165 null]
+>> endobj
+723 0 obj <<
+/D [745 0 R /XYZ 377.928 96.348 null]
+>> endobj
+744 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F11 584 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+752 0 obj <<
+/Length 418       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95RMo\9c0\10½ó+|\84úc\eòÇl¿\12©U»Ëm\13E\ e\18\82dìÔ°Zµ¿¾\86\ 1)ÙJ\95r\9a\19ð{óÞÌ\0i     \90/ÑM\19}øÌ9)h\91ñ\8c\94\r)\80ä\19£\923RÖä\14sH6\82\8b<\8b÷F\rC²á\12â\8f®:÷Ú\8e\9cM\1eÊ»èS\19ý\8a\ 4Âf\ e\99Ó\HRõÑé\ 1H\1d¾ß\11 ¢Ø\92Ëüª')\17!\1ar\8c~Fð_=<\949G=9e\94ÓI\15\ 3\80øö{\89\92öÇÑ'l\ekÕßÚ&á2v»Ý ú\17£\ f\93ÈÀ,^1\ 3Ùð\94\8a´@âòY#\13\82ü\ 4\9aëÎbüú\a£k0\8e+ 9\eó\eÓZW®Ö5\16?öß0Qçºs\vy×Ze0¿\a       ª\19µÇòxsÀäÅ»J\ fCgÛð\82ÑIú$\96å4ã)\8a=èF{m«µÕÓÒ¿W\9d\9dhÿ\ 5Ê+\97õ\9b\15¢\ fçWgݲèaôçjÄü\92°`eùÑj;\8fhéßx×_OÅ\19ã¦=\\82\91Õ0p£wóÁ¬\e',£©Ø\86]H*\8bÅÞ=çòÍ+¼+ß.\av\b¸ÓF\86ý+UáÌý£é\9e\92\14bú|\85Äx} [A\ 5ð÷Þç_\ 4\83Í\17
+endstream
+endobj
+751 0 obj <<
+/Type /Page
+/Contents 752 0 R
+/Resources 750 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Annots [ 749 0 R ]
+>> endobj
+749 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 642.603 183.28 652.53]
+/A << /S /GoTo /D (aacdecoder__lib_8h) >>
+>> endobj
+753 0 obj <<
+/D [751 0 R /XYZ 89 770.89 null]
+>> endobj
+182 0 obj <<
+/D [751 0 R /XYZ 90 739.935 null]
+>> endobj
+750 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+
+
+760 0 obj <<
+/Length 368       
+/Filter /FlateDecode
+>>
+stream
+xÚ\85\92MSÂ0\10\86ïý\15\19¼´\aB¾ÛzC\10\a=©½©ÃÄ4¥\9diÓZË\81\7f\ 1\11q\9c\1e\92MöyßÝM\11X\ 3\ 4î\ 2ä×\9b,\98,\b\ 1\ 4A!\b\aY\ 1R\ 4\ 4K!O(Èrð\12ÎJÙ\rº\8fÆ\84£0\89Þ²{G0\18'1Þ\11\b\8c9\87,!\ eXTµvÙóVm\1am\ 69T­9\92\98\ 4ñ¤ \90qo\95@\1c\8d1B(\94RåZµ¹îWuõ\1e1\14ÂÒi~«?éÂ\96\85\93P\e¥½:\ 5)L\ 5\11^<¦PÄ©/kþà¸ét§7s\81wq\81µêe¿uAel×E\84m1Ê;\96Z\1es_\11\86Î\97Æ?}q\f\ 5aÎ÷ª2ªÞäVBØÆF\8dTeeôjØv\1a\96£\1dÿ\ fa\v_ÉM^µçéübúZ\eÝWêyÈ?=ð{.§nË\ 3íÆÑi\93Û\81F\98\87~\10ë^v~øE뻿ô>×;¯ã\9fu¾Þf\ 1\e\ 40À$\86\983\80\91\80\14\9aà#@0M\ 5\94Óýþò@ú\83ɲ¡`Þ\ 6\8föûËï\vp\1fºT
+endstream
+endobj
+759 0 obj <<
+/Type /Page
+/Contents 760 0 R
+/Resources 758 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Group 755 0 R
+>> endobj
+754 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./aacdecoder__lib_8h__incl.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 762 0 R
+/BBox [0 0 350 164]
+/Group 755 0 R
+/Resources <<
+/ExtGState <<
+/a0 <<
+/CA 1
+/ca 1
+>>
+>>/Font << /f-0-0 763 0 R>>
+>>
+/Length 589
+/Filter /FlateDecode
+>>
+stream
+x\9c­UMk\e1\10½ëWÌ\1fðd>ô     e\ f\86R\bô\90ÖÐCÈ!Mâ\94\92\14\92\1eú÷;ÒjíõÆMÝ\12\16{FÒÓH3oÞî\93»\80\114\80¤\ 2Eáù\ e¾À\ fÇP\9fç{8»&¸ÿÙÇ\9f>Øß/Gpn¿ïîò
+\b      n\1d\13|\841Ìcµ,\19\1e@9Ì<[{\80onB­\1d\85\ 4\96Ö\ e¥öÔÓ\fËÄ\86o\9e¨Å\109ðlµÆÝ#-rÛnqÖ\e\94\92BlS»\ 1{\ 5¶[o\1eÝÙvE+²¼6[wù\8e\88xP\9e[\19V\12ª£}Â/\17B\9fX\0\1cÅA¥N¤¾\90\87\95V[º½îó_-R\ 3Þ\fW\9bs÷~³¯ÿ\9fªdÅñ\ 4¾&l6Ör°Ä½ãDzL\98S\8aâ3\84ã%¹\1dòÑ\8aÜô\89)\9f»E\85¦¼·=?k\94¾\95-\16Í¡/K`­U2i©9ï=o\86\8d((\94\8c\f\11\9f0X\1f\14ƹ\96\ 1\902æbC*\98R\82\981D\81\eøüú\11­ø\7f¹\ 23j\10\88\ 1½H½\ 11\1aÍF\ 3²¦J\ 5%\8c\190\8d
+x±i}\12ÛÖ²\18F2G·Qm\179t;ï3ôIz\blðãì³\f\)b\1d|ªÖ\ f«<g··\ 5/e0uE\98äP9Ö\7fã8Ó\9c_\e\15Eein\16Ì\14\9a\9b´1ý&\9cæZ9\v¨Þ÷3ã806Sܯµ2\1f\82OcRtÇÍè6ú\94éÐíLÎЧ0)þ\15&ãB\9fK½ÚúÁûi\12:§NùNÈ\13Él¯4\89ÿ)à\121§0#X,ñ\18=\18P\94Ps\82T\90-yñ\11ÙVL¼9¼\8dxÅgô!Ui\ 6md\ 4\8fÅ\14¹\13¯x\8fQµ*5Æ<²±Ü´n\9fÐ\v÷\e]gz3
+endstream
+endobj
+762 0 obj
+<<
+/Creator (cairo 1.8.10 \(http://cairographics.org\))
+/Producer (cairo 1.8.10 \(http://cairographics.org\))
+>>
+endobj
+763 0 obj
+<<
+/Type /Font
+/Subtype /Type0
+/BaseFont /FreeSans
+/Encoding /Identity-H
+/DescendantFonts [ 764 0 R]
+/ToUnicode 765 0 R
+>>
+endobj
+764 0 obj
+<<
+/Type /Font
+/Subtype /CIDFontType2
+/BaseFont /FreeSans
+/CIDSystemInfo <<
+/Registry (Adobe)
+/Ordering (Identity)
+/Supplement 0
+>>
+/FontDescriptor 766 0 R
+/W [ 0 [ 500 556 500 556 556 556 333 556 222 222 556 278 556 833 556 278 500 556 611 722 667 556 556 667 500]]
+>>
+endobj
+765 0 obj
+<<
+/Length 767 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÒMn\830\10\ 5à=§\98\88À\84@"!¤*Ý°è\8fJ{\0°\87\ 4©\18Ë8\vn_ã\87R©H }\99\99À³\1d\97Z\ f\8eâ\ f\86\1dõ\83V\96çén%SÇ×AG"%5H·)<åØ\9a(öÃÍ2;\1ekÝOQYRüé\8b³³\ví\9eÕÔñSDDñ»Ul\a}¥Ý÷¥ÁOÍÝ\98\1f\1eY;J¢ª"Žÿ»×Ö¼µ#S\1c\86÷µòõÁ-{?ö×ñµ\18¦4Xà\93ä¤x6­dÛê+Geâ¯\8aÊÞ_UÄZý«§\19ƺ^ÞZ\eÚ\85oO\92\TA)t\80\ eP\ 6\11:B=\94\a\15)T\ 4\1d·Ú    \9d\12:Cg¨\85¶¹.(eH¢v\82\14¤ \86¶Î\1eoÇw\8a\ 4Â\e\ 4ò\15       \84|Y\ e!_¶Í!_ÖAÈW ­@¾¼\80¶|X%\81|Å!,ø¶²ëÒ¯ç䱯òn­ßÒp\98Â^®»8h~\9c73\99u*Ü¿d\a°\98
+endstream
+endobj
+766 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FreeSans
+/Flags 4
+/FontBBox [ -958 -462 1632 1050]
+/ItalicAngle 0
+/Ascent 1000
+/Descent -300
+/CapHeight 1050
+/StemV 80
+/StemH 80
+/FontFile2 768 0 R
+>>
+endobj
+767 0 obj
+328
+endobj
+768 0 obj
+<<
+/Length 769 0 R
+/Filter /FlateDecode
+/Length1 2928
+>>
+stream
+x\9cUVkpSÇ\15ÞÝ«\97mY\96Ð˶l,ùú-ù\81\1e\96\ 1ÛX\92%cÉ\92\85%@2²\8c\1f\80\8d-[´Ä1\ fcB\81\r\13\9e)4ýÓi;\19¦sÝ6\85i3%mfÚ\1f!?h\99¡d&t\92\19\92\98¶C:\85?\19sÕ³W²!ÒìîýÎî9ûí9gϽ\b#\84òÑqÄ ãXj$\8dþðßa\84¤ÿ\0izlî Q4 9\8b\90l+ઽé})ñ¹SnÀÓ\80ÿ²oúÐ^YÇÆ\9fÃóMбLì\19\19ÿß\e+w\10ʳ\83¬u\ 2\ 4\92/I3`º¾j"upÞzE¬\ 4|\ 1ðøôìØ\bBñó\80\9f\ 1\9eH\8ḑñ5b\ 3B     ÀÆôwö¤Õg\92?\ 3|\14ð3D\90\a!|\9f¹\al¥ð¤2©Ä&\95        ßçgq\88\7f\8e\v\98{+ÍÌ=ÏÊ{\bÖ6d\96\89\9e\18P=\ 26êV\9bU§UilV§VÂVÖÔÒÎaï\94:;q\a¶×°\95\12©ÚÚÚ\81\15\8c\92Ü\1d\19oÌËcuuõâh²\7f(¯ LÝXÜ^Vµ¡¦£mS»8â\8d\95ìñ··â\ 3ïöúø»õdK^u]0Ú£¯)/Q\16IóEbIi©®¦®±\85ÿSoCR®\947\86-@\18Ud\96ñ§À©\18\0Û\84aW­F\a\9cl
+,ð¡,ñ\83¨¬ËÞ\1d\fy§´QY:9µ°¸\7fW
+'\9c\9bgG\87ö\1fÛ=uyñÄ\8dQp\b\9c±\14ì=%\ fQ\112P\7f°\8e\97vô*&g½Õa¯ÁOý\95ý­û\ f\1fÙ;í¸Ø\1d\8dzÝá0yø¢Ö»Áüö©\85«Ûp\11ÿ,½+1;³+9\vvëÀw\18xjP9BÕ&\9dþ%I%å¨×\89MÔ,\1c\80\186\98#{Ù¨rnpæø÷Rþ\ 3%Zþ8®ÁÑ\8e-\ 3O¶ÖuOîØ}\19\93ëþ.§\85\88\9dYîUÀ\9d\87\91\16¸Ct4\12Á¼¾R²ÆZy`aq&½plÖ\17\ eû¼Ûú\89áò\997.]ƲËÁÔ\1fS©ÄÈ\fµ\85\91\17:\17Ø*\84Q\81µ*VeÓvbp\ 2vE£Ñ`\95§®@\8b?$þ}ü×D>¼ÙÆ \9cy\92    \13\ 4ä\12\12kM\ eâ~ñËcVkÖ^7ô×À¯0§\ 6c×¢ÔW\80)owæ\etE\98\93fg\9dZÖq%\12\89\12É\8bgDþ÷ÉÉìùZÁ\87\ 5°N\81J`\9dM%d =c­\96U¿<ckdãäÄüÑ\89©Í\81Ç\10\14w÷ö\byÈÿ{Ç¥Å\13?\19ôà\8fgoÏÎÆ\93é,/êº;h\82ò¢»Þ\99\80\1f\95û û\ 2öRÃ(DEp\81\8aº\0²\9eÅ\17=õ]¡H¤:ÐÖ\17\8fà)gËH\98ÿ'ló¯\96Ú \9b?\88r6È7àC\13e\9bõÞª¾jÍæê\83/X\19°\8fXª·Ú{û£¶&ÛÖlGäþæ\86°¥*Ðÿ\8e'­ÎðFþÖê¸ÊóKØC½¶\87îÛVÙm\9bú\ 6#\9b¬]!°\15\84\üA<ÕÜFù\82¾"³\8cxr\83f\8cZ˪\84»#Üg\aä¾ÍaÓò;Ô\86\92¢Úò\rö\9e\9e\b\91wóo\97©E>©¹\ e\9fï¾pA8§&S\83\1f\119\82:\84m\f\8d\87\83\86b\vflj|rp¹>YQbP\95®/0.ÅO\13ù\8bÓÓ\85\ 1\89¾,B\14üD6®5\10WC6®zH´\97\81\1a×àæé\89CGö\8ct½%\845\1aù\84\9füñÉ\85«!þ)ùÅ·â:\b\86=\10¿¼lF\99´ô\7fk\b/Ãé\13¸\8fÿ-y8°<\90Í«8t×a­\94\9eÀ¦2YuJ  [\9bÝÔ\8cã¸äÜ;?=ûþÍétzú&yøgþæ\87\ 3\17Î\9eË\9e½\1f\ 2Ý\82¬ÿl*lËÃ,¾94\84§æù\aØ2ÃgP&\ 3\99ñ&>À?àÃxNÐsÁ]ý\1c|\ 6q3­\16\19ÐÎ\9eUeÃ\9f\aªÃ\9búvAà\¡H¯Ý\12ráKü\ fiØp=å\\ e>_\ 6\9f\95¡:ðÙj\85r\80\ 5\ 5¡ÕØF\rAñů֬ç\89£GÆG;\83ëZ\86{\133Òí\8a\ 3ÑN6`ò\84BÝî¾\80þêÂñwvõñþÀ\9e\1d\rQ\7flxÄ`µàÇ3ÉáÔTr4\95õk\vÜÁ\14y\8c\8aY;\89ÃÞ\8csUV¿V~+ðz¬Õ(\18¶²\89©µi5ë       ÞÑ\16ª.:ýÞ\9bçæ\8f\9dÇ1\9cÜé\8f·ºoù·\15ÕuîsÕ\aBmÕ8¦6oß\ÚP¯\8f°-էƾûúTO°ÛÙвn\83f·§|cGÓúBÖ\99h\17W´Ú+²\*Á\87\1f\81\ fªàî®ÇÙ#6ã&\f|(\9d\9aWÙÐd:,qx\9d\9e\1ash¨wæw£8Æìµµ7ÙÂ!ßkc\1fIn4;\e«Ë+óÕ:OgïÎh0j®*cåjµ\17®Ïo\10Êf
+#\8c\1a\84\85Ñ\8e\b£\bþ ùº8\93\81\1e¢M/\82°B\82Ú\85±DàKõEH\fR)\92AfæCÖÈ¡Â*àm£D*´\ e²A\ 37Q\87ôô}FääW\90Y!Ð\13A=ö£\bü·\vV¶Ã?\89\92\1c²pH\1dà\1aÂ1Î?\17ç\10»¥\98\93\98c\1dqA¶\107Þç°º©¸\91Ã\16£ñ\93fNjNÄ\8cÆ\1eÖ7²ß\183\8e\8f\19L¦¸Á\14\88%0\10ó²qS#ÇX&\8b\8d\W8fâº`Fd¡&M¬épìSÃÇq\ 3¬\8b½0ü\aÔ8±9Æùæâ\82<\1e\87\96ÂÄ`#'±,Uâ3@Êx&\910p\b¬H-KU\82¨kM$³¬S\19767¢¬·°ë\aOç¬\9f\r\17µ?'\ 5ÌWÔm\7fý¬\9d¬\8e+nÞ*Ù-*\ 5(C«þ\85\9eù\8a¿\8f\ 6%﮸W®Jvçä/\7f\19ò\10\vj\80±\ 2ÆRhuЪp\10y\89\ 4=\82wÓ#ä\ 6Y+Ö¡\9d\18\17òÑ\11°\ 2ô4t\8e\8c¡Aò7\14'×Q?`\17´rxn\81ùÊÜ^ðA\82>\0R4üô%r\17bHãØ\a\8d\16º\93Ðà»\8e&\11\ 3r\ 6¾É\98\ fhú@\83÷£\bæEð\9d(\ 6\81¸\vÚ<´Û\90Dp×$ïÓïAát%ø6\1a\81\17\88\80órÎ\90!Ñm\9c9\85\ 2\9c,\1c[ÂøGñ%\1f\r\1c§\84\fÀÃñx9\842\11C\9cÈèå\18s7'3z\7f-ú>1\v@
+@¶)\a$\0¤\9a\1c\10\e½¿G\12¨\9\9c\ eå@>\9dÌ[Ìä&1W\903^\b«
\11ó\12ã\9b\ 3(§ë
+\99\8bhM¢ \92\ 2A3')¢\12Å«\12%\18)êZ\83*º@ùÊ\82øÿ\ 1\8bJ\92ô
+endstream
+endobj
+769 0 obj
+2185
+endobj
+755 0 obj
+<<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>endobj
+761 0 obj <<
+/D [759 0 R /XYZ 89 770.89 null]
+>> endobj
+186 0 obj <<
+/D [759 0 R /XYZ 90 739.935 null]
+>> endobj
+546 0 obj <<
+/D [759 0 R /XYZ 90 553.953 null]
+>> endobj
+190 0 obj <<
+/D [759 0 R /XYZ 90 553.953 null]
+>> endobj
+758 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F37 543 0 R >>
+/XObject << /Im3 754 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+790 0 obj <<
+/Length 1074      
+/Filter /FlateDecode
+>>
+stream
+xÚÍWk\8f\9bF\14ýî_1R¥\bKev\18fxDÙV\8e\1fY'\ eNm6U´\89\105ì.\91\r     ÆÙ®úç{aflð;í6ª%\v\18îÜsæ\9c;\ f\bºC\ 4½j½ô[\17\ 3J\91\8b]\8bZÈ¿E.A¶e`N\räGèF£´ýÉ\7f\8dLÓÅ\ 6çЩj\1d$ó¸­SN´^6[-â´\b\8b$KËÐVßo}m\19\10I\90Q¥ã6¶M\8ef\8bÖÍ'\82"h\7f\8d\b6]\a=TQ\vĨ   ×9\9a¶~k\91\ 65s\8b\1a\85G\9b
+\12þ}²\14$îòð˽¸]Þgmʵ\aùæá>\99É7\1f    ¡óX¶GI\1eÏ\8aù£xÊrqMÒf{\92Îæ«H\8e´XÃ\89LÏ«Ñ*ºÛWPAi@\r\v;\86\8387°Ë¬R\88¯-\82]×2i\15R¿¯^ª\9e²áb¸`¨\97\818\eyT\88®²ëµôÊV\ 3Z8§R<N\1cL\f)^w\1e.\97 F}\f[zCbfBbJ1£\tûH)oôA7:' {\91¯f\85|SòÊï$ÁI\15SÊÖ\9d\16y\1c.\86émvTº\8b\ 1\ 1\1a\16+i\0¼Å(Ò\r\86m¶­\17À«¼mÚ\9a4ê.ù¦lN\0+_\88Ú¬\1aÂ?²U¡ü\94ñ³U.º§kã£x\96Eq$û¬¢$\93ía\11â¶n\1aDëÌç\9bj\88ç\91D\fëLÄ}\18éY
+\999×ðÞ\81o{¥Ãd# <cØ5å<ìÅ%Nút\8eý\14É\8c\87M㮫\r§ÁÐ\eúA\7f2i3¢\8d'[¹`ø\9cÄy\ e\17£]õ(\e6wê¯B ÷ÅÀ0ê¤m\8a¹ãª¥å\17\11Ò\18\17, ÌQ\ 1\97a8\vÀ  I\93"\80¼Y\1e,\8b0/6\14\9e=k\128\ 2Î\19¦d\9dûÅ\ 1pw?¸^­\8dºi\9aØ\ 1½uá¡\88\14Äâ4*\91\ 5µ²$~\15Õ#\9f\9e\8b'¢Øm\84Õ\1dÌ,\17RRl«9û/¬¤P|`e¯ß\1d÷úg\9a\11fª»3ôt\80ïI/wå\14\13n×Í\12¹t³Îà\bºE1µíïwS\19É)&®Õ4²Aíÿã')ý\1c_ûï®ýà}Û0¹Ö\19\r{'\f%kCÉ\8e\9cUã奸v:e\81\82    Æojr³\9a\96\14\ e
+®m)5?\7fÞ£7l9t\1d±§\ 2÷\11Ü\96\8eÚ\ 4\83\1eO*\9e\1c`9¾îØëö;£ídeÔ\16\13ò_Q\18\8c®§Wû\bÐ\1fD`èù\93}øì\aáwG\93«áÔßGÁ\91UÕÜ"ÕV\aK¯kË=ÒoÛL{ü\12Gñí\93m\93\85ÈW?lìÌ\10(è        (\bô]Së@1í\99+\86\vD)U3\ 1ä1\ f\88³³`1{ÝíªãõFý`#\   ½=Ô¦PÔ°±\ 3\87\94\9f¡=¯ÎEO¦T\f9Ïò{-Ù¡m¨
+þëP.µ\90r8\ e\9b«Õ¾lrY#\7f\12øý|(59\92\16\96Ùñ xÛ\7f\vt-®}8\85BO¡ìb\{o¼q\eVòß½SÙù¹cP;Üò1\9dÕ·×£\0Æ\19"íÒ÷'\1doú®\94\87h~0ýàu\8f;\\87\89\16+¡úÞøúÕUðrèOOá¬]Y\7f¥5¾U\1d\13\9b°Ñ|ç§êß\eT\90l
+endstream
+endobj
+789 0 obj <<
+/Type /Page
+/Contents 790 0 R
+/Resources 788 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Group 757 0 R
+/Annots [ 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R ]
+>> endobj
+756 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./aacdecoder__lib_8h__dep__incl.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 797 0 R
+/BBox [0 0 170 164]
+/Group 757 0 R
+/Resources <<
+/ExtGState <<
+/a0 <<
+/CA 1
+/ca 1
+>>
+>>/Font << /f-0-0 798 0 R>>
+>>
+/Length 337
+/Filter /FlateDecode
+>>
+stream
+x\9c\8dSÉjÃ0\10½ÏWÌ\ fX\99±\16KP|\b\94\87´\86\1eB\ ei\12§\94¤\90ôÐßïH\96íÄ\94¶Èö¼Y4Ë\93|\86%\9eA;Ô\16CÀ ñ²Ç\17ü\0Ƹ.\a\9cm\b\ f\9fY\7fz\90Ï\17\10.ä}\87Õ\1aI\11î\80      \1f±Ër\8a\92K\8fGdQG$Ï\11ß \8f\9a\ 3©Ê\ 4*q*¥(¥%Õ\f!\13Kx\ 4¥N©n\908cÖ!NÒ¦½\92dÞ@P!\84ʺd\1a\14ã\91¥ãæ\ 4³¶ B¶bÓÂê\8e\88¸Ö|-˺(m\ 4:\eÌÔa³a\12\0äj]FC\95\1d¾.t\94!ËM¶¿J¦\14¸­×Í\ 2î\9b\91û\81\ 6\89Ó\89titÖ#0\1d\ 5\7f\18p\16íÏ\ 4ìj\7f=\7fßì~Úì0\7f\9b=mß½Ü\88àI\87x #2"ØÅY¼Ü4R\81½ô*سrÒ· \8a\15S\88Èi¥\8dÁ->ÿ\9e-RôW5V]½àºzL\9drDïGW$ð6t\9eþ\8c%|\ 3:ì£ä
+endstream
+endobj
+797 0 obj
+<<
+/Creator (cairo 1.8.10 \(http://cairographics.org\))
+/Producer (cairo 1.8.10 \(http://cairographics.org\))
+>>
+endobj
+798 0 obj
+<<
+/Type /Font
+/Subtype /Type0
+/BaseFont /FreeSans
+/Encoding /Identity-H
+/DescendantFonts [ 799 0 R]
+/ToUnicode 800 0 R
+>>
+endobj
+799 0 obj
+<<
+/Type /Font
+/Subtype /CIDFontType2
+/BaseFont /FreeSans
+/CIDSystemInfo <<
+/Registry (Adobe)
+/Ordering (Identity)
+/Supplement 0
+>>
+/FontDescriptor 801 0 R
+/W [ 0 [ 500 556 500 556 556 556 333 556 222 222 556 278 556 833 556 556]]
+>>
+endobj
+800 0 obj
+<<
+/Length 802 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÑÍj\840\10\0à{\9eb\8eÛÃ\12u×ý\ 1\11Êöâ¡?Ôö\ 1b2q\ 35\86\18\ f¾}cF¶Ð\80Âç̨3ÃoÍKcM\0þáGÙb\0m¬ò8\8d³\97\b\1döƲ¼\0edØ\94îr\10\8eñXÜ.SÀ¡±zdU\ 5ü3\ 6§à\17Ø=«±Ã'\ 6\0üÝ+ôÆö°û¾µô¨\9d\9dûÁ\ 1m\80\8cÕ5(Ôñu¯Â½\89\ 1\81§â}£bÜ\84e\1fËþ2¾\16\87P$çôKrT89!Ñ\vÛ#«²xj¨t<5C«þÅó\92Ê:-ï§ô<¦gÙ)¯\93
\81\1dIGRI*I\9atJ:\17¤sR¹Å.\94)IWÒ\95$H[]\97T IRìBR$EBÒ\96©éëYjyëmm~ÝÔc²rö>\ e5­3Ms\9d£±øظ\eÝZ\95®_<í\98O
+endstream
+endobj
+801 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FreeSans
+/Flags 4
+/FontBBox [ -958 -462 1632 1050]
+/ItalicAngle 0
+/Ascent 1000
+/Descent -300
+/CapHeight 1050
+/StemV 80
+/StemH 80
+/FontFile2 803 0 R
+>>
+endobj
+802 0 obj
+287
+endobj
+803 0 obj
+<<
+/Length 804 0 R
+/Filter /FlateDecode
+/Length1 2112
+>>
+stream
+x\9cUUmLSW\18~Ϲím¡|´\96\16¤:o)V>ZA
+\ 5\15´\14Z\15\ 4ª­Ú\8bµRT\ 4±´.\8cù1D\9dfº%[2EÝWögÉ\8cY\96˲ef?¦Ë\92í\8ff1cY4ÑÍ\1fók[0Qÿ\18¸Ý{n\v¸{sÏ{\9f÷¼ç=ÏyÞsï\ 1\ 2\0Ùp\f8\10vÅcIè}ò'\80\1a\9d\10Ý52,¨6óo#îA\Ú\97Ü\eW¿sÊ\8bø$â\9föî?Ô÷\8bõS\11ß¿\0P\85ú÷Äv?=>}\15\80ß\88>w?:ø\aÔ\8e\98Å\97öÇ\87\ f¾ò\e×\88ø\12bÏþÄ®\18\80ýkÄ\ f\11·Æc\a\93ä=ê\ 2Ð8\10\vÉW÷$\8d§£\9f!fù\9e\ 1\85\16\02ÉÝD¶\1a|3X\rj«ÁJ&å\ 4é\94\9f\13\1dwsº\8a»Ù2ý\r`lEê\11\16(\87Z\0£ÛUc6\19
+\5õ&ÞVb_Æ\9aºÚ5\9aú5¤\89ÔÚm%¼ÆXãn"y\\81¹\99¿\1eÛíÌʲ\99ËÊÕ¡h×\8e,Ý"£³¨qQé
+{SêFuÐ\17^¸§­ÑM\ e\Þà\97¯\97ÓµYKË:Bë
\8b\17êó5Ù*5_\l¶\979«å\1f6TDsô9Î\0.\89À\92Ô#r\a9\15!°-'8«©À\8c\9c\yDáÃX\92ßCZOmkG§oÐ\14Ò&£\83£cû¶ÇI¤~u¢wǾ£=\83ãc'>îe\15¢P\8cù¦è-È\a\vÓÃV7\9f§ÐÀe²»ëjídª­¤Ë½ïð\91¾ýug[C!\9f7\10 ·f\96ùVT~pjôÂ&\92/?Kn\8f$\86¶G\13\98·\fµ#ȳ\0\16\ 3\9a\vçIê\19ÇB³ÚÊÒâ\ 2(\91\8f\12Ke°Ï\16Ò\8ft\ f\1d{3Þv`¡I>Fì$Ô´vóãõe­\ 3[{Æ  ý¨ÍSï ªfq[\9a{)r\97q\8el0!w¬N\ 1¯¤/,áçXë\ f\8c\8e\r%G\8f\81\80ß·©\8bZÆO\1f?7N´ã\1dñïãñHl\88å"àæ\19så¢Í#&\83Íà2­!(\ 2i\ e\85B\1d¥-e:\13ù\91¶í\95\9fÐ\9c\9d«]\1c\90ÔãT\80zS'p/\81Úd­£Þ\99KGkjÒùZ±½\88ºb\9f\11\93]\f\103ÞÞÔ\v8¯ôiÒ½õ&[Ýù`0Dù\99g4ç×\81\81ôúܨ¡\ eãò`!ƹ\fÊ\ edk\f²\19ç×è\ e®\1cè?øFÿàêö¿°(ÞÖ-AzKþgë¹±\13\9f\90\e\89+\89\84\18M¦y1é®B?ãÅf½Ú\8f\17óû±¹\8fs\19Ñ*UQ$00     p×ÛÈÙ\96rOg0¸´½a£\18$\83õÕ±\80ü\aNówõ²\ e¯<\f\99\1cô\ 5jhelÓêÍ\8e7Ìå\9c}ñw\94´×Æ\1cK××nè
\96»Ö§\e\9aÓVU\11p\94¶¯\93_'\ 3\81\95ò·³v\96ç\ 3\9cÃ87\87ùÿYm\9bVmì\ e®ªñtb®p}ug³<L\ 6«\1a\18_ES;jjIkZ\88E\9e\17Õð²¦\1d«÷÷\1f:²'æy_\914\14¼MïwE?<9z¡S\9e¢\9f¿¤)«\14§Ø\ 2 \8a­\ 5\15\bhUx£çI~*\85-¤RzÈDðP¡X½¢\e\e¯Â_&\8fûA\v\9fu\90\83;1\ f¿J\96>\87~\89\95éÄ8\15îÓ6\bâ½E\19µ\ 5ï(D%pH`l\97*\ 2a©mD\94À¶¶Hâ+ÃM¢â\e\15\85I\89\18\97\179%â\10\84ÛU\92¦2\12\16\84u6\7fl\9f\10\16v÷6X¬VÑb\15\9d\12u´o\ eûl¢Õ)q\8e\81"Aò\ 4ÂVÉ\83=*\aKiµY\ f\87ïXn\88\16\8c\vÏXþÅa\92º2,ùGDÅ/\8a8\8dÚ\91\eévJ¼c¢\84\9cFRÂéHÄ"\ 1fÑ8&J\15\97gÎ¥u,0\b\9c\90V\874\9f9ótêÞÎüÆçTDZÿ:ü|¯\91ÎÚi¯\Ã÷¨\8a\11jaVOl¹\87ò$tó\97§½Ó\17ø\9e\8c\7fþÒ\93gÐB\1dP\81v        Úb|Êð)%\1dà£\8eÔc¸\8bßì]ð¢ÏMÌ°\r­\9fk\ 6?³Ì\97ÉÃÎ\95k8!+%ûp®c}ð_Lñ|¡\88)\9eS\14Ï2¶!8ôs\11|®±­ÀÎ7\85\95\9e\\81Ýð\1a²§
+ÎÊ,B\vª+$u
+Ú%m <AÈ»â\84\9f    .é±\8a\ 5\9bñå\98¸\18K\10   \83¤\12|\12WÙ*i\ 5ßWª·h¥\ 24\b´«2\80G )È\0µàû\ ex2\ 2\19\9cÅ\86\1dÊ\80\995\96Êt\12I\97I\9e\8b\ 5´r\82ó\8f Ìaq¹ÜY\98óä1\8fN\19\99ñä3OÞË\1e=&É÷ÌA\ 3\vп\14 þ\aÓ\bßk
+endstream
+endobj
+804 0 obj
+1551
+endobj
+757 0 obj
+<<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>endobj
+770 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 484.491 191.996 493.338]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+771 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.207 400.747 222.75 411.278]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a388a21070208ec23217c4ff8f8d98754) >>
+>> endobj
+772 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.779 376.08 239.806 386.611]
+/A << /S /GoTo /D (aacdecoder__lib_8h_ac2c358d4ac0d7747cae32f9f45c20f71) >>
+>> endobj
+773 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 350.706 235.474 362.661]
+/A << /S /GoTo /D (aacdecoder__lib_8h_af59d78a4583ca81ccb2675dce592b812) >>
+>> endobj
+774 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 339.304 240.306 349.232]
+/A << /S /GoTo /D (aacdecoder__lib_8h_ae09502f250437ee519971ca3a95ac9e0) >>
+>> endobj
+775 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 326.592 224.814 336.52]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a8bc17277db0f7651065f62d66f92ed9f) >>
+>> endobj
+776 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 313.881 216.505 323.808]
+/A << /S /GoTo /D (aacdecoder__lib_8h_abc8ebc3d720699fe1d7c27eccd3da051) >>
+>> endobj
+777 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 301.169 234.776 311.096]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a4666e424f482470e872827f66399454a) >>
+>> endobj
+778 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [306.836 243.796 422.432 254.699]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+779 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 187.772 250.986 198.303]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+780 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 172.415 180.809 182.602]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a71440b5535812faf92a0fe99275dd5f0) >>
+>> endobj
+781 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 156.715 253.775 166.901]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41afdf896f1fefa0b962ef99c6cb2681027) >>
+>> endobj
+782 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 141.014 218.637 151.201]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af1e591927344a1a91c49b87efe3fb0b9) >>
+>> endobj
+783 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 124.596 217.7 135.5]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4a877298c7076e5ef4dd848912ab1d48) >>
+>> endobj
+784 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 109.613 293.297 119.8]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41adbb894fd8e900c4993f57ae88f8aee1a) >>
+>> endobj
+785 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 93.912 260.102 104.099]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ad8e91a23786bc032e507dfbd036f63c4) >>
+>> endobj
+791 0 obj <<
+/D [789 0 R /XYZ 89 770.89 null]
+>> endobj
+792 0 obj <<
+/D [789 0 R /XYZ 90 501.144 null]
+>> endobj
+794 0 obj <<
+/D [789 0 R /XYZ 90 419.084 null]
+>> endobj
+795 0 obj <<
+/D [789 0 R /XYZ 90 260.222 null]
+>> endobj
+796 0 obj <<
+/D [789 0 R /XYZ 90 206.109 null]
+>> endobj
+788 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F44 793 0 R /F11 584 0 R /F14 586 0 R >>
+/XObject << /Im4 756 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+861 0 obj <<
+/Length 871       
+/Filter /FlateDecode
+>>
+stream
+xÚ­\98[oÓ0\18\86ïû+|\99H,³\9dó\ 5\17\94@N8îÄ4&«´Ý\98´u¢+\ 2\84øï8'ØÙi\9a\8bÊ95\8f_ûûÞÏ\ e\ 4\97\0\82ÙdÊ'Ç\11ÆÀ7|\a;\80_\0\1f\ 2×A\86\8d\11à+p¦y\ 6Ò\8f°\rµÅb¹Z/oWë­¸¾ú¢[P3¾6w¢«ëusÄÖ\17ë­\8e<m½YV\97\1cÓC\1a6õsþ~BùäÛ\ 4I*\ 4¨¦Ø®á\9a6XÞLÎÎ!XÉëï\ 14Lß\ 3?ê§n\80\85MÙ^\83ròq\ 2Û\1e7ÿß^¶/b\9d\ 6ó\9e\ 6\84\87.p±¼æâF\88ì¿\90\ 2ÄݯÍR¬·ÛÛ­XoVu׺w\83³ZÅÛF\fü\89¢(Ò=¨½i\9fzL\96í\11r\fèx\ f\11W\9b«]\8b¸Û-¶»W!\18\17@H5î\81\bi âìDG¦­\91$\ eÅ;\92\85    UqÐ\10Î<+çE\91\81\1a§¡ ºmkyu\9f«xx\f^\94³\94è\b!5Ï\1c\83GÙ>Hk\14d\11äY\14ÏT0{\fX:Ot\1fk<N¤Dhk§\94©¸Î\18Ü@ÆhF\93~JÝ1\88%I\8b$Îf¬\9dKe~x\aça9e¢\9fB\7f\b«¤\\14Õì\11FR\11鮥\918Q¡\88\12å>EeT\8e ¯¼<\17\8c\96\÷MI­\87\9b\1eà\97*KÆ\ 3-¹)]½MÙ\1a\9c\91¬ìBPZ      «nåLÅ\1adÌm \94´?g\14\9f8ÍÊ8ÏÚ\1e4.\92äz\95\ 4¡ª\v\83<Zþò\90\8aHFý\1ej\aysÀ\82þ\ 4û`èuMóü\83
+5\8a\a\17\8c\86qÀåÜ©p£\18p\10P\15Ç\e\83\93DJ\8e?\ 6gF⬲wÞ\84G"ªíV
+\95AªºAF©kÓ:ÕT¬é \ 3ËJi÷$ì\9f\ 3Á\10\f«<ü$Ù#ÕÂ\83\1c_UV¬\81ee!÷\12«ÅnÑ»°x\ 3\v\vÉ\82§ÑÖsô¼\81\ 5¦©þ¹(S\92$u\ f¦Òëµy\14Q%\10\ fYstÀ\94d§5\8f&4¥\19/U4óÀyS\85\87W\85G}üçÁs]{\1cY\16ðäþÓ±êý§e ×\94\80ÝöSê4¥Îæ-íFº9\91]Ð-[»mO«;wƳ\98ÿ¸\aÛÝ#\8c\rDzµ\fh¶J?cl?ÖdCIÛ|¿yi°\1aÕí\8cÜ[b\90ô¹ÑùýÒk<Ãrüçê\bR\91Ïy1ç²\f\12JêZxB__8À\ 1is\8fÕî=J\15\ 3\ra\84ó:/\93\8eÒASYÚU@|¸(\99-E!w9*Ô¿\1ci\9exü9Æ3\r\13â}¿Æü\ 5uF.¸
+endstream
+endobj
+860 0 obj <<
+/Type /Page
+/Contents 861 0 R
+/Resources 859 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Annots [ 786 0 R 787 0 R 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R ]
+>> endobj
+786 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 726.819 214.931 737.723]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac806692e8a98e9baca1bca5f7d9df0cd) >>
+>> endobj
+787 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 711.468 212.729 721.655]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa86450161814b428d08b620188302fbc) >>
+>> endobj
+819 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 695.4 252.5 705.587]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a242d8bc09683a84b578546663dda36fa) >>
+>> endobj
+820 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 679.332 261.735 689.519]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a7ea36c43c374f751f65be033057e3888) >>
+>> endobj
+821 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 663.264 282.617 673.451]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4dff2410394a6ffdf0f95ec66cbd0107) >>
+>> endobj
+822 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 647.196 300.33 657.383]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae6d7add4f73779b26c859900f710c34f) >>
+>> endobj
+823 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 631.128 290.916 641.315]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a95dafb71a0623fbeb0715e46b7a189c7) >>
+>> endobj
+824 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 615.061 304.993 625.247]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a97113255d01bdf3cc7104dd411f40949) >>
+>> endobj
+825 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 598.993 326.881 609.179]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a5bc4e4af77d94fa08beb54def8f01f7f) >>
+>> endobj
+826 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 582.925 318.034 593.111]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a0bd193ee6a8c3151c5c6469f7e455a8e) >>
+>> endobj
+827 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 566.857 272.445 577.043]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41afbf7d7d96fdf87cb5f7541348a597b48) >>
+>> endobj
+828 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 550.789 250.009 560.975]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4dbbe3b38d0dfb444fdc3a7adae2f807) >>
+>> endobj
+829 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 534.721 258.807 544.907]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a8aa244ce1ae08763dde378161df0652f) >>
+>> endobj
+830 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 518.653 209.959 528.839]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a60690e0dbc450f62f83548fa484716ab) >>
+>> endobj
+831 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 502.585 227.653 512.772]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a42c5cbc358ada7261ba3d609c33ec3a5) >>
+>> endobj
+832 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 486.517 261.745 496.704]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae36383b7f8b4f36072eb60a303c439c3) >>
+>> endobj
+833 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 470.449 234.308 480.636]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac8bc8e0a106154098f730ba596c43c50) >>
+>> endobj
+834 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 454.381 348.36 464.568]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac12235e2fee27efdcc78f2946f86e4ab) >>
+>> endobj
+835 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 438.313 283.922 448.5]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a0357ce81d9d62cc106c752121fc9dc8a) >>
+>> endobj
+836 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 422.245 224.156 432.432]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a20cdc26726b22cb44143b4e440441e0f) >>
+>> endobj
+837 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 406.177 271.877 416.364]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41acb4252bc9a6eeee71738af951850379c) >>
+>> endobj
+838 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 390.109 301.426 400.296]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa14848134610eea96115c59a6b944921) >>
+>> endobj
+839 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 374.041 261.586 384.228]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a45662b23139ca5807ed6fe3b8940dc40) >>
+>> endobj
+840 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 357.973 259.922 368.16]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af61dc054946b313e1780cf604ca833c6) >>
+>> endobj
+841 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 341.905 348.948 352.092]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af16b1992a2a415168ab96228671ef337) >>
+>> endobj
+842 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 325.837 261.237 336.024]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a77f722abc6c05f1abf1f51c0d11bf7ec) >>
+>> endobj
+843 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 309.769 255.14 319.956]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a516287ad9b64c230200191fdd60361e1) >>
+>> endobj
+844 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 293.702 229.995 303.888]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41abb11196531beac7285326a5394db0329) >>
+>> endobj
+845 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 277.634 224.883 287.82]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a8bf90eccdaf6063e299f9415c8bd5d1a) >>
+>> endobj
+846 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 261.566 234.846 271.752]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a856cdca9aa719c292b7c351cec03ae06) >>
+>> endobj
+847 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 245.498 255.469 255.684]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a65820f534b99b1529510720eeaafc861) >>
+>> endobj
+848 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 229.43 294.004 239.616]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a72f0dd3698012cdf8b20dd6f0b5de626) >>
+>> endobj
+849 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 213.362 305.152 223.548]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aea6be518456d203d68898efd236a6769) >>
+>> endobj
+850 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 196.95 232.076 207.48]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae2ac2caa02bbffb8ace0fa87ad5ffc05) >>
+>> endobj
+851 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 157.84 220.58 168.371]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88) >>
+>> endobj
+852 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 142.116 279.638 152.303]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) >>
+>> endobj
+853 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 126.048 264.943 136.235]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aefc0ded1aea7e08f3c9c55df76c75668) >>
+>> endobj
+854 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 109.98 325.964 120.167]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aee866642a3f335e7874a82939ad0c135) >>
+>> endobj
+855 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 93.912 309.217 104.099]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) >>
+>> endobj
+862 0 obj <<
+/D [860 0 R /XYZ 89 770.89 null]
+>> endobj
+859 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F44 793 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+934 0 obj <<
+/Length 1923      
+/Filter /FlateDecode
+>>
+stream
+xÚÍYKsÛ6\10¾ûWðVr&b\b\82\ fñÐ\83,S±[½"Òéd\1c\8f\86\96(\8bS\8aTD(v:ÓÿÞ]\0\94D=l)r'9áµØ]`?|\v\90\86ò¨\18Ê\87\8bËðâ}Ë4\15\1cÓQÂ\89â\19\8aë\10Ý6\89\12\8e\95;Õ´´ûð\ f\85RO'¶\r\93xo+Ic­fÚ\86z\95\8f\96³8c\11\fE/üðâë\ 5\ 1IC!\\9díê.µ\95ÑìâîÞPÆÐÿ\87bèÔ«+O\j¦X&\852U\82\8b\8f\17\86tMÌ_<JE\83ÒYºá,!\96î\19®â\9aÐç\9a·FC³\fµ9löºM¿Ñ\1evüðºwÅ]+u+wÜ÷ßÅ\12\8cg\83\18Æ;)±m\15Ê\1aqtâVµ_\r\9aÃË^/\b\87-͵TÑ\ej¤®ö\ 6/Û2\8f°Ev\8d54B\88\1a\86\16;eó¦×ý\ 1\aÈ\ f,và·ü\81\ f[:lû\9füök&Ì\1f0qíꨭ~ú\fÁëô\a~\10Àú^³DO´ô±Ó\1a¶{\1aØù«/
+ÿ\95\r£§G¬Ó÷?\ 4C¿\8bú\e\97mÿe\ 3öÉð\vûW>@¼í7\ 6ÃK\8d\18êm«õÚ2\1c\83\8aú¿\15¹²|ß²,¥\ eg˱øÙ²À(\ 5ã6\94ÖÊ:\ 5ëBË8\1eåãx!\1aEÌX\92=\8aÆ<ZhÄV£YÌ`\1c\9c\ 3\16\81z\bÑ=Û6Ñd\rHƨ+5ËÖ¹\13\9ci\96Ù\b©¥¨hØæ\ 1G·(L4MÝ\ 3\13¿\98¦½½\1f°Ïjû¦ûgÐ\87Í»>´ãw5jÚk`úÍÞ\95?\18ú\83\ 1vl\1d®\ 3Ó-5\8aFWb\83\86\8dlt\15±è&KضChè\v\84ÿ +êu£{Õö\87Ò\eéLUM]·\1c\ f\ 2Å7R,¾\88ÓÉ;\11\8cÛæu\83Oxß"ÖÆ\9eÙ\8eîBM\12ú\17\ 3ÀÁ\85*\e\vôZ7K\99\aÍ4ÔåD\ 3\9f'\10WðG\9aH2&Q\90ü\13ÃrÈ1øªY®nCZ¨\0\f÷(\89RP#\14FÙ(IÓhñ]B\ e¶QÔJ_\80îÐ\17äÂý\18;\80\18\84\8ac\99P\ 2Ì-ò\ 6\901\9c³ c¸{ ó!ÞE\fØù\9f\11³
+g\92\8dc<Èϯ@É\ 3(\19\15(\1d\80\13Öh)7gÛ\18ÚÕlÖ\81 Ì#@JJ\99\93 HL`VêU1\88\9bÎ]ʳ×P\18§1Þ}Î@ÞùÀ#\ e`ÿ\fäÁ|s\13zAÌú\9c½\17ÑlÛ'.\8bè\e\ 1\17}¢%\ eküþ¸\89\92Êö\ 2ôN&\95\15&_1\88"k}þæ\99jcÐèìÓ:Ç\95UÔòêM7\14\95oHpQº<\1aFû2e°\ 3¢\ 2Òcyi®¤Î­ly\1e\93½\ 1\9e\88w\1e\9e\88·\89'\8d¨C­FàTA\8dµ\16q|ù\9dÅÅ\ e²\88G\8fB\16j?\88\a\90u\8b\81ße\1e\ 2Ѭ\13û\14ê\99¯Vw<\ 1\19\8eî\98ô\0\ 1M\16\1auÕX\82æ\81ï\9b$Ë"\19ïÃ\12°h¼È¢ô\17M\92\9eå\1e\91\9e\ eLu6Yª7\8f³m/P;B(\1c4ºA\1f°ê\18j8\f?÷}\8d\8f±E\94\15\aA3Ï\17¬5c\9b¨àµlÑ\9b´£ïñ¢8\87\ f¸¿2\99h%]\1d¸KCt\19¤\1c\9ez\7f*\15X¶w\ e\13Xv}3dÍ<\83Sd>\ e"\ØÓ¶Shì\97º
+ïqâ¥Û1\10×dkMê\1d0\9fãª÷»Ùf\8d¯4Î\1eÙ\94K:êýY·gÿy\9e\84¥xQ1L´Çw|)xDt²©¬¬1\a\8d\a9e\1e\15\85xÇA#\12\85HOO¢Ñà\9c2Nò`\1e\8f\12T?*\ 3+\ 40\86\8d É\17Â;òEE[À\847Ѭ³|Þ\9d\1atøTþ\1cæo_\ 3Bé­¶\98EI\16\8fA\1cÒ@\92\892\12ÅC\ 2\19&\13·4lî#¿\9aE\1d5\9c&\85Ô KáÑ×%j\10uibÂ\9d\87
+¾çk\96´\97ÉÑ\ 1ß\14¨ôµ:\1cì\11\eß»1\93\8aqq<éCN\ 5\88\95¾²bµ\ fR6\92åS\9c¦ûV\8fãÔõ\84OÔ­«í\ 6*\b;¢{[%ö=%l*d³\ô$Yí\81û\8f\rØk]Ôn&B\8c\83\ 3;\98\bzV -®ìrÿQ.\91\ 6ª.¬Í     \17EO¾\94
+Ú=Í\86wup(¶%VÑ0ÿ\9a(ØPæ<\0ærÆã\ 2\r\96Ë\f\17WI\15V$Ï\9a\88\1c\ e¥2\eæ°8Ù·
+\8b\10\84e\15\1c4\7f*óºFý\1cæÅé\eÌÛJ\ 4¢6=q\8d7 [aI0ì\81[þ!Î¥®N!ö'|~\98_®¾=\1cëկ\15\ 1<\vK\8e}åâçZºEê§\üøÍì\13§\98(MÆGs¸i\0\89;n\95Ä[\9a\18°\1a¥d}K tÅØ¿a@
+1¾¾ð\89Ö\9c\1f6ºC\7f|X\9eO¨UÈB*ç¯Z\1c\84k'¸\90ÏDKP\ 2\bĨñy¯9r\80mmÛ\ 2\95ó'òKÞ¾Ó\9fg\98³(ÁXÎ\91\85ñ¦\8bÍb9B>\98\8a\96ô\11 \eÉñ4ÇdµÙ#ü\85\8e2¿\81\8dm"ÆÊo\10ÚÙ&"\18\aDz\9c\89\8eÉ2M1wÔëj\90K\199ÿQÐÕ\834þ4\8d\18¿·}ãÊ@ \91:FQuáò+åæ^{\ 2âë\88y"Õ`EÄ\8a-\17Y!:\92L\10\17çIj\19ü0#\10aó¶±ÈÇ\8b\LdSN⨼,EQ,\1f
\81q&»G\91\0¡§æ\13)¸A)\12¥hUäë\1auÄåbOx\17ÉãT\1eÐy^$\eä.ËÊÂù\91.\99øaõÌ\81\bÎdòßÈ\0e\0dïT\8ag\12­ë/6?÷å\ 3SÏú¤\fó+ï\1f\16Ñ,Þyß\9a¶{\1cµ¿Í\ 3\1ahtØovöQ)µ`\17­\93ÞÐ!þ1If1~þ|á#\r\93"Èë/e\ 1´\19=î>ݶ\7fRÖ©N\róÔ\7f\94ÿ\ 1\95f\ 5X
+endstream
+endobj
+933 0 obj <<
+/Type /Page
+/Contents 934 0 R
+/Resources 932 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 748 0 R
+/Annots [ 856 0 R 857 0 R 858 0 R 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 937 0 R 914 0 R 915 0 R 916 0 R 917 0 R 938 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 939 0 R ]
+>> endobj
+856 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 727.536 236.151 737.723]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a28dd853ab4339011893a933020ac5ab8) >>
+>> endobj
+857 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 711.366 242.607 721.553]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6056e5b76cc6a00078388445b1f1cfa1) >>
+>> endobj
+858 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 695.196 278.164 705.382]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a65284784865f22d79700dc268f84e374) >>
+>> endobj
+900 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 679.025 260.52 689.212]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88af24d28dac8b5de47c00c578712d0591e) >>
+>> endobj
+901 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 662.855 275.224 673.042]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a4392100c924c0f20a706f55bc7ab3931) >>
+>> endobj
+902 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 646.341 224.943 656.871]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a605a8fed5c5754dffc63775cc702aae7) >>
+>> endobj
+903 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 630.514 218.657 640.701]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88af84565b78a6ae180e316dd612a0877a7) >>
+>> endobj
+904 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 614.001 253.237 624.531]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aa1a5a121f8b03708d9fdcc06f6e882fb) >>
+>> endobj
+905 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.92 530.164 289.367 540.695]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+906 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [290.609 530.164 393.841 540.695]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a8f33403449b41e6a9deda6cb1e07d386) >>
+>> endobj
+907 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.4 530.164 513.996 540.695]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+908 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.737 478.895 289.185 489.425]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+909 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [290.244 478.895 394.023 489.425]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a404dd0b9b627d3e9ab765dba98be3eec) >>
+>> endobj
+910 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.4 478.895 513.996 489.425]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+911 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [189.738 427.625 302.186 438.155]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+912 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [316.246 427.625 408.27 438.155]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afb42ea8892dd828264bd2f6147e0559f) >>
+>> endobj
+913 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [462.759 427.625 513.996 438.155]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+937 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 415.296 183.579 426.2]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+914 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [226.965 415.296 309.007 426.2]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88) >>
+>> endobj
+915 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [185.554 375.982 298.002 386.886]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+916 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [307.877 375.982 416.648 386.886]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a15da43e47179e3ca7b58d6b08620533e) >>
+>> endobj
+917 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [462.759 375.982 513.996 386.886]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+938 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 364.027 183.579 374.931]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+918 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.116 324.712 298.712 335.616]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+919 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [306.149 324.712 381.715 335.616]
+/A << /S /GoTo /D (aacdecoder__lib_8h_ac8580fe563e79afe695d7b0b32ea0fed) >>
+>> endobj
+920 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.254 273.443 290.702 284.347]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+921 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [293.278 273.443 392.505 284.347]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6016435b8679d2793078b10ecaf3d05d) >>
+>> endobj
+922 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.4 273.443 513.996 284.347]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+923 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [175.618 261.488 195.314 272.391]
+/A << /S /GoTo /D (main_8cpp_a93d34427c5ada45032539b77c78ab2f6) >>
+>> endobj
+924 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [180.74 189.67 293.188 200.2]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+925 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [298.25 189.67 366.085 200.2]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) >>
+>> endobj
+926 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [374.469 189.67 490.065 200.2]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+927 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [196.154 105.524 308.602 116.054]
+/A << /S /GoTo /D (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) >>
+>> endobj
+928 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [329.078 105.524 438.945 116.054]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+929 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [462.759 105.524 513.996 116.054]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+939 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 93.195 183.579 104.099]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+935 0 obj <<
+/D [933 0 R /XYZ 89 770.89 null]
+>> endobj
+936 0 obj <<
+/D [933 0 R /XYZ 90 548.971 null]
+>> endobj
+932 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F44 793 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+963 0 obj <<
+/Length 1296      
+/Filter /FlateDecode
+>>
+stream
+xÚÅWY\8fÛ6\10~÷¯\10\90\1fÌ\90\94¨£è\81\8d\8f¬\13w·µÝ§$\10h\89^\v\95¥D\92\eøßwxH+{}¥\ 1Ú\a\83´4\9cã\9b\8f3#l=YØzÛ{³ì½\9ePj\85(ô¨g-×V\88-ß#\88Qb-\13ë\83\1d Ò\1fP\86mÎãDÄE"Ê(KW}\17Ûh£ßLÒLèÝ\¬EÙ'\81-òX>ò\9c\80Ø\94õ?-ßõÆËÞ\97\1e\ 1«Ø"Ê
\91ï0+Þö>|ÂV\ 2ÏßY\189a`}UR[Ë¥\ e¬\99µèýÑÃÆããUEàºV\0\11\8c\80Ð\10áÀòa  }ª£\18)ϵ\93En6|\97¤\85Þ®Ákfó­\90\v\9e3\bx9\1d¼\ 6\94"Ï¥°zÈa\81\91\9a \9b\87\ 1ÃØ\9eM\1fÞ/~\1f\ f£{möï>\ 5\7fÒÄÈJdÊ'\ 3Ñ\\9d\8f\fòì¨Ä±f)ó\113|V\8b}\7f÷0\9a\8d£»;\99¶áh<|\1c\8dç§ÔT"[\83*r\12\81#\9c\9bÀ\89\ fI#\rÎ\ 3\9eeEÌë\ 6ã,Ó\9b²ïø¶¨\8a\9dÚÄ¢2ÉX\e¹\¯à¢\ 3.ê?\86oúO\9aW5\97´ú¯2t1'ÃE]
\9dæëâ@Íë       q;¶     u\91\17Rx¥­bì\9cÑ{ä´\8f\¿=Ö!À[Q\9f±üÿ\11a@p\b\ 5£¡\82¹ràéu\b\15\a³áyÒÔ\16¸¢.³\8bí!5\b!ßÃ\ 6ÿÛîëôayóU\85øgéêR\9afÓ7Ñôaò(ß\1fñ\86:!¢ä\ 5o\8ebqQ\18\90F&\ 5K7g\8cR(ñ\8c¼ÌØË{\aÅ^\17Çrß\Äu\81ÎX\ 1\12\10\82Bƨ2ã¨J\fP"\8f9m?\91\1d\85`\80w$j\ e½#ÑzG¢\8aËôs\9d\16ù\89X18Í\90Ë´\96Éè}[/ÜÓõBúÝñ¹\16åºO C±áÓFðV\16ð¥\99@ÆìA\fXEá\85î³û´u_\9ekºÉ¨\88w[\91×¼\13\0=\11\0é(j\91ø!9Ð\ 5Q1¦îg4\9cÍï§\8b¥~\1e\\a&ãO \e\86öº(/p\15\ 4:\Õë¤\84\ 6(\89ù\82F øÇþÀÅ\81\ 4\ 1]ÚaS¥O97ûDd|¯·Y\9a«*/EóDo6iU\17¥\11XÉî·[÷)³al¨\10X`¾=ä;\89 ±·\84\13Z:æ
+U\19¯J\8f§\ 3\8eù®2¨%i\15\17y\9dæ»´N\9b\ 6\93\9aÆRo\9aö¿«?ï\fѵçèt¶\1c\98OðA¶èõl=>\fÇw3ý\9c\169H\97,o\17ÓuXZnK\97\ 3lOÌ|\93\17&b\0¨J[ÞC\ 4\0þ×\ 6©\16\97\84×\1ci\r£¢=\18\v\9eI\86ß\8c\97s\15¯ÉìÏ\85©­ôf´Bv\8dÜìß\90\9bèXá°F\v6\1d´äã\16­Ð³Ó>±\ 10\88Ð6Â\ 64\17ºÔ$ÛU\eýT\95\16(>+\9eÿUé£Ò\8b\96\85ò ¼3"9`·¹ÎjD\95\1e£ö­\8f<j\8a\91\1a·å¨m*èÊT»-Oó&ÔKÉ¢Ýd¹W\93\ 5Ýo®\1fº·Ö¡à\1a±áûàeª\0ÚkÜö\89½hÊN`ÆGÐÕp\18\1e­R³©Ô¼¤÷2GZ²S,À\½ï{r¬T4\98\8bj\9fÇZ\f\14CïÛëÓª\8b\80ÍêdªªæNÁp[ÉÎã\99\16ôÙ      ô\ 3jO\17\91\1eÒ¢ñ|.'ãÇy3àAK÷º\93f\80\11&~3\r\88²<a\1aÈã\aîóTÁ\886£tªx\ræê\a:\1aøa<!\1d=N\0zX£ç\97\13\96À\90\e6\ 2?C\8a#hÎ\91\91t\ e>\12\8b2\82\91¾¬\9fýxõJ!; Ø\83o7v\bðu·¨\83¨údTò?\9dq+¸î\96È\13iÂ8\ 6IýU\17CóÏ\14WüìÆá\88é\ 5ÈqÈaíú\8dÇ¥)¥µY¡²\0\ 1×ûîð¢÷àI!\eâ÷ÜùöÆ\1c\7fx\a\ er\80|ßøÝý\ fÔâût
+endstream
+endobj
+962 0 obj <<
+/Type /Page
+/Contents 963 0 R
+/Resources 961 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+/Annots [ 930 0 R 931 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R ]
+>> endobj
+930 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [196.181 700.835 272.863 711.365]
+/A << /S /GoTo /D (aacdecoder__lib_8h_acca8f4cf9757885d6c654de37a43072f) >>
+>> endobj
+931 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [276.679 700.835 392.275 711.365]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+952 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.176 657.085 229.635 667.616]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+953 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [237.606 657.085 350.8 667.616]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a60aa42cb3ddc804b44ce61d877d0501e) >>
+>> endobj
+954 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [354.616 657.085 470.212 667.616]
+/A << /S /GoTo /D (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) >>
+>> endobj
+955 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.272 639.643 190.76 649.549]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+956 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [195.265 613.336 294.073 623.866]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a620b5a8c5d7ddd1b525aae1895963e16) >>
+>> endobj
+957 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [124.291 428.872 240.793 439.776]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+958 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [123.315 353.765 239.817 364.669]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+959 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [124.215 290.613 240.717 301.517]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+960 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [123.918 197.882 240.42 208.786]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+964 0 obj <<
+/D [962 0 R /XYZ 89 770.89 null]
+>> endobj
+194 0 obj <<
+/D [962 0 R /XYZ 90 567.688 null]
+>> endobj
+198 0 obj <<
+/D [962 0 R /XYZ 90 500.387 null]
+>> endobj
+811 0 obj <<
+/D [962 0 R /XYZ 90 474.957 null]
+>> endobj
+202 0 obj <<
+/D [962 0 R /XYZ 90 474.957 null]
+>> endobj
+808 0 obj <<
+/D [962 0 R /XYZ 257.47 420.07 null]
+>> endobj
+206 0 obj <<
+/D [962 0 R /XYZ 90 397.836 null]
+>> endobj
+809 0 obj <<
+/D [962 0 R /XYZ 443.182 356.918 null]
+>> endobj
+210 0 obj <<
+/D [962 0 R /XYZ 90 334.684 null]
+>> endobj
+810 0 obj <<
+/D [962 0 R /XYZ 90 262.03 null]
+>> endobj
+214 0 obj <<
+/D [962 0 R /XYZ 90 241.953 null]
+>> endobj
+806 0 obj <<
+/D [962 0 R /XYZ 144.445 189.08 null]
+>> endobj
+218 0 obj <<
+/D [962 0 R /XYZ 90 166.846 null]
+>> endobj
+805 0 obj <<
+/D [962 0 R /XYZ 90 94.191 null]
+>> endobj
+961 0 obj <<
+/Font << /F22 396 0 R /F44 793 0 R /F23 397 0 R /F14 586 0 R /F46 965 0 R /F11 584 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+971 0 obj <<
+/Length 1820      
+/Filter /FlateDecode
+>>
+stream
+xÚµXYoÛF\10~ׯ P  \80j³Ü]^AÓB±%G\89\ eW\92S\ 4I@ÐâÊa+\91*\8f¦î¯ïìA\89ºh;u\1f\ 4\98\9dã\9bo\86ÂÆ\9d\81\8d«Ö\9byëe\9f\10ÃG¾C\1cc¾4|l¸\8e\85lb\19óÈød\12§ýeþΠÔG\96mÃ!9Û\8fW¼Ý!66/ÓE¹æI\11\16q\9a\88­­Þ¼õgË\82\9dØ°¤8ÛE.µ\8dźõé\v6"\98\7fg`D}Ïø&w­\rF(<WƬõk\v7ªFàÕ%J       \ fY\88 §Ý±0Ææ\ f\11ÿ\8c1I@/j9æ`\16\fÆ\83\9b\14\9b\93églc¡ßË>sjB-\aTq­Ê0\9eejÓÞÍ\96\87\98ëV{@\92¥.\912aäÊQõ\ 3\19r\8b\94cY59àDæz\95\9c\9f\ 4®b~µáu\18.\82\88/\828\89\8b@¨fyf\9a\ 5y\11fÅN\8b\17/d\88:\96ç!ײa`!\1fbU)û\80R\84""ý/÷ÿtF)ï!¥x\12\89\v\94Z\ 2\19¿\bí°©ß^©7¼S\ 2îÜ]Ñq<D©et\bC\14< ¯\1a\85\8b,UÇ\vý\8c#ÀZ¼¼×o B\1c®â\7f\14úä\1ch\94f9:a\ 66:\94 ËµêðqOÀ\87y\ 2>\93\9bùõÍ<øж¨mv\87\83Ës\br\1d$\86Í\b\82ôÁô\0Ap\8fF\10s\8f\ 2%\97_¿VÏn·mÛæEpÙ»\b&ïk\81dõ; 9è6N¿ÿ~B\8d\ eñ\14Â\14F\1cµ\15\8c\ 5Á\93ËÞ~¶l5\11n=\177ê"ê\9c\f\9bÃTØ\1cê×Â&fã¥\9a-¾r5\11\96Q¬O¤e±)\vµ~Û&Ø,\97mb\9bK\9e©õE
+\\13'¹Úñ\97X\ 3\0Dj1\ f×\9b\15ϵÐe!\ fÁ¶E¸ZÅÉ\9d¤'ÅKÙ\9d&¨éUËø¤ö\87\8bK¾H#\9e\ 5\1d\99Px?\93Ôb?\v×\ÇÊÒ\ 2\15\96\1dêÔARÁ\8e!Ë¡;ØQ\rºyÛeæý\86G|y\86M\8f!,<m×D!K\v\82ò"+\17\85\1a×À\ 31\9e\ 2/Îæm\1fæÇ\17½\130"\14\83¶ö\ e«\98\9eä\ 4\ 6<¬÷¼í\8e/\87½@_¤ï9å\8b\ e\ 1¼8Ô\85\81\ 3\80©e"ÓVô\12p@VËçÊGOrP\ 5E)yë!\ e²O»d\8bû\13\10?\10 G\ 1,\17JN¤\0Sc\1e5\14³\8a\83¶ð8ÌD\8c|_$\ eEÌÑ~¨lO³W{Gw"ö\88\87\0\7f    ÖGØ&[Ý\9c\1dM\1c^_7ʵ\10f[>\1a§G\16¤\8bE\99ñ\b\9eè¬\14+\87Y)\898WÏZ>\8a×0\89\8e\ 4/3Î\ f=³gVGëÖ±läyÞ     Ë\80\95'ý`Ô\eA¼ ø|l2Ôb6²½­¥oy¸Qzd¼(³\84k\ 5Ç7á\1amÒ8\11Ä\ 1øx¢ñq"\90±uA³\91\95^g­¼\19¿\1fOÚ ö·q£}\180î²Ê¾\9ev´O\ 5SF±Î#x\95ZÂ3]ªg\99ü\91¤B×ozCÆÃ<M~\ 4\9b13+!Ë,]«Q¨\1fI
+´­W×iT® \9a\1d\ 6$«Ý$[\11Ñ\890w\9f?\9fÏuÐE\11wßsUS\92ß'\8b@¢MuI'óH2û\19·Ï§Ýñìz"é`\1eÌ>\8e/$9°\8a\1cÎÆÁ£h\a³¹¨lÌ·Ì"\v\93|\93\82"òuË\17âåk\18©\81P:K\938×´'æ6Yz»âkE" ®Ã\10Ãô "é´\85\90è4k[¶ùw\ÔÈ     Ê\9e\86ñ»2×\vK^Á\1eÚ\1d\81\0\8dí¸\80²ÁCÍ\91QX\84O\ f\97\80_&¼Ø\eOn®Þ\ 6o\ 6óY£\vm\82lÛÝó¡\ 2Gcú\81\875eU»ÒåΠ\a,ÐW>\84%hn\9b\91äî\1f­zãï\86á`ü¡í©¶3PÕµ\99ä @9Þ\91ç¾\ 2\ 1W\1fj\9b0Ï«°WÝtQm\\96ÉbWrE»¤FßÚ\0\9cðt\92nûB,ÈS´C\ f1\9e\81ñf7×Uêõ.\83®`?\ 5¡fØPùMxh¼,ñú¸22-«z\14'\a\ e\0²\14íÿ]Yo=*vÚæW^nD.ó\87\bJkôhKû\93éHªÛl(|h0ç8?\ eòv\99fë°ø\8f\16è«\1em\ 1ôP\8f4ÂgÈ¥þ\91\11µ\ e!ãy¼\8ay²à\15ZÓÕ3\9a¦\15ØËÛFÓ®/&ãþàª\99ýÁ_¤É(àó\82×rìYLQ·>:H£\9b¡è\97æ\83a·íbóc¯¹¢ù\1e"îö;`\94fòÛ\18jÚWÁ¸\94\113MôÔ*¼\17t,æ\96i¦æ¶\8d²\98Í\81SÂÛ\95Þ.\f\16Oi°\.7\1d]è\\ fyÌÛ/t\8f\8bks1:tÆ\ 5Ðê¸7|8¶\ 4úl\8fí§\1d¥Ð_\81\e\12¾\12\98\ eù\11\1d«vI¼C{\7f«Æ²Á\92ö\12LT\f\86\19Ô´;.¾sv\1fàß\8f÷§ùeÖ\1d]\ f\aã«©ÊåƺC@kÏgû¸g\8eþ\ e\17c\eÊsQÍnø"\16^\92e\b&$\vÃ\96¢:wÌÂbW®\91á\13ÍI5W=·7êuwöf\1a<"õ\1d\e:³ãÚ\v§ÿ\8fÒ¢o;kÀ¬7\ f®¥       Óî(èCý\86J8\186w\ f\16rÉa]q¡c\10ÿu\14ªÏòÀ\8er\15©\15­µkÞrµ\96óBt\99\94\98=\8dw±ª««Wõ\fmË,õL­±p«ÆÍÓ\8d\9bkJøë¨\13\82\ eÚÞ\8aR·Å{OQh\S\9e\9fn\8cóbß»\87\7fUC\ fO1yê?Õÿ\ 2\1fÓÓù
+endstream
+endobj
+970 0 obj <<
+/Type /Page
+/Contents 971 0 R
+/Resources 969 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+/Annots [ 968 0 R 973 0 R ]
+>> endobj
+968 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [456.692 622.039 513.996 632.943]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+973 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 610.458 153.511 620.988]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+972 0 obj <<
+/D [970 0 R /XYZ 89 770.89 null]
+>> endobj
+222 0 obj <<
+/D [970 0 R /XYZ 90 739.935 null]
+>> endobj
+807 0 obj <<
+/D [970 0 R /XYZ 243.891 693.668 null]
+>> endobj
+226 0 obj <<
+/D [970 0 R /XYZ 90 676.964 null]
+>> endobj
+230 0 obj <<
+/D [970 0 R /XYZ 90 596.907 null]
+>> endobj
+812 0 obj <<
+/D [970 0 R /XYZ 90 569.922 null]
+>> endobj
+234 0 obj <<
+/D [970 0 R /XYZ 90 569.922 null]
+>> endobj
+238 0 obj <<
+/D [970 0 R /XYZ 90 545.977 null]
+>> endobj
+813 0 obj <<
+/D [970 0 R /XYZ 90 519.231 null]
+>> endobj
+242 0 obj <<
+/D [970 0 R /XYZ 90 519.231 null]
+>> endobj
+814 0 obj <<
+/D [970 0 R /XYZ 107.713 438.172 null]
+>> endobj
+815 0 obj <<
+/D [970 0 R /XYZ 107.713 422.284 null]
+>> endobj
+816 0 obj <<
+/D [970 0 R /XYZ 107.713 406.396 null]
+>> endobj
+817 0 obj <<
+/D [970 0 R /XYZ 107.713 378.553 null]
+>> endobj
+818 0 obj <<
+/D [970 0 R /XYZ 107.713 362.665 null]
+>> endobj
+573 0 obj <<
+/D [970 0 R /XYZ 107.713 334.822 null]
+>> endobj
+863 0 obj <<
+/D [970 0 R /XYZ 107.713 318.934 null]
+>> endobj
+864 0 obj <<
+/D [970 0 R /XYZ 107.713 303.047 null]
+>> endobj
+865 0 obj <<
+/D [970 0 R /XYZ 107.713 287.159 null]
+>> endobj
+866 0 obj <<
+/D [970 0 R /XYZ 107.713 271.271 null]
+>> endobj
+867 0 obj <<
+/D [970 0 R /XYZ 107.713 255.383 null]
+>> endobj
+868 0 obj <<
+/D [970 0 R /XYZ 107.713 239.495 null]
+>> endobj
+869 0 obj <<
+/D [970 0 R /XYZ 107.713 223.608 null]
+>> endobj
+870 0 obj <<
+/D [970 0 R /XYZ 107.713 207.72 null]
+>> endobj
+871 0 obj <<
+/D [970 0 R /XYZ 107.713 179.877 null]
+>> endobj
+872 0 obj <<
+/D [970 0 R /XYZ 107.713 152.034 null]
+>> endobj
+873 0 obj <<
+/D [970 0 R /XYZ 107.713 124.191 null]
+>> endobj
+874 0 obj <<
+/D [970 0 R /XYZ 107.713 108.303 null]
+>> endobj
+969 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F11 584 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+976 0 obj <<
+/Length 1886      
+/Filter /FlateDecode
+>>
+stream
+xÚÕX[s\9b8\14~ϯà\11fjV\bÄ¥ûDlÒI×\97¬M:Ûi;\1el\94\98Y\f®ÀÍæßïÑ\ 5lHj§\97\9dÙ>ØH\ 2ÄÑw¾sEÚ½\86´7\17\97ñÅoW\18k\81\19¸ØÕâ;-@\9açZ&Á\96\16§Ú\aÝ7-c\80  Ò\93d\9dÒu\99R¶Ì³\95á ÝÜÈ;WYNåhNï(3,_§Å\9a/¹¶oéØ3>Åo/¢øâó\85\ 5_E\9a%¾B<Ó³\89¶Þ^|ø\84´\14ÖßjÈ´\ 3_{\10Om5\aÛp͵ÅÅ\9f\17HI\8c\8e%wÜ#É-\v\99\189\9a\87aÍÃRü04\¢\ f\97£h¸\9cFÑh\19sñfËy´\88\rBôpnØH\8f\85\84ÍÖ\80\88}¼/±@*\f·Ä\8eñ\86\9fÌCºBCN
+JÓ\8a\ f-½.åÒJ=ÇhU'¬¦é+>'z\95IpàV-÷²à\99Ïû\8c2\9aÊõuY|D\bßï\a\0m`Ù\16\88C`\0WB¤ ,©³²\90À¯7Iq¯\94°N\8a¢¬åx¥Öv\94Ý\95lKS³wÒ\ e\82\ 3+0\1dìÁÕ3-ß\95\9f\ 1½/á¨Ë¬Èê%e¬dKZ¤\9dm\9a+ü=ûªDJ½,À8ý:yª»x\1eN\1773©­e4\9fs\ 2Âô¤ÞlÓö\9d®Þ\0\8b\9a%Eµ+\99\82è F\98\0oË}Q+MpÖ+\80÷\ 55,¢ÿ³£ëº¹'ÎÃIt\ 6T%G\a\9aã³Ý\18>'â"zá¹°kbÏmÎ\15   )\ 66\0ó°\11\96hã@ß%\fxv/×\ 5Íø`\95ÕUÍh²5\8d\ 1q\ 2}RVµ¼³cå*Yå\8fr\96Õr\97¬\92óuÉØ~')lÃÉá\83\92\97È5}'èò²n\80®\1e«\9an\15)YRm¾\87~Ç@ÝN\17·7\r        À\96£¿âhº¸\9eM\15\84\ 6\98Îûñ\8cC\18\8eNA\88\1dd\ 6à{º\10:¶Õ@È\87-\84N\ 3!_\954¨iQ        ã\93\ f>*;Å\18<'ò»xäe¢\bSÞ)\ 66\b\1dëöÐ\81£½¯\b\13N\1e\ f\8f;õä\1dðU-rmñkkýÕ~Çyþ£°Ão6\8a\96WópòR\8az\9eé\ 4v×ô|[@*¬\aÆíÙåô\8b\81\89\9eä{õ¤8\8b\8fõr_Ë\ 5\81\1d\\19wt\0\97\83\1aú\8a\8d9}\egI|\13¹nW        \82ÚÏcß\ 5OQý\95Ò\18ë½õÓ9=\9c\ f_\88©E\0\89;£Û\15MÓÆ'ÁvÊ­ei\8f\rÛ¤^oÎ\b«¾ñU7|=}',m|=Z
+R\Îf\7f\9c\94Úµa'¯\91:\ 42ÛÈѳ\82\1f\9c\17¹\1f^\95åßrö`\80A$\95\9cTÙ}\91ä9\a{àx¸q\pçÈqÁLz:\18\80v\e:8¶éõØð\7fP|ß\99ÝÌ£Ñõ0\ 6ov\12ÏÀ\85`Ò&#7\10¨²u-¤umé\fø   \O_\19\18Â\16×½ë(\12À\13­K\90ëY!\97å1a\0\12\82b\86òî¸ä
+zP8z®\0°\ 3ä°Üîr鬲ZY\18h\84'/9UNMY)9\ e2ßo\89\9bDÝNäå\81\95ÜGKWÈ\80ã?W+Ãat:ÇpLßó[z\83 ð"\7f  bA Ó\9cniQËÕ\96ÐüNã¶eÔ^oäª8ºÝØ,,\1cyp µÝ`©\ 2v\9b\1d\82Õ\12««\99_\fçñÕY\9cm|\f3±uþ\ e\fð\11Ì°z\80\99Ø\87è\88[\98\89
+.pU®\11wa\86ú ¡¬Ý\85\19t\rAíW\86ùMx=\ 5Ç=\8d\19/GÜÂC\9eÄÊrètÖd\99®ßFõ7    ÷\1e\ 4Û¼\©Y\99ËI\9aÔ\89\1c)ðù°uF|"`ç\ 3\80½M\9c°\89IÏK\1f©ä\17÷"\8bK     ó\99j\85à\16\xÃ&\92èèàÖù1[·Î\ f·g\f\88ß`ñ4ñSX\14=¬.\17­\9bï:ìsu\f\97ðë5Út\ 1uu8za>ã¸\90kô«\18Çm«\18Ç\83²81,HeD!\ 3\82|\86\93\8c×0A[ÃÀâQ*\03\99
+ÀKGÄàë@\fiÎØ\834±1g¥DÅ\96ÿ$\ax\ 6±9oF¼\e¿4\ 3\84êÂAN\ f2AßMÛ\82\11ålÖ\90\99\1e\9ea´Êò<S~\12)\bOJ¯¾w¾¦ÿÖ\86@RÀ\15¾ÿC-\81p:|â¾^N=L¬\ 6ÈiSbU\94\85§3\94Ñ'\b\82\9b[SV´à¶¼\80ã\0´     {< Û¸\99"Íáù38+q¾êNdÏj¶\LÂñX\9cû\92\a¹Û««èô9}0±^Å\10p«â'¼ÏÀn,]µ:`ùø\140U§\b\årî86w¢Q\ 2w\85{\85{uYÊ\85j\vùy³Ö|§\89\9c.\98\9aÝ\8b\9ck\9a\1dÐî\ 1ÚÖ\89/ãé\19oÜÀ7     §ï\ 5zÑ8\9aDÓxq:Ñ\86¤
+µàMJI\b\f\9e\90Õ\88\8b¡\84Ée¦LU®Qì¡(cr,\8b~«K\12Ü\92Dd/\rN\1e1\ 3¯×Ná\99\8d
+VÕ¦Üçi·³÷À²º¦\8d\83/\8f\83D«±ó-ª\13}¿\9e­öM½×>\1e\84\1d\0§}ì·=dÓ1±1°\10â=¶½ò¡¡°Ü¡ì\81y\8e\1eÎà ß¼§
\ 1Ø1\ 3\14´ª=Ä®N÷®¢uÝZ'p(ÙÒ\9a²Ê<)02\ 3^ñB4 \96\927\ 2       )K ¬zý¬WêÁ\an\12\ 3\89H¯ë|3\9c,g·ñÍm\f\95s\1cÍÇQh\ 4D\7f\17\8dNwO0DÆC\8d7\9cð\14Èá½\90\1d\8fü|¼\85\11Ñ?"\82¬×¼\13åC \87óæ\1041R\86\95\1e\1e\9dH\8d÷y\rSëw\19\ e\91x5\90¹\ 3ßYìÁ7hÛ)6ÄÉ^Ý×ý\ 6ß®\vr¿ÙïÛ¦\8dð·öúÿ\ 5øèD\
+endstream
+endobj
+975 0 obj <<
+/Type /Page
+/Contents 976 0 R
+/Resources 974 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+>> endobj
+977 0 obj <<
+/D [975 0 R /XYZ 89 770.89 null]
+>> endobj
+875 0 obj <<
+/D [975 0 R /XYZ 107.713 729.972 null]
+>> endobj
+876 0 obj <<
+/D [975 0 R /XYZ 107.713 700.831 null]
+>> endobj
+877 0 obj <<
+/D [975 0 R /XYZ 107.713 683.645 null]
+>> endobj
+878 0 obj <<
+/D [975 0 R /XYZ 107.713 666.46 null]
+>> endobj
+879 0 obj <<
+/D [975 0 R /XYZ 107.713 649.274 null]
+>> endobj
+880 0 obj <<
+/D [975 0 R /XYZ 107.713 620.133 null]
+>> endobj
+881 0 obj <<
+/D [975 0 R /XYZ 107.713 590.992 null]
+>> endobj
+882 0 obj <<
+/D [975 0 R /XYZ 107.713 561.851 null]
+>> endobj
+883 0 obj <<
+/D [975 0 R /XYZ 107.713 544.666 null]
+>> endobj
+884 0 obj <<
+/D [975 0 R /XYZ 107.713 515.525 null]
+>> endobj
+885 0 obj <<
+/D [975 0 R /XYZ 107.713 486.384 null]
+>> endobj
+886 0 obj <<
+/D [975 0 R /XYZ 107.713 457.243 null]
+>> endobj
+887 0 obj <<
+/D [975 0 R /XYZ 107.713 428.102 null]
+>> endobj
+888 0 obj <<
+/D [975 0 R /XYZ 107.713 398.961 null]
+>> endobj
+889 0 obj <<
+/D [975 0 R /XYZ 107.713 381.776 null]
+>> endobj
+890 0 obj <<
+/D [975 0 R /XYZ 107.713 352.635 null]
+>> endobj
+891 0 obj <<
+/D [975 0 R /XYZ 107.713 335.449 null]
+>> endobj
+892 0 obj <<
+/D [975 0 R /XYZ 107.713 318.263 null]
+>> endobj
+893 0 obj <<
+/D [975 0 R /XYZ 107.713 301.078 null]
+>> endobj
+894 0 obj <<
+/D [975 0 R /XYZ 107.713 283.892 null]
+>> endobj
+895 0 obj <<
+/D [975 0 R /XYZ 107.713 254.751 null]
+>> endobj
+896 0 obj <<
+/D [975 0 R /XYZ 107.713 225.61 null]
+>> endobj
+897 0 obj <<
+/D [975 0 R /XYZ 90 212.564 null]
+>> endobj
+246 0 obj <<
+/D [975 0 R /XYZ 90 195.191 null]
+>> endobj
+616 0 obj <<
+/D [975 0 R /XYZ 107.713 108.303 null]
+>> endobj
+974 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+980 0 obj <<
+/Length 2842      
+/Filter /FlateDecode
+>>
+stream
+xÚ¥\19Ùrã6òÝ_¡·Pµ\11\a\0ï­Ú\aY¢g\9cزF\96\95¤T´HÙ¬P¤Â#\1eçë·\e\rð\90do\92y\11\81F£Ñè»!6z\1a±ÑÇ\8bËõÅ\87+!F\81\19¸Â\1d­w£\80\8d<\97\9b\8eà£u<úÙ\10þø×õ\ f
+Lî8°IB¯Ò,\19O\84Ã\8cy±möI^GuZä\88z\11®/~¿à\80ÉF\\92s<Ó³\9cÑv\7fñó¯l\14\ 3ü\87\113­À\1f½H¬ýÈ\16\16|³ÑýÅç\v¦Xc}\16m·Ç"çÌ\14Ì\1ey\ 2`\9e \8e¦Ó±ë\18³Írv»¹{X/\1fÖ\9bÙ§éb\11ÞÜK®49¸®Õ§å¸¦oq}¯E³\7fLÊñIJ=£ØÑw9æÆìVÁ\9aúÐÔ4Þ>Gy\9ed\15Í~a\ e\ e×\88\1cc\97\94 \18\95Å\9eFI¾-â$\96R\9dpË3m¸Ê\84s3\0ñJ&¢&N\v\92®>ã{\9aÆ\ 5Ò}É÷é×4\7f"XQÒ·9ô¡iEßèpÈÒ$\ 6î¸)\8fdp\96m2áÑY\13þïñÄfÜ\98§Uô(\95\1a8@kòax\96   Xp³õ³Â\88\13¼EI\13-\15\11¸Æ¶\0[Hó\8aVj\8d_Eû\84\10r%b¹qGßN\94\88\11õ6k\96{âÑ\ 2\94÷{Lëª.\93h\7fövx9\11Ø\8amî÷Øæ\81qHÊ]QîA½\15\ 1"BÚ\17y¡FQ]¦_Õ8ý:Ñ2!\bª\e·Õ\9a\19\16aØ»\1e.\94 í{\ 2¾kbÆ\a"Q~î¶E\9e\80ì-Îà\12\8dRjZ+Õ7 v­èl\f8/ø\13½*X2æ\8eñ5Újô<\19XÕY\91 ´\87À#\91Y¶Õ\89̲m-²\8a\96"úTp\89¤ \ 4-1\84\ f%\86«)ÈzGÃZÓo\85\86P%4\84÷ÝË"¡!\86\16Ú\19QI\11N\84\a\96#åP à|Û¸Þ)¨Ô\13\f:=yí\91\bïé    f¤'\18Tû(ˤ\9e<ûô\90\9d\85\ 1\80÷m\81ßê\b\8b<Æ<w\8boVsÇW/\80\98GAp\10P'<0m0\80   wM\16\ 4§\ 1uþ0¶\1dcz£Cª\8e°·wóð½è*¸gú\èè:O~aLä(\r\8bÛÆ3Ù\ 6N\94h\10ÚÙ\eL\ ee±Mª\8avôD\8ekxµ\89
\81oZ¾3\14$\\ed`yF\95>åQV\81a[Ì2\98üÚÆM\12\8d\ 53þ@á%\84øXÔÏ\83-4\91ñÈr%\8b\80üª ¥Ú\85\91?NvR%MVS¨\85#\\19~ðÈ\99´Yµ\8d>q\13)îT´±ºäÒ1@c\99;ÎX\8aÒ-\9eÁ\r<Óv9ù/çí\99¸\86\98:\13\ 1t&ÂÚ\84\ 6P}&ÂU¾\ 2\14f\by\8a\93S\18\9dÂÛSX{
+ק\9c¹C{O\8cå¯ôíç1¥\92\9e\f\85~3\ e\84ñ\1dÍÿC\9fÕpÊL\a\ fýpÅí~Î÷\85iÛ¶¶J°I\8b°\ 6¶k\9b\81ßZîì\99\13Å\7f½G\18j$×å\7f\81.ïè\8a65¿é\9d\ 2\10ìÀyÛ=\87õÎævº\^/>¾ë\98L\98¢åâN\e\81o\19\8fè\14\8d®_(\80v&\0\bE       ÞI\15\81\a&\8fîäx\9e\f?\12Âr\16\ 49{¾u¤ðúU\97\8e\92ÒØf\86ªn¤»\0É\9fÆ\1cx\98\8e¹å\18_´º\99È\86Ù«O£5\89\13?üËQÏ\1f\8auv·\98\85\10ðnÃõ§»ù»\15¤ðL\87µ²\fËRWdP
+m\93(ÃêXÝlIᬵî}R?\17±©ÄÅ|\93yö0\1d3µóþ\90lëR{ʾ©¥\ 6Þ(ypâH+%°ªy¬ê´nd\85Þ\8aªJÔ²¾êâîú>|³P\14\8an\98\83¼¡^yRÎ\9aæ\90\8d\ fE\16\r©Gq¬3V\1c§¸¦yï{|\9cd\91¢#KÁ~\91²+¡dT\96qÂëõb\1d®¾MÃóÕlsyww¿Þ\\81É ½!x\8dw»[½«pK\98~çÂó×<Ú§[\90\8eë\1a«(\7fÂpèzÆ\f
+á²ÈÐ= ~¹ßF\99T;b\91\8dnk4\14DÝÑÀ\85hWTu\8bö4\86"$Í   ç\ fôÈ(k\92J\9b\v·LÛÑ­\83{\92a\ 5à·\19V\bUq!´;\ 5Á \a\ 2w\©Ý¨G°aôP\95%1ûɺ     ö!c\88¥ÈÚ])\8ez¡µ\974ËÔ¢:[õ#jkqÄ\19åþøíDaR\1d@õ¼#´TÒx0mäý\1dn\94¤\ e\84\86#Fk2\\14ùw¨ð\9aV\90¹W\1aJ\19©\9d\9d\ÔÍ`·d\1d\16Áûi\80ävMFûy\9fT$e i¢ÜÏ\ïè\90o3ëéØ\ 1\19­Ã\ 5\95mrv}·øÛ\86î\ 6¦#;ó¡¡Û@T\19\84\9d¡{\90ê[CG¬¾¡Ë9\r Å«ë$o¢V\1a\13î0¸\8b;´æÖ\ 1Ðõû\ e@!\91ZJ\f1*Ô\80\fÀV\87®\rU8Aõ\85©¬\90YN\15Ì;\1d°û\Ñã\86ô\rDéÔómªY\85Wá*\84 ¶¹        ¿\847ï?Mئk\a§qÆ\12m\9c\81a'~\eîº\1eûÀ(Eè¤&\8c2\91/\11\ 1ò(H\92<\1a\1dÊq¼Ae\ e(ºó\9e@
+6\85\10C[\1d\10\80\r(Ï$k\8by;0Ð\11&\15XBBËè\1c¿7Q^§\7f\17Èð\81KÐ<\1e*\1aÒ\83K\0Å\95pâKò5\84×\ 5Á_\9eÓí³\ 2\18tõ+ªO5\8f½$#·É D\\9e\1c\1aZ°Ù?©!tɵ¡¢\91å¨çê¦ÍSÖ\0\90}\117\99lËý@Å"Ï\eÄ"@\1aÄ"XÖ±\b\96T,\ 2 #\80\ e\1e$3\15ez¬P\94Q\88\167=\87àñåàBÊmzÊ\90¶; Ü>&$Gn¥2mÛëJ)GÊù\98Z}IëísRµ)[¦\r9ÑR\94uÀ·ùȧp:\ e ôû/Ta·ËUx\7f\ fÁëý@å\ 2EçÄSD\10hO\11\81ß÷\14æA!3ùÐ{ô
+\8c9\86\89/\97\84[A½\95¢O(2Ϫ[|U~a»f\0¼\ fû±b\7f(±¼\93\85\90«
+¡ß°ãs\80\91+\ 2\82ñ´\8a°|z\9cp±Ä©  Oê\1c\0\1ck\1fW(ó\83\85îe\ 1VUf\ 5°Î4.ëPO8\19&Æ@[ ÚsÆ)ZaXÌ\19\b\ 3çQ¾\85ã£ò\95¦qTG4B\9c$\8b±Iô ñÔ\ 4%geú\11\10;ãzÌ\8d´\9dèuì!&6\8d»pÇÚl\83C¥DE¹\80Ñ\19\ fÐÒaTw`¥I\9a\8e\95ù_¾ê\ 2´í\17\bÐéY\95ð}AöÞU;zÿÔÒ?ß^mnîÆ@ë§%}Â÷³1w sl»ÖÏM\14\97\94ê\82·i×x\¥YÝï\8aà(]¹ÀÕ£ü7\1a\1d\8e»\110/U\\ 6® iáÌS1
+ïA7\16²öï\15ó­,\95\94¯÷Xì)\89Q\83\88£û\ 6Xmrõ\82{\88Ê:\8dTáD\12ÏèEK%åí\16\9a<`\120@pg\9b\13vÌÙ   \15\10\81âR\1aëðºo´P-5(j³N\9a\83àz IRv\ 2~ï¨\7fd)(¹ûM¸\18[Pâ\Þ\84ï[ 3]Ö\86\95\a­Ð±\1fñ}c\9a©kt1\10±d\8c¡\ 6\ 4f2!Ã÷vyO\ 3\87n\16[\7fáA]\ 5\ 5\aE\964\934Èv¸É=ÿø\15[ë·-¶T8SÖ\ 1\89åù};©\9aá(ë\7fþ\90¹^ÎChìoÂéjs\89\96úpuõ\7f\ÎöL\v\ eÐ\8f5Y\12É\87]Ñ·|\98\97Z\ f_Â!®a\vDÓã·\14Ä\95}.|¡\99Ï+¼\10\ fNJYÙz\9e.)D\eò)ç\bÏ\fx0\14l\17éª:*ë\9eh[·\8e\144OzvÛÙæ!ª*ýoJ´«»Ü\9f¶ÏËmµ\97+R\91V
\aêETÆ\13BM\vý\82Ý\9dÒ\8b\9bÛ¨\8c\94ÿ=Òu\84Ô\1f¾ Y\1c¾¶   ]3]Ñ7¹  õ\ e´.\10Ù\9a|Û=4\9cü÷xô_&øµ°Á x\8f\90É\15©\9bëÅ\8f÷K°\88O\98\88\ 34\13GV áìn\1e®6áj\85\ e\87\1d\ 3.GÑvNÚØLóí\1c\91êë@\ 6\ 5ú\93\14ÌÅ\1dêçÓt1¿      7\8a¸¢M¬\ eÿÓ\14ÐÍ\8bÖÔª$\93Áôû3·\12Xÿù\1a\13\1c9\17¢@\ f'N¾\9e#e1\13j'\8dö0û4]\9d\7fÖd|ð\Ú=m\ eOµÍ {W=Ô%:Þ¹s¹oÚ\ e?¹Âð\95Ö69wO\1fS\a'â¨mP+¨áÏ\1d\ 6î8\94qúôU\16,Î1=4=i1\84û19þç¬Wù\fí;É\92½\8c\8cýprüO¸o\99\16\13\7f÷\8fðÿ\ 1¾6,E
+endstream
+endobj
+979 0 obj <<
+/Type /Page
+/Contents 980 0 R
+/Resources 978 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+>> endobj
+981 0 obj <<
+/D [979 0 R /XYZ 89 770.89 null]
+>> endobj
+898 0 obj <<
+/D [979 0 R /XYZ 107.713 729.972 null]
+>> endobj
+899 0 obj <<
+/D [979 0 R /XYZ 107.713 612.017 null]
+>> endobj
+617 0 obj <<
+/D [979 0 R /XYZ 107.713 560.053 null]
+>> endobj
+940 0 obj <<
+/D [979 0 R /XYZ 107.713 532 null]
+>> endobj
+941 0 obj <<
+/D [979 0 R /XYZ 107.713 473.821 null]
+>> endobj
+942 0 obj <<
+/D [979 0 R /XYZ 107.713 421.857 null]
+>> endobj
+943 0 obj <<
+/D [979 0 R /XYZ 107.713 393.803 null]
+>> endobj
+944 0 obj <<
+/D [979 0 R /XYZ 107.713 341.839 null]
+>> endobj
+945 0 obj <<
+/D [979 0 R /XYZ 107.713 289.875 null]
+>> endobj
+946 0 obj <<
+/D [979 0 R /XYZ 107.713 231.696 null]
+>> endobj
+947 0 obj <<
+/D [979 0 R /XYZ 107.713 203.642 null]
+>> endobj
+250 0 obj <<
+/D [979 0 R /XYZ 90 174.604 null]
+>> endobj
+949 0 obj <<
+/D [979 0 R /XYZ 90 150.205 null]
+>> endobj
+254 0 obj <<
+/D [979 0 R /XYZ 90 150.205 null]
+>> endobj
+978 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+984 0 obj <<
+/Length 1292      
+/Filter /FlateDecode
+>>
+stream
+xÚÕXISã8\14¾çWøhW\11µdY^\8e\99$4ô°M\92\14%\1c\ 5TãØ´í\03¿~\9e\16{â`\ 2\14=SÅ!¥íé-Ò÷¾'\a\ e\ e~[\f¾\1cú¾\93 $ôCg±r\12ìD!AÌ'Îbé\º1"ÞÐgØå<]\8a´X\8aò:\937^\80]tgV\ ee&Lo&V¢ôHì\8a<US!\8d\89ë'ÞÕâÛ`º\18ü\1c\10°\8a\1d¢­°\bE\949ézpy\85\9d\7fs0¢Iì<j©µ\13ø\14ÚÌ\99\ fþ\18`ë1~Ñó8A\18\aND)Â\91qþÂ#àxÉ×¢\16e¥ÝØÕóå0\b·\94\90\18E8q\86Ðbæ\e-\95ÈV\9d½`\98nïI\10\rcXÑÒ£\91:\9b±9\10{bfpÇóe&Ð\8eª\8eù¡Õ5$!¢ÌF!ó¥xÚç\80\1f¡0
+\e\a\8eAÜ#Ì}2V\8b\95ië;{I<Oe\96ñò/ë"¯¹é\89L¬E^[ñ´·¢Þï±5n<\8e\8d\v÷u¹÷ÀB\14âöÀ.
+\99×Í\195f­K7\9e\8fÝÍÊó\99»jDJ\91
+©f\1ed~Û\91¾ïÓÔÆ]\8a\9f\eQÕbù¶cxå\9eL\b\9d¨+ù·x\ 5'\89Ï~aØmh\99Èoë»\17îû\83qwrlHc\14Ò\0n=D~ÄL$3QoJ\85¸¼Ú\e~OjM˲°ñ©DѶA\ 2\98\81P0\12#\1fZk\ 4NBÑ\8a\rãÆú¿æ2ÿ\81\19\86\1fÑÛw<Æà3E\ 4|nè\f1ä{C\821vO\8eÏ~\9f_LÇ×G\1eH%*w\19sÇ×\93éø|2\9d]Og3\8fb÷|f\96\81\ 2'\96\ 2Gy:\81\93;ÎemÖ\94\ fÚ{\1aA\ 6C\f\ 4\1eÐÑèlr2½¶Ú­rãk\97||\8a\ 2¿MdÍ;@`\a=aù\ 4E¬M¡ïã£\91UH\82-)
+\94\b\13\aƴǪêÑF¦A\1ep¸¶\rè\v\a\94 Ö> ¹/\9cN\9a7Ù±£¦\9b\14ê\16­\10í\90L\92 \98\ 5\88Ѩ!:YK\9e)½û\91½\93Np        ûA\8eQ\92\84]\8c\7fòJ\12¿x»ûÊ
+tÙ~\9aV¨7Å\ 6\96r\9eéûûèeìÔ\17ãE§"¾\8fiç-B\9eqc\1fÑ\9a*²ì\ 6ÚÐÍ{¡ÔáËð³ò%íáK¥ìA\81¨\90Ëö\85ØÐã8+*ñ/D¼!\83Ýo¥AJC\14à.\rö\12\a\r£×\88\832\86¢\88v\89c"\86\8a\94×\rsdYS+«bS¦¢êâ\85ç¦}9#e^Õ\0yñ6b        à\9e\13\95þ\1fÄò\fÒ8\8a4¤É\a^\0Öó\a\95P
+Bÿ\19\92é6\92\83¾Ê\1f°½\95?\b:Ð.À*öogüÑlí­ü᧫üi\91¯.átÂȽê­÷\ 1Â~¼%]Ù/\85ïÇg\8b\1eå\f\12\8e´\1cl^¨\8dþ>õ      \82"ÿz:+ 7él\ fyút\9fÉTÖ\19\0\83Æ\91òMßЦ\14fBÓ½ê´XW\83\e+~Ï«J?©Õ\80\9b¦ä
\8ff0Ú,e1¿\17©TjÓ\ 6\0fQÝþh>6\85OM\14eGÓ¼.\ 5_\9fn\9eÚm
+*¸\v\13¥d~ª\95\1c¨Ïf_ÅP\ 3¾5æa(\15\ 1\85D\7f\1fÀðF榲ª~OEÒ¸\ÜÉÊú\12\90¥ÑIÜ\95®$0}z1ý:\fL\1fòßtfÍ        ¨Á\85êóôOýf¨+³_E£?üA\0t­yÝ8WW:èª\13ª¥
+\ e»)\89ÜG¡8\97ÂK¤\99Ñþ¨ÎÉÈ#\84¸\8bS³¾¥Ïì\94êSGõòÂHÈ|x£\1dW\93p\8eÈô\8eWfÙ\?LÔ%Ï«û¢¬[\83Úi­¢ê±½mË8\17ë\99bS÷\85vrîQ`\92ùAS \e\18òZ\16\82H[Y\0s\9bõ³G\86è\96\e\bÅêZ5U¿­T\ 5DU6\15Ö^\84\11\84\98ª\9d²5\1fw)}÷¿\98\98"\8aý÷þ\15ó\ f0\9a\7f»
+endstream
+endobj
+983 0 obj <<
+/Type /Page
+/Contents 984 0 R
+/Resources 982 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+>> endobj
+985 0 obj <<
+/D [983 0 R /XYZ 89 770.89 null]
+>> endobj
+948 0 obj <<
+/D [983 0 R /XYZ 90 591.248 null]
+>> endobj
+258 0 obj <<
+/D [983 0 R /XYZ 90 575.739 null]
+>> endobj
+576 0 obj <<
+/D [983 0 R /XYZ 90 372.039 null]
+>> endobj
+262 0 obj <<
+/D [983 0 R /XYZ 90 356.53 null]
+>> endobj
+550 0 obj <<
+/D [983 0 R /XYZ 90 199.683 null]
+>> endobj
+266 0 obj <<
+/D [983 0 R /XYZ 90 184.173 null]
+>> endobj
+982 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+988 0 obj <<
+/Length 1899      
+/Filter /FlateDecode
+>>
+stream
+xÚÝXKsÛ6\10¾ûWðÔR3\15
+\10\ 4\1f\9déÁ\91í&­\9b¤¶ÒK\9añÀ\14,qJ\91\ e\1fuÝ_ß],H\892­$\9d\13H`±/ì~»\0÷Ö\1e÷~8y±<ùö"\b¼\94¥Q\10yË;/å^\1c      ¦\ 2á-WÞ{_òÙ\87å\8f\9e\94)\13JÁ&;{\91\17f6\ f\14÷Ϫ¬Û\9a²Õm^\95Hzr¾<ùx"\80\92{²S1\8b¥ò²íÉû\ fÜ[Áü\8f\1eg2M¼\aKµõÂ@ÂXx×'¿\9c\1a\7fVÅ$e\9c\87^,%ã1éóv&¸¯k½5­©\e«Æ!\9fo/Âh\8f\89HXÌSo\ e#W\ 1qiLq7Ú\v\82åþ\9e\94É(é}pz:\v¹¿ 7¬LV­LM?\e
\ eX\8dÄÏ\1d¯¹P,!~YU\1e\95\1eH\16\84²\97þ¶ÊË\16\ 5Ê8òÛ\8aF]ÒØ\95M¾.Í\8aþ²\8dvt·³\80ûÝÝ,Pþ]¿\17Ķ:/ór\8dÿ±ßn\8c#ÎK]?\ eD¿q\1e¬»\9aÎùYn¿qÅM\ e<Üÿéõ\82>ªÚÆÑ\0\19(\18\ 4K!\9c¬)×?/`\9b8î¯\06\88\91¿
+S®ÛÍ1\8fIa\ 3Åyì\92èí        Uw4Zcñã\89\818yh ÎåýÚck\9aC\95Ga:\ fS\16\v   ª+\16¤Né+ÓvõL(¿l\8eFÚDt\9e×uU÷Ú®(¼\80"vBb\16Ȩ\17\ 2ê\9a\0 ]iÜÂ9ã\ 1\rÞ>Ð\98{s\190!]ê'\fp\80©Ù\pÎýËW¯\7fº~{¾¸y     \a*%\86¿Rþâæì|ñæìüêæüêj&¹ÿæ
+\97\ 3_ëì\8c\86Æ\vÌNÚ\8a:\10ªÄ\90\ 4.\18\9cî/O_\9f]\9eß8î\8e9é:Î_H\87$Mûõ©\v\18ðÍ\84YAÀä\80\¯^/oÞ.~&2\11î\91\85`/à\89£\83h\90Sb9\vAeGt¿\9cÉØÏ·æL·zJ´\92,\92AO\ eAÖ´p\14q\88jLp\a\15ø\8e¼u\8c¯ó¿Ì\14ó¹ä\11\vU4Φ^\b\9c÷»i)*dJ¨}Cõº\99ò[\b~KvtJ8"9\ 22\11Aäa\ 4\ 2y\98\121\1d¹ËµÒ}èn\95Wôy\87Áp<{8KS0Í¢\9eøÿ ü(d\8e©¡8ÛÕÛ\ 1í-h9'\1aÄ\91?aºÔ\85su×Þwíóàõ\0¸l\ e\90\8flrH\81\99a?\1a½½/Lã¶å\85\13pë65mU÷{@³ê¸\17È\14tB\9c¦O¢îÙz\87á7$ø\8bÜÙ\850m\8aU¯Y\8fè=C
\1e(\ f¬¬¿#Ð\fX\b15\17\0!q2\847\1fñø\8a\ 6\0D7\8b\17ç§\976\11ìÚ÷ßÓ(¾\ 3\\13Ø\v\rÅ$3ºÀ¶\88P\9a;Yñ\94,\0D\94%Ã}Y\17\97ï®_:I@`%Á\18 $\1eøgy\93ézE\93yI\87\ e\1cV\10T\fIBÿ¢è\9a\r\11 Ë
+
+\1f ¹ÕåïM¿ ø\103ð¿2\85~´ç
+t6]\87R1Ø0å/)\13´\ 1\87=\e\0}®È\ 4\@\13p\fÁ\840\89üW¤µ\84l@­i1wÌV`\1fô%yÙU\1dTÙ¹\ 2ȼ2Íc\99mêª\ 4<$2èw \ 5\1eÝÞ\92RÁ±ÐÍ ö\1e:\96&3M\83}M¤üO\94o΢ þ\ f\96ï`¿|G\13å;PÁ±ò\8dË{åûÂe\7f@u\e²YMVé\99ð§
+õ~\8dW\9f\ 5\8bwEçÝâåéÕD­\86Û\b\17ò\13µ\1a¿\ 6\9aû\17\80\85"ñ­`S¿\a·D±ÿaJ\850f*I\ e\8böçÖÓ\1eww²°~\1f\93\a÷#©Ä`ò dd1\ 4\88Lã/±Øv¨¿Î\84\10¾.òÕ\94¡Ð>¤êS\ 5\1etc!?(ð.(RµW Ó¨\87Ù¯1,\1aZïÓ\92\b\82\85'\ 5
\1c\9e§xûh\9b¶6zK\v\ 4\11¸pWWn\8eÀ\1d>\ e
+áQ1
+Ó~\1e\86\91¿¤íÀ±+³þöz\88\17UY ¼ð\14âà>Ç\82(yâ7]¶¡Y\a]ð¥\e\1a\8bÊÞ¤x2ÌÐ\8d
+\89\0
+ÍwnAR§/\12=¹UÁ\îä\96\95#ºë\8a\82\11\8e^W\8eÆ-­k}ëÈ\1f6º5Èè\ ftÐÀÌ\11fzÒbò¯\f"J\19«\ 6¤vMsÐóÐG\8dHX¢ \0Ï\18*\1aÂ\ 4"ÅAü¹J\0[\9b\8a\88ZPÏqmiF;\82î¶1\1f;(\9f4\9di\f6\Á{\9b%\1cÃS\8f\8aßÀjH\81±o\99ÃÕ:_o\&ßWM¾»çõwº\9dÁ=PërÜ÷¬°óÜæe\ fÍ}+\86N?è8J\17\95n£-Ì\9fÓïîU\9b\7fÖï\8a\7fÐîÆÿb»\e\8fÚÝ1ì\1e½­G,áâ\v;Þ>Ñ\9f6¼êi}\1f+ëä\8dÚÒið>¦5`¨\8a\867\ 6K=\ f¸¤\17\ 6\ eTæ»v\r>'± Ak¹Á\94G\12]£2kûÆæö7Ĺ\86\14É©\vGV&Ó]ã\84O\ 1\râ\18n{p4¥1+×\r\87,
+ãq®P\18G©Km\0\80þ]\ 4æìqD     æeÖ\15\8814M{\12´\1d-jL;¦ßϯ\10Ë?´=r¸\94ìsØK\1e\98ÖhÈ\1f¸Sç\85¾-\1c\91« ¨d3ðÊ\11\99qÕº\89xNã\1cå°°÷\17êo\î\8ag\80\1aW\9eÞª\84\ 5\10\8b­­\f8K3\ 2¡¦ÉAgêÚà\9e\10úo:·\93¬´W-ÚnïÅÈü\ 1£¯ª\7fw*"\85}e\9dO\99Ò\9f\f]\8e\8aÂJ\1e¼9q\15\84\12Ñ\18ópa=C?\97èÑ(ðñ*C\94ö\ 2\16ñþÁ°¡¿²¢ÕÉ3êg°ý M°&¸\rÔ»o«Úôº+¾5Ú¾DN\18yØÎ\10 |ìz$àOß\10\ f\13Éàòô¥\ fÑ\7f\ 3\9d\15
+endstream
+endobj
+987 0 obj <<
+/Type /Page
+/Contents 988 0 R
+/Resources 986 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 966 0 R
+>> endobj
+989 0 obj <<
+/D [987 0 R /XYZ 89 770.89 null]
+>> endobj
+551 0 obj <<
+/D [987 0 R /XYZ 90 598.72 null]
+>> endobj
+270 0 obj <<
+/D [987 0 R /XYZ 90 584.213 null]
+>> endobj
+574 0 obj <<
+/D [987 0 R /XYZ 90 321.263 null]
+>> endobj
+274 0 obj <<
+/D [987 0 R /XYZ 90 306.756 null]
+>> endobj
+986 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+994 0 obj <<
+/Length 1142      
+/Filter /FlateDecode
+>>
+stream
+xÚ½W[s£6\18}÷¯à­0ST]\10\92\1esq.ÛL\92:n_²;\1e\8cå\84\19\fYÀÙæßW7X°\897I·}ð $ñ]tÎù>\19z\ f\1eôÎ'ÇóÉog\18{\ 2\88\18ÇÞ|í     è±\18\ 1\8a\917_y÷>\a(\b1\85~\92¤+\99\96+Y-òl\19\a\8fvå,Ë¥\1dÍäZV\ 1â¾,R=\15\13\8e|\82\82/óO\93é|òu\82\94Wè!ã\85\bõÒÍäþ\vôVjþ\93\a\ 1\11Üûfvm¼\b\13õ̽»É\1f\13è"\86ýÈ£¸\179\82Ê "\1eÃj\8ea\eþò¥\91õ_\ 1BÈOòle"iM¨ÌIïû(\ 6\91 jÅ|x½Ý,U.!AÐ/×ö¹Ì\9aº©d²q¯Ú¶\1aBág\85\9dj\1e¥\1dÈ\0QÿïFVE\92\8f\7f\1c`èo×\ 1¦þºõÓ<&\8dµ÷\98èågmÄ\19,ÊÆ\ e\e,¥t^Óò)\93&7/Ä\11 \8cy!B@PjsÉ\8a¦Th\10aãÃ
+;\aå/\ 1¥~m×Ô.\17®ÞÐ\vW/î\86kæ^ìÖ4Éó¬xh=dµ\9d^o\8b´ÉÊ\ 2è\94b\7fÞº~ÖF\92|+\9d[ç~û´J\1a\95\85Ù\93¤iY­B\93\12ÜMæÁ\92ÍäDÝ\99\e\86nÊmÑر\86L?\v©½}Ë_ì«;)36ð\81]Fôµ\10F\10ÄX\1d&\8e\81@N\103Ùl+\rLQ\1fb\13â\80A¡Bç\0RGÆiU\95U\eÈJ\ 2\8b\18²´\r1\a<\12­\13uÊZD]¬ö¹I²â3¤Pý\90ù|'buV$\ 2\90³N¼\80\ 2\16\84\bBè_]^ÿ~w;=Y\hD¨\7ft¤Ñ?Y\9cNOnN§³Åt6\v\bôofvY     þÔ      þ\6gV×ò¸%=õu A\18+i¥eQ7&\eÂ\0\89\87\80]\1c]\9f^M\17Î\9bsfc\1fê\17\13\10©¡\13`-óu ÈýëH\9a\18\ 1Fy»óÏËë¹Ý\84¢þ&\15\8a`í¦Ï\10\92\11§zDÚ=Og\81:ãªMrß/\85jÈ¿\9b¤Èmê#\1fb\ 6\ 1W\ 5Hk\91a\aŹtÌ\+û=\ 2ÚaVÔÙÊM;i¶\v\9d(é^ÑPçy\98¿*\\11\ fé{«Ï4©\92\8dT\86\87\fþne\88Ë\b\93\r8\87Ø/\14\rº³¿H\8aUÛ"Za*:(\9d\9f\8c¦\7\89î\1f\83\98Bç D1`\1c½\ 6ßká\19\1cE\eÞmiNyXUl\95ª²dÙF^ÉÔ\14\93ç®\ 2\8d\15\9c\9f\bï!dc\ 1bÆÿ«Ê4Bý®LE\14\10\84úõ\85\8fÔ\17mI˲½:ô*ÉU¶¼,L\92î¨m\1d¡ÆÂñâòúìfLÍ\!Mð{ä\9c\15¦\80\94ã\ 5$ââGB&ê\88\10\8f\9c\90ù\8e\90\a@ª+Q\95T/-ªëòíÂü)º$û)¿\86¿Îý0÷\93Â=ó¼L]S¦=tÌ\9bº\1dlSE8ùÃ\16\8a\840©2\1eÿk¢B§6\17a½MSY×ïã«\18å«ðOî\1aÛä\92MGÐ}""*\0\8cÑ>\11\aî\19 ]'\eÒ\7fÄ\89ñîT\80Ø\9b\ef\88ÔM\17«P\ 6í¶-Í;\ 1\r+òk\8c§±éX{\84·(é\9b{õà®ð³ó\89wo@ÐçfÓ\19òÎ-?öªÿº*7Cõ¼¹\87E\80·,ÿ\1f{X×ì_ïW6¿ÃI\10å\97±\ f«\0\r#ïn\87CÙVòëVÖ\8d\}\14.¿\7f#\8d>x#íìíþáã\ 4\10\88ßû\7fï\1fÃ]\9bë
+endstream
+endobj
+993 0 obj <<
+/Type /Page
+/Contents 994 0 R
+/Resources 992 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+/Annots [ 990 0 R 991 0 R ]
+>> endobj
+990 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [105.88 211.845 159.339 220.691]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+991 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [200.495 122.043 253.953 151.109]
+/A << /S /GoTo /D (structCStreamInfo) >>
+>> endobj
+995 0 obj <<
+/D [993 0 R /XYZ 89 770.89 null]
+>> endobj
+950 0 obj <<
+/D [993 0 R /XYZ 90 630.093 null]
+>> endobj
+278 0 obj <<
+/D [993 0 R /XYZ 90 613.631 null]
+>> endobj
+967 0 obj <<
+/D [993 0 R /XYZ 90 443.45 null]
+>> endobj
+282 0 obj <<
+/D [993 0 R /XYZ 90 426.988 null]
+>> endobj
+575 0 obj <<
+/D [993 0 R /XYZ 90 283.61 null]
+>> endobj
+286 0 obj <<
+/D [993 0 R /XYZ 90 267.148 null]
+>> endobj
+549 0 obj <<
+/D [993 0 R /XYZ 90 94.191 null]
+>> endobj
+992 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+
+1002 0 obj <<
+/Length 981       
+/Filter /FlateDecode
+>>
+stream
+xÚÅVK\93\9bF\10¾ëWL9\17¨
+ãyò8*\92Ö^{³«Hä\90Ú¸(\f£]U!À\80v³ÿ>=0`!cy\9dKNÃ\fýúºûë\19\82\1e\10Aïf¿\85³·W\8c¡\0\a.sQ¸C\ 1A\9eK±d\14\85)º·8³?\85\1f\10ç\ 1¦R\82R{zµÏ\94í0I¬e\91\1c\ f*oâf_äZt¶
+g_f\14$  ¢­9éa\8fK\94\1c\9f\bJáü\ 3"\98\a>zn¥\ eH0\ ek\86¶³?fäbh\f\1eë\82ð1Ä\89\1dJ\b±n®o?n׫Eô\1e"s\99õ~~»¼YEó¹-¥µX®\16wËÕ¦û\15ÇÉR%Eªªè®T¹>äÖßD\82\84\15næ·ÛõÝÆ\16Ä
+£ð¯õJ\ 3{{%Ü\93h\ 4Ã\PäP\8a\ 3HL\eQSÅy]\16Usuh~ítF\b\\86\99ïöIüóú6\9c0\f\10}ßë\85òênw\13¿¨ª\9e°'\19\96\1eïE\ 1\05BüDÈ¡¾\87     Xt\98\87¹/:a\83\e*\18\9b\15\12\ 5x\17Ý&íÒÓmöyÝÄy¢p[ß¾@g±8\ 4\a\81\8b\1c.±ç\9a|¬m
+ö«ø \1a\ 3`Ðþje\ 4\9eúØ#\81\8e\19\13ɾÍêy\ 4§@e\80½`hÑðÑtè n¶/eÿ£èÖÏf\7f¬Uz\11¡çcIÄ\18âF5ÇʦÒÊëK±Máú~Â\1fã<\ 5\82iâ9\14ØC98\85\95ðÞéNU
+*\92\1a\ 4/Ýz\88÷¹ncÝ  x¢_\br\ 4ô\80ë\8f\bD'\bÄ©k\19æD\86:Ñj³±9±\80\17íï\13\12mU3\94Zÿô\f\99\ά¤\80îi¡L1f\9a¤ß\92\822\8e\ 5\eXQ«l§\1dN\91\8cQìI¿\97ìÜ÷\rn\9cDkÛ\13Ö|3ÿ}Ê\15e8ð\87>*5¨)?\`"ø\84\9fiZëÄ\83¾\11\7f\8a³£\9a
\83zø?b´ >\90M\8c\19\rEèü\17¹ièz\9f?ôszÔ_eÏI\9d\90ÿ\89Õm /1&h\e\95¼\8e+ç Fî\1dcËa\f»}ºÚ\1c\
+\80\ 39äP°µæø\90¶ÉùQ«ær\18Æâ(\8c¡\11¾\17\11Á\850\9el\ 6G`år!\85Ä>\83\1cp\8e=Á~zxQS=3\81VUU\18ÿº\16ødV    3«Ø\7f\99UTÀ\8cp\99\19VR`ázý°bfNiM\9c\94egçëS¤õdSßÒÞ&h\ 3\ 69´³±77×\9eÒøÿ\89\ feo¦Ø\99Æ*tb\9fǵ\86\1cô×ËÕòã\8fîÏùú\1aw_[e´\92ǸÔ\15ì²®_JÕ\83y2mÞÍÐ}+´\88³\f(Ü«~9öÀ\86B\19Á]_\8bT5ñ>«M>¹7F\ fåq\99é»_öy\92\1dS\bÇ\85\94¾\81anB\8e²ýgüø¦-h¯#'u\92C\9aE@£ZUç
+ÓN`F>EuS\ 1¦×yx\8e\9f¢\1dÔ÷uæ\ f¥zÐÝ°Qqj4\86D\9d?J}\8e9tèO¾Iÿ\ 5\1fÜÀ\8b
+endstream
+endobj
+1001 0 obj <<
+/Type /Page
+/Contents 1002 0 R
+/Resources 1000 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+/Annots [ 997 0 R ]
+>> endobj
+997 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.906 181.317 431.905 192.221]
+/A << /S /GoTo /D (LIBUSE_Calling_Sequence) >>
+>> endobj
+1003 0 obj <<
+/D [1001 0 R /XYZ 89 770.89 null]
+>> endobj
+290 0 obj <<
+/D [1001 0 R /XYZ 90 739.935 null]
+>> endobj
+618 0 obj <<
+/D [1001 0 R /XYZ 90 543.139 null]
+>> endobj
+294 0 obj <<
+/D [1001 0 R /XYZ 90 513.396 null]
+>> endobj
+547 0 obj <<
+/D [1001 0 R /XYZ 90 267.75 null]
+>> endobj
+298 0 obj <<
+/D [1001 0 R /XYZ 90 236.885 null]
+>> endobj
+1000 0 obj <<
+/Font << /F22 396 0 R /F46 965 0 R /F23 397 0 R /F37 543 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1025 0 obj <<
+/Length 981       
+/Filter /FlateDecode
+>>
+stream
+xÚµW[s£6\14~çWh¶/0S+º .\9dé\ 3ñe×»\8ewk\93N[ÇÃP\90\1df\f8\ eÞíeúß+qI\ 2ÅvìÐ'$qtøΧOçp\10X\ 3\ 4Þ+×®r5"\ 4ØÐ6\88\ 1Ü\15°\110\r\f\19ÁÀ\rÁBµ Ñz\84!5ö£\ 4\ 6Ûm1\eE\e^\8cf|Åw\1a¶T\9e\ 4rÉ6Ä\98Rmé~T\86®ò `ñ%\ 4\99\99Ф\f\ 4±²X"\10\8aõ\8f\0Aj[à[n\15\ 3\9dPñÜ\80¹ò\93\82j(i\ 3%\11S\93\14(ÇI°Ù\87\90oy\12
+8\1a\9fÅÚzçoï\8bá*ÝÕ#ú!ÇZ}¬ù\141T\11`D ÑMÀL\ 2M\9bÊ0\1e\14\ 4\rb2#7y9Î_V;Ë\85«qÌÀ \15¡=\aW\99ô*ï½\17î«óÁ\18Ú\8c\912tF\18$¦^\84>àw\b\91\84?Ö¢hð\85\r¨S\vô\88\ e-j\14\eï\baµ=`Ñc\b©ß\85¥Çò¥\ 4·[\97(g¹Y®\80ñdèM5ÊTçfèÝ8¿4}I#Â\8cú2\12qêP×­N0L?{\12F\85¢\rÁ;ÏKR(\9dmxâÇ\1c®#\8d0õ«Ô\ 6O<ï];>»\13|ã©w­a¤Þ\8e¼ùø·V|w\88¡B\8e\16\89´¸\1aaýåÑ       \9d\13\9b\89=\ 5"\84haU;`\1dÚ\16®l$ë\95s\ÿh\ fS]hÇèô\18>ߺgÄ)GF\85¬\19,¥B¨ö\89`M¨\8b\8bÿdÃ\10AºuÀ#1 3ð9ìé\87¹\13\17Sg´S\898Óþ\19Üab\1dB×ñÍòF\93Ûù\ao4\13÷jÞ\ 6
+\95\92S¯J4Ô\84\8c\95\89f´O\82,J\93Î2T\94dÇÑËÌ~\88H¹9\9føyÕZ\aß\17Óà^,´(\12ah!ë\1c\ 1\95\8e¿.4A\87©.\9f\95Ù$\8bPH\88YgëgÍ&ÂEäÿ¾é.§WÁ\1d¦,J¶ûLVu\99$Û¸[ôo\ 6\13\99ç½¹;\139wy\91üN\ 3I÷Y7Hì·"ñ\93à<\18ùò\8fÚéÒôJ²nû\1f\9cY\8b&u\ 6\1f\ 4r,oFÉõ~%K¡ü}k\v\9f\r\9dA\1eâÄ\119\8a©¿\ e\ 6Ý=Fá+SâS<Çdø\8cÊ\8by|\1e²E£à^¦\f\91ò<g2~?ÕÊ"îz_ú7Çq»ò\9c£\98\ füÌoÅܬ\91Ë·)â¨jO\1cl³ä\ÆÒÿ*ΠMV]\89òí\94J4\17\88\91\92\v\99\15\8a;\rh\1eýÅßBQg       ;\a\93í¢d}~\96ü\eýóêß\bÑ\89B,J*\12¨\ 6<óEj\ e\v/\ 3þ\18좭üÇh©Í"PÑ/!±\96»q\92b\13\97\1dÀ\1f~¼­\1aÙtU<ïSyy¾\15\93,-\9eûÇÒ*»/\a£Á§bà8\9a\8eÔ~Õ{\ 6iÈË\ 6Óù2\86ÅhÎùÓ_Æ6ã'\18íû\9b\8d¤³Üú°Ï[ë\16r\9fZÙ0çã\11Ö\8c\9aÝ·%î\ 4"ç6ßÿ\ 2Â\99¹\83
+endstream
+endobj
+1024 0 obj <<
+/Type /Page
+/Contents 1025 0 R
+/Resources 1023 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+/Group 999 0 R
+/Annots [ 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R ]
+>> endobj
+998 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./main_8cpp__incl.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 1030 0 R
+/BBox [0 0 635 224]
+/Group 999 0 R
+/Resources <<
+/ExtGState <<
+/a0 <<
+/CA 1
+/ca 1
+>>
+>>/Font << /f-0-0 1031 0 R>>
+>>
+/Length 1121
+/Filter /FlateDecode
+>>
+stream
+x\9c­\98Én\14I\10\86ïõ\14ù\ 2\9dDdä*¡:XB#!Í\ 1¦¥9 \ eÆ`\10ÂH0\87y}þÈ¥ºº¼PF-ËΨΥ2ó\8b?"Ú?¦7æÇ$ÑH0!zÃAÌÏOæ_ó}b£???\9b\17×d>ÿ×\9fßþ\85?ÿOd^ã÷ëôî½!KæãÄdþ6m\9d;m9góÍD¢\95\85¾oæË4F]Md\93/ä̶ÅK©þàmâ³áȺªZY°\86'¿¶Ð[×]Fbå:\1dë\\1d§bK))ÄúÑò øåDæx7½¸=Ð\ 1\e5ÇÛéÝK"â9kãfame>\88¶¾?\87ùà\9c\1a\11FP#õ\9e4¿?¾\9e^\1dO\97·\9c\83qf&Ý]µ\9cîÞ¹3\8bÚ9N#÷\9c\83½\18æ\87Ï1\ e0Úe¿¹\7f\1d×ý\83Í\80\89>ÌR\8f|Ó;>ö;\19wói{7·ã*à\1f%\93\14Å{²<\1a\8e\r\85\15\9dX\ fø\0ÍÑ\92\8c6\ 2ªCO(¸·¤\r®Ê¦\8cëu\18\85%nÌ?O¿C)üf\ f\ ekER\18®¶wÆé\1e\9cÒA\93*!o\83îÂ\15+\9dÔýiW+ò\8f8·¾N\99UÂÕª\1e \8e×ÖxÃ2r\8f/¸À\8fúÂ\82¸;wÞ\80¼Y\øÜg\0\99úüI}\82V=\7f\82<d\9b\82"'l=Vmãv\ 5·\e¸:\83à¶Ùã4\92m.x&8\89×ÛÏ6Dw\11èBŦ¨\8c\83\rIa\94b}}\89X8\9b¢ P7ÈÂÖÇÒÂÌvÚ>æ\82\93\f]w»Òö,[»³_ÏØ\15Ñ|Ôñ¿ã?$Þ£\19óèè\1e°\90f7À\ eÒÓ&\12²¬T/Ïs\81\14×øõ j\17vÍöÎf\bªÚ\82¸\80\1cr\11ä©è\15aE8Üx¯kO \9dܪ·"Ø\8cß\87Ú\vwlÕjhË\99Õ\11\9f\ 1ìU \ fãe?û´\92í}ª\8bJ\aÃ!ü²\89ÜÓ3 \16®\81\88tl\1dãLÁYÊØ1\ 2c}\16\ 4ÍTp\82h\13· ªò¾\ 4SX\96R\95h\8au\13>à¥k\19{  \96¤§\f\9fúÕo¦íc\eè$ÊnWª¡\84­Ý\19¯gì¡\1cø)\19÷è\9dÎóó\10\99ù      È\9c\9a\9b\9c\82¸Û$üç\aóÊ<á&£³\ 2oP¯Wõ\96ê\ 5QÄø\94,\97\9eÀqkÅæ\14*\f\1d\7f   \1f\bÌØ\83T¿
+Yk\88À\ 5)¹9\ 1ùJ\ 5ïÕzA\93u     Í       îÏÛ©pB¬®þn¢®\8d³\9c\fßµÝÇìRvÆöö\94¢K\14¿}¤6\1dj\1e²\1f1|â¼*Vé!áïG®¨\9d\8a\87\86ð\19E\@ÝZZúV¶\1a³SËÞ¬)\13.\12/\97¼\19ä$8\13\83E\90Ñ\1d\10[¸10tÑ3J\86\98\9cI\18\98Ú7\8f{\93öÑF\89\r¿­0\9bYQ»ªÓ\95Ù¹¯FïªßQñ\84\ f9si²åëù\90×ÅÚ\88ö\1f6*\1e^q=Ê÷ç'hδæ\8b§Òò³\9a¹¥g5Óå²3¾Òá*ÒH¶ºz\1c¹\98S<õÕk>\1f¼³ð\96\85M3+>a:7;ÉÕè]Õ·\7f\82¤lô¹Õë(±\ 6¹!t¾iÈOB\1e\90k\9d\16ÿPÀ%¶\18¼\0v8x\8cÞ` \13²\92\93I-G;\94\95\8c\1e\887\87Ë\88×ùl=B0¤\19¤Â\bÞ\16(r\11¯Ã÷\ 1M\1dPj\8c¹\7f\15ÚLºªÿ»x3ý\ 2\ fmc\10
+endstream
+endobj
+1030 0 obj
+<<
+/Creator (cairo 1.8.10 \(http://cairographics.org\))
+/Producer (cairo 1.8.10 \(http://cairographics.org\))
+>>
+endobj
+1031 0 obj
+<<
+/Type /Font
+/Subtype /Type0
+/BaseFont /FreeSans
+/Encoding /Identity-H
+/DescendantFonts [ 1032 0 R]
+/ToUnicode 1033 0 R
+>>
+endobj
+1032 0 obj
+<<
+/Type /Font
+/Subtype /CIDFontType2
+/BaseFont /FreeSans
+/CIDSystemInfo <<
+/Registry (Adobe)
+/Ordering (Identity)
+/Supplement 0
+>>
+/FontDescriptor 1034 0 R
+/W [ 0 [ 500 833 556 222 556 278 500 556 556 556 556 333 556 222 556 556 500 500 278 556 722 278 611 722 500 722 667 556 667]]
+>>
+endobj
+1033 0 obj
+<<
+/Length 1035 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c]\92Íj\840\14\85÷>Å]¶\8bAãø3\ 3"\94éÆE\7f¨í\ 3hr\9d
+5\86è,|ûÆ\9c0\85\ 6\14>Ï=I\8e÷Æ\97æ¹ÑãJñ»\9deË+\r£V\96\97ùf%SÏ×QG"%5Ê5\90\7fË©3QìÌí¶¬<5z\98£ª¢øÃ\89Ëj7zxRsÏ\8f\11\11ÅoV±\1dõ\95\1e¾.->µ7c~xb½R\12Õ5)\1eÜv/\9dyí&¦Ø\9b\ f\8drú¸n\agû«øÜ\fSêYàJrV¼\98N²íô\95£*q«¦jp«\8e\7fzz\82­\1fäwg}¹påIR¨ÚS
+\12 #è\fÊ@\fÊ=¥\81
+hGPé©L@'h\19è\fÊA\1dh\0õð¥ é)\ f\9a\ 41(T\ e \93'\91`\17ÜE _Y\80\90¯Ä]DÈW\82\90¯\f\84|Eð!_\16\bùr\9c.\90¯Ä_\12È\97\85\13\90/ëA!\1f²\8b\90ïè\e\15:²·l\9f¯û<È\9bµn\14ü\10ú\19Ø»?j¾Ï©\99ÍîòÏ/í\e»å
+endstream
+endobj
+1034 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FreeSans
+/Flags 4
+/FontBBox [ -958 -462 1632 1050]
+/ItalicAngle 0
+/Ascent 1000
+/Descent -300
+/CapHeight 1050
+/StemV 80
+/StemH 80
+/FontFile2 1036 0 R
+>>
+endobj
+1035 0 obj
+344
+endobj
+1036 0 obj
+<<
+/Length 1037 0 R
+/Filter /FlateDecode
+/Length1 3236
+>>
+stream
+x\9cUV{l\93×\15¿çú\95ÄÆ\89c;Nâ\18ì|\89ó°ó _ì\84$$qü\80Ø\89cbCìÄq\b\10\bäÉJS\1e\rP
+\94\ 1\1d¨@¡\83u\9b´©[\85&g[\a\9aª±­U7©í\1flH(UÛ\89\rÛ\ 4SA\9a:ø¼s?\9bÇüù>ι÷\9c{îïüîý>\ 2\84\90\1cr\90H\88yóÔè,ùæß?&$ëï¨Ý½yn\97YÚ/?NHv\1cå²­³Û¦d'\8et¡|\10å\ f¶MîÙZ×\1a¾\86ýËhÓ<>6ºå\9b\97\1e¢\9c³\16uÎqTÈ¿¢<Êl~ÙøԮݭ\1eÙ)\94\7f\82ò®É\99Í£\84ìù=!ÊB¶ÞÔèîY¸Äæ+O£l\9eýÎجöX\ 2ç*\93(ß'\94¸      \81\e\92ë\18­\ 2{\1a\8bFfÑXà\860\ 3\ 1(%×\1fÖI®»\1f¾\83\83ÄG\bý\96\1a\89\85\10-¯o\a¾ÁÀª\ 2½\86Ó4Z¹Rù³\1d_oi qÔ^¾¶±»/Â×òkÓ\15UùëªCö²À\1aá\ 5ØÞÐ\14Z%\yÜ¢{R\9d\ 6\8a4â*NÑ»\8eohÒ˹Rk\ 5«\1c\8dí\8a¦vX\râJ
+m\83s5¨%º\ 2\97ü£Ñ-5ÙÙ\Ae\95,\92è\eÎV\96hk
+ÛJÊVZW7·´ÉÂÞhÑ\98¿Í      ;ßîö    \1f\8eìòÊÞÈ\1a\83ÕT\94\97«È\91ÊäÅÅ\ 5ÖÊ\9a\ fÝÕ U\9eª&dg1u¥¾%¯ÓÅ4FZÜc\93\9e\1e\ eG¨üÑ}ªúëöí\bf\1a\1fø
+c×>Á§àÿ\11áÖµô\f\86[\1a:\83\88C´©>è\12vÁD]óhHø\eÚ\ f \97kd\1c×!l\85kãøc~W¤\96à3ô\8b9\ 5®\16\987]\ 1b«AÄ\83¡\ 47#Y\9d\8d\9eÞ wB\1fÉ\9aMLÌ\1fØ14\ 5ñ¦Ö\99MÃ;öo\9c8wàÐ¥M,NJ\9c)+U¢?5)"Ä áõ"Ì:\ 4·B£-\953ßNG£ÕÙÛ:9¾gßØhçk]¡P\97'\12þ\84\97øþáùóAá.}kæêÌL,1\9böY\8c1ÞE\8cr\89\91ñ\88s<\8dÍ \91d"f^ᮿ´Ï¹cï¾­\93\8e3\9e\8b¾éâ£
+ïJÛ\eGæϯ\83\áþìP|fz(1\83~+\91\ f\80±ê\88\89\90rK\81áéÆóXØ\86\ 2\99\85¹EP(\bûÁh\voå"ys\83Ó\a_\9eòï,Ò\v\aÁ
+\91Õ\1dýwÖVz¶oØx\ eèE\7fg\93\9dJ]±\81tìe\18»\80\10\9e\81\ 2Ý\e\9eb\ 1y;ç\ fLÏÎï\9fñ\85B>ïº>j<w쥳ç ë\ïÔ簾â£Ói\ ex±r¡¯eت\81¥?sRÀ\15\89DzËÜ\95J=¼GýÛ\84{T5ÒÊK\b¤î¤B´+u\88å]¦·8h×£\9fíohHûó`}Aä\9eȼ\v\11\86\15Êé<.a\1e\17ÓyÔò\9a§iÔsÏæ1¼jûøî\17Ç'Z\ 3·ÅD®\ fÓEá\9f\eÎ\1e\83A7|üL\1eÓ\1cþ\12}"\87áÉ\99æ5\8fÉ\fgÜU\9dÁp¸<ÐÜ\13\vÃDS=ã.ºûG}Eo\97°KôQ\8ax~\88\18\94!\8f\97C:\88\ 5d\ 3&\8c³¦ ¼\ 2\96C:Ú½r\87·Émµ\ 5\87»§\7f³     ¢\92­|[-\1f
\9eßü¡üR]SM¹©4G[ànï\1e\88ôFle%\9cJ«õâQúU:æ\1c1f\15\91\13bá$¼\11x0\r]M\9c<\9b *a\0~Îæ¨SKD \97X\86µzN#\9e\1fñNq Wy\a¯\176h\8d\15¦\95\8d\84©Ê#¼Q¢\95ú\14¶J8é9}ZÄÛ\94²Â\12î«\84Tâ¹yÌn\a¯Ñ©)»\9dx\ 68^Fð,ß\1fÄ_Ü·eS{o~ýHw|Z±^½3ÒÎ\ 5,î`ÐÓÕ\130\9c\9f?øæP\8fà\ f\8c\8eø£#£Æ\ 6\9eN\8cLM$6M¥÷\87û¢ïãþTl\7fJHo\11ÿ´zdÇXâB|bËÖmã ¸(\8cá~Çá\ 2+Ì.\1f+J?ųC\0÷Ì\89;\15cÖc\ eL\0t ìó¹Z\f\85Ú\9c\16¶åfø³'ÖÜ!ó\82£\1fí\aq]7r!;Í=\8b\9e=W\86a  o­8ô\b¿¦\8býKýé34\8cÕ[8×D¬¸Úr        f\16!0è9+»¨mÀìEvV0I\8fØÐB³M+\87üâ\9dº\96ö{Ã\10\9axÎiëqߺå÷¸ÚZ_mÊ.ͪjÎ7Ôv»Ü\1dÂ\atq,ÑÞÿòZç\7fÛ06\1dæâsÄ$\ fWã%\8cE\ e\ 6x\aHx-\1c\1e\ªJ¬(2j\8a\97\v±£Tõèèä²\80ÜP\12¦ja\9cÅ\eÃê"Æ«`\1ex\16[\9e\9c«H§Ì\ 61(:ñæ\ f\8f¿{yrvvò2]ü£pù½þÓÇO\9c\16óÑ\87¶¯¡­2Í%^\ 3|6ppyx\18&v\v7Á>-¤H*\85§â\14ì\14n
+!\98\13í\x.¾À\98µ,\8f\99\v\12­ÓLÑððE <ÔÒ3\84/\bW0ÜÝh\ fºà¬ð*{=@\15³¯Çó>Eo\93z¼       \eÚ©£±\ e2·¿áÉk!}ªÔ\12®´VRÁëuË)lh\ e\96ç\1e}çÔ\89ÝûOB\14\12\ 3þ\98³ë\8a\7f]neû6WU Ø\\ eQ­m}kqu\95!ÌÕ\97\1fÙüÜ\v\13kz=MÕõù+u\eݦU«k\97\9aâm²\15ÎÆ\15\84¤3.\11[\1d\ 1±m$RbÆV\8a\ f\95¤RX#
+,Aâ\f¹x\97\11v\8f£\86ÙK\89\fµ
+\92\85\fËA4Uxkªñ\r\92G4È]-úÖ\93\ 2bÀ÷^\11)&ìÜ\11ª¢¿@ä\83h/Å»ÖOÂø¬\17½­Ç'A\12IbO\12m Y\1d\8a&ýs±$á:
+\93r[tuLÔÍÇÌ7\92 ­-¬I\82Ýlþ¤.©°Å£fó\1aÎ7ºÃ\1c5oÙÔl´XbFK¬&Ií\81þ¨\97\8bYj\92\12ûöBs²3\14µ$;qDjg.-\9ceoô3ãÇ1#Î\8b>2þ\vÍ\922[4é\9b\8b\89úX\f\97\91Ù\97Å\ak\92rûB)\1càÌÇâqc\92 \17\85}¡LTu>QeÙó5æUu5$\8d\1a¸¾{ê§\v¯\8eä¶= JÉ×\f¾?Ýj£\8fÛ\87]B\83|£´\18Å,ò\18g¬%_\v7È üí\87]\ fÏË7fôO\7f&¸OÜ\12\17ñQ;©&\9f\93.l}P@\ 6P¿\ 2ûN,ÅX*±\94A/ñR{ê\ eÎódÆ|8¯\14K\ eÚ¨Q6Ñ¿\109öóéf2\88ýa\1cÓa\e£\17I\1f\8e»°­Ï¬\8d\1fT\ 4O\11à»\ 1\9cÄ\82ߣhA(~ãÒ\1faôR,!,\87±0ù]¤\15ÒH\1aÁò>\16ÄA\86~dh'û\14\89\85¼\90£­ü*\96ÿ\10¢À/GÅ$\16ñ\eZܽ ®\92-äyD\89\8arv\ 6¬,"½
+©#$\90Ì
+E\17\0¾\17[ð±Ä&ó\90-º~ì\1c\8c\990Õñ(IJÍÞ¤ÄæIf\99½¿\94¾Bm¢ @!«%#ÈQPè2\82Ììý-¢2G2r63Û\93\11rØ`ö\81Tf\10\92Ê\8cóe8K\99Om\v\12ß\1c\8a*6o\99ä\fy¢Q3\8dR´Ìhr\99Fý¬&\ f\9däv>\115lBÞ3\13bÿ\ 3Ð\1dÑÀ
+endstream
+endobj
+1037 0 obj
+2418
+endobj
+999 0 obj
+<<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>endobj
+1004 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 498.262 230.941 508.189]
+/A << /S /GoTo /D (main_8cpp_aea681fdc68ba4b307e92a33c8a62ea08) >>
+>> endobj
+1005 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 482.837 217.103 493.741]
+/A << /S /GoTo /D (main_8cpp_ab4a8982ff08a7f0ed68e15d851833d38) >>
+>> endobj
+1006 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 468.762 208.505 479.292]
+/A << /S /GoTo /D (main_8cpp_a08a7e8a6abdc5cf6d2ac4e978e084d1a) >>
+>> endobj
+1007 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 454.313 218.468 464.844]
+/A << /S /GoTo /D (main_8cpp_a8abd3ebb6e18277a43604c06f41e77a8) >>
+>> endobj
+1008 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 439.865 219.026 450.395]
+/A << /S /GoTo /D (main_8cpp_ab3bc9e46a841eaef9e74d55e0045eba8) >>
+>> endobj
+1009 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.731 426.019 236.291 435.946]
+/A << /S /GoTo /D (main_8cpp_a414bbb1046de58d0a2596be7b829448d) >>
+>> endobj
+1010 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.921 362.651 148.839 373.555]
+/A << /S /GoTo /D (main_8cpp_a0ddf1224851353fc92bfbff6f499fa97) >>
+>> endobj
+1011 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.547 300.259 193.102 311.163]
+/A << /S /GoTo /D (main_8cpp_ab7e6541570b5f939d29aa8bbcc1dde61) >>
+>> endobj
+1012 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.547 285.811 198.084 296.715]
+/A << /S /GoTo /D (main_8cpp_a2e18f5738841433eb8c7cd9357ff6ced) >>
+>> endobj
+1013 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.547 271.92 186.447 282.266]
+/A << /S /GoTo /D (main_8cpp_ac7fa490a7117a01e48e05784a6da30fc) >>
+>> endobj
+1014 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 257.471 194.239 267.818]
+/A << /S /GoTo /D (main_8cpp_a904ab05aa185e4cbd7dfbfbf043caa6f) >>
+>> endobj
+1015 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 243.023 211.673 253.369]
+/A << /S /GoTo /D (main_8cpp_a84b7343ea6e13f56b7a06559a7ef8b5a) >>
+>> endobj
+1016 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [220.171 228.574 261.655 238.92]
+/A << /S /GoTo /D (main_8cpp_ab78424394912809ef271c9587d264664) >>
+>> endobj
+1017 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 214.126 192.844 224.472]
+/A << /S /GoTo /D (main_8cpp_aa5539bfe92dba402e77bcbbb497eee32) >>
+>> endobj
+1018 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 199.677 178.438 210.023]
+/A << /S /GoTo /D (main_8cpp_a93d34427c5ada45032539b77c78ab2f6) >>
+>> endobj
+1019 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 185.229 195.872 195.575]
+/A << /S /GoTo /D (main_8cpp_a774499c04248e86e7f71ea689c3a7d19) >>
+>> endobj
+1020 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 170.78 177.043 181.126]
+/A << /S /GoTo /D (main_8cpp_a7f18a204314393991d3da96356b2fd16) >>
+>> endobj
+1021 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.547 155.774 177.601 166.677]
+/A << /S /GoTo /D (main_8cpp_aad1596787d6c1baa977de86d9a6f503c) >>
+>> endobj
+1022 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.906 93.195 431.905 104.099]
+/A << /S /GoTo /D (LIBUSE_Calling_Sequence) >>
+>> endobj
+1026 0 obj <<
+/D [1024 0 R /XYZ 89 770.89 null]
+>> endobj
+1027 0 obj <<
+/D [1024 0 R /XYZ 90 517.732 null]
+>> endobj
+1028 0 obj <<
+/D [1024 0 R /XYZ 90 383.098 null]
+>> endobj
+1029 0 obj <<
+/D [1024 0 R /XYZ 90 320.706 null]
+>> endobj
+302 0 obj <<
+/D [1024 0 R /XYZ 90 138.831 null]
+>> endobj
+1023 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F14 586 0 R >>
+/XObject << /Im5 998 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1056 0 obj <<
+/Length 1316      
+/Filter /FlateDecode
+>>
+stream
+xÚ½W[s\9b8\14~÷¯`º/0\93h%\81¸äÍÁ8q×\ 1\17Hw»i\86¡Xv\98á\92µq:Ý_¿\12\ 2\elìng//\ 6\8e>}çè\e(­%(Ý\8dnÃÑÏS\8c%\vX:Ö¥p%YP2t\ 4\bFR¸\94\9edUS\9eÃ÷\92ªZ\0\11Â6ÕÒi\9a\1a\13(OÊd\97Ó¢\8a«´,8tä\84£?F\88\84j:b\0C%R\92\8f\9e\9e¡´dò÷\12\ 4ªeJ_kT.iXeÏL
+F\1fFðÈ4\84\80E\bnmÃÌT\ 3\v+L\80\ 1\11\84Ì\ eú\19B\\9c³êè\94Pb0`BÒ!\ 2¨¡úiÙã\1a»vt« (?N£`ö»#¤\9f!\81â\ras/B\8d.u@\97.t\ 5é\9f\r\12ϸHÒ,\8b7ßÄgZ¼î*ñúEÁPÞ­\14\15Ý´ËÍÚ·\8anA\1d\1c¦\ 1\19\9aÐàS\ 6¦EB\97-R<ó8-¸ÙÜN0ì\14\16eÍлNÁÃN\99ÎæNäróÆ\ fNô0þM\881Ñ[\8bNý«\ eSÍÜ\8bî5\91\85\85±Hë\18\8bt\f \89Ú\84d\84êÀ\914`\99¸Åpã.\ 5ê\1aé\ 6\80ºÚ·ý4^K\9a\94ËC8~$Z×*;¨Oãå\85£×Pñº*\e\1aÊIß\14DdÚ¦IþJù÷\9a\97"g\8cøO\e^\ 1Iâ,ëg\bù\ f2D\e\ e«\e\8fÁ}4õY\86\ 4B\ 6/\94Gc\9a»Ë¿´ÎÛ\17Èr\99òB\8e³ºÁ\88βY7-Æ¿\eIO\ 2\17'\13\11\9bH<§\9b8§{\9f\88½¢»4;¸\87\1a_ﶭ7ª²M\13¨î¶/\ 3A_Ò,n\\96¥ÅÿQ\86ä\8c\93½\88Wb[\88Bø.\8a\8a\12pXF\væ\0°Ny\92½ñ\1fZDÑ»ï7©\7fj{¯îõaÛ½Çðbáó7ýPªGÕ¯\ 3ÃT¿Sý\ 6³\ 4\1f0\ 4\99g\18±\ e\88þwÚÉ\1e£]n&\18\12`XÆ÷\9a\7f/¯Ê]u®\9b\10"ÿ\v\19¦\8cGC@ÓÍC¨Ú\ 6\15I=8\7fh\96vòUÝÏÒ´¨\ eöt#L\9aÅ\9aOÓ»±\85\90\99µ\8fm¼Y'W\ 3j\99NCÝ£\92\97x3\14U\ 4Lb\9eFµ§°~ë¨{{Rø(\90\9f\a´ªìj¤Z\9d\9c\1a\1e\ 5\b»-õ:Û>R¬á \rªòx¬hP¶#Ûsmg<\8f\1e\9cðÞ\9b\Õ«x¿:qìÈõø{\189®÷xw\1fÝÎÂàê\88\84ü_®ö)R\aZ(îBB\7fì\ 6\vÏWtÎ\17|bw\eÇ÷ùºçsJÜ¥ôíh¬ \84ä0tÜG.l>g\1eëî\8a¡É\ 2\19*È<³ÿzÈ [Ï\vÂ3\ 4Ì]=\82{\87éT\89üñ\13óÓÃÂw\82\80i\1fBúÎÔñ\1dæÊhî|tæ}Wè}W,ì\87\88õ\9f\ 5kAöýØu\1dæýñb1sï\183V5r\ 1\19\b\88¾\87\f\9e±³oæ\86\8e?oÏáL\8eýôáa\1aÍ=\85-þº\10\ f§ñ¥ÖbxèêqÚîí\8cºAõã"\99ÄU|G«¶  p«¡ÞÝØ`fEÚ\a\19]\90\9d\95[z\9eÃ.\vÞÓ×~Ì/#_Ïó\fZ90¥ÙN\1d\9dì\82\93uWqoг\13\ 6Õ\86Æù¬X\95çI¼WZ\9c'\194. Õ\82\1f*fæuÏe \93¿\ 4\1a\ 6»Èß\1e:6\8b[\rÇ\Îoi|\167\ 4IY¬\9a\1aå4ï¬ð)Ñý¬6i±nà¶8í ÅÜ\ 577+îÎ\86B3\8dãK&\97ª\16ë½'¦j¦Þ\137Vq\8eú\96Û9CÍ\eð\8eâM\9c^\aáÜî\91C\9bâëÞ\a9Ò°\ e÷\17\96õLÜHíCDon\8a]~\e/Ç        ë\9bÛG\96ª[\ 6"ªq\ 2²_⢠Ùv°\ 5\1e\83çå¶êSjº~\82
+\15\93Íä*Î\8e¡ÆÉå\85\8b±Ú\fpî¨Á\0µ\19À¦`O×6Î_Ù->®ÚÕ¸hÆyÈ=\93æ\94\17*èÝ`\8fÿf\9b*P!þÑ\7fÙ\7f\ 14b\163
+endstream
+endobj
+1055 0 obj <<
+/Type /Page
+/Contents 1056 0 R
+/Resources 1054 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+/Annots [ 1053 0 R ]
+>> endobj
+1053 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [177.272 483.592 293.774 494.496]
+/A << /S /GoTo /D (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) >>
+>> endobj
+1057 0 obj <<
+/D [1055 0 R /XYZ 89 770.89 null]
+>> endobj
+306 0 obj <<
+/D [1055 0 R /XYZ 90 739.935 null]
+>> endobj
+1041 0 obj <<
+/D [1055 0 R /XYZ 90 721.648 null]
+>> endobj
+310 0 obj <<
+/D [1055 0 R /XYZ 90 721.648 null]
+>> endobj
+1038 0 obj <<
+/D [1055 0 R /XYZ 90 658.58 null]
+>> endobj
+314 0 obj <<
+/D [1055 0 R /XYZ 90 636.729 null]
+>> endobj
+577 0 obj <<
+/D [1055 0 R /XYZ 90 611.8 null]
+>> endobj
+318 0 obj <<
+/D [1055 0 R /XYZ 90 611.8 null]
+>> endobj
+1042 0 obj <<
+/D [1055 0 R /XYZ 90 549.869 null]
+>> endobj
+322 0 obj <<
+/D [1055 0 R /XYZ 90 528.018 null]
+>> endobj
+1039 0 obj <<
+/D [1055 0 R /XYZ 90 466.964 null]
+>> endobj
+326 0 obj <<
+/D [1055 0 R /XYZ 90 445.112 null]
+>> endobj
+1040 0 obj <<
+/D [1055 0 R /XYZ 90 401.683 null]
+>> endobj
+330 0 obj <<
+/D [1055 0 R /XYZ 90 379.831 null]
+>> endobj
+334 0 obj <<
+/D [1055 0 R /XYZ 90 296.926 null]
+>> endobj
+669 0 obj <<
+/D [1055 0 R /XYZ 90 271.141 null]
+>> endobj
+338 0 obj <<
+/D [1055 0 R /XYZ 90 271.141 null]
+>> endobj
+1054 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F14 586 0 R /F46 965 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1060 0 obj <<
+/Length 641       
+/Filter /FlateDecode
+>>
+stream
+xÚÅV[\93\9a0\14~çWä\11\1eLs!\\1eú\80\8a­;J§B;m]Ça\11ÜÌ\bZĶÛNÿ{\13@×kwÝÑö\81É\85\9c/çûÎÉI\10\98\ 2\ 4Þ(Í@yÕ!\ 4ØÐ6\88\ 1\82\ 4Ø\b\98\ 6\86\8c`\10LÀPµ Ñ\1a\84!5\ry\ 6£Å¢\1auø,®z\838\89s\r[j\9cErÊ6D\9f2m\14Ü(n |U°Ø       \ 1\"3\13\9a\94\81(U\86#\ 4&bþ\ 6 Hm\v|/W¥@'T´3à+ï\15´ç%ÆÐf\8c¬Ý$Âk\93\84ºÖÀ\b!õ£f\135Ìyx·ö±=\8fVi\9c\15aÁç\99ôl\8f4\ 2\r¢CFé\16\18Ä5Ü\87Ö[gPá\84YÔ\%\82ïÐñZã¦\86ÅßÎØï~qG5*=\8dêd\11\9fÍÂü¡Â\9a\84EXõî4\82ÔU¢\11¦J)\19S¡D\93öØ\84\ 6a\95})´\14yR\9b=<\ 6æ\161$>\f\8f\93£\14b̶É\91\9a\t\1fæ\en2¨Y\98ÆÃV¿Ý\e÷\9dOc?\18ô\oT­x]5Þ»q§+f¥×Nß}\9a¸' +Óy²Ùë¸\14·\b\11\11´k³§;¡-\8d°¾edRhY2\ fK\eá\14=\82lB]d_½&\9agÉPÊ2p\9dv)]Ï\11é\81ÔÏîÀ?\96\1c\r\vCÊØ®R\17\1fæ¯ôr\9cÆéiO\87\94<'\95W\13>¯ ýE\1cq\19¶¨\ eq\9dN~\91ÇaÚ_ý¨\86­y&\17Mÿ_Ƴµ\1c]/xTÃç?ã³âva%äþ»ÜõËp7¶¹\e\a§½ä^ä<\9bþý°ÿB¿ÿy:\94sS.\87ß4ÌÄÅRW\8deÝVÍ},\7fÖ\80Ë\92ËU\94ÜÉ"óâ\95\83\95òòêQ\13íf\8bUqTÑk«b\1d\96\9a5­'ÊM×;÷\1a}\1eËkT\10ûà\14qéËé[ó\ 57#ßbÇ\8beyjö¯ÆÍ»hÿyeQH\119÷uõ\a\11ä\83¹
+endstream
+endobj
+1059 0 obj <<
+/Type /Page
+/Contents 1060 0 R
+/Resources 1058 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+>> endobj
+1061 0 obj <<
+/D [1059 0 R /XYZ 89 770.89 null]
+>> endobj
+342 0 obj <<
+/D [1059 0 R /XYZ 90 739.935 null]
+>> endobj
+1049 0 obj <<
+/D [1059 0 R /XYZ 90 722.92 null]
+>> endobj
+346 0 obj <<
+/D [1059 0 R /XYZ 90 722.92 null]
+>> endobj
+1045 0 obj <<
+/D [1059 0 R /XYZ 90 661.124 null]
+>> endobj
+350 0 obj <<
+/D [1059 0 R /XYZ 90 645.634 null]
+>> endobj
+951 0 obj <<
+/D [1059 0 R /XYZ 90 585.852 null]
+>> endobj
+354 0 obj <<
+/D [1059 0 R /XYZ 90 570.361 null]
+>> endobj
+1050 0 obj <<
+/D [1059 0 R /XYZ 90 528.203 null]
+>> endobj
+358 0 obj <<
+/D [1059 0 R /XYZ 90 512.712 null]
+>> endobj
+1051 0 obj <<
+/D [1059 0 R /XYZ 90 452.931 null]
+>> endobj
+362 0 obj <<
+/D [1059 0 R /XYZ 90 437.44 null]
+>> endobj
+1052 0 obj <<
+/D [1059 0 R /XYZ 90 377.658 null]
+>> endobj
+366 0 obj <<
+/D [1059 0 R /XYZ 90 362.167 null]
+>> endobj
+1046 0 obj <<
+/D [1059 0 R /XYZ 90 302.385 null]
+>> endobj
+370 0 obj <<
+/D [1059 0 R /XYZ 90 286.894 null]
+>> endobj
+1047 0 obj <<
+/D [1059 0 R /XYZ 90 227.112 null]
+>> endobj
+374 0 obj <<
+/D [1059 0 R /XYZ 90 211.622 null]
+>> endobj
+1043 0 obj <<
+/D [1059 0 R /XYZ 90 151.84 null]
+>> endobj
+378 0 obj <<
+/D [1059 0 R /XYZ 90 136.349 null]
+>> endobj
+1058 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R /F14 586 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1064 0 obj <<
+/Length 358       
+/Filter /FlateDecode
+>>
+stream
+xÚµ\92MOÃ0\f\86ïý\15\87\ 5'iúqÜ·6m\ 3¶LBlSÕµ)TZ[\98Z!þ=é2!6. Ä!rlÙ\8fÞ×2Â\13 \8c­\9e´nF\8cAHB\8fy 3\b\11|\8f\12Á(È\1466÷\9c\9d\9c\ 2ç!¡Bè¡Su\94\1f\94Óa\ 2íA\954\85*ë¸Î«²mµ\86Òzµ¨îD '\9cð\89Ï\ 5$\85µÙ!¤º>\ 5$<\fàíÔU\80˸\8e\aXY÷\16^HãWÒ\98N}fD,U¦\8eªLTj¤ìßM,â¼Ü¢@ý(i%]YDèpFh(\f\8c¸\84¢Ó¡\88h'ÏñÑpª¦~iêÖj\19\17\9f\ ffѼû\10­är6\ìÎd~If.ánhÈ\v=vFe&ÆM\9aW_éæ¿Edz¡í¢5\82úÄcî\7fx¤g\8fËî<êÎ&ã\85\81M\162ºëÏM"\1d\1aØy¡\ 6q\1don×2ê9\14íõ(ZM\1e\87?0=PI\95ªãw\93{\87¡Ýd\ e\13¶öä\ba\93?9þ¼\94ë\83\v8áÈ~{o\1fR-À¹
+endstream
+endobj
+1063 0 obj <<
+/Type /Page
+/Contents 1064 0 R
+/Resources 1062 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 996 0 R
+>> endobj
+1065 0 obj <<
+/D [1063 0 R /XYZ 89 770.89 null]
+>> endobj
+1044 0 obj <<
+/D [1063 0 R /XYZ 90 727.815 null]
+>> endobj
+382 0 obj <<
+/D [1063 0 R /XYZ 90 713.245 null]
+>> endobj
+1048 0 obj <<
+/D [1063 0 R /XYZ 90 653.647 null]
+>> endobj
+386 0 obj <<
+/D [1063 0 R /XYZ 90 639.077 null]
+>> endobj
+1062 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1112 0 obj <<
+/Length 780       
+/Filter /FlateDecode
+>>
+stream
+xÚÍ\98Ë\8eÚ0\14\86÷<\85\97\89TR'\90ÛÒI\1cHëØÈ6Ó¢QeÑ\81¶#U\8cÄ°hß¾Î\85\8aK:-*\83³@  (ÇþøÏÕ\81à+\80`2\80'×D\ eÞæ\9e\a¼±\13\vä\17\10C\10\84#\a\8eG@®À½UlVë\1fö'ùî·\91\18\81Ø\89\ 3\f \18úÐqÝæq\84ì1´R\952\9abDT\89å\94e\95=pµ\8dç\83¡ëjÛ¨y|¹|X­\1f\9eVë­úþø¹2u¾½iw\83À\ 5ÛjËê\86O\ 6à~èùÐò¢#\1a½^Ǻ{\8c\f§
+Q}­¾"Ûu]KÚñÈB
+s^ýÆøUÙÂ\7f`Óë*½°Znôu¹[ªõvû´UëÍê\1c%4\82ò¼[nw7×åÐg)O{à¡fñ\1eøç\bļwô\87eXå\1c\95¸\anzÜ<îzà¤\ 3\8cë»(¸ÐE\ 5½³Ý\91o!RdªöVÂØûÛ¹(ü\vÒ\14Ñ\8càþH$\12^õ¬¼\98\18\18gJÚnd1űhz\15·\ 3¨ÛÖ͸:|GYu/\15¦l>\99ª¤\90¨NW\ eå\8b·\9fKÅr=Ü\94ºì\ 5¾µ0ê\9c\99\1d{:J\84ÉZ|ÈÃí\bZw$í      \8eÀr/\11*Un\87c\v\15äæ\1eÛ·\89ç\9fzØz¡[½r\18w`\98ïV\92
+]îPv\1c1gÇ\15à\8d\ 2g\fCà{\81ãGþ\95c(h\ 1ã\ eÀº$3U"º¨\ f\14\98à\12ÓÃ*xb}uªèÏT¢D\84ÔX\89íBk\9eç\98ß\ e¬K.\8e¨\98±¦qu\95\ 1\13b\1d1\89\ 5M_ ,¸P¬9}¯Û«\1eD>ÐÛqD]\1cb>Û\v¤Ç\10dû¾Õô}Ãú\1cs¥)6\1aH§<Ã\9af\14;\91ï6V~ÐX¥zÊ¥\98\1cÌ\95ÃW­°\17\88\88g§Ón\ f<\8b¹Ê\19/÷ïiÎÐLêõQb*
+F»ÜÝ6¢fÈÐ\15X\ f\84¤Îh\94uxý\86uøô_¼¨®ÁR3A\ 5})\8f\18\95M¥&çoò®\9bWÿ«0ɱÑÎ{ÊSÎI\15\95² m`vM\ 6\ 6ójÆqV¤R'V¯d\13¨\9c\91\82Nx\ei¸Wé"\92º¸\98S\8c§ª\15FWÅùAFV\ 5²9aÕO6\ 3êuÇ«è\12ñ4hÂ\98\90F¡:Ô\9bbT¿{º[¨\94\95:       \84hSàìÐ\83åà\17áÓ9k
+endstream
+endobj
+1111 0 obj <<
+/Type /Page
+/Contents 1112 0 R
+/Resources 1110 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1114 0 R
+/Annots [ 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R 1087 0 R 1088 0 R 1089 0 R 1090 0 R 1091 0 R 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1108 0 R ]
+>> endobj
+1066 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 608.529 193.242 618.716]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1067 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 584.593 193.242 594.78]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1068 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 560.658 193.242 570.844]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1069 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 536.722 193.242 546.909]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1070 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 512.786 193.242 522.973]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1071 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 488.851 193.242 499.037]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1072 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 464.915 193.242 475.102]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1073 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 440.979 193.242 451.166]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1074 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 417.044 193.242 427.23]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1075 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 393.108 193.242 403.295]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1076 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 369.172 193.242 379.359]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1077 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 345.237 193.242 355.423]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1078 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 321.301 193.242 331.488]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1079 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 297.365 193.242 307.552]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1080 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 273.43 193.242 283.616]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1081 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 249.494 193.242 259.681]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1082 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 225.558 193.242 235.745]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1083 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 201.623 193.242 211.809]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1084 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 177.687 193.242 187.874]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1085 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 153.751 193.242 163.938]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1086 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 129.816 193.242 140.002]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1087 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 105.88 193.242 116.067]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1088 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 620.497 409.724 630.684]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1089 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 596.559 409.724 606.746]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1090 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 572.622 409.724 582.809]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1091 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 548.684 409.724 558.871]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1092 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 524.747 409.724 534.934]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1093 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 500.809 409.724 510.996]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1094 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 476.872 409.724 487.058]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1095 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 452.934 409.724 463.121]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1096 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 417.042 409.724 427.228]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1097 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 393.104 409.724 403.291]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1098 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 369.167 409.724 379.353]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1099 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 333.274 409.724 343.461]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1100 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 309.336 409.724 319.523]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1101 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 273.444 409.724 283.63]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1102 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 249.506 409.724 259.693]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1103 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 225.569 409.724 235.755]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1104 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 201.631 409.724 211.818]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1105 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 177.694 409.724 187.88]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1106 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 153.756 409.724 163.943]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1107 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 129.819 409.724 140.005]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1108 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 105.881 409.724 116.068]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1113 0 obj <<
+/D [1111 0 R /XYZ 89 770.89 null]
+>> endobj
+1110 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1189 0 obj <<
+/Length 1137      
+/Filter /FlateDecode
+>>
+stream
+xÚÅZÛ\8eâ8\10}ç+ü\98HCÖIH\80G\938\90\99ÄÉØNï´zF\16Û°½HÝ´\96F\1aí߯sAÍ%\\ 2\ 6\9e\8c\ 2©:uêb\97\v\b^\0\ 4ÃÖ\80·þ\b,\vô\8d¾k¹\80ÿ\rú\10t]Óp,\13ð   xÒì\9eþ\8b\7f\ 5v\1f\1a}hÊ\97\8a§!ññ\8fü\8b\16æ­\7f[ùs\bÌâe§ktm\a<¿µ\9e~A0\91Ï¿\ 2hØý\1eø]üê\rt,[®¯\80µ¾·à\ 6\10{\r\88      ågË\ 1]K®]«Ô;\1e?O¦Ïï\93éB¼ÎþÒ;P3þùRà(\ 1,^*$tØ\ 2OmË\81\9aÕ«¾/\15\81¶YÊm\9b¦Ñw\9cR.B¹,OøÔ\13\14\a\98bâa\11á\a\1c\15æ×½£\1c\8b»\89%Nñ\90    LtÛÑР·\ 3²EJêÅÂÏòÏ(\12Þ\b\11\82#\91d<͸hWÑaô\1csóí8ñKÈ¥l÷ö\98+\88+Ä1JÓ\90\fwitï\ 5\89)ui÷<,!á\98F\18é¦\8c³\aìß\rÓ÷8\10Q\92\9fi¹`z7gñÔÇ\9eð$/T\ft\13jY\10ÔÁ¹Q8K02\9d¨À\94æ\ f\12µHÜÓ\91\94¬ÐQȸRß8\r!$²>#µµ¹!\84 ÊØèv\0Ü\1d\02qé=    Hõ¾¥!\8aâ\9bW\8c:¹{A¬R¨
+\19\11c>Jü\86É       ë·è\9c\ 6DäZl\8eºi\9a\1a×û¶\86>\13µ¡½pÇR!M\15ã¹\Ç˱\98.\16ï\v1\9dO®"÷c9^,/\93¼N\8d'OS\8a\89(ý®\9a\86\r©\97\90P\13\1f\16\81L\14¬\9a\8dÙ|¶TÍÅ\9aÌ\93\98pO\ e\87\90<\14\87\f\14\85¾(H\19$É7uá¶!_\9e°ü\b_ <\eм\9e\ 4áðL\ 55qB0ö\ 5×Í\9e\96È\16\84\95u\84ê.Ô¸:+H\92\7f沫H²áH\fBÎÔ  ?îË\ 6²äÉ4        d±\8eåYÇu´Gu¢«}\8b]\9e\8d5^¤z\ fj\ f\91²º·.\9baþ¹é\8a@ïv4\14F\97\11³Êú\8fÿäNpr%i,Sq%á\84É\1cAþ¹,o¯À2]£Ó³\80\86kuj4\16\89\99È&\92<\16[~{ï\81\ 3G8Æäxbu\eÜ\ 5¬C`1\8a¢\ 2Ãgc²WW\1dÀF]Y¡\99"ÂÒ¤,F×\88ìM\ 5ì\91\9c\92?µ¦¹\rIÍÈ7R6\9bD]xf\84eéÊ\1c\91î8ZYy¯§Äó°:\87l\vß\1fíÕUÆY»áÑÀÛ\86\81Ó#zêÜ}¹VzÀþ ¡quò¿¶õ\a\ f\8e       \v\13\ f².È-³¼LA¾ÊK\9a:\çS\0\ f%æ¦\92!
+É¡0Lòn8/\18Ñn7vm\ 2¢à.©\17gQîm\1eF\95Ã1½C\bV¾K)öC\8fË\18¼6Ûû  a(N£\90\fiå||m:Ø È0EÎ\97Ýr\ 5\fs¶\16Äyb\97ǽâ\97åA\80*ºÂ\90Ze\eƸ:\r5v\8dV÷Ë\8f²o\8ae¬0vB¤\9c.\7fkf£Fðö\0F\8dÔãÓ\94Ú\\97í²ÊáRÍ|ä\80òrrråa\88\9a,:0ÙP£ nL¡&2êg\ eg±îîÜÈûÕ\85)\9a?ûãåx8]~ºûZ³¹]¹[(ÂùL-\8c~3\18ÞëûÇôv\0v½á½Ï\7fBh½Ð±n:Úï{rQ®Ábü¦\94\11\e6\83\11Ì^_wõ»ªô¯Öí¿-ôlÃ\86\7f\ fÚ\9b»ì
+endstream
+endobj
+1188 0 obj <<
+/Type /Page
+/Contents 1189 0 R
+/Resources 1187 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1114 0 R
+/Annots [ 1109 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R ]
+>> endobj
+1109 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 727.536 193.242 737.723]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1115 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 703.626 193.242 713.812]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1116 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 679.715 193.242 689.902]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1117 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 643.85 193.242 654.037]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1118 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 619.94 193.242 630.126]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1119 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 596.029 193.242 606.216]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1120 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 572.119 193.242 582.306]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1121 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 548.209 193.242 558.395]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1122 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 524.298 193.242 534.485]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1123 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 500.388 193.242 510.575]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1124 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 476.478 193.242 486.664]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1125 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 452.567 193.242 462.754]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1126 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 428.657 193.242 438.844]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1127 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 404.747 193.242 414.933]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1128 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 380.836 193.242 391.023]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1129 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [234.159 356.926 246.114 367.113]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1130 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [253.476 344.971 265.432 355.157]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1131 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [230.084 333.016 242.039 343.202]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1132 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [232.853 321.06 244.808 331.247]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1133 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [222.164 309.105 234.119 319.292]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1134 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [222.891 297.15 234.846 307.337]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1135 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [225.66 285.195 237.615 295.382]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1136 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [281.929 273.24 293.885 283.426]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1137 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [207.967 261.285 219.922 271.471]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1138 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.736 249.329 222.691 259.516]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1139 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [269.885 237.374 281.84 247.561]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1140 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [250.508 225.419 262.463 235.606]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1141 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.452 213.464 282.408 223.651]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1142 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [256.814 201.509 268.769 211.695]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1143 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [258.109 189.554 270.064 199.74]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1144 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [178.817 177.598 190.772 187.785]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1145 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [251.783 165.643 263.738 175.83]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1146 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [232.316 153.688 244.271 163.875]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1147 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [228.002 141.733 239.957 151.92]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1148 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [248.017 129.778 259.972 139.964]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1149 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [212.938 117.105 224.893 128.009]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1150 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [215.708 105.15 227.663 116.054]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1151 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [253.148 93.912 265.103 104.099]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1152 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [402.342 715.581 414.297 725.768]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1153 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.336 693.011 357.291 701.857]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1154 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [476.234 679.715 488.189 689.902]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1155 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.336 657.145 357.291 665.992]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1156 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.126 643.85 445.081 654.037]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1157 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [476.224 631.895 488.179 642.081]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1158 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [476.075 619.94 488.03 630.126]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1159 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [434.989 596.029 446.944 606.216]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1160 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.336 573.459 357.291 582.306]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1161 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.725 548.209 402.68 558.395]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1162 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [456.468 524.298 468.424 534.485]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1163 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [497.106 512.343 509.061 522.53]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1164 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [427.179 488.433 439.134 498.619]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1165 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [474.411 476.478 486.366 486.664]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1166 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.101 452.567 425.056 462.754]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1167 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [409.534 428.657 421.49 438.844]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1168 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [426.142 404.747 438.097 414.933]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1169 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [475.726 392.791 487.681 402.978]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1170 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [492.653 380.836 504.608 391.023]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1171 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.096 368.881 469.051 379.068]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1172 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [489.713 356.926 501.668 367.113]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1173 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [475.009 344.971 486.964 355.157]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1174 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.146 333.016 445.101 343.202]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1175 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [379.647 309.105 391.602 319.292]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1176 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [395.148 285.195 407.104 295.382]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1177 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [479.432 273.24 491.387 283.426]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1178 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.127 261.285 506.082 271.471]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1179 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [439.432 248.986 451.387 259.516]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1180 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [467.726 237.374 479.681 247.561]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1181 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 213.464 409.724 223.651]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1182 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 189.554 409.724 199.74]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1183 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 165.643 409.724 175.83]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1184 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 141.733 409.724 151.92]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1185 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 117.823 409.724 128.009]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1186 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 93.912 409.724 104.099]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1190 0 obj <<
+/D [1188 0 R /XYZ 89 770.89 null]
+>> endobj
+1187 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1266 0 obj <<
+/Length 938       
+/Filter /FlateDecode
+>>
+stream
+xÚÅ\99]s¢0\14\86ïù\15¹\84\99-\v\89 \"bKǪ\v¸ÓÙn\87¡\18-3|¸H§Ûýõ\e\10­â\a(`¯\18!<ï\9bää$\a90\a\1c¸¥º&õ½\ f!\90XI\84"0g@â@[äY\ 1òÀ\9c\82'Z\eöÔGæÙ¼\a-\1e±\1cj\93÷Ò\aHJîRªIý¡xr\93\ 3|ú²ÐfÛH\0\8eO==s`Jîß\ 3\8eER\a¼§­|Ð\82\88\=`P?(nÇ\bÊ\19\81äg\e®ôlÛéa'\9câȺÅq?¸û\11ãej\8d'í \0nxÈrÜgûiÖÞs_\98\16G³¯ßRË+¯Ñ<3­ßRàé\ 6
+\1c\8døìùÊ\13ámsÑ!\1f\ 3÷E\v\17»0â\bÛþW\199\97\vsÜCve9A)VOUF=U·T]On\8cô"¶¸Ëæ\ eb    ÕR\ 6ú\9df\98E<á0\ fíóFCE\95\a\17òöýõ\a\13ã®6wÚÐÔk³6f$H˺üPDl\9f´·\15ÃràôìØ&¡\\84ì\9c\8fÔ\ 2·\90)\95e*^¸Ä\17Òö;­\84Áo¢2×m\86\17è÷Ú\®®ýÈö\8b¼"®¬×¾ëy\17ÂNçï3sÐIh\96\8c/D\16dÖÚ\8c\8e\168¨Í¢\81ãq\12=6\99í"(<éðN\1eö\ 6ªõ¹Ì\93¼{a¶Í|jF\96¿Ë§ïÓ9\88\0µ¡fÖ\88\eMÌñÄ´~2<\12hy õÎìqÑæ\9cLöW\1e\ e¶ã£V\1f°\9c\ fÃö\17\1eÖí\18\1fUWJ¯1¾sJ\14æD\97c\1c¥Ip_\195¢,\ f\15«Ëð\1c=é[\86öK=ªëÛnÀ:\8b\18·Êt7pºo3\ 6
\fG\95\15\85r\8ad7ÀÁÁ\91\855ê­£(\8c\9b\8c\1d\bÙ¶\90I½¸qÓ¡º-ç¼ÚA\80½õ9 ñ\15²\96\r\83ÙUf.\11²|ì×,\96¿\12´È
+\82\bD\84X\11¶>Å\r÷ßÖd\8a+ñu\83J=ͱR±8r\83ùUäÎ\b\88ö\81Z+GÛIÓg\ 6X¶£\92\89=\92|/äµ6k¿\1a [ÑÕ ¹uZ\r\86\175q\92mýo,W\1d¡\8c\93N\e\89ßê£Eú\86ìù²\1ad\96ÄN²|«a\827¿kOeÇÁËå\84T\82\85®¤\12¸2uK1HY\ 5UuР\ÆÕ{(lx&Óáè0¶½:\87m\ 3­að\16ÙÐiÁÔuê\82¥\ 6?\16¸"-
+\93¥íUÄ,K§céÈn\ 1\11K*\9a|Æ9º9U=a\88ÇrÓ\95\15·³X\93Òéð\8a+\_#eó\90IêÇ\aÕz\90\1f+\1f\ 1Z%:\9ceÙk\8dï&\1f7>ªÂ\89Ï\11GÅ/ù
+-\96\r\8fTtMÌl¦é\ 6\87
\ 6O\93Û\82»ÇõFE\17oñ~\1dÙ â\81¯QµÆSI\ f»\1f°vÞÉÿ\97ÖA,"¥Ò\99\7f¥ý\a\88-
+endstream
+endobj
+1265 0 obj <<
+/Type /Page
+/Contents 1266 0 R
+/Resources 1264 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1114 0 R
+/Annots [ 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R ]
+>> endobj
+1191 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 715.534 193.242 725.72]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1192 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 691.529 193.242 701.716]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1193 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 667.524 193.242 677.711]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1194 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [161.362 655.522 173.317 665.708]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1195 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [224.366 643.519 236.321 653.706]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1196 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [200.963 631.517 212.919 641.703]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1197 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [206.493 619.514 218.448 629.701]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1198 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [191.001 607.512 202.956 617.699]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1199 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [182.692 595.51 194.647 605.696]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1200 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.96 583.507 205.915 593.694]
+/A << /S /GoTo /D (page.27) >>
+>> endobj
+1201 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [215.698 571.505 227.653 581.691]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1202 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [215.15 559.502 227.105 569.689]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1203 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [188.599 547.5 200.555 557.686]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1204 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [211.145 534.78 223.1 545.684]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1205 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [221.785 523.495 233.74 533.682]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1206 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [179.753 511.493 191.708 521.679]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1207 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [220.689 498.773 232.644 509.677]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1208 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.726 487.488 222.682 497.674]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1209 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [225.112 475.485 237.067 485.672]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1210 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [187.484 462.766 199.439 473.67]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1211 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.942 451.48 215.897 461.667]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1212 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [227.514 439.478 239.469 449.665]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1213 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [205.945 427.476 217.9 437.662]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1214 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [185.462 415.473 197.417 425.66]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1215 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [201.661 403.471 213.616 413.657]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1216 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 379.466 193.242 389.653]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1217 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 355.461 193.242 365.648]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1218 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 331.456 177.332 341.643]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1219 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 307.451 177.332 317.638]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1220 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 282.729 162.667 293.633]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1221 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 258.724 162.667 269.628]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1222 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 234.72 162.667 245.624]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1223 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 211.432 177.332 221.619]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1224 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 176.677 177.332 186.864]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1225 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 141.922 177.332 152.109]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1226 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 117.2 162.667 128.104]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1227 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 93.195 162.667 104.099]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1228 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 714.795 379.148 725.699]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1229 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 690.747 379.148 701.651]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1230 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [361.933 679.44 373.888 689.627]
+/A << /S /GoTo /D (page.17) >>
+>> endobj
+1231 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [391.81 666.699 403.766 677.602]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1232 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.159 654.674 428.114 665.578]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1233 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [342.566 643.368 354.521 653.554]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1234 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [359.173 631.344 371.128 641.53]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1235 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.503 618.602 400.458 629.506]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1236 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [366.924 606.578 378.88 617.482]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1237 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [357.36 595.271 369.315 605.458]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1238 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [398.874 582.53 410.829 593.434]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1239 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [349.211 570.506 361.166 581.41]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1240 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [370.78 559.199 382.735 569.386]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1241 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.957 547.175 425.912 557.362]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1242 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [386.849 534.434 398.804 545.338]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1243 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [385.186 523.127 397.141 533.314]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1244 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.621 511.103 427.576 521.289]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1245 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.141 499.079 430.097 509.265]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1246 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [391.034 486.337 402.989 497.241]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1247 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.35 474.313 409.305 485.217]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1248 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.254 462.289 400.209 473.193]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1249 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [356.404 450.265 368.359 461.169]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1250 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [376.877 438.241 388.832 449.145]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1251 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 403.799 393.813 413.986]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1252 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 379.751 393.813 389.938]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1253 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 355.703 393.813 365.89]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1254 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 319.826 379.148 330.73]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1255 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 296.496 393.813 306.682]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1256 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 272.447 393.813 282.634]
+/A << /S /GoTo /D (page.18) >>
+>> endobj
+1257 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 237.288 409.724 247.475]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1258 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 201.412 379.148 212.316]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1259 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 177.363 379.148 188.267]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1260 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 153.315 379.148 164.219]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1261 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 129.267 379.148 140.171]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1262 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.768 105.936 409.724 116.123]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1267 0 obj <<
+/D [1265 0 R /XYZ 89 770.89 null]
+>> endobj
+1264 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1306 0 obj <<
+/Length 604       
+/Filter /FlateDecode
+>>
+stream
+xÚÅ\97[o\9b0\18\86ïù\15¾\ 4\8c\89I¸Ì\89\8e*M·@¦jY\85<pR$0,!ªº_?C\88\94da9@é\95#\e\9e÷ý\ eþ"\10X\ 2\ 4#}61\ 6\ 64t¬\ 3g\ 1\f\ 4
+       V\81ã\83¹ÜFʳs\ f4\ 3A\ 3©â¥|×\9a\fGOÙ\814r¤ßR¶\8f\80\9a¿L:°£\11àEÒü\19\ 1_ìß\ 3\ 4\v^ó§"ÐÆ\9aXC`Kß$t`DÛ3¢"ñ\e\13ÐÁbíà­.¥\9eϼØg+7\f~)m$Ã\97\8f­\81Õ²p2½\93À¼\85      \921)ηB ¥n¹-\15C\84ÛE<¶û8s¾Î\1c÷»¢jDî\8d­a\1e÷©\87o1¡\97\98À\1a\14z[nD\ 3^*\9a\1dB/IÎ\b\v¢½\94\85\ fY\a¨Âso2pû\8a\8aä\99éÚÖ\8fÑ\95öÐQf¹×ß,\14\ 5[\9dC\91s(3\b\19§\11«\ 6òb¾¨Np#\16U§ØÁ\9f\1a¢±ÓUÀ\97Õ8¦5\1e¹\13%»*\ f#÷¡÷T­ðÖ¤Æ.
+x]M´Oª^Á\80'\9b´\9e¦Ìnð\8dI*.îÄ5Ç3û\8bkNE\ 1íj     \9f<ºY?ìÚ¡\1aLÌá\1a{!Þ¤W$]ÿ/ËÉâ\v"6¤)½\92trÞ\1f\96 \91É\7fT©F4ù&êS¿çyl½\9eñ ]\97ª\ eÄdb4²ø">#¬\1a\17\v÷ßRvB\92¼\97äà\85rÎÂ&£\1cÇëôcòë(]$Ç)\r?X¾¤Èõ   ïßÛã    ÕÈ-:\1cd¥ý|©ä%ó))ZÙâ~à±Æêº\93Í\8bû\96°ÆtWñO\84\ e\82Ç« ë\90\10\1dè\9a\ 6õ\1d~M£$dS\9aî9Ð\85\ 3\15\1a¤¦q%pXàÔî¿ÿh¥\9a·µÔn=þ>ìjPCøÚÏÿ\1f¶e}
+endstream
+endobj
+1305 0 obj <<
+/Type /Page
+/Contents 1306 0 R
+/Resources 1304 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1114 0 R
+/Annots [ 1263 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R ]
+>> endobj
+1263 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 727.536 193.242 737.723]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1268 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [181.287 703.488 193.242 713.675]
+/A << /S /GoTo /D (page.26) >>
+>> endobj
+1269 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 667.612 162.667 678.515]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1270 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [130.787 655.587 142.742 666.491]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1271 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [185.212 644.281 197.168 654.467]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1272 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.491 632.257 165.447 642.443]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1273 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [164.819 620.232 176.774 630.419]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1274 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [131.614 608.208 143.569 618.395]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1275 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [156.52 596.184 168.475 606.371]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1276 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [148.769 584.16 160.724 594.347]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1277 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [155.972 571.419 167.927 582.323]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1278 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [197.128 560.112 209.083 570.299]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1279 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [174.692 548.088 186.647 558.275]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1280 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.414 536.064 159.369 546.251]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1281 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [172.321 524.04 184.276 534.227]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1282 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [171.474 511.299 183.429 522.202]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1283 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.835 499.992 145.79 510.178]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1284 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.478 487.968 214.433 498.154]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1285 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [183.29 475.944 195.245 486.13]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1286 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [184.655 463.92 196.61 474.106]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1287 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.455 451.178 188.41 462.082]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1288 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [153.402 439.871 165.357 450.058]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1289 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 403.995 162.667 414.899]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1290 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 379.947 162.667 390.851]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1291 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 356.616 177.332 366.803]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1292 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 332.568 177.332 342.754]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1293 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 308.52 177.332 318.706]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1294 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 284.471 177.332 294.658]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1295 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 260.423 177.332 270.61]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1296 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 236.375 177.332 246.562]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1297 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 200.499 162.667 211.403]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1298 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [150.712 176.45 162.667 187.354]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1299 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 142.009 177.332 152.195]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1300 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 117.96 177.332 128.147]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1301 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [165.377 93.912 177.332 104.099]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1302 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.858 715.581 393.813 725.768]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1303 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [367.193 680.991 379.148 691.895]
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+1307 0 obj <<
+/D [1305 0 R /XYZ 89 770.89 null]
+>> endobj
+1304 0 obj <<
+/Font << /F22 396 0 R /F23 397 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1309 0 obj
+[556 167 333 611 278 333 333 0 333 606 0 611 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 389 555 500 500 833 778 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 832 667 667 667 722 667 667 722 778 389 500 667 611 889 722 722 611 722 667 556 611 722 667 889 667 611 611 333 278 333 570 500 333 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 500 389 389 278 556 444 667 500 444 389]
+endobj
+1310 0 obj
+[500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389]
+endobj
+1311 0 obj
+[500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8]
+endobj
+1312 0 obj
+[500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8]
+endobj
+1313 0 obj
+[777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6]
+endobj
+1314 0 obj
+[769.8]
+endobj
+1315 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+1316 0 obj
+[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444]
+endobj
+1317 0 obj
+[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394]
+endobj
+1318 0 obj <<
+/Length1 1648
+/Length2 9497
+/Length3 0
+/Length 10564     
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dw\ 5T\94m×.RÒ-\82Ô\90Ò3tw·4H\ e0ÀPC\8ctwww\83H\83\94¤¤\80(-\rÒ!H#ùã\9bÿ÷\9d³Ö9kÖ\9a\9d÷ÞûÚ÷z\86\9eú\95&\9b\84\ 5Ì\f"\vs\80³q°\83\ 4\ 1R**
+\1c \0\bÄÅ\ e\ 2qbÐÓkAáv\90¿å\18ô:\10g\17(ÌAð\7fYH9CÀðG\994\18þh¨\ 2s\0(¾±\ 3pp\ 18x\ 5\ 4\0'\b$ð·!ÌY\10 \rv\85Z\0\ 1\8a0\a\88\v\ 6½\14ÌÑÃ\19je\r\7fÌó÷#\80Ñ\9c        À! ÀÇú\87;@Â\1eâ\f5\a;\0TÀpk\88ýcFs°\1d@\13f\ e\85À=þ#\ 4£°5\1cî(\b\ 4º¹¹±\83í]ØaÎV¢L¬\07(Ü\1a \ 1q\818»B,\0¿K\ 6¨\82í!\7f\95Æ\8eA\ fв\86ºü©Ð\84YÂÝÀÎ\10À£À\ ej\ eqpytyã`\ 1q\ 6<f\ah*(\ 3Ô\1c!\ e\7f\1a+ÿiÀ
+ø«9\0\ ev\8e\7fÂýåý;\10Ôá\ fg°¹9ÌÞ\11ìà\ 1\ 2XBí \05Yev¸;\9c\15\0v°øm\b¶s\81\83]ÁP;°Ù£Á\1fG\a\ 3d%Ô\ 1àÇ
+ÿªÏÅÜ\19ê\bwaw\81Úý®\11ø;Ìc\9be\1c,¤`öö\10\a¸\vÆïóIC\9d\8f\0þ5\[\a\98\9b\83×ßÈ\12ê`aù»\f\8b7\8e@m\a¨Ó\e\88\82ô_6\8f"\8c\7feV\108\80\aÄÏÇÅÏ\ 3\808\ 1 îæÖÀß  ´<\1c!\7f(9~\8b\1fkðñr\849\ 2,\1fË\80ø@-!\8f?\18^.`W\b\0îü\ 6âãõ¿\15ÿ\89088\0\16Ps8À\fb\ 5uÀø7ú£\18bù'~\9c¿3Ô\1d`\0\1f\a\0ôûóÏ\93Ñ#Ã,`\ ev\1eÿ\9aÿ1b \8a\94\9a¾®\ eË_%ÿ£\94\94\84¹\ 3¼Ø¸8\ 1l\9c\0\a\88\9b\1fÀ÷øàó\9fqþéÀßÕÿ!}\ 5\86þuºÿ\15QÁÁ\12\ 6ø\9dâw\15\8fíû»\12׿¨Áø×Þ0\ 1þ3\85\91Ð\10\0ã¿ü7\ 4ñ\80Ì\1f¿8þ¿·à\ f\97ÿ\eù\7f\7fòÿ¿O$ûÆÎî\ f\9f\ 6ÿ\87\1el\ fµóøËâ\91Ðoà\8fË¡\ 2{\\11\87ÿ6Õ\85ü¹Ñ*\10\vè\eûÿÖ*ÀÁ\8fK"á`õHt6\ env\10÷\9f\8b\1d
+
+7·þ\93L\7fOã1\87\1dÔ\ 1ò
\ 2ý}ñ<z\81@ÿ¥{Ü=sÛÇËÅåqf\7fªÀ.\8f\8b\bÿc¼¿1äqÕþó\1c2\ eæ0\8bß;ÉÉÃ\v\0;;\83=0\1e\88x\0^\1c\8fËk\ 1qÿ\83ó\0 »\ 3\fþè\ 2x¬Ù\a` sÆø=h^\1e\0Pâ·èOÄ\v\0\8bø\0\7f\11?\0(ý/\12\0\0eþA| \0Pö_Ä\ 5\0\8b\1eýTÿE\8f~jÿ þG¿Wÿ"N\0Pã_ô\18Eó_Ä\r\0\8b\1eO­ý\ f\12x\8còúß\93=F±ú}g?\ eö\1fÙ£\85Ýï¶þ\16üGÿÌß8;?6ø\ fâ?6÷oüÇ\ 5\a\81¸CÌ1æf`æBÁ6õÁíWµ\12dnl\9bcÂ(GéWz\9clcÅÆhð~\99        \93µDÍ\9cìy¥
+Ù¹>\ eYc\9b.UI§«ÜåÙS¯\8d\ 6ªF\ fî\v6*Ù\1d+*³ø\99\87\8b'SI^\97ä43¸-\b\ 5º©\92\94\82eÎý\b¯(¢ðºÑÅ,¬ú5éq½_Ö÷~Krc *\97åS\fiWíì®-ÏV&&\17Ð9ø®\ 1o5\eÒÚä9#y\99÷Ý>.h=Ú0"M5\93FI¸ó\17F¢[\rÞêàðÐ"~\1fEOT\80¢kàæOºP8¾\8cÐ\10¹4÷Ó\1a\9dÅB\9cÛ¼2×ýL\ 2/39Bñ}\8bþw+L©Wõª'Ö\e'ûFÔ\8cÉÝ|Ö¦É\96Ñ\1c\a\9e¿(ð\1d\17\89\9dó\8b¶"-\16rè\90\9a\aE\93.]tz3 ò\1f\97«¾SØ*\86\85(yÌOõ\8e¯Þ¾QJS0ø2\10ÌȪ\92(r_¹qàó\9e¾#ÆÕ2\14±íem*þ\86\f\vq6Ó\9e\8fePá\0\9d]Îâ\ 5\94\ 1\7fºu»\96hé¢@p\9b¿\1e>\17\17¶+4½Z\e\aø~{ði\89þ\85\97'÷}áig§$üSM\94C\fA´çjâwfqÁõ\11\aðS£yF]´\94§\9býÚ\85w\8dû\9a\91ò =¬Ä§Ê³Ý\9eçÇê,~l4L\10@\95ûv¯+28\86\84½-\82¦ja½/ü\9c²\12\ 2¡\5ÿÝõY\0ñç\ 1X;\ 2\17\86ky@ôõ¾çÝ>b&@\15ñÑ\13¥âÕ3!\9d\89.+ÞÁÂ~LDÑ9Ö\87cѶ45\7fEn{      Ðè\9d\ 6WÓL+3Ñ\90W'K!qÛ\ 6\81\0þZ\bôÍæ\17\95ä\r5q\k\1f\ 5ÆXì@"õ¡ Ýĸèv\89Õ³Ö¼(¦É:²©\1fXíå"\ 1\ 2o·³÷ϸ¬È^\9cf\8bàP\19t\9aP=\98=ÀL\9eý\94$×)^¹\1e\b\1cyÚt¢KCõ\83\14q£)'ëã*ød\17öZÖE-\81)8¹\98þÈ\82ó¤Õ-ZõCÕ¤¼è¹´ÏùO´\85\9c\84\14\9cö\1f\8du\1c6¯«\83¬ÊqP»8Ì:[³\15+ÀÞ¦\9dÖ1ef~L=núAGæ\ 6\f \9bä\9fõz\b|\1eWV\18\84éÖ¤\9aÍ!\85\f(~>\ 4\8e÷l\13{\96\0ðÍ\8c   F?\99\1d·§Îîé\8e\83Æéj\17\85I\fD¼¦\81\19ÑÓ;5!E\17ÊÞ,0Ê\14;\98\91%\19ª\19»âÂõ%.Î6\9fÕ8Ú,1ó§çH+\1a\18s$\84ÛD\12u}\8f\10\85`ñf`ì\9aã\88e|\1e\7fò        î\81îûzÎaGX¶ôMö»\b¤NwÑaËYù\86k\ 3*#-\99\8b\1e\9bL\8d¡H_ Ë\ræÆ\ 6ñ\1e 3\1d\8e\7fÃSo1ѱþ,/+G\9eZçr1À¢\89ºÉ_È\82»°H«\ 4w\8eG\90uýÚ\95\88Ö\)\8eyqF\88Åó˳§zÑ5\ 4\9eض\80çÅê\93+ný¢`§\ 13ÞM\8e\18\85ëÖ1%<\86\101È×éË\ 4\91ð=ËÖ&á\9f6J·±\93t¶-v\17Ëô&götFx\19\ 2ël}Aù\9bÏmÁÊ#~/\16\7f¥k}yÅáõ5\80ð\ 5\91C~Dìt®ì¼\97\99VÇh»%jè÷\1fùU^\11Ê\13û\fáÝÝ\18Ãz9\ 2ëÃ¥«×\97\87ïWDÅ\ 2\bç7\1aµò¿\rÁ\ e5Ü2'×\ 41Â(³ ­G\18À\13ô\88\1d
\1e\12b\8f\9b\1f-8>Áùað­y½Â 6\1a>ÿ\13'xðªåµO7ÁÖx2Sm(?²¦Æ¤^\8aÇs\ 2ál\97FN\9b\145ãöµ 6<ún¬8í\9c\90U/Ñ©\18`~eÍ[){ØÊ&h\8c¾Ò§Àqá¹Å¶\9751·h$AäSc7éÒ\9fâ\10õ3\v\9c>¤=0ÔB\7fÜxU¼ë½\18\9a#\16\94K\88¼>@²¿U\82\ 2rsC9xv\8e\854NS¥d¾»e\82\81q&zûéV\v6.RÌLNØòiäÚ£Ø\7f\8eÖ\91\10\95.C{\8c\1c\ê_ï\9fãÎù\9aK\90\99lHX_nÜ\8bãêÁ\G\81´\16\89\97ÑÄY\85æ*\ 2\1ebáï\1f´T¡º\1fÊid\ e\ 5¯]p\9f>\88\1cQ|vÎøàê±PcmÌÜ#¯4WçmxöM?Â\8dðý\v\95ý".Væ÷}\91®<>ì\15%\ 2¥ÏkóhxÁí\8dø8\10ýÝL\9fx$Þ·\9c>JA C\13\9dZâ±\ fÑO\17F\81e¼Ý¾#\11 \13[ÉÄð\81{»CQ·Äe½=áïòú1µ\ 3Èî®\ 4\1d\84\e²ltY4YfDÔ\8cï=m¥Õ5ÌàB\r\838»6Å-}9¶\98\eª¤\17ÜU\93¨Ü¿2ÎV\1a\16\1fl$\98³L­&ÂÔ+êêÑ\19\85F\ 2jÕ±µ©\82¥\1cÍv>\8b\v]õJ!\b@v\19d\r\18£0
+oC~Åÿ*\15\e#\89qF\88ü\91ÞÞfrV\1dò\14\7fÂR\rMwù+âzy^ù\9b_ ¥Ë\84\18[`b5C\rÏ9Ö§\89ò_刺¡\aÔ±­(ëë¼®0;àÖË5\18\ 5½\19µ!\16\95\99²­÷¯§ÖëïV\8eïlº*\18LÐN«½ÈZ\a¨\84Ù]kÉ\93\ f9LÜ{dõA´\a\ 6\1en]B$\90\17³#a!\TcÞFT\80\1a£\8c\8d-2ÏÖ\80%Õj\86\94\17ÉrÓÚ\1câïCÙ\81\ 2\88B\83ã
+Oö¾Èz&Ó\95vúk\7f\ 3*!"ÙÍZòº;­æS {`Ô»ùÔ\ 5ÊË\ 3\e\98é¯\17ÌRl\93jnõë<`î_\9b\ fÓÜ\8bê5;Ò\91\f=Þ39<\17kËÕÙ   Tl"¥ü\85ÊB5Df\v\ eÉ7 ö\\1cµL¯ó'H\9bµT`^2°$\15AT! æ\9ad¢o?~[\8d\97äTQݤÆ\88ÒeÈö\9a:\9a\942w_±\17C\9e\89ÜYý"þ=\85:ÏE\91\9f\16\89\99²\ fPt\8cÇ\96à\80äRDÝ­Pí\9e\8f\98ç6\9c\96L0e\96µPÛ\84\95XÂûÁáçªRÕ[\9a*\17ÓУiìyÑ\14\1cü\81/\97á\9bX\9bÇ\̳6´º½9Ò{ü;Qt'\93Þ'¹ÔͲ\91+ã\91-÷/vç\95\93\84Lü0,ÔS\15\15è\9aÚR{õ\87\18¿\91\10Ûk8í\10^\16)\1a\90$úZÎà!   °¦¾ãmøþÜ\84ãºhÒ×\r\80ùaÿ-¹&+\8a\18G\9cX\10\1aæé\8cÄTÿ\8a\87\1dcàºò\93Ö/ð\ fùTHGÚñ\ 4\87\a;èݤïìÅ'\98\89oâµ\88\ 4â\17dZ\11KtÕ¬ØæSgz¢qkåw\1d·HpÀò¨\944h\86\9eÅw\1fñ\80\13\93\94Á26:(^9\1c\11§\1c£AZu):Êw\13<\1eºJÞ\9eþ\13§ëi?½ç\9bàO\8bm$-vCtDª=ç¸æ»µf\14}Û·\fê;ßßOs\99Þ¹æß;:8\aic©èèVd]°o\13ê³Áw2Òwk«ê9=s¦\8f\13\82K\10Â0\845yá\1cïíú\96L?\98enE"äµ!(ì\13\8fS\980å¼Î8\9d2\81àÉàh±K´Íy\ e>K­\89G\ 5Âúyð\ 6Ý\95¥?wI¤G6ùÝõ«\96R|Õ@\ 3(Gýȶ\1cpßâ\94fL\r\1cuȯ\9f\9fÉ^\80.ÆT|\19\7f\eí\82Ý;×\1e\13ôý\9aÝy\19­\16\89òTÆà-\eRå]óÁ9ÎNPy\80gGêf\9cs5
+îÞê\ 4]\89d\ 5¦2"02~[°E\92ø\1c0³<Ëà/G\96;1Æñ\86\17däb\1a\80\91x\96â\9dÙ\96ÄXGÌ\9d·RƸûS²þ\8e\r߶ýCkî@ªmÉÚÙÍ\a%Êjû¨%ñe\93b\89\97[³Ý¯Û&» ÐXé4 èöSÒ\ 6HU1Ý1\8e¾#?«\7fF`¢ê-&IÜñÛKxÎ\9dog#[tª
+Ñldø\92 \8e'\96w:®´_¤=k!\95\92+ÅñORý\9aW\eÛ·â-\ 4PzzÈ\8b×-±r95hjºÑi#\bÄD|\8eðº!Îÿá^»\94\9eù\9a\97ÌðÛi\93äÖZÒ|\82ððÞæ«h:G$\9b*ÿî\81]·^x\b\v´|\19Z]¬X1\95Û|;\ 5èÐ.é\1fùé²£ß\96c\13âS\88\11./µ÷ôhø\17e\ 6\10Czm\13ða\18Ý\v
+é[ÇÊ@ª\14.¨!ëÜûrçý\91Ý+ͼ6Ìî
+\14[\14ÎXF<ï'\85\96Îrø\99¼\85|îu˽#\1d\80á\18\ f\\86ÛH'S\91(+\1fc\8fÀ´ò|¹\98\v¥\12¾¢±   Í²£\ 3Ñ»ÛRßIe\bú\vìn\9b\8c±}ð±õU\1e\17ßþQù\11{DN¤Ïø\9dõ·=&Û\9a¬V(:¿ÙdÂ\95¸\8bñó+w¹\aö\84P4Ü}\12µËÐÌ×Q\8765ë²DZ\8bí_±YéÀGA/4\16j¯],\93\e\8b\8a¿\19Úû\9bÛrÀêX¶üÐÂF·V\90ý{döÂÌ\8e¢X¥ª\9dN{\19Bïô\b÷\15\8a²\ 6¦Ò\91\9d;\f\17\9a>\ 6~zø~£\ 1\81\99º&®µ9[<w\14;ø2U]\93m9-5ö\fµîíL«.Ê\85cèÔ©-jaÐØ\90D>\15\1eã\9c\91Ê\ 6é,>.:\1eÑÅb¼q@Õø´ZJ\9dÝÒ\97¯\1e"ägåÆ\9e<2Ñ\ 1¤\9e\81#æ?\96A#¶\9a\91\8eq\1d\12?\11­Ë\9c]0C:ÂMQ\14?'ÝÛFµ·\8eÊÉXO1ì\88=\v
+\ 1\14\11®V\93\99¦ä¬\8b\vDQ§Ã\fÅ\95\93ÀZiF\1a\ 3\Ï®\9a\97/\98{.µ\85BÙdÆ_l\86$Á>h\99}_êâÙ¨iîºíàLî\14}w äîÄÕ[²úÉ\ 4^FQ\95µ\eÿÕ{\w\96>\1cT4*²%\93 ^Ó\96Ì~Äi¼êÜP"\98ÇH!/Z   Ù\99\7f5ºÔ0%Tsùmp¶ ØÇ^7{\97íø½Ê\9aÄ\98§\8b©\8b\99O|nôÜ]¯K\8b8\91I\92K;\101-w]6¼+\18W-Qæã»4»Ã¨ekC9S³'\17`JþâÌf:Æå\93!cm.Â\1a§ÌÆ©ó£õS)\14\9aw\ f®]Q-ç6÷ø\b1béy×\8b#\12\14\93Í[<ìå.\82\9dF\83dBò\9cÕ!\1dõbv]\8dõæD\ 4\e÷\b¯J.Ϩ!hE\v{lp\8eØoÀ\17ÀÁ\ 43áÐ\94¤Å;Û\eà¦×
+êîx2,k,\9f08îó\0ÒúA       ¿\1c=~\84ãXû§ý\81f\95cÁÉ\94k\87»\8f\9aþûd<Ô\15\89¹m \94Èïóâ!Ô©M¾\eÒè\93´üBX~\ 5'\8d\ f§.È\14yÆ{µ"VR?\v\13\1a\ 3\96Ä~íìÏz>\15\8a11Jjwö}üO+\9fT\13\ 1\84ßbö\9eîðJ½å\93³\8amMÿõ\89L\10÷\97¤\88\0ÝùÓãÁ}\12º,æfÞ\84óë!kgÜsê t*H¥ÐÎ\b\8eÿ\84n?{¹\85ï¥Ü=H&}m\f\1d¡xY\9cc£©$Æ\1dZ\e©Sá\84\950ÚRó.¹
+oÆqÛªXõ\89\9b\87ÑÊ\8caö¢\v§\93ýá½X.û·\12¥¦ë\v!¯ós­Vî@¼Ðî¼\8fqeª\85GSx«¨\9d¶û«}\16«î=
+Ö2"\83Aeá%F\89\0­Än\1fì¶C\85À\9b\1fY\9cK¤Õ´Ø%aÈ\19÷{ý\ 6èµi\18Ó\89æoî<Zµ5\ 2lW\91â\1fßHÞ\ fG\90½û\1cÐ\15\1aìÝ®÷j*_§£\9fq×sy|ÏÞ˵#¶W\15Î\9c7z\9ci\8e\87 \9dQ7ú"\11ÓD\bn;µÌ\96\95³ÇMA_VÖ\84"[þë(\83\14ëjéGý\8b'H\12jy\8cÕ¡.\9f,ëè\19\17o\1cǤ\17äi8\19PÒÙ\1c#1\95\8e|k#ÌÖϸ¨EÞÈ\9cªï&§¡1îK\v\v5ØÔö\r7_¯Ì)lþât!¢(lZ¹\91
+\95Kú¬ª9\18i>À9uÛ6ëLÀ\1eº´Î7-\15k,%\99¿\16µSK$²ä\1c?n\9azB\94mçTÅÈi´Ô\95¡
+!ËQÚI\ 65P\1c\88\95M8r¤^\1ec\1aǤ\9fà\10=Ã7}å«ù@%¢´ô &ókK\89,+\8b¡\81å4¢ÈÙ\90\8e\13\9dÎ`6\1aè>ãÈÕ\89°ÿ]_» Ò)\bå=3¢i¾3àí¥\ 4fU\926ÿÀ`?,\9eÙÑ\ 5\8bü\17¶LÉ\85\9dm\99\99¸\83:Ëé¨\90FB´Cnb\ 4§Ç\97Ð\1aâà¹&\1fÊ\ f;J»ß\94\82hßñ¿X\8bÎMq\94\11ìt\eÎÉ\1d'\961'ÀLÊë­ì\15Q8ß\8d(S\1c4ýù)Y\8fIÃýh9q7\1e©Ï\1d\9dg\9c}Þº\9c\16­MZ\9et/o\ e4\84hþÞ·§\95\ 4k=´å( DР       \99x`ÈÚCi©ñ^VHXÿ!ïkÈ­o¯÷É»æ\15ô)|Â3- s×])UÍ\91D\9fÙ^û`QãÍ\86]%½\9dç\19(\13ìë²\9d$ýJJ\95[É°iédKL\86öXÃaâ2\85foÍ\96v)ï,Q\3ÿÚ[\11\93éáLÞ\10\99\f\95È\875yÂU[LZ\98É\7f$õȨ8ë®ø0åÃÏÄÊïË»r_\añ{\92P\10\9a3µèv\14T.Ö<¢\10\89¹\81*\14ÞµÍ]´y"¦¼/\ 6P\10Q\12àØ\84cü¶Ã\94ÐÂ\1dTa³_)Ùy­O0ÖóHÂY(\85D°³\90å\16üü<ùñø4\9d\1d\19Bëé"lÏ7>\8b¯£½/M\8f\ 2«ø\87\7fL}ND;\\ fñ¾I?3«ùN\99\81\89\ 5W\ eã\1f¯\ 3¥\r\87{\7f\99ÜëT£dZqúº\89'\9b\ 2GOUËC,\12q¯/iëG\89\9aÇþVj²Õ/ò\90\84\92V3¡&°\19*á3JR`\88¹æa\8cË*ân\12ÝóN\eåC\÷J\ 1¯\1aZ\98\8däü:¿X\88Xðö¦4Ê\87\18\84\ 4r\83Ø3\ féä¹®§öº¥&´\89fQà\87To7&|\ 5ÓUܪ^(\18ì\r\1epé`cWÌÑr¤á\1a\92\10gØò\10ïøAü}2\10\88\8a\1a\82Ø\9d
+\ 3^ÄÁÇ_`ºc¦\9c\9e³\8c\123ó5\1dÉ\7f1¹R\17>#ápuQóo\rÒzÒ°`;Í\93f¡çr\9d*\1f[\17da«ëÈ·éä¡1!<H¹æ\8e)rÆ\96í\1a\8e|+÷\85ȧV¿õÐÓ<cê¬æ\v\e\13\14ñØ^gf\85±R93u]×*êí\93{ç1\11`\1dn\17\ 3\87¬\96\8f\8cÑq;WÁJ\99&=9\83J\8bGL\91¾Tq2ºÙ¯õ\96Ò\18\16t     ·gJE\18\97\1d\0òª\84lô"\19Þ\r
+;]ç0aTîû+\95a\93\17FZá\19¾/Ó]k(nÄÔ=0lVC¾æ\16¯%ûõ`¦{³Õ\9a+ã!\a\9f5j!ãç\1d\ eáã#f?\90)_¿\bå\9b\92cyÝ=\92'\19\12Ùµ'Ò\82ÆÌ0\1a Å÷\8eß×/,\9e6}bu Ë.å#?Õ³&ªúþ\8e\16\9bæÒ\9e|òBF\9b\98\a³Mfb\11ox4\19«ùD\12\88 \1fd×|TÛøÙEX§Í\r¡r\90c"ù²\80\8a\99*N\964è$\8d­¼w¡á\17¾\9f'\8c'h¨dñ]\83E%\12\9e\8c_ÒÍ0C/Qà7Ô\81²â+?åVv1Pã\12Ûôú¼¦©\14\16\9f\13D+³\98¸Lج\ 4ÓÑ\11^ß¼<Q\v×ÒU3\r%\9føÉÍ®æNç\9eè¾\8d\7f\1c{¥×B\9a_9bů$Gdr\b\ e\98\81\9dy\96ê\ 6ý\1c\1d\81
+\ e¢ê¶³\9c §)5´wÝÎh!»m¿uq
+Óªì´\ eäu\9eß;QNb\10ÔÕ\8fìkÏH\0¬[U\14¿W¶\10\8d\8e\bCTz\9a\85-~Ã5mx¨©*È_PDüÒ
+y·t\ 5M[l\99icJÃ\8c~üf\1e\16Ýì\9f¾#\1aÉ\8b½Þ7èË\94\8e®\96\88ñîí \9e\eÏg ÍÈ\9a·mF9#\84\94\ eH²¬ø®S\ e³e5\89rð¼'\97\1c¤r\ e£µv\1c×Ú¥ï;Ù|¦\91Ï(ZÂ<v\8d>Q~0ÄÉ\13nݾsÔæ­ÀÎó¦ÇTýUÑåL \93éñÛ4uõÁ¦]ÆÛ§\97ÜI<$)\rÆeAËÁ\81D*+5°p
+4\1e9fS±Ï\1a²*åØ«½þ÷Ó£Vë±{\8eÝ\96ó+\88\ e\b\9d<\ 3\1c¸\16\95Å­      ?\94úö    \f\941<Z\9cÐ\e\9bèzÅ_\92\86\ fóîRëî¯b\8cÅ_Ë<k\1aPh=â½b½QÐê¡\v\8b¹\1fóÈ\9a\v;Lz"\9fê\bmÝzÐ1·Î5"±cXX)\90í]\12\88§V¼KG;\14\89F--X\8e\10\85\8f\10\84ø\94\b\9e¥â\9et74Hc¢\9cv-FþÑ\82\80ùZ0l\ 6tÄiÄçÎxÐÆí\88\8a¿\9d\99\9c\1dÙ\95\87"×eÄLø<¶ÁHY=\14tÄ|Õ¤ô#e\96¥Y\\14ÂÎ6\ f«\98\8cÛ¹\97"­&ÅEN-\18ð·\eÆ;\1a\187ô%Õ`yFçÚ\vK\95\98·
+]A»÷\bøµ\97¿\ 3¦`y\9d©Q¥\19     \bÙTW\9fÔ\r§þñönÍ\9fw\92D=a\9c\9eo\8ev,å\94\87\r¤­Y ¬¯á\8a   \rà\7fø@Ü_\90ô«Ð@<0}­ÙÂxÔDÍ\14¬Û¬\12hݹüõ#u\9eêÎ'\80è'õ\17\823c\ 6$^$n4$\87\81Òïi\8cÓîË\87\83ÞT\rO·ò\v6rñ¤\9b-6`\96\bJ\b\19gHµ\19ñ\9d)QÛbxÛF8\97+:rtÝÌ2|ÏÀèÿI°hþc{ç;µ\12eLjèKò\14:AMÚ\98\15\9fêÓALjíé\83 \1e\14\9fT\a\18¹ö\ 12?¾Þ¸õû\9eªm3\90ø³o\13I(¦S·ØÐÔÎ\99<¼vV®äÜ\1f\vn7x\90ö÷\1eZ}#ó\ 2ô\18ÍRÙ]\94ãÚ÷\ eø\ f\9fÞ<\ 4\ 4jnÅPkô\81_@Y\1aQr\9a®>\bd\91¯\9a\85#=àJéÙ\8d帪\11\8cÝjo>«\98}¹Z\87\16\95½£\1a|\9e\96L\83W\ flóIeÅ*£ês=þÒ\98º\11i:=À6\88ºó\99\9f\ 69E/\8a`\17\84{Sd\v»oãy¾\0Ê\ 1\88³©\a\8d\89·6\9cä\ 6jÒVOLõ4r\ e½\81Kl^\ 5ê¿tüéw<Ø{ %,¤»£\15\17"ÞQ|5­\7fß\ 3@\94­J°\7feH\96Ì8;Eq\8cz
+K<ð\8b\86Â\94\1a?\17cÝßñ¡\1dY\ 5áêX)ÝO\ar\14Ü\ 6åÌxj\bñ
+ÈSV\ e\82\9eÆ1ï¨Ñ\98\ 1\90_¢,.)`J-LÑÓ\10\8aÑн¹ >Qo\17ÆGNûü©uó|Ø÷3Ç»\ 2É\9eJµ¾¬È*\89"\8aSýs:\fÈúkY§È5â·êÎ*s%2@=¢5¡o¥}%Á\9d6Hy\9eûy¢=        \99\ 1\1cíK\17º?¢U³!¸\11\11\ 1
+\9c\9d[¨üp\9f1\9bF\13%"\8bÏ\MQ=é'béîð0Å\80â\9a\8a\ 5~N:\14\9c§þ\f&µÕC\ f\98gz       \82(\85Ä#\ 4\9eæôä\88Ïgu\ 4\84(\9ash¡\8bÖZ°¸} ©%´ù\aE\87)n*\1e\85×ùôS\89c\98¦ùÏ\97\8cé\8c¶g\82f\88¢oO\ 1K\89\91\93Ö\ 5¼        \13\9c7%2xb^ùâú\8eF\809Ô[o\80b,@÷¶c¼G½¦E6å;æØ\85`\94ÎòJà\13\b\97\12ÝÜ\93Ù,\88êÈ\82ã\98N0Pu\95\16\1c\9fGÖ¯\85á\15Aóµ\8c\b\ 1\91Úï¬\83$è¾ÃÇ£ÎP±ïVÊ\90¯2\96\8c\83Ì\1e\95\10\ 1x̽\17:f\92\8a¦á²&ð=Æû\9bö\82üíC¤ç\ e\99Sÿûª\87Éð\87I!V1s\96\9f?Ç\­²Ý÷äÖî\99¿\92É\f\84\82§Ì+q¹ ÉÚÖôë\a®qÈy¦.Ùr­ÞïÊ\89\8b\9d\9e\vY5ä\86¢O~­\1fPjدl9Æxù½µÿ×{ùï\9ff¶µ¶\19ô\17¾` ±Ê!~Ò 6H®Ôî(Òo¦\ fîù¶\84øÔ\90ù^\ 6iºñ\82³çµ\85CÙÓE^t\9eýf#±Ô\11Ã\17E$ö¢7\18\v;=z\ 3\ eC\98ó\1eeÒo~ \11$ÄwsWjãJ¬\1fΧÞEÎz\e\ 6ÍD{ú&\8d\96\18
+\v\9e×Â\9fåÔò\88\18uû´uÐ\11·\1e3UòÒE\ 3\8b\8a6§«WòàÝÑ\9c\9fS\83¨h\7fEÛD´ËiKZDªÜ@`âÆ\r\1e\ 4\19\ 5¦g\12|TVe\ 6\9a\1aó@q\8c]i\12KÑ!\90\82\ 4.1Û!â\89Õ7s\17\81â]\8cì\87¶f_ÿó!Ó¾-i\84Ü\rFããøÎü4±\12\95³\93\9600]t×a\11(m\161\ 2{Ìß¡ú\ 1·U \90-O\8d
+\8e\16¾q \17U\ 5$\13\13:¨ {H)6£÷\rj\10¹?0\89\83É\ee\89«%ñ\94@¸£\8e\a\8c\84`\18_o'\ 4¥\99Ã\83³~$\v=\9d\8e*óq÷\96\0µ²ýL\8cÐÚ+ò¹´\14S{õÑ,G\ 2I\ 5ts
+ݶÙ\9a£Ã\89c°ZD2«úzÒl
+¬Aû\15ø\f/=¦Æ\96xA­qk\1dD¯u\8d9Ck\82·¿\10\1fk0l¿¡_Ä-èQ¥´ôþå\1e
+`uÎB·\ 6 \9f\%ÿ\8ew\17\ 5\ 43S\93\fÃS"%$fß0êTJ\1f+Ðfvjí·\8b\97,1T\88ö\r:JËËF\88<4úôíau`O\94L\96      í:ÔM$Sdp:ðÖ=ÕÉ@\8evV¿\8d\93NiÒ/®\8f]øùw^{\8c\8d\97}s¡vÏæ\fnD\1aIÉÔ*'È\18ë\8aR\11Ô\aïBÎx\7f\\99\14Ì\9cÔT©_K9<\99\ eǹâ\90°ûv²>3ù±6\1e©u\9aùK¦'|*nÿ&\ 3-ðXA\9byD    \1d²sw\9cØ\98Æ÷e\ 1bÊë\9d¯»nؾ5»Jû\83\93\9aØòPNU\r3ù«9s .½dfÖá¾×÷ÐZÎ!¿\vvMÅ«pÚ\båÌðT=$`ç\ f¢bÇÓ$6·Ï\19d]\ 6X\80\ 1¤DÄ7ãêQ\97   q88íylÃ\1f\8a\9e$\94\82|X\95×Þ\89TnÎÎë%x\10»©O\84Vζ³2_\9bW\12¾\12ë`\11Ú|rX\8b\94T>Ûk\84Ê@9Ú#Ã&Dfzú\95<f¹ü\ eUnkʪòð&\99f®ô\89 åÆîöÍz\9a$*å`TÿVIR\98\1aÃÀìôêx:ãÇ\9d¶·Lt®L\ 6êâ½È]\15TÓ%Îë\8d:ÙñèëM?\17âж¡º\e-H¸=?     Ó\94?åcJjÃtDJ«Õi\\a \9c\b!i\1aC*UGÙ1/È+È        à\1fNö!¡\19Ð\13Hb\1f\91Þ\97\9b\8c\e\8dÉgäMßÇ\97¸ù£\ 3§±'5z\98¢~\94ñ!\eL1fjURÅ!\93¿6¶±÷ùôdSH\83Vc\8e\93L²Á\8eÍ&\98ô6MH\8ehQ\86¾#Î\87ÑÛ-î^0B\eÌ/'îG:ð\84Ë\1caÙ½¾·éF\16¢3\ 5®8+p\99\8d\10\82{búeú½&×P2\8c
+ûUúQéækµ\95¯-M\\1d\8e\81\f\81\16\ 3ràz±\e¯ð\ 4ö'\95â×\1cÜÌ¥àB\13!Ð%\1er©ö\13váJÂ#\bE\81\1aï´\9b\8d\9a榮\ 2BQýËÈ\1ab"û\9eµ\8f3\v\89'Ýzjì°²\1c Ö\94¡¡\90é°\14w\18³ÐÁJ²|#7)u\95Ê\9athÞ÷W£þ\83t59\94§\9cqþÉ» \85\90\8f\9b;}\17Èv$2¨wÓê¡\1f 4ã`íû\ eÔ\r\12UTff\9b÷H[
+\94]L\15Ë\99ø/\1e,kïIµÞ¡Õx\96$Ó:BÁÐ\16\89ZÔFqü×\85Iß­#RÌPëÃý\rí\16è\1e\9eam\89í·ÖD6Eòò\99\ 1<\9f8Ú«\8c\9c7æ4\1c\8d¥¥\1d\86V§*åóÀh+%Ùö\8d\8aq°nh·\ 2bûÞ44EWM(³ |­ÎÄÛa°®sbg&R\99PÜb.ÈBq\\aÒ\1aª\8bÊóOYL%Í\8c\fÃd\19××Bú·\aw\99+8¦"Y¨×2*E\ f§\9c\P³YÖ8ÅfyrkFÅBm\8c+ämB\16>\9ei\8fó\ 1\17î|>\a¢\É;\90c×þ`@È'\8b{º«)\83b\9d5A 0Óþ\ 38AÆ)TÂz©oOêÔ"CȤqÖ\13Ä\9eíõªu\ 4ì*\8cè ®ùz&Gñ6/£\9eò\83ù\97\85NI\18µ\1eÙק\95>o²·U&lV°ÁiV;l÷£j¡v¸¢y,óg¸áû\9d\10\14ã\ 5âg\8a\1eÓ\18\83B\91C#v\rÁnØØÂôÞÖó\9fÆ\1c[\18r\91¨!â\bøü}G³Tâ\fÛ²%ª\86h³uF\9aT\ 4çO
+\8a8_\9f°/J"Çí\95%?\19mÿþ«V\1f\9b÷ \8dÇ\ fñh´ã!\1c\19åÖ\17\9bP\99`^\ 3n«?\ 4\9f°À\11ÿ\9cS\ 4\8a\9dËÌ
+zfdÞF\83\10\99fîÑ-Ûg3©$YV\94¡RSR:c\96²h*7qû+\b\1e\1d\1c«hÂVÙ\83H[£Y`KáLÐnYÇ}\82\12\81ªÔò\84\90Ü\ 6\8e¹ «§\91\8b2`?x\eýÃ'^ Yàu]\ 6  ³       \vÐâ\12ÿXÀÌ\14½Î\90\9aV&úMó\0^¦q_\Ê\84\10â\8b\11\ f>ÿ\8eÛB \8e\8fu+\80³(\8dk*É\89×j,Î\9aÆö\ eű¨\11ï\rÎ\96èJÈ\18Ð
+Òø     "/awq§\94$úĨÃTbeª¢;|<öe³\1aíÓàÞ´ÅwIz'\96¯*\9a\82\86\88(\11Â\19Ú\riP@®8\8aL¬àõÒI·\15¼\ 2¿¦\14RÝo4ü\82C\9f3Y¶kÎÈÙvÎn,\95\8b1ÅF\80·Áí\165\ 5+(±à1\8dïZĪ\1a2aÆi¨\9dc;¥û;¢Eg\85\8cÉ%{\\ar?Ùøm}r\14¢¼ÎW1        ÷?D\91ìÚô\16k\b\1føn\17öâùb\1f0pSëÇCë°vÓ¨z2Óï½\96fE¶\1d½;.\9d\ 3ª®\84¹¸\9d>Ó?7\87øÙc\94¸/\97À·cû­\0\81\ 6\83Ê\ 3ò  ûË\99­\9as\89\84\8e·ö\ 4Y\1cëÑì¯'P\bR\972ZÜëºN\92º#\89,\94û ÂX\9a\16*Z;̳\98«Qò\1a\9cÖ§Ù\ 1\9fÚ­¸u¾¨·á\9a%»ÖÒ\8c¦\87Ì!oI*\13Dèh´\11c%\7f\9dz·rImS\88¸µ>&)ùÐ\ 4©×©ë\92{\8f\8a"!|"p\93­¬®+°2\8d\16\9f\10(\ 5\8e/\9cõTrVöoQU^xÓkBápX\80ÁT³´$@Dd\87MtO*D|¤Õôê\ 3     ·ò\97\r\14¨yâ¹WNõ ðZ8T\r1\1f\8f\ e!Z¤'\9fßà\81>Dbô\17UU\7fSz\9dðþ\18©ÝñU\9ahXëâ\19QdsH¤N\rî\84<V©yŪ\19{Á÷\934ØôzX.\93ny,
+V
+× ë¥É8^ìsü¶ùª¥SWÕø\1aNÝñÖ+æ´\16-"P\16\16¾ÅB|\9ac\17*"\9d3a¹\9f¨2ÿæ¥:}¯ìJ{m2=²é¾N\86µ6u+\11>oÞóówI~\883¨è>wb"©ä8\87\16\v\1f/*É\8f\84Ï\9c\97\ 2Òm¢\1a\9eb3<7©\e\9a¢¡ÒÛ \ 4\93\9cÎ\ 4\ 6wkP7\9f,*¦¶ö\92â\10\ 6\ 5tpù°×\90Ið{®ÏI7\85Q\99 é¬\15\1f\8e \10]Ôì\ 1\9fsãݹRoEó3#|­\fI\82\r\8f_¬íúgïv^H=ÕV¬q÷d= ¹w«væ(8\19o\9c\96á\90ý¨5 â\9f!DÜøb¿9)g\9bhé@[\8a\80ùçL´Íú»æ×\98VJ0(\9d1þ2Ó\105mî\98þ&«V¢\10üy¬\87á^®¦`\9f\17¡WÆo\rr3¹Ã\9f¸x\vÔöÉÛìq¼ÕÉÎý9\a\ e\95?\1e\bö\8eÓ¥\¼ö\88Â,}bN\9dåík\13hF~Ù\18J÷¥\81\1d$\93\16´Tá 6ê·\1ew\88&\1e\80LbßýìÔ\9c\83Ëݱ{×\8cÂ\8f\19.\1cþÝB#X\80\83¼b nU\15êì\9a\19{Ä¿\90ú¶\99HÜò-m×\80È\82öîóúV\1aº»°/\ fÙu^ég9\8c!\ 1êZºd3\1es\ 2ÃT\97\86X8£G³\ 1\83¨HNyÙ\13G\1a\ 15!Æ5~\19»Ó\1a\95­/\1aH\95\15Q\8fd\1eFÒØ"_æu\16ã
+Ù      ûR1¤W¸\16\14îN\1fat\1f1\7f\98     ×µÏ@)ehò\ 5PF\1e\9a°nj\1c\12\eÙ£`yä@Ñ>$/
+\91\1dy\9d\0(\14\19[>$óòf\ 6E`Ô­c\15Kã·¿ñâºÞh²\97Ëkyv\e\90ê©\92\89\90®Bi¨\85B\16ì$jqÉØ\93±=\83Sÿ,@Ô\17Í´\84\80ÞªÓ\1d\81\ 3WöAB\9a\89Y\1e\96  \899¶¸\8fNuèàØe\85+*É\0¼IiDQ­Wµ4\18ï\eûS[²µÐJï\16\96w\1f\v\1e\12Ö:\r¾é!Wò $cæ³t~ %\98÷À\83\8f\9c\84Ú½þ\1fÃöt\11
+endstream
+endobj
+1319 0 obj <<
+/Type /FontDescriptor
+/FontName /MCOYWV+CMMI10
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/A/B/C/D/E/F/I/N/O/P/R/S/T/U/Z/greater/less)
+/FontFile 1318 0 R
+>> endobj
+1320 0 obj <<
+/Length1 1542
+/Length2 8229
+/Length3 0
+/Length 9262      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8d\ 5T\14Z\176L\b\92Ò\bH\fÝ0´\84tw·À\0\ 3\f\ e3ÄР\r
+")HJw\88¤\94tIJ7\ 2\ 2Ò!]ßè½ï}ãÿ×ú¾5kÍ\9cóì8çÙûÙg\r3½¶\1e·\8c\1a¬\b\87!¸ùx\80b\09\r]> \0\b\14à\ 1\ 2ùq\98\99õ!\b(øo\18\87Ù\10ìê\ 6\81ÃÄþÃAÎ\15\fB 1y\10\ 2é§\ 1\87\ 1TÝ¡\0>\ 1\0\9f°\18\9f\88\18\10\bà\a\ 2Eÿå\bw\15\ 3È\83< ¶\0\r\1e\80*\1c\ 6vÃa\96\83;{»Bì\1d\10Ècþµ\ 4°Ù°\ 3øDEE¸þ\84\ 3d\9cÀ®\10\e\10\f \ 1B8\80\9d\90\80 \0\r\ 4\8cðþ¯\14l\12\ e\b\84³\18/¯§§'\ fÈÉ\8d\aîj/ÉÎ\ 5ð\84 \1c\0º`7°«\aØ\16ð\9b0@\13ä\ 4þ\8b\19\ f\ e3@ß\ 1âö\17®\a·Cx\82\0$\0\85Ø\80anÈ\bw\98\15\80<\1c §¢\ eÐr\ 6ÃþrVÿË\81\vðwm\0|<|ÿ¤û;úw"\bìO0ÈÆ\ 6îä\f\82yC`ö\0;\b\14\fÐRTçAx!¸\0 \98íoG\10Ô\r\8e\8c\ay\80 P\905ÒáÏÍA\0E\19\1d\0\bIðozn6®\10g\84\e\8f\e\ 4ú\9b"ïï4È*+ÀlåàNN`\18Â\rç÷ýä!®`\edÙ½yÿêì\v\18Ü\13æû÷Æ\ e\ 2³µûMÂÖÝ\99×\0\ 6qq\a«Èÿí\82\84\8dÙ\83\11\0\10("*\0\0»\0À^6\ e¼¿Óë{;\83ÿ\18ù~ÃH\ 6þ¾Îpg\80\1d\92\ 4Ø\1fb\aFþàøº\81\0\84«;Øß÷?\rÿ½Ãáã\ 3ØBl\10\0k°=\ 4\86óïìH\18l÷×\1eÙ|W\88\17À\f\88Ô\1e\1f\0øûóÏê9R^¶p\18Ôûßî\7fúËkh"¯¦lÂù\17ã\7fl²²p/\80/· \10ÀÍ/\ 4\ 4ðý\16\99\bráÿßiþ)À¿ÈÿAµA\90¿/÷\1f\19U`vp\80è_\1c\90Åû\17\ f\8f¿eÁö÷È°\ 3þû\ 4M8RË`\0Û¿¥o\ e\14\ 2Ú ¿øþ\9f\aàOÈÿ\9fî\7fgù¿Iÿ\7f/¤è\ e\85þ1³ý±ÿ\7fÌ '\bÔûo\a¤\94Ý\11ȱÐ\80#\87\ 3ö¿®Fà¿FY\ 3l\vqwú_«
+\ 2\84\1c\ f\19\98\9f2BÜ\14!^`[m\bÂÆá/\rý«\vÈôP\b\f¬\rw\83ü~l\0ÜÈ\86ý\8f\r9p6/\90\ f\8a\e²W\7fL`ä<ý÷\91
+0\e¸íïÁã\17\12\ 6\80\]AÞ8ÈÖ#wB\0_>ä\84Ú\82½þH\eÀË\ 3\83#\90!\0$=\7f\80\1dÜ\15çwG\91\7fQBÂ\7f\10a>$ââ\8eìÄ¿\10!\ 1\0¯\1d\ 4©÷\7f\0~$\0wwý\a\10\14\ 5ð"\1f¾\7f;\b\ 1xÝÀ\1eÈ÷ä\1fD\10\89 uþÏ\1ey
+ÂÁ\15ü\1f1@$â      ÿwΧ\0^\1f°ë_À\7fq¶qwuE>\ 6\7fT\89,È¿ö\7f^\1e\vl\833;\ 5·\11\ f\14Ú|ñQæ\89\8fágãÌ?\8cÞ³sûκ¶¸_=zø\8e½2=xÙõLæ]\7f\aáÂ\9a\ 2Û©ô\1cÝ­ïÎç\9a\87\11\8d    :M×~7\96qºc?\9apfFÉ{Fòvdª»i°©¹õ¥7ün]ü\f\83\7fFý¢Ê\9cåâþô\91v\ eÉ\85g\97\92WuwÉü`øÔ\ f\9d\8dJa5Ü\9b\92oÜÑ\ 6\83
+'\98³­3&)\180\11Ü4X\1cÄ\87^\ 4\13§gãÄ\1fFîéTã8qüw£\ 5ò}MWøß^Nú,\96éó»µQ2Q\9aRР\9f\12\ f\8e±øÊn%©>\9eö-Ê_è\99ñú,\91\ 1\9f+y\81\9b\90g\8b\12¢\e\ 5«ï¬ò\18\9cmå[Ïz\a\be}ÒC²\9ePU\OjéÊ EVÙd\19E\82¨\12x\ 1¦Ùjµ\93]l>3l·sL¦\9e\13ýV}\ f\98À7qØ        lh÷½®qYì\1fèá>\ fOn¼è¯\1fXk÷7*\94ê\96¢¶÷äãPp0\8b\\98\17K£IÆ(A\f¡µ\19\81UH    ¹æ<Þ=½Á\0\85\ 6\1fÉ^Qñ­æ\ 1\81¦O1:Q\a©÷\85²ü\8eÞú\97×\1ej¶®L\10MC=\89\9f\87Ü\87\bkÞ[\7fI><Ì£t\10P°J\ fgËNSh\7f\9d½\14ê#þ        \;\11RÂ{¸RNÎ#_ìM§\1e¿*4sÔË\94/¨¢Ôùcº¢?Ò<ØÛñR4\97gß°Ü )V(W\87~}7\8a{h«6¨O6$¬KôÌvkõ¬´TÖ\82ì'Üðò°Üó\95lÿÛïú"¡Ù¯[u\ 3?´¹i¥(ÉD¡\15\9c¯Mvb[3îéËzÐ;ÕÇ\10\18é?»Z\ej+¸ñä*Q\91gfÍ\9fÕèVû)\11á7û|F>¿\93òc 4ùëÓú@þO-Z\17l(xé\84\8bo\99Ó7æÑ\19-[úë\r\8fî¨d\9fèé_ä0ú¬ tN\7f\eZ£ÿ:¶Æä\v-7/\14ìj\0\88\v½IA\87ƱÐO¯\ 5¦\9e,?c{\13yg\17Ù°dà)S3G]\95\ 3^Þí\e| Ëø°E\0H*9¼«\fÈ+fM_RÏç$½\9fJÈt\õÉ\90¾¢\8bixVáfþi\89ôT"¬ô\99y\9b      *Ó²¼Ô+\83mìÑ\8d\eáw\1f¾y)eëÀzK\9f¤FR®C*\99§\123é§ÇpÔùQ\1eW\99\12ýZË\ f\7fc\17f\1c\8ce³E\14\85\85²&1ÉJÚ÷)&éH\97D[@!\9b>\94\8a\88\95hånTæ\91*A%\ fÆl×'9Õa\14UD   
+K§¯\bf¬p\15\ ec\90áhçhÛÎä\94òä\93\84\93(Þâ\81G\8aÓö\9e\f\8aB\891\9eGz¯\98ü*ï\83à:\12Ã\9bÃɸ¸cV/ë$2hù\80Å~X)÷\12M?\9d\ ejê/gÒ\97ú\1d\ e\97²B\97Ë\7f\ 6bÕÖ~ü\98&ÕOi%u"\92´C\8ek9\98\85aö®õä©\97\84 ß$ÍÉ3ÄÈ\85\1c\ 1¾¸pÊç\ 6\7fW5w¾\9f\ 2ש\ 6r(\18\90\1aeDù§±qÿ3o
+Ú©»\976´ÌæË.\a\81æ\8d\8d\e\82Z\82\1eôfi\96ç*\8d9\1f\ fª+oÈz6l¢¨\80Ë4¥Ç\1aª\97\1a\1fL\80e\831\1e¾ÂË\14\89\17\9d\0\ f.ý©\f\ 2\94ÏÎÑ\133ô¿\99¨ñ,¨Ql÷³·s=V\1a\ 5½\923\95UÊlÁ¡¥ñ\9eg{\14©Æ\1aÞɯ\ 5\1c7L®\10VÑfb\82^ÿ¼*kàNx¼bÖF±3\ 1\1eê\8fºè¥Â¢T\e\9cfág¶O´®ô\898W\1d¤Lár\87¿Ô(ãï¢ðYr\8f\8a\98\10æHmâ(ÀïîÀ/\1d»\17ý2\´,Õ\95«\96HnÃNñuäü»ù¡ý\aD9\8bTñÚÛ\91®_×0Lý\1dÏ\96\84\8df¦,[Ms¹\86´¼á9­³©\11é|#~/º­§.ôê¶ß*Ö\9eÀw^®ó\19ò¾é\93}&]õëj\8f\1e\18ßn\92\r÷¹dÚ»\1c\rdî*ÿ2ÖOæù}é;ÿsxIç2 ÂòVJÅá+\81ûV¶¬Ó¾"æc±Z¾GX3I¶XÅ}ÞÂçÁmsK\0\1aEü¢P
+u\98\90Þ±'K1÷ÎøÇÊL%\9f\8b"Ñm\8ag}¬ñël\83·Í*7\ e\9aW5S¾ëZÄ\80GïùÐÕ=l&\9dÈ0 µ\ 5m,}\f\1a»ÛN]ÒõF\93áå\14yåN\vÖÌÀÙ÷\18\1cWV©;\ f»²\13\96\13xíN;3 -ÌÚ
+üÙb´\862ìz²ê¼\e\12%äûB$%r\992¹Ëç\19
+߯m¸l\8c\8d\180EÌx\ 6¬(\94÷(¡O}ugàñDí]ú\8fÙÖ-\8d\ eѬeî\ 2Ôüà\1a¸\96$SãÉFDËwÔq-øÞë\1a[÷Â\81¥YU\16-ç D&\1d\96´\16ßN6o\ 6\8aâ\11]b\9d\807-cÊ\9a\r\81\86Æô¨R·éí¢\19ºSÙ}£ÏÈ\eÅ\0LlbhÉe)C\87ªd\ 5øÁ\8c¡l\8c\91,µÿ¦!{ì\83\ 5½¾y\b%WöAÐRá\81.1y\ 3y~K\93bt/zI\8bv\ 6ÏV\8bú\83±@¯\8b\a\ 5\14\96fÃÆ\86¯\88\1e÷\9eüÒɪÄ××¾?õ\bɺÄ\ 1\ fpÅ;ßÍQ\85¸\ 68$\5$¸\93\1fÅ\86¾±â\84úRa\9d\83uΧb-¥í\1e\v\vP)/k\83<Æ|(\r\86È,?~\18"í1-å£å(Yï\8d\8cÑàìµv\ e\f\17÷],\19Ä\ e\11 ß24\14\9fÉn\1ez5þ\b\9f¸B\8bG+s\ 5ÂÕüôié\14mÈngx\98ý\87gæÏV¤\19\14W®Ô\14/ô³­¯ßǵ\1a\ 6½\85²Aí+Ú3欿\95G/Ò7l\95L&M~5ÿ~{  \12Ôá{üqð% TtÕÅ0¿¡p0\1f\10ïfñb/ÇÍöm\1aì\91O\;ÖÃòÜÍ<±)jõL\1fÊço\89\ eK\q#ósJB<4å[£4\94DD\99TÔ!w,     23öO¾Ã ÂÞ¨\11ªØ1\8aZµÇ\12jØ?v´\87ò´ÞÊÈP\fx\84'\ 4,}\83æ°lÖ^\98ü\98®a\9d\1dF1\9a\eý\11ÂÒ\96\ 3\fR\ 3ÜQ\92¥òB°!³ßܱ­3©:äp\9eövùÈ(çO~\10@Åñæ96Ëòú¼º\88à\93q//ÉÀs\96\19á1\13ÌÕ\9bá·öLä´\ 1 \8aóö5ÁT\14\ eÔò\83\9f\16\19Rèi_®\97\8as\8a8\9bçyzQ\12\9b¬*áX,
+)T\f-l%\90\11S\7f°\ø\9c¤T{þýðg \e­\f\1e´\9edl\9fÏjá©;Ï\89;çþÚ,ÃÕ\89¤ø!W\80O\7fÍ\183\ e¼©r9Ë\v½\ føÞ-\98\8f\92Ø\88OÑkd\7fb+y\19`\7fç\14\17]ëeè}Z;G4\96Áð\9cÑç%Er¡³Çq;~\ 6Mx\ÊÙLw\11\8f«¬èk&2X\83\89\1cßU\17¢ÄV\9añ¼è)Êè\vÍ\88\89\8f¨Yãâ¹mÛ\13    Ð Å+6LÜ\997\9a'\91\ 5¨â+ßómïÊ:®÷PãË     o\969\9a#%z
+²ß­u\93\84\92\94 »µ\15\88JÔ*ÅàË)X\85\19þÌqXiéïb&ÓI\18\87k·t­\8e\11\85\ 40\95Ķ0\8c   \b4\9fk\8bN\8bî\9a\89F ²Z­\95ÓâïºÎ\19]\8ai&æïö¹\8d\9fö&ÖÓIcÚ\85à¥[Ð\18-\86±ð\vz\12\17C}p7\98\8d\ eH>y.\86õìj\89Zßçþ`Ð*ø@20dÔÉ¡Hü|\91·ÀÊ»ä\8dN\15ö«þDs\9dw\1dO\149J\16 úäGÑ[\16\9a\803[Ë\\r«\90¼p=fýjÍF5\91\98J,NÝ\94©]3×ü´\9b>\93Ón\92=\13\17°\7f\f5^~Ôù\8cI\84öÕ/\9caET\ 3\85\9cÝ\93»7\87ãj!m\93\ 4ÊoX?ÕJ¢\9aêH\ f\13¨Ì® \98s×ï\93ÒÛÌ\8aØEºXZo²\1c\86a\19xU\94?MX'æA\1d\9dG¬Æ®\ 1\13Ë)¼0KØ;tUõlr\,¶$i\9cO\9bY_GSqÊk5i|Õ\14k\97ç\ f-^¤Y/uÀ¶_\92ïY©Wæ>Ç\9a\aå\19d£~îö½yEì±z ¾¼Ð¸\91#\98ð\8bï=S\0\89«\93Ìý¾Û;Ò\8e\9e\93c\98é2:GJÓ³âó\ 1·ÓCx\1a©µ´o\9c÷\14.\16½\9c\1c]\94ïc\e,\1e£\0ÓºÝ\ 3Ú\ràc\18î\8aµs\98½\9bö{[&î1ó³Êá\894\16u     ç/\ f\88\e\b $x~\9f_¦Õ<ݺâéïJªã´\eîõñ.ò\b¡ûnùIÖ§b âCø/~)\8f\89f,L´í\93æÓé\88NcTP.ýSÊÉ<'\9c¤ù\b
+{ÏYú\878X\17"?\14±M¤½õ\9e¿<
\80\96R~  \85ËNý,KÀ¦KÊð \a^nÕG*&\ 6ã-._í\17+,\83Ì^\ 5Û]h{    \ 6*\87e\91ùm?4º©\11\9f\9d"%4!a\10\90ý%4{r³qñ]Ù\9ca¼Ô\fó\82/i8eÏFHóB´ÄY\92_DµIöö¤Ö\8d\17}?²Î\9eíW±\17\99\ e×#\84¤YÅêÓ¡\ 4%·î\86 1:]&Ñç¤,¯®\9c¼+Ø!µ\94\91\1eý?\1d\8c\8a¢Ô»te-hteAÐ/;^Õ\96YÓ&\19b\9f\844
++\1f,oìÏ\93\1eD>$yÛTNPû$ è\9a×1/l¥{6\9bÞ\7fÉ*q\7fG\9eÅ\88:°¯d}JÇø3\13¦òrá&Á B%¯¼\19; o\92\84úHz\ 6FVê\9aDhùk\17\10Ô\81\85ߪu³\86\90ÑÄàVÇ\87%E%KaX.\91[X\86ÍÛ\93Æ×¾Ì$ï\89\11\8f¶¢ý8ºW¤&\e±t(\fîªk_ «\8c\91\82~Ñq\8e\v§*Í    \18go\v¯Ë¸¬Í?æ\8d\16\7f¨GÉ\8agñùTl\1dñ@µÊQz\9bÔ«´:D\81\r¨4 >ÜH6¯ã\82ö¶¸7ñ\85>ëçÃLBñL\89X\97\99u÷ \ 4T]\8e/Á¸\v 4D\95\8cã\127Ýåò-?Hj=jÔ\87ON\8f³\8d:W\9b¯ó%-¸\1fM\8f\7f\bW T5Icn ô\1d\94íh¼\96     \8b\11ܯó\83×ÉYSHM\ 4Õè\16\1céÇÞ9?³\ 4\8aTN*_1ý<^)è\1emàÿ¥»k³óW\11\ 1`\8cþk\92É»Ým\94Kú  T\15¬     \93\1f\1f\98·lò\15*\evi¯Ó\9eÉÎ\ eª<\7f\12¨\87Éw\ e`<\19o$rx4h¦\13®îPbÂý#ø¥\9eë\9d7H\b ¡m¢T<9*N+ú \9aúù\83â±Ç&(äQaÒB\81ñ\8bËclT8\17éq\92¸\19\9d!õýòÊ\8e\119\84knd®dÁ^\vI8\e<\1d\92s£S\95\95Ù#/\92+æ ]â,I\95\8c\12\9b\1f\8fÁ±ìvcë\8a>iVõ½õR9k*6(ÒzÊ,I\12÷\18Íñû\ fÀ\1e0\94§$A\19\8aÁÔæk\86U%\ 2Ý' r\19zoïæ5±£qNÒL\eú\¯C\8c¤`ë\11\8d»©×ßyíü\ 5\96\93Òv¾\16ô®1(\15'\11\95o²Úi¸\8d=\9c 362¸õ¿9«­o0éª\8d¶À\r\9c\98fv\1cê¥Wn=\88ÒR¾Çê\1fzKgyY\17\15ñiø8 nUµÁ#ûѧ ç\v\8c8L³\ fK\bæYå\1c¤\82\84R$Bõ(ni\9aö¾~l?\92N(§ÈÀN\ 5\95Õ\ 4r\93¦È\ 4ØD\86ÿ\84Â\8dPk4Ø\8ec0]Qê\v\19ç­¦Ga&¾\8eóV\ 2~P4\ f\9a
+«FV\15hÖmÀJ\15ý\8f\9a\9bìÓqí\8e\81]ßÄ\1cL\85Ê÷\aÏ\86\9dA[\16¸A3\ e;Z/Э2ê÷ÓÖ\9c/®ðÊ\9fº{/0¹\1e'-\9e¼sDZó·qéä\14j÷~I\7f»ø|2ãêÉEÛî#\ 3®rÔVD\16û\ 6DLù8«U+¬k\9e­Â\12¬\15ô\93FÑ°õÎe\14\93\²Ì}k¥\8b[IìÕ÷£.\9f\90Ì°4eSsæ\18\83=\8f\996\14ZüQ\9f5\v\8a\95¯²ÑÞÌ\81\9aú«\ru\ 2Ï(*\8cwV¤\9a\9dHUã/ȹÇ\ 5BÏi kÓÊÒ\v±Av#!·/\1atyvÒNo=X\ 3{\9dx\88Y\87ôÖ:ä\9b\ 6g¡Þ7t\14"   ä9x&§SrÕåÝN?k-ê*\95Ü\85,\95Ò\1e^ÔÎò\15\\13 xßLàÞ­D\ f®\1eâ¬\b¾®â+\87½²¼\96\97ôwÆäÜ°+±\17u`¢¹*êF}.} qi5cñí³\92Ú\99¸P)f\9egïNÓ\83u\15W\97\ 3\99"\ 1;\99àe\13"\88{Y`ÇâzçqËØÁî7b\13\9f4ò§gb1Ñs¶´\ fuóÑ\17\ 1 2\b\1dî\92X.RöÕFPI^\7f£Ãê\88¨ÙD¡û=\96Þ&\85¨Z<e(Q\97¾Z1È\98iÝÓ¾?¡N+Äl\15Í+ê\89KoH®÷\ 3\15¶¤ûfGB!õÂ\12\956\9bZ\7f?\aÚ6¦8\1fùU\12\83\91\8eXÏ&\93\96Û2S±á\83Í®\91¼ît¾/ǵÐ\80YpÛ\93^T+÷\vi4*¿\ae»tdS\v¯¶jR{,æ\84\9fìófz\8f][\81\ e³\89\vúð#Í*\87#  ­¾µ\ e*dævxRµcì\82h\9fàeûl@\8eÕA¡\8f\89ý\1d\a>nöK_çFþðï\ eð"Ø80ªÃx\98ò\ 3\16áöö=\10ÆñÈ÷Q%TÊ´Øç$êÝ\0q\94dÃæÓ=:gnõ1\96¾Ükô\ 35+I\80UM\11s\87URÎþâ\97\12©F\8f¯M=\16æ7¯9âɦnu\ 6¾\17iZÛ\85qÎ7·.\85\19°£g\v\r°\9b}ÆNì·í\87@ëocÝk\14³ÆR$:I\8c¯¼\17\eJÊFÑ®8\9aÑúìÏî\ 5¥\8cù\9f
+\16\ eå¤M\1f§Z´\8fº¨\83á\9fÒß\eì\9d¼Ä;Ï\8f\8f\1f\15\91ÜeïÉ;IQ\86Åf¢5\16\95Ë\880üô\95\ f×\95àåGÜjt÷þºtûQ\10xýBTÅøW¼]nqú\18úêýÈí5'Él\81±Âna\12a\1fÏöwú¶ÑN\ 6\ eÕy=\91Gms&´\95XÔ[\18\a\8eóø4,ßfe¶Tñ8K7^}ùÜ\84E<Güì4I3û\a\93°Ç'=*}\13¢×\8có\14\15êÉ÷\82Ã\85û\9bRi(#¬g»ç\9d\97\ 1\8a\8fm\r\95Ô§¸87ÉÝÈÊ\94îòV,x\e\8a]j:\1fô\9f¡:¼é&(»¼4¥-ó        \95/FHã   \9c\83\89SÓ>liÌHK:²K\189X­k4¿\92¼\9fÎé¿\7fù\1d¼²g(¯:é\97ÜØhLà?V(ç\1aÙ÷¸G¿O¦o\v×\8eâ\16í}n|¢¶¿8F$Ãx³ÚÙ8ãp\9c~Vý#Åó+óMªÛs\8b\89\ 4t\1a*t\ñ\14ì6¿m]\80¼yW0¾²û\84ð½N÷íè{Ö\f\1d\81>kq/Æ\86·t\ 2'tz\83b%\8eÖD{óÌ\r\bÕ¸\87¼\92\ 3ÙZ÷ûé4®\86KA\1d\94^Ï?~Æl\96d_=øÐ^û<\10\9aq\89.\ 4o%4ÛÌ\1eU\14'äÒd)b%\81\14G\9aWiê´«\1c+O\fý\1a¥k\93Ò\17Û\93\9eQ<x¼©y\8fûPϸ}\11X%QÆÞä°b4\85\19Ô"h÷YQ¾Þ!f\9eg¦Z\1f\8dÝB\ fc\8c\9b6\fæé\7fË\85ûÊT³A\81lT\ eõWå9®  n´.\ 6¸Ö§câìP ù\9b9NÝ\fbïîÎä»\90UÌcÅ\97\96i^íÑ!è\ 6\99~Q¬Æñµ½\11¡JÒ\ 4\ 6S\84Â*¸æt)¡\9b\vg\927bý\86\96×hý\92\93\ 5¢\1c*@\7fòñZs\ 6ß\19\ 3\ 1\839\9f\9e£~÷uÅt;ôÁÙ¼°Síå¢\ 1v\85ØWO  \82o\fòÓ¯<Ù+\ eíI"¿\92¹L\88­Ø:2æ\7f®\ {åðÐ¥\177?½Ù\r\8eÏýY:\1eG\r]I$f\8d¡ÜOg4\ 2m£äê\aÀôØÇÍ/,Ø?·K}²F\8f$2_,ЮdÒ©¹°CFà fêP\ f\97¿ë\19\94YµmýLÂ\8djºùB59m9õ1¹Íî\1cEàÍ%\81\1fæWD«#ßXO\9a̦ë]$YEÛXÅ\1då ªG\a\97\1a\9d\1f*öqMØÈ;Ã¥ØØt\9c÷7i:¡5f\vK\12\ 6íÆbÔ\ f\82çæ¥l8Ï\98Wª°÷4\9b\16\84DÃ/BÚ«Q£K2\19:§ºÒ«í·ô\7f6/®[X\17\eucaγ}â`\ 2¼ñÄ,»Øb'\8b|\93°\16fAªIïZÞiâ\93/\91\1fÎòØ5Y\ÆVEî\89\15ï« \7f\1cnG\0ª°\8fùWè1Áàmdº\9a \15ÇP\90\1a7åô¢Q¾Þ\ fí¨¡
+\99\12\90.ò®\85«ÇÕ£ß\ 6\15\ eøgF\95µEÚ\1fWÒî\99¬\eõs\7fRüúºÕrZ\84f\9flwÚ$ÂFØ\98\86ʨJ;¿:ü\1cbj¶\13\16^9\e\12Î'\e¶]©"\94h\18°Ý<ak«ÄÚpù¾½Å\87c2Aº6É¥%¡]?J~mîà×\9a\aNÔÛá#þtîûRAoH"0%i@«´\88ä¶Xè*¼-~u9Mè\17¤¼ü>\18K\10í\v´F\8d¥Ë\1a\8a\81ûÑ9\18ϵó5­\ 6Cu<ýóÒI|eÒÙÅÁ-ÚK´\8dä\9c\82t0GÝÈ=\90aì¾\9f\ eÎõ\82-ðÍNÚÔ>c\7f.\89÷mñù\97¢%®Ç¦{\18:¯Uøé\9bs\93îI\ 6\83Gb\b4\ 3\88F\9f/2Õ\92`àê|Ö\8e0þµÃÝ\86\98N9%²Nj\bòË\99a\8b\95ÕZ
+[¸jJ\14G!\b\83\13LdQ?hI¼[\88\9dVÙ­"\9eØ÷ëÛþ@+
+V«zÌóº÷+A·\16r´.ϤV\94zyûCðwu\95T
+ºÛ\8e1\º=÷Ч\80l\1dX¾        \86íß÷¢¸Ð\ 5[\9f\19qPK[Ð\85[ûû\99Ø[l_h      \18¼(> ëg\82\14Ú\81\ 1uIÅlª4¥â\r¦njÆâ\92<ÞVéeÊ2UkGB\95\9eüx\99\94ÝÔólh\8e\9aª\e1¼m¢)      \1fn Ý\18èM\11d`ï\97Ý"«°\86¤\8a5â¯\18\9a¡-\82²ãv\83¨­\8b      ¸LU3\88\11Ââ$¼b\83\fùÄÔXF\ 5îSM}ÚU\e\97²wý  _8¬Í\96iT®ª+\ f5C£Õg-\17ð¢Í\8e7GUO\8fo
+ÒEü\97¢î^3ø\84M)ãçQe`¢ï\10ì`ÇÓ=iRÔ\19¡ã½m'¦0·÷|/ \ 6ynZ\9d\89\ eµ\17zênIb. \1e1.ºÕ\1dØ¥Ù_\98ug@;\8fÿÄ'\·\1a§S2úaÌe\18¨w3Èã\15Ö²K\8e\8d\8fñåO²j~]fµà=6ÝãÏ[Iúé\81£ë×Ô\954\18lf\11R\ 4dF
+\9f}í*\vU,oÙ_»Äpâ|àxë÷õ­ær\8f\9a^hl³¥lè\ 1\\88~\16\ 3;\80h8l+²H-&ÙHÏ÷\80ìË\13r\89´j×"Å/XýSµ\8eµö"doÞöÕL|T\8d^,ù`üN»\ 1ßÞ\vØ\16\98¢ÉÓ½Ñ?Øa·ñÚP¹ÀF¥È-Ñ}ÊþÐmúYý;ÀAod\13\90¹§ðSÀídZJÖ¯c+åÖ
+V¯\81\9frðøhKÌ£\17m¬&<ô{y\98|9\v\8fñ\ eSY¨Ð¸\88F\8eß,8¤ ê\v\18\8f-ã8ßʬvP\r\15Ûs.ë\19\14w\80\1a\82Þ\92\aîô>/eiU¿Ý]×^¨'Ú,JW<ÊÇgÅ°ÞÈ\91\91\\91ºÜ§\96\92ð\v\99(Pê7°*\ eìHm\e~ñn\8f'\8eÙL\9f\97\ fXW\16ZYÅÀãeÎ/\9d]Hß\1f¯í\19ú\1a¥]ª%­í;Îõ\1aë×/\8c|\9bº\9fô ùñz#\84é<Ô\\ 6Óu¹ºÏèãº^è:¥\ f\15\81¬H~ð^\8d­\1cP\87U\14Þi²ß]\ 4_'c¢=À\8cºÆ¾\86\14ÒÈøy\18\99\15ð\12\87\a}ßëQzÐ\82Q,bw[ÇA·\8b\85ügM\8dU\87@\9c)dÞ´{<¢^\ 4ºeåþ|}Û$Þ\8c\97\18R[ìoõU¿GzaÑïycÅ»û$,ç½Í\8eòq\911jÝÅi`\98úSµ2\vz\ 2\fî\9a\17î\8d\90Aô±¹ï\ eÙ\82cÝXkØZÒjÕ\18̪\9cy\rb4r#\15GX!í-á¶ÃïÚÂ^\7fü.¯/\14\89Å«mB{Èxþ~È)ÝE\\92qeÞ¡#M?2\89\9d\ 4o\13uDÀIÊÞd)\92b
+]\ 2"5§FÜÀZ\9d°êôÊ.ëz¿uã\13vNÓ\1e\88R\8b\1c^î_®°pR)èr\ 4?¯3R°èzê­PÆxÙ\15çA<G\eÓ6xÕpOca1[?.Îû¶(\99pàÍd\83wݸðf8e»ãã8\11i~\82íAÛúYþIßÅî¯\93óû^î\9f¬\99©£\97\94÷J-/Ly\05ï¢\87NB\9ct´%m\ f\86 \91L\ 3>Ú4N\8c\ 2¾\rSZ\8ctü½\17 /z%T¡WZb{?í¾\ fÙ¾¤¨RÙ{´ \94íqýØãÈgóº;],@F_e\r¨ñ,=\1d®\9f<MÜè¸4\89úF/×"dat\84õ\8dÊüðÞû@%\1dÌÉÎ\11V©R=Q\eE\92\96°\97Ì\13\1d¤îmVA\1fÇ¿D\80\8a»\8e°\8e\1fIj¾\86þ\b\93ê+£%ºkC\87\ fï\7f4fîà­Í\f\8b]¢ym· \91DÎ$ôÍ\9d\12\8fþhtÈa\9b¤Ññ¥'a´çþ \1d°-.ÍØJjÚ\9eWÈ& úi\1d\19\ 6ÙõÙ3bØò\a¥8\rÞ\9adëy4\9b\8c\101m·üâ\17r      \ 6L\8d\96\ 2é\97:\86r\19\ 3\vçÀÀv\ 6ÿ·\96Ä©\ 4\a̪ÐS0-1êMÀ\91B\ ee]:\81\86\ 4¨ã²P\97\94ß\99×-ß=\Ø\18ß7\91y¡ñÁLǸ[\b`FÏ\18\96ÿã;a\10
+\9e\fî±ýÔ¢\90\94\96VW\83\rE<\11¤÷9N>E\9bóTý+\9b\18ôÕm\ãÜdÊ¢o\87\80&\89\9a¬q6\93÷l¶ÍCÅ\17\ 6ih9ÛD\1f\bëË,~I`ìæÔ \80ªM­ç<\86u¤Á~æª\90\90UU\9a\10¬Ê\8f\ 6©Æ\925åB\12\8d£DÂ\ÛöîÚ§\8b²UØ\f\1e\eV7ø\9f\818o\10nÀÎH\9b»Ôw@s\94ÕÕa©ÁíTÞ\1f}'!\11Ú\3\9fl"ú¹¬¶ùcÝ;\9bz\97©Ù\1cZL¼Ó¥pVÐ\99HvÂm\7f~ô$?\87±ß\ 5\9dö÷·ð\r\94°\9b®¹0x\ f¨\19´FÆw\99Ñ:\1c\f\vÌ°i<zýeCd\96È;Ò;\ 2¤vøÞ\7f{qûØà«ß+rÜUMÁ\9b4\#\895Ñ¥Õ^Gßqë÷ób!ýÖ¬VÉ)\82¬º\94Ûì\96ÞC¥T\96rßÔ\92lúÐ
+T\1a\88T\9c\12(\16Lõg;\89tÌ̯#ús»\9eÑà0\980qê@\14Ó\89\ 1\8dª|Í\ 3\1eæ³ò\8b¤Z®ºüÍ"dç\ 2ª6á\9cîÑô]h3\16\83+mÇ\aêî*¢±~­Éê^äá§rwcÂ}{\ f\16°¸TÜÔðµ­ÖóÓBÈ\15Mw¢:\ 2U³Qç0}Ó\19\97\85êr\9eÌ(ýLLb\10\1e\9359^JUЧe»Þ¯\16Ú \7fëÙûÈ#0dú\88pñPT\864ÏË5²gS/\9a\90¾\aNl\1f\18½ï\80¢®ñ­F´e³\84n\9a~ÅÛ\98ó=+f_y#Õ\eT\81ÙGq\8fé×\98¿òÿ2ñ_3®\8e\9aG\ 3q\ 6Ó¸¹D\85©RM<r¥\1au§µ\7fA>Uªb½ëL\9fP¬]0è\a\99E\8c±@YPH\ f\9d¢*É<è\86Ü\84L\87\85\15[7Ū\8f3üÃe\96\ 2\862\0ùÉõ,\8aæR\8aQ\93\1d\e»¹\9d\ 5íi²!)Ë&üª\95\94Ìù\ 4å8Ã\8aUNyJ\84u\1a\86Ky\8eªÍhÜï\9d[\83¯
+(ʺ¦\1a\9cð\88Ì\rÏêCLÄÐá¯U\95
+[\r£¾ÄØåw²õ\10\11á¢WÓ\ 48E\8fcot\11n\eظ$G¼rNàÞ©ív¤ÿnJ\r\17\1c=\ 3\1c(6¸ûÌ^FdE,\85Ùà\ 1c\r\975É0®\8e]Þt$äÅ5ZøÐn£'\83\87=geA"\8c\11áéé_9£9hè³\fv\ 584R­trJºhw¯uë¤V\8bWÚªg5Ê{È\9a93#Ù>\90¶LIaëá<£\88^\92G\97\92Æ\ 3vÆR½\ 4^ø~äý\8euMÚ\9a\f\94NñÕ¤vß<oiW|Ã\85;\13å¥\9e\14ÉöìEck?­\8fCâ|údx_\93doVwß\ 5Ñhm`ëÝ\8eU7\1eQøS\8fáÕ\13ºêx\93å\9f\9aö\ 5æ\ fk$Y\b9zP¨ßâ¾w¶·ÃÌ\854\96ZW´1\8fOY\1a\9eÈá¹Ï¡[øk«qq-gÇ\86Ï2³øçl\887},­HþÑÿù*
+\14\9br@
+µ@Ï\8bÉøÌ\81Ç\83mW\94\8fù=j5¼,\1c[ãÿ\0GíõÃ
+endstream
+endobj
+1321 0 obj <<
+/Type /FontDescriptor
+/FontName /VYDKHY+CMR10
+/Flags 4
+/FontBBox [-40 -250 1009 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/eight/equal/five/four/one/seven/six/three/two/zero)
+/FontFile 1320 0 R
+>> endobj
+1322 0 obj <<
+/Length1 1425
+/Length2 6103
+/Length3 0
+/Length 7073      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dx\ 5TÔÝÖ>Ò ÝÍ\80t\ e-ÝÝ]\92Ã\0\ 3Ã\f2C\83¤\94tI#H\87\80\844JJ\97\94(HI\87\80\80
\8d¾¾÷Þ÷þÿk}ß\9aµf~gïgï}\9e³\9f}fÖ°³\18\18ó+:Á\1dÁjp\18\92_H\0(\ 5PÖ5¶\14\ 2\ 2\80@\11\ 1 P\18\9f\9dÝ\ 4\82\84\82ÿ¶ã³\9b\81½\10\108Lê?\10Ê^`\a$ʦâ\80D\ 1uá0\80\967\14 $\ 2\10\12\97\12\92\90\ 2\ 2\ 1Â@ äß@¸\97\14@ÅÁ\aâ\ 4Ð\15\0hÁa`\ 4>»2ÜÓß\vââ\8aDÕùû\11À\ 5â\ 6\bIJJðý\ e\a(z\80½  \a\18\ 1é
+ö@U\ 49@\ 1Æp\10\ 4\8côÿG
+.\19W$ÒSJPÐ××WÀÁ\ 3!\0÷r\91ãæ\ 3øB\90®\0#0\ 2ìå\ 3v\ 2ü¢\fÐsð\0ÿ¡&\80Ï\ e0q\85 þr\18Ã\9d\91¾\ e^`\0Ê\0\85\80À0\ 4\eæ\ 4ö\ 2 ª\ 3\8c5u\0ú\9e`Ø_`\9d¿\0|\80?\87\ 3\10\12\10úWº?Ñ¿\12A`¿\83\1d@ ¸\87§\ 3Ì\1f\ 2s\ 18C `\80¾\9a\8e\0Ò\ fÉ\ap\80\ 2:@\11pT¼\83\8f\ 3\ 4êà\88\ 2üÞº\ 3@MÑ\10à\80\87\1f\ 2ä\ 5ñD"\ 4\10\10è/\8e\82¿Ò \8eY\15æ¤\f÷ð\0Ã\90\bü_ûS\81x\81A¨s÷\17üÓ\w\18Ü\17\16ø÷Ê\19\ 2srþEÃÉÛSÐ\14\ 6\rÖTù\83A\99ðÿms\ 1#\ 1b@Iqq1!\0ø!\0ì\ar\15üUÀÄß\13üÛùÛ\8câ\10\1cè      ÷\ 48£h\80\83!Î`Ô\a~ ÂÁ\a\f@zy\83\83\ 3ÿÓñÏ\15¾\90\10À       \ 2B\ 2\1cÁ.\10\18þ¿³£Ì`ç¿Ö¨þ{Aü\0Ö@\94ü\84\0À_¯\7f=Ù \14æ\ 4\87Aýÿ\rÿÝbA=%%sesÞ?\94ÿåTR\82û\ 1\ 2ù\85%\ 1ü\92â@\80\90\90\908@BB\f\10üÏ<ÿ:\81¿Ùÿ¶\1a8@þìî?2jÂ\9cá\0É¿H Nïo">\7f\94Áõgl¸\ 1ÿ¬ \a\19\fàú·ü\1f\0Å\80 Ô\9bÐÿy\b~\87üÿ´ÿ+Ëÿ*ÿÿÞ\91\9a7\14úÛÏõ\17àÿñ;x@ þ\7f\10(={#Q³¡\vGM\bì¿¡æà¿\ 6Z\17ì\ 4ñöøo¯&Ò\ 15#\8a0\17\94Îù\85D\ 5\80¢\7fÙ!\b5\88\1fØÉ\0\82\ 4¹þ¥¥¿\9b\81ª\ 1\85ÀÀ\ 6p\ 4ä×½\83\8a\ 2\ 2ÿË\87\1a=\90;ênA ZöÛ\ 5FMÖ?ëªÂ@p§_#(,&\ epðòrðÇG)\0µ\12\ 3\ 4
+¡fÕ    ì÷[â\0A\ 1\18\1c\89
+\ 1 8\ 6\ 3\9cá^ø¿\1a+\ 2\10t@ 8C\10î¨>¸þrþ¶\v\ 1Å\ 1\82\8e\ e^¿\rÿ¨\bòöòB\råoi ¶ó÷ú÷\r\0\ 6û\81AøKóp\90t¤ÛËÈΫzEz_þ­qìÕµîØdË\81\181$dz@W\1d\9c\1cõ\99\87JöNµ4£O\r\16+£¦ç\83èy\8e®&ü\1e¼É\v[ÉÔ(D¢©\ el(\9dð\17\r\7f;{ã\ 2fr\82Ó¹LJ<\8dÝ =N1d$¶·Æ´æL3\9f¿~,Ñ+²ýâsÉM7bÛJr\1fà\ 1(» aɤG&(\16tï£?±da[C\8eX> I$ó²Îò6Ñ4\9d¼A\7f\ 2I¼Tê\8c§ýæ¿a\9d\98=òñãÛ¼Á\81§"§ÅÚ}uâµQä´\14\ 1Z,\ 5£©C´\94)yZ¯\10h\1cJb\17Ê\95\19ɬ´¥\1eQ\1c+\18ö\12+?f\8b\a;R\86\9b\94Ãîê?\1akñn\84\8bÍË\16ô®\9c2Ømæ\9a|\13$¤iM\8duå«\7fʦÄ^ç\84v1\92u\'\ 2-ìäb\ 2`7v/ßêÎÂË+.-uÐß·Äã<\8a\10±ý<Ese\9f\90\93"$l\93!\v½?ôé¹\92¸\ 1\94ÉsÔÙüýµL\ 6\80\9c\8e\9dÜ@\13C\8fÅmÍ{ô\1e\9fÀ×ç\ 3\90j\væ4ØùNëÛÎ\91Þè\13\11#åLX²EWÎ~ÿ^Ê+M±\8bw¤f<ªâÈ\ 6í\ 5x\8f\1dwRAÒl\88Qa\ 1¦AG·º´\95\82äâ\14k\92\99\bq\91        é\82\89Î6Z\96\1e\9e¥ÔcÅÐY\12"r÷£JÆ\17ïkÄÇ\9eÉ\86·ÊfÜ\ f\ 5>Z\9e:¹£bx\90DÒ°q×°÷\e\96m²£×\89 0®­va·\95«}¹\1e§\16R4\19Ò²\9f|½£d9\13v"1¿R¨ôÓ4Ä\8e¼âÑ\83\84\1f\89_·Ï\9b\8f\v-\14\ec¬ ±é=3!\evÏÇ\18»¬\ 6\13\19²^O\1dôuqflûi4\7f¿À<!w\1cQ\97\1ab\8d,\85V·$\89µ+\7f\1c¤\8c\1etÐé<oÅõê\1dsn9ÿF d})-º\19æi»Ó¬wìù£ê¡\92
+\80\8c\98sñ±¤ÈF­n(\87d &A\8cY\88
+á×ûd\84\ eSÍáÂó0\ 14Wç\16üM¨¼ö{ªâ}k¶'­q¤\8dßÕ=O.ú\18>\92·70\bj\r\ 5\80.1JÃÕîÿð1\10ùðIÐB_ü­¿"¼§áèÑþ¶\8dùCz\95pÝ6ì\18KÑÕò³¨VÒbˤ¹±b\v\ 3Õ\13\9d\eá\r;ᶻµm\95p\8d\8c@|!j¿\19Z\8aá=Î\9eNoÚ \ e8áÕÅws=fF£\1cÕôÓ²Ã춤Yôó\1f\1cé\eYPfµ[ª\a!:¤èF®B/\98Ô
+\1c¿\94ÕN\ 6óFC      \95¯l\0e¥Ë½\¸\91\f>Îsð\b^çI\9a<ÝýCæÆàK¨<\ 3\88g%\86õ¨Ö6Ĩæ³M\95GÔ&É;Hy¤v\95þðL"\8bæÝø\97³/\7flÓ|5"ýi\87\9c5\97Îî\19û\925ä­Àu¯
+É3VN>{×ôY^`ÐÆׯ\86Á\ e"[j\15P\8c\8cî³û~\985ô8%3ÈT\r\8aÞÚuéF\96÷f+S?   \95ÛG("Ìà\8dO\97\v\ eRå{\eÓ\99¥Óó\1adG?ÈñE\ en\94Ww?`­þÖ\92\91C=mt\88åc¤\9c±X\8a\99g¨â\8aOK4«`ÇW0D5\9aGÜåNF\95àè\fÝVÔ¼2°E¯jÌö]Ê!/sÒ\1cÖ\b\ 2]\8aDøýHf\8a\e\ e;0\1e15Ðlt\ eÔ\9e¨\1cGÐ=&8\1a·¬ë,:\14<ðy\934i]Ôöc\91©U\87]¿Ha?[#"*\8dLfÅ\803Qëùèr\88\1cß [\13««i¹®üyã¾üZ\9a'Ï|¤\84\ fÑ\ 2µì²\81\10"xC\9d8M¡D/UÌöD$#Öd«ñ¾s{\14\80Îß°,:¢M\9f\89°\ 6(1ûy\86\9dè1^¤:AÉ÷T£\80çäggλ\81ÑS¶¤*®\1fÎe6\8b\ 3³³×\952F÷æ\83¿¿\1e\*@\b;s*\9fù¯¬×Û\r½\98}¡`\ 3\9fÖ\0£\93\19Aûù\8ev̵¨»¾,õáÏj\85yS@jÅ\a(ßG\ 3¸ê\93\15êÏîèï²y\88$p\1fbX¿gÁ>¸üþjbqgö\ 1¼#Üv\81í\15GüÖÙ©\ré}hFÒæ+D\eGdä\eÁäõu[î\1c\16\93­þP\aÂ3ôµ\9a£¥©Æ5ª°.cÖ"é¤\9d\8cko[4ãX|E±Ólq%YÒåb\1fØr¶É\ 6nmvRÃd'ëãéËJr\eAìqþ\90àÀ\98éÁa\85ÂÙLÞ'\f9\10¢;7\95 \87       OØðòFÓ짹À*B½Êp´cWvÄ·ªÝ\93\ 2\0ZÛÂ\9a^ UøæV\8dÙûÍ\89¡\88\1e\87Ê\1c\9bó\1dù9>\ 2ôÃSGd\114-Ë\95D<åV?Ƨ׮\1cÛhw¬Q2Ù\18`\8bapÈbèy\89÷&\99þ²ÍKü²ó\8dti£UæNÏà¦Ï"\93¤;\81?i"U³Fª¿§4\9dÊðÂ\ 6 Í\8döP(oJêÄ(Ò¦æc®c\80º²<+{x\10øc©/ËNCæ¸xÂh©\91Á\ eÛçWmR·]ï¸\87»\12Uï-î\94:qÖômõÐó·µ\10¼\15F\13¤\1f\0°\7fI\f\8e^ê¡\8f_ü@Mà1ú¸Îê\9a®¿X\87èþäëó¥\ 4ÐèYó$\9cb  ½&.WG£ô]»ö\87ó³\96\ 28\ f\vx\17\96A\96þ\19\ 3ã\1d¥\85¹wðÉítÇâoìù\15\1aq\80dfØ7ô\9cçy\93\rS\17\95\8aá\12b'ù\8f\r\16\94\98ä\\11\96\11\8fû/ÝõÌ\9b-_\1fª-Êì(\ 57fîº7.÷á¬\1a\1d\9f\9b´\15^d'\ 1¢+^ß\1cxDv ÅO\10ïB\83<"à³o\ f*Ei\r·Ú)k#\8büóÉ\83Ò\92Þû0\93\1dó>J.)dêOWm\ 6%¾{¹\84\91ª;¸¿ X{ÁHµ\8f\|\8c\ 1Î\89Z2PnÚõÑ;ÚfU\17\ f&(; <Â),°i\16*R¤N~\1d\9fÎ\e´]ϵÙf6÷e5N½¢\ 6*\11®íLoN\11°âUhw(ûC\9d5\90³Jt4ÊB\17PÆÕCÓ\97Ñ\10uL\e ø¡±e)`F§Ï*2¨-Vå\ eÓ (?ñ·5 ê¡gK\1c\9d\95ñ÷Ö3Å¡µè\1aÜ\98Æ·k´\8b­\8a\9bémoº\90Ðî\86       \8d\9b"k4\930?Ä\84n1ãc\83X\9e¦g`peR\99sY7\9a¯ûûh\1a¦+\r!n  Ü\8a$\bkÂTßq8\e\90qñgXSu\9f\99\87\8c,6àlûþà@PO©\9cÓ­\9b¿INBX_³\99ÇÐç§k´\ fËÇ\\94GhSÎR\8e\17_·çÜ\91\fÀêØ2\89Q^  \11ìG>jO\19È\8aÂ*\87\1c>\95\8c\1fô\9a\9cÓ|R\ 4w«3=Ô¾ ÷s+j\17ÀãÃ\1e¿âu\14ª\9f\7fù\85 O3\17ª¢slh\85!\12vÙbÀ\ f\83\9fw\9evqÊLYv­b\83ù\ f\84\ 4¯\88â\v%ÂâyTÅî=u\8aþR\ 2\f´Q®\92\89¡\86\17àÂ2\15Ãó\1cÞ\8e6\8bå\16÷\8e_ïGØáxéx-üô~Ò\80¶¯¡ËÇ\ 4Ï<\1e![r¢p\81ù¸\98ü\89Þý\ 6\ 2\1d³ØGçoo¯¯<\b\ e\13\84\14\a\ 2¬eöÉ\1d\95v/\f_A\18Bè6=__\f$2\8dàà RÑÅü\ 5,"\920\18fÆ_p\7fùÌPlRt\88Vvá$¤]Xì^]=\16çö1¤º\18\97\1e\ 6\f ®R\7fÁ¸Æü0öUÒ¾C¥¹á.{@ä,\8dÖ˶E\8b\12ºâ^\11¤¦?°¿û¹\0æì½Ø\ 1ë´{%\8c\11*÷Tß\85§zzÖ©ñTW|mXÉò9öÒ\9fu\9a\80IÀî\96\90Î`8KFðÔÑ\1fXH}íÞ\96\eêÌ\91â\19_ÑatF\1fO ì\93LåpHu\93æe\f¤ì\0FãqO½WLué«×æÙ\v³ÐîE_6ká\fX²:\eSd|Ï\8d\a\98¼Û8gÒ\99\97\9d¼¬3±J¤µ\7f|ºk«\ 2©¸±.;\91BÈä\7fh\15îeùB±b\1aý=(\17\1eö71³È}çiÓ¸½\87\ 6\97×3A²·ñ9¨ß3½búA\ 6}Ø;\88\1cÉ/åL\89Á\9b[i<ø\8c¼.\9e\8a¡|õ|od\83ܪ\85ÅH\95\87Ã%r¿Î\11¤\1egÖ5?]d    \11Ø\15T« §\1fn\e\ 5\16g"\8dòÖÚãÐ\ 5X\19\ 4®t´=D\ 6¡ÏÀ\9bó\1e\9e§GZÑð&\85ú\86õÌ°[»\93\99\10\91òuCÊÝ\1e%&³óGl'\92ªÅíTÉn²øOlä\ 1Õ;ù\81¾XuvÄb"\97¥jG.³=\8d¢ùJÙ;\9b¹\a\8a\15Õdk]\ f_N\9e\8c\123¯¾^\99\16\89c\8a.I\9e:\12zaàLó\ e¯æ\8coÞx Pü|£\13\8bá\99WI¹uÊÇ7>ö\9f\b:\9b\e~$P\9f÷\84ø]ª³Ý\16ÒG\96îM
+\ 4\17µMÜ\1dK\7fUAýa²[m<;\1d\90\93\12.KSûÆ\99\85ú\ e3ÏhW\95\0¶à¶/v\7f¬Ñýv.\85¥¥'9\ 1\84 Ö.\85>=\ eM\8f§\ 5\1f\9fËY°¼õÈ\0\7f\19Q\98\80R\11\99ß²Î\98)kì\åß\7fçN=\97\82\7f\95§çMè\90\8e³WZÑ5 P6x\8c\8eÔk*í\8f\81
+¿$iuWÔ´\89æ¦Ö½"\ ei1.þ|k\99¹\ 4\vOÀÆÎN\9aã¨à±Md\1cJá¼\ 6\11¯Ó\s¼\1a\ e\92Y\9d\18(yzÙÍ4MwXOv»·TÅ\9b\ e\rm\91)zäÏéq\80\90É6Ý\r\93ôd±ëF/7ì|ÿu\93³L/W½éx\r+K\8e\b} büµ\9bM\13\19ìLÄBN«(@~Iå0TVïêñ\9d.G\18!cBàCjGK.9Ö¥û<;Oº\87ÇÝ+üE®àëqWh\1f\0¡g±\1a\e½\84I*¾ëmW6%¡\ 4]ôÉ\94ûNÏ\ 2US)GJû\9eø\86-Ñ®e\93
+°Q\9a­m»Ò!ó.\ 2ÜÙÜÝÙlD÷ë(1O@έEßëH:\941Í3\15NGÏ~\88ä_<õd\86\1aÖ=K3ü\9c\1d\8bé¸VA)èyv§ùì\19\83IÚÃnµéû\98v?ç\14IS{`ûä\86ïpn\8b\13\ 39\ 2¤eæz
+°Ã<N7¬!\12c\93TMûyÏ¿pòPÝ<´\b\ 3;EÊÐÏÅ»\9f
+âÊW
+{Ðr\17\8cN:\9f·Õ\1df¬­\17_ùßãÚ¨³g\7f\1fXEORÎÒiÈ\94'\bä@¬úµ\9d;o+UóÖÌy=9V]=¶FN¿wÑ×fH0|Îö\9dí¥,\ 5ݧð\85<ù='\ 5\11\107\89\8dH\15]&ÑÞ\1cÃ\1c\1a;\8f\ 6C\1f]öni\81´²Óóµ,¬a/Ï.Úz!
\9bB5R:\92\9e\18Ðc\ 4#2ãP\9dór]ùAf»'7f-÷\ 5öÏ<;æ\1cÒbî\869®¶ï¹¥ÍwuuÛñ\9b\e#        \1f\ eúp´Ô\8d\*¯n\89衵èX!\1a}M\f¼\ 3\10\9dí\93õW\ 6\ 5Oxùók+\8bL\9f<mPûjzeÀÚ¡=\11\15Å[Ý9cÙ\r\96 \97\aVse\àB\9cèést\9a¤]Üq$ß\90qYjò'ÇCí_|=\92\9f£Üþ¬8\85«!ÕôâÙ\9a¥\ 6££PZóz\87ÆP`«oÄ\90\91­åt\ e-\11\1fþ36µ\8aw\99\1a*K§ftò\9e§8þÓOÛ(\fVØÕd;Â{\87\ 6\95¢±/\96.\8aÔµ\17\r\\e\1fé5Y·bj\8eØíÅ\84\9e\98P\ 5¬Ì8ãmãÉÌf¦Ç_\87ݱ\17E}+«
+ÍkqvÞ¬}d³\ f6ÂÃ&\ eÇy\1fò "\94t]OØݹØá\fî­%!\92\1fB²×t곶×s\1e¢½l\1e\98§;»""¿\90\94P©{jóMÊ\9cV\9a\82Ô\879ù1I\16\96ź4V¤\12s*^l¹\ 5y\92\80Á\9a¦´|!\8bII\f@àî+\ 4Õ\ 1Æ\85©Íæ\8b\88TÙi\8b¸\9fwoRÅ\9a\85z\85ê"åüeë¢x6Â\1c\95\1fÙ\12v!\aè\15½\1a\8a \9c-W\ 3e\19×gw\1e\9c_.\16\ e\84¡ïG\14\19¤qH \91Äè\17Þê\ 1ÒÚ.¢ïϦ\13\98¤_ys³î6J\7fÿ`\9c\91ÙëÓ5zrýUùQ£|\8fVD\87\1a«¸©@=Pn\e\eý\9c÷\83¶ál$\90\96ud¶zZv?ì\vbwå0Â\ f®e³¶PÅ2æ{-®ÿQ øIA(r\7f4D\8cô¤Øl}´²\91·\86´ôUMíëkF\89¸FSDxÎ\8bùÊAÿí­\91þ4\1c\93Âxe±ku/\97uSì~\12±1¶¤è§ñ\1cAõIÍ=q¸\8f2>ªWm.Þ/xºGXT\87­ë³µÊåF\8d,\8fØX\ 5\10~\99,\86}9̵\99°\190D\1f3§y¬¿\98B\17ãA$\10ÿ<±ö\ 4ÏȺ\9bz*\v®'ãvï3îOÎðíþN¡ZòE¢×ÒÁÌÄ'\8f\1fè\86ä\83湤\16ÁI\rò\17\8f£6È­²E\99´c\¢1+\avJz+·\89É\15âóLjÒ\ 1s\9c\ e\17¬ì\83ÚAö\86ÚÁ\9f\8aßn\9cz«Då¥Å\12\ 5\9fq\84Þôß\97\14¸\99/ïØv¤óQ\ 2ñ\86¨öðÊ\13\f\8b\95Åp@%Ï-Ú\fä¦`.çx\9ajÛRò½ÈôÅdlcSý Ð \91\9b°²\87ué§j}    ¹0wóïî¥Å\95]è£\16u\9c\11/\8f\18˨ò\88){eLË_.è-ß×\81;¹-#\16\88DH¢å\b²ïÑÓ}É\9cFrZd8QJòªJ4\9cèmbãf;Åß\ f\1c°9\8d÷hË\17\8c¦½;ø\85¤ c!\91²Ô\89Î\87ö\89%z\14¶eæÅOf_¸'ùùn6K¶j¿A¾\84\9a<\9cf²ßÍ\80Xrý´\96\8dK\9aR\~üÄÀ\92ÁQâ¹´\92­a\92~e\9aÈ·\1e\1e¥»"\8d\11Þ°\ e\f¶W«\9a\83D{·\85vúØà\9föïð\99³Ø^¯Ú\87\aóKR\1a
\97né6\82C\vä\17ß\f\rïÍÔ7ßa"9pÝÄ°\89+s<éÁ»ÙíØ«¶Û\13\96\99¾\1aÏ\1cäÅ$9@2ôVÕ[Oæ5ÄÐj\15ý¬ÔW(a×MÑ\f_Ù%D\965/ú`GDÍ= k\13\98î;Õ5S£\1c\ 1\8aÝNðºkn     \9bKÊ9g\ 6\ 2\90L]õ·\9c\8b £[ªoÛ\8bܪ¢Êú\82\9b>\9f\1f%Ïã\17\ e\r[SÎêĹ\16¢'Z\92Q6r/ÂÅ$Ü)W\7f¦Ýc\ fÁÑH}\80ÆWã7\11t\8e¨Cø\1d\96j\14Ȩi\93nlF/b\8d\1fº\96ßm³\12\9f¢y\8cæÁ·2íjÌonE\96D\841¡EÃùªþrD¶bó\83¯ÞV~£\ 3´J*\96íJ_lÕ`3Ò·Ïn*V\15\18Ç¢½"\12;5Êj»5ýÍåáOI`\83³ê \97´'«ìÏ\11\82@®»:âpNyt?l#\ eOÿÛ\97}{²\11ÜrÏÔ¬ÀÖÕ
+MqjåLí\ee\fAßú|\ f
+\9cê\ f#ÆïØ^\18þ`\9aVÖ9/>Ki¥òËòÅûÔ]ÆøX­u%\17\8b\83ð\11kä¦j\9aÜxTP\8b´=&ñ\0\81Ï\ fö+æ÷u&Ö\87 yl\9bãp0z\1c«úSS:·\84ÕjìHÿ¸\13¤\8fß\9c\94·\93a
+\95·\95¿\1dÅK\13'Ö´ªç\8e¼Ûoô£l\16¡u~\9f8Å}O7Ä-^*\93ô¨h3éãо\89vÎårQðµq.3Ë\1eíµÞ\v\1f/¤öm\97É\96XQħ\ 6oh]?×g¦\8e¡Eø\8e\ f\ 1~À÷-\93Ö\95ï£À¥\8f\14\8e÷.rïXç\ 6øO¦Î±a\82\85j\96ÝçÄ\9e:\19)\1eØs\r<V\bL\96Åò7\97ë9\89Ù\94û\9eR·í¯ðyà¶Ítí;îï¿\14ú4¤\87@\81\99'2þJ\8e\12\95P\16\ e¿¤ö\13,\85ÊèwÇ\19¸üNE\98Ë]Þ\9b{\ fÐzÇÑ?³f\85\rz\1f\8d\ 4Q²È-\8bü\06%P÷u>·\9d{\91NÃ=\97Í\1føJ?©­^\7fþ»0\89QEo\13±ßÛ\9d}\æ\18Ã\ 1Üs_%\97©\94õÎ\eã\9b\8e\82\85*h®ãÉE\80t[C\96¦ÿÜ\ 3Õ\ 5¬7£{±\9e^\15îº\ 4¯\14°\15\1c¯\9f\89ddAûFb\91Æ\97\9fûÙ\19Ã\ e¹w\ 4=\8d\86®V\96^W±Ò\b7{ãg©\82SÅ®xû\97ê\11åV§\9c\14\rmå_³>m;Æ\18¾¤;?©7\86\92\15º\r\\0\92\ 2p|hÑHVB×\1f±\v\90k\a<У(\8a\8bܾ޸¤RÝÃáÛ\0\9b   Ï\90ÊêRÃɹ)øô@Cf\9fJ¤fèL\97\84§[å\86\85b\16Þ¦±\12÷\18\9a·?\8bпù:\9d"Ê£\1fð£]\0Ôzæ\ 6J¯¶ä¸^ý°¸8I\9et°'»/A\96nI\93Ýtqõöd\8fOQ\f6¢¹ª\16\97!\98'\7f=\16\97½Fhã\80\10hÒãÙ~iÒÞ\b\98\96\1do\91\975a\9a¡ûĺã±
+`ªq¹óÌ«êÔÇé£\9e\1f²\7f\93Ë\95Oe%?\97¢×®¢wÇ\a\7fÜÿ\v\ 3ùZ\96=ïî\92¹<\1cÓI:´ú\ 5C\vG\ 1ÚÛjÅ|Í>{wÒ\86«s\98¿¯_.íQÄ@§XO\7fBÙ,ÿ»i(9F½\7fþϬï\ 4WÆdX´VßvS\973Ä*i\98Çì˲T371[s¯\88VA\ 6ü\8d\93-XgÊæúõ×E3è®nâö[hY\ 5o:º%§C®ó8nvƽ\ e$f½nE      \ eÐ\fK\8e.@Ü¢Ñï\9b&õê\1eÍ÷\8fâ°®]Z'\89Õ\89¯Vöºx\91¼1)»q\82<\91*\1eIÐI«~au3\8b¬\86\9bL\93ù~Ìü\1aýzõ\83¨\90Õ\1cFÑÂfU}Û.\10ç.ÝÖ Ö\88KÛÆë-ÕGæ\8d\86\.)í­Y\9d\1c\ f/ûîõf3îÞö\90d\13¹¨l\1cßs\7fÙ5Ý\97þáI¿Jy) ßÐïL\82ÔsG«\ e^o\11\9c\13ù\9d9çPL¯«\8aÅ\ 6Î)H=\93ÛÍ-\ flp\99ß \1cà1H\8bó\\1f³\9dâ\11\1dÉû±\9¹\e\12rǪ\ 6¯£Kæ\8d\87îí\8e\f+Áõ\14á`
+oö\87|\9aì\80\ fî+l\9dÅéù\8c\83#»ÙÞ*\15\a\94³nä¾*.q\ fÐï\8df\15!-«+\ 2~ôI\88Ûª\19\ fqh\8dÙ6ÒÖÜ\8co\7fÊlÆê8H \90c¢"¹\8a\1aÀ«\r¥\84gªÆ:­|¹#}^æJÊ\84xM=l^à\9aNÐJ\96\90p!õ?}\ 1Áw
+endstream
+endobj
+1323 0 obj <<
+/Type /FontDescriptor
+/FontName /NBBWCW+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/asteriskmath/bar)
+/FontFile 1322 0 R
+>> endobj
+1324 0 obj <<
+/Length1 1399
+/Length2 5955
+/Length3 0
+/Length 6908      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dt\ 5T\94kÛ.Ý(\8dô \80\840\f-)\1dÒ -8\f\ 3\f1\ 3ÃÐÝHIHI\89¤
+\92ÒÒ%)!Hww\v
+ü£îýí\7f\7fç¬uÎ\9aµÞy\9f;\9f뾯ëegÕÖã\95µBXB\95\10p\14/\88\8f_\1c ¯¡g,
+àç\17äãç\17 bg×\87¡\1c \7f\99\89Ø\r H\17\18\ 2.þ¿\ 2ä\91P0
+mS\0£Ðq\1a\b8@ÍÕ\ 1\0\12\ 4\80DÄA¢âüü\0\ 1\87\7f\a"\90â\0\ 5°\eÌ
+ Á\aPCÀ¡.Dìò\b'O$ÌÆ\16\85nó÷+\80\13Â\ 5\0=|(úàw:@Ö\11\8a\84AÀp\80\ 6\18e\vuDw\84\80\1d\0z\b\b\f\8aòüW        NI[\14ÊI\1c\btwwç\ 3;ºð!\906Ò\\ f\0î0\94-@\17ê\ 2EºA­\0¿\0\ 3\8eÐ?Èø\88Ø\ 1ú¶0\97?v=\84\1d\8c\84\ 2Ð\ 6\a\18\ 4
+wAg¸Â­ H\0º9@OU\1d å\ 4\85ÿ   Vÿ\13ð\0ð×l\0 >Ð\7fÊý\95ý«\10\fþ;\19\f\81 \1c\9dÀpO\18Ü\ 6`\rs\80\ 2´\94ÔùP\1e¨\a\00ÜêW ØÁ\ 5\81Î\a»\81a\ e`KtÀï\9b\83\ 1J²:\00\1aà_ð\ H\98\13Ê\85Ï\ 5æð\v"ðW\19ô\94\15áVò\bGG(\1cåBôë~
+0$\14\82\1e»'ðÏfíá\bw¸÷_\ak\18ÜÊú\17\b+W'à\138ÌÙ\15ªªðW\bÚDô\8fÍ\ 6\8a\ 2\bó?\14\11\11\12\ 3@\9d\ 1P\ f\88-ðWy}O'èo'è\97\19\8dÀ×Û á\ 4°F\83\80ú¬¡è?"o\17°\e\14\80BºB}½ÿ·ãß'"\10\b`\ 5\83 \0\96P\e\18\9cè\9fêh3ÔúÏ\19½|$Ì\ 3\8fæ\1e\bÀÿë÷\9f·§hzY!à\ e\9eÿ\84ÿÞ/P]Ví\89¡\1aÏ\1fÄÿñÉÉ!<\0Þ¼ a\0ïCa\10\0$\80~\88\8a       \0|ÿ]æ?\ 3ø\eüo«6\18ö×åøÿ©¨
+·F\0\1eþÁ\80\1eÞß8Üþ¢\ 5ç_\92á\ 2ü»\83&\ 2Íe(\80ó\1fê\9bñ\vóCÐ\ fÐÿ·\0~§üßxÿ«Êÿ\8búÿ}!%W\a\87ßnÎßþÿÃ\rv\849xþ\15\80¦²+
+-\v\r\ 4Z\1cðÿ\ e5\84þ\91²\ 6Ô
+æêøß^U\14\18-\ f\r\9aâ¼ !>~¡?v\98\8b\12Ì\ 3\rCAlÿ\10éïU {8ÀàPm\84\vì×\17\a\9dÅÏÿ_>´ê öè¯\8a\vza¿]P´¨þÝW\11\ eAXýR\9f\80°\b\0\8cD\82=\89øÑ$\13\10\16\ 6x\83Ð2µ\82züæ7\0È\aG Ð)\04F_\805\ 2Iôk­\ f\85\0@\a\84ͯñÿ\12,ÚGô¯ú\10W$\12­¾ß4@7ÿûü[êP¨\a\14B49\8e\80H\84ØU\844~/\93epç]\1dÀ\9b_lz\1e\19!\8câ\98xím«\8eÿJyÄYî\99\9d¾\14íooÃ\86Ç}\18¸÷¾\ fz\98µf\ 4Î%«d£0\14;\97å\ exs>_\1c·Ú@\99­\10ô6C¢)Ï\97É÷ãu\98n?3Å1½\9fh8þ3T´MpýÃZÞU\93˺ÉÃm\80# à\8c\8c5\99\ 1\15#\9bÕ´\8d\15eÌʶ\88ê56#\8b¥@\9a¦ºê«>\19ºÂ\8a\82Å\9eË5FÓ]x.\9bƦõÎÎödtu¦\b\1e½yÜ^*R\12FIGå¥Æ\9aÕ\97ÐMG\1d\9f¡Vã\82Á!'|&ÿ6)î.]¾c\18Ç\1c¶cÅ\18\88\91\91\83\8eß\11PÈh×'\v\8bÀL@jÝV\eªjh\1cî\17àè\91dýéå\89÷\9a]jàV#R?I\v\8c\ 5î\11\85\95pB6=\v\9bÖ\9a\ e\9f+W­ÎO$¹\r\ 6l\83\8dÙ2#õº\ fîôí¶qÊgÏ\19E9\1f¨ÜÒÔº\8c\XoM\8bsj\90\82\r>eÑù ¬0l2¥7­^Aâ£#2\v\8dÎûj{¼f&O÷\82\82â\8eü]\87C£µ\89\87Ûë\98\81ãr\1e\0ò\97ø\8cÛ\86鸥÷1\14×M\175,.U4\8e"úÚEÞò@(\17\9c²æM,«\15¿\907ûgâî÷\99#f\84Vª6\a{_\93D+\97é-ðÏ\98]\9b\ 3g\8e¿\1c)1пQÏðC\0ñÃ$\ 4\18 õÒ\11¢|k»r\96MºÑXåÞs«ï\ 2\141+\88õ¨:øª\1eÒâøSôÎ\ 2cðÝk\8f\18"\94\87%éïUof\ 1MGÓ\84¾5\14Úy}òr^\18f~@£\8a\97\94\174\95KãµUê±xM\88i\99ÊûCSå\ 5\ 5m"Mï>\ 5¸P\86\\9e;?\8a\1fãçx\11\f«j<éÁõý­2×Ô£ô\e\99BÎí\O
+ÊøÚÊùÑ\v \9bÓNh¦Kç\fr(\82EOþ\ 2ÁQK=Ú5P&gÒÇÜ\15\8b\17¹ Ö¸Ì`\90\7fz\9bKåså÷Sgp\12CªL\vv\9bÄ\ 4!Kl\\81]-VÅ\9b\12V±çiäm5÷9½\90Òü(?úðGXr¢#WYU%\8dÒe½(Ü÷\a\1fú\8cܤÆ\e2ûQÜ©\10\82\9a\ efòÃî¥E¼ª¦ë7¶\ fæKBÓ\86<ã»Øo[¾¹¨s_üþÅ\12\12 àO$\8b:\14Î]]qv¼§%®f\877\9b\90\19Þ\ 195ù2è_=uÂ&¤Ò¨í\96KÀ{``ÊI·\ 1\16í\9e\13\86\8fÅL\977\bXxجCÂÌ\8bÔ¿úÌY\10\8aÊAv>\ 5\82ræ;î;^ÄÞ\19\vêüJø\81É\90\12\ 1\b°|¬ÝüvÚº\97YVk&þ\99¬\a\ 3\8e\80×h\9f\ 3\8cÈë\99\10\ f\99òî¬í©þd\88\9béºyØa(ßÑ]¬\8bk\b\8e\e¤\96mî^ÚMúø¾Ä+09\9bàå§ÓB\9f\18
\14\8f\85ÓùO$7}\18ï\88
+CÈßr\16Ĥ¾\ 4?\82ìêöOÃE\9cl¿½2¡³öò:\92\89|ÜË@L5IwÉ\16a|Q­\86\0F:\1fõö\935¿Ü\ fÃ\89^\e 8Úã;\ 6Y\1f6\9f×\87\90f&¨QÉ\91\8fºß\17ªý\18(sEæ«p\ 4Lãð'       é1\912HIN*X\1ax·,Z£è/       õö1­\aAÛ/\ 1=K\ 1ZÃ:Ks\ 5\1fÍÞE\84á%æ¦Vª\b\vuL       mðP\ 2b¼ËÆ'S\9c\80|?>¦´\93\9cï\ eůt\89\1fC
\ eÒ´\848³I»7\9fÔ;âÆÕ}å¾%Jàü\18Øñ.F\82ø\0'\8b\9c3\9e\97*LLP\1cSDR\12\18Ò\91ÖfÌ\92uqõI¼\82\16§r[\ 1\84\12¿\87Û\eÖù°.\93£%\9b^nXü³; \91~n]¤aì.}\17îÛ\v|EaQõ\ 5»¥W\96#¯Í}\96a2ÖÃ\9bì/YK@£+ßç\8dï\1f(äÑ°ÄÓÉ\8c-ݪ\16þ¨Ð\8bèú\12\86ÿãÆ\85ÓAP'Ò\7f\ 5ߣÆÈZ\14>µ \1c4Ä2àD5\80\f\ 1\81¦\rÈ*Ä&#\1d3ç[øæL}%Ï\97E¯H§\1ab\14ð¸ÕçDý\fò\²³\e¤\ 1å¯Ë>ÇD\97ú\ 6ÌõfÐ\9e}S¸ýüónöÙ:.ê\9cáf%°ûÝö4AèfGsÿ\ eë¸ÑC\11Åû\92\9bÌI[m\8e\ 4\1c\{±jMd\ 3zî4B¬\82\83U;»Å\8b\ 3õ\8cï\17²*\a\87*CÃR\fê¶Ô\92W\9d\1f\ 4Ç>)1i\ f\995MWûúIç1\1dat\16·z\8aXéRhåh.Ý#þ\98²ä\1eê\1f×SÓ6ø>=eJåÏô\17Wí÷\93(_$\v¤f\8e¤7LÄt\85\1f\94Ü\8bdégÎü¼éaÙù,Ø8ð\11áûÏYp\84wÖØ(M×
+øÜí\87\11,®<Ô\9e\87¢\f\86\8f+\85\7f_þåâ\ f\1cmÅ]\97Û\99\1c\ 4Ò÷Ö^iô\e\89\94(ö³\92Ç«\9c\b\13lrÈAx¾ó1º\80ö9ë\13èË#t\1f\92h\9b\14éÍ«F\ fËF\10ã4¨Pïs\85{{>\18^©xugæÖfõÃÔ\ f\r    \8cé£EoG6^\a¥n\1c`\8cÆ\ 6èÏÒP\96¸dã<´E83f&\1a\80ï-ý\0SÁÈ&ºÙâ®\93h±Ù\89 Î-÷¸\99ÆY\ 5®g\85Þc襭Þ-¦ôÐÓ8*Pî³bÈ=       jå\89\98h¼õ²Ö\8a\9e/\86\1f\99®apGnÊVÇëK\13\96\84èéÚ.\86Ñ Ý\ eöGKåçÝ\ 1P!Ä¥Çé\81+ÛÓ9\9cèû%Ðñ'!Â$nï³a$Oà¡\ 2¯"ÌÚ©Ë\9a¥D\ e\8c\82ûi\17ã\94vÙý§¬X6Ò+\8b\95X\87\1eÍïÓãûú\16E:+ÒÜ\1e`H*ö´Ì\v\ 3\e.°Â.½\\9a\1e\9f\ 1K¹´i¯\e\18{\ 2h28¡Ý\8fß\f\95ö_¥\ e0%\e¡x}\rØ6\ 4kÔ=ó¦l
\8e\1aå^`\7f\1a¥\16\9a\1d\1fB*¯\99FMí/\1fû\19\1eö\8e\91Ðc
+ZI¶\93}\b\85Ñ¢Ì,ÂÊòoü\82\9b\81o³#ãû\vb÷ne\17¼ò\17\0sfãï\e\bL5j\12\bK+\9c¨\7f·¢ís}¥)\1a\8a#îÇÞýÂGèZ\8a@\17øuÞh\8e\8b\rsCõkÊ\12/1\82Ö$ÁÞ/\93]\914^üÇ\80,\19Å#¬\82\95!vV\8e\9dìáÒäÐ$Ak±ìq\87ËM«à\9f\1aºé¼\9b\ føß*]À±\98¨30î\e\9f\ fo»îµãYpÇÜX®0W\1aá~p/\91\925v\96¾2\93\90Ë\9dìì'«\8a\1eÒvY\17?ß"lM®izïi\1f·þÚèY!NWJ¤\11ScE\1e\97w\8a³¥«Õ\ 5\ 6ßF\84:`\84f±3\94ËxPZä\vë¶\11éÊS\1f\83^Ç3|\ËbO\90\99\80Ôí¸\8dâ÷mNÁñ_èß?:\19¿³&\87\b\93Rldq2`\11\9ea\97/7|ÕÜþåÖ!\99þ[xDÕ1·3\89\80P\83:G\82o^\9a°A?à\8a\r\vÔÅ\9f¾ª\8c\8bÉL}b¾m2\96ü`¥ªÐ3Îõ¼1aëÉYþ\98¼\92Bþjø­\ 6\88\ 3¦O\84¦\17a\96úø\ es\94\1d3oeû¸{³ôºÖ³»÷;#î:]He\13ÇP.¯Ôyz±¾\1eÍÁ$\91ngÜ@Ø\9fÙëCe\aÌx÷ö\9fPÄÒâù\7f¦¾ãJ./\92j\99TQ·È²ïÐßr\a|\8e\89\eîTOWJÚ¼\90BÌÄZñ4ò4µ\1cø\13Vg¿åÜö$åF`%\7f(g·¶¹Ã¹¶\87"¢4J¹((M¹I\98\fWR¶ît{Bõ½¦ã\9c\9faÅrÐ\e³à;HÝ»L²9\1f®×\9e\92Ò\14\9bý\84Ï6\b@ÉY9\8ez6("¶«\9f³\7f1\83)4\\ 5\1cG\1dö\9d¥{\8f"ÙÖb\8en\97LGe\b\aFÈô\8doЫ\19§Àeó°e\b\b{ràWE/â¨\88\80êÙð\18½ÞD]\ 2½ÄíëxÏî\94\93Ò\88H[\e\ 2TW\ 4ô\84³BE>1Þd\91Ú7\ 6į(°\1c\89|{óJ\8a\ 6©\b\92A}nÛ\9aà?µPÇ{~[(\13\93\9b\8cç\9aI'\Vgo\8b\9fA\0Ûg:9¶\81á]õSU\1a£Å é÷ë_£Hæ2¸      _vZàèÎ?Ï5fǪÒ\14þ¼\14.²3j±ÓT`\9d\84]\1c\8e4¥sÒS\ 1Íló\fö\ f\13\1a¸\94¾\ fèÈk9/Ù Ñ\ 1vzB\9d\82Ç"xF\ 1&3qÂ1ü&5\vA'¢\v.öx\ 5Ô\98Þ 
+áñ\88©\ 4\12\8bx'\8c®ªl¯#ÂZZÛ­CÆ¢\ eM\92\92¬DÊÅaÒvû1ùÔYæbµ\eÆòMb\92\ru\eÆ\ 5Í\ 1­+\8d-3\81ÊÆL:Â%\eæ>\1eÉ\ 4ß\ e\99e;\9f\ 2\ 2\89¥\f-/\16Æ\96\97\9d]K-Qiùñ\ 3\82ß\1aØDRÅ"\95üld,¨ÅÎ.½ON]m¿y°\8f\bÅ/ù\ 44ã3ËÍ®\85\9fà-ÊÂZíjGÙuÄL;/#oª\aDIª#m¶õ½G\84£\9dü^Ø£\94©¦ÝÇ"(\8f\ 4´Þ\v\12\1eÑåoXßI0¢ûøQãt~þ\a^¼¢V\1efq\0ylQ%qø\´ö4nâû (\15LK\89ûÂL_\ fNKëG)wÇH\84Ûd5®ïµÏ\7fÁ*ý¢\87©gÛ¶\98\9a[\91P\fp\8bjpæU\80\ f1\9aäJ¬VNU\a,\7f\1fz§ñ\15\879 ñµ\91Å\15Y\85êpE¾\96Ó«|á\96\1cp\11i\98Ü6{×·\87E?r\9fn\99°ÎQ\7f\9b\92\0¸]ù¿Î"Ç)\v|\1c%D§í\88o9\82õ\85\86}º Ó\e\8f\8b\89Ð¥*eɹNåeÉ)vT\8eD°ÝK·á;\9f½÷Îw潧7xÃíyT´ÈöqËæ¯\f\a
+n"\8f´úÅ\95\ 5hö=£¥?8\17sâÎÎ\1d\17ÂÃ\1daâ´oÂ\95\8c4¯Aè\8e\9cíÎõ\9b\ 2ýÊ\19åý\ 5fI*\8e6°wÙí 5ª\83\17¼c«\9d\82¿aÜa\f)þê¿.ü\bê^\13Í(sÁÔx\9e>©åS[!±\12Ø\94ÜÒ\1d¶à©4½³\ 5:xGz         \9c`8²-0²\vÚv°uO¤×ר^ªi3§fÊLë5ï>>r\84b©¼nIÅÚÀ\ 4\87~{äðäî\10«É·\1eûö\10i^\1a)\ 6üת\9f)ÕÖxue¹µ\1fÕ°º6??¨Þåê\9dn\1fwÃy
+MÌýxuÅæõÃ"4µ9î\83\84áÏ|dqÆux¥äwê>E\12ÂNqu)W\9a=\ 5Â5ÕùSþ¦¤òÀ\9f\9bò,]\19+^SÝÍ\eïÇE\87\8eü£§ÚùÝ\96uéM\9fÕU1Gÿ<\9fêä\8aái\10÷¹|ñ\16Î\18\98\8c"¨`p\89õ\1cÂ\ 6\15ú¹\12ùèeå<7î!\80\9côB*µ{Û)+\9a\eªD½\13\rä̳ñ\8dÓ\18\99\1c£1à­(åþ~aåL5Xnº\15Ùn>D\1a1\11A¶Ò\88\ 1\9cô¤¥í\88'\9d¾¯\9fP\ e+\934.\82\ 3ͧ\18\9e\rT3*\84¼ÝæéiÛWõ\b¿ü¶\9c\98ð¼)\9aSk\7f\9e\r;V6ÌHMH\7fÝ8ýÝ]\ e>Æ`&cï3gd\98ݧÒaù©{H\8efú¥[\85¡õê\88mÕb\86F\ 5\8d\8c\13 \9d\86»\19o-\11æÜ)LÉ+îqë\829\18\f\ e6}ê\8c
+\8e\8e\91 \ 21\12l¥}\90\12ç#c:çÐØ\87c¡Æ\9aC\9e\83\8bD#c\9a¢~ò\9dß.`æ ñ²H\ f½ó£UºèS¥øOÏ\ 4urØ\16Tõ#ý¬Ò\8d\87\93ÎiÒ\83j\98\86fÑáú5äõ+ª£>\ 6\eÃÊeÊÇ     \92Ì×d\87\9fÞÜl=é(ÑB2m¬òFò~ß\7f\83\82t±¿\b4ÄÖ\95\11ÕÖ¡\bn\\15ºJû¨\8b\eE¨q!\12\94÷i\92\v#ôNpå\989\ e§LëÒGM:5\18¥{ØþÏÒØ\11àG½µÓù\15kÜL\82£      ²¢\ fD;ä~kñ§÷³©|\16j\924\85ïRîû\91ô\0\ 4è¨\13>\1e©\ 4\86QsO^ä,Ç®\12\0\807\96]RmÀ\ 2z;\90´\1f\15\9e\82Í0gßó;}ýæùÏ \an.$Ì4l¨C)Å\91Ì7§³ç\12Ð\90é1¾.³\9f¼½\18åÊ\ 3\87$ö-¬ÜØÂnd\eÇY\ 4\93Í\94\9ayyÚ\9d&\15\8fí\7f\9a»c\9fAp\81³\8br{5¬\97\17\93Ôs\90\fD\ 6ÑÄ+{ù\87"\1am%_ªB[\ f@\ 1\1f¼èøÚÚ.£\9e\9dÊ_f_·iØ[ë<¤#«³ôUç\90Î\vÂõ\8dÞ\ fô\b6Çl¬\f´,\ 3Ç~þ\86=\9cÆ¿c ¥"\1eUc\1e\96Ó\1aIÒ,j?ì\1e\9f\1cf\10´M¥ 5~QÈB\8ayÞ¦Ú÷Χs0¤\83¬æóD\88\\87ÏÅaxý\8fNÌü\97d\89¤í'\ 5¥)Ð-µ\99õ:\1eÚÌm:Ñ\98 \878\93\1c\8d\91ãü©JQY¡VýDí\f§²\8c,\8dÁ·Ot[Ê\92\ 3¬w"ð§y\1a\92â\9b¢A«IÍÝÜ\rî\83ï\83ú<o\r¸OXßÃ)¬\18\fãZ$ñÕ\87§~ÈbS7ZîÖöÇl2NÄÎ\12c    æw|ú\857\12\86ÍE\v\r×\13\88F\14¦×\19;¼Iw5õ¹Å\8fcgÖ4#Y\92ð#3BÒ´\ 2\17#mç\11©û\11W\87X{à\ 1"£y\86<\80\99\93kW\85ËFj£Õ{þûðÇ캧2\8a~úþÕÅ\9c§×\87\93F\11\14÷«"\9fé_6/-ö¦\14åÞm'ì\91}D\a\16\vÐcÓ[_ä]~\92×ØÎN´ý\1cƺÒr\99«\1d\99bBEE¾\89ë2N\99àJ®»Ø\12é{µ\7f1ÉIÉ\84\8a«§Û*\90I\8e\80YlÌ\80é*K}"CJ\88¿ÚVÓ\86N{OÕ}8U»u\Áû­rçY¢G¹\81ÂÏb\ e¬´gNûÄ\8c\80ã[\1dåKôvZ¼\9aÂÅ\17¸\98\ 6åJÊMË\99\9f\92\9a\v\93"¹ý\1fOÿèÈ\r7ë¶_á+Û=%]drÈ3ªÔ\83,û ¯_\98>%\eHÝû¡Ã\11^\1cÅ:\ 5~Ócô\ 1U\92qúéÐ\14ùê1£n`\9d\85Põd§î\b±wn"+Ë\17vA\8aY\1a>Ú`ßy¢ ^¹^\9e\90þö¹´\9bå\97?º`SW\81Ìþí~_\83ë$5D?\ 6L\86õ8¼lÛ\1d\e\92\17tYÁp\11ï÷ÍòýÔ!ØÏå        Ç{¡ÿNL¨\81\12»xÅO°S_\84¬¨°ð¶ÃYÆè-\ 1Du\1dk6O)Q\97\85s4\ay{\8d\16\99Mú@gëð¦vx\15á5#\ 3\ 1I6³\9cAqFëÃ\ 5»\ 4\9a[\97\89\ 10Qú·»ÂÌb\ 1TéH¹\95\8e$\93iIϪª\86Íð$
+é¤kÛ\ 1\80ÿÞã£uî\ag@ÛÊJm»µ&ï\95gôÁÄÍ
+ò'î\16\94¶´'µÀ2'A¨
+P5CöÝg.ØA\9bý½\1fµO\88\9fb?+á@Ü9àì·\17ü$\8d\a\1esh\8cÆMeÞù>,õ<è1Î'¢yà\9eà£jÙ/>\95XÊ<súrQ\9b\99ºk\a\13Á¤\82\87²Ërµ\ emÃÞk.\ ew)\a\ fAç¢\80åAûÞ\11z\8bxèÊ0/ÅM\9cN\98\92NzÀW:Ìt¢\97\a1Ü°¦\ e©Í\1a¬à\19\1dî\8a\1cª\ 5v)\8d\12\ 6G¬°\16ÓÂ\81\9c§X¢5*AÁÀÍÑ\1e¼÷\8cÐ\97%À¤\1aH|¢â2\12ËL\b¥(=A­*Р6[©Ojýmü8\\9dø\>ñÞ°í+"w¹c\82Û\9dï­Ò\90Cß|¾Wygbôè¯
+çè f\ 5\9av\9b¶3e´\v×\1d¡\11_B²¦ùxû\86\8aW\9f:Tt5\7f>*\11˹\11z\85AMu-9¨\86µÍ«\8ÜñÈ\8b ù°q°¯øàÔ<\0\ 1Éz´\14\84\b"79ªªª\9a\81ßõDn¶nØ\fB'\17\8a-GÙ>s\15R\bd\15çë|\12\9bÎdÖ¥\8fZÝ?îQ°\927\1aI'ªRêÜRñ\1axK\95··@0\90»\8c\1fî\7fj\1dQή­¦C^<\1dÌ\98ø\82µÛd\1aóù\ 5)=?}§×\8c¬\ 5ý\11 \99Ðý\18ãögz"CrÙ{9Vcëåf+æÒy\10ñöÆx½\931\82b],ÎÍëC\9cÝÍè=
+¶X\94ï¡$3\91
+î% ¢`\10ϳÆXÚ\9a/ù \9b,áð­n÷Rh1U=\8bÝ[BßwÔ<dqÚ\1f\ eí\14ùr\ 3
+*\vǾ\eÕÒ½.î³\11{¬Le±Ç_É\1a8\8e8ñ*0\fþÉ-ôÔ£\8di§ãÝ:fk%áö¤ ãá'\91\0ä\86]NÝ@꺫Û;i\auC÷|FmMçÌUå¹\18W\81\13Âë\97{7N\12³q^\1d\95¶ùyR;ª-j\95ÄLD³Çº?3Z2Ö\8cpiyª\19h02?°Ç\90+u\8cë\82\8a\89ð\bF\14zıh\97l*¢\8e¼Ë\8c\8f|\ 5\83n(¤/÷Dög×I\88»\1e§\1cèØ\9e:\90\14~ë¼I,`Î4-lè\b£{¾\91Ígn\ eñ¥fäs)|\9fÏ´`>\9e¡,}#s^~½×g¨Ö¿|j\ 4=!\1eN\1eÁ\89öæ>Ú\86wyP\8f\15¹µ$Ó\96\ f®½\11êñ\9c~\8fÒ\ 1.\1cÝx<Ûk¶\17\8e5\99õÙÍù±ÅRfË\85$ïBÉ´}­wÐZ@®D\0ïv\avÁ[면ɼ.ÑÅÐïTú
+çÔ_WçI\91\94b¯'ê½\90\98²I\81¤¯\8bpÛ'\1cró©Ù}æÝ!ñË=\9b\9aÕDLÎQTÑ>\9cåKñ\12n\ eoêÉð\885¡ÔV5\90Èã\rÌ·øÖG¸F#2Ív¼Ù2*¾DzV?f04Á_\15h\96\ 2-¹s$Ï\9cl\1do\19\1at*!Åż"ä\8d\ 4ùÌ\1f\9cµ%Ó\f[\1eÀV\19¼Þ$±ÜD\1eÜÊõiEÉÑQ/bsf\17ÃÏ®\934\ 33:¤\9c\80öE\b¢þÚG\94sW%Ý`\8d\v3q\91zÆØ9\9c\81\1dzN§\9fõº¶Ø\97*Á"\12>\92õÎõ\N\8bjm\9cy89\12¬ñ}E9wÚnYµ:\1c\92ø'¸\ 6HÈßml$ú\1f¬äer
+endstream
+endobj
+1325 0 obj <<
+/Type /FontDescriptor
+/FontName /LAJUWJ+CMSY7
+/Flags 4
+/FontBBox [-15 -951 1251 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/logicaland)
+/FontFile 1324 0 R
+>> endobj
+1326 0 obj <<
+/Length1 1612
+/Length2 17354
+/Length3 0
+/Length 18194     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¹ct¥]·&\1c\9b\15{Ƕm»bsÇN*v*¶mۮضm³¢
\9e÷íÓ§ÇùúûÓ}~ÜcÜkι®\89k®5æÞ79±\92
+½°©½1PÂÞÎ\85\9e\99\81\89\a `iküÃYÞÞN\8eþ;Ðü\aà¯\90\1d\8e\9c\Ô        häbio'fä\ 2ä\ 1h\0M\ 1b@\13\0\v\v\80\99\9b\9b\e\8e\1c jïàádiná\ 2 Rû®AMKK÷\9f\92\7fL\0Æ\1eÿ¡ù»ÓÙÒÜ\ e@ñ÷Å\15hcï`\v´sù\vñ\7f½Q\ 5\b\ 4¸X\0\ 1f\966@\80¨¢\92\96´\82$\80JRA\r       ´\ 3:\19Ù\0\94~\18ÛX\9a\0ä,M\80vÎ@j\80\99½\13Àæß\v\80\89½\9d©å?©93üÅ\12v\ 6\18\ 1\9c\1d\80&\96\7f·\ 1ÝM\80\ eÿ¨è\0\ e@'[Kgç¿ï\0Kg\80¹\93\91\9dËß\1a¸Ø\ 3,íLl~\98þ\13À_¹\99ý¿\ 2rp²ÿkaûW÷\17LÉÞÙÅÙÄÉÒÁ\ 5ð׫\92\98Ä¿ãt±0rùÇ·³å_5ÀÞ쯥©½É\8f\7f\97î/Ì_­\8b\91¥\9d\ 5èîò\8f/c ÀÔÒÙÁÆÈã¯ï¿`\ eN\96ÿ
\87³¥\9dù\7fF@\ap\ 2\9a\e9\99Ú\0\9d\9dÿÂüÅþ§:ÿ\99\7fËÞÈÁÁÆã_»íÿeõ¿b°tq\ 6Ú\981À1³üõiâò×·¹¥\1d\1cã?\8d"mgf\ f`fú·Üô\87Ã\7fè\\81Nÿ*\10Õ?=Cý7\b#S{;\e\ f\80\f\8eQÁÞå¯K\0Õÿ\1dË\fÿ}$ÿ7PüßBð\7f\v½ÿoäþW\8eþ·Cüÿz\9eÿ+´Ä\ f\e\e\ 5#Û¿\rðï\v\ 6ð÷\86±\aÈ\ 1þ¹cl\8c\9cþ?æF¶\966\1eÿ\87\rÿÕP\ 3øï ÿ\7fp¤]\8cþ\16CØÎü/!L\fLÿ\16Z:KXº\ 3M\95,]L,\0fF6\7f+õ/¹\9a\9d)ÐÉÆÒ\ eø\97Ñ\7f\15\13@ÏÌÄô_tª\16\96&Övÿ\94\9eýß* \9dé\7f\rþ/Iÿ
+\9dQUSTEú;í\7f½Sÿe¥ô\97{\17U\ f\87¿\81ýÏTäíMÿ×â\1f\f\11\11{w\80\17ýß\13HÏÂÊ       àøë\90\8b\99Ùçÿàí_0Ìÿ¹\967rq²t\aèüM\99\89ù_\89ÿÏç?Wzÿ\ 5FÜÎÄÞô\9f^Qq1²3ýÛ^ÿKð\8fÚä\87\93Ó_Vÿuâÿ&ü\1fë\7f5:\10è\ e4\81[[¶7áýi\95\96\99îR\87\95;<)¦ÓßË\f>\1cìPÚ¨ZTà_cßã\97\16¶Ë]iø^\eÌÐ4ÍóÙî±tîðq(Cs4Ú\8biCÙ\93\ 2¼ÎÇ÷!¥î+@Ý¢èä¤=
+dÔ/EL¿Ð\88òºY\94Û\81Ðæ`R?Ú\9bTþ®_ò\ eE0ÝÉê\ 4sóLíOêZà\8fNöä\80äk\92Ú\10\8bñ\v¥        ä[]áù\ 5Eâéó\13åàØÈðPÏ\1ddß!\1emN,,9¯\11\96oò9q\92\8b\87¡ÓC£É'ä«+§Û\1e¯r\10J\158ÃER[\94Ϩ\vÑ\8dÖ\90\17\84ðpX gA\8b\156yú\9c²_ΠK¹J.&ËXq¾?ѲD3õt\7f\13ÓÝ\14Ààæ\11¶      \96\9c\9dz·µÑ ]oÇ\18\92.\v¦Õ\9c\9fcó(FÀ½ìÐ=\92íÀ®Y´w9\82c?\88\90tPhàè®\83\84çòGG´M\8e_ï:h-\8c\9b±D\86?lÑïr\16áûßrN\e¬F' ½@®\12槲IÉúæ\1dï\9e\9c8êEÆjÙ¸\17üMZ¹G:Ø\10E ·7»£?§.¼)\0\88qè4¼\82\a>\84Î\ 12»%\9a\9e\96l\9d\96òõ«³Õ¯¯ÅÜ\80P$(\ e]\96\9aÃw\9eì<Ç@yB\80-{\ e[\84v=Òjg\1f+\8f\14Ðí\94&¸üJJ\97\10~D­F    ãb#纣x;Òà÷+?iXÉ<\19¢÷½\16Á\94/I\9bÜäJr*\98ëjQ¸ç:qSØP\ 4\7fíæx\82e\157\86`oPâB¿¿dTíP,\95ù\8a?\7fàâ\17ß\eP¥÷9ö4òÜn\ 3½¨²Ùéü<Þ\ 2Ï7×\8a\ 6\ 6\94\r±/MðG[å\89A/¥ä;#\82\ eóî\9f²\14\b\94¥IsßR\1fx<*\vÜæãÆ*T\8eHBiA-\85lp?Å¢Aß]\13å        IÜ\87¾\14«j\ 1ea=\87#ߺU\85\81\12µùº\83\8e\8b÷A§¦`cUôÁ}D\93vs^8hÿÕ Hx!\88\1d\8fu\b1!½\96b¶R\rüú\8a/\1fé\1fç\11\1a\11\ 3\ eb\13hÉyê#k{\93ËXܸ\fÁ4ò\8e\9b|\89JG®\1a\8d®3#3¾\.è\87yX\7f\92\a*ÄÏÔ\ 2\18¬\ 3\9c«:õ\rfo\81R\16Û÷\81sl³M*ÌZý=È-É)á['§Gó\14Ø\9fY\11©<¡UHÁ<\8fªôGm9^IbÕb)µ-)ÝHµc[\9e"Øêõ½\1d\7ft\fÊBÍâɪ9Ò\9aÅô\ 3\8b\86f:\14\94\82Ü\15¾K0r\92\9d\1fï"ýÌ_åµ\8aBò¨\9d"¸3o÷¥_Ii  4f^ \9a¥\8e?\8bÛ¼ßè\ 4¡ø\93¯Üë\ 4a~\1cC×[ü~J®.\rv3\e\17\962\ eØ\91\9cß  §ê(a    T\13\9d}*\1e\93`:fC-©n0\15\13h\9d}\1a\bãÇQ7\1açÁë8÷\9a\10\8b½þ©¢\91³/\88\15\8cÊÀ<¼³zvÙf\81G\16\8bp°âyÃ\9aÛ¤ö;Àû\19\9b\9e¨n\88\aüQ\17P´»}@XÄ\aN\18zKÏî\898µM)Ì%\97¯¶\bÎ\8a\85tqz1y\99$\925í­\vQ\128>ç^ò\87ï;V\17¹¤[?BO\17«9\9fNq\f-\18\86ÿ2\9fk\ f\8eI|\80.䬲V½ã\18¸ÂÆì©ÑP\81=ýB(\87¸ß\14\17\bW`\89\95ÜËJý¾?ßLßØ;MW\1e%>ë7I\ ex?ºkÍê¬\e<\16\ 3ã\8dýn\9b\8e\ 2À\931\99Ï3\ 4Ußs\96\87\85T\1c\8b\82µ£Y\83e½K{ÌèÌo^ͬ\81\85õ»Ê\92 m\92
+F­\97\85\10#øÏD+H\ f\11\91³¬­óè⦣#«P]i
+_z©É\1a#C\15R\1d\1a\95\ 4\0ìi\9en±ý©\b¤T H\95E\vãáí\ f'nj!\93 P\ e>aæÉ6Sã~\91Ú"\93\83ç[\8e'\ 1c\12Ñp\16£\93\e\17\85Åpn\a¦\12CQìuA-zpOcä©>Äb¼XæQÌ?(\98\v1ïÀ\96E\13·TÀÅé\ ex7=Ò\10UÈM\ 2äÛ;ÐdÜ¿jæ²u8ä\96\981x]\89ì[.hW@]gÜRÌÍ\9c_£Ê8:\8f¤\86\b\1a)i\94ºJaO.Õx×´ý\9f5\89\10OÖ÷ÜO¸õ.\ e\8ffµò+>l\ 2\ 1\94X7;´Nn\ f¹ö\87«\15OC_P¿]Õ\0<\81ÂÇ:ºd6\1eý&i'¾Ü\93`\17áÏJÎÉD\87þà\855\82Û¼½NâY\92§X\ 4\84È7f¼\98\ fH{Éa/ð&½1ø\95 Ö\ 53\ fSb\89¬õè§[Xmýk\uc\ 2Hm\9d\12rÓ×¹\ 6-E\b\872-\96îö\8aÈw¿¥Æ\16\1c)\8dò|Û*úmØ\87\93ö¦\80ux,\ 5Ì\19\Xl!2P\85Ò\e\8e\ 5o¥ò[\9a \bI5\97q\ 4ÛÍ»\0½\87ðY
+Ó¦ýWð"\88Ñ\9a«-[\f¨\9e#;\86\b[\9e ç\öû¥ï;_?d«µvÄ5\19xÊ|­\17\e\ 6E\f\8f\95\9eAC"1cÄàW@лu\15_â¨Ò½¶Í)3Qür/3e\19éû¾­¢Ê×\0\ 1ªÔ_\8dcÎò¿I©®\ e \81ÕÀÕü
+cø%Q*K\98\15É9¾K\1aF\9cñ·ùj)0¨\97\86Æd²\82Ïý\90é\ 2x\92\16\9fm\16B\ 1\81U\9fX\9fLr\1eÌa©mü¬¨U9ER\be¤}\13\18\9ea¬dYï\1cãß©ë×â1\86Ç\90\11[\15èç\1a\a\98´æn\83ͧ\b\8c=£Ïú\9d\0\8a^\ÂÂÈàÁ÷ré9\9d\fId\8eÝ\96Ô\e½é=\ 4ñÛoL\9bRN±J\95µ\15ß/\r¨Òë²ÛZ\15%®ÔFoº\ 4U\9fjë,qÓi1öz\ eZÞ[\E(+:ËåÄ\94°\ 5ѲK÷è\9f¸Üëjog½\95\8f\88\v2Ú_!\ 2Ï6ëDg\1c\14±ºú^\89<:FÈ\97ß@·ò#\1c\90¾ô,    0\9c'àKÜÊëKè\a\83Þ:}\15ë®\11B§L\88\1cÅ[Qæ\ 2\82\97z\82wð¿DÖ¶\8aDábíeím@çAÔV×f\b¤î-v%\8a2\87e'V\èa¡`ò{É\7fg\8bu¬åé÷\8f4\9fËJ%çâWº¨xm´\ 5F\ 4Á\88^6¶t\fhfµ\15\1a\14\e\1c\8aé\1f\bçLd÷ñe0\89?¾~7\r\81·c\86Q\9d¹Ôù\ 3\80·\92ü¹\86ú¶Jg­¢â45òÅßA21K
+\ eT\90Ç?\1eº\15(vÌlR\9f«ô\97±Ê\81ÙÃ\98Ýú%qÿ%­\b\rþÞþÔëqT+(ãÕ\¤j\9fó²\ 2ãÌØ\89×4\87\9bDæ°[n«\e4\ f.\1aj\eþaÛXCt\fÂ6\91
+L\fl\ 3/\1a½\96\ 1u\ e\f\1e­Õü6¸í\99Z\7f\821&í\rCK\95\8eDJï
+\9egµ­ôã\95Ø÷ÅnågÂ\0þ!\f#zI2\ 3"ôxv\f\86f\8e· ôÌ6\16¤~Hr\ 2\9b[+\9e\1cl\9a\8dq¨>¹\86í;\ f\97\8c\813\88lê:Háö\rÞnM_\ 2¸\88\11¿\80¢¿þ:M\1f±\7f&X\11½àvN\82x\12\ f©±çnß\80¬¾u½\92Ü\85y\8a]¦=\8aâÖ\97ñ)-æÄÁ"hÅ\97\18©Ýí¬¬ï\ eæ\ 5Lë\\9añÍgXKʬ\12LÍWÏ\1c\13\8d\96+Ä>\8b°\rq\£\rSBl`\ 3\f\88\rE\9b\9e\v\95£ÊûdB\89\ 1\ 4IV´\17\1de\95H\12¸\f$\9eøÓ\95\ erá>ÏïæB\83\16Ýû´Á=ý´yªR\9c½1\8b\93¥ÙRíÌ\81©\97æÁ|\8e©\92t½¤Ç\8d\ 3è\1aü\92îfÛ\ fØ\12\vÞzQ¿Í%ÎC¾z\13\1e§_\84\7f\9288­\9al\9fÅ\99! 9\98¾<ó»¯\r\15\81¤l~¡\94+ðe\7f!Ò¶!\88äСi&74\ eu\9bñlàýÎa&?\ 4õ4T\1aZ\ï\97    \90.Á´yqI|6[s°C+\1ah\12u¢÷ÙÞqóÖ\83ßrG
+ÊD)!\98h뵩%\91ø\9c\1c¶±ï¨x¡D\82*
+
+\8a\80+\С\fdÿúS
+}º\1e$Öë¾\1a\13Óмÿ2\15K̶¨I\82IJ°\ 6$«Mm§0¦f´ÃÒÚ\85Ø'×ë\1aÜ-ÿ\ 4ñU\ 3\15«e÷d\99b9\90ú`0\ìC`\9dey\aû\8a\b÷\96\95ÕeOg°©\88\1c\1c3³ú\8eÄ\90\86­ðÞ\9cC¯¢X('\12Ù\8c\93v\1c\13¿\99\18¸\1f\9aöS/¿&ÛN8\8a\81\17\92Spß\12\14¨@\88ë.-\8a\19 \99\8f\80ÃM3¶«N\99´&\8ai\ e¿\93ñIÏ\11»ÉüNC\93\19\8bÔ,n5u\1f¶~\18"\94ì¡\9a3LÃ\14T¨P=>Þ¿QêÃæºy=FV0»\ 6\7f\1dø\8e¡\8fÒÌCID:¬\92ê\88\7fõ\0±)¾ù\91Í\17ºä\8d\ 6\9cɱÏ6Í'¸}&rúú^V4\9a\1e\9aËu\92\1aòÃá§Ü\19Ä\0\8a\ 2Õ]\9bî\ 1\91¾|oÚ÷Ç&/Å\19Z¢Æ¤\87²±ÉH\7fß\8a\8cÅÕ­UÌ\82h¯íÂ\0BI'ºº|"nó\9eM%"\ 3\9cÇÖ?äâz\ 5\8edlÀf\ 3uph)R=\e¨u ·Akß\8d¦\88\17z(Ú\90åü+\16\r\11²\8bÐÃD
+\ 1Ûç\97¦çÌ\0H&7\88AÌ];>\95c\bè\9c\10¸¬\10\13äæxbób\9e[Ô;®`\8f¯T\ 2ñh\14å®ú÷\85\81\8añý\89©LmÑl\8eÐ\ 3Úõb\19fO{\87 ¾°Ú\10HÛ)\8bSU\v\96\133J´i@ÚQWö̵\94ªJ<\99\9d\87\82PÄÆE±ß@a\87\ 2öahåò½\15?\8cþUæË\ 1\9cÛèwGj\85\18þ\e,):Uµ-÷$ÆàMçË\\8d\ræé \93\ 3\r\ 5,\10\85nû5ð\87à£ó°Qj\99Á\98Ù\8c\ 5ÿs¬ý)V\1c\b·<i\1aå\ e@7s¡ù1\ 5"bG\9dÒôú        0ë±Ä'I\15Ñ\81\ 4+boQB𧠠     ¢rm\0¤\8cµïÌ7êµ\ e8sçÑ\83
+Üìdaûîó\9c5лõz3H\7fÿEÆ8éLaíÕ\8a\8fô*x'\80\10á\86'KCZWf\1c\8ay\ 6Q¢eqçÉÄ®,\1d·\ 1ªV\7fÁgSÙ÷\ 4G\99XiBê\11ðD\9a)MASÈÀ¨2VÌo\8f\8fþ½Òë\14$\ 5^\9e7TP\83\94µ\1aè^׿Å\8f¬hVi\91\vÍh\98\ 3#+ý¬­*o\11u6ï\97\92o4l}
+ÎMd\ 2Å\7f\8a¡k\82/\8aªCª\94Î9£µx\9f¼\92|¢Æä\ 4\84®ï)x\84Àsâ\aÕÐ\9c\84\12Ã\85\94|L$Ïö\1aàÑ\8cÅÔ\92fÜK$¦~D¼¦å´u `\bÓæÆõ©év?\ 6\91÷¦gâ¡L\8b\8a\1f\9fI7þ('\1c\90ºÊ«[Ä®&¯\91b\0\9b\90\»Äi\12\13²u\82\13O³Þ        nÂÆó7\re\ 4\9e\94ónc|ù_\1c©mEìôGZ5\a\93\97\94Òv+M\1dK\10n\ 5U%jõB\90\92\17L}ôm?- ik.kÇØ~hrï3Ð}\a\85\87Â÷\ 3\80\ f®X\99\1e\82o\12¯UÍé¿ø!¤öÇÓÍzOftåM0Ð\94ã#\0ÚÏéþ\81ý÷\17\93\8e=ÍÒñU9áÌ%Ò\f|­1:\9bèÕ;\866ÿ\e¤ñcúG4\12ìäLfõ,Û§_»\8a \96\81Cºb\94\8aû·<ñT\8a¹`I&j\92\1e\1aæb'\9eeÙx¨ºÀf(ìÙXß\9dýù·È\91ü\9aÝbëS\18=×9ý&\133;\18Hõùª\8d\19J¦>Pç>É­\f7¸ù\ 2,é=\1aË\8fê\ 6\13ÔÖ[d³\b0¡ª\f\1f¬\8cÓ\ 3¿\12\1d\84À\9b!?\91ý¨\f®GnFà éÂ\1eZ[CTØ\96D¹\)NäR\8e¹\8b\e£ef\ 2@
+ ¼Éï\vV\9d<ûÛoÙ»S÷¸H\12OàTV-üÔ9hÜ\96Ç\0\90/\9c\88´8Ìß×ôpp¬\0KÕ{ª\1fÉY\86ðUУض\8b\93æÁསþ\0\0Km«à/\9f¥>\82[n\95Û\87o½§·nدmèÙRÑä\83mo?\1c²hIñ\96ê²\ 3\9efEtÊÃÖq9a\e\rï9` Òò[ \80ÕÀ!¤NöRÓÊ¡7Á yÙAì\8d\1e_6¹rj\%Ø1d\83D\121¬H~9\81\ 1<\18,d"ÀeV¿æ\94_üü\e\17#o}\8f$T¨¿ÚoúD{@ãÑÆÈ%ØioT\84¢¯\1c[1rmã·4#Q§L82éVÑñ\rÏfѹ>¯ÂQ\9bÉ0ë\e\808ÈÔ\8eNÕD\1c\16o£j\85Êü\82óª\99\15\9b¯r¢ù\10ª3\87¬=\16.\17QY²õ(Äq¯(ͬÑj5¼[¨\84½\8fNd\114BaÛ¶dë-\99p\ 6\98\15¥¸T\ 1.pìö\v/,0C|ûóñsäPNQu5êÍØen\98e\ 5\92\ 6g\13#W#¤\91\8d\14I$\97í\91\ 5\94\8bH\953·»\960¯ß\80óÛ\8a\8f\r±*ðz0?©×¾\eNyü!\fâ:¾z«c\ 1»\ 5¤·Ç2\ 3\ 4>\92\ 1ÞÖ\97Ê\97òÂåv³\17ÊôÑO\96uζ¥\11_o\ 5è¹ízv\84\845pn\85bí}Â¥\1cE\9dHZ\1f\0Ò},òwpÐò%~7é<µ0`Æ?«¢fß´_\9cGäcdsZçè8¤\85|s½\14\9fê\ey\ 6{÷8¯n\99_v|\1e\91aÂòÝô\80e÷y\93³o\11³_®      :\97­º~\7fd\88Ñ\89\83\ f\8eßeµãì\91\97Ϻ\18`Ö_Ð2·äí\91\87Ñt9ú\ 3Õ\ 3¢\ 2Ôe{<å´1|öOÐ\8eÇn\80Û/'  ÎÓm\eFÒÔ\12\9d\ 6fgÁû/*twArû£%Î\88ྡྷ\fg,\81+\8e\ 5\e}\13I0OÏ)Tý¹\1f\8f\84ð(Ô)\9e#\87Öë\90\88Oé SýF=\88sfg\ 4      \9fö\ 6!¢õíáçckf\16´àÅ\ee  >&JÒöÝ¿Ûö\13æòl\17Ô\9aÛê¢\97¨ôÅ×\90ªL\8d:A\1cìM]Ùõ\v\9cZm\8f\12ë\ 6¢*\95bfN\1eÖ      \1dÆ­;MÊ#ÌU2ÀÃ\97\81ãE'õM*CO\e×ZZ\8aClµ¯ö¼ÅLM\eDJ°n'SenÇÃ\94C}¢L½hs\9a$5ëÆPfÉAvbO¡\98Ú¬´\87\9bû­¨½´ý\83k\19\9d}K£\9f?®°lø\9bº7©;\0ÿ,õk7ß9®(8\14f¢f\19Ò8\80O\0\8e\1a\8e©ÙÔPËa\8b¹ô˼K\12\0¶'\91ÐvÌ´(43\85èÓQ9\9fì'CÆ4N\19I\ 3ò\1aC)lýQ²\93õP£Læ4É*ô5\7fz·q\86\12<S\88õÉé²\aÁ{²Ã\91©³»¯9+rñ\12ùÆ)1\f\óé?ÐöbÅ\90ÏLb\8d\1cýfÄ\RÄdW7\1d£¿\90ÍPÕ]\ 5qU£\86ßmq*\8e3ÇÕÏú¹¸ÁÂè`\1c42\fG\90ãK´\9c\18FE\ 4÷캳Td^\87Ú4\f.`î-\9a&s§Ö±¤Ç\f\9ds]ðp\18(Òt5\93\95í\80nàÎ\9fÌ\ 1­\97N¤îçÃcFo\19Ú\8e\96Ø\88!\94'0\10è²Ä¸+qâÔ-\ 5Ý\11\1c\89\ 26{ÜèëU\85ËR\14N\8c=ÑÆG\12~Ö8{\88íQ?E¸#I_\ 4\1e\9b3¯]Ó#®µ\11|v½ò8\1e4ê#a\)­2\93,͹\b\9cÜ'|\8fã\vå¸Md½>ݽú\ 3\97çv\0\82\14\1c¢/Qâ¸\7fî~C#
+åôÞO=)s¦ÅqS·\9eØpèÊ8Pw\ 6;äÏ£çþ{\95×\8e ¹G»5ß\ 1ä.\9c4zuÆt\80\9dýõ>    «AÂ\9eä\14vo \9a³SW®\1e 3\85\e¼\9a\\vbE\0¸æõYïK\f7´^\ 4¢\15\85\ 5\85Ì\1aµÅ5\12ÂÈ\12\9cãCÂoümÄ\93tt\80C¾:FÈ\19Ç\8d.\13\80/ݪZӪШ)ê\83pѾË\f;\94ØÑ\9bU\9e\ 2\98ò\17Ô»ïc\85\0\au\8eþjÆ\89»]8\ 1ó\86þ\8d¼§!ÍÕ`PA\98\ 1&\93\93æu\97úNPåI\8e\9c
+@H>"­-y\80\85úëÒER\1dźÏßÔwÚy\ 5\r¾\98\86Îm³\a¢Co|d+Bº2Ù&HÁÆ\86ûuÒÿ6S¬êRJ\aZ\1cxw$j\1el'g\9b\1a\¾Ï<R\992fgû\9c¿SÆô§®o\98\99ïv\8aº*~~ÁÅYÄ¿ºþR\96¾\82\eû\11%f7\vñ\93\9f\97÷í+\94\19q\1a\1c\9eÆö\9büëÚÌb\1e\12\eè:\9bózC\10);ÈOy äNa½xL9¢\85È\8dÓÜ\89â\16Ö\19\13\1e\8d=;o[j~\95\8ciZzÍ`|a\80É˲\95\88¾I\fÜûR¶ªN{có%³\v'\9a®æ\84Ebù^Só\e
+u\9fýé
+í{\90TH\8c\80í·{
\ 5\97^¬­\fí:[\rÓó\91ÏÝ,k\9c\82\16ãE¬\99{\ 5\93
+Ú{=\86òÅÂ&SýI\ 3¹Ã\89\17       \13X\ e&\97ÔÝéø\96\9fdÍ+Ëì¶\b2®ß\16Õ¶ÛÍÏ$!H¹\94\11ÌᩪLåPÌØ\ 3Q&Øá\99,©º\19\ 34h#´õ\99ä)\8fK!Öý\f»{Üý¬Á³ü·7&)Ö\0¹:\ 3Á\9d\7fè\8f£­Ó;\18ÉZ\89Xz\19ï\9fÌ+\90o\1d\86_ÒD8ào\10nHÂ\9c\f¿\ 3\89"íîh\1c£ih±môx$ý\ 6\9c.Êç¤ã\19\19ý?øyæ\90\91\99N\17%\97¾|ó&r9©À\8dà\19\ 5þÜú÷9Ãã"^\17\ 5\93>\9eF }°l®]_#[/q:¼\9d_\81,\fØÒï÷²ÞAÔ\98M\8b9\166Ðo_Q²é\96\f\e]/\82\93¸q\18^rϺs <ÓoóÚuú\7f\1a\ 6µ\10\99ó9èò\8aP\9a\8654úíEè\90íÛëjiñ\8eتw\83\94¯¥ÿÙý £bÌøômt©u\8c6\96ÂϳzwÜ\9fæ¥_
+úðÐ\9eÿ\80ÜÆè8ß\ 5çõ3*\rXîÙX\86iH·®¬uu t\8bV\84S\bË\ep
+IâÕX/­yêKñd\9eßo~¢§è\ f±\18G\ 1³\ eñR'^dÖ\93g:û\fÕ\1cÙ¹\ 2¾ Ç\ e¼\váÉ&JP}\ f\ f½Êí\9f­\866\89g\vSÂèß\95Ï:V\7fßD\v¡ÁE'_*ùîÍ\91\81p\8e\97\0\86NlTê\80\9að\84vOÃÑK¢H\87Ó\91±Þîus\\86¾ûÇ Aĸ¡Ì1¤î*Ö¨\9bD\91ðt     \9fÂ\11\87»«\9bÙUo\ví\98\8a!ó»}\0¹^6µÐ\ 5Ëo[:£É¨èo\84\81\97%ËÉðG\b\86YZ fßBh0>Ò³Ä=§\91sÔ6\9a\98ÓP\87I¥ü\18ìɳ¦mÃp\11xkG_OYv¨\17\e\vJkOðèu"@¼2\ etÅ2é\9a\8fEb\88ìz^¿\ e\94X\85ôÂ%:>»Öâ&?H·+r\91\9e¾¡J\e~^iã*Lµñ\9a\8eíÐÔ\1d\80\19¡ð\86\97³\8cI\88\17À7A#\83ÜîÓÂ_h\ e2J3³ÝW­`ýú%\92ëíëOÄ@ªey\ 4G\87ÉßFñãl\ 1\17©Ó\8f£í¹!E°\82@:iÕñ\9f¿ÿÙ¿\92'fºm\1a\0agÆüóû\ 6øëq\82¸~¼J\97ë÷ \9d\95Eu\93Z\95´Ægôº\97Ì\13\1a|\ e4R#$×ò\1aPTNÔ      ñêû\1c\17ó
+\14îhb w5Há0\fsÁ®`\ fª$\14ÊÜ\9c_LêÚY,G$ï\96J´§¬\fk=\ 5ö\ó\84\81æ`\89\99\87m\9a£ßÆ\ 3¬Okr1à9ÕòtNÖÕýýzôõE÷³å=ï»n\7f\8eIT^P×uG^\16§u°$îïÿ
+\ 2ï     -\9a'Û?dÇ\87        \1a       ý©\97h|\ 6¢!\ 3anrû¶\ 5\aG\93Â¥>iIÿÜJXóiã.\98ý(ìÍýmU\e<<¥%É\1a¼\96\ 6^b\919\9e\9b >HÔ¾Á3Ï+ì\8bÞ\10ö\84:bÇ-\\949\e0\akOq}\7f(ÑbxoA!ý½\0(­ì\8b´\ 1'¶%pß{\1eC\99=ìp³JéÿKÖ\80÷w~X\96\rxVLÿ\eÁ×<ÿ\94\8aÙGA\88q[\1f²=ÁÉÜím= Ã³+1÷À\93C}¬\ 1
+.,Â\1c£Ü\1eØöNü9\88Ìļ¥·ï«U=oL\8f\ 3\88¢sÞü´\16¬ô\89l{óÂÆ L¥Þ\9aM%\8eê¼{\87§oPQ]\13yûq\9e1Iwÿé\87YkÁ\8c\0\ 1Vz&jN\83¿äÈ÷ë¦\19·y®T3t4l>ýÐk>V°gêBcägR\81¥Òs.(¹\16\83¿q7\85Ö\9b\87\10$\82\16Æõ\97ý%\1c\ 4ŨðG\9eA\ 5MH]\ eØ·µ\97\0¢b\87Ö»%+&Ê?\8f\98Q¡5Á«âsM\8d\13\ 4²oì¹\ 6*â±\ 3¦¿Ã\90A\0r\1e\83U룲ñ\ f\17(U\9b¸M§\8fa\v¼\r\90\9d\10÷Q
+Ü:víe·\8c¦KÑ\16ßø´Aü\91\92\ e\8eg\19:I\7f6o\ 6\8bm¸¨¾Êã*v5þ¾L\9a\ 3þÎù\92SÎÍ\ 5\87\8cjæBªuï"VG'oq1\89@¦}£\v
+ØãkÉ \8azû       \13\8e\85\10¹\91¯Ìí\99[\vËèÍ/+Qn;âê¿-<\ eº\92Üì\81\1c#\87\9b\r\9fxV©Aæ\11zÜå{7QäD   _o®Ê6\94\9c\1d\84$&\ 5¤@Þ\917ìh\ eÄ\1c\ 5\99£\8eROU\\14¹ÿ©(\86ª(?ïý{Ç\9bR\1eß´K®\81«&\0F É\vÒFrÖ7å\12[0Ã×h\83(\99¨Ô(Å8{Äiñ    ~]-¾\14f\94Ïdyþ^S\ eÕú3¬"ó\ 2(Óª)\ 4&)H\8aÖÎåÎJkõN\929|[TM´}ë\ 5öàÞ\18\15@LÊJpO\98\9dÙ¢¤¢GÆÿ®»ù=^Mà\15e¾ì\11\17ÁGÔN\bÜäMŧ®\82)B\ 5õo×û\8a!ZX¿\ e¿\8eFÕ¤v\ 5r\7f\18\14a²²*ýÎý²ûêº6j:\98¥°jq?\9f\80ATp\1a\1a"X4Bÿ\11§\15tª¨\ 5\94\ f\ 4ÍAG\17ùÆ\9e»Ê1iðýí\rû^àݯøW\92y\97=\99±\90\1f9\9a\ 6\9c\88¥â~Sü
+\7f'\ 2\9bvÏvÝø\8dî\81dØjR8\e=\rØ\15-\ eöVÈ\931Æv\9dºK,R©Ê\bqEìò@\ 64sd[b\99·üÓ/\9f¥\18¹\13\80\9dÚ±ÝÌ¡À`b\ 5ÞVgU\8d,\89¡í\ 3\8ck(´©\95ªs\11zúapÕ÷!\ 3d:\7f\9c÷dÆ\97E\9fÀ\8atÓÂ\18\16áI\83¨\93[2r¼Fïä.½­Ø¨Ï
+\7f\9aRõyËq)Æ çD²°ù«\99£Ö\8c3·3Ab¡ÓHá)gi\86îfî\9eU\18¨ahj\ 1Q+-ÿ1î\1cô\v¡\96Äá<«Iö\9aGîjPZ\90¹ZíÃÇLý\9c\11\8bh-È\ 5D\fm²Ô\95Í\84\14Ú½bæ\94\834¦Ü\8eúëDo\ 1j½0\ 1ÈfÄ.Õ\1e\ fÎ\97#-Û\ 5\96ÜÞ®\ eb\15A+\1c®Óo<æ"¹uØT\ 2×Pê\16üB\8b\ 23\93\1f¹¢³\81\14\92\bþ\8fÒE\94Å¡`l\aiy\eÚ\b«óeo\84ì±f\ 2Ê\8fÒ\1cöÍÍ8KÇYG\96»3ªÜv\19¨LÚ\81L¬Ôª\91*eã|\ fÌ\990¥ôÒ\ fãùä±Ý\12U\85\10Â~GFÖjõè?È\ fÐ]¥\1aÄÅ\16gçÃ\11ì\112ߪ\7fÖ\7f\81\8e¢\87Æ"`ù©Ñnf¶dùÌÔð\9c\9fÊAø\98\18\91ÄíáÇ\94$\84\8cðS0f½!WBo]\8fË\8cëG©£Î\97n¯ExÔ§\v\1eHâÅÉèe\19o\1fSÿ\9aæ½þr;mX<¡\ 5\8c±ÜôÔ\99ø\95!-\14ì¿B~Õ¡0\92s=\9a\97,\7f?\vûÓ\eÝ!¦\81¬#\98e%\a*3\0\18:K~nÛ»°Àñ\9b\13ݸԻb\ 3ÊúL\1dÂ\9bäÓ\ 6\1e\99+\87¾ì.Ô\18þ»#\88\92\1eL\ e\fb¸<\82©døMEâ°õd\ 1vø-³Òµl\e\9dO&³\11||Äı3\84«V\0\ 4y¢­³5»\7fÓ1¬c\7f\84(Öeö#-­\97u|\186zð\ 1©\89\80aíù\ 4ò!ÁÖz¨%\88ª\89ÂKÆ\81\r\93t(\ 2<Þ§4Èå A\9c;¾ª\92UH      \ 6`CËä\96BN\86 .Ø\89´\98Y»/s¦ÆÝä\10\80\8c\93xtAÕ\a\89\86\86jC\85¦\12?\8a\ eïkÙQ7h\8aõ5\80³\ 6\8a7\v6TàrXE]\107¿Z
+|ë\8a\9a¹\87þ\15è`/?\7f\81ý~Ùÿ)Ö\97®µ\93\8d\ eQp~\1fQWÇ\1cê\14q§sc÷ëj\13§ýy\83\1ce~âô&÷N\80z\13J\91ÏÁ\19ÞZÝ3#\7f
+É@r_K\\86'o¥^À#\84²\9d\ 1ë¤}\9d´êz\bÅI\97   ¾à\r§\ 4ü²\89`Ô.b\8a¾HA\10\ 6%tÊ\12ÑQìûZÉMÆpt\98\ 2FUa\87\1dw\9bºÙ\0BÔ}Ê\ f\97¸å×\80\ e`®Ë\92\94C.úær\98\9aÂk´\1fc¯³¯\82\95\8d\96êw?¼\ 3ú/\ 1)H|Ef\89x\9f?QB\9bmt\10â8ý5\10SjqS\ 2 "°\ 4å\93\9aÚ·\e)þÇ»÷{ÍÿñyÃ'\10\rI\9e\8bÍu©!¢-\91\b?ÉU¡À\8f0ù*¡Ñ\8er\b:\bÉ\7f\97¬ÕbJ\9f~?üÑ9½a\17\91\a\8bHb©¸\95Ë\92\1a*®À=Þ\13þ´\87\88æç½i\11\ 2i\82h\7f\1e\87­EF\98\ 1­\8f\9f\82\9bÈ\aß\93\98NÂêCv·z±À`kTâÍæé\13ÚhE\rÚÝËëXEc\8aññ\1c§:\\90ÉËlSÀÀ:\8a\96­Jº)å¼6Ynüúü\8c\81\19ã²
+ôV\90(½K.\8ad2úÒ>¢9º§]ºÅéc\10-\9fH\1d\ 1ä3yG\99&àj-Üî³\1eW     ÕCÃIÞï­Ý­lª­²µ°Úb® Uc2\10j\7fXtY\b\9f\99úàhq 
+k\ 5v`ñ´,§ªªµò²\0\84\1a&¶5ZÔ8f¥T\ 2Ýy¡K4_·õ|R\86¼??Ź*é\1af\13ÿý\1aÑNý®A¯*Ñܦh@@`\19­\85´PÂméz;\9aÆ«\99ÈÄN\ 6Ëë\90¢ö4-ã\89~µ}Ó°[8á½ý\9c§¨\aÙ*\83\8cܨ9¦QàÛ\ 5Wf¹8\86M`\ f\\87\1c=m\18!\96®E®\0oGÆÏøG'Ú\15\8c\1d:üÏ\8c\84¢ªraS\80ùé\ 3\18à\86¯D\19»=BÊu\ 1\1c\ 6w^²+õ\8bÆ\7f\89\99\84_{qéjðL\92V9ö+5@\94ÆÄè\89YÌ¡Ë×ôÒÓâ¾\1a|TÇ\87´ªqA@Oê«\I­\8e-h>Ô\8c\17ÇN\8c ræÎ4®Â¨@h\85\14·\9f\11¾r=;`àÑ*\94\bÔª\19\8fª\vúký\93$\9d»ÙÆogv\13\1f'\8e½\1dq%\12Ârå7.9{Çí\ f\1cÓ1¾ãýÕ´\859; Æ\rT¢Ñ
+ùá     ©\92\1f\94\8dúß7+\90\97åNÆ\8c¿é\8c[ûr\8a\8evÕÛ\14[²3\1d\9c}W¥C;vòYÒv\ 3\9c\ fêè\8fIÇc§1ÌÞS\ fÕé&\ 1è\12\19Æ\ 6ßÙ\ 5ì\96Ü/_ÑP¡pg\19\vj|u\b_\92HÀ,ìxEf=|ðI¯Á!Ä&¬½2Wï|¤Ú\8c\12jêT¹ÔöüY½\0\14A\ 6ç\10êÔ\9aàÜ\19Ø\93ÛJ\0\13Ë\ 6v\9fÖ2²Ó}e               &\ 3«½Ò¡§ï#w\97ÃþµÚ7\83<S\19M·º;tU\r×Åëòì¤I6$\12K\9d`Ä1í}Á\86\95\94Ý÷¿\9e\15ëÏ\97O\15\90A7\13n\0\83kT`ñßK¼\89»ÜC00ó(Zb\v\1aÃ-\9fº\ 5x#ï¹eWÄ\91s^G\ 3£ÈG¶ê\7fw8\9cl\ fü\98°\15óÙÅ\7fâ¼?Ånø®ÝÞ\0ª\8døí`Tú¥§\1dêÍ\ 3ÿµòt\88\9bÊ.]ö\ 4·K\ 1æX
+Nñm\e©=\8a\88\1c¿)§f=\17ü\8f Í\87Þi{Ä×í}\9cÀ\97gbÙûmÓóæ\1fLk\9bª\16ù\ 3§(\8b\8ec±Ü\0W2eÅ,\ 6\e\97ì0÷,5\f\ fC§g7@Õ>]zP\13Û\94[\14\95\89\8b«\0nG¡\10è¨û(\85·Ý]  \ 1müä\17Þ\15Sw~:\1d\9eÅ)\8f\17(Û§p6é\8c?ÿ-Ñ2¤ú°\1a\86ß{ùýRÏ,4_\8aãó\1få»tNýe\8b1ÖÞ!êTË\9e\b>ÉsÿB\95VÂÀ¹bÎ~äÑytø`E\ 6o¾ñ\8e\1a~\1aÿ ¯ç\97Ñ0\8a\99slö?÷«\81©a\9b\95jhú\97Xù©òS Ì×Á\1a,[>£V[Ä$U´îàº\14\v\9a°JUO?e\8adén<¨Ù[ËÀ\15v<V£KO\ 3\a,k^EOò3B\8b¼\ 6vèR ,P¹ö\8ek±2\95e¡}¥§Í\88?¼ \91\83\ 5\84\959\v\92»F-«Ní\86),2JrJwj\15ÁÄA\8cÑåÂ\90­aV\910?ly\8e\1cß \95~í)\7f\9b®\ 6¶v\8d=Cìé½\14ÄLæ\ f+1cÉGZ    uG^ÇÏ;jýôÊ^"\ 2­ÂUô£ã5fZºw³êÖü\ 5ë¡\11Ù²¯Àù %Û3e\1a
+±eTo\1eÃEl¢\17SÔ·'½\8d2q\97º¤{,\b\84\11µ\!Ý\1fد~&èhÿ \17\8e¦=É\83mÙ-ŤWk\97G\1eÑ\9e\12å6S¡\94Û\9báDJYZ
+Cã\10YÌu\84Ö`      uvü\8b$[\99\88E\81%ÙÈm8Ä\¸\9d \10\8aÚ6Ð\87Ù\91\9d0\98»\13ñ®/\17ØÒo|:¼\872\1f\98£Ùx\8fª¦ñg½%Æ7\98\92\86ç\9b\b¢3©²F\13\e\1få\91e:hÇÄxµÁMø\91\13\1dzëöÊYÅ©\ eòöëü\9a¬þ#÷\bõF\ eÉ\83­¹÷nå°pdLJ¹9\15|\88>yÝ+W »Ý\10\ 5c`>ä\ fÑÌWèd½Äü´æ|ØñlÓk\15üðÒ\ 3_v\9eý²Ji\8es/ò\Vì\17¹;Ì}\ 5x:þªÀ\e\7\13óÂà}Wñ¸\ 3;2\11ô°Å\r\88lÿ#\9cY.)}A\99E\85º\80\9b?\98¦1\18FÓ1õ9ÐßË\88t\91\11dt\88\12#\bÑ\ 2D-T \16ïXÇìkr\1d\85        NzO±\11Ê\10uåâHç²Öîà¬\8fÒ 9\87¢Ûtßl6Päg-Ô\82æE(£6\8eGý_c\82ç}\80\10\88ó°\1f¢\r B\7f\14a\8ePÕrFH
+\ 5ä\11©u¯PÈù\ 6YG=\95ÈÝb\1e/-âØ\96^jH\ 4¯*  ³\10~kñ\12é\13\8d\r\19uhÅ\95f\96\9cÒY=$\18ºµ»uA¼ÁÎ\89¾\95`Aê"k5\bÇ%¿\18±nX$q^´»8&1½\ 6E¿\97u2Æç+`\ e\ï©\8ce\16\8efÑägõO\9b\16\1d\80\8e¦\88_\95Þ\19»>\1d\91\v\1e\85Pªð\9eÕ\1aÜõýÊí\e\1d\f´\95\8a¼\90yÈ@w\89¬)ݽ\83\ f}!&iëlåÝdöP\ fj\86b\14\9e\ 2Ë¿z\9b\8bºYYúÕ¯}ÝÎÅÓÄÊ\9efltsX\1e\95ØÛR\84_aé*i)Ç*a\9c´Äé,\rÁR\0\8fé\0®Mè\85J\16Áó\1eötx\13|\7fµ
+<Ý Ù\96âu)1ûEÁ¨èÒÊ\8eN!d\8ei\17yÅ$¥\9a\1e\9b·ZÁ\85\95d¬ëáÜÃÌ'G\0§£xþñ{}'ÍzûÕèmô\86\9c¢\9f½N\9cdb¯¼áPµOÔ\8f\82qFdª\99    Büïx\@»&Ò       Ì\18ß)¬~¬¹\9cßb>ÿ­&k|Ë
+¿\r_\ 2ñ{­K¡4\15:Pºîè\97Â=ľ\90Ë\0*Í°«Xµ£\1a\12é\ 4¬oøí.ÂÕ\98Ø&!LfÏk¥\1d\9bo\9a\r¦\95\e\92Ð^­0\1d«\8fG\962¾è-\1c`S:\8aý\8dæ\17\8fÒ0°\9eÒÚÈ\15MKÌËâçý\8d(Ñé\aåÓx±¹\8f\f¥\8avÅr\83×\e:tnôb\91éN1¼¯¦\8e³9ÚÌS\19,CMp\95\e\15\9aVÇ,\1d¿\b\b\1e\82®\83\84\17\8a\ 1\a\a+\8a\14Jt¼O\f\9c²`+Eà\8f\16\1dä
+\94M\91\b\81Íê\9dØ)»Å\99a MÎÍÒ\e\\8e\ fñß\\9e®s+U]G0\ 2¾¹«Åt[v,1ô$"\95%\9a\84õªFÑ\11hy\9aËÛ\9e\12AN¤Ì¶\99ÉZ;¾ìú^8ãÎß\83÷\a±f\7fHÕ\ò÷\88
+Ábæ%3\97\17        Õq7,`T\14#ª"\93v\bê\14(G\9avOT=p\85ü\10\93é\9eDqó!\9c<\0õÇ\1a\80ÒQ\8e\13r\9d\b     fH\ e´C Ã\9d\9a\8c\16ñh¯Í0\84Ê!7Q_\16ú\86fs\83F«UX\83ñ;\ 1Ñ_&\90\90FTÞ,N\8by\89\7fùA\98Ór?Íèº\11*}§\92ϧÈ\10\87sùöcb\vsÓaÄ\92º\1a&YSSp\9a8\90ôË\14-ýdå\97{Lå|©8sÿ§
\8aæ\ 3\83þÉu,~4ÿx^ç¤JÂ\ 6\15D6d·²Å\92\92$"Ç\ e«\885m]3ý$¢\99\ 4×o\ 6Ý\ 2&\93I¤#ïÔ.7\95\8eº\8f9;fÐõÃÍmÎ6Õ;\9f&ëÊa\Ä}\88Qð%Â
+63÷î@c{&o\81ßD.¾[óëÊ\85\19ÕدÃu\89\18¹G Çy\96Åü\94\ 3\81\8c\ 2Ò\9ePz¤KÀ\8b\10\ eïÔU´¥øç\9e\vú\1d\9a:\14Ó1!\ 5Ä\9bixWX\12\9bã\1e|\91ß\9f\19±¥«á\98§\1e\ 5¡ü¨©nî \90¸§\1dº\1cÝ«\18lnh`xÅ\86,?\96i\8e2\1c\88Ð7@Ú\95
+\9b(Ý@ºs\8dÄv¥\9b!êØÒ\a~$öÜ<"\88¨\12 \ 6aF<\97òäÚæ>u©\98\84\84;\86Âw1üaÆQ\9bÂB,t¼ü"\ 6\8fÒ5í\9eã0áP¼(\8e2_r\f7   }N'uOÆÁ\96\8e\97îøu­.¸f\8fÕá7Týe'BdHwÚÛHjÛi9fi4K,\94è\ 4Õ°\úýÁxmñ\97·¡ãù³ï\128gÞoUBwO\8a\ eϼøÝ\8cjU\9a\86תàÅ Z7¥Ý\80H\80a6O\ 5c\9d\91¼Ï\97\12\9dPäï\8c\99áAó9ÿð²£µXoZ\14\90\b¹J]j(p_Ú\90ÑX\ 1û®Ps·\80ý\9e\9c\8c¢öèk\99îÖ\83Þv\13\1d¬À\97\12SV\ 3s£       'îÆ­6ü¾\1c\15.\8c(\85\b\9b,\9a\rI"\16Y&PCN¡\16\a\99EãKqJ¾F?÷oöÐHÈæ \f\85h\fm\128xvëòþ{·wý\7f\96xÏR\98\8dHÏtz;ßF¢s\1dûí¶+\ 4°\10IguÙ:\ e}ìɲÀÉܸ\83ßδbô2é3 ¡µyi\v\98¢ì3_ñV½hAõaÿtë\80_Z¼MÑÐù\98\95¤¸ñSó¹ë?P\fÒuï\ fÖ¹-qOií͸×\81é¹[ÓQ\r¢\v\9bSfv7\98 \8dÖ\16ÄB\f\11Gb®\1aÇö0w[ºé05¢Ú7°s,ÿü3\1e5(å\15¾äÒaLdî\v\81\ exÏåZ\16\99¾§\98\10ü\b*BN\15\1a*K\14Õ¥\0¬U\ 5\8c4\81\92Ó£x\7fåÓñ\a\93ÃM"Ëj3â\96ä\9d¶Ë¼¬ó;©\97i_$kì|¸OÛ\8e\91\9aå3w¶¼'<Q³60\8cNI\81,4x\85\8a`E¼¤nõ(äÂö\86ʳªÄ\b0!\9d\15÷($ø×\f1ýÜñ7ç}(ôd@\15jöüѶÑ+ãâ\7f\9c^wîTÁ5\188Ñ\¤×]®­~%Õì\81îÎ\a±Z\93Ã\01Tº¼\83\11Q\93»`j¨á\vÙúÃI¨<\8c\7fnF¥U^È\9f5ð÷\ 3*Ä7Ù¯ í©J\ fÌLv.ìʤPu\83é-òùëï£o÷8ª%|ï\12$\88\1c¢NËP~\1aA+E\1e®ï0çÀj´ÜB\8aú%jü`1òÜ\17ÕïhÇ\10ÍmO\96\a\86¤\e\r ¤NG®u\8dÙ\1aû6Aø\1cÄ(.¨\89ñEVZL\8eÛIÏmP\98\81\1e8_\87Æ §ý\98°\à\98?A8ÏV{\95ö\8aÐ"u+ä\e\f¿Ü\8d\9a
+ÀÖ\fw-b\7f\8d\934Úú\11F6Ì\98éº~¢Û6Dâª`\9fZÐUò3\92\97ÝÁ¥\v\e9­à\1c©Â\9c\8fx\86\9cË\Ó\84ÀE\7fL~\e\88­Å\9b\9f:\fy3\18h¤é4¨\\97Ø¢Y\90\92ÓRÈa\94üå \84\96\10r\exc\9cÊÜ\8e³e@}å­ |\18ÌdÏÚ#õRôÄ\8cƹaV\92Î\92}\83)0\8e\89×VâòÌn_;\80þ"æÉ\16\93\8a®\831Ÿü\ 2Î\84\ fÒ:ù\93qÒ(©+\83'm\b\ 6\9f\988\86á]wT_å6Á7\1f
\81\14Ú\94\ 6RDâ\14¬7Á\10\83\18\ 6H\87\8b\ 3y6\87÷H\15x\vù8sÃjO\1dgâQ\90õ 9\8cI\13\93\12\11\88\14\fd?uܵNýÙ\1fÌ¡\80\9eÄuÿ\9d}\7fa½¸¢l3I=ü\925â¦tK*\98\rùw\16_®æ½ÇÌ/\9dÚ¾ë\ fÓ\93\9c~éóÆEK¦\16bg|\8f\9d¼Æ)\99\1f\8f\90SzÞ\1a\18\9c\8d'\ 1Í6ê    v\1aÚ\91ÐÄ>¨è°ü³¤«Br?\1f#Ç®\87R»!\99ëû'\1auÄnwc\ 3?%.¢\7fôx©H¸\ 2\16M0à[\1c\90\0Í\1c\ 2\91ß\13èÔ<\99o"\1d\94&M\9c\1d'*}gÂ?zÁ\18î1kUU¿V`ûßý9\98ÕÞb\r\17\82O\10\99\8b\ fÿä5o|Éñ\ÜÝy\80ê¡\90\rüúBL¡\1dlI0ä&\ eÖBÎ%!ëKä\98XIëÔD¶¹\87äP\10ï\e\fÄRôE\98\1exr
+\1c½·hY\82\e¾c¦O\8bWL\83\8a\bl=àE        ¥\1e\88þèùÒ\8eS\e±{¸juâ\19\10ç%Æ©Jb3\88KONê\89\19\8aå´B#Ñ͸=QÓ\8fºÐ¤ªÉæ\9b8àv\8dCfç\16v\9a|\rÅmÎ{\9c.\84sôþsÓ\97þ:ʸ¯öµ\ 5þ ¿\ 5éÜ»ÇÞçZ}9T\ fi½Ð\8aP±T$<~YM=ÿPÆîXQ\ 1ièð\¬Ü^\8cIÝ(\81\7f."Ëå\1a»öF\93-¯D~j\8aä`Ç\88²\e\17èJ\80IÉ1®\93<^^ï*vøÊa33Kÿb\ 4ï®ÆêQôé9\ 3\11($ìa£ã\vÍ\89\93Õ\10\19a\9b\19qº9\80+\1e\ 2]
\9b²´\87¯\89\18#\91ÝÈ|\a¹â½\83]@\ 1]Ï®J\90;,ª<)Ñp3\1d\14j$\94\85êð£\9aik!á\8f ÍÞ\9d³\ 55ÿaQ`JyMKc\87Þ\8eyàxW:\9b\8a¿°\18ÒOÒ£\9d)\ 3=H\9f;ã<¿0!\ 2\85\84\89\11D¶PZU¥7^-C\88\84ßÚÑ+\1ajw¦µó\10ñ\85\94¦\ 2ò\97\7fçè\ 1\8d\9fª0¹\86rÇQájï?\8f   ÊþþÖD\1cCo'VÙVÔÏi|Å\14+þâ¸\9f\95\16j«Ê\1aÎE\8a×qNvµ\93oåx^\98\19\87´ÓX\bÝÂ\8aú$VRcu\11÷\95ÌNã-\15EåÚ\98¬\8e\18×à\8c\9eß·@ÛöêÃ\11ûóðRçªsOdN±áÖ*\94ZUß0û{§\8aÒ\9dQ{ùÎ\143Ç(xz.\10~t4Ò\15×ýÐË\983\2[M´ûÚ¼\1c\e4ÊQsV\85Þ\fþÍw\ 3¼+*Ê6¹G\10\90\9d\ 4\rç\86¿?""íîõc\9e¬1\vxÆÂ\85\1aÛ+D\9e\10\13}ÊêïåòÂ`;\80iaì\ 5_ÄÀ0£\91ÁyÇ9|\ f?E\10\v;s°èý\18FjØ,
+\97æú37êÄdV\8fZwøÏÖ½Ò¹ò\8e\97S
+ò²\15ð&4
+t9\8dÆ1_2\94E;@ü[a\10\1fÓ\19q\1fW\94©pÁáh\0
+äH\0\91¿H\89ÿ\9f©î"\8f\1fÍW\8fCui\ 4«¡þTp\8aD\89újw%ÖuSõTÆj       ^ÓøBBC\84¾PÄT!£i&\ 6a\e¿\9c«ùbØ\7fuéud\9aÕ\9a\85\85\80Çï\13¬¨DR3³\ f|&c\1f`·õÚ\9a°J\aþNà=ܯ\8abO+\9f\92\ah^6\80VÓå\9f\eY]Ê_×R¥W;³|\9bòÇj!\føÓüã²\8bÓ>\85\90\b\eü`÷ÏnF\rtBòi~@?É\19¬è%N\10W·üÄõ'5\11/Ný+\93£èø\12¼\ÿ\88\94gÎëD\14<\ 3HWì&º\88Ó\11ê\18çKÒ¾¢÷\\165w5Éù\80\1d_\88.f±Ú9\17\18K\17\16pn\1a\8e\1a\9e¥M¯{(\89%î©\17?\86\18\1f\81pypïûS\ 5³Èi.¹Õ7\177XT\82¤\97\93!M\13b\87¹å       x\ e\81\8aù\9a{\19\eÑQk\86È\88\9a>\89\\8fa\ 6\8e9°È|e\9a\89ú\8då
+t9µí\14\17÷!\9c\9b/öxq\95½O\98¨|§\\13v\9cÐêÓÚö\80\19Ò£æÞ3\8bÃ&w\8f\8eÀÆû]#ksBøé=\1f_W\ e\90\13\17\94R\8bD[¤\9a®\86>(²\90\96\18­\84Ó\1a\9d\83\82AÚì·>Æ\99i;£\1aÑÖ\ 4°·è\87÷\8aOâ4Ò!\9b\8dN\16$Ab\83\87x4³\ f\ 1qï tS£Û\ 1\ 4\8f\96\19OAÅü>!»»\8d\ 3þr\1fÁÊÀõ"ôn\91\80×ËùN\8a\¥¾Ç<\8d\vÂÇ\8b®¹\88\93½åXôG\87\9amp}çs\8c\ ed6pMB\1c(\9c÷ë8®`N<#Ó6\84÷9D\e7dZ^è]\14\ 3\81%YpR\1cßì\951Ë­ÖõNE´\1f)\8a{@\98\9a\8aÊW\8d0\9dç\ 3\16g%ÿö\8c[ÑCtprT9­ào´\15b{M(\86\1e^\9b\9eÕØù1\ 1MͽxÔ6\16\81òf9{ð\96cØÑZ\95\8d´®\12\92êDzæqÖÁ´\94>yCÛ\196Bð\96\ 5ßø\9c\82e#©Æ@<(°J\97Y¤;öð_\17¹\8aÚ"Û¬0åè\82\87»r,먬p:ï\aV+?Ä6\94\97\1f(5\91\1d\98Â/\11\17w\ e\ 3\83à^eÉIÜoÌ>FWa\1e~\85\ 1¶ëÌ-!óäR \\9cÔGOd³¥\vlã[+5æ¾\86\7f\ 5·\a\10½O\ 6Úç"\9aËÏG¯\8cÐ7\rRÓ ;H_`Dx±q\f\99­ï\9bóå/K÷üp\95J2'¨ð\ 5£Ãáà\8d\e2®pM¿È~\17\9f¢Ó5\ e2I\98Oø;á¦e×ô|n²Å8\12 d-\96\a÷\1348Ó\81Ü\8fA{OÀ\13\8f\exª.¡Ë
+1\94þ\9c!\8cͽsü%¹o\7fÄvøü\86+\11ñ¶\7fFZ=úáϯ\96!÷9ÍÕ´\9d»\8b
+\9bÆh2DììÌ\10\16pX\8ez44>Ymý\85ß\17Û4Éä\12\e§ö\8b\ 2\89Õ\87Êú',6]t\8c çtÐý\¶ãü¢PÁ·+\9fÛ:,/#\8aÜ8~ÿ\vP\8a1Ì(Y\18#\b%ÿ\ 5\18\98Xòr\88]|±ï=Ö\11\r\1aÇtóß¡ýðæyü\96Õn'6\ 2\ e¥<´ª\17'ÏF{OT\9a\84m=/\ap°³µ\1a;Ó¡¬§68:6Óü\ 3y\,ðö4Fû%V\11è×\86-ËêÐÖì\ 4íHPûS\ 4£\86¤ö\96@M÷æ\aY¨Ü½U'\8eó \19ô\7fü>Q:\1a\80¹@i\85Ív/\vĬ8¹\94÷Z°cÉ¢¯\88©Ê
+.?;¥B\1e\ 3)Gé\0s\99#õ£;\0$\87o\84\9b=I\a:\94T8÷\16\86mbíâu\9a±\ f\r8\93~Èg¶â\9c±®Ö}[yw\7füI-\ eS<\f ¦\\80D²°ú´PD\80ßOzÏã\r,*¹òh®\19±\83U\ eÊèµ6VÁéO©H\99\0\13\ ü³%\7fð }4\95Ãl<WNÒº\193A¦½R    ½\8cU\93¤F{ì<:Ð[A,Æ"¦]\84\12\9bù-¡±Kß}»]¹&½\e\11Ío&ï©\fª¡ëÒ(|Hi5:jð9ÿ
+\15õ\ fm\W.\9b R\e\ 3øZxjÄ!\98]\9d\82î\ 5\17\84\8c¤U9í¼Ü\ fµ£+$3
+îæíÈÈlf\a9~.Q\8f\ 5á6w\88îÕá[\8a\15\8eü7ý.°\99Ø\97Ò¥Âä\941k±\9bkòÇý¨Þ¶ÏÌFÎ\ f:m\88à$¸\1f®Áà\15Ñܾ¨JmÖ\12\98æÇà\ 1¢\14vTh bÚ¤êé\eðií\9e\89\ evv\9bׯ?·~
+Å\J1q=±§\r·Ì¤ã\röÚãþÜU\v¹w\97\8c,!饢\ 6n}\9cë\82ÍôÕ[\97\8fs"é¸\88©ð\19õ\9dì8\fn#dFJ\ 3(r\8eÅóÎÒ·Z°\96\94b`\17ã\9aÉÌv¦ \85\95Rj¬\r\10\12\ 4;\8a#\ 2À\89\8d\92'úä\17Þ~Ýéô6º\ 4?¥îë>\9b~£·\15ɲ\1e\8fO\1eÔÛ\1cz±åt\10Ã=4\14\153\8c\9d\91ÇÆ"9_Í&9æÊ\84NßÏ5Ò\1d\85\9d\92³v\10±\1a¯[!ej\8c\v\9dÔÌ·\9f\9eô\ 4¤ð0>9Å)\1e\eiÿ\1dt?N÷\9aî´R@\tò\83u\8aôÃ\93\10\ 4èë\ 5Û@='\1f[|\v\ fút±òR\ 1ÂÕ\e´ñ¿d\81ho \1a\vÙ\ 3!{ixm¥îé\ 4§E\9dB\17ïÓHÏh\8a«ßÚ'ä\b\8a-\84Õ¢ïÇëq\81GGüAô\98\9f\97m\ 1\16ºÓXò\ 5Dääìݸ;õà\vA,\br®Féçn·@\17tZ)\88çEý¨\ 5ö_¾8æ\94h¿O\8bóü×.q÷¥·Wd³:)\1fìA½\8c¹´Ù(L-\ 4\95¤\ 3\91¡åÆE¼\87=~E³F\f;\84å¾Ê®b\eF'ÑL®¼_1ðúæ\9e7´õ¼¥\9f+BîÈ@«ÀÛH\95e|d=Pþr\16×M\91\8cn\ f¾\97\81òØmxµøì\9dç\8f\94¯\8eÔ¸Qg¸Ì°\8e¼\90½U%åQ\97\95âþ¡
++U^å»\8be\ 4X\ 4\15\83álZ\8aÛ\85\10(TÊ3I\ en\83\14\1dIëÒ\9eB°ô\9f\96úù\»\a\ 5G\83\8fV4%\9f¢=«\8dÐ4à\9d\9a\ eä2ñc\8f\9f 2(^ÙÇ\85Õ\1eo\19Ä\8b]ô%N\85\96¥íØ9\8b \ 2       C|S¦!4¶|ú¾\87Ðj<ÜpXìèh\9a¡\14ÎË1\88>7!`¢x\8eªÐD3hÅ        \e[1Fç\8f\aõTV.­Lî\88\99\82½Ïç·¦»ñ\99\8dÃ\ 4ò\80©¬¯¤\9dÐÊÝÑ\eBG\1c`³0ðÀE]ÇícLii¬ÄïR·\83\1fß{mt\1c§HoH,ôÄ\11è\92(w\7f\8b¯\7f#òI\1fÁ¶*\98_\85B\ 2p9'ª\ 3\90ÃÔ #À5Ið£ë\8a§\9c3_\87\11\80\bÏg\81z\9aÃ\8aÒÀ\93-\88\13n8\1fK»Þ¹xã\85g-Ô\1diÌ3\15\811\9d-¿¼M75w\90ÿ4nx=?¤${\11\84+\búèï\8dC\1aÎ\1dç"ó¼O 9æ%:¥ÀÃ%\1a©\18\81¾\12ÈB7níØ\ eÌF?[Ã\9a\85\9b\80m^\ 2³\12½¹å >\ 3A\82ùó W\fÀµ\å%\0gÄù\8c®\99\b\99?þ@%Èüu¬ ªÜÀßá²\9f\e¢æ©\88vC:·¬\12\91ÌÝäÏ{|\99\16òãârmiG\10O\f5\ 5\94À0\93\85»Cæ\98<\8a÷(Üà\95g/(*Ñ\101NL\ 6Ô\92¿ÏÜq­úÇe>ͦj¯j¡õ\ 5Ñé*¶O\×&òuº\8bd\8c2\97\ 2ú\ 5\977\15\18ØøÎï2å·\1aÔtéNï³O±{\90\94\1eD\8f\9bôwV\1e\ 1\83}*£Ø\9d¡ÙAW\aüqaèhýï0Ð夺\e5'¶\8c7Üì '       6\ 1d©ÓØ9þþÐ\1c\15Å}y°£w_\89\9aNäþ5¿ú¥£<U§Å.å­ò'HõUK\8e\18-\17S_§É1ðò/_¦ñûaGÅ\88\ 4\ 3\83`\8eö«¯­¶¼è\bÆ`âÖøn²i5\1e\87\7fßÇzÌ øƲ\ f\f¡Q\ fì5\ e\àÛòt=«CâUø\9bÐ%T|¿\ 6\f6\86T\92­#%-v\r\98ØA\11r\9c\9f"ÿq\e°¡dßt}2Gu\80\11¬8¾\19i¸È\13M\95µõ\9e\8bêDo\1aÊÀ\9d»éz6[-\1fÌ\97ù\1f\ 1\0\ 6ÿùþ\10Ï\12\82o\1f¼\11\ 2    \feßVÒqÉÊ`¾/S=\88\83\f7\17\85eSx\18û}]Ô\8e\1e×Gô\12\7f\9døÝ\ 2\bì\16îS\1c\ eÐ\95ÈT\87ÀW\1eu@Âý\8cçti°jx\9c\9c\1df\9a®{:ó«q3!Äa\1f\ e\1fè¡$(èJ]0\89\80Ðm®\8e\8e·ZÜ
+ÃAG×\1a\7f\92ïL¨\97¯©\9d3~1~\8e\96ó\95£àXáéF­¼°4s\9cýðJO®ÁÕ{ò\1d\9dÔbÊf¼ä!.\14ñÉæ\1a¡Ø\1a\10\ e5YÊ÷¬»WµØÜ1C²@;Õ©+G\1aÌ×ÆT\1c\17\0\bJ.L\1a-å?¹äuÖ\1e¥N\ 4K ³v Rê\ 3\ 4ã{§Â\9c\13}\ 5Z\8a\17êª\91}i¬ëe6%\9dí\81s\10\ 4÷@ü\17\9eg&bàwÌ:Éo©4\1c\90þ\15CDö\8b$ WÌÍ!·\ 6\92læ²kwÉö`¸¸\1d[¼Ït¯.Ê\1d´\ 1ºkÌgmÒ\8eúy A\16EN$³§!\\Y\0¡Q;zV\80ë¢dÍ\ e\8c3ÃÇ!(³HÙ9×û]¼\11\ 3\12?kÌ\8a\r\8a!}\83\98V\0ê+\12ADVDFn\ 55h¸\84O\99»¨C¢8Á,\aÎJÒP%U[áí£\9cÝDMÑ>\99ÿ<eDì%@tX4\ 6¾øF\ 4þFÖ=äÙù &£        \1a§dP\8bä\eÆ=\17\9b\1a»³Âï\89_\9c\9b\ 1\1f3) ºUÿ\1dŽi¸\9aé\11o9OM\9bZ¶o\15j\89WE#\1dÑ\9fÔÞêÿÝÛÿ\ 2 ,¡²\80\9f(\82¨\18¾Òè\87\1aÿ\86\0\83r4ë\9dÆ;Z\95\80Ô\9f$\15"L å\92ÎvI\11_Ä:e\97*?¸O\8bmEni\e¾oUrSm¯=t\v Wß.Iå»\ 6\14>\14\ fâ\8f%\a\95\1f\926ÿû;Ä"a\9f#+uN]\\1aÐ"¬\8c£À±Ûbªñ÷j£\r\ 3\12¶w\9fLÛ^Ðe,\ 5\9f¾\81Õv>?m\0\99\85QÄBJ \7f¸$\ 1dav\86sv¯V#£\84M/U§h\9a\82KVK\95ÉÉ·D\81/q«        m\13«óü¬ ¯Éb°2³gW¥ \97.Iwó\b\82o|ÓVª\ eI\e\12\14¹\9a\9eµ\ 47¹è\92Ù\98ÿóbî\1dÄýÛæ%r+ðÕ\1a\ 3z\9fÊI;\e\92ì\85\1f©ïÎÙ\e
+\9aY\90ÕÜ%!\19\ 2\92ø;௭«\85k
+Þ¿\8f¨~z\18=½H/Ü\94(­ñ!\82\11\94rc°IKº\ 3±\80\e^éÍÎëîF\82!\98\92Ió¹\\b\82p}Ǫ0:`Üu±ù¦Æ}0¥Æ·°bÊUªÊÎW\ 5ù)ÑÛÒÚl\80§ó©\vò\9a\ 6\10p\9brL\7f\85r²þ\ 1Ö\99±\18Ôe\89\95ëÍB\91\8aG ëÙþ°º\ 3¼¶J\9aVüÇ|\bÝ X΢ñ½n \9f§\16SØV\8d®}\8a2ñø5ÝÙuïh´\99ó\ 6ý¬\f\14\81Ò#á÷àÈ\8f\J¿¯ü\87\89\93\11ö*\1e\9e:Ëó)\86mivª8zº­\88Áo.&±s\12Þfá\94ÎÀQ£\ 4';wâÊÝ\95 \9aã[Q$yK\907¶NÆ_%:\90\97̦\99\81µ<õ\bMÇÂ`m\ 2\12³ã©§«\8e7C\ f#mí©¯Ëz\1eÂû\87Á\9d\9a\9dî]%\90IJÊÅ\9e$\9aÚ\18Ï\96e2dU#z±áR|ÈÄã\92k}ú\9fsyb1¥Öuz\87M\ 2¸Ý\1có4&ÌÓ\17$ÊÈèWl\9fF$ \1cüdzñɱÿ\14        OëÂ$\8fQ Rå\ e¯L¦­ZED\9a*tlüX\ 2AÏyOþv}ö\85ÕkÈ.\ 4fÂ]\8b\0èóé\våç\e÷\8b9åáFßò Á»lûÝ\80\86\8eD\\84\ 1ËûæLª\92^\11\9d\97¨\ 6^j õ0)cj\9aâÿ\87\172µè5'\9eøö\94¯Þ\8cÑ\1dqþa%£­]ú\9d\16ôe\16,Äó\9b'\89iRI\1aQBK×D5\\11ëD\98\ 1Ì¥\9cLFãù\ 5\99V5Hÿ\80\90\91X\8f\94\8ehÅ,\82Ú4Üág\ 2ðpZ\92Z¯ý4È)\85ª\ 5ÝØ\8bp*yç0\ fx\8c\8d\rû\8ag½g"\82£ÛÇ\86yI&O ~Ü\9f¯\80nVh@$p\r\96Dp\9c\91õ¼àô©v\19\80ÎBþ/ZGé\ fXmU\83\ 1$w\8e\ 6ZJ!üÌ\83A\9aZ\19Ü\ fE\ 6 
+ÿiø\ 5ÂÎÛÍHÑ\·?D\83_â»\99Y£ÿ\ 1[Æ)]\ e!gí\ 2ØÉôj\1cÉ\87NúѾ¸EÐn\11§ká'ÇÒ\99\82S\11ã\9f\99ÒOô4\ fÓ¨c\80cOÅU¾­6·»&3\96Z}¸\89ª9\8ee(?XGÛ\95ä\a
+endstream
+endobj
+1327 0 obj <<
+/Type /FontDescriptor
+/FontName /TXCSIR+NimbusMonL-Regu
+/Flags 4
+/FontBBox [-12 -237 650 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/Z/a/ampersand/b/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/five/g/greater/h/hyphen/i/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/quotedbl/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1326 0 R
+>> endobj
+1328 0 obj <<
+/Length1 1626
+/Length2 17043
+/Length3 0
+/Length 17901     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬»SteíÖ.\9aTl[3¶mÛN*vÅ\9a±mÛfÅIŶm;©¨bãÔ·ÖÞûßm\9d}nöù/fkãí|z\7fúÛG\e\17\93\9cXI\95^ØÔÞØLÂÞ\ eHÏÌÀÄ\ 3P°´5vqV±·U°ç\96£\9773µ\ 4ü\95³Ã\92\93\8b:\99\19\ 1-ííÄ\8c\80f<\0M3S\80\98\99        \80\85\ 5ÀÌÍÍ\rK\ e\10µwðp²´ø\ 1\ 4P©«hRÓÒÒý\97ä\1f\13\80±ÇÿÔüõt¶´°\ 3Pü}p5³±w°5³\ 3þ\rñ\7fí¨jf\ 6\0þ0\ 3\98\98\ 1D\15\95´¥\15$\ 1T\92
\0I3;3'#\e\80\92\8b±\8d¥        @ÎÒÄÌÎÙ\8c\1a`nï\ 4°ù÷\ 1`bogjùOiÎ\f\7fc   ;\ 3\8c\0Î\ ef&\96\7fÝÌÜMÌ\1cþQÑ\ 1\1cÌ\9cl-\9d\9dÿ>\ 3,\9d\ 1\16NFvÀ¿=\0Ú\ 3,íLl\Lÿ\ 1ðWnnÿ/@\ e\7f-lÿêþ\ 6S²w\ 6:\9b8Y:\0\ 1\7f³*\89\e\87\11ð\9fÜÎ\96\7fÕ\0{ó¿\96¦ö&.ÿ\94ô/Ýß0\7fµ@#K;g\0ÐÌ\1døO.c3\80©¥³\83\8d\91ÇßÜ\7f\8398Yþ\v\86\8b³¥\9dÅ\7f\ 38\99Y\189\99Ú\989;ÿ\ró7ö?Ýù¯:\ 1ÿ[õF\ e\ e6\1eÿò¶ÿ\97ÕÿÂ`      t6³1g\80efù\9bÓ\ 4ø7·\85¥\1d,ã?³"mgn\ f`fú·ÜÔÅá\7fê\Í\9cþÕ ª\7ff\86ú/\b#S{;\e\ f\80©\999,£\82=ðoJ\0Õÿ\1dË\fÿ}$ÿ7PüßBð\7f\v½ÿÿÈýO\8eþ·Küÿ÷>ÿgh  \17\e\e\ 5#Û¿\ 3ðï\1d\ 3ø»d\8cì\0\7f÷\f@\ eðÏ¢q±ý\7f¹\18ÙZÚxü\7f9ý§µ¦Ù¿Ñ\8aØÛ\98þ§N\1ahô·%Âv\16\7fiab`ú·ÐÒYÂÒÝÌTÉ\12\ 3`ndó·_ÿ\92«Û\99\9a9ÙXÚ\99ýåõ_-\ 5Ð331ý\87\87¥\89µÝ?\ 4°ÿ[efgú\9fðÿRõ/ð\8c\1a\9a\92²´ÿ\87åú/C¥¿C\0Tópø\8bí\7f\94"ooú¿\ eÿ\84\11\11±w\axÑ3sp\ 1èYÙ\98ÿÞ½¿\80¸9\98\ f)ÿ\15\88ù¿ÎòF@'Kw\80Îߺ\99\98ÿUýÿøý×Iï?Â\88Û\99Ø\9bþ36ª@#;Ó¿\93ö¿\ 4ÿ¨M\\9c\9cþ\12ü¯Ëÿ·êÿyþ×Ì\9b\99¹\9b\99À®-Û\9bð\ 6[¥ge\0ë°ò\86'Åtú{\99Á\86C\1cÊ\1aÕ\8a\výkì{üÒÃw¹\7f\1a¾×\8604Mó|¶y,\9d9|\1cÊÐ\1c\8döbÚPö¤\9a]\15àû\90\15¢lQtpÒ\1e\ 5\97!d\9ckF{ýY\94Û\ 1ÿÎÁ¤q´7©¬¢_ú\ eI0ÝÁê\ 4ýç\89Ú\9fÔµÐ\1f\9dìÑ\ 1Ñ×$­!\ e£\13¹    \ 4µ®èì\9c"éôé\91rpldx¨ç\ 6¢ï\10\8f67\ e\86\9c×\bË7å\8c8\19èaètßhò     ñêÊé\0¢>æâð]fM\94!ÁôW{¦¼yõ\16\8d_\16ã\0\16ÃÞRmÍã\9d­|\8aF ^´\88íc©\98²Kíé|½¤#xËàà\12\ 1Hc|&q\ 5Ä«z|ïSÌ/ xØØñ#ì,'\13;c\1d\84\fkU]+U\84E/ZÄo\10z"ðrYw¶ø1O~\16ö\94\99â\80zc_v\85w\ 1ãÌ£(³®û¾ß <"¡Ü\97àÚ\99\9e«×\ 1£HÆ\90ë%Z\95|Ð7D1âM\1d+.ØS\94~aé¹<rùÜë\9eT×Û£Æ#é`ù¨\90B÷¼   \89ÔcZ±Õ»Æ<X£%\8f$EïÛy<ô5³§ëV0\1e°XÓ\96ëËè\19GÛ©Z÷\16Uô[_üx_+A8\f\13/ ø\8b%sr´\97D\9f\12H¢f?Y\ 2\r\1e\98ÞÄù   *í\11\94\1d&h¸-6Ø\ 1:\ШIú\8e²-\90³Ü¿ú°\ 6¶0sA÷,)\8aFÒÒó/ÓÒ\7f\13.2ôaH6Ð\0ßäÙ\14-\97QSòO6Ô\ 2=\ 2\ø³ºð\87\14#\81xe\8e³óÛM\8a\ 4Ù\91\17ÇÖ\f\9d¼B­Þ\1c~Bä÷MU?ü]к\ 2 {²#Ô.\19ðµæ¦Å1\13h\85æU\84¼,¥Xõ/aô·âÓmf¿æô¤<Z\ 6ë\82xã­\16\1e%LÅpyc\18~jH\e\18êÎ;ª§<@¾>ö\ 5m0p\15B\ 1ãs\9cÏ:Ìáaúíz&\ 5Ö\16íNßv\1eAô>¿ÇÞ'üòÎ\8e¯Ý1ç\94\84ó\9fØýÉ(V<$Ø\90õû&ê\aM\88Á§yÏ(£CZÕ¸mfé}ã\83ò¯\9b­+\16zUܧñv
+û76\93jo¼\85`âuCHãFd7Z7nÍü~¬Y\8cvw¤\84ÜÕ\81\10£xjC\82ÔËrV·D+<~A\9a:§§u\2¡Ö\1e\11ÕuÆßι\ ee~ÝÄ\ f¢Ü\1e\ 6¬\8f ªÐþ»0i öv[Ù\81ÚR\95!:¬\1f\r`ËI\1f_\aýØ=ú\98;Ŧ>   ô\86wÓ|z\1aiL`_i?\802ÓeGöp\15\ 2½P«þ×î\10ÝQ¿Q\1fÂÊ\8d×ð\95\ eë\7fuÔºKN\83´EËó\90ZX4ÓbÐõýhl\8b\a\a9\81\0\!æ:ûï³ôoñÉ+:\\9aL0\98`¯ùÏ]G~aû¡X;˪4>k'\1e¢¸|®®p\90D¾û"dGU\88\98¶×G×É\8fCw(\rB\13ê\14\94¡ÿ\ 1\8déÄYÇÄx\f\9dðØç×ñ°Ê`ãÎÉÖ£PvÌç§nB÷_в¼é}Ä+Hº)üN£\97\13\8e\80\88÷1ÃW@½¥\82¬\11¦½Ú\82aÄQÂf¢¾b\9aW$É\8d»é";(,éËã»äÔ\99\80\10\1f÷Q¤=\8crX\90\eJ\92õÞ:\80\92\86\82ȳÔÎ\f&\vègÿqº9}nB\88:\98ë\92´Å\81\83\16JSÐ\¹Cãäcµ\vø\14\95·`×µkDàZ\84*=\ 4 \ 1\85Î\9aBL/ôåÙAlÃ\ 3\v\10Lj\8eÄ'X­¤ÄôMÓ\95²óªP¹\93qq\95àU\87\16áù`V~Ûn\8d\974\ f!^Ðvæ.\9e±IüL\88#\8aÉ©W«Wü\96g6Í;¯ü'@\1fr=\9d°æ¤\16W\1e\13LëÍ!\ 2\8dëÔ¯(\88\11në«!\9c>>OyÝ\ey\98ûÇìô\9f^óÉßù\8eäFÊë&\a(\ 6ø'þÌ\88A\15HÔÇK¶y\b¨ .\8aÊÐÓDmÁcC\røϤFj«Ò£\ 2\ Ìqâ\13{\1d¸vð3ø+       \81\v\rìMº\94ÐÉ_Â\12\10òÎu±LIu¶pþÓËR.\12o,ÁØ6ÃíVÂÈßï»\rw?u   \85 ¬ù\rã\84\90À¢e~lÿ\81ôgi£$\ 6²\ fñ?Ö¡ERÉP\179\ 5£É´¥©\870vAÊ}\ e°v~|\87áý)Ö\1eúÙ3Ùsà·\88ÓR$¦\ eKÀZµñ`b"±[X
+\8b Çcç\88,òíMÐÂgð.ý\94\84\8dn·¾vìfj\98Ó©ÿ\95*ÌOÅ\9e\88\1f\8b\8a*/ý\97\99\ 6s[Ä\ 5\ 5\89\89ª\9bqvu¬:\ÜûG\1e\1e;éL/ý\12\82z¯¦~­Bw~OÍ\a¾?·;ÍDd|´>R§¦\9b¾Ü÷ó_\1e)¹áu\9an\82o\8e\9f è¬ÍÆõw\8d\\1cSii\rþͳÉXÔ\eÖΣ\1c\8f~\9d\a*:%&¸üÂã®+\b{\1c`'ÚéÉKÞ\f\0!@Â\9eð
\ 1ë\0¬\19q\19\Ód\81x/dÍ\ 3°F\92\ fÕÉ58\1d\12\ e¢\85[Ë8@U.ø·\0ú\e.Åï\84D\89iÇ1\84\r&\1déCD\92\ 4\91\aÎÛwú£'Ïnö\86\85C\9eQºbÏ^Ã7)Z\8a\r\89Ø´»,Ñ·\80m\99ÔIÛ3$_\9e{Q|<Ê\vPâG\84â\83sõÁVTÂþ¡ÅRÃî8µ\15yS\1f6\8aéÅ\9f\84\15qP«! û~xN¸s}Áü#ºig\13£ä\8aÆuö«\96\94vU¼\88\85¸Fß\8c|\f ê\ 1 °G.ÅsvþÞϦ1ë\eªdK¡RP5¡AÈs)è©_Ø\1aÜ\16\8cý\86P+\8eo>¥[IË\13ö\17C:ÌåOEJ\98© µrS¨±\1f \1c¤tmxôfð\dõ¡)ÂEðÓPr9í\12U\9cËÁV\r\1e£ó\18$\9e»!!¥ï\93½\f1\85r\10\ 5L,<¾òg$º`¡\1e\aÆhe×ý\9c\9d   .\16´¤\13*\96ß¼\93\15Z\13gÜÂ4\7f¤\vI\ 1_m"L\87õ_\873\1a\frL0a~îV?GJ\8c\94\96"ä?t|V    «óÖLiÞ\9f¯«\19Ô_ªÓ-ÇI\9fÈ{N§\1e±6Ö\12ó\1167ï\1e\19\1d\93·\16®\10\8e_\v\19Uó½¶\ 6\98Dpg²)\r+\83ÚµÀ\87ï\93\v\85¤h}\18Àx\9e¤\87\ f}ñÆ\90\f\19¼¯:¼05Pûö\92À'<wØV\ 4JD¦³-\1fÅÒwÁÒÖ\ 6\a\8fôµ±Mo\8c¾È \ f\13\fx&ºéÂYز\rP/\87Ç\16\1e­}F\r²\99ô\19£z\12êТWSi\92fîb.8º6P=\9d"/g\14år\8fÛØ\0\11\_§É%W\7fF\ 1õ+TúÎ8Êp\14WBT8\ 2¬Ö\1c\16õ$Ê\88S¿æTjs\eJ"L¾±¡è"ÿ\9a\1aJ\84Ì\10õòÄe\86±gCƹ\14\v\96Æ`¹(Ëì\148\86\aa¦0+ß\ 1L\ 1®{\1c \9b\1e52Ö\ eé\87ÛÑk\ 31c\95àç­\99S\9cÕ`\91\ fÿ\fb}Ô\13E\1cÉîp@ÄÎ\99QÍÇ*¡UP\88ýAÏPpYOó½)H²u\fæn\11ÒM@Ìí\93\8dÑ\14]$\0ìË>\1f\1dµ~j\ 1#>^³·¿½\90\½ßg\12D9\bWJ\97ùý\9c\98ó\1dv\90Dfè}\ f¡ü9t\89\8a`¤"\14É»\12Q/{L\8f\e\8b\98AXz\92xð%¢ úlΠ   y\95®ä\bY§óËoVÊ=vлm\19ß@\87T\91\ 3Õ\93ÏËÉ®´x\8f®1>ìÜ\ f^E¼\92Ì®^®à       ­üÌj±»\82\81¹u\8b\94òe\ f¤m¸Î\vÆ(²\86\13~\875Èè=º\13fF\87j\19ìÈ\8d\83[¸Ñ\99âô        Ìg!UÅÖ¶;I\1a\92\80W\9dõ\15ûK\ e\15ÇfÝ\ 4ñ«øÊ|¾\19tÿ\98k®m\1cÜ\8c\8a\18\86å\8e\96G\ 3\81+ía7 \92S\94Y\ f\16ÃN[9\18\18´R&\8eÃÌØ×ï\8e\98ÊDe+\1a\8a\82\8a\11Ë8fáÊXð{ÿ|PßË\99o\83­\80ÏÏ@ÉÀ\aÀ2\ 1Õýt:Ñ[-üqccF\93q_*6ç\9e¾!þ1\84¶Ã7κ׸öèÅ1Ï6áR½¼Áùý\12C6ý\98dh-6Þwâu£Å£O\98±\ f\19\9b@Ñß\90\10\84«øúî¹\82Ê\91ù\ f7c\90\ 1æ+\83\ 6v»ñú\ 3ZG·?\f?ðݹOW'\17jLDýù\80÷t¯kí\17u<{¹/JÞ\85â7Î\9b\bB\876\ 2Û
+ú¨\1c\9dѬõ\ 2g\19\84
\f«Ú\14¯T¾\14Cçf\8c\81/Jf\v\ f7ïÑó9\1d,\13\11ºº°<I^Oª\9bY\19QVNÙ\9fqHi´\8aKc\9c¶Â¹¿Wð{äh\176#Ã\80\97cë]#õ*úÃ\95r£ÛBe\19ß\94\12ö\18öW\87C\ 3Ñq\9b1Â8\ 4\ e2.êÌÛ1ôü\1c»%Ñ\8a:p\9d\11¥\96\fïÐ\ e³\97¶1
+\11yH7\88fr(ÖÚýeOØ\7fß\15]®s\17\16\v!§[åº#÷W\rjÏÝ\98\93\89?6`$¢_3\ 5uDÜ¡Ü}ü \8cå\1dé;\b\89ý`¡IÞ\89³&\83ÌZüüd$õ\9b\19±¡\9d<dÓ*uV+.³T\9e\9c\93V\1d{     G\ 6\88Ý\80<g\7fùK.tz¾¾$ÿ>\82     ×Ê£åÜ_\92u\85 \85Áú9l\99ÚºÄY}d\9c!ËiD®\97ä[T8\a\81éé\1cô¶Ä)2´\0=\9fM
+%.\8a÷ùFX]\1aº\13Öù+O\8e[\8f\rÿ2碪T\87\9fëÔPÂÇ»·æ¡êì!\8eRR\93h/«\19\aR_´ª\97Ú\f\v\81Z<Øú!ÐÒá\89l\ 3ôÂ×â½Ñ©¯ÈÓýaÁ\11a0~úàf»/W~{\19 ©Nea\97»m_1È`"4ôlS¡<¸\1c;n9ác\80\9cVýñK\1cxUXïíÙðç\17¦´@f\ 3\91\ 3R`\9aÏÑ\80ö÷Þq\9e³µ\8e±ªg\1cïéãµ=É/×!2E¸\10·\17x\81i<-³Þ^\83\8c¨8\\ 1h¯m¢I\17\ 3x¸Ùó^Ï7\9cl¢»\1fA6¬bõw\8aòóúu\ 4n\1e|RàËß\aiÀüUÔ\85(%28u\ 5©Ò\95sQä\10Ý\1cB\9e¹«Vý®Û>ê\9e\92=\91Ôv­ö\ 4ý\9f¦\18\84\88\88Ý¿\85Þ@¦V\88Û8¤Ï樠  ãÒ×ûê}§1ëõQT(\80\f\17d rHá]úUf££§y§qî\16@½ï?Ï\9bAïç"\ 6K\1e\8dóÈx\12J\ fmb\ 4\ 3R!"¼ Ùn\9d,\9cÇH2;¹¢ 1Ï AÎ7\90N\98¦N±\87Os\1e#\ 65\11ÐòPÃ\95Ânê\8f9I\93ñ"\8b´lD÷\85Û\19¾ûÞqãî\9cyawà,\\81\1c}\9b¸q3RGy\10Ôki÷s\82\1dïVpPm*0Úùæ\bQ\89Y\ 2\9d¯\81>\0?\183\18Ä`´¬uM'\85\10\85\9eVºÌL\8a!PÃ\9a¦ÓÑSG\83       AìÃA¥Ôj\87Z\83Ã:<aÛ=ôÍ\aN0h\ eDÞ6Úß\92\92ïO1\K\94£
\86©YNDHï\8fd\82;\ fÊ.Y\19ñ\99*\9b\8bܶÛ\83\18yýëÜ\1e       ÷\99\9fs\14Ô\8b\92)h)>G\v\85\99Æ9Ò\ 4M$û3|Nm\88а$xWQt\8bê\8c÷ùx\18ª¼FÜv_öî¡\9fø>\19ö\ 5\86ê\84òÑ\ f·éÎð½Ó\95\ 2\81`¬r®Ê\99¼Ûu_|\84£ÕƺMõ\17d\11§¨>H\175e\9fi\88Jmã-\89å\8f\9a>;\83¨²ÚX.o\1f\19ó
+qÚcëÒ:ì¿°\98&¢Ç\16h\89ê\1cÖAS·d\11#ÏIï \eá7\82Ö\90\83­p£\8cèÖC\ 1S7 Do\95I\8e¦¿úÍþ4\180ås¤uB\1d§\15OÞÅ\ 5\89}VºÉþ^ëé\99ׯðr\83±Üë\9cËúÓH=SнXh\7fY\82CµønL\e¾0È\89®/\83÷é\91\9b\ 4Ïò\b{o8$áùY3j\ 6¿/é\1fHTàrt\8eêaÁË÷Àçq\rad¿Þe\13 ô&K$n\9fO¯'à¼C©ñÓJªý÷-`ÙN\12\ 3³¨\87»_ä\eÙê.\9c \7fêtàúÖ\1eoÄÅO¶Î´È\1c\19>T6ãø\97\98
+V2laS{LØ\rÁ<'<\16\9crc[EÛö\84´Ôg5\f\14C\8a¥\1f\ 5E\ 5íh¸¤è\96ÒÊ©\90 È{y\11\85ñÀÖ®èÞÖ\81~½½=+J\8e)2EåÎÒ{±þøuÞ\90H7ýMO\88«À-¨áÅ\12\ 4%,[\17.å        öð}j¹\9d  \96ïé\96üÈÊx\8a\99\840²#qS¥\8f¼\13\8fW3úêþ¬×\87g¿ÁY/\8a\108\1c×\1d4Á"ÛEHB´­y¾º³{âuËÕ¦Á|Ì\17\95>\1e\ 4'øfóTe¡~j§:¢\81\87i<æEY¨T? þ\11×nq\bã³é\815_MÏ´\ 6E\ eù(\8d?y\80vÙº·;\15^".úê·mïg\ 5"áQo\8eYÜB\9aÕyÉ\8dDI\81ÃÒQ\99÷Ï@\apÃ[4ã\a\19ðH¨ßüÖ`ß\7fÝ,\15Ë\14l\97>+\8aÄæ\ 6ÄT\98\ 4ü\196AqÉ]KJò\89\1f)â¤È)¯\aÕþ(\93'a(\f3ôè¨\85z¯mH)_8®æ\95\ 4\1dk\9exîd\ 5\83]ðRýÎ4\9dºàÀN§EâÄð.ÜW\ fW^D ä         M1=\82ð"¬\9cõþ>¿Õö\94\10º\1d\ 29°Ê\1fõk\8aÏ\8f\b\11\86Z\88Uø××£bèØm'\87įY£\93µÁ\805\9bA\9e7Þ=o\1fa\93?Bt\89-Y\91Hä?üÙìÆ1p=\92\893\11\ 3\17,Ô²õ+\r¤|\1eÅ&\9dpSϯxÓ>6ê(3üI\e·Õå\9cú\ 4\ 3\ 5`ñ{\84]=º\15µÇA\8d\88µµ¬\v§æZ\17{f\82U\15\ Àçî~\82[LQN\ 5ã¸Ï|5nU\bb\81þ±ì\fÏ\97ÍÝý)Æ£(\19o\15$\ fûð\10é²i'\92\ 5Óá1\0o\89\ 4ÕÁÎÓ5xnm\9c\8bùuK£õn~X\9e%ËÅGàí)ÌL\16\1d~A¼wfe¡/w5Å\1doÓ[GN>Á\1eÇ)¨Éè\1d\1dÑØYàÄNÕ9\88\82Ö¤©&°¶\v{´éXª-\8b4\a\92\ 6í'\b\9e\ 6        «¶Uð>¦´öÇ×ÑEu¨_\ 24¥Ýd$Kc¿»û;½
+\8e¿\9cû\98\9fL(ÝÁ \89Ì\99\12\87­\95\19\fÉ-\ 6 3)ü\9aÓKôh3ç\ 5Ô\99Å\94[+\83Òý¶Óf\1f\1a\8b\9bìxSð\v<Àù\81®ñjÜÅF\9eìÝPm\8dä!\vC*(LºË¼¨ygÅz[3ó[-Ð"Î\9ew¯O@\95\ 5mÃÞÎhe\0båD\8ae\8b¦¼¡$51¥\85Udø`²·\97G5ù\ 1ß`¸Ê\1fóMQÿÍÝ´5\85Í\94º\1eÜÁB¼\85ß\9b\v*O\96h¿<s\85\9e\0w¾'j¸\91Pf9+Ó ì\92?\fî\8a//4±6`\8c¥£;é\83ÀÏ\ 4\99\82eLB\Ec;\10UòÉtU.#ô\ 1×\82 \1e\ 1¸¦\14\u\10ï3éqÜ0Õ³¬ß\ f5\83N\1a,\ 1=Cäö'Û\1d\ 4ë\87°\ 10÷`¬ðÊP\1dý\82$ªÙ\8aDMÛx«p\9d±ÝÏÅI»d\81\9aÇê·\ 4\v IB[ï<\81Ú;rD\1f½þ\8bM,O\9aÀ\83H/8B\87Ág\ 1Þ\8bgó§aµëñdÉñ\91¨[L\ 52E\98}ùªwC\12\9bgJ\83hµ<jE~\94F?D`%_Ã\ 6y\16\8dO)ì#¼¯´yÓë¹%\18\ 3\8cÏ\8c½\rO¢åpîâ¤bIªÆ\ fP\12êe\15»msQMÂQ\v\17$Ûó8b ÿ2ê>÷v~&ðönÕÇÕ\ e\ 1[ÓDöJn\9dÚçü¢p\98 ãêl\90)Q\1ep"\9c·ì¥Oý\f\95îÇÁ\89%XæqqK\8b{ d\934¤åQ~ö\8d\fÂóeE\b\84\1f³\15\ee\9e­\86\0¼:\ f\ 2\ 2Ck\9cR!GÈÑå{æÔo\86\94}S\8bÉ\9b\0ýQ\81á~\99[ëH+3\9cýbYx\18_(\8e'ðS¬õµÆ\16©[ÕW&ç\ fgîÚ£?RrÞ;;¦ëâ.[UÄ\9a   ûF#Ew®I\11o¬Mí}\ 2{\rFH¨Æ\ 2*mx?¦Íø^òYhÎaâK¿9\bM,\ 4\89\v[+ia\ eBBä¤\86\9f\8eûV\89\80ÏH\e\ 4\94x+TËÆ(\9eÄ|øq\86o«µÉ¤âò\97ðdw»h =sØçp¼¹Ö\96\8d\1f\9eä(òÔ\88Á\12©è_P¢õº:`\98éªÝ¶FC\8eQ¹ó\9c\1cÐ\8d\ón
+Ù)É÷ \94G:Ã#fì-\9d`\97wÉg¾s\19\11þÄÑ\16»ÈÑ_Xå
+ÊT\16\85Ï.3£iFn2\14úr×)N<T{\Æ0¦R¯|Fÿs­Ï\ 3>û­8\8bw\86MâôËÒUÅ\0=ß©\89Ü\1fzäÐ\96óÖ\a\8a\14/jQ$îÉ`e´æ
+ë      VzÄD\9a\vãÐ¥eêqß\8a\ 4ÔSïGÎ\8c(u*B øûèÁR`Q       \97Iwäê\a\9fØsòÇB¦M«:\87Ø\8ao\94\e\8f\15m\16¢wR\89\rX\14RmÜ\85LRÓ
+rp$°\95\94F!H«ç~ÒA\8eí\97-­aZÇ\99PÊ,É\94Ó{oçæ\r\94\95\84\84ðO+r¦\919]\r«\b\18\1doÕ&\80\89\ f±\9a\1d\87+ª\bq>\1a\aªX¦¯o\85\18Û\83d\96\97\98àDMM$Ð\89 \95¯w\88\8e£Ëføù\97â1{+¸\87K*\83©+é\11\81esÒéB\9d/T^ôÍõ{\89d÷9¼\16\e¿®C÷J\11ò\ 6\9a\8f\17ãò\18\9dq\12\17\8bçÃ\17f\86$>v*¯WTN¾^\1eÞÉ\9báèó\12i¤Sv\83\8cW\14\87îK\f´U\7fkdàåÄþúìÛÉ<¯k&¨nÓÛ\ 1ÏÍBzý"¥hB¤ÜeÃ\8aZ\1a\ 2f\e5"á¾\9fÚ¯ç\ 6pó(ò|øðs N] µÕ\ 5\10Î\9f\96\11\16\v^ï­B\ e\10+èçáù\0\9c·\À\18Ô¯î\87ó¸Jr\8b0\10ÃÏó\95¼i^7²[[áÍ\8c\f\16z\10i{ÜM<\81\ f7\ÜrO¾ÃÔ\89\93EX\9fýt\92Ç\8ct¶¦Oì=Î÷X¬§Qý*[r\ 3M\ 4\89tC¶oʨ³Ã£%l\89\82\9e.û©[z¼Z\93«}º\9a~\95òæW\1a×\r\11ÅC^ø1S·
+x\81¿çÛO³\16%Ó«Ñ\7fË\92ôd\1c\9aÆÜh¹¥_\1c¤Vë\ 46©EÍ\9c\82)ñc!ÃÈ\14@V®º.­¿Î»;¢\ 1²\15§\96µ+\1d>J?\1dYfÇ\97[~aAnñÇK­¼\80´\81«5¢OÜêv?,:½  j¬\a\1c°Kî\90lm¾]\99¹ÿ±\1e\88\ eXAõ³\92«ô\96Tuv%qãQ\96Úq¯+îä\81J\84êº\13\a ¹Ö¢Buô(
+³Ç¥5\9d¢¦\8c³\ 6ó¾­\aû\16ÓC¸\870¸"ÎÉÀL·Í µÕ\13â|K\1fb\99\80\99pR\18¯Eén=Ü\88¦<\v\94Å\ fõm«§¢\15Á;î\98^d\8b\ eÜéu³õ×\ 2åü\9ccY\8d-\8d2;\8e\1a©\84øTdû!:\95°Qx=6?îCk\9fºjs/¬«ã(@OTç\18ý8×R&$\1fÄîÏUý\82!q\15\8a\9bß\84×¹\14°±±Ã
+\17\9d´3RÖ˼ÂfÿzÅa_q\ 3ÖáÀ`\81)Z \1cÈÀT³O\aÑ\fì#õ³Ý\90òv~AI¬\94W\99þûíE79©\847\aMòòê\b\9aÞZã¤TØ\99e\10î\1e\8d\ 5ù\aÐq8\1cñrÈ®T\89ÙP\15à®3j\8b\12aùf\99«ÿ\14;\81Û:K\0¦Qá\99\97\15\14\1d½ªÏÄÛ»£\11\86:ó.öIÄpÊ\99Ü\99Rs|ÓMê5?\16Àâ´ÿùÖ\90PÐ5¶\ f\98&\8d\1fñSìÓ~=<ª`¶5Àx\87öZ`nóû\0]\8f$\88\ 5
+Õ¦gâ±>æ±:§¼¬Í%§Î>\83»u\v_^\90Ö¼
+n`]y:\8cT^u\8e³LÈ\84NìO\84\v¼Q\b\87c\9b\80jîØaæÍî>\a@\89\1eh\13µy\ fÛ\87\95<;ó[5c\v0J6\98](êæjt"/x*?   \86}åë"\16³ì÷åe]fDkÈ{(®\17ò\14±ç6\ 3ÙÅ    \bÏ"-ê½\83À\f\9aHÇ8²t²\9cáe"\83\a\8a¹»%E\ e\99Hȼ $ã,Â\ 3\1c¬y¥´Z\1e¤\8e\8e\19åðøÍ\9aªtYP*f\aâA\9f]?pò\18\831\99\8e\fuÃý_\87\92a\ayJÖ¼sÖ?;\8f=hCê}ÀÏ\12wø?\95kà|#Jh(unOÇ\14ñ\8faÜÒ¦dÖì¯\87{\95\ e®iR9N\8d\9f\12-é¼YáÌ\9ecq<W¯vÝ\15ðÜ\v\12\13\83Ù       Tªi¶\v\D¸{N_Pñ\94k÷î\ 3½\1f$ë¹jUæ=L,\81b$\13\91ÙëLðÒ¶ØB¦WxÂEX\92­\10|\934\ 4\ 5B\12\8d
\88\ 6\83\1a·¸ß\98pµL2^À\8e¬\84ѯ«¢\8a|Ôúoü­G\ f§¨n'ªå)ÍuîgìÊ oê\8cíyí§v1/\Ü\83 ùý¨.SͲ´\ e\9dbp\94Ñ+\1a5ت2\92U-á©Åçht¼Ö¹±Ü+,K2r\91"\9b¦S\1e\10Õn\87\808a\9f\99\ 5 \0*\85ÍhOÊCͤÑD Ùâ¦\1c\85\ 3>\r\12)l\ºe\80B?,ù\v|\7f\83ßÑ\89\9a\9a½\7f\85b.CT$iÙùø\8b\7fZh¥\12碶Ãy¦FzzýÓ÷nðÓð@6¨xâel\f\ 1bßv\93àæ\81\09V\1dÜ Îö\93X=ò<ªÖF\9eqÂ<%f\90\99\1a\984Ñ¥âNû\85åQÁÎêí\8eb6\99\15¸¥ü>åRgZ­â­
+èAÔ9\87lR\83)ƼÎZ9c\bÿH\92î\8c£à\1ay3oB\84Q-\16o\19]\89\ 2\11=\11¼i"\99Ù¢×X®ªó\8c½(b\eø6ñ\17£ál¨ñå?wÊ4ßËO°\9fB\85Ľ©U¬"Lé \91\8a\8ee®S3\9b=Uëç\88ìC\9bÍ\96¿\98Ú\90\81ÃwR\84_¦,\1f4¶c\11û¼\94\84ÏUÔ$H\95\8cYY/\12ò\82"\91ØãâÆm:À+ÖèÜ.\ f\8e¹4 \19\7f/Å55\13%¥TDW\17ÐfcDþº¼\ 3à ÆÖÎ~òâA.ä¯Ïàv-.ó<x\1cJíï\8dÑ\1fù\b0\9a0/Ò÷àñ®ÁV?b\ f1ÙT®\ f\10¸öën\86\1eÓaq\1dBy\ræ\96§ª¾lÅ]\8bР  \0Û\94o'{Ëâ\88Ñ\14{\98\81m\197\f²tÒà\r"L§Ó\9dê[D£D\92÷\18²ÖÞº\81«\910P\95,Æp7\11°@È¡1Ø·oøæ+@\ 1>üæY\v\1eÓ\9fÑr\94\99!Kí!`\84ä<\8d$\1c:ó)IÁ,)\9aߣ\9ca5\9d¸*¦AóÁ×Ô\81\rï!\9a^¿`$îP\19joèº&ù^ì\84ð\9e\10ú»à\18æ¼Î÷ºëMèÖ·V\9a+85\85\97\9a*\8fî\96\81ÕUéq\8b\ eå\86ó\105\9c\88¼ÏÎ\82$?j÷\9f|íK¥§w\1aðz×`\9b \v\1féÖ¾ù~÷\92G\81%\b3±¾¨½DçÎäCÃ1âê_ê\ 3\1d@  Ã§\ 47¦)nOeó²<\15s\ 1`u%\81\86\9a|4\93k9L\19\8dÎx\96okø`)\8cÁ\88\vÉé$,a\bW\11iGj\89Î\8d/\ f\95\b6vÕA¬MSÆS¯<¶Æ\16B ß\89ó@ßDÄ1½¥\84³G¨\9bò2\93©¡¦\0B\863þÈû\9aU\8fNcÊF\8bH¦÷ÚA¼tß\88ñÍB84\80ßÊ\96-סÊ\9a}»gø\9dþ\80´\0S\b£î5\ 64\8eD}\94¤ý]]ìþ^\98.\90\97À±ÕçÞ¶1¡\9f³º¼P²AXN<×±fÎ\96è\18ZJk/CÌ\85^í)\ 4\ 5\1d\9d\10\96¿=ÌÚ)&vj°§\1eÕÓ\18\18¨yÙA\83÷ó.táª\92ÅZÒ\7flLé?\99ú\vC×%]ã;HõÂ\97LìXÊyø\87Ó\9dÿ\fÃsß\89CƧ@\7fd\97°\0L\ 1*K\a\84«Ü\9cÀ\19\1aä\89ôs¸\82>$3Ì u×\12R8­s\ 2\97P³ ¹3c·J\93Ï7\Å $;.\1cñòÄo§bÃ\88câÒakå_»V©+\9dÖÝ\82r\fcáQ\1axr\17\1d>\1f\8c\97\1c\90píä¢\1d\98R5 Ø»\8ekO/Ú\1cúÇ\b\92cG)¿\96®\8b\95_ªé°\9b»{\v?H½×\95ÃÏÓó\9cÄÜ\ 1/ú`^x\eYõ_\81¾ÃÞå2(n"Ì"\95Óóà4oÞ­áz
+é5(Eêw¶;~âãëCn\7fÐÚ!¡ »6³O\93\9cÂ7\ 6\8dFQ\17ÐP?º\10í\ f\9fp^\100õoúó­²\@\86«±u\841ܼíù\937®¯©¾\84àzVôeC\95ºTRÐ5p¬\v\ 3Ú{Í\80.Xb©ÔÉ\9aÝãS\1cBòiÞ²Ã\90~ùGkÔ¤f\1eëK¥\9dÈ:±Æ(\ 3÷}M}}®ÇññÌ\8dMÒ<Ï\8fb,ÐGí\15¨.\11è\ eK-ùñ6k\14Z\9f\9fßa7¡ÕéJÙ\99±We\râa@à\è^}\95Ê^,\12@%Q7\84íS7¯øz\966è%r'¶äQú³RiÌ\9e÷Qk÷\1d~\83\19 rgþþ\9d\vi\1e\1e.ß]x\7fà<32ãË\ 5D?ÌÇzy=\14\94\1c°S\17+a\99vÕxûe\82óöÅ\97¸l\99¥×¾Fø,ÉaÌ\9f\9eÇ\89\eÇTß\98SQ\7f\vV\18 \ 3@ú@\87Á»y~\1d«lL5>\9eãÔ\80\r2y\9em
+\18XGå°²ÈöýàæRç9ãðA,öu\80Õù\96\17Po©\84åý\93è;kk·æ] \8f¸\bò;®\fTU·%B-Ê\84×çà(í¦§:\85éÐ\9cZfä©©\14\81⣰ØÚä\17ñÇ7¶DÉU\ 3X\ 2\99o|Ä\1fqwB\14Z¿aÈFd\97°&\1c§\ 4\ 1×T\v-$=¼àg\9b}\býl¢z§\ f\84HXå\1a·t\1f¦EFÒĦ%z]÷WÓ/]ê¦âU/"­\92\7fp\10ï0qÜÊö_ç\8e¹Ö]óK W\8b\83b3_kºÃ\1e¾¼O©\88åø¿×e>ÑmÆ\r\v\8dU\13¤Ú}NÇ\81\12ÿ<\12#\1d\89|J\fÐ5®Ô\84\q\1aENÏæWÕ\ 2õ0ÂDV\ 3Y@\1aFõù.\1a»\10|ç{\1dæLZH\ 5ã¥}Ñv)\8fùçmò\vþQ*\1d¯î9|BP;5ÁW\ 6ÔF\aÁ­Ðíê;\¹59|n\91ÄÜ|S\ 1\87çwÈ4åE\83\ f¾Û\8c\14£åôV·\92Æ+ÄöÓ#3R÷J\9brEØos\1d¹\81kZÁ\8ajJ\86ÃæþøØ4/92\91ügû\8d¯ÕKê\16ªÂá\99 L@1ZWÛ+¶§1úWSùo½ñ´\98. ýª\81ÎKâb\ e k³øT¦\97\98ÃÏ\95\ 1\8d£ôa>¸\1cqj    È       \15²\12\9e9å^Ë\15/\8e;\93ପ\96HRÏ4V\8dËF\81Eö:Q\8c\9c\901k\fß\15ý*KÔ\90\7fph\86ãA\11G\17G\r\87¿Qg\9f#3\95W¤ä1]É£À_\99~ö¡\1e\91·p»'Uò'å\96¡Ø·g Ñ½î¡àÇÂÿf£\85¬ô\8e¤ÐÆ'\ f¹t,\9d¬ÿB\87Q<ï'Ó\94Á ¶eßI\98\17¢äëÍv&¤²\8cæ¼ÙÉôÃ\99\96\fECÁëýøVvÜ\ 3´A/\93\fêW\8dHø5­;1X60[­ù\16k\vÆ°¤æ\\ee\1d \aõ\ 3¾:½ø½¾\94ÔoJ3ÿ¢\v\ 5\8ff\85e\92ü5ÇzBô~­ðÀCÜùúMØSÍ*\92\any\97ô\9a+\13\ fÃNÉÂj\83x\ 5!\84¦\80\ e\93ç>:\0\9dÑ8\18þ\13\99v8&Ð_\92FÎD?ÕM´Ó&¾h*¯\89-\80È\84åé\82þ\92_}VQGôU¬Õ~öÛNI\a3ï½:ÙÎÁ^fþ\8a\86I­î°\ 4µW&k\8dJ\0ù|\f\97uׯ\88ù\1f@:lûtÿGôØÐ>5\8aÃWéóT\92C-Ð/Xêd=[\1d§àh¨\122\14â¶Jb£\90Å?\r{¸ÆR#\v¾ªG6`\e\8a\19.\eËP\95 g½È\8a\95m\ 62\90\17Y20á\87\95\87Ò©¢¤-YÕ{XEÓÖü\11Uºï\a¨¡:\80\91µºª\92wÈ«V5ÔBS\9c\88n³m/ø¦õ©\1a¢ÁçÄÂëÄ¢ÃïªÏ\90P EªXÆü\93?`.£²\8fEúCw\ eB\ 3PûG\7fÍ\9c=\88wY       lAt\ 3'5\8f\89ç\ 2ºß\98\84¨\R2£»\8b\ 5î4u­\9dnwñe\1euDle    nMð\16æ¡\\86:rc\:,ѵ7'ûQ\ eå\91{§­\19Î*º°Ï\81Å×mÌ\16¼\82¯]ó'øÛbÛFñVtÓÐõHVì\95ØÉ\85\1cÊÛ0I\11KFM\96ݺ\10i5­[ÖE2¢~\8e¸¥\1c¤\845f\vãçþÂ\ 2-K\13¾«\897%ú`¾\92JÇwãmÓ.ÛÜ\18\a|-ç\1f\8a\\ 3ø÷o\8bvM"\18ËÇ\12\17,\r\õ¦×äî\14Z]µ&§ðºªª\19ÆÂ
\93sMõ)½4·¼Ì;zÛ\94h¼Ë\98SL²Ý\9f§pmùó\9c\1am¸%ßw\9eï\90\85ð¯ùÔ\178QT-\7fÍÌcÌî8\bQ\\12\1d·\8f\ 3e\10×s® ×Ád)þüüM¿©\8f v[D\87eÐøY\bmZ\1cß³{cüÛ;Ñ6y«çÀXÚÓ\95©=fÁþ¼\92·÷£\91¡0\a2\ 5\1a±z`\1eG¸Q\94\16d\90W\1a·\95PËù\1d\16Ô\a\9eÂ\85b?\1ddF$#`\10<f\1c\9c3\99ü\88m\10¦\e\8e
+EA\a\96W\12bZ\18\ 1\19C\ 6¹õ{ÎÆ^_EÕó\87ó\80\ fÉÛFj\82ü»b\1a\86u\11ü\9aÞ½Íky'dÌ}8õ¦ùQ£¶'Ï$û\0+\81ò_ê0aÍdä\86\ 2Ô\14©\9d¡|\94ÝÄ« ë´\9eS+¡Ù9¦wH$!+mkê \ej\15÷\19f+7 
+\8fnö:'ÇB\f\82¾¾c0¾\1a\8cD?8.\86\ 3\12°\8dø¥8\13D\83\8e:äÍ\88ªõ@Ël\13ÛÃb0Ô\1d¹\9d«à&\13jeUC´àcä\eíÊ\15ê\10"å¢m*\18,aíî~Õ§fÀWÆ\80Þkï*´\93Ð\88Î7\1fVÁ®é·\1f      äuâ\81§v\f(ýN£Ï®·Ò¾â ûõ\94û¼[\83©\ 1÷¥\eqúR\872\8bÔwì*\81_g:§\8c¦è ÷Ö\9f^p8O´\13wûí!j\94=¨I\9b²d^\96î\ fyP\9eE\8baØ®\84\92u:¾\1cù\9aõUÙf\eܼ^\0§/ó\ 3a©^r\96v@\8c§ï\0\1aO\9f蠠Ƶ)d°¹¥ßN\81\10WÆ¢õS\82C\81à¯kò\9fPqb>¦ì?s\97\13×/ 7\832ñ±\85\eYK\8dáÞ\b
+K%9óê
+CÔNF\1e\85üÑ^],\83APõ\b>\7f]\18Î\vÎ3\8c÷ï\ fô\7f®¯·Ñ\17°Ô\9e\9f\81ý\89A)Þ½\9dõ\ 4Í÷æ ->"\95\9a?NéI\87´ùÖÒ\8f\ 3\8c\16æ£6#7U.ö13¿\99\12áezÓ\11ìY\8eõK«¨¨A\æ»\86\9b¡"ûM}\ 1Ì\83½0Üã}\\1eÇ£\83\95ç-m-\ 5Exù\eWòéó\87·í\11uUÝ®!§`àØÎw\80ò£´\1d@áÎqÛDUå\9eÍk½\97ò@áM²\9e `ÒÛVCÀ\1aæ}¢íâÕºvȸDËT.kó¥£CdÉC±l\8c\1c«£òHc\11ZûñM\v\96¯«Åù'VË\ 6\11\e%÷=¯Y½Ç\16\ 6÷fyé\1dÒ\15áɬ\ 4ë\1eÐ]\9ex<)ªéÅ\11\ 5\8aúÎ\93ü\16
+\r\19XJi£\96°ya@Ö¿ühþ\8b\83u\9b\1eÖ\84Ã\14¾®¥g´º\9aNå     b%DÔT&D&Ó¿r&;Ý\94?¬=\a6\7f\80'i*d\0Ytïr\12J\ eÅQ%}\88\18ˤçì*\10\ 2\85ñ¼N¦$kdµ~Q\99ÖÔ®\81\1a§æ\13\a¿\9b(¶6µà\8dÃzòöEéÛRKק¸¹\9fÁR°"×i\8d\97\94\96AÝì¹aÒ\88\1cr\9cjUQ\9c\ 4\99À *ãeÖí^=þ.ÉDqÞÏùfzçÍhW^}D\90\81)¥Yô"\8b$\7fO=¸úô\0û\8fDÿ\1dY`i¯Â·}ª\9b\98F\865{ÝI\ 4ÿ¹\eúãè\85íU\88\9f´¯\8aà<&º2º6C\9e.\ 3Ù¶Æcg\83\9bî㿹\8f\10#ëvÖÑ\99\89L\10¸^\8dÉT=OïX\19\99¡-Òj3Á`\7fÕÐ\97(\1an±u\8b\9c¬F\13&\81ÓçŧGt\18°`\ ewoµÁY?\1f}Jþ:¯\r¾\83\1d:æYC\94N~(âjÕ\95q\8f\95"\89\81\1e¿s÷öÊ\ 5Q¶¬§ëu¶yë\ 2zäTÏ\95vÛJÃðv#ÕsåS\86î\e½\8f\1cÝ*ã¡Ôz\0a(Û>\9c];~¦o\9déRôºo\ eÂ\82vZý
+?\89ç0#\½K\8eS\13\81X\ 2\85x\8f\95°\0A-m¬ÒÙ\ 2\8eA\9dXE\1a\ f%9ð6\97\1f©g\ 2+Z²\86|pc@æø©á³wú\v`kÿl\ 4\7fÍ´ýÇî°'xÒ÷Û\86Wm\16»¦K\16I\1dâ¶ç\ 1ïHW_äÝ·\9c¾·t¥øqÌ\83·Gü\+ò\9aú\ 6ÎS¾ÝhÙݦØ\11þÆ8î0há\8fµ\8e\r¾i=¨í(¶ÂpS=ße|Ñ\ e]w\17\86vt×ÑÌ}u÷ M\8cIÓ=\8b£{ÿ'7\15ônË\859\86\81\8f\15\1c\ f/\1a\9e*\97\b\885f\8bÔ}QîÚÞ\1f.ÐW¡xÒóÔ¾\ 1ç$Òz\\9d1\10ëíÃ`Ìò\1eα?ßÚª¾ \1cý\r×Aå!ÜæaQ\82\98»V!\10ä\8aS\eêº\9dã^i±\1c0¦Ë\81o\v\10ð\9a«<\9cÉsíQÎV\93E\5vð=\ 1íÇ@^êï\f\9c\89èá\99IZ]XÔÇ}.»æ\8cݱE^\9aFÂÀÐ\9d\99\92\9dð"Ä\ 1þë\91{å?ý\14:^\9aSUrV\10Æ\92\fõméôGÐ\7f\80Ì\1d\92\82\8cHºtg\98öN¶í {£\9b\97\18Æ\16q\96\93}\92¯\8c¨\12\87íÌM½®ñsL\12HY¨Dêá\82ÁqÊ,\98\15\15,³ÒL?ïÐ\89\13¾1AG6\ e\v\17\19\e\ e\7f\11\91¼\87\10\9f_\86§\8e+à§8\ e\19J\9b\fÄ&*\18<Ü]\9d0~§Cáp\bÎ\84ä`zñô\ 6>wuEá\1cqÝϦ\1a\109=é\175âVÄ-¸\r¡Å<\81¤â\87\99sÍ3\80\ f\b-³dWf´ \aù(3`öd´j\fBÏÇØ!h)tÝZ\88ÏW¥²[yÃÆø\e"4VÏCn½\8b\11ó¬\19RR°ÌçOt\83\b\r\ 6¤(1\93Å(\97\a\ e\8a:)\rò³\90\ 4\1e\1e®[1tFÄ`mgYÒ¬\1fÙrÖÕ\9f\94NG\9cy'î\16\84\96\87\vN?\88ä2/l"{\99¯ûÇ")d  XÝ\88\ 2O¥Ñ }®îý\aw|4\1f\9dw\9cK\94æ´zÜÁ\9a    Ò;\9e\17=D#\7foF½ùB\9cT\8e*\92Ï«¥   ­nL²ýF8ñVr\8bYK*ÀkáÃä¼j\1atõfr-¶\v¡\93
\9f\96\94\12®aÐ\12)½Â\11.J\1aÇ\92Å\bHö 7)´\r% ÞÄöd\vá§óÏ++y\8eCAVÃ";U\961\9c=µ/,;C¬ûÓ`6}\15\b\b×ÎOÒ¢1'Ï/\16Ìö\93l¤cA­\1dÆèïýÎÓ\8cÛF¼eU\9f-ÿµæM\Âö÷\9d#¹¬¹\ 6\8búª­ÓöÛ\ 4@hOU\8f\85Ú|\1a\v/\7fö\9bÒV#%Y\1cfø.Pj0mà\92{r:îbÊø\1c\19\86\1f#Oò+ÝytL·\ 5;ÜI&]À\ e\8d\v\84=\7f©\84¤ßú¢ÞàÎ
+Ñ-VÔ®\ 2_\e7=\9amĵXTÈëL׳·\9e\9cGc©\1cÚ\15\9fät\9ew\1c\83¬\12Äý\8a,\9c\10Uo¸±*â\éE\95Òøì:ñ¢\82\13\951Òo³Ûë,L㵬Jæ¶\94\ f.ªú²O´\19üNZ!j;×Åø\84ÜVöÔ\1d\bYZM£ZZ·Nßó4\b6YtíyVÒ=÷Ó(H\87Iùþ\9cîý+\13\83ëh\7f_ÆmµÅ]°oéæ&\9f\82üæ®\a\15Æ\7f»a¿³\e\vVvYóÈYf«ÁSbôÝ*#vß E¿¢¿÷®\v\82ÙéÒ¼½©oÝ¥\84\84z\13ÿ\81.\85\9a´Ý\14å5äyÈ
+\1d9w4¶Û3fä\87¥'º\ 2ô\87\94*ÏO&!¹i¬·[\92\9c\80ëü\r/\12¤Ð\9bÞ!\1cÊ\92²®b\ 6Øùµ^\0]?ɬ\96êk¾\ 2¸»X«\rÆoÙ¬\92ùº`Ë\v%ÂîÜÓ\9bèE\94\18UMQ\97\ 3å\9e\80»=ïÕW\1e\80\81«EÜS³RW \82yl\1eh'a\ 2é%\90²\11\9a\fÄÏvíòæý÷5Lë\19¯ÕWY\8fî÷¹Ò\81\85ü4      ÔSÊr?д\85\82º\10ú|#$i'êý\94$$Är\15J\15¤i\89é\15§\e?\18\ f\8cr\9bs\19\ 5*\ fì\13*s¢\1a\ 6>I<{Q\1a\88^\9b¦\88ce\9bW¦îç¾¢\1eF>\17ø\90¢"åv57¿Y±6l\16\ e\100\f#\ 20C[\81ÞÓ×=GÚ\13}fì=Y¦4\94ì]Ó ÔsXÑ/±\883Ve6±îâ \eÒÒ È\9ee->0¦ÕU\ 3<i\10N9á)TÓ··#Æ\86¦õ¼RÏ?·Ò)B\0@i&³\816\14µú\1cî±\9e7÷ù%6AøèDØájÏèxNØ­qTý8*º!®ÀÂ\91\8c«Ä¤77h&Ù\8a\7f\ 2\8dÒ\99!çq\1au0e~YIöÑ1\87ífõO¬\82}{bLv¯\8cæÛ\8fbsØ\18\ e\15\93|È7\92ýmã}ü\an]áCíEU\87\94g_4\92ý·ô\85|²s\97×\86\94íI±\ 4\9d!Òox\12\14y¬í<â:¦\84\13ø*«\9b\15\92Êi=ü«:)\eé\8c\96`\18õæv«rÌ\e\1c\1c½ú=å!ÃLé\1d\8c\8ab¼ZR:s"d}B¦\ 1[AI<y\ÓI*¦Ò\18ÌæFJÝæ¦QZ¼ûsD\90\91ÙúÜ\ f\8aÖF5¡}\14t-*AGÐrøôå\ 1Û"3V\15\9dÓ\8fKÑáÛÑj¾*C¤èÉ\7f?b\83,õ·Ñp>ãÆÇ\vº\12\ 3-2Z±\ 6 \95'­+J\9c)\99ï\88ì\86\16úf-\93\ 4\ 1\8bU^\91\ f&\ 3]j:×\91¬¨ó<F\16§F¨­jÝ¡âÐL\11+^XÖMûëªM ¼\88\9a\1c¹\8fU(\9eªCnEIW\8c£¿{l\98ÄËd7CïÌK\ 5l~Â1j¡\86\11¹üØ$%i    j\82\14Â1Â\1f\9eã!˼L7ûÈzó°ÙÌ\ 6·c×\82øöÅÒC\vs\ 1Ú\8eÚgòU\81h¨y¤æêî*y~ÛÛJ\9dà®Å\96\ 3Jv´2óäª\15\ eÇ]\90Ìiü1\16\8b\8cÜð\95\90q®ÄHrÌáØS\90c3Cä¥\82IåîE\90\84u´ï\ 3Zpã\98{`\9eC%P=¢\88 M\18\eT¨¯M\bÁ\,¢÷òÌÿ\1ct[êrE¼æß\19\ 6ù\13\ 5\93àý\ 4\14'«ø´õ\9b£ [\8cXËnTÒS³>Q«Ox\1c\8fÔ\ÿ:÷\9câYý§ÐP\1e]b\14\99\85ã\18òNf\7fM\ 2\9eW¯Æ:¯0«.s6\ fØTx´ÍTy/f\99Ù\f¹Ö\11\14¡\7f?Q\1dY\aã
+æ;rÉ\12(\94Ö0\16\15 »æ[+\a¼µÅ7÷"N'\88Õ7\ 2^ªÎGÈß\99Z\ fþC\8b\1a\8et\9e%j\9fúS.s­\9aõüqß+¥¼¦ò\8e^q\fF%Æ¥\1al\81;\7f\19Ûj'bá>\bóc}ì%OQé\932\80s´ÜýÇ&Æìõ\94\ 1Ðt:-,P\10à«f´çs\96©°\1fðªì\8f¬Ø¼é\85ºB¶\1f\9bO\98AÕc4;¡ï©\0Z
+1Ä2\rTøf7~Å\ 4`\89üí×\14\96\vñC\ eN×ö\1fhíW¾"×p¦K\82ç͵(\8bÐVUP|îhZÙ¨¼\10.l\82Gã´Z\94Ô\85\81\12³Á\9bo\ 3pW˼ë%}~b/\16)µ¥d
+\vsÈ£zÈZd\v\99¡+\r
+fõ[ù÷ê¦a\8eÚ\16Ó³¤\90b\1f\ 3\16\9d\9aO\8a-\14\96ª\91úN(\0Y\ 6ã\87\8còßùÒÖ!¸~\ 5\18ìz\ fGNéí\7fZºZñ¤\9cl7!¸Ü\rÄqjÀ^ZÑ\92\9dß²S´äÐX\7f<\97¹¥\ 4\81\15\9f\10\ 3\1c(øѼ¥G-Ñ\9a4 jÔÒè£\8b\98Õx4\8egÜá8§¹ÍÛ|\8c¥{\98Ó\82\8826Â_Y°\1aßU\8e5Rß@nå\18\13ä|\83q?\9d¼\1a÷\97lsÇSàã\fj5¤K%ö\8e\9d~_\14µ¶â¨r¾\97\b8g6Ô\9e_\ 5r7]¤vF®¾G×\9eùÂYQ»Õ\86\G­ñvÇ\8f\94­×\ 1ÏÄݦÔ\1d\89ÑÍY¨U÷*©\89ø1)\82\8ai²ïFA¹¿®\11KËHÆ\84Y\ 2UpÒ\90\rmÈù¡áµ÷ÆäNý[Þs\ 2Ç÷§è¸\e¾Zé¼.·t\14\ 5\7f³dZb4õÞ¿Xж'I\14ݪÓß#1\9f\89Ï\19Ų́<\9d­qV\ 4¥ÀXË\ 2\91´Ø\94¦ó?«µ§`¢_]W\vµülÖ_\8aR:ÑüY!i¯æßöØ\91º&\rÞ\17\96Hí*<\ 2{e]µÅ\ 2\vð\rò\19íîêÌ)\82\18Õ£X¡¢\93Y@ÂéuFX:ErY\84X\ ew\98Ü«\ e3o_!.7µD¦Î¬
+ '?@\8d\b \7f¾\185~¼2\0\ 2sƨå%\1dÐ\ 4F»ÖÜ\8bñ-~\e\ 3Mè¶\9dÈMt\91°³\13A2JE.\1fQGfÔ¯#3Â\ 27\ fÉ\84J[\ 6\17¤\11\99\1aB\88\ez]çÕO\ 4æzW±`©d\93X\8b´ëAYAùh:\8eu\ 1\90NV:\1c»·u$ÑE\8b+\15ÂòMl çxz\8b\92F\9f\81B$e\v'¹ê#UJÚL®í`N\1c\8b\r\e\88 $i/«Jæ{\eEp7¥ÒìÆÒÔe\9f3Dp\8dºÍ|^Øð\bif\8dãη\9fÚµ\8dS©-Q¶>ÙXÈ<\98ì´MõØÝ°l>\17Þm\85\88\87Á\16\1fF`\a\8a¾jT¿®\82ÐB\878ó-à Óq¢{Ë\141\fy]B        \87Ϲñ÷2ñ;        bÐØHÑË7}\\99\ e\\11ò\88ÎÏ4FI¼\ 4{\94-d1\8dtøs\8aÑ%Öôå¢9\15¨ZÅÞ\8e\8dÚÛw¥l\93D8ïö\87\80-\96\9c\ 6ªÛ\81zÚ=\e\14\ 3°¥UçYp\17,\v\142å8\81¦UC\f
+jcA\87ñ
+hbßg\89µú¦úPl?\ 2p)ÙjáO}I\99à\88\12î^{<´\90Þöpð¬\ f\Â6Swñs! Aï+Ý"I?Ê {>zk\ eUvßüWJ~n¸\84q©î\ eaf=\88\10\98½RQ3Õ$m gi¡U%\ 6¶ä£NÃîÞ\1e<\ 4Ó\8dËÅÞí\8e'ÆÿDî\80Àn-ç:¢=(tå\1e­H\80\97Ô3\1e°\9c\99\9a½è­êï\1cô¯?SgS:
+\83\98\99o$4Óõþ*Íy¾
+C\8bÒ%"\0çA\14ó²K¹±£\15£AÕãÇ<         \85\80í§\84Æ\9f\ 1Ë1´Ó\86\8cðõz£\84\btZn_^j\84\a\8f)Z±\97\17\82ÝNVÂ]å\9c¯Ë\16&þÞ¿\18\8fö\146gK\0®\1e1ýÓ\95)\ 2\aÕÞÐ\87ùE©a/Ê\13\9fn0Ýg\83ï¡èÕ¬¥7½\8b¹\a÷é\1aSh«\10ZY_\7fW\97õ\µ¥\11
+¶ÌÀ{M\1aåúCâö|Ì÷\ 3aßW\98\92Á|og¦¯®Çãt\7f¨>}ó3¨Ðr\9e\83oZ-y§íÛ¶Gíì7\99ØnÀ75f\17§rñ4·X\ad¿ÔN*}©·NÇ\9e\7fþ\8bSTOïÀ\0u\1dӵŭØó»S0,ð°\91úûþÄË\19QÖý½\9d\ry\89\8bå\19\8eÿD¿©~\17\ f\14\bç()±\e+Z\ 1\92ØQµþ¸O_\8eìwôGx¬\95s±.?%à\1eá\10\85\95NÖU   tñ°õ®eðD@g\13¾f|r·Øø~8*·ùÀ\82Å\15\8aq\9cb\85KG¼\93ó\9dYr\90\ 4)V§\90wwd\91\88Ó(ºf\97ÿÃbÞí×Lv³\bÅ%SêúYÆØ\11\88\96\88\88ZW¿\9dÖ\87\7fºØ±ç
+&Ê\89«\7f¨4\90ÍÞ§¦FY[\88ú\0ç\89ì}Lëf0×þà\rí§}Ûw%?W²\11­\92Ðè\92\1c\97\15z\89¡k\91Fýy¿Û7\14¤\1f°\8b´_\9f"yË\1d\aTAS4]ñ~G¹Ç©\88õR\91<½zâ\97UêLâhuØlU/þ\fp\8e\1eð8Áh/êaæÑ\10ÝÈÕ;ü¨\18ûY^07¿ï\92Çqß\7fÝ\88;Ê]Øô%¸ÕƯ\86Êw3W
+uùX`±ãÝ1\8f\ 4§\82|ý\£f\174Axôí\17\84zpÖ9 +ñ\17\ 1  d\8et\15¼\8büðc0Ä\8e\ 2\1c¿F\8aµ¨²J0\93í<Uu\1d(è$\8b\1eè|øDÂ\11äæÖ\7f\1e\89ñs\1cùå=¯ú\99Y\82\7f\19ªÑ\9eaI-´ê\19\11N$Ðé\82ÈÓ\1a¶oªGò\80ÆXg\83AÞtüì\99þqî*Ì1&º?ܯQCì÷%ë\84\86\14\94=3á¹7îB¼1EbDZüº\92_w\v®\93~¬±£\9f$:©\1cãöEf\rÐÕ˪\17\9cÙÆbÛáÞ\85|Â&6h\ 5ü\11êìjPYêå·\8a\85?¼#'n~"\15:sÈG ÉDøóªÂ\9c<Èô­\8aÚ?"têú¡"XzI\88\7f»ÂÙ\bl5å¥Â\89{©úLA\ 2\99ÞÖzÏ$\82 Ò¾<t\12\ f¥\9fzz¯(ÒHBÆ*iB\16a¹[Ôô^o^{Ñ\ 4\19\97ß¼\10²·yÇ\94ð8\17\9e¡NÂöR\86[v\9cS8\8bÄ\ 5ÁØͭírF À\14<^;\15\87\8d«\11\87\17\9bagù+`ùÇZ ò¡\16~\84Ȧ\90x0\84\82\83+öPç88ò!5PV|\aì©ÌÅ6\94FÖB\87<ï%*ù6Å\ e\16#4Á\99y\vª|hAÊÁE·\16Íè\r\86=ÛÞ@àÁ\8biÕO4è\12²\16\ 4\92\1280Ø\90û\19P¬É·\bä±\f        \98\ 6jþx*â$~ðÃEÈi\9a\13\8cxØ@}çV[00àÆ}h\ eÊ{4\18\83Ã\8eÌDÚ±<N|\18\ekvÄ£\92\9c"S­Ï=\99ý<\9aï\14d9\9c\r#-\8d?\90p½Æ(è\9bkõ'\aZrº=\ f<e&s|\80/Òì3Ü\17·£Lì¿
+\90\eo×8¨Bù_åG^\84o×3\fz\ eWnFÖ@\16\14\1fH\98è\eT\98\v\7f\e¾øÖ\18\9fº{Ã\98à;¹W\1d>qù'0\938\92\ e Þ.-?ã°`C\8a\ 6\16þGÁ¨@\1a½²×Ï\90\9fÜAªè\\0\89\ 6l       \ 1\e5\19úz\84¡cB\8dã\99C\14è\13q\82ê\84F\8cJF\18\89\ 4\96\ 1e¤A²4N\ exb\aÑ?Ö}\1f\7fà\91"z:°á\87}\9c\8ezehnøÁjÛmúdú*ªjrµÌÔØ\12°7\8a-×9y\92Pð@ç\vEq\99\1dñÉj\ e_Á=\8d'h¶\82\9d%Pp¹u,Ò\ 6\13Ø\9aK?\e®\8bQ\19    \93\ 4V\1dó\8a\ 4\8bü\16Ö\e\9b¨\96\9ch2\19î\88èkõçO¿@Û\96\7f±m+SÐ\8aÙST{Ì\82û\97\13utñL      áIÌ/î\91\90tì~ï³Ìi\0;8"ò¯%ñ\8a°;¿^i±\8e\9c\0[=<»Ö\1fíj?v\7fòb:|\11\8d
+8¦\89;Òî(a¢TÙ)\ 1&\13vï:DdÇÍMe¡BUå\93!&\7f¼Í:\87Ì&jà\93ÄܺË\16\86Ü*²aÿ?\ 1ã\ 4\1cûù¶Ì\9a\18â§:Ë3°ìêg,q
+*idËè\80ç»\8d\88ö;[ò´\ïÐ\97\15\9c\0\98\99k[\ 3´
\9a\8fµ¢¸Ú¥Á\920\13ÆØ¿fó3\14'pLÃ!\9eæ\9b\0R\81ìÒý2eí\92\9b&\ 4é»l~­§\87â)¹\\14ðæèvÛ{Ö3³\7fÓé\80Íþeñ:HLîðï$îRí·s\16è%\90\97Bz¸½\1e%,¦{\1f\88Õ\9fÌó
+lv]p ÃåÄ|n\82¹ ]ïÐàv¡\8cÑØÝ0Jy-\8fÎ\9enÈõ\1aË@\86¹$ØâÙé Ú ¤7`ý5Áw\9cS0§dàÖ2n\17\"{0\13\9d\8dÞ\84ÆxON+\vÿA¸T¼:ë.\1fâÀFíf\80¨/\v\86N\85S\82\80\95¿ó=Ï\11$¤à\1d|\a\82\fø\81\82í8kþ\a\1a5©ód\fõU2]ýzå4\89EïzÝi]î\8bc\9d»Ôp\7fÕ´Y5¯¬¡ÝÇrܱÎ:\84ÆS\ 4\9b\9c¿tµ¢·)\f0géÛ7)¾\v\92|\80(¼>øÊÁa(ØA\82³8\9a rü>\ÑÞÎîÂâN<\7fK\9cÄu\9aÎð#\83pu¾)¥      âL¾¸¤N5;\1e\9bóí[\13=¸¡\9dá\1c¿v1>(\aµþ?nØ;î%ñÀ\86\199\9c'\96ü\919ý*\b´»ý¦½å¶o+9£¶¿\ 4\89Æ^v*­pÊ\82³\ 12Ü=\r\ 4N\17cç%ÎA\91xÀoÖh\8eD$£®ªyÐNä\998ø±¶\93.ªÉNþ\9fÎ:IÉný;õo\98ZÞgl\9f=\98ímM+Iù7à\17J\rPá>å?^¸W¨eGìÎ_|Û\97TÏ+½Ñ\84¢\8fM6Î_If\18\99£7䪱ɵÐtc`û\9b\0f\19ª\94)\ 3À¯\ 1\ 6²@MÉ©\96B\9e\84\9f\ e\vÈ>\9aî\e\875âÜÇ\ fW\15ÕÁ[\8bÿëòØ\ 2,+áÜ 8éIì\ 23lÙUãys\1aé´Ô\14\87­j\8e:Ç®±s×ÜÉu\92\17Q.\9c\1aGU\89Ò^\88\97°^Õ\8c\98\0Ê@zYe\87\84\8e\18~\1f9_)sÉ 0\81\ f8¬=\ 2ò"äæ\98\17\7f*ù¸\11\1d\f\95\0\1dÌö#~0¢á\81\17Rº6§î\97\85úûà
+>]^\99Õm\92QÒ6ا\9a\1fV\98"õI«ÿ<\ f¸`\88pöØ}\aº¯M\8b\e\92\fïÚçaI­(\9f0Ú«¿qìô\ 6Ѳ¦ó§\8d\9b\8fº³]ÿãh\95VbSY7\9ed¸«§\r\13Ë\7f@\18DÇP¶\ 5Iç¸ô-\90CJHã^±Mù&h\16`¿\83àÅAÌ\1a(\10\14\1f|e\83\ eCYI;¦\8fF\1ab\96\9aQlJS\99Í\92\1c\ 4À{ªF\99d´ÊF\ f'\8aG\Ò÷Ékf^\16ý´¸¤Eâ¬FxdM^õ!\1aEüK\ 1\88Þ#régXóv0QÖCÏ\83\8dJÊteL°]÷yf¥dõ­þAÒÊlÆRÔY¼%\80¦\85²¸i\1f\16eÔN\8a4\82á\8eÂÍg¨±©ÈÇúÒRÌ\1fé¾pñ\7fا\8aìY\17˹\1e§<­öJ©ûûC¾3ñ¿Í\80\91§B0/\8c¶$¾à<\96Ê\1e\9d>¬¾Ü      \9cþ­Ë!\rv\98á¶\8d\ e\8f\9c\02=       \107(ß(rÀfܤÙDòOúa~¸\13±\87¼\9dFp´\95­)UÝ\8b\1a5ÏÂ\9b¹·\ 6(\97\ 1õ(_ªø\8bvmm¼W\14\89ìp¹­ºÖÁdί?J}³Í\11B\ 1à9a\ 1Uj\92døË\12õ\ 5
+\15ï\ f¹ó÷fö¿#;xÖ"#ü\93Ûc\ 10ãY\11dz>²ÅÎ#\96¦ïÁ°Ä\15\9dá\ 4éu#ô\92ô\90Ñ$vNë~O\85vb¼hâ\ 2T\85Ú\96¿\8f)tC\vBÈ!·$u\18}\88¸ÅÏ¥,8\86Ê\9a\fæö)T\13ÿ6Ë\82rt¨
+endstream
+endobj
+1329 0 obj <<
+/Type /FontDescriptor
+/FontName /VRKWGK+NimbusRomNo9L-Medi
+/Flags 4
+/FontBBox [-168 -341 1000 960]
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/X/Y/Z/a/ampersand/b/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/fi/five/fl/four/g/h/hyphen/i/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/q/question/quotedbl/r/s/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1328 0 R
+>> endobj
+1330 0 obj <<
+/Length1 1642
+/Length2 13106
+/Length3 0
+/Length 13960     
+/Filter /FlateDecode
+>>
+stream
+xÚ­weX\9cë\92-\10<xpmÜÝ5\10Ü   îÚ\8d\1aÜÝÝÝ!Á-¸»»KBpw¹ì}î\993ϹwþÌÌ\8fî§ßZU«ªÞU_u7%©\92
\b\10l\f\92\0Û:1²2±ð\ 1\14,l\8c\9d\1d\95Á6
+`^9Fy\10ÐBÚÉÈ\1að\8eq"RR\8a:\80\8c\9c,À¶bFN >\80\ 6\b\b\10\ 3\99\0ØØ\0¬¼¼¼\88\94\0\9d»\83\85\99¹\13\80FMY\83\96\9e\9eá_\96¿\\0ÆîÿDÞ#\1d-Ìl\ 1\1f\@Ö`;\e\90­Ó;Å\7f;P\ 5\ 4\ 28\99\83\0¦\16Ö \80¨¢\92\96´\82$\80FRA\r   ²\ 59¼7¡ällma\ 2\90³0\ 1Ù:\82h\ 1¦`\a\80õ?\ e\0\13°-Ðâ¯Ö\1c\99Þ¹D\1c\ 1F\0G;\90\89Å{\18ÈÍ\ 4\17Ä\0°\ 39ØX8:¾\7f\ 6X8\ 2Ì\1c\8cl\9dÞïÀ       \f°°5±v\ 6þUÀ»Ý\14üwAv\ eàw\ f\9b\9dL      ìèähâ`aç\ 4xϪ$&ñ\8f:\9dÌ\8d\9cþÊíhñ\ e\ 3À¦ï\9e\89ó_-ý\8d½Ó¼£NF\16\8e\0'\90\9bÓ_¹\8cA\0 \85£\9dµ\91û{îw2;\a\8b¿Ëpv´°5ûW\ 5\f\0\a\90\99\91\ 3Ð\1aäèøNóÎý×íü«OÀ\7fêÞÈÎÎÚýïhðß^ÿQ\83\85\93#ÈÚ\94 \91\95í=§\89Ó{n3\v[Dæ¿æEÚÖ\14\f`eù\87\1dèl÷OÌ\ 5äð÷\ 5Ñü53´ïE\18\ 1Á¶Öî\0 È\14\91Y\ 1ìô\9e\12@óßS\99é\7fOäÿ\ 5\89ÿW\ 4þ_\91÷\7f&î¿kô\9f\1eâÿéóüïÔ\12ÎÖÖ
+F6ï\ 3ð\8f=\ 3x_4F¶\80÷]\ 3\90\ 3üµl\9cm\0\7fí\e\v\93ÿ'ÒÈÆÂÚý¿\8aýwo\rÐ?\8aþ\ 2\ 6þ;ö\ f~\11[³wu\18Y9\99Øÿa¶p\94°p\ 3\ 1\95,\9c\ 1¦FÖï\17÷·]Í\16\br°¶°\ 5½\vü÷ݾ\a±°ü\e¦jnabeû\97\12\9cÿ\80@¶À\7foà]³¿ËgÖTUÕÐ\92§ÿ/6íßÎJï\13á¤ên\a\ 2üßL\1aò`à\7f\1cþ¢úò\ 5ì\ 6ðdd{/\85\91\9d\8d\ 3ÀËË\ 5àåâðúÿdý\9b\87õ_gy#'\a\v7\80\ e\v\13\v\v+àýý\9f¯\7f\9dôþ\8dFÜÖ\ 4\fük\84T\9c\8cl\81ïS÷\1f\86¿`\13g\a\87w±ÿ^\ 4ï\8dÿóü÷ü\83@n \13Äå\ 5°       \7f ejF\9aÓw\9c\9c\8111\9d\9e\ f\ 3Av%uª\85ù¾ÕàN\9fÔÐ-Þ
+Ãç\9a ¦ú ¾×\16÷ùC»\97=\19ºý¡.lkêÎdÐi\1e¡\179mw>ú:U\e7ý¾?³~  rÚ\91F¤çÙ\9cÜ&´6\17\8búþöØWeýâgX¢\896v\aø³;Z_r\97|_L\8a[;\14o\93\94Ú\18¬v´z\b\8cï\ 5\87GT     \aw·Ô}Ã\83\ 3ý\9d\170Ý{\ 4ôÙ1\b\94üF8ÞI\87¤\89\86\ e×u&¯0\8f\ ew7"¾\88£\87 \87\1ePb\99p\8fÒgÉlÍ;Dï\84úª\9f0\92Ý¡\11\11b-\8f\ 6â\12ºz\8f#\15&^N\ 6\86l\fEÂ3eg[\1fí
\9bh\10êÆÁ\b½Ó9U#\9f5\82¤\91Î\91RWy ]\87\9cû»jUñÒ\bá,W9§\ 6\1eÐåÉá.¥<pï\9eÓµç\9b}TË\14íßï\16 @¶¢ÀwÓh¼\9fmP»µîõc|ûx¹JH\11V7Q/ð#ä\95\1fÔ\91#qìÞ\1eõÐ\8aÀ\12\ eÝ8\86q\0ü0\8föѽ½¢C=¼«_fÃ\18O\8býW\93\9f©FÒZ£¶½yg    jlrà¶\ 5uÍyõaÿÄZ\801õ^=DS\87\93\r\8e\ 6c­¿5\89ÄõeZÐ@±H¦\89\96 pQ1îÅ`\8aÍVÕM«Òg%Dwí\94å\\19â\14T\19\f­dy\13Ñó|\a\15w°ÂIc\ fK\9f¡Ý÷¨YSûæPÌ;Q/\91\11Ø\84ïà5ôÏT_/\88<Eñ\95V\e/\95\9cü¿\96L?\92$*GX¾\1d\99Êð~\19Ga\1e|\9dعÛI\eAqùX\14\14\84%¼ÑìÅ\10#c£\1dí¢\8c­Û:S\9d\ 3jdøâE³\b<\10n     F\84S(,k\e\91\81\82\15Yk?E\99ñÙ÷³ßÜ\86/\97i@ÍO6Í?\84½Q|\81±y\84¬O\ fÀ\10\10¿\83>Áz\86¶Çëùõ \1dÇ.§ý'SèÃý\ev\9f´|éO£þ\8aA\ 1\90îàÙc\ 3É\aû\1e9\e³\80çõòÇI\ 2ßã\802Ïô½Z¤<§ÞÕ«a)ñI\9d\10
+hpçÎN\90¾\96ܸ\15\87®C\0k1p¯Ý*Túen¹Ú¼\81½.\9d\8c4\8dªFw,{kê\9e¸1Û(¦\94öun:\8câÀê«\86>LL*.bô\9c\1d¿\82\88\8f\95ô«*Ä&GOhëø0<FEÂ"öÄ뾬Ä\ 5\9ab¹øæ,¨\91µî\8dBlÒ±\8f\97\9bVj\vµ\1f_Þ·Â\8a©nÌhGEK\85Ç\9e2iQ8\97ä§.\8f\8b^\17¾+æ\1c\9b0"\84øD\1aâ?ÐR<^\127;ÁÍ\84\9bIktv\89H;\11!\11ú¤¤²N?
+íçDº¡\íÔu÷\84SöLÈù\1c\19øVFQÆ Í]Ù*|>ê\ 6Þ+¶\1e\19ºÕ£%¬ç\v6´Lyº©=\8d}\90\9a\89\9bÖT¾÷
+ñº>{XÉ\92P\8e¼\9dÍÚÞ h\9d¡Æo\vLhÆ\8a\98u\84ë*L»\83 ÈxD\98\8e]\88\ eZÂl\93\7fpøÁ\9d\11Übg{xO¤,\93½8eªVÎPc\9f]fÒà\12±G\ 1+ïÚ<¯Æ@~òc\94_û>RrNÇ\97\82\0b·æÖ\8dí>!\87o]I\8bÞ.º\9eX\bò&%¼`]\19ÒGrA]\16\89\99_K7'"\9c\15¶Òw5hÂTÀpÞÛ¯\87­RÊ\15>"#P\94< Í«\18J¦p\9dêÕ®8CóZ\rhÎ}ÃM³ÌÏ\89\0¾[%©âA\99
+\84´¦ÔrÑ.ðÌ\9b\1eÅÇQ\87®¥iÅ\87߸[²Ï\9bï?Ó*èÚXòm\17.gáÿeã\1e\ 2¿SCpx\98W.\95\90ÑO\8a±mÃXB_\17\97\7fár~Ñ5ÆVÛÿ\\87n\7f\85A\vMx\8e\8eÁb³îËF;ꧠ\96\95Z\97\ 3\81\1aO?\11Ië­\0oz\82=p_îW7Ä\18â\85Ï\15£\1a\87\16W&+\9d\ e.VÝ·5m\ve23avÛ;\ 4åè®3tjÅ     AÙ~b
+3í\9bwÿX\19z\88\13®´zIPÖ5Åry\e)~â\91²U>^%1\fl¸Â\99xJ\9a\9a\9cr\90Â\91\80v=\17H\97¨«@!S\98?\1f&m<\17ãlÜöó3bÊwHßÁ½\96¥\ f\117\1a\87ª     øÑ@ø\8d<8£I&?<û\85ê\ 3â«Á \8c\85T\a\fªy\ e\97\ 1¦bëy    \ 3\15ÜDra¿<ÒX\84ýÈÌ\96\84¾Æ]ä^A3¸TÒ]ª(ú\a«&â\ 3ÄÖãµ\9fg$Ú¨\9c\8f\84±0[LfÖÒ¤\8d\91a8\ f¯\95?\ e;\16\93\14<\93\9dÌâ\87\1d
+¶JSçKÍ Vc\812|t\1c3ÇH°R¤pp<\ 1\11¿\ fì´þ\18\93"2X`mð\rnÛì}á\1cÕ¶ÿ¼éà[aÈ\8f\94\ 2%bìÔQ\82\93ÜñI\82\82&\92Þ+`PIhâ°EMï\90bX8;\8e8o­=ú^\7f\97µ¸Ê\ fO\83¦\92\81ïî¨û`\8e¹²8cÃm\v+²|åÐ\ 1z¸       \8e+\80¢£»\1fË\ 6­ÚUn/Ý7ëh\86øíÅ­p-¬$üÄÉ\14âH\8bìIþ\93£@Ñ\85Ö\81Ó²\11é-\91ýg>\88\ 2s§í<\vCî)\b\bï;±Ó\82\18\9e\82³¹\87ý\rá\ 1\10\90\1as¦¬âû\81\rÞP3\1dÚ\ 3G\ 6B:\8f\92)ìù7\ 2½#<¾\84ðº,ûfùQ¯\8e\ 3QwtQ_\82\9eî¼X\1dJe/¨~çç\1cF\1aÆÅ.\8a¥L\rÒ\80\9cØ\a\ 6ÀR\8d\97î\13\8f`çÖá·Kx\92!ÓÊÓ\93K\83B\15¯¥?$³\99     Ë\19_R'+iíìB²ü\16\8d/\85«x\127oí¡-ô@\85@ýVºô\16T0UÝîUæõo"\13âþÖ£þ2mÃÁ¼/+t¯5\1dPm×\88ÚN6dÉ\12 vª3P\r\9e\9eeµ1üEØÒ(ʹ\\12q\92½dÂ\94\1f¹\93\ e    ¾\15$)æí\18àùg\15´êl\83'\92\ fû,('¯.à£9À\f\17\8b\95\1c\1f_\aP²QR\16DZ!ö,\89È7\8b©9}3\99úY\96a\12óÓ\r\f¶4-F¶F»p÷\8afn©ôlc]^\12j^z.\18\92\93Ý9Í9è\83\1e\15\9a2Òï¤ô\vÓz\eË\91\9eÄo\14\a¶©ø)â3\11»uuÜEû\80/'WÌ\b$*\14@\1eÆ?À±\1aE\86\ 1ÓhY\7fñ`fKì¶â±\1fô\aËÔý]s Eí²æ24Ü¥ÑÖ©xê\8b7¶Ú`(d÷8I̯F\17\\16\93)\r&fg\90\93à-\88*¿Í0¢ëØ\96*®»f:\ eR\9bm[Ͳ\9d\9bèxþó\89¡â#­bûøö²\93\99\80é[\1fâ\ 5b\85±`£=m<U\8d|oxúå\99ìÕ\15\ eÇR\8cIØ_wèh»\b\ 5\97O\82\9cø¤äR\r±í!jß\84\86B\ 2?\ 1\ 2ÃO\15\86&­d\96\111\17¬\8bi"ÛìÕ\ e\94ús¨M1)¼¼]6'µ\vv\18\ Ækŧ¾\f\83m\ 4\ 3\1cÓKX˼Tÿ\1céÑRû"´q)\ f²ÈgÒ<ª\87Å\r\17XJ\ 5ÖNÍÖZ'\1cäö\8ci  CPì\95\9e±\ 4â_¿M}\8cìÿb%2øÆää\120&²\86Ç¿\95îkcÕ¦5¥`¹\83µSÅÏH\10Á ÜþäWî,Q¯~4ï¸lî{üG®\9då\aú\büT¥ì#çOÞÝOþGÌEû?`Æ\1cXMsÜϬũ70#X·nT^\89ÄÚÄT¡±\96G\89ÌÜß\ 1¡\98þvA¢gûâí\16«M¿Uë\83ô\10(\rÃq\v-i/Â\86\83¯
++k´\a\15}­4uß(T MXá(Ûúó¸[\?u#\922\bù\98SIðúÍà¥+Í|°gYüÉ©ó\fk\89É7j¾¤å¢3³JÇÿ\eg\15ie´\84C\9aËÅÛâ&>\87ÛîÅpÂø­ò»`Ê\1c¤\1cÓÈ\81\16ô[D\8e%\16Á.jÿ`QFðúïÐ\9f÷;µ\1a\90\9d\15\96Ë\86º)á<\9fØ8\v\8a\8erT\84¬\95ÇO«\8bò{\15\81QXæõ\83\10¡v,=x{%è   D8Ýsc\99e\¢\fG\9c\16\96¥¶¬òêK¬àN\bi\1f\1eó\9aQÕ}\8b\18~'®Ó2\83Ë\ 4¬ãöªo\1f¯Ñ>çÓ»\15;ÍÛ\8eÍ/ù\85{¸Æ;rÙäÕ¤ÅÓÔ_\9eÛ\95Sÿ\1c\88ü\14S\7f·óÖ
+£jÚÅÞÖýüjÚIÌ\15  Inxlp¹_÷r\ 2ñÁÃI\93÷ÖCf/%æNhr$\18#:D Ù\87\9ag/\e\ f×\8c©\eÒ»Æ"\ 1ÆÜ,\b\86·¾°\1cÞ8ؽz\97\v\ e\17\94\1f§èí\b.\7f¬K£?\0\rÈëö|^®\17\12[¥±\ f Èj>-A\84\84Ü«ÚÉûTü\18\85á\0S¯ÿEÚ\r\8b\94#Xán.\970\9dU£`º0X¼.d\1dUOÝ"/SþÖF3¿\v\92X\968+s³O´å\85qÒÏì\9e!ï"Ù\0\f\88p?#V¬.[ýê8S\17\80®Ê      \7fÞìau¦f6ÿÙàxGq²ÄÙ/\8bqßNÇÅÙ(<\93º` 'ÞÌ&þé&?¨j\86Ùça\80\aM·p¥ê\80\8eqcÔ\88\80\10XÑf\0\1dB\1c¥gu\17úý\15Þ>8e\1a;&K\83@\ 697\vå|\98ìó\85FöºïÍ·|\99ñ)\17ï8Eé?vò\93¼(\99_Ïо\12õ\17;\83èà\83}Îó`°ñ\8a\8dÏRqµíz\86Ë\94¿\9de\18·\0Çí\8c\9c\ 2¿Õa£P\8e\1eêÿú­n¾*\8bjO²Þ\8d\9aؽ\ 2\83 ³<\8d\80Ëûvð=0_§$À¤\90¾\84µËø <)²\93LMNA¿$K\ 2½ü´\84Þ\9d\90\9fÉ\1cÌ£K\ e\r¬\81L\94Í\9f×±\85\94\v\87\8d1\89ÛF\v\9a±Í\8dïl\80\90U-5É\91BNj     ÉÅ\14Ê[»\87æ\14Ô}Ì\1c\8f¾áñAÕ\80Og¤m§\8f\9f\8e$\86Jp_\87RPi¬AÂfPWÕò¿}úÃ#\85\8a\97¹¿1&!Meþ+"0¯F\85ê\14¥D\b÷û\ 4ñ´\82\94w\vÞ\8c¾÷·\14\8eóy¸\ 21\89,\16ú´ê
+ζ\r\98o_û>ð¶-â´þÞÍü2È\15e$Ñ\ 3\9b;9\98¯.ý¥MOÇ\18ºnp¡©\84Ú\89é¨ñ¬g>ª\9d\f£ÇÑ\93G\89\fMI\e\99\93\9b%$ÚÔàL|\840'C!\9dºQhÊ3@ü\91\ 1\ eo\9c4\818è¸ã\8f'\19'ú-\10!ôN\15:}û\19\8asü©:­Ny\889\9a:Óo\95µÌmì¡\8f'\9b0*;ce\98³ÀÇ\84M\18¾\90é^ô\9bü'97\99Û\179U¡\9bDáRÑBí\99Ë\16¾Í
+ý·¨(Î}\81³î\89f\e\8eÇÔβ©PÜ\1a\9b£5\92 &\10Æ,ÛÇá\16¼|\8c·0\1aF\19\ f\17z\9c\8c\ fQ\ 1ÝÜþ4÷òYAæCtü\8f6\d_E2
+¸d\ 5\18Ô tI\ 5"6\9c\z\ 3?P+$5-K>\eQ,
+\ 5øT\1eBN0&î}\87®Ô/\85\96@
+\rÈ:+)ÛEK1ê\9fáö\91BMYÛ\1fÈÈ\1ebTÊTvv\17¦aAë³pÐL\8e\93\b-O<.]üâÌ E;^9\9fa\1eír¢]Òz\9c\98\968\10\80'Û©\96\9b>|°\14}>&Fв\927|¥¼yÏ/ï3jåÞ¯ \88ãÒä?*N"¿+sü\8b¬\ fqfVú¼,û·îÉ\85ÐÀýË\92\8e/\87<süDQÅ\bWºuªF3®U·ä6Î%ôKIÍä©êaó\8dzh\9ejW\80Ú©\93àªÌa¡zåägZxfÇ*\9fÅï½ Ð0Ò=u$H»3\0´\9dqÖ×Õi\91fY\v5:üëÎÕ\0\14\ 4\9feëd÷R¢Âõ³\8eUâá£ïfbéhP\fÃ4­ü\92jkã¥\f¾âjF.îÎ\89ÈP\88\1c\81\81ÐP*®Eö££\81\99ßö[¿\9eÏÉæþ\91>ð¤ðºÖ8¦dÛ\8a\ 3&l>è¥0jl$ÂÐ\vðÍ\94Qâ{\94h\9eúl\16¶0\9f\96C\r>ñÙ[\ 6@\bkd\86øï     MöZ\ fol§p÷û
+\1dqGº5´X^\15E|    >Â?Á¹ê1¿u;4\84l\80kaJÛ¼«\8eS\ 3{W6\8e9|\11y>­Òå.\93ð#s}\86¯)Õ\9f\ 4)\956PÎèÀ[Z1þ^hÅ\16²â\9aÑqtP;Î2Þz\984úóaûã\ 3\a\ 2úïsI)ÎK°û`\18­¾Jèľ\12ÝÏæ\1d$ÉÁ\0\868Üaþüë\89âK!/(e=\85\86«\82IͼZÌ\14ïÂF\f=üe¶üÎ\8c\9b\ fÞ3\95KUP­õ!\86*#b6¶OðD.9ÏDÓ\94£oDK\e
+¯µ_?±S\86³Á\99N¡5¼d¦|n5(ã,\ 6\13\aos"\ f³?\ 1\89&z\96\9fSZ½\0Úá6¿H1^{ï²9f\ 4Å!ß\8a§1\8d\1c\19°ë\90ý©\8e¨\8d÷\83t\7f?f\1d\9f\89ß@\18TJ\9b\1f\16«|L\1a¯ì«\1ePÂðþÆ£Z\82\9b\9a\15§\a;±*\ 3\13\91:\ 4Å\81\97M\ 4.!  W\84\8eѲ\8e9¡9wU«ùÉ\a\93sdtøØG´î\ 4\82è34̤6Mî\84ÒmG·\v9·cþH\16år*tõÀ\14Þ\9eÃb%VòsÖÀÄËÈÚî\ 3\94,ü>Õ*ý/\83¹D§åè\17\97(5Ú\fï§ÀÛÔ\ 6A\ 1g\18|k¼H§«\f\95×ãH:\99+·ï+>&\95;¤»m\97\85º»\19¾OTQª|4/bóÐþ.å\91\1eÄ-\8b\vMäÀO­5KG¦\1c\90*\17[P7.\9aü÷o$§BS«\1a^ùÞ"?\8f¯ä\86Ðx^~\9c\9f0ÓÚcÝ«\8c\ 5¯ôNô´\1fÝÛ\1dc\9c!XÒïQÅ\1f
+\13Óñáä58´\9d\18pf÷·\vS|i+à§2\99\a
+»Ï v\91AY\83©D1"âÔ\1e\C\b\aÌÄ!\f×Û½
\ 5\91ÏP\9eh%Õ*EìSÅ\98\1c\8d¨º\9b\8a\98\96`sê|÷´\ e¥¿"×Nh\1f³¦Q\ 5=7\bÕR:\9fúì\\97\b\9c|ã°\12@YôÏ\1c½\91'Vá\16\80ã-\11õð¦îò¨È\1cð¢eÚ¶\9a\9d\83\8bÖ\83\8f\975Yq!\18è\8e"S\82ê²Ð¿ëw\8e\16r\99\8dº&\0láC\1aü2¶yrlìªu_ÂÍáý\95J>¼Ç\15ë\95å=\96<®ò;«}é$·¼\10µ%\92\84\92°>»\9a¶ \1a\16rÕä\1cqÛm/\ fß\ fh:,ýÜ\1cNz\10æ\1agq\ eKÉ[\1dH\88\8d\evÉ.9ߨh\1c$ÑÝ(\ 2\1d$K\ 5p\15A\vèÙÛ³ÑML\86Â&\8c)ø^*\91¥îç­¶\85?ýÉsþúB\984àHú¨z\14?¡9'\f8«Yî²\91\1e\93£\92QØ]jì\f5±m\vÑRRyÞ\81{\f\8c5\1cý³\89*\0\95#qX\b\1fúÄ\f\88þ£!~êù\0£\9fýæèº\8e·\85\â6\8a\10Àvª\8e>%=\82\8b\82\eâBÂ\99Á\8a/\ 3)\9cñµË\1dF·tBÀ¡è\ fÞ,f4ÜT\9b\92Äøn\8cù\85\ 6Ì\ f\89-·êMï\ ed\11Ç\ 2y.Ô\98\1eqÚ¥Émw\ 5ä!ÕýÔ»\1d;!T¼é¬\95a&Ê\11®U\91ñm\19¸\82ÖØÑ\8bò"\e\9eV\15²\9føFoxÝáÍ$ß\1d\ 3
+²KröÓ\82Q\\9fì; 3\ 5b·<Ö]Ñ\19¾Os\15L\12E¬u$        ã\87½æ\86ü  \11p\1d\ 2¤ß\95¯PùUãýa$\ 3\91`\88\fì4gi'·ÙTÝ»\9dÅÜ\1cW\19Ï>\87\ 5\12[mÓàä1\81ZA\83\13\96ûñɼ\9c¦\99TÂÅHÜ#f\ f\1f\ frÂqØ£ªV.ëU@[sò¨\ 1\8d\9dÖ¹©8>uX«;l\11|v"\ 5ú\9fÌ9B\ e\0\14£&¡\92­sR\8a¯ÞL<Ìo2ßðMé\83Å}òbÁk~ù;\82Åß¾=,Á\1eôÛ1Rç¢c °eźy\vF\ 2\8e0w¥³\ 5\1a\82\802\9c\9cQ©"Lèà¡áõê=\93\90¯\8d\aßÛÈw\99\a¨$\84\11±ä>k\v®ªøM\8e¹]¡\93\17e\a\968\16,\18\99®ø\8be¤b\98^i\13\85¬ê>\84Q\9cd_ÝÛ#æ\97³\1eHÀ1Âdß2n\12O~dÚä
\9fK[Í9øR+ýÛ%̼ËF~0c«%èÄQq=ï\ fÃ\9d\8fÖ\0\99sv?G(®'{\17{DóZ?~ë5HÉ6,\17F·ÎY\8b¸oö\83Y\96\84£#¬ÆëF\99÷fä¸MkÍ\8c  M\16»\9c$Z`ÉÛõÚ\16£¿´ñÁÙ\89¡LÃ鳧?\8c39G\95\r\8cÝ®½<\ e.\9c\1e\ e\9eù\ 5×\1d\13еÐ\9e7'\$Ã2ù´õu:Ùª\86\90O>m\8cTÁè`z+N¿Ú¹Þ«Ê\13?GÃΨ֡«^í\84ê\95\X¡\89Ð*\94\17\8fUøy\aúw\1c\1eÐRÏñÏxÄ×&®­\13É\ 4\15:¯ªp\1a²Bô\1fm\f\ 6ì[Ó\97\11*\1a@\9aa\1cÃ@ø\10\14ü3ß\87±ÝË\\~L¥7sùÇÛêÁ·¥\89üæyc\akH\8e    \ f\11\84qd\95:±vcÊ?\18\e\95®\81±ò
+å.í°&\euI\18Fö£h\9e®Á$GÞ7\89\8d\1f4x\11t\87\ eQ)ä,N\15\8b\ f\7f·\81¥\13Ôm-« k¯É\ eV&½       \8a0b¨Ù\99G\ 2JrDÃ\98\93̤&686¦\95ñP\1c\9ez\a\7f2N\1e5@ö±\ek\8a(O\ 49§ÀyÛ\7f@M\1a\9dÅÓ]?\90ÂÑù\88e\89\92Q@â\14E\ e&©O\92\ 3\ 6yGy\17ßÇôå®ÙÐIâ»=Dÿì)\vþ$GÕ\ faØË\7f©Ö#N\7f\0-Ò¨4D¦öÇ2Êj\16'\81%#\96Í\85ÆÿÏ*k*\8fëS÷\a©Ê8\8d°\99\1c¨%BÐ#¾¶¡\94­\1aW\ 1­à·kG\8f'l¯Ó¤v\13t$´²ûZÑ\89@7\1d\8c\16Ãß?\f       úa|¢"ÕwÒã:_±Nã  \ 6^©ZLÕëRF\18\ 5fb\9d\96h¦z\19ʼ\84­É\8e¡&\80\13Ø\1cßûÏ\b¹"ÎÐÖ»Ël\ emlØ\90º\88\96.\1cÙàGç_ª\12¥\1a±¥|ÍÍ\ fð"ÔéQó/9\7fæ\13¡Æfj\a\ 3\9b\81úrµí\8cÜc¡z?a¡a\9aËI:      ßZ      Éß\ evÿÈJÀm´<gÈXrZñ\1e\82B\1a°nF\9a#çËtäsÝö\ 5áPä_æ\83¯\99\97\84j/
+\80\9a\a¨R\87\ 688éß\84\8bx¦Oú øùÐÍà\92ÐO®+8m\7f\9dÞÌÞf,H\17Ùé\e\94\9aþ\94\82sW\81õsl\93§I(`ÄÙÏÚ;\81\11\9dÎ9ì©dìq\1cF(\99\981Ó>\8bÖî®±O  ú\1cöA-ç!îºÙÐò\8fs\15ÌÁ!æOªÄ¨»Èxü\9b\86í\8e\9f¾ÃëÇwDêTóYÍÄuµ\83@º{\1a¨A\f\85aAfµr\86¥Ø¡\97çX,¦\85\95\83\11?.#\92X\8b&¦Å¥\92l çô¥h¤³;«åìd)oÁ¥ÿmÄJHÁ¾&\12Æ\8fçl\15\ 1\9a#t^(MÊ6ø<K\14åÏÝXD¼Ùí\ 6Ö\97}\ 3ÆÀ\16i\8c~\a\ fµº\8dÌQ\96«ÐÉ[NÉñq\f©\8e¯Ýî9[\91p\8fõc-\917\8e\ 2^õ,\12ÐëgK8\9cz\8a!\ eêP|\eì\v§h\1dt    \ 4ÓW5·9\1aæ\ 5\19Ú£fà%¸\96\8b_ÅiÎãu\1f\1c½?æ|é\90kF\9c\12¿
+\81Á÷gJL¡^?\1360{ö;\167P[6\83ZìýjJR    O§TdÑ­Q±b»\ 6\ eE\10Ñ\a³+éu\97\11Á6§2к{\9bW\95\8díèÞÿ\*°\7f±\80\v\ fßúÃF°+£\81ª~¨\97ºøpêï\9ey\8br%a.\19;&\9a¢o¾7ÎÞJî\9dî\ 1ÀhéÌH¢ýB÷\86hl­µÑóe\94Ë\1eá²Ì.(Ú·ª\98\85Z\9f}ñY0\9f\rA¥ K\94DéMê\12\97\ 3èuº&2\12n]J\16Cûû7\7fåo'éR3\87âè\9e¹\ 1¾òõÎ\96º+âöZí\99åV\81¥(USÅ
+q\8a²\1e\8cö´rI'¥[¡|d²Þe´¡kÑ\11\9d\16{WJ\ 6)˧@i8ÿ\111üÕ\13õ(¤¤\e,³Æ0£!!,5õfJ1\9d«k¦"pj\82;S\81©Ä$JgÚtËq\0¾Öúá\uÖZ#cg¦ôRÈέò\11دÌ\19¢¼ó$£@Ÿ\89Gãé3©~¯üÇ\15«u\15ªWÓã±1²CÒé\ 6+)]J\978\1aLUýúa<Â|áá
+\9f}}\10Ú-\á§\9cK\94rp\95\92\83\14ö"øW0ó\ 6áK©Ç3\17Q5ó«^\1d+\bϺá\8cé\8e1l31jµZÅyç
+\12©[?¤^Þ\96bÅD\9aÙ`\89í\85\16\11\99ÆÞ­\ 2\ 3 sx\14b³gxª¤EÒÅxú\9cùì\8fçz$åU\85û\80\98² \91 wëë~\87"´DÁ\8c\8eÍÉàtº\r\15Grû A¼\8eþ\f÷ãfôÜÚ'´ÐÑÑ\99L1C\80³\0µ\196\9b=5D\ 6üZ\81BX4ý*ä¸wã®Íë\90ôuÒ, \85\\95\13\81\ 4B")p7s\18vb£É\9f¼qAù\97\17«¤\e¸\18Hªµë°IÓæÕ\9c\10\91\80k\«Bï\19©\r\18\b\11/t¥\ f\92Í=ÿ\9c\13\0[=\12i
+\ fð¿É¬\98\ 1N\14A­b\8fs\14\1eòPD;\ ep¦*\ fï Ä0¶O\ 6\9c\99\9c\9e4~\ 2\ fÉúì\9a"Ö6­:CÔ£\q\88}~pý!¬\ 1\9aª\9eOý2_Z±Ü¡åãß\ f!ÐÈç\93ÃÃ\ 17ëuR\17\ 3yïÌ\91!uIê\99\99X\ 1å»Í\14(\99}\9bHÊ^_W\ 5ã~­8\15\94ª\84%öSò]ÞÙÅ­\1d\1f 0c+("({Ï\17R\a\97\19\17}
+\ 2\93ôVP«h<^\97\99\93O\15õÔ\84¤&XuÓa.\8døÅ\bM\1eW,KTßÔ\89à\92\85Ñ\17\837ý÷\83$C3dTßp=\92¡\88\93\8a\ 3\97Ï/¦<¬â~=Ü\9e¹UÅ0k±#WyuìÊÛiW\86H\174Õâö\16Õ²ym¸k\84\85?{Å\8fþçY\84PX\89_0a\1a\ 4ª\9c\14\88\f<W_%ÏØ\8a±\92B\8f\93\84Æöï\r¥\87Âü&D\14Ã\q#\92v@\1eò\vɽ§ÿx\1aËu\90c$ðØú£uÐÍU\18p\10\9eP­`ýþ%î\9b½õñhö·\ e\91¨\8f\r·ÝüÙ\1f62ÂjÚ\9d      ¡\v\8aßöK¥ÚLÌíhûb\83\96ãDÍ\1c¿\86\985èöb¡æ\84>>Ë\v¡Ô:ä0hN¬Å°\86`g\r\1c¯ê7snzB|lýÞ,?à;»õ¥'· \+¤òÚ}«ÅÔ\8d\97l @ð\1a\ 5úØD\8døve}Ê(8´²y\18Åþv3Òæ´ô»¼\ 4\85µÑÀ~\92\84Wôlä\80ô\a\8aúÚ\85Ï\9bö\9fHÞ$÷T\ 4\8b­\97ã\80\1fp̬·tÙ\1f\8f\12\93M!J\9b\0\epj§¿n\10[\88x\ 53õµoé\9aÚ½Z\14Õs}Q«}d\92hûüçÓ[\9d\9b¾\9c}Vÿ>å§{é}r\97Ì\8büx\ 5©a«s\ f\8azjWn\86ó\8f\86jc²¦?Å-\b³Vñ\14CztËÃó\99Dcø9äÙ*ʱ\8d\9dGò\9e\a\ 2\11»Q\925\14Í#Akñ´!/\rºØ\1e£ª­fI\bâ\19÷ÃÇ\9f\e4^Õº\8cm#\8e2°_¯(\ 5¡P\1a¡í=jÝâC±fñj\1cË\1dÍ\ 6\94y°X­'zã 6£Co\87m§ê\15ã'{½-°5+ÿDý<;Êú\85J  mê\1fû°+Ñ\e\1a\12ra/×5ÏJ¾,¯{_hÅ Æ\8fýY\86\89\ 1Ïâ·°\9d\83Ùu
+&\8a]t\1dHFÀôäí\11§Lñmwùá±#u9\6 ÿyäe,8k\19»\7fô\1e\86\fyJC·ÐÍMf""¶ä\14\ fÕ\82\11½ýZ Tå¼G\9e\b%\80Ý%ã\ 12\18zêóÀï\93\98>£wAbë\1f\a¿uV~i:.ºº\97\80ý\99¼X\18T\93êÍà\88×ÓHE\13\16KcÎ\97\9f<\9e\v\15Ðüf)M¾ÚoæôE-\89ó\80Õ\91ÄÚLÎ0oâ\9c½0\9dr\87º\9bW\ 6¦Vî컬dv±ÀXòµeF×ÓÚ½ÿ0ÏÌ:êþÀ[};]¸ï#&\19IúäÙËwHÞdyrôsW\95\9d$\ 6\eÆ\eÿ\8f\e¦´`Y¢\8a\9f\88ù¬ehÜW\9c\b\83¨\16£\89Ó\16¬§Î÷Em\1cÁf\f¢ûÙ7\ 5\13sê45Í©,Ë\fm'[ZSTEùË\8dÊ\12ËB\%Ô\96BØ.½ñ¦_oêîMm¹²\94Ìéâ      ru\83?-|\93R_uã\9a\9e÷Çü-\82\89\1a#\7fÎ\8f$é<\85\ 4S\r:¼7hp \7fTãH<©ô[Å\96\84BÏd\14Q\90¨ýiô¤\16\91\15\1d\1coµ±\88½\88S\1d\96\91~#åés¸¹Ó´ðõ{NÕ\8a·\12>f\82H\ eöÆïP\8f¼ÍaV\9eT7\11ä\ 5={[¬\82+ñ«¤+\86\13\86\1f:!±LÐÛIy:\8eÍ?¼?\8dµgv¿\1c\8a*\9d¥;\Å\1cFµÐ\ 2\a«b°\bóCS²bý?§Ö­\92.ò¦1"ÝÍôØ\15÷WÀ1i³{ã#oè.uÎWÆ54\90\8b¤¯N\19|\9e¨¼ åÌ1$\88äáû\ 4H¦loã[5\vÀÒ7bWÚ\91\Ö©ÒK\9f\88å\ e$ÓÆô\19ê\1c\9cEL¶ï§Dµa0Ý\9c·íÊD4\88Bã¡QrÑ«\93\95\17½R°í®©6ÀEÐä¯íô6vD
+=lîÜ,Æ\94®Þô-\91u\880\8a<ëàȹÒ\13é$wÈ2¶Ë\18<O¸©²}\b\84ßïê\8aM\b\80z\165WãX$,3Ù³\93\ 5\ 5\[i\ 6-&óâ\ 4[%\9eCÄ÷Ò|÷v\97Õ4¤~i^Ó\164¯;êòpåÄ2\9cÍ\17Ñ%^Î=\15\90Á7´­ö\9e6j¢÷`v\8d\1c\99\b×®À·\1cC\13N^U"\a%\97¼%@Ú\1cð\87+¾ÿ\95S\90÷\87½G0ì;ʹ\83sßÛ}ÙoY\9aP\8c\96]\91Æ\ 4\1fvlÌ\9dAúTÝ5ÌZ^\90<c{BD\92Æ0£\ f\8dÁòx\9a¶a³<hAæüº\b\97ÛÃ\1dÅTOs» óàx\eZ\1e\82P'ä\8fÒ\1c\19¾#\98\88¤\10e\1f\16Ê\18±\11\15\82\95»0Ï\ 5̾ʤ\99þ\8a¦êlq®\r3äÃ-ÁÌ`CÌ\1f\fd\1e9aâ\86j\13\8b2) \1cu\8b\13ÛEnïÝ{\ 1*{@±þ\98Ó1\98Ä×\86¬E:êBéEÓ\1fùv#¡\1eøT@¦×\1a
+cV®¸(\ 5\82:_\10d÷'pRÙþ!/\f\8f~\1d{õ³ÉB\95\v.IÙÐþámh\95ë\90\11\89úu>y\16='ZvìÅ×\ e\9cø\87È$v\89\92¬%§B\11¦F\8d«]ÝÇ+ÉkéÛÁû¯ÙªÈ6\11?\16ÚW\972\80Ë0\13v\96X\8cq\1aæÐ\9a®\18uS¡\ f¾61*º7\83ú\ 4    >ôz\93\8f{D\8a\\0Ħ<\9c-\1e>ôHUÑ\ fÞ\9ct7v\92\1dHÖ{Rn\ 6Ëo{\9b3ñl\90e\98\13Û\eRðRM\87RxZ}w\93¤-eÌeh«\r\1f\ 2sÂ÷\83XÇã\93W9¨ìæÑùüö±\89Æuõ<\8d¦ÄD¨Ûmd\87þ4´±\ e\7f\9fù\94\8cÿⳬ·TZ§\abp\eKðnáìIãâkò$ç¦(X«¨øqs4\85@\91\83¦¯ým\ 2p]wWÑy¹\9a°Ø\18t\16\ 2S;xI,0Ìà­W\14¬§ûḳ\ 3ø\96ßh\8fg\10L\8eXÙ8èãá>N\v1\90)Ó_iø¸;íÎ\9dhmË\ 2\ 5\ 4\8f\eý\1cò¿é\96\ 3RÓï\96\1c\1aïÀt½\8c\ 4»5<ydq\13.b\ 54Èå\9fäÜ»YV
+Æmy8 \8b\8cå\1fÎH\1e\16u\12\1c«\14l\86ËíÂ@\9bö÷4ô1¾æ\1c      \9c\1f\14³\9bÚs\97\98\19\8dægÛï\1c\86\81_Wlù\9e\9aÏ°\83×Ø\12Õo\13³Lö$W\8c»Þ°V¢=\7f\96e\81Ó\9d   \v\8flA¼\11ª\87S&c$\98cÞò!ûÛø^@k]/Û\12þ\9diòH\83\ 2\86S´³½\86s3\99¢õ\a1w}\8dW\9b·Ì\9b4\ e'bõ\8a07\81\fN\1caýè\9féBÄ\85_bÚ)`&\8d\9b¶\1c\v\95\87"H"\ 5\83P\rÄ?\9dÜÓ\8cN)ï&«½\¿\b\1cºtË\98]\94oú~\vÊ\¨F\16ç&ç®ðÂú*Ã>&R\e},Ë\1d^Iy6\85QAàPX\94î±lC4\15¦V~Dw=.Gó!hxîÞû\ e\ 3º6ø\9b·f\94è\96Àn\ 6\8e\ 4üÕ\88\ 3OÛIÈ¢F\8c\ 3ïdwa\9cd«%Ïö\1f®¡f ëd\88"ÆGàÉ¢4­\91Û\ 2ú\98\85\e\8b\80å\9e¹9©´G\ 1íY´)Ñ/µø©M&\ 2½¸\17\aÌM)8VK³ÏZX9\7fL\a9\98F\19N\84óQ\ 5§Ë4ã«ÓýÜQ\1a\87~\14ç\a·\84\8f·\86l\89ç9Ç#\8fúT.\9b#{X­\r\ 5\ eþþ\85·\11Ý\ fR°G%\r\182og(ÎÅVR,r@C\8e\8e\9d¡+\ 2ñ\ 1óÆÍ£Sxõ_\ 1|\1dü&P\95;ÉËy奷}\fq.\17Ú`nç\b\9cQ\18°%¦ÓwÙ;\1c¡\bä»_\16bZ\8d\1c\86t  ~\88àÛ\96uøúK\8a#êï'\16x^\19×Y.¯Ï]Ï\91\9f$"ç\93ïjé
+ËÁr97\9f\ 6\99!\1aX±«\92\14î&ËÄå\19:Ó¶Õ\1d¶S>\83\8c\9aÎ\ eÖæ=\10¼¬F\ 2ç\a\88?b¨ñ\f\1e70\ 59:Zè\ 2Ð÷F¿u\89Ó#E\f¥\93'9Ʊéãiµ\f\0×LëÝ\ 3¸Ñö®\9c\19\98íñª[ë\17m\9b\ ecL\91ÃX÷v\94\14_YÝ\83ì\99,\15µù%h1:~áîju?©Òß\88+\1eØO\8a\9aÍÔsÉ\19';\9dQV!E|Ö\1f\1a\83»­¡x\ 5pdU\956Øv»u~\zåÀ@~bI3ïl\1c\ 2\17
+\8b\16¨,âý\90¥\18³Î»QÔùÀ|¯±"ɧ \1d\90
+x¤¿Ù\1f\8d\9f¡§p²
+Ì=9/\9aC¿\9a\93»Ûc¡g*        ÎmܯÍ$ïXZ+þÄè\ 2Õ*ÒÜàµåcIÝËJç\9a¥Iò$Î^Ùb\90   x@.uY\8báÀ:×\1e\909Dé5h\86\vm4òn\ fýÈtUJë\e\97îm,¡= _Ä~|Ä"¥×å¶\ f/>{\94Åα°¦\85{*{Ü4§\1eR\e]®C \9c?ûfÕÑÀã\92'²E\ 6éf\80\14\14¢©\83\84Ì6Ì\8e̸\ 3at\b6&êÛÞ:\81î\1d\11\ 1Êk\9bÞ¦¼©\1fï3möQV\rØ\1a
+\8dÁÍ\92Òöd0\9d\85\83ð(ð<\1ekàÞÆ\1d^Å®L\1e:¬Å         E'|ÛÍk­\e°\99U%\v\85b\7f\91渹?¸
+\82\7f¸M"<ÒY8õ÷·>\9c\9e\7fV±À\86YØò|\8c^s\87»µÄ\12ßòÕ\10ë3!\16\18Ðð9\17Höµ$\12Gu(ht7"ɨ,<\8c\hÒ±Xla\0¦Eù\1fË\10\ 6\ 4aÈÙ\88Ã?\í¥æe¼`îðì\87\87k\81-¦:Ç\9fý\8dÙ?\ 3ȶzRbFþ\ 4vúÔ\859=MÌUË\10@óÝ\90\14A]û\90ý\11«\80G\r(ÏËH¿\15T\11gMxËÊ\86ºIB\81°y¦\10\80×CeF!\7f`\19h\86¢íRgq@h$ϺF%\98ª\7fÁ\86\9e\8bZwê\ 2\7fF3\9fâ%\ e\96R\9a'
+âK\96(.ù<ë\86\87æá7F&¡Ñ\10¦\12\0©ü\J\83I\8fõKàU\87߯|éã\1f\16²\ì@:¬c÷Ô\81\0ó|CU§C\81\1czÈhZ2Î^¥\84<\9b\9aÔU\89\8ak\82/½{,ÞÆýQhÖ\1084QÒ»Þ\f£°Ï\85¸3È        s?)]ÛCRbX\11¼(_Ö¡
+´CeÏsõ\93m\84Å\11ÒW4\81\84bEÊ!¶ÆíÖ"(vVÆmôÝè;p_<½¿éòi¤ 
+oy\fï^\8eKµÁ ÆÞ7ñ¼z¢y\9e]GÄ\8c\1a7\1c\91\17øã¼:}Þ´Ô \97Ór\1aa8¸èµ=÷6H3Á¢\\ 6}_X¨k¬\85ñ4V\bçÕêQ\fâ\10§_IÂ\ 5:7\7fì\18)³úh\rséºßèdpM3©\f\9a\17Ý\1c«¼\ 1\0\11Rü??Xá<\97~ìi\85|lÔ\17Q0{I}f¢\80Ø \ 4à,ª\88õ5vG·\ 6\91£d\15§·\13´  \19ÖÅ$3hÆ7\1d-\12\bi¾ù³\9a¸:%Ó\9a\f×jÊmKÏ\94FþÊ\12\13Ã7üô\12<·ýò\ 5¾TÚ4\0ÖÃ\83êÄ\19}«T'\8a\13UË);Í\9eý\86`\ 1\13Ü¥ïy\9ds¢Ìç¢6¥Õmm»ÿödµ\92\1f\ 2\9d¥Ê\83°u-e³\14Û,\80:\1c\83uûã\ 2üIݾ\9dÆ%±Ù¦0g\94IV!7©ô\vª\9d\f\81vÆ°\ÿ¹öY\ f¡\9dÖ        ðù\9a\9f }\12õÁ¹\eRzê\83
+fOÆSw[\90¼Ê\89qVÀ\82»Xg\ 1Ðc¥Ûõòx\9fä\8d3\a©9!èZ£·C<H»¹wÀ\1cÝÜÈÇ\eé·5\an¡v5ÑK!\926\ f\8b\81\ 2ä\9a×M\9dq¼M\9aØ\9akfúhâ\8b=ÃÎsv7\ìA¬Æʲ\1c
+üi\ 11\8a×oñ®ú°:È\9d\13\81ÌvÛÉ\ ffìµ|4¾Ùó¬\13кmg    <\ e"p¨´Ë±&ã¿Ý%2\87ñ^$Fa\8d2\8eZ`%\13}\90|*âë\95ji¢»sà\15\87\av\102¯¢ÜÔÛ\11÷¾ÏÈxnÔMUÑວ:ß ?m\86þ®Ô\1aþ\9e¹\15xdc\\ e\92\80®x\1eºÝÁ¬]Ûº9ÞÔ¢§GÈO<àפ\93cd?\97á´J*\8bá3püü¥-¥$¾\97(\9d\e\ f¨ñ\9c\80\16\939ï»Xe\9a¯\99\8b\15s\94P/\12tÂÚ`\80ñêس:"ÛC\9aüÅT\10ï±\8e7^S,\13/7\ 5g\14ι_2\e\8f\7f\17\1dâ\8f\82\99ÒmËÔãhBé]wTÄÉQ\8b3N²º³îÃô\85â\ f\8aU"²\ 4Lo³É¢@òë\1c\b\81^HÖ0 \13å¦,6J¤Ì\83í×|Wü>ÅmÄ\96\8a\r/9¶\15¸_\7fX|X%\17£\861S¸hÓ?\93èæ\16b\ 2¾\7f­'þf¤ñ¼Â2öý\149[@Ã_º,ÕX\ 3[X\8aè%\¢¤N\83\95a&ðºe¶i: ÄFq³nP`Ô r!\8ew0\94EÂjè[\9do\81ë
+uÚ¹\15+d\f¹Ø\16ÁÅ\a÷\8b\ 2À©Ï]IÑVï\11·\98õ׫HPamðRÒór\15RÅWO\ e6Øåõ£\94:ôH2ü¼ÃK\95\806RjÁ&6Ô\ e\15â\87µo3m*þÅ:5.²zÓóÕ\96ìö\ e+p·è     òʪ\83«½auÖ\89dÙ:=}^e»úa\10)ßQ½7Ñ\a#~\13ê£\1c«ù\19\87u6ó^²ÂVÍ_­ºAK     MëF\8aP"\0ic\1eGhÌ6\RîÐ\9a,¾Ó"ïQz!ð·º\1cD\8aåºe!\96\1cy`¸Z2\1aí\90¸ÿª@z®Õ~\88>W\.,\8dçÇj\0*\16ÄËU)\ 3¡5¿2\84\8d´>\90\81ô"ã&á\8ftâ¬ÁäAÅXm¨Ð\1f\82<\13Êl%1ô\80\13\ 4¦PP òO\9d}&J_r)\15e\86\r5d2\11M]ÿ\1cÔ\90¦\88\98G\9dìÜWÍ´\0s¿@L£Fwáf\91_M\9f\120\ 13|ñWË^éy\11ÖZè\ 2\85
+Z¢\1f¹pçï',9çé\f\9d \8a¦_æ\95oÚÝ9\84l?É}ý\1c³¿\89\85íMM~Ì\16}IcRÞ\95\90ò\91)23Ð`^c+\18÷Â\ 4\8dw ¿|\vP°Ëâ=î\82%p\8e³ý0í8ñ§\8d\90éìÛ\8cìè\ 4T¹¦Cƶ{¶Hê\17\ e\g8,öõ\ 1\98\|\1a\9e¯\15óÈR\98ËëcIÅn~¢\89OCjº\96ÓÙÊ\8c]0IQ×\9d+?\8fàu*¼0ê\1aü?ÁoÜæ_ô[EÖ±J@=6ð\r\8eÚTZØòü\92»¸à\1aê\13]\86¬b\aR\88\15%íB=½vRue\1e"\84ÌÙ×äup÷dFíâT\1d åË\ÌÉ\9eÓX¶ÚaI©L[iàÒ]õËðuªÇ\7fIVÌðh@\1fÚ\96\82'Ì-÷fb3\18\fÕ{²Ú\ 4õÌ\ fÈ\90\9bÖß4ÅÈ*»!ýV=\v\96\87\ 4\98õ\10\9e\9bR¼í;ÜÖÌlÆç¼\84^h\13|ÖHÞݽ|òoæ\95\1aî¿\bFÎ=i¢\13VÍëj¾\81\ 1cÎr#V:a]LÛq½._XÕ¯ÿ1©Ì6Pi\92:"\ 1ºIèy°Çq½\8d\ f\97sÿl5\93\1f\85ÓÏVS~T\85t\81\f>¼Ù¯@±Üâåí\7f¬8Èè]\1fZ\b§D\8e\19¶³Xþ\ 1\11\9e\81è\ fåe9×\a\1c¼eÄÊ\1dÓFò\83v¯UÂ;öl\96¿\96*ue@êÐß´\9a*Úá¾k^ÎkÇR¬X\90·P¢·öxÁ\1ds^"pÝ;\12\11:<Ô;\9fu\98àÏÄCþZ 4\15)*\88<w(³ír[a*kEì-\ 2K\9b\87\ eöaQA\91~\96¦¬ÝpHh\97Y(\ 3i1w/\9b»Ø¢\12|\83gvV\1aÜ(W7$è¿C-Ë\95\99\11¸;\84\17m\94\ f²Â[VûDhñb¹Ï.ÀR\8a\ 4\1f0\84¼éûé\1eÍ\15m\bÀ_\12ð\19§%\r\18¯æ,l$\82\9c\vNìä\8a%·åH\88ù¹û\83¸\87\951ã×°\f\12\8b·\ 4{\92ü¶\96õáË \14Ýn\19\1d§8Íç\8f\10þQ涠      \1a\ 5ãöeJve¯4¦\152j£"èùÔÎÉ2\ 4Í'\15жâ\14Å£\17ÉäC]§ú\84\eH&ëh$_§¦¶²ÌúRb\8c¾Í\rIñg\7fâ\89aa\e)ê»S
+®IU\81mf;\94\93¦xu"\829#\87ÛZ\r{p\8cIØ<~`¤ª\89K³'\1dR\ f\16$5\ruSL\8a\9bªkðVòám8D"\7fmÂu¦\83Ã÷þ=K\a\15¾EU¾Ú«4yîriÙ$¿>OõØL\8b/è\Å\e\ 2`i.\1e\87 <L'dÁÖ\888ë©&F\193˼íÖ\ fRS²·9 xè\98\180ÿÁÌX\9c\f\ 3¡\ 6¾¥2¿ê{À5¿ø\1eaT\1f0\86»"\11\99\18\90ç\\8cZoÚhò:W\11Q«º/\15¿ÀTè\99¼ñIo\1c>WWý1 Ç\95G\8a{ÉKºL+²J\ ey«å©\92éÍ»¨×\ f\17Ì[qó CUôs\1a\12n#:Ã*¼0Ð\96g\18­·ÌÁ\80Wð{¢\9dBʶRÁcnd\80\8a\16O·6c_5è´=-ݲ¾i\90\86ìʨ´µ\13rC\10\19\93?ÚAD?ó\85A5û\9bty\1f5frï\80@I°~\aÔ\9189\83\0úؤ,d\8d¬à\10 ©I´/õ\ 3ì\13­â ¿Îï«Y42Õ´õ~æ&nÓú¼ZÎRåF©ªÂ\92ï\87\94°«N£\a:\82\8dÐX \97\82\9dÔ\92\ 5*\v±ÌÄaîu§ã²\ 6¸Æ\9d¹Kãa\1a«iÉu$A
+\8d\96\8eOR¾\8e\12½\ 5\19\8b´º\vÁÌW$\9f\ e yÃ\0+\ 3Ç\11e\1a×33ôØ­\8f\14"\12ôL\9f7²ãÅ\13ùÈw45®Gî\10ùõ0{\rë|ú\ 3ù\9b\91\98°ÎvjF\96\14ÅW0o\97\19Á{\1dVÂIÈ\86c\1cV1\82.lÇõ¿¶\rª\8dÂb=\\19G_½ÒUäkÄÿøZi"Û:q/\1c[\93Òân%?V\87×\90Â\97ìJ·\89qgÚ\eê^dY\vl7 <=\8b²X_9¨C¶T5vdÐÆ\bÓJ\a\1e?\85Yí/\17'§QsY¶WBÄnO\ 4Ô»XPý\1fA\ 4í\ e
+endstream
+endobj
+1331 0 obj <<
+/Type /FontDescriptor
+/FontName /XTTWYM+NimbusRomNo9L-MediItal
+/Flags 4
+/FontBBox [-200 -324 996 964]
+/Ascent 688
+/CapHeight 688
+/Descent -209
+/ItalicAngle -15
+/StemV 120
+/XHeight 462
+/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/b/bracketleft/bracketright/c/comma/d/e/f/fl/g/h/i/l/m/n/o/p/r/s/t/u/underscore/v/x/y/z)
+/FontFile 1330 0 R
+>> endobj
+1332 0 obj <<
+/Length1 1630
+/Length2 18910
+/Length3 0
+/Length 19757     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬·ctf]·&\1cÛvî$\15Û¶}ǶmÛIÅfŶm'\15VPI*¶m~õ¼o\9f>=Î×ý§ûüØcì5qM\sͱ79 P\85^ØÔÁØLÂÁÞ\95\9e\99\81\89\a `egìæ¢ì`§àÀ-G¯lfá\ 6ø+g\87#'\17u63rµr°\173r5ã\ 1h\98\99\ 2ÄÌL\0,,\0fnnn8r\80¨\83£\97³\95\85¥+\80JMY\83\9a\96\96î?%ÿ\98\0\8c½þCó×ÓÅÊÂ\1e@ñ÷ÅÝÌÖÁÑÎÌÞõ/Äÿµ£\8a\99\19ÀÕÒ\f`nek\ 6\10U\ 4jI+H\ 2¨$\15Ô\0\92föfÎF¶\0 \9b±­\95    @ÎÊÄÌÞÅ\8c\1a`îà\f°ý÷\ 1`â`ojõOi.\f\7f±\84]\0F\0\17G3\13«¿nf\9e&f\8eÿ¨è\0\8efÎvV..\7fß\ 1V.\0\vg#{׿=pu\0\9bغ\99þ\93À_¹¹Ã¿\12rtvøka÷W÷\17\fèàâêbâlåè
\e\15(&ñï<]-\8d\ÿ\89íbõW\rp0ÿkiê`âöOIÿÒý\85ù«u5²²w\ 1¸\9ayºþ\13ËØ\f`jåâhkäõ7ö_0Gg«\7f¥áæbeoñ\9f\19Ð\ 1\9cÍ,\8c\9cMmÍ\\þÂüÅþ§;ÿY'à\7f©ÞÈÑÑÖë_Þ\ eÿ²ú\9f9X¹º\98Ù\9a3À1³ü\8diâú7¶\85\95=\1cã?³"moî\0`fú·ÜÔÍñ?tîfÎÿj\10Õ?3Cý7 #S\a{[/\80©\999\1c£\82\83ëß\90\0ªÿ;\96\19þûHþo ø¿\85àÿ\16zÿßÈý¯\1cý/\97øÿõ>ÿWh    7[[\ 5#»¿\ 3ðï\1d\ 3ø»d\8cì\ 1\7f÷\f@\ eðÏ¢±5rþÿù\18ÙYÙzý\9f¼þ«µ\86Ù¿Óý?\80\1aým\8b°½Å_j\98\18\98þ-´r\91°ò43\ 5\9aX\ 2Ì\8dlÿöì_r5{S3g[+{³¿Üþ«­\0zf&¦ÿ¢Sµ´2±±ÿ\87\ 4ö\7f«ÌìMÿk\ 5\7féúWþ\8cÒÒ\92ê¢ò´ÿ\9b\ 5û/CàßApUõrü\9bÛÿ¨FÞÁô\7f\1eþ\81\11\11\ 4øÐ3sp\ 1èY¸\98ÿÞ¿¿        q³°ùýoBþ\v\88ù?ÏòF®ÎV\9e\0\9d¿u31ÿ«úÿñüçIï¿À\88Û\9b8\98þ3:*®Fö¦\7f§í\7f
+þQ\9b¸9;ÿ%ù_\vàoÕÿqþ×Ü\9b\99y\9a\99À­.;\98ð\86ZgdgºÖcç\8dN\89é\fö3\83\8f\869\96\16\17\ 6Ö:ô\ 5dDnsW\19¾×\8514Ïð|vx-\9d:~ìËÐ\1c\8c÷cÙRö¥\99]\16\10ø\91Q\ f\14¢nPtqÒ\1e\ 4\97!f\9eiÄø\-ÊmAhs0©\1fìL))ë\97¾C\11Ît±:Ã\=Q\a\92¹\17\ 6b|{tDò7Io\8cÇìFi\ 6A«/:=£H>~z¤\1c\9e\18\e\1dé»\81\1cØǧÍ\8d\87%ç5ÂöO=%Iqõ2t¾o2ù\84|uçt©^ÊiÓ¨EMVóðÆ\7f[v#þö\10·\8dÎ\9cyÁJdñ%\fºÇ$´l\1c/ëq\19\11\ e\1fÇR\9c$@G<):«*£ßн,}¶Â±vÞ(À\93a\93½Â\1dg\ 5\7fØ\1c½,\99AV̾ù\89ªN%$5¼\98­\1d\9eh*¥ÎÄ\85\92©¤¥\1eÍ?ËÉÖ\80'H..\80\14-T\1f8Q\99²#T\12«ßåêG\ 4Ãß\v\9a1Ôðã\fH?Êo\ 5N\1fË|èñýÞ\89\8fIHHË:\9cæ,æ\11úU¹\82-Np\97\ f\ f,m£\19K¤rÚºú×è*$´`FK\\ fj\9d\87ìå\1e9ë+n\ 4ªÔ\86]31O\8ct\1eù\9dï]ª~[\9fNOo\868{0â\82 áìÑ`³lé\ e\8cWÓ¨\96\ 5H¹,¬@\9cB¾?[ªöÙ\aÒ¢qÝHs3\9dNô±îv\15~N§HZvßw\8eÝ\14^ÂlÀã\15\eÖ.\85» ZAÚ$b¸çw\e¤\85¸\91z4\99       Ð\a\ 3F\v\13\99ZMØF\0o\97v4\8e\8eyãsÁwq;°xã\95\9d\0¹÷éuhÑ70õ\0°\94*\8fõü\ eÇh
+rÇ=X_w÷ì¥\84ü¼\1aL²½\1e¢¥\8fP·þ\16\9fTPl­ù\12]ǦLÇõYw¨\9c?i    \96ÅÆ6ã&µ\84\1ai\10 èªÓ\ 2=J-2ø\15\9e\9eª6\9b\8fr9J?\1dÌäÈ5bxe}iûj$Mɪ4G\ 2¤\1aKä~\88Õ°Û¡Ø\ 5\85\97\e\84y6¸¨£<º{\868b0?\14\ 2Y\85A\80\80Vî{M\141ä;á\8bb\8dç\1aRtÈï¬V ¦Ê8\ 6¡¹»JBP`¦ù
+kþ\10íu\17\8fI\8aôù5/bû\97lö¬.\ 6ö\9eVXl;1Â^·ñ\7f,\ 4\ 6¬ia\ 5Î\95\8a\8dP\98¾v\16\a
+Äí\ 5j ñA'\14ôrOäÂtïðÛ\ fÄ\ e#nw+òVµ\17\15:¨E\91\16²ú3ôet¹\18°*éí\87\1dNL\99¿­k\ 6lÂ.¬X\9c\mJ\ f\86l\88}°ÖË\16\9fN_\ 45\1d-<õÿP×6E«fz\8f\vê\8d\0Ç\ 1jd\83Í|\1aéÆù\92\1a\95ù»<p1hÖb\81\88\96\97I"\95Ò&lS W>Tx;«Ö'ÒàxÏPW[o\15çø9°OW%×°¨1srð\16^¯w~\b½Æ¿zH\9e\10N\83Rã÷»°b2ÿY?õk\94Ë\ 2\a\9b\88²& \9bÃÅ[\89f\9d«g§e·MÎð_5â\ 4ÌÒî5\98\8e\16\17qÀß\13ä¡p¹¯[\10<Í \1eµCíƵû;ô_XéÒ¨wj7\17ý9­!ç\ 1\9e :rÛ¶\a\96\\ 1\9c\eSý2
\18«.\16\1e\95\97FEäì`\1d\ f\ 4Øo"wÉõäH\r\b»\82\ 5\f3v\ 5Ã\ ed\15]f¡lisô\1e\95Ľ S¡±\15\89Z[Qru¨ñ\ 1í\1a¨Ðå¶Yô"mã¤\eC_\8b·Êç\8eÊþ\9c\97\a®T.>\87AÍ1\11#a/ÕS\9eÎ['çìñDäñÈ_sÖ^V\1e\8ct\90óÈG&Æ\eãàåÛes»úü\ 6!Íñ\f\8b+\1aá\ 3»1*R½
\11o=>Mï¾\9a×\99óý\ 4»Äü\9e\9b0Óù.»\85Û/~e\14v!ö\1eûI¡ývüxýdu;\82óg9oÎ\986AP öüÒ\83K«%ã;\ 4H\81\84ÀLwí\ 3\87
+[Á\ 5\86F¤0¹\f\8f\93}4BË7U¥oU\e.ãOÌ\99\9c\15ðï\1a\r%\93x¨#F\12\97\12Ù0h(}_ø\1fÉ\81\80åçg\97£üQèg8¹\94É-eøòe÷\10\ 1ßÝK&¨mõ ¾üî\vÌ[ê±yØ\15øhçR\ em\99\14ñ2âa\84\16\89\15\877;uï+\8b\ 644{\9aY\ e\11\b\1fÕn÷9]4&Lõ\a;Ò¾?\99h\91\f¿\7f~\14ÞÀ^!»¿^«°+mÐÅÐnüün\90L\96\ 1¿fE\16~kR¦Kl¿LÞ\9131´-\88.\b\bYB!E`D\98UVËvã7&äJÏw\86Ã\97<g!°õ§¨[\ 2\13¥YÔ×\84\85\9aï|\16\9dk\v\nNV\96\1fÁÀ\19öOÕæSºF(\%+\13\8b\8bë÷ÛºU\18\1d\ 5ö\9fÜ:6/åß\17\14WÜ=\U\17)$\ ee7Há®°!Rߣâ«ô¢±\17¿\91\9c`"ws¹%ãä\9f8\f\a\7f´X\878¤)éEÌ\ 4P@Î&\93\9a\96Ô\87o=InI_\19¬ò¡\8d\eô\9bæ\ e
+ã1}ÎW\98kÅë\17Db\92\1d\81O\1e_×¾ÿX\82èüÌã9\Q§õ¿WoÑëÿ\9e\17²¦     /\15iUBdÖ_ àU\17)\ 5\19MþçíÂÇe­x        ÌÆo¬ø\90/pY*1\9eà,Â_hm£%\ 3[\ f\ fÞÜ6­ïúZ-ÍüÆ*\ 2\9e\85¤6gç¨\90ÓM\1aëÛ\14:1\94Ï1­wà\ 5p;\92\ 1vÚt\7f=#\ 1þwsÀ³Ñö×\ 66ìÔ¡á5\84JiX\11\9fKbêþ\1aö*¨ÕÞ:\18\1f¼ç\ 5Ø\aX\8f\8dãÒri\93è(ÎÁ\9c!  \94\r\1ajÖ#hθo¬w'#\8f\1dÂ÷©1A¿h\1eg\14\81Ø\15"xjdI\8b)\8d«r\9bÞM¨\9fÊ\95Q£Ñi0õGÒ0$\97å\8d#ßâp×OÐ\85Ò®Y:$\94ÛYúe+{\97\rÅöÝáF56Dá·Ø\8f:?\f\14\98?\18^n
\1c×ÞÌ'¼\ 5ù\ f&6}FL3Gõ¹\9fD(¶¨d\9bSgAT]ÐqY\aKXÙ\91\88YïT\8b.!y/\82\97D6íÿ"*í¥Xº¡\15\8b¨\13×ho\19\ fæ\97Ä´±¡Ç3\803&Ì\ 5¨ñÓÉo\94M\ 6ù\1an±.sE\9d{\88?\e\19\r\18Ô\18Î]£H\8c\15!lÞ¸´£É)\8d1Q4´­8à\86T\10Ø5\8eB¿\96\19~ÒâèSbAì_\1cÆ¿     |\86\84UV\0V v+çmx¿\8dÂ\f 8 í|¨à(¿ï\1c\11\8d\19õ\81\0_Û_\÷º\81)Òj\0\83\92¥$p\9eM\ 2ÇJþ\9f×ãx\rXåªo¯µL\e\12\ 4\87yÞÏíû\1d\a|\9e\1a
+ëhî\erj¡7\ 3í9
+\18?£z¨Á\80½¶b3/}ß-<BÐ\v[*¯³ím(}\f\ 1«gþF ®¥}\82§I\1ep\92¿\ eÃÆÌKê\1aC\88ÒáÐ=tv\80¥ÏØ£\8fXGF\13\12¥RÏ\16.\aI¹ø\r\8b\ 3\14,pÃ^12\90\ 4 é"\ 5ÄÅ\93ýÌÔvc³\89É:I¡u຺?\9aã\10LI·[ÁWÒYk´68qÓ\80V-­v÷#!ì㲩\9eü²Qªs\84ë\91¡¢ý\8au\12\11m'@óóvÜçfÙ¾°ð^\õð\8eÛ­\9f§ÙQ3(<3ß²Q\16-Eñ\1c¯¶ù¥Ùó\16¤À6|J\1c'%ã%£é¹Ç2RNn\1f-#;è6üP\7fD3ºõo~%\9fD~s|\8dÝ\bk\11\90s\fØåèz¶\19\0Ýæ ¡JW\93Ä\16[\80xV\81/\9a\ 4\89\9a\7f\91\92·ÐÞ¤+7|¯ÄÒ(¤r\9dOcÚûÚ\ 6;y´\8f\81\9e\12Et<\ 3=\1dÂ\9b¢Óh\89f¯ÍÓ¡LR?\ 6e)d¡Or[¶¸vùÍßfã\10E=Â0ÿñª\90µ«,\7fØN\92\9a\17\94\ fI\½Ñ+à\86uX«\87VkÉäÎ\98\11̯rÛ¤4jo\8b>\8b\9d¨\9b\92iêQf2\84\1dÏÕÅ\11\86!\83(\8dÍ\0\e\99Úç³\03\96\85\13\15@/¯¤\1e^øö½\93Òò\8aAlIî\1aÆaó°íg­D\18öÏ\1a÷R;½äé\ 1;~\r\19ÚB\1eÐ×\94Ýà     E[´+Ù\11:²¼óû(T0¿¾}³\1fǦÐGpaÞõÔ\87cJd¸¯\15\9bÉ\az#DéfU:]q\1a\9c\18ÁWÔ±\9d\rn±*¾Õ ué\927Âô¡\90ÌÜ\0Áwz2\87à\18ÿpq\17J\ 3­èŬ\1aÉ\aê,\95Pý¶·ë\84Ö\10Ç\127Úº@ ÀN\12\1e"\1cF\ 1\8ca\10ì¨\aNa\83A¬# l\9b*ë|9háxîÇ\bùK\fá\15¾æ²fí­á9\16>}jÔeL\bÛCºípTfC²E ~I®9òHcÃn\9a\12\ 1\9dVn\12\81ıÃ6QCr\vÔÁî¦"Å|ú=r.\82\8d\f\f\98\19\8el_\a/\86\94a\9a\9d>.luß\19[U¯á!MCéj\83¤ñ\91&\99æY?{´§@ë\97Aô­!\14\96$ì¯IÑ\81éur¯\ f²¨pn\1c뤸\e:¥1¢*\b\93A.Õ\13Í9}Ö\1fÂ\16\9d\9a¦\1d*¯${[\81\ 5­Ê[\9d\1fR\ 1ìú\fÜ\8b\9f¯=X½\8fÇë¡\11¦Ûç\92Ò\8dùèaI\ 6\8f {\13F\93\bP`7
+/uÚ\94úëèÂÄ;\8c9ÅÜT/\98"ÊêczÔÀ\e®\13ôH\aK\rH\ 1ø\98\ 2\83Èp«>7V7Yiú5W\ 6\8a°*å<Ï\1e\97\85À\11çdY¼C\89[l_1\933\19&\85\b¤Ül­já\1e\ 5r#ØS\19í²;\93È8: íßÒ9\9e§~Óø\8dúú÷»6\7f¿_lélåÌ\16°\ 2ª\91Å2]¯l)·¢;w?eÇÀ\97¬\11ð\ f\98\14\1d\99\b\90\0ßË·­.\17\ 1ò\8câGñ\9fÅjö{\85çSÇÞLs$ÙòzÈQθw"Ý þÚ^ºå\97:\17À\95f  \1f\95ê/¾_·Coø\9aî8Nç´**UTew-\b"ó®µ\14\84½\fcÛâ\85VQû\80Ñ×èê<\ 4G\f\ f\95m÷¶VG\8eËo¨\16Ы\88åÜ\f\97Zâݦ±\ 5»o<\10^\84ÜW«9\97÷{\15Ì=\9båóî\1e¾3\1as`¿³gÕ5¯=^u6Æh{¼\1fö\ 5%þØ\9cËÝY@`0µ¬p (_\97UÔëÀ\90Û   hÜ\92äÿ"\15WõËï\87\90\1f**Ðo\f¢\9423\19\vÀçÒ\90)~æ4ø\16\14¬\88L2©6R¥Aè\11¨Ò\86(\b\8b\92¯Ìç\7f\13Á?C
+       Á:=ÙêCP½Îëíé#ä¼\95i©ñûæénZ®\82Î\1a©\ 6X&\84Z\92\1fëÌ¡X\87\ 4\ 2\94\83\ 3AÊÔ²\1aÀý®3ÿgV&ß7ã¬fÔSÆ\97Ì)ö7\7f¤\86\8dö;ÉÐþÇ\80¯²av\9d\88ÅR\84\8fýerx\19Æ/Ù×Ehuc4\90ýÉâDêvç~v:U¼\ 6_\18pl·ö"hü\9dó=\19>»L«)¡\b\97Á_\e±ö\1dk\8d¿o©°¤¿\väpXó©\10ã\94nÂì{\9fìvtïU\1dÚöV°=\1f\11K¬T\82\ 3X\v.©pÕÑ\8dÁéF)å4\18?\ae\8b<Qü\94*l¢¦·Öj!Ì\9a\13ÎéhE\r~%P\8e\ 4ë\1a\8c\0\9a²{Ý\17T[E°ý<\97A89oZ¹a²¾ âÃﯱƶ\19\95ó\ 2ð"Ö¹5|dhA£7,)0(-J\1fÔ\14\1d1\11V&\81²\1fÀ\9dë\84\93Q©ø(\ 4°\1c\82\93T.}\96\ 26\91³\923\12{o:KÄÇ\1f\8f!LH\13Í\8f©\938ÌD\9d\7f\9a{,\86\15zʳÙY©\19'JáÌÄ3¦\aÉ\84J1^\1d\7få³\9eJÅÙ¼hÕb\93Kó%øå\b.ámųÑSòCxN© \98mc\84º\9d3HKFø7Ü\15ª\ f=iCaM\9d#¾V@wØ\8eÀ³\8ds\90½#ñ\82wÉÌ\1e¦ÀÑ|_'\18¬%é¥ÍtÑÇX\92±]á: â:bгçéÃ6=\99²\16\ 1\86ê\97g\96Z=!uK\83\1aP\9d÷¾*:¼R¦ 
+\9d\99\7f2*BÕÇ\18xW=\b1\ 3,\7f\93\99\ 2Åô\83Çà¡«\11í0Cùí\b\b\ fG*À<(!òïj@Ò[\ 6Ô\aéIK\ 6oýZ4¿ÿ\80è
+k\90­\ eÉ\11NýS\17\13\8a   \ 3J\8dõ\81J\90\91ü&77ó\v¥­w\95÷Ã\91©²¬¾p¦\1d\81ÆQîÃðç\8cfÆÚÁÏ\9fÒâÊÊ©j"-DäÔ6Ê,XóAß²î6æ\fanð\8c\91À0M5@üdý=\1a\9es1­nï\97q\92\1a\84Ò   W °\91Mû#\ f~\8bð\8aß\95á5\1czB\8f6SQúBê\ab#ärKI\7f\99RÆv_Ó\90\809LÂ\9aªÅr½\8d#\97Ê\99Û1U¦ùõ\8f²\ e\94k«4\98ñÅ¢Ëí$øêø  ¹1ÿDkPv\82\r´ûõÓ\ 2Âæ        cÌÓ\ 4²&^Ëg\1fbÊK\17\1f¡qU¡ªàg\94\94Q{?¦Ø\98íî¼\82Í>?\e|\96­¢®È¾\ 2ûc\96¹\9d¤¹\8b\90÷Z:k\ 3åM\8bYÛ¡`325q\88\83ë\1a\12\90\e´¶c\9as\vÏ\ 2òUFU\9fNp½¸X\8e\ 1ã'\90\8aRoö\9cÍV'OðÊp\96ÜV?Q|\0t\8a¯½áQÍ$ä\ 4\8dO\81Ì\ 6â\ f÷×Ú\14êÁ²p¢æ\1eñ®9\97\9e^"1´wzwÓ/z³vÍ8\18 \85²\ fÃ\vô<ü\18M
+\ 1\e&|Xõ=\856\98ñ\12L\1aëÏq¢\v¬1SÝ\82ÑÓîRE¦4Õ_\86\ 5\16\1e+;cî=A(\92þPp\92\8bCçY\15á×ûcZc±=%¼F1ï\15m\98þD´\\14x\8eÁ\17\ 4w4\ 1
+I]õeÔ1\v¤¸Å     ]çáeOA"^uªa =_\83\88¯`ëù\ 1\1a-7X\8aU¤%~'ñ\8do`4\13aPÞP°Ë\ 4\13\a¥\86N\85ç¦M\1a\95<'+\8cò\18u°¢\fþ\8düÇw2\93'ék¾\1c\9c\99g¦î`@Ú \ 4\92ë\1a­\93;\ 4û{\f$J1\ e©æï\ba|ÐËC´Âh%[Ã\95\ 3U\ 2å\ fL1#¤Ð\82\r¿\1fIr2·©<'Æ\ 6á\95¼Õ8q8Úù2(J0\9c\1aÕÏO;\89'|fí\12moò¡\97-~úuªé3\8d÷0ky\84%¢òZèm¶Úl\91Ï_Û\7f\7f~`Òîö\82F¿\8fʽáeë\8cÃ3´vz\18R²¶õnC\98ê§Ø: û¼D\92¨\8b&l\18;¬Ëñ\81q\83\82\aíyý¦]w\87\12\92Q\16:Ý2r\13\91(s¤\9b\93\ 5_\1f¹ñ\13\ 5\ 6îÐ\0\ e$\f\1f\14ʦÈ\ 6·\8f¹'2«l\8c'=xCr\f\8caB1iü±j½\19)\95åº\16T9Æ\8d\82áq\84OcT9¶N¹U!iD\1c»o\98\\fþ\803\95+]RDø!\19û^æ4ê;E\ 2¨w9\17úï\výúwÈ\ e\19º·AÙÑ\85\16WC¥üã\9d\15ëpt\8c9iö\8e?W\12\ 3\9c02!º¿¼@¡\9b\83öÆ,­\81\ed
+i\9fÞ\1c©óX´Íõ°sXDÛlãm£¯Ê*×ôÁaÒ¼2\81}«íÈ\11ø~\8a\9f\9dÜ0¹¿Ô?\9a\96\95\9dD¯º´A§Ü\89ýðk\93\13m\9bü-Q«Ëé<2i\ e!XÞëÿ\18V8[\8eÚn¼\9a¤ìîíèHY/Ón¨^¹\89g\11[l\18\1dhqÔæ    éi;³\98\r­uÖ\ 5ÅEl5§KÉäYri+7a¢7s\86ìDï\9bg\ eA\9e©o\ 6Ê`g·dtA¿¸\92KF\8c\82Q\83\82ç/&|\ 4@Ä       ,\8e\ 3Z\963øaµcu\8dö¤\1f}\1dèâõÁ!¤\1c^\83·ÔÈ÷Ãû\ e\85ЧZ§#\91\93Wbk0¯zQ\bÐ\7fÊʯg9\1dÛÄ\9d²©¨b_\ 5\91Ä\98¯òÔíþ\9a·ø\ 5\9c2¬{¤s\1e'ÑT+É(g#cm\18\ 6\eQóç4M-¨\8bò\e[@»\81í\v\94Ý.£©;\12Î\\8b\85 T¿¹aaß7\80V~[¼Ñ-â\ 2ã\19\96\93¿ÂX¥£\81ýñÆn\1dó\eM\ e5\1dêø\11\1a.é¼]]Z9\ 4èÏé~CøÓi\82\89­\9b&\93\8e\13rv\80íþ®\89\93ÏÑ`\8b ©\92êtõû\8d\85\15ÙV\1dýYã%òr2Ç\114\92À\9døòüÅus³q;öï!Î\10þ%^·z\ 3vo÷\8fu~\102¦8Ä®ã)CBlY\86\94TAU\ 2ÞÐEÞ\87Á¯_ìûn©gVá$|3\82;,\92ôë\8e\81rð/u,\ e\0ÂÈ<¡ßUf\8a|ßNº3\fÒ³þã\13\83#"Q\ fÒÑ\80Ë\1dsBx\ e\86BsA\9b\9c\8d\9a°-$Ù¨°lÅäVÜVé        rÎ\ 2Æó©f¾;íÏø8Ù£c\18êÑ\8f\eM\13O
+^Ó¡Yi\18VRl\93ä?=¢ÎU!+KíUuÙÈ¢\1a#úf`©}üm\bq\91uKo7\aë7²õר¨mÑ    8]R-3\84ýG¸B¤\83¾WJ\8bí>³Ó\12p\ 5\1a\1e}\97OþuâÙi[\8b~¿§>"\14~\ 4éΦ\ 4Ö:\ 4\86$\9eÇIsÏqgÞ\1dÝû%ßkKz\99!\17Þ]\91P\99O~\e\ f\ fť͠   £üüq\ 4\ 2:'ëHTa\89Y°¸÷;:­4y\ 3\f³?qòy®#È\17$<\9f\ 4¶Ýô\93\1e»¹ ?/»\0ñ\ 2
+aBÝ\10Ãõ\83ÿ>Å\89³çÔ²\97µaÜ\86yO|4êÅö7\0Ök5\91åC%9\83<ô3\0Aµh¼\89\9bá\f\19ý\\83\97S÷I/k\96cl?>ovwpIò¦í\8bÓ¢\93èóÕÔô, §\aõ\98ºþ{¹Æ>°Ò8³ÏÉ0\11\1f\1e-)Ëû<\97(·3Ý\a\0×\89\19§\ 3j6c¢\12©n\8b\e¡\9aâdݺ£R­à²àkª\16ö\95\9dò½Oëø4\1f\9anþÂÙÜìXg\11_l\88´ÕÙ$\ 4Ó\87\15\80Îhö´$M{èáÝ.q\88ñ9%4\9c\82EöÄ\82j\81F\12\9f.\1×MÛe8d5\8c#h&\15\ 1\ e\93Õ=lKg)mh\159Ôv\83áÞãÙÆårÂ\ 3íË|]GÀø[w\10ÞÃHç\vz\93\a½á×\v¼\9b¯ú©\87õhL\8e\vÓR*\ 6êè½í\9d"8¡a\10Îr\9a\8b\11ev\ 4D¡]4Eý\9d¼ç\ f\15έ£v^²ð\9f{äÉcíã´g    \90|E\1c¯\1e\82àVµ8pîI&/ÀÔ\10\90«95E<]áI
+¼gÒ¡Ð\1c­!\8a\nr¨\8dû\aèM*P\94\ 5,\82\89\9b\ 1à¾1][O\83[»"Í!\1aRÏï$·Ãèâ\r{áÃáÚÛ\19gLØ?¥CïÆ>\ 1   \13Ú\9e,Þý  E:`\90Ö\96Ã\97d{D\93\ 5\17©¸)m\96¹ú#0Ï"*\ 4\90y\v9§üT­¤ß9gº\9abîhÒµéÎ9"§i¢z\ 6÷Á\99\14âW½_\ 2Þ~O8_¨ÞÁ\9e\8d8    ¥,\87Ò^øæ<ùâ¡ü2µc\8f0èøÝ\ e\9d¼¥>\86C]s\82\ 5\1cÌnªM\eÆEgf¥\13²bÉ\1caJR\85\ 2½éf\10\972\17\Fðë\97G~\8cÚ\84ÉÄ\80)[Îô­ÂM\11\ e\148ÄMúðø\9bO\\8b\95\19±²\fwή®'sP[7!\93ïíg\0FäËÒsR+ý\b\9dþ=ïS7\ 6
+G6 6
+Óß\823\8fª­\9bÓe\9fÇ¿ã\91Â5ÜÛÖÇ\83áÕ\ 5¡qkN\84h\88ÄE\19K\17#¦D×\9b\88r½ZQJ2ÃÚ\92m=W\8d\ 4;­=\fÛ"\12m\ 6³ý\84¼>\9fÄ\alÂA§\18Ö\92\84\97\9f\85<d\95Ø\19¯\aÕZÈ*\9eÂ\bFåè\ 3ZÕG૸\ 6\ 4\17\87çS Eû\13ð'Ǫå¥ä´0xË\18\82Ê1ªk­P\ 6\14e\93Ù\1a«\83\ 5Ó®´\bU\1aàí\1d>\18VìàCöH"_¢>­\98^\92z\ 6\ 4®gÖê\95\f»e\80óU6×1ôbúÿ\89Ðmt-Vbq\1cµ\ 3\13d\96êIDG\85´S«ÑH_¤¸\16õÜ\91®5&ê\8ekãÜo\ 1s\9c5ÆÌÜ«P\ e\91|\89Ñ.q\92\9d\fûD=n\rmpÕî0í`]»ü\91i\96Ç\94tìèF7\82¿¥Y¹L¾¬R|5ÿ:Ü:³\13°Ì\ 3¼[\1aÀó9»\9aUÌiÍÒ\fããóô\7fh\98\9dOÌÆ\91xQ\1dï\81dËNõoÜ\7f\ 6Ä÷!×Sh>\923yB·"\9c±\9d\97¸vY:î\9cû\8cÝÝY*¾×\8d!/OXrsûVæ\90i\ 3\1f×Ïz~\r½Åae8×Lò°g[¾wÖ\\1aÓ0z31ÓÖ¶r'\f\11_v\941\89O\8aðZ0~\84E\ e?&õ\8c\ f\7f\10B\0³~3\8b\9eXÄ6´X\11\1cO&\95ë\9a\97P'\9dzUohòXõ\9aÜ\82ܶ\9bq\7fÂfé\8f\18[³´îãH\1f¥Äù1Ëö%-ÜLö\fÇ%ª£1\a\97O°ëiÔ BÇ\84\11|Ûm\1c"ÌÊ"hD\ fÙ¯¯¦8ñ9öç!° 4uÚö\93½\ e\13Ö·\ 1çQµÚh¦\11êé4x\8e\rÿ& A¿$\81\9c\e\94`æRóí¦\a\0
\99E^ðæ°îq\90Ú\84\81\94bƨ\84\8e¶Úö;'E\8d³%ô;D:\9b)=~Ðy\ e6z\f·r\9d¼Ê\90\92A\81#2¦g%®\96ÔL_´ó\ eׯîIMód1\90\15V*o\81Õ6\8fÞ\ 3°\19\ 1¸ð_\8eÚ^=ä¯\e\95M\v\bs¶J\17\88?vHøS03È\ e}pLy»}Ïyµ7XAï\87Ï\f¼§ \ 2\1aªaßÝcâ\ 1ÉØîÌ\11|íRO\r\99g\10¢\a\12OKä\85Çé\9f\ 1¾cþp8C\8d\9dv?GE·-u1\Aé¦p¹ºXÈ\fðc¨\82ú[Êì«M\8a@\1eôR`¤ñ5I\8d\96\fÈâF³í{\r\13£X\ 2\ 3§\14d\ eå\fã.Ãáx\ fæ¢è\80ë\ 4cæ{ÕãBâkG7\9c-ôÕ\eÕ3ëog
+\1a\84×ÆD\ 6=SsQwIÂ)\ 5¢Úø\8d-<íJ\ 1;\9cz\ 66\8e\9fN¼U\9bâ\1d\89«q=^\8cw\87¤v\96­\983Éã7ÝF?»¯Ì?aÈS>³+NßòÇ\92ð²\92äÒN)ÇÝÞC\99^r?ÅO%d\89\87\19¡= «úDwé}b¯\1d³$ ¯\ e{Sÿ\9c\95Îãîê^_/ù 6
+\9a2Ó|\97\0_[\87¼îÛx\93.bô\ 4ï\0\80\88îf\19W\9a\18Õjs\ fÈbM\98\99\ 6Q¯¨\85ßì¤oÀ¦ÔüØ|©(â^ðh\82ÕLC]\87\v\95\ 4FmÐaX¹g²\14$\b\83DV\ 3c\9a{Æÿh~©\8e\93\1få»P\9eÿa\b\7f4ñk-Ä4Ó¿\8f\9c\13\1aåùiP¨ <MÀ\S\e\10È\80Èr\85øüé@¯@\15x&\83ÁP\\86\ 5\b\8fM`\19\92Ý\95[ÊZ_\9eº\9fOÇ:7F,&\r\8fy\1f\aKE'Ó\ 5\vo3JÛ\ 3JÇjq\â\1eH?\12\96wù>æÖ³±\eË©íà#\ 3\9fF³5C*pç\93\19\7fiÈä\0ä¡f~\83â\15\87ÍZ\92\91ÚgV\bå¹Ä»*7\8e-´\83 cn\8cÝ»fPPÉêµïÆ\90h\9f97\b\9f\92¦\94Wé]5ÍÕÆo4C£ßÔ×a¸àÞø\aâ=ÜA¡Û\a\1d2\93\8a\10\9e\14\8e¢o\ 11<v\87ÒÚ\97f+õ aæ\9c|mnPm\90a^\1a\8eí4Ç_ÿØj«*¤e­M\13\13\9e¶ëAq{!n[m\87\89¥²û ø\9aÅ°8\ 6\97^úxänÉðÐ_Þ\85:J½ÆÆEö\pQ-(\ 3·é\95\8c\18\9a­ÛQ\96éàäìc\ e4=BÌ\7f³{Æ£àü@v\91ÔxX'\14\84\9f·Êr\86\9b\85\15)\8cÒSë:J\11-\8ez\1aý\ e¾aÔâõ\98Ë\ 6\81D\83lZåÒWhîÏ,\9dµ\vÍ\10êtÎÛ\92\ 3£\ 6§º¹ÆhlZï\80SP\8cw\f¬¶I!qÄ:%\7fÝ'·P\1a\ 3ÒÅ0*\ 1RT>T\81H;Ç*ÏFÕüH2ÃàK\8fñB\9e÷©~\ 5\9eY\b%k\9b NO\99\98ÉC\96 ò° ®ª¼÷\8d\9a      #[\9b\ 51%´TD2\8bô\ 3\14o\8c¥µù À$\18b\1c\È¥ZÿB\9fÉùmÐ`\8bZ\89\16/.ÜÉ.-\81$ÕÍ@Úþ/VØ Sû\f\83|F\8f!í:V¿_P\9c£\bc>¼Øy¤¾\1a^\e{\e\19§\8dò\9c`·?-ï®ÑQB!·\82·\v¦ç\94ø!\16|8\1f%I\vã]|\1eÙ¡F@¬\90@\18\86?3ïWñf?\1c\85ÎV\8bâ0?_\9b\ 4\8cêU!X¦\bjùÔmÍ÷\1eY\9d;p\18bN\92à¨õô@\96óíW£@!Öò}|`Àf*Ý(\1dßíÿxsS\9dùà.A{t]c¤cb\7f\97 \10ørÊ\9am\13»\09\r\14Ç\a\97£ÚJ\15n\ 5QºÙè\19¸)-()éké\8f\98§9PÝß¡~\19\89úp#rTÁâ¸m3>¡ð\95\ 3ÄÜ\9a\9ex\ 1\17æw\1e\12\19$~Ý\Ûû\aØe\83¾¤ûA\9cÍîP    áW)°\92æϼ\11û\7fÛ¢\ eG\9f\8fH\86&3¢å»SG´\89*ÏL\8d\1c\8f\bx\99ÇíÏ-Íí\8e&(UÏ\1e
+§%\e\1fV~\87\92\10\b\1f"íO´ëîD<dÉ4dÓX,ÿæ8'ôi®uîùÁÁîÞù\aj!¶ª\ 3Ó/6§'Æfß\98Öý%ÏG¨\90+g ¯\8b6G\ 4ÒÕ¾\869\12\9e*É×#ÒÚü\83\81\95}¿_¤:*¼Êæyü\ fôVu\12¡\88ÿ%\12l\0è\87\80ú\8eÓ &ÄP¨çÖÂÄU°-]Õ\85Oz\88V|§Á!Ö\9e@Ὢ±Î~üku\13\8f³e\\9cxc\8eáú¨\E"\16ùªÛ\ 4N7\¤\15öy\19<­MP\ 4ÂÀ°\8aÝ%ä7ú¾ûîh\v~Z\9féä+ÞFþ?-Ñ(apìO\<\ 2L`8ð.õp\1aòÔÂ~\92\87\10À#|ã\ f ò¤âgêõÏÒ\9eÉÆÒH¶nuÛ®¬\9a¾tÝ\95\98ú{\9ez\99\83\e­\80qaüÃ"\b\ e#&Ø|_
++rÃKÁq"Ò^$1E\ 2fqM´´G\83åëN@/ð\80¦\r}\16W\ 5N\8eW(A\91ôWçÌô\9a3÷L\85ÊÕÕcwÂ-eÅ°Óö:\ 3Oó(õ4-$Ú\8e\ f
\0í\85ðLlÉ\bRîV\e\88dë¯Ùâó+\98\954}õP×Qì\ 4\84«Ù¹¯R\94\86©¢Ä.äq\18ÙOô\87X8\1d\1aßÐü(Oè*\ 2\86\8fú\15¸wBWÿï\12\176ÌqNA\82t$\1eb\17ë-E¤\8bû\1d·ä\97\8fÑÁA\96\91ÁVLa¢´úª\9b²\88Ô\95u0Øc\94лð\1aû=w¬sveQ\ 6ÒW\97\81
+Ìç\9c\b±sJïci\83\89\8e´Öõë¹\80\85O\1fÉëæ\91^\ ejÿ\1f%\7f,} \86¾µ\v\91S\ 2¥´WJz¿Á\9bHòéÓì¸bY\11\16\9f_ø/\a\ fߪ\99\r\b\vÎ÷\85\a\19\15\9eíÍ\92w!(\1c!Tùê\95Mt¯¿YÜ´ZeÖ\9c\80\86µËµ³x2\8a?u\0\7f\9e´ »wvÚ\86ó\956ºEsoÃã0}õy\1c°öÓH¬\ba´G\ 6ü\86ÀrfV$\ 6·J«\v¯ù\96ÇB7\8cl\85\1aKJ\1f\14%ußùýü6\99ïU\ro       ô\8bw\9c\80Ö{8[}¿è)²a°\83\91­ õ\18cü²è\ f\11Ä7ÑV3+ÿßåp`ææ\8ej¥¢å\8a?\18\ e\1aç#Þ¬[;2#\8e\8c\87?\88bñ/t¾u_\9a\93«2ô\eð¼Ó\ 5½f\91\8bgO)Ê\7f¸¤÷btt\8f%\85®J«\17\bI\ 5\9bïÞܧ¹°\90v¶b\9e\ fÿz~Kù\ 6/\1a\87j\18$\94\92¼;S-)\12\8dÓò÷ßæªl\18úÄ4+\96zÍÙÛªÓ=\ 4å\81sa\16?\rw\ 6"i\12\85ë³ØÆ\fµë\ 2¨\94`ôRþS\1eËÑz\97É\e3wÊBß\1aÙ¼\86\aþ\90o\vaµXÕ6\99\9c\9a\10u\8eQ\8e44'¿àÏÎ\8f\8fȦL¾*M<\7f6PÏe\rE[d\16g\93RhÝEO¹¶LE\84<½v[fغjÓNoóôGs\99ÑÖ\81\a305\ f\13È(\1a{\ 1\ 5X{\93GÎUã\10ª\ 6Iw|'H\ï|G$\83\1feÊ/?µÖe\91/c\92½a\ 1^¶°?]\9b®ài«t>2ª\9f\11µ(óýÊ\8b*3¼£r©®\86¯c±P`Ú Iö\87î®\16\9fåG\99B¦r\eKåÝÛ\8d­÷>\9bo(çR\1a,ÆÎkDæÀÁü¤<¦\ 1Â\9bÝ\rïñ\8a¼Ta\983¢Nì\8ep'OsÐs\87\12\98¶ÀÒ÷Ù6´sUr\86wm÷Gãh1\82\9b#1\7fD/\ eÆæß\v\9bÛ\8cÚQí\17^(ѱä\84ñS«ð´ë1l°\11keüé\99¹Ñ4\16ÖÌèa\12]±%!\®ïUР  OزE8WU
+ÊÆ\b\b;Y"õô±^0¸5|Uß\86x\80$\8b McPt\12õ\94\94Ý\8e\9f\eĬ:ÌT\16]®ç8\1da\11\11 ¢ÈѾå'\9eM\88\1fÐ\ 4D\88ÒÂ]-(ºùî\ 1\1d\92Ãc±\b\9c\10\94UL=/Ô£\96í0\84AQû\85\85µÃëZû\8fLh®\ 4Íx\1fwm:jî\92'v8óW9næÝñÀç0Lbð\90\87ã³\92y\91é4\82»ª'm\8e\ 4\1fÓZ!\9e\r[\8eá̺\9bÊÕ)% >\8aî\14\11*I-ì²\v±ëØ\83¾CÑC]¿?u0>Ó\e\r\1a~[6¨é\82ÕM\96\83z[\97\9e\8bý\19\e´µ\9fg|tC²fS}p\92]\{\96û\ 4\922ÑÇ\ 6Öþ\18´\ 3éÚ÷yÁ\15!Î_\ 6ó\7f\1eÅD¥¡®Ñ¨û1\9b²]\96ÈzÚ\87¼\8eº­®P\95ZxÊIß\80e\8dÙº>ªX\eÙ\91ÎÎÑ\95ê\s\85eL\95\12ËÁPjëí\16-tìÿ\96\12`\7fG8e4½5\94\14B7\ f\83\92W\95×û¬Ì\11¦b_\a+èû\97h|\94ËÛ\ f|\14ìi\14i\11\16 \7fHÝí¢ºÑJT\ 1Àº\8dv\87\82Õê\92o\10:y¥\ 572a\ 2øå\ 5Õ-\82÷ \91¡3Ë\9f\92\3%\84\9cj¦©
\8eZEsV\e}\98%¤8Ý· id\1dY¯(¿ j0Z6Ø\81\9e±ê\9cçòãà\99Ñ\7fg{K\8fÙ%Ý\80HEª\98v§vË\90²\1e\0\11d5ñz\vï¾<=÷§2Æ{ñ\9a\93 íâ\1cµ\91\15®«¥,M"¬.,¢ú®j²\87\90\16f
\11¯\14\11\19Ê~G­¯Ì\ f\80ªÇNÑï°ÔÙz+RPõ§6K$\9e¬þ¥#ÍÖ=âøäF½S\9e
+¦ô"³Ë\9b#\0Ù\80\13FMc\12m\91LÊÒ£Ô«§\897_=ZÞMFÉ\11ú\aÙ7Ë\1cLËÆ()\a[\7f²ø¶K\10£P¥tî^&ê\16¦\r!´'V¸\85\1d[YÉM\97\9aï\12j"ËÁ\8cê2±_\v\rðO\9fB¸F\ 4£Î^^tZý`à\ 1èä\ 2Ý\98·]¾iä÷õY\7fà§\8d\8cû;Ñ\ 1sÛf)JfÞýÎ|\88\17\8eäÅÇÛY\9b\1f\92\ 4\8bÓq}³N«sÂuÛÂ\ e\8axnúé7ô\8e\14¬ö\9cê\9cñ2ùyBH÷é\98=ÓU\8bWù=f#\8b\a~z©¦\13R~øZs³\14Î\99»<Þ\8b¬Ö¶\17\ 1h_QxÕ\8eÓð\16ÕÍ\98oZµ+AC\19gd\82øR¤\12\94mî¤\19¯2[\1eD\82\82H÷Ð\87RMºC"ã¶ìJxÝá),b¡]¡\86\ 6Yå¿k\ 2jq{_«¾ª\1fBÇY\ 3
+CºD\85\92ñÕ\aahý\ 2\14<D>\ 4\89\18à1\ 4¾\17*¿¿GyÙµ@\9bç9ßLÌG\84\8eV\ 2<ÈÇ\15,ô;%ì.v\1aü\11dP}zH\ eÏø\15öåñ\85\ fB\18þ¨êä\19!0E8¨t?^\v±ÓD\ 4\1c òò\8d\f\85î|=gáôvá6ºfü2=(È<g\98¦î·#°\95JôëÍ\90ò\8at\97\fòògàxÖI\7f\93ÊÒÓF¥UB!\13\rÖ*¨«\14ñÒº\94¦4t\80¹'×\e@l\17\9a¥.\85z]m\9f&\fQ\80²ÿR¨C:»\166O       8Ô5¾¯Pkìç\92¦Ïö\8dë\e\ f*Ëì\13Êfô0\87\8e\1f\:Z¦Ùü`TÈ¡èW·\8f\ 6Ö\86Ä0$æ6\9eaØÓ\84çý´·1öøZ\ f\19þ"B3\979\8bÚçËyïK_Ôlá'ÆPýÊ\94\10\10
+×      _mI%£\94\12Þ\8c£Ì!d<v@        \8f\92º\ 4ö\93\8f²y\120\8f\0êíÇFÆË4m*g¥¡oLÕ\127Þ©±>¾\9d\8bB\9eͪ:ÒCß\12§&ywÇP­f\ 2Ü\ü0#\rc²À\17Ã\ 1\9cô\9fk\8dòa0}ÌPÝß'\87dìö1¼;\aÕ\9dw%M¸p\89Ê\1f\11¤\14û.6\ fYÎ.1¢\91n¿û17±¼÷mLOæ\ eÿp2P½\86Îv\9as\1e\15çwµ\9c½µ\16\95ËJÝ<oQÍSÙU³\80b\e\12þºI¹\9b&* x/â²DÄÒ\82\90»Ö\ e3X\\ÓQ Ò¯kÈ7§eÿmðj¬]E7P\r,cõ6?Æ@\899\82\9c3K\ f\86>à´¨ër8\0«Äqép®w\19h\83kÔQ«ÀMèjã=;`\9f\1e°ê\7f\1c]\92öa\9fí\9f\bï\9eÝËI)B°\r÷N\8a¢Å"\aKö;.%îöØ+~ø³ÒËM\11Ó.\96%DÑ\8b\97o8\8bT\9bzYâÍ\92\8c\82\80AtF\88q\94\90\8et>8§\96\98úM½³¡*²*        \18hÀêB²B+½ÉÂÒLÐÖc\1e¦\82\ 3Sî4H£ò ä\88;Ù&vêÿ^O«D\ 3ß]ùð\fÊR       D\99¡/    "¤Àò\94sC¸È>\f,Lk7\v"#LÊ\ 6*å¯ÈÐ. \ e¶A\16E@!ü\14e.©Ou¬\99d\17\9c\11oe§\97Ã~Uê\ 15aj\83\\87j\87\0\1c±ÐÓ\16°\16\0ÕPQ?n\ e\f\16\84v\1c¦¦ý`׶]ϬԺs\9cz\8eÞ7îÿ¬\ 2-¨üôcÃ\8fÛ©¯í¢é\1cÄí    E%Ì\\17ͤÎþ\18JYK\1dó¸\16_àc\8d<\10\9aº`\ f\14\9bðb$*¿+\8f\86\ 1÷ÕÖ\15Ðø=ÙÌ\91\16>OcLâ\ 4­àܶ=\8fÊ7Ú«=~\ 3\97\92²û\84ùà\a\83h­ìì\9cÈ\9f7\8a3@\15\96C9V\95\18< 2Ní}\8c¼{\1cÊ¿\88ví*ì:0Rè>|¼<Q\1c¤\86\88ðxCê¤VµÔ]¹ªM\93WÈê¢öká{³\ f`g\99ÝôHi«X\85Ú\93Üó¸8µ[\85833A\ 54ß×ø\84\88Äa?îõ¦å,é!\82@8\1cÎÕRh\ 3#ðÛ\eIB å\9bÿ\1aø\1f\91¸2\ 4\ 2ô^|¸ þ\1a\ 4\8c\9d\fýC\81ñ\9f\1d\85¥Âù\1e8?Lq["ßÒí¹óÁjlY¾¨Q4>\1dý·\7f¦ò-\ 4æÞ\9c²iTWÓ+\8c\99®Ù2\1dew3\92©´ó9\88\10èªèO`ùx/1l)«Ö¿Ú\82Zü9õFw\vÊBùFlÈ-\97HÄT\båZÊa\94Ó\ 4Ó\9f´éþ:S\12\8c,\ 6ç×\81,ó\14      ¹\ e\ 2X\83e$\17ü1ð\16\96¢hñ#\ 5¬ÀÙ¢\0"taÎ\9d\98e¼'à¼Ü,õx\99ò\8cÚüÏ\b¹e Ï\15¿EL\89àÖí¬xÍ^ª\893ÕÔI~£5õO)êoR\15ã+ý\97\83\v,\9dý¶Ós\8a?.*\93·Û\95+\ eÔ?\17\9bÆÈÚâh{ñ\91\0\ 6ìIÚ\fË\84s{{T_njG¿ñ\89á\8bÉ{ºìm:ë÷áºüT½\85fÅA4÷M\11V\11àGe£\9fu\bÉ\89¬:\rDø£\ 4\ 1¡\a5îqxó\8f»\15RFMW\17\1d¡G\r¦\0@¨!§d\93b\ 5QS3X/Ç+\10ö\14$! ;§jÌbÒ\14ÝÐÙô¹i\9c`÷67ö§»§°\94~Jq\18ôéO\1e±Æh-ôÂß;\b\ 6uÓ³-2\8bÛO*ú\ 1®/½\83Daõ»\9e¸aOj\89ëAs±xñEíTTC¡\8b\96\9en\14\8dÚ\81\96ôï\fß»ôÔ·Ì
+\98\9d}\14$'Ì\bÎ\rFnÚ\XÈ8É[ì\1c~ô»ê \7fÈ⹧Ì/2\ ezdÏ$Ô¥ðAN µµ\82\1f\1c+E«¯\7f\eÎR.\93J)\94Ñú²ÕbÕÇ\84?Å{\ eN\85ô¶
+à_íïCô\fÏ@\88e3C/\92F\93u=õ\ 5\a+º;\84s\87»èñf»®C\ 5V2V¨(\13#\ 1.\b$©g\e\90a£òç\87\86\ fn¡9é\ eÉNô,\9c+ã4ÚBï]4\ 6JñÒ\9b\rX\a\10F¯sÇÊ\ e¡D;Iúæ"\9bG\1cÈ\fÂ\ eýÙL5\1ejÿ@­ã\0ü®û
+­òè'¡\19úvØ"ýEâû©\1f0\10á3ØÐkÝ>é¦Õ\82P½=ªa\92²äåí}_c\94\18ðýý5Ü\99Ç@û*'ÔV¢/ÉÕóËI\92æÙT¡&¦È\aûÄ\vÍ®<¨ú¢Ê\91\17\81\90;m,\83\99\9f¬X\8b \198êF>\\98\8cDG\81Î*\82øÎ9,yJUÆý DÐ\81\fl#,.E"s\98\89ð¡nl%¸\ 6d(L%¾ë7QÃæ-ÞCX¿ú¨zÞ×Ȭm^\95\99V\86\f¼Â\85|0\93×è¥r,á$é\7\12`\89¯\98¹U(óB*G*      \1dü°ë\83ÜÕ\82nÜû\13ÙYÉ_çj\942\9aÌà\ e\ ft4RÅ\7f³\91|@Å!´ç¥Ù\0ÚKåtÆZʽÆ,\1aÓ¥\9bs]K\90\ 5}
+ߴUJ
+
++:Ý\ fº
+FÈ\8bÁnî¦\ 5Ì{\ e?Y\7f·\0jU\11\ fí\1dØØ1µ$^ê\9fÎÚ"~Í\17ÿÜ|Ý]\ 1â[Y\1c\7f\ 4çxDu\ 1¥\88!\9bFÇ®´¦ûdæëtÄ7v\ e \96ÂöüùU\19\8bÚ¥ÀÛ\98\\1e\8at¾ö.OR\87§d\84\8d ÌBÉ\8bc}¤d³\8f\1c,HóÌ-D\8bº\9a¯æ
+
+\8abe3Mö½¾\1déé\9d\17\13¿õ\1dü\825\97\9b]×7Uê\7f%tÓ\1eÖ_\85±`Dÿ\0\ f\9aÄÒ­P^\r|\ f¹å0¾¯orÅç:\92S\18+BoëhËÍ·ó'-Ë\99ßoµ6\vH¢¸ÆD{o3P§-B\rw\97\89¯¡wôûq\93OvvÌ)>ÉL9Îø¡«=Ѻ
+\86½\178}êfÔ\8cÊ\86¼à±Þ=¶¿;É\8eËv1\88\7f­5%\8f÷C\ 3
+c»ì>\8aØÚe\86\87~\7f\92$ûlfÖqüfB\1c¦Äv\12\9d!\ 2×CÞÙýlMO<í
+;y7uÀ\9d.äN\00_ÞVø½øq@\ 1\17\9f¨§®\96\82<òÆîÖá\ 1Ç>}`8xú)\8df\8d\15\87\19\9eÚË\8ev~\93p1\13Iñ4¢µ\fåé6\9c먷\ 5{Îý¥\ 2\91ª\ 4\87´Ü@Y39ÏQ \b6µÄ\85ªÎ\14\18£Âð|\88©bJ¼Ã¸Ô\83yìJL1\1ef½ô\8aq\9d`\9f\9có\9d\ eZ\8eaì¤ñ&]YS´Ü\bÌí+\88ÏKÑ8\96TÉkÖî\8bZ\10\99Mñ»­\87Ì\86å\ 4õu_>\9e\7fP!Ìg:¾\19\12%\ 2\ 2ÁĽ^&\1f+Hñ\81¥£\97\98\ 6F\fÞÂ0ßÎms\82DPëdõHn\90òô³/Ûô#Ê`Ç\92çÚ\ 3ØêU±ñ¼\fagc+åFë\81r\96\82\15·¬É\82Q 6\19\ 16°/h«\1e\ 4L§Ïó\12£?g½4>Ø\1aKp°A¯q\9d\15\94Ѹ­¥ÒE\91­¢vÎ\92\12\99\94÷ôå6H\1f\7f©?KwÅrüÑ$\82\96,k\17´gøc±|<Gdëµ\91»Úþ\98÷\ 4þëax©ÞŽð\97æÞ9\99v\ fÐc¡\f\13\19úP\96Ðɧ\e­[è\16í\91\10%±¹
+\ráÀèW°ßdcQ\14´©  ¶[ú/*\fCb5<WÄ7<õt\14ëu\86\8b÷{Y\18\93@)\15Î\ e\10y\83ïÍg\ 6tq´\82IçÓ\\12¬\84Òß\8a\e|x\ e\84ÈU\ eG\ 1%÷è¶ÒhÇÒWô¡5\1eÈú\11õϦn\8dùkid\ eAlLÖ\e2è$\81_\98:Ò4¬EKY[&5©\ 6ºu?qA!v]\86\1a\åúI\ 4\8b\ 4wQ¨\11§\1fH-\93Ák\88~*Cd\1e"bpò²\a 7\1dò\82\r¡\96O\84$¥~Ke®®j,]ø\863¤,\ 2c\96³\18\v»õZgÊ\ 6!.\9bSR)?\10\82(\a_\17\89¥­éD,qºâ¼Ñ<ûs\8bBO\8aö;èÎ+9?L\92è\8eÓZשmú+¹Ã7\10Qó§®Z"=g\90\98\87êX+:g\\17\8b¸\1aNZ\1c¯\87\17ë\17aõ:« \b\8fGÂë}FÈ\ fÇ\96b\rË(\eyOfLÃÏ=1\ e4¤±\1fò\86\96å\1e601Wø+!\87\f@x\9cÕ÷M&ùÇbÚh\9b\1d\12Ó?\8e?Õ(±©¼\r\93s³Ä\14$\86ÂkðãBå¾"&d\9elzÌ\13)Pÿ\10\1eÉgývô\89\86?\9aXG\f©YM´>ï\8b\99Ô'N\e\90ìþ=\8bîy|\15Å\94 \83Èl\10hGµÙz&\14\eð\b\19\1eÏ\14\13ààª\8eJêÁ\10#\89\ 4÷ñCøpè4¨\ 6\92vNÑ\86Ú\98^\8cqÛU²$m\9euâìø\8b\ 2µë3ÃËÙñ\97túÝ!\86    £\bÜ\14\ f\85`E\9ft\9c\1d\12¯\ 5C²ß\bsïû^\9b¤»`ó\94Æ<z\1d¶>úxÀ¾z/ë\aÀñUçáÒ\99\yïŬ¼d
+|ëPÞ\1eÇV\90\98ã´9¥Ù\17\9eTH0IÑ+\ 5>\ 1\e\15Æ©ì\Pµ\9b\1c\ 4\r×óÌ\85\8d<ÉÃÎ{\1dEááE¨MU\1aÄé\eQ¦bP:\9c-RÛ2\8b\16Ì\15=z\9a\13\a\92%\16\89«Jô\e\8bW\rN\9e¸ÜÊòâh\13f\ 3Ùh}\9eú»|S«?¸\8bÌ\92\12\8a{\81KY\1c²ß\vdª±¸Yk\108-è\9f%âÊ\rqQ\9f8|\93÷8¤\95"qÿª×\ 2\82\84e\93x\ f&|DgÝ\9b\1a\94\9a\ 6KÞOñ³ k¶°ú\89\86V\9dçD*að\93\13¥ªá\90\81\8f\8a=Á¸ãÚ\8d6§<§µ\ 5\16z8Y        Ôxj\K\87E\80\ 3Æ\9aõW*\ 4\8a\rqª z\ e\b\83²ñ\11Ñ¥þ ó¾\f.V\eÅØ\89\96À\8c¦\ e®U\ 6ë"Î"ó/¬Õ\11\1f\1fT×W6w´\8e\8d\fÕaÔFý\93\82\81T§²û!\83e\1aâí=è\9bóùêmAuhæBÌ\1fCãÎ*û\a´Ï êcç÷yÏýW\v`n{ùÖPÅx\89ï`ïB¯\13ÄQÁÈ!µ§÷
+å¹{ \v\88\18qB\92fC±tq_8{\95øLÜñG\18eÁív!\e\17\8f§\b¿P\1f\15\81~½è,Øiª;3\9bå®\f|@î`&:dL\1f¬\90×Ð\833V?>\1e\8e2\8b\aCï FΡA®\19\7fºÂ
+\8fÄ®kêwÝ7\ fx\1d­æ¶ìç8»y:\1e>\0Æ{8·j\84#\9a|\ fÿàá,\86l\97Cä¸\94û¹3\1e\92E@\ 5ëh\13Zw\aª×\ 2æ)êÜåjÝmÂÚèþè\ 2P\1dì>:*í\99çð7\19\11xªä³ºv4\8ch}µH\8aï9\16çiõå¸/¤ç\84\80jTKŽ½Õ¬ÚÓc\80Ø\\9dû®ãÔÂdV\18z{t\e5øP'uø\18?yF\19OènÒ=Á}¾ÿÐ4üã'\ 6\9cõ\ 1\92\94ËY°\8b©\15\vX\93\16\0³\ 6Úð\98\e\7ff\96ø LA\e\9dÃð\0Ò¥#%O\1eXl\860xÏ[³](\9dÂ\ 4l§ÆÆNp´\8dI÷¨\ 6éd*úÖÌS\8eÃw?¢v+h£­¥dé\83­U\19¾\89ìs\7f p\14³Þ¶¯!f\8eñ\1dZ>SÌl\\ fÌýèk|mÀ8jLBÛ÷Ó5Y|\99\ 4úv@ÔmðÁH0Ü\9fõ]\1f[(aÂÏÂ[\ 3
+\82W,\9bývý\18\86ÌUèç#Ú½ÊY íX\81F¢¾S¤\f4_©è\93\9c=l%VKò\91Ó\96J\87]\ 3È\16N\82Í\94oÒ;D \89ÈX¬\99Ya6Πõ>\ 5-ù6°z"Al[Ï®\bøëji\99Æïj\19»KË_Ô®\85\16\97
+ÏçX\89\96\14\98\87Ù¹A\9eá/EåȹWoNzPë´Æ\17\0Ö\9aòJ; |\8349¶¬ÛÃ>¢ü\94\97Ý\93\ 3)IÉ/­±\87ù*NôÚ0¨\1a\94\9bØÞ¢æ\9eÂ\ fi'V2÷Ö\b\19\80­õ²®ô\83ó\12ø\83\±Ã<½2/ê.1¦wå\1eË\1cÈ\94    0$7¥¬ÒècÞ0\a[¹ó许îbÔ\900À9G\1dL\eÌäÆ|5vÁS#Ø\90\12Íç£êö\f\8eW·²¶\90\8eXZ1¬By¥ÖgÔDC~2ª_\8bS\99^¾¸\e<\rîQÈã\88X©0Fª\r§\e \1fÁÔáªæ0°V#\95\7fpÖkÑ_B÷\8b®;\8fËd5þi²¯ð#(®L7<=4à+\82\8cùàe\9bd\95vW=Ä\82t¦&lvr5ò\ e_õA¼\ 5_\83\9d·h.\93í¸Þÿ8Ñ\89=F\94¼\7flwE#sÏ\97\1f3\0{\10Sü3Êö#çÝ\9f\92\8a\89  G\11\8a°ç\1cÁ­\9b»Âý\8fÉh\91çô \89\9f\96G\ 5\ 5\10\½1`\8f\92\ 4ø­º\1f\9c\16m\1a\8cê\1c\98ºØ\1cV¯Úú\8a«\85\15!\8bP\8cÇ\93úÊI\aº\8d>P\16\91\96ÚÜh«A1@\8aUoë\94E\84Ï0\1d>âà \9bo\80!¡Ê\9f-ñ¾MG\82ð[\¨ø»@6\8d\11§~­Y\8aC¥ÖóITÙ\¯\98,OK\84\80\89ª4!\e[ÔÇÑ\1e'\8bÛcÊwø¦´ø\88r«ÖKíz$ïòù:(­\9ao³º?lzËá®\88Çé\19î{wõÄ.Ù\ 3\8fSr¥\8f!eë\ 5¾Â\81ÉG«Ý\ f\9d\1e\10x¬=\1dýR\9b\97\8bÖ\0\8fq\aXª ÜÖ`\\84~¾øEf[*½Ìt\eÊÖv\86\93Ph.\8aØ,ɪ\97§­D|>y\19\8c\92øWä­À\15\v\8b:×¼á¹\8e\1d\ 53uc\1c8I\18\81ãkïÀ\8fÈ\9e\17¨\94î\1cßÈÝ\v\7fw%³Å\14\877ĨÉ\1e\e\9dqËzk\f7\ f\85õk\7f\18\8c;     Ä\ 1\80I.Æ\9e¼\84q\813ùH. Õ¥(Ï`gÜ\8b~\85|#oÏ­·XHú\93Io]sâ«vZ\87\ 3q\råPÍ\93=\11ªkðÄu\7f\90UHúrI9ô\14ä0¢\91     696XÑ;æ\8eh\8aÆ\81\ eQ"\92Ðôq4×M~Éf,\8c¯\10féZËĹ<xÊj2_&^\94h\90L#/£\rUMÂ1ë]ú·$*\fX\8ezh?;T§òæ½|í\80¢\19\10¦\84\8eÝz\82y&+\9eõXwyùÚ%ZI^'hè¡\ 6+\8bJ%¦¯O(®f+x\8b©\ 5õÈÍ\19\9a\17¾~\11©\bÒï\19¶aMÕ\ 4ÜÇ\ fzR\99#\86^dÚ\98\ 4z\97\994\8a^òI,\95ÁWz\82?#^Û\19\9bLÄR°ï<ÝÜ¡sÑ^¡õ\88Á±ÕÑôPãñ\15¸\r5A\1e\ eJ{JQö®\8aÈfy\19\19Ù/Z«\8f\1c\19®=\9cà\85ãaÔLc­sÏ0Ä\a\ 4\8c\85C6CÓûÖ\v×\87Ò!½no@\87\94öh\9cnÃÂ\1eé·Pt&¥öW¡U(1d1\ 5Ê\98c¾Àk M¢â\7f\8f1\1cȽþ\Õo\8d\15ÎÛ\83ÏÊ{ļ}RÞ\9fk\ 37¡ì´ßÀ\9a\12P©$ËÙ\87#\17\8b%²b\rD\9d³[ÔÐý\9a\1eË\8dxq¾A\90\11Qé\\9d|\bÛ\15\98\85Çf2\ 1#\98ej/{v\8a\0ØEk\ 4þb_Ëô\98@@VÝ~ê\95\93\{Î\14úÞ0Ù\9do]X\8b«+mµÂ\!\ 411̪w(ÆÌÜt6bsuKðý}jï\9d/$\ 5TøÅ|¦$\ez óE\81?\ 5<Êé\e{ ìÜÿ\17'\fØónê\8dÅÊ?rÇ\9f2˪¹â¶uÄa\ 3÷!\8cÂ@ ¤ÌN\80Hõ`þ\80@"°:Þû\1d¤ÝPx¹\ 4E\83Î\\1fݾ°\7f'Ô'ÑÒ\17l'¾\12¾¯×aÑ\ 5\88´ÈV¤\83ö\8bh\94°\8fÛµ\81îSãR&é\vÏ«\87\9c\a趾7\10      ÄI\8cR    x9c\1c\7f\ 5äÍ\10ÀÕL\94ð?\89H\94sÍkÓ\87·p\ 3\eñ\9dÃÏ6«2᩾ü$À\ 24\ 5â}óÃúãÿ\aÙ+Äðdî\aF\böBz#\ eð\ 6ãê\82´aì­à\ 1yg~3\8cú°\1a?~òKÇ6µÜ²s~±Y\9b\1dƬKê2\1aÝéò6\ 5¦Ú\12¢kK\86\&\82\r¯\85%\9cL\10\86\9248[\19\b    Z·\93fÜVrÛZEP½×ùÖ¡í\8bÎuÐ\10.n\ 4ox\98©Û)fÀ"N¬ð\83¬æÝ\8cïu¨1_ä\85\eò\8b\9c¡g85³¶\81\ 4³\e
+\ 4\ 3^_T¸F\95å>\1f¹\15þtc·opÎ\80ddÝZsÚÃ.uåÈu!=\9b̪\17F)c\17e+\ f\7fþÊ´\13ÑÖÕYy>·è²ÈhSV Ü\ 40¬]£\8aî.ßÀìùñ}\1aªPf\1e{àçd¸\93\ 5\17ù\7f.\15\r]v\8bC\98\f½ªHÝ0í]¢ ý§éÆþC¯J\11U\96j3¿r½}9n4Ba
+Ã3z\8fŵAØ:¥äè\9b{°ÛéAzµEz\9d̪\84À
+\9f¡`Ø8ë¤\10\1c\98Î\119:\8a\0§\ eζl\84ÇhV\89Z\8f=`å;\0lÑϸ¶ø;\e?k`Ì]\81i\9e½c\1a\8c\7fÉ\86À\9e8bB踭\11Ù\fº+ÿ\17Â%\98\9e\a\8bøÀ\8að\12\86½\1f_ÓÖWÀ»ã+\8bOèÉ°ÆØ\85Íÿ\13(>¾ì\ fñ\87\r£Ó\ 2j7F^\ 2õíT\80\9dt\ 5T\14Æ\9fÚ&£ßß\88[m+r?G²=£M/É\9eªW\1dTí§×ã\9b^\83
+1mɶ\87\11\10\82\83Ï ×\85îl¢Ç  oTfè\0\8dÊg¯\8c\15\83\86´\12л]­\82VT*y{¢\bLz¡óN\eT      å3$<\97\95ÙöPó\9e\e\81äð«\13²Y\1e\19E6\886\8aKþk\89¦¦l>=¸\ 4Sãm#ϾR¦®\17S|¬µt8Mè¢vªC\8cB¤Æ·]ÿ6ÛÉL\95\18\9e\1c\ 5F7xæå$\ 5&x¼îÊÔûl0\9d«\94ióþ6Ýá;×±äBÛûæp±Á}<\92yýt\84Z\9a\13\89Ð`ÿ\85¼d\80\98¹µ\90DàÇé\13æ\9a\15\19k\99Ö\9dÐ\91nâç Ù?pÕ4¥\v\bn\17¯\84þÀ°\9bs3×\95^\14H\10\8b[N\98\a¡%¨4\1dûê\9b\90\83Î/mÑU\89\ 3»ùW\fR\89!\8dX^ã«"\ 2×F*gæIÕ'q=iö\16\8aQ 6ìªTÿeeC\18Íw\88Ws2\ e9u
+d\80\13Úu\8e;±±íä¤S$\ f\89º\98j\85\ 1\15Wg®\ 6ªA\9asx ÷°\1ea>l±wÑ    %þ\8bÆOã_ò\96Yóg\84yÄ=\1e\9cÓC^+¼}\b\92­%½´?\14¬6
+®Uä\0\8f\89\88:\1c\15²>YÂ\15é:÷\18'\bV\14¢ýè&    ÿkç³å\8du[¨ÚÖ\12-Ô¦w\ 2«üX(ðZÅ\\ 5
+°>T\b\ 5¢OÌ\95Óg¿v\17 ý5Ç\7f)ÇëÝ\11üI2±k;P§5ò\81![        :TMÚ\8c\8fç\15\ 6OÀ¦KH@\ 4ãýLo~¨bL\ 3L4I\88ßôgÞtÙ½´¯|\98\81Svá­\ 2\10\92ãø¬¸\97\1a\9bÀ¹®µî¤ÈÿNèzkDS\93+\bZ\98vÃ:\17ÍvZ¾E\9c\95k\13µ÷´-   Yg\1e\84\91J\1ez¨ÎYYÇ×Ð\81\8a½Û£@YG_\82Y²û¬\84\a1Tço\98\ 1¬\0h]\19\ 4\1aØÒP\8a\862ÕÓO\91m\13å6Ã)<ÏvF"\97 ï@ÿL\9fCq¿ó;\OC¨Q\80r\8aÒKcöI\14͸L^]\9eeS·ßé\96¯\16ÇÒ\91 Òôo®©õ©\979\r<sr}Ò\7f\94ãBÃ\96ßa\9c\87h=µßÊ\8e\a\f¢È\8aÀ;I¼X\87Ä\1eÌP\85\ 3DË5Âæ\12ÒUhÙëZÓtü"P \1dÒî)&\1c]9Í\82 ãÌ'h\0¤\18ù\8eùÂx*ZÝ¢%áahA&\12%@l\89\87H\aIêIÝÜö\0\ eYÚ_m\fÀåÚí½\bí¼¼²\98
+*Sø(ô:\904\17\ 4-¥8Àx%ï\9bçer\b¼C߸[PþÏìfåð\ 2+\96ç\ 6\91v\8c,%o6Â(\8a]\ 2\95齬\84Ê\b;\91Îé\a\88¹]3÷¾©\ 6ÉO\ 2\88\à`\9cù+\1e4\14â\1c ¸ªæP~\9bKÿ)!ZÔ\93½kÌ h\9eß*LY~èÊ\8cN\92z3àÜ&q¸        \8f=%;à\1e\9fÌ\8bL%Y¦ò3\0/\85¿á³î8ø6\97õ%\ 5m\9f¹ÈÜ\r(d\13Bró>ÎI\11@\88ó\b4t;\\88ø]³\ 1é#S^½h+*X\7f8æº\1f\82ÚÄ+£"õÞ]çF6\9f\93\9cm\11M\18Î\85\7fÔ\ 5\833\97¾\ 6-\vpV5+èÎ\1fãyqÍ\eæ;ð\92\rúµ\9aJ~ô\84e\rÅÁRý*\10ÄdDÍÇU_\98\96<«ô\90\93ÐÀ4h\1eÙ9«SÌ\899Îp"\80\85¾3H\ 6ï\9d0sݨ]ÁLÖ\ùnT¼ÿǦ&f\90¯d[±ß ®ú\86@µC0qS\19¡\93µ ó\1aTO_R³-y\aKA¡3_\94êeÝB\9b»gO\7fÿ˪f\ 6è\92²BWýü'|(~\87ï\ 1"÷Aüuô\8d³1\9fô¤M&;×q\1e\ 2Zr\98¼ÑÝo:F¡\1cÖ­¯µÍå      !édî}\1aå\0\ 6\19Töw\9f\1dÂx¿9"~/6Ç\ 6ö\7f ªt&!\9e\10³ÿ\10ÏÙÆþû·ý$Å\15SõO÷¦\11­Qw`(¢þ¤\1e7\1cX\11\81É(/&Á<
+#YÕÑØX:Îiʱ\10û\7fÐl¦Ë     
+u\15\aÿ\19©\0/e9\ 19«ÉL ü\84âlð\11 iõµùçØ\9a\90¼Ü\99YùõR×ÔÂF\8ecô²\vZ-U¬â\9a\16Õôùñ0\ 5á\12u\8f\90<[|lì=iaàq±lÌþ\1cFA4orvÓ\8e\Å5Ac7ûÂ\1c\9c9R\87õî\81\f/\83Ü®U³î_²I\96ù\83\ 1!¯_\9cÌYÏqâÞþ\9b>õjPës\94\8e\15(\8bÏÐpí\15äP\89:Iå\b¯¨þ\8b\89\19\8c¹¢lϤw¢@Ý'9fKÅ _·?\1eLÝI\12³JC\ 1:IxûtX-\8fG¬P-8©}Äu\8cÍ
+Ìz\19¦Õ\18Yêì-\92äïþ¥\17¼\8a\ 4ç 30\ 5\88÷·K\81è\1d<íI__²oË\bÔþÚÙéXÒ~\88vV\87\1cPJ¨T"7¤\ 2±)|ðp\9eu9R§jÒ+ø\ 5À$~\9b\a5a*í̳{p+\ 4\15\8f\97¾°M9H9­íÁ\9dÛ\80gßáôB#\80©à¸ubd¥\9e¼\8bwΡ(,¿o\1d?BùIØY4UÍÌÃv8)¥W¸Ð\8b\9dOf~¼\0\8e"J©/Gjy\9fL÷ëta)ëü\14¦Úò¾d~¢j»Ã\86\14y\9c å\80\86¸ÈH
+³öðÈóÐÀ[{<`ÍÂCJ\88\86Õ\83\18\1c\v¹¸@å*¿àB¬\8búOu­;¦¬\ f\12HIB\9aH\f`o\7f\12qÆ\¶¬Ì\8eÑQÂÌ+\1cG\9d%Ù!£Üõ~·\0ùó\1dn\98\9f\81`HR\1f\93zE\8aÁâ:\92,òuÅtºÅ÷àè÷c©\17\9b½/Í@\0Ê\ 1\7f\14\90I­ø4iô\ 2É\eühÉó\19\7fF\16æ~WUZ\ 6<\9eûV,&Â\91\81\r\ eHrʺ۶\ f\1cX¬é\8e;\96æ¢\92
+}gÊ\fÁ\e\15\91ª,Á.  ¶,!oP5\84
+WëØ\89\9eîsÖ\87Ô\8c$\ 5\ f\17òêÔ\87\83\17¾\8bb¤ã] pÀÚBpY\95M?\1a\1d\11<¸yi°Ó\ 1vôbËb¤n{ïë1ÇÌâ|\ 2\1c\1d ¦\16êlVg]ÿñcE\99%i\9eN\86\11ôát\84\ 2.O¢\9e5è!Ø¿ñÖ>üÖ;\1e¥\8a\ 4Í@TZt\9a\v\88\1d\eÝ6o\80­\87\ 5R{5K}\8cY\84\8aF\8difm9ûj£ÚK&Ïfø&·ùÃ\96[føïçÊx¤h\89°ÒÚÇÎ\9e¼D¨sÕ\96\96ÔEÛÂåøÛð#¿\95µ5ªÃì\96Þj\9eGÕ¶¢^#º¥S«4ö\89\84Õû\ 4ýVl\97éhÜû4»Ãq¥\15\1aø\1dêîZý77'¢n\e'\9f/Y\ 53-Ñç\8f\802±·à«\12\85\8f\19\90Å^¹r¾DÓl\98\vï`5D\88wGS\f\1c\94÷\ 4­J"6e«õÞ\85 ;\83,\89\ 5\9az\93\8ec       \18\8d\86\16\8a=\97\9cüºà%\81Ý®9\90ä)\84n\9f\93Цï\e\95\r33X1ák±s\v\9e;\ 3\98¯\90¡\ 4íÜ\96\91sÛ`º¤4ºì\176y¡ºZ[\e5Ýç¿TÜHëÛ\95gJ\82F·|ìü\9awVÚQæÊ\fDA×\1fh\1dtùò\83\1fµ¬®'q~Ü£º\ 20´Æ\93û\ 1Gr\90\15µ\84MÁÜ´\bo\0Ál}Ø'é=ã©`ü¡Øcû\81\9c \97l\9bÜò\83¨\91ZUÊ\16È[Ñ'\10^¸=ý\bÅ È\r\0S-Ì#ÙÃ\80\12ã³z\16¯üa¡×àE
+endstream
+endobj
+1333 0 obj <<
+/Type /FontDescriptor
+/FontName /IIGVCM+NimbusRomNo9L-Regu
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/adieresis/ampersand/b/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/e/eight/equal/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/plus/q/question/quotedbl/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1332 0 R
+>> endobj
+1334 0 obj <<
+/Length1 1647
+/Length2 12791
+/Length3 0
+/Length 13648     
+/Filter /FlateDecode
+>>
+stream
+xÚ­weT]Ý\92-îÁ]\ f\16ÜÝÝ\1d\82»\1c\9c\83»»»»»kpwMp\vN\82\ 4× \8fï»}ûö¸ïõ\9f~ýcï±WÍU³ªÖ¬Uã\1cJRe5\ 6\113{\13 ¤=È\85\81\85\91\99\17 hegâê¬jo§hÏ#Ï 
+´p\95q1¶\ 5|`\1c\b\94\94bN@c\17+{\90¸±\v\90\17     4\ 3\88\ 3M\ 1¬¬\0\16\1e\1e\1e\ 4J\80\98½\83§\93\95\85¥\v\80Z]U\93\86\8e\8eþ_\96¿¶\0L<ÿ\89|x:[Y\80\0\9f?>Ü\80¶ö\ ev@\90Ë\aÅÿØQ\r\b\ 4¸X\ 2\ 1æV¶@\80\98\92²¶\8c¢\14\80ZJQ\1d \ 5\ 4\ 1\9d>\8aPv5±µ2\ 5È[\99\ 2AÎ@\1a\80¹½\13Àö\1f\v\80©=ÈÌê¯Ò\9c\19?¸D\9c\ 1Æ\0g\a ©Õ\87\eÐÃ\14èð\17D\ fp\0:ÙY9;\7f|\ 3¬\9c\ 1\16NÆ \97\8f3p±\aX\81Lm]ÍþJàÃnnÿwB\ e\1f;ì>°\ f2e{g\17gS'+\a\17ÀGTeqÉ\7fäébiìòWlg«\ f\18`oþ±ÓÌÞÔõ¯\92þÆ>h>P\17c+\90\ 5èáòW,\13 ÀÌÊÙÁÖØó#ö\a\99\83\93Õßi¸:[\81\95\ 1=À        haìdf\vtvþ ùàþëtþU'à¿Toìà`ëù··ýß»þ3\a+\17g ­9#\ 2\vëGLS\97\8fØ\16\ 4¦¿úE\ 6dn\ f`aþ\87ÝÌÕá\9f\98\eÐéï\ 3¢þ«gh>\9206³\aÙz\ 2Ì\80æ\bL\8aö.\1f!\ 1Ôÿ3\95\19ÿ÷Dþ_\90ø\7fEàÿ\15yÿÿÄýw\8dþË%þÿ½ÏÿN-éjk«hl÷Ñ\0ÿ\983\80\8fAc\f\ 2\1a\80<à¯ackì\ 4økàX\99þ_®ÆvV¶\9eÿ\9dó¿ïÖ\ 4þ#ëÿàüwø\1f!D@\16\1f
+1°p0rüÃlå,iå\ 14S¶r1µ\ 4\98\eÛ~\1cÞßvu\90\19ÐÉÖ
+\ 4ü\10ùïóýpbfþ7ì\8b¥\95©\rè/58þ\ 1\ 1Afÿ^Ã\87n\7fWÀ¤­$..¥M÷ßLÛ¿7+\7ft\85Ë\17O\a à?"i*Ø\9býçâ/*QQ{\ f\807\ 3\v'\ f\80\81\95\8bùã2~\G\1eVvßÿGØ¿\89XþµV0vq²ò\0è2323³\0>Þÿ|þµÒÿ7\1a  \90©½Ù_}¤æb\f2ûh½ÿ4ü\ 5\9bº:9}(þ÷4ø¨ü\9fë¿/\ 1\10è\ 14EX[¶7å\v±ÎÈÎtiÀÉ\1f\9d\16×\1dìg\81\1c\ru(oþRR\14Pgßç\9f\11±ÃSmôR\1fÊØ2ËûÖá¹tâðz K{8Þ\8fmKÕ\97\ 6</$ô%§\19(Bûñ¹\8b\8bî0\88É üSæ©f\8c÷Å¢ü6\94\ e'³Æáî´\8aªAÙ\v\fÑl\17\9b\13ÜÅ\ 3M\0¹[Q\0&Ž\ 3²\9fizS<V7j\v\18zCñÉéçä£\87{ªá\89±Ñ\91¾+è\81\ 3\ 2º¼xxJ>c\1c¿Ô\13Ò\14\17O#§ÛfÓ7è'7.WD÷OÞ\18\99¯®ä\81 ²\f{±F¯ù?¬\ 1Ô]å7Á³z¢éÎÍk\96-Ì^\17£·\96b\ 2ä\80pÂÐ\97,.\9f\ 6ò8Ó°ëKÔ\83A¾;\14fÂÔ-:Yõ¬\1e\80»æÕ´O>\92LÔlY¿e<®\8d\v4\8dµØ-¿òI®S«n\10e#ªÝ\8bºª´\1dùãc&\15殸L\8f\16\8b%©o\92\eh.\ 5IP%\1e='Á\14Mlc»\1fI\97ù(\8c}\99\81cC³\r¡D÷JÌ\7f:&»ÿí$ªZ§fÎ$xÒ¸QÄ\Vm½\16síõÒdÉ%í7«\8aÙ\8bQ\881ïk0,S\ 3î3vÅôð\95¥­®HÜä¦ï\97ØV\ fneÞ:ç·ÐZN\88óä<~ZáçT\95ÛÃc(͸Ø˺²]xÔ%\80^¢·D÷[ùªLÁ²\17F\9c\13±vA\93êf\1c\9cæ¹\95àù/apòU\84
+éx     \96\91*\9fü\8cÆ;\11¥;\16\16¬ÁñKÆ1£Ký±u¿âb±o#h{Ï\10ý\89_\16\7f\15ä\85/"hÀí3õ3A\96Q<\rá×ÔÝt\ 47ÁÜÍý$\0\89\18\95WW\11Av\9e¾ÚùÞäÊÀ;x#C\95F\8c\9b\8d\84ÍÏiÐ%\ 2\16q¬£;\ fö\93n©õH²çv\80
+<êKyô¬Ý\98øð@]?\9cï­Ã
+£$a\80çÕQ)º§\82û'\1e|\88\97É*¥áYÁ\8b9ôVµÕ\17m­è$J`uÑ\80gSîìl)¥Â\8a\10wt\87¬_É\95-r\ 1UìI!      Ý¡]mK\83X\9f\aI+\16¾\ 2Eb_Ñ"\ f\1ccÌC\81^w\b\ fo%\13\11|=±Õ\95\15\0¸Ý\94<¶Ò¥NaÕ[+\87éYKàz¨Z/\8fÍÀ\ 5á»\9eaj@rÙ2Ô\99³!r<\98t\f.n'\\b\ f3\89$d\96ïiÙò>?ª\ 6DlbEV\7fÂK\8e\93çr½\ e+ÐAE\9b»=\18»Qën9)>}\ 1÷t'Ø4,\95bR,\r½\8f\90õÖ@©ö\8fv°£FÏ\90\9b\ 4þ|ì.\11çí»BvKï79\19\bj|\1fqôèûá"If¡åM[t'r>\13õ5Â
+m\1f\84n\ 44 M»`³èí^d\95\8a/\88ÇSæNðÏkMpu\98\803¾ùývæ\ f\7f}Mc\15  \131]ålí\1eᯣ\80\83m\Ôâò+ûËøÒøÓ:t\bÃ\1eÔýËë»Ý\ 4\90Ó2#\bDiR\8a\91\1cøª´\0m)\82\eeãðë\8f,(-*+¨a\86j\83Û«>tw¨9Kãçv+\b/\88V%Ú Ç.8ýx®\9fàjz»KßK`V\ e¬¾\87)d\12oB\ 5%\94ä\80k ðyK.\vz\vW\19äܲ\9fºQ\94À\1eYÝÖt\9a\9fî/¤`\85Èrtÿ³ò×3»uîí×\86K01íñÚò\17\8c¯¡á\8d"\12\ 2\ 2¼ó\14\17kuWÏrNSÌÌ\14è+eÑ\0uBÎC\8dsRßs×\bÅÛ\8eQB¨Ýß1\8c\8f\87·dCø@pþ ´sk#\98\bð 0¡kUûÛ\8a\e­\ 3¼¢\1d·±\ 2± \1e÷PÞ\91JíhÇ\1e\98ú¢\15ÏÁ$Ê\88x}\97
+(^2á\97¹219l\9e\96­s¿g\8c^\b>\9f\81l\17\8d
+>\1c8v«sN\9f\81ÇÀwC¯¹!°l\1e\83,ÏÙ\94\9c³6]´¥\17B¬¦à½Ô|A\8c\94{RÆ\9c¥ï\0\ 4\rüL/q$ªûæE5\8díÞ\86+j³&zñ\ 5­¥a\9dwZÞ\1f\8d{i¬`×ò\80\82ï\93É·£)\ 3\14ûýìj)ó5\15xl7\13I|W\81\e\83ǼÏ\86t\97\93\83\16àØx?vôt\7fS¸<\11#øS2M!5Ô­b.<ô¶ã
+\16\91Vx\87U,©£\18\8dà\9eKõ"\ 68YD\86\18ë&ì\80\85>\98«f>Ý\19ý´Q\8f\15Ý<Ô\94{w×L\14\8b
+T\\7f\9f6^\9dM\8b²\92`\18¶±$x\80q¨ÂêL\07¨Wý\9dâÁë
+ßÖ
+öfÅÁ>jgØì«\7f\12ñ«Ï1c¥û\9e\8a\83+k\8e\rþÇÈÐͧ\95\85b\ fØ\91oîÄôê+mŪ\ 2¤ö\ç\0¹q§ XÇ\víV׺\93AÒø®"\1c%{ÑÅÀqûç·Ç\89\1c\9a\1e\16hU\97vH¿Qêûß\9a\ 1æ7l)X\14\81{fÉÐ\ f\ 2ŵ_°Z\ 4ZÅÒ^µUbã15H     ¬ÕzµâÄ9\8az6ùÕ\89\96\96
+Y\8e\15+\8a\ré§Û\fã£\17éµÀÃ\97iÒ!\ 5\86Ô\r\11Yûá\86Òó\16Û\88¦O\e\ f\90Dz@l=\13´ï\9a\8d¯ÜDÊ\85Ý¢üä¸\v°ôc·@Ñè\95ù¹7è\83ì¡\925\94¾\8c¢¶Q\82þ\84*q\1f\81|ÆÎ\93cni@Ä$Þ²|ð»÷6&s¹
+ÒX\1e\86:\9d\886¸H\0¼â÷\0ÍÖÙÐõå\93j+\ fÍK1cMþ¢:¬èJ·62HÁ\19\81\ eü\8fReo<ò]P\7f\1cÇII¦\0Nó-\0;!)\12?f­Ù\1fÖÉ\1f\9d¦ß\10Ú¸\98N\88µ¼\845ÁìÅ¿Ë0±ÙQ@
+dzv\9f\aÃÓø$³dO6"¦\11Ô4é\1cÂn\90ÿ[*\86\ e\97\88i¥¢Èq\eÓ<t\13\11\8bÎ\19=\91¬Ð¸i'æ;'\8e\81w\f£Ø\91#ð3\19ÒO\1a       \ 6e\1f(U\ 2á\13Â\a¬t\1cù¨\9djvO­ç¸ïMl\18#êþ\8a´~\89\16®nfpÅ!\86÷\1açtÏhÌÒ\95ð)\vä\ 2â~\8f\ 3
+\94Fz«\91]\81´XÅÂLÃ\97\10\9fQ\94>ýä³P*Ç\81³Q\9b>TTº^¬\85ñ\83ìoé\ e3\9fÙ\1fYØEÌ\1d&YÛÉÿ^\15\94\95UÎLãi\vû*3&\vû,3ôÍRÉ\bYé¥Ü7'ø\ 5Úȸ&°\16\ ȩôxéÆìÔsJÈúö\19û\87\10´ÍQ\85ÿS\9fûä#7+î\146ov®­Mxådgrrè~~¸!»\81\8e¨­\87Ïp]Ö\94\ 6¢å3×6?_¤ù¦µ=µUb>t\9e\ 5QÞ}¹.µ\90¨ðe\95ñîöl*¹o£\92´ÏκA\98»¯l\84\ñ¶Í\9f\a\ eòLÛ§\ eùí3¡x¼h\83.\84éü\96]ÝE7±bvÝ\9b\90\9fÏ\8b\1a\8dÉr´o_\1eu\ eÈ\aðÅJ\8f÷{4É\eöª¬lë|1[ù\80\8aDágb\e\97Ä\17û\82\9c\91­u?])ºÚ\7f\1aîbb]\93E\89¾\9c\ 5ø\1f=¦Ã\18%ÓÄ#hU×\81!ñÿÙb\91*äY\7fñõ0ó·â;\19\87+ÓOÓl
+y£ì¶%C9\15\ 5\7f±yâ¿%D³®3$Qyn§nw-Sy÷âù>\80`ÓæK\ 3\87\9e«M\86U\ 4dtÕ\9d¼¯\8e×M\8d÷Nä6PAZ\1f\f?     ,_ùaµCèÆY\9e\87Êä\10\91½ÿ\ 4)5£¨ß\89\ erÓÓ8àl?\ e\97¯\91µ\920~ð\87(®)\v\7fn¾¥u\87êZN\bâk\0\ f\0çp\87\97\910A¡/ °\1f1
\9dQ"Ì>Î\12\98\ f\ 5~\8a2\91\ 1U\e\f
+Ë3m$.-^e¸yü|QC\85W*º\84\fp\15\910|÷øæù³\rìrG\ eiÀñZÊÏ|Û\14\91('*IÈtD\9cÿm\7f@JjáQòúiCÉÞ\85È®\e{h"Íì\19ÕÜz+\86\ f\8a_\ 4ýNÂS¢\8e1iX¼ F\0aJ+±3Ý~62\1e\1f\1cî\9a\87÷\9bÊr@h-éDÐ\18       ò\1a¨-\15ò\ 6\85h\89a\b t5Ç5¦\10ë¯:\88Î\13¯Ü92§éÈn\18²3rn¤`\89º\947árRxB\8aóà¸J\ 1ÌÅoø©<\8eS®Ú\12\82N\9a\ev1méû@ô£\r=ré½\8fq¢NäOå %4lßí\0\1fÎu\8a\ 2òØ&Óa9L7©L\83Ü\ 2WÀܱ\15\ e­ày¢ow\12Nÿæ\8cS\11\e×#1\99¬òùÜc0Õ¢\15tÀç9÷O\85\81¨Ô_Í\84øhï\976¦Èµì\81\89\83\19T\8f\81¿£ÜW\9f£\7fÛK\aelݼ<ûUÝÈ×É*[a´Q\99¯Â  Û\11Õ\81ãê\7f1>SáÑ\19Ñ\87ħåjy1\88Íõ½S®jU\90Úóð\1c%oiJwÀ\87oZîSy/\13Â\82ÛìÊg\918úsºÌ¯Zò\85\8eBn\8cX\80k´c\ 5-\8aâê*í\13\9dYí²÷h\1a\99\ e\a¶¿§\8bm#ï\81WgtP~ú\ 4ia\84x\98S èuNEÅ\98\ 6þn+T±qÂ\13\ 1\853±obø÷\8e\85\85.'\8bK\87\1eõ\85"\95iëýR\8f=7\15Y£E«\e}-\95×9\17\19\ 6\93\9e\1fäòã\ 2_/È«]^ÌÉ°\17\9fn\1a\15ô¿\ 2Àg¢^/ûZ\ 5\ 2ä\1cÀ\82mºÖÆ{ʸS»\87¥Õ^\85\86Òq\1eë\8d\92H+\80ß Ì\9d\1e6X\ 3óàÁ~ýA8æý\14\r\9cì\ 6a4ÀÛQ.\9daêam\80Àqj\9b\87-ò'3\11Ô1Ñ2ż\1eN?!¨I)zÅì5Óö¼7\9f¸ó\13\aÞ£\a\8c\14lÙãFâïÙ}åU¹¯\ 4\e\ 2­+Të\ry\962\14Ú%h'Lì\1a4Ã0wÆ_Ù¸£¸_\b\ 2\v\93éIõ\r]ÂÜÖá(\12\9d·\13\12¾æ¾á\88ñp»ã*s\v\80+Þ%7\824     ¹-\8c-À Û\93Ŭ\8a\9e\91[U\8d\ 3c\bâ-+\9dXȱf\1a\8fõ;g\97øèÄ-XX\0\91\8b¢o\82\83\9aý\94µ\14æòY¤\94ck^Ô©Ü\15}_1DϹ3·ä\15¤àp
+,z.ÏB&J\9dÕ,\vr\ e¬õp¦kT¿\11b\89²"\vÅø\80\9déâlqä\16\86\a"Sé\89O!ì25ZâÑ\9eËÞ§\9d\1dÊÿ\88òF\ 1\eå\8c¡=ݳcÑ<\ f\97\9f]<ë)²á&\18a\b£Ø})\95ku¿\ 5o\99g­è´F\0Â*\83\8f\1c\97\82Q\8a¡ÕkÉ\83E\17æ\1aù¨÷FÎ\9eüÖ(Ö\r\ fÇ\eÀ\90#*k\94\ f\ 3\97@\95\82@Ëa\10Q\94Foê1~V\8fÎ\8d\v\8d®mô\Ïø©\a®?\9fè\1aQñÒ{LUEå\8c@\e\85õ\9bS n\82aì¨ûÅbp\88\ fÉ\1cMF/Ù1\r\8f©j*c\12âj«\8düTØ}\9a õ7»]s-~\1d\99¾
+e­`®Ò¬t_N¯fd,ã¹\ 4ÿ×i]µÕ±\81Eäu3q\86b\13àRú©\82Åa¶ÖèZç·#Xôr+Ëf@\83\8e>Îæ«t¨\büø²V±e¨\8f\ f8\87ñKjϼsÏ~¥\8e\11\ 6\91Q¾Þ\143Hs\ 6Á\9eÌÑp\82ÚcMQk\1a\7fT=±¨2z¼\88­3\8d±Ì0%Ùg¹\8cú\93¡\88\ 6ÿɪ¡[ÿ>B\94\ 6\126ûU\93¼4]gu\98yôüÛ*yÒÐõæbL$ªåeÒ\ 4+Ú¾xP]ÄñagNb"çWý\10ë\8b\b\89¨ý³H®[n\14\1e\ 6×ç¨ßB¥\ 2Oû@Ô¼>\1c\¼Óð\eJp9$\ 6UBÈÒÚ<$r\86\ 2òõ\11\ 3T>\89/^ü\19GäD\80ä#\11ð\80\11Y®ÜrÝ\8e­ªq_*]\9bÑnÝw¥"\0\vA\99´h§WKÔMºS\12ÙÍ×7ê'L4\158ÚF\b/ßA/q¸êÔi6á±îÏZ\19$\e\16G\9d\19{Ï8ÅW\9fhÉ÷£®\9dÕæCQ¨\a\a\98³\88\9eTwÉ\baéb2ø¢\82ûòì"¨¦,§!\9f\8e
+Æ©4:Ä\ 1'Û¶º«\9dÆݽ\vï\0\9e÷\12\9av@\ 5íy\96óÊæ\83\13\11I\11d\1d;VÝ  ×\91\15üÌ«è[û'Á\94µ\8eTû$¤ò¼G¯4ÈnÛE\88\82ð2!óC<×~g-\1e\1f\ 2/\96Û\8d|Ø:K|äÖ)̲(÷m^>î^Ä\14Çe\86W}\e¿\8a°N75T[Õ\173¤r©³À\rC?~%å\8cBçó\16Ñ¿nÒ\bgm±-\9b!\86\86QÉèÜÐI-\ 6\83¦¥§ëH¾nt\81Vìº[Àí\a3\89\18ëãI>\8fÀlMÒ7ù%½­é*Ãç\96.³;\9eÞ9§Ev\0ã][\ìa#z@ËVG6­_#\1c\85ÚÁpRÎÎÐô\ 4¡äÆë'\ 1\ 5ä\9cóð\9f\1dã\17|~\£_ï_Ê¥¡¬\f¬\9dF\7fç\1cÅ3\Ý*D\f2è|8 9\94\86´`û¡Ñ%\84ãÄ\916×îÅv£\15d^\0åú}tx. \ 1í,\ 6æúB·\94\81Ê,~®À°ø87\1d\98«\17\13yÉyË\14º£÷\15hwi\e\8b\ 4\8a­£\99ÿ°ô;\86"\9a/÷8\15TÎ=RBëþ\98Æ\12\s\1d#"\89\9eøêÕý|ns¦\e \8b\8aåw"d(Å\14z7û\f»ôOüù0$U\84"\1eá\89£\93Û«Z¬!_Áæ¹0\8cS#\97\19óltÙ`¶È.oB o>7\98䯷u6ó\1aí\94\fa\1a4zëÐr¦hÒå!¹\eÖn«í\ 5\ 1\86ôTD\1e\9e\1fîð>cXô \18-¬MX\95ÊϨF­lþ;ßY-A&÷\12ð!\80±T\ eåÉÆ«\10æ\v\8f¢\9e\82¢Vû×\a\93\1e\1atU\88\10®]\ e\ 4¶üú\8bY\95Ö\ e\17\17­i\93O^\84Å\ 6w\8e\9bA\9f\95¾\8b\a
+\11iý\^Q vÁ\ f7®~\1cí±\1d©ð<¢~äÌð|nßT\17S(\0[»?\r\93\1e\r\e¼l4*¿\f¢\b\1e\820'\84J\ eÖX¹Vtã\ 6qRè\9dæyh_\\ 5úä ¶¥Q\9d­\1a\83§\f/C{óG|\19\8eä\14ÿÔ\1a\18²dw1é\84\11\94?[#\86ð¥ªqî&ÉÃ\ 2
+êPÄ\9dp³´»â6iø\8c´S \890_&"\94Ľ1ã4,®`U}Ȧ¸ph$¾èJ>¯ðÔ\1fJ\96GOËÍÌ~_$þ\9d@\9c¦Ôl\7fÄ\8cã9-iªÕÏ¡U\16\ 1۾Ч"O¸Å\997×f¬Ö+\11:\91»xë\aB\ 6¶£\81ÚQ\19þRõ\86Ú\8a
+       §}\a«\8eC±â\ 2DTa±¦Wµ\8f^#Ï'´Èg\1fªsß4å\8e_ï"U\e\8b\1c\96@\v¾£\ e\88\88vâcø\81Qi|ca\82\15zL;\fÞ\8eǸ-ÇjÇIÇÚþP\aÊD®(u\93ÑÝÕ¦?F"arGèÙé8«SSÚ¤ñáh\r\1c\a©H\8cÙ¥Ì=ïýeÙ\98]ßà\v\98\99G'\81\93«K\91ì­=_ü\8c\8c!ha\91\eO\8a\8d\94\7fí|±T\98OSTÔB\1dN>ÿío\93^©'\90 \1c\99zÇ[^ú\1dAÔ;ñÌ®Ý\84:-³qm\18\10½\95«\10~\ 3K5ù\8b6W¤\ 4\91õ+ä.A¾G\98fÒ!MýÅi½½\ 6l&e!/Ù~\907t\ 5ÊC¸äÄó^ã[}\97µ\16NU&\95\9b     ¶¸àÂH\91ò\88\13\89å½¼¨\ 5!m\19ã.ø"F\8aôe\9b·6\f«\ 5þv­     \1eA\ 1xÿ\18\14(dÑÝ\9dÖ]Y8Åñ÷ï\a\19\95\9fù\8d\98:ŲG\8aOM\8d!K³H\8dàä9C!\96Ñn÷¾\7f\ 6¬DMϺgÐä|©\93\ 1â\87ú¿\99't\ 3\88\b±\vÄA\Ö,«\ 1}¬ß\1e#eÎÔ)ñH©w\18?1r}\8aþEJçYÉ{%ë\95LæuÛ[v­þ¾\13ÖûÊg\80\11÷ÕÃý\1e\12\80Ü, )«X\10\11æà\81ôh\92\89NtÜoåå{v§\ 2\8bá\93ÂOKZ¹å7\9f\9f«Áïð\18Õ]s£Àßk,éÑïp8¾\80;ñM>£×\ 5\17\95¸Á\ 1ÙRE\83
+A\r¤ßOnW$\89\9eÉB\8aÅè+AMLNO\9c\1f_R§øÚP\1e¡-RK\96,\8eg\1c\94.\99`ìÊ\voìñåó á¬cö¡<®³ÑÃÕB\rH\9cïÞÕá¨(\92¥FºT²\9b,\96Oºu®øµZ=õÜ
+\9d\9eV/bɲn¼ÒÌÀ¥'\1dgã½<:×\96<\86       ð\1aigk®s¡ÙÞ·^f\ev¦Ñ©\88®V9P\96\82Æ2÷\15O:\87ã²ÍV\88x\æ\88\9e8¯Â´û\8a\8d\ 1\ e\15`Ó«Ã\92X¨xåbÐ\8ef\95\9eD\ 3\1dÆÁó\93Ú2OL\86¶µrm&×kÂ\99,\90C_MäÝë§/lß"EãÜ\16J>\13¼úNRõ\8b\17Û=\83ÐA\ 1¬ûDV\f\84\13¡`\0\1f0\16ìé\1fέ\9a{\1c\83êf wGéH\95f\1er.\1aú_{F8\ 12À©Òï=\ 4ËlÐ!\82Zز\1eyY\10\14\9e_u#È6\8aýºýoãFæÂ]}×r\r¾#)\83²\aÜa¶ë¹
+®[~ñÎ\19z\ f[μ94×\11â®cÁá\97`ãEw\86÷\92\14\ eï=ªëYeì!Z\92\f\91\11\8a.&!$c\9d,\10k\1aÌ4\1fÕd¶P\83®üAé+CAM{*m>\a73½gz(2¾±Ð\8eÀg\95#8\8a\18ñ»\81ú\ eÀãá\85¹\11DtH!óë\9f[o,£¥5(]"T\84Ön¬ÞosÀúÏlR¸\9d\ 2)ZØvz(¥ô\88\91¯~\1aÊ\87\82õu­_âçiÈP¼¥\85\15ª4%2C_jãèb%3êÚÛ]é\12,\8bº\ 6\93ÇFj|CHp\96\18À|Ý=3\98½0à\e\7f\89ÄþBë\80\99\824̹üÝ\1a\8béVÝ\13Ëx\9c\13t\eà9oÝ\12s|\9fâ>\8ew:r<J\1d9ô¬\1f\8báxÖnðt\0!&¸`cþ \94̽«\9e}øôÎM°Jkë8h!\9c\r\91\11=SÍ\a=Ý4e"½K\13U:'\1an\95ÀWÍí\89\1c\93&-\r\18ù\86ù\9bK[\e¿\9ei\1fATF\9d²¯·-åË\17Ab\1e;\18\aÏ<èf² àük\882¬È\98Ǥ1\8bÔß©T\92/ögX|]\7fú"\91S\84~\9cz'À.Üê´\11\16â\vìdgN\95¢\90?UE'eL\99xºFê°I)ÜY\8cdF'\10ùE\92\8cwÌ$j­¨¯þ±55:ïi°\89±¬R
+Ì6O    ° 4\8aÓ0f0\10\87 \9fÒX\aýp\97ÀüÒ¸í\19Ä«üÉQ|º\83¦       j\ 1¥\85\82X9ö\12\9e"²¼à\95¡èÀ\8aëЮ:î2\v~Ú¿\8bí\19Õ%X{Y\19~\89\85\90fOY´ã\9eÂ\14\9eYÂ;j}cp\8dp§MRÍbXWÁø%¬ÝµÑ±v¢}*c¢1\89ã\8d¥ú¶²Oç\89\ eT\80VÜo\14Súøj\91\1dv\enÓ0uæ~å@-øñÏÞf?+ë\eß\12^e¨£×>wÛ¬Ú\ 3\8c\0\15\95\bæ\\96\8c%Å!³qÅ\1faÙLx^3\14\12\8b\9a¡Ùº&[%\16\90Æ\ f\8b;¼º¡\81í¯\ f·J{_ÿøy­i\15;Õ¤ÉkÙð\1eÂÓ¨y\94\13\83oݧÀü$X!Z>¼³À\93\9d·Aï\11\1duìIÂxFCýÎ×\88µ²2¢¿\14'blSñ¦`´æ×SÆ,`ã"\909Öù˱ÐËñHfÙ%h65Cê",j8ÀßË\8b­\9féöE\16ì±ÖCGf'\11-\11\8c?¥«w/\15Úï0O\80        v_\8dôÚ\16\8cvp:áÂÛÈrR\96ëÓeV»\9c#\15\15jo\8ef\95\9b\       wäx@wá\84\ 4©\ 4\10\9aéV=æl¡Ñ¥Lå'\97}\16\13\98®`JAͤd\19d;v¾nT\1dF­âæï\81\ 4qóIÁÂ\92Î\89!y}_´\8d\8dlv\92ü^\ 5*!RãÆÐ~y&FlÉ&·<\8d*|óñ8¯nflïí¶£´­îFÌ\84\89h\17öûA\14\9a³ct¨,þ"2\vzí¾\1aÃ\ 43\8f4\7fX\7f½Kì<Zi×\19\ 6ÖWÍrzºs_K­×¸FLrñÏ\12K\15\9fÚÖg\7f,\eéÓOXG\92俵 E\ea#SP¼vkZ\1aà\ e\9c,§¼ÍõÓ\91:RJ2)ºE¬ø×.ñD\r\17\e§\0X0\927\18<ü|á\f\93ä\ f\92\a¿yÓ\aû\e»\14s¦>x®«\1a>\9a\98
+/Ø,\1cå8:c}z\93 »ÐVè¬D\bºÇK~'R^ÌT3ýv@\bÕÆVʨ°òÊ\0\bÉ\aP\93qî!£{\=>ÄØ\ 3\ 5ÔEý°Yð\82ÃpØ\vaÖÕú\1a\8a>é­$Å\82T\15ô        w6©\181|õÜWuÌ»ø¤¶R\12ÓBTQ&\95ºzô\99êó¡Ñ"LH¾\ eûå8Î24.d\94·ý])\1c\9b\a\16\ fìÕäÜbP.²¬J7L\1cÔ\ f\ 5  0ãö³\97³õB5>w@æ·ÊþíÆ#iÿxzIòpRª\9eì\1cÿºÓRqMîÍ·
+x\9fQ\9f\9a`\97Ð[¢g\86\88\93µ\rï\81:\92×O«6eC\9d\ e¸\92­þR¾g\98²Ñ\9e\v¿Üºä½ \1d*\úz[{½\9f±ÏIÕ¬\ 2T\10\84þ\94¡ýú¬@¼6îÇç\8a¡ëÌË\1dñØZ½\bðg¼ê\09\8c¦\9f¼ð\81\8b\93É°Î\e 7\80½f¬_CísÜlJ\19þZzÞ\15\9f7ß4hYdÕ"%ø\16´öãõ\17:\Mû\15Ê;\8cÑ\¤5ÒCÞ   æm]\ 2a^6!Ì\ eó\91$\96HQ½Q\17üâ\86g^ \89ª××z\\18Ƕ\8bÛ\16è\10©¦+ÓW_×m=©a§@V\ 2\13¥\£µÁ^S8Ì\99\ 2¯\16Ø*\8aîMrÍ\b\8c\85Å?óC\aM,aé\1d8\8aý\87\1a\ 48\87\9d\16ö \19Ö\1f\85\fûb¦\9d\ 2q7Âc»        åb=]35hÐ=iÃç*WQÑõ?\ 6: Çz¹\1e´\83"\17\ eR=å\18÷B é  nð¨y\83öÛííK¹\17mYÔÔ\ 5»»æ\93m\9a¡÷Ð\88GXífÀ\ 3\94ºuURF\14+\r\85éÀT\ 6\83ZZr(¹ÎiP2\ 3¦ø\86\ 2\9eÙÌ<e6ï\98BðKì\7f\rÝañ\8b&Äæ\84ã\92WëhkI\89Ï?\1e¥\b×\j÷ãòÿî¯\97\ 3\r_3g³\ 6\9e¸ê$\9eÆ"8\81'Nf\12o\9b0*^>öJA¸Â\ e0\91ì\87³ë\ 1¯i×.(E¥Y¬ýM°UªPrF/\\88\8a\ 6¢sYd8\8fxNü®W\'x]b\1f
+\0\9ff®2/Ë8Õ\8fhLlù\80\1cÈ%ëC\ 2M\b³\82\83,¬í\87¼(\19\18\94\11vj\10Bì²Â<*ó\8c\82\188\1d1\17FEÈ\1d\93\11£Î\92W\83,\ eßÔ\r\7f\1d\9b\9eø*\v;U×\84ûÇaï\f%\81ç±][NÃ2q^ s:)]Äí\   æ\­@có`\9b\80ñ¾ä\r\8aÍ,âDDC\vØv³ÿ\ e\9b\9fLÜ'Ãü\11ê\170 ¯(}ÙbË\\¥ÌþÙEQ¿Ú\9aë.ïM \7fë\8b\ 2\ e3C¤-\hñ\17:>'ì{,S\8fý\94c|\8c'1\ 2o4?\8f§¨¸2¹\ 6û\ 60\92\ 3\9e\14\18¨£\1c      eïÝ6[É_\15Y$»,¼\93(4\\99¬\14\89\8cLCàBU6ZÓ\13\85TÃ}\17Y\82\ e\83ÍÍÑ0[Ó\81ÉÚP¾kÙeU¬û4Ò@å\18\ 2å¸á\80Ú`¿ó\91$/~i\82ö\89;¾Ì_dq+võÆ7K{»\84\9a\10é'ó¬\\8e\ f\89\8a\92\18\18\90\14nÆÉý¥ÑM\rA¾]\ 2+\9cß\9b\8cßïG\9fõ<V\9bO\8aW=j;GJ}  \18\0\1c\r\99Ý¥ïÑ\83Äde\86íþTÒ©\13ìqRB{D
+\9f)\7fJJL\93¼ÌL°Ê¬àêÃr\1dÅ«T¯NhõòÊìÀ" \ 6\adq\94F\88on<0­¸1`\19MHQ±ÍÑt#é\r3^Oêy¶\1e@Æ+c\7fv»§HÏ\8bØ;q\1dö0(\vì4½\1d}M½¥å\1aP¼}\13±\8foîÀ\1dþÒ£éRõL\99z2\ec$ÅO\9eÛé\80º0Ñö\90\8d>
\9b­C\91¾E¹\99BFñ\b\97ýCÔ \93iJw6e¯¥\7fL\83éà&|t,\elon\80È\151:/ë8a;ªÇHÃ\9fÙ\174ìø'\erÚÛ Px\13öO`X4ì\9d\18a:\7fä\84ÌÓªåú"\9b\mÖt\ 1\10Ù\ fkéTÚvU\80;\ 63Ã×4ö¬Õ\89©¾\93)N\93]ÿJÜ\99h\9e\8d\ eÅß dØúÞ\9b§ï®F"¯táÒ7!'\8bdO\17\82!Ow§3^å³ÓkIøKº°î^)«=£½1ÚÈ\f\eìÆÛÃÂ
+#GË~]!\13?#·\9f    KÐ7¢J\19\ 6Té&\ 5Ï$\f8rîm¢YÅoÀ\8ax\1d\vµ®ìÐ\b\94\1c¨0ç   ã\93Òî1ÈS²9ô'ý÷U\12P¶r
+\ eÑlP±\81¯Íj\89X¼C\10\7f\1fç²÷¡\90êg¸]Õø¯5N/Ú}Xµ\9eá\86ÉE\8dph´b\99¹\8e#Úù\91\89~\9eåÙÍ<îË\9bPÁ§\ eÚ\88\b\85½ýÍ¢OaØ\87]D\v\9d\82\Ú°&Hq\1d8\8e\ 1A\81%\85\81\9dç[&\12£\9d\ 38úTãÓ-Â{Î\5åE(ýÉ
+Ô`G·\83\ 1=z
+î°W¸\82l\11ò\9f4Z\e\esk!lni\92º;9\98í¾\1c\84+'\]@l\ emA¸\13¡­ÐCxA:\ 5ëËÌØßµ"Ü_C
+M\ 3\93Ì\90w\e\8f\rØòAtsG­Ôg0ÁSJ»7$óÆÏÚ)8\80\8câöâ\8b«\0\96\84V\99+Eîz#±¬Âs\8a\16ýÊÕßØ ¢Çlå%;\7f\83½ç6{D\881QÂ>q\1fÏ\119´Å¥VRï*\9e\8d¯ÆUCÁ\ fP|Õ\vr\95ï?\17é$õQÁPnJ¸)½\97¡á|<\11\v\9a7\8a\17\ fÊ\fÉ®û\1al+0k\93»ÓÑéãGl\1fé\FwsZ¡%\1eFÎáÂ9oþt|\190ú!¡/q\ eà\93£iy¿H»BÀ\7fÐ\ 6h'oXz\9cTÊûh
+Á¢]\90\14ÞéËÅ\81\1f"/ç)\16GÄ=EË\10)JвÖo\8fkJY}©)\83Ås Ñ'Æn\18m\94\1c \16\e\8b\0AÉw±\ 6¦nä¢\96£ë\1a\fhµÙ/\ 4$»­¸ßsîÔe\12ÛkÁÚåN\7fFoKà)øÖj_Â\83ô¥\v®¿à&má\97¼Qd{9ÚÂMBdO\1aðú\81«·V\87\85×\7fr\ 4\8bðèFQÖX\ 2r8Hèn,\19\v+\91U).n3é\82-9Kl{ÕK_I\ e¢R\7fñ\15&\8ep\17\85aYz¥Z\92\v·mnü\95äáý}û0 _¯\1e<£ìÙ>"tÙó:ý¦­|§W©õûë\19\830ÓãNsb}Ð\1d"èá\81\f¹\8e\\8bª)rïÆÍF\rèj#ÿCLÐ\85\13}Y+\ fòÕ\9egW®8§0\8f^W\18ðUêåS©êê®5¬CX5\8b\ 4×ÞOv\1d¾Ï\1cù\988gò¿È\9f¹1î§}\8c\95£#iCI´\ f·j\15Ñ\92<¿\ 3XܪDUéÐ\82\82)ßì\1c\r«\99¦Èú³µß»UÊn­\83\12        °´}T5\90\13\19:5Ô¢\ 3ú\89
+ô×GòË2m\12úH~¦OP6\9e\rä3Íô\a\9fÞ¨øâáÉ</È8ð=\13Q\8eÝh,éèß\19W!ð×'8!/\197ñÁãì;   nÔ¤\1eÉ£\1cÏ\95\ f¹,7£ ¶\9da\91\9fâ\1dÐÿ\81\ 3Û\ eïy ®x\8cb\8aóú9\ 3I\89o\8c\9a\9e  Ã%)zòk7Õ\¼Ýd©<ä\92m/é\82ÝÛÚwF\88\14     -à\90qîªÙÅÈ<EQ)\97\15ú¦ä\85\11_Fýñ]GÇ\ 2s<D°+¶,DÎ\95\9b£øyÿÁW\r¦Æ²Ýï\80îÌ\96\13\ 23qcVk¸åµ¶ÙN7\ 1©\8fK\1f\ 3\11ê\ 6
+Þz¯\81ßðÇîF\84É\92\ 1\8fEÒ,PÓà\84\84C:Ya\92ÉUOi\e¼cM}ð\86½Æst\1c\85~A\1820d¼©gz\98\94\fPÀÿ\¤\84¢Q"ßt]!N\9b\7fo;\81Dº¬8\8d¤ûRK*¼â\81aÞ9\1f©ôLÜL\0\9b\9cà!0\8a\ 2}ûe\82À\97nêÅsû\e\eáÃV\8f\88\10¹^*?ñ´=\14\eæEÔ\88´à½ÿCø!Ö^(\84\1e7\ 1ýX\94Zb\19nC\86.ëAï¨z§w\10h$ÔÍf\8bËû\9bÏ\95¥®¢\91áÉ\8cOþå>M¸ñ[\81ÒyZL~\91à+´td\925ëBïR#Wݳi¥Bq&bºl\ 1K)\162%\18×àWâ\ 4C\1fÕ\94)Ûkf\8cä\97ñ  ÍÇ*ê*Ìä®ì¸\15ñÞ#CúýÉ\189°Ö^Ûö*¹TKéÒI~PGÒ\81\9e¿4´Õ\ 6b\8f¨DI÷\12jA\ f\8a\8f\\12b\f
+zI!\8fU?V\ e\ 3£F\81P§ð¯ßA\9d®j\ 6ÞcV\n\1aM\b{=Jo]\v2\98\9f\18H5Ä\a\vä\83okR6 9Õ\ eë\7f
+OGÍ2ßï\ 6³\11\0OÎãFõ{\ 5õ3
+-Ð¥M¾»ºÂá£É\90\81}N½{\9e:BØzÏð±±\84nS\12\1c°\99â§×\14\9a\1f\8d\19íæ\1f\88Æ/¾ée°t\ 5BäK\8e9\82'£õp\1e5V\13å_\ 2­n-óïÈ\99
+¥3iL\97×\940Üð´)òP¯p­S;\1cûà(Qp0ÂL¹uÈ­Ò\13\9d\81ßõß2´U\98¥ÀI\ f±\95Õk&\8csÿ8ìÜ$»£\fq»èI\90\94Óò\ 4£\9fÀL>EÎ\9c°GC^ \1cõZ\rðIC\85sV\9f·Ïö\ 4vc<u*Ðõʾ\94T:ò;¹ôy\1d©@#\8b¸æe\16\9cb_ü\\16¥\19Ut?dìîÓ©¾ÄÄ\7f\8f\1c)
+G
+üÑ\87Ï\8bø\84\9b'Öp©P\14\9aL ·srð\9c%»yC°¤Æ\8c[»W´ÊÍ
+Õáü\82\99¨þE´\vÊÀ^ròäsÅ\15±ÿ®\90D\95Ñ"T3®oºnÞ\fFy\919U1§ã}"Y\9eXZ\r\84\99\87\81ü\945\80§; ©\18|Ùuê}\844mpö\99\1eº\9a\9dÌ}üs©_p­\ fS=ükçìèxèÝÛ\93Î^&l\94òluô§â\1a²\10g\99Ö°&\82Æ]\92õhøÂ\80-ýo´\r¹\1c?%Wv¸÷hé\bá\ 2¨TÃÙQ\18wªz\ 64ÖøB\1cË>ç~}N\ 3"\e%>ÅÁëa}5\82\11\90¼A\9f8     \85o\17\16ÇÜ\8c=ä^\93ÁÌ\8d\ fß\ÈË\ 1;R\ eö\82«¹\ e;ªï!øüîâNjz\89§ØÒ\8bc1ïkczi\8dý\ 4«V¢8q\18X\17¨¥æÇæV\8eZ÷"=Ø»:þ=(@\ fÒ2\b!\15Ä-L\99\8d0Èú«\91\ 1.*Éy\97`éÂÂV§\1eK\84#Ñ*Bvt~PK\84Ø\ 5É«ö:\9b¹!J\94z¨rý´y7WcWâ:Ê{Æ\9f°\9cÔ|\ 3&\8f\16íê§\12}\0Ä\1a\9a]\1aF^>×];Æi\9d~G¾\1c#XÃmc\1fá&ìµéÉh¯çè\91Ø]Þ"\ 2îØ5×ÚÈk+\f!R·É'\1f­(=}Ó\11ºH\9e\12È!jÃ\ eLqbá3eºò·êÇ`2Úд֧%«&Ã/&hº>MõU1/î«ß\vÌI70'9ÇË q\Öåè­­¹o
\bRÀÉÐ}#öje§)mb\97\8aªe¾HÌ^ys\83@\v¥ý\8cY\94~\1d§ÁÚaQûµ\18I`æÈ\ 24G®·¤\98Òq\9eH\82\1d\8cÄ\836·|%s\96·ó­¿«5æ/_dJ{¿\1dï¤,×s®ð3#Ô:¦ÁnÊû°Å\94(²MKÐ3HT\1aêÊÀJ\95O×]á¶BÂâðÇa(9­ihÞ«©aÛ\1eÈ\88't½[9\ 5\8bO«§Æ¤\99      8 \98~*èn7/Ëô0ìã\9e\96h´Ù\12\17¸\8cæ1óvIÓ\94  7ÌçÂØ\90¿ÅD©¡\ e¹Ò\88$ëÞ\81\13\8c#\9f¿îB)\98\7f\94vÞ÷
+¨­\10a\92\ 4\1dÈ\ 6_PÊ\bt\18\ 2½å\ 6}\r1Õ@Û\15ëý\84#\85C\9a1\9a\94­\92¬_\8e\10\92ßÊpͺ5÷øÚ£V-Ò}ê|B_\9dÙ}¦ï\ 5µ¯Ò*£ýD\9eÇ\8az¾ÁX2\92]\8fc¿¾\f§i\a<\fñ¼"bû\85Ⱦ Ð\ fq\90ÿ\ 6\9fÐ\82S>\9b\v\96غ\8b\88çV:uIµ3uÑ w"I\9a\95Éq¯b6\ 4\93{=0lÌ\80BpTÆC°/r\1d9[sm
+4
+\16Æ/ñ\164Q\e\91\vȨOküa¾\8c/qÚK¥ò¼¢hµp\93\b\$\ 2\9e5\8b\8b¬Z\97¤|b\17\ 4\17§\81bK ÍÊý\93\14\16\a©%H\9d\0\83I,\9d\16°®\\ fé\ò9Ú\89Û|Ù   \91EK±¹\81OßðkÔÈ\10Î\8e'Í($í\bÓh*.,/k\ 6C\9bïÎ\16AÜElÚí2,\a~ä­\9cí²9^'ã¾\1eL\99îÔ1¸ðïZ0ÎÆRôÎ\99NK\\98\90³È<9äéÜ\ e\0\ 1Ë\1eâùúí¾)y'\8e< õóm×nÌ\86wú°¯F(\88ÒÒ+\a×Ùlä\ fOá-\80¥¬e\1aCëO"x\1aà\1dÕ]|â´16\9b\16\83\ 5\9dÒ@ã\84\ 3ªØ\9bkN\aHÍñ\13³x°K0¸büK\vEc¯®\97â\ eNÆðöz\rR°þã\ e\91V\ÎOkye\85ÎÃ\1dñêSͽù\9cô¹\1a\95\9a\86\0â¥}»\9büù^\93ç³\ 5,5q\ 6=XÁ­¯ÀÜß\8b\91ÌmhMÇjð\9fÚÚ5¾#6ê´J041ñå\ 4|\83ÜA½rgpÒ²Þ\1fa GG»\ e]vCwËz«Þ¶®e\v\1e¯Nù½\8e\7f]i\15\8c8BXpÉTÖãk¶è¥\eúÌ@§\8eÿ\99õøÇÊÙ      ÈheDÌx×´µØ\9d×Ï·\ 5lx\f\82¤x\93R`ÇMg¶ú¸dï\99úå8æ\bF1/\8cs\8c¾í\9b\94;*[ë5¸\ 2òl®\84î\1a//\17\9e\0te¨:l|J `\ 5*·Ý½¸bäYÐ\ 4¬þÞ·ØOq§÷       ïÝyTà{cÁC       i\96ÚðI]tBB\10ö×è\16SÇj+\92\ 1[ÛÛ\ f®b59Ã\14\1e\91j+Ôå\150\84Ú>½»A\83D\91\82T\15öõ1Û        {\14¹ÔoRù\9f40*gyzL\1da\1aÒè0Ù\9f6W{åæ\9dä\0\19â¿x$á\880¨¼ÿ ""às\14¾\85\1f\ e\ew|a\8deÃÌC­\97\rkH?\9bÄVWÝ[a¾Éñé\7f\92Û»zÑsª\94âëZ\ eä\rvDi\89-üN\9a\18.N¸¡éIò}\ 3\ 1{NS¦OM0Æý#ºæ  : ß9jv\1a\1fÈ\86îF£{\1cAIM\bin/¨ù@Êz¼a°#¥Qµï¦ä\9f\96ñæ\9eX³²LläV\9d\aé\85ÇõÇC®ÙZè\15\8bo\1d\a+*\9c\80±\82²é\17Æ~õ¾h\ 5\91m/Sä9vkÞ©:¤2\ eÞÊd8öQñ\9b\99$/ã\1f£XÜ:¹\87\ 4;z/\13±\13\90Üç\8a­Sx\1dÕF+Ó|\94våW\84Û\16¤Òl\9fÈÌ2\7fÚbwi¡A[\e«WéßGM=¬x\ 2\11äðòÖ\8dþÆõÏê\a\95O9²V\8e~çø\19\98 [O[w#%)\80\83T.XE>T6Be\ 4ç÷=ö\93\a\97\ e\ 5Á
+\93=yßY.iY\9cø[9\9b\91\95k]X;PÖ^¼\r\9e\v\92!õÈeîrðo\9dvëh¿>Ò¯ã¬l¦\818F$\1e\847\e
+Q«Â\10·Æo\8c\99
+¤k-''\8ffN¯¥HWÔzý?ÔFN|\0N"û\18\ f®ÒñVÏ\82\19\1céà\8aZ\95ù\ f&\96ªo\80 &\16\94@rÓݪ!Í<E½\12\ f\ fÙÙè\84rb\91@¾^ÓoN@·GàÌ öZÈ3°\8bµõ+\83k0d\a7ª¼äÛ\92¾R\95]-\b̤\96\84B\ eZ\14Ìqä\88#\94\83Û\veÇ°=<ë\16\1c,\16\19ßNZÅL¸íj\95MA
+\8dò\88\8e\1eòp\9bö\90ÔºÞ6ÍK\ 4òÂ\ f\8a©ûÖüJ`\80¸©*\18Ä[_gè-É0\9a\84\7fEV0ÁùeÌ\83\9b¥/ýzDïNÏîy\7fC\94Ç<æ\f«\9c(\8fzì³CmÄÞ-&éı\16½Æº\97É\90\ 6F\ 5±Ò¶#x»Di#Í\82\92âÑ\15\95\17Ëþ¯S\95\84û¨aìÛE\89TphÃlÌøÃþÍ\9e?Ý´?\84'¦H/n×Ýo\19ÖÓKÓïÿ\80D[55©ïP\15Á\18ü¿/Tß\19UañD&\17\95- °\a\97\em\93ö\ 4¤\1f\84Xº{Ë\9fW\7föy\8cÂwÁÎÇPìJ}wqÍ\ 4½áÊ\12ÖC\1aÃ_s\13S\f\ 5æg\,£a\1a\9cÍjdïV(²I\7f_þÅ`\8fF!Q~)ñÝ''\bbD\13ß6~\8a\9fÝ\90â\99à\15úþÁ\93êüAHNùv-ó\96 \99åÂ\1f\87\ 5,êûd\10@rDEª;"\89ð^-\96 )¥u\8c\8eP-ÖÖaó'ï\1cÜÉ\98'\17\12­YD\8eÞD³|aÁ{\11y\ e\9eq´|pöV~\82ÅJ±\97Z\v\13\8d;f:\10h\8bä|\15ß°^¸4Ë\14Ö¸Qþ\83P\9cø\8cÑ(¨¦\ 6\8e\11qTW\10­\94ÀU;\ 4@!Ô-B\86Ë\ f\97Å\11[¿?K":\ 47ïÕ\81Â\82êiáb§\e\8b_¿\86\ 3se`cñý±@\e\8b¤jGR
+õS\1dÓcËgdR¯]l¬IfÜ\86A©`§T\8fðXz²\1a>dZËï÷­o·\1e<\86?\1f~<\8aÑ!#â°ämÇæ\82U­yõu¼K\8d\ f|Þ]?ã¡!z}\ 14m¢¹)i´ÜtJ   É\ 1Ø#q\1a;Jæ\ 6\8e\1fÿàËyßï÷\9c+è°\9fNG\8bg\96$"ä<}\11Qm\b\ eÎT\v\97ûlõ\98j\18Øòx\vóórýÛ\17¿®*<JÖ\83\9a`@&"j\109Ì7\b\13\9e!ÿ²\8a½Ê]½¨\81áï\81#\0ò,b´±¨r±
+\96öé\11\82¹£]Vn·çÏ\9e`ÆF\9f×R[AÃ`k~»Å~ãTF\ 2!1\15\ 2Ó ÜýãêÝ\88Ë\14ÝÜ\8d½\1f!!ï¿a`$\87ÿø\8e\9eÖÕ¢dU¿7çs\9f¿¤WÔÔqhaqÙÆ>(µ\8c º\1c¼qÄHâ\v&ïfu\88\ e£>ÍË1¶R\8cVõ¼­q³æ:?\1ehoÿ\1aáÊ\ f¹Ñ[D\9e¨\1cïªÿ¦KZÁ*º\e`=]Ät\81{ÒBISHcÜÐovß\92,\1f¸O\9d§L±+gÑ®ÚÊ£ÕÌö\9d\1e¥M\16{\88ÀééN®û\ eSrS\83çù\12\85`Ê\\15^.z\vÑwª     5©Èokgd\10ç­ûÐ\e×1íX\8c\9c$kÄ\8aÿmi­\94\1f\9cÔªßf¿`E\86´]tѯ\8b\81­qLPúÿ\0Á3\e{
+endstream
+endobj
+1335 0 obj <<
+/Type /FontDescriptor
+/FontName /YODDGY+NimbusRomNo9L-ReguItal
+/Flags 4
+/FontBBox [-169 -270 1010 924]
+/Ascent 668
+/CapHeight 668
+/Descent -193
+/ItalicAngle -15
+/StemV 78
+/XHeight 441
+/CharSet (/A/B/C/D/E/F/G/I/L/M/O/P/R/S/T/V/a/b/c/comma/d/e/f/fi/four/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/q/quoteright/r/s/t/u/underscore/v/w/x/y/z)
+/FontFile 1334 0 R
+>> endobj
+1308 0 obj <<
+/Type /Encoding
+/Differences [2/fi/fl 34/quotedbl/numbersign 37/percent/ampersand/quoteright/parenleft/parenright 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 149/bullet 228/adieresis]
+>> endobj
+584 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /MCOYWV+CMMI10
+/FontDescriptor 1319 0 R
+/FirstChar 60
+/LastChar 90
+/Widths 1313 0 R
+>> endobj
+585 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VYDKHY+CMR10
+/FontDescriptor 1321 0 R
+/FirstChar 48
+/LastChar 61
+/Widths 1312 0 R
+>> endobj
+586 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NBBWCW+CMSY10
+/FontDescriptor 1323 0 R
+/FirstChar 3
+/LastChar 106
+/Widths 1311 0 R
+>> endobj
+583 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LAJUWJ+CMSY7
+/FontDescriptor 1325 0 R
+/FirstChar 94
+/LastChar 94
+/Widths 1314 0 R
+>> endobj
+543 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /TXCSIR+NimbusMonL-Regu
+/FontDescriptor 1327 0 R
+/FirstChar 34
+/LastChar 125
+/Widths 1315 0 R
+/Encoding 1308 0 R
+>> endobj
+396 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VRKWGK+NimbusRomNo9L-Medi
+/FontDescriptor 1329 0 R
+/FirstChar 2
+/LastChar 125
+/Widths 1317 0 R
+/Encoding 1308 0 R
+>> endobj
+965 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /XTTWYM+NimbusRomNo9L-MediItal
+/FontDescriptor 1331 0 R
+/FirstChar 3
+/LastChar 122
+/Widths 1309 0 R
+/Encoding 1308 0 R
+>> endobj
+397 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /IIGVCM+NimbusRomNo9L-Regu
+/FontDescriptor 1333 0 R
+/FirstChar 2
+/LastChar 228
+/Widths 1316 0 R
+/Encoding 1308 0 R
+>> endobj
+793 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YODDGY+NimbusRomNo9L-ReguItal
+/FontDescriptor 1335 0 R
+/FirstChar 2
+/LastChar 122
+/Widths 1310 0 R
+/Encoding 1308 0 R
+>> endobj
+398 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [390 0 R 401 0 R 429 0 R 469 0 R 508 0 R 511 0 R]
+>> endobj
+520 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [514 0 R 522 0 R 536 0 R 562 0 R 579 0 R 589 0 R]
+>> endobj
+613 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [604 0 R 637 0 R 651 0 R 656 0 R 663 0 R 671 0 R]
+>> endobj
+680 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [677 0 R 682 0 R 691 0 R 695 0 R 719 0 R 740 0 R]
+>> endobj
+748 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [745 0 R 751 0 R 759 0 R 789 0 R 860 0 R 933 0 R]
+>> endobj
+966 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1336 0 R
+/Kids [962 0 R 970 0 R 975 0 R 979 0 R 983 0 R 987 0 R]
+>> endobj
+996 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1337 0 R
+/Kids [993 0 R 1001 0 R 1024 0 R 1055 0 R 1059 0 R 1063 0 R]
+>> endobj
+1114 0 obj <<
+/Type /Pages
+/Count 4
+/Parent 1337 0 R
+/Kids [1111 0 R 1188 0 R 1265 0 R 1305 0 R]
+>> endobj
+1336 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 1338 0 R
+/Kids [398 0 R 520 0 R 613 0 R 680 0 R 748 0 R 966 0 R]
+>> endobj
+1337 0 obj <<
+/Type /Pages
+/Count 10
+/Parent 1338 0 R
+/Kids [996 0 R 1114 0 R]
+>> endobj
+1338 0 obj <<
+/Type /Pages
+/Count 46
+/Kids [1336 0 R 1337 0 R]
+>> endobj
+1339 0 obj <<
+/Type /Outlines
+/First 3 0 R
+/Last 187 0 R
+/Count 8
+>> endobj
+387 0 obj <<
+/Title 388 0 R
+/A 385 0 R
+/Parent 343 0 R
+/Prev 383 0 R
+>> endobj
+383 0 obj <<
+/Title 384 0 R
+/A 381 0 R
+/Parent 343 0 R
+/Prev 379 0 R
+/Next 387 0 R
+>> endobj
+379 0 obj <<
+/Title 380 0 R
+/A 377 0 R
+/Parent 343 0 R
+/Prev 375 0 R
+/Next 383 0 R
+>> endobj
+375 0 obj <<
+/Title 376 0 R
+/A 373 0 R
+/Parent 343 0 R
+/Prev 371 0 R
+/Next 379 0 R
+>> endobj
+371 0 obj <<
+/Title 372 0 R
+/A 369 0 R
+/Parent 343 0 R
+/Prev 367 0 R
+/Next 375 0 R
+>> endobj
+367 0 obj <<
+/Title 368 0 R
+/A 365 0 R
+/Parent 343 0 R
+/Prev 363 0 R
+/Next 371 0 R
+>> endobj
+363 0 obj <<
+/Title 364 0 R
+/A 361 0 R
+/Parent 343 0 R
+/Prev 359 0 R
+/Next 367 0 R
+>> endobj
+359 0 obj <<
+/Title 360 0 R
+/A 357 0 R
+/Parent 343 0 R
+/Prev 355 0 R
+/Next 363 0 R
+>> endobj
+355 0 obj <<
+/Title 356 0 R
+/A 353 0 R
+/Parent 343 0 R
+/Prev 351 0 R
+/Next 359 0 R
+>> endobj
+351 0 obj <<
+/Title 352 0 R
+/A 349 0 R
+/Parent 343 0 R
+/Prev 347 0 R
+/Next 355 0 R
+>> endobj
+347 0 obj <<
+/Title 348 0 R
+/A 345 0 R
+/Parent 343 0 R
+/Next 351 0 R
+>> endobj
+343 0 obj <<
+/Title 344 0 R
+/A 341 0 R
+/Parent 299 0 R
+/Prev 335 0 R
+/First 347 0 R
+/Last 387 0 R
+/Count -11
+>> endobj
+339 0 obj <<
+/Title 340 0 R
+/A 337 0 R
+/Parent 335 0 R
+>> endobj
+335 0 obj <<
+/Title 336 0 R
+/A 333 0 R
+/Parent 299 0 R
+/Prev 307 0 R
+/Next 343 0 R
+/First 339 0 R
+/Last 339 0 R
+/Count -1
+>> endobj
+331 0 obj <<
+/Title 332 0 R
+/A 329 0 R
+/Parent 307 0 R
+/Prev 327 0 R
+>> endobj
+327 0 obj <<
+/Title 328 0 R
+/A 325 0 R
+/Parent 307 0 R
+/Prev 323 0 R
+/Next 331 0 R
+>> endobj
+323 0 obj <<
+/Title 324 0 R
+/A 321 0 R
+/Parent 307 0 R
+/Prev 319 0 R
+/Next 327 0 R
+>> endobj
+319 0 obj <<
+/Title 320 0 R
+/A 317 0 R
+/Parent 307 0 R
+/Prev 315 0 R
+/Next 323 0 R
+>> endobj
+315 0 obj <<
+/Title 316 0 R
+/A 313 0 R
+/Parent 307 0 R
+/Prev 311 0 R
+/Next 319 0 R
+>> endobj
+311 0 obj <<
+/Title 312 0 R
+/A 309 0 R
+/Parent 307 0 R
+/Next 315 0 R
+>> endobj
+307 0 obj <<
+/Title 308 0 R
+/A 305 0 R
+/Parent 299 0 R
+/Prev 303 0 R
+/Next 335 0 R
+/First 311 0 R
+/Last 331 0 R
+/Count -6
+>> endobj
+303 0 obj <<
+/Title 304 0 R
+/A 301 0 R
+/Parent 299 0 R
+/Next 307 0 R
+>> endobj
+299 0 obj <<
+/Title 300 0 R
+/A 297 0 R
+/Parent 187 0 R
+/Prev 191 0 R
+/First 303 0 R
+/Last 343 0 R
+/Count -4
+>> endobj
+295 0 obj <<
+/Title 296 0 R
+/A 293 0 R
+/Parent 251 0 R
+/Prev 291 0 R
+>> endobj
+291 0 obj <<
+/Title 292 0 R
+/A 289 0 R
+/Parent 251 0 R
+/Prev 287 0 R
+/Next 295 0 R
+>> endobj
+287 0 obj <<
+/Title 288 0 R
+/A 285 0 R
+/Parent 251 0 R
+/Prev 283 0 R
+/Next 291 0 R
+>> endobj
+283 0 obj <<
+/Title 284 0 R
+/A 281 0 R
+/Parent 251 0 R
+/Prev 279 0 R
+/Next 287 0 R
+>> endobj
+279 0 obj <<
+/Title 280 0 R
+/A 277 0 R
+/Parent 251 0 R
+/Prev 275 0 R
+/Next 283 0 R
+>> endobj
+275 0 obj <<
+/Title 276 0 R
+/A 273 0 R
+/Parent 251 0 R
+/Prev 271 0 R
+/Next 279 0 R
+>> endobj
+271 0 obj <<
+/Title 272 0 R
+/A 269 0 R
+/Parent 251 0 R
+/Prev 267 0 R
+/Next 275 0 R
+>> endobj
+267 0 obj <<
+/Title 268 0 R
+/A 265 0 R
+/Parent 251 0 R
+/Prev 263 0 R
+/Next 271 0 R
+>> endobj
+263 0 obj <<
+/Title 264 0 R
+/A 261 0 R
+/Parent 251 0 R
+/Prev 259 0 R
+/Next 267 0 R
+>> endobj
+259 0 obj <<
+/Title 260 0 R
+/A 257 0 R
+/Parent 251 0 R
+/Prev 255 0 R
+/Next 263 0 R
+>> endobj
+255 0 obj <<
+/Title 256 0 R
+/A 253 0 R
+/Parent 251 0 R
+/Next 259 0 R
+>> endobj
+251 0 obj <<
+/Title 252 0 R
+/A 249 0 R
+/Parent 191 0 R
+/Prev 239 0 R
+/First 255 0 R
+/Last 295 0 R
+/Count -11
+>> endobj
+247 0 obj <<
+/Title 248 0 R
+/A 245 0 R
+/Parent 239 0 R
+/Prev 243 0 R
+>> endobj
+243 0 obj <<
+/Title 244 0 R
+/A 241 0 R
+/Parent 239 0 R
+/Next 247 0 R
+>> endobj
+239 0 obj <<
+/Title 240 0 R
+/A 237 0 R
+/Parent 191 0 R
+/Prev 231 0 R
+/Next 251 0 R
+/First 243 0 R
+/Last 247 0 R
+/Count -2
+>> endobj
+235 0 obj <<
+/Title 236 0 R
+/A 233 0 R
+/Parent 231 0 R
+>> endobj
+231 0 obj <<
+/Title 232 0 R
+/A 229 0 R
+/Parent 191 0 R
+/Prev 199 0 R
+/Next 239 0 R
+/First 235 0 R
+/Last 235 0 R
+/Count -1
+>> endobj
+227 0 obj <<
+/Title 228 0 R
+/A 225 0 R
+/Parent 199 0 R
+/Prev 223 0 R
+>> endobj
+223 0 obj <<
+/Title 224 0 R
+/A 221 0 R
+/Parent 199 0 R
+/Prev 219 0 R
+/Next 227 0 R
+>> endobj
+219 0 obj <<
+/Title 220 0 R
+/A 217 0 R
+/Parent 199 0 R
+/Prev 215 0 R
+/Next 223 0 R
+>> endobj
+215 0 obj <<
+/Title 216 0 R
+/A 213 0 R
+/Parent 199 0 R
+/Prev 211 0 R
+/Next 219 0 R
+>> endobj
+211 0 obj <<
+/Title 212 0 R
+/A 209 0 R
+/Parent 199 0 R
+/Prev 207 0 R
+/Next 215 0 R
+>> endobj
+207 0 obj <<
+/Title 208 0 R
+/A 205 0 R
+/Parent 199 0 R
+/Prev 203 0 R
+/Next 211 0 R
+>> endobj
+203 0 obj <<
+/Title 204 0 R
+/A 201 0 R
+/Parent 199 0 R
+/Next 207 0 R
+>> endobj
+199 0 obj <<
+/Title 200 0 R
+/A 197 0 R
+/Parent 191 0 R
+/Prev 195 0 R
+/Next 231 0 R
+/First 203 0 R
+/Last 227 0 R
+/Count -7
+>> endobj
+195 0 obj <<
+/Title 196 0 R
+/A 193 0 R
+/Parent 191 0 R
+/Next 199 0 R
+>> endobj
+191 0 obj <<
+/Title 192 0 R
+/A 189 0 R
+/Parent 187 0 R
+/Next 299 0 R
+/First 195 0 R
+/Last 251 0 R
+/Count -5
+>> endobj
+187 0 obj <<
+/Title 188 0 R
+/A 185 0 R
+/Parent 1339 0 R
+/Prev 91 0 R
+/First 191 0 R
+/Last 299 0 R
+/Count -2
+>> endobj
+183 0 obj <<
+/Title 184 0 R
+/A 181 0 R
+/Parent 103 0 R
+/Prev 179 0 R
+>> endobj
+179 0 obj <<
+/Title 180 0 R
+/A 177 0 R
+/Parent 103 0 R
+/Prev 175 0 R
+/Next 183 0 R
+>> endobj
+175 0 obj <<
+/Title 176 0 R
+/A 173 0 R
+/Parent 103 0 R
+/Prev 171 0 R
+/Next 179 0 R
+>> endobj
+171 0 obj <<
+/Title 172 0 R
+/A 169 0 R
+/Parent 103 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>> endobj
+167 0 obj <<
+/Title 168 0 R
+/A 165 0 R
+/Parent 103 0 R
+/Prev 163 0 R
+/Next 171 0 R
+>> endobj
+163 0 obj <<
+/Title 164 0 R
+/A 161 0 R
+/Parent 103 0 R
+/Prev 159 0 R
+/Next 167 0 R
+>> endobj
+159 0 obj <<
+/Title 160 0 R
+/A 157 0 R
+/Parent 103 0 R
+/Prev 155 0 R
+/Next 163 0 R
+>> endobj
+155 0 obj <<
+/Title 156 0 R
+/A 153 0 R
+/Parent 103 0 R
+/Prev 151 0 R
+/Next 159 0 R
+>> endobj
+151 0 obj <<
+/Title 152 0 R
+/A 149 0 R
+/Parent 103 0 R
+/Prev 147 0 R
+/Next 155 0 R
+>> endobj
+147 0 obj <<
+/Title 148 0 R
+/A 145 0 R
+/Parent 103 0 R
+/Prev 143 0 R
+/Next 151 0 R
+>> endobj
+143 0 obj <<
+/Title 144 0 R
+/A 141 0 R
+/Parent 103 0 R
+/Prev 139 0 R
+/Next 147 0 R
+>> endobj
+139 0 obj <<
+/Title 140 0 R
+/A 137 0 R
+/Parent 103 0 R
+/Prev 135 0 R
+/Next 143 0 R
+>> endobj
+135 0 obj <<
+/Title 136 0 R
+/A 133 0 R
+/Parent 103 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 103 0 R
+/Prev 127 0 R
+/Next 135 0 R
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 103 0 R
+/Prev 123 0 R
+/Next 131 0 R
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 103 0 R
+/Prev 119 0 R
+/Next 127 0 R
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 103 0 R
+/Prev 115 0 R
+/Next 123 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 103 0 R
+/Prev 111 0 R
+/Next 119 0 R
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 103 0 R
+/Prev 107 0 R
+/Next 115 0 R
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 103 0 R
+/Next 111 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 95 0 R
+/Prev 99 0 R
+/First 107 0 R
+/Last 183 0 R
+/Count -20
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 95 0 R
+/Next 103 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 91 0 R
+/First 99 0 R
+/Last 103 0 R
+/Count -2
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 1339 0 R
+/Prev 83 0 R
+/Next 187 0 R
+/First 95 0 R
+/Last 95 0 R
+/Count -1
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 83 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 1339 0 R
+/Prev 75 0 R
+/Next 91 0 R
+/First 87 0 R
+/Last 87 0 R
+/Count -1
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 75 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 1339 0 R
+/Prev 59 0 R
+/Next 83 0 R
+/First 79 0 R
+/Last 79 0 R
+/Count -1
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 63 0 R
+/Prev 67 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 59 0 R
+/First 67 0 R
+/Last 71 0 R
+/Count -2
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 1339 0 R
+/Prev 31 0 R
+/Next 75 0 R
+/First 63 0 R
+/Last 63 0 R
+/Count -1
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 43 0 R
+/Prev 51 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 43 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 43 0 R
+/Next 51 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 31 0 R
+/Prev 39 0 R
+/First 47 0 R
+/Last 55 0 R
+/Count -3
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 31 0 R
+/Prev 35 0 R
+/Next 43 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 1339 0 R
+/Prev 15 0 R
+/Next 59 0 R
+/First 35 0 R
+/Last 43 0 R
+/Count -3
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 15 0 R
+/Prev 23 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 15 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+/Next 23 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 1339 0 R
+/Prev 3 0 R
+/Next 31 0 R
+/First 19 0 R
+/Last 27 0 R
+/Count -3
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 3 0 R
+/Prev 7 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/Next 11 0 R
+>> endobj
+3 0 obj <<
+/Title 4 0 R
+/A 1 0 R
+/Parent 1339 0 R
+/Next 15 0 R
+/First 7 0 R
+/Last 11 0 R
+/Count -2
+>> endobj
+1340 0 obj <<
+/Names [(CommandLineUsage) 548 0 R (CommandLineUsage_ARGS) 666 0 R (CommandLineUsage_MANARGS) 667 0 R (CommandLineUsage_OPTARGS) 668 0 R (Doc-Start) 395 0 R (INTRO) 517 0 R]
+/Limits [(CommandLineUsage) (INTRO)]
+>> endobj
+1341 0 obj <<
+/Names [(INTRO_DecoderBasics) 519 0 R (INTRO_SCOPE) 518 0 R (Item.1) 542 0 R (Item.2) 544 0 R (Item.3) 545 0 R (Item.4) 565 0 R]
+/Limits [(INTRO_DecoderBasics) (Item.4)]
+>> endobj
+1342 0 obj <<
+/Names [(Item.5) 567 0 R (Item.6) 568 0 R (Item.7) 569 0 R (Item.8) 570 0 R (LIBUSE) 539 0 R (LIBUSE_BufferSystem) 571 0 R]
+/Limits [(Item.5) (LIBUSE_BufferSystem)]
+>> endobj
+1343 0 obj <<
+/Names [(LIBUSE_Calling_Sequence) 541 0 R (LIBUSE_InterfaceDescritpion) 540 0 R (OutputFormat) 607 0 R (OutputFormat_ExamplesArib) 643 0 R (OutputFormat_ExamplesStereo) 612 0 R (OutputFormat_ExamplesSurround) 641 0 R]
+/Limits [(LIBUSE_Calling_Sequence) (OutputFormat_ExamplesSurround)]
+>> endobj
+1344 0 obj <<
+/Names [(OutputFormat_OutputFormatChange) 610 0 R (OutputFormat_OutputFormatExample) 611 0 R (OutputFormat_OutputFormatObtaining) 608 0 R (aacdecoder__lib_8h) 546 0 R (aacdecoder__lib_8h_a15da43e47179e3ca7b58d6b08620533e) 950 0 R (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24) 551 0 R]
+/Limits [(OutputFormat_OutputFormatChange) (aacdecoder__lib_8h_a245a0e4176fb886d890a86627c55bb24)]
+>> endobj
+1345 0 obj <<
+/Names [(aacdecoder__lib_8h_a388a21070208ec23217c4ff8f8d98754) 805 0 R (aacdecoder__lib_8h_a404dd0b9b627d3e9ab765dba98be3eec) 949 0 R (aacdecoder__lib_8h_a4666e424f482470e872827f66399454a) 811 0 R (aacdecoder__lib_8h_a6016435b8679d2793078b10ecaf3d05d) 550 0 R (aacdecoder__lib_8h_a60aa42cb3ddc804b44ce61d877d0501e) 575 0 R (aacdecoder__lib_8h_a620b5a8c5d7ddd1b525aae1895963e16) 967 0 R]
+/Limits [(aacdecoder__lib_8h_a388a21070208ec23217c4ff8f8d98754) (aacdecoder__lib_8h_a620b5a8c5d7ddd1b525aae1895963e16)]
+>> endobj
+1346 0 obj <<
+/Names [(aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) 574 0 R (aacdecoder__lib_8h_a8bc17277db0f7651065f62d66f92ed9f) 809 0 R (aacdecoder__lib_8h_a8f33403449b41e6a9deda6cb1e07d386) 948 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88) 897 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a28dd853ab4339011893a933020ac5ab8) 940 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a4392100c924c0f20a706f55bc7ab3931) 944 0 R]
+/Limits [(aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a4392100c924c0f20a706f55bc7ab3931)]
+>> endobj
+1347 0 obj <<
+/Names [(aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6056e5b76cc6a00078388445b1f1cfa1) 941 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a605a8fed5c5754dffc63775cc702aae7) 945 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a65284784865f22d79700dc268f84e374) 942 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6e3fa0b7d247c98f132edd55187f9c0c) 616 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aa1a5a121f8b03708d9fdcc06f6e882fb) 947 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568) 617 0 R]
+/Limits [(aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88a6056e5b76cc6a00078388445b1f1cfa1) (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88ab49a2169c22ea876c67154d6caa04568)]
+>> endobj
+1348 0 obj <<
+/Names [(aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aee866642a3f335e7874a82939ad0c135) 899 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aefc0ded1aea7e08f3c9c55df76c75668) 898 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88af24d28dac8b5de47c00c578712d0591e) 943 0 R (aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88af84565b78a6ae180e316dd612a0877a7) 946 0 R (aacdecoder__lib_8h_aa9ba2e98e71adc41124eaf8d6e5d6f2d) 812 0 R (aacdecoder__lib_8h_abc8ebc3d720699fe1d7c27eccd3da051) 810 0 R]
+/Limits [(aacdecoder__lib_8h_aa34599717f4ed74b0c954cd57edc9f88aee866642a3f335e7874a82939ad0c135) (aacdecoder__lib_8h_abc8ebc3d720699fe1d7c27eccd3da051)]
+>> endobj
+1349 0 obj <<
+/Names [(aacdecoder__lib_8h_ac2c358d4ac0d7747cae32f9f45c20f71) 806 0 R (aacdecoder__lib_8h_ac8580fe563e79afe695d7b0b32ea0fed) 549 0 R (aacdecoder__lib_8h_acca8f4cf9757885d6c654de37a43072f) 576 0 R (aacdecoder__lib_8h_ae09502f250437ee519971ca3a95ac9e0) 808 0 R (aacdecoder__lib_8h_af59d78a4583ca81ccb2675dce592b812) 807 0 R (aacdecoder__lib_8h_afb42ea8892dd828264bd2f6147e0559f) 618 0 R]
+/Limits [(aacdecoder__lib_8h_ac2c358d4ac0d7747cae32f9f45c20f71) (aacdecoder__lib_8h_afb42ea8892dd828264bd2f6147e0559f)]
+>> endobj
+1350 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) 813 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a0357ce81d9d62cc106c752121fc9dc8a) 881 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a0bd193ee6a8c3151c5c6469f7e455a8e) 872 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a20cdc26726b22cb44143b4e440441e0f) 882 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a242d8bc09683a84b578546663dda36fa) 865 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a42c5cbc358ada7261ba3d609c33ec3a5) 877 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a42c5cbc358ada7261ba3d609c33ec3a5)]
+>> endobj
+1351 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a45662b23139ca5807ed6fe3b8940dc40) 885 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4a877298c7076e5ef4dd848912ab1d48) 817 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4dbbe3b38d0dfb444fdc3a7adae2f807) 874 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a4dff2410394a6ffdf0f95ec66cbd0107) 867 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a516287ad9b64c230200191fdd60361e1) 889 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a5bc4e4af77d94fa08beb54def8f01f7f) 871 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a45662b23139ca5807ed6fe3b8940dc40) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a5bc4e4af77d94fa08beb54def8f01f7f)]
+>> endobj
+1352 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a60690e0dbc450f62f83548fa484716ab) 876 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a65820f534b99b1529510720eeaafc861) 893 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a71440b5535812faf92a0fe99275dd5f0) 814 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a72f0dd3698012cdf8b20dd6f0b5de626) 894 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a77f722abc6c05f1abf1f51c0d11bf7ec) 888 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a7ea36c43c374f751f65be033057e3888) 866 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a60690e0dbc450f62f83548fa484716ab) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a7ea36c43c374f751f65be033057e3888)]
+>> endobj
+1353 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a856cdca9aa719c292b7c351cec03ae06) 892 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a8aa244ce1ae08763dde378161df0652f) 875 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a8bf90eccdaf6063e299f9415c8bd5d1a) 891 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a95dafb71a0623fbeb0715e46b7a189c7) 869 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a97113255d01bdf3cc7104dd411f40949) 870 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa14848134610eea96115c59a6b944921) 884 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a856cdca9aa719c292b7c351cec03ae06) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa14848134610eea96115c59a6b944921)]
+>> endobj
+1354 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa86450161814b428d08b620188302fbc) 864 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41abb11196531beac7285326a5394db0329) 890 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac12235e2fee27efdcc78f2946f86e4ab) 880 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac806692e8a98e9baca1bca5f7d9df0cd) 863 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ac8bc8e0a106154098f730ba596c43c50) 879 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41acb4252bc9a6eeee71738af951850379c) 883 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aa86450161814b428d08b620188302fbc) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41acb4252bc9a6eeee71738af951850379c)]
+>> endobj
+1355 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ad8e91a23786bc032e507dfbd036f63c4) 573 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41adbb894fd8e900c4993f57ae88f8aee1a) 818 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae2ac2caa02bbffb8ace0fa87ad5ffc05) 896 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae36383b7f8b4f36072eb60a303c439c3) 878 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ae6d7add4f73779b26c859900f710c34f) 868 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aea6be518456d203d68898efd236a6769) 895 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41ad8e91a23786bc032e507dfbd036f63c4) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41aea6be518456d203d68898efd236a6769)]
+>> endobj
+1356 0 obj <<
+/Names [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af16b1992a2a415168ab96228671ef337) 887 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af1e591927344a1a91c49b87efe3fb0b9) 816 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af61dc054946b313e1780cf604ca833c6) 886 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41afbf7d7d96fdf87cb5f7541348a597b48) 873 0 R (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41afdf896f1fefa0b962ef99c6cb2681027) 815 0 R (chapter*.1) 431 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41af16b1992a2a415168ab96228671ef337) (chapter*.1)]
+>> endobj
+1357 0 obj <<
+/Names [(chapter.1) 2 0 R (chapter.2) 14 0 R (chapter.3) 30 0 R (chapter.4) 58 0 R (chapter.5) 74 0 R (chapter.6) 82 0 R]
+/Limits [(chapter.1) (chapter.6)]
+>> endobj
+1358 0 obj <<
+/Names [(chapter.7) 90 0 R (chapter.8) 186 0 R (figure.2.1) 582 0 R (main_8cpp) 547 0 R (main_8cpp_a08a7e8a6abdc5cf6d2ac4e978e084d1a) 577 0 R (main_8cpp_a0ddf1224851353fc92bfbff6f499fa97) 669 0 R]
+/Limits [(chapter.7) (main_8cpp_a0ddf1224851353fc92bfbff6f499fa97)]
+>> endobj
+1359 0 obj <<
+/Names [(main_8cpp_a2e18f5738841433eb8c7cd9357ff6ced) 1044 0 R (main_8cpp_a414bbb1046de58d0a2596be7b829448d) 1042 0 R (main_8cpp_a774499c04248e86e7f71ea689c3a7d19) 1050 0 R (main_8cpp_a7f18a204314393991d3da96356b2fd16) 1051 0 R (main_8cpp_a84b7343ea6e13f56b7a06559a7ef8b5a) 1047 0 R (main_8cpp_a8abd3ebb6e18277a43604c06f41e77a8) 1040 0 R]
+/Limits [(main_8cpp_a2e18f5738841433eb8c7cd9357ff6ced) (main_8cpp_a8abd3ebb6e18277a43604c06f41e77a8)]
+>> endobj
+1360 0 obj <<
+/Names [(main_8cpp_a904ab05aa185e4cbd7dfbfbf043caa6f) 1046 0 R (main_8cpp_a93d34427c5ada45032539b77c78ab2f6) 951 0 R (main_8cpp_aa5539bfe92dba402e77bcbbb497eee32) 1049 0 R (main_8cpp_aad1596787d6c1baa977de86d9a6f503c) 1052 0 R (main_8cpp_ab3bc9e46a841eaef9e74d55e0045eba8) 1041 0 R (main_8cpp_ab4a8982ff08a7f0ed68e15d851833d38) 1039 0 R]
+/Limits [(main_8cpp_a904ab05aa185e4cbd7dfbfbf043caa6f) (main_8cpp_ab4a8982ff08a7f0ed68e15d851833d38)]
+>> endobj
+1361 0 obj <<
+/Names [(main_8cpp_ab78424394912809ef271c9587d264664) 1048 0 R (main_8cpp_ab7e6541570b5f939d29aa8bbcc1dde61) 1043 0 R (main_8cpp_ac7fa490a7117a01e48e05784a6da30fc) 1045 0 R (main_8cpp_aea681fdc68ba4b307e92a33c8a62ea08) 1038 0 R (page.1) 516 0 R (page.10) 658 0 R]
+/Limits [(main_8cpp_ab78424394912809ef271c9587d264664) (page.10)]
+>> endobj
+1362 0 obj <<
+/Names [(page.11) 665 0 R (page.12) 673 0 R (page.13) 679 0 R (page.14) 684 0 R (page.15) 693 0 R (page.16) 697 0 R]
+/Limits [(page.11) (page.16)]
+>> endobj
+1363 0 obj <<
+/Names [(page.17) 721 0 R (page.18) 742 0 R (page.19) 747 0 R (page.2) 524 0 R (page.20) 753 0 R (page.21) 761 0 R]
+/Limits [(page.17) (page.21)]
+>> endobj
+1364 0 obj <<
+/Names [(page.22) 791 0 R (page.23) 862 0 R (page.24) 935 0 R (page.25) 964 0 R (page.26) 972 0 R (page.27) 977 0 R]
+/Limits [(page.22) (page.27)]
+>> endobj
+1365 0 obj <<
+/Names [(page.28) 981 0 R (page.29) 985 0 R (page.3) 538 0 R (page.30) 989 0 R (page.31) 995 0 R (page.32) 1003 0 R]
+/Limits [(page.28) (page.32)]
+>> endobj
+1366 0 obj <<
+/Names [(page.33) 1026 0 R (page.34) 1057 0 R (page.35) 1061 0 R (page.36) 1065 0 R (page.37) 1113 0 R (page.38) 1190 0 R]
+/Limits [(page.33) (page.38)]
+>> endobj
+1367 0 obj <<
+/Names [(page.39) 1267 0 R (page.4) 564 0 R (page.40) 1307 0 R (page.5) 581 0 R (page.6) 591 0 R (page.7) 606 0 R]
+/Limits [(page.39) (page.7)]
+>> endobj
+1368 0 obj <<
+/Names [(page.8) 639 0 R (page.9) 653 0 R (section*.10) 1029 0 R (section*.2) 722 0 R (section*.3) 792 0 R (section*.4) 794 0 R]
+/Limits [(page.8) (section*.4)]
+>> endobj
+1369 0 obj <<
+/Names [(section*.5) 795 0 R (section*.6) 796 0 R (section*.7) 936 0 R (section*.8) 1027 0 R (section*.9) 1028 0 R (section.1.1) 6 0 R]
+/Limits [(section*.5) (section.1.1)]
+>> endobj
+1370 0 obj <<
+/Names [(section.1.2) 10 0 R (section.2.1) 18 0 R (section.2.2) 22 0 R (section.2.3) 26 0 R (section.3.1) 34 0 R (section.3.2) 38 0 R]
+/Limits [(section.1.2) (section.3.2)]
+>> endobj
+1371 0 obj <<
+/Names [(section.3.3) 42 0 R (section.4.1) 62 0 R (section.5.1) 78 0 R (section.6.1) 86 0 R (section.7.1) 94 0 R (section.8.1) 190 0 R]
+/Limits [(section.3.3) (section.8.1)]
+>> endobj
+1372 0 obj <<
+/Names [(section.8.2) 298 0 R (structCStreamInfo) 614 0 R (structCStreamInfo_a1f2571c63e5f1db6e4d1537e37310568) 737 0 R (structCStreamInfo_a239e02305ca579866e527f4a512b1fdc) 733 0 R (structCStreamInfo_a24cea6707207c95269162847beaa0b7d) 726 0 R (structCStreamInfo_a28c5ba6424b0975f7074b8e1e217a7a3) 731 0 R]
+/Limits [(section.8.2) (structCStreamInfo_a28c5ba6424b0975f7074b8e1e217a7a3)]
+>> endobj
+1373 0 obj <<
+/Names [(structCStreamInfo_a36fa897b242eebb936d99010a8c580be) 646 0 R (structCStreamInfo_a47fa73a2c1269f30d1439e90c7652f49) 724 0 R (structCStreamInfo_a4d64654dd9d366c5ea41a89d1972534d) 728 0 R (structCStreamInfo_a5d5f38d670deaa5abf887c3b580df1cd) 723 0 R (structCStreamInfo_a6e431a6f8aeca62ffb7741b3ec068f7b) 729 0 R (structCStreamInfo_a73484dc9e2406a34c5dddf16b3cf6d0c) 732 0 R]
+/Limits [(structCStreamInfo_a36fa897b242eebb936d99010a8c580be) (structCStreamInfo_a73484dc9e2406a34c5dddf16b3cf6d0c)]
+>> endobj
+1374 0 obj <<
+/Names [(structCStreamInfo_a7362ae2c2b9bd37a103e575c271f3120) 738 0 R (structCStreamInfo_a8a9699c8f4e00893127a7e49161bbd0d) 736 0 R (structCStreamInfo_a8ffd4db9d615e545a5e8cb51990965fc) 730 0 R (structCStreamInfo_aa35e5be20f99be29ce12f9f41bf4d50e) 645 0 R (structCStreamInfo_aae39329c51fe206a8aee33daba2fe1db) 644 0 R (structCStreamInfo_aaf23a4756ee1a1b36f0b7d104d3f9882) 725 0 R]
+/Limits [(structCStreamInfo_a7362ae2c2b9bd37a103e575c271f3120) (structCStreamInfo_aaf23a4756ee1a1b36f0b7d104d3f9882)]
+>> endobj
+1375 0 obj <<
+/Names [(structCStreamInfo_ab28c53f72c8c1a9c4adf5d7e84bcc78b) 734 0 R (structCStreamInfo_ac1388034d207ca6075fc0883d39eea1a) 615 0 R (structCStreamInfo_ae8a7599cb585fdb0ff5446b0a6abb9c8) 735 0 R (structCStreamInfo_af5c2c8b545a6cc3e5aac82e25a2edea0) 727 0 R (subsection.3.3.1) 46 0 R (subsection.3.3.2) 50 0 R]
+/Limits [(structCStreamInfo_ab28c53f72c8c1a9c4adf5d7e84bcc78b) (subsection.3.3.2)]
+>> endobj
+1376 0 obj <<
+/Names [(subsection.3.3.3) 54 0 R (subsection.4.1.1) 66 0 R (subsection.4.1.2) 70 0 R (subsection.7.1.1) 98 0 R (subsection.7.1.2) 102 0 R (subsection.8.1.1) 194 0 R]
+/Limits [(subsection.3.3.3) (subsection.8.1.1)]
+>> endobj
+1377 0 obj <<
+/Names [(subsection.8.1.2) 198 0 R (subsection.8.1.3) 230 0 R (subsection.8.1.4) 238 0 R (subsection.8.1.5) 250 0 R (subsection.8.2.1) 302 0 R (subsection.8.2.2) 306 0 R]
+/Limits [(subsection.8.1.2) (subsection.8.2.2)]
+>> endobj
+1378 0 obj <<
+/Names [(subsection.8.2.3) 334 0 R (subsection.8.2.4) 342 0 R (subsubsection.7.1.2.1) 106 0 R (subsubsection.7.1.2.10) 142 0 R (subsubsection.7.1.2.11) 146 0 R (subsubsection.7.1.2.12) 150 0 R]
+/Limits [(subsection.8.2.3) (subsubsection.7.1.2.12)]
+>> endobj
+1379 0 obj <<
+/Names [(subsubsection.7.1.2.13) 154 0 R (subsubsection.7.1.2.14) 158 0 R (subsubsection.7.1.2.15) 162 0 R (subsubsection.7.1.2.16) 166 0 R (subsubsection.7.1.2.17) 170 0 R (subsubsection.7.1.2.18) 174 0 R]
+/Limits [(subsubsection.7.1.2.13) (subsubsection.7.1.2.18)]
+>> endobj
+1380 0 obj <<
+/Names [(subsubsection.7.1.2.19) 178 0 R (subsubsection.7.1.2.2) 110 0 R (subsubsection.7.1.2.20) 182 0 R (subsubsection.7.1.2.3) 114 0 R (subsubsection.7.1.2.4) 118 0 R (subsubsection.7.1.2.5) 122 0 R]
+/Limits [(subsubsection.7.1.2.19) (subsubsection.7.1.2.5)]
+>> endobj
+1381 0 obj <<
+/Names [(subsubsection.7.1.2.6) 126 0 R (subsubsection.7.1.2.7) 130 0 R (subsubsection.7.1.2.8) 134 0 R (subsubsection.7.1.2.9) 138 0 R (subsubsection.8.1.2.1) 202 0 R (subsubsection.8.1.2.2) 206 0 R]
+/Limits [(subsubsection.7.1.2.6) (subsubsection.8.1.2.2)]
+>> endobj
+1382 0 obj <<
+/Names [(subsubsection.8.1.2.3) 210 0 R (subsubsection.8.1.2.4) 214 0 R (subsubsection.8.1.2.5) 218 0 R (subsubsection.8.1.2.6) 222 0 R (subsubsection.8.1.2.7) 226 0 R (subsubsection.8.1.3.1) 234 0 R]
+/Limits [(subsubsection.8.1.2.3) (subsubsection.8.1.3.1)]
+>> endobj
+1383 0 obj <<
+/Names [(subsubsection.8.1.4.1) 242 0 R (subsubsection.8.1.4.2) 246 0 R (subsubsection.8.1.5.1) 254 0 R (subsubsection.8.1.5.10) 290 0 R (subsubsection.8.1.5.11) 294 0 R (subsubsection.8.1.5.2) 258 0 R]
+/Limits [(subsubsection.8.1.4.1) (subsubsection.8.1.5.2)]
+>> endobj
+1384 0 obj <<
+/Names [(subsubsection.8.1.5.3) 262 0 R (subsubsection.8.1.5.4) 266 0 R (subsubsection.8.1.5.5) 270 0 R (subsubsection.8.1.5.6) 274 0 R (subsubsection.8.1.5.7) 278 0 R (subsubsection.8.1.5.8) 282 0 R]
+/Limits [(subsubsection.8.1.5.3) (subsubsection.8.1.5.8)]
+>> endobj
+1385 0 obj <<
+/Names [(subsubsection.8.1.5.9) 286 0 R (subsubsection.8.2.2.1) 310 0 R (subsubsection.8.2.2.2) 314 0 R (subsubsection.8.2.2.3) 318 0 R (subsubsection.8.2.2.4) 322 0 R (subsubsection.8.2.2.5) 326 0 R]
+/Limits [(subsubsection.8.1.5.9) (subsubsection.8.2.2.5)]
+>> endobj
+1386 0 obj <<
+/Names [(subsubsection.8.2.2.6) 330 0 R (subsubsection.8.2.3.1) 338 0 R (subsubsection.8.2.4.1) 346 0 R (subsubsection.8.2.4.10) 382 0 R (subsubsection.8.2.4.11) 386 0 R (subsubsection.8.2.4.2) 350 0 R]
+/Limits [(subsubsection.8.2.2.6) (subsubsection.8.2.4.2)]
+>> endobj
+1387 0 obj <<
+/Names [(subsubsection.8.2.4.3) 354 0 R (subsubsection.8.2.4.4) 358 0 R (subsubsection.8.2.4.5) 362 0 R (subsubsection.8.2.4.6) 366 0 R (subsubsection.8.2.4.7) 370 0 R (subsubsection.8.2.4.8) 374 0 R]
+/Limits [(subsubsection.8.2.4.3) (subsubsection.8.2.4.8)]
+>> endobj
+1388 0 obj <<
+/Names [(subsubsection.8.2.4.9) 378 0 R]
+/Limits [(subsubsection.8.2.4.9) (subsubsection.8.2.4.9)]
+>> endobj
+1389 0 obj <<
+/Kids [1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R]
+/Limits [(CommandLineUsage) (aacdecoder__lib_8h_a620b5a8c5d7ddd1b525aae1895963e16)]
+>> endobj
+1390 0 obj <<
+/Kids [1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R]
+/Limits [(aacdecoder__lib_8h_a6d508fce68c364f5dabc9195e701ecf8) (aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a5bc4e4af77d94fa08beb54def8f01f7f)]
+>> endobj
+1391 0 obj <<
+/Kids [1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R]
+/Limits [(aacdecoder__lib_8h_afbc7e8b4f1613dfd8cb91b681eeb9d41a60690e0dbc450f62f83548fa484716ab) (chapter.6)]
+>> endobj
+1392 0 obj <<
+/Kids [1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R]
+/Limits [(chapter.7) (page.21)]
+>> endobj
+1393 0 obj <<
+/Kids [1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R]
+/Limits [(page.22) (section.1.1)]
+>> endobj
+1394 0 obj <<
+/Kids [1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R]
+/Limits [(section.1.2) (subsection.3.3.2)]
+>> endobj
+1395 0 obj <<
+/Kids [1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R]
+/Limits [(subsection.3.3.3) (subsubsection.8.1.2.2)]
+>> endobj
+1396 0 obj <<
+/Kids [1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R]
+/Limits [(subsubsection.8.1.2.3) (subsubsection.8.2.4.8)]
+>> endobj
+1397 0 obj <<
+/Kids [1388 0 R]
+/Limits [(subsubsection.8.2.4.9) (subsubsection.8.2.4.9)]
+>> endobj
+1398 0 obj <<
+/Kids [1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R]
+/Limits [(CommandLineUsage) (subsection.3.3.2)]
+>> endobj
+1399 0 obj <<
+/Kids [1395 0 R 1396 0 R 1397 0 R]
+/Limits [(subsection.3.3.3) (subsubsection.8.2.4.9)]
+>> endobj
+1400 0 obj <<
+/Kids [1398 0 R 1399 0 R]
+/Limits [(CommandLineUsage) (subsubsection.8.2.4.9)]
+>> endobj
+1401 0 obj <<
+/Dests 1400 0 R
+>> endobj
+1402 0 obj <<
+/Type /Catalog
+/Pages 1338 0 R
+/Outlines 1339 0 R
+/Names 1401 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>2<</S/r>>6<</S/D>>]>>
+/OpenAction 389 0 R
+>> endobj
+1403 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.10)/Keywords()
+/CreationDate (D:20120927161848+02'00')
+/ModDate (D:20120927161848+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0)
+>> endobj
+xref
+0 1404
+0000000000 65535 f 
+0000000015 00000 n 
+0000183153 00000 n 
+0000506334 00000 n 
+0000000060 00000 n 
+0000000146 00000 n 
+0000183322 00000 n 
+0000506264 00000 n 
+0000000193 00000 n 
+0000000244 00000 n 
+0000183439 00000 n 
+0000506193 00000 n 
+0000000291 00000 n 
+0000000391 00000 n 
+0000187370 00000 n 
+0000506068 00000 n 
+0000000437 00000 n 
+0000000532 00000 n 
+0000187540 00000 n 
+0000505994 00000 n 
+0000000580 00000 n 
+0000000685 00000 n 
+0000187657 00000 n 
+0000505907 00000 n 
+0000000733 00000 n 
+0000000843 00000 n 
+0000193762 00000 n 
+0000505833 00000 n 
+0000000891 00000 n 
+0000000986 00000 n 
+0000222468 00000 n 
+0000505707 00000 n 
+0000001032 00000 n 
+0000001165 00000 n 
+0000222638 00000 n 
+0000505633 00000 n 
+0000001213 00000 n 
+0000001434 00000 n 
+0000222756 00000 n 
+0000505546 00000 n 
+0000001482 00000 n 
+0000001681 00000 n 
+0000222874 00000 n 
+0000505435 00000 n 
+0000001729 00000 n 
+0000001882 00000 n 
+0000228900 00000 n 
+0000505361 00000 n 
+0000001935 00000 n 
+0000001992 00000 n 
+0000229018 00000 n 
+0000505274 00000 n 
+0000002045 00000 n 
+0000002135 00000 n 
+0000231747 00000 n 
+0000505200 00000 n 
+0000002188 00000 n 
+0000002324 00000 n 
+0000234298 00000 n 
+0000505074 00000 n 
+0000002370 00000 n 
+0000002490 00000 n 
+0000234473 00000 n 
+0000504976 00000 n 
+0000002538 00000 n 
+0000002610 00000 n 
+0000234586 00000 n 
+0000504902 00000 n 
+0000002663 00000 n 
+0000002788 00000 n 
+0000234699 00000 n 
+0000504828 00000 n 
+0000002841 00000 n 
+0000002961 00000 n 
+0000237270 00000 n 
+0000504702 00000 n 
+0000003007 00000 n 
+0000003092 00000 n 
+0000237326 00000 n 
+0000504641 00000 n 
+0000003140 00000 n 
+0000003220 00000 n 
+0000239491 00000 n 
+0000504515 00000 n 
+0000003266 00000 n 
+0000003346 00000 n 
+0000239547 00000 n 
+0000504454 00000 n 
+0000003394 00000 n 
+0000003469 00000 n 
+0000245207 00000 n 
+0000504327 00000 n 
+0000003515 00000 n 
+0000003640 00000 n 
+0000245320 00000 n 
+0000504228 00000 n 
+0000003688 00000 n 
+0000003861 00000 n 
+0000245433 00000 n 
+0000504152 00000 n 
+0000003914 00000 n 
+0000004045 00000 n 
+0000246770 00000 n 
+0000504035 00000 n 
+0000004099 00000 n 
+0000004258 00000 n 
+0000246884 00000 n 
+0000503956 00000 n 
+0000004317 00000 n 
+0000004410 00000 n 
+0000247003 00000 n 
+0000503863 00000 n 
+0000004469 00000 n 
+0000004587 00000 n 
+0000247122 00000 n 
+0000503770 00000 n 
+0000004646 00000 n 
+0000004689 00000 n 
+0000247241 00000 n 
+0000503677 00000 n 
+0000004748 00000 n 
+0000004811 00000 n 
+0000247360 00000 n 
+0000503584 00000 n 
+0000004870 00000 n 
+0000004963 00000 n 
+0000247479 00000 n 
+0000503491 00000 n 
+0000005022 00000 n 
+0000005090 00000 n 
+0000247598 00000 n 
+0000503398 00000 n 
+0000005149 00000 n 
+0000005207 00000 n 
+0000247717 00000 n 
+0000503305 00000 n 
+0000005266 00000 n 
+0000005369 00000 n 
+0000247836 00000 n 
+0000503212 00000 n 
+0000005428 00000 n 
+0000005481 00000 n 
+0000247955 00000 n 
+0000503119 00000 n 
+0000005541 00000 n 
+0000005614 00000 n 
+0000249696 00000 n 
+0000503026 00000 n 
+0000005674 00000 n 
+0000005787 00000 n 
+0000249810 00000 n 
+0000502933 00000 n 
+0000005847 00000 n 
+0000005930 00000 n 
+0000249929 00000 n 
+0000502840 00000 n 
+0000005990 00000 n 
+0000006073 00000 n 
+0000250043 00000 n 
+0000502747 00000 n 
+0000006133 00000 n 
+0000006251 00000 n 
+0000250157 00000 n 
+0000502654 00000 n 
+0000006311 00000 n 
+0000006434 00000 n 
+0000250270 00000 n 
+0000502561 00000 n 
+0000006494 00000 n 
+0000006587 00000 n 
+0000250389 00000 n 
+0000502468 00000 n 
+0000006647 00000 n 
+0000006750 00000 n 
+0000250508 00000 n 
+0000502375 00000 n 
+0000006810 00000 n 
+0000006898 00000 n 
+0000250627 00000 n 
+0000502282 00000 n 
+0000006958 00000 n 
+0000007021 00000 n 
+0000251708 00000 n 
+0000502203 00000 n 
+0000007081 00000 n 
+0000007159 00000 n 
+0000256953 00000 n 
+0000502085 00000 n 
+0000007206 00000 n 
+0000007327 00000 n 
+0000257067 00000 n 
+0000501967 00000 n 
+0000007376 00000 n 
+0000007568 00000 n 
+0000289847 00000 n 
+0000501888 00000 n 
+0000007622 00000 n 
+0000007753 00000 n 
+0000289904 00000 n 
+0000501756 00000 n 
+0000007807 00000 n 
+0000007938 00000 n 
+0000290018 00000 n 
+0000501677 00000 n 
+0000007997 00000 n 
+0000008098 00000 n 
+0000290135 00000 n 
+0000501584 00000 n 
+0000008157 00000 n 
+0000008258 00000 n 
+0000290254 00000 n 
+0000501491 00000 n 
+0000008317 00000 n 
+0000008408 00000 n 
+0000290367 00000 n 
+0000501398 00000 n 
+0000008467 00000 n 
+0000008553 00000 n 
+0000290485 00000 n 
+0000501305 00000 n 
+0000008612 00000 n 
+0000008721 00000 n 
+0000293228 00000 n 
+0000501212 00000 n 
+0000008780 00000 n 
+0000008879 00000 n 
+0000293347 00000 n 
+0000501133 00000 n 
+0000008938 00000 n 
+0000009047 00000 n 
+0000293404 00000 n 
+0000501001 00000 n 
+0000009101 00000 n 
+0000009237 00000 n 
+0000293518 00000 n 
+0000500936 00000 n 
+0000009296 00000 n 
+0000009412 00000 n 
+0000293575 00000 n 
+0000500804 00000 n 
+0000009466 00000 n 
+0000009650 00000 n 
+0000293689 00000 n 
+0000500725 00000 n 
+0000009709 00000 n 
+0000009828 00000 n 
+0000298546 00000 n 
+0000500646 00000 n 
+0000009887 00000 n 
+0000009978 00000 n 
+0000302539 00000 n 
+0000500527 00000 n 
+0000010032 00000 n 
+0000010173 00000 n 
+0000302653 00000 n 
+0000500448 00000 n 
+0000010232 00000 n 
+0000010368 00000 n 
+0000304426 00000 n 
+0000500355 00000 n 
+0000010427 00000 n 
+0000010568 00000 n 
+0000304540 00000 n 
+0000500262 00000 n 
+0000010627 00000 n 
+0000010738 00000 n 
+0000304653 00000 n 
+0000500169 00000 n 
+0000010797 00000 n 
+0000010928 00000 n 
+0000307032 00000 n 
+0000500076 00000 n 
+0000010987 00000 n 
+0000011128 00000 n 
+0000307146 00000 n 
+0000499983 00000 n 
+0000011187 00000 n 
+0000011293 00000 n 
+0000309116 00000 n 
+0000499890 00000 n 
+0000011352 00000 n 
+0000011498 00000 n 
+0000309229 00000 n 
+0000499797 00000 n 
+0000011557 00000 n 
+0000011693 00000 n 
+0000309342 00000 n 
+0000499704 00000 n 
+0000011752 00000 n 
+0000011903 00000 n 
+0000310996 00000 n 
+0000499611 00000 n 
+0000011963 00000 n 
+0000012069 00000 n 
+0000311112 00000 n 
+0000499532 00000 n 
+0000012129 00000 n 
+0000012255 00000 n 
+0000311227 00000 n 
+0000499414 00000 n 
+0000012304 00000 n 
+0000012453 00000 n 
+0000321808 00000 n 
+0000499335 00000 n 
+0000012507 00000 n 
+0000012638 00000 n 
+0000323788 00000 n 
+0000499203 00000 n 
+0000012692 00000 n 
+0000012823 00000 n 
+0000323905 00000 n 
+0000499124 00000 n 
+0000012882 00000 n 
+0000012976 00000 n 
+0000324021 00000 n 
+0000499031 00000 n 
+0000013035 00000 n 
+0000013134 00000 n 
+0000324135 00000 n 
+0000498938 00000 n 
+0000013193 00000 n 
+0000013282 00000 n 
+0000324250 00000 n 
+0000498845 00000 n 
+0000013341 00000 n 
+0000013445 00000 n 
+0000324367 00000 n 
+0000498752 00000 n 
+0000013504 00000 n 
+0000013590 00000 n 
+0000324484 00000 n 
+0000498673 00000 n 
+0000013649 00000 n 
+0000013743 00000 n 
+0000324542 00000 n 
+0000498541 00000 n 
+0000013797 00000 n 
+0000013938 00000 n 
+0000324658 00000 n 
+0000498476 00000 n 
+0000013997 00000 n 
+0000014045 00000 n 
+0000325731 00000 n 
+0000498357 00000 n 
+0000014099 00000 n 
+0000014240 00000 n 
+0000325847 00000 n 
+0000498278 00000 n 
+0000014299 00000 n 
+0000014372 00000 n 
+0000325963 00000 n 
+0000498185 00000 n 
+0000014431 00000 n 
+0000014514 00000 n 
+0000326079 00000 n 
+0000498092 00000 n 
+0000014573 00000 n 
+0000014621 00000 n 
+0000326196 00000 n 
+0000497999 00000 n 
+0000014680 00000 n 
+0000014751 00000 n 
+0000326313 00000 n 
+0000497906 00000 n 
+0000014810 00000 n 
+0000014878 00000 n 
+0000326429 00000 n 
+0000497813 00000 n 
+0000014937 00000 n 
+0000015015 00000 n 
+0000326546 00000 n 
+0000497720 00000 n 
+0000015074 00000 n 
+0000015142 00000 n 
+0000326663 00000 n 
+0000497627 00000 n 
+0000015201 00000 n 
+0000015292 00000 n 
+0000326779 00000 n 
+0000497534 00000 n 
+0000015351 00000 n 
+0000015444 00000 n 
+0000327615 00000 n 
+0000497441 00000 n 
+0000015504 00000 n 
+0000015602 00000 n 
+0000327732 00000 n 
+0000497362 00000 n 
+0000015662 00000 n 
+0000015730 00000 n 
+0000016819 00000 n 
+0000016953 00000 n 
+0000160276 00000 n 
+0000160404 00000 n 
+0000015782 00000 n 
+0000160347 00000 n 
+0000495354 00000 n 
+0000495710 00000 n 
+0000496066 00000 n 
+0000128679 00000 n 
+0000160744 00000 n 
+0000160625 00000 n 
+0000160525 00000 n 
+0000162006 00000 n 
+0000162157 00000 n 
+0000162311 00000 n 
+0000162463 00000 n 
+0000162613 00000 n 
+0000162766 00000 n 
+0000162920 00000 n 
+0000163074 00000 n 
+0000163225 00000 n 
+0000163379 00000 n 
+0000163533 00000 n 
+0000163687 00000 n 
+0000163846 00000 n 
+0000164005 00000 n 
+0000164164 00000 n 
+0000164315 00000 n 
+0000164469 00000 n 
+0000164628 00000 n 
+0000164787 00000 n 
+0000164938 00000 n 
+0000165091 00000 n 
+0000165242 00000 n 
+0000165396 00000 n 
+0000165546 00000 n 
+0000167324 00000 n 
+0000165756 00000 n 
+0000161683 00000 n 
+0000160785 00000 n 
+0000165699 00000 n 
+0000167483 00000 n 
+0000167642 00000 n 
+0000167802 00000 n 
+0000167966 00000 n 
+0000168129 00000 n 
+0000168293 00000 n 
+0000168457 00000 n 
+0000168620 00000 n 
+0000168783 00000 n 
+0000168947 00000 n 
+0000169111 00000 n 
+0000169275 00000 n 
+0000169440 00000 n 
+0000169605 00000 n 
+0000169770 00000 n 
+0000169935 00000 n 
+0000170099 00000 n 
+0000170264 00000 n 
+0000170428 00000 n 
+0000170593 00000 n 
+0000170757 00000 n 
+0000170922 00000 n 
+0000171073 00000 n 
+0000171227 00000 n 
+0000171386 00000 n 
+0000171545 00000 n 
+0000171709 00000 n 
+0000171872 00000 n 
+0000172036 00000 n 
+0000172200 00000 n 
+0000172364 00000 n 
+0000172528 00000 n 
+0000172692 00000 n 
+0000172851 00000 n 
+0000173014 00000 n 
+0000174772 00000 n 
+0000173172 00000 n 
+0000166905 00000 n 
+0000165841 00000 n 
+0000174936 00000 n 
+0000175100 00000 n 
+0000175259 00000 n 
+0000175423 00000 n 
+0000175587 00000 n 
+0000175751 00000 n 
+0000175915 00000 n 
+0000176078 00000 n 
+0000176242 00000 n 
+0000176405 00000 n 
+0000176568 00000 n 
+0000176732 00000 n 
+0000176896 00000 n 
+0000177061 00000 n 
+0000177215 00000 n 
+0000177373 00000 n 
+0000177531 00000 n 
+0000177695 00000 n 
+0000177859 00000 n 
+0000178023 00000 n 
+0000178187 00000 n 
+0000178351 00000 n 
+0000178515 00000 n 
+0000178674 00000 n 
+0000178838 00000 n 
+0000178997 00000 n 
+0000179161 00000 n 
+0000179324 00000 n 
+0000179488 00000 n 
+0000179651 00000 n 
+0000179813 00000 n 
+0000179977 00000 n 
+0000180140 00000 n 
+0000180304 00000 n 
+0000180468 00000 n 
+0000181156 00000 n 
+0000180632 00000 n 
+0000174353 00000 n 
+0000173257 00000 n 
+0000181321 00000 n 
+0000181017 00000 n 
+0000180717 00000 n 
+0000183495 00000 n 
+0000182978 00000 n 
+0000181406 00000 n 
+0000183097 00000 n 
+0000183208 00000 n 
+0000183265 00000 n 
+0000183377 00000 n 
+0000496184 00000 n 
+0000183982 00000 n 
+0000183807 00000 n 
+0000183580 00000 n 
+0000183926 00000 n 
+0000186263 00000 n 
+0000186423 00000 n 
+0000186575 00000 n 
+0000186734 00000 n 
+0000186928 00000 n 
+0000187121 00000 n 
+0000190726 00000 n 
+0000190878 00000 n 
+0000191073 00000 n 
+0000191526 00000 n 
+0000187884 00000 n 
+0000186084 00000 n 
+0000184054 00000 n 
+0000187314 00000 n 
+0000187426 00000 n 
+0000187483 00000 n 
+0000187596 00000 n 
+0000187713 00000 n 
+0000495180 00000 n 
+0000187770 00000 n 
+0000187827 00000 n 
+0000257010 00000 n 
+0000311170 00000 n 
+0000234354 00000 n 
+0000309399 00000 n 
+0000304596 00000 n 
+0000306976 00000 n 
+0000191720 00000 n 
+0000191915 00000 n 
+0000192110 00000 n 
+0000192304 00000 n 
+0000192455 00000 n 
+0000192650 00000 n 
+0000192800 00000 n 
+0000193170 00000 n 
+0000195152 00000 n 
+0000193818 00000 n 
+0000190468 00000 n 
+0000187982 00000 n 
+0000193365 00000 n 
+0000193421 00000 n 
+0000191300 00000 n 
+0000193478 00000 n 
+0000193534 00000 n 
+0000193591 00000 n 
+0000193648 00000 n 
+0000193705 00000 n 
+0000192986 00000 n 
+0000294056 00000 n 
+0000307089 00000 n 
+0000309286 00000 n 
+0000304483 00000 n 
+0000324079 00000 n 
+0000218033 00000 n 
+0000195018 00000 n 
+0000193916 00000 n 
+0000217915 00000 n 
+0000217971 00000 n 
+0000495036 00000 n 
+0000494602 00000 n 
+0000494747 00000 n 
+0000494891 00000 n 
+0000208041 00000 n 
+0000218610 00000 n 
+0000218435 00000 n 
+0000218205 00000 n 
+0000218554 00000 n 
+0000220672 00000 n 
+0000220831 00000 n 
+0000221216 00000 n 
+0000221444 00000 n 
+0000221671 00000 n 
+0000221866 00000 n 
+0000222059 00000 n 
+0000222218 00000 n 
+0000224945 00000 n 
+0000225172 00000 n 
+0000225626 00000 n 
+0000222991 00000 n 
+0000220469 00000 n 
+0000218682 00000 n 
+0000222412 00000 n 
+0000222524 00000 n 
+0000222581 00000 n 
+0000221024 00000 n 
+0000222694 00000 n 
+0000222812 00000 n 
+0000222930 00000 n 
+0000496302 00000 n 
+0000245263 00000 n 
+0000249867 00000 n 
+0000298603 00000 n 
+0000301985 00000 n 
+0000311054 00000 n 
+0000225786 00000 n 
+0000225979 00000 n 
+0000226172 00000 n 
+0000226363 00000 n 
+0000226589 00000 n 
+0000226781 00000 n 
+0000227009 00000 n 
+0000227463 00000 n 
+0000227621 00000 n 
+0000227813 00000 n 
+0000228006 00000 n 
+0000228198 00000 n 
+0000228425 00000 n 
+0000228653 00000 n 
+0000230271 00000 n 
+0000230499 00000 n 
+0000230954 00000 n 
+0000229135 00000 n 
+0000224662 00000 n 
+0000223076 00000 n 
+0000228844 00000 n 
+0000225399 00000 n 
+0000228956 00000 n 
+0000227237 00000 n 
+0000229074 00000 n 
+0000250446 00000 n 
+0000250327 00000 n 
+0000247893 00000 n 
+0000231114 00000 n 
+0000231307 00000 n 
+0000231500 00000 n 
+0000231803 00000 n 
+0000230084 00000 n 
+0000229233 00000 n 
+0000231691 00000 n 
+0000230727 00000 n 
+0000232309 00000 n 
+0000232134 00000 n 
+0000231901 00000 n 
+0000232253 00000 n 
+0000233753 00000 n 
+0000233905 00000 n 
+0000234090 00000 n 
+0000234755 00000 n 
+0000233598 00000 n 
+0000232381 00000 n 
+0000234242 00000 n 
+0000234411 00000 n 
+0000234529 00000 n 
+0000234642 00000 n 
+0000324600 00000 n 
+0000236186 00000 n 
+0000236011 00000 n 
+0000234853 00000 n 
+0000236130 00000 n 
+0000236900 00000 n 
+0000237060 00000 n 
+0000237382 00000 n 
+0000236753 00000 n 
+0000236271 00000 n 
+0000237214 00000 n 
+0000496420 00000 n 
+0000237870 00000 n 
+0000237695 00000 n 
+0000237467 00000 n 
+0000237814 00000 n 
+0000238650 00000 n 
+0000238811 00000 n 
+0000238965 00000 n 
+0000239116 00000 n 
+0000239281 00000 n 
+0000239603 00000 n 
+0000238479 00000 n 
+0000237942 00000 n 
+0000239435 00000 n 
+0000240088 00000 n 
+0000239913 00000 n 
+0000239688 00000 n 
+0000240032 00000 n 
+0000241279 00000 n 
+0000241473 00000 n 
+0000241667 00000 n 
+0000241861 00000 n 
+0000242054 00000 n 
+0000242248 00000 n 
+0000242441 00000 n 
+0000242635 00000 n 
+0000242829 00000 n 
+0000243023 00000 n 
+0000243217 00000 n 
+0000243411 00000 n 
+0000243605 00000 n 
+0000243798 00000 n 
+0000243992 00000 n 
+0000244186 00000 n 
+0000244378 00000 n 
+0000244570 00000 n 
+0000244764 00000 n 
+0000244958 00000 n 
+0000245489 00000 n 
+0000240988 00000 n 
+0000240160 00000 n 
+0000245151 00000 n 
+0000245376 00000 n 
+0000250684 00000 n 
+0000246827 00000 n 
+0000250565 00000 n 
+0000247060 00000 n 
+0000247298 00000 n 
+0000247179 00000 n 
+0000246941 00000 n 
+0000247536 00000 n 
+0000247655 00000 n 
+0000247774 00000 n 
+0000247417 00000 n 
+0000249986 00000 n 
+0000250213 00000 n 
+0000249753 00000 n 
+0000250100 00000 n 
+0000249639 00000 n 
+0000248012 00000 n 
+0000246595 00000 n 
+0000245613 00000 n 
+0000246714 00000 n 
+0000249389 00000 n 
+0000250745 00000 n 
+0000249250 00000 n 
+0000248097 00000 n 
+0000249583 00000 n 
+0000496538 00000 n 
+0000251494 00000 n 
+0000251765 00000 n 
+0000251355 00000 n 
+0000250856 00000 n 
+0000251652 00000 n 
+0000252435 00000 n 
+0000256830 00000 n 
+0000258679 00000 n 
+0000262116 00000 n 
+0000257124 00000 n 
+0000252301 00000 n 
+0000251852 00000 n 
+0000256897 00000 n 
+0000253345 00000 n 
+0000253475 00000 n 
+0000253615 00000 n 
+0000253902 00000 n 
+0000254307 00000 n 
+0000254511 00000 n 
+0000254532 00000 n 
+0000256808 00000 n 
+0000262183 00000 n 
+0000262343 00000 n 
+0000262537 00000 n 
+0000262731 00000 n 
+0000262926 00000 n 
+0000263121 00000 n 
+0000263315 00000 n 
+0000263510 00000 n 
+0000263705 00000 n 
+0000263900 00000 n 
+0000264095 00000 n 
+0000264322 00000 n 
+0000264549 00000 n 
+0000264776 00000 n 
+0000264999 00000 n 
+0000265224 00000 n 
+0000267281 00000 n 
+0000267508 00000 n 
+0000265734 00000 n 
+0000258405 00000 n 
+0000257250 00000 n 
+0000265450 00000 n 
+0000265506 00000 n 
+0000495886 00000 n 
+0000265563 00000 n 
+0000265620 00000 n 
+0000265677 00000 n 
+0000259342 00000 n 
+0000259472 00000 n 
+0000259612 00000 n 
+0000259863 00000 n 
+0000260227 00000 n 
+0000260431 00000 n 
+0000260452 00000 n 
+0000262094 00000 n 
+0000290542 00000 n 
+0000290424 00000 n 
+0000293285 00000 n 
+0000290075 00000 n 
+0000290192 00000 n 
+0000290311 00000 n 
+0000289961 00000 n 
+0000293461 00000 n 
+0000293632 00000 n 
+0000293746 00000 n 
+0000293808 00000 n 
+0000293870 00000 n 
+0000293932 00000 n 
+0000293994 00000 n 
+0000267735 00000 n 
+0000267958 00000 n 
+0000268185 00000 n 
+0000268412 00000 n 
+0000268638 00000 n 
+0000268865 00000 n 
+0000269092 00000 n 
+0000269319 00000 n 
+0000269546 00000 n 
+0000269773 00000 n 
+0000270000 00000 n 
+0000270227 00000 n 
+0000270454 00000 n 
+0000270681 00000 n 
+0000270908 00000 n 
+0000271135 00000 n 
+0000271361 00000 n 
+0000271586 00000 n 
+0000271813 00000 n 
+0000272040 00000 n 
+0000272267 00000 n 
+0000272494 00000 n 
+0000272720 00000 n 
+0000272947 00000 n 
+0000273174 00000 n 
+0000273400 00000 n 
+0000273627 00000 n 
+0000273853 00000 n 
+0000274080 00000 n 
+0000274307 00000 n 
+0000274533 00000 n 
+0000274760 00000 n 
+0000274985 00000 n 
+0000275178 00000 n 
+0000275405 00000 n 
+0000275632 00000 n 
+0000275858 00000 n 
+0000278661 00000 n 
+0000278888 00000 n 
+0000279115 00000 n 
+0000276140 00000 n 
+0000266838 00000 n 
+0000265886 00000 n 
+0000276084 00000 n 
+0000294118 00000 n 
+0000294180 00000 n 
+0000294242 00000 n 
+0000294304 00000 n 
+0000294366 00000 n 
+0000294428 00000 n 
+0000294490 00000 n 
+0000294552 00000 n 
+0000294613 00000 n 
+0000294675 00000 n 
+0000294737 00000 n 
+0000294799 00000 n 
+0000297127 00000 n 
+0000297189 00000 n 
+0000297251 00000 n 
+0000297313 00000 n 
+0000297374 00000 n 
+0000297436 00000 n 
+0000297498 00000 n 
+0000297560 00000 n 
+0000297622 00000 n 
+0000297684 00000 n 
+0000297746 00000 n 
+0000297808 00000 n 
+0000297870 00000 n 
+0000297932 00000 n 
+0000297994 00000 n 
+0000298056 00000 n 
+0000298118 00000 n 
+0000298180 00000 n 
+0000298242 00000 n 
+0000298304 00000 n 
+0000298366 00000 n 
+0000298428 00000 n 
+0000298489 00000 n 
+0000301861 00000 n 
+0000301923 00000 n 
+0000279342 00000 n 
+0000279568 00000 n 
+0000279795 00000 n 
+0000280022 00000 n 
+0000280249 00000 n 
+0000280476 00000 n 
+0000280670 00000 n 
+0000280865 00000 n 
+0000281058 00000 n 
+0000281253 00000 n 
+0000281448 00000 n 
+0000281641 00000 n 
+0000281836 00000 n 
+0000282030 00000 n 
+0000282417 00000 n 
+0000282610 00000 n 
+0000282805 00000 n 
+0000283000 00000 n 
+0000283389 00000 n 
+0000283584 00000 n 
+0000283779 00000 n 
+0000283974 00000 n 
+0000284169 00000 n 
+0000284362 00000 n 
+0000284548 00000 n 
+0000284739 00000 n 
+0000284930 00000 n 
+0000285122 00000 n 
+0000285317 00000 n 
+0000285512 00000 n 
+0000287720 00000 n 
+0000287915 00000 n 
+0000286013 00000 n 
+0000278242 00000 n 
+0000276238 00000 n 
+0000285900 00000 n 
+0000285956 00000 n 
+0000282225 00000 n 
+0000283195 00000 n 
+0000285707 00000 n 
+0000302047 00000 n 
+0000302105 00000 n 
+0000302167 00000 n 
+0000302229 00000 n 
+0000302291 00000 n 
+0000302353 00000 n 
+0000302415 00000 n 
+0000302477 00000 n 
+0000304369 00000 n 
+0000302596 00000 n 
+0000309059 00000 n 
+0000326021 00000 n 
+0000288110 00000 n 
+0000288270 00000 n 
+0000288463 00000 n 
+0000288658 00000 n 
+0000288817 00000 n 
+0000289012 00000 n 
+0000289207 00000 n 
+0000289402 00000 n 
+0000289597 00000 n 
+0000290598 00000 n 
+0000287501 00000 n 
+0000286124 00000 n 
+0000289791 00000 n 
+0000495530 00000 n 
+0000496656 00000 n 
+0000309173 00000 n 
+0000292783 00000 n 
+0000294861 00000 n 
+0000292636 00000 n 
+0000290735 00000 n 
+0000293172 00000 n 
+0000292978 00000 n 
+0000298665 00000 n 
+0000296952 00000 n 
+0000294985 00000 n 
+0000297071 00000 n 
+0000302710 00000 n 
+0000301686 00000 n 
+0000298763 00000 n 
+0000301805 00000 n 
+0000304710 00000 n 
+0000304194 00000 n 
+0000302821 00000 n 
+0000304313 00000 n 
+0000307203 00000 n 
+0000306801 00000 n 
+0000304821 00000 n 
+0000306920 00000 n 
+0000308684 00000 n 
+0000308843 00000 n 
+0000309455 00000 n 
+0000308537 00000 n 
+0000307314 00000 n 
+0000309003 00000 n 
+0000496774 00000 n 
+0000310772 00000 n 
+0000312780 00000 n 
+0000317980 00000 n 
+0000311285 00000 n 
+0000310630 00000 n 
+0000309567 00000 n 
+0000310938 00000 n 
+0000318047 00000 n 
+0000318234 00000 n 
+0000318421 00000 n 
+0000318608 00000 n 
+0000318795 00000 n 
+0000318982 00000 n 
+0000319169 00000 n 
+0000319356 00000 n 
+0000319543 00000 n 
+0000319730 00000 n 
+0000319916 00000 n 
+0000320103 00000 n 
+0000320289 00000 n 
+0000320475 00000 n 
+0000320661 00000 n 
+0000320848 00000 n 
+0000321034 00000 n 
+0000321220 00000 n 
+0000321407 00000 n 
+0000321866 00000 n 
+0000312460 00000 n 
+0000311397 00000 n 
+0000321573 00000 n 
+0000321631 00000 n 
+0000321690 00000 n 
+0000321749 00000 n 
+0000314216 00000 n 
+0000314347 00000 n 
+0000314490 00000 n 
+0000314795 00000 n 
+0000315218 00000 n 
+0000315424 00000 n 
+0000315446 00000 n 
+0000317957 00000 n 
+0000323963 00000 n 
+0000324308 00000 n 
+0000324425 00000 n 
+0000323846 00000 n 
+0000324191 00000 n 
+0000326721 00000 n 
+0000327556 00000 n 
+0000325904 00000 n 
+0000326487 00000 n 
+0000326604 00000 n 
+0000327673 00000 n 
+0000325789 00000 n 
+0000326137 00000 n 
+0000326254 00000 n 
+0000326370 00000 n 
+0000323534 00000 n 
+0000324716 00000 n 
+0000323391 00000 n 
+0000321993 00000 n 
+0000323730 00000 n 
+0000326837 00000 n 
+0000325551 00000 n 
+0000324828 00000 n 
+0000325673 00000 n 
+0000327790 00000 n 
+0000327376 00000 n 
+0000326936 00000 n 
+0000327498 00000 n 
+0000329260 00000 n 
+0000329411 00000 n 
+0000329561 00000 n 
+0000329712 00000 n 
+0000329863 00000 n 
+0000330014 00000 n 
+0000330165 00000 n 
+0000330316 00000 n 
+0000330467 00000 n 
+0000330617 00000 n 
+0000330768 00000 n 
+0000330919 00000 n 
+0000331070 00000 n 
+0000331221 00000 n 
+0000331372 00000 n 
+0000331522 00000 n 
+0000331673 00000 n 
+0000331824 00000 n 
+0000331975 00000 n 
+0000332126 00000 n 
+0000332277 00000 n 
+0000332428 00000 n 
+0000332578 00000 n 
+0000332729 00000 n 
+0000332880 00000 n 
+0000333031 00000 n 
+0000333182 00000 n 
+0000333333 00000 n 
+0000333484 00000 n 
+0000333635 00000 n 
+0000333786 00000 n 
+0000333937 00000 n 
+0000334088 00000 n 
+0000334239 00000 n 
+0000334390 00000 n 
+0000334541 00000 n 
+0000334691 00000 n 
+0000334842 00000 n 
+0000334993 00000 n 
+0000335144 00000 n 
+0000335294 00000 n 
+0000335445 00000 n 
+0000335596 00000 n 
+0000337902 00000 n 
+0000335805 00000 n 
+0000328738 00000 n 
+0000327876 00000 n 
+0000335747 00000 n 
+0000496897 00000 n 
+0000338053 00000 n 
+0000338204 00000 n 
+0000338355 00000 n 
+0000338505 00000 n 
+0000338655 00000 n 
+0000338806 00000 n 
+0000338957 00000 n 
+0000339108 00000 n 
+0000339259 00000 n 
+0000339410 00000 n 
+0000339561 00000 n 
+0000339712 00000 n 
+0000339863 00000 n 
+0000340014 00000 n 
+0000340165 00000 n 
+0000340316 00000 n 
+0000340467 00000 n 
+0000340618 00000 n 
+0000340768 00000 n 
+0000340919 00000 n 
+0000341069 00000 n 
+0000341219 00000 n 
+0000341369 00000 n 
+0000341520 00000 n 
+0000341671 00000 n 
+0000341821 00000 n 
+0000341972 00000 n 
+0000342123 00000 n 
+0000342274 00000 n 
+0000342424 00000 n 
+0000342575 00000 n 
+0000342725 00000 n 
+0000342876 00000 n 
+0000343026 00000 n 
+0000343177 00000 n 
+0000343328 00000 n 
+0000343478 00000 n 
+0000343628 00000 n 
+0000343779 00000 n 
+0000343930 00000 n 
+0000344081 00000 n 
+0000344232 00000 n 
+0000344382 00000 n 
+0000344533 00000 n 
+0000344682 00000 n 
+0000344833 00000 n 
+0000344984 00000 n 
+0000345134 00000 n 
+0000345285 00000 n 
+0000345435 00000 n 
+0000345586 00000 n 
+0000345737 00000 n 
+0000345888 00000 n 
+0000346038 00000 n 
+0000346189 00000 n 
+0000346340 00000 n 
+0000346491 00000 n 
+0000346642 00000 n 
+0000346793 00000 n 
+0000346944 00000 n 
+0000347095 00000 n 
+0000347246 00000 n 
+0000347397 00000 n 
+0000347547 00000 n 
+0000347698 00000 n 
+0000347849 00000 n 
+0000348000 00000 n 
+0000348151 00000 n 
+0000348301 00000 n 
+0000348451 00000 n 
+0000348601 00000 n 
+0000348752 00000 n 
+0000348960 00000 n 
+0000337110 00000 n 
+0000335891 00000 n 
+0000348902 00000 n 
+0000350849 00000 n 
+0000350999 00000 n 
+0000351150 00000 n 
+0000351301 00000 n 
+0000351452 00000 n 
+0000351603 00000 n 
+0000351754 00000 n 
+0000351905 00000 n 
+0000352056 00000 n 
+0000352206 00000 n 
+0000352356 00000 n 
+0000352507 00000 n 
+0000352657 00000 n 
+0000352806 00000 n 
+0000352954 00000 n 
+0000353104 00000 n 
+0000353255 00000 n 
+0000353406 00000 n 
+0000353557 00000 n 
+0000353708 00000 n 
+0000353858 00000 n 
+0000354008 00000 n 
+0000354159 00000 n 
+0000354308 00000 n 
+0000354458 00000 n 
+0000354609 00000 n 
+0000354760 00000 n 
+0000354911 00000 n 
+0000355062 00000 n 
+0000355213 00000 n 
+0000355364 00000 n 
+0000355515 00000 n 
+0000355665 00000 n 
+0000355816 00000 n 
+0000355967 00000 n 
+0000356118 00000 n 
+0000356267 00000 n 
+0000356417 00000 n 
+0000356568 00000 n 
+0000356719 00000 n 
+0000356869 00000 n 
+0000357019 00000 n 
+0000357170 00000 n 
+0000357321 00000 n 
+0000357471 00000 n 
+0000357622 00000 n 
+0000357772 00000 n 
+0000357922 00000 n 
+0000358072 00000 n 
+0000358222 00000 n 
+0000358372 00000 n 
+0000358523 00000 n 
+0000358674 00000 n 
+0000358825 00000 n 
+0000358976 00000 n 
+0000359127 00000 n 
+0000359278 00000 n 
+0000359428 00000 n 
+0000359579 00000 n 
+0000359730 00000 n 
+0000359881 00000 n 
+0000360032 00000 n 
+0000360183 00000 n 
+0000360333 00000 n 
+0000360483 00000 n 
+0000360634 00000 n 
+0000360785 00000 n 
+0000360936 00000 n 
+0000361087 00000 n 
+0000361238 00000 n 
+0000361389 00000 n 
+0000361540 00000 n 
+0000362989 00000 n 
+0000361749 00000 n 
+0000350066 00000 n 
+0000349046 00000 n 
+0000361691 00000 n 
+0000363140 00000 n 
+0000363291 00000 n 
+0000363442 00000 n 
+0000363593 00000 n 
+0000363744 00000 n 
+0000363895 00000 n 
+0000364046 00000 n 
+0000364197 00000 n 
+0000364347 00000 n 
+0000364497 00000 n 
+0000364648 00000 n 
+0000364799 00000 n 
+0000364950 00000 n 
+0000365101 00000 n 
+0000365251 00000 n 
+0000365402 00000 n 
+0000365552 00000 n 
+0000365703 00000 n 
+0000365852 00000 n 
+0000366001 00000 n 
+0000366151 00000 n 
+0000366302 00000 n 
+0000366453 00000 n 
+0000366604 00000 n 
+0000366755 00000 n 
+0000366906 00000 n 
+0000367056 00000 n 
+0000367207 00000 n 
+0000367357 00000 n 
+0000367508 00000 n 
+0000367659 00000 n 
+0000367809 00000 n 
+0000367960 00000 n 
+0000368110 00000 n 
+0000368260 00000 n 
+0000368411 00000 n 
+0000368620 00000 n 
+0000362521 00000 n 
+0000361835 00000 n 
+0000368562 00000 n 
+0000494133 00000 n 
+0000368706 00000 n 
+0000369178 00000 n 
+0000369654 00000 n 
+0000370255 00000 n 
+0000370339 00000 n 
+0000370537 00000 n 
+0000370563 00000 n 
+0000370951 00000 n 
+0000371830 00000 n 
+0000372320 00000 n 
+0000383005 00000 n 
+0000383270 00000 n 
+0000392653 00000 n 
+0000392923 00000 n 
+0000400117 00000 n 
+0000400356 00000 n 
+0000407385 00000 n 
+0000407617 00000 n 
+0000425933 00000 n 
+0000426479 00000 n 
+0000444502 00000 n 
+0000445043 00000 n 
+0000459125 00000 n 
+0000459501 00000 n 
+0000479380 00000 n 
+0000479971 00000 n 
+0000493741 00000 n 
+0000497004 00000 n 
+0000497124 00000 n 
+0000497213 00000 n 
+0000497286 00000 n 
+0000506443 00000 n 
+0000506678 00000 n 
+0000506872 00000 n 
+0000507061 00000 n 
+0000507371 00000 n 
+0000507788 00000 n 
+0000508319 00000 n 
+0000508949 00000 n 
+0000509744 00000 n 
+0000510440 00000 n 
+0000510971 00000 n 
+0000511700 00000 n 
+0000512495 00000 n 
+0000513290 00000 n 
+0000514085 00000 n 
+0000514880 00000 n 
+0000515675 00000 n 
+0000516320 00000 n 
+0000516500 00000 n 
+0000516789 00000 n 
+0000517254 00000 n 
+0000517718 00000 n 
+0000518072 00000 n 
+0000518243 00000 n 
+0000518413 00000 n 
+0000518584 00000 n 
+0000518755 00000 n 
+0000518932 00000 n 
+0000519100 00000 n 
+0000519285 00000 n 
+0000519482 00000 n 
+0000519679 00000 n 
+0000519877 00000 n 
+0000520286 00000 n 
+0000520809 00000 n 
+0000521332 00000 n 
+0000521748 00000 n 
+0000521987 00000 n 
+0000522230 00000 n 
+0000522502 00000 n 
+0000522793 00000 n 
+0000523079 00000 n 
+0000523362 00000 n 
+0000523645 00000 n 
+0000523930 00000 n 
+0000524213 00000 n 
+0000524496 00000 n 
+0000524781 00000 n 
+0000525064 00000 n 
+0000525187 00000 n 
+0000525357 00000 n 
+0000525596 00000 n 
+0000525792 00000 n 
+0000525910 00000 n 
+0000526030 00000 n 
+0000526159 00000 n 
+0000526298 00000 n 
+0000526442 00000 n 
+0000526541 00000 n 
+0000526675 00000 n 
+0000526787 00000 n 
+0000526890 00000 n 
+0000526930 00000 n 
+0000527111 00000 n 
+trailer
+<< /Size 1404
+/Root 1402 0 R
+/Info 1403 0 R
+/ID [<F402B200711665781F0B684C4A0FC9D9> <F402B200711665781F0B684C4A0FC9D9>] >>
+startxref
+527438
+%%EOF
diff --git a/documentation/aacEncoder.pdf b/documentation/aacEncoder.pdf
new file mode 100644 (file)
index 0000000..e8420b1
--- /dev/null
@@ -0,0 +1,9791 @@
+%PDF-1.4
+%ÐÔÅØ
+1 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+4 0 obj
+(\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n)
+endobj
+5 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+8 0 obj
+(\376\377\000S\000c\000o\000p\000e)
+endobj
+9 0 obj
+<< /S /GoTo /D (section.1.2) >>
+endobj
+12 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000B\000a\000s\000i\000c\000s)
+endobj
+13 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+16 0 obj
+(\376\377\000L\000i\000b\000r\000a\000r\000y\000\040\000U\000s\000a\000g\000e)
+endobj
+17 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+20 0 obj
+(\376\377\000A\000P\000I\000\040\000F\000i\000l\000e\000s)
+endobj
+21 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+24 0 obj
+(\376\377\000C\000a\000l\000l\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e)
+endobj
+25 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+28 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000I\000n\000s\000t\000a\000n\000c\000e\000\040\000A\000l\000l\000o\000c\000a\000t\000i\000o\000n)
+endobj
+29 0 obj
+<< /S /GoTo /D (section.2.4) >>
+endobj
+32 0 obj
+(\376\377\000I\000n\000p\000u\000t\000/\000O\000u\000t\000p\000u\000t\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.2.4.1) >>
+endobj
+36 0 obj
+(\376\377\000P\000r\000o\000v\000i\000d\000e\000\040\000B\000u\000f\000f\000e\000r\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000o\000r\000s)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsection.2.4.2) >>
+endobj
+40 0 obj
+(\376\377\000P\000r\000o\000v\000i\000d\000e\000\040\000I\000n\000p\000u\000t\000/\000O\000u\000t\000p\000u\000t\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000\040\000L\000i\000s\000t\000s)
+endobj
+41 0 obj
+<< /S /GoTo /D (section.2.5) >>
+endobj
+44 0 obj
+(\376\377\000F\000e\000e\000d\000\040\000I\000n\000p\000u\000t\000\040\000B\000u\000f\000f\000e\000r)
+endobj
+45 0 obj
+<< /S /GoTo /D (section.2.6) >>
+endobj
+48 0 obj
+(\376\377\000O\000u\000t\000p\000u\000t\000\040\000B\000i\000t\000s\000t\000r\000e\000a\000m\000\040\000D\000a\000t\000a)
+endobj
+49 0 obj
+<< /S /GoTo /D (section.2.7) >>
+endobj
+52 0 obj
+(\376\377\000M\000e\000t\000a\000\040\000D\000a\000t\000a\000\040\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n)
+endobj
+53 0 obj
+<< /S /GoTo /D (section.2.8) >>
+endobj
+56 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000R\000e\000c\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n)
+endobj
+57 0 obj
+<< /S /GoTo /D (section.2.9) >>
+endobj
+60 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000P\000a\000r\000a\000m\000e\000t\000r\000i\000z\000a\000t\000i\000o\000n)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.2.9.1) >>
+endobj
+64 0 obj
+(\376\377\000M\000a\000n\000d\000a\000t\000o\000r\000y\000\040\000E\000n\000c\000o\000d\000e\000r\000\040\000P\000a\000r\000a\000m\000e\000t\000e\000r\000s)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsection.2.9.2) >>
+endobj
+68 0 obj
+(\376\377\000C\000h\000a\000n\000n\000e\000l\000\040\000M\000o\000d\000e\000\040\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsection.2.9.3) >>
+endobj
+72 0 obj
+(\376\377\000A\000u\000d\000i\000o\000\040\000Q\000u\000a\000l\000i\000t\000y\000\040\000C\000o\000n\000s\000i\000d\000e\000r\000a\000t\000i\000o\000n\000s)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsection.2.9.4) >>
+endobj
+76 0 obj
+(\376\377\000E\000L\000D\000\040\000A\000u\000t\000o\000\040\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000M\000o\000d\000e)
+endobj
+77 0 obj
+<< /S /GoTo /D (section.2.10) >>
+endobj
+80 0 obj
+(\376\377\000A\000u\000d\000i\000o\000\040\000C\000h\000a\000n\000n\000e\000l\000\040\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n)
+endobj
+81 0 obj
+<< /S /GoTo /D (section.2.11) >>
+endobj
+84 0 obj
+(\376\377\000S\000u\000p\000p\000o\000r\000t\000e\000d\000\040\000B\000i\000t\000r\000a\000t\000e\000s)
+endobj
+85 0 obj
+<< /S /GoTo /D (section.2.12) >>
+endobj
+88 0 obj
+(\376\377\000R\000e\000c\000o\000m\000m\000e\000n\000d\000e\000d\000\040\000S\000a\000m\000p\000l\000i\000n\000g\000\040\000R\000a\000t\000e\000\040\000a\000n\000d\000\040\000B\000i\000t\000r\000a\000t\000e\000\040\000C\000o\000m\000b\000i\000n\000a\000t\000i\000o\000n\000s)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsection.2.12.1) >>
+endobj
+92 0 obj
+(\376\377\000A\000A\000C\000-\000L\000C\000,\000\040\000H\000E\000-\000A\000A\000C\000,\000\040\000H\000E\000-\000A\000A\000C\000v\0002\000\040\000i\000n\000\040\000D\000u\000a\000l\000r\000a\000t\000e\000\040\000S\000B\000R\000\040\000m\000o\000d\000e\000.)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.2.12.2) >>
+endobj
+96 0 obj
+(\376\377\000A\000A\000C\000-\000L\000D\000,\000\040\000A\000A\000C\000-\000E\000L\000D\000,\000\040\000A\000A\000C\000-\000E\000L\000D\000\040\000w\000i\000t\000h\000\040\000S\000B\000R\000\040\000i\000n\000\040\000D\000u\000a\000l\000r\000a\000t\000e\000\040\000S\000B\000R\000\040\000m\000o\000d\000e\000.)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.2.12.3) >>
+endobj
+100 0 obj
+(\376\377\000A\000A\000C\000-\000E\000L\000D\000\040\000w\000i\000t\000h\000\040\000S\000B\000R\000\040\000i\000n\000\040\000D\000o\000w\000n\000s\000a\000m\000p\000l\000e\000d\000\040\000S\000B\000R\000\040\000m\000o\000d\000e\000.)
+endobj
+101 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+104 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000B\000e\000h\000a\000v\000i\000o\000u\000r)
+endobj
+105 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+108 0 obj
+(\376\377\000B\000a\000n\000d\000w\000i\000d\000t\000h)
+endobj
+109 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+112 0 obj
+(\376\377\000F\000r\000a\000m\000e\000\040\000S\000i\000z\000e\000s\000\040\000\046\000\040\000B\000i\000t\000\040\000R\000e\000s\000e\000r\000v\000o\000i\000r)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsection.3.2.1) >>
+endobj
+116 0 obj
+(\376\377\000E\000s\000t\000i\000m\000a\000t\000i\000n\000g\000\040\000A\000v\000e\000r\000a\000g\000e\000\040\000F\000r\000a\000m\000e\000\040\000S\000i\000z\000e\000s)
+endobj
+117 0 obj
+<< /S /GoTo /D (section.3.3) >>
+endobj
+120 0 obj
+(\376\377\000E\000n\000c\000o\000d\000e\000r\000\040\000T\000o\000o\000l\000s)
+endobj
+121 0 obj
+<< /S /GoTo /D (chapter.4) >>
+endobj
+124 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000I\000n\000d\000e\000x)
+endobj
+125 0 obj
+<< /S /GoTo /D (section.4.1) >>
+endobj
+128 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000L\000i\000s\000t)
+endobj
+129 0 obj
+<< /S /GoTo /D (chapter.5) >>
+endobj
+132 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000I\000n\000d\000e\000x)
+endobj
+133 0 obj
+<< /S /GoTo /D (section.5.1) >>
+endobj
+136 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000L\000i\000s\000t)
+endobj
+137 0 obj
+<< /S /GoTo /D (chapter.6) >>
+endobj
+140 0 obj
+(\376\377\000C\000l\000a\000s\000s\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+141 0 obj
+<< /S /GoTo /D (section.6.1) >>
+endobj
+144 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000B\000u\000f\000D\000e\000s\000c\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+145 0 obj
+<< /S /GoTo /D (subsection.6.1.1) >>
+endobj
+148 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+149 0 obj
+<< /S /GoTo /D (subsection.6.1.2) >>
+endobj
+152 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+153 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.1) >>
+endobj
+156 0 obj
+(\376\377\000b\000u\000f\000E\000l\000S\000i\000z\000e\000s)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.2) >>
+endobj
+160 0 obj
+(\376\377\000b\000u\000f\000f\000e\000r\000I\000d\000e\000n\000t\000i\000f\000i\000e\000r\000s)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.3) >>
+endobj
+164 0 obj
+(\376\377\000b\000u\000f\000s)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.4) >>
+endobj
+168 0 obj
+(\376\377\000b\000u\000f\000S\000i\000z\000e\000s)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsubsection.6.1.2.5) >>
+endobj
+172 0 obj
+(\376\377\000n\000u\000m\000B\000u\000f\000s)
+endobj
+173 0 obj
+<< /S /GoTo /D (section.6.2) >>
+endobj
+176 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000I\000n\000A\000r\000g\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+177 0 obj
+<< /S /GoTo /D (subsection.6.2.1) >>
+endobj
+180 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsection.6.2.2) >>
+endobj
+184 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+185 0 obj
+<< /S /GoTo /D (subsubsection.6.2.2.1) >>
+endobj
+188 0 obj
+(\376\377\000n\000u\000m\000A\000n\000c\000B\000y\000t\000e\000s)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsubsection.6.2.2.2) >>
+endobj
+192 0 obj
+(\376\377\000n\000u\000m\000I\000n\000S\000a\000m\000p\000l\000e\000s)
+endobj
+193 0 obj
+<< /S /GoTo /D (section.6.3) >>
+endobj
+196 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000I\000n\000f\000o\000S\000t\000r\000u\000c\000t\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.6.3.1) >>
+endobj
+200 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+201 0 obj
+<< /S /GoTo /D (subsection.6.3.2) >>
+endobj
+204 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.1) >>
+endobj
+208 0 obj
+(\376\377\000c\000o\000n\000f\000B\000u\000f)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.2) >>
+endobj
+212 0 obj
+(\376\377\000c\000o\000n\000f\000S\000i\000z\000e)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.3) >>
+endobj
+216 0 obj
+(\376\377\000e\000n\000c\000o\000d\000e\000r\000D\000e\000l\000a\000y)
+endobj
+217 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.4) >>
+endobj
+220 0 obj
+(\376\377\000f\000r\000a\000m\000e\000L\000e\000n\000g\000t\000h)
+endobj
+221 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.5) >>
+endobj
+224 0 obj
+(\376\377\000i\000n\000B\000u\000f\000F\000i\000l\000l\000L\000e\000v\000e\000l)
+endobj
+225 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.6) >>
+endobj
+228 0 obj
+(\376\377\000i\000n\000p\000u\000t\000C\000h\000a\000n\000n\000e\000l\000s)
+endobj
+229 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.7) >>
+endobj
+232 0 obj
+(\376\377\000m\000a\000x\000A\000n\000c\000B\000y\000t\000e\000s)
+endobj
+233 0 obj
+<< /S /GoTo /D (subsubsection.6.3.2.8) >>
+endobj
+236 0 obj
+(\376\377\000m\000a\000x\000O\000u\000t\000B\000u\000f\000B\000y\000t\000e\000s)
+endobj
+237 0 obj
+<< /S /GoTo /D (section.6.4) >>
+endobj
+240 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000M\000e\000t\000a\000D\000a\000t\000a\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+241 0 obj
+<< /S /GoTo /D (subsection.6.4.1) >>
+endobj
+244 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+245 0 obj
+<< /S /GoTo /D (subsection.6.4.2) >>
+endobj
+248 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+249 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.1) >>
+endobj
+252 0 obj
+(\376\377\000c\000e\000n\000t\000e\000r\000M\000i\000x\000L\000e\000v\000e\000l)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.2) >>
+endobj
+256 0 obj
+(\376\377\000c\000o\000m\000p\000\137\000p\000r\000o\000f\000i\000l\000e)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.3) >>
+endobj
+260 0 obj
+(\376\377\000c\000o\000m\000p\000\137\000T\000a\000r\000g\000e\000t\000R\000e\000f\000L\000e\000v\000e\000l)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.4) >>
+endobj
+264 0 obj
+(\376\377\000d\000o\000l\000b\000y\000S\000u\000r\000r\000o\000u\000n\000d\000M\000o\000d\000e)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.5) >>
+endobj
+268 0 obj
+(\376\377\000d\000r\000c\000\137\000p\000r\000o\000f\000i\000l\000e)
+endobj
+269 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.6) >>
+endobj
+272 0 obj
+(\376\377\000d\000r\000c\000\137\000T\000a\000r\000g\000e\000t\000R\000e\000f\000L\000e\000v\000e\000l)
+endobj
+273 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.7) >>
+endobj
+276 0 obj
+(\376\377\000E\000T\000S\000I\000\137\000D\000m\000x\000L\000v\000l\000\137\000p\000r\000e\000s\000e\000n\000t)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.8) >>
+endobj
+280 0 obj
+(\376\377\000P\000C\000E\000\137\000m\000i\000x\000d\000o\000w\000n\000\137\000i\000d\000x\000\137\000p\000r\000e\000s\000e\000n\000t)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.9) >>
+endobj
+284 0 obj
+(\376\377\000p\000r\000o\000g\000\137\000r\000e\000f\000\137\000l\000e\000v\000e\000l)
+endobj
+285 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.10) >>
+endobj
+288 0 obj
+(\376\377\000p\000r\000o\000g\000\137\000r\000e\000f\000\137\000l\000e\000v\000e\000l\000\137\000p\000r\000e\000s\000e\000n\000t)
+endobj
+289 0 obj
+<< /S /GoTo /D (subsubsection.6.4.2.11) >>
+endobj
+292 0 obj
+(\376\377\000s\000u\000r\000r\000o\000u\000n\000d\000M\000i\000x\000L\000e\000v\000e\000l)
+endobj
+293 0 obj
+<< /S /GoTo /D (section.6.5) >>
+endobj
+296 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000O\000u\000t\000A\000r\000g\000s\000\040\000S\000t\000r\000u\000c\000t\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+297 0 obj
+<< /S /GoTo /D (subsection.6.5.1) >>
+endobj
+300 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsection.6.5.2) >>
+endobj
+304 0 obj
+(\376\377\000M\000e\000m\000b\000e\000r\000\040\000D\000a\000t\000a\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsubsection.6.5.2.1) >>
+endobj
+308 0 obj
+(\376\377\000n\000u\000m\000A\000n\000c\000B\000y\000t\000e\000s)
+endobj
+309 0 obj
+<< /S /GoTo /D (subsubsection.6.5.2.2) >>
+endobj
+312 0 obj
+(\376\377\000n\000u\000m\000I\000n\000S\000a\000m\000p\000l\000e\000s)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsubsection.6.5.2.3) >>
+endobj
+316 0 obj
+(\376\377\000n\000u\000m\000O\000u\000t\000B\000y\000t\000e\000s)
+endobj
+317 0 obj
+<< /S /GoTo /D (chapter.7) >>
+endobj
+320 0 obj
+(\376\377\000F\000i\000l\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+321 0 obj
+<< /S /GoTo /D (section.7.1) >>
+endobj
+324 0 obj
+(\376\377\000a\000a\000c\000e\000n\000c\000\137\000l\000i\000b\000.\000h\000\040\000F\000i\000l\000e\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsection.7.1.1) >>
+endobj
+328 0 obj
+(\376\377\000D\000e\000t\000a\000i\000l\000e\000d\000\040\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsection.7.1.2) >>
+endobj
+332 0 obj
+(\376\377\000T\000y\000p\000e\000d\000e\000f\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+333 0 obj
+<< /S /GoTo /D (subsubsection.7.1.2.1) >>
+endobj
+336 0 obj
+(\376\377\000H\000A\000N\000D\000L\000E\000\137\000A\000A\000C\000E\000N\000C\000O\000D\000E\000R)
+endobj
+337 0 obj
+<< /S /GoTo /D (subsection.7.1.3) >>
+endobj
+340 0 obj
+(\376\377\000E\000n\000u\000m\000e\000r\000a\000t\000i\000o\000n\000\040\000T\000y\000p\000e\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+341 0 obj
+<< /S /GoTo /D (subsubsection.7.1.3.1) >>
+endobj
+344 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000B\000u\000f\000f\000e\000r\000I\000d\000e\000n\000t\000i\000f\000i\000e\000r)
+endobj
+345 0 obj
+<< /S /GoTo /D (subsubsection.7.1.3.2) >>
+endobj
+348 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000C\000T\000R\000L\000F\000L\000A\000G\000S)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsubsection.7.1.3.3) >>
+endobj
+352 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000E\000R\000R\000O\000R)
+endobj
+353 0 obj
+<< /S /GoTo /D (subsubsection.7.1.3.4) >>
+endobj
+356 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000M\000E\000T\000A\000D\000A\000T\000A\000\137\000D\000R\000C\000\137\000P\000R\000O\000F\000I\000L\000E)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsubsection.7.1.3.5) >>
+endobj
+360 0 obj
+(\376\377\000A\000A\000C\000E\000N\000C\000\137\000P\000A\000R\000A\000M)
+endobj
+361 0 obj
+<< /S /GoTo /D (subsection.7.1.4) >>
+endobj
+364 0 obj
+(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n)
+endobj
+365 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.1) >>
+endobj
+368 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000C\000l\000o\000s\000e)
+endobj
+369 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.2) >>
+endobj
+372 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000E\000n\000c\000o\000d\000e)
+endobj
+373 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.3) >>
+endobj
+376 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000G\000e\000t\000L\000i\000b\000I\000n\000f\000o)
+endobj
+377 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.4) >>
+endobj
+380 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000I\000n\000f\000o)
+endobj
+381 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.5) >>
+endobj
+384 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000o\000d\000e\000r\000\137\000G\000e\000t\000P\000a\000r\000a\000m)
+endobj
+385 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.6) >>
+endobj
+388 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000o\000d\000e\000r\000\137\000S\000e\000t\000P\000a\000r\000a\000m)
+endobj
+389 0 obj
+<< /S /GoTo /D (subsubsection.7.1.4.7) >>
+endobj
+392 0 obj
+(\376\377\000a\000a\000c\000E\000n\000c\000O\000p\000e\000n)
+endobj
+393 0 obj
+<< /S /GoTo /D [394 0 R  /Fit ] >>
+endobj
+398 0 obj <<
+/Length 931       
+/Filter /FlateDecode
+>>
+stream
+xÚ}UM\93£6\10½ûWp\84ª1\96\ 4Â&·É\8cw3©Mj\93ñ-ÉA\ 6a\94\80D\84\18ïäקõ\ 1¶w\9d\94«L«ÕݯûuKBÑ)BÑÇ\15ú\8f/\86\7f\14á(C8¥Q±-Ó\12Ó¨êW\7f¯P\8ar\92¹ý+ÑmQ\84\90wÌq9«7/=\8e\9eÕê\17øÍa×>îú*ð÷\87Õæ\ 3!\11ÉÓín\8b£C\13\95(¢»2¥¸\88\ euô[üX¿%\18ÅLV¼NÖ\84¢ø1\81¿©\16Ê/\9fT-äÉË{Y©\9aëä\8fÃ\8f\0     \80)Ê|\98Oâ¨\99~·;\80\98A²i\96\17Ä"\82!ݦ%      \80?}Þ\7f\\13\1f\8fÉ\80é\94\7fLr\80õ\8bO*!4>¯\9fT?t<Á4þ"Ì{RÐøaÎ\82dPîUì\10æ\aqj×ûƺÿ\8e\10©\ 4\97\95õ\7f¿\83òFn\82Ý\89\97í\15E!+¿xæ\1dû*è·\99ñ\vs®#»´,\8a\83i\99\92|ë-?h6ÉV5`ìb¾ÈÑ\b3\19¿j¦\8bÞð\93\16\\eî\15¯UË:3É\13\97Áâåu!   £´¤åÿ#\848\8e2u\83ÂÌ\ù\93Р     ÞÅÕ$̸ ,]¿­ê
+²5føn³9\9f϶u©\10cÚ\²  ªù\86õý}~J\94Ò2Dz\16cÕ1Ñ/\~\8d\8a\ 1\95\17Ù(Ý3#\140\92m³X\84¯iÅè¥ZUSÏ¥  ûA;NÇ?y\15\94Fù/Ð\9bà\18èõ˳0­\9a\82\8dTFT<Mìá\8bí¬2)øø\90¬s\94Ç\92õ\8bì&>Û\92¸f\86yßiäõmz~Î\99\9døqiàU]-×\¸&Ó\98\ 57äÐG¡¦Ñk&     þAV\ 6\9cÎb\fÆ\90/¯!Ý\8c\14ñg­ê©2!\9c?\91\94\1e\94m|p°5x±÷ÓNãcØ3\9aÕ¼gú¯\19Kû¯vu\9cÄh ßú\eÛ;\85©Æ\12\90ûl½XÍdZrw8>´<\9cb»ëª·Â\85ÄF\ 5OÏâÐ1¹L\0D\96]¸= \1dÔ5ÑoH5÷À\84qÈCçsÐ5\1aî@\1eRxì:¯×pÅ\981È|äúÍB:b­ÝÏÁ}`ÚÜT[\UKÈ<\8d\ 4ÇÃtìD5§\v[\8ek+X®­\85æ\83k\97«\16ô®XÐOFtâ\9fY+\82;\933W`bϵ\13\ 4\r;Wf\0É\99´Ó\9aÁMÆ;\ ew&4MIQÝúö\1cÎ\ 3hYgm³\120«nrOÅ\9dÆ\ e­2ªR\83}jÞ\97çd¹þ{Qie\a¸ë\1f¼f9]v1pÝ\8bqt¬Øµ\bß³\86q\9f\835Zõ^\82á    ~\96α\r7\8cÍky\8bÝÅ\ 1ïda\9f¥&"[x¡
+x<É6\85wÖ'ý+·7á\9b¸\0gi\9eâðv\85D_ù`x\7f\9cïR\12Ô\ 4áì\ 6p\7f\v]\10)o
+endstream
+endobj
+394 0 obj <<
+/Type /Page
+/Contents 398 0 R
+/Resources 397 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Group 396 0 R
+>> endobj
+395 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 5000
+/Height 1419
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/SMask 403 0 R
+/Length 111531    
+/Filter /FlateDecode
+>>
+stream
+xÚìÝ{pÖõ\81ïñß\0+MI¦É@BBGÇÙî®ãØ\9engÝ\9e¶{ìi»;mÇqê´³Nwì\19g\1c¯\80L\80$$ä\86²õÂ%@®Oò<y¸\83\ 5\10QD¥R\90\82Ü\14\11E ÈE@\ 4#    \97@z~1=\9dΩµ\8f
+\98üòzÍ{\18Û¿x\9eçËü¾ÿ|æ÷\87?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ð\ 5\18Ü\!I\92¤\v\98\e&\0\0\0\0\0\0\0\0\0\0\0\10U\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92$»T\0\0\0\0\0\0\0\0\0\0\0\80TX\8eH\92$Ù¥\ 2\0\0\0\0\0\0\0\0\0\0\0¤ÂrD\92$É.\15\0\0\0\0\0\0\0\0\0\0\0 \15\96#\92$Iv©\0\0\0\0\0\0\0\0\0\0\0\0©°\1c\91$I²K\ 5\0\0\0\0\0\0\0\0\0\0\0H\85å\88$I\92]*\0\0\0\0\0\0\0\0\0\0\0@*,G$I\92ìR\ 1\0\0\0\0\0\0\0\0\0\0\0Ra9"I\92d\97
+\0\0\0\0\0\0\0\0\0\0\0\90
\11I\92¤Ï_nsÅ DÙ\97\e\8aÂÜ0\ 1\0\0\0\0\0\0\0\0\0\0\80¨²"\91$IúÌå%+3\1a\8bûÔ\8e
\fÿç\87'½uâh\98\e&\0\0\0\0\0\0\0\0\0\0\0\10Uæ$\92$I\9f¡!Éq\97Õ\17\ 4\13n¿uåüu\87ö¼tðííÇ\ e¹[\ 2\0\0\0\0\0\0\0\0\0\0\0ÑfT"I\92ôéJVv¾ uÂí%¿]ºàÍM»?8æJ     \0\0\0\0\0\0\0\0\0\0\0ô\12¦%\92$I\7f³Üæ\8a\81ñ² fdgS\86?°aå´Í«\8f\9dju\99\ 4\0\0\0\0\0\0\0\0\0\0\0z\153\13I\92¤O(/Y\99Ù46¨Î\ fÿû\81\r+Ã*_~Ú\1d\12\0\0\0\0\0\0\0\0\0\0\0è\9d\8cM$I\92>v\8e\9aÑXÜ¿¾0¨É¿fîCw=ÿè\84WV¹:\ 2\0\0\0\0\0\0\0\0\0\0\0½\9cÕ\89$IÒ\9f\97Û\\91ÑXÒ¯®àºE57¯\98\92xÓ«k]\1a\ 1\0\0\0\0\0\0\0\0\0\0\0þ`\97*I\92ôge6\8dÍh,þÞÂêoÎ\9b¸îÐ\1ewE\0\0\0\0\0\0\0\0\0\0\0\80?g~"I\92zy9Í\15Ù\89òA\89²ðÏ\7f~xÒ\95\1f\81["\0\0\0\0\0\0\0\0\0\0\0À_2E\91$I½|\94\9a\97¬¼ræø+fÜwÕ\9c\aÎwt¸\1f\ 2\0\0\0\0\0\0\0\0\0\0\0ü5Ö(\92$©w\96Û\1(Q\16Ô\8cüù²äésí]¹\1c\ 2\0\0\0\0\0\0\0\0\0\0\0|\ 2\9b\14I\92Ô«ÊKV\ e\88\8dé__\18Lº;\7fõc\aN\9e8~ºÍ\9d\10\0\0\0\0\0\0\0\0\0\0\0 \15Æ)\92$©÷Ô§vT0ñ\8e\19¯¯ß~ìЦ#û\8f\9dt\e\ 4\0\0\0\0\0\0\0\0\0\0\0H\9d}\8a$I\8av¹Í\15\83\12eAu~0mÄãoo[ñû\1d§Îµ»\ 4\ 2\0\0\0\0\0\0\0\0\0\0\0|\ 6¶*\92$)\92å%+3\1a\8b;ç¨SïÉN\94?òææ0w?\0\0\0\0\0\0\0\0\0\0\0\80ÏÃhE\92$Eo\91\9aÖP\14L\1eú¿\16U×m}iÊæ\17缱ѭ\ f\0\0\0\0\0\0\0\0\0\0\0àó3]\91$IÑ(·¹¢\7f}a¿º\82`Êð\e\96&òW?¶rßN\97=\0\0\0\0\0\0\0\0\0\0\0\80\vÈ\86E\92$õôr\9a\1a\8aúÕ\15üê\999w=ÿèMËgn9zÀ5\ f\0\0\0\0\0\0\0\0\0\0\0à\82³d\91$I=ôí¨\83\12e\19\8d%é±â\81ñ²_<5ý§O6v¸Û\ 1\0\0\0\0\0\0\0\0\0\0\0\LV-\92$©Ç\95\9d(ÿJcÉ\953Ç_·¨æ;\8fN½qY²û\®v¼\7fØ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\16I\92ÔSÊI\94g'Ê\aÆË®\9c9>·¹¢tí²nr¡:}®ýHÛ\87GÛNn9z ¨\19é\86      \0\0\0\0\0\0\0\0\0\0\0D\95\85\8b$Iê)å%+\87$Çõ­\1dÝ°mM7¹J\9dïè8×q~Ö\8e\rÁ´\11Ù\1fÍfÿ§\e&\0\0\0\0\0\0\0\0\0\0\0\10U\16.\92$©û\97ÑX\1cTç¯;´§åìé\13gN\9d9\7f®\9b\¥Æÿî\99\8cÆ\92+fÜ\97\9d(Ïi®Èùèoë\86       \0\0\0\0\0\0\0\0\0\0\0D\95\9d\8b$Iê\8e%+³â¥ýê
+úÔ\8eJ\8f\15ï<~äí\13ï\9dë8ß}.Qw=ÿè5s\1fúûYÿ\9dÙ4¶ë5©\7fÊ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\17I\92Ô­ÊKV¦Ç\8a\83Iw\7fwá´\8d\87ß  Ûtd\7f·º>ýòéY?y¢ñòé÷\86\7fÏA\89²Ü¿ø\bn\98\0\0\0\0\0\0\0\0\0\0\0@T\19¿H\92¤n2Gí[7:¨Î\ f&Ü~Óò\99Oî~µ[ÍQ\8f\9düÙÒæ[\9e\9d\17\96Ù46­¡èc\17©v©\0\0\0\0\0\0\0\0\0\0\0@´YÁH\92¤/¼ fd0éîÒµËfíØаmÍ\8e÷\ fw\9fËÒ\96£\an{îá\9b\ e¦\8d¸¬¾ ,ço}\1c7L\0\0\0\0\0\0\0\0\0\0\0 ª\fa$IÒ\17P²2+^Ú§vTç"µfä½ë\9f®|ùéÖö3Ýê\9aôÂþ·Â¿Õ\8dË\92Áä¡ýë\vó\92\95)~:7L\0\0\0\0\0\0\0\0\0\0\0 ªìb$IÒ%+/Y\99ÑXrY}AP3ò\8a\19÷\15­YR¸æÉ°îvAZ¾÷õäö\97ÿmaM0éî´\86¢Ô\17©v©\0\0\0\0\0\0\0\0\0\0\0\19ÈH\92¤Kó\82Ô\8cÆ\92>µ£þõ\91)·<;ï¦å3\1fÚø\w»\17=µgûò½¯\87]9s|P5,ü\v\7fÚEª]*\0\0\0\0\0\0\0\0\0\0\0\10mf2\92$é¢\96Ù46,­¡è;\8fN½vAÕÒݯu·ëЩööµ\a÷,ßûz0õ\9e &?,+^:ø3-RíR\ 1\0\0\0\0\0\0\0\0\0\0\80h3\96\91$I\17£\9cæ\8a\81ñ²A\89²k\17T}û\91)WÎ\1c¿åè\81îv\11j9{úí\13ïÍycC0éÎËê\vr/ÐgwÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢ÊjF\92$]ðEjN¢</Yù÷³þûª9\ ftt¿ûOkûÙ\13gNµ\9c=ýàÆç\82ªa\99Mcs/è7à\86       \0\0\0\0\0\0\0\0\0\0\0D\95í\8c$Iº°£ÔìDù\80Ø\98ë\16Õ\9cë8\1fÖ\rï?7-\9f\99\1e+\1e\92\1c78Yy1¾\ 47L\0\0\0\0\0\0\0\0\0\0\0 ªÌg$IÒç-Y\99\1e+Nk(
+&\ fÍ_ýØѶ\93aÇO·uÃ\9bÏu\8bjþqöý_\9d>nP¢,;Q\9esq¾\107L\0\0\0\0\0\0\0\0\0\0\0 ªLi$IÒç©oÝè`Ò\9d³vlØyüÈöc\87\8e\9dì\86\17\9eÓçÚ¯]PuÝ¢\9a\9cDyV¼4üó¢~'n\98\0\0\0\0\0\0\0\0\0\0\0@TYÓH\92¤OûvÔ¬xiP\9dßÙ´\11Kw¿öÂþ·Nµ·wÃ{κC{®[Xó\8b§¦ÿôÉÆ\ 1±1\19\8d%9\97ä+rÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢Ê¸F\92$¥Ò\90ä¸\ 1±1\9d[Ôªa_\9bõëÇßÞ\16¶x×Öîyà       ÿn7-\9fùÃÇê¿pZCQø7Ͻ\84ß\95\e&\0\0\0\0\0\0\0\0\0\0\0\10UV6\92\93ËKVö¯/\f&Ýyý\92xÓ«kk¶üféî׺íÝfÆëë\v×<ù¯\8fL        ¦Þ\93\1e+\ eÿò\97þ\e\ 4\0\0\0\0\0\0\0\0\0\0\0¢ÊÖF\92$ýµúÕ\15ô­\1d\1dL\19þ«gæ\14®yrÃá}ÝöJS³å7u[_
+»ræø`ê=\19\8d%_È"Õ.\15\0\0\0\0\0\0\0\0\0\0\0\886\8b\eI\92ô§r\9b+\ 6ÆËú×\17\86¥5\14Ýõü£#V/þ?ÏÌÙ÷áñîy\93im?3kÇ\86Äkë\82i#\82êü°¬xéà/n\91j\97
+\0\0\0\0\0\0\0\0\0\0\0D\9b\ 1\8e$I\1a\9c¬Ì\8a\97¦Ç\8a¿T_xÅ\8cû~ùô¬\9b\96Ïü¯\15³ºí\ 5\87ÇWü~Ç\vûß\9a²ùÅ`â\1dAÍÈnõ}ºa\ 2\0\0\0\0\0\0\0\0\0\0\0Qe\89#I\92\17¤¦Ç\8a¯\99ûÐ\8f\1e¯ÿö#S\8aÖ,éÎW\97½-ïo9zà¶ç\1e\ e\1eÔ\8c¼¬¾ ï\8b~;ª]*\0\0\0\0\0\0\0\0\0\0\0Ð{ØãH\92Ô;ËN\94\87eÅK¯\9aó@^¢bÞ\e\e»ù¥åHÛ\87\aO~ð\1f\8f7\ 4S\86g6\8dí\86sT»T\0\0\0\0\0\0\0\0\0\0\0 ò¬r$Iê\9d]1ã¾°þõ\85/\1dØÝm/*ç;:N\9dk?ýQWÏ}p@lLv¢¼û\7f·n\98\0\0\0\0\0\0\0\0\0\0\0@TYåH\92ÔKÊýè\1d©\99Mc3\1aKÂÿyìTk[ûÙ°ó\1d\1dÝö¢²óø\91¯4\96\9s|Xø÷Ïé!_µ\e&\0\0\0\0\0\0\0\0\0\0\0\10UF:\92$E»¼deFcÉeõ\ 5Á\94áÿþxÃ\81\93\ e\9eü \9b_QV½óæW\9b\99ûPV¼4;QÞ#^\93j\97
+\0\0\0\0\0\0\0\0\0\0\0D\9eµ\8e$IÑ,YÙ¯® ¨\19\19<t[Ñ\9a%ÛÞ;¸éÈþ½-ïwó\9bɤMÏ_» ê?\1eoøÖÃ\93\aÄÆdÅK{â\97ï\86       \0\0\0\0\0\0\0\0\0\0\0D\95Ù\8e$I\11+'Q\1e\a\93\87Îx}ýªwÞ|jÏöw[[ºÿ\9d¤ä·K\7fñÔô\7f\9a}ÿßÕ\17¤Ç\8a3\9bÆ\ eNVöÐ\9fÀ\r\13\0\0\0\0\0\0\0\0\0\0\0\88\1dI\92"P^²2³ilç\1c\88þ\r\85óÞØ8kÇ\86\8e\9ep\15¹ëùGóW?\16\16~\8a¾µ£;_\90Úcç¨v©\0\0\0\0\0\0\0\0\0\0\0\19òH\92Ô£ç¨i\rEAÍÈ`ÊðoÌ\9f0móê)\9b_lzum÷¿\81¼ÛÚRòÛ¥\ 5/=\11L\eѧvTØ DYnT~\177L\0\0\0\0\0\0\0\0\0\0\0 ª,z$Iêqå6Wô¯/ìWW\10L\19\92xéÚeù«\1f[øÖ\96\1eq÷Ø~ìдͫ\87¾°0\98tg\9fÚQ\11x;ª]*\0\0\0\0\0\0\0\0\0\0\0Ð{\98öH\92ÔS¶¨Ù\89ò´\86¢°~u\ 5ÿµbÖ\1d«\16üâ©é[\8e\1eè\11W\8e5\aw/ÞµõÉݯ޴|f0áöð#\fI\8e\8bê\8få\86      \0\0\0\0\0\0\0\0\0\0\0D\95\99\8f$IÝ|\8e:0^\96ÑX\92\1e+ÎKVÞ¸,\19öã'bç;:zÊecý»{×\1eÜsÕ\9c\a\82ªaAuþ\80Ø\98\b/RíR\ 1\0\0\0\0\0\0\0\0\0\0\80h³÷\91$©{6(Q\96\15/Íh,ù\87Y¿þÞÂêk\17TÝòì¼\9erÁ8sþÜ\8e÷\ f¿uâhøgFcqP\93?0^\96Ûk~;7L\0\0\0\0\0\0\0\0\0\0\0 ª¬~$IêVå$ÊÃ\ 6%ʾ6ë×WÏ}0+^Zµé\85\1etµ8}®ýhÛÉ¥»_\vª\86}¹¡(­aLNïû\11Ý0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2ÿ\91$©{\95¬\fëS;ê\85ý»zÐ\8d¢ã\ f\7f8ßÑ\11Ö°mM0mDNïþ\11Ý0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2ÿ\91\8b-·¹bP¢,=V\9cÖ0&ü\8fÃm\1f\9e8sêøé¶s\1dç{Ð\8dâÖ\95óÃÏòO³ï¿bÆ}Ù\89r»T\0\0\0\0\0\0\0\0\0\0\0\80\ 6\92\8b*/Y\99ÑX\12T\rûácu»?8\16¶·åX\8f»KÜ°4qí\82ªË§ß\9bÕT:0^\96\9d(÷˺a\ 2\0\0\0\0\0\0\0\0\0\0\0Qe9"IÒ¥\9f£ö«+\b\83  ·ßòì¼µ\a÷ì:q´gÝ\1f\8e\9djý·\8557,M\84e'Ê3\1aKÂ?sý¸v©\0\0\0\0\0\0\0\0\0\0\0@ÔY\8eH\92tiÊN\94\aÕù\9dM¼cÂ+«\96ï}}ñ®­»?èI/H]õÎ\9b?[Ú|ëÊùá\9f}kG§5\8c ËñãÚ¥\ 2\0\0\0\0\0\0\0\0\0\0\0½\86å\88$I\17õÕ¨\99Mc;_\8d:mDZCÑ\8c××\875l[ÓÚ~¦g]\18\1eysó°\17\16~\7fqm0õ\9e~u\ 5ág\19\9c¬ôû~Ì\ fýQn\98\0\0\0\0\0\0\0\0\0\0\0@T\19\92H\92tÁ'\8ai\rE}jG\85\ 5S\86\7f\84 ¯¬zpÃs5[~Óãî    \rÛÖLÚô|Õ¦\17þǼ   ágI\8f\15ç\99£þÅÏ\1d~-ÁÔ{®\99ûPøCwå\86      \0\0\0\0\0\0\0\0\0\0\0D\959\89$I\17ªþõ\85\97Õ\17\ 4ÓFüâ©é\ 5/=\11vǪ\ 5\ fïÜÔ\13o\bÉí/ÏycCZCQøq\82êü̦±\16©\7f¹H\1d\10\e\13~?ÿ¶¨ú®ç\1f\9dóÆF\17K\0\0\0\0\0\0\0\0\0\0\0 ò\8cJ$IúÌå6W\fJ\94\r\88\8dIk\18\93\1e+¾yÅì[\9e\9d\92øÞ\96÷{â­àÝÖ\96'w¿ºâ÷;\92Û_\ e&\ f\rªó³\13å~å\8fýÝ3\1a\8bûÖ\8eþ÷Ç\eÂ\9f;üÆ\)\ 1\0\0\0\0\0\0\0\0\0\0\80^´D\92¤Ï0K\1c\18/Ël\1a\9b\1e+¾bÆ}?}²ñÇOÄ®_\12ï¹÷\81w><±þݽEk\96\ 4\ fÝ\16Ô\8cì[;z°·£~\9Í\15áï\9eÑXü\83Åuÿ²`òöc\87\&\ 1\0\0\0\0\0\0\0\0\0\0\80^ÅÀD\92¤Ô\e\94(\vËl\1aû\8f³ï¿vAÕUs\1eÈ_ýXϽ\ 6\1c<ùÁÞ\96÷÷}xü\97
+&Ý\9d\1e+Î3Gýë\8bÔ\81ñ²ðÏðw¿zî\83-gO»F\ 2\0\0\0\0\0\0\0\0\0\0\0½\90\99\89$I©l\12;K\94_9sü×fý:=V<ãõõ=ôÑ\7f¾££åìé®®\9aó@ÿúÂ\8cÆ\92\81ñ²\?ô'\1c\80Dy^²ò\8a\19÷]» Êí\11\0\0\0\0\0\0\0\0\0\0\0èÍ,M$Iú\9b\r\8c\97\85õ­\1d½åè\81öóçÏ\9c?w¾££\87>úw¼\7fx@lÌW§\8f\vó˦Rv¢¼_]ÁõKâáO\1fæö\b\0\0\0\0\0\0\0\0\0\0\0ôfÆ&\92$}LÉʬxiZCQ\9fÚQ_\9bõë#m\1f\86½ÛÚÒs稡\95ûvæÄË®\9aóÀÀDYv¢<Ì\ fý       \a =V\1c\1e\80`òС/,\f\7fúã§ÛÜ\e\ 1\0\0\0\0\0\0\0\0\0\0\0\fO$IúSyÉÊ®-j0éÎÿ\>cÇû\87·\1f;ôö\89÷zô³~Â+«¾1\7fÂ÷\17×~cþÄ\8cÆâ\81ñ2?ô'\94Û\Ñ·nt0ñ\8eÄkëÂ\ 3°í½\83GÛNº1\ 2\0\0\0\0\0\0\0\0\0\0\0t1?\91$),¨\19\19\a\ fÝ6þwϼtàíUï¼¹û\83c=ú\11\7fÛs\ f߸,ù\9fËgüãìûû×\17f4\16g5\95æú­ÿú\1cuP¢¬ó\fL½gñ®­+÷ílm?ã¢\b\0\0\0\0\0\0\0\0\0\0\0ðÿ±C\91$õÎ÷¢~¥±¤s\84øÿ\9aµcÃâ][ç¾±áøé¶\9eþp¿uåü¡/,Ìl\1a{Y}AZCQV¼tp²Ò\8fþ        \87!ü®\82©÷\84\7f\86g`á[[Ü\ f\ 1\0\0\0\0\0\0\0\0\0\0\0þ\1ak\14IR¯Z ¦5\14\1aµjØ·\1e\9eÜ°mÍ\9fêé\ fô\9dÇ\8fä¯~¬òå§Ã?\83êü¾u£³\13å~ñ¿y\1eÒcÅáa¸zî\83u[_\9aóÆF7C\0\0\0\0\0\0\0\0\0\0\0\80Of\93"I\8a|¹Í\15\7fW_зvt0eø\8dË\92÷­_Q´fÉ\93»_\8dÀs|å¾\9d\936=ß°mÍÍ+f\a\93î\ ejF\86\1fÓÛQS[(\8f    ÏÃu\8bjÂÃðÈ\9b\9bÝ    \ 1\0\0\0\0\0\0\0\0\0\0\0Ra\99"I\8aê\16uP¢ìKõ\85aýê
+nyvÞð\17\17ݼbööc\87¢ñ\ 4_ñû\1d\vÞÜtí\82ª`ò]Au~ø1\87$ÇùÝÿfi\rEáw\15~c?}²1<\ f+÷ít\e\ 4\0\0\0\0\0\0\0\0\0\0\0H\9d}\8a$)J[Ô¬xiFcqXZCÑ\90ä¸\9b\96Ï\fûÙÒæh<µÏwt¬zçÍÕûw\85\85\1f6\98zOfÓØ<oGM¡\9cDyz¬8ìÆeÉðHühq]d\16Ê\0\0\0\0\0\0\0\0\0\0\0\0\97\92¡\8a$)\ 2eÅKÃÒcÅ_\9f\87\8fÕ\85\91)w=ÿh4\1eÖ'Î\9cÚrôÀöc\87\96î~-¨\1a\16Ô\8c\f\e\94(ËõÓ§Pv¢<³ilø]ý`qÝ÷\17׺û\ 1\0\0\0\0\0\0\0\0\0\0\0|\1eæ*\92¤\1e=9\f\e\18/»zî\83ß\98?1'Q¾x×ÖÈ<£\8f\9fn;ÔÚònkË\ 3\eV\ 6\93îî__\98Ö0Æ\16õS¼#µ¹"<\e\97O¿÷ª9\ fÜ°4áÖ\a\0\0\0\0\0\0\0\0\0\0\0ðù\19­H\92zh¹Í\15\97O¿7ì+\8d%»?8\16¥§ó\99óçÂ~ñÔô>µ£²â¥^\8dúÙF©C\92ãÒcÅw¬Zà¾\a\0\0\0\0\0\0\0\0\0\0\0p¡Ø­H\92\10u`¼ì+\8d%aýë\v¿>oBkû\99®ÎwtDééü½\85Õ_\9d~o^²2'Qîwÿ\fç$+^\1aT\r\eÿ»g³qú\»û\1e\0\0\0\0\0\0\0\0\0\0\0À\85b½"Iêî%+Ó\1a\8aúÕ\15\ 4\13ï(\óä;\1f\9e\bÛ÷áñC­-Qz"\1f<ùÁßÏúï\7fY09lðG\vÜ\1c?ý§ì²ú\82Îs2éÎäö\97÷¶¼ßrö´\9b\1e\0\0\0\0\0\0\0\0\0\0\0À\85eÃ"Iê\9e¯¼ÌN\94\a5#;\9btç¬\1d\e\1c=°áð¾£m'#ö ^ºûµo=<ùÇOÄ®[T\93\1e+Îl\1a\ef\91úiߢ\eTç÷­\1d½æàî®sÒÚ~Ö\1d\ f\0\0\0\0\0\0\0\0\0\0\0àb°g\91$u\93\86$Ç¥Ç\8a\83êüΦÞ\93ÑX²rßΰ§öl?sþ\Ä\9e¿\13^Yuã²ä¯\9e\99ó¯\8fLé[;z@lLøys\1d\83OS^²2üÒ\82)ÿ:ýÞ®£â^\a\0\0\0\0\0\0\0\0\0\0\0p±YµH\92¾ðua¿º\82Î-ê¤;\7fòDãü\9d¯\84ÍycÃâ][#ùä­|ùé\11«\17_9s|P3²\7f}aFcIø\r8\ 6\9fvÂüå\86¢`ò]ßytê¬\1d\e\96ï}Ý\8d\ e\0\0\0\0\0\0\0\0\0\0\0àÒ°m\91$]âr\9b\13åAÍÈ?6yè]Ï?:eó\8bã\7f÷Ìúw÷FòiÛÚ~¶tí²\a7>\17ÖùNØ\9aü¬xé`sÔÏ´bî__\18\9e\99\e\96&îßðìªwÞt\97\ 3\0\0\0\0\0\0\0\0\0\0\0¸\94,\$I\97lQ\98Ù4¶_]A\9fÚQYñÒҵ˺\1aú£m'#ù\90Ýñþá\9a-¿In\7f\98Áä¡AM~Xv¢<×yø\94å4W\84'§ó½ºSï¹yÅìðÌl:²ß-\ e\0\0\0\0\0\0\0\0\0\0\0àÒ3u\91$]Ä\92\95\19\8dÅ_n(
+ëS;ê\9a¹\ fÝöÜ÷<;¯ä·K#ül]{pÏãoo[ºûµ_>=+\98p{P\9dß·vt\9e·£~ÖWë¦5\14\85§èÖ\95óÃÃóóeÉC­-îo\0\0\0\0\0\0\0\0\0\0\0\0_\14\9b\17IÒÅx»eFcIXZCÑ÷\17×Þ°4\11ö½\85ÕM¯®\8dð#uÝ¡=ëßÝ\evõÜ\a\83ªaAuþ\80Ø\18sÔϼH\1d\94(K\8f\15\ fI\8e»~Iü¦å3ÝÙ\0\0\0\0\0\0\0\0\0\0\0\0º\ 3Ë\17\ 5);Q>0^\16\96\15/\rÿû»\v§\85ýÓìûw\7fp,Â\8fѶö³;\8f\1fyûÄ{ëßÝ\eT\8fì[;:,ü\12r\1d\89Ïw\962\9bÆ^9sü7çO¼cÕ\ 2·5\0\0\0\0\0\0\0\0\0\0\0\80îÃøE\92ô9_\8d\9aóÑ«-/\9f~ïUs\1e\bûÚ¬_\7fû\91)Ñ~z¶¶\9f9vªõøé¶\19¯¯\ f&\ f\1d\10\e\93\1e+v\18.ÔYºræø\81ñ²\8auËÝÓ\0\0\0\0\0\0\0\0\0\0\0\0º\e+\18IÒç¯Oí¨\92ß.í=OÏá/.ê[;Úï~1
+ªó\13¯­sC\ 3\0\0\0\0\0\0\0\0\0\0\0è\9eì_$I\9fö¥\96\ 3bcº
\86-|kËñÓmÇNµ¶µ\9fí\rÏÍ\9f/K^>ýÞ¯N¿7;QÞõ~OGâ\82\9c¨ :\7fÃá}]géô¹v74\0\0\0\0\0\0\0\0\0\0\0\80îÉ\1cF\92ôÉå%+3\1aKúÖ\8e\ e\vªós\9a+Þ>ñ^W;\8f\1fé\r\13Â3çÏ}ëáÉß]8-lHr\V¼4;Qî`|Þ\92\95á7\19T\8fÌl\1a»ëÄÑð,\9dïèp1\ 3\0\0\0\0\0\0\0\0\0\0\0èæìb$I\7fm\8eÚ¯® ¨Î\ f&Ü~ó\8aÙëßÝ\e¶îÐ\9eMGö÷\92Gdøy¿óèÔ\e\96&~üD,=V\9cÑX\12f\91z\81\96ÎÅÁä¡_\9f7!<Q\e\ f¿\13\993sìTëu\8bjÂ3ã\86       \0\0\0\0\0\0\0\0\0\0\0D\95u\8c$©«Üæ\8aA\89²Î!jW\13n\1fÿ»g\96î~má[[Þ:q´÷<\19\93Û_¾iùÌÛ\9e\a\8bë\82\9a\91_n(\1a\10\eãx|þ\86$Çýqé<ñ\8e\9f>Ù¸x×Öu\87öDæØl9zàçË\927.Kö­\1d\1d\9e\197L\0\0\0\0\0\0\0\0\0\0\0 ªÌd$©\97¿¹r@lLP\93ßÙ´\11YñÒäö\97»ªÙò\9b\96³§{Ï\ 3ñþ\rÏ\16­YRºvÙ5s\1f
+¿\8a~u\ 5é±âðûqH.Èä¹Oí¨`Ò\9d#V/î:ZQzGêÊ};\87¿¸èú%ñ`ê=i\rE\83?:3n\98\0\0\0\0\0\0\0\0\0\0\0@T\19ËHR/\1c      ö«+èS;ªs*X5ìG\8f×?¸ñ¹°ñ¿{¦éÕµ½ê!ØÚ~&üÔS6¿\18ֹϭÎ\ fjFf6\8d5G½Pe'Ê;\8fYu~×æ÷hÛÉ(\9d\9fÅ»¶>´ñ¹ë\16Õ\84ÿ\8eÒ\1a\8aþüظa\ 2\0\0\0\0\0\0\0\0\0\0\0Qe2#I½d\8b\9a\9d(ï__\18\16Ô\8c¼uåüQ¿y<,ü\8fÕûwõ¶gßÎãG\12¯­\9b¿ó\95Ê\97\9f\ e&ÝÝ9G­Î\ f¿\1fçäÂ\94¬Ì\8a\97\86'­_]AfÓØð\98\r}aaÄ\8eТ][æ¼±ñ\1ffý:¨\1a\96Ñø1ïÕuÃ\ 4\0\0\0\0\0\0\0\0\0\0\0¢Ê|F\92¢<\ fl*\1d\10\e\13\96ÖP\14þ?¿zfNØÏ\97%ÏwtôÂGÞ\86Ãû\96ï}}å¾\9d\98\1dL¸=¨Îï[7Ú«Q/ì\91Ël\1aÛ¯®àª9\ f\84\97\1aþâ¢(\1d¡ð\9f\11úrCQ0mDV¼tð_9?n\98\0\0\0\0\0\0\0\0\0\0\0@T\19ÑHRÄÊj*Íl\1a\e6 6æëó&üø\89XØ÷\17×Þ±jAï|Òm:²\7fËÑ\ 3aWÏ}0¨\1a\16Ô\8cL\8f\15\9b£^ð\17òfÅ;GÐß\98?ñÚ\ 5UÓ6¯\8eØ)jm?³áð¾ÇßÞÖu\84þæÛuÝ0\ 1\0\0\0\0\0\0\0\0\0\0\80¨2¥\91¤\9e^NsÅ DYW\ 3ãeß\9c?ñ_\16L\ e»|ú½ów¾Ò;\9fn§ÚÛ÷¶¼ÿÎ\87'6\1e~'¨\19Ù¯® ,ürr\1d\98\v]×ÁË\8a\97^3÷¡ðÈ-Þµ5bg©åìéð,5½º6\98\97ê\vS<Bn\98\0\0\0\0\0\0\0\0\0\0\0@T\19ÔHRÏ\1e¥&Êó\92\95\1cßUøßÇNµöÚ\87Úésí­ígÂf¼¾>¨\1aö\95Æ\92̦±\ eÉÅ\eD\87\7fv\1d¼ôXñÆÃïDò8U¬[\1eL\19\9e\15/ýT£f7L\0\0\0\0\0\0\0\0\0\0\0 ªÌj$©Ç\95ûÑK*³â¥a}kG߸,yæü¹?ÕÑ\8b\1fjÃ_\ôå\86¢Ë§ß;$9.ÇQ¹È£Ô¯4\96\1ã¾Öö³]\aï|GÔ\8eÞ-ÏÎK\8f\15\7f¶³ä\86    \0\0\0\0\0\0\0\0\0\0\0D\95e\8d\94\19`ÿú®\82Iw7½ºöÝÖ\96°C­-ÇO·õògÙ\ f\16×]=÷ÁoÌ\9f\8cû\ 6Æ˲\13å9\89rgæ¢\94¬Ìj*\r¦\8dø\9f\8fN\r\8fß\91\ f#y¢~òDãUs\1eøêô{ÃãôÙ\ 6În\98\0\0\0\0\0\0\0\0\0\0\0@T\99ØHR÷,/Y\99ÑX\12Ô\8cü¨üôXñ¶÷\ en?v(lËÑ\ 3­ígzùóëPkË7çOüácuaÙ\89ò̦±YñÒlsÔ\8bv\1a¿T_Øy\14'ÞqÓò\99áQÜÓr,\92çê{\v«Ã\13\15~äðD}\9eãä\86        \0\0\0\0\0\0\0\0\0\0\0D\95­\8d$u«õ_ߺÑAu~g\13ï¸~I|õþ]a/ìßµæànϬÐ\8aßïøÑâº\9b\96Ïüñ\13±þõ\85\19\8dÅa9\ eÏÅ|Aj\9fÚQÁ\84ÛÇÿî\99ð(®Ü·s÷\a\11\¤¾óá\89\1f=^ÿ³¥Í\ 3bc.È\89òO\15\0\0\0\0\0\0\0\0\0\0\0\88*\8b\e\ 2Ëm®\18\18/ûã\105lÒ\9d÷oxvá[[ÂfíØ°í½\83\9eS]¦m^}ëÊùÃ_\ôÝ\85ÓÂ/êKõ\85\ 3bc\ 6'+\1d¡\8bw2³\13å\9dg²jXÝÖ\97ÂÓxüt[$\8fÖºC{n^1ûÆeÉðæ5\14]¨/пY\0\0\0\0\0\0\0\0\0\0\0 ªLo$éÒ¿\14u@lLP3²³i#Âÿ§aÛ\9a®&mz¾­ý¬gS¨ã\ f\7f(ùíÒûÖ¯èê\8a\19÷\ 5Õù}kGg4\16ç\99£^ÌÃ\99Ù4¶ódVç\87§4<\93S6¿\18Õ3öÔ\9eíEk\96üä\89Æ`Êð´\86¢\v{®ü\13\ 6\0\0\0\0\0\0\0\0\0\0\0¢Ê\ 6G\92.ÍÛ'/«/è[7:,\982ü?\1eo¨|ùé°ÒµË\1a¶­ñ0ú\93·N¼7iÓóáw\12~9á\17õÇõnÍȬx©·£^ìEjFcq0mÄ×çM\b¿ü\8auËÃ\1f"ªÇlá[[j¶üæÚ\ 5UAÕ°\ 1±1\17céìß2\0\0\0\0\0\0\0\0\0\0\0\10U\968\92t\91\86¨\ 3ãei\rE]õ«+¸åÙyC_X\18ö˧g­9¸Û\ 3èÏ­;´çá\9d\9b\16ïÚzëÊùÁ\84Û\83êü>µ£¼\17õ\12\95¬L\8f\15\87ßù÷\16Vÿê\999sÞØ\18ÕcöÈ\9b\9bÃ3\166$9.\982<£±äâ\9d1ÿ¨\ 1\0\0\0\0\0\0\0\0\0\0\80¨²Ç\91¤\v5DÍl\1a\9bÑXÜUZCÑ\953Çÿçò\19]Ý°4á\89ó\97Ö\1eÜóÒ\81·Ã:ß\9éî :?üÞ\86$Ç9N\97¦\8cÆ\92ð¬ö¯/üß\8bë~°¨vå¾\9d\91<f-gO\87\1fí\9177\aUÃÂ3\1660^\96{\91¿[ÿº\ 1\0\0\0\0\0\0\0\0\0\0\80¨²Ê\91¤Ï\NsEV¼´«\8cÆ\92k\17T}\7fqmWÿüð¤\8auË=eþÒ©síÛÞ;¸ãýÃ\9b\8eìï__\18Ô\8cìS;*«©ÔÛQ/ñ¹\1d\18/»nQMxV¯\9eû`øsDò°\1d\1a\1e¶º­/\ 5\13nïWW\90{   ¿dÿÒ\ 1\0\0\0\0\0\0\0\0\0\0\80¨2Ï\91¤O»éËN\94\87\rJ\94\rNV~}Þ\84®r\9b+¢:î» ZÛϼÛÚr¤íÃÎ×VN\1e\9aÖPô\7fÙ»ó\18¯
+{oü'@¥S\98+ó°\bøÔ\9fiok\8c\1aosíz\9fútKÛ4ÍmîM\9bÞ´\8d\89QT@2Àì+J+È>ûöåË6l
+\b\b"\b\b\b\82\14\ 4D\11\11\ 4ʦl2²Ã0ôwƯw\1e.*E\98a¶×+ï\10ê\7f\9cóù|æ\9c3çÓ\13F9ÝøÒ\rë¶G4÷®ÉOß7}T\v®·ªsgÂzË\=?\18ñX|YÚ-7|ëYË\ 3\0\0\0\0\0\0\0\0\0\0\0-\95=\1d\11\91/´Ù×#\9a{ë¸Aa:G²þÏÌ|?G® º¦¦.é¯Î\vòúu®ÈªÝçUK\8d\9dÊ3~>§´ÅWÝ\1f\17U¶)\1cÐ5\92ÝX\a\ 3\0\0\0\0\0\0\0\0\0\0\0-\95U\1d\11\91+'¾,½.Á¨>\83ÿºèøù³±\9cª>ççÈ\15Ü7}Ômã\9füúÄ¿\84¹uÜ\13]#ÙÝTÔ\rO÷±9\9dÊ3\82Ñ}Ó_\9d\17«ÛÓÕç[pÕýø¹¢[Ç\rê\19\1dÔ\88K©öR\ 1\0\0\0\0\0\0\0\0\0\0\80\16ÌÂ\8e\88È¥é\11ÍíT\9eÑ®()LÛÂ\81_.NÞúáÁ='\8eŲó££ÇÏ\9fõ³ã
+v\1dÿðk\13ÿ|ßôQaº\8dÍ\89} 5L·F]\12\e©í\8b\93\83á½J6¯
+K·êÜ\99\96]{ß\9a62¬ºî\1fW]£o@\e\ 5\0\0\0\0\0\0\0\0\0\0\0@KemGD¤G4·]QRPп6#\1eùåܲ\r\87öÕÅO\8a«1kÇ\eÿ:}dxèþmf~\87ÒÔNå\19a|\1dµQvQ»D²>)æ\91½Ãó²ö\83Ý-{\99\89ªo?3ú§³K\9a\99   \0\0\0\0\0\0\0\0\0\0\0@Ke\85GDZ]¢¹   \15\99A~âÿË°\87\87®_²ðo[ÃÌÛùÖÖ\ f\ fúép\95\9eZ÷Ò\7f¾0î\81\97¦Ü7}TÛÂ\81\1dJSãËÒ»«±ÆûÔo0æñncsbÅü®-\17[tù­>°ëWÏWürnYÛ¢\81\1d\9aÔé0\1c\0\0\0\0\0\0\0\0\0\0\0\80\96Ê"\8f\88´\86ô\8c\ e\8a+Iùd\vutßÛ'\f®|g}]Êß\ݲ?(Y\8fª/Öô^6#iå\9cX¾:î\89  ÿMÅI7\97¥÷\88檴Ƭí\91½¿5mäÄ­ëæí|«Å×áì÷6÷Z:ý§³K\82¼~\1dJS\9b\99\15\0\0\0\0\0\0\0\0\0\0\0@Ke£GDZdºE²Û\14\ e¨K0²÷\7fÌ\8f\8eØðr\98§Ö½4mÛ\ 6óÿ\vÙúáÁ\9c5\v£\97´jn0æñº\ 3\9bP\91éë¨\8dø\81Ô\9b\8a\93ÂÚþí\82ñá©yríÂ\ 5»ßnÙuXþæê¡ë\97\84ÿØû¦\8f
+Fõi\9a\e©öR\ 1\0\0\0\0\0\0\0\0\0\0\80\96Í^\8f\88´\8c\ 5½ø²ô\9b\8a\93biW\94\14þÏ\94UÏ×å¡%Ó6\1f9`æ\7fQËöm/\7fsõÄ­ëþkáÄ`x¯ ?±má@ßEmô\9dëX\9d\87§ãO\8b*ÃÚÞrôý\16_\8aãß^\eÖáÍeéA^¿ð\1f\1eßä¿Ïkz\0\0\0\0\0\0\0\0\0\0\0\0-\95\ 5\1f\11i¾éX\9aÖ¡45L\9bÂ\ 1ßyfô\ 3/M\89åO\8b*û.\9fiÂ_\9b\17vmY°ûíXî\9d:<\18ñX\90\9f\18W\92Ò3:HÉ5bº\8fÍé\12É
+ODBEf¬Î\7f3?ZuîLË®ÆSÕçf¿·¹ò\9d\98ÇÃ:\f\8f@sù>¯I\ 2\0\0\0\0\0\0\0\0\0\0\0´T6}D¤\19-åu*ϨK|YÚOg\97üêù\8a0÷M\1fõ®-Fú5«:wfõ\81\ fî\9d·ó­`tß  1\96ð8û:j£W~ç\8aÚÊïX\9avÛø'\7f>§ô\8f\8b*[CM\1e>}2¬É\82\ 4Ã\1enS8 {s;q¦
+\0\0\0\0\0\0\0\0\0\0\0ÐRYù\11\91&\9b.\91¬Î\15\9f¤SyÆí\13\ 6\7fç\99Ñu¹gÊð³\17ª\8dñköÁ©ã;?:ºûø\87aFlx9\18Þ«]QÒMÅIÝÕ^\93I×HvXùß\9côTXðwN\1eÚoŬÖP\99\87O\9f|¯êHú«óÂ\9a\8c+Ii¦\9bÑ&\f\0\0\0\0\0\0\0\0\0\0\0ÐRÙú\11\91¦\93n\97¤k$ûk\13ÿüÏ\13ÿ\12K§ò\8côWç\19Ú×ïøù³±üdvqP\90ر4-Lxxoñ]Ô&Ö\ba\vÜ>apxvÆ¿½¶\95\14ç©êsUçÎüaᤠ¯_BEf³®I£\ 6\0\0\0\0\0\0\0\0\0\0\0h©¬ÿ\88HÓÙÅë\1aÉ®Ë\97\8a\93\1c}ÿÂÅ\9aºÔ\¼hh_§ãçÏö\8c\ eê\11Í\rÿô]Ô¦ü\99Ô0A~ââ=ÛZUåß?«0¡<³eT¦i\ 3\0\0\0\0\0\0\0\0\0\0\0´TÖ\7fD¤q\12ÍíX\9a\16W\92\12K0æñ_Ï\8b\1c>}².\87N\9f°\88Z_VîßÙ¹"ë®ÉOß9yhÝæ¯"lRé>6§K$«}qrBEæþ\93\16¨®©i%%z÷\94aaqö\88æ\86\95ÙÍ^*\0\0\0\0\0\0\0\0\0\0\0@\13f\15HDnÌ\16jBEf\9bÂ\ 1u        F<öÌ»\e·\1d;\14Ë\96£ï\1f\91\99\\8frÖ,¸gêð\1fÎ,\bsïÔáñeéá)\b£\1a\9bTzDsãËÒj;btß»&?\1döÂöªÃ­¤D7\1dÞ\7f\90°>\7f0#?V\9cÝZÐ\995\82\0\0\0\0\0\0\0\0\0\0\0\80\96ÊN\90\884ж]»¢¤ ?ñ\93\8cì}ÏÔá«\ eì¬Ë²}ÛÏÕ\0\84ëÝ\1f\16NúÍüè\7f¾0îö \83ãJRâËÒÃt*Ïè®,\9bXzF\aµ/N\ e\86=ü§E\95aG¬ÜÿÞæ#\aZI\95ÎÛùVlc:<\ 2±\12myç×,\ 2\0\0\0\0\0\0\0\0\0\0\0Z*\9bA"R_\9f\7f[¨a\86÷ÊY³`ö{\9bcyæÝ\8d«\ fì2r\eÂÖ\ f\ fþnÁ\84G_~6L¯¥Ó;\96¦µ/N\8e+Ié\\91e\17µi&(è_Û#Ã\1eN^5wê¶×·W\1di=å\1aÝòÚ\1f\16Núî³c\82\82Äø²´pt´ÔIh4\ 1\0\0\0\0\0\0\0\0\0\0\0-\95ý \11¹¶Ï¡Ö~ê± ÿ'\19óø­ã\9e(\7fsu]FmXVuî\8c\19Ûpæí|+qÅs9k\16üç\vã\82Ñ}Û\15%ÅÒM}6Ét\1f\9bÓ%\92\15\14Ôn,\86Ý\11ë\91\83§O´\9e\8aÍÛ¸"ýÕywT\ e òúÅ\97¥÷hY\e©á?'üG\85\93ðö     \83c3Ð\8c\ 2\0\0\0\0\0\0\0\0\0\0\0Z*»B"r5+u]#Ùm\v\aÖ%\18Õç÷/N\1cü×E±ä¬Y0þíµ&jC+Ù¼ª`Ó+Eo¬\fsßôQáY\b
+úÇ\95¤´°\15¿\16¶®xsYzmË\14$\86M\14ë\97ÖV·y\eW\84\15[û!Ѽ~\9dÊ3ZÞFj\87ÒÔ`tßï<3:sõü\89\99T\0\0\0\0\0\0\0\0\0\0\0@ËfiHD>½fÕ±4­}qr]Ú\15%u\8dd÷[1«.\7fZTù^Õ\11#´¡½\7fêøø·×>óîÆ0\13·®«ý4m^¿ ¿ö\9b\9b\8b\93\8fj? \99\9fø­i#Ã\96yôåg\9fZ÷R«ªÞSÕç¢-\7fsu¬h»D²º·Ä³Ü¦pÀOg\97<ðÒ\94¹;ß4²\0\0\0\0\0\0\0\0\0\0\0\80ÖÀê\90\88t\8ddw,M«Ë\97
+\aþhVÑï_\9cX\97ßÌ\8f\ exe¶\81yÃlýðà¿m]¶o{Òª¹ÁÓ\ fÅ\16Q\83\82DµÚ,\12_\96\1eë£ïÏÈûù\9cÒiÛ6´ªêÝ}üÃXõ\8eÚ°,\18Þ+(èßR¿"\1d\9eèð,ß5ùéµ\1fì6µ\0\0\0\0\0\0\0\0\0\0\0\80ÖÃ\ 2\91H«J÷±9\9d\12Ê3ëÒ©<£G4÷'³\8bër÷\94a[\8e¾o<Þ`\9b\8f\1c\b\13\1eù0?\9b]\12\8cx,(è\1fW\92⣨Í%ÝÆæÄ\1aê\873\vb}´rÿ{­ª\86w\1fÿpÓáý\ f¼4%\18öpX½í\8b\93[jõ\86':¾,ýßfæ\9b\96\0\0\0\0\0\0\0\0\0\0\0@+d\93H¤5|\ eµ.        \15\99wT\ e¹wêðº\84ÿó·\vÆ\e\86\8dâì\85ê}'ªÞ?u|ËÑ÷Û\15%}©8©}qr\98ð4Ýb\1dµù¬£\86\9dÕ%\92\15þ=l¨oNzêTõ¹ÖVÉ\aO\9f8pò£\1fÍ*
+Æ<\1e[uoÁ§;v¢¿1驪sg\f1\0\0\0\0\0\0\0\0\0\0\0 \15²R$Ò²7æn\89æÞ6þɺ|¹8yõ\81]F_#:WsáÌ\85ê³\1fç\99w7Æöøj\17QUlól±\1e\1f·Xøç}ÓGµ¶b¾øñnu\98oNzªciZ×Hv\8b\9d+²þeÚ\bs\f\0\0\0\0\0\0\0\0\0\0\0hÍl\15\89´\98t\1f\9b\93P\91Ù©<£.í\8a\92î\9fUxºúü¥©¹xÑèkD\ f.\9e\1a\9e\9aÛ'\f\ eóÕqOtké«|-¸Ý:Wd\ 5ù\89á \8d\99\vÕ­­\98\ f\9d>ÑmlNXÉu\1f\12mÁ§»k$»}qò}ÓGµÂ\13\r\0\0\0\0\0\0\0\0\0\0\0p)»E"Í2ÑÜ\84\8aÌ\9b\8a\93.M0²÷Ü\9doî?YU\97}'ª\ e\9f>iÐ5®3\17ªï\9aüô·¦\8d\8cåÖqO\84ç®k$;\16ÅÜìZ/®$¥¶ÝF<òÄÚ\17÷\9e¨:vöt+¬êõ\a÷ö\8c\ eºgêðÎ\15Y-»\8c{DsãËÒ\83Q}þc~4\9c¨\87N\9f\0\0\0\0\0\0\0\0\0\0\0\80\92\91HsÙ\8djW\94\14\14ôÿ$#\1eûÙì\92ÍG\ e\\9aõ\a÷\9e«¹`¬5\11kÞßuï\94ááiº\7fVáÍeéu\1f±µ\8bÚLÓmlNmë\8dì=cû¦X»µÂ\8dÔÈ[kþeÚ\88°ª¿ýÌè\ e¥©   \15\99-{ê¶/N\ e\9e~(qÅs\e\ eíÛ{¢ÊX\ 3\0\0\0\0\0\0\0\0\0\0\0ø»½T\91&ûy¾üÄÿ\91\11\8f\94l^µtï»±,ØýöÖ\ f\ f\9a`MÍÐõK~=/ò\87\85\93ÂüpfA»¢¤\8e¥iñeiªºù6c§ò\8cÚ\ 6Ìë×¾8yá߶\86©¹x±\15ÖöSë^ú÷ycï\9e2,VÕáaéÞÒO}0â±°£_صåÀÉ\8f\f7\0\0\0\0\0\0\0\0\0\0\0\80\8eD\1a\1f\1f\8fýÛÌüiÛ6\\9año¯õ-Ô¦éÑ\97\9fM\ñ\,·O\18\1c\9eÍöÅÉaâËÒzDs\95wsLÏè ¸\92\94Úf\1cÙûÞ©ÃÃ\ 6\9cºíõ\19Û7µÎ
+Ï\=¿ïò\99·\8d\7f2¬íNå\19-¾ª?þ0ní©ÏY³àøù³F\1c\0\0\0\0\0\0\0\0\0\0\0Àeì\1f\89ÜÈ\ fðu,M«ÝB½4ù\89O­{)oã\8aº\fY·xÙ¾\1d¦S\93µþàÞôWç\85§)LÒÊ9A^¿6\85\ 3bI¨È¼Å.j3oÒ\9b\8a\93\82\11\8fývÁø°\19\9f^¿dÁî·[m©ç¬Y\10\ e¥©á¤jñµÝ}lNç\8a¬ð_Ú®(iÄ\86\97ÃSß:?\8c\v\0\0\0\0\0\0\0\0\0\0\0ð\ fÙB\12i\88ý¦.\91¬vEI\97%\18óøý³
+3WÏ¿4é¯Î3\88\9a¾gÞÝXþæêÈ[kÂüz^$\18ñHl­¸Má\0\8b¨-á\13\99\91ìO\9a4¯ß\ 3/Mé³lÆ\96£ï·ÎRßùÑѼ\8d+Â:\1fü×EÁè¾a\91w\8dd·ü\1aøøÿ4 gtP8\93\9fXû¢\89\a\0\0\0\0\0\0\0\0\0\0\0p\ 5Ö\91\7f¡)¾,-®$¥.7\15'\85ÿ½×Òé\97å?_\18·tï»ÆN³pªúÜ3ïn\9c»óÍXj?¤8æñ ?1L\87ÒÔ\9eÑA*¿Å¬\90·/NîT\9e\11kÒß-\98pììéÖYó[\8e¾\1fÖüCK¦\ 5Ã\1e\ eë¼µì\Gsó߶p`ØÔCÖ-6ú\0\0\0\0\0\0\0\0\0\0\0\0þ!{I"_h\85-¾,ý²|¹8ù\873\v~3?Z\97_Î-K\ñ\9cñÒ\1cí?Yµlß\8e5ïï*ØôJ0¼Wl\115Lxê»ë\82\16ÔË        \15\99aóÆ\95¤~uÜ\13¿\9e\17yà¥)­¹ì7\1f9°êÀÎ_=_\11Ö|\IJ+Y»®-\83òÌp\80ß=eØ\8f\9f+zzý\12\ 3\10\0\0\0\0\0\0\0\0\0\0\0àjXP\12ù¼t®ÈJ¨È¬ËÍeé_\9bøç\1fÌÈ¿,ß\9côÔÖ\ f\ f\1a&Í×Î\8f\8en;vh{Õá0½\96N\ f\86÷jS8 }qr\8fÖð±ÈVÙÔñeéwT\ e     \9b÷Þ©Ãû­\98Õ\9a\8b\7f\91°øï\9e2,\18óx§ò\8cVUóá¿7ü\87\87\ 3|üÛk\8dA\0\0\0\0\0\0\0\0\0\0\0\80«gMI¤[\98Höeé\1aɾ£rÈ\9d\93\87Ö%ü/9k\16\18\1a-@uMÍáÓ'\8f\9e9\15Ëí\13\ 6·+JúJIJ\98\84òÌ[¬£¶È6\8fdw\89d}cÒSa/ÿ¯ò\8cÖ¼\8aXWÿ\aN~\94P\91Ù¾89\1cnÝ[_1t,M[º÷]ó\10\0\0\0\0\0\0\0\0\0\0\0à\8b²¬$R»\90\15ͽ,ÝÆæ\1c=sÊ\88h1.þýï5\17/Ʋx϶ ?±n\aY\v´\8aDsÛ\17'o>r@\17,Ýûn]ý·Úbh[4põ\81]\ 6#\0\0\0\0\0\0\0\0\0\0\0À5°¬$­gù4ö\81¼Ë\12\8cì]ôÆʪsg>\1dó¡%\19ðÊìÎ\15\9côT\98Û'\fî\1aÉî\16ûT®îhé-\1fW\92Ú©<ãýSÇ\8f\9d=]sñbkî\82\89[×Ý\\9aviý·ª\92\bÿÕ\1dJSÃzØùÑÑ°\18.\¬1\18\ 1\0\0\0\0\0\0\0\0\0\0\0®\81Ý%i\91ûhí\8a\92Ú\16\r¼4Áè¾?\98\91¿ó££\97e{ÕáSÕç\8c\82\16é{Ï\8eùî³c¾÷qn\eÿd§ò\8cÎ\15YaºD²´IKM\8fhnÇÒ´Ú\96\1fÕçG³\8aê:½\95÷Âà¿.ú椧î¨\1c\12vA««ÿhnByf\90\9f\84Á\8a\ 1\0\0\0\0\0\0\0\0\0\0\0àúYb\92\80\16W\92\12\14$^\9e1\8f¿°k˺\83{.Í\9a÷wm;vHË·l+öíøÎ3£\7f=/\12æ\17sÊn.K¯K×Hvw]ÓÒ\aB»¢¤àé\87\ 6¼2;lùÕ\avm¯:ÜÊ;âO\8b*ÃF\bÛá\9f'þ%®$µsEV÷ÖW\15á\ f\85ûg\15®ý`÷æ#\a\fI\0\0\0\0\0\0\0\0\0\0\0\80ëg\95I\9aþVÑÍeéA~âgäé\87z-\9d¾`÷Û\97eÞη´vë1dÝâß¿8ñÁÅSÃüpfAPÐ?®$5L\87ÒTíÓ\1aÒ-\92ýÉ@\18Þkèú%³v¼qàäGú"Ö\14      å\99q%)­s#µgtÐ\97\8b\93êøñsE\9b\ eïW\12\0\0\0\0\0\0\0\0\0\0\0\0õÅN\93\ 4\ 5ý/ÿøéÈÞß\9a6rüÛk?\9d¢7Vî>þ¡.nU\8e\9e9õèËϦ¿:¯.·\8e{",\9bvEIaâËÒzDsõQkXWïT\9eQ;\1fòúµ/I\8eny-\1c\b%\9bW\9dª>×Ê\eäÀÉ\8fÂ\ 6       \13k\8an\91ìÖûåÜ\11\8f<ðÒ\94°*6\1cÚgr\ 2\0\0\0\0\0\0\0\0\0\0\0Ô#ûMrã7\86Ú\17'·)\1cpYb[T\83ÿºhØëK/Mîk/.Øý¶VmÍ\96î}7,\8cQ\e\96\85©]¸\eÕçÒÊi\85\1f\82\ 3¤ciZ0æñ»§\f\vçÃÐuKò6®Ð#¡M\87÷?±öÅ\87\96L\v\ egi«m\8að\1f\1e\96Gßå33WÏß^uDa\0\0\0\0\0\0\0\0\0\0\0\0Ô;[NÒ@»c7\97¥ßT\9côé\ 4ù\89¿\7fqbÒÊ9\97eÀ+³SV=¯%\89\99ºíõ\89[×U¾³>Ì÷gä\ 5#\1f\r+'L»¢$_Dm\8d\89æÆ\95¤Ö\ e\90¼~?\9cYðèËÏ\86\15¢MB\8b÷l\8bny-l\93ÿ\98\1f\r\86÷
+\ fQÏè ÖY$Ý"Ùµ\15RÐ?ü\11ã˹\0\0\0\0\0\0\0\0\0\0\0\0\rǺ\93\ÏgéºD²:\94¦~:m\v\aÞ7}Ô\ 3/Mùt~õ|Å\a§\8ek=.søôɹ;ß\ø·­af¿·9(è\1fäõ\8bí¢Æ\97¥ÛEm¥\9b\86csb#¥]QR8:b\ 3\9emúåï\1f\7fG8l\96;*\87\ 4£ú\84m\12W\92Ú:7Rc?\89âJR\12*2Ã
+ùí\82ñj\ 3\0\0\0\0\0\0\0\0\0\0\0 AÙ{\92«I§ò\8cO§ciÚmã\9füåܲOç_§\8f\9cµã\rýÅ\95m¯:¼îà\9e\r\87ö\85ÉY³ xú¡ÚuÔ\8f£éZóÂ{×Hv8aâËÒÿÄFÊw\9f\1dsðô     -\13ª¹x1ì\9a0\1dJS\83¼~ \15\99·´Ö­íØFjì'ÑOg\97üaá$å\ 1\0\0\0\0\0\0\0\0\0\0\0p\ 3Ø\81\92XºD²>3\9d+²ºF²ï\9b>êÓ¹£rH\9fe34\11Wé\Í\85\9d\1f\1dÝsâX]¾óÌè`Ìãí\8a\92Ât,MóQT  §MByæmã\9f\f'Ì¿L\eñ\8b9e\1a'æTõ¹Xû,Ýûn0ºoØ2ÝZ}µ$Td~mâ\9fÃ\9fD}\97ÏT!\0\0\0\0\0\0\0\0\0\0\0\07\8c5¨V\95n\9f\97Höí\13\ 6\7f}â_>\9dð¿ß9y¨NáÚ\9c½P}üüÙX\16ïÙ\16\8cy<¾,½.]#ÙÝ5¦ü÷ 
+ëá«ã\9eèT\9e\91´r\8eÞ¹¬\89Fo\\1e\8cê\13vMx|tMl\85ù¦â¤§×/Q!\0\0\0\0\0\0\0\0\0\0\0\07\98Ý\96VµÅÓ¹"ë3Ó®(iËÑ÷«kj>/:\85k\93´rÎMÅI·\8e\e\14¦gt\906\94Ïû^s8\88\82¼~y\eW\9c«¹Psñ¢Þ©3à\95Ùí\8b\93{Ds} õÒ\82\89U\8bR\ 1\0\0\0\0\0\0\0\0\0\0\0¸ñ¬·´\9cDso.K\8f+IùÌ\ 4#\1f­|gý¡Ó'>3\1f\9c:n»\87úòígFß9yèÝS\86\85¹mü\93\9d+²ºF²Ãt\8bdëS¹tSþ\93é4æñeûvÄ\ 6Ñéêó:¨Îï\16L¸}ÂàX\13YJ\8dåã\1fg½gîؤZ\0\0\0\0\0\0\0\0\0\0\0\0\1a\8b%\97f\94\1e\1fo\9e¶)\1cð\99      \86=\9c¼jîÖ\ f\ f~f6\1f9`\85\87\860wç\9bwN\1ezÿ¬ÂX~8³ sEVBEf,]í¢Êg\r± ¯_Ïè ØtÚrôý\v\17}\94ù\135\17/~ïÙ1±n
+\ fQ§ò\fMÔýã-æX٬ط#üqvöBµR\ 1\0\0\0\0\0\0\0\0\0\0\0h,ö¤\9aÔÆV§ò\8c ?ñs3¼×/ç\96­ÜÿÞgfñ\9em\1f\9c:®¤¹\ 1\92VÍýÕó\15¿]0>Ì}ÓGÝT\9c\14_\96ößI×Ëòéô\8c\ eªýÒå\7f\ f±\15ûv¬;¸G+]j÷ñ\ f\7f4«(ì¬\ e¥©±n²\91\1aû\14xÇÒÚC\11+\eu\ 2\0\0\0\0\0\0\0\0\0\0\0Ðèì¼4¡µÓ\11\8f\99ѳv¼ñy\99òÎúÍG\ e(Zn°='\8eýþÅ\89½\97ͨK÷±9í\8a\92âJRÂ\84U}K4W\83Ëç-\15Ö~æ2\9c\1e~hÉ4Cì3­:°3l±_Ï\8b\ 4\ 5\89q%©Ê¦î\87f|Yz0ªÏWÇ=±ðo[Õ      \0\0\0\0\0\0\0\0\0\0\0@\13aó¥>wN\vú_)£ûÞQ9¤dóªÏËè\8dË\97íÛ®&i
+fíx#yÕÜÜ×^\fó\87\85\93Âêm[4°.]"YÝ5¾|NÂÚ\b+¤nî=±öÅp¾\8dØðò{UGtÖ¥*ßY\9f²êù°Å~6»$<Pq%)=¬xÿ÷\8fÔ¯\94¤\ 4#{\7f\7fF^Á¦Wf¿·Yµ\0\0\0\0\0\0\0\0\0\0\0\04\1dö_®rç´máÀ+$ÈëwGå\90'×.¼BÒ_\9d7mÛ\ 6%G\13tñï\7f\1f½qù¥[Ò÷L\1d\1e\8cî\e[-l_\9cl]N®fTÞ\\96^;\ f\v\12»F²ëæ\9eþú´ño¯-ØôÊ7&=\15ë²\ e¥©Z¬®\8aâJRÂÃò«ç+\92VÍ]¼g\9bj\ 1\0\0\0\0\0\0\0\0\0\0\0hjZû\16L47¡"óËÅÉWHPÐÿ\8eÊ!}\97ϼB\1exiJtËkÊ\89fdÛ±C\13·®\9b±}S\98Ñ\e\97\a£ú\ 4ù\89uéT\9eaQN®r\91°ciÚÇ£2ñ[ÓF\86ó°×Òé\83ÿºH\8b}¦iÛ6\84\1dס45Èë§Ë>ý¥Ý6\85\ 3þó\85q\7fX8iá}ª\ 5\0\0\0\0\0\0\0\0\0\0\0 ijÁë-    \15\99ñeiWNûâä;*\87ünÁ\84+äçsJ\8bÞX©ThîVî\7foÙ¾\1d+þ;ÿµpb0ìáØ\16j\9bÂ\ 1öãä\1a\12_\96~SqÒÿ\9dU\14\8eÊ\9fÎ.\99ºíu\8döi\87O\9f\¼g[Øtáñ\89-\80w\8ddwW?\97¤[m-¥Å\95¤|ïÙ1\aO\9fP3\0\0\0\0\0\0\0\0\0\0\0\0MY³Û6í\\91\95P\91ù\ fÓ±4íÎÉC\7fü\Ñ\95\94ác6-W\ 6´<GÏ\9cÚtxÿ\96£ïDzþàÞ\9b\8a\93\82\82þu\89/K³\8b*׶B\18\e³\9dÊ3~0#ÿ®ÉO\87\ 5¦ã>Ó\a§\8e\87m\98³fAí\ exAÿvEIÖQ//§HvXH]"Y?\9aUtßôQ§«Ï+\e\0\0\0\0\0\0\0\0\0\0\0\80\89l¦t\8dd_M\12*2ï¨\1crÏÔáÿ0Ý"Ùãß^ëüÒz\1c:}â\83SÇëR»
+7â±öÅɱ|¹8Ù\ 6\9c\ç:j8\84»D²zDsccö\e\93\9e:~þ¬Öû´Ã§OÆÚðÁÅS\83\91½ãËÒí\80\7ffEu®Èê\19\1dt×ä§ÿÏÌ|e\ 3\0\0\0\0\0\0\0\0\0M_pÝ\1cC\0\80\96¡\89ì§Ü:î\89¯^En*NZu`§³\ 6¡\9a\8b\17ÏÕ\¨Ë×&þ9¾,½î\93Á]#Ù¾Ì(õ¸BØ#\9a\e\ eáÎ\15Y?\9b]¢û>O¬\19ï\9d:¼Cij¬\r\15Ï\15*ªSyÆ\7fÌ\8f*\e\0\0\0\0\0\0\0\0\0h
+\82&Éy\ 1\0h\9a\1apë$\92}sYú?Ì?\95¥ýSiúÞ\13U§ªÏ]Mj.^tÖ ´tï»_)N¹}ÂàXb«^öݤ\1eÓ}lNByf8¨\83Ñ}SV=\1f\eÂg.Të¾ÏtüüÙ¯\8e{"lÆî\9añ\1fÕU\90\9f\98¸â9å\ 4\0\0\0\0\0\0\0\0\07^в8¡\0\0\8dâ*·HzDsãËÒÚ\15%]e\82¼~wM~zï\89ª«\8c\13\ 1ÿÐ\83\8b§ÞQ9ä_§\8f\8cåÎÉC\13Ê3»D²b±ì&õø-ËO&ù\88G¦¿»!\1cÑ»\8f\7fXuî\8c\1eü<[?<xÛø'ÿeÚ\88Î\15\9añ\1f\Kt(M\r\86÷JZ5WE\ 1\0\0\0\0\0\0\0\0À\8d\11´VN=\0@\ 3^d\16ô¿ª<ýPú«ó6\1dÞ\7f\95Ùph߶c\87\1c^¸f»\8e\1fýÖ´\91?\9fSZ\97\r\8a/KïT\9e\11KBEfw\9bnR\7f\v\83aQÕNûüĸ\92\94u\a÷\84\93<üÓç,¯`Ê;ëcMú½gÇt(M\r\ f BºÂ7RÛ\14\ e\b\86=\°é\95°®\ e\9f>©~\0\0\0\0\0\0\0\0\0 á\ 4ØW\ 5\0hH\8b÷l»\9aÌÛùÖÁÓ'\1c.h8£6,ûÍüè\1f\17UÆòó9¥í\8a\92:\94¦Ö¥k$Û"ªÔozF\aÅ\95¤\ 4ù\89Á\88ǾýÌèØÀ_¶o»~¼²Ñ\e\97ÿû¼±ÿ2mDÛ¢\81aoÆ\97¥ëÍÏ[G\r\aWm\81\8dî[ùÎúðZâøù³ê\a\0\0\0\0\0\0\0\0\0\1a\82\85S\9bª\0\0@ËvªúüCK¦\rxev]¾6ñÏAAÿöÅɱt(Mí\11͵×&\r÷\81ÔvEIÁð^\ f¼4eê¶×Ç¿½vÕ\81\9d\1aóÊRV=\9f¸â¹°[¿>ñ/a·v*ÏФW^J½¹,=¾,=,°\89[ש\1f\0\0\0\0\0\0\0\0\0¨wVJ­©\ 2\0\0\v»¶ä¬Y0tý\92Xú.\9f\19\8cîÛ¦p@]\12*2o±ã&\r\9cÚ\8fW\16ô¯Í¨>ýVÌzríÂ\1dU\87µç\95\9d«¹\106ox¬j7y\vúëÖ«ÙzîT\9e\11äõë66'òÖ\1a%\ 4\0\0\0\0\0\0\0\0\0õËê¨MU\0\0 \859U}®`Ó+Ñ-¯]\9aoM\e\19\8cì\1d\14$ÆÒ®(É\97\16å\ 6%\9a\9bP\9e\19\96\ÛÂ\81ñei\99«ç\87é»|æñóguë\95í;Q\15örÎ\9a\ 5\1f7oÿnjé*6RÃ\1a\vòúÝ3uxÒÊ9Eo¬TE\0\0\0\0\0\0\0\0\0P¿l\89ZM\ 5\0\0Z\80õ\a÷ÎÚñƼ\9doÅ2tý\92`x¯ ?ñÒÜ\\96n\11Unð:jXu_)Ii[8ð\8eÊ!\ f-\99öàâ©\89+\9eÓ°ÿЦÃûc\1dÝoŬ`ØÃm
+\ahÞ«©·Ú\8dÔ\82þ?\98\91ÿÛ\ 5ã+ßY¯\90\0\0\0\0\0\0\0\0\0 ~Y\ eµ\9a
+\0\04S\17jjV\1dعö\83ÝuùÞ³c\82\11\8fÕ­ ú\16ª4n:\95\97¥\7f¹8ùÛÏ\8cþõ¼Èý³
+ó6®Ð¹Wcó\91\ 3«\ fìúѬ¢`Ä#a/\87ÇP/_Mº\8fÍéP\9aúÃ\99\ 5á0\º÷]\85\ 4\0\0\0\0\0\0\8dË»âÞ0\a\0ÀE>î\1a\0\0\80FtàäGÛ\8e\1dz¯êH]æí|+\18Õ§máÀº$TdÞbyM\1a5ÝÆæt®È
+\13Vã·\9f\19ýý\19yÿ<áÏËöm×ÂÿPÍÅ\8bÛ«\ eǺûk\13ÿ\1cäõëT\9ea\1dõê\13V]xÄn\eÿdx\18\95\13\0\0\0\0\0\04\ 5Þ\15÷\869\0\0.ïq×\0\0\0Ü05\17/\1e=sêØÙÓuùÙì\92 ?±Cij]âËÒº[F\93\8e\1a¦k$»G4÷\8eÊ!an\eÿdÕ¹3zùjT×Ô\84ý¾þàÞ à\93\1e\ f\8f¤¢ú\ 2å÷ñá
+«î\96\81\93\1f©(\0\0\0\0\0\0h"¼+î\rs\0\0\Øã®\ 1\0\0¸aÖ\1fÜÛ®(ɺ\994¯Ä\97¥ýø¹"ýûEÕ~û8?Qý\sºD²¾>ñ/Õ55j    \0\0\0\0\0\0\9a\14ï\8a\1c\0\0\97ô¸e\0\0\0\1aN¿\15³º}ü½¿X¾>ñ/]#ÙÝþû3\94ݬ\9eIÓK÷ÚEÔô\ e¥©Á¨>I+ç\1c;{úè\99SÇÏ\9fÕÎWé\89µ/v®È
+ûýk\13ÿÜ%\92¥Í¿hù%Td\ 6\ 5\89?\98\91\1fû¨´\8a\ 2\0\0\0\0\0\80¦Æëâ^2\a\0À\95<n\19\0\0\80zñ^Õ\91oLzêû3ò.Ímã\9fìT\9eѹ"+\96.\91,{gÒ4ÓmlNÛÂ\81a\82\11\8fT¾³>¬çmÇ\ eÙ
+üB\1e}ùÙ{¦\ eÿÚÄ?Ǻ^¿\7fÑô\88æ\ 6c\1eÿ¯\85\13·W\1dÞ\7f²JE\ 1\0\0\0\0\0@Óäuq/\99\ 3\0à\1a\1e·\f\0\0À5HZ5÷g³K~=/R\97ûg\15Æ\95¤Ä\97¥_\9a®\91ìîÖͤ    ¯\ 1v*Ï\bò\13\83¼~aõ®>°kí\a»Wî\7fïÌ\85j=~õ~9·,6\ 4n\1d7¨Cij\97H\96®¿\86Rl_\9c\1c\f{øO\8b\9c8¦¨\0\0\0\0\0\0 )óº¸\97Ì\ 1\0\8e[\ 6\0\0à\1fÚ\7f²ê?æG\1fZ2­.=£\83Ú\15%}¥$¥.ñei·Dsí\97IÓOX½q%)µë¨#\1f½oú¨y;ß
+³ðo[uú\17òþ©ãáXøÃÂI_.N\8e\r\ 1\e©×\92hn\9bÂ\ 1Á°\873WÏ\7fæÝ\8d»\8f\7f¨´\0\0\0\0\0\0 \89óº¸\97Ì\ 1\0\8e[\ 6\0\0à2y\eW$­\9c\93¹z~]þkáÄ`Ìãí\8a\92êb\ 1M\9aë\ 2`Ab0â\91?-ª\8cny­è\8d\95ËöíÐò_ÈÒ½ïö^6#\1c\v\7fX8)\1c\ví\8b\93\95Ö5$\9c\9f]#ÙµÕ8ºïÐõK
+6½rôÌ)Õ\ 5\0\0\0\0\0\0Í\82׎d\ e\0\80\8bvÜ2\0\0@kö^Õ\91'×.\1c½qù¥¹elN\90×/(è_\97öÅÉ=|\vU\9açö_\97HV\9bÂ\ 1µ\e©yý\92\1dº~Iú«ó¶\1d;¤ý¿¨¹;ß\f\8fÞý³
+\83\91½\8d\85ëÙ\8fN¨È\f
+\12;\96¦\85Çó\89µ/*-\0\0\0\0\0\0h^¼.î%s\0\0\±ã\96\ 1\0\0Z\8f\19Û7U¾³~ê¶×ëòàâ©Áð^A~â¥é\á[¨Ò¼Ó#\9aÛ©<£}qr\9bÂ\ 1áÿ\1cðÊì0½\97Í0\ 4®Á´m\ebsã\8eÊ!Á¨>\1dKÓ¬£^ÏRj\87ÒÔÛ'\fî·bVîk6R\ 1\0\0\0\0\0 Yòº¸\97Ì\ 1\0\8e[\ 6\0\0h\91v~ttÞη\16ïÙV\97\85\7fÛÚ¾8¹öC¨\97¬ Æ\95¤ô\8c\ e²,&-féïæ²ô\ e¥©m\8b\ 6Þ3uø\1f\17UþvÁøôWç\19\b×à\Í\85\17vm\99»óÍÚ\8f&\7f<7:\95gØH½®Ï¤\96g¶+J
+Gî°×\97*°kS]S\13\96\13Í¡\0\0\0\0\0\0 \11y]ÜKæ\0\0¸PÇ-\ 3\0\04kÕ55ë\ fîÝtxÿeùÓ¢Ê`Øõ\ve\97¤[$Ûv\98´Èt*Ï\bÓ¡4õ»Ï\8eùù\9cÒoM\e9që:óá\1a\1c>}rÝÁ=á\f     \ f`0â\91Ø\agåzÒ}lNBEfX\9cwO\19öígF\8fÞ¸\\99]\9bÓÕçÇ¿½6\18ñXøãÌÑ\0\0\0\0\0\0 \11y]ÜKæ\0\0¸DÇ-\ 3\0\04#\87N\9fØsâØÞ\13Uuya×\96`T\9fvEI\97åæ²t_6\94\96\9dncsºD²Ât\8dd\7fkÚÈ\7f\9d>ò«ã\9eØ|ä\80Aqm\8e\9e9µûø\87É«æ\ 6Ã{\853$®$å\163äº\13\16gByæ]\93\9f\ e\8bsú»\e\94Ùµ9~þlX\9cµK©#{ÇÊÒ1\ 1\0\0\0\0\0 \11y]ÜKæ\0\0¸>Ç-\ 3\0\04M\17\9cª>wY~:»¤Má\80\9bËÒëÒ©<£»å/i\85\91ì\9eÑA·O\18|Ûø'ï\9aü´\89qÍNW\9f\8f\8d\97ß-\98\10ä'v®È2Rêqu:,Ѹ\92ÔÕ\av©´kv®æÂà¿.
+FõI(Ϭ+N\87\ 5\0\0\0\0\0\80Fäuq/\99\ 3\0àâ\1c÷\v\0\0Ð4-Øýö\97
+\a~uÜ\13\97ƾ\98´òtÿø\e©       \15\99m
+\aüvÁøs5\17b11®Ù\9d\93\87ö\88æ\86ã%ü³\9b\1a«×t(MÝuühX\9f5\17/ª´k\96³fA»¢¤Ë\8aÓa\ 1\0\0\0\0\0 \11ycÜ{æ\0\0¸,Çý\ 2\0\04ºï>;æî)Ãî\99:üÒ|cÒS \15\99]#Ù\97Æ\9e\97´ÚuÔ¯\94¤´/N\ eF<6tý\92\ fN\1d\7fÿÔñcgO\9b\1e×ìðé\93·O\18|ÏÔaÝÆæÄÆ\8b¥Ôz\\9dnW\94\14_\96¾ó££öQ¯Ç\83\8b§\86Uúÿ\8d\1f\1c\1eÒ[ì¥\ 2\0\0\0\0\0ÐdxcÜ{æ\0\0¸&Çý\ 2\0\0Ü0Ã^_zïÔá?~®èÒÜ?«°sEVByfBÅÿHø\1f}\1dUZo¢¹a\17\ 4\ 5ý?ɨ>/ìÚ²åèû\9b\ eï¯:wÆ0¹f\vÿ¶õ®ÉO\87\93çû3òâËÒÃ\83¬Øê+=¢¹7\97¥\a£ûÞQ9$¬Õ­\1f\1eTo×ã\81\97¦t\8dd\87\874üóÓ?\r\1d\1f\0\0\0\0\0\0\1a\917ƽg\ e\0\80\vrÜ/\0\0@½Û^uä'³\8a~·`Âeù椧Ú\17\97¥]\16û\"±ô\8c\ eêP\9a\1aä'\ 6#{ß9yè\8a};bYº÷]ß\9d¼NÑ-¯ýlvÉ·\9f\19}SqÒÇ\93'Ýæ{=Öm\IJ0¼×Ïç\94\86µºáÐ>õv=~»`|\98ðÀ&Td~^\95:J\0\0\0\0\0\04"o\8c\1c\0\0Wã¸_\0\0\80ë\91¼jî£/?ÛwùÌKóëy\91 ?ñËÅÉ\97¥öÓ\84Ñ\;\"\9fþÐdÛÂ\81µë¨Ã\1eþÝ\82        3¶o\9aºíõ\95ûß3a®_Î\9a\ 5±\19\94aAAÿø²ô\1e¦P½\96n»¢¤°n\1fxiJå;ë6\1dÞ¯ä®YÕ¹3\7f\TùÐ\92\8b\93Ã|ægRí¥\ 2\0\0\0\0\0Ð\14xcÜ{æ\0\0¸\14Çý\ 2\0\0\\8d\85\7fÛ\9a¼jî\93k\17^\9a'Ö¾XûmÇ\82þm\v\a^\9a¸\92\14\9b_"WN÷±9]#ÙaûÔfT\9f\94\97l^õôú%[\8e¾oàÔ\8b\9c5\vÂ1Õ©<#6£Â¿\98\9chn0ºoâ\8açºÝQuXÉ]\8f}'ª~»`|0æñvEIWsð\1d1\0\0\0\0\0\0\1a\917ƽg\ e\0\80ëpÜ/\0\0À¥\8e\9d==bÃË%\9bW]\96ï=;&\18Ùû\93\1dºKÒ-\92m9Kä\v}_²SyFÛ¢\81aûÜ\\96\9eûÚ\8ba\92VÍ=S]mþ\¿}'ªb\13lȺÅA^¿ð _ù£\93rm    '\7fígRóúýiQeÕ¹3
+ïzl>r ,Ú^K§\a£ú\ýê´ã\ 6\0\0\0\0\0@#òƸ÷Ì\ 1\0p\11\8eû\ 5\0\0\17vm\99±}Ó¬\1do\\9aÌÕó\83á½\82üÄË\12_\96îS\83"×óeÉ°\89âJR\82\82þwM~º÷²\19½\96N\ fÛÍ ª\17\e\ eí\9bºíõp\82õ]>3\18öpíÔ*èo\1dµ!>òÛ%\92Õ¾89,æG_~ö\81\97¦\T|×gó\91\ 3¿\9c[\16þØ\r\8fjÏè «?\17\ e\1d\0\0\0\0\0\0\8dÈ\eãÞ3\a\0À\15\17\0\0hÙ¶~xpéÞwWî\7fïÓ\89/K«ý\9eàÿÜ?mW\94ô\85VcDä
+\89/K\ f\e-ÌMÅI?\98\91ÿÛ\ 5ã\7f2»¸üÍÕFS}Ùphß²};~4«(\18ñH8Á¾èr\9f\ýFjç\8a¬¸\92\94¯\8e{â7ó£\ f¼4Eí]§M\87÷/ß·½v)uÌã×P´\ e \0\0\0\0\0\0\8dÈ\eãÞ3\a\0Àå7î\17\0\0h\ 1ªÎ\9dÙ|äÀÖ\ f\ f~:?\99]\1c\8c|´Má\80O§k$Û²\95H½'ì¬\84\8aÌ0\9d+²î\9fU\18Ë\9d\93\87®y\7f\97aU/.þýï[\8e¾\1f\eq_\9bøç`Ìã\9dÊ3|йA¿\91\1a_\96þÏ\13ÿrßôQýVÌR\81×o{Õ\91p&\ 4£ûÞ|­ß"w\f\ 1\0\0\0\0\0hDÞ\18÷\9e9\0\0®½q¿\0\0@sqábÍ\a§\8e\1f:}âÓ\19²nq0ⱸ\92\94O'¡"³»Õ*\91\86\8f7R;G²n\1d÷ÄÝS\86Ý9yèw\9e\19mpÕ¯s5\17Â1¸îà\9e ?16âÂcnÄ5h:Wd}}â_¿<½~\89
+¼~\a?þ©}û\84ÁÿT\96v=¥ëH\ 2\0\0\0\0\0Ð\88¼1î=s\0\0\xãf\ 1\0\80¦¦º¦æ3³þàÞ  \7fç\8a¬OÇ\97OE\1a})µG4÷Öq\83:\94¦>ðÒ\14s¬~Õ\¼x®æB8\ 6çî|3Èë×%\92¥änXa·-\1c8uÛë\8aðú]üûß÷\9e¨êX\9a\16þÔ¾þSãx\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\uãf\ 1\0\80¦æ_§\8f¼mü\93_\9fø\97Ërû\84Á]#ÙÝ>^\14º,\96§D\1a+7\97¥Ç\97¥\a£ú\14lzåøù³aÎ\¨6ÇêWîk/\86\a9\1c\83ál\8c\8dA\85wcj;\18ÝwÆöMÕ55\8aðúíüèh§ò\8cúú©íx\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\rãf\ 1\0\80\eïÁÅSï\9c<ô¾é£>3ÝÆæt®Èê\12¹<>\8a\14Ò}lNØ\8fí\8a\92Â\ 4c\1e_±oÇ\9e\13Çv~tôTõ9í~ýf~ô\9e©Ãéxû\84Á\9dÊ3\8cÁ\e\93ð ×Öv^¿U\av\86\85\9eõu\v§ÄWÇ=\11\16sBEf}\9d&G\15\0\0\0\0\0\80Fä¥q¯\9a\ 3\0àz\e7\v\0\04\90ÊwÖÝ7}Ô/ç\96}:·\8e\e\14_\96Ö©<ã3ãS\80"M-=¢¹\1dJS\83\82þµ\19Ý÷¶ñOn8´/̺\83{j.^4îêÝÏf\97übNYxäãËÒc\e©ÝÕaC'\9a\9bP\9e\19äõ\v\ fx¬¶Õa½X°ûípbÄ\95¤\86\87·\1eËØ\81\ 5\0\0\0\0\0 \11yiÜ«æ\0\0¸ØÆÍ\ 2\0\0×fñ\9em¿z¾â\81\97¦|^î\9d:¼máÀ\ e¥©\9fN×H¶\1d+\91\8eÚ¦p@\90\9f\18<ýPØÔ\vÿ¶5Ì\82Ýo¯>°Ë\f¬w[?<\18\eª¿[0!®ä\93\bo@zF\au,M\vFö¾{Ê°°Â\97íÛ¡\1aëEtËk¿\9e\17ùî³cÚ\17\12Í­ß³æð\ 2\0\0\0\0\0Ð\88¼4îUs\0\0\iãf\ 1\0\80ϳó££\ f.\9e\9a´rÎgæ\873\v\82¼~7\15'}^:\95gô¨ï=\14\11ièt\1f\9bÓ5\92\8b\1afdïÁ\7f]TùÎúò7Wï¨:l*6\90¥{ß}hÉ´_Ï\8bÄ\86\12\9fR¼Q\e©áÑ\ eF<ò\8b9eÑ-¯-Û·]5Ö\8bÑ\e\97÷]>óî)ÃÂ1\12_\96Þ\10\17\ 3\ e2\0\0\0\0\0\0\8dÈKã^5\a\0Àe6n\16\0\0Z­£gNe®\9e?ìõ¥\9f\97?.ª\fFönS8à3Ó±4ÍÚ©HKú4j§ò\8cØ×Qo.K\1fµaY\98Á\7f]t®æ\82iÙ@*ßY\17\1eápØÞ?«0\18Õ'®$ÅP½Á5\1f\8c\ f\v'=±öŵ\1fìV\90õ¥è\8d\95±Ýö\ 6ý¿§p\9c\ 1\0\0\0\0\0hD^\1a÷ª9\0\0®±q³\0\0ÐR\9d¹P]²yÕø·×~^\92VΠ    F<\12\14$~^Ú\17'[\92\12iÙ{yq%©í\8a\92Â\ 4yýî\99:<ýÕyI«æ\ e]¿Ä\bm8\91·ÖÄ\86ðÿ\1e7(\18óx8l­ùßøÔ~&5¯ß/æ\94ù\10p=*\7fsuXØa=w*ÏèÞÀgÐÑ\ 6\0\0\0\0\0 \11yiÜ«æ\0\0¸ÆÆÍ\ 2\0@stºúü¬\1do,Øýö\152bÃ˵k§ù\89\9f\97vEI=£\83l'\89´¶t\e\9bÓ¡45®$µMá\80_=_ñàâ©aþc~´ò\9dõ¦kÃ9~þl8·Ç¿½6\18Ý76\84\13*2»+È\e\91ì°ò¿\\9cü_\v'þû¼±\aO\9fP\99õâ\Í\85\92Í«\82Q}ÂÂî\1aɾ\ 1\85í\98\ 3\0\0\0\0\0Ð\88¼4îUs\0\0\`ãf\ 1\0 ©9U}~Õ\81\9dë\ eî¹Bj·?\86÷ºÂ§Nô+Jò\ 1>\11\89¥ûØ\9c®\91ì\9bËÒãËÒ\13*2\7fõ|ůçE¾?#oï\89*S·Aí;Q\15\eé£7.\ f\86=ܦp\80]Ôƪÿø²´n\91ì°ò\7f>§TeÖ\97cgO\87\15\1eÝòZ0òÑ[nàU\87#\ f\0\0\0\0\0@#òÒ¸WÍ\ 1\0pu\8d\9b\ 5\0\80\eéÌ\85êíU\87w~tô
+©ý\9aÞ\88\16\r¼BâJRì\9c\8aÈ?L×Hvç\8a¬0\9dÊ3n\eÿä÷\9e\1dóígFÿtv\89iÜÐö\9d¨z¯êH8Ò\1f\<56ÒÍíFì\82\7fkÚÈßÌ\8f*ÎzTuîÌà¿.
+\86÷j_\9c|\83ËÛÁ\a\0\0\0\0\0 \11yiÜ«æ\0\0¸´Æ\9d\ 2\0@\83ª:wæÒLÝöz0²wÇÒ´+äæ²t_Ó\13\91ëI·\8fÓ5\92\84Áß\9côT\98ðï}\97Ï4\93oØØ¿gê°¶\85\ 3Ã\91\9eP\91i¤7îRêmã\9fì\16É~ôåg\15g=:U}þØÙÓ¹¯½\18\8cî{Kc,\;\ 5\0\0\0\0\0\04"ï\8d\1c\0\0\97Ö¸S\0\0hPµË\1a\97Äv\92\88Ü\88½ÔHv\98 ?ñ\85][j.^\8cå¢\89ÜðªÎ\9d¹ÅGQ\9bR\82\82þO­{Iý×»\a\17Om_\92Ü\88W5N\ 1\0\0\0\0\0\0\8dÈ{ãÞ6\a\0Àu5î\14\0\0\1aTl;ìÿÅ\96\90\88Ôwº\8fÍI¨ÈüJIJ\98¸\92\94\ e¥©»\8e\1f=zæÔáÓ'ÏÕ\0\87o\80\95ûßû_å\19wN\1ezGå\90Ø´W\96\8d\9chn|YZ0â±a¯/=]}^\89Ö¯?.ªìT\9eÑ%\92ÕÍ^*xh\ fø]  \0\0\0\0´J\9e\85z\82
+\0\80\8bjÜ)\0\04(ËA"Ò@é\11Í\8d+ImS8 \18ÙûWÏWl¯:\\17³÷Æ\18½qù\1d\95C~0#ÿ\9e©ÃãËÒ\13*2;Wd©ÌFO»¢¤`Ä#S·½¾õÃ\83ÇÏ\9fU¨õè\17sʾûì\98\rê\1ciäRw.Às{ð»\12\0\0\0\0 \11y\16ê *\0\0.ªq§\0\0Рì\a\89\7f\1dµv\175?1xú¡ÌÕó×¼¿kž\1dïU\1d1oo¤ôWçý|Né\1d\95CâJRj7RË3»+ÎÆî\8bÎ\15Yµ}\91\9f¸`÷ÛaS\9c½P­Pë˹\9a\v?\9d]òïóÆ&TdÆ\97¥u\8dd7zÁ;)à¹=ø]   \0\0\0\0Ð\88<\võ\ 4\15\0\0WÔ¸S\0\0hPv\85Däú¿\8bÚ©<#¶pW\9b1\8fG·¼6wç\9bÓßÝpèô     cöFzpñÔ^K§\87ùßã\ 6µ+JJ¨È¼%\9a«D\e½An.K\ fû"ü{Ø\17a\14jý:|úäÏç\94\86\ 5\1fW\92Ò­É\9c\ 5\a¿+\ 1\0\0\0\0\1a\91\9e \ 2\0àr\1aw
+\0\0\rÊÆ\90\88\ó¶ÝWJR\82\82þÁ¨>wM~:òÖ\9aXÊß\m´ÞH;?:ÚgÙ\8cÌÕó\13W<צp@»¢¤0\9d+²| µ)ôH\87ÒÔ`dïoM\eY²yÕÌ\1d\9b\94kýÚrôý°ø\1fxiJ\90\9fØÔ
+ÞÙ\ 1OïÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\9cÆ\9d\ 2\0@\83²7$"_(í\8a\92Ú\14\ e\b\13\8cêó«ç+\86¬[\9c¹zþ¬\1do\18§7ز}ÛÃ\83\9f·qEíRÞ\88Ç\82\82þm\v\aªÏ&µ\94\1aäõûÙì\92°Aæí|KÅÖ»\r\87ö\85\877,þöÅÉ=\9aÞw\81\9d ðô\1eü®\ 4\0\0\0\0hD\9e\85z\82
+\0\80kiÜ)\0\04(«C"råt\1f\9bÓ¹"«}qr\98/\15'=úò³\89+\9e\vóÀKS6\1cÚg\8aÞx\vÿ¶µò\9du?\98\91\8e\9a\9f\18\9e\97\9eÑA
+µ      %ö\99Ô¼~÷M\1fµêÀN\15[ï£:þíµ¿\9e\17       Æ<Þd\8bßi\ 2\ fðÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\90Æ\9d\ 2\0@\83²@$"\9f¹Xש<£ciZ\98ö%É_\1d÷Ä\1f\16Nú¯\85\13\7fÿâDc³±,Þ³méÞwÃÜ6þÉ`tßø²ô&ø\8dH    [æKÅI¿\9c[öó9¥\9b\ eïW·õnÝÁ=÷N\1d\1e\8cx¬CijSÞÈv¦À3|ð»\12\0\0\0\0 \11y\16ê    *\0\0.¤q§\0\0Рì\10\89È¥I¨ÈìT\9eÑ¡4õÞ©Ã\7f6»$Ì÷gä%­\9ccZ6\8aªsgÖ\1fÜ»ùÈ\81\85\7fÛ\1a\8cî\e\14ô\ fÓ¹"«»Zmbé66'l\9c°}~ü\Ñ}ÓG\1d>}RõÖ»°\116\1dÞ\7f\90öÅÉM\7f)Ûù\ 2ÏðÁïJ\0\0\0\0\80FäY¨'¨\0\0¸\8aÆm\ 2\0@\83²L$b\9f®k$;\96Î\15YwO\19ö­i#o\1d\9b»`÷Û&dc9vöôÞ\13UûOV\8dÚ°,\18ñÈMÅI_.N¶\8bÚd;(l\9c\1eÑÜ{§\ eÿö3£Uo½«¹x1l\87íUG:\96¦µ+Jê\12i\1e{ÙN\1cx\8c\ f~]\ 2\0\0\0\04"ÏB=A\ 5\0À%4n\13\0\0\1a\94\95"\91V¾R×#\9a\84Á±t\8dd\7fpê¸ÁØ\88Î^¨>]}þ\ f\v'\ 5ù\89\9dÊ3|\1aµéwPÏè ðÏ_Ì)S½\r¡æâŵ\1fì\ e
+jÛ¡yÕ\86s\a\9eä\83_\97\0\0\0\0\0\8dȳPOP\ 1\0p    \8dÛ\ 4\0\80\ 6e«H¤\15¦ûØ\9c.\91¬Nå\19m\v\aþêù\8a³\17ªërÑXlT÷Ï*\8c-\vwS¨Í¡\89\82üÄ\87\96L\v\eç\Í\ 5ÕÛ\10VîßySqRsl\aç\ e\a¿.\ 1\0\0\0\0\1a\91\9e \ 2\0àú\19·      \0\0\rÊn\91HëI\IJûâä0Á\88Gr_{ñýSÇ÷\9f¬:zæ\94IظÂSðõ\89\7f¹wêð0·Ds»D²,¥6åô\88æv(M\r\9bè\89µ/î;QUuî\8c\1an\bÓ¶mè\11ɹ£rHBEæ-öRÁÃ|À¯K\0\0\0\0\80/³POP\ 1\0\8cÛ\ 4\0\80\ 6eÃH¤e\7fÒ1¡"3(è_\9b¼~Ëömßrôý0\e\ eí;vö´\ 1ظ\16ïÙv÷\94a?\99\83\19ùñeé  å\99al¤6ý¥Ô`Äc\91·Öh¢\ 6\15ÝòZ·HvÇÒ´Î\15\9bg©8\89àa>øu      \0\0\0\0Ð\88<\võ\ 4\15\0\0\17ϸM\0\0hP\96\8cDZXzF\aÅ\95¤\ 4ù\89µ\19Õç\e\93\9eZ¶o{\98¥{ß5ñ\9a\82Ñ\e\97ÿêù\8aß¿8ñ»Ï\8eùRáÀ\8e¥iñeéÝ\95n\93O·±9µ=5â±¢7V\9e®>¯\92\eÈÐõKÂ\ 6¹{Ê°¸\92Ô[¢¹Í·`\9cJð<\1füº\ 4\0\0\0\0hD\9e\85z\82
+\0\80\8bgÜ&\0\04(«F"-#µ_D\8dí¢\ e{øÁÅS\9fywc\98ÊwÖ[Gm"\92VÍí»|f¿\15³þyâ_Â\93Õ¾89¾,½Gs^»k-\89æÖ~t8¯_»¢¤©Û^\9f¸uÝEÕÜ`\86®_\126E\9bÂ\ 1\9dÊ3\9a{w8\9bày>øu       \0\0\0\0Ð\88<\võ\ 4\15\0\0\17ϸM\0\0hPv\8eD\9a÷º\Aÿ  1üsØëK\8bÞX\19fȺÅïU\1d\9a\88s5\17Ò_\9d\97ûÚ\8b_.NnS8 máÀð¬Ýb\1dµ9¤G47¾,=\18óømã\9fÌÛ¸¢üÍÕê¹á\fþë¢0áa\8f/Kk\19\râ\9c\82çùà×%\0\0\0\0@#ò,Ô\13T\0\0\9ã6\ 1\0 AÙ<\12i^\8br\1dJSÛ\15%\85 ò\13o\9f08gÍ\82XL³&eÛ±C£6,+\7fsuæêùÁ¨>AAÿn
+¸Y5ZÇÒ´`Ìãÿ:}dʪçÇnY£¤\eȹ\9a\v£7.\1f³iyì\8bÏ\9d+²º·\94*rrÁ#}ðë\12\0\0\0\0 \11y\16ê  *\0\0®\9cq\9b\0\0Рì\1f\894\8bt(M\8d+I  ò\13\7f2»øÑ\97\9f\ró§E\95y\eW\18bMÊê\ 3»\9eywãì÷6ÿqQe0ìáð|µ)\1cÐÃ×Q\9bÕg\88k7Ró\13ï\9fUøû\17'ÎؾIU7\9ccgOç¬Y\10\8cx$(èßòjÉù\ 5\8fôÁ¯K\0\0\0\0\80FäY¨'¨\0\0¸lÆm\ 2\0@\83²\85\ 4Ó}lN×Hv|Yz,\1dJS\7f9·ì?_\18÷Ã\19\ 5ë\ eî1¸\9a\9aÕ\av­:°3Ì=S\87\a#{\aù\89q%©=£\83TróJØkí\8b\93\7fü\QØháÙTØÿ?{÷\1ede}ç\89ÿ) b\a\17º\ 5Ü8VnVʤ\9cT\9c$ãoÍÎ%\95\99JYcmjR\99ÊnY\95RTDªiúJw\ 3J\14¹Cß/\87\ 6\1aä"\17QQD\11\ 1A\90@\10Q@D.á* ÐrǦ;¿\aN\86IíîtTxN\9fÓ¼^õ.\8bÚýCç|¿\9fïù\9eÏ\93\ fOt\ e\9d9¹lß\87#×/\rÆ>ÔQ\a·­2èê\83Ç%\0\0\0\0@;Ò\vÕA\ 5\0Àµ\19¿\11\0\0"e\10I$yÒ+V\92Q_\1c¦GÝ\90[§>qÏüòx~8gBsK\8bó*©\9cmþl˱CÛO\1cY\7fxoçÊÁAù N\159áÚÝìí¨)\98¬ÉCõ»{^Ùw\9eyzï©\13¶w¤\8e\9c=õð\es\831ýÒªó;ðÛ\84-4èê\83'&\0\0\0\0@;Ò\vÕA\ 5\0À\9d\19¿\11\0\0"e\1cI¤}\93\19+\8d§g}É7\1a\9f¼ã\99QaþÛ\94á\ f¿1×\ 1\95\9cÎ6\7fväì©\19\1fl\bÆ=\9cV\9d\9fV]`\e§z\rfM\1e\1aÖ]Kk«í\1d©¦\vç\8e\9e=ýÀë³\83I\ 3\ 4·å\ 6\8d}ðÄ\ 4\0\0\0\0hGz¡:¨\0\0¸3ã7\ 2\0@¤L$\89´oú6\f\8f§sÅà\85;7;\94\92VKkëÅÖ\960#×/\rʲ3c¥vo\aHïË/K½ã\99Qvx\ 2ÊçgÏפUçg]\1f[Ë¢\83Æ>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\99ñ\e\ 1\0 R\86\92D\12?\a×+VÒ½¦0­:?üó±sgN~v>LÓ\85sÍ--\ e¥¤õËÅÓÂõúfã\93_\9bòxü\r\9b6sJ\97aÏú\92 <û\1f\16\vÐ\ e\8fÔ_Ï\1e{Û´\11}\1a\86]?\ 3Ý\16\1d4öÁ\13\13\0\0\0\0 \1dé\85ê \ 2\0àÂ\8cß\b\0\0\912\9d$\92\80ôi\18\96V]Ð¥27L0þÑ\9f=_³çäñ='\8fí=uÂ)\94ÌZÿøÇïÏ\1e÷7ÏNøá³\13n\992<£¾¸g}\897¥¦z1v«)\bÆ>ô\9b¥³v}zìã3'íó\ 4\14QX5aí\WÓÜ\96\1eôöÁ\13\13\0\0\0\0 \1dé\85ê \ 2\0àÂ\8cß\b\0\0\912£$\12ÑÛ\183c¥Ayö\9f2úÁ±\eßØpx_\98u\1fïÙõé1\87O2Ûxdÿ]sÆÿüÅú\9f.¬N¯-êQ7$\8c\ e0\91zi0|Ô\ 3C×.^{h÷\81ÓM¶z¤ö\9fjúÑÜ\89ñ"º\ eß/l\ 3\80Þ>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\96ñ\e\ 1\0 R&\95D®Uú6\fï^S\18\94e_ÊÄÇÂ?/Þ³5\9e\85;77]8çÀIr\8dÛÖÿË¢É÷¿6óï\9f«ìT\91Ó­¦ \D\e»\ 3$kòÐKU9ö\91òMo\86Åxôìi»=jÛ\8e\1fþá\9c      \9d+\ 6_·Ed\ f\80ö>xb\ 2\0\0\0\0´#½P\1dT\0\0Ü\96ñ\e\ 1\0 Ræ\95D®ÍK\18/M½=ô³çk\1a·­\ f3uëºg?|Ç   \93\12F®_\9aóæÂüÕ/~oÖ\98`ÒÀ\eªr»×\14\86Ëjo§|\1a\86õ¬/    k³SENÝ{kÂ\h¹hÃGmÅþ\1dý\96͹wQ,üä¯ç:²\13@{\1f<1\ 1\0\0\0\0Ú\91\ e*\0\0nËø\8d\0\0\10)\83K"_4½'\ fÍ\8c\95vªÈ\89'\18ÿh¿esÆn|cèÚÅk\ eîvª¤\84\v-\17\1f_÷J¸jazÔ\r    Ê/\8d.\86\7f0\8eÚ\91\ 6Æ»Õ\14ôm\18>ú÷Ë&¼³Â\9eO\8c¥{·ß5g|x*¦Uç_çÕd3\80ö>xb\ 2\0\0\0\0´#½P\1dT\0\0\\95ñ\e\ 1\0 Rf\97D>ç\8cÛMµE7Tå\86é\18£®8\7fõ\8bñô[6çðÙS\ e\93\94°£éhõæÕ\8dÛÖ?¾î\95`\ÿKo¹-ËÎ\8c\95ö¶É;\µ\86+{Ë\94ÇË7½iÛ'ÆË»·4lyûÇs'\ 6åÙæ»Í¥\82\ e?xb\ 2\0\0\0\0´/½P\1dT\0\0\\95ñ\ 3\ 1\0 R&GDÚx/j÷\9aÂn5\ 5a:Uä|\7fö¸û_\9b\19æ×K¦ç®zÞé\91\1fÞ»h×û\8b÷l\r\97/\18õ@Pvéí¨Fç:`.O¤Æ«õ\17/O©|w\95Í\9f\0Kþ°-,®¯My<\980 ½¶He\99K\ 5\1d~ðÐ\ 4\0\0\0\0hwz¡:¨\0\0¸*ã\a\ 2\0@¤L\8e\88üy2c¥=ê\86ÄÓ½¦ðï\16TþüÅú0\7fóì\84g?|Ç\89\91Z6\1cÞ\17Ï\9d³Æ\z;jyv·\9a\ 2Cs\1d5aͦUçÿðÙ    ª5\91\96ïÿ¨SENP\96ݳ¾Ä{\87Í¥\82\ e?xh\ 2\0\0\0\0$ ½P\1dT\0\0\\95ñ\ 3\ 1\0 R&GD2c¥=ëKÂdÔ\17ß2eø\ f\9f\9d\10Ïw\9eyúÄù³N\89\94ÓÜÒ²³é\93MG\ ft©Ìí\98üg¸²7\eGí¸\89\17ï_Ï\1e{ÛÔ\11k\ eîV\ 2 pþbsXe«\ fî
+&\r´\ 3Í¥\82\ e?xh\ 2\0\0\0\0$\e½P\1dT\0\0Ü\93;Ì%Ü\ f\ 4\0\80ädrD®Ïdý{2c¥·N}â\9b\8dO\86 ÿß\7fõJ£c!E\9d¿ØÜtáÜÉÏÎ/Û÷a0ñ±ôÚBûüz(äð\9f\86\7fØ\7fªI\15\85\96\8bóvl
+&\fH¯-² Í¥\82&?ø_U\ 1\0\0\0\0IH/T\a\15\0\0÷ä\ e\7fåö\ 3\ 1\0 }\99\1c\91ëö\1d©ñ\ 4\93\ 6NݺîbkK<-­­\8e\85\145ú÷Ë:W\fîÛ0¼\8fW£^7C©=ê\86|½ñ·\17Z.\86Å«\ 4\12föö\8d\9d*rì@s© É\ f\1eñ\0\0\0\0\0IK/T\a\15\0\0÷äëí\9aí\a\ 2\0@\82\99\1c\91ë"\rÃ2ê\8bÓªóÃt­Êë^S¸ëÓcGÏ\9e\ esäì©ó\17\9b\1d\ 5©ëß\964Þ:õ\89;\9e\19uÛ´\11=ëK2c¥Y±R{¾Ã\97sP\96}÷¼²°\84\8f\9d
+\12\86×Ã\12ûzão{ÅJlEs© É\ f\1e÷\0\0\0\0\0IK/T\a\15\0\0\97äëù\82í\a\ 2\0@\ 2\98\1c\91\8e\9a>\rúVåuªÈ  \13\8c}äÞE±í'\8e\\89ÚOu?\9e\9eùåan\992¼GÝ\90\8cúâLã¨×AQw«)\bÆ>ôoK\1a·\1d?¼÷Ô \85\900Ù+\9fûþìqßl|2½¶ÈPª¹TÐç\a\ f}\0\0\0\0\80\17ª\83
+\0\80K²{õU®»ª\ 1\0h\9bÉ\11é0é=yh¯XIP\96ý§\8c~pÂ;+V\1fÜ\15fùþ\1d;\9a>Qï©nÓÑ\ 3÷Ì+ÿÅËS~þb}÷\9aÂôÚ¢0ÆQ¯\93\89ÔÎ\95\83\83Q\ fä¯~1,ç='\8f+\87D\1a¸rAÖä¡iÕ\ 5=ëKzÛ\90æR¡½û½\80ÿU\15\0\0\0\0ð\17é\85ê \ 2\0à\92ìR}\95«¯j\0\0ÚfrDR:}\e\86_z\7fb|\10uâc\19\vwn\8egÖöß\9füì¼\1aï\0Â¥üÕ+\8d\ f¿1÷§\v«Ã\85N«ÎO«.°ù¯£4\f\vÆõ\1fµáõp'\1c:sRE$R¿esÂÒË\9a<´GÝ\10\13©æR¡Ý;½\80ÿU\15\0\0\0\0ð9é\85ê \ 2\0à\86ì:}\95;Aá\0\0´Íä\88¤â\90\8aÁAù K\19ûÈ?¿P[÷Þ\9a\9bWÏÞ¾QQw\18c7¾Q¼æ¥¡k\17ß9kL0i`\97ÊÜn5\ 5}\1a\86)\81ëç\rÈ\99±ÒKe>ñ±p'\9c¿Ø¬(\12ìÑåóÂösåàp!\f¥\9aK\85vlð\ 2þWU\0\0\0\0À\17¥\17ª\83
+\0\80ë±»ôUn       µ\ 3\0Ð6\93#\92\12\83¨\19õÅ\97Æ£.'\9840{ås#~÷j\98¼Õ/¬ûx\8fBî0Î_l\1eýûe\95ï®
+\93^[té5¸å\83nª-2\8ez\1d\96|¸ôá\1e\bË|èÚÅJ#\91>>sräú¥áÇ\1eL|Ìn4\97
+íÛÚ\ 5<  \ 2\0\0\0\0¾\1c½P\1dT\0\0\\8f]¤¯fW(\1c\0\80¿Èä\88$gú4\fK¯-êZ\95\17¦SEέS\9f\18¸rA<\ f¼>»Uév,;\9b>\99ºuݳ\1f¾3rýÒ`ì#\97ÆQ˲½¢ñú,ü\1euCÂ\92¿mÚ\88þËç\15¯yIu$Ò\8e¦£a%f¯|.\18ý`¸
+7\9b\a7\97
+í××\ 5<\f\ 2\0\0\0\0®\86\ e*\0\0®ÇnÑW³7\14\ e\0À_drD\92*éµ\85Ýk.å+\15\83ÿvÞ¤_½Ò\18æÞE±\11¿{Uµv<\9b\8e\1eXºwûòý;~³tV0ê\81 ,»sÅ`¯F½nß\91Ú£nH\97ÊÜïÎ\1cýó\17ë\9fÞðº\ 2\1dMG\7fñò\94\83]«òú6\f·'Í¥B{ut\ 1Ï\83\0\0\0\0\80«§\17ª\83
+\0\80ë±ûóÕl\ f\85\ 3\0ð\17\99\1c\91vLïÉC3c¥\19uÅazÔ\rɨ/þ»\ 5\95ÿ°°*Ìwg\8e^u`§
\906\7fr0Ì\96c\87þzöØ`ü£Aù î5\85ÆQ¯ç\84µ\1fî\81p?\84\85?uë:5\92`;\9b>ÙtôÀ}/5\ 4\13\1fS\89æR¡}Û¹\80§B\0\0\0\0À5¡\17ª\83
+\0\80»±ËóÕì\13µ\ 3\0ð\17\99\1c\91Ä'3V\1aOF}ñ­S\9f¸sÖ\98\9b9æ®9ã\95dGuþbóþSM\87Î\9cÜrìP\97ÊܯTåv­ÊëY_Ò[E\÷§A¸\rîxfT\9fØÐ¥{·«\94\ 4ûøÌÉ\83§?ýþìqÁ¤\81\86\18J5\97
+íØÈ\ 5<\18\ 2\0\0\0\0®!½P\1dT\0\0Ü\8dÝ\9c¯f·¨\1d\0\80¿Èä\88$8Y\93\87Þ2åñ[§>\11¦[MAÎ\9b\v\95a\aÖÜÒrîbóù\8bÍÏ~øN0ñ±ø[qU\81\Ix\ e¤×\16m?qD±$Xë\1fÿØtá\ß\86ááç\9f\15\15Í¥B;¶p\ 1Ï\86\0\0\0\0\80kN/T\a\15\0\0wc×æ«Ù0j\a\0à/29"    x\1fb\8fº!W\12L\1a¸tïö³Í\9fÅs¡å¢2ìÀ\8aÞZÔ­¦à¶i#¾6åq³oò\1fóé±ÒôÚ¢>\rÃN\9c?\e\9e\ 3-­­\8a%ÁÂOÞÛQÍ¥B2ôo\ 1\8f\87\0\0\0\0\80\85ê \ 2\0ànìÚ\f\0@¤L\8eÈ5O\9f\86aéµ\857Tå\86      &\rü\9bg'\1c8Ýt%{O\9d0\8bÚ±Ý=¯ì{³Æ|\7fö¸0\7f5uDF}qf¬4ÓPª\>\1câÃéáÞ\bO\83\83§?U/\89·åØ¡¾\rÃÃ"í\15+±'¯yz_þÛ\18¯?;\rÚ¦?\ f\1e\ f\ 1\0\0\0\0\91Ò\vÕA\ 5\0ÀÝØ\9d\19\0\80H\19!\91k\95N\159Aù K\19õ@ñ\9a\976\7fr0ÌÆ#ûw6}¢Ð:¼\8f\9a\8eÞ9kÌO\17VÿãÂê\9eõ%W^\8f\9b\19+í­:äòDjZuA0¦ß}/5\84ÇB¸aTM»X÷ñ\9eÛ¦\8eèVS\90Q_l[F2v=ñ±¾\rÃï?\9b\rÚ¦E\ f\9e\10\ 1\0\0\0\0\91Ò\vÕA\ 5\0ÀÅØ\85\19\0\80H\19$\91«x)jQP\96})\93\ 6\ 6åÙ/ìzoÙ¾\ fü¼{Ë\91³§\14×õ`ÁGïþìù\9a_/\99þÓ\85Õ]*s»×\14\86Q\1dò\7f\9c\15áÞ\bF=ðèòy\8b÷lÝ~â\88ÂiÇj½g~yת<ÓâQìóð{ðGs'.Ý»}í¡Ýö\eüEºôà!\11\0\0\0\0\10)½P\1dT\0\0\\8c]\98\ 1\0\88\94Y\12ùüC7\9d+\ 6ÿi\105ÌØG~4wâìí\eã\99óáFÕtý\18ýûe\ f¿17{åswÍ\19\1fn\86®UyÝj
\1d¢LäÿLð`\ÿao¿Ò°åí½§N¨\9dv\11{\7fm¿esâÕ\9a^[¨T¯mú6\fO«Î\ fÆ>ô·ó&\99H\85ÏO\97\1e<$\ 2\0\0\0\0\17ª\83
+\0\80\8b±Û2\0\0\912Q"ÿYzO\1eÚ³¾$(\1fô§L\18\90¿úÅIï¬\8cçé\r¯/Û÷¡
+º®\f\95\91ë\97\86     ÷FP\96Ý©"'½¶È\8c\9bü?\93\15+½tnL|,{åsg\9a/(\9föÒ°åí[§>\11L\1a¨Z£zMêÄÇ~¹xZx0®9¸Û~\83ÏO£\1e<'\ 2\0\0\0\0\17ª\83
+\0\80\8b±«2\0\0\912T"ÿÇ\88\9aÂ.\95¹a\82²ì¾\rÃ\8b×¼\14OöÊç.´\T2×\9b½§NLzgeìýµOox=\980 >¤Ü³¾¤·z\91ÿ|\9e½SENx\92\84çFÎ\9b\v\15Q{iØòvX¹á©Þ­¦àf\13©\11\r¥\96eÿtaõ¶ã\87í7ø¢ôêÁ£"\0\0\0\0 Rz¡:¨\0\0¸\18»*\ 3\0\10)s%×û;\r'\ fM«Î¿\92 |Ð=óËû-\9b\13æ\7f¿:cäú¥jäú´ñÈþy;6½°ë½þËç\ 5£\1f\fʲýa´MÚJð\8cúâ.\95¹·N}â\81×g\9bHm_3>Øpi\8a|Ò@Sä\11%­º SEÎO\16Tì=uÂ~\83/A¯\1e<*\ 2\0\0\0\0\17ª\83
+\0\80\8b±{2\0\0\912Zr}¾Í0½¶èr
+3ê\8bÿeÑäû^j\88çîyeË÷\7f¤.®[ë\ fï]sp÷ÚC»ï\99_\1e\8c}((ËN«ÎïÛ0\áHÛ§Jx\92\84[å;Ï<ýÓ\85ÕC×.VJíåLó\85\15ûw,øèÝ`Â\0;3ª¿Ï!V\1a~\81þüÅú\9f,¨8vî\8c]\a_\8ev=xZ\ 4\0\0\0\0DJ/T\a\15\0\0÷[÷d\0\0"eÀäzHÏú\92\8cúâxnª-úFã\93wÏ+\vó£¹\13ÿéùZUp\9d»ÐrqÛñÃ;\9a\8e\86ÿL¯-
+ʲ;Uäô¨\eÒÇÛQåó\1d/ᶹã\99Q·Ï\18Y½yµ\82j/M\17Î\85%\÷Þ\9a`L¿.\95¹Þ\91\1aÑ\eÆïÑÌXé=óËm9¸JÚõài\11\0\0\0\0\10)½P\1dT\0\0Üo]\92\ 1\0\88\941\93\ eüB·x2c¥·Ï\18ù\9dg\9e\8e§g¬ä©õ¯Ùù×¹3Í\17\8e\9e=}ìÜ\990/ïÞ\12\8c\7fô«ÕùiÕ\ 5YjG¾È!Ó+Vò­éOý׺!\8bv½¯¬Ú·¢\8b×¼\14\8c}$½¶èf\13åÑ$ü2íÛ0ü\9b\97ÿb\a[\ e®\9e\8e=x`\ 4\0\0\0\0DJ/T\a\15\0\0÷[7d\0\0"eҤæaX<éµE{O\9d°Õ        µ´¶Æ3`ÅüN\159\7f\1a^V,òe\ f\99¯Tån:z@eµ£ÖËu\9d»êù |\90=\19iÒªóï{©Á\96\83kEÓ\1e<3\ 2\0\0\0\0\17ª\83
+\0\80û­\e2\0\0\912iÒ\ 1Ò{òÐ\9bj\8bº×\14Æ\13\94eÿìù\9a¦\vçâ9qþl«\8dÎe÷Ì/¿mÚ\88oO\7fê\96)\8fg^\9eH\8dG\11É\17zkdZuA\8fº!\aO\7f\1a\1e/-­\ e\98öôoK\1aû4\f\8bW´Í\19ÑüuF]q0ià¯^i<Ó|Á\96\83kEÓ\1e<3\ 2\0\0\0\0\17ª\83
+\0\80û­ë1\0\0\912r\92¢\83¨\99±ÒÎ\95\83ã Æ>4ã\83õ»>=\16ÏGMG\ f\9d9io\13\17n\86Ûg\8cüñÜ\89aÂÍ\93Q_ܳ¾$Ë\b\9b|Áôi\18Ö£nH0iàw\9ey:~Ô(®öõÓ\85ÕwÍ\19\7fË\94áaQ\eJ\8d\aãúç¯~qGÓÑ£gOÛup\réÛ\83ÇF\0\0\0\0@¤ôBuP\ 1\0p¿u=\ 6\0 R¦NRe4&­:?(ÏþS&>\96\19+]\7fxo<«\ fî:Ûü\99ÍÌ\9f{y÷\96\1f>;áÞE±ÿ± 2­ºà¦Ú¢0^\8d*_öü)\bÆ>ôOÏ×®ûxÏ\96c\87ÔW»ûç\17j3ê\8bÓk\8bL¤F;\94\91¢·\16\1d9{Ê\96\83kNß\1e<6\ 2\0\0\0\0\17ª\83
+\0\80û­ë1\0\0\912x\92Ì  Ê\a\ 5\97\81~Ëæ,Þ³5\9eE»Þ_¾\7f\87ÝËÿmìÆ7~¹xÚo\96ÎúÑÜ\89áþI«.H¯-ì­\9aäËÎåu©Ì\rÏ\9fpG-ܹÙDj»;zöô}/5üzÉô´ê|cæ\91¾\94üÒ÷ïè\a\8bÞZtìÜ\19\e\ f¢ o\ f\1e\e\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%Æõ\18\0\80H\19?I\9eù¯ôÚÂÿx#jù¥qÔòMoNݺ.L廫ö\9c<n»òÿ\94½ò¹¢·\16ÅsÛ´\11áÎéR\99\9b^[\14n*\95%_z.¯SEN0ö¡¼Õ/\84çÏΦO\14ZûÚüÉÁ\87ß\98ûë%Ó\83I\ 3»VåÙ¢Ñ%kòÐðC\1e¿qy¸óO~vÞÞ\83\88èÛ\83ÇF\0\0\0\0@¤ôBuP\ 1\0\\89q7\ 6\0 R&PÚqì«Ken§\8a\9cx\82    \ 3î\9eW6ú÷Ëâ\19µáõ0ö'ÿ\99\1dMG\1f_÷Êø\8dË\8bÞZ\14L\1axe#eÔ\17ßl\1cU®â\Ê\8c\95^:\91ʳ\87®]\1c¦éÂ9åÖî6\1cÞ÷\ f\v«\82qý»Vå\997\8fnó÷¬/ Ê\aÝP\95;ìíWì:\88\9aÖ=xr\ 4\0\0\0\0DJ/T\a\15\0À\95\18wc\0\0"e\14%Á3/7TåÆÓ©"§ß²9¹«\9e\8fç\81×g/Þ³Õ\86¤m«\ eì\8c½¿vÆ\a\eî\7fmf0¦_P\96\1dn$\83¨r\rÒ0,£¾¸sÅàð\98
+O¤ì\95Ï)·$)ùÉ[ÖþüÅú`âc}\e\86Û¨ÑíÿôÚ¢ð\13ÎysaÑ[\8bl<H\0­{ðä\b\0\0\0\0\88\94\ e*\0\80+1îÆ\0\0DÊ4JÔs.Ýj
+⹡*÷¶i#î\7fmf<¿\<ÍöãsZ¶ïÃ%\7fØ\16æ®9ã\83±\8f\ 4eÙiÕù\86Ôä\1aNÍw¯)üFã\93¿z¥1wÕó*.I¬ûxÏ÷f\8e        K>ü\ 6\91Ndw©ÌíÓ0ìñu^\93
+\89£u\ f\9e\1c\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%ÆÅ\18\0\80H\99\86É\8a\95ö¨\er%iÕ\ 5\7f;oÒ?¿P\eÏÝóÊ\86½mæ\85Ïåägç×}¼gã\91ýaÂ?ÜX\95\17\94e\aå\83Â}ÕÇÛQåZ¿Ç¹[MAÖä¡O­\7fMé%\89MG\ f\84µÿ­éOu­ÊSò\91îÿôÚ¢ï<ótø\ 5=âw¯Úx\90Hº÷àá\11\0\0\0\0\10)½P\1dT\0\0Wb\\8c\ 1\0\88\94±\94«If¬´W¬$\9e\8cúâ¾\rÃï\9a3þJn\9dúĶã\87í1>¿cçÎìúôØÞS'Ê7½\19\8cé×¥27\9e,å&Ñ\9c`=ê\86Ü>cämÓF\8cÝø\86\ 2lw-­­»O\1eÛ~âH·\9a\82Î\15\83\97ô¶Q#Þÿabﯵ÷ ñtïÁÃ#\0\0\0\0 Rz¡:¨\0\0®Ä¸\18\ 3\0\10)\93)_ø¥¨ÿ\9eÌXé­S\9føFã\93ñ\84ÿ_ÿó¥\ 6;\8a/áLó\85\93\9f\9d\ fsÿk3\83I\ 3Ók\8b\8aÍ£I¤çXx\82Ý6mD÷\9aÂÙÛ7ªÁdp±µeÍÁÝAYvx\ 2Ø¢      \18Jý«Ëû\7fÆ\a\e®í:¶´¶ÆÏs[\1aÚ¦{\ f\1e\1e\ 1\0\0\0\0\91Ò\vÕA\ 5\0p%Æ­\18\0\80H\19Nù¢éY_\12O0iàÂ\9d\9b\9b[Z®äbk\8b\1dÅ\97ð׳ÇfM\1e\94á77\fSb\92\98s,(\e´úà®\v-\17[Z[Õ`2X¹ÿ£Î\15\83mÎÄ$(Ï\ e?ð(öÿæO\ e¦Uç\87ç¹-\rmÓÀ\aÏ\8f\0\0\0\0\80\85ê \ 2\0¸\12ãV\f\0\f§´\95\86a=ê\86¤UçÇÓ¥2·÷ä¡GÎ\9e\8açã3'/´\´\85ørv}z¬oÃðïÎ\1c\1d&þò¾0Y\8aN"KïËÛ¬ku^x\9am?q$<Á\8cÒ'\89\19\1f¬Ïª/ùÖô§zÖ\97ب\89\18J\9d4pÕ\81]Í-×~ÿ¯?¼7¼6\84ë\18Ö\9a\8d\rmÓÀ\aÏ\8f\0\0\0\0\80\85ê \ 2\0¸\12ãV\f\0@¤Ì§üy²&\ fíT\91s%Áè\asÞ\¸íøá+Ù~â\88\97V½yõ\1dÏ\8cúÉ\82\8a0\7fóì\84ôÚ¢\8cúâ0JO"M\9fË#öÁÄÇn\9b6"~\94)Æ$1jÃëß\9b5æ;Ï<\9d^[س¾¤·í\1aå\v¯XIP>(̪\ 3;£xMðòý\1fý·)ÃÃ\83=þo´½¡m\1aøàù\11\0\0\0\0\10)½P\1dT\0\0WbÜ\8a\ 1\0\88Ôõ<¥Ò·ax·\9a\82 ,ûO\994°sÅà¥{·¯:°3\9eðÏ\87Î\9c´I¸JÙ+\9f»wQì_\17O½ã\99Q]«òÒk\vÃô¨\eb\ 6M\12pÊ¥U\17\ 4c\1fúÉ\82\8aåû?Úpx\9fzL\1e#~÷j\9f\86\99\90Q_ì4\88úíçÝk
\ f9þå~Í\97röö\8d\7f· òGs'¦Uç_YJ;\1cÚ¦\81\ f\9e\1f\ 1\0\0\0\0\91Ò\vÕA\ 5\0p\1fÆ­\18\0\80H]oÃ)\97Þ\95ve\10uL¿û^jXðÑ»W²pçf[\82k¢¥µõþ×fö_>/LV¬´KenZu~F]ñÍ\rÃÌ\88Ib&RÃ]\17\8c~ðß\964ÎÚþ{\13©I%\7fõ\8bý\96Íù«i#º×\14:\13¢~Ypzma0þÑÛ¦\8dXºw{\14«Ù¸mý7\1a\9f\fo\17\97Þ\94úg«i\9fCÛ4ðÁó#\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©\8e>\8dRti\10õJʲÇn|£zóêxÂ?o:zÀ\1eàZY{hwÎ\9b\v\87½ýJ\98\ 1+æ_z\ 3oåà0½b%^\86(     K¸Ù:Uä\ 4c\1f       7axÊm;~Xm&\8f¢·\16\85çÃ¥IÉòA\19õ\ 6Õ#¿\ 6\84ßû÷Ì/\9fôÎÊE»Þ\8fbA\e·­ÿzão»Tæöù¿\96Òn\87¶éá\83GH\0\0\0\0@¤ôBuP\ 1\0Ü\87q%\ 6\0 R\1dl\1aë\86ªÜÎ\15\83ã     &>öÃg'<±nI<\8f¯{%\8c\15ç\9a[ðÑ»\13ÞYQ½yõ?=_\e\8cë\1f\1f\82î\9ØÄ\99\0Ì\8c\95^:úʲsW=\1fæèÙÓÊ3y\9cmþ,\7fõ\8bá\17Sx>\84+eV=ê\89Ô´êü`Â\80»æ\8c_¶ïÃ(\16´aËÛ\95ï®úzão»Våõù\7f\9döö<´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91JáÁ\93\86a\19õÅ7Vå]Iç\8aÁ÷¿6sÀ\8aùñü¯Wg¼°ë=KLD\9eýð\9dy;6\85¹uê\13ÁøG\83²ìn5\ 5}\e\86\9b\b\93ÄO¤ö¬/ùJUnx$\86G_¿es\94gR9xúÓÆmë\9fZÿZ0®¿qõÄ\\ f\82òA÷.\8aýzÉôÕ\awEtþ\87·\8e`ÒÀ6^zkçCÛôðÁ#$\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©\14\9a4I¯-J¯-¼\92®Uyß\9eþÔ/\17\92{\17ÅZ­(\91ùøÌÉ¥{·¯ÜÿQ\98\ 5\1f½{é½\87eÙaÚ\98K\12\89z"5>\9e\7fÛ´\11÷½ÔÐ\7fù<u\9aTv}z,<4rÞ\\18\8cz såà>\ e\8a\84\\15ÂëÁ÷g\8fÛÑôI\14kÚzù\1dÙÁ¤\81\99±Ò¶ÿKì\7fh\9b\1e>x\84\ 4\0\0\0\0DJ/T\a\15\0À}\18Wb\0\0"\95´ÃV\99±Ò\8cúâ+éQ7ä¿Ï/ûûç*¯äÎYcFÿ~\99\15$j{N\1eßüÉÁ-Ç\ eå®~!\18ý`P>(Lç\8aÁ½\8d\80I{¿#5½¶ðö\19#\7f0g\ñ\9a\97\94j²Ù\7fªé\17/O        ÆôK«.0\91\9a\80d]\1eÓþÉ\82\8aðzpøì©k¾ g\9a?ÛtôÀË»·\ 4\13\ 6|\9eÿ\1e%\0mÓÃ\a\8f\90\0\0\0\0\80\85ê \ 2\0¸\ fãJ\f\0\92g¢$3Vz%=ëKn\9dúÄ÷f\8d¹\92Ûg\8c<\7f±Ùz\91\0­\7füã¡3'?þ÷ü\8f\ 5\95ÁÄǺVåÝT[d¸L\92ä´Ì¨/þÖô§Â?W¾»JÍ&\9b£gO\87GÇÏ_¬\ fÊ\ay\99\86Rúøþìq\11­é¹ææº÷Ö\ 4c\1fùjuþçüK   \14\ 2´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91J\9e¡\92[¦<þµ\7fÏ\8dUyy«_°:$RKkë\85\96\8bav4\1díZ\95wå]½Y±R3_\92Tówáiù\95\8aÁ\8bv½¯l\93Px\86Ü9kL·\9a\82LGG\ 2Ó³¾ä¯g\8f\8dhM/¶¶T¾»*\98\v½&[-@ÛôðÁ#$\0\0\0\0 Rz¡:¨\0\0îø\12\ 3\0\10©v\99\1fé}ù½f7Õ\16]I§\8a\9cÍ\9f\1c<Ó|áJ.´\´:$Ò¼\1d\9b¾Z\95\7fÛ´\11a²ÌyIR&<-\83òA\e\8fì\ f\ fÉ\8b­-Ê6 }wæèð\vÎ\19\92°ëD¯XÉ\rU¹wÍ\19\7f¶ù³\88ÖtÂ;+Â\7fÅ\17ý;
\ 2´M\ f\1f<B\ 2\0\0\0\0\17ª\83
+\0à>\8c+1\0\0\91JÌØHת¼.\95¹W\12\8c\7fôÞE±}§\9a®dï©\13-­­\96\83Ä+zkÑ×\e\7fû\839ãn\9f12£®¸W¬Ä[\ e%Ù&ïzÖ\97tªÈéQ7dϧÇ÷\9c<î´LBGÏ\9eþÖô§Â\93$ËPj¢Ò§aXP\96ý\8b\97§\84W\88\8fÏ\9c\8cbYsW=ÿ\8dÆ'ÃdÔ\17\7fÑÿ<E\ 1mÓÃ\a\8f\90\0\0\0\0\80\85ê \ 2\0¸\ fã>\f\0@¤¢\98\13\89¿Ñï?2aÀâ=[7\1d=p%\e\ eïÛsò¸\ f\9föò\8f\v«\7fö|M<·M\eѽ¦°GÝ\90\9eõ%½\8dzI\92\8dÝ¥\87ÇéøGïxfÔÆ#û7\7frPñ&¡pi¾?{Ü=óËÓk/\9d$ömbJ#­:?\18ýà¯^iÜwª)¢\95Í^ù\V¬4ü\82è\15û2ß\ eJ\ 3Ú¦\8d\ f\9e"\ 1\0\0\0\0\91Ò\vÕA\ 5\0p\1fÆ}\18\0\80H]ý\8bü.M\9e\96eÿGÆ>ôw\v*\97îÝ~%Kþ°ÍçL»Ûvüð?=_û¿^\9dñ¯\8b§v«)¸\12ã¨\92\84éÛ0üÒØÝ\98~ÿüBíâ=[7\1cÞ§\84\93Óê\83»îxfTç\8aÁéµEN\92\84UG0ö\91üÕ/.Úõþ®O\8fE´²9o.Ì\8a\95ö¨\eò¥\97Uu@Û´ñÁS$\0\0\0\0 Rz¡:¨\0\0îø\ f\ 3\0\10©/óò¾?\9fB\9d4°òÝU³¶ÿþJ\1a¶¼½þð^\1f,É`êÖuý\96ÍÉysa\98{\17ÅÂíÚµ*ïƪ<\83]\92Ì/\82ìR\99\e\8cé÷\9b¥³&oY»éè\ 1\85\9c\9c\16|ôî\ 3¯Ïþûç*;Uä\84«fë& \7fú«0Æ>4på\82\8fÏ\9c\8che\a¬\98\1f~eô¬/¹\9a¡Ts©ð\17iã{\16\0\0\0\0\0@¤tÑõÞ\ 1\0Ü\87q\1f\ 6\0 RmOUtªÈ¹4\ 3r%ã\1fýñÜ\89\13ÞYq%ã7.÷\19\92lÆn|cäú¥Ooxýö\19#\83\89\8f\85Û8LZu¾Ù1Iò\:r'\fÈ^ùÜ\13ë\96ìlúD-'§ÆmëÃ\ 5úÁ\9cqábu«)p°$&Y\93\87\ 6\8f¯{eÄï^mºp.\8a\95mim\r«/ü·\84\95\98\19+½Ê\17àª\14h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0"õç/éëQ7¤Keî\9f'çÍ\85Åk^º\92\ 1+æ/Þ³Õ\87F²9xúÓòMo6ly;LõæÕ\9d+\a_z\99oyv¸¥\8d\8cIò¿\ 2²W¬$<o¿RuéÈ\r\8fÙ\93\9f\9dWÔIëÙ\ fß¹¹aX0ñ±ôÚ"ÇKb
+¤g¬$<ÕÓªóÃ\ 2\89ne\9b.\9cË[ýB0a@ïkô_®X mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\88ÔW«óã  Ê\aÝ9kÌ\ 3¯Ïþóø|Hf\9b\8e\1eXðÑ»\8b\7fé\r\1f¼4\8bz9Y\86¹$E\ 6î2ê\8b»Vå\85\7fvä&¿\85;7\87§M\8fº!éµE½màDÕÈMµE·L\19þ\9b¥³\1e]>/¢\95Ý\7fªéÙ\ fßybÝ\92`ì#×pÖXÉ@Û´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\10©{\17Åâ¹{^Ù\8c\ fÖû@Hrë>Þ³öÐîð\9faþqau0ö¡ ,ûƪ</.\94\94\9bHM«Îÿfã\93?{¾fàÊ\ 5J;i\9dmþlÕ\81\9d\vwn\ e&\f\bO\9bÌX©¡Ô\ 4½&µ¾$­º üsþê\17£[ß\ 3§\9bú-\9b\13\8cz Keîµý\1eQ;Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0ÀuîÜÅæí'\8eìlúdã\91ý\9d+\awªÈé\18L\8fº!ÆQ%åÒ+VrSmÑí3F\86\19ñ»W\15x2;Ó|¡î½5Á\98~]*s\8d£&2áñþ­éOÝñ̨¢·\16E·¾GÎ\9eºÿµ\99Á\84\ 1Q|\95(\1fh\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0à:t¦ù±sgN\9c?\eföö\8dÁ¸þÝj
\18×\92ÔMÖå¡Ô¯7þ¶GÝ\90©[×)ódv¶ù³ð\bªÞ¼:\18ÿèÍæß\13\9bÌXiZu~廫¢[ß\93\9f\9d\ f¿\~½dzP\9e\1dÑú*"h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0à:tÿk3o¨Ê5\9f%\1d,Aù eû>TàɯxÍKábÙ±íS&eÙ±÷×Fº¾÷Ì/O¯-\8aôÿ
+E\ 4mÓÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\?~0gÜ7\e\9f¼}ÆÈ[¦\fÏ\8c\95f]~Åd\96A-IéפÆJ»Õ\14t©ÌÝrìбsg\9a[ZTz2»ÿµ\99}\e\86\7fmÊã½b%\ e\9fD¦÷ä¡Ýk
+\83\e·­¿Ðr1º%¾{^Y¸¸áW\8c¹ThGÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\ elÍÁÝß\9cöÛ¿\9d7)\9eÌXiF}qÏú\92¬\88'\86D"Oðp3\a\93\ 6Þ2åñ\9dM\9fìh:ªÞ\93߯\97L\ fÏ\9f\1euC2\1dA\89\7f\84\ 1K÷nß~âȹ\8bÍQ,îù\8bÍwÎ\1a\13~ÑdM\1e\9a\80õUMÐ6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\a3âw¯þÝ\82Ê{\17ÅÂühîÄ\e«òÒk\8bÂÜT[d2K:@ú4\fëVS\10\8c}äÇs'®=´{ÓÑ\ 3ª>ùÅO¤Þ\93\87ö¬/±\87\13ù\8eÔð\ 3\ fʲü¼{Kkdë{ìÜ\99»æ\8cï^S\18~×$æ5¸j
+Ú¦\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0è\18\1e~cîo\96ÎzàõÙ·M\eÑ¥2÷«ÕùaÒk\8bnn\18f8K:Fú6\f¿¡*7\18ýà¿.\9eºà£w7\1cÞ§ð\93\85s¿xyÊý¯Í\f\8f£´êüÌXio;9\81ï\14îVS\10þaÑ®÷ÃD·Ê{N\1e¿g~yø½\93ÈÅU\Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\8aÚ~âHÿåó\8a×¼\14&wõ\v]«òºTæ\86ɨ/6ù%\1do®SEN0ö¡\87ß\98[¾éÍ-Ç\ e9\ 1\92ß¾SMÿ²hr0ià\rU¹öp\82ß)\9c^[\18L\18pëÔ'\16|ôntK¼þðÞðkè\97\8b§\ 5eÙ þ;\10Ô\17´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0\90B\16|ôî¨\r¯OxgE\98_½Ò\18\8cë\1f\94\ f
+Ó©"Ç(\96tÈdÅJ/M¤N\1a\98»êù¢·\16\1d<ý©s ùm<²\7fÄï^ýÍÒYÁ\84\ 1}¼²9áC©á\97ÂßÎ\9b4ìíWæ|¸1ºU^sp÷ÿ7¿,ü\1aº±*/ñ«¬Ê mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80ä7ó\83\rafmÿý7\e\9f\fÆ?\1a\94e\87¹±*¯oÃpCXÒ!Ó{òÐ\9eõ%]*sÓk\vsÞ\øð\es[\1d\ 4©`ÍÁÝS·®»ï¥\86`L¿\eªr\9dQ      \9eHíVS\10L\1aøÝ\99£\17ïÙ\1aõBß=¯,üwµ×\12«5h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0  }|æä¢]ï/Ý»=Ì\82\8fÞ\r&\r\8cÏ¢fÔ\17ßìå\83ÒÑ'RÃ}Þµ*ïkS\1eÿÕ+\8d\ f¿1×\81\90\1fÞûýÙã\82±\8ft«)0\91\9aø¹¡*÷\1f\17VÿÓóµËö}\18Ý*¯9¸{É\1f¶ýxîÄ <»\1d_\86«Ü mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80$±ýÄ\91\r\87÷m:z Lþê\17\83Q\ f\ 4å\83ÂtªÈ1r%×Ï;R»Õ\14Ü>cäÝóÊÂ*p,¤\8aÍ\9f\1cÜxdÿw\9eyú+U¹}ÌÎ'<=ê\86t¯)üöô§¶\1d?\1cõB÷m\18\1eL|,ü7¶ïB+:h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0 }í?Õtàô¥\zÏà¤\817Tå\86I¯-4Û%×U2c¥\19õÅß\9eþÔ-S\1e\9fðÎ
+'CJhimÝwªi÷Éã7Õ\16\1cÜ3VÒÛfn\8fÚ¹sÖ\98¿\9a:"\\8bH\97{ï©\13a\91\15'Ã*«>h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0 Á\9a[ZÎ6\7f\16Ï®O\8f}µ:¿GÝ\900Y±R\ 3Vr}&kòÐ[§>qcUÞ¼\1d\9b\1c\11)ábë¥slÃá}Aù ðø²\87Û«p2c¥ßl|2üZ\89n­[Z[õÞ\7fêDzmQVÒüß®\ 6¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\ 4\8b½¿¶kUÞ­S\9f\88Çh\95\çɨ+\ eÊ\ 6­=´ûÜÅæ\96ÖVGDJX¸ssx\8e}mÊãYöpû½&µ{Má·§?uþbs¤k½áð¾´êüdû¶R\83Ð6m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0@\ 2üëâ©·Ï\18yç¬1a¾ÑødF}qf¬4\1eÓUr\1d¦÷䡽b%]*s»Õ\14ìhúäÀé¦\8b­-\ e\8aT1{ûÆÿRS\14?ÇlævHðÎ\95\83ÿnAåÁÓ\9f\1e>{*Òµ^u`ç\7f­\e\92\84\f¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\80\88\h¹øã¹\13ÿaaU\98>\rÃzÔ\rɨ+\ eÓ+VÒÛ\\95\¯     ká¦Ú¢`âcß\9aþÔæO\ en9vÈY\91BÆn|ãû³Ç}wæèôÚ"çX{UP0ià?¿P»çäñH×zöö\8dáB\87Ëý_j\v\93\15#´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0p\r-ùö\9f.¬þÕ+\8daî]\14K«Îï^S\18Æ[\ 5Eú6\f\ f+"\18ûÐ?,¬Zºwû\86Ãû\9c\18)¤è­E÷½ÔðíéOÝP\95\9bQ_|sÃ0[:ñ\15Ôµ*/\18ýà¿,\9a¼ýÄ\91H\97»qÛú[§>Ñ¥2·GÝ\90ä\k%    mÓÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\¥§Ö¿öð\es\a®\\10æîyeÁ¤\81]«ò¤Uç{\9f Hü\r\8f]*s\83Ñ\ fþ¯Wg4n[o"5å\14¯y©W¬¤så`\13©íù\9aÔqýÃo\99©[×m;~8ÒånØòömÓF\84ßb}\92x­U%´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0ðE5]8\97¿úÅ\11¿{5\9e\92 <»sÅà0éµ\85}\fm\89üY:Uä\ 4ãú\ fX1\7fäú¥Q¿ä\91knèÚÅá)\97^[\94QWlо}\8bè7Kg\1d<ýi¤Ë]¾éÍao¿òíéO%ùPª¹Tø\8b´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\0\9fÇ\9a\83»'¼³¢î½5arW=\1f\8cë\1f\94\ f\8a§W¬Ä¸\96È\9f\88ÌXi\97ÊÜN\1599o.\1c¸rÁ±sg\1c#)äÄù³ã7.\1f¹~i0ñ±ð\94\vWÓ)×.ɺ<\94\1a~éd¯|®é¹H\17½aËÛéµEÁ¤\81\86$ÿ_° H¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0\806,ùö\ 5\1f½»pçæ\9f\bÆ>\14\94e\87éR\99륨"ÿÙDjÏú\92\eªr{ÅJ\1e~cî\ 3¯Ïv\8c¤\9cCgNf¯|.\18ý`P>èfg];ÕQXA]«òÒk\v\13SD³¶ÿ¾sÅà°xSe\0Y\9dBÛ´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\0\7fîLógËö}¸úà®xzÖ\97\z]`Yvzm\91YT\91¶'é2ê\8bÓªóo\9b6âç/Ö÷_>Ïy\92\9c<¾|ÿ\8eüÕ/\ 6c\1féÛ0Ü®n¯RêQ7ä\96)\8fß÷RÃÿ~uF¤+~öòWÞÂ\9d\9bÃoº¬\94ú\94T+´M\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0pèÌÉ-Ç\ em?q$Ìä-k\831ý:UäÄ\93\19+ímNJä/¥W¬$½¶èö\19#¿7kÌе\8b\9d*)gß©¦mÇ\ fÿÛ\92Æ`ìCÝj
+\8cá·WÂ/\9d\9bj\8bÂ\82\1a°b~Ô\8b~¦ùBõæÕáW^\97ÊÜ\14ú¦Ëº<\ 2¯f¡mÚø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0àútôìé+ùåâiÁ\84\ 1iÕùaÒk\vo6\90%òùgÄb¥=ëK¾ÑødøϺ÷Ö8[RÑ\89ógï\9eW\16\94egÔ\17;\0Ûw¾û¶i#ú6\fÏ^ù\Ô\8b~®¹¹òÝUÁøGSkų.¿Oö\8egF)[h\9b\a\ 1\0\0\0\0\0DJ#]û\1d\0À}\18÷a\0\0¸N´þñ\8f\17[[â9vîLÖä¡=ëK2c¥a²ÌC\89|Ùôi\18Ö¹bðâ=[\1d2©(~$Þ5g|zm\91ÍÜîéT\913~ãò¨\17½¥µ5\ô  ï¬\b&\r\8f¨GÝ\90\1fÍ\9d¨rá/ÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0×\89y;6u¯)üfã\93a¾ÑødÖå×®Åc\18JäK¼µ0,¨ |Ц£\a\9a.\9ckniqȤ\9cs\17\9b¿ÞøÛð<ìí$l×\84\9fÿMµEÁøGË7½y¡åbÔë\9eóæÂ\8cúâ[§>\91\19+M­Oéƪ¼{æ\97\9fi¾ xá/ÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\1dX¿esîxfÔ\ f\9f\9d\10æö\19#{Ô\réY_\12¦W¬Ä$\94È\97Ið\8cúâ |PXG{N\1eßõé±\96ÖVGMÊÙÑtôë\8d¿½kÎøø\91hc·ï¸e0þÑ\85;7ïlú$\ 1\13\97\ 3\ fK8£®8\85\86Rû4\fK¿<·ûÓ\85Õ\87Î\9cT¿ðyhã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80\8eäLó\85\97ÿüÅúxþÛ\94áÝk
+{Ô\r    \93Q_ÜÛ\f\94ÈU\8d\86\15\ 6ãúß9kÌúÃ{7\1d=àÀIEË÷ï¸kÎø»ç\95¥U\17\84\a£\8dÝ\8eã¨\99±Ò <;\18ÿè¼\1d\9b\12ð\9aÔ_/\99þ³çkn\9dúDF]*}\e\86'Oø\11õ[6gÝÇ{v}zL      Ãç¤\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0RÝË»·Ü»(vÿk3ÃÜ÷RC\97ÊÜn5\ 5ñdÆJÍ¢\8a\eú6\fïZ\95\17\8c~0,´E»Þ_\7fx¯c'uOËÛg\8cìT\91\93^[ällß¡Ô\9bj\8bº×\14.Þ³5¬©\ 4,ýo\96ÎêQ7$­:¿W¬¤wJ\1d>Á¸þá\7fü\9e\93ÇÕ/|!Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0 \15\8d\¿4çÍ\85ù«_\fóã¹\13\83I\ 3o¨Ê\r\93V\9doØJä\1a¾©°såà`L¿\a^\9f]½yµw¤¦®Æmëû/\9f÷·ó&uªÈ  \97ÕÞnÇ\9aº©¶(\98øXf¬ôÙ\ fßIÌê÷[6§kU^øoL¥ÏªaX¸Wã\87ÏþSMJ\18¾(m|\ f\ 2\0\0\0\0\0\88\94Fºö;\0\80û0îÃ\0\0\90\12\8e\9d;3tíâ±\eß\88§GÝ\90 <»SEÎå\17ÿ\15\1a³\12¹¶É\9a<ôÒPØ\84\ 1Ù+\9f\vKo·\97\15¦¬º÷Ö<½áõÛg\8c\f&>æ´lÿAï\8aÁ\7f={ìÈõK\e·­\8f\8f\9e=\1d\16oÑ[\8b\82I\ 3Sî³
+ÿ\9bÃÿòð¿?ü¿B\15Ã\97 \8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0\92Ö\9a\83»ëÞ[Ó¸m}\98ÜUÏ\ac\1f
+ʲãÉ\8c\95z/ªÈ5OXV½b%]*/½z8çÍ\85\ f¿1÷\s³³(uÍü`CzmQ0i`\8fº!&RÛw"µ{Ma¸\10ßyæéy;6%`é÷\9e:ñÀë³\831ý:UäÜ\9cRK\1f~¿w­Êë·l\8eú\85«¡\8dïA\0\0\0\0\0\0\91ÒH×~\a\0p\1fÆ}\18\0\0\92Êâ=[¯äîyeÁØGâ\83¨]*sû6\f7Ü$\12ÝDjF}qת¼°Ðî\7f\ 3¯Ïv\1c¥®æ\96\96\17v½·pçæÎ\15\83\97\98âoç4\f»¡*÷'\v*î]\14\v×%êÕß~âH¸ô\ 3\ fÆõO¡ïÍøP|Zu~\8fº!¿Y:K\15ÃUÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0íëع3k\ eîÞpx_\98eû>\fʳ¯Ä\vþD\123\ eÖ³¾$­ºà\9b\8dOþýs\95Ù+\9fs.¥®¦\vçÂ\13\a\e.\rõ\97\ fʲÃÛ;á\17YZu~X\ë>Þ\93\80\r°ëÓc÷.\8a\ 5\85ÿÒ\14ú\ 2½4\17_W|ëÔ'~ö|ͯ\97LWÈpõ´ñ=\b\0\0\0\0\0 R\1aéÚï\0\0îø\ f\ 3\0\1d:srקÇö\9c<\1efÄï^\rÆôëR\99\e\8f!&\91D&3VÚ£nÈí3F~£ñÉ\91ë\97:\9dRÚÉÏÎ\8fþý²ðDíZ\95w³¡þ$HÏú\92\1fÌ\19wÛ´\11Û\8e\1fNÌwëO\17V\aåÙ)÷W:\84\1fTF}ñ\80\15óU1\+Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0 \ 1ZZ[\9b.\9c;ùÙùxî\9eW\16\94\ fê^S\18&£®Øü\94H\82\93u9\99±ÒÛ¦\8d\bËpÆ\a\e\1cS)í\ssxÆ>µþµ`Â\0'j\92\94XøϯMy<\\97\ 4l\80øwë=óËo¬Êë\9d\82ÓñiÕ\ 59o.TÈp\riã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80\ 4ØvüpZuAß\86áñô6µ$ÒÞ\83`a\82òA+öï¸ØÚÒÒÚê\98Ji\ f¿1×;R\93í\ 5 ·Lyüägç\13°úaý~{úSá¿4E¿[\83²ì¢·\169\85àÚÒÆ÷ \0\0\0\0\0\80Hi¤k¿\ 3\0¸\ fã>\f\0\0\11\99ðÎ\8a\9eõ%w<3*Ìí3Fö\8a\95ÄGáÂ\18Y\12I|zO\1e\1a\96á\rU¹á??>sòèÙÓGÎ\9ejniqX¥´\7fY4ùë\8d¿½eÊãá²fÙçIPe7Våý`θ°¾\8e\9d;\93\80\rp¡åâ·§?\15\7fýq\8a}\\rÃÒk\v\83±\8f\f\95\17Ô2\[Úø\1e\ 4\0\0\0\0\0\10)\8dtíw\0\0÷aÜ\87\ 1\0à\1aºï¥\86\1fÏ\9dxÏüò0ß\9aþTzmQF}q\98\9eõ%æ\95DÚ+}.Í\7f\15\ 5\13\ 6Ü9k̶ã\87w4\1duXu\0?YPñßç\97\85\8bÛ£n\88yÿ䨲Â`\ÿ»ç\95í9y<1{àÄù³ß\9d9:ü\92\8f+\18ûÈä-k·\1c;Ôtá\9cr\86kN\eß\83\0\0\0\0\0\0\91®ý\ e\0à>\8cû0\0\0\\8dí'\8eÜ3¿ü\17/O\89§g}I÷\9aÂôÚ¢0á\9f{\eV\12i×ôm\18\9eV\9d\1f\8céwï¢ØÊý\1fmþä S«\ 3himýÇ\85Õ\97OÚÂ,\13©ÉQhÁøG\7f½dúòý\1fm;~8\ 1{`˱C÷Ì+ÿÙó5Ýj
+Rñ­²Á¸þuï­9Óü\99r\86\88hã{\10\0\0\0\0\0@¤4Òµß\ 1\0Ü\87q\1f\ 6\0\80/dÂ;+î\7fmæÃoÌ\8dç\9f\rʳӪóãÉ2 $\924¯#ì\18\18ý`X§³·oÜrì\90ã«\ 3Øsòø/\17Oûõ\92é]*smò$\1aJ\1d×ÿß\964&ìMÄë>Þs×\9cñAYv·\9a\82Þ)5\8eÚ+V\12þg\a\13\1f«|wUKk«\8a\86èhã{\10\0Ð\81¿\9b|\98tøû\95O\e\0\0·e\17cüTÔ~§]ö¡Ï\13Hõ/P\1f\ f»\ f\ 3®\1f\0\1dïàõ\91¦ºÖ?þ1wõ\vC×.\8eçÖ©O\ 4eÙ]*sãI«.èÓ0Ì\\92HR%(\1f\14\8cë\9f¿úÅñ\e\97ï9yÜ9Ö\ 1¬?¼wàÊ\ 5¿z¥1\98øXת<o£N\8aħ¿Ç>\14®Ëî\93Ç\12°\r^Þ½%{åsÿô|møE\9cb_¾\rÃnª-
+S÷Þ\9aêÍ«U4hþ{\10\0à;Èé\8d\1d\ 3\0àÎì2\8c\ 2Ñ~'µv\9aå\0:Æ7£Å\ 2÷aG\108\8b\94?@\a8\87}þÉlã\91ý#×/­|wU\98â5/\ 5\13\ 6\\1a\9c\8cúbóP"Iû.ÂN\159\9d+\a\87e\9b¿úÅ3Í\17\9cf\1dÃ\9a\83»ï\99_\1e\8c{¸kU\9e¿
\89\ 6À˲³W>\97·ú\85\83§?MÀ6X¼gëwg\8e\ eÆ?Ú­¦ å\86R»×\14\86\7f(ßô¦r\ 6\r7\9d@\0_@\ epìX{\1e\0\0wf\97\88ö;)ºÍ,
+Ð1¾\16-\19¸\ f;\7fÀAä\ 4\0è\0ç°UH*/ïÞ2{ûÆg?|'Ì¿,\9a\1c\8cé\17\94e\87éT\91c\fJ$Ég¾2ê\8b;W\ e\ eÿ<`Åü\81+\178Ð:\8cåûwÌø`Ã?,¬
+&\rìÛ0ÜnO\86\ 1ðÌXiת¼0¿^2½¥µ51;aéÞíß\9eþTXæ©õ\8d\1cþ×ö¨\e\12\94\ f
+wïø\8dËU4è¹i\ 3\ 2øÆq\9ec\8bÚÿ\0\0¸?»\ 6£jü\¥\83m*k\a\ e+ßSà4À9\ 3\ e\1c'\ 3à@v\9c^oÎ4_Xò\87mË÷ï\88'£®8\98øX|\16µ[M\81\ 1(\91T\99HíZ\95÷­éOÝ÷RCþê\17\9dl\1dƪ\ 3;\97íûðÛÓ\9f
+Æ?\9a^[èï\aH\92¡Ô°â²&\ fýÕ+\8d¿\<-1;aùþ\8fÂ\9dpëÔ'nL¹·å6\fûjuþ\9d³ÆüüÅú        ï¬PÔà§\9fv\1f\80/\1aG:¶¥¢\0\0ÀýÙ\ 5\18¥äg)\1d~\vY\pR9ÓÀ\11\81S\ 5\1c/\8e\vÀ±ì\bíxö\9c<¾éè\81\ eÅS½yu0úÁ |P<\99±ÒÞÆ\8eDRg>®g}I÷\9aÂ;\9e\19õýÙãFÿ~\99#®chim\r\ fê0Ýj
+\82²ì\8cúb'sò¼&5½¶(üçý¯ÍLØ~X{hw\97ÊÜp'\84õÞ;Õ>±ðã
+ÿ9ó\83\rê\1aü\fô³\14À÷\8b#\1d[Q\99\0\0à"íê\8b²â:¯D+\ e\1cnàÐÀÎ\ 1\87\89Ó\ 3p>;3SHKkëÁÓ\9f\1e:s2\9e\97\a\13\1fëZ\95\17\9a\ 2\13IÅdÆJ3ê\8bo\9f1²OÌÌW\87r¡åâ²}\1fÆ\ fê,[=\99Ò³¾ä¯¦\8døFã\93¿Y:+1;aÿ©¦õ\87÷\ 6eÙ©û\89ÝT[´pçfu\r~\ fúY
+à;Å\91\8e\8b\8dÂ\ 1\0ÀuÚ\8d\17%Æu[\80\16Ýñ\vÎ(\87\e8@ph\80\ 3Äy\ 28\9f\9d\90©âbk˹\8bÍç/gÛñÃ]*s{Ô\r\89'3Vj¶H¤\ 3äkS\1eïZ\95·êÀ.'^\a\97îÝ\9eºs\88\1d8Y\93\87\86_¦C×.NÌfhim}a×{Á¤\81\19õÅ©û\89}¥bðâ=[\956ømèg)\80¯\12G:®1\8a\b\0\0\97j7^\94\e×UÑYe;\ 1\9cQ\ e7p\9eà \0\87\86³\ 5pJ;\15SÔ¤wV¦Uçß6mD\98[§>á\8d{"\1di8®GÝ\90°Àw6}r¶ù³\96ÖV'^\871uëº\e«ò¾6åq\87vR¥÷ä¡\19õÅÁ\84\ 1#~÷ê\85\96\8b\89Ù\f\v>z÷+\15\83³Rö¯\92\b\8f©`ÒÀ¥{·_lmQÚà\17¢\9f¥\0¾D\1c鸺((\0\0\ªÝxQz\\ f\85fqm   p@á\88ÃÙ\82\93\ 1\9c\15\ e\19ÀAí0L9ÿ}~Ù÷f\8dùþìqñ|½ñ·\19õÅ\99±ÒxL\15\89¤|\1a\86]\9a\8c+\1fôµ)\8f\1f8Ý´ÿT\93\8edÄï^½uê\13ßl|2~tÛðIUzÁ¸þS·®Û{êÄ\99æ\v\89Ù\ f3>X\7fSmQ\8a¾)5sriçÊÁ\9b?9\18~bÍ-\86RÁïD?KÁÙ⬰Ä\96  ç\893\10\ 5\8e\82R\ e¨\ 5\1e³î¶
+Î^\9cÆ8~Áé\84SN\19\ 2ÎF\a J\f\85¬¬,±\95J\16\e\ eï»sæ\98\9f\ eó\8f\v«{Ö\97ô¨\er%½b%½\r\13\89t\88ôi\18Ö½¦0\18×ÿîye\9b\8e\1eØvü°\ 3°\83\19ºvqV¬4\åð$wt'U:Uä\ 4c\1f\9aºuÝ\99æÏ\12³\19Fmxý®9ãïxfTzmQÊm\86Þ\97_\93Ú­¶`ã\91ýê\1aü`ô³\14\9c
+\8bk\99p\808\ fQï("llµ`ËÙc\96Û\9eÁÙ\8bÓ\18g/8\9apЩGÀ\91èèC¹¡¢\95\92ŵRínèÚÅÿó¥\86_/\99\1eÏO\16Tt©Ìí^S\18O\96\ 1"\91\ e7\8e\1aÖxP\96\1d\8c~ðW¯4.ùöÍ\9f\1ct\12v0\ 3VÌÿ×ÅSo\9b6"\15\87\10;pµèY_\12\94\ fZ´ëýÅ{¶&ì¥\9f\7f­oÃð\eªr/½)µaXj\9dW=ê\86\ 4\13\1fË\8a\95®Üÿ\91Ò\ 6?\eý,\ 5g\8b³Â²Z&\1c\1a\ eFÔ>j\aå \16l9{Ì*Û98{ÑRÃV\ 1ç\12Î:\85  8\ 6\9dx¨;\94
+²¬Vª]\9cmþì7Kge¯|.\9e¾\rÃ;Uät­Ê\8b'½¶°OJ\r­\88ÈçOP>(\18ûÐе\8bgoßØ°åmïHíxú/\9f\17\1eì\19õÅ]*s½&5éæ+'\rìVSðì\87ï$l?\14¯yiÀ\8aù·N}¢{MáÍ©öå\1e~há\91õ\839ãf|°añ\9e­ª\eüxô³\14\9c
+\vj\99\1c\14 ô\9c\ 3(\19\94\83Z°åì1ëkÿàìÅi\8c=\ 3Î%\9cu*\14pú9èP\80¨q\85cM­T"­:°³è­E#×/\r3`ÅÿÏÞ½\aYUÞùþ_\ 5\ 3\aºmðı&1\96\15s\8c\95{N%'ɤ2S\96\15ëXI%\95I¥*å\95[5ÐÐô\r\10"(tÓ@ß»7\r4w¹\88ÊE\14Q\10\ 21  \8a\88(  \b\88 wh\1a\7f\v\9d_~ùMnFéÞk¯ýz×S\96óWàyÞ\9fÏÚë©ùº\16\ 4\13úu¨\1aøÑ2¸dY±ÿDc\8fÄåO4\86ë£\128qá\9cß31ãèÙÓaÉ\ fYûD0)/,öìD©b\8fÔ|eç\9aÁ7L\1f]±yUӶ߷\9b\15£7<ýOµCÂà§ÜgRÿk(uRÞ­sÊWìÝ!à\80÷G¯¥\80\15\8eÒ1é\a@\0¡\10\84\ 5â \v\94ã\98\93e\11t/â\97#GÆ\1c@/AÝAT\ 1¥\a\15'\86\90t\ 4þ_Å\9cTôH¼²þO×\ f\1e­\ eÊîÿh0­Su¾/¢ZVZ¬¦áY\rÅaê{$J\8a×-      \97\9f1±dÿÉã¿Y1;,ù\ eU\ 3\8d£Fm¸2³~h0±ÿ\17\9a\1flÞ¾¡=­xxã3Á¤¼ìDi*nZ\97º\82 ¢¯¡TÀ[¤×R@·è
+çè\98 
\83Р   \92\ 2q\90\ 5Êq̱\12      º\17q\r\91ó"\ f \97 î ­\80Æ\83~\93D\b;R7/N*f\1c8õþÜ×7=¾ëåpÍzmc0)ïOW׺¡fQ-+­&R»5\14\1axÃôÑ¿~zÖ°õËü\80\89%Ûß;ôÈë\9b/\7f\ 5»¼w¯¦\11Ì\8fZ\f;Uç\7fgþ¤\9f-\9b6ãµ\8dí£ÄñógÃ\1f\ 3µ[×\ 6ãû¤è÷\9d;V\rú\8fÇëï\:eõþ7d\1cð"éµ\14Ð-ºÂ!:&\85\0\b\83\80@\1cd\81r\1cs t\82îEÌâã¤(\ 4è%¨;È, ë ÖD\12R\8fÔ\8d\89\93\8a\rë\ fîþãÊ_óXðð]ÿ5\88Z9À@\90e¥çÊ\9d<,«¡ø³5\83o\99\a\8fVWl^å§K,Ùvôà\9a·ßü鲩ÁØ»Ãã6\94\1aµ\18vk(
+Ïå\vÓ~Û\9e_ü<ræÔ°õËÂ\1f\ 3\1dª\ 6^\93\9aÿ1\8a\8cÚ\82\9bg\8dÝqìp\12õöÀ.\r\ 3x\9dôZ
\16]áøT:\8b \95Ð\15r\ 1q\90\ 5P.N\8e9 RA÷
+\8e\93\85\ 6\ 6\94\124\9eð\ 2*\ e
+\r\82     Ù\17\10'¨Êþ\94\ eU\ 3ÿ¸ºÔ\15ø"ªe¥ùêÞX\92Y_xËìq_l~pîë\9büh\89%»Þ?ºãØá¯Í\1d\1f\8cï\13\1e·æ\8fàêÖP\14\1eP\18Ãu\a\8f\15\9cÚþÞ¡ËC©å½ST\89¬Æâpß¾Ðüà\81Sï'%Yç.¶\84{øÜþ7\82\89ýõ\fà\8dÒk) [t\85³Séü\81lBiH\ 4ÄA\16@¹x8æh¨\ 5Ý+2Î\14ê\17PJPz"\f(7è1\88'\94\80h8;%öç\98ý±,ë£\95\93(ÍN\94Þ8cÌ?7\16µÛ(\1cÚ\9f£gO÷l\1aÞ¹fp\8fDI.ó£\9aÄ\9cÉÃö\9e<ÖnV\9c¸pî×OÏ
+Æ÷éÖP\94\8a\9fIÍùð\9f7Í|躩#\8f\9d;\93\94d\9do½8gǦ ¼w\97º\820Yª\ 6ð^éµ\14Ð-ºÂ\91©tò@H¡@\ 4\ 1â \v \\f\1cs.\1c\83î\95\14§  Ý\v¨#è=q\ 6t\1a4\18D\15ª@\1c\1c\9câú\8b\98\0²,ë¿VÓðÌúÂö\1c\85C;ÓzéÒѳ§s>\9cy$|\94\93\98ÕXüÎé\13í&Æ¥\ f>øù\93Í\9dk\ 6§î¦\85;vó¬±I\f\87ÍÛ7\ 4\93òþøGR8\80WK¯¥\80\15ÎK¥Ó\ 6¢
+M"\ 2\10\aY\0åRÚ1'B3è^1q\8eP¿\80:\82Þ\13j@\9bAwA`¡\10\ 4Áy©¬¿\81      ËJç\95;yX\8fDIç\9aÁ×M\1dyüüÙcçÎ\ò3%¦l;z0«¡ø\86é£\r¥F6\8c\17\86\a\14&1\í\99Ä;\97NéÖP\94\93(MÑ}ëRWpë\9cò\13\17Î%1_\89\7f¶fpö\9fì¡Î\ 1¼cz-\ 5t\8b®pR*\9d3\10\14òC\1cd\ 1\94KQÇ\9c\ 5Ù {\ 5Ä!B÷\ 2º\bÚO´\ 1è
\ 5±\85Z\10\ 1\87¥¬þ.F\81,+=WÏ\ f¿\8e\1aTôýÎüI»Þ?ºçÄ{~\9fÄ\95e{^ý×æßÞ2{\·\86¢î\8d\8f`\18ã        &ô»yÖØvþ`ñ÷\17V\7fý\91\8a^M#z$JR·Ä¾5oÂþ\93Ç\93\18±ê\97Öd5\16\87\87ø§\7f\ 3xÍôZ
\16\98T:[ ³Ð-Ì\87\ 2(\97r\8e9\ 5ÊA÷ÂñA÷\ 2º\bÚOÀ\ 1¨/}\ 5á\85r ¿cRS\1f\13\ 3A\96\95n\13p\9dªó\83ʼ`ìÝ?\7f²yýÁÝ;\8e\1döË$®LÞ¶þÛó'Þ:§<£vHVCq®\bD2\92Á\84~·/N\84aÜþÞ¡öÔãG\8b\1a\8b\v³SðK©\97÷­¢o\14Jlü¦çÂd\85Ûøßò¥\7f\0/\9b^K\ 1Ý¢+\9c\91Jç  $\17J\86ó\10\aY\0åRË1GÀ:è^hcè^@\17A\ 1\8a9\0Å¥© ¿P\11ÌwF:êãc&ȲÒdåN\1e\16T\ e\bÆÞ=ê\ fO-ÛóêÂ7^Úyü\88ß$1¦vëÚë¦\8eìP5ðòg\1c\9b\86\8b@ÔV¯¦\11WÕä\87\91¼}qbÛÑ\83í&Æ¡3'\7f²xò/\967\7f¶fpNÊn]PÞûçO6'·Ä\8a×-ùåòé_\9c>ºK]Á\9fGL\ 5\ 1Þ7½\96\ 2ºEW8\1d\95N\12È/´\rÛ!\ e²\0Ê¥\8ac6\9fxн\88H(ì?Ó\0\8f\ f(@\b; ²À=H1\14Eª;ï,Òª\9dL\ 6YVìÇQ{$J.\7f ubÿ\8aÍ«ª_ZsâÂ9?EâÍØ\17Wæ¯yìÆ\19c2j\87ô4\91\1aÙÏ}\96÷îýÜü0\92íù\99Ô]ï\1fý÷ÇêÃ6è\38\85·n|\9f\9f\1cþ]\92\98²\91/,Ïj,îP50üç_\9cûVD\80WN¯¥\80\15\8eF¥3\ 4R\f\9dÃs\88\83,\80r)á\98\9d\87\8aÓ½Hz\1cl;Ù\0\ f\ eè@\88< ¬   ËÐ\15ñ°ÝA¤[/\19\ e²¬\18\ f¾uk(
+&åe5\16\8f}qå\98\r\ 2\89=áA\8fßô\xâá¹\87§o(5\9a«cõ  ¢ï/\97O?pêýöÔcÛÑ\83·/N\ 4\13ú¥¨\18¹\93\87uªÎ\ fÆ÷ùÙ²iûN\1eObÐÊ6=\9bQ;$«¡8÷¯ÿiÕ\11à­Ók) [t\85sQé\f\81 Cí\90\1câ \v \ô\1d³íÐrº\17Ú\18º\17PDÐ\81R\ f@Si'\88\ 5Õ\1d\8dRúd\98\ f²¬XN¤^]_\18LÊûâôÑýW/|hã3~{Ä\9bÓ-ç\e^^W¹åù`bÿðÜ{$Jr\ 5!\92+{réU5ù}\9e\9b\7fÏʹíùåâ\17ÞÙ\93xeýÏ\9fl\ e*úöj\1a\91\8a[\97óáPê}Ïλë\999GÏ\9eNbÜ&n^\1d¦,;Qú·ÿÀz ðâéµ\14Ð-ºÂ¡¨tn@\96¡\7f\18\ eq\90\ 5P.Ê\8eÙp(:Ý\8b\88\ 4Á\9eS\ eð¼\80\1a\84ì\ 3:
+|\83DCiÄÀsG\90\9e\8ddJȲbµ>\9cHíX5è«sËïXÒTýÒ\1a¿:bÏѳ§\87ÿþÉ`ìÝAå\0ã¨\91ýÐg\8fDIFmA\18Ï_=5£\9d\rÙtxÿ·çO\fÊîͨ\1d\92¢C©Ù\89ÒÌúÂ\9f-\9b\96ܬ\9d½Ø\12\96j0¾ÏÇù3«&À»§×R@·è
+û¯Ò\89\ 1\89\86\16â6ÄA\16@¹È:f·¡ët/´1Ô/ zP\83\1a\0\80vRJ\90\r\86;\11]ô)1.dY±YY\rÅ\19µ\ 5_\7f¤â«sË\17¾ñ\92ß\e±çàé\13/¼³gÔ\1f\9e
+ÊîïÙ4\\ 4";\94\9aÕXü¹)\ fühQm;OVn}÷ÀÆCû¾6w|\87ª\81©hHîÿ;\91Ú=QrÇ\92¦$fíع3aÖ&o[\1f\9a\8f·\93
+
\ 6êµ\14Ð-.\e¡ÒY\ 1¡\86."6ÄA\16\b:f\9f¡ît/"\12\ 1[\rõ\vÏ\b@\13ê\ 1@/\81f\90nh\8f\18¸mçÓ¼\85L\fYV\fV\8fDIVcñWæ\94}nÊ\ 3/¼³Ç/\8dØsøÌÉ='\8eÞ÷ì¼ ìÞ.u\ 5\86R£ü¡Ï¬\86â\7fn(\ e\ f«\9d%Ù{òXÎäaAå\80°\1cRôCºÝ\eKÂN»eö¸\9f,\9e\9cĸ\1d?\7föò'\89ÇÝ\93Q;äãgMM\ 1^B½\96\ 2ºÅe#T:\19 ÚÐK\94\86\ 2(\175Çl2\94\9eîEÒå·Ãнð\80\04¡*\0\94\12\14\11\ 4\1c:$6bÛv\15dhȲRwå|¸Â\7fù|ó\83á?\ f\9e>á7Fì9ÝrþÄ\85s·=Ñ\18T\ eèÞX\92+\bÑ\1eJýÜ\94\a²\1a\8aû®ZÐ\9e\92\úà\83\ 3§ÞïÖP\14þ\ 1R¸ß\12¥]ê
+îY97¹\89;w±¥xÝ\92`bÿ\7f4kÊ
\1eêµ\14Ð-.\e\91æ\95îd\ 1¿Ù´\13\99!\ e²\0ÊEÍ1;\f½§{\91tóm/t/<\1a\0\10\0u\ 4-\ 41\87\1a\89\8dÒö\ù|`.Õ²Ryh«{cÉÕõ\85\9fo~°¥µ5\\97üÂH\ 3¾2§,gò0ã¨)±\82\89ýǾ¸2ÌæÅK­í)Éþ\93Ç»5\14¥üîU\ eè»jA;oÝ\9f\93¿æ±NÕù\9fàϯ¬\0¯¢^K\ 1Ýâ²\11i^éN\16ð³M;1\19â \v \t\1c³·P}º\17Ú\18$\84'\ 2 \ f¡\19\0\82\0I×$|v
+\9aç\8acnȲRl5\rïÖP\14Tô½sé\94ÃgN\86ëÈ\99S~Z¤       _\99S\96\9d(Mé\8f`¦IH»Ô\15\ 4e÷Wl^u¦åB{\1aòÂ;{r\12¥7Í|¨G¢$uw/³~hPÞ{àó\8bN\8\97ÜÄõ_½0³¾ð\93m¦¾\ 2¼\8dz-\ 5t\8bËF¤y¥;YÀ/7íDc\88\83,\80r\11qÌÆBûé^$Ýy»
\v\8f\ 3@\1f*\a@\v\81Q\10\948Él·ÕÎ\1f1@dY©²z6\rï\38\18{÷Àç\17m;zðÀ©÷ý¢H\13Þ9}â˳Ç}wAeVcq\8e,D{åN\1e\16\94÷\9e¿sËÖw\ f´óXåÊ}¯ÿÏ)#2ë\87\86\9e¤nË\ 5e÷Oز*ܽ£gO'7w÷=;/;Qú\897Sq\ 1^H½\96\ 2ºÅe#Ò¼Ò\9d,à÷\9bv"0ÄA\16@¹¤;fK¡\0u/´1¨\b\ f\ 2@+BE\0ÊGí\0R¯U8lÿµMÛa\86ȲRcÒ­r@0öî±/®\±wÇÁÓ'ü\96H\136\1cÚûý\ 5U?ZTÛ¹fpf}¡,D9¤Ù\89Ò`R^PÑwÆk\eÏ·^lOOf½¶ñû\v«¿9oBFí\90ÜTþÎlPv\7fÙ¦g\8f\9f?\9bÜÜýçS3î\:åÚ)#²\1a\8a?ñ~ª/À;©×R@·¸lD\9a\93\ 5ü\84ÓNì\85\ 2(\97\Çì't x«\8dÁFx
+\0Z\11Z\ 2Ð<:\a\10|ÅB`\9b¯jÚ\14ÃD\96\95\12\93n\r\9bñÚÆvþü"\92Èâ]¯übyó¿-ª\r\ 5èRWpMÓp\89\88rT¯®/̬/\øÆK\8f¼¾¹\9dU\99úê\vÿÚüÛ rÀåÉåÔôä¿\8an|\9f±/®<w±%¹ÑûÍ\8aÙ]ë\86\19Ü#Qòi\86|\95\18àµÔk) [\6B¥;\À¯8ÕD]\88\83,\80rIqÌNB\rB\eDDu\9b   Ý\vý\ f(F]\ 1è\1cm\ 3È>ÔK\9cìµÉzæÏ1OdY\11\=\9b\86wk(
+&åeÖ\17Ön][¹åy?\1eÒ\8aEonýÒÌ\87\83       ýºÔ\15ô4\91\1aí¨^]_\18\9eTøïÍÛ7´³'a3\14¯[rÓÌ\87®ªÉOQOr'\ fËj(Ψ\1d\12\16ÝÄÍ«\93\9b»ÖK\97î{v^P9 çJüÕô\18àÍÔk) [\6B¥;\À\ f9ÕÄ[\88\83,\80ríï\98m\84&\84B\88\88çv\12º\17Ê\1fP\8cê\ 2P8ª\ 6Ð\0Ð0qòÖ\ ek\98¿\88©"Ë\8aÚ\98[f}a0±ÿ\rÓG\ f[¿,é\83ZhgæìØ\14\1eú-³Çu¨\1ah"5âQíZ74\98Ðï+sÊ\8a×-I¼²¾\9dUiÚöû\7fn(\ e»¢[CQªªòaÝe5\16\8f}qeÒ£wâ¹þ«\17\86\a\9a{\85þvÚ\fðrêµ\14Ð-.\e¡Ò\1d.à·\9cj"-ÄA\16@¹öwÌ6B\19B!hcÐ\12\9a\1fP\8cÐ\18\80¶Ñ3\80\12P2¤µçê¥}0[dYQ\9aH\1d\1aLÊûú#\15¿~zVÃËëü`H+æïÜ\12®\9cÉÃ\82       ý®®/4\94\1añ´v¬\1aôÝ\ 5\95¿zjÆÜ×7µ¿-áÿhçÚÁY\rŹ)º\87\1f~\12ºCÕÀðÏ?zÃÓIOßá3'\a>¿((ï}\ 5s§Ó\0ï§^K\ 1Ýâ²\11*Ýá\ 2~Ω&ÆB\1cd\ 1\94kgÇì!ô!t\826\ 63¡ó\ 1Ý\b½\ 1è\19%\ 3è\ 1=ÃX\e®[Ú\rãE\96\95ô\95Y_\98Y?ôª\9aüÿ½`Ò\ f\17Õ,|ã%?\15Ò\87s\17[Vìݱx×+ÁÄþÁ¤¼î\8d%¹B\11á\15\9eÎÕõ\85aZ¿8}ôsûßH\8a-\8fïz9´%;Q\9aº{Ø¥®àK3\1f¾í\89ÆQ\7fx*¹\ 1Ü{òX¸¥\85¿[\1c\94Ýß«iÄ\15ük*7À+ª×R@·¸l\84Jw¸\80_tª\89®\10\aY\0åÚÓ1\e\b\95\bµ\90t½í\1et/\14\eU\a dÀ\1cè\ 1¨\9aø\19kouËßÀ\90\91e%kåL\1e\96ÕXÜ­¡è»\v*\7fðhõ\97f>üÂ;{üHH+N·\9coÚöû`Ü=\1dª\ 6JDJ¬«ë\v¿5oB\98Ö\r\87ö¶¿-\89WÖ§º-\1f\röf'J£ðIè\ 3§Þÿåòéá\96\ e¹â_(Öo\80WT¯¥\80n\89qWØX\95N\15@\ 3¨&®B\1cd\ 1\94\8b\9acv\ fZ\11\9a!énÛ:è^h{@=j\ f@½è\16@\e@áÄÏU\e«Uþ6\86\8c,+)\13©=\12\97?\8bùåÙã¾4óáó­\17ý6H7N·\9c?pêýËC©å½¯¹Ò\ 3qV[¬ìDi¸®\9dò@xpI±åòPjyï\9e©lK¸\81Y\8dÅ]ë\866oß\90ô\f\1e;wæ§Ë¦\ 6\93òÚhKµ\1cà-Õk) [âÚ\15vU¥³\ 5P\ 2ª\89¨\10\aY\0å¢æ\98­\83b\84rHºØö\rº\17z\1eP\8f:\ 4Ð-\8a\ 5P\bÐ9ñ\13Õ®ª\94¿\8bQ#Ëjÿ¡Ô\9eMÃs\12¥ß\99?ÉO\824¤¥µõ|ëÅ\a^x2\98Øÿ£ñd¡H\89¯|~nÊ\ 3á?\8f\9e=ÝÎÂ\¼Ô:lý²\18Ø\12VßµSF|¦jÐ#¯oNz\fÃ\fÞ¾8ѹfpÛý}u\1dàEÕk) [bÙ\15¶T¥\13\ 6Ð\ 3ª\89¥\10\aY\0å"å\98M\83b\84\8aÐÆ`)\94<\0õ¨F\0Å¢U\0\9d v\10ø\7f\15Ó'I´\91eµçh[÷Æ\92`RÞO\97M=ÝrþLË\ 5?    Ò\90»\9e\99\93ÕP|í\94\a²\13¥B\91\12+³¾ð¦\99\ f\85\99\r×¥v\17fÈÚ'>[38\ 6\84Õ·öÀ®p\ f[Z[\93\1eÃ\7f\7f¬¾[CQN[þ}u\1dà]Õk) [\6B¥;\@\15¨&\8aB\1cd\ 1\94kSÇì\18t#´\846\ 6Q¡á\ 1hHM\ 2¨\14\95\ 2¨\ 5Í\83¶PÔ~*\93\8f\89\81#Ëj\87Õ³ix\97º\82 ìÞü5\8fí9ñ^û\7fr\11QàöÅ\89\9bg\8dýÜ\94\a²\1a\8bs\f¥¦Bl»5\14\ 5\13úÝ:§üàé\13í/̯\9e\9a\8c1ÿ2mT÷Æ\92\18\f¥®;°;
+\13©!?ZTÛ#QÒÖ£¾\1a\ fðºêµ\14Ð-.\e¡Ò\1d\rT\13?!\ e²\0ʵ\9d\vê\11\8aB\e\83¨Pï\0\94¤2\ 1ô\89>\ 14\83òA[øi35ÉÇÇä\91eµíj\1aÞ±jP0öî\8aÍ«6\1cÚ{äÌ)?\ 3Ò\93\9f,\9eÜ=Qru}¡Ï¤¦ÊPj0¡ß\1dK\9a6\1eÚ·óø\91ö\17æWOÍ\bUÉüP\98Ü\14ÿBtÇêAkÞÞ\95ô\f¶^ºôÝ\ 5\95?~¬.ÜÒv\88¡Ò\ 3¼±z-\ 5t\8bËF¨t\87\v(\ 4ÕDN\88\83,\80rmä\98½\82\86\84®ÐÆ\80\96\0\94¤J\ 1\94\892\ 1\94\83þA[Èi'ÕÈ?\84á#Ëj»i¬Ëk|\9fæí\e\16ïzåøù³~\0¤!§[Îß¾8ñ\8båÍ\99&RSdõj\1aqUM~0öî;\97NÙqìpR´ùÍ\8aÙY\8dÅa\8dä¦ò`ïgk\ 6_7uä\8a½;Vî{=éI<qáÜ\ f\1e­\ eÿH]ê
+rÚe\a´\1fà¥Õk) [\6B¥;\@'¨&fB\1cd\ 1\94k\vÇl\14\94\856\ 6t¯V\a $µ
+ I4     \1fT\10ÚÈL;©Cþ!\8c YÖ\95\1dźº¾0¨è\9b;yØì\1d/\86kê«/xî§';\8e\1dþÍ\8aÙ¿zjFP\99×¹fp\8e\80¤ÊgRË{ç­~4ñÊúö\1fJ=ßzñ\9e\95sû¯^\98Q[\90ÒSÌá6v¬\1etÃôÑËßÚ\1e\850\1e<}â?\1e¯\ f*\a´ç\9c¯\ e\ 4¼´z-\ 5tKlºÂ6ªtò\0jA5\81\0Y \t\1c³KP\92нÚ\18P¿*\1d\80\92T,\80\1aQ#\80\8aÐBh#-m£\ 2ùG1\85dYWj\ e«K]APÑ÷Ö9åc_\9ãµ\8d\1e÷iËÚ\ 3»\8a×-ùÙ²iÁø>WÕä\87n\bHJ¬\ eU\ 3Ã#ûÍ\8aÙ\87Î\9cl\7fm\8e\9e=ýë§g\ 5\13úu¬\1a\94\93úMø¥\99\ f/ÞõJ\14ò¸ëý£w,i
+7¶\9d\93¨  \ 1ï­^K\ 1Ýâ²\11*Ýá\ 2\9aA5q\12â \v Ü\95\16AOB÷FÄd»\ 4õ\v}\ eèIÝ\ 2(\10\1d\ 2@\e(¢ø9i\ fµÇ'À \92e}ú9¬\8cÚ\82`B¿\1f.ªé»jÁÂ7^ò O[VìÝQ»uí¿-ª\rÊîͨ\1db"5UVv¢´SuþÀç\17\85\11>Ýr¾\9dµyãø\91Ê-Ï\87ÿëÁø>)íÌå¯ÍNÊûñcuá6Fd(uû{\87î\:%)\e«\ f\ 1¯®^K\ 1Ý\12\9b®°\8d*\9d<\80fPM`\8e8@\16(\17\11Çl\11T%t¯6\ 6t¯2\a *Õ\v =\14\b (À½6\12Ò\1eª\8eO\80q$Ëú4ëò\97\ 1+\aÜöDãÿ]Ò´æí7=âÓ\99ÕûßøâôÑAyï®uC{5\8d\90\8eè¯ÜÉÃz$J>[3øêú»\9e\99\93\14mv\1c;üÓeS\83±wwªÎOmm\9a\86\87\7f\85\94¯?¸;
+yÜräí\85o¼ô\8båÍÁø>IÙX\95\bxuõZ
\16\97\8d\ e\17Ð\fª\89\93\10\aY\0宬c¶\bª\12º7é\1aÛ\1f¨_hr@Uj\18@uh\ f\0\8aB\1dÅUH{¨:>\ 1æ\92\13¬\9cÉÃ2ë\v\87þø±ºoÏ\9f¸ëý£\1eîéÌ\vïìY\7fp÷uSGfÔ\ e¹Æ7RSg(µ[CÑç¦<pÛ\13\8dÿùÔ\8cö×fû{\87Ö\1eØõ³eÓ\82\8a¾©þiÝÜ\ f\87ôo\9aùÐÖw\ fD!\92áÞ~gþ¤ ìÞðO\95¬½U\8c\80WW¯¥\80n\89AWØ@\95N!@9¨&\10R\1c \v\94\8b\8e\aÚ\12º7é\ eÛ\1c¨_èp@Uê\19@o¨\ e\0êB#ÅUE\e¨4>\19F\93,ëã¯ìDi÷Æ\92¬Æâðß¿=\7fâ×æ\8eoimõXO[ÂÓßqìð¦Ãû;V\ fêP5°G¢$WLR'ËÝ\1a\8aÂ8÷]µ )òì;yü\e\8fT\ 4\15}3ë\vS}(5ÜÆp3¯\9b:òÍãïF!\98{O\1e»uNy§êüän¬\86\ 4¼½z-\ 5t\8bËF¨t\87\vè\aÕÄF\88\83,\80rWÊ1\9b\ 3\85  Ý\9bt\81í\ft/\148 -U\r 4ô\ 6\0\8d¡\94âê¡ÝÓ\18\9f\18ÓI\96õ1?\90\9a\9d(½vÊ\ 3\18sý´Qÿgaµ§y:s¾õâѳ§WìÝ\11Lè×¥®@@Rn(õº©#Ã\7fæ¯y,)þ\1c?\7fö\7fÍ\1a\e\9a\13\8fAæ°\15¯i\1a~àÔûQÈf¸·7Í|(³¾0é{«'\ 1/°^K\ 1Ýâ²\11*Ýá\ 2*B5Q\11â \v Ü\15qÌÎ@gB÷&Ý^Û\ 2Ý\ví\rhKm\ 3h\f¥\ 1@i襸JhëÔŧÁ\80\92e}ÌÕ±jPÿÕ\v\112õÕ\17\82IyB\91¢+<»\8aÍ«\92èÏM3\1fúè³Ë©¾z$J>ßü`t>\e}ñRë\17\9a\1fìÞX\12\85ÍÑ\93\80wX¯¥\80nqÙ\b\95îp\ 1\15¡\9a¨\bq\90\ 5PîÓ;f[ 3¡{\93n¯=\81ú\85ê\ 6´¥Â\ 1Ô\85Æ\0 7TS\8c\r´uºâÓ`@ɲþÆÊ\9d<,³¾0(ï]¶éÙ£gO\9fn¹à!\8eÚ­k3j\87ôH\94äÈHêÅyh\18çð\ 4Ï]li\7f\ eùè\9bË\1f}\829\ 6Ý\18þ]\8e\9d;\13\91`\86gzÃôÑÑÙXU     x\87õZ
\16\97\8d\ e\17Ð\12ª\89\87\10\aY\0å>\8dc6\ 4j\13º7"êÚ\13è^èm@aê\1c@W¨\v\0ªC;ÅU?û¦(>%&\95,믭NÕùAÙ½³w¼¸ãØá\13\17Îy|£xÝ\92\9bf>ôÅ飻5\14  HÊÍQ\ 6ãû,zsk\18çÓ-çÛ_\9e½'\8fýkóo³\1a\8a#ò5ÏO¼z6\r¿º¾0\98Ðï\96Ùãö\9cx/
+ÁÜõþÑ\e¦\8fþÆ#\15\91ú
+­Â\ 4¼Æz-\ 5t\8bËF¨t\87\vè
+ÕÄ@\88\83,\80r\9fÆ1\e\ 2Í Ý«\8d\ 1Ý«´\ 1(Lµ\ 3(
+]\ 1¨\ e(¨¶ÓϦ)\8aO\8fa%ËúoÃk=\12%Á¤¼p-\7f\9a·ßLÊw\15\115î{vÞ¿?V\7fý´QÿT;¤{cI®°¤N¢³\13¥\97\13]ÑwþÎ--­­í/Ϻ\ 3»¿5oÂÿYXÝ¥® Õ÷³gÓð`B¿\9f,\9e\1cþ¥¶¿w(
+ÙÜvôàM3\1fʨ\1d\12µiqµ       x\93õZ
\96
+;¦Ò¥\12Ð\15~0\80\81â\0Y \t\1c³!Ð\9cнI÷Ön@ýBc\ 3
+Só\0ZBQ\0Ð\1e:*®îÙ1-qE0µdY\7f\9c·êÖP\14\97\93(]¼ë\95py^#ä7+fßõÌ\9cìDiç\9aÁ&RSl5\rϬ/\fs\1dÆyÑ\9b[\93âÏÊ}¯ß<klP9 ³~hªËÓ«iDPÑ÷\8e%M\11\99H\rÙphï­sÊ;V\r
+Ï:jÛ¥<\ 1/³^K\ 1Ýâ²\11*Ýá\ 2ºB51\10â \v Ü'vÌn@yB÷&]Z[\ 1Ý\vu\rèLå\ 3¨\b-\ 1@\81¨©\18\8bgÇTÄ\15Áà\92e\1c5£vHP\99\17\8cïó\959e\r/¯[øÆK\9eÔ8~þlßU\vòV?Ú±jP§êüìD©\89ÔÔÊuf}aPÑ÷\9a¦á\8f¼¾9)
+\85ÿ»ýW/üÞª r@ÏèMMþ£û\19¦ (»7RC©kÞ~ó\e\8fT\ 4\93ò¢¹½Z\14ð2ëµ\14Ð-.\e¡Ò\1d. .T\13ý \ e²\0Ê}2Çl\ 5\94't¯6\ 6Ô¯®\ 6 3õ\ f \1f´\ 4 C ¦ÚÎ:Û¥\1f®\14Æ\97¬t\9e\ë\38\18ßçÎ¥S\1eÚøÌ°õË|#\15\1fñö©ã¿zjFèÆåï0
+KªåºK]APÑ÷ksÇ?ðÂ\93ÍÛ7$E¡\ 5ol¹aúèð\8fѵnhª\ f¥æN\1e\16Lìßû¹ù\85¿[üæñw£\90Ð¥»·\8dÙ°âß\16Õ\86\7f°Èn¯"\ 5¼Ïz-\ 5t\8bËF¨t\87\vh\fÕÄ=\88\83,\80r\9fÀ1û\0å     Ý\e\11im\ 5Ô/\145 6U\10 \1cüJ\ 1 C4U\­³]úáJa\88ÉJÏuy"uRÞ/\97OÿÍ\8aÙÛ\8e\1eôhÆG\842$^YßwÕ\82 ¼wª\8f\13¦çPj\87ª\81?\Ts×3s\16½¹5Y\16-ÞõÊuSG\86%\13\ f\85:V\rú鲩'.\9c\8bHHWìÝqã\8c1aB#>ó«N\ 1ï³^K\ 1Ý\92Z]a¯TºT\ 2\1aÃ\ f\ 6pO\1c \v\94\8b\88\ 1ú\13ºW\e\ 3êWK\ 3P\9bZ\bÐ\fú\ 1P#PVm§\9c½R\ eW\10sLVZ­ìDi\97º\82®uC\7fþdómO4\1e;wÆC\19\1f±åÈÛËö¼úÓeS\83±ww®\19Ü«i\84¼¤Ö7=3ë\v;V\rºyÖØu\av'Ë¢\15{w\84\99°d®Iñ¡Ô?¶åí\8b\13ÑÉé\9a·w¥Ê̯R\ 5¼Òz-\ 5t\8bËF¨t\87\v(\rÕD<\88\83,\80rÿ¨c6\ 1*\14ºW\e\ 3ºWE\ 3Ð\9c\8a\bP\vÊ\ 1P#ÐWm§\9c\8dR\ eW\16ÓLV\9a̬e'J3ë\v{6\rÿÑ¢Úÿx¼Þ³\18\7fdÛÑ\83\9b\ eïÿæ¼      Ñÿ\ 2£õ×V\98îï.¨¼uNù\96#o'Å¢ÖK\97VìÝ\11\1fT\ eè\91(ÉMñýìÞXrÍ\87mùï\8fE¨-·¾{à£&O\89\99
+x«õZ
\16\97\8d\ e\17P\1aª\89x\10\aY\0å\0¨PÝ\v@÷B?\ 3ÊS\17\ 1:A3\0\9a\ 4*+:¾Ù(Ípe1ÍdÅþ\ 3©=\12%Y\8dÅ×M\1dù¥\99\ fÿüÉfOa|Ä¥\ f>Ø{òؾ\93ǯ\9d2"¨\1c\10Jr\8d\89Ô\14\aÀÃõùæ\a\8f\9e=\9d\14\91Î^lÙsâ½\95û^\ f\8bÍ\96vo,ùÙ²i\91
\8ec\87»Ö\r½<0\9b"Û¨c\ 1oµ^K\ 1Ýâ²\11*Ýá\ 2zC5±\ eâ \v \1c\0-ª{\ 1è^(g@yª#@!¨\ 5@\99@kED6»¤\16®8f\9a¬x\ f¥~nÊ\ 3×O\e\95Y_8ðùE\9e¿ø#­\97.m\7fïPç\9aÁW×\17æ\bK*\7f
+9\føuSG\9en9\9f\14\91ZZ[\9b·o\bÆ÷éÖP\94\e\8b-ÍI\94\eúËåÓ£\13Õðpw\1e?òÙ\9aÁ©µ\93j\16ðbëµ\14Ð-.\e¡Ò\1d. :T\13å \ e²\0Ê\ 1Тº\17\80î\85r\ 6ô§:\ 2´\81Z\0ô      ´VDL³K:á\8ac¬É\8aëêÞX\12Lè7ãµ\8dç[/\86«¥µÕó\17\7fdÛÑ\83\19µ\ 5b\92Ò+³¾ðÖ9å\1f\ 5<Y"5mû}ǪA9q\19òÍN\94\ 6\95\ 3~ýô¬è\14æ\9a·ß¼ª&ÿÚ)\ f¤Ü~ªYÀ\8b­×R@·¸l\84Jw¸\80êPM\94\83\ 2(\a@\91ê^\0ê\17\9a\19P\9e\1a    P\ 5:\ 1Ð'P\Q0Í\16é\84¶Àd\93\15³\953yØgk\ 6\a\15}\9fÛ¿óÀ©÷Ï]lñØÅ\9f²ü­í9\89Ò\9bf>Ô½±D^Rqõl\1aÞ­¡(\98Øÿ[ó&\1c9s*Y"=ðÂ\93½\9aF|¾ùÁx\88\14îj0¾Ïðß?\19Öæñóg#\92Ö\15{w\]_\98ÕX\9c\9d(5\97
\13\80«*@·¸lTé\82   À\ fB½Ä7\88\83,P\ e\80"\85î\ 5 {Õ2\0\15ª\94\0\10\0\95â\r\v\9f@3[¤\10Ú\ 2#NÖ5qùÒßå\ f¤V\ eȨ\1d²éðþ­ï\1e¸xÉ\aRñÿ#ñÊú\9bg\8dýòìq]ë\86f5\16KMª\8eONè÷ó'\9bÃ\8cï9ñ^²\*^·$§±$³¾°G¢$7\1e»Zvÿ\ 3/<yìÜ\99è\ 4vñ®Wz}øUÜ\14Ýa\95\vx·õZ
\16\97\8d\1c\ 3´\87\eÄA\16@9\0ºT÷\ 2P¿ÐÉ\80òÔK\80\1eÐ\ 6\0¼\9a©¯¤;f\7f´A\eaÊÉ\8aÁDUf}a0¾Ïç\9b\1f|nÿ\ek\ fìò\9cÅ\7f\1f\9eºí\89Æ/Í|øª\9aün\r\82\93\82«WÓ\88ÏÔä\a\ fßõ\8båÍ»Þ?\9a,\97z?7ÿ\8e%M×O\euuÊÎKþ·\89þ r@0öî0#\91\1aJ\9d¿sËuSGfÔ\ eIÝMV¼\80×[¯¥\80nqÙ\b\95N3@\81è%²A\1cd\ 1\94\ 3 Ku/\0õ\v\ 6\ 2úS5\ 1J@\e\0ðv¦¾\92.\98ýQ\ 5m\84Y'+u\87Ô:×\f\ e\ 5e÷~oaÕ\9c\1d\9b\9eÛ¿Ó\13\16ÿ\8dÂß-¾ïÙy×M\1dÙ¡j`·\86¢k\9a\86ËNª~гü¾!k\9fhÞ¾!\89C©y«\1f\r-úLM~÷Æ8|&5gò°`B¿\86\97×\85»zºå|tb;ëµ\8d7L\1fÝ©:¿g*\a\ 2^o½\96\ 2ºÅe#T:Í\0\ 5¢\97È\ 6q\90\ 5P\ e\80:Õ½\0t¯6\ 6 Bµ\13 \ 1T\ 1\0og\1a\82Ù\1cUÐv\18w²Ro5\rïX=((»ÿ®gæÔn];öÅ\95¾\91\8a¿ÈÈ\17\96w©+\b*\ad5\16\9bHMÝÕ¡j`0¾Ï}ÏÎ;ræTRDjim\1d²ö\89âuK®ªÉï\91(\89ÇgR»7\96tªÎ/Ûôl¤2Ûðòºp\9f¿<k\ª\ f¥\9aK\ 5Ü  x-\ 5t\8bËF¨t¦\ 1:D/1\râ \v \1c\0uª{\ 1¨_U\f@\85*(@üõ\0\0ogJ,évÙ\1c=Ðv\98x²Réë~\89ÒNÕùÁÄþ}W-È[ýèþ\93Ç<Rñç\9ci9?~Ósá
+*\ad'J\ 5'uWö\87\91/üÝâü5\8f\9d»Ø\92\14\9d\8e\9f?\e\16N0¾O¨SN,æú³\1a\8bÿËÕõ\85£þðT¤\92Û¼}C\8fDIØðÝ\1a\8az¦þ ¹*\ 6Ü    x-\ 5t\8bËF¨t¦\ 1:D/1\râ \v \1c\0uª{\ 1¨_=\f@\8bê(@öõ\0\0/hJ,\89\19%Ц\98{²RâÓ~=\12%\9dk\ 6\17Þ÷ì¼_?=«õÒ%\ fSü9o\9f:>óµ\r£7<\1d\94Ý\eT\ e\90\9d\94þ\9açU5ùW×\17ö]µ \89F\1d:sràó\8b\82òÞ=ãñ½Ý¦á]ê
+>ßüà=+ç\16¯[\12©ð.zskøgëÖP\94\e\17\8d\152àNÀk) [\6B¥\93\rP#z\89f\10\aY\0å\0hTÝ\v@ýêa\0ZTG\ 1\82¯\a\0x;SbITËÎ(\81\0\94\15ýñ´\8cÚ!\9f\9bòÀ\1dK\9a~³b¶g(þ"»Þ?ºrßë\97G\b\1f¾«Su~L¦\bÓ8ò×M\1d\19Fþ®gæ$˨='Þ[±wÇ\90µO\ 4e÷÷j\1a\11\8f½íZ74\8cÆØ\17WF-¿\8b\12T\ e\b\8f>7F2«eÀ\9d\80×R@·¸l\84J'\e Iô\12Ç \ e²\0Ê\ 1Pªº\17\80îUÂ\0\14©\9a\ 2¤^        \0ð\82¦Ç\92è\95\9dÑ\0m\8a1(+²³iY\8dÅ\99õ\85_h~ðksÇç­~ÔÓ\13\7f\91='ÞÛvôàO\97M\rÊîíRW`"5¥\83ß­¡è\86é£o\9dS>dí\13I\94êÀ©÷\7f±¼9\18wÏ?Õ\ e\89\81Q\1f5jfýÐð\9f\13¶¬\8aNxÏ´\Øúî\81åom\ f\8b\9fÏÊ\19p'àµ\14Ð-\91í
+Û¢Ò\ 5\13Ð$~0\80c\10\a\1c\0¥ª{\ 1¨_h`\0éÜ¢N\13HçßNN\16Ð0ª,­¼²-\1a ­1      eEme'J»7\96Ü0}ôͳÆ\86ÿg\ 4\87èpôìé¯?R\11LÊËj,¾ÆDj*¯\9c\ f\83ߥ® bóªä\1auèÌÉ;\97N  &\r\88\8dQáÆ~¡ùÁp\87k·®\8dNxÏ]liÞ¾!(¿/£¶ 7\8eJëgÀ\9d\80×R@·D³+ì\89J\17L@\99øÁ\0\82A\1cd\81r\0ôªî\ 5 {¡~\ 1¤y\91:J \9d\7f;9Y@ɨ²´\92ʶ\88\7f[c\18Ê\8aÚºvÊ\88NÕù+÷½îq\89¿AKkk¸n\99=®[C\91ÔÄ`õj\1aѱjPr\a'C£¾þHEFmAN¢4N{\enìâ]¯D*¿­\97.%^Y\1f\1fc¥µ4àNÀk) [¢Ù\15öD¥\v&I\9c\14Oü`\0Á \ e²@9\0zU÷\ 2нн\0Ò¼K\9d#\90¶¿\9d\1ck\1a\1ah'õ\8c6Ks£l\8bì·5\86¡¬¨|-qò°ÌúÂNÕùÛß;tâ¹\8b\97Z=.ñ×\b\r¹nêÈÏ7?\98+;©¿ÂC\f&ô[º{[x¬ç[/&Ñ«¯Î-ÏN\94æÄlo'ö_þÖö\96Öh5jõKk:×\fÎ\8e×ü¯¹TÀ\9d\80×R@·¸l\84Jç[,5p:,ÒK \988@\16(\a@µê^\0º\17º\17@̺Ô!\ 2éùÃÉ\992\8d\fN_¡¥\9bQöDöÛ\ 1#QVÒǦ²\1a\8b\83Ê\ 1×4\rß{òØ\9e\13ï]ò\98Ä_gû{\87®\9b:òÖ9åÝ\eKz$J$(Õ§Ñ;Uç\aãû,ݽ-\89\13©'.\9c»iæC_\9b;>çÃ?R¬ö¶¢ï\8a½;\92;íûç\94mz¶[CQØüñÖ[]\ 3î\ 4¼\96\ 2º%\82]aCTº`:qÇÊ.ð\84]\10\a\1c\0Õª{\ 1è^(^\0ºÔ!\ 2éùÃÉ\99R\8b\e|Phé¦\93=\11üvÀ`\94\95\94Õ³ixFmAP9 (ïýõG*6\1eÚ·õÝ\ 3\9e\8fø\e,\7fkûWç\96\7f{þÄÐ\9cn\rEB\94ê\ 3éÝ\eK:×\f^\7f\vïìi½\94´yô\83§O|yÖ¸Ìú¡¡T9qÙÛðïÒ¥®`á½á\8aÔ¤ÿàµ\8f\7fwAå\17§\8fά/\8cýÇ\8e\956àNÀk) ["Ø\156D¥\v¦#vÊd\ 3\ 5q\90\ 5Ê\ 1P­º\17\04¤Ö\ 5 K\9d \90\86¿\9a\1c(£xB\f\9d\96n:Ù\10Áo\1f\8cGYí?\91zù+~\ fßuÏʹËßÚ¾t÷¶M\87÷{2âoм}Ãí\8b\13ß\9c7¡cÕ ÌúÂk\9a\86ËQJ7@·\86¢`B¿¬Æâ\95û^O¢W\e\ fí»í\89Æp\85\8d\14\9f\19ɦá]ë\86f'J\93»·\7f\91!k\9f\bÿ\84\9dk\ 6\87G\9f\9b\ 6ª«nÀ\9d\80×R@·¸l\84JOgëô0¸GTjA\1cd\ 1\94C»¥Ì¾iWH\a\92\92A[§{!\14"C\fh-@Ì\ 5\1fñ\16ÉÙ\91\84\9f\92Ý\90úvÃ\90\94Õ\9eëò\aRËî-üÝâ\86\97×í>qÔ\ 3\11\7f\97¦m¿ÿ×æß\ 6\93ò2ë\v{\9aHMý¡Ô\ eU\ 3o\9e5¶yû\86EonM¢WkÞ~óksÇ\a\13ûgÔ\16Äëðo\91Y?4¨èû/ÓF-ÞõJÔ\82\¼nIVcq·\86¢Ü´±]{\ 3î\ 4¼\96\ 2ºÅe#Tzº\89§\87u\ e\ fÉI-\88\83,\80r\88N\9al2\1f \bhÿ¸Ùa2¨\\88\ 6g8£¸\01\97zÄò'·\ 3%\f-SÑ%»!õí\869)«­Wîäa=\12%\97'R'å=ðÂ\93á:~þ¬G!þ.µ[×\8eÙ°â\86é£;×\f6\91\1a\83©É.u\ 5Áø>7Ï\1a»t÷¶$zµx×+Ã\7fÿä¿-ª\r\e)6^\85\7f\91°c¿3\7fR\18\99ù;·D-Ë£7<\9dQ;¤{cIn:9¯Ã\ 1w\ 2^K\ 1Ýâ²\11*=öâ)^\ eÐ\92\93Ô\82\ 2(\87\94H\90Íç\86î\85|1\10ê\97í\88x\10\9c\ 5\8bX\aȸÈs\86\ 1!¯¬HvCäÛ\rÓRV\e®¦áY\8dÅ\1dª\ 6vo,\19²ö\89Ák\1f÷\ 4ÄÇ!ñÊú©¯¾\90Y_\18Lìß­¡ÈPj<¦&\7füXÝ}ÏÎKîPê²=¯Þ8cL0¾O\97º\82\98\r¥Þ2{Üò·¶G-Ë­\97.\8d}qe\18äìDiºi¯É\ 1w\ 2^K\ 1Ýâ²\11*=Þâi]\1a0\93\90Ô\82\ 2(\87\14\8a\8f\87î\85p\91\10ê\97ç\88x
+\9c\b\97(\a\b¸¼\13\86\ 1\e¯\94H¶BäÛ\13\ 3SV[\8c£vk(ʨ-èT\9dÿ\85æ\aÿó©\19\85¿[ìÙ\87¿Ë\89\vç\16¾ñÒÔW_\b\ 6\93ò²\13¥¹Ò\94ú\9fKîZ74¨\1c\9cò\17ÞÙ\93\ÁVíßyý´QWÕäÇf"5ÜÞÌúËÛû¥\99\ f\7fg¤â|ìÜ\990ε[×\ 6ãû¤§ü*\1dp'àÍ\14Ð-.\e¡Ïcé\9e²%\ 3K©È+\88\83,\80rHõÈ8\1a¶è^\b\14\e¡{éÍ|^A£2\rH\9fßK\8e\92-¤"\12\ fÓÐ"[!ïí\89±)ëÊ\ eI}8\91:ä«sËo_\9cøî\82ʱ/®ôÔÃßåÐ\99\93k\ fì\1a¿é¹`ìÝ\1dª\ 6\1aG\8dÁÊ\99<ìêúÂ.u\ 5?\Tó\8dG*¶\1d=\98DÁ^xgÏ\86C{¯ùpHö\9a\18}~7ÜÞï-¬
+·wýÁÝ\91Jôѳ§\87­_\16<|WǪAiû½cÅ\ e¸\13\0\\è\16\97\8d\10Ø8¹ç÷\e+èÊ@^A\1c \v\94CÌbâ°\98£{!G´ä\f(Mx\8e\81cZ\1a|\16\ 4\88\f»èÄÀXZd+ä½=1<e]©Õ½±¤[CÑ-³Çýkóo\97¿µÝÃ\ e\1f\87ÃgNî<~$\7fÍcÁ¸{2j\87¤í\b\86R\13¥Ù\89ÒoÍ\9bð¥\99\ f\1f?\7f6\89\82µ^º´îÀî 2¯cõ \98}\817«±øúi£ö\9d<\1eµP\1f;w¦ðw\8b\83òÞi\1e\ e¸\13\0\\è\16\97\8d\10Ø\18¸çg\e7xË=ðJ\1c \v\94\ 3âìø£{!>ää\ f\98Ìp¾\81o\8a\1a|\16\ 4\b\vÇHŽØXd\1fä½\9d1?e]\91\ f#\86ë\86飳\1a\8b·¿wÈc\ e\1f\93Ó-ç\7fºlj0±\7fhÎ5&Rã²²?\1cJýÚÜñɵë|ëÅcçά?¸;\98\94\17ËÊíÕ4âèÙÓQ\võ\99\96\v\ 3\9f_\14\86Z¢5<àN\0pq¡["e\82­\10XÁt(ôP, \1e© \ e²@9\88\ 6E\89¤{!2\14\85îå0·¹\aâ)j\90Y
+ )Lc\17ñâí\8f}\90ôvÆ\b\95u\ 5\86¤\1a\7f\1e;w¦õÒ%Ï8||n_\9cȨ-\90 \98­ÿQ?ô\e\8fT$½\ræïÜ\12T\ eÈ\8dã\ ewo,éÙ4<¹\1f¢ýkô]µ Su¾\14\98K\ 5Ü      \0..t\8bËF\blÊéç\17\1aI\14\vå@*q\80,P\ ei\1e
+\aJ'Ý\va!*\9d@]J\93\10\f\14\130G
+ #|#\18åR]!û ìí\8cÉ\11ë\93¬¦áY\8dÅÿT;$¨\1cpó¬±GÏ\9e\8eàgû\10e¾9oÂ\rÓG÷j\1a\91\9d(\15¨ØÔBX\bw.\9d\12¶AÒG&g¼¶1,¨\1e\89\92\9c\18ípîäa]ê
+n\99=.\9a\95\92¦\7f\996êÚ)\ f\bµ¹TÀ\9d\0àâB·¸l\84À¦P0ý0ã\89\eH%\ e\90\ 5ÊA\1c¸J*>CL¸Ê+\90\96Él\ 4\15\ 5\ 4L\16\ 1H\aëÈÆ·xÈc\1fļ\9d19býC«gÓð\8cÚ\82`Ü=¿~zÖÎãGv\1c;¼çÄ{\9e\98\9c¸pî\96Ùã¾3\7fRv¢4«±8G¦âR\v
+\82²{\7f¹|ú;§O$×±\876>sÓÌ\87n\9c1¦[CQ\9cv8³¾0\18ßç\9bó&D³rïXÒ\14\86:ÜsC©æR\ 1w\ 2\80\8b\vÝâ²\11\ 2\9b*Áô\93\8c\85i`\948@\16(\aA +»È\fé -»ÀU\ es\12´\14\rp\98ÿ\10\rúñ\8d\91Ç&\88yûcrÄúø\83Q\1d«\ 6\ 5\ fßU¼nÉsûßØwò¸Ç\19>>Û\8e\1eüÎüI?~¬.£¶ ³¾ÐDj\9c\9a!(»¿ðw\8bÃZØ{òXr5\eõ\87§®¹<;?$«±87.;Ü«iDPÑ÷g˦­yûÍíï\1d\8a`ºï\:%Üð\1e\89\12q0\97
\13\0\\è\96h\9a`\1f\ 4V0\95$at\vhÆ(\88\83,P\ e"@Z\8eé^\88\ 6oA0\96²\97\9c §P\80Ãü\87P0\90x4\8b·96AÆÛ\1f\93#Öß]9\93\87\ 5\93ò\82òû*6¯\9aûú¦ÃgNz\90áã³rßëw.\9dòãÇê\82Ê\ 1
+re*.+<ÊðL\83\f|~Ñ¡d×Âàµ\8fÿfÅìë§\8dʬ\1f\1a'Ç.\ f¥\8eïó³eÓv\1c;\1cÍ\80ÿbys\98k\9fI5\97
\13\0\\è\16\97\8d\10Øè\aÓo0Îè\16p\8cQ\10\a\1cøÏ[\9aq\18BÁ^Ð\8c\9cÔe)ø)\ eà0ù!\11\1eÇâj\8eM\90ñöÇä\88õ×¾\81Ø­¡èòÐÙ¤¼NÕùµ[×Vny¾¥µÕ#\fÿ\10Ëö¼úåÙã\82 ýºÔ\15\84RIV\9cV0±ÿÃ\e\9f\99¸yõñóg\93«Ù°õ˺Ö\ríP50N\9fI½ü\89êêAAÙ½?[6mçñw£\16í#gNõ]µ \ácB\16Ì¥\ 2î\ 4\0\17\17ºÅe#\ 46âÁôë\8b\ 5ì¢\13ÄA\16(\aæS\97l\ 4\86D\10\18dc&c\89
+¢Ê\ 2\bL~\88\ 3\15éG°x\9bc\13d¼ý19býù0Tf}a0¡ß\17§\8f\1e³aÅè\rO\8f}q¥'\17þQ\1ey}sÙ¦g¿9oBP\99g"5NßHíÞXÒ¡j`§êüÂß-N®cç[/\86\1d\15\16TǪA=\12%qû\16íÄþýW/\f7yïÉcQKwøGúù\93ÍAyïpç}\ 1Ù\*àN\0pq¡[\6B`#\1eL?½È£^@-:A\1cd\81r ={)Ç^È\ 2\87Á7ZÒ\95« « \80½Ì\87,\10\92\84ì\8a½66AÀÛ\1f\93\9fN¤v­\e\1aLÊûæ¼     w=3§iÛï=°ð      \98¿sËì\1d/^7udPÑ7³¾ÐPjLVÓð¬Æâ\ eU\ 3Ã\ 3í¿zaþ\9aÇ\92«Ù±sg
+\7f·8(»?~ßëÌ\99<ì3U\83~þdóùÖ\8b\11\fø®÷\8fþrùô ¼w¯¦\11ra.\15p'\0¸¸Ð-.\e!°Q\ e¦\1f]üQ/à\15\9d \ e²@9p\9eÀ¬£.¤\80Ã`\1d'¹JZ0V\ 4À^æC\10hÉC^\ 1\ 2ÞF\98\1c±Â\95Y?´kÝÐNÕùß[XõãÇê\16ïzÅ£
+ÿ(\17[[\97¿µ}Ù\9eWC\91\82\89ý³\1a\8b¯1\91\1a£Ïw\86\15\8c1ÿwISñº%É5ííSÇ\97îÞ6ê\ fO\ 5e÷Æiê9ÜäìDi\97º\82«ë\vï\:%\9a1ßõþÑ\8f¾\94j(Õ\*àN\0pq¡[RÅ\ 4\9b °é\99M?·ø\ 3\15\9d \ e²@9\10\9eÃÄ\ 3£D\80Æà\1e!)
+êR\97ü .ó!\ 2Ì$$©\0énSL\8e¤óÊ\99<¬[CQ¸¾¿°úG\8bjo\995nÓáý\1eRøG9qáÜÆCûæïÜ\12\94÷\ e*\aä\bW¼&R»7\96t©+\b\8fµbóª¤Ëvðô\89{VÎ\r\1e¾«sÍà\98}\8a7Üç^M#~ðhõí\8b\13ÑLúÞ\93Çî\:%\98ÐÏG\90Í¥\ 2î\ 4\0\17\17º%\85L°  \ 2\9bnñôC\8b?\10\aFÑ    â \v\94\ 3ÕiL?\90\96ÿL\ 6\ 3©HN\10\98½ !ui\ fþó\93\93\8c\ 2¤»\1d09\92\13©Ý\13\93\87Ý:§ü˳Ç]òdÂ'âÄ\85s{O\1e«Üò|PvoFí\10\1fH\8dßÊj,¾qÆ\98^M#j·®M®lGÎ\9cÚwòøoVÌ\ e\8fß\d\8fDI¸Õ¿zjF4\93~èÌÉý'\8fß¾8\11LÊ3\94j.\15p'\0¸¸Ð-\80ÀF0\9e~_Q\b¢A'.A\1cd\81rà9\93\19\bÆ\92\9fÌ !\ f9    \ e3\19´ç-íA~\8aÒ\92N\80t·'&GÒs(õò`QÓðï-¬òHÂ'æ|ëÅÁk\1f\ f&ôËj,Î\95¬XvE¢ôª\9aüÅ»^Iºlç.¶üpQMÇêA=>\1c¨\8f_'gÔ\16ÜõÌ\9ch&ýìÅ\96¯Ì)ûlÍàìD©¤\9bK\ 5Ü  \0..t\vÒ0\ 2\ 2\eñ=ôËJÉC@¸Ä%\88\83,P\ e$'3\ fAWÎó\19Td !Af2\83ð¼\ 5\81\99ÏRrr    \92\92\12vÅ,\8f&GÒjå~øU¾ rÀ/\967\9f»Ør¾õ¢G\12>1y«\1fí\38G²âû¥Ô`bÿåomo½\94ü/*\7fwAeøçÉ\89c'wo, ÷ù¾gçE¶\90o\9e56üCJº¹TÀ\9d\0àNR·\80ómd\9dxÚ:(y?    ¸Ä%\88\83,P\ e\fç3¨ÈUÂ\83Ïl¤\1fØÈjJ\83ê¤\ 5çiOTð\93K\88r.Dû/br$-VÓð\8cÚ\82Î5\83\83²{\v\7f·øíSÇ\8f\9d;ãa\84OÌO\97M½qÆ\98ë¦\8eì\91(\91¯X~R¹CÕÀ-GÞÞ\7fòxKkk\12M»ôáPä\97g\8fËýðã­1Ûç\9e\83ñ}ÆlX\11îóñóg£\19ö/Ï\1a\97=¹ÔPª¹TÀ\9d\0àîE·\80äm§¢xj9èy?       \88Ä%\88\83,P\ eô¦4ØHT¶\83Ò\9cä\1exHlV\83ç¤\ 5ç9ÏU°\94HH­\14Èõ\aæRÓ`u¨\1a\18\94Ý;ëµ\8dÛ\8e\1eÜtxÿѳ§=\86ð\89ùÑ¢Ú\1f<Zݳix·\86¢ìØÍ  ú\9eòåo¤NÊ˨-Øxh_Òe;ÝráÖ9å¡iY\r1üRêå¡Ô²û\1fÞøLdÿ+\ 1áþ\7fuîåý7\94j.\15p'\0¸\8aÑ- v\9bj)\9eú\rª^y²\88H\10\a\1c¸Íj\10\92¥T\a±iI9ð\8dÞÜ\ 6É\19\vÂ\13\9e± *\8b\90ºò§m®M\8eÄu¾¬{cI0±\7fP9`éîmËßÚ~¾õ¢§\ f>1ÇÎ\9dù÷Çêï\:%³¾°kÝP\13©ñ\9b\91̬\1f\1a\8cïsÃôÑ+÷½¾æí7\93®Ü;§O|{þÄ\8cÚ!±Üð°\99\83q÷<¼ñ\99\13\17ÎE0ï;\8e\1dþÑ¢ÚÛ\9eh\8cëþ\9bK\ 5Ü        \0îdt\v(\1d)?ÅS¹AÛ«P
+\11      â \v\94\ 3±Y\r\94äà63ùF?0\9cá`8cAxÂ\93\16\10ÒAÑ\98åÑäH\9cV¯¦\11\86\ 6\93ò\82\8a¾á¿?òúæù;·xèàÓ°õÝ\ 3¿zjÆÏ\9fl\ e\f©Åµ7\82\89ý¿¿°zÆk\eWî{=éÊm:¼?Tî§Ë¦\ 6\95\ 3rc·ÛÙ\89Ò°¢\9b¶ý¾yû\86s\17["\18ù-GÞþöü\89¡\12\19µ\ 5¹\ 2b.\15p'\0¸\9cÑ-`rÛ\8b*\9ej\r
+_\97ò\87H\10\a\1cXMl0\93¢\f\a·ÉI6î\81ç<\a½é
+¶³\9dº +\7f¨\9e\ e¢Æì¯ir$6\9f;̨\1d\12\94÷þþÂêê\97ÖTl^5÷õM\1e7ø4¬Ü÷ú\90µOܱ¤)\18ߧsÍàÐ1A\8b_o|¶fpP~ßÿ^0ií\81]Q°nýÁÝß]P\19*\17\16\94k\1a\9eÕX\1cLº<Ü]¹åùȦ~á½\97÷\7fb\7fy7\97
\13\0\Ñè\16p¸Ýt\15O\85\ 6\85¯QùC$\88\83,P\ e\94æ6ÈÉOz\83Ûü$\eñ@u¶\83Û\\ 5Õ©N`0\96<$O\accö·39\12\83q§Î5\83\83\8a¾w,iê¿zásûßð\94Á§déîm\95[\9e¿<\9eVÞ;nã\81Ö\9f\f¥\ 6\13ûÿlÙ´°7^xgOÒ­[±wÇÄÍ«ÿý±ú\18\ eE^þï\ 6\14\7udñº%c6¬\88lðÿk(ØPª¹TÀ\9d\0à¢F·\80Àík¬x\92\ 1:_¯\92\87E\10\a\1cøLoð\93\9cô\ 6½ùI3Ö\81í\84\a·¹
+ªó\9cÀà-yè\9d\ eÒÆì¯fr$uWÎäa\19µC:T\rüÙ²iáÚþÞ!Ï\17|zVìÝqý´QÁø>\99õC\8d§ÅuýSí\90 rÀ÷\17Tízÿh\14¬[½ÿ\8d/Í|8(ïÝ¥® WÓ\88ø\r¥~nÊ\ 3\15\9bWE6õkÞ~sþÎ-ß_X\1d\1f·ý7\97
\13\0ÜÕè\16P7òÞ\8a'\1f öµ+sX\ 4q\90\ 5Ê\81Ìô\ 6EÉÉm0\9c¥\ 4ã\e8Ïy\10\9b«à9Éi\fê2\87Øé nÌþR&GRkåN\1eÖ#Q\92Y_\98Y?´[CÑ\1dK\9aþmQí\89\vç<YðéY{`W¸BǺÖ\r½ÆDj|çÙÃ\ 2¹}qâÿ,¬>ræTÒ­[\7fpwhÝç\9b\1fì\38fsÐa\94²\1a\8bÿW¯¦\11\95[\9e\8flð7\1eÚ\17îÿ\87£è\85FÑÍ¥\ 2î\ 4\076º\ 5¤E\14âiÇ öu,sX\ 4q\90\ 5Ê\81É\f'*\98Éj0\9c¨\ 4#\ehÏ|°\9a¨à9Ã\99\föÒ\86Ò\888&GRhe'J»5\14]7uäw\17T~gþ¤\1f?VG`|zη^Üvôàú\83»\83Ê\ 1\1dª\ 6öH\94ä\8a[L'R³\1a\8bÃó\r\v$"îm:¼?ãÃ/·vo\8c¡uW×\17Þ<kìM3\1fjxy]dã¿óø\91^M#ºÖ\r\95zs©\80;\ 1À½\8dn\ 1c\11\85xÚ+h~5K\e\16A\1cd\81r`2ÃÁUfò\19$ç*µ\98\ 6ò\93\1f\94&*xÎp&\83½´!3R\ 2\93#©2PÖ½±ä_¦\8dêÕ4¢ïª\ 5¼Å\15áìÅ\96ÃgN.ÞõJ0¾OFm\81 Å¸@z$JÂöøâôÑß\99?)éâµ´¶\86âm}÷@\87ª\81qÝópÃÿG]a\18®ÈÆÿÒ\a\1fì?y<«±8|¸È\88¹TÀ\9d\0àöF·\80¨\88B<m\144¿¾¥\r\8b \ e²@9Ð\98äà*-ù\f\92Ó\95ZL\ 3ÿÉ\ f>\13\15$§7\9fÁaÎÐ\18©\82É\91\94X=\9b\86\1aôðÆg\18\8b+Bë¥K\17/µÖn]\e\9f\9d(\15±x¯ÜÉúÖ\r½cIS\14Ü»ôÁ\a+öî\b&åÅ[¼\ eU\ 3ÿf4ã\1f\1eA\18ÿý§\8e\17J\87¹TÀ\9d\0à\ 2\80¥Hz<í\ f\94¿Êå\f\8b \ e²@9p\98ä +-É\f\9e3\96T4\83\14H\ 1ÈLQ\90\9cÛ\94\ 6\8d    Ã^¤\1c&G¢¼2ë\v»Ö\r\rÆ÷\99õÚÆãçÏ\9e»ØÂX\\11\8a×-éÖPtÝÔ\91Ù\89Ò\1cY\8bñj\1a\1eLìß\7fõ°@N·\9c\8f\82{\8bw½òÙ\9aÁ1\16/³~h¸çÏí\7fãâ¥ÖhÆ\7fá½á\1fòóÍ\ fæ\98I7\97
\13\0Üäè\16ð\13É\8e§Í\81ò×½\9c¡\10ÄA\16(\a\ 2ó\1c\8cå$\99ÁsÒ\92\8a`\90\ 5A\0\8d)
+\92s\9bÒ 1a¨\8bTÄäH\ 4¿lØ#QÒ±zPǪA\9b\ eïßsâ½7\8f¿{ÖD*®\10¿~zÖͳÆ^?mT·\86"_J\8d÷G\963j\87\ 4ãîÉ_óرsg¢à^íÖµ¡x7Í|(t/\96{Þ½±¤síàmG\ f\86¥\1dÙ¡Ô5o¿\99\93(\r\8f |Ð\88\89¹TÀ\9d\0à2G·\80\9cHn<í\fô¿\ 6&\f\7f \ e²@9\10\98ç`,'\99\fªó\96\828\88\ 38ÌO0\9cØ 6\99ÙBZ¤(&G"5GÖ­¡(\98Ðï\7fN\19±ñоpñ\13W\90\9f,\9eü\1f\8f×÷j\1aѵnh\8fDI®ÐźL\82²û'n^½îÀî#gNEA¿\8aÍ«Bå2j\87d5\16çÆñ¿'\90Y_\98ÕP\1cñÞ^±wÇõSG\85\r þæR\ 1w\ 2\80û\1cÝ\ 2f"¹ñ´'ÐÿJ\98\81\ 2åÀ^ª\83·\84ä0¨N]:Q\vB!\11 0?ÁpV\83Ø|f\vc\91Ò\98\1cIúêÕ4¢sÍà`R^Pvÿ·æMXº{Û\9a·ßd&®,?[6­kÝÐ\8cÚ\82ìD©\91´\18¯\9cÉÃ>*\93±/®<qá\\14Ü\e¶~ÙÏ\9fl¾qÆ\98.u\ 5×4\r\8fß\bpf}aPÑ÷Ú)#\9eÛ¿3Ê%ðø®\97o\98>:|ÜÄï\14Ì¥\ 2î\ 4\0¸ÒÑ-´DjÅÓ\86@ÿëaÂð\aâ \v\94\ 3\ eö\12\92À`;u¹Ä+\b\85\\80Àä\ 4½Y\r\99*\Eªcr$¹\ 3M\1d«\a\ 5ãîùÍ\8aÙÍÛ74¼¼ní\81]\9cÄ\15ä\9dÓ'îY9÷¾gçu¨\1a(qñ^¹\93\87uo,  \ f:l\92p]¼Ô\1a\ 5\ 3Gýá©\8fþTY\8dű\1cJ\r*ó¾5oBÓ¶ß/ݽ-²=0õÕ\17ú®Zð\8dG*:V\rêi(Õ\*àN\0p±£[ÀI$/\9e\ 2\1e\ 1ª\98\81\ 2åÀ[¶\83Àld/ØÎ^"ñ
+r\ 1v\11\98\9c 7¥AoVS\85¥\88\a&G\92µ:T\r\f*úæ­~tØúe»Þ?JE\Y¶¾{ Të®gæ\ 4ãûtªÎ÷\8dÔ8¯¦áY\8dÅAe^f}aÅæU\111pô\86§Ë6=Ûµnh·\86¢Ü8þW\ 52j\87\84áúÚÜñ+öî\88r\154oßpÝÔ\91Á\84\1e\86RÍ¥\ 2î\ 4\0w;º\ 5\84D\12ãi\1fà\11 \8aÙB!\88\83,P\ e¼e;\bÌFê\82í\ 4&\12¯ \1a\90\vö\92\13ôæ3\18Îm\9eð\13±ÁäH;\7fаG¢¤Su~çÚÁy«\1f½ïÙy§[.\90\10W\96u\av7¼¼îÎ¥S\82q÷\U\93o\12-Þß\îÖP\14LÊû|ó\83\ 3\9f_4fÃ\8a(\18xöbËÈ\17\96\a\15}Ã?Xv¢4\96C©á_íöÅ\89{VÎ]µ\7fg\94Û`þÎ-á\1f¸K]Á5zÀ\*àN\0p½£[ÀF$5\9e6\ 1\1e\ 1
+\99\81\ 2å@Z¶\83Ãl¤.\bO`\16\91
\ 1é .3Ao>\83áÄæ  ?\11'L\8e´Û×\f»Ô\15\19ܳiø¯\9f\9eu×3s¸\87+ÎÚ\ 3»\96îÞö\9dù\93\82²û3j\vz5\8d\90¾x\17Ëgk\ 6ß:§üÎ¥S&n^\1d\ 5\ 3\ f\9f9¹èÍ­\15\9bW\ 5å½ã:\b\99;yØgª\ 6}cnŶ£\a#^\bËßÚÞµnèÕõ\85>\97l.\15p'\0¸áÑ- "\0O\ 1¨eª\90\aâ \v\94c,ØNc6\82·\84\a\87)Ä(È\88\80ð\16Ìä6\99Arzó\ 4ÌÄ\15ÄäH[O0e5\16\ e¹iæC·=Ñø\83G«û¯^È:\q6\1eÚ\17®ÏMy ¨èÛ­¡È7RÓ¤X®\9d2bÎ\8eM\11\91ðÐ\99\93\ 3\9f_\14<|W§êØ~¥7\fW\97º\82/Í|xßÉã\91m\83\96ÖÖõ\aw¯ÞÿF\87ª\81Ý\eK\f¥\9aK\ 5Ü     \0.yt\vx\bÀS\0\9a\99\81\ 2å\18\vÂÓ\98\8a -çÁdþР       2" ¼\ 53¹Ídð\9cä$\ 1'qe19Òv«G¢¤[CÑM3\1fº~Ú¨\86\97×\91\rW\9c\96ÖÖ7\8f¿»åÈÛ\9dªó;V\ f
+\953\83\96\ e+«¡øæYc¯\9f:êñ]/GÁÃ#gN\85\1e^\1eJ­è\1d×\89Ô\9cÉò\13¥_\7f¤âÆ\19c\8e\9e=\1dÙN8w±eþÎ-Ayï°\13$Å\*àN\0pÏ£[@B\0\9e\ 2PÎT!\ fÄA\16(GW\10\9eÉT\ 4ii\ f&\93\87K\10\131!-hÉm&\83ç$'        \b\89¶ÀäH[\8c/}4Áô¯Í¿íZ7tÙ\9eWi\86¶ ¥µuÅÞ\1dÁ\84~\99õCå.}ê%ì\96°X6\1dÞ\1f\11\ f\9cÿ¿K\9a\82\89ý³\1a\8bã:\16\9d\93(\r·ý˳ÇE¼\13η^|äõÍa'\98O7\97
\13\0 [À@\0\1e\ 4ÐÏ<!\ fÄA\16(GW\10\9eÌT\ 4]i\ f23\87H\10\16Ia,hIl\1a\83í<g\b\b\89¶ÃäÈ\15\1fN0uªÎßúî\81\8b\97Z/\91\fmò=¯v¨\1a(qéV/\9f©Éßvô`t\8aå¶'\1a»Ö\r\8d÷,pf}áWæ\94µ^\8az\9dÏxm£N0\97
\13\0\90ÎW=Î\9d~\0üÈ\84\8aæ       y \ e²@9p\95ó|\ 6\ f¹J{ð\999D\82°\b\v\18ËIbÓ\18lç9CÀF´\ f&G®ÈÊ\9d<¬{cI\87ª\81_h~ðÈ\99Sá:|ædô\87\98\90¢4¼¼.ôíóÍ\ f\86ÿ\94¾t¨\97\1e\89\92«jòÃ\7f¾súDtºå\e\8fTÜ8cL¯¦\11Ù\89Òxn~Óð°Õo{¢1¬ôcçÎD¼\16&o[ÿOµCBIDÆ\*àN\0@`.\15Ü\ 3àA\0\13ò@\1cd\81rD\ 5ç)ÍCp\95ùà3gX\ 4\91\91\17º\82\93Äæ0\bÏvz\80\87hKL\8e|ÊÕ³ixfýР¼÷\ f\1e­ÞþÞ¡]ï\1f%\15Ú\8e\97}yö¸\eg\8cɬ/4\80\96&\ró\99\9aü[f\8f\vëeçñ#ÑQñÛó'vO\94d5\16çÄwç\83        ýî\:åÀ©÷#^\v#_XþåÙcÃZèÖP$2æR\ 1w\ 2\0ÒùÂǹs\ f\80\1f\99ÐÒ<!\ fÄA\16(\a²q\9eÒà!Q\99\ fJs\86B\10\19\91\ 1]9Éj\ e\83ölç\ 6H\88öÁäÈ'\1eYêT\9d\1f\vÆÞýë§g=·ÿ\8d\1dÇ\ eÓ    mGïçæßöDãõÓFeÔ\ eÉj,Î\15ø¯^M#ºÔ\15\ 4e÷~ã\91\8a­ï\1e\88\88\87\aO\9føÞªPÅ®uCsâ»óWÕä\87Ýþ\8båÍ{NDý?50ü÷O\86\7ffµ`.\15p'\0À\9d\8fn!\1e\0x\16èj\920\aâ \v\94\ 3ÓhÏj\90\90¨ $¥9C!H\8dÔ\80«\84d5\87Áy¶Ó\ 3\fD»arä\13¬ r@Pvï\98\r+\16½¹uö\8e\17ß<þ.\91ÐvÜõÌ\9cû\9e\9d×#QrUM~÷Æ\12£gi2\94\1aTôýÙ²is_ß´ñо\88¨¸ãØáïί\f\v0£¶ ÆÿÍ\81 ìþ!k\9f\b»=úß¿þh(5³¾P-\98K\ 5Ü     \0pí£[X\a\0\9e\ 5ê\9a\81\ 2åÀ4Ú³\1a$d)8ÉjÂð\a²#8 *!YM`Ð\9eóÜ\0ýÐn\98\1cù\98+wò°î\8d%Ae^P9 bóªp\9di¹À\1f´\1d\9eî¿záÀç\17\1aØ©:?;Qjô,\8d¾Å\vïO\16OÞvô`Dl\{`Whã\9d\ 4\13û\87\7fÂØî\7fÓð`|\9fÞÏÍ?ræTô+bÌ\86\15Y\rÅÝ\1a\8a4\83¹TÀ\9d\0\0×>º\85u\0àY ®IÂ\1c\88\83,P\ e4£=±AB\96\82ù¬&\fy >²\ 3\96\12\92Ò\ 4\ 6ù9O\fp\ fí\89É\91¿;#\96Y_رjP0)/{ré¨?<\15.Ú MÙqìð\98\r+ú®Z\10\94÷îP5P\fÓjþ=\98Øÿ¾gç\r^ûøÎãG""ä\9a·ßüÖ¼    ¡\8d\19µCâ:\94\9a\93(ý¨çïzfNôÿ\9b\ 3e\9b\9e\9d¸yux\1cY\rÅ\86RÍ¥\ 2î\ 4\0¸ùÑ-¬\ 3\0Ï\ 2uM\12æ@\1cd\81r (í\89\r\12²\14äg5[È\ 3ñ\11\1f°\94\8d\94&0ÈÏyb\80{hgL\8eüí\89Ô`RÞWç\96÷_½ð¾gç\8dÙ°\820hS6\1dÞß¼}Ã\7f>5#\18{w§êü8\7f\98Òú³¹ÈÎ5\83;V\rºcIÓ\89\vç""ä\8a½;f½¶ñ»\v*\83\89ý{5\8d\88ñ·°Ã¶\ f\9e\95s#^\11g/¶\8cÞðt0¾Oøl
+\9d\11\1c\80;\ 1\0n~t\vå\0Àã@c3\849\10\a\1c(Ê|b\83\81\14\ 5ù¹M\15Ú@\88$\b\14e#¥Ù\vþÓ\9e\15 \1eÚ\1f\93#\7f¾2ë\v»Ö\rýLÕ ïÌ\9fô£Eµ\8f¼¾\99'h\a¶¾{àò\0`Ù½\19µCâ:\ 3hýùPdv¢´K]AVcñÏ\9flþÉâÉÑ\11\81Ý×M\1d\19\r+1\96\97'R\13%aÜz$J¢?\91\1arüüÙ1\eV\ 4\9bX7\97
\13\0àòG·ð\r\0<\11\946=\98\ 3q\90\ 5Ê\81¢Ì'6\18HQ\90\9fÛT¡\r\84H\82@Q6R\1aìå?íY\ 1â!\89\98\1cùÿ¾W8yXVCq·\86¢ï.¨üá¢\9a\9bg\8d]{`\17\ el\7fïÐÖw\ f|sÞ\84\ eU\ 3M\9c¥ÕÊj,þÜ\94\a¾·°êÎ¥S¢#dh㶣\a³\13¥\99õ\85¹ñ\9d\b\ eÛþúi£¾3\7fÒ]ÏÌ\89xE\1c9sjÓáýe\9b\9e5\94j.\15p'\0Àå\8f\e\0x"(mz0\aâ \v\94\ 3?\99Ïm0\90\9f ?½©Â\19È\91\10\81\9fl¤4¨Ë\7f°\ 2\94CÒ19òÑDj\8fDIø/·Ì\1e\8c1§[.\10\ 3íÀ¥\ f>8pêý\83§O\;eD\87ª\81Ý\eKrå1}j'Q\1a\9e\86¢û\9e\9d\17\1d'/^jÝpho0)¯sÍàìDi\8c÷?ÜüÌúÂÂß-\8e~Q\1c?\7f¶ÿê\85AÙý]ë\86\1aJ5\97
\13\0àþG·\90\r\0<\11ô6=\98\ 3q\90\ 5Ê\81\9f̧7\18HNð\9fÞ<!\fäH\94ÀO*ò\19Ô\15\ 1°\ 2\94CÒ19\923yØåI\9f¦á_\7f¤\82\ fh\1fZ/]:{±eçñ#\9dk\ 6wk(Ê1Ã\95~µsí\94\11\86ö]µ RN¾ðÎ\9e r@:ìÿgª\ 6=ðÂ\93Ñï\8aó­\17ï{v^x(\86ÖÍ¥\ 2î\ 4\0¸ÿÑ-L\ 3\0O\ 4ÕM\ fæ@\1cd\81r 'ó\19\ e\ 6\92\13ü§7I\b\ 3i\12%\90\93\8a|\ 6\0i.¿£ç\e¢CÚ\ e\8cä~ø½¼n\rEAå\80;\964\9di¹pöb\v\1fÐ>¬ÞÿFFí\90ë¦\8e4\91\9a\9eå\13Lè7öÅ\95\9c\18\11'\17½¹õ³5\83cïd¸ùY\8dÅAEß1\eVDgóÿ\ 6¿Y1;£¶@Q\98K\ 5Ü        \0p\ 5¤[\98\ 6\0\9e\bª\9b\1eÌ\81\ 2å@Nþ3\1cÜc&øÏp\92\10\ 6Ò$J '\15ù\fÞJ\ 1øïèÉ\86è\90\86£"=\9b\86\16\ 4\8eúÃSo\9f:¾ïäñ£gO3\ 1íÃ\8c×6\;yø\8d3Æd5\16g'J\8dn¥×º\>CÂò©Ø¼êtËù(i¹ñêúÂø;Ù4<(ï\1dþe÷\9e<\16©ýÿküçS3þ¹¡¸G¢DvÌ¥\ 2î\ 4\0¸\ 5Ò-4\ 3\0\8f\ 3íÍ\10æ@\1cd\81r`&ÿI\ eî1\13üg8IØ\ 2\81\12(0\93\87d\ 6o\ 5\ 1"àÜ\99\86è\90ns"\1dª\ 6\ 6ãîiÚöû\8d\87ö\1d;w\86\0h7ÆlXñµ¹ã¿4óá.u\ 5Y\8dŹæ¶ÒiåL\1e\16T\ e\bÊï{äõÍaù\9c¸p."Z\8e}qåGZfÖ\17æÆ~ÿËîoÞ¾áLË\85è×ÅmO4þpQM¯¦\11Ý\e\r¥\9aK\ 5Ü    \0p\v¤[h\ 6\0\1e
+
+\9c\e´\81\ 2å@Kþó\1cÜ£%øOr\86°\ 52%P`&\ f\99\fÞ\8a\ 3D\80\ f4C´H\87\ f\14f5\16\a\93ò.¯\89ý\17¾ñÒ²=¯\9emiqôh7\ 6¯}üÎ¥S¾ÐüàU5ù¡\8d¡\93&¶ÒgåN\1eÖ½±¤Su~Ø<ËßÚÞÒÚ\1a\1d3ÇlXÑ«iD¼µühÿ;T\r\º{[x\ 4\17/µF¿1îXÒ\94Y_Ø¥® ;Qj\80Ý\*àN\0\80\8b ÝÂ1\0ðPÐáÜ \rÄA\16(\a\9fäà\1e-!\ 2\ 6U Y2\ 5\90É ­8@
+ø@3D\8d\18\8f\84ôl\1a\9eY?4¨èûùæ\açìØ\14®Ù;^tâhOú¯^\18®\9cDiÇêA&RÓm\85\15Ô­¡(\98Ð/üçü\9d["efñº%}W-¸nêÈ®uCã¬åå§@a¸\1ey}óÿÃÞ\9d\ay]ßù¾ÿ\16\92\10\ 2}è>Ðmc&\8e¥ÉXVÌÍXã\98Ä{ÍÍV\93\94\95ÊÔ±\92Ê©d*U)W¶j \81Þ\eÅ\8d¥÷õ×ýë\ 6ZVADD\11DD\ 4A\ 4\11Q ([Xeii\96n\96¦Ûû\ 5ÎMÍ\993\93¨\ 1ü-\8f\8bòÏîþ<_¯_æ]õ\9e_\4ÆÙ®ó¿y©¥gM¶ø¸K\ 5ì\ 4\0X\ 4é\16\82\ 1\80\ f\ 5\rÚ@\1cd\81r %ùÁsúÑ\12"@rnP\ 5\92%V %    É\fÒB\16¤\80\ f\1c\92¨ç`½ëF\a¥\83ï\9c[9áíeó¶¿ë¡q5iï<\9bûÆÂüÕ/ô¨\1e\11Î\80h\81/=L£Ô\9e5Ù·L\7f²tÃò)[ÖÆ\94\9fO¬[Ú§~LP5<\81o¥Ã¿\7f¿HnP1,üïXûûÿW´\9enÿýË3Â\9fY]¸K\ 5ì\ 4\0Ø\ 5é\16\82\ 1\80\ f\ 5\rÚ@\1cd\81rà$ÿAuîq\12"Àsnð\ 4\92%\ %\ 3\99\fÒB\1c\ 4\81\ fìB,\93H7 \99ME½jGõ¬É\ eÊ\86Üý|ã\90×\9eYºg\9b'ÆUæpÇÉÁËç\ 6%\ fö¨\1eá2+9/RûÖç\ 4åCÿá©ÇgmÛ\10;f\9e9ßYµñõ\8awV\ 4UÃÓ£\85     \7f\14ü\8f³&e¯ZÐðÞêØ/\8d\ fÛ\8e\84ï\92µâÙ tð@ߪì.\15°\13\0`\1d¤[Ø\ 5\0>\14497h\ 3q\90\ 5Ê\81\93"\0ª\13\8f\93\10\ 1\9e\13\83'\10\ 2-IHc\90\16\12!\b|`\17b\9bĸþÈh*ê]7ºgMöÿ\Ürÿ²Ù÷¼8yã\91ý\1e\17W\99\1dmGg\7f°aôªç\83I\ f9.Kƹt\91Z5ü®gª~µhÊÜ\ f\8e\9cÇÎt\14¿ùR0é\81ðÇKì'H\89ä\86¿ã7Z\1e\8b©£à¿À¶c\87ÃϬ`Â}áGØuÍcåÈ]*`'\0À:H·°\v\0|(hrnÐ\ 6â \v\94\ 3!E\0l'\1e'!\ 2<'\ 6O _\92\ 5N\92\90Æ -\84B\10È@-Ä8qýí¨\ 3¢\ 5)\91Ü\94HNÿÆ\82\7f}¡ù_\9e«ïêîö¦¸úl;vxåþ\1d¿\7fyF0á¾^µ£\1c\97%ád^¼\8eÿá¼\9a;çV®Ø·=vä<Ø~âµ}\1f>±ni0é\81Ä>\97\ e\9fà«u£¿?·"|\82ù;6ÅEuìh;\1a~x\ 5eC\94\86»TÀN\0\80\8d\90\16\0øPPæÜ \rÄA\16(\aB\8a\0ØN<NB\ 4xN\f\92@¾ä\v\9cd hÌX\b\85,\90\81Z\88\17âôÜ#=ZØ/\92{ÃÔqwέüî\9cò_.lò\94øBØy¼uÛ±Ã?\9cW\13\94\fJ\89äø\9aÔä\9c´ÆüÔ\86¼°\91v\9fh\8d)?\8ft\9czðÕ9ÁÄû{×\8dNx9Ã'øZSñÚ\8fvÇK{ì?Õöó\ 5\91 2Ko¸K\ 5ì\ 4\0Ø\bé\16j\ 1\80\ f\ 5\rÚ@\1cd\81r ¤\b\80íÄ#$D\80êÄ      D\f"FHú\81Æ\8c\85\ 2\19x\858"î\ e=2.~Mê\r\85ÿ\91ûÆB/\88/\84îO>i=Ý\1eÎM-\8f]S=²\7fcA¦;¬¤\9c\8c\8bÿÞ2ýÉ¿\9b<öHÇ©ØQ´íìéðç¹÷\95YAÅ°k\13ýì1#Z\98\1e-LmÈÛÜz0.
+äØ\99\8e°=~ôlMÏ\9alÕá.\15° \ 2`)¤[x\ 5\0>\14ô97h\ 3q\90\ 5Ê\81\8d"\0Â\13\8f\90\90\ 2ªS\82$\902\88\18\a\1a3\16B!\v\15â\8b¸;ôÈl*
\86×¼»ÒÛá\8b¢«»ûÀ©ãý"¹\19ÑB·WI>ý\e\vn\9eöD\f*úÓùu_­\e\9d\91$\ fÑ\ܧ~Ì\87mGâ¥@BgR\eòÄÇ]*`A\ 4ÀRH·ð
+\0|.èsbÐ\ 6â \v\94\ 3\eE\0\84'\1e!!\ 5\ 4C e\902BÒ\ f\1c¦+DC"\98@*Ä#ñrßÑ·>'\9c tð\82\9dï\1d;Óq¶ë¼·Ã\17ºC{úEr¿ÑòXF´0ÃíU²NæÅ\8bÔ\9e5Ù·Î\98Ðvöt¬Yú£gkÒ\1aóÓ\93ànú¿7ä\87oÑzº=ü\èêî\8eý\ 2¹t\94z¡=\µ»K\ 5l\87\0X
\16^\ 1\80Ï\ 5}N\fÚ@\1cd\81r`£\b\80ðÄc#¤\80ð\94 \a\ 4\rRÆFú\81Ãt\85hH\ 4\13\18\85ø$ö/¿\82ªá}ës¶~|hçñÖ\ fÛ\8e¸HÅ\17żíïÞØòè·gNLmÈë\1f-pu\95\9c3°¹8%\92\13\94\fúù\82È\8e¶£ûN¶Å\8e¢]ÝÝ·Ï.ýÞ\9cò°<\13ü(µ¹8­!?¨ÌºaʸÝ'>\8e\97\ eiï<û­éãÃÏ59r\97
+ÀÿÍ\ eØ\vé\16R\ 1\80Ï\ 5\95N\fÚ@\1cd\81r ¢\14\80ó¬£"¤\80ó\94 \a\ 4\r\82ÆFî\81Ãt\85hH\ 4\13\18\85ø%6ϾúÔ\8f   ª²\82ÒÁÿðÔãk?Ú½þÐ^/\85/\90ª\8d¯ß9·ò;3'ö®\e\9dvñû\19\9d\%íQjP2èÁWç¬>°kçñÖØQtï©cß\9bSþ/ÏÕ§DrûEr3\12þ\15ª²~0¯:ütØtô@\tȶc\87¿;§ü'óëúÖçÈ\91»T\0v\ 2\80½\90n!\15\0ø\PéÄ \rÄA\16(\a*J\ 18Ï:6B
+\bÏ\an@Ö klä\1e8LW\88\86D0\81N\88kbê\88ãºæ±_®Í\ e&Ü÷ëES\17íÞ²`ç{«\ fìòFø\ 2)~ó¥ß.~êæiO\S=2µ!ïÚæbÇVI{\91\1a:\10\8c¿÷þe³cí\v:7·\1e¼ãé²\1eÕ#úÔ\8f\87\b?&\82ò¡?z¶fã\91ýñR#\e\ eïû§Ù%\97¾ûÛU»»T\0v\ 2\80Õ\90na\14\0ø\ÐêÄ \rÄA\16(\a*J\ 18Ï:*B
+8Ï\an@ýBÖ¨È=\10\98®\90\ e\89`\ 2\9d\10ïÄÊ\ 5Gsq\8fê\11Á¤\a\ 6-\9f[óîÊÍ­\a=\r¾XòW¿0zÕó\99MEAÕð´\86|\17©É<¡\ 3AÉ â7_
+ÛéÀ©ã±cé\8a\1f|uÎ/\176\ 5\95Y\ 3\13]Ñð\17¼ðÿ¸`Ò\ 3?\9d_·áð¾xi\92µ\1fíþÞ\9còdx ã.\15°\13\0¬\86t\v£\0Àç\82V'\ 6\ e²\0ÊQ\11RÀyÖñ\10R@{>p\ 3ê\17²FEî\81À\\85\ 5\13¸\84\v<ÙÈl*\1a\10-èQ=âÂEjùÐQ«\16ä¯~!¦n¾\90´\14¿ùÒ\85/Ǭ\1aÞ¿±À÷\e\84\1dÕ³&{Ü[KB%N\9fï\8c)K\97íýàöÙ¥AéàÞu£\93á(5ü\98øýË3Â\8f\898ú¦Ô\95ûwÜ9·2¨\18æ(Õ]*\0;\ 1ÀjH·0
+\0|.hubÐ\ 6â \v\94\ 3\15¥\0\9cg\1d\ f!\ 5´ç\ 31 ~!nTä\1e\bLT\b\88\80KH\18¾¨oGMkÌïQ="=Z\98½ò¹p\ 6-\9fÛí1ðEsìLGÃ{«ËÞy-(\1fê¨*\99'³©¨\7fã\85\8bÔ\94HîèUÏÇ\9a¨\8bvo\99²eí÷çV\ 4UIñ-\9c½jG\ 5\95Yw?߸ÿT[¼\94ÉÒ=Û\9a7¿ùÃy5AÅ°ë\9aÇÊ\94»T\0v\ 2\80Õ\90na\14\0ø\ÐêÄ \rÄA\16(\a\1eJ\ 1hÏ:\1eB
+hÏ\aV@\ 3CèxH<\10\98«\10\10¹ \ 1\91\900\åsÔÔ\86¼>õczÖd\7fó©Ç\7f½hjî\e\v=\ 1b\81='\8f-Øù^ñ\9b/\ 5\13î\vª\86_ëË\r\93û(5%\92{ÃÔq¿]üTÖ\8agcÍÕ\15û¶ÿÝä±AÙ\90ð\87Lø£Ôôhaßú\9cÿ¹¸å\17\v£'Î\9d\89\97>Yu`ç\8d-\8f\ 6¥\83S"9¾)Õ]*\0;\ 1ÀvH·Ð        \0|.(vbÐ\ 6â \và\ f\ fÁ^Ú³\8e\84\10\ 4æ3\81\15P¿\10:\1e\12\ f\ 4æ*\ 4D.h@$$\18WíÎ+­1¿wÝ\98Ûf\95ü|Aä{sÊ'¼½Ì\1f\1f±Àî\13­k?Úýà«s\82ñ÷öª\1då\88Ìפö©\1f\93ÑTTüæK±æêúC{7\1cÞ\17viJ$73Ñß"=Z\18þ\9aásÜý|c|UÊÆ#ûÃ×é[\9fã¼Ý]*\0;\ 1ÀvH·Ð   \0|.(vbÐ\ 6â \v \1c\ f!\ 5´g\1d     !\bÌg\ 2+ ~!t<$\1e\bÌU\b\88\80HHH®ÂiÆ\80hAZCþ·gNüúä\87\97îÙæo\8e\18áÀ©ã»O||÷ó\8d\17¿Ö0×Ej\92Oz´0µ!ï\9bO=~cË£\8f¯{9¦\íìêZ¹\7fgP1¬gMvøs&ü[\84\9f\1a_\9büð?Î\9aô³ç"ñÕ*;Ú\8e\86\16¥5ægÊ\94»T\0v\ 2\80í\90\13\0ø\PìÄ \rÄA\16@9\1eB
+hÏ:\12B\10\98Ï\ 4J@ýBîxH<\10\98¨\10\10Ñ \ 1\8b\90 \¹\8b\8c\8c\8b\13þÇ\8d-\8f¦6ämýø\90¿6b\84\13çÎ\84\8c     ½jG\r\88\16¸ 3éÑ¿\9f:®o}Î\94-kcÊÕή®ÐÕKG©Iò\16\19\17¾)5çß\96L\8b£Jéêî\ e\9fiçñÖÞuc2\ 4ʸK\ 5ì\ 4\0\v"ÝÂ%\0ð¹ Û\89A\e\88\83,\80r$\84\140\9fu$\84 0\9f      \94\80ú\85èñ\90u`/K!#ÒA\ 3\16!¡¹rG©ý\e/|MjøßÇÎt\9cí:ßío\8dØ íìék\9b\8b¯k\1eëlÊüy\82ʬe{?\b\9bª«;¶ºjÖ¶\r×T\8fL*]{T\8f¸÷\95Yç»»â¨UÖ\1cÜõ¥Úì¯MÖ*Æ]*`'\0X\10é\16.\ 1\80Ï\ 5õN\fÎ@\1cd\ 1\94#!¤\80ù¬c \ 4\81üL \ 4 z¢Ç@Ö\81½,\85\8c\b\b\r(\84Äç2\1fb4\17§6ä\ 5\15Ã~2¿îpÇÉKã\8f\8c\18asëÁÐÒoM\1f\9f\1e-\fÇÙ\94Éh*ê]7:(\1fº|ßöή\98;\84\9c²emßú\9cþ\8d\ 5\19É ksqJ$7(\194hùÜ\13çÎÄQ±\84òô\8bä\86ϤU\8c»TÀN\0° Ò-\\ 2\0\9f\vê\9d\18\9c\81\ 2(GBH\ 1óYÇ@\b\ 2ùi@  @úD\8f\81¬\ 3{Y
+\19\11\10\1að\aÉÀe9¾\18Ø\Ü«vT\8fê\11ÁÄûÿ°tææÖ\83{O¶ùÛ"vXü§­·L\7fòöÙ¥)\91Ü´Æ|\aS&³©(4¡wÝ\98MG\ f\84\95\15k_\93úøº\97¿=sb(m¿Hnf\12<Gø!\12LzhüúWÂç8Òq*\8eºeÑî-×5\15%É3\19\80\9d\0`G¤[\88\ 4@\13\8b       g \ e²\0Ê\91\10\82À|Ê1\10\82@~\1að\ 1\90>éc ëÀ^\96BL\ 4\84\ 3ü\ 1\9bïR3\9b\8a\82ªáÁ\84ûÊÞymåþ\1dK÷lÛsò\98¿*b\87¦Ík~<¿ööÙ¥_®ÍNmÈs;f\ 6^úZçò¡éÑÂÕ\avÅ ´\ f¯})\14õ+µ£Ò\1aó3\93à@øÒ\87È\13ë\96\1e\11GÝÒ¼ùÍKÝòÕºÑ\8aŸK\ 5ì\ 4\0;"ÝB$\0Ê\r\1a^¦8\ 3q\90\ 5P\8e\81\10\ 4òS\8e\81\10\ 4òÓ\80\ f\80èI\1f       Y\aö²\14b" \1cà\ f\92\87Ï}I4 Z\10Tf\ 5\15Ã\9a\99öÇõí\9dgý1\11SLx{Ù\1f\96μuÆ\84 jx¿HîµÍÅî¤\92|®k\1eÛ§~LP2è¶Y%s?ܸøO[cMÚQ«\16Ü¿löõS\1eI\89ä$\83±\19MEAùÐèûñ÷!ÒðÞê\e¦\8cÓ-Æ]*`'\0Ø\11é\16"\ 1Ð]ÐðBÇ\19\88\83,\80r\f\84 \90\9fr\f\84 \90\9f\ 6|\0¤O\0\19H9°\97¥\10\13\ 1á\0y\90\84|Öï\19L\89ä^øn»\8aai\8dùu\9bVÕ¼»Òß\10±Æ¸·\96\14­Yt]óØ 2+µ!o «1s±¾Ââúù\82HÙ;¯-ݳ-\ 6½\r¥íS?¦Gõ\88þ\8d\ 5   \7fê\98ÙT\14þ\9a_ªÍ\ e\9f\1a&úþ\9aë§<ò\95ÚQºÅ¸K\ 5ì\ 4\0k"ÝB$\0j
+\1a^\129\ 3q\90\ 5P\8e\81\10\ 4òS\8e\81\10\ 4òÓ\80\ f\80\0
+ ý(\aê²\14\92\1c \ f\92\90O\7fÒÕ·>'(\1fzûìÒGÖ..Z³¨jãëþz\88)ºº»'mxµì\9d×zÖd\a\95YÉpÜg>e}}¥vTP6ä®gªÖ~´;Ö¼=ÝÙ9áíeá\ 4UYéÑÂÄ\7f\91æâ´Æü jxjCÞ\93ë_\89»\9eiÙº.³©¨Oý\18G©Æ]*`'\0X\13é\16\16\ 1ÐQPòÂÈ\19\88\83,\80r\f\84 \90\9f\83 ð\9f\ 6|\0\ 4P\0éG9P\97¥\90\14\ 1á\0y\90\9cüÕ¯´ë]7æÂIWeÖ\8f\9e­ùÝ\92ió¶¿ë\8f\86\18äĹ3\ f¯})(y0¨ÊÊp\12eþÿé]7:¨\1aþ«ES~»ø©MG\ fÄ\9a·­§ÛsßX\18Lz ü!\93âE\9a\8bûÔ\8fùFËc÷/\9b]üæKñU2³?Ø0÷Ã\8dý"¹)\91ÜLá2îR\ 1;\ 1À\9aH·°\b\80.\82\92\17RÎ@\1cd\ 1\94\ 4\81ü\94£\1f\ 4\81ÿ\1c \ 3 \832H?Ê\81º,\85¤È\b\a\98\83d忺§Èh*J\89äô®\e}÷ó\8d¿^4õÇójV\1fØåÏ\85\18ä`û\89¥{¶]øºÉI\ fù\ 6\1fJì__hþÉüº#\1d§bÍÛ½'ÛBo/\1cSOz \19¼Íl*JkÌÿrmöuÍcK7,\8f¯\929ßÝ5í\8fë\83²!Aå\85ï´u\94jÜ¥\ 2v\ 2\805\91na\11\0å\ 3%/³\9c\81\ 2(G?\b\ 2ÿ)G?\b\ 2ÿ9@\ 6@\ 6e\90~\94\ 3u)
+I\91\14\ eÐ\ 6ÉÌ\7f8£H\8f\16¦5æ§6ä\85ÿñ£gkîxº¬£ó\9c¿\12b\93\ 3§\8eo:z`Äëó\83       ÷õª\1då(Õü¯\8bÔhaXb\ 3¢\ 5a\89Å ·{O¶\85Þ>øê\9c`âý½ëF'ÉQj¿Hî­3&\84Sµñõøê\99Óç;gn{;(\19ä\1cÕ¸K\ 5ì\ 4\0k"ÝÂ"\0Ê\ 1J^\8a9\ 3q\90\ 5P\8e~\10\ 4þS\8e~\10\ 4þs\80\f\80\fÊ ý(\aêR\14\92"&\1c \rðÉ¿»KÍh*êßXðõÉ\ f\7f{æÄoM\1f\7f×3Uþ8\88Y\8et\9c:Ø~â\9e\17'\a¥\83ûEr]¤\9a\7f\7f\ÿµÉcc¶ÄZO·ÿËsõAÙ\90Ô\86¼$ñöÒÿ»\83~õ9ó¶¿\e_=ÓÞyîÀ©ã\17\8eRK\a_«d\8c»TÀN\0°)Ò-ü\ 1t\v ê\85\9a3\10\aY\0åè\aAà?åè\aAà?\aÈ\0\88¡\fr\8fr .\0M®-i\ 3\äÏG©×5\8fíS?æÁWçø\9b \969Ûu>\9c;\9e.ë]7:=ZèôÉüoß\94ÚTÔ·>ç\9e\17'Ǭº?\98W\1d6mR=Ê×&?ü¥ê\91\8bvo\89¯ª9ßÝ5áíeAùÐþ\8d\ 5¾)Õ¸K\ 5ì\ 4\0\9b"ÝB!@\9f\0z^À9\ 3q\0m(G?\b\ 2ÿ)Ç=\b\82\bp\80\f\80\18\8a!÷ø\ 6ê\ 2ÐäÚ\92\9fé\17É\r'(\1düĺ¥í\9d\9cïô7AÌr¶ëüM-\8fÝ0e\æÅ\vDwOæÏ\93\e\9f\83\8aa¿]üÔé\98ì±oM\1f\7fý\94G\ 66\17'\95º=ªGl:z üp9ßÝ\15_m3î­%_®ÍvünÜ¥\ 2v\ 2ö\0\80nQ2\80\ 2\ 1ô¼¼Ã'\858@\16(G?\b\ 2ÿ)Ç=\b\82\bp\80\f\80\18\8a!÷ø\ 6ê\ 2ÐäÚ\92\7f`ïɶpv\9føøĹ3þ\1a\88Yv\1eoýû©ãn\9bU2 Z\10\8e\8b'óç\19Ø\ܧ~L0ñþÜ7\16\86UÖzº=Öì=s¾ó[ÓǧG\vCu\93ç(5½©à\9aê\91\e\8fìïêî\8e»Â)Z³(µ!¯\7f£ª1îR\ 1;\ 1{\0@·(\19@o\0z^ðá\7f\e\88\ 3d\81\83 ð\9f\83 \88\0\a\98\0\88¡$r\8foà-\0M®09\ 3\0qÆò}Ûo\9bUrçÜʾõ9©\ryn\9dÌ\7f8J\r&=Tµñõu\87ö\1cé8\15köî<Þ\1aÚûÃy5ý"¹Éò(ÍÅi\8dùAÅ°0°\e\ eï\8bÇÎÉ}caF´0l\9bL\113îR\ 1;\ 1«\0@·(\19@W\0z^      Àÿ6\10\aÈ\ 2å¸\aA\10\ 1Êq\ f\82 \ 2\ 4`\ 2 \89\92È=¾\81·\04¹Âä\f\0Ä\ f³¶møÅÂè\9ds+¯©\1e\99\12Éu#fþýd4\15\ 5\95YÁ¤\a&mx56¿îyÓÑ\ 3ÿ4»$´·o}Nò\9c     ÷¬É¾yÚ\13\8bÿ´uù¾\ fã®s\ 6/\9fûÛÅO]?å\11\85cÜ¥\ 2v\ 2V\ 1\80nÑ0\80\8a\0T½6\0\ 1²@9îA\10D\80\83,\88\80×g\ 2 \89\92È=¾\81·\0\94¹Â$\f\0Ä\11u\9bV\r^>÷¶Y%AeVJ$g`s±\13'si2\9b\8aú7\16\84bô¨\1eÑ´yMôý5ç»»bMà¥{¶Ýûʬ»\9fo\fª\86'\89½×5\8fíS?&(\19\8c        á¯\1f\8fµ\93½ò¹°mzÖd\87\829J5îR\ 1;\ 1«\0@·¨\17@-\0Ú^3\80\0\1c÷ \b"@9âA\16¤Àë3\ 1\90DIä\1eßÀ[\0ú\a²\ 5\0â\82ò\8d¯=¹þ\95ë§<\12T\fë\17Éu\91jþ·i.îS?æºæ±¥\e\96W¼³"6\1d^ü§­\17NªK\a÷®\e\93$\ 2\87¿f\18Ø\9f/\88\8c{kIøëÇcóä¾±°Gõ\88ôh¡\94\19\80\9d\80U\0 [Ô\v \r\0m¯"À\19q\80,P\8e{\10\ 4\11 \1cñ \vRàõ¡\ f!\8c\92H<¾\81·\0ô¹Â¤
+\0Ä>]ÝÝ\rï­nÞüf¯ÚQAeVZcþµ.RÍÿ~ùØ/\92\eºñõÉ\ f×¼»265^°ó½èûkþùé²äù\9aÔ0§½ëF\aåCï\9c[¹æஸk\9eÖÓí¡Nã׿\12þ
+RfÜ¥\ 2v\ 2\ 1\80n\81z\81*\0´½\96\0\ 1²@9îA\10D\80\9e, p\97
+}\ba\94Dâñ\r¼\ 5 Ï\15&O\0 æi=Ý>oû»u\9bV\ 5%\83\82ʬ\fßWhþ\8fËÇ~\91Ü\1eÕ#n\9bUòëEScö(ué\9em\99MEAÙ\90\94¤ù\9eßð÷íY\93ýË\85Mál:z îÊçPÇÉ\11¯Ï\ fÆß\eÚå\10Þ¸K\ 5ì\ 4,\ 4\0Ý\ 2õ\ 2%\0h{]\ 1Î\88\ 3d\81\83 \88\0å@<Y@"¥À;2\ 1Â(\89Ä\ 3ßx\v@\9f+LøÜ\a\90\90\1c8u|Õ\81\9dãÞZ\12\8c¿÷\9aê\91\ 3Ý\85\99ÿìò±Oý\98;\9e.ûî\9cò§?x'6M^sp׺C{R"¹ý"¹\99Éñ.\19MEá/Û·>çöÙ¥­§Ûã±\7f>j?\91µâÙ`ÒC\9aǸK\ 5ì\ 4,\ 4\0Ý\ 2õ\ 2Ù\a´½Ò\0\ 1²@9îA\10D\80\9e, ñRà\1di\0a\94\81\ 5 Ï\15&|î\ 3H0>j?±½íÈýËf\a\93\1eèS?Æ]\98ùO§\7fcAjCÞÀhÑê\ 3»bÓäή®e{?\bÊ\87^S32=i¾ê7#Z\98ÑTô½9åß\9e9ñl×ùx¬ ÖÓí\83\97Ï\rÊ\ 6)\1fã.\15°\13°\10\0t\vt\v¤\1ePøª\ 3\9c\11\aÈ\ 2å\88\aA\90\ 2Ê\81\80\84L\81\ 1\84Q\1e\89\a²ñ\16\80>W\98ð¹\ f a8qîLÛÙÓ?{.\12Tf¥5ægº]2ÿõñã7Z\1eKmÈÛxd\7f\f\9a|¶ëü±3\1d\17\8eR+\86%\95Æ\19ME\ 3¢\ 5wέ\8cÓ
+jï<\e\85£øÊ,ýcÜ¥\ 2v\ 2\16\ 2\80n\81n\81¼\ 3
+_\81\80\0\1cñ \bR@9\10O\16\90¨)ð\8e4\800Ê#ñ@6Þ\ 2Ðç
+\13\ 1$\fß\9e\7f´À½\92ù«Ç\8fÿ½!ÿ£ö\13]ÝݱirËÖuAÕð$<lL\89äÜõLU̾Ë_ågÏEúÖç¸H5îR\ 1;\ 1\v\ 1@·@·@Ì\ 1\85¯IÀ\19\1f¬\90\ 5Ê\11\ f\82 \ 5\94\ 3ñd\ 1       \9c\ 2\8fH\ 3È£<\12\ fdã-\0}®0ás\1f@\ 2ÐvöôßO\1dwËô'¯m*J\8f\16ºW2ÿéd^ü.Î^µ£BI\ eu\9c\8cM\99\1f_÷røCÞ0u\øoFò¼NsqZC~P1ì§óëÂ8Çi\11\85?|ÿÆ\82Ю\fq3îR\ 1;\ 1\v\ 1@·@·@À\ 1\85¯OÀ\19\1f¯\90\ 5Ê\11\ f\82 \ 5\94\ 3ñd\ 1\89\9b\ 2\8fH\ 3È£<\12\ fd#-\0}®3áC\1f@¼sàÔño>õxZC~Zc¾K%ó\9fÎÀæâ~\91Ü lÈ?Î\9a´íØá\1dmGcSæ¢5\8bú7\16\84\80dúÚßðu§¹÷\95Y[?>\14Æ9N\8bè§óëÒ£\85îâ\8d»TÀNÀN\0Ð-Ð-\90k\0\8a\ 5\9c\81\ 2å\88\aA\90\ 2Ê\81\80\84\ f\82\ 1äQ\1e\89\a²\91\16\80\99ð¡\ f ~YûÑî;çVþx~mïº1n\94Ì\7f5×5\8f\rÊ\87þraÓÊ\ 3;6·\1e\8cM\99\a-\9fûó\ 5\91\e[\1eí\17ÉÍL¦\8bÔ\9e5ÙÁø{ï_6{ßɶxl¡\8eÎs?z¶&´+­!ßQªq\97
+Ø      Ø       \0º\ 5\8a\ 5\12\r p\97
+Î@\1cd\81\83 H\ 1åÀ:Y@\12\ 4Á#Ò\0")\8f¬\ 3ÙH\v@¥ëLøÐ\a\10\8fÌß±éW\8b¦üp^MP5¼o}N¦\e%ó_\¤^8{\9cpß/\176ÅìEjÈ°\15óÒ\1aó{Õ\8eêßX\90TG©Á¤\87\1eY»xö\a\eâô(õpÇÉ\9f̯»¦zdïºÑ\19\12gÜ¥\ 2v\ 2v\ 2\80n\81b\81,\ 3HúÎ÷ú\9c\81\ 2å\88\aA\90\ 2Ê\81\80$        \82\ 1DR\1eY\a²\91\16\80\99ð¡\ f ¾hÞüföÊçþùé² |hßú\9c\81ÍÅ®\93Ì\7f2ÍÅ=ªG\ 4\93\1e\18´|nÅ;+¶~|(\ 6eîþä\93\11¯ÏÏ_ýB\9fú1ý£It\91\9aÑT\14T\r\ fJ\a\8fZµàĹ3qÚE;Ú\8eÞý|cP1ìZ-dÜ¥\ 2v\ 2v\ 2\80n\81b\81 \ 3Ðùz\863\10\a\1cñ \bR@9°N\16\90LAð\884\80HÊ#ë@6Ò\ 2Pé:\13\ 1Ä\v\rï­.{çµ\e¦\8e\vÊ\87¦Dr]¤\9a¿0AeVöÊçrßXøQû\89ØôùĹ3C^{&\94\1a\9e<_µ\99ÙTÔ¿±à+µ£Æ½µ$\7fõ\vÝñÙEë\ fí}|ÝË¿[2-(\e¢\88\8c»TÀNÀN\0Ð-P,\90b\0:_Õp\ 6â \v\94#\1e\ 4A
+(\aÖÉ\ 2\92-\b\1e\91\ 6\10Iyd\1dÈFZ\0*]gÂ\87>\80اeëºYÛ6ô®\e\1dT\fKkÌ÷í\84濺yL\8f\16~¹6»Wݨ߿<#f}ÞsòXóæ7\8bÖ,
+J\ 6%ÏUcø:ax{Öd§5æ\8d^õ|üÖÑúC{\7f8¯&\98x\7f¯ÚQ×5\8f\95;ã.\15°\13°\13\0t\v\14\vä\17\80ÎW8\9c\81\ 2åX\aA\10\ 4Ê\81\80d\v\82\ 1DR\1eY\a²\91\16\80\99ð¡\ f fi;{úÅ]\9b§lY\e\94\f
+*³Ò£\85\ e\91Ì_ø\16ÎÞu£ÃÿøÍK-¿[2-f­Þ}âã?,\9d\19\8c¿·gMvR\1d¥¦DrolyôW\8b¦\8cx}~ü\96ÒÆ#ûï\9c[\19Ö\91\8bTã.\15°\13°\13\0t\v\14\v$\17\80ÎW;\9c\81\ 2å(\aA\90\ 5Ê\81u tÒ\ 6Á#Ò\0")\92¬\ 3ÓH\v@¥ëLøÄ\a\10\83\1cî8¹þÐÞI\e^\rÆß{MÍH_\90jþòÍcjCÞ\8d-\8fÞõLÕýËfǬջO´n8¼ïÂQjéà\81ɤô¥\aJ\8f\16\8e{kI\÷Ò¶c\87ÿivI\8fê\11\ 35\92q\97
+Ø      X\v\0º\ 5\8a\ 5b\v@çk\1eÎ@\1cd\81r\94\83 È\ 2åÀ:ÈB\12\aÁ#Ò\0")\92¬\ 3ÓH\v@¥ëLøÄ\a\10\9enß{²mÄëó\83I\ fõ­Ïqÿeþò¤G\vÓ\1aóS"¹Ek\16ŬÕ\1fµ\9fØw²íGÏÖ\ 4eCR\eò\92Êê??Ðøõ¯Äo/\1d8u|ÿ©¶[¦?Ù»nL¦Ü\19\80\9d\80µ\0 [ X °\0t¾þá\fÄA\16(G9\b\82,P\ e¬\83,$w\10<"\r \92"É:0\8d´\0TºÎ\84O|\01Âéó\9d\1d\9dçîyqrP5¼\7fc\81ã/óW'#ZøµÉ\ f÷®\eýøº\97cWìÎÎ\9b§=ѧ~Lz´0 \1fèë\17\1f¨â\9d\15qÚKÝ\9f|r¨ãdØH)\91Ü\8cä{Aã.\15°\13°\16\0 [´
\15\80ÚWA\9c\81\ 2å(\aA\90\ 5P\8eu\90\ 5Aðô\1c\80HJ%XÇ4Ò\ 2@òTº÷¥\a\80¸ã{sÊ3\9b\8a\ 66\17g882\9f\1aó\83ò¡-[×\9d>ßÙÙÕ\15\9bVwvw}£å±ô¤¼g\fã\1c>мíïÆò\ 3ýU\ e\9fèßX nÆ]*`'`-\0@·h\15È)\0µ¯\888\ 3q\90\ 5ÊQ\ e\82 \v \1cë \v\82àé9\0\91\94\8e\ 5\80À]*|â\ 3\88\rÎ\9cï¼eú\93ß\9991³©h@´ÀQªù\94\a\8fK÷lÛw²íôùÎØ\14;üÙ®\9fòÈ·gNLΣÔ^µ£\82\92Aówl:Ûu>~ÛiçñÖ\81ÍÅîR\8d»TÀNÀZ\0\80nÑ*\10R\0j_\17q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁÓs\0")\95`\1dÓH\v\0ÉPéÞ\97\1e\0b\9fímGn\9d1á®gªR\eòÒ\1aò]¤\9a¿z\8e\9a\1e-\fª\86\a\15Ã\16ÿiëùîØý
+έ\1f\1fº©å±\94HNZc~²=Ó¥7Z}`×\86Ãûâ÷(uåþ\9da;}wNyJ$Wô\8c»TÀNÀZ\0\80nÑ*\10O\0j_#q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0ÉPéÞ\97\1e\0b\99åû>üéüº\1fϯíY\93íìËüÕ\19Ø\\9cÚ\90\17\94\ fMkÈ\ fåY¶÷\83\98u;üÙB·\7fôlM¯ÚQ\99IõLÍÅáë\ 4\15ÃúÔ\8f   ß(®\v\9emßhyìKÕ#ûEr3\ 5иK\ 5ì\ 4¬\ 5\0è\16­\ 2Ù\ 4 ö\95\12\ e²@9ÊA\10d\ 1\94£\1cdA\16¼;\a \95R  Ö1\8d´\0\90\1c­îq¹\ 1 6\99ýÁ\86ß¿<ã®gª\82\8aa}ës\ 66\17»-2\7fõ(µGõ\88[gL\98µmÃ\8b»6DzÞ\8bvoùÖôñIèvøË~©zä?<õx\18ð\ 5\8bë\8e
+\7fþð\11¯©\1e©\9d\8c»TÀNÀZ\0\80nÑ*\10L\0j_/q\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0IÕê\1e\97\18\0b\8dèûk\8aÖ,úÎÌ\89AùP\17©æS^;ö®\e\13\94\fúöÌ\89\8bvo\89e½güq}þê\17¾?·"¨\1a\9el\17©}êÇ\ 4¥\83o\99þd¼_¤N»ø\88w<]Ö£z\84\822îR\ 1;\ 1°\bÐ-Z\ 5"   @ík'Î@\1cd\81r\94\83 È\ 2(G9È\82,xw\ e@*¥\12¬c\1ai\ 1 ÙZÝã\12\ 3\10}\7fMÃ{«3\9b\8a\82ò¡ý"¹\ e¾Ì§»H\1d\1d\94\rùù\82\8ag\17ÿikÌêݲu]ݦU7µ<\16þ´)\91¤û\9aÔ 2ëÇókG¼>?Þ\8fR\9fþà\9d¯O~8ì¨\14\1deÜ¥\ 2v\ 2°\19\0t\8bV\81<\ 2
+\8a3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 3\90\ 4ë\98FZ\0HÊV÷¸Ä\0ð\85s¶ëüì\ f6Ìøãú jxP1¬\7fcA¦K"ó)&ô¤Gõ\88\7f}¡ù×\8b¦®;´'\96%\9f¿cÓ\85ûÙ\8aai\rù×&Ó1cøF}ës\82ʬÛf\95¬Ü¿#ÞËêÅ]\9bÃ\82
+\7f£k]¤\1a\80\9d\0l\ 6\0Ý¢U \8c\0Ô¾\8eâ\fÄA\16(G9\b\82,\80r\94\83\82\0¤R*Á:¦\91\16\0\92µÕ=.1\0|\81´\9en_¶÷\83\86÷V\a\93\1e\bª\86»\1e2\9fr2\9a\8aR"¹½ëFß>»ôÀ©ã1køÙ®óË÷}¸h÷\96 2k@´  _*|£\9fί»knÕ\86Ãû⽯VìÛ\1eþ:©\ry\ eç\8d»TÀN\06\ 3\80nÑ*\90D\0j_Mq\ 6â \v\94£\1c\ 4A\16@9ÊA\16dÁ»s\0R)\95`\1dÓH\v\0ÉÜê\1e\97\18\0¾\10\ ew\9cÜÜzpÜ[K\82        ÷õª\1d\97\ f\9aO\7f\94\1a-L\8f\16ÞõLÕ?Î\9atâÜ\99\98\95¼£óÜ´?®\v&=tMõÈä|©Ô\86¼\9b§=q¨ãd\\97ÕÙ®óaY­9¸+¨\1a\1e\8a'\80Æ]*`'\0\9b\ 1@·¨\14\88!\0ͯ©8\ 3q\90\ 5ÊQ\ e\82 \v \1cå \v²àÝ9\0©\94\8e\ 5\80$ou\8fK\f\0W\99¶³§\8ft\9cº\7fÙì tp¿Hîµ.RÍg\99ô\8bG©ß\9dS\1eË\92wt\9e;Üq²eëºPòä4<|£\8c¦¢\e[\1e\8dåÃáOÃÙ®ó\v\17¾cïº1ÒgÜ¥\ 2v\ 2°\19\0t\8bJ\81\f\ 2ÐüÊ\8a3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 3\90\ 4ë\98FZ\0Ðê:\93\18\0®&]ÝÝç»»~ö\¤Wݨ\f·Bæ³OfSQÿÆ\82ïÏ­\88\1f_÷rP\99\95Ìß­\19¾Ô\r\9d\19ï\95õÌö\8dAÅ0Ñ3îR\ 1;\ 1Ø\f\0ºE¥@\0\ 1h~}Å\19\88\83,P\8er\10\ 4Y\0å(\aY\90\ 5ïÎ\ 1H%XÄ:¦\91\16\0´ºÎ$\ 6\80«Ïm³Jn\98:n`sq2ßë\99Ï3ÍÅi\8dùAÅ°_-\9aÒvöt{çÙXö¼hÍ¢¯Ô\8eºô\85¡Ix\8eúÕºÑw<]vâÜ\99xÿ¦Ô\90\99ÛÞ¾ô\942hÜ¥\ 2v\ 2°\19\0t\8bJ\81ô\ 1Ðü*\8b3\10\a\1cå \b²\0ÊQ\ e² \vÞ\9d\ 6\90\88uL#-\0hu\9dI\f\0W\8dcg:n\99þä\1dO\97¥G\vû7\16ø¦Tó\99f`sqP:8{ås;Ú\8e\1eé8\15˪ßûʬoM\1f\7fÃÔqi\8dùIøL)\91Üð¥îz¦êÀ©ãñÞZ\13Þ^vSËc7O{"­!_\ 6\8d»TÀ\1e\156\ 3\80nQ)\10=\0\9a_kq\ 6â \v\94£\1c\ 4\ 1Ì¡\1cå \v²àÝi\0m\f\91d\1dÓ\18\v\0Z]m\12\ 3ÀÕaã\91ý·Ï.ýá¼\9a¾õ9©\ry\8e\83Ìg=uìY\93\1d\8c¿7{Õ\82Ã\1d'cYõ{^\9cü³ç"_\9b<6T}@´ 3)o\87\7fÿò\8cµ\1fíþ°íh¼\17×ãë^\ e\7f©Þucú7&ÝS\1a\80U*l\ 6\0Ý¢R w\04¿ââ\fÄA\16(\aÊ     \ 2d\81r\94\83\82\ 1´1D\92uLc,\0huµI\f\0_\b/îÚü\8b\85Ñ\1fϯíQ=¢o}\8eÛ.óY'¨Ê
+&=PöÎkówl\8añ¯Iýíâ§R"¹½ëF§G\v3\93õvøß\96LÛy¼5\ 1ºë\91µ\8bÃ_Jk\19\80U*l\ 6\0Ý¢R t\04¿îâ\fÄA\16(\aÊ     \ 2d\81r\94\83\82\ 1´1D\92uLc,\0huµÉ
+\0W\87\96­ë\ 6-\9fûý¹\15AÅ°¾õ9\ 3\9b\8bÝ\ 4\99O?\99MEý\e\v\82ªá\rï­\ eçÌùÎ\98UýØ\99\8eû\97Í\1e¼|nÏ\9aì\8cdýBÛ tpî\e\vë6­Ú}âãxï®üÕ/d¯Zp]óØ\94Hε\8a˸K\ 5¬Ra9\0è\16\95\ 2\89\ 3 ùÕ\17\ e²@9PN\10 \v\94£\1cdA\16¼;\r \8d!\92¬c\1ac\ 1@««MV\0¸Â4¼·úÉõ¯Ü<í\89 |hJÄEªù\8cÓ\\9cÖ\98\1fTeõ­Ï)Ý°<Æmß{²í\7f.n   J\a_S32  \1f+£©¨Gõ\88\ f¾:§íìé\ 4¨¯qo-ùRmvP5¼\7fc\81oJ5îR\ 1«TX\ e\0ºE¥@Ü\0h~\rÆ\19\88\83,P\ e\94\13\ 4È\ 2å(\aY\90\ 5ïN\ 3hc\88\98ÆX\0Ðêj\93\15\0®(S¶¬mÙº®_$7¨\18\96Ú\90ç"Õ|Ö¯Ý\fµ     ª²nlytÄëóǽµ$\96mßÜz°nÓª\a_\9d\13\94\fJBÕ/|¡m´ Oý\98ìU\v\86¼öLwü×WgW×\93ë_       »+C\18\8d»TÀ*\15\96\ 3\80nQ)\905\0\9a_\89q\ 6â \v\94\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0Ú\18"É:¦\91\16\0´ºÎd\ 5\80+I{çÙù;6Mû㺠|hP\995 ê{\ 6Ígþ\8eÔÔ\86¼\1eÕ#¾3sâ¯\16M){çµ\18w~sëÁ\9f/\88\ 4\13îëU;êºæ±Iw\91ÚXлntøï\83¯ÎI\80\ 6k=Ý\1e6XÍ»+\83\92AºË¸K\ 5ìQa9\0è\16\95\ 2A\ 3 ùõ\18\ e²@9PN\10 \v\94£\1cdA\16¼;\r \8d!\92¬c\1ai\ 1@«ëLV\0¸r\1cé8µúÀ®ª\8d¯\a\13îëQ=ÂI\97ù|w\8e}ësn\9f]úÏO\97Mûãú\18w~ëÇ\87Ö~´ûgÏE\82\8aaÉù5©©\ry7L\1d÷\93ùu÷¾2+1J,\7fõ\vÁø{¯©\19é+\9e\8d»TÀ\1e\15\96\ 3\80nQ)\902\0\9a_\95q\ 6â \v\94\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0Ú\18"É:¦\81~\0´ºÎd\ 5\80\91\8eS;Ú\8eæ¾±0\98x\7fïºÑî¹Ìç\9b\ 1Ñ\82Ô\86¼\8c\8a}ÛcÜùÝ'>Þ}¢õ\96éO\ 6\15ÃÂ\9f9       \9dO\8f\16\86¿xZc^\18üÄè±cg:F­Z\10\94\fÒ`Æ]*\0ÿ§½å\0 [T
+D\f\80æ×f\9c\81\ 2ë@9A\80,P\8er\90\ 5Yðî4\806\86\8ei -\0­®3Y\ 1à
+ÑÞy¶íìéß.~*¨\18\96Ö\98\7f­{.ó¹&ãâÜÔòØ\7f\8bä¬;´'\96\9dïþä\93\ 3§\8e§6äõ©\1f\93\1e-LÎ÷
+\7fñë§<Ò/\92ûðÚ\97\12¢ÇÎ\85=\96µâÙ°Ç\94\98q\97
+ÀNÀr\0Ð-ú\ 4ò\ 5@ù+4Î@\10d\81\9c @\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99¬\0påøÁ¼ê´\86üL7>ær|ùæþSmç»»ºcÛùð\87\f\7fÔ$\7f¯ bXÓæ5ácuuw'@\8fÝóâä¾õ9.R\8d»T\0v\ 2\96\ 3\80nÑ'\90/\0Ê_¡q\ 6\82 \vÄ\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0ª\18"I<¦\81´\0\14»Î¤\ 4\80+Ç­3&Ü2ýÉ\81ÍÅéÑÂ\f7>æsMfSQJ$ç\e-\8f\1dé8\15N\8c;¿îÐ\9eþ\8d\ 57O{"i¿&5|¯>õc\82\92\a[¶®;s¾31ªì\97\v\9bÒ\1aó\aD\vô\98q\97
+ÀNÀr\0Ð-ú\ 4Â\ 5@ùë4Î@\10d\81\9c @\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99\94\0pÙÙ{ªí[ÓÇß9·2­1?\1c\97\æóÍÀæâ~\91Ü lÈ­3&ì<Þ\1aûæ/ß·ýkMÅ)\91Üþ\8d\ 5Éû5©åC\97îÙ¶¹õàé\ 4:J\1d\10-\bG$\8d»T\0v\ 2\96\ 3\80nÑ'\90,\0Ê_­q\ 6\82 \vÄ\ 3å\ 4\ 1²@9ÊA\16dÁ»Ó\0ª\18"I<¦\81´\0\14»Î¤\ 4\80ËËê\ 3»î\9a[õãùµ_©\1d\95\12ÉuÔc>ß\×<¶wÝè`âýw?߸bßöMG\ fĸù3·½ý\83yÕw<]öÕºÑ\99\1d©ý\e\v\82\8aaAÕð\17wmN\8c6ëþä\93\9f=\17¹çÅÉá¯æ(Õ¸K\ 5`'`9\0è\16}\ 2±\ 2 ü5\e\b²@<P\ e¬\96\ 5ÊQ\ e² \vÞ\9d\ 6\10Iâ1\r¤\ 5 Øu&%\0\^æm\7f÷7/µüp^MP\99Õ·>'ÓE\8fù\e\8eR\83\92A÷/\9b=kÛ\86Í­\ac_þ)[ÖÞØòhP5üÂ-vsq\12~­mïº1á¿ówl
+'1
+íĹ3w?ßس&»wÝhßølÜ¥\ 2°\13°\1c\0t\8b>\81X\ 1\9a\8d3\10\ 4Y\0\7f(\aA\90\ 5ÊQ\ e² \vÞ\9d\ 6\10Iâ1\r¤\ 5 Øu&%\0\F\9a7¿9zÕó·Ï.\rÊ\87ö­Ï\19\98|wyæ²Msñ5Õ#\83I\ fünÉ´\9dÇ[c_þª\8d¯ç¾±ð[ÓÇ\7f¹6{`R^¤¦Dr\82²!7L\1d7÷Ã\8d      Ói\87:NÞóâä 2Ë}½q\97
+ÀNÀr\0Ð-ú\ 42\ 5@ù+7Î@\10d\ 1Ä£\1c\ 4A\16(G9È\82,xw\1a@\15C$\89Ç4\90\16\80\99\94\0p\19ixouÅ;+þ~긠|hJ$×EªùÜ\93\11-¼p\91Z\995âõù£V-8Ôq2Æå¯Úøz8éÑ bXjC^r\1e¥\ 6UÃï\9c[\99¿ú\85YÛ6$L­í<Þú\9b\97Z\82²!
\18ÿ;\a°\13°\1c\0t\8b>\81@\ 1Pþú\8d3\10\ 4Y\0ñ(\aA\90\ 5ÊQ\ e² \vÞ\9d\ 6\804\89\98\ 6Ò\ 2Pì:\93\12\0.\v]ÝÝÓþ¸~Ö¶\r½jG\ 5\15ÃÒ\1aó¯uÀe>ïd6\15õo,H\89ä\ e[1ïþe³ã"\ 2u\9bV\85æ\a\95YáO\9e\84_©9°¹¸o}Nø\17¸uÆ\84E»·$L³m:z eëº{_\99\15\94\fº®y¬l\1aã\7fð\0v\ 2\96\ 3\80nÑ'\90\ 4&{hbp\ 6\82 \v \1eå \b²@9ÊA\16dÁ»3\ 1\10%y$\1eÓ@Z\0\8a]gR\ 2Àßȱ3\1d\8bÿ´uÊ\96µAÉ  2+#ZèlÇüM\17©Ñ\82Þu£\aD\vââ"õĹ3¡ÿ-[×\ 5¥\83\93ùÕzÕ\8eúñüÚ\9fί[¾ïÃ\84)·­\1f\1f
+\7f£`âý¡\90\8eR\8dq\97
+Ø      X\ e\0ºE\9f@\9a òLf\ 218\ 3A\90\ 5\10\8fr\10\ 4\1cå \v²àé\99\0È£<\12\8fi -\0Å®3)\ 1àoäpÇÉ\r\87÷Mx{Y0þÞ\9e5Ù¾ Õü\8d·\8d\ 3¢\ 5)\91\9c\e¦\8e»sn彯Ì\8aý\b\1c;Ó1~ý+üO\89ä~£å±mÇ\ e'R¿í<Þz×3UAUÖ@Íf\8c»TÀNÀr\0Ð-ú\ 4¢\ 4Ñ&3C\88Á\19\b\82,\80x\94\83 È\ 2å(\aY\90\ 5\ 4@\1eå\91xL\ 3i\ 1(v\9dI   \0\7f\e­§Û÷\9fj\e¶b^0顾õ9î¶Ìß>ý\e\vnlyôú)\8fä¾±0ö#Ðvöô¾\93mO¬[\1a\94\ eNfÿÓ£\85\ 3¢\ 5\7f7yì\81\13¦ß>j?\11þ:w<]öåZçöƸK\ 5ì\ 4,\a\0Ý¢O G\10d>s\86\18\9c\81 È\ 2\88G9\b\82,P\8er\90\ 5YðôL\0äQ\1e\89Ç4\90\16\80\99\94\0ð7qæ|g8¿\ØÔ£zÄ\80hA¦#\1ds9&£©è\9aê\91u\9bVÅ~\ 4Îv\9d\ f#ðà«s\82\8a\e\93:\ 2áï~ý\94GÂÿ8Òq*a*®½óì×'?üß"9\19ÑBÁ4Æ]*`'`9\0è\16}\ 29\82Øò\99EÄà\f\ 4A\16@<ÊA\10d\81r\94\83\82§g\ 2 \8fòH<¦\81´\0\14»Î¤\ 4\80¿\91ïÎ)¿®yìÀæâ\fç9æ2Ý6¦5ä\aeC\9a7¿ÙÙÕ\15û\11øÅÂhz´0LA\92G _$÷\96éOvt\9e\v§;QúíĹ3_\9bü°r3Æ]*`'`9\0è\16}\ 2!\82¨R\9aQÄà\f¤@\16À=ÊA\10d\81r\94\83\82§g\ 2 \8còÈ=¦\81´\0\14»Îä\ 3\80¿\91öÎs·L\7fò¶Y%×6\15\r\88\16¸Û2\97ezÕ\8e
+J\a/þÓÖ='\8f\9d\19ûA¸ûùÆþ\8d\ 5á$m\ 4\ 66\17§6ä\ 5\15ÃþqÖ¤\8fÚO$RË\1dé8uÃÔqa¿ ¦1îR\ 1;\ 1û\ 1@·è\13\b\11$\94ÒÔ"\ 6\ 5²\0îQ\ e\82 \v\94£\1cdA\16<=\13\0a\14\91\r¤\ 5 Øu&\1f\0|n¶\1d\9d\99\13\7f0¯º_$7µ!ÏEª¹,ß\91Ú¿± gMöÚ\8fvo8¼/.¾&5\8cÀOç×e\¼Ë¾6\89\8fR\83ò¡ÿúBsøjÛÛ\8e$LË\85¿ÎwfL¼sneJ$W<\8dq\97
+Ø      Ø\ f\0ºE\9f@\82 \95¬¦\1918\ 3)\90\ 5p\8fr\10\ 4\1cå \v²àé\99\0\b£0r\8fl -\0Å®3ù\0àó±t϶\7fy®þÇók{Öd§Dr\1cã\98Ëöm\9båCÃ\7f\97ïû0.\82ÐÞyî'óë¾Z7ºo}NF´09\1fîºæ±_®Í\ e&ÜwÏ\8b\93·\1d;\9cHE·úÀ®oM\1f\7f±år3\85Ô\18\80\9d\80ý\0 [ô   Ä\aÂHl¾\11\833\90\ 2Y\0÷(\aA\90\ 5ÊQ\ e² \v\9e\9e     \800
+#÷È\ 6Ò\ 2Pì:\93\ f\0>;3·½ý\87¥3ïz¦*¨\18Ö·>g`s±K\1có·\1f6\86.\ 5%\83¾5}|(ØÂ\9dïÇ~\10\1d;üû\97günÉ´\1eÕ#\92ü\9a8|¸¬\15Ï6o~3Á\8eR\97îÙö\9d\99\13Ã÷ÕrƸK\ 5ì\ 4ì\a\0Ý¢O >\90Ab\13\8f\18\9c\81\14È\ 2¸G9\b\82,P\8er\90\ 5Yðôd\0\84Q\12¹G6\90\16\80\99|\0ð9hxouñ\9b/Ý:cBP>ÔEª¹\W\8d½ëF\a%\83~<¿vüúW^ܵ9ö\83°úÀ®Ü7\16þzÑÔ tp¯ÚQÉ\1c\84\1eÕ#Â?Â\1f\96Îü¨ýD"uݼíï\16­Yô\83yÕAe\96¢3Æ]*`'`?\0è\16}\ 2Ù\81ôq\9b~Äà\f¤@\16À=ÊA\10d\81r\94\83\82§'\ 3 \8c\92È=²\81´\0\14»Îä\ 3\80ÏJôý5ád4\15\ 5åCS\eò\1cj\99ËöU\9b\15ÃþÇ\vÍC^{fåþ\1dq\91\85U\avÞ9·2\98ôÐW\92û"5½©°gMö\88×ç\ f[1¯½ól"ÕÝ\82\9dï}£å± t°ë{cÜ¥\ 2v\ 2ö\ 3\80nÑ'\90\1d\88\1e·\19H\fÎ@
+d\ 1Ü£\1c\ 4A\16(G9È\82,xz2\0Â(\89Ü#\eH\v@±ëL>\0øL\9c9ßùô\aïÌøãú 2+\9cþ\8d\ 5\99înÌe\9a>õc\82ªáwέÜvìp\Äažíó¶¿û\7fÏ­
+³p]óØä|µ°\ 1\ 6D\v\8eJ\89äÞûʬÄ+½¥{¶ýÝä±I~tl\8c»TÀNÀ~\0Ð-ú\ 4\82\ 3\89£7\15\89\ 1\95"\ 5\90\ 5îQ\ e\82 \v\94£\1cdA\16<=\19\0I\94\91\r¤\ 5 Øu&\1f\0|VZO·¿¶ïÃ\86÷V\a\93\1e\bª\86»µ1\97k2\9a\8aR"¹)\91\9c»\9fo¼ë\99ª\ 3§\8eÇE"Ö\1fÚ{ý\94G\82²!á\ f\9f´\17\8b\99ME©\ry_\9füð/\16FÿmÉ´\ 4+½U\av®9¸+­1?|b\aøƸK\ 5ì\ 4ì\a\0Ý¢O 8\905z\13\92\18\9c\81\14@\16¸G9\b\82,P\8er\90\ 5Yðôd\0$Q\12éG6ð\16\80bW\98|\0ð)9ÒqjëÇ\87\8aß|)\98p_/_\1ah.ë¤G\vÃ\7fï\9c[ùÝ9åq\11\87îO>Ùvìð\87mG\ 6D\vú%÷¹bøv©\r\e\v\86­\98\97`¥w¾»kÙÞ\ f\82\8aa=ªG\84¿¦£TcÜ¥\ 2v\ 2ö\ 3\80nÑ'\10\1cH\19½iI\f¨\14\11\80\8fr\10\ 4\1cå \v²àõÉ\0\88¡$Ò\8flà-\0Å®0ù\0àÓÐvöô\91\8eS÷¾2+(\1d\9cÚ\90\8bTsY¿&5=ZØ¿±à§óëâ"\ e\9d]]a\1c6\1cÞ\17T\ eÿjÝè\8cä~¾\ 1Ñ\82¿\9f:.ü\8f\11¯ÏO°Þ\v\1fúÒQª\90\1aã.\15°\13°\1f\0t\8b>\81à@¾èMNb\803"\0\1få \b²@9ÊA\16dÁëC\8d@\f%\91~d\ 3o\ 1(v\85É\a\0\9f\92®îîp~:¿Îý\9d¹B\93ÙTÔ·>çîç\eã"\11Ý\9f|²h÷\96 2K\1c.Mø§({çµ\ 4ë½î\8bÕ·t϶ *Ë\13\eã.\15°\13°\1f\0t\8b>\81Ô@¸èÍOn\803"\0\1få \b²@9ÊA\16dÁëC1B\f%\91~d\ 3o)
+@ajQ\0\9f\9eïÌ\9cxSËc\ 3\9b\8bÓ£\85ÎjÌå\9cæâÔ\86¼ lÈ\83¯Î9v¦£½ól\$bÞöw¿Z;:\8cCFÒ_\13§Dr\83\92A5ï®<s¾3Áz¯yó\9býêsn\98:Nï\19ã.\15°\13°\1f\0t\8b>\81Ô@¦èMTn\803"\0\1få \b²@9ÊA\16dÁëC7B\fe\90~|\ 3o)
+@ajQ\0\9f\86#\1d§n\99þäwç\94§G\vû7\16øjHsyg`sqP2èñu/\7fØv¤õt{\\84¢jãë7µ<\16æ"µ!ÏWÜ\ 6¥\83çïØ\14>_¼\1c\14\7fzê6­
+\9f8\9c\ 1Ñ\ 2Q5Æ]*`'`?\0è\16}\ 2\91\81@1\9c«Ü\0gD\0²@?ÊA\10d\81r\94\83\82×\87n\84\18Ê ýø\ 6ÞR\14\80ÂÔ¢\0þ2ë\ fí½ãé²\1f=[Ó§~\8cû;s%¾&µGõ\88`Â}ãÞZ\12/\17©!\936¼:°¹¸wÝè´ÆüÌ$>GM\8f\16\ 6UYAÙ\90yÛßíìêJ¼\ 2,{çµð¡S"9\99¢j\8c»TÀNÀ~\0Ð-ú\ 4ò\ 2Q"9c¹\ 1Î\88\0d\81~\94\83 È\ 2å(\aY\80»TèFÈ \f2\90oà-K\ 1(L\15
+à/²pçû¿\Øô£gk\82ªá}ë\9de\99+pÒX\99\15\94\ e\8e¾¿fÞöwO\9c;\13\17¹È_ýÂï\96LûæS\8f÷©\1fsmsq2¿`¿HnJ$wÑî-aW$^\ 1\16­YôÛÅOýCÒ?´1îR\ 1;\ 1û\ 1@·è\13È\vä\88ä¤å\ 6\7fÈ\ 2\ 3)\aA\90\ 5Ê\81\80ÄË\82\ 3dP\ 6\19\b¾ñ\96¥\0\14&T(pÙ\99²eí°\15ó¾;§<¨\18Ö·>g \9b,sY¿ 5­!?T«Oý\98д\86÷VÇK.F¯z>\9c\ 1Ñ\82\1eÕ#Ò\1aó\93öVñâ÷\87æ\ 6åC3\9b\8a\9eþà\9d\84ìÀqo-éßX\10T\r\876Æ]*`'`?\0è\16è\13a\81\10ñ\9c·Ü\0\ fY` å \b²@9PN\16\90¨Yð\8e|\80\fÊ \ 3Á7Þ²\14\80Â\84
+\ 5.#\rï­\9eðö²o>õxP>4%\92ë"Õ\ö\93ƯÔ\8eº©å±'Ö-­ywe¼ä¢ûâפ\ 6UÃÃ\19\10-ÈLî\17ìQ=â¶Y%ãÞZÒ²u]BÖ`é\86å_­\e\9dÖ\90ïK¢\8dq\97
+Ø      Ø\ f\0º\ 5Ì\11\16H\10Ï©Ë\rp\86ÿ\90\ 5\ 6R\ e\82 \v\94\ 3åd\ 1  \99\ 5ïH    È \02\10|ã-K\ 1(L¨Pà²0eËÚi\7f\ß·>'¨\18\96Ú\90ç"Õ\\91/٬̺aê¸èûkâ%\17­§Û/\1dk\aeC¼à¥~¸eú\93ó¶¿\9bx\1dxæ|ghføÜ¡¥éÑB\995Æ]*`'`?\0è\16è\13a\81ìð\9cÀÜ\0\ fY` å \b²@9PN\16\90ÀYð\94\94\80\0
\ 3Á7ê²\14\80\84
+\ 5>7'Î\9dY°ó½\96­ë\82ÒÁ\97®±|E ¹Ìsñ"õ\9aê\91w<]öË\85\9bß\8c\97t\1cl?\91µâÙ`ü½=ªG$û¥vsñ\97k³ÿßy5w?߸pçû\89×\84mgO?¾îå`Ò\ 3AÕp\995Æ]*`'`?\0è\16è\13I\81àP\9dÃÜ\0\ fY` å \b²@9PN\16\90ðYð\94\94\80ô             Á7ê²\14\80\84
+\ 5>\a\87;N®ýhwÙ;¯\ 5\13îëQ=âZ_\90j®Àd6\15õ­ÏùÞ\9cò\7f\9a]òâ®Íñ\92\8e½'ÛÂtd¯Z\10LzÈw\a§6äõ®\eó\8d\96ÇÖ\1fÚ\9b\90exìLÇ\13ë\96\ 6\93\1eðÖƸK\ 5ì\ 4ì\a\0Ý\ 2}")\90\1aª\83\e \rÿ!\b\f¤\1c\ 4A\16(\aÊÉ\ 2\92$\v\9e\92\12\10=éã!(G]\96\ 2Ð\96P¡ÀgâHÇ©]'Z/ÜÜM¼¿Oý\18§Xæ
\80hAZc~fSѦ£\aâ%\1d\1fµ\9fØ}âã_/\9a\1aLz¨o}N\92§#|Áþ\8d\ 5·Í*¹~Ê#[?>\94xexìLÇÎã­\17¾)µd\90&4Æ]*`'`?\0è\16è\13p^d¨\8eÀ]*hC~\b\ 2 )\aA\90\ 5Ê\81\80¤É\82§¤\ 4DOúx\bÊQ\97¥\0´%T(ð)iï<{âÜ\99\v7w\95Y\97\ e\ 6\9dÆ\98+1\19\17ÿ½±åÑP³\1dmGã( ß\9dS~MõÈþ\8d\ 5Ò\11þ\ 5njyìú)\8f\84¥\91\90}xú|çýËf\aåC\95¡1îR\ 1;\ 1û\ 1@·@\9f@Lä\85ê 3=hC~\b\ 2      )\aA\90\ 5Ê\81\80\82§¤\ 4DOúx\bÊQ\97«\0´%\94'ð)¹sneÿhÁµ¾\16Ð\á£Ô´\86üë\9aÇ\9e8w¦³««;~\ 2òO³KÒ\1aó½`8©\r\9991|¾p\12µ\ f\7fÿò\8cÞu£½µ1îR\ 1;\ 1û\ 1@·@\9f@L\84\85êà3=h£\e!\b\1c\ 4A\16(\aÊÉ\ 2\920\v\9e\92\15\10=Ñã!(G]®\ 2Ð\96P\9eÀ_æ|w×-Ó\9f¼uÆ\84̦¢ôha\86\8b\18s%¦¹8­1?¨Ìú§Ù%\87;N\1eé8\15/\ 19qîÌ7Z\1e\v\ 3òçozõ\88ÿütYëéö\ 4nÅß.~*µ!/ìCÉ5Æ]*`'`?\0è\16è\13\88\89¤P\1d\94¦\amt#\ 4\81\84\94\83 È\ 2å@9Y@rfÁk²\ 2r'z<\ 4å¨ËU\0Ú\12Ê\13ø?YwhÏ-Ó\9füÁ¼ê;çV¦5æ\87ã"Õ\¡\19Ø\\1cT\fû×\17\9a\1eÜ}¢5^2²íØá0#ß\9f[\91Ú\90\17\1e±|è¯\16M¹ø\88\1f'j1þ|Aäÿy¦òk\93Çöo,\90\cÜ¥\ 2v\ 2ö\ 3\80n\81>\81\8cH
+ÛAizÐ\ 6\1c\16\ 4\12R\ e\82 \v\94\ 3åd\ 1I\9b\ 5¯É
+\b\9dèQ\11\94£.W\ 1hK(Oàß3\7fǦ\1fΫ¹snå\97k³S"9)\91\'0æ
+ÍuÍc{Õ\8e
+&Ü÷«ESv´\1d\8d£\98¬?´÷[ÓÇ\87\80\84\8f\18vEø\88¿y©eçñÖ\ 4îÆ_,\8c¦6äõ­ÏI\8f\16fʯ1îR\ 1;\ 1û\ 1@·@\9f@FÄ\84í`5=h£\18!\b\1c\ 4A\16(\aÊÉ\ 2\928\v^\93\15\10:¹£"XÇ^®\ 2P\95P\9eÀ%\1aÞ[ýoK¦ýóÓeAUÖ\85k»æbÇ/æÊ}½f\8fê\11Á\84ûF¼>\7fÚ\1f×oo;\12/1Y´{Ëo^jùÉüºkªGÊÈ\85¯I\9dôШU\v¦ÿq]|]\16\7f&Îv\9d¿çÅɽjGùÚhcÜ¥\ 2v\ 2ö\ 3\80n\81>\81\8cÈ\bÛAlzÐ\ 6Ì\17\ 4\1eR\ e\82 \v\94\ 3å \v²À\ 1b@è\84\8e\8a`\1d{\89
+@UB\7f\ 2!eï¼\96¿ú\85o>õxP1,%\92;ÐEª¹Â\13\94\ f-~ó¥I\e^ý¨ýD\1c%eÁÎ÷n\9d1!(\eÒ§~\8c\98\¸,.\19ôà«s\8et\9cJÔnÜsòXÖ\8ag\a-\9f\eTf\89­1îR\ 1;\ 1û\ 1@·@\9f@@\ 4\84íà6Ch\ 3æ\v\ 2\ f)\aA\90\ 5\90\87r\90\ 5\07 t\12GE°\8e½\\ 5 *¡<\81ª\8d¯×mZ\95Ú\90\17T\f\vÿujg®Üd6\15¥G\v¯©\1eÙ£zÄ°\15óºã*)³?ØPñÎ\8aÛf\95\84\98\zÇÜ7\16f¯ZÐÑy6Qëñö#÷¼89\98ôPÏ\9al\8fn\8c»TÀNÀ~\0Ð-Ð'\10\10\ 1¡:¸M\12Ú\80ù\82ÀCÊA\10d\ 1\94£\1cdA\16\r\b\9dÄQ\11¬c/]\ 1¨JhN$3'Î\9diÙº®á½ÕAùР2k@´ Ó©\8b¹\92\17©i\8dù=k²Ó£\85C^{fÐò¹q\14\96¹\1fn\fçÂw¼\96\ré\97Üß&\1c¾cÿÆ\82^µ£R"¹á;&vInýøÐ\85£ÔÒÁ×5\8f\15acÜ¥\ 2v\ 2ö\ 3\80n\81>\81\80\b\bÕÁm\92Ð\ 6Ì\17\ 4\1eR\ e\82 \v \1cå \v²@\ 3n@Ü$\ eüa\1d
+@UBs"i9Ø~bé\9em\13Þ^\16L¸/¨\1aî\1cÕ\\85\8bÔ^µ£njyì\97\v\9b²V<\e_y\99¿cSP\99\15NÿÆd¿Ý\ e\7fýÔ\86¼ë§<rÏ\8b\93ï}eV\ 2\97äæÖ\83Ëö~ðëES\83²!\8eR\8dq\97
+Ø      Ø\ f\0Ð-ú\ 4\ 2"\1d :½IB\eÐ^\10¨H9\b\82,\80r\94\83\ 2\r¸\ 1q\93\91uì¥+\0U  Í\89¤åÀ©ã\9b\8e\1e\18ñúü`Â}½jG%ó×>\9a«vÉØ/\92{Ëô'o\9bU2î­%q\14\96öÎs\e\8fì_´{KP>Ô;\86ï8 Z\90\12ÉM\8f\16f¯|.±{rçñÖ;\9e.\vJ\a§Dr\94¤1îR\ 1;\ 1û\ 1\0ºE\9f@@¤\ 3T§7Ih\ 3Ú\v\ 2\15)\aA\90\ 5P\8er\90\ 5\ 1= n²\ 66\12\8f½t\ 5 *¡9\91\9c\1cé8u°ýÄ=/N\ eJ\a÷\8bä:¶2WaÒ£\85i\8dù}ës¦lY\eGaiï<{àÔñðg\ e&=Ô»n´/\14\ e§\7f\8d-\8f~mòùo,Là\9e<Ôqò£ö\13ÿ×Ì   ÞÝ\18\80\9d\80ý\0\0Ý¢O \1d¢\ 1¶3\9c\ 1í\ 5\81\8a\94\83 È\ 2(G9È\82\80\1e\905Y\ 3!\89G`Æ\ 2Ð\93P\9bHZÎv\9d\ fç\8e§Ëz×\8dN\8f\16:f1Wg2\9a\8a¾6yì\97ªGÎÚ¶!\8eòr¾»ë\91µ\8b\83\8aa\ 3¢\ 5.\13ÿü\94×T\8f¬ywe\ 2÷d÷'\9f´\9en\ f\7fÓÔ\86¼\f\8fn\8c»TÀNÀ~\0\80nÑ'\90\ eÑ\0Û\19N\12æ\80óRÀFÊA\10d\ 1\94£\1cdA\16h@\ fÈ\9a¬\81\90Ä#0c\ 1èI¨M$+g»ÎßÔòØ\rSÆe^<.sÉb®Î¤6ä\ 5\15ÃVîßÙÞy¶³«+\8e"\93¿ú\85^µ£\p_\9aÌKOY:8úþ\9a°L\12¸*\8ft\9cúó\11®w7Æ]*`'\0\16\ 1ºE\9f@:ä\ 2T'9O\98\ 3ÎK\ 1\e)\aA\90\ 5P\8er\90\ 5Y`\ 2C h\82\ 6B\12\8fÀ\8c\ 5 '¡6\91\84ì<Þú÷SÇÝ6«d@´ \1c7,æêLÿÆ\82¯Ô\8eÚúñ¡Ý'>\8e¯\8bÔ?,\9dyó´'n\98:.ü\15¼ã¥£Ô lÈ¢Ý[§ìè<\97Àm¹çä±ë§<âÝ\8dq\97
+Ø      À~\0Ð-ú\ 4Ò!\17 :ÉyÂ\1cp^
+ØH9\b\82,\80r\94\83\ 2\13\18\ 2A\932\10\92{\ 4\ 6U\0=    µ\89ädù¾í·Í*¹sneßú\9cÔ\86<×+æjLsqZC~P1,Tnã\91ýq\97\9aß¿<#=Z\98\12É\rÿÍLúsÔð\8f\10T\r\ fÊ\86,Üù~|\1d\17\7fVV\1fØu©-S"9Rl\8c»TÀN\0ö\ 3\80nÑ'\90\ e¡\0ÕyÎ\13æ\80óRÀFÊA\10d\ 1\94£\1cdA\16\98À\10H\99\94\81\93Ü#0H\vèIèL$\e3·½}÷ó\8dwέ¼¦zdJ$7Óé\8a¹òs]óؾõ9AÉ oÏ\98¸øO[Wîß\11_©ùÍK-¿[2-=Z\98Ö\98/2á_ ¬\8eÔ\86¼¥{¶\85¯\99Ø\85¹lï\a7O{B[\1aã.\15°\13\80ý\0 [ô  DC(Àv\9eó\849 ¼\14\10\92r\10\ 4Y\0å(\aY\90\ 5&\90\ 4R&bà$÷8\fÒ\ 2Ð~:\13IHÍ»+\1f|uÎm³J\82ʬ\94HîÀæbG+æ*\¤öª\1d\15LzàgÏE¦lY»|ßö8\8aLëéö?,\9d\19¦¦gMvø[ø\9aÔ°4Âê\bÊ\86\84ÿ1\7fǦ\84ïÌE»·Ü:cB\8fê\11ÚÒ\18\80\9d\0ì\a\0Ý¢O \1a\12\ 1¶S\9d\ 1á¥\80\90\94\83 È\ 2(G9È\82,\90\81$\101\11\ 3'¹Ça\90\16\80öÓ\99H*ÊÞyíñu/_?å\91 bX?\17©æ*\9e1\ 6eC~·dÚ¸·\96¬ýhw|¥fÏÉc¿^45(\1dܳ&ÛSþ¯×¬\1a~ûìÒ     o/\9býÁ\86ÄîÌð\17,~ó¥ïÏ­\b\7fe\85i\8c»TÀN\0ö\ 3\80nÑ'\10\rq\0ÕÙN\15æ\80ðR@HÊA\10d\ 1\94£\1cdA\16È@\12È\97|\81\96ôã0H\v@IêL$  ]ÝÝu\9bVEß_sá\v++³Ò\1aó¯u`e®Ö\°®|èÏ\17Dv´\1d\8d¯àl<²¿jãë÷/\9b\1d\94\ ev\93xé"µOý\98ð5o\9d1aáÎ÷\13¾9çm\7f÷Â\15\7fÙ\90\94H\ e\ 1\8cq\97
+Ø      À~\0Ð-ú\ 4¢!\ e :Û©Â\1c°]
+8I9\b\82,\80r\94\83\ 2\19H\ 2ù\92\92~\1c\ 6o\ 1(I\85\89\84gÿ©¶§?xgáÎ÷kÞ]\19\94\f
+*³2¢\85îSÌÕ\99ôháWëF÷ª\1dõÛÅOý\8f\17\9a\ fu\9c\8c£ì¬;´gÞöwÿõ\85æ`Â}á¯p]óX\ fzmsqÏ\9aì\9f̯\v_sñ\9f¶&|\7f\86¿cX\98}êǸâ7Æ]*`'\0û\ 1@·è\13\88\868\80êl§
+yÀv\11à$å \b`\ eå(\aY\90\ 5\ 4ò%\ %ýh\fÞ\ 2Ð\90
+\13      Ï®\13­+÷ïÈZñl0þÞ 2ë\9aê\91¾ìÏ\\9dɼx\91\9a\12É        ÿýÅÂèÏ\17Dâ.>\9b\8e\1eøÇY\93\82\92A}ë}Kæÿ\9aÔ\86¼Þu£o\99þäÆ#û\13¾?W\1dعæà®>õcÂß:Óë\eã.\15°\13\80ý\0 [ô DC\16Às³\85<`»\bp\92r\10\ 4È\ 2å(\aY\90\ 5\ 4Â%\`&ýh\fÞ\ 2Ð\90
+\13      Í¾\93m\1f\1d¹çÅÉÁ¤\87\99«?ý\e\v®\9fòÈí³KC  ã.>;Ú\8e~ØvôæiO|¥v\94\f'ãâ\83¦5æßñtÙ7\9fz<üû$v\7f\9eí:¿øO[\83²!×T\8fôíÒƸK\ 5ì\ 4`?\0è\16}\ 2Ñ\90\ 5ð\9cðl!\ fØ.\ 2\9c\ 4å\ 4\ 1²@9ÊA\16d\81\ f<\81dI\16\98É@\1a\83º\04¤¶DbsìLG8·Ï.\rª\86§5æû\9a?sõo\18\aD\vúÖç<øê\9c¸\8bO÷'\9fì=Ù\96\12Éí]7:=Z(>\97\1e4ü;Ü<í\89\9bZ\1e;ÝÙ\99ð\15z¶ëü¢Ý[\82ò¡^ß\18\80\9d\0ì\a\0Ý¢O \17²\0ª\13\9e\ 1ÏE\80\99 \9c @\16(G9È\82\81*\90,\99\ 23I\b\1aS\17\80\86Ô\96HxÚ;Ï~}òÃé¾àÏ|¡Ó£zDÖ\8agã1A{N\1eK\89äzÁ\7f\ry·Ï.M\9e\16]°ó½ 2Ë»\eã.\15°\13\80ý\0 [ô äB\10@uγ\85< º\bÐ\12\94\13\ 4È\ 2å(\aY\90\ 5>P\ 5b%S '       Acö\ 2Ð\90ª\12\89Í\8e¶£éÑÂ\9b§=\91ÑT\94á.Õ\õÉl*J\89ä\ 6%\83J7,o=ÝÞÞy.¾\12´æà®Ô\86¼o>õ¸³î??hZc~P\95uçÜʶ³§\93¡Eë6­
+\1d¸aêÿÇÞ½ÇX]ßùãÿ\ 4h\91ÂÄ\99\85\19\aܺ¦ÝÖ4ê×6íîwk¶ý¶Ý¦m\9af\9b4m¶iM\13ã\15\81\f0\ 3Ì\9dK\15\81\81\97\0#WE\8a
+r\11\15\11ʥ (
+\88\b"W\ 1\81\91ËÀ0Ìø;h~®\8b8\fÝ\11æ\9cóxä\95¦ÿÎçó|¾\ ey\9bw>cú\84ó\ 4À\18÷RÁ\99\0Î\aÀn±OÐ\vE@Îe^f\84\a    W\ 1áDä\14\ 1]\109\91C\17tA$¤\ 5\9dÒ)\84S\ 2\91\ 5¬G«\92xµ|ß\8e\7f\9eöçïÌ\9e\98\\9bÓ;ä:\95¹\ 6Ó­"3(º\7fÎ[\e·\1f?|âÜÙØjÐãom\8a6èöY\13®¯ÉÖ \8f§o¤0\98<ð÷Kêw4\1cÙ\7fª!\11\16é¤\8dËSB¹Ñ\f¸\94j\8c{©àL\0ç\ 3`·Ø'è\85" ç2/3Â\83\84«\80p"r\8a\80.\88\9cÈ¡\vº \12Ò\82Bi\13ò)\87\b³ô\ 2v£UI¼\9aþæú;ç\96þËãÅ×Uf%×椻ub®ú¤\86ó\83Ò\8c%ïn[¹\7fçÙóÍ1W¢úmëo\9c2*Ú \94Ú\\rúøFj÷ʬ`ü½w-\9d¾çäñ\ 4Ù¥\8fnxþ£\ fþ\8e\90\ 1cÜK\ 5g\ 28\1f\0»Å>A/\14\ 19\97y\99\91\1f$\þ\85\13\91S\ 4tAäD\ e\ 5\91\90\16\14
+\89\92O9D\92\ 5\18°\1eíIâÒ¤\8dË\7f¿¤þ\8eY\13\82²Á××dß\10)tßÄ\Õ\89\14¦\84r\83\92A=ª\86=½ëõX,QÑÆ\17£%º}Ö\84è\9f Aÿý\99Ô\89\ fä®^øø[\9bv\9f8\96\b»4û¯\vþôÜ̯×?Ü«z\84\18\18ã^*8\13Àù\0Ø-ö   z¡\b\b¹Ì\8b\8dü áò/\9c\88\9c\v"'rè\82.\88\84À P¨\92|Ê!\92\80õhO\12\7f\1eYÿÜ°UÏÜ<mLP\9a\91\\9bÓ×E*sÕ¯.&Õ\8c\b\8a\a|½þáð\ekf¾¹!æJ4æoK£%ºiêh%úô\ 4e\83\83\89ý\a­\98wôÌé\ 4\85k\17G\ 3Ð¥|HJ(×¥TcÜK\ 5g\ 28\1f\0»Å>A/\14\ 1!\97\91\1fÄ[þå\13\91S\ 4tAäD\ e\ 5©\10\18T    U\12Q9D\98e\18°\e-Iâ̸\rÏ\17oz©gõð 4Ã-*sMn¤^\88\80ïÏ-)\»xöö\8d±Ø£I\e\97÷¨\1a¦D\9f\9eÔp~×\8a¡Ñw\9a»zá\99óÍq¿K[Z[Ç®_6þ\95\17ºWfõ\ eå¥Ë\801î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17\8a\80\84˼äÈ\ fâ-ÿò\89È)\ 2º r"\87\82\fz\84\1e\89¨\1c"Ï2\fX\8c\96$qäè\99Óá7ÖLÚ¸<(\1e\10\94\86ó]-1×äRjP6øçOÕܽlÖ¢Ý[c®G\8dÍç궬©}}µ\12}2éu\ 5½CyÝ*2\93\87¼<?A6ê\89sgsW/\f\ fÊ2ÒÄÀ\18÷R\ 1g\ 2Î\aÀn±OÐ\v-@ÂÅ^rD\bÙ\16~\11\14\ 1]\109\91C\17tA*d\ 6=B\89¤T\14\91g1\ 6,F\e\92x±ýøágßÙ²lÏöµ\8b\83q÷t)\1fâÛ\8eæZÝ^Lª\19ѵbè\1d³&l<¼/æªt¸ñä\82]o\¸Ù=á¾ l°\17ú©×\9a}ÓÔÑÿµ¸þ¡ås\13\1e=sº`Í¢ èÁ¾Ö©1î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17Z\80\84\8b½äH\11²-ù"\8aÈ)\ 2º r"\87\82`\88\r\1a\84\ 6      ª("Ïb\fX\8c6$ñâÕ#û£óë\85\91\8f¯Ñu¯Ìr\85Ê\\93I«+H®ÍIªÉþ\7fó*¾3{âöã\87c®M\87\eO\ eyy~0î\9en\15\99zôéϤöª\1e\91\16ÎÏþë\82\ 4Ù«ï\9d>±þÐ\9e1\7f[êRª1î¥\ 2Î\ 4\9c\ f\80Ýb\9f \17Z\80\84\8b½äH\11\82-ùÈ\8fÈ¡\bº r"\87\82l\88\rê\83\ 6  ª("Ïb\fX\8c6$q¦[Eft\92ks\\9e2×ðFjïP^ôÿ|wÎÄoÍxôtó¹\98ëÑ\91ÆS»O\1cËXñ\97 x\80*}2©áü\94ÚÜ\7f®\7føæic
+×.N\90¥zôÌé{\9e\9f\1d\14Ýß«z\840\18ã^*àLÀù\0Ø-ö       J¡\ 5H¸Ø\v\8f\14\92\8fü\88\1c\8a \v"'rè\82\86Ø ;¨\8f¬J#"-É\80­h=\12\1c1×üRjßHá\8dSFýëãűؠÆæs§\9b\9b.|q¸4£w(/Ý;ýäÍ\86óo\9a:ú+\95Ãj__\9d8\eõìùæ?.\9d\1e\94\r\96\ 4cÜK\ 5\9c    8\1f\0»Å>A)´\0      \17\91"¤Zò\11T\91C\11tAäD\ e\ 5Ù\10\1et\aÅ\91UiD¤%\19°\15­Gâ\92\9b#æÚN÷ʬÿ\P×Ôr>:±Ø ÿûÄä´pþ\r\91Â4oó\7fNP2hɻۢ¯µ¥µ5q6êï\16MëY=\\18\8c\85   Î\ 4\9c\ f\80Ýb\9f \14Z\80x\8b½ü\b\12R-ö\bªÈ¡\bº r"\87\82xH\ eZ\83î\88«4"Òò\fØ\8a\16#ñÊÍ\11sM¦o¤0©&;\98ôÐï\16M;~¶1Fëó\7f\9f\98\9c\1aÎï\13Îs\ fñÓs]eVP<`Ù\9eí1z×øïóÃyåß\9añè\8dSFF#!\ 3Æ\18ÿÂ\ 4g\ 2Î\aÀn±OP
+-@¼Å^~\ 4        \91\16{dUäP\ 4]\109\91C\17tA<ä\a­AeÄU \91jy\ 6¬D\8b\91xåæ\88¹ú7R»Wf\ 5ãï\1d¶ê\99W\8fì?xúD̵æè\99Óß\99\87óÊ{\87ÜHýïI¯+\88>\90èËÝphïæ÷\ f\9comI\9c\93ù\95Ñ¿=¹6'Í¥Tc\8c{©àLÀù\0Ø-ö     J¡\ 5ȶØK\91 !Ïb\8f¬\8a\1c\8a \v"'rè\82.H\88ü /¨\8cÄ
+$R-Ï\80\95h1\12×Ü\1c1Ws\82²ÁÁ\84û\8a7½´lÏöC\8d'c®/\9bß?ð\93y\15¿xº¦{eVRÍ\b\93»Æɵ9Áä\81)µ¹+÷ïL¨\15ÚÒÚúó§j\92j²ÝH5Ƹ\97
\ 4\9c\ f\80Ýb\9f \14Z\80l\8b½\14       \12Â,ö\88«È¡\bº r"\87\82\84È\ fÊ\82¾\b­L"ÕR\rX\89V"\89ÀÍ\11su&5\9c\1f\94\fªÛ²¦~ÛúÓÍM±X\965\aßùÞ\9cIAiFÏêáéÞé§.¥v)\1frûÌ    \8f¿µiÑî­\89³<÷\9dløý\92ú?=7³[E¦\18\18cÜK\ 5g\ 2Î\aÀn±OP
+-@°Å^\90\ 4        a\16{ÄUäP\ 4]\109\91C\17tAB°N\95\ 5e\11Z\99D°¥\1a°\ f­D\12\84\9b\8b\9dHaJ(7(Íè^\99U²iE\8cÖdÑî­ÃV=óó§j¢\7fHßH¡×úÉ\8dÔ\1e\83\89ýo\9f5aÉ»Û\12jsn;vè\97Ï\84\82â\ 1_®ÌtIÙ\18ã^*8\13p>\0v\8b}\82Rh\ 1R-ö²$KH²Ì#±"\87\82È\89\1cº \v\12\82\8dª)h\8aÜÊ$\82\80}h%\92\1c1_Ü¥ÅäÚ\9c 4㦩£\vÖ,ztÃó1Ú\91E»·Þ6s|0é¡\9eÕÃ]Jýôû\8d¾Ü_<]3äåù   u)uÝ{»\8b6¾øû%õAñ\0y0Ƹ\97
\ 4\9c\ f\80Ýb\9f \14Z\80T\8b½,É\12\92,óH¬È¡\bº r"\87\82\90`£ª \9a"·2\89`\v6`\1fÚ\87$\1a7GÌ\17ñ\8dÔ¤\9aì lðí³&ܽlVñ¦\97\1d\8bvo\9d»ãÕoÍx´[E¦\e\88\9fLz]AÏêáAiÆ¿Î)^\7fhOB-ÌèßûïO\96\ 6E÷÷¨\1aÖ/2R\18\8c1î¥\823\ 1ç\ 3`·Ø'(\85\16 Òb/N²\84\18Ë<B+r(\82.\88\9cÈ¡\vº $Xªj\82\8eÈ­X"Ø\82\rØ\87ö!\89ÆÍ\11Ó±7\16\93ks¾\\99ù¯\8f\17ÿø/\15õÛÖÇh/^Ú·cåþ\9d\17\96\f\8aþE.¥~<iu\ 5ÑgÒ£jØ/\9e®ùÑ\93åÛ\8e\1dJ¨m¹ùý\ 3Ñ`\ae\19ò`\8cq/\15\9c     8\1f\0»Å>A)´\0y\16{\89B\9cdXà\91[\91C\11tAäD\ e\ 5!A\90t\ 4\1d\11]±D¶e\e°\f-C\12\96\9b\ 3çú\9aì\7fy¼ø[3\1e]¶g{\8c6¢¹¥eÑî­Añ\80.åCRÃùÞé\7f_J\rç÷        çýp^ùwfO<qîlBíÉíÇ\ fo;vèöY\13¾Té˹Æ\18÷RÁ\99\80ó\ 1°[ì\13\94B\v\90\97(ÄI\86\ 5\1e¹\159\14A\17DNäÐ\ 5]\90\13dI;Ð\ eé\95Ld[¼\ 1ËÐ&$¡¹9b:dR?º´\98Z\97¿£áH\8cváìùæ÷N\9fXòî¶`òÀtïô\7f~&5ú~£óý¹%   ¸$\ f\9cú w(ïK\95\99Ñ\84\v\861ƽTp&à|\0ì\16û\ 4¥Ð\ 2\84\85
+q\92aiGnE\ e\ 5\91\139tA\17ä\ 4\ eTCz%\13Ù\96pÀ2´\ 6Ipn\8e\98\ e\99\e§\8cL®ÍÙsòx,¶ ¥µµ©å|dËÚ dP\9fp\9e·yñD
+{\87óî\9c[\9ahë±õ£K©××d§É\801ƽTp&à|\0ì\16û\ 4¥Ð\ 2\84Yòå
+q\12]iGzE\ e\ 5\91\139tA\17D\ 5\89Ò\vôB\80%\13ñ\96pÀ&´\ 6á#n\8e\98¿{Ò?ú\8cf\8fªaÿ4mÌ\89sg£Ó\1a\9b-\18µnqRMöMSGGÿ\1c¯õ¢WÜ¥|Èï\16M\8b¾ÜÓÍM\89\1ew\9f8Ö;\94çRª1ƽTp&à|\0ì\16û\ 4¥P\ 4$YìE\vq\12]$PzE\ e\ 5\91\139tA\17D\ 5\89R
+\94B\86\85\13ñ\16rèðF{\ e\1dHìrsÄü\1dÓ7Rx}MvP<àι¥»O\1cÛw²!v+\90»zaJ('¹6Ç¥Ô\8b^q¯ê\11\83w-\9d~¤ñT¢-ÆÕ\aÞùê\94QwÌ\9a\90\12Ê\15\ 6c\8c{©àLÀù\0Ø-ö        J¡\b\88±ØK\17\12\b¡\0\8b\1c\8a \v"'rè\82.H\v\ eh\84\18\v'â-çÐá]ö4lB\v\90Øåæ\88ù;n,\ 6Å\ 3~¿¤~ý¡=o7\1c\89Ýðßóüì\1fÿ¥âæic\92ksÒ½Ù\8b^qÑ\83¹«\17®{o÷\81S\1f$ÚV\¶gûMSG÷¨\1a\9eRëRª1ƽTp&à|\0ì\16û\ 4¥P\ 4ÄXì¥\v\89\12ZD]\86E\ e\ 5\91\139tA\17¤\ 5¹R\atA\8cå\13       \17uøBZì\81X\83\1f±ËÍ\11Óþé\17\19Ù­"3\18wÏï\97Ôïlx?vcÿÇ¥ÓïZ:=-\9cߣjXïP\9eK©ÿ=\91 lp0þÞì¿.8Üx2Ñöáô7×ÿjAøß\9e\98ܽ2+ú(äÁ\18ã^*8\13p>\0v\8b}\82R(\ 22,ö\ 2\86PI,r.Æ"\87\82È\89\1cº \vÒ\82\ 2\8a Éò\89\84\8b:|AýõX¬AÛ\8fØåæ\88iϤ×\15t)\1f\12\14Ý\9fµêéÚ×Wïúàh\8c\ 6¾¥µõîe³ºUd~©235\9cïFê'ï7ú4\82Ò\8c x@ñ¦\97¢¯¸¡éL¢-é[×}½þáèCHªÉîëRª1ƽTp&à|\0ì\16û\ 4¥P\ 4\ 4Xìe\f¡\92Xä\\8cE\ e\ 5\91\139tA\17\ 4\ 6ÑÒ\ 2´@\98E\14!\97vø"këáØ\81V\1f±ËÍ\11sÙë\8a\17\96f\14¬Y4jÝâ£gNÇhÔ÷\9fjÈ]½0sÕÓAÉ oö¢·\9c\\9bÓ«zĤ\8dË\1f]ÿ|bnÂéo®¿yÚ\98î\95Yn¤\1acÜK\ 5g\ 2Î\aÀn±OP
+]@ze^Ò\90+qEÈÅXäP\ 4]\109\91C\17tA`\90.\15@\ 5äYD\11r\81\87«PX\8fÈ\ e´÷\88]n\8e\986®+¦ÔæF'û¯\v2W>\15»!ßrô`Åk+\1f\89 èþ.åCnpñð\93\89\14FßoP6¸O8ï\91õÏ%æ\ e¬ß¶~êÖuÿ8eäWª\86¹\94j\8cq/\15\9c       8\1f\0»Å>A)t\ 1Ñ\95yyC®\ 4\15!\97d\91C\11tAäD\ e\ 5\99\84\1fù\17i\11EÈe\1e®N[=%;ÐÒ#v¹9b.}]1\94ûåÊÌÔp~Öª§c:á[\8e\1eüå3¡`ü½Ý+³úEFz¹\9f~Ë=«\87ß2}ì\1f\96<V¸vqb.ÀÇßÚtásÀ%\83¢\81O\17 c\8c{©àLÀù\0Ø-ö    J¡\v\88®ÌË\er%¥\b¹0\8b\1c\8a \v"'rè\82\f2&ùH¾TK)B.öpµzêYÙ\816\1e±ËÍ\11sñ7RC¹=ª\86\7fã±G~2¿2¦?\93ºíØ¡5\aß¹p)µd\90ï`^ê-_ø<hÙ«/'æêkni\99÷ökÁä\81i"a\8cq/\15\9c   8\1f\0»Å>A)t\ 1Ñ\95yyC´D\14      \97g\91C\11tAä\109]@\17ÄFÌd\1e\99\17lAEÎ%\1f®z==1\vк#v¹9b>\99>á¼äÚ\9c\8fýÆc\8f\8c\7få\85ØMõ;'\8eîúàèm3Ç\a\93\aFÿ"\97R/\9aè3¹uƸ¯Õÿ¹öõÕ  ¸ôN7\9fÛÑpdÁ®7\82I\ fùFª1ƽTp&à|\0ì\16û\ 4½@\1d$Và¥\ eé\92OÄ[¤E\ e\ 5\91Cät\ 1]\10\eI\93y\ 4\91\1c9\17~¸&ÅôÜ,@»\8eØåæ\88\89NZ]Aj8ÿkõ\7f¾¾zĬí¯Än\9e[?üðàé\13\1f\7fò5ú\17¹uxÉ\17ý\95ªa\8bvoMÌ\8dwö|sÕæUÁÄþI5Ùâa\8cq/\15\9c 8\1f\0»\ 5ÉÑ\vÔA\\ 5\90.áD¼¥ZäP\ 4]\109DN\17Ð\ 5±\116\81GÔe\eY\15\87kUF\ fÐö³è\88]n\8e\98\v×\15ÃùAÙà\95ûw¶´¶¶Ær\9e\ f\9cú %\94ë\85¶õ¢K3^ØûVk¢n¼\92M+¢O@\12\8c1î¥\823\ 1ç\ 3`·`\9fè\ 5J!«¢\8eø   \98d"ÛR-r(\82.\88\1c\vè\82ðÈ\9b\9c#çâ\8d¬\8a:*Àµ­¡ÇhûÙrÄ.7G|@³{eÖ\8e\86#G\1aO\9dom\89Ý$o8´7%\94{Ëô±©á|¯õ¢ùø\e©Ý*2·\1d;\14}ÑÍ--    ¸ë²V=\1d}\147O\eÓ'\9c'\12Æ\18÷RÁ\99\80ó\ 1°[°Oô\ 2¥\10TQG\ 2ÅL,\91\169\14A\17D\ e\91Ó\ 5tAxDNÂ\91p!G\¥\1d-àÚ¶Ïôú¬8b\97\9b#\899éu\ 5)¡Ü 4#©&{Û±C1\9dáù;7\7f³þáoÏ.\8aþ-½C®\1c^ü¢{U\8føÇ)#w4\1cÙ~üpÂ.º\8c\15\7f\89f#¹6ǵec\8c{©àLÀù\0Ø-Ø'z\81^H)²'\84b&\93Hµl\8b\1c\8a \v"\87Èé\ 2º ?R'Û\88·\9c\ 2\8f\19\91Ú{ö\e±ËÍ\91D\9b¾\91¤\9a\11Á¤\87¾5ãÑÕ\aÞY\7fhOL\axÖöWn\9c2êºÊ¬äÚ\9ctï÷â\17\9d\1d}Ñßxì\91\8d\87÷%ò\96\e´b^j8_B\8c1î¥\823\ 1ç\ 3`·`\9fè\ 5z!¢È¹\1c\8a\99@"Õâ-r(\82.\88\1c\vè\82ü\b\9e`#Ø¢\8eÄ
+<ê@ç©\9b\akïÙlÄ.7G\12gúEF^W\99\15L¸ïgOUÏ{ûµÕ\aÞ\89éè\96lZñ\87%\8f}göÄî\95Y7D
+½ß\8bÞuP2è?æWE_ôª\ 3»\12v¿Ý÷Â\9cè¤Õ\15¸\94j\8cq/\15\9c   8\1f\0»\ 5ûD/Ð\vùDÎEQÒD\11\91\16r\91C\11tAä\109]@\17äGö¤\1a\91\96v\84VæÑ\b:UË<^KÏZ#v¹9\92 \9fÎìV\91\19\14Ý\7f×Òé%\9bVÄú7R\1fÝð|ö_\17Ü<mLP\9aq}Mv_\97Rÿç»î^\99\15}×?\9aW±î½Ý\89¼Ü\ 6¼ôd4öÑé\13Îs)Õ\18ã^*8\13p>\0v\vö\89\1aÂ\89\90\v¤°        !ò,ç"\87\82È!rº\80.\88\90\ 4Ê3Â,ð\b­Ì£\14tª~yÈ\96\9e\9dFìrs$î'½® (\19Ô\7fùÜì¿.ØÑp$Ö\13[öêË=«\87\a¥\19)¡\\9fIýì¥Ô`òÀ?.\9d\1e\e\ eíMصvº¹iÈËó£±\17       c\8c{©àLÀù\0Ø-Ø'z\81jH&B.\93ò&\81\b³¨\8b\1c\8a \v"\87Èé\ 2º BB(ÌH²Ì#´b\8f^Ð9\9bå9Ûx\92Fìrs$\8e'-\9cß½2«Kù\90ß<;åĹ³1\1dÔ3ç\9b§n]\17Ù²6(\eÜ;äó\97\97\98\1e\82Ò\8c\9f=U½ûı\84]hûO5DC2jÝâ`b\7f×\96\8d1î¥\823\ 1ç\ 3`·`\9f äÚ!\93H¸X\8a\9cø!ÉÒ.r(\82.\88\1c\vè\82\14É¡\18#Ãb\8fÜ\8a=ªA§-\94\anãI\1a±ËÍ\91¸ü@j\9fp^Ïêá)¡Ü?,yì×\v#1\1dÑÃ\8d'\9f}gKÙ«/\a\ae\83½ß\8b&5\9c\1f}×½ªGüvÑÔ_<]sülcÂn³='\8fß÷Â\9c`Ü=]+\86öu)Õ\18ã^*8\13p>\0v\vö    ª¡ \ 2\89xK¦ÔÉ\1eb,ð"\87\82È!rº\80.\b\92(J/\ 2,üȭ䣠tâ\1eyìÖ\9d¤\11»Ü\1c\89¿\e©I5Ù7M\1dý£y\15¿[4-¦Ãyðô\89\r\87öæ®^\18\8c»§[E¦\9b\86\9f\9dÞ¡¼\e"\85ÿ1¿ê§ó«\12y\8fí>qlãá}\17.¥NzHN\8c1î¥\823\ 1ç\ 3`·`\9f \1a:"\8dȶ|
+\9eÔ!Ã2/r(\82.\88\1c"\87\82      ¤è"·ò\8fèJ>:Bço\90\87oÝI\1a±ËÍ\91xúnfJ(÷æic¾^ÿpÿåsc=\99\9c¾kéô`bÿ¤\9a\11n\1a~vÒ>º\94\1a}ã¿yvJ\82/±#\8d§~öTuP<àú\9alQ1Ƹ\97
\ 4\9c\ f\80Ý\82}\82\89\1c"ØR*{ò\86\0K¾È¡\bº\80ð\88\1cº \v²$\93\12\8bÐj\ 1¢+üh
+1Q\19/®\934b\97\9b#qrK1\9c\7fã\94Q=ª\86\8d]¿,Ö3yö|scó¹ß-\9aÖµbhº\97û9\97RûEFö\ eåÅú'q;$-?\9cW\1eM¾¨\18cÜK\ 5g\ 2Î\aÀnÁ>A54E\b\91jA\15?aCz\85_äP\ 4]@äD\ e\ 5Y\92LqEV\91\15~\94\85\18*\8b×a×I\1a±ËÍ\918\98ôº\82`òÀúmëÏ\9conni\89õLÞ9·4úGõ\8d\14¦y¹\9f÷ºK32W>uö|sSËù\ 4ß`Ñ´¤\84r¥Â\18ã^*8\13p>\0Ø\fö    Ú¡,â\87H˪\ 4Ê\18¢«\ 5"\87\ 2"'rè\82.\88\93pJ)\82\8a:H¯ü£2ÄVA¼\17\8b\88]n\8eÄúô¨\1a\16\14=8kû+gÏ7Çt\14Ï·¶Ü:cÜí³&¤×\15ô      ç¹\94úÙé\e)ìY=<(º?û¯\vN\9c;\9bÈ\8b«¹åBZîø(-iá|Ù0Ƹ\97
\ 4\9c\ f\06\83}\82\8bà!ÏB+\8aÒ\85Ä*\82È¡\bº\80È\89\1cº \vâ$¢Â\89\17\ 2,ÿè\ e±U\roÇ¢\934b\97\9b#1úÅÌÔp~P68(\19ôÂÞ·6\1eÞ\17ë\97R\e\9aÎ|{vQrmNJm®\e©\97|ã]Ë\87\ 6ãï­Ú¼*úº\8f\9e9\9dÈ[+\9a\96;fM\90\16c\8c{©àLÀù\0`·Ø'h\87ÊH\1dÂ,·Ò(W\88«:\88\1c\8a \v\88\9cÈ¡\vº Q²*\93È$Ú!è\80ú\10»uð\9al9I#v¹9\12s_ÌL®Í   &\ fì\1dÊ[¾oÇ\v\8aõ\ 4n9zð§ó«~ùL¨GÕ0ï÷\92\93VW\10\14\ fxü­MKÞÝvº¹)\91÷ÕÇiùÅÓ5Òb\8cq/\15\9c       8\1f\0ì\16û\ 4íÐ\1ayC\92¥W&%
+AU
+\91C\11t\ 1\91\139tA\17\84
+QD\1aÑ\11\19F\ 5\94\88\98®\80WfËI\1a±ËÍ\91X\99~\91\91\87\a\13ûß1kÂìí\e\9f}gK¬goÙ\9eíw-\9dþ\8b§k\82\92A=ª\86§{Ë\9fùFjJ(7úpº\94\ f\99ºu\9deµáÐÞ\7f}¼8ú@¢E\90\16c\8c{©àLÀù\0`·Ø'(\88îH\1a2,Ãb)HH©j\88\1c\8a \v\88\9cÈ¡\vº T$Zn½k!DSÄ\18-P%â,öÞ\9d\15'iÄ.7Gbå3©AÉ \9f=U=þ\95\17\96¼»-\ e\82·h÷ÖoÏ.
+\8a\aô¨\1a\1eýë¼â\8b'Rسzø\8dSF\96½úrÕæU6Õª\ 3»î\9c[\1am\81´\18cÜK\ 5g\ 28\1f\0»Å>AAÔGÆ\10`I\16N\11B>\15DäP\ 4]@äD\ e\ 5¹"¡\ 2ìÍ
+\1e*#Éh\81B\11¯i÷\12­8I#v¹9Òùo¤ö¨\1a\16\14\ føþÜ\92Õ\aÞ\89\83ÈÍ{ûµ\8a×V^øðeÙ`w\f/ùÆ\93\83\92A7M\1d]ûúj;jÉ»ÛÊ^}ù§ó«\J5Ƹ\97
\ 4p>\0v\8b}\82\82h\90\80!½Â,\9fò\83\88È¡\bº\80È\89\1cº \v¢E¢eØ;\159´F\98Q\ 4\9d"\8esî=Úo\92Fìrs¤3O\8fªáAÙà_/\8cünÑ´\8d\87÷ÅzØ\9eÞõúü\9d\9bo\9c2*(\1e\90T\93í\8eág¿\91záFjÙàïÍ\99ôÇ¥Ó}&5ê¥};n\99>6\98Ø¿Wõ\88~\91\91Bb\8cq/\15\9c       à|\0ì\16û\ 4\ 5Ñ#ÑBnEZPÅ\ 6\99´cE\ e\ 5DNäÐ\ 5]\90.\12$Ì^¢¤¡;Â\8c.(\17q\9fm/Ôr\934b\97\9b#\9dpÒÂùI5#¢ó«\ 5á\1fÎ+\7fïô\898HÚ\92w·u)\1f\12\94\fê\1dÊK÷\96?3é\17®!\ fûþÜ\92\1f<Y6wÇ«VÓê\ 3ï¬:°ëæic®«Ìr\85Ù\18ã^*8\13Àù\0Ø-ö       
+¢JB\85Ðʶ¸\8a
+ÒhÁ\8a\1c\8a \v\88\9cÈ¡\vº ]$Bª½/éB\8fä\19]P1\12*ÒÞ¬$H\1a±ËÍ\91N5©áüäÚ\9côº\82\7f\7f²4:q\10°3ç\9b·\1c=¸|ß\8e d\90÷ûy\93\12ÊMªÉþê\94QëÞÛm)Em8´÷K\95\99AÙ`·\98\8d1î¥\823\ 1\9c\ f\80Ýb\9f #
+%K\88«\84ÓIrë-\b!ê#r(\82.\88\9cÈ¡\vº\80\80I¸8aaZÑ"\8d. kb,\12R!ið17G:Ë7Rë
\84ón\9c2êëõ\ fÿò\99P\1cD«±ùÜáÆ\93³·o\f&öïY=ÜíÂ6.#ß2}lô\7f·\1c=h#\9domÙxx_P6X0\8c1î¥\823\ 1\9c\ f\80Ýb\9f #Ê%B\88¨¨sm3ìQcyj\93È¡\bº r"\87\ 22&ðÂ\83\85i?\8b4\1a\81ÒI¬$\b\89¤Á%¹9ÒY&Rx]eÖ=ÏÏ\8e\8f\µ´¶\8e\7få\85 dPj8ßËmû>rt\8e\9e9m\17µ~t)uý¡=]Ë\87
+\861ƽTp&\80ó\ 1°[ì\13tDÅ$\aá\14{®r°=C,OÛUäP\ 4]\109$G\17Ð\ 5\19£Ã[àaÊ      ö³T£\14\88\ 2#iÄ+7G:Ã\8dÔ`òÀÑë\9644\9dil>\17\1f¹\1aó·¥Ý«²RÃùiÞï¥&ý£Ï¤ö¨\1a\96îRêÿoþÎͽªGÜ<m\8c»ÌÆ\18÷RÁ\99\0Î\aÀn±OP\13]\93\16dRþ\ 1ËÓv\159\14\ 1]\109\91C\17tAÌ\0«\12ËY°Q
+e\94Io\1cù\914:-7G®áôýè\e©Á\84ûÆ®_vâÜÙøHÔ\ 3/>që\8cq_«ÿsJ(×+¾äKO®Í  &\ füî\9c\89»O\1cÝsò¸-\145kû+ÿP\9b\13}2}ÂyBb\8cq/\15\9c     à|\0ì\16û\ 45Ñ;      ÁO\80.\06§í*r(\ 2º r"\87\82¤\ 1V%6³`£\17\8a)~Þ2\12%itZn\8e\«     Ê\ 6\aE\ fÖo[¿úÀ;\rMgâ Kÿµ¸þçOÕ|uʨ^Õ#ú\84óÒ½åK]J\r&\ füõÂȺ÷vo?~Øþ\89\9a´qù\9dsKo\9b9>\1a\e\991Ƹ\97
\ 4p>\0v\8b}\82\9a¨¡Tà'ÀÂ\ 4lN«\15\91S\ 4tAäD\ e\ 5I\ 3ìIlfÙF5\88ѪzGÖ¯\8cI\1a\89ÃÍ\91«9éu\ 5½CyAÉ  lð¼·_\9b¿ssSËùX\8f\87\1fþvÑÔ?=73¹6§GÕ07R/9ý"#»Ud\ 6ãïýͳSÜHýÄøW^øøÉDÃsC¤PN\8c1î¥\823\ 1\9c\ f\80Ýb\9f )\b\0~\ 2lKÀæ´Z\119E@\17DNäÐ\ 5]\10\92ÄZ\16oT\83ÎÜ_ÏÜúµÍ$\r>t/õ*~(3©&;\98<°_ddý¶õÓß\\1f\1fùih:ó»EÓ\82²\8c/Wf¦yÑm|&ubÿA+æUm^åRê'\8a\18}2½ªG¸\91j\8cq/\15\9c      à|\0ì\16û\ 4M\ 1ü\ 4X\98\80Íi¯"r\8a\80.\88\9cÈ¡\vº o\80\r\89\9d,á¨\ 6X¿Øf\92F¬psä*ÜIìY=<(\1eðÝ9\13\1fYÿ\ÜÜHÝ~üpÁ\9aE\ f-\9f\eL\1eè^a\eÓµ|hôíÿé¹\99\87\1aOZ8\1f\eÿÊ\vÑI\rç'Õ¸\94j\8cq/\15\9c à|\0ì\16û\ 4e\ 1ü\ 4Ø\96\80Íi¯"r\8a\80.\88\9cÈ¡\vº r\80\r\89\85,áh\aX¿Xe\92F,qsä\vÿPfÙà\9f̯|àÅ'æïÜ\1c\1f\99ÙphoÕæU\7f\:=\98p_·\8a̾î\15~fÒë
\84ó¢\ f§{eÖ \15ó¢oÿtó9ÛæcÅ\9b^
+J3¢Ó;\9c\97.-Æ\18÷RÁ\99\0Î\aÀn±OP\16ÀO\80m   Ø\9cö*"§\bè\82È\89\1cº \v"\aX\8fXÈB\8e\82\80õ\8b=&iÄ\147G¾¸\9b\89I5#º\94\ fù?3ǯ:°+n\ 2³ñð¾\1fÎ+\ f&Ü×£jX¿ÈH/ú\92¯>¹6'ú¿\7fznæÝËfY2\1fkh:3\7fçæð\ek\82I\ f        \891ƽTp&\80ó\ 1°[ì\13\94\ 5ð\13`a\ 26§¥\8aÈ)\ 2º r"\87\82È\ 1v#\16²\9c£ `ýb\8fI\1a1ÊÍ\91/b\92kszV\ fÿ\7fó*¾7gÒÆÃûâ#*\9bß?°þÐ\9eïÏ- Ê\ 6ûFj\e\9fIíU="5\9cÿÐò¹ÖË'\8e\9fm\1c½nI0î\9e®åCo\10\1ec\8c{©àL\0ç\ 3`·Ø'(\và'ÀÂ\ 4lNK\15\91S\ 4tAäD\ e\ 5©\ 3,FlcQGGÀúÅ\12\934b\96\9b#\1d8iu\ 5½Cy©áü\7fy¼ø\96éc\8f4\9e\8a\8f\90ìúàèî\13Çn\9c2*(ÍH       åºWøy\13}8_«ÿó·f<:à¥'í\96O44\9d)\»8\98Øßufc\8c\803\ 1ç\ 3`·Ø'è\và'ÀÂ\ 4lN\e\15\91S\ 4tAäD\ e\ 5Á\ 3lE¬biGM\0ë×\ 6\934b\9d\9b#\1d5©áü¾\91Â\9b§\8d¹}Ö\84¸\89GKkëöã\87»Wfõª\1e\91\16Î÷\96Û¸\92\1c\r@ôA=ºáy[å\13\8dÍç\1a\9aÎä®^\18\94\fr\9dÙ\18ã^*àLÀù\0Ø-ö   ú\ 2ø     °3\ 1\9bÓ:Eä\14\ 1]\109\91C\17tAö\0[\11{XÚÑ\14Àúµ¾$\8d8àæHG]KìQ5ì?æW\9domiim\8d\9bxl;v(úwy¿í¹\95\1c\94\f*ÞôR<½ýÿ½»\96NïQ5Ü\8dTc\8c\803\ 1ç\ 3`·Ø'h\rà'À¶\ 4lNë\14\91S\ 4tAäD\ e\ 5     \ 4¬Dl`\81GS\0ë×ú\92\86\9b#ÿ«\89\14^_\93\1dLzèîe³\8e4\9ejh:\137ÁXòî¶Þ¡¼[¦\8fí\13Îó¢Û\98\9eÕÃ\83\89ýçîxõpãÉ3ç\9b­\94OünÑ´\94ÚÜh~ÒäÄ\18ã^*àLÀù\0Ø-ö   Z\ 3ø     °0\ 1\9bÓ.Eä\14\ 1]\109\91C\17tAü\0û\10KXæQ\16Àúµ»$\8dxáæÈß=}#\85ÁÄþ\85k\17o9zðpãɸ\89\8d5·L\1f{ÛÌñI5Ù½C.¥¶õ\91Ü dÐ\8a}oG\ 3\8dÔOùÙSÕwÎ-í\17\19)?Æ\18÷R\ 1g\ 2Î\aÀn±OP\1c¸æ\8bÎCð\13`[\ 26§]*r(\82.\88\1c\vè\82\ 4\ 2\96¡\r\8cØ£/`ýZ\\92\ 6\1dËÍ\91¿ï3©]Ê\87\ 4ãî)X³èH㩸   Ã#ë\9fûÙSÕ·Î\18×½2+¥67Ý\8bþ\9c·\9f\12Ê\rJ\ 6u«È\¶g»\1dr\91_>\13J®ÍIª\19\91\1aÎ\97\16c\8c\803\ 1ç\ 3`·Ø'(\ e\óEç!ø      °0\ 1\9bÓ"\159\14A\17D\ e\91Ó\ 5tA\ e\ 1\9bÐîEòQ\19°~m-I\83\8eåæÈ\15Mj8?(Í\b&=TµyÕ¬í¯44\9d\89\9b$<²þ¹¾\91®åC\93ksn\88\14\97üBnRMvôíß4uôü\9d\9b\17ìzÃ\ 2ù´3ÍÍ¿^\18é^\99\95&-Æ\18÷R\ 1g\ 2Î\aÀn±OP\1cè4[Îsð\13`a\ 26§E*r(\82.\88\1c\vè\82(\ 2Ö Å\8bð£5`ýZY\92\ 6\1dËÍ\91+øDfiF\8fªáµ¯¯.{õåxÊ@áÚŹ«\17¦×\15$ÕdûFj\e\97R\83ÒÁÿöÄä\8a×VÎß¹Ùêø´Ý'\8e\rZ1ï\81\17\9f\88vDT\8c1ƽTp&à|\0ì\16û\ 4Ý\81Nµå<\a?\ 1¶%`sZ¤"\87\82È!rº\80.\88"`\aZ¼È?\8a\ 3Ö¯}%iбÜ\1ci×'2K\ 6Ý<m̨u\8b'm\\1e7¯¾©åüøW^(Úøb\97ò!AYFïP\9e\9f\97\81\1e\83â\ 1ß\99=qÉ»Û,\8d\8bl;vè×\v#AÑ\83Ý*2ûúÒ®1Ƹ\97
\ 4\9c\ f\80Ýb\9f ;ÐÉV\9cGá'ÀÂ\ 4lN[TäP\ 4]\109DN\17Ð\ 5i\ 4,@[\17\15@qÀúµ¯$\r:\96\9b#\97¹\91Z\9añÝ9\13ïy~vÅk+ãé½\1f\98»zaPô`P6Ø»nûS¹ÑGôËgBw-\9d¾|ß\ e\eãÓ6\1cÚ[¿mý\1f\96<\16Lz¨_d¤´\18c\8c{©àLÀù\0Ø-ö     ê\ 3\9dp¿y\1a~\ 2lKÀæ´EE\ e\ 5\91Cät\ 1]\10\ 2´rQ\ 1t\a¬_ËJÒ c¹9rÉI¯+¸®2ëι¥?\9d_õø[\9bâé\8dï;Ù°äÝmcþ¶4(ºß×-Û\9e¤\9a\11_ªÌüÎì\89Û\8e\1d²+.²ùý\ 3?x²,\9a¢\1eUÃ\J5Æ\18÷RÁ\99\80ó\ 1°[ì\134\b:ó~ó@ü\ 4Ø\96ÐöBð\10lN+TäP\ 4]\109DN\17Ð\ 5\99\ 4,@û\16ÉA}Àúµ©$\r®\88\9b#\9f\9d\94Pn¯ê\117M\1d½êÀ®xz×{O6¼zdÿCËç\ 6ãîé^\99åRêçMZ4\ 3µ¹Éµ9?\9cW~û¬       ÑçfQ\äí\86\9b3©Kù\10)2Æ\18÷RÁ\99\80ó\ 1°[ì\134\b:ÿ~ó@ü\ 4Ø\96Ðö6ð\1clN+TäP\ 4]\109DN\17Ð\ 5±\ 4,(Ë\16ÉA\83Àúµ¦$\r®\88\9b#\9f\9eÔp~\9fpÞm3Ç÷\8d\14¾zd\7fܼåÃ\8d'\ f\9cúàW\vÂAñ\80ëk²Ý%lëRj8?½®àöY\13¢1himµ".rðô\89èÜ:c\\8fªáé\ 2c\8c1î¥\823\ 1ç\ 3`·Ø'(\11ÄÂróLü\ 4Ø\96Ðö*ð(lNûSäP\ 4]\109DN\17Ð\ 5É\ 4«\ f\9b\16ÉA\89Àúµ£$\r®\88\9b#\9f\9e\9b¦\8eN\vç\1fj<\19O¯øìùæ;fMèQ5,5\9cï\15_þK©¡Ü\1f<Yf3|Vë\87\1f\1ei<Õ;\94w}Mv\9a´\18c\8c{©àLÀù\0Ø-ö        J\ 4±³Ù<\16?\ 1¶%´½\a<\r\9bÓþ\149\14A\17D\ e\91Ó\ 5tA8ÁÞÃ\9aErÐ#°~-(I\83+âæHúG\9fIíY=ü\96éc\e\9bÏE'ξ\91yÛÌñ½Cy.\12^6\ 6}Ây]+\86þd~åÙóÍ6Ãg½wúD4H¢b\8c1î¥\823\ 1ç\ 3`·Ø'è\11ÄÜfóXü\ 4Ø\96Ðö\12ð@lNËSäP\ 4]\109DN\17Ð\ 5ù\ 4\e\ f;\16ÉA\95Àúµ\9d$\r®H"ß\19é\e)L®Í \8a\aüÇüª}'\eÞ;}"\9eÞìÑ3§¿^ÿðwfOLûè3 ®\bµ\11\83¤\9a\11ÁÄþw/\9bµ÷dÃ\91ÆSÖÂE6\1cÚ{c]áÇ\17\9c\ 5Æ\18cÜK\ 5g\ 2Î\aÀn±OP%\88¹µæÉø        °-¡í\rà\99Ø\9c6§È¡\bº r\88\9c\v"
\1d\16,\92\836\81õk5I\1a\\91\84½\8ax]eV0þÞ»\97ÍÚxxßî\13Çâé\9d¾zdÿ\1d3'üàɲ¤\9aìäÚ\1c\97\83ÚNBPô`áÚÅ\e\ eí=\18_\17\93\8a}oß4utÏêá)¡\\81\18÷RÁ\99\80ó\ 1°[ì\13T      bq¡y>~\ 2lKh»þ\1e\8bÍis\8a\1c\8a \v"\87Èé\ 2º ¥`×a»"9(\14X¿ö\92¤Á\15IÀ{\88\87\ 4ãîÉ]½pÑî­qv#5jÕ\81]·Î\18×­"3©&;ÝÍ 6&R\18\94\r\ eÆß\eM\82o¤^Ò\9c·6þü©\9a\96^W\99%KÆ\18ã^*8\13p>\0v\8b}\826Aì.4Ïǯ\80m      m·Þñ6­M\91C\11tAä\109]@\17d\15,:ìU$\a\9d\ 2ë×R\924¸"\89vO$(\1e0iãòÈ\96µñw\15qÞۯݽlÖ\8fÿRÑ¥|HßH¡;A\97MBɦ\15Ñ$44\9d±\a>kæ\9b\eþ¹þá 4#©&[\9c\8c1ƽTp&à|\0ì\16û\ 4\85\82\98^h\9e\8f_\ 1«\12DÚÚ´6E\ e\ 5\91Cät\ 1]\10\96³TÑ\ eÔ
+¬_\eIÒ \ 3%ÂÝ\90ôº\82>á¼\v\1fÇ,\e\°fQkܽÄúmë\v×.þî\9c\89\80\9eÕÃÝ"l#     ½C\17\92е|è\98¿-UÿÏ3óÍ\r\7f¸[E¦,\19c\8c{©àLÀù\0Ø-ö :\ 5q°Í<"¿\ 2V%ȳµig\8a\1c\8a \v"\87Èé\ 2º ®\80\15g©¢ h\16X¿Ö\91¤A\a\8aó\8b!\91Â\94ÚÜ lp\9fp^îê\85Ñ\89³×7uëºð\ekn\9c2*(\1eà»\96mLôÉ$×æD\93\90^W\10\8d\9a\7fIÓß\_ûúê\9b§\8dé^\99%NÆ\18ã^*8\13p>\0v\8b}\82NA|¬2Oɯ\80m  ÂlmZ\98"\87\82È!rº\80.H,`ÅÙ¨(\bÊ\ 5Ö¯]$iÐ\81âøFjrmN\97ò!ßxì\91?=73.ï!Îykc×ò¡AÉ \94\r®\10\19\86\1eUþ5ãÑh\12|&µ\równî^\95%QÆ\18ã^*8\13p>\0v\8b}\ 2jE\9cí1\ fʯ\80m\89¾K²µi[\8a\1c\8a \v"\87Èé\ 2º ´`³a\9d¢)è\17X¿\16\91¤A\a\8a¿\9b éu\ 5)µ¹×UfÝ1kÂ\8fÿRQ¼é¥8{e§\9bÏ-ß÷öü\9d\9b\83É\ 3ÓÜý¹l\18B\17ÂÐ/2²âµ\95ú~IgÏ7G\13µh÷Ö 4#5\9c/6Æ\18ã^*8\13p>\0v\8b}\ 2\9aE\9c-1Ïʯ\80U\89²K²µi[\8a\1c\8a \v"\87Èé\ 2º ·`­a\97¢,¨\18X¿¶\90¤A\a\8a³k ½CyI5ÙwÌ\9aðÍú\87ç¼µ1Î^VCÓ\99\ eE¶¬\r&Ü×­"3ÝÅ\9fv\84á¶\99ã¿ùØ#á7Ö(û%56\9f\9bºu]Pt\7f4Q2c\8c1î¥\823\ 1ç\ 3`·Ø' \Äå\12ó¬ü
+X\95\18[\9bV¥È¡\bº r\88\9c\v¢\vv\1a\16\82\96\81õk\ 5I\1at ¸¹\0\92\16ÎO\rçß2}ì?\84rV\1fx'Î^Óéæ¦#\8d§F¯[\12\14=\98T\93}C¤Ð\95\9f¶'\1a\86o<öÈ?Ôæ,yw\9b\9a\7f\9e³ç\9b/\s\9eô\90D\19c\8c{©àLÀù\0Ø-ö     è\17q¼Á<.¿\ 2V%j.ÃÖ¦=)r(\82.\88\1c\vè\82ô\82\85\86-\8aÊ h`ýÚ?\92\ 6\1d(~î\80D
+\93j²÷\9c<\1e\7fï¨õÃ\ fïy~v×ò¡inú´{ºWem9zPÁÛ\bUKkkíë«\83Ò\fi1Æ\18÷RÁ\99\80ó\ 1°[ì\13P1â{}yb~\ 5¬Jt\\80­MKRäP\ 4]\109DN\17Ð\ 5\ 1\ 6Û\f+\14­A×Àúµ|$\r:PL_úH¯+è\13Îë^\99uÓÔÑ\rMg\8e\9fml\8dÇwô§çf&Õd§\86óÝKmÏgs{U\8føreæ¶c\87ZZ[\15üóä®^ø\ fµ¹ÑâDs%6Æ\18ã^*8\13p>\0v\8b}\ 2ZF|ï.\ fͯ\80=\89\82\v°µiI\8a\1c\8a \v"\87Èé\ 2º É`\95as¢8¨\eX¿6\8f¤A\a\8aÝ\e\1f}#\85\87Þ9·t×\aGw\9f8\16\97\97Ï\84¾7gÒ\8dSFõ\ eç¹ãÓö×rSB¹AiFôYEó°³á}ÕnCÖª§£\8f+¹6Ç¥Tc\8cq/\15\9c      8\1f\0»Å>\ 1-#\11\16\97çæWÀªDµ¥×Ú´!E\ e\ 5\91Cät\ 1]\10f°Ç°6Ñ\1d4\ e¬_kGÒ \ 3Åè\8dÔ\1e\83¢û\7fü\97\8aíÇ\ fÇßKiim\8dþi¿Z\10î\13ÎûøK©.ø´\9d\87 lð÷ç\96¬{o÷«Gö+u\eî^6ëçOÕÜ<mLrmNºð\18c\8c{©àLÀù\0Ø-ö      (\1a\89±µ<:¿\ 2V%z-ºÖ¦õ(r(\82.\88\1c\vè\82<\83\r\86\9d\89\ 6¡w`ýZ8\92\ 6\1d(¶nyô\8b\8cìV\91\19\8c»çîe³æïܼåèÁø{#ÇÏ6þt~Õ\97*3{T\rOsµçryèQ5,\98\ f\9e,Ûxx\9f:·í¾\17æ¤ÔæF\9fXïP\9eK©Æ\18ã^*8\13p>\0v\vö ºFâ¬,Oϯ\80U\89FË­µi7\8a\1c\8a \v"\87Èé\ 2º Ò`}aa¢D¨\1eX¿¶\8d¤A\a\8a\95û\1déu\ 5\87\ 4E÷g®|ªâµ\95;\1aÞ\8f¿w±åèÁ\a^|âOÏÍ\fÊ2\\e¼ì7R/ÜP.ºÿ\ fK\1e«Ú¼jὺüy\9aZÎ?´|n´8×Ufùö®1Ƹ\97
\ 4\9c\ f\80Ý\82}\82º\91\80ûÊ\ 3ô+`U¢ÑBkmZ\8c"\87\82È!rº\80.\b6Ø]X\95è\11Ú\aÖ¯U#iÐ\81:ÿuÔÔpþ\85\e©¥\19¹«\17FçøÙÆø{\v+÷ï\1c½nÉo\17M\r&öÿrefßH¡\e=mM¤0\98\81\17\9f\88æaûñÃZÜ\86h_îy~vP< Z"\9fß5Æ\18÷RÁ\99\80ó\ 1°[°OÐ8\12sYy\86~\ 5ìIÔYh­M\8bQäP\ 4]\109DN\17Ð\ 5Ù\ 6\8b\v{\12UB\ 1Áúµg$\r:Pg¾{\98\12ÊíZ>4ú¿\99+\9f\1a´b^\>ÿe{¶G¶¬ýѼ\8a èþ\1eUÃúEFºËÓƤÕ\15t¯Ì
\ 6ÿæÙ)\rMgô·m\aN}ðÀ\8bO\ 4\13û»él\8c1î¥\823\ 1ç\ 3`·`\9f t$ò¦ò\18ý
+X\92è²ÐZ\9b\16£È¡\bº r\88\9c\vâ\rV\16\96$
+\85\ e\82õkÉH\1at N{#µ[Eæ×êÿü_\8bë3W>\15¯\ f\7fåþ]Ñ¿1\98ôPRÍ\b7\a/;}Âyɵ9w-\9dþ\9bg§´ªn\9bv6¼ÿô®×\87¼<?(zÐegc\8cq/\15\9c 8\1f\0»\ 5û\ 4½#Á×\94'éWÀ\9eD\91ÅÕÚ´\12E\ e\ 5\91Cät\ 1]\90p°¯°!Ñ)4\11¬_ëEÒ \ 3uªK\1céu\ 5)¡Ü\9eÕÃo\9d1îß\9e\98<zÝ\92x}ì\e\ fï{õÈþ¾\91Â^Õ#np#õr©H\rç'ÕdGÿ÷7ÏNÑÙËÚsòøo\17M\rÆßÛ£j\98ûÎÆ\18ã^*8\13p>\0v\vö  ª\87\1d%®~\ 5ìI´XV­MûPäP\ 4]\109DN\17Ð\ 59\aË
\11µB\19Áúµ[$\r:Pç¹Á\91\1aÎO©Í½eúدN\19\15Ù²6.\9fvSËùÝ'\8em<¼/(\eÜ­"3ú'§»¼Óæ¤ES\11ʽiêè[g\8cs)õ²Þ;}bÏÉãÿ¹ .(Íp#Õ\18cÜK\ 5g\ 2Î\aÀnÁ>Aû° dÕ¯\80=\89þ
+ªµi\19\8a\1c\8a \v"\87Èé\ 2º ê`Ma1¢\¨$X¿¶\8a¤A\87ë,×\ fë
+þiÚ\98¯T\ e[¶g{\>çæ\96\96ÓÍMKÞÝ\16L\1e\98\\9bãÂN;/¥Þ8eÔõ5Ù\ f-\9f«ª\97ÕØ|îÛ³\8b¾\\99Ù'\9cç¾³1Ƹ\97
\ 4\9c\ f\80Ý\82}\82\ eb;I©\1f\ 2K\12Í\95R;Ó&\149\14A\17D\ e\91Ó\ 5tAÚÁ\8eÂVD¿ÐJ°~­\14$\87/B'¹¾ñ¥ò¡[\8e\1elj9ßÒÚ\1a\97Ï9²emôo¼qÊÈ4·uÚ7éu\ 5AÉ q\e\9e\8f¦¢¹¥EU/ë¶\99ã{\87ò$Ç\18cÜK\ 5g\ 2Î\aÀnÁ>A\r±\9a\ f\81%\89Î\8a¨\9di\r\8a\1c\8a \v"\87È¡\vº ó`;a\1f¢e(&X¿ö \92Æ\17çÚ^<L\rç\7f¹23:[\8e\1e\8c×\e©Q\15¯­ìU="%\94\eý{]Õ¹üD
+{V\ f\ f\8a\1e\9c´qùéæ&%mÛñ³\8d_«ÿóí³&|üÝaù1Æ\18÷RÁ\99\80ó\ 1°[°OÐD,%ùôC`I¢°òigÚ\81"\87\82È!rè\82.\88=XMX\86(\1a\1a
+Ö¯5\82¤ñŹ&\975úF
+\93ks\82\92A7M\1d½åèÁèÄëãÍ]½ð»s&Þ2}lôïMwO§\1dÓ¥|HPôàãomzõÈþ\13çÎjhÛ\ e\9cúà\9b\8f=r}MvJ(Wx\8c1ƽTp&à|\0ì\16ì\13\94\11\eI8ý\10X\92¨ªpÚ\99\16 È¡\bº\80È\89\1cº \v\881\96\12Ö ê\86\92\82õk\87 i|Ñ®ò5\8d~\91\91\1f}
+óþ\7f\7f²tù¾\1dë\ fí\89×\aÛ\7fùÜ_/\8cÜ<mÌu\95Y)¡\\97R/ûñÜÞ¡¼ lð¢Ý[\97íÙÞÔr^7/kûñÃß\9e]\14\r\98t\19c\8c{©àLÀù\0`3Ø'è#Ö\91dú!°$ÑSÉ´3m?\91C\11t\ 1\91\139tA\17\90\7fl$°\ 35\ eU\ 5ë×ö@Ò¸:®æ\8dÔn\15\99Áø{\7f·hÚô77Äñ\8dÔû^\983à¥'SB¹_ªÌì\1dÊsg°\9d\1fÏíU=bÞÛ¯©d{¬Ø÷öï\97Ôÿò\99PP6ø\86\14\19c\8c{©àLÀù\0`3Ø'h%v\91Lú!°!QR±´3­>\91C\11t\ 1\91\139tA\17Ð\ 2ì"°ýô\ e\85\ 5\8b×Þ@Þ¸:®Î§0»\96\ f\r&öï¿|î¸\rÏo9z0^\1fæÙóÍ\ f¼øDP\9a\11ý{SÃùn¤^öFjRÍ\88 xÀ-ÓÇ\96½úrý¶õúØ\1eËölÿî\9c\89Ñçö\95ªa}]J5Æ\18÷RÁ\99\80ó\ 1Àn±OPLl!\81ôC`C¢\9e2igÚ{"\87\ 2"'rè\82\vØB`ïi\1f:\vV®¥\81Ôq\15\972RÃù]+\86\ 6e\19\19+þ2äåù\87\1aOÆëcÜ{²¡hã\8bÙ\7f]\10\14\ fp\1dµ\9d\97R\83²ÁwÎ-\1d¶ê\99YÛ_ÑÄöxz×ë%\9bVD\1fZP\9aáFª1Ƹ\97
\ 4\9c\ f\0v\8b}\82nb\ 5\1f\ 2\e\12Ý\14H;ÓÒ\139\14A\17\109\91C\17t\ 1
+\ 2KO\ 1Q[°om\f\ 4\8f«ï\vú@jïPÞ\97+3Sjsû/\9f{÷²Yqü\0·\1d;4ýÍ\rÑ?3\18\7fo×ò¡n\v^~"\85½ªG\ 4¥\19·Í\1c¿h÷V\1dl§%ïn»iêè`ÒCI5#ÄÌ\18cÜK\ 5g\ 2Î\a\0»Å>A=±\7f\ f\81%\89b\8a¢\9d\89\1c\8a \v\88\9cÈ¡\vº\80F`ÿ\80\8d§\83(/Ø´v\ 5âÇ5ñEÜHíQ5ì\9f¦\8dùõÂÈ}/Ì\89ãG·åèÁåûvüæÙ)Áø{¯«Ìê\17\19é\1aÎe'©&»{eÖ\8fÿRñ£'ËWîß©\80í±bßÛÑg\95\16ÎïU=â\ 67R\8d1ƽTp&\80ó\ 1°[ì\13\94\14ËG\bý\10Ø\90¨¤\1cÚ\99v\9dÈ¡\bº\80È\89\1cº \vè\ 56\ fØu\9a\88
+\83\1dkK \84\;\1dx#µO8/©fÄ7\1f{ä;³'\ e[õL|?·]\1f\1c\8dþ\99\1f}¼2ÛÇ+Û9)µ¹wÎ-½uƸ\9d\rï«^{´´¶.ß·#(ÍèR>$5\9c\9f.EÆ\18ã^*8\13Àù\0Ø-ö z\8aµ#\81~\blHôQ\bíL\8bNäP\ 4]@äD\ e\ 5´\ 3;\al9}D\91Ávµ\1f\10E®©\ e¹|\91\1aÎï\1dÊûçú\87ÓÂù%\9bVÄ÷\13;Üx2:ß\9añhÏêáî ¶?!iu\ 5·L\1fÛÔr^éÚ©¹¥eù¾·\83\92Aòc\8c1î¥\823\ 1\9c\ f\80Ýb\9f ­Ø9²ç\87ÀzD\13\9b²åD\ e\ 5DNäÐ\ 5]@G°mÀ~ÓJt\19ìUË\ 1\81¤\93è\90Ë\17ý"#»\96\ f\9d¿ss\1c?¨Ö\ f?lj9\7f¤ñTïP^J(7Í¥\9b\96núG\97RÕ­\9dZZ[£a{aï[Ai\86ü\18c\8c{©àL\0ç\ 3`·Ø'(,V\8dìù!°!ÑAÙó¾ì7\91C\11t\ 1\91\139tA\17Ð\14,\19°ÙÔ\13\8d\ 6\e\15\ 1\13K:\8fÿýÍ\8b 4cý¡='Î\9dmni\89ã\aµùý\ 3I5Ù_«ÿsZ]\81K©í¼\8eÚ;\94×¥|È\ fç\95Gãqº¹IÝÚ©~Ûú^Õ#þiÚ\98Ôp¾ \19c\8c{©àL\0ç\ 3`·Ø'¨-ö\8cÔù!°\1eQ@ÁóÊ,7\91C\11t\ 1\91\139tA\17P\19¬\17°Ð\94\14½\ 6»\141\13N:\8f¿ûÊaj8¿[EfP6xÝ{»[Z[ãø\11-Ú½õ«SFÝ6s|Jmn\9fp\9e»6í\99¾\91Â`òÀ»\96Nß}âØ{§O(ZûÕ¾¾:¹6':.¥\1ac\8c{©àL\0ç\ 3`·Ø'(/6\8c¼ù!°\1eQ=\91óâ¬5\91C\11t\ 1\91\139tA\17P\1c,\16°ÊT\15´\e[\14«@Délþ\8eû\86ɵ9Áä\81éu\ 5\e\ fïÛpho|?\9fyo¿ö\8fSFö¨\1a\9e\12ÊMwѦ}  é^\99\15\8c¿÷îe³ö\9dlP±ö+\»øι¥ß\9añhRM¶°\19c\8c{©àL\0ç\ 3`·Ø'è/v\8b°ù!°\1eQ:yóúì4\91C\11t\ 1\91\139tA\17P\1f¬\14°Ä\14\164\1d\9b\13õ\17W:¡öß°è\17\19Ù³zxPôà÷æLZ´{ëÊý;ãûÉT¼¶ò×\v\9d3ñºÊ¬\e"\85®Ø\~"\85\87\ 4ãï-\»øé]¯ïu)õJ\14¬Y\94^WðåÊÌ\94P®¼\19c\8c{©àL\0ç\ 3`·Ø'(2\16\8b\8cyeÈ­ºI\9a7h\9b\89\1c\8a\80ä\88\9cÈ¡\vº\80\12a\99\80õ¥¶ ïØ\99(¾ÐÒ9µóFê\85/`N¸ï?\17Ô\85ßX\13÷7R\1fÝðü \15ó¾ùØ#AiÆõ5Ù}]\12\ 4\93\aNÚ¸¼öõÕGÏ\9cÖ¬ö\e¶ê\99!/Ï\8fÆÌgR\8d1ƽTp&\80ó\ 1°[ì\13PL+Eº¼8DWÑÄÌ{´Ê\109E@\17DNäÐ\ 5]@\95°FÀâR^Ðz¬JT^zéäÚ¾U\91^WЭ"3\98ØÿOÏÍ\1cµnñÆÃûâûi\8c]¿lü+/¤\84r\83Ò\8cäÚ\1c7R/;Ñ\84ô     ç\ 5e\83»\94\ f)\»X¡®TÁ\9aE\17*V6¸w(Ï¥Tc\8cq/\15\9c       à|\0ì\16û\ 4\94Ú2\91\ f\ 1V1\ 1ó6-1DN\11Ð\ 5\91\139tA\17Ð),\10°¯T\18t\1fK\12e\97a:¹Ï»O\91\16ÎÿøºÜ}/ÌyàÅ'ö\9el\88ïçÐÒÚ:nÃóAÉ  ,£OØ\rÁvL¤0¥67\9a\90èÿ\1f¶ê\99ì¿.Цökh:SñÚÊ¢\8d/\ 6\93\aÊ\921Ƹ\97
\ 4p>\0v\8b}\ 2zm\93\b\957\88\fë\97ty¡6\18\bè\82È\89\1cº \v¨\15\aXVZ\fê\8f\r\89¦\8b1±â\92\9f¿ìQ5,¹6çîe³þkq}Kkk|?\81#\8d§æ½ýZÅk+\83I\ f¹\8eÚþK©=«\87ß2}ì\1f\96<V°f\91\1e]iä\86­z&\18\7foP6Xä\8c1ƽTp&\80ó\ 1°[ì\13Ðn;D¢¼GÄX³äÊkµ»\109E@\17DNäÐ\ 5]@¹°4À\9aRg°\a°\18Qpy&\86\t#µgõð¯N\19õ\8b§kþ°ä±¸ÿÛ÷\9fjXu`WáÚÅÁ¸{º\96\ fí\e)t\8fæ²\13ÍIJ(·GÕ°\e"\85%\9bVhÐ\95:Ôx2kÕÓAÑ\83òf\8c1î¥\823\ 1\9c\ f\80Ýb\9f\80\8eÛ\1eâäm"Æ:%T^®Å\85È)\ 2º r"\87\ 2*\86u\ 1\16\94R\83\85\80}\88^\v61çãÛ\13©áüäÚ\9c¯×?|ë\8cq\ 3^z2îÿê\83§O¼Ýpä\9eçg\aE÷÷¬\1eî\86`;§O8/\9a\93hH¾VÿçÚ×W«Ï\159ÜxrGÃ\91Ì\95O\ 5\13û\8b\9c1Ƹ\97
\ 4p>\0v\8b}\ 2\9anoH\91w\8a\918yÑV\16\bè\82È\89\1cº \vè\1aV\ 4ØK
+\ eÖ\ 2Ö \1a-áÄ¢´\8f.¥Þ<mÌõ5Ùc×/\8bû¿÷Ĺ³\rMg~öTuP\9a\91\12ÊMww¦}óqN¾^ÿðõÕ#\9e}g\8bâ\©ÓÍM¿]45(\19\14\r\1ac\8c{©àL\0ç\ 3`·Ø' ï6\86üx³Hµ\ 6       \92×mY!r\8a\80.\88\9cÈ¡\vº\80Þa3\80]¤é`?`õ¡ÈÒNlJ\vç\a%\83¦¿¹¡¥µµ5\ 1þÞÛf\8eï\1dÎs_æ\8aï¥\86ó¿T>ôÕ#û\13$'\1dîW\vÂ=ª\86\v\921Ƹ\97
+8\13p>\0v\8b}\ 2\8aoK\88\8d·\8c\84ë\8eðxé\16\14\bè\82È\89\1cº \v\16\ 2XA*\ fv\ 56\1eÊ+öÄ´£gN\1fi<ÕÔr>\11þØÛf\8eO\rçGÇ}\99öOôqÝ4uôþS\rÑ\9c´¸\93zåþí\89Éßxì\91~\91\91\82g\8c1î¥\ 2Î\ 4\9c\ f\80Ýb\9f\80úÛ\ f\ 2ã]#ç*#6Þ¾Õ\84È)\ 2º r"\87\ 2\9a\88=\06\8fî\83¥\81-\87Ϊ\0t~[\8e\1e¼uƸïÏ-é\1dÊKsYæïº\97\9a 7\97;VCÓ\99\96ö   ç¥\84r\ 5Ï\18cÜK\ 5\9c    8\1f\0»Å>\ 1«ÀZ\10\12/\1d\81×\14i\91\ 4ë\b\ 5tAäD\ e\ 5T\12õ\a\vÇ\12\0\v\ 4Ë\r\ 5\0\0\0\0\0èTü×\ 4ÿõ\ 1°\12íF\0\0\0pj\81\ 3\10\0ðo\15ÿÂ\ 1\0\0\0\0\0\80+⿸ùïq\80\95h7\ 2\0\0\80S\v\1c\80\0\80\7f±ø·\r\0\0\0\0\0\0\)ÿ1Î\7f\95\ 3ìC»\11\0\0\0\9c]8ú\0\0ü\8bÅ?o\0\0\0\0\0\0 \9dü·9ÿy\ e°\ fíF\0\0\0pváè\ 3\0ð/\16ÿ¼\ 1\0\0\0\0\0\80+â?Ì\ 1$òJ´\18\ 1\0\0ÀÙ\85£\ f\0À?Zü«\ 6\0\0\0\0\0\0þ7üç9\80\87v#\0\0\08¾p_\ 3\0ð\8f\16ÿ°\ 1\0\0\0\0\0\80/\94ÿ<\a\10»ûÐb\ 4\0\0\80Dã²\ 6\0à\1f-þU\ 3\0\0\0\0\0\0\9d\8dÿB\aÐiW¢Å\b\0\0\0|\1e×4\0\0ÿhñO\1a\0\0\0\0\0\0èlüw:\80«°\ fmE\0\0\0à\8bà\8e\ 6\0à\9f.þ%\ 3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ü\7fìÛÁ\15à\fDA÷ßtÒ\ 2±A\8eV3%,zÜ>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0¼å:ÌÂ\0\0\0\0\0\0\0\0\0\0\0\0\0\0í\\7fÉ»\0\0\0\0\0\0\0\0\0\0\0\0\0\0¼ëjËÛ\ 1\0\0\0\0\0\0\0\0\0\0\0\0\0\9cv%ò¬\0\0\0\0\0\0\0\0\0\0\0\0\0\0{]¹<.\0\0\0\0\0\0\0\0\0\0\0\0ÀLò7S\8b\rG½²ã\ 1\0\0\0\0\0\0\0\0\0\0\0\0à6±\9b©¥\85\13\1e×!\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\9cÀÍÔrÂìguT\0\0\0\0\0\0\0\0\0\0\0\0\0ì"j3µ\840ò5\1d\18\0\0\0\0\0\0\0\0\0\0\0\0\0Û      ÙL-\eLzD\81*\0\0\0\0\0\0\0\0\0\0\0\0\0çè×L­\16Ìx>i*\0\0\0\0\0\0\0\0\0\0\0\0\0§\89×L-\15ìþpºT\0\0\0\0\0\0\0\0\0\0\0\0\0j\88×L-\15ìûdºT\0\0\0\0\0\0\0\0\0\0\0\0\0*\89×L-\15ìøX¢T\0\0\0\0\0\0\0\0\0\0\0\0\0êé×L­\16ìõLºT\0\0\0\0\0\0\0\0\0\0\0\0\0Þ¢_3µZ°Ñ\eéR\ 1\0\0\0\0\0\0\0\0\0\0\0\0x\91~ÍÔjÁ\8f"Õ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°@¿fjµ PÔ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°B¿fêɵ DÔ¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0°N¿fê±µ >Ô¥\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\13ý\9a©gÖ\82âP\97\ 6\0\0\0\0\0\0\0\0\0\0\0\0À¯ôk¦\9eV\vÊB]\1a\0\0\0\0\0\0\0\0\0\0\0\0\0÷è×L=ª\16Ô\84º4\0\0\0\0\0\0\0\0\0\0\0\0\0nÓ¯\99zN-(\bui\0\0\0\0\0\0\0\0\0\0\0\0\0<¡_3õ\90ZP\rêÌ\0\0\0\0\0\0\0\0\0\0\0\0\0xHÂfê     Á \1aÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\9c\84ÍÔñÁ \14Ô\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\85\84ÍÔÙÁ \ eÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\8b\84ÍÔÁÁ \bÔ\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\91\84ÍÔ©Á \ 2Ô\99\ 1\0\0\0\0\0\0\0\0\0\0\0\0°\97\84ÍÔºT\9c\19\0\0\0\0\0\0\0\0\0\0\0\0\0+$l¦¶6Î\f\0\0\0\0\0\0\0\0\0\0\0\0\80\15\126Sç­­ýtf\0\0\0\0\0\0\0\0\0\0\0\0\0\9c a3uØÚÂOg\ 6\0\0\0\0\0\0\0\0\0\0\0\0À!\126SëRqc\0\0\0\0\0\0\0\0\0\0\0\0\0¬P±\99:imá§\e\ 3\0\0\0\0\0\0\0\0\0\0\0\0à\1c\15\9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0V¨ØL\1d³¶êÓ\8d\ 1\0\0\0\0\0\0\0\0\0\0\0\0p\94\8aÍÔ\19kK>u©\0\0\0\0\0\0\0\0\0\0\0\0\0\9c¦b3uÀÚzO]*\0\0\0\0\0\0\0\0\0\0\0\0\0\ 5Tl¦Ö¥âÆ\0\0\0\0\0\0\0\0\0\0\0\0\0X¡b3u÷µÅ\9eºT\0\0\0\0\0\0\0\0\0\0\0\0\0j¨ØL­KÅ\8d\ 1\0\0\0\0\0\0\0\0\0\0\0\0°BÅfêÖk+=u©\0\0\0\0\0\0\0\0\0\0\0\0\0\94\99Z\97:°èt]\0\0\0\0\0\0\0\0\0\0\0\0\0Ü \944µ.Õ\8b\14\8cé³\ 5\0\0\0\0\0\0\0\0\0\0\0\0\b Ë3ußµµ¨\8dæõÙ\ 2\0\0\0\0\0\0\0\0\0\0\0\0\ 4Ðè\99Z\97\82©}¶\0\0\0\0\0\0\0\0\0\0\0\0\0\ 1Äz¦nº¶(µ×ø>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0z=SëRm^ð
+>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0ª=SëR\r\10>[\0\0\0\0\0\0\0\0\0\0\0\0\80\0Â=SëRM]ð">[\0\0\0\0\0\0\0\0\0\0\0\0\80\0ò=Sw\[\94Úñiü·\0\0ßöíä°a\18\b\82 óOÚN¡%ñZ *\84á\82¿\ 6\0\0\0\0\0\0\0\0\0\0\98NÁgj]ª\91oøF~¶\0\0\0\0\0\0\0\0\0\0\0\0\0\v\10ñ\99Z\97já«¿\94?-\0\0\0\0\0\0\0\0\0\0\0\0À\1at|¦Ö¥\9a\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+)\9f©Ç­-J\ 5\0\0\0\0\0\0\0\0\0\0\0\0\80G¨ùL­K5,\0\0\0\0\0\0\0\0\0\0\0\0\0\14\82>SëR\r\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85 ÏÔºT«\ 2\0\0\0\0\0\0\0\0\0\0\0\0@¡é3õ¬µE©\0\0\0\0\0\0\0\0\0\0\0\0\0ð\14Y\9f©u©\ e\18\0\0\0\0\0\0\0\0\0\0\0\0\0
+Y\9f©u©®\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+e\9f©u©®\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+e\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©u©N\17\0\0\0\0\0\0\0\0\0\0\0\0\0
+q\9f©\a­}Ìáß\ 2\0\0\0\0\0\0\0\0\0\0\0\0ÀzÄ}¦Ö¥º[\0\0\0\0\0\0\0\0\0\0\0\0\0(ô}¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥º[\0\0\0\0\0\0\0\0\0\0\0\0\0(ô}¦Ö¥:Z\0\0\0\0\0\0\0\0\0\0\0\0\0($~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦Ö¥ºX\0\0\0\0\0\0\0\0\0\0\0\0\0(T~¦\9e²ö1\81_
+\0\0\0\0\0\0\0\0\0\0\0\0\0\v\99Z\97êb\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Pù\99Z\97êb\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Pù\99Z\97êh\ 1\0\0\0\0\0\0\0\0\0\0\0\0 \90ø\99Z\97ên\ 1\0\0\0\0\0\0\0\0\0\0\0\0 Ð÷\99zÐÚ¢T\0\0\0\0\0\0\0\0\0\0\0\0\0x\90ÄÏÔºTw\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¾ÏÔºT§\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¸ÏÔºT§\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85¸ÏÔºT×\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85²ÏÔºT×\v\0\0\0\0\0\0\0\0\0\0\0\0\0\85²ÏÔºT\a\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85¬ÏÔºT7\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85¦ÏÔºTÃ\ 2\0\0\0\0\0\0\0\0\0\0\0\0@!è3µ.Õ¶\0\0\0\0\0\0\0\0\0\0\0\0\0P¨ùL­K5/\0\0\0\0\0\0\0\0\0\0\0\0\0\14R>SëR-\f\0\0\0\0\0\0\0\0\0\0\0\0\0\85\8eÏÔ³Ö\96¦\ 2\0\0\0\0\0\0\0\0\0\0\0\0ÀSD|¦Ö¥Ú\19\0\0\0\0\0\0\0\0\0\0\0\0\0
+\ 5\9f©u©¦\ 6\0\0\0\0\0\0\0\0\0\0\0\0\80B¾gj]ªÁ\ 1\0\0\0\0\0\0\0\0\0\0\0\0 \10î\99zÜÚÒT\0\0\0\0\0\0\0\0\0\0\0\0\0x\84jÏÔºTË\ 3\0\0\0\0\0\0\0\0\0\0\0\0@¡×3µ.Õþ\0\0\0\0\0\0\0\0\0\0\0\0\0P(õL­Kõ        \0\0\0\0\0\0\0\0\0\0\0\0\0 \90é\99zâÚÇêü\9a\0\0\0\0\0\0\0\0\0\0\0\0\0x!u\9e©u©¾\b\0\0\0\0\0\0\0\0\0\0\0\0\0\14º<SëR}\17\0\0\0\0\0\0\0\0\0\0\0\0\0(\14y¦Ö¥ú4\0\0\0\0\0\0\0\0\0\0\0\0\0PÈñL=tíc?þW\0\0\0\0\0\0\0\0\0\0\0\0\0<K\88gj]ª:\15\0\0\0\0\0\0\0\0\0\0\0\0\0
+       \9e©ç®}lÏ\1f\f\0\0\0\0\0\0\0\0\0\0\0\0\80;ÉîL­KU§\ 2\0\0\0\0\0\0\0\0\0\0\0\0@!¸3õèµE©\ 2U\0\0\0\0\0\0\0\0\0\0\0\0\0n£³3µ.U\9d
+\0\0\0\0\0\0\0\0\0\0\0\0\0\85ÂÎÔÓ×\16¢ªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\87¶ÎÔºT\81*\0\0\0\0\0\0\0\0\0\0\0\0\0\14\92:S/°¶øT 
+\0\0\0\0\0\0\0\0\0\0\0\0À\r\94t¦Ö¥ªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0 ÐÐ\99z\8dµ\ 5§ºT\0\0\0\0\0\0\0\0\0\0\0\0\0®¦¡3õ2kkN5ª\0\0\0\0\0\0\0\0\0\0\0\0\0\J7gê\95Ö\96\9aªS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\8ebÎÔºTÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0\14Z9S/¶¶ÂÔ\19\0\0\0\0\0\0\0\0\0\0\0\0\0p\11\89\9c©×[[[ê\18\0\0\0\0\0\0\0\0\0\0\0\0\0¸\828ÎÔºTÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0\14²8S[\eu*\0\0\0\0\0\0\0\0\0\0\0\0\0\85 ÎÔ«æ\87zR\17\ 2\0\0\0\0\0\0\0\0\0\0\0\0À¹tp¦^¸:T\92º\13\0\0\0\0\0\0\0\0\0\0\0\0\0\803õÚ½¡\8cÔ©\0\0\0\0\0\0\0\0\0\0\0\0\0p\16ù\9b©\97\8f\r\ e\ 6\0\0\0\0\0\0\0\0\0\0\0\0\80S\bßL½Cf¨!u3\0\0\0\0\0\0\0\0\0\0\0\0\0üNõfêM\1aC\r©Ë\ 1\0\0\0\0\0\0\0\0\0\0\0\0àGz7SïS\17
+H\1d\ f\0\0\0\0\0\0\0\0\0\0\0\0\0¿\10»\99z«´P@ê\84\0\0\0\0\0\0\0\0\0\0\0\0\0ø\9aÌÍÔ»E\85êQW\ 4\0\0\0\0\0\0\0\0\0\0\0\0Àw4n¦Þ³(\14\90:$\0\0\0\0\0\0\0\0\0\0\0\0\0>%p3õ¶9¡\80Ô9\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð\11i\9b©w\ e       Õ£.
+\0\0\0\0\0\0\0\0\0\0\0\0\80N×fj\15¡\80ÔQ\ 1\0\0\0\0\0\0\0\0\0\0\0\0P\88ÚL-!ü\93¦º+\0\0\0\0\0\0\0\0\0\0\0\0\0\ 2E\9b©õ\83\83¾\914\15\0\0\0\0\0\0\0\0\0\0\0\0\80\aÉÙL-\1e\9cõ\99¤©\0\0\0\0\0\0\0\0\0\0\0\0\0<EËfjåà¸/%M\ 5\0\0\0\0\0\0\0\0\0\0\0\0à\11B6SË\ 6\87~/i*\0\0\0\0\0\0\0\0\0\0\0\0\07S±\99Z38ú«IS\ 1\0\0\0\0\0\0\0\0\0\0\0\0¸\8d\84ÍÔ\82Áé\1fN\9a
+\0\0\0\0\0\0\0\0\0\0\0\0À=ôk¦V\v®ñùt©\0\0\0\0\0\0\0\0\0\0\0\0\0\M¿fjµàJ\1fQ\9a
+\0\0\0\0\0\0\0\0\0\0\0\0ÀuÄk¦\96
+.ù5Ý\e\0\0\0\0\0\0\0\0\0\0\0\0\0§S®\99Z'¸ð7ur\0\0\0\0\0\0\0\0\0\0\0\0\0\9cH¶fj\91àò_ÖÕ\ 1\0\0\0\0\0\0\0\0\0\0\0\0p
\9a©\15\82\9b|_W\a\0\0\0\0\0\0\0\0\0\0\0\0À\8f4k¦V\b\95\1d\1e\0\0\0\0\0\0\0\0\0\0\0\0\0_\13¬\99Z\1e¸Û\87v{\0\0\0\0\0\0\0\0\0\0\0\0\0|G­fjmà\9e\9fÛí\ 1\0\0\0\0\0\0\0\0\0\0\0\0ð)µ\9a©µ\81\9b\7f\a\0\0\0\0\0\0\0\0\0\0\0\0@$U3µ0Ð×w~\0\0\0\0\0\0\0\0\0\0\0\0\0\14R5S\v\ 3\9d\81ó\ 3\0\0\0\0\0\0\0\0\0\0\0\0 \90ª\99Z\18è\1e\1c!\0\0\0\0\0\0\0\0\0\0\0\0\0\85HÍÔ\92@Wá\ 2\ 1\0\0\0\0\0\0\0\0\0\0\0\0(tj¦V\ 5:\ fw\b\0\0\0\0\0\0\0\0\0\0\0\0@¡P3µ\1eÐ\91¸C\0\0\0\0\0\0\0\0\0\0\0\0\0
+\85\9a©õ\80\1d\ 2\0\0\0\0\0\0\0\0\0\0\0\0P(ÔL­\at0N\11\0\0\0\0\0\0\0\0\0\0\0\0\80B\9efj1 Ëq\8a\0\0\0\0\0\0\0\0\0\0\0\0\0\14ò4S\8b\ 1\1d\8fk\ 4\0\0\0\0\0\0\0\0\0\0\0\0 Ð¦\99Z  è\84\#\0\0\0\0\0\0\0\0\0\0\0\0\0\856ÍÔJ@\87ä\1a\ 1\0\0\0\0\0\0\0\0\0\0\0\0(´i¦V\ 2º(\a        \0\0\0\0\0\0\0\0\0\0\0\0@!L3µ\fÐ]9H\0\0\0\0\0\0\0\0\0\0\0\0\0
+a\9a©e\80®ËA\ 2\0\0\0\0\0\0\0\0\0\0\0\0P\bÓL-\ 3t`n\12\0\0\0\0\0\0\0\0\0\0\0\0\80B\95fj\r 3s\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0=j7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6ÐÓv\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½n7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð\ 3w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½qg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ð3w\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½tg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ðcw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½wg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ð\93w\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=yg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ыw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÃw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<|Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏÛw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ¼}Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏÛw\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ¼}Ç    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\9c\0\0\0\0\0\0\0\0\0\0\0\0\0\14b4SKÿ<\7fÇ    \0\0\0\0\0\0\0\0\0\0\0\0@!F3µôÏów\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=\7fg    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ðów\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½}g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÛw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0½}g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÛw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0ÐÃw\96\0\0\0\0\0\0\0\0\0\0\0\0\0\14\924S\v\0=|g    \0\0\0\0\0\0\0\0\0\0\0\0@!I3µ\0Ыw\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0½z7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð\93w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4Sk\0=y7    \0\0\0\0\0\0\0\0\0\0\0\0@¡J3µ\ 6Ð{w\93\0\0\0\0\0\0\0\0\0\0\0\0\0\14ª4S/°¶\8cq\8d\v\14¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0¼\9c0ÍÔÓ×Ö3®q~¾#\0\0\0\0\0\0\0\0\0\0\0\0Àû       ÓL½^\97ªj\1cw{¾ \0\0\0\0\0\0\0\0\0\0\0\0À\bÂ4S¯Ú¥j\e§\1c\9eo\a\0\0\0\0\0\0\0\0\0\0\0\00\850ÍÔkw©\9b\17\8e¢T\0\0\0\0\0\0\0\0\0\0\0\0\0N¤M3õ\ e\9e©ã1\99\9f3\0\0\0\0\0\0\0\0\0\0\0\0À\viÓL½O\97ºUíx\fçç\f\0\0\0\0\0\0\0\0\0\0\0\0ðBÚ4SoÕ¥î\90=\1eKðs\ 6\0\0\0\0\0\0\0\0\0\0\0\0x!m\9a©÷ìR\97\8c\1f\8fUø3\ 3\0\0\0\0\0\0\0\0\0\0\0\0¼\93<ÍÔ;w©Ë\Ú±\16\7ff\0\0\0\0\0\0\0\0\0\0\0\0\80w\92§\99Z\97:z\87cEþÌ\0\0\0\0\0\0\0\0\0\0\0\0\0ï$O3µ.uâ Çºü\96\ 1\0\0\0\0\0\0\0\0\0\0\0\0^K¡fêÑkï6α\ 1¿e\0\0\0\0\0\0\0\0\0\0\0\0\80×R¨\99Z\97úþ­\8e\9dø-\ 3\0\0\0\0\0\0\0\0\0\0\0\0¼\96BÍÔºÔw®wlÉ?\19\0\0\0\0\0\0\0\0\0\0\0\0àÍDj¦Ö¥>;ï\81.\15\0\0\0\0\0\0\0\0\0\0\0\0`\b\91\9a©u©¸@\0\0\0\0\0\0\0\0\0\0\0\0\0
+\9d\9a©u©8?\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©8?\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸=\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸=\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©8<\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸:\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©ç®-êÔ¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0p'Í\9a©u©89\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸7\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸7\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©86\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©¸4\0\0\0\0\0\0\0\0\0\0\0\0\0
\9a©u©83\0\0\0\0\0\0\0\0\0\0\0\0\0
+       \9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0
+\15\9b©u©¸1\0\0\0\0\0\0\0\0\0\0\0\0\0
+\15\9b©u©80\0\0\0\0\0\0\0\0\0\0\0\0\0
+!\9b©u©¸.\0\0\0\0\0\0\0\0\0\0\0\0\0
+-\9b©\87®­ô\14¥\ 2\0\0\0\0\0\0\0\0\0\0\0\0p39\9b©u©8*\0\0\0\0\0\0\0\0\0\0\0\0\0
+Q\9b©u©¸(\0\0\0\0\0\0\0\0\0\0\0\0\0
+]\9b©u©8'\0\0\0\0\0\0\0\0\0\0\0\0\0
+i\9b©u©x¹\0\0\0\0\0\0\0\0\0\0\0\0\0\14ê6SëRñf\ 1\0\0\0\0\0\0\0\0\0\0\0\0(4n¦Ö¥âÁ\ 2\0\0\0\0\0\0\0\0\0\0\0\0PÈÜL­KÅk\ 5\0\0\0\0\0\0\0\0\0\0\0\0 Pº\99Z\97\8aw
+\0\0\0\0\0\0\0\0\0\0\0\0@¡w3µ.\15\8f\14\0\0\0\0\0\0\0\0\0\0\0\0\80Bòfj]*\9e'\0\0\0\0\0\0\0\0\0\0\0\0\0\85ðÍÔ\13×Ö\84:\15\0\0\0\0\0\0\0\0\0\0\0\0\0î'\7f3µ.\15E*\0\0\0\0\0\0\0\0\0\0\0\0\0\85\bÎÔºT\14©\0\0\0\0\0\0\0\0\0\0\0\0\0\14R8SëRQ¤\ 2\0\0\0\0\0\0\0\0\0\0\0\0P\bâL=zmѨ{\0\0\0\0\0\0\0\0\0\0\0\0\0à6Ê8S/³¶\92Ô%\0\0\0\0\0\0\0\0\0\0\0\0\0p)}\9c©\17®\11\15¦rT\0\0\0\0\0\0\0\0\0\0\0\0\0N$\943õÚY¢ÚT\94
+\0\0\0\0\0\0\0\0\0\0\0\0ÀY´r¦Þ§L\14\9fÊQ\ 1\0\0\0\0\0\0\0\0\0\0\0\0ø\85bÎÚÛ&\8arT\0\0\0\0\0\0\0\0\0\0\0\0\0\0>¥E\ 5\0\0\0\0\0\0\0\0\0\0\0\0\0à;BT\0\0\0\0\0\0\0\0\0\0\0\0\0\0¾£B\ 5\0\0\0\0\0\0\0\0\0\0\0\0\0àGúS\0\0\0\0\0\0\0\0\0\0\0\0\0\0
+]*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0p\9d\7f­6@\7f
+endstream
+endobj
+403 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 5000
+/Height 1419
+/BitsPerComponent 8
+/ColorSpace /DeviceGray
+/Length 31416     
+/Filter /FlateDecode
+>>
+stream
+xÚìÝKb$É\91DAÜÿÒÅ-7lV'Ò"ÌTENPéÿx\98iþü\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10ç\ fð?9!\0\0\0\80oQZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0\0ó\94\16Ðá\0\0\0\80yJ\vèp\0\0\0À<¥\ 5t8\0\0\0`\9eÒ\ 2:\1c\0\0\00Oi\ 1\1d\ e\0\0\0\98§´\80\ e\a\0\0\0ÌSZ@\87\ 3\0\0\0æ)- Ã\ 1\0\0ü¿R`\`jw\ 1î\19\0\0@\1dð½\ 4ïî4Ðá\0\0\0T\ 1\9fNðÊ\8e\ 3\1d\ e\0\0 >\b\18Tx|Û\81\ e\a\0\0P\1c\ 3\f0¼²õ@\87\ 3\0\0¨\f\ 1\86\1at8pk\0\0\0"\80Ï*Ðá@\87\ 3\0\0\b+\0\ 6\1ft8pU\0\0\0\ 2\80¯+Ðá@\87\ 3\0\0Èøü7\ 3 Ã\81\8b\ 2\0ð\11à1\ 5¶½\13\ 1t8pQ\0\0èp@Â\97¿i\0\1d\ e\\14\0\80\8f\0\8f)°å\9d\b Ã\81\8b\ 2\0@\87\ 3\ 2¾úÍ\ 4èpà¦\0\0|\ 4xL\81Ýî@\0\1d\ eÜ\14\0\0:\1c\90ðÁo:@\87\ 37\ 5\0à#Àc
+ìt\a\ 2èpà¦\0\0Ðá\80\84¯}3\ 2:\1c¸)\0\0\1f\ 1\1eS`\9b;\10@\87\ 37\ 5\0\80\ e\a$|ê\9b\14ÐáÀM\ 1\0ø\bð\98\ 2\81\0:\1c¸)\0\0t8 á;ß¼\80\ e\an
+\0ÀG\80Ç\14Øà\ e\ 4ÐáÀM\ 1\0 Ã\ 1    \1fù¦\ 6t8pS\0\0>\ 2<¦Àöv\1e\80\ e\a®
+\0\0\1d\ e\bøÂ79 Ã\81«\ 2\0ð\11à1\ 5ö¶ó\0lSpU\0\0èp@Â÷½é\ 1\1d\ e\\15\0\80\8f\0\8f)°³\9d\a\82«\ 2\0@\87\ 3\12¾îM\10èpàª\0\0|\ 4xL\81}í<\0[\15\\15\0\0:\1c\90ðmo\8a@\87\ 3W\ 5\0à#Àc
+ìjç\ 1جàª\0\0Ðá\80\84/{\93\ 4:\1c¸*\0\0\1f\ 1\1eS`O;\ fÀv\ 5W\ 5\0\80\ e\aÈp`¿\82\ e\a\0à#Àc
+|Ö;\ e@\87\ 3w\ 5\0\80\ e\a6´o+°cÁ]\ 1\0 Ã\ 1%\1fõ&
+t8pW\0\0>\ 2<¦Àvv\1c\80=\vî
+\0\0\1d\ eHø¤7U Ã\81»\ 2\0ð\11à1\ 56³ã\0ìZpW\0\0èp@Â\a½É\ 2\1d\ eÜ\15\0\80\8f\0\8f\97\1d\a\82»\ 2\0@\87\ 3\12¾çÍ\16èpà®\0\0|\ 4xL\81\9dì8\0\e\17Ü\15\0\0:\1c Ã\81\9d\v:\1c\0\80\8f\0\8f)ð5ï4\0\1d\ e\\16\0\0:\1cØÇ>­ÀÖ\ 5\97\85³Â²\ 1\0\1d\ e(y\9f\9b0ðm\r.\vg\85e\ 3\80\8bÝ­\b¶±Ó\0ì]pY8+,\e\0Ðá\80\84ç¹\19\ 3ßÖà²pVX6\0¸ØÝ\8a`\13;\rÀî\ 5\97\85³Â²\ 1\0\1d\ eÐáÀî\ 5AÅY\81e\ 3\80\8bÝ­\b\1eçN\ 3ðm\r.\vg\85e\ 3\0:\1cØÂÞÈ`ÿ\82ËÂYaÙ\0\80\ e\aèp`ÿ\ 2.\vg\85e\ 3\80\8bÝ­\b\9eæ\ e\ 3°\81Ámᬰl\0@\87\ 3\eØ\13\19ì`\10T\9c\15\96\r\0¸ØÝ\8aàeî0\0ßÖà¶pVX6\0¸ØÝ\8a`ÿz"\83-\fn\vg\85e\ 3\0:\1c Ã\81-\f\82\8a³\ 2Ë\ 6\0\17»[\11¼Ë\1d\ 6àÛ\1aÜ\16Î
\ 6\0t8°}=\91Á\1e\ 6·\85³Â²\ 1\0\1d\ eÐáÀ\1e\ 6Ü\16Î
\ 6\0\17»[\11ì^\87\ 1ØÄà¶pVX6\0 Ã\81Ýë\89\f61\b
+,\e\0\ìnEð*w\18\80okp[8+,\e\0ÐáÀæõB\ 6»\18\\17Î
\ 6\0t8 óQnæÀ·5¸.\9c\15\96\r\0.v·"Ø»Î\ 2°\8dÁuᬰl\0@\87\ 3t8°\8dAPqV`Ù\0àbw+\827¹³\0|[\83ëÂYaÙ\0\80\ e\a¶®\172ØÇàºpVX6\0 Ã\ 1-Ors\a¾­Áuᬰl\0p±»\15ÁÎu\16\80\8d\f®\vg\85e\ 3\0:\1c Ã\81\8d\f\82\8a³\ 2Ë\ 6\0\17»[\11¼È\9d\ 5àÛ\1a\\17Î
\ 6\0t8°q=\90ÁN\ 6÷\85³Â²\ 1\0\1d\ eÐáÀN\ 6Ü\17Î
\ 6\0\17»[\11¼È\1d\ 5`'\83ûÂYaÙ\0\80\ e\aöíë\8f]G\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ·ÏmhG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ·\ fmfG\ 1ø¶\ 6OGg\85e\ 3\0:\1cضÏleG\ 1ø¶\ 6OGg\85e\ 3\0:\1cض\8fìcG\ 1ø¶\ 6OGg\85e\ 3\0:\1cضOlcG\ 1ø¶\ 6OGg\85e\ 3\0:\1cص\8flbG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´OìaG\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´\ fla'\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´Oì`'\ 1ø¶\ 6OGg\85e\ 3\0:\1cØ´\ fì_'\ 1ø¶\ 6OGg\85e\ 3\0nE°g\9fؾN\ 2ðm\r\9e\8eÎ
\ 6\0\17»[\11ìÙ'v¯\93\0|[\83§£³Â²\ 1ÀÅîV\ 4\81Íë$\0ßÖàé謰l\0p±»\15Á\9eµyÁ·5\b
\ 6\0t8àµÇ¸\11\aßÖ ¨8+,\e\0ÐáÀ\96µuÁ~\ 6AÅY\81e\ 3\80\8bÝ­\b:\1càÛ\1aÜ?Î
\ 6\0t8°eí\ðm\r\82\8a³Â²\ 1\0\1d\ e\167ÞàÛ\1a\ 4\15g\85e\ 3\0:\1cز6.ØÏ ¨8+°l\0p±»\15!à-n¸Á·5\b
\ 6\0t8°cí[°¡APqV`Ù\0àbw+BÀSÜp\83ok\10T\9c\15\96\r\0èp`ÇÚµ`C\83 â¬À²\ 1ÀÅîV\ 4\1d\ eðm\r.!g\85e\ 3\0:\1cر6-ø¶\ 6AÅYaÙ\0\80\ e\aèp`C\83 \82³Â²\ 1ÀÅîV\ 4\1d\ eðm\rn!g\85e\ 3\0:\1cØ°6-ØÑ ¨8+,\e\0Ðá\80#/q\83\r¾­APqVX6\0 Ã\81\r\82\1d\r\82\8a³\ 2Ë\ 6\0\17»[\11t8À·5¸\86\9c\15\96\r\0èp`ÃÚ²àÛ\1a\ 4\15g\85e\ 3\0:\1c Ã\81\1d\r\82
\ 6\0\17»[\11t8À·5¸\87\9c\15\96\r\0èp`ÃÚ±`G\83 â¬°l\0@\87\ 3t8À·5¸\88\9c\15\96\r\0.v·"Ø°v,ø¶\ 6AÅYaÙ\0\80\ e\aèp`G\83 â¬À²\ 1ÀÅîV\84¤\87¸±\ 6ßÖ ¨8+,\e\0ÐáÀ~µaÁ\96\ 6AÅY\81e\ 3\80\8bÝ­\b:\1càÛ\1aÜDÎ
\ 6\0t8°_mXðm\r\82\8a³Â²\ 1\0\1d\ eÐáÀ\96\ 6ÜDÎ
\ 6\0\17»[\11t8À·5¸\89\9c\15\96\r\0èp`¿Ú°`K\83 â¬°l\0@\87\ 3t8À·5¸\89\9c\15\96\r\0.v·"د6,ø¶\ 6AÅYaÙ\0\80\ e\aèp`K\83 â¬À²\ 1ÀÅîV\ 4û\15ðm\r®"g\85e\ 3\0¾ëÁ~µ_Á·5\b
\ 6\0\ 3ö+ØÒ\80«èý³Âp\ 3\80ïzÀ~\ 5[\1at8g\85q\a\0\17»K\1dìW@\87\ 3W\91\ e\a\0ø®\aûÕ~\ 5\1d\ et8g\85q\a\0ßõ\80ý
+¶4à*Òá\0ÀÅîR\aû\15Ðá@\87Óá\0\0ßõ`¿Ú¯`K\83\ eç¬0î\0àbw©\83ý
+èpà*Òá\0\0ßõ`¿Ú¯ Ã\81\ eç¬0î\0à»\1e°_Á\96\ 6\1dÎYaÜ\ 1ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1Àw=`¿\82-\r¸\8at8\0p±»ÔÁ~\ 5t8Ðát8\0Àw=دö+ØÒ Ã9+\8c;\0¸Ø]ê`¿\ 2:\1c¸\8at8\0Àw=دö+èp Ã9+\8c;\0ø®\aìW°¥A\87C\87\ 3\0\17»K\1dìW@\87\ 3W\91\ e\a\0ø®\aûÕ~\ 5[\1at8g\85q\a\0ßõ\80ý
+èpà*Òá\0ÀÅîR\aûÕ~\ 5\1d\ et8\1d\ e\0ð]\ fد`K\83\ eç¬0î\0àbw©\83ý
+èpà*Òá\0\0ßõ`¿Ú¯ Ã\81\ eç¬0î\0à»\1e°_Á\96\ 6\E:\1c\0¸Ø]ê`¿\ 2:\1cèA:\1c\0à»\1eìWû\15liÐá\9c\15Æ\1d\0\ì.u°_\ 1\1d\ e\E:\1c\0àR\aûÕ~\ 5\1d\ et8g\85q\a\0ßõ\80ý
+¶4èpÎ
\ e\0.v\97:د\80\ e\a®"\1d\ e\0ð]\ fö«ý
+¾­A\87sV\18w\0ð]\ fد`K\ 3®"\1d\ e\0\ì.u°_\ 1\1d\ et8\1d\ e\0ð]\ fö«ý
+¶4èpÎ
\ e\0.v\97:د\80\ e\a®"\1d\ e\0ð]\ fö«ý
+:\1cèpÎ
\ e\0¾ë\ 1û\15liÐáÐá\0ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1Àw=`¿\ 2:\1c¸\8at8\0p±»ÔÁ~5Ò Ã\81\ e§Ã\ 1\0¾ëÁ~µ_Á\96\ 6\1dÎYaÜ\ 1ÀÅîR\aû\15ÐáÀU¤Ã\ 1\0¾ëÁ~µ_A\87\ 3\1dÎYaÜ\ 1Àw=`¿\82-\r¸\8at8fÖLéþ°"àÔÎu±_½Ô\1dÃ×\96\9a\ 1Òá,j6O©\ e\a:\9c\ eGÐZiÞ\11Ö    \9cÙ»\86âÂqgRCV\97¡Óá¬j\1a>\\94\16pjêp¼´T\9a7\84\95\ 2gö®±Ø\7fÚ\99Ô\98Åeðt8«\9a\82\ f\17¥\ 5\1c\9a:\1c\92öm`ÝÀ\91ýkDV\8e\9bI\r]UÆR\87Ë\ez\83\190µ:\1c¸\8at8"\96\88õoÝÃ\9dýk`Ö\8c\989-XN\ 6V\87\v\1ct#{|ru8p\15épÜ_\1f\16¾Õ\ fÚ\80ïúwÿí6Ëê\85d\94u¸¸á6ÈwçW\87\ 3\a¤\ eÇýµaÉÛ\ 3pn\13\e ÷\86ʤz\1d\1a\1cò\0\17çW\87\ 3\97\16÷\17\86\ 2g\1fÀÉml\90\1e\1f&\93Z~W\1aoClYóú\fëpàXÔḿ,48{\ 1Înc\ 3õÜ\10\99Sweñ\ 4\19ÝèuíP95Å:\1c8\13u8c~ÿ\ 2ñüJÛ\ f\86æ¹AHúAg7²K&pf=A¶_\96\ 6ËgUÜT9\1a\86\a'ô3
+\\18\9e]ƽªÃ%M¸³H\87Óá":\9c-\9aºSÍ©Vqr\8a|J\1d\990\83TÐáÖM\93#\ 1<Ât8\1dîþm\16\7f\rZº:\9c\ e·y/»d\8e\8^#Y×¥!óY\157KN\88ý/\ 4Ç\ 38\bu8cþÆ\18§L¸\13I\87ÓáR:\9c\r\9aºSͪVqw\8e|J­\9f)CÕÑá6N\90#\ 1<¿t8\1dîÕ\7f\98·WÚÞ0\1c:ÜÓ¿Å\ 6\rÝ©fU«8=I>¥\96O\93Áêèp;§Ç\91\0\1e_:\9c\ ewÿ6+¹þ,]\1dN\87\9d]2_\1e\16³*VÜ\9e$\9fR»gÉhut¸¥³ãH\0o/\1dN\87»\7f\9bõ\}\8e\v\1dN\87Û»¡]2_\1c\14³ªU\\9f$\9fR\8bçÈ\80\95t¸µSãH\0//\1dN\87»\7f\9bU]{\8e\v\1dN\87[»¡]2_\1a\12³ªUÜ\9f%\9fRk'È\90µt¸½\13ãH\0ï.\1dN\87»\7f\9b\95Ýy\8e\v\1dN\87ûñ_Ø\ eÞ©&U«H\98&\9fR;§Ç Õt¸ÍÓâH\0Ï.\1dN\87\1fäÙ\95¶O\f\81\ e÷Ìo±=Swª9\95*2æɧÔƹ1p=\1d\948\12À£K\87Óá^ý÷xu¥í\14G\85\ e÷Äo±;SwªI\95*RæɧԾ\991t5\1d\848\12À\93K\87Óáîßf\9d7\9d¯{\1d®¶ÃÙ\9d±;Õ\9cJ\1513åSjÛ´\18¼\9e\ e·~:\1c    àÅ¥Ãép÷o³ÒkÎ×½\ e×ÙálÏØ\9djN¥\8a \99ò)µkR\f_O\87;0\19\8e\ 4Ð\83t8\1dîØ߸Üq»·\8b£B\87\eþ-vgêN5§REÔTù\94Ú4%Ư¨Ã]\98\vG\ 2èA:\9c\ ewÿ6+¾à|Ýëpe\1dÎæ\8cÝ©&U8Ê\9a*\9fR{&Ä\b6u¸\133áH\0=H\87ÓáîßfÕ×\9b¯{\1d®©ÃÙ\9c¡;Õ\9cÊFqsåSjÍt\18æ\ ewc\1e\1c         \aép:ÜýÛ¬ûvóu¯Ãõt8\9bS\873§RÅ\91¹ò)µe6\fbS\87;2\r\8e\ 4Ð\83t8\1dîþmV~µùº×áJ:\9cÍ\19»SÍ©f\947Y>¥vÌ\85Q¬êpWfÁ\91\0z\90\ e§ÃÝ¿Íê/6_÷:\C\87³7SwªIUá\12'˧Ô\8a\990\8eM\1dîÎ\1c8\12@\ fÒát¸W'Þs+mß8*t¸\99ßboÆîT\93ªÂEÎ\96\ 5ó`$«:Ü¡\19p$\80\1e¤Ãép÷ÿªäJ[´s\1c\15:ÜÈo±7Cwª9\95áRg˧ÔëÓ`(»:Ü¥        p$\80\1e¤Ãép÷ÿªäB[´w\1c\15:\9cZSÿÑô÷¿Þ\9cªp±ÓåYòö$\18Ì®\ ewjø\1d   \aép:\DIpdmÙ<\8e
+\1dîû¿ÅÖLÝ©æT\84Ë\9d\92\97§Àhvu¸[£ïH\0=H\87Óá"j\8a#kËîqTèp_ÿ-¶fèN5§2\ò|y\94¼9\ 3\86³­Ã\1d\e|G\ 2èA:\9c\ ewÿ¯J.´EûÇQ¡Ã}ù·Ø\99©;Õ\9cªpÑ3æIòâð\eѶ\ ewmä\1d     \aép:Üý¿*¹Ð\16m G\85\ e÷Ýßbg¦îTs*ÃeÏ\98\17É{£oHÛ:ܹ\81w$\80\1e¤Ãép÷ÿªäF[´\83\1c\15:Ü7\7f\8b\9d\19»SÍ©
\ 5\19{#\9fr\ 4½ûKï\8d»#\ 1ô \1dN\87Ë\98pgÖ\92-ä¨Ðá¾ø[ìÌØ\9djNe¸ô)ó\1eyiè\8dj]\87;8ê\8e\ 4Ð\83t8\1dîþ_\95Üh\8bö\90£B\87Óá.,Ù\97\7f¶9\95áâ§Ìs$õ¾r\ 6-ëp\17\aÝ\91\0z\90\ e§ÃÝÿ«\92\emÑ&rTèpßû-vfêN5§*\9c\1e\r\19ôâ¯<9æ\8e\ 4Ð\83t8\1dîþ_\95Üh\8bv\91£B\87ûÚo±3Cwª9\95á\ 4!ÃnÔu8\1d\ eÐ\83t8\1dîðmæF[´\8d\1c\15:\9cZsaÕ¾ø\9bÍ©\fW1i\ 6úùA7²\85\1dîæ\88;\12@\ fÒát¸û·\99\emÑ>rTèpjÍ\85eûÞO6§*\9c&dÌ\r\19ôÚO<:à\8e\ 4Ð\83t8\1dîþmæF[´\91\1c\15:ÜW~\8b\8d\99ºSMª\f'
+\19r#\9ev\ 6½õ\v¯\8e·#\ 1ô \1dN\87Óá\9c`:\9c\ e·¬ÃÙ\98©;Õ¤Êp-³f\90\r\19ôÒ\ f<;Ü\8e\ 4Ð\83t8\1dîþ_\95Üh\8b\92£B\87ûÂo±1Swª9\95áj¦Í\18\eï¢Cè\9dßww´\1d        \aép:Üý¿*¹Ñ\16í%G\85\ e÷ûßbc¦îTsªÂõL\9b!6ÜE\87Ð+?ïð`;\12@\ fÒát¸û\7fUr£-ÚL\8e
+\1dî׿ÅÆLÝ©æT\86+\9a6#l´\8b\ e!\1dÎ\82\ 5=H\87\1f\8dññ\8dæÌZ²\9b\1c\15:Üo\7f\8b}\99ºSMª\f×4m\ 6Ø`\17\1dBoü¸ËCmÅ\82\1e¤Ãép:\9ccL\87Óáöt8ûR\873©2EÀ¼\19Þç¶\88ñ}ý\10zá·\9d\1ei\v\16ô \1dN\87Óá\1cc:\9c\ e§Ã\95Ýs/üXs*ÃUM\9cÑ\95<\8bN!\1dÎ\9a\ 5=H\87\87®3¯0\1dN\87Óát¸\86\9djRe¸®\89\8a§\ e§ÃY´ \aépÆü\9fÆøüFsf-ÙO\8e
+\1dN­¹°z\1fÿ­&U\85+\9b8c+x\16\9dBÏÿ°ÛÃlµ\82\1e¤Ãép:\9c\83L\87Óá¶t8\e3t§\9aS\19®mæ\f­ÞYt\f=þ»\8e\8f²Å
+z\90\ e§ÃÝÿ«\92\e\8erTèpjÍ\85õûð/5§2\ÝÌ\19Y¹³è\18zúg]\1fdk\15ô \1dN\87»ÿW%7\9a\ e§Ãet8\e3t§\9aT\19®oæ\f¬ÚYt\fép\16.èA:\9c1×áxmK9*t¸\8f\7f\8b\8d©Ã\99S\95"fê\8c«ØYt\ e=ü£Î\ f±\95
+z\90\ e§ÃÝÿ«\92\emѦrTèp:Ü\85\15üèï4§2\áÔ\19V­S\87\eúQ÷\87ØJ\ 5=H\87Óá26\9a3K\87Óát8ûråN5©2\ãÔ\19U©³è\18zô7\ 5\8c°\85
+z\90\ e§Ãép\ e3\1dN\87[ÐálÌÐ\9djNe¸Ê¹3¨JgÑ9¤ÃY¼ \aépÆ\\87ãµ]å¨ÐáÔ\1a\1d®ufe8sgüu¸ÊsèÉ_\94\96)èA:\}\87\vÙhά%ÛÊQ¡Ã}ö[lK\1dΤ\8a\14I\93gH\87÷\86AÕát8p\88iBÆýj\87KÙhÎ,\1dN\87ÓáìË\85;Õ¤Êp\9d\93gDg·\861]u\ e\83"\86×*\ 5=H\87Óát8ç\99\ e§Ã½ÝáìËÔ\ egNe¸ÒÙ3 £[Ã\90¶v¸\8cáµJA\ fÒáÊ;\ÌFsfép:\9cOzûÒ\9cz;\9aß%Óg<'·\86\11]v\10ép\160èA:\9c1×á\88/6ÎL\1dξ4§æÔôî\9d>Ã9¸3\fè¶\83è±\9f\132¸Ö(èA:\w\87ËÙhά%;ËQ¡Ã¡Ã\99S\1dÎü\19M\1d®è$Òá¬`Ð\83t8c®Ã¡Ãép>yìKsZú|4\v\e¦Ï`Îí\vãYÛáRÆÖ\12\ 5=H\87«îpI\eÍ¡µck9*t8t8s*Ã\99@c9¶1\fç¾\93H\87³\86A\ fÒá\8c¹\ e\87\ e§Ãùè±/ÍiåûÑ\14x\95do\v£¹ð zè·Ä\8c¬\ 5
+z\90\ e×Üá¼x\9di:\9c\ egwép$\1dNf`Éü\19J\1d®è$Òá,bÐ\83t8c®Ã¡Ãép¾zìKsZø~4\ 1[&ÐH\ em\v\83ÙÛár\ 6Öú\ 4=H\87+îpY\eÍ¡µcs9*t8t8\93jbM \81ôÚ+:\89t8Ë\18ô \1dÎ\98ëpèp:\9cO{ÛÒ\9cÖ= \8dþ\9e\194\8e^{EGÑ#?$hX­NÐ\83t¸Þ\ eçeæTÓát8»«ô±aä3\8f'\83ïC[\87C\87s<\80³K\132î:\9c\97YÓ±æ¨ÐḰ\94\r|äñdì\17M¡Q\1cÙ\14\86rçQ¤ÃYÇ \aépÆü¯Æ8m£9´t8\1dÎǽmiN\9b\9f\90F^\87\13F²¸Ã%\8dªÅ  z\90\ e×Úáâ6\9aCkÇþrTèp\XËÆ]\ev
+\r¢\ eWt\14ép\162èA:\9c1×á^ÿgëp:\9c\a6:\9c95§½sh\f\aöÄ\91_Ux\16ép\8e\aÐ\83t8c~è:;µLïß´:\9c\ eçÁè½aNÍ)\ fÌ¡!üþ\968ökt¸¯þ\8a¨µìH\0=H\87+ípy\eÍs|Ç\ 6sTèph6æÔ\94\9aCC\18Ùá®ý\9bu8\1d\ e¼¡4!ã®ÃÝëpa\1fI:\9c\ eçÁè½aN\13\98o\9bC#\98×.\ eþ»s:\9cµ\f.\fMȸëp\1d\1d.ñCI\87Óá\8a\1e\8cW~\89\ e÷«±2§\17fôâ"ô¡­]|ï'¤\9fEã¿ÁZ\ 6\17\86&dÜ\ 3:\àF;³\12u8\1dN\87{{d<8î}\ 4\98Ó\9b\13\9aþo÷¡ýà\8e\90^t8\1d\ e\\18\9a\90q×áR;\ô\a\93\ e§Ã\85?\18/þ(\1dî[ãÓ;©÷\1fÒy\9f\ 2>¥¾¼!¼T7\9fE:\9cã\ 1ô \1dÎ\98ëpÛ× \ e§Ãép¯\ f\8a\ e\17ø\1ek\9dÔ\84wtÜ·\80O©ïn\88\88½¬Ã}ú\13Ò\12\81#\ 1ô ug\85á~¢Ã%n´cë/öhsRèp\97\16\8b#÷1¦Ã\1dþõYß\ 2¾¥¾º\1fBvrêa¤Ã9\1d@\ eªþ³yÌjÑáÞ\18²\8a\8d¥Ãép\91\97ÀíßæbÏ«9ų鷸Y=\99\12\1dN\87\ 3\1dN\87³Zt¸­\1d®ekùZÐá\ 2/\81ë?ÏÅþíAézFúBÕát¸KáÃýë_ðÇ)\aÊ\8a\ e\87\ e\97×á¼+}-èpw/\81\80\1fèb7§      \93\19ø\9bt8\19.à×èp:\1cèp:\9cÕ² ÃE\ eÝѽ®Ãép:\9c\ e71\1c5s\1aú\12ò5àf\r~,Å­b\1dη5èp:\9c\ e§Ã\1dÚè:\9c\ eç;\7fàèpæôè¤æ¾\9a}\ e¸YS\9fJOÿ"\1dN\87\ 3\1dN\87³Zt¸5\1d®s\83ùZÐáb.\81\9c\1féb\9f\19    \1dîöoõAàf\rÍp\ fÿ¨ë\1d\92òí\f:\9c³B\87«íp­;Ì×\82\ e\17r  $ýL\17{Þ¤ö̤\9f§Ãy&µ\878\1dη5èp:\9c\ ewè:{mÈ\8a·\98¯\ 5\1d\12\88ú\9d.ö±a\b\9fÓü\a³\ f\ 27kê\8cëp:\1c Ã9+t¸¦\ e×½É|-èp\ 1\97\ fu±Ï\8dBö¤\16<\97}\11èp©ó­Ãép\80\ eç¬Ðáz:\ù.óµ ÃÝ¿\ 4â~©\8b=ï?2V1\91\ e'à    q:\9cokÐát8\1dN\87óÎÔát¸ðK ï§ºØó~«\f\97ò3u¸¢Ï\10Së[Q\87\ 3\1dN\87Óát¸¯\8f\99}¦Ãépç/\81ÀßZ\7f±ÿ\98Ô{óX³`u8\7f§4·¾\15u8ð\91§Ãép:Ü\87\83f£ép:ÜùK òǶ_ì\99¿V\9d
+ù©:\9c\fçÅà[Q\87\ 3\1fy:\9c\ egè>\194;í\81\81pDëp×\7f·\ egRu¸\85gpõG\81\ e\97üóu8\1d\ eÐá\9c\15:Üw\a`Q\87³Õt8\1d.á@Jý¹Í\17û\8fI\95áü\7kòß(ãC\Î\97\9b\ e\a:\9c\ e§Ã%ýö·;\9c­¦Ãép\11\aRìï-¾Øs\7f¯.\15ó\8b½\ ed8\1d®ë»åG\87\ 3\1dN\87Óár~öK\1dÎ^ÓáÌcÆ\81\94û\83{/öä\1f¬J¥üd\1dÎo\17â|·èp Ãép:Üá\9füx\87³Ù\1e\1c\11\ e\97ð\9bu¸À\1f\1e÷ã*\9fÈ¥\9f\ 5Å7«      v\1c½þóu8Ðát8\1d\a?Úáì6\1dN\87\v9\90$\esª®¾>\87\9dOR1ÊO¿þ3\9b¿\15¿ù\ 3}[\83\ e§Ãép\97\7fíS\1dÎvÓát¸\94\ 3I²1§&µ<H\95þîÞ\9bµæ\97;\8fÖÿp\1d\ e|äép:\Æo}¢ÃÙn:\9c\ e\17\85_|\95\17{úo\ e\9cÂÞG©\1aå\87\1fÿ©¥ß\8aßþ\95¾­A\87Óát¸ã?u¾ÃÙo\8f\1fp\8eh\1d.dÎu8?Úß<Z{\85\ eç6\8dü©\95ß\8a_ÿ\99¾­A\87Óát¸ó?t¸ÃÙp:\9c/\87\98\ 3)þæk¼Øó\9f32\9cßîfu\99nù±\85ß\8a\ 3?Ô·5èp:\9c\ egSüÓ Ùp:\9cO\87\9c\ 3©àêë»Ø\v\9e3a\13Øý,ÕáB\7fwϯ­ûVôm\rÊ\8a\ egµÜ\1fóc\vÕ\8eÓát8\1dN³1§\99qµü\19 Ãép:\9c\ ewù¡èÛ\19t8g\85\ e\17³!bv°\ e§Ãép\e&<ú7\9aS\1dîò¹«ÃUܬ\96µÇ\9fw"(+:\1cÍ\1dîØBµåt8\1d.ë@ª¸ûÊ.ö\1f\93\19\ 17ëë?»ê\a÷|+zè\83²¢ÃY-÷ÇüÚBµå^\9cS\8bR\87Ë\99n\1dN\87[ú3=\ 5Þ\19\ 3\1dN\87ÓáN|+zè\83²¢ÃY-÷ÇüÚBµçÞ\9cU«R\87Óát¸Å[X\87\8b9t-ÛôIö\93ý\116öÃÅ·3èpÎ
+\1d.f/\ 4m]\1dN\87Óá6Ìvðï4§\97\7f¨§À[àåýê¶5Ýñ­è\9d\ fÊ\8a\ egµÜ\1fóc\vÕ\9eÓát¸´\ 3©çöÓáÄU\ 1J\8et³>ø£Û\16u÷¢w>(+:\9cÕ\120æ·\16ªM§Ãépq\97@Ñõ×s±\9bSýÉ8¸YßÿÑ}\8b:ÿ[Ñ3\1f\94\15\1dÎj        \18ó[\vÕ¦{\7fb­L\1dN\87ÓáÌ©\ e\17º\8au¸¨\1fíùç»Å·5èpÎ
+«eá\98ßZ¨6]Ñ\9fD\9d\995\1d®éúÓáò~ºü$ĹYu¸=¿:ý[Ñ3\1f\94\15\1dÎj   \18s\8b_\88óµ Ã½{ U]\7f-\17{Ó¤\8aOaëX\87\93ánÿììoE¯|PV\14\ 1«%`Ì­}\1dÎ×\82\ eWÝá~b\7flóÕâ\81 Ãép:ÜÖe}ôgûnñm\r
+\84³B\87³  ì:\1dN\87Ë8\90$\e\1dîø\8f×\9e\8487«\ e§Ãùnñm\r\12\84³Â3Û\1e°ít8\1dN\87Û÷ÓÍ©\ e§<-\1f\ e\1dN\86»ýËu8ßÖ Ã9+¬\96Åcnáëp¾\16t¸·\ f¤¶\vÐ\9cêp:\9cáp³êp:\ø\87\8bog\10!\9c\15:\9c\1d ÃùZÐáv\1eHu\17 \ e\97÷ëu§´¥¬Ãy\ 4   q\e¿\15=òAY\11\ 4¬\16\1d\ e\1dN\87Ólt8sºsëêpA¯\ 1\1d.r²«\17\ e\97ÿÝâÛ\19T\bg\85\ eg\ 3\b\16\95\a\r¨Ãép²\93\11q³vw¸\93¿Üw\8bok\90!\9c\15:\9cõoßép:\9c\ e§Ã\99Ó¼\ eç9ðþ\98èp\9e@B\9c\ eçÛ\1algg\85\ egýÛw:\9c\ e\97w      \14Þ\80:\9c\ e§9­\1f\14\1d\a7¯èÄoEo|PVô\0«Å}\86\ eç       ­ÙH6ætïÎÕát¸S\83¢ÃyDèp:\1c(+z\0é\1d΢oØx¾\16t8\1dnÛ¯7§&U\86Û?,:\9c¿D\9eþý\81ß\8a\9eø ¬È\ 1VKÀ\98[óþ êkA\87Ólt8\1dN\87s[êp:\9c\ e§Ãù¶\ 6\eÚY¡ÃYýv\9e\ e§Ã\154\eÉÆ\9c\9aÔºàtb\t¸ó?ØûÏw\8bokÐá\9c\15V˲1·ä½Ã|-èp\9aÍ+¿Þ\9cæý~½)o=ëp×\7f¯÷\9f\ eçÛ\1at8g\85Õ²kÌ­xï0_\v:Üû\a\15¨Ãép͹I t³êp\ f\8c@Ú·¢\17>(+j\80բáÃép:\Ö\14ëpæT\87óRÕár~oû\82\ eûVôÂ\aeE\r°Z\ 2ÆÜ\82÷\ eõµ Ã½\7f \95^\82:\9c9-®M\86ÆÍúÌÏõ\87X\1dη5èpÎ
+«E\87\1d¦Ãép\91\13¬Ãi«;~¶ç\80\ e×0å\96öϽÿ\838ß-¾­A\8cpVèpV¾­§Ãép\9a\8d\ egN7\f\80\f\17¸¤u¸Ó¿ÖzÖá|[\83\ e笰ZV\8d¹å®ÃùZÐá\16\1cH­w \ e§Ãép\17FG\87»üs­ç¤oE\ f|PVÄ\0«E\87C\87³Ru¸¸ùÕáLja\87sa.\1a\9e®I·¶\ f>\0}·ø¶\ 69ÂY¡ÃY÷¶\9e\ e§ÃépÝÍF\87\8b\9b\81ÞJY5éÖ¶\ e§Ã\81²\82³B\87Ã3Ì×\82\ e×}\12ép:\9c\ e籪Ãép1Ãà»Å·5èpÎ
+«eÏ\98[ì:\9c¯\ 5\1dN\87Óát8\1dÎ\8d¹i|t¸¾µ­Ãép ¬\88\ 1èpèp¾\16t8\1dN\87\8b\99T\1d.ï=\10<@:\9c\ e§ÃE}·øv\ 6AÂY¡ÃYõ:\9c¯\ 5\1d\81T|\vêpy#ptÊ\\99:\9c\ e§Ãép¾­ÁÆvVèpV½½§Ãép:\9c\ e§ÃépÞ\ 3:\ê´[Û'_\80>×}[\83"á¬Ðá¬z{O\87Óát8\1dnÓ%cRU¦¬U­Ãép^\80¾[|[\83\9dí¬Ðá,z{O\87Óá\12.\81ækP[Õát8C¤ÃYÛ:\9c\ e\aÊ
+V\83\ e\87W\98¯\ 5\1dN\87Óá\82fõÚO÷\1eÐát8\1dN\87\vùnñí\f\92\84³B\87³æ½Â|-èp:\9c\ eW6©:\à\83@\87»?ï\16·\ e§Ã\81²\82³B\87Ã+Ì×\82\ e§ÃépæT\87ó^Õá\ 2~ªÕ<2\ e>Ö}[\83­í¬Ðá¬y{O\87Óá4\e\1dÎ\9cêp]ï\ 1\1dN\87\vZÛ:\9c\ e\aÊ\8a\16\80\ e\87G\98¯\ 5\1d®unu8\1d®©Ã¹4·\r\93\ e׸ºu¸àï\16ßΠI8+t8KÞ#Ì×\82\ e§ÃépmûõÖ¯7_:\9c\ e§Ãép:\1c(+Z\0:\1c\1ea:\9c\ e§Ãép:\9c\ e§Ãép:\9c\ eçbñm\r¢\84³B\87³äí=\1dN\87Ólt8sªÃÕ<\at8\1d.guëpÁß-¾\9dA\94pVèpV¼G\98¯\ 5\1d®òÛV\873©:\9c\ eç\fÞ4õ\16·\ e§Ã\81²\82³B\87#yïùZÐát8\1d®v»êp>o\9dÁ:\9c\ eçÛ\1at8g\85բáÃép:\9cdcNMªùÒát8\1dN\87Ëünñí\fª\84³B\87³àkw\88¯\ 5\1dN\ 3h]ØæT\87óyë\fÖá\8a\17³\ eçË\ 1t8g\85Õ¢ÃÙ\12:\9c\ e§Ãí\9dY\1dN\87Óá\Ï:\9c\ e§Ãép>$ÀîvVèp\16¼} Ãép:\9cÏ`¹B\87ó\1e\b^Ù:\9c\ e§ÃE}·øv\ 6YÂY¡ÃYðµ\eÀ×\82\ e§\ 1èp:\9c\ eçûÖ~]2÷V·\ eç\9c\ 2e\ 5gEO\87³Ê+׿¯\ 5\1dN\ 3ÐáÌ©\ eçûÖ~Õát8\1dη\ 5èpÎ
+\1dÎz·îu8\1dN\87ÓáÌ©\ e\8c\95\ e§Ã-\1f\v\1fê¾1ÀövVèpÖ»%¯Ãép7wDû¡ Vèp¦ËXépV÷µÑð¡îC\ 3log\85\ eg½[ì:\9c\ e§ÃYØÂ\8e\ e§ÃÙ¯:\9c\ e7?\18¾[|n\80ýí¬Ðá¬vë\\87Óát8\v[ØÑá
+_\ 4:\9c\ e\87\ eç\98\ 2\87\93>aµì\1fskÜÂõµ Ãép:\9c9Õát¸\8d\83¥Ã¡ÃépàpÒ(\8c{Úùl¨\1d\16t8ÍF\873§:\9c\ e§Ãy\92y\ 3êpV:èp\9e4ÆÜ°»\au8\1dN\87ÓáÌ©\ eç= Ã%ϾÏO\1dÎ\9f\vÀá\84\ e§Ã\19\9c¯\ 5\1dîÉÍR\7f^èp:\9cg\98ÑÒáÐát8p8aÜÓÏg\ 3ì\98óµ Ãép:\9cIÕát8\1dÎÛÌ#P\87³ÔA\87ó¤1æ\ 6Ýå§Ãép:\9cdcNu8/\ 2\1dN\87cã|ûL·ÔÁ\ 6÷¤1æ\ 6ÝͧÃép\9a\8d\85mNu¸Æ\17\81\ e§Ã\91Ýá\9cRàhR.\8c»\ eg`\1ds:\9c\ e§Ãép:\9c\ e§Ã9\80¼Ñt8§\94¥\ eÒ\84\ e\rºkO\87Óá4\e\vÛ\9cêp¾pu8\1d\ e\1dÎ\a       èpÎ
+ãî>sçép:\9c\ e§Ãép&µ+,yµºY=Ôt8\1d\ eÐ\83t8cnD\1d\16t¸w·\8f\13D\873©:\9c\17\94\ e\87\ e§Ã\81£   ãnÌ\8d§cÎ×\82\ e'Ùèp&U\87sãëp\1ek^\81:\9c¥\ e¶¸\17\8d17æ.;\1dN\87Óá|\ 6ëp\99\93êE Ãépèp:\1c8\9a4!ãnÌ\r¥cN\87Óá$\e\1dΤêp^PÖª\a\9b\ eç\94²ÖÁ\1e÷¢1æÆÜ=§Ãép:\9c\85mNu8_¸:\9c\ eÇô\84;¥¬u°Ç½h\8c¹!wËép:\9cfca\9bS\1d®òI Ãépèp\ e\81ê¬0î\1e\91î8\1dN\87Óát8\1dΤz\85yB9\80¼Ût8\1d\ eÐ\83\9c­\1e\91\86Ð1çkA\87Ólt8\1dN\87sÿëp\1en\9e\81N)k\1dt8\1dÎ\98\er7\9c\ e§Ãép\92\8d9Õá<   t8\1d\ e\1dÎ!\ 5N&Mȸ{Dºß\1cs:\9c\ e'Ùèp&U\87ó\84r\0y»épN)k\1dÄ      g«1/\1c\97\ e§ÃùA\16\ e§Ãép!\ 3¦Ã¡Ã9¤Àɤ \19w\1dÎà9æt8\1dN\87Óát8\1dγÕZõ|Óá\1cRÖ:Øä\1e4ƼyÈ\1d^:\9c\ eç\aYØ:\9c\ eç\13W\87ÓáÐá|¬\80\ fTg\85q_8æFÎ1çkA¶Òát8\1dN\87\8by\12èp:\1c:\9cC
+| :+\8c»\ eç^Óát8\1dN\87ÓáLª/\ÏV\a\907\9c\ e§Ã\ 1z\90\ e§Ã\19\9c¯\ 5ÙJ\87ÓáLª\ eç- ÃyÄy\ 6:¥¬uÐá<h\8c¹\11w©ép:\9c\ e'ÙøA\9d\11fÄt8t8\1d\ e\9cL\9a\90q×áÜi\8e9_÷:\9cd£Ã\99T\1dγÕZõ\8e«\7f\a:¥¬u°É=h\8c\88;´t8\1dÎ\ fò\19l§êp\9e\ 4:\9c\ eGl\87sH\81\83I\132î:\9c\vÍ1çë^\87\93lt8\93ªÃy¶Z«\9er:\9cCÊZ\a»Ü\83Æ\98»ÏÐát8?ȶSu8O\ 2\1dN\87C\87óÝ\ 2:\9c³Â¸»Ï\g:\9c\ e§ÃI6:\9c\bólµ_=æt8\87\14 \ay\ 2êpFË1çkA¶Òát8\93ªÃy\14èp^sÞ\81¾[¬u°Ë=h\8c¹\ 1w\99ép:\9c\1f$ÙøA:\9c7\81\ e§Ã¡Ã9¤ÀÁ¤    \19w\1dÎ]¦Ãép:\9cd£Ã\99T\1dγÕ~õ\9eÓá\1cRÖ:èA\1e4Æ<hÀ\1dV:\9c\ eç\aù\f¶Su8o\ 2\1dN\87C\87sH\81\83I\132î:\9c\9bL\87Óát8ÉF\873©G®9O(\1dÎ\8bÎ;P\87³ÖA\87ó 1æ\ 6ÜE¦Ãép:\9c\aép\1e\ 5:\ðô{\95ép:\1c \aép:\9cqrÌùZ\90­t8\1dΤêp\9e\ 6:\9c'\9d\ e\83]îAcÌ\r¸kL\87Óáü ÉÆ\ fÒá<
+t8\1d\8e\8e\ eç;\ f\1cL\9a\90q×áÜb\8e9_÷:\9cd£Ã\99T\1dγÕZõ¨Óá\1cQ\16;Øæ\1e4Æ<}À\1dS:\9c\ eç\aI6~\90\ eçQ Ãépèp\ e)p0iBÆÝ}æ\ eÓát8\1dN²ÑáLª\ eçÙj¿z×ép\8e(k\1dô \1dÎ\98ß\1fp\87\94\ e§ÃùA\92\8d\1f¤Ãy\14èp:\1c:\9cC
+\1cL\9a\90qw\9f¹Át8\1dN\87\93lt8\93ªÃy¶Ú¯^v:\9c#ÊZ\a\83Æ\98ß\1fpG\94\ eguêp&Õ\ fÒá<
+t8\1d\ e\1dÎ!\ 5\ e&Mȸ{r¹¿t¸â¥\ex\\9aT\1dΤêp^\b:\9c·\9d\ e\83m®Ã\19s\1d\ e\1dN\87Óá\9cÉ~\90\ eç\15¦Ãép¼6å\8e(k\1dls\1dÎ\98Ç\8f·\ 3J\87³<u8g²\1f¤Ãy\15èp:\1c:\9cS
+\9cK\9a\90q÷är{ép:\9c\ e'Ùèp&U\87ÓáìW¯;\1dÎ\11\83\1e¤Ã\19óûãíxÒát8\1dÎ\99ì\aép^\ 5:\9c\ e\87\ eç\94\ 2ç\92&dÜ=¹\^:\9c\ e§ÃI6:\9cIÕát8ûÕóN\87sDYë \aépÆ<`¼\9dN:\9c\ e§Ã9\93ý \1dΫ@\87ÓáÐá\9cRà\Ò\84\8c»'\97«K\87Óát8ÉF\873©:\9c\ eg¿zàép\8e(k\1dô \1dÎ\98ß\1fï®3D\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{r¹¹æ\aT\87Óát8g²\1fÔ>\ 6\9e¿:\9c\ e\87\ e§Ã\81sI\13\9e\.®'\ 6R\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{r¹·æ\87P\87Óát8g²\1f¤Ãy\86ép:\1c:\9c\ e\aÎ%Mȸ{rÕß[÷\7f¯¥«Ãép:\9cIÕát8\1dN\87ó½ëåc­\83\ e§Ã\19sã½ûÚÊøÁ\96îíUªÃ9\93ý \1dÎ3ìÝ\97\82µªMøÞu¥Xë`\9fëpÆ\\87\93?t8\1dN\87³°íT\1dN\87óG9\1d\ e\1dÎ\a\rèpÎ
+ãî>;~kEýbKW\87Óát8\93ªÃép:\9c\ eç{×\12µÖA\87Óá\8c¹ñÞxi¥ýdKW\87Óát8\93ªÃép:\9c\ eç{×\12µÖA\87Óá\8c¹ñ^wi\ 5þdKW\87Óát8\93ªÃe½Ãt8\1d\ e\1dÎ1\ 5:\9c³Â¸»Ï\ 2î¬Èßléêp:\9c\ egRu8\1dN\87Óá|ïZ¢Ö:èp:\9c17Þ»î¬Ìßléêp:\9c\ egRu8\1dN\87Óá|ïZ¢Ö:èp:\9c17Þ\8b®¬Ø\1fméêp:\9c\ egRu¸¨wXähépèp:\1c8\974!ãîÉUte\ 5ÿhKW\87Óát8\93ªÃép:Ü\8eÉ÷ù©Ãépà\B\87óyàÊú\13ý£-ÝÛ\vU\87s&ûA\1dcàý«Ãépèp:\1c8\974!ãîÉUqe\85ÿhKW\87Óát8\93ªÃép:\9c\ eç{×\12µÔA\87Óá\8c¹ñ\96áæ\7f´¥«Ãép:\9cIÕát8\1d®¤Ãù¾°Du8Ðá\9c\15ÆÝ}¶ùÆ*øÑ\96®\ e§Ãép&U\87\8bz\88E\8e\95\ egqÛw:\1cèpÎVãî>\93át8KW\87\93lt8\93ªÃépÖª\ eç»Åñ¤Ã\81}®Ã\19ó¸ñ.=\0t8\1dN\87s&ûAÆÀ\ 3¸}¬t8«ÛÆÓá@\87\1aw÷Yø}Uò³-]Ç¥\ e§Ã\99T\1dN\87Óát8,Q\1d\ et8\1f\96ÆÜxËp:\9c\ e§Ã9\93ý c Ã\19+\1dÎê¶ñt8Ðá\9c­ÆÝ}\16}]ÕünK×q©Ãép&U\87Kz\89ép:\9cÏ\fÇ©ñ\ 2\1dÎYaÜÝgÇ®«¢ßmé:.u8\1dΤ\1e\18\ 3/`\1d®cê-n\eO\87\ 3\1d\ e\1dÎ}&Ãép\96®ãR\87ÓáLª\ eç½ Ãép¸Rt8°Ï}X\1as\1d.|Dt¸{kW\87\93lt8\93ªÃÉpö«\ eç»Å\ 4êpà öaiÌu¸{\ 3¢Ã\9d[»¡×\94óH\873©:\9cç\82ýªÃáJÑáÀ>×á\8cyÇxËp:\9c\ e§Ã9\93ý \1dΤép:\9c\ f\rÇ©ñ\ 2\1dÎÙjÜÝgI\v°í\87ëp:\9c\ e§Ã\99T\1d.ç)¦Ãép>4\1c§Æ\vt8g\85qw\9f);:\9c\ e§ÃI6¾ëMê\9d\8f6\8f'ûU\87Ã\12Õá@\87Óá\8cyñx÷®>\1dN\87Óá\9cÉ~\901Ðá¶~ÛZ«:\1c®\14\1d\ eìs\1dÎ\98ëpI\83¡Ã\9d[»©×\94óH\873©:\9c÷Bü\19ü§a
+}bX¢:\1cèpÎ
+ãî>3\16:\9c\ eç\eP²ÑáLje`Òáì×û\ f\1f\):\1cØç:\9c1\ f\eo\19N\87Óát8\a\91\1f¤Ãy\8cép:\9c\ f\rÇ©ñ\ 2\1dÎÙjÜÝg\86âò\ f×át8\1dN\873©:\9c\ eç\fîép¾4,Q\1d\ et8g\85qw\9f\19
+\1dN\87ó\r(Ùèp&µ³0]þ´µV=}p¥èp`\9fëpÆ\\87\v\1a      \1dîÞÚõ\r(Ùèp&U\87ÓáìW\1dÎw\8bÙÓáÀ)­Ã\19s\1dN\87Óát8»Ð\99ì\92Ñá\82_c¹c¤ÃùÒ°ùt8Ðá\9c­ÆÝ}&\0x\8cêp:\9cd£Ã\99T\1d®öËÖZõöÁ\95¢Ã\81}®Ã\19s\1dN\87ëép\7fº\8fJ\1dÎ\99ì\aép^c:\9c\ eçSÃqj¼@\87\1aw÷ÙÉ\91(ýá:\9c\8f@\1dN\873©7ÆÀ3X\87Óá|j8N\8d\17èpÎVãî>Óát8\1dN\87\93lt8\93ªÃõ\1dÁÖª\ e\87+E\87\ 3û\\873æ:\Ò0èp:\9c\ eçLö\83\8c\81\ eg\84t8ß\1a\9f\ e\a:\9c³Õ¸»ÏÒ\ 6B\87Óá.¾ªt8g²\1f¤Ãy\8fépY\93nmûnÑá@\87C\87s\9f\15\fDí/×át8\1dN\873©GÆÀ;X\87Óá|k8N\8d\17èpÎVãî>S£\ 4H\1dN\87\93lt8\93ªÃÉpÖª\ eç»ÅÜép`\9fëpÆ\\87Óát¸àG\95\ eçLö\83t8ï1\1dN\87ó±á85^ Ã9[\8d»ûÌ{L\87ë\9b8\1dN²ÑáLjP\87»ö ÓáRæÜÚöÝ¢Ã\81\ e\87\ eç>ó\1c\8b]\0:\9c\ e§Ãép&U\87Kx\90e\ f\8f\ eçcÃ\ 6Ôá@\87\1a\99ç\98\ e§Ãép\92\8d\ egR\9f\e\ 3\ fáÞÑÑá|mØ\80:\1cèpÎVãî>ó\1aÓát¸·\9fT:\9c\ fÒá¼È^\19\1dkÕË\ fW\8a\ e\aö¹\ egÌu¸¨!ÐáÎM\9d\ e'Ùèp&U\87k9\81­Õã?Ö\87\86%ªÃ\81\ eç¬0îî3\1d.&{t\9e\16á×\94óH\87\vÆÀS¸vlºfÜÚöÝ¢Ã\81\ e\87\ eç>Óát8\1dN\87\93lt8\93ªÃy¨¾32e3nmûnÑá@\87C\87s\9fy\8bép+Ï\v\1dÎ\82t&ûA:\9c'\99\ e\97\16·ï\16\1d\ et8t8÷\99\ egúu8\1dN²ÑáLj[\87»ó&Óát8ß\e\8e\ 5:\9c³Õ¸»Ït8\1d®gîÒ¯)ç\91\ egR7\8c\81·pëÀ\94M¸Åí»E\87\ 3\1d\ e\1dÎ}¦Ã\85î8\1dN\87Óát8\93zh\f<\86\8aù¶¶}·èp Ã¡Ã¹Ï\82Ç¡zÇ9/n¿§t8g²\1fÔ5\ 6\1eíyÒ¥ê\8bÃ&Ôá@\87\1a\99\ e§Ãmx[èp:\9c\ f*\1a\ 3¯áÒQÑá|qØ\85:\1cèpÎVãî>Óát8\1dîíç\94\ eçLö\83ÚÆÀkX\87Óá|q8N\8d\17èpÎVãî>;=\fÕ\eN\87Óát8\1dΤêp·_e\r\9f\buÓmqûnÑá@\87ø»Ït8\1dN\87\9aÒá\9cÉ~\90\ eç]¦Ãép>9\1c§Æ\vt8g«qw\9fép7ö[ÀÛB\87Óá\9cÉ~PÓ\18x\ eW¦I\1dÎG\87}¨Ã\81\ eçl5îî3\1dN\87ÓáÞ~Lù$r&ûA:\9c\87\80ô͵µí»E\87\ 3\1dÎÙjÜÝg:\9cí¶òq¡ÃépÎd?¨j\f<\88\eä\ eç£Ã\83]\87\ 3\1dÎÙjÜÝg:\9cí¦Ã½ý\96Òá\9cÉ~\90\ eWþP(ù@Ðá|vx°ëp Ã9[\8d»ûL\87\99ý\ 4\1dN\87ÓáLª\ eg\12u¸uSmqûnÑá@\87\1a\99\ e\17x1û\r·\9fR>\88\9cÉ~\90\ e×=\8b-£¡Ãùìð`×á@\87\1a\99\ e§aép:\9cd£Ã\99ÔÇÇÀ\93X\87Óá|w8N\8d\17èpÎVãî>ÓáNÞË:Üí\97\94\ eçLö\83t¸îil\19\v\1dÎw\87\a»\ e\a:\9c³Õ¸»Ït¸\84kYL¼ý\90Òá\9cÉ~\90\ eW=\8d5cÑ8ÑÎ(ß-:\1cèpÎVãî>Óát8\1dN\87\93lt8\93úö\18x\14÷\8d\84\ eçËÃ\83]\87\ 3\1dÎÙjÜÝg:\Ä­¬&êp:\9c\ egRu¸£\13©Ãy\12ùôp\9c\1a/Ðá\9c­ÆÝ}¦Ãép=ÿ\aq=×\94óH\87\8bÆÀ³¸n\1c*gÙ§\87ï\16\1d\ et8g«qw\9f\85\ eCõ¥¬Ãép:\9c\ egRu¸\933Ù4\f:\9co\8f\8f\12Õá@\87sV\18\99\ e·éNÎø%µ¯(\1dÎ\99ì\au\8e\81wñk'°µ\1a9ÃÑ_\13\96¨\ e\a:\9c³Â¸»Ït8\1dÎw\91\ e'Ùèp&U\82\12#íW!n~\ 4-Q\1d\ et8g\85qw\9fépù\9f\14\1dÇuÕ5å<ÒáLª\ e×ý¿/®ÃépG?%,Q\1d\ et8g\85qw\9fépù\9f\14:\9c\ e'Ùèp&ur\f¼\8cËF t¿úüøÆàY¢:\1cèpÎ
+ãî>Û7\fÍ\17rʯÑát8g²KF\87+\9aͶ\ 1Ðá|\7f|<t\96¨\ e\a:\9c³Â¸»Ït¸M÷qÊï)}BépÎd?¨u\fÊßÆuß\ 6:\9c\ f\90\8f\12Õá@\87sV\18\99\ e§Ã%ÌaÙ5å<ÒáLª\ e·g>û~½\ eçEüñ¸Y¢:\1cèpÎ
+ãî>Óát¸\80Il»¦\9cG:\9cI]6\ 6ͯãÂßÞº_}ú}aÐ,Q\1d\ et8g\85qw\9f   q\9b\9c_Tù~Òá\9cÉ~\90\ eWø<Öát8ß \7f?d\96¨\ e\a:\9c³Â¸»Ït¸M\97±\ ewúù¤Ã9\93ý \1d®ï}ÜøÃk÷«\8f¿ß\ f\97%ªÃ\81\ eç¬0îî3\9fÿ\9bîâ \1f¥ÃÙ\88Îd\97\18´>\90+\7f·\ eçÀúx°,Q\1d\ et8g\85qw\9fùüßt\15Gýª¾×\93\8dèLö\83t8AÊ\1fì\92÷«Ï¿_\8f\94%ªÃ\81\ eç¬0îî3ã°é&ÖáN?\9et8g\91\1fÔ<\ 6\8dOäÖï\82âýêûï·Ãd\89êp Ã9+\8c»ûÌ8lº\88u¸Óo'\1dÎYä\aépUoäÚÏ\ 2\1dÎ\97ÈÇ\83d\89êp Ã9+\8c»ûÌ8lº\87³~XÝËI\87s\16ùA:\Ó#¹÷« y¿ú\ 4üå\b\965èpÎ
+ãî>[ºöJ¯á°\9fÖöpÒá\9cÉ~Põ\18´=\93\8b¿
+t8ß\80\1f\8f\8f%jY\83\ eç¬0îî3\1dnÓ-\9cöÛÊÞM:\9c\ fÒázÞÉÍ_\ 5ÕûÕGàïFÇ\12µªA\87sV\18\99\10·é\12\8eûq]Ï&\1dÎ\99ì\au\8fAÕC¹ú£@\87ó\15øñÐX¢V5èpÎ
+ãî>[»ø*ïà¼_WõjÒá\9cÉ~Pù\18ô¼\94Ë?
+º÷«ïÀ_\8d\8b%jQ\83\ eç¬0îî³½\8b¯ñ
+\ eü}M\8f&\1dÎ\99ì\aép\1d\87Pû7\81\ eçCðãQ±D-jÐá\9c\15ÆÝ}fñmº\80\13\7f\93I\87s&ûAícÐq
+ù&(߯>\ 5\7f\96¨5\r:\9c³Â¸»Ï6_T}÷oäOìy1épÎd?H\87+8\87|\12èp¾\ 5?\1f\ e\9a\ 6\1dÎYaÜÝgBܦë7ó7Ö<\97t8g²\1fT?\ 6ù\a\91O\ 2ûõ§xê\7f?\14\96¨%\r:\9c³Â¸»ÏvßTm\97oìÏìx-épÎd?H\87ó\17\9d\86E¬Ãù üx ,QK\1at8g\85qw\9f-¿©ÊîÞÜßYñVÒá\9cÉ~\901H>\8d|\10دBܯ\aÁ\12µ¢A\87sV\18w÷Ùö\9bªëæMþ¥\ 5/%\1dÎ\99ì\a\19\83ÜÿÙ\1f\1f\ 4ökÜ_öÞ\18\0\8a\ 6\1dÎYaÜÝgû¯ª¦\8b7ú·æ¿\93t8g²\1fd\fRÿ\83£¾\aì×Eëáò\8f·D-hÐá\9c\15ÆÝ}vàª*ºvÃ\1f\19é¯$\1dÎ\99ì\a\19\83Èÿæ¨Ï\ 1ûuÛ\92¸ûË-Q\v\1at8g\85qw\9f]¸ªznÝôGFø#I\87s&ûAÆ ±Zù\1a°_\85¸¯ýnKÔz\ 6\1dÎYaÜÝg7®ª\96;·à\91\91üBÒá\9cÉ~\901Xw`ù5Öª¿ímúÍ\96¨å\f:\9c³Â¸»Ï\8e\U%7nÅ+#÷y¤Ã9\93ý c°ñÌòK¬ÕÐU~ñ\a\963èpÎ
+ãî>;sWUÜ·-¯\8cз\91\ eçLö\83\8cÁÖs«ôGX«ñ\8büÜ\8fµD-gÐá\9c\15ÆÝ}vê®\8a¿l\9b^\19\81Ï"\1dÎ\99ì\a\19\83Õ§\97¿UY«\89«üÖ¯´D-fð\81ã¬0îî³cwUøM[øÌHz\10épÎd?È\18\9c¾j\9c±öëÕe~ç\aZ¢Ö2øÀqV\18w÷Ù½Ë*ù\9aõÌpMép:\9cIM\18\ 3\abôâµ_W®ò\e¿Í\12µ\96Áíë¬0îî³\9b\97\15ë\99á\9aÒát8\93\9a0\ 6ND\1d.ÿQ\18¹J\1c@:\1c \aép\9e\.«/\f\96\83Î;C\87\93lt8\93ªÃ9a­Õ\8ae¾ù×X¢V2¸~\9d\15ÆÝ}vþ¶ÊºX½3\S:\9c\ egR#ÆÀ\91\18¼tí×\e«|å\8f°D­dpÿ:+\8c»ûÌmUuÐ\19a\1dN²ÑáLª«Òùj­ZäÑKÙ\12µ\92Á>×á\8cyÜx;\90t8t8g²\1fd\f\1c¸:\÷£ÐÊÔá|ç\81SK\132îî3×\95\83ÎÌép\92\8ddcRu8Ç«µj\95ëp\96¨u\fö¹\ egÌu8^^\0\86X\87\93lt8\93êªtºZ«V¹\ eç;Ñ:\ 6=H\873æ:\1c:\9cÙÓá$\e\93j§²|ÙÚ¯V¹\ e§Ã\81SK\132îî3÷\95\83ÎÔép\92\8d\ egRW\8d\81c1tÕÚ¯V¹\ e§Ã\81SK\132îî3÷\95\83ÎÜép\92\8d\ egRw\8d\81sQ\87Ë\7f\14Z¡:\9cï<pjiBÆÝ}æÆrÐ\999\1dN²ÑáLê\861p2&.ZûÕ\1a×át8pjiBÆÝ}æÆrÐ\99:\1dN²ÑáLê²1p0F®YûÕ*×át8pjiBÆÝ}æÊzl\8at8t8g²\1fd\f\9c¸ÅKÖ~µÊu8\1d\ e\9cZ\9a\90qw\9f¹²t8S§ÃI6:\9cIÝ7\ 6ÎƼ\15k¿Zä:\9c\ e\aN-Mȸ»Ï\Y\8fÍ\90\ e\87\ eçLö\83\8c\813·xÁÚ¯\16¹\ e§Ã\81SK\132îî3w\96\ egæt8ÉF\873©:\9cSÕZõ&Ôá,Që\17ìs\1dÎ\98ëpA\a\91ç\19:\9c\ f2\ 6ÎÜâåj¿Zä\1ez:\1c8µ4!ãî>si=6?\9egèpÎd?È\188tu8\8fB\8b\\87ó\9d\aN-Mȸ»ÏÜZ\ fÌOÀ\ 2¨¼Ct8ÉF\873©o\8d\81\ e\17ÿ(´^u8ßyàÔÒ\84\8c»ûÌ­¥Ã\99¹ÿ\1aY\1dN²ÑáLêkcà\1d\1fµZ\8d\80E®ÃépàÔÒ\84\8c»û̵õÜô$,\80Æ\eD\87\93lt8\93úÞ\18xÈ'-VC`\91ëp:\1c8µ4!ãî>sm=7;:ÜÍ©Óá$\e\1dΤ¾8\ 6^òÖjü#ܪÕá|ç\81SK\132îî3÷\96\ egæþ<ðÿO¬Ã9\93ý càØíy\ e\19\ 5\8b\\87ÓáÀ©¥        \19\99\8bë¹ÉQrnÎ\9c\ e'Ùèp&õÕ1ð\96\8fy\r\19\ 6\8b\\87ÓáÀ©¥   \19\99\8b빩QrnN\9d\ e'Ùèp&õÝ1ð\98Oy\f\19\a\8b\\87ÓáÀ©¥   \19\99\9b+£Ã        qs#ªÃI6:\9cI}{\f<ç3ÞB\ 6Â\1a×át8pjiBÆÝ}æêÒáLÜ\8bó¦Ã9\93ý càä­y
+\19      k\\87ÓáÀ©¥        \19\99»ë¹\99IY\ 1:\9c\ e'Ùèp&Õ\8déÅo­Zä:\9c\ e\aèA:\9c'\97±Ù|\0Ŭ\0\1dN\87\93lt8\93êÊôâ·V-r\1dN\87\ 3ô \1dÎ\93Ëà,>\7frV@×Ìép\92\8d\ egR\17\8c\81\17}À3ÈhXä:\9c\ e\aN-Mȸ»ÏÜ^ÏM\8b\ ewsæt8ÉF\87\eÆÀ\93þþ+ÈpXä:\9c\ e\aN-Mȸ»Ï\_:\9c\89ûçÑÔá$\e\1dΤ®\18\ 3oúó\8f ãa\91ëp:\1c8µ4!ãî>s\7f=7+I+@?Õá$\e\1dΤº2½õ­U\8b\\87Óá\0=H\87óä2@[\ f\9f¨\15 \9fêp\92\8d\ egR\9d¼\9eúÖªE®Ãép\80\1e¤Ãyr\19¡¥g\8f\ e§\9fêpÎd?È\188|{_@\86Ä\12×át8pjiBÆÝ}æ\ 6{nJ²V\80yÓá$\e\1dΤº5=ô­UK\\87Óá\0=H\87óä2D;O\9e°\15`Þt8ÉF\873©nMÏ|kÕ\1a×át8@\ fÒá<¹\8cÑÊ\83'm\ 5´Ü\17:\9cd£Ã\99ÔUcàm\7föõcX¬q\1dN\87\ 3§\96&dÜÝg.±\90\9ecât8\1dN\873©-càu\7fôñc\,q\1dN\87\ 3§\96&dÜÝgn±ç¦C\873o:\9c\ f2\ 6\8eßÞ·\8f\81±Äu8\1d\ e\9cZ\9a\90qw\9f¹Æ\9e\9b\r\1dμépÎd?È\188\7f{_>\86Æ\12×át8pjiBÆÝ}æ\1e{n2\ 2W\80yÓá$\e\1dΤ:~=ð­Uk\\87Óá\0=H\87óä2PûÎ\9cÀ\15Ð0o:\9cd£Ã\99Ô\8dcà}ï­\13þ\b÷\15«ÃY£àÔrV\18\99\9bìwS\91¸\ 2L\9b\ e'Ùèp&Õùëuo­Zã:\9c\ e\aèA:\9c'\97±ÚvâD.\ 1Ó¦ÃI6:\9cIuþzÜ[«Ö¸\ e§Ã\ 1z\90\ eçÉe°\96\1d8\99K þ\9aÐá$\e\1dî?ìÝ\ 1rÛ¸\12EQï\7fÓøU©\99?\93\89\12\ehö;g\ 1\80HèV\9cXÔ®3p´wÎ\19~\b÷MV\87³?ÁS˳ÂܽϼÍ^_\86¡[À²ép\92\8d\ egQ=\80\9d0íU\9b\\87Óá\0=H\87sä2®VO\9b©[`ø;B\87\93lt8\8bÚx\ 6ÎõN9Ó\ fá¾Íêpö&xjyV\98»÷\99÷YàcÙªæ¦ÃI6:\9cEí<\ 3Çz\87\9cñ\87pßgu8;\13<µ<+ÌÝûÌ\e­]бjUcÓá$\e\1d΢ö\9e\81C½#ÎøC¸ï³¶¨}       \9e[\9e\15æî}æ\95öó\15\18¼\ 5&¿\1ft8ÉF\87³¨fàHo¯Úã\ 1\16µ-Áç\\873óÌy\v:wÜ\ 2\83_\ f\ eØr\85\ egQÛ¿h\9dè\1d\1fÂ}\99µEíJðèò¬0wï3/µVADzU\8dL\87\93lt8\8bÚÿEë@ï|3þ\10-jO\82\87\97g\85¹{\9fy­5
+:V­j`:\9cd£ÃYÔ;¼h\1dç\9d\1fÂ}\91µEíHðøò¬0wï3ïµ6AǪUÍK\87\93lt8\8bz\8f\17­Ã¼\15\1a\7f\b÷5Ö\16µ\1fÁ\ 3̳ÂܽϼÙ\9aÜ\93\9a\96\ e'Ùèp\16õ./ZGyë3ý\10îK¬-j;\82G\98g\85¹{\9fe¿ÚúÜ\93U»ãªép\9eÉnÈ\f|-Ì9ß\18\9a=Þ|\15mQ\9b\11|Îu83\ f\9f÷¼çKÀ\16XVM\87\93lt8\8bê9ìtc¯Úâ7\C[ÔV\ 4\9fs\1dÎÌãç=íé\12±\ 5\96UÓá<Tt8\8bê9ìlc¯Úâ·[A[ÔF\ 4\9fs\1dÎÌÍ{س%c\v,«¦Ãy¦¸!\8bêAìdc¯Úäw[=[Ô&\ 4\9fs\1dÎÌÍ»ñ+®Ý½X³;®\9a\ eç\99ì\86ÌÀ÷Ã\98s\8dáÙäÍ×Î\16µ\ 5Áç\\873sónû\92kx'\96ì\8e«¦Ãy&»!3ð\r1æTc|6yó\85³Eu8ð9×áÌܼ\9b¾æZÞ\87%»ãªép\9eÉnÈ\f|I\8c\18 =Þ|ÙlQ\1d\ e|Îu837ï\9eï¹\9e·aÉî¸j:\9c\e2\ 3ß\12c\8e4&h\8f7_5[T\87\ 3\9fs\1dÎÌÍ»ã\9b®ë]X²¢éèp\92\8d\ egQoü¢un·W\1d\11í{[ÔÖ\ 3ïs\1dÎÌÍû¾ïº¾7aÅ\8af£ÃI6:\9cE½õ\8bÖ©Ý^uF´ímQû\ e¼Ñu837ï{¾í:ß\81\15+\9a\8b\ e'Ùèp\16õî/Z'v{Õpí{[Ô®\ 3ou\1dÎÌÍûvï»Þ×oÅ\8a¦¢ÃI6:\9cE\9dð¢u\·WÍ׶·Eu8ð9×áÌܼoóÊë\7fñ\96¬h&:\9cd£ÃYÔ!/Zgu{Õ\8cm{[T\87\ 3\9fs\1dÎÌÍû\ e/½;\º%»á¢ép\9eÉnÈ\fÒ¿6:¿\98i^\e±Eí5Ðá¼\97ÌÝûÌ`7\r7x\ fÜ÷É?èóëy¤ÃYT/Ú^ß\1c\9d]\8c\8f\98\9b-
+\0ÎXN
\ eÅF\rÐ>SX\ 3¦ïq»\1e\0pÆr^\9a\7f(6d\80ö\99Âô\99¿Ëíy\0À\11Ë\89\91Øx\ 1\9ag
+3gþ.·é\ 1\0Ç+\87¦\84ã°á\ 24O\14&Îü]nÓ\ 3\0\ eX\8eLãOÄ\86
+мR\984\ 1ÛÜ\8e\a\0\9c°\1c\9a¦\9f\88Í\12 u¦0]\ 2¶¹-\ f\08`94M?\10\e @ëLa¢\ 4ls;\1e\0pÀrj\9a~"63\80¾¥Âü\bØæ6<\0ÀO\ fX\ 6\ 3±\11\ 1´{4{B\93´Ñív\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\8cõ\80 \ 1\0\0\0À\eÖ\8f\99\19\0\0\0\0<o½Åü\0\0\0\0à\91u\r\83\ 4\0\0\0\80¯­%Ä\ 1\0\0\0p\81cQ©\7fÎZ׳ß\0\0\0\0RépW^\9e\16\a\0\0\0Àçt¸ë.N\8b\ 3\0\0\0à+:ÜEW¦Å\ 1\0\0\0ð\r\1dî\8aË\92â\0\0\0\0ø\9e\ e÷þE   q\0\0\0\0<¢Ã½{I:\1c\0\0\0\0\8fépï]\90\ e\a\0\0\0À3t¸w.G\86\ 3\0\0\0à9:Üë\17£Ã\ 1\0\0\0ð,\1dîãX\86Óá\0\0\0\0rèpÇ*\9c\ e\a\0\0\0\10D\87[:\1c\0\0\0\0åÒ;ÜZ:\1c\0\0\0\0õÂ;ÜÒá\0\0\0\0Ø!»Ã-\1d\ e\0\0\0\80-\92;ÜZ:\1c\0\0\0\0{\ 4w¸¥Ã\ 1\0\0\0°Kn\87[:\1c\0\0\0\0ÛÄv8\19\ e\0\0\0\80\8dR;ÜÒá\0\0\0\0Ø(´Ã-\1d\ e\0\0\0\80\9d2;ÜÒá\0\0\0\0Ø*²Ã-\1d\ e\0\0\0\80½\12;ÜÒá\0\0\0\0ØL\87Óá\0\0\0\0¨\17Øá\96\ e\a\0\0\0Àny\1dnép\0\0\0\0l\17×á\96\ e\a\0\0\0À~:\9c\f\a\0\0\0@½´\ eç¯Ã\ 1\0\0\0p\82\ e§Ã\ 1\0\0\0P/¬Ã-\1d\ e\0\0\0\80\13²:ÜÒá\0\0\0\08"ªÃ-\1d\ e\0\0\0\803t8\1d\ e\0\0\0\80zI\1dnép\0\0\0\0\1c¢Ãép\0\0\0\0Ô\vêpK\87\ 3\0\0\0à\14\1dîò\8a¦Â\ 1\0\0\0ð\a\1d®ê*t8\0\0\0\0þ\91Óá\8eü6©\ e\a\0\0\0À/:\ù\8f×á\0\0\0\0Èép\87ÿg\ 5\1d\ e\0\0\0 \9b\ e·í®u8\0\0\0\80`:ܾ\9bÖá\0\0\0\0répûnù·«°õ\0\0\0\0¢¤t¸\1e\19îß\17\ 1\0\0\0$Ñáöf¸ÿ_\8b­\a\0\0\0\10E\87Û\9eá~]\8d\9d\a\0\0\0\90E\87;\90á\0\0\0\0\88\13Òád8\0\0\0\0\8eÒád8\0\0\0\0êép:\1c\0\0\0\0õt8\19\ e\0\0\0\80z\19\1dN\86\ 3\0\0\0à,\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép:\1c\0\0\0\0õ":\9c\7f\1e\ e\0\0\0\80Ãt8\19\ e\0\0\0\80z:\9c\f\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\93á\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép:\1c\0\0\0\0õt8\1d\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e§Ã\ 1\0\0\0PO\87Óá\0\0\0\0¨\97Ðá\96\ e\a\0\0\0Àa:\9c\ e\a\0\0\0@=\1dN\87\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\13â\0\0\0\0¨çÿK\95á\0\0\0\0¨§Ã     q\0\0\0\0ÔÓá\848\0\0\0\0êép:\1c\0\0\0\0õt8!\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\88\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\13â\0\0\0\0¨§Ã  q\0\0\0\0ÔÓá\848\0\0\0\0êépB\1c\0\0\0\0õ":\9c\10\a\0\0\0Àa:\9c\10\a\0\0\0@=\1dN\88\ 3\0\0\0 \9e\ e§Ä\ 1\0\0\0P/£Ã q\0\0\0\0\9c¥Ã)q\0\0\0\0ÔÓá\948\0\0\0\0êépB\1c\0\0\0\0õB:Üu!N\8a\ 3\0\0\0à\ 5:\9c\12\a\0\0\0@=\1dN\89\ 3\0\0\0 \9e\ e\ 1\0\0\0P/¥Ã]\1eâ\948\0\0\0\0~@\87\0\0\0\0¨\17Óá*B\9c\16\a\0\0\0À\93t8%\ e\0\0\0\80z9\1d®,ÄIq\0\0\0\0<¤Ã)q\0\0\0\0Ô\vêp¥!N\89\ 3\0\0\0à;:\9c\14\a\0\0\0@½¤\ eW\1eâ¤8\0\0\0\0¾ Ã)q\0\0\0\0Ô\8bêp\1f:\1c\0\0\0\0gdu¸-\7f#N\8b\ 3\0\0\0à\ fa\1dnS\88\0\0\0\0ø\9d\ e§Ä\ 1\0\0\0P/­Ãí\vqR\1c\0\0\0\0ÿ\88ëp;C\9c\12\a\0\0\0À_t8%\ e\0\0\0\80zy\1dns\88\0\0\0\0ø\88ìp»C\9c\14\a\0\0\0@d\87Û\1fâ\948\0\0\0\80t\91\1dN\88\ 3\0\0\0`³Ì\ ew Ä)q\0\0\0\0ÑB;\9c\10\a\0\0\0ÀV©\1dîD\88\0\0\0\0rÅv8!\ e\0\0\0\80\8dr;Ü\91\10§Ä\ 1\0\0\0\84
+îpB\1c\0\0\0\0Û$w8¿\9b
+\0\0\0À.Ù\1dÎ_\89\ 3\0\0\0`\8fð\ e\ 1\0\0\0°Ez\87ó»©\0\0\0\0ì Ã q\0\0\0\0ÔÓá>\8e\948;\ f\0\0\0 \8b\ e÷úÅ\bq\0\0\0\0<K\87{ãj\848\0\0\0\0\9e¤Ã½u=B\1c\0\0\0\0OÑáÞ¼"!\ e\0\0\0\80'èpï^\92\10\a\0\0\0Àc:Üû\17¥Ã\ 1\0\0\0ð\88\ ewÅe  q\0\0\0\0|O\87»èÊ\848\0\0\0\0¾¡Ã]vmB\1c\0\0\0\0_Òá.¼:!\ e\0\0\0\80/èp\97^\9f\ e\a\0\0\0À§t¸\8b¯P\88\ 3\0\0\0à\13:ÜÕ\97\ 1\0\0\0ð'\1dîú\8bÔá\0\0\0\0ø/\1d®ä:\858\0\0\0\0~£Ã\15\ e\a\0\0\0À¿èpu\17«Ã\ 1\0\0\0ð7\1d®ôz\958\0\0\0\0~Ñá\8a¯X\86\ 3\0\0\0àC\87ÛqÑJ\1c\0\0\0\0\8eËÖá\0\0\0\0Òép{.\\87\ 3\0\0\0ȦÃíºt!\ e\0\0\0 \99\ e·ñêu8\0\0\0\80X:ÜÎË\17â\0\0\0\0Rép{o@\87\ 3\0\0\0ȤÃí¾\ 5\1d\ e\0\0\0 \91\ ewà.\848\0\0\0\808:Ü\91ûÐá\0\0\0\0Âèp\87îD\87\ 3\0\0\0\88¢Ã\9dº\15!\ e\0\0\0 \89\ ewîft8\0\0\0\80\1c:ܹ1êp\0\0\0\09t¸\93\83Ôá\0\0\0\0RèpG'©Ã\ 1\0\0\0\84ÐáÎ\8eR\87\ 3\0\0\0È Ã\1d\9e¥\10\a\0\0\0\10A\87;=L\1d\ e\0\0\0 \81\ ew|\9a:\1c\0\0\0@\0\1dîü8u8\0\0\0\80ùt¸\ 6óÔá\0\0\0\0ÆÓá:\fT\87\ 3\0\0\0\98N\87ë0P\1d\ e\0\0\0`:\1d®ÅDu8\0\0\0\80át¸\1e#Õá\0\0\0\0fÓáz\8cT\89\ 3\0\0\0\98M\87ë1R\1d\ e\0\0\0`6\1d®ÉLu8\0\0\0\80Ñt¸&3Õá\0\0\0\0FÓá\9aÌT\87\ 3\0\0\0\18M\87k2S\1d\ e\0\0\0`4\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\87\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\87\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸.CÕá\0\0\0\0&Óáº\fU\85\ 3\0\0\0\98L\87ë2T\1d\ e\0\0\0`2\1d®ËPu8\0\0\0\80Ét¸&3Õá\0\0\0\0FÓá\9aÌT\87\ 3\0\0\0\18M\87k2S\1d\ e\0\0\0`4\1d®ÉLu8\0\0\0\80Ñt¸\1e#Õá\0\0\0\0fÓáz\8cT\87\ 3\0\0\0\98M\87ë1R\1d\ e\0\0\0`6\1d®ÅDe8\0\0\0\80át¸\16\13Õá\0\0\0\0\86Óá:\fT\87\ 3\0\0\0\98N\87ë0P\1d\ e\0\0\0`:\1d®Á<u8\0\0\0\80ñ¢:\}ì\92á\0\0\0\0øTR\87«ï]K\87\ 3\0\0\0àSy\1d®°x-\1d\ e\0\0\0\80Ï%v¸ªæµt8\0\0\0\0¾\90ÙáJª\97\f\a\0\0\0À\97R;Üõákép\0\0\0\0|)·Ã­\ 6\83Ôá\0\0\0\0R\ 4w¸+ã×Z:\1c\0\0\0\0ßÈîp\17å¯%Ã\ 1\0\0\0ð½ô\ ewÁݬ¥Ã\ 1\0\0\0ð\80\ e÷æ\9f»\96\ e\a\0\0\0ÀC:Ü;\7fôZ2\1c\0\0\0\0Ï\bêpWÿñëB6"\0\0\0Àp:Ük?c]ËF\ 4\0\0\0\18N\87ûùOZ\97³\ f\ 1\0\0\0¦Óá\9eÿ¡«\8c}\b\0\0\00\9d\ e×\80m\b\0\0\00\9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓát8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z9\1dÎ_\87\ 3\0\0\0à\1c\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87Óá\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓád8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z:\9c\ e\a\0\0\0@=\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0P/¦ÃÉp\0\0\0\0\1c¤Ã©p\0\0\0\0ÔÓád8\0\0\0\0êép2\1c\0\0\0\0õt8\19\ e\0\0\0\80z:\9c
+\a\0\0\0@=\1dN\86\ 3\0\0\0 \9e\ e\ 1\0\0\0PO\87\0\0\0\0¨§ÃÉp\0\0\0\0ÔÓáT8\0\0\0\0ê¥t8\15\ e\0\0\0\80\93t8\15\ e\0\0\0\80z:\9c
+\a\0\0\0@=\1dN\85\ 3\0\0\0 ^ÌÿÓp&ÅÙ`\0\0\0\0ü\12Ôá^ÿ©*\1c\0\0\0\0o
+ëpïül\11\ e\0\0\0\80\97Ev¸\ f\19\ e\0\0\0\80½2;Üë\17 Â\ 1\0\0\0ð\8a\9býrh\87Û\17á\0\0\0\0àç48\0\0\0\0ØE\82\ 3\0\0\0\80]\148\0\0\0\0ØH\7f\ 3\0\0\0\80z:\1c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿc\ f\ e\ 4\0\0\0\0\80ü_\eAUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU¥=8\10\0\0\0\0\10äo½Á\ 4\15\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ð\ 2oÔÔb
+endstream
+endobj
+396 0 obj
+<</Type/Group /S/Transparency /CS/DeviceRGB /I true>>
+endobj
+399 0 obj <<
+/D [394 0 R /XYZ 90 739.935 null]
+>> endobj
+397 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/XObject << /Im1 395 0 R >>
+/ProcSet [ /PDF /Text /ImageC ]
+>> endobj
+406 0 obj <<
+/Length 19        
+/Filter /FlateDecode
+>>
+stream
+xÚ3PHW0Ppç2ÀA\ 3\0c(\ 5á
+endstream
+endobj
+405 0 obj <<
+/Type /Page
+/Contents 406 0 R
+/Resources 404 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+>> endobj
+404 0 obj <<
+/ProcSet [ /PDF ]
+>> endobj
+437 0 obj <<
+/Length 991       
+/Filter /FlateDecode
+>>
+stream
+xÚí\99Ár\9b:\14\86÷y
+\96öL¡\92\10\b-cÇiÓI¦iì»ê½\vÕ(\8eflpA$Ó>}\ 5\12Ø\18â\ 4;s3µ½\ 24#\ 4ßÿ\9f£\ 3\aX3\vX\9fÎ\809\ e&g\1f/\11²\10vH@ 5¹·(°|\8c\1d\1f k\12Zß{Ã8\92<\92iÿ¿É\175\ fXÐJòÉùÉÝ'=\9d:ÔG~>\eX¶O\1c\9e\fû6\ 4\0ô®"\99ôaÐ\8bÃl*E\1c\99\9bé\87°0\f\1c\0©º0\93\9e]Ê][ÊÆÀu\0ñ,\e\12ǧæq¡S¬é\81Þx\1a/y}¡ï6ñü\9eÓ·=õLG~À\94v\9a°\ 1\12\12\b*¥JSm*\96Û¡\10Ç-ÅAF\9cQ4\8dC\9eôm¤.\ 6,\15Ó´)\159Éñ6:l\ 4©\r±C1¶lD\1c\8a\88Ö\ 6\99\16?\12\96üÒÊü\93²\19ß\1a¬îNÁjü\80ª`=¿½Ò+^\8a9oX! ø\14§{Ä©ûÚ8E¥.e\9c\ eÙ|.¢\99ÖfÌ\7ff<\9a6\92ªOÜ\93\12o%A\15\1an[ª¼\8aRÉr  \8a«óù<\9e²æ\86ª"\ 6â#àÝ\ 6\1awö:6 ¯¢e&?~ͤ:\18¾EÑ2Ë\16k\ 5Ð
+ñáìO{9Û{       8B\ e\85xÓÞ¸ÈýHÝö6\89ûÐë=\8aÐØz\90Ý÷\91×»/M\7fÁÓi"\962N\1a"`\8f\1e¾¥½î\96.\12x+Üí.×#×"\95\98÷·\ 2ô_\ 2h·{Ô3\99á\92óp\8d^Ã¥\ekzþ©2Ù[\92\86§}#ƺu\aB¦2ála\12\ 5\93¬Y;zÇ\8a\7f/îU\10\10Ãý\86+¸+ÌÅÙ0\8eþ\ 5\0Ͳ¤µ
+!\0\9e +褳Ù\83¶âï\8eO·óö     >%\97.¼+\93Ó6Þ·ùÎÉ\12¶à2\11¿Ûëì\93Ã_G¼¶ÁV6§U\11xâ\90©
+ÏüxxN\a\9e´Ôáè P\ 6ÝÍ[U{Ã\a\16E|®±ÝÄeÍ÷B\9aF$8`k\ 6\9d\93/-¾½s\9eçY(bÍð[ÆæBþª\80¦ª¢Ö8[*åã\ 6¹fLl@\8e®/ÌÇF&ãvS®<»±8\85ä v§ Û×HeK\bÔ]½\9a)kñþB\94»\10\1eéæD;\e\17B\8dz\9c-\97q"˯?õ¹¡Ø6ÿOÓ¿$\81þïvGys\ 2tNÀ\10iüyÁ»Xð(,\ 5\18³Årõ?úNi¡ÏTñPS¨\f\88Å\ f\11=\97£ý÷CØ\8a      îö\1f\r\16M\14\92oVç}¬^Ú¾\1e~Ðïÿyd\9b±ÆÀ#Ò#ÂäÝ\vµ»­À\8d\awúd¡Òqãq½7I$[<µ\e\9e\16\17åuQ\8dÌ\85\ 1Q\ e\8cÚFôÀ\93\90\ f\e4v\82åû»\90Ø\ fÁº9Ü:\82W½_\9cÿØz\8aÒ<ÚªÐÛþ\9a\14½C\ e\84:6C]â\ 4^`\9a¡AÙÕÔÍÐz\9b\9a\1cÌ£\88³¤¹»új\13\80¯l\87\96\rØuúU3t ÒÙ\93\b\95>\a¸\85¿W\1f´ðÆf\17®~\1cMÎþ\0zv\a 
+endstream
+endobj
+436 0 obj <<
+/Type /Page
+/Contents 437 0 R
+/Resources 435 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R ]
+>> endobj
+407 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 575.708 160.007 584.684]
+/A << /S /GoTo /D (chapter.1) >>
+>> endobj
+408 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 555.978 153.203 566.882]
+/A << /S /GoTo /D (section.1.1) >>
+>> endobj
+409 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 540.343 190.552 549.189]
+/A << /S /GoTo /D (section.1.2) >>
+>> endobj
+410 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 510.492 167.648 521.371]
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+411 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 494.722 166.772 503.569]
+/A << /S /GoTo /D (section.2.1) >>
+>> endobj
+412 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 474.973 198.861 485.877]
+/A << /S /GoTo /D (section.2.2) >>
+>> endobj
+413 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 459.337 242.288 468.184]
+/A << /S /GoTo /D (section.2.3) >>
+>> endobj
+414 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 439.588 226.916 450.492]
+/A << /S /GoTo /D (section.2.4) >>
+>> endobj
+415 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 421.895 268.24 432.799]
+/A << /S /GoTo /D (subsection.2.4.1) >>
+>> endobj
+416 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 404.203 310.123 415.107]
+/A << /S /GoTo /D (subsection.2.4.2) >>
+>> endobj
+417 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 386.51 199.987 397.414]
+/A << /S /GoTo /D (section.2.5) >>
+>> endobj
+418 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 368.818 219.065 379.722]
+/A << /S /GoTo /D (section.2.6) >>
+>> endobj
+419 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 351.125 228.47 362.029]
+/A << /S /GoTo /D (section.2.7) >>
+>> endobj
+420 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 333.433 228.739 344.337]
+/A << /S /GoTo /D (section.2.8) >>
+>> endobj
+421 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 317.678 227.473 326.644]
+/A << /S /GoTo /D (section.2.9) >>
+>> endobj
+422 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 298.048 286.741 308.952]
+/A << /S /GoTo /D (subsection.2.9.1) >>
+>> endobj
+423 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 280.355 277.516 291.259]
+/A << /S /GoTo /D (subsection.2.9.2) >>
+>> endobj
+424 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 262.663 280.285 273.567]
+/A << /S /GoTo /D (subsection.2.9.3) >>
+>> endobj
+425 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 244.97 286.094 255.874]
+/A << /S /GoTo /D (subsection.2.9.4) >>
+>> endobj
+426 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 227.278 247.299 238.182]
+/A << /S /GoTo /D (section.2.10) >>
+>> endobj
+427 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 209.585 203.294 220.489]
+/A << /S /GoTo /D (section.2.11) >>
+>> endobj
+428 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 191.893 354.944 202.797]
+/A << /S /GoTo /D (section.2.12) >>
+>> endobj
+429 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 174.917 387.274 185.104]
+/A << /S /GoTo /D (subsection.2.12.1) >>
+>> endobj
+430 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 157.225 431.557 167.412]
+/A << /S /GoTo /D (subsection.2.12.2) >>
+>> endobj
+431 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 138.815 364.051 149.719]
+/A << /S /GoTo /D (subsection.2.12.3) >>
+>> endobj
+432 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 112.925 188.44 121.901]
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+433 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 95.252 172.58 104.099]
+/A << /S /GoTo /D (section.3.1) >>
+>> endobj
+438 0 obj <<
+/D [436 0 R /XYZ 90 604.454 null]
+>> endobj
+435 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+476 0 obj <<
+/Length 996       
+/Filter /FlateDecode
+>>
+stream
+xÚí\9aM\93\9a0\18Çï~\8a\9c:p\80&O\12\92\1cuu;ÛÙn§»Þ¶\9d\ eÕh\99\ 1Ü"öíÓ7
+ºh¨ºÖ\1e\ 4\ 3bÂïù?o!\18M\11Fo:½açõ%\0
+ @à   R\18\89\80ø\1c\b\1a\8eѽ\13Eî§á[D\ 3é\13\15\98\87VW/Þß\f\a7ûå½Î`ØùÖ!æ\16Fdõ<\17¾ \1c\8d\92Îý'\8cÆæú[\84}ª$ú±úU\82\18Ps\8cÑ]çC\a\97s)\9eϦå\1fÝ®gG+³#\98ù\8a1$À\\13PL\86úàz\ 4sì\fa¢]\ fÌé]ô[Ï\8bÓWÅ¡\17åÅÉ­\9eëì»\vØ\99EÙê\rÖS@÷^\10pÇw=\8eñó=0¥\ eüd祠 \10ì\10ºuÙ6\a\ 2ð\15aÈ#ƾð\bß'\ 6?\98ÿ\1dÌó(    ó(\9d\16 »®`Îw\97pGgá´4\8c\9d¹0\ eÏ\96n-Vv\b«·Å\95®¹ÒRÔ\83t4\eë¬@6t¥\91í,¶±\ 1~öº=§ÂÏ`\98\9dÈè\91"öx },Da&¶4\92\19â"\ eçe¸¹JÇúçö\88\8cP\1f\8e\9e\84\97·kF¬F;Ï\84L\1f+ºíqlåoKeT\ 6½\8eæùî[
+\10\r\92Ä\7f\10\b?\83@x)\90Ë(ÖGëCü\8b>øF\1f\8fcÖÉ\83KÙXy\9cS%â\f*       ì0Ò\9f\8d\16\89Ns\93OgéîÈ\14K\118D\1d§\93õ\88Õü\12lTÒíºÌ\8c<¸¹øÜ[Lúz>*³s\9e-F\9b\92i¢3\9d\8eôîD\14\95ÏÝÒµFU§ÔB\86é¦\16êë<4î7.\8di¨fÑC\9d)\ 3\154µà<\b\19Û|¡äûN'_ÖEQ?ÌÃ#\9cFbÙL\8c\94øRZî_\16îÔ`û²l\86\16\93A\[\91s)\1a\10÷ϧÐ\95F+X]à\8e     \9fWc#Ìè#Æ ³¹\1d\ 5D\8bó/8é6N\8b\9db²©UÊ¿QÞ\8a\ 5l\9brm$\10\104\aq\1d[À')\98\97lÓEÒ«\110\93´Åz`\8d\843_(«Þ\ 2»\86½J»\99K¤3\9d\8c\ 5ù\82\v­ÃxëV \82ÊÊ^[Íþ\8fÐ\0m5{\ 2ÆÚj\16*Õ¬\89²ÝtÔû\95Û      ,\10²\rª{\ 5¹)^\rÅ«ô.L\1eâ\9a5ú67\1dÎM´.7MfÕ|tTn¢\12^b\99zjR¢\rKJG¯QÖB&O\8e\ 1´MJ'`¬&¥*ÊMR\1aÍÒ\89©ý-`\826»[=^¡´\8a\15*X\97­ªåò\9c4¼¥:Éó7k-ºøèÜ×qøËÒ,\13-Æý\18×\8b)\93åf\87k\9dNó¯vÓÏ[M\1eåëëÕ\93(5\ 1ô2\8aãk½\R-6\96Ä\16WÅ[ ûÕ\19l\80>,ò\8b¯a\9aj{CI\0ÐrÜÏQ\94\1c\93ðçß\1aNAYKq¿{ËG\8aï\17¹qñZ\90êe£\83\13\9bLf7\99ïL[ôX®\1fÕb2Å^dm        §}Ågm\8byNÈ\96׳¶Å<\8c±8îî­\96Ô§\18\9eºµú\ f\vT
+endstream
+endobj
+475 0 obj <<
+/Type /Page
+/Contents 476 0 R
+/Resources 474 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 434 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R ]
+>> endobj
+434 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 728.876 243.772 737.723]
+/A << /S /GoTo /D (section.3.2) >>
+>> endobj
+439 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 709.097 290.726 720]
+/A << /S /GoTo /D (subsection.3.2.1) >>
+>> endobj
+440 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 693.431 186.438 702.278]
+/A << /S /GoTo /D (section.3.3) >>
+>> endobj
+441 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 665.335 155.484 674.311]
+/A << /S /GoTo /D (chapter.4) >>
+>> endobj
+442 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 647.632 168.435 656.479]
+/A << /S /GoTo /D (section.4.1) >>
+>> endobj
+443 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 619.535 148.839 628.511]
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+444 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 601.833 162.348 610.679]
+/A << /S /GoTo /D (section.5.1) >>
+>> endobj
+445 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 573.736 196.43 582.712]
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+446 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 554.952 278.412 564.88]
+/A << /S /GoTo /D (section.6.1) >>
+>> endobj
+447 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 536.254 243.463 547.158]
+/A << /S /GoTo /D (subsection.6.1.1) >>
+>> endobj
+448 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 520.469 279.707 529.435]
+/A << /S /GoTo /D (subsection.6.1.2) >>
+>> endobj
+449 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 502.747 244.55 511.713]
+/A << /S /GoTo /D (subsubsection.6.1.2.1) >>
+>> endobj
+450 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 485.024 265.87 493.991]
+/A << /S /GoTo /D (subsubsection.6.1.2.2) >>
+>> endobj
+451 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 467.302 218.538 476.268]
+/A << /S /GoTo /D (subsubsection.6.1.2.3) >>
+>> endobj
+452 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 449.699 235.693 458.546]
+/A << /S /GoTo /D (subsubsection.6.1.2.4) >>
+>> endobj
+453 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 431.977 238.114 440.824]
+/A << /S /GoTo /D (subsubsection.6.1.2.5) >>
+>> endobj
+454 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 412.197 271.04 423.101]
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+455 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 394.475 243.463 405.379]
+/A << /S /GoTo /D (subsection.6.2.1) >>
+>> endobj
+456 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 378.81 279.707 387.657]
+/A << /S /GoTo /D (subsection.6.2.2) >>
+>> endobj
+457 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 359.03 258.587 369.934]
+/A << /S /GoTo /D (subsubsection.6.2.2.1) >>
+>> endobj
+458 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 341.308 261.357 352.212]
+/A << /S /GoTo /D (subsubsection.6.2.2.2) >>
+>> endobj
+459 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 324.562 283.951 334.49]
+/A << /S /GoTo /D (section.6.3) >>
+>> endobj
+460 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 305.863 243.463 316.767]
+/A << /S /GoTo /D (subsection.6.3.1) >>
+>> endobj
+461 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 290.198 279.707 299.045]
+/A << /S /GoTo /D (subsection.6.3.2) >>
+>> endobj
+462 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 272.476 234.229 281.322]
+/A << /S /GoTo /D (subsubsection.6.3.2.1) >>
+>> endobj
+463 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 254.753 236.44 263.6]
+/A << /S /GoTo /D (subsubsection.6.3.2.2) >>
+>> endobj
+464 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 234.974 256.904 245.878]
+/A << /S /GoTo /D (subsubsection.6.3.2.3) >>
+>> endobj
+465 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 217.251 253.038 228.155]
+/A << /S /GoTo /D (subsubsection.6.3.2.4) >>
+>> endobj
+466 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 201.586 260.41 210.433]
+/A << /S /GoTo /D (subsubsection.6.3.2.5) >>
+>> endobj
+467 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 181.807 259.145 192.711]
+/A << /S /GoTo /D (subsubsection.6.3.2.6) >>
+>> endobj
+468 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 164.084 258.029 174.988]
+/A << /S /GoTo /D (subsubsection.6.3.2.7) >>
+>> endobj
+469 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 146.362 271.319 157.266]
+/A << /S /GoTo /D (subsubsection.6.3.2.8) >>
+>> endobj
+470 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 129.616 282.835 139.544]
+/A << /S /GoTo /D (section.6.4) >>
+>> endobj
+471 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 110.917 243.463 121.821]
+/A << /S /GoTo /D (subsection.6.4.1) >>
+>> endobj
+472 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 95.252 279.707 104.099]
+/A << /S /GoTo /D (subsection.6.4.2) >>
+>> endobj
+474 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+514 0 obj <<
+/Length 1121      
+/Filter /FlateDecode
+>>
+stream
+xÚí\9a]s¢H\14\86ïý\15\85l\7fBsi\14³NiÌ*wÙ)\8a@\9b¥\8a\ f\17u&ù÷Ó|hPÔ(\93©\19ÔªT¡m¤;OÞÓï9\87\ 6Ò\8b\ 4¤ûÖ\9dÕú«\8f\90\86\86\9aI\ 6\90t\rª\14AÉò¤'¹;~°Ì\akª|µ¾H\ 4\12U3 øjö\99ïûépË´Zÿ·ÒQ Áì\ 6TWuL%7l=}\ 5\92'Æ¿H@Å\ 6\93¾g¿\15J\ 4aq\r¤ië\9f\16(\16\93\7f?y)n4Y/\ f\97\96\a©!nÍ$\1d\891\1dåëÐT¢"\15*m\88)\90]\1e-y2ò_\87\ATþ¦@*ó [èz&é©Í\0\96U¥M\ 1\85\18Fepçï\83\b\ 2\19¡­á*`qmC]Õ\10)\93Dk\92q8·çIü/\0(à»3`¨7\97à¯æIË<q\99§¥0 ;\89\ 2\99üÂ\97\13>;*SÂhcA~¢"IAÐ\8b\83ç·é*IâUä\8db¯é¢<Yx¸\166ºÆ\96¸\87ã\98Bt)qü˨n\85³V¢z^4k\fÜÔ¹á¨\17\1cMk:°{áëð[ TÊ\17¿w§Ñ5tÕ\92c\ 5ªÇ®i\87þ«\17§"û\1eÙ¾÷z\b\196ôÆ\9aD==\19\ 5$±Ó½Ø      \9fÙÁ±X¤\14ß6ºã@!PÚì ÐCÂ3 ½\90\¥^¬B\98S[¬Ó\94\ f*\11BàUK¯M\89ª\edW\80\ 2\ 4ÆNG!@î\9a\ f]{¼Zvr«](m$>\9b.\93\95»Ì_\vïå    \8fÜJ~\834Øt°?Å\17\89\9d\11Vñfõ2\12÷íñ¥ã\aÜË1öøÂMüùÒ\8f£Jöbh\97µU\9e\ e\99\9c½\13Ь\8a\8exøÌ\93\82®³t\8aW±»
+Åîéì#Í\0k:Íz\181T\19«Jõ½¹\13­ÂNäÞ½-ù¢"O\9d]\8f¡×\12䦱#(\ e¢©\13Î\83*FrM\ 5 9;/¢¥~\8eÀ(,i¯\18\19!7\8ak\8a;-fa$Y\ f·\8dt\952='\9b\16\83@LÑ\17VtÂ\ e\89!%XF´\18ß3ãV×\98¨\ 6Ù±@=ÛSÒ\fÃq\\91\81ÿ\9cf\1aê\7fùôï\v9\98Y`J/¹erÂ\7f\9e\9e\95\rù[òq\ 6dvæ&\95ò]'\1fY\7fêmÎ=>;%ïÀè\86õX2\92¡Ý$#\7fw\1ezCÓ~¯PÆ=sR)\87ÿ¼>ÌÇ\95ï\87lÚe8¥¸Æ\85îLá\8d<ÉE\96én-Ä\13TH\b¾\90í±®ÄðFb¥ê÷n5K»\bÂ\8b\ 6\9e@ç§Ý|QWì\860b\8dí·°3\93Ú\1c\15ª¢êZ\93a\7f\98½¿\9fV\9c\84hMO¸ê8\ 2Þ¤­%Pæd\92¾\1eWv-½ÁÏ\1d?\9f\1c©\92\e\99\96b`¹ÓKG:
+\84\aìÞ¤k?æXû\83¡Y!\8bÉo\ f4£V Ñ*\85GÅ@rgÒ\19U\82\f^¦~\8c³\8c±$"R\18c\7f\15¹ï®xÔ\a)bW\93\8daTÓ*ÉÆ*E\19gFn7\88\17¼á§(>C©\18Õ\88q²1Ó\1c¦øÙsÆ\82Âëém`\Ã0ÈÆjs\8c÷|9ô\9f\aÑ,¾\f\94'Ã#µ4H¶àíÃ\86\89~\ 5\8d\97\9fCº¥Gº\85TÄtb\vQ>¦\ f$\9dÄ  +\8fÌ(º¨Sg5©iUjÓ#Ô\bd\97E\8dÖ
+_}\8bÚxΫ\89\8dqu'G+,óëîÉi&ª4\80Î=8ý\ 3¹\1d\v«
+endstream
+endobj
+513 0 obj <<
+/Type /Page
+/Contents 514 0 R
+/Resources 512 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+/Annots [ 473 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R ]
+>> endobj
+473 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 728.876 264.814 737.723]
+/A << /S /GoTo /D (subsubsection.6.4.2.1) >>
+>> endobj
+477 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 709.195 254.712 720.098]
+/A << /S /GoTo /D (subsubsection.6.4.2.2) >>
+>> endobj
+478 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 691.57 290.398 702.474]
+/A << /S /GoTo /D (subsubsection.6.4.2.3) >>
+>> endobj
+479 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 673.946 284.6 684.85]
+/A << /S /GoTo /D (subsubsection.6.4.2.4) >>
+>> endobj
+480 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 656.321 245.297 667.225]
+/A << /S /GoTo /D (subsubsection.6.4.2.5) >>
+>> endobj
+481 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 638.697 280.983 649.601]
+/A << /S /GoTo /D (subsubsection.6.4.2.6) >>
+>> endobj
+482 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 621.073 295.11 631.977]
+/A << /S /GoTo /D (subsubsection.6.4.2.7) >>
+>> endobj
+483 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 603.448 313.69 614.352]
+/A << /S /GoTo /D (subsubsection.6.4.2.8) >>
+>> endobj
+484 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 585.824 259.833 596.728]
+/A << /S /GoTo /D (subsubsection.6.4.2.9) >>
+>> endobj
+485 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 568.2 293.586 579.103]
+/A << /S /GoTo /D (subsubsection.6.4.2.10) >>
+>> endobj
+486 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 552.632 275.892 561.479]
+/A << /S /GoTo /D (subsubsection.6.4.2.11) >>
+>> endobj
+487 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 532.951 277.685 543.855]
+/A << /S /GoTo /D (section.6.5) >>
+>> endobj
+488 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 515.326 243.463 526.23]
+/A << /S /GoTo /D (subsection.6.5.1) >>
+>> endobj
+489 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 499.759 279.707 508.606]
+/A << /S /GoTo /D (subsection.6.5.2) >>
+>> endobj
+490 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 480.078 258.587 490.982]
+/A << /S /GoTo /D (subsubsection.6.5.2.1) >>
+>> endobj
+491 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 462.453 261.357 473.357]
+/A << /S /GoTo /D (subsubsection.6.5.2.2) >>
+>> endobj
+492 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 444.829 256.933 455.733]
+/A << /S /GoTo /D (subsubsection.6.5.2.3) >>
+>> endobj
+493 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 419.279 189.785 428.256]
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+494 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.948 400.594 239.389 410.522]
+/A << /S /GoTo /D (section.7.1) >>
+>> endobj
+495 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 381.993 243.463 392.897]
+/A << /S /GoTo /D (subsection.7.1.1) >>
+>> endobj
+496 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 364.369 257.053 375.273]
+/A << /S /GoTo /D (subsection.7.1.2) >>
+>> endobj
+497 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 347.721 315.185 357.648]
+/A << /S /GoTo /D (subsubsection.7.1.2.1) >>
+>> endobj
+498 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 329.12 298.288 340.024]
+/A << /S /GoTo /D (subsection.7.1.3) >>
+>> endobj
+499 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 312.472 309.396 322.4]
+/A << /S /GoTo /D (subsubsection.7.1.3.1) >>
+>> endobj
+500 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 294.848 303.738 304.775]
+/A << /S /GoTo /D (subsubsection.7.1.3.2) >>
+>> endobj
+501 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 277.223 279.937 287.151]
+/A << /S /GoTo /D (subsubsection.7.1.3.3) >>
+>> endobj
+502 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 259.599 370.109 269.527]
+/A << /S /GoTo /D (subsubsection.7.1.3.4) >>
+>> endobj
+503 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 241.975 281.631 251.902]
+/A << /S /GoTo /D (subsubsection.7.1.3.5) >>
+>> endobj
+504 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.862 225.431 260.081 234.278]
+/A << /S /GoTo /D (subsection.7.1.4) >>
+>> endobj
+505 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 207.807 253.038 216.653]
+/A << /S /GoTo /D (subsubsection.7.1.4.1) >>
+>> endobj
+506 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 190.182 260.221 199.029]
+/A << /S /GoTo /D (subsubsection.7.1.4.2) >>
+>> endobj
+507 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 172.558 275.165 181.405]
+/A << /S /GoTo /D (subsubsection.7.1.4.3) >>
+>> endobj
+508 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 154.934 246.941 163.78]
+/A << /S /GoTo /D (subsubsection.7.1.4.4) >>
+>> endobj
+509 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 136.228 292.719 146.156]
+/A << /S /GoTo /D (subsubsection.7.1.4.5) >>
+>> endobj
+510 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 118.604 291.065 128.532]
+/A << /S /GoTo /D (subsubsection.7.1.4.6) >>
+>> endobj
+511 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [158.742 100.003 251.922 110.907]
+/A << /S /GoTo /D (subsubsection.7.1.4.7) >>
+>> endobj
+512 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+517 0 obj <<
+/Length 19        
+/Filter /FlateDecode
+>>
+stream
+xÚ3PHW0Ppç2ÀA\ 3\0c(\ 5á
+endstream
+endobj
+516 0 obj <<
+/Type /Page
+/Contents 517 0 R
+/Resources 515 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 402 0 R
+>> endobj
+515 0 obj <<
+/ProcSet [ /PDF ]
+>> endobj
+520 0 obj <<
+/Length 1520      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dWK\93\9b8\10¾çW¸rY\\15\18\10 à8ãu\92Ù\9dÔ¦bWí!³\a\19d[\15,\1c\103ãüút«\ 5¶gÙ­\9cD?$õK_7ál7\vg\1fÞ\84n½[¿¹yÏØ\8c\85\ 1ç,\9d­·³"\9cñ¤\bÒ<\9e­«ÙWo±\17G#Û¹ÏÒÐ\8bæÿ¬ÿ \1dI\90åY\84\99\9f¦A\923Úp¯M;\8fr¯©úÒ¨F\8f[¢$\88\13ÎÜ\16\1e\aIêî\88\82hîGa\18z«²9J·#\9e\15\19w\eX\16\14\rë½êæ~Ì"¯jÊþ µA*ô*Ù\95­ÚH'4{Iü½ÚíýZÎYê=Í£Ô\935)(\r®mçQè\89R\12\8aöô\9dØ9^³%\96;/òîW\7fÝ|ú¼üà³\9b\848··ó$ô\16¤·ÔeSaÌPR«M+Ú\13:\85nDQP¤)¹Q]Z\ 4\8eW\14åÍ\89V{\1d~¼oE¯÷ÍvHýî\8c2½qâm3ò\81\ 5\87íZa\86Ã\16ª-{e:¢\1eÃ4¼¿_Á\12\ 5£EYÀY2\ 4\16Ï,âÑj \98§\ eÇZb\94;\12JôOé\1dQ\90\9a\rÛ7¢SN\19\83gÅ$c\1e\ 5\8e\986Úøa\99   )\8c±DÁC\831zö\17\r\1a\81Þ½(s"Yg\84ö'\ 3+Úê\1då\82ò\19¦\10ì£Ôdu\1crk5®\94S\90;\8f\7f\9b§©×\91¬lôc\18²]\ fñ\84Jv'~\ 2?\9dµ¨ô\11kk¹E+Q¹T\10\1d4óDâsaÀ\1dO\8c\98\r&íBÁ_>ü~å\8a+uô\11Ý\99L×m]c^s¯\95P\1cp±´y.<Ó\10\7f\85>0ñ«£,M+jR¹£Ø\83ì\8b<Öª´.ba\10\92ô\1a]\9f\1cëhõ6µ$\9a.)¼\8fKÿ\9c2àS9æW\9eYEªô¶\83\8bº©´ÙRÉ\86RÉØX\85\ 2\88VV8\8fAtå1îihý¼¢\15\1dþ\8c÷\89V\1c¤iUIûVðâeãü\ 4=ò3\8b\a?AåÊÏ\8b£¯ü\ 4\1a³\89úWnÑY\17\8eLøyåÖ4<ÆE\0\15>À#sð8\ 2\v¾å;xce÷Ë`\99ñK°\ 4ª\14\9a>ÈsüÚ©3 \11GÐÒ6ýnï´Qê\~R\16Á\9eQ\92ybÓôîlzUðqFJw\9e}\8e\97\82\84èó;A­¾RÍTäθÃ/^\86\9f$\85·\9eç¡×\90¨×\10%+'Zت)²\ 1\84À@Ù\1e:úTÚ±ö\ 4\18'|ðaæ\9d\9a\9eøT+ \8a\0\b °\93î|ãîm¥¨^]´mê\9a \f\r\9fÂ*wYgKalͳ\88\aI\9cÛT¦yFº\8f\8c¥×Z_ý\14ê\ 2\83y¿\¸&\1dçQîggÀ\1f\ 1\17h\17f¬ÿwÄyÞ«rO\9f\95D\ 4Ó²{Õ\7fº\93\85¾miÃ:q(\11\94;jdÐw\fÄäðÚ7\f\ 1Ô+ã¿è\16<\f/\82$s?F";»\95\10í,xGª]¿9\8a\16»\15Ê"bRå\ 1\9d8çã,²ÎcÛ"É\85ÿHR\11ãyÎ\7fdÚY\0x\13·ÛìæAÂ\8bë\fÿJDüa\1f\86%ýÿ°<ôæÇ7j1\80 \98Æ\1c'§}_×\80\r`\89c}\10§3\rØùgû\18'ÉáJço|5b£Õ7Çx{\8bÊ\89·ëU%k¥%\91\84\81Éè\v\80\eBQI\Ð\14§·î\84(âfOüÛå\8a>\16ÐnáR\82\r׳'"庬­/ᦠÜ1X\18&v\9f\ f³g\11f×/\ 3Ó\ 1Éà\90\8cê      \9f\9b\80Ö\80   çÐ\87Èfü\8ü@E\8b\8aÀ\83Y\8543\1a
+\80%h1ê }ÓøÛV~ï/Ú:h\1e I¸\93rª       >\14\f0:µÓ¢\ 6`â<¦\99
+ÅÄ%\r\0±j\15\ 6Á\ 2\vKp@Åh³ø
+vëárT96­q\9d\87\r\ 3\15°¡Ñë\ e&Ãÿ\8f\ e
+«æ \94Æ\1e\eFn\b\ 4nw\1e\18\18æûp\ 4Ëh
+\ 4)¢áÄÀ\ 2\94±ï½ÐFý\18&Q7o\84¶pþc\9eÁø3>\82\v~Û9\89]<8H.<¸¸ i;\1dJ\12uÆçE$ý$p²\9c\92\8c\aniÝâ`\0ïÐOã\f\vÔÐÀ\8b"Ó\Ü\19Ý8K\1eì{\82   \10Ph"y\88I\87c< \v/\ 6\0\81ÙRê\9dÙÓ7\ 1H
+ù¨¨Ûªª·U\ 1<2ÉÉ;\ 2\1aÝ\18b´²Ã1ÆNöH[#a\15´ t½ØúprÝ\1f6ö'äâÒÍÉÈÎY·AWzw8\r\ 3p\9d\11ßð\7fÈ\19n\1f\ 4Þ¡©X¦\86\19ç\9b\857i\9eå\90þèUÚ3\9e\ fÿ7F¾Â¿a]®ßü\ 4Ê®ÑÑ
+endstream
+endobj
+519 0 obj <<
+/Type /Page
+/Contents 520 0 R
+/Resources 518 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+>> endobj
+521 0 obj <<
+/D [519 0 R /XYZ 89 770.89 null]
+>> endobj
+2 0 obj <<
+/D [519 0 R /XYZ 90 739.935 null]
+>> endobj
+522 0 obj <<
+/D [519 0 R /XYZ 90 553.953 null]
+>> endobj
+523 0 obj <<
+/D [519 0 R /XYZ 90 553.953 null]
+>> endobj
+6 0 obj <<
+/D [519 0 R /XYZ 90 553.953 null]
+>> endobj
+524 0 obj <<
+/D [519 0 R /XYZ 118.403 407.688 null]
+>> endobj
+10 0 obj <<
+/D [519 0 R /XYZ 90 389.84 null]
+>> endobj
+518 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+528 0 obj <<
+/Length 146       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e±
+Â@\10Dûý\8a)\93æÜÛ5\97»VP1\9dx]H\95 \b&A\89øû&\87\16\96V\ 3Ã\9bÇ0.`ìi\13\13A0Á\89C<#0JgM!\16±C\9dIÞÄ
+ê¼     ªó&\95\87azäÖgc÷l§ë8,\fm#ÝÉÎ\bÃ&MQ\9aR\v´=Õ\r£\9bû
+l4x¼\12Õc-\8bò\86\13\1d\89?\97¾ùãòj\94å_Õ\e\ 2à1f
+endstream
+endobj
+527 0 obj <<
+/Type /Page
+/Contents 528 0 R
+/Resources 526 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+>> endobj
+529 0 obj <<
+/D [527 0 R /XYZ 89 770.89 null]
+>> endobj
+526 0 obj <<
+/Font << /F22 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+540 0 obj <<
+/Length 1625      
+/Filter /FlateDecode
+>>
+stream
+xÚ\9dWKsÛ6\10¾ûW°\97\94j,\88\ 4ß\93éAQäÔ\8db{,¥Ó\99´ã\81(Èâ\98"Y>âºýóÝÅ\82\14\8eë\13\81Åîb\9fß\82\96qkXÆÇ\13K\7fß/NFg\9c\eÜb¾Ï=c±6"ËðÝ\88y¡c,VÆWs²\11E-ËÁ\90{\96É\a\7f.~%    \97\ 5a`£\84e\f=\8f¹!'\81Y²,Eù@\ 2_*q+;!Ûe\8eës-ä;Ìõô-\9cÙ\83¡mY\969¾:'ѳ$\95\95\16u\8c\88E>÷µ$\ fXäø$9NSà÷¹\16ôms#ÅJ\19\fÄ?,\8b£\1au JIÔ4\8fE-WDM2"Ö\eI\84u\9evò£$\8bÓf¥Oòõ\ 1k)S)*­µ\10ñ\1d\ 6CÇõZ»^bNQæ\ 3Û3¿%+°        \1cF\17m\9bE\9eG.®s\1dþFES-\95Õð\9d\8c&oßÒ\12ÔÜ\96b[¡\ 1¶e.6\9au<\1e¸ÀH\e\99ÅùªMgÚOU\17øu\93Åu\92g\15mÉLäî¢\86Ô\1a-\85\fÛ(±\9apqýñÄøJç"\86«nà\ 6¼\9cm47\95\1døÄ:G\ 3æs\97\1c=\a§\Ï3\97I¦Ìµ\ eq\85;\9f"\8fäÎ\ fÜÄy)[î
+¢XÑ&ÉH¨ªE\9dÄ"MµÊ4ÉîÄ2\95í\ e\83\90´BÈ\87NâZ\ 5\1e5HÌÏßb[ô\84Æãá±dMÀ2&FÀpöá\13\13\90\v'\82¼{ÖìüâËï°°±>,\13\11pݬ\a\90/\ 1f\8a¸\r\18~;ÑÏsZÿ6ð!óU#RÒ\ 1©×
+áP\19\8bÔz\80EGë"\15\18\ 5<×e0\9cMhOAC¦6\96}otw\89\fó\1d\ 4èðüýµò\8d\b\a.!I\95)|Ñ¥jYN³xÖ÷¦\95BopÝ÷\ 6÷\9d7¸¡\9a\ fBÝk@\81ëw:æ\85\8cë²\95\99y-\8b\14R}43XÓú\ 2,ÐLWòÕ\9c¾¨ö
+ó, \89d]&1Ñç\80~2ß nóU\ 3\9e@5'daè·¨Æ5ªM ª\92ìVk\94\7f5\10\f¸i\93ÏÐ\1e\95\v\95&¥Ä\81À!\16!õ|~9ú|5ý8ä#\97(]¿#Û2©«º\94\0\vt¨Â\89\a\80ri>à\9ey¯UÚfÕÚ¥vIE\8c[\88\94¨sèGß\83\1dú.\87F-\9a\9aØ@÷\8aV\18Ñ#%\947µbæQ`Þ\97I-iÙG\99(\84ê×\1cRá&¬Z
+\15\0, `¡½\8b<£  )/d¦åU:\91+Í«cW\ 4\1aÈ`\91ʵ¶\al;\ 5ã­È¬\12å8ªÂ\v\ fIJ\15\ fÇ\8ai©°;4\13Ä\84­Ìô8   ÍU²Æ¨®¡h²\1a\11\a\89"\ 6ãµÙ°­sýÝh-\r\98\f¡üq\0ÐR\11©\82
+Op^Ä´/!9I©®R\bï»\1aáál\ f\9eö¬\12迦eÇüØ\ 2>°¸(Ú\ 1#«¶\epR\r\97\0½«vâ@\1aG\94\ fç6W\93\1cØ\98ÃuÚí\ 3\9e¯CO÷Áw\a\a\0Ç%$\16\eRµÝ\81\1eäR\11\94¦Ò\91á\96d\0¨\94TØÝ'õ\86V:\90«çÍ\88\11+,~Û\94\14Âcã«#´ßÑ\99\13\18о\81¥\1eF\8e\rÏ(\ ea\81×U\14QX~\19_|\98MoÆãÉôbrùa
+\98æC\6cå6Y\8f\84\9fésñe6{\87\18\12Âf¤\12Èý\80\ 5\91\ fidN¤\açOê\ 4^m¾kôȲ¯q\ 3-\92*Ì1\ 2\9b\ 5\8e}D\ 3>êx_\ 3]9t<\87\85\ 1d8b®¯\8f Î\95^LÓn5-˼\9cCÝ5Õ\9e#ûi}Óó÷Ô:Ui&\84\1f´\f\ 5éæòS§^3ü»\17ý\ 3\b\1d¶aw,fûÝûò\15Õ\b¯8Ñ\99y3\97u7\1e\9e,M××\93\v\88±ä\80TÐH\91ú@\15/\90\15\86À¾\925#\14\1a#\0\"|/\ 6\81k\9eêsìl\0\ f(E©H\80r\90ÍL¦\0\1a\9fÁ8M\ 4¬G\16\95\92.%ÌëÏrl\9eRd\80£e­·\ f\85Ü=õ\9eí\8aÝ,xM?Ø\11³y\be\a_/$£\9e¯\97.ðmÐûuC\8c]lõþ\9bH\e\89¹y÷¢"Q¶èÞt^Q$\ eom%³\9eª\f\87Û\1a\83P\ 2Ûz h\9dù\15\9d@m<s\17þ­$u"Òä\1fùø\86\1e\0\12k\v\80x´»¼\80)
+£áàþGU£Û\\15çÿMnô\92äî\ 2ö8«\18 ï._\9ee\1eÂO\86\86\ 2÷5P`ÙÚèól\9d?ÙýÀ¥zÛâ0eà\ 5)ñ%ð\rA\ 3\e\fuÐçp¸("4\96>^ÂL»#5¤Î&¨@õغۤ¦ç\ 6\10rõ´²ô¿)H,¡E\19>]\1cx\1fà\e\ e\89ôµ÷fß1\88¸ßȬ}      tÏÕë³   ¼6,Ú´¿¢H´l¿ý\8f¼Ã?\18y\0\ 6\ 5\rü\18ëy]6qM9\97\14þwí;¦gøó\95Ö&íq\9d½\91ÝéA)µßéâä?\f¾|b
+endstream
+endobj
+539 0 obj <<
+/Type /Page
+/Contents 540 0 R
+/Resources 538 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+/Annots [ 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R ]
+>> endobj
+530 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [429.414 487.604 481.08 498.508]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+531 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.008 306.101 191.977 317.005]
+/A << /S /GoTo /D (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea) >>
+>> endobj
+532 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [361.24 306.101 416.363 317.005]
+/A << /S /GoTo /D (LIBUSE_encOpen) >>
+>> endobj
+533 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.963 245.775 231.074 256.678]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+534 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.995 236.31 247.598 247.214]
+/A << /S /GoTo /D (LIBUSE_encParams) >>
+>> endobj
+535 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.71 197.993 200.978 208.897]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+536 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [310.678 197.993 347.539 208.897]
+/A << /S /GoTo /D (LIBUSE_encReconf) >>
+>> endobj
+537 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.522 140.747 186.51 151.651]
+/A << /S /GoTo /D (aacenc__lib_8h_a9b64b2026a1475eb5c7a67fc1364ed94) >>
+>> endobj
+541 0 obj <<
+/D [539 0 R /XYZ 89 770.89 null]
+>> endobj
+14 0 obj <<
+/D [539 0 R /XYZ 90 739.935 null]
+>> endobj
+542 0 obj <<
+/D [539 0 R /XYZ 90 549.218 null]
+>> endobj
+543 0 obj <<
+/D [539 0 R /XYZ 90 549.218 null]
+>> endobj
+18 0 obj <<
+/D [539 0 R /XYZ 90 549.218 null]
+>> endobj
+544 0 obj <<
+/D [539 0 R /XYZ 258.088 437.267 null]
+>> endobj
+22 0 obj <<
+/D [539 0 R /XYZ 90 420.2 null]
+>> endobj
+545 0 obj <<
+/D [539 0 R /XYZ 90 322.585 null]
+>> endobj
+547 0 obj <<
+/D [539 0 R /XYZ 90 261.925 null]
+>> endobj
+548 0 obj <<
+/D [539 0 R /XYZ 90 212.916 null]
+>> endobj
+549 0 obj <<
+/D [539 0 R /XYZ 90 156.897 null]
+>> endobj
+538 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+566 0 obj <<
+/Length 1742      
+/Filter /FlateDecode
+>>
+stream
+xÚ­XYoÛF\10~ׯàS !&³ËSl\91\aù
+\9aÆ\8d\e«¨\81$(VâÊ"ÀCáá£Mÿ{gv\96\12IÓ²bÔ\80µ³³Ç\ßÎÎ\92\197\ 6\8d\8eç£7ç¶m\84VèÛ¾1_\19!3\ 2\9f[\9eÍ\8dyd|\1e»\93¯ó÷\86\ 3,;´a\8db~\88\17\85(\1e&¦í±ñ\1f¥¸\918kt6\1f}\eq\98Ä\f®6ò\ 2+p<c\99\8e>\7feF\ 4ü÷\ 6³\9cpjÜ©Y©áÚ\ e´\89q5ú}Ä´R¬£\9cÓR\8e3Ûr=Ç\b\ 56)ãYJx³Êølz\8c\8dϲe\1eIÒ0Î6uE¤¨£8'2\12\95hÆ©Mò|Óݬiß\9c;\81\11\80LÆQ\ f\a\1c\r\93\87\96ߨ\11åÊSÌ0CËõ=bþ\83¼\9e\11¸\8aÛSÃ\ 4#¸ãÓÄs)#-\19\9dWÜh/~R\ 6õ\8cXLl6®W\13Û\e¯dÑ·\1egÜÅÕ\9aæf\12§Ýí±^d\11\11\9b"\9fpo|\ewüö&¯+\94¼W9QLøt|S§2«Ê!\85ªü\99\rÄ\12"FAûÂ<\ 6ÿ¼·Ïø°ÐL-Ûó»¡9+\8a¼¸ªDU\97\13Ó\ap¼¥¦/t=\13ºW\1c©`rÛµ\1cÇí\84ôU\9c\1d׫SY.\8fÚ\ 1wõ(xkhx·X\147åS+q\f-ÿy\106¾my¡\86M@\8bþ,âJî÷¬\ eß.èÃÑQí\17ÆìD\a?/\1ecFaé6^Ê\83BÑà¼\1d\8a\7fÉówë\18å \89\8eo\ 5èíÛÙìäì·\93¿>þºõDK@×%Í9l»Ä\1fL\a'"I\ eAàI\92\97O\ 1°{Z"YVx`ØXçAIÈi\8eNY\89ì@GyÌ
+x×O=m^µ Ù\ 6\88mp@¨ëÛÊ\1d¾cqß1Lwj¹®C\eÙ\96319ÛfD­ß/Z?êÍ\92$_\8a*γ\ 1à\ 1LmеÉTóµ^$Ê2¾ÉðÄkÀ¬¨­Öò\10O\7fÜÈl\9f£Wu¶T\1a\91?Kjo1CÉæê\ 1¼:\129÷ñ¢Áí6@K¡×.ôH]ʨ\9bð«Æ\96U\ e\1eP\892În\88u\87¡\15\ f\13ßë%\1e\83û\96ë`þæVÀ´W¾Ø¶7\84»_Ð)\ 1×\92\ 2Ø1Íkå1`*\8f\ 1/\95i®L\ 2Þ2ÏÊ:ÝhË\ 3m9\fd¹^%¶\ 3e-\8f\90öwÛï@\b3ã]\90qçfáB3\ 4E]9%@\1f\14;]1?\ 1\8aü°\93£Rq\1f§u:1\1dÏ\1dguº@IH£%\8eç\8d79\80bÂÇ*\1aÈÐÙ\ 3ç,×"ËdRR\ fC¯$b\87b(Ò\r-sÇ>­nƧ
+$\8a¤\9b\r)e3\12«\1aζ\9aß`F$4R\88\8cJ\93^\1a.ëÍ&/\94å\ e\8b\al=½#0\12]ߨØC\1c]@=Æ\ 1ǨmM\8eäJA¥N*\1aÉ\ 1Ù4\ 47êRFu!i\80ìå\8dêÀ\99Í&.$'ânc\87\8a\98\r6\90\aØ0\an\8e\16^0/åR\9f\15B\8cª\ 1\1aà7\89¾9\12i\9cÅiü·\8c\ eÊS®\15ô«\9eîYn§©#vôøl?ºÓ\1c¸­{©oïQbS\8d
+ù­\8e\ve\1aô..ÏÞ\99.ѳ        \80á#ºv^\12'Ê©%\9f\0±Ä\vAQ\84ûöÆ\ 4(¢v\80R"\15 \14\99÷Õi\81\ 6O%÷[\87\11\86Ó<ª\13YöO\96Fä£dÕ>\9cÐ-e"A\13uÿª\14\98\fd¦'Âƺþ5_ô§ôÖ\0\r\975]ãß©¹:þ´ís\eÚË«ÎøÅé¶ë¹Ð\9e\7f\98½»Ò´\9er+\92\9a\ e­Ù\92ç¶\94\7fÝÿ}ý\84Ò¯ÛÊ\87\96çwK¹k­c£«ù|¿e
+\ 2\9eÝ3N¹)l\e\8dì\81\83Ú\97wý"yßáÇ&¡~O¨3\90ë\9e\13z}¸Püqu*îI\ e\ e0÷9÷^\ fJV=à²{δÕ\1dÑ\9c¿ÀèÃD+£ÁÖýò\9d\17DúúpùÊéOK'Ç\9b\8fÁýÿ\1cóæØ\91\8í?iJ§§-\9f\88\93¼Ð¬mµ\89\1dÊ}Ö@ ÌmÚ\18Üøj\ 3Y¯Àì\8b½cUÛ!õIn\92XW¬OIèª~y5(àR\14"\95U\11/µÀJ\162?Pë\8bÓÁ=/$>­\91:\15\rE{éÇ\ f\940qÖó\9c¾+\86\13ºªÁ¹\ 55À³·®Ê\9e?póÚ\8e5}®\88Å(Ä«\a*\8d\1d]¾ ±­\a±ÓÔ\83H«ËÑi×|j]NíB/o\95aØUUy{ûÝý©F·Å,n,²î^Q\9eiJtîXέÐÓnÛUù¥ÕwNû\e\98^\ 3/nõùªñ\8d¿Ï¡H9Í÷±s¼¢U±Çü^q˼íÕNÃh\88\9a¶­þ ³3\16\17Àky¹¦\ 1í²\92z65­Ê\9a5U&î¬ÊâÝ"UîB·]\1d\r¡{NÕ)ÛV4ª\13WP\83`QÊB\88»f.ôÌ¥Ø\bªù9=\ 4±U\16)Ðà\9a\1arÖxC4\ 2\ 1gøzAAíToÖ2'Ô\1f»*­DFm¥ËqÖó.n\96Aiô8\r\80«ìiØìM\9d\9d\82ØS\ f-h[eeØ<'\81]­k=AIPT÷C\9c\1e¦z\12\88®H=*0A*¢Uà\81\9c
+^M9\91¥Àm©Ì£¹Íw\9b^ ôÛàQ\1dØÿ\ e;u,\87Ù?ú\19ö?úÙ\7fÒ
+endstream
+endobj
+565 0 obj <<
+/Type /Page
+/Contents 566 0 R
+/Resources 564 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+/Annots [ 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R ]
+>> endobj
+558 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [135.768 668.546 184.625 679.45]
+/A << /S /GoTo /D (LIBUSE_feedInBuf) >>
+>> endobj
+559 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.743 668.546 412.06 679.45]
+/A << /S /GoTo /D (LIBUSE_bufDes) >>
+>> endobj
+560 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [422.8 668.546 490.067 679.45]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+561 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [139.086 581.879 185.631 592.783]
+/A << /S /GoTo /D (LIBUSE_writeOutData) >>
+>> endobj
+562 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.008 533.07 193.092 543.974]
+/A << /S /GoTo /D (aacenc__lib_8h_a2a5f6ec334fff553f0fd9e36d9408e94) >>
+>> endobj
+563 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [179.762 437.019 238.731 447.923]
+/A << /S /GoTo /D (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea) >>
+>> endobj
+567 0 obj <<
+/D [565 0 R /XYZ 89 770.89 null]
+>> endobj
+568 0 obj <<
+/D [565 0 R /XYZ 90 739.935 null]
+>> endobj
+569 0 obj <<
+/D [565 0 R /XYZ 90 549.323 null]
+>> endobj
+552 0 obj <<
+/D [565 0 R /XYZ 90 498.871 null]
+>> endobj
+26 0 obj <<
+/D [565 0 R /XYZ 90 491.71 null]
+>> endobj
+564 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+578 0 obj <<
+/Length 2006      
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XYsÛ8\12~ׯàS\8aÚ\91\18\10¼+3\ f²£\99ÑT\1cgmåa+I¹h\91²YÅCË#\9eìñß·\e\rð\96ãÉ>©Ñ\0\1a}~Ý\14Ó\1e4¦ý¶¸Ø/^ÿʹ\16\18\81Ë]m\7fÔ\ 2¦y®i8ÜÔö\91öIç\86½\s\87é»üÔÔ¯¯\9b\1a~\88³)\97\1f\9a,Îë
+X\81ërÝY~Ùÿ±Øî\17ÿ\\98ð\ 4ÓL!Òñ\fÏr´C¶øô\85i\11ðÿÐ\98a\ 5¾ö$Ne\9aÍ-øMµÛÅß\17Lª7þ\15êZ\9eæ\19\81ÇLT×´MÃe®æq0Áã¤s\18\1e¶ùáú\14ç\9f\99Ã^=nĺ\88ârÅV\1cx¦PRI\1dy`mÚ\86gÛð\v:3é\86Ï\9c»ãKVßmHÁ\86\89¢¤N\8a<LÓoà\17ßÑëÇ\98\88,ü3É\9a\8c\16y\93ÝÇ%ÑÅ\91~«æt*Ê:\8ehyx\fó<N+Z%9þº\9d¸Û\8b\e\88\9aT2\ faNĽdDq^ DÐ\1fT\\9b¦\118\ e©Zŧ°\fë\18\14u\1dÝè\1d±liú.W6$\15=\1f/MGÿ3ÌNêÅV\9f\98ܬ´­ê0?ÄtéT\16xík\12ÅÒ\9a\12·u\83;g~!2¯wêé19<\12Ù\9c¤k
+ZseJ`Ø®4¶\93f±@y\9a\16àH\83¨½0Ó\82Ìn\8dAvg\f®\84\8b\91\0«¢Fq\8f\85<<p\10\8ar\fS^$\15h±Ù,m¦_®ß]ö\95µedê2\ e3´Ü\ 6\83Ñ¥¶§WKS¯ã2.hùûv-eÐ1L÷¯\94àb-eHËƧ\85RHdMZ'$±Õ\ fù\89|\1d²\87\88SQUɽ\88:*\93PpQ¿\1c\12hêpN@Q(Ä\10q\83_\97~zÑ\85U\e\ f\@<VD©\18ã\89\99þ\15\9d\eËKQX\87DeqV\94]\16O°c\ 4\1cPã>\87Dw\f\85tÏ¢\86û\1f\9f\7föÑ»
+B\ 4r\0\X6\14?B\87Ch´¶\ 2Ãô\83\1e\82\9a\8c}\1fB[\89¢@\85Dð'"\e÷[Y\184!í\ 3Üõõ\ 2\ 5`Q\91À\8bæx\14õ\aôÛ¸:\94É©.J%º\8fX(\195\ fzU\ eøM¥ìZ\90Ùq\ 5Z\11·«kXl>ìV£ÃIN&\ 1/Ì#"
+e'Ð÷\18¸æ¸ä\8e\ eêUt),cÚ\8d\84¢÷±¼ø\94Ô\8f2\84Ø>Ê\aÙGn~[h\9f\91´hhm\e\ró\1fò\95*\eïgñáq=\a\87a\9eT\80D\96\ 5è\94¦\ 5\84h`Ù\88VÈþÌ\98EåM\85\80[\90ÆQ\9aä\ ft\ 2\93\1c¹Ò'B\16ú\ 4yÊ'È\9cø\ 4\99h{A'@Bv
+\ fò4â\1aò\84Ë\85ÌCÝ\84)1ExZ\ 5\ e º1gÝõ\89º\12:\81ÍÄÄ     TL\98\9eÇ\87¸ªÂò\eñcã\ 1½hI\90Ã\13\80\86I\9aÒ      \97*q¥ÜKE\19¨ò\84m\95!Àl\ 5´m\92ÖmÂÀ\99\99\84a*Of#'¬\970\12\97Ç2ÌZN\87\11¢\7fbe 
+n.~\92¨¤êåæê§Îo\80\8e\96\84â\8dh\12\9eÆa%É"\8f\89PQ\ 6r\9c\95È\93-\ 1Ò§\89\92br\85T\13û"E:ÉN\97\13}\9fÔ\ 4ôc\99Y£Ô½\97ÚbR\1f ÝGÆ\fZïEj9¼UÐ1§\ fÃv\95üK\1e¤6\88Ç$#¤\9f¦¢³&\84\f
+\86çXÚ¸!:\ruEØ\14\95âH\18AB\rDýÍV\19Þö\vÈD\17*ðÃå\15\1dí\1d\11ÆO\9bé\13d*N¨ä      \1e@\91\14§D\0\ eð\8ee\91\11\97\0\rXd\ 1²z\16à\86xT\b\1acP@E\8a{b\0\vp\ 2\82fMù\1d´qÇ\8dée\99\ 1¸Y\15£ó*¦Bo\92Ý\19\92B\99Î\ 4³~\14±±|\99P@´Í\1f\17*\1f\81Äb\89Á§\8e\1cÀ[-RùÓ$\0\9eL\ 2¤\0°ÒH\9e\94<×´mÉIê\8a¨\93ºÚÍ@° ,=¤\8dÂ/_A\9c¯¿ûu;\13Ky]À\91«ï\8e\ 4\18\14\1f \88ª| 
+\9a\18|9Ì\0\vÃ*I\88SA»RLÐ\1fW£9HBW®\14\10Ò\ 1éßíûË»íÍ\rÒ×7´#ÓÏ!\a\8cë¦Ì[ÑßÎõ»aPiD¡©\ 4ç\91ɧ\8chv/\98~°ùs£\e5Ã:9@Qá\8cò~\7f'rÜÅ\19C¤ Í\14\9f|\11\vÓs\8d\0d­á\v!\90jýMìÐDÕcsfû_Þ\88½µé\9b\86g\ 6£     ·{öãåï\ep\96ÇY¯±È\87\1d\f\9dÑ¿¾Ù\b·_Aãy+bn¢ L.oÁÙ§7³3ö¼\ 6\94CÊn3à¤Àt\82²¸a2©Ï\86bÜkuLÖ´ÓïmlZü8½
\16»r\92\83\92¨pÔ\8f\86­ëG\84\87e\19~«þÏÄøZ$ô\ 5éÀ>³f\12 0\1c¸Øc'¹tá\97åÚöAÆ/$êßôÓK®\15qF\91\97ÜW\838\12ï¿\94V\96\9e3H\v\99pÜ7Ü\80\9f\8d6¤9$\89/´ ÇvQ\85zZl¢çîýÝæãÛÝõÝÛÍ~³êxï/wïÞÝüC²ñÕþ£R\1d8xµÝoðÌÝívÿñ\83ÔÿGÕ¼\ 5ÜE=¹=Ñ\13!¹8".ô<\8b\10±\1aï\8füLgDu»\9eayC\vºk\838ÐWfß\96Áå\17\19³M\959¢^Ï\99#1iÖ\14Q¶/5`\ 4\13Ï\98`úðÑ\15¼°
+ìù*\90ì¢E\12,\83©\9d\19\ 2º¸Þ\vüÙ>!\93x&9®?îï.vûÛýÍvs%RvðÖyh\9d\r\9aÿLÐúfM\1cÍþ\8aQ]\96¸Ï¼×&Bÿ¡ï"¶\98\86Ï#ç¹\8fÊ3èiÂg?|ª÷!T¦\1cX\82\9fã
\ 6Ke\11\9b\9c\0rÍY  #«×J­¾í»\1c¾½ÂTLq£¾ò¼#~Ð\ f­Í\ 6\fù@V²Õþ2Å®.g^wì¶ð¸\ fVØü%\ 3\b\8ahq\16Æ\16n\ f<Û©t/ôñ{U3x\92PaÔòÎô<|ó\95²A¡\8a\9a\99z%6x\Tn\9c×É1\11\1f»½\98öÚÓ\9b\81ëÇ\7f±û\96a1þWÿaÿ\1fëjX+
+endstream
+endobj
+577 0 obj <<
+/Type /Page
+/Contents 578 0 R
+/Resources 576 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+/Annots [ 574 0 R 575 0 R ]
+>> endobj
+574 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.616 548.752 462.827 559.656]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+575 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 450.804 156.271 461.334]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+579 0 obj <<
+/D [577 0 R /XYZ 89 770.89 null]
+>> endobj
+571 0 obj <<
+/D [577 0 R /XYZ 90 635.872 null]
+>> endobj
+30 0 obj <<
+/D [577 0 R /XYZ 90 627.792 null]
+>> endobj
+580 0 obj <<
+/D [577 0 R /XYZ 90 592.959 null]
+>> endobj
+34 0 obj <<
+/D [577 0 R /XYZ 90 592.959 null]
+>> endobj
+576 0 obj <<
+/Font << /F22 400 0 R /F37 546 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+586 0 obj <<
+/Length 1607      
+/Filter /FlateDecode
+>>
+stream
+xÚ\9dX[oÛ6\14~÷¯ÐS'o±"R÷\r\eà¤Iá.íºÆÛ\1e²"\90-Ê& \8b«KÒ¬è\7fß!\ f©\8b­\fí\80\0¤Èsçw.\8e\fÛx5»XÏί)5"+ò©o¬S#²\8dÀ'\96G\89±N\8c\9f\7fX¿6\1c\11\ 5\1eyxÃ7U\=Í\17Ô³Í?êxÇ\ 4Õìj=û8#@d\eD
\ 2+p<c\9bÏî>ØF\ 2ç¯\rÛr¢Ðx\94T¹áR\aÖ̸\9dý>³\87F9\81\11XQ`\13a\14±#\8bÐÐ\b(\18\1aP4\82\17\17\92Õ[kÓ¦·ü\1f\17¾mÛæÏrÅû\94Uâê'é\85m,"Ëõ½ þ«LIpÃS x)e@´\9c\16\ 4\r[8\8eE=\1f\ 5¯
+Þð8\ 3\16\fPÙ6\87¶ÁýfNm³MçÔ3A0\9e%`CÅ\ fMYÉ(ê0èõ8\16J#u¬ rP#hо\14m\ e[\11
+¿w¤\ 6[ÊôoÛ³\91\12\a9ïÏ\1fJ\9eÈ\18Ñз"ê\82gðN*RßË\e×
+BÇ\18\1c\v\11\18Ø\ 5\8d\88\15Ø\ 1Æ×=1j#-
+ÝÞ¢\91N\12P\8bxÞX'*\8d,\ fä\1d)}Ñy¡Ô\93\10Ô\93hô¼cõ@»JXÑð\94³
+\81¢Mé\84­\92z\84\93I?&\80Ö        x\ eic    \93Pëd\8c±F\rB¬Èóè\bl®gQ[å'µ\\8bÎ\17DØó®\9a\93Ð,çÄ6\1fx¢Ð·*\0|ç¿\r0¸¬\ 4Å®Í!\1exrÃë¦\9e\807¸Aáiü\10u­÷J&/:aq\91\9c¢<\96\86 \86Z]§\9a^\81\88\8aÅûW3ã\ eïãíU!þÊ\84      \90\88÷\1e¥\85¢ÛÆY¦\95±a\1emX¢\8d<5\ 6Oê¦j·M[±Úú¿\19·\^^½½¼_\15Ëj\a\1e:¶,\17±ü\18`ë³ýe
+R\8a\e\1e\ 5Ù©\8b\10x\96\1f¡àZ\8eë\8f¡àA9\85¼SPð\14\10®E}a:\10«þµ\10cϼthQ×\1f¾´\1fu/\rÛ\93Ò\ 5gõ¾l3¡&\80Ò¦Xö\0\89\86\8f¸V+.y\99´Y9)ÏóL\v\ 2é\87æ[&Î\1e\15c\9b\90ÄM¬­ÂµÑf¦e\95£\15\12gprh³\9a-\ 4\8a\16½ê\85~\vÌ*ô5\8b\eim\10\98u\9c\1f2\91\9aâC ïÝå\e    @8ðͼ­\e¼\92®ÂZ±Xq¦U\99#\15\9b\13ÏüÔ°ª\883¼Ã\14\19°¥Z_S"\ fú\ 1\a\82ø8Üp\96°\ 3+\12\90­,\14\99lÓLiÍd\14\1f\845,³¦\1c\97\8fì\80\96\8a}ly%\8crH¤\82\807\eÞT\10\1eü\10\ 1©Ø\ 1ÒfNLH&É \88\9ep\95^\b        øPòèé \98Wo×÷\10M$xÜóí\1eÏy\8d+ñÏ`ã\ 4&u\91\ 6º¡¼phgJ­¸¹,\r¤\13\9b\88Ä'é{rT§0\86º*©\1a\91\r\a\9amY\bö]\v®sM!\9c\16ª\8e¢"¾êè¼\11Æ|U%q Å<è\92Ô\87ì\8dô\18"²^ôíUq«ñ'rÿ\aU\ 3þZþy/Sø½D\9bî\9e¸{\8c\1f\19vQÙ\ 4ÃQçy!\ 1\85Y\7f7¡éÃY×Úé¨B]¿ü5ç\85ÐÃ\8aíªHKKJº\84ä.X\86!'0ô\840ËM\8f
+tص¥\10ìÕ\8e\ 3·®72\13ħU\9c³\e\9a=ÚDaÖóÜ\91Qý¸2p\v\91 bq>Ñz{\16\ 5@A¾P\91P³Ë©¢a\88\ 4\83
+pä[¶?¶üvùæÝÍÕýÅj}\8bÒp`\19
+ëƤãÙ\91\12Ï"ÐP\16\8egy\91n\ri#³ÝÕÕ\r6LvÃê;Q#k<âEWaÜ\89Ò,(\14%\16\eW¤M³×ÌÛ2Ç*âö\15ÖÕ©_\9fõ)ó|¯\16\9c_Ó«\81îP\95[V×Ú\10á×éK\15\1f\ f\18¢\98(\83Ú\ 3|°ó¼\14\89\8d\95\r/*\96Ǽ@\8fD\7fïÊø`\f\18\88<
+\97k\9bJAÍó\16ÚA'(Æ¥ëZ'¼?~SÖ\8bùAÿxIûLV\8d\7f\94\98¿Ø=®?+ôaÇ\1f\84L$)Ëóò\81õ\ 5a\90\19\88\ræ\84Þ\b\91£ª0¥]\95\85¯H%I\17@áq\bÖ\ 1\ eô¹`O\94¡\856B\8dó>\8c2\11ùÏ\94ì§~\82Àôâ\8b\\1aýÀ{¦².ú¡û\84Bÿ¢\18D[Yðer\10Ó\8f;\1eÄ|5\88\rÇî\vh`\8d\9cEY\9cãÑKÑ(§\87\15æ©Ys%F\1aJÄè\f\90\7fÂ\8fåRàö\12?6R4\8a\85O5(ÁN\16\ 1Á*Pû @\eó,ÞdL\0\9eúæcÅEw\97¤\r®r&\81µ\9bça/ç
+E'ú²T\82ó\ 5ß2Kο0NhmÛ¸Pv)\9e¤,4w±U;¬n°IË\f\92Kä¾È»SÜA;Nxß\88¹Êk\98áÙ8ý\8eÿý\10:ð$ô[ÿûð/7\87\87\93
+endstream
+endobj
+585 0 obj <<
+/Type /Page
+/Contents 586 0 R
+/Resources 584 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 525 0 R
+/Annots [ 582 0 R 583 0 R ]
+>> endobj
+582 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [241.292 555.078 308.559 565.982]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+583 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.31 269.964 457.577 280.868]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+587 0 obj <<
+/D [585 0 R /XYZ 89 770.89 null]
+>> endobj
+588 0 obj <<
+/D [585 0 R /XYZ 90 607.477 null]
+>> endobj
+38 0 obj <<
+/D [585 0 R /XYZ 90 600.016 null]
+>> endobj
+570 0 obj <<
+/D [585 0 R /XYZ 90 506.851 null]
+>> endobj
+42 0 obj <<
+/D [585 0 R /XYZ 90 498.269 null]
+>> endobj
+572 0 obj <<
+/D [585 0 R /XYZ 90 164.95 null]
+>> endobj
+46 0 obj <<
+/D [585 0 R /XYZ 90 156.368 null]
+>> endobj
+584 0 obj <<
+/Font << /F22 400 0 R /F37 546 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+606 0 obj <<
+/Length 2105      
+/Filter /FlateDecode
+>>
+stream
+xÚ½XÝo£H\12\7fÏ_Á#>\9d\19hÌ×®´\92\8c²Ê×%\1eíÃì(¸m·\ e\83\ fðds§ýß·ª«\1acB|\9e\97\9bê¢ëûWÕ¸ÖÚr­Ï\17\1fç\17\1f> a%N\12\8aÐ\9a¯¬Äµ¢Ðs\ 2áYó¥õÕ\16N4\1a\8bÀµoe\93Òê*5«Ë²øÝuÅz_¥\8d*\v &a,ìhômþëÅl~ñ\9f\v\ fĸ\96§\8f\r"'ò\ 3+Û^|ýæZK ÿj¹\8e\9fÄÖ\8bæÚZ\13áÃ\7fn=]üëÂe\15ûÿZe?²"'\89\\ fUöDì\88\0(\ 2Ì\88\ 4é­V£qèºöïnà\96û&­ÖµSì·÷ûæãk#ë_\Øð\88å\7fZݾ\1cø\19û ^È\aþIÌ\1f\90Ùò&\8e?        ­±\aêOhÿ\1fz#q\82pbuÈ,¿+\14ùBáxa4pÀÄ\89bÑ=@\v\84 ù\9d \8d=0Õó@\ 1_8qÀ\1a^¯(*¯å\9e\16ûZÒ\ 2\83\94óúúÃ=-\9a\8d,hµ*+ZÈ\91\17Ø\7f¤Û\9daÎÒ<§Õv§7×\9fT.\7f«T#\9fõ/\9aG\9eÔ\aUå¶=\9c\16¹ZTiõÚ>ÜöÏ\19t~/ÂQè\ 4\9eo\8d\85ëÄIDÖ\82BCÊln\99þO\8a\17ø~\aî߯V²:\90úéÐÆe<\89\9c\18r\7f\9c8\93\90#ð3G@pØ\85\ e\ 1$]\98\bx!vÀ»\9dbñ\÷¼jy\eWH9\ 1Vûá! ¾ë\913q±«d-\8b\ 6\1fÄÁ³¸£júÏZ\19rI\94\17Õlè\ 5Ôi©µAz½ßíʪ\ 1\9føÞÄVÍñ9»²®Õ"g¹MI'¨¢\96\15sn¥9©s¦ZJù*ùÄ\ 2ÞF×\82q\9eç$A@Ƶ\19²\96\85\ 4\8f ¾ø\98î\97ª¤åB5uSÉ\94sêe£L^Ê"+\97ªX;íÉ\81ãù\1c¯ù(\86 \8fÆ\13/±_F\1e¬«\7fÃ\93\17H'í\91FÚ#Mk\84\v}º¬h\1flnÒ"ã­MZ\13¹a\ 1\v\93À\88\9aáî\11ðã«æ\83\ 2*3m]7Ïq\13µ;©\ f\19\8dc/¶çZ;`Ьlv'Ké=\91Lìm\89QЫ}ÝÐj!\8fÿ\8fó\ 4\v®Ð\ fïÚ\84\fÓéh\ 2é<»»|¾\9dÍG\89oO¯\902\1dy\9eg\13áùöþjÖ·\19_Þ¥U
+& {ñ1-\96§\85¥i6£x<\8f»fs\1a=Éæ\ 1\ 1\ 5OmÁ¨/\16¡i_dXuÎ9xC <ö\12'\9a°{;j H#n3mé\8c.Ó©qÌôj:'?ð\96;\16¨ÞÏC\88Î"\85p\84ϦÍ7º\1aE·ª¹Ïú\ 2Kl©0³\98gS\8eD\0ù®÷tÁ\ 2Qn\17\1a\aD[¯°Éõ*¸65\8dKm\vÉ\16\88\89=\83\b!SQ\1ayXü \1e!ÃOìÛ\87Ùgâ(+â\98Í\9f®\87J½n^sé Ð¸\94ƺ¡´\b¹l\11\12\94\909w1Î]\84\ 1~£ÞÉL¡\1f\fT`ʪ¢×p\86έe³ßñ²©öY\ 3i\7f\ 2÷(Åá@\râÇYe\1f°'rBÁir¹I\8b5\0\13\bCà)P)7±Ë\15\11N\97\96w\8e\Íf\f\82£ÛzªID\96\16´X°ì4Û(\89¹ñ\1dëDûÎk[µ§Û!á62\93\e½nßöZG¿£¹\89¶éZw'Pái6ÿòðÖ¢\ 4²\vÚôH/\17#@¹ý
+U\86¦=
+\ 2p5@A\82¹SIâQ5ýcrê\7fI\86%:õ\ 5£gþJkΠ XqNà>»\10 õ\90\13z§ã¬\8a\ f\8f1\83¡\8a¡+\ f·3ý~ä\92n\11\15\ e>\17\92+\13\1fX\95è\10ÃÈtP$¦hûwäOU\9e\18\80ã\ 2¬moBn\18ðjZñ¾\8b#\82V_\95{V£\95ãêBíp\83`¹Â\ 6\99îó\86v²·3JßRSqªP\8dJsSV\80D\83\15q\rìQ"¸Íçøà\93\ 2Hån\8fˬÜâ|S£\92z\v:\83fÎÕVé~\81TSó¸æSü\83S\90Úf®>4eÞ\ 5\ff¶4\92:ͯk!g0\8fLaxº^ý0:¯\15^=^>?<"ùþÓõÍ\9b®\88\82\ e]ñlq\f\ f?ý´¬²ç]Uò\90?p¸ö$¾~¢Ùö\82<(\b#ô®$ÂÃþ\98\8c\97¨Ø      üÈ\fÈ1\ fȳ6\8f!{\1eeö£³1õ\11hU\87\82\10~\aµ`\aG/]y5mVo¤h6\8dÍ\82sòÍ\89\87ñ\ f·xH\ 2ú¡¨\81\f\0è³\1c\90\ 2O{(À\9c5YÈæEÊÁj2\93,vPÆ\99\1a\9bð$°g\80ÜDîÌLøHM;Ö\b\8fÏ\196\1dêó       ÷Íî6hG\ 4Îk ¥¼\ 3\82óS\19\ e\ 6\9fÿ7ki}ÀóÎ\90±mó\87ÁCVE\17<4ZÁºäö/µñ¸ê\ e\8c\81éo\9d± \92MÕop\81\99õõ\8d¢8Ýë;\16~>s\9a<¶°\83v¦EÅÜ\ 6bn\ 3±¶²X\8eÓ\9c\86\82Ø\1dÌGà7\93*1½i\b\90\1c\13¸VýF·÷Ø=\1e\0àý\97V\ 3¸\b\1c楸íùÀczþ{÷2D\rSKa`ãħguÚ9DÏ\87ML÷ªÌik+1\19U½eü¬Ôz­5CÎöèBf\0ôty\ 5ú\80#4&V%²Ñ\ 3\þt5\0û\8bÊYÚB\ eÁw
+\8d_Ñõ\17tÖ×U#ÛÕ7 üþ \8a\82ªÎ%\ 4À\7fæ\81±£4Ð\81\97\87k®'\94?ïÖ\ 4ðQÆ\8c'\91oæz ê®I"uZ³~¤Ô\ 2Æí6£µV:|¸Gßi8\b\ 31ü®p\9c0\1e\17à©\ e\9e_ß]Ï\9f\9f¨5Q\97úòDܧïbÈð\83\95\ 2¯\1cî]c?\b\19\ 1\86c.º1G\9e,\1d\84Ì4¯õ\8c'\b\ 2À\826âHTÛ­\*p,M\7fP\10T*°E_³\80t<4\v\9eϽÓP\81\a\9c\11mäËZI)M\95¾ûrsÃú\102áqD òÎ\15\e`úÏ\80éP[Ë\\ e\7fõ\18ÆÖ!?#¨¶~\1e\82T.éÜ`éá»Þ!óú(Û^À\8e\8b\87\106Ca\7f×Õûòþnþx\7f\ 39>\9dÏz[óÇ\9bO7ÓÏOÝ{øñw=VàxjI\86¦\96\a=:ëDªÔ\7fÏ\9c[¦æ\83j\9b\82²6\1fGëö#\98*ξ\9e>\8c\9d>No\87ûT/²G-¡w\856¼²k¤\99\7f\8e\83×ÿ¶\1fû\8eï\8a\1fý´ÿ\17\19@\80=
+endstream
+endobj
+605 0 obj <<
+/Type /Page
+/Contents 606 0 R
+/Resources 604 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+/Annots [ 589 0 R 590 0 R 591 0 R 609 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R ]
+>> endobj
+589 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [326.079 530.217 364.036 541.121]
+/A << /S /GoTo /D (LIBUSE_encOpen) >>
+>> endobj
+590 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [261.854 520.753 396.229 531.657]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a0ee251ffa58317c7ea29364d344c4660) >>
+>> endobj
+591 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.239 520.753 513.996 531.657]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+609 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 511.662 135.668 522.192]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+592 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.852 457.354 497.666 468.258]
+/A << /S /GoTo /D (structAACENC__MetaData) >>
+>> endobj
+593 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.965 439.73 257.778 450.633]
+/A << /S /GoTo /D (structAACENC__MetaData) >>
+>> endobj
+594 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 427.774 194.448 438.678]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a510ae495f7636503ecfe111f75f66d50) >>
+>> endobj
+595 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [126.194 374.284 296.714 385.188]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+596 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [341.853 374.284 477.921 385.188]
+/A << /S /GoTo /D (structAACENC__MetaData_a06cce4e89d53d956d27fb20892461aa0) >>
+>> endobj
+597 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 362.329 234.487 373.233]
+/A << /S /GoTo /D (structAACENC__MetaData_a9274bda31c82bd154ddb3767b74be6b2) >>
+>> endobj
+598 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [395.735 283.901 493.846 294.805]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+599 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [336.762 271.946 436.527 282.85]
+/A << /S /GoTo /D (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c) >>
+>> endobj
+600 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [257.591 230.411 324.858 241.315]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+601 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [244.351 218.456 344.116 229.36]
+/A << /S /GoTo /D (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c) >>
+>> endobj
+602 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [305.52 206.501 372.788 217.405]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+603 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [189.167 93.195 271.208 104.099]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+607 0 obj <<
+/D [605 0 R /XYZ 89 770.89 null]
+>> endobj
+608 0 obj <<
+/D [605 0 R /XYZ 90 621.169 null]
+>> endobj
+50 0 obj <<
+/D [605 0 R /XYZ 90 611.997 null]
+>> endobj
+556 0 obj <<
+/D [605 0 R /XYZ 90 363.326 null]
+>> endobj
+54 0 obj <<
+/D [605 0 R /XYZ 90 348.39 null]
+>> endobj
+554 0 obj <<
+/D [605 0 R /XYZ 90 157.162 null]
+>> endobj
+58 0 obj <<
+/D [605 0 R /XYZ 90 146.838 null]
+>> endobj
+610 0 obj <<
+/D [605 0 R /XYZ 447.844 96.348 null]
+>> endobj
+604 0 obj <<
+/Font << /F22 400 0 R /F37 546 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+629 0 obj <<
+/Length 1813      
+/Filter /FlateDecode
+>>
+stream
+xÚ½X_\93Ú8\f\7fçSä­0SÒØ!\84´s\ fì.m·³ÿʲ÷ÒvvLb Ó\90pIèÞöæ¾ûI\96\r    \84\9d¹\17"˲,ËÒO2\8e\1cëCëdÒzó\9es+°\83>ï[\93\99\158\96ßg¶Ç\995\89¬/íAçÛä\93å\ 2\8b\a\1cÖ(æE<ÍEþØérÏiß\15b.Qª5\9a´þj1\10r,¦\14y¾í»\9e\15.[_¾9V\ 4üO\96c»ÁÀzPRK«Ç]ø&ÖmësËÙ1\8a1;ð<n¬â`¤ÏÉ\0n\a6ët\99ã8íK\91F¢Ì\8c9£4Ì"\99Óà¦Ã\9c¶ÈÅR\962/ÐHÐìV\8eëX]Îì\817 ½\93\85¤\85³,I²\ e÷Ú\ fq:'Öj«G\8d\97ë¢$jª\17\15+\19Æ_\1d\87Ë\88\18\ f\v\99\12U\1aŲj^\9c\16¥HC=\15\17\86\e\97±Hâ\9f\95_\8dcÌ÷Í{×·|ð\86Ãô\19X`ó\9eGg\10"Ô>¸¿\95å\rZýÕñ\9cÅpÃ\7fÝéöÁqÃáéèêô~x=Ñ\8c\1f"YK\90eïÔ¥\83ÞÀîõ{¿¦öä|2\1eNFOªþE\8bo\87\977\17£gµÿ¢á§\1f\87WW£\8bËë³fõû\11Tõþ\89ì0¯ý\98¥\10\ 2n\10ÀÅ\8b\92(¼^ü\8aT\8fS\88¥T$\9a».3¢\96`\12Q\ f\8b¸ÃÚá\82F«\ªÈøI±Q\18ýRÇ\b&]>×Ù7þв¾(\81á°ÓsÚÛ+é0ÆÚ\93Q-°´è&µ\81³Ú\16;n­\bó~¯ý 2­ A\9aafôÝv!KâÌòlI\94òÏßxt\eÔ{\ç\1c\bOã2\17¥$±H®d\1ai}YJ_Ê"Ü`½\9c\9a\9d³\19-\973Ì×\99\fË\18\89\1f¸\8f\16\ f\17"Me¢µ   ¼\e$
+±\%\98ßû!©\r\81l$éJzFxèe\9c\9a$\17Å.d\14/J[íO\88¾îÅ)\ 5\1cÆ'¤å=ðî/N1òÞÒ\ 4\03\11à«\82¨\15ú\ 1        u\1aÙp\96\8f£.(ªk¾=\19WÔ:v\9f?«x³>Z\8b\84ü£f§9jj\88\90ç÷e6{ɾÙCJ¼èàÖ\rGþÁë&ÜÜÖN~\8cCwË\11l溶Ë\82m5âº\1a\9dR¨QH\ªTFê4K±0Ì×à¸\18Âù¸Jä:}\80\89Õº$R¬£8#\12*\9e@Ê'XA\8e,Â<\9e¢opø\10\97\v¢\9eF\b\10¨ D\ 5ûö\0\ 2\0¡L#\13\9eÝ¡\ 2ÁÝ\86ÛBXÆl5Ðl.µº=÷\0  E\92 h°^û\\95\93\92\ 1b\95\15E<M$\8d\10Sñ».\f\83ê0¯ÖaV«ÃL»\ e)A\9fW\e¸\81\81\82\eP ïEÙ¥áå\95^\95wØ =_/eZÚ\ryq\ e»I\11½Þé\f´\96mÌ44\18²ü=ÌéÙþ\80ÿ^»ðÂòØ­nÙ«vY~-\9e¸ïÑe\ 2»ÞGáDJ\13zï{\15\9fj\86Ð\19¦B¡e\94¯`f)V+©'uõ\ 1ni¶Þ\)ÐêJÕ6t¥¨ÎT\8cýh\8dw[º\86^\91ªác§ïµ\8fº\17ð\ eã\83º\97ê\87EG\87\v
+\ e¤ÿ \ f\9f_ý9¼8?Û4?l`\a\cS\ 1Ñ\8c\1d\84AÀT\ 3\92L±ÿQë\ 2Û\83\0­\1e4\14\85Þ\fÑ\92ñ',\80«Ç\ 1Dj.Å÷¦.l«\8c\8c\1fV¶g\99û¬eJ]op\9cm½#ԩúýãìó\8e\ f+ܳ°\7f\94Be#ï\1dgãà9\95>(\1d\8f\86ãûÛ»ñøúîêì\9d®\99\87Ì\8däL¬\93òí&°¼úÖÇÄqWåDPÓûoS§&Ëu\9eV\13ä]SÉî\9a\14ëq\0$w[¸]]¸\87\1dÈ[*°\98Á\9f¡É\89ËÇMõ.b@BU»\ f=#{¶Û\v*\0Ç\ 2ì\15g
+       À\19ÄØ\94\1d\1c\84;M\81b"\b²\80µ\8bõ|.¡PDÄÆJ\86ß©Ö\f\15\r^\87]\1eT^¼$\97%\ 5\91Å\1a\13\1f)¡9\93«[R®`\1397ÄÁG²V,6ý3ü\bÜß \8ar&\1dpúhzáÊùjݲÒG¯Yzæ$z      \1cºÌ\ 11Mû\8c TÈ'\1a\88½Gý¤3pÚê\98õ\1e\ 1U±MÁe\9eÍÜmÁQæ\f\ 6Tc\ 6¾z\85áXDQ\8cÎÇw\18òÿÚÜ;LVë\13ÌaÿAþ8`),©4SÃ÷\93Ñø\ 4ýs7¾\1a\8dw­µIé¹6\84Ê       0ê>\85\99p¿wÜÉ\81\8e\15¸\15óa`°\1fi#\10Éý\vV\13S\19
+j\93Pº¤¯ªcÙ:Ñ2\15  l\8d\ 2ýìËòïI&´L\9c\86\0\vF\f\9e°Æ\82e<_\94f/m`<OU¡\87êÝÜ*Í*õt»Må5¦\e?\87.TM\14ëMèíTjh  \928Ôɦôê\89\\86Ù\12úµÈDe©a`×YF¡Ù~&\ 5À\8fü¿\9a/
+)\15Nz\82U\e¯:âéýÔKe°\ 5¼\9e\ 6¼ÑÅ\19\9d\81\90Ï\9cx÷¥²}È\1c\84=}\98÷ØÃgª§âZ;\10{ Ç}\8a\1e\98+2-#4\1e\0M\7f\84 Pu¥QK-"Hu¸£/%N\ 4õûÀ6áV[-õ\1ax{êÅ©ÞKw\83îvJ\19y\10ñü\0\90É\f_!Aß4²A\83©\1ai`\ e\91\9a(ýw o\92\1dXÛg\88_ýÿå0Äø5\88\ 1»ï\9b\1e\r\84\9eÚ?Cݦ#£ró\7fÑùõþ\83¬\ 2ò\9b,ܼPèo\1eL·¸\94IC'¼ûgñ\0ÂÔá/ý¯ø?#\aò\93
+endstream
+endobj
+628 0 obj <<
+/Type /Page
+/Contents 629 0 R
+/Resources 627 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+/Annots [ 620 0 R 621 0 R 622 0 R 632 0 R 623 0 R 624 0 R 625 0 R 626 0 R 635 0 R ]
+>> endobj
+620 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [355.495 638.078 443.983 648.982]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a02f49b93eaadb6a903b87670849255a5) >>
+>> endobj
+621 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [262.824 516.334 387.276 527.238]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aef811ce5aab93dcba6584109d266b579) >>
+>> endobj
+622 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.239 516.334 513.996 527.238]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+632 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 506.869 135.668 517.773]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+623 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [265.141 228.08 324.718 238.984]
+/A << /S /GoTo /D (ENCODERBEHAVIOUR_BEHAVIOUR_TOOLS) >>
+>> endobj
+624 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [279.485 212.947 398.877 223.851]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a443da990a60343083e72726a65f4509b) >>
+>> endobj
+625 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [344.529 105.15 445.201 116.054]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a730a1ba1041f8671a11ca824fcd0455d) >>
+>> endobj
+626 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.147 105.15 513.996 116.054]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ab381330bdc59b0213ad3dedcb4f2f0f7) >>
+>> endobj
+635 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 93.195 144.137 104.099]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ab381330bdc59b0213ad3dedcb4f2f0f7) >>
+>> endobj
+630 0 obj <<
+/D [628 0 R /XYZ 89 770.89 null]
+>> endobj
+62 0 obj <<
+/D [628 0 R /XYZ 90 739.935 null]
+>> endobj
+631 0 obj <<
+/D [628 0 R /XYZ 90 569.326 null]
+>> endobj
+66 0 obj <<
+/D [628 0 R /XYZ 90 559.735 null]
+>> endobj
+633 0 obj <<
+/D [628 0 R /XYZ 90 296.746 null]
+>> endobj
+70 0 obj <<
+/D [628 0 R /XYZ 90 287.155 null]
+>> endobj
+634 0 obj <<
+/D [628 0 R /XYZ 90 172.768 null]
+>> endobj
+74 0 obj <<
+/D [628 0 R /XYZ 90 163.176 null]
+>> endobj
+627 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+645 0 obj <<
+/Length 1942      
+/Filter /FlateDecode
+>>
+stream
+xÚÕYÝsÛ6\f\7f÷_¡GùZk"õÝ·Äuºí\9a4s²§.\97SlÚÑÕ\96<I^ÒÝþø\ 1\ 4(K¶\9c6mÖ»å!\ 2A\10\1f?\90" »ÖÒr­w\83ÓëÁOgRZ\89\93\842´®\17VâZQ(\9c@
+ëzn}´¥#ÜáH\ 6®}2\84\7fÛyVÐp|\9fæ¹Zñ Èÿp]¹Ü\96i\9d\1590#\19ûv2¼¹þu0¹\1eü9\10`ϵ\84Ö\1fDNä\ 5Öl=øxãZsàÿj¹\8e\97ÄÖ\83\96Z[¾ô๲®\ 6¿\rÜ\8e¯Þ\9e¯\12\86\91$_OÓJÍÉ!í\ 3<«t½Yeù\92\9d"*ÍYpv_T\8a\85ï²z'±Q¥\91h\ 5\9a²"\95VE\9eÞ­XøêtÊÂ\a@\0ó![ñò;\96ß\82£\8e\ 6ÇDg\9e?\9dy\91\15AL®À\10]k$]'ö)ÀÑwü¡5À.\b}k\948~\18\90Ê«\ 6 Ðuí©\ e_H ÿ!N\93f\1c\9c\1a\80B\12Ð\82:vfø\1dÆ\141ÐvG\87\86\ f\1c|u\8cóª?\16ß\89bI*\19\9e\9bu\96¿&Ó"¼!âÓÏ\7f\83\9f1¹ç¹ð\ 4!\9a\1aÑCFI\92ìBBÑ"oÆø\98\17\ f¹ÞH¸»B\8e\10]\88B'\10^',£BÂ?·±£Yëô±\8b\±X4\8c\b%Lh£X82     :Á½$^ìë\8d\b»Hø_\r\9a\97¼\bh~\174ß})ÐþÃM&ý.\12ò\85v\9aô\11µmºÚ\1d±gï3|\ 4Á7§ÆíÍJ\10þ\ f²âÉ\ e\b¾ï\88v^Â'Ò\12z/\9f\96Ðÿ\1f\1c\7f\ 4©\8bZüC1ó\9fÂ,4\90\99\ 2ûì\99×¥.\8d\84ïx~(ù2öb\80Ñk\97F\ 2áyNmD\8aÛu\f^ò¡\13ú\8cÇõ=`æ\89Ø>¿\9c¼C*²«\1a
+\96´\9c\13¿T\vUV4S,j,_\90]\17ĪÍúª\18ÍÒ\95>å8l¼B¡=¯\9cá\bÒ\ 2¦³êËÂ$\ 1\92­w\ 6C¾Õ\15\98\17xö¢(\89HñáÛ¨àq(\ 2Û\bì,Àà<Ýl 
+\ 17B\910\ 2°h¯\9cªHX\8c"V]*"6¥\9a+\94Ì\8dvܯZ1a\bT\vCЬ\v@dk\8f\ f_~ä¾/ì\fë£YVã\bêÉl\99\ 3¤º`ÂÙ\87¬¾×¦\80&ÜAHå³b®\1d\ 1.\14\95U\rõâ\1a!\8e¥}\86\18\18å`¼¤5m÷ab|\188\b±\ 5ÑÂ\8edG=©Ø«Cc\ f36²¼R51pÇàÓ%>\15ÅÈG;ÈÙmä¸É\11\rÖÛª&\19\ 2Ga`\8f\0X«ÏÄ\9b«jVfwº*\aQD\8b&Rv     T\96Ŧ̨ì\ 6\91˲X\96éº'#\ 6\12Ü}\9e=Y©µÊk\ 4\15Î\1f\1f\19½\11 \9c¯YF硤\ 1æQ/i¶0¸W(½Ý};/x\r\18ÊÀ~ am\14\84ÇÇÌkíME:j><»­}\98\94ÃFIFö¢,ÖD\11\86µ*ñ@z®¤Àp¦\89\98c\19
+{\17\ e²«ífS\94uE+:\a\ e\19»dÂà\1c´±àÃ}6»'R\1f($Ö\90\98ÞsQ\7f\87­REÏEÑ@\1a\ 6ö³º\1eñýïñc\9dÐa       Á\11!0ð\16
+Û-Ðx±ìvE\90±¼¾\9dà\ 1l       VÙ\if[ô.\9d}:`®\16ZP_\\87\17ó\11¿_\1d»ú_=MödñüÃÛÉ­ÀË\8b\9dÒa\88N\95x5\9etph?\ f7¶Ö(÷5Ê\8eÆñåWiìø\88:\13·¥ÒÛwòuK¹÷,wA9\82\10Å-õþ3Õ\13L<q<\b\f£c'x®\9döÄ\13ñè\88\fÆZ<ü\1eK\9añþlòdhd4ð[F£ãFÛæ¿Áú\8f=#\11D8\9d\9cLo¯~\9fN?ü~ñvW\16ãÓý\ 6lûã?\12fãÄÙôÃÅõíxrq=\99îÞ%_râ;±ö\7fÈû×d´ñÿ\rSPl¬TÏg¨æîïqµ        ìMÏÂË4+\9d¾Í´oú}ñ@ÄY©þÜB=÷ùÐò^\11oÞãÒs<\8f/®ó¢T\ 5\7fé{¸\1cB\r\a)\91¡ä\12+\84Òe\18Ã]I_\12C·©\98*\1a¦úË!\10ÝÛ<l_Àaã\17/Òµ+\12\17{\90t¥é\8aCÊ\ýh©d^Za\91kÌèû\1e¹\ 66!\9c$`ܪ\8dJ?\r\85k\9bo¥iY¦ùÒTf\9eàÊlo\8a\18Y>[m©\b     øF}Í\1f\1ee\12oϽ/¶pwò\aé#\r\97\ 1£É´\88\9cP6Í\95.Ò"©K\1cªã#\ 1m\141Y'\92»\1a\eæw\0ã\14©\10\9d¢\1dÙ9=¹ç\0\81\ 1|ê)öU·êZ\98\82Þ\ 6\9b (Ðȵ1\ f;e
+\84\9ax\9c+Æ4á¦K&Ò¼\9cÅk,#}¾\9dñ\12Ò«4\94@0[Ð\1aÝ\1e\11\91:*L\13Ó\11\0q2ýå\94ÄMlà®ï%öÉjÕ·E
+XYö~\e¯Ì¾àt¶Àl\97\8fÕv¹TUmØ\19W\97\88qo\82\7fÁ$@1<K+E\94έl·´2j£\ eS.K\96ô|(³\9a\ 6\fÖi]f\8fLg\8fsªesR3+Ô\ 2Ǩk\96á\ eAÄý\98\e\a\9b&\ 4Ö+ý\9bAE\ 3\16Ù3\aÞöÀhÚ¢\91\14mß%ôá¼5i
+\9aMµZÐ\84F\10xí&\fûö\9cØàØåxâ\10\93\8e©\88z~À\80\11¨\9f9_áOO\14æÃ\ 5&Ð4\12õ}\93\7fhÂL\9a\9b·b7ǬçTá+\82ðm\80\ 1Å\93\94\1c\1d\91gÚ $ \9bÜ\14U¦ßΨ\89N0Jð{B"$\9b-+\9e§uÊû¢Û\ 1¶AX7\9f:<×3\r^¼×\9d5­6ï_iö\v\12l\1cI²¨)µQù¼â%ùÞ\12Ø\15jVSG7 _âÊ%ÿ$7}7°>j©\93\13¼¡ È\18ß\8e\7f>¹¸\98¼ÿ0};\99ö¶lû¿êÅpï¹ò¹?êý\v_óü²
+endstream
+endobj
+644 0 obj <<
+/Type /Page
+/Contents 645 0 R
+/Resources 643 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+/Annots [ 642 0 R ]
+>> endobj
+642 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [385.11 93.195 513.996 104.099]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ad2accfe182077bfe80ba43a3f22cf7bb) >>
+>> endobj
+646 0 obj <<
+/D [644 0 R /XYZ 89 770.89 null]
+>> endobj
+647 0 obj <<
+/D [644 0 R /XYZ 90 533.064 null]
+>> endobj
+78 0 obj <<
+/D [644 0 R /XYZ 90 523.588 null]
+>> endobj
+643 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+651 0 obj <<
+/Length 2196      
+/Filter /FlateDecode
+>>
+stream
+xÚå\19YsÛ6óÝ¿\82\8fÔ4¢       \1e"Õ7×\91{%qê8íCÛÉP$l±\96H\85 ¢¸óýøo\17»à!Q\8a\8ffúPÍh\0ì\ 2\8b½°»\0]ëÖr­ïO¾»>9½ð<kêL'Þĺ¾±¦®\15M\84\13zºάßmá\8eþ¼þÉò\ 1æM=X¤¡¯òy\95T÷£±\17ºö{\95ÜJ\9cu2»>ùx"`\92k   M)\8c\9cÈ\ f­tuòû\9f®\95\ 1ü'Ëuüilmõ¬\95\15x>´KëÝÉ/'n\8f+\7f\87+\ f\86\91Gûo\17yº ÝÓ¤ Î\Rûúíì{ê\95\15µ¿\8d\84çÚg#á\87ö¯\ 4Zæw#áÚÒLÌd5
+CÛѺÖX\84\8eð\ 3Úìb$B»\.Ë\91\17ÚÛ¼¸¥Eףص\93ù\92idR¥U>\97\8a\86õ\82ái¹Z/emF\8b¤(ä\92\ 6«d½nÈÝ\18nçeÍ¢\9dw'_j\1e\99\87ëz·\9b*©ó²P\9aëF{¦=½ð#+\ 2\9d¹\ 2U\bBy¡3ñX¨ñ×ù\19ýM\9d`\12ÒN,Åë2\ 3\1dD\9eëÚÿ\e\8d\ 5¶h©1£É\ 4}üog¿öÑ\1dâÇÅøæ\99ÿ\ 11^_¾\9c}\10À\99Ë,N q©A\86㧵Ϣ²¯\ fÍ¥w\90KlÄ\93\ah\1dÒ+ò<u¿¼\r6Þ£\ 5è¯z\86\18\a\14\ eì£kDñc\ 5ÀÆ\7f°8\ f\17ãAt\ fÛ\ 2­ñ\a°  ¾(ÚSE:Jý\88\95´\9d&\93\7fR4lÂ\83\82>NÀCT\aíyÌ~$h\18|=A±\99ôFÑ\11\9aÇf>]!ÿz>\88@ÛW³³«\ fïÞ_]]¾\7fóòÁ\82}}\95\1fÛý\18\95Ǫ¼QÄÅÕå\9bë\ fç³7׳+Îàÿ\rß\v¿zIµS\ ec-\17;BðÆ׺Öô"¨A\8b²\96\19\rÚêÒ\8bí\\110_­ËªN\8a\9a\86TtB'-«J¦\fM6Y^Òº¶^E¸Rùm±\92fõv!\vêm\14ï\14\99ò\ezD;Þ+¿5
+Ë9\806'K\bg\1a²<@Ë\19\8d\83Àgɦ\ 1\80 \8e¦=`d\18\84.3¨\18Qñü,W5Tã¸Å\864\ 2@fm\1a\7f\80«:©ê\96xMmmö¾©Ê¢\1eÜ­È\88\9c,²îò\ 1\91jc¢y\92Þ±Ê\99\16\88ê»^Ç\88]Ö¡¼Gè¤1àF\19û&Ê\18\9d.\1e\19Od\93t¯'ÚÀE*«ÆJíÕ\ 2\96\9có}\82é\16¼\ 1Â>÷x\1d\92L.%z\84\16\ 3Túv)\13Å\97\1d%åÎeèfÿ\1a%ñvõ9ÁKÒÎE(]&U\8eL¤ú\9aóà[NìÄQDÌÍ\88ð·thwª\0\17ÝO7{\17\r\8exÖ)×\8b\ 3'\8a½^¼ü±XojÚ¡±\82ß -çeÃÁyGíã\ e¥#¬|ó\18V8Nþá\86.;9\ eS0§¬\0(\ 6K\7f\9cýî|Æs\89C=y_W\9d\15Ky3@Þ\vö\82/N\16\8aç\967\8c3\80ó·³Ý½X\96Îò*¿]|A\96\8eä\1eúûC7cÁ\82!ÁÔ¦ªÊM\91ñnÞ^V\e\14­Ùþ°há hýíöóÖ lÇvcÙ:̾º I͵¼\93\b»ø]ÿ\f\9erTôC\94\b\1c?\98x|\94\83\0R\1e³åA¾Ã{-lýn³Æ,¦#\1eÄ\89ïòºJj©\ e$Ê©ãF½<éÙ\17/\7f¦ÎÙÙ(\0]à@Ø3È1ôÆ\ 2\98uUb`ú\94gúE\a         5Û<c*URÜJZ\8aêE\90êp\ 6Ã9s¦C¼0û\v\e2Y¾Ú¬\98nÁ³WÉç\ eÔ\ 4J 5\10u\992*À\83\f°\86\f¤h \13\ 6´\1csAFN\96н\9cÿEI\1eú:?ܯ¥\8eÛ\13~äªx        ©eüê|\87VËxèõyÈÕÎÔ\1e¶^$u\7f^%?nòjX¸Z³+ìm\95×ý\f\ 2ª+UÍïd\89ÊS\ 2\92
+CVlÂ/f\9fP\7fÉ2g\1c0\ 4\89U&+-±gÿX7¯i
+R®¢YÚ\92Ý\r\9be4\84ì´JxåB&ü&' í\12\ 6\13ö\80HÄa\1cÛ%\10Æ%ñ\14Ë\8e:OOW\80KêR¿¦Â\84.!\rØæõB'uXB\\ 1°u\\18¬\93ûe\99dX3\81Ääe0¹õ§Ý\ 57U²\92*ÿ\9b'~É×\803\1fÊ\84z$l¤\8d}ýt\17`?D9@\82*#L&!à\82\1dðØ ¶6K\1av|m\96vK\8d\ 5±º\ 4@hë\88\ ea\1a7Eì\ f³q#\96&Zd\r¢'È\84\ 4iu\80ÞáQ\9b\98\aáÎ\8bv\8eI£0~´,Ë»ñfÍ~ѾøæüÔ\8b%Yûp\1cµo¬g\80\87Êî¶,3êm±è,«;*~\ß^\97¹.-\ 1§M\f-jOQWû"Ì2å.\80>nÀ¡ëûÑ$´_\0\ 4ÜXa\85Ã\ 41&é\13ã\9a°â6\a\91§çL[û0Ð\16¼+Ó\17NجR§ÍÆ>mäÑ<\ 3\1aë\ 5\9e0a» \8a\90º]r¾áZ\12\8e¬\r\9d\f\84c'\80QkÝ\17´F8b\98\9c\18"\aa\91<¬ dÖP=Â;È\17¹¬:è¸Z\eQ\7f?D4Ú\88
+\9d®;âø\93\87N\v«ÛØ\1aíÖ»\91\97\ 5Sl/]0ÀãÏlÑü\8eÁqw\f¤²H\91êý\90d& \ 51µw?üýb§*7\89\f\8bïª\íÌ\aÙOÍG\8d\92ÚÈÛÇ%é"\97¨ðOÈ\8aù\f\ 2\81S\95E{f\8c\ e¡k\¹_ôwO|÷H\85Ýo187è\9f\7f\1c\93Ý\82p\ f¡Ï:´$1tLðѹ\ 4Æë\12®¶Ä$,7L\ 6x\9bÒÅ:v;z\87Q_ï4WÑr1¡1h\9a:s\99&\e%\e\1e\8aÃ7D¸óö\92o\10àÕ\9c1²)P\0\®%U=\1a¥£\a´x\84\bÏ\91\0`+ýå\ 5{úÐ\ 3.¯yY_\ fAO\ f~Ob\7fGb\ e@ ®ù\16\87\("\13\ f  \bêà;bÏ<\9dPÌ5\ 1»\8e\82H(K\13\90É\f}\ f\82´\99\fz\89¹\84âáÃ\17\11êQ\11\82\16¶½\ 4\ 2c\1d9öàÄ ÂI\93D\8b;\8dMpÀå\9fâÙ\eÔ\vö\16\9b9¦&lxb^ðéb¨pXC%º®r²¦\17\9b'\9b¸¯E\18\1f\82S\18\82\10Þ\9e\1d\80\10ÚÑç\8c\0\98\84\9a¶~CÚ7Ô®È\17¡G\8cco\12\ 4\83.\93L¬±%\82´\ 1\aDÅÇ%í½QLÌDS\en\0\82 t\9a\0\94×\ 4Ø(ðõå=\ 1W       =è(Â)Yèó\ 6\18\1d³ôt\ 6ôÒ\14b\8c\ 3\ 3n\9b/\99\ 1Ðz¶IyÉ\Öµ>wQÜø\1f\80Û\bÖáX{Ùñ\8aÝ5Ú\v÷Ï\82\89\83ûg¤ÿþ±û©=ö\1dßõ\1eû¥ýÿéeÕü
+endstream
+endobj
+650 0 obj <<
+/Type /Page
+/Contents 651 0 R
+/Resources 649 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+>> endobj
+652 0 obj <<
+/D [650 0 R /XYZ 89 770.89 null]
+>> endobj
+653 0 obj <<
+/D [650 0 R /XYZ 90 364.929 null]
+>> endobj
+82 0 obj <<
+/D [650 0 R /XYZ 90 357.31 null]
+>> endobj
+654 0 obj <<
+/D [650 0 R /XYZ 240.275 96.348 null]
+>> endobj
+649 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+657 0 obj <<
+/Length 1137      
+/Filter /FlateDecode
+>>
+stream
+xÚíYKsÛ6\10¾ëWð(\8d#\18o\12G[q\9aÉdÚ4ÒÍõ\81\92h\9b­Hª\14eO2ýñ\ 5\ 1P"        êMÉé4\9e±\ 1/\96À·ß>¸\82 óä@ç\97Îí¨sý\ 1cG\0Á1wF\8f\8e\80\8eË\11`\189£©sßÅ\0á^\1f3Øý\1aL\92(
+âi0Õ\82¡\1fÍgaüd\96ý,Ð3?6
+·a\96®¤\83$\1a\87±\9f\85I¼èõ\11ÃPt\11ê=\8c>uîF\9d¿;H\ 2\82\ eR\0\98\v\9cIÔ¹\7f\80ÎTÊ?9\10\10á9¯J+r(&r\9c9ÃÎï\1dX3\ 6Q@(Ç\855X\1açâ²5\bÂvÍ\91\93I\89Fèô±\v\ 4áúÜѳ|\8c\10Ñ}Lf³¤\87Y÷U\9dD\88×Íüñ̬ÎÓ¤\87X÷%\9c\ 6\v-ñc­¤åù\9f }    \ 3µ\83ÖH\1eõ\98\96íÉ\1f    âI2\rR½:Iâ? ÄOËTA6Çù©\1f\ 5Y\ fÉMÍy¯ÏáäÙL\83Ü®Ü\12\84\80`L[2\r² \8d¸`müM\8f/a\9a-\r79¤|\8c\97Q\90\85þo\16.² ^\11\9c\ 5\8bl\ 1\fuÒiê\fl¸#\ 4pNÖ>\ 3Èxíæ¦ÇXwÐÿ<x§·ùx×72Kðb\ 27\8cõø~éÏÖ\ e\1cÞ~Õ\93H²¤p¬\ 2©\18¯?\10×\91^t!*|\8a\80Ç<\8d«ßþOA¸\0\94\e¾o\96Ó0éõ¹´ý·ñ\9fÁ$ÓóÑ·¹´\ 3a9ýÇ\8c2<õ\9a\ e]=\8b\9fJjn>\ e\97óy\92f¹ÿ
+y®ú%\r\1e\83\8b\7fM\80\9eH\9fæà\ 4\94\ 4\b\8d\90j\84R\93Q©q?\ e³ëÅÃúyª\8e[eU\ 1m±ÖÀ´Ð\05c\ 6Ï~\f\1aèÈס§\15E¾ãý_\1f¿\97Î$k\ 2\8c¨´\aµ÷@ÄL\b´6Ë\9fì\97\rf\e\1d\7fµ\97È\96_mqüÍ@söÙ\8cWzPq[úÿË°D]n\8cü\85z©oV\10\12B¬µ\94·0\ 6\90½Óz\98\82ü\91\15\87°A¦ô\1aÈ<
\ 2\85m\9cn\ 5§ò/Á6¶ºÌÂÆNÅfsHD\ 5\9b\96å8\f\87\94\ 2´\9a{6fµ~N>¥Së\98\19\87e\1c\87cööãùÌ       ±\ f3ô2\19\80\ e\8d2zÆ\90GG\93\18?\8d±\v\ 5õ\89Lr\v$vOc²\95
+W\ 1\89mwsò\ 3\94´
+HNË \95g\fîÿU\r³©Ð"ÑjPåjEýcà´<u¡å8Ön1Ù\82ö\10ny\91¯U´\98²\13Ñ6\84\19;\96ÒM y» U÷ÝÌå\e´¸®·ý\r^µ]Q\84\0ÄEL \12\ f\88Û¶£c^ +L\9bÊ<±ßÞ\8d\87ó#Z\89ÊáØ.\a\ 4ÙÑ \ e*z\9a\9b\9d\8c\10»\9fa¬¥~f'#\8c[%ǤÌùú\97m\8c¬\10 jÒzÕ\17\988º/y»\17Õ\81iÐJnâ\96Óã Üħ¦AS'}Pnæë'1ÒÐ9\vÖÒÇë\9d\8c\b;7\11z\83\8e¸\92\9bÕO_¼p\1cºt\a\\ 6¥\10à
+(æòã\v\ 6þ±
+ƦF¦\96\1eûFâ\81\1dk\19\ 5¦6
+÷býô.\8eÔ\87\9c*:%\81\17é\9fÙYï³÷¹ÝÇõÛý÷æ2¿\10Ü5I´à5Ì\9ek7ú?/ü\7f^øÿ\87\rJ\15Ñ\r7¾[¯ì0­Ô0ê­ëR©\98ÔßS\87tà»aÉ\9cÚÑ|m\82å\1d\7fѹ\eVC[f.U\8e\80õÆÝùªBÕ¿*÷\b \10\1fúMù¿/ö´/
+endstream
+endobj
+656 0 obj <<
+/Type /Page
+/Contents 657 0 R
+/Resources 655 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+>> endobj
+658 0 obj <<
+/D [656 0 R /XYZ 89 770.89 null]
+>> endobj
+86 0 obj <<
+/D [656 0 R /XYZ 90 739.935 null]
+>> endobj
+659 0 obj <<
+/D [656 0 R /XYZ 285.086 690.081 null]
+>> endobj
+90 0 obj <<
+/D [656 0 R /XYZ 90 673.878 null]
+>> endobj
+660 0 obj <<
+/D [656 0 R /XYZ 90 229.999 null]
+>> endobj
+94 0 obj <<
+/D [656 0 R /XYZ 90 223.004 null]
+>> endobj
+655 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+663 0 obj <<
+/Length 915       
+/Filter /FlateDecode
+>>
+stream
+xÚÝYIsÚ0\14¾ûWè\b\93ZѾ\1c³µ\9dL¦KBO\94\ 3  \ e¡\rK    \99L:ýñÕb\12#9Á¦fJË\ 1\89ç\87õ½O\9f%½g\ 4\86\0\81wÉa'Ù\7fK\bÐP\v"@ç\1ah\ 4¤À\90\13\f:\ 3ÐmaÒîuN\ 156¢\89ù\93³\9e\8d.çýùc;%\1cµ¾Üõ\87\99õJN:É\8f\ 4\e'\ 4°»\13\97PR\ e®ÆI·\87ÀÀØO\ 1\82T+ðà¼Æ\80\11jÚ[p\91|NP\11\15\95@B-\11^¢"\ 6¤$~ü\93³ãv*\10jíùæâðÜuPëW;ÅÄ´Ô|!\7f1ÍM\1ck­ó¾qcʹÁ\82\9bm\98r\96¥\17µ7e\fâ¢Íúy^\10H5d\82W\85ÅW`Ù\ 6\13\85\8a\ 3Ö\81\15Ø"XÌÃJãÏ^%Sl_þØ(x\19\a\87Áçlo\10<Ýáàµ\b\83'\984\19<ÛÍà½ÆQ\14<\13M\ 6Ïÿ­àESÁ\13f\83\87ø¯\85\7fvüÆ\83u<HRP<\16Ñ\12lWàp   Æ\ 2\88ãνV&½,êWð¬Î\83ß%*áÉWã\15<!Æ\bÏz~X\8c\87\95à!ft¾\16OhÛ\80\1f\1eã\11%[f\1eyQ§ÁöX   Ïz~D¼\85+Öä\16^\93\1fÅ£íK7º\82\97ñ³å§x}Ô\82E³ y\15UTU)©§
+\19¯*Z6©RR\8f\1f­"UP¾í\83f9\1e?xtΠ\8a5©R²\8b{M|ºÂ\986©RZY\15~p\16áa¢I\95Òzª`2:\83 Ú¤JëñCPÄ\ f\97bk©À\ e¬¥ÅT¯¨
+\8e\9bT)«§\8a\92lTó&UÊêñS\92#ÉF\93özü\908a\95\1f9Û+³ ¢|\ 5+ݤJyMU\94$\8f¬I\95òzª`Ñ9\90\96å\11\9b«´\1e?\94EüèfË*¼ÚZú§\1f;\8a«Fb\f5çÄ\16þÌ ÔàVÒ\8fJ &\90\1ax\16êÁA\9bóÖQê\18±\85È\87ÑâÆ÷\\12n;£\89o\8f§ml\1c&wýñì6\e\ 4^ãé \83®\82¹,A.Û \ e\10\f\15W[%! úà~0\9aú\19ûxù-»Zø~çq\96=O\94k\ fGùµóþ"[ö&Ã\82\9b\13ÎÅýl6\9d/,\r¸ ¤Oóì:\9bÏCó\87\9déµ\ 3§\91!@¯\88Óxr[\88è^\8e\16ûw½\82ðÜp\96óÑdø\fí.(`8\ f\18\ 4stÓ\9fÀ\12:ìu¤¼£\15z«ûýýÏ^ YO@n\8a\9f¦â=0U\ 5ý¯ÞÌþ3-\ 6Ìw«¨\88U\94\f\11V©Äâ\8b
+«%\8dÀöR\8aü\15q4\98\16\9e¥\1c\9b±ã`\ e  \8fK.|Ó\12ÇË%\97\92\19zz\ f\10§\8b\82mZp\7f¹¨\91\96<\15[Z\1d\9eÖ¦ðm\8b¢\90"R÷eËo$NCg
+endstream
+endobj
+662 0 obj <<
+/Type /Page
+/Contents 663 0 R
+/Resources 661 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 611 0 R
+>> endobj
+664 0 obj <<
+/D [662 0 R /XYZ 89 770.89 null]
+>> endobj
+665 0 obj <<
+/D [662 0 R /XYZ 90 369.823 null]
+>> endobj
+98 0 obj <<
+/D [662 0 R /XYZ 90 365.215 null]
+>> endobj
+661 0 obj <<
+/Font << /F22 400 0 R /F37 546 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+669 0 obj <<
+/Length 2253      
+/Filter /FlateDecode
+>>
+stream
+xÚ}XK\8fÛ8\12¾çW\189,d V$êecw\ f\9dGO2\vd\a\93\1eÌav1 %v\8bÛ²ä\11©îÍüú­\17e9Qö`°Xd\95X¬¯\1et²yØ$\9b\1f^$2¾¹{ñúV©\8dJâ²TÅæî~sH6e~\88\8b}¶¹k6¿Eo[}öfÜîT\91DÙößw?²D\1eWû*E\89d³+\8a8ß+\16xß×C\13\ 4Þ\98VoU\11=Ùa\1agá4\8f³¼T"\fq^Èײ8ÝîÒ$\ 1IÝ7Û´\88\9emã[\91Ì6\87øPªR\ 4U\15\1f²\92\ 5ïZ³Ýe\95\8anßý\ 3\894º¹ÙæIô\96'&\1c
+·LnÒ]÷\85W\9aÁ8f÷\83gÖäD\97g¥it?u\1d³îGóÇ\ 4Úðh¢aÔý\83\b\f÷Ìòá4¶?O¢ÕÙ\87^w¯¶»<QÑq«\92\88WT4\1açG[{\87f¢ai\1a\1f\8a\82\rcU\87":Â\85ðeÐT×õ06¶\7fà©\1fx¬ÍèµíyÒÙã¨Ç/;Û\83\aáãÌuÆ{\90sñvWå\ 5Ý\9c\18\83òZd\8fòÙºEó\1a\9e\ 4Åó¡¼>vB¾Ä\ 3îÖLø\15\1d\81'¿Ûî\93\b%^2:P\1d\8e¤\ e\89\7f%\89ê\84\9eí\8dëó9,\17\89½gZã\r>!¶´íP',¦ñüù"N³|\ 1\r\141KdÞüô\91\89ó8 ýO¶A \84ã\80\1e\88\92d\93nF\f\15$~þáÅæ7\96eh½ÿôö÷7Û¬\88n>½ÛfIôëÇww\1fD\92ãKö\9fõ¨Of\8e\15\99Ðügrþ«+X¸\99Î\8cgûï¹³µõ\0Ù²\88â«/\84ñõmVm \1eª$Ä$Äô!\ 4±Öµ\84åï\9f\8dÿ     \8f\83wÙÞÌ|Àe\99 el\15XDÖ\bûIw\13]ð_¿\13\89\10Â\95\87\ 1\9dòl(ìñô\14vi\1aY\84{
+1áxÎñ\ 6Ähêát2}C0\83\1d\ 4fX`ì1\r\17ä\84\f\0\86Ãeª\ 2¤Özr\97m\ 1Í H\8fÂ>jÇÊÓhèy­\9fNf\84´$§é¬ó¦ÇxZ\vB\88P\ 1\a¦%"jP\ eyAÜ÷lô£»v¯éÝ4\9a¯Ýk\82Ç\19u|Aºë\16\10¥ ÆÙ\1f\90§¬¿x\9d\8e\94©\ 5ÙÃh¼­%\9de\15\84\ 5\f¥$\efQR\82ñ~\18y\911¥Og
+]XÉ÷¼ðøáOfp\16@bè%\9dÀrÈ}\962&¬Ng\1eÉ_°Aå<\a\9bb¿Èsó¶Jò+ì÷­\15M\94`W.>äV¥8÷¨,¢£Á\O\8d\1d\98uÉîj\99Ýa"Ù\1dö0Ú\80\8fÛ\14\ 3\8bØ\ e¼d \13\16\0¤_\96\92\9câ¾VÞjQ§y.þ\13\99Î\9e¬'\9cá\8eÓ0õ~Í(t\88:dÑÑ\12¨\80"ÈÀèÎ\86à\ 5$Ƨÿr\ e¾EVªöHäÑ#H¾\16Qò*ÉB~1¢'ßóH\ eE\ 2ýhz\8f\f\1d¾\13>\r\9fáÀåOÜo¡\ eB)\8eº-þ\88'Π£/²\14L\9fñF\87©kÖÌ¥E\rÇý
+o\ e\87\ eý\81²|\e*\ 48\92ábT°N]c\8fÎÝÊæv:!$\904Zv[\11oõØðí©\88+ÕÅd\15\9dÍX\e{ÉS²¯§\ 4§¦ØC,'Ydå ÚËØu\0\9c\1cÐû\ 1\ ef®L\97®\ 4S\9eªr>O\ 5÷dÉDàÐ\19\80\f²§Ê¾-l¼.wR\ 5\8f/EF# ÁO\9dÎ\ 3´\0½\97Í×ý
\b\ 2
+\80'\85\b(÷hϼ(êsêOÀÒ\f\8a÷\8dì\12¬\98qÍápÔQ{®¦%\ 1\19#\fSõCÌõ#M\17õ£(ã4©@          ÿm¥ÂTq\95\1fÂ\86¿³Ú}Âã\1c\vE!7\ 3Ì9\16\80¦X($¹!q\1d\vE\19\92s±l\10\15'e\10h\87\81Ü\ 44A­À\1c:ægaw\ 2'\ 4á9>^Ñ\ 5a\8f»\aP\_S¨[*Û³^\18ù\b\rOB\16GúÙR°e\87Å\87\80½\fDR#¢-A\92ÈÎ8'«£\a\10#®k/,\a\11ú\bu5èõ-\9fè@ñºv\96\15Ç·ö¡¥L\99\97Wíj^-
+AN\17Þ3û4P\85ÎÑ+ÒÌ\ 2\17Îi\16çÄe]\8f\83\v45ã°o\91\140\85\1f\ eX\11©¸¬+¹¤)\9a\ eu=\8d¼\19®eÅ\1eºi\ 4¼ZbºR!n\14Y\8cTz±7l¡Ò\ f\ 4 Ç\11FPËìò𺠭k\11?gÁ\8b®t\ eSy¬ aúaâ3(I*J@$²ë\85õ:\9fB¯ñl0\9d­4\19¿ô\10V~êÁzª\8dû
+@s2L\9dÍÀ]\ 4Ð\12\12hF7i\1f¸sG\83³ÐÑÐ$4e@RS\86úÀÉö\184.1\ 4Sª½0âQñ\1d¥Ò\ 5¬\80oÃ(ûôj+Ç Ø9Ëa\ 6¦;f\8d¡±\ez\\1cç6lnÞ\0\ 2\8dÙAÁ\ 2\eå\19\ 2\8f\86z´Ç J\1f\17mÝõuJ{|\ 3\9e\93 ÉÁ¢³©)(2>5ðä0\8fÝ \e\ 3M§³·CO0Oåµ\v\9b/\11\0÷Ï¥\9cn\17V\16Ùh\97\95\99Ïá÷M\9dÀÅÎöÆ­UµV\0+5sÑò\1eÍü¦ª!ë\98æ\95\80«µuûÕ\9bo\1aûÀ©¡\80¹åë\8b\85\16\17\11\7fç¿\83l\1fïÓ2üw ä¿\83[|n±\92ÏöÏ ø/ò\97\84\95\ 6ügH\15#~ã\89>dÇÿó/\83\80ç\16m¦6ºÈ\16\7f0\14\14Ìt\95À·Ð19&5\ f\8deÈÀ\16ÊÊ(\0ÉöÙP\1a,ØÃ\³i\89\80\fì\91£¨\90\84óíÎ{6\14\17:Ó?P \0»\99\84I\1dw\11\9aY`¸a\87\r¥i¾S·±³Á\a\19ÜÌ\13:\19o\85XÞÔmo\ 1\f¥³G\ fÉ\ 5nN¶rg¶øÓ\85¸\ 3\8f\9cþ\80\90²\ 4
+B»\9728`Ô2ÎW\8c\131\16%¤-Äo\rA\9f¼\a\90\94\ 2]\aá\ 6aDo¾"\18\91¥ex)\ 2¢µûÂ,~\85\86®\0íÎ\82#Ò"Ô0ØçÀßÜ·\93TkN¼C{QÍÓN{~     \17\90ål/\8bôªAu\96\1c    \1c\ 1K\82\13(x\1ec\96ÅW\9b¨$[×*\96Ø\87ý\96ü·³S¥\92'\1f¶=<'o\94\177"\8b\1ecH½d Ìbü\f\7fÉ\12aS3ô¢;pæ×\ f\ f¨«gE\19úù\12ÿóê¬\94º2\95zÊlí\17-9uµ¨[\94¬\98Ü\80\bz,ÙS\1f\8cT\15®\13\ 3÷\ 4¹\1c{õ}\16ýóò\9f\ 4¬j\1eº\ 1\f\1c\8cÿ
+4Ì'ïÀ\18Ô\85Ô      ,i\bx½"®\1f\85³\88ÓYÏBú\92;\96{¿ßK£Û\13@\ 4ãPaq!\830,\18/Iôñó»OL\81HïN\16J)U\8c\1c"æ®\r\7f»\9c\8cfücªe\8c&\ 2Ãdq.|"k\8e\ e\8ePºG\9e\86´\ 3ÚÄò\85\8a\aÓã\1f\1a«ÿR½¿{ñ?ò\80\e\97
+endstream
+endobj
+668 0 obj <<
+/Type /Page
+/Contents 669 0 R
+/Resources 667 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+/Annots [ 666 0 R ]
+>> endobj
+666 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [210.866 460.515 319.169 471.419]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aab4d4c3cfcad7bd7bdebfd947fea8e75) >>
+>> endobj
+670 0 obj <<
+/D [668 0 R /XYZ 89 770.89 null]
+>> endobj
+102 0 obj <<
+/D [668 0 R /XYZ 90 739.935 null]
+>> endobj
+671 0 obj <<
+/D [668 0 R /XYZ 90 553.953 null]
+>> endobj
+672 0 obj <<
+/D [668 0 R /XYZ 90 553.953 null]
+>> endobj
+106 0 obj <<
+/D [668 0 R /XYZ 90 553.953 null]
+>> endobj
+674 0 obj <<
+/D [668 0 R /XYZ 326.66 222.876 null]
+>> endobj
+110 0 obj <<
+/D [668 0 R /XYZ 90 205.505 null]
+>> endobj
+667 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R /F11 673 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+679 0 obj <<
+/Length 2621      
+/Filter /FlateDecode
+>>
+stream
+xÚÝ\19]\8fã¶ñ}\7f\85±@\ 1\19]ëH}+@\1fvïö\92\rî\92kÖoIPÐ6m³'K>QÞÍæ×g\863\94e[\a\Úk\81öE\1a\92Ãáp>É¡\98l&bòíÕÝüêÕÛ(\9a\94a\99EÙd¾\9e\94b\92g2L#9\99¯&?\a2\99þ:ÿ~\12'"La\8a뻯\97ÍJ·ÓY\94\8aàNoÕ4J\83\1cZĽº\9f_}º\92\80,&ÒÑKó0\8fÓÉrwõó¯b²\82þï'"\8cËbòì°v\93$\8aá_M\1e¯þ~%Nx\8bÏx\8b \99\a.,\82§©L\ 3\rÌDE è·2kdi­[]wÔUézÓm\11Î\ 3SSßâ¥Ó\96A¤t`Ü\ 6)\12Ù\96z:³ã\15\fã<\9bª"j­VË-£m\19«SíT\16ÁF3öÂt­êt8\9dÅ"\ e~¬5M]6\87\9cW¶!h§>N¥èwļ¾ÿpÿ­Ó\84\98̤\fË4%\19,\9bݾ2
+·      :
+no§ð}M\ríõ\84\8dç­A6\11T\15\8c\1fõb©oß6«ÃRskÙÔ¶ë\89zÙ9<µü¨6\1eoÝ0u\92Á\ 5\aëVíô\rÀY|\141\ e ¤Fv£\ e+\83bHeðé *Ó½`#"^YX0¶ÐôG6\rìP-ª\17ê!ÄéL\ 6 \80Àj\9anM½ä)¤"¤á4     \83­¶º}Bæ\1aÓ2\92^nkóé \87DyõèÜì\10¿\19ò\ 5ë=\9bn       ëo\91\11\r\0ÏlÈ,Ov\9e\rô¨;\r\eÉÒ\0\f%\ 1ü[\98VæÁÖl¶Î\12Ë\82Ù\86N´'\82\86ì\ 1Æ\19{\80àØùÜ>X½:\1d!CÅ\8e-ãXå,\1eƼN ó¨\13h(Kã°×-÷Ôô×5(D¯\8e\f\8fhúTê)nÙcåa\16%\845Gvâ<\ 3§øÍì\ e;j\1cM,OÉĨ\9fì\14Ì-\11è\96(\81Í4\rT»ª´µ\84\ 3*pÿ\8e(Ã(I\vô¢L\85|Ó¸\933\ 2§\8cºLß0Á\95þE\88¨ÆíbSY"\9bÉ$é)1ê^·£.¼Uu­«S\ 1ðØ[Ü\ 4:Y\94\94Án\1f#\80\81\8b:H[ÐÁ¾\8c¦ss2TzE&Þt ëÜâalhñ\80ád÷\9b±\9derÇø\98¸0×zD\8a}Cê¶\83\88¸£NV\ evo\9d½$\14£¡Ý\87\98\11\89ô\ 1\1cbd\82ó°½1.Û8ó®i\84t\ 5\13Øõ\8bH\85ÙÔMkê\r\8d\91Âah¯V«¾\17S\0àJp¸T\88à\81):Ió¬\96ç9\85C\97¢¦mfèâªr\96\8e\v\88\8d\84³oLÝéö\9a\ 6\8eì\13ܽ²gqi¥\aÉ\95\836Ç+ë£LÕ ÿÃÈÓO_\1eZNzР\83IE¯\aè\9bÑOÕ\1cK]2\84ÿF×\10H+jØ\86Ð\ 5Ù\1e\92\ 2ç\ 6\91¿\9c3s\19\f\17\1aô2¶ÙVÕvgºÎE\86¼¤\95á¯ø¯U[\19·óÜÛ:\0\8euL\9c\10\945K\90ø\v\ru[Ô    B\95V+\ 6\9dDrï\0\0\0]\93\8dæÞ¾Ññ6<¶ÐÝ32>²¸½\1eMU\96\ 4\eä=l\1cÝ\ 5\95H\ 1\12 'Óv\aæ?\1dfYlõ'\14¯/;\1a\11ænÓqYrÐj\r\a­²w7\1cì]\b`ÕÑðõ ­C7¹\r\0è6×\84âi×\r\8f¡%\80\9c\9d¿`s¯\97F\81ÝWÔÆÝã¿ë¹zÛªC½mÖîÜ\ 1\14\1f\1e\1e\vhD\96þ âÒ\0¸Ì\994·^Ö\vÒ\10@+mÁ½\9d%\rtÐm\95\97ù1 :)ºS.-\19áQ\12\18\88ã0Mù\94\e\87Q(!Y\v\88\ 1÷\16N{ª3äbÀ
+\90r\16\ e§\9cVmØ/Þz\8f\12Á£ù\1dÎC´Èð¸
+kDI\18'%­q\8b\87¿,øî~vÌ_Ð~\92ø§ ïÚ\11ý9í"èÕ
+ h°S¦¶Ô\8aDRÐì\ f¯ßS\17X;\9c#x|¯\99\18j`lôq\r¦\1a\13(BMÍ«í@+\ 49\e\1eÑ\9c,#ARè\17ÆÆÞ\a°~á\v¯`çEíñ¿©½c¬\e\9eNæÆÓ÷\87vßX¿\84=,ÙY¼u¼A©ÞÞý\95-ÄlL秶
+\84Iq~Ô¥X\93õa·ð\9cãA\ 1ÿC}\1d]\93Ô-å@Ý2\96¡\90\85¿$ý0b\11e(Jé\11þ1B#        Ë¢Gx\v\ 6\19\97ÁOÓY\11ܾGë,\83{ÈSyð8B;\15a\9eö«÷
\90Njv\13ï\1cI\82Æ\8eÐÇï~÷:øf\84\9dY.B\ 17·Y\94\85\91(ÿk\e+\86û\ 2©Æ\89\9fú7\8cË\ 5ì\0|rd\998\ré*ÉÈ\17ÔNø ÷AzL6\92c¬Ç¡\84\e'Ïùæ\92f\14æYîÇÓ8\8eF\ 4\ 4äó0Ê"\17\12D\1asH`\85\ fÓysíô©\15\16¬¯ÅÞz÷Ñ~n\9f\7f\8fÑiÌ\90\1ex'\ 5\96Ë-Gq\11feüõLù\ e\8fWÁÃt\ 69uNÚ\1f³á(\ f¥È¿\98ê\a¢\84¦S\805\8dÐ\8bÃ8ý7Íò\92\8fÈ{²\9fñ\9c(-A\84Å×v\9dÿuA\16§r\8cSyæÙ\85\18wl\11&IôÅ\8e=æÇ\bÅ\7fÊ\8d\87¡!ÎGcC\11ÊôË\89\8eF\86XBÐʳÓÈÐ\1fü\8féQ-\1a\9f;\93,ÄÛ¥ój®a\rÝ\9a\8e\81\8f\8f^®¿<ú8Ypø¹9»\99\1c\19üt0~"V,ÎS9\1c¨*=r*8O°O\92\97ðü\8c{XY\84e©IþÇÜ«ø?s¯8\12_#q~}ÿ\92I\91\8dçM\11\96 `ò\8eèK¼C\16),õ¯»ÇñTh¹v\81©óÕúxâÇ\8aÏæÐ:Ê0¬|5ä2\17\10Ù9ÎEñ¤\f.O\98ÔÏ\97òêeXCa\97\85öy\9d\e«/p\19\19\\8a\90y\14A8vx\9fO\vW,Åú2\«\97\87\8a<?*\8f\95l¾=\ 3D\9e\f\00\væ÷\1a.\81³w¯ ý\9f\aË\95î\83et)¢\84\ 6áºÒÁý\9ckëkúóÙ\v\86ÝÕ\85\97â\e\ 44ö¾ôî¥\11\95\³@f}ÅÌ\95Ó}\8dld\87,×Ù»7¯îß½9\ f+l\ e¦ÛzÓH
+1,{\88 \95\1cú\88ËÏÞs\ 6Æ¡üq{X×£û'Þ\ 6³þþ  g¬4÷÷ÏØß>\87o+ói\19\ 5MS}îv\99\87e\9c\rï0\89\1c\98\12\17\0lØÃ~ß´î\10\b­ù\ f\8f®¶\17\ 5\1f\18\92Á{\ f\9d®-\95z\13_,B`Ùqù\rK\ fäZ\89«>Y^¾sì:p¥÷º¦R\e6\9b\9a\96ë<§¾°\8c¬\99ÍlL\7fµ»À%\99ç õ³³áÖR¼\16³\9bÁÅ\9d\16¢{® éÑ¥\7f\82¡¡\86çÝbÉáG\14Ø\9c«\808úÐѨ³\10h»b\b\1ar\ëB\at»JÓÉâL½\17Gz\14\a\96°kªýd\9f)v\83\1e°øQ\ 4f·o\aoP®îXÒ\86¹pY\1cKñØ \9b3B\--\83¥n±P@½¼w\8bUN 8Ç\10\ 4\98\9a\97ëèï\1f\9ex=\v\16À\18¸Sü\9f«\9f\10\1d\e#Zä3@Ô\v\86*\88-\e\10\fôÕH{VNôæ\ 2\0Èd©­5¾ô¹o\90\8bgÝúg\9c^70Ø/é\98C\0­¡O\12\12Â\13uÿ\85\9a\19¬Ææ\85\8f@[ª=E\10â\90\87\917\9c\86\ 2I,óS\89\v\93ül\0ÿ\15\15Y\0R\87®Áz\13\176\1d\92{ÖBØ?TÈ|ð\9a\a\8dÊ,ZÕú·¢TJ¯\85ì¸\82±ü\fsJ2¿$9V\82ç\ 5(T®}h£?>FÎ"_\1eë]è4®.·Mc}½®\7f\81\13^#\83Ô=¤\9a\8cTS×Zuà\£Nó°¦$ðx÷\13\ 2\87\8es[]Ý\f7\ f\88Gy"ö\99\12`|¥G¢\1dâ\92¤q)¬ñ×G\9f\9e%¹`\86\12\8c¯\84î\19\1aè\ 3\86\8f¯¡'\14íh©¹ªØÖW7g·\7f=L\17£\1c\9f\88Ügy\8a\91î\90\ 5|¿÷\ fðçïø\ 5d)\11ýÙgü?\0ÉÔ:\12
+endstream
+endobj
+678 0 obj <<
+/Type /Page
+/Contents 679 0 R
+/Resources 677 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+>> endobj
+680 0 obj <<
+/D [678 0 R /XYZ 89 770.89 null]
+>> endobj
+681 0 obj <<
+/D [678 0 R /XYZ 270.681 557.547 null]
+>> endobj
+114 0 obj <<
+/D [678 0 R /XYZ 90 541.456 null]
+>> endobj
+638 0 obj <<
+/D [678 0 R /XYZ 389.265 260.122 null]
+>> endobj
+118 0 obj <<
+/D [678 0 R /XYZ 90 242.91 null]
+>> endobj
+677 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F11 673 0 R /F8 682 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+695 0 obj <<
+/Length 382       
+/Filter /FlateDecode
+>>
+stream
+xÚí\94]O\830\14\86ï÷+z \89Ô~C½Û\97\8fD¹[\8cA(\e\89a\v\94èÏ\17l·¹\91Å%Óx!W}\ fô=í9\ f\a\ 4æ\0\81I\ fÙu\10öÎ/  \ 1\ 4A!\b\aa
+$\ 2\82\ 3
\ 4Ì\9cá"ZiU¸\1eáÈaîSxm\1c\fú\81\8f\e\a\ 2\1eç\90\ 5Ä\1a^£²4Û§y¢Þ7\16Ì e\82X\8b \90q{\ 6\83Øõ0Bè«ù&+µõR ¡\14DX+ñ¡¤ÂX¯T¡Ìþh-ôÂ\8a¸I¦Ê3\13\95º¨b½\8eª<[æö¤(O\8cÈòºÒÔÅõ£XÙ\97o\99^\18õRd*52Qe\d+Ýä¸h.¹éèvE\0\83¢   \1añ0é5õc\9f\ 2\ fûP\10f®ßﻬ®z|7|\1eTé¨N»\93\rÌ<\8c\ 3ä@×ãèß/LÊm´ÛôV³ëÆ\91Àw°<@ç[Zõw\861\94\9c·@Mó~áâÀ\99\97mV~ÇêTd\ 4ý\ 6²tùø9ÿûÈêIìPý\1d*ÑBu«t4\8a\ fʧ¢\ 3Õæu$(òó3u_éCÿA\8eh\aéÔÙ¢G!\e\87½\ f°\14ö\v
+endstream
+endobj
+694 0 obj <<
+/Type /Page
+/Contents 695 0 R
+/Resources 693 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+/Annots [ 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R ]
+>> endobj
+683 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 482.911 185.567 492.839]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+684 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 483.873 513.996 492.839]
+/A << /S /GoTo /D (section.6.1) >>
+>> endobj
+685 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 469.98 178.195 480.884]
+/A << /S /GoTo /D (structAACENC__InArgs) >>
+>> endobj
+686 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 472.037 513.996 480.884]
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+687 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 459.001 191.107 468.929]
+/A << /S /GoTo /D (structAACENC__InfoStruct) >>
+>> endobj
+688 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 460.082 513.996 468.929]
+/A << /S /GoTo /D (section.6.3) >>
+>> endobj
+689 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 447.046 189.991 456.973]
+/A << /S /GoTo /D (structAACENC__MetaData) >>
+>> endobj
+690 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 448.226 513.996 456.973]
+/A << /S /GoTo /D (section.6.4) >>
+>> endobj
+691 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 434.114 184.84 445.018]
+/A << /S /GoTo /D (structAACENC__OutArgs) >>
+>> endobj
+692 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 436.172 513.996 445.018]
+/A << /S /GoTo /D (section.6.5) >>
+>> endobj
+696 0 obj <<
+/D [694 0 R /XYZ 89 770.89 null]
+>> endobj
+122 0 obj <<
+/D [694 0 R /XYZ 90 739.935 null]
+>> endobj
+126 0 obj <<
+/D [694 0 R /XYZ 90 553.953 null]
+>> endobj
+693 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+702 0 obj <<
+/Length 147       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e±\ eÂ0\10C÷û
+\8fí@¸Ü\91¤YA\80è\86ÈVu@\14XZ$Ô\ 1>\9fPÁÀÈdÉz~2ã
\96\96\89æ\e\11D\13½x¤\v"#xk\9c\ eMa}Ù¦\1a\1aÔ,\9cÏ£©]õÇq,gâ¸ØݺóóÍÐ:Ñ\9dlF\18vò¸`\82:\9c\ 6jZF\97û\1al4VxLÔ\80\85\1e\aÚ\13\7f>}óÇU©Q\96\7fU/¾~0Þ
+endstream
+endobj
+701 0 obj <<
+/Type /Page
+/Contents 702 0 R
+/Resources 700 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+>> endobj
+703 0 obj <<
+/D [701 0 R /XYZ 89 770.89 null]
+>> endobj
+700 0 obj <<
+/Font << /F22 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+708 0 obj <<
+/Length 314       
+/Filter /FlateDecode
+>>
+stream
+xÚ½\91ÍN\840\14\85÷<Å]Â\82z[Ú\ 2îÆqfü[\19vh\f\ 3E\9a\10\98\14\12õí¥¶3:1n]\9dÓp¾öÞ\ 3Â+ ì\ 2ôzU\ 4\17\80!\91\92  (ZÈ\11\89È\12(\1a(ÃuW\1dfe¢\98    \fEô\Ü9\82\934K©%\10b!\bÏ\98\ 3¶ºW.};4êýDPN\12.\99'dB¸ðO\b\98\ föAO³G\13ÈI.\99ô$KI\9eHGÞ(ãózrZ9é-þåÆÖ\7fè{g\9e\10Y¯|üMÏ\9ds{£\95\8f6jª\8d>Ìz\1c¦K;Ä©¯oE `ìÁ\9aÇ]`×£i\ 21M\89\8dWUµ\1aê\97^ï#\8e!éÎî\82Ò\8f#p{}ï^^­lpí\ e\9b¡\1e\9bcóË\1d¦2\1f~Ùaù#mD\97­j¿\7f§ªSÖmxôb)WäYH\16Y*þ\7f9/ðWqeLY&C&þhú\7Eð      Õ\9a¡\1a
+endstream
+endobj
+707 0 obj <<
+/Type /Page
+/Contents 708 0 R
+/Resources 706 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+/Annots [ 704 0 R 705 0 R ]
+>> endobj
+704 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.177 481.935 154.843 492.839]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+705 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [502.041 483.992 513.996 492.839]
+/A << /S /GoTo /D (section.7.1) >>
+>> endobj
+709 0 obj <<
+/D [707 0 R /XYZ 89 770.89 null]
+>> endobj
+130 0 obj <<
+/D [707 0 R /XYZ 90 739.935 null]
+>> endobj
+134 0 obj <<
+/D [707 0 R /XYZ 90 553.953 null]
+>> endobj
+706 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+712 0 obj <<
+/Length 145       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\8e1\vÂ0\14\84÷÷+nl\aãË\8bI\93U°b71[édª\b­à¤?ß4èàètp|÷q\8c+\18{ÚFZ·"\b*8q\88\17\ 4Fã´²¢\11\13úJûz\88\1d\8cg¥YçQiÛÛ4Ö+±\\1dîi|-\bí"=h!\18ºhl£\1acq\9e©\1f\18\1dX\99àñ,Ô\8c\8d\98\9c\13Nt$þ\úæ\8fË\eeXþU½\ 1[x0[
+endstream
+endobj
+711 0 obj <<
+/Type /Page
+/Contents 712 0 R
+/Resources 710 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 675 0 R
+>> endobj
+713 0 obj <<
+/D [711 0 R /XYZ 89 770.89 null]
+>> endobj
+710 0 obj <<
+/Font << /F22 400 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+723 0 obj <<
+/Length 723       
+/Filter /FlateDecode
+>>
+stream
+xÚÕV]kÛ0\14}ï¯\10ìÅ~ð\9d>-«\8cAÛd£\83\95Òæ­\1dű\95FàÚű\vÛ¯\9f\1cËnì8!\f6\18ÄØØ÷\9e{îÑÕQ0zF\18}=Ãî~¹8ûø\85RD1\84!\15h±B
\90+\10\11C\8b\14=xWëøµÒ¥\1fP\81½Ðÿ±øÖfp\90\91$M\ 6F\81\10À#ê\12²x³iÃgER¿è¼\8a+Sä}*áÀxH]jÈ\80\vW+\ 4â\a\ 4cì]\øBxWó\9b«§Ëz5Ó\9b¤E¼¯Ê:©Úç;½²¼Häé<Ñ-:\93H\81
+ièÀi\ 4\8aE-ø\a\93'Y\9dºHBv"\ 5\ 3©"\9b°\rü4\81%ArÕ\ 5ÄqbK>ef      ë       4I@2Ò\ 5\7f\9b\80\12bÛw@\18\ 3*#\140\ 5DÉ6ô¶^fÆ5zQU¥Yú\14{u¥7\rF¿h\16\8cí\94#!pÛ£Í\82H9!\1f)\15\83\1cô\10\b+ëõͽÆ\88 ²ùÖ<Üm\ 3\9a²yýbõ\1eÖë1¬ D\0\91Ññ"o\rë¤N\1a¾ÃÕ®\a\97¼\93æ\11cÖ\\a(\8dû¤ÛAq¹­4\87\98\ 6\1c\83¢ÒñU'\892¦*A\b¹Kõ4\9aÒvHG,}*<;«×©Ý\vÆBQ]\1e\ 4`ªN\13úï\13¿7¿ôÿÁt\9eísÝÛu\82\0\ fåpÓYÏé]g¦«Ød:uîe]§4¯;ÞÅFî"\80     Ò´ÁKí\9c¯ZëöÁ䯵ó«8wÀE]õ/\87\13â²WEÙ¥\1cß®Ö\89æyó+Rý\88\ 5\17\19ëßÄ%q\96Á\94\11á}1¨\13ã»~Yv¾?\8b«ø\98¥\1f\94e\vØë;=\ 6öðÀ\92\8dÇ`\84;XóýÓáü|\7f\ eF\v\16\84\14\ 4\17C~M°[\94U{×q²\9eZ\1a÷5ÓM÷ÝÚºÀ\9fÖ¢aZ\f&\81b±+\ 6ýwbLyÎ)ªì&ý\81\a\8cسZëãÓk\99sÜ3\9f0ÉÑ({'kÌ\9cÆo>9t\14\ 5£SGѨÀðÜ9¢ö´¼\12T4\92÷¶0yÿ\97ª*Ú»¥*<\9dTÝÖO
+»ÉLnòçÃzÇiZêÍÆ\rß\9e\17g¿\ 1×½c1
+endstream
+endobj
+722 0 obj <<
+/Type /Page
+/Contents 723 0 R
+/Resources 721 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R ]
+>> endobj
+714 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 435.524 171.524 444.37]
+/A << /S /GoTo /D (structAACENC__BufDesc_a324387bb8e5f44650c6e17c209bb05a9) >>
+>> endobj
+715 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [146.369 420.346 165.317 429.192]
+/A << /S /GoTo /D (structAACENC__BufDesc_ab13b6a5c10505c3defd8bb1c19eac81d) >>
+>> endobj
+716 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.471 405.168 206.751 414.014]
+/A << /S /GoTo /D (structAACENC__BufDesc_a2c09424d3a61cdbdb80c8d9ebb42ce71) >>
+>> endobj
+717 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.471 389.99 176.575 398.836]
+/A << /S /GoTo /D (structAACENC__BufDesc_ace97d9ab9ad2f7b24041ee253ad7372f) >>
+>> endobj
+718 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.471 374.811 185.432 383.658]
+/A << /S /GoTo /D (structAACENC__BufDesc_ac32946f846b95272038017687a96f2c1) >>
+>> endobj
+719 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [269.505 308.206 336.772 319.11]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+720 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [239.926 156.727 349.733 166.655]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47) >>
+>> endobj
+724 0 obj <<
+/D [722 0 R /XYZ 89 770.89 null]
+>> endobj
+138 0 obj <<
+/D [722 0 R /XYZ 90 739.935 null]
+>> endobj
+581 0 obj <<
+/D [722 0 R /XYZ 90 553.953 null]
+>> endobj
+142 0 obj <<
+/D [722 0 R /XYZ 90 553.953 null]
+>> endobj
+725 0 obj <<
+/D [722 0 R /XYZ 90 454.643 null]
+>> endobj
+146 0 obj <<
+/D [722 0 R /XYZ 90 356.227 null]
+>> endobj
+150 0 obj <<
+/D [722 0 R /XYZ 90 289.622 null]
+>> endobj
+727 0 obj <<
+/D [722 0 R /XYZ 90 264.292 null]
+>> endobj
+154 0 obj <<
+/D [722 0 R /XYZ 90 264.292 null]
+>> endobj
+728 0 obj <<
+/D [722 0 R /XYZ 238.442 221.46 null]
+>> endobj
+158 0 obj <<
+/D [722 0 R /XYZ 90 199.722 null]
+>> endobj
+729 0 obj <<
+/D [722 0 R /XYZ 354.316 158.904 null]
+>> endobj
+162 0 obj <<
+/D [722 0 R /XYZ 90 138.143 null]
+>> endobj
+730 0 obj <<
+/D [722 0 R /XYZ 273.44 96.348 null]
+>> endobj
+721 0 obj <<
+/Font << /F22 400 0 R /F37 546 0 R /F11 673 0 R /F23 401 0 R /F14 726 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+745 0 obj <<
+/Length 827       
+/Filter /FlateDecode
+>>
+stream
+xÚíV[OÛ0\14~ϯ°´\97ä¡Æ\978iÑ4        (L \rm´o\80\90\9b¸­%Ça¹\f±_?'vJRB\ 5ÚÓ¤I­Òºçö}ç;ÇE`\ 3\10øê\9d.½£\v\fÎ"\12\81å\1aÌ\10\88#\f\19Á`\99\82[\9f `B      \8d#ÿLñ²\f&\84!\7f\9e'u&tÅ+\99ëà~yå\9d\9f\1e61\11Àm\f\16Ã\982\90dÞí=\ 2©9¿\ 2\bÒÙ\14<µV\19\b      5O\ 5\16Þ\ f\ f\1d¬\87\98¯1±õD\10C\ 2Ã`\82\11Bþåõ²I\7ft\81Ã\9e\ fc\10ÅMðÖã\ e!j\8d\ 6\81c\18\9a\98Îæä$`Ì?;¿>{8­×sQ&ÇÇ«\80 ¿^/äoQ:\7fÚó\9fD\ 4²\90\ 1C\bd\91\rÓØZ\86òµ}
+\9elí'\17. Ì_\8bÂ\9eIm\9fÓÉJVÎì¹\12%\1c©\17\81   \9d\ 6\1e\ f­û\18\10]gæó\18\ 64¨þºÎV]e]ýêma\8d\e\8eaD\98õ[n\1dèt \8böh\9d»\80ÕV:ñ\94UQ'\ eíS\80\91ÏÝ\ f\e¡EÁ+\91:×"Ï:_ÑES*ojy\92zc\8fLw\89\12Ç­\b;\15\ 1\1cÁ\90N\r8CØÔ¡»#\84\r¬¬V\8b\8d\13í\8dñ»\9d0C&ç\89ÐÉ\83\92« D>Ü\ e¼Ú®à\10Ò0"­\fº\!\83\94u½!®/½v\ê\93¢A»qh\17=\1anD#        <õM^aûDã½>Í \ ec\eÿ\93Ô\89ªSg\89q_ú\14ÆfÆ\9c¬?\8fÄ2s\19Î:\83\17¨\16æ^´\18\9b\9dñ\97\9d*1\86\1c~J!\89\e\ 2\10$ahM¿×+%\13'ɪ*¤ÕQe'©Of_\8e»¶EF\93Ó7Úæ\9aä&\7f¼\8bMZ£úK½àÙ£ÚKº\vÔÈ\98Á(¤\7f\9féD'§Ï#èö¨ê¤ÒcÊh\ 5\96¹¨¸T\9dþ\9bá-äc·bß\18]·¦ç¢\19\ 4-ʽ\89\91ú±v"ã­Â6í\84\96{ÓÉõa\88F'çºyå©IÄ\90yã}®\1a»\84+\ 5Çd\82^£îfä\9bxY;s^ñ7®\98×ë°·ºÚx;\1eǶáËøµ\v±ß°ÃÌ\8emE®\13©\14/\9eÝÞÛUÝno×\82Ü\1d¹N\88\96¼ôÐjÇ}0äý`\ 6:ÿð\8aÿÕ,T®dúZ1u*\1d\8aÒ%p;\97¡¬V\954GÃX=çd˵\16ªl¤òÿÚxßµAÇ®\8döòÍû×Å?zuìÈØÿ³8¥\90"òÑÿ\8a\7f\0\9b\93©ÿ
+endstream
+endobj
+744 0 obj <<
+/Type /Page
+/Contents 745 0 R
+/Resources 743 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 734 0 R 735 0 R 736 0 R 737 0 R 738 0 R ]
+>> endobj
+734 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 592.512 165.576 602.44]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+735 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 450.227 194.766 461.131]
+/A << /S /GoTo /D (structAACENC__InArgs_aefc45c133d4f9775d8d0aadf56302ae4) >>
+>> endobj
+736 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 434.584 191.997 445.488]
+/A << /S /GoTo /D (structAACENC__InArgs_aa33d59e07bbd49bfe4dd6793763c6d48) >>
+>> endobj
+737 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [229.386 368.779 296.653 379.683]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+738 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 168.668 165.576 178.596]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+746 0 obj <<
+/D [744 0 R /XYZ 89 770.89 null]
+>> endobj
+166 0 obj <<
+/D [744 0 R /XYZ 90 739.935 null]
+>> endobj
+732 0 obj <<
+/D [744 0 R /XYZ 225.72 704.412 null]
+>> endobj
+170 0 obj <<
+/D [744 0 R /XYZ 90 681.628 null]
+>> endobj
+697 0 obj <<
+/D [744 0 R /XYZ 90 582.846 null]
+>> endobj
+174 0 obj <<
+/D [744 0 R /XYZ 90 571.761 null]
+>> endobj
+747 0 obj <<
+/D [744 0 R /XYZ 90 471.869 null]
+>> endobj
+178 0 obj <<
+/D [744 0 R /XYZ 90 414.953 null]
+>> endobj
+182 0 obj <<
+/D [744 0 R /XYZ 90 349.148 null]
+>> endobj
+748 0 obj <<
+/D [744 0 R /XYZ 90 323.609 null]
+>> endobj
+186 0 obj <<
+/D [744 0 R /XYZ 90 323.609 null]
+>> endobj
+749 0 obj <<
+/D [744 0 R /XYZ 276.798 280.567 null]
+>> endobj
+190 0 obj <<
+/D [744 0 R /XYZ 90 257.784 null]
+>> endobj
+698 0 obj <<
+/D [744 0 R /XYZ 90 159.002 null]
+>> endobj
+194 0 obj <<
+/D [744 0 R /XYZ 90 147.916 null]
+>> endobj
+743 0 obj <<
+/Font << /F22 400 0 R /F14 726 0 R /F23 401 0 R /F37 546 0 R /F11 673 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+756 0 obj <<
+/Length 1110      
+/Filter /FlateDecode
+>>
+stream
+xÚµWKsÛ6\10¾ëWðHÎT4\0\92zä&KIëLd§¶z²=\1d\b\ 4%tH\80%AÛʯ/^\94DEU¤I|"°\0v÷Ûow\ 1\ 2\ 1ï÷Þõ¢wõ      !o\1c\8e\ahà-2o\f¼á\0\86 \82Þ"õ\1eýA\18\ 5}\94\0\7f2  \92Ä\9f\9dþ}ó\0%¾x\90UC¤]Þ\1fßÓ\8cV\ 1\1cù\94\13ªDQ4N|\ 4\83çÅçÞÇEïß\1e\81\a\8d±d\18\ e£Ä#Eïñ\19\92\7fö@\18\8dGÞ«ÙUx1\8aÔ7÷\1ez\7föÀ\81ã\10\86ã$A­çH\ 1\19"ëù×f\99\9c\97²bË\0\ 1¿\91´6\8e´\9a\94\9ah\ f?\1c\84q4òú\b\85\10%VÓ\13BIç\8c÷ØO\0ðÿº¹]8¹FS­\1c¬{³CÛ-ðÛ]#¯\9bìzshw«\vx}\88Â\18¢_`lÂÉ\19\96àÏZb\AúÄòü\vÕ\89ð\12Àħù;Ãc¼lät\8d9§ù{\ 3Ì*\Ð/\94¯äú\9d\12\11)­f4Ç\9b\9f\ 35ýcr\7fÚ\16\11<SÄ\1d\9eÖK\8f\83ø¹+ÿe\bµÕ\aö\8d\1eV]§xûmÝEQ8\ 4»Þ\13 \ f\81²3£\12³\9c¦¶\9eg´&\15+%\13\«=¨aå:\8aÃ(\1e»FP       \9d /,U\85a\8e×¢ \81KªLØ\11^\8aÆõ/¹v«\8e\9c Åñ\ 4\0Z5\15ÖvCg¸\ 3\ 38\0h\a\09\0sZ,[U3,±\e      Ò\14\94\a\ 5ý?\14£p\e\13Kùéîüá\83c½eøt¬¦]\90\81\823ömã4ZucW²\91
+\9c[c\1cW\e+ËDU`i帶2ìöM\9a\94\89\87\92\12¦õ\93Ö\8e]\14N©r\99âbÞ¼u\971!¢J\19_Ù]RX±¦I\ 12\99j(°\10j\9aS"ÛL\91\15æu)ª\96ÚMIÃãq\8e "®\13ç\96:\93ãç\84¹MóÓ1¾mv\99 2û}ѺpÎ\9c×KÓÄ]\86\ 6ûÅ{¶óÑ%Î\1f\1f%IJõÅ\1aG~jN\98¡qT}¿NçvPã¢Ìi}ElÏ\ e\15k`¤J·¤<­í\16áÎ\98~\9bÛ~k\ 4\98§v`|¾\vbà/\82\87V:\13&<qìs![ó$oRºÓgòeçã\91\84cAçZ\9eÛ\ 3\94GÊßÂjï!GS·0\94§gÓ\13_BÏÁut\9a\9dI!\1an\82âÒ+Þù\1cC\1fëB´RG\90\9d¨üªU+Jí\8cb²¶#cÛ\ eK\13\v¥Ã1ú\9b\9e!\15_ͨ\v7p\9c\82}Cbù\ f%ξ®À­ESäýcÜ|×e\7f\10Ïä\92xî¿_ y¿\0÷~9\1dÚ\e.iÅq®2y´\rª\1e~×!GÐ%\95]Ï;ï$wÚ~·$è3¥=\fü]ͨÛÐ_¬Ymå%ÖtÈvÛ+k-àF
+Õ|\19Áy¾qNQ«\94ä\14W\9aXc6;Ú3µ\13\8aA\15twõµ¥á\1cy\ 2    \98«b¸º«TE¨\19Ü-¯h}6M\83Ëh:xñ]ÞW÷\8a\95´\8almk.Þʽ\9b¢m´¦ê·½ ¬\ 4¡õù\0\87\97\0<x±\9f\867Ço¬h
\94\1fÁ\8a9Qé`nc=M·\8f\8c½ÛäuÍLaëx`\ax¹}\vÕ´Ú\v\87t/£%\93µ¹\98\9d
+&×m¬\ 4wgM\97\b;O¼Ã?½Q\14Fêatá\8fÞ\7fHª¿M
+endstream
+endobj
+755 0 obj <<
+/Type /Page
+/Contents 756 0 R
+/Resources 754 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 739 0 R 740 0 R 741 0 R 742 0 R 750 0 R 751 0 R 752 0 R 753 0 R ]
+>> endobj
+739 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 704.694 211.922 715.598]
+/A << /S /GoTo /D (structAACENC__InfoStruct_a06f045f69acad8125b1fb814d565549c) >>
+>> endobj
+740 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 692.282 198.632 703.186]
+/A << /S /GoTo /D (structAACENC__InfoStruct_a5187acfd8fb7585377ebf162fbb9db39) >>
+>> endobj
+741 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 681.928 201.013 690.775]
+/A << /S /GoTo /D (structAACENC__InfoStruct_ab919b721d3ef5d4dd56c46614cdf0047) >>
+>> endobj
+742 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 667.459 199.748 678.363]
+/A << /S /GoTo /D (structAACENC__InfoStruct_ac786a4ebf4dc7f2357cbc142265f5dd8) >>
+>> endobj
+750 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 655.048 193.641 665.952]
+/A << /S /GoTo /D (structAACENC__InfoStruct_a993149bc5985d79c40d6e96a2d90a228) >>
+>> endobj
+751 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 642.636 197.506 653.54]
+/A << /S /GoTo /D (structAACENC__InfoStruct_ab5c902598267b09b625e440b53937c76) >>
+>> endobj
+752 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 630.782 185.91 641.128]
+/A << /S /GoTo /D (structAACENC__InfoStruct_a5bb3228c5af5584f97c54bdf8ed946e3) >>
+>> endobj
+753 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.192 619.87 177.043 628.717]
+/A << /S /GoTo /D (structAACENC__InfoStruct_a3356592232c6536392a58a6c9e185cb6) >>
+>> endobj
+757 0 obj <<
+/D [755 0 R /XYZ 89 770.89 null]
+>> endobj
+758 0 obj <<
+/D [755 0 R /XYZ 90 723.104 null]
+>> endobj
+198 0 obj <<
+/D [755 0 R /XYZ 90 606.782 null]
+>> endobj
+202 0 obj <<
+/D [755 0 R /XYZ 90 546.674 null]
+>> endobj
+759 0 obj <<
+/D [755 0 R /XYZ 90 522.346 null]
+>> endobj
+206 0 obj <<
+/D [755 0 R /XYZ 90 522.346 null]
+>> endobj
+760 0 obj <<
+/D [755 0 R /XYZ 185.222 468.561 null]
+>> endobj
+210 0 obj <<
+/D [755 0 R /XYZ 90 452.32 null]
+>> endobj
+761 0 obj <<
+/D [755 0 R /XYZ 230.083 412.503 null]
+>> endobj
+214 0 obj <<
+/D [755 0 R /XYZ 90 396.262 null]
+>> endobj
+762 0 obj <<
+/D [755 0 R /XYZ 252.31 344.49 null]
+>> endobj
+218 0 obj <<
+/D [755 0 R /XYZ 90 328.249 null]
+>> endobj
+763 0 obj <<
+/D [755 0 R /XYZ 123.803 276.477 null]
+>> endobj
+222 0 obj <<
+/D [755 0 R /XYZ 90 262.293 null]
+>> endobj
+764 0 obj <<
+/D [755 0 R /XYZ 281.769 208.464 null]
+>> endobj
+226 0 obj <<
+/D [755 0 R /XYZ 90 192.223 null]
+>> endobj
+765 0 obj <<
+/D [755 0 R /XYZ 318.71 152.406 null]
+>> endobj
+230 0 obj <<
+/D [755 0 R /XYZ 90 136.165 null]
+>> endobj
+766 0 obj <<
+/D [755 0 R /XYZ 477.971 96.348 null]
+>> endobj
+754 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+784 0 obj <<
+/Length 1249      
+/Filter /FlateDecode
+>>
+stream
+xÚÍW[sÚF\14~çWh¦/Ò4lö¢\eL§36àÖ\19;q\81<Ù)³H\v¨£\vÕÅÆýõ=«]É\82\10B\1aϤ/H¬vÏùÎw®\8b\8dµ\81\8dßz\97óÞÛ+J\8d\ 1\1a¸Ô5æ+c\80\rÏ%È¡Ä\98\87ƽI©Õg\94y®9\8ayQX}ê`s\9c\ 5U"Ò\92\97Q\96Z\9fæïz\93yïï\1e\ 1\99Ø µ\fÇC\1es\8c éÝ\7fÂF\bëï\f\8cØÀ7\9eê]\89aS\ 6ÏØ\98õþèá\93x(üõ¨Âã"\86(ò­>Á\18\9b\1f¯ßÏ\15¤\8b\vËqÌÑäýhq\9d®,ê\98٬̫ \1c\ e\13¾ûP\95\97Õêò¹\14\85\84\v:XG\a6úÔF¾ç*\15·|\17%U\ 2v3f¦U²\14¹|§f¶Rk"\r²°Y\FeQæ\82ëýËZGýå)*7Qª\96³T¨ÅUÎ\13\81¬¾ãøæ,úG¨Ï¡Ø\8a4Ôç2}&yÁA;8\98Ä\ 1FHØ\84 \81ã(ØEµÝfy)B ÄvÍ`ÃÓTÄÒc¶gJ\1c\85®\16\8b\92§\81\84ðo^Y\ 4XÓß@\9aÈ%Ø(]«£\ fØÁ\\8b«
+a\113T\7f\f\b\97\ 2v<ÙÆb_ëزÁC\97?\83\bòF˯m\97o\e%Ô5ËL=\97ú\ 3?feRÅe¤\14\80×y\10dy\b\10ãgËuLÔ\9eð\90Kmub¾Ñ\9bý¨­\97\14tx\ 1OéØ.ê¨QïO\16\ 1\1dúÃZ¤"ç\8a_y4Ï\92æ¬h¤Åq&CïI\91\ 6K\ f\18ÓX\fë\1ci\82Ü .²\99\ fAç"ÏÕv=PêìíR©\94¯uNMáÜ}ß\81\98ç<\0/.âh)YE\9b½Suö\10\e1Û¥2´û\8d.\e8¤N\93C¶Î\9fNÖÜ\8a\92\8f\15îY\87\85©XAÄ\10_\ 6\8fPéü\83ôñQ­PJÿ)J\83¸
+õNB:;\1d\86\0Xmüå\88\1aö Ùðb©²ò@\9aG Ä\90fó¯:±Áü:\´ù\fÊ\85\aö3\17ùd ¶ÞUË8
+tÝ(Ë\1c\98¤Ø¬tqèrÙ­\12­×\80]\97|«×\80\96bz2·\ 6̼PYa\11BLµ°\18OG\8b»©\þpu}3ùºä:¬ó`±Í3\15i\aGtÀÉ\8c°\11¡ÿ#ÔA\96\85M¿\0[\83\94=@-\9f`hnù\90:u\18¯E       !}#d¦>Ê\92%âÿFÛ¹úk[\7f$\0ày½ÈÅj\11wu\ 2ý¢\80zø#t\7f\97Ã?\8e~¿\98\9eÖz7\9a,\92h\17ªr\9c.¢p÷*æ\9e¡z2\9f]/ÆÉîæñu\18\9e}]%\94ÉRä·Ñîõbê\f­E\95çY\95\86¯ª÷\f\82Ã,^>Ï\1aåY(\8etÀn\vÐu[v\80v\88\ 4\ 5\8e¡ïEqÓÕÇ¢\bòhÛ̵_\18\14u\1f\95-S\1fk\eg!ÊjÛ\9d$ª\ c­ ï÷$     \89jH·BÍzû\92?\eº\ f\83\16ØZ©Üy8)7=\7f8ìF\10©=\89µ'OS0ªÏ5ó\95J6È;µ°\9fñz\1e\ 2'#\84¼7\a\ 3\9c\1e¥2ýäËXÈiñ¸\9d\f\10P¯k'=2ÐÈ\86\85eÃb\ e\81cªÿM¿bM¿:Á\8ajR²fw\1aÕéÛ\83L\7f%r#¸\9c+\1e\9f­¶\v@9(Úá³í~rþ\ 6¾gB\9c\ eüïîÆ\0\ f\9d`t/r\98fôØ\rë\80!ÐLëÖ\86_ZÛYA¤\15^\84\7fU\85\1e6ã(\89Ú\88jÂAñ(\7f²H'j¦5@håqÆÃ\86Ã\80·¹,ï_ê\8d¸ê     w5½o§çI»\83\8a\12\aî½Í<        ®aG Ûhà·3'ÕR\98áÂ\r\15\8a\81!\97è\14ùó\88\14\aù®\a¬¿ì\82*µçªÃ\vµÏ\10Ãô[ïÓÿ\ 2ïÊãá
+endstream
+endobj
+783 0 obj <<
+/Type /Page
+/Contents 784 0 R
+/Resources 782 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 767 0 R 768 0 R 769 0 R 770 0 R 771 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R ]
+>> endobj
+767 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 634.621 165.576 644.548]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+768 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 502.077 284.43 512.981]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+769 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [284.928 502.077 330.637 512.981]
+/A << /S /GoTo /D (structAACENC__MetaData_a06cce4e89d53d956d27fb20892461aa0) >>
+>> endobj
+770 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 487.956 284.43 498.859]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+771 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [284.928 487.956 340.051 498.859]
+/A << /S /GoTo /D (structAACENC__MetaData_a9274bda31c82bd154ddb3767b74be6b2) >>
+>> endobj
+772 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 473.834 214.393 484.738]
+/A << /S /GoTo /D (structAACENC__MetaData_a77fd2ae629044c75369a51760a00d57f) >>
+>> endobj
+773 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 459.713 223.807 470.617]
+/A << /S /GoTo /D (structAACENC__MetaData_af001f70f58df01e7e65105bf752a44bd) >>
+>> endobj
+774 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 445.592 226.995 456.496]
+/A << /S /GoTo /D (structAACENC__MetaData_aeb0d2d7748c98809112088d0bd997f61) >>
+>> endobj
+775 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 431.471 193.242 442.375]
+/A << /S /GoTo /D (structAACENC__MetaData_aa2fbd6a3c66ac05e69e42782807e7ba4) >>
+>> endobj
+776 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 417.349 265.371 428.253]
+/A << /S /GoTo /D (structAACENC__MetaData_a47e42d88c7abcaaa2fa9a72f6b6eaa24) >>
+>> endobj
+777 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 403.228 246.791 414.132]
+/A << /S /GoTo /D (structAACENC__MetaData_ace0f370c1026d179ea122c0820e1d17c) >>
+>> endobj
+778 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.616 391.164 214.841 400.011]
+/A << /S /GoTo /D (structAACENC__MetaData_a1e67ac741a9080f11325d0c02223f046) >>
+>> endobj
+779 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [149.616 377.043 225.919 385.89]
+/A << /S /GoTo /D (structAACENC__MetaData_ad2646dc407b31f38dbf71178b6780916) >>
+>> endobj
+780 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [151.27 360.864 236.281 371.768]
+/A << /S /GoTo /D (structAACENC__MetaData_a0ad6337da83fa3a43a22f87d4ee8b192) >>
+>> endobj
+781 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [239.926 152.897 410.446 163.801]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+785 0 obj <<
+/D [783 0 R /XYZ 89 770.89 null]
+>> endobj
+234 0 obj <<
+/D [783 0 R /XYZ 90 739.935 null]
+>> endobj
+613 0 obj <<
+/D [783 0 R /XYZ 90 626.477 null]
+>> endobj
+238 0 obj <<
+/D [783 0 R /XYZ 90 617.294 null]
+>> endobj
+786 0 obj <<
+/D [783 0 R /XYZ 90 522.197 null]
+>> endobj
+242 0 obj <<
+/D [783 0 R /XYZ 90 344.658 null]
+>> endobj
+246 0 obj <<
+/D [783 0 R /XYZ 90 282.964 null]
+>> endobj
+787 0 obj <<
+/D [783 0 R /XYZ 90 258.109 null]
+>> endobj
+250 0 obj <<
+/D [783 0 R /XYZ 90 258.109 null]
+>> endobj
+617 0 obj <<
+/D [783 0 R /XYZ 283.313 215.753 null]
+>> endobj
+254 0 obj <<
+/D [783 0 R /XYZ 90 196.393 null]
+>> endobj
+788 0 obj <<
+/D [783 0 R /XYZ 414.431 156.05 null]
+>> endobj
+258 0 obj <<
+/D [783 0 R /XYZ 90 136.691 null]
+>> endobj
+790 0 obj <<
+/D [783 0 R /XYZ 336.891 96.348 null]
+>> endobj
+782 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R /F11 673 0 R /F14 726 0 R /F13 789 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+802 0 obj <<
+/Length 1123      
+/Filter /FlateDecode
+>>
+stream
+xÚÍWK\93â6\10¾ó+\\95\8b]\15\14=,\eO\1eU,0\9bÙ\9aÙ\9d\0{\9aÙ¸\8c-\18WùAl3\90üú´,\19lÂ2\90ì!'Ëzt÷×Ý_«\85\8d\95\81\8d÷½wóÞ\ f·\94\1a\1eò\1cê\18ó¥áaÃu\bâ\94\18óÈx2\1dÄ­>åØ\1c\ e-ÎÍÑäãÈÿ´©\86\85E°¹*ÕÚ¬*6a¥ÆS±\14°80E\16
+\98²     ¦&eÖ\97ù\87ÞdÞû£G@36H­\89»ÈeÜ\bÓÞÓ\17lD0ÿÁÀ\88y\ 3c[ïJ\r\9b2ø&Ƭ÷[\ f\9fµ\9a¯K\e«mD\91mõ        ÆØü<úu8ý\a\8a\aQ\ 5ã 
+nn¢<Yü9Û\14µÙù&\8b\1eòHH\83A\vkiÁ\ 6ÀA\ eÌÕJî²(\ e\83*Î3%{\99\17j0\96ò´g@ª\94¨þ&Y\98Gq¶R\7fR\vªýÒ\03\b\18Î\ 6 ÆA\14k,Ï\94ò>\aTøÆê3rF[*QÔ£,×Á\89\95É"ê
+\94À\b"öy\85D+¤ýðE\89\v6Q\9c«á:(\1a\1då\91Ò\96\81eÇ@!Ýñ5[ÈycèuÆ\bÃQNõ\9b\14\11æµ\13\8bëÄjgÓdny03¶\187\87\96ÇMõï\8f§#ÿqj1l~º½»\9f\9cKÃ:ÿB\7f­òð\19c\9a\\90\86\ f\8f\93÷\1aät¤\ 6a\9e®\vQ\96ûÔ\\17Z\1cR^\9b     ¡\9d*\99X¬4%§µ{µ\816n!c\12\19Ì\f-B\88©&\1ahv\ 3­\e&\13\9dp*ØÎ\18â\ ei»ÓÑî¼û8¿À= \9c\9a\81ª?¢\82rs/,ÂÍW9!\92·ýõ¹\14\95N\97HHçd\9a,µ´ÝZ\84\ f¢@k\ 5\*ÐGuþÍ iömãJç"qÔw\11WÚã;e\18pì`\18%\1c\a\ 6ªTÇ\98\9d0ßFÞ\806{¨\16Ã\f\aª\1dd§Þ@\f\86\1câ¨M¿\9f\90ÂÑÀqÁù\87]\90Þ§²\9e2\82l×ÓqêÔS÷Âz:\99Ïîüqº»\7fMt2\8bRdÕ\99Ðh5·I°ú^\13w©c\93îúÉ«özù\92o\12íì\85\ e׶\88«JdM}Ó\85\16\aY(í9\93\85\1dt\83\vÑ=\8e&~\1aï¢\&Ü6óãh÷MP\82\9c+Q\ 2«WE\90¦¢a}&óXß."\11éÁ\9c7Ñ{\17qP\97¦\95¯ð.ýä:î=\1e,fÄV½\82ê\13\18aæ}\97grÇÏje\1c\aI¾Úèc\9d}ÀC\9b¹&, \97GïÔ\ e\ 4¬ã\98\98X\1d\7fT¿e%Öeü\97ÐG1¢û\83\r\9dåXÑY\1e\90t\9635\9d\ 1¤\84E\bò8W°N\91[±òÿEm\8c\ 6\84\9c\8a>Áß üÿ\99\ 52\9fýB\89=.¸ÍE.ïµ+Ò\9a\10\r\ 6«Ëvû\17ï.½S´²nã\ 5¥\ 1ÌßfP%¾z\81<cèb\10B®öA\10\86yqè\r\9b«©
+\16      ÜN\9cìÓÎ\ 5­:íæ/¢Q\18n$ÙO5£ÕK㺲եo%²@/¬D&\8a`\7fÝ-\8b<mÎ\8aFZ\92(P{\vU?qó/ú×\93M\87ìé\82 \84bà'ñBö\14è¥sª\8e\11³e\84Ûí\19F\8eÓz¬\1cwfW¼Vê83÷(Î\ 3À¢Û¿ïâ,L6Íã\0¸Ôb!C.¼[4\99\7f:!\vÞ:\87Ëþ\80Uá<\92æB5cûòñKÇ\13ǯ¨\ 1C\f\9c}å#êo½¢z\9e
+endstream
+endobj
+801 0 obj <<
+/Type /Page
+/Contents 802 0 R
+/Resources 800 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 797 0 R 798 0 R ]
+>> endobj
+797 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [243.463 566.951 413.983 577.855]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+798 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 163.04 165.576 172.968]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+803 0 obj <<
+/D [801 0 R /XYZ 89 770.89 null]
+>> endobj
+262 0 obj <<
+/D [801 0 R /XYZ 90 739.935 null]
+>> endobj
+616 0 obj <<
+/D [801 0 R /XYZ 90 626.132 null]
+>> endobj
+266 0 obj <<
+/D [801 0 R /XYZ 90 610.195 null]
+>> endobj
+791 0 obj <<
+/D [801 0 R /XYZ 417.968 570.104 null]
+>> endobj
+270 0 obj <<
+/D [801 0 R /XYZ 90 552.01 null]
+>> endobj
+795 0 obj <<
+/D [801 0 R /XYZ 337.021 511.92 null]
+>> endobj
+274 0 obj <<
+/D [801 0 R /XYZ 90 493.826 null]
+>> endobj
+794 0 obj <<
+/D [801 0 R /XYZ 296.703 453.736 null]
+>> endobj
+278 0 obj <<
+/D [801 0 R /XYZ 90 435.642 null]
+>> endobj
+793 0 obj <<
+/D [801 0 R /XYZ 349.285 395.552 null]
+>> endobj
+282 0 obj <<
+/D [801 0 R /XYZ 90 377.457 null]
+>> endobj
+792 0 obj <<
+/D [801 0 R /XYZ 126.353 325.412 null]
+>> endobj
+286 0 obj <<
+/D [801 0 R /XYZ 90 309.375 null]
+>> endobj
+796 0 obj <<
+/D [801 0 R /XYZ 222.412 267.228 null]
+>> endobj
+290 0 obj <<
+/D [801 0 R /XYZ 90 249.134 null]
+>> endobj
+699 0 obj <<
+/D [801 0 R /XYZ 90 155.459 null]
+>> endobj
+294 0 obj <<
+/D [801 0 R /XYZ 90 146.979 null]
+>> endobj
+800 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F14 726 0 R /F13 789 0 R /F37 546 0 R /F11 673 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+811 0 obj <<
+/Length 628       
+/Filter /FlateDecode
+>>
+stream
+xÚ­UÑn\9b0\14}ç+ü\b\ fxö5\86з4é¦VZ·®¼µUå\80\93"\19èÀ¬êßÏ\80I\13\9av\8a2      \841æÞsÎ=¾&h\83\búæ\9c\97¯\0(Æq\b!JÖ(&(
+)æ@Q\92¡;\17\ 2ÏgÀ¢Ð](Ñ4\9e\ f\9c¸Ë*m\vYj¡óªô\1e\92+ç"q~;ÔÄ$\88ö1x\84#ÆQZ8w\ f\ 4efþ
+\11Ìâ\19zéW\15(\0f\9e
+Ý:7\ e\99à¡\14Ç\9cÃ\b\b\f¾\b\ 6@?Û\95ÊÓ\ 1Ç\ë:_y@ÜV˦\a2F2aØ\ e-\1aâ\80Í\90\ f\80Ã\90\ f\91î\ 1øÞ?èÎç\84¸\97×\89\9dîÈÔ\eËêW¿ K[¶Å\8fV\9f¿Nsnã\10äS0\fèé\89.Ë[Q<«\7fe\82Ó3ÍËô=¥i5üQH\16`:\8b\86¬!æ\98z>%&ÓRj\91+\99Y£È&­óçÑ&\93¢\18ð\10`\16ÄC\98¥¼'\ 4JiM¦\9fä0¨ZýÜêa,j\8fÎÜMï>»n]Õö[ù9G!Ò\8b²»ªÌdâÄÜt*V·.\15Ja\vw\8f<yO\e,íï²XI\8bc)´ø`\9fL6ÛD\80>àVÉ®f\83Ëç\1eçîââzñhl77
+\10\9c\9dMjvX\ëõëö\r\1eõJs¥Dý:¼f[Ø«>ä EU6\86B6~\98\94FöbÖ\1d>|\98\1f3\84â`\97\1f\1cÁoÏý\9f»ç\10ü|3N\9båÕ0llÈÿH\90ï\12dG\10Üí#Çóûã\ 1w\85ÊGô¹nt-Eñ®\8c\eYÊZè\91fÖÖy¹9y·\f\92ô=(Â!Ø*'£vÙ\9eû÷÷ª~Ê-4\83¸Mm\91^:eÄaÌëº*&ÅYWJU\9d\ 4/\1d\9b~ªë J\9eí\ 3Ý6\7f\8eyüQó?(D×;\8d\10Æ\ 5\8fÊ\1c4\ 1qñÓÁF<=ÿf\f3\ 2Ç\1e\7f\7f\ 1þ\85ã\7f
+endstream
+endobj
+810 0 obj <<
+/Type /Page
+/Contents 811 0 R
+/Resources 809 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 731 0 R
+/Annots [ 799 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R ]
+>> endobj
+799 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 704.154 190.343 715.058]
+/A << /S /GoTo /D (structAACENC__OutArgs_aa08d19137d0dbd54d3d86f88a85eb149) >>
+>> endobj
+804 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 691.202 194.766 702.106]
+/A << /S /GoTo /D (structAACENC__OutArgs_ad4d8784f4d5504a5f87ef44af1e7b6db) >>
+>> endobj
+805 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [132.999 678.251 191.997 689.155]
+/A << /S /GoTo /D (structAACENC__OutArgs_a7d481a0e52142dcdbdfa34677b111d7e) >>
+>> endobj
+806 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [234.367 619.715 301.635 630.619]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+807 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [289.908 423.742 357.176 434.646]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+808 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 381.499 165.576 391.427]
+/A << /S /GoTo /D (aacenc__lib_8h) >>
+>> endobj
+812 0 obj <<
+/D [810 0 R /XYZ 89 770.89 null]
+>> endobj
+813 0 obj <<
+/D [810 0 R /XYZ 90 723.104 null]
+>> endobj
+298 0 obj <<
+/D [810 0 R /XYZ 90 664.677 null]
+>> endobj
+302 0 obj <<
+/D [810 0 R /XYZ 90 606.141 null]
+>> endobj
+814 0 obj <<
+/D [810 0 R /XYZ 90 581.812 null]
+>> endobj
+306 0 obj <<
+/D [810 0 R /XYZ 90 581.812 null]
+>> endobj
+815 0 obj <<
+/D [810 0 R /XYZ 322.456 539.982 null]
+>> endobj
+310 0 obj <<
+/D [810 0 R /XYZ 90 523.255 null]
+>> endobj
+816 0 obj <<
+/D [810 0 R /XYZ 324.688 483.439 null]
+>> endobj
+314 0 obj <<
+/D [810 0 R /XYZ 90 466.711 null]
+>> endobj
+809 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+
+828 0 obj <<
+/Length 558       
+/Filter /FlateDecode
+>>
+stream
+xÚ½TMs\9b0\14¼ó+4é\ 5\ e\16ôæ\18§M?\92©Ë-éxT\10636¸\80\ fù÷\11H¸6\99¦=x:>\0æíîÛ§} °\ 6\b\90»Þ¤Þõ-!\80 (\ 4á -@\8c\80`1ä\11\ 5i\ e\1eýùFí;Ý\ 4!áÈ\97Á\8fô\93E0(#\89{\ 4\ 2\90\ 2nË­¶ÕI\9d\1dvºêTWÖÕ\11\89\19¤L\10\87\14\142î¤$ÄA\88\11B¾R\99®²Õ¶ü\190äÃ\8dåûͼÔ\85i   G¾©Ò\8e\99\82\18Æ\82\bGL$\8c©p-%\9f-n6ëùæöaQeu>:3R\8dj\9eíCY\19ÇE\80M#\99SÜhu¬}B\88l5´ºT\9eëb        \ 5aV÷]YeÛCn(\841uµSÙ¦¬ôª{Þk¸¹êñ\7fA\98ÆWê\90\97µ+\7fms\0s\v¾\e±}\93¹Þë*7ó 0÷\9d¯u£ön\96EíÌLGý¾×9\ 6dz]¤\1e67\b`\80%\85±\8c\0\91\18F\92\80lçýò\10\8ccAÙPrz?¼\1c\91î\8fë»\1d\ 1Ií}3¿\91\7f,   Göð\84~L+Æ0æ\9c¸´\92þ¤\85\eÁ|«ÚV·g\1e&CÃ\ 2\13\13Hc\a{"\84\9faÀcÈÍ\ 1´]sÈ:÷¦ï«Y»\ 6\97CÍI¦\16÷óÕ]UÔßO!çÃ\eÎ\8b@\11á\8bªÞ\1c\8aD·ÙÛ\92äÂFgÃú­ÛÿiôáÐý\9bìeÍ~Õ\9dJT§¦¡:\vb8Æ\8a\9aÜ2·Íi \99o\96=×ÅÅ"ÙY>»¼Îɤã\87d±´_\vÌNU(\87\82ö\ef\ 5\10¢\7f\98Á¤=     \99Y@\aû8»O¾,V¯ÕÞúf¼\0\87b
+endstream
+endobj
+827 0 obj <<
+/Type /Page
+/Contents 828 0 R
+/Resources 826 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Group 818 0 R
+/Annots [ 819 0 R 820 0 R 821 0 R 822 0 R 823 0 R 824 0 R ]
+>> endobj
+817 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./aacenc__lib_8h__incl.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 833 0 R
+/BBox [0 0 256 164]
+/Group 818 0 R
+/Resources <<
+/ExtGState <<
+/a0 <<
+/CA 1
+/ca 1
+>>
+>>/Font << /f-0-0 834 0 R>>
+>>
+/Length 495
+/Filter /FlateDecode
+>>
+stream
+x\9c­TMk\1c1\f½ûWè\ f¬#ùS\822\87\85R\bô\90\87\90Ã6ɦ\94¤\90ôп_ÉãÉL6\9bf\ fe\98\91l=Ù~z\1a\vxt±@Ì@\9cA"<ÝÂ7øå\bìyº\83³\1dÂÝï>þòI?\7f\1c¹¾?Ýå\15 G¸q\84ð\19¦e\1eÌR`¸\87\10håiì\1e\19µuèk\12\fphuSl\8fî&ÙëÉ\904arCÔU¨\94C_!¶ú
\e´Ut¹íèÄ\8bHÍ¥M=\ f\b£áõøã\83;Ûop\83JpÜ»Ë\ f\88HC¤µ\rÃ&dsb\9fH\87\81Ü'Ê°\89fëd\1dr\ f\88"[d7\\8dçîã¸\14ú­rh\15\12B2JjKã\1cÊâ¤\89ù\8c9\85vbÈÇ)\7f\1fø(ã]\9fè\84\9e\99Ï\95\98\89_kBh\8coæÔÛ!â\1a*\1d²\94@{H\18£\18çÅKj¨´\96\vÁ\93\98®¨\f\8a\92$R\9d9\80\ 4_CÕ@ñ1\a`òÄ\fÂ>#C%\1f9Â5|ý÷\ e­öï\9c\0ÉcÎPØK±îÕ\8d±&\15ÁÇ\94´þÖw\ 2Õ\86M\8dW   Û\93\84¦dýØt\9cܦ²\1eâ¥Û%_¡OjöL
+\7fCøý@¦\ eá\90ªY\1a\16¶w\ 4\85nãË\86 Þ\10îH\87¿[ܨGTÙVò¦â\19Ū\\92ê\9e\f¬ñ\1cõ\8fO^I«¼
+ù/ê\96êIo(\93¯]\1dTU\93È\8b¼TÈ\17\11\93\93ët\8f½JÚ¶»ôÂý\ 5\ev\14>
+endstream
+endobj
+833 0 obj
+<<
+/Creator (cairo 1.8.10 \(http://cairographics.org\))
+/Producer (cairo 1.8.10 \(http://cairographics.org\))
+>>
+endobj
+834 0 obj
+<<
+/Type /Font
+/Subtype /Type0
+/BaseFont /FreeSans
+/Encoding /Identity-H
+/DescendantFonts [ 835 0 R]
+/ToUnicode 836 0 R
+>>
+endobj
+835 0 obj
+<<
+/Type /Font
+/Subtype /CIDFontType2
+/BaseFont /FreeSans
+/CIDSystemInfo <<
+/Registry (Adobe)
+/Ordering (Identity)
+/Supplement 0
+>>
+/FontDescriptor 837 0 R
+/W [ 0 [ 500 556 500 556 556 556 222 222 556 278 556 833 278 500 556 611 722 667 556 556 556]]
+>>
+endobj
+836 0 obj
+<<
+/Length 838 0 R
+/Filter /FlateDecode
+>>
+stream
+x\9c]ÒÍj\840\10\að{\9eb\8eÛâqÝ/\10¡l/\1eúAm\1f@\93qW¨1ÄìÁ·oÌ_¶Ð\80ÂÏ\99      N&É¥z©Lï)ùp£ªÙS×\eíx\1aïN1µ|í\8d\90\19é^ùUñ­\86Æ\8a$\14×óäy¨L7\8a¢ ä3\ 4'ïfÚ<ë±å'ADÉ»Óìzs¥Í÷¥Æ§úní\ f\ fl<¥¢,Is\17¶{mì[30%±x[é\10ïý¼\re\7f\19_³eÊ¢%~I\8d\9a'Û(v\8d¹²(Ò°J*º°JÁFÿ\8bg)ÊÚNÝ\1a\17ÓeHOÓ\83,£2h\aí =\94C\fí£ö\1dt@LAGè\f\9d \f:Geë.\rb'¨\854¤¢\8e9¤¡uO\86\8bÊ\ fQ2\85P'Ñ_ÞBèï\88\8eäÚß\9a¹ö\87\83[Oh9ÂeÞ\8fù¨»sa4ñRÄ\99,Óè\r\8d\1díR\15\9f_\8eû¥Ö
+endstream
+endobj
+837 0 obj
+<<
+/Type /FontDescriptor
+/FontName /FreeSans
+/Flags 4
+/FontBBox [ -958 -462 1632 1050]
+/ItalicAngle 0
+/Ascent 1000
+/Descent -300
+/CapHeight 1050
+/StemV 80
+/StemH 80
+/FontFile2 839 0 R
+>>
+endobj
+838 0 obj
+309
+endobj
+839 0 obj
+<<
+/Length 840 0 R
+/Filter /FlateDecode
+/Length1 2464
+>>
+stream
+x\9ceV{lS×\19ÿα}íÄNâ\8bí¼\fÃ\8eó¶M\82_   !\ 1Ç\89\1dH\88cbC}\83ãa^uH\1c\9b\89eÐ.$¥Ð1è:TH¡£{üQiU\15U7S§¢ª*{iû§\95F\87\84R©l«´¶a\9dØ4º?ªäzß¹v\80i÷ê\9cs\7fßù^ç÷\9dsl \0P
+ó \0ËáL*\a\97þÕ\0Àµ£4}xæ¤E9Ê]D|\1dqý±ÜÓ\19Õ¥ó\ 1Äï!þýÓS§\8fùøÿ|\84ß\8b\0ªs飩#ÿ~nõ\16\80ú\1cÊ|i\14p\9fS;b¦_\9fÎ\9c<Õú\922\81ø/\88cSÙÃ)\80\1e\11@ãA\1cϤNåÈUêFü"bKî[Gs\86\vÉ×\11£\7fx\b\14ú\0È\1dÅmÌV\8d\95WYy+¹#eIXú\8ah\15·WÛ\14·ûV\7f     ¨Û\9a_¡UÔ\f-\80Þ\r>·«ÒÄ\eÝ®\ e\13g«klb\9d׳Cݱ\83ô\10O£­\8eS\e\1eR®0Vör\1f¤\8e8KJl\95Í-ªXrd¼D»Ñà¬îÞX¿µ±§³«[\15\rÆk\8e\ evûÈ\897w\87¤\ fZèÎ\92\86æáØ@Uã¦\1a}\85ºT©âjk+\e\9b\9díÒ¯w·&uz\9d3âÀ\84as~\85|\829U#°m!\18Õd¬Ä\9cÜåDÎ\87eIîÆ4~Oÿp88i\8airÉÉÙ¹ã\a2$ѱ={hüø\99\83\93\vsg_;\84\84à\1a\9bq\8d\ 4ý\19a\13@\83µ²ê±3=óUU©²ú¼òò(\91Î\10³=zÌ\16ÓÏ\8cMÏ?\9f\19<Qc\92æI#\89õì\1c½¿«¹\7fbÿÁ\ 5Bo\fú;\1cTÙ+<Åb\10\ba÷9Æ0 \8b\ e"\13iãe§ø\11\1a¶ííÚ3\16írùÃ1ª\8b\87\93d²­3\15\91þ\f$\7f?\1f¡\81üY¬\19¨LV/\r¬½qÆå*øîÇþ:]fs\ 6ôy=F\97×\9a\10³µ\ 5ò_Ã+ò\9cº0Ûa²y_\89Fc\94[{Hu\7f\9a\98(pàC\ e´¨W\ e5,C^®´\11ëÛd²\19ê8Æ/£À\17Ý6\91>õÝôäö¡¿\ 5"\91@ÿ¾(]\96¾Ü\7fuîì\8fÇúÈ\87Ù\9bÙ¬\90Ì\15òbK¿\ 5i\96\17\8bz+\8dÏ:\17\9fa,ä\82¬\13À»ùuRÈ\95¾\16\7f8\1am\18êÜ#DÉdG;ã\0Ãü½½i8 \9d\93~\8d|Z\1fñYõ\7f¤>ÁnÝ\90'åhØåÙ=\12soqï*tT7ØÖ\1a\ f\rHß!\13®\8eÈ6é\9dõ\91Å(ϯ\80D_\ 3\13Æ0Ùxy\8fÉûÞËÛ¼n¯Û$í7\98k*\9a6mõ\f\fD©®_zu£A\19\9bÉ\8bý\97/Ëy\1aó\8dä\1eÕ\81\1e\81[Áøô2*w\12\85Û@Î\8d­´$7×\98ùÚoh-KÂ\vT·öÂTÙ\10Wµ1JË¥t¡.\8dX\17s¡.U¼Ûô¸0ü\93u\19Þ>\95>ýìÑ\94ÿe¹,±èÇô³\91ä\8fÎÍ^\vK\ fèÏÿ§.cè¸\ fù/)ì\b«\89½ï\8c\93\15Üq     ²Gz\9b.\8f®\8c\16ö\85\80Ý\rÔU³\15¸y««RÏÙ\9a
+AíD 5\97~òÓ\8bï-NårS\8btù7ÒâoG/_¼TXû\bÚ¾\8c¶Ú\ 2\7fn\9e¸K\88\8d,\8e\8f\93ÉSÒ]â\98\96ò\90Ïce\7fHNHw¥\b\99\91ízñ|\7f\8a\9cáþ°Ú¼\85C\8dÖ\85µònòéPC¤kÏ\ 1<,½áèn\8f#ÜK®J?`G\85´°\9ckÑþ\ 1Æ­\03»ßÖ]°{¡\8aW\14o\v\0ò`°nÄwü\99g\8fMy¯ôÇbAä\8e\9d\9dàVû«çg¯í%\15ÒÃÜ\81Dvú@2\8b~ëѯ\84µ(e;\82\14Ë\80WDÕã:\10ý\89Ù¹éÜì\99l(\12      \ 5÷\8ePóÂ\85ç®.\10ÍÂpæýL&\91\9a\ 6(0«\90G#\10\80\12,8*ñEÉ?\8dù<öÈ\ eÛ8²\ 6Çn`|L2GÌ^      *\94ªA\83\95,E\96uP\86û¤\ 2+ÅÃ\ 6\88atô-d"\8cúJ\b DñÝ'[ïÃ7      I\11\1c"\18\86ÄÖH\\1c\9c\11D°í¬\169{¼G\90\82å\8eH\f\9d"qX,\1f·\89j{"n±\fØB©ã\96¸åÈ¡N³Õ*\98­\82\8e¡ÑxÐ&X\9d¢Â1Qm\11ý\91¸Uôã\8cÒÁ\ZmÖgâ\9f\98?\14̨\17_3ÿ\ 3ÍD\95=.\86f\ 4Y.\b\18Få(K\8c9EαTG.`R\96\v\89\84Y\ 4ô¢v,ÕË"ÿ#\91Ʊ\81·lksB\81%Òûý×\83\8aÌ7+º¿¢ZÅ\17\8c®?üµ\9b®\8f«\ 1ÉÅ\1dTÖ"ÔÀ:¯Ø+¾\90îÀ\18÷æj`õ\1aw°(\7fü\98ÈCè£\ ehÅq3\8eÍØBÔ\91¿\ f÷ðî½\a\ 1Ä>R    O1¹¢\17Bø]\8eºF&§\87a\8c~\ 4\ 2½\ 1#\88{±Õb«/úÆ\1f\15&ÁÊ\8c7\ey\eÛ\1f±}\89µcõc\97À<¶ßa\96Íئ°-²m\82\rm\958¯ü\196ü/ êdÿ\1fäìMä&\1c\81oã*©\8cK\8a\8bÕ\80ò&É\9f\87!Q\13\89/\11ò\92°\14b\85\11õXmã(~Ì\v\9b°T\898\88JKPTØûE\8d\vå÷¨]\ 6j\ 4\9a®"à\10¨\8dE ²\ 4ß\ 5\ eOp\11\970³ÓEPÊ&KæòÅI"j\8bÎËPK»\81Ú\97\14¡\19\84:¦W¦¸\ 2\8f$åL¢\95-\8b\92
+&)\7fR¢G'\15þG\90g
+ú'\14\84ÿ\ 2«\1777
+endstream
+endobj
+840 0 obj
+1825
+endobj
+818 0 obj
+<<
+/Type /Group
+/S /Transparency
+/CS /DeviceRGB
+>>endobj
+819 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 203.393 226.467 213.321]
+/A << /S /GoTo /D (structAACENC__InfoStruct) >>
+>> endobj
+820 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 190.712 220.928 200.639]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+821 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 177.054 213.556 187.958]
+/A << /S /GoTo /D (structAACENC__InArgs) >>
+>> endobj
+822 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 164.373 220.201 175.276]
+/A << /S /GoTo /D (structAACENC__OutArgs) >>
+>> endobj
+823 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 152.667 225.351 162.595]
+/A << /S /GoTo /D (structAACENC__MetaData) >>
+>> endobj
+824 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [248.544 95.352 364.141 106.256]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+829 0 obj <<
+/D [827 0 R /XYZ 89 770.89 null]
+>> endobj
+318 0 obj <<
+/D [827 0 R /XYZ 90 739.935 null]
+>> endobj
+550 0 obj <<
+/D [827 0 R /XYZ 90 553.953 null]
+>> endobj
+322 0 obj <<
+/D [827 0 R /XYZ 90 553.953 null]
+>> endobj
+830 0 obj <<
+/D [827 0 R /XYZ 90 221.097 null]
+>> endobj
+831 0 obj <<
+/D [827 0 R /XYZ 90 111.748 null]
+>> endobj
+826 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F37 546 0 R /F14 726 0 R >>
+/XObject << /Im2 817 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+886 0 obj <<
+/Length 755       
+/Filter /FlateDecode
+>>
+stream
+xÚ½\98ëo\9b0\10À¿óWø#H\ró\ 3\93ða\1f\b\98\84\8e×°\99´µ\15\9aÚ´ªÔ\87\96µÚ¤iÿûÌ#SÛ5<\1cV¤(\18Ù÷»;ß\9d\ f ¸\ 2\10¬´¥ÐÞ\ 5\18\ 3Çtll\ 3q     \1c\bæ62)F@\\80\13\1dÛÆ\998\ 6\848&¢T.ª\9f\ 6×7\ec\86)ÔýûóÇÛÍÝÃ×\87ëû»jªÆ\84öMCr&\ 4¨\16Gçæ\9cPp~«\9d\9cAp!\9f\1f\ 3h\12g\ 1~Ô³n\81\85\89ü¿\ 1\û¨Á\17ª!d:\94â\9dnXª:Ç\8d\16ìN¢·5ù{\8dÞ­\95\vÉ\13\9b\90mZd\ 1f\18\9bóÖ¬S\8cé³%àdF!Ô7Rdû¼R\7f{ÕÚ\91×3*\83]×° î±Ä+Y\9eW÷iþRR5ï×>1\vÓ²\1d0CT\1aÒjóDfúá5aï\e\9fP^Gû$ýRÃä\93\81\bÕÝ(ô˵\9bø\11ëÁ`\15LÌbé\f\9bê\9f»}ó\94\83\148EÂ\8b,«PP\17Ì/3ÃÁº\9b»1\13¬\17\88\ fõ\9f\97&A¸êÃ\10%L(\ 6\82ª\84v<\9c\84TI|\99\ f§`U\8aÈ\86C\94·EÆ\96á\10Ý\1d\8e²\14\97úl0Ã\86\a0Ò Gú\ 26÷¿\9fÏ\9bí*\186\9d\ 5\9e°\9e.\1f/\rLõËÍ6¼\90GÊõ©L£ÍöÐâ\1a&¥kPª\17~\98\96~\ 5s\r\84\90Þlg\97\v\86ú¶"$^\18Emí\e\ 3A# »\10üG~É\99\ eÊàÔJ\vQ.CÁEÎÜx\94!d\f¢Ù\90\92\87_\18ï\90i½müí÷¯\9f{eÖ¤d\10¾~v*\9e÷ÝÌ$MØ\14\11:\18\8by3N\9a\19¹?Eô\8e
+Wk1E4\ f¦Æ\ 5\ f½\11v\93ÿ£A\9fáÖäX\9e1æ­;\90´?\ 5É\84\89<
+¢z¼â\13¦Y}\84÷e\93zw-\85\ fê
+¡z'Õ\16àzÿ:\8bfÍQï¥r7á»Öº\93\82Ô\9c\953yXIÖÒ@P/\82 §aÇ\al\89\eE\9d²\ 3y½í    ó÷EeÂЮÏÒ´\1a\17DJ\9e\94Ý@¾\v»>ùè@ù±ìKû\18*\91ÍÝ8\8bØ`3Tª{õ¦3D}\95\12¾\929YD¬\8c\12ë>\ 2=z6ãåç\98\ 51      Äc¿Æü\ 1Únÿ¹
+endstream
+endobj
+885 0 obj <<
+/Type /Page
+/Contents 886 0 R
+/Resources 884 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Annots [ 825 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R ]
+>> endobj
+825 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 704.483 218.886 715.013]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+842 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 688.856 175.828 699.042]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea98f5f419028ff1b93551adb910ca0281) >>
+>> endobj
+843 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 672.885 247.519 683.071]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea10b93e7c1f1def31f634b6fb7a894409) >>
+>> endobj
+844 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 656.914 243.424 667.1]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483eaf35935e997b3321eda6d083c9322f347) >>
+>> endobj
+845 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 640.942 296.644 651.129]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea1a79b7f1cefc5f89ba7c10cfa020116f) >>
+>> endobj
+846 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 624.971 243.653 635.158]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea47979433239c09930ed98e85f5b81971) >>
+>> endobj
+847 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 609 219.155 619.187]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea189c4a7532530a89ab214aba35b1e982) >>
+>> endobj
+848 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 593.029 244.769 603.216]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea5af1b153eb8f1a28a543419d10562cbf) >>
+>> endobj
+849 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 577.058 242.966 587.245]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483eae9b8c1b6153a63fbf152a60e422ca433) >>
+>> endobj
+850 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 561.087 235.763 571.274]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea51de868cffa67ffe361085555a6e5ea2) >>
+>> endobj
+851 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 545.116 251.434 555.303]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea8e8c0fd770036a2bc58fc062f5044454) >>
+>> endobj
+852 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 529.145 239.638 539.332]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea5a631fa755a8d02a97a8184725da4b57) >>
+>> endobj
+853 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 512.831 225.641 523.361]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea3b7906c278268857fa6f8d7e39b2b5c3) >>
+>> endobj
+854 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 499.848 248.345 510.379]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47) >>
+>> endobj
+855 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 484.221 193.153 494.408]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47aea749d078297e7079337d6d47171a8b6) >>
+>> endobj
+856 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 468.25 211.325 478.437]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a857575621d11cca83fab4d5c70b55181) >>
+>> endobj
+857 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 452.279 219.355 462.466]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a510ae495f7636503ecfe111f75f66d50) >>
+>> endobj
+858 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 436.308 228.032 446.495]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a6a362853fb508e259718dabe65c7a57e) >>
+>> endobj
+859 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 419.993 186.747 430.524]
+/A << /S /GoTo /D (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a51cb08659a6af422761d58090766faa8) >>
+>> endobj
+860 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 407.011 309.058 417.542]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) >>
+>> endobj
+861 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 391.384 272.087 401.571]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1a7560bc907e827954b0b55f87751fdbeb) >>
+>> endobj
+862 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 375.413 321.132 385.6]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af88950dea139037d728aefe7722191ec) >>
+>> endobj
+863 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 359.442 298.099 369.629]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1a95efe9f7b6df0a6628ec7e2c61646fe9) >>
+>> endobj
+864 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 343.471 328.883 353.658]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af4a650d61726dd5bbbb560042bb0b8a2) >>
+>> endobj
+865 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 327.5 305.85 337.686]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1aa9315468e85d31968b147a4080e352a7) >>
+>> endobj
+866 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 311.185 281.511 321.715]
+/A << /S /GoTo /D (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1aa0dc03a5dc38b25ac1ea9d8ddf892fb5) >>
+>> endobj
+867 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 298.203 242.687 308.733]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846) >>
+>> endobj
+868 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 282.576 214.005 292.762]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846ab97edc65b5ed3be8c11f3ba9bcca22f3) >>
+>> endobj
+869 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 266.605 223.419 276.791]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a96d66031cde3d5d89d8457e45036bd94) >>
+>> endobj
+870 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 250.634 220.839 260.82]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846afcd151f12c441417e69746762d34ea33) >>
+>> endobj
+871 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 234.663 243.862 244.849]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a82028e22ad9293b97d10ee57abf67bdf) >>
+>> endobj
+872 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 218.692 244.928 228.878]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846abcbfac74b1bcd90099e3cf6b1fcd19f3) >>
+>> endobj
+873 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 202.377 205.706 212.907]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a08acd30267f5bd8c4047259fbc40fd98) >>
+>> endobj
+874 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [138.538 189.395 220.58 199.925]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+875 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 173.767 180.969 183.954]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a5e46c726aadf91189ccb4f1ec3e4b52f) >>
+>> endobj
+876 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 157.796 202.398 167.983]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a02f49b93eaadb6a903b87670849255a5) >>
+>> endobj
+877 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 141.825 231.728 152.012]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a80b535c275f9f60c644d91263f0638a5) >>
+>> endobj
+878 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 125.854 225.651 136.041]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a8a8be3fdebec2693c86e3e63f35ee228) >>
+>> endobj
+879 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 109.883 214.582 120.07]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a730a1ba1041f8671a11ca824fcd0455d) >>
+>> endobj
+880 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 93.912 253.855 104.099]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a2e2b4d3e563dc169c06d590d8c833243) >>
+>> endobj
+887 0 obj <<
+/D [885 0 R /XYZ 89 770.89 null]
+>> endobj
+888 0 obj <<
+/D [885 0 R /XYZ 90 723.09 null]
+>> endobj
+884 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+962 0 obj <<
+/Length 1257      
+/Filter /FlateDecode
+>>
+stream
+xÚÍX[s¢H\14~÷Wð\bU±Ó\17®\ fû\80
+       S\ 6³HjwË\99²\88bb\95bFqvöaÿû\9e¦Û\99\88\17ÀlRó"mÛ\9cÛ÷\9dK\8b\95'\ 5+7­Nܺö)U\1cä\98ÔTâ\99â`Å2 2(Qâ©2R-D´65°\9a$\934\9b\8c\17óGMÇ*z\16»þ|\91\8aU\94ÎÒµFl\15Nñ-\9bQC¥\96ö%þÔòâÖ×\16\ 1\8dX!\85\ 6ÃB\163\94ɲ5ú\82\95\7fR0b\8e­ü]\9cZ*:eð\(ÃÖï-,­\15ï¯\9f¤ hg?{e?!:r°¥X\14ö,*\9cp]ns×\v»ãî­\e\86^ÿnÐó
+Óv²\95QáÅoÂ\19ü\1d\13l^É\13e­ðl\13\13\94ôAÔó¢*ñVsñÃN4\8e\\8d\10¢ÆÁ J\81Ý\\81ëÇ^ÔÑ\bV\1f¢°Ê\ 5\8aqs\r\1d\8d\19ª\eö4\86Õ?\82^|[¥\83\11Gn8¼{øó¼hv\89ù·\9e\vÐ\8eï½(\18ôªä\93\v\10\ enÂ"Bý ¼\19\94azA|î\87\ f\1d?rï¼a\95ô\v¢\7f\1fñå\80\7fÄ^\17x\1aV)¹ ÑÜ°\eôûn¤\99\86ú׸\13Ä»´¨\88\97q    èw^¬9Lu{|Gê)6j\0d^¢°;\bc\11Åþx(TÕñÎ÷/Q\16\ eÂ*±¾/Öÿî\9dÛ=¯}]Wl¨À¦^T`\1d\11\8b\816\ 3´±\1fê ß»B
+4\88Õ\14zEñe\93æù<{\12_^\12è \86\9a\9c÷\12ø\15\9dÐ\b=\8b\10ä\18\ 6å*ÛÌAØVÚº\89°#\e\97¿Í&ù|\95mö$\94»\85\89t\ 6/R\86¨¥\8b\17?Sj\94´\1e\ 4\ 6\ e¢\17       ¼¢ê7\99ãðfêe\93ÁK\9a\95\83ÜÏ@ÓS0\8eTh1½¾7þ©|Pn6×>Ñ_9IM\b\v±á'á\1fÆ\8c\1f/\85\ 2Ú¦Mwg^\9eÝÂÂ\ 2'Ps¥µuf©\13\b\15\1e<\ 4a,V\0g\9bË\83(\9a\14\19\8c\0ô\ 54BÔÝjº]¤\9b+\81°\94À\97B\ 2_-\93ïÝç$ËÒÅ\ 6\'\8dI&\81+Â)f\15ù\9c\83²D\8c#ðm5\13Ïü9Ý'"O­ãD;A\9b6¥ÈÔ)<uÄØÇÐFÎ`\0Jw±Ú¤Ç2ö\7fç\rx  YQÍ\er\8c7u¡\84 \1aÀÏRÅ\10N\1eÇk\1f[(\18¿<x¶mIðDpÊèÙ¶] 'Òã\14\84űj\18¥¾Ã\14&X·Õ³*l¤\9b\8eÌß#³ÛvÖK7\93s\9c±¡\90\12£        eæ\99\14Ë+\84\8a\10À½¢¡IÄ\0z\99´\89M«mþ\16£\82Ì-nBO\9bsv\ 1ÿlD\99³_.ë\85,\91ò¯ÎØdì\91u°Íë\18\ 5¥\101Ò4X;sj§<Ü~\10Ád?åej\88\9dÎWb9Mòä\r  N>&ÃM¼ëêA6[\95óÑ$¸N~ócµò\9bk;Èï\93b­}¯D·~\9dê\92{Üòa¾ÞNòs\14Ñ)\82:Ôh\9aà\82ks\831d:Vi~\9c|ÝÎ×\1a\8c é®úÏ$=\92G  \1c\1fÅ\89M\9aåï×0>\88OÔ±%\9f¸\aãa\9aß\17£ñ:Y\1e´~§VóàÇj\91\8b\1f<l\1e\8càú½Ã8¼\15j\ eU]¸s\1e\e\^¸[ç&Äo\1a\ 5ß\17Ûô¢ùP\92\bb(\aÁL²h\ 37\8fÝÿW§¯(¥[É»\f\8b\92+\85Ç'\11\8a\9f\9c¸9à FÌ:\9cà\12kq\82Ë;    VÙ\1aù\8bgk\8f\1c3ªùñ\16èo~aèßí\9e\0N÷ç\8fÇÚÑî²Ð\ f:ã ô\a¢\80ï\ fÿ\10>Ý"Í&¹\ 6U\9e8\16²Éþ\ 5î\aJ\Òz\99ðëûA\91ßÃg1\7f\14\0­ÿ\11\e\8f\1aÅêv¾\98\9eÇ©ü\874\8c­\fÓ¦ÿGÿ\aJ\17Z0
+endstream
+endobj
+961 0 obj <<
+/Type /Page
+/Contents 962 0 R
+/Resources 960 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Annots [ 881 0 R 882 0 R 883 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 966 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 967 0 R 958 0 R 959 0 R ]
+>> endobj
+881 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 727.536 238.363 737.723]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aef811ce5aab93dcba6584109d266b579) >>
+>> endobj
+882 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 711.176 242.796 721.363]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ad2accfe182077bfe80ba43a3f22cf7bb) >>
+>> endobj
+883 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 694.816 214.582 705.003]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ab381330bdc59b0213ad3dedcb4f2f0f7) >>
+>> endobj
+923 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 678.456 233.302 688.643]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a443da990a60343083e72726a65f4509b) >>
+>> endobj
+924 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 662.096 222.214 672.283]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aab4d4c3cfcad7bd7bdebfd947fea8e75) >>
+>> endobj
+925 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 645.736 217.342 655.923]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a955c106558ebb10a74a555a38b45ae1c) >>
+>> endobj
+926 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 629.376 242.796 639.563]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a017e2a6349d3ae944338a6f0ba892947) >>
+>> endobj
+927 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 613.016 249.631 623.203]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a39b30031d8438b4018173388aead5bdf) >>
+>> endobj
+928 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 596.656 232.306 606.843]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a87c7912a645d479132465e6d8e694b36) >>
+>> endobj
+929 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 580.296 222.632 590.483]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3869e3bae5904258eff0b77d2ebed3b1) >>
+>> endobj
+930 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 563.936 264.286 574.123]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3923cb84146e101030271772fe33ea5a) >>
+>> endobj
+931 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 547.576 248.286 557.763]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a0ee251ffa58317c7ea29364d344c4660) >>
+>> endobj
+932 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 531.216 242.029 541.403]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ae6283b321f75b769e9306c6482f2acd5) >>
+>> endobj
+933 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 514.513 189.108 525.043]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aaf0644b51fd01b31c73eb2ebc140a1a1) >>
+>> endobj
+934 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 429.411 194.259 440.315]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+935 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [196.243 429.411 248.576 440.315]
+/A << /S /GoTo /D (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea) >>
+>> endobj
+936 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [253.88 429.411 369.476 440.315]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+937 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 377.762 194.259 388.666]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+938 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.757 377.762 248.206 388.666]
+/A << /S /GoTo /D (aacenc__lib_8h_a2a5f6ec334fff553f0fd9e36d9408e94) >>
+>> endobj
+939 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [252.021 377.762 367.617 388.666]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+940 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 338.442 194.259 348.973]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+941 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [201.106 338.442 261.738 348.973]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+942 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [301.786 338.442 417.382 348.973]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+943 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 326.113 196.301 337.017]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+944 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [273.953 326.113 356.344 337.017]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+945 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.978 326.113 513.996 337.017]
+/A << /S /GoTo /D (structAACENC__InArgs) >>
+>> endobj
+946 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [148.042 314.158 229.705 325.062]
+/A << /S /GoTo /D (structAACENC__OutArgs) >>
+>> endobj
+947 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 274.838 194.259 285.368]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+948 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.337 274.838 245.689 285.368]
+/A << /S /GoTo /D (aacenc__lib_8h_a9b64b2026a1475eb5c7a67fc1364ed94) >>
+>> endobj
+949 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [280.194 274.838 395.79 285.368]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+950 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.147 274.838 513.996 285.368]
+/A << /S /GoTo /D (structAACENC__InfoStruct) >>
+>> endobj
+966 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 262.509 156.301 273.413]
+/A << /S /GoTo /D (structAACENC__InfoStruct) >>
+>> endobj
+951 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 223.189 194.259 233.719]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+952 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [195.234 223.189 286.711 233.719]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+953 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [315.004 223.189 430.6 233.719]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+954 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 210.86 195.952 221.764]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+955 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [140.843 171.54 233.973 182.07]
+/A << /S /GoTo /D (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c) >>
+>> endobj
+956 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [262.614 171.54 378.21 182.07]
+/A << /S /GoTo /D (aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) >>
+>> endobj
+957 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.147 171.54 513.996 182.07]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+967 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 159.211 150.413 170.115]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+958 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.91 119.891 194.259 130.422]
+/A << /S /GoTo /D (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) >>
+>> endobj
+959 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.757 119.891 270.333 130.422]
+/A << /S /GoTo /D (aacenc__lib_8h_a28cbc417258c73ad55d613526df8fad5) >>
+>> endobj
+963 0 obj <<
+/D [961 0 R /XYZ 89 770.89 null]
+>> endobj
+965 0 obj <<
+/D [961 0 R /XYZ 90 448.781 null]
+>> endobj
+960 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F44 964 0 R /F14 726 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+981 0 obj <<
+/Length 1455      
+/Filter /FlateDecode
+>>
+stream
+xÚ­XÙr£F\14}×Wð\bUQ\87¦YçM\96°£\19Y\9aHø!\99L©°hIT!PXÆ\99ùúÜ^@\80elgòbÓ\v·Ï¹Ë¹\8dtå èÊÝè&\18ýzk\18\8a\87<Û°\95`¯xºâØ\18Y\ 6V\82Hù¢\1a®ö5ø¨\10â!lYð\12\9f½\8d\13ª\8d\rKWgÙ®:Ñ´\fË8KÙÖ\91\1f\8cþ\1eaØ©+\98\9b³\1cä\10\9dF_¾êJ\ 4ó\1f\15\1d\11ÏU\9eø®\93b\1a\ 4þ'ÊfôûHïAÃ\18y\96eÔØ\f\80ê\18\ 2\85\830ÂÚ\18ë:à e\b "\89\8a\16»<>×\98À\10iqÔ\95±a"bz\92Ìì\93xk2ÑL]\9d\8a\81\9fî²\88æb\90Ä\8fy\98\7f\17\838-i¾×°®\86\85#\r\9b½\7féº\91P$Ïí\10\80\83      A®E.ø\r\89\1cSý~¦\11Ý¿àØ^ z$¸­Æ\eeÛRQæÕ®l(Z\96\97ÓÕÌ_\v³Øl\99Ŷ\87l\1e\ en\16È\90+\87\84 È=¿M\96³\85¿½fºãö1v\1c¤{V\17xÇé´íôc\98F¯8Ò¼\90'\92º\9f\82Ûrá5n¦öì\7fv+iÜJÁvß\8fÛ\9bj¿§ù<\ 2£1\8b\7f\1aÒ\ 4\93\vi6xÔ\f]­ö\9aa©ûz.\92Ù\9cå\85\98\88Û\87\ 1\ e¤\8dMÏS\83c|m\ 3\9f    s*\1eª\82\15  {z\8aËc\9c¾íXVØ¢¢ó\83,íõÝHùÂ7J6Ì\19\16ÀV\ 4\ 5\ f±\82üð¡{JÛeõ ¢öá\1dÔ\99è\ 5i¬#ϳÁ¥:ÂXæ@\1d÷,ÿÐyõb´[&\f(\17@é"½®Æùr\vAÕÕ\87Ù|µ\9d1\8c\ 1û3é£iÇÖµ\10i
+fREqVëĹ\92e×s/xë\97\96\96$4dëß4l©µ\82Í\97Áöóô^Vpx:'´èû¤Ch,`\8c±\85°ç\(-§óÅb­aWýã]¬°n \17\9c[óJwq\924\1a\18\85e(\9eJÉöQ\16\18==Ò(ªi\0¿z=.A\88hx\1afQ\1f+x¸\r\8f{_@îSØnüàáó \11lÀ³]\13Ùв:·\85±Ê%ò}\96·)ÄéA\fO´æÊX¿\ 2_\1eÖ\81¿z\b¶7ó`\13¬ýÉýû\82À2Üòjì7­
+\99%QÑs¯\18fUÙ$ß\ePËc\9e¡\16\ 5±ÝÌÿô7C8\1d\17yļ
+\93¸ê.\ 3½\8dÓB\8c\8aø\aå\8f\8e\9aíÅ\14\rwGñ\14îv´\90\e«4.AÙ\88nKec\93q
+a:Õò\ e\85\94²7E\82ÂP\ 4\93\1dW\9d\ 1\a\94\97\90¦±å!Kwº\ 2µÏÃ\13\84\e\ac¸øØ\ 4Ã\7f\17äÛnw\ 5c¨+L\83õâvÁÇw\9bw4\84g]\909/Ï\92ænAÂ\83\10\ 2®²\ e4k)\80\10"$%ÜÕ\1e2¸Î\8b¥òH_Vr¶µ¥äÓÕ2X³Ñj±Ý\ 4\9a\a2¯a\8cÕÀïI5·|\ eÁ\85´\14\11\a\f¥8Z\ 4\a\96³¢\88\1fù\9d\11f¹$Àì\81\965äNP\r5|̪²\83¹ßS8Ë4\ 4¿\10ÃVc\r«\90-q\98Ä?¤\196}Î3\96\14\90D\16dʼd³\16\aÅVäÈÄÌ\ 5\1e\9b/ålÆôX\88\94Çe½|¤ÒN\aB\ 1W
+¹°Ï³\93\98¤ìí\7fØ6±òt¤\12\1aO×n·\94ÉÅsضÞØ\ 1áÎçà\9fí\80F\93\84¶Lßùr\1el\97«¥?Ü"ld6Â:\93B\9ffRwÊ<>\1cê4\8e;áy­\a\1d5êc\83ô¼\9dß\rë¾\8dàm½®\ e\14û0I®\14Û)\8bª\84\16Må±ËÉ¡Êß\82Y\9c6\88y#\ 5\9fIÿ°\9ebL\90í6\97\8a5-hùfÜ \95\90\ 3߯Þ<¬çyÕç!N\1e$\12¬'ËÍçÕZ#ìz=Ä\83Ø\90^ÞKA(ó0-ÎY^6_YâA*\16K&Ê\90?\89A#2¯Ü\84êS_â°öáÒ\0LnØ7ÜÃí­øZy\91\83É\9aãµXð/=\19\8e\84\ 3\15j!§²}ë\8eÇubøVøzl$\92Î\1d¯\1f\9bÉb1ÄÆ\83O°Ëwü\95ª¸Ú\ 414\1a\83yôy\17$C]Ð_ó\1c\7f¦\ 3Ò<Ï\9af\18=¿\ 6¿üi`ýÿ¸ú4ä]\e\12Ïn>\8c\97Ù3\ 2Çð|¦)\8dؽ\ 6\92o\92\\1a»\91Ò.³þ\ f).8[7Þû;Ê¿ô\9a
+endstream
+endobj
+980 0 obj <<
+/Type /Page
+/Contents 981 0 R
+/Resources 979 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Annots [ 977 0 R 983 0 R 978 0 R ]
+>> endobj
+977 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [463.147 537.367 513.996 548.271]
+/A << /S /GoTo /D (structAACENC__BufDesc_a2c09424d3a61cdbdb80c8d9ebb42ce71) >>
+>> endobj
+983 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [89.004 527.469 195.682 536.316]
+/A << /S /GoTo /D (structAACENC__BufDesc_a2c09424d3a61cdbdb80c8d9ebb42ce71) >>
+>> endobj
+978 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [179.07 334.18 307.189 345.084]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ae6283b321f75b769e9306c6482f2acd5) >>
+>> endobj
+982 0 obj <<
+/D [980 0 R /XYZ 89 770.89 null]
+>> endobj
+326 0 obj <<
+/D [980 0 R /XYZ 90 739.935 null]
+>> endobj
+330 0 obj <<
+/D [980 0 R /XYZ 90 689.23 null]
+>> endobj
+841 0 obj <<
+/D [980 0 R /XYZ 90 662.618 null]
+>> endobj
+334 0 obj <<
+/D [980 0 R /XYZ 90 662.618 null]
+>> endobj
+338 0 obj <<
+/D [980 0 R /XYZ 90 608.736 null]
+>> endobj
+733 0 obj <<
+/D [980 0 R /XYZ 90 580.067 null]
+>> endobj
+342 0 obj <<
+/D [980 0 R /XYZ 90 580.067 null]
+>> endobj
+902 0 obj <<
+/D [980 0 R /XYZ 107.713 490.398 null]
+>> endobj
+903 0 obj <<
+/D [980 0 R /XYZ 107.713 475.201 null]
+>> endobj
+614 0 obj <<
+/D [980 0 R /XYZ 107.713 460.003 null]
+>> endobj
+904 0 obj <<
+/D [980 0 R /XYZ 107.713 444.805 null]
+>> endobj
+905 0 obj <<
+/D [980 0 R /XYZ 107.713 429.607 null]
+>> endobj
+912 0 obj <<
+/D [980 0 R /XYZ 90 409.01 null]
+>> endobj
+346 0 obj <<
+/D [980 0 R /XYZ 90 394.774 null]
+>> endobj
+913 0 obj <<
+/D [980 0 R /XYZ 107.713 273.198 null]
+>> endobj
+914 0 obj <<
+/D [980 0 R /XYZ 107.713 258.001 null]
+>> endobj
+915 0 obj <<
+/D [980 0 R /XYZ 107.713 242.803 null]
+>> endobj
+916 0 obj <<
+/D [980 0 R /XYZ 107.713 227.605 null]
+>> endobj
+917 0 obj <<
+/D [980 0 R /XYZ 107.713 212.407 null]
+>> endobj
+918 0 obj <<
+/D [980 0 R /XYZ 107.713 197.21 null]
+>> endobj
+889 0 obj <<
+/D [980 0 R /XYZ 90 189.509 null]
+>> endobj
+350 0 obj <<
+/D [980 0 R /XYZ 90 175.273 null]
+>> endobj
+890 0 obj <<
+/D [980 0 R /XYZ 107.713 96.348 null]
+>> endobj
+979 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F14 726 0 R /F46 984 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+992 0 obj <<
+/Length 1605      
+/Filter /FlateDecode
+>>
+stream
+xÚÕX[oâ8\14~çWä1\91\ 6¯ãÜç\8dBJ\99-\97\85t¥ÑÌ\b¥Á\94¬BÂ\860\97ýõ{\1cÛ!P\b´\1díh\1f\10±c\1f\7fþÎ=XyR°ÒoÝ\ 4­ßn      Q<äÙÄV\82¥âaűud\11]        \16Ê'ÕAºÖ&\16VÃ0¢i4OâGÍÄ*ZñÙÛ8¡üiJ\974×tW\85UlÊ5\88¥\12\12|hùAëï\96\ e'bE/O°\1cä\18\96\12­[\9f¾`e\ 1ó\1f\14\8c\fÏU¾\95«Ö\8aI\føO\94\8f\16\16hq\1dµi×Pë:F\ 4\9b\8aC`Î!\1cz§£Ù\96ÚõGÝù`ô§æZjç~Ð\9bßuF½{¿Ä%\ 5\ 2\aF]\9aá!õáU)ç.L\17ò\96\9bp»¥\vþ\dü\7f¹K£"ÎR>\8aÂ$áOß4\1dhÛòA\9c2Ú¾j@J\98Ä\vttþÁmÚ\12@[·\90M\9c\19úÃñ\94qýqîO§L0\f\e/d"Û5å\85\86t\9då?\84Z\93$\8bÂ=üe       \1a´z\11"\17y\ eâÃhö0\99\0,\ 3«\81ß\9bOJþ§\9d¡\1føÍX=\8c°^\91?Ñt`,\ f×´\0ó*!¦Y!°kDR\1a'ácB/@\16\92ÏA®\eIw<º\1dô\9b\91­;\12g7K?cL\9evy\8dÌ
+é&ÏØ=¾Æ\8b˼r±çA\ e\82+\95®ë I\97\0û4¥y\98Hk\8c\8b\18ìð\9f\1aX\9açY®Y\96z\ 1 \10Ë\ 1Ú§\ 1\8añµÖi!×\958a+ìèrL\10mòP\9aê[@ó#\1aI\9dÝL¯Çk\92\8aXØ÷óÁ2ù\8dh\83É\95`\89\8b\1c»r§@3,5\ fÓí&Ë\8b\9f\f[\9cÔ\b\eÜ\9fIê\     Þ4\11qÜ}Ü*B\ ei\11ʧ\9f\86^\1cu\ e=üÆ=ÿZ\ 3!\b{U¸\rV"y@fÌ\16qúTÅ\84\88n·'s\ 5ĺ|·)d¦y\94ÁZÜi\97R\16N¾ohT­¹Ú¸8¶K÷\1cß6Ç\16\ fò-\917ôS\ 1"[ò\7f\16
+eÊÌi\18­DØ;*6ÊDgb°\19\96ð<§*9\90\81L­­cÌHÛ­¹ @iU 0Ð<\98é1sîh\9e¥òñ¼7íÎ'eÒ\19ß\ ex\96?\82\8e\9561\91azÇ6Õ«lª\9b­79¨¦²¡I\9eñ\em\8fÉ=¼\ eF\9e\a\97!\ 6Â\86df·\86°[dùû\83\9dgÔCtD\80\15\17a\8b\9cÈúÜwz,ã\95\\b_b\97\1e\8dGÍ5\8d\17[Rc£,½\94\86ó5H\ 3\1aà~8ãã\11_0í5¡#º\ 1\ 5OåèPU
+\9do\v(¾ÂüBÒ\94Û_\8dõ~п\v\9a«\12p\eÃ{\ e0\89\9fVÅ¥º\83ï}\15ºáÃlÐ}\11\95\ 4ª\1cèbæn\eG/âRì\7f=Ú+Èt\ fÊÑ=Ä«Øtk\85§ý2|³\89ïwï\1a±9&r½\8a¾Ù\86Òhu:vy\16DRGÄ.·\1e»¬¦Ø5Ñ\1c³¬\84/\a§\83Z¨Ì\1e²\ 6ÞÒ¢Øg\12Y\1fóðĤè\ e\90cr)\ f[*nÌÚ¯üIôaÓ~KùÔ6l\8fµv>\17>\9fÑ¢ª¸?c\vÃO? «ÜâÖz\1e&\80uBl6ª\8a\ ef<W\85\94T®Ø½\0CÿM\18 Ý,ÄÌ\8aVtèȳ,NG\99]SY        \83S\14»íaö*dÂ^fÐ\1d1;úv\8eë_\94
\9a Ã1ãht4\adXU\96îì\16±hY³Ç¿ t\10·ý±\81TÐ6 \0\99QqñÒZ\1fz\83ñ||óÁïB¹ùqâW\8d,ïü{¿ÏC&\11­\ e\99PÚ&t\böQ\ 4ùL\88u¬D\v\\84¼çG\ f'~¿mVβ7û{®\80}fNxí\13\17?\18\1dGg3]\eÈñôæS­·\9cÊ\v¶¸\10\9f@f¬
+«:«\9bPÖBSºIâzkÍlùÎo\8bs\98U¿\ e\18zÓÛ£\acߣ\87Á\1e½s\ 2=,\10èá©\86Þ©ÐÃü!zæ å\eXSëÈóXÓÕ\88OÏÀ'hV:\9c\8bLÛ=tºÃ»s>¾\12ÎA©\89`\15\v/\8cNuÒ\91,}\1f\85\85îªÏ0Y\9a<ÓÉ\96\83\11\ 6»ÙÉ\ f\ 6{\ f`\1dıÝJÜ×èÀ¸Ò\82Ú=\9a\84o°T\83)Û´Iu\90AìýAl৫0\8d\18\eltâضe8ê,.?˱%\10ÞrñÈ8gÿi&\ 4\9fö{öj    ¡üX¹"ûú÷=¸³©óØ`\12Páú1N¥úà\85Ð\f<ñn\19Ö,(ÓrJ\17ïØØ\80ôƾà\1c,ÒUÑæ\80\ 5\f\e:\9bJØ&Á\ e\8b\93¬§\1fB?ó\9cú\9amV!ýy÷ô"\9bйcJ£ ÿU0\83\96î-çþêp¦[6À'\9e³\87Ï*·
+>1kðáï\19|X àÃÛ\1a|\98\17ðáé\10>ûd(ß\1cijHHù¿\a³ã/î.4HЯ¿ð\83û¿Û\81ã\8e
+endstream
+endobj
+991 0 obj <<
+/Type /Page
+/Contents 992 0 R
+/Resources 990 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Annots [ 985 0 R 986 0 R 987 0 R ]
+>> endobj
+985 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [108.167 306.217 206.279 317.121]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+986 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [329.268 306.217 429.033 317.121]
+/A << /S /GoTo /D (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c) >>
+>> endobj
+987 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.324 158.478 513.996 169.382]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a730a1ba1041f8671a11ca824fcd0455d) >>
+>> endobj
+993 0 obj <<
+/D [991 0 R /XYZ 89 770.89 null]
+>> endobj
+891 0 obj <<
+/D [991 0 R /XYZ 107.713 729.972 null]
+>> endobj
+892 0 obj <<
+/D [991 0 R /XYZ 107.713 714.345 null]
+>> endobj
+893 0 obj <<
+/D [991 0 R /XYZ 107.713 698.718 null]
+>> endobj
+894 0 obj <<
+/D [991 0 R /XYZ 107.713 683.091 null]
+>> endobj
+895 0 obj <<
+/D [991 0 R /XYZ 107.713 667.464 null]
+>> endobj
+896 0 obj <<
+/D [991 0 R /XYZ 107.713 651.838 null]
+>> endobj
+897 0 obj <<
+/D [991 0 R /XYZ 107.713 636.211 null]
+>> endobj
+898 0 obj <<
+/D [991 0 R /XYZ 107.713 620.584 null]
+>> endobj
+899 0 obj <<
+/D [991 0 R /XYZ 107.713 604.957 null]
+>> endobj
+900 0 obj <<
+/D [991 0 R /XYZ 107.713 589.33 null]
+>> endobj
+901 0 obj <<
+/D [991 0 R /XYZ 107.713 573.703 null]
+>> endobj
+615 0 obj <<
+/D [991 0 R /XYZ 90 565.144 null]
+>> endobj
+354 0 obj <<
+/D [991 0 R /XYZ 90 550.715 null]
+>> endobj
+906 0 obj <<
+/D [991 0 R /XYZ 107.713 468.875 null]
+>> endobj
+907 0 obj <<
+/D [991 0 R /XYZ 107.713 453.248 null]
+>> endobj
+908 0 obj <<
+/D [991 0 R /XYZ 107.713 437.621 null]
+>> endobj
+909 0 obj <<
+/D [991 0 R /XYZ 107.713 421.994 null]
+>> endobj
+910 0 obj <<
+/D [991 0 R /XYZ 107.713 406.367 null]
+>> endobj
+911 0 obj <<
+/D [991 0 R /XYZ 107.713 390.741 null]
+>> endobj
+619 0 obj <<
+/D [991 0 R /XYZ 90 381.24 null]
+>> endobj
+358 0 obj <<
+/D [991 0 R /XYZ 90 366.811 null]
+>> endobj
+919 0 obj <<
+/D [991 0 R /XYZ 107.713 256.333 null]
+>> endobj
+990 0 obj <<
+/Font << /F22 400 0 R /F46 984 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+998 0 obj <<
+/Length 2435      
+/Filter /FlateDecode
+>>
+stream
+xÚ­\19]wÚ¸ò=¿\82GsNp-\7fa÷-  $Mo\9at   ½={Ú=9Â\16Á·þ ¶i\96ýõwF#\19c\b Í¾ i4\1eÍ\8cæSX½Ç\9eÕ»:9\9f\9e¼»´í^h\86¾í÷¦ó^hõ\86>3=\9bõ¦qï\9báXý¿¦\1f{\8e\13\9aÌóà#     ½LRÑ\1fØ\9ee\8c\8ah\95\89¼æuRä\88z2\9e\9eü<a\80\98\rÍ¡ãõ¢ìäÛ_V/\ 6øÇ\9ee:aÐ{\92XYϵ\1d\18ÓÞýÉ\1f'\96bÍj³èú-\16\19³LÛr{C\e`C\9b8:;ëû\9eq1¾½x8¿\9eNÎú\9egLÇ\92!M  $uÚ\92º¦cùZ¢i?°\8c¢æi\7fày¶!ò¨\88EI\8bYR\97¼\16f\7fÀl64¦\8b¤¢\8d%/y&j\8d§Á\19Ïc^\17å\1a\97\8e\ 1\9f\ 3*\8fj\85ö\94Ô\vÅ ªª|T:\9b\\9dô\ 6\f\86aoÀ\98\19\82Þµ\8c®Õ\96\911\ 6B~º\em\v
+¨æ6\04Æ|\e¨yfà«\9býnÛ^ç³\81g\ 1ýóÉ{ºÛs\92\9b\16IN#(£zW\89¨ÈcP\88Ã,ã^\88çÄø&?¹_-\97EY\8bx\8blÕ=\1c÷æEIH±¨y\92Vfç\ 6·\fa\0\ 6à\ 5¨¤¡\19°\83\86°££\8e10Û5YèhkØHîxF\ 6\96\80¢Z¾qQäß-Ë~\\95dïr?ârâ\e3õA\9cÌû¶gÌE     \8e\1f    \1a\ 1"\15s\82Ì6GøF´¡;\90þ6`\96k\ e}_\19\80Olá\99Õû\ 3W{øf-¸WÏqP\8aªæÈ\9aã7Ö}
+« 4V\95Ø\ 2Ó\82GQQÆIþ\88KfÔÅó\17\8eèÏ\18ê®\91Jìï\96gÅbÞ\aSâ«´\86%£c¾"\15p\124=DÌ\8b\ZZ/0]?Øö\8d\9bÑ»ñÍ\boÉ2ä\9d\7f\19]ß=Ü\9d\7f\1c_L\1f¦\7f~\1e\9fÒ^½@\91,\86fN\10¼^5ã?\90 °L¹$UÀ\ 4¯\fÇù*Méc\9e¦\ 5\13Ú4n¡¶D%Ê_}\eð\93\129\90\v²nñy­Ü\bn\1cô[Õ§´ä5\8d7Dv0\12)_\13h¯4´%\85QN¹}<¹lE#IµTGüê3Ï\10¥¢^e K'Z\f´~\1d\82Ã6\15¼§  õ/\9dXêéy¾\1a'_ò\88xS¬Íx¥\83\ 4('¯²¤ªÀä\8f\b\ 2ÎN\10¸?ûôùfü\9a\84À\80\82ç\ 5:\ 6\9c­â¤@á\ 2\88}ËUMS\bì\9cf\15Ï\96\ 4¬T\82ð@·c\9d;$\16ž\8aVóB\eNóaCFº}\18\98ÌaÛ&#\83¥Rs`Y\962\19H\83¶§çv\vîoæ¶\r¾¥çî\ 6î´ð]\97mæ-ú~\v?\bìf\1e\837ÂBÓµ\87ÛÙ¦}#ç\93\87\17ã±å\99!\14&ê.6qW\1a¼mÜ£÷Ú\90\!®\8a¥\80\9f¼N×´'#,\8cÊ;\1c#Z\14\95È ¨n\15§w³ÿ\89¨&\14\99þ×KE}ãr*\1a\a¾é\86Þöµ´¼Ñ$ÍPa@\86Ý\14\ 6mGl\f¿q\15®Ù\ 1÷hØ\ 1ëW¬\04\a±|ï`B?ì¡\ 3¦lçK%:§+-"\euÑÄ¥&Ãin÷\ 4è\ e;Öë\82\85¥8\19%\15\9fé
+ò~     b\97\E\8csY-ál"À/"\99g\7fï4-÷8\7fÃaG\96\1cW\93³Û/7ã\87\9bñíÕôÃA\vw=Hð-\v/\15\8bMé©U¯²)åÅ\8eÑÌÑÎh\9a\8aü\11
+Ê­bM\ 6\17Ñ-\19À\8c}\93\r\9d×Õ\83\10f\}o\e#ص\96ß¾'\8fÙÏÑog\95×\9d5<|\16\ 48uÖÝ\12©hKا¼W\1f~dFºøpv{;¾y1\ 4:Ðæ\f\996\90{\99$\83À\10\98¿ÿFsM$$\84øÆó\¤´­ªU×\86\v'ô¬Ï ¶Qßf¼\8e\16\84\11    ÌWÙ\f,\90
+Q\b5\81ënÇ>
\96N\8cRCtXõ\86Î\83\r\86ÊÀµ[:Ω£\8dïÓçñÕÖQ´@¹Tx­t\9f¡2U%\94k(\8dSÖÙºãËÑ\7f\1e¤;\99\8b\7fãNï&£ñäð¥BY\ f½«¥«ÁF\7f-§¦\1acGR¨ÀE)ë\ 6)\´\10\99ØñlÈ\9b\8cy¯n\a\ e(vû8\fDB5|\8fj\84£\14\89\v¥ñ\e5NÔx¯\ 1÷\1ars9¦üñ\fyS¨ÿÚ\87J\bÒ7\83\ 6ë¿c}\86eëð\ f   8ãõ\e\85í
+y±\11mWìÝdylý
\92ª^¯ï^,\99\9cvÉT\97E\8a\85'ø6\8fê\ 4ëÎ_ø£zW\84ËÖ\ 6Æ\98ªÒ\9c\12FL@8Ú¤\99îÄ\ e#\9fÒ\fë.]5yV§j\8aUcc\ f!ÞÈ6\ 1f²q¶¡\16\86È´\0'`F  3,\9fd\e\ 5\1d\96cÜå\84KU\1dL
+\98\954\85\9b\94>ïتÄ\ 2\18\8f\16\89\90"Óµn>\955·"òsÅÓ¤V\f¥\84/û£TÑÛ\91\15\11±nÚÓÛåBĨo\17£-¦sÇ\rå{        Áê\ 5>\14à,\86S\aª»\ 6\14¥gwKÏî>=\13ò©¦'h\ 2Öâ\84Æ\ 5-\9aò\ 1\17¤b9C\1f\1fD\ 4|`\ fÿDж\95~\1c\9bµ\9b\1c\80+\96\ 1Î+\82¨O\18\95\92\bÙ\9c\ fPt¤
+>OÅ\86\80r\7f\ fD\eí\bئ\94T\8a\87Íó\11\82ñ\86÷0¯ª¤Á¦´ÖIäÃx 6\7f±·d']¤ìXD»\92îD´Ýºÿ÷«ç¦JÚXÏ\11Go´pdHÚ-rÏ.§ãÉ9\9eóerûB¾³¡Êõ\86Í++uH!Ûê\90`\19
+Wä¨!£'\18\9cÈ\82£½Ãçðí\f\9f\15Ve®©Ì\ 5¯¡EÄòÇ\81\9en\v\17Q\9b·5ßt\9cí§µ6)Gµl8rr\18\10 #¦4/\9e®+\8d6[ÓX­s`\91ÀègécQ\82?g´û´H°Ø\92ôó¨\14¼\12ê{åË¡.\ 3\10ÖÄ&y\80ä¯Vg§Uñ¼\ 3\83©\94âç*)¥q\86¡±,\8bHT\15¹1ì.ÕÛ\95\ e¯®\17\1a×5á&\95¦\10\15Y\86\8dµ"\82\r"n@Å\f\17/à   _+äNv\81Ø-ôk\9b¦\97Ì\89\f\8fãD\17ÞòÍMdøP¾G\180\89j\95-Õ;ëÐW\ e=\1c\83\e\eyäöÎ\87Òæ`Ì\8b\9a0¸ú®, 1ÌLzù¼\9eÓ¦¾\99\98\90>}ø§s<°<ØÇpAoj¬Ã\0\0¸îí¸\ 2$Uµ\124\85\9b\19\91ø\1d\850¦µ¤¨WÊ·©
+gJË8+ZM\rÃÒx¥+\1fÌM
+» q&ö  !6÷\98®xófÏ\1fû\0Ir}tÃk\92\81\161cRÚÌèÅ»Ua·êÚM²\95\ f\ej_Uc\¿NÌÖ;\10\ e\ eõ\86Ƚ÷Ùa7\80\1cõÒ1<þí¡{¢×}Õ9²2<Ç[:»\1daPÿz=zá¹\ 1¸¶\98÷ÂsCë²f`|OI\/º-Fà\98Ð\\1e©y\8côY\92\8b\ emm*°\vV\9b®÷ÞB·\9b\83Â}YS{úü\7fNçÍ\11\9d?\1dÞp§ \v¤\15\19\ba\9cWï0#»\10\1a.1Þ\82\ 5Ö´Û\12\11\97ò/\f\18?\88²þ\a«\1f\9fÄ\1cÿ½\14ô:\f\9bú­\ fë;\ fH\88ZæGÇq±\14\94(2\84\11\17«HÑVA\16fÚoEÃi÷ß\12\95í8Z¡z\94\8fõ\1fnÈýcÉãÆçw<w§?ëþ×\v¶áXö±\7fõþ\1fÿ¶±i
+endstream
+endobj
+997 0 obj <<
+/Type /Page
+/Contents 998 0 R
+/Resources 996 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 832 0 R
+/Annots [ 988 0 R 989 0 R 994 0 R 995 0 R ]
+>> endobj
+988 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [128.635 715.84 246.453 725.768]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a80b535c275f9f60c644d91263f0638a5) >>
+>> endobj
+989 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [279.597 699.003 356.029 709.907]
+/A << /S /GoTo /D (LIBUSE_suppBitrates) >>
+>> endobj
+994 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [331.363 653.375 419.851 664.279]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a02f49b93eaadb6a903b87670849255a5) >>
+>> endobj
+995 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [370.764 123.167 416.483 134.071]
+/A << /S /GoTo /D (ENCODERBEHAVIOUR_BEHAVIOUR_BANDWIDTH) >>
+>> endobj
+999 0 obj <<
+/D [997 0 R /XYZ 89 770.89 null]
+>> endobj
+636 0 obj <<
+/D [997 0 R /XYZ 107.713 729.972 null]
+>> endobj
+920 0 obj <<
+/D [997 0 R /XYZ 107.713 684.344 null]
+>> endobj
+921 0 obj <<
+/D [997 0 R /XYZ 107.713 600.897 null]
+>> endobj
+640 0 obj <<
+/D [997 0 R /XYZ 107.713 573.081 null]
+>> endobj
+922 0 obj <<
+/D [997 0 R /XYZ 107.713 499.638 null]
+>> endobj
+637 0 obj <<
+/D [997 0 R /XYZ 107.713 438.149 null]
+>> endobj
+648 0 obj <<
+/D [997 0 R /XYZ 107.713 392.52 null]
+>> endobj
+641 0 obj <<
+/D [997 0 R /XYZ 107.713 344.939 null]
+>> endobj
+639 0 obj <<
+/D [997 0 R /XYZ 107.713 249.538 null]
+>> endobj
+676 0 obj <<
+/D [997 0 R /XYZ 107.713 142.181 null]
+>> endobj
+996 0 obj <<
+/Font << /F22 400 0 R /F46 984 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1002 0 obj <<
+/Length 2168      
+/Filter /FlateDecode
+>>
+stream
+xÚíYësÛ¸\11ÿî¿\82ßJMM\ 6\103\93\ f:[Îù.\8eUKí´\93Üh \91²8¡H\85\8fÚþï»\8b\ 5ø\90u:_rçNgú\89\8bÅ\ 2Xìã·K\92\19÷\ 6\9fý°8{såºFdG\81\e\18\8b\8d\111#\f\1cÛw\1dc\11\e\9fÌÐvF\96ë3S\88u\92¯\97\1ayÌ´·Ä½J³\84¨»d\93\94#gl\82\14²ÆÜõMî\8c~Yüt6]\9c}=sàDf8ò\ 4?´Cî\eëÝÙ§_\98\11\ 3ÿ'\83Ù<\1a\e\ fRjgx.\87gfÌÏþvÆ\94¶¬¯µ\17ô´v\1cf»Ì3B\17x¡KªO&£À7/¦\1f/\96\8b»ÉÇùÍßÿ)µÑÛÀÍy\7f\ f\16ÚÌ\1dÃ\94\18qß,E^í\8b²\1eYNä\99õÓ>A\8a\9buA\9cUBϦJb\e.\1d9æ<Q2òÌÙíÝ(`æb¹ø×lJ²iNÏ«Ë\9f\97¢\89ÓÂÞª¥W#Ç7\8bÌB-\rk\1cÚ\ 1s\fËqìÈ÷I©¬\18\81U\1fÒü\9e\8c\8e\1aUD®ENÄJ9d]ä\9f\19\9b2\89\89\93*    ðP\11\83³ä\0\1cZ\8aòéíÀ4`\fÛ      \8Ü·#\8fÎþìºþPè\93å3f²·#\8b;\fl\85ê?¨hY¯\93JiÖäi]\rW2Ø\99ÃÎãÓ[;jëÉåõ\95º\1clU\97\89ØÑpS\94;Q\7fÓÞn»÷bþ»÷\ e\1dè½Ñ½´ÛMóHÄ4KvI^+Û|f>û0\199\8ec.n` \92í!­U\82í\9aÇ\våÈY\99\92øïèá|ÓÝCÔ\8f\8d[ý¼Péç\ 5\80}L?\10\ 1uT?Xø\8e¦Ù9\r\8b\8b\rM¬D\1e\13g.m~#÷¡Ð\1fÛ^0\1e\ 6¾<`x\15K\8b½$\90Øs\8fÌ\9fòµ¢z^\97\17¾ÅÜ\9fÌå}\87\881@\1dHZÛ\1fG BhG\9c?C\9d\1f§\93ËéÝr6½»¾½<     =<°yÐBÏU)v\90Ä~\10\98ë\91\ 3\ 3À0Ñ°>ì¼OÊ´\88i\16B\94\98`÷X\82\ 2rÓÜ"ëâL\87\ 2¢N\8b\9c$V#\17Òr\83X\ 2 ]\11Þ8N\0\86<\0\1c\84\r\80§6\ e@§7ÚF4Uw@éF\80)â        àÅ÷M\06\8f»æ$\8eS<]dÙ\13IÀ®\15\v¼m-á(\1a \96\12¨·     MÍ.¦Ä)\93}RË\r¥æl¨²6P\1fñ\146-cQ\8bå*+Ö_ÐÏè_\9bâB¢¶ÂF8Çþv4|¼ºz\8b[E¦hêÂÚ\ 1ÒÒ0N6#8I4\19Z)À ¤     éE$\16\8båÍÌ[""\9d\ f8=cÃ:Ê\9cÞ¬öËòyú\ 4¤íÍÅÌ9§\v\16`Ïò!­Ô}\99}"«~\ 3ær\95T*^©è4\1a¡È\ fö÷$ÐüúýÇ\11\87¬ýpýñýòæörz2\8b<è[Æm\16ÍÓ{\b¸¶TjG0\82 ,\9e[ís\f\8eÇ:É+\99\9a`ôÞb§³\18Áð :\82mÁ¸Qôâúè9¡y½Ûgé:­\11z¡s\10ë/\ f2\1eÊ\988ëb·\87\1c]aCÅ\197«N\7f\9cÆ\80\1d\84\10ÊÈÐÁÙ\1c°óf6}oyzû*\89I¦w\95¿ Y\91\84\8c"$p\8f_AÝÖBýünK£*a]qV\81I5õ\bx\ e\1aM\0\9bÐ{\86ÞÁ)\a#ŵ{'p\94ã\9a\ 6ºÞ
+TÐáØ\8fUÄK[«Ké^LÀ\90z&\90\97=\13\ 4\98\ 6«'z&\88\93ÿÆ\18IJÅ\82\18å\91yÑ_T¢\851Ç\Ö_\91·\v`úÂ:\ 6X\1f.¬"\97À\b¦S\9bU§Lg\91!¾Ãv \15¶çZ«V\ 3d\82\ 6Xt°æ@Æ\0Ú\12û!Í2¢\ 6¢2«\90\96±Â]O÷¨Ö¦L¾6\0§h\ 6%\ fX_«=6\a«È\8f`?îy\0ðG\rUAÜ·ù¬¡]¨æ\r\82ÏÊÒ]Zën\17Z\8e}Sÿ©v\P\15CtIê­.:2­\8bòKuØË     ´à\89tz}UãB¿>äE=ÔþPù\98Ü\9aW\ 22JÛxþÃÝ\ 12º¾í1ÿeõC·÷ÓÇ6G¥'ûÈHE¥CF\1cwY|Âb\80Ì\9eç~\1fÀð\90·\0ÃCO\ 1\fR\ 408OÅ£\85öð\19´\83Ì\0ÚA¢\ fí8\8d0$Wªù\16\86p\16a\b\99C\18:\92\1e*\9b\a8¢AÉ\7f\ 6J\bÓ\87éÿ\7f\0ú\1f\ 3 ,\82AÔ:[\ e(\93\81X\8b½ \9c\81\81lz´(Ý\ 1F³9=ɶR\8e\ 2¡Ý\94hj\ 4\80è\1cöWÌ}ÉC£b\e\1d@\8f³éä\8fÙ¯÷¢\ 5\8d~-Ò\\ek6??èÊà\ 5\80Ze        C\1a:õ×\r1xtu[vzy1Ĭ]úø\1aàêù\1d¸B\10)p\ 5.¹Äóûà
+\ 2ú-Ú×=\14Pò]@r\16s\9bÄè³\90âëW\817m×\7fN\13\12>AZ9°w\98RB\9ev\f\95\18^¿ÿ!÷\83Ì\87&øÝ;çÅ\ 6\vÿ\84jôG\16¡\17|\aòYÐ+BÜ\e\9bÛ4)E¹Þ¦k\91\11§\8fÙ0Äv\1c°)F\94B\90ê7æ0M\8d9\10mS\ e´nÊ\81\94\ 3\9b\9aòþzÙ3 Ñõ\f¿Ò¬\ f\9arªJë¬\89[¼úïõé<
+º2\1aùº\8c\ 2W\95\ eÊ(p\ e\\80{ô\\0C*\9b°\9f,\9bÀèÊ&\fT\91\0\9e?N-]"\8f¤Á«Õ=7ò\8eTÞÈë¡xäiÄ\8b<\ 5\1eí<Ñ\82\1e- Fº9q#Ý\9c 5´*r\86V\95{¤÷G\8bÝo·X\7f\8aÂþÅC}Ý°W¾Ð\9b\9b\9e(\854\8c\82§6Voug¬P\7fA
+zæ
+M¡\ 4\85^\9aª#R}~[ \8e\18\aN~\85\82\12ñ\ e\1f£¶ \0W]\93÷\812j\v
+ðU²\ 3\80Ò\ 5\ 5\a\8b«ÃÕÏ\8b\fñ  8d¬\1d­ï\1aì\86\7f\86\8e|H\7fí·\9bo©'\86Å}Û\ fÂÁG\9e®\16\87\81¹\13_(\14C\0ð¦L\88«òPR       MfiU'y¢\96Aâ9J%ñT\11O%jR¦øû¬¢ej= XR©-\85ú~\r³_\eHÐú     ?\96a\v0v\ f³=<ÀÐc\rYï{\b\a\16M\86Vàê\93\bo\7fmqæk+Ã$Ü\1cÕ\97\8aâ:º<oA\88·}\b\b\vbl\1a\99i@u@luI\ e\82\1d\ eð\16\0y\8b{GÔ\aWãwLîéÔ®@S?\8a@SÉ\ eµ½P"­\88µÇ¯Ó1ñd\1d\82\86³ØÆ?¤q½U;µ\ eG1ò\ 3\89uïx\15\97¼´ç\15\1e23UKÒai9ü':æ6gîïý%ú\1f\96U\86A
+endstream
+endobj
+1001 0 obj <<
+/Type /Page
+/Contents 1002 0 R
+/Resources 1000 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+>> endobj
+1003 0 obj <<
+/D [1001 0 R /XYZ 89 770.89 null]
+>> endobj
+968 0 obj <<
+/D [1001 0 R /XYZ 107.713 729.972 null]
+>> endobj
+969 0 obj <<
+/D [1001 0 R /XYZ 107.713 602.45 null]
+>> endobj
+970 0 obj <<
+/D [1001 0 R /XYZ 107.713 518.764 null]
+>> endobj
+1000 0 obj <<
+/Font << /F22 400 0 R /F46 984 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1010 0 obj <<
+/Length 2375      
+/Filter /FlateDecode
+>>
+stream
+xÚµYKoÛH\12¾ûWèH\ 1\16Ãæ\9b\ 1æ ËrÖ\ 3[öJÚ\ 5\16ÉÀh\93m\8b\e\89THj\1cÿû©êª¦(ZV\92\ ff?ëùUuuË\19<\ f\9cÁ§³\8båÙ\87\1d$v\12ºá`ù4H\9cA\14
+;pÅ`\99\r>[\9e;ücùûÀó\12[\ 4\ 1lÒ£WùZ\rGnàX\97eºÛ¨¢\91M^\16¸ôlº<ûv&`¥3\10\9a\\10Ù\91\17\fÒÍÙç?\9cA\ 6ã¿\ f\1cÛKâÁ\8b\19ø®\aßõ`qöÏ3ç@4¯#\9ap\13;ôÄ \82o\12¹$I¥Òr\ 3\ 2d*\ 3\81¢ÈjJüÆ\96*Ò2S4ö\927+jå\9bí:Oó\86z\8b\8b9-®ó¡°\9e\v¹Î\8bg{8ò\12×\1aÓL¦\90LEëS¹\95\8fk&Z>Ñw<\1eú\8e5\19ÝLhGY¬_\rÛõZ[Ï\19\8c\84°\13°\9f\96¹Y©\82¬Çk¡E|¨\róÔ`ÒÔÙʪ9§æË*OWÔÜ(YÔ½mD+£\8eÜeyÉÛP\1eݪË]Áó\8f²ÈFë|\937*³[i}ÛsBöõP\ 4VYÑêÛûé§\91Ëü*`½-«\86»¯[Å\92|q\ 2g|¹\\9c\8f/¯¯ #Îûêvü\80âäl{\9ed2Û²®s°÷i±<7¶nî\86^`\8d\17Ø\8b,\89ºéáñP\ba-oÏiBá\9eï\863®x\94é×\97¡\03UYM\8b\0O[@³ö3.é\b\87\ 1\17ê}eõµ¦\89¦|Và\82\8a'5äp|¼\e\1d\ 3\ 1xåv÷ýßZ@UÕ\10=¿ý&\0\v\ 2kOÆ\11 [Ö\80̲ ®6\f|\9b\95ÔPHBëI{&îë\86#=Ýp¨«\eö[Ý\98\9a̲\1c\ 3Y\1eÅm^\0·\rEúÈ\v=\ 6\14\1e\15}åv˱è\85®\8eE\1cÕÈÄÆx1±¹E\9f6¼h\99\85\8a"\ 166\8c´¡\87\1d\f½v7y\ 6Ir \1e\13\1d\83\13\9dÁ\12\83\83ê¯ù\96\1d·ÊÙõ\18b _à{ÖL\rÝÀú\13\8dª*\90\7f­ê\1aQäGdr\þßÝfÛâB목)\ 6\9b\96Ö\8dÌL\8cV8§\16Á0²
+¥²ºK'²¾\16%Jð²§ÚU\8b\83\0(Á|ìXkU<7+\90=L\12k\89Á\80Á  AÝ\90\80QÂìÛµÔÖ²u'\89"\8ch\9bÀ\80¤Ï\93\92Í®R4§wáâÝQ\14\83r¾pI¹X\87ó\11\8f\14%N\v¯\8drìù¤>\8c6,?\8fjñ`¸\95]0
\93$»ðLðÁÜq     \1dm~­u¥À\9d¼_\16¼é$\90F\fJÇí \17:\f-h\91j\ eG\ 5\f0r\1d\8e\bø\ 2Òj3I\1f\93Â>´I\8bÆë\ 6\92À\86wS\80 3\1d×µaCN\86q:õ2#\11\98á\88\ eï\18åGÙ?²2\82dQKHßtÀèCô\9c\14\14D\87\89\9dó\17|7\90¡eSV¯Ã0°0!x&ç\ 5±Îy:á\ 5\1cjØ \18íÒ [PKuù7ª¨¹\16é+®å&i\80ñS¥¾íÀ`¸ë\95\86ðà2\87+t5¯Ð\87ÄGýT¢Ó°¥\ f\7føR\ 5\ 1\r\12\ 2\1aGx|;àA[ýý\8e\96\ 6¦\1f<-\r3æªñvD\9bGÕ==Íy\9fsiÑw\ 6\94
+\80\8c\1fø8
+[ðOo.Ïi\84\ 4\85\ 6\97KááA \aj^j²\ eUc!IÓ¥\ 1d\17[\95æ_\1cÇMihR\16ØÓgPì¶ÅM\87,\1a\86Z`¼ã\ 5\15\17L\88ì=}C\19!\ 6ñ²4á~Þ+\98j¥ó$\97\1d¸ª_0­äÐuø8 \91\82\8b\841ñ¤ÒÆÔ8\aµ\eÚQ\e½-l?\ùa§ª\1d\89ÄöÝ\b¾¡\1d\ 6\11\18#c2\9dM\1e\96÷\8b\7f]\ÍÇ·ÓE\8fL¯8öí(\10¦@\9fí6\8fºj\15tþ¸\ 2\82q÷H\ 3O\95ÜèR\rÚÚA0)©Û­é`T¯äM%\93;\96¨p­\99ÇÂO;i$\9cÀö\ÿÐW\18b\19\18\ró×nÍF\13\bûC3\r\84c\8bÐ=´Ë\17×\r\ eW}\1e\ 5\8e£y~ä
+U~Ï7»\r\98! £N;[\9b\ 1\1a­\19 ])ȳyÚ\98(jØ»~O¨^ä¼'Ï[\eý_¤sO#\vîIA\9ch\849Î[dÝÏ\11¡wøo9\9d,¯ïf'\ 1&\ 2Û\89b\ 30\13Z;\13+Ûªl \br\83\7f\93\87\10QÛº½%¬å«ª>\1eÚl\14\a¶¯\ 5ý   W;\1f)\98ge\9f/Gy\ f`:¡\1eõap\9a\91`F\939_À$pÙ\17\85ì%s1Ò¨§\v\983\9bW@¦ü\ 5GÅo\1c5\9eM®onÆó!D×\7f\1e\97óñ0\bÀi'ý\15\80¿D×_u#\vö\82,RHm²2\97OÙÈVøJ6êÐ\85¨Ñ\87\1aj\9d\85ÃH¸à:׸.ü±ë\ 2×µ¦9ß\93@  L£^\10v%Â.I\84­\92\17æE­\10D8Fg\9bL¹kâH/\7f¢å\8f¯\8dÒ\ 5{\8c×\ 4¨ÈtQ\ 4\13\7fæL8/¶;&\0ç\v\ 4[\ 3\16Îuò\8am?\8c\ f\8bm`3.Ò\v$ÜÚ\87´Ä\97\8eê\99\9f<æZßÎ\11\80.¼.Æ\15ºï¹î\19Æê[Ô0þ        \84ªu­\18¤×l\9d\93Îåg\10Ì2æ\884\19\85ýþ?ÁôvºDX\8e/1H\b¡ºÿp{wy\1aª¾\ 3\ 4ý£©E$\9eu«P\ 3\91øÖ%èbãUUX\v¥Þ·>îêX\1f    àÖ¾\11q\99\8e`¤ý´«\b\968\9aÁ\8e|]÷\13\95\80\17ÁÏÃ\1d}sY\9a\8a\81\1d¤\0®æu¦0\95¡~Ëid¦5ü;g\8eÉWÓ=u|­1OBhÒÂL\18N\9dg\19]\89ÿ\1d¾î[¾Ò\94MÇ5úÅsjr7[ÒQuó° HýDúó<¨\87Úô·ä¢.ä\vD\18ZT^Cå³kJ¬eSêÂy\92Â]\9fÖ´w\ 1ØV@~\80:[¿`\85ø43\14\87jMÃ\Õãõ\7fÄU\10\1aÑ\13\87¹ÄÜ\eu\16ÁÄ\9câm0\10À\11ß\ 6q\ÒÀ\9e\85yx¡·@NXº\9b®dñL      NpÂtè6\eàý®2Ce\9a\82¤\19>\13`QBï\1e°\84ÈUHïHu\r:Ó½\8fÓ^\89\90å\97\91\97*oÚw;s\16>«f?Ø\16Ù HS\95æ\ 1²\91Í®>,}Ì\1dÏ1>à\ 3ýd¤÷òìd9¿¹ºÑýO\8bÓ©öd\1d\1e¾Aáìnv\12p1d\ 6¿ÅÛHÿázý¾Næt\89\8fã\0\ 3(l½À\8e\92\84ÖG¶°ý!Î9ÖÕ®èÔQo\1eØ{\ föà,(ýCó\1e®     Ù\82I\8du¤hù§óùÐ\83\18\9as\88ÊtZ¤\93uY«ý\9bíP\aô?ƳË\9béÃ~/¤ï9q\16~\87³çÄvàµW\ e@©G«\ eì\8a-ϬٮÆ\9a¯Fÿ[]Â\10\°§G\85[ÏÎp¢ûv\ 2\82\90Úü3EG\91\16pª0O÷\9d(Û_\80#;t\19á\97
+1\9e\85ÏÑ\9d&ag¦>Wæ\96¸*ͯ!\eµi_5zXéê9rì$      A\83Ð\8e@9-Ã=½ÔRX\1fV ï VÄvä`Ú\8cm'ð\8e\eø=´jK·®»/uv;¼\\1c·#d\9aÌhkV>¶¿;\183öêÄþOB±\aÇ\8aû«¿\bý\ 5\90äác
+endstream
+endobj
+1009 0 obj <<
+/Type /Page
+/Contents 1010 0 R
+/Resources 1008 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+/Annots [ 1005 0 R 1006 0 R 1007 0 R ]
+>> endobj
+1005 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [217.003 380.925 292.021 391.829]
+/A << /S /GoTo /D (structAACENC__InArgs) >>
+>> endobj
+1006 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [353.899 347.612 440.713 358.606]
+/A << /S /GoTo /D (structAACENC__MetaData) >>
+>> endobj
+1007 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [397.095 259.426 501.244 270.33]
+/A << /S /GoTo /D (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846) >>
+>> endobj
+1011 0 obj <<
+/D [1009 0 R /XYZ 89 770.89 null]
+>> endobj
+971 0 obj <<
+/D [1009 0 R /XYZ 107.713 524.585 null]
+>> endobj
+972 0 obj <<
+/D [1009 0 R /XYZ 107.713 462.66 null]
+>> endobj
+973 0 obj <<
+/D [1009 0 R /XYZ 107.713 412.69 null]
+>> endobj
+612 0 obj <<
+/D [1009 0 R /XYZ 107.713 350.765 null]
+>> endobj
+974 0 obj <<
+/D [1009 0 R /XYZ 107.713 286.49 null]
+>> endobj
+975 0 obj <<
+/D [1009 0 R /XYZ 107.713 245.923 null]
+>> endobj
+362 0 obj <<
+/D [1009 0 R /XYZ 90 228.525 null]
+>> endobj
+573 0 obj <<
+/D [1009 0 R /XYZ 90 202.933 null]
+>> endobj
+366 0 obj <<
+/D [1009 0 R /XYZ 90 202.933 null]
+>> endobj
+1008 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F46 984 0 R /F14 726 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1019 0 obj <<
+/Length 2076      
+/Filter /FlateDecode
+>>
+stream
+xÚÍ\19ÛrÛ¶òÝ_ÁGj&Â\ 1xgÞ\94Änݦv\8eªs^\92\8e\87\96 \89\1d\8aTy\89ë|ýÙÅ\ 2¼\89\96\9dãN§3\9a!°Xì}\17\v\88[;\8b[?\¼[]üëÊq¬\98Å\81\13X«­\15s+\f\ 4ó\1da­6Ög;db6w|n'ÉZæë»,½\9fyÜf{\82\99¤ÑRne9\13\91\rX\b\8a\Ç·]wöÛê§\8bËÕÅ\1f\17\ 28rK(\ e~ÈB×·Ö\87\8bÏ¿qk\ 3ð\9f,ÎÜ8²\1e\14ÖÁò\1c\17¾\99õëÅ¿/¸\96\96?)u\143Î=+t]ÆC\12|)ë\ 6äñí¼R2\8c\89\0\ 5·GÁu\98ðck."Æ}\87H|q\1c\7f°×ú<÷9·\17\v4ÁûË\9b÷w·?¿!õ\8b\9c¾U³^˪bÃ}\1c\b{ÌãÁ\8b    _ßüw&\ß^|¼þp÷ãâæÃÇË\11§íL\80WÒ¬)¥â62ÉÜ\15L\ 4.|C\16¸\9d7\99Ç\9cÙ\pbçûÄîr¹\9c¹Ü¾]\ 2íP9û2Ç_±A_\86ÂþÂ}>\9bû\9e°×E^Õ\84FrÝutn?\.I\16\e×ó\99\e¡C\95\14ûE¢i\97³À·ßLJÏÁ\11ࡹ\10,ö}ÚhX\aA_öwÍö\83¬ÖDEx=*\82Ç,\8a=Ã÷\vçî\84t\823'\8c\rR\9akzSbù\90\19q«Çß!NÑÔçä       \98\1fzCy\0\vÌçEÌ\17Æ|:ìzB^ç\8b\12ãgWMÈ\19ÆÌ\ 56çÅÄ\91Û\19-)wÕ\94\84\90\91^§rO\82Û¦>#B\ 4\8a      ÿ\ 5"8=C¡\fS"ø,\8ez´|¡\91úù?wb\87\ 5\ÀÀc®\17\13r\9b\ 1X\0\9bMZÐp\93Ô\89Ê9\95Ø\90_\8eGø«}ZÍænäØÛ&_×)æ*\ 4¾m \87$ͳG\82m\8b\92\80\12\99¤ù\8eÀ\9a\r.\10\9byÈ#û:'P²Ù¤\1dÙz/O¹9ö:Ñë÷z¹©äfÄÔ H\9d\87F\99^¶aÊ\97\12í\ 5\81\ 5.pvM\99\10\174±,&*\9d\b\98çF`E\aÎ\90gÊݧ÷¿\80\10~\fáslj\1cFJg\ 2>¤YF#¥\ 6¬\95².S9\83så+\16\13,oËâ@#\89à?kYæIF[ZÊ@eæp»Ùâv<©\14¬ÉëTc\92-\ 1\86\9a\1aÎY\8f\9bÆK²¬@àC¥yvÞ\83\f\191/\88\87Ƭ\0\ 5\8fJ\17*è¶L\ eP³ç~ä\9b\88A¨öa\92¥5\86\88\aN\9a        »ÏÎÓ~\ 3ì\91ª°r¢\1f`=¤õ\9eVK¹iÖÊb\0®ÒoZ\944§åuq8&eZ\15\9a|]\10\1c­Ò\ f\8d®\92àA¥\ f¤\92¾?^Î\að^Â(\8di\98É|WïGQ37\16\8b        \10ç£æz\8b\84|r\18\ e¾¢ÊIÖèi1\÷L\f ¬J\ eÇLV4IT»²k\ e2×Ë©^ù&ËB\9d\81ý{S\99ÅÜX\eg¥LsÈDpÖ·6'|\8cYt\19Mîµ@Éñ\98¥hzEEK\97v,\9f\88\98RþÑȪ\96\9bWØj\81±ï\84:¸a ó\r\rÐJøMè£\82~\86a5ÄÇÊÛT{\8ao\98뤧        Õ\19\18Ü\9bmeºÛÉR³ø\9a\95¬kM!èH÷ÜÖ\17¨]7©\8b\ 4´Û\9e°ÔÈ\91"Pá\8bß¹\804sâ\18Ò\f\9d\81i¬ë\9dZÞÈ,y¤a\96æ*.`\98\94\92\ 6Û&Ëô²¶\83ò"L\1fö2×\9cö\1ay@¸Äæ3×ôr-\8cV8Õ4îÓºªK\99\1c¦j¯*\83äPì\99Ë\9dn\9e\97ʵNè\ f\9aP:JÁ\ 4ÕÛ·ys\80ù»ÇZV£\88°\19\96|ϾjJ\90º<\14JÏÐdJèSt8¡G9\ 4\0\15\16zQ%\a|«t\aY 5æýã\88\ 6©NãÎÅ\13\14 Îñîòöj\16ÁÝâL¼;Ï×\ 67\f¨J¢Be©\ e<\0\15ë5tÊ\e\82«²\17\9a`\ 4À±¤J\9f\16MEKºdá¢!\ 1T!\82\1e5p;"Ñ\ 6\0\98Âv(\18\15-®÷I¾\93\e(*\1e\ fµxAWR\9e,\ 1§E\86w9\88\13:%qtoú\94®Ü pKn\86qwRáL\97G\ eB@ñoÁ½¢­³î\15ågµo3Éô'8SuCeZV\15\94\96÷\1a\91:\15µ¥Ð¹d\90Ó|#\8f\10¡m\92\97ò´/\ 1pg\1eLT¨³Â\863P`\83Ø+\ 1 ð°4¨\1cwJÝ@O8£u)Yg\9fh\ fÔÅÈþôég»1~·7ß\98{s\92k\8cÄ8²ÀìÔ®î\85\11ÎÉr=fPZ\87RÜüçãÇ×\1e®®î,q@­\ 2\8eTMp½niØ\82 \ 4JÚ¸\vA0f\9b¢ÐÞe4¼¢o®ÜSk\86´\19\9d±NÉ×®î[qðP¦t\96\f¤|Ø\17\99le ²\8a\a¸«rí  \87ö\ ftnJÅtNµÉÒV·ÎÃÍ\89#\rêdÛ<A\9cNÍñA?¾\11;p\8dáp£s\ 4\8b\84¾o|Ro\0m\8cL¿s\fo\97\11\vÅð\99£\7f\1d\1f      Ð¿!\ 5\ 2:ûö^º\98\8còAÿ7\11òc\r\a¢Í5\87ÁSI{\1d?'\1a\vCØ E»6ý\1e\89Õå\r\88\95é±\ 6o\83¬oL\1eÉ3Ç­?x\9a\99\12\bؾ\1de\1dÜ\84\ 2'|áÃOm\9a㤪Í3O[\9fϪC-þÄ\ 5UïÖ\95\83\92õ(ק\r%\9eË.\13Ñ3¥áöH·\13Õ\12ua^a\98o¾WÔ|\ri\90\94\8fcqO
+Üö4-\86Aã:\8c\87£ é\15\9a3Qã»,\88"\135Ð4ý#Â\ 6Ò;àñËÂæSY [¿¦æ\8d¢\r\9aâ\19m¶¦Öµ\95\8d²Õ´\r¦\88~¿íé)è\9cÝ]Á \9b\9eÈÖ~\1f\1f\16¦G­ÈÞMt¾gÕ \81Æ!ô¬\1eø®äMÅÏH\91\97Êßëã\9fS`x4ø\1e\vbO\1f\rî?øý;|åû·çñ©{Ãr\89 Û¥Æ@YðÛ{!'@ª\17ºN\18gÐ0ÎÛ\1e!\1a½8\9fê27h¯xÐ\7f\7f{suý\ 3\88\eqo\88\1a¨\13qÿd]ÏûxOH?Þùë»å\80ºpÂà\ 4iõi\8c\13\9eàür¹\9aÅ®½¸\9bOÝìúÛ\9føÇÂ\9c\17\13\9dÂðÊó×\18\7fxÁÔbéK<\8cú¯\1cJЦ=åàp[gÍf|
+\8dÿÑ\8a\ærç{ÿÐú\1fSìù3
+endstream
+endobj
+1018 0 obj <<
+/Type /Page
+/Contents 1019 0 R
+/Resources 1017 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+/Annots [ 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R ]
+>> endobj
+1012 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [133.245 462.905 275.8 473.809]
+/A << /S /GoTo /D (structAACENC__OutArgs_aa08d19137d0dbd54d3d86f88a85eb149) >>
+>> endobj
+1013 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [264.962 305.639 347.353 316.633]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+1014 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [276.588 263.646 358.979 274.64]
+/A << /S /GoTo /D (structAACENC__BufDesc) >>
+>> endobj
+1015 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [222.761 234.834 297.779 245.828]
+/A << /S /GoTo /D (structAACENC__InArgs) >>
+>> endobj
+1016 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [219.174 220.428 300.838 231.332]
+/A << /S /GoTo /D (structAACENC__OutArgs) >>
+>> endobj
+1020 0 obj <<
+/D [1018 0 R /XYZ 89 770.89 null]
+>> endobj
+555 0 obj <<
+/D [1018 0 R /XYZ 90 693.046 null]
+>> endobj
+370 0 obj <<
+/D [1018 0 R /XYZ 90 679.166 null]
+>> endobj
+976 0 obj <<
+/D [1018 0 R /XYZ 90 96.348 null]
+>> endobj
+1017 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R /F46 984 0 R /F14 726 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1028 0 obj <<
+/Length 1528      
+/Filter /FlateDecode
+>>
+stream
+xÚíXIsÛ6\14¾ëWðHÎX4\0\12\\8e\8a-§J½UR{I2\1e\8a\84lN)Rá\12·ýõ}ظ\99r\9c\99tÚCO\ 2\81\87·¿ï=\b\19\8f\ 62ÞÏÞmgçW\84\18¡\1dzÄ3¶{#D\86ïa\9b\12ll\13ã£é¸Öçí\aÃqB\eS
+\97ÄîU\9a1kN(2/\8b¸9°¼\8eê´È9él¹\9d}\99a D\ 6\16ì¨oû\ e5âÃìãgd$°ÿÁ@¶\13\ 6Ƴ :\18.qà736³_fèUÕ\b|úD*áÛØvmÇ\9ac\84\90¹XX\94\9a\17ËÛ\8b\87åzm9ȼ[K\15£(^æñ{V_§»U¾·\b5\vyò      QdÍ)ܾ^½{XÝ^Ýq\vί°Û\13\1d\ 1ò´é\9f\10r$\95ëõ\95\83\95£iR\90\82\11H\11t\ 3#\bè\1c\84\1d3\8a\15\91Ó#\9a\93б \r`\ 1\ 6\ 6¾$\ 6\v¤ÚÀ¾(\ fÒãÒÂ]Ѩ3\96ÇEÂJù\91¥»2*ÿ\94\1f;\8b ³I³Ä\16\11\1cû¶Gh\eÑL1\93?\8f)wÔW\vSà)·Z'\89¯ª.\9b¸nJ\95\bÏiý4!U2(«V×\9eòB\916à#GÍ\91\1d\86\1ex\80Ú¾¯<pϽ\1a\95Ñ\81ÕÀrp»ã2\b\v\ el\1f\85`j`#J^F§/Ý\19\85©\8dÒ}\91æµöi­r'Ҿϲ"\8ej\96\9cöÑëvºÈÆa(\fõ´\8ak\ 6\8eå\9eËOY9ÐÖ!P\9c#+?\11B\aw\8d\8f"Ó¡N\$ëäîç3©¦\8eMÕÄ1«ª¡¾"S<\eqQod¼ºýÍÂ\ e5\17׫Ë\87\9f\16·\97×K%i@´Ú\8aRuy©\8e4\11\11\8aÒ\fÒË\9e¨¢¹\83m\fõ6w\89íú^\1f\ fÜ×ñ p\15\1eô\90  \1a ¼À\8c\8b¼ªå¦Ôü¡ãtw¹\OÔ¾\ 3þ'\9e«Óåi!\ 4\882ô¨y6¥?   ];D.x\16Û!U5ØSYk·\11        4\81J\0\10\14\0â;@é¸z\ 5\95|\9búÞ·P   {\81íR_¡R \94\8e¿4©\ 6\ 1^Ü/ éX²
+:Ä\ 4>¥àê(\8fÙ\10\91\Éxû\94V\9c\8c\9aû&\8f5عfÉê2e\1d8)¢\11(ºf±\97\aõ\13\93\e\94\87\19\9cF\1e\9bRAÑÜ!\8e¹Êåi\94$iÇI\96|OD'\\12\bxÈ£L\92\81M5«ÎZ\9bz\11\ 6lu\80~$\9coR3\89ju¼\ 3Dù]nr#ø\960B\mÊR8\93\9f\16ñ\93\8aÕu\9a?VòëYà9'Ú©\9b\94\9c\ 1üÏ=0u+9\82w\85M\92&U·\19\80¹ä\vEÜ$i10FÕÛæÈâ\94Û\11sBb^(«äW\9aËß8ª\98\I[\88¹\8e¸ë\9eåÇ=_G`.d&«\85xlÖe\94WÇ¢¬%M§!0)å/\14\ 6\8b\ e\1fo\95z}gqDÚ\9c_/,\8c±¹½\99
+PO2¡\9e\92,\92#\94\1eã»/ÂÇ7eøøJ\85\8f/e\ 6ûæ.ÍUGä·\13Ù,<3ªäo¥=©\ fRÅtµ¹;_-/$\13캡7wä        \a¬\9bûåû¹;\99g<f¼\8cÏ\86Mk§ê´©t¿J vã:SÝz_¨ÊT¬Åº\eö®x°T0\ 4Z+êõÕ\85\83°÷rÓs\91\82\83ã1Kcá®ê_jû}X~¥óôç¶P¾ÐC\f\14|\94¥É \89M\0ÚS\94'\19\e\e8Pm.\ 5È\96J' ùäHÂ1Ú?5\93È\8b|ä.\1fÕì½\16­yÜu\ 1ú¦Òëá&Ïr,¢\9déäÐÝXBÇ7Æ\18Ï&\81§Æ\18ç?0Æ\9c\98bèwL1?j@ñû\ 3
+U\ 3ʯ«Û-ðòô@³è\ 1fü6Ûå¡\9aLH7\99Àæ\9b'\13èÔ¨K\9a7L&\9e\ 3\1d¸\9d|¥H\ e0\80¡ðf\ 3æ§&\96{ËwÍÅzq3¡F\10ØN7¬\1c\85q/E\83Ë(\84ý[C\b<'\89\7fâeTä
+©*è\84\1aµN\97ëQ\83
+·bòY$\87\10\a\a½!\84\7fé]Ù\97±\ f\9e:\1c3v\90­\99\1f¼R\92ü¼\17ó\8d\889\151çÑÖ\96\8f\8a\93bðï^Ô<\17Øõ~àV²4\87\81\ 5 ê¯¨SR>Éø
+ð^Q&l>Õ0xóÉuÙëIB7\8f§vºëÆ\1c\9c¦\92ëX¿\86t\83)vu\94\få(\ 6Î\8f⧱ç!4JΨ\vª'å[\81íÞ
+I\9b\7fC×ýßnFíF\17àI \1eTb\9b\9cìÅ#X\87»7[ò\1e²aì\9f\8e\e \11ñðÛÚÍÈ:\1e-<\fÖj\90Ù\13ó]\e\94\86\rSZ$í^gl\97Ö?Øüñ\9fj\81c;\88\7fj\7f\ 3`\90üb
+endstream
+endobj
+1027 0 obj <<
+/Type /Page
+/Contents 1028 0 R
+/Resources 1026 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+/Annots [ 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R ]
+>> endobj
+1021 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [175.807 377.254 263.737 388.123]
+/A << /S /GoTo /D (structAACENC__InfoStruct) >>
+>> endobj
+1022 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [234.747 220.956 332.859 231.86]
+/A << /S /GoTo /D (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) >>
+>> endobj
+1023 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [418.694 209.001 500.736 219.905]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1024 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [258.786 149.271 340.827 160.051]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1025 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [308.429 105.442 390.471 134.508]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1029 0 obj <<
+/D [1027 0 R /XYZ 89 770.89 null]
+>> endobj
+374 0 obj <<
+/D [1027 0 R /XYZ 90 739.935 null]
+>> endobj
+557 0 obj <<
+/D [1027 0 R /XYZ 90 572.871 null]
+>> endobj
+378 0 obj <<
+/D [1027 0 R /XYZ 90 558.11 null]
+>> endobj
+618 0 obj <<
+/D [1027 0 R /XYZ 90 309.023 null]
+>> endobj
+382 0 obj <<
+/D [1027 0 R /XYZ 90 294.261 null]
+>> endobj
+553 0 obj <<
+/D [1027 0 R /XYZ 90 96.348 null]
+>> endobj
+1026 0 obj <<
+/Font << /F22 400 0 R /F14 726 0 R /F46 984 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1036 0 obj <<
+/Length 1949      
+/Filter /FlateDecode
+>>
+stream
+xÚÍYIsÛ6\14¾ëWðHÎT(\b\10\:¹(\8e\9cºMlWVzI2\1e\8a\82-v(Òå\92¥¿¾\ f\e7Ñ´\93Îdz"\ 1\ 2oÃ{ïû aëÞÂÖëÅËíâçsB¬\bE>ñ­í\9d\15a+ð]Ä\88km÷Ö{;@®³$\fÛq\9cð<¹ÍÒ\9dãa\e\1dÔìy\9aqõ¶áw¼tÜÐ\86Ub*¤\84Ù\949\1f·¿-ÖÛÅß\v\174bË\95\1aX\80\ 2ʬä¸xÿ\11[{\98ÿÍÂ\88F¡õY®:Z\1e¡ð̬\9bÅ\1f\v<k-\81a@Zk\91\87|géb\8cíÕÊaÌ>[_\9eÝ®7\e\87bûj\ 3\96E\91pf\9d\9e\97·7¼¾v\ð¯\8c\8fÎ\92¶\ f\98agÉ`YRäU­&\7f]]¾z³¾íD^½Zo\84s?\9f{~Ï"\1a ê[K×E\11cʨêÕæøÌþIí\1aøáSDB\ 2\r\88\85k'ðìÕfõvB«ë\12\14\85¾\11ð \9c\99ÒC=\84½)=ï..·\13r\99\87\98ËÌúOqÖð     ©\ 4Âî\86f\15\84ÏÕ\8bhoÑ\92ÂAQL­%ñ\10õ"µ\18¢¯\f(r\9dGU\9aß\9b\9c\ 2ï!×ÎÔ\80ë\10Ê\81ô\90×0\84ð ¡\ eÔ/Ý\0ùDG}{H+Xëúö]\93'uZäj\14gYá@j~\96_\ 3\11\84\ f\18\93û¦\8c»EÅ]»X½tÊaK«\+¨\1ex\92
+!|¯&Ò\¦½Ê÷ò^'þæõÂz/¿k¿Ô©F¤=Õ6ÓÁ~¤t­ãä \84J­ËÖÕ^\82É8@ÅaûØÈ\ 3\85·\1dWÏÊqm®ç>§õA½Åú#\17Bk½´\17'\18%à;Ø@¡\fVz*ÍAQ\1egjôID1ÎÒ}Üm\92q\v"»>h\99§Ñív6zM\19ç÷ÜX\b\ 1\9fðPz\13ùö^¥I\ 4Ûó½\9a\8asõì\19\a\9fK~ª\19\16Iùòm§åTé=lâ{pÕó\ 2È\1a­)Nê&Ök'D\81\ 1ûâ¡\13,s\rf!\9eµ\9a\91¡\80§\bÅ\84GU³«øß\rÏë\99TQm\17z\87j\1f¢1\99êê¥\8a\8e«ÿaT¤K\8c¢\b:\13¡\88²@\19Ñ6>\95ÌýÝ\9d\94a£     Q\80#p%D\98ÑÓþ62 ß\0\0U<Ï4\89\95*ã6\87\9eª÷\ 3\9cwÆÇ\ e\ eL[*\ 5K\97!Lh¯\11Î\19E\ 1êXÛ\10!\1e¬\8d\87R\\17ê¹3í\89×¢* n7\9cÏ\1fÝóª|Î#m\9d\e5áÇ\\1avã \97Úòë92jªr¸çUR¦&É\19\9eokßéð0G=\86B\12\f\93tÃë¦\14\8feèðD     r\99ÉPM\v>\10ÂÆEÃðÀà«ß\7f2@¤\ fºI\12^UC{e\15÷\ eã\19\82/.ÿt\ÊìÕ\9b\8b\8aE\80¦Ð'ýEï.oÞ]_\ 3;ñ±½]¿ê·ޮ7§Ë\15
+\84ÈóÃaW\19(;»º<¿x=rëN\96|\9a5¥ª¦ñ     Ð\bùÔ\95\14¸bUÁ<«ò=Ý«®\1e¸ÐåSC¤H0Ç\9e\7fx8B\80u\1d\95Àt\8aí`D(mÉÎsøU\88|<â="\84KÊ0ò#w\18ÅGÈ\10ð\970l\v\vÚÓÛbßd¼\9aR\b\ 4\97\84Þ÷\12­cüå\f:^γjÊ\19\820\ e\9e¢[Äs¡\0¼!ÝÒg#p¥­éª\8e\15cg\1a¿E×;ða\13>aYº\0VÀ¦\12É hèÚG~,ʯâ\1d\12­(Õ¤Ð$\9em?\17\ 3¡Ö\11ß\12½Uq\13¹^=\f\e\11 L;\96 >íy^Ô\82k\89ÁNë\93&÷7ªQÇÕÐ\0\86\1eK\9eæi\9d\ 2\ 6ýÃ'pg\18\1eM doT\85Ôdú\G\1cáGC1\99¨\859,ö\91\11\18?\14\92C\rqÏäÉ$\1aKø¸hã·\1f\9aR4îü       ÌV\86\f\9ajWYs.@Å\ 4Q[a7\82\82ß}\9d°õ¨EM£yóðP\94µ±<ÍMú§ÕL2ü2lùKBPà\8e\98ÇcÈ\80¿à_TܺÒ\91fêÒ\91=ºÐ
+ÕõC¼8Äàv\9aÅ»\8c?îè\ 4`Qä\85ѼYÐiÀ- ¬\14è@Æ\93ZÝ9Z«ôÅ)éÝ\91J.@ùÞ\11ôb\ f\976u_é]\94üÎ$\10\1cÚçb}a®_z\87/\9b||¯ocqÉõm§¨ªT9*t\ 3Û\1fC\9e®àÄd¨9Ó¤8îÒ\0ú\99\12ôQ\14x'¡ñç\12N¼µ \ 3Çè\9a\93Våñ|õ+AÿI7Ѻo^n¾Kïwªõ´Úë\9b\1fé­k*æ-¯c¸mÆ?N¹Lñ/ññ!SÕ\11JN#\ e\7f\82¼\0\96\1eü5\81ÉÐ&ü°\7f\8a\13B\x%ì))AÿP\1e\93â\7f\83\14W],¡\951Sè²gª¡zé:)1÷o¢o¾0\ 1\97ÙT\14¶¾]\88\8b­\9c\97-\17\9e\84       @LÅc¡\9c1
+(\1d\92°Ñ\8d[b®\80}\8d·;Ý+!\0ó\b\ 3\vÙ\10aFüêQ\94\1c\10­Ëæ¸3½Öð¤ÄH\99D\17\13ȽFÊm\v\9bÖI\ fkª1$íÓ;\11Ø;^ªÈ
+6"ãùµ:\81#qøÁ3áh\1a\8câ/é±9ªA>á÷ ç©T`½n4\fK\M\82­9Á\96kfé®\8c\ 1m|fO\83Ø\13\18\96\9b3\ 5\9f\18öìw\95`\84^`W\10kõÖ:&\ 6Æ1ñ.\1c\13ÏÎrê\85\9aôÁ>\81YR\8e!ºð.NH<Û\98È\r\13\80¥\13{¶g[K³ã\19 \9d\ f/        \83\ eÀÄ/ʳ}\84É\1fù»[\ 4ÎovåÙAËrû·2
+Í¢¥Z/^L\b\83\ó¢¶TBÑLDfÁ%°-\9b@ÿ&\16\ 4:\ 40ÑK\14\98Ve\10è\1fç`b\9côðIÖXÐ\8bö©\18X"ÛJ\14!\16\9fÝ4\93\82¶®³®\a(êPOÒo\f*\fî¨ÌüH\11þ\ f\18\9a;þ³%\ 43áîû\8dÿµü\v\82R\83v
+endstream
+endobj
+1035 0 obj <<
+/Type /Page
+/Contents 1036 0 R
+/Resources 1034 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+/Annots [ 1030 0 R 1031 0 R 1032 0 R 1033 0 R ]
+>> endobj
+1030 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [377.026 672.89 459.068 683.794]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1031 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [135.768 637.025 203.035 647.929]
+/A << /S /GoTo /D (aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) >>
+>> endobj
+1032 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [236.659 580.716 318.7 591.496]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1033 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [319.676 565.568 401.718 576.562]
+/A << /S /GoTo /D (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) >>
+>> endobj
+1037 0 obj <<
+/D [1035 0 R /XYZ 89 770.89 null]
+>> endobj
+386 0 obj <<
+/D [1035 0 R /XYZ 90 739.935 null]
+>> endobj
+551 0 obj <<
+/D [1035 0 R /XYZ 90 491.223 null]
+>> endobj
+390 0 obj <<
+/D [1035 0 R /XYZ 90 477.065 null]
+>> endobj
+1034 0 obj <<
+/Font << /F22 400 0 R /F46 984 0 R /F23 401 0 R /F14 726 0 R /F11 673 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1040 0 obj <<
+/Length 276       
+/Filter /FlateDecode
+>>
+stream
+xÚ\95\90MkÂ@\10\86ïû+æ¸\vf;3\9bÝ$ÇT£U4¡i(\94TDü(\82\1f´(ýû]×\16´ôÒÓÀË;3\ f\ fÂ\e \fÄ}#îúÌ\90é̱\83f\r\19BâH[&h\96ÐJãÔ´\19\811\99&kýRHû\9bíJElQö\ e\8bÓnµ?Î\8f\9bÃþ\\15E#Þ\ 5ù&\ 2\85s6Ñ\89±°Ø\89v\8a°ôù\bP\9b,\85ÏÐÚAÌÆÏ-<\89G\81ßhx\83\10\89I\933\90°Ï\12¾\10½2Ûðþg\ fÚÈ"Ê<W1ÊnQvgÃòY\91±2\1f\ f\87¼ì\8d\8b\8e\8a\88]zÝ\9a\14\93ªVÎÊ\97YQ×縪ÿ¨Ý\1c\8b\82£TÇ.\85\88HgÞT êVe\7f8è\Ty?a®\15¡\9co¶§\8f\95¾Aþm.5Ú ÿWÜ\17`ujõ
+endstream
+endobj
+1039 0 obj <<
+/Type /Page
+/Contents 1040 0 R
+/Resources 1038 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1004 0 R
+>> endobj
+1041 0 obj <<
+/D [1039 0 R /XYZ 89 770.89 null]
+>> endobj
+1038 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1105 0 obj <<
+/Length 702       
+/Filter /FlateDecode
+>>
+stream
+xÚÍ\97M\8f\9b0\10\86ïù\15>\82ÔP\eb\bG\ 2\ eqKLd\9cVÕªBÛÝí\87Tí¡§þü\9aB¶!\ 4\8a³³a\ fQB\94\19?ygl¿\83Ñ7\84Q:Ã'ï+5{»v]ä.\9c`\19\10¤¾¢\10#?ð\1c¼ð\90ºG7\16\7f¼\7føm\7f\9e\82t\84\87B'ô]¿
+ÀhN±CHýó(²\17Ø\8a\99\88Ëh­\98\ 4[{)\98¬r ¢ã\\8aæ\84èøe\1dr{{÷ðxWþüñ¥
+u¾¿iVÃ\88 _Õ\92Õ\a\99ÎÐÍÜ¥Øòp\8bFç:\93ó\18CÄ<Ë"iûÔúT®¸\92\91M\b±\14\ 3#r\r\89lJ­¼zT]\84à"\ 474CXÙ\1eµ"\91Ø\1e¶>òDm¦ªÎ\8bÔã\19\fÛ<aPE1å\887\91\10,;\8f°¼&B.\93é6l\9c\v%«§<+\ve\87\9eÕß ÁU6¬~é\9a\94,_Cibº_\ f\ 4²\16F^\87#èp¤2\12û\8c\95\19\13ét\87Æ\86Eº?Ë\1d\93<OÀ \88\19\ 4\17\\95Íóô\85©i²\flýå\ 5\9d»æé¤\b¯£\10[V\9f[×Æé\11\82MZ\95b%_IeÚ\17J1©*j÷JúCÛ\1fQì4\84ßXÒΠ\80\Ïw\168@Ôõ\1dº¤\80\r[x\86í\83M*\9f\9añ¤s¶\9c\84\81È4\12E{¤$c`(Cªôø\9bÞµûÇ/Ã+\18÷çí\9d§\f]×À\12ÿ\ 6$Ã:öçìL<`\82\98HpQÒj \0K|4d@çü;5À%í\1d\ 3.ë³`ÀÖ\83uÙ©O\aKÜ6Þ`"·\9c´¡AÆ\ 3§å9k\f¦ÅÁë\1a\1e¬ÿIX_0°9_è¿wíåeù\83\b«CËÿÁjqbè`¹\8f\1d\1a,vËr\ 1Bw\1c\13 vÇ\ 2\81qoõ\1d×\18
+x½\ f»%©¾i\1a¥Þ>\89\8cË5϶\19O7ýE8vÐÔ¯Ó\ fÛlS\86yÇýÓÆaWtM\87\8b:V&Ï\9a\0àжû\82ÇÃÊM\0\ 4)V`\886æÜ\ 4êÚbÇX¼¹Âbc|âh_?B ñÉò÷fÇÏé;S³?Ï^\1a÷
+endstream
+endobj
+1104 0 obj <<
+/Type /Page
+/Contents 1105 0 R
+/Resources 1103 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1107 0 R
+/Annots [ 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R 1087 0 R 1088 0 R 1089 0 R 1090 0 R 1091 0 R 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R 1101 0 R ]
+>> endobj
+1042 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 608.529 175.539 618.716]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1043 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 584.593 175.539 594.78]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1044 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 560.658 175.539 570.844]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1045 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 536.722 175.539 546.909]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1046 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 512.786 175.539 522.973]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1047 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 488.851 175.539 499.037]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1048 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 464.915 175.539 475.102]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1049 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 440.979 175.539 451.166]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1050 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 417.044 175.539 427.23]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1051 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 393.108 175.539 403.295]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1052 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 369.172 175.539 379.359]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1053 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 345.237 175.539 355.423]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1054 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 321.301 175.539 331.488]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1055 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 297.365 175.539 307.552]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1056 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 273.43 175.539 283.616]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1057 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 249.494 175.539 259.681]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1058 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 225.558 175.539 235.745]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1059 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 201.623 175.539 211.809]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1060 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 177.687 175.539 187.874]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1061 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 153.751 175.539 163.938]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1062 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 129.816 175.539 140.002]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1063 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 105.88 175.539 116.067]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1064 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 620.497 392.02 630.684]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1065 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 596.559 392.02 606.745]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1066 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 572.621 392.02 582.807]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1067 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [447.791 548.682 459.746 558.869]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1068 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [478.774 536.713 490.73 546.9]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1069 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [395.458 524.744 407.413 534.931]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1070 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [436.703 512.775 448.658 522.962]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1071 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.887 500.806 428.842 510.993]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1072 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [446.217 488.837 458.172 499.024]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1073 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [452.852 476.868 464.807 487.054]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1074 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.285 464.899 469.24 475.085]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1075 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [456.518 452.93 468.473 463.116]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1076 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [440.13 440.96 452.085 451.147]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1077 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [454.127 428.991 466.082 439.178]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1078 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [468.344 417.022 480.299 427.209]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1079 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.285 405.053 469.24 415.24]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1080 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [459.258 393.084 471.213 403.271]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1081 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [420.195 381.115 432.15 391.302]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1082 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [437.908 369.146 449.863 379.332]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1083 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.644 357.177 445.599 367.363]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1084 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [465.923 345.208 477.878 355.394]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1085 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [428.493 333.239 440.449 343.425]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1086 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.454 321.269 469.41 331.456]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1087 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [435.328 309.3 447.283 319.487]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1088 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [450.252 297.331 462.207 307.518]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1089 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [458.351 285.362 470.306 295.549]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1090 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [458.142 273.393 470.097 283.58]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1091 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [462.008 261.424 473.963 271.611]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1092 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [457.913 249.455 469.868 259.641]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1093 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.336 226.751 357.291 235.717]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1094 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [427.029 201.606 438.984 211.793]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1095 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [411.746 177.682 423.701 187.869]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1096 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [434.78 153.758 446.735 163.944]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1097 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [486.575 141.789 498.531 151.975]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1098 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [496 129.82 507.955 140.006]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1099 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [462.775 117.85 474.73 128.037]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1100 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.597 105.881 415.552 116.068]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1101 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.317 93.912 402.272 104.099]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1106 0 obj <<
+/D [1104 0 R /XYZ 89 770.89 null]
+>> endobj
+1103 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1193 0 obj <<
+/Length 1147      
+/Filter /FlateDecode
+>>
+stream
+xÚÍ\9aßs¢H\10Çßý+x\84ª\v7\f\19\94G\84Ñ°Ç\ f\ f°jws[\14Ñ1±
+1\87¸\9bÜ_\7f\83\92Í*D Ìj^D\10\9dî\9e\9enJÀÝs\80\e÷\86AïÏ\11\84\9c
+T¸`Á©\80ë+\92\88 Ä\ 5\96\97\a·à\13'«@T\81D\1fÚ]5\1d\ 3\7fÎ\7fèá ÷o/¿\ e8i÷0ê\8b}\19q³Uïö\eàæôú'\ e\88²:à~ìîZq×P¦Ç\98ó{\7f÷À\81\10ù\17!\12 ß!âú\90\1eûp?®¦ ×\80×±£\87\13/ÿêæ\1f\ 1Ö\ 3ÓuþØ     Ú+Iï\vIÞ¸ÇÝ^A\ 4x\19\16¿ïG¤\1fW\92\b\95Ð\1eöq\10\9aÎP\90\0?\1d\8d°W\83\86\83¦h_³'\16ö4A\92$ª»N2¨æ*eîÐ\vm×x/\10U\ 2_d\9a.;¬9v\ 4\19ñ\9ae:ãF\8a¥¦è`âO\87#O³±Ï,\12\ 2Os|{ú\99Ùü§\8e?\9dL\OPò°5Â\89 B^ËE\a'¢LÊ\97\82rè|¨\1e\8eyup\13zY§¡æè¦eÑ\ 1\11ÿ%4r!\85W\ 5Uæµn\81\9dã\ 5\84ø©aº¿\81M\8d²\ 3\95È!]\9fÓI7¾;\r
+ñ4(¿ÖÆL\ 3ÚÐ\füÀÃ\9aÝÙ\14{_¢7W»\8dm·ð(ööyÐÛ¥é\83ç
+iQ4#É,\8c\97\8dâC\9d\16õ\94\16T¡å-'\19\9e\1e\8eL˶ÌñMðqåùûsg\7f\87g\9cG©ÒR©=õMý\ 3[òª(\13Ä\ 1\92\ e\11\95F®LY\17µ²ã:øcÚ×\9f`¬ß|<mù\16ÎJÕñ¾\çK\96Þ:=vÙ"î_Ì|1h7r¹ð½\94ýËuò¥lrTV33\bh)£¨ÂÏ3¾RS´_Ì
\1a\9f\99\12©\9d\92_Z\82²\ 4å,yâ¥\83¸\943N6\1c¿i;9>Ò!\14\11Q\83+²,*ðº$r¸]\18d3«\19E:Ú´ªª\87;\ 1\ 2~»À±¿ü\8flZ\ 2\8fÚë\82%@Ä/HjÎI\92-ÿ\ 1\0\92ô½àC\91l(]&Z\90\92íjX/\a\82\ 6\rç¡S+L÷\1arJ§uX½C¼­F\ f<kdíÎÇ~Y\ 4:\8b\88\8afí¼\ 2ÌDK\ 5iÀß·uv\95ÇhØhÉlø\9c\91¶´rü\99\89\1f­\1ecÂ:\bÍd±ö³t;˺L¸àÎÖÉ\82Fu\1déô\e«\1c\92¯Ùn\14\1a$ë9I\r\12GÏï$\15^\¤Ñ\8aX$¹Ï\1eºIZ&Ô6£e\1c[$_÷ß\ 5    ñ$îÊ|ÜfúC\94$$ÞtC­¢§¦ÑZ\v\19\9dë{XLZ^T¿6kó0³7Ú\a\89\95\19õg¦dF<Ý^\17MÕÈ´pËÖùí\11\7f\96Zï$¾n\8c8\99éñzCº½×Þ\83ð.sÔ\91ä\ 6¤1ɬå]\9eaYÐ\9a\epò´\18Ri\93<ÿD4¹1\83úÝ¡\a.u\1fIRÇA'ÅÝh\8eaáð5æh¯å1.\19l\92EF\94EuXØ`ÿ¤é\87¤öò©Õ\ e\ 1k¶ÓÕcø\98®ó¬\16\13\ 6¬@\18\0êâ]\95D2\8f,X\88-ü>_ÇwÏþ6M×Ûdn×/Ã\1a½ótÖ|êr-ªÛÌOóqà\9b¡±z²¾ÇT2ÙÐHè\ 6\9cè8\-\9fæë\â\8f$\Î\9fØ\80©AïÃ\94\98Áì\95SL6z7/áÔrYÉ-Ó@Óí\93Yk£¶\13Hk²¦½\8dÌ´·¹®|÷qü¿\88\81\0¶ý[Äÿ5À¯¼
+endstream
+endobj
+1192 0 obj <<
+/Type /Page
+/Contents 1193 0 R
+/Resources 1191 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1107 0 R
+/Annots [ 1102 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R ]
+>> endobj
+1102 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [220.64 727.536 232.595 737.723]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1108 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [242.936 715.581 254.891 725.768]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1109 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [223.658 703.626 235.613 713.812]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1110 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [212.59 691.671 224.545 701.857]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1111 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [212.59 679.715 224.545 689.902]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1112 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [247.638 667.76 259.593 677.947]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1113 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [230.313 655.805 242.268 665.992]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1114 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [215.349 643.85 227.305 654.037]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1115 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [128.854 621.16 140.809 630.126]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1116 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [209.332 607.984 221.287 618.171]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1117 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [191.161 596.029 203.116 606.216]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1118 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [217.362 584.074 229.317 594.261]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1119 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [184.754 572.119 196.71 582.306]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1120 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [226.039 560.164 237.995 570.35]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1121 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 536.253 175.539 546.44]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1122 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 512.343 175.539 522.53]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1123 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 488.433 175.539 498.619]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1124 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 464.522 175.539 474.709]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1125 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 428.657 175.539 438.844]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1126 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 404.747 175.539 414.933]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1127 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 380.836 175.539 391.023]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1128 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 356.926 175.539 367.113]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1129 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 333.016 175.539 343.202]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1130 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 309.105 175.539 319.292]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1131 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 285.195 175.539 295.382]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1132 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 261.285 175.539 271.471]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1133 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 237.374 175.539 247.561]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1134 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 213.464 175.539 223.651]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1135 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 189.554 175.539 199.74]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1136 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 165.643 175.539 175.83]
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+1137 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 141.733 175.539 151.92]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1138 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 117.823 175.539 128.009]
+/A << /S /GoTo /D (page.30) >>
+>> endobj
+1139 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 93.912 175.539 104.099]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1140 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.864 727.536 402.819 737.723]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1141 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [373.36 715.581 385.315 725.768]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1142 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [394.68 703.626 406.635 713.812]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1143 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [347.348 691.671 359.303 701.857]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1144 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [364.503 679.715 376.458 689.902]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1145 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [366.924 667.76 378.879 677.947]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1146 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 643.85 392.02 654.037]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1147 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 619.94 392.02 630.126]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1148 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 596.029 392.02 606.216]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1149 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.492 583.357 395.447 594.261]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1150 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [387.397 571.402 399.352 582.306]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1151 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.167 559.447 402.122 570.35]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1152 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [396.403 548.209 408.359 558.395]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1153 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [363.039 536.253 374.994 546.44]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1154 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [365.251 524.298 377.206 534.485]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1155 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [385.714 511.626 397.669 522.53]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1156 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.848 499.671 393.803 510.575]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1157 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [389.22 488.433 401.175 498.619]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1158 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [387.955 475.76 399.91 486.664]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1159 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [386.839 463.805 398.795 474.709]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1160 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [400.129 451.85 412.085 462.754]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1161 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [360.14 440.612 372.095 450.799]
+/A << /S /GoTo /D (page.25) >>
+>> endobj
+1162 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [438.206 428.657 450.162 438.844]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1163 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [432.548 416.702 444.503 426.888]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1164 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.747 404.747 420.703 414.933]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1165 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [498.919 392.791 510.874 402.978]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1166 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.441 380.836 422.396 391.023]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1167 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [381.848 368.881 393.803 379.068]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1168 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [389.031 356.926 400.987 367.113]
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+1169 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.975 344.971 415.93 355.157]
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+1170 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [375.751 333.016 387.706 343.202]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1171 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [421.529 321.06 433.484 331.247]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1172 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [419.875 309.105 431.83 319.292]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1173 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.733 296.433 392.688 307.337]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1174 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [443.995 285.195 455.95 295.382]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1175 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [395.288 273.24 407.243 283.426]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1176 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [393.624 261.285 405.579 271.471]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1177 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [383.522 248.612 395.477 259.516]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1178 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [419.208 236.657 431.163 247.561]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1179 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.41 224.702 425.365 235.606]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1180 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [374.107 212.747 386.062 223.651]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1181 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [409.793 200.791 421.748 211.695]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1182 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [423.92 188.836 435.875 199.74]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1183 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [442.5 176.881 454.456 187.785]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1184 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [388.643 164.926 400.598 175.83]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1185 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [422.396 152.971 434.351 163.875]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1186 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [404.702 141.733 416.658 151.92]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1187 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 117.823 392.02 128.009]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1188 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.137 105.15 402.092 116.054]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1189 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [387.397 93.195 399.352 104.099]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1194 0 obj <<
+/D [1192 0 R /XYZ 89 770.89 null]
+>> endobj
+1191 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1241 0 obj <<
+/Length 867       
+/Filter /FlateDecode
+>>
+stream
+xÚÝ\98mo¢@\10Çßó)ö%$Wnw\11\90\97(´Çŧ\13\9aÜ]¯!\b\8b%\ 1ô\10Z{\9fþ\16±\1eV©Ø*&\97\18!ÀÎï?³Ã̲\10L\ 1\ 47LÇb>_c\f\14^\91°\ 4,\1f(\10È\12âE\8c\80å\81\18húwîÞú
+ZHà¡ Óq«\e\82\92_et\8bùÍ z\11\ 2´\1a,ʼ,\88À\8d\98»{\b<zý+\80¼ ´ÁÓê©\b´°@\8f!0\99o\fÜ\12"\94\84 Hϱ\bdL\8f2. q\16\19±éDó\90,>­ø\ 58\99®\15\8co\18pw\85EÈâÖú~\ 1 \7fW\bñ\8a(n,\r³´ó\9c\1e
+\15¶̩*×\82lW\1f\11§`V\1d«ýUÔ¶\1e\96\8a\87\1dÇ%±k\87Á$\1fÄ?\1c\12 Ô\10@mê±Û\rg\v²Ë\15ßÅ\15pm.ýͼÓ\81\85Úà\e\92ö\82\89\11û³SEû\bø~ì;}nÕÆÒH'6u|Ä!\91u\12\94\ 6óM\rÒ¹5\fç$>\99ëb\ 5\16S\9b¨]Ø\9cp\18²\99¯\87\87,*Ñ¥ZÐÉ|\8d\ 3pTç\ 5_Ã9,²>I\f\8fÄið\vBL\92\v)YTNùY±Mž<ñ4\95R\92ô\83e\8fäñ\7fÌ\93\9e\84uDôIêhNê\1c*ñuJ­;\8bæö<\99å³\1e\92ÆèR\89nqmH_w\ eµÙ)IÇÄ¿p@b\9fÎr\1dl^ªÍ4ÉÜô\10\18Õ\ 4çyØ\f¹\9c\89Þ,\9c<\9bY\92̲Øë¿ÕsÏ\94\ 6\9e'\aë´Ý\1cÞ\
+
+5æ\83\14­P#¡óÜ|\1eê\96iØZ´ì=\86tRÈ\82\96©¦\ 3àÓÞOz$\9e¦\ fÍ¿\r\81ÖÓí\7fö\87\9a\1a·\19\8f\ 5\89oA\19H\82ÀK¸õ¾\85x{\9f&i[\931°ÕA×èõÆ\9c$²?l-7­r\b!Öâ\14\81\9enÂ$}hÉR©¦l3WÃ\89"{«\19Ã:R¤³Jéë\ 5wG\88mêÖí¨ÑÈ\ 41m\1d×A\18\ fé\9¼£c\9e¥Ý\a'\8eI¸¨\9c\90\93âWé*\17\86#g©Æîê;¸\19xÙw
+Ï?Â3¿\82/\9eËùöf\13 Úù}pµè;\a·\fà\9b{\ f%\93Ôýº6[5\ 2J\1dêl­Ì¥\ f.\8f_{rµ/?Ê»2ÿM\1c_v\87ê8t\ 2z9-\87·ÖºjÛ¦ñS7\e­\8b9¼cX¦5ÖÕþ\ 5ZF¹8\8dºº\1d\ 5Ko\96Wè§Ø\ e¼åî:§ºX}h\9dó*,tÍ;µ\13âÛá±íâü*ªcrz5å<]¼|\87T~\18\9fZÇËñõ®s[à\ 5\88\8fÝtþ\vÒßs\83
+endstream
+endobj
+1240 0 obj <<
+/Type /Page
+/Contents 1241 0 R
+/Resources 1239 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1107 0 R
+/Annots [ 1190 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R ]
+>> endobj
+1190 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [173.686 726.819 185.641 737.723]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1195 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [169.262 714.864 181.217 725.768]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1196 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 691.671 175.539 701.857]
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+1197 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 667.76 175.539 677.947]
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+1198 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 643.85 175.539 654.037]
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+1199 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 619.94 175.539 630.126]
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+1200 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 596.029 175.539 606.216]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1201 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 572.119 175.539 582.306]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1202 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 548.209 175.539 558.395]
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+1203 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [163.584 524.298 175.539 534.485]
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+1204 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.308 490.425 206.263 500.612]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1205 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.308 466.515 206.263 476.702]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1206 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.308 442.605 206.263 452.791]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1207 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [194.308 418.694 206.263 428.881]
+/A << /S /GoTo /D (page.19) >>
+>> endobj
+1208 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 384.821 210.687 395.008]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1209 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 360.911 210.687 371.098]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1210 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 337.001 210.687 347.187]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1211 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [199.847 313.09 211.803 323.277]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1212 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [199.847 289.18 211.803 299.367]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1213 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 255.307 210.687 265.494]
+/A << /S /GoTo /D (page.22) >>
+>> endobj
+1214 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 231.397 210.687 241.583]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1215 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 207.486 210.687 217.673]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1216 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [199.847 173.613 211.803 183.8]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1217 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [198.731 149.703 210.687 159.89]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1218 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [199.847 115.83 211.803 126.017]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1219 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 727.536 392.02 737.723]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1220 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 693.663 392.02 703.85]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1221 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 669.753 392.02 679.939]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1222 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 645.843 392.02 656.029]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1223 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.329 621.932 428.284 632.119]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1224 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.329 598.022 428.284 608.208]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1225 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.329 564.149 428.284 574.336]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1226 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [416.329 540.239 428.284 550.425]
+/A << /S /GoTo /D (page.21) >>
+>> endobj
+1227 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.417 505.648 415.373 516.552]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1228 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.062 493.693 422.018 504.597]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1229 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.79 470.5 422.745 480.687]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1230 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [403.417 445.872 415.373 456.776]
+/A << /S /GoTo /D (page.20) >>
+>> endobj
+1231 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.062 433.917 422.018 444.821]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1232 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [410.062 410.007 422.018 420.911]
+/A << /S /GoTo /D (page.24) >>
+>> endobj
+1233 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 376.851 392.02 387.038]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1234 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.065 352.941 392.02 363.128]
+/A << /S /GoTo /D (page.28) >>
+>> endobj
+1235 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.213 319.068 427.168 329.255]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1236 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.213 295.158 427.168 305.344]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1237 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.213 271.247 427.168 281.434]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1238 0 obj <<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.213 237.374 427.168 247.561]
+/A << /S /GoTo /D (page.23) >>
+>> endobj
+1242 0 obj <<
+/D [1240 0 R /XYZ 89 770.89 null]
+>> endobj
+1239 0 obj <<
+/Font << /F22 400 0 R /F23 401 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1244 0 obj
+[250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 832 667 667 667 722 667 667 722 778 389 500 667 611 889 722 722 611 722 667 556 611 722 667 889 667 611 611 333 278 333 570 500 333 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 500 389 389 278 556 444 667 500]
+endobj
+1245 0 obj
+[250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444]
+endobj
+1246 0 obj
+[769.8]
+endobj
+1247 0 obj
+[500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8]
+endobj
+1248 0 obj
+[500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8]
+endobj
+1249 0 obj
+[277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4]
+endobj
+1250 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+1251 0 obj
+[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444]
+endobj
+1252 0 obj
+[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500]
+endobj
+1253 0 obj <<
+/Length1 1629
+/Length2 9022
+/Length3 0
+/Length 10089     
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dw\ 5T\94m×.R\12"Ý5¤4Cww×P\92\ 3\f\03Ò \r\92Ò]\92*Ý \12\92"!-\r\12RÒ%ùã\9bÿ÷\9d³Ö9kÖ\9a\9d÷ÞûÚ÷z\86\89N[\8f\ 6f\ 5Q\84¹ 8y¸\80¢\09\r\r\15\1e \0\bäã\ 2\ 2\98\98@P\84\13äo9\16\93\ 1Ä\1d\ e\85¹\88þ/\v9w\b\18ñ \93\a#\1e\f5`.\0Õ\17N\0\1e>\0\8f (\8f\90(\10\bà\ 5\ 2Eþ6\84¹\8b\ 2äÁ\1eP\e\80\ 6\17@\15æ\ 2\81c1ÉÁ\½Ý¡vö\88\87<\7f?\ 2X¬Y\ 1<""B\1c\7f¸\ 3d\9c!îPk°\v@\ 3\8c°\878?d´\ 6;\ 1ô`ÖP\bÂû?B°\88Û#\10®¢ÜÜ\9e\9e\9e\`g8\17ÌÝN\92\95\ 3à    EØ\ 3t!p\88»\aÄ\ 6ð»d\80\19òWi\XL\0\90=\14þ§B\ ff\8bð\ 4»C\0\ f\ 2'¨5Ä\ 5þàòÂÅ\ 6â\ e\ eÐSQ\ah¹B\þ4VÿÓ\80\ 3ðWs\0<\<ÿ\84ûËûw ¨Ë\1fÎ`kk\98³+ØÅ\eêb\a°\85:A\0Z\8aê\\b/\ 4\a\0ìbóÛ\10ì\ 4\87\83=ÀP'°Õ\83Á\1fG\a\ 3\14et\0à\87
+ÿª\ f\ euEÀ¹àP§ß5rÿ\ eóÐf\ 5\17\e9\98³3Ä\ 5\ 1Çú}>y¨;Äú¡ïÞÜ\7f\r×Ñ\ 5æéâû7²\85ºØØþ.Ãæ\85+·¾\vÔí\ 5DEþ/\9b\a\11Ö¿2;\b\ 2 \0\14\16â\13\16\0\0\10/k{îß  @Þ®\90?\94<¿Å\ f5øûºÂ\\ 1\ fe@ü¡¶\90\87\1f,_8Ø\ 3\ 2@¸¿\80øûþoÅ\7f",\1e\1e\80\rÔ\1a\ 1°\82ØA]°þ\8dþ \86Øþ\89\1fæï\ eõ\ 2\98\0\1fèÇ\ 3\0þþüódöÀ0\e\98\8b\93÷¿æ\7f\8c\98[FEWS^\9bý¯\92ÿQÊʼ\0¾\9c\0N^\ 1 \80\aÈ/\f\10zxðÿÏ8ÿtàïêÿ\90j\83¡\7f\9dî\7fETq±\85\ 1~§ø]ÅCûþ®Äã/j°üµ7¬\80ÿL¡       { 4\ 4Àò/ÿM\81\ 2\87/\9eÿï-øÃåÿFþßQþ\9füÿï\13)¾prúCÏò§Áÿ¡\a;C\9d¼ÿ²x ô\vÄÃrhÀ\1eVÄå¿M\r!\7f\ 6Ä\ 6úÂù¿µ*\bðÃ\92ȸØ=\10\9d\93\87\9f\vÈÿ§\1c
+W\84zAl´¡\bkû?Éô÷4\1er8A] Ú08ô÷Åóà\ 5\ 4þ\97îa÷¬\1d\1f.\17øÃÌþT\81á\ f\8b\88øc¼¿1äaÕþó\1c
+.Ö0\9bß;É+ \b\0»»\83½±\1e\80\ 4\0¾<\ fËk\ 3ñú\83ó\0n.\17\18âÁ\ 5ðP³?À\16æ\8eõ{Ð\82\ 2\ f4û-ú\13    \ 2¸eÿE"\0n\85\7f\90\10\10À­ø/â\ 3p«ü\8b\84\0Ü\1aÿ"a\0·æ?HøÁOû_Ä\vàÖý\17=DÑû\17ñ\ 3¸Aÿf\7f°´û}÷>\fè\1fÙC,§ßíù[ ð\90Êõ\81\0\9b\7fmx\0Üp'0Üþ\ fÉ\7f4Ëú\85»ûC7ÿ`ùC'ÿÆ\7fÜf\10\88\17Ä\1akv\1af-\16êP\eÚvY-Céɹ1"\8ev\90~iÄË9Rd\8e\81èU\18·XMÔËÉ\9eS{§8ÛãhîС)ëv\99»4sâ»^G[ïÍ\7fÎI«¸eGkõzúþüÑd\92ï\ 5\15ý4n3R\81aª,\8dh©{/\926u4^'¦\94\8d\1e\13®ß³ÚîoI\9eÌDe\8aBªam\9aí\9dÕeÙê$T"\ 6{ßu\11-V\ 3 \r\81S²gyß\9dãCÖbL_¥ifÒ«\89·ÿÂJô¬Â[é\1f\1cXÀï¡î\8a\ e\bÞ8d\fGà+\88\rPÉó?®2Xxóô&¯Ôc7\93À×J\89Pzצ÷ý2kêe­æ±ýúñ®\19\1dKr§\90½e²m\fÏ\9eÏ/j|×\ 5"Ùt÷üÂÍ(\9bùÜ\bZ\94¦~ɤ\v¸Aw\ 6TùÓRÅwjGÕ\8805ï¹Éî±\95\9b\17ji*&£}¡,\1c\1a\89\12wåë{þ\rL\1fc=lÃ\91[\9fU§â¯+°\93d³îøÛ\86¼éctÊY8g        \9b4ä5\11N·o\ 3I\96,\88\84\ 6\1aáóñáx@Ó+õ\9fr7üè\7f\l|îëÃ\7f÷椽]\96yέ*Ú%\96 Æg¥nÁ/³¨àê\80\87ûs½uFM\8c\9c\8f§óê¹_\95ת\99z¿3¬Ø¿Â§ÍYàçÊ\f~\\fL\14@\9bûv§#*4\96\8c«õ\15}ÅüZOä\19M9òk\e¤2Íü÷W§A$Ã}°6$>,\8f² \98«]\9fÛ]äL\80&\96\ fÚ;mb1\83ñ\ e;Áþ7½ØÈ\92³\1c÷G\92­iZ\81ªüÎ2À¡[]¾Æé\16\ 1ßvö7$­ë\ 4"ø«aÐ\17\e£\1aÉëZÒ¸öþ\9c\84ó,q8ÁD:\ 3\89ñ1m2+§-yѬ\135\94\93?\9f´\95I\ 4ap\89¼ý\91½{ÊgGIq\92\94Ö¤Ý\82öÞê\1efA|(KeP´|Õ\17üåqã±!=íOräõÆ\9c¬O+àãmØsE¸V\ 2khr\11Ó\81\rïq\8bg\8cæ\87\8a  eÉ3yÿ³C\8cù\9c\84\94§m?ëkx\1c\9eW\86Ø\95=Eïà±joÉV}\aö³l·\8f-µzÉÚåi\1cr`mÂ\ftH>¬5B\12ò¾´Ã"L·'×k
+{Ã\8cöÒ\9fÀõ\8es|ÇvÚ\1c\0¾\9e¶Àê¥tâ÷1Ø>ÙrÑ=Yé ¶\88\85HWÕ±!ûø¥&¤\18\9aD\86Xãú3²dÃõâ\96á|£ññ\8eù\1cæ1V\89\99\87>_Z0ÀØ_Âø-dÑ×v\bÑ\b\16®ûF®x\ eØÇæð'\1eáî\196Ôò\ eºÂ²å¯³ß¿Bi÷\92\1c´\9dQ®»2¡5\ 3)\9cw9dê\ eD\ 5p³_c¯¯\93ì\02Óñ\16\9d\84×}\8c\16\12]kOó²r\94é\f.\16\82l\1aé\1a\ 3Åløß\14\82\8aqg\ 5D9Ö®<\88\18¬ÕâÙ\16¦ÅØ}F\89\1f\eÅT\11øà8\ 2H\8bt&\96={%Án}V\82\e<±*W-#jxÌaR\90¯S\17      \12\91;¶-\8dâ\87\ ej7q\13\8c\8eÍNçKL\16§Î\8cfx\19"k\9c=!ù\e¤\8e`õ//)\16\83Fµy|¿\ 6\11R\10¹ä¿\8a\9bÊU\9cóµ\ 2}\1cj³E\ fÿþ3¿Â÷\95úø.sdg'Ö Q\8eÈÚ`ÉÊÕÅ~ò¤T\10áÜz=(ÿÛ\0l_×3sbU\14+\82&\vÒr\80Å}\8cùªu\8b\9aª\8b\8cÄûúgóSÿÐü\bÄæ\9cÑ\9b\90Vz¡Àc7Dè\8aí\95\7f'ÁæX2ku¸0ª\9eî\84Q\8a7)\81x6¼\9e×!E˼m5¤\15\8f©óI¼~NkØ\8a¯äd,w~yÕ[9gØò\ 6p\84©Ü¿Àu\9eÔæ\87¯=        ¿d\14AÔcsOù\92Ci\88ΩÍÓ\1e\94\1d0ÔÆxÌ|Eº£A
+Ãõ     \94O\8cª6H¶·E\86\1ar}MÓ\7f\ 4e\8c¾BÍz{Ó\ 2\vëTòæó\r\b6&QÄFEØüùË\95wQà,\83+!:c\86þ\b\15¸$°60G@\87÷9\9f(YN\13å\80¸±Ò\98/Ïå½µ\81
+y5\8a \8b\85»\ 6ýå+D\98M``Èâ;ÍÝp^3k(xõ\9cÿä^â\80zØ=ã\83\87÷|\95½9[\97²Úl\8d\9féé7ãW\9e\84\r\14\1a»\85|\1cl\r=Q\1e\ 2þ\ï\8aEJH«óè\ 5ÁmõøO!ÆÛ\99þ¯Q\ 4ßòú«\85\0÷-\fªIF>Ä<\9e\1fâ.\15ì\føò
+xì(\9b\18Ùwç´/é\99¸d´#þ]Ù8¶º\ fÕË\83à#¡\7fàº"'c\16}\96\15\11\1dK\83\8f£¼\8e®\15B¬®ÿé¶CQsO\8e#öº&ù9\7fÅ\ 4:ÿ¯\8cÓåº\85{\a\19¶,K»ñ\b\9dw5µ\98,%?ľ\ 4UëàèÓ\86ʹZm\rK\8b]vË!\89\99\15MX¢±ÞÜ\84ýzý«Dj\84\1d)êgz[«ÅieØcüq[-\fÃ¥¯Èkeye/~\ 1\17/\12b\1d¹\13+\99«\ 4Î\9e|\1e/ûÕ0õ\r\86sYÝØàù;«=~£\\93\8b!\a\12I\85IÇÚÀZ:£ÞNõ×í\8d\97\ 5ý       úiÕçYk\0\8d\b§+\90\80Ëø\9dwV\ fD¿¯ïþ\ 6\1e&\83º\90\1d\ 5\vã£\1dñ3£\ 5T\99e¬oRú´\ 4-jV2§P$+MéóH7\84sq\8b \8bõ\8f©<Ú\19UôIf,i\ fÔÿÆ­\86\8câ4c+èå¶\92O\8dé\8dUëé_\13¬¬Ì]ÇÆt5o\95â\98Tuc\ã\róúÚèP¹\9fæUX«÷1\1dÅÔ»\81Õ\85Tª5×`+Xµ\91\9cæ\17:;í\0¥#8,ß\84ÄgaÈ6½&\90 mÆV\85mÑÄ\96\\ 2Y\83\80\84o\82\95©íèm%^\92Û»ÊF-\16´\ eSÎçt1ä4¹»ªÝXʬTî:ç¯\e¨u\ 4Î\v_\82ȬÔý¹%G\ 4\1c     öÈ.$t<ßhÝ       \91\bÜD2P\8a¦Ìp¼Ñ· Q×\96Jhè\1f\94«ÜÔÓ8\9f\82\1eLáÌI¦<Åï\e½\88Üx²qÄÇ6ãÀ`Ø\9d#¿#¼\15Íx<áw\9cKפ\18µ<8\14Õ|G±=§\9e$fñ\12ËF'UU\85±±5µÛx\80å\e\19\89³®Û\16áE¡ª  Yb\80í4\1e\8a\bGê{Áºï¤\16<W\85\13\ 1\9e\0ì\ f»o©ô8Фxâ¥B0°O¦e&{\97½\9dX\82×Ô\1fµ\8c">äÓ¢\1cè¿&ØßÛÂì$\7fï,=ÎFrý\1aD$òz^¡\ 5¹ØPË\8es.uº+\ 6·ZyÛu\93ì)X\19\9d\86\1eÃÔ§èö\13\1e÷ø\ 4\82\83\ 1\9ao\ eÏ«\13\9e¡\10PM\8a\81úí¸\80·¡\9a\9fOàøÉZÚ¡ß\#âq\91\83¬Ív\98\81D¥Ï,ß\'hZ5 mÓ¤¶½án\8aÏòÖ#ÿÎÕÅ=Dÿ\89\86\81Ửs®\1f\84Æ\9c\88­\8côíê\8aZ^\9f\9c©£\84Ðb¤\b,q=A\ 4O\83SÏ¢å\a«ÌÍ(¤¼V$\95]\921j\vÖ\9cç\19'\93\16\10<\85§z\b\9cb}k\81½a¹Uéè`X¯\0^¿\97ºüp\87LzTãËÛ^Í\12꯺\18\0õè\9fÙ¶}^\9b¼ò,©ÁC.ùµsÓÙóÐ\85Øw£cocà8ݳm±!߯¸Ü\970ªQhN\14LÞr¢\94ß6í\9d
+)\vòù\98º\11ï^\89\86»³2ÎX,û\ e[\1d\99;êõ\ fÑfY\923ÀôÒ\f\12eîø\bÏ\v\19Ü2\b+ñ4Å/³5\89¥\86\84?o¹\94eûP¶ö\96\13ß±íCKn_ªcñêéõ\a5\9aJçèEé%\8b"\99g\9b3\9dÏ[':      08\18u!\98Î\93ò&(\15±\9d±®\ 1_\ e+\ f_a£\e-$ÉÜ
+;ËøÌ\9eýÈFµi×\14£_Ï\b C\1fK,kw]n;O#n&\97S*y\1a\98¤ù5¯:®gÙO\f öx_\10¯Sfùb²ßÒr½ÝA\94\e\e\99\14éy]|àý\9d~   \13Û\95 ¥é·\93FÙÍÕ¤¹\ 4ñÁ\9d\rí\18FW\14\87\8aÀξmÏnD\18;´l   ZY¤ún2·éf\12ðQ¿¸÷Ë!|˸5Ç!Ìÿ\r\96é'\84²ÜÎã\83Á_4\19ÜXò«\e\80\ f\83\98¾PHÏÚ\93\f\94\82*Êö\9dÑ[¿O\¾iÖÕ\11N\97À¸ÂH\96R\92¹\97r\18éìûÃTÍT³Ï\9bï\\19\ 1ÌGxàRÜzF\85w\89\8aʱÎH¬Ë¤KE|hå\88\rh\96\13#\90ÉË\91îV.C4Pdû\87Å\bç\a\7fÇ\0õ1é\1f?Ë?á|Q\92è1\7foÿm\87Õ±*«\ 5\8a)l5\91p)\r7'½ôRºçJ\bÇÀÝ%Óº\bÏ|\1e½ïPµ¦H\ 4Zhû\8aÃÁ\b>\b¡Ð\9d¯¾\82Û&×\17\16}3u\ e´vä\81Õ°o¾Ä\88\18Ú\F\rìRØ\89°:\88æ\90«t;éf\ e¿5"ÜU)Ìê\9bLGuÿh:ßø)øóý÷k]\bÌÒ#qµÕÝ\86ÔUjot²²*ÛvJn\84\18½æít\8b!Ú¹køä\89\9b\90\91\ 1\99|Z<\96Y3\8d\19|\L<¢ó\85×æA\15cSZ)5N\8b£_½%¨NËÌ}\ 4\14b\82È}\18ï\82¿Xÿ\\ 2~qÔ\8br\8dÿ(s\88l_ê\ eÇ\ eû\18i\89¦:\9c\18ÝÖ2¤¤`?ɼ%E\1c\12\ 6($\©¤´LÉY\93\16\89¦K\87\99J«'\81Aifº\bì=\\9f\8eªg\14l]\17úbá\9c
+c\14\eaI°\ f «ï\8b\1d\ 2ëUM\1d7\1fy\93Û%ßï©y¹ñu\17¯|¶@\94RWdm¿þê7f8Ã\14       ,\1c\92ØTH\90®jMæ:à5_q¯+\16Íc¡V\96,\87lÍi\ f-ÖM\8aU]|ë\9f)\bõw6ÌÞæ<jÐX\95\19ñ\81[­ü_çÆÌÞvÃ\9b¥\89,\92àmÜÈi¹k\8a\91\1d¡¸Z\89
+\9fÞ§9íG/Ù\9b*YZ=:\aÓ\b\17e61²,\1d\ f\98ëó\11V¹eÖO\9e\1d¬\9dÈ¡Ñ¿¿÷è\88n>s¸ÃG\8a\95JÏ»Zø"C=Ñ´)ÀU\ 6\17m7ë§\14Sæ­\fûX+åÔQ_kMD°~\87¤]|qJ\aÁ(\9cßáDðÄ}ã¦àîO°\12\ fOIZ¸u¼æÞð]Fß\1eK\86e\8dä\13\86Æ\ f÷¡¬í\15\v+1á¿r\1diû¼Ûפq$:\91rårû\89ÑZ/p\97R\80î]bn+0%êû\9ct\18]jcÀº<æ\ 4\83°Ø\93\97\ 5Çõ÷'pTê<ó\9dj        ;¹Ã7    õA\8bR¿¶vg|\1e\8bÅZ\98%µ¹\a\81UNªzÅ\8d¸Áî>Ù\12\94{+¤d\17×\92þë3¥(î/Y       \11ƳÇGý»d\8cYlM\82   gW\ 3öî¸gt!\98´\90r±­/O\ 3Ç\r{¹Êl\ 2.\94î\80
+é«#\98HEKÒ<ë\8dű^Ðê(\83wnO\12\86\9a«Þ'WàM»þ°+Ò|äém¶<m\9a½\0çusÞ¿\93ÊåúV¬Öxu.æ{v\ 6\ fÆ\vïÌû\14_ªùæ`\12o\ 5½Ýqw¥ÇfÅ«KÅ^A¢?¤4²Ø,ÑÌ\1d\0JìôÇiÝW       ¾þ\99Å»H^É\80S\1c\81\9aq·Ók\82Y\9d\865\95hýâÖ»E_7Èq\ 5åõÃ\eIÃà+Ê÷ÃA\1dá¡~mFÚ\93ù\ 6\1f{Y¶}\96Æv\9c}=>Æuk"Øò\86\8e2­ñ\90ä3j\86(\12±-Ä\10\8e\93K\9cY9;üÔL¥¥\8dh\8ae¿\ e\9f\.þ¬¥x\84\95ÇR\19\ eÿl[ÃIJpí:"?¯LÏË\8c\96Îé\1a\85­v\10PýÊjí\94\8f\85Â\89Îvr\1a\ 6Ë®¼¸X\9dCuÏ`ÓÕò¬ÊÆ/^8\11õ\9bÆåk\99z»p¥¤aM½þ(ë>ÞÉ\9bÖ\19w\ 2®ðÅ5¡)¹8s9ÙüÕè­j"\89E÷×c\96©ÇDÙNn\15,¼f\8b\1d\19\9a\10Ê\1cµ­d`\1dõ\9eTé¸+OêÅ\11¶ylúñS"b|Kí\0½{Z       µÅ{)\85_\9bj\94YYÌuì'¯
+ÝM\19y1\19Mfb¸½¦]ùÚ\91v¿\eë\17\94»\85 5°![æ»\ 3Þ^È`W$é\v÷õ÷Â^³¹Â\9fPýÂQ(>wr,µ\92vÑa?\19\12ÓM\88qÉM|Åë=\1a^E\12:ÛèOóaKmû\9b\9a\ 1(\84á½0ÅjLn\8a«\82h»ç`Nî\18\89\825\ 1vR^wy·\84ÊÙö«RÕ~ËÃÏÉF¬º^\aK\89Û¯Qz¼0\ 5ƸæìË\180Zå\95Éwòf\81\ 3ÈÖ\r\ 1]-$ªÅOÖÂ\9b\ f\82\8aEÝPIú\ 6ì½Õ\16ëï\14ÅÄ\8dïó¾\86Ý\ 4\1d¿oZÆ\9cÄ'<\ 5q»wÜ\96ÐV\1dÈôXí´õ\17Ö_¯;\9539ù\9c\ 2\ 1ð\1fIòÚr\9aüj¦\8d\8bÇ\9bR
+\fGº.ã\17)ô;«\8e\f\8b\89ÒzùW~ªØ¬÷§Ê¦¨\94èDþ\1cÉã\1eúRòâ¬\81_R\ fÌ\8a²n\8böS>\1c&\96\7f_ÚVúÚ\8fß\95\84\86Ô\94 bÜRÑ8_õ\8e\14&áçÖ ö«nê`È\93°\14¤èCCFK@à\10\8e\b;\ eÒ@ßl¡\8b[ýJÉÎky\84µ\96G\16ÉN#&\81\93\85ª4ÿò¥\8f0\9e\90\9e»+sx-ã+dzõaé5\8c\86\92ôh°F`ä§TR"\86ÁZ\88ßuú©UÕw\9a\fì'\bõ\bá±\1a`Ú`¤ßèÄN»\16\rë²Û×\r\14\ 4fªV\1e\84Wmqk/Zô\1cη\12\8bÍ^\89û$¼[ö´ªq-\91\8dp\19ÿ!²\ 2SìUos\\ e      /\8b\98®÷úh\1fâ;\97\v\ 4µ0"\1cdçÖ\84¥Â¤B\7flÈ£}\88EJ 2\89\96O\9eíxìlXbÁ\90h\15\r¾OõódÅW±\Á­è\86\82Á~à>øGN.Õ\1c\90+=ß\80\8c4ó¦·ôÇ\9f$ß'\82¹ÑÑÃ\90;SaÜçñ\881
+l/ì\94\933ö!\126¡Æ\ 3åQ\8bK\1dñS2\1e\ f¸V`K\bèQݼã\94@\9a\8d\11ü*U9®&ÄÆÑÐUhÃÍ[w\¼\9f\v\943Û#\12õFi\94È¿Ú¸eßÇ:cò´j\94\93\15\8a|äl0½ÌR®\9e\99ºfh\17ýöÑ\9dû\88\ 4w\rn\a3\8f"È_Áì¨\8d¯`¹T\8f\89\8aY£Ù;¶ÐX®(\19Óê×ZsI,;¦\8c'±Z!ÖÅG\0UEB6f¡\82à:µ\93¡{\848:ÿݥƠ\ 5\85\19(2#àYºG\15õµ\94\8e7\96ÃJØ×Ü¢Õä\97]Øé~\9cÕÖêx¨¡§õ Tü¼}\9f\80\ 1||äì{Jõ+\8ap¡Éâ
+%öç\9d_òdcj\96£:v$\9a\98\87\82@Bï\85\ 3^F¼fH\1f_éëpJù$LKÜH[Ûû±Ù^õº©¤+\9fê\r\8bCì½Õ\ 6\e\89\84\1f"\86\92Ãz<       HÐ\vtj:¨®\1f\86\8b\e´z"\95÷ó\8c'_\14вÑÆ+\92\87\1c§q\96uÏ×ýÂ\7fé\ 3\13\b\19(^x_gS\8e\82§ð2éz\90¹\9b\ez_iÑåKõ\16.)`ý"çÔÚ\9c\9e¥Ü\13¤`!7\b\88¤Tܪ\18ÛÕ\15QÛ´4^\8d\0\19jY\86S\8d\1fòsiy1z%zýÀ?\8a»4j&Ï/ÿb'¬¦Dd±\ f¬£\v\9a\86\9dú\94\18\86\1c\ e}\81\8aö£\e¶±\1f£¦©ÕµuÜL\83P=\7f¼\85»E\80ÊÛí\83\ 5Ýçv\8eÕ\93\98E\r\8d£zÚ2\12\0kvï\8a\1aÔm$c^E «=ÎÂ\91¾æ\9b2Ý×Ó\14\15.($yf\87º]²\8c¡/µÄº>©kÅ4v=\a\8bi
+Lß\92\8c\12ÄYëé\ f`MÇÔJÄzÿ¶ßÈS`\98\9bþ˪\9fcF\19\v\84\9c\91\9blIõ}»\12vóJ\12MÿYW.\15\fÆ`ï:\ 6Úfê9ÞxÄ©\9bÏ"YÌ6r\859^¶7À+\10i߶uÐê§Â%ð¢ËRG»ðb:\98Õòèm\9a\8eN\7fã6ËÍã\vþ$\ 1²\94:óÒ\90¥Ð`"\8då*X$5\86\80\12\9b¥Ô°®¢F\19ÎJwàÝÔ\90ÝZÜ\8ek§íÜ2²\vÊ\1dR»@\1f\ f®MyQKÂOµ\9e]\ 2\13u,ïf7ÌzÙÎFÆnégä\91\83\82Ût\86»+X#¯¯\14\88\eûTZ\ e\ 4/9®U@]\8c\11±w#ÞY³\11ûI\8f\94S]¡-\9b÷\ 6Öö¹fdNÌóË\ 5\8aÝ\8b¢-\9fð´\8a\19\19\ 6¢0èäEË\90¢ñ\91Â\98X\91\1f\13\81ÉÖ²4¼\92n\aúé-ÔÓ®¤¨>Ù\10°]\89FL\ 3\ f\84¼XöZù]±+µ\85Ûب¸P=\ 4¨sá_¬ÄÏâêÌÔuÂ\81\al\97\8dj?SfØ\9b¤%!\\9cs°w\13ñ[wrä\95丨©\ 5}\81N\83x\a}c¦\ 1äºìÄ\8c\1eÝ°Tùâ\8c9»ðe\8c;ï _;ù[`ÚÈ'?ä5]Ü·Ø\ e\86Î+}ò+í/Cf/M\82\98Kz\99#:ï7'oܸ*£\a/©;\16¿\16G\90ö\8c\14ïö;%\e\9d\81rÞ=9gR·ò¡@·Òó\99¨\17\87\89¾\9eÒûè\12\10J
+õôÓæÒ\98º\8e&\96£\0Wd1\ fC\efÆk#<\1ekúúî2Íq\9aĬår¦³çµ\10pÁ¤©fç0\9f«U¿Bù´Õd\8bÎeAåDìÅ\95\7fû<öH>\8c<#·)H¶\8b¥Om4êÙWj%´n¥\80·bgí?'\91Üf\87f6л²`vË\v°p\8fò\9fdÑ%ª\13\16F\94h¿Äûy\v\9atîÚË\rÊ#áTÙ\14\ 5æ\1c!    É-Î\98\85ÏÛð'\97\1f\99²WB\19ê\99é{<\9f¢þ¢EüÔla.G%ßbE\92\11\ fËÄ´\ e\1dT"\9akÔû\13ñaÿÞÔÐ
+kK\1c°×|ß\89\10;íé]:\17\7f\94\81;\ÇÕ\aF\8eÁ9\14lªHÄZE£¢ú\8ec\94/\9e\93\ fB߯Ôç"¬6K_]ÅÜh¿a\93Öá\9c+ÞåÉr èo­\99Ó\9bÚÍù ¨\80
+FSÜ\e°#"0Áªc\11cË-Ý\15\16ÌöQ\19Ô\86\11\rúw´/[_\r¯\18ÀÑ°Í\1c\93^%ð§Fôb;ØO\81x\9ds¾ãû.~í\1d)\1a¥\2oå´\1cë\92\eKff¿A½\93¿Ñé9sÎg\v+¹ü\1a\17qZ\86ì:óöºjÐ\11\aÖ\88<LÓGAú.0Ý\95=\857õÉ£ÙÞ¶S\ e\94\18͵r\ e-ö7²i\16a8¡K\9bú«1\1a\ 4¦¸\85çaYlã\19À0Tï\e4\927K\1d1sUbí\ 1´_Û\86=@£òXìF«ê/z^ùæö\1c(W\9aB\b\8dXÅu\89\17\99\13É+u9\95º7\9cÚZD³\b\ f\85\8fm\14q\ 35srÅxCCC\v\8cVc\a\87r}¤*2V×ÄÝ\¤\98¯\9av17Ð\eÐH\0\ 5\97\83l^á!×\1dû82aé\18Dò¶ö\1cÉ]\ fçÀµ`\r"þÁ¯E÷èþÒe\97aà>ø;zßЯäç"\87á¯i3°x\15p\87¥]ÖâðkU\99\18|ïÒPѯ\863Âý÷d¿+\0-U¨æ¯ifh«\f'u^\94¹¿ \84Ñ ¡â\884lx\84g\9c^dNËPÇ\12ÝÔØmU\9eä¾\ eè3xÚ\83äÍöþå³i\1aR]y­¦\81¨Ê;
+\95ÜH\16\rnl(¾\ e\84øH;ÌÞ-/µ\13\85g)\vèÈtkdY¶kÚj\86KÿQ´\9f¹e\81ÅD¶\84÷ÔøU*¿õ7c\94\86 y-«\99n\vã>\10òx\93p'®ÆvÞã\91\ 4ô©g\8b¬¬'\9cX\b\10\1e¿WzØÇ\8eªS\86-öGÑ|ø\89\80b\14d\ 5Ø.WÊ\11qèq¹|ûX\85¹XÑ      õV7pü±\86aÅ.îôD\82Æ\8eýi¹\88\91Æ`I1\90íçótj'.A\91Û'Ï\ 6\ eýqO\8a_V\ 3\93»Ceu-:¾\1c®'ê\14\91\92Ò}JêÜ\rÐ1\v\18¯)¬~_ x\13÷\95\87^qÕ\87\b\ 3\89ÝbXèi\93\92íùH^\80\81\82¢\16ï!#­\1a\17\ 6^YÀ\15\ 1\96\ 6\86q$:µ\88\12u «*ÁÈùè\ eîLðä÷­y\93·5þ¹"?"eF$9ÓbÖ|#"Ò\9e\ 60\10\1crªáì\ 1Ýî\12Ä ¯§ybôPã¿tø\ 4½\ 2+\7fçÏ\96°\ f\8aÍBÛé\94\91ãÂMèoð¨=iÒe£¦\95q·/M97\93
+\8e!\8d§4þ,n-j3m\94Xi÷\86ýmGkú8;(/âQÎP\1d÷·ùm\ 4\97xà(YÛÕ¥å\0\85¶+ô1mtüãÝôæ«ËCç`\17±O~{k]ßóI~`Iò\80\vYÉý£ÜÕá8\ 4ìì·ôõÇÆi\87(M_#V\9eø\1f#+»E\96¶^\91J.úT  \13\r)µZK\96\1e©¤dï½]ÓéÈÒÚë\85£\96F¸«\7fÒ\8f\9a]=rÛ«Ð\92Ñ?fGU<VN·º4\9b\81}¦²\²ók\12á\0\ e½\ 6XQ`=Æ\6\92rÿvtJ±­\17?;\9c Ö`õÌü å+\e\1aö\91ø~\ 5Å\vý\80j\9aî$\ 6\9eP\93        ,\9bOTsªX°ºoÃì\ 2婤jK\13Í&ë\aR\83YK%¥eäEåEG\9cy6&½\97\88EÖo´\8eì1\\8dÊð\9do>|3kf/:¿É7\97W\1e¼$8»\9e«d+·|\95\13\15s7S#Þë?²\82P8GKá½\18©xy\1fK]\8eÆWÊ?\8eR"úã2\90©\83ÇC\ 4t¨vi\9e\826ñ(ø\89`\99ÂnBJ¹¨L¡\9d.v¿\8f\1duýË©OïËï¹\b>ç=Ùät\90\88SVù¶\1a<øþzïsK%ºªâcLsÕh\ 2Rô9Ç®\83ir\9f¦\88ò\8fåUÚ|\9d7wm\1c¯à¹\16~a\10{GÆ\ e¡Ì\1eL\11\9aðù&90yôÃë~\9fg²t\8at`°Y&\15\1eÃøk\ f\1f\8aýÞh~\8e\9aIì[\9a\85¶Ç%\1a¼ÏéÓ\1cîQä\f\1câ\90\ 4
+ݸ&h\85÷? «\80z
+\17Å}\1cy¹nExld ëô\8fkI\82¸ô\ e£\14©!x\8a¿ö\17N\ 4§\12r\87B¿¸\8f¥\87û?¥pàn£?\11\ 3~J\15ô¶Ê6)\9cæU÷ÿ.w6|(ô|æ\17!¾À\82¸üîf\aË­]¶\10Pü²5\83\8e\94\13 \93U\93\1c/\vFf\ fh9\84]\ 68m©IDmÊSÎia\91\1dfE­<=Oì\1f×ù\18J\12ÿ¡0#õ\8dÞ<j\10U[\95\ e\ 2\ fsEc¾\83\7f¹Ë ¡£E\eu\eºßÁB2
+\99\9b¹\r©¶Ç]7ÐÖdP¢3)0Ð"\92>x+\8fFòèÝ\99ó¬\1a\8d\8eA\82öíÅNÐlóV\90öºU7Ç
+[\19Ø\9fiÜG\97,¬o£þ\8e5\9c\8féÃâ1fgV\1aáKï!K\8c«l\98ky"ÎÎ3»4\9dë;¯¬ç\86\ 3\9a²\93'\858³O\8f\16Ë\1d\9b\9e¿\ 4%ùxFÅ2®Ê\¬\1dpÇC\157n£p\95mõ+nI¡\9a\98P\v45\9dc\8cRrCÓ%´9ã \16©Âg þ\ fÂÑ\82H\v¤¥KCâ\8f\8ave«sç\9dt\86¿=Þ7\f§\7f'c¡\8e\11>\9eÍNìû®Äúöö¨Ýô'\1a¦\16\1d#h\15 ä'\90mÇö\85@«}Ú¨!{<c\8c\9cvW8\7f\976\95@ç½±9Ú\16)&Cû
+\98\14Ü\8bzXG|$ôÒM,ØZ÷Y\\163I¢Ã·[P\1c\1d\84RØ®s@\8cƹ5¨\9e\ 5\8cX.pu[±X\ fõà[ç³\15¡þt\83\ 6«\aÜÁ\1f   !\15\93ú\ f8\98\94@/6ÖýmâØe\9a¿_eøV´ªF±~\16\12ÃÄÁÑB\ f\1c>K¹=æÑp\8f\9f¡\870å÷\8e\17IPú£(tí\0Àþ¢Æ+Üz.68Ä^»\9e\ 1mwñ\99å\86\eÜ·¸»KË_Â\18e(:­\87\98\86û\89\1c;Jw/Ö"пÀÁ£¢TB\89æ½°I>ºh²c»\946\ 5\ 3ï\85\92á8*j¹¶Pz¤±x\ 4\17û\95\ 13õÐGOýûÉîSrá\ 2É%¬1dz{¡\1eqRn5îa`Ô­é\12\19Æxf¼-ë
+Ñ|õ}t§$(9)\84\8du1oWÈaØü2þc¬v®\11 \92\9e\1f\9døæ´¸cÅL¤³\11DYm\85½\94¤ìLUV\13_hX\13\1c@\11Iu\9d\90\8av\97\8f\99\80¡¥Ü¡\15!*â\9a\9azL;M\ 1\96\17\9f,m3\18Ç=_+9>9ÚXè÷ÉK¾\9c\10'\1d\85TÔÏð\87îÐã\17\92b+#fB\1cêÓR)\82Ø¡Æå\17\99êÀ·£\9c·\87D    ´D9\92x\14F
+\ 54\9e\94\903xø\aoÂy­´Ë)æ]ÔÅ\19p\ f\9cò\87\8dø\97TÌü\ 6«éi\87ÞC\82Û9©isÖl\92\f´Æ
+òÐ\9a\eË\¶g\e\9b{]o\1aG3Ð1\99\91\ 2ñ\87Ã\vÛÔ½²nÝ >Ì<{2°Ð²çn7]Dç2!ú1\88ø\86!£_³\b7B.Æh@2oLr\9c~Ö$)(¼QÍoöiৠ߱\94|o\80pF`\e\16^      WÁI}"r\9c-Û6\9dt\0ú²zò"^~\88\10ÏV:XÄy\bq÷öÇi-Ú\ fE_¾ñƾ\99ücv-h"Ö\8fÃ]ô\90Ù4쥼\\ 3ßi§+q¼¥ò'\11ª\96x\8d~\ eèG/O\9e\103?\12\14ãç\¤7L>ÇFeNS"\14â\95\87~\92*¬ÄôØlü\99qG\8a+\9c^·æ«7þ½¼\9a\83­üë
+ÁÔ\9a    KÐ\ 5\1eã.z\fÛwÕÊ\83]\9b\89Go«Ñ9õ\18\84ã÷\13ýÑ\99q«uäp&£HжjH{opãcõí¥\eùǶ\83צ¬æbv§ö$02§®ý4\ 4\9dp§ÙÞýè\1a©l@e\1a\v®3!Þ1\19Z\9c=L¾\87Ïd\13$_c\8eSý ·!\16\80ãMÍ\80EL¯\14½¬Áþ=í®\ f\9f]\83WY=kWéÞÀÈÍ/\0\92ó¼~¤4\1f\e`á\j\82²óáT:/Q"{³j"ÿ\17ǹ2ËF¤\17ZIʼ&±5qA\17§¹\13ñÎ%Á\ eÅ\ 6P\ 2»~\16ÚeÒáN\93{¦C\8cÙÿ\9cJ\8e\fKp¨Cý㱪ò×9¶^ã\8c­ÅPVÛ§FëSÝ&\ 1f3f¸ø\83[¬©å0\ 6;"\96Ì\83Û bç¯fÔn\83\92\8a]\1c*\1c¯ÍÔ
+4®ZÐJ\86\88\90¢\0\1cä{\89\8a\98\9f\93dÂ[[(#´\8bö\8a½ýpÏ{X»«1\9e\19ÇüRP|9ÓÆ$Æ\93ö¬ Y\97\9c]E­#\9b\ e£\8ar¥E[Ó\86­©7¸ÑÉwøìõ¢T\15ôÎïÉâ¢ß7\eKPxeBTU^Ù9U\9aúzë\9awÌÉ\98êѲ'Ôö¨e(pc\169\93 ¥Ê~]D¸,\9fèS+\86!\13«X\80¦¤ºæ\9dæ\ 1\1dCÏû\8d^ltG§C°êþQþ-\9bü#±\17\89ìbDö`LW/þáEñ\94Ú1ùlÑn\15'Ù½ædÇjòì(ªxe\a\1f\89\8d\1aô-%¶ý\ e¸\82N$\1dö©Ñö\10\ 4\9bKiâ.Mùc\8a\9e\ 2Ë«üãZï1ËÁgõz\fýÊ\81Z(ØØ\ 3ós{)\98\8fã2\9c:\90û\88\1fÑØ5»N\81\18\17ÈF+ÞI¼Ï_\9a¬\89¤ãª\99h+\8a©BV"|}©ÍY(úÕÃg@!_\91\7f\0+e\8a\8d
+endstream
+endobj
+1254 0 obj <<
+/Type /FontDescriptor
+/FontName /AIRNDP+CMMI10
+/Flags 4
+/FontBBox [-32 -250 1048 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 72
+/XHeight 431
+/CharSet (/A/B/E/F/I/M/N/P/R/S/T/greater/less/period/slash)
+/FontFile 1253 0 R
+>> endobj
+1255 0 obj <<
+/Length1 1542
+/Length2 8229
+/Length3 0
+/Length 9262      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8d\ 5T\14Z\176L\b\92Ò\bH\fÝ0´\84tw·À\0\ 3\f\ e3ÄР\r
+")HJw\88¤\94tIJ7\ 2\ 2Ò!]ßè½ï}ãÿ×ú¾5kÍ\9cóì8çÙûÙg\r3½¶\1e·\8c\1a¬\b\87!¸ùx\80b\09\r]> \0\b\14à\ 1\ 2ùq\98\99õ!\b(øo\18\87Ù\10ìê\ 6\81ÃÄþÃAÎ\15\fB 1y\10\ 2é§\ 1\87\ 1TÝ¡\0>\ 1\0\9f°\18\9f\88\18\10\bà\a\ 2Eÿå\bw\15\ 3È\83< ¶\0\r\1e\80*\1c\ 6vÃa\96\83;{»Bì\1d\10Ècþµ\ 4°Ù°\ 3øDEE¸þ\84\ 3d\9cÀ®\10\e\10\f \ 1B8\80\9d\90\80 \0\r\ 4\8cðþ¯\14l\12\ e\b\84³\18/¯§§'\ fÈÉ\8d\aîj/ÉÎ\ 5ð\84 \1c\0º`7°«\aØ\16ð\9b0@\13ä\ 4þ\8b\19\ f\ e3@ß\ 1âö\17®\a·Cx\82\0$\0\85Ø\80anÈ\bw\98\15\80<\1c §¢\ eÐr\ 6ÃþrVÿË\81\vðwm\0|<|ÿ¤û;úw"\bìO0ÈÆ\ 6îä\f\82yC`ö\0;\b\14\fÐRTçAx!¸\0 \98íoG\10Ô\r\8e\8c\ay\80 P\905ÒáÏÍA\0E\19\1d\0\bIðozn6®\10g\84\e\8f\e\ 4ú\9b"ïï4È*+ÀlåàNN`\18Â\rç÷ýä!®`\edÙ½yÿêì\v\18Ü\13æû÷Æ\ e\ 2³µûMÂÖÝ\99×\0\ 6qq\a«Èÿí\82\84\8dÙ\83\11\0\10("*\0\0»\0À^6\ e¼¿Óë{;\83ÿ\18ù~ÃH\ 6þ¾Îpg\80\1d\92\ 4Ø\1fb\aFþàøº\81\0\84«;Øß÷?\rÿ½Ãáã\ 3ØBl\10\0k°=\ 4\86óïìH\18l÷×\1eÙ|W\88\17À\f\88Ô\1e\1f\0øûóÏê9R^¶p\18Ôûßî\7fúËkh"¯¦lÂù\17ã\7fl²²p/\80/· \10ÀÍ/\ 4\ 4ðý\16\99\bráÿßiþ)À¿ÈÿAµA\90¿/÷\1f\19U`vp\80è_\1c\90Åû\17\ f\8f¿eÁö÷È°\ 3þû\ 4M8RË`\0Û¿¥o\ e\14\ 2Ú ¿øþ\9f\aàOÈÿ\9fî\7fgù¿Iÿ\7f/¤è\ e\85þ1³ý±ÿ\7fÌ '\bÔûo\a¤\94Ý\11ȱÐ\80#\87\ 3ö¿®Fà¿FY\ 3l\vqwú_«
+\ 2\84\1c\ f\19\98\9f2BÜ\14!^`[m\bÂÆá/\rý«\vÈôP\b\f¬\rw\83ü~l\0ÜÈ\86ý\8f\r9p6/\90\ f\8a\e²W\7fL`ä<ý÷\91
+0\e¸íïÁã\17\12\ 6\80\]AÞ8ÈÖ#wB\0_>ä\84Ú\82½þH\eÀË\ 3\83#\90!\0$=\7f\80\1dÜ\15çwG\91\7fQBÂ\7f\10a>$ââ\8eìÄ¿\10!\ 1\0¯\1d\ 4©÷\7f\0~$\0wwý\a\10\14\ 5ð"\1f¾\7f;\b\ 1xÝÀ\1eÈ÷ä\1fD\10\89 uþÏ\1ey
+ÂÁ\15ü\1f1@$â      ÿwΧ\0^\1f°ë_À\7fq¶qwuE>\ 6\7fT\89,È¿ö\7f^\1e\vl\833;\ 5·\11\ f\14Ú|ñQæ\89\8fágãÌ?\8cÞ³sûκ¶¸_=zø\8e½2=xÙõLæ]\7f\aáÂ\9a\ 2Û©ô\1cÝ­ïÎç\9a\87\11\8d    :M×~7\96qºc?\9apfFÉ{Fòvdª»i°©¹õ¥7ün]ü\f\83\7fFý¢Ê\9cåâþô\91v\ eÉ\85g\97\92WuwÉü`øÔ\ f\9d\8dJa5Ü\9b\92oÜÑ\ 6\83
+'\98³­3&)\180\11Ü4X\1cÄ\87^\ 4\13§gãÄ\1fFîéTã8qüw£\ 5ò}MWøß^Nú,\96éó»µQ2Q\9aRР\9f\12\ f\8e±øÊn%©>\9eö-Ê_è\99ñú,\91\ 1\9f+y\81\9b\90g\8b\12¢\e\ 5«ï¬ò\18\9cmå[Ïz\a\be}ÒC²\9ePU\OjéÊ EVÙd\19E\82¨\12x\ 1¦Ùjµ\93]l>3l·sL¦\9e\13ýV}\ f\98À7qØ        lh÷½®qYì\1fèá>\ fOn¼è¯\1fXk÷7*\94ê\96¢¶÷äãPp0\8b\\98\17K£IÆ(A\f¡µ\19\81UH    ¹æ<Þ=½Á\0\85\ 6\1fÉ^Qñ­æ\ 1\81¦O1:Q\a©÷\85²ü\8eÞú\97×\1ej¶®L\10MC=\89\9f\87Ü\87\bkÞ[\7fI><Ì£t\10P°J\ fgËNSh\7f\9d½\14ê#þ        \;\11RÂ{¸RNÎ#_ìM§\1e¿*4sÔË\94/¨¢Ôùcº¢?Ò<ØÛñR4\97gß°Ü )V(W\87~}7\8a{h«6¨O6$¬KôÌvkõ¬´TÖ\82ì'Üðò°Üó\95lÿÛïú"¡Ù¯[u\ 3?´¹i¥(ÉD¡\15\9c¯Mvb[3îéËzÐ;ÕÇ\10\18é?»Z\ej+¸ñä*Q\91gfÍ\9fÕèVû)\11á7û|F>¿\93òc 4ùëÓú@þO-Z\17l(xé\84\8bo\99Ó7æÑ\19-[úë\r\8fî¨d\9fèé_ä0ú¬ tN\7f\eZ£ÿ:¶Æä\v-7/\14ìj\0\88\v½IA\87ƱÐO¯\ 5¦\9e,?c{\13yg\17Ù°dà)S3G]\95\ 3^Þí\e| Ëø°E\0H*9¼«\fÈ+fM_RÏç$½\9fJÈt\õÉ\90¾¢\8bixVáfþi\89ôT"¬ô\99y\9b      *Ó²¼Ô+\83mìÑ\8d\eáw\1f¾y)eëÀzK\9f¤FR®C*\99§\123é§ÇpÔùQ\1eW\99\12ýZË\ f\7fc\17f\1c\8ce³E\14\85\85²&1ÉJÚ÷)&éH\97D[@!\9b>\94\8a\88\95hånTæ\91*A%\ fÆl×'9Õa\14UD   
+K§¯\bf¬p\15\ ec\90áhçhÛÎä\94òä\93\84\93(Þâ\81G\8aÓö\9e\f\8aB\891\9eGz¯\98ü*ï\83à:\12Ã\9bÃɸ¸cV/ë$2hù\80Å~X)÷\12M?\9d\ ejê/gÒ\97ú\1d\ e\97²B\97Ë\7f\ 6bÕÖ~ü\98&ÕOi%u"\92´C\8ek9\98\85aö®õä©\97\84 ß$ÍÉ3ÄÈ\85\1c\ 1¾¸pÊç\ 6\7fW5w¾\9f\ 2ש\ 6r(\18\90\1aeDù§±qÿ3o
+Ú©»\976´ÌæË.\a\81æ\8d\8d\e\82Z\82\1eôfi\96ç*\8d9\1f\ fª+oÈz6l¢¨\80Ë4¥Ç\1aª\97\1a\1fL\80e\831\1e¾ÂË\14\89\17\9d\0\ f.ý©\f\ 2\94ÏÎÑ\133ô¿\99¨ñ,¨Ql÷³·s=V\1a\ 5½\923\95UÊlÁ¡¥ñ\9eg{\14©Æ\1aÞɯ\ 5\1c7L®\10VÑfb\82^ÿ¼*kàNx¼bÖF±3\ 1\1eê\8fºè¥Â¢T\e\9cfág¶O´®ô\898W\1d¤Lár\87¿Ô(ãï¢ðYr\8f\8a\98\10æHmâ(ÀïîÀ/\1d»\17ý2\´,Õ\95«\96HnÃNñuäü»ù¡ý\aD9\8bTñÚÛ\91®_×0Lý\1dÏ\96\84\8df¦,[Ms¹\86´¼á9­³©\11é|#~/º­§.ôê¶ß*Ö\9eÀw^®ó\19ò¾é\93}&]õëj\8f\1e\18ßn\92\r÷¹dÚ»\1c\rdî*ÿ2ÖOæù}é;ÿsxIç2 ÂòVJÅá+\81ûV¶¬Ó¾"æc±Z¾GX3I¶XÅ}ÞÂçÁmsK\0\1aEü¢P
+u\98\90Þ±'K1÷ÎøÇÊL%\9f\8b"Ñm\8ag}¬ñël\83·Í*7\ e\9aW5S¾ëZÄ\80GïùÐÕ=l&\9dÈ0 µ\ 5m,}\f\1a»ÛN]ÒõF\93áå\14yåN\vÖÌÀÙ÷\18\1cWV©;\ f»²\13\96\13xíN;3 -ÌÚ
+üÙb´\862ìz²ê¼\e\12%äûB$%r\992¹Ëç\19
+߯m¸l\8c\8d\180EÌx\ 6¬(\94÷(¡O}ugàñDí]ú\8fÙÖ-\8d\ eѬeî\ 2Ôüà\1a¸\96$SãÉFDËwÔq-øÞë\1a[÷Â\81¥YU\16-ç D&\1d\96´\16ßN6o\ 6\8aâ\11]b\9d\807-cÊ\9a\r\81\86Æô¨R·éí¢\19ºSÙ}£ÏÈ\eÅ\0LlbhÉe)C\87ªd\ 5øÁ\8c¡l\8c\91,µÿ¦!{ì\83\ 5½¾y\b%WöAÐRá\81.1y\ 3y~K\93bt/zI\8bv\ 6ÏV\8bú\83±@¯\8b\a\ 5\14\96fÃÆ\86¯\88\1e÷\9eüÒɪÄ××¾?õ\bɺÄ\ 1\ fpÅ;ßÍQ\85¸\ 68$\5$¸\93\1fÅ\86¾±â\84úRa\9d\83uΧb-¥í\1e\v\vP)/k\83<Æ|(\r\86È,?~\18"í1-å£å(Yï\8d\8cÑàìµv\ e\f\17÷],\19Ä\ e\11 ß24\14\9fÉn\1ez5þ\b\9f¸B\8bG+s\ 5ÂÕüôié\14mÈngx\98ý\87gæÏV¤\19\14W®Ô\14/ô³­¯ßǵ\1a\ 6½\85²Aí+Ú3欿\95G/Ò7l\95L&M~5ÿ~{  \12Ôá{üqð% TtÕÅ0¿¡p0\1f\10ïfñb/ÇÍöm\1aì\91O\;ÖÃòÜÍ<±)jõL\1fÊço\89\ eK\q#ósJB<4å[£4\94DD\99TÔ!w,     23öO¾Ã ÂÞ¨\11ªØ1\8aZµÇ\12jØ?v´\87ò´ÞÊÈP\fx\84'\ 4,}\83æ°lÖ^\98ü\98®a\9d\1dF1\9a\eý\11ÂÒ\96\ 3\fR\ 3ÜQ\92¥òB°!³ßܱ­3©:äp\9eövùÈ(çO~\10@Åñæ96Ëòú¼º\88à\93q//ÉÀs\96\19á1\13ÌÕ\9bá·öLä´\ 1 \8aóö5ÁT\14\ eÔò\83\9f\16\19Rèi_®\97\8as\8a8\9bçyzQ\12\9b¬*áX,
+)T\f-l%\90\11S\7f°\ø\9c¤T{þýðg \e­\f\1e´\9edl\9fÏjá©;Ï\89;çþÚ,ÃÕ\89¤ø!W\80O\7fÍ\183\ e¼©r9Ë\v½\ føÞ-\98\8f\92Ø\88OÑkd\7fb+y\19`\7fç\14\17]ëeè}Z;G4\96Áð\9cÑç%Er¡³Çq;~\ 6Mx\ÊÙLw\11\8f«¬èk&2X\83\89\1cßU\17¢ÄV\9añ¼è)Êè\vÍ\88\89\8f¨Yãâ¹mÛ\13    Ð Å+6LÜ\997\9a'\91\ 5¨â+ßómïÊ:®÷PãË     o\969\9a#%z
+²ß­u\93\84\92\94 »µ\15\88JÔ*ÅàË)X\85\19þÌqXiéïb&ÓI\18\87k·t­\8e\11\85\ 40\95Ķ0\8c   \b4\9fk\8bN\8bî\9a\89F ²Z­\95ÓâïºÎ\19]\8ai&æïö¹\8d\9fö&ÖÓIcÚ\85à¥[Ð\18-\86±ð\vz\12\17C}p7\98\8d\ eH>y.\86õìj\89Zßçþ`Ð*ø@20dÔÉ¡Hü|\91·ÀÊ»ä\8dN\15ö«þDs\9dw\1dO\149J\16 úäGÑ[\16\9a\803[Ë\\r«\90¼p=fýjÍF5\91\98J,NÝ\94©]3×ü´\9b>\93Ón\92=\13\17°\7f\f5^~Ôù\8cI\84öÕ/\9caET\ 3\85\9cÝ\93»7\87ãj!m\93\ 4ÊoX?ÕJ¢\9aêH\ f\13¨Ì® \98s×ï\93ÒÛÌ\8aØEºXZo²\1c\86a\19xU\94?MX'æA\1d\9dG¬Æ®\ 1\13Ë)¼0KØ;tUõlr\,¶$i\9cO\9bY_GSqÊk5i|Õ\14k\97ç\ f-^¤Y/uÀ¶_\92ïY©Wæ>Ç\9a\aå\19d£~îö½yEì±z ¾¼Ð¸\91#\98ð\8bï=S\0\89«\93Ìý¾Û;Ò\8e\9e\93c\98é2:GJÓ³âó\ 1·ÓCx\1a©µ´o\9c÷\14.\16½\9c\1c]\94ïc\e,\1e£\0ÓºÝ\ 3Ú\ràc\18î\8aµs\98½\9bö{[&î1ó³Êá\894\16u     ç/\ f\88\e\b $x~\9f_¦Õ<ݺâéïJªã´\eîõñ.ò\b¡ûnùIÖ§b âCø/~)\8f\89f,L´í\93æÓé\88NcTP.ýSÊÉ<'\9c¤ù\b
+{ÏYú\878X\17"?\14±M¤½õ\9e¿<
\80\96R~  \85ËNý,KÀ¦KÊð \a^nÕG*&\ 6ã-._í\17+,\83Ì^\ 5Û]h{    \ 6*\87e\91ùm?4º©\11\9f\9d"%4!a\10\90ý%4{r³qñ]Ù\9ca¼Ô\fó\82/i8eÏFHóB´ÄY\92_DµIöö¤Ö\8d\17}?²Î\9eíW±\17\99\ e×#\84¤YÅêÓ¡\ 4%·î\86 1:]&Ñç¤,¯®\9c¼+Ø!µ\94\91\1eý?\1d\8c\8a¢Ô»te-hteAÐ/;^Õ\96YÓ&\19b\9f\844
++\1f,oìÏ\93\1eD>$yÛTNPû$ è\9a×1/l¥{6\9bÞ\7fÉ*q\7fG\9eÅ\88:°¯d}JÇø3\13¦òrá&Á B%¯¼\19; o\92\84úHz\ 6FVê\9aDhùk\17\10Ô\81\85ߪu³\86\90ÑÄàVÇ\87%E%KaX.\91[X\86ÍÛ\93Æ×¾Ì$ï\89\11\8f¶¢ý8ºW¤&\e±t(\fîªk_ «\8c\91\82~Ñq\8e\v§*Í    \18go\v¯Ë¸¬Í?æ\8d\16\7f¨GÉ\8agñùTl\1dñ@µÊQz\9bÔ«´:D\81\r¨4 >ÜH6¯ã\82ö¶¸7ñ\85>ëçÃLBñL\89X\97\99u÷ \ 4T]\8e/Á¸\v 4D\95\8cã\127Ýåò-?Hj=jÔ\87ON\8f³\8d:W\9b¯ó%-¸\1fM\8f\7f\bW T5Icn ô\1d\94íh¼\96     \8b\11ܯó\83×ÉYSHM\ 4Õè\16\1céÇÞ9?³\ 4\8aTN*_1ý<^)è\1emàÿ¥»k³óW\11\ 1`\8cþk\92É»Ým\94Kú  T\15¬     \93\1f\1f\98·lò\15*\evi¯Ó\9eÉÎ\ eª<\7f\12¨\87Éw\ e`<\19o$rx4h¦\13®îPbÂý#ø¥\9eë\9d7H\b ¡m¢T<9*N+ú \9aúù\83â±Ç&(äQaÒB\81ñ\8bËclT8\17éq\92¸\19\9d!õýòÊ\8e\119\84knd®dÁ^\vI8\e<\1d\92s£S\95\95Ù#/\92+æ ]â,I\95\8c\12\9b\1f\8fÁ±ìvcë\8a>iVõ½õR9k*6(ÒzÊ,I\12÷\18Íñû\ fÀ\1e0\94§$A\19\8aÁÔæk\86U%\ 2Ý' r\19zoïæ5±£qNÒL\eú\¯C\8c¤`ë\11\8d»©×ßyíü\ 5\96\93Òv¾\16ô®1(\15'\11\95o²Úi¸\8d=\9c 362¸õ¿9«­o0éª\8d¶À\r\9c\98fv\1cê¥Wn=\88ÒR¾Çê\1fzKgyY\17\15ñiø8 nUµÁ#ûѧ ç\v\8c8L³\ fK\bæYå\1c¤\82\84R$Bõ(ni\9aö¾~l?\92N(§ÈÀN\ 5\95Õ\ 4r\93¦È\ 4ØD\86ÿ\84Â\8dPk4Ø\8ec0]Qê\v\19ç­¦Ga&¾\8eóV\ 2~P4\ f\9a
+«FV\15hÖmÀJ\15ý\8f\9a\9bìÓqí\8e\81]ßÄ\1cL\85Ê÷\aÏ\86\9dA[\16¸A3\ e;Z/Э2ê÷ÓÖ\9c/®ðÊ\9fº{/0¹\1e'-\9e¼sDZó·qéä\14j÷~I\7f»ø|2ãêÉEÛî#\ 3®rÔVD\16û\ 6DLù8«U+¬k\9e­Â\12¬\15ô\93FÑ°õÎe\14\93\²Ì}k¥\8b[IìÕ÷£.\9f\90Ì°4eSsæ\18\83=\8f\996\14ZüQ\9f5\v\8a\95¯²ÑÞÌ\81\9aú«\ru\ 2Ï(*\8cwV¤\9a\9dHUã/ȹÇ\ 5BÏi kÓÊÒ\v±Av#!·/\1atyvÒNo=X\ 3{\9dx\88Y\87ôÖ:ä\9b\ 6g¡Þ7t\14"   ä9x&§SrÕåÝN?k-ê*\95Ü\85,\95Ò\1e^ÔÎò\15\\13 xßLàÞ­D\ f®\1eâ¬\b¾®â+\87½²¼\96\97ôwÆäÜ°+±\17u`¢¹*êF}.} qi5cñí³\92Ú\99¸P)f\9egïNÓ\83u\15W\97\ 3\99"\ 1;\99àe\13"\88{Y`ÇâzçqËØÁî7b\13\9f4ò§gb1Ñs¶´\ fuóÑ\17\ 1 2\b\1dî\92X.RöÕFPI^\7f£Ãê\88¨ÙD¡û=\96Þ&\85¨Z<e(Q\97¾Z1È\98iÝÓ¾?¡N+Äl\15Í+ê\89KoH®÷\ 3\15¶¤ûfGB!õÂ\12\956\9bZ\7f?\aÚ6¦8\1fùU\12\83\91\8eXÏ&\93\96Û2S±á\83Í®\91¼ît¾/ǵÐ\80YpÛ\93^T+÷\vi4*¿\ae»tdS\v¯¶jR{,æ\84\9fìófz\8f][\81\ e³\89\vúð#Í*\87#  ­¾µ\ e*dævxRµcì\82h\9fàeûl@\8eÕA¡\8f\89ý\1d\a>nöK_çFþðï\ eð"Ø80ªÃx\98ò\ 3\16áöö=\10ÆñÈ÷Q%TÊ´Øç$êÝ\0q\94dÃæÓ=:gnõ1\96¾Ükô\ 35+I\80UM\11s\87URÎþâ\97\12©F\8f¯M=\16æ7¯9âɦnu\ 6¾\17iZÛ\85qÎ7·.\85\19°£g\v\r°\9b}ÆNì·í\87@ëocÝk\14³ÆR$:I\8c¯¼\17\eJÊFÑ®8\9aÑúìÏî\ 5¥\8cù\9f
+\16\ eå¤M\1f§Z´\8fº¨\83á\9fÒß\eì\9d¼Ä;Ï\8f\8f\1f\15\91ÜeïÉ;IQ\86Åf¢5\16\95Ë\880üô\95\ f×\95àåGÜjt÷þºtûQ\10xýBTÅøW¼]nqú\18úêýÈí5'Él\81±Âna\12a\1fÏöwú¶ÑN\ 6\ eÕy=\91Gms&´\95XÔ[\18\a\8eóø4,ßfe¶Tñ8K7^}ùÜ\84E<Güì4I3û\a\93°Ç'=*}\13¢×\8có\14\15êÉ÷\82Ã\85û\9bRi(#¬g»ç\9d\97\ 1\8a\8fm\r\95Ô§¸87ÉÝÈÊ\94îòV,x\e\8a]j:\1fô\9f¡:¼é&(»¼4¥-ó        \95/FHã   \9c\83\89SÓ>liÌHK:²K\189X­k4¿\92¼\9fÎé¿\7fù\1d¼²g(¯:é\97ÜØhLà?V(ç\1aÙ÷¸G¿O¦o\v×\8eâ\16í}n|¢¶¿8F$Ãx³ÚÙ8ãp\9c~Vý#Åó+óMªÛs\8b\89\ 4t\1a*t\ñ\14ì6¿m]\80¼yW0¾²û\84ð½N÷íè{Ö\f\1d\81>kq/Æ\86·t\ 2'tz\83b%\8eÖD{óÌ\r\bÕ¸\87¼\92\ 3ÙZ÷ûé4®\86KA\1d\94^Ï?~Æl\96d_=øÐ^û<\10\9aq\89.\ 4o%4ÛÌ\1eU\14'äÒd)b%\81\14G\9aWiê´«\1c+O\fý\1a¥k\93Ò\17Û\93\9eQ<x¼©y\8fûPϸ}\11X%QÆÞä°b4\85\19Ô"h÷YQ¾Þ!f\9eg¦Z\1f\8dÝB\ fc\8c\9b6\fæé\7fË\85ûÊT³A\81lT\ eõWå9®  n´.\ 6¸Ö§câìP ù\9b9NÝ\fbïîÎä»\90UÌcÅ\97\96i^íÑ!è\ 6\99~Q¬Æñµ½\11¡JÒ\ 4\ 6S\84Â*¸æt)¡\9b\vg\927bý\86\96×hý\92\93\ 5¢\1c*@\7fòñZs\ 6ß\19\ 3\ 1\839\9f\9e£~÷uÅt;ôÁÙ¼°Síå¢\ 1v\85ØWO  \82o\fòÓ¯<Ù+\ eíI"¿\92¹L\88­Ø:2æ\7f®\ {åðÐ¥\177?½Ù\r\8eÏýY:\1eG\r]I$f\8d¡ÜOg4\ 2m£äê\aÀôØÇÍ/,Ø?·K}²F\8f$2_,ЮdÒ©¹°CFà fêP\ f\97¿ë\19\94YµmýLÂ\8djºùB59m9õ1¹Íî\1cEàÍ%\81\1fæWD«#ßXO\9a̦ë]$YEÛXÅ\1då ªG\a\97\1a\9d\1f*öqMØÈ;Ã¥ØØt\9c÷7i:¡5f\vK\12\ 6íÆbÔ\ f\82çæ¥l8Ï\98Wª°÷4\9b\16\84DÃ/BÚ«Q£K2\19:§ºÒ«í·ô\7f6/®[X\17\eucaγ}â`\ 2¼ñÄ,»Øb'\8b|\93°\16fAªIïZÞiâ\93/\91\1fÎòØ5Y\ÆVEî\89\15ï« \7f\1cnG\0ª°\8fùWè1Áàmdº\9a \15ÇP\90\1a7åô¢Q¾Þ\ fí¨¡
+\99\12\90.ò®\85«ÇÕ£ß\ 6\15\ eøgF\95µEÚ\1fWÒî\99¬\eõs\7fRüúºÕrZ\84f\9flwÚ$ÂFØ\98\86ʨJ;¿:ü\1cbj¶\13\16^9\e\12Î'\e¶]©"\94h\18°Ý<ak«ÄÚpù¾½Å\87c2Aº6É¥%¡]?J~mîà×\9a\aNÔÛá#þtîûRAoH"0%i@«´\88ä¶Xè*¼-~u9Mè\17¤¼ü>\18K\10í\v´F\8d¥Ë\1a\8a\81ûÑ9\18ϵó5­\ 6Cu<ýóÒI|eÒÙÅÁ-ÚK´\8dä\9c\82t0GÝÈ=\90aì¾\9f\ eÎõ\82-ðÍNÚÔ>c\7f.\89÷mñù\97¢%®Ç¦{\18:¯Uøé\9bs\93îI\ 6\83Gb\b4\ 3\88F\9f/2Õ\92`àê|Ö\8e0þµÃÝ\86\98N9%²Nj\bòË\99a\8b\95ÕZ
+[¸jJ\14G!\b\83\13LdQ?hI¼[\88\9dVÙ­"\9eØ÷ëÛþ@+
+V«zÌóº÷+A·\16r´.ϤV\94zyûCðwu\95T
+ºÛ\8e1\º=÷Ч\80l\1dX¾        \86íß÷¢¸Ð\ 5[\9f\19qPK[Ð\85[ûû\99Ø[l_h      \18¼(> ëg\82\14Ú\81\ 1uIÅlª4¥â\r¦njÆâ\92<ÞVéeÊ2UkGB\95\9eüx\99\94ÝÔólh\8e\9aª\e1¼m¢)      \1fn Ý\18èM\11d`ï\97Ý"«°\86¤\8a5â¯\18\9a¡-\82²ãv\83¨­\8b      ¸LU3\88\11Ââ$¼b\83\fùÄÔXF\ 5îSM}ÚU\e\97²wý  _8¬Í\96iT®ª+\ f5C£Õg-\17ð¢Í\8e7GUO\8fo
+ÒEü\97¢î^3ø\84M)ãçQe`¢ï\10ì`ÇÓ=iRÔ\19¡ã½m'¦0·÷|/ \ 6ynZ\9d\89\ eµ\17zênIb. \1e1.ºÕ\1dØ¥Ù_\98ug@;\8fÿÄ'\·\1a§S2úaÌe\18¨w3Èã\15Ö²K\8e\8d\8fñåO²j~]fµà=6ÝãÏ[Iúé\81£ë×Ô\954\18lf\11R\ 4dF
+\9f}í*\vU,oÙ_»Äpâ|àxë÷õ­ær\8f\9a^hl³¥lè\ 1\\88~\16\ 3;\80h8l+²H-&ÙHÏ÷\80ìË\13r\89´j×"Å/XýSµ\8eµö"doÞöÕL|T\8d^,ù`üN»\ 1ßÞ\vØ\16\98¢ÉÓ½Ñ?Øa·ñÚP¹ÀF¥È-Ñ}ÊþÐmúYý;ÀAod\13\90¹§ðSÀídZJÖ¯c+åÖ
+V¯\81\9frðøhKÌ£\17m¬&<ô{y\98|9\v\8fñ\ eSY¨Ð¸\88F\8eß,8¤ ê\v\18\8f-ã8ßʬvP\r\15Ûs.ë\19\14w\80\1a\82Þ\92\aîô>/eiU¿Ý]×^¨'Ú,JW<ÊÇgÅ°ÞÈ\91\91\\91ºÜ§\96\92ð\v\99(Pê7°*\ eìHm\e~ñn\8f'\8eÙL\9f\97\ fXW\16ZYÅÀãeÎ/\9d]Hß\1f¯í\19ú\1a¥]ª%­í;Îõ\1aë×/\8c|\9bº\9fô ùñz#\84é<Ô\\ 6Óu¹ºÏèãº^è:¥\ f\15\81¬H~ð^\8d­\1cP\87U\14Þi²ß]\ 4_'c¢=À\8cºÆ¾\86\14ÒÈøy\18\99\15ð\12\87\a}ßëQzÐ\82Q,bw[ÇA·\8b\85ügM\8dU\87@\9c)dÞ´{<¢^\ 4ºeåþ|}Û$Þ\8c\97\18R[ìoõU¿GzaÑïycÅ»û$,ç½Í\8eòq\911jÝÅi`\98úSµ2\vz\ 2\fî\9a\17î\8d\90Aô±¹ï\ eÙ\82cÝXkØZÒjÕ\18̪\9cy\rb4r#\15GX!í-á¶ÃïÚÂ^\7fü.¯/\14\89Å«mB{Èxþ~È)ÝE\\92qeÞ¡#M?2\89\9d\ 4o\13uDÀIÊÞd)\92b
+]\ 2"5§FÜÀZ\9d°êôÊ.ëz¿uã\13vNÓ\1e\88R\8b\1c^î_®°pR)èr\ 4?¯3R°èzê­PÆxÙ\15çA<G\eÓ6xÕpOca1[?.Îû¶(\99pàÍd\83wݸðf8e»ãã8\11i~\82íAÛúYþIßÅî¯\93óû^î\9f¬\99©£\97\94÷J-/Ly\05ï¢\87NB\9ct´%m\ f\86 \91L\ 3>Ú4N\8c\ 2¾\rSZ\8ctü½\17 /z%T¡WZb{?í¾\ fÙ¾¤¨RÙ{´ \94íqýØãÈgóº;],@F_e\r¨ñ,=\1d®\9f<MÜè¸4\89úF/×"dat\84õ\8dÊüðÞû@%\1dÌÉÎ\11V©R=Q\eE\92\96°\97Ì\13\1d¤îmVA\1fÇ¿D\80\8a»\8e°\8e\1fIj¾\86þ\b\93ê+£%ºkC\87\ fï\7f4fîà­Í\f\8b]¢ym· \91DÎ$ôÍ\9d\12\8fþhtÈa\9b¤Ññ¥'a´çþ \1d°-.ÍØJjÚ\9eWÈ& úi\1d\19\ 6ÙõÙ3bØò\a¥8\rÞ\9adëy4\9b\8c\101m·üâ\17r      \ 6L\8d\96\ 2é\97:\86r\19\ 3\vçÀÀv\ 6ÿ·\96Ä©\ 4\a̪ÐS0-1êMÀ\91B\ ee]:\81\86\ 4¨ã²P\97\94ß\99×-ß=\Ø\18ß7\91y¡ñÁLǸ[\b`FÏ\18\96ÿã;a\10
+\9e\fî±ýÔ¢\90\94\96VW\83\rE<\11¤÷9N>E\9bóTý+\9b\18ôÕm\ãÜdÊ¢o\87\80&\89\9a¬q6\93÷l¶ÍCÅ\17\ 6ih9ÛD\1f\bëË,~I`ìæÔ \80ªM­ç<\86u¤Á~æª\90\90UU\9a\10¬Ê\8f\ 6©Æ\925åB\12\8d£DÂ\ÛöîÚ§\8b²UØ\f\1e\eV7ø\9f\818o\10nÀÎH\9b»Ôw@s\94ÕÕa©ÁíTÞ\1f}'!\11Ú\3\9fl"ú¹¬¶ùcÝ;\9bz\97©Ù\1cZL¼Ó¥pVÐ\99HvÂm\7f~ô$?\87±ß\ 5\9dö÷·ð\r\94°\9b®¹0x\ f¨\19´FÆw\99Ñ:\1c\f\vÌ°i<zýeCd\96È;Ò;\ 2¤vøÞ\7f{qûØà«ß+rÜUMÁ\9b4\#\895Ñ¥Õ^Gßqë÷ób!ýÖ¬VÉ)\82¬º\94Ûì\96ÞC¥T\96rßÔ\92lúÐ
+T\1a\88T\9c\12(\16Lõg;\89tÌ̯#ús»\9eÑà0\980qê@\14Ó\89\ 1\8dª|Í\ 3\1eæ³ò\8b¤Z®ºüÍ"dç\ 2ª6á\9cîÑô]h3\16\83+mÇ\aêî*¢±~­Éê^äá§rwcÂ}{\ f\16°¸TÜÔðµ­ÖóÓBÈ\15Mw¢:\ 2U³Qç0}Ó\19\97\85êr\9eÌ(ýLLb\10\1e\9359^JUЧe»Þ¯\16Ú \7fëÙûÈ#0dú\88pñPT\864ÏË5²gS/\9a\90¾\aNl\1f\18½ï\80¢®ñ­F´e³\84n\9a~ÅÛ\98ó=+f_y#Õ\eT\81ÙGq\8fé×\98¿òÿ2ñ_3®\8e\9aG\ 3q\ 6Ó¸¹D\85©RM<r¥\1au§µ\7fA>Uªb½ëL\9fP¬]0è\a\99E\8c±@YPH\ f\9d¢*É<è\86Ü\84L\87\85\15[7Ū\8f3üÃe\96\ 2\862\0ùÉõ,\8aæR\8aQ\93\1d\e»¹\9d\ 5íi²!)Ë&üª\95\94Ìù\ 4å8Ã\8aUNyJ\84u\1a\86Ky\8eªÍhÜï\9d[\83¯
+(ʺ¦\1a\9cð\88Ì\rÏêCLÄÐá¯U\95
+[\r£¾ÄØåw²õ\10\11á¢WÓ\ 48E\8fcot\11n\eظ$G¼rNàÞ©ív¤ÿnJ\r\17\1c=\ 3\1c(6¸ûÌ^FdE,\85Ùà\ 1c\r\975É0®\8e]Þt$äÅ5ZøÐn£'\83\87=geA"\8c\11áéé_9£9hè³\fv\ 584R­trJºhw¯uë¤V\8bWÚªg5Ê{È\9a93#Ù>\90¶LIaëá<£\88^\92G\97\92Æ\ 3vÆR½\ 4^ø~äý\8euMÚ\9a\f\94NñÕ¤vß<oiW|Ã\85;\13å¥\9e\14ÉöìEck?­\8fCâ|údx_\93doVwß\ 5Ñhm`ëÝ\8eU7\1eQøS\8fáÕ\13ºêx\93å\9f\9aö\ 5æ\ fk$Y\b9zP¨ßâ¾w¶·ÃÌ\854\96ZW´1\8fOY\1a\9eÈá¹Ï¡[øk«qq-gÇ\86Ï2³øçl\887},­HþÑÿù*
+\14\9br@
+µ@Ï\8bÉøÌ\81Ç\83mW\94\8fù=j5¼,\1c[ãÿ\0GíõÃ
+endstream
+endobj
+1256 0 obj <<
+/Type /FontDescriptor
+/FontName /VYDKHY+CMR10
+/Flags 4
+/FontBBox [-40 -250 1009 750]
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/CharSet (/eight/equal/five/four/one/seven/six/three/two/zero)
+/FontFile 1255 0 R
+>> endobj
+1257 0 obj <<
+/Length1 1425
+/Length2 6103
+/Length3 0
+/Length 7073      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dx\ 5TÔÝÖ>Ò ÝÍ\80t\ e-ÝÝ]\92Ã\0\ 3Ã\f2C\83¤\94tI#H\87\80\844JJ\97\94(HI\87\80\80
\8d¾¾÷Þ÷þÿk}ß\9aµf~gïgï}\9e³\9f}fÖ°³\18\18ó+:Á\1dÁjp\18\92_H\0(\ 5PÖ5¶\14\ 2\ 2\80@\11\ 1 P\18\9f\9dÝ\ 4\82\84\82ÿ¶ã³\9b\81½\10\108Lê?\10Ê^`\a$ʦâ\80D\ 1uá0\80\967\14 $\ 2\10\12\97\12\92\90\ 2\ 2\ 1Â@ äß@¸\97\14@ÅÁ\aâ\ 4Ð\15\0hÁa`\ 4>»2ÜÓß\vââ\8aDÕùû\11À\ 5â\ 6\bIJJðý\ e\a(z\80½  \a\18\ 1é
+ö@U\ 49@\ 1Æp\10\ 4\8côÿG
+.\19W$ÒSJPÐ××WÀÁ\ 3!\0÷r\91ãæ\ 3øB\90®\0#0\ 2ìå\ 3v\ 2ü¢\fÐsð\0ÿ¡&\80Ï\ e0q\85 þr\18Ã\9d\91¾\ e^`\0Ê\0\85\80À0\ 4\eæ\ 4ö\ 2 ª\ 3\8c5u\0ú\9e`Ø_`\9d¿\0|\80?\87\ 3\10\12\10úWº?Ñ¿\12A`¿\83\1d@ ¸\87§\ 3Ì\1f\ 2s\ 18C `\80¾\9a\8e\0Ò\ fÉ\ap\80\ 2:@\11pT¼\83\8f\ 3\ 4êà\88\ 2üÞº\ 3@MÑ\10à\80\87\1f\ 2ä\ 5ñD"\ 4\10\10è/\8e\82¿Ò \8eY\15æ¤\f÷ð\0Ã\90\bü_ûS\81x\81A¨s÷\17üÓ\w\18Ü\17\16ø÷Ê\19\ 2srþEÃÉÛSÐ\14\ 6\rÖTù\83A\99ðÿms\ 1#\ 1b@Iqq1!\0ø!\0ì\ar\15üUÀÄß\13üÛùÛ\8câ\10\1cè      ÷\ 48£h\80\83!Î`Ô\a~ ÂÁ\a\f@zy\83\83\ 3ÿÓñÏ\15¾\90\10À       \ 2B\ 2\1cÁ.\10\18þ¿³£Ì`ç¿Ö¨þ{Aü\0Ö@\94ü\84\0À_¯\7f=Ù \14æ\ 4\87Aýÿ\rÿÝbA=%%sesÞ?\94ÿåTR\82û\ 1\ 2ù\85%\ 1ü\92â@\80\90\90\908@BB\f\10üÏ<ÿ:\81¿Ùÿ¶\1a8@þìî?2jÂ\9cá\0É¿H Nïo">\7f\94Áõgl¸\ 1ÿ¬ \a\19\fàú·ü\1f\0Å\80 Ô\9bÐÿy\b~\87üÿ´ÿ+Ëÿ*ÿÿÞ\91\9a7\14úÛÏõ\17àÿñ;x@ þ\7f\10(={#Q³¡\vGM\bì¿¡æà¿\ 6Z\17ì\ 4ñöøo¯&Ò\ 15#\8a0\17\94Îù\85D\ 5\80¢\7fÙ!\b5\88\1fØÉ\0\82\ 4¹þ¥¥¿\9b\81ª\ 1\85ÀÀ\ 6p\ 4ä×½\83\8a\ 2\ 2ÿË\87\1a=\90;ênA ZöÛ\ 5FMÖ?ëªÂ@p§_#(,&\ epðòrðÇG)\0µ\12\ 3\ 4
+¡fÕ    ì÷[â\0A\ 1\18\1c\89
+\ 1 8\ 6\ 3\9cá^ø¿\1a+\ 2\10t@ 8C\10î¨>¸þrþ¶\v\ 1Å\ 1\82\8e\ e^¿\rÿ¨\bòöòB\råoi ¶ó÷ú÷\r\0\ 6û\81AøKóp\90t¤ÛËÈΫzEz_þ­qìÕµîØdË\81\181$dz@W\1d\9c\1cõ\99\87JöNµ4£O\r\16+£¦ç\83èy\8e®&ü\1e¼É\v[ÉÔ(D¢©\ el(\9dð\17\r\7f;{ã\ 2fr\82Ó¹LJ<\8dÝ =N1d$¶·Æ´æL3\9f¿~,Ñ+²ýâsÉM7bÛJr\1fà\ 1(» aɤG&(\16tï£?±da[C\8eX> I$ó²Îò6Ñ4\9d¼A\7f\ 2I¼Tê\8c§ýæ¿a\9d\98=òñãÛ¼Á\81§"§ÅÚ}uâµQä´\14\ 1Z,\ 5£©C´\94)yZ¯\10h\1cJb\17Ê\95\19ɬ´¥\1eQ\1c+\18ö\12+?f\8b\a;R\86\9b\94Ãîê?\1akñn\84\8bÍË\16ô®\9c2Ømæ\9a|\13$¤iM\8duå«\7fʦÄ^ç\84v1\92u\'\ 2-ìäb\ 2`7v/ßêÎÂË+.-uÐß·Äã<\8a\10±ý<Ese\9f\90\93"$l\93!\v½?ôé¹\92¸\ 1\94ÉsÔÙüýµL\ 6\80\9c\8e\9dÜ@\13C\8fÅmÍ{ô\1e\9fÀ×ç\ 3\90j\væ4ØùNëÛÎ\91Þè\13\11#åLX²EWÎ~ÿ^Ê+M±\8bw¤f<ªâÈ\ 6í\ 5x\8f\1dwRAÒl\88Qa\ 1¦AG·º´\95\82äâ\14k\92\99\bq\91        é\82\89Î6Z\96\1e\9e¥ÔcÅÐY\12"r÷£JÆ\17ïkÄÇ\9eÉ\86·ÊfÜ\ f\ 5>Z\9e:¹£bx\90DÒ°q×°÷\e\96m²£×\89 0®­va·\95«}¹\1e§\16R4\19Ò²\9f|½£d9\13v"1¿R¨ôÓ4Ä\8e¼âÑ\83\84\1f\89_·Ï\9b\8f\v-\14\ec¬ ±é=3!\evÏÇ\18»¬\ 6\13\19²^O\1dôuqflûi4\7f¿À<!w\1cQ\97\1ab\8d,\85V·$\89µ+\7f\1c¤\8c\1etÐé<oÅõê\1dsn9ÿF d})-º\19æi»Ó¬wìù£ê¡\92
+\80\8c\98sñ±¤ÈF­n(\87d &A\8cY\88
+á×ûd\84\ eSÍáÂó0\ 14Wç\16üM¨¼ö{ªâ}k¶'­q¤\8dßÕ=O.ú\18>\92·70\bj\r\ 5\80.1JÃÕîÿð1\10ùðIÐB_ü­¿"¼§áèÑþ¶\8dùCz\95pÝ6ì\18KÑÕò³¨VÒbˤ¹±b\v\ 3Õ\13\9d\eá\r;ᶻµm\95p\8d\8c@|!j¿\19Z\8aá=Î\9eNoÚ \ e8áÕÅws=fF£\1cÕôÓ²Ã춤Yôó\1f\1cé\eYPfµ[ª\a!:¤èF®B/\98Ô
+\1c¿\94ÕN\ 6óFC      \95¯l\0e¥Ë½\¸\91\f>Îsð\b^çI\9a<ÝýCæÆàK¨<\ 3\88g%\86õ¨Ö6Ĩæ³M\95GÔ&É;Hy¤v\95þðL"\8bæÝø\97³/\7flÓ|5"ýi\87\9c5\97Îî\19û\925ä­Àu¯
+É3VN>{×ôY^`ÐÆׯ\86Á\ e"[j\15P\8c\8cî³û~\985ô8%3ÈT\r\8aÞÚuéF\96÷f+S?   \95ÛG("Ìà\8dO\97\v\ eRå{\eÓ\99¥Óó\1adG?ÈñE\ en\94Ww?`­þÖ\92\91C=mt\88åc¤\9c±X\8a\99g¨â\8aOK4«`ÇW0D5\9aGÜåNF\95àè\fÝVÔ¼2°E¯jÌö]Ê!/sÒ\1cÖ\b\ 2]\8aDøýHf\8a\e\ e;0\1e15Ðlt\ eÔ\9e¨\1cGÐ=&8\1a·¬ë,:\14<ðy\934i]Ôöc\91©U\87]¿Ha?[#"*\8dLfÅ\803Qëùèr\88\1cß [\13««i¹®üyã¾üZ\9a'Ï|¤\84\ fÑ\ 2µì²\81\10"xC\9d8M¡D/UÌöD$#Öd«ñ¾s{\14\80Îß°,:¢M\9f\89°\ 6(1ûy\86\9dè1^¤:AÉ÷T£\80çäggλ\81ÑS¶¤*®\1fÎe6\8b\ 3³³×\952F÷æ\83¿¿\1e\*@\b;s*\9fù¯¬×Û\r½\98}¡`\ 3\9fÖ\0£\93\19Aûù\8ev̵¨»¾,õáÏj\85yS@jÅ\a(ßG\ 3¸ê\93\15êÏîèï²y\88$p\1fbX¿gÁ>¸üþjbqgö\ 1¼#Üv\81í\15GüÖÙ©\ré}hFÒæ+D\eGdä\eÁäõu[î\1c\16\93­þP\aÂ3ôµ\9a£¥©Æ5ª°.cÖ"é¤\9d\8cko[4ãX|E±Ólq%YÒåb\1fØr¶É\ 6nmvRÃd'ëãéËJr\eAìqþ\90àÀ\98éÁa\85ÂÙLÞ'\f9\10¢;7\95 \87       OØðòFÓ짹À*B½Êp´cWvÄ·ªÝ\93\ 2\0ZÛÂ\9a^ UøæV\8dÙûÍ\89¡\88\1e\87Ê\1c\9bó\1dù9>\ 2ôÃSGd\114-Ë\95D<åV?Ƨ׮\1cÛhw¬Q2Ù\18`\8bapÈbèy\89÷&\99þ²ÍKü²ó\8dti£UæNÏà¦Ï"\93¤;\81?i"U³Fª¿§4\9dÊðÂ\ 6 Í\8döP(oJêÄ(Ò¦æc®c\80º²<+{x\10øc©/ËNCæ¸xÂh©\91Á\ eÛçWmR·]ï¸\87»\12Uï-î\94:qÖômõÐó·µ\10¼\15F\13¤\1f\0°\7fI\f\8e^ê¡\8f_ü@Mà1ú¸Îê\9a®¿X\87èþäëó¥\ 4ÐèYó$\9cb  ½&.WG£ô]»ö\87ó³\96\ 28\ f\vx\17\96A\96þ\19\ 3ã\1d¥\85¹wðÉítÇâoìù\15\1aq\80dfØ7ô\9cçy\93\rS\17\95\8aá\12b'ù\8f\r\16\94\98ä\\11\96\11\8fû/ÝõÌ\9b-_\1fª-Êì(\ 57fîº7.÷á¬\1a\1d\9f\9b´\15^d'\ 1¢+^ß\1cxDv ÅO\10ïB\83<"à³o\ f*Ei\r·Ú)k#\8büóÉ\83Ò\92Þû0\93\1dó>J.)dêOWm\ 6%¾{¹\84\91ª;¸¿ X{ÁHµ\8f\|\8c\ 1Î\89Z2PnÚõÑ;ÚfU\17\ f&(; <Â),°i\16*R¤N~\1d\9fÎ\e´]ϵÙf6÷e5N½¢\ 6*\11®íLoN\11°âUhw(ûC\9d5\90³Jt4ÊB\17PÆÕCÓ\97Ñ\10uL\e ø¡±e)`F§Ï*2¨-Vå\ eÓ (?ñ·5 ê¡gK\1c\9d\95ñ÷Ö3Å¡µè\1aÜ\98Æ·k´\8b­\8a\9bémoº\90Ðî\86       \8d\9b"k4\930?Ä\84n1ãc\83X\9e¦g`peR\99sY7\9a¯ûûh\1a¦+\r!n  Ü\8a$\bkÂTßq8\e\90qñgXSu\9f\99\87\8c,6àlûþà@PO©\9cÓ­\9b¿INBX_³\99ÇÐç§k´\ fËÇ\\94GhSÎR\8e\17_·çÜ\91\fÀêØ2\89Q^  \11ìG>jO\19È\8aÂ*\87\1c>\95\8c\1fô\9a\9cÓ|R\ 4w«3=Ô¾ ÷s+j\17ÀãÃ\1e¿âu\14ª\9f\7fù\85 O3\17ª¢slh\85!\12vÙbÀ\ f\83\9fw\9evqÊLYv­b\83ù\ f\84\ 4¯\88â\v%ÂâyTÅî=u\8aþR\ 2\f´Q®\92\89¡\86\17àÂ2\15Ãó\1cÞ\8e6\8bå\16÷\8e_ïGØáxéx-üô~Ò\80¶¯¡ËÇ\ 4Ï<\1e![r¢p\81ù¸\98ü\89Þý\ 6\ 2\1d³ØGçoo¯¯<\b\ e\13\84\14\a\ 2¬eöÉ\1d\95v/\f_A\18Bè6=__\f$2\8dàà RÑÅü\ 5,"\920\18fÆ_p\7fùÌPlRt\88Vvá$¤]Xì^]=\16çö1¤º\18\97\1e\ 6\f ®R\7fÁ¸Æü0öUÒ¾C¥¹á.{@ä,\8dÖ˶E\8b\12ºâ^\11¤¦?°¿û¹\0æì½Ø\ 1ë´{%\8c\11*÷Tß\85§zzÖ©ñTW|mXÉò9öÒ\9fu\9a\80IÀî\96\90Î`8KFðÔÑ\1fXH}íÞ\96\eêÌ\91â\19_ÑatF\1fO ì\93LåpHu\93æe\f¤ì\0FãqO½WLué«×æÙ\v³ÐîE_6ká\fX²:\eSd|Ï\8d\a\98¼Û8gÒ\99\97\9d¼¬3±J¤µ\7f|ºk«\ 2©¸±.;\91BÈä\7fh\15îeùB±b\1aý=(\17\1eö71³È}çiÓ¸½\87\ 6\97×3A²·ñ9¨ß3½búA\ 6}Ø;\88\1cÉ/åL\89Á\9b[i<ø\8c¼.\9e\8a¡|õ|od\83ܪ\85ÅH\95\87Ã%r¿Î\11¤\1egÖ5?]d    \11Ø\15T« §\1fn\e\ 5\16g"\8dòÖÚãÐ\ 5X\19\ 4®t´=D\ 6¡ÏÀ\9bó\1e\9e§GZÑð&\85ú\86õÌ°[»\93\99\10\91òuCÊÝ\1e%&³óGl'\92ªÅíTÉn²øOlä\ 1Õ;ù\81¾XuvÄb"\97¥jG.³=\8d¢ùJÙ;\9b¹\a\8a\15Õdk]\ f_N\9e\8c\123¯¾^\99\16\89c\8a.I\9e:\12zaàLó\ e¯æ\8coÞx Pü|£\13\8bá\99WI¹uÊÇ7>ö\9f\b:\9b\e~$P\9f÷\84ø]ª³Ý\16ÒG\96îM
+\ 4\17µMÜ\1dK\7fUAýa²[m<;\1d\90\93\12.KSûÆ\99\85ú\ e3ÏhW\95\0¶à¶/v\7f¬Ñýv.\85¥¥'9\ 1\84 Ö.\85>=\ eM\8f§\ 5\1f\9fËY°¼õÈ\0\7f\19Q\98\80R\11\99ß²Î\98)kì\åß\7fçN=\97\82\7f\95§çMè\90\8e³WZÑ5 P6x\8c\8eÔk*í\8f\81
+¿$iuWÔ´\89æ¦Ö½"\ ei1.þ|k\99¹\ 4\vOÀÆÎN\9aã¨à±Md\1cJá¼\ 6\11¯Ó\s¼\1a\ e\92Y\9d\18(yzÙÍ4MwXOv»·TÅ\9b\ e\rm\91)zäÏéq\80\90É6Ý\r\93ôd±ëF/7ì|ÿu\93³L/W½éx\r+K\8e\b} büµ\9bM\13\19ìLÄBN«(@~Iå0TVïêñ\9d.G\18!cBàCjGK.9Ö¥û<;Oº\87ÇÝ+üE®àëqWh\1f\0¡g±\1a\e½\84I*¾ëmW6%¡\ 4]ôÉ\94ûNÏ\ 2US)GJû\9eø\86-Ñ®e\93
+°Q\9a­m»Ò!ó.\ 2ÜÙÜÝÙlD÷ë(1O@έEßëH:\941Í3\15NGÏ~\88ä_<õd\86\1aÖ=K3ü\9c\1d\8bé¸VA)èyv§ùì\19\83IÚÃnµéû\98v?ç\14IS{`ûä\86ïpn\8b\13\ 39\ 2¤eæz
+°Ã<N7¬!\12c\93TMûyÏ¿pòPÝ<´\b\ 3;EÊÐÏÅ»\9f
+âÊW
+{Ðr\17\8cN:\9f·Õ\1df¬­\17_ùßãÚ¨³g\7f\1fXEORÎÒiÈ\94'\bä@¬úµ\9d;o+UóÖÌy=9V]=¶FN¿wÑ×fH0|Îö\9dí¥,\ 5ݧð\85<ù='\ 5\11\107\89\8dH\15]&ÑÞ\1cÃ\1c\1a;\8f\ 6C\1f]öni\81´²Óóµ,¬a/Ï.Úz!
\9bB5R:\92\9e\18Ðc\ 4#2ãP\9dór]ùAf»'7f-÷\ 5öÏ<;æ\1cÒbî\869®¶ï¹¥ÍwuuÛñ\9b\e#        \1f\ eúp´Ô\8d\*¯n\89衵èX!\1a}M\f¼\ 3\10\9dí\93õW\ 6\ 5Oxùók+\8bL\9f<mPûjzeÀÚ¡=\11\15Å[Ý9cÙ\r\96 \97\aVse\àB\9cèést\9a¤]Üq$ß\90qYjò'ÇCí_|=\92\9f£Üþ¬8\85«!ÕôâÙ\9a¥\ 6££PZóz\87ÆP`«oÄ\90\91­åt\ e-\11\1fþ36µ\8aw\99\1a*K§ftò\9e§8þÓOÛ(\fVØÕd;Â{\87\ 6\95¢±/\96.\8aÔµ\17\r\\e\1fé5Y·bj\8eØíÅ\84\9e\98P\ 5¬Ì8ãmãÉÌf¦Ç_\87ݱ\17E}+«
+ÍkqvÞ¬}d³\ f6ÂÃ&\ eÇy\1fò "\94t]OØݹØá\fî­%!\92\1fB²×t곶×s\1e¢½l\1e\98§;»""¿\90\94P©{jóMÊ\9cV\9a\82Ô\879ù1I\16\96ź4V¤\12s*^l¹\ 5y\92\80Á\9a¦´|!\8bII\f@àî+\ 4Õ\ 1Æ\85©Íæ\8b\88TÙi\8b¸\9fwoRÅ\9a\85z\85ê"åüeë¢x6Â\1c\95\1fÙ\12v!\aè\15½\1a\8a \9c-W\ 3e\19×gw\1e\9c_.\16\ e\84¡ïG\14\19¤qH \91Äè\17Þê\ 1ÒÚ.¢ïϦ\13\98¤_ys³î6J\7fÿ`\9c\91ÙëÓ5zrýUùQ£|\8fVD\87\1a«¸©@=Pn\e\eý\9c÷\83¶ál$\90\96ud¶zZv?ì\vbwå0Â\ f®e³¶PÅ2æ{-®ÿQ øIA(r\7f4D\8cô¤Øl}´²\91·\86´ôUMíëkF\89¸FSDxÎ\8bùÊAÿí­\91þ4\1c\93Âxe±ku/\97uSì~\12±1¶¤è§ñ\1cAõIÍ=q¸\8f2>ªWm.Þ/xºGXT\87­ë³µÊåF\8d,\8fØX\ 5\10~\99,\86}9̵\99°\190D\1f3§y¬¿\98B\17ãA$\10ÿ<±ö\ 4ÏȺ\9bz*\v®'ãvï3îOÎðíþN¡ZòE¢×ÒÁÌÄ'\8f\1fè\86ä\83湤\16ÁI\rò\17\8f£6È­²E\99´c\¢1+\avJz+·\89É\15âóLjÒ\ 1s\9c\ e\17¬ì\83ÚAö\86ÚÁ\9f\8aßn\9cz«Då¥Å\12\ 5\9fq\84Þôß\97\14¸\99/ïØv¤óQ\ 2ñ\86¨öðÊ\13\f\8b\95Åp@%Ï-Ú\fä¦`.çx\9ajÛRò½ÈôÅdlcSý Ð \91\9b°²\87ué§j}    ¹0wóïî¥Å\95]è£\16u\9c\11/\8f\18˨ò\88){eLË_.è-ß×\81;¹-#\16\88DH¢å\b²ïÑÓ}É\9cFrZd8QJòªJ4\9cèmbãf;Åß\ f\1c°9\8d÷hË\17\8c¦½;ø\85¤ c!\91²Ô\89Î\87ö\89%z\14¶eæÅOf_¸'ùùn6K¶j¿A¾\84\9a<\9cf²ßÍ\80Xrý´\96\8dK\9aR\~üÄÀ\92ÁQâ¹´\92­a\92~e\9aÈ·\1e\1e¥»"\8d\11Þ°\ e\f¶W«\9a\83D{·\85vúØà\9föïð\99³Ø^¯Ú\87\aóKR\1a
\97né6\82C\vä\17ß\f\rïÍÔ7ßa"9pÝÄ°\89+s<éÁ»ÙíØ«¶Û\13\96\99¾\1aÏ\1cäÅ$9@2ôVÕ[Oæ5ÄÐj\15ý¬ÔW(a×MÑ\f_Ù%D\965/ú`GDÍ= k\13\98î;Õ5S£\1c\ 1\8aÝNðºkn     \9bKÊ9g\ 6\ 2\90L]õ·\9c\8b £[ªoÛ\8bܪ¢Êú\82\9b>\9f\1f%Ïã\17\ e\r[SÎêĹ\16¢'Z\92Q6r/ÂÅ$Ü)W\7f¦Ýc\ fÁÑH}\80ÆWã7\11t\8e¨Cø\1d\96j\14Ȩi\93nlF/b\8d\1fº\96ßm³\12\9f¢y\8cæÁ·2íjÌonE\96D\841¡EÃùªþrD¶bó\83¯ÞV~£\ 3´J*\96íJ_lÕ`3Ò·Ïn*V\15\18Ç¢½"\12;5Êj»5ýÍåáOI`\83³ê \97´'«ìÏ\11\82@®»:âpNyt?l#\ eOÿÛ\97}{²\11ÜrÏÔ¬ÀÖÕ
+MqjåLí\ee\fAßú|\ f
+\9cê\ f#ÆïØ^\18þ`\9aVÖ9/>Ki¥òËòÅûÔ]ÆøX­u%\17\8b\83ð\11kä¦j\9aÜxTP\8b´=&ñ\0\81Ï\ fö+æ÷u&Ö\87 yl\9bãp0z\1c«úSS:·\84ÕjìHÿ¸\13¤\8fß\9c\94·\93a
+\95·\95¿\1dÅK\13'Ö´ªç\8e¼Ûoô£l\16¡u~\9f8Å}O7Ä-^*\93ô¨h3éãо\89vÎårQðµq.3Ë\1eíµÞ\v\1f/¤öm\97É\96XQħ\ 6oh]?×g¦\8e¡Eø\8e\ f\ 1~À÷-\93Ö\95ï£À¥\8f\14\8e÷.rïXç\ 6øO¦Î±a\82\85j\96ÝçÄ\9e:\19)\1eØs\r<V\bL\96Åò7\97ë9\89Ù\94û\9eR·í¯ðyà¶Ítí;îï¿\14ú4¤\87@\81\99'2þJ\8e\12\95P\16\ e¿¤ö\13,\85ÊèwÇ\19¸üNE\98Ë]Þ\9b{\ fÐzÇÑ?³f\85\rz\1f\8d\ 4Q²È-\8bü\06%P÷u>·\9d{\91NÃ=\97Í\1føJ?©­^\7fþ»0\89QEo\13±ßÛ\9d}\æ\18Ã\ 1Üs_%\97©\94õÎ\eã\9b\8e\82\85*h®ãÉE\80t[C\96¦ÿÜ\ 3Õ\ 5¬7£{±\9e^\15îº\ 4¯\14°\15\1c¯\9f\89ddAûFb\91Æ\97\9fûÙ\19Ã\ e¹w\ 4=\8d\86®V\96^W±Ò\b7{ãg©\82SÅ®xû\97ê\11åV§\9c\14\rmå_³>m;Æ\18¾¤;?©7\86\92\15º\r\\0\92\ 2p|hÑHVB×\1f±\v\90k\a<У(\8a\8bܾ޸¤RÝÃáÛ\0\9b   Ï\90ÊêRÃɹ)øô@Cf\9fJ¤fèL\97\84§[å\86\85b\16Þ¦±\12÷\18\9a·?\8bпù:\9d"Ê£\1fð£]\0Ôzæ\ 6J¯¶ä¸^ý°¸8I\9et°'»/A\96nI\93Ýtqõöd\8fOQ\f6¢¹ª\16\97!\98'\7f=\16\97½Fhã\80\10hÒãÙ~iÒÞ\b\98\96\1do\91\975a\9a¡ûĺã±
+`ªq¹óÌ«êÔÇé£\9e\1f²\7f\93Ë\95Oe%?\97¢×®¢wÇ\a\7fÜÿ\v\ 3ùZ\96=ïî\92¹<\1cÓI:´ú\ 5C\vG\ 1ÚÛjÅ|Í>{wÒ\86«s\98¿¯_.íQÄ@§XO\7fBÙ,ÿ»i(9F½\7fþϬï\ 4WÆdX´VßvS\973Ä*i\98Çì˲T371[s¯\88VA\ 6ü\8d\93-XgÊæúõ×E3è®nâö[hY\ 5o:º%§C®ó8nvƽ\ e$f½nE      \ eÐ\fK\8e.@Ü¢Ñï\9b&õê\1eÍ÷\8fâ°®]Z'\89Õ\89¯Vöºx\91¼1)»q\82<\91*\1eIÐI«~au3\8b¬\86\9bL\93ù~Ìü\1aýzõ\83¨\90Õ\1cFÑÂfU}Û.\10ç.ÝÖ Ö\88KÛÆë-ÕGæ\8d\86\.)í­Y\9d\1c\ f/ûîõf3îÞö\90d\13¹¨l\1cßs\7fÙ5Ý\97þáI¿Jy) ßÐïL\82ÔsG«\ e^o\11\9c\13ù\9d9çPL¯«\8aÅ\ 6Î)H=\93ÛÍ-\ flp\99ß \1cà1H\8bó\\1f³\9dâ\11\1dÉû±\9¹\e\12rǪ\ 6¯£Kæ\8d\87îí\8e\f+Áõ\14á`
+oö\87|\9aì\80\ fî+l\9dÅéù\8c\83#»ÙÞ*\15\a\94³nä¾*.q\ fÐï\8df\15!-«+\ 2~ôI\88Ûª\19\ fqh\8dÙ6ÒÖÜ\8co\7fÊlÆê8H \90c¢"¹\8a\1aÀ«\r¥\84gªÆ:­|¹#}^æJÊ\84xM=l^à\9aNÐJ\96\90p!õ?}\ 1Áw
+endstream
+endobj
+1258 0 obj <<
+/Type /FontDescriptor
+/FontName /NBBWCW+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 40
+/XHeight 431
+/CharSet (/asteriskmath/bar)
+/FontFile 1257 0 R
+>> endobj
+1259 0 obj <<
+/Length1 1399
+/Length2 5955
+/Length3 0
+/Length 6908      
+/Filter /FlateDecode
+>>
+stream
+xÚ\8dt\ 5T\94kÛ.Ý(\8dô \80\840\f-)\1dÒ -8\f\ 3\f1\ 3ÃÐÝHIHI\89¤
+\92ÒÒ%)!Hww\v
+ü£îýí\7f\7fç¬uÎ\9aµÞy\9f;\9f뾯ëegÕÖã\95µBXB\95\10p\14/\88\8f_\1c ¯¡g,
+àç\17äãç\17 bg×\87¡\1c \7f\99\89Ø\r H\17\18\ 2.þ¿\ 2ä\91P0
+mS\0£Ðq\1a\b8@ÍÕ\ 1\0\12\ 4\80DÄA¢âüü\0\ 1\87\7f\a"\90â\0\ 5°\eÌ
+ Á\aPCÀ¡.Dìò\b'O$ÌÆ\16\85nó÷+\80\13Â\ 5\0=|(úàw:@Ö\11\8a\84AÀp\80\ 6\18e\vuDw\84\80\1d\0z\b\b\f\8aòüW        NI[\14ÊI\1c\btwwç\ 3;ºð!\906Ò\\ f\0î0\94-@\17ê\ 2EºA­\0¿\0\ 3\8eÐ?Èø\88Ø\ 1ú¶0\97?v=\84\1d\8c\84\ 2Ð\ 6\a\18\ 4
+wAg¸Â­ H\0º9@OU\1d å\ 4\85ÿ   Vÿ\13ð\0ð×l\0 >Ð\7fÊý\95ý«\10\fþ;\19\f\81 \1c\9dÀpO\18Ü\ 6`\rs\80\ 2´\94ÔùP\1e¨\a\00ÜêW ØÁ\ 5\81Î\a»\81a\ e`KtÀï\9b\83\ 1J²:\00\1aà_ð\ H\98\13Ê\85Ï\ 5æð\v"ðW\19ô\94\15áVò\bGG(\1cåBôë~
+0$\14\82\1e»'ðÏfíá\bw¸÷_\ak\18ÜÊú\17\b+W'à\138ÌÙ\15ªªðW\bÚDô\8fÍ\ 6\8a\ 2\bó?\14\11\11\12\ 3@\9d\ 1P\ f\88-ðWy}O'èo'è\97\19\8dÀ×Û á\ 4°F\83\80ú¬¡è?"o\17°\e\14\80BºB}½ÿ·ãß'"\10\b`\ 5\83 \0\96P\e\18\9cè\9fêh3ÔúÏ\19½|$Ì\ 3\8fæ\1e\bÀÿë÷\9f·§hzY!à\ e\9eÿ\84ÿÞ/P]Ví\89¡\1aÏ\1fÄÿñÉÉ!<\0Þ¼ a\0ïCa\10\0$\80~\88\8a       \0|ÿ]æ?\ 3ø\eüo«6\18ö×åøÿ©¨
+·F\0\1eþÁ\80\1eÞß8Üþ¢\ 5ç_\92á\ 2ü»\83&\ 2Íe(\80ó\1fê\9bñ\vóCÐ\ fÐÿ·\0~§üßxÿ«Êÿ\8búÿ}!%W\a\87ßnÎßþÿÃ\rv\849xþ\15\80¦²+
+-\v\r\ 4Z\1cðÿ\ e5\84þ\91²\ 6Ô
+æêøß^U\14\18-\ f\r\9aâ¼ !>~¡?v\98\8b\12Ì\ 3\rCAlÿ\10éïU {8ÀàPm\84\vì×\17\a\9dÅÏÿ_>´ê öè¯\8a\vza¿]P´¨þÝW\11\ eAXýR\9f\80°\b\0\8cD\82=\89øÑ$\13\10\16\ 6x\83Ð2µ\82züæ7\0È\aG Ð)\04F_\805\ 2Iôk­\ f\85\0@\a\84ͯñÿ\12,ÚGô¯ú\10W$\12­¾ß4@7ÿûü[êP¨\a\14B49\8e\80H\84ØU\844~/\93epç]\1dÀ\9b_lz\1e\19!\8câ\98xím«\8eÿJyÄYî\99\9d¾\14íooÃ\86Ç}\18¸÷¾\ fz\98µf\ 4Î%«d£0\14;\97å\ exs>_\1c·Ú@\99­\10ô6C¢)Ï\97É÷ãu\98n?3Å1½\9fh8þ3T´MpýÃZÞU\93˺ÉÃm\80# à\8c\8c5\99\ 1\15#\9bÕ´\8d\15eÌʶ\88ê56#\8b¥@\9a¦ºê«>\19ºÂ\8a\82Å\9eË5FÓ]x.\9bƦõÎÎödtu¦\b\1e½yÜ^*R\12FIGå¥Æ\9aÕ\97ÐMG\1d\9f¡Vã\82Á!'|&ÿ6)î.]¾c\18Ç\1c¶cÅ\18\88\91\91\83\8eß\11PÈh×'\v\8bÀL@jÝV\eªjh\1cî\17àè\91dýéå\89÷\9a]jàV#R?I\v\8c\ 5î\11\85\95pB6=\v\9bÖ\9a\ e\9f+W­ÎO$¹\r\ 6l\83\8dÙ2#õº\ fîôí¶qÊgÏ\19E9\1f¨ÜÒÔº\8c\XoM\8bsj\90\82\r>eÑù ¬0l2¥7­^Aâ£#2\v\8dÎûj{¼f&O÷\82\82â\8eü]\87C£µ\89\87Ûë\98\81ãr\1e\0ò\97ø\8cÛ\86鸥÷1\14×M\175,.U4\8e"úÚEÞò@(\17\9c²æM,«\15¿\907ûgâî÷\99#f\84Vª6\a{_\93D+\97é-ðÏ\98]\9b\ 3g\8e¿\1c)1пQÏðC\0ñÃ$\ 4\18 õÒ\11¢|k»r\96MºÑXåÞs«ï\ 2\141+\88õ¨:øª\1eÒâøSôÎ\ 2cðÝk\8f\18"\94\87%éïUof\ 1MGÓ\84¾5\14Úy}òr^\18f~@£\8a\97\94\174\95KãµUê±xM\88i\99ÊûCSå\ 5\ 5m"Mï>\ 5¸P\86\\9e;?\8a\1fãçx\11\f«j<éÁõý­2×Ô£ô\e\99BÎí\O
+ÊøÚÊùÑ\v \9bÓNh¦Kç\fr(\82EOþ\ 2ÁQK=Ú5P&gÒÇÜ\15\8b\17¹ Ö¸Ì`\90\7fz\9bKåså÷Sgp\12CªL\vv\9bÄ\ 4!Kl\\81]-VÅ\9b\12V±çiäm5÷9½\90Òü(?úðGXr¢#WYU%\8dÒe½(Ü÷\a\1fú\8cܤÆ\e2ûQÜ©\10\82\9a\ efòÃî¥E¼ª¦ë7¶\ fæKBÓ\86<ã»Øo[¾¹¨s_üþÅ\12\12 àO$\8b:\14Î]]qv¼§%®f\877\9b\90\19Þ\ 195ù2è_=uÂ&¤Ò¨í\96KÀ{``ÊI·\ 1\16í\9e\13\86\8fÅL\977\bXxجCÂÌ\8bÔ¿úÌY\10\8aÊAv>\ 5\82ræ;î;^ÄÞ\19\vêüJø\81É\90\12\ 1\b°|¬ÝüvÚº\97YVk&þ\99¬\a\ 3\8e\80×h\9f\ 3\8cÈë\99\10\ f\99òî¬í©þd\88\9béºyØa(ßÑ]¬\8bk\b\8e\e¤\96mî^ÚMúø¾Ä+09\9bàå§ÓB\9f\18
\14\8f\85ÓùO$7}\18ï\88
+CÈßr\16Ĥ¾\ 4?\82ìêöOÃE\9cl¿½2¡³öò:\92\89|ÜË@L5IwÉ\16a|Q­\86\0F:\1fõö\935¿Ü\ fÃ\89^\e 8Úã;\ 6Y\1f6\9f×\87\90f&¨QÉ\91\8fºß\17ªý\18(sEæ«p\ 4Lãð'       é1\912HIN*X\1ax·,Z£è/       õö1­\aAÛ/\ 1=K\ 1ZÃ:Ks\ 5\1fÍÞE\84á%æ¦Vª\b\vuL       mðP\ 2b¼ËÆ'S\9c\80|?>¦´\93\9cï\ eůt\89\1fC
\ eÒ´\848³I»7\9fÔ;âÆÕ}å¾%Jàü\18Øñ.F\82ø\0'\8b\9c3\9e\97*LLP\1cSDR\12\18Ò\91ÖfÌ\92uqõI¼\82\16§r[\ 1\84\12¿\87Û\eÖù°.\93£%\9b^nXü³; \91~n]¤aì.}\17îÛ\v|EaQõ\ 5»¥W\96#¯Í}\96a2ÖÃ\9bì/YK@£+ßç\8dï\1f(äÑ°ÄÓÉ\8c-ݪ\16þ¨Ð\8bèú\12\86ÿãÆ\85ÓAP'Ò\7f\ 5ߣÆÈZ\14>µ \1c4Ä2àD5\80\f\ 1\81¦\rÈ*Ä&#\1d3ç[øæL}%Ï\97E¯H§\1ab\14ð¸ÕçDý\fò\²³\e¤\ 1å¯Ë>ÇD\97ú\ 6ÌõfÐ\9e}S¸ýüónöÙ:.ê\9cáf%°ûÝö4AèfGsÿ\ eë¸ÑC\11Åû\92\9bÌI[m\8e\ 4\1c\{±jMd\ 3zî4B¬\82\83U;»Å\8b\ 3õ\8cï\17²*\a\87*CÃR\fê¶Ô\92W\9d\1f\ 4Ç>)1i\ f\995MWûúIç1\1dat\16·z\8aXéRhåh.Ý#þ\98²ä\1eê\1f×SÓ6ø>=eJåÏô\17Wí÷\93(_$\v¤f\8e¤7LÄt\85\1f\94Ü\8bdégÎü¼éaÙù,Ø8ð\11áûÏYp\84wÖØ(M×
+øÜí\87\11,®<Ô\9e\87¢\f\86\8f+\85\7f_þåâ\ f\1cmÅ]\97Û\99\1c\ 4Ò÷Ö^iô\e\89\94(ö³\92Ç«\9c\b\13lrÈAx¾ó1º\80ö9ë\13èË#t\1f\92h\9b\14éÍ«F\ fËF\10ã4¨Pïs\85{{>\18^©xugæÖfõÃÔ\ f\r    \8cé£EoG6^\a¥n\1c`\8cÆ\ 6èÏÒP\96¸dã<´E83f&\1a\80ï-ý\0SÁÈ&ºÙâ®\93h±Ù\89 Î-÷¸\99ÆY\ 5®g\85Þc襭Þ-¦ôÐÓ8*Pî³bÈ=       jå\89\98h¼õ²Ö\8a\9e/\86\1f\99®apGnÊVÇëK\13\96\84èéÚ.\86Ñ Ý\ eöGKåçÝ\ 1P!Ä¥Çé\81+ÛÓ9\9cèû%Ðñ'!Â$nï³a$Oà¡\ 2¯"ÌÚ©Ë\9a¥D\ e\8c\82ûi\17ã\94vÙý§¬X6Ò+\8b\95X\87\1eÍïÓãûú\16E:+ÒÜ\1e`H*ö´Ì\v\ 3\e.°Â.½\\9a\1e\9f\ 1K¹´i¯\e\18{\ 2h28¡Ý\8fß\f\95ö_¥\ e0%\e¡x}\rØ6\ 4kÔ=ó¦l
\8e\1aå^`\7f\1a¥\16\9a\1d\1fB*¯\99FMí/\1fû\19\1eö\8e\91Ðc
+ZI¶\93}\b\85Ñ¢Ì,ÂÊòoü\82\9b\81o³#ãû\vb÷ne\17¼ò\17\0sfãï\e\bL5j\12\bK+\9c¨\7f·¢ís}¥)\1a\8a#îÇÞýÂGèZ\8a@\17øuÞh\8e\8b\rsCõkÊ\12/1\82Ö$ÁÞ/\93]\914^üÇ\80,\19Å#¬\82\95!vV\8e\9dìáÒäÐ$Ak±ìq\87ËM«à\9f\1aºé¼\9b\ føß*]À±\98¨30î\e\9f\ fo»îµãYpÇÜX®0W\1aá~p/\91\925v\96¾2\93\90Ë\9dìì'«\8a\1eÒvY\17?ß"lM®izïi\1f·þÚèY!NWJ¤\11ScE\1e\97w\8a³¥«Õ\ 5\ 6ßF\84:`\84f±3\94ËxPZä\vë¶\11éÊS\1f\83^Ç3|\ËbO\90\99\80Ôí¸\8dâ÷mNÁñ_èß?:\19¿³&\87\b\93Rldq2`\11\9ea\97/7|ÕÜþåÖ!\99þ[xDÕ1·3\89\80P\83:G\82o^\9a°A?à\8a\r\vÔÅ\9f¾ª\8c\8bÉL}b¾m2\96ü`¥ªÐ3Îõ¼1aëÉYþ\98¼\92Bþjø­\ 6\88\ 3¦O\84¦\17a\96úø\ es\94\1d3oeû¸{³ôºÖ³»÷;#î:]He\13ÇP.¯Ôyz±¾\1eÍÁ$\91ngÜ@Ø\9fÙëCe\aÌx÷ö\9fPÄÒâù\7f¦¾ãJ./\92j\99TQ·È²ïÐßr\a|\8e\89\eîTOWJÚ¼\90BÌÄZñ4ò4µ\1cø\13Vg¿åÜö$åF`%\7f(g·¶¹Ã¹¶\87"¢4J¹((M¹I\98\fWR¶ît{Bõ½¦ã\9c\9faÅrÐ\e³à;HÝ»L²9\1f®×\9e\92Ò\14\9bý\84Ï6\b@ÉY9\8ez6("¶«\9f³\7f1\83)4\\ 5\1cG\1dö\9d¥{\8f"ÙÖb\8en\97LGe\b\aFÈô\8doЫ\19§Àeó°e\b\b{ràWE/â¨\88\80êÙð\18½ÞD]\ 2½ÄíëxÏî\94\93Ò\88H[\e\ 2TW\ 4ô\84³BE>1Þd\91Ú7\ 6į(°\1c\89|{óJ\8a\ 6©\b\92A}nÛ\9aà?µPÇ{~[(\13\93\9b\8cç\9aI'\Vgo\8b\9fA\0Ûg:9¶\81á]õSU\1a£Å é÷ë_£Hæ2¸      _vZàèÎ?Ï5fǪÒ\14þ¼\14.²3j±ÓT`\9d\84]\1c\8e4¥sÒS\ 1Íló\fö\ f\13\1a¸\94¾\ fèÈk9/Ù Ñ\ 1vzB\9d\82Ç"xF\ 1&3qÂ1ü&5\vA'¢\v.öx\ 5Ô\98Þ 
+áñ\88©\ 4\12\8bx'\8c®ªl¯#ÂZZÛ­CÆ¢\ eM\92\92¬DÊÅaÒvû1ùÔYæbµ\eÆòMb\92\ru\eÆ\ 5Í\ 1­+\8d-3\81ÊÆL:Â%\eæ>\1eÉ\ 4ß\ e\99e;\9f\ 2\ 2\89¥\f-/\16Æ\96\97\9d]K-Qiùñ\ 3\82ß\1aØDRÅ"\95üld,¨ÅÎ.½ON]m¿y°\8f\bÅ/ù\ 44ã3ËÍ®\85\9fà-ÊÂZíjGÙuÄL;/#oª\aDIª#m¶õ½G\84£\9dü^Ø£\94©¦ÝÇ"(\8f\ 4´Þ\v\12\1eÑåoXßI0¢ûøQãt~þ\a^¼¢V\1efq\0ylQ%qø\´ö4nâû (\15LK\89ûÂL_\ fNKëG)wÇH\84Ûd5®ïµÏ\7fÁ*ý¢\87©gÛ¶\98\9a[\91P\fp\8bjpæU\80\ f1\9aäJ¬VNU\a,\7f\1fz§ñ\15\879 ñµ\91Å\15Y\85êpE¾\96Ó«|á\96\1cp\11i\98Ü6{×·\87E?r\9fn\99°ÎQ\7f\9b\92\0¸]ù¿Î"Ç)\v|\1c%D§í\88o9\82õ\85\86}º Ó\e\8f\8b\89Ð¥*eɹNåeÉ)vT\8eD°ÝK·á;\9f½÷Îw潧7xÃíyT´ÈöqËæ¯\f\a
+n"\8f´úÅ\95\ 5hö=£¥?8\17sâÎÎ\1d\17ÂÃ\1daâ´oÂ\95\8c4¯Aè\8e\9cíÎõ\9b\ 2ýÊ\19åý\ 5fI*\8e6°wÙí 5ª\83\17¼c«\9d\82¿aÜa\f)þê¿.ü\bê^\13Í(sÁÔx\9e>©åS[!±\12Ø\94ÜÒ\1d¶à©4½³\ 5:xGz         \9c`8²-0²\vÚv°uO¤×ר^ªi3§fÊLë5ï>>r\84b©¼nIÅÚÀ\ 4\87~{äðäî\10«É·\1eûö\10i^\1a)\ 6üת\9f)ÕÖxue¹µ\1fÕ°º6??¨Þåê\9dn\1fwÃy
+MÌýxuÅæõÃ"4µ9î\83\84áÏ|dqÆux¥äwê>E\12ÂNqu)W\9a=\ 5Â5ÕùSþ¦¤òÀ\9f\9bò,]\19+^SÝÍ\eïÇE\87\8eü£§ÚùÝ\96uéM\9fÕU1Gÿ<\9fêä\8aái\10÷¹|ñ\16Î\18\98\8c"¨`p\89õ\1cÂ\ 6\15ú¹\12ùèeå<7î!\80\9côB*µ{Û)+\9a\eªD½\13\rä̳ñ\8dÓ\18\99\1c£1à­(åþ~aåL5Xnº\15Ùn>D\1a1\11A¶Ò\88\ 1\9cô¤¥í\88'\9d¾¯\9fP\ e+\934.\82\ 3ͧ\18\9e\rT3*\84¼ÝæéiÛWõ\b¿ü¶\9c\98ð¼)\9aSk\7f\9e\r;V6ÌHMH\7fÝ8ýÝ]\ e>Æ`&cï3gd\98ݧÒaù©{H\8efú¥[\85¡õê\88mÕb\86F\ 5\8d\8c\13 \9d\86»\19o-\11æÜ)LÉ+îqë\829\18\f\ e6}ê\8c
+\8e\8e\91 \ 21\12l¥}\90\12ç#c:çÐØ\87c¡Æ\9aC\9e\83\8bD#c\9a¢~ò\9dß.`æ ñ²H\ f½ó£UºèS¥øOÏ\ 4urØ\16Tõ#ý¬Ò\8d\87\93ÎiÒ\83j\98\86fÑáú5äõ+ª£>\ 6\eÃÊeÊÇ     \92Ì×d\87\9fÞÜl=é(ÑB2m¬òFò~ß\7f\83\82t±¿\b4ÄÖ\95\11ÕÖ¡\bn\\15ºJû¨\8b\eE¨q!\12\94÷i\92\v#ôNpå\989\ e§LëÒGM:5\18¥{ØþÏÒØ\11àG½µÓù\15kÜL\82£      ²¢\ fD;ä~kñ§÷³©|\16j\924\85ïRîû\91ô\0\ 4è¨\13>\1e©\ 4\86QsO^ä,Ç®\12\0\807\96]RmÀ\ 2z;\90´\1f\15\9e\82Í0gßó;}ýæùÏ \an.$Ì4l¨C)Å\91Ì7§³ç\12Ð\90é1¾.³\9f¼½\18åÊ\ 3\87$ö-¬ÜØÂnd\eÇY\ 4\93Í\94\9ayyÚ\9d&\15\8fí\7f\9a»c\9fAp\81³\8br{5¬\97\17\93Ôs\90\fD\ 6ÑÄ+{ù\87"\1am%_ªB[\ f@\ 1\1f¼èøÚÚ.£\9e\9dÊ_f_·iØ[ë<¤#«³ôUç\90Î\vÂõ\8dÞ\ fô\b6Çl¬\f´,\ 3Ç~þ\86=\9cÆ¿c ¥"\1eUc\1e\96Ó\1aIÒ,j?ì\1e\9f\1cf\10´M¥ 5~QÈB\8ayÞ¦Ú÷Χs0¤\83¬æóD\88\\87ÏÅaxý\8fNÌü\97d\89¤í'\ 5¥)Ð-µ\99õ:\1eÚÌm:Ñ\98 \878\93\1c\8d\91ãü©JQY¡VýDí\f§²\8c,\8dÁ·Ot[Ê\92\ 3¬w"ð§y\1a\92â\9b¢A«IÍÝÜ\rî\83ï\83ú<o\r¸OXßÃ)¬\18\fãZ$ñÕ\87§~ÈbS7ZîÖöÇl2NÄÎ\12c    æw|ú\857\12\86ÍE\v\r×\13\88F\14¦×\19;¼Iw5õ¹Å\8fcgÖ4#Y\92ð#3BÒ´\ 2\17#mç\11©û\11W\87X{à\ 1"£y\86<\80\99\93kW\85ËFj£Õ{þûðÇ캧2\8a~úþÕÅ\9c§×\87\93F\11\14÷«"\9fé_6/-ö¦\14åÞm'ì\91}D\a\16\vÐcÓ[_ä]~\92×ØÎN´ý\1cƺÒr\99«\1d\99bBEE¾\89ë2N\99àJ®»Ø\12é{µ\7f1ÉIÉ\84\8a«§Û*\90I\8e\80YlÌ\80é*K}"CJ\88¿ÚVÓ\86N{OÕ}8U»u\Áû­rçY¢G¹\81ÂÏb\ e¬´gNûÄ\8c\80ã[\1dåKôvZ¼\9aÂÅ\17¸\98\ 6åJÊMË\99\9f\92\9a\v\93"¹ý\1fOÿèÈ\r7ë¶_á+Û=%]drÈ3ªÔ\83,û ¯_\98>%\eHÝû¡Ã\11^\1cÅ:\ 5~Ócô\ 1U\92qúéÐ\14ùê1£n`\9d\85Põd§î\b±wn"+Ë\17vA\8aY\1a>Ú`ßy¢ ^¹^\9e\90þö¹´\9bå\97?º`SW\81Ìþí~_\83ë$5D?\ 6L\86õ8¼lÛ\1d\e\92\17tYÁp\11ï÷ÍòýÔ!ØÏå        Ç{¡ÿNL¨\81\12»xÅO°S_\84¬¨°ð¶ÃYÆè-\ 1Du\1dk6O)Q\97\85s4\ay{\8d\16\99Mú@gëð¦vx\15á5#\ 3\ 1I6³\9cAqFëÃ\ 5»\ 4\9a[\97\89\ 10Qú·»ÂÌb\ 1TéH¹\95\8e$\93iIϪª\86Íð$
+é¤kÛ\ 1\80ÿÞã£uî\ag@ÛÊJm»µ&ï\95gôÁÄÍ
+ò'î\16\94¶´'µÀ2'A¨
+P5CöÝg.ØA\9bý½\1fµO\88\9fb?+á@Ü9àì·\17ü$\8d\a\1esh\8cÆMeÞù>,õ<è1Î'¢yà\9eà£jÙ/>\95XÊ<súrQ\9b\99ºk\a\13Á¤\82\87²Ërµ\ emÃÞk.\ ew)\a\ fAç¢\80åAûÞ\11z\8bxèÊ0/ÅM\9cN\98\92NzÀW:Ìt¢\97\a1Ü°¦\ e©Í\1a¬à\19\1dî\8a\1cª\ 5v)\8d\12\ 6G¬°\16ÓÂ\81\9c§X¢5*AÁÀÍÑ\1e¼÷\8cÐ\97%À¤\1aH|¢â2\12ËL\b¥(=A­*Р6[©Ojýmü8\\9dø\>ñÞ°í+"w¹c\82Û\9dï­Ò\90Cß|¾Wygbôè¯
+çè f\ 5\9av\9b¶3e´\v×\1d¡\11_B²¦ùxû\86\8aW\9f:Tt5\7f>*\11˹\11z\85AMu-9¨\86µÍ«\8ÜñÈ\8b ù°q°¯øàÔ<\0\ 1Éz´\14\84\b"79ªªª\9a\81ßõDn¶nØ\fB'\17\8a-GÙ>s\15R\bd\15çë|\12\9bÎdÖ¥\8fZÝ?îQ°\927\1aI'ªRêÜRñ\1axK\95··@0\90»\8c\1fî\7fj\1dQή­¦C^<\1dÌ\98ø\82µÛd\1aóù\ 5)=?}§×\8c¬\ 5ý\11 \99Ðý\18ãögz"CrÙ{9Vcëåf+æÒy\10ñöÆx½\931\82b],ÎÍëC\9cÝÍè=
+¶X\94ï¡$3\91
+î% ¢`\10ϳÆXÚ\9a/ù \9b,áð­n÷Rh1U=\8bÝ[BßwÔ<dqÚ\1f\ eí\14ùr\ 3
+*\vǾ\eÕÒ½.î³\11{¬Le±Ç_É\1a8\8e8ñ*0\fþÉ-ôÔ£\8di§ãÝ:fk%áö¤ ãá'\91\0ä\86]NÝ@꺫Û;i\auC÷|FmMçÌUå¹\18W\81\13Âë\97{7N\12³q^\1d\95¶ùyR;ª-j\95ÄLD³Çº?3Z2Ö\8cpiyª\19h02?°Ç\90+u\8cë\82\8a\89ð\bF\14zıh\97l*¢\8e¼Ë\8c\8f|\ 5\83n(¤/÷Dög×I\88»\1e§\1cèØ\9e:\90\14~ë¼I,`Î4-lè\b£{¾\91Ígn\ eñ¥fäs)|\9fÏ´`>\9e¡,}#s^~½×g¨Ö¿|j\ 4=!\1eN\1eÁ\89öæ>Ú\86wyP\8f\15¹µ$Ó\96\ f®½\11êñ\9c~\8fÒ\ 1.\1cÝx<Ûk¶\17\8e5\99õÙÍù±ÅRfË\85$ïBÉ´}­wÐZ@®D\0ïv\avÁ[면ɼ.ÑÅÐïTú
+çÔ_WçI\91\94b¯'ê½\90\98²I\81¤¯\8bpÛ'\1cró©Ù}æÝ!ñË=\9b\9aÕDLÎQTÑ>\9cåKñ\12n\ eoêÉð\885¡ÔV5\90Èã\rÌ·øÖG¸F#2Ív¼Ù2*¾DzV?f04Á_\15h\96\ 2-¹s$Ï\9cl\1do\19\1at*!Åż"ä\8d\ 4ùÌ\1f\9cµ%Ó\f[\1eÀV\19¼Þ$±ÜD\1eÜÊõiEÉÑQ/bsf\17ÃÏ®\934\ 33:¤\9c\80öE\b¢þÚG\94sW%Ý`\8d\v3q\91zÆØ9\9c\81\1dzN§\9fõº¶Ø\97*Á"\12>\92õÎõ\N\8bjm\9cy89\12¬ñ}E9wÚnYµ:\1c\92ø'¸\ 6HÈßml$ú\1f¬äer
+endstream
+endobj
+1260 0 obj <<
+/Type /FontDescriptor
+/FontName /LAJUWJ+CMSY7
+/Flags 4
+/FontBBox [-15 -951 1251 782]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 49
+/XHeight 431
+/CharSet (/logicaland)
+/FontFile 1259 0 R
+>> endobj
+1261 0 obj <<
+/Length1 1612
+/Length2 17771
+/Length3 0
+/Length 18612     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶eT\9cÝÖ%
+A\82Cp\82\15îNp\82»»;\85\81àîîîîîîîîîî\12¸yÏéî¯Ç¹}ÿôý~Ô\18Ï^2×\k®½G\91\11É+Ñ     \18\83\f\81¢ \eG:&zF.\80¬¹µ¡\93\83\fÈF\9aN\11\ 4økü\ 1GF&d\ f4p4\aÙ\b\e8\ 2¹\0j@c\80\bÀÌ\f`âää\84#\ 3\b\81l]íÍMÍ\1c\ 1\94*\8ajT44´ÿeù'\ 4`èú?=\7f3\1dÌMm\0ä\7f?\9c\81V [k \8dã_\88ÿëD% \10àh\ 6\ 4\98\98[\ 1\ 1Brò\1a\12²b\0J1Y\15\80\18Ð\ 6ho`\ 5\90w2´27\ 2H\9b\e\ 1m\1c\80T\0\13\90=Àêß\a\80\11ÈÆØü\9fÖ\1cèÿb       8\0\f\0\ e¶@#ó¿i@\17# í?.Z\80-ÐÞÚÜÁáï7ÀÜ\ 1`jo`ãøw\ 6\8e \80¹\8d\91\95\93ñ?\ 4þÚM@ÿ"dk\ fú\eaý×÷\17L\1eäàè`donë\bø[U^Xôß<\1dÍ\f\1cÿ©í`þ×\r\0\99ü\8d4\ 6\199ýÓÒ¿|\7faþz\1d\rÌm\1c\0\8e@\17Ç\7fj\19\ 2\ 1Ææ\ e¶V\ 6®\7fkÿ\ 5³µ7ÿ\17\r'\as\eÓÿb@\v°\a\9a\1aØ\e[\ 1\1d\1cþÂüÅþg:ÿÕ'à\7fëÞÀÖÖÊõ_Ù \7fEý/\ eæ\8e\ e@+\13z8&æ¿5\8d\1cÿÖ65·\81cøgQ$lL@\0\7fÛ\8d\9dlÿ§Ï\19hÿ¯\ 1Qþ³3T\7fI\18\18\83l¬\\ 1Æ@\138\ 6Y\90ãß\92\0Êÿ;\95éÿûDþo\90ø¿Eàÿ\16yÿÿ\89û\9f\1aýo\97øÿï}þOhQ'++Y\ 3ë¿\vðï\a\ 6ð÷\85\ 1\ 1¤\ 1ÿ¼1V\ 6öÿ¯p\ 3ks+×ÿCÂ\7f\ 6ª\ 1ÿMòÿ\ 3GÂÑàï0\ 4lLÿ
+ÂHÏøo£¹\83¨¹\vÐXÞÜÑÈ\f`b`õwRÿ²«Ø\18\ 3í­Ìm\80\7f\15ý×0\ 1tL\8c\8cÿáS637²´ùgô?þí\ 2Ú\18ÿ'ù¿"ý\8b:\83¨\84\86\98¦\ 4Í\7f¾©ÿ\8a\92ÿ«½£²«í_bÿ£\15\19\90ñÿ:ü\83!(\br\ 1¸Ñý½\81tÌ,ì\0¶¿\ 59\98\98\ fÕþ\ 5Ãô_g\19\ 3G{s\17\80Öß\96\19\99þÕøÿøý×Iç?`Dl\8c@Æÿì\8a\92£\81\8dñßõú_\86\7fÜFNöö\7fUý×\8dÿÛðÿ<ÿkÑ\81@\17 \11ÜÊ"È\88Ûß"9-ű\1a+kp\X«·\9b   b0À¶¨N9?×»\12Ôå\95\1c¼ÍY¦ÿ^\15@_?ÉõÑâºpjûg_\92ú`¸\eÓ\8a¢+\11x\99\83çABÕ\93ûm\83¼\8d\9dæÀ\97\b1åL-Üíj^z\vR\93\8dQõ`g\AQ·ð\1d\1a\7f²\8dÅ\1eæê\89Ê\9bÄ9×\e\9dôÑ\16ÉÓ(©6
\1d¥\1e\fµ:ïô\8c<îøé\91¢\7fdhp ë\ 6ªg\1f\97&3
+\96\8cÛ\0Ë3á\94(ÞÑUßþ¾Îè\ 3êÕ\99ý×\ e·\82\1fJ9\ 4ýY|s¸Ç°#á\95Æ\80@\83\e¤À`°/{n£\ 56YÊ\8c\82Wf¿c\89R\16&óHA\8e7á¢h\ 3Õdo=ãÍ\ 4@ïê\ 1\1e\96ì\aÕvS\9d=ºÎ\96!\14m:L\93)/ÛúAäO\97â}\970Ö=\9b\ 6¡îÅP¶]?\ 2\92~þ¾\83\9bVbq#®s§Ö\b«L¯îUð*\98_\86¢©Þ°ùw%Ì\ 2·wÒök,\ 6GàÝ@\8eB¦Çâq±\9a\86-÷®Ìhªy\86
+©èg¼u\1aé\aZØ@9 »û\ f;ovmxc\0\10cß~pé;­\ eÄ\0:\eØô\86PJr\82erâg{[\93WO£©\1e\81 _4º\14\15\9bç,éi¦\9eÂØOÖ\8c\19lA\9aÕ0\8b­]¬l\12@§}2ßâ+  mlÈ\ 1\95
+\ 5\8c£\95´ó\96ÜõP­W{Nü ¼i\ 2d÷{\15\821O¼&\99Ñ\85ØD\0Çż@×eܺ\80¾ ÞÊÕá\18óò÷Hü\9d~Ñ3ÝÞÂa\95}á$¦\vÞ\9c¾³v\9e7 R÷SÔqØ©Í\1az~Y\83ýéi\8c\19®g\96\ 55\f\98\821+bO2\9fSsÙ\91^7\85Ø;\ 3\82\16ÓöKq"$ʸ©g\91\a<.¥Ù÷\86úòola\ 4\12|\1a²\19\10^rùý\9eÛF
+cbßï{\12-*~*\bèØ\1exV/Ëö\15ªÌVï\15\9e½÷Û×\a\18*£÷ï"\1aµ\98rÃ}õ^ö\v\83ç\87Ür]\85\14æ×i,`-Rë)ýô\90p:\rU\ví³\15\1eCKÈV\1d\19_ÄâüN\1f@-c\87\82·Î\13'\7fà¬Vç<54åÉá\88¾\9f\8dõ\12Ï]ÒW*r¢âCoéãPÞ¦«7}\r\147Û¼õ\9da\9d®WbÒèíBnLH\fÙ8:>\98%ÇþH\ f
+*G
+àzP¦;hÎt\8b\17®\10N¬jLìDª\1aÙø-\88­ZÓÝú¢¥W\1cd\12CZÁ\96Ü ¬ë\9b?0Õ*+ïç"«(ÊÀNzDÁ{¸\8dä\9f³Ìm\11\8eäZ5\81\7fcÚâI·\94ØèkÈ4G8M\15s\12½~»Ö\ 6\92£Ðm\ fiz\18IÛ]ð~L¦*ñåj:\92v'8q\14°%6»\15BÙZÈì«"4ýX0"ÊxÈú­°¢ÖXøgÓôc_0/\8eªÁ(\17në©Û\98ÀBOÔ¥¿\92Zæ.\1fVÀ7z¦Á­å\93óf3\Ò(\84½¥ßW,Yõ*w>îOØt\84Õ\ 3?B\9cà\ f:\80B\9d-}\ 2\82\1ep\ 2_7tl\1e\89\92\9aå\83\1d³xªòá,\98Iæ'ç\13\16\89ÃX\92ß:\10Å\80£3.\85/<\8aX\1ddb¿z\11º:XLy´
+"i¾`x/ò8wá\18ÅøhCM+hÔØ\8d@È®M\1f\e\fä\82èæ\82ØD¼&8À8|\v\9f\97jv½y¦zFÞ©;²)ðXPÅØà½h/Õ+Ò¯p\99õ\f×v;­Z;Ir\ 1\8f\86¤\1eO\90\94=Oé®fâÑ̲\96v&µæ5\8e-\91ÃSwÜêé}s«7e\85~\9aÄ¥\f\1aÏs\81\ 6ð\1fq\16\82\82\e§\11\ 5õ\a\a\16\12ä\9etâã\95\ 6úJ$ZRÆ\95J\ 5\ e±\0Øãlí\ 2б \94¸/X¹Y#Ãþµ\93='\15¿\91\1f8\e\8f\0Óx³±a¯`U¾ÑÞÓ5ÛãOCb¡\10f\83£+GÙù\10N[ÆB}!ìU>\r:\88ß\86È\13=\88\ 5¸QLÃ\98/(\98s\91ïÀÆy£_I\80³ã-\88N:¤\ 1ÊÀ«X¨·w Ñ¨wùÔyÓ`à5\11CÀª<)j\16x\87Ou[ôBäÕ\8cW\9dÒ(:\97\98\9a \1a        I¸ªR^W\16åhÇ$èeE4ð7Ë{Ö\aÜj\a\9bk\83\ 5\ f6þO\94¨_6hm\9c®Ò-÷\17K¿õ=Á½¶\95}p\7fæ=TÓ&°réÖKØód\1d\ 58
+|\94±\8fÇÙö\ 6Ì­à_gï´\11M\13?F! \84½1áFþ\81\ 2\89\rºAÔë\8cÀ/ù±Ì\99¸\1a\13\89¦¯F<^Ãjê^~W5Ä\87ÒÔB]\14\95\9e¼ÌÒkÌGØ\97l4w\ 1É!ßÜ\89\8fÌÙQ\18d{6\97öZý\18\8cß\99\0Vã2ç2¥r`±\ 6JBçI¬Ùå¾\15Él¨\83#ÄW\9eGão6\bl\ 3tîC¦É\8dëw_!ò!\87+/6¬1 »\ elèC­¹ü\9e²~Ü.(n}:IUhl\89¨Ós\15{ZΫ\91Õö\vê\1f*4Á=\81\a\86aF
+Ã/\81¡wjË=GS¦¸m\9aR¤¡xe\9d§I1Ðõ .\7f\93©\ 4\ 2\94©>ëF\1cdîH(/ö \80\15Àå\9cRCø\ 5!Js\98\19\9esj\ 6\9cÑ·Ù
+ñ/Ðϵu ¤¹\1f»\81\93¹ðÄ\8d\1e\9bÌ\ 4?\7f.{Dy¤\91qa\ e\8aoâ¥\87/KË\91@* í\1aÁp\rb%H¹g\1aÞ%­^\8a\1fB\85n\94¢\9fªq\ 4\98þêo8F`è\1a~Òm\ 3\90w\7f\v\vè\7f/\91\98ÑJ\15CfÛnLºÒ\99ÜA\10¹Fe\\17·\8f\92/«*U<×£L©Îhn\92\13½P\19¾êàS~¬ª6ÿ\9eB\83±Óµ×øÞè,HQÚV"-,\8fÍ\87\96Q´C÷ÈáR]u=í®p@\94\9bÚò
+é{²^-4e+\87ÕÑóJèÚ:D¶ø\ 6¾\91\13j\8bô©c\8e\8fá0\ 6_ø«¤¦\90®ßï­ÍS®ú\12!hÂ\88ÐN¤        eÆ'`¡+`\vïSpe#_\b.
+$\ 5²\ 2\9f\ 5SY^\99Â\17¿5Û\16ÍO\e\94\1a[r¤\83\85\86Éé&»Ë\10n]ÉÖí\1dj8\95\12OÈÂ+\83uTr[kö\rõ\83\11:¯klíSOoÎÓÛx.ÐÛ\17ÖÝ\13È\1cËèáIe\14yxU4\ e\84·a\82Q\9e:×z\ 1@ãY\88ù¯|{[¦µTR²\9f\18úäm%\1e\9b&\81\0ÊÊà\1d\ e\ÿ,°K«W\9d\96´È\84ÙÁ\98Þh\17½ý\94\90û
+ñÞòØízPÅ'éÖ\90¯\fÊ|^\82q`hí\9fù\1eOj»]b­í7\v!\14d\1dòǺ®\92ð\10\8cu,      \18çÛ\f\91?|)        îà\e0\¥\8eÚ¿ù;©æôX cDÂ\1d\86\862\ 5\89\84Î\19"ÛbSÞé\95ÈóÙfÉ?¶\ fo\1f\86\ 1½0\81\1eñëhF$\86z¦;\9fÄÔ&\16\94n`B,ë¯&\iØd+à]25ëw.\ eå\9e)=\a0©¤U°¼Í+ÜíÊ\9eX\bA\ 3Þ\9frÞº«Ô=DÞi_òéø63cEâ¹H\f\7fo÷ôIéZÖÈK\9f\99&Ú¤\81Pä6>\r\8fi0ÇöæÁK?eÒ\84Il®§¥<·0Ï`\9af\92\r¯>\82\e\13§åa*?»f°í©Ur4\9c!w\99\ 5¬\88¢ë¬\18c£|kaÀ¬È\9bu\1c\94ÞÇc\võ \89Ó#Üh)Ê\ 5ã!$¡pE\1e\90óv¹î\1aòôR,\eµo\93ûwt\93g)\8bpvFÌ\8e\16¦\8b4Óú&\9e\eúsØ&
+Stâ\1fÖö¾Vâ\15v6Xÿ\81-4ã®\11òZ_`ßç©1â²o'°/xñO"¶µ_6Ú<\896A@³5~~âuY\19È\aK\ÿD)\91åÉøD¤iF\10̤ESO¨­\eè4áZýËd"Û\aÿ­/?0¿Ú+é#Q\88iõì\18÷d²bk\83\96ßW/dOç±¹õË]\a\ 5É/\r¥\10\7f¬¹Ûª\8aXôc|Ð
+ÔZúL\81\ 4\9dïç\17³Ô
+\977§Eáûãó¥èëñª\9fp·ËrddmÃîóD\14\11ë¼:1&       þ
+\90´*©\85Ü\90\8aÁ\ 6Kc\er\97L§£\7f»ä\ 3ÌS\ 5\¸êÇoæ        æ=ñ?ôúó=\b,ÓÌï_>CCÜ¥¤´\7f¤Ð[\95\86õ\8f\98X("Ñ'c˾7dÒ)ÉåI\v\865à$\1fFƬÇùî\ 6%ûëäTfØ\b\84ÓsC±óí\9a\83\ 3e   ¾»H\b\88¥_ë"àpR\8fl«Rį\ba\9aÂo¥~бE­3½SS'¯G\91´\93\98D/'íÂÖ\fB\ 6\91ÞW°\a«\19\83óç©ÆÄx×\89ÿ±ºlX\8d\94â˨Ä[\ 5¾cè¢4pQ\10\92\f*%Ùá]ÜC®\8b¬ÿÉà ZpG\ 3Ne\822\8csð¯\9f\bí?\15\8bó\87S\82²8\8e\92\ 2\9dlý¥O ûPd)o\9aµ÷\bueº\93\15\1fêÝä¦h\bëâï\8bGÆü=KSç\977\961s#Ü6ó|\bÄìi«s\b9M»Öå        õp\1e\9a^ÈDtríHY\81\r\10_ÅIt¬\bÂW\81îzM=Wê\82nèAh\ 3泯XÔtÌ\aÈ\8eü÷c\89ø¬\1f\9f꿧úÀÒ8Áô"oZð(í\ 2Ágø!¤ø\19¡ÖGã\1aæ³\7f\85¿\7fçëò\14\8f%\1a\ e§ØVU\9cë+\1dÝ\1d\9b\14Ê`\vÚ£Y-\90\r²õã  ®
+\84²\9e0;V6c>2¡@\9b\ 4$\1ftdL]\8a++Å\90Ú¸Êò\87®\9d\15xõåµÊbï\a\95-ÞZðÂè^¤=ïÁý\1aV´£\92ýd\88ä½Â\12§UVÙÐ\7f\8bg\bXw8ÏR[c\9aô;ÚS\93Å\ 2\93í\ 4­@Ü\a\1c\9c\ 6\ fSIöGN§¾
+Ìy\9fbíN°à@þÊ\96 Vh\ 5t2å\99\1e\92#"¶VËO®\1e\ 1Ó\1f
+=â\95\11m\89±BwæEùü\8d\10\15ª| $-=§P©VZáL\1d\86÷J¿g$\b\80:O3WÀoVkL ¼½ç\19¢%Ò\ 44\97Kÿ¤\94ÃÛ\ 3ø     Ö~3×&w¤E£\98¦\12Æ\99\17´\1d\8dmKÑrê}ÓèÍý¨/V\8cµ\93\8c\92  \1a\82\88£\9ePç3\86ò\r/fÁD}xðî\96X%'Îuû}E      ÝOQ¥\86îvy'r`A½L\83\9cgBÍä\eVæeiQv\8d¨µ~»\90p¥fí\91{j$é+â/\8c®\ e1/¤
+¥T4ã\80Öè~ôJüñ-2Ó'huGÖ5\10\9e\1dϯ\92ú(\88\b.°ðÏXÂt·\1e.õHd\15Iê­h\Ò\9fÐ×äÌæV\ 4\f\ 1\9a¬è\1e\15íÎ\a?²î\944\\94I!\91Ã\13\89\12\82\8bìêyì
+²Jqú/cb+ç8õÂüÖöp"É\96[\ 1õظÞÆA\fÀ£\12îM\8cOï³\ 3\95\8dЭÞ0\8b\86\0²Â"\9a\89CQ\82\r¿ò8\8dnH
+ØC¾?\ 5\92ò\ 5\85G\0õúä¦þøÚ¢Coô.¼\1f"Ðý\e\ 5tv\ e\87J\10üϬ\1e\8d\14\ 1å\91¶Å\ fúj\82\12FÈ|!=\1awxûìÍÅVå^Zdã\7f\ 5Þýb\85\10¨\fDÅ<ä  \8a\14§\14ÏÓÞî\rgh8©\b%*\1d)ÅuϽ·4        ³±¡ëÀ¹W\85Å<M     \82\8e\19Ô_ë\18ÞQz¾\8d9\1fÁfQyX\98\16±Ë\92£d9¡\198G>\7f\8b\18µ}ó\88õdËÝ/¼\93u\92\8eX>%³\eix+UÐ3Û\9báº9\86ö:®À·§×(\87\10Ïcp\81h\ 1\80     í¦\1a\96\1a\19TjröH}ë7\12õÛµ\9cAN\81îI\ 13Ïrÿø¸\ 3\1eß\86\1eU{1¾Ëf\9e\7f\97À\14!s\1aª»þmÛö\89ÒtÐì·ÿ¤.:æ ã\8e­7\13:"\f¶¿\91åÇ\ eGW\1a°*ÈEU\91\ 4V\aÐ\14:ÊOèøAj\84ÁÜ8 \ e¿Ù\1f\1c\9eý\1dõ\17<\17\8fM\9ey«:\13øÜL\18·ªÔ=d[·o?D\ 6鱿¸æ&ØÍì+;Ü\95\1eOèÏø\16D+¸aG°`g\8dF(\9d®úõõñúªD8îW\8f\94Ó;~\1fLk­Ô'\81\10þʦþÒ!A\89\a'âMè\9a\83{I¤cé\81\13|)®\ 4µ\1feù´\e\93dÈö³(CgØ[\ 5\12å]¸¼\80,Õû¦\ 5a\97LjCv¡\94\98qíýVè/ÆP+¶gÛ\ 2Í5\1aL#Í\e\8a¶E\14\ 5\r\92Ó|Ì.îÊ°;v\ 4±@õuN`/ñ7\88AcªTN\8f?TÃ&,êŵP~ê\15o\8c$/A)N,\fP\ fUèGðª²ã,Dk\83Ñ\92\97RàU8\85qLß2@a\97à®!YÙ<\94ºt\8a\8biWïsõK\152×ë­HÏ\ 4¿%4\99\9cÜ\9c\9f0Ë3ñ\9aDb¡fÐð\8cKR&¿\7f.MK\9f"¯»ø S±\1c\13óà»Ì\ 2:2Ï&\b\95§\8a\91é\85¤é\ 4æ\9dë\ 5\8b\96ft\1aßâàè\vÇÝE\9d\1aÃÝ\10\15­\16\87rz\ 1T»ß\1eí\fËìB$\ fÊáÑgøß±R\86\8d8få\9e­y0\aLI^·_¡´Ò\19¤\11øö+ræÖã,\9d tòRù³\8cÕíIÆ
+à      >\ 6R\1e²\93\9b¬OjD¨5åb\11â1îâ?ɸí\94¥óLQÝ\1e\93rmÂ\99üÆ|S¢f\86&
+]<& QItü¢\86\b3yÚð\18¬ËÝ[Ìh\ f\91°â==Mup¢ñ<}í'UÆ6\18\1fZk\17ïjp\93ó\99Q6ö\81l§Û\91¾É \90\97
+z\8aulî·z\87n}«À´\97O :Õ£×ÃÍ\9f·=\14ÉÚ)´k}Fe\ f¸õn\15ré;o[?¾=ÐÏL§\v£¤±\97\1c e@2Ãëânpúo\13\8fêß\eÛ^\84¿Z\ f§-kÊàNC\1aÍ~¾9\b\9dªLð|¼4À@\ f\7fDLÄóVñÕïå\19Mb\9fMØÞ\1f*Èfg¬qV\r`T¬\81È?ߢÔëE\1f\8cÝ¥<Pr¨ØO5\88\93\ 36\19n^JÏ4\8a(\9b®O&Ò\92<\91\97Üi(ÿ¸\ e\86\8f§Åm Cçi\ f»òJfÊÞÎa?\1f        7       â\91XW$g[hz³y2\86ý\8dµj¯Íõ\82p\e§¼\80ë<Ää@Îá\14\v2Ê_¹\11Ek]äA=/ÕáéÉ»\16°4@1µsÃ\18\1c½<\1d!n^¼Î­\98Z¾¡×ËM=q\1d·Ö\ fÆ\8c\e\17\9aØAÀûJ\14\9e\1f6\18üƯµ~%Br·:lDEd\16é£\117(\ 1¼\86CM\1f\9d12ÑÆ°g\90ñÿ\1aY\ 1\90\a\8aå\8e       Q\9fÍùÍx7%)a\\ fñÞ\v\9a\80\85\1f¤S@6%'ðø¬°k88¤äWÍù8­\ 1W\16Ï|¡ß¾Ë̬\90Xf\8b]Ò \90r©Å\1akt¸\vbÜíõ\ 67\0¹![0ÎYÖ\ 6\1c%hÿ   \84\10¹±Îh­~J\18·f÷\82Íñªí»×¢Oîóìù\18| ÈÄç}Ç÷\90\96«RÙQè˺
+\13;\8e¾\15ÚÖü\ 3\96ÃzקV#\88\10cÓ3\ 1\ f[Y`\r³\8c\8e¬Í£\9bT)¾:u\8b\17\92Ë\858¾ÌQÖ\11\83\84¦\8e÷\1dV\93{HÞîl\98lFH^\ 2¡øÌye¥èç\1dÑ\97\8e²@\b«º8`\13Ëò\ 3¨\9dc¯a\14¼ëHgpÏ;îª÷í\14éJ®å¨=kXiB\13Ð\14ÐÎô\94\10O§óuú÷\84 lÎ@_w÷>+ã5Ð-46}\9avûº@µéúãþ¹à\80÷q_,bÆ\91úè\8ffËȦã\8d\ 3"\9dò&GIÃ\ 5
+\1eñN§<|A\ 6\19\15Ø\8açqáÈA\8bc%\e\91x\9dÈ}pµ{åW\81\a\1f\1a\9b\17ª5=æfWL;È¢\1e\7fÈ\95ñà\b%\128\9fïåj°/_\97ê£\17\ 2ª\87\89ó²\81Î\r×\99\8eºòíòñ¶çü\ 6G¼¾iR\10Ócù\96ôSÏûàû\9bÆ|\82¹T\17\12+>\a-¼ÏÑ\ 2\89yÉ}\1f\8b\1dÙ¢Ý\9bR\9f©¹\7fª\ 5éÚÒb\v¹1ê+z\12\84\8a3@à\97\98ì³_RJ3¥ër\e©\94\1dË®Âi¿ÎÈʵ\80\90Íq:U(g\90\9dF\17S\94|¤=×çgè|ú\ f\88\e{\83\86ØzÍ"+T8\ 2I      ¥»Â¥\93w¶ÆÂsa5½%xUxýWBN÷°i\10\ 5\8a3\9b!ê¬×¼N«¼uR6X\11Ç4b{®`+éÅJ\14\94êJT>;3»¤V\a\82\ e\92ÙÅí\83\eÔ½"t\15 \88\95£~¹\83DWh~S¡Ãxì¬o9-9RN/§×ç¸Õ\ 4ô\84á\fâ*LÚ2\90m|òýâ6ÑܺF+5\1fËp>qÝJA\93\9d\1eáuÖa~£oGÜø0d¿\v\ f.\1e\r7\81\ 1ø>¤O~c\90°N®\19\ 6\13\94\91õ\9b\8bC\80À\8a°\rX%î\a\7f\85\98¤$Ükú²æ=,-V\8b\96~¢´UbæP{wmwªÑs815Æ·ò£)\12eæ¢
+Üw\84ÕkZî\11¹|ñä
+!Ðg\88ͱÕ\81¿±ÜKàrUÀRµ\98æô¾\0þ\ fÃ1±\aØrë;"\ 3í¡B\7fW\90å\1e~¿\98Þ\ 4\83òø\9a\9f6\89&ºNá·U´¡Ú@\96;\bþÌOøô\9e«d\13Çop\9dÑ\9c#Y+¥§i=\1f\1d
+\991µ·;\12,\19\17\99\12r\868ð¤X¯d\ 5/å       \9dE\88èOÇ'g#\95\ 3¾\1a61j=\7fÿ\18\87\rgì(²­\12a[x\90¯\94\90t\bÀâ\þI2\10i\89ä\aTU¤Å/ͤ#`\95[Z/\83¬J\99\9a&¹ ¤Z\û\1a\82¶T\ 439­Òá\9e§Ë\11\190öõÐ\94öËîÝ$×=é>Ö¢P:¡=¹\87XÇ|\ e?÷SûøÊ+Â#ÜÅu[\93oA\ eÞ8<Ú\91ÂÛÑâE¬\9aßö\a¢\18\ 47â "Yø\rÆ}a\OOf\8b\92Îw2\12\98Õ\vu\7f\8eÔ\82d\8f?\1d\95Ve¡}º\8a#½­ã\92\9d\94±r\at\92Õ,Ò&V\8c\8e¢E÷\95\90<9(;¿v-©ûÔ\1f}I¥K\84@\b\80\97l\1c÷UÂ\9e°\1f\97ªVësFR¶ÚDK\8aP\16WŹß<åµN\8c®¶{\87ë±ÞÆà|"åÕGxºLrR£p\8dÖ³Aí,-bDYɼ\ fª%c>\8eã1\88vû¨b<¿B\fDÕñ\93ñ\8fõ²ÈÚ\8ek\94\ f\7f©Êk\89^ÆûÐ\91\80G'Ö¼]Yùi£Îx\9cÆ'@\89uûT~\99ü(%\ 6K#V5J¿\1a\1end\0³k{zËËÇõ\15Ü     õÃ\1cZÞÐÿ¦ÞwÌ&\94J8÷õÎ\9d\ 1©º8\19u×2p\0úìã­¡tV;A\8b7=\eï\9cË=!\12\ 1d¦T\89=ÙݧÞ\1c3.\ 4\908\8e\ fwÏ9°+\82!Oïéöv»ø
+o-\90O\81:þ½À8\8bYZ<µ¢9Ð`¬r<S?\ f7\bë\8b\8dzÉîCd,'f\1f,\9cbWõ\12Ê0÷\94ÅqF¦S3øÉ\ 4SÛ)ðÚ?ߣ¹xéngÀ\82\0\7f¸Å¡ØàQ:«~÷Çó÷Ïìmh\8cxͳs^\16\16\ 5\ 5ùJ9a±n2­E)\ 5i\8c\11±\87`áPÚOÿíaÑ{\1f«RùÊTwfh=?*$EûÚA)Ô\16¥¸\1e\9bÅõm\9a¡ú\80q\94p#¢³\9bA84Ô\1c¤ªÆ\vFª_\87\87Å)S)n\9e\94"ÕÇN©\f÷Ã\9doøF\ 6B\13SÇà{Ä£Ü\171\0h\8aIµ´b\9daÁr\9c;\19Q]pFB\19þLU¡Z©NÖ
+75z\86èg\8d¯Ø\ 2íî\eÇ=EÏ.t\81ã
+Pdïº]\8dmÆ5àÉTÛ'çÆ5\9cÓ\ en\88¸Ê&©t
+ÄæW¡#èHA¾d\12olàDUs)à\1a\96ØW\ 6bgä\aÚº¸\10?\86cG¦â¨­Ý\fMÒÌ`UÇx5\bòú\19Ö»ïvüæN\10g?¿ÿ,y¾¾DUÌ\12Cà_2XÛÓ\ fÂ}T[ \85\93\8a2Ú¼qBâï\81u\92nk'µä±7\95t\84JÔ¯\9dhpM±_Ó>\90\\99ÕÓ\8b\94Rï¿Ó\11\10\8eÑ0\17¤¼\9f\ 1&~+\ 3ÇW°\v\15ð(Mº\8b(©uf÷ãh\r'êèøê\8cj3\89AyqíÚ\8fê\99'E\16¡º"{Ð0ö©.\87´ºq\8eºéçr³>\146ãNÂ\9b\16âÈïú\88T6/øÞ\8f´¢\10\89 N\83\1dߧܾpÇ\8d§\8a\7f3\99>MUñóaîÂW\ 4¤w}Te|Íj·XÏ\8c\ 1&®r\v\ 4lÿ\1el¡ZfÉ­@Où\80©~VË¥ß\r\80×÷}¼\84dÇÑø\v\84zq0\80\91ÑÈuÊ'\81ªE\ fêg\16-7\86#
+¹Ìêã\1d\8b²ì^\97³ö/\10m\ 5\ el\P¶¦ÚBÑ\a±µ)å¿G\85ï
\98ÔDh]ms×ç\bV\94\8c7Ìè®ÜOЪO\ 6ß¼\8e\13`Wå"ÍHa.?ü¤íÔu|Éã®\8e\88QA©q\8fõ¥-öÉ´\11'\97ùqQ)e¥\90\ 3ï\ 3£Æ:\8eñD\ eúy3-\94\8e«Êð]»¦æ\84ÐÎ\r\18
+8w\97\ 1ðVL Í])\ 6®\ 45dÇ`\9bã\8e)ª8\92LG¦ålgkk±6±\97úÞ\ 4Ôþ\81e\8d[\9f\88.ñ"n\83·m^%®ÞÝù\8e\1c~\ f&M±\ 6øx¡\99¯\13«"f»£¸ç\eè\8cõJõG\98Ø,(×-|Ï<Ò\833\9a\ fx\1f      *²x\8cød¶\85íäÛ\1f¾\19W\94\95¨B&u1\94¸¢å\8dùx
+»=\ e|]^¢µ\89)cú\13.\94\1eámË.Q/m\lä+J'Uu\p\89\ 61\89¶=kòÕ±â\v²´\ 5Ï~¼|þ-ß,:K<%\83ÏD÷ÕëEj\86\82è×ðTú¹\8c\97\19x£S8$\v\v'\rAüws´\16\9f46Á{ZBHt£\ 5\9b\8d\81/cf\11¾D6Bû´6\8b\94í\7fz_Í\133\94Ç+ܺÀ\81\ 2\a\82ÌÁ       \85ã{\84Jô<N\r~\1c2\88Ë\aC¿":\16\9c\bg¶¯\1e±B\1aÕÆCûhK\91\94¬c
+¼iHýÙV\80z)DÅ\ fæ?Ñz@js\1aÅ%ü\ 2\85\99âPçh_\a\8a+(ä~§ôXrÊ[I\93Nb¨Ç1[V\ fÃo\8a\99¸r\ 3 8\90Ͷî*IÚ\7fÚ¤\9fÂ\\97lYM> \e\88Ôç|\99\$ÁØ9\v\11u\19\8c\ 3óåcKwó\1a§\81×L%\9eôsöÅ\18\8450ü9rÄ­¸ÀÅ\8bS82V½\9eù\87Ú\8bü\9bw\10Ò1ª\98û~\ fÕ8Zfà\8e\fïÍ\99Ó\ 3eð'ù\1c97\92Ä\88Y²¹\13\aùÀ\99ê¹\9c-Rc\94¿¹I\9dzq7F§S¢\81\13'jûÉ:Ëãx\9a¼,áç¸\1eAÚ¯T'è?ÜGg¾Í\82c&ú5ö9eW̨Mò\ 1\7f
+Þ2_Vå­µ\8f5\11ìj¨WC <§hâ3\86Eìæòºû\ 5\8d\92ÐiØkÖ\87In\8d\17%E\9d²H*êÛöéU\rå\8cB°u\fÐ|\7f\8c]¤Ú4    LëkW\88¯Ï\85,¢@\87\904"\8e´&´ªés\85\90LMPåC:ª-è\93jôkª1´O\11½ëZ­Ìø4\18BS­Y@\97d°%vèª\90¸kÁ¹æÚ]Ü7?\15h\82±m\95ßS     ,\15\8eªÓ,¦¦]\\ fºlå¬Áæ\ f`Ø0#(\96üÊ#3    Íbêï}}i\95YÙ&\97\85\97\18¸\e\eë\1eë\13\8bdnÑq\85 ©/°ûi®\88\1f\19\9a\8dë\93]\13ik´ä\18"\ 2ãþ\89¹\81ÿ\9e(%Mae\17d-ëã¦ÚåÑ­Àn\1f棠    Ù\9a\1a<\98Ï8^QÌ s\ 19YáÕ3\9c¸\ 5\16+u\8f$QÉë8\97Òrx@éh籤\8b9ÐV»Ê8\1e¼ª¨@\1exA¨\98ÑÝèm³À\9dVdõ¥@Ù+'̵\85újë\10³\ 2\v\1a:ðü´4g\7fÔkØrìù0@\86\1aÇÞº'z_§\1c\e6`\8b~\8f#\8bï\ 18\ 4\9d>k\1c\81ÒZ
\7fç!|\ fk\r\ao\ 4.\0wã:\85\8f¹ë½C5QÌ
+Ë ÀfÆ,,dÏ÷JláÅ·\17\r\86;[»\ 6\80C|\12T\1c\15\90S\10ù\16þ;¬x\98\9b±í\0¿\94\r\r/\1eiË2ÌÉÔÜí\12\8aÖmM\8aI°j¢ó\87\ 4ȧ\11:ÑmÊêÝj`#ù°ÑM3å\85\ eª|i1¬\92Õlg\9aÆ\97ðx\83\9a¬ÒNÉ\11!b\99DZ&§m\7frFàý\0æj\15^Q\97kÒû\14ë´T_r§RwÓ°HjýØÖ\89ú]õ#ú0\8cg»LbôÍy\94\83ü\0Ç\99\87Æ`¶6¹\12©\18\9f{NµÍV \93\)Çð+y_èQêaD^øÏ.'Cå^ØÎ\995\f\88º1}\10»ý\98{Ø¿£\82ÞÅøö\80¨b¨Û¼ßRT\a;L\15\1e;\f®î¨PR\0\1d\83ïÔQx0d\8c¡ç×ÁèY(QÍ\8a"iSXÞ\83ò\84(iI\91ëW*0\8e\0a^)\97,n\r\9f­\8b\8f\19Q*\8bÂâ\ 1\y\19x\8c0\9ae¡`4ä*¶û\9e]1\ 2\1cÖ°É\8cCñ5,6W·-\8cÞB°\v¬xÞi\94ºu\8e&{ëaôëyÞþ4~Sk3\8d½\1cbE\ 5\83ùAx\12¹_\93V\96Ô=yG\9b#l\v"'\83¨¾\1a3-þ\81à$k
+3tãz\87\95Ü!Ï\9eß4å\1d î{3Qù_ Xv}./Æùte\8eáÇ×òéV\9979?ÛöJ\81\aèTÈ\9e\rbO\84î¦.\9d
+ߣ\8b\1cJ<BT\vµ\1f»"ø¨\8aÙ-à\94Ää»b\9e\9a÷Êy\1cékïÂ¥Ë?\r\97é-ð\Ûx¿Ý\1eË\v©"ß]à\19/Ò»Z´NcâbÌ=˨#\19\17\9b?\ 5{û¥OlJ\1a°ñ¸m%\1c¦5ÚFÍb3?\9a³Ò-\ 3`\b8\88nÉÕ9Ù2\9a\81Öõ¬\84¨Íݶ&\8c\9cêñ£8Ä\96\8aW6\ 3\8dûC¾Gjû|y\9d ûÉr\91
+9Úä8\9a,\93\17Ã\99\14\9bz"\13*:÷\10ÌreoÃÒR\aÁ6\16\13\9fà/Í3,z©\99ß+\8b§Û3è\1d^ë¾5Té\88\7fù\1d°èW]\12\95ã²Ô?\ 1zÛ&û\\84qgn\1eÒ­\ fÝ-þ\aÔq\aøÍr/\fät\a\1a\e\8fÍ<º²\16óvqQÖ\0\ 5Ëc\98³ÿ;tU\9bæ®ñJUÆ\923VzÖÝö\97T*ÙîçpC®\95é[Ò×Ò\95\89Ëþ;èõÆLÝh6\8fé©RðÕ&²4¸wèH8\12\15Üë\1fþráO\14yþÂ\aÇh\90kY?ù:a$é¬\96º\8c\91\v\14¹q~\18$àb[?\964Ò%J\84Ûo̦7g\89\8f²ÇwC\93<M\87^\86û=Ý-\fñ¦9ª\87eLÏ'\98\89ê+\7f×T¾Yc5ÀH÷\92\87\92 äl"áÁß\a º¬Ãå§\82ëc@lºæÝ\ 1RÚ¨øFø^I¢ï_\16;\8e<\16\82àè§\7fänóû7\ eħð4\8f\1c\89\11¬²89»$û:NRoß\9aj@E£¥\91\ 1ÖvNAYVfÄüß\eå\14Ö`\9dÑ|]\ eÅ«ô\7f\b}\17}ÈC\ 1\1eãâmð\95*$ô¼ T¢õC\ 6v\9bº%=\ae\ 1pSv³lÓSùD´¢9[°Äx\9c
+Ö*^0è\ e 9h9\18.¦ \aLGe¥kQ\91\ 2µ/\1c­É\187«¼û Éÿpe\rZ\85i\1fì(\90×q?T\89lÕ÷ØJ'\85¬/q÷l\9dÊ,£\19.iaæØ\19Ù˲\99ä\94\8b.\13Ë\86(®Á\10l$¢Fe\9c\10}m¸\80\82O#t^\1d!fl\97ñ\88\85      qô"×½ÿ\862öe\9b\baM2ï\19~ë^S;\9d\99qnæIͤ°¨©d÷Ó7>Ë\941g\96\8b/¶Y\8b¾§\0c²l»\v6\ fçõl\13\15Π£:ê½7W\96´MB>³ú\97Oø9´rf4Ð\94o4\92Ê\98'\99\8d^çÓ3®DÍ\10v}3Ï\9dw\87\85ã\81\816+ðÂþ¼ÏÊe\ fa|R\16\e\ 6Ö\81³.\f¡c¯Ë\ 4ÚQä·íkdkûP¬ÿ\8a\84j\ e¿¸¯Ëp?à«\1eÌÏîÞÁ ¼¡\8f\9e\8duBÔÌ'\9f\9f\85ü1¸Ø\9c*\90\11Þ!\18K­ê\ 1Ñ.Úl?ê`\rXF0[\9c!cÔù#ßÚU^q ù~\82\97A\víe.w¨JÄGô\96alÍ\1c ?\ 4ùÇ\19\91q\8eTj°\9f{\11]UÕæóìÖÅú\18¹ré-49\93)0o¦ÜÝ7)ÁÙ÷'@¼ËhûÓ<C½\ 5Æ\ 4÷H\93\87sÏüö\ 2ª]î\98Î\82\8d{u\9dÈèY²¡qg½^Ûú~ûb¼ßL\12M2
+\8fáôÁ\83*:Ó\1f­å{2/zSF˽u\1e»¹5É\18¬\98ªMóaIAða>èf\ 3¿\83\7fþ:îÌ$Ð\86Ub95\8cê\88N'BK\84H\890~\0\8bÂ:\9eïPXÔCüýÓ}     ¬lÏÏ°h÷2û:ö\91&½ß\9f\99Á¢PõèþÈÚ\99u=\96q
+ìÆÞ\83)\ 6§m\7fÿQ?\81Ô1öü
\ 1\7fv-ýTìkC@Ü×*,¬R\8cµà\876\83¸5"È0eâÂ\ 5\9a¦ÅêÁÖ\íô6\17ó\90&\8b\18%i2´xÝ\83\ e»Ê¯ÇÈuºí0Hu\97å<¦\1fm3\81Æ{¡ý¦]M­\19\19Tp?,²èêѤ\8c\7f£æV¨Ïü®\1e\b&Ïv\10OSg½\91ØÓ¥/¯ÖpJ$ÜÈO^¢eâº$øD·7!ÿ\89y\84\v
+7Oá0ÂEi ¬R\ 2µÈ\87ëy\96ü
+=?OòJwyh\83µ÷l\87\9eñûbø6\ f6J\9a\8d\9f\9f_\a¦0îX\8eÛ\fV[\87\b!Cõå\12\11ÉÝvf3ôA.ä\80Öë¦Ý\80hOl^½%!\86ÊÛÖ>%\1anÿNâ\17.ÖÚNÓ\1f\1e¢ð\ 3\17 ¶\9cÛ\97\84S\7f\92!F\\\15ìqÖ^Øý/ÎÞ/\93ßTϤ\1e\ e\90Ï+\8b>\92\90\94ï\88\10-r$ÁQ6\99,0[\96\93©îC¶U\9b»©ï\8b¸j5.·W\92\11M p\18\85.+8\10R7¨ \8búy¿J\94ågÏAE±\10\1eW\94
+öÕïªÚ\8båÌ­\8b1>vgfXb\19\88M8´\vT©Þ\ f\b0\ eo¨eHî\1c¬'^~Þ®\1c6O¢\19H\a\7f/ç <\9a\0\ 5S\ faIw\8dÀÝ×ã4{êhR\ 3»=äÀ5\fm\87\91\ 3"\80c<\ 1âOÄ
+<\15\92\9b\8eL|ñ}G?Â-Jl µ\99E\7fÞ¼\13°õ\8a\15\9c¶ì\15´\×\ 3º\9e\9f3\88òývJ\8f86%¿\94\1fUWgX:\eÇ6\ 4\86ZõüvǺE/7        \1cNÆô\10®Þ\90!¤Æî\ 6\84\ 3>£Ð9'Y4æ!SÊÆ\a\ 5/\95×\87Ý\8bðj¹Z'\82\1fÖ±Á\83\0(\11·1û\8c\16\9b
+ªÎ¼pw¾\f\13Ùrba\NËF?ï\b8í4Hë:Ãô\91ߦ
+z¢\eU\ e\10ËX\8aeLÚǹ\12\97Ï@\9bQ{è3¬\11áAø»\9a`¤Ð¹]-¯×-\81\9e\r3NRÕD©\ 6\18w\97;\8eIåo\11\9eöj@\11­\8a¸às1\816â,mÚæKoî\1e\1dQùZä\83\ 2z"²Ó=®!¶¹\9c\KÞ\9f³ñ\10\9eTD+\15\ f\9cpíoÀuRO\1f±PRÙ$\96!IÕÛ¹sø}Óu#$n¹\ 5§\12=&Â\8eéµÒLrXÞVL\8f\11\81\19-Èï\1fÔ\91²\b\16\9aôý$ÓsadLMûª29\8a^\ 4¶Mn¿ÅÄtI)\18\99\89£Ô\0twv®³°\16ûQ\1c]
+\e[ád\18\ 3åà\F\8fj?²ÏV\15騴\1eÐ\16¢Ûål+¸¸ÙBÍõÝ\15\82\16p%Èû(ÙeG\12ØÓ\16Û\9d£'\96=N'\9eÏ\16lf$²\12â\16\·Ô9«ö/ñ\10\11qÒÀûÕÙV\81Á\16\892\1dw_¯\84\e&Îÿ\1cK·¶\ 5Ðå^\95õ@ÞÔ«\ 4ù ¿\98ÇC+\86¹@\ 2õb¾Â\b.?þqbH§;\9e\­Pz\82(\ 1\97ýô  ¶h\9bæ\ 1ñ\89\Óá\82\ 1/ôk-ÊY9ØÓ=·\17%
+\1eT\1f\a¦C\17~O¦iqyÍ\84
\1c\ fs6\14¥\80éÆwì±3z\92÷§\18¹Zóz\11\90Â%ûáõ4\ 5ó)Ã`\9bò\8f\b\0Ì\1cjÙ¨ó\8bÍÈn\1c¦yOTku¢%þÜ5mP\rÿ:±'ª\11\8c\12\89\8fR%\81A{\17ÜÆî¸Ùã\1eêؤs¸\83\98`\ eca\80\1eÃw<\1d\81¯r#xüR7ùþ\81\ 3@>ø<\P ÅÑ\83'Xª>B\ 6L\ 3EJ«ãí¼St(J\1a[·²ÎZç\81\82(_l3ÅãJj\12+ÜÐçqÈeDú\9d}ú#Ò\10α¡ñRÿ`°\r*ðõñ\90§\1f\1f­\8dm\94\11N\93G\ f\98\90Ö»2\93)pÚg°\12z\9d|\ 6¸Eç\9d­Æá\93\19.\9b\9d)\ 57{ªêDÂI;\9c°\10½\10\94_A$\83        ê.\97\82f,u{ª\ròOûÒ\ 2~\83«Ñ\10Ü\8eÿ\83~       õÕAÁÍ\15ùM\19ÙÑrTC\86(.î\8f\v\9f\89r\1d\9cKù #\15¶w¾©5É;R´\f½¡°w\16ð\ e\8f%·wLä°¿²YðÏN(n(\89\bï ÉN;#Nê>mg[<b¶ä\ 1Q\8fÆ$\8dHväYI\ 6\ fÐJò\9eT\17ãV\9f\81ZÁªóÊqeFL6ÅǪ©f\19hT\1aS=;»\ 1]4Ó)ǵÎ\1d\125f;:(\83Æcç\9eøËË<å<\83¨\7f\12\9d\11©ÙÁ<\18T}\86-çLnJ0Eÿ>:\94û3j·É¸kØú\83g_6ÿfp\91\9c4ê¬I\98\19©·Þ\1eM\ eõI°<\8dò\9b®R%ã\85\1aìAÁ¸¥\e\ 4¤Ý¯\92¨Ré\9a\8aÅ\ 4\9bÀP¥z¾\ 1\ 2\1ecPç\8e$ÅÛ\981\92µ´é«D`>AÎÅ2\9aÙì-´Q;1Ó  \ 4\7fÒ\ 5Õ\92\84br2Ñ\12²IÇÏðc\9d1'¡RÒ\16\8b(\8d\12T6\94ï4_&'(ù\851=°\19äËv\vAÍx>Vã#L\v\8bM¾Dºz·àíê\v\9bß
+\18\a0\80\87¿*¿\¥\ f%\a9\8fòD= u   æ\82A¡Èu¨µ³¸Ñ(\98ñw\8f\ 4\92èO_.§¤\86Bk\16\17ï~Q­\ f©;N©\90\89[\ÇÚò\9ekÞp\9cÜc\m7å        âÕ¢g\b\ÊQ­\1e$úA\89ãöçʯJãð\97£Î\85\13RÞÆË\ f\8cÇ\9b\ 3\95ì\17l\17\fR\8a\87\a$Eâªß\Ì\95\ 6\8fPJÈkp!>åÞ¹õ\9eÒ>­V\99 C(Øn}\13\191\85½\85õß\9eV\10@pû\8bõ»5·ó\94\8fÊM^\92ÁrYH¹ì)s×îÅ  \82ü|0aµØ&ΩVæ£\ 6Ìw:A\ f«\ 3\ 4ò\ fzxÉ\10Ç\96i\82Ín§ÁõÈiÐ`m_g\91\90º\91ºÒëq¼¥Úr#Þ¼\ e\8c\a÷PkrÞ\ 3\84+{\96óøl2 ß\ 3¾sf\81~foOÑz\82\18Û\82Ç\8c\8dÎOá:øÓ:ý\vmÜÅb·T
+^q&\ 1SùèâÃ^\99üLxÂàÝ5KÝ!\1eÕNÆ\ 2»°=\8a'~÷\8d<\9f\88þlò¬±\ fŽ÷\9a==x\´õ\82\ 6Þ \ 5/PÙ®ÀåÐN\1d\8ec\ 44XÚ\11\9e\12\86\ 1s­ÚseHF\19y\8aÏÊ¢ýë£V\96ê\95,pÐ\0\ 46r\9d\87¦>,\10\12´]»\88E$>Ýn\10uÖòpðtrt¬§W\8f\8e/æa\19\0\86ûu¬£·\17\16k<P\8ck_\ 5¨)Ø\9euÁ9^^Â\1e\13¿üôÙ\13\11Ð'àk¾ªY×ÿÙ[j\135\1fv\ 1'\86:«ö]lFª\126aan>\84á¥\15<\1d0/4·\19\12éò®¤Ìù$\94úæþÖB^Q~ú,àÏ
+\1dקоf«\ 5s\9f7\ 2\19ê×ù-\e\8eøx\98$\91\ 5      ³
+=Fÿl\98Å\9cN\12m\17\93Ú½2\ eËT©\94Áµs§èkU\ 2ÔÅ\15\r¢ç\0ZêÁ\8b{oçYØe\¸×óÃNGzC]kõÍNÊÂ3_gãWö\ 1Ñ\93ìï\85Ë_H\19Ë\18à\ f\88¸SÖ\80xt\1fa\92R\ 1ùK\85¾×"ðëhh\89³[<¯pg\b¢6È¡Ä(\87\ e\18ù\97ö\1fϪ\ 4&òj\83`ܳ´\9fû²þÎæ\14\vÉ\16)f»`¿\83Í¿|\84^lÙð£­É\ 5ÅéH;þ\ e>\¥º¿
+\89;*tf Z\1a\83\0\eü\98°ë½\8a½·Ç1ø®y4¥\99º?p\1cëóU¥\ 1\876t$¥ØÎ\99\rJçüJ\8a*\ 2\869ÍAÔç\97äÀ«Ëë·K·(w`7\85\ 6=ÑE>ôm\19ÚçÝ^T\ 3×~Êqò¨:c\13¤pËÉÇ\8fl\80`Hqk\96\15
+b\9bÉ>/\84\f\ 6\9b\94\ e,Á÷w:}\ e\8cF\7fíàxä\9dUb0\r¦ß"ãp¦ê¿V\v[#\\ 5\91\83\93ÊR\15\9aëÙìèõ\1fF\17\fò\9b¾\12\83\8e!\ 2j\7fï½ \Ó1ÌeO\12\1a¤s e/\8dÙÛtéÂûÝ\9d\0$~ýà¿8P¢Eê\8cÓþ¡­ÄÙ\12\1en9xÂSI¦^UäðSE\8b\9f\ 1d\873%Ô\8d÷\15û0àRS\14\ 5¸       U\17)t?=³aPû\bûs\89ÝhaÏý\ 5¹Ë\9f=:£\ 5£1v\e>Õ#]wtö\ 4\85
+¹?C\81\94\e\1dÍßL\96akð\8bk\9d«¤ÏÓÛG+9ϸ\16QÄëEÅ°/%m\89\82\94ÿº©Ål;À\8dîâ·\84\7fî\8c\f\17\0vzG\97})ñ\ e\15û\95o%6v°t£%\86@Úêò\83VÊütØ\ fêË\ 2q\1fø\94À,^éé\¹\16\86{\157!Ûî\bY\e&ÅöïLÓyÒõÐ\97í+l4Õ\97mÖ§ç_[\91P\87û_\82\rw2È?=g¯Ý\ 3\96\a8¶n\r,K,\8b\9d6\aT]Ó?½\ eRY6-ñ\85©_l &£µ\ 2~\98,u\13\86Ìþjc¢ñÊ9\ 11\10\15Qg\8d\ 3Ê6¿½¥c\1cÚc\18Ò±}à\ 6¸S\18\98v\1filÞ·\e\v«Ê:\8c\95\1f7¾*\8eÕüUå\81\ f\ 6Ë\8a`ðxÒom_\8e0\ fÿj\8d\18|ìñúë}£×`fâ\96H\80\9dä\869<¶\ f\92Ðo>4þ6¬Úoe^#^\96ħ\9b\88\ 5¹B\83ÚIãüZà\1d$¥äÇ\1fÈ3\95ß7¼Ö\94¥NN\9aø o·1Ð\8a\1e\94¶Q\f×?Z\e!íÎ\87d:¤\1fPqsD\18h\16ü1\88RmÙ\ 6ÞE«Ðíº\10ã\9fó\86\ 2̪\ eKg~ô\11ì±ÆSð\b¹\14\90ß8x       ïHS\9b\82|\99Ö\ 3\8c\8d\12Ký·öj>\16õ~®Ç;6Î\99K)HôsN\80|&Îë\bÍíL#ó$¨1S4"î\12>ËÚyÝ\b1Î8"ÓO¿»\1eèY\9a\11g\95®I³\Þ´\991ÃmbS\80ò"sL\1dsÍHc«C*^\97\8aÊ\8f¹]4t\87¦c+¡"zÈS\85ñ SÆh¦\92¼¨  +·§\9bÌ<\98\f\99M\ 4y\f¢FrK£v¥,3äØQÞ°m\ 4\98V4\16<f\87K   3½{\87$,ï¦CÇKÕ¨pL\10ß±\86\8dËø\89\1aʦ\15ÆÄx\9a\ 3ÉÕ©ðƯ        9ß\aà( \ 6øt\17\ 3¨ù\97\ 5\16ãßEE\91×ñϾßN½\95HÊ×UF.\1e\8b\85¯Ú&_å¢"¶ÚëW·Å\91ú9Ø\81Ã\14-pñ\13!A\ 2Á\e±¶\81ç\8dJÍ{£\9d&MùäÐ\97\8bç\83\ 3D¦çBúí\94\88?\98\r_\9fÇ°¹\f\9c\84\81!S'À]Z\11´_UFäà@r\8c\14\8cBÇÂôP'g+FZ2Ô,DºöÝ\8bÝTÙ6\9aíq\18\837ðº\7fjdTÜûô,·{¦Ü¾@ÖxgI2 xU\a\18ÇaÛ°dô\1eô\80!Òz<aÀá\14ïí«ÈÒ#\18¤áÙÔçC\vVÂ4h\86ú\18\160 ';\97e6\ 3\10*
+\99åiP@J+E\92\81Ïëã\9aCàåîê­º\8cÐF]75Ô\e\1d°ÊúòSÕ¹ñÝ\9fh¾»\91ìV% 2\9d§ËSi¨\14¤Z¦¶ZßS=D@\12\82\14¸¶«á¢\9d\ 5%rà\84>Ejη        ÿ\ 1´Ýüh\8e»Ë\90.ÿ¶ï\85þ{\193{:LØ~\fËî\1d    \15¿W§ciqO±Þècµ\9eY*EÆëæ\aþ\80
+\f¿éÏZøÔø\9dH\14\89ÝV\9f\99³å\e˸\95\ fKrÎÝò\10\r×þÈÛõ\ 3?\9a\ 3û\89\10ú,|\90æËú®º\191Qìu\ få\rV¿·*h0]
+SÞ9ô+d¨Åx¼\8a,pn®\9dB'ôp   1ÀJY\82;\80\1a\80åJù\81£Â6I»{d)Îïd(áón5Qø\131Ìà»ñ0S\9d\93\17ékÒ·\99É}\ 4F\9d\84äí/í(ä\8a\{Ýräkç\87\10=½G|Çu\0n\86ÄÓj\83Ú\8dü\rç\17!\9a9âÌþÆ
+\9c      ð:ëÀ
+\94\87\97õ\94º@¯\aKÞÑߨ\8fª\1eeA\9b\ 4]>#û\10Ø0ps3 \12\8d®ØW¡>÷\95\9dn¬=6ù]9ï ûͪ⩶7H\9bÕ\82ÑT¼¬µIä56¡É¢\ 5æX\89ôb±¯Iº£CJ>c-\v\0\8dK\ 1\9d`\9c\12Þ>\ fXc\0ÓV\12\9e+É÷ïT\9c\14­\ 4Æ\ 50e\95µ!éÎ2ÈcJÇ¿\9e\15\14®ó   hXD\ 5byM/ü ²º<ßNoÖ\99\el\ 3\88\9d+ªJ¸¤"9Ttï\ 6¹ÉOe«3Ù'
+ÂÂ\ 3üú¼à\95¨\ 6z%û\97éô:yù82F\0YõM\ 6\f¢¹z\ 4wáîfÇñæ#p"y\10B*2a^\9fwuê½Óúº\96\9f%\ 2        ÕàCï¦v©òz°?\9fêçB:        ¿
+¦nçÎ1a\93;\ e\8c\97P\96l\98\9e\ f\98æåBiÏé(Âóã/êµW\18fÖÏDøA=Ö¢\1c¾å\8fT@Z`g¶¨¶Öx
\9aVCz\8a\95\ 5Z½;z\13\9cü¢\19SÅÅûP×Ñ6Y\1cT\f7H\88¬E\84ÐHÈ\88Í\0«Ô9¬\86G×¾ÁQf>Ä;\88Úø\96«Yè\8fZñk\94ýI\92n\ 6\90Ú\92\16\0¿\88°B]À\15\ 5ö$på®Ë³n¸\81 Øï\8eI\82
+¡Ó=\XCý\86!\95B\ 4§±Ït\14\13ßaÙ\12Â\ 6K\91\99ê®\17\87\ 5     \9b\1d\11\16ã\ 1\86\89\8a\89ÿ} ô\ 3;{\8b.\92`+\18¥ÚNĺ×\9cç\8f].\12íýì¾­\18ÌS\9eï"ÿ¡Ö\1dºjk\ 2Foq®³%°\15\ f¯\930²*1çÍQùh*\f§*JNÈ\f+hO´ÄÉ5u-éG\v±Ú]"i\1e¶wºý\9f
+6ä\eÙôÄBdqnXñ.Ë\e¤¨ã\15®D\12Ñú%äï¦ý\95C\9aVP¤Äk²%]0_tU^\186\96É*Ä×\84õËõ¥×\83·5K®W;\\19\1fr=û;ó)Wâ^\12\ eäÁÖ×\vVv:ëÐî\9c\1f\1dü®JiqºÄ\8a²¤a°\f:&)ã]Àrsv\80\8a\86GC¤ß¢é5Õ\14»Ã\1f)\17M\97\7f¡¶Ë¨vò¹ÊÄ+ß\ 1r\93w%9<+\ 3³ÈÌI\84¿9ÚÌßódF"\9f\ 4ù+~\18Z÷1ÏM UôÑβ=ï\ e\87¶1ù¡ÿ1Å\8fòÖ°1\86èÕ\93\1fƪЧÜI3\fàóÍøÓ\85ÇU}\19÷\vÿÓKòHZ\1c\ 6⤬]0ÿ\12\94LXú\87¢ÿç5É\9b-4.\96ü%|N\r }8\1a\80?g"ØPÜz=\80Ð\11,\86V\9b@\86\ 3Ø\87[äÚå\9e\173ò1Â$­MP:\84\1d¸32Û¸øVÊ%.Ê\ eÂW=Z\12w\1fkº®Í;H\80\84R¼m\8eÍ\96ëL\86J,´ûiT´÷+ä\9bí\92\96.\9a\14íAD\fc[\80\82²J}\97-4^-7\99\12;¿ò\88á´\ 4\f,k\88\ fZÅ°gf\91\90\ 2¼4è\10´AÞ_\15¦\94\9b¥9\8fö#X     ×ÙãiW4å5\92­«Þ\ 1Ew|As\r\ 3F\12Û¬×\12\âqý%\ 5¨kçecÅÖtäSÅóÛ\84\1d:ºMVìè;ø\16à\999¶å\10þ/pá \88\1f PdÔk6³a[ÉèU~\15\19{án&yMuyÆw5øÎøT\92\ 1¡è\97ËþÇ\9c\18{\83\9f7õ|&åb¡DIòp_òÍ\\94\85Mx&\8eâ)ßA\1a\13¤\94×\ 6%\8b³¦þ\ fW\1a¬ª\fGðs\98ÈÝ\ 4ªV\ 5\9a¢ÒRÛÆß\83 ßáý3\84)/«·&»B@.Ùi¶;\99~쾬\15×\8eò\8c#\92:õ@\ 1XnÍûCpß\87L^]\83\18ú\93e\8f\95R¿Â\a\9aÐf¿l\fCh\1aãòs!´\ 2´·E}n\85¥\16v×WPR\15õýáñ[£Tì\85Gëbïz\9a\16×\ 4Ã^Þ\17Å\8a´øµPIòsÔQÒF\99{\8b
+ÓZÙå§hJS\8b\1eÜ\88\15\82Å(\vÇY9\1e2ÞØvß     ÆYWj*\9f\96\93ÈÈ\ f\9fô0ʵò\0Qíy\86%·wp%"É0íÄ0¸où´\9aû±!ÂÈ\91\N\80ý¯ï\91ä\10ËÙþ\8f\ 1\ f±¼\19p£Ê@\ 3\ 2\7f¿°{[è[n\9eúÄ\1dÈ\9c\0@\97\ 4CZçe\8cz|(F¾F\1dðýAª<«¦\8fx´}¼vXlZÆ`·\95Í\ fª@ï°!\8c£I\1e+þw\87é¬\a5h\82Úl­NFn-­_¯2f4ÞËÏaz
+µG_è\eKtg\93Æ®r\13·»\8bXûÆÊ©qíu\10\e\14åë®R\93\8eÙ0»ö\1cD\18\1eÓP\90\80\18T\12Ï/£A­\8a¹B\8f\aP\ 2\r²\1eå\99\1c\93  ¾ [o\ 6£t#O>¸lÜg©\97Æ\88øOK`÷¹ô\aÏ\9f4ð@)|Õ\ 4X
+®ÅÇ\82ÒúÓä\ e˾ÔK\9cý\18\89rR\1dñô\8fÀèc¸÷64þ\81­\r\1e¥Ú»|íTÞ~jM¥¢`\ 1b²ÑA\ÆBLK\9dÝ-i±\18¡\8a¼öÉyöù$-\8f×,î5\14aF\11Yª»ý§2O\Ëù\13^\96\9d\aÐÂ'\83Óh;~\9a5Ri6Li\ 4¿ \12ü\17\8eÎS6óÕÊÀ»AC.Jí|dè\95\84h\9d%G·´d\et  ¸þ#\ fMèÚ¬Ûä4\93ãç­¦¡\80q\97nÙ{xÌèÖè%\93Û\18~°'\ry½~² Ý\9bt5#¨I\1e\fÆÐ\8b\ 3CùU¬\91eA¶l£p£­\96'\a\1e{tù½ñ ðÀe£[\ 3t\8c\ 3|ü×äbh\19uª$Ò\1fM\8b\15Í?\9a\1d?η¬Ïz\1e§Zgv­Ì[^²¸Ór\90l\13À}É\ 2@ü6ß;75­\b\87æÕ¾6ë\8fvõeB\15\94¼}\84\8dáe\96ù\r6å>\97Þzz~+ª¨øÂã\8d\94\8cu°úº_Vaë¬SI\94\81K\98¬À"\e%\16w3µÐ\r¯¯Ô¶\8bé\1e<ÐñìU\8f\93ñ\9a\88l\10¾\1aíF\8d\83\ 1þ£I¿\8d$'2´D¸\96\ 5·¸k\1a\87Ó\81öçY0:4)þ\ 5¡,q\84\17Ù\b\10\98\ e»m\9a6û³æj\7fZµùFé\1aX\8b%pX\82\ 2Ùûþý×Nìp¦\95u«í$Só        çÖ«5Qµñ ¥K\90À·CÞÉ"<Ö\v¬ëR\0o\8f\Âhñ uÔfÉïc\11­Â_v\8dÜ\10^x°\89^+ÇeÄëaËòvgºÕ¿,\86$\1f\9b\17£  ÷3ÓcÄáªæ\ 2>¯<@u^\82\84j$\1eîÏ\eóz à[lHðx@\81O)\87\89-\9a~£$\92\99\9c7>\1dw¨ ë\f\ f6ÆîMÎSÄ(^ûº¡\8d£å\0£a\ahÝ-÷Qj\8cqo\111Ba-\ 4¬\9bÞr\96\9a\88Ê\9f\15g} ÅªqpÛÒ
+Y¾ºC!~ά¼Ð=<ÌÖX\8a\ÙpÔ\15~N7îúDZîÚr® ,n6}Üþ\85\99eÁA\ 6Ìã'-Isç8\vBÕ}ìÿ'µ\aJøF`yõ\18\r\81E\9df\f«¶´\89ps~4\ 5|\ 4­¶\19\95îÛ\82B=Å÷\0!e\9f\9bÓã[tpBCÄ\8b\b\87\81\82Y.« \94¶Sï¯P)dÙϵª\8b\frzÀåÇï¦ô'$Hή\1cú:¬Ä\92Ø\11âB\vovyé\9aÚÍ\1fò\93\ 5:\92àæ\19\80\9ceÝá<\7f\f÷îë-FuäS\99Q\92\at\ 4§\ 2\ 4\10®\9a%+$¹\·\8a\86ÿ\ 4m\110\10ËË\rÁ\9fQP\ 4l\93¼ÖüGU`|]¢V­\vw*r¿·ë-[úÆEWéÐÞ`Å\ fó\1a\17\8e3îáY´Ú\91ònáÂx#=/ͺi¨z<ònZÔâ¸û\röµûm =TÍ'µ\9fW\93\93\1cê\8b®\82§\84ÙÀÑþ\¸·î8»1¢­þb[ñÿ¡A\8eûKåCGÎ\81Ú\ 5·F×ZN(PZDüö\9b\84×±\r\7fÖ@`g\eR\87\99\8f­­\9eÕ\81 ×{Án%9\92\9c\83Ò_Ú\9f        \9cæS®\r©OKÐ\80\8bö^}\90ÿDnðpQ{\9a¯\fÎ\17¿pbp0ÿÌ t\ 4ôÿ\19\82÷¢]ÿV4\83#Xܧ\17Р /\96\9e±\9eü'Á%^À\1am\90Å\9bÔª©Êª·\vÙïØG±»Æ\v¸\83$UF¸Þª8Jr½Ç`E\11¡¿\ 3oO-4¦\87Î9\a]¾á\1eÄßÁ·\9d\18I½D(±¨\ 3ÓHé\9bBóK\ 1*\ 4&Õæ)¿ª\94½\17ÇÔØ(à\a¨µæïV²q_Ð\81\8eØ\ 5tÍ æ°L\ 2ù?''!\ 1ÃvÊ\0à ³\ 4uy\fæFør#Þ\ 2"ÜärR4tù°'\9fO\15\9e\98\18%lWûHëíRµ\9fÿáïe5ø=N©t­Ã5²ò\9b\8480\bÉ6+Û¬\93\8f\86\8c­q2-»äTå\ 4E\82\96\Á-w\7f\98À\81Øò*7IIZ\93ððܯ\80u~\1d\1dÍK¹\99OéSÿU~¾\8fJfÝ\8a!}\r>Ù;f\1e\ e-\14Vî­J»Õ\ 4þ\11Ï\93\86c8;Ê[*iíð\96;\bÐrôÿ^þ[â\9e=T\13W\8c\9c!%<Ú\ 5É\83ü ÙLkÌq\1e\a\ 2ã\81 \v\ eðìóE(\95sÂ::íKÞÏ\7fÎÛÇÍ\8aWÁ§\r\0ø2t\f³Øuw»\ 3"\1e'\10ãÿSYæ¡ï¦!ª\82}FWTÝ4å8\9fA"\89ÅåÏÂÚ&¼ò¥ßYº°O\8eúµ &\1e{é%CÆ~GZÕ
+\1fÑ+É8`<gYK5PÜ\f\9fó¡tÈWºÖÎK4BZlÌùÍ÷¨lÕ®\10Cßëe\95o:òÖí\ 3Ø \ 6×d\vÃCÓªmpe\14çMø\8eQà$¾q²\8e    ãíñ\8c½\99nKI¿ÓÒÕ\90t\1c§\8fzZZGq\85{©¶ö!éÏW½\8c\ 5õ\86ó)\98P\ 1\1d\98¿Æï\80"7g4\92\12\18Ùi<\92dÁì7\95\ 5nÐ`¸hZU\9c%rÆ\942«Ûyêª\8b%L;"W\9fÃY¿ÚþÜü§pD\131\ 3è\1eüE#ejþ>Dü»Rù   CGV\97Z\0à>é\8a\868Sn·+ÃC4§\91þÉ3i*Á\1a8\80ûÝã2M¯_c.{`*ÀK\a©Äó±Â\rT\12ØÒ\7fÉÕð\87|3}à\84\97\11Ó\13ª\8dFj±\9fî\ 2Ôõ\ 6\15t\8b0    qù?©å»"¡Iå&6ÙÿA\98\9fà\ 5g7Ä >ÊÕ/\11¸y#¨ädøõ\8e¦âçðþó·¿.j)T§°7 À\89\ fø¶e{`ur µ\97\1f\19\b~y~ZÖÝhÌçJ7Þç2cOï+¦M1\9erL%Q´Â:&\18§\7f\7fí\ fÎÌ6\a\e\895) yÐ6r
+\19Ê\97µ,Pø*\10Í\1cçû\ 4®`Ûu\82Å¿¾ò\95:ÒÑ\1eØîö­Êåð\8b\8a£j\9dä¹\88Öø\83jjPà\8dø\19L\13Ñ¥H»\11\ 6\99\83¸\9eÿ #£#»ÐðZÈ\93\99cà¦ìÜ\96D"\86a
\9d\8eE;\bÞ+ô\f¤Ãæ+4{¬¡Í)Ã\8cÌè\11âNv§³Û\bôþ\96þ¾è¦u\18Î\füøÚûÁ\14\ f¸-\1d39ÞDzïd2Hÿ\vôº\18\12èôz \96³Ï\b?÷¦Ø\11\1eV[\ 3FÐ@\13ág\93zÒß:N\8dF\89ç4¦oÊ6 >ZkGgqÿ»ÔÒ\96§>¬\12\95\12ýÄ4Â\82ã*d%:T\12\86\ 1@µnû\9cÚr}é\10UÚ«Þ\ 1ñÈ\0\9dØ],
+ª7Bè\ 5ºG\84óÍËS\13Kí§rh±    â?\1eÒßLRÍÇ&      ¶\f¾¿B¨Ô\840\ 3}DÏ\82T$,uâ\8a^\7f·è9\8bï     \ 3\ eTÿ³\80¹ÑÅ/ï(½HµÔ        Â0jJ\8düG\87¡·\86åH¢F\9dIxm\86ùQõ\ 43k\ 4½b«
+\8dü\ 1\88V2¥9ç®6·]àÿµÑ\16À|\ 4Å\84|\90ÿ\85\10ûÊÊS\ fÈ)Ôugõt\1d\1a\96\9aùÏÀ\99¹\f\8f\94.Íd\ 4£Â_\19/\ 4»¨²`ç¨\99K\vak_=\9e\b·¡R\15\9eN\94\9f\15ó\84Çiýû?Tà\aá\10       ã«°4©n¤³\ 2â3È    ã§ê\95\94mèýtísO»¤M0\86ä\84^K×qã&ÛÉ×\81*ÿ!\8eÐÁ'\a\8dÞ=Ö\8b\840Ë¢øw\87be¢Zuïø\ 2}Ø9µA:ñâB«V_fïÅ'7B Kù+V\85±\ 1\8e"ª)Õ´\ 4Â$\91ÜlïA9(\1dÝ"Èý¯T4\82ßå\80mªï¼1´?Ñ\18`èO\11t\93$ÁSIÑ3\87ø #Ýéo\98\877v=\17þ\9eöXTQäõvYµ\92c%4à·û\85BºëQ   0ôB$uï]LêU½ý\90\16Ì\ 6¾\9aQ\8a\9d8\ ee\11       Ç§Z+äHÞ\a\ 3\85£\81iÈñFJ\91\8c\8cg2\11¨ë.Á\f\97îiÛ\0!ÃWl­G\fMñ"ªJ»\10U\96.DnÜ}\9908åIÀ\ 5uVéQ\fRõTSÄOÀ\ 6\15\9d\97}¢ðÑÄAl\82
+endstream
+endobj
+1262 0 obj <<
+/Type /FontDescriptor
+/FontName /FIYGZI+NimbusMonL-Regu
+/Flags 4
+/FontBBox [-12 -237 650 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/ampersand/asterisk/b/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/plus/q/quotedbl/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1261 0 R
+>> endobj
+1263 0 obj <<
+/Length1 1626
+/Length2 15654
+/Length3 0
+/Length 16502     
+/Filter /FlateDecode
+>>
+stream
+xÚ­¶UP¥Ý²%\8a»»³pwwwww\16îîP8\14îîîî\14\ e\85\16N\ 1\85»»Û­\7fïî>\1dûö}é{\1eVÄ7SF\8eÌ\91sÆ¢ QVc\101w4\ 5J::¸1°02ó\ 2\14­íMÝ]U\1dí\15\1d\19\14\80æÖ\80¿v\ e8
+
+1\17 \89\9bµ£\83¸\89\e\90\17 \ 54\a\88\ 3Í\0¬¬\0\16\1e\1e\1e8
+\80\98£\93·\8bµ¥\95\e\80ZCU\8b\86\8e\8eþ¿,ÿ\84\0L½ÿ§ço¦«µ¥\ 3\80òï\87\aÐÎÑÉ\1eèàö\17âÿ:Q\r\b\ 4¸Y\ 1\ 1\16Öv@\80\98\92²\8e\8c¢\14\80ZJQ\ 3 \ 5t\0º\98Ø\ 1\94ÝMí¬Í\0òÖf@\a\rÀÂÑ\ 5`÷ï\ 3ÀÌÑÁÜú\9fÖ\\19ÿb\89¸\ 2L\0®N@3ë¿i@/3 Ó?.z\80\13ÐÅÞÚÕõï7ÀÚ\15`ébâàöw\ 6n\8e\0k\a3;wó\7f\büµ[8þ\8b\90\93\8bãß\bû¿¾¿`Ê\8e®n®f.ÖNn\80¿U\95Å%ÿÍÓÍÊÄí\9fÚ®Ö\7fÝ\0G\8b¿\91æ\8efîÿ´ô/ß_\98¿^7\13k\aW\80\eÐËí\9fZ¦@\80¹µ«\93\9d\89÷ßÚ\7fÁ\9c\¬ÿEÃÝÕÚÁò¿\18Ð\ 3\\80\96&.æv@W׿0\7f±ÿ\99Î\7fõ       øߺ7qr²óþW¶ã¿¢þ\17\ak7W \9d\ 5#\1c\vëß\9afn\7fk[Z;À1ý³+2\ e\16\8e\0\16æ\7fÛÍÝ\9dþ§Ï\ 3èò¯\ 1Qÿ³34\7fI\98\98;:Øy\ 3Ì\81\16pL\8a\8en\7fK\ 2¨ÿïTfüï\13ù¿Aâÿ\16\81ÿ[äýÿ'î\7fjô¿]âÿ¿÷ù?¡%Ýíì\14Mìÿ.À¿ß\18ÀßGÆÄ\ 1ð÷\9d\ 1È\ 3þyhÜíÿ_)&öÖvÞÿ_Iÿ\19­\ 5ü7[QG;óÿôɸ\99ü\1d\89\88\83å_Y\98\19\99ÿm´v\95´ö\ 2\9a+[»\99Y\ 1,LìþÎë_v\r\a\8b\9dµ\ 3ð¯®ÿ\1a)\80\81\85\99ù?|êVÖf¶\ eÿ\bÀño\17ÐÁü?éÿ\95ê_ä\99\14¥\94µ$Uéþ\ f\8fë¿\ 2\95ÿ.\81\9bº·Ó_nÿ£\15\ 5Góÿuø\aFTÔÑ\vàËÀÂÉ\r``cgù{÷þ\12âádöÿ?\94ü\17\10Ë\7f\9d\15LÜ\¬½\0z\7fûffùW÷ÿã÷_'\83ÿ\80\91p0s4ÿgmÔÜL\1cÌÿnÚÿ2üã6swqù+ð¿.ÿß®ÿçù_;\ f\ 4z\ 1ÍàV\97\1dÍøBm2²3Ý\1a°óG§Äõ\ 6ûYÀGÃ\9cÊ\9bÕK\8a\82ê\1cû\ 23"·yª\8dßëÃ\18[fx?;½\97N\9d>öei\ f~öcÙQõ¥\ 1/\v        üÉh\ 6\8aP7(»¹è\ e\82\99\fË\113Ï´b|¯\16å· t9\995\ fv¦TT\rËÞ¡\bgºÙ\`®\9eh\82È<\8a\82\1f\9d\90\ 2ÌÒ\9bâ1{PZ@Ð\1a\8aOÏ(\93\8f\9f\1e©\86ÇÇFGún \aöñéòâa)øL°\ 3ROIRܼ\8d\9bÍ>!_=¸\9c@4ÆÝ\9dteWÅ\18\13Í[»²\14,j7h\ 3³\99\86èjµ\19w\96êë\1eïì\15R5\83\rbDí\1fËÄUÜë\8fç\e¥\9c\87\87\97\bA\9a\13²H*!_5\12ú\9fb[Ý "Æ\ f\1fáf¹\989\98\1a eÙj\1a:¨£,ûÑ£N@\18\88!*ä¼Ø\13Æ}\ 4X9R\7f\95|k4\ràP|\174Í:ø\ eì½\1f8\ 1å\15\rç¹\80ÐÉòù}ýí'²)ÔZ©v\15\rq¬DK÷\8a;Î4U`DF\1e¯|\ 1Ï\9a\ fõõæOÓ±\fð\ 24(á{¾Ä$\9aqí¸ÚmS^ì\9f¥\8f¤Åï\9bù¼\fu³Çk6°ÞpØ3ÖkË\18\99\a\9biÚ÷\965\f\e_\ 2ø_+!¸\8c\93\ 4\8b¥sòt\17Ä\9f\92ÈbÀjÖ`£\aæ7      \ 1Â*GD\15§IZ\1eËu\ e\80\1e7\fZ²¡³\;Ô,Oë\0öÐ\ 6V\1eè\8e5eñXzFÁEzÆ   Ñ"ã\0¦T\13­Û\9b\ 2»\92õ2ZjÁѺz°÷7w\81ì^\82\11¥h7ürçÙùÍ\16%\17\18Â\9cèóC[Æ\1e\ e?Î@a\8aû\96\1a« wôÞo0}9Qê\17\8c\ 4Ús3\12X\89tÂóªÂ¾ÖÒl\86\17°\86\e        \19v³_s\ 6ÒÞíÃ\r!|   6\v\8f\92æâx|±\8cÕ\9a2FÆúóÎ\1a©\ f\8f\ 3\8cÜEÐn        ¹®§Ý\16\b°\83\ e}S\82«\8b\ eÇo[\8f \ 6\9fºq÷\89­~9   õ[\16\RðA\93ÛÕLâ%#BMÙ'7ß­hÃ\8c>-ú~29¥×LØg\95Ý7?¨´Þl\²2¨á=MtQ:¾±\9bÕúá/\84\92¬\19C\996£xÒyòh\15\fbÏbvy!'æý\1e
+3I 1&L»¨`óL²Á\17\10¢mpyZÃ#\17îè\13U[c:qÍs*\ füAò ÆãmÄö\b¢\ 6\13´\r\9b\ eêè°\91\13¬#]\15¦Çö¡÷Ú\ 4¾\9cüñµ7\88Óg\88µUbî\9fÈ`|7Ão \99Î\fþ\95nå&;S~à\b_)Ø\ fý;èÚ\vòÇ÷\13´\87\88
+ÓU\ 2åýÆÖîz/©\19\90Î\18\ 5^2KË6:Lú\ 1«æÎ\ 4\b\90#HÀ%R\9ekÐ.ëà\ 6¿\82\92Ó\85Ù$£\19ÎjÐÜuô\17N ª­«\9cjó³NÒ>ªûçï\15NÒè÷\0Ä\9cï\95¢æ]\8d1\r
+\130ÝÊÃ0Dz\85å\18W ±=¸kX\98\8fá\93Þ»\ 2zÞ6\99ì<¹9\ 6\94\ 5\ 24-\18A\vÚÖ7ý\8fø\85É7Eº´\ 6¹á"]\88\1f¿ø\vi6TQ4#t~·c\9ap\96²\9b\98ç\17Kñàýq\97\e\16\91
\rXréIDL\88ÿ(Ö\19EÝ/Ì\v'Í~ï\18BMGEâ]êb\ 1\97\ 3\frX\1dÿ\9993#B\eÎsOÞàÄE\ f§-l«Ú¢uñ·Ù\ 6|\8a)Xrè;4#r/B\97í\ 3ÐÝ\84O[ÂÌÏ\r\158@ì#¿\89Å\14\91±#\9aÕ\1dHL²ÙH\8b\e\9ag(çä× ñ¤àá)#¨\8d,"ðî\9cØoL\94\8d \9dÓõä-\9e²KV'Æ\13Çæ6ª7*\81å\ 3gøæU®¾\19B­e\10Õ\1dÕã)`\81k¿9E¡s\1f\a\16\870Áo|5E2$䫬ù¡\8còXÍÎ\õ[L\9d\148S\98¨¬\99í¡\1a\11\1c\ 5± \85T"Ó\1c.Ùç#¢\81º+©ÀÌ\10w\86\8e\8f4\11<\93\99¨ÿ\96ù)È\rÂ\12/1¹Ó\8dç\80ð\8b`%1x¡\89£E\9f
+&åKD\12RÁµ!\8e9¹Á\1e>hfYÚ]ò\8d5\14Çn´ËF\ 4E÷þ\87ñö§>\910´­\80q¼p\14;2x\8c¬Õæ\15T\10k'\15\89\eÇ\88Àc\ 3z4µ,M±K(ºlgºF\18S/\94üç\10\87.,_µxWøgßTß^à"n{±¸\ 6\1c![Íú\83\99\99ävQ\19\1c¢<¯\833\8a\9b\90¥ÿð]Æ1)õL'ývcýøÍô(\97Ëà+uD ª#±\0\/5u~F+P\ 5{\9d¥3ê\9c\92ÔLÍÓ4§6N\ 3>þý#\1f\9f\83ìW?Ã\12¢F¿\96a½â\8f\82¾º\ f\82 \1e/ÚÉè\84\18\1e-OCyݳVïÔ¼È\ 6-O¡7çX¿OP\f¶6ÓÆ»fnÎéôô¦ ¶Ù\14l\9au[×\9f\9c\8f\81=\ 6\f{ªz¥fx\ 2"\13\1e+\88;\9càG:\19)K~\8c\0a@â\8eÈ
\1eÛ\10\1c\90¤\1c¾eªP¢\1fªîÁ­N\8a\1fÍÅ#4\ 3
+\1e²\9dGÛô\9b\9a\89 Æ\e\1eåIb\92ä\8có8â:³\9eÌ>\12i¢è\ 3×í;ÃÁ\93Ï\ f\8e¦\85\9fô%>ýÆoÒt\94ëÒB\93qéwÙboß6eÓ¦ìO\91\ 3xïÅ\bð©ÎAI\1e\11KöÎ4\86\88\ 6G\16Ë\8c\7fÄ«¯(\98û³SÎ,V\13\15oWÆCÿ\ e\ 3Ý\rÄwÁ\9b\e\b\15\18ÓO?\9düI¡dÚàøÛ\9aÊ¡\86\ f©\bÏ\ 4ÌÄß\98°\11\0\ 2wà^2ç\10ä÷l\1e»¶®F¾\14.\r]\17\1e\822\97\8a\91ö\85£ÉcÉ4h\f½âüæ_¶\91¼<éx>¢ÇRñT¬\8c\95\ 6Z/?\8d\16÷\ 1ÂIFß\89Ï\0Dà&o\fO\15)F\98\81\96Ïí\92¬áZ\ eµiòþ9\8fIê³\1d\16Vö>ÕÏ\18[$\ fYÈÌÊ\e pJª\ f\1eî½g\8a^~=ÈÕ\93ènIG6©j\ræ\97¢Ø\91ôË3BË*CXÚíÕ.Ê|Ôðu4³É(×\f\v¶z»ö9Zr¬¬\f±à¡û³FD\83¯nZëþlMݨñB\83~9^æHÁg&í\80­¹\9e\84\9f¨­mûÀä\90¢£h\85hâZؤ\96ÿµ#ä2×,\8a'\8b]yT\ 5Ô¡\1d!r\97BfP8,UûÃ\bÖç(#rä\8b/\96ì\aí\88Ñûo§\17æ&\9a\80~R\84ÄçnûÊ`Éè\föå\838\86^8ºúÐб\81\99õ\9f/²(£\84C>I\9eúð\96öìC4Ë\91qE\a«\9fß\87ÙÍ\ 6LÑ|\88ôè0j©µÈ²¶±\16\9c=\9a¨\9f\8eQ\963\8bóx&ììÎ\99     ¯¯ÓåSj?¿»\19\ e\9cr\96ã*­\84©r~³YuZ4\90,'Iû\9aS­Ïk*\8d2\ 3cGÕGi\9d\1eI\82Ê\14óõÁc\81udGÁ½\10\ f\95Ád=/Ïê\11<D\0\ 4Vl\ 1¦\ 1×}NP-\8f\9a\99«û\f£]\18õÁXqÊ\bó¶,©®êp(ûWÃØ\1f\8dÄQ\ar[\9c\90qs@êù8eôJJñ+\8cLE÷µô\80\9bÂd{çP\9evaýD¤¼\ 1¹X-±EBÀ®ÜóÁAǧ¶[ÔÇkÎ&Ø\véåû}\16áw'\91*\99òÀêɹ\80Q')\14Æþ÷0ªê\91\v4D\13Uáh¾\95¨F¹C\ 6¼PR}¤L¢²£¤½/QE±g\v.¨Ë\feg¨\ 6½ÖÀYi¯¸a¿Îe\ 2#=2%N4\1f~_\17\87²\92\1dúæ\84\88³@\ 4UI\8b*r\87FùÂ'ô\8aS\9bÅ\1f\95\8c,\1d\edT/; \9d£\r¾°&Ñu\\b[l!&ï1=°¿ô¨\97Á\ f<9yD\9a])\8f\9fÀý\17ÒTíí\7f$Ë }» äÓ`{Åù\92Gõ[3Cú*¹´\98o\ 3Ý=ä\9eë\9c\80\0R\93À²Þ\11i×ój"H:q§?l\7f«â\12c1\80ÃtÐQ      u\vY)\97Àea\1a\18ôBJc¦¶\17\vG\15tGÃ"Õ\8cc\1a·ô`*<Ù=\e6ôuå_g/ä\ f4R6ò\a°NBÿx:\9eì¯\15ù¸±\ 3ÒfÞ\97\89Ïye¬K|\8c oñO°í4¯>úrγOº×.¯sé^`Êe\1c\92\8e¬Æ%\ 4L¾®·{\ f\880\r à\10*\ 5\19\13\81p\97\ß=WR;³\ñ0\85\18a½2jât\99®= wÿ\b\82\15p{w\1dÐ×Ë\83\1e\17ÕxÞã;Þé]m¥Ià¨\b@Í?W\ 2ãº\89"rê$´¯dø\9e«÷3{­ÐU\16±Ò+Ó¦>Õ7\8d?Õص\r\8b\8aÅÒÛÓïçÙ\9c\1e\99(}CD¾\14\9f\ fõͬ¬\18\e\97\u<r:\9dÒÒ8\97½HÞÉ
+A\9f<ÝÂ\9fè\b·\8bñµÞ±FUÃÑ*ù\9f\9bÂå\99`*\1ds\89;\8c»¿GÃ\831ðÚ0#8\ 5÷2Ï\e,º0\r\ 2\9d\7f\17wã¹"I/\19ß¡ïç,mb\16\92­\13ÿÊ¥\í
+\92;â8¹+¾Xã)*\11FÉ°ÉóB\19¬\19Ö\99»± \97xlÂL¸f\ eé\8eºC½û°¢\8aã\e\eØ\v\8bû`¥MÙ\8a·%\87Ê^üüd"\vü5fG7µÏ®]æª^Rn­25'£6þ\12\89\ 2\10¿\ 1yÎù
+\92Zèñy}I99\80\8dÔΧãÚ]\92ó\80$\83Å®\1eµNëXâª=0Í\94ã2¡0H\ e(.\9a\83Äòq\ry[â\12\1dY\80\99Ï!\83\96\10Ãÿ|#ª-\vß\8aèiÍ\97ç1`'¸È=¯)Ó\13à>6\96ô÷ë¯{¨9}\88§\92Ò"ÞÉnÃ\852\14«é§\ 1b#ÒH\84Ú>\ 4[;=\91¯\83\9e\aX¾7»\f\14ûx=,8#\ e'ÌìÝl\ eä)l.##7¨.lótî*\85\18M\86\87\9fþQ¬\b­À\89_Nü\18¢ Óxü\92p»,jôóiºjÅ\92\11Ìj"6L\7f@\ eN÷?\18ÒÑí\9fà=]í\1e¯yÆõ\9b9\Ý\91úò\18!W\82\ fó|A\10\9cÁ×\ 6ö÷\ee~\8fÇ\13\84ñÝ$\9er7B\80\9f=ë÷yÃÍ!¾³
+±c\13o¼SR\987l ôôæ\97\86\1d¦\ 5\ f\10¦\92ÌäÒ\17¢ÎPÉC\95Gòt
+{æ©ù\1dxÝùÑð\94â\83¬¾m³#\14ô4Í(LLâ\ 5\16~\ 3\95V)aç\941\9b«.\82ÇÐ\18` K\vì÷WR,\84\89\14b$vJå[j-·Ó3кÓ<óüF³\e\97É\10è.\ eG\11\83ûÈt\14Î\0cf\ 2\vR)*² Õe\9b"\92ÏD:;µ¢¨9Ï(IÁ?\94A\94®A¹C@{\16+\ e=ù­ý¡\8e;\95Ã<\bk\8a6óE\ e\84þ\v¯'rû½ûÆË5ëÜaÏU¤\12%æ6iýf¬\81j/¤ßÚ¡z\92\ 3ÿVhX}:8Æõæ\0I\99E\12\83¿\89á\eA(V(\88ÑÏò\8eU½T"T\8aí{:\99r 4c°¦-m\8f³\8f\9e&3¢ø\87\93j\99Í\16\8d&§mdâ¦Wø\9b?¼PÈ\1c\88\82}L\905\15ÿU     |ûwgU\bMs`nTX¿U
\9d7U¯\9c¬Ä¯\1a»ó¼ÎÛ½X\ 5Ãë¼>I¯_Õs\944\8bR©è©þ\a\vEY¦¹2\84-¤»¿ø]:\91`àHñ/¿Ó/j0Ý\17àcªñ\99ð8|9z\85\7f\12øg:\16\1ak\10)Ä<Üf¸"ôÏT  \ 6\83³É{¨dñm6|ñ\13ý¬5Õoi<'\8f:FóG>¯+ÿLGRî\9chOªxT7×òß\1aF\93ÓÁv\7fûÈ\9cW\8c×\19_\93ÑãhÅf\9e\8c\19_ #npZ\ 3\90C\8a>#»\83jFX\ fYE      µÁûnB¿\16\ e\98¾\ 1%~«Jv6o\1d\ 4^5\191\17p¦÷@\1f¦\97LÝÅ\87\88\7fVyÊ\9d¬öõÍ\eVúºößßÁZïôÌe_5Óü*ü±XäxQ\8aK½ønJ\17¹0Ì\85a(\8bÿé\9dÑ \9f¾\84Àú\bwo<"éóY7U\13±\83Ó©Uy\98ûpL¥P\9a®\(\89k\8d^\ 3d\92I׫:¯Aò\ f®ñûø-ò!S¸âÐ\10Ùq\88Æ£­Êò®Tå\1d}\92:8©sâÚ\ruD¹~ÀÍþõ:¤¶\9c¸\12x È\9a\1c\ 2{\9aêÜ\f\97ï¶ÛJEõÔ½\9e-k\8bµ\13\9f\19Î,­³tû\8e\84ø-3\fötN{\7f3Þà\ f_\97ÈL\8b äI:c·Å\ 41%{À ÃRÕf¥_\1e'}\95;\93¯à\bôt§Ì\8fç\97\13û
+)r\8dDD{\93[aµ¦%^\82ãZ\1e\0ü\a¸öïe(\1a|\11\7fx
+uZtH´uáZik\ 2Z©-È 4r\9e\8bõ\10¬ø
+¬\l{Ø!L_\7f\ 2PõÜAD\893ÔÉ`hW\97\9eç\85\89òJí\84Â\81ý½8\vàKl:Ä\ 2ttÀºê»VpÈ\v­\9c\e%\83'Íð­T^àî¬\81ë\ag0e$|\93RN^þ\9dÞ\b(3À²\8c\8b<S\81dµåôô9­èv\82ÔÌ-e¾@\8b,h6\f\e\ 2Ü\19%ö&XKl\8cè|6¯²\aå­\80½N]\ 6ã§\rñ\81u~Uò\ fZ\8fKCIµ\14¿Z¿\0æÒ\b-\1eïZ½·_nø \1cw,Ñ\85û\¤­\1f\18ìë¯\92ªõ\89¨\1e0XM°vø9ó\9dÄr¢eL\ 2"²"ÇAÐyé\11\f©®Ãب®z³æ\1c®}¨7\96u]úD¸'ù\8e\84ßUWS\7foè½\9dOçÁ»\b÷\fæè\94ü\96rú`?        @²Û\9d\80@®W.·õ=«Ì÷ùfùR_ìãZð\16l稨\13²\88yyÉ\85H\ eO³«,ÚùH\ eÜ\119F\85i£9F1\9eI¨½û<Ñ2f7=\ 1Ȩ'<-ÞõëÌL¾=Ý"\8d\88a%VG¿B³\ 4X]Ñ\vièòe\0C#\1cÈ!ß)69\9e\84i\12õ<)ÌVmPåÃê6¥ë\1a\13\aVøG4\f\8f;»1\ 5}\8fß\aa{tª\80rÆI\18¨ÑI¿ÅÃ8Rå¿hJ\95\12m"\ 37¯N\96?\18HK^\ 2RNj\9e´ \95\93S\86ã-^,¾\9d)\v+\7f )×;Uu°<L\98oÄôÀE\84Ã\bû&Y\9eçw¦\15f\ 5\ 4A*É\ 5«\88¿GdÌ·í¶Gcw\80]É×â-uÏs¸^<yG\8b¥¿ÛR?mµ3i§\965«wY÷Sé0\92\\94@)%\90sÇ7\85µÓ#×     \91Ü87ÇR¨¯Ì>ñ;Ï\88\90u}Ó5\84ìi\84|\18¦Ç\95\8a\9c\87\83\8c«\9dk$òïá\8b\ 6ÅÙ'©µX(ÚýÂÜ!m¸NS þòqÇ\92\96NàOÄ\15\97\ 1kØj{#dfoU\8dM`\ 3ã9µ;\9f·o\16|&û\ 6\1d\13\83(ßFOÍ£\14Íâo÷Y,\82VuÒy\8fh\12¥æì\v\16÷ÝQ\f\f(ÈV !\81\19ñ6\ 5 |\88õD£\19,.I\94P§TF\12\81sr\92®%Ok\90\ 1+\87òË(X§|\bµ\eº`#@nKïf  \8aÃ\8dǽÍ\94_V´\²\83\ 6È \99±Tó\9a¼ñG°H\wIUc
+,\b±\92Ǿyû9\ 4>\ f¶¨p\12\8e\89\7f~\91ÇÐ]ºôêß\9b\85\9f(?[ª\10\8a±\98v;\8f·5\15\17\9fÅ\81v\1e\9ee\ebU4Ëä\8bêW\96\16\9e\17\9b§Ä=÷~@[:LN­j\85\10\1d\ 4¶³\10xJ6À²ROH\0Ø8â¬\93<\95\9dÿ\18¿ÍL\byy$\9a37N
+iõy\8a¬pÁTê[$bï6_Îf\96r.\93ØT\10Iw\7fÉ\86>G%ýBT-Z¬ß,¿Å%Z6û!\7f\9e6L¦É\99V\15µ\81¨û¾\9e\19Ê\92üFæB\8c\8f\9e\80¬\995\98`>Ù¯,T2AãSù\ve>t³¦\8c\99a\91W\10Þ#\10¸\9cÀ°´Ãð\8eÓ½î¸jÏ'>\1ddÈ":{'ÒZ,%,\96ã\152\a¬0¾ö\14å)o§\88­"êW¡7D\f·òµ#\1ex\9e
\83óL0/\8b~\8dî\91j\11Ð\10\10þΧ"\w 2úMY\92\14\17­F£®e[ Øýë}!\ 3aRðü&rP´D¥ãrnÞÑÑa3\9a\rK<f\13Ñ4à·Ë\9câü:Gãd\ 1\1f\16a¤<\11\12Èg-^S¹áª_ÄÀm\19Î}§\8eÔSk\19îi²=¼)ÏÓÒ(\8b\9b\1eAuv~zØ\?q\b\vº«#e2R,J\80\119yiÖ7$ßR\vT\8b»¨¨äL¯¥ì&gÈ«
+#\98\86[*\ 5Å\r\98°\91Ü}î«&r\14ß\19ÛSÜ÷\10\8c\ fÓ\e¬\14Lí^äÔªkå$y(\1a¹\13E\81\ 4wS¡\b,¸8ð^\83\90\85Íá\99 ú\90\8cäú#è¶\17\9a\125\ 3\8b1RÂ5\10h\ 1FGÆt` \9eåº1Õmï\96=pÝ´â\1dpÓ^Ò\9fqÓÒ\e9×¢duçì,\81\12+Ò5B`É÷;®fáò?kûñ\ 6\14\91'\7f\13\81Ãd\05\11\19RO©:¼Ãó\vóN\19â\15ÙzÌÉ\v\bT3°ËcÂØeç\8c\e\fî"Ý:3]ôî<Fë\ 1\9fÓØ\ 6\13\82­¹¸&5b\bÕï(IU°{¦)³Ë\ 3\96\8fï9±h\ 1\96\bjM]ß$2Áï\fÓ¬Rv9he¸\96\19TH~äÄÒ\1d_\16)ÕJF\98H\1c0\ 3±Êòëk\18e       \86ð@K\ 41Òí¹{b\8d\97\eY1wD¡·/B}$_\e\1a\80ðJ]à å\ 6ÊÛ]Þv\11è\ 3Á\94¸Æ*\89`/\98N=ÐL/N\18\13\91H(\b\84\ 1Ò¢¤`ÐPÞ=\10g¥ÀÁÓ\94[ö%ù\82\fVâ=]È/ù-Ô¢+¡\87s\ai\1e­c3ÀJ\88ã\91¨\97^2\9bCr^\v\\1c   Þ\8aP\rÞ4\8b\7fü©j\1d\ 1h\82!´þ²ü\92S&{\9aV%Ôé\82½ÚÇ9A´ö`ø\96=«Ê\ fîðÏeO9\93ömæÎ/è³ZkÓ!ì\ 1fû®w\9dääBá\ f!»ä|       ±\0l§úÆ>\ 5ë¸íí(\ 4Ëjm"\8f!npÄØ]Z§\0\90Û\83 ûÞwMwÖVq]ÊJô÷­\ 2
+\1c
+?\ 2\8b±íÂ?PKO.®Ë0MvN¶\1e±q\ 5\90\16¥¶ÖÆA¯ùv\15Æ9\ 2ÇÄ\ 6Ñã'd+Ò¨ ·­Él\80\87\14/r|õ[4ý\9aTîíÆè{T¹\14\ 1xJXÖf*àÁ©\85ó+æÈ\14\v\8f\80UË÷-ð?Àù{<Í\82\1cûW%\8fTøÖÓnÙo;\80Ø\85\9d\ 5ö\1aðwøêMù'Bw¤\80Ó\81Uï ~\18\85Õ\9c/%\9d×\9dæúÉKu,M¯Áù·°tðÀHÏ/#\1fýXiÊ\13¶2U\92 Úéû¤vH;Ý£\ eº®ê\rĤé\ 6"þ_\80¹Þ\12ú\ f\80xmö\f?D\1f\98\81\9fÓlÿ´®ër»\19\1c\\96öqpò&Ó\9fȤ»Y¹íóµ®a-Çn\15þ¹±!è\8añI:ª,\8b+8k¦å\1f\9aT\vD:äÕ2¯q\1e\7fà ÄbJ Ì\1e\10\ 3ðíZ\8bò\13ó¶è½\88\14G\9aøª\8a#@X\ 34N;\8aO\9e­}E6\84:aجGÙóìaq³\v+¤ßêSKÖ~ú»lÙ\9cª`hË&BD\a(¡®Ëe¢XO\17=+7æ\9c
+«)¹ÆT\15cö'N<Ïv~\vرª\8dÃÙÆ\130î»\8bR\n\8e¼\87òï¬'«\90®\91\18M\14¤ÉÆu\88\98º\väèpç¸\1d\b\ 4óï\89^c\8b\7f#vúq÷\11\9c|\8a²²xµÆ\9a\19\11 ¯¼\81\81ª¢p¸ïaJ­|_²\8fFt:ã=·añóä\ 3næñ'"ÿë]á\9a\1dw/
+#\94È)V\f\8d,!DÜÐ}ÿxºÀOö?7]Ö\8e\1a\aîjPYøfà´Ò\81{Yå¤ÊOª\91?t³Ç©¹ÌõÌk(\81ïj2â\v\129®ÁÕ
+i)0(\16Ù_\bËõ{\ e\ 6\99¨\ f\18äÃ\9c\98ÂLD\fø+d2\90 È\1a\87\92°Q\ß9y\ f §Î/Çf ãÁ4f«\14\1d×\92"\8eßv\ 4\90 àCÂò¼²\16\r\fÉBg)ù}×Å\88\ 5ëKC®Kajüå\9a\94ÆÞB\88Åî±\14({ pÑË5ÆOÕ\1d\95 \82ú\989ÂW\19´3\8b¼ \9d/ºzÄ\ fy\ 37¨¸Ïé]º\18`\9fF!]¶ñC<\86\ f£\12㧸 \10\17÷\-ݬg·øËíHÌýE\1aí¢\92\1c\15\12ü\ 2¯si\bÔ5t\98Ü:\89W\9eÞì¬\93\ 5Ðñ­¢ýõ3´\9b®È\15»¨)\ 5\96\ eú/2µÃ\91\93QG«ê§\8e¿\9e\86v\1d\8a\87ì¯3ȧ\99Ütb\19\99Z&\88þÀ\e\95\7f\83+\88¬."8/£\16\15J·ü\1d\90í\81©ðN\97\r!ÅÈ[¨Ü\ 5ë6~\155¢Ùd\86&Jë(\aö=*\8f¦è±§ÎÁ
+w\1cêG\12\1cw\88ëå\15"\93\88mÅÀ\f\7fÝa\89\87\9cÔ\80Þû\{èo=G?§\96\19Wa\1au]÷!ëO£+PFD\9aZ6SÝí¥w±\vh}KOmÖB\94N!\92ìfJ\82&j»Â\ 5;~Â.®\a\1fJ\fú÷rÝëò6ß\8b¤µW\15µ
+öj^D\ 1­\82Ys°9q¸f'\95\85\ fÍE\ ffâ·ÃÒ¥ÕLÈ[\83Ö°1}û%º\aÐÀ\1cA¯ø\e$\1e O\87X\95]ºîC¡\1a\ 6Ô\15\88Úá\0þ0\99þ\91ÎÖI\80\9e·0:E&\1dd_×êdïXrfZ×'\e\fP  ï\12>÷âw\7f¶«\97r\1a\19ª\1cd¶aK     ¶5­¯\14\b\1c\eZ@Ö:Ûή\ e\ e\9a"jõëm¢%1\8fYhqÖ\88\eú\8eâÎ\ eOÿ\87JóÜ\92µ\v\82Ûõ«êYiÐ×aÞ{F.¡!ô´a\94v4O\17ºÚõ\858\9fv\91A3\12iÃ%\9fêÚci[]\83?¸Km+®V¤ùÎU?\a\13¥âÁ\rs4Y×\19Õ«5tÛT@ü3JÆ\17\8cB\a«RìyBöT¥²À\86B\139\1a\ 2,ûX\96ª0gïÔëh\r\85%Õ'ö°y\14A¬¦tóôü­\aJ-¸s3ß²_äÐ\996¥Ý\8f³G¬\ 3\81U\99¯õ\813uÜÊ\rê"\r¹«?i§at5\9fµà\8b¸AX\98ËC¾vî\\ 6,»þ»        Öy³x\f¤D\ 2æ³Ò3ì\9að} Ã&»%=Çîxß½1\82u^\19¿]\12Î\93,F\88û´V\8fï\84\1fqÁâC\16w\95äO\1cî1\8cÏÕÍÓ3ÖÅ+m0:Ü=â\88yd\8dÊ~Q4\ 1\17U\1aß\ 4\ 6õ\8f6üð1h¼\7f#Ö§\15ß©x³iÉAïü\1a\aë\9bë\7füxüÈÔ#í_\18\ 1\8c$\89(ìýAV\80æ\ 1Í3y¬´$Y>þí+îs8vð\16ah\96\¯xÒM\89ÖøAÚ\eŪ\9c\12\ 4UèÔµUõ¼\8b\83îa\83t´¹ÚtÊ\12lZMlÓºú8 \11\8c¯Î\98Ï<ÉNÂ\96\b,J|6ò\ 5R\bA\8c8:v\8fòz.BÙoîTYÛÕùc´ò\ 1\13\90©@Ñ\82\ e!;ÉÊÁDIù¡ê4r\99ÅVÐB¿á4\97\10ݱ\95£âö+ú\1d}jo\10¦ó\92\fÿH\86Öx\fÃvET\8bî¾\vÖ¯\ 12ZK§'¿\17\9böèT¦\ 6\94q\r\10 \10
+2;¥Õ£ bYÒåÉé\ 6¢pEgq¬¡ÿQªJïG\8d¬.¼¦·p\7îúy\97üý\11v\b\81m¬IÖ¦f4kØë°|B½Ó®á¶\84ê:²¿<\8bø\86\1f\ 4Ý\91\84\8a\13s%¦pqþìÝ\7fÚv\835o\14\ f\96\rqU\81`­ËÝ[vx!¶øÇò¤å;\93Ä\82ÙR\8cu\86I˹p\98·äG4DèO\9c"G±°-°\92\9dQ\87áü\1c\ 2¦\1e@Hú0\88\ 3\84Iö7­\18¤â¡rr°­Îfý8\15\12øSâ\81y¿Ñ\92ÂCÿå\80¥\ 4cÌü¾{«:\v\82Tb\88å\86Ù\83Lq\1d\94\17Ê\rçñ\12û9Ca\bk\ 5\9em#CÚKæ'{\95â_F³¬t\9f\81\v\83Æ\8a\ f¤(wbcÉ\9b\9bopt¸\1aÜstÏ8\ 5ÛÁ\16Em\b9°`uæT\8e>\ 4öþ¸AVgHg\bÌëw KP4ç\ e\96¢jà\1d\90\8a\1dÌ Ø      \9e\88\90ßó\9b\983\8aaÁØ\¿Üe@ãt`·,\86SɪEÈ\99\b\13\1d\96\ 3Û.¦Ò\b¾E\19Ôú»uà0´I¿\83n¢öß\12\e\8f<U\8aU"°Ï·KpMà«k\86Ò\84\84\11\8fSøÅò+MøZéwv?ãÌ \8f-\8f
+[R\83\96¨Ý¢i\8b\r Û\82\8aë¥\96\95\85\15¹ÏCì\8a\*èk  \84ëí³³!/wh\91\8bíÀ\16\96;\16n\17Oíôm\92)&á\94\ 2?©ÓÔ   zD\19\9a\17\85·\7f7\9fñ\1eÉ\11\98f£:8\ e»f|Zî lÂã¦;C\8a
+~\f\12TÑÖ+\ 4DØó2\ 6Èäæ\8a@x0Íe\17¨ÚsÏ=Ír®j·¶í\ft}%Ü\98äX;ò[í\13¯à9\ 3t*N\94\1d´ö\ eú¡à\8d³3O\e\9d\ fVõïë\14`\0\11WG°\90Ç\vÌ|á+BX̲\9e×Ñibïyy¶\94dD\9f\81úü«\f\9aüKûZßÐNZ!ÞÀ\ 6\17\ 6I\83~D0\ f½ÍObwÁ÷(  \84çW#0\1f\83Ý\11B01ó\9eÚ&8\19Cd\1e\96Í:\1a\91¼øëp\9d\13\17!ÔÊ\15\8b °\8bR\88\ e{[b¦\8f\8dÌ\e\9eÌ\8b´\     ²$Nz\_\84óZÌ\9d;ÇaJ.[þ\\8cñ\1eà÷èíÒ\ 2åÕö\19\82zmÕÛ¼]-nEÌWMîFNC\9dq^\ 5W<v\92¿Hewsl&b\83?\10\92\92ÀÍ"?bÅ\98ÌcÇ\ eÓ\f\bÁëö÷7î\91ͬÚýF$\93\ 3\1e«®\11Zá¤\16G{R\1c£e\9f\f,¶õÞô²t=u¹hïú);"'1MöF))~ß\15}~\9bÌÿºt-¢\89ï\90Ù\84í¹QO´\ 6^ÇÌݬøS\93\95ù¼÷Ö´\7fdùc¨ÚLÃH'\ eG~\97c\91\9f¥ç"Ã\86
+\13_¹A\95ÈÌX\90¸efÿl\16ú2\90\12§zhÁÌ£\f\83l\94sIJ°g»\94f÷¹s0öcm\7fØ\16ÕÄ\8b;B10\14±Z\ 2\12y\18½\14Üõ䡤Zß³õkÜÊÂ\9c\10¤¡\1aìÛØ´R\1f$\85\88+㨽\CÅwU=\86¢\83(¹6\1dÿí¾)ÆçöM\91M|y\8apÑ÷H¦À\94À\9cþl/å\ 3N¥ßc\95z\83Øg}\8f\81ô©\19\ 5¯jƽ×\94¾nÄÏ·
+>\9b<˧i\82ÅÁ8[Ú¾Kì×F\9d­+\97\1eãñ\93¨\v\90âÈUªI×ls\92\96\12Ì86¢
+Õ¥ðd´Á\8bÖ¨&\88ßÑ¡\9d\99­@¥ïÛ/\9c0o!h\87\Tå\86\ es\10\11\1aL\8e)\98W\92\0ç+Äìä>>µ,ÑÍO8Ñ\94.\89\86$1H¿Æ\86\ 4½ò¸\82:uÒD#Ú á\ 6\8füÃD@Ó\14ü\ 3:vn\94Tó¼\176Ó8\vÙ\1f\ 5\ 2\84%$\ 4À\95¿-\f\1fE\14a(±<\17r÷$ýý\v4¡å\9bå04æ\13Ü@@\87-î³ÝC\91\8fpP·Æ¼¦\84zy\8aÂÂe\12¼íÕtµ\95\16Í\9e\89íVbÆÙ\bò`¶«ÿ\90<\1dßz@§í÷%Þ\90MA-¨~3Ï\\90\9c\a\f\1a¥)סMÈR\8azÛÝ»|\8fe|¢²\1dÁ\ 5¾:M.\a[B÷ý\0¸ ÙÉÄ´ãfØ
+8Ë}È<®_3Û]¤l¦èéZþa\1aÃ\82÷\1aóÂE\ª;»Âd1B¨    öØèv*Ú0¸Xì4\97{\98QÓþ\0Ë$ÅR\18\ fG\ f,\82§@\17\88¨D\9dKb\ 5\vOM×\9b\8bTîv=\80fÑ?\8eö\91?-\9b¸}N-ÉRÞ\8eµ\93F\91\92wJÅ\.Ó\b\98ÍaàÌvS£e\99\ 3$Ög\14\9bÈ\ 6\85ê\8d¹\ 4ñ\88] Ìz¢ ÀkX¡\8d\9dÒU\91Ýå\ 4X\95³\80ùÜ´¡d\9c*ô®Ùû¡°Áf·<\13\9cÿ\1eïê¥æ\ 5¥YÌ\vÈz¯\84h\ eX§¨\80¿-\10Ï\16\9dÙ²\90+[GwW#!c\97\19
+d¨\f°\£áÊg¦[/õ/s.²±¡ý\91Ë×)ÿÍZc©\0oÛ}\14DO§3u(÷mef"T$t:å\1e&.Î\81\1fþ\9duCÀÜ\9a\83;Á2¿Mô]\9b"+BçVç\11©Y>\¤fPcÝAj/¬\9eѶÒB½¦\80ØÿæmLBÿ§{\8céñ\8aøçå±*¯\10ÃwÀ\98ÿ²téç¨\82ûjÒ³ÑP¢\1fËw\r\FnªÒ\86¶©Èã\ 1Ü.\19e¦u\9c'\1eM\a¤åo\97ßC\98Yn´Ç%\80\\99­Á\15Ê\ 5¨+\8bßWÆK\10Ó\b\aY\r3mçO½´\93\ eè\8e6\8e«\83K½µ~IÜ;u\1d#¬¶È§Á"'|≮]&Î\92\12&:ÝZæ'\9f¨È\\91#xU\9d+Fw¤ó\87q·]Æð\8f\ fÔ\94Ë£YØå DiK\ 4ëF\83\15\ eû¨æG6ÈÝ\7f5\90\92bm·cDüP,%\1518-ßw\1dòu\91Èåà,Fø^¡\98¤\83Û\10áµ~¥\v\r\8f)SB`e\ 5Ap\12Q|P¶ó\98\8f7m!C¹æ\1cºËà¯ÿa\v;ïÆa\9a½8/%É\87\16~\ 3%ûö\85È\8a@Ä~H\12XpÑNë\8e\12,¥é·\95ÿìÿ6\ 2Ò\\0F\89ÝäÉr\9f¡ÉÂ\91[4{ê/7±çjÀ)ü\85f%%¬®½\94"\84\87\aÕ\b\1f\845Zeá|xÝýYdÜ\1c:\82\80×:\90ÐÄ=~#
\161Ö®yúå¹åv/W\82R\1a9\vwo\13ÞN®:u!ôó³ÊÑÓ\80>Èç÷\ 3\94\91ÝKP\87S°[³\80\10à­Ä3        "ÀP\8f]\1\10"/P¥\1eO\ 2Ь\8c\93Ú\0\1fM\94ÆI\96û>±lëX^<\88\90\91¼\86Ѷv=È\r\87\85ÊMúû\1a°\aX\8c\eE\9b\82bÉ".pc»ÀF\99\1d36ûÄXý®\e³\81Êô'ô¾\8a¹,Àð\96\99å±\9aÔÌôA\e4ñÄóÓ!k\1cåýîCâF"jº\9e\90vC~\ fs\82Øó»\9aÇeÆ0ïQU·§'ïÔ\8cûb7O䧸¤ø\10ÿå®é8n\80?W±º!Ü,ÚYÃüz\81\19c\1e´³4<\83(\ f¡Ðø\86?Há>9Ƭ\8e\7fý\81üÆ\9cË-6\9daUí[¡_Ävv\94ݲ\92æÏ?Ï/\ f$ ²\18}ttUA]z\e\1a\9c\13¤­ø\1fE¢¶¸ý
+\ fMõgø-\ 2Wh\13jÇÕ¢\16 ¶Kß\r\8ba\97)¤Öb\7f¯#Þ-æ      º¦\9a\1fõ\12ë\10Ux]Ľ$\ eµÚ\1c}á8\80cÞA\99\vÁÛ(DÚÐ|:O«#Ö-Ñ\91r¼O\r\ 4 \9b\9bÖÈ/-\aA<7\81v\96Á?úRá_\8c®hN*
+/¯ýDóáô¢       \b
+\99êv\93\13\9dS8ý©\81\1cëè\93/\ 1\ 4i_º(xg\9b\17/¥Nî¦o;nó¾îLk§sÚ\bÍIb\93ø%Ͷ}V}ë×jª4ÕlÛtH3­\8a%\1dÍ\81\ 2R\0\1e«¿\80û\13ârz¾\82°þ<ó0¦u¦1.\ 2c~Æ?<Ú£ÆN6þs\8ayÍ5[µêk{.W_ýD\9cv;õB    \17\96\86\8bC¬h \94g=B\89clG-n&T\7f/\9c\ 5ª.\rnó·¢jÞ\8e<F\1aH\v\ 4Í2çî!\84´<¼\15^\7f\ 1åU\ 4\87å¼3oc\9d\1eQ\1f\r(·Y¯ÚX$º\9f%\ 5\fÛ:þ`\97~\9c1àT\88P\ 2×\0Ù@Èz\eÆ-h\80ér­³®I`K\854\84\ f°\ 2/\19ë\1aw¥`×\fLÙîáh\14r72\a3D\ 1\99yOdY\8b\låcíú\9eI£>\96\95ù¶XG\ 1H\17\99\v>o¡c8\1eÆîÙÖìé\13\1e!\17:æZT\91obMmÂ\9eÄ\99eÃõÒj Îý3û`îá\ 4©\17\97/\99\15´(ÑÛ\90V\11\99\88\14}¶!\99Dv?\90ø\97Säo^²Þ
+.Ùã6û®Kç¼NòO'~$\19zwQZÍ\96uf\84\81\18lË/FüàÃ&rà8+\18\14\947â­Ø;ãT\926;\98b\85ödJ7\99\10\87åoðr\87S\8cæ_p\ròÒ~"é/o\19\94Ý\80Ma¥\ 5TÓ±LÝËG_#\ 6õû\15Ý\v\8e\99\ 5_Úí%òê
+ÛHÜ\9axÕ<ï|7ÙĽ{}Ѻöëù\ 5\9f\93\85\97Ùܪlüzت°xÅ9\18µ\9e\17å\ 1\18neëÑ®\90i\14õT\9aÑ% "õúâ\90¶a¸AñJÑF=P_|ZùÝ öÌFjðx+j-\15:§pU\81Û2³þè3 =1|Û¸ûh¯@4Ñmª®É}¯á)¼\81Èë;J¿:DÉG²»\ 2/¾¦@âC\9fVÞG\84\1c\12 Úa\97C¥ªã8ÙE]\ 3Ï\82Ôq£År:\95m\9cÐ\8a6ôH
\14Èé\99\95 &Ï©¡~ï(V\1d(\86,§ýh]\1a\84'\a=ô§c\86T\13EñF\f\82\0Kz\193Ëè!\9fZ²ôøñÌÜã\8d\1f\ f\1e®\97Þ6-m1Ó/(¥\eøÉjè®õcq\ 2¶c®à\81\95鲸\9e\P\8dÊc\91\1dziëÚ¼Ô=8ý3ki|å{Á\ 1\ 1⪠ Ï\92Û\9e\8e¦AÖ\85)\vê\96Ë\96²\ e\9dS\\v\91`\9dÞ¼ÒlàbÈ\8cÌÑÓ*øÄ\ fÿÀM
+s?&De\95\ftîжS¡æ8ì89LõM­H
\82¡ÍZÁ3\90G<Q«?\89\87ÆïÑF\9c]¥UÛá8îzÞ\98,R\8dØOM\ 3ö\91'\b6{\13£'9°O9á\9a\95R\87÷\9b\99¬¦:¥\v\8d\1f\15\81ÏgKg? È°\\8a\ 5ÚT0' l±êc=:ÔX)h$ê\ 2¤õ:¢\ f=>\86¦3òb*Ò:ÓÑu~²i¬E0Îo«c\97È\86\r\ 6V/¥æµò\9cþ<\1aßow}By¤5«B-\85\a\v\9c5è3\91w,¼\1d®\r\8fÓ\8eX+«ï3û\ eÛ×oÚĪ[8ò­û\WÎ\88\87rZêyº6\1e%äh\14ä¦ir\80\8c^¦J\vÅW[Êlì)óùûF¥\13C@\13Ë)òm(\8e\1f\ 2~ôõ     \aæôÐQ¨"SµùQ\ 4\97𡬡Ô\9bv¼Vwï°às¼ùÈÄAÙvÃûï\13ØVõ©WRù\89\8c|äw      \m\f¦\81\8aä\17\83ä\95b\a±\9f¬\8eÂU(ï\1d¨è¤kB³CpÖ\13t\83Nûû\10Ï\ba}!     T\ 6\1806;$ÚÎ0æ½\b\0±>q\80\ZO
+äZ¨-ØnÜÄ×\82Â\8cìØ8\r\e\17÷£\9f#\9f7¾+\15½·=\9dF¿\ 45±}Ä\87#\9b\8bóí\96z\88\89ÛÎ\99\9fJÐ&¬]ã±  g¶ÐûeËÛÙ\ 1\rW\8aB\aöÝQ\ 4òG¹\8cþ0Ó$·\8elT\ 6\1c¶wOhÎÅ\f\8d\81Ð\9e%K\fh¸}\7f^øËtq©ÑÄ «\9e\85\8dG;\98³Ú\9f!~gÞÙ#\96\88ññ®\Z|\12>\0\0½\81Ðýþ«Ó\17l!\1dE\ fÌç;Ö\1fýH\9aþ>U\f~     F\15Æ\1d\88\8b;\12ðô«þ£³PøD¤­³Ñ§_y[úÈ\17t9\b\88\15{\9aÊî+\1c¾àqÕí\89FÕºa3îó\89¸q\9fÖ3\99¤\83#ø¾I I D\9c£\9c%\19[ßé£umî~IMÀ"EâË*\96©é\1d­§ö\83\9e%éÈܼ0/n³\ecö§$/ºa_ú¢©è{Ü    å.6é+»\96ÓØÏîy¼|¡ÿrG\96þ¤\1dr¼ÚNDõZvu\8e/eA     ²Â\1dtiª°\85jg#\9cßÌäµ:Ë\1fä´r*`Påvçÿ:gYʦҺõпò)¬\82Ã;¦Â¡#äÖ¬ñ\849¹p\8es\10Z*ºM>ª¤8\17ßs\8b\ f>\8e±\rd\19l­#S~D\8dX\9b¬vÕ£OÐìÛÑ\10\89ðØàÈ6\87æo¸Ê\vÝ\86bñÒ¿»\90ÈqG\vð\12L@º\8f·\99Ï­(\8a¨Ë¾M\17|\8bZM.\9afß¾ß\ 3ó\10/Tk\91\ f\f\16\89ÿ±ùd³r#ßÒ;ëÔ²Dø\ 3\88\19FïÁ(\e\1c\1fP\8d¡A^­gH×Ã\14Ä\ 4B0qɼ\r¦\91\ 1!Ü×\fmýq\16`*àù47{î\bÑ\ eb:àôZ\9fK!é\13éÖF     Up\95[ÔN¥v£\93å\93GQWg#p÷¡/*Q\11\17Q0\18²w;\8f¨Ý#%ã$=+\ 2þÅa#L\89;\97øýÔ)MFk\96\ egÄ"U\fÒ1V\97\14Ik¥ÓËóV\7føé¾\908kîX£Cب¡µ#ø±Cù\87¥ý$\15\13þ\a\98òLDÂ\84W°×\0b\95ðHáØ#»\17\15\99nYØÙxi«¤7bÞ¯Õê\v>\8a\901 )¹\8d\8f\8d)\1aÅn\9f\8d"79Ñ\11áTón¢i4\99O)\11X\17\81\ f «î¯\8b_\9f
+ÝZ\93\ e¹Î£\ e\18=V×_Ë\84M\1a\9dß̦ÕÓ\9c\eA|+'Ê
+\13\8fhý¿Â\1a\11ðS»\93£¨\1apÞcótH\8fH_÷Ú\ 5FX!\18 \bÞHªøC©¡ÃÆ0ñK\ÙCA\89Ê\87å\18\9fÖ\81\ 5\85\ 2ç¸f\81ùÍO    %Ä=\bÃÙ\85Ü\ f\86\14\gi?(·Ùc9t\86h0ø¿\ e\ 4\v|Vø2\83;O£9\90Ò#KV÷\8f?¨¯\1fyp'\99¢u0ÕÄ$û\1fåÆú8\94äªÝfZ\97Å1îTôûñCI©\15öý?>\19y~®\99G\1a\9d\8c×\ 4=\aQni4n\12²b\18ð´|ÿáGü\12íq\9cüÛCéÜðj´yRpO\ eq]Y\8fÃZe@ °°\94Ú^V7y¸Ñ®À ô\17£¹<,xDSÙp\19{í/\92SI_iü«ªÛ\9eÊÅîmk\evã½\16»è¾çÖG\91\89벧IC\8b\ 5û\ fú}û\85-¢Ãzüý\ 5¸JÜ>¤Â¦Ë¦Eh¥$\8eúãcd Mò\8d\8bý+%­à\8c 4p\94\83\84 yhʲ§\r»ò\bÒ\91¢Õ\91l)§EL\ 3]\9a\8f>N8%Í\ 5\8e½Ëúéñò\ 2þ\82Þb1I{|\129\16\87ÝÐm.¼\86µû\1a\8ay\83ã\82U\92#\97f\f\ 1v\81\ 3¡ÛÞMiµ1\vÊ ù%\fÛYû«½\8c\9fX9|´\e»­°àsSû\ 1Öûç\1a\11\ f\ 2\Gú#Øþh\1fN#Ê@\98\94Ú/ ¿\15\11ÇV]ø+\0[)¯Å1qf\1euÍI-h\ 5ly¶¦\82\94.\1cSÔ5\14»ò\18c\8b:8xÆL\ 2}²)t\84ßåá#Î\9deNm\89°\16\bJ\12\8eíþ\18eg\82<.½ Ì^¹6\17\ 1\96\ 1±]¹@Ûa^ì\9eø\96\10£&\82¨\91.½hR`\91\8f\17ÊØô\84Ë7aq\17÷0½±\aY«Þ\1eLÖ\q\1a\80\81\97Kg'\ e7ñtAfÔ\1aÈ?HÖ\86\98\\bJy´áuí¾>§\8f£È\1d0\0\89¥åm{Ca\98Ü\9fÂò\93Uçh\81Eo \96g\8c\80\9a¢öv*\12\10¸ù\80 ß\99Jô,\87s\8fêr\àÛùÐ[Â\8eÃ\13\81m¡Cü\81¢(\14\96\e.£*\12;,\13\82¯òÍ\ 4\ 6Ê\váMê4]\8f\1f¶3\81ÿlf\8fmʸ¬â¶Ï)átv,\99óÁx+Ä\13Õ^û²°\94UhJ\91ÁU\9cäÞ_J¹T\19%úÑnà(\ edKôÍ}½\Ä\ 3üÌ#®Òôcâh\89äf\ e\ e\ 5\84Y«­\9bSJ_\ 5ÒAâ  \fê\93\94Áqb¥\94A,\e\1e>h°\rÓZBÃe\95±tûð\94~Éö[5\1aEB\vÁTôb]\93\8bÔKºgYßïÀ+y\8c,ãß ó\bפ£ÏÑsè\8c\96ï2Æ0\95·Xöf+Té\ 5Î\18Æ\8aO\b¥´\87\0Lf\r$\ 5\8b×[\11\vÐùæ·èth\92P/x8pï+/Û\12$b\9dK:¤9\8f\ 2!\9b\97\96SóMóf\9f\8a\14      ã2¸ïýJíg\16OÎZ\18\ 5=sèÆ\1c¶ï\84\17ÉØAk\9c\83\ 4\ e\14\v1\8b¹4G\14«ñ\9f¤PÈÌ4\95³# º\1a9uY\ fQn¼úqH\r°\17\v\9cÑcTùÞĸ\9c?\9d>\ 2­1\f'\16$-ZÉX\ e§B/\8b\94<»Ù~ij
+\12\92û\11à\1a\r\ 1#    qÝ/\f\8fÜ¿fèqs\99:zjC\83ø\ 1£ \fôH\17è§\8fÊ\97\v¡}\8b¼ÐlYÀ\8bÛÄ¢\10RmG`BDMÎ\vikY¡\8aïÒ\12Ù\1e\84\11\97\1cÅb2s\95¦\80¿\15ÃͯÁ\16O2ê?ØðìT¥ViÄä©\1dÐ\9f«³!§ÙªmÎdq,¬c2ùûTq±+m»hÕÉ\97\15õN\1d      \9b\7fö\Ì\99¤F]ù\ fÇö\89å\82¾øcÙ\9eӶͷÑÇ.%ð\140^Բ̮P­Ñø\9a\17r\13½
+?Ë\13g¨Íî6Ò%tD´áeaç¶j]§Zêl¢Ö\1c$\9e  ¡i$yùè{\1a3 ÞE|Ä\bÝuCEDðúâ^u\80´\ f.\f\10º¾á[õhít\13l{Õ\96\1dEï^³¾\1d˪ңU8\19HäêõW/zQ\82\ 3yh±mþ\8e®¶=ä ~l)èø\r迲>ú÷®ýXÆfp¨àgj\ f»Ê?WtM\8b}\18\1af\ 6" ÚÅ!)\11XwKiÔ,&9k1YÉêL\93°_Oç7>\985\19\a± nÆ)`Ù¹}G\9a\85}ÇI¦T\83Sì¿\9bxQD+\829 Ëx'eøÉ\v\ eï\8eQk\8aÛ\rÅ_\ ffª¢\162S8Ï¿+q[dFÞLü]#®h¡\161Lö\96\ 4kA\92\89®\96p2°z\8cýârù /Í\8fí¯\88fÍ_\8c\9aú}ÙM$ð\8f\8e\91]\98r(1®åsB\13<\f\1f¼åHêÅ'\f´Yد"ç$÷êâ©"d\82òó\96Ãê%®\9a\8bIqmIãÒ®ÔÙ]L\13\99/»fÕiæ׬ùL«!]\11\8eÅÊA\92Â-\80\86\8d[iûôÌ\890Ë¢]»Iû\9aâÔÄ\84\88°ªø\bl$\87¶»L&¹[JM\14çì\93\87î\1cF\ 2nâüÇ-7U+imæÍ·ö¡\1f1â6\e_*\9b%Úbû\1fòTS a\1a\17.ÑÛÕîËÐ\95ãÉAåW\1f±vY\ 1©Ü³ðç\9d\aæÜ8\83 GU³J9M¸§KÕ\ 1\91nNf߶íª\7f_\ euÇ8H,n\92c\rÊn\16en\ 4ÛüØ\f\9f!\87\90E¶|*~9W`\1cGj\9c¤\96?;\ 2{¦çâ÷\11w\9dÌðá\8ao\r\07p1 y`\81\7f\9a¾k\97c\85sRõ\91T&\1eÓv   i^\9b\12\ 6WªS\96XÅ°¡I\1a\1d$ÅÃ\98\9b«yÙô|jKu\80Ê{\ 2LR\87©®ä\\1e\99\91ÿð\9bÅ|\14\9béÍt1Ú¢'Ñà»\16\8dF´}Fò´qC\87÷=izH$8\85ùÜéoB3\1f/\1aH\88\ 58*\9d\80\86:VÌw8 \93\8d)ãc`ðëfä¥\fãU¨|\ 6u¬Á,p¼S\92\87[vhé\84¦\bÄ\83Ã\91\9bMÃoWIÛ\1d(½ò?
+åo{Þ\1e.rËIÃSé\7f!\ 5\97\f\9b>û£\18ß\98åѯ\1eù«sr­x\16\89\80YG¬ª»e[¸\94øÅ\98E\ 3\10èR\1aÕ{V1Ã'¼Ü ÜÆn&yÝÖ̤¡­Ì\84\rÈ\92\1f\8fq¸"d\ 5©.=\º\v¡@\9b¥¥âÎÃzÃGÊñÙ$'!ï<\8bÙ!r¡£ô\ 6\10\95\r\94\14\9eõ8«ågG¡\11\99\15pj>ù\8f½\ 4\7f÷vÆU\9dï\8eû{®\15̯\r²ª\1c\91Eù9\12\91\93\12\92z\1f_lÂ×\1f\8dqnÆ˼D+M6~\8e·\81j|\ fîr\99zªÊ¢úýü"å\1a\a\9f°z\9a\8d\85]üö0Ä¿\ 3\90/ÎP\84£8\eîëíòùÌY"\8a%ô9 fZ%)%ÔÚø\13Ãçì\aÃø\ 4´\91ÄuY\8bI6ªqØV¨\16\18fò·\97Xbª*¤|éê\ 5õ®x°D³ág­â·Ä\1d[\bÂ\1c&z5\r¿Ù<]xàóû¸Â\91\1d]\fvR/ÅMB;CÎ\91g\81UUy\81ñqtxBµr%¨+*\94¹\10\9a\ 5¶¦1dIÙ\ fÉ\r\ 2q\8aú¼gÛ¡¿\80H?·£\7f«ëçÃÁÈúí¡³õ|\963ÌL\1dfj£5Ùåî&\98´UwF\e\88é\1c
+\ ez¢ÄÑ\14\1fC(:ÃüùrBnÚ$\v!éÒË\91\93\89À\16b»¬zA\1a\84\9e]l#)¡$~\92y\16Î(9\86×L4K^pCn%gÊ×\8e½ñ\ 5nEÌ\95g\ 2ÙtÔ\14U[\14Ó\89\17¹\\8boM\e\93^}¡Ti\97 Ûîí;ªb\18\ fD\90¢\89z_w\15sGN²Êy\8ev«2*\17\99SÏè\98\1d\82¸y\83\ 3\fZFW:¿\933[J\8b\1c\93\9aäïÂ
\1a n`kóÍç\99Wò^\ e>äzÑÌ) \9a­º%¾$\94\9f\8aAkE\83@K\82ÈÿR3\ f\v(BlM]\8e\aºõ'år¾ù\8a\9f¿\bÎ@H;ø\f\84yÔ¬½þ)\83öW\87Ý\eêý*üü\19\ 4Óó¦RU\11
\92]_ÎßAùU\8bo)*\aH¾¼\97\r9\\84r\1f Zµ\1ct\14è\99ë\92\bÙ56XÎ~ÝQü´HZ\9c'\105\9bãls7g@<\85\80\9a\9b°i2¸¥ÔæëÐ\8d:>bÝ\80múãÇ5_U¿¤\17¼¬\10X\1e\1a~ñR\93ø\93p
+z\ 3)1\80¬\1d¨¹Ï[«\1d¸¼Ó\83­BTiZÅÃ\97é,n\a¶}âwX°\152Ö^Eþç3ÂJ\10\9cÐç!7\14\8f\98å¹ù7­DÅFE\8aÙMíRS©r\96\ f\17"¶6b
+~x¯.ÞûÆ}\1eÄ<F\13\bïØ\89ä½béSÒ\e_/\19Ø¢ßoF!å'Å\14öµ\89\16\ 4èF&\92\ 3U±_Î+\12쪯Ù\97\98aa»Á\87ÏøÉðM#ú\96ÎtêZ!g\bºø®g§ñ5¶Xý¨m\8d\fqRf\90\9dh   ¶ÒQ\92pß÷»ï\1aÂ'ìF\ 2]õæõjCØõ¸\e\86÷Zên\fÆ.^Rk)Û¼=v¼\9a¿\ 1ÖJ\86ŧ¦²¼Ñ\f¯a\bsû´¬*b\9e\96½V\13M¬ß$á $Çw\10Aá¼I¢ÊÍáÎ\ fK\19\82ìl\8c\ 2hòÞ¢\9e7\ 5¾8ïö=\8f\11\ f}¼$\f$\ f\ 3tÿà
+óVhg\97(Èa\1a¦"Ë6Dæz&uÁE\r§ºÄFf\84_K·Õð\82q@ª$\98\127±O@ÂÐ$§\87\1a<'ÊЭKýä¢Æ\92ch#9ùSì»\8c\9c1¿}ø"¬B¥}±Iê¿\ 2=\19áG\8fO$2?{\9e\vSDIÏÒ\87\9fr\ e\9a\fm\84¥%\89\99\91ôe\91/@´O6úçNÀìY\ 2\99¿`Z
+\9c«É<A*\eú1+#\8cP̯\85\13àW\8dí\1dºò­Ha\11\99²#\ 4\a\8aÑæå\92£\ f5u\8eÚÓ"Mlbü´Ý\83·|\ fBE«       ºÒîT\9c\19±×ÄúEä¸á\86pèà\95t\ 2\eÞ¼<øS»ì.  >\83ÿâ>)«\90p\1dÝQ|\16<*
+\eFàÑ\94ú\ 3³\ 3R:\85{pI\ 4è?TRQýAjÞ×7@ß\17\9b(»FF  uXFìR;à£\14À¯Ýè\fÍk\9c{jým.\0\ 1\91\12æ\8aìè\81ùZ7â\\86¸7Vø\8eOgÿ5R7ó´\9b\99Òí@=ß\1f8\0Õ"\8d\9d¿\15x\89Ä£j\88á\13ͦ\9dÛ\1ek¤7¨q(\97Û\böÿ\0ÈÒ\93x
+endstream
+endobj
+1264 0 obj <<
+/Type /FontDescriptor
+/FontName /NGPWFR+NimbusRomNo9L-Medi
+/Flags 4
+/FontBBox [-168 -341 1000 960]
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/Q/R/S/T/U/X/a/ampersand/b/bracketleft/bracketright/c/colon/comma/d/e/eight/endash/f/fi/five/four/g/h/hyphen/i/l/m/n/nine/o/one/p/parenleft/parenright/period/q/r/s/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1263 0 R
+>> endobj
+1265 0 obj <<
+/Length1 1642
+/Length2 11828
+/Length3 0
+/Length 12677     
+/Filter /FlateDecode
+>>
+stream
+xÚ­weT\9cí\92-îîN\ 3ÁÝÝ\eww§qºq·\0!\10\82\9dà\12ÜÝ   \92 \ 1\82»{\90Ë÷\9d{æÌ:÷Î\9f\99ùѽާvÕ®ªg×[k½´TêZ¬\92Ö\10K\90,\ 4ìÁÊÉÆ!\ 4Pµw¶ôt×\848«B\ 4\95YU@Öö
+\1e\16N\807\8c\17\85\96\rdáa\ f\ 1\ 3-<@B\0=\905\0\b²\ 2pq\ 18\ 5\ 5\ 5Qh\ 1Ò\10\17_7{[;\ f\0\83\8e¦\1e#33Ë¿,\7f¹\0,}ÿ\89¼EºÛÛ\82\ 1to\ f^ '\88\8b3\bìñFñß\ eÔ\ 2\81\0\1e\80\8d½\13\b ­¦n  *\a`\90\ 1È\81À ··&Ô=-\9dì­\0ÊöV °;\88\11`\ 3q\ 38ýã\0°\82\80­íÿjÍ\9dí\8d\1d`\ 1pw\ 1YÙ¿\85\81|¬@.\7fA,\0\17\90\9b³½»ûÛ3ÀÞ\1d`ëf\ 1öx»\ 3\ f\bÀ\1elåäiýW\ 1ov\eÈß\ 5¹¸AÞ<\9cß°72u\88»\87»\95\9b½\8b\aà-«:Pö\1fuzØYxü\95ÛÝþ\r\ 6@lÞ<­!V\9e\7fµô7öFó\86zXØ\83Ý\ 1\1e \1f\8f¿rY\82\0Ööî.N\16¾o¹ßÈ\Üìÿ.ÃÓÝ\1elû¯
+X\0n [\v7k'\90»û\eÍ\e÷_·ó¯>\ 1ÿ©{\v\17\17'ß¿£!\7f{ýG\rö\1eî '\e6\14N®·\9cV\1eo¹míÁ(ì\7fÍ\8b\ 2Ø\ 6\ 2àäø\87ÝÚÓå\9f\98\17Èíï\vbøkf\18ß\8a°°\86\80\9d|\ 1Ö \e\14vU\88Ç[J\0Ã\7fOe¶ÿ=\91ÿ\17$þ_\11ø\7fEÞÿ\99¸ÿ®Ñ\7fz\89ÿ§ïó¿SËz:9©Z8¿\rÀ?ö\fàmÑX\80\ 1\ 6 \føkÙx:\ 3þÚ7öVÿO¤\85³½\93ï\7f\15ûïÞz \7f\14-\ 5q²þwì\1fü\92`Û7uX9yÙ¸ÿa¶w\97µ÷\ 1Y«Û{XÙ\ 1l,\9cÞ.îo»\ eØ\1aäæd\ f\ 6½     ü÷ݾ\ 5qpü\e¦mgoå\bþK       Þ\7f@ °õ¿7ð¦Ùßå³\eèËë\ 1u\99ÿ\8bMû·³úÛDxhûº\80\0ÿ7\93\9e
+Äú?\ e\7fQIIA|\0þ¬\o¥°rsñ\0\ 4\ 5ù\0\82|<\81ÿ\9f¬\7fópþë¬bááfï\ 30â`ãàà\ 4¼ýÿó÷¯\93É¿ÑÈ\80­ Ö\7f\8d\90\96\87\ 5ØúmêþÃð\17låéæö&öß\8bà­ñ\7f\9eÿ\9e\7f\10È\ad\85²ô\13b%\1cî\90þ%ã\960wh\ 2hÔ×à   ;ôÁ¥´A»¨ ¤\1aÒ\1d\9c\1e¹!XaþTó\81­qJè¥Õ÷Ç¡Ëó¶"ÓÎH\ f\81\13}w*è4\9f,\90\86±·\0û\17];?óN(»i)zÆ\91Þgÿ³yåu8C>\ eÝ\9dß\13\1a\9a¦%O\bäSíÜnHgw\8c!4^\ 5!xïn]0\82¬Òêãð;°\1a¡pj\v\ f\8fè\92öïné\aF\87\87\ 6»/à{·I\99\90i\85-\b\83R\ e©\92=|ÍÝ®\e¬^à\1f½øÝîn$CPÆ\ fA\ f+>} är\89>uq¹\1cý;\94 ¤ÆªNx¹ÞÈh\93¥h`ë£\99\8c¬±ÉãX\85\87\999\17K±ÄlùÙ\ 6ªKá\8ff\ 6ä\86I\brÿLnÕ\98¸Þ\a\ 5´s´ô\15\ 1\11ÏÁ\9ezmâ\f2D\87\15ÞïCu{CÆ\ 2¹üe´û¾½óÆ®Bs\8f:YÒ\83;½"¤è\8eïH|ô\9aîç¾éÜ:õ¿g}E½\!{\17Õ0Õ(R÷ñE\18Ô\95+{ìÛ\11óÐ\86Ìñ    ®i\ 2\1aö\a\16ªoGE\97î§\9eAÅ5Kb\ 3îÝæ÷6z)«M\86®vÝ¥\98ñ©á¿íékΫ\ f\a§VÃ,é·\e¡\9a»<\9c   õXëC\9d(e¯/3>\f\95HfY\19\88J\14\97\10]\f§9oTÝ´©\8b«£ø\1a¦-å)R¤a*â\18¤ªXI\9f\17¸iùBTO\9aú8\ 6Ì]jcæl\["ñî¤\ 3\10\92j!«Øât\1a\17äþÒ$ê+M\97\9a\94Ô\1e¡\1a¥3\8f\94É\9aÑ\ e¯G6\8a\82R\93\18ìÃ/S\9bw\9b\19c\18^¨Å\1f>àK¬µ\ 4²Ä):\eÆzi\12\18·ÍVç\82\9a\ 2\19\16¬÷%Z#P\10U\8bÊÛ\87N\18\942û`\10$W;N1f\83wÞ»®ÿFúªø\r³ Õ¦à\10áFí\19Þù\11º13\fGDæ\ eî\ 4ÿ      Î\95¸o÷A!\81[Ùð K\föþ\95`@A¥¬Ób°bX\ 4d<|öø\8d\12ÖµOÙÙ6ìé××ÇiÒ\90ã°rÿÌíz´|\8fþ\95«Qy\99\8f
+8H÷ææ\aS\ 3åIG\1ec·0Î\12ëí\ eÇH\85çù¥j»oÜ\r\99ÔT\19t5Æ\139\eßï)\9ar,âÊ\18_æg¢Þí;jè\99ÂÇ¥\13¡Äλ\b«JÊäÖ-g^U¡4»ûÃ9%F\11³ª\91\15s'_\ fd'ÿôw¯)QNlÉ\86\19[í]+" \9a\156\15/y®\83jBÅ\80[Ü£n\v<÷]CÜÃúe+®¡\9b\8eJ´Ày¡í\98\99\82ý>\9b\92\8d¬Ü'á&Å?U$E>\ 2Ï/ö"}\12y7(\9a|ãÆý´=l÷a­\15l\9bß\90\11\15^°B?hÕÑ9@¨ß\88Ã\16¹#ßq5GVKc\96\91ö¸\ 1[ÒZM²ë^íÿg|60\98 \8aEúæ\12Í<\83\ 5Ýx\10\83Ä\ 6ÝaÚnÑ\99\ 6\rBVºJ\\1d/\80ô\15ùÇö\87\12\17ç\9a@mV¤×û\9fRÂÆÖà_M\8b\13\ 6\1c¿b\14\8cE\ eV\963¬Ja§;\9e¡Oöc\88ùãU¿uÇM$\8e4¥ï|/>ÿ\12á\Ð)±ÊQ¼(Ån9²\89cSDÞléSêl+Í3\10Ü\9bûT\95Ri$ñ]¼,ýü\91\ 1n£Kv©°\11½òÏ\89ü\bÍ pçñ»ú\8e¼æ\1cC%#\ eÝ$!~\8eÙDÍe\98 ´\1d\9e¢ÜÙ\8b\9f;\1d´Tû°¯º_e.ô\94âçq[ª×9\9c¦ééÇ\ 6ò\85\15Ǹsø͸q§\91\16\88:\9fié©\r£\8aÌÌÂÅm\88Dik\ 5:'\93hrC>H"6q\v¥V\ 1Æç\16\98÷\0O7\86\87\18\ 1]4ÓÎ\89\ 1\ 6Å!\814\9e»\ 6|4<kcò~ýFÕ_\89c|³o\99Õ9\86\85»©s\96\9f÷ûoUËucñ\93¹t{\7f\1fÈä\1f\84\ 4îkY­Sð'\9bÓf\ 3§ ­\8d\ 6ìY¥³ÄÄÂ\8coQq\ e\99|ÑOz\9eH]\88\87r~ª\80\fT\8c\9a\0é\1f\98_ÓÆ0x\18J¹.\98è,*(ûȺp7\ 2Ã÷ÉÂz\1c|Åk|Ë\ 2u\ 6ßq\ 6\1e\95m¿\e¸Å\17=D\87#R\9aü\10ù=ë\19¿\1dÛß8y\9cÇÔÈâ\83%¾èϼ\1cYåF\eÑ\1d«â{±\11\1c\19ý\ 2NSê­\9b\99ËArÓÞò\89\17Ä»¬\91Ù÷«É\9b\95#\14\8c[±PCJW\ 3~^\8bf&\8a"Iü\1e\18\ eÔ\8b0\1dsÙ»Á¯}òR\83&ÁAf
+4ÎMz2\ fÁ\93s*[äPQ]͹\91Èû³y\95"I\9d
+ýͲáØïöe¹áÙ\8a\97\e/Ey\94\8cÄ\99BÌâ\84Û\8b:\89­3í;\8b\a^L  \96Ú\97\ 4¹äæyyÛï1\7fØ~BMjMÇ+\12öMU>ï\81q\eîú\1c®º\1aÄb?I/¾+Dð\92¾Þ#\f\89Ç\1d¯\80F_á¿t\ 3åûlÐ=ãO·õ+l\93K\92\96E\95ö\97¨^_\ 4K69.\9b5IY\fW\r\13g\98v\eUO\9b;êÀQÊR¨\87¼_¡2Ì]1tôÝä]¤\ 2çuØɰʨ\1df\fÒ\85Àp7Ó\83¸³ã\89®"Z[\ e\11\9eò\97\0URï\e Ù²¾Cv¡p\85¥þïÜ|£\8a,QÖ\av·Áú?Ò·DøÒÇ®\84\87Ý:'ÐòÛÁ\ 4à\r.\91òF¯Ç\88³êIss2C\82êÑä/¿"Â@¶\ 4\ 1\86\96\ 3Â\ fÛK=jú\1eS¶¤\9fɶ\84\e\88ß÷\ 2³¥X<d3í\1e\8eÂq\ 3[mL´<z1j\92Æ\ 2Æ?\9a\92Pq,e\ 3\99~V<\9fä\85)\19HI¯\9fk\95ºQ\84æ8r\1c\ 4ü\9e\ 5hÕÎ\1f$\84Àæ-IU7붤³¥,î0©\10O\8fêð\ f9úÐB\17\83ñ\8fb\ 2#e\91³'Ø^p      ÊØÁ\ 3Ç5¤ë
+ýEÊ]åÛ\ eE\81\12bk´9ÞÍ\9bè\ 2ñüÖ5\93\b±|\ e0UĪ\8cý\8eÖ\1f\1fÄJ¦_°\b-\15I¶î\8f®î\1fíâò[¯\1aáÜü\86djºõ¬¼\8bBÊI÷ì\ 5\b\8d\87é\17Ôìtã?þ\1aþ~®¸\15\80\852  w/=È\ 3\7f\9aCåæê.\11Te\8fõå\87\86÷=©Ä\81µß/wÿ\8c9<A\82ø\8a\92é\10ÇS\ 1\ 2öÃ\90õûFoWx£Ò­\97|»X&ïbáëËõûs½\8dRz6´2±È\1f\rV\82ºõðÙ\ fwª­-¬?\r¯Î&Jð¾qÅ\ 68\84\12\83\18ùÿ\0Õ\9c\e|ÁÍ®ý\88\93[¥ñÇzxï)\88)ßQ}­ØsK»Ë\9d«í\8bOVµÊeäÁÝ"l\ 6v\8cü\º\80u0o\93ñÔ¨D\80`ÌÇ;¾m`}Ä{O,á¢íUÂYÃó\r*¾H[\83æ\9e\184$R7é³$8ø\89\ 1%x(\8eÎ!­¤\9dJÊtZ  \ 3\0Ó\96ôãµÒ·\82ø\99\83´\10©F\8b?NBºÑ\13O\8cxBtC\1eÖ»³ªn®F£ÙtÛç\8d6¬2hw\88u¿¨jÚ­ÏØ\8aD\ 3(\97\ 3
\94âû9þ¬\1eÁýÂ×\ 6Ë9~\94\ 2TÕ=[\16Ͼ\82ÍL\ 3vutÅ\94-".Ô]bö)U  \11\1aëÐÃõPôE*×\15þ\10ÿ$\8a\91¼,6¨!ý«\93¤»\90\9e!uTÚ3\90îð1Û@1µþ³_\9dpt\13\95\ 3¨ÝÄ\9dü¡EÈ\ f\9b¯|ê£\9c¯Ôq]?÷\ 5\µÍ\14Ð\95fÝXZA\97¬Ã\1f\8fßI\v8{á\9b x6Ö%\8f\11\1eû:G \88%9$É2û\9e\8d¹\87FËX\ 1\10Pϲ@3ÓÍÏZ\10Â,CÙm^§ãÂÛ\?\9b_\88LÌ=´\84· \ 4\ea\96\9c9ÉJ\95>«Û\99ùɱ\8bæ\8b\8f¸\95=¶@Ѧ\97xQ\86ס¥Â=Ø_i5A\94³\12i\16\9d\85\81¹¤\ 4ß\eÑE51)æ îãuÄ\97ñâ\85â\8e¡\89O(ñrõ§êþ|\17\ 4\818-PÇ Ý:\96Õz÷«\91Y\9f\12ê:ÝÌ\ 3»\9f\1f;\9f~_uÞå\vß·ø\16ÑNÍ!pòË\1e\86Êé6\1c\0M\9b\93ìÍ¡?h_`.\16¢ú¿|ðÛÚ3ßZx
+M\8fÓAË\0\9efø#\81"?\8cí\86Ï\9eZI\vM<\ 4b®Î\93
+!)X\ 4d\aíUFØ\92P\14\1añʹ\9b¶|RV1ü¡÷kHéô³\9a\v\1e{ýM\13\1cßó|\99%\1e³_\94YvS°¤>+Ú{\ fs Ò¾=¤\93\13¶$Ó~²ÿ¹ãN\f\91KÔ=lÄF7@¤º\1c7ùÄ\8eùÇ¢u±\9fÂ\9dm/ÿ¥ü\88&h\9f1ºÔç\85{úÇ°^bQ\9dØ8\9e\9f\16\9cK\8a8Î8\85\9b`MG\1fc[}ò\84Ê=@-sÈ ¹0ÔVdÍ¡ë Úªk\8f $yïöÁ\v³\84\17ÕÔí²¯6\10Ï,\12\83\9b\97Â+W=ë\13\ eÜÅȬ\ 3s\86¡Îþ;\11<´Î'þ\1ef<¢ªç í\9f   ä/³ü\ fÕ\85ƲÂÍ\ 6\9bÙ¡ºfIû\1aÀTwèJ#Üþ(û6_\14_\91Ê\8ffÂø\ 1\85\90\95\fuÏÈ5çô¡(1\e\9b\r\1c%fóß\ت¸c\9a»Ãç0\14²cÞ\1f\1cJW ¬äkg<\0å\14Ðø\81É\9fÖh!ø\93B¶ÊÞg9ÉpÞ\1daÌy`\ 3ËÈß \99\ fȯØÄРó\9d\8b\1f\92½£csµ_ú÷wð\8e¡bw>sæ\1eTü(O­àÜ,ÆLóo\19E(0\87s\e\e\9f\vÍƶ×N\98>ïÈ}ø¡ M»6\eé¢$\86! ïk\ 1³ºXÛܧÜÚ¨!\80\88
+öÒ±\Á
+ñ¹A\8b\vË\ 6peu\18\97S:ÃÃ~E?èÁÙÅj\rÇ ãGÜ\13Î1î]4 Ô¥£xé6\0Å!ÿ!S\87\18\92a>Úªø¸\89\ 6£5#VLp¹ÿè8c\9c\7f¢{·;ù\93í[g»¸P\11ù;>\9cfTsòe\9c\eþ£ÇÛú®×\8f\8e\8c½Ëzì\1f¨Èyµ¤c+t]Å\88XN\1e\1fý20\9d4nÚ\ 4RiÕ\85¼É\9dnqä\eËLG2ÀåÙýº\0&\94\89¯ì¸=\9f\11\ 2Ø*ÒÝ÷g²ÊkÕ$øj\ 1Ñ\11\93%\9f
+òY\90%\99»Z\9b\1c¡0d"Y,õ\10\94hEuÓDc¥m\ 5Wd:âðÏ3\9a\91¡iÄ\ 2:p·5q¡±ùñÁ\12È\1c<\ 39Ní±=c^u\15«\1a\8fÐÔ
+\11\1a«%ÆÙ\15x­»Ôgþ\aÂ\v60¦Ã.×Dlô%ù3Üc=|Æ\12Eef\89\1d!_ôH\122\ 4\8dÑ(\12\86h\846ù,\15Ú|Yý\17.å¾D\ 5óRê\aõoS\8a\88&_\ e:ôU\rG\87\9d#\93¤P£\1dVk³)b±Ø+mò¤Ûí¹±²\1fIr{\98v\r\18\9bÑ$ Wc~\15@\8f?\87Èfùèç®,·   8U\87q\94ñeð~+z\10sëY7-$O\1c6AlÅfÑ1AW.=§é÷åjÙ\ eî\1e\8aÔÂìDÝ\9f6\r_\94z.\9fÑ\9dcMu \98Ïa¹£ôÞ\ 1÷¾ÇÄa\ eºjöJˬÖ"B\82{ÿ\95jÞù°\14ù4.m|ì|LýQ÷Y]*d\9d"AÔRJ$Ñzغ\13\10Yx\86\88ü+d ü\8b ê\99ãý\99ï\93ó\9aÓ\9f}N(qê\14¿>þ\9e\ 5~\ e\ 6øaTk\9c\81mþ[á÷Åø¯V9Ø\9f¯\13\ 3<\95aæ \84SÐ_o$/\8dòQ\89´\9c\87Êí\Ì\9cÞû%¼b~\9eõÔ$#0\91\12¼DõTBÄ\ft8æ>\1a\86s*\93êDÈ0¸ü3C\88ì®\f
+b\8aÿS÷SÚjòYh\92êR\1a?DÇirâ\8e\9cOìÛʸ³û\1ca\99\12Z\18WO\ 56ARßsó²ä\88r\10\ f\12ÙD{\8b§8Î\95\ 3\9f Î*\8c\8d¦öÔ\13\93x.¦±µ1C}F\8d>\rq\98é:·,-\9cÜUÄÃÊ\ f\98Øv8\r«*Aά-\94\9e\9f-)vÖ3¨Á1CöË\16Æ\8dýÈ¢õcúU4â¤FlH\8fªò\evg4u4\16Ѳ
+oEâªWåçá\189¯F@Fý.Â\ e\ 2N\8dÉTÓ~\93\8aåb\ 2É\86\ 6Ï\17\8e 0\a1\ 34%\ 4RM7\85\0î¶\9eÃ&\ 2ÀdÖ¹q\82\17
+\1dk\93kÍ}d\y#Í
\18}\9c\91/_x{L\10KÔ!û÷\98\vØøyÍ´Ç\0 F\ e\99´|?V6\82ëÆ«Sf2I\9fÀ+Bå\97\e\94/ÚÂ\961ð60{\87¿ºpÀü9Ý\8b±ST_JèBWöpÛÚôtx\b\ 1\13¬\97\}w}\8a\ 3+z\1f%³\¾&\12ó\10Î76N.B%ô\bÛU=}h\89=\97¬Tsã4:\8en\9a~Úcçº\ 6\8a]|\9d<ÞÏgÉü\1dÿóKòÒÓéz\1do       ãÒK1z|µª#­ûn_g­\88³IÛPh¨¨6>(\89ÐÆÊÝ\vfa6I\a\7füÃÆ|­\ 5N$´C\ 5W\93\ 2*Åx\8bßðC\95Äñ¬{\v\1cì\b9Ç1Ê\97\9e\89ÎÎc\94Iûy¨ª¼Y\91gîa(T]ç\15Þ¤cÕ\1f\815\98òZð\1cï\98Ç5+èò+1|\10\0Ö\1c2\1d\17Àò\15\ 3bºV5.t]        \88j!\80\11ðb£\8f\8cÅ\J¨!áâÅ\88\8f\1f
+N7ÙÏ2Ew÷l5í\95\17\11ñúc%f®DQ%çd{\85\8f\15\87À7\ eµgô0ÔÈVâêÁ\13²[dv\b§Ë¨\ f+\96\98p\96*eö\8c\97 r\8fFf%@V\8díj6ãÚ\8b^z¤b>\89\9dç5\12Oü§]\ 6úçUMȤ\83\a½¸&ÜÄ,R/ò©ç\19\8dè%£\9b\83ñ!\82¨?~d&Ñ©hÓ,Ed\82R\1dº   óL\1aN"\98\ 6ý;Óá®,ů°Ê$}¬®\f(§Î ñ¨UDgüzý\1dÚGÿÚ\95¦±-Ðí¦¥:*\fòDñØ\ 2WL\84v³í'Læ?,aï\7f\8b4e2|þ\13\8e\14\851n\80Â:\81l4\1a\89u-\9cnC\84\99­ÿ]Á;i2 \99*æTÊ6\14²\19õ\ eÙ<³OúÏ\9f\98¹"ͽ%;ï\ 2TÚ.,d\15Ájk\14IX
+ÐÌ\16uwésÔì1´;Ìh>j4\vrú¢\86\178k\95¼\1c\95\13Ý$\1eñhÒÚöë;¶¾6f¨{ñ¯U
+¾®\1d\9aZÔÄß\9c¿Ñïð\18\93\ 2J>ü\16ø<Òö\91ÂT\11Ó\a\16GOãh(G\17ú¤`Â;Uª;ÑÑ\13G~Ésûç¹[:Í\8a\ 4¶í\89£Ô¼\1eüOííø\bÿz8À6äV2\ 3ö3\94£Ç¯\18\ 4´\9d\17T\8c¼Ï\8e\a\91ðqÊ\86¾p~÷æg\82ÄGNº¼\13ø/DÆxN´ò\85Ð\9f*ur¹\9f\12}ÊÓýñWÁýõ\9c\98\ 2Ã"ÅLó¼\ 2Îýå­Átï\f§\92âÌÝ\11h\r´6©{+\82\17\97Á\9f42\81h)Â[\97cÛÖ¡Ê\81\92ý­\9cý\94ÏêØ\96       \96RõïÐ3vÛ\80BQ\16g\8d\10P\97ÚË\b.®meY\ 2WÂz\18ÜcãÇu_\ 1¡X}è¶Øê\1c\1e°gd«\12>\13^ÚöîäJ1\ 1)\b\90æ\aV\f\8cw\ 4_ï¾6aÖ\99S\8eÄiJº\1c' 33u\80\e\97)\13*}\89;{Ï¿\10¬©YQ\9d\17\87\19\~¨÷Û\19N'M4[áP\85U\8e÷ly¹C\8emVNq+\1fP;Ø\Ñ\15È\8fÎG\98\96çHÜÊé{\ 1Ö\80¯Z%\fJ»IJÙ¶¶èÚ\18\83j°5\rýBq\8f\ fß3m\1d~ÞY\80ü©\ 1§úo\1a\9d\90\11©»²k\90\7f\13ÖÍVD} IZ. \À\9a\10J\1cÞ`©ü\b$&£\14û¾¢\17X\10¤*ª\ 2,\80>]l<p4&þ²4Y    .Â
+êÓ\92³®EäÆ\88FîQ\vô\fC±v\84òËÜ\8e\8cÊ(ó&ÖïAZ6.\9fÙ\80ÖZ\¦¯ªZ\13Ê¡ÎØ=£\14\1aÓCZê*a\9aë\9b\93RÍúñ\89p2\ 4oã%²}+E1Í\1dOÕy\ 2\9f¡/Kû\8fòÞ\17\92Á\89ïß+\98O¡Õ¾\1a`!eû\17'_r,±ØIê\7f\14¸1ð=ðó\90i\18ÇÆ\ 4ñTc\8bQ:øÇmc\13ùVDç!ÏËx[E\91\7f?2\98\80½#W\15q\95Êu}]}æ¢h\1a\aÎ\9c±¢Ìá\90\82\9dÍ*ç\86áùÃô\ 1>H^môOA\87\96[­P\88¹'\1duQX\91\e½ià@óÁ\8a\96`\17ÂHù©k`£w«Zås¶S`$aq;(\8cØ\ 1yÝ·'t\9d£\97TLØ4;É\1dç\9bØ\8f\rV8Ê1Ö\8dö8fÝ0}ÿ87ðÇî©O\89\97l¢ëË\0Ù'ào¯/\14\8cÄ3P¦"Ä&ï\80ï\15\16.Jl\7fgä4éBͲ9¡\9dt\f_n;*\ e^d\9c@'&¼Ài\98µþ6}n"¥\95\ eË\8cʪ\82F\9eü%\13\97"¯NFù\ 1×\18\9bf\9cÊ9X\ah\995x¹,M´"\ 5g\e]K\11\88-û¸b\1a¾ã(\8aÃL\1aaýUÔ}Ë%@\ 5(\1cÆNý\8bc½:âxÆÑøN\1aÎ\8dÚ*NQw\;¨´Øÿ+:\ 2v\96\98¡&E¯T,ÝH`\90\9fÞaßIεṢßï\82¾1\87\1cX\9d§\18±\aS\15\f~\ 6ð^+-0\85dpÈõ9      ÈI[úÃZR\b:µúG\1eÔ\1d.\ 5|Q:bþ\16\92è\91q\r\9cÛè\8dÃÏONG¾L\1còÆW`÷Pà\95\17\17̺\9c$UÎ"¥\94\8b\12\f¸\1fÚ\1c)¦é\8a\9díâÝãZQ¤C\95~/\9b\95\92\80MN\98àR¼ù­ºMÖØÚ\8eë\93\8b\9b\ 61'Öé#{ h\91fiß\92\86ÁØ8£ø&ï¹'¬\ f\e\80ÁE"\88\9b°\8dîµ6wî³³\ 2\1eÑÜ]W\v\91X\ 1\15.AÏX\rN\10\a¢jé1*ó\97D\82F£$Qô\ 3\1eÂ8\92Û\16m|\8b/ÎPf¬`Ñss\81\ 5\1e/\13[Ïv»¡4'\ 2s½óG¨Ý3\13ôÄ  W§EüD÷%¸êÙ\eÌai' \8f\10ÑÁ¬-  9P\93\18'<ÒÍ\11:NªU\9dîQÚ\ 1Ð5þ¢\10\arðß\13Ôû¥þ{\95¸/\86õyxH¨\17a\ 3\12\1a\9bôéèIyêô\vq\8eËL\92(c´\9b$n\81o=eh*ôa2å É±c \fñØÙ\ f\9d\1f-Ñ­³Ü߶ï°BzÂû\98ö\92K¥éN\ f\ 1{\85é%Ü«WK\96\ ee+ã[\0ã~ãÁJ>Y¤¡½ü\13û_ÚNïúUãð\9eNø+¡?\7f\ 6\93¥tTV\8bA»4Ë6\fÊj¦\ fxó5¾\ 6h\94Rcª{^\19\ 3v>\9fÐ3»×Q+\93,ú®R\1d-_
+\8a\89Ñß
+k\803\elíÖög6¥O-¢I<\19$ý'EO`\8c\11º\b~0ñDµ       }ð.Ð3ª¾[NhX³·\83÷ìi\16wl\15é¥\1fÿį}í×J¢b½(\1aðÒCq\1d±\9dZ\10\1cÜ%®\rÙ\94\17sà®\9d\8c)d°n\15¨\9eÜ\9f\96\82»!\99mk\95\8a)r\10]\ 1Àûú\96\7fRÄ»\9ahs+î4¶!\91\8b,Õw>N+çZ½Óù~¸óGx7\ eÙ2\ 4?XoC=Í«­Â*\9d\99·^\9b\8a¡}
+\86¢Th\8fL!\ 1ÂȯW\8bºm&\18\83\97>eX×\ 6á\r¡\v%·+ªN#\96bÍS&@\8a¼îëy/µ\99W\99xÙm®ÌETÛÐ\r\ eL/a?.ÈÙ«\837$ÚðúD\r\96g®ÝøúäNv&{\15>Qѧê
\9c\95\ f\0´*.Î{ÉëH" ë÷ûÐç\19õ£\9dz\9dºYZ­<§òÖAJ\11(7\13\96®êÛFþ\9c\8c6\97\eJ\vã*\89Á)êzE*e2\ 5ùf\9d)l¡Ë«¢Ê\18\19npÄ\e(§X\8f\83w\90\ 4\1f&½PO\ 5SÄÃÎ\1c§\8f¢µ¦5Öò'FÙÂ-æ½\1a\82Â*ó«ë\ e%¼[\85\15oTÊ>\914­õNr'u§b\16fmÃbSÅàÐùøi\85Z(]KÓ3\8e\e\11}Ý=X\1f\8bÌ\85\9d\94\89\9fºÃÄýU\82W\89£\7f\80\9e2w OÉØ\Ð\1d|nW\12÷óX
+\b«MGâ\ 5\9c2ÝkãmPmQúñÐ'®ï\1e¬ÝwÊá\88ÊÐ\8f
\17Wíßµÿ\98ö\ 2\14ã9OÙü%$wí\81ïø\8e\10\1e\9f\85\0\91ná¸\ 2{\90ÚÒï·ö<(8\18uÃ~í'úúUÔÍÑ]¿Wº\ 1\eì7]7nb ú×\9f»Z\82ÔIU©\98Ñ\9fý0Ý\b\12ëS¶\15\1d\aCPyF®\11ö\fwÕ4£,ñê\82y5m\99\95Þ]\9d\9d\18\92Íl\89ß(2v\9aëØ«ò'CÐð\1c³Õ\83ö²\87Kñ§U@+´¶¶¤u6el/´@¾[\81tWV«\8e\r¬Pô Nê×(\1eÃSñ\ 4\@\ 5O@¥`$ü\8bWq*:°ê½]\8f³Êð\97\8dÖ'ÿ¡¹\1d\8dúåmÌ\13\17?²_»\86\8fÞÈý\80!\7f4:Àm\9fòëÒ'Î\9a×û¼\9a\9c÷°ÊJÅÉrÑ\ f"a\bS\#³A\ 3\12O¾ô«þ\9c\93)BJ\fêjÓ\84L*ù´ø\8d\1c\81Ô\88Å;¶\96\99^©®\9ehF\87ßiH\9b\vG\9bF\ 5\1ei\91\1cN ¯ºÑ p¶©wæ\96ÚÒ9°Ty\9d9^\7f\9d¸ðCÝ\ 6Ëùö\a¶3 SË\80s\83ÛÝ\açx$äÊÒ®9P*Iµf\9eù3\9cìh/.q\83áoÞ\159¤é-Ió>|Í\95êåF\9dqÎ'®H\aQM»\912ÄR\1eñî@C\94\ftDfù¹KÖõþôy¼dâ4Ù\12\18\85&\1e\8e8æÄlX\9cBd\19¥\7fLVtç\7fQ<`òÕpbÄ×\ 5ò@4à\85\90\ 65¨1\92\ 4\8c\19ûö\9bmt&\ 1NFê\r\ 4êãìÛ4\1eÙ¤å*¡Ïûæ\80­ÓqMzð¦&\8fê\16\8c\1a`÷£Zèk^bÆ \ap\1fó£wI]Äȳ\80ÀM\vÍo5à\15\96\b\91)ëjm\9b)EvÍ´*>\8e}´­óU\90     ê\1d=\93\8d÷%\86gÙÝ\1f'\8aá\1d\14Yí3UW.¿©\99C·Üö«¥¾Ð/¹Å\ 5Øîï\14ñ"õ\81è¡ÄÊ+Ð\ 5Ó\ 3ØÜC\99\v\ 6²+÷\91(]!ö÷Dãêª\a}W\99I\ 2À.[U¥ÑM«gz\8f\18§\a¯sÆ\ 4"\13¿ÒPú\13\9a\12$S>*¿,ôh¸òÉx{\fX_-JÁ\e\ 4&âùO¦èÛ·À\7fôp`Ñi\12°ÙѼGHx`|µ/\e\9fÑ5¾jq\80ÓiÅ!'õ­õøùØ\eÉE\9d?\8aVt \81\v\ 2\8cÔ\ 4\ e¼/9\17¹,-Ië¿\88\93`ëvÒ\1d\1f¨\97³þ®Þ³S\96\87hÎñPu<?|³Êo\8e\1eÏ(ñ\1d׳\81ä\83@×`\1e\89\8cáe¢ïøt\8aÏo°6árä\83ãRç\9eÓ¨\9c1jí\8eª\9a.\7fe\8cuÐâî\8e£B7WB%Ý1\19\83¼\7f`\92%\86\17²4lÈ\83\8fB2éºV\ 3±|üÂ\ 1$Ü«\1a\8aÓ¤ý  ã&Ë\16+¿g§]¡w\bç\99gOA
+R\80<NY÷nIÛÑ\a§\ra\91¾¼á:\86^\91\14e¡o\15\aQ6§¼P[¬ÝLÖìQy×÷c\ 3\ fÑ6KÚ+4ù´¡ÇͶ\f¾Æ\1cYX|*\1c`ñ Þ\11\ 5fêi\f\96K±Q,o< -¢¿\8b`\ 6kº#z\8aÑ!¬\0úù¤Zì\80\81\0V.í^ª\\90¸6\82c§1Ùl¿-þyBñ«?i$=\87ñ\ 4¥Vý£Ò<KEÒ*\18\89CPý,6\ 6±ê!¶KF\ 4j=xLC\15\1d;N"Ô@9\86iûa_\16\8a\15iD[zNM\9f\ 4\1dH\ 3þ¡\1f¢ö^¨\1d\9c\9dë=Øæïó'¼P\9dÓÛ¦És\ f\8ek\1cyuÚ\98a\e&bÑÔ^I\8d_×Âí»4¥ÜE\99\91\12!H\ fÎ\9b\9fIð¦\8bÊïý\1cscìÖ6·\ 2b\Ôë\99\17Ã:'ÄöxÍ¢\8c\0\7f:¿|i¡w  {ÿÝý8¨Qå\99L.Ä'ÎÈdäÌ÷Â¥Ðb ùqºÔùwêäoÚhþy\9bèùÏT\9c·\8f\13¹>2M 
+¥lH0ã\11\15\13Ǽ å\ 5õ.=\85M\9e\7fÅÏß\14º\1f6\f?S$zÉNgØâ{\12\95\9cã\94úìå\8dª±\87AUËíJ\95Þ9}\8bã\1e4Â<\1cÐ\12ì\13çL\v\8f\vì\10¦E»E®r{VX\1dl\1fÒ-·ò·]Þ«\99\1a¾ÙU1Õ7á\7fp\10ÄØä\8a\rÁIâOd£ÑZ\8f\96\91AÄÏ«\9cË É·.2ÿj\92V\89;í¬;òøtxÂm\97Fx ¸$\1c\9d¥Gñ3OªOg=\98h\rK§evK2*\1f(£MË9Á^CJVyá(àIz\7fÄ\ eS\rðúê      Å\97\ 2rÁHÛL8ñß\85ß\82©õ&³)ö`\801\91\10M!j¤:}\\b0\ 1\8a\9c¡íÛÔ äJE-Y}»\9f±\9b\16cMç¾\1d1c\14\8dò³\1e*\87¼W+s\17×3Âw\ f\15u\9d}1Î\9d\9b\1c^YÁþÌWËX\12ý:±Ð~­Ê`dÍ\8e8\97ì\ fK}Ã"\9cØ\97û¨\8cí\82\89ýÀd"¦h\82\97 \14HËFË¡ñj\12HKmÑûÁ\8fã>\ 4É\12I\13ìV8\1ah»:\17>q\15YåÈä<\92\8d+Ä^ÈøÂñB'}®E\9c²MÌ}\126\8a\ 3É\13iX?"1\rç¬;\88Ró?\98kq^/\17á\9b¿rDý´ã\99Ñ\90W\18E\9f\93ÕÍ×kg\8fÁÖÏ.>xÆ\1dW\90w1Iy\15ÈÒYG\96_ãg\92\96ªoU#\1ckIß\9f{ijdmÅ6ùMZ "³÷±±û(þôÇ\róHŬd\89\ 2æ\ 5`h¥\1a½sµã{Ãhvëå\0ÖÈûw\bjÎúæ\ 6\1e*}+øC®\19·O«­³\12 u\86ý¡\99\1dY3\9b\19\1e0\8edºO<÷`\88N\8b\b\8d\83YAâ¨\18\95h:XĨ\837ëu\91\9d\b\ 3?\92£Å\9e\88¥ì\83Ã\9ençÂS\8bÂ×Ì\8fþe\92ß\8e\17\13lÇå-\87S\?vFW[XO+4\8bÎ\a/\96\16^rb\14¸¢\83\90\ 1üònL\166?\r¨a\10AdαC&P3ïòÚg\1f\1eÍÏ\9c\8dE\10ÛÜLesû}¶æ¬5\17mÄfÅ\ 3±å8D\1aÎ\17.\82³êªÇ\f'K»0~û\ 4\1eÛcêKp#8$­Ò\a\ 4ê\97\15*V}\86\1fe\18Ë\18Y\1d\87¤®\89ÜÎÞ\829NÙNË,ßSgm\9e\ 3ݲ\88â{é<êqF]GÕ \aÜo»ª5â-Jlðo\1cëò6£\86Ë\9fÆ+\1d\ fÈcL·¨(ÛBm@Daé+¾ð\84qZ\7f\86öo¥\a\81j<àQXÆæ\ 3G        \9cÖ̤}¶Ã\10ô\ f¤õ6\14Ls]RÔ&%só¨Ù\81ØUh\13à\87ü\90\10£»\13$±®\15\94©ÒßãiÊ\90\rNmo\1fWdºçö\1cdéíòR»Í\94Ù!\9fßØBd¾\0â/P´\96!ï2;t\82ùp/\99\ e\97Ö\9e¢\84Sl\83ù-°\88, Qî%ø2/·u÷¯\88\14°3=áÈ\83û\ e²~s\9dµ\eçÂ\9eCñÄ\818¨ùEö¢çü(épa¦½ó´öVª9¾ýGØÞø&\8dYO\80ÉO&\99ZzLKK3%<\1f\1dCô3¤¶x'áI¶"ÈQª»÷-ì#\83        lKU(\b¨È_úËn\87 ¹\83þÕÓ+)\1e\ebOF\7f*I\11,\18n§Õ)Oí£ÛçZ;Â<C,\1fÛg%Ï\7fÝ$¨±Z\ eZ§FdC(/q\ fP\81ô$&\1fÌ2y\86¼ë\98\84³e\11Ìì³2º\99}°àµÜ{í¢Ã«8\8e¿ã\v\10ûs¢D\85kë%\1aÏ\99\1e\83ñ*]©\ 2t7  .Ü#kúJí\91AäËР   \v1\ 3\ 6h(ö\15\82Ôñ¸\10Ã\9d\89Hrÿã²&\7fYj\vî\85\1a\87n«á\16x©6\9c¹\1d\81ÈäÞç\17  \94Âq\15Õ)\19\0ÒwâªË\82\97II\1c·$\ 3%w<HH¿["\ 6C\80b\91Õs\ fÂ/\100ÿ\95H==\94¥ô½ËÇèϹ\0\ 4\r\916\7fÂw\ 50\8bþ \8dQT®\r\ f\88"\0Ü/¹Þ\970ê7\ 4ùB&\ e½\ 3\97\18¸FSÖß\11m\82\9dõcR¡i­ß'hT\ 2\9ejµpX\9c¯X\9d÷C\ eó\98\137ZtÅ\83ñ°3ýgÂ\8bºCk*ù©\e\99]*t,aÅä\11\rð\ 3Ñø\96\14Y¹Nî}½ÕrÆ$â+\11JN°8L§ ¸\82\83R¼[F\94T~$.yÞ­\ 6h²¬µ\r\14\15\1cíñõ$U_!õ\94G\8b\ 3ô7\82\[\ fQ\ 2æ)°~-èþ\19\18©À¡«\90å´\9a¡§/Ú¼\8dÂt4û¢Lz\81\98ñ\9bã[ûüs   \92\95y\ fú\b\91d\19»e6\90\v\8eÏ#¾\86L\9eAFg\98ý\93·\96\98g#tWN\ e\7fü=~\10\f\0Ùn°\ 4\90ö\13S\94#5Ïw+OðËü\8fz\13³*I\98\b²Æ\bV§­T#ÔWéßÃq.\ 6\1aXál   Ü\b@FÓÜ=l§ÊE-ó¡Õ\9c½ÄÑây\r\13gC¬\10\14âß\18g-b«#T´\8fÄÒ\91\aºFM\86n9|\81\8eô\83ÐD½\11A\11\93\87®"¢\18ÎË\17\82hÔ¦\84\89ú«\ 5ȼ\r~\15´þ<ð\8a\97Ù§æ!\81\8c=\99\9c"\ 6\85Þë+£-\ 6\14\14³¤\8a¶Ww\97é&@q\1f\9ac)(»\94ãPÛZ{S+J.ÊHáùÏÚÁ:wÕ\99¢ù\87æãù\86`à!\ 6ßP×Π Oò\94\1dÈ\a\9e4.è§t0¢$W\91j\ 4¯qF\ 5ÇE»²õwpåÒöþ3Ãù­ hËZ\ 3I+&\ e_]3¡ITõ\84s\18ß\1aÛ]vâ\83\r~q"\8dª\ 4\ e\ eºí®\12Ð\8f_xvJ\19Q\7f\87¸\85â \95Ó\89rB/5îúS\96õ\159L\9as½¡VÃ\14Q-a.Ç÷\88\96Wd\18\8b"¶5Í]\a\7fBv¦ô\9f]³¶vJj\9fNÔa}uz\ e¥7Â÷ºk·\10°f!M\0Ý,_cÎ,ss4±\98\9dò\81{î \88\afHÇ ¤\86\ 1oK´7
+A\\1a\91{;½B\brå¬\\\ 1+¹íË~Ïj´\ 5EäZ¤IG£9ÑZ»CU@é$~\80b\ 4?iÓËu \13(¡\ 1#%·Ù\86?NT\7f]\8aÕnt[8õ1qÿB\86{#\89\1añOàZ«\96\18Ö{iëH[Ì\ 2\9aÀ9]c×Ú\1fv\940\945g¥d¹á{®Bľ±«\90å0Ù\ 6¸\19§:"PZô\9c0ÿc\9eXBaÅóxx\93\85"yØ+ìǪZyÚð­Ãß[\87¾!cÚáå{r\8eÇJQÇv×\Q\ 4Ç\v}    \98\17¤\16vT¯GgµbS=Æß æL\90-L©µ\11áÿh¥þTïéþV®ï\8eV±áId­\ 3g=©¨Ò\99ã\92\9dæ\17ß?OÑ\aGÜàÊ\89øáõ+ã¬þòñø¥ÔÓ\9eý×ä\9f\8av\1e0]¼y\fî\87\9f\16ã\87E\99\b\vÁ\1a\eò\8a\83\fU\12áÀ,Õ\12"ØÙ\ 2\94yb\ e×s¿\87¦ÕðjJ'\1f*Ðf¥Ü½óïÜk&\99yÒ±>\9b\1a­hr§©®^2Ñ\93]rÏØ\85µ<ÅæF\ 4s;JÙ\82¾à#ÚÕ
+hº«eq§¯ã\7fÖ¥K\82Éîê\9a°Rg\ 5©\ eÿÈ\98Ü\1a\8a
+õ4Ö\11uH&éÊÛ\14Iò´ãæ;\7f'4Lg\1aX³í̺\90\ 4\0D\13Þû«/èê)ÉÝÏ\132\87¼F²VêÅÐô;>P«\ 5z$pÓ\15¼ÌíÑ¡¦­\11¶_\ 4L$\89\1c~\92x\1e"\e`*p\88\8b\dõ9É*hVf­ªÈ%¯K\18\84R  \ f_ÿ}y\1dR\1fbRê\97¸ÎBÑ/§\9eºË±\9e\97\rþ&W\99\9e)\86õ³;1M1A¡å\8eÜW\1exqZ\9c|kY\9dÛ"\ 3WÆ>)ZЩív\ 2HÁ-¼
+WþC# 2§7±äãÍkI¬        ÀÔ\9a*\2\10¸Ã;Ho.ùêKÌÉ\11W\89WÂ<T!ÛfÈï+bùi÷¬H«\1d=e?p¢\81\10\86\Ä5Bh©\1d\8fÌð.Ú,?èÓ\ 6MLï\ f{FL\11&&â\0\ 1v4\82)LZ
\vJä%L\92(೥頧æ\8e=\12\93¼\81æÂû\86\9cÐ\8bb\1d}.\18"\v\80¬\f\17k\10Ý©\88\1cþ~ç\92,H\98ã>å\8e2̵ùÞûUQüXGÃ÷[\9fWzôÉJ\ 2\12VOhnj\93³½m)A&/ä"E
+Þk\93¨TYD\ 4=Jc8÷ºæ\ e\7fFHP\19úFóiU\85    ÓëÙY:Á\81Ô\9d&\95¸\9eq\81\80\9cbCôêÚ\v}áNñ1\ 4ÐÏ\15\98\ÞM¸\82\88øæt\80»ÇÁ \0÷`[÷Ò\1az\9f±Ì%,\8fù;\10\84\8as`6`¹:8\rE1\90Ê\83¬Rõ­5\86,Ä·#7l(1¡9\ e-ëeKûN\83\13ãsÝM\1fî§PP|\9b\15\v<\ 5\8fY
+v;P\19\86ÉYÇê\95\ 31\86Ï\8e°û\ 4Ö"\92I\8bc\9dý\91¶G\7f\99Ø^γ9i\8eòø§32\1f?%;vó\16F\ 4ó\922vOÅ\1c\99JÛæ¬×]¸ks\80\ eá»1º!èiÉ\89ïH(°\95\81q·9\99zå¿\16Q£º·G³«;\17\0\15Ñq×±þMV\15\19\91\84꣺OäÁ}á\14\9e{mÅk8=OÞC÷/\ 3:#ô®¹.°µ\8eÚ@\9a\9fBS9få\rCM\´\ 4rWg×Òûõ 9e¤Ýǯ³0,\rñ\97/\1dJC\1fP09cF}Þ>±:§9!ç¹Âß\8eEtà\95Ü\9e2jIF[ײd"\89L\98Y\0ò'\17@ßïH\80    zï__äïC\88ití×>k\18·è\14Ef\85áù\87FxËVtÂ0ª\ 1å©öÕ\ 2¶ã$и\86\17ã\90)­Û\91\97\ 5/\1fÓ\8cx\ f×jX©Ïß\19¸|\8fÍÄ°¬ð\9c\1d\80\17"M\1e\83ZN    \83^%h®Ë ©äO´ÊñQ\10\93H\9bæ9R\12yÚ?Ía6\86}\8a\16-\83\81:7ödcù\91ü}\8c\97XEÞ¯\ 2l\95\\1fOGe\8c4P\15\13Æ\ 2û\98âm\92»Òl\ f­Ú¼wÑ^\ 46Ð?iL/3áР\81\eÈÛ7\97Õ;\15ɾÛ\11\ 3ÎM6ÄZÏ\82½ò¾­\13åÊÂ\84ÚTnNã\v4\9e#¨Ú\81ÉI\9f\86f\90zÞù6\8b¥\ 2\b½ê\85±]û/MpÀ   Emuce²\1a Â\13ZB²×gðEßED\82TàWfeªf\9d+Ä-\7fÂeJ\98z¦Rþ*J_`±Ý\8d÷°8\13À¢\15µ/õ`M\¥b\82ï¶ÌAG82\W)à#\12\90þÜ\1d\90\88\80\8c\97M\9fA\9c¨à]"1\80Y\9a\v@\a\ 3S?Ú'aá ò\aQ£Eö_¸\95\v\12\ 68\9eÈÀ\82>íuâ\15\9d\8d±WºÁ¤\ f\9fé\r\8b\12ûñ2Ü/\9cý®·Øm5Åð\8fº+\9dÌ'C\80è\9fó7\ eã\15ñ9x\89\8cÞSϹ\ 1ÈO6\17î\96\1a\1aÚÅXÕ\9c;ÉÛGx\9e\9b\8f\86Èg
+l\ 1i4Vã\16\8d¼{\a®\19\12\9aþs¢$a=Z1\97÷\169\ 4\19é\9f\90~?@\80|aíF_\95¿KØ\f®J²÷n|Uj\92]\92\94\1dkk\12b9À:Ðh$9R½iÞÅ¢¤óO¾N×9Ä»BÉxq¯D\eqðþx¦{8öÀ9ÚHyñ9\80õ>vÛ 2©¹ê\³« |\8cvY5¼\9eÜø»Å\15w-é\9f\rK?æ\87®³o±\ 5\ 3sëü\81\aQF²dØ9#\14\97\r\88ùy\eEJ¢\13H\86\9d\ 6\84"ÁP\9d\1a\90~\18\ 1V¸ó®\17\f¹å\94l¤=:ôÃÐ\1f\9f\1c\1c³dÆðYÌÃÄüfX.n\16­Û\86\98-*µP¿kcf\17\9c*O\15Ð\ 1ðTWu7¡Í\84Hÿ\ f\f,ñ7
+endstream
+endobj
+1266 0 obj <<
+/Type /FontDescriptor
+/FontName /YXHWDV+NimbusRomNo9L-MediItal
+/Flags 4
+/FontBBox [-200 -324 996 964]
+/Ascent 688
+/CapHeight 688
+/Descent -209
+/ItalicAngle -15
+/StemV 120
+/XHeight 462
+/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/c/comma/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/underscore/v/x)
+/FontFile 1265 0 R
+>> endobj
+1267 0 obj <<
+/Length1 1630
+/Length2 19291
+/Length3 0
+/Length 20138     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬·ct¦]·%\1cÛvî°bÛ¶m\ewlÛ¶*¬Ø¶mÛI%\15U\9cTüÕó¾}úô8_÷\9fîóã\1aãÚ\vsa®½ÆØ\14$JªôÂf\ e\12\ e@Wzf\ 6&\1e\80\82µ½\89\9b\8b\8a\83½\82\ 3·\1c½\8a¹¥\eà¯\9c\1d\8e\82BÔÙÜØÕÚ\ 1(fìjÎ\ 3Ð47\ 3\88\99\9b\ 2XX\0ÌÜÜÜp\14\0Q\aG/gkK+W\0\95º\8a&5--Ý\7fJþ1\ 1\98\87毧\8bµ%\10@ù÷ÇÝÜÎÁÑÞ\1cèú\17âÿÚQÕÜ\1càje\ e°°¶3\a\88**iK+H\ 2¨$\15Ô\ 1\92æ@sgc;\80\92\9b\89\9dµ)@ÎÚÔ\1cèbN\r°pp\ 6Øýû\00u\0\9aYÿS\9a\vÃ_,a\17\801ÀÅÑÜÔú¯\9b¹§©¹ã?*:\80£¹³½µ\8bËß\7f\80µ\vÀÒÙ\18èú·\a®\ e\0k ©\9d\9bÙ?    ü\95[8ü+!Gg\87¿\16ö\7fu\7fÁ\94\1c\\]L\9d­\1d]\ 1\7f£*\89Iü;OW+c×\7fb»XÿU\ 3\1c,þZ\9a9\98ºýSÒ¿t\7faþj]\8d­\81.\0WsO×\7fb\99\98\ 3̬]\1cí\8c½þÆþ\væèlý¯4Ü\¬\81\96ÿ\99\ 1\1dÀÙÜÒØÙÌÎÜÅå/Ì_ì\7fºó\9fu\ 2þ\97ê\8d\1d\1dí¼þåíð/«ÿ\99\83µ«\8b¹\9d\ 5\ 3\1c3Ëß\98¦®\7fc[Z\ 3á\18ÿ\99\15\85\ 3\80\99éßr37Çÿй\9b;ÿ«ATÿÌ\fõß$\8cÍ\1c\80v^\03s\v8F\ 5\a׿!\ 1Tÿw,3ü÷\91üß@ñ\7f\vÁÿ-ôþ¿\91û_9ú_.ñÿë}þ¯Ð\12nvv
+Æö\7f\aàß;\ 6ðwÉ\18\ 3\ 1\7f÷\f@\ eðÏ¢±3vþÿù\18Û[Ûyý\9f¼þ«µ¦ù¿Óý?\80\1aÿm\8b0Ðò/5L\fLÿ\16Z»HX{\9a\9b)Y»\9aZ\ 1,\8cíþöì_ru \99¹³\9d5Ðü/·ÿj+\80\9e\99\89é¿èÔ¬¬Mm\81ÿ\90Àþo\959Ðì¿Vð\97®\7fåÏ("¡)%*Eû¿Y°ÿ2Tú;\b®j^\8e\7f\1fÕÈ;\98ýÏÃ?0""\ e\9e\0\1fzf\ e.\0=\v\17óßû÷7!n\166¿ÿMÈ\7f\ 11ÿçYÞØÕÙÚ\13 û·n&æ\7fUÿ?¾ÿ<éÿ\17\18q ©\83Ù?££êj\f4û;mÿSð\8fÚÔÍÙù/ÉÿZ\0\7f«þ\8fó¿æÞÜÜÓÜ\14ncÕÁ\947Ô&3'˵\1e;\7ftZLw°\9f\19|4̱¬I­¤(°Ö¡/ 3r\9f»Êè½.\8c¡y\96ç³ÃkåÜñãX\86æçx?\96Ý·¾tóß\85\ 4~dÔ\ 3E¨;\94]\9c´?\83\19\rÊ\10³.4c}®\97åö t8\984~\1eL+«\18\94¾C\11Îv±:Ã\?S\a\92¹\17\ 5b\90?9"ù\9bf4&`v£4\83 Õ\17\9f_P¦üz~ú6<16:Òw\v9p\8cOû=\ 1\96\82×\18Û?í\9c$ÕÕËÈù¡Éô\13òÕ\9dÓ¥z%·M³\165EÝÃ\eÿmÕ\8d\98ü1~\1f\9d\8a\95ÈòK\18ô\88IhÕ$AÖãwD8|<KI²\0\1dñ¤è\9c\9a\8cAC÷ªôÅ:Çæe£\0O¦mÎ:w¼5üIs̪d&Y     ûî'ª\ 6\95\90Ôðr\8eNx\92\99\94\ 6\13\17J\96²¶F\fÿ\1c'[\ 3\9e \85¸\0R\8cP}àDeê\81Ð\8f8\83.W?"\18þ^\90\1aµÌ¡\86¼\v%úQ~kpú8æ\13\8fè\a'>&!!m\9bp\9a\8bØ'èW\95
+¶xÁC><°ô\9df,\91Ê\19\9bêÅÑ\rHhÁÌ\96ø\1eÔ:\ fÙßG\14¬¯¸\11¨R;öÍÄ<±Òù\14÷¾÷i\ 6m}º=½\99âìÁ\88K\82Fs§\83Ͳ¥\a0^M£ÚR½W å²°\ 2ñ
+\ 5þli:\17\1fHË&u#ÍÍtº1¿ôö«ðs;EÒsú¢9\ eSy      s\0O×lX\87\94î\82ê\85é\93\88á\9eѶHKñ#õh2\13 \8f\86\8c\96Lvg2µZ°\8d\0Þ.\9d\18\1c]\8bÆ?\85Ñâö` &ë\a\ 1rï3ÛТo`\1a\ 1`©U\1eÛ\ 5\1d\8e1\94\14\8eG°¾îî9+\89\ 5ù5\98dG=D+\1f¡ný->i ØÚ\v\1c\9b²\1c·çÜ¡r·Ò\13­JLlÇMk     5Ó!@ÑÕf\ 4z\94[dð+<óÝ=Õlw\9fär\95§\1cÌå(4cye}iûj$ÍȪ´F\ 2¤\1a\7fÈå\89Õ°Û£Ø\a\85\97\e\86y6¸h <¹{\868b0?\16
+\83(\ 1\1f´PÄ\90ï\85¯J4ÿÔ\90¢CF³Z\83\9a©à\18\86~?T\16\82\ 23+PØô\87h¯»zJV¤/¨y\11;þÍ\ 6du1\ 4zZc±\1dÄ
+{Ý%lY
+\fØÐÂ
+\*\97\18£0}\1d,\ f\14\8a\ 3\ 5j ñA'\14ô¿\9fÉ\85éÝã·ÿ\14;\89¸;¬È_\ f×YVè \16EZÊîÏ4\90ÑãbÀª¤\a\ eñr;\9c\991\93ok\ 5ìÂ.­[\9e]ïJ\ f\86ì\88}°ÖË\96\9cÏ\\ 55\9d.=÷çiè\98¡U3½Ç\aõF\92T\80ã(iæ\80Í~\1aëÅû\92\1a\97ù»<r1hÕb\81\88þØ}/\93D*¥MܧD®|¬ðvV«O¢Áñ\9e¥®¶Ù+Éõs`\9f©J©aQgæäà-ºÙîü\10zMxõ\90¼Èi!\9c\ 1¥ÆïwaÅdÞÚ>÷k\94Ë\ 6\a\9b\88²! \9bÇÅ[\8fa\9d¯g§e·KÉôß0æ\ 4ÌÑ\1e5\98\8d\96\14sÀ?\10äcG2\9b¼¹Ô*ËçjZª;ÿ\1axaE\7f[¨W\ 5{ôéí,:uøýYÐ\9e\e²\82\8a%«Ú\1cÔ\9d\8c\92\87IÛðh)*\16H\8c8vJðcW\81\vàk1ß\9aüéK@\11\16yWз2N4Ò\ 3\19\96i\8f /î\16|6+Ô&é\13ñ:YNyq+Ù³E8
+\1d¹;ê4\90µ\107CW\12\9aÎWn\10%\ 6-§D\10$j¥
+µ|Ë
+\1ep.\96\83HÐ\Å;\e\ 5Q\8cú"\f\eº¦V¬\94¯¼\9e­ð,ø\1a\90Ï;½\8eX  Ç¶\7f\0\8bÖ\16å\biäEá\16Ì9ßÃ\9b\\9dnÝP¸}\9b\7f\13®\18Z\91Òç{gA\88Ï\1dô6rü1ô£\r~-g\96}ôý\1dNg\12\ 4J\94·\7f\0\0-\90¾#óË\ 1\8cÔèý\135\7fÙ\\8f÷\ 6þ8V\12\1e\94¤n\12\ 3ù¤\8f9Ä^3aó8ÏÉÒÎãâp>\11ë Êim4h¼_Cï+Çe-\v@t¸{wkonælòb\14¼£'öÊ\9d²ÔC\882\88}®ÑÆË%\12ëî·Ñ\86É4r\83\7f¸hLðb&Guÿȸ\8eqlÊ\1eç¸ë3Úù9Ãé#eÊ\ f
+]¯³(I³jN\83·\84À]3k}±ËSÓ0ò¾Y\9aþ\9aÃ'`Z6¼9\ 1}Ô2åÍ\89®¤§³Â\17·î\ 47Óäi\93\94ߤ1M\996Eê&ôã\8e½\16¿xô^-àN\ 2Ê\9cH+â32w=\89\7f7\9f\17\ 24w\7f\8d|àI\ 5\97¢Gq\1dSÑAÞ\fùE\ 6\1e\1eÌ_J0»\a52\95nï!ü¶\88íãOÍ\85:­¿?J¥¦ÿÒ\8a6(ܹ\144ì+±\99â϶I6/íl\7fǸ\19Þb\1e[z3äxni
+ót\ 3^_×îX©ûól#©_Æ\19\186Ýb\96\91Åã\9cÁÏ\193ßâ\ fÚ\84L<(\ 5°ÁÉmG\8c_\v\8cvS\16ɯ\ 4\1aúÔ"\93»Í\ 2í\14\92Â\8b\1aÝç?\97y\98HZ~\88\ 2\82¬\96\15p%§O_    Ç\9f\93½µ   -3G\8aZPÃ\86Ne[«=i\9en¢J\0²¦^ÔáØãOþ\\89p\83ÌÆp\1d^B\88¯w\8e\13X^#X\8bP´©ÙqI=z±xp·§B\18Q5À Ð\ e\14¾\96\11þí»&\9aW\92ਲ਼Û\96Ãïz:4È\96daZlìä\9eS¨¥\81PV\ 6è\7f:jÕ\èp॥o2¹;Ø\e\9e+Än\97{B\7f@Ëj±\80MË\NÉÆãÀ\ 2)b¾\1cÕÜÅà3ÍN%n#ÀY\88ô\r\18c\7f\1cÎûàjz=\15¬\961£:àQ\96\84¾!f1ïU~>ò
+ÿ\ 4\82Ü3p«P\12\80AÖu9м~ýö\1døàn<\80      %æÞ\8e{ñEö°Ù|À köU'\94ª\99GÏÜ\°|ÐF\9c\1eB±Ñ\11\r\97N5ñ\fÁöââé¬\rôá\ 5oÙZîp!ɧ'ÄåÈ\8cÚq>\96¸L;à\ 4\rè\v{\80R\fºóÝRLÂî%\8f\8eÓ1'5Ø.b\bá\7f\89+ÑÈ,¡ºª+\17
+\e"ãN3  ×©\f\ e¿Ð\1f寱ânÉà\ 2Bj-¢v\8b¯\ 2\91\8cÊíÒÃpÛ\9b W:ý»\19k|[@ĵÕD\99,bñ|<¶3L:ë\9aq\11§ñj-aÈ\83\15@nÈF\\ fú±\8f8\94\ e\15[\96k\1cñÚ7\ 4\917p,{H¨3-_,ÎøVI.ÁY^!\8aJ\93já±ó\bW9\84-^$±Z\13¿­Ïw¿[\90\16\84o\9d\91\1c¥°Î\83ï«ØÝ·\a¨ËÊ\ak    Ã\0b\8bäÝ`\87Ï\99N\89\86\15A\15c7|â/nY\18W\1a°@ÒBÕ³y!]\ fE©kïõ©ÍÜì\95~G#o\1eô&á\1e"·Ð±q^[\ 6p¶H\87\11Lt\19õËõþZ\87\10\99       w¯?í\96¥\93
+YDC×\9d9~Ǽ~Z\ 4³.}\90àE\eÄØønu\8b>2êKOÁ%\1fïó½\89ÐëpØÈ\95\84+óÛáëxÄÖM´è\8f\9d\f/oâ\ 5\923ïµ\9cù\9e\0A4Ht\10ãR-<y&\1c\ 1§ÏÀ\15G\11\18.²£Ë-{S\95Ö\1e5a\9e\1cÛΪÔ2{´\9a\94¯¬\17Q\ 1\81ÑÎ&»¹ «¹V9YÌL\17¯i´|;_lã=}¿a lúO­àÌ&êz2Hû\95|Ùë¶äácÁ\82´Uþ\87\1c Å\1f\92\8e¬\16\9b}m\,6K\8fAÍï3Ø-å\ 1\98\90\ fV¶E\95K\10\18Óæ3g1Éc\ e\80\8a^\19\916\7fh\9f\\90óâ$IØ¡w<,O\7fÓlº\80\8dbÄï     ¯\84:\89\88\13s+C¸\97l\9a\bmZ\9dGÅ"\e\1cÅ°\98[+X°¤\95w®ý\18\ 6gòÒ \81µÉÓOD¨o=:7Áá#ß)\85&÷¾³nYpàú¥é@³`De\9f\1ak`\98©Ì\9b\96\18}\8c\94Óß\9c\7ff¯G\93'\1aúµm\afôoÔ¿0g\9fÃÕy×.\97ë¥d¤\8aÿZøYѳÔ"ïÊ\ 2\87ïå=ËÅi_ßø¤aÆÒ^\81Pòî)Ò\ 1Ef$è]ô³è\86:H3\98\9e­ýå\ f\1cGß.R\ 3\8e/>f\r\94\ 58\81\1e¬Ig\ 3=¹ûSzJ\12ÓHKþ)¼1\v\928J/õ¾":\99]÷XtBJ\ fê â´¬¸\90\ ez©A\89/z/q0´\86É\10Vó.\86bTokå\»""U¬åräëU\ßWro6yï²èÙ\96 áy+Ï\99Âåµh-¡\95¸\16å\14\8fÔ°ÆÚY¹tE0\9d\87\92\80n>Xþ)¨U\bÑ\ f\86þÁaI¬oo\86ôà=\7f\9c\ fd¢±h7º(Ñ\9dU;c´p\85OµË&½°\97Éå\8b\ 5Å÷,B\97¶9ð7#\9b\v
+\18\fÔ\v¯ë×\95\9b\8fqºm\90H\98\9d\vbÜÒ\e>R*oQï<\ 2¡6Õì
+·"W¶2eÎÌc      \99k\9e.\97p\10\bÂ
+v\16Ô\ 2\ 2!¼J÷Î5¾\88Psø\b\87"ûï\9dK$ÑÒD]ª,¦EàéÆá\92\a_A      \93\86\85;\e\1få»Î%\18p\80\8d÷ÉÄxÅü3t\ 4\ 6ÓÝC~#ð\83yÈoàǪε\9f¼bëZBì÷}:\ebÚ¥\86\85\8eÊvßð\9di\18azÈñ=±j#=5>\1f\9d\93±³"\1a\1eæ\bKghë\93÷\18m\8e ä\8d;N{\17\16\ 4Te³°P\8aú-\v\a /máâ^\1dìä(¸Ç]½\97\984\1f+æCJ£\8eäb\8bÒ\9cM=í\88=çnØ|J¾1©I\99÷zµ\r\eû÷\81\bÆ^\12ÉÚ<kD½:ØO3û\ 6X»í\89\13Õüà¢\b)\\18UF(E^7P\1f=\0.e\87ï\16{®>\10\80ô^A~1æã\91â\9e\84Ä\ 6}Os?¾&±\ 2\e®@ß\ 5\81bpÜ\8b\vq\13¶(ò\80\1fm/`\86(¡,\1cBw:ÿ\ 3=¾Êµ\04Ǽ\86J1Ç\1fÜ\ew,,;\12Z\81èE>ï#oé\8eøî\16H\88\13©ÑKJQÎP\9bX\96ü¦\80h1\89 cö\ 3J\81 \97±7´eU3\96æÑá\9a\rN:       \ f\8eÍ
+ýC¿â$Õ\19X°[ò\0\80¹¦ú³z\9e\9f!úíÓ)2ÿÔZ¼ ¹"W.Ögi\18aºR\11·\7f\7f\7fx:Ò\18\87ºg\92Un5Õ\944\961ä@Â\89¢í\82ï{\10\9dÉG]\b\8eÓ9ܳÁ§\\10©Â\17¦C#þm\91\13Ù< ·ã d\8d\92rçaoÙµ#<õ\97ÿ\8d5¾Sy¥<\9b\85ƾ\93~\82±Ô»\88Ü°³P\0\17Bs\1ed}K2\17ÉûÜ §u¹áU-Ñ\8cQ\13>A|$JD&ì%Tn1\8c¸\ 4ú\1e²%¯:\96vBK;i\88àÑ~ÿ\a>Gès©ÃÍ\v:ýi\1cnBë\8e\b n\aýò\81uy"\11\1f®N.¶ÌJ\13u·9/\9bîU\ 4¶`^«241\9dÙÌ\9c\87ï\8fÖOn7¸»FÄú\98\1a£j§Àd'm\1fsh"/\89u\ 2°õ_ç\ 3<{ú*ÒÕð"\8f£`\a¶ÆY;G\16öZU\97\b\18a\9d¶e(áCfA¤\99I¥Q=\ 4ò\96gD:«k:¿ \0\93ÃQ¸\91$¤¾x\13Òj3\b©°\11.×¢è3Ñ%ÙÕkK²\97A
+\1e/\95^
+\9a=\18O\9e?î7\98Q8Þï\97²Së\ey3I1$òÍ\f·\9c#\94M|©Øó,Ð3¢Ùàii+Z\v\98\14#Ê\¢
+²9J\8d¦3\99\9c¡8B\92\e\95+Æ¿8õÚ±gí<[³ðZ~\¯í(Ä0;¡ó\17N\89Õi÷\84:\v+Íç£7s\17BXC,/]òÓ$Ω¸U¨\ 4Äò\99\14Ô\92\97"}÷Ã6?ïq\9byÏÆ\18\86\10\R(ãye\80\99\1d\ 6\ f¿\91\8aÈ\8a°ÎoGã¿Ê\80-w«\a¤ò¾¾\8eØO\1d\17¡ \91¥æ\80zÍù\9d´(\99û&õ1cýöµ8\14P|\92»ªf1ç\98$v»Â\1fC\15\ 4³<÷¦ü\10s\8eÀ8,,Fÿ\15WG>Qb\7fø\9dÓÒ,>\1d\9fÍ~Û¹ÔY\ 6F\13:6\9ba)ïeÁ×¼=\89£t\1a!M\ 1Aâì\8e\edl6©ÖiM\84ó\1c\95ÊÔÛ\92ïé\1c!8ü:+\90`tY·-ð\90@ÇÕlÁÁ£Y\85£+\13÷\8a'VÎ\1f\1fS\b©::K\99Èãúc¶.úiö\86­-Óä¼²\12¤\aìÑÂ{ \80\ f4r>ÿx὿~\89].\12\9eZ´ÃÂ\84\9c\91T³8\82\97£7;Z}\1fÕüá×Òø\ 5\95fe\88\8cbdG\0ã\9a\ f/\1fw­lox6y\89\93\98{ÓRúõ\93Wp'\Bö\90ìs£d\1a\ 1\ 29\1eè½äsh_(FÚ\9aC~c5:´\17\86\86ÇXV\81»çE´@ñnþ<\ 4Ó²]CSëPrݺê\1e!üìY\81êêçäºvWN\rümx)®mÔ{»\98W\16Uó¦G\90wìÂ\90Ý\8b²RâÔ\93 'O\1d&ªZ\99õ\94\96£\1c\1d\98)X¬\19\11Þ!9\99Þ\16özö#w\ 2?a\9d\18\85PÔIó\96¤¤\ eñ Õ>&1¹,\98\81\1e\860A$\9b\14PJ@®YÈRÅ3¡"\85c#°¬ôä¶î²'ân\143\12\99Çv\10\93¼j\r\1aXUz\8e_\8b\9ceø;ì\85\8b\8aϨ¬po¯_µ\9c\9dI¹!f\9e\99zï¤Ùù\94[k\ 1òæjv-8o\ fèéµ}ÅÁ\8dG\88Ê×îe]/¡oÖa«jôìZ\11\96\8eæ\ûѦPÄ\1f6^§\15½ÿÔ,0ì\9c<\1e\v\1fq0MÚ\13\84ý\eêÈ4µüÕÀy²>Xw¨.æÜYãôOÕéû£7×QÜS+¢'¿F¢\8e¾Gj¢\1cB\87\ 1M9;\86\92É>i\83ö«³d\9d°V"ª7]v\96¥TR\ 3\9b;â5f lMûr­°\f\ 6J$ð+N%´^$-|Ë\ 2å\9dÈ\97ñQ\10\17
+ÉVt¯~½/nCáC\19ò7 \16~gC\vÛÎÂ\9en¦³°¸¾|¦ YE(7ö ÿ;\8c~v\92YÛy¿}Í\1fÏë\84Ç#Û\1e3\8cÊð\835~\12T·*\b\86\95/gpx±ªbÚ\fø$çàÂÕ|&ÈúB\94\17X\91s\87ÜÆ\8d\vÍ\12&\90á\98w\9a»\16ç¡?\Þ\8d\ 4\89¯3\a~\1e\f\eÁ\81ÍBÆ\96D%\eñ\89Ĭíå}È\19Åë~\bòA«\87yQ\86J\ 3ê\8cS×ô/<nGõ\10v^ò\0Ò<ÿZÐ\02\10ÕáÁ\aS0D(ø0\95¹U    &\9cæ~\16·Ý\82j\91\f\1fþÞ\f~ÿwÒ\89\9d>é|\1a2­'*ïØ,\89\ f¬\93³Ìmw^\9dÎÒÈÐÐAQdÆ\8e»úÚÐL\99\1fr\r\14}¬\r\r+ùV.0e\91ñ_ià³Ïøµ±¤\96xíÈ\ e\ 3²qöÛÕbn\1f\94µ:}±ñ\17ÐíæÅÏv¾\1dßñ÷ýl̶°Ö *÷\92\9eA\94Ç\9c\81²Æú½3:5zócÌ\19ty\86\9d"´Öq¡ý¸\86^ųÄy\91)Ë×\17|Á®å\1cq^þ¦{n¬È£à2\rë\0\94­â+¥é\84Ò×`WA74f·Í6B\85ü»x\8c\11\1d¶Þ/'ÿ¨MÈÙv¥EÕX6¤'\fFx½ÇD\87¬A§Ö\9f\1d'\18«2¾Î\9c\972Y]ÜeµSÃ\84`¨8;\1a\8bè\94ã8}\ f»¬t¹ g\96ê§h\91¨¾¸G\1d\80AN\8b\86ª\87\8b\ 6\17Á<®[\ f\12ªÉee99¨Ïãì>!âó;\8eø=]EÏ7tVã(%¡\ eÕÅK\8d\b»1Æ-R\86p\8avNéR\99¯\19cFc+<\r\84\94û\18Æ\82\ 4LM\eêl\18\92\8ciêGHE½¹ Î\ 3Eª§\a\9d¯½ìP\(\16ôl\98z\8b3GcÌ®7\96®FÇZáJ¶{Wb¡ÝÒÄ,Ó\98\12ê\eé¼\0|zÒ£\1e8\ eE\99\89O³þ\10[ØQW9<æfIx\1dp¹N\10\9fÉoòUª±TàT\96K/VIA1q0Çé²\8f\9bÌ(oóÇÚ¥uO¯QU \9bps\84r\83\ 5Ç\9b\93\ 2£\9c\19íÉ\ e\12)í[2\85\eÒ\94ÓC \17\19\8aL¿\8f~x&c\ 6\8e\15Ý\98{ô}¬Ü\14©`;?¼ýf\8a½.Q\1aÏ0ë\13\83ë\83ÖÀé £Ñ5Í\88W\1a\93\13=BàøVuÚÕ«*\15\85\81¥üc·\94\92qEQ\84! Mu\80â    |\1c      ·\ 4KgL\90
+fü\ 3\11\ 2\9aEÿyE\17\8d\87|ïÈ\9fÉ
+gÞ\ 6^á\88·Ë´/¬ïxûfüT·ü\9cÕ8\80(zº/\83ýá\87\ e9qìÈÖÁ\17
+\1e\9c4µqw[÷úr·\16\92\97¹+ÿM7,òK&øK\82нÖOë£\14ç#\ 5ÁÇ\9a\bêXkKÒ\85\15\vjzªM\11\82ZtZ\ 4v\1c\82ä\8fUrsË%&\84õwÊäYÞÌ}å\9a(èOÁ\91\80xV¹ÚrH\93%áNºÇô\ févj\b\0\8eU\11&H\12\ e\af\8c\99çèm)Éç÷\9bOäa~Û\rú\9be\8bÞDÝáõÛ0\97OÞ"ÇuÌ,¶\90!140\14X"R
+~¶'yH\11\10ºÏj§\12}8\bFÃ{±sg¶IM\7fU#r.Y7t\v\8bÃô\91+MË!ÔQ;1è_ûpö     \9b\8d}¶²\85ç\Ò³ÏY\99ýý\9aó\94Ú*sJQê\1d\10t³X\16kàÁÇ\8eÆ\9f¨?=µ\ 3\99$+uµqÖ\83\1d\14Ì\8e®Üµá°\8do6DïªÄ]ÍÌá\ 2\88"?}¸óã­Ì3?bTs¶\vVu\ 3º>G\9a`>VpæQx\92Î\8cyÖªÆ\13úiÅíMx\7fï¤\10¿¹+2Ï\1az\88¨ºP\90eÜξ>67\QÈ`Ü,Ü\99íþjØÂüÚB[Y\rÊ\b*¤Ü\1cÌ¢7"}û\0!UÍ¢H\91y\87²\9cø#_£àÑ\0ñ=\96ï\8e&æ¼f\r\17-m&ÆÛ¼SЮñ;Ñ\8d\8c\1aôbñ\9dØ÷\1f À}g9]}\18-\89â±!8c   ,Ê\96\9d\ 3\19\vk\91\ 6$Ì?ªÓá\9b#\15\8eM~~-\8c\Ò·\8a«¶ bu\9a\1dçõ}°,\9c®ÌaÈ\87¡Mj0óé!ÄGÀjr\17a\19¿_\ 11pZÛ\1f\ 1º\1fgôH©Öp\vÆ\19\18T\81\95¦XûmR\1fð\aç´\8c\12Ø\814$@/Xø×\88W+ZY>\19°4 õ\v\97\ f¥4\8e\b\ 2wåÜ\82à\18fZ´µÎiaÙ\95b7.¼ëÛO\87Ñ\a:¹!Õ}qï\1e¼Ã×òuOs\1a¹º\85\97\v¬o`\vO\81Z¹t©®\9b×6\ e(8[F+0àRP\ 3*î51ö(¿vè\10\160\9e»é°I¾(M<´\15¢¡áP~_<Ð\16ô®u<\95\9e\ 28MØ`·\86H\15\8cOã5 \83`áfEÆ\9bº\ 6\8f;\82\88\ 3õø­J°Y\14¦×u\11ð`+ð\7f\88ö\95\8b\v\84be¶S8úpÎ\83du)Ð÷ÃÆÖÆÉZÆM´\89äI¾?\99Êz£|óVU£ñhï\89\945[×ô3\ e(ðÍ\8aªR\82§0Q$k<æ\8faN8\19\95x\vó\82Ç:w^\1a\10ÓQ°\98yb\82øû\1268\ 1[´¡oº\97´êlj\8cƯ\8c\r³\97µ>ç\8b'|\ 6IxÔÎÁ\8cÒ\918\9b\9dñ\11°Ãê\17(\8dð.\ 6$Ë£Y{Dç:¢>\7fè¾\84ѶdÅ"R9Kª\92)3|íÝI\11Ø\bN\1f\v7åbmIæ\11Z!¿\19ô/Ð\ 1§\8c\9eé±NÜ]\160ܾ«»A\16r\0Ï\a0\18\80¢§#\88óuL\12ÁNÇ¢\a\990ëð\1cÀзëêGU¬\97\a\ 4|ÂÝ;©bÞµ\fP\91Z\14\17\13K\9fÌÛ<\9aÖ\ f&Ò`ú\rtØB`æsÆZ\89¦rñésû\ eGÂM\89\93ïHÒ\19ð
+H»ð¼¢¦r\0ù \ eÓ\86\8dx!TÞ\99¥xRf\ e\86\88\8c\1dy<Næ\e\0i¤ëQÎh5A_Hø,¯"\16íkÕ\13oxV¢±äéy1v#ÄÔ?ñQ0\96vÜ'ÄÜø\ 59Çþ³U§¼T4muí;ò\96í\8fR)\84\8b\bK\94^\86\8a\97¯®Þ\ 3Áäw±\ 3^û¾æÓÛ,I  6ªÃ\15Ç\80¯\198N|Ú·\9exÚlÆa/I\8d,8\19\9d|6²EIFÇ6\96¯(x\17\0è\a\1d´ÿÝm~næç\ f\b\98a_"ÙÙïå+:\vtYª½ol2mÍ\19\bûÐ*a¨Y\17\17é\89\9eäͤQ\8c\ 38Ýfë®ÛÄQ\12G\8f\14ø\84C\11ļËã\9cù\1aä\15\82T-ÓìD¤\bÀàò«Ïè¹\ 6\8a7»ËÕÌáá¡r\16\r0;(£üØÊçËú®òz\81óX\86»]6^¶Â\80\8e¸Ý8ݶ\99»ÌåäÇe\87\94æî\1dqØÎ\9c\ 2]Ó5Ýp¶y©â½×n\16\1a\1aA\93>£Õ;ÑïôJÛ}÷Ë\8et\1f\9a£/îpßêsHê1\8cèÅ;vÀ
+,êv0;\v\84¯\ 3Gz\ 6j{\ 6\16\12¶èÎè£ß]v4©ÜÐ\99·\9f¦Øþ\bxD×ô6| \19¢ÕI\86ã\ 6Q\88\7fCT÷Þ\98\87_\#)Øþ81¤Ù«rGk@à³\ 1\v\90$Ü­zÿ\99²Xv_g d\8a`ïr¼\1fí(\12ôhi\83\9aML/¹RÑÀ\fÓwD´\1cpOÅå9\97¢\13\9f#Êbø,ÒQ\ f\8fH-gÝö]¸tËáÛ\8c\fè³\16\ f¬¡\9c¥a;Éê^ß\f
+Do¨óR\82ìþNY©ö8i[\ 5_\r\8eM\8bª\95_L\9bÛ\92\92=\82!¹Ï鬿3Ô\18\98OXKÅzÅ\v9Xü\9aW\9b\90\a*   \9d\87\&8!\11ÁÓ·kË-Ç\15È\12\8dær¨·Ø\8f±g\9c\1dâ\9e\ eþ\1eèk]\11\11©°=¦\16\95Z\90/&\ 4Ìs\14\82­$lÂéN5%\ 1@\88Шf\7f \1c¥\ 3î\18Êvà\9aÆý\ 5T¼l¡åOØÚy°6Ê\17=y$ø×Ä\9f\94ÊYi°©0\8c\1dx\88;\16eA\98\84\1d/øÔ\13\9dv\11Ó\ 4\9bã\17a3Î\aT[c\e\99Õé\8e\ fݧm\1fu÷Ä\99Á\12      \ 3|\ 3DZN\1d\ 1ß\ 3\12\93"lh"ÚÛrÝA¤¢)kwýeªxë\f\8c\e9Ú¨Û@\bÖßµ\f¼\82yq\88"\9a\87\89¤!yw±Z=-BB\94\18©¤\10\ e\ 3\88~\94"^µL\8fg,»Ã\1c0`\1e\17X\a\82Qu\1e\9d,CÀ\11·\bbð¦;ÏÒ*\b\9e\89\94\1fF\16ãÂ1ÆÏjÍ\19ÅnÈ\1d[\f¼\vl\9e\v,ê¥\7fF\95ÍÑfKÆÏo¾Î§Åæz\a\9e\98ßõ#\ 3qi3×Ï%ua9z\11%@©\97É^[ñ  ¥Çkµ\87`8µvZôÂ\95\17ͼ"\8c\87\7fïJPZYj\a\ 2\9aP¾r_'håD7Å÷\0V5o\91N\7f¬\88á\8cÕÃÁÈ¢°\ f\1d¿l\93\8bE\1f\84Î\b!\ 4C\92µÖ>Çkº©Y\aæ7\an\9ce\e÷×\18c\8d\7fGÈT\96ü\81G ç\ 4Ñ\1c¾^+\98\ f¬\83Jð&ØM¾\9aö¿[DÒÿ\r\e:^Ù\85âVÄK\89ª÷\9a \8b¤*:Â\1ef\97SX|néÿÔ\87\1d\1erQ=2} ÒÊÙòxÄ\f­f\10¾\1a\ 4¡\83¢   Ôýc\1e÷Ö­ÂÌÿJú\ 5Ö0\97\89ÓQ\8f\rê<Ü\9e-Jf\90d0ÁáÔ\ e\85X\e­UWò=eäÀMrÏB\1e\ 3Ëbùfa°\0Û\90\85ÓVö\8c\80\98\17(gæ\1e\8eû\18:\0/NòSG\ f\       £P¿9¯?h¤\90b´¢äÆ\f;\80\9býÏú>'\ 2\a¼\aW\9cÎ÷qüû§\vé\96Þ|Þnïm:²mH[ý§\9c7ññ ð9kn\1aÔ¶]^»\1eÖüv¼g¶)^h¼\80\ f¨uÀJ8!hèC\9a½ô7¥x0\1c5\10 »ÔXÉooÁ¥±Sý\\14\a÷ej\13
+Gx](ã\vDrJÝ\8e\82×vlË       ä\8bÂ\13\9aâ\f\9cÓå\87AK\9e\f¾ý_FñwÈlõ\9cÒÊ\ 60\19;Þ2\18M{¯Q\14V1\9fÔ9<V\9f9â3)!\15tÃvظ\11Ù\1a\18Ù^pó\92\84P\92\82\9bä*
+&\ e0"ø\8fþÂô7Hë\9e,{D#\8eËnj¶\fMÉÑQò\83üÇÅ\ 6'\8bª^(o¬×Ñó\ 6\9aRýKòõ0îh \9aF3ÖÚÒ~\ 4#{\9a\1fý}­úà?\96; ²üÔù=     FÂ\12y\ fï'iª}\1a^t?y½¯«3¤=\17\9d,,«lξ÷qg\16¬Ú\ f¤\10£\13È_{\12\9fÆ0ê®PI<\9aP\88\11ý¢\90Û÷)#xx·1³\8b`×3ôM\b¦¢®ú¸®ó®õÀáÃxÕ}÷9\18ëñÙ*k\103,¹î¹\97À\88\87SÖoAdÇäcµã<$jf,l7¯\98$úö\92{'DyE\b\15\92ß\15O`Èf\9dè3SG­ºo~eí²³ÙpC¡ÄÏÃ:ô³p sî¥D'¯NØwñ\eÍ\\8a]÷àCK\97ã\9b\8aDË,\18e\92\9f¥Â\9a\88\Ø¢SëDú°\82\13c0=ÏNP\87ÚøP6yªJ \85\85LUVø»\99¤\15¡\8ek¢No\1a\13Õ '{W¼h\1e\ak\8b§ôÞy·¹\9f\94îý      OÀ\9dÒÇïh´\9bè²RxßT\8b\8e\87K\84\95\93þ\ 2.\ 6J_LJåëPU¾\81»&eõk\9b¡\ 4÷É\91â\9e¨çïTL;º\f¡Pf]\ 66\ eß\9eú\9c¦HØT\91N7µ¼*\94\19È.\aFÒø\8d\16tÍyM äáìÁد¤5Êä®íª\13\9fñ\ 4\1a\80¯Ã\84¤\v\84ºê©Ü\9e¥\8a\98Ü\8d!|Æ\91nÛÒÜCÂÑ&.ú*\91¿\96âÓ0\f\8dË\86\86vLC\7fl\Ø(\11|4tqwá=õwy\83ù\8c»£\1aÕÓâbÎIÍlÉúïÆ$\1ctr~Ü;\1eNÊ8ÐÍ\7ff\1eX~m\aV\85³ý4\7fxL^        H½ædÁ\8a\91ònæ      Ì\9cÓ\ 5F\ eô\ 4¶ß;\ e¦;\f$3\86aDFzé\ 4ìÞ2¨y\87qHm!q\12+!\0\ eG\91¼aNü\160úÝ\12Ùà\85$F`^¨\aÏú:\1e\96RÈgæó\83¶`LÌBbéù=t\92Ù¨\8d:j+j±.¡j\92zI\80HبÃ×\b2Ì      A<«Öþª%\82\e\9c¥\83;¾d\80mÎP"÷GGë3ìØ
+T#ì\ fôåw\15À/;\83ì½U\vQ©±ò\9aö7b\ 4¯%¤zîÈæz!/Bu¿b<\89\ fC:ITJ}üíì\8d=\11°CG\ 5ú0}\89\ 3_b\83ÅÁÔ!e\a¢ã\ 1¾Ê!õ³´
+\93\8dd·nÄ\8d\818só¢\1c\9cA\eEÂ4ôÄ\1a\e\95\83ËË\1c\ 4Éߥ\ 3þ\8a;\7f*\ f¿wÖ\d?ï\86¥\95\11ýø\r*\10¸¼\9f¼Þ\90|¨O\ 6U\91è÷ç\0¢Ý\1dìé}¯=¢\9cOd\ 4\19æÄÖ\98X\8dY¡ÓY0\95r0\94Ŷ`yCwP\97\9cÎ¥\94¹8\87V·ÎU°G\9e${C\ 4ØH¼çÿ'4xÎ\8fIé&\ e³\8cg\a\1a|Aú±°P\84\17\96ª\8en*\ e\82ïÓ\1ef\9d÷üv\890Õ±z\7fáî       *T\92w©\96\1c\9f\8bÑngjë.÷§¶ý*\83Iv\1f\83L¨Ï{"\a6ÜÒ¬^¹\19&7\9eQ¶¿b{+\ 1\98ÿÐÐò8vÓúcª¡?úê!²US2÷v½a\ 6òÏcÉÖ?\98·\12xê>\86¤àêLñ*\18¢R©\rÔ/\90Ïwúða\93\955\18Ïrâ\13a'/¨Í09õE«n\91KÇR^Cà\89\81U\1c\f¨\9d¿'çLt\1a\14õ\9eù¾¨øÖDFz{ö@5Á(y¼\93Á\91tG.ûö¿ß\15æ(\94\10í4é¸à?³ðÎ\16¸\82R=]ßN©\0\ e\12\ 4\xóÀ\ enZ(pצ®\ 2±\87Ô¹fÃgr\1ag1\9aü_Y1¶>#×_p¸C\11ûotig\86¹>¨MËÍ\18¤¯\14U\1dÏ\ 6\ 4á,"\89\14\9fnk]5Ñ|!ËT\97K\853?\ 5<ÿãug6'Íryÿ\9d\ 6\8f¯\17mi<\19ùø«ìLm."W\138\16\82ã`Ñ\r7\9eÆ\võ\92#wûãÕk.ùa\b\ 5\83Òà#\19jggY\7féÑ\8a¬/\98ã-DR?\9a\ 5`s=Þ'9 \94G\ eæ*Q/EôG\11î\ 2®n.?\8f¢ÊuY[bx\196¿Xý¬\1eí#T!-.ù|î=Øa(¯`5\1c\ 2Õ£ú\amîóYë\8d¤\17[\ 1l\81ãN\bïõ\19³Æ\8dF\9d\ fã2ûÖI Ó¼\ 6/\80\90C\81Ú\18YÙÂûPæÁ\86Ì\r9\ 66-÷\19ãÞ:c¦6÷7\83´8¦K¬IWÑh\rsÁ²,QþÒÙ¯¹n\ eºQ\ 5è\8bNó¬-\9bïö\98þ\ 1­\98¯æ<w~Ap\94w\bÙ3\rÎ\9dÍÝ\18\13L\19\f\91Öâ\86G-C\e-1®¿vÎ!ì¾\17\163U#0ìS\86&r%\ 1\14\15z\93~.\7fÆ\ evY\80/±fâv\92\bñ\r\97¢+ÎûBÛ\8f\17L¤:ú\8ccu\84P\ 4
+\89?\86¸\86]+Ò6\98èX¡Û\92±ón!mÜwªíð\8fR\9d'\ 2då9é
+%3­/î\rÖãÑ\ eo\eæ@\91$A"\90\9e\11Rb2D Ñs\ 6\8a\vh¿6â\99ñï·\10÷@I\9a\8c[7JFC\90«ÓEìÿTZµ
+\19Ö¥SÆ\a\96@u\\e\18\10\871©d@À\1ctXb\8c5,ÿ\81zµËW³Fjr|\11ê<äVsi\e|FjÞCJóý\99®¦->rQpüa\9b\9a£f³\9c\87ß`|Él?\r\14QÜ/y&ã\7f)íQ8µ5â\85¹\97ö¨mèÁ)¾aÙë\90\9a÷¨\96ÖÓ\ f{Tã%Hh(Ê\1cÃ\11\10Bjö     ?|\13\8cðè¤\1c\88s\1dÕlÈ*\aéªXsÒ\7f'ñ£å!>\v\95k?\9cw;\92*ÇÊóddÃ:ùõ=&R\8e¿b\82ï×7m\8e\9e\1dCòÔÜ\8b(\9d0\ 2Ü8Sd1Ö\1e¸\14^ò\cC\19Ù   N&z\81\9f69\19\ 1Ae\97$H\84jjY¢¡\92C\8b9\97;CÂ\11R«_²ì'Á\13äõ-\e\rz\80ï\b{Tõ\1f\19\86\9cå=R׶OWv\83µ\9eßÈ6á¶\93\96ú\9eTÃ`²1Ú=w·äÏG\94m¬ª}<$\97|ÊîÓ\17ß1+t\83\8f],`\rFÒ,A\v\10¤M\10Ëeü\b\19\8eiG\8c\15¡Å\9avL\97Ȭ\93D\87ºø\Ý\ eñêHk ÞÔ\81¥>ô«VIá\ eÝOdº5Ä\88³x¿FÄÞ@ã\ fÀÎè£\9a\9eÕ\13\r&ÆÄ:\ 6\92\9eë\97&¼(²\ 5Lø>©\15\83\19\16À{\9a\80!¶K½\14ݶg\8b6\1d!\98[tJt·\86Q79\14Ïá¬ñ¬ÊÇCrY~\84Ì¿*Ýt$Ìqâ¼\84\föÚ+Pº±XÅöð\7f<\93w§ËRý`\82\10zÿØÓ$\97.e6hIÆ9q\9aÐÉ\8eÜÁ\94Ô}ó\8a\8b\1f\fé\84\99\1e\ 2\vTiG\11\ e´Zh\95ÿ \87Sq6Ã\8eJºèJárw\80\12\ 1;F\0ÂÇ\9e_\8axhBDoÇ\v1F»IU¥Ïÿ¼fHõJ     2iR\85\16\a»ÔI       ¿9j¦oO½\89é6jÙÊÃM×s¥\16\8f`\92ÎÄ\94(ó¤'Þ\8b|Í`\9f\10ë\97MÊñi-E\ÞùZ*\8e\84;\r\85\15 \ 1½i5ÝÅØÂë\8b    @H\94}sz¦ø\92\8eeª©\ 5Åm\19f\13¢jæ_¶\aÝW*\91î#QÊ\881·è   ²K_\v·
\83µþY\18¶ÚN\97!H òëu\8cj\10e\19 â\QýGXÿ\15uAk\9fn\94\0hJ\vÂ\89o÷è\1fé\81õ"nê\1ex\8b \7f\ 5¼dcV¬\9b\14X¨L\eõü\80\82\86\98el      \ e\b\85t\17¨ëÎ\ 6\95\ 3\11¸\15m\0àÛT5\bÚ\96û¦¤¦\rJ\14\9aí\13cq¦\7fMUo\92\ erW_}z\9cæ\ eÞk\f\83h\832\96\85Uð'\1cv×-u\8f\82§ÌÏ-=rÛ:[\8cPM=\9c\91»&Â\90õé\8dr¸#@ÍìÞ)iAé8Wîöl÷çØcØ6¶Ý\84?Ïôv/û\97Ân¤þd\10o\ 2\87\9cHC\8f¸-å\eDúEÀ!Ç\8d4?¡©ºþ\82\88¸I\99ÙS»ó\96½BKÚ#hs\10Ô\8eÇ*3ÉËH$\994vÿ^ÕxUÑ\8f±I"övzbWjÌD®\ eü9º\90\82.½o£\81ÌË\r9¶º:«B\19¤¾\ f\17´CÍ ×uÃ\7f2\88ö¶éµÞ\8a\1e\1e\92Ð\8aÛu½×\a{\17öûS]\8bîáÏù\8d\8b´/Å©\92ÐÁË\ fH{\8fÈ\18s/i±Û±i ÿÏ%´aºÏ¡Gð\8dØwp²\80\b\81t\976\89ªËÕ|v*î\9e<*\bac \10ZO \9d\81O\94ð4Ê.¡\f\14ß  ä\ 4©UÏ\ 6¿64M'NÿG\1f\87[Õ3Ë\9bð\1fo\vfî»s4ʸ>1Øváz¶)²àhÜÚ\144q¸©+\ 2Jf¡z(úþáGdIõæ)µ'K¿\ó2RÚIv<\831s÷R}Us0ª\91Â\14ûRhG[\8e\8b\8c\r\0\9d¦©v\ e\1fä\81\84l¡øm¤
+Q½\14\89#=rÊÛ£Å\8bl\93wéôznHeè\1ed+%\85\83\1e\13Ëì\93Ç­³«ãL"ÖÅÈ\ e`\94Ñëtò·\98\ 2åÄ8\17\b?\184úò\b\9e\ 6\ 4b]Ò¹xÑëÌa}êY"\95+\97sUïÆt ÍÕëîR\86\15®o\86Àk\87:M·"\86¡_h'd
+$d¢ÿUö¬\a<\8a\9f\1aN\1ca\8d\16ÃÝ TAÁ\9dÎÛ\95\8c\9f$\86&Ü)Ù
+é¨x_@-ô c$\19\7f\1aJ\ 6åsuï\ 1\8e1\90-ÃÛÕÍ\1f®?XÝ\99ç\90%TöD\8e~ÜY7d\14µ¸¼<Ãdh\\ 5\16\11éìDå\9dªÚãæ\1c\11Nz\9c\ 5±m¦küM\89T\Î&·ë\ e29~c\12%\93\136\ 3RbþÃðPÓÛx|©\ 2\1cÆ\81\15\12[\9d\95¾è`¾\85j¨ºWH*æböí¤\98üÏ\13¡!az\8dõB\aº°X8vA^\8c\87)\84û        ß§·\11\9fíú@­Ëº´Íç\8f\9a\86R\aæ\ 3\8c\aaM±CbSd¢|\ f\80\997`ôd}¶¦\90¤ò\11K\98Gf\13¹êóõÀ\8a[ÿÛ·\8bÀ_n6\rÖ¼ü\8dÕIY}Ç\17õiRØp\11]\ 4·ÃÄ
\vÓ¶T±½Ù
+\ e\88ïÙÂ}/\19¯&d\90\a\bVN\16é\8f|à¶u\16\91ª3½ãXÝG:;Yýïpëã|ª\1a\f"åÍÞ     
+Ó®pX+GX2È\18 K\8d`\962±¾\95\82¡Â7ñ\11\r\9f"$Ä\8d'¾Ê3|ÁM\8a7P ÿüþx\1d&m4¹ãä\9eõÜ\9fÜ\83,\96¨\88\87\fÙUÇ
+ĪZÚbΣ\93\ 1\99vÐkV\ fJR_Á×;7eÛ¾\8c­ýqÈ0$2\15rèÙäC\17û#$  ^ñ£ùù \9f x\80\8f\e\95\15\18^.Ê\10'Iâ"w¼\85ûì\13\95\18ÆA]zñf×\94p\88\10°\81ÁbÒO­\83¶&%ª16\99\ 5¼î¤N\81GòZuÉ\8dC»Üó[o¯ð\8fo±x{~Ú(4=RÑ$ 9\83Ôù%zã\bj\93\99\93çþÏ¢÷0\94nÛ;iߤi\ 2\ 2÷ó&(h^ÃêÈÎ\8cÏJ7k®\bB>\12þ´\v¡\85\7f\8bÝ·U\1e¹NȲ\0Þç%%×óh&t÷\11èÂ3ðË~j¡G#Ú¬cÔ·v\ 4>\8a\92\898Bº!y bXßxøÍìñ·,¦ðæmáklt@8Ë,2mµ\7f¿\ 3z\16C di¸Ô´<-\8duÞ¢U6\1dgÈñ<¹\8e\ 57\9fÜÖi@\14\7fÎö¢5ñ3\92\99\15\9dÀ÷\91ûÁ;\13¾\81\f\95ÅÆ@Kæ&Á\95\99Ibiv8¦q%f\17zc«Zzx@øϦ_p<MJµå\89]i[ýÜ)Ãh¶\85´×º*.Þ+\85\1eu\e\8cH\8cÇT@\12\ eö9\7fxz²]K¯§\9cWz7f\ 1ÂoÎw]1+¬86\13\ 5\8d]D*RðÙ\8b£\aÛü)¬f;Ã`\b®©^¦ñà\95åï{¥\1d\83LÆ|àú\93hW\10}\1cN`ÚA\17OnÀ¸È\97æK­d«\0­¦×(}kѲ±[\9cî\v§YûaãÎl±ëUGcü=`{\80³Ïªs\9fZÔ"\81ÀmCÏ\10Ð\8c/³²w¸\1e\90\8dR\17L\8a/ÄrØ\17ðÓîI©h\v¥.ð´\ 2r±w\1cÇËgOÎvVx\12R¨Mb\18\90`bZºØìC\8dç~â\ 5&@^j\9e¾&Ûu\ 4dO\16\1d\8e\17\1d\1f
+n7}xÂÖû\v¶>lâ2kN\86Ô¿w/\8f\9bÏpx¬#$ý¤²\aEúÓÑìÅùý¡\87Í  \1e\9dcù9%Û±\ 2ÔÎ3(åë7rM\88\ 1iâmζPÓ,UE\9fm·Ãø4\ 2Z¬K3+¼\>G\1d\9fòI¸j+aH\9dûÍ\ 5M\aCp¡\!^HL\92\ 1]¶ü|´\ 3§\8f\1aÈ\81\82¡\84\8f!\ 4\9c\997ÔÙå\13ëÖ\87\876¿\82¹Fw\9dpðIóBèµí\81ê*\9f°qS%?\95\93\8eË&u\9e\81^\86\9bcc`»ÒNàb×1Ôú>\1d        £NxY°þH\13\8dM\85Ë;ëJLBR9D0¹òmÂAкz Ù½<ñ´\ 3÷`¥tVÍâjDV
+Wâq\1a\19çåï|\v\bO\84\ 1}Áîó÷\v\13õ´\0ãf\ 6\11§GÜ&üß*Dé§1Å\vÙüÛy­»þné\ fñèvÈ­RÕ\86oÑ-ð\8f¡|Ä\87ÈP+u\12ê\189Âä5\1c7ú®4)Æ\0¾©Gb\ 2\1f×48Î\80\1e\13\ 4\15\1aÏ\85;\15rDÑ7î\8ep~\8aS2\9bï\17ç?@aµU\13\ e\1dH\93lõf\81Π\Dù¼\ 1! ö\1fÐE\8a\b1¿¦Ñ9Û­A*\81.Ho4A\e¿»k
+ÅO\18W\92y\ ft^|Õãcò\9e÷V¢Ë\etT\aòòc5\1dÝ'\r\9a/\11X\85+úJ\12M\8bªÿ\9ckÿ&=ÿ\96ó\9a©\17:K\90\95\ 39øm`\çËEz\vþ¸Ì\18þCDa\vþ\17&ùæ\92\90Ê\83\18{®Ð¯Mµâ,-\99\8fL\ 1\94P\1dä5\16Ø\92&»Ò©lE¨Ö.\a>#ë|mS\87GÌ~ö<\ e1ÐYð\ 4]!b¶\e?ºÏ×\92¬\ 2#Ó.±w5\1fÊÃå_K\r\98\16¹/\8dã°\93åL\92y¹ý8\ 3Ñ\13\94~(9l?HÉÏZ²\19·P¥aÖO¡;à¦\8d\89{øiB\84ü[ Ic·D4ÒpÎM NÇà(áe´\8a[øæ\10̳é×\a$jÞzäϵ      \vïs[eÄ4ø\9fÒ\89\8e\91=ò¸ê\7fYÅ÷\85CRxÜó7ÙÒ\92\9e?}ã¹\91§M\7fÉ­·ºÌª\7fl\ßâ\1fl\8eëÇçö\9bÍ\98ÖÔ©QOnÊ\88®¨\ eb\ eß0ÉN\bÎÆ]m<îNó\1f\7f¬æã\rV\81\87 EW¶³e\17Ü6
+¨-I¹\99î|}{×í\9c[X^35M¨Ú\8fú\90c'ÐI']­Göü$htþ])+^CÂMfg¼ Ò\1e\1f²\9c\8e¡Ô{ÃFN\f'Ë<»-NÃ\14\7f55LJûÓ\ fØ\ 3k3'òz)¹âèaê \9abM.\15.\9dSOæ\94\1a=\83¼4u~©Q¬\e\11\81kèIß'Q#\ 4?\8eã«:×\8e¨ØJ¡õ\a-ØÝSæì[q\fË1í5\9c¢¥âf[L\89.Ê*×Ënw,/ ÿ\91¾\9déÀüÝû+(a;×-+\81uG\86\fhÇÊo0âN.f©\96sG\ 44«w\ e\97äÙ\1añu\81\93ø²IÁlbä¥Éßcз¹\1c_\1fò\ 66Zëy\94Êý£ßb\8d7éÛP(a\12mh ù½ý/üI8}¦\14nÉ,ñ\ fjDFC\96õ»\95{a\8e\18ç\90\1d\90?h\9bÍ\89E\ 5ÃÔqÌ\9ej0\14E\9cøb\8f6ÜÀ\16ç\80¥\1d6\9bzE{\90ç8,\81ìA^Z\96]*<¾öv«ñ_
+\8bq\9a\99²ÁoçËå ?\12\ 2\9b[ܧ\vñ \1a\ 1#E\ 2à\17ç¥oé°\13­Gd±\ 6j\8dÚ\1eï·\93£{\0Ë©Ù\13\ 2Ä\1c8¢lò\9b7PëÖ[¨È¢¹h\91\95¹÷\8a\90;X¤FÛ\15\8bÝGú\16\94ë\86=¼2l3¢D±\1f\8d\13õi\r¶m\8f4a»éë\8c²\87y\88=/\f½\89¦ã¶¥"îE\94íJ\17¼õgÞ\17ú>ÙJ\1a\85¿\ 4Søhîhþ\16%ñ~\96\88_¦Æædï_\b\13à\10gà&\19c\15®í¸i\11        fË6F\ 6?¥W\87ð´*\84.@¯Émò>\11Íð^X\88\8d\9e(zWb\9c¯ÞÊ\ e¾ÉØìf»±]
+%}AAÐ\90\89;\18l\1a\95ÿ´\1cÓ\90½«äB\92Ý\ 1\a·²ÙÊÌG3¾?N\8e¢é\9e\e\879\81\9e\87\0\8bc\vlK*(\99HÂFÇ
+áÊ{\11\9eý\ 3öè«ÔòT//ðÑ)\85³«BÿÃ[ÅP\ f­_ø­2XNÉÕ×\8cÜ\9fÍ\ fä\84\9dêûÇø\ 5¤\95\8d÷e\82f\f\býÞE6FnS}\ 5®\1e\85\85 z\fã\9cY;¾\ 1!®Ök\rì#|\15\1e'EÂ*~\ 1¨\1972Q\96\89x\9fò\85\147FºÏI+|~ì\12¥\15\8a£
+¢Ø@÷ÞÔØ&®\ 4\90ã\fÍ\15÷Îõ)j\a÷WÄ©ûè\fÓÝ.\9b\85ÀÔ\ 5x
+\84\9aÓ¨ÔIð\9fÃïm\ e\88Ï\b\9c\10J\9f(\92X÷ù\82/íH1HÒº]¸È ú;ÁZ{ßµ_¹¿\8eá$ÍÃK­\14C_Ï^.¹\8fÙÒϾ©LðLUQò¾¸\ eþ}\7f\84ö{¾éÄM\1cWYø\v\ 4\15\es\ f×óøãj\ f|\8eZ\97X°ÓNÌ{x\vÿÉL\91Â\ 5
+¾éÉj4ëI=%Ç\9b\87\10Ïí\1cÄ÷6q/\9f§Ï¶Qic\vÎhÒµF¤Cð6\8a âK\ f\v9b\95Ôhr¦\r\8dæÀb7Ïs\12\9câÂ.åh â\80§²+\8bºÎ\9dÑ¿\80¿1\94ÓâSú¹dèbmTp´¯\15\8f\82\14±hx¡ Ô'6\9eú\÷\98\96g¯8ó-\15\80\82r.þ¢\17\9c#\88\81a\bú\ró+¯Iâ{F;°\17T\aq½ L«.\1f]8\90*9&\1aú
+\17²ÓÊ+J\8a\v\9c\9fB\e\95ë7ñ\18k~ù\9eÊ-[Vá\v\8a\8d\1e+\rÞ#ر\a\97æu\8e´?Ø\8d¢þ<7O­µ$Únt\ f·t¸s\9e¡áÉÃ\ryLqv-$£\84}\ 4\16NÇ!\94½"\90¾\ 3|\8f\90U\9c¥jÇ\88¢;:ëÛ§÷à2®.\17\ 4z§ð\88\11+\14é\89,3W0e\8bvN\91°Àú\1c:¯¥-@Ʊ4~[«\90+á· Tá\ 1aâTõ"&\19´-\ä3ù#BD¼÷õøѹ½\930\17â\r{%\91dA¬\8eÐßy\15\85·Q2Ñ·\1f£[\8e¹Ì2?ìéw\10\9b\f\86,s\1e\96Þ¨\1e\95·æÄè\1dËh7ße4÷tÅ\16È0qû²9sdt`\1d¹\92ç\7f\9d,\93\\8e\bÇ&\80¯þØy\80L/G\18å*\14üzÇý=O\ 2I\f·õ¬Fç6ÚË·f²ô\13p\8c\83ä\8eI\91o³m\\84iÄ&BiÇrlât<¨5N\92Ý\18¯W~g\19Ôæps^¹á»\1eèòàBëiÃ\98Å\868K\9a\9cñÎ1y±Ä\1eLí¤D\8f¶9£\16q°?ø¶°\88?\19Ü\92vãe\ 6\97\11~V¼\aW\80@ÒªÖð±)´Ô\ e\19\rü&=úöµhÈk'\81°7Å1\1a·°,\10ë\13´{\88å\Éa¼~mϪXÞT14ss¥6V\0¡Ä\8dá¦\ 5#\9f»\fs}Ì\9c\80\b¥\97òn\85\8fÆH\95\8aª/2î§Ðt\93ô\90¾5d·\15yG\99\9bàJ Ú\ 1\99`ÉÛë8§ \96\9d\11º4)p\9f\96M_\8eÆyj\8cÿ¤xÞTæEúÂ\8fûs\9b%$àÖcæt\1a\80TjK%\12·\1d±)\ 3Àc½é¨1E\9d\9e\ eÂøS>a\17²mfÀ6J¥¬ö\96\949­8\10Ás\86¹F|CwE\ eø\16\9f¾5¢ì(\1fãÿHäª\14//*¥\e?¤\ñ^     ð\§\82TXØèÇqk*µÐ\ 2Å\11\9f+\9fÖ\95\ 4\8a\1eDEØ\8c~¨X.ÔúPW2Û3\e\1e\7f-\\ 4\94÷!½\ 4\86ÝU\9fÓRf\9fý\8e8ÊW\90¥LuQ09R-#õ\89\ f^ðþ©ªæL?\13\1aÎ\9b\96å«\893\19ò¼\88zA\7fînYi\8a#úiò\87'\ 4Ü\7fK\fjd\13\14U7\ 2yEÝdÈ#ñðÏ\93ôÕ;Z.K&üÒ¢T\ 4\85©3ê¾\80\94j¹Þ\15\7f1¦[f\1dôüÇ«~¾î~û\ 3}¢¨\8cÔ\91°/?Ø\99]\8a\8aH/\af¸Äy=Ñýv\1fgEí4¿ªc½áï¯Ð²ùpÖw|1Áê_\81\ fópä×'nÇ\18SË#óïÑo\ f¿\r¼é>(F+\89    «H\8drpÄï
+3\ 3\8dÑ\ f¼vã5Õ)¢´78Èmæq  ^¡HB7ÑxÔô-¼ì4ü_n²É\9a«BW>\99ñ¥ûpÌ°° \19Þgè7Æ-\ 3·ï`I\9bNéîÊ\0\17ÒÈÆs]¤h$þ\ 4#S.Ȳ©iÕº/\0\9d\ ;\11R7\152:f/±AÂDf\15«j*Ýìq'ô7h]\83Û_\12pÝHýÊ3o\ 5è\80­§I\13ªx\ 5Odz¶\80}¤d\vµßaâ2wëðs\97ÂJþÐzBtÖ\aJ<\19üòIÓc«²¢\a      ø\9d[±ëuéÖ|\ 5ü\ 5Þú²\r`·»\8c~\ 5=oÁUº\97ùUN×1±ÔÔ\81ú¿³á\11~~T/}CaQu\9e¼åÂÞÉ3^/\ 1ÊdÚT\v<h¥Ôµ\15Ĭ¶F\9d¼|íS ¨³â\ 6Å\9b»N      åºſÍ\89\98\9d\92\8cö5Ù9¦\1e\85±Ü\97aßI«ÖÖ­\9d\9b*xcïp%\86\7fë\19F]\92×Íaº\86¶£LÝêü\13üç:a$þ\15²zx_@N¡Ì92 .d\17\v1í<W\83@Yß]l¾"ó¬\\85\95\ e\95ß\9cGjLUá:Æü·>0ûÁ;EsÑÖ§"3\8dïdäñÐ\80\8fPj\95Ú\93v-Y\7f¾hý\e«\1c7\86;ÿRrûÕ\15\11h\80æ\97\87P\ 3\1f\98TPS)\93µcy×\14Î~\ 2·Ü9É\ 3½ó\83\17«LGZï«£G[ÓI.V©\9bõÛä\8c\9b\15\8fÇäb$²H®vtë3Û¶ (õòwÿì÷\8atUÿ=)\ 4¾\90år+Ú\8fv¯º\ 1q;Jç\ 63ÁÅUø\89®3\8e¨c\16¾¤\90÷J°¥+\82±Rj\7f=\82\vÍ\1c¦\83â\87KDMß=eù(RÚL¢\82\ 3Õõ²óû^æSö\aL\84\8bfeÁ@ª¥ÙK\a\84©º#Ç{ca ¯èþ\8bô\ 2\82ÿ\ e{«X¼È\ 3fÞMwë\88\93ÐÍ϶
+\9byêÌ\19V\95\ 2e\0_ûÏ\rfX\99ï\90Hpës\16\16£ÖìQyQ}Éü·\1aK½½ë\ 3\91\9f\1aÒé×\8bþZá}\94ªb¿\ e¡öøA\99\ 5åët N\1d^\97_K\96\ 2Ofy\90\92Õ¯5\a[g±ñQ\ fÇ°\18º«5\ eo\8b\9bz"\8a\8cµòµ\1a+h#Ù\19
+ÿ\9c\95MÎNÌ\95ò/^\96}\ 3+aßyÞI¬Ñ\87£·J}ò\ 6½Jl*µ\13/\90³\83\8b
+\98yVª\ 4õú\889ÍS¨%_ùÖ3¨å&ß!¯ð©pnÔ\84ÎiòÇ/¢±tÉ°h5w\13°\96cy\ 2âËu\9eÇß\ 1C\1f\9fZ©¨6ÖJÈ\8a=\95\e\ 43åéX   \8c\856\ e\9a¸&ÎT$î\10*<\10èLw    \99
+}i\1e\9c\1e¥<+%/Q);a Qp\ 2p"\11. .
+þ¸K\8a\1a\99Î-Ä\83U%õ\9e,\b2æxïÐðc\12\9f3ñ)\f\13\881Â!\1cû\b®\1c§××\8b\bd\1cR\90\10\9e\11vUËV¹·ÝyuÉ\ 4Ù ¿REÿÿ\ 2¢\r]òWX\e\10\7fè\84ß\1aé\ 6\18ߧ\10)\97hêÑ?\ 4®!\93qãØ\ 1Ð>±¸_ðtòvóâ-\83!O¯Fë\8b"\95\Ëo¹\r®ï#\15±u8r!@.3sT\ 3\11\8e\9aÌ3JÃ\14è)ð)\80\97\aÍ\86Òª\ 4^ØW,r¹\83$hGÈ,\19÷ùïBru\82¢\ 5]@(+jZSÃ\16\9a¹m¹ºÔy׸ ç*¯\ 4ÔoV Z\ 4?<'`È\7f|\89­\9bË91¼â,\81ôC6Ç\b5¡÷\íç\84\13u\1aó4ѽêjEAé\9b%ø=\87!<r$\93°&\81\ 2³vôI\1aÖÆfYº·¨©.¿£äNI«|.Á³Æ¿Ü\95í9;4Û¸ãV\ 5 X}Ys\/[Ï\ 3¢ó¤õÏ\f^!°_¢æd8×\91Ö\v{Q»õ÷\\1aú§U\88Pã@­¶Y çL­Ê³÷8\8bMH3J)ô`+è:T\14¡xmÛ¸u\1d\8a\14²Çb4_­\ 3¥¼Ð;D¥\9eç\11&CÿSðS\82\10ì]Ùë·Ígx\97\82\94ØV\fÕÔ\13¡\bXÕ,>`\f\97¹a\8cTq¾ò2\82éÂ\93:ûêR\16\aÉ\80\17\ 1UË5t\8dÂPÒ\ 3\83j+KN(o¦&\96\93\97´k¤p£â\1cwHUØ\ fÐ\81p²!Åü¢îpËô\11a\92\14À°\ 5z\99ÎEQöè¿ý@¯Ôa±\axø(!\85ì\8dÏ\vÞî·Ûw2p\8a\v£¯Dê¬0c°Fô¥oe\8d"v\10#@@t\ fËQ8<º\91õ
+\1fÿ5\1dr\ 4gÇ5Mͺq1\r\0\8a\1e\11\14y\87ËËå\9d\eÑ*à-\ 5°ºæ¨\87JÀþV5\ 1äÿ\10\0®P9'S\10 "O=®;R8(TTI2Ãü*=¡n¯´)ÌÙT°Q\11ú\82ÿéÔ%Þo\89'Â^ÙI`I\9bNñO\12\a\9fæ\a\/×\e\83÷r¼Ã\92Ú¡\b¨$\82\ fà\89 ÖÀä\8f\1d\ 6\18²«\85*+^\8f\91Îò3àrͱ\17ï]Å.47®LÊ\18_\ fÁkp\99ç_¨é\ 5\ e5"\ 3Ëp\8bÐIJ±6,f\bõ\b\84«\1fÏò\ 2\fId\9eBe\93¢à\92å ´\1a\8f\91\17å!\ 5ê\8a!Ch.ÿß\9c­Á\82¸\92 \96Êcô\ f\93Î\a\9f%>2w·Cªù®]ÌÍ\88Ûüôd*eêo÷¶Åï¡R_\93\ 1Ì^\83{¶ý\89v\14øEÚºÎ)Tö\11â0q¾«bÕÆ\86\ 5¨ÄË#8'    \98\eÂX~²±\8aF\8b\81Ä\ fÓ\ eÊ\ 6\1duåª\1e\95ÓCòZÔº\8bMiïeÖ¥½tB½lwòíãаh7íjd j\7f¨Q Pjp\1fòÖ¼$NçW®Ã/ë\93ÑËÛ\1aA=\Q\\é\91Ò¹æÛÑôÕÉÍX\9a\96¼+Ü\92"}Éy\ 2÷ا\98a\96\10Î¥9ÀåÖ
+ÿì\90\81à{Ì£\9b\88àÿyá;þØ~/ÑÇ}\13 A/\8f\ 5¨d?Tk\98\11\17\ 6Êïæ¶\8a\9b\80N\17ERþ#\944¬£\1ak\ 4e\ 3\1cG\8f\8c\89\10-\16ãEÁú­V|\1a\b\84\16\8aÚøÉ\97\10àús        \9f2\9f \93\95þ À¬9*/w*<\10\fÚåU\14\85\98        ¤¼ëA#yâa$\18>Ëb)Ö\9dOÒeVâ6»Öæ>q\8bo$\99\8d\9fU®~ûx¯È\155ìs·¤¿\19^¡µ\\17_\8a \1c\98\1eÃ\98ö©\93)¹X¦«\80\1fc/l\ajçi¾Ýa\1dÍ^×cªÏ8O9>æ\ 1Ö#ïêûª\17 à\ 6¡IܸÌi)<Ã\aÚ₩©@\7fø$?l¾L\91²\19y~cC"É$ë\90ÇÒzR'Ã\88¸¸t}ã9äxº\16\1e\96\8cÄ\9cÇp\1f\9d<\ e÷z\99\90hb½\ 3¸JX,d\ 2G\16\v"\9dg\96\15Eðæ\83.\vW*Þ\v\8bÑ\10ò©\17g\15Ù\88;ý÷\95lH]ÓÉ\ elÉê\9büX+øÄTOb\9b\7fE6Çà5ªÆ»N\ 1-\9bºIM\ f°o<\94Ï\fvií\9e6\84\80Á\85\83Ùv\ eE¥dw\81nf"í×;Î\13â\ 3Þýæ\97õ\f\97+¦ü\1aÚL\96r|Þ~í_\84úÁ\80xÉïå\17Ey\ 6\ 6.\e\1f!¤¥r\97;\8c®\8by8²Z¼Þ:pé\17\80¹ÁnA¢@Y\8d\84V4ݼ%\16¶Ót\ eè*³jÀ¦1­\ 4Ä\7fLä=\87Wä5éºØûg±®Ï9×û"ºKÝ(ßÀFf:Æ\12d=Í£¨)ß²Þ\8bªw¢Ùc¹\8c\83~ºNC§JM\10%ËêJ\9bÚtå\95xEët°2\e-è1>½óÿ\1d\ry\80\ 3\16ÇDï\9e¥rCÔ\eït%õÆ& CδÝX-IÏ«1ÞÒe\1d¯     AÀ\8f\91³*¾à9²ý\87£\e\92~¥mï^}\8f\12I®Üíöv\7f²P\0ÁtDdZE´*\81<\10G«D\ 3èQ1tùÅA|¸O\ e\1aÛàá÷&$\19\ 4\81\ 5\83ðEùÚ6¨YË\0ga4\b×ã0\1f7N%\12+ñþÆ&Kò»ý+\eB\81õ\157r\9f\13\9d°7X\95°\17\11á,\9b
+\9aF÷yn0p];rÎGË#àÙy\80ò\ eý­æßWÀëµmDhðFÍ©Xº\19t\ 1\a\1d`
+_Í4\ 6ÅAõË\v\9d\1c\83éÄ«À\11\8e3:¹Y\ 2Þó%\9e\91^fk\97Ãײ\03¹Î \89\8f0\8cÏÞwϧÐ\µ3EV¯½±\87êÊ3øyr\9aϳ÷MêñIÉç\19\87Á¤9\0Ùà£8JúØÓò¶Z?t\96j>û}@\8a¯\8aç ÷\10\19!7[¡\1doðÊw\ 6<\1d^*,ÏûI?êì\8bøÊpýÄd\ 4½=ûÙ)tw¦´(\9bèfY Äé\9dð<\98\97\90p\82³ÅùAÛ×¥E¤IkVHªÊ¶5lÿ×/âÏÑ\f\v¸\8aW§UÎè\9a\ 2eÒµ£"ûì@V\ 5óÔöÈ\v\13ñó)Ü\9f\8dÝÞa\ 2&QI\80\87<\9c2¤±©\0é`\89ÂÑÙ\9b\97®Ê"\14jxrÖúmÁyu{1\bÒ®e\eb[íp\95êè íÍÍ@ÎzÄ\97\150\86`\a\19\89\1eg\12y¨\\86Áu\9dø(Cß\14¹^a@JÖ%¨)õÇçßÖ\r\97Ø5û\18Í%\98ê´(ÿ°ox}Ð\rÓ(AA&³¾Ák\8fQµ8\r­}     E\1aÙÌKCã>âH­t`\ eCÏÒãÊa1b\12ÁÿP5³\92[H\7f|úd\8cÕ\9aÛ\vc,7Ù\84ÓAMïØ\ eêi"Ï4°×Ñ) Ä£\1eqË »èts\88s^\9cz\10
+\ 3ù\89\16fU©\81BÕVh\89¨\82\ftQú'¢ÞG LÒ\95^PÂÜ\8d\10\e \ 3H|ÓJn¾\1fm¤äÐQ\13L£A\9d\15ü\8aÚ\ 4\88\968y¢\ e/Öâ\1e\97qûSýõ\9bðRØÜñ\93«KoSKÊ"\9bR
+EWkl\911ÖdÄx\90é\92Ûoú#ôµ\1d\91®E+\17Öæä\9a¾ú4ÕY\a\94cÆvø5\9fè\v\8e«Ì45ýÌbX­Oj:\16Þüõ~.@\80\82Ì\82Í'\0g6\7f)X\80\11eb²»t/-ÏD0ëo\94V+s\1dñt£p\fÃL®Äm²Ò\9a0`\ f\10мâ\eÌcõæDl\87
+\99H\13ªyfsÞ\ 5Ó\82lÙÍW\19ÑÄ     BP\95ªp\18ÓÔ»^×
\80_=0ÿn¯\97÷úy?Àsõf\ 4I\8b#\9eºð\93R¢ìÚÍ\16\ 6­Q\9c¨~\85\92mMT1&\96  ÷N=È£\16ïÂ:\ 4\90{²&ð*Ü\9fºm\ 4P*\ 3¯Ù\1f\90¨L²\ f¡\87\8e³8d+\9cj%\80+ôÕ¥\8b²°\82}»=×\94º\ 4¥u\8eñ¡KÀ \88ò\1d{\91dBߣ]@ ÔÆÓKxyÑÏÁÊù   <\8f\96»\86¼>Ü¢ÈlG\e\8c\1a\14m\14\8cRt\1e\6\81w\ 5\17\91m\fù\80!´Ð\1a:\98\9aÛTE\1fÇ3þÖï6&\93m¥7       $·açP\18è\8f[BDw\8e£|í?4ZÓ\8c²Í\95\96u<\9bÿóÚSÛ.Qkg\98q\97Ý>ò\17éiÃ\ 1Y¬ñ\an°%i\81\ esh³\19SFMZZº\87\92i\1fäÍÀ9\12ë"×\83\13e1Þ°Ü\80\8aç}\92\9aKN3\1dx\85\15Êl\14_n@;wG-\9a¥¹¦\93gá¿+\95\9aK¿\0~\18uêÜô\81ò\92\1e\95»\ 3ï\ 5Ë\92æÎÃh       ÈMÕv\87þתO7åjÅëhÙÌÕ\89`\ e¥#¿ò¡v;\8fÉx\15\8c\90\v7g\14¸b\82\8f\95îÉOQ\f\0\7f\rnuǽ"\vuãA\84û_\87lѶÛr\1d\94XL\9aö­\97ÇO[\0ÆÉ:;rû¸½ª\ 6Ê\r\12Tá`\87Ñóú\ 3oúµ\ 6O\86""\92[.صµô\8f%Õ|\16\1czc\1530ìþ#2+\18êêLd)SÒì<v
\99\91àÛm&7u\ 2Â[Ð(JÏi\80Ø5üI\a\ 5ªdÀ*UÚ\1dÌP*ü.\86&¿\10½O®\9föN®*\82[Y\ f:x\ 1a¤Yð\82¯¾\81j9ÅÛ\91¾AÛ%%E\1e\94­\99\ f\16¯ÒUÏ>ý\ 2\a]ÔÂN\9b_é-ÙVg\9fêT\8f\88ªt>Ó"¸#±@|G<q½\ 3\82Ûãå¼6*m±\U\99E!`ËØ3°\9eÒC÷r¶©\15¿\1f\14Ô´q?Âî| ÎÂ|ÀM\13\19»\ 1\957Þ¹±\1f\12pù¡?ÒÇ\86¦õ°°9Oñ®cYþüA\ e÷½í&°  \97\93 \1fÐ3\r»\8b\9d\1f\81\96üÈX%É{ç®\13Ï\90â01ù¹i\11/âË°"Æ.l\91\8bÆ\10\8b¡\vÆG\85³Ê\82}\1f\90Êå¾\98\8e4DæÌ\8en§¹zsí\8f\8bÃ\9cÖ\91ÐW­%Û\1eÁø\ 6n\ f6P¬´.Ô\19\8e÷\ 4T<©\9ch\f\95b1Ý«õ\b\8cn/\16{JêÂ(\11\ eDßB\80\ 4Ó£¡ÿý/~Þ\12g+N\95|\1a&æÄüX\84âßÒ6,âáE\80Ô.Ù\99çùâDÓÍ6Vóµyd\ 4á\86®ù7\8aD­ÿ*¨r0-\91rV`\8ca\aPk\85+\85\9a\82\90¢\8b\94Ït\ 2\ 5\9c`\84ðêdv\f\90uÓWPº´t©R{Eg\9b\87±¶\9b\rå\a\10\198~t\83E\8eõ\13)ä_óÏ      \b7vl    @\9f\f¾_\a\98\932Uc:né\8bж{ZÝøF¸wÏ`bµ§*Ü3gòæÍ¿ÛÖ\ 3 ¹°n×\ e\ 3\8a\1di\0\92þ\ 1\11ÝWÂ=\90µX/
\1db\99®Üqã¿\12~§%kù[\10d\906Õý§ÃÚî\13ne6¶óºô0îÇ\88\18D\9bÎ\12F3Ù)T²±>\81ç\1aú·\89¢EÄw
+endstream
+endobj
+1268 0 obj <<
+/Type /FontDescriptor
+/FontName /BFWHCH+NimbusRomNo9L-Regu
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/adieresis/ampersand/b/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/e/eight/equal/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/quotedbl/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 1267 0 R
+>> endobj
+1269 0 obj <<
+/Length1 1647
+/Length2 9103
+/Length3 0
+/Length 9947      
+/Filter /FlateDecode
+>>
+stream
+xÚ­weX\Ý\925\12Ü   \1a¬      \12Ü]\83[\90à\16 \81\ 6\1aiÜÝ%¸{\80àîîîî®       î\16\82\fyß¹sç¹ß7\7f\8fs\9e³kíZUµWízº©È\95T\18E\8c­\rA\92Ö\10\aFV&\16>\80\ 2ØÊÐÑ^ÙÚJÁ\9a÷\13£2ÈÔQÆ\ 1h   xÅ8\91©¨Äì@@\a°5D\1cè\0â\ 3h\80\8c\ 1â #\0\e\e\80\95\97\97\17\99
+ fmãj\a65s\0Ш)kÐÒÓ3üÓòg\vÀÐõ\1fÈ«§=Ø\14\ 2 ~ýp\ 2YZÛX\81 \ e¯\14ÿkG\15\10\bà`\ 6\ 2\98\80-A\01E%-\19\ 5)\0\8d\94\82\1a@
+\ 4\ 1Ù½\16¡ähh      6\ 2|\ 2\e\81 ö Z\80\89µ\1dÀòï\ 5ÀÈ\1ab\fþS\9a=Ó+\97\88=\0\b°·\ 1\19\81_Ý@.F \9b?\10\ 3À\ 6dg\ 5¶·\7fý\ 6\80í\ 1¦v@\88Ãë\198X\ 3À\10#KGã? ¼ÚM¬ÿJÈÆÎúu\87Õ+öJ¦dmï`od\a¶q\0¼FU\12\97ü;O\a3 Ã\9fØöàW\18`mòºÓØÚÈñOI\7fa¯4¯¨\ 3\10\f±\a8\80\\1cþÄ2\ 4\ 1\8cÁö6\96@××دd6và¿Òp´\aCLÿ\99\ 1\ 3À\ ed
+´3¶\ 4ÙÛ¿Ò¼rÿ9\9d\7fÖ        øoÕ\ 3ml,]ÿò¶þk×\7få\0\aY\9a0!³²½Æ4rx\8dm
+\86 3ÿé\17\19\88\895\80\95åo»±£Í?0'\90Ý_\aDó§gh_\93\0\1a[C,]\ 1Æ \13df\ 5k\87×\90\0\9aÿ\9dÊLÿ>\91ÿ\r\12ÿ[\ 4þ·Èû\7f\13÷_5úo\97øÿz\9fÿ\95ZÒÑÒR\ 1hõÚ\0\7fÏ\19Àë \ 1B\0¯³\ 6ð      ðgØX\ 2í\0\7f\ 6\ eØèÿq\ 5Z\81-]ÿ'ç\7fÝ­\ 1ú;ëÿäüWøï\10"\10ÓW\85\18Y9\998ÿ6\83í%Á. c%°\83\91\19À\ 4hùzx\7fÙÕ Æ ;K0\ 4ô*ò_çûêÄÂò/\98ª\19ØÈ\ 2òG\rο!\10Äø_kxÕí¯
+\98\15ĵ\15Õµéÿ\87iû×f¥×®pPuµ\ 1\ 1þ3\92\86¼µñ\7f-þP\89\8a\0Ü\19Y¹x\ 1\8clÜ,¯\97ñõ:ò²qxþ\7fÂþEÄúϵ<ÐÁ\ eì\ 2Ðaabaa\ 5¼¾ÿñüsõå_h$ FÖÆ\7fúHÅ\ 1\b1~m½ÿ2ü\81\8d\1cíì^\15ÿk\1a¼Vþ\8fõ_\97\0\ 4r\ 1\19!/Í[\eñ\a\98'§¥8Tâ\7fë\1f\15×éîd\85í\ f´)¨QÍÍñ)·îðN\ eÙä-1x¬\b\1dç{nr\9d;´yÚ\95¥Û\eìijüÐ\91\b:Í&ö¤ íÊÁZ£ná¦ßócÖ+@K9Ò\bw?\9bý´ñF\9b\8bE}okô³²^þ#<Éx\v»\1dâÙ\1d­\ f\85S\8e\ f\ eå­\rº\97QRu\14n+f-\14vå÷Ã#ê¸ý»Û\ f½C\ 3ý}\1d\17p]»Dô\99QHTü@|¯\84Còx\aW\ 3»ë\1a£g¸\a'nG\14g4÷·)O\8e\14¾\90÷ÉÖbUnÓ¿Ø|hZ
+®üÇuE\93ìk\96ÌjYÜÎú¯ÍÄ\ 4)\0ÁÄ\81\8f©Ü\1e¾\92\95\14\91FA\97ç\98»Ýü7\18,Ä  ëô²j©mN\9a>75\8b\89h\1e\92Ì4ì©Ç2.\97À,\r &\87Y\ 3¿ä2\8dò
+I\1a\8aÊ­¨ãçú}ïw8±Ù\19\v\ e£ýÙ\93\1d\11d\15Õr]5y\10\89\ f1û¿cás\86\9c÷¥ó=ä\a\10Ù±,\ 3¨°Ýb¾=\1c¼¿=¶\13U.W1a\16:¬ZÉaÉ/1_
+¿t{¬6ã\96ö\1aWÆi\7f\9bývÚS¯W¦\14Úcà\82ù®\81µ¾<GÜðªã§Øz\eAQæ2×d`\19\17Ìi\¦\0ÝÇß     \9f¯÷\ eÞhDF\9c\97ço!aÎ\ 1tcÜ%*'¯?\15§\bå?2á\1f\8a5
+\19\96Ôàã×L,øO«\ 6!~*&6¦\93O"\8c6\vý\8cæe0Ø\8c"Ý4\vó~Æ\1cú]î Î×<o<\9d\ 6\ 2\\8e\rd-÷1\92_QóâOB|H9D\95\ 4\1dF^\86è2
+G\ 1\ 2\1a:«¶Ð\868[\19h\82°(a\99å\85!ïO\93\16\9b\98\95\19ùº¯d>$\92\12¤¡â     péµ\88@\85\1chëLCý \9f«Û\97l»îú\0\1d¦ZðuÜj@¼·«¼\13ÑóÚf\81I\92ØÇõb?\ fÛUÞ\19\8d÷\1dÌ,Íãp±bï¸ÐÙ\ 4v\9dÊâ£\96æ×X*PIN\97kuÆøx\1e\95ü\820Ï×&Y¯Ü\vKô¬\ f\11\87Ùdô{Veµ\95b\1d.du¸ïä)c:rfy\11\99Âï²t[\ 3\8a\98I\90*HÁ\17`\0h£:n`¡E\8d\12Ü^&\87ãZF丧\ñ \8f\91\eÆs9ÙH\8f켶§9}Eä ;ö\0ZÜêc6\12ü0ª°ñ7W³Ú\97é~\15\10J5\eºÚ\ 3a\ä'nÇË ,mL¬\89ëÝ\81+\95Ö\ 6÷\v\15É*ïª\ 3½7\ 5Ôå\9b\15\98\8d¼\eèz%D°\a\eC§5Â\8e-\9cn\81
+ÔZ1\13l\r\\12]QG´¶\ 4ù?·ü\92®\v\15øUÒî)ì\837¼³[ÏO75\8fu\8e#;néZ¿vðß<äôO5L        Dá:ï¥ì\r\8c´\ 3·\7fÌV\v¥\98ÞýèÌ1mW´ñ\1a\7f{\ 5nQÖXfÊU#\89\1dë\89§!\ 4ȱ\98\10Ú\\18\1c\ 5\8f\9cí\99c7&ÂSèÓS\1c\98¢\9a}{[+Ð(\1aA©=\89\12rµ£a¢V\a*\11Ð\8b~HÇ\14Òq\v°£RÉËL \7fË
+c\96RéÙ]½Í¼,»?J\9d\91û>m·\917[g\87\95ìsÑ\ 6\9d4[\ 6ì\96j¹î\8a\9d¿ÃÙ\8c\92\9e«J}Ìü\82\87ô®àòÊ3v1e\9bI¨îô)Ó@mû\83Ml­ÿPîy\98L\8dú
+\83¸\1c£+qy\bÏY[ÞB\1d\10\83\v¡¸\147Y4¿k@\83ï¼\9c\81ã\8c\8e\92÷ì3\93MRÖáBE4«\90\8d\96B]\8f*\fÿ\ 3B\f\85£Íé|ï¡Æä\89½rǯ°.à\84®È\80ÃùWÖ\80/\83\87îl«Gx\bBÊHXü9³
+: Ô´ße\ 1U/Ð\838ÁQ¨øÞjô«iõ\19\ 2¸á\f\fX\13@ê)[\v\9f\88¤\9fÁ7-Ä^\11ãÚ"¾\90±\8d¤U\86\88       Ý¯££°\87Hvs\93nñXõûá\ 4\13\1c\13Ì\8c\ 6\820F½ÓÏÇFÚßHMç¼\ f\b\971"Ä\ 4Ê×\93ª-ײ\ 6\ 2\91Õ\ 4<Èî\18ÈhaVÞ>ÂËîemü(h dYX\1fïØ\9f
+\8e\9dUä=6CÆpÕ\82µ}¸Pðt\14íÁ\99ú¸^&ÄËð®Íji\96#ÁÒ9¸Ô?«
+ÑÞ/p°B\13»wÏÿ'\91\ 3\89\87P0     "ÜR*Ǧö\üy¼k%#<áCE\86)kÚ  Y\9eX{\85§ÜL\9b=¯c¨\1f\ 2­­qÉ\97\19\87Û'\89«ÐØ&}L\v[{§\15\9c`ÿ\9fñ):ôr\9cêSÙµ*\b\ fÝ\8a¾Ád©G.ô]à_t¡ðî\99âº(£\9b\1e\13\9füj\bd\14E\a\9c\96¤\19\82\80·>4vË\86jìVã'h\98Í\ÙM m\1aÓãð\12\97ØàËë\1f\14êZj\98æÌ\ fOd\95\eÁÑ\928ÈöäÚèx7·zV\19Gõ"\89­¼ÞOp\8d\90\ 3¾\12ªS}ô\ e\86(\1a?\1cì\ 2\1c\ eÛ¬\b\v\12\8d¬$\89\18½m\1aâK!¯Û5Åväã\8b»å\15K\148\9d´\9aðysI!>V²+1]C¶¢AêVÔ¥£\rÚ}f~áîÏ
+\80ÅÐØ\rê\18\19j#ÅÝÒ«\ 2%F\9a±ÂQÒ$xs\99àã~í±\8e,î²Ú\11\9eSÉZÀS®\8eÞ\r\8azt \15æ\13¶×A\ e\8bl\11#\11÷Qø\ 6Öè\ 1Þü\ 6ë[" ³;\r_\ f\ 1!û_\19ß\93\93\195~]^L}\18ÙpÆ\8a\81Úãíæ¡\8d?rGýæ$S\98û\16ö\98\8dxÎAÒ\8aYú>ãí°\9fGÄCg¬\18\14\92ó#s]\ f      E\1d*=\vLM©%uoÚyä­n«\8d\f%Y}\8d\80yñ=4a\18\8då\82& ßxÔVB`6\ 3>àT©å¨yu\9b\7feOG^û\9c\8a\8f·l\ 17\b\1f!»~>¤Ñ\98\9bøã\84\1d\82ÁĤiýI·ê\8b\1cÕñt÷\96.ûY\~»Ï\93©ø\80Ð~\11\99¥\9a°Ut7P\18\84e9Ì+\9b\ 5\89þ\89m;^úPïóðë \15iEhb¡Õè;m\8b\1c»ïç@¾`RÃVè5\ 3xÃblqÒ³¸©\91\ eÚ:»/üÉYQ5(°K\eo\92;\96ج¼åÓí+Ãüõ\93T®^\7f«\94{xtÊ¿\1fV\83PÌ2¸¾Üm\8d`\90§Üh»»À\81ëÃ8=\97\15\12¥¾MÆ\16\9b\9a(½ l,{6¿Á§^\88|¼ÁR^·«#£¯W\ 2\91t50\9aÂ\94\e"_ÅÀÐE\ e·f*ͧ\ f\\9cêé\r\1e\90åìþ\8e\87¡\19ø\88?]H×@¡â·¾<P\91\94ÈÔ>¾F¾~M\87<b¯\89qF]Ñ\80\94ù\eiÜÙG;\9e\1f÷0§BB\ f3^ò\85®_\a#    5íC\99\94\ 1$\9aq|OOö\19\9cÚ B+7bKI-HìLÅ\8b\1c\12Xq\17\90\80@}ÏE¸Ô\fF(|×P§Ì×
+\8e0[\13>Þ$8$î\fö>·Åké¬K$\9b\89w\84¹ÿ"É-\9d 6KúLS$YmBYQ[þõY\11\92x±x\13öñ\9b±¦\1dÅH¾ 2\15nX¿\96µ\ 4È\88\1d\1f\ 3ì\85\186b]\86æ×Vócd¬çÅhÙn\15ûë\8e(ÿ\97vá=ì«Òxò\sáï·íD\89\91ÖøJ9ÜÉò\94ñõ¸\17ÇD\1ak\17ñâÜ\a\81í-N?(J\9eäË8!°\18Od\87­Ä°¡
+º6*\8egéÁ\86\88jS\83W\81+1;\9ci\93´¤:õ (þÉÞy\83(ë¼\15d·³_HÜý¿ÝP¿iTsgz|cÎLèþÅ2¸wÝ<Z0&xÖ\98\85Ùºº¤?n³"b~\89ðmä"|\ 6\97\8e'\15*T\b\89Ħ\10r}Ø\11\8cw\83\7f[]\ 5'\13\99¿M³|,í,
+Ø÷-µQ\11\9a\9fgròÿÅ0í\8f\89\93\13LÇ}\1cE\98Q\99¿\99h';?o\84ä¡XÆÔ2\ 6\17\ 6A\9c^      ¢ \15¸:\19[\ 2ïÀöæ[\v}%y\99j\89\16¿=\8c\90y\9e\1fÈt7\8e\ef§aÎ3ì\88¸¥å\14\9947\7f\84\ 3"+\9b\rËÒ?, @ïªGIj\9e\11\7f\15.\1e\83\8d
+­§Ô$$t\8b\9aï\10ä\16g\8fÄN\91\8ctC»S\9f\16JÓïØã<Ó7@í~¶õ¹\8fÎ@ÔÖi\ 1æ
+Z ³ÆDüîÝh¼\r-\81(9\ 3\8c\ f\93;d2¬Ýø=Å"\1dÈN\ 2SC£= .¥_\98æFNn¥\9e]\94½/\12Ý,ØÜ
+ ½\ 2Oo\12\13Ê5yÎÁô\93ù\90\13ÇÀ\9c\1f¶°\1dÃÙ@æ\83½e&pÅ\ec\14\9eQ\81­i\9a¸Æ#E\92Þ¸7òüãè\8d`\9a\15\9e\88[ÜÏý
+|©bÇ\1e\1e<,.\18<A%ô\ 4\18p²ú®¸\1a¬À\80Í\87Åï\9dYæÒ­c7óóÎo`j¯\12\1a\18¿e&í­\14ÓØ\9aè¥1 \86°a\1cìc.CÇ,Dôj¡ZËÊB\ 2M¨¨\ 3 ñHbI¦ß1Æt\ f\ 6s¥ÈÙ±Ø<¯Û5\r\17A÷p¥Å±\90\9e2p8\16Ý4\19òúeæSP\84r*~³þ\18^N*âÃ-S\98u7S\9eå(\97Ä^"5Û\11ø\92Oa¥Þ\90#¤"Âß¹Ù+WUóÛ1³   í^\8aЦï`\80wGË\86ø\9e\9c\87\9f\9d×xaÕÈ\9eÿ\9e¬øÞmçë\ 6\8c\1d^uÅ «y$êî\15\15yýìhÙ¼\9dbö[âã\83\14PÌq;\b]±+-fÞ}\99oÓÚ\87Ô\92{ Þ      5û\93}+âh´\877¢¸,\17vO EËQr\90\8fxïèCÍ\g 9SÅ÷5\94\82»8\99\92þ±ôµ\8d\r\8c8Z\9cÍF\85ÄzÈÃÜ\87N\e\10i4B\\ 6\ 4-\8dMmm0AÏ:.a\0åu\95:ÃU\90&\f\98ï\94ù]P\80W\1d\80µ\ 6\ e\84Ç&Þ<jÐ\86\ 1\19þ²f3 1Ô7ר8©ëî;;ü£;½\ 6Q\19Q>\96\16\0*\80¢ð\ f¦ÛÒ7\83÷ÂÃtó6u5°wÙé­Ð¡Óº2ó§\8eV\8fþZ³<Í!*h¾îRúYÝIpDa\8acM\89NÛeb²T1ñ\92   pVÔËà>\14\92=\83þU\8c|o¡Ð@·©Îé:ËC¥v\84\16\15ø\95\95nëÝJ:\81Ý\92°ÅËvP\8fÉÖUpù»\15!áYUY#s\1fyæù»#Ïr£Ô÷³uý\96ó\ 6n\9dý\9ej\8cë\9f;\86*ÛLb\v\8dåræ\14\1dd(l5È3\\81¤ÿ\98\94À\95pͲ\83K¢Z¯É&Rúo\b]K\9f\89\88£\17i\8e¶Wo_Ü\ 3\10\1e(\v\19(hx¢7\89úW\ 2lg\93ë\92#\8dg~ih~eB8÷\f¸\7f1QÔ¯È\8fZ{_&J\ 3Þ\ e¡yëac\81Úï\16çèÈRá6£¬Îb\94\9dß`|kù\83\84$~\18%þåÊ\14ØÅ\0-»³èµ{Z-BYOìK\15\89â\91\130=Ç
+NYj![iÐéþî`ù+\7f2\98fY0¡ì¢o\10»R\88
+¼y\8eÖB\1d?l\8atJØ\85\8bûãÀô\8dp\8caOÒV{níNÕ\aT¢#â\8fCÊ>QÙÍ\ 5ý\82lM¶dô\ 1¬paÝî\16÷¸ä:\18Q\9a\14sèÕúf\\89l Çi\1c\88{Ú.¥Ã¼]ò~ \19\1cÜ\Û\i¤Ç      Q\96\9e\85*®\\8fb\94R\94ðµ°i¾\el>Ç\ 1[+¿\ f\1d\v°Ö\99\ 1t
+\ fOE5ü«\9eY¥"\15>i]Eá-xKÆ\8c\8d\1e³;vð!¥âÙö­¸\ 6¦>\7f\ 4¿\17ûuþp\1e§UÔé÷¥·\9e×4yF\13\9fÔ\9d\81ü\87ñÍè\16\f_\9f
+Qº\9b¡\1fêõ\1aÎ`\1e1\8a,{\19Û\9bQ\ 4\a5\13\9a!\93u<ùqcF¸s.]»2\81ÂEõÙ\17Tîh¨uK$\88®\9f\97\92\965±Æä·Â\ 3ÕÀ@(×\8dÌÄ1#¿ËH_\8eõ\8a ûÚÍ\87®\1féª#\8d\e+*ªÎ\8dß\88\9d7/¦Ú      \bð\9f\17å>·.w¹!óø`\17¿M~8²j\1f­$[IÄD\8bö#¬\7\89æ\99Ðx9Í\ 5®Uokß¡á\7f¹ÕÏoK \1e¢\92È\eBX\16\14ÜË*dóñãÅÂ.}äÓS+~Ä\8e\8c\1a\14DGS\7fË\e1ÆþM£\83\8dÿþd\1aóÓ\ 5\ 2\vòfSún\99Ùð±\94\1d\1a[\9eåÐwã\96ñ.b^ñÅÝÉq²Nµ\94é>ϸ\ f~vÃ\9e\9d=\98úãÄîÒ[\97¬±ó\1erù"YB>Ý,Y@\81t}§î_\bïä®_.+\16²*-\84©¯¾¹ìUoê\0æD\e~H|Ë\19\ f'\ eÃ\8b   \98M\1eø*\1d4\9aÎ8\1e´àBúè¶\93"fÃþsgü÷"\f\95*2(,=;II$¾\87·7\11GÏsQ1Öìp\8f\91K\1f·ÛÛº¨ï\90xÈ`V²T+õ·¬\8bn¡¶&#lEíKb¼V\12ÚoÖ#D
+\1døñ\92d\19¨\8eÔº qÿK\86¨\16Ý#ùò\92òó\12{\8aµ\85\85#Þî%\8f\85VñáàRÍ{Ñi(w8«H"<¬Å\bËQ(\84\84\96{\7f×ë·í\ 6ýÃTåáô²rê/\e\9cÍðûÈùí\ f\94ïß\19-Eñ\98\96\vp\1c^\bdñW!\85I]\89=9|D·&\982½-³\9b\1f­¦W\1ceû*"\8cõ=ÑS[ £\9fâ@yÕák>\89Ê\8b'ä~ã»p\byí§è\vÜÔÆk[\1fz
+\9f\0\7fø\vº\85ÃÈe     \ 6       Ù¾\83ì\15\1dG<9ÆÒÜ÷¢¸ªãÚD+"ú>¹ã\85Lb\8a0J>¾Ý\96CHèPg½³Ã^\e.¨[(Õù\9b<k\90\82N#\1aZ·ë#)ÇáKL\90LGíÎ\9bø#\9fpùYb\8cC^\9câ#\8a/\12¥¡3¨Ü1ܪh\1cÇÐÁ£ß\83Ä5µ\82û\9dØ\98tce¦Òx¤¬+Ó\87\9aªÜ¤\8bÏ@\95:\9e§S\87      ÕãF¸M\89ï\97\f«®¸Þ\8bî3ç¼G\1fM²x\86\93^\99²\8f¥Ô·0uIðÛð\9fá$ÿ\10;vaû\96\ 5EB"\bÍé{\18ÿTó\94§©_§Û\8aIjË/\912V\91I\17^T\1dT\85Ó\13$\1aøFØ@Ü_iD\8fø=ù7«\8cð\e\18ÓTm¸pyó\9c\9fvu\14«³ó3Ù\ 3ß1übo­\16
+\1eN;H\1câ\99\964ÿµ\87\19\9fp¼Q
+-6\14\8a\98ú#\9b\8eï\16\Á¨\bÖ,Û Wï4)=Ì»Çï¿Åû        \1c\92Ì\97¾7µß\8bÍ$ª\9aíñ\93(² ¯è©|\13$µF½%h¹V\9b.k\89µU\8e\11\81®\86
+¯x\18iZö`I¶ÃjE\9fá\10p-\8a6\13\1eM » Îø\86\1a¤\17±*k÷¹\1f\aiJÜ\ f\8fË]£Ý\87>:\ 1m\87=W\9cû\8e,\rn>\86\r\9cûmI¾\ 6¦cÏÚ\\11<ÄÃrú\86Oÿ\9cH8DVÌ\13ë«ü\ 3ÙÏÏ@ö\98<ñèm\8e\8a³MêSݼêÀkd¡ \94\15»]\97[\r\ eý`8)\19;©Ö\8bË(
+<¨Ýø\10\94Hèõý£wü\87\8dÈc.ÒÏ\91\8d\81â\1fÏÜ\1fM«¬¯\1c\8eý\83Ã\ fz\12SSCã \99\eni\9eï¶\7f~-Xd\8c/ÔWþa>\1d\8fº»Aª\96Z\ 6­Íß0¯¾ò\89\14\ 3³\+¾      ±p\9aÞkHW\8b\98\85ãçÊd$¶Ç(w4ó)¾ç        ø;K\93ûoYó|ü1ß,\97ëø:\v\17zí­ub7¼n)7\93\96\1aËpWU#§µgÔ"RãLõ\99\9a\ 1\8b$Ü:êA/\90\9cýå\8bÛ¼È\0áêä{åF´mú«\15\ 2\9b\ 2\9b\9fó\93|MÕ\88\98­h\1eþ\8bE]a¡~×P\b\92É~\9e*KHJvç0\19g\8a
+{:\12\ 1áß]\87÷û.Ý;=\83LÏ]ÐX j\fîG\8a]\ 3h\19¹×\84 }4"] /Åj8ë*9ùü$mº¡Cõ\aºET«\9dÅ\97z\18í=öà\89øÖ\918²èP®BöÓä¯q¾§Wz§$cÉýbJm\13¼\1d\18\97jÞû¢0g\84¤ÎªB`ùY\17î°²Azp\83CvK(ý+\17â¶À¤ð\a\91ú\9d\88\9a¾²®\88\9f\91\8b}(\14*²%\1c'0 "6ÃzÅfP¤¸Täþ®d\ fø\9dJõ¶X^W¯ÈäÐB|S4Cú»ÈÀ\eÇVRo¾HÌ\ e\88Ýs1y\9fV\93DÎ{Ø\87\v²9º1íh\9e@\92ôTÛ1\98dp,ë\8fùy÷Üé\10¼.\f\1eM¿\ f\17"\8d½6VÝä\8cÓã\11v\82\87°=\9d\91\85\b¦B¨\ 3¼dÂ\1c¦ \8cÒÊ®G\925vFÐÓ~ã÷I\ 2â±%\92+.kä\8f¾W%áSÓEªG\ 5e31+D\93\95k\9cgEM?\18*[)QÖ\93Ja\13xöÌ0V\8f¦a¸n\83\84\90§o;È\1fǹ\18\vW\93\93\7f.@O=ßkè"OÑ jï\90\18Ú¦H*i\9b\87\82É\85-~es\1e\f\93ö-_ôTÑ\8e\bøM\8cïv²\82\81\91\v\84KËúE(CM\1e\93H\ 3\rÕÓ×L¦}éån0\ e¥CàéO\9e\95sJl?ò\94>¾mèÔ\85Ö\81_@-»uÄ7å\8e\98ç\ 5v]\ f\fÅ)Ò,;nþÞî]58/\1d\1c\0Á,ú\82¨)ù} \aÙÐa°À|\81?6OP³?©÷·y\ 6\93$jì*cþzßQ  5Yí\97ã{Û]ö\8b±*¼'\ f\11\11u°{\92z-EYà¶1¶Ò£\0"tw\9eÕËʤ±?æ\83VäxäCJXr\90½à\80}b\88\90\91½Æ\87á\8b q\93\15êp\0´zÑff\f>tʸ\1a£ùìÀ<\1dq
++\1d\a\1cT\91Àý\1e#\13¿\9e\19¬\85ÝÆÜÉg~eá\ba:jÓ\­ð¬\83ÇÛ±¡\9fÛ\10\99\1f$¢ÈoBÍý\ 48iá\90\8b\f\9a\96Øü\ 5ý\1fk÷ý\1d'\87²Ï"¨w\1fët·ûÊð\9a±;\91ã8óâ°\8c\81        bRy=\vÞfï\ 1\81é     \9e(mX\82ËÐÓ;«åL¤A¢8ðù\98Àv?H\9dÌä\ 6\96~yÈ\8aN§a4õ²18#\eJ]þ©·êü2Ö'ü\84>\ 17`      \9dÌ\98\ 3\9d\9aÔ8\13!\948ùhì\19      \96Ò\89k÷õ|6\85CM°\92?\87_4ùú¶\97\91A@\7fNF
+ó|Z¨\82Ìuã÷\8c\8fï§ê¬\93Pîßr\Þ\8b\1dý\1a\0ÁRZ&\bÊ\ 4Ï£ªÕ,µ«ð´;,\91?ÇNsyI\14\a×üÔæºMªÞçÊúB²Ú¨8CFi\8cìäM\99\94°\14ÿÜW@\943s\1d\96òùi»p\91p\17øp\12ÑJÉ_\12"W\ fÏÅ,$\11çæ\99\9c%\8bì\12\92\12\16w\82P,\9a\1eÂÀ¢=2ÀÁ4\ 5\14ô\9b¾PúâçMy·;}\99\99Þ\1eZ\97\9d\86b\ 4»è¢×\14\88\87äÎgL\0¯ûø       q³+NÀ\9eÊrzÐÞYÙ8T'bP_ÉÜùÀ£\9b\ 5\94­¸6ü\95vv\ 1$\99?T\92\99ñÒ\16ê\e{btv\0ÛB\ 6\96ÔG\8e2'\1f\16óý­\8eNëb9Ø©°\80Ãã\8f´_pxðQªH8\8f\9aöNÔÁhÅòGAnt'æqB\e\13»Åñ.Æ\86\ f»ø\88³\89îÌÄû@\1ag\æ2dö¬:ÃõÇ\13O!¡M\9e\82g\9b\9cCïAò\13\9c\8amMÔ4^¹Ð%6ô¼l\85\88V\0E«ä\b\88® \ 3âN\8b ¢EW\15\9a\9dl\ eö"½¯¤\1cal\86άÙç­ã        %0ú\88Ó\17Ük±\ 5±Ã³U\ 2\87Tu=@ã\a1\ 2*´µ»LüÄ3
+\ 6Ü <û\86\93}'
+5d\15\82q¼E|»»/£\8cµ¾ÔsQ[òâm´l\81\81\85\8d¶g$î\16¯\7f\18qÁ£Uض¡æ\98T¦tZrî\v Ó´\1cgzÞìë%ë{E\ 1e\9eüÑZÇH®\89\fÌ\8aËOE\19U³SÚæ\16²\91Þ\98^L
+3\15Èl²+p\87øEèdí·;Î\11[È1\18\1c\96
+3\82\8e\ 2ë\1a\ fr?±ê7P\±»\9eci\17ÂPñÛûîý®$\9a\84µá\ ey2\8a?\90\97B,^ p\ f9<E      y0\8ew\ e\ 1k(\85\99\ f¢HY\93\9aÅ>º`Éí±Ö\91ðcÉ\89½\9dÛ\9f\9dÍA \ 2ã\b~\ 2\86Lw\0-þÆ\f¶|Á\87.x\85Dñë1<F¦\9cC¹¹\85ô{÷Ûºeã©ÏÆÏ{Ú\89\a]\ 3òä\ 3üwu_\9c2aê7Ó\16n¬`8Od4 ,8'\89Ñô¦­«æÏ9c¹}ìl\9c\8e@·l!2\Xô\"R;²Êmnɦû¢PÝè,ÂÒÚê\eî\15c¬ÂÄ^÷"=[òDTlÕÅ&»\90.ç·¾3Ë7UÒçÉãÛÙ\1aÖEsçc(vø\8bÂÌÅ\ 5Ñuîmöä4\82Ä]\1eÚt(r¿À\197éc°c.\84\ eQ\88\f\84\8e\95¼2\84î\b\88\07\1c¦¡\1c¹\\8cÕ(¨>ácª\82÷3&¦4O¨\eî÷ýÍÏ\ f\eÕ\81\85:`ªC\91\f\ 4Ï\8a\ 5Ç\94¾7\83Õ\rù\ 5\88\ f@Y_ì\93X]µÝÊ\rt\9dS9Ú½e_çYó\9dKN\9a\8a#U\ 5\15\eb\17B ¾×,õDQÈa«üLÑy:\86§Á§F\89i-½ÂÉ\83\96       É\a¾\9f\89\96\84BòRZéÓj\Õ\94\82cC\95\ f\81.ò¬\1c\8e_ÆE5Ö<;1>ër±XÏ\88½­Õð¿½Á²`O5±#ðnH¥\91Éá\88~ªár&À\89\13ù\86·þ3\84Ö=
+v\91\vé3ëýÏeh¨­\96\ fÛ]#-m\1c\81Gn.\9aÌÞ\9d\ f~\1a\9aïh$oh§>ý\16`³x³s\17D     \1fkÄO\ 2ÿm\12ØKéõ[Ì/õSÉÜÒÞ=\9dfu:?\8b\v\9eð{ï·\81XQ\9c\ e(óNÆ\f#@ã!üÅ\1d²çÌ«\9f\9e~t\1a\9bÍÊO¹]®I÷r[\ 1BW<Óع}m\ e®ÁFç\99ÞIY\8c\84Ê\19Dø¿W\92<uwC\95Ë¿ËáVÒ/Ö\ã\e`J&\1f´R´-#~\rRç³zG\ 3\931/!n\vÈ´YõX Ý¢\9a,\9f\ 3"´Y\1fs%®á·\89<Ièl»\15c\84\7f¦\1f\17k\1cVìh+\8d\ eí6Ôêê\0ÿ(áÁ\86XE¼o \93\8ak\C)6¢\9dÎÄÝ)Ø\ 3æ\1eo(&E3¹\qK¢¬\9f\95²'a\14!0\85\93Lß®gz!~Z(ES\9bùÕ]¢»¥6´_\15ç;n<¼ªô³8ü'ñ\87Òqô*p\1f²¬§\9e
\83\ 4\91¨\rÞïËú\85\7fÀ\9b°ÊuE8ç\9b³U^s(\9a\1aZ++ÏÛûÚ\92õ"ÔöDr\01Ú3çv\94ûÙ¯\93«ÁYò\e\8eæ\rÝ\1aZ\16M\ 4ìú¹o\8ceÉjç\8c=\82a\1c0\vÇÀ\ eð\fd<\ 3^\11°\95­¥Í\97\8d|;#¶×\8fíð8\80\81Lî`\8c rÀFn±Î\8c\92v|\89smÅ¿¥Q\93\7fô6²<y\aÝ£ÿܯtmNÞ¶ô\196)\87\87ÕÍ÷¬\83èNã4W­êÝl_\14\ 5ÒôïM\roz\82\92Ú×Ö¤Ð\87I\1c~\9aD°Øi@7×\1e\80vÿ±  \ 2Öc\1d\940\9bÎÿ4\8co_\86~\89ß!Ð\14O²í\ 2^õ«\1dà\13aØH{´xó.1NëC$Æ..á9J\84èÈtßÐüFw\99\14*:÷\rF]»     B:F¹´êãfNõL\9af_\97\1díâÐB£$zVþÍæ¹^\9aÓÈîLÄ\1a\v¦Òvÿi
+\11ãi\89å[ñ\r\84\\94\ 6ºÎ\11\99¬\1aó\85KÒ9\11^[à\17\13çÉ\a\9b§õz\8e¯~&àM\8ddñé¹\b«\7f\e:\ fk3ÓH]Ì\\15¼"4%õ"§Ñ0ûÎ\v¾ï\82\9fÂ\ 3pa\f\81\8f2\7f0OÃ\83:uÂXØêè¸mÿD¿¾Q\8d\98\9b\82GZzè\88@+\12æ\ 1-\8d:\882    w\ 6+%Ä\19B\7fr¼l-n\00£cÙÖ1ßÏiØ\0ú\96LôÎռɻ³_\95¦ÝʵHP-sîªOg*,Îô\963#%g\13v\1f ¨\11ó{7]]@Ù:g¡ruM\11²
+$ÐOçý6æö\99@ðå·\9cg\9b×}°M\b;þ8qv\86{\81\ 1Ô\82\87ª¬\a\9dâ\8b%ÂÃó\89Ümåb\ 4õ@\85\93¬d:}Fô\0\9aH  ú\1dÖ\8c¾#1\1cbjV÷cÄ\11Óøó¶ýÓs\9bϾ.÷/Ê\ fq¡r\88.¿7\9d&Þá%ñ\ 5½qÌu\f<P7à®Í\8aY(Î&\14\ 2\8a}oçOH+\1fë£M\ 2w\84        H)\9f\93\1aÂâd\1cøÆ\18\\92oÏ_\0ÇÂ\90Ú¶ü\18q\ eë\8bb  jÌS?;ÜQI!ÒÞ(+\82\1c*îÖË\ 5\ 3\98ñ\99¨Þ\ 5\fæ¿Äh\9bÎ: \8b[m\8a\f\90Y±±\91\ e¬\fÝ\8e·Md\84åKý\18/\88       õ9H96%\9d óÍ0\1c\98@áÌ\90áNϺ\17m$\1fR~O\9cE{ûMüå:+\93µ*ûþöC.I\81üº\ 3Ã\15\97¢;\8b\85¥ò¼\9f¦ï\8d\1d\12ª/ª.|ç[
+qG\ 2Ñ\17ηþ¢.²\b\97B@\16Ù%÷ÆÔ4OÎ\93¦\92\88Ì\ f\ 4\r$c\9c°tñ¢!¼3_\9e*\a\1au\ eÑ)\9b1A|+4\89»\ 3H<7JêåJA9¹{sÞ\9cÌ\1c²¿\93\14¬1Ï\11\19cMÝò\90\13>Ë!E    ô\99\1e\1c\1f¦'®Ò\ 5½çL;äøM½·*¯U\e\9fÊ\99\17"¾ºrg»L\ 3B½nHN@Yy\b`³ä¢FL£§R~?³\86Îù.\19c!Öêj\ e\7f\86Lné"-L\845\0ºì\11ëÝÇ\16Q«&\ 5cI\94ÒLnÂObr\9f&ÜÙk\17fãÏHýÜèLÁXy
\17\fÏCyß3]ñ\15Ò*,Ú¤¨Æ     \9c³vf²   I\93!#\96   É\8cêc8\rÎiÙÒ¼\1499°cÜ\r\b';Q&~³Â\92E.Ã\ 5Ò6*\80!vܳ¥°mX&èÍ\12EM¼%\a\96\8e§iÒÞã\12ôgß¹\9b=eÁA6t\12æúûÅ\0å´äá¥\9d1\85ÀÆ\14\ 5Û\8eÛèÕ\91\0tâ7\8eM]¨< \92ÆIú%\94«lÞÃe\a\14\82­~â\12÷\ 6×&\8dQµäñ"⨷WþÉ\14ÂÖä\83×äVn¡ãn\154&JíX·\1fmKÑåÖV\1cd\9do:\97Ê\85ÊßÛ^s8\az5\11\15Vx\17óJ\9aÀí\1fض6Ê\9aÅr©ê\831;z\93dW\8b\12\r'¡®ø/1ê\84C9H¾D¶²­«¦Z½\1fÛh\1a0\173õ4
+$Ä=Q{øEÝ¥È#\83·yîÜ«%í*\>sÔ¨\82XDä¼ýå©\131T÷¢X§¬?\92ÐH¿è;òp\9c§|t\88s\ 2\8a\9eÉqÐ\907ï5ű1\1eõ\8f\18SW^á2\13wDÌðôÔÚ\80µÎ\e£z,\93 Á\8eÞb\8eªÙ¬ÕÆ\9cpçêÂ\ 5Ï\11\9eO\84*i.\\83vs\90ì@\83âzUÂSn<ìÌÝ#\938\92\88µ`\13\9d\v±s\ e~ÖÍìN5JÐ\ 6é5#<N\87n\18\86ºúü¥¶»WAL\1eìضI\9fÓj
+3\15T\86\13Û\97oZ\1f%\90\91ÍxÂ\87¾Ö@ÝJ\96X\9d6y$ \rÑ~ê\96"\97\f\1e\±èÄ\18\8cÔZÏ>\9eÑûݵ\9a\ 5îiéíÃp.\1cSê1iiJ}\85'\14ÂðvÇÂä\9bûó\93GY1RÇÊ\19_áy±\87r\9aõ¬ª\96§t\14\12\8a¨kj\ 5ÕM8³y:\92\ fb\12d1_dÅ£5í|\fôVØ·å\19öä±c:ø2Ó\19|,?\9ae]O¸×\ 1³¨\ e\95u6\10ûk\899n\a¬\e\16\98¯ª1\1c\12&#éÁ­Ì¾¸\8e\84\9d\9eê\9bÒ\ 6ÿ\ 1ÎÈñµ
+endstream
+endobj
+1270 0 obj <<
+/Type /FontDescriptor
+/FontName /NDZOVZ+NimbusRomNo9L-ReguItal
+/Flags 4
+/FontBBox [-169 -270 1010 924]
+/Ascent 668
+/CapHeight 668
+/Descent -193
+/ItalicAngle -15
+/StemV 78
+/XHeight 441
+/CharSet (/A/C/E/G/O/S/a/b/c/d/e/f/g/h/i/l/m/n/o/p/period/q/r/s/t/u/y)
+/FontFile 1269 0 R
+>> endobj
+1243 0 obj <<
+/Type /Encoding
+/Differences [2/fi/fl 33/exclam/quotedbl/numbersign 37/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 149/bullet/endash 228/adieresis]
+>> endobj
+673 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /AIRNDP+CMMI10
+/FontDescriptor 1254 0 R
+/FirstChar 58
+/LastChar 84
+/Widths 1249 0 R
+>> endobj
+682 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /VYDKHY+CMR10
+/FontDescriptor 1256 0 R
+/FirstChar 48
+/LastChar 61
+/Widths 1248 0 R
+>> endobj
+726 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NBBWCW+CMSY10
+/FontDescriptor 1258 0 R
+/FirstChar 3
+/LastChar 106
+/Widths 1247 0 R
+>> endobj
+789 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /LAJUWJ+CMSY7
+/FontDescriptor 1260 0 R
+/FirstChar 94
+/LastChar 94
+/Widths 1246 0 R
+>> endobj
+546 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /FIYGZI+NimbusMonL-Regu
+/FontDescriptor 1262 0 R
+/FirstChar 33
+/LastChar 125
+/Widths 1250 0 R
+/Encoding 1243 0 R
+>> endobj
+400 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NGPWFR+NimbusRomNo9L-Medi
+/FontDescriptor 1264 0 R
+/FirstChar 2
+/LastChar 150
+/Widths 1252 0 R
+/Encoding 1243 0 R
+>> endobj
+984 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YXHWDV+NimbusRomNo9L-MediItal
+/FontDescriptor 1266 0 R
+/FirstChar 44
+/LastChar 120
+/Widths 1244 0 R
+/Encoding 1243 0 R
+>> endobj
+401 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /BFWHCH+NimbusRomNo9L-Regu
+/FontDescriptor 1268 0 R
+/FirstChar 2
+/LastChar 228
+/Widths 1251 0 R
+/Encoding 1243 0 R
+>> endobj
+964 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /NDZOVZ+NimbusRomNo9L-ReguItal
+/FontDescriptor 1270 0 R
+/FirstChar 46
+/LastChar 121
+/Widths 1245 0 R
+/Encoding 1243 0 R
+>> endobj
+402 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [394 0 R 405 0 R 436 0 R 475 0 R 513 0 R 516 0 R]
+>> endobj
+525 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [519 0 R 527 0 R 539 0 R 565 0 R 577 0 R 585 0 R]
+>> endobj
+611 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [605 0 R 628 0 R 644 0 R 650 0 R 656 0 R 662 0 R]
+>> endobj
+675 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [668 0 R 678 0 R 694 0 R 701 0 R 707 0 R 711 0 R]
+>> endobj
+731 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [722 0 R 744 0 R 755 0 R 783 0 R 801 0 R 810 0 R]
+>> endobj
+832 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1271 0 R
+/Kids [827 0 R 885 0 R 961 0 R 980 0 R 991 0 R 997 0 R]
+>> endobj
+1004 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 1272 0 R
+/Kids [1001 0 R 1009 0 R 1018 0 R 1027 0 R 1035 0 R 1039 0 R]
+>> endobj
+1107 0 obj <<
+/Type /Pages
+/Count 3
+/Parent 1272 0 R
+/Kids [1104 0 R 1192 0 R 1240 0 R]
+>> endobj
+1271 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 1273 0 R
+/Kids [402 0 R 525 0 R 611 0 R 675 0 R 731 0 R 832 0 R]
+>> endobj
+1272 0 obj <<
+/Type /Pages
+/Count 9
+/Parent 1273 0 R
+/Kids [1004 0 R 1107 0 R]
+>> endobj
+1273 0 obj <<
+/Type /Pages
+/Count 45
+/Kids [1271 0 R 1272 0 R]
+>> endobj
+1274 0 obj <<
+/Type /Outlines
+/First 3 0 R
+/Last 319 0 R
+/Count 7
+>> endobj
+391 0 obj <<
+/Title 392 0 R
+/A 389 0 R
+/Parent 363 0 R
+/Prev 387 0 R
+>> endobj
+387 0 obj <<
+/Title 388 0 R
+/A 385 0 R
+/Parent 363 0 R
+/Prev 383 0 R
+/Next 391 0 R
+>> endobj
+383 0 obj <<
+/Title 384 0 R
+/A 381 0 R
+/Parent 363 0 R
+/Prev 379 0 R
+/Next 387 0 R
+>> endobj
+379 0 obj <<
+/Title 380 0 R
+/A 377 0 R
+/Parent 363 0 R
+/Prev 375 0 R
+/Next 383 0 R
+>> endobj
+375 0 obj <<
+/Title 376 0 R
+/A 373 0 R
+/Parent 363 0 R
+/Prev 371 0 R
+/Next 379 0 R
+>> endobj
+371 0 obj <<
+/Title 372 0 R
+/A 369 0 R
+/Parent 363 0 R
+/Prev 367 0 R
+/Next 375 0 R
+>> endobj
+367 0 obj <<
+/Title 368 0 R
+/A 365 0 R
+/Parent 363 0 R
+/Next 371 0 R
+>> endobj
+363 0 obj <<
+/Title 364 0 R
+/A 361 0 R
+/Parent 323 0 R
+/Prev 339 0 R
+/First 367 0 R
+/Last 391 0 R
+/Count -7
+>> endobj
+359 0 obj <<
+/Title 360 0 R
+/A 357 0 R
+/Parent 339 0 R
+/Prev 355 0 R
+>> endobj
+355 0 obj <<
+/Title 356 0 R
+/A 353 0 R
+/Parent 339 0 R
+/Prev 351 0 R
+/Next 359 0 R
+>> endobj
+351 0 obj <<
+/Title 352 0 R
+/A 349 0 R
+/Parent 339 0 R
+/Prev 347 0 R
+/Next 355 0 R
+>> endobj
+347 0 obj <<
+/Title 348 0 R
+/A 345 0 R
+/Parent 339 0 R
+/Prev 343 0 R
+/Next 351 0 R
+>> endobj
+343 0 obj <<
+/Title 344 0 R
+/A 341 0 R
+/Parent 339 0 R
+/Next 347 0 R
+>> endobj
+339 0 obj <<
+/Title 340 0 R
+/A 337 0 R
+/Parent 323 0 R
+/Prev 331 0 R
+/Next 363 0 R
+/First 343 0 R
+/Last 359 0 R
+/Count -5
+>> endobj
+335 0 obj <<
+/Title 336 0 R
+/A 333 0 R
+/Parent 331 0 R
+>> endobj
+331 0 obj <<
+/Title 332 0 R
+/A 329 0 R
+/Parent 323 0 R
+/Prev 327 0 R
+/Next 339 0 R
+/First 335 0 R
+/Last 335 0 R
+/Count -1
+>> endobj
+327 0 obj <<
+/Title 328 0 R
+/A 325 0 R
+/Parent 323 0 R
+/Next 331 0 R
+>> endobj
+323 0 obj <<
+/Title 324 0 R
+/A 321 0 R
+/Parent 319 0 R
+/First 327 0 R
+/Last 363 0 R
+/Count -4
+>> endobj
+319 0 obj <<
+/Title 320 0 R
+/A 317 0 R
+/Parent 1274 0 R
+/Prev 139 0 R
+/First 323 0 R
+/Last 323 0 R
+/Count -1
+>> endobj
+315 0 obj <<
+/Title 316 0 R
+/A 313 0 R
+/Parent 303 0 R
+/Prev 311 0 R
+>> endobj
+311 0 obj <<
+/Title 312 0 R
+/A 309 0 R
+/Parent 303 0 R
+/Prev 307 0 R
+/Next 315 0 R
+>> endobj
+307 0 obj <<
+/Title 308 0 R
+/A 305 0 R
+/Parent 303 0 R
+/Next 311 0 R
+>> endobj
+303 0 obj <<
+/Title 304 0 R
+/A 301 0 R
+/Parent 295 0 R
+/Prev 299 0 R
+/First 307 0 R
+/Last 315 0 R
+/Count -3
+>> endobj
+299 0 obj <<
+/Title 300 0 R
+/A 297 0 R
+/Parent 295 0 R
+/Next 303 0 R
+>> endobj
+295 0 obj <<
+/Title 296 0 R
+/A 293 0 R
+/Parent 139 0 R
+/Prev 239 0 R
+/First 299 0 R
+/Last 303 0 R
+/Count -2
+>> endobj
+291 0 obj <<
+/Title 292 0 R
+/A 289 0 R
+/Parent 247 0 R
+/Prev 287 0 R
+>> endobj
+287 0 obj <<
+/Title 288 0 R
+/A 285 0 R
+/Parent 247 0 R
+/Prev 283 0 R
+/Next 291 0 R
+>> endobj
+283 0 obj <<
+/Title 284 0 R
+/A 281 0 R
+/Parent 247 0 R
+/Prev 279 0 R
+/Next 287 0 R
+>> endobj
+279 0 obj <<
+/Title 280 0 R
+/A 277 0 R
+/Parent 247 0 R
+/Prev 275 0 R
+/Next 283 0 R
+>> endobj
+275 0 obj <<
+/Title 276 0 R
+/A 273 0 R
+/Parent 247 0 R
+/Prev 271 0 R
+/Next 279 0 R
+>> endobj
+271 0 obj <<
+/Title 272 0 R
+/A 269 0 R
+/Parent 247 0 R
+/Prev 267 0 R
+/Next 275 0 R
+>> endobj
+267 0 obj <<
+/Title 268 0 R
+/A 265 0 R
+/Parent 247 0 R
+/Prev 263 0 R
+/Next 271 0 R
+>> endobj
+263 0 obj <<
+/Title 264 0 R
+/A 261 0 R
+/Parent 247 0 R
+/Prev 259 0 R
+/Next 267 0 R
+>> endobj
+259 0 obj <<
+/Title 260 0 R
+/A 257 0 R
+/Parent 247 0 R
+/Prev 255 0 R
+/Next 263 0 R
+>> endobj
+255 0 obj <<
+/Title 256 0 R
+/A 253 0 R
+/Parent 247 0 R
+/Prev 251 0 R
+/Next 259 0 R
+>> endobj
+251 0 obj <<
+/Title 252 0 R
+/A 249 0 R
+/Parent 247 0 R
+/Next 255 0 R
+>> endobj
+247 0 obj <<
+/Title 248 0 R
+/A 245 0 R
+/Parent 239 0 R
+/Prev 243 0 R
+/First 251 0 R
+/Last 291 0 R
+/Count -11
+>> endobj
+243 0 obj <<
+/Title 244 0 R
+/A 241 0 R
+/Parent 239 0 R
+/Next 247 0 R
+>> endobj
+239 0 obj <<
+/Title 240 0 R
+/A 237 0 R
+/Parent 139 0 R
+/Prev 195 0 R
+/Next 295 0 R
+/First 243 0 R
+/Last 247 0 R
+/Count -2
+>> endobj
+235 0 obj <<
+/Title 236 0 R
+/A 233 0 R
+/Parent 203 0 R
+/Prev 231 0 R
+>> endobj
+231 0 obj <<
+/Title 232 0 R
+/A 229 0 R
+/Parent 203 0 R
+/Prev 227 0 R
+/Next 235 0 R
+>> endobj
+227 0 obj <<
+/Title 228 0 R
+/A 225 0 R
+/Parent 203 0 R
+/Prev 223 0 R
+/Next 231 0 R
+>> endobj
+223 0 obj <<
+/Title 224 0 R
+/A 221 0 R
+/Parent 203 0 R
+/Prev 219 0 R
+/Next 227 0 R
+>> endobj
+219 0 obj <<
+/Title 220 0 R
+/A 217 0 R
+/Parent 203 0 R
+/Prev 215 0 R
+/Next 223 0 R
+>> endobj
+215 0 obj <<
+/Title 216 0 R
+/A 213 0 R
+/Parent 203 0 R
+/Prev 211 0 R
+/Next 219 0 R
+>> endobj
+211 0 obj <<
+/Title 212 0 R
+/A 209 0 R
+/Parent 203 0 R
+/Prev 207 0 R
+/Next 215 0 R
+>> endobj
+207 0 obj <<
+/Title 208 0 R
+/A 205 0 R
+/Parent 203 0 R
+/Next 211 0 R
+>> endobj
+203 0 obj <<
+/Title 204 0 R
+/A 201 0 R
+/Parent 195 0 R
+/Prev 199 0 R
+/First 207 0 R
+/Last 235 0 R
+/Count -8
+>> endobj
+199 0 obj <<
+/Title 200 0 R
+/A 197 0 R
+/Parent 195 0 R
+/Next 203 0 R
+>> endobj
+195 0 obj <<
+/Title 196 0 R
+/A 193 0 R
+/Parent 139 0 R
+/Prev 175 0 R
+/Next 239 0 R
+/First 199 0 R
+/Last 203 0 R
+/Count -2
+>> endobj
+191 0 obj <<
+/Title 192 0 R
+/A 189 0 R
+/Parent 183 0 R
+/Prev 187 0 R
+>> endobj
+187 0 obj <<
+/Title 188 0 R
+/A 185 0 R
+/Parent 183 0 R
+/Next 191 0 R
+>> endobj
+183 0 obj <<
+/Title 184 0 R
+/A 181 0 R
+/Parent 175 0 R
+/Prev 179 0 R
+/First 187 0 R
+/Last 191 0 R
+/Count -2
+>> endobj
+179 0 obj <<
+/Title 180 0 R
+/A 177 0 R
+/Parent 175 0 R
+/Next 183 0 R
+>> endobj
+175 0 obj <<
+/Title 176 0 R
+/A 173 0 R
+/Parent 139 0 R
+/Prev 143 0 R
+/Next 195 0 R
+/First 179 0 R
+/Last 183 0 R
+/Count -2
+>> endobj
+171 0 obj <<
+/Title 172 0 R
+/A 169 0 R
+/Parent 151 0 R
+/Prev 167 0 R
+>> endobj
+167 0 obj <<
+/Title 168 0 R
+/A 165 0 R
+/Parent 151 0 R
+/Prev 163 0 R
+/Next 171 0 R
+>> endobj
+163 0 obj <<
+/Title 164 0 R
+/A 161 0 R
+/Parent 151 0 R
+/Prev 159 0 R
+/Next 167 0 R
+>> endobj
+159 0 obj <<
+/Title 160 0 R
+/A 157 0 R
+/Parent 151 0 R
+/Prev 155 0 R
+/Next 163 0 R
+>> endobj
+155 0 obj <<
+/Title 156 0 R
+/A 153 0 R
+/Parent 151 0 R
+/Next 159 0 R
+>> endobj
+151 0 obj <<
+/Title 152 0 R
+/A 149 0 R
+/Parent 143 0 R
+/Prev 147 0 R
+/First 155 0 R
+/Last 171 0 R
+/Count -5
+>> endobj
+147 0 obj <<
+/Title 148 0 R
+/A 145 0 R
+/Parent 143 0 R
+/Next 151 0 R
+>> endobj
+143 0 obj <<
+/Title 144 0 R
+/A 141 0 R
+/Parent 139 0 R
+/Next 175 0 R
+/First 147 0 R
+/Last 151 0 R
+/Count -2
+>> endobj
+139 0 obj <<
+/Title 140 0 R
+/A 137 0 R
+/Parent 1274 0 R
+/Prev 131 0 R
+/Next 319 0 R
+/First 143 0 R
+/Last 295 0 R
+/Count -5
+>> endobj
+135 0 obj <<
+/Title 136 0 R
+/A 133 0 R
+/Parent 131 0 R
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 1274 0 R
+/Prev 123 0 R
+/Next 139 0 R
+/First 135 0 R
+/Last 135 0 R
+/Count -1
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 123 0 R
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 1274 0 R
+/Prev 103 0 R
+/Next 131 0 R
+/First 127 0 R
+/Last 127 0 R
+/Count -1
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 103 0 R
+/Prev 111 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 111 0 R
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 103 0 R
+/Prev 107 0 R
+/Next 119 0 R
+/First 115 0 R
+/Last 115 0 R
+/Count -1
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 103 0 R
+/Next 111 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 1274 0 R
+/Prev 15 0 R
+/Next 123 0 R
+/First 107 0 R
+/Last 119 0 R
+/Count -3
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 87 0 R
+/Prev 95 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 87 0 R
+/Prev 91 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 87 0 R
+/Next 95 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 15 0 R
+/Prev 83 0 R
+/First 91 0 R
+/Last 99 0 R
+/Count -3
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 15 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 15 0 R
+/Prev 59 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 59 0 R
+/Prev 71 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 59 0 R
+/Prev 67 0 R
+/Next 75 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 59 0 R
+/Prev 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 59 0 R
+/Next 67 0 R
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 15 0 R
+/Prev 55 0 R
+/Next 79 0 R
+/First 63 0 R
+/Last 75 0 R
+/Count -4
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 15 0 R
+/Prev 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 15 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 15 0 R
+/Prev 43 0 R
+/Next 51 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 15 0 R
+/Prev 31 0 R
+/Next 47 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 31 0 R
+/Prev 35 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 15 0 R
+/Prev 27 0 R
+/Next 43 0 R
+/First 35 0 R
+/Last 39 0 R
+/Count -2
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 15 0 R
+/Prev 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 15 0 R
+/Prev 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 15 0 R
+/Next 23 0 R
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 1274 0 R
+/Prev 3 0 R
+/Next 103 0 R
+/First 19 0 R
+/Last 87 0 R
+/Count -12
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 3 0 R
+/Prev 7 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 3 0 R
+/Next 11 0 R
+>> endobj
+3 0 obj <<
+/Title 4 0 R
+/A 1 0 R
+/Parent 1274 0 R
+/Next 15 0 R
+/First 7 0 R
+/Last 11 0 R
+/Count -2
+>> endobj
+1275 0 obj <<
+/Names [(Doc-Start) 399 0 R (ENCODERBEHAVIOUR) 671 0 R (ENCODERBEHAVIOUR_BEHAVIOUR_BANDWIDTH) 672 0 R (ENCODERBEHAVIOUR_BEHAVIOUR_ESTIM_AVG_FRAMESIZES) 681 0 R (ENCODERBEHAVIOUR_BEHAVIOUR_TOOLS) 638 0 R (ENCODERBEHAVIOUR_FRAMESIZES_AND_BIT_RESERVOIR) 674 0 R]
+/Limits [(Doc-Start) (ENCODERBEHAVIOUR_FRAMESIZES_AND_BIT_RESERVOIR)]
+>> endobj
+1276 0 obj <<
+/Names [(Item.1) 545 0 R (Item.2) 547 0 R (Item.3) 548 0 R (Item.4) 549 0 R (Item.5) 568 0 R (Item.6) 569 0 R]
+/Limits [(Item.1) (Item.6)]
+>> endobj
+1277 0 obj <<
+/Names [(LIBUSE) 542 0 R (LIBUSE_CallingSequence) 544 0 R (LIBUSE_InterfaceDescription) 543 0 R (LIBUSE_allocIOBufs) 580 0 R (LIBUSE_argLists) 588 0 R (LIBUSE_audiochCfg) 647 0 R]
+/Limits [(LIBUSE) (LIBUSE_audiochCfg)]
+>> endobj
+1278 0 obj <<
+/Names [(LIBUSE_bufDes) 571 0 R (LIBUSE_cfgMetaData) 608 0 R (LIBUSE_channelMode) 631 0 R (LIBUSE_encELD) 634 0 R (LIBUSE_encMandatory) 610 0 R (LIBUSE_encOpen) 552 0 R]
+/Limits [(LIBUSE_bufDes) (LIBUSE_encOpen)]
+>> endobj
+1279 0 obj <<
+/Names [(LIBUSE_encParams) 554 0 R (LIBUSE_encQual) 633 0 R (LIBUSE_encReconf) 556 0 R (LIBUSE_feedInBuf) 570 0 R (LIBUSE_reommendedConfig) 654 0 R (LIBUSE_reommendedConfigELD) 665 0 R]
+/Limits [(LIBUSE_encParams) (LIBUSE_reommendedConfigELD)]
+>> endobj
+1280 0 obj <<
+/Names [(LIBUSE_reommendedConfigLC) 659 0 R (LIBUSE_reommendedConfigLD) 660 0 R (LIBUSE_suppBitrates) 653 0 R (LIBUSE_writeOutData) 572 0 R (aacenc__lib_8h) 550 0 R (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea) 551 0 R]
+/Limits [(LIBUSE_reommendedConfigLC) (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea)]
+>> endobj
+1281 0 obj <<
+/Names [(aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) 841 0 R (aacenc__lib_8h_a28cbc417258c73ad55d613526df8fad5) 976 0 R (aacenc__lib_8h_a2a5f6ec334fff553f0fd9e36d9408e94) 573 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846) 912 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a08acd30267f5bd8c4047259fbc40fd98) 918 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a82028e22ad9293b97d10ee57abf67bdf) 916 0 R]
+/Limits [(aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a82028e22ad9293b97d10ee57abf67bdf)]
+>> endobj
+1282 0 obj <<
+/Names [(aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a96d66031cde3d5d89d8457e45036bd94) 914 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846ab97edc65b5ed3be8c11f3ba9bcca22f3) 913 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846abcbfac74b1bcd90099e3cf6b1fcd19f3) 917 0 R (aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846afcd151f12c441417e69746762d34ea33) 915 0 R (aacenc__lib_8h_a5743dca1ec3746f9c5ecb839a132ba7e) 553 0 R (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47) 733 0 R]
+/Limits [(aacenc__lib_8h_a43cc9e24ab8d23e6f3241a30b502b846a96d66031cde3d5d89d8457e45036bd94) (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47)]
+>> endobj
+1283 0 obj <<
+/Names [(aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a510ae495f7636503ecfe111f75f66d50) 614 0 R (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a51cb08659a6af422761d58090766faa8) 905 0 R (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a6a362853fb508e259718dabe65c7a57e) 904 0 R (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a857575621d11cca83fab4d5c70b55181) 903 0 R (aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47aea749d078297e7079337d6d47171a8b6) 902 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e) 889 0 R]
+/Limits [(aacenc__lib_8h_a68ca23c646df4d306e2412b926292a47a510ae495f7636503ecfe111f75f66d50) (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483e)]
+>> endobj
+1284 0 obj <<
+/Names [(aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea10b93e7c1f1def31f634b6fb7a894409) 891 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea189c4a7532530a89ab214aba35b1e982) 895 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea1a79b7f1cefc5f89ba7c10cfa020116f) 893 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea3b7906c278268857fa6f8d7e39b2b5c3) 901 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea47979433239c09930ed98e85f5b81971) 894 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea51de868cffa67ffe361085555a6e5ea2) 898 0 R]
+/Limits [(aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea10b93e7c1f1def31f634b6fb7a894409) (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea51de868cffa67ffe361085555a6e5ea2)]
+>> endobj
+1285 0 obj <<
+/Names [(aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea5a631fa755a8d02a97a8184725da4b57) 900 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea5af1b153eb8f1a28a543419d10562cbf) 896 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea8e8c0fd770036a2bc58fc062f5044454) 899 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea98f5f419028ff1b93551adb910ca0281) 890 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483eae9b8c1b6153a63fbf152a60e422ca433) 897 0 R (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483eaf35935e997b3321eda6d083c9322f347) 892 0 R]
+/Limits [(aacenc__lib_8h_a692c324a5fe0f8335387264357bd483ea5a631fa755a8d02a97a8184725da4b57) (aacenc__lib_8h_a692c324a5fe0f8335387264357bd483eaf35935e997b3321eda6d083c9322f347)]
+>> endobj
+1286 0 obj <<
+/Names [(aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) 555 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4) 619 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a017e2a6349d3ae944338a6f0ba892947) 969 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a02f49b93eaadb6a903b87670849255a5) 636 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a0ee251ffa58317c7ea29364d344c4660) 612 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a2e2b4d3e563dc169c06d590d8c833243) 922 0 R]
+/Limits [(aacenc__lib_8h_a6ccf4948de12c1cde8ca22a1216c5d3e) (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a2e2b4d3e563dc169c06d590d8c833243)]
+>> endobj
+1287 0 obj <<
+/Names [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3869e3bae5904258eff0b77d2ebed3b1) 972 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3923cb84146e101030271772fe33ea5a) 973 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a39b30031d8438b4018173388aead5bdf) 970 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a443da990a60343083e72726a65f4509b) 639 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a5e46c726aadf91189ccb4f1ec3e4b52f) 919 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a730a1ba1041f8671a11ca824fcd0455d) 640 0 R]
+/Limits [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3869e3bae5904258eff0b77d2ebed3b1) (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a730a1ba1041f8671a11ca824fcd0455d)]
+>> endobj
+1288 0 obj <<
+/Names [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a80b535c275f9f60c644d91263f0638a5) 920 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a87c7912a645d479132465e6d8e694b36) 971 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a8a8be3fdebec2693c86e3e63f35ee228) 921 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a955c106558ebb10a74a555a38b45ae1c) 968 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aab4d4c3cfcad7bd7bdebfd947fea8e75) 676 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aaf0644b51fd01b31c73eb2ebc140a1a1) 975 0 R]
+/Limits [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a80b535c275f9f60c644d91263f0638a5) (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aaf0644b51fd01b31c73eb2ebc140a1a1)]
+>> endobj
+1289 0 obj <<
+/Names [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ab381330bdc59b0213ad3dedcb4f2f0f7) 641 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ad2accfe182077bfe80ba43a3f22cf7bb) 648 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ae6283b321f75b769e9306c6482f2acd5) 974 0 R (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4aef811ce5aab93dcba6584109d266b579) 637 0 R (aacenc__lib_8h_a9b64b2026a1475eb5c7a67fc1364ed94) 557 0 R (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c) 618 0 R]
+/Limits [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4ab381330bdc59b0213ad3dedcb4f2f0f7) (aacenc__lib_8h_aac28c7c3724b8bc87558bc35a22bf23c)]
+>> endobj
+1290 0 obj <<
+/Names [(aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) 615 0 R (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1a7560bc907e827954b0b55f87751fdbeb) 906 0 R (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1a95efe9f7b6df0a6628ec7e2c61646fe9) 908 0 R (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1aa0dc03a5dc38b25ac1ea9d8ddf892fb5) 911 0 R (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1aa9315468e85d31968b147a4080e352a7) 910 0 R (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af4a650d61726dd5bbbb560042bb0b8a2) 909 0 R]
+/Limits [(aacenc__lib_8h_aee37ab1a371397d239178df6194911d1) (aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af4a650d61726dd5bbbb560042bb0b8a2)]
+>> endobj
+1291 0 obj <<
+/Names [(aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af88950dea139037d728aefe7722191ec) 907 0 R (chapter*.1) 438 0 R (chapter.1) 2 0 R (chapter.2) 14 0 R (chapter.3) 102 0 R (chapter.4) 122 0 R]
+/Limits [(aacenc__lib_8h_aee37ab1a371397d239178df6194911d1af88950dea139037d728aefe7722191ec) (chapter.4)]
+>> endobj
+1292 0 obj <<
+/Names [(chapter.5) 130 0 R (chapter.6) 138 0 R (chapter.7) 318 0 R (index) 522 0 R (index_Scope) 523 0 R (index_encBasics) 524 0 R]
+/Limits [(chapter.5) (index_encBasics)]
+>> endobj
+1293 0 obj <<
+/Names [(page.1) 521 0 R (page.10) 652 0 R (page.11) 658 0 R (page.12) 664 0 R (page.13) 670 0 R (page.14) 680 0 R]
+/Limits [(page.1) (page.14)]
+>> endobj
+1294 0 obj <<
+/Names [(page.15) 696 0 R (page.16) 703 0 R (page.17) 709 0 R (page.18) 713 0 R (page.19) 724 0 R (page.2) 529 0 R]
+/Limits [(page.15) (page.2)]
+>> endobj
+1295 0 obj <<
+/Names [(page.20) 746 0 R (page.21) 757 0 R (page.22) 785 0 R (page.23) 803 0 R (page.24) 812 0 R (page.25) 829 0 R]
+/Limits [(page.20) (page.25)]
+>> endobj
+1296 0 obj <<
+/Names [(page.26) 887 0 R (page.27) 963 0 R (page.28) 982 0 R (page.29) 993 0 R (page.3) 541 0 R (page.30) 999 0 R]
+/Limits [(page.26) (page.30)]
+>> endobj
+1297 0 obj <<
+/Names [(page.31) 1003 0 R (page.32) 1011 0 R (page.33) 1020 0 R (page.34) 1029 0 R (page.35) 1037 0 R (page.36) 1041 0 R]
+/Limits [(page.31) (page.36)]
+>> endobj
+1298 0 obj <<
+/Names [(page.37) 1106 0 R (page.38) 1194 0 R (page.39) 1242 0 R (page.4) 567 0 R (page.5) 579 0 R (page.6) 587 0 R]
+/Limits [(page.37) (page.6)]
+>> endobj
+1299 0 obj <<
+/Names [(page.7) 607 0 R (page.8) 630 0 R (page.9) 646 0 R (section*.10) 965 0 R (section*.2) 725 0 R (section*.3) 747 0 R]
+/Limits [(page.7) (section*.3)]
+>> endobj
+1300 0 obj <<
+/Names [(section*.4) 758 0 R (section*.5) 786 0 R (section*.6) 813 0 R (section*.7) 830 0 R (section*.8) 831 0 R (section*.9) 888 0 R]
+/Limits [(section*.4) (section*.9)]
+>> endobj
+1301 0 obj <<
+/Names [(section.1.1) 6 0 R (section.1.2) 10 0 R (section.2.1) 18 0 R (section.2.10) 78 0 R (section.2.11) 82 0 R (section.2.12) 86 0 R]
+/Limits [(section.1.1) (section.2.12)]
+>> endobj
+1302 0 obj <<
+/Names [(section.2.2) 22 0 R (section.2.3) 26 0 R (section.2.4) 30 0 R (section.2.5) 42 0 R (section.2.6) 46 0 R (section.2.7) 50 0 R]
+/Limits [(section.2.2) (section.2.7)]
+>> endobj
+1303 0 obj <<
+/Names [(section.2.8) 54 0 R (section.2.9) 58 0 R (section.3.1) 106 0 R (section.3.2) 110 0 R (section.3.3) 118 0 R (section.4.1) 126 0 R]
+/Limits [(section.2.8) (section.4.1)]
+>> endobj
+1304 0 obj <<
+/Names [(section.5.1) 134 0 R (section.6.1) 142 0 R (section.6.2) 174 0 R (section.6.3) 194 0 R (section.6.4) 238 0 R (section.6.5) 294 0 R]
+/Limits [(section.5.1) (section.6.5)]
+>> endobj
+1305 0 obj <<
+/Names [(section.7.1) 322 0 R (structAACENC__BufDesc) 581 0 R (structAACENC__BufDesc_a2c09424d3a61cdbdb80c8d9ebb42ce71) 728 0 R (structAACENC__BufDesc_a324387bb8e5f44650c6e17c209bb05a9) 732 0 R (structAACENC__BufDesc_ab13b6a5c10505c3defd8bb1c19eac81d) 729 0 R (structAACENC__BufDesc_ac32946f846b95272038017687a96f2c1) 727 0 R]
+/Limits [(section.7.1) (structAACENC__BufDesc_ac32946f846b95272038017687a96f2c1)]
+>> endobj
+1306 0 obj <<
+/Names [(structAACENC__BufDesc_ace97d9ab9ad2f7b24041ee253ad7372f) 730 0 R (structAACENC__InArgs) 697 0 R (structAACENC__InArgs_aa33d59e07bbd49bfe4dd6793763c6d48) 748 0 R (structAACENC__InArgs_aefc45c133d4f9775d8d0aadf56302ae4) 749 0 R (structAACENC__InfoStruct) 698 0 R (structAACENC__InfoStruct_a06f045f69acad8125b1fb814d565549c) 766 0 R]
+/Limits [(structAACENC__BufDesc_ace97d9ab9ad2f7b24041ee253ad7372f) (structAACENC__InfoStruct_a06f045f69acad8125b1fb814d565549c)]
+>> endobj
+1307 0 obj <<
+/Names [(structAACENC__InfoStruct_a3356592232c6536392a58a6c9e185cb6) 760 0 R (structAACENC__InfoStruct_a5187acfd8fb7585377ebf162fbb9db39) 765 0 R (structAACENC__InfoStruct_a5bb3228c5af5584f97c54bdf8ed946e3) 759 0 R (structAACENC__InfoStruct_a993149bc5985d79c40d6e96a2d90a228) 762 0 R (structAACENC__InfoStruct_ab5c902598267b09b625e440b53937c76) 761 0 R (structAACENC__InfoStruct_ab919b721d3ef5d4dd56c46614cdf0047) 763 0 R]
+/Limits [(structAACENC__InfoStruct_a3356592232c6536392a58a6c9e185cb6) (structAACENC__InfoStruct_ab919b721d3ef5d4dd56c46614cdf0047)]
+>> endobj
+1308 0 obj <<
+/Names [(structAACENC__InfoStruct_ac786a4ebf4dc7f2357cbc142265f5dd8) 764 0 R (structAACENC__MetaData) 613 0 R (structAACENC__MetaData_a06cce4e89d53d956d27fb20892461aa0) 616 0 R (structAACENC__MetaData_a0ad6337da83fa3a43a22f87d4ee8b192) 790 0 R (structAACENC__MetaData_a1e67ac741a9080f11325d0c02223f046) 787 0 R (structAACENC__MetaData_a47e42d88c7abcaaa2fa9a72f6b6eaa24) 794 0 R]
+/Limits [(structAACENC__InfoStruct_ac786a4ebf4dc7f2357cbc142265f5dd8) (structAACENC__MetaData_a47e42d88c7abcaaa2fa9a72f6b6eaa24)]
+>> endobj
+1309 0 obj <<
+/Names [(structAACENC__MetaData_a77fd2ae629044c75369a51760a00d57f) 791 0 R (structAACENC__MetaData_a9274bda31c82bd154ddb3767b74be6b2) 617 0 R (structAACENC__MetaData_aa2fbd6a3c66ac05e69e42782807e7ba4) 793 0 R (structAACENC__MetaData_ace0f370c1026d179ea122c0820e1d17c) 795 0 R (structAACENC__MetaData_ad2646dc407b31f38dbf71178b6780916) 796 0 R (structAACENC__MetaData_aeb0d2d7748c98809112088d0bd997f61) 792 0 R]
+/Limits [(structAACENC__MetaData_a77fd2ae629044c75369a51760a00d57f) (structAACENC__MetaData_aeb0d2d7748c98809112088d0bd997f61)]
+>> endobj
+1310 0 obj <<
+/Names [(structAACENC__MetaData_af001f70f58df01e7e65105bf752a44bd) 788 0 R (structAACENC__OutArgs) 699 0 R (structAACENC__OutArgs_a7d481a0e52142dcdbdfa34677b111d7e) 814 0 R (structAACENC__OutArgs_aa08d19137d0dbd54d3d86f88a85eb149) 816 0 R (structAACENC__OutArgs_ad4d8784f4d5504a5f87ef44af1e7b6db) 815 0 R (subsection.2.12.1) 90 0 R]
+/Limits [(structAACENC__MetaData_af001f70f58df01e7e65105bf752a44bd) (subsection.2.12.1)]
+>> endobj
+1311 0 obj <<
+/Names [(subsection.2.12.2) 94 0 R (subsection.2.12.3) 98 0 R (subsection.2.4.1) 34 0 R (subsection.2.4.2) 38 0 R (subsection.2.9.1) 62 0 R (subsection.2.9.2) 66 0 R]
+/Limits [(subsection.2.12.2) (subsection.2.9.2)]
+>> endobj
+1312 0 obj <<
+/Names [(subsection.2.9.3) 70 0 R (subsection.2.9.4) 74 0 R (subsection.3.2.1) 114 0 R (subsection.6.1.1) 146 0 R (subsection.6.1.2) 150 0 R (subsection.6.2.1) 178 0 R]
+/Limits [(subsection.2.9.3) (subsection.6.2.1)]
+>> endobj
+1313 0 obj <<
+/Names [(subsection.6.2.2) 182 0 R (subsection.6.3.1) 198 0 R (subsection.6.3.2) 202 0 R (subsection.6.4.1) 242 0 R (subsection.6.4.2) 246 0 R (subsection.6.5.1) 298 0 R]
+/Limits [(subsection.6.2.2) (subsection.6.5.1)]
+>> endobj
+1314 0 obj <<
+/Names [(subsection.6.5.2) 302 0 R (subsection.7.1.1) 326 0 R (subsection.7.1.2) 330 0 R (subsection.7.1.3) 338 0 R (subsection.7.1.4) 362 0 R (subsubsection.6.1.2.1) 154 0 R]
+/Limits [(subsection.6.5.2) (subsubsection.6.1.2.1)]
+>> endobj
+1315 0 obj <<
+/Names [(subsubsection.6.1.2.2) 158 0 R (subsubsection.6.1.2.3) 162 0 R (subsubsection.6.1.2.4) 166 0 R (subsubsection.6.1.2.5) 170 0 R (subsubsection.6.2.2.1) 186 0 R (subsubsection.6.2.2.2) 190 0 R]
+/Limits [(subsubsection.6.1.2.2) (subsubsection.6.2.2.2)]
+>> endobj
+1316 0 obj <<
+/Names [(subsubsection.6.3.2.1) 206 0 R (subsubsection.6.3.2.2) 210 0 R (subsubsection.6.3.2.3) 214 0 R (subsubsection.6.3.2.4) 218 0 R (subsubsection.6.3.2.5) 222 0 R (subsubsection.6.3.2.6) 226 0 R]
+/Limits [(subsubsection.6.3.2.1) (subsubsection.6.3.2.6)]
+>> endobj
+1317 0 obj <<
+/Names [(subsubsection.6.3.2.7) 230 0 R (subsubsection.6.3.2.8) 234 0 R (subsubsection.6.4.2.1) 250 0 R (subsubsection.6.4.2.10) 286 0 R (subsubsection.6.4.2.11) 290 0 R (subsubsection.6.4.2.2) 254 0 R]
+/Limits [(subsubsection.6.3.2.7) (subsubsection.6.4.2.2)]
+>> endobj
+1318 0 obj <<
+/Names [(subsubsection.6.4.2.3) 258 0 R (subsubsection.6.4.2.4) 262 0 R (subsubsection.6.4.2.5) 266 0 R (subsubsection.6.4.2.6) 270 0 R (subsubsection.6.4.2.7) 274 0 R (subsubsection.6.4.2.8) 278 0 R]
+/Limits [(subsubsection.6.4.2.3) (subsubsection.6.4.2.8)]
+>> endobj
+1319 0 obj <<
+/Names [(subsubsection.6.4.2.9) 282 0 R (subsubsection.6.5.2.1) 306 0 R (subsubsection.6.5.2.2) 310 0 R (subsubsection.6.5.2.3) 314 0 R (subsubsection.7.1.2.1) 334 0 R (subsubsection.7.1.3.1) 342 0 R]
+/Limits [(subsubsection.6.4.2.9) (subsubsection.7.1.3.1)]
+>> endobj
+1320 0 obj <<
+/Names [(subsubsection.7.1.3.2) 346 0 R (subsubsection.7.1.3.3) 350 0 R (subsubsection.7.1.3.4) 354 0 R (subsubsection.7.1.3.5) 358 0 R (subsubsection.7.1.4.1) 366 0 R (subsubsection.7.1.4.2) 370 0 R]
+/Limits [(subsubsection.7.1.3.2) (subsubsection.7.1.4.2)]
+>> endobj
+1321 0 obj <<
+/Names [(subsubsection.7.1.4.3) 374 0 R (subsubsection.7.1.4.4) 378 0 R (subsubsection.7.1.4.5) 382 0 R (subsubsection.7.1.4.6) 386 0 R (subsubsection.7.1.4.7) 390 0 R]
+/Limits [(subsubsection.7.1.4.3) (subsubsection.7.1.4.7)]
+>> endobj
+1322 0 obj <<
+/Kids [1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R]
+/Limits [(Doc-Start) (aacenc__lib_8h_a04ddaeecd6dc422bb72175b9e0ab3fea)]
+>> endobj
+1323 0 obj <<
+/Kids [1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R]
+/Limits [(aacenc__lib_8h_a079ac614039555edf1d131e5fb87573b) (aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a2e2b4d3e563dc169c06d590d8c833243)]
+>> endobj
+1324 0 obj <<
+/Kids [1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R]
+/Limits [(aacenc__lib_8h_a962fbff5778f83a2a1915cbb56adc2a4a3869e3bae5904258eff0b77d2ebed3b1) (index_encBasics)]
+>> endobj
+1325 0 obj <<
+/Kids [1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R]
+/Limits [(page.1) (page.6)]
+>> endobj
+1326 0 obj <<
+/Kids [1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R]
+/Limits [(page.7) (section.6.5)]
+>> endobj
+1327 0 obj <<
+/Kids [1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R]
+/Limits [(section.7.1) (subsection.2.12.1)]
+>> endobj
+1328 0 obj <<
+/Kids [1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R]
+/Limits [(subsection.2.12.2) (subsubsection.6.3.2.6)]
+>> endobj
+1329 0 obj <<
+/Kids [1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R]
+/Limits [(subsubsection.6.3.2.7) (subsubsection.7.1.4.7)]
+>> endobj
+1330 0 obj <<
+/Kids [1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R]
+/Limits [(Doc-Start) (subsection.2.12.1)]
+>> endobj
+1331 0 obj <<
+/Kids [1328 0 R 1329 0 R]
+/Limits [(subsection.2.12.2) (subsubsection.7.1.4.7)]
+>> endobj
+1332 0 obj <<
+/Kids [1330 0 R 1331 0 R]
+/Limits [(Doc-Start) (subsubsection.7.1.4.7)]
+>> endobj
+1333 0 obj <<
+/Dests 1332 0 R
+>> endobj
+1334 0 obj <<
+/Type /Catalog
+/Pages 1273 0 R
+/Outlines 1274 0 R
+/Names 1333 0 R
+/PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>2<</S/r>>6<</S/D>>]>>
+/OpenAction 393 0 R
+>> endobj
+1335 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.10)/Keywords()
+/CreationDate (D:20130902144953+02'00')
+/ModDate (D:20130902144953+02'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0)
+>> endobj
+xref
+0 1336
+0000000000 65535 f 
+0000000015 00000 n 
+0000185384 00000 n 
+0000472226 00000 n 
+0000000060 00000 n 
+0000000146 00000 n 
+0000185553 00000 n 
+0000472156 00000 n 
+0000000193 00000 n 
+0000000244 00000 n 
+0000185670 00000 n 
+0000472085 00000 n 
+0000000291 00000 n 
+0000000391 00000 n 
+0000189632 00000 n 
+0000471958 00000 n 
+0000000437 00000 n 
+0000000532 00000 n 
+0000189802 00000 n 
+0000471884 00000 n 
+0000000580 00000 n 
+0000000655 00000 n 
+0000189920 00000 n 
+0000471797 00000 n 
+0000000703 00000 n 
+0000000813 00000 n 
+0000193572 00000 n 
+0000471710 00000 n 
+0000000861 00000 n 
+0000001029 00000 n 
+0000196426 00000 n 
+0000471586 00000 n 
+0000001077 00000 n 
+0000001217 00000 n 
+0000196539 00000 n 
+0000471512 00000 n 
+0000001270 00000 n 
+0000001433 00000 n 
+0000199022 00000 n 
+0000471438 00000 n 
+0000001486 00000 n 
+0000001697 00000 n 
+0000199135 00000 n 
+0000471351 00000 n 
+0000001745 00000 n 
+0000001863 00000 n 
+0000199247 00000 n 
+0000471264 00000 n 
+0000001911 00000 n 
+0000002049 00000 n 
+0000205003 00000 n 
+0000471177 00000 n 
+0000002097 00000 n 
+0000002245 00000 n 
+0000205116 00000 n 
+0000471090 00000 n 
+0000002293 00000 n 
+0000002438 00000 n 
+0000205228 00000 n 
+0000470966 00000 n 
+0000002486 00000 n 
+0000002631 00000 n 
+0000209491 00000 n 
+0000470892 00000 n 
+0000002684 00000 n 
+0000002857 00000 n 
+0000209604 00000 n 
+0000470805 00000 n 
+0000002910 00000 n 
+0000003073 00000 n 
+0000209717 00000 n 
+0000470718 00000 n 
+0000003126 00000 n 
+0000003299 00000 n 
+0000209830 00000 n 
+0000470644 00000 n 
+0000003352 00000 n 
+0000003523 00000 n 
+0000212481 00000 n 
+0000470557 00000 n 
+0000003572 00000 n 
+0000003740 00000 n 
+0000215144 00000 n 
+0000470470 00000 n 
+0000003789 00000 n 
+0000003909 00000 n 
+0000216751 00000 n 
+0000470359 00000 n 
+0000003958 00000 n 
+0000004250 00000 n 
+0000216869 00000 n 
+0000470285 00000 n 
+0000004304 00000 n 
+0000004579 00000 n 
+0000216982 00000 n 
+0000470198 00000 n 
+0000004633 00000 n 
+0000004959 00000 n 
+0000218364 00000 n 
+0000470123 00000 n 
+0000005013 00000 n 
+0000005264 00000 n 
+0000221258 00000 n 
+0000469991 00000 n 
+0000005311 00000 n 
+0000005427 00000 n 
+0000221429 00000 n 
+0000469912 00000 n 
+0000005476 00000 n 
+0000005549 00000 n 
+0000221547 00000 n 
+0000469780 00000 n 
+0000005598 00000 n 
+0000005776 00000 n 
+0000224654 00000 n 
+0000469715 00000 n 
+0000005830 00000 n 
+0000006017 00000 n 
+0000224773 00000 n 
+0000469636 00000 n 
+0000006066 00000 n 
+0000006162 00000 n 
+0000227260 00000 n 
+0000469503 00000 n 
+0000006209 00000 n 
+0000006295 00000 n 
+0000227317 00000 n 
+0000469438 00000 n 
+0000006344 00000 n 
+0000006425 00000 n 
+0000228843 00000 n 
+0000469305 00000 n 
+0000006472 00000 n 
+0000006553 00000 n 
+0000228900 00000 n 
+0000469240 00000 n 
+0000006602 00000 n 
+0000006678 00000 n 
+0000231931 00000 n 
+0000469107 00000 n 
+0000006725 00000 n 
+0000006851 00000 n 
+0000232045 00000 n 
+0000468989 00000 n 
+0000006900 00000 n 
+0000007092 00000 n 
+0000232159 00000 n 
+0000468910 00000 n 
+0000007146 00000 n 
+0000007277 00000 n 
+0000232216 00000 n 
+0000468792 00000 n 
+0000007331 00000 n 
+0000007490 00000 n 
+0000232330 00000 n 
+0000468713 00000 n 
+0000007549 00000 n 
+0000007627 00000 n 
+0000232448 00000 n 
+0000468620 00000 n 
+0000007686 00000 n 
+0000007799 00000 n 
+0000232567 00000 n 
+0000468527 00000 n 
+0000007858 00000 n 
+0000007906 00000 n 
+0000234839 00000 n 
+0000468434 00000 n 
+0000007965 00000 n 
+0000008033 00000 n 
+0000234957 00000 n 
+0000468355 00000 n 
+0000008092 00000 n 
+0000008155 00000 n 
+0000235071 00000 n 
+0000468223 00000 n 
+0000008204 00000 n 
+0000008391 00000 n 
+0000235185 00000 n 
+0000468144 00000 n 
+0000008445 00000 n 
+0000008576 00000 n 
+0000235242 00000 n 
+0000468026 00000 n 
+0000008630 00000 n 
+0000008789 00000 n 
+0000235356 00000 n 
+0000467947 00000 n 
+0000008848 00000 n 
+0000008931 00000 n 
+0000235475 00000 n 
+0000467868 00000 n 
+0000008990 00000 n 
+0000009078 00000 n 
+0000235589 00000 n 
+0000467736 00000 n 
+0000009127 00000 n 
+0000009334 00000 n 
+0000238873 00000 n 
+0000467657 00000 n 
+0000009388 00000 n 
+0000009519 00000 n 
+0000238930 00000 n 
+0000467539 00000 n 
+0000009573 00000 n 
+0000009732 00000 n 
+0000239044 00000 n 
+0000467460 00000 n 
+0000009791 00000 n 
+0000009854 00000 n 
+0000239163 00000 n 
+0000467367 00000 n 
+0000009913 00000 n 
+0000009981 00000 n 
+0000239281 00000 n 
+0000467274 00000 n 
+0000010040 00000 n 
+0000010128 00000 n 
+0000239398 00000 n 
+0000467181 00000 n 
+0000010187 00000 n 
+0000010270 00000 n 
+0000239517 00000 n 
+0000467088 00000 n 
+0000010329 00000 n 
+0000010427 00000 n 
+0000239636 00000 n 
+0000466995 00000 n 
+0000010486 00000 n 
+0000010579 00000 n 
+0000239754 00000 n 
+0000466902 00000 n 
+0000010638 00000 n 
+0000010721 00000 n 
+0000244504 00000 n 
+0000466823 00000 n 
+0000010780 00000 n 
+0000010878 00000 n 
+0000244618 00000 n 
+0000466691 00000 n 
+0000010927 00000 n 
+0000011124 00000 n 
+0000244732 00000 n 
+0000466612 00000 n 
+0000011178 00000 n 
+0000011309 00000 n 
+0000244789 00000 n 
+0000466493 00000 n 
+0000011363 00000 n 
+0000011522 00000 n 
+0000244903 00000 n 
+0000466414 00000 n 
+0000011581 00000 n 
+0000011679 00000 n 
+0000245022 00000 n 
+0000466321 00000 n 
+0000011738 00000 n 
+0000011829 00000 n 
+0000245140 00000 n 
+0000466228 00000 n 
+0000011888 00000 n 
+0000012014 00000 n 
+0000247148 00000 n 
+0000466135 00000 n 
+0000012073 00000 n 
+0000012186 00000 n 
+0000247262 00000 n 
+0000466042 00000 n 
+0000012245 00000 n 
+0000012331 00000 n 
+0000247381 00000 n 
+0000465949 00000 n 
+0000012390 00000 n 
+0000012511 00000 n 
+0000247498 00000 n 
+0000465856 00000 n 
+0000012570 00000 n 
+0000012699 00000 n 
+0000247617 00000 n 
+0000465763 00000 n 
+0000012758 00000 n 
+0000012910 00000 n 
+0000247736 00000 n 
+0000465670 00000 n 
+0000012969 00000 n 
+0000013073 00000 n 
+0000247855 00000 n 
+0000465577 00000 n 
+0000013133 00000 n 
+0000013280 00000 n 
+0000247974 00000 n 
+0000465498 00000 n 
+0000013340 00000 n 
+0000013448 00000 n 
+0000248088 00000 n 
+0000465380 00000 n 
+0000013497 00000 n 
+0000013689 00000 n 
+0000250415 00000 n 
+0000465301 00000 n 
+0000013743 00000 n 
+0000013874 00000 n 
+0000250472 00000 n 
+0000465183 00000 n 
+0000013928 00000 n 
+0000014087 00000 n 
+0000250586 00000 n 
+0000465104 00000 n 
+0000014146 00000 n 
+0000014229 00000 n 
+0000250705 00000 n 
+0000465011 00000 n 
+0000014288 00000 n 
+0000014376 00000 n 
+0000250824 00000 n 
+0000464932 00000 n 
+0000014435 00000 n 
+0000014518 00000 n 
+0000256838 00000 n 
+0000464813 00000 n 
+0000014565 00000 n 
+0000014686 00000 n 
+0000256952 00000 n 
+0000464709 00000 n 
+0000014735 00000 n 
+0000014907 00000 n 
+0000280174 00000 n 
+0000464630 00000 n 
+0000014961 00000 n 
+0000015092 00000 n 
+0000280231 00000 n 
+0000464498 00000 n 
+0000015146 00000 n 
+0000015282 00000 n 
+0000280344 00000 n 
+0000464433 00000 n 
+0000015341 00000 n 
+0000015457 00000 n 
+0000280401 00000 n 
+0000464301 00000 n 
+0000015511 00000 n 
+0000015695 00000 n 
+0000280515 00000 n 
+0000464222 00000 n 
+0000015754 00000 n 
+0000015900 00000 n 
+0000280938 00000 n 
+0000464129 00000 n 
+0000015959 00000 n 
+0000016070 00000 n 
+0000281423 00000 n 
+0000464036 00000 n 
+0000016129 00000 n 
+0000016220 00000 n 
+0000284893 00000 n 
+0000463943 00000 n 
+0000016279 00000 n 
+0000016451 00000 n 
+0000285378 00000 n 
+0000463864 00000 n 
+0000016510 00000 n 
+0000016601 00000 n 
+0000296126 00000 n 
+0000463746 00000 n 
+0000016655 00000 n 
+0000016796 00000 n 
+0000296242 00000 n 
+0000463667 00000 n 
+0000016855 00000 n 
+0000016938 00000 n 
+0000299721 00000 n 
+0000463574 00000 n 
+0000016997 00000 n 
+0000017085 00000 n 
+0000302731 00000 n 
+0000463481 00000 n 
+0000017144 00000 n 
+0000017252 00000 n 
+0000302847 00000 n 
+0000463388 00000 n 
+0000017311 00000 n 
+0000017389 00000 n 
+0000302962 00000 n 
+0000463295 00000 n 
+0000017448 00000 n 
+0000017574 00000 n 
+0000306214 00000 n 
+0000463202 00000 n 
+0000017633 00000 n 
+0000017759 00000 n 
+0000306330 00000 n 
+0000463123 00000 n 
+0000017818 00000 n 
+0000017896 00000 n 
+0000018960 00000 n 
+0000019094 00000 n 
+0000162417 00000 n 
+0000162545 00000 n 
+0000017948 00000 n 
+0000162488 00000 n 
+0000461120 00000 n 
+0000461477 00000 n 
+0000461834 00000 n 
+0000130820 00000 n 
+0000162885 00000 n 
+0000162766 00000 n 
+0000162666 00000 n 
+0000164345 00000 n 
+0000164496 00000 n 
+0000164650 00000 n 
+0000164804 00000 n 
+0000164955 00000 n 
+0000165109 00000 n 
+0000165263 00000 n 
+0000165417 00000 n 
+0000165571 00000 n 
+0000165729 00000 n 
+0000165888 00000 n 
+0000166041 00000 n 
+0000166195 00000 n 
+0000166348 00000 n 
+0000166502 00000 n 
+0000166656 00000 n 
+0000166815 00000 n 
+0000166974 00000 n 
+0000167133 00000 n 
+0000167291 00000 n 
+0000167446 00000 n 
+0000167601 00000 n 
+0000167756 00000 n 
+0000167916 00000 n 
+0000168076 00000 n 
+0000168236 00000 n 
+0000168386 00000 n 
+0000170168 00000 n 
+0000168595 00000 n 
+0000163998 00000 n 
+0000162926 00000 n 
+0000168538 00000 n 
+0000170322 00000 n 
+0000170477 00000 n 
+0000170631 00000 n 
+0000170782 00000 n 
+0000170936 00000 n 
+0000171087 00000 n 
+0000171241 00000 n 
+0000171391 00000 n 
+0000171544 00000 n 
+0000171703 00000 n 
+0000171862 00000 n 
+0000172025 00000 n 
+0000172188 00000 n 
+0000172352 00000 n 
+0000172516 00000 n 
+0000172680 00000 n 
+0000172833 00000 n 
+0000172992 00000 n 
+0000173150 00000 n 
+0000173313 00000 n 
+0000173477 00000 n 
+0000173630 00000 n 
+0000173789 00000 n 
+0000173948 00000 n 
+0000174112 00000 n 
+0000174273 00000 n 
+0000174437 00000 n 
+0000174601 00000 n 
+0000174764 00000 n 
+0000174928 00000 n 
+0000175092 00000 n 
+0000175256 00000 n 
+0000175410 00000 n 
+0000175569 00000 n 
+0000177433 00000 n 
+0000175727 00000 n 
+0000169757 00000 n 
+0000168680 00000 n 
+0000177597 00000 n 
+0000177761 00000 n 
+0000177924 00000 n 
+0000178085 00000 n 
+0000178249 00000 n 
+0000178413 00000 n 
+0000178576 00000 n 
+0000178739 00000 n 
+0000178903 00000 n 
+0000179066 00000 n 
+0000179231 00000 n 
+0000179385 00000 n 
+0000179543 00000 n 
+0000179702 00000 n 
+0000179866 00000 n 
+0000180030 00000 n 
+0000180194 00000 n 
+0000180345 00000 n 
+0000180499 00000 n 
+0000180658 00000 n 
+0000180817 00000 n 
+0000180981 00000 n 
+0000181139 00000 n 
+0000181301 00000 n 
+0000181465 00000 n 
+0000181629 00000 n 
+0000181793 00000 n 
+0000181957 00000 n 
+0000182116 00000 n 
+0000182280 00000 n 
+0000182444 00000 n 
+0000182608 00000 n 
+0000182771 00000 n 
+0000182935 00000 n 
+0000183099 00000 n 
+0000183263 00000 n 
+0000177014 00000 n 
+0000175812 00000 n 
+0000183567 00000 n 
+0000183448 00000 n 
+0000183348 00000 n 
+0000185725 00000 n 
+0000185209 00000 n 
+0000183608 00000 n 
+0000185328 00000 n 
+0000185439 00000 n 
+0000185496 00000 n 
+0000185608 00000 n 
+0000461952 00000 n 
+0000186212 00000 n 
+0000186037 00000 n 
+0000185810 00000 n 
+0000186156 00000 n 
+0000188185 00000 n 
+0000188341 00000 n 
+0000188532 00000 n 
+0000188688 00000 n 
+0000188879 00000 n 
+0000189037 00000 n 
+0000189227 00000 n 
+0000189386 00000 n 
+0000190202 00000 n 
+0000187990 00000 n 
+0000186284 00000 n 
+0000189576 00000 n 
+0000189688 00000 n 
+0000189745 00000 n 
+0000189858 00000 n 
+0000189974 00000 n 
+0000460946 00000 n 
+0000190031 00000 n 
+0000190088 00000 n 
+0000190145 00000 n 
+0000256895 00000 n 
+0000306272 00000 n 
+0000193515 00000 n 
+0000303020 00000 n 
+0000205171 00000 n 
+0000299663 00000 n 
+0000205059 00000 n 
+0000302789 00000 n 
+0000192302 00000 n 
+0000192460 00000 n 
+0000192614 00000 n 
+0000192802 00000 n 
+0000192964 00000 n 
+0000193154 00000 n 
+0000193627 00000 n 
+0000192123 00000 n 
+0000190300 00000 n 
+0000193345 00000 n 
+0000193401 00000 n 
+0000193458 00000 n 
+0000199078 00000 n 
+0000196369 00000 n 
+0000199191 00000 n 
+0000296184 00000 n 
+0000195959 00000 n 
+0000196123 00000 n 
+0000196595 00000 n 
+0000195812 00000 n 
+0000193725 00000 n 
+0000196313 00000 n 
+0000196482 00000 n 
+0000231988 00000 n 
+0000198528 00000 n 
+0000198719 00000 n 
+0000199303 00000 n 
+0000198381 00000 n 
+0000196693 00000 n 
+0000198909 00000 n 
+0000198965 00000 n 
+0000201846 00000 n 
+0000202003 00000 n 
+0000202227 00000 n 
+0000202608 00000 n 
+0000202773 00000 n 
+0000202937 00000 n 
+0000203160 00000 n 
+0000203351 00000 n 
+0000203550 00000 n 
+0000203748 00000 n 
+0000203939 00000 n 
+0000204129 00000 n 
+0000204320 00000 n 
+0000204510 00000 n 
+0000204700 00000 n 
+0000205345 00000 n 
+0000201587 00000 n 
+0000199401 00000 n 
+0000204890 00000 n 
+0000204946 00000 n 
+0000202418 00000 n 
+0000205284 00000 n 
+0000462070 00000 n 
+0000295938 00000 n 
+0000244561 00000 n 
+0000280696 00000 n 
+0000284836 00000 n 
+0000247205 00000 n 
+0000244960 00000 n 
+0000302904 00000 n 
+0000285322 00000 n 
+0000207540 00000 n 
+0000207764 00000 n 
+0000207988 00000 n 
+0000208369 00000 n 
+0000208543 00000 n 
+0000208767 00000 n 
+0000208990 00000 n 
+0000209886 00000 n 
+0000207337 00000 n 
+0000205443 00000 n 
+0000209435 00000 n 
+0000209547 00000 n 
+0000208179 00000 n 
+0000209660 00000 n 
+0000209773 00000 n 
+0000209213 00000 n 
+0000289118 00000 n 
+0000289428 00000 n 
+0000224711 00000 n 
+0000289613 00000 n 
+0000289304 00000 n 
+0000289551 00000 n 
+0000212146 00000 n 
+0000212537 00000 n 
+0000212007 00000 n 
+0000209984 00000 n 
+0000212368 00000 n 
+0000212424 00000 n 
+0000289490 00000 n 
+0000215260 00000 n 
+0000214912 00000 n 
+0000212635 00000 n 
+0000215031 00000 n 
+0000215087 00000 n 
+0000215199 00000 n 
+0000217038 00000 n 
+0000216576 00000 n 
+0000215358 00000 n 
+0000216695 00000 n 
+0000216807 00000 n 
+0000216925 00000 n 
+0000218420 00000 n 
+0000218132 00000 n 
+0000217136 00000 n 
+0000218251 00000 n 
+0000218307 00000 n 
+0000220978 00000 n 
+0000221604 00000 n 
+0000220839 00000 n 
+0000218505 00000 n 
+0000221202 00000 n 
+0000221315 00000 n 
+0000221372 00000 n 
+0000460368 00000 n 
+0000221486 00000 n 
+0000462188 00000 n 
+0000289675 00000 n 
+0000224829 00000 n 
+0000224417 00000 n 
+0000221715 00000 n 
+0000224536 00000 n 
+0000224592 00000 n 
+0000460513 00000 n 
+0000225613 00000 n 
+0000225777 00000 n 
+0000225931 00000 n 
+0000226093 00000 n 
+0000226247 00000 n 
+0000226414 00000 n 
+0000226568 00000 n 
+0000226733 00000 n 
+0000226887 00000 n 
+0000227050 00000 n 
+0000227374 00000 n 
+0000225402 00000 n 
+0000224939 00000 n 
+0000227204 00000 n 
+0000235014 00000 n 
+0000235532 00000 n 
+0000248031 00000 n 
+0000227862 00000 n 
+0000227687 00000 n 
+0000227459 00000 n 
+0000227806 00000 n 
+0000228476 00000 n 
+0000228633 00000 n 
+0000228957 00000 n 
+0000228329 00000 n 
+0000227934 00000 n 
+0000228787 00000 n 
+0000229443 00000 n 
+0000229268 00000 n 
+0000229042 00000 n 
+0000229387 00000 n 
+0000230506 00000 n 
+0000230703 00000 n 
+0000230901 00000 n 
+0000231099 00000 n 
+0000231296 00000 n 
+0000231494 00000 n 
+0000231684 00000 n 
+0000232684 00000 n 
+0000230319 00000 n 
+0000229515 00000 n 
+0000231875 00000 n 
+0000232102 00000 n 
+0000460657 00000 n 
+0000232273 00000 n 
+0000232387 00000 n 
+0000232505 00000 n 
+0000232624 00000 n 
+0000462306 00000 n 
+0000234896 00000 n 
+0000280458 00000 n 
+0000233887 00000 n 
+0000234042 00000 n 
+0000234239 00000 n 
+0000234436 00000 n 
+0000234627 00000 n 
+0000237156 00000 n 
+0000237357 00000 n 
+0000237558 00000 n 
+0000237759 00000 n 
+0000235646 00000 n 
+0000233716 00000 n 
+0000232808 00000 n 
+0000234783 00000 n 
+0000235128 00000 n 
+0000235299 00000 n 
+0000235413 00000 n 
+0000237960 00000 n 
+0000238161 00000 n 
+0000238361 00000 n 
+0000238560 00000 n 
+0000239872 00000 n 
+0000236961 00000 n 
+0000235770 00000 n 
+0000238760 00000 n 
+0000238816 00000 n 
+0000238987 00000 n 
+0000239101 00000 n 
+0000239219 00000 n 
+0000239338 00000 n 
+0000239455 00000 n 
+0000239574 00000 n 
+0000239693 00000 n 
+0000239811 00000 n 
+0000241538 00000 n 
+0000241694 00000 n 
+0000241883 00000 n 
+0000242082 00000 n 
+0000242271 00000 n 
+0000242470 00000 n 
+0000242669 00000 n 
+0000242868 00000 n 
+0000243067 00000 n 
+0000243266 00000 n 
+0000243464 00000 n 
+0000243662 00000 n 
+0000243861 00000 n 
+0000244059 00000 n 
+0000244257 00000 n 
+0000245258 00000 n 
+0000241287 00000 n 
+0000239957 00000 n 
+0000244448 00000 n 
+0000244675 00000 n 
+0000244846 00000 n 
+0000245079 00000 n 
+0000460802 00000 n 
+0000245197 00000 n 
+0000247319 00000 n 
+0000247793 00000 n 
+0000247674 00000 n 
+0000247555 00000 n 
+0000247437 00000 n 
+0000247912 00000 n 
+0000246746 00000 n 
+0000246937 00000 n 
+0000249170 00000 n 
+0000248145 00000 n 
+0000246599 00000 n 
+0000245395 00000 n 
+0000247092 00000 n 
+0000249368 00000 n 
+0000249566 00000 n 
+0000249764 00000 n 
+0000249955 00000 n 
+0000250146 00000 n 
+0000250881 00000 n 
+0000248991 00000 n 
+0000248282 00000 n 
+0000250302 00000 n 
+0000250358 00000 n 
+0000250529 00000 n 
+0000250643 00000 n 
+0000250762 00000 n 
+0000251800 00000 n 
+0000255702 00000 n 
+0000255769 00000 n 
+0000255936 00000 n 
+0000256100 00000 n 
+0000256263 00000 n 
+0000256427 00000 n 
+0000256592 00000 n 
+0000258549 00000 n 
+0000257123 00000 n 
+0000251606 00000 n 
+0000250967 00000 n 
+0000256782 00000 n 
+0000257009 00000 n 
+0000257066 00000 n 
+0000462424 00000 n 
+0000252612 00000 n 
+0000252742 00000 n 
+0000252882 00000 n 
+0000253153 00000 n 
+0000253539 00000 n 
+0000253743 00000 n 
+0000253764 00000 n 
+0000255680 00000 n 
+0000280287 00000 n 
+0000258740 00000 n 
+0000258963 00000 n 
+0000259186 00000 n 
+0000259407 00000 n 
+0000259630 00000 n 
+0000259853 00000 n 
+0000260072 00000 n 
+0000260295 00000 n 
+0000260518 00000 n 
+0000260741 00000 n 
+0000260964 00000 n 
+0000261187 00000 n 
+0000261410 00000 n 
+0000261601 00000 n 
+0000261824 00000 n 
+0000262046 00000 n 
+0000262269 00000 n 
+0000262492 00000 n 
+0000262715 00000 n 
+0000262906 00000 n 
+0000263129 00000 n 
+0000263350 00000 n 
+0000263573 00000 n 
+0000263796 00000 n 
+0000264016 00000 n 
+0000264239 00000 n 
+0000264430 00000 n 
+0000264653 00000 n 
+0000264876 00000 n 
+0000265098 00000 n 
+0000265321 00000 n 
+0000265544 00000 n 
+0000265767 00000 n 
+0000265957 00000 n 
+0000266180 00000 n 
+0000266403 00000 n 
+0000266626 00000 n 
+0000266849 00000 n 
+0000267071 00000 n 
+0000269295 00000 n 
+0000269518 00000 n 
+0000269741 00000 n 
+0000267405 00000 n 
+0000258098 00000 n 
+0000257262 00000 n 
+0000267293 00000 n 
+0000267349 00000 n 
+0000281366 00000 n 
+0000281480 00000 n 
+0000284155 00000 n 
+0000284217 00000 n 
+0000284279 00000 n 
+0000284341 00000 n 
+0000284403 00000 n 
+0000284465 00000 n 
+0000284527 00000 n 
+0000284589 00000 n 
+0000284651 00000 n 
+0000284713 00000 n 
+0000284774 00000 n 
+0000280572 00000 n 
+0000280634 00000 n 
+0000280758 00000 n 
+0000280820 00000 n 
+0000284950 00000 n 
+0000285012 00000 n 
+0000285074 00000 n 
+0000285136 00000 n 
+0000285198 00000 n 
+0000285260 00000 n 
+0000280882 00000 n 
+0000280995 00000 n 
+0000281057 00000 n 
+0000281119 00000 n 
+0000281181 00000 n 
+0000281243 00000 n 
+0000281305 00000 n 
+0000285435 00000 n 
+0000289180 00000 n 
+0000289242 00000 n 
+0000289366 00000 n 
+0000269964 00000 n 
+0000270187 00000 n 
+0000270410 00000 n 
+0000270633 00000 n 
+0000270856 00000 n 
+0000271079 00000 n 
+0000271302 00000 n 
+0000271525 00000 n 
+0000271748 00000 n 
+0000271971 00000 n 
+0000272194 00000 n 
+0000272417 00000 n 
+0000272607 00000 n 
+0000272798 00000 n 
+0000272988 00000 n 
+0000273178 00000 n 
+0000273369 00000 n 
+0000273560 00000 n 
+0000273750 00000 n 
+0000273941 00000 n 
+0000274132 00000 n 
+0000274295 00000 n 
+0000274459 00000 n 
+0000274622 00000 n 
+0000274786 00000 n 
+0000274976 00000 n 
+0000275167 00000 n 
+0000275357 00000 n 
+0000275690 00000 n 
+0000275880 00000 n 
+0000276071 00000 n 
+0000276260 00000 n 
+0000276449 00000 n 
+0000276638 00000 n 
+0000276826 00000 n 
+0000277205 00000 n 
+0000277395 00000 n 
+0000277699 00000 n 
+0000268828 00000 n 
+0000267490 00000 n 
+0000277586 00000 n 
+0000461653 00000 n 
+0000277642 00000 n 
+0000275524 00000 n 
+0000277015 00000 n 
+0000292266 00000 n 
+0000292329 00000 n 
+0000292391 00000 n 
+0000295751 00000 n 
+0000295814 00000 n 
+0000295876 00000 n 
+0000296001 00000 n 
+0000296063 00000 n 
+0000299779 00000 n 
+0000279501 00000 n 
+0000279896 00000 n 
+0000281541 00000 n 
+0000279346 00000 n 
+0000277810 00000 n 
+0000280118 00000 n 
+0000279699 00000 n 
+0000461296 00000 n 
+0000283493 00000 n 
+0000283684 00000 n 
+0000283875 00000 n 
+0000288274 00000 n 
+0000288497 00000 n 
+0000285497 00000 n 
+0000283338 00000 n 
+0000281652 00000 n 
+0000284099 00000 n 
+0000288659 00000 n 
+0000288883 00000 n 
+0000289737 00000 n 
+0000288111 00000 n 
+0000285595 00000 n 
+0000289062 00000 n 
+0000292454 00000 n 
+0000292085 00000 n 
+0000289835 00000 n 
+0000292208 00000 n 
+0000462542 00000 n 
+0000295172 00000 n 
+0000295336 00000 n 
+0000295502 00000 n 
+0000296300 00000 n 
+0000295010 00000 n 
+0000292553 00000 n 
+0000295693 00000 n 
+0000298750 00000 n 
+0000298947 00000 n 
+0000299112 00000 n 
+0000299276 00000 n 
+0000299440 00000 n 
+0000299836 00000 n 
+0000298570 00000 n 
+0000296412 00000 n 
+0000299605 00000 n 
+0000301738 00000 n 
+0000301906 00000 n 
+0000302097 00000 n 
+0000302289 00000 n 
+0000302481 00000 n 
+0000303077 00000 n 
+0000301558 00000 n 
+0000299948 00000 n 
+0000302673 00000 n 
+0000305391 00000 n 
+0000305582 00000 n 
+0000305774 00000 n 
+0000305964 00000 n 
+0000306388 00000 n 
+0000305220 00000 n 
+0000303189 00000 n 
+0000306156 00000 n 
+0000307052 00000 n 
+0000306871 00000 n 
+0000306513 00000 n 
+0000306994 00000 n 
+0000308597 00000 n 
+0000308748 00000 n 
+0000308898 00000 n 
+0000309049 00000 n 
+0000309200 00000 n 
+0000309351 00000 n 
+0000309502 00000 n 
+0000309653 00000 n 
+0000309804 00000 n 
+0000309954 00000 n 
+0000310105 00000 n 
+0000310256 00000 n 
+0000310407 00000 n 
+0000310558 00000 n 
+0000310709 00000 n 
+0000310859 00000 n 
+0000311010 00000 n 
+0000311161 00000 n 
+0000311312 00000 n 
+0000311463 00000 n 
+0000311614 00000 n 
+0000311765 00000 n 
+0000311915 00000 n 
+0000312065 00000 n 
+0000312215 00000 n 
+0000312365 00000 n 
+0000312516 00000 n 
+0000312664 00000 n 
+0000312815 00000 n 
+0000312966 00000 n 
+0000313117 00000 n 
+0000313268 00000 n 
+0000313419 00000 n 
+0000313569 00000 n 
+0000313719 00000 n 
+0000313868 00000 n 
+0000314019 00000 n 
+0000314170 00000 n 
+0000314319 00000 n 
+0000314470 00000 n 
+0000314620 00000 n 
+0000314771 00000 n 
+0000314922 00000 n 
+0000315073 00000 n 
+0000315224 00000 n 
+0000315374 00000 n 
+0000315523 00000 n 
+0000315674 00000 n 
+0000315825 00000 n 
+0000315975 00000 n 
+0000316126 00000 n 
+0000316277 00000 n 
+0000316428 00000 n 
+0000316579 00000 n 
+0000316730 00000 n 
+0000316880 00000 n 
+0000317031 00000 n 
+0000317177 00000 n 
+0000317326 00000 n 
+0000317477 00000 n 
+0000319882 00000 n 
+0000317685 00000 n 
+0000307922 00000 n 
+0000307138 00000 n 
+0000317627 00000 n 
+0000462667 00000 n 
+0000320032 00000 n 
+0000320183 00000 n 
+0000320334 00000 n 
+0000320484 00000 n 
+0000320634 00000 n 
+0000320784 00000 n 
+0000320935 00000 n 
+0000321085 00000 n 
+0000321235 00000 n 
+0000321386 00000 n 
+0000321537 00000 n 
+0000321688 00000 n 
+0000321838 00000 n 
+0000321988 00000 n 
+0000322138 00000 n 
+0000322288 00000 n 
+0000322439 00000 n 
+0000322590 00000 n 
+0000322741 00000 n 
+0000322892 00000 n 
+0000323043 00000 n 
+0000323194 00000 n 
+0000323345 00000 n 
+0000323496 00000 n 
+0000323647 00000 n 
+0000323798 00000 n 
+0000323949 00000 n 
+0000324100 00000 n 
+0000324250 00000 n 
+0000324400 00000 n 
+0000324550 00000 n 
+0000324701 00000 n 
+0000324851 00000 n 
+0000325002 00000 n 
+0000325152 00000 n 
+0000325302 00000 n 
+0000325453 00000 n 
+0000325604 00000 n 
+0000325754 00000 n 
+0000325903 00000 n 
+0000326052 00000 n 
+0000326202 00000 n 
+0000326353 00000 n 
+0000326504 00000 n 
+0000326654 00000 n 
+0000326805 00000 n 
+0000326955 00000 n 
+0000327106 00000 n 
+0000327256 00000 n 
+0000327407 00000 n 
+0000327557 00000 n 
+0000327706 00000 n 
+0000327857 00000 n 
+0000328007 00000 n 
+0000328157 00000 n 
+0000328308 00000 n 
+0000328459 00000 n 
+0000328610 00000 n 
+0000328761 00000 n 
+0000328912 00000 n 
+0000329063 00000 n 
+0000329214 00000 n 
+0000329364 00000 n 
+0000329515 00000 n 
+0000329665 00000 n 
+0000329815 00000 n 
+0000329966 00000 n 
+0000330116 00000 n 
+0000330266 00000 n 
+0000330417 00000 n 
+0000330568 00000 n 
+0000330719 00000 n 
+0000330869 00000 n 
+0000331020 00000 n 
+0000331171 00000 n 
+0000331320 00000 n 
+0000331469 00000 n 
+0000331619 00000 n 
+0000331770 00000 n 
+0000331920 00000 n 
+0000332070 00000 n 
+0000332220 00000 n 
+0000334003 00000 n 
+0000332428 00000 n 
+0000319000 00000 n 
+0000317771 00000 n 
+0000332370 00000 n 
+0000334154 00000 n 
+0000334305 00000 n 
+0000334456 00000 n 
+0000334606 00000 n 
+0000334756 00000 n 
+0000334906 00000 n 
+0000335057 00000 n 
+0000335208 00000 n 
+0000335359 00000 n 
+0000335510 00000 n 
+0000335661 00000 n 
+0000335812 00000 n 
+0000335963 00000 n 
+0000336114 00000 n 
+0000336265 00000 n 
+0000336416 00000 n 
+0000336567 00000 n 
+0000336717 00000 n 
+0000336867 00000 n 
+0000337018 00000 n 
+0000337169 00000 n 
+0000337320 00000 n 
+0000337469 00000 n 
+0000337619 00000 n 
+0000337769 00000 n 
+0000337919 00000 n 
+0000338068 00000 n 
+0000338218 00000 n 
+0000338368 00000 n 
+0000338519 00000 n 
+0000338670 00000 n 
+0000338821 00000 n 
+0000338972 00000 n 
+0000339123 00000 n 
+0000339274 00000 n 
+0000339422 00000 n 
+0000339573 00000 n 
+0000339724 00000 n 
+0000339875 00000 n 
+0000340025 00000 n 
+0000340175 00000 n 
+0000340326 00000 n 
+0000340477 00000 n 
+0000340628 00000 n 
+0000340837 00000 n 
+0000333463 00000 n 
+0000332514 00000 n 
+0000340779 00000 n 
+0000459888 00000 n 
+0000340923 00000 n 
+0000341251 00000 n 
+0000341575 00000 n 
+0000341601 00000 n 
+0000342202 00000 n 
+0000342286 00000 n 
+0000342460 00000 n 
+0000342852 00000 n 
+0000343731 00000 n 
+0000344306 00000 n 
+0000354516 00000 n 
+0000354786 00000 n 
+0000364169 00000 n 
+0000364439 00000 n 
+0000371633 00000 n 
+0000371872 00000 n 
+0000378901 00000 n 
+0000379133 00000 n 
+0000397867 00000 n 
+0000398437 00000 n 
+0000415061 00000 n 
+0000415542 00000 n 
+0000428341 00000 n 
+0000428683 00000 n 
+0000448943 00000 n 
+0000449522 00000 n 
+0000459590 00000 n 
+0000462765 00000 n 
+0000462885 00000 n 
+0000462974 00000 n 
+0000463047 00000 n 
+0000472335 00000 n 
+0000472689 00000 n 
+0000472852 00000 n 
+0000473095 00000 n 
+0000473332 00000 n 
+0000473600 00000 n 
+0000473938 00000 n 
+0000474536 00000 n 
+0000475200 00000 n 
+0000475897 00000 n 
+0000476660 00000 n 
+0000477423 00000 n 
+0000478087 00000 n 
+0000478850 00000 n 
+0000479613 00000 n 
+0000480277 00000 n 
+0000480974 00000 n 
+0000481303 00000 n 
+0000481500 00000 n 
+0000481669 00000 n 
+0000481838 00000 n 
+0000482009 00000 n 
+0000482179 00000 n 
+0000482356 00000 n 
+0000482526 00000 n 
+0000482706 00000 n 
+0000482901 00000 n 
+0000483101 00000 n 
+0000483298 00000 n 
+0000483499 00000 n 
+0000483702 00000 n 
+0000484135 00000 n 
+0000484628 00000 n 
+0000485207 00000 n 
+0000485740 00000 n 
+0000486303 00000 n 
+0000486749 00000 n 
+0000486989 00000 n 
+0000487230 00000 n 
+0000487473 00000 n 
+0000487726 00000 n 
+0000488009 00000 n 
+0000488292 00000 n 
+0000488577 00000 n 
+0000488860 00000 n 
+0000489143 00000 n 
+0000489426 00000 n 
+0000489677 00000 n 
+0000489836 00000 n 
+0000490067 00000 n 
+0000490265 00000 n 
+0000490379 00000 n 
+0000490498 00000 n 
+0000490628 00000 n 
+0000490768 00000 n 
+0000490903 00000 n 
+0000491031 00000 n 
+0000491135 00000 n 
+0000491231 00000 n 
+0000491271 00000 n 
+0000491452 00000 n 
+trailer
+<< /Size 1336
+/Root 1334 0 R
+/Info 1335 0 R
+/ID [<DF0BD4413253B81F550BF5F2F8C5F1D3> <DF0BD4413253B81F550BF5F2F8C5F1D3>] >>
+startxref
+491779
+%%EOF
diff --git a/fdk-aac.pc.in b/fdk-aac.pc.in
new file mode 100644 (file)
index 0000000..2edac45
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Fraunhofer FDK AAC Codec Library
+Description: AAC codec library
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lfdk-aac @LIBS_PUBLIC@
+Libs.private: @LIBS_PRIVATE@
+Cflags: -I${includedir}
diff --git a/fdk-aac.sym b/fdk-aac.sym
new file mode 100644 (file)
index 0000000..2a06c41
--- /dev/null
@@ -0,0 +1,18 @@
+aacDecoder_AncDataGet
+aacDecoder_AncDataInit
+aacDecoder_Close
+aacDecoder_ConfigRaw
+aacDecoder_DecodeFrame
+aacDecoder_Fill
+aacDecoder_GetFreeBytes
+aacDecoder_GetLibInfo
+aacDecoder_GetStreamInfo
+aacDecoder_Open
+aacDecoder_SetParam
+aacEncClose
+aacEncEncode
+aacEncGetLibInfo
+aacEncInfo
+aacEncOpen
+aacEncoder_GetParam
+aacEncoder_SetParam
diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h
new file mode 100644 (file)
index 0000000..60efe8d
--- /dev/null
@@ -0,0 +1,689 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Manuel Jander
+
+******************************************************************************/
+
+/**
+ * \file   aacdecoder_lib.h
+ * \brief  FDK AAC decoder library interface header file.
+ *
+
+\page INTRO Introduction
+
+\section SCOPE Scope
+
+This document describes the high-level interface and usage of the ISO/MPEG-2/4 AAC Decoder
+library developed by the Fraunhofer Institute for Integrated Circuits (IIS).
+Depending on the library configuration, it implements decoding of AAC-LC (Low-Complexity),
+HE-AAC (High-Efficiency AAC, v1 and v2), AAC-LD (Low-Delay) and AAC-ELD (Enhanced Low-Delay).
+
+All references to SBR (Spectral Band Replication) are only applicable to HE-AAC and AAC-ELD
+versions of the library. All references to PS (Parametric Stereo) are only applicable to
+HE-AAC v2 versions of the library.
+
+\section DecoderBasics Decoder Basics
+
+This document can only give a rough overview about the ISO/MPEG-2 and ISO/MPEG-4 AAC audio
+coding standard. To understand all the terms in this document, you are encouraged to read
+the following documents.
+
+- ISO/IEC 13818-7 (MPEG-2 AAC), which defines the syntax of MPEG-2 AAC audio bitstreams.
+- ISO/IEC 14496-3 (MPEG-4 AAC, subpart 1 and 4), which defines the syntax of MPEG-4 AAC audio bitstreams.
+- Lutzky, Schuller, Gayer, Kr&auml;mer, Wabnik, "A guideline to audio codec delay", 116th AES Convention, May 8, 2004
+
+MPEG Advanced Audio Coding is based on a time-to-frequency mapping of the signal. The signal
+is partitioned into overlapping portions and transformed into frequency domain. The spectral
+components are then quantized and coded.\n
+An MPEG2 or MPEG4 AAC audio bitstream is composed of frames. Contrary to MPEG-1/2 Layer-3 (mp3),
+the length of individual frames is not restricted to a fixed number of bytes, but can take on
+any length between 1 and 768 bytes.
+
+
+\page LIBUSE Library Usage
+
+\section InterfaceDescritpion API Description
+
+All API header files are located in the folder /include of the release package. They are described in
+detail in this document. All header files are provided for usage in C/C++ programs. The AAC decoder library
+API functions are located at aacdecoder_lib.h.
+
+In binary releases the decoder core resides in statically linkable libraries called for example libAACdec.a,
+(Linux) or FDK_aacDec_lib (Microsoft Visual C++).
+
+\section Calling_Sequence Calling Sequence
+
+For decoding of ISO/MPEG-2/4 AAC or HE-AAC v2 bitstreams the following sequence is mandatory. Input read
+and output write functions as well as the corresponding open and close functions are left out, since they
+may be implemented differently according to the user's specific requirements. The example implementation in
+main.cpp uses file-based input/output, and in such case call mpegFileRead_Open() to open an input file and
+to allocate memory for the required structures, and the corresponding mpegFileRead_Close() to close opened
+files and to de-allocate associated structures. mpegFileRead_Open() tries to detect the bitstream format and
+in case of MPEG-4 file format or Raw Packets file format (a Fraunhofer IIS proprietary format) reads the Audio
+Specific Config data (ASC). An unsuccessful attempt to recognize the bitstream format requires the user to
+provide this information manually (see \ref CommandLineUsage). For any other bitstream formats that are
+usually applicable in streaming applications, the decoder itself will try to synchronize and parse the given
+bitstream fragment using the FDK transport library. Hence, for streaming applications (without file access)
+this step is not necessary.
+
+-# Call aacDecoder_Open() to open and retrieve a handle to a new AAC decoder instance.
+\dontinclude main.cpp
+\skipline aacDecoder_Open
+-# If out-of-band config data (Audio Specific Config (ASC) or Stream Mux Config (SMC)) is available, call
+aacDecoder_ConfigRaw() to pass it to the decoder and before the decoding process starts. If this data is
+not available in advance, the decoder will get it from the bitstream  and configure itself while decoding
+with aacDecoder_DecodeFrame().
+-# Begin decoding loop.
+\skipline do {
+-# Read data from bitstream file or stream into a client-supplied input buffer ("inBuffer" in main.cpp).
+If it is very small like just 4, aacDecoder_DecodeFrame() will
+repeatedly return ::AAC_DEC_NOT_ENOUGH_BITS until enough bits were fed by aacDecoder_Fill(). Only read data
+when this buffer has completely been processed and is then empty. For file-based input execute
+mpegFileRead_Read() or any other implementation with similar functionality.
+-# Call aacDecoder_Fill() to fill the decoder's internal bitstream input buffer with the client-supplied
+external bitstream input buffer.
+\skipline aacDecoder_Fill
+-# Call aacDecoder_DecodeFrame() which writes decoded PCM audio data to a client-supplied buffer. It is the
+client's responsibility to allocate a buffer which is large enough to hold this output data.
+\skipline aacDecoder_DecodeFrame
+If the bitstream's configuration (number of channels, sample rate, frame size) is not known in advance, you may
+call aacDecoder_GetStreamInfo() to retrieve a structure containing this information and then initialize an audio
+output device. In the example main.cpp, if the number of channels or the sample rate has changed since program
+start or since the previously decoded frame, the audio output device will be re-initialized. If WAVE file output
+is chosen, a new WAVE file for each new configuration will be created.
+\skipline aacDecoder_GetStreamInfo
+-# Repeat steps 5 to 7 until no data to decode is available anymore, or if an error occured.
+\skipline } while
+-# Call aacDecoder_Close() to de-allocate all AAC decoder and transport layer structures.
+\skipline aacDecoder_Close
+
+\section BufferSystem Buffer System
+
+There are three main buffers in an AAC decoder application. One external input buffer to hold bitstream
+data from file I/O or elsewhere, one decoder-internal input buffer, and one to hold the decoded output
+PCM sample data, whereas this output buffer may overlap with the external input buffer.
+
+The external input buffer is set in the example framework main.cpp and its size is defined by ::IN_BUF_SIZE.
+You may freely choose different sizes here. To feed the data to the decoder-internal input buffer, use the
+function aacDecoder_Fill(). This function returns important information about how many bytes in the
+external input buffer have not yet been copied into the internal input buffer (variable bytesValid).
+Once the external buffer has been fully copied, it can be re-filled again.
+In case you want to re-fill it when there are still unprocessed bytes (bytesValid is unequal 0), you
+would have to additionally perform a memcpy(), so that just means unnecessary computational overhead
+and therefore we recommend to re-fill the buffer only when bytesValid is 0.
+
+\image latex dec_buffer.png "Lifecycle of the external input buffer" width=9cm
+
+The size of the decoder-internal input buffer is set in tpdec_lib.h (see define ::TRANSPORTDEC_INBUF_SIZE).
+You may choose a smaller size under the following considerations:
+
+- each input channel requires 768 bytes
+- the whole buffer must be of size 2^n
+
+So for example a stereo decoder:
+
+\f[
+TRANSPORTDEC\_INBUF\_SIZE = 2 * 768 = 1536 => 2048
+\f]
+
+tpdec_lib.h and TRANSPORTDEC_INBUF_SIZE are not part of the decoder's library interface. Therefore
+only source-code clients may change this setting. If you received a library release, please ask us and
+we can change this in order to meet your memory requirements.
+
+\page OutputFormat Decoder audio output
+
+\section OutputFormatObtaining Obtaining channel mapping information
+
+The decoded audio output format is indicated by a set of variables of the CStreamInfo structure.
+While the members sampleRate, frameSize and numChannels might be quite self explaining,
+pChannelType and pChannelIndices might require some more detailed explanation.
+
+These two arrays indicate what is each output channel supposed to be. Both array have
+CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
+the enum ::AUDIO_CHANNEL_TYPE defined in FDK_audio.h. The cells of pChannelIndices indicate the sub index
+among the channels starting with 0 among all channels of the same audio channel type.
+
+The indexing scheme is the same as for MPEG-2/4. Thus indices are counted upwards starting from the front
+direction (thus a center channel if any, will always be index 0). Then the indices count up, starting always
+with the left side, pairwise from front toward back. For detailed explanation, please refer to
+ISO/IEC 13818-7:2005(E), chapter 8.5.3.2.
+
+In case a Program Config is included in the audio configuration, the channel mapping described within
+it will be adopted.
+
+In case of MPEG-D Surround the channel mapping will follow the same criteria described in ISO/IEC 13818-7:2005(E),
+but adding corresponding top channels to the channel types front, side and back, in order to avoid any
+loss of information.
+
+\section OutputFormatChange Changing the audio output format
+
+The channel interleaving scheme and the actual channel order can be changed at runtime through the
+parameters ::AAC_PCM_OUTPUT_INTERLEAVED and ::AAC_PCM_OUTPUT_CHANNEL_MAPPING. See the description of those
+parameters and the decoder library function aacDecoder_SetParam() for more detail.
+
+\section OutputFormatExample Channel mapping examples
+
+The following examples illustrate the location of individual audio samples in the audio buffer that
+is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained
+by calling aacDecoder_GetStreamInfo().
+
+\subsection ExamplesStereo Stereo
+
+In case of ::AAC_PCM_OUTPUT_INTERLEAVED set to 0 and ::AAC_PCM_OUTPUT_CHANNEL_MAPPING set to 1,
+a AAC-LC bit stream which has channelConfiguration = 2 in its audio specific config would lead
+to the following values in CStreamInfo:
+
+CStreamInfo::numChannels = 2
+
+CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
+
+CStreamInfo::pChannelIndices = { 0, 1 }
+
+Since ::AAC_PCM_OUTPUT_INTERLEAVED is set to 0, the audio channels will be located as contiguous blocks
+in the output buffer as follows:
+
+\verbatim
+  <left sample 0>  <left sample 1>  <left sample 2>  ... <left sample N>
+  <right sample 0> <right sample 1> <right sample 2> ... <right sample N>
+\endverbatim
+
+Where N equals to CStreamInfo::frameSize .
+
+\subsection ExamplesSurround Surround 5.1
+
+In case of ::AAC_PCM_OUTPUT_INTERLEAVED set to 1 and ::AAC_PCM_OUTPUT_CHANNEL_MAPPING set to 1,
+a AAC-LC bit stream which has channelConfiguration = 6 in its audio specific config, would lead
+to the following values in CStreamInfo:
+
+CStreamInfo::numChannels = 6
+
+CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT, ::ACT_FRONT, ::ACT_LFE, ::ACT_BACK, ::ACT_BACK }
+
+CStreamInfo::pChannelIndices = { 1, 2, 0, 0, 0, 1 }
+
+Since ::AAC_PCM_OUTPUT_CHANNEL_MAPPING is 1, WAV file channel ordering will be used. For a 5.1 channel
+scheme, thus the channels would be: front left, front right, center, LFE, surround left, surround right.
+Thus the third channel is the center channel, receiving the index 0. The other front channels are
+front left, front right being placed as first and second channels with indices 1 and 2 correspondingly.
+There is only one LFE, placed as the fourth channel and index 0. Finally both surround
+channels get the type definition ACT_BACK, and the indices 0 and 1.
+
+Since ::AAC_PCM_OUTPUT_INTERLEAVED is set to 1, the audio channels will be placed in the output buffer
+as follows:
+
+\verbatim
+<front left sample 0> <front right sample 0>
+<center sample 0> <LFE sample 0>
+<surround left sample 0> <surround right sample 0>
+
+<front left sample 1> <front right sample 1>
+<center sample 1> <LFE sample 1>
+<surround left sample 1> <surround right sample 1>
+
+...
+
+<front left sample N> <front right sample N>
+<center sample N> <LFE sample N>
+<surround left sample N> <surround right sample N>
+\endverbatim
+
+Where N equals to CStreamInfo::frameSize .
+
+\subsection ExamplesArib ARIB coding mode 2/1
+
+In case of ::AAC_PCM_OUTPUT_INTERLEAVED set to 1 and ::AAC_PCM_OUTPUT_CHANNEL_MAPPING set to 1,
+in case of a ARIB bit stream using coding mode 2/1 as described in ARIB STD-B32 Part 2 Version 2.1-E1, page 61,
+would lead to the following values in CStreamInfo:
+
+CStreamInfo::numChannels = 3
+
+CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT,:: ACT_BACK }
+
+CStreamInfo::pChannelIndices = { 0, 1, 0 }
+
+The audio channels will be placed as follows in the audio output buffer:
+
+\verbatim
+<front left sample 0> <front right sample 0>  <mid surround sample 0>
+
+<front left sample 1> <front right sample 1> <mid surround sample 1>
+
+...
+
+<front left sample N> <front right sample N> <mid surround sample N>
+
+Where N equals to CStreamInfo::frameSize .
+
+\endverbatim
+
+*/
+
+#ifndef AACDECODER_LIB_H
+#define AACDECODER_LIB_H
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+
+#include "genericStds.h"
+
+/**
+ * \brief  AAC decoder error codes.
+ */
+typedef enum {
+  AAC_DEC_OK                             = 0x0000,  /*!< No error occured. Output buffer is valid and error free. */
+  AAC_DEC_OUT_OF_MEMORY                  = 0x0002,  /*!< Heap returned NULL pointer. Output buffer is invalid. */
+  AAC_DEC_UNKNOWN                        = 0x0005,  /*!< Error condition is of unknown reason, or from a another module. Output buffer is invalid. */
+
+  /* Synchronization errors. Output buffer is invalid. */
+  aac_dec_sync_error_start               = 0x1000,
+  AAC_DEC_TRANSPORT_SYNC_ERROR           = 0x1001,  /*!< The transport decoder had syncronisation problems. Do not exit decoding. Just feed new
+                                                         bitstream data. */
+  AAC_DEC_NOT_ENOUGH_BITS                = 0x1002,  /*!< The input buffer ran out of bits. */
+  aac_dec_sync_error_end                 = 0x1FFF,
+
+  /* Initialization errors. Output buffer is invalid. */
+  aac_dec_init_error_start               = 0x2000,
+  AAC_DEC_INVALID_HANDLE                 = 0x2001,  /*!< The handle passed to the function call was invalid (NULL). */
+  AAC_DEC_UNSUPPORTED_AOT                = 0x2002,  /*!< The AOT found in the configuration is not supported. */
+  AAC_DEC_UNSUPPORTED_FORMAT             = 0x2003,  /*!< The bitstream format is not supported.  */
+  AAC_DEC_UNSUPPORTED_ER_FORMAT          = 0x2004,  /*!< The error resilience tool format is not supported. */
+  AAC_DEC_UNSUPPORTED_EPCONFIG           = 0x2005,  /*!< The error protection format is not supported. */
+  AAC_DEC_UNSUPPORTED_MULTILAYER         = 0x2006,  /*!< More than one layer for AAC scalable is not supported. */
+  AAC_DEC_UNSUPPORTED_CHANNELCONFIG      = 0x2007,  /*!< The channel configuration (either number or arrangement) is not supported. */
+  AAC_DEC_UNSUPPORTED_SAMPLINGRATE       = 0x2008,  /*!< The sample rate specified in the configuration is not supported. */
+  AAC_DEC_INVALID_SBR_CONFIG             = 0x2009,  /*!< The SBR configuration is not supported. */
+  AAC_DEC_SET_PARAM_FAIL                 = 0x200A,  /*!< The parameter could not be set. Either the value was out of range or the parameter does
+                                                         not exist. */
+  AAC_DEC_NEED_TO_RESTART                = 0x200B,  /*!< The decoder needs to be restarted, since the requiered configuration change cannot be
+                                                         performed. */
+  aac_dec_init_error_end                 = 0x2FFF,
+
+  /* Decode errors. Output buffer is valid but concealed. */
+  aac_dec_decode_error_start             = 0x4000,
+  AAC_DEC_TRANSPORT_ERROR                = 0x4001,  /*!< The transport decoder encountered an unexpected error. */
+  AAC_DEC_PARSE_ERROR                    = 0x4002,  /*!< Error while parsing the bitstream. Most probably it is corrupted, or the system crashed. */
+  AAC_DEC_UNSUPPORTED_EXTENSION_PAYLOAD  = 0x4003,  /*!< Error while parsing the extension payload of the bitstream. The extension payload type
+                                                         found is not supported. */
+  AAC_DEC_DECODE_FRAME_ERROR             = 0x4004,  /*!< The parsed bitstream value is out of range. Most probably the bitstream is corrupt, or
+                                                         the system crashed. */
+  AAC_DEC_CRC_ERROR                      = 0x4005,  /*!< The embedded CRC did not match. */
+  AAC_DEC_INVALID_CODE_BOOK              = 0x4006,  /*!< An invalid codebook was signalled. Most probably the bitstream is corrupt, or the system
+                                                         crashed. */
+  AAC_DEC_UNSUPPORTED_PREDICTION         = 0x4007,  /*!< Predictor found, but not supported in the AAC Low Complexity profile. Most probably the
+                                                         bitstream is corrupt, or has a wrong format. */
+  AAC_DEC_UNSUPPORTED_CCE                = 0x4008,  /*!< A CCE element was found which is not supported. Most probably the bitstream is corrupt, or
+                                                         has a wrong format. */
+  AAC_DEC_UNSUPPORTED_LFE                = 0x4009,  /*!< A LFE element was found which is not supported. Most probably the bitstream is corrupt, or
+                                                         has a wrong format. */
+  AAC_DEC_UNSUPPORTED_GAIN_CONTROL_DATA  = 0x400A,  /*!< Gain control data found but not supported. Most probably the bitstream is corrupt, or has
+                                                         a wrong format. */
+  AAC_DEC_UNSUPPORTED_SBA                = 0x400B,  /*!< SBA found, but currently not supported in the BSAC profile. */
+  AAC_DEC_TNS_READ_ERROR                 = 0x400C,  /*!< Error while reading TNS data. Most probably the bitstream is corrupt or the system
+                                                         crashed. */
+  AAC_DEC_RVLC_ERROR                     = 0x400D,  /*!< Error while decoding error resillient data. */
+  aac_dec_decode_error_end               = 0x4FFF,
+
+  /* Ancillary data errors. Output buffer is valid. */
+  aac_dec_anc_data_error_start           = 0x8000,
+  AAC_DEC_ANC_DATA_ERROR                 = 0x8001,  /*!< Non severe error concerning the ancillary data handling. */
+  AAC_DEC_TOO_SMALL_ANC_BUFFER           = 0x8002,  /*!< The registered ancillary data buffer is too small to receive the parsed data. */
+  AAC_DEC_TOO_MANY_ANC_ELEMENTS          = 0x8003,  /*!< More than the allowed number of ancillary data elements should be written to buffer. */
+  aac_dec_anc_data_error_end             = 0x8FFF
+
+
+} AAC_DECODER_ERROR;
+
+
+/** Macro to identify initialization errors. */
+#define IS_INIT_ERROR(err)   ( (((err)>=aac_dec_init_error_start)   && ((err)<=aac_dec_init_error_end))   ? 1 : 0)
+/** Macro to identify decode errors. */
+#define IS_DECODE_ERROR(err) ( (((err)>=aac_dec_decode_error_start) && ((err)<=aac_dec_decode_error_end)) ? 1 : 0)
+/** Macro to identify if the audio output buffer contains valid samples after calling aacDecoder_DecodeFrame(). */
+#define IS_OUTPUT_VALID(err) ( ((err) == AAC_DEC_OK) || IS_DECODE_ERROR(err) )
+
+/**
+ * \brief AAC decoder setting parameters
+ */
+typedef enum
+{
+  AAC_PCM_OUTPUT_INTERLEAVED              = 0x0000,  /*!< PCM output mode (1: interleaved (default); 0: not interleaved). */
+  AAC_PCM_OUTPUT_CHANNELS                 = 0x0001,  /*!< Number of PCM output channels (if different from encoded audio channels, downmixing or
+                                                          upmixing is applied). \n
+                                                          -1: Disable up-/downmixing. The decoder output contains the same number of channels as the
+                                                              encoded bitstream. \n
+                                                           1: The decoder performs a mono matrix mix-down if the encoded audio channels are greater
+                                                              than one. Thus it ouputs always exact one channel. \n
+                                                           2: The decoder performs a stereo matrix mix-down if the encoded audio channels are greater
+                                                              than two. If the encoded audio channels are smaller than two the decoder duplicates the
+                                                              output. Thus it ouputs always exact two channels. \n */
+  AAC_PCM_DUAL_CHANNEL_OUTPUT_MODE        = 0x0002,  /*!< Defines how the decoder processes two channel signals:
+                                                          0: Leave both signals as they are (default).
+                                                          1: Create a dual mono output signal from channel 1.
+                                                          2: Create a dual mono output signal from channel 2.
+                                                          3: Create a dual mono output signal by mixing both channels (L' = R' = 0.5*Ch1 + 0.5*Ch2). */
+  AAC_PCM_OUTPUT_CHANNEL_MAPPING          = 0x0003,  /*!< Output buffer channel ordering. 0: MPEG PCE style order, 1: WAV file channel order (default). */
+
+  AAC_CONCEAL_METHOD                      = 0x0100,  /*!< Error concealment: Processing method. \n
+                                                          0: Spectral muting. \n
+                                                          1: Noise substitution (see ::CONCEAL_NOISE). \n
+                                                          2: Energy interpolation (adds additional signal delay of one frame, see ::CONCEAL_INTER). \n */
+
+  AAC_DRC_BOOST_FACTOR                    = 0x0200,  /*!< Dynamic Range Control: Scaling factor for boosting gain values.
+                                                          Defines how the boosting DRC factors (conveyed in the bitstream) will be applied to the
+                                                          decoded signal. The valid values range from 0 (don't apply boost factors) to 127 (fully
+                                                          apply all boosting factors). */
+  AAC_DRC_ATTENUATION_FACTOR              = 0x0201,  /*!< Dynamic Range Control: Scaling factor for attenuating gain values. Same as
+                                                          AAC_DRC_BOOST_FACTOR but for attenuating DRC factors. */
+  AAC_DRC_REFERENCE_LEVEL                 = 0x0202,  /*!< Dynamic Range Control: Target reference level. Defines the level below full-scale
+                                                          (quantized in steps of 0.25dB) to which the output audio signal will be normalized to by
+                                                          the DRC module. The valid values range from 0 (full-scale) to 127 (31.75 dB below
+                                                          full-scale). The value smaller than 0 switches off normalization. */
+  AAC_DRC_HEAVY_COMPRESSION               = 0x0203,  /*!< Dynamic Range Control: En-/Disable DVB specific heavy compression (aka RF mode).
+                                                          If set to 1, the decoder will apply the compression values from the DVB specific ancillary
+                                                          data field. At the same time the MPEG-4 Dynamic Range Control tool will be disabled. By
+                                                          default heavy compression is disabled. */
+
+  AAC_QMF_LOWPOWER                        = 0x0300,  /*!< Quadrature Mirror Filter (QMF) Bank processing mode. \n
+                                                          -1: Use internal default. Implies MPEG Surround partially complex accordingly. \n
+                                                           0: Use complex QMF data mode. \n
+                                                           1: Use real (low power) QMF data mode. \n */
+
+  AAC_MPEGS_ENABLE                        = 0x0500,  /*!< MPEG Surround: Allow/Disable decoding of MPS content. Available only for decoders with MPEG
+                                                          Surround support. */
+
+  AAC_TPDEC_CLEAR_BUFFER                  = 0x0603   /*!< Clear internal bit stream buffer of transport layers. The decoder will start decoding
+                                                          at new data passed after this event and any previous data is discarded. */
+
+} AACDEC_PARAM;
+
+/**
+ * \brief This structure gives information about the currently decoded audio data.
+ *        All fields are read-only.
+ */
+typedef struct
+{
+  /* These three members are the only really relevant ones for the user.                                                           */
+  INT               sampleRate;          /*!< The samplerate in Hz of the fully decoded PCM audio signal (after SBR processing).   */
+  INT               frameSize;           /*!< The frame size of the decoded PCM audio signal. \n
+                                              1024 or 960 for AAC-LC \n
+                                              2048 or 1920 for HE-AAC (v2) \n
+                                              512 or 480 for AAC-LD and AAC-ELD                                                    */
+  INT               numChannels;         /*!< The number of output audio channels in the decoded and interleaved PCM audio signal. */
+  AUDIO_CHANNEL_TYPE *pChannelType;       /*!< Audio channel type of each output audio channel.           */
+  UCHAR             *pChannelIndices;     /*!< Audio channel index for each output audio channel.
+                                               See ISO/IEC 13818-7:2005(E), 8.5.3.2 Explicit channel mapping using a program_config_element() */
+  /* Decoder internal members. */
+  INT               aacSampleRate;       /*!< sampling rate in Hz without SBR (from configuration info).                           */
+  INT               profile;             /*!< MPEG-2 profile (from file header) (-1: not applicable (e. g. MPEG-4)).               */
+  AUDIO_OBJECT_TYPE aot;                 /*!< Audio Object Type (from ASC): is set to the appropriate value for MPEG-2 bitstreams (e. g. 2 for AAC-LC). */
+  INT               channelConfig;       /*!< Channel configuration (0: PCE defined, 1: mono, 2: stereo, ...                       */
+  INT               bitRate;             /*!< Instantaneous bit rate.                   */
+  INT               aacSamplesPerFrame;  /*!< Samples per frame for the AAC core (from ASC). \n
+                                              1024 or 960 for AAC-LC \n
+                                              512 or 480 for AAC-LD and AAC-ELD         */
+  INT               aacNumChannels;      /*!< The number of audio channels after AAC core processing (before PS or MPS processing).
+                                              CAUTION: This are not the final number of output channels! */
+  AUDIO_OBJECT_TYPE extAot;              /*!< Extension Audio Object Type (from ASC)   */
+  INT               extSamplingRate;     /*!< Extension sampling rate in Hz (from ASC) */
+
+  UINT              flags;               /*!< Copy if internal flags. Only to be written by the decoder, and only to be read externally. */
+
+  SCHAR             epConfig;            /*!< epConfig level (from ASC): only level 0 supported, -1 means no ER (e. g. AOT=2, MPEG-2 AAC, etc.)  */
+
+  /* Statistics */
+  INT               numLostAccessUnits;  /*!< This integer will reflect the estimated amount of lost access units in case aacDecoder_DecodeFrame()
+                                              returns AAC_DEC_TRANSPORT_SYNC_ERROR. It will be < 0 if the estimation failed. */
+
+  UINT              numTotalBytes;       /*!< This is the number of total bytes that have passed through the decoder. */
+  UINT              numBadBytes;         /*!< This is the number of total bytes that were considered with errors from numTotalBytes. */
+  UINT              numTotalAccessUnits; /*!< This is the number of total access units that have passed through the decoder. */
+  UINT              numBadAccessUnits;   /*!< This is the number of total access units that were considered with errors from numTotalBytes. */
+
+} CStreamInfo;
+
+
+typedef struct AAC_DECODER_INSTANCE *HANDLE_AACDECODER;
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/**
+ * \brief Initialize ancillary data buffer.
+ *
+ * \param self    AAC decoder handle.
+ * \param buffer  Pointer to (external) ancillary data buffer.
+ * \param size    Size of the buffer pointed to by buffer.
+ * \return        Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_AncDataInit ( HANDLE_AACDECODER self,
+                         UCHAR            *buffer,
+                         int               size );
+
+/**
+ * \brief Get one ancillary data element.
+ *
+ * \param self   AAC decoder handle.
+ * \param index  Index of the ancillary data element to get.
+ * \param ptr    Pointer to a buffer receiving a pointer to the requested ancillary data element.
+ * \param size   Pointer to a buffer receiving the length of the requested ancillary data element.
+ * \return       Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_AncDataGet ( HANDLE_AACDECODER self,
+                        int               index,
+                        UCHAR           **ptr,
+                        int              *size );
+
+/**
+ * \brief Set one single decoder parameter.
+ *
+ * \param self   AAC decoder handle.
+ * \param param  Parameter to be set.
+ * \param value  Parameter value.
+ * \return       Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_SetParam ( const HANDLE_AACDECODER  self,
+                      const AACDEC_PARAM       param,
+                      const INT                value );
+
+
+/**
+ * \brief              Get free bytes inside decoder internal buffer
+ * \param self    Handle of AAC decoder instance
+ * \param pFreeBytes Pointer to variable receving amount of free bytes inside decoder internal buffer
+ * \return             Error code
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_GetFreeBytes ( const HANDLE_AACDECODER  self,
+                                            UINT *pFreeBytes);
+
+/**
+ * \brief               Open an AAC decoder instance
+ * \param transportFmt  The transport type to be used
+ * \return              AAC decoder handle
+ */
+LINKSPEC_H HANDLE_AACDECODER
+aacDecoder_Open ( TRANSPORT_TYPE transportFmt, UINT nrOfLayers );
+
+/**
+ * \brief Explicitly configure the decoder by passing a raw AudioSpecificConfig (ASC) or a StreamMuxConfig (SMC),
+ *  contained in a binary buffer. This is required for MPEG-4 and Raw Packets file format bitstreams
+ *  as well as for LATM bitstreams with no in-band SMC. If the transport format is LATM with or without
+ *  LOAS, configuration is assumed to be an SMC, for all other file formats an ASC.
+ *
+ * \param self    AAC decoder handle.
+ * \param conf    Pointer to an unsigned char buffer containing the binary configuration buffer (either ASC or SMC).
+ * \param length  Length of the configuration buffer in bytes.
+ * \return        Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_ConfigRaw ( HANDLE_AACDECODER self,
+                       UCHAR            *conf[],
+                       const UINT        length[] );
+
+
+/**
+ * \brief Fill AAC decoder's internal input buffer with bitstream data from the external input buffer.
+ *  The function only copies such data as long as the decoder-internal input buffer is not full.
+ *  So it grabs whatever it can from pBuffer and returns information (bytesValid) so that at a
+ *  subsequent call of %aacDecoder_Fill(), the right position in pBuffer can be determined to
+ *  grab the next data.
+ *
+ * \param self        AAC decoder handle.
+ * \param pBuffer     Pointer to external input buffer.
+ * \param bufferSize  Size of external input buffer. This argument is required because decoder-internally
+ *                    we need the information to calculate the offset to pBuffer, where the next
+ *                    available data is, which is then fed into the decoder-internal buffer (as much
+ *                    as possible). Our example framework implementation fills the buffer at pBuffer
+ *                    again, once it contains no available valid bytes anymore (meaning bytesValid equal 0).
+ * \param bytesValid  Number of bitstream bytes in the external bitstream buffer that have not yet been
+ *                    copied into the decoder's internal bitstream buffer by calling this function.
+ *                    The value is updated according to the amount of newly copied bytes.
+ * \return            Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_Fill ( HANDLE_AACDECODER  self,
+                  UCHAR             *pBuffer[],
+                  const UINT         bufferSize[],
+                  UINT              *bytesValid );
+
+#define AACDEC_CONCEAL  1 /*!< Flag for aacDecoder_DecodeFrame(): do not consider new input data. Do concealment. */
+#define AACDEC_FLUSH    2 /*!< Flag for aacDecoder_DecodeFrame(): Do not consider new input data. Flush filterbanks (output delayed audio). */
+#define AACDEC_INTR     4 /*!< Flag for aacDecoder_DecodeFrame(): Signal an input bit stream data discontinuity. Resync any internals as necessary. */
+#define AACDEC_CLRHIST  8 /*!< Flag for aacDecoder_DecodeFrame(): Clear all signal delay lines and history buffers.
+                               Caution: This can cause discontinuities in the output signal. */
+
+/**
+ * \brief            Decode one audio frame
+ *
+ * \param self       AAC decoder handle.
+ * \param pTimeData  Pointer to external output buffer where the decoded PCM samples will be stored into.
+ * \param flags      Bit field with flags for the decoder: \n
+ *                   (flags & AACDEC_CONCEAL) == 1: Do concealment. \n
+ *                   (flags & AACDEC_FLUSH) == 2: Discard input data. Flush filter banks (output delayed audio). \n
+ *                   (flags & AACDEC_INTR) == 4: Input data is discontinuous. Resynchronize any internals as necessary.
+ * \return           Error code.
+ */
+LINKSPEC_H AAC_DECODER_ERROR
+aacDecoder_DecodeFrame ( HANDLE_AACDECODER  self,
+                         INT_PCM           *pTimeData,
+                         const INT          timeDataSize,
+                         const UINT         flags );
+
+/**
+ * \brief       De-allocate all resources of an AAC decoder instance.
+ *
+ * \param self  AAC decoder handle.
+ * \return      void
+ */
+LINKSPEC_H void aacDecoder_Close ( HANDLE_AACDECODER self );
+
+/**
+ * \brief       Get CStreamInfo handle from decoder.
+ *
+ * \param self  AAC decoder handle.
+ * \return      Reference to requested CStreamInfo.
+ */
+LINKSPEC_H CStreamInfo* aacDecoder_GetStreamInfo( HANDLE_AACDECODER self );
+
+/**
+ * \brief       Get decoder library info.
+ *
+ * \param info  Pointer to an allocated LIB_INFO structure.
+ * \return      0 on success
+ */
+LINKSPEC_H INT aacDecoder_GetLibInfo( LIB_INFO *info );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* AACDECODER_LIB_H */
diff --git a/libAACdec/src/aac_ram.cpp b/libAACdec/src/aac_ram.cpp
new file mode 100644 (file)
index 0000000..a38f57c
--- /dev/null
@@ -0,0 +1,142 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s): Josef Hoepfl
+
+******************************************************************************/
+
+#include "aac_ram.h"
+#include "aac_rom.h"
+
+#define WORKBUFFER1_TAG 0
+#define WORKBUFFER2_TAG 1
+
+/*! The structure AAC_DECODER_INSTANCE is the top level structure holding all decoder configurations,
+    handles and structs.
+ */
+C_ALLOC_MEM(AacDecoder, AAC_DECODER_INSTANCE, 1)
+
+/*!
+  \name StaticAacData
+
+  Static memory areas, must not be overwritten in other sections of the decoder
+*/
+/* @{ */
+
+/*! The structure CAacDecoderStaticChannelInfo contains the static sideinfo which is needed
+    for the decoding of one aac channel. <br>
+    Dimension: #AacDecoderChannels                                                      */
+C_ALLOC_MEM2(AacDecoderStaticChannelInfo, CAacDecoderStaticChannelInfo, 1, (6))
+
+/*! The structure CAacDecoderChannelInfo contains the dynamic sideinfo which is needed
+    for the decoding of one aac channel. <br>
+    Dimension: #AacDecoderChannels                                                      */
+C_ALLOC_MEM2(AacDecoderChannelInfo, CAacDecoderChannelInfo, 1, (6))
+
+/*! Overlap buffer */
+C_ALLOC_MEM2(OverlapBuffer, FIXP_DBL, OverlapBufferSize, (6))
+
+C_ALLOC_MEM(DrcInfo, CDrcInfo, 1)
+
+/* @} */
+
+/*!
+  \name DynamicAacData
+
+  Dynamic memory areas, might be reused in other algorithm sections,
+  e.g. the sbr decoder
+*/
+C_ALLOC_MEM_OVERLAY(WorkBufferCore2, FIXP_DBL, ((6)*1024), SECT_DATA_L2, WORKBUFFER2_TAG)
+
+
+C_ALLOC_MEM_OVERLAY(WorkBufferCore1, CWorkBufferCore1, 1, SECT_DATA_L1, WORKBUFFER1_TAG)
+
+/* @{ */
+
+
+/* @} */
+
+
+
diff --git a/libAACdec/src/aac_ram.h b/libAACdec/src/aac_ram.h
new file mode 100644 (file)
index 0000000..4527e27
--- /dev/null
@@ -0,0 +1,120 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+#ifndef AAC_RAM_H
+#define AAC_RAM_H
+
+#include "common_fix.h"
+
+#include "aacdecoder.h"
+
+#include "channel.h"
+
+#include "aacdec_hcr_types.h"
+#include "aacdec_hcr.h"
+
+/* End of formal fix.h */
+
+#define MAX_SYNCHS        10
+#define SAMPL_FREQS       12
+
+H_ALLOC_MEM(AacDecoder, AAC_DECODER_INSTANCE)
+
+H_ALLOC_MEM(DrcInfo, CDrcInfo)
+
+H_ALLOC_MEM(AacDecoderStaticChannelInfo, CAacDecoderStaticChannelInfo)
+H_ALLOC_MEM(AacDecoderChannelInfo, CAacDecoderChannelInfo)
+H_ALLOC_MEM(OverlapBuffer, FIXP_DBL)
+
+H_ALLOC_MEM_OVERLAY(WorkBufferCore1, CWorkBufferCore1)
+H_ALLOC_MEM_OVERLAY(WorkBufferCore2, FIXP_DBL)
+
+
+#endif /* #ifndef AAC_RAM_H */
diff --git a/libAACdec/src/aac_rom.cpp b/libAACdec/src/aac_rom.cpp
new file mode 100644 (file)
index 0000000..fa04c42
--- /dev/null
@@ -0,0 +1,1858 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: Definition of constant tables
+
+******************************************************************************/
+
+#include "aac_rom.h"
+
+
+/* Prescale InverseQuantTable by 4 to save
+   redundant shifts in invers quantization
+ */
+#define SCL_TAB(a) (a>>4)
+const FIXP_DBL InverseQuantTable [INV_QUANT_TABLESIZE + 1] =
+{
+  SCL_TAB(0x32CBFD40), SCL_TAB(0x330FC340), SCL_TAB(0x33539FC0), SCL_TAB(0x33979280), SCL_TAB(0x33DB9BC0), SCL_TAB(0x341FBB80), SCL_TAB(0x3463F180), SCL_TAB(0x34A83DC0),
+  SCL_TAB(0x34ECA000), SCL_TAB(0x35311880), SCL_TAB(0x3575A700), SCL_TAB(0x35BA4B80), SCL_TAB(0x35FF0600), SCL_TAB(0x3643D680), SCL_TAB(0x3688BCC0), SCL_TAB(0x36CDB880),
+  SCL_TAB(0x3712CA40), SCL_TAB(0x3757F1C0), SCL_TAB(0x379D2F00), SCL_TAB(0x37E28180), SCL_TAB(0x3827E9C0), SCL_TAB(0x386D6740), SCL_TAB(0x38B2FA40), SCL_TAB(0x38F8A2C0),
+  SCL_TAB(0x393E6080), SCL_TAB(0x39843380), SCL_TAB(0x39CA1BC0), SCL_TAB(0x3A101940), SCL_TAB(0x3A562BC0), SCL_TAB(0x3A9C5340), SCL_TAB(0x3AE28FC0), SCL_TAB(0x3B28E180),
+  SCL_TAB(0x3B6F4800), SCL_TAB(0x3BB5C340), SCL_TAB(0x3BFC5380), SCL_TAB(0x3C42F880), SCL_TAB(0x3C89B200), SCL_TAB(0x3CD08080), SCL_TAB(0x3D176340), SCL_TAB(0x3D5E5B00),
+  SCL_TAB(0x3DA56700), SCL_TAB(0x3DEC87C0), SCL_TAB(0x3E33BCC0), SCL_TAB(0x3E7B0640), SCL_TAB(0x3EC26400), SCL_TAB(0x3F09D640), SCL_TAB(0x3F515C80), SCL_TAB(0x3F98F740),
+  SCL_TAB(0x3FE0A600), SCL_TAB(0x40286900), SCL_TAB(0x40704000), SCL_TAB(0x40B82B00), SCL_TAB(0x41002A00), SCL_TAB(0x41483D00), SCL_TAB(0x41906400), SCL_TAB(0x41D89F00),
+  SCL_TAB(0x4220ED80), SCL_TAB(0x42695000), SCL_TAB(0x42B1C600), SCL_TAB(0x42FA5000), SCL_TAB(0x4342ED80), SCL_TAB(0x438B9E80), SCL_TAB(0x43D46380), SCL_TAB(0x441D3B80),
+  SCL_TAB(0x44662780), SCL_TAB(0x44AF2680), SCL_TAB(0x44F83900), SCL_TAB(0x45415F00), SCL_TAB(0x458A9880), SCL_TAB(0x45D3E500), SCL_TAB(0x461D4500), SCL_TAB(0x4666B800),
+  SCL_TAB(0x46B03E80), SCL_TAB(0x46F9D800), SCL_TAB(0x47438480), SCL_TAB(0x478D4400), SCL_TAB(0x47D71680), SCL_TAB(0x4820FC00), SCL_TAB(0x486AF500), SCL_TAB(0x48B50000),
+  SCL_TAB(0x48FF1E80), SCL_TAB(0x49494F80), SCL_TAB(0x49939380), SCL_TAB(0x49DDEA80), SCL_TAB(0x4A285400), SCL_TAB(0x4A72D000), SCL_TAB(0x4ABD5E80), SCL_TAB(0x4B080000),
+  SCL_TAB(0x4B52B400), SCL_TAB(0x4B9D7A80), SCL_TAB(0x4BE85380), SCL_TAB(0x4C333F00), SCL_TAB(0x4C7E3D00), SCL_TAB(0x4CC94D00), SCL_TAB(0x4D146F80), SCL_TAB(0x4D5FA500),
+  SCL_TAB(0x4DAAEC00), SCL_TAB(0x4DF64580), SCL_TAB(0x4E41B180), SCL_TAB(0x4E8D2F00), SCL_TAB(0x4ED8BF80), SCL_TAB(0x4F246180), SCL_TAB(0x4F701600), SCL_TAB(0x4FBBDC00),
+  SCL_TAB(0x5007B480), SCL_TAB(0x50539F00), SCL_TAB(0x509F9B80), SCL_TAB(0x50EBA980), SCL_TAB(0x5137C980), SCL_TAB(0x5183FB80), SCL_TAB(0x51D03F80), SCL_TAB(0x521C9500),
+  SCL_TAB(0x5268FC80), SCL_TAB(0x52B57580), SCL_TAB(0x53020000), SCL_TAB(0x534E9C80), SCL_TAB(0x539B4A80), SCL_TAB(0x53E80A80), SCL_TAB(0x5434DB80), SCL_TAB(0x5481BE80),
+  SCL_TAB(0x54CEB280), SCL_TAB(0x551BB880), SCL_TAB(0x5568CF80), SCL_TAB(0x55B5F800), SCL_TAB(0x56033200), SCL_TAB(0x56507D80), SCL_TAB(0x569DDA00), SCL_TAB(0x56EB4800),
+  SCL_TAB(0x5738C700), SCL_TAB(0x57865780), SCL_TAB(0x57D3F900), SCL_TAB(0x5821AC00), SCL_TAB(0x586F7000), SCL_TAB(0x58BD4500), SCL_TAB(0x590B2B00), SCL_TAB(0x59592200),
+  SCL_TAB(0x59A72A80), SCL_TAB(0x59F54380), SCL_TAB(0x5A436D80), SCL_TAB(0x5A91A900), SCL_TAB(0x5ADFF500), SCL_TAB(0x5B2E5180), SCL_TAB(0x5B7CBF80), SCL_TAB(0x5BCB3E00),
+  SCL_TAB(0x5C19CD00), SCL_TAB(0x5C686D80), SCL_TAB(0x5CB71E00), SCL_TAB(0x5D05DF80), SCL_TAB(0x5D54B200), SCL_TAB(0x5DA39500), SCL_TAB(0x5DF28880), SCL_TAB(0x5E418C80),
+  SCL_TAB(0x5E90A100), SCL_TAB(0x5EDFC680), SCL_TAB(0x5F2EFC00), SCL_TAB(0x5F7E4280), SCL_TAB(0x5FCD9900), SCL_TAB(0x601D0080), SCL_TAB(0x606C7800), SCL_TAB(0x60BC0000),
+  SCL_TAB(0x610B9800), SCL_TAB(0x615B4100), SCL_TAB(0x61AAF980), SCL_TAB(0x61FAC300), SCL_TAB(0x624A9C80), SCL_TAB(0x629A8600), SCL_TAB(0x62EA8000), SCL_TAB(0x633A8A00),
+  SCL_TAB(0x638AA480), SCL_TAB(0x63DACF00), SCL_TAB(0x642B0980), SCL_TAB(0x647B5400), SCL_TAB(0x64CBAE80), SCL_TAB(0x651C1900), SCL_TAB(0x656C9400), SCL_TAB(0x65BD1E80),
+  SCL_TAB(0x660DB900), SCL_TAB(0x665E6380), SCL_TAB(0x66AF1E00), SCL_TAB(0x66FFE880), SCL_TAB(0x6750C280), SCL_TAB(0x67A1AC80), SCL_TAB(0x67F2A600), SCL_TAB(0x6843B000),
+  SCL_TAB(0x6894C900), SCL_TAB(0x68E5F200), SCL_TAB(0x69372B00), SCL_TAB(0x69887380), SCL_TAB(0x69D9CB80), SCL_TAB(0x6A2B3300), SCL_TAB(0x6A7CAA80), SCL_TAB(0x6ACE3180),
+  SCL_TAB(0x6B1FC800), SCL_TAB(0x6B716E00), SCL_TAB(0x6BC32400), SCL_TAB(0x6C14E900), SCL_TAB(0x6C66BD80), SCL_TAB(0x6CB8A180), SCL_TAB(0x6D0A9500), SCL_TAB(0x6D5C9800),
+  SCL_TAB(0x6DAEAA00), SCL_TAB(0x6E00CB80), SCL_TAB(0x6E52FC80), SCL_TAB(0x6EA53D00), SCL_TAB(0x6EF78C80), SCL_TAB(0x6F49EB80), SCL_TAB(0x6F9C5980), SCL_TAB(0x6FEED700),
+  SCL_TAB(0x70416380), SCL_TAB(0x7093FF00), SCL_TAB(0x70E6AA00), SCL_TAB(0x71396400), SCL_TAB(0x718C2D00), SCL_TAB(0x71DF0580), SCL_TAB(0x7231ED00), SCL_TAB(0x7284E300),
+  SCL_TAB(0x72D7E880), SCL_TAB(0x732AFD00), SCL_TAB(0x737E2080), SCL_TAB(0x73D15300), SCL_TAB(0x74249480), SCL_TAB(0x7477E480), SCL_TAB(0x74CB4400), SCL_TAB(0x751EB200),
+  SCL_TAB(0x75722F00), SCL_TAB(0x75C5BB00), SCL_TAB(0x76195580), SCL_TAB(0x766CFF00), SCL_TAB(0x76C0B700), SCL_TAB(0x77147E00), SCL_TAB(0x77685400), SCL_TAB(0x77BC3880),
+  SCL_TAB(0x78102B80), SCL_TAB(0x78642D80), SCL_TAB(0x78B83E00), SCL_TAB(0x790C5D00), SCL_TAB(0x79608B00), SCL_TAB(0x79B4C780), SCL_TAB(0x7A091280), SCL_TAB(0x7A5D6C00),
+  SCL_TAB(0x7AB1D400), SCL_TAB(0x7B064A80), SCL_TAB(0x7B5ACF80), SCL_TAB(0x7BAF6380), SCL_TAB(0x7C040580), SCL_TAB(0x7C58B600), SCL_TAB(0x7CAD7500), SCL_TAB(0x7D024200),
+  SCL_TAB(0x7D571E00), SCL_TAB(0x7DAC0800), SCL_TAB(0x7E010080), SCL_TAB(0x7E560780), SCL_TAB(0x7EAB1C80), SCL_TAB(0x7F004000), SCL_TAB(0x7F557200), SCL_TAB(0x7FAAB200),
+  SCL_TAB(0x7FFFFFFF)
+} ;
+
+/**
+ * \brief Table representing scale factor gains. Given a scale factor sf, and a value pSpec[i] the
+ * gain is given by: MantissaTable[sf % 4][msb] = 2^(sf % 4) / (1<<ExponentTable[sf % 4][msb]
+ * The second dimension "msb" represents the upper scale factor bit count floor(log2(scalefactor >> 2))
+ * The corresponding exponents for the values in this tables are stored in ExponentTable[sf % 4][msb] below.
+ */
+const FIXP_DBL MantissaTable [4][14] =
+{
+  {
+    0x40000000, 0x50A28C00, 0x6597FA80, 0x40000000, 0x50A28C00, 0x6597FA80, 0x40000000, 0x50A28C00,
+    0x6597FA80, 0x40000000, 0x50A28C00, 0x6597FA80, 0x40000000, 0x50A28C00
+  },
+  {
+    0x4C1BF800, 0x5FE44380, 0x78D0DF80, 0x4C1BF800, 0x5FE44380, 0x78D0DF80, 0x4C1BF800, 0x5FE44380,
+    0x78D0DF80, 0x4C1BF800, 0x5FE44380, 0x78D0DF80, 0x4C1BF800, 0x5FE44380
+  },
+  {
+    0x5A827980, 0x7208F800, 0x47D66B00, 0x5A827980, 0x7208F800, 0x47D66B00, 0x5A827980, 0x7208F800,
+    0x47D66B00, 0x5A827980, 0x7208F800, 0x47D66B00, 0x5A827980, 0x7208F800
+  },
+  {
+    0x6BA27E80, 0x43CE3E80, 0x556E0400, 0x6BA27E80, 0x43CE3E80, 0x556E0400, 0x6BA27E80, 0x43CE3E80,
+    0x556E0400, 0x6BA27E80, 0x43CE3E80, 0x556E0400, 0x6BA27E80, 0x43CE3E80
+  }
+} ;
+
+const SCHAR ExponentTable [4][14] =
+{
+  { 1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18 },
+  { 1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18 },
+  { 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 17, 18 },
+  { 1, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 19 }
+} ;
+
+
+
+/* 49 scfbands */
+static const SHORT sfb_48_1024[50] = {
+     0,   4,   8,  12,  16,  20,  24,   28,  32,  36,  40,  48,  56,  64,
+    72,  80,  88,  96, 108, 120, 132,  144, 160, 176, 196, 216, 240, 264,
+   292, 320, 352, 384, 416, 448, 480,  512, 544, 576, 608, 640, 672, 704,
+   736, 768, 800, 832, 864, 896, 928, 1024
+};
+/* 14 scfbands */
+static const SHORT sfb_48_128[15] =
+{
+     0,   4,   8,  12,  16,  20,  28,   36,  44,  56,  68,  80,  96, 112,
+   128
+};
+
+/* 51 scfbands */
+static const SHORT sfb_32_1024[52] =
+{
+     0,   4,   8,  12,  16,  20,  24,   28,  32,  36,  40,  48,  56,  64,
+    72,  80,  88,  96, 108, 120, 132,  144, 160, 176, 196, 216, 240, 264,
+   292, 320, 352, 384, 416, 448, 480,  512, 544, 576, 608, 640, 672, 704,
+   736, 768, 800, 832, 864, 896, 928,  960, 992,1024
+};
+
+/* 47 scfbands */
+static const SHORT sfb_24_1024[48] =
+{
+     0,   4,   8,  12,  16,  20,  24,   28,  32,  36,  40,  44,  52,  60,
+    68,  76,  84,  92, 100, 108, 116,  124, 136, 148, 160, 172, 188, 204,
+   220, 240, 260, 284, 308, 336, 364,   396, 432, 468, 508, 552, 600, 652,
+   704, 768, 832, 896, 960,1024
+};
+
+/* 15 scfbands */
+static const SHORT sfb_24_128[16] =
+{
+     0,   4,   8,  12,  16,  20,  24,   28,  36,  44,  52,  64,  76,  92,
+   108, 128
+};
+
+/* 43 scfbands */
+static const SHORT sfb_16_1024[44] =
+{
+     0,   8,  16,  24,  32,  40,  48,   56,  64,  72,  80,  88, 100, 112,
+   124, 136, 148, 160, 172, 184, 196,  212, 228, 244, 260, 280, 300, 320,
+   344, 368, 396, 424, 456, 492, 532,  572, 616, 664, 716, 772, 832, 896,
+   960,1024
+};
+
+/* 15 scfbands */
+static const SHORT sfb_16_128[16] =
+{
+     0,   4,   8,  12,  16,  20,  24,   28,  32,  40,  48,  60,  72,  88,
+   108, 128
+};
+
+/* 40 scfbands */
+static const SHORT sfb_8_1024[41] =
+{
+     0,  12,  24,  36,  48,  60,  72,   84,  96, 108, 120, 132, 144, 156,
+   172, 188, 204, 220, 236, 252, 268,  288, 308, 328, 348, 372, 396, 420,
+   448, 476, 508, 544, 580, 620, 664,  712, 764, 820, 880, 944,1024
+};
+
+/* 15 scfbands */
+static const SHORT sfb_8_128[16] =
+{
+     0,   4,   8,  12,  16,  20,  24,   28,  36,  44,  52,  60,  72,  88,
+   108, 128
+};
+
+
+
+static const SHORT sfb_48_960[50] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     48,     56,     64,     72,     80,     88,     96,     108,    120,
+  132,    144,    160,    176,    196,    216,    240,    264,    292,    320,
+  352,    384,    416,    448,    480,    512,    544,    576,    608,    640,
+  672,    704,    736,    768,    800,    832,    864,    896,    928,    960
+};   /* 49 scfbands */
+static const SHORT sfb_48_120[15] =
+{
+  0,      4,      8,      12,     16,     20,     28,     36,     44,     56,
+  68,     80,     96,     112,    120
+};   /* 14 scfbands */
+
+static const SHORT sfb_32_960[50] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     48,     56,     64,     72,     80,     88,     96,     108,    120,
+  132,    144,    160,    176,    196,    216,    240,    264,    292,    320,
+  352,    384,    416,    448,    480,    512,    544,    576,    608,    640,
+  672,    704,    736,    768,    800,    832,    864,    896,    928,    960
+};   /* 49 scfbands */
+
+static const SHORT sfb_24_960[47] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     52,     60,     68,     76,     84,     92,     100,    108,
+  116,    124,    136,    148,    160,    172,    188,    204,    220,    240,
+  260,    284,    308,    336,    364,    396,    432,    468,    508,    552,
+  600,    652,    704,    768,    832,    896,    960
+};   /* 46 scfbands */
+
+static const SHORT sfb_24_120[16] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     36,     44,
+  52,     64,     76,     92,     108,    120
+};   /* 15 scfbands */
+
+static const SHORT sfb_16_960[43] =
+{
+  0,      8,      16,     24,     32,     40,     48,     56,     64,     72,
+  80,     88,     100,    112,    124,    136,    148,    160,    172,    184,
+  196,    212,    228,    244,    260,    280,    300,    320,    344,    368,
+  396,    424,    456,    492,    532,    572,    616,    664,    716,    772,
+  832,    896,    960
+};   /* 42 scfbands */
+
+static const SHORT sfb_16_120[16] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     40,
+  48,     60,     72,     88,     108,    120
+};   /* 15 scfbands */
+
+static const SHORT sfb_8_960[41] =
+{
+  0,      12,     24,     36,     48,     60,     72,     84,     96,     108,
+  120,    132,    144,    156,    172,    188,    204,    220,    236,    252,
+  268,    288,    308,    328,    348,    372,    396,    420,    448,    476,
+  508,    544,    580,    620,    664,    712,    764,    820,    880,    944,
+  960
+};   /* 40 scfbands */
+
+static const SHORT sfb_8_120[16] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     36,     44,
+  52,     60,     72,     88,     108,    120
+};   /* 15 scfbands */
+
+
+
+
+static const SHORT sfb_48_512[37] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     48,     52,     56,     60,     68,     76,     84,     92,
+  100,    112,    124,    136,    148,    164,    184,    208,    236,    268,
+  300,    332,    364,    396,    428,    460,    512
+};   /* 36 scfbands */
+static const SHORT sfb_32_512[38] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     48,     52,     56,     64,     72,     80,     88,     96,
+  108,    120,    132,    144,    160,    176,    192,    212,    236,    260,
+  288,    320,    352,    384,    416,    448,    480,    512
+};   /* 37 scfbands */
+static const SHORT sfb_24_512[32] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     52,     60,     68,     80,     92,     104,    120,    140,
+  164,    192,    224,    256,    288,    320,    352,    384,    416,    448,
+  480,    512
+};   /* 31 scfbands */
+
+static const SHORT sfb_48_480[36] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     48,     52,     56,     64,     72,     80,     88,     96,
+  108,    120,    132,    144,    156,    172,    188,    212,    240,    272,
+  304,    336,    368,    400,    432,    480
+};   /* 35 scfbands */
+static const SHORT sfb_32_480[38] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     48,     52,     56,     60,     64,     72,     80,     88,
+  96,     104,    112,    124,    136,    148,    164,    180,    200,    224,
+  256,    288,    320,    352,    384,    416,    448,    480
+};   /* 37 scfbands */
+static const SHORT sfb_24_480[31] =
+{
+  0,      4,      8,      12,     16,     20,     24,     28,     32,     36,
+  40,     44,     52,     60,     68,     80,     92,     104,    120,    140,
+  164,    192,    224,    256,    288,    320,    352,    384,    416,    448,
+  480
+};   /* 30 scfbands */
+
+const SFB_INFO sfbOffsetTables[5][16] =
+{
+  {
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { sfb_48_1024, sfb_48_128, 49, 14 },
+    { sfb_48_1024, sfb_48_128, 49, 14 },
+    { sfb_32_1024, sfb_48_128, 51, 14 },
+    { sfb_24_1024, sfb_24_128, 47, 15 },
+    { sfb_24_1024, sfb_24_128, 47, 15 },
+    { sfb_16_1024, sfb_16_128, 43, 15 },
+    { sfb_16_1024, sfb_16_128, 43, 15 },
+    { sfb_16_1024, sfb_16_128, 43, 15 },
+    { sfb_8_1024, sfb_8_128, 40, 15 },
+    { sfb_8_1024, sfb_8_128, 40, 15 },
+  }, {
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { sfb_48_960, sfb_48_120, 49, 14 },
+    { sfb_48_960, sfb_48_120, 49, 14 },
+    { sfb_32_960, sfb_48_120, 49, 14 },
+    { sfb_24_960, sfb_24_120, 46, 15 },
+    { sfb_24_960, sfb_24_120, 46, 15 },
+    { sfb_16_960, sfb_16_120, 42, 15 },
+    { sfb_16_960, sfb_16_120, 42, 15 },
+    { sfb_16_960, sfb_16_120, 42, 15 },
+    { sfb_8_960, sfb_8_120, 40, 15 },
+    { sfb_8_960, sfb_8_120, 40, 15 },
+  }, {
+    { NULL, NULL, 0, 0 },
+  }, {
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { sfb_48_512,  NULL, 36, 0 },
+    { sfb_48_512, NULL, 36, 0},
+    { sfb_32_512, NULL, 37, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+    { sfb_24_512, NULL, 31, 0 },
+  }, {
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { NULL, NULL, 0, 0 },
+    { sfb_48_480, NULL, 35, 0 },
+    { sfb_48_480, NULL, 35, 0 },
+    { sfb_32_480, NULL, 37, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+    { sfb_24_480, NULL, 30, 0 },
+  }
+};
+
+
+/*# don't use 1 bit hufman tables */
+/*
+  MPEG-2 AAC 2 BITS parallel Hufman Tables
+
+  Bit 0:     = 1=ENDNODE, 0=INDEX
+  Bit 1:     = CODEWORD LEN MOD 2
+  Bit 2..9:  = VALUE/REF Tables 1..10,SCL
+  Bit 2..11: = VALUE/REF Table 11
+*/
+  const USHORT HuffmanCodeBook_1[51][4] =
+{
+  {0x0157,0x0157,0x0004,0x0018}, {0x0008,0x000c,0x0010,0x0014}, {0x015b,0x015b,0x0153,0x0153}, {0x0057,0x0057,0x0167,0x0167},
+  {0x0257,0x0257,0x0117,0x0117}, {0x0197,0x0197,0x0147,0x0147}, {0x001c,0x0030,0x0044,0x0058}, {0x0020,0x0024,0x0028,0x002c},
+  {0x014b,0x014b,0x0163,0x0163}, {0x0217,0x0217,0x0127,0x0127}, {0x0187,0x0187,0x0097,0x0097}, {0x016b,0x016b,0x0017,0x0017},
+  {0x0034,0x0038,0x003c,0x0040}, {0x0143,0x0143,0x0107,0x0107}, {0x011b,0x011b,0x0067,0x0067}, {0x0193,0x0193,0x0297,0x0297},
+  {0x019b,0x019b,0x0247,0x0247}, {0x0048,0x004c,0x0050,0x0054}, {0x01a7,0x01a7,0x0267,0x0267}, {0x0113,0x0113,0x025b,0x025b},
+  {0x0053,0x0053,0x005b,0x005b}, {0x0253,0x0253,0x0047,0x0047}, {0x005c,0x0070,0x0084,0x0098}, {0x0060,0x0064,0x0068,0x006c},
+  {0x012b,0x012b,0x0123,0x0123}, {0x018b,0x018b,0x00a7,0x00a7}, {0x0227,0x0227,0x0287,0x0287}, {0x0087,0x0087,0x010b,0x010b},
+  {0x0074,0x0078,0x007c,0x0080}, {0x021b,0x021b,0x0027,0x0027}, {0x01a3,0x01a3,0x0093,0x0093}, {0x0183,0x0183,0x0207,0x0207},
+  {0x024b,0x024b,0x004b,0x004b}, {0x0088,0x008c,0x0090,0x0094}, {0x0063,0x0063,0x0103,0x0103}, {0x0007,0x0007,0x02a7,0x02a7},
+  {0x009b,0x009b,0x026b,0x026b}, {0x0263,0x0263,0x01ab,0x01ab}, {0x009c,0x00a0,0x00a4,0x00b8}, {0x0241,0x0011,0x0069,0x0019},
+  {0x0211,0x0041,0x0291,0x0299}, {0x00a8,0x00ac,0x00b0,0x00b4}, {0x008b,0x008b,0x0223,0x0223}, {0x00a3,0x00a3,0x020b,0x020b},
+  {0x02ab,0x02ab,0x0283,0x0283}, {0x002b,0x002b,0x0083,0x0083}, {0x00bc,0x00c0,0x00c4,0x00c8}, {0x0003,0x0003,0x022b,0x022b},
+  {0x028b,0x028b,0x02a3,0x02a3}, {0x0023,0x0023,0x0203,0x0203}, {0x000b,0x000b,0x00ab,0x00ab}
+};
+
+const USHORT HuffmanCodeBook_2[39][4] =
+{
+  {0x0004,0x000c,0x0020,0x0034}, {0x0157,0x0157,0x0159,0x0008}, {0x0153,0x0153,0x0257,0x0257}, {0x0010,0x0014,0x0018,0x001c},
+  {0x0117,0x0117,0x0057,0x0057}, {0x0147,0x0147,0x0197,0x0197}, {0x0167,0x0167,0x0185,0x0161}, {0x0125,0x0095,0x0065,0x0215},
+  {0x0024,0x0028,0x002c,0x0030}, {0x0051,0x0149,0x0119,0x0141}, {0x0015,0x0199,0x0259,0x0245}, {0x0191,0x0265,0x0105,0x0251},
+  {0x0045,0x0111,0x0169,0x01a5}, {0x0038,0x0044,0x0058,0x006c}, {0x0295,0x0059,0x003c,0x0040}, {0x0227,0x0227,0x021b,0x021b},
+  {0x0123,0x0123,0x0087,0x0087}, {0x0048,0x004c,0x0050,0x0054}, {0x018b,0x018b,0x006b,0x006b}, {0x029b,0x029b,0x01a3,0x01a3},
+  {0x0207,0x0207,0x01ab,0x01ab}, {0x0093,0x0093,0x0103,0x0103}, {0x005c,0x0060,0x0064,0x0068}, {0x0213,0x0213,0x010b,0x010b},
+  {0x012b,0x012b,0x0249,0x0061}, {0x0181,0x0291,0x0241,0x0041}, {0x0005,0x0099,0x0019,0x0025}, {0x0070,0x0074,0x0078,0x0088},
+  {0x02a5,0x0261,0x0011,0x00a5}, {0x0049,0x0285,0x0269,0x0089}, {0x0221,0x007c,0x0080,0x0084}, {0x020b,0x020b,0x0003,0x0003},
+  {0x00a3,0x00a3,0x02a3,0x02a3}, {0x02ab,0x02ab,0x0083,0x0083}, {0x008c,0x0090,0x0094,0x0098}, {0x028b,0x028b,0x0023,0x0023},
+  {0x0283,0x0283,0x002b,0x002b}, {0x000b,0x000b,0x0203,0x0203}, {0x022b,0x022b,0x00ab,0x00ab}
+};
+
+const USHORT HuffmanCodeBook_3[39][4] =
+{
+  {0x0003,0x0003,0x0004,0x0008}, {0x0005,0x0101,0x0011,0x0041}, {0x000c,0x0010,0x0014,0x0020}, {0x0017,0x0017,0x0143,0x0143},
+  {0x0051,0x0111,0x0045,0x0151}, {0x0105,0x0055,0x0018,0x001c}, {0x0157,0x0157,0x0147,0x0147}, {0x0117,0x0117,0x0009,0x0201},
+  {0x0024,0x002c,0x0040,0x0054}, {0x0241,0x0019,0x0065,0x0028}, {0x0183,0x0183,0x0193,0x0193}, {0x0030,0x0034,0x0038,0x003c},
+  {0x0027,0x0027,0x0253,0x0253}, {0x005b,0x005b,0x0083,0x0083}, {0x0063,0x0063,0x0093,0x0093}, {0x0023,0x0023,0x0213,0x0213},
+  {0x0044,0x0048,0x004c,0x0050}, {0x004b,0x004b,0x0167,0x0167}, {0x0163,0x0163,0x0097,0x0097}, {0x0197,0x0197,0x0125,0x0085},
+  {0x0185,0x0121,0x0159,0x0255}, {0x0058,0x005c,0x0060,0x0070}, {0x0119,0x0245,0x0281,0x0291}, {0x0069,0x00a5,0x0205,0x0109},
+  {0x01a1,0x0064,0x0068,0x006c}, {0x002b,0x002b,0x01a7,0x01a7}, {0x0217,0x0217,0x014b,0x014b}, {0x0297,0x0297,0x016b,0x016b},
+  {0x0074,0x0078,0x007c,0x0080}, {0x00a3,0x00a3,0x0263,0x0263}, {0x0285,0x0129,0x0099,0x00a9}, {0x02a1,0x01a9,0x0199,0x0265},
+  {0x02a5,0x0084,0x0088,0x008c}, {0x0223,0x0223,0x008b,0x008b}, {0x0227,0x0227,0x0189,0x0259}, {0x0219,0x0090,0x0094,0x0098},
+  {0x02ab,0x02ab,0x026b,0x026b}, {0x029b,0x029b,0x024b,0x024b}, {0x020b,0x020b,0x0229,0x0289}
+};
+
+const USHORT HuffmanCodeBook_4[38][4] =
+{
+  {0x0004,0x0008,0x000c,0x0018}, {0x0155,0x0151,0x0115,0x0055}, {0x0145,0x0005,0x0015,0x0001}, {0x0141,0x0045,0x0010,0x0014},
+  {0x0107,0x0107,0x0053,0x0053}, {0x0103,0x0103,0x0113,0x0113}, {0x001c,0x0020,0x0034,0x0048}, {0x0043,0x0043,0x0013,0x0013},
+  {0x0024,0x0028,0x002c,0x0030}, {0x015b,0x015b,0x0197,0x0197}, {0x0167,0x0167,0x0257,0x0257}, {0x005b,0x005b,0x011b,0x011b},
+  {0x0067,0x0067,0x014b,0x014b}, {0x0038,0x003c,0x0040,0x0044}, {0x0193,0x0193,0x0251,0x0095}, {0x0161,0x0245,0x0125,0x0215},
+  {0x0185,0x0019,0x0049,0x0025}, {0x0109,0x0211,0x0061,0x0241}, {0x004c,0x0050,0x0058,0x006c}, {0x0091,0x0121,0x0205,0x0181},
+  {0x0085,0x0009,0x0201,0x0054}, {0x0023,0x0023,0x0083,0x0083}, {0x005c,0x0060,0x0064,0x0068}, {0x01a7,0x01a7,0x016b,0x016b},
+  {0x019b,0x019b,0x0297,0x0297}, {0x0267,0x0267,0x025b,0x025b}, {0x00a5,0x0069,0x0099,0x01a1}, {0x0070,0x0074,0x0078,0x0084},
+  {0x0291,0x0129,0x0261,0x0189}, {0x0285,0x01a9,0x0225,0x0249}, {0x0219,0x02a5,0x007c,0x0080}, {0x029b,0x029b,0x026b,0x026b},
+  {0x00a3,0x00a3,0x002b,0x002b}, {0x0088,0x008c,0x0090,0x0094}, {0x0283,0x0283,0x008b,0x008b}, {0x0223,0x0223,0x020b,0x020b},
+  {0x02ab,0x02ab,0x02a3,0x02a3}, {0x00ab,0x00ab,0x0229,0x0289}
+};
+
+const USHORT HuffmanCodeBook_5[41][4] =
+{
+  {0x0113,0x0113,0x0004,0x0008}, {0x010d,0x0115,0x0151,0x00d1}, {0x000c,0x0010,0x0014,0x0028}, {0x00d7,0x00d7,0x014f,0x014f},
+  {0x00cf,0x00cf,0x0157,0x0157}, {0x0018,0x001c,0x0020,0x0024}, {0x010b,0x010b,0x0193,0x0193}, {0x011b,0x011b,0x0093,0x0093},
+  {0x00c9,0x0159,0x008d,0x0195}, {0x0149,0x00d9,0x018d,0x0095}, {0x002c,0x0030,0x0044,0x0058}, {0x0105,0x011d,0x0051,0x01d1},
+  {0x0034,0x0038,0x003c,0x0040}, {0x00c7,0x00c7,0x01d7,0x01d7}, {0x015f,0x015f,0x004f,0x004f}, {0x0147,0x0147,0x00df,0x00df},
+  {0x0057,0x0057,0x01cf,0x01cf}, {0x0048,0x004c,0x0050,0x0054}, {0x018b,0x018b,0x019b,0x019b}, {0x008b,0x008b,0x009b,0x009b},
+  {0x0085,0x009d,0x01c9,0x0059}, {0x019d,0x01d9,0x0185,0x0049}, {0x005c,0x0060,0x0074,0x0088}, {0x0011,0x0101,0x0161,0x0121},
+  {0x0064,0x0068,0x006c,0x0070}, {0x00c3,0x00c3,0x0213,0x0213}, {0x00e3,0x00e3,0x000f,0x000f}, {0x0217,0x0217,0x020f,0x020f},
+  {0x0143,0x0143,0x0017,0x0017}, {0x0078,0x007c,0x0080,0x0084}, {0x005f,0x005f,0x0047,0x0047}, {0x01c7,0x01c7,0x020b,0x020b},
+  {0x0083,0x0083,0x01a3,0x01a3}, {0x001b,0x001b,0x021b,0x021b}, {0x008c,0x0090,0x0094,0x0098}, {0x01df,0x01df,0x0183,0x0183},
+  {0x0009,0x00a1,0x001d,0x0041}, {0x01c1,0x021d,0x0205,0x01e1}, {0x0061,0x0005,0x009c,0x00a0}, {0x0023,0x0023,0x0203,0x0203},
+  {0x0223,0x0223,0x0003,0x0003}
+};
+
+const USHORT HuffmanCodeBook_6[40][4] =
+{
+  {0x0004,0x0008,0x000c,0x001c}, {0x0111,0x0115,0x00d1,0x0151}, {0x010d,0x0155,0x014d,0x00d5}, {0x00cd,0x0010,0x0014,0x0018},
+  {0x00d9,0x0159,0x0149,0x00c9}, {0x0109,0x018d,0x0119,0x0095}, {0x0195,0x0091,0x008d,0x0191}, {0x0020,0x0024,0x0038,0x004c},
+  {0x0099,0x0189,0x0089,0x0199}, {0x0028,0x002c,0x0030,0x0034}, {0x0147,0x0147,0x015f,0x015f}, {0x00df,0x00df,0x01cf,0x01cf},
+  {0x00c7,0x00c7,0x01d7,0x01d7}, {0x0057,0x0057,0x004f,0x004f}, {0x003c,0x0040,0x0044,0x0048}, {0x011f,0x011f,0x0107,0x0107},
+  {0x0053,0x0053,0x01d3,0x01d3}, {0x019f,0x019f,0x0085,0x01c9}, {0x01d9,0x009d,0x0059,0x0049}, {0x0050,0x005c,0x0070,0x0084},
+  {0x0185,0x01dd,0x0054,0x0058}, {0x005f,0x005f,0x0047,0x0047}, {0x01c7,0x01c7,0x0017,0x0017}, {0x0060,0x0064,0x0068,0x006c},
+  {0x000f,0x000f,0x0163,0x0163}, {0x0143,0x0143,0x00c3,0x00c3}, {0x0217,0x0217,0x00e3,0x00e3}, {0x020f,0x020f,0x0013,0x0013},
+  {0x0074,0x0078,0x007c,0x0080}, {0x0183,0x0183,0x0083,0x0083}, {0x021b,0x021b,0x000b,0x000b}, {0x0103,0x0103,0x01a3,0x01a3},
+  {0x00a3,0x00a3,0x020b,0x020b}, {0x0088,0x008c,0x0090,0x0094}, {0x0123,0x0123,0x001b,0x001b}, {0x0213,0x0213,0x0005,0x0205},
+  {0x001d,0x0061,0x021d,0x01e1}, {0x01c1,0x0041,0x0098,0x009c}, {0x0223,0x0223,0x0203,0x0203}, {0x0003,0x0003,0x0023,0x0023}
+};
+
+const USHORT HuffmanCodeBook_7[31][4] =
+{
+  {0x0003,0x0003,0x0004,0x0008}, {0x0007,0x0007,0x0043,0x0043}, {0x0045,0x000c,0x0010,0x0024}, {0x0049,0x0085,0x0009,0x0081},
+  {0x0014,0x0018,0x001c,0x0020}, {0x004f,0x004f,0x00c7,0x00c7}, {0x008b,0x008b,0x000f,0x000f}, {0x00c3,0x00c3,0x00c9,0x008d},
+  {0x0105,0x0051,0x0145,0x0055}, {0x0028,0x002c,0x0040,0x0054}, {0x00cd,0x0109,0x0101,0x0011}, {0x0030,0x0034,0x0038,0x003c},
+  {0x0093,0x0093,0x014b,0x014b}, {0x0097,0x0097,0x0143,0x0143}, {0x005b,0x005b,0x0017,0x0017}, {0x0187,0x0187,0x00d3,0x00d3},
+  {0x0044,0x0048,0x004c,0x0050}, {0x014f,0x014f,0x010f,0x010f}, {0x00d7,0x00d7,0x018b,0x018b}, {0x009b,0x009b,0x01c7,0x01c7},
+  {0x018d,0x0181,0x0019,0x0111}, {0x0058,0x005c,0x0060,0x0068}, {0x005d,0x0151,0x009d,0x0115}, {0x00d9,0x01c9,0x00dd,0x0119},
+  {0x0155,0x0191,0x01cd,0x0064}, {0x001f,0x001f,0x01c3,0x01c3}, {0x006c,0x0070,0x0074,0x0078}, {0x015b,0x015b,0x0197,0x0197},
+  {0x011f,0x011f,0x01d3,0x01d3}, {0x01d7,0x01d7,0x015f,0x015f}, {0x019d,0x0199,0x01d9,0x01dd}
+};
+
+const USHORT HuffmanCodeBook_8[31][4] =
+{
+  {0x0004,0x0008,0x0010,0x0024}, {0x0047,0x0047,0x0049,0x0005}, {0x0085,0x0041,0x0089,0x000c}, {0x0003,0x0003,0x000b,0x000b},
+  {0x0014,0x0018,0x001c,0x0020}, {0x0083,0x0083,0x004f,0x004f}, {0x00c7,0x00c7,0x008f,0x008f}, {0x00cb,0x00cb,0x00cd,0x0051},
+  {0x0105,0x0091,0x0109,0x000d}, {0x0028,0x002c,0x0040,0x0054}, {0x00c1,0x00d1,0x010d,0x0095}, {0x0030,0x0034,0x0038,0x003c},
+  {0x0057,0x0057,0x014b,0x014b}, {0x0147,0x0147,0x00d7,0x00d7}, {0x014f,0x014f,0x0113,0x0113}, {0x0117,0x0117,0x0103,0x0103},
+  {0x0044,0x0048,0x004c,0x0050}, {0x0153,0x0153,0x0013,0x0013}, {0x018b,0x018b,0x009b,0x009b}, {0x005b,0x005b,0x0187,0x0187},
+  {0x018d,0x00d9,0x0155,0x0015}, {0x0058,0x005c,0x0060,0x0068}, {0x0119,0x0141,0x0191,0x005d}, {0x009d,0x01c9,0x0159,0x00dd},
+  {0x01c5,0x0195,0x01cd,0x0064}, {0x019b,0x019b,0x011f,0x011f}, {0x006c,0x0070,0x0074,0x0078}, {0x001b,0x001b,0x01d3,0x01d3},
+  {0x0183,0x0183,0x015f,0x015f}, {0x019f,0x019f,0x01db,0x01db}, {0x01d5,0x001d,0x01c1,0x01dd}
+};
+
+const USHORT HuffmanCodeBook_9[84][4] =
+{
+  {0x0003,0x0003,0x0004,0x0008}, {0x0007,0x0007,0x0043,0x0043}, {0x0045,0x000c,0x0010,0x002c}, {0x0049,0x0085,0x0009,0x0081},
+  {0x0014,0x0018,0x001c,0x0020}, {0x004f,0x004f,0x008b,0x008b}, {0x00c7,0x00c7,0x000d,0x00c1}, {0x00c9,0x008d,0x0105,0x0051},
+  {0x0109,0x0145,0x0024,0x0028}, {0x0093,0x0093,0x00cf,0x00cf}, {0x0103,0x0103,0x0013,0x0013}, {0x0030,0x0044,0x0058,0x00a4},
+  {0x0034,0x0038,0x003c,0x0040}, {0x0057,0x0057,0x014b,0x014b}, {0x0187,0x0187,0x010f,0x010f}, {0x0097,0x0097,0x005b,0x005b},
+  {0x00d3,0x00d3,0x0141,0x0189}, {0x0048,0x004c,0x0050,0x0054}, {0x0015,0x01c5,0x014d,0x0205}, {0x0061,0x0111,0x00d5,0x0099},
+  {0x005d,0x0181,0x00a1,0x0209}, {0x018d,0x01c9,0x0151,0x0065}, {0x005c,0x0068,0x007c,0x0090}, {0x0245,0x009d,0x0060,0x0064},
+  {0x001b,0x001b,0x0117,0x0117}, {0x00db,0x00db,0x00e3,0x00e3}, {0x006c,0x0070,0x0074,0x0078}, {0x01c3,0x01c3,0x00a7,0x00a7},
+  {0x020f,0x020f,0x0193,0x0193}, {0x01cf,0x01cf,0x0203,0x0203}, {0x006b,0x006b,0x011b,0x011b}, {0x0080,0x0084,0x0088,0x008c},
+  {0x024b,0x024b,0x0157,0x0157}, {0x0023,0x0023,0x001f,0x001f}, {0x00df,0x00df,0x00ab,0x00ab}, {0x00e7,0x00e7,0x0123,0x0123},
+  {0x0094,0x0098,0x009c,0x00a0}, {0x0287,0x0287,0x011f,0x011f}, {0x015b,0x015b,0x0197,0x0197}, {0x0213,0x0213,0x01d3,0x01d3},
+  {0x024f,0x024f,0x006f,0x006f}, {0x00a8,0x00bc,0x00d0,0x00f4}, {0x00ac,0x00b0,0x00b4,0x00b8}, {0x0217,0x0217,0x0027,0x0027},
+  {0x0163,0x0163,0x00e9,0x0289}, {0x0241,0x00ad,0x0125,0x0199}, {0x0071,0x0251,0x01a1,0x02c5}, {0x00c0,0x00c4,0x00c8,0x00cc},
+  {0x0165,0x0129,0x01d5,0x015d}, {0x02c9,0x0305,0x00b1,0x00ed}, {0x028d,0x0255,0x01d9,0x01e1}, {0x012d,0x0281,0x019d,0x00f1},
+  {0x00d4,0x00d8,0x00dc,0x00e0}, {0x0029,0x0169,0x0291,0x0219}, {0x0309,0x01a5,0x01e5,0x02d1}, {0x002d,0x0259,0x02cd,0x0295},
+  {0x00e4,0x00e8,0x00ec,0x00f0}, {0x0223,0x0223,0x021f,0x021f}, {0x0173,0x0173,0x030f,0x030f}, {0x016f,0x016f,0x01df,0x01df},
+  {0x0133,0x0133,0x01af,0x01af}, {0x00f8,0x010c,0x0120,0x0134}, {0x00fc,0x0100,0x0104,0x0108}, {0x01ab,0x01ab,0x0313,0x0313},
+  {0x025f,0x025f,0x02d7,0x02d7}, {0x02c3,0x02c3,0x01b3,0x01b3}, {0x029b,0x029b,0x0033,0x0033}, {0x0110,0x0114,0x0118,0x011c},
+  {0x01eb,0x01eb,0x0317,0x0317}, {0x029f,0x029f,0x0227,0x0227}, {0x0303,0x0303,0x01ef,0x01ef}, {0x0263,0x0263,0x0267,0x0267},
+  {0x0124,0x0128,0x012c,0x0130}, {0x022b,0x022b,0x02df,0x02df}, {0x01f3,0x01f3,0x02db,0x02db}, {0x02e3,0x02e3,0x022f,0x022f},
+  {0x031f,0x031f,0x031b,0x031b}, {0x0138,0x013c,0x0140,0x0144}, {0x02a1,0x0269,0x0321,0x02a5}, {0x02e5,0x0325,0x02e9,0x0271},
+  {0x02a9,0x026d,0x0231,0x02ad}, {0x02b1,0x02f1,0x0148,0x014c}, {0x032b,0x032b,0x02ef,0x02ef}, {0x032f,0x032f,0x0333,0x0333}
+};
+
+const USHORT HuffmanCodeBook_10[82][4] =
+{
+  {0x0004,0x000c,0x0020,0x004c}, {0x0045,0x0085,0x0049,0x0008}, {0x008b,0x008b,0x0007,0x0007}, {0x0010,0x0014,0x0018,0x001c},
+  {0x0043,0x0043,0x00c7,0x00c7}, {0x008f,0x008f,0x004f,0x004f}, {0x00cb,0x00cb,0x00cf,0x00cf}, {0x0009,0x0081,0x0109,0x0091},
+  {0x0024,0x0028,0x002c,0x0038}, {0x0105,0x0051,0x0001,0x00d1}, {0x010d,0x000d,0x00c1,0x0111}, {0x0149,0x0095,0x0030,0x0034},
+  {0x0147,0x0147,0x0057,0x0057}, {0x00d7,0x00d7,0x014f,0x014f}, {0x003c,0x0040,0x0044,0x0048}, {0x0117,0x0117,0x0153,0x0153},
+  {0x009b,0x009b,0x018b,0x018b}, {0x00db,0x00db,0x0013,0x0013}, {0x005b,0x005b,0x0103,0x0103}, {0x0050,0x0064,0x0078,0x00c0},
+  {0x0054,0x0058,0x005c,0x0060}, {0x0187,0x0187,0x018f,0x018f}, {0x0157,0x0157,0x011b,0x011b}, {0x0193,0x0193,0x0159,0x009d},
+  {0x01cd,0x01c9,0x0195,0x00a1}, {0x0068,0x006c,0x0070,0x0074}, {0x00dd,0x0015,0x005d,0x0141}, {0x0061,0x01c5,0x00e1,0x011d},
+  {0x01d1,0x0209,0x0199,0x015d}, {0x0205,0x020d,0x0121,0x0211}, {0x007c,0x0084,0x0098,0x00ac}, {0x01d5,0x0161,0x0215,0x0080},
+  {0x019f,0x019f,0x01db,0x01db}, {0x0088,0x008c,0x0090,0x0094}, {0x00a7,0x00a7,0x001b,0x001b}, {0x021b,0x021b,0x00e7,0x00e7},
+  {0x024f,0x024f,0x0067,0x0067}, {0x024b,0x024b,0x0183,0x0183}, {0x009c,0x00a0,0x00a4,0x00a8}, {0x01a3,0x01a3,0x0127,0x0127},
+  {0x0253,0x0253,0x00ab,0x00ab}, {0x0247,0x0247,0x01df,0x01df}, {0x01e3,0x01e3,0x0167,0x0167}, {0x00b0,0x00b4,0x00b8,0x00bc},
+  {0x021f,0x021f,0x00eb,0x00eb}, {0x0257,0x0257,0x012b,0x012b}, {0x028b,0x028b,0x006b,0x006b}, {0x028f,0x028f,0x01a7,0x01a7},
+  {0x00c4,0x00d8,0x00ec,0x0100}, {0x00c8,0x00cc,0x00d0,0x00d4}, {0x025b,0x025b,0x0023,0x0023}, {0x0293,0x0293,0x001f,0x001f},
+  {0x00af,0x00af,0x025d,0x00ed}, {0x01a9,0x0285,0x006d,0x01e5}, {0x00dc,0x00e0,0x00e4,0x00e8}, {0x01c1,0x0221,0x0169,0x02cd},
+  {0x0295,0x0261,0x016d,0x0201}, {0x012d,0x02c9,0x029d,0x0299}, {0x01e9,0x02d1,0x02c5,0x00b1}, {0x00f0,0x00f4,0x00f8,0x00fc},
+  {0x0225,0x00f1,0x01ad,0x02d5}, {0x0131,0x01ed,0x0171,0x030d}, {0x02d9,0x0025,0x0229,0x0029}, {0x0071,0x0241,0x0311,0x0265},
+  {0x0104,0x010c,0x0120,0x0134}, {0x01b1,0x0309,0x02a1,0x0108}, {0x02a7,0x02a7,0x0307,0x0307}, {0x0110,0x0114,0x0118,0x011c},
+  {0x022f,0x022f,0x01f3,0x01f3}, {0x02df,0x02df,0x0317,0x0317}, {0x031b,0x031b,0x026b,0x026b}, {0x02e3,0x02e3,0x0233,0x0233},
+  {0x0124,0x0128,0x012c,0x0130}, {0x0283,0x0283,0x031f,0x031f}, {0x002f,0x002f,0x02ab,0x02ab}, {0x026f,0x026f,0x02af,0x02af},
+  {0x02c3,0x02c3,0x02ef,0x02ef}, {0x0138,0x013c,0x0140,0x0144}, {0x02e7,0x02e7,0x02eb,0x02eb}, {0x0033,0x0033,0x0323,0x0323},
+  {0x0271,0x0329,0x0325,0x032d}, {0x02f1,0x0301,0x02b1,0x0331}
+};
+
+const USHORT HuffmanCodeBook_11[152][4] =
+{
+  {0x0004,0x0010,0x0038,0x008c}, {0x0001,0x0085,0x0008,0x000c}, {0x0843,0x0843,0x0007,0x0007}, {0x0083,0x0083,0x008b,0x008b},
+  {0x0014,0x0018,0x001c,0x0024}, {0x0107,0x0107,0x010b,0x010b}, {0x0185,0x008d,0x010d,0x0009}, {0x0189,0x0101,0x018d,0x0020},
+  {0x0093,0x0093,0x0207,0x0207}, {0x0028,0x002c,0x0030,0x0034}, {0x0113,0x0113,0x020b,0x020b}, {0x0193,0x0193,0x020f,0x020f},
+  {0x000f,0x000f,0x0183,0x0183}, {0x0097,0x0097,0x0117,0x0117}, {0x003c,0x0050,0x0064,0x0078}, {0x0040,0x0044,0x0048,0x004c},
+  {0x028b,0x028b,0x0213,0x0213}, {0x0287,0x0287,0x0197,0x0197}, {0x028f,0x028f,0x0217,0x0217}, {0x0291,0x0119,0x0309,0x0099},
+  {0x0054,0x0058,0x005c,0x0060}, {0x0199,0x030d,0x0305,0x0811}, {0x080d,0x02c1,0x01c1,0x0241}, {0x0219,0x0341,0x0011,0x0311},
+  {0x0201,0x0809,0x0295,0x0815}, {0x0068,0x006c,0x0070,0x0074}, {0x03c1,0x0141,0x0441,0x0389}, {0x011d,0x038d,0x0299,0x0315},
+  {0x0819,0x0541,0x019d,0x009d}, {0x04c1,0x081d,0x0805,0x0385}, {0x007c,0x0080,0x0084,0x0088}, {0x0391,0x05c1,0x021d,0x0641},
+  {0x0821,0x00c1,0x0319,0x0825}, {0x0409,0x0395,0x0829,0x06c1}, {0x01a1,0x0121,0x040d,0x0015}, {0x0090,0x00c8,0x011c,0x0170},
+  {0x0094,0x0098,0x00a0,0x00b4}, {0x0741,0x082d,0x029d,0x0411}, {0x0399,0x031d,0x0281,0x009c}, {0x0223,0x0223,0x07c3,0x07c3},
+  {0x00a4,0x00a8,0x00ac,0x00b0}, {0x0833,0x0833,0x0407,0x0407}, {0x00a3,0x00a3,0x083b,0x083b}, {0x0417,0x0417,0x0837,0x0837},
+  {0x048f,0x048f,0x02a3,0x02a3}, {0x00b8,0x00bc,0x00c0,0x00c4}, {0x039f,0x039f,0x048b,0x048b}, {0x0323,0x0323,0x0127,0x0127},
+  {0x01a7,0x01a7,0x083f,0x083f}, {0x0493,0x0493,0x041b,0x041b}, {0x00cc,0x00e0,0x00f4,0x0108}, {0x00d0,0x00d4,0x00d8,0x00dc},
+  {0x001b,0x001b,0x0227,0x0227}, {0x0497,0x0497,0x03a3,0x03a3}, {0x041f,0x041f,0x0487,0x0487}, {0x01ab,0x01ab,0x0303,0x0303},
+  {0x00e4,0x00e8,0x00ec,0x00f0}, {0x012b,0x012b,0x00a7,0x00a7}, {0x02a7,0x02a7,0x0513,0x0513}, {0x050b,0x050b,0x0327,0x0327},
+  {0x050f,0x050f,0x049b,0x049b}, {0x00f8,0x00fc,0x0100,0x0104}, {0x022b,0x022b,0x0423,0x0423}, {0x02ab,0x02ab,0x03a7,0x03a7},
+  {0x01af,0x01af,0x0507,0x0507}, {0x001f,0x001f,0x032b,0x032b}, {0x010c,0x0110,0x0114,0x0118}, {0x049f,0x049f,0x058f,0x058f},
+  {0x0517,0x0517,0x00ab,0x00ab}, {0x0593,0x0593,0x012f,0x012f}, {0x0137,0x0137,0x051b,0x051b}, {0x0120,0x0134,0x0148,0x015c},
+  {0x0124,0x0128,0x012c,0x0130}, {0x01b7,0x01b7,0x058b,0x058b}, {0x0043,0x0043,0x0597,0x0597}, {0x02af,0x02af,0x022d,0x0425},
+  {0x051d,0x04a1,0x0801,0x0691}, {0x0138,0x013c,0x0140,0x0144}, {0x0381,0x068d,0x032d,0x00b5}, {0x0235,0x01b1,0x0689,0x02b5},
+  {0x0521,0x0599,0x0429,0x03a9}, {0x0139,0x0231,0x0585,0x0611}, {0x014c,0x0150,0x0154,0x0158}, {0x00ad,0x060d,0x0685,0x0131},
+  {0x059d,0x070d,0x0615,0x0695}, {0x0239,0x0711,0x03ad,0x01b9}, {0x02b1,0x0335,0x0331,0x0021}, {0x0160,0x0164,0x0168,0x016c},
+  {0x042d,0x0609,0x04a5,0x02b9}, {0x0699,0x0529,0x013d,0x05a1}, {0x0525,0x0339,0x04a9,0x0715}, {0x04ad,0x00b9,0x0709,0x0619},
+  {0x0174,0x0188,0x019c,0x01cc}, {0x0178,0x017c,0x0180,0x0184}, {0x0605,0x0435,0x0401,0x03b5}, {0x061d,0x03b1,0x069d,0x01bd},
+  {0x00b1,0x0719,0x0789,0x02bd}, {0x023d,0x0705,0x05a5,0x0791}, {0x018c,0x0190,0x0194,0x0198}, {0x03b9,0x06a1,0x04b5,0x0621},
+  {0x0795,0x078d,0x05a9,0x052d}, {0x0431,0x033d,0x03bd,0x0721}, {0x00bd,0x071d,0x0025,0x0481}, {0x01a0,0x01a4,0x01a8,0x01b8},
+  {0x06a5,0x0625,0x04b1,0x0439}, {0x06a9,0x04b9,0x0531,0x0799}, {0x079d,0x01ac,0x01b0,0x01b4}, {0x0727,0x0727,0x043f,0x043f},
+  {0x05af,0x05af,0x072f,0x072f}, {0x0787,0x0787,0x062b,0x062b}, {0x01bc,0x01c0,0x01c4,0x01c8}, {0x072b,0x072b,0x05b7,0x05b7},
+  {0x0537,0x0537,0x06af,0x06af}, {0x062f,0x062f,0x07a3,0x07a3}, {0x05bb,0x05bb,0x0637,0x0637}, {0x01d0,0x01e4,0x01f8,0x020c},
+  {0x01d4,0x01d8,0x01dc,0x01e0}, {0x06b3,0x06b3,0x04bf,0x04bf}, {0x053b,0x053b,0x002b,0x002b}, {0x05b3,0x05b3,0x07a7,0x07a7},
+  {0x0503,0x0503,0x0633,0x0633}, {0x01e8,0x01ec,0x01f0,0x01f4}, {0x002f,0x002f,0x0733,0x0733}, {0x07ab,0x07ab,0x06b7,0x06b7},
+  {0x0683,0x0683,0x063b,0x063b}, {0x053f,0x053f,0x05bf,0x05bf}, {0x01fc,0x0200,0x0204,0x0208}, {0x07af,0x07af,0x06bb,0x06bb},
+  {0x0037,0x0037,0x0583,0x0583}, {0x0737,0x0737,0x063f,0x063f}, {0x06bf,0x06bf,0x07b3,0x07b3}, {0x0210,0x0214,0x0218,0x021c},
+  {0x003b,0x003b,0x073b,0x073b}, {0x07b7,0x07b7,0x0033,0x0033}, {0x07bb,0x07bb,0x0701,0x0601}, {0x073d,0x003d,0x0781,0x07bd},
+  {0x0118,0x0117,0x0100,0x0109}, {0x05a5,0x05a1,0x05b7,0x0513}, {0x08f9,0x08ff,0x0821,0x08ff}, {0x084f,0x08ff,0x08bc,0x08ff},
+  {0x0815,0x08ff,0x0837,0x08ff}, {0x080d,0x08ff,0x085f,0x08ff}, {0x084a,0x08ff,0x087d,0x08ff}, {0x08ff,0x08ff,0x08a8,0x08ff},
+  {0x0815,0x08ff,0x083f,0x08ff}, {0x0830,0x08ff,0x0894,0x08ff}, {0x08d4,0x08ff,0x0825,0x08ff}, {0x08ef,0x08ff,0x083f,0x08ff},
+  {0x0809,0x08ff,0x08fc,0x08ff}, {0x0842,0x08ff,0x08b3,0x08ff}, {0x070d,0x07a9,0x060e,0x06e2}, {0x06c7,0x06d0,0x04b2,0x0407}
+};
+
+
+const USHORT HuffmanCodeBook_SCL[65][4] =
+{
+  {0x00f3,0x00f3,0x0004,0x0008}, {0x00ef,0x00ef,0x00f5,0x00e9}, {0x00f9,0x000c,0x0010,0x0014}, {0x00e7,0x00e7,0x00ff,0x00ff},
+  {0x00e1,0x0101,0x00dd,0x0105}, {0x0018,0x001c,0x0020,0x0028}, {0x010b,0x010b,0x00db,0x00db}, {0x010f,0x010f,0x00d5,0x0111},
+  {0x00d1,0x0115,0x00cd,0x0024}, {0x011b,0x011b,0x00cb,0x00cb}, {0x002c,0x0030,0x0034,0x0040}, {0x00c7,0x00c7,0x011f,0x011f},
+  {0x0121,0x00c1,0x0125,0x00bd}, {0x0129,0x00b9,0x0038,0x003c}, {0x0133,0x0133,0x012f,0x012f}, {0x0137,0x0137,0x013b,0x013b},
+  {0x0044,0x0048,0x004c,0x0058}, {0x00b7,0x00b7,0x00af,0x00af}, {0x00b1,0x013d,0x00a9,0x00a5}, {0x0141,0x00a1,0x0050,0x0054},
+  {0x0147,0x0147,0x009f,0x009f}, {0x014b,0x014b,0x009b,0x009b}, {0x005c,0x0060,0x0064,0x0070}, {0x014f,0x014f,0x0095,0x008d},
+  {0x0155,0x0085,0x0091,0x0089}, {0x0151,0x0081,0x0068,0x006c}, {0x015f,0x015f,0x0167,0x0167}, {0x007b,0x007b,0x007f,0x007f},
+  {0x0074,0x0078,0x0080,0x00b0}, {0x0159,0x0075,0x0069,0x006d}, {0x0071,0x0061,0x0161,0x007c}, {0x0067,0x0067,0x005b,0x005b},
+  {0x0084,0x0088,0x008c,0x009c}, {0x005f,0x005f,0x0169,0x0055}, {0x004d,0x000d,0x0005,0x0009}, {0x0001,0x0090,0x0094,0x0098},
+  {0x018b,0x018b,0x018f,0x018f}, {0x0193,0x0193,0x0197,0x0197}, {0x019b,0x019b,0x01d7,0x01d7}, {0x00a0,0x00a4,0x00a8,0x00ac},
+  {0x0187,0x0187,0x016f,0x016f}, {0x0173,0x0173,0x0177,0x0177}, {0x017b,0x017b,0x017f,0x017f}, {0x0183,0x0183,0x01a3,0x01a3},
+  {0x00b4,0x00c8,0x00dc,0x00f0}, {0x00b8,0x00bc,0x00c0,0x00c4}, {0x01bf,0x01bf,0x01c3,0x01c3}, {0x01c7,0x01c7,0x01cb,0x01cb},
+  {0x01cf,0x01cf,0x01d3,0x01d3}, {0x01bb,0x01bb,0x01a7,0x01a7}, {0x00cc,0x00d0,0x00d4,0x00d8}, {0x01ab,0x01ab,0x01af,0x01af},
+  {0x01b3,0x01b3,0x01b7,0x01b7}, {0x01db,0x01db,0x001b,0x001b}, {0x0023,0x0023,0x0027,0x0027}, {0x00e0,0x00e4,0x00e8,0x00ec},
+  {0x002b,0x002b,0x0017,0x0017}, {0x019f,0x019f,0x01e3,0x01e3}, {0x01df,0x01df,0x0013,0x0013}, {0x001f,0x001f,0x003f,0x003f},
+  {0x00f4,0x00f8,0x00fc,0x0100}, {0x0043,0x0043,0x004b,0x004b}, {0x0053,0x0053,0x0047,0x0047}, {0x002f,0x002f,0x0033,0x0033},
+  {0x003b,0x003b,0x0037,0x0037}
+};
+
+
+
+/* .CodeBook = HuffmanCodeBook_x, .Dimension = 4, .numBits = 2, .Offset =  0  */
+const CodeBookDescription AACcodeBookDescriptionTable[13] = {
+  { NULL, 0, 0,  0 },
+  { HuffmanCodeBook_1,  4, 2, 1 },
+  { HuffmanCodeBook_2,  4, 2, 1 },
+  { HuffmanCodeBook_3,  4, 2, 0 },
+  { HuffmanCodeBook_4,  4, 2, 0 },
+  { HuffmanCodeBook_5,  2, 4, 4 },
+  { HuffmanCodeBook_6,  2, 4, 4 },
+  { HuffmanCodeBook_7,  2, 4, 0 },
+  { HuffmanCodeBook_8,  2, 4, 0 },
+  { HuffmanCodeBook_9,  2, 4, 0 },
+  { HuffmanCodeBook_10, 2, 4, 0 },
+  { HuffmanCodeBook_11, 2, 5, 0 },
+  { HuffmanCodeBook_SCL, 1, 8, 60 }
+};
+
+const CodeBookDescription AACcodeBookDescriptionSCL = { HuffmanCodeBook_SCL, 1, 8, 60 };
+
+
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree41                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 1).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 4)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 4                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+/* HuffTree */
+const UINT aHuffTree41[80] = {0x4a0001,0x026002,0x013003,0x021004,0x01c005,0x00b006,0x010007,0x019008,
+                              0x00900e,0x00a03a,0x400528,0x00c037,0x00d03b,0x454404,0x00f04c,0x448408,
+                              0x017011,0x01202e,0x42c40c,0x034014,0x01502c,0x016049,0x410470,0x01804e,
+                              0x414424,0x03201a,0x02001b,0x520418,0x02f01d,0x02a01e,0x01f04d,0x41c474,
+                              0x540420,0x022024,0x04a023,0x428510,0x025029,0x430508,0x02703c,0x028047,
+                              0x50c434,0x438478,0x04802b,0x46443c,0x02d03e,0x4404b0,0x44451c,0x03003f,
+                              0x03104b,0x52444c,0x033039,0x4f0450,0x035041,0x036046,0x4e8458,0x04f038,
+                              0x45c53c,0x4604e0,0x4f8468,0x46c4d4,0x04503d,0x4ac47c,0x518480,0x043040,
+                              0x4844dc,0x042044,0x4884a8,0x4bc48c,0x530490,0x4a4494,0x4984b8,0x49c4c4,
+                              0x5044b4,0x5004c0,0x4d04c8,0x4f44cc,0x4d8538,0x4ec4e4,0x52c4fc,0x514534};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree42                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 2).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 4)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 4                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree42[80] = {0x026001,0x014002,0x009003,0x010004,0x01d005,0x00600d,0x007018,0x450008,
+                              0x4e0400,0x02e00a,0x03900b,0x03d00c,0x43c404,0x01b00e,0x00f04f,0x4d8408,
+                              0x023011,0x01203b,0x01a013,0x41440c,0x015020,0x016040,0x025017,0x500410,
+                              0x038019,0x540418,0x41c444,0x02d01c,0x420520,0x01e042,0x03701f,0x4244cc,
+                              0x02a021,0x02204c,0x478428,0x024031,0x42c4dc,0x4304e8,0x027033,0x4a0028,
+                              0x50c029,0x4344a4,0x02c02b,0x470438,0x4404c8,0x4f8448,0x04902f,0x04b030,
+                              0x44c484,0x524032,0x4ec454,0x03e034,0x035046,0x4c4036,0x488458,0x4d445c,
+                              0x460468,0x04e03a,0x51c464,0x03c04a,0x46c514,0x47453c,0x04503f,0x47c4ac,
+                              0x044041,0x510480,0x04304d,0x4e448c,0x490518,0x49449c,0x048047,0x4c0498,
+                              0x4b84a8,0x4b0508,0x4fc4b4,0x4bc504,0x5304d0,0x5344f0,0x4f452c,0x528538};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree43                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 3).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 4)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 4                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree43[80] = {0x400001,0x002004,0x00300a,0x46c404,0x00b005,0x00600d,0x034007,0x037008,
+                              0x494009,0x4d8408,0x42440c,0x00c01b,0x490410,0x00e016,0x00f011,0x010014,
+                              0x4144fc,0x01201d,0x020013,0x508418,0x4c0015,0x41c440,0x022017,0x018026,
+                              0x019035,0x03801a,0x420444,0x01c01f,0x430428,0x02101e,0x44842c,0x478434,
+                              0x4b4438,0x45443c,0x02c023,0x039024,0x02503f,0x48844c,0x030027,0x02e028,
+                              0x032029,0x02a041,0x4d402b,0x4504f0,0x04302d,0x4584a8,0x02f03b,0x46045c,
+                              0x03103d,0x464046,0x033044,0x46853c,0x47049c,0x045036,0x4744dc,0x4a047c,
+                              0x500480,0x4ac03a,0x4b8484,0x03c04e,0x48c524,0x03e040,0x4984e8,0x50c4a4,
+                              0x4b0530,0x042047,0x4bc04b,0x4e44c4,0x5184c8,0x52c4cc,0x5204d0,0x04d048,
+                              0x04a049,0x4e004c,0x51c4ec,0x4f4510,0x5284f8,0x50404f,0x514538,0x540534};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree44                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 4).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 4)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 4                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree44[80] = {0x001004,0x020002,0x036003,0x490400,0x005008,0x010006,0x01f007,0x404428,
+                              0x00e009,0x01100a,0x00b018,0x01600c,0x03700d,0x408015,0x00f03e,0x40c424,
+                              0x410478,0x022012,0x038013,0x01e014,0x454414,0x448418,0x025017,0x47441c,
+                              0x030019,0x02601a,0x02d01b,0x01c034,0x01d029,0x4204f0,0x4dc42c,0x470430,
+                              0x02103c,0x4a0434,0x02302a,0x440024,0x4384a8,0x43c44c,0x02703a,0x02802c,
+                              0x444524,0x4504e0,0x02b03d,0x458480,0x45c4f4,0x04b02e,0x04f02f,0x460520,
+                              0x042031,0x048032,0x049033,0x514464,0x03504c,0x540468,0x47c46c,0x4844d8,
+                              0x039044,0x4884fc,0x03b045,0x48c53c,0x49449c,0x4b8498,0x03f046,0x041040,
+                              0x4c44a4,0x50c4ac,0x04a043,0x5184b0,0x4e44b4,0x4bc4ec,0x04e047,0x4c04e8,
+                              0x4c8510,0x4cc52c,0x4d0530,0x5044d4,0x53804d,0x5284f8,0x508500,0x51c534};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree21                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 5).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree21[80] = {0x450001,0x044002,0x042003,0x035004,0x026005,0x022006,0x013007,0x010008,
+                              0x00d009,0x01c00a,0x01f00b,0x01e00c,0x4a0400,0x01b00e,0x03200f,0x47e402,
+                              0x020011,0x01204d,0x40449c,0x017014,0x015019,0x01603f,0x406458,0x01804f,
+                              0x448408,0x04901a,0x40a45a,0x48c40c,0x01d031,0x40e48e,0x490410,0x492412,
+                              0x021030,0x480414,0x033023,0x02402e,0x02503e,0x416482,0x02a027,0x02802c,
+                              0x029040,0x418468,0x02b04a,0x41a486,0x02d048,0x41c484,0x04e02f,0x41e426,
+                              0x420434,0x42249e,0x424494,0x03d034,0x428470,0x039036,0x03703b,0x038041,
+                              0x42a476,0x03a04b,0x42c454,0x03c047,0x42e472,0x430478,0x43246e,0x496436,
+                              0x488438,0x43a466,0x046043,0x43c464,0x04504c,0x43e462,0x460440,0x44245e,
+                              0x45c444,0x46a446,0x44a456,0x47444c,0x45244e,0x46c47c,0x48a47a,0x49a498};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree22                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 6).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree22[80] = {0x03c001,0x02f002,0x020003,0x01c004,0x00f005,0x00c006,0x016007,0x04d008,
+                              0x00b009,0x01500a,0x400490,0x40e402,0x00d013,0x00e02a,0x40c404,0x019010,
+                              0x011041,0x038012,0x40a406,0x014037,0x40849c,0x4a0410,0x04a017,0x458018,
+                              0x412422,0x02801a,0x01b029,0x480414,0x02401d,0x01e02b,0x48a01f,0x416432,
+                              0x02d021,0x026022,0x023039,0x418468,0x025043,0x48641a,0x027040,0x41c488,
+                              0x41e48c,0x42045a,0x47c424,0x04c02c,0x46e426,0x03602e,0x428478,0x030033,
+                              0x43c031,0x04b032,0x42e42a,0x03403a,0x035048,0x42c442,0x470430,0x494434,
+                              0x43649a,0x45c438,0x04403b,0x43a454,0x04503d,0x03e03f,0x43e464,0x440460,
+                              0x484444,0x049042,0x446448,0x44a456,0x46644c,0x047046,0x44e452,0x450462,
+                              0x47445e,0x46a496,0x49846c,0x472476,0x47a482,0x04e04f,0x47e492,0x48e49e};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree23                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 7).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree23[63] = {0x400001,0x002003,0x410402,0x004007,0x412005,0x01c006,0x420404,0x00800b,
+                              0x01d009,0x00a01f,0x406026,0x00c012,0x00d00f,0x02700e,0x408440,0x010022,
+                              0x028011,0x45440a,0x013017,0x029014,0x024015,0x01602f,0x43c40c,0x02b018,
+                              0x019033,0x03201a,0x43e01b,0x47040e,0x422414,0x01e025,0x432416,0x020021,
+                              0x418442,0x41a452,0x036023,0x41c446,0x46441e,0x424430,0x426434,0x436428,
+                              0x44442a,0x02e02a,0x45642c,0x03002c,0x02d03b,0x46642e,0x43a438,0x460448,
+                              0x031037,0x47244a,0x45a44c,0x034039,0x038035,0x47844e,0x462450,0x474458,
+                              0x46a45c,0x03a03c,0x45e47a,0x476468,0x03d03e,0x47c46c,0x46e47e};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree24                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 8).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree24[63] = {0x001006,0x01d002,0x005003,0x424004,0x400420,0x414402,0x00700a,0x008020,
+                              0x00901f,0x404432,0x00b011,0x00c00e,0x00d032,0x406446,0x02300f,0x033010,
+                              0x458408,0x025012,0x013016,0x01402f,0x015038,0x46840a,0x028017,0x01801a,
+                              0x039019,0x40c47a,0x03e01b,0x03b01c,0x40e47e,0x41201e,0x422410,0x416434,
+                              0x02a021,0x02202b,0x418444,0x02c024,0x41a456,0x02d026,0x027034,0x46241c,
+                              0x029036,0x41e45c,0x426031,0x428430,0x45242a,0x03702e,0x42c464,0x03003c,
+                              0x47442e,0x436442,0x438454,0x43a448,0x03503a,0x43c466,0x43e03d,0x44a440,
+                              0x44c472,0x46044e,0x45a450,0x45e470,0x46a476,0x46c478,0x47c46e};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree25                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 9).        */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree25[168] = {0x400001,0x002003,0x41a402,0x004007,0x41c005,0x035006,0x434404,0x008010,
+                               0x00900c,0x04a00a,0x42000b,0x44e406,0x03600d,0x03800e,0x05a00f,0x408468,
+                               0x01101a,0x012016,0x039013,0x070014,0x46e015,0x40a440,0x03b017,0x01804d,
+                               0x01904f,0x4b840c,0x01b022,0x01c041,0x03f01d,0x01e020,0x01f05b,0x40e4ee,
+                               0x02107c,0x45c410,0x02302c,0x024028,0x053025,0x026045,0x02707d,0x412522,
+                               0x047029,0x05e02a,0x02b08a,0x526414,0x05602d,0x02e081,0x02f032,0x06e030,
+                               0x031080,0x416544,0x079033,0x034091,0x41852c,0x43641e,0x04b037,0x42246a,
+                               0x43c424,0x04c03a,0x426456,0x03c066,0x03d03e,0x482428,0x45842a,0x040072,
+                               0x42c4ba,0x050042,0x04305c,0x044074,0x42e4be,0x06a046,0x4dc430,0x075048,
+                               0x0490a3,0x44a432,0x450438,0x43a452,0x48443e,0x04e068,0x45a442,0x4d4444,
+                               0x051088,0x052087,0x44648c,0x077054,0x4da055,0x50a448,0x057060,0x06b058,
+                               0x05906d,0x44c4f6,0x46c454,0x45e474,0x06905d,0x460520,0x05f07e,0x462494,
+                               0x061063,0x07f062,0x464496,0x06408b,0x08d065,0x542466,0x067071,0x4d2470,
+                               0x4724ec,0x478476,0x53a47a,0x09b06c,0x47c4ac,0x4f847e,0x06f078,0x510480,
+                               0x48649e,0x4884a0,0x07307b,0x49c48a,0x4a648e,0x098076,0x4904c0,0x4924ea,
+                               0x4c8498,0x07a08e,0x51249a,0x4a24d6,0x5064a4,0x4f24a8,0x4aa4de,0x51e4ae,
+                               0x4b0538,0x082092,0x083085,0x08f084,0x5464b2,0x096086,0x4ce4b4,0x4d04b6,
+                               0x089090,0x4bc508,0x4c253e,0x08c0a4,0x5284c4,0x4e04c6,0x4ca4fa,0x5144cc,
+                               0x4f04d8,0x4e24fc,0x09309c,0x094099,0x095097,0x4e4516,0x4e652e,0x4e84fe,
+                               0x4f450c,0x09a09f,0x500502,0x50450e,0x09d0a0,0x09e0a5,0x518530,0x51a54a,
+                               0x0a70a1,0x0a20a6,0x51c534,0x53c524,0x54052a,0x548532,0x536550,0x54c54e};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree26                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 10).       */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree26[168] = {0x006001,0x002013,0x00300f,0x00400d,0x03b005,0x40046e,0x037007,0x00800a,
+                               0x009067,0x402420,0x05600b,0x00c057,0x434404,0x06600e,0x406470,0x03c010,
+                               0x059011,0x06f012,0x49e408,0x014019,0x03f015,0x016044,0x017042,0x079018,
+                               0x4b840a,0x01a01f,0x01b047,0x07c01c,0x08701d,0x06901e,0x44640c,0x020027,
+                               0x04b021,0x02204f,0x023025,0x02406b,0x40e4e0,0x081026,0x528410,0x02802c,
+                               0x06c029,0x08f02a,0x02b078,0x53a412,0x05202d,0x02e033,0x02f031,0x0300a2,
+                               0x4144ce,0x0a6032,0x416534,0x09a034,0x09f035,0x0360a7,0x54e418,0x03a038,
+                               0x436039,0x43841a,0x41c41e,0x42246a,0x05803d,0x03e068,0x424484,0x04005b,
+                               0x04107a,0x42645a,0x043093,0x4d2428,0x05e045,0x046072,0x42a45e,0x048060,
+                               0x073049,0x04a098,0x42c4c4,0x07504c,0x09504d,0x04e09c,0x51042e,0x063050,
+                               0x077051,0x43053c,0x053084,0x065054,0x4e4055,0x4fe432,0x43a454,0x43c46c,
+                               0x43e486,0x07005a,0x4a0440,0x07105c,0x05d07b,0x45c442,0x05f08a,0x476444,
+                               0x07f061,0x06206a,0x448506,0x06408e,0x52644a,0x54444c,0x45644e,0x452450,
+                               0x488458,0x4604ec,0x4624f6,0x50e464,0x08206d,0x0a406e,0x542466,0x4a2468,
+                               0x48a472,0x474089,0x4d8478,0x097074,0x47a508,0x08d076,0x47c4b6,0x51247e,
+                               0x4804fc,0x4bc482,0x48c4a4,0x48e4d4,0x07d07e,0x4904da,0x49208b,0x094080,
+                               0x49450c,0x4964e2,0x09d083,0x52a498,0x085091,0x0a5086,0x4cc49a,0x08808c,
+                               0x4ee49c,0x4a64ba,0x4a84c0,0x4c24aa,0x4ac4f0,0x4ae4d0,0x4ca4b0,0x0900a1,
+                               0x4b24ea,0x092099,0x4b4516,0x4d64be,0x4c650a,0x522096,0x4c8524,0x4dc4f2,
+                               0x4de4f4,0x4e6548,0x09e09b,0x5384e8,0x5204f8,0x4fa53e,0x50051a,0x0a30a0,
+                               0x502536,0x514504,0x51e518,0x54a51c,0x54052c,0x52e546,0x530532,0x54c550};
+
+/* ********************************************************************************************* */
+/*  Table: HuffTree27                                                                            */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the decode tree for spectral data (Codebook 11).       */
+/*                    bit 23 and 11 not used                                                     */
+/*                    bit 22 and 10 determine end value                                          */
+/*                    bit 21-12 and 9-0 (offset to next node) or (index value * 2)               */
+/* --------------------------------------------------------------------------------------------- */
+/*    input:          codeword                                                                   */
+/* --------------------------------------------------------------------------------------------- */
+/*    output:         index * 2                                                                  */
+/* --------------------------------------------------------------------------------------------- */
+const UINT aHuffTree27[288] = {0x00100d,0x002006,0x003004,0x400424,0x047005,0x402446,0x048007,0x00800a,
+                               0x00904c,0x44a404,0x07400b,0x00c0bb,0x466406,0x00e014,0x00f054,0x04e010,
+                               0x051011,0x0a9012,0x0130bc,0x408464,0x01501f,0x01601a,0x017059,0x0af018,
+                               0x0ca019,0x40a0e4,0x01b05e,0x01c084,0x0bf01d,0x05d01e,0x55a40c,0x020026,
+                               0x021066,0x043022,0x023062,0x02408d,0x025108,0x40e480,0x027030,0x02802c,
+                               0x02906b,0x02a0da,0x06502b,0x4105c8,0x0a402d,0x0ec02e,0x0dd02f,0x532412,
+                               0x06e031,0x032036,0x03303e,0x0fd034,0x0fc035,0x4145b0,0x03703a,0x038117,
+                               0x10d039,0x5ba416,0x10f03b,0x03c041,0x5fa03d,0x41c418,0x10403f,0x04011d,
+                               0x41a5f4,0x11c042,0x41e61c,0x087044,0x0f5045,0x0d9046,0x4204a2,0x640422,
+                               0x04904a,0x426448,0x04b073,0x428468,0x46c04d,0x48a42a,0x04f077,0x076050,
+                               0x42c4b0,0x0520a7,0x096053,0x42e4a8,0x05507d,0x07a056,0x0d4057,0x0df058,
+                               0x442430,0x05a081,0x05b09b,0x05c0e2,0x5b8432,0x4fe434,0x05f09e,0x0e6060,
+                               0x0610d6,0x57c436,0x0cc063,0x112064,0x4384a0,0x43a5ca,0x067089,0x0680b7,
+                               0x0690a2,0x0a106a,0x43c59c,0x09206c,0x06d0ba,0x60643e,0x0d106f,0x0700ee,
+                               0x0de071,0x10b072,0x44056c,0x46a444,0x075094,0x48c44c,0x44e490,0x095078,
+                               0x0ab079,0x4504ce,0x07b097,0x11e07c,0x630452,0x0ac07e,0x07f099,0x080106,
+                               0x4544b8,0x0820b1,0x0830e5,0x4fc456,0x0b3085,0x08609d,0x45853e,0x0880c2,
+                               0x5c045a,0x08a08f,0x08b0ce,0x08c0f7,0x58645c,0x11108e,0x45e5c4,0x0c4090,
+                               0x10a091,0x4604e4,0x0d0093,0x462608,0x48e46e,0x4704b2,0x4d2472,0x0980bd,
+                               0x4f2474,0x0e309a,0x4764aa,0x0be09c,0x47851a,0x47a4de,0x09f0b5,0x0a00c1,
+                               0x50047c,0x57847e,0x0a30c3,0x504482,0x0e90a5,0x0a6100,0x4c8484,0x0a811f,
+                               0x48662a,0x0c70aa,0x488494,0x4924d0,0x0ad0c8,0x0ae0d8,0x496636,0x10e0b0,
+                               0x4f8498,0x0f30b2,0x49a4dc,0x0f20b4,0x53c49c,0x0b60cb,0x49e57a,0x0b80e0,
+                               0x0b9109,0x5e44a4,0x5484a6,0x4ac4ae,0x4b44ca,0x4d64b6,0x4ba5da,0x0c60c0,
+                               0x4bc51e,0x4be556,0x6204c0,0x4c24c4,0x0f80c5,0x5664c6,0x4cc53a,0x4d462c,
+                               0x0f10c9,0x4d8552,0x4da4fa,0x5be4e0,0x0cd0ff,0x5244e2,0x0cf0e8,0x4e6568,
+                               0x59a4e8,0x0f90d2,0x1010d3,0x5ac4ea,0x0d50d7,0x4ec634,0x4ee560,0x4f44f0,
+                               0x4f6638,0x502522,0x0db0dc,0x5065a6,0x508604,0x60050a,0x50c0fb,0x63250e,
+                               0x1130e1,0x5a4510,0x5125fc,0x516514,0x51863e,0x51c536,0x0e70f4,0x55c520,
+                               0x602526,0x0eb0ea,0x5cc528,0x5ea52a,0x1140ed,0x60c52c,0x1020ef,0x0f0119,
+                               0x58e52e,0x530622,0x558534,0x53861e,0x55e540,0x5800f6,0x57e542,0x5445e6,
+                               0x5465e8,0x0fa115,0x54c54a,0x54e60e,0x5ae550,0x1160fe,0x5f0554,0x564562,
+                               0x56a58a,0x56e5ee,0x10310c,0x5705d0,0x107105,0x5725d4,0x57463a,0x5765b4,
+                               0x5825bc,0x5845e2,0x5885de,0x58c592,0x5ce590,0x5945f6,0x63c596,0x11b110,
+                               0x5d8598,0x5c259e,0x5e05a0,0x5a25c6,0x5a860a,0x5aa5ec,0x5b2610,0x11a118,
+                               0x6185b6,0x5f25d2,0x5d6616,0x5dc5f8,0x61a5fe,0x612614,0x62e624,0x626628};
+
+/* get starting addresses of huffman tables into an array [convert codebook into starting address] */
+                                                    /* cb    tree */
+const UINT   *aHuffTable[MAX_CB] = {aHuffTree41,  /* 0      -   */  /* use tree 1 as dummy here */
+                                    aHuffTree41,  /* 1      1   */
+                                    aHuffTree42,  /* 2      2   */
+                                    aHuffTree43,  /* 3      3   */
+                                    aHuffTree44,  /* 4      4   */
+                                    aHuffTree21,  /* 5      5   */
+                                    aHuffTree22,  /* 6      6   */
+                                    aHuffTree23,  /* 7      7   */
+                                    aHuffTree24,  /* 8      8   */
+                                    aHuffTree25,  /* 9      9   */
+                                    aHuffTree26,  /* 10     10  */
+                                    aHuffTree27,  /* 11     11  */
+                                    aHuffTree41,  /* 12     -   */  /* use tree 1 as dummy here */
+                                    aHuffTree41,  /* 13     -   */  /* use tree 1 as dummy here */
+                                    aHuffTree41,  /* 14     -   */  /* use tree 1 as dummy here */
+                                    aHuffTree41,  /* 15     -   */  /* use tree 1 as dummy here */
+                                    aHuffTree27,  /* 16     11  */
+                                    aHuffTree27,  /* 17     11  */
+                                    aHuffTree27,  /* 18     11  */
+                                    aHuffTree27,  /* 19     11  */
+                                    aHuffTree27,  /* 20     11  */
+                                    aHuffTree27,  /* 21     11  */
+                                    aHuffTree27,  /* 22     11  */
+                                    aHuffTree27,  /* 23     11  */
+                                    aHuffTree27,  /* 24     11  */
+                                    aHuffTree27,  /* 25     11  */
+                                    aHuffTree27,  /* 26     11  */
+                                    aHuffTree27,  /* 27     11  */
+                                    aHuffTree27,  /* 28     11  */
+                                    aHuffTree27,  /* 29     11  */
+                                    aHuffTree27,  /* 30     11  */
+                                    aHuffTree27}; /* 31     11  */
+
+/*---------------------------------------------------------------------------------------------
+   data-description:
+  The following tables contain the quantized values. Two or four of the quantized values are
+  indexed by the result of the decoding in the decoding tree (see tables above).
+ -------------------------------------------------------------------------------------------- */
+
+/* ********************************************************************************************* */
+/*  Table: ValTab41                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 1-2.                */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab41[324]={-1,-1,-1,-1,-1,-1,-1,0,-1,-1,-1,1,-1,-1,0,-1,
+                             -1,-1,0,0,-1,-1,0,1,-1,-1,1,-1,-1,-1,1,0,
+                             -1,-1,1,1,-1,0,-1,-1,-1,0,-1,0,-1,0,-1,1,
+                             -1,0,0,-1,-1,0,0,0,-1,0,0,1,-1,0,1,-1,
+                             -1,0,1,0,-1,0,1,1,-1,1,-1,-1,-1,1,-1,0,
+                             -1,1,-1,1,-1,1,0,-1,-1,1,0,0,-1,1,0,1,
+                             -1,1,1,-1,-1,1,1,0,-1,1,1,1,0,-1,-1,-1,
+                             0,-1,-1,0,0,-1,-1,1,0,-1,0,-1,0,-1,0,0,
+                             0,-1,0,1,0,-1,1,-1,0,-1,1,0,0,-1,1,1,
+                             0,0,-1,-1,0,0,-1,0,0,0,-1,1,0,0,0,-1,
+                             0,0,0,0,0,0,0,1,0,0,1,-1,0,0,1,0,
+                             0,0,1,1,0,1,-1,-1,0,1,-1,0,0,1,-1,1,
+                             0,1,0,-1,0,1,0,0,0,1,0,1,0,1,1,-1,
+                             0,1,1,0,0,1,1,1,1,-1,-1,-1,1,-1,-1,0,
+                             1,-1,-1,1,1,-1,0,-1,1,-1,0,0,1,-1,0,1,
+                             1,-1,1,-1,1,-1,1,0,1,-1,1,1,1,0,-1,-1,
+                             1,0,-1,0,1,0,-1,1,1,0,0,-1,1,0,0,0,
+                             1,0,0,1,1,0,1,-1,1,0,1,0,1,0,1,1,
+                             1,1,-1,-1,1,1,-1,0,1,1,-1,1,1,1,0,-1,
+                             1,1,0,0,1,1,0,1,1,1,1,-1,1,1,1,0,
+                             1,1,1,1};
+
+/* ********************************************************************************************* */
+/*  Table: ValTab42                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 3-4.                */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab42[324]={0,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0,
+                             0,0,1,1,0,0,1,2,0,0,2,0,0,0,2,1,
+                             0,0,2,2,0,1,0,0,0,1,0,1,0,1,0,2,
+                             0,1,1,0,0,1,1,1,0,1,1,2,0,1,2,0,
+                             0,1,2,1,0,1,2,2,0,2,0,0,0,2,0,1,
+                             0,2,0,2,0,2,1,0,0,2,1,1,0,2,1,2,
+                             0,2,2,0,0,2,2,1,0,2,2,2,1,0,0,0,
+                             1,0,0,1,1,0,0,2,1,0,1,0,1,0,1,1,
+                             1,0,1,2,1,0,2,0,1,0,2,1,1,0,2,2,
+                             1,1,0,0,1,1,0,1,1,1,0,2,1,1,1,0,
+                             1,1,1,1,1,1,1,2,1,1,2,0,1,1,2,1,
+                             1,1,2,2,1,2,0,0,1,2,0,1,1,2,0,2,
+                             1,2,1,0,1,2,1,1,1,2,1,2,1,2,2,0,
+                             1,2,2,1,1,2,2,2,2,0,0,0,2,0,0,1,
+                             2,0,0,2,2,0,1,0,2,0,1,1,2,0,1,2,
+                             2,0,2,0,2,0,2,1,2,0,2,2,2,1,0,0,
+                             2,1,0,1,2,1,0,2,2,1,1,0,2,1,1,1,
+                             2,1,1,2,2,1,2,0,2,1,2,1,2,1,2,2,
+                             2,2,0,0,2,2,0,1,2,2,0,2,2,2,1,0,
+                             2,2,1,1,2,2,1,2,2,2,2,0,2,2,2,1,
+                             2,2,2,2};
+
+/* ********************************************************************************************* */
+/*  Table: ValTab21                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 5-6.                */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab21[162]={-4,-4,-4,-3,-4,-2,-4,-1,-4,0,-4,1,-4,2,-4,3,
+                             -4,4,-3,-4,-3,-3,-3,-2,-3,-1,-3,0,-3,1,-3,2,
+                             -3,3,-3,4,-2,-4,-2,-3,-2,-2,-2,-1,-2,0,-2,1,
+                             -2,2,-2,3,-2,4,-1,-4,-1,-3,-1,-2,-1,-1,-1,0,
+                             -1,1,-1,2,-1,3,-1,4,0,-4,0,-3,0,-2,0,-1,
+                             0,0,0,1,0,2,0,3,0,4,1,-4,1,-3,1,-2,
+                             1,-1,1,0,1,1,1,2,1,3,1,4,2,-4,2,-3,
+                             2,-2,2,-1,2,0,2,1,2,2,2,3,2,4,3,-4,
+                             3,-3,3,-2,3,-1,3,0,3,1,3,2,3,3,3,4,
+                             4,-4,4,-3,4,-2,4,-1,4,0,4,1,4,2,4,3,
+                             4,4};
+
+/* ********************************************************************************************* */
+/*  Table: ValTab22                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 7-8.                */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab22[128]={0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,
+                             1,0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,
+                             2,0,2,1,2,2,2,3,2,4,2,5,2,6,2,7,
+                             3,0,3,1,3,2,3,3,3,4,3,5,3,6,3,7,
+                             4,0,4,1,4,2,4,3,4,4,4,5,4,6,4,7,
+                             5,0,5,1,5,2,5,3,5,4,5,5,5,6,5,7,
+                             6,0,6,1,6,2,6,3,6,4,6,5,6,6,6,7,
+                             7,0,7,1,7,2,7,3,7,4,7,5,7,6,7,7};
+
+/* ********************************************************************************************* */
+/*  Table: ValTab23                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 9-10.               */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab23[338]={0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,
+                             0,8,0,9,0,10,0,11,0,12,1,0,1,1,1,2,
+                             1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,
+                             1,11,1,12,2,0,2,1,2,2,2,3,2,4,2,5,
+                             2,6,2,7,2,8,2,9,2,10,2,11,2,12,3,0,
+                             3,1,3,2,3,3,3,4,3,5,3,6,3,7,3,8,
+                             3,9,3,10,3,11,3,12,4,0,4,1,4,2,4,3,
+                             4,4,4,5,4,6,4,7,4,8,4,9,4,10,4,11,
+                             4,12,5,0,5,1,5,2,5,3,5,4,5,5,5,6,
+                             5,7,5,8,5,9,5,10,5,11,5,12,6,0,6,1,
+                             6,2,6,3,6,4,6,5,6,6,6,7,6,8,6,9,
+                             6,10,6,11,6,12,7,0,7,1,7,2,7,3,7,4,
+                             7,5,7,6,7,7,7,8,7,9,7,10,7,11,7,12,
+                             8,0,8,1,8,2,8,3,8,4,8,5,8,6,8,7,
+                             8,8,8,9,8,10,8,11,8,12,9,0,9,1,9,2,
+                             9,3,9,4,9,5,9,6,9,7,9,8,9,9,9,10,
+                             9,11,9,12,10,0,10,1,10,2,10,3,10,4,10,5,
+                             10,6,10,7,10,8,10,9,10,10,10,11,10,12,11,0,
+                             11,1,11,2,11,3,11,4,11,5,11,6,11,7,11,8,
+                             11,9,11,10,11,11,11,12,12,0,12,1,12,2,12,3,
+                             12,4,12,5,12,6,12,7,12,8,12,9,12,10,12,11,
+                             12,12};
+
+/* ********************************************************************************************* */
+/*  Table: ValTab24                                                                              */
+/* --------------------------------------------------------------------------------------------- */
+/*    description:    This table contains the quantized values for codebooks 11.                 */
+/* --------------------------------------------------------------------------------------------- */
+const SCHAR  aValTab24[578]={0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,
+                             0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,
+                             0,16,1,0,1,1,1,2,1,3,1,4,1,5,1,6,
+                             1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,
+                             1,15,1,16,2,0,2,1,2,2,2,3,2,4,2,5,
+                             2,6,2,7,2,8,2,9,2,10,2,11,2,12,2,13,
+                             2,14,2,15,2,16,3,0,3,1,3,2,3,3,3,4,
+                             3,5,3,6,3,7,3,8,3,9,3,10,3,11,3,12,
+                             3,13,3,14,3,15,3,16,4,0,4,1,4,2,4,3,
+                             4,4,4,5,4,6,4,7,4,8,4,9,4,10,4,11,
+                             4,12,4,13,4,14,4,15,4,16,5,0,5,1,5,2,
+                             5,3,5,4,5,5,5,6,5,7,5,8,5,9,5,10,
+                             5,11,5,12,5,13,5,14,5,15,5,16,6,0,6,1,
+                             6,2,6,3,6,4,6,5,6,6,6,7,6,8,6,9,
+                             6,10,6,11,6,12,6,13,6,14,6,15,6,16,7,0,
+                             7,1,7,2,7,3,7,4,7,5,7,6,7,7,7,8,
+                             7,9,7,10,7,11,7,12,7,13,7,14,7,15,7,16,
+                             8,0,8,1,8,2,8,3,8,4,8,5,8,6,8,7,
+                             8,8,8,9,8,10,8,11,8,12,8,13,8,14,8,15,
+                             8,16,9,0,9,1,9,2,9,3,9,4,9,5,9,6,
+                             9,7,9,8,9,9,9,10,9,11,9,12,9,13,9,14,
+                             9,15,9,16,10,0,10,1,10,2,10,3,10,4,10,5,
+                             10,6,10,7,10,8,10,9,10,10,10,11,10,12,10,13,
+                             10,14,10,15,10,16,11,0,11,1,11,2,11,3,11,4,
+                             11,5,11,6,11,7,11,8,11,9,11,10,11,11,11,12,
+                             11,13,11,14,11,15,11,16,12,0,12,1,12,2,12,3,
+                             12,4,12,5,12,6,12,7,12,8,12,9,12,10,12,11,
+                             12,12,12,13,12,14,12,15,12,16,13,0,13,1,13,2,
+                             13,3,13,4,13,5,13,6,13,7,13,8,13,9,13,10,
+                             13,11,13,12,13,13,13,14,13,15,13,16,14,0,14,1,
+                             14,2,14,3,14,4,14,5,14,6,14,7,14,8,14,9,
+                             14,10,14,11,14,12,14,13,14,14,14,15,14,16,15,0,
+                             15,1,15,2,15,3,15,4,15,5,15,6,15,7,15,8,
+                             15,9,15,10,15,11,15,12,15,13,15,14,15,15,15,16,
+                             16,0,16,1,16,2,16,3,16,4,16,5,16,6,16,7,
+                             16,8,16,9,16,10,16,11,16,12,16,13,16,14,16,15,
+                             16,16};
+
+                                             /* cb    quant. val table */
+const SCHAR  *aQuantTable[] = {aValTab41,    /* 0             -        */  /* use quant. val talble 1 as dummy here */
+                               aValTab41,    /* 1             1        */
+                               aValTab41,    /* 2             1        */
+                               aValTab42,    /* 3             2        */
+                               aValTab42,    /* 4             2        */
+                               aValTab21,    /* 5             3        */
+                               aValTab21,    /* 6             3        */
+                               aValTab22,    /* 7             4        */
+                               aValTab22,    /* 8             4        */
+                               aValTab23,    /* 9             5        */
+                               aValTab23,    /* 10            5        */
+                               aValTab24,    /* 11            6        */
+                               aValTab41,    /* 12            -        */  /* use quant. val talble 1 as dummy here */
+                               aValTab41,    /* 13            -        */  /* use quant. val talble 1 as dummy here */
+                               aValTab41,    /* 14            -        */  /* use quant. val talble 1 as dummy here */
+                               aValTab41,    /* 15            -        */  /* use quant. val talble 1 as dummy here */
+                               aValTab24,    /* 16            6        */
+                               aValTab24,    /* 17            6        */
+                               aValTab24,    /* 18            6        */
+                               aValTab24,    /* 19            6        */
+                               aValTab24,    /* 20            6        */
+                               aValTab24,    /* 21            6        */
+                               aValTab24,    /* 22            6        */
+                               aValTab24,    /* 23            6        */
+                               aValTab24,    /* 24            6        */
+                               aValTab24,    /* 25            6        */
+                               aValTab24,    /* 26            6        */
+                               aValTab24,    /* 27            6        */
+                               aValTab24,    /* 28            6        */
+                               aValTab24,    /* 29            6        */
+                               aValTab24,    /* 30            6        */
+                               aValTab24};   /* 31            6        */
+
+/* arrays for HCR_TABLE_INFO structures */
+/* maximum length of codeword in each codebook */
+/* codebook:                     0,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 */
+const UCHAR   aMaxCwLen[MAX_CB]={0,11,9,20,16,13,11,14,12,17,14,49,0, 0, 0, 0, 14,17,21,21,25,25,29,29,29,29,33,33,33,37,37,41};
+
+/*                                                           11  13  15  17  19  21  23  25  27  39  31 */
+/*                            CB:  0 1 2 3 4 5 6 7 8 9 10  12  14  16  18  20  22  24  26  28  30       */
+const UCHAR   aDimCb[MAX_CB]  =   {2,4,4,4,4,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};   /* codebook dimension - zero cb got a dimension of 2 */
+
+/*                                                           11  13  15  17  19  21  23  25  27  39  31 */
+/*                            CB:  0 1 2 3 4 5 6 7 8 9 10  12  14  16  18  20  22  24  26  28  30       */
+const UCHAR   aDimCbShift[MAX_CB]={1,2,2,2,2,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};   /* codebook dimension */
+
+/*               1 -> decode sign bits                                                              */
+/*               0 -> decode no sign bits                11  13  15  17  19  21  23  25  27  39  31 */
+/*                        CB:  0 1 2 3 4 5 6 7 8 9 10  12  14  16  18  20  22  24  26  28  30       */
+const UCHAR   aSignCb[MAX_CB]={0,0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
+
+/* arrays for HCR_CB_PAIRS structures */
+const UCHAR   aMinOfCbPair[MAX_CB_PAIRS]={0,1,3,5,7, 9,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,11};
+const UCHAR   aMaxOfCbPair[MAX_CB_PAIRS]={0,2,4,6,8,10,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,11};
+
+/* priorities of codebooks */
+const UCHAR   aCbPriority[MAX_CB]={0,1,1,2,2,3,3,4,4,5,5,22,0,0,0,0,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21};
+
+const SCHAR   aCodebook2StartInt[] = {STOP_THIS_STATE    ,    /* cb  0 */
+                                      BODY_ONLY          ,    /* cb  1 */
+                                      BODY_ONLY          ,    /* cb  2 */
+                                      BODY_SIGN__BODY    ,    /* cb  3 */
+                                      BODY_SIGN__BODY    ,    /* cb  4 */
+                                      BODY_ONLY          ,    /* cb  5 */
+                                      BODY_ONLY          ,    /* cb  6 */
+                                      BODY_SIGN__BODY    ,    /* cb  7 */
+                                      BODY_SIGN__BODY    ,    /* cb  8 */
+                                      BODY_SIGN__BODY    ,    /* cb  9 */
+                                      BODY_SIGN__BODY    ,    /* cb 10 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 11 */
+                                      STOP_THIS_STATE    ,    /* cb 12 */
+                                      STOP_THIS_STATE    ,    /* cb 13 */
+                                      STOP_THIS_STATE    ,    /* cb 14 */
+                                      STOP_THIS_STATE    ,    /* cb 15 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 16 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 17 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 18 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 19 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 20 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 21 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 22 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 23 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 24 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 25 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 26 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 27 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 28 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 29 */
+                                      BODY_SIGN_ESC__BODY,    /* cb 30 */
+                                      BODY_SIGN_ESC__BODY};   /* cb 31 */
+
+const STATEFUNC aStateConstant2State[] = {NULL                               ,    /*  0 = STOP_THIS_STATE           */
+                                          Hcr_State_BODY_ONLY                ,    /*  1 = BODY_ONLY                 */
+                                          Hcr_State_BODY_SIGN__BODY          ,    /*  2 = BODY_SIGN__BODY           */
+                                          Hcr_State_BODY_SIGN__SIGN          ,    /*  3 = BODY_SIGN__SIGN           */
+                                          Hcr_State_BODY_SIGN_ESC__BODY      ,    /*  4 = BODY_SIGN_ESC__BODY       */
+                                          Hcr_State_BODY_SIGN_ESC__SIGN      ,    /*  5 = BODY_SIGN_ESC__SIGN       */
+                                          Hcr_State_BODY_SIGN_ESC__ESC_PREFIX,    /*  6 = BODY_SIGN_ESC__ESC_PREFIX */
+                                          Hcr_State_BODY_SIGN_ESC__ESC_WORD  };   /*  7 = BODY_SIGN_ESC__ESC_WORD   */
+
+/*                                     CB:  0 1 2 3 4 5 6 7 8  9 10      12    14    16    18    20      22      24      26      28       30         */
+const USHORT aLargestAbsoluteValue[MAX_CB]={0,1,1,2,2,4,4,7,7,12,12,8191, 0, 0, 0, 0,15,31,47,63,95,127,159,191,223,255,319,383,511,767,1023,2047}; /* lav */
+/*                                     CB:                           11     13    15    17    19     21      23      25      27      39       31     */
+
+
+/* ------------------------------------------------------------------------------------------
+   description:    The table 'HuffTreeRvlcEscape' contains the decode tree for the rvlc
+                   escape sequences.
+                   bit 23 and 11 not used
+                   bit 22 and 10 determine end value  -->  if set codeword is decoded
+                   bit 21-12 and 9-0 (offset to next node) or (index value)
+                   The escape sequence is the index value.
+
+   input:          codeword
+   output:         index
+------------------------------------------------------------------------------------------ */
+const UINT aHuffTreeRvlcEscape[53] = { 0x002001,0x400003,0x401004,0x402005,0x403007,0x404006,0x00a405,0x009008,
+                                       0x00b406,0x00c407,0x00d408,0x00e409,0x40b40a,0x40c00f,0x40d010,0x40e011,
+                                       0x40f012,0x410013,0x411014,0x412015,0x016413,0x414415,0x017416,0x417018,
+                                       0x419019,0x01a418,0x01b41a,0x01c023,0x03201d,0x01e020,0x43501f,0x41b41c,
+                                       0x021022,0x41d41e,0x41f420,0x02402b,0x025028,0x026027,0x421422,0x423424,
+                                       0x02902a,0x425426,0x427428,0x02c02f,0x02d02e,0x42942a,0x42b42c,0x030031,
+                                       0x42d42e,0x42f430,0x033034,0x431432,0x433434 };
+
+/* ------------------------------------------------------------------------------------------
+   description:    The table 'HuffTreeRvlc' contains the huffman decoding tree for the RVLC
+                   scale factors. The table contains 15 allowed, symmetric codewords and 8
+                   forbidden codewords, which are used for error detection.
+
+   usage of bits:  bit 23 and 11 not used
+                   bit 22 and 10 determine end value  -->  if set codeword is decoded
+                   bit 21-12 and 9-0 (offset to next node within the table) or (index+7).
+                   The decoded (index+7) is in the range from 0,1,..,22. If the (index+7)
+                   is in the range 15,16,..,22, then a forbidden codeword is decoded.
+
+   input:          A single bit from a RVLC scalefactor codeword
+   output:         [if codeword is not completely decoded:] offset to next node within table or
+                   [if codeword is decoded:] A dpcm value i.e. (index+7) in range from 0,1,..,22.
+                   The differential scalefactor (DPCM value) named 'index' is calculated by
+                   subtracting 7 from the decoded value (index+7).
+------------------------------------------------------------------------------------------ */
+const UINT aHuffTreeRvlCodewds[22] = { 0x407001,0x002009,0x003406,0x004405,0x005404,0x006403,0x007400,0x008402,
+                                       0x411401,0x00a408,0x00c00b,0x00e409,0x01000d,0x40f40a,0x41400f,0x01340b,
+                                       0x011015,0x410012,0x41240c,0x416014,0x41540d,0x41340e };
+
+
+
+const FIXP_WTB LowDelaySynthesis512[1536] = {
+/* part 0 */
+WTC(0xdac984c0), WTC(0xdb100080), WTC(0xdb56cd00), WTC(0xdb9dec40), WTC(0xdbe55fc0), WTC(0xdc2d2880), WTC(0xdc754780), WTC(0xdcbdbd80),
+WTC(0xdd068a80), WTC(0xdd4fae80), WTC(0xdd992940), WTC(0xdde2f9c0), WTC(0xde2d1fc0), WTC(0xde779a80), WTC(0xdec26a00), WTC(0xdf0d8e00),
+WTC(0xdf590680), WTC(0xdfa4d540), WTC(0xdff0fc80), WTC(0xe03d7e20), WTC(0xe08a5900), WTC(0xe0d78a20), WTC(0xe1250cc0), WTC(0xe172dcc0),
+WTC(0xe1c0f7a0), WTC(0xe20f59a0), WTC(0xe25dfea0), WTC(0xe2ace400), WTC(0xe2fc0be0), WTC(0xe34b7bc0), WTC(0xe39b3c80), WTC(0xe3eb5260),
+WTC(0xe43bbac0), WTC(0xe48c7160), WTC(0xe4dd7140), WTC(0xe52eb600), WTC(0xe5803c00), WTC(0xe5d1fda0), WTC(0xe623f360), WTC(0xe6761700),
+WTC(0xe6c86400), WTC(0xe71ad500), WTC(0xe76d63e0), WTC(0xe7c00ba0), WTC(0xe812c8e0), WTC(0xe86598e0), WTC(0xe8b878e0), WTC(0xe90b68a0),
+WTC(0xe95e6c40), WTC(0xe9b18ae0), WTC(0xea04ce80), WTC(0xea583ba0), WTC(0xeaabcda0), WTC(0xeaff7ee0), WTC(0xeb5348e0), WTC(0xeba722c0),
+WTC(0xebfb0060), WTC(0xec4ed240), WTC(0xeca28540), WTC(0xecf60c20), WTC(0xed496120), WTC(0xed9c7e80), WTC(0xedef5e40), WTC(0xee41fc00),
+WTC(0xee945600), WTC(0xeee66ac0), WTC(0xef3839a0), WTC(0xef89c0e0), WTC(0xefdafda0), WTC(0xf02bed60), WTC(0xf07c8e80), WTC(0xf0cce000),
+WTC(0xf11ce220), WTC(0xf16c9620), WTC(0xf1bbfe30), WTC(0xf20b19e0), WTC(0xf259e5a0), WTC(0xf2a85dc0), WTC(0xf2f67ed0), WTC(0xf34445b0),
+WTC(0xf391aed0), WTC(0xf3deb590), WTC(0xf42b53e0), WTC(0xf4778140), WTC(0xf4c33190), WTC(0xf50e5660), WTC(0xf558df30), WTC(0xf5a2be50),
+WTC(0xf5ebea10), WTC(0xf6345780), WTC(0xf67bfab0), WTC(0xf6c2cee0), WTC(0xf708d7b0), WTC(0xf74e19c0), WTC(0xf7929a70), WTC(0xf7d66630),
+WTC(0xf8199268), WTC(0xf85c3860), WTC(0xf89e7480), WTC(0xf8e058c0), WTC(0xf921ec08), WTC(0xf9633800), WTC(0xf9a44980), WTC(0xf9e53158),
+WTC(0xfa260158), WTC(0xfa66ca18), WTC(0xfaa79ac0), WTC(0xfae87920), WTC(0xfb295fa0), WTC(0xfb6a42b8), WTC(0xfbab1240), WTC(0xfbebd1c0),
+WTC(0xfc2c9c24), WTC(0xfc6d8d90), WTC(0xfcaec240), WTC(0xfcf05684), WTC(0xfd326a98), WTC(0xfd75254c), WTC(0xfdb8afd4), WTC(0xfdfccdfc),
+WTC(0xfe40d694), WTC(0xfe84161c), WTC(0xfec5cf5a), WTC(0xff04e7fc), WTC(0xff3fdfe3), WTC(0xff751ddf), WTC(0xffa2fb0f), WTC(0xffc87c42),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0xbffb6081), WTC(0xbff22f81), WTC(0xbfe8fc01), WTC(0xbfdfc781), WTC(0xbfd69101), WTC(0xbfcd5a01), WTC(0xbfc42201), WTC(0xbfbae981),
+WTC(0xbfb1b101), WTC(0xbfa87901), WTC(0xbf9f4181), WTC(0xbf960b01), WTC(0xbf8cd481), WTC(0xbf839d81), WTC(0xbf7a6681), WTC(0xbf712f01),
+WTC(0xbf67f801), WTC(0xbf5ec101), WTC(0xbf558b01), WTC(0xbf4c5681), WTC(0xbf432281), WTC(0xbf39ee81), WTC(0xbf30bb01), WTC(0xbf278801),
+WTC(0xbf1e5501), WTC(0xbf152381), WTC(0xbf0bf381), WTC(0xbf02c581), WTC(0xbef99901), WTC(0xbef06d01), WTC(0xbee74281), WTC(0xbede1901),
+WTC(0xbed4f081), WTC(0xbecbca81), WTC(0xbec2a781), WTC(0xbeb98681), WTC(0xbeb06881), WTC(0xbea74c81), WTC(0xbe9e3281), WTC(0xbe951a81),
+WTC(0xbe8c0501), WTC(0xbe82f301), WTC(0xbe79e481), WTC(0xbe70da01), WTC(0xbe67d381), WTC(0xbe5ed081), WTC(0xbe55d001), WTC(0xbe4cd381),
+WTC(0xbe43da81), WTC(0xbe3ae601), WTC(0xbe31f701), WTC(0xbe290d01), WTC(0xbe202801), WTC(0xbe174781), WTC(0xbe0e6c01), WTC(0xbe059481),
+WTC(0xbdfcc301), WTC(0xbdf3f701), WTC(0xbdeb3101), WTC(0xbde27201), WTC(0xbdd9b981), WTC(0xbdd10681), WTC(0xbdc85981), WTC(0xbdbfb281),
+WTC(0xbdb71201), WTC(0xbdae7881), WTC(0xbda5e601), WTC(0xbd9d5b81), WTC(0xbd94d801), WTC(0xbd8c5c01), WTC(0xbd83e681), WTC(0xbd7b7781),
+WTC(0xbd731081), WTC(0xbd6ab101), WTC(0xbd625981), WTC(0xbd5a0b01), WTC(0xbd51c481), WTC(0xbd498601), WTC(0xbd414f01), WTC(0xbd391f81),
+WTC(0xbd30f881), WTC(0xbd28d981), WTC(0xbd20c401), WTC(0xbd18b781), WTC(0xbd10b381), WTC(0xbd08b781), WTC(0xbd00c381), WTC(0xbcf8d781),
+WTC(0xbcf0f381), WTC(0xbce91801), WTC(0xbce14601), WTC(0xbcd97c81), WTC(0xbcd1bb81), WTC(0xbcca0301), WTC(0xbcc25181), WTC(0xbcbaa801),
+WTC(0xbcb30601), WTC(0xbcab6c01), WTC(0xbca3db01), WTC(0xbc9c5281), WTC(0xbc94d201), WTC(0xbc8d5901), WTC(0xbc85e801), WTC(0xbc7e7e01),
+WTC(0xbc771c01), WTC(0xbc6fc101), WTC(0xbc686e01), WTC(0xbc612301), WTC(0xbc59df81), WTC(0xbc52a381), WTC(0xbc4b6e81), WTC(0xbc444081),
+WTC(0xbc3d1801), WTC(0xbc35f501), WTC(0xbc2ed681), WTC(0xbc27bd81), WTC(0xbc20ae01), WTC(0xbc19ab01), WTC(0xbc12b801), WTC(0xbc0bcf81),
+WTC(0xbc04e381), WTC(0xbbfde481), WTC(0xbbf6c601), WTC(0xbbef9b81), WTC(0xbbe89901), WTC(0xbbe1f401), WTC(0xbbdbe201), WTC(0xbbd68c81),
+WTC(0xbbd21281), WTC(0xbbce9181), WTC(0xbbcc2681), WTC(0xbbcaca01), WTC(0xbbca5081), WTC(0xbbca8d01), WTC(0xbbcb5301), WTC(0xbbcc8201),
+WTC(0xbbce0601), WTC(0xbbcfca81), WTC(0xbbd1bd81), WTC(0xbbd3e101), WTC(0xbbd64d01), WTC(0xbbd91b81), WTC(0xbbdc6481), WTC(0xbbe03801),
+WTC(0xbbe49d01), WTC(0xbbe99981), WTC(0xbbef3301), WTC(0xbbf56181), WTC(0xbbfc0f81), WTC(0xbc032601), WTC(0xbc0a8f01), WTC(0xbc123b81),
+WTC(0xbc1a2401), WTC(0xbc224181), WTC(0xbc2a8c81), WTC(0xbc330781), WTC(0xbc3bbc01), WTC(0xbc44b481), WTC(0xbc4dfb81), WTC(0xbc57a301),
+WTC(0xbc61c401), WTC(0xbc6c7781), WTC(0xbc77d601), WTC(0xbc83f201), WTC(0xbc90d481), WTC(0xbc9e8801), WTC(0xbcad1501), WTC(0xbcbc7e01),
+WTC(0xbcccbd01), WTC(0xbcddcc81), WTC(0xbcefa601), WTC(0xbd023f01), WTC(0xbd158801), WTC(0xbd297181), WTC(0xbd3deb81), WTC(0xbd52eb01),
+WTC(0xbd686681), WTC(0xbd7e5581), WTC(0xbd94b001), WTC(0xbdab7181), WTC(0xbdc29a81), WTC(0xbdda2a01), WTC(0xbdf22181), WTC(0xbe0a8581),
+WTC(0xbe236001), WTC(0xbe3cbc01), WTC(0xbe56a381), WTC(0xbe712001), WTC(0xbe8c3781), WTC(0xbea7f301), WTC(0xbec45881), WTC(0xbee17201),
+WTC(0xbeff4801), WTC(0xbf1de601), WTC(0xbf3d5501), WTC(0xbf5d9a81), WTC(0xbf7eb581), WTC(0xbfa0a581), WTC(0xbfc36a01), WTC(0xbfe6ed01),
+WTC(0xc00b04c0), WTC(0xc02f86c0), WTC(0xc0544940), WTC(0xc0792ec0), WTC(0xc09e2640), WTC(0xc0c31f00), WTC(0xc0e80a00), WTC(0xc10cf480),
+WTC(0xc1320940), WTC(0xc15773c0), WTC(0xc17d5f00), WTC(0xc1a3e340), WTC(0xc1cb05c0), WTC(0xc1f2cbc0), WTC(0xc21b3940), WTC(0xc2444b00),
+WTC(0xc26df5c0), WTC(0xc2982d80), WTC(0xc2c2e640), WTC(0xc2ee0a00), WTC(0xc3197940), WTC(0xc34513c0), WTC(0xc370b9c0), WTC(0xc39c4f00),
+WTC(0xc3c7bc00), WTC(0xc3f2e940), WTC(0xc41dc140), WTC(0xc44856c0), WTC(0xc472e640), WTC(0xc49dad80), WTC(0xc4c8e880), WTC(0xc4f4acc0),
+WTC(0xc520e840), WTC(0xc54d8780), WTC(0xc57a76c0), WTC(0xc5a79640), WTC(0xc5d4bac0), WTC(0xc601b880), WTC(0xc62e6580), WTC(0xc65ab600),
+WTC(0xc686bd40), WTC(0xc6b28fc0), WTC(0xc6de41c0), WTC(0xc709de40), WTC(0xc7356640), WTC(0xc760da80), WTC(0xc78c3c40), WTC(0xc7b78640),
+WTC(0xc7e2afc0), WTC(0xc80dae80), WTC(0xc83878c0), WTC(0xc86304c0), WTC(0xc88d4900), WTC(0xc8b73b80), WTC(0xc8e0d280), WTC(0xc90a0440),
+/* part 1 */
+WTC(0xb5212e81), WTC(0xb4959501), WTC(0xb40ab501), WTC(0xb3808d81), WTC(0xb2f71f01), WTC(0xb26e6881), WTC(0xb1e66a01), WTC(0xb15f2381),
+WTC(0xb0d89401), WTC(0xb052bc01), WTC(0xafcd9a81), WTC(0xaf492f01), WTC(0xaec57801), WTC(0xae427481), WTC(0xadc02281), WTC(0xad3e8101),
+WTC(0xacbd9081), WTC(0xac3d5001), WTC(0xabbdc001), WTC(0xab3edf01), WTC(0xaac0ad01), WTC(0xaa432981), WTC(0xa9c65401), WTC(0xa94a2c01),
+WTC(0xa8ceb201), WTC(0xa853e501), WTC(0xa7d9c681), WTC(0xa7605601), WTC(0xa6e79401), WTC(0xa66f8201), WTC(0xa5f81f81), WTC(0xa5816e81),
+WTC(0xa50b6e81), WTC(0xa4962181), WTC(0xa4218801), WTC(0xa3ada281), WTC(0xa33a7201), WTC(0xa2c7f801), WTC(0xa2563501), WTC(0xa1e52a81),
+WTC(0xa174da81), WTC(0xa1054701), WTC(0xa0967201), WTC(0xa0285d81), WTC(0x9fbb0981), WTC(0x9f4e7801), WTC(0x9ee2a901), WTC(0x9e779f81),
+WTC(0x9e0d5e01), WTC(0x9da3e601), WTC(0x9d3b3b81), WTC(0x9cd35f81), WTC(0x9c6c5481), WTC(0x9c061b81), WTC(0x9ba0b701), WTC(0x9b3c2801),
+WTC(0x9ad87081), WTC(0x9a759301), WTC(0x9a139101), WTC(0x99b26c81), WTC(0x99522801), WTC(0x98f2c601), WTC(0x98944901), WTC(0x9836b201),
+WTC(0x97da0481), WTC(0x977e4181), WTC(0x97236b01), WTC(0x96c98381), WTC(0x96708b81), WTC(0x96188501), WTC(0x95c17081), WTC(0x956b4f81),
+WTC(0x95162381), WTC(0x94c1ee01), WTC(0x946eaf81), WTC(0x941c6901), WTC(0x93cb1c81), WTC(0x937acb01), WTC(0x932b7501), WTC(0x92dd1b01),
+WTC(0x928fbe01), WTC(0x92435d01), WTC(0x91f7f981), WTC(0x91ad9281), WTC(0x91642781), WTC(0x911bb981), WTC(0x90d44781), WTC(0x908dd101),
+WTC(0x90485401), WTC(0x9003ce81), WTC(0x8fc03f01), WTC(0x8f7da401), WTC(0x8f3bfb01), WTC(0x8efb4181), WTC(0x8ebb7581), WTC(0x8e7c9301),
+WTC(0x8e3e9481), WTC(0x8e017581), WTC(0x8dc53001), WTC(0x8d89be81), WTC(0x8d4f1b01), WTC(0x8d154081), WTC(0x8cdc2901), WTC(0x8ca3cb01),
+WTC(0x8c6c1b01), WTC(0x8c350d01), WTC(0x8bfe9401), WTC(0x8bc8a401), WTC(0x8b933001), WTC(0x8b5e2c81), WTC(0x8b298b81), WTC(0x8af53e81),
+WTC(0x8ac13381), WTC(0x8a8d5801), WTC(0x8a599a81), WTC(0x8a25f301), WTC(0x89f26101), WTC(0x89bee581), WTC(0x898b8301), WTC(0x89586901),
+WTC(0x8925f101), WTC(0x88f47901), WTC(0x88c45e81), WTC(0x88962981), WTC(0x886a8a81), WTC(0x88423301), WTC(0x881dd301), WTC(0x87fdd781),
+WTC(0x87d0ca81), WTC(0x87c76201), WTC(0x87bcab81), WTC(0x87b0ef01), WTC(0x87a48b01), WTC(0x8797dd81), WTC(0x878b4301), WTC(0x877ede01),
+WTC(0x87729701), WTC(0x87665481), WTC(0x8759fd01), WTC(0x874d8681), WTC(0x8740f681), WTC(0x87345381), WTC(0x8727a381), WTC(0x871ae981),
+WTC(0x870e2301), WTC(0x87014f81), WTC(0x86f46d81), WTC(0x86e77b81), WTC(0x86da7901), WTC(0x86cd6681), WTC(0x86c04381), WTC(0x86b30f01),
+WTC(0x86a5ca81), WTC(0x86987581), WTC(0x868b1001), WTC(0x867d9a81), WTC(0x86701381), WTC(0x86627b01), WTC(0x8654d001), WTC(0x86471281),
+WTC(0x86394301), WTC(0x862b6201), WTC(0x861d7081), WTC(0x860f6e01), WTC(0x86015981), WTC(0x85f33281), WTC(0x85e4f801), WTC(0x85d6a981),
+WTC(0x85c84801), WTC(0x85b9d481), WTC(0x85ab4f01), WTC(0x859cb781), WTC(0x858e0e01), WTC(0x857f5101), WTC(0x85707f81), WTC(0x85619a01),
+WTC(0x8552a181), WTC(0x85439601), WTC(0x85347901), WTC(0x85254a81), WTC(0x85160981), WTC(0x8506b581), WTC(0x84f74e01), WTC(0x84e7d381),
+WTC(0x84d84601), WTC(0x84c8a701), WTC(0x84b8f801), WTC(0x84a93801), WTC(0x84996701), WTC(0x84898481), WTC(0x84798f81), WTC(0x84698881),
+WTC(0x84597081), WTC(0x84494881), WTC(0x84391081), WTC(0x8428ca01), WTC(0x84187401), WTC(0x84080d81), WTC(0x83f79681), WTC(0x83e70f01),
+WTC(0x83d67881), WTC(0x83c5d381), WTC(0x83b52101), WTC(0x83a46181), WTC(0x83939501), WTC(0x8382ba01), WTC(0x8371d081), WTC(0x8360d901),
+WTC(0x834fd481), WTC(0x833ec381), WTC(0x832da781), WTC(0x831c8101), WTC(0x830b4f81), WTC(0x82fa1181), WTC(0x82e8c801), WTC(0x82d77201),
+WTC(0x82c61101), WTC(0x82b4a601), WTC(0x82a33281), WTC(0x8291b601), WTC(0x82803101), WTC(0x826ea201), WTC(0x825d0901), WTC(0x824b6601),
+WTC(0x8239b981), WTC(0x82280581), WTC(0x82164a81), WTC(0x82048881), WTC(0x81f2bf81), WTC(0x81e0ee81), WTC(0x81cf1581), WTC(0x81bd3401),
+WTC(0x81ab4b01), WTC(0x81995c01), WTC(0x81876781), WTC(0x81756d81), WTC(0x81636d81), WTC(0x81516701), WTC(0x813f5981), WTC(0x812d4481),
+WTC(0x811b2981), WTC(0x81090981), WTC(0x80f6e481), WTC(0x80e4bb81), WTC(0x80d28d81), WTC(0x80c05a01), WTC(0x80ae1f81), WTC(0x809bdf01),
+WTC(0x80899881), WTC(0x80774c81), WTC(0x8064fc81), WTC(0x8052a881), WTC(0x80405101), WTC(0x802df701), WTC(0x801b9b01), WTC(0x80093e01),
+WTC(0x0a74b120), WTC(0x0aa08a90), WTC(0x0acd2b80), WTC(0x0afa8860), WTC(0x0b289590), WTC(0x0b574790), WTC(0x0b8692d0), WTC(0x0bb66bb0),
+WTC(0x0be6c6b0), WTC(0x0c179830), WTC(0x0c48d500), WTC(0x0c7a7ad0), WTC(0x0cac9000), WTC(0x0cdf1b60), WTC(0x0d122390), WTC(0x0d45a8f0),
+WTC(0x0d79a5e0), WTC(0x0dae1480), WTC(0x0de2ef30), WTC(0x0e183800), WTC(0x0e4df8c0), WTC(0x0e843b90), WTC(0x0ebb0a20), WTC(0x0ef26430),
+WTC(0x0f2a3fc0), WTC(0x0f629280), WTC(0x0f9b5210), WTC(0x0fd47690), WTC(0x100dfa80), WTC(0x1047d8a0), WTC(0x10820b40), WTC(0x10bc8b80),
+WTC(0x10f75080), WTC(0x11325100), WTC(0x116d84e0), WTC(0x11a8ece0), WTC(0x11e49420), WTC(0x122085a0), WTC(0x125ccbc0), WTC(0x12995a40),
+WTC(0x12d60e80), WTC(0x1312c4c0), WTC(0x134f59e0), WTC(0x138bae60), WTC(0x13c7a740), WTC(0x140329e0), WTC(0x143e1b60), WTC(0x147862a0),
+WTC(0x14b1e840), WTC(0x14ea94c0), WTC(0x152250a0), WTC(0x15590380), WTC(0x158e93e0), WTC(0x15c2e820), WTC(0x15f5e6e0), WTC(0x162779a0),
+WTC(0x16578ca0), WTC(0x16860ca0), WTC(0x16b2e640), WTC(0x16de0b00), WTC(0x17077140), WTC(0x172f0fa0), WTC(0x1754e200), WTC(0x17796080),
+WTC(0x179d7f20), WTC(0x17c23760), WTC(0x17e87da0), WTC(0x1810cc80), WTC(0x183b25a0), WTC(0x18678520), WTC(0x1895e700), WTC(0x18c64540),
+WTC(0x18f89780), WTC(0x192cd560), WTC(0x1962f680), WTC(0x199af2a0), WTC(0x19d4c1e0), WTC(0x1a105ca0), WTC(0x1a4dbae0), WTC(0x1a8cd660),
+WTC(0x1acdaa60), WTC(0x1b103260), WTC(0x1b546940), WTC(0x1b9a4600), WTC(0x1be1bb80), WTC(0x1c2abc60), WTC(0x1c753b80), WTC(0x1cc13860),
+WTC(0x1d0ebe20), WTC(0x1d5dd8c0), WTC(0x1dae9480), WTC(0x1e010060), WTC(0x1e552f40), WTC(0x1eab33e0), WTC(0x1f032060), WTC(0x1f5cfce0),
+WTC(0x1fb8c660), WTC(0x201679c0), WTC(0x207611c0), WTC(0x20d75f00), WTC(0x213a0640), WTC(0x219dab80), WTC(0x2201f480), WTC(0x2266ba80),
+WTC(0x22cc0ac0), WTC(0x2331f4c0), WTC(0x23988940), WTC(0x23ffff40), WTC(0x2468b340), WTC(0x24d30300), WTC(0x253f4900), WTC(0x25ad8980),
+WTC(0x261d72c0), WTC(0x268eaec0), WTC(0x2700e880), WTC(0x2773db40), WTC(0x27e751c0), WTC(0x285b1780), WTC(0x28cefbc0), WTC(0x29431f80),
+WTC(0x29b7f680), WTC(0x2a2df780), WTC(0x2aa59880), WTC(0x2b1f3280), WTC(0x2b9b0140), WTC(0x2c194000), WTC(0x2c9a2540), WTC(0x2d1d8dc0),
+WTC(0x2da2fc40), WTC(0x2e29ee80), WTC(0x2eb1e340), WTC(0x2f3a4e40), WTC(0x2fc29980), WTC(0x304a2ec0), WTC(0x30d07cc0), WTC(0x315566c0),
+WTC(0x31d94480), WTC(0x325c72c0), WTC(0x32df51c0), WTC(0x33628c80), WTC(0x33e71a00), WTC(0x346df400), WTC(0x34f80dc0), WTC(0x3585c640),
+WTC(0x3616e700), WTC(0x36ab3380), WTC(0x37426ac0), WTC(0x37dbe840), WTC(0x3876a340), WTC(0x39118f40), WTC(0x39aba2c0), WTC(0x3a4422c0),
+WTC(0x3adaa200), WTC(0x3b6eb6c0), WTC(0x3bfffd80), WTC(0x3c8e9380), WTC(0x3d1b1780), WTC(0x3da62e00), WTC(0x3e307b00), WTC(0x3eba97c0),
+WTC(0x3f451280), WTC(0x3fd07940), WTC(0x405d577f), WTC(0x40ebf57f), WTC(0x417c59ff), WTC(0x420e897f), WTC(0x42a2857f), WTC(0x4338307f),
+WTC(0x43cf4d7f), WTC(0x44679cff), WTC(0x4500dfff), WTC(0x459ac2ff), WTC(0x4634e2ff), WTC(0x46ced9ff), WTC(0x4768437f), WTC(0x4800d27f),
+WTC(0x489850ff), WTC(0x492e88ff), WTC(0x49c346ff), WTC(0x4a5678ff), WTC(0x4ae82f7f), WTC(0x4b787c7f), WTC(0x4c07717f), WTC(0x4c95337f),
+WTC(0x4d21f77f), WTC(0x4dadf3ff), WTC(0x4e395eff), WTC(0x4ec4657f), WTC(0x4f4f297f), WTC(0x4fd9cd7f), WTC(0x5064737f), WTC(0x50ef3cff),
+WTC(0x517a46ff), WTC(0x5205b0ff), WTC(0x529197ff), WTC(0x531e04ff), WTC(0x53aaeb7f), WTC(0x54383eff), WTC(0x54c5ef7f), WTC(0x5553a8ff),
+WTC(0x55e0d57f), WTC(0x566cda7f), WTC(0x56f720ff), WTC(0x577f4aff), WTC(0x580534ff), WTC(0x5888bd7f), WTC(0x5909c6ff), WTC(0x598890ff),
+WTC(0x5a05b7ff), WTC(0x5a81db7f), WTC(0x5afd99ff), WTC(0x5b794a7f), WTC(0x5bf5007f), WTC(0x5c70cbff), WTC(0x5cecbb7f), WTC(0x5d68c47f),
+WTC(0x5de4c3ff), WTC(0x5e6094ff), WTC(0x5edc127f), WTC(0x5f56fdff), WTC(0x5fd1017f), WTC(0x6049c67f), WTC(0x60c0f67f), WTC(0x613650ff),
+WTC(0x61a9a9ff), WTC(0x621ad77f), WTC(0x6289b37f), WTC(0x62f67fff), WTC(0x6361e87f), WTC(0x63cc9bff), WTC(0x6437457f), WTC(0x64a2247f),
+WTC(0x650d0c7f), WTC(0x6577cc7f), WTC(0x65e2327f), WTC(0x664bf57f), WTC(0x66b4b5ff), WTC(0x671c137f), WTC(0x6781afff), WTC(0x67e579ff),
+WTC(0x6847abff), WTC(0x68a882ff), WTC(0x69083bff), WTC(0x6966fbff), WTC(0x69c4cfff), WTC(0x6a21c57f), WTC(0x6a7de87f), WTC(0x6ad9377f),
+WTC(0x6b33a5ff), WTC(0x6b8d257f), WTC(0x6be5a8ff), WTC(0x6c3d20ff), WTC(0x6c9380ff), WTC(0x6ce8ba7f), WTC(0x6d3cbfff), WTC(0x6d8f827f),
+/* part 2 */
+WTC(0xad98b481), WTC(0xaead9d01), WTC(0xafbfc381), WTC(0xb0cf4d01), WTC(0xb1dc5f81), WTC(0xb2e72081), WTC(0xb3efb501), WTC(0xb4f64381),
+WTC(0xb5faf101), WTC(0xb6fde401), WTC(0xb7ff4001), WTC(0xb8ff1601), WTC(0xb9fd6181), WTC(0xbafa1d01), WTC(0xbbf54401), WTC(0xbceed101),
+WTC(0xbde6c081), WTC(0xbedd0e81), WTC(0xbfd1b701), WTC(0xc0c4b440), WTC(0xc1b5ffc0), WTC(0xc2a59340), WTC(0xc3936780), WTC(0xc47f78c0),
+WTC(0xc569c600), WTC(0xc6524d40), WTC(0xc7390dc0), WTC(0xc81e04c0), WTC(0xc9012e00), WTC(0xc9e28540), WTC(0xcac20700), WTC(0xcb9fb1c0),
+WTC(0xcc7b8640), WTC(0xcd558600), WTC(0xce2db200), WTC(0xcf0409c0), WTC(0xcfd88a40), WTC(0xd0ab3080), WTC(0xd17bfa00), WTC(0xd24ae640),
+WTC(0xd317f7c0), WTC(0xd3e33080), WTC(0xd4ac9340), WTC(0xd5741f40), WTC(0xd639d2c0), WTC(0xd6fdab00), WTC(0xd7bfa5c0), WTC(0xd87fc300),
+WTC(0xd93e0600), WTC(0xd9fa7180), WTC(0xdab50900), WTC(0xdb6dccc0), WTC(0xdc24ba80), WTC(0xdcd9d000), WTC(0xdd8d0b80), WTC(0xde3e6dc0),
+WTC(0xdeedf9c0), WTC(0xdf9bb340), WTC(0xe0479e20), WTC(0xe0f1bac0), WTC(0xe19a07e0), WTC(0xe2408380), WTC(0xe2e52c00), WTC(0xe38802e0),
+WTC(0xe4290c00), WTC(0xe4c84c20), WTC(0xe565c760), WTC(0xe6017f20), WTC(0xe69b7240), WTC(0xe7339f60), WTC(0xe7ca0500), WTC(0xe85ea480),
+WTC(0xe8f18180), WTC(0xe9829fc0), WTC(0xea1202e0), WTC(0xea9fab80), WTC(0xeb2b9700), WTC(0xebb5c2a0), WTC(0xec3e2bc0), WTC(0xecc4d300),
+WTC(0xed49bc80), WTC(0xedccec60), WTC(0xee4e66a0), WTC(0xeece2d80), WTC(0xef4c41e0), WTC(0xefc8a480), WTC(0xf0435610), WTC(0xf0bc5c60),
+WTC(0xf133c230), WTC(0xf1a99270), WTC(0xf21dd7b0), WTC(0xf29097e0), WTC(0xf301d3d0), WTC(0xf3718c20), WTC(0xf3dfc180), WTC(0xf44c7100),
+WTC(0xf4b79480), WTC(0xf52125b0), WTC(0xf5891df0), WTC(0xf5ef6fe0), WTC(0xf6540730), WTC(0xf6b6cf50), WTC(0xf717b490), WTC(0xf776b9a0),
+WTC(0xf7d3f720), WTC(0xf82f86e8), WTC(0xf8898260), WTC(0xf8e1fc50), WTC(0xf93900f0), WTC(0xf98e9c28), WTC(0xf9e2d940), WTC(0xfa35b4a0),
+WTC(0xfa871bd8), WTC(0xfad6fbd0), WTC(0xfb254250), WTC(0xfb71f0c0), WTC(0xfbbd1c28), WTC(0xfc06da60), WTC(0xfc4f40a4), WTC(0xfc965500),
+WTC(0xfcdc0e5c), WTC(0xfd2062f4), WTC(0xfd6348d0), WTC(0xfda4b1b8), WTC(0xfde48b2c), WTC(0xfe22c280), WTC(0xfe5f462a), WTC(0xfe9a1f2e),
+WTC(0xfed3711c), WTC(0xff0b60ac), WTC(0xff4212dd), WTC(0xff77b344), WTC(0xffac7407), WTC(0xffe08796), WTC(0x00141e37), WTC(0x00473665),
+WTC(0x00799cd0), WTC(0x00ab1bff), WTC(0x00db7d8b), WTC(0x010a75ea), WTC(0x0137a46e), WTC(0x0162a77a), WTC(0x018b20ac), WTC(0x01b0fb7a),
+WTC(0x01d46d3c), WTC(0x01f5ae7c), WTC(0x0214f91c), WTC(0x0232a5cc), WTC(0x024f2c04), WTC(0x026b048c), WTC(0x0286a628), WTC(0x02a25808),
+WTC(0x02be31c0), WTC(0x02da48e0), WTC(0x02f6b09c), WTC(0x031345dc), WTC(0x032faf50), WTC(0x034b9148), WTC(0x036690e8), WTC(0x0380658c),
+WTC(0x0398d8e4), WTC(0x03afb568), WTC(0x03c4c6e0), WTC(0x03d7f770), WTC(0x03e94f9c), WTC(0x03f8d938), WTC(0x04069ee8), WTC(0x0412bef8),
+WTC(0x041d6b30), WTC(0x0426d638), WTC(0x042f3288), WTC(0x0436ad98), WTC(0x043d6fd0), WTC(0x0443a170), WTC(0x04496a40), WTC(0x044ee728),
+WTC(0x04542a40), WTC(0x04594520), WTC(0x045e4890), WTC(0x04633210), WTC(0x0467ebe8), WTC(0x046c5f80), WTC(0x04707630), WTC(0x047417f0),
+WTC(0x04772b58), WTC(0x047996e8), WTC(0x047b4140), WTC(0x047c12a0), WTC(0x047bf520), WTC(0x047ad2e0), WTC(0x04789690), WTC(0x047539c8),
+WTC(0x0470c4b8), WTC(0x046b4058), WTC(0x0464b600), WTC(0x045d3a08), WTC(0x0454ebc8), WTC(0x044beb00), WTC(0x04425798), WTC(0x043853b0),
+WTC(0x042e0398), WTC(0x04238bd8), WTC(0x04190f98), WTC(0x040e9670), WTC(0x04040c18), WTC(0x03f95b30), WTC(0x03ee6e20), WTC(0x03e32b64),
+WTC(0x03d77598), WTC(0x03cb2f24), WTC(0x03be3b18), WTC(0x03b08b18), WTC(0x03a21f64), WTC(0x0392f8d4), WTC(0x038318e0), WTC(0x03728e94),
+WTC(0x03617694), WTC(0x034fee18), WTC(0x033e11f4), WTC(0x032bf530), WTC(0x0319a114), WTC(0x03071e80), WTC(0x02f475f4), WTC(0x02e1a7c0),
+WTC(0x02ceac04), WTC(0x02bb7a84), WTC(0x02a80af0), WTC(0x029452b0), WTC(0x028044e0), WTC(0x026bd488), WTC(0x0256f558), WTC(0x0241a940),
+WTC(0x022c0084), WTC(0x02160c08), WTC(0x01ffdc5a), WTC(0x01e97ad2), WTC(0x01d2e982), WTC(0x01bc2a2a), WTC(0x01a53e8c), WTC(0x018e2860),
+WTC(0x0176e94c), WTC(0x015f82fa), WTC(0x0147f70e), WTC(0x013046c2), WTC(0x011872e8), WTC(0x01007c4a), WTC(0x00e863cf), WTC(0x00d02c81),
+WTC(0x00b7db94), WTC(0x009f7651), WTC(0x00870204), WTC(0x006e83f8), WTC(0x00560176), WTC(0x003d7fcb), WTC(0x0025043f), WTC(0x000c941f),
+WTC(0xd65574c0), WTC(0xd5ebc100), WTC(0xd582d080), WTC(0xd51a9cc0), WTC(0xd4b31f80), WTC(0xd44c5280), WTC(0xd3e62f80), WTC(0xd380b040),
+WTC(0xd31bce40), WTC(0xd2b78380), WTC(0xd253ca40), WTC(0xd1f0acc0), WTC(0xd18e4580), WTC(0xd12caf40), WTC(0xd0cc0400), WTC(0xd06c40c0),
+WTC(0xd00d4740), WTC(0xcfaef6c0), WTC(0xcf513140), WTC(0xcef3fa80), WTC(0xce977a40), WTC(0xce3bd980), WTC(0xcde13f40), WTC(0xcd87a880),
+WTC(0xcd2ee800), WTC(0xccd6cf00), WTC(0xcc7f2f40), WTC(0xcc27e880), WTC(0xcbd0ea00), WTC(0xcb7a2380), WTC(0xcb238380), WTC(0xcaccee80),
+WTC(0xca763ec0), WTC(0xca1f4d00), WTC(0xc9c7f480), WTC(0xc9703b40), WTC(0xc9185200), WTC(0xc8c06b00), WTC(0xc868b4c0), WTC(0xc81100c0),
+WTC(0xc7b8c280), WTC(0xc75f6a40), WTC(0xc7046900), WTC(0xc6a74340), WTC(0xc6479300), WTC(0xc5e4f200), WTC(0xc57efac0), WTC(0xc5154880),
+WTC(0xc4a77780), WTC(0xc4352440), WTC(0xc3bdeac0), WTC(0xc3416740), WTC(0xc2bf33c0), WTC(0xc236eb40), WTC(0xc1a82900), WTC(0xc11290c0),
+WTC(0xc075cf00), WTC(0xbfd19081), WTC(0xbf258401), WTC(0xbe716d81), WTC(0xbdb52b81), WTC(0xbcf09a81), WTC(0xbc23af81), WTC(0xbb505c01),
+WTC(0xba7a9081), WTC(0xb9a65281), WTC(0xb8d79301), WTC(0xb8104c01), WTC(0xb7508181), WTC(0xb6982201), WTC(0xb5e71b01), WTC(0xb53d5b01),
+WTC(0xb49ad081), WTC(0xb3ff6901), WTC(0xb36b1301), WTC(0xb2ddbd01), WTC(0xb2575481), WTC(0xb1d7c801), WTC(0xb15f0601), WTC(0xb0ecfc01),
+WTC(0xb0819881), WTC(0xb01cca01), WTC(0xafbe7e01), WTC(0xaf66a301), WTC(0xaf152701), WTC(0xaec9f881), WTC(0xae850601), WTC(0xae463c81),
+WTC(0xae0d8b01), WTC(0xaddae001), WTC(0xadae2881), WTC(0xad875381), WTC(0xad664f81), WTC(0xad4b0981), WTC(0xad357081), WTC(0xad257301),
+WTC(0xad1afe01), WTC(0xad160081), WTC(0xad166901), WTC(0xad1c2481), WTC(0xad272201), WTC(0xad374f81), WTC(0xad4c9b01), WTC(0xad66f381),
+WTC(0xad864601), WTC(0xadaa8101), WTC(0xadd39301), WTC(0xae016a01), WTC(0xae33f481), WTC(0xae6b2001), WTC(0xaea6db01), WTC(0xaee71381),
+WTC(0xaf2bb801), WTC(0xaf74b681), WTC(0xafc1fd01), WTC(0xb0137a01), WTC(0xb0691b81), WTC(0xb0c2cf81), WTC(0xb1208481), WTC(0xb1822881),
+WTC(0xb1e7a981), WTC(0xb250f601), WTC(0xb2bdfc01), WTC(0xb32eaa01), WTC(0xb3a2ed01), WTC(0xb41ab481), WTC(0xb495ee01), WTC(0xb5148801),
+WTC(0xb5967081), WTC(0xb61b9581), WTC(0xb6a3e581), WTC(0xb72f4e01), WTC(0xb7bdbe01), WTC(0xb84f2381), WTC(0xb8e36c81), WTC(0xb97a8701),
+WTC(0xba146101), WTC(0xbab0e981), WTC(0xbb500d81), WTC(0xbbf1bc81), WTC(0xbc95e381), WTC(0xbd3c7181), WTC(0xbde55481), WTC(0xbe907a01),
+WTC(0xbf3dd101), WTC(0xbfed4701), WTC(0xc09ecac0), WTC(0xc1524a00), WTC(0xc207b300), WTC(0xc2bef440), WTC(0xc377fb80), WTC(0xc432b700),
+WTC(0xc4ef1500), WTC(0xc5ad03c0), WTC(0xc66c7140), WTC(0xc72d4bc0), WTC(0xc7ef8180), WTC(0xc8b30080), WTC(0xc977b700), WTC(0xca3d9340),
+WTC(0xcb048340), WTC(0xcbcc7540), WTC(0xcc955740), WTC(0xcd5f17c0), WTC(0xce29a480), WTC(0xcef4ec00), WTC(0xcfc0dc80), WTC(0xd08d63c0),
+WTC(0xd15a7040), WTC(0xd227f000), WTC(0xd2f5d140), WTC(0xd3c40240), WTC(0xd4927100), WTC(0xd5610b80), WTC(0xd62fc080), WTC(0xd6fe7dc0),
+WTC(0xd7cd3140), WTC(0xd89bc980), WTC(0xd96a34c0), WTC(0xda3860c0), WTC(0xdb063c00), WTC(0xdbd3b480), WTC(0xdca0b880), WTC(0xdd6d3640),
+WTC(0xde391bc0), WTC(0xdf045740), WTC(0xdfced6c0), WTC(0xe09888c0), WTC(0xe1615b20), WTC(0xe2293c20), WTC(0xe2f01a00), WTC(0xe3b5e2c0),
+WTC(0xe47a84c0), WTC(0xe53dee00), WTC(0xe6000cc0), WTC(0xe6c0cf20), WTC(0xe7802360), WTC(0xe83df7a0), WTC(0xe8fa39e0), WTC(0xe9b4d880),
+WTC(0xea6dc1a0), WTC(0xeb24e360), WTC(0xebda2be0), WTC(0xec8d8960), WTC(0xed3eea20), WTC(0xedee3c00), WTC(0xee9b6d80), WTC(0xef466ca0),
+WTC(0xefef2780), WTC(0xf0958c50), WTC(0xf1398950), WTC(0xf1db0ca0), WTC(0xf27a0470), WTC(0xf3165ed0), WTC(0xf3b00a10), WTC(0xf446f440),
+WTC(0xf4db0b90), WTC(0xf56c3e30), WTC(0xf5fa7a50), WTC(0xf685ae10), WTC(0xf70dc7a0), WTC(0xf792b520), WTC(0xf81464c8), WTC(0xf892c4c0),
+WTC(0xf90dc330), WTC(0xf9854e40), WTC(0xf9f95418), WTC(0xfa69c2f0), WTC(0xfad688e8), WTC(0xfb3f9428), WTC(0xfba4d2e8), WTC(0xfc063344),
+WTC(0xfc63a370), WTC(0xfcbd1194), WTC(0xfd126bdc), WTC(0xfd63a06c), WTC(0xfdb09d78), WTC(0xfdf95124), WTC(0xfe3da99e), WTC(0xfe7d950e),
+WTC(0xfeb901a2), WTC(0xfeefdd80), WTC(0xff2216d7), WTC(0xff4f9bcf), WTC(0xff785a93), WTC(0xff9c414e), WTC(0xffbb3e2b), WTC(0xffd53f54),
+WTC(0xffea32f4), WTC(0xfffa0735), WTC(0x0004aa43), WTC(0x000a0a47), WTC(0x000a156c), WTC(0x0004b9de), WTC(0xfff9e5c5), WTC(0xffe9874e)
+};
+
+
+const FIXP_WTB LowDelaySynthesis480[1440] = {
+
+WTC(0xdad2e6c0), WTC(0xdb1da900), WTC(0xdb68ce40), WTC(0xdbb45840), WTC(0xdc004940), WTC(0xdc4ca280), WTC(0xdc996500), WTC(0xdce69140),
+WTC(0xdd342780), WTC(0xdd822700), WTC(0xddd08a80), WTC(0xde1f4d00), WTC(0xde6e6ec0), WTC(0xdebdec40), WTC(0xdf0dba80), WTC(0xdf5dd540),
+WTC(0xdfae3cc0), WTC(0xdfff0500), WTC(0xe0505140), WTC(0xe0a22980), WTC(0xe0f488e0), WTC(0xe1476180), WTC(0xe19aa480), WTC(0xe1ee4d80),
+WTC(0xe2425400), WTC(0xe29689a0), WTC(0xe2eacd60), WTC(0xe33f2420), WTC(0xe393a300), WTC(0xe3e87f20), WTC(0xe43dcee0), WTC(0xe4938a80),
+WTC(0xe4e9b0a0), WTC(0xe5404300), WTC(0xe5973e60), WTC(0xe5ee9b80), WTC(0xe64649e0), WTC(0xe69e37e0), WTC(0xe6f65ec0), WTC(0xe74eb6c0),
+WTC(0xe7a73000), WTC(0xe7ffbe40), WTC(0xe8585ee0), WTC(0xe8b10740), WTC(0xe9099c40), WTC(0xe96214e0), WTC(0xe9ba79a0), WTC(0xea12e7c0),
+WTC(0xea6b89c0), WTC(0xeac46580), WTC(0xeb1d7260), WTC(0xeb76b620), WTC(0xebd036c0), WTC(0xec29e520), WTC(0xec83aa60), WTC(0xecdd5a00),
+WTC(0xed36d500), WTC(0xed901540), WTC(0xede91160), WTC(0xee41bc20), WTC(0xee9a0ee0), WTC(0xeef20860), WTC(0xef49a7e0), WTC(0xefa0ec00),
+WTC(0xeff7d1c0), WTC(0xf04e56b0), WTC(0xf0a476e0), WTC(0xf0fa2f60), WTC(0xf14f80e0), WTC(0xf1a46e10), WTC(0xf1f8fe80), WTC(0xf24d34a0),
+WTC(0xf2a10bb0), WTC(0xf2f48210), WTC(0xf3479cc0), WTC(0xf39a5be0), WTC(0xf3ecb8f0), WTC(0xf43eafa0), WTC(0xf4903b50), WTC(0xf4e14e80),
+WTC(0xf531d6a0), WTC(0xf581bc10), WTC(0xf5d0e9c0), WTC(0xf61f5250), WTC(0xf66ce6e0), WTC(0xf6b99330), WTC(0xf7054eb0), WTC(0xf7501f20),
+WTC(0xf79a0750), WTC(0xf7e30700), WTC(0xf82b2fc0), WTC(0xf872a138), WTC(0xf8b97f18), WTC(0xf8ffe668), WTC(0xf945e538), WTC(0xf98b8860),
+WTC(0xf9d0f380), WTC(0xfa165148), WTC(0xfa5bb8a8), WTC(0xfaa13df8), WTC(0xfae6fb00), WTC(0xfb2cf8c8), WTC(0xfb732a80), WTC(0xfbb97910),
+WTC(0xfbffcd10), WTC(0xfc463478), WTC(0xfc8cd3fc), WTC(0xfcd3be5c), WTC(0xfd1afa90), WTC(0xfd62aa84), WTC(0xfdab0288), WTC(0xfdf404b4),
+WTC(0xfe3d3006), WTC(0xfe85b20e), WTC(0xfecca4cc), WTC(0xff10d559), WTC(0xff50579b), WTC(0xff8a40d2), WTC(0xffb7d86e), WTC(0xffef6bbb),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000), WTC(0x00000000),
+WTC(0xbff67a01), WTC(0xbfecaa81), WTC(0xbfe2d901), WTC(0xbfd90601), WTC(0xbfcf3181), WTC(0xbfc55c81), WTC(0xbfbb8701), WTC(0xbfb1b101),
+WTC(0xbfa7dc01), WTC(0xbf9e0701), WTC(0xbf943301), WTC(0xbf8a5f81), WTC(0xbf808b81), WTC(0xbf76b701), WTC(0xbf6ce201), WTC(0xbf630d81),
+WTC(0xbf593a01), WTC(0xbf4f6801), WTC(0xbf459681), WTC(0xbf3bc601), WTC(0xbf31f501), WTC(0xbf282501), WTC(0xbf1e5501), WTC(0xbf148681),
+WTC(0xbf0aba01), WTC(0xbf00ef81), WTC(0xbef72681), WTC(0xbeed5f01), WTC(0xbee39801), WTC(0xbed9d281), WTC(0xbed00f81), WTC(0xbec64e81),
+WTC(0xbebc9181), WTC(0xbeb2d681), WTC(0xbea91f01), WTC(0xbe9f6901), WTC(0xbe95b581), WTC(0xbe8c0501), WTC(0xbe825801), WTC(0xbe78b001),
+WTC(0xbe6f0c01), WTC(0xbe656c01), WTC(0xbe5bd001), WTC(0xbe523781), WTC(0xbe48a301), WTC(0xbe3f1381), WTC(0xbe358901), WTC(0xbe2c0501),
+WTC(0xbe228681), WTC(0xbe190d81), WTC(0xbe0f9a01), WTC(0xbe062b81), WTC(0xbdfcc301), WTC(0xbdf36101), WTC(0xbdea0681), WTC(0xbde0b301),
+WTC(0xbdd76701), WTC(0xbdce2181), WTC(0xbdc4e301), WTC(0xbdbbab01), WTC(0xbdb27b01), WTC(0xbda95301), WTC(0xbda03381), WTC(0xbd971c81),
+WTC(0xbd8e0e01), WTC(0xbd850701), WTC(0xbd7c0781), WTC(0xbd731081), WTC(0xbd6a2201), WTC(0xbd613d81), WTC(0xbd586281), WTC(0xbd4f9101),
+WTC(0xbd46c801), WTC(0xbd3e0801), WTC(0xbd355081), WTC(0xbd2ca281), WTC(0xbd23ff01), WTC(0xbd1b6501), WTC(0xbd12d581), WTC(0xbd0a4f81),
+WTC(0xbd01d281), WTC(0xbcf95e81), WTC(0xbcf0f381), WTC(0xbce89281), WTC(0xbce03b81), WTC(0xbcd7ef01), WTC(0xbccfac01), WTC(0xbcc77181),
+WTC(0xbcbf4001), WTC(0xbcb71701), WTC(0xbcaef701), WTC(0xbca6e101), WTC(0xbc9ed481), WTC(0xbc96d101), WTC(0xbc8ed701), WTC(0xbc86e581),
+WTC(0xbc7efc81), WTC(0xbc771c01), WTC(0xbc6f4401), WTC(0xbc677501), WTC(0xbc5fae81), WTC(0xbc57f101), WTC(0xbc503b81), WTC(0xbc488e81),
+WTC(0xbc40e881), WTC(0xbc394901), WTC(0xbc31af01), WTC(0xbc2a1a81), WTC(0xbc228f01), WTC(0xbc1b1081), WTC(0xbc13a481), WTC(0xbc0c4581),
+WTC(0xbc04e381), WTC(0xbbfd6c01), WTC(0xbbf5d181), WTC(0xbbee2f81), WTC(0xbbe6c801), WTC(0xbbdfdb81), WTC(0xbbd9a781), WTC(0xbbd45881),
+WTC(0xbbd01301), WTC(0xbbccfc81), WTC(0xbbcb2281), WTC(0xbbca5d01), WTC(0xbbca7481), WTC(0xbbcb3201), WTC(0xbbcc6b01), WTC(0xbbce0601),
+WTC(0xbbcfea81), WTC(0xbbd20301), WTC(0xbbd45601), WTC(0xbbd70201), WTC(0xbbda2501), WTC(0xbbdddb01), WTC(0xbbe23281), WTC(0xbbe73201),
+WTC(0xbbece281), WTC(0xbbf34281), WTC(0xbbfa3c01), WTC(0xbc01b381), WTC(0xbc098d81), WTC(0xbc11b681), WTC(0xbc1a2401), WTC(0xbc22cd81),
+WTC(0xbc2bab01), WTC(0xbc34c081), WTC(0xbc3e1981), WTC(0xbc47c281), WTC(0xbc51cb01), WTC(0xbc5c4c81), WTC(0xbc676501), WTC(0xbc733401),
+WTC(0xbc7fd301), WTC(0xbc8d5101), WTC(0xbc9bb901), WTC(0xbcab1781), WTC(0xbcbb7001), WTC(0xbcccbd01), WTC(0xbcdef701), WTC(0xbcf21601),
+WTC(0xbd060c81), WTC(0xbd1ac801), WTC(0xbd303581), WTC(0xbd464281), WTC(0xbd5ce281), WTC(0xbd740b81), WTC(0xbd8bb281), WTC(0xbda3d081),
+WTC(0xbdbc6381), WTC(0xbdd56b81), WTC(0xbdeee981), WTC(0xbe08e181), WTC(0xbe236001), WTC(0xbe3e7201), WTC(0xbe5a2301), WTC(0xbe767e81),
+WTC(0xbe938c81), WTC(0xbeb15701), WTC(0xbecfe601), WTC(0xbeef4601), WTC(0xbf0f8301), WTC(0xbf30a901), WTC(0xbf52c101), WTC(0xbf75cc81),
+WTC(0xbf99cb01), WTC(0xbfbebb81), WTC(0xbfe48981), WTC(0xc00b04c0), WTC(0xc031f880), WTC(0xc0593340), WTC(0xc0809280), WTC(0xc0a802c0),
+WTC(0xc0cf6ec0), WTC(0xc0f6cc00), WTC(0xc11e3a80), WTC(0xc145f040), WTC(0xc16e22c0), WTC(0xc196fb00), WTC(0xc1c08680), WTC(0xc1eaca00),
+WTC(0xc215cbc0), WTC(0xc2418940), WTC(0xc26df5c0), WTC(0xc29b02c0), WTC(0xc2c8a140), WTC(0xc2f6b500), WTC(0xc3251740), WTC(0xc353a0c0),
+WTC(0xc3822c00), WTC(0xc3b09940), WTC(0xc3deccc0), WTC(0xc40ca800), WTC(0xc43a28c0), WTC(0xc4678a00), WTC(0xc4951780), WTC(0xc4c31d00),
+WTC(0xc4f1bdc0), WTC(0xc520e840), WTC(0xc5508440), WTC(0xc5807900), WTC(0xc5b09e80), WTC(0xc5e0bfc0), WTC(0xc610a740), WTC(0xc64029c0),
+WTC(0xc66f49c0), WTC(0xc69e2180), WTC(0xc6ccca40), WTC(0xc6fb5700), WTC(0xc729cc80), WTC(0xc7582b40), WTC(0xc7867480), WTC(0xc7b4a480),
+WTC(0xc7e2afc0), WTC(0xc8108a80), WTC(0xc83e28c0), WTC(0xc86b7f00), WTC(0xc8988100), WTC(0xc8c52340), WTC(0xc8f15980), WTC(0xc91d1840),
+WTC(0xb4d6a381), WTC(0xb4422b81), WTC(0xb3ae8601), WTC(0xb31bb301), WTC(0xb289b181), WTC(0xb1f88181), WTC(0xb1682281), WTC(0xb0d89401),
+WTC(0xb049d601), WTC(0xafbbe801), WTC(0xaf2ec901), WTC(0xaea27681), WTC(0xae16f001), WTC(0xad8c3301), WTC(0xad023f01), WTC(0xac791401),
+WTC(0xabf0b181), WTC(0xab691681), WTC(0xaae24301), WTC(0xaa5c3601), WTC(0xa9d6ef01), WTC(0xa9526d81), WTC(0xa8ceb201), WTC(0xa84bbb81),
+WTC(0xa7c98b01), WTC(0xa7482101), WTC(0xa6c77e01), WTC(0xa647a301), WTC(0xa5c89001), WTC(0xa54a4701), WTC(0xa4ccc901), WTC(0xa4501601),
+WTC(0xa3d43001), WTC(0xa3591801), WTC(0xa2dece81), WTC(0xa2655581), WTC(0xa1ecae01), WTC(0xa174da81), WTC(0xa0fddd81), WTC(0xa087b981),
+WTC(0xa0127081), WTC(0x9f9e0301), WTC(0x9f2a7281), WTC(0x9eb7c101), WTC(0x9e45f081), WTC(0x9dd50481), WTC(0x9d650081), WTC(0x9cf5e701),
+WTC(0x9c87ba81), WTC(0x9c1a7c81), WTC(0x9bae2f81), WTC(0x9b42d581), WTC(0x9ad87081), WTC(0x9a6f0381), WTC(0x9a069001), WTC(0x999f1981),
+WTC(0x9938a281), WTC(0x98d32d81), WTC(0x986ebd81), WTC(0x980b5501), WTC(0x97a8f681), WTC(0x9747a481), WTC(0x96e76101), WTC(0x96882e01),
+WTC(0x962a0c81), WTC(0x95ccff01), WTC(0x95710601), WTC(0x95162381), WTC(0x94bc5981), WTC(0x9463a881), WTC(0x940c1281), WTC(0x93b59901),
+WTC(0x93603d01), WTC(0x930bff81), WTC(0x92b8e101), WTC(0x9266e281), WTC(0x92160301), WTC(0x91c64301), WTC(0x9177a301), WTC(0x912a2201),
+WTC(0x90ddc001), WTC(0x90927b81), WTC(0x90485401), WTC(0x8fff4601), WTC(0x8fb74f81), WTC(0x8f706f01), WTC(0x8f2aa101), WTC(0x8ee5e301),
+WTC(0x8ea23201), WTC(0x8e5f8881), WTC(0x8e1de001), WTC(0x8ddd3201), WTC(0x8d9d7781), WTC(0x8d5eaa01), WTC(0x8d20c301), WTC(0x8ce3ba81),
+WTC(0x8ca78781), WTC(0x8c6c1b01), WTC(0x8c316681), WTC(0x8bf75b01), WTC(0x8bbde981), WTC(0x8b850281), WTC(0x8b4c9701), WTC(0x8b149701),
+WTC(0x8adcee01), WTC(0x8aa58681), WTC(0x8a6e4a01), WTC(0x8a372881), WTC(0x8a001f01), WTC(0x89c92f81), WTC(0x89925a81), WTC(0x895bcd01),
+WTC(0x8925f101), WTC(0x88f13801), WTC(0x88be1681), WTC(0x888d3181), WTC(0x885f8481), WTC(0x88353501), WTC(0x88124281), WTC(0x87e73d81),
+WTC(0x87d4ac81), WTC(0x87cb5101), WTC(0x87c05e81), WTC(0x87b42481), WTC(0x87a70e81), WTC(0x87998f01), WTC(0x878c1881), WTC(0x877ede01),
+WTC(0x8771c601), WTC(0x8764b101), WTC(0x87578181), WTC(0x874a2f01), WTC(0x873cc201), WTC(0x872f4201), WTC(0x8721b481), WTC(0x87141b01),
+WTC(0x87067281), WTC(0x86f8ba81), WTC(0x86eaf081), WTC(0x86dd1481), WTC(0x86cf2601), WTC(0x86c12401), WTC(0x86b30f01), WTC(0x86a4e781),
+WTC(0x8696ad01), WTC(0x86886001), WTC(0x867a0081), WTC(0x866b8d81), WTC(0x865d0581), WTC(0x864e6901), WTC(0x863fb701), WTC(0x8630f181),
+WTC(0x86221801), WTC(0x86132c01), WTC(0x86042c01), WTC(0x85f51681), WTC(0x85e5eb81), WTC(0x85d6a981), WTC(0x85c75201), WTC(0x85b7e601),
+WTC(0x85a86581), WTC(0x8598d081), WTC(0x85892681), WTC(0x85796601), WTC(0x85698e81), WTC(0x8559a081), WTC(0x85499d01), WTC(0x85398481),
+WTC(0x85295881), WTC(0x85191801), WTC(0x8508c181), WTC(0x84f85581), WTC(0x84e7d381), WTC(0x84d73c01), WTC(0x84c69101), WTC(0x84b5d301),
+WTC(0x84a50201), WTC(0x84941d81), WTC(0x84832481), WTC(0x84721701), WTC(0x8460f581), WTC(0x844fc081), WTC(0x843e7a81), WTC(0x842d2281),
+WTC(0x841bb981), WTC(0x840a3e81), WTC(0x83f8b001), WTC(0x83e70f01), WTC(0x83d55d01), WTC(0x83c39a81), WTC(0x83b1c881), WTC(0x839fe801),
+WTC(0x838df801), WTC(0x837bf801), WTC(0x8369e781), WTC(0x8357c701), WTC(0x83459881), WTC(0x83335c81), WTC(0x83211501), WTC(0x830ec081),
+WTC(0x82fc5f01), WTC(0x82e9ef01), WTC(0x82d77201), WTC(0x82c4e801), WTC(0x82b25301), WTC(0x829fb401), WTC(0x828d0b01), WTC(0x827a5801),
+WTC(0x82679901), WTC(0x8254cf01), WTC(0x8241fa01), WTC(0x822f1b01), WTC(0x821c3401), WTC(0x82094581), WTC(0x81f64f01), WTC(0x81e34f81),
+WTC(0x81d04681), WTC(0x81bd3401), WTC(0x81aa1981), WTC(0x8196f781), WTC(0x8183cf81), WTC(0x8170a181), WTC(0x815d6c01), WTC(0x814a2f81),
+WTC(0x8136ea01), WTC(0x81239d81), WTC(0x81104a01), WTC(0x80fcf181), WTC(0x80e99401), WTC(0x80d63101), WTC(0x80c2c781), WTC(0x80af5701),
+WTC(0x809bdf01), WTC(0x80886081), WTC(0x8074dc01), WTC(0x80615281), WTC(0x804dc481), WTC(0x803a3381), WTC(0x80269f81), WTC(0x80130981),
+WTC(0x0a608220), WTC(0x0a8ee7d0), WTC(0x0abe35c0), WTC(0x0aee5de0), WTC(0x0b1f5230), WTC(0x0b5104a0), WTC(0x0b836720), WTC(0x0bb66bb0),
+WTC(0x0bea0440), WTC(0x0c1e22c0), WTC(0x0c52ba70), WTC(0x0c87ca90), WTC(0x0cbd5ba0), WTC(0x0cf375e0), WTC(0x0d2a1f50), WTC(0x0d615480),
+WTC(0x0d990e40), WTC(0x0dd14500), WTC(0x0e09f730), WTC(0x0e432e90), WTC(0x0e7cf790), WTC(0x0eb75e50), WTC(0x0ef26430), WTC(0x0f2dfd70),
+WTC(0x0f6a1d70), WTC(0x0fa6b7e0), WTC(0x0fe3c3d0), WTC(0x10213ac0), WTC(0x105f1640), WTC(0x109d4f20), WTC(0x10dbdb80), WTC(0x111ab0c0),
+WTC(0x1159c360), WTC(0x11990fc0), WTC(0x11d8a060), WTC(0x121882c0), WTC(0x1258c480), WTC(0x12995a40), WTC(0x12da1b00), WTC(0x131adb60),
+WTC(0x135b70c0), WTC(0x139bb680), WTC(0x13db8c00), WTC(0x141ad080), WTC(0x14596460), WTC(0x149729e0), WTC(0x14d404e0), WTC(0x150fd8e0),
+WTC(0x154a88c0), WTC(0x1583f5e0), WTC(0x15bc0120), WTC(0x15f28ba0), WTC(0x162779a0), WTC(0x165ab300), WTC(0x168c2040), WTC(0x16bbaa80),
+WTC(0x16e94120), WTC(0x1714d9e0), WTC(0x173e6440), WTC(0x17660680), WTC(0x178ca020), WTC(0x17b36400), WTC(0x17db84e0), WTC(0x1805d920),
+WTC(0x18328400), WTC(0x18617cc0), WTC(0x1892bfa0), WTC(0x18c64540), WTC(0x18fc0400), WTC(0x1933f140), WTC(0x196e0320), WTC(0x19aa2fc0),
+WTC(0x19e86d80), WTC(0x1a28b2e0), WTC(0x1a6af700), WTC(0x1aaf3320), WTC(0x1af56180), WTC(0x1b3d7ce0), WTC(0x1b877c40), WTC(0x1bd350c0),
+WTC(0x1c20ea40), WTC(0x1c703840), WTC(0x1cc13860), WTC(0x1d13f760), WTC(0x1d688420), WTC(0x1dbeed40), WTC(0x1e174660), WTC(0x1e71a640),
+WTC(0x1ece2400), WTC(0x1f2cd220), WTC(0x1f8db3c0), WTC(0x1ff0c3e0), WTC(0x20560080), WTC(0x20bd46c0), WTC(0x21263400), WTC(0x21905740),
+WTC(0x21fb4100), WTC(0x2266ba80), WTC(0x22d2d140), WTC(0x233f9780), WTC(0x23ad25c0), WTC(0x241bc800), WTC(0x248bf040), WTC(0x24fe1380),
+WTC(0x25728180), WTC(0x25e90a00), WTC(0x26614080), WTC(0x26dabdc0), WTC(0x27552540), WTC(0x27d03200), WTC(0x284ba580), WTC(0x28c740c0),
+WTC(0x29431f80), WTC(0x29bfc9c0), WTC(0x2a3dd080), WTC(0x2abdc000), WTC(0x2b3ffd00), WTC(0x2bc4cd80), WTC(0x2c4c7d40), WTC(0x2cd72ec0),
+WTC(0x2d647f80), WTC(0x2df3cd80), WTC(0x2e847d80), WTC(0x2f15ea40), WTC(0x2fa760c0), WTC(0x30382b80), WTC(0x30c79440), WTC(0x315566c0),
+WTC(0x31e20800), WTC(0x326de7c0), WTC(0x32f98200), WTC(0x3385ba00), WTC(0x3413bec0), WTC(0x34a4c480), WTC(0x3539bf00), WTC(0x35d2c4c0),
+WTC(0x366f8340), WTC(0x370fb800), WTC(0x37b2cf80), WTC(0x3857a480), WTC(0x38fcee80), WTC(0x39a16840), WTC(0x3a4422c0), WTC(0x3ae495c0),
+WTC(0x3b824000), WTC(0x3c1cb500), WTC(0x3cb438c0), WTC(0x3d4994c0), WTC(0x3ddd8f40), WTC(0x3e70ec00), WTC(0x3f045e40), WTC(0x3f989080),
+WTC(0x402e32ff), WTC(0x40c5c07f), WTC(0x415f547f), WTC(0x41faf07f), WTC(0x4298997f), WTC(0x4338307f), WTC(0x43d96bff), WTC(0x447bffff),
+WTC(0x451f9cff), WTC(0x45c3daff), WTC(0x46683eff), WTC(0x470c4cff), WTC(0x47af93ff), WTC(0x4851c3ff), WTC(0x48f29d7f), WTC(0x4991de7f),
+WTC(0x4a2f5e7f), WTC(0x4acb287f), WTC(0x4b65537f), WTC(0x4bfdf37f), WTC(0x4c95337f), WTC(0x4d2b51ff), WTC(0x4dc091ff), WTC(0x4e5533ff),
+WTC(0x4ee96b7f), WTC(0x4f7d61ff), WTC(0x501140ff), WTC(0x50a5317f), WTC(0x51395a7f), WTC(0x51cddf7f), WTC(0x5262e6ff), WTC(0x52f885ff),
+WTC(0x538eb47f), WTC(0x542560ff), WTC(0x54bc7b7f), WTC(0x5553a8ff), WTC(0x55ea35ff), WTC(0x567f66ff), WTC(0x5712897f), WTC(0x57a33a7f),
+WTC(0x583152ff), WTC(0x58bca5ff), WTC(0x594530ff), WTC(0x59cb79ff), WTC(0x5a5047ff), WTC(0x5ad45eff), WTC(0x5b584e7f), WTC(0x5bdc417f),
+WTC(0x5c60487f), WTC(0x5ce476ff), WTC(0x5d68c47f), WTC(0x5ded06ff), WTC(0x5e7111ff), WTC(0x5ef4b5ff), WTC(0x5f77a17f), WTC(0x5ff96aff),
+WTC(0x6079a7ff), WTC(0x60f7f7ff), WTC(0x617417ff), WTC(0x61edd87f), WTC(0x6264ffff), WTC(0x62d9a6ff), WTC(0x634c817f), WTC(0x63be657f),
+WTC(0x6430277f), WTC(0x64a2247f), WTC(0x65142bff), WTC(0x6586027f), WTC(0x65f7697f), WTC(0x666801ff), WTC(0x66d756ff), WTC(0x6744f0ff),
+WTC(0x67b0787f), WTC(0x681a077f), WTC(0x6881ebff), WTC(0x68e8707f), WTC(0x694dceff), WTC(0x69b21e7f), WTC(0x6a156cff), WTC(0x6a77ca7f),
+WTC(0x6ad9377f), WTC(0x6b39a4ff), WTC(0x6b9901ff), WTC(0x6bf73cff), WTC(0x6c54457f), WTC(0x6cb00aff), WTC(0x6d0a7bff), WTC(0x6d6387ff),
+WTC(0xae2cbe01), WTC(0xaf526d01), WTC(0xb0751201), WTC(0xb194da81), WTC(0xb2b1f401), WTC(0xb3cc8d01), WTC(0xb4e4d201), WTC(0xb5faf101),
+WTC(0xb70f1881), WTC(0xb8217301), WTC(0xb9321181), WTC(0xba40ee01), WTC(0xbb4e0201), WTC(0xbc594781), WTC(0xbd62b881), WTC(0xbe6a5181),
+WTC(0xbf700d01), WTC(0xc073e4c0), WTC(0xc175d240), WTC(0xc275cc80), WTC(0xc373cb80), WTC(0xc46fca00), WTC(0xc569c600), WTC(0xc661bdc0),
+WTC(0xc757af80), WTC(0xc84b9840), WTC(0xc93d7300), WTC(0xca2d3a40), WTC(0xcb1aea40), WTC(0xcc068280), WTC(0xccf00480), WTC(0xcdd77200),
+WTC(0xcebccb40), WTC(0xcfa00d80), WTC(0xd0813540), WTC(0xd1603f00), WTC(0xd23d2980), WTC(0xd317f7c0), WTC(0xd3f0ac40), WTC(0xd4c74980),
+WTC(0xd59bcf80), WTC(0xd66e3b00), WTC(0xd73e8900), WTC(0xd80cb740), WTC(0xd8d8c7c0), WTC(0xd9a2be00), WTC(0xda6a9e40), WTC(0xdb306a40),
+WTC(0xdbf42080), WTC(0xdcb5be80), WTC(0xdd754140), WTC(0xde32a900), WTC(0xdeedf9c0), WTC(0xdfa737c0), WTC(0xe05e6740), WTC(0xe1138900),
+WTC(0xe1c69ac0), WTC(0xe2779a40), WTC(0xe3268680), WTC(0xe3d36260), WTC(0xe47e33a0), WTC(0xe526ff80), WTC(0xe5cdc960), WTC(0xe6729100),
+WTC(0xe7155460), WTC(0xe7b611c0), WTC(0xe854ca20), WTC(0xe8f18180), WTC(0xe98c3ca0), WTC(0xea24ffe0), WTC(0xeabbcb20), WTC(0xeb509b60),
+WTC(0xebe36d00), WTC(0xec743e00), WTC(0xed0310e0), WTC(0xed8feaa0), WTC(0xee1ad060), WTC(0xeea3c640), WTC(0xef2acd60), WTC(0xefafe6a0),
+WTC(0xf03312f0), WTC(0xf0b45800), WTC(0xf133c230), WTC(0xf1b15ef0), WTC(0xf22d3af0), WTC(0xf2a75c80), WTC(0xf31fc460), WTC(0xf39673b0),
+WTC(0xf40b6a00), WTC(0xf47ea230), WTC(0xf4f01450), WTC(0xf55fb930), WTC(0xf5cd84c0), WTC(0xf6396090), WTC(0xf6a333e0), WTC(0xf70ae540),
+WTC(0xf7707260), WTC(0xf7d3f720), WTC(0xf83592f0), WTC(0xf8956450), WTC(0xf8f38120), WTC(0xf94ff7c8), WTC(0xf9aad740), WTC(0xfa042920),
+WTC(0xfa5be110), WTC(0xfab1e778), WTC(0xfb062478), WTC(0xfb588d78), WTC(0xfba93530), WTC(0xfbf836c8), WTC(0xfc45ace0), WTC(0xfc91a294),
+WTC(0xfcdc0e5c), WTC(0xfd24e438), WTC(0xfd6c17dc), WTC(0xfdb19758), WTC(0xfdf54c3c), WTC(0xfe371ef8), WTC(0xfe7701aa), WTC(0xfeb50d62),
+WTC(0xfef1700a), WTC(0xff2c5574), WTC(0xff65ee7b), WTC(0xff9e75de), WTC(0xffd62863), WTC(0x000d4401), WTC(0x0043d345), WTC(0x00799cd0),
+WTC(0x00ae5f49), WTC(0x00e1d7a4), WTC(0x0113a6f2), WTC(0x0143575c), WTC(0x01707024), WTC(0x019a9346), WTC(0x01c1cf08), WTC(0x01e66c12),
+WTC(0x0208ac48), WTC(0x0228e868), WTC(0x0247a6c8), WTC(0x02657aa0), WTC(0x0282f710), WTC(0x02a07e50), WTC(0x02be31c0), WTC(0x02dc2b30),
+WTC(0x02fa7f34), WTC(0x0318fb10), WTC(0x03372fdc), WTC(0x0354ae54), WTC(0x03710d18), WTC(0x038bfdb4), WTC(0x03a54084), WTC(0x03bc92b8),
+WTC(0x03d1c710), WTC(0x03e4dd20), WTC(0x03f5e25c), WTC(0x0404e218), WTC(0x0411fc30), WTC(0x041d6b30), WTC(0x04276cd0), WTC(0x04303e00),
+WTC(0x04381528), WTC(0x043f2310), WTC(0x04459908), WTC(0x044ba430), WTC(0x045161f8), WTC(0x0456e6f8), WTC(0x045c49a8), WTC(0x046192f8),
+WTC(0x0466af40), WTC(0x046b8240), WTC(0x046ff0d8), WTC(0x0473de18), WTC(0x04772b58), WTC(0x0479b9a0), WTC(0x047b6a30), WTC(0x047c2088),
+WTC(0x047bc230), WTC(0x047a3418), WTC(0x04776098), WTC(0x04734790), WTC(0x046df4c0), WTC(0x04677220), WTC(0x045fd1b0), WTC(0x04573588),
+WTC(0x044dc4b8), WTC(0x0443a5b8), WTC(0x04390160), WTC(0x042e0398), WTC(0x0422d8c0), WTC(0x0417aa30), WTC(0x040c7ce0), WTC(0x040136e0),
+WTC(0x03f5beb0), WTC(0x03e9f8ec), WTC(0x03ddc484), WTC(0x03d0fd9c), WTC(0x03c37fa0), WTC(0x03b53014), WTC(0x03a60a18), WTC(0x03960f88),
+WTC(0x03854110), WTC(0x0373ad9c), WTC(0x03617694), WTC(0x034ebf9c), WTC(0x033bab30), WTC(0x03284ef0), WTC(0x0314b598), WTC(0x0300ea54),
+WTC(0x02ecf524), WTC(0x02d8d210), WTC(0x02c476ac), WTC(0x02afd940), WTC(0x029aee4c), WTC(0x0285a6f4), WTC(0x026ff398), WTC(0x0259c448),
+WTC(0x024317cc), WTC(0x022c0084), WTC(0x02149310), WTC(0x01fce334), WTC(0x01e4fb24), WTC(0x01ccdd0a), WTC(0x01b48b20), WTC(0x019c077e),
+WTC(0x01835432), WTC(0x016a733c), WTC(0x015166a6), WTC(0x0138302e), WTC(0x011ed0f6), WTC(0x010549f8), WTC(0x00eb9c25), WTC(0x00d1caa6),
+WTC(0x00b7db94), WTC(0x009dd560), WTC(0x0083be75), WTC(0x00699d41), WTC(0x004f782f), WTC(0x003555ab), WTC(0x001b3c21), WTC(0x000131fe),
+WTC(0xd61cfc40), WTC(0xd5acb340), WTC(0xd53d4400), WTC(0xd4cea6c0), WTC(0xd460d440), WTC(0xd3f3c440), WTC(0xd3876f80), WTC(0xd31bce40),
+WTC(0xd2b0d900), WTC(0xd2468980), WTC(0xd1dcef00), WTC(0xd17429c0), WTC(0xd10c5b80), WTC(0xd0a59b80), WTC(0xd03fd780), WTC(0xcfdae780),
+WTC(0xcf76a380), WTC(0xcf12fac0), WTC(0xceb01100), WTC(0xce4e18c0), WTC(0xcded4440), WTC(0xcd8d9a40), WTC(0xcd2ee800), WTC(0xccd0f440),
+WTC(0xcc738780), WTC(0xcc167d40), WTC(0xcbb9c180), WTC(0xcb5d4040), WTC(0xcb00e240), WTC(0xcaa48000), WTC(0xca47eac0), WTC(0xc9eaf1c0),
+WTC(0xc98d8100), WTC(0xc92fc580), WTC(0xc8d1fc80), WTC(0xc8746480), WTC(0xc816dc40), WTC(0xc7b8c280), WTC(0xc7596800), WTC(0xc6f81f80),
+WTC(0xc6945740), WTC(0xc62d93c0), WTC(0xc5c358c0), WTC(0xc5552b80), WTC(0xc4e29240), WTC(0xc46b1440), WTC(0xc3ee3840), WTC(0xc36b8500),
+WTC(0xc2e28040), WTC(0xc252ae80), WTC(0xc1bb9540), WTC(0xc11cc200), WTC(0xc075cf00), WTC(0xbfc65781), WTC(0xbf0df881), WTC(0xbe4c6f01),
+WTC(0xbd819401), WTC(0xbcad2d01), WTC(0xbbcfb981), WTC(0xbaeca681), WTC(0xba08e781), WTC(0xb9297081), WTC(0xb851e081), WTC(0xb782ed01),
+WTC(0xb6bc6a81), WTC(0xb5fe4981), WTC(0xb5487281), WTC(0xb49ad081), WTC(0xb3f54d81), WTC(0xb357d401), WTC(0xb2c24e01), WTC(0xb234a681),
+WTC(0xb1aec701), WTC(0xb1309b01), WTC(0xb0ba0c01), WTC(0xb04b0481), WTC(0xafe36f01), WTC(0xaf833601), WTC(0xaf2a4381), WTC(0xaed88201),
+WTC(0xae8ddb81), WTC(0xae4a3b81), WTC(0xae0d8b01), WTC(0xadd7b581), WTC(0xada8a481), WTC(0xad804281), WTC(0xad5e7a81), WTC(0xad433601),
+WTC(0xad2e6001), WTC(0xad1fe281), WTC(0xad17a801), WTC(0xad159a81), WTC(0xad19a501), WTC(0xad23b101), WTC(0xad33aa01), WTC(0xad497981),
+WTC(0xad650a01), WTC(0xad864601), WTC(0xadad1781), WTC(0xadd96981), WTC(0xae0b2601), WTC(0xae423781), WTC(0xae7e8801), WTC(0xaec00201),
+WTC(0xaf069081), WTC(0xaf521c81), WTC(0xafa29201), WTC(0xaff7da01), WTC(0xb051df01), WTC(0xb0b08c81), WTC(0xb113cb81), WTC(0xb17b8701),
+WTC(0xb1e7a981), WTC(0xb2581d81), WTC(0xb2cccc81), WTC(0xb345a181), WTC(0xb3c28701), WTC(0xb4436681), WTC(0xb4c82b81), WTC(0xb550bf81),
+WTC(0xb5dd0d01), WTC(0xb66cff01), WTC(0xb7007f01), WTC(0xb7977781), WTC(0xb831d381), WTC(0xb8cf7d01), WTC(0xb9705e01), WTC(0xba146101),
+WTC(0xbabb7081), WTC(0xbb657781), WTC(0xbc125f01), WTC(0xbcc21281), WTC(0xbd747b81), WTC(0xbe298581), WTC(0xbee11981), WTC(0xbf9b2301),
+WTC(0xc0578b80), WTC(0xc1163dc0), WTC(0xc1d72400), WTC(0xc29a28c0), WTC(0xc35f3640), WTC(0xc42636c0), WTC(0xc4ef1500), WTC(0xc5b9bb00),
+WTC(0xc6861340), WTC(0xc7540840), WTC(0xc8238400), WTC(0xc8f47100), WTC(0xc9c6b9c0), WTC(0xca9a4840), WTC(0xcb6f0780), WTC(0xcc44e140),
+WTC(0xcd1bc000), WTC(0xcdf38e00), WTC(0xcecc3600), WTC(0xcfa5a240), WTC(0xd07fbcc0), WTC(0xd15a7040), WTC(0xd235a6c0), WTC(0xd3114b00),
+WTC(0xd3ed4740), WTC(0xd4c98580), WTC(0xd5a5f080), WTC(0xd6827280), WTC(0xd75ef600), WTC(0xd83b6500), WTC(0xd917aa00), WTC(0xd9f3af80),
+WTC(0xdacf5fc0), WTC(0xdbaaa540), WTC(0xdc856a00), WTC(0xdd5f98c0), WTC(0xde391bc0), WTC(0xdf11dd40), WTC(0xdfe9c780), WTC(0xe0c0c540),
+WTC(0xe196c080), WTC(0xe26ba3c0), WTC(0xe33f5960), WTC(0xe411cba0), WTC(0xe4e2e500), WTC(0xe5b28fc0), WTC(0xe680b640), WTC(0xe74d42e0),
+WTC(0xe8181fe0), WTC(0xe8e137e0), WTC(0xe9a87500), WTC(0xea6dc1a0), WTC(0xeb310820), WTC(0xebf23300), WTC(0xecb12c60), WTC(0xed6ddee0),
+WTC(0xee2834a0), WTC(0xeee01800), WTC(0xef957380), WTC(0xf0483160), WTC(0xf0f83c00), WTC(0xf1a57db0), WTC(0xf24fe0f0), WTC(0xf2f74ff0),
+WTC(0xf39bb530), WTC(0xf43cfaf0), WTC(0xf4db0b90), WTC(0xf575d180), WTC(0xf60d3700), WTC(0xf6a12680), WTC(0xf7318a50), WTC(0xf7be4cc0),
+WTC(0xf8475850), WTC(0xf8cc9738), WTC(0xf94df3e0), WTC(0xf9cb58a8), WTC(0xfa44afe0), WTC(0xfab9e3e8), WTC(0xfb2adf20), WTC(0xfb978be8),
+WTC(0xfbffd488), WTC(0xfc63a370), WTC(0xfcc2e2f0), WTC(0xfd1d7d64), WTC(0xfd735d2c), WTC(0xfdc46c9c), WTC(0xfe109618), WTC(0xfe57c3f4),
+WTC(0xfe99e090), WTC(0xfed6d644), WTC(0xff0e8f6e), WTC(0xff40f667), WTC(0xff6df58c), WTC(0xff957738), WTC(0xffb765c5), WTC(0xffd3ab90),
+WTC(0xffea32f4), WTC(0xfffae64c), WTC(0x0005aff3), WTC(0x000a7a44), WTC(0x00092f9c), WTC(0x0001ba54), WTC(0xfff404ca), WTC(0xffdff957)
+};
+
+
+
+
+/*
+ * TNS_MAX_BANDS
+ * entry for each sampling rate
+ *  1  long window
+ *  2  SHORT window
+*/
+const UCHAR tns_max_bands_tbl[13][2] =
+{
+  { 31,  9 }, /* 96000 */
+  { 31,  9 }, /* 88200 */
+  { 34, 10 }, /* 64000 */
+  { 40, 14 }, /* 48000 */
+  { 42, 14 }, /* 44100 */
+  { 51, 14 }, /* 32000 */
+  { 46, 14 }, /* 24000 */
+  { 46, 14 }, /* 22050 */
+  { 42, 14 }, /* 16000 */
+  { 42, 14 }, /* 12000 */
+  { 42, 14 }, /* 11025 */
+  { 39, 14 }, /*  8000 */
+  { 39, 14 }, /*  7350 */
+};
+
+/* TNS_MAX_BANDS for low delay. The array index is the sampleRateIndex */
+const UCHAR tns_max_bands_tbl_480[13] = {
+  31, /* 96000 */
+  31, /* 88200 */
+  31, /* 64000 */
+  31, /* 48000 */
+  32, /* 44100 */
+  37, /* 32000 */
+  30, /* 24000 */
+  30, /* 22050 */
+  30, /* 16000 */
+  30, /* 12000 */
+  30, /* 11025 */
+  30, /*  8000 */
+  30  /*  7350 */
+};
+const UCHAR tns_max_bands_tbl_512[13] = {
+  31, /* 96000 */
+  31, /* 88200 */
+  31, /* 64000 */
+  31, /* 48000 */
+  32, /* 44100 */
+  37, /* 32000 */
+  31, /* 24000 */
+  31, /* 22050 */
+  31, /* 16000 */
+  31, /* 12000 */
+  31, /* 11025 */
+  31, /*  8000 */
+  31  /*  7350 */
+};
+
+#define TCC(x) (FIXP_DBL(x))
+
+const FIXP_TCC FDKaacDec_tnsCoeff3 [8] =
+{
+  TCC(0x81f1d1d4), TCC(0x9126146c), TCC(0xadb922c4), TCC(0xd438af1f),
+  TCC(0x00000000), TCC(0x3789809b), TCC(0x64130dd4), TCC(0x7cca7016)
+};
+const FIXP_TCC FDKaacDec_tnsCoeff4 [16] =
+{
+  TCC(0x808bc842), TCC(0x84e2e58c), TCC(0x8d6b49d1), TCC(0x99da920a),
+  TCC(0xa9c45713), TCC(0xbc9ddeb9), TCC(0xd1c2d51b), TCC(0xe87ae53d),
+  TCC(0x00000000), TCC(0x1a9cd9b6), TCC(0x340ff254), TCC(0x4b3c8c29),
+  TCC(0x5f1f5ebb), TCC(0x6ed9ebba), TCC(0x79bc385f), TCC(0x7f4c7e5b)
+};
+
+/* MPEG like mapping (no change). */
+const UCHAR channelMappingTablePassthrough[8][8] =
+{
+     { 0,  1,255,255,255,255,255,255},  /*  mono / PS */
+     { 0,  1,255,255,255,255,255,255},  /*  stereo    */
+     { 0,  1,  2,255,255,255,255,255},  /*  3ch       */
+     { 0,  1,  2,  3,255,255,255,255},  /*  4ch       */
+     { 0,  1,  2,  3,  4,255,255,255},  /*  5ch       */
+     { 0,  1,  2,  3,  4,  5,255,255},  /*  5.1ch     */
+     { 0,  1,  2,  3,  4,  5,  6,  7},  /*  7ch       */
+     { 0,  1,  2,  3,  4,  5,  6,  7}   /*  7.1ch     */
+};
+
+/* WAV file like mapping (from MPEG mapping). */
+const UCHAR channelMappingTableWAV[8][8] =
+{
+     { 0,  1,255,255,255,255,255,255},  /*  mono / PS */
+     { 0,  1,255,255,255,255,255,255},  /*  stereo    */
+     { 2,  0,  1,255,255,255,255,255},  /*  3ch       */
+     { 2,  0,  1,  3,255,255,255,255},  /*  4ch       */
+     { 2,  0,  1,  3,  4,255,255,255},  /*  5ch       */
+     { 2,  0,  1,  4,  5,  3,255,255},  /*  5.1ch     */
+     { 0,  1,  2,  3,  4,  5,  6,  7},  /*  7ch       */
+     { 2,  0,  1,  6,  7,  4,  5,  3}   /*  7.1ch     */
+};
+
+/* Lookup tables for elements in ER bitstream */
+const MP4_ELEMENT_ID elementsTab[8][7] =
+{
+  {ID_SCE, ID_EXT, ID_END, ID_NONE, ID_NONE,ID_NONE,ID_NONE }, /* 1 channel  */
+  {ID_CPE, ID_EXT, ID_END, ID_NONE, ID_NONE,ID_NONE,ID_NONE }  /* 2 channels */
+  ,
+  {ID_SCE, ID_CPE, ID_EXT, ID_END, ID_NONE,ID_NONE,ID_NONE }, /* 3 channels */
+  {ID_SCE, ID_CPE, ID_SCE, ID_EXT, ID_END, ID_NONE,ID_NONE }, /* 4 channels */
+  {ID_SCE, ID_CPE, ID_CPE, ID_EXT, ID_END, ID_NONE,ID_NONE }, /* 5 channels */
+  {ID_SCE, ID_CPE, ID_CPE, ID_LFE, ID_EXT, ID_END, ID_NONE }, /* 6 channels */
+  {ID_SCE, ID_CPE, ID_CPE, ID_CPE, ID_LFE, ID_EXT, ID_END}    /* 8 channels */
+};
+
+/*! Random sign bit used for concealment
+*/
+const USHORT randomSign[AAC_NF_NO_RANDOM_VAL/16] = {
+/*
+   sign bits of FDK_sbrDecoder_sbr_randomPhase[] entries:
+   LSB ........... MSB  ->    MSB ... LSB
+*/
+/* 1001 0111 0011 1100  -> */ 0x3ce9,
+/* 0100 0111 0111 1011  -> */ 0xdee2,
+/* 0001 1100 1110 1011  -> */ 0xd738,
+/* 0001 0011 0110 1001  -> */ 0x96c8,
+/* 0101 0011 1101 0000  -> */ 0x0bca,
+/* 0001 0001 1111 0100  -> */ 0x2f88,
+/* 1110 1100 1110 1101  -> */ 0xb737,
+/* 0010 1010 1011 1001  -> */ 0x9d54,
+/* 0111 1100 0110 1010  -> */ 0x563e,
+/* 1101 0111 0010 0101  -> */ 0xa4eb,
+/* 0001 0101 1011 1100  -> */ 0x3da8,
+/* 0101 0111 1001 1011  -> */ 0xd9ea,
+/* 1101 0100 0101 0101  -> */ 0xaa2b,
+/* 1000 1001 0100 0011  -> */ 0xc291,
+/* 1100 1111 1010 1100  -> */ 0x35f3,
+/* 1100 1010 1110 0010  -> */ 0x4753,
+/* 0110 0001 1010 1000  -> */ 0x1586,
+/* 0011 0101 1111 1100  -> */ 0x3fac,
+/* 0001 0110 1010 0001  -> */ 0x8568,
+/* 0010 1101 0111 0010  -> */ 0x4eb4,
+/* 1101 1010 0100 1001  -> */ 0x925b,
+/* 1100 1001 0000 1110  -> */ 0x7093,
+/* 1000 1100 0110 1010  -> */ 0x5631,
+/* 0000 1000 0110 1101  -> */ 0xb610,
+/* 1000 0001 1111 1011  -> */ 0xdf81,
+/* 1111 0011 0100 0111  -> */ 0xe2cf,
+/* 1000 0001 0010 1010  -> */ 0x5481,
+/* 1101 0101 1100 1111  -> */ 0xf3ab,
+/* 0110 0001 0110 1000  -> */ 0x1686,
+/* 0011 0011 1100 0110  -> */ 0x63cc,
+/* 0011 0111 0101 0110  -> */ 0x6aec,
+/* 1011 0001 1010 0010  -> */ 0x458d
+};
+
diff --git a/libAACdec/src/aac_rom.h b/libAACdec/src/aac_rom.h
new file mode 100644 (file)
index 0000000..536d184
--- /dev/null
@@ -0,0 +1,187 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: Definition of constant tables
+
+******************************************************************************/
+
+#ifndef AAC_ROM_H
+#define AAC_ROM_H
+
+#include "common_fix.h"
+#include "FDK_audio.h"
+#include "aacdec_hcr_types.h"
+#include "aacdec_hcrs.h"
+
+#define AAC_NF_NO_RANDOM_VAL  512   /*!< Size of random number array for noise floor */
+
+#define INV_QUANT_TABLESIZE 256
+
+extern const FIXP_DBL InverseQuantTable [INV_QUANT_TABLESIZE + 1] ;
+extern const FIXP_DBL MantissaTable [4][14] ;
+extern const SCHAR ExponentTable [4][14] ;
+
+#define NUM_LD_COEF_512 1536
+#define NUM_LD_COEF_480 1440
+/* Window table partition exponents. */
+#define WTS0 (1)
+#define WTS1 (0)
+#define WTS2 (-2)
+extern const FIXP_WTB LowDelaySynthesis512[1536];
+extern const FIXP_WTB LowDelaySynthesis480[1440];
+
+typedef struct {
+  const SHORT *sfbOffsetLong;
+  const SHORT *sfbOffsetShort;
+  UCHAR numberOfSfbLong;
+  UCHAR numberOfSfbShort;
+} SFB_INFO;
+
+extern const SFB_INFO sfbOffsetTables[5][16];
+
+/* Huffman tables */
+enum {
+  HuffmanBits = 2,
+  HuffmanEntries = (1 << HuffmanBits)
+};
+
+typedef struct
+{
+  const USHORT (*CodeBook)[HuffmanEntries];
+  UCHAR Dimension;
+  UCHAR numBits;
+  UCHAR Offset;
+} CodeBookDescription;
+
+extern const CodeBookDescription AACcodeBookDescriptionTable[13];
+extern const CodeBookDescription AACcodeBookDescriptionSCL;
+
+
+extern const STATEFUNC  aStateConstant2State[];
+
+extern const SCHAR      aCodebook2StartInt[];
+
+extern const UCHAR      aMinOfCbPair[];
+extern const UCHAR      aMaxOfCbPair[];
+
+extern const UCHAR      aMaxCwLen[];
+extern const UCHAR      aDimCb[];
+extern const UCHAR      aDimCbShift[];
+extern const UCHAR      aSignCb[];
+extern const UCHAR      aCbPriority[];
+
+extern const UINT      *aHuffTable[];
+extern const SCHAR     *aQuantTable[];
+
+extern const USHORT     aLargestAbsoluteValue[];
+
+extern const UINT   aHuffTreeRvlcEscape[];
+extern const UINT   aHuffTreeRvlCodewds[];
+
+
+extern const UCHAR tns_max_bands_tbl[13][2];
+
+extern const UCHAR tns_max_bands_tbl_480[13];
+extern const UCHAR tns_max_bands_tbl_512[13];
+
+#define FIXP_TCC FIXP_DBL
+
+extern const FIXP_TCC FDKaacDec_tnsCoeff3[8];
+extern const FIXP_TCC FDKaacDec_tnsCoeff4[16];
+
+extern const USHORT randomSign[AAC_NF_NO_RANDOM_VAL/16];
+
+extern const FIXP_DBL pow2_div24minus1[47];
+extern const int offsetTab[2][16];
+
+/* Channel mapping indices for time domain I/O. First dimension is channel count-1. */
+extern const UCHAR channelMappingTablePassthrough[8][8];
+extern const UCHAR channelMappingTableWAV[8][8];
+
+/* Lookup tables for elements in ER bitstream */
+extern const MP4_ELEMENT_ID elementsTab[8][7];
+
+#endif /* #ifndef AAC_ROM_H */
diff --git a/libAACdec/src/aacdec_drc.cpp b/libAACdec/src/aacdec_drc.cpp
new file mode 100644 (file)
index 0000000..2666454
--- /dev/null
@@ -0,0 +1,1114 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Dynamic range control (DRC) decoder tool for AAC
+
+******************************************************************************/
+
+#include "aacdec_drc.h"
+
+
+#include "channelinfo.h"
+#include "aac_rom.h"
+
+ #include "sbrdecoder.h"
+
+/*
+ * Dynamic Range Control
+ */
+
+/* For parameter conversion */
+#define DRC_PARAMETER_BITS        ( 7 )
+#define DRC_MAX_QUANT_STEPS       ( 1<<DRC_PARAMETER_BITS )
+#define DRC_MAX_QUANT_FACTOR      ( DRC_MAX_QUANT_STEPS-1 )
+#define DRC_PARAM_QUANT_STEP      ( FL2FXCONST_DBL(1.0f/(float)DRC_MAX_QUANT_FACTOR) )
+#define DRC_PARAM_SCALE           ( 1 )
+
+#define MAX_REFERENCE_LEVEL       ( 127 )
+
+ #define DVB_ANC_DATA_SYNC_BYTE   ( 0xBC )    /* DVB ancillary data sync byte. */
+
+/*!
+  \brief Initialize DRC information
+
+  \self Handle of DRC info
+
+  \return none
+*/
+void aacDecoder_drcInit (
+    HANDLE_AAC_DRC self )
+{
+  CDrcParams *pParams;
+
+  if (self == NULL) {
+    return;
+  }
+
+  /* init control fields */
+  self->enable = 0;
+  self->numThreads = 0;
+  self->digitalNorm = 0;
+
+  /* init params */
+  pParams = &self->params;
+  pParams->bsDelayEnable = 0;
+  pParams->cut      = FL2FXCONST_DBL(0.0f);
+  pParams->usrCut   = FL2FXCONST_DBL(0.0f);
+  pParams->boost    = FL2FXCONST_DBL(0.0f);
+  pParams->usrBoost = FL2FXCONST_DBL(0.0f);
+  pParams->targetRefLevel = AACDEC_DRC_DEFAULT_REF_LEVEL;
+  pParams->expiryFrame = AACDEC_DRC_DFLT_EXPIRY_FRAMES;
+  pParams->applyHeavyCompression = 0;
+
+  /* initial program ref level = target ref level */
+  self->progRefLevel = pParams->targetRefLevel;
+}
+
+
+/*!
+  \brief Initialize DRC control data for one channel
+
+  \self Handle of DRC info
+
+  \return none
+*/
+void aacDecoder_drcInitChannelData (
+    CDrcChannelData *pDrcChData )
+{
+  if (pDrcChData != NULL) {
+    pDrcChData->expiryCount = 0;
+    pDrcChData->numBands    = 1;
+    pDrcChData->bandTop[0]  = (1024 >> 2) - 1;
+    pDrcChData->drcValue[0] = 0;
+    pDrcChData->drcInterpolationScheme = 0;
+    pDrcChData->drcDataType = UNKNOWN_PAYLOAD;
+  }
+}
+
+
+/*!
+  \brief  Set one single DRC parameter
+
+  \self   Handle of DRC info.
+  \param  Parameter to be set.
+  \value  Value to be set.
+
+  \return an error code.
+*/
+AAC_DECODER_ERROR aacDecoder_drcSetParam (
+    HANDLE_AAC_DRC    self,
+    AACDEC_DRC_PARAM  param,
+    INT               value )
+{
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+
+  switch (param)
+  {
+  case DRC_CUT_SCALE:
+    /* set attenuation scale factor */
+    if ( (value < 0)
+      || (value > DRC_MAX_QUANT_FACTOR) ) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    self->params.usrCut = (FIXP_DBL)((INT)(DRC_PARAM_QUANT_STEP>>DRC_PARAM_SCALE) * (INT)value);
+    if (self->params.applyHeavyCompression == 0)
+      self->params.cut = self->params.usrCut;
+    break;
+  case DRC_BOOST_SCALE:
+    /* set boost factor */
+    if ( (value < 0)
+      || (value > DRC_MAX_QUANT_FACTOR) ) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    self->params.usrBoost = (FIXP_DBL)((INT)(DRC_PARAM_QUANT_STEP>>DRC_PARAM_SCALE) * (INT)value);
+    if (self->params.applyHeavyCompression == 0)
+      self->params.boost = self->params.usrBoost;
+    break;
+  case TARGET_REF_LEVEL:
+    if ( value >  MAX_REFERENCE_LEVEL
+      || value < -MAX_REFERENCE_LEVEL ) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    if (value < 0) {
+      self->digitalNorm = 0;
+    }
+    else {
+      /* ref_level must be between 0 and MAX_REFERENCE_LEVEL, inclusive */
+      self->digitalNorm    = 1;
+      if (self->params.targetRefLevel != (SCHAR)value) {
+        self->params.targetRefLevel = (SCHAR)value;
+        self->progRefLevel = (SCHAR)value;  /* Always set the program reference level equal to the
+                                               target level according to 4.5.2.7.3 of ISO/IEC 14496-3. */
+      }
+    }
+    break;
+  case APPLY_HEAVY_COMPRESSION:
+    if (value < 0 || value > 1) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    if (self->params.applyHeavyCompression != (UCHAR)value) {
+      if (value == 1) {
+        /* Disable scaling of DRC values by setting the max values */
+        self->params.boost = FL2FXCONST_DBL(1.0f/(float)(1<<DRC_PARAM_SCALE));
+        self->params.cut   = FL2FXCONST_DBL(1.0f/(float)(1<<DRC_PARAM_SCALE));
+      } else {
+        /* Restore the user params */
+        self->params.boost = self->params.usrBoost;
+        self->params.cut   = self->params.usrCut;
+      }
+      /* Store new parameter value */
+      self->params.applyHeavyCompression = (UCHAR)value;
+    }
+    break;
+  case DRC_BS_DELAY:
+    if (value < 0 || value > 1) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    self->params.bsDelayEnable = value;
+    break;
+  case DRC_DATA_EXPIRY_FRAME:
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    self->params.expiryFrame = (UINT)value;
+    break;
+  default:
+    return AAC_DEC_SET_PARAM_FAIL;
+  }  /* switch(param) */
+
+  /* switch on/off processing */
+  self->enable = ( (self->params.boost > (FIXP_DBL)0)
+                || (self->params.cut   > (FIXP_DBL)0)
+                || (self->params.applyHeavyCompression != 0)
+                || (self->digitalNorm == 1) );
+
+
+  return ErrorStatus;
+}
+
+
+static int parseExcludedChannels( UINT *excludedChnsMask,
+                                  HANDLE_FDK_BITSTREAM bs )
+{
+  UINT excludeMask = 0;
+  UINT i, j;
+  int  bitCnt = 9;
+
+  for (i = 0, j = 1; i < 7; i++, j<<=1) {
+    if (FDKreadBits(bs,1)) {
+      excludeMask |= j;
+    }
+  }
+
+  /* additional_excluded_chns */
+  while (FDKreadBits(bs,1)) {
+    for (i = 0; i < 7; i++, j<<=1) {
+      if (FDKreadBits(bs,1)) {
+        excludeMask |= j;
+      }
+    }
+    bitCnt += 9;
+    FDK_ASSERT(j < (UINT)-1);
+  }
+
+  *excludedChnsMask = excludeMask;
+
+  return (bitCnt);
+}
+
+
+/*!
+  \brief Save DRC payload bitstream position
+
+  \self Handle of DRC info
+  \bs Handle of FDK bitstream
+
+  \return The number of DRC payload bits
+*/
+int aacDecoder_drcMarkPayload (
+    HANDLE_AAC_DRC self,
+    HANDLE_FDK_BITSTREAM bs,
+    AACDEC_DRC_PAYLOAD_TYPE type )
+{
+  UINT bsStartPos;
+  int  i, numBands = 1, bitCnt = 0;
+
+  if (self == NULL) {
+    return 0;
+  }
+
+  bsStartPos = FDKgetValidBits(bs);
+
+  switch (type) {
+    case MPEG_DRC_EXT_DATA:
+    {
+      bitCnt = 4;
+
+      if (FDKreadBits(bs,1)) {          /* pce_tag_present */
+        FDKreadBits(bs,8);              /* pce_instance_tag + drc_tag_reserved_bits */
+        bitCnt+=8;
+      }
+
+      if (FDKreadBits(bs,1)) {          /* excluded_chns_present */
+        FDKreadBits(bs,7);              /* exclude mask [0..7] */
+        bitCnt+=8;
+        while (FDKreadBits(bs,1)) {     /* additional_excluded_chns */
+          FDKreadBits(bs,7);            /* exclude mask [x..y] */
+          bitCnt+=8;
+        }
+      }
+
+      if (FDKreadBits(bs,1)) {          /* drc_bands_present */
+        numBands += FDKreadBits(bs, 4); /* drc_band_incr */
+        FDKreadBits(bs,4);              /* reserved */
+        bitCnt+=8;
+        for (i = 0; i < numBands; i++) {
+          FDKreadBits(bs,8);            /* drc_band_top[i] */
+          bitCnt+=8;
+        }
+      }
+
+      if (FDKreadBits(bs,1)) {          /* prog_ref_level_present */
+        FDKreadBits(bs,8);              /* prog_ref_level + prog_ref_level_reserved_bits */
+        bitCnt+=8;
+      }
+
+      for (i = 0; i < numBands; i++) {
+        FDKreadBits(bs,8);              /* dyn_rng_sgn[i] + dyn_rng_ctl[i] */
+        bitCnt+=8;
+      }
+
+      if ( (self->numPayloads < MAX_DRC_THREADS)
+        && ((INT)FDKgetValidBits(bs) >= 0) )
+      {
+        self->drcPayloadPosition[self->numPayloads++] = bsStartPos;
+      }
+    }
+    break;
+
+    case DVB_DRC_ANC_DATA:
+      bitCnt += 8;
+      /* check sync word */
+      if (FDKreadBits(bs, 8) == DVB_ANC_DATA_SYNC_BYTE)
+      {
+        int dmxLevelsPresent, compressionPresent;
+        int coarseGrainTcPresent, fineGrainTcPresent;
+
+        /* bs_info field */ 
+        FDKreadBits(bs, 8);                          /* mpeg_audio_type, dolby_surround_mode, presentation_mode */
+        bitCnt+=8;
+
+        /* Evaluate ancillary_data_status */
+        FDKreadBits(bs, 3);                          /* reserved, set to 0 */
+        dmxLevelsPresent = FDKreadBits(bs, 1);       /* downmixing_levels_MPEG4_status */
+        FDKreadBits(bs, 1);                          /* reserved, set to 0 */
+        compressionPresent   = FDKreadBits(bs, 1);   /* audio_coding_mode_and_compression status */
+        coarseGrainTcPresent = FDKreadBits(bs, 1);   /* coarse_grain_timecode_status */
+        fineGrainTcPresent   = FDKreadBits(bs, 1);   /* fine_grain_timecode_status */
+        bitCnt+=8;
+
+        /* MPEG4 downmixing levels */
+        if (dmxLevelsPresent) {
+          FDKreadBits(bs, 8);                        /* downmixing_levels_MPEG4 */
+          bitCnt+=8;
+        }
+        /* audio coding mode and compression status */
+        if (compressionPresent) {
+          FDKreadBits(bs, 16);                        /* audio_coding_mode, Compression_value */
+          bitCnt+=16;
+        }
+        /* coarse grain timecode */
+        if (coarseGrainTcPresent) {
+          FDKreadBits(bs, 16);                       /* coarse_grain_timecode */
+          bitCnt+=16;
+        }
+        /* fine grain timecode */
+        if (fineGrainTcPresent) {
+          FDKreadBits(bs, 16);                       /* fine_grain_timecode */
+          bitCnt+=16;
+        }
+        if ( !self->dvbAncDataAvailable
+          && ((INT)FDKgetValidBits(bs) >= 0) )
+        {
+          self->dvbAncDataPosition  = bsStartPos;
+          self->dvbAncDataAvailable = 1;
+        }
+      }
+      break;
+
+    default:
+      break;
+  }
+
+  return (bitCnt);
+}
+
+
+/*!
+  \brief Parse DRC parameters from bitstream
+
+  \bs Handle of FDK bitstream (in)
+  \pDrcBs Pointer to DRC payload data container (out)
+  \payloadPosition Bitstream position of MPEG DRC data junk (in)
+
+  \return Number of bits read (0 in case of a parse error)
+*/
+static int aacDecoder_drcParse (
+    HANDLE_FDK_BITSTREAM  bs,
+    CDrcPayload          *pDrcBs,
+    UINT                  payloadPosition )
+{
+  int i, numBands, bitCnt = 4;
+
+  /* Move to the beginning of the DRC payload field */
+  FDKpushBiDirectional(bs, FDKgetValidBits(bs)-payloadPosition);
+
+  /* pce_tag_present */
+  if (FDKreadBits(bs,1))
+  {
+    pDrcBs->pceInstanceTag = FDKreadBits(bs, 4);  /* pce_instance_tag */
+    /* only one program supported */
+    FDKreadBits(bs, 4);  /* drc_tag_reserved_bits */
+    bitCnt += 8;
+  } else {
+    pDrcBs->pceInstanceTag = -1;  /* not present */
+  }
+
+  if (FDKreadBits(bs,1)) {        /* excluded_chns_present */
+    /* get excluded_chn_mask */
+    bitCnt += parseExcludedChannels(&pDrcBs->excludedChnsMask, bs);
+  } else {
+    pDrcBs->excludedChnsMask = 0;
+  }
+
+  numBands = 1;
+  if (FDKreadBits(bs,1))  /* drc_bands_present */
+  {
+    /* get band_incr */
+    numBands += FDKreadBits(bs, 4);  /* drc_band_incr */
+    pDrcBs->channelData.drcInterpolationScheme = FDKreadBits(bs, 4);  /* drc_interpolation_scheme */
+    bitCnt += 8;
+    /* band_top */
+    for (i = 0; i < numBands; i++)
+    {
+      pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8);  /* drc_band_top[i] */
+      bitCnt += 8;
+    }
+  }
+  else {
+    pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1;  /* ... comprising the whole spectrum. */;
+  }
+
+  pDrcBs->channelData.numBands = numBands;
+
+  if (FDKreadBits(bs,1))                        /* prog_ref_level_present */
+  {
+    pDrcBs->progRefLevel = FDKreadBits(bs, 7);  /* prog_ref_level */
+    FDKreadBits(bs, 1);                         /* prog_ref_level_reserved_bits */
+    bitCnt += 8;
+  } else {
+    pDrcBs->progRefLevel = -1;
+  }
+
+  for (i = 0; i < numBands; i++)
+  {
+    pDrcBs->channelData.drcValue[i]  = FDKreadBits(bs, 1) << 7;   /* dyn_rng_sgn[i] */
+    pDrcBs->channelData.drcValue[i] |= FDKreadBits(bs, 7) & 0x7F; /* dyn_rng_ctl[i] */
+    bitCnt += 8;
+  }
+
+  /* Set DRC payload type */
+  pDrcBs->channelData.drcDataType = MPEG_DRC_EXT_DATA;
+
+  return (bitCnt);
+}
+
+
+/*!
+  \brief Parse heavy compression value transported in DSEs of DVB streams with MPEG-4 content.
+
+  \bs Handle of FDK bitstream (in)
+  \pDrcBs Pointer to DRC payload data container (out)
+  \payloadPosition Bitstream position of DVB ancillary data junk
+
+  \return Number of bits read (0 in case of a parse error)
+*/
+#define DVB_COMPRESSION_SCALE   ( 8 )       /* 48,164 dB */
+
+static int aacDecoder_drcReadCompression (
+    HANDLE_FDK_BITSTREAM  bs,
+    CDrcPayload          *pDrcBs,
+    UINT                  payloadPosition )
+{
+  int  bitCnt = 0;
+  int  dmxLevelsPresent, compressionPresent;
+  int  coarseGrainTcPresent, fineGrainTcPresent;
+
+  /* Move to the beginning of the DRC payload field */
+  FDKpushBiDirectional(bs, FDKgetValidBits(bs)-payloadPosition);
+
+  /* Sanity checks */
+  if ( FDKgetValidBits(bs) < 24 ) {
+    return 0;
+  }
+
+  /* Check sync word */
+  if (FDKreadBits(bs, 8) != DVB_ANC_DATA_SYNC_BYTE) {
+    return 0;
+  }
+
+  /* Evaluate bs_info field */ 
+  if (FDKreadBits(bs, 2) != 3) {               /* mpeg_audio_type */
+    /* No MPEG-4 audio data */
+    return 0;
+  }
+  FDKreadBits(bs, 2);                          /* dolby_surround_mode */
+  FDKreadBits(bs, 2);                          /* presentation_mode */
+  if (FDKreadBits(bs, 2) != 0) {               /* reserved, set to 0 */
+    return 0;
+  }
+
+  /* Evaluate ancillary_data_status */
+  if (FDKreadBits(bs, 3) != 0) {               /* reserved, set to 0 */
+    return 0;
+  }
+  dmxLevelsPresent = FDKreadBits(bs, 1);       /* downmixing_levels_MPEG4_status */
+  if (FDKreadBits(bs, 1) != 0) {               /* reserved, set to 0 */
+    return 0;
+  }
+  compressionPresent   = FDKreadBits(bs, 1);   /* audio_coding_mode_and_compression status */
+  coarseGrainTcPresent = FDKreadBits(bs, 1);   /* coarse_grain_timecode_status */
+  fineGrainTcPresent   = FDKreadBits(bs, 1);   /* fine_grain_timecode_status */
+  bitCnt += 24;
+
+  if (dmxLevelsPresent) {
+    FDKreadBits(bs, 8);                        /* downmixing_levels_MPEG4 */
+    bitCnt += 8;
+  }
+
+  /* audio_coding_mode_and_compression_status */
+  if (compressionPresent)
+  {
+    UCHAR compressionOn, compressionValue;
+
+    /* audio_coding_mode */
+    if ( FDKreadBits(bs, 7) != 0 ) {  /* The reserved bits shall be set to "0". */
+      return 0;
+    }
+    compressionOn    = (UCHAR)FDKreadBits(bs, 1);  /* compression_on */
+    compressionValue = (UCHAR)FDKreadBits(bs, 8);  /* Compression_value */
+    bitCnt += 16;
+
+    if ( compressionOn ) {
+      /* A compression value is available so store the data just like MPEG DRC data */
+      pDrcBs->channelData.numBands    =  1;                            /* One band ... */
+      pDrcBs->channelData.drcValue[0] =  compressionValue;             /* ... with one value ... */
+      pDrcBs->channelData.bandTop[0]  = (1024 >> 2) - 1;  /* ... comprising the whole spectrum. */
+      pDrcBs->pceInstanceTag          = -1;                            /* Not present */
+      pDrcBs->progRefLevel            = -1;                            /* Not present */
+      pDrcBs->channelData.drcDataType =  DVB_DRC_ANC_DATA;             /* Set DRC payload type to DVB. */
+    } else {
+      /* No compression value available */
+      /* CAUTION: It is not clearly defined by standard how to react in this situation. */
+      /* Turn down the compression value to aprox. 0dB */
+      pDrcBs->channelData.numBands    =  1;                            /* One band ... */
+      pDrcBs->channelData.drcValue[0] =  0x80;                         /* ... with aprox. 0dB ... */
+      pDrcBs->channelData.bandTop[0]  = (1024 >> 2) - 1;  /* ... comprising the whole spectrum. */
+      pDrcBs->channelData.drcDataType =  DVB_DRC_ANC_DATA;             /* Set DRC payload type to DVB. */
+
+      /* If compression_on field is set to "0" the compression_value field shall be "0000 0000". */
+      if (compressionValue != 0) {
+        return 0;
+      }
+    }
+  }
+
+  /* Read timecodes if available just to get the right amount of bits. */
+  if (coarseGrainTcPresent) {
+    FDKreadBits(bs, 16);      /* coarse_grain_timecode */
+    bitCnt += 16;
+  }
+  if (fineGrainTcPresent) {
+    FDKreadBits(bs, 16);      /* fine_grain_timecode */
+    bitCnt += 16;
+  }
+
+  return (bitCnt);
+}
+
+
+/* 
+ * Prepare DRC processing
+ */
+static int aacDecoder_drcExtractAndMap (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        UCHAR  pceInstanceTag,
+        UCHAR  channelMapping[], /* Channel mapping translating drcChannel index to canonical channel index */
+        int    validChannels )
+{
+  CDrcPayload  threadBs[MAX_DRC_THREADS];
+  CDrcPayload *validThreadBs[MAX_DRC_THREADS];
+  CDrcParams  *pParams;
+  UINT backupBsPosition;
+  int  i, thread, validThreads = 0;
+  int  numExcludedChns[MAX_DRC_THREADS];
+
+  FDK_ASSERT(self != NULL);
+  FDK_ASSERT(hBs != NULL);
+  FDK_ASSERT(pAacDecoderStaticChannelInfo != NULL);
+
+  pParams = &self->params;
+
+  self->numThreads = 0;
+  backupBsPosition = FDKgetValidBits(hBs);
+
+  for (i = 0; i < self->numPayloads && self->numThreads < MAX_DRC_THREADS; i++) {
+    int bitsParsed;
+
+    /* Init payload data chunk. The memclear is very important because it initializes
+       the most values. Without it the module wouldn't work properly or crash. */
+    FDKmemclear(&threadBs[self->numThreads], sizeof(CDrcPayload));
+    threadBs[self->numThreads].channelData.bandTop[0]  = (1024 >> 2) - 1;
+
+    /* Extract payload */
+    bitsParsed = aacDecoder_drcParse( hBs,
+                                     &threadBs[self->numThreads],
+                                      self->drcPayloadPosition[i] );
+    if (bitsParsed > 0) {
+      self->numThreads++;
+    }
+  }
+  self->numPayloads = 0;
+
+  if (self->dvbAncDataAvailable)
+  { /* Append a DVB heavy compression payload thread if available. */
+    int bitsParsed;
+
+    /* Init payload data chunk. The memclear is very important because it initializes
+       the most values. Without it the module wouldn't work properly or crash. */
+    FDKmemclear(&threadBs[self->numThreads], sizeof(CDrcPayload));
+    threadBs[self->numThreads].channelData.bandTop[0]  = (1024 >> 2) - 1;
+
+    /* Extract payload */
+    bitsParsed = aacDecoder_drcReadCompression( hBs,
+                                               &threadBs[self->numThreads],
+                                                self->dvbAncDataPosition );
+    if (bitsParsed > 0) {
+      self->numThreads++;
+    }
+  }
+  self->dvbAncDataAvailable = 0;
+
+  /* Reset the bitbufffer */
+  FDKpushBiDirectional(hBs, FDKgetValidBits(hBs) - backupBsPosition);
+
+  /* calculate number of valid bits in excl_chn_mask */
+
+  /* coupling channels not supported */
+
+  /* check for valid threads */
+  for (thread = 0; thread < self->numThreads; thread++) {
+    CDrcPayload *pThreadBs = &threadBs[thread];
+    int numExclChns = 0;
+
+    switch ((AACDEC_DRC_PAYLOAD_TYPE)pThreadBs->channelData.drcDataType) {
+      default:
+        continue;
+      case MPEG_DRC_EXT_DATA:
+      case DVB_DRC_ANC_DATA:
+        break;
+    }
+
+    if (pThreadBs->pceInstanceTag >= 0) {  /* if PCE tag present */
+      if (pThreadBs->pceInstanceTag != pceInstanceTag) {
+        continue;  /* don't accept */
+      }
+    }
+
+    /* calculate number of excluded channels */
+    if (pThreadBs->excludedChnsMask > 0) {
+      INT exclMask = pThreadBs->excludedChnsMask;
+      int ch;
+      for (ch = 0; ch < validChannels; ch++) {
+        numExclChns += exclMask & 0x1;
+        exclMask >>= 1;
+      }
+    }
+    if (numExclChns < validChannels) {
+      validThreadBs[validThreads]   = pThreadBs;
+      numExcludedChns[validThreads] = numExclChns;
+      validThreads++;
+    }
+  }
+
+  if (validThreads > 1) {
+    int ch;
+
+    /* check consistency of excl_chn_mask amongst valid DRC threads */
+    for (ch = 0; ch < validChannels; ch++) {
+      int present = 0;
+
+      for (thread = 0; thread < validThreads; thread++) {
+        CDrcPayload *pThreadBs = validThreadBs[thread];
+
+
+        /* thread applies to this channel */
+        if ( (pThreadBs->channelData.drcDataType == MPEG_DRC_EXT_DATA)
+          && ( (numExcludedChns[thread] == 0)
+            || (!(pThreadBs->excludedChnsMask & (1<<ch))) ) ) {
+          present++;
+        }
+      }
+
+
+      if (present > 1) {
+        return -1;
+      }
+    }
+  }
+
+  /* map DRC bitstream information onto DRC channel information */
+  for (thread = 0; thread < validThreads; thread++)
+  {
+    CDrcPayload *pThreadBs = validThreadBs[thread];
+    INT exclMask = pThreadBs->excludedChnsMask;
+    AACDEC_DRC_PAYLOAD_TYPE drcPayloadType = (AACDEC_DRC_PAYLOAD_TYPE)pThreadBs->channelData.drcDataType;
+    int ch;
+
+    /* last progRefLevel transmitted is the one that is used
+     * (but it should really only be transmitted once per block!)
+     */
+    if (pThreadBs->progRefLevel >= 0) {
+      self->progRefLevel = pThreadBs->progRefLevel;
+      self->prlExpiryCount = 0;  /* Got a new value -> Reset counter */
+    }
+
+    /* SCE, CPE and LFE */
+    for (ch = 0; ch < validChannels; ch++) {
+      int mapedChannel = channelMapping[ch];
+
+      if ( ((exclMask & (1<<mapedChannel)) == 0)
+        && ( (drcPayloadType == MPEG_DRC_EXT_DATA)
+          || ((drcPayloadType == DVB_DRC_ANC_DATA) && self->params.applyHeavyCompression)
+         ) ) {
+        /* copy thread to channel */
+        pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData;
+      }
+    }
+    /* CCEs not supported by now */
+  }
+
+  /* Increment and check expiry counter for the program reference level: */
+  if ( (pParams->expiryFrame > 0)
+    && (self->prlExpiryCount++ > pParams->expiryFrame) )
+  { /* The program reference level is too old, so set it back to the target level. */
+    self->progRefLevel = pParams->targetRefLevel;
+    self->prlExpiryCount = 0;
+  }
+
+  return 0;
+}
+
+
+void aacDecoder_drcApply (
+        HANDLE_AAC_DRC          self,
+        void                   *pSbrDec,
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CDrcChannelData        *pDrcChData,
+        int  ch,   /* needed only for SBR */
+        int  aacFrameSize,
+        int  bSbrPresent )
+{
+  int band, top, bin, numBands;
+  int bottom = 0;
+  int modifyBins = 0;
+
+  FIXP_DBL max_mantissa;
+  INT max_exponent;
+
+  FIXP_DBL norm_mantissa = FL2FXCONST_DBL(0.0f);
+  INT  norm_exponent = 0;
+
+  FIXP_DBL fact_mantissa[MAX_DRC_BANDS];
+  INT  fact_exponent[MAX_DRC_BANDS];
+
+  CDrcParams  *pParams = &self->params;
+
+  FIXP_DBL    *pSpectralCoefficient  =  SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
+  CIcsInfo    *pIcsInfo              = &pAacDecoderChannelInfo->icsInfo;
+  SHORT       *pSpecScale            =  pAacDecoderChannelInfo->specScale;
+
+  int winSeq = pIcsInfo->WindowSequence;
+
+  /* Increment and check expiry counter */
+  if ( (pParams->expiryFrame > 0)
+    && (++pDrcChData->expiryCount > pParams->expiryFrame) )
+  { /* The DRC data is too old, so delete it. */
+    aacDecoder_drcInitChannelData( pDrcChData );
+  }
+
+  if (!self->enable) {
+    sbrDecoder_drcDisable( (HANDLE_SBRDECODER)pSbrDec, ch );
+    return;
+  }
+
+  numBands = pDrcChData->numBands;
+  top = FDKmax(0, numBands-1);
+
+  pDrcChData->bandTop[0] = fixMin(pDrcChData->bandTop[0], (aacFrameSize >> 2) - 1);
+
+  /* If program reference normalization is done in the digital domain,
+  modify factor to perform normalization.  prog_ref_level can
+  alternatively be passed to the system for modification of the level in
+  the analog domain.  Analog level modification avoids problems with
+  reduced DAC SNR (if signal is attenuated) or clipping (if signal is
+  boosted) */
+
+  if (self->digitalNorm == 1)
+  {
+    /* 0.5^((targetRefLevel - progRefLevel)/24) */
+    norm_mantissa = fLdPow(
+            FL2FXCONST_DBL(-1.0), /* log2(0.5) */
+            0,
+            (FIXP_DBL)((INT)(FL2FXCONST_DBL(1.0f/24.0)>>3) * (INT)(pParams->targetRefLevel-self->progRefLevel)),
+            3,
+           &norm_exponent );
+  }
+  else {
+    norm_mantissa = FL2FXCONST_DBL(0.5f);
+    norm_exponent = 1;
+  }
+
+
+  /* calc scale factors */
+  for (band = 0; band < numBands; band++)
+  {
+    UCHAR drcVal = pDrcChData->drcValue[band];
+    top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize);
+
+    fact_mantissa[band] = FL2FXCONST_DBL(0.5f);
+    fact_exponent[band] = 1;
+
+    if (  pParams->applyHeavyCompression
+      && ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == DVB_DRC_ANC_DATA) )
+    {
+      INT compressionFactorVal_e;
+      int valX, valY;
+
+      valX = drcVal >> 4;
+      valY = drcVal & 0x0F;
+
+      /* calculate the unscaled heavy compression factor.
+         compressionFactor = 48.164 - 6.0206*valX - 0.4014*valY dB
+         range: -48.166 dB to 48.164 dB */
+      if ( drcVal != 0x7F ) {
+        fact_mantissa[band] =
+          fPowInt( FL2FXCONST_DBL(0.95483867181), /* -0.4014dB = 0.95483867181 */
+                   0,
+                   valY,
+                  &compressionFactorVal_e );
+
+        /* -0.0008dB (48.164 - 6.0206*8 = -0.0008) */
+        fact_mantissa[band] = fMult(FL2FXCONST_DBL(0.99990790084), fact_mantissa[band]);
+
+        fact_exponent[band] = DVB_COMPRESSION_SCALE - valX + compressionFactorVal_e;
+      }
+    } else
+    if ((AACDEC_DRC_PAYLOAD_TYPE)pDrcChData->drcDataType == MPEG_DRC_EXT_DATA)
+    {
+    /* apply the scaled dynamic range control words to factor.
+     * if scaling drc_cut (or drc_boost), or control word drc_mantissa is 0
+     * then there is no dynamic range compression
+     *
+     * if pDrcChData->drcSgn[band] is 
+     *  1 then gain is < 1 :  factor = 2^(-self->cut   * pDrcChData->drcMag[band] / 24)
+     *  0 then gain is > 1 :  factor = 2^( self->boost * pDrcChData->drcMag[band] / 24)
+     */
+
+    if ((drcVal&0x7F) > 0) {
+      FIXP_DBL tParamVal = (drcVal & 0x80) ? -pParams->cut : pParams->boost;
+
+      fact_mantissa[band] =
+        f2Pow( (FIXP_DBL)((INT)fMult(FL2FXCONST_DBL(1.0f/192.0f), tParamVal) * (drcVal&0x7F)),
+                 3+DRC_PARAM_SCALE,
+                &fact_exponent[band] );
+    }
+    }
+
+    fact_mantissa[band]  = fMult(fact_mantissa[band], norm_mantissa);
+    fact_exponent[band] += norm_exponent;
+
+
+    bottom = top;
+
+  }  /* end loop over bands */
+
+
+  /* normalizations */
+  {
+    int res;
+
+    max_mantissa = FL2FXCONST_DBL(0.0f);
+    max_exponent = 0;
+    for (band = 0; band < numBands; band++) {
+      max_mantissa = fixMax(max_mantissa, fact_mantissa[band]);
+      max_exponent = fixMax(max_exponent, fact_exponent[band]);
+    }
+
+    /* left shift factors to gain accurancy */
+    res = CntLeadingZeros(max_mantissa) - 1;
+
+    /* above topmost DRC band gain factor is 1 */
+    if (((pDrcChData->bandTop[numBands-1]+1)<<2) < aacFrameSize) res = 0;
+
+    if (res > 0) {
+      res = fixMin(res, max_exponent);
+      max_exponent -= res;
+
+      for (band = 0; band < numBands; band++) {
+        fact_mantissa[band] <<= res;
+        fact_exponent[band]  -= res;
+      }
+    }
+
+    /* normalize magnitudes to one scale factor */
+    for (band = 0; band < numBands; band++) {
+      if (fact_exponent[band] < max_exponent) {
+        fact_mantissa[band] >>= max_exponent - fact_exponent[band];
+      }
+      if (fact_mantissa[band] != FL2FXCONST_DBL(0.5f)) {
+        modifyBins = 1;
+      }
+    }
+    if (max_exponent != 1) {
+      modifyBins = 1;
+    }
+  }
+
+  /*  apply factor to spectral lines
+   *  short blocks must take care that bands fall on 
+   *  block boundaries!
+   */
+  if (!bSbrPresent)
+  {
+    bottom = 0;
+
+    if (!modifyBins) {
+      /* We don't have to modify the spectral bins because the fractional part of all factors is 0.5.
+         In order to keep accurancy we don't apply the factor but decrease the exponent instead. */
+      max_exponent -= 1;
+    } else
+    {
+      for (band = 0; band < numBands; band++)
+      {
+        top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize);   /* ... * DRC_BAND_MULT; */
+
+        for (bin = bottom; bin < top; bin++) {
+          pSpectralCoefficient[bin] = fMult(pSpectralCoefficient[bin], fact_mantissa[band]);
+        }
+
+        bottom = top;
+      }
+    }
+
+    /* above topmost DRC band gain factor is 1 */
+    if (max_exponent > 0) {
+      for (bin = bottom; bin < aacFrameSize; bin+=1) {
+        pSpectralCoefficient[bin] >>= max_exponent;
+      }
+    }
+
+    /* adjust scaling */
+    pSpecScale[0] += max_exponent;
+
+    if (winSeq == EightShortSequence) {
+      int win;
+      for (win = 1; win < 8; win++) {
+        pSpecScale[win] += max_exponent;
+      }
+    }
+  }
+  else {
+    HANDLE_SBRDECODER hSbrDecoder = (HANDLE_SBRDECODER)pSbrDec;
+    UINT numBands = pDrcChData->numBands;
+
+    /* feed factors into SBR decoder for application in QMF domain. */
+    sbrDecoder_drcFeedChannel (
+            hSbrDecoder,
+            ch,
+            numBands,
+            fact_mantissa,
+            max_exponent,
+            pDrcChData->drcInterpolationScheme,
+            winSeq,
+            pDrcChData->bandTop
+          );
+  }
+
+  return;
+}
+
+
+/* 
+ * Prepare DRC processing
+ */
+int aacDecoder_drcProlog (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        UCHAR  pceInstanceTag,
+        UCHAR  channelMapping[], /* Channel mapping translating drcChannel index to canonical channel index */
+        int    validChannels )
+{
+  int err = 0;
+
+  if (self == NULL) {
+    return -1;
+  }
+
+  if (!self->params.bsDelayEnable)
+  {
+    err = aacDecoder_drcExtractAndMap (
+            self,
+            hBs,
+            pAacDecoderStaticChannelInfo,
+            pceInstanceTag,
+            channelMapping,
+            validChannels );
+  }
+
+  return err;
+}
+
+
+/* 
+ * Finalize DRC processing
+ */
+int aacDecoder_drcEpilog (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        UCHAR  pceInstanceTag,
+        UCHAR  channelMapping[], /* Channel mapping translating drcChannel index to canonical channel index */
+        int    validChannels )
+{
+  int err = 0;
+
+  if (self == NULL) {
+    return -1;
+  }
+
+  if (self->params.bsDelayEnable)
+  {
+    err = aacDecoder_drcExtractAndMap (
+            self,
+            hBs,
+            pAacDecoderStaticChannelInfo,
+            pceInstanceTag,
+            channelMapping,
+            validChannels );
+  }
+
+  return err;
+}
+
diff --git a/libAACdec/src/aacdec_drc.h b/libAACdec/src/aacdec_drc.h
new file mode 100644 (file)
index 0000000..2ebae2c
--- /dev/null
@@ -0,0 +1,174 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Dynamic range control (DRC) decoder tool for AAC
+
+******************************************************************************/
+
+#ifndef AACDEC_DRC_H
+#define AACDEC_DRC_H
+
+#include "tp_data.h"            /* for program config element support */
+
+
+#include "aacdec_drc_types.h"
+#include "channel.h"
+#include "FDK_bitstream.h"
+
+#define AACDEC_DRC_DEFAULT_REF_LEVEL  ( 108 )   /* -27 dB below full scale (typical for movies) */
+#define AACDEC_DRC_DFLT_EXPIRY_FRAMES (  50 )   /* Default DRC data expiry time in AAC frames   */
+
+/**
+ * \brief DRC module setting parameters
+ */
+typedef enum
+{
+  DRC_CUT_SCALE = 0,
+  DRC_BOOST_SCALE,
+  TARGET_REF_LEVEL,
+  DRC_BS_DELAY,
+  DRC_DATA_EXPIRY_FRAME,
+  APPLY_HEAVY_COMPRESSION
+
+} AACDEC_DRC_PARAM;
+
+
+/**
+ * \brief DRC module interface functions
+ */
+void aacDecoder_drcInit (
+        HANDLE_AAC_DRC  self );
+
+void aacDecoder_drcInitChannelData (
+        CDrcChannelData *pDrcChannel );
+
+AAC_DECODER_ERROR aacDecoder_drcSetParam (
+        HANDLE_AAC_DRC    self,
+        AACDEC_DRC_PARAM  param,
+        INT               value );
+
+int aacDecoder_drcMarkPayload (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM  hBs,
+        AACDEC_DRC_PAYLOAD_TYPE  type );
+
+int aacDecoder_drcProlog (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        UCHAR  pceInstanceTag,
+        UCHAR  channelMapping[],
+        int    numChannels );
+
+/**
+ * \brief Apply DRC. If SBR is present, DRC data is handed over to the SBR decoder.
+ * \param self AAC decoder instance
+ * \param pSbrDec pointer to SBR decoder instance
+ * \param pAacDecoderChannelInfo AAC decoder channel instance to be processed
+ * \param pDrcDat DRC channel data
+ * \param ch channel index
+ * \param aacFrameSize AAC frame size
+ * \param bSbrPresent flag indicating that SBR is present, in which case DRC is handed over to the SBR instance pSbrDec
+ */
+void aacDecoder_drcApply (
+        HANDLE_AAC_DRC          self,
+        void                   *pSbrDec,
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CDrcChannelData        *pDrcDat,
+        int  ch,
+        int  aacFrameSize,
+        int  bSbrPresent );
+
+int aacDecoder_drcEpilog (
+        HANDLE_AAC_DRC  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        UCHAR  pceInstanceTag,
+        UCHAR  channelMapping[],
+        int    validChannels );
+
+
+#endif  /* AACDEC_DRC_H */
diff --git a/libAACdec/src/aacdec_drc_types.h b/libAACdec/src/aacdec_drc_types.h
new file mode 100644 (file)
index 0000000..1b5cd76
--- /dev/null
@@ -0,0 +1,170 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Dynamic range control (DRC) global data types
+
+******************************************************************************/
+
+#ifndef AACDEC_DRC_TYPES_H
+#define AACDEC_DRC_TYPES_H
+
+
+
+#include "common_fix.h"
+
+ #define MAX_DRC_THREADS      (   3 )        /* Heavy compression value is handled just like MPEG DRC data */
+#define MAX_DRC_BANDS         (  16 )        /* 2^LEN_DRC_BAND_INCR (LEN_DRC_BAND_INCR = 4) */
+
+/**
+ * \brief DRC module global data types
+ */
+typedef enum
+{
+  UNKNOWN_PAYLOAD   =  0,
+  MPEG_DRC_EXT_DATA =  1,
+  DVB_DRC_ANC_DATA  =  2
+
+} AACDEC_DRC_PAYLOAD_TYPE;
+
+typedef struct
+{
+  UINT    expiryCount;
+  UINT    numBands;
+  USHORT  bandTop[MAX_DRC_BANDS];
+  SHORT   drcInterpolationScheme;
+  UCHAR   drcValue[MAX_DRC_BANDS];
+  SCHAR   drcDataType;
+
+} CDrcChannelData;
+
+typedef struct
+{
+  UINT   excludedChnsMask;
+  SCHAR  progRefLevel;
+  SCHAR  pceInstanceTag;
+
+  CDrcChannelData channelData;
+
+} CDrcPayload;
+
+typedef struct
+{
+  FIXP_DBL  cut;       /* The attenuation scale factor currently used.     */
+  FIXP_DBL  usrCut;    /* The latest attenuation scale factor set by user. */
+  FIXP_DBL  boost;     /* The boost scale factor currently used.           */
+  FIXP_DBL  usrBoost;  /* The latest boost scale factor set by user.       */
+
+  UINT   expiryFrame;
+  SCHAR  targetRefLevel;
+  UCHAR  bsDelayEnable;
+  UCHAR  applyHeavyCompression;
+
+} CDrcParams;
+
+
+typedef struct
+{
+  CDrcParams params;                         /* Module parameters that can be set by user (via SetParam API function) */
+
+  UCHAR  enable;                             /* Switch that controls dynamic range processing */
+  UCHAR  digitalNorm;                        /* Switch to en-/disable reference level normalization in digital domain */
+
+  USHORT numPayloads;                        /* The number of DRC data payload elements found within frame */
+  USHORT numThreads;                         /* The number of DRC data threads extracted from the found payload elements */
+  SCHAR  progRefLevel;                       /* Program reference level for all channels */
+
+  UINT   prlExpiryCount;                     /* Counter that can be used to monitor the life time of the program reference level. */
+
+  UCHAR  dvbAncDataAvailable;                  /* Flag that indicates whether DVB ancillary data is present or not */
+  UINT   dvbAncDataPosition;                   /* Used to store the DVB ancillary data payload position in the bitstream (only one per frame) */
+  UINT   drcPayloadPosition[MAX_DRC_THREADS];  /* Used to store the DRC payload positions in the bitstream */
+
+} CDrcInfo;
+
+typedef CDrcInfo *HANDLE_AAC_DRC;
+
+#endif /* AACDEC_DRC_TYPES_H */
+
diff --git a/libAACdec/src/aacdec_hcr.cpp b/libAACdec/src/aacdec_hcr.cpp
new file mode 100644 (file)
index 0000000..e314e27
--- /dev/null
@@ -0,0 +1,1591 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: HCR initialization, preprocess HCR sideinfo,
+                decode priority codewords (PCWs)
+
+*******************************************************************************/
+
+#include "aacdec_hcr.h"
+
+
+
+#include "aacdec_hcr_types.h"
+#include "aacdec_hcr_bit.h"
+#include "aacdec_hcrs.h"
+#include "aac_ram.h"
+#include "aac_rom.h"
+#include "channel.h"
+#include "block.h"
+
+#include "aacdecoder.h"     /* for ID_CPE, ID_SCE ... */
+#include "FDK_bitstream.h"
+
+extern int mlFileChCurr;
+
+static void errDetectorInHcrSideinfoShrt(SCHAR cb,
+                                         SHORT numLine,
+                                         UINT *errorWord);
+
+static void errDetectorInHcrLengths(SCHAR  lengthOfLongestCodeword,
+                                    SHORT  lengthOfReorderedSpectralData,
+                                    UINT  *errorWord);
+
+static void HcrCalcNumCodeword                    (H_HCR_INFO pHcr);
+static void HcrSortCodebookAndNumCodewordInSection(H_HCR_INFO pHcr);
+static void HcrPrepareSegmentationGrid            (H_HCR_INFO pHcr);
+static void HcrExtendedSectionInfo                (H_HCR_INFO pHcr);
+
+static void DeriveNumberOfExtendedSortedSectionsInSets(UINT   numSegment,
+                                                       USHORT  *pNumExtendedSortedCodewordInSection,
+                                                       int      numExtendedSortedCodewordInSectionIdx,
+                                                       USHORT  *pNumExtendedSortedSectionsInSets,
+                                                       int      numExtendedSortedSectionsInSetsIdx);
+
+static INT  DecodeEscapeSequence(HANDLE_FDK_BITSTREAM  bs,
+                                 INT                   quantSpecCoef,
+                                 USHORT               *pLeftStartOfSegment,
+                                 SCHAR                *pRemainingBitsInSegment,
+                                 int                  *pNumDecodedBits
+                                );
+
+static int DecodePCW_Sign(HANDLE_FDK_BITSTREAM  bs,
+                          UINT                  codebookDim,
+                          const SCHAR          *pQuantVal,
+                          FIXP_DBL             *pQuantSpecCoef,
+                          int                  *quantSpecCoefIdx,
+                          USHORT               *pLeftStartOfSegment,
+                          SCHAR                *pRemainingBitsInSegment,
+                          int                  *pNumDecodedBits
+                         );
+
+static const SCHAR *DecodePCW_Body(HANDLE_FDK_BITSTREAM  bs,
+                                   const UINT           *pCurrentTree,
+                                   const SCHAR          *pQuantValBase,
+                                         USHORT         *pLeftStartOfSegment,
+                                         SCHAR          *pRemainingBitsInSegment,
+                                         int            *pNumDecodedBits
+                                  );
+
+static void DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr);
+
+static void HcrReorderQuantizedSpectralCoefficients(
+        H_HCR_INFO pHcr,
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        const SamplingRateInfo *pSamplingRateInfo
+        );
+
+
+#if CHECK_SEGMENTATION_IMMEDIATELY
+static UCHAR errDetectPcwSegmentation(SCHAR       remainingBitsInSegment,
+                                      H_HCR_INFO  pHcr,
+                                      PCW_TYPE    kind,
+                                      FIXP_DBL   *qsc_base_of_cw,
+                                      UCHAR       dimension);
+#endif
+
+#if CHECK_SEGMENTATION_FINAL
+static void errDetectWithinSegmentationFinal(H_HCR_INFO pHcr);
+#endif
+
+/*---------------------------------------------------------------------------------------------
+     description:   Check if codebook and numSect are within allowed range (short only)
+-------------------------------------------------------------------------------------------- */
+static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord)
+{
+
+
+
+  if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) {
+    *errorWord |= CB_OUT_OF_RANGE_SHORT_BLOCK;
+  }
+  if ( numLine < 0 || numLine > 1024 ) {
+    *errorWord |= LINE_IN_SECT_OUT_OF_RANGE_SHORT_BLOCK;
+  }
+}
+
+/*---------------------------------------------------------------------------------------------
+     description:   Check both HCR lengths
+-------------------------------------------------------------------------------------------- */
+static void errDetectorInHcrLengths(SCHAR  lengthOfLongestCodeword,
+                                    SHORT  lengthOfReorderedSpectralData,
+                                    UINT  *errorWord)
+{
+  if ( lengthOfReorderedSpectralData < lengthOfLongestCodeword ) {
+    *errorWord |= HCR_SI_LENGTHS_FAILURE;
+  }
+}
+
+/*---------------------------------------------------------------------------------------------
+     description:   Decode (and adapt if necessary) the two HCR sideinfo components:
+                    'reordered_spectral_data_length' and 'longest_codeword_length'
+-------------------------------------------------------------------------------------------- */
+
+void CHcr_Read(HANDLE_FDK_BITSTREAM    bs,
+               CAacDecoderChannelInfo *pAacDecoderChannelInfo)
+{
+  INT    globalHcrType = getHcrType(&pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo);
+  SHORT  lengOfReorderedSpectralData;
+  SCHAR  lengOfLongestCodeword;
+
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = 0;
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword       = 0;
+
+
+
+    /* ------- SI-Value No 1 ------- */
+    lengOfReorderedSpectralData = FDKreadBits(bs,14) + ERROR_LORSD;
+    if ( globalHcrType == ID_CPE ) {
+      if ((lengOfReorderedSpectralData >= 0) && (lengOfReorderedSpectralData <= CPE_TOP_LENGTH)) {
+        pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
+      }
+      else {
+        if (lengOfReorderedSpectralData > CPE_TOP_LENGTH) {
+          pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = CPE_TOP_LENGTH;            /* use valid maximum */
+        }
+      }
+    }
+    else if (globalHcrType == ID_SCE || globalHcrType == ID_LFE || globalHcrType == ID_CCE ) {
+      if ((lengOfReorderedSpectralData >= 0) && (lengOfReorderedSpectralData <= SCE_TOP_LENGTH)) {
+        pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
+      }
+      else {
+        if (lengOfReorderedSpectralData > SCE_TOP_LENGTH) {
+          pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = SCE_TOP_LENGTH;            /* use valid maximum */
+        }
+      }
+    }
+
+    /* ------- SI-Value No 2 ------- */
+    lengOfLongestCodeword = FDKreadBits(bs,6) + ERROR_LOLC;
+    if ((lengOfLongestCodeword >= 0) && (lengOfLongestCodeword <= LEN_OF_LONGEST_CW_TOP_LENGTH)) {
+      pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = lengOfLongestCodeword;                /* the decoded value is within range */
+    }
+    else {
+      if (lengOfLongestCodeword > LEN_OF_LONGEST_CW_TOP_LENGTH) {
+        pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = LEN_OF_LONGEST_CW_TOP_LENGTH;       /* use valid maximum */
+      }
+    }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Sets up HCR ROM-Tables
+-------------------------------------------------------------------------------------------- */
+
+void HcrInitRom(H_HCR_INFO pHcr)
+{
+  pHcr->cbPairs.pMinOfCbPair     = aMinOfCbPair;
+  pHcr->cbPairs.pMaxOfCbPair     = aMaxOfCbPair;
+
+  pHcr->tableInfo.pMaxCwLength   = aMaxCwLen;
+  pHcr->tableInfo.pCbDimension   = aDimCb;
+  pHcr->tableInfo.pCbDimShift    = aDimCbShift;
+  pHcr->tableInfo.pCbSign        = aSignCb;
+  pHcr->tableInfo.pCbPriority    = aCbPriority;
+  pHcr->tableInfo.pLargestAbsVal = aLargestAbsoluteValue;
+}
+
+/*---------------------------------------------------------------------------------------------
+     description:   Set up HCR - must be called before every call to HcrDecoder().
+                    For short block a sorting algorithm is applied to get the SI in the order
+                    that HCR could assemble the qsc's as if it is a long block.
+-----------------------------------------------------------------------------------------------
+        return:     error log
+-------------------------------------------------------------------------------------------- */
+
+UINT HcrInit(H_HCR_INFO              pHcr,
+             CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+             const SamplingRateInfo *pSamplingRateInfo,
+             HANDLE_FDK_BITSTREAM    bs)
+{
+  CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
+  SHORT *pNumLinesInSec;
+  UCHAR *pCodeBk;
+  SHORT  numSection;
+  SCHAR  cb;
+  int  numLine;
+  int  i;
+
+  pHcr->decInOut.lengthOfReorderedSpectralData      = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData;
+  pHcr->decInOut.lengthOfLongestCodeword            = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword;
+  pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient;
+  pHcr->decInOut.quantizedSpectralCoefficientsIdx   = 0;
+  pHcr->decInOut.pCodebook                          = pAacDecoderChannelInfo->pDynData->specificTo.aac.aCodeBooks4Hcr;
+  pHcr->decInOut.pNumLineInSect                     = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr;
+  pHcr->decInOut.numSection                         = pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection;
+  pHcr->decInOut.errorLog = 0;
+  pHcr->nonPcwSideinfo.pResultBase                  = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
+
+  FDKsyncCache(bs);
+  pHcr->decInOut.bitstreamIndex                     = FDKgetBitCnt(bs);
+
+  if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo))   /* short block */
+  {
+    SHORT  band;
+    SHORT  maxBand;
+    SCHAR  group;
+    SCHAR  winGroupLen;
+    SCHAR  window;
+    SCHAR  numUnitInBand;
+    SCHAR  cntUnitInBand;
+    SCHAR  groupWin;
+    SCHAR  cb_prev;
+
+    UCHAR *pCodeBook;
+    const SHORT *BandOffsets;
+    SCHAR  numOfGroups;
+
+
+    pCodeBook      = pAacDecoderChannelInfo->pDynData->aCodeBook;             /* in */
+    pNumLinesInSec = pHcr->decInOut.pNumLineInSect;                               /* out */
+    pCodeBk        = pHcr->decInOut.pCodebook;                                    /* out */
+    BandOffsets    = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */
+    numOfGroups    = GetWindowGroups(pIcsInfo);
+
+    numLine = 0;
+    numSection = 0;
+    cb      = pCodeBook[0];
+    cb_prev = pCodeBook[0];
+
+    /* convert HCR-sideinfo into a unitwise manner: When the cb changes, a new section starts */
+
+    *pCodeBk++ = cb_prev;
+
+    maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+    for (band = 0; band < maxBand; band++) {  /* from low to high sfbs i.e. from low to high frequencies  */
+      numUnitInBand = ((BandOffsets[band+1] - BandOffsets[band]) >> FOUR_LOG_DIV_TWO_LOG); /* get the number of units in current sfb */
+      for (cntUnitInBand = numUnitInBand;  cntUnitInBand != 0; cntUnitInBand-- ) { /* for every unit in the band */
+        for (window = 0, group = 0; group < numOfGroups; group++) {
+          winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
+          for (groupWin = winGroupLen; groupWin != 0; groupWin--, window++) {
+            cb = pCodeBook[group * 16 + band];
+            if (cb != cb_prev) {
+#if CHECK_VALID_HCR_INPUT /* short-block  1 of 2 */
+              errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog );
+              if (pHcr->decInOut.errorLog != 0 ) {
+                return ( pHcr->decInOut.errorLog );
+              }
+#endif
+              *pCodeBk++ = cb;
+              *pNumLinesInSec++ = numLine;
+              numSection++;
+
+              cb_prev = cb;
+              numLine = LINES_PER_UNIT;
+            }
+            else {
+              numLine += LINES_PER_UNIT;
+            }
+          }
+        }
+      }
+    }
+
+    numSection++;
+
+#if CHECK_VALID_HCR_INPUT /* short-block  2 of 2 */
+    errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog );
+    if ( numSection <= 0 || numSection > 1024/2 ) {
+      pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_SHORT_BLOCK;
+    }
+    errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
+                            pHcr->decInOut.lengthOfReorderedSpectralData,
+                           &pHcr->decInOut.errorLog);
+    if (pHcr->decInOut.errorLog != 0 ) {
+      return ( pHcr->decInOut.errorLog );
+    }
+#endif
+
+    *pCodeBk = cb;
+    *pNumLinesInSec = numLine;
+    pHcr->decInOut.numSection = numSection;
+
+  } else /* end short block prepare SI */
+  {      /* long block */
+#if CHECK_VALID_HCR_INPUT /* long-block  1 of 1 */
+    errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
+                            pHcr->decInOut.lengthOfReorderedSpectralData,
+                           &pHcr->decInOut.errorLog);
+    numSection     = pHcr->decInOut.numSection;
+    pNumLinesInSec = pHcr->decInOut.pNumLineInSect;
+    pCodeBk        = pHcr->decInOut.pCodebook;
+    if ( numSection <= 0 || numSection > 64 ) {
+      pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_LONG_BLOCK;
+      numSection = 0;
+    }
+
+    for ( i = numSection; i != 0; i-- )
+    {
+      cb = *pCodeBk++;
+
+      if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) {
+        pHcr->decInOut.errorLog |= CB_OUT_OF_RANGE_LONG_BLOCK;
+      }
+
+      numLine = *pNumLinesInSec++;
+      /* FDK_ASSERT(numLine > 0); */
+
+      if ( (numLine <= 0) || (numLine > 1024) ) {
+        pHcr->decInOut.errorLog |= LINE_IN_SECT_OUT_OF_RANGE_LONG_BLOCK;
+      }
+    }
+    if (pHcr->decInOut.errorLog != 0 ) {
+      return ( pHcr->decInOut.errorLog );
+    }
+#endif  /* CHECK_VALID_HCR_INPUT */
+  }
+
+  pCodeBk = pHcr->decInOut.pCodebook;
+  for ( i = 0; i < numSection; i++ ) {
+    if (
+         (*pCodeBk == NOISE_HCB)      ||
+         (*pCodeBk == INTENSITY_HCB2) ||
+         (*pCodeBk == INTENSITY_HCB))
+    {
+      *pCodeBk = 0;
+    }
+    pCodeBk++;
+  }
+
+  /* HCR-sideinfo-input is complete and seems to be valid */
+
+
+
+  return ( pHcr->decInOut.errorLog );
+}
+
+
+
+
+#if USE_HCR_DUMMY
+
+/*---------------------------------------------------------------------------------------------
+
+     description:   This HCR - dummy  - function writes only a dirac-sequence in output buffer
+
+-------------------------------------------------------------------------------------------- */
+UINT HcrDecoder(H_HCR_INFO              pHcr,
+                const CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                HANDLE_FDK_BITSTREAM    bs)
+{
+  for (SHORT i=0; i < 1024; i++ ) {
+    pHcr->decInOut.pQuantizedSpectralCoefficients->Long[i] = FL2FXCONST_DBL(0.0f);
+    if ( i % 30 == 0) {
+      pHcr->decInOut.pQuantizedSpectralCoefficients->Long[i] = (FIXP_DBL)HCR_DIRAC;
+    }
+  }
+  return 0;
+}
+
+#else /* USE_HCR_DUMMY */
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function decodes the codewords of the spectral coefficients from the
+                    bitstream according to the HCR algorithm and stores the quantized spectral
+                    coefficients in correct order in the output buffer.
+-------------------------------------------------------------------------------------------- */
+
+UINT HcrDecoder(H_HCR_INFO              pHcr,
+                CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                const SamplingRateInfo       *pSamplingRateInfo,
+                HANDLE_FDK_BITSTREAM    bs)
+{
+  int pTmp1, pTmp2, pTmp3, pTmp4;
+#if DETECT_TOO_LONG_CW_READS
+  int        pTmp5;
+#endif
+
+  INT        bitCntOffst;
+  UINT       saveBitCnt = FDKgetBitCnt(bs);   /* save bitstream position */
+
+  HcrCalcNumCodeword(pHcr);
+
+  HcrSortCodebookAndNumCodewordInSection(pHcr);
+
+  HcrPrepareSegmentationGrid(pHcr);
+
+  HcrExtendedSectionInfo(pHcr);
+
+  if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) != 0 ) {
+    return ( pHcr->decInOut.errorLog );  /* sideinfo is massively corrupt, return from HCR without having decoded anything */
+  }
+
+  DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment,
+                                             pHcr->sectionInfo.pNumExtendedSortedCodewordInSection,
+                                             pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
+                                             pHcr->sectionInfo.pNumExtendedSortedSectionsInSets,
+                                             pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx);
+
+  /* store */
+  pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
+  pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx;
+  pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
+  pTmp4 = pHcr->decInOut.quantizedSpectralCoefficientsIdx;
+#if DETECT_TOO_LONG_CW_READS
+  pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx;
+#endif
+
+  /* ------- decode meaningful PCWs ------ */
+  DecodePCWs(bs, pHcr);
+
+  if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) == 0 ) {
+    /* ------ decode the non-PCWs -------- */
+    DecodeNonPCWs(bs, pHcr);
+  }
+
+
+#if CHECK_SEGMENTATION_FINAL
+  errDetectWithinSegmentationFinal(pHcr);
+#endif
+
+  /* restore */
+  pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
+  pHcr->sectionInfo.extendedSortedCodebookIdx             = pTmp2;
+  pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx    = pTmp3;
+  pHcr->decInOut.quantizedSpectralCoefficientsIdx         = pTmp4;
+#if DETECT_TOO_LONG_CW_READS
+  pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx              = pTmp5;
+#endif
+
+  HcrReorderQuantizedSpectralCoefficients(pHcr, pAacDecoderChannelInfo, pSamplingRateInfo);
+
+  /* restore bitstream position */
+  bitCntOffst = saveBitCnt - FDKgetBitCnt(bs);
+  if( bitCntOffst ) {
+    FDKpushBiDirectional(bs, bitCntOffst);
+  }
+
+  return ( pHcr->decInOut.errorLog );
+}
+
+
+#endif  /* USE_HCR_DUMMY */
+
+
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function reorders the quantized spectral coefficients sectionwise for
+                    long- and short-blocks and compares to the LAV (Largest Absolute Value of
+                    the current codebook) -- a counter is incremented if there is an error
+                    detected.
+                    Additional for short-blocks a unit-based-deinterleaving is applied.
+                    Moreover (for short blocks) the scaling is derived (compare plain huffman
+                    decoder).
+-------------------------------------------------------------------------------------------- */
+
+static void HcrReorderQuantizedSpectralCoefficients(
+        H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        const SamplingRateInfo *pSamplingRateInfo
+        )
+{
+  INT       qsc;
+  UINT      abs_qsc;
+  UINT      i,j;
+  USHORT    numSpectralValuesInSection;
+  FIXP_DBL *pTeVa;
+  USHORT    lavErrorCnt = 0;
+
+  UINT      numSection                         = pHcr->decInOut.numSection;
+  SPECTRAL_PTR  pQuantizedSpectralCoefficientsBase = pHcr->decInOut.pQuantizedSpectralCoefficientsBase;
+  FIXP_DBL *pQuantizedSpectralCoefficients     = SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase);
+  const UCHAR    *pCbDimShift                  = pHcr->tableInfo.pCbDimShift;
+  const USHORT   *pLargestAbsVal               = pHcr->tableInfo.pLargestAbsVal;
+  UCHAR    *pSortedCodebook                    = pHcr->sectionInfo.pSortedCodebook;
+  USHORT   *pNumSortedCodewordInSection        = pHcr->sectionInfo.pNumSortedCodewordInSection;
+  USHORT   *pReorderOffset                     = pHcr->sectionInfo.pReorderOffset;
+  FIXP_DBL *pTempValues                        = pHcr->segmentInfo.pTempValues;
+  FIXP_DBL *pBak                               = pHcr->segmentInfo.pTempValues;
+
+  FDKmemclear(pTempValues,1024*sizeof(FIXP_DBL));
+
+  /* long and short: check if decoded huffman-values (quantized spectral coefficients) are within range */
+  for ( i=numSection; i != 0; i-- ) {
+    numSpectralValuesInSection = *pNumSortedCodewordInSection++ << pCbDimShift[*pSortedCodebook];
+    pTeVa = &pTempValues[*pReorderOffset++];
+    for( j = numSpectralValuesInSection; j != 0; j-- ) {
+      qsc = *pQuantizedSpectralCoefficients++;
+      abs_qsc = FDKabs(qsc);
+#if VALID_LAV_ERROR_TRIGGER
+      if ( abs_qsc <= pLargestAbsVal[*pSortedCodebook] ) {
+        *pTeVa++ = (FIXP_DBL)qsc;  /* the qsc value is within range */
+      }
+      else { /* line is too high .. */
+        if ( abs_qsc == Q_VALUE_INVALID ) { /* .. because of previous marking --> dont set LAV flag (would be confusing), just copy out the already marked value */
+          *pTeVa++ = (FIXP_DBL) qsc;
+        }
+        else {                              /* .. because a too high value was decoded for this cb --> set LAV flag */
+          *pTeVa++ = (FIXP_DBL) Q_VALUE_INVALID;
+          lavErrorCnt += 1;
+        }
+      }
+#else
+      if ( abs_qsc <= pLargestAbsVal[*pSortedCodebook] ) {
+        *pTeVa++ = qsc;
+      }
+      else {
+        *pTeVa++ = Q_VALUE_INVALID;
+        lavErrorCnt += 1;
+      }
+#endif
+    }
+    pSortedCodebook++;
+  }
+
+  if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo))
+  {
+    FIXP_DBL *pOut;
+    FIXP_DBL  locMax;
+    FIXP_DBL  tmp;
+    SCHAR     groupoffset;
+    SCHAR     group;
+    SCHAR     band;
+    SCHAR     groupwin;
+    SCHAR     window;
+    SCHAR     numWinGroup;
+    SHORT     interm;
+    SCHAR     numSfbTransm;
+    SCHAR     winGroupLen;
+    SHORT     index;
+    INT       msb;
+    INT       lsb;
+
+    SHORT   *pScaleFacHcr = pAacDecoderChannelInfo->pDynData->aScaleFactor;
+    SHORT   *pSfbSclHcr   = pAacDecoderChannelInfo->pDynData->aSfbScale;
+    const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
+
+    pBak = pHcr->segmentInfo.pTempValues;
+    /* deinterleave unitwise for short blocks */
+    for ( window = 0; window < (8); window++ ) {
+      pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
+      for ( i=0; i < (LINES_PER_UNIT_GROUP); i++ ) {
+        pTeVa = pBak + (window << FOUR_LOG_DIV_TWO_LOG) + i * 32;      /* distance of lines between unit groups has to be constant for every framelength (32)!  */
+        for ( j=(LINES_PER_UNIT); j != 0; j-- ) {
+          *pOut++ = *pTeVa++;
+        }
+      }
+    }
+
+    /* short blocks only */
+    /* derive global scaling-value for every sfb and every window (as it is done in plain-huffman-decoder at short blocks) */
+    groupoffset = 0;
+
+    numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
+    numSfbTransm = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+
+    for (group = 0; group < numWinGroup; group++) {
+      winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
+      for (band = 0; band < numSfbTransm; band++) {
+        interm = group * 16 + band;
+        msb = pScaleFacHcr[interm] >> 2;
+        lsb = pScaleFacHcr[interm] & 3;
+        for (groupwin = 0; groupwin < winGroupLen; groupwin++) {
+          window = groupoffset + groupwin;
+          pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
+          locMax = FL2FXCONST_DBL(0.0f);
+          for (index = BandOffsets[band]; index < BandOffsets[band+1]; index += LINES_PER_UNIT) {
+            pTeVa = &pBak[index];
+            for ( i = LINES_PER_UNIT; i != 0; i --) {
+              tmp = (*pTeVa < FL2FXCONST_DBL(0.0f))? -*pTeVa++ : *pTeVa++;
+              locMax = fixMax(tmp,locMax);
+            }
+          }
+          if ( fixp_abs(locMax) > (FIXP_DBL)MAX_QUANTIZED_VALUE ) {
+            locMax = (FIXP_DBL)MAX_QUANTIZED_VALUE;
+          }
+          pSfbSclHcr[window*16+band] = msb - GetScaleFromValue(locMax, lsb);  /* save global scale maxima in this sfb */
+        }
+      }
+      groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
+    }
+  } else
+  {
+    /* copy straight for long-blocks */
+    pQuantizedSpectralCoefficients = SPEC_LONG(pQuantizedSpectralCoefficientsBase);
+    for ( i = 1024; i != 0; i-- ) {
+      *pQuantizedSpectralCoefficients++ = *pBak++;
+    }
+  }
+
+  if ( lavErrorCnt != 0 ) {
+    pHcr->decInOut.errorLog |= LAV_VIOLATION;
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function calculates the number of codewords
+                    for each section (numCodewordInSection) and the number of codewords
+                    for all sections (numCodeword).
+                    For zero and intensity codebooks a entry is also done in the variable
+                    numCodewordInSection. It is assumed that the codebook is a two tuples
+                    codebook. This is needed later for the calculation of the base addresses
+                    for the reordering of the quantize spectral coefficients at the end of the
+                    hcr tool.
+                    The variable numCodeword contain the number of codewords which are really
+                    in the bitstream. Zero or intensity codebooks does not increase the
+                    variable numCodewords.
+-----------------------------------------------------------------------------------------------
+        return:   -
+-------------------------------------------------------------------------------------------- */
+
+static void HcrCalcNumCodeword(H_HCR_INFO pHcr)
+{
+  int     hcrSection;
+  UINT    numCodeword;
+
+  UINT    numSection            =   pHcr->decInOut.numSection;
+  UCHAR  *pCodebook             =   pHcr->decInOut.pCodebook;
+  SHORT  *pNumLineInSection     =   pHcr->decInOut.pNumLineInSect;
+  const UCHAR  *pCbDimShift     =   pHcr->tableInfo.pCbDimShift;
+  USHORT *pNumCodewordInSection =   pHcr->sectionInfo.pNumCodewordInSection;
+
+  numCodeword = 0;
+  for ( hcrSection = numSection; hcrSection != 0; hcrSection-- ) {
+    *pNumCodewordInSection = *pNumLineInSection++ >> pCbDimShift[*pCodebook];
+    if ( *pCodebook != 0 ) {
+      numCodeword += *pNumCodewordInSection;
+    }
+    pNumCodewordInSection++;
+    pCodebook++;
+  }
+  pHcr->sectionInfo.numCodeword = numCodeword;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function calculates the number
+                    of sorted codebooks and sorts the codebooks and the numCodewordInSection
+                    according to the priority.
+-------------------------------------------------------------------------------------------- */
+
+static void HcrSortCodebookAndNumCodewordInSection(H_HCR_INFO pHcr)
+{
+
+  UINT    i,j,k;
+  UCHAR   temp;
+  UINT    counter;
+  UINT    startOffset;
+  UINT    numZeroSection;
+  UCHAR  *pDest;
+  UINT    numSectionDec;
+
+  UINT    numSection                  =   pHcr->decInOut.numSection;
+  UCHAR  *pCodebook                   =   pHcr->decInOut.pCodebook;
+  UCHAR  *pSortedCodebook             =   pHcr->sectionInfo.pSortedCodebook;
+  USHORT *pNumCodewordInSection       =   pHcr->sectionInfo.pNumCodewordInSection;
+  USHORT *pNumSortedCodewordInSection =   pHcr->sectionInfo.pNumSortedCodewordInSection;
+  UCHAR  *pCodebookSwitch             =   pHcr->sectionInfo.pCodebookSwitch;
+  USHORT *pReorderOffset              =   pHcr->sectionInfo.pReorderOffset;
+  const UCHAR   *pCbPriority          =   pHcr->tableInfo.pCbPriority;
+  const UCHAR   *pMinOfCbPair         =   pHcr->cbPairs.pMinOfCbPair;
+  const UCHAR   *pMaxOfCbPair         =   pHcr->cbPairs.pMaxOfCbPair;
+  const UCHAR   *pCbDimShift          =   pHcr->tableInfo.pCbDimShift;
+
+  UINT searchStart = 0;
+
+  /* calculate *pNumSortedSection and store the priorities in array pSortedCdebook */
+  pDest = pSortedCodebook;
+  numZeroSection = 0;
+  for ( i=numSection; i != 0; i-- ) {
+    if ( pCbPriority[*pCodebook] == 0 ) {
+      numZeroSection += 1;
+    }
+    *pDest++ = pCbPriority[*pCodebook++];
+  }
+  pHcr->sectionInfo.numSortedSection = numSection - numZeroSection;    /* numSortedSection contains no zero or intensity section */
+  pCodebook = pHcr->decInOut.pCodebook;
+
+  /* sort priorities of the codebooks in array pSortedCdebook[] */
+  numSectionDec = numSection - 1;
+  if ( numSectionDec > 0 ) {
+    counter = numSectionDec;
+    for ( j=numSectionDec; j != 0; j-- ) {
+      for ( i=0; i < counter; i++ ) {
+        /* swap priorities */
+        if ( pSortedCodebook[i+1] > pSortedCodebook[i] ) {
+          temp                 = pSortedCodebook[i];
+          pSortedCodebook[i]   = pSortedCodebook[i+1];
+          pSortedCodebook[i+1] = temp;
+        }
+      }
+      counter -= 1;
+    }
+  }
+
+  /* clear codebookSwitch array */
+  for ( i = numSection; i != 0; i--) {
+    *pCodebookSwitch++ = 0;
+  }
+  pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch;
+
+  /* sort sectionCodebooks and numCodwordsInSection and calculate pReorderOffst[j] */
+  for ( j = 0; j < numSection; j++ ) {
+    for ( i = searchStart; i < numSection; i++ ) {
+      if ( pCodebookSwitch[i] == 0 && ( pMinOfCbPair[pSortedCodebook[j]] == pCodebook[i]  ||  pMaxOfCbPair[pSortedCodebook[j]] == pCodebook[i] )) {
+        pCodebookSwitch[i] = 1;
+        pSortedCodebook[j] = pCodebook[i];                              /* sort codebook */
+        pNumSortedCodewordInSection[j] = pNumCodewordInSection[i];      /* sort NumCodewordInSection */
+
+        startOffset = 0;
+        for ( k = 0; k < i; k++ ) {                                     /* make entry in pReorderOffst */
+          startOffset += pNumCodewordInSection[k] << pCbDimShift[pCodebook[k]];
+        }
+        pReorderOffset[j] = startOffset;                                /* offset for reordering the codewords */
+
+        if(i == searchStart) {
+          UINT k = i;
+          while(pCodebookSwitch[k++] == 1) searchStart++;
+        }
+        break;
+      }
+    }
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function calculates the segmentation, which includes numSegment,
+                    leftStartOfSegment, rightStartOfSegment and remainingBitsInSegment.
+                    The segmentation could be visualized a as kind of 'overlay-grid' for the
+                    bitstream-block holding the HCR-encoded quantized-spectral-coefficients.
+-------------------------------------------------------------------------------------------- */
+
+static void HcrPrepareSegmentationGrid(H_HCR_INFO pHcr)
+{
+  USHORT   i,j;
+  USHORT   numSegment = 0;
+  USHORT   segmentStart = 0;
+  UCHAR    segmentWidth;
+  UCHAR    lastSegmentWidth;
+  UCHAR    sortedCodebook;
+  UCHAR    endFlag = 0;
+  USHORT   intermediateResult;
+
+  SCHAR    lengthOfLongestCodeword       =   pHcr->decInOut.lengthOfLongestCodeword;
+  SHORT    lengthOfReorderedSpectralData =   pHcr->decInOut.lengthOfReorderedSpectralData;
+  UINT     numSortedSection              =   pHcr->sectionInfo.numSortedSection;
+  UCHAR   *pSortedCodebook               =   pHcr->sectionInfo.pSortedCodebook;
+  USHORT  *pNumSortedCodewordInSection   =   pHcr->sectionInfo.pNumSortedCodewordInSection;
+  USHORT  *pLeftStartOfSegment           =   pHcr->segmentInfo.pLeftStartOfSegment;
+  USHORT  *pRightStartOfSegment          =   pHcr->segmentInfo.pRightStartOfSegment;
+  SCHAR   *pRemainingBitsInSegment       =   pHcr->segmentInfo.pRemainingBitsInSegment;
+  USHORT   bitstreamIndex                =   pHcr->decInOut.bitstreamIndex;
+  const UCHAR *pMaxCwLength              =   pHcr->tableInfo.pMaxCwLength;
+
+  for ( i=numSortedSection; i != 0; i-- ) {
+    sortedCodebook = *pSortedCodebook++;
+    segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword);
+
+    for ( j = *pNumSortedCodewordInSection; j != 0 ; j-- ) {
+      /* width allows a new segment */
+      intermediateResult = bitstreamIndex + segmentStart;
+      if ( (segmentStart + segmentWidth) <= lengthOfReorderedSpectralData ) {
+        /* store segment start, segment length and increment the number of segments */
+        *pLeftStartOfSegment++ = intermediateResult;
+        *pRightStartOfSegment++ = intermediateResult + segmentWidth - 1;
+        *pRemainingBitsInSegment++ = segmentWidth;
+        segmentStart += segmentWidth;
+        numSegment += 1;
+      }
+      /* width does not allow a new segment */
+      else {
+        /* correct the last segment length */
+        pLeftStartOfSegment--;
+        pRightStartOfSegment--;
+        pRemainingBitsInSegment--;
+        segmentStart = *pLeftStartOfSegment - bitstreamIndex;
+
+        lastSegmentWidth = lengthOfReorderedSpectralData - segmentStart;
+        *pRemainingBitsInSegment = lastSegmentWidth;
+        *pRightStartOfSegment = bitstreamIndex + segmentStart + lastSegmentWidth - 1;
+        endFlag = 1;
+        break;
+      }
+    }
+    pNumSortedCodewordInSection++;
+    if (endFlag != 0) {
+      break;
+    }
+  }
+  pHcr->segmentInfo.numSegment = numSegment;
+
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function adapts the sorted section boundaries to the boundaries of
+                    segmentation. If the section lengths does not fit completely into the
+                    current segment, the section is spitted into two so called 'extended
+                    sections'. The extended-section-info (pNumExtendedSortedCodewordInSectin
+                    and pExtendedSortedCodebook) is updated in this case.
+
+-------------------------------------------------------------------------------------------- */
+
+static void HcrExtendedSectionInfo(H_HCR_INFO pHcr)
+{
+  UINT    srtSecCnt = 0;         /* counter for sorted sections */
+  UINT    xSrtScCnt = 0;         /* counter for extended sorted sections */
+  UINT    remainNumCwInSortSec;
+  UINT    inSegmentRemainNumCW;
+
+  UINT    numSortedSection            = pHcr->sectionInfo.numSortedSection;
+  UCHAR  *pSortedCodebook             = pHcr->sectionInfo.pSortedCodebook;
+  USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection;
+  UCHAR  *pExtendedSortedCoBo         = pHcr->sectionInfo.pExtendedSortedCodebook;
+  USHORT *pNumExtSortCwInSect         = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection;
+  UINT    numSegment                  = pHcr->segmentInfo.numSegment;
+#if DETECT_TOO_LONG_CW_READS
+  UCHAR  *pMaxLenOfCbInExtSrtSec      = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec;
+  SCHAR   lengthOfLongestCodeword     = pHcr->decInOut.lengthOfLongestCodeword;
+  const UCHAR   *pMaxCwLength         = pHcr->tableInfo.pMaxCwLength;
+#endif
+
+  remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt];
+  inSegmentRemainNumCW = numSegment;
+
+  while (srtSecCnt < numSortedSection) {
+    if (inSegmentRemainNumCW < remainNumCwInSortSec) {
+
+      pNumExtSortCwInSect[xSrtScCnt] = inSegmentRemainNumCW;
+      pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt];
+
+      remainNumCwInSortSec -= inSegmentRemainNumCW;
+      inSegmentRemainNumCW = numSegment;
+      /* data of a sorted section was not integrated in extended sorted section */
+    }
+    else if (inSegmentRemainNumCW == remainNumCwInSortSec) {
+      pNumExtSortCwInSect[xSrtScCnt] = inSegmentRemainNumCW;
+      pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt];
+
+      srtSecCnt++;
+      remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt];
+      inSegmentRemainNumCW = numSegment;
+      /* data of a sorted section was integrated in extended sorted section */
+    }
+    else { /* inSegmentRemainNumCW > remainNumCwInSortSec */
+      pNumExtSortCwInSect[xSrtScCnt] = remainNumCwInSortSec;
+      pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt];
+
+
+      inSegmentRemainNumCW -= remainNumCwInSortSec;
+      srtSecCnt++;
+      remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt];
+      /* data of a sorted section was integrated in extended sorted section */
+    }
+#if DETECT_TOO_LONG_CW_READS
+    pMaxLenOfCbInExtSrtSec[xSrtScCnt] = FDKmin(pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]],lengthOfLongestCodeword);
+#endif
+
+
+
+    xSrtScCnt += 1;
+
+    if ( xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS) ) {
+      pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW;
+      return;
+    }
+
+  }
+  pNumExtSortCwInSect[xSrtScCnt] = 0;
+
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function calculates the number of extended sorted sections which
+                    belong to the sets. Each set from set 0 (one and only set for the PCWs)
+                    till to the last set gets a entry in the array to which
+                    'pNumExtendedSortedSectinsInSets' points to.
+
+                    Calculation: The entrys in pNumExtendedSortedCodewordInSectin are added
+                    untill the value numSegment is reached. Then the sum_variable is cleared
+                    and the calculation starts from the beginning. As much extended sorted
+                    Sections are summed up to reach the value numSegment, as much is the
+                    current entry in *pNumExtendedSortedCodewordInSectin.
+-------------------------------------------------------------------------------------------- */
+static void DeriveNumberOfExtendedSortedSectionsInSets(UINT    numSegment,
+                                                       USHORT *pNumExtendedSortedCodewordInSection,
+                                                       int     numExtendedSortedCodewordInSectionIdx,
+                                                       USHORT *pNumExtendedSortedSectionsInSets,
+                                                       int     numExtendedSortedSectionsInSetsIdx)
+{
+  USHORT  counter = 0;
+  UINT    cwSum   = 0;
+  USHORT *pNumExSortCwInSec   = pNumExtendedSortedCodewordInSection;
+  USHORT *pNumExSortSecInSets = pNumExtendedSortedSectionsInSets;
+
+  while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0)
+  {
+    cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx];
+    numExtendedSortedCodewordInSectionIdx++;
+    if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
+      return;
+    }
+    if (cwSum > numSegment) {
+      return;
+    }
+    counter++;
+    if (counter > 1024/4) {
+      return;
+    }
+    if ( cwSum == numSegment ) {
+      pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter;
+      numExtendedSortedSectionsInSetsIdx++;
+      if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) {
+        return;
+      }
+      counter = 0;
+      cwSum = 0;
+    }
+  }
+  pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter;   /* save last entry for the last - probably shorter - set */
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function decodes all priority codewords (PCWs) in a spectrum (within
+                    set 0). The calculation of the PCWs is managed in two loops. The
+                    loopcounter of the outer loop is set to the first value pointer
+                    pNumExtendedSortedSectionsInSets points to. This value represents the
+                    number of extended sorted sections within set 0.
+                    The loopcounter of the inner loop is set to the first value pointer
+                    pNumExtendedSortedCodewordInSectin points to. The value represents the
+                    number of extended sorted codewords in sections (the original sections have
+                    been splitted to go along with the borders of the sets).
+                    Each time the number of the extended sorted codewords in sections are de-
+                    coded, the pointer 'pNumExtendedSortedCodewordInSectin' is incremented by
+                    one.
+-------------------------------------------------------------------------------------------- */
+static void DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr)
+{
+  UINT         i;
+  USHORT       extSortSec;
+  USHORT       curExtSortCwInSec;
+  UCHAR        codebook;
+  UCHAR        dimension;
+  const UINT  *pCurrentTree;
+  const SCHAR *pQuantValBase;
+  const SCHAR *pQuantVal;
+
+  USHORT      *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection;
+  int          numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
+  UCHAR       *pExtendedSortedCodebook             = pHcr->sectionInfo.pExtendedSortedCodebook;
+  int          extendedSortedCodebookIdx           = pHcr->sectionInfo.extendedSortedCodebookIdx;
+  USHORT      *pNumExtendedSortedSectionsInSets    = pHcr->sectionInfo.pNumExtendedSortedSectionsInSets;
+  int          numExtendedSortedSectionsInSetsIdx  = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
+  FIXP_DBL    *pQuantizedSpectralCoefficients      = SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase);
+  int          quantizedSpectralCoefficientsIdx    = pHcr->decInOut.quantizedSpectralCoefficientsIdx;
+  USHORT      *pLeftStartOfSegment                 = pHcr->segmentInfo.pLeftStartOfSegment;
+  SCHAR       *pRemainingBitsInSegment             = pHcr->segmentInfo.pRemainingBitsInSegment;
+#if DETECT_TOO_LONG_CW_READS
+  UCHAR       *pMaxLenOfCbInExtSrtSec              = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec;
+  int          maxLenOfCbInExtSrtSecIdx            = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx;
+  UCHAR        maxAllowedCwLen;
+  int          numDecodedBits;
+#endif
+  const UCHAR *pCbDimension =  pHcr->tableInfo.pCbDimension;
+  const UCHAR *pCbSign      =  pHcr->tableInfo.pCbSign;
+
+  /* clear result array */
+  //pQSC = &pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx];
+  //pQSC = *pQuantizedSpectralCoefficients;
+
+  FDKmemclear(pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx,1024*sizeof(FIXP_DBL));
+
+  /* decode all PCWs in the extended sorted section(s) belonging to set 0 */
+  for ( extSortSec = pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; extSortSec != 0; extSortSec-- ) {
+
+    codebook        =  pExtendedSortedCodebook[extendedSortedCodebookIdx];   /* get codebook for this extended sorted section and increment ptr to cb of next ext. sort sec */
+    extendedSortedCodebookIdx++;
+    if (extendedSortedCodebookIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
+      return;
+    }
+    dimension       =  pCbDimension[codebook];         /* get dimension of codebook of this extended sort. sec. */
+    pCurrentTree    =  aHuffTable  [codebook];         /* convert codebook to pointer to QSCs */
+    pQuantValBase   =  aQuantTable [codebook];         /* convert codebook to index to table of QSCs */
+#if DETECT_TOO_LONG_CW_READS
+    maxAllowedCwLen = pMaxLenOfCbInExtSrtSec[maxLenOfCbInExtSrtSecIdx];
+    maxLenOfCbInExtSrtSecIdx++;
+    if (maxLenOfCbInExtSrtSecIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
+      return;
+    }
+#endif
+
+    /* switch for decoding with different codebooks: */
+    if ( pCbSign[codebook] == 0 ) {                    /* no sign bits follow after the codeword-body */
+      /* PCW_BodyONLY */
+      /*==============*/
+
+      for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--) {
+        numDecodedBits = 0;
+
+        /* decode PCW_BODY */
+        pQuantVal = DecodePCW_Body(bs,
+                                   pCurrentTree,
+                                   pQuantValBase,
+                                   pLeftStartOfSegment,
+                                   pRemainingBitsInSegment,
+                                  &numDecodedBits
+                                  );
+
+        /* result is written out here because NO sign bits follow the body */
+        for( i=dimension; i != 0 ; i-- ) {
+          pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) *pQuantVal++;                               /* write quant. spec. coef. into spectrum; sign is already valid */
+          quantizedSpectralCoefficientsIdx++;
+          if (quantizedSpectralCoefficientsIdx >= 1024) {
+            return;
+          }
+        }
+
+        /* one more PCW should be decoded */
+
+#if DETECT_TOO_LONG_CW_READS
+        if ( maxAllowedCwLen < (numDecodedBits + ERROR_PCW_BODY_ONLY_TOO_LONG) ) {
+          pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_BITS_DECODED;
+        }
+#endif
+
+#if CHECK_SEGMENTATION_IMMEDIATELY
+        if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY,pHcr,PCW_BODY,pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimension,dimension)) {
+          return;
+        }
+#endif
+        pLeftStartOfSegment++;                                             /* update pointer for decoding the next PCW */
+        pRemainingBitsInSegment++;                                         /* update pointer for decoding the next PCW */
+      }
+    }
+    else if (( pCbSign[codebook] == 1 ) && ( codebook < 11 )) {  /* possibly there follow 1,2,3 or 4 sign bits after the codeword-body */
+      /* PCW_Body and PCW_Sign */
+      /*=======================*/
+
+      for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--)
+      {
+        int err;
+        numDecodedBits  = 0;
+
+        pQuantVal = DecodePCW_Body(bs,
+                                   pCurrentTree,
+                                   pQuantValBase,
+                                   pLeftStartOfSegment,
+                                   pRemainingBitsInSegment,
+                                  &numDecodedBits
+                                  );
+
+        err = DecodePCW_Sign( bs,
+                              dimension,
+                              pQuantVal,
+                              pQuantizedSpectralCoefficients,
+                             &quantizedSpectralCoefficientsIdx,
+                              pLeftStartOfSegment,
+                              pRemainingBitsInSegment,
+                             &numDecodedBits
+                             );
+        if (err != 0) {
+          return;
+        }
+        /* one more PCW should be decoded */
+
+#if DETECT_TOO_LONG_CW_READS
+        if ( maxAllowedCwLen < (numDecodedBits + ERROR_PCW_BODY_SIGN_TOO_LONG) ) {
+          pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_BITS_DECODED;
+        }
+#endif
+
+#if CHECK_SEGMENTATION_IMMEDIATELY
+        if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY_SIGN,pHcr,PCW_BODY_SIGN, pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimension,dimension)) {
+          return;
+        }
+#endif
+        pLeftStartOfSegment++;
+        pRemainingBitsInSegment++;
+      }
+    }
+    else if (( pCbSign[codebook] == 1 ) && ( codebook >= 11 )) { /* possibly there follow some sign bits and maybe one or two escape sequences after the cw-body */
+      /* PCW_Body, PCW_Sign and maybe PCW_Escape */
+      /*=========================================*/
+
+      for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--)
+      {
+        int err;
+        numDecodedBits  = 0;
+
+        /* decode PCW_BODY */
+        pQuantVal = DecodePCW_Body(bs,
+                                   pCurrentTree,
+                                   pQuantValBase,
+                                   pLeftStartOfSegment,
+                                   pRemainingBitsInSegment,
+                                  &numDecodedBits
+                                  );
+
+        err = DecodePCW_Sign( bs,
+                              dimension,
+                              pQuantVal,
+                              pQuantizedSpectralCoefficients,
+                             &quantizedSpectralCoefficientsIdx,
+                              pLeftStartOfSegment,
+                              pRemainingBitsInSegment,
+                             &numDecodedBits
+                             );
+        if (err != 0) {
+          return;
+        }
+
+        /* decode PCW_ESCAPE if present */
+        quantizedSpectralCoefficientsIdx -= DIMENSION_OF_ESCAPE_CODEBOOK;
+
+        if ( fixp_abs(pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx]) == (FIXP_DBL)ESCAPE_VALUE ) {
+          pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) DecodeEscapeSequence( bs,
+                                                   pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx],
+                                                   pLeftStartOfSegment,
+                                                   pRemainingBitsInSegment,
+                                                  &numDecodedBits
+                                                 );
+        }
+        quantizedSpectralCoefficientsIdx++;
+        if (quantizedSpectralCoefficientsIdx >= 1024) {
+          return;
+        }
+
+        if ( fixp_abs(pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx]) == (FIXP_DBL)ESCAPE_VALUE ) {
+          pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) DecodeEscapeSequence( bs,
+                                                   pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx],
+                                                   pLeftStartOfSegment,
+                                                   pRemainingBitsInSegment,
+                                                  &numDecodedBits
+                                                 );
+        }
+        quantizedSpectralCoefficientsIdx++;
+        if (quantizedSpectralCoefficientsIdx >= 1024) {
+          return;
+        }
+
+        /* one more PCW should be decoded */
+
+#if DETECT_TOO_LONG_CW_READS
+        if ( maxAllowedCwLen < (numDecodedBits + ERROR_PCW_BODY_SIGN_ESC_TOO_LONG) ) {
+          pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED;
+        }
+#endif
+
+#if CHECK_SEGMENTATION_IMMEDIATELY
+        if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY_SIGN_ESC,pHcr,PCW_BODY_SIGN_ESC,pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-DIMENSION_OF_ESCAPE_CODEBOOK,DIMENSION_OF_ESCAPE_CODEBOOK)) {
+          return;
+        }
+#endif
+        pLeftStartOfSegment++;
+        pRemainingBitsInSegment++;
+      }
+    }
+
+    /* all PCWs belonging to this extended section should be decoded */
+    numExtendedSortedCodewordInSectionIdx++;
+    if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR+MAX_HCR_SETS) {
+      return;
+    }
+  }
+  /* all PCWs should be decoded */
+
+  numExtendedSortedSectionsInSetsIdx++;
+  if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) {
+    return;
+  }
+
+  /* Write back indexes into structure */
+  pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
+  pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx;
+  pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx;
+  pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx;
+  pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = maxLenOfCbInExtSrtSecIdx;
+}
+
+#if CHECK_SEGMENTATION_IMMEDIATELY
+/*---------------------------------------------------------------------------------------------
+     description:   This function checks immediately after every decoded PCW, whether out of
+                    the current segment too many bits have been read or not. If an error occurrs,
+                    probably the sideinfo or the HCR-bitstream block holding the huffman
+                    encoded quantized spectral coefficients is distorted. In this case the two
+                    or four quantized spectral coefficients belonging to the current codeword
+                    are marked (for being detected by concealment later).
+-------------------------------------------------------------------------------------------- */
+static UCHAR errDetectPcwSegmentation(SCHAR       remainingBitsInSegment,
+                                      H_HCR_INFO  pHcr,
+                                      PCW_TYPE    kind,
+                                      FIXP_DBL   *qsc_base_of_cw,
+                                      UCHAR       dimension)
+{
+  SCHAR i;
+  if ( remainingBitsInSegment < 0 ) {
+    /* log the error */
+    switch (kind) {
+    case PCW_BODY:
+        pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY;
+        break;
+    case PCW_BODY_SIGN:
+        pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN;
+        break;
+    case PCW_BODY_SIGN_ESC:
+        pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN_ESC;
+        break;
+    }
+    /* mark the erred lines */
+    for ( i = dimension; i != 0; i-- ) {
+      *qsc_base_of_cw++ = (FIXP_DBL) Q_VALUE_INVALID;
+    }
+    return 1;
+  }
+  return 0;
+}
+#endif
+
+#if CHECK_SEGMENTATION_FINAL
+/*---------------------------------------------------------------------------------------------
+     description:   This function checks if all segments are empty after decoding. There
+                    are _no lines markded_ as invalid because it could not be traced back
+                    where from the remaining bits are.
+-------------------------------------------------------------------------------------------- */
+static void errDetectWithinSegmentationFinal(H_HCR_INFO pHcr)
+{
+  UCHAR   segmentationErrorFlag   = 0;
+  USHORT  i;
+  SCHAR  *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  UINT    numSegment              = pHcr->segmentInfo.numSegment;
+
+  for ( i=numSegment; i != 0 ; i--) {
+    if (*pRemainingBitsInSegment++ != 0) {
+      segmentationErrorFlag = 1;
+    }
+  }
+  if (segmentationErrorFlag == 1) {
+    pHcr->decInOut.errorLog |= BIT_IN_SEGMENTATION_ERROR;
+  }
+}
+#endif
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function walks one step within the decoding tree. Which branch is
+                    taken depends on the decoded carryBit input parameter.
+-------------------------------------------------------------------------------------------- */
+void  CarryBitToBranchValue(UCHAR  carryBit,
+                            UINT   treeNode,
+                            UINT  *branchValue,
+                            UINT  *branchNode)
+{
+  if (carryBit == 0) {
+    *branchNode = (treeNode & MASK_LEFT) >> LEFT_OFFSET; /* MASK_LEFT:  00FFF000 */
+  }
+  else {
+    *branchNode = treeNode & MASK_RIGHT;                 /* MASK_RIGHT: 00000FFF */
+  }
+
+  *branchValue = *branchNode & CLR_BIT_10;               /* clear bit 10 (if set) */
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Decodes the body of a priority codeword (PCW)
+-----------------------------------------------------------------------------------------------
+        return:   - return value is pointer to first of two or four quantized spectral
+                    coefficients
+-------------------------------------------------------------------------------------------- */
+static const SCHAR *DecodePCW_Body(HANDLE_FDK_BITSTREAM  bs,
+                                   const UINT           *pCurrentTree,
+                                   const SCHAR          *pQuantValBase,
+                                         USHORT         *pLeftStartOfSegment,
+                                         SCHAR          *pRemainingBitsInSegment,
+                                         int            *pNumDecodedBits
+                                  )
+{
+  UCHAR carryBit;
+  UINT  branchNode;
+  UINT  treeNode;
+  UINT  branchValue;
+  const  SCHAR *pQuantVal;
+
+  /* decode PCW_BODY */
+  treeNode = *pCurrentTree;                                                 /* get first node of current tree belonging to current codebook */
+
+  /* decode whole PCW-codeword-body */
+  while (1) {
+
+    carryBit = HcrGetABitFromBitstream(bs,
+                                       pLeftStartOfSegment,
+                                       pLeftStartOfSegment,                 /* dummy */
+                                       FROM_LEFT_TO_RIGHT);
+    *pRemainingBitsInSegment -= 1;
+    *pNumDecodedBits += 1;
+
+    CarryBitToBranchValue(carryBit,
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {                        /* test bit 10 ; if set --> codeword-body is complete */
+      break;                                                                /* end of branch in tree reached  i.e. a whole PCW-Body is decoded */
+    }
+    else {
+      treeNode = *(pCurrentTree + branchValue);                             /* update treeNode for further step in decoding tree */
+    }
+
+  }
+
+  pQuantVal = pQuantValBase + branchValue;                                  /* update pointer to valid first of 2 or 4 quantized values */
+
+  return pQuantVal;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function decodes one escape sequence. In case of a escape codebook
+                    and in case of the absolute value of the quantized spectral value == 16,
+                    a escapeSequence is decoded in two steps:
+                      1. escape prefix
+                      2. escape word
+-------------------------------------------------------------------------------------------- */
+
+static INT  DecodeEscapeSequence(HANDLE_FDK_BITSTREAM  bs,
+                                 INT                   quantSpecCoef,
+                                 USHORT               *pLeftStartOfSegment,
+                                 SCHAR                *pRemainingBitsInSegment,
+                                 int                  *pNumDecodedBits
+                                )
+{
+  UINT  i;
+  INT   sign;
+  UINT  escapeOnesCounter = 0;
+  UINT  carryBit;
+  INT   escape_word = 0;
+
+  /* decode escape prefix */
+  while (1) {
+    carryBit = HcrGetABitFromBitstream(bs,
+                                       pLeftStartOfSegment,
+                                       pLeftStartOfSegment,                /* dummy */
+                                       FROM_LEFT_TO_RIGHT);
+    *pRemainingBitsInSegment -= 1;
+    *pNumDecodedBits += 1;
+
+    if (carryBit != 0) {
+      escapeOnesCounter += 1;
+    }
+    else {
+      escapeOnesCounter += 4;
+      break;
+    }
+  }
+
+  /* decode escape word */
+  for( i=escapeOnesCounter; i != 0 ; i-- ) {
+    carryBit = HcrGetABitFromBitstream(bs,
+                                       pLeftStartOfSegment,
+                                       pLeftStartOfSegment,                /* dummy */
+                                       FROM_LEFT_TO_RIGHT);
+    *pRemainingBitsInSegment -= 1;
+    *pNumDecodedBits += 1;
+
+    escape_word <<= 1;
+    escape_word = escape_word | carryBit;
+  }
+
+  sign = (quantSpecCoef >= 0) ? 1 : -1;
+
+  quantSpecCoef = sign * (((INT ) 1 << escapeOnesCounter) + escape_word);
+
+  return quantSpecCoef;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Decodes the Signbits of a priority codeword (PCW) and writes out the
+                    resulting quantized spectral values into unsorted sections
+-----------------------------------------------------------------------------------------------
+        output:   - two or four lines at position in corresponding section (which are not
+                    located at the desired position, i.e. they must be reordered in the last
+                    of eight function of HCR)
+-----------------------------------------------------------------------------------------------
+        return:   - updated pQuantSpecCoef pointer (to next empty storage for a line)
+-------------------------------------------------------------------------------------------- */
+static int DecodePCW_Sign(HANDLE_FDK_BITSTREAM  bs,
+                          UINT                  codebookDim,
+                          const SCHAR          *pQuantVal,
+                          FIXP_DBL             *pQuantSpecCoef,
+                          int                  *quantSpecCoefIdx,
+                          USHORT               *pLeftStartOfSegment,
+                          SCHAR                *pRemainingBitsInSegment,
+                          int                  *pNumDecodedBits
+                         )
+{
+  UINT     i;
+  UINT     carryBit;
+  INT      quantSpecCoef;
+
+  for( i=codebookDim; i != 0 ; i-- ) {
+    quantSpecCoef = *pQuantVal++;
+    if (quantSpecCoef != 0) {
+      carryBit = HcrGetABitFromBitstream(bs,
+                                         pLeftStartOfSegment,
+                                         pLeftStartOfSegment,    /* dummy */
+                                         FROM_LEFT_TO_RIGHT);
+      *pRemainingBitsInSegment -= 1;
+      *pNumDecodedBits += 1;
+      if (*pRemainingBitsInSegment < 0 || *pNumDecodedBits >= (1024>>1)) {
+        return -1;
+      }
+
+      /* adapt sign of values according to the decoded sign bit */
+      if (carryBit != 0) {
+        pQuantSpecCoef[*quantSpecCoefIdx] = -(FIXP_DBL)quantSpecCoef;
+      }
+      else {
+        pQuantSpecCoef[*quantSpecCoefIdx] =  (FIXP_DBL)quantSpecCoef;
+      }
+    }
+    else {
+      pQuantSpecCoef[*quantSpecCoefIdx] = FL2FXCONST_DBL(0.0f);
+    }
+    *quantSpecCoefIdx += 1 ;
+    if (*quantSpecCoefIdx >= 1024) {
+      return -1;
+    }
+  }
+  return 0;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Mutes spectral lines which have been marked as erroneous (Q_VALUE_INVALID)
+-------------------------------------------------------------------------------------------- */
+void HcrMuteErroneousLines(H_HCR_INFO hHcr)
+{
+  int c;
+  FIXP_DBL *RESTRICT pLong = SPEC_LONG(hHcr->decInOut.pQuantizedSpectralCoefficientsBase);
+
+  /* if there is a line with value Q_VALUE_INVALID mute it */
+  for (c = 0; c < 1024; c++) {
+    if (pLong[c] == (FIXP_DBL)Q_VALUE_INVALID) {
+#if HCR_LISTEN_TO_MUTED_LINES
+      pLong[c] = (FIXP_DBL)HCR_DIRAC;   /* marking */
+#else
+      pLong[c] = FL2FXCONST_DBL(0.0f);  /* muting */
+#endif
+    }
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Sets global HCR type
+-------------------------------------------------------------------------------------------- */
+void setHcrType(H_HCR_INFO hHcr, MP4_ELEMENT_ID type)
+{
+  switch (type) {
+    case ID_SCE:
+      hHcr->globalHcrType = 0;
+      break;
+    case ID_CPE:
+      hHcr->globalHcrType = 1;
+      break;
+    default:
+      break;
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   Gets HCR type from the HCR data structure
+-----------------------------------------------------------------------------------------------
+        return:   - global HCR type
+-------------------------------------------------------------------------------------------- */
+INT getHcrType(H_HCR_INFO hHcr)
+{
+  return hHcr->globalHcrType;
+}
+
+
+
+
diff --git a/libAACdec/src/aacdec_hcr.h b/libAACdec/src/aacdec_hcr.h
new file mode 100644 (file)
index 0000000..6fc527b
--- /dev/null
@@ -0,0 +1,126 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Interface function declaration; common defines
+                and structures; defines for switching error-generator,
+                -detector, and -concealment
+
+*******************************************************************************/
+
+#ifndef _AACDEC_HCR_H_
+#define _AACDEC_HCR_H_
+
+
+
+#include "channelinfo.h"
+#include "FDK_bitstream.h"
+
+void  HcrInitRom (H_HCR_INFO hHcr);
+UINT HcrInit(H_HCR_INFO              pHcr,
+             CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+             const SamplingRateInfo *pSamplingRateInfo,
+             HANDLE_FDK_BITSTREAM    bs);
+UINT  HcrDecoder (H_HCR_INFO hHcr,
+                  CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                  const SamplingRateInfo *pSamplingRateInfo,
+                  HANDLE_FDK_BITSTREAM bs);
+void  CarryBitToBranchValue(
+        UCHAR  carryBit,
+        UINT   treeNode,
+        UINT  *branchValue,
+        UINT  *branchNode
+        );
+
+void  CHcr_Read  (HANDLE_FDK_BITSTREAM bs,
+                  CAacDecoderChannelInfo *pAacDecoderChannelInfo);
+void  HcrMuteErroneousLines(H_HCR_INFO hHcr);
+
+void  setHcrType(H_HCR_INFO hHcr, MP4_ELEMENT_ID type);
+INT   getHcrType(H_HCR_INFO hHcr);
+
+
+
+#endif /* _AACDEC_HCR_H_ */
diff --git a/libAACdec/src/aacdec_hcr_bit.cpp b/libAACdec/src/aacdec_hcr_bit.cpp
new file mode 100644 (file)
index 0000000..df2685b
--- /dev/null
@@ -0,0 +1,165 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Bitstream reading
+
+*******************************************************************************/
+
+#include "aacdec_hcr_bit.h"
+
+
+/*---------------------------------------------------------------------------------------------
+        description:  This function toggles the read direction.
+-----------------------------------------------------------------------------------------------
+        input:        current read direction
+-----------------------------------------------------------------------------------------------
+        return:       new read direction
+-------------------------------------------------------------------------------------------- */
+UCHAR ToggleReadDirection(UCHAR readDirection)
+{
+  if ( readDirection == FROM_LEFT_TO_RIGHT ) {
+    return FROM_RIGHT_TO_LEFT;
+  }
+  else {
+    return FROM_LEFT_TO_RIGHT;
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function returns a bit from the bitstream according to read direction.
+                    It is called very often, therefore it makes sense to inline it (runtime).
+-----------------------------------------------------------------------------------------------
+        input:    - handle to FDK bitstream
+                  - reference value marking start of bitfield
+                  - pLeftStartOfSegment
+                  - pRightStartOfSegment
+                  - readDirection
+-----------------------------------------------------------------------------------------------
+        return:   - bit from bitstream
+-------------------------------------------------------------------------------------------- */
+UINT HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM  bs,
+                             USHORT               *pLeftStartOfSegment,
+                             USHORT               *pRightStartOfSegment,
+                             UCHAR                 readDirection)
+{
+  UINT   bit;
+  INT    readBitOffset;
+
+  if (readDirection == FROM_LEFT_TO_RIGHT) {
+    readBitOffset = *pLeftStartOfSegment-FDKgetBitCnt(bs);
+    if( readBitOffset ) {
+      FDKpushBiDirectional(bs, readBitOffset);
+    }
+
+    bit = FDKreadBits(bs, 1);
+
+    *pLeftStartOfSegment += 1;
+  }
+  else {
+    readBitOffset = *pRightStartOfSegment-FDKgetBitCnt(bs);
+    if( readBitOffset ) {
+      FDKpushBiDirectional(bs, readBitOffset);
+    }
+
+    /* to be replaced with a brother function of FDKreadBits() */
+    bit = FDKreadBits(bs, 1);
+    FDKpushBack(bs, 2);
+
+    *pRightStartOfSegment -= 1;
+  }
+
+
+#if ERROR_GENERATOR_BIT_STREAM_HCR
+  static int a;
+  if ((++a % MODULO_DIVISOR_HCR) == 0) {
+    bit = (bit == 0) ? 1 : 0;
+  }
+#endif
+
+  return (bit);
+}
+
diff --git a/libAACdec/src/aacdec_hcr_bit.h b/libAACdec/src/aacdec_hcr_bit.h
new file mode 100644 (file)
index 0000000..8994ff1
--- /dev/null
@@ -0,0 +1,106 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Bitstream reading prototypes
+
+*******************************************************************************/
+
+#ifndef _AACDEC_HCR_BIT_H_
+#define _AACDEC_HCR_BIT_H_
+
+
+
+#include "aacdec_hcr.h"
+
+UCHAR ToggleReadDirection(UCHAR readDirection);
+
+UINT  HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM  bs,
+                              USHORT               *pLeftStartOfSegment,
+                              USHORT               *pRightStartOfSegment,
+                              UCHAR                 readDirection);
+
+
+#endif /* _AACDEC_HCR_BIT_H_ */
diff --git a/libAACdec/src/aacdec_hcr_types.h b/libAACdec/src/aacdec_hcr_types.h
new file mode 100644 (file)
index 0000000..323ec4e
--- /dev/null
@@ -0,0 +1,366 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Common defines and structures; defines for
+                switching error-generator, -detector, and -concealment;
+
+*******************************************************************************/
+
+#ifndef _AACDEC_HCR_TYPES_H_
+#define _AACDEC_HCR_TYPES_H_
+
+
+
+#include "FDK_bitstream.h"
+#include "overlapadd.h"
+
+/* ------------------------------------------------ */
+/* ------------------------------------------------ */
+
+#define  LINES_PER_UNIT                4
+
+/* ------------------------------------------------ */
+/* ------------------------------------------------ */
+/* ----------- basic HCR configuration ------------ */
+
+
+ #define  MAX_SFB_HCR                 (((1024/8) / LINES_PER_UNIT) * 8)  /* (8 * 16) is not enough because sfbs are split in units for blocktype short */
+ #define  NUMBER_OF_UNIT_GROUPS       (LINES_PER_UNIT * 8)
+ #define  LINES_PER_UNIT_GROUP        (1024 / NUMBER_OF_UNIT_GROUPS)     /* 15 16 30 32 */
+
+
+/* ------------------------------------------------ */
+/* ------------------------------------------------ */
+/* ------------------------------------------------ */
+
+#define  FROM_LEFT_TO_RIGHT            0
+#define  FROM_RIGHT_TO_LEFT            1
+
+#define  MAX_CB_PAIRS                  23
+#define  MAX_HCR_SETS                  14
+
+#define  ESCAPE_VALUE                  16
+#define  POSITION_OF_FLAG_A            21
+#define  POSITION_OF_FLAG_B            20
+
+#define  MAX_CB                        32     /* last used CB is cb #31 when VCB11 is used */
+
+#define  MAX_CB_CHECK                  32     /* support for VCB11 available -- is more general, could therefore used in both cases */
+
+#define  NUMBER_OF_BIT_IN_WORD         32
+
+/* log */
+#define  THIRTYTWO_LOG_DIV_TWO_LOG     5
+#define  EIGHT_LOG_DIV_TWO_LOG         3
+#define  FOUR_LOG_DIV_TWO_LOG          2
+
+/* borders */
+#define  CPE_TOP_LENGTH                12288
+#define  SCE_TOP_LENGTH                6144
+#define  LEN_OF_LONGEST_CW_TOP_LENGTH  49
+
+/* qsc's of high level */
+#define  Q_VALUE_INVALID               8192   /* mark a invalid line with this value (to be concealed later on) */
+#define  HCR_DIRAC                     500    /* a line of high level */
+
+/* masks */
+#define  MASK_LEFT                     0xFFF000
+#define  MASK_RIGHT                    0xFFF
+#define  CLR_BIT_10                    0x3FF
+#define  TEST_BIT_10                   0x400
+
+#define  LEFT_OFFSET                   12
+
+/* when set HCR is replaced by a dummy-module which just fills the outputbuffer with a dirac sequence */
+/* use this if HCR is suspected to write in other modules -- if error is stell there, HCR is innocent */
+#define USE_HCR_DUMMY                     0
+
+
+/* ------------------------------ */
+/* -    insert HCR errors       - */
+/* ------------------------------ */
+
+  /* modify input lengths -- high protected */
+#define ERROR_LORSD                       0  /* offset: error if different from zero */
+#define ERROR_LOLC                        0  /* offset: error if different from zero */
+
+  /* segments are earlier empty as expected when decoding PCWs */
+#define ERROR_PCW_BODY                    0  /* set a positive values to trigger the error (make segments earlyer appear to be empty) */
+#define ERROR_PCW_BODY_SIGN               0  /* set a positive values to trigger the error (make segments earlyer appear to be empty) */
+#define ERROR_PCW_BODY_SIGN_ESC           0  /* set a positive values to trigger the error (make segments earlyer appear to be empty) */
+
+  /* pretend there are too many bits decoded (enlarge length of codeword) at PCWs -- use a positive value */
+#define ERROR_PCW_BODY_ONLY_TOO_LONG      0  /* set a positive values to trigger the error */
+#define ERROR_PCW_BODY_SIGN_TOO_LONG      0  /* set a positive values to trigger the error */
+#define ERROR_PCW_BODY_SIGN_ESC_TOO_LONG  0  /* set a positive values to trigger the error */
+
+  /* modify HCR bitstream block */
+#define ERROR_GENERATOR_BIT_STREAM_HCR    0  /* modify every <MODULO_DIVISOR_HCR>-bit when reading from bitstream */ /* !!! BEWARE!!! if RVLC is active, also RVLC data at ESC2 will be modified !!! */
+#define MODULO_DIVISOR_HCR               30
+
+
+/* ------------------------------ */
+/* -    detect HCR errors       - */
+/* ------------------------------ */
+  /* check input data */
+#define CHECK_VALID_HCR_INPUT             1  /* it is highly recommended to check input data */
+
+  /* during decoding */
+#define CHECK_SEGMENTATION_IMMEDIATELY    1  /* the 2 or 4 lines of a detected PCW-decoding-error is marked */
+
+#define CHECK_SEGMENTATION_FINAL          1  /* all the segments are checked -- therefore -- if this check passes, its a kind of evidence that the
+                                                decoded PCWs and non-PCWs are fine */
+
+#define DETECT_TOO_LONG_CW_READS          1  /* if a codeword is decoded there exists a border for the number of bits, which are allowed to read for this
+                                                codeword. This border is the minimum of the length of the longest codeword (for the currently used
+                                                codebook) and the separately transmitted 'lengthOfLongestCodeword' in this frame and channel. The number
+                                                of decoded bits is counted (for PCWs only -- there it makes really sense in my opinion). If this number
+                                                exceeds the border (derived as minimum -- see above), a error is detected. */
+
+#define STATE_MACHINE_ERROR_CHECK         1  /* test if the number of remaining bits in a segment is _below_ zero. If there are no errors the lowest
+                                                allowed value for remainingBitsInSegment is zero. This check also could be set to zero (save runtime) */
+  /* other */
+#define VALID_LAV_ERROR_TRIGGER           1  /* when set to '1', avoid setting the LAV-Flag in errorLog due to a previous-line-marking (at PCW decoder). A little
+                                                more runtime is needed then when writing values out into output-buffer. */
+
+#define HCR_LISTEN_TO_MUTED_LINES         0  /* listen to the "error-concealment" for testing */
+
+/* ------------------------------ */
+/* -    conceal HCR errors      - */
+/* ------------------------------ */
+
+#define HCR_ERROR_CONCEALMENT             1  /* if set to '1', HCR _mutes_ the erred quantized spectral coefficients */
+
+
+// ------------------------------------------------------------------------------------------------------------------
+//                                         errorLog: A word of 32 bits used for logging possible errors within HCR
+//                                                   in case of distorted bitstreams. Table of all known errors:
+// ------------------------------------------------------------------------------------------------------------------------
+                                                           // bit  fatal  location    meaning
+                                                           // ----+-----+-----------+--------------------------------------
+#define SEGMENT_OVERRIDE_ERR_PCW_BODY           0x80000000 //  31   no    PCW-Dec     During PCW decoding it is checked after every PCW if there are too many bits decoded (immediate check).
+#define SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN      0x40000000 //  30   no    PCW-Dec     During PCW decoding it is checked after every PCW if there are too many bits decoded (immediate check).
+#define SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN_ESC  0x20000000 //  29   no    PCW-Dec     During PCW decoding it is checked after every PCW if there are too many bits decoded (immediate check).
+#define EXTENDED_SORTED_COUNTER_OVERFLOW        0x10000000 //  28   yes   Init-Dec    Error during extending sideinfo (neither a PCW nor a nonPCW was decoded so far)
+                                             // 0x08000000 //  27                     reserved
+                                             // 0x04000000 //  26                     reserved
+                                             // 0x02000000 //  25                     reserved
+                                             // 0x01000000 //  24                     reserved
+                                             // 0x00800000 //  23                     reserved
+                                             // 0x00400000 //  22                     reserved
+                                             // 0x00200000 //  21                     reserved
+                                             // 0x00100000 //  20                     reserved
+
+                                           /* special errors */
+#define TOO_MANY_PCW_BODY_BITS_DECODED          0x00080000 //  19   yes   PCW-Dec     During PCW-body-decoding too many bits have been read from bitstream -- advice: skip non-PCW decoding
+#define TOO_MANY_PCW_BODY_SIGN_BITS_DECODED     0x00040000 //  18   yes   PCW-Dec     During PCW-body-sign-decoding too many bits have been read from bitstream -- advice: skip non-PCW decoding
+#define TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED 0x00020000 //  17   yes   PCW-Dec     During PCW-body-sign-esc-decoding too many bits have been read from bitstream -- advice: skip non-PCW decoding
+
+
+                                             // 0x00010000 //  16                     reserved
+#define STATE_ERROR_BODY_ONLY                   0x00008000 //  15   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN__BODY             0x00004000 //  14   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN__SIGN             0x00002000 //  13   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN_ESC__BODY         0x00001000 //  12   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN_ESC__SIGN         0x00000800 //  11   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN_ESC__ESC_PREFIX   0x00000400 //  10   no    NonPCW-Dec  State machine returned with error
+#define STATE_ERROR_BODY_SIGN_ESC__ESC_WORD     0x00000200 //   9   no    NonPCW-Dec  State machine returned with error
+#define HCR_SI_LENGTHS_FAILURE                  0x00000100 //   8   yes   Init-Dec    LengthOfLongestCodeword must not be less than lenghtOfReorderedSpectralData
+#define NUM_SECT_OUT_OF_RANGE_SHORT_BLOCK       0x00000080 //   7   yes   Init-Dec    The number of sections is not within the allowed range (short block)
+#define NUM_SECT_OUT_OF_RANGE_LONG_BLOCK        0x00000040 //   6   yes   Init-Dec    The number of sections is not within the allowed range (long block)
+#define LINE_IN_SECT_OUT_OF_RANGE_SHORT_BLOCK   0x00000020 //   5   yes   Init-Dec    The number of lines per section is not within the allowed range (short block)
+#define CB_OUT_OF_RANGE_SHORT_BLOCK             0x00000010 //   4   yes   Init-Dec    The codebook is not within the allowed range (short block)
+#define LINE_IN_SECT_OUT_OF_RANGE_LONG_BLOCK    0x00000008 //   3   yes   Init-Dec    The number of lines per section is not within the allowed range (long block)
+#define CB_OUT_OF_RANGE_LONG_BLOCK              0x00000004 //   2   yes   Init-Dec    The codebook is not within the allowed range (long block)
+#define LAV_VIOLATION                           0x00000002 //   1   no    Final       The absolute value of at least one decoded line was too high for the according codebook.
+#define BIT_IN_SEGMENTATION_ERROR               0x00000001 //   0   no    Final       After PCW and non-PWC-decoding at least one segment is not zero (global check).
+
+                                              /*----------*/
+#define HCR_FATAL_PCW_ERROR_MASK                0x100E01FC
+
+
+typedef enum {
+  PCW_BODY,
+  PCW_BODY_SIGN,
+  PCW_BODY_SIGN_ESC
+} PCW_TYPE;
+
+
+/* interface Decoder <---> HCR */
+typedef struct {
+  UINT          errorLog;
+  SPECTRAL_PTR  pQuantizedSpectralCoefficientsBase;
+  int           quantizedSpectralCoefficientsIdx;
+  SHORT         lengthOfReorderedSpectralData;
+  SHORT         numSection;
+  SHORT        *pNumLineInSect;
+  USHORT        bitstreamIndex;
+  SCHAR         lengthOfLongestCodeword;
+  UCHAR        *pCodebook;
+} HCR_INPUT_OUTPUT;
+
+typedef struct {
+  const UCHAR *pMinOfCbPair;
+  const UCHAR *pMaxOfCbPair;
+} HCR_CB_PAIRS;
+
+typedef struct{
+  const USHORT *pLargestAbsVal;
+  const UCHAR  *pMaxCwLength;
+  const UCHAR  *pCbDimension;
+  const UCHAR  *pCbDimShift;
+  const UCHAR  *pCbSign;
+  const UCHAR  *pCbPriority;
+} HCR_TABLE_INFO;
+
+typedef struct{
+  UINT      numSegment;
+  UINT      pSegmentBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];
+  UINT      pCodewordBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];
+  UINT      segmentOffset;
+  FIXP_DBL  pTempValues[1024];
+  USHORT    pLeftStartOfSegment[1024>>1];
+  USHORT    pRightStartOfSegment[1024>>1];
+  SCHAR     pRemainingBitsInSegment[1024>>1];
+  UCHAR     readDirection;
+  UCHAR     numWordForBitfield;
+  USHORT    pNumBitValidInLastWord;
+} HCR_SEGMENT_INFO;
+
+typedef struct{
+
+  UINT    numCodeword;
+  UINT    numSortedSection;
+  USHORT  pNumCodewordInSection[MAX_SFB_HCR];
+  USHORT  pNumSortedCodewordInSection[MAX_SFB_HCR];
+  USHORT  pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS];
+  int     numExtendedSortedCodewordInSectionIdx;
+  USHORT  pNumExtendedSortedSectionsInSets[MAX_HCR_SETS];
+  int     numExtendedSortedSectionsInSetsIdx;
+  USHORT  pReorderOffset[MAX_SFB_HCR];
+  UCHAR   pSortedCodebook[MAX_SFB_HCR];
+
+  UCHAR   pExtendedSortedCodebook[MAX_SFB_HCR+MAX_HCR_SETS];
+  int     extendedSortedCodebookIdx;
+#if DETECT_TOO_LONG_CW_READS
+  UCHAR   pMaxLenOfCbInExtSrtSec[MAX_SFB_HCR+MAX_HCR_SETS];
+  int     maxLenOfCbInExtSrtSecIdx;
+#endif
+  UCHAR   pCodebookSwitch[MAX_SFB_HCR];
+} HCR_SECTION_INFO;
+
+typedef UINT (*STATEFUNC)(HANDLE_FDK_BITSTREAM, void*);
+
+typedef struct{
+  /* worst-case and 1024/4 non-PCWs exist in worst-case */
+  FIXP_DBL  *pResultBase;                           /* Base address for spectral data output target buffer */
+  UINT       iNode[1024>>2];           /* Helper indices for code books */
+  USHORT     iResultPointer[1024>>2];  /* Helper indices for accessing pResultBase */
+  UINT       pEscapeSequenceInfo[1024>>2];
+  UINT       codewordOffset;
+  STATEFUNC  pState;
+  UCHAR      pCodebook[1024>>2];
+  UCHAR      pCntSign[1024>>2];
+  /* this array holds the states coded as integer values within the range [0,1,..,7] */
+  SCHAR      pSta[1024>>2];
+} HCR_NON_PCW_SIDEINFO;
+
+typedef struct{
+  HCR_INPUT_OUTPUT      decInOut;
+  HCR_CB_PAIRS          cbPairs;
+  HCR_TABLE_INFO        tableInfo;
+  HCR_SEGMENT_INFO      segmentInfo;
+  HCR_SECTION_INFO      sectionInfo;
+  HCR_NON_PCW_SIDEINFO  nonPcwSideinfo;
+
+  INT                   globalHcrType;
+} CErHcrInfo;
+
+
+typedef  CErHcrInfo  *H_HCR_INFO;
+
+
+#endif /* _AACDEC_HCR_TYPES_H_ */
diff --git a/libAACdec/src/aacdec_hcrs.cpp b/libAACdec/src/aacdec_hcrs.cpp
new file mode 100644 (file)
index 0000000..c0b2173
--- /dev/null
@@ -0,0 +1,1409 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Prepare decoding of non-PCWs, segmentation- and
+                bitfield-handling, HCR-Statemachine
+
+*******************************************************************************/
+
+#include "aacdec_hcrs.h"
+
+
+#include "aacdec_hcr.h"
+
+#include "aacdec_hcr_bit.h"
+#include "aac_rom.h"
+#include "aac_ram.h"
+
+
+static UINT InitSegmentBitfield(UINT   *pNumSegment,
+                                SCHAR  *pRemainingBitsInSegment,
+                                UINT   *pSegmentBitfield,
+                                UCHAR  *pNumWordForBitfield,
+                                USHORT *pNumBitValidInLastWord);
+
+static void InitNonPCWSideInformationForCurrentSet(H_HCR_INFO pHcr);
+
+static INT ModuloValue(INT input, INT bufferlength);
+
+static void ClearBitFromBitfield(STATEFUNC *ptrState,
+                                 UINT   offset,
+                                 UINT  *pBitfield);
+
+
+/*---------------------------------------------------------------------------------------------
+     description: This function decodes all non-priority codewords (non-PCWs) by using a
+                  state-machine.
+-------------------------------------------------------------------------------------------- */
+void  DecodeNonPCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr)
+{
+  UINT    numValidSegment;
+  INT     segmentOffset;
+  INT     codewordOffsetBase;
+  INT     codewordOffset;
+  UINT    trial;
+
+  UINT   *pNumSegment;
+  SCHAR  *pRemainingBitsInSegment;
+  UINT   *pSegmentBitfield;
+  UCHAR  *pNumWordForBitfield;
+  USHORT *pNumBitValidInLastWord;
+  UINT   *pCodewordBitfield;
+  INT     bitfieldWord;
+  INT     bitInWord;
+  UINT    tempWord;
+  UINT    interMediateWord;
+  INT     tempBit;
+  INT     carry;
+
+  UINT    numCodeword;
+  UCHAR   numSet;
+  UCHAR   currentSet;
+  UINT    codewordInSet;
+  UINT    remainingCodewordsInSet;
+  SCHAR  *pSta;
+  UINT    ret;
+
+  pNumSegment             = &(pHcr->segmentInfo.numSegment);
+  pRemainingBitsInSegment =   pHcr->segmentInfo.pRemainingBitsInSegment;
+  pSegmentBitfield        =   pHcr->segmentInfo.pSegmentBitfield;
+  pNumWordForBitfield     = &(pHcr->segmentInfo.numWordForBitfield);
+  pNumBitValidInLastWord  = &(pHcr->segmentInfo.pNumBitValidInLastWord);
+  pSta                    =   pHcr->nonPcwSideinfo.pSta;
+
+  numValidSegment = InitSegmentBitfield(pNumSegment,
+                                        pRemainingBitsInSegment,
+                                        pSegmentBitfield,
+                                        pNumWordForBitfield,
+                                        pNumBitValidInLastWord);
+
+  if ( numValidSegment != 0 ) {
+    numCodeword = pHcr->sectionInfo.numCodeword;
+    numSet = ((numCodeword - 1) / *pNumSegment) + 1;
+
+
+    pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT;
+
+    /* Process sets subsequently */
+    for ( currentSet = 1; currentSet < numSet ; currentSet++ ) {
+
+
+
+      /* step 1 */
+      numCodeword -= *pNumSegment;                            /* number of remaining non PCWs [for all sets] */
+      if ( numCodeword < *pNumSegment ) {
+        codewordInSet = numCodeword;                          /* for last set */
+      }
+      else {
+        codewordInSet = *pNumSegment;                         /* for all sets except last set */
+      }
+
+      /* step 2 */
+      /* prepare array 'CodewordBitfield'; as much ones are written from left in all words, as much decodedCodewordInSetCounter nonPCWs exist in this set */
+      tempWord = 0xFFFFFFFF;
+      pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield;
+
+      for ( bitfieldWord = *pNumWordForBitfield; bitfieldWord !=0; bitfieldWord-- ) { /* loop over all used words */
+        if ( codewordInSet > NUMBER_OF_BIT_IN_WORD ) {        /* more codewords than number of bits => fill ones */
+          /* fill a whole word with ones */
+          *pCodewordBitfield++ = tempWord;
+          codewordInSet -= NUMBER_OF_BIT_IN_WORD;             /* subtract number of bits */
+        }
+        else {
+          /* prepare last tempWord */
+          for (remainingCodewordsInSet = codewordInSet; remainingCodewordsInSet < NUMBER_OF_BIT_IN_WORD ; remainingCodewordsInSet++ ) {
+            tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at bit number (NUMBER_OF_BIT_IN_WORD-1-i) in tempWord */
+          }
+          *pCodewordBitfield++ = tempWord;
+          tempWord = 0x00000000;
+        }
+      }
+      pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield;
+
+      /* step 3 */
+      /* build non-PCW sideinfo for each non-PCW of the current set */
+      InitNonPCWSideInformationForCurrentSet(pHcr);
+
+      /* step 4 */
+      /* decode all non-PCWs belonging to this set */
+
+      /* loop over trials */
+      codewordOffsetBase = 0;
+      for ( trial = *pNumSegment; trial > 0; trial-- ) {
+
+        /* loop over number of words in bitfields */
+        segmentOffset = 0;                                       /* start at zero in every segment */
+        pHcr->segmentInfo.segmentOffset = segmentOffset;         /* store in structure for states */
+        codewordOffset = codewordOffsetBase;
+        pHcr->nonPcwSideinfo.codewordOffset = codewordOffset;    /* store in structure for states */
+
+        for ( bitfieldWord=0; bitfieldWord < *pNumWordForBitfield; bitfieldWord++ ) {
+
+          /* derive tempWord with bitwise and */
+          tempWord = pSegmentBitfield[bitfieldWord] & pCodewordBitfield[bitfieldWord];
+
+          /* if tempWord is not zero, decode something */
+          if ( tempWord != 0 ) {
+
+
+            /* loop over all bits in tempWord; start state machine if & is true */
+            for ( bitInWord = NUMBER_OF_BIT_IN_WORD; bitInWord > 0; bitInWord-- ) {
+
+              interMediateWord = ((UINT)1 << (bitInWord-1) );
+              if ( ( tempWord & interMediateWord ) == interMediateWord ) {
+
+                /* get state and start state machine */
+                pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];
+
+                while(pHcr->nonPcwSideinfo.pState) {
+                  ret = ((STATEFUNC) pHcr->nonPcwSideinfo.pState)(bs, pHcr);
+#if STATE_MACHINE_ERROR_CHECK
+                  if ( ret != 0 ) {
+                    return;
+                  }
+#endif
+                }
+              }
+
+              /* update both offsets */
+              segmentOffset += 1;                                             /* add NUMBER_OF_BIT_IN_WORD times one */
+              pHcr->segmentInfo.segmentOffset = segmentOffset;
+              codewordOffset += 1;                                            /* add NUMBER_OF_BIT_IN_WORD times one */
+              codewordOffset = ModuloValue(codewordOffset,*pNumSegment);      /* index of the current codeword lies within modulo range */
+              pHcr->nonPcwSideinfo.codewordOffset = codewordOffset;
+            }
+          }
+          else {
+            segmentOffset += NUMBER_OF_BIT_IN_WORD;                           /* add NUMBER_OF_BIT_IN_WORD at once */
+            pHcr->segmentInfo.segmentOffset = segmentOffset;
+            codewordOffset += NUMBER_OF_BIT_IN_WORD;                          /* add NUMBER_OF_BIT_IN_WORD at once */
+            codewordOffset = ModuloValue(codewordOffset,*pNumSegment);        /* index of the current codeword lies within modulo range */
+            pHcr->nonPcwSideinfo.codewordOffset = codewordOffset;
+          }
+        } /* end of bitfield word loop */
+
+        /* decrement codeword - pointer */
+        codewordOffsetBase -= 1;
+        codewordOffsetBase = ModuloValue(codewordOffsetBase,*pNumSegment);    /* index of the current codeword base lies within modulo range */
+
+        /* rotate numSegment bits in codewordBitfield */
+        /* rotation of *numSegment bits in bitfield of codewords (circle-rotation) */
+        /* get last valid bit */
+        tempBit = pCodewordBitfield[*pNumWordForBitfield-1] & (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord));
+        tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord);
+
+        /* write zero into place where tempBit was fetched from */
+        pCodewordBitfield[*pNumWordForBitfield-1] = pCodewordBitfield[*pNumWordForBitfield-1] & ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord));
+
+        /* rotate last valid word */
+        pCodewordBitfield[*pNumWordForBitfield-1] = pCodewordBitfield[*pNumWordForBitfield-1] >> 1;
+
+        /* transfare carry bit 0 from current word into bitposition 31 from next word and rotate current word */
+        for ( bitfieldWord = *pNumWordForBitfield-2; bitfieldWord > -1 ; bitfieldWord-- ) {
+          /* get carry (=bit at position 0) from current word */
+          carry = pCodewordBitfield[bitfieldWord] & 1;
+
+          /* put the carry bit at position 31 into word right from current word */
+          pCodewordBitfield[bitfieldWord+1] = pCodewordBitfield[bitfieldWord+1] | (carry << (NUMBER_OF_BIT_IN_WORD-1));
+
+          /* shift current word */
+          pCodewordBitfield[bitfieldWord] = pCodewordBitfield[bitfieldWord] >> 1;
+        }
+
+        /* put tempBit into free bit-position 31 from first word */
+        pCodewordBitfield[0] = pCodewordBitfield[0] | (tempBit << (NUMBER_OF_BIT_IN_WORD-1));
+
+      } /* end of trial loop */
+
+      /* toggle read direction */
+      pHcr->segmentInfo.readDirection = ToggleReadDirection(pHcr->segmentInfo.readDirection);
+
+    }
+    /* end of set loop */
+
+    /* all non-PCWs of this spectrum are decoded */
+  }
+
+  /* all PCWs and all non PCWs are decoded. They are unbacksorted in output buffer. Here is the Interface with comparing QSCs to asm decoding */
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description:   This function prepares the bitfield used for the
+                    segments. The list is set up once to be used in all following sets. If a
+                    segment is decoded empty, the according bit from the Bitfield is removed.
+-----------------------------------------------------------------------------------------------
+        return:     numValidSegment = the number of valid segments
+-------------------------------------------------------------------------------------------- */
+static UINT InitSegmentBitfield(UINT   *pNumSegment,
+                                SCHAR  *pRemainingBitsInSegment,
+                                UINT   *pSegmentBitfield,
+                                UCHAR  *pNumWordForBitfield,
+                                USHORT *pNumBitValidInLastWord)
+{
+  SHORT   i;
+  USHORT  r;
+  UCHAR   bitfieldWord;
+  UINT    tempWord;
+  USHORT  numValidSegment;
+
+  *pNumWordForBitfield = ((*pNumSegment-1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1;
+
+  /* loop over all words, which are completely used or only partial */
+  /* bit in pSegmentBitfield is zero if segment is empty; bit in pSegmentBitfield is one if segment is not empty */
+  numValidSegment = 0;
+  *pNumBitValidInLastWord = *pNumSegment;
+
+  /* loop over words */
+  for ( bitfieldWord=0; bitfieldWord < *pNumWordForBitfield - 1; bitfieldWord++ ) {
+    tempWord = 0xFFFFFFFF;                                                  /* set ones */
+    r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG;
+    for ( i=0; i < NUMBER_OF_BIT_IN_WORD; i++) {
+      if ( pRemainingBitsInSegment[r + i] == 0 ) {
+        tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-i));          /* set a zero at bit number (NUMBER_OF_BIT_IN_WORD-1-i) in tempWord */
+      }
+      else {
+        numValidSegment += 1;                                               /* count segments which are not empty */
+      }
+    }
+    pSegmentBitfield[bitfieldWord] = tempWord;                              /* store result */
+    *pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD;                       /* calculate number of zeros on LSB side in the last word */
+  }
+
+
+  /* calculate last word: prepare special tempWord */
+  tempWord = 0xFFFFFFFF;
+  for ( i=0; i < ( NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord ); i++ ) {
+    tempWord = tempWord & ~(1 << i);                                        /* clear bit i in tempWord */
+  }
+
+  /* calculate last word */
+  r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG;
+  for ( i=0; i<*pNumBitValidInLastWord; i++) {
+    if ( pRemainingBitsInSegment[r + i] == 0 ) {
+      tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-i));            /* set a zero at bit number (NUMBER_OF_BIT_IN_WORD-1-i) in tempWord */
+    }
+    else {
+      numValidSegment += 1;                                                 /* count segments which are not empty */
+    }
+  }
+  pSegmentBitfield[bitfieldWord] = tempWord;                                /* store result */
+
+
+
+  return numValidSegment;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+  description:  This function sets up sideinfo for the non-PCW decoder (for the current set).
+---------------------------------------------------------------------------------------------*/
+static void InitNonPCWSideInformationForCurrentSet(H_HCR_INFO pHcr)
+{
+  USHORT     i,k;
+  UCHAR      codebookDim;
+  UINT       startNode;
+
+  UCHAR     *pCodebook                           =   pHcr->nonPcwSideinfo.pCodebook;
+  UINT      *iNode                               =   pHcr->nonPcwSideinfo.iNode;
+  UCHAR     *pCntSign                            =   pHcr->nonPcwSideinfo.pCntSign;
+  USHORT    *iResultPointer                      =   pHcr->nonPcwSideinfo.iResultPointer;
+  UINT      *pEscapeSequenceInfo                 =   pHcr->nonPcwSideinfo.pEscapeSequenceInfo;
+  SCHAR     *pSta                                =   pHcr->nonPcwSideinfo.pSta;
+  USHORT    *pNumExtendedSortedCodewordInSection =   pHcr->sectionInfo.pNumExtendedSortedCodewordInSection;
+  int        numExtendedSortedCodewordInSectionIdx =   pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
+  UCHAR     *pExtendedSortedCodebook             =   pHcr->sectionInfo.pExtendedSortedCodebook;
+  int        extendedSortedCodebookIdx           =   pHcr->sectionInfo.extendedSortedCodebookIdx;
+  USHORT    *pNumExtendedSortedSectionsInSets    =   pHcr->sectionInfo.pNumExtendedSortedSectionsInSets;
+  int        numExtendedSortedSectionsInSetsIdx  =   pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
+  FIXP_DBL  *pQuantizedSpectralCoefficients      =   SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase);
+  int        quantizedSpectralCoefficientsIdx    =   pHcr->decInOut.quantizedSpectralCoefficientsIdx;
+  const UCHAR     *pCbDimension                  =   pHcr->tableInfo.pCbDimension;
+  int iterationCounter = 0;
+
+  /* loop over number of extended sorted sections in the current set so all codewords sideinfo variables within this set can be prepared for decoding */
+  for ( i=pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; i != 0; i-- ) {
+
+    codebookDim = pCbDimension[pExtendedSortedCodebook[extendedSortedCodebookIdx]];
+    startNode   = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]];
+    
+    for ( k = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx]; k != 0; k-- ) {
+      iterationCounter++;
+      if (iterationCounter > (1024>>2)) {
+        return;
+      }
+      *pSta++                 = aCodebook2StartInt[pExtendedSortedCodebook[extendedSortedCodebookIdx]];
+      *pCodebook++            = pExtendedSortedCodebook[extendedSortedCodebookIdx];
+      *iNode++                = startNode;
+      *pCntSign++             = 0;
+      *iResultPointer++       = quantizedSpectralCoefficientsIdx;
+      *pEscapeSequenceInfo++  = 0;
+      quantizedSpectralCoefficientsIdx += codebookDim;                     /* update pointer by codebookDim --> point to next starting value for writing out */
+      if (quantizedSpectralCoefficientsIdx >= 1024) {
+        return;
+      }
+    }
+    numExtendedSortedCodewordInSectionIdx++;                               /* inc ptr for next ext sort sec in current set */
+    extendedSortedCodebookIdx++;                                           /* inc ptr for next ext sort sec in current set */
+    if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
+      return;
+    }
+  }
+  numExtendedSortedSectionsInSetsIdx++;                                    /* inc ptr for next set of non-PCWs */
+  if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
+    return;
+  }
+
+  /* Write back indexes */
+  pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
+  pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx;
+  pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx;
+  pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
+  pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: This function returns the input value if the value is in the
+                  range of bufferlength. If <input> is smaller, one bufferlength is added,
+                  if <input> is bigger one bufferlength is subtracted.
+-----------------------------------------------------------------------------------------------
+        return:   modulo result
+-------------------------------------------------------------------------------------------- */
+static INT ModuloValue(INT input, INT bufferlength)
+{
+  if ( input > (bufferlength - 1) ) {
+    return (input - bufferlength);
+  }
+  if ( input < 0 ) {
+    return (input + bufferlength);
+  }
+  return input;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: This function clears a bit from current bitfield and
+                  switches off the statemachine.
+
+                  A bit is cleared in two cases:
+                  a) a codeword is decoded, then a bit is cleared in codeword bitfield
+                  b) a segment is decoded empty, then a bit is cleared in segment bitfield
+-------------------------------------------------------------------------------------------- */
+static void ClearBitFromBitfield(STATEFUNC *ptrState,
+                                 UINT   offset,
+                                 UINT  *pBitfield)
+{
+  UINT  numBitfieldWord;
+  UINT  numBitfieldBit;
+
+  /* get both values needed for clearing the bit */
+  numBitfieldWord = offset >> THIRTYTWO_LOG_DIV_TWO_LOG;                      /* int   = wordNr */
+  numBitfieldBit  = offset - (numBitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG);  /* fract = bitNr  */
+
+  /* clear a bit in bitfield */
+  pBitfield[numBitfieldWord] = pBitfield[numBitfieldWord] & ~(1 << (NUMBER_OF_BIT_IN_WORD-1 - numBitfieldBit));
+
+  /* switch off state machine because codeword is decoded and/or because segment is empty */
+  *ptrState = NULL;
+}
+
+
+
+/* =========================================================================================
+                              the states of the statemachine
+   ========================================================================================= */
+
+
+/*---------------------------------------------------------------------------------------------
+     description:  Decodes the body of a codeword. This State is used for codebooks 1,2,5 and 6.
+                   No sign bits are decoded, because the table of the quantized spectral values
+                   has got a valid sign at the quantized spectral lines.
+-----------------------------------------------------------------------------------------------
+        output:   Two or four quantizes spectral values written at position where pResultPointr
+                  points to
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_ONLY(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  UINT        *pSegmentBitfield;
+  UINT        *pCodewordBitfield;
+  UINT         segmentOffset;
+  FIXP_DBL    *pResultBase;
+  UINT        *iNode;
+  USHORT      *iResultPointer;
+  UINT         codewordOffset;
+  UINT         branchNode;
+  UINT         branchValue;
+  UINT         iQSC;
+  UINT         treeNode;
+  UCHAR        carryBit;
+  USHORT      *pLeftStartOfSegment;
+  USHORT      *pRightStartOfSegment;
+  SCHAR       *pRemainingBitsInSegment;
+  UCHAR        readDirection;
+  UCHAR       *pCodebook;
+  UCHAR        dimCntr;
+  const UINT  *pCurrentTree;
+  const UCHAR *pCbDimension;
+  const SCHAR *pQuantVal;
+  const SCHAR *pQuantValBase;
+
+  pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment     = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment    = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection           = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield        = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield       = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset           = pHcr->segmentInfo.segmentOffset;
+
+  pCodebook               = pHcr->nonPcwSideinfo.pCodebook;
+  iNode                   = pHcr->nonPcwSideinfo.iNode;
+  pResultBase             = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer          = pHcr->nonPcwSideinfo.iResultPointer;
+  codewordOffset          = pHcr->nonPcwSideinfo.codewordOffset;
+
+  pCbDimension            = pHcr->tableInfo.pCbDimension;
+
+  treeNode                = iNode[codewordOffset];
+  pCurrentTree            = aHuffTable[pCodebook[codewordOffset]];
+
+
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    CarryBitToBranchValue(carryBit,                                                         /* make a step in decoding tree */
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {                                        /* test bit 10 ; ==> body is complete */
+      pQuantValBase = aQuantTable[pCodebook[codewordOffset]];                               /* get base address of quantized values belonging to current codebook */
+      pQuantVal = pQuantValBase + branchValue;                                              /* set pointer to first valid line [of 2 or 4 quantized values] */
+
+      iQSC = iResultPointer[codewordOffset];                                               /* get position of first line for writing out result */
+
+      for ( dimCntr = pCbDimension[pCodebook[codewordOffset]]; dimCntr != 0; dimCntr-- ) {
+        pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal++;                                                             /* write out 2 or 4 lines into spectrum; no Sign bits available in this state */
+      }
+
+      ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                           segmentOffset,
+                           pCodewordBitfield);                                              /* clear a bit in bitfield and switch off statemachine */
+      pRemainingBitsInSegment[segmentOffset] -= 1;                                          /* last reinitialzation of for loop counter (see above) is done here */
+      break;                                                                                /* end of branch in tree reached  i.e. a whole nonPCW-Body is decoded */
+    }
+    else { /* body is not decoded completely: */
+      treeNode = *(pCurrentTree + branchValue);                                             /* update treeNode for further step in decoding tree */
+    }
+  }
+  iNode[codewordOffset] = treeNode;                                                         /* store updated treeNode because maybe decoding of codeword body not finished yet */
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                                 /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_ONLY;
+      return                                 BODY_ONLY;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: Decodes the codeword body, writes out result and counts the number of quantized
+                  spectral values, which are different form zero. For those values sign bits are
+                  needed.
+
+                  If sign bit counter cntSign is different from zero, switch to next state to
+                  decode sign Bits there.
+                  If sign bit counter cntSign is zero, no sign bits are needed and codeword is
+                  decoded.
+-----------------------------------------------------------------------------------------------
+        output:   Two or four written quantizes spectral values written at position where
+                  pResultPointr points to. The signs of those lines may be wrong. If the signs
+                  [on just one signle sign] is wrong, the next state will correct it.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN__BODY(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR       *pRemainingBitsInSegment;
+  USHORT      *pLeftStartOfSegment;
+  USHORT      *pRightStartOfSegment;
+  UCHAR        readDirection;
+  UINT        *pSegmentBitfield;
+  UINT        *pCodewordBitfield;
+  UINT         segmentOffset;
+
+  UCHAR       *pCodebook;
+  UINT        *iNode;
+  UCHAR       *pCntSign;
+  FIXP_DBL    *pResultBase;
+  USHORT      *iResultPointer;
+  UINT         codewordOffset;
+
+  UINT         iQSC;
+  UINT         cntSign;
+  UCHAR        dimCntr;
+  UCHAR        carryBit;
+  SCHAR       *pSta;
+  UINT         treeNode;
+  UINT         branchValue;
+  UINT         branchNode;
+  const UCHAR *pCbDimension;
+  const UINT  *pCurrentTree;
+  const SCHAR *pQuantValBase;
+  const SCHAR *pQuantVal;
+
+  pRemainingBitsInSegment          = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment              = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment             = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection                    = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield                 = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield                = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset                    = pHcr->segmentInfo.segmentOffset;
+
+  pCodebook                        = pHcr->nonPcwSideinfo.pCodebook;
+  iNode                            = pHcr->nonPcwSideinfo.iNode;
+  pCntSign                         = pHcr->nonPcwSideinfo.pCntSign;
+  pResultBase                      = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer                   = pHcr->nonPcwSideinfo.iResultPointer;
+  codewordOffset                   = pHcr->nonPcwSideinfo.codewordOffset;
+  pSta                             = pHcr->nonPcwSideinfo.pSta;
+
+  pCbDimension                     = pHcr->tableInfo.pCbDimension;
+
+  treeNode                         = iNode[codewordOffset];
+  pCurrentTree                     = aHuffTable[pCodebook[codewordOffset]];
+
+
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    CarryBitToBranchValue(carryBit,                                                         /* make a step in decoding tree */
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {                                        /* test bit 10 ; if set body complete */
+      /* body completely decoded; branchValue is valid, set pQuantVal to first (of two or four) quantized spectral coefficients */
+      pQuantValBase = aQuantTable[pCodebook[codewordOffset]];                               /* get base address of quantized values belonging to current codebook */
+      pQuantVal = pQuantValBase + branchValue;                                              /* set pointer to first valid line [of 2 or 4 quantized values] */
+
+      iQSC = iResultPointer[codewordOffset];                                                /* get position of first line for writing result */
+
+      /* codeword decoding result is written out here: Write out 2 or 4 quantized spectral values with probably */
+      /* wrong sign and count number of values which are different from zero for sign bit decoding [which happens in next state] */
+      cntSign = 0;
+      for ( dimCntr = pCbDimension[pCodebook[codewordOffset]]; dimCntr != 0; dimCntr-- ) {
+        pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal;                                                               /* write quant. spec. coef. into spectrum */
+        if ( *pQuantVal++ != 0 ) {
+          cntSign += 1;
+        }
+      }
+
+      if ( cntSign == 0 ) {
+        ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                             segmentOffset,
+                             pCodewordBitfield);                                            /* clear a bit in bitfield and switch off statemachine */
+      }
+      else {
+        pCntSign[codewordOffset] = cntSign;                                                 /* write sign count result into codewordsideinfo of current codeword */
+        pSta[codewordOffset] = BODY_SIGN__SIGN;                                             /* change state */
+        pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];           /* get state from separate array of cw-sideinfo */
+      }
+      pRemainingBitsInSegment[segmentOffset] -= 1;                                          /* last reinitialzation of for loop counter (see above) is done here */
+      break;                                                                                /* end of branch in tree reached  i.e. a whole nonPCW-Body is decoded */
+    }
+    else {/* body is not decoded completely: */
+      treeNode = *(pCurrentTree + branchValue);                                             /* update treeNode for further step in decoding tree */
+    }
+  }
+  iNode[codewordOffset] = treeNode;                                                         /* store updated treeNode because maybe decoding of codeword body not finished yet */
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                                 /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN__BODY;
+      return                                 BODY_SIGN__BODY;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: This state decodes the sign bits belonging to a codeword. The state is called
+                  as often in different "trials" until pCntSgn[codewordOffset] is zero.
+-----------------------------------------------------------------------------------------------
+        output:   The two or four quantizes spectral values (written in previous state) have
+                  now the correct sign.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN__SIGN(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR       *pRemainingBitsInSegment;
+  USHORT      *pLeftStartOfSegment;
+  USHORT      *pRightStartOfSegment;
+  UCHAR        readDirection;
+  UINT        *pSegmentBitfield;
+  UINT        *pCodewordBitfield;
+  UINT         segmentOffset;
+
+  UCHAR       *pCntSign;
+  FIXP_DBL    *pResultBase;
+  USHORT      *iResultPointer;
+  UINT         codewordOffset;
+  UCHAR        carryBit;
+  UINT         iQSC;
+  UCHAR        cntSign;
+
+  pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment     = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment    = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection           = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield        = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield       = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset           = pHcr->segmentInfo.segmentOffset;
+
+  pCntSign                = pHcr->nonPcwSideinfo.pCntSign;
+  pResultBase             = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer          = pHcr->nonPcwSideinfo.iResultPointer;
+  codewordOffset          = pHcr->nonPcwSideinfo.codewordOffset;
+  iQSC                    = iResultPointer[codewordOffset];
+  cntSign                 = pCntSign[codewordOffset];
+
+
+
+  /* loop for sign bit decoding */
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+    cntSign -= 1;                                                                           /* decrement sign counter because one sign bit has been read */
+
+    /* search for a line (which was decoded in previous state) which is not zero. [This value will get a sign] */
+    while ( pResultBase[iQSC] == (FIXP_DBL)0 ) {
+      iQSC++;                                                                               /* points to current value different from zero */
+      if (iQSC >= 1024) {
+        return BODY_SIGN__SIGN;
+      }
+    }
+
+    /* put sign together with line; if carryBit is zero, the sign is ok already; no write operation necessary in this case */
+    if ( carryBit != 0 ) {
+      pResultBase[iQSC] = -pResultBase[iQSC];                                               /* carryBit = 1 --> minus */
+    }
+
+    iQSC++;                                                                                 /* update pointer to next (maybe valid) value */
+
+    if ( cntSign == 0 ) {                                                                   /* if (cntSign==0)  ==>  set state CODEWORD_DECODED */
+      ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                           segmentOffset,
+                           pCodewordBitfield);                                              /* clear a bit in bitfield and switch off statemachine */
+      pRemainingBitsInSegment[segmentOffset] -= 1;                                          /* last reinitialzation of for loop counter (see above) is done here */
+      break;                                                                                /* whole nonPCW-Body and according sign bits are decoded */
+     }
+  }
+  pCntSign[codewordOffset] = cntSign;
+  iResultPointer[codewordOffset] = iQSC;                                                    /* store updated pResultPointer */
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                                 /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN__SIGN;
+      return                                 BODY_SIGN__SIGN;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: Decodes the codeword body in case of codebook is 11. Writes out resulting
+                  two or four lines [with probably wrong sign] and counts the number of
+                  lines, which are different form zero. This information is needed in next
+                  state where sign bits will be decoded, if necessary.
+                  If sign bit counter cntSign is zero, no sign bits are needed and codeword is
+                  decoded completely.
+-----------------------------------------------------------------------------------------------
+        output:   Two lines (quantizes spectral coefficients) which are probably wrong. The
+                  sign may be wrong and if one or two values is/are 16, the following states
+                  will decode the escape sequence to correct the values which are wirtten here.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN_ESC__BODY(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR       *pRemainingBitsInSegment;
+  USHORT      *pLeftStartOfSegment;
+  USHORT      *pRightStartOfSegment;
+  UCHAR        readDirection;
+  UINT        *pSegmentBitfield;
+  UINT        *pCodewordBitfield;
+  UINT         segmentOffset;
+
+  UINT        *iNode;
+  UCHAR       *pCntSign;
+  FIXP_DBL    *pResultBase;
+  USHORT      *iResultPointer;
+  UINT         codewordOffset;
+
+  UCHAR        carryBit;
+  UINT         iQSC;
+  UINT         cntSign;
+  UINT         dimCntr;
+  UINT         treeNode;
+  SCHAR       *pSta;
+  UINT         branchNode;
+  UINT         branchValue;
+  const UINT  *pCurrentTree;
+  const SCHAR *pQuantValBase;
+  const SCHAR *pQuantVal;
+
+  pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment     = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment    = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection           = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield        = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield       = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset           = pHcr->segmentInfo.segmentOffset;
+
+  iNode                   = pHcr->nonPcwSideinfo.iNode;
+  pCntSign                = pHcr->nonPcwSideinfo.pCntSign;
+  pResultBase             = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer          = pHcr->nonPcwSideinfo.iResultPointer;
+  codewordOffset          = pHcr->nonPcwSideinfo.codewordOffset;
+  pSta                    = pHcr->nonPcwSideinfo.pSta;
+
+  treeNode                = iNode[codewordOffset];
+  pCurrentTree            = aHuffTable[ESCAPE_CODEBOOK];
+
+
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    /* make a step in tree */
+    CarryBitToBranchValue(carryBit,
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {                                        /* test bit 10 ; if set body complete */
+
+      /* body completely decoded; branchValue is valid */
+      /* set pQuantVol to first (of two or four) quantized spectral coefficients */
+      pQuantValBase = aQuantTable[ESCAPE_CODEBOOK];                                        /* get base address of quantized values belonging to current codebook */
+      pQuantVal = pQuantValBase + branchValue;                                             /* set pointer to first valid line [of 2 or 4 quantized values] */
+
+      /* make backup from original resultPointer in node storage for state BODY_SIGN_ESC__SIGN */
+      iNode[codewordOffset] = iResultPointer[codewordOffset];
+
+      /* get position of first line for writing result */
+      iQSC = iResultPointer[codewordOffset];
+
+      /* codeword decoding result is written out here: Write out 2 or 4 quantized spectral values with probably */
+      /* wrong sign and count number of values which are different from zero for sign bit decoding [which happens in next state] */
+      cntSign = 0;
+
+      for ( dimCntr = DIMENSION_OF_ESCAPE_CODEBOOK; dimCntr != 0; dimCntr-- ) {
+        pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal;                                                               /* write quant. spec. coef. into spectrum */
+        if ( *pQuantVal++ != 0 ) {
+          cntSign += 1;
+        }
+      }
+
+      if ( cntSign == 0 ) {
+        ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                             segmentOffset,
+                             pCodewordBitfield);                                           /* clear a bit in bitfield and switch off statemachine */
+        /* codeword decoded */
+      }
+      else {
+        /* write sign count result into codewordsideinfo of current codeword */
+        pCntSign[codewordOffset] = cntSign;
+        pSta[codewordOffset] = BODY_SIGN_ESC__SIGN;                 /* change state */
+        pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];           /* get state from separate array of cw-sideinfo */
+      }
+      pRemainingBitsInSegment[segmentOffset] -= 1;                                          /* the last reinitialzation of for loop counter (see above) is done here */
+      break;                                                                                /* end of branch in tree reached  i.e. a whole nonPCW-Body is decoded */
+    }
+    else { /* body is not decoded completely: */
+      /* update treeNode for further step in decoding tree and store updated treeNode because maybe no more bits left in segment */
+      treeNode = *(pCurrentTree + branchValue);
+      iNode[codewordOffset] = treeNode;
+    }
+  }
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                   /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__BODY;
+      return                                 BODY_SIGN_ESC__BODY;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: This state decodes the sign bits, if a codeword of codebook 11 needs some.
+                  A flag named 'flagB' in codeword sideinfo is set, if the second line of
+                  quantized spectral values is 16. The 'flagB' is used in case of decoding
+                  of a escape sequence is necessary as far as the second line is concerned.
+
+                  If only the first line needs an escape sequence, the flagB is cleared.
+                  If only the second line needs an escape sequence, the flagB is not used.
+
+                  For storing sideinfo in case of escape sequence decoding one single word
+                  can be used for both escape sequences because they are decoded not at the
+                  same time:
+
+
+                  bit 23 22 21 20 19 18 17 16 15 14 13 12 11 10  9  8  7  6  5  4  3  2  1  0
+                      ===== == == =========== =========== ===================================
+                      ^      ^  ^         ^            ^                    ^
+                      |      |  |         |            |                    |
+                    res. flagA  flagB  escapePrefixUp  escapePrefixDown  escapeWord
+
+-----------------------------------------------------------------------------------------------
+        output:   Two lines with correct sign. If one or two values is/are 16, the lines are
+                  not valid, otherwise they are.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN_ESC__SIGN(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR     *pRemainingBitsInSegment;
+  USHORT    *pLeftStartOfSegment;
+  USHORT    *pRightStartOfSegment;
+  UCHAR      readDirection;
+  UINT      *pSegmentBitfield;
+  UINT      *pCodewordBitfield;
+  UINT       segmentOffset;
+
+  UINT      *iNode;
+  UCHAR     *pCntSign;
+  FIXP_DBL  *pResultBase;
+  USHORT    *iResultPointer;
+  UINT      *pEscapeSequenceInfo;
+  UINT       codewordOffset;
+
+  UINT       iQSC;
+  UCHAR      cntSign;
+  UINT       flagA;
+  UINT       flagB;
+  UINT       flags;
+  UCHAR      carryBit;
+  SCHAR     *pSta;
+
+  pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment     = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment    = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection           = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield        = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield       = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset           = pHcr->segmentInfo.segmentOffset;
+
+  iNode                   = pHcr->nonPcwSideinfo.iNode;
+  pCntSign                = pHcr->nonPcwSideinfo.pCntSign;
+  pResultBase             = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer          = pHcr->nonPcwSideinfo.iResultPointer;
+  pEscapeSequenceInfo     = pHcr->nonPcwSideinfo.pEscapeSequenceInfo;
+  codewordOffset          = pHcr->nonPcwSideinfo.codewordOffset;
+  pSta                    = pHcr->nonPcwSideinfo.pSta;
+
+  iQSC                    = iResultPointer[codewordOffset];
+  cntSign                 = pCntSign[codewordOffset];
+
+
+  /* loop for sign bit decoding */
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    /* decrement sign counter because one sign bit has been read */
+    cntSign -= 1;
+    pCntSign[codewordOffset] = cntSign;
+
+    /* get a quantized spectral value (which was decoded in previous state) which is not zero. [This value will get a sign] */
+    while ( pResultBase[iQSC] == (FIXP_DBL)0 ) {
+      iQSC++;
+    }
+    iResultPointer[codewordOffset] = iQSC;
+
+    /* put negative sign together with quantized spectral value; if carryBit is zero, the sign is ok already; no write operation necessary in this case */
+    if ( carryBit != 0 ) {
+      pResultBase[iQSC] = - pResultBase[iQSC];                               /* carryBit = 1 --> minus */
+    }
+    iQSC++;                                                                  /* update index to next (maybe valid) value */
+    iResultPointer[codewordOffset] = iQSC;
+
+    if ( cntSign == 0 ) {
+      /* all sign bits are decoded now */
+      pRemainingBitsInSegment[segmentOffset] -= 1;                           /* last reinitialzation of for loop counter (see above) is done here */
+
+      /* check decoded values if codeword is decoded: Check if one or two escape sequences 16 follow */
+
+      /* step 0 */
+      /* restore pointer to first decoded quantized value [ = original pResultPointr] from index iNode prepared in State_BODY_SIGN_ESC__BODY */
+      iQSC = iNode[codewordOffset];
+
+      /* step 1 */
+      /* test first value if escape sequence follows */
+      flagA = 0;                                                             /* for first possible escape sequence */
+      if ( fixp_abs(pResultBase[iQSC++]) == (FIXP_DBL)ESCAPE_VALUE ) {
+        flagA = 1;
+      }
+
+      /* step 2 */
+      /* test second value if escape sequence follows */
+      flagB = 0;                                                             /* for second possible escape sequence */
+      if ( fixp_abs(pResultBase[iQSC]) == (FIXP_DBL)ESCAPE_VALUE ) {
+        flagB = 1;
+      }
+
+
+      /* step 3 */
+      /* evaluate flag result and go on if necessary */
+      if ( !flagA && !flagB ) {
+        ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                             segmentOffset,
+                             pCodewordBitfield);                             /* clear a bit in bitfield and switch off statemachine */
+      }
+      else {
+        /* at least one of two lines is 16 */
+        /* store both flags at correct positions in non PCW codeword sideinfo pEscapeSequenceInfo[codewordOffset] */
+        flags = 0;
+        flags =   flagA << POSITION_OF_FLAG_A;
+        flags |= (flagB << POSITION_OF_FLAG_B);
+        pEscapeSequenceInfo[codewordOffset] = flags;
+
+
+        /* set next state */
+        pSta[codewordOffset] = BODY_SIGN_ESC__ESC_PREFIX;
+        pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];           /* get state from separate array of cw-sideinfo */
+
+        /* set result pointer to the first line of the two decoded lines */
+        iResultPointer[codewordOffset] = iNode[codewordOffset];
+
+        if ( !flagA && flagB ) {
+          /* update pResultPointr ==> state Stat_BODY_SIGN_ESC__ESC_WORD writes to correct position. Second value is the one and only escape value */
+          iQSC = iResultPointer[codewordOffset];
+          iQSC++;
+          iResultPointer[codewordOffset] = iQSC;
+        }
+
+      }     /* at least one of two lines is 16 */
+      break;                                                                 /* nonPCW-Body at cb 11 and according sign bits are decoded */
+
+    } /* if ( cntSign == 0 ) */
+  } /* loop over remaining Bits in segment */
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                  /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__SIGN;
+      return                                 BODY_SIGN_ESC__SIGN;
+    }
+#endif
+
+  }
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: Decode escape prefix of first or second escape sequence. The escape prefix
+                  consists of ones. The following zero is also decoded here.
+-----------------------------------------------------------------------------------------------
+        output:   If the single separator-zero which follows the escape-prefix-ones is not yet decoded:
+                    The value 'escapePrefixUp' in word pEscapeSequenceInfo[codewordOffset] is updated.
+
+                  If the single separator-zero which follows the escape-prefix-ones is decoded:
+                    Two updated values 'escapePrefixUp' and 'escapePrefixDown' in word
+                    pEscapeSequenceInfo[codewordOffset]. This State is finished. Switch to next state.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN_ESC__ESC_PREFIX(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR  *pRemainingBitsInSegment;
+  USHORT *pLeftStartOfSegment;
+  USHORT *pRightStartOfSegment;
+  UCHAR   readDirection;
+  UINT   *pSegmentBitfield;
+  UINT    segmentOffset;
+  UINT   *pEscapeSequenceInfo;
+  UINT    codewordOffset;
+  UCHAR   carryBit;
+  UINT    escapePrefixUp;
+  SCHAR  *pSta;
+
+  pRemainingBitsInSegment          = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment              = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment             = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection                    = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield                 = pHcr->segmentInfo.pSegmentBitfield;
+  segmentOffset                    = pHcr->segmentInfo.segmentOffset;
+  pEscapeSequenceInfo              = pHcr->nonPcwSideinfo.pEscapeSequenceInfo;
+  codewordOffset                   = pHcr->nonPcwSideinfo.codewordOffset;
+  pSta                             = pHcr->nonPcwSideinfo.pSta;
+
+  escapePrefixUp  = (pEscapeSequenceInfo[codewordOffset] & MASK_ESCAPE_PREFIX_UP) >> LSB_ESCAPE_PREFIX_UP;
+
+
+  /* decode escape prefix */
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    /* count ones and store sum in escapePrefixUp */
+    if ( carryBit == 1 ) {
+      escapePrefixUp += 1;                                                  /* update conter for ones */
+
+      /* store updated counter in sideinfo of current codeword */
+      pEscapeSequenceInfo[codewordOffset] &= ~MASK_ESCAPE_PREFIX_UP;        /* delete old escapePrefixUp */
+      escapePrefixUp <<= LSB_ESCAPE_PREFIX_UP;                              /* shift to correct position */
+      pEscapeSequenceInfo[codewordOffset] |= escapePrefixUp;                /* insert new escapePrefixUp */
+      escapePrefixUp >>= LSB_ESCAPE_PREFIX_UP;                              /* shift back down */
+    }
+    else {  /* separator [zero] reached */
+      pRemainingBitsInSegment[segmentOffset] -= 1;                          /* last reinitialzation of for loop counter (see above) is done here */
+      escapePrefixUp += 4;                                                  /* if escape_separator '0' appears, add 4 and ==> break */
+
+      /* store escapePrefixUp in pEscapeSequenceInfo[codewordOffset] at bit position escapePrefixUp */
+      pEscapeSequenceInfo[codewordOffset] &= ~MASK_ESCAPE_PREFIX_UP;        /* delete old escapePrefixUp */
+      escapePrefixUp <<= LSB_ESCAPE_PREFIX_UP;                              /* shift to correct position */
+      pEscapeSequenceInfo[codewordOffset] |= escapePrefixUp;                /* insert new escapePrefixUp */
+      escapePrefixUp >>= LSB_ESCAPE_PREFIX_UP;                              /* shift back down */
+
+      /* store escapePrefixUp in pEscapeSequenceInfo[codewordOffset] at bit position escapePrefixDown */
+      pEscapeSequenceInfo[codewordOffset] &= ~MASK_ESCAPE_PREFIX_DOWN;      /* delete old escapePrefixDown */
+      escapePrefixUp <<= LSB_ESCAPE_PREFIX_DOWN;                            /* shift to correct position */
+      pEscapeSequenceInfo[codewordOffset] |= escapePrefixUp;                /* insert new escapePrefixDown */
+      escapePrefixUp >>= LSB_ESCAPE_PREFIX_DOWN;                            /* shift back down */
+
+      pSta[codewordOffset] = BODY_SIGN_ESC__ESC_WORD;                       /* set next state */
+      pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];           /* get state from separate array of cw-sideinfo */
+      break;
+    }
+  }
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                 /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__ESC_PREFIX;
+      return                                 BODY_SIGN_ESC__ESC_PREFIX;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     description: Decode escapeWord of escape sequence. If the escape sequence is decoded
+                  completely, assemble quantized-spectral-escape-coefficient and replace the
+                  previous decoded 16 by the new value.
+                  Test flagB. If flagB is set, the second escape sequence must be decoded. If
+                  flagB is not set, the codeword is decoded and the state machine is switched
+                  off.
+-----------------------------------------------------------------------------------------------
+        output:   Two lines with valid sign. At least one of both lines has got the correct
+                  value.
+-----------------------------------------------------------------------------------------------
+        return:   0
+-------------------------------------------------------------------------------------------- */
+UINT Hcr_State_BODY_SIGN_ESC__ESC_WORD(HANDLE_FDK_BITSTREAM bs, void *ptr)
+{
+  H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
+  SCHAR     *pRemainingBitsInSegment;
+  USHORT    *pLeftStartOfSegment;
+  USHORT    *pRightStartOfSegment;
+  UCHAR      readDirection;
+  UINT      *pSegmentBitfield;
+  UINT      *pCodewordBitfield;
+  UINT       segmentOffset;
+
+  FIXP_DBL  *pResultBase;
+  USHORT    *iResultPointer;
+  UINT      *pEscapeSequenceInfo;
+  UINT       codewordOffset;
+
+  UINT       escapeWord;
+  UINT       escapePrefixDown;
+  UINT       escapePrefixUp;
+  UCHAR      carryBit;
+  UINT       iQSC;
+  INT        sign;
+  UINT       flagA;
+  UINT       flagB;
+  SCHAR     *pSta;
+
+  pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
+  pLeftStartOfSegment     = pHcr->segmentInfo.pLeftStartOfSegment;
+  pRightStartOfSegment    = pHcr->segmentInfo.pRightStartOfSegment;
+  readDirection           = pHcr->segmentInfo.readDirection;
+  pSegmentBitfield        = pHcr->segmentInfo.pSegmentBitfield;
+  pCodewordBitfield       = pHcr->segmentInfo.pCodewordBitfield;
+  segmentOffset           = pHcr->segmentInfo.segmentOffset;
+
+  pResultBase             = pHcr->nonPcwSideinfo.pResultBase;
+  iResultPointer          = pHcr->nonPcwSideinfo.iResultPointer;
+  pEscapeSequenceInfo     = pHcr->nonPcwSideinfo.pEscapeSequenceInfo;
+  codewordOffset          = pHcr->nonPcwSideinfo.codewordOffset;
+  pSta                    = pHcr->nonPcwSideinfo.pSta;
+
+  escapeWord       =  pEscapeSequenceInfo[codewordOffset] & MASK_ESCAPE_WORD;
+  escapePrefixDown = (pEscapeSequenceInfo[codewordOffset] & MASK_ESCAPE_PREFIX_DOWN) >> LSB_ESCAPE_PREFIX_DOWN;
+
+
+  /* decode escape word */
+  for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 ) {
+
+    carryBit = HcrGetABitFromBitstream( bs,
+                                       &pLeftStartOfSegment[segmentOffset],
+                                       &pRightStartOfSegment[segmentOffset],
+                                        readDirection);
+
+    /* build escape word */
+    escapeWord <<= 1;                                                       /* left shift previous decoded part of escapeWord by on bit */
+    escapeWord = escapeWord | carryBit;                                     /* assemble escape word by bitwise or */
+
+    /* decrement counter for length of escape word because one more bit was decoded */
+    escapePrefixDown -= 1;
+
+    /* store updated escapePrefixDown */
+    pEscapeSequenceInfo[codewordOffset] &= ~MASK_ESCAPE_PREFIX_DOWN;        /* delete old escapePrefixDown */
+    escapePrefixDown <<= LSB_ESCAPE_PREFIX_DOWN;                            /* shift to correct position */
+    pEscapeSequenceInfo[codewordOffset] |= escapePrefixDown;                /* insert new escapePrefixDown */
+    escapePrefixDown >>= LSB_ESCAPE_PREFIX_DOWN;                            /* shift back */
+
+
+    /* store updated escapeWord */
+    pEscapeSequenceInfo[codewordOffset] &= ~MASK_ESCAPE_WORD;               /* delete old escapeWord */
+    pEscapeSequenceInfo[codewordOffset] |= escapeWord;                      /* insert new escapeWord */
+
+
+    if ( escapePrefixDown == 0 ) {
+      pRemainingBitsInSegment[segmentOffset] -= 1;                          /* last reinitialzation of for loop counter (see above) is done here */
+
+      /* escape sequence decoded. Assemble escape-line and replace original line */
+
+      /* step 0 */
+      /* derive sign */
+      iQSC = iResultPointer[codewordOffset];
+      sign = (pResultBase[iQSC] >= (FIXP_DBL)0) ? 1 : -1;                                         /* get sign of escape value 16 */
+
+      /* step 1 */
+      /* get escapePrefixUp */
+      escapePrefixUp = (pEscapeSequenceInfo[codewordOffset] & MASK_ESCAPE_PREFIX_UP) >> LSB_ESCAPE_PREFIX_UP;
+
+      /* step 2 */
+      /* calculate escape value */
+      pResultBase[iQSC] = (FIXP_DBL)(sign * (((INT) 1 << escapePrefixUp) + escapeWord));
+
+      /* get both flags from sideinfo (flags are not shifted to the lsb-position) */
+      flagA = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_A;
+      flagB = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_B;
+
+      /* step 3 */
+      /* clear the whole escape sideinfo word */
+      pEscapeSequenceInfo[codewordOffset] = 0;
+
+      /* change state in dependence of flag flagB */
+      if ( flagA != 0 ) {
+        /* first escape sequence decoded; previous decoded 16 has been replaced by valid line */
+
+        /* clear flagA in sideinfo word because this escape sequence has already beed decoded */
+        pEscapeSequenceInfo[codewordOffset] &= ~MASK_FLAG_A;
+
+        if ( flagB == 0 ) {
+          ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                               segmentOffset,
+                               pCodewordBitfield);                          /* clear a bit in bitfield and switch off statemachine */
+        }
+        else {
+          /* updated pointer to next and last 16 */
+          iQSC++;
+          iResultPointer[codewordOffset] = iQSC;
+
+          /* change state */
+          pSta[codewordOffset] = BODY_SIGN_ESC__ESC_PREFIX;
+          pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]]; /* get state from separate array of cw-sideinfo */
+        }
+      }
+      else {
+        ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                             segmentOffset,
+                             pCodewordBitfield);                            /* clear a bit in bitfield and switch off statemachine */
+      }
+      break;
+    }
+  }
+
+  if ( pRemainingBitsInSegment[segmentOffset] <= 0 ) {
+    ClearBitFromBitfield(&(pHcr->nonPcwSideinfo.pState),
+                         segmentOffset,
+                         pSegmentBitfield);                                 /* clear a bit in bitfield and switch off statemachine */
+
+#if STATE_MACHINE_ERROR_CHECK
+    if ( pRemainingBitsInSegment[segmentOffset] < 0 ) {
+      pHcr->decInOut.errorLog |= STATE_ERROR_BODY_SIGN_ESC__ESC_WORD;
+      return                                 BODY_SIGN_ESC__ESC_WORD;
+    }
+#endif
+  }
+
+  return STOP_THIS_STATE;
+}
+
diff --git a/libAACdec/src/aacdec_hcrs.h b/libAACdec/src/aacdec_hcrs.h
new file mode 100644 (file)
index 0000000..678ba26
--- /dev/null
@@ -0,0 +1,153 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: HCR Decoder: Defines of state-constants, masks and
+                state-prototypes
+
+*******************************************************************************/
+
+#ifndef _AACDEC_HCRS_H_
+#define _AACDEC_HCRS_H_
+
+
+
+#include "FDK_bitstream.h"
+#include "aacdec_hcr_types.h"
+                                                    /* The four different kinds of types of states are:                     */
+/* different states are defined as constants */     /* start   middle=self   next   stop                                    */
+#define  STOP_THIS_STATE             0              /*                                                                      */
+#define  BODY_ONLY                   1              /*   X          X                X                                      */
+#define  BODY_SIGN__BODY             2              /*   X          X         X      X [stop if no sign]                    */
+#define  BODY_SIGN__SIGN             3              /*              X                X [stop if sign bits decoded]          */
+#define  BODY_SIGN_ESC__BODY         4              /*   X          X         X      X [stop if no sign]                    */
+#define  BODY_SIGN_ESC__SIGN         5              /*              X         X      X [stop if no escape sequence]         */
+#define  BODY_SIGN_ESC__ESC_PREFIX   6              /*              X         X                                             */
+#define  BODY_SIGN_ESC__ESC_WORD     7              /*              X         X      X [stop if abs(second qsc) != 16]      */
+
+/* examples: */
+
+/* BODY_ONLY                    means only the codeword body will be decoded; no sign bits will follow and no escapesequence will follow */
+
+/* BODY_SIGN__BODY              means that the codeword consists of two parts; body and sign part. The part '__BODY' after the two underscores shows */
+/*                              that the bits which are currently decoded belong to the '__BODY' of the codeword and not to the sign part. */
+
+/* BODY_SIGN_ESC__ESC_PB        means that the codeword consists of three parts; body, sign and (here: two) escape sequences;  */
+/*                              P = Prefix = ones */
+/*                              W = Escape Word */
+/*                              A = first possible (of two) Escape sequeces */
+/*                              B = second possible (of two) Escape sequeces */
+/*                              The part after the two underscores shows that the current bits which are decoded belong to the '__ESC_PB' - part of the */
+/*                              codeword. That means the body and the sign bits are decoded completely and the bits which are decoded now belong to */
+/*                              the escape sequence [P = prefix; B=second possible escape sequence] */
+
+
+#define   MSB_31_MASK                       0x80000000              /* masks MSB (= Bit 31) in a 32 bit word */
+#define   DIMENSION_OF_ESCAPE_CODEBOOK      2                       /* for cb >= 11 is dimension 2 */
+#define   ESCAPE_CODEBOOK                   11
+
+#define   MASK_ESCAPE_PREFIX_UP             0x000F0000
+#define   LSB_ESCAPE_PREFIX_UP              16
+
+#define   MASK_ESCAPE_PREFIX_DOWN           0x0000F000
+#define   LSB_ESCAPE_PREFIX_DOWN            12
+
+#define   MASK_ESCAPE_WORD                  0x00000FFF
+#define   MASK_FLAG_A                       0x00200000
+#define   MASK_FLAG_B                       0x00100000
+
+
+extern void DecodeNonPCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO hHcr);
+
+UINT Hcr_State_BODY_ONLY                 (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN__BODY           (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN__SIGN           (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN_ESC__BODY       (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN_ESC__SIGN       (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN_ESC__ESC_PREFIX (HANDLE_FDK_BITSTREAM, void*);
+UINT Hcr_State_BODY_SIGN_ESC__ESC_WORD   (HANDLE_FDK_BITSTREAM, void*);
+
+#endif /* _AACDEC_HCRS_H_ */
+
diff --git a/libAACdec/src/aacdec_pns.cpp b/libAACdec/src/aacdec_pns.cpp
new file mode 100644 (file)
index 0000000..541ef07
--- /dev/null
@@ -0,0 +1,382 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: perceptual noise substitution tool
+
+******************************************************************************/
+
+#include "aacdec_pns.h"
+
+
+#include "aac_ram.h"
+#include "aac_rom.h"
+#include "channelinfo.h"
+#include "block.h"
+#include "FDK_bitstream.h"
+
+#include "genericStds.h"
+
+
+#define NOISE_OFFSET 90           /* cf. ISO 14496-3 p. 175 */
+
+/*!
+  \brief Reset InterChannel and PNS data
+
+  The function resets the InterChannel and PNS data
+*/
+void CPns_ResetData(
+    CPnsData *pPnsData,
+    CPnsInterChannelData *pPnsInterChannelData
+    )
+{
+  /* Assign pointer always, since pPnsData is not persistent data */
+  pPnsData->pPnsInterChannelData = pPnsInterChannelData;
+  pPnsData->PnsActive = 0;
+  pPnsData->CurrentEnergy = 0;
+
+  FDKmemclear(pPnsData->pnsUsed,(8*16)*sizeof(UCHAR));
+  FDKmemclear(pPnsInterChannelData->correlated,(8*16)*sizeof(UCHAR));
+}
+
+/*!
+  \brief Initialize PNS data
+
+  The function initializes the PNS data
+*/
+void CPns_InitPns(
+    CPnsData *pPnsData,
+    CPnsInterChannelData *pPnsInterChannelData,
+    INT* currentSeed, INT* randomSeed)
+{
+  /* save pointer to inter channel data */
+  pPnsData->pPnsInterChannelData = pPnsInterChannelData;
+
+  /* use pointer because seed has to be
+     same, left and right channel ! */
+  pPnsData->currentSeed = currentSeed;
+  pPnsData->randomSeed  = randomSeed;
+}
+
+/*!
+  \brief Indicates if PNS is used
+
+  The function returns a value indicating whether PNS is used or not
+  acordding to the noise energy
+
+  \return  PNS used
+*/
+int CPns_IsPnsUsed (const CPnsData *pPnsData,
+                    const int group,
+                    const int band)
+{
+  unsigned pns_band = group*16+band;
+
+  return pPnsData->pnsUsed[pns_band] & (UCHAR)1;
+}
+
+/*!
+  \brief Set correlation
+
+  The function activates the noise correlation between the channel pair
+*/
+void CPns_SetCorrelation(CPnsData *pPnsData,
+                         const int group,
+                         const int band,
+                         const int outofphase)
+{
+  CPnsInterChannelData *pInterChannelData = pPnsData->pPnsInterChannelData;
+  unsigned pns_band = group*16+band;
+
+  pInterChannelData->correlated[pns_band] = (outofphase) ? 3 : 1;
+}
+
+/*!
+  \brief Indicates if correlation is used
+
+  The function indicates if the noise correlation between the channel pair
+  is activated
+
+  \return  PNS is correlated
+*/
+static
+int CPns_IsCorrelated(const CPnsData *pPnsData,
+                      const int group,
+                      const int band)
+{
+  CPnsInterChannelData *pInterChannelData = pPnsData->pPnsInterChannelData;
+  unsigned pns_band = group*16+band;
+
+  return (pInterChannelData->correlated[pns_band] & 0x01) ? 1 : 0;
+}
+
+/*!
+  \brief Indicates if correlated out of phase mode is used.
+
+  The function indicates if the noise correlation between the channel pair
+  is activated in out-of-phase mode.
+
+  \return  PNS is out-of-phase
+*/
+static
+int CPns_IsOutOfPhase(const CPnsData *pPnsData,
+                      const int group,
+                      const int band)
+{
+  CPnsInterChannelData *pInterChannelData = pPnsData->pPnsInterChannelData;
+  unsigned pns_band = group*16+band;
+
+  return (pInterChannelData->correlated[pns_band] & 0x02) ? 1 : 0;
+}
+
+/*!
+  \brief Read PNS information
+
+  The function reads the PNS information from the bitstream
+*/
+void CPns_Read (CPnsData *pPnsData,
+                HANDLE_FDK_BITSTREAM bs,
+                const CodeBookDescription *hcb,
+                SHORT *pScaleFactor,
+                UCHAR global_gain,
+                int band,
+                int group /* = 0 */)
+{
+  int delta ;
+  UINT pns_band = group*16+band;
+
+  if (pPnsData->PnsActive) {
+    /* Next PNS band case */
+    delta = CBlock_DecodeHuffmanWord (bs, hcb) - 60;
+  } else {
+    /* First PNS band case */
+    int noiseStartValue = FDKreadBits(bs,9);
+
+    delta = noiseStartValue - 256 ;
+    pPnsData->PnsActive = 1;
+    pPnsData->CurrentEnergy = global_gain - NOISE_OFFSET;
+  }
+
+  pPnsData->CurrentEnergy += delta ;
+  pScaleFactor[pns_band] = pPnsData->CurrentEnergy;
+
+  pPnsData->pnsUsed[pns_band] = 1;
+}
+
+
+/**
+ * \brief Generate a vector of noise of given length. The noise values are
+ *        scaled in order to yield a noise energy of 1.0
+ * \param spec pointer to were the noise values will be written to.
+ * \param size amount of noise values to be generated.
+ * \param pRandomState pointer to the state of the random generator being used.
+ * \return exponent of generated noise vector.
+ */
+static int GenerateRandomVector (FIXP_DBL *RESTRICT spec,
+                                  int size,
+                                  int *pRandomState)
+{
+  int i, invNrg_e = 0, nrg_e = 0;
+  FIXP_DBL invNrg_m, nrg_m = FL2FXCONST_DBL(0.0f) ;
+  FIXP_DBL *RESTRICT ptr = spec;
+  int randomState = *pRandomState;
+
+#define GEN_NOISE_NRG_SCALE 7
+
+  /* Generate noise and calculate energy. */
+  for (i=0; i<size; i++)
+  {
+    randomState = (1664525L * randomState) + 1013904223L; // Numerical Recipes
+    nrg_m = fPow2AddDiv2(nrg_m, (FIXP_DBL)randomState>>GEN_NOISE_NRG_SCALE);
+    *ptr++ = (FIXP_DBL)randomState;
+  }
+  nrg_e = GEN_NOISE_NRG_SCALE*2 + 1;
+
+  /* weight noise with = 1 / sqrt_nrg; */
+  invNrg_m = invSqrtNorm2(nrg_m<<1, &invNrg_e);
+  invNrg_e += -((nrg_e-1)>>1);
+
+  for (i=size; i--; )
+  {
+    spec[i] = fMult(spec[i], invNrg_m);
+  }
+
+  /* Store random state */
+  *pRandomState = randomState;
+
+  return invNrg_e;
+}
+
+static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase)
+{
+  int i, shift, sfExponent;
+  FIXP_DBL sfMatissa;
+
+  /* Get gain from scale factor value = 2^(scaleFactor * 0.25) */
+  sfMatissa = MantissaTable[scaleFactor & 0x03][0];
+  /* sfExponent = (scaleFactor >> 2) + ExponentTable[scaleFactor & 0x03][0]; */
+  /* Note:  ExponentTable[scaleFactor & 0x03][0] is always 1. */
+  sfExponent = (scaleFactor >> 2) + 1;
+
+  if (out_of_phase != 0) {
+    sfMatissa = -sfMatissa;
+  }
+
+  /* +1 because of fMultDiv2 below. */
+  shift = sfExponent - specScale + 1 + noise_e;
+
+  /* Apply gain to noise values */
+  if (shift>=0) {
+    shift = fixMin( shift, DFRACT_BITS-1 );
+    for (i = size ; i-- != 0; ) {
+      spec [i] = fMultDiv2 (spec [i], sfMatissa) << shift;
+    }
+  } else {
+    shift = fixMin( -shift, DFRACT_BITS-1 );
+    for (i = size ; i-- != 0; ) {
+      spec [i] = fMultDiv2 (spec [i], sfMatissa) >> shift;
+    }
+  }
+}
+
+
+/*!
+  \brief Apply PNS
+
+  The function applies PNS (i.e. it generates noise) on the bands
+  flagged as noisy bands
+
+*/
+void CPns_Apply (const CPnsData *pPnsData,
+                 const CIcsInfo *pIcsInfo,
+                 SPECTRAL_PTR pSpectrum,
+                 const SHORT    *pSpecScale,
+                 const SHORT    *pScaleFactor,
+                 const SamplingRateInfo *pSamplingRateInfo,
+                 const INT granuleLength,
+                 const int channel)
+{
+  if (pPnsData->PnsActive) {
+    const short *BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo);
+
+    int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(pIcsInfo);
+
+    for (int window = 0, group = 0; group < GetWindowGroups(pIcsInfo); group++) {
+      for (int groupwin = 0; groupwin < GetWindowGroupLength(pIcsInfo, group); groupwin++, window++) {
+        FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength);
+
+        for (int band = 0 ; band < ScaleFactorBandsTransmitted; band++) {
+          if (CPns_IsPnsUsed (pPnsData, group, band)) {
+            UINT pns_band = group*16+band;
+
+            int bandWidth = BandOffsets [band + 1] - BandOffsets [band] ;
+            int noise_e;
+
+            FDK_ASSERT(bandWidth >= 0);
+
+            if (channel > 0 && CPns_IsCorrelated(pPnsData, group, band))
+            {
+              noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
+                                    &pPnsData->randomSeed [pns_band]) ;
+            }
+            else
+            {
+              pPnsData->randomSeed [pns_band] = *pPnsData->currentSeed ;
+
+              noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
+                                    pPnsData->currentSeed) ;
+            }
+
+            int outOfPhase  = CPns_IsOutOfPhase (pPnsData, group, band);
+
+            ScaleBand (spectrum + BandOffsets [band], bandWidth,
+                       pScaleFactor[pns_band],
+                       pSpecScale[window], noise_e, outOfPhase) ;
+          }
+        }
+      }
+    }
+  }
+}
diff --git a/libAACdec/src/aacdec_pns.h b/libAACdec/src/aacdec_pns.h
new file mode 100644 (file)
index 0000000..fc9bdcb
--- /dev/null
@@ -0,0 +1,120 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: perceptual noise substitution tool
+
+******************************************************************************/
+
+#ifndef PNS_H
+#define PNS_H
+
+#include "common_fix.h"
+
+
+#define NO_OFBANDS ((8*16))
+
+typedef struct {
+  UCHAR correlated[NO_OFBANDS];
+} CPnsInterChannelData;
+
+typedef struct {
+  CPnsInterChannelData *pPnsInterChannelData;
+  UCHAR  pnsUsed[NO_OFBANDS];
+  int    CurrentEnergy;
+  UCHAR  PnsActive;
+  INT   *currentSeed;
+  INT   *randomSeed;
+} CPnsData;
+
+void CPns_InitPns ( CPnsData *pPnsData,
+                    CPnsInterChannelData *pPnsInterChannelData,
+                    INT* currentSeed,
+                    INT* randomSeed );
+
+void CPns_ResetData ( CPnsData *pPnsData, CPnsInterChannelData *pPnsInterChannelData );
+
+
+#endif /* #ifndef PNS_H */
diff --git a/libAACdec/src/aacdec_tns.cpp b/libAACdec/src/aacdec_tns.cpp
new file mode 100644 (file)
index 0000000..352f04a
--- /dev/null
@@ -0,0 +1,412 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: temporal noise shaping tool
+
+******************************************************************************/
+
+#include "aacdec_tns.h"
+#include "aac_rom.h"
+#include "FDK_bitstream.h"
+#include "channelinfo.h"
+
+
+
+/*!
+  \brief Reset tns data
+
+  The function resets the tns data
+
+  \return  none
+*/
+void CTns_Reset(CTnsData *pTnsData)
+{
+  /* Note: the following FDKmemclear should not be required. */
+  FDKmemclear(pTnsData->Filter, TNS_MAX_WINDOWS*TNS_MAXIMUM_FILTERS*sizeof(CFilter));
+  FDKmemclear(pTnsData->NumberOfFilters, TNS_MAX_WINDOWS*sizeof(UCHAR));
+  pTnsData->DataPresent = 0;
+  pTnsData->Active = 0;
+}
+
+void CTns_ReadDataPresentFlag(HANDLE_FDK_BITSTREAM bs,    /*!< pointer to bitstream */
+                              CTnsData *pTnsData)         /*!< pointer to aac decoder channel info */
+{
+  pTnsData->DataPresent = (UCHAR) FDKreadBits(bs,1);
+}
+
+/*!
+  \brief Read tns data from bitstream
+
+  The function reads the elements for tns from
+  the bitstream.
+
+  \return  none
+*/
+AAC_DECODER_ERROR CTns_Read(HANDLE_FDK_BITSTREAM bs,
+                            CTnsData *pTnsData,
+                            const CIcsInfo *pIcsInfo,
+                            const UINT flags)
+{
+  UCHAR n_filt,order;
+  UCHAR length,coef_res,coef_compress;
+  UCHAR window;
+  UCHAR wins_per_frame = GetWindowsPerFrame(pIcsInfo);
+  UCHAR isLongFlag = IsLongBlock(pIcsInfo);
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+
+  if (!pTnsData->DataPresent) {
+    return ErrorStatus;
+  }
+
+  for (window = 0; window < wins_per_frame; window++)
+  {
+    pTnsData->NumberOfFilters[window] = n_filt = (UCHAR) FDKreadBits(bs, isLongFlag ? 2 : 1);
+
+    if (pTnsData->NumberOfFilters[window] > TNS_MAXIMUM_FILTERS){
+        pTnsData->NumberOfFilters[window] = n_filt = TNS_MAXIMUM_FILTERS;
+    }
+
+    if (n_filt)
+    {
+      int index;
+      UCHAR nextstopband;
+
+      coef_res = (UCHAR) FDKreadBits(bs,1);
+
+      nextstopband = GetScaleFactorBandsTotal(pIcsInfo);
+
+      for (index=0; index < n_filt; index++)
+      {
+        CFilter *filter = &pTnsData->Filter[window][index];
+
+        length = (UCHAR)FDKreadBits(bs, isLongFlag ? 6 : 4);
+
+        if (length > nextstopband){
+          length = nextstopband;
+        }
+
+        filter->StartBand = nextstopband - length;
+        filter->StopBand  = nextstopband;
+        nextstopband = filter->StartBand;
+
+        {
+          filter->Order = order = (UCHAR) FDKreadBits(bs, isLongFlag ? 5 : 3);
+        }
+
+        if (filter->Order > TNS_MAXIMUM_ORDER){
+          filter->Order = order = TNS_MAXIMUM_ORDER;
+        }
+
+        if (order)
+        {
+          UCHAR coef,s_mask;
+          UCHAR i;
+          SCHAR n_mask;
+          static const UCHAR sgn_mask[] = {  0x2,  0x4,  0x8 };
+          static const SCHAR neg_mask[] = { ~0x3, ~0x7, ~0xF };
+
+          filter->Direction = FDKreadBits(bs,1) ? -1 : 1;
+
+          coef_compress = (UCHAR) FDKreadBits(bs,1);
+
+          filter->Resolution = coef_res + 3;
+
+          s_mask = sgn_mask[coef_res + 1 - coef_compress];
+          n_mask = neg_mask[coef_res + 1 - coef_compress];
+
+          for (i=0; i < order; i++)
+          {
+            coef = (UCHAR) FDKreadBits(bs,filter->Resolution - coef_compress);
+            filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
+          }
+        }
+      }
+    }
+  }
+
+  pTnsData->Active = 1;
+
+  return ErrorStatus;
+}
+
+
+static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order)
+{
+  // - Simple all-pole filter of order "order" defined by
+  //   y(n) =  x(n) - a(2)*y(n-1) - ... - a(order+1)*y(n-order)
+  //
+  // - The state variables of the filter are initialized to zero every time
+  //
+  // - The output data is written over the input data ("in-place operation")
+  //
+  // - An input vector of "size" samples is processed and the index increment
+  //   to the next data sample is given by "inc"
+
+  int i,j,N;
+  FIXP_DBL *pSpec;
+  FIXP_DBL maxVal=FL2FXCONST_DBL(0.0);
+  INT s;
+
+  FDK_ASSERT(order <= TNS_MAXIMUM_ORDER);
+  C_ALLOC_SCRATCH_START(state, FIXP_DBL, TNS_MAXIMUM_ORDER);
+  FDKmemclear(state, order*sizeof(FIXP_DBL));
+
+  for (i=0; i<size; i++) {
+    maxVal = fixMax(maxVal,fixp_abs(spec[i]));
+  }
+
+  if ( maxVal > FL2FXCONST_DBL(0.03125*0.70710678118) )
+    s = fixMax(CntLeadingZeros(maxVal)-6,0);
+  else
+    s = fixMax(CntLeadingZeros(maxVal)-5,0);
+
+  s = fixMin(s,2);
+  s = s-1;
+
+  if (inc == -1)
+    pSpec = &spec[size - 1];
+  else
+    pSpec = &spec[0];
+
+  FIXP_TCC *pCoeff;
+
+#define FIRST_PART_FLTR                                              \
+    FIXP_DBL x, *pState = state;                                     \
+    pCoeff = coeff;                                                  \
+                                                                     \
+    if (s < 0)                                                       \
+      x = (pSpec [0]>>1) + fMultDiv2 (*pCoeff++, pState [0]) ;       \
+    else                                                             \
+      x = (pSpec [0]<<s) + fMultDiv2 (*pCoeff++, pState [0]) ;
+
+#define INNER_FLTR_INLINE                                            \
+      x = fMultAddDiv2 (x, *pCoeff, pState [1]);                     \
+      pState [0] = pState [1] - (fMultDiv2 (*pCoeff++, x) <<2) ;     \
+      pState++;
+
+#define LAST_PART_FLTR                                               \
+      if (s < 0)                                                     \
+        *pSpec = x << 1;                                             \
+      else                                                           \
+        *pSpec = x >> s;                                             \
+      *pState =(-x) << 1;                                            \
+      pSpec   += inc ;
+
+
+   if (order>8)
+   {
+      N = (order-1)&7;
+
+      for (i = size ; i != 0 ; i--)
+      {
+        FIRST_PART_FLTR
+
+        for (j = N; j > 0 ; j--) { INNER_FLTR_INLINE }
+
+        INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE
+        INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE
+
+        LAST_PART_FLTR
+      }
+
+   } else if (order>4) {
+
+      N = (order-1)&3;
+
+      for (i = size ; i != 0 ; i--)
+      {
+        FIRST_PART_FLTR
+        for (j = N; j > 0 ; j--) { INNER_FLTR_INLINE }
+
+        INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE INNER_FLTR_INLINE
+
+        LAST_PART_FLTR
+      }
+
+   } else {
+
+      N = order-1;
+
+      for (i = size ; i != 0 ; i--)
+      {
+        FIRST_PART_FLTR
+
+        for (j = N; j > 0 ; j--) { INNER_FLTR_INLINE }
+
+        LAST_PART_FLTR
+      }
+   }
+
+   C_ALLOC_SCRATCH_END(state, FIXP_DBL, TNS_MAXIMUM_ORDER);
+}
+
+/*!
+  \brief Apply tns to spectral lines
+
+  The function applies the tns to the spectrum,
+
+  \return  none
+*/
+void CTns_Apply (
+        CTnsData *RESTRICT pTnsData, /*!< pointer to aac decoder info */
+        const CIcsInfo *pIcsInfo,
+        SPECTRAL_PTR pSpectralCoefficient,
+        const SamplingRateInfo *pSamplingRateInfo,
+        const INT granuleLength
+        )
+{
+  int window,index,start,stop,size;
+
+
+  if (pTnsData->Active)
+  {
+      C_AALLOC_SCRATCH_START(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
+
+      for (window=0; window < GetWindowsPerFrame(pIcsInfo); window++)
+      {
+        FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength);
+
+        for (index=0; index < pTnsData->NumberOfFilters[window]; index++)
+        {
+          CFilter *RESTRICT filter = &pTnsData->Filter[window][index];
+
+          if (filter->Order > 0)
+          {
+             FIXP_TCC *pCoeff;
+             int tns_max_bands;
+
+             pCoeff = &coeff[filter->Order-1];
+             if (filter->Resolution == 3)
+             {
+               int i;
+               for (i=0; i < filter->Order; i++)
+                 *pCoeff-- = FDKaacDec_tnsCoeff3[filter->Coeff[i]+4];
+             }
+             else
+             {
+               int i;
+               for (i=0; i < filter->Order; i++)
+                 *pCoeff-- = FDKaacDec_tnsCoeff4[filter->Coeff[i]+8];
+             }
+
+             switch (granuleLength) {
+               case 480:
+                 tns_max_bands = tns_max_bands_tbl_480[pSamplingRateInfo->samplingRateIndex];
+                 break;
+               case 512:
+                 tns_max_bands = tns_max_bands_tbl_512[pSamplingRateInfo->samplingRateIndex];
+                 break;
+               default:
+                 tns_max_bands = GetMaximumTnsBands(pIcsInfo, pSamplingRateInfo->samplingRateIndex);
+                 break;
+             }
+
+             start = fixMin( fixMin(filter->StartBand, tns_max_bands),
+                             GetScaleFactorBandsTransmitted(pIcsInfo) );
+
+             start = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[start];
+
+             stop = fixMin( fixMin(filter->StopBand, tns_max_bands),
+                            GetScaleFactorBandsTransmitted(pIcsInfo) );
+
+             stop = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[stop];
+
+             size = stop - start;
+
+             if (size > 0) {
+               CTns_Filter(&pSpectrum[start],
+                            size,
+                            filter->Direction,
+                            coeff,
+                            filter->Order );
+             }
+          }
+        }
+      }
+      C_AALLOC_SCRATCH_END(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
+  }
+
+}
diff --git a/libAACdec/src/aacdec_tns.h b/libAACdec/src/aacdec_tns.h
new file mode 100644 (file)
index 0000000..f029d96
--- /dev/null
@@ -0,0 +1,126 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: temporal noise shaping tool
+
+******************************************************************************/
+
+#ifndef TNS_H
+#define TNS_H
+
+#include "common_fix.h"
+
+enum
+{
+  TNS_MAX_WINDOWS = 8,    /* 8 */
+  TNS_MAXIMUM_ORDER   = 20,  /* 12 for AAC-LC and AAC-SSR. Set to 20 for AAC-Main (AOT 1). Some broken encoders also do order 20 for AAC-LC :( */
+  TNS_MAXIMUM_FILTERS = 3
+};
+
+typedef struct
+{
+  SCHAR Coeff[TNS_MAXIMUM_ORDER];
+
+  UCHAR StartBand;
+  UCHAR StopBand;
+
+  SCHAR Direction;
+  SCHAR Resolution;
+
+  UCHAR Order;
+} CFilter;
+
+typedef struct
+{
+  CFilter Filter[TNS_MAX_WINDOWS][TNS_MAXIMUM_FILTERS];
+  UCHAR NumberOfFilters[TNS_MAX_WINDOWS];
+  UCHAR DataPresent;
+  UCHAR Active;
+} CTnsData;
+
+void CTns_Reset(CTnsData *pTnsData);
+
+#endif /* #ifndef TNS_H */
diff --git a/libAACdec/src/aacdecoder.cpp b/libAACdec/src/aacdecoder.cpp
new file mode 100644 (file)
index 0000000..3a2a561
--- /dev/null
@@ -0,0 +1,1787 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+
+/*!
+  \page default General Overview of the AAC Decoder Implementation
+
+  The main entry point to decode a AAC frame is CAacDecoder_DecodeFrame(). It handles the different
+  transport multiplexes and bitstream formats supported by this implementation. It extracts the
+  AAC_raw_data_blocks from these bitstreams to further process then in the actual decoding stages.
+
+  Note: Click on a function of file in the above image to see details about the function. Also note, that
+  this is just an overview of the most important functions and not a complete call graph.
+
+  <h2>1 Bitstream deformatter</h2>
+  The basic bit stream parser function CChannelElement_Read() is called. It uses other subcalls in order
+  to parse and unpack the bitstreams. Note, that this includes huffmann decoding of the coded spectral data.
+  This operation can be computational significant specifically at higher bitrates. Optimization is likely in
+  CBlock_ReadSpectralData().
+
+  The bitstream deformatter also includes many bitfield operations. Profiling on the target will determine
+  required optimizations.
+
+  <h2>2 Actual decoding to retain the time domain output</h2>
+  The basic bitstream deformatter function CChannelElement_Decode() for CPE elements and SCE elements are called.
+  Except for the stereo processing (2.1) which is only used for CPE elements, the function calls for CPE or SCE
+  are similar, except that CPE always processes to independent channels while SCE only processes one channel.
+
+  Often there is the distinction between long blocks and short blocks. However, computational expensive functions
+  that ususally require optimization are being shared by these two groups,
+
+  <h3>2.1 Stereo processing for CPE elements</h3>
+  CChannelPairElement_Decode() first calles the joint stereo  tools in stereo.cpp when required.
+
+  <h3>2.2 Scaling of spectral data</h3>
+  CBlock_ScaleSpectralData().
+
+  <h3>2.3 Apply additional coding tools</h3>
+  ApplyTools() calles the PNS tools in case of MPEG-4 bitstreams, and TNS filtering CTns_Apply() for MPEG-2 and MPEG-4 bitstreams.
+  The function TnsFilterIIR() which is called by CTns_Apply() (2.3.1) might require some optimization.
+
+  <h2>3 Frequency-To-Time conversion</h3>
+  The filterbank is called using CBlock_FrequencyToTime() using the MDCT module from the FDK Tools
+
+*/
+
+
+
+#include "aacdecoder.h"
+
+#include "aac_rom.h"
+#include "aac_ram.h"
+#include "channel.h"
+#include "FDK_audio.h"
+
+#include "FDK_tools_rom.h"
+
+  #include "aacdec_pns.h"
+
+  #include "sbrdecoder.h"
+
+
+
+
+  #include "aacdec_hcr.h"
+  #include "rvlc.h"
+
+
+#include "tpdec_lib.h"
+
+#include "conceal.h"
+
+
+
+#define CAN_DO_PS(aot) \
+  ((aot) == AOT_AAC_LC \
+|| (aot) == AOT_SBR \
+|| (aot) == AOT_PS \
+|| (aot) == AOT_ER_BSAC \
+|| (aot) == AOT_DRM_AAC)
+
+#define IS_USAC(aot) \
+  ((aot) == AOT_USAC \
+|| (aot) == AOT_RSVD50)
+
+#define IS_LOWDELAY(aot) \
+  ((aot) == AOT_ER_AAC_LD \
+|| (aot) == AOT_ER_AAC_ELD)
+
+void CAacDecoder_SyncQmfMode(HANDLE_AACDECODER self)
+{
+
+  /* Assign user requested mode */
+  self->qmfModeCurr = self->qmfModeUser;
+
+  if ( self->qmfModeCurr == NOT_DEFINED )
+  {
+    if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT))
+      || ( (self->streamInfo.aacNumChannels == 1)
+        && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT))
+          || (  IS_USAC(self->streamInfo.aot) &&  (self->flags & AC_MPS_PRESENT)) ) ) )
+    {
+      self->qmfModeCurr = MODE_HQ;
+    } else {
+      self->qmfModeCurr = MODE_LP;
+    }
+  }
+
+
+  /* Set SBR to current QMF mode. Error does not matter. */
+  sbrDecoder_SetParam(self->hSbrDecoder, SBR_QMF_MODE, (self->qmfModeCurr == MODE_LP));
+  self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! (self->flags & AC_MPS_PRESENT))) && self->qmfModeCurr == MODE_HQ ;
+  FDK_ASSERT( ! ( (self->flags & AC_MPS_PRESENT) && self->psPossible ) );
+}
+
+void CAacDecoder_SignalInterruption(HANDLE_AACDECODER self)
+{
+}
+
+/*!
+  \brief Reset ancillary data struct. Call before parsing a new frame.
+
+  \ancData Pointer to ancillary data structure
+
+  \return  Error code
+*/
+static AAC_DECODER_ERROR CAacDecoder_AncDataReset(CAncData *ancData)
+{
+  int i;
+  for (i=0; i<8; i++)
+  {
+    ancData->offset[i] = 0;
+  }
+  ancData->nrElements = 0;
+
+  return AAC_DEC_OK;
+}
+
+/*!
+  \brief Initialize ancillary buffer
+
+  \ancData Pointer to ancillary data structure
+  \buffer Pointer to (external) anc data buffer
+  \size Size of the buffer pointed on by buffer in bytes
+
+  \return  Error code
+*/
+AAC_DECODER_ERROR CAacDecoder_AncDataInit(CAncData *ancData, unsigned char *buffer, int size)
+{
+  if (size >= 0) {
+    ancData->buffer = buffer;
+    ancData->bufferSize = size;
+
+    CAacDecoder_AncDataReset(ancData);
+
+    return AAC_DEC_OK;
+  }
+
+  return AAC_DEC_ANC_DATA_ERROR;
+}
+
+/*!
+  \brief Get one ancillary data element
+
+  \ancData Pointer to ancillary data structure
+  \index Index of the anc data element to get
+  \ptr Pointer to a buffer receiving a pointer to the requested anc data element
+  \size Pointer to a buffer receiving the length of the requested anc data element in bytes
+
+  \return  Error code
+*/
+AAC_DECODER_ERROR CAacDecoder_AncDataGet(CAncData *ancData, int index, unsigned char **ptr, int *size)
+{
+  AAC_DECODER_ERROR error = AAC_DEC_OK;
+
+  *ptr  = NULL;
+  *size = 0;
+
+  if (index >= 0 && index < 8 && index < ancData->nrElements)
+  {
+    *ptr  = &ancData->buffer[ancData->offset[index]];
+    *size = ancData->offset[index+1] - ancData->offset[index];
+  }
+
+  return error;
+}
+
+
+/*!
+  \brief Parse ancillary data
+
+  \ancData Pointer to ancillary data structure
+  \hBs Handle to FDK bitstream
+  \ancBytes Length of ancillary data to read from the bitstream
+
+  \return  Error code
+*/
+static
+AAC_DECODER_ERROR CAacDecoder_AncDataParse (
+                                             CAncData *ancData,
+                                             HANDLE_FDK_BITSTREAM hBs,
+                                             const int ancBytes )
+{
+  AAC_DECODER_ERROR error = AAC_DEC_OK;
+  int readBytes = 0;
+
+  if (ancData->buffer != NULL)
+  {
+    if (ancBytes > 0) {
+      /* write ancillary data to external buffer */
+      int offset = ancData->offset[ancData->nrElements];
+
+      if ((offset + ancBytes) > ancData->bufferSize)
+      {
+        error = AAC_DEC_TOO_SMALL_ANC_BUFFER;
+      }
+      else if (ancData->nrElements >= 8-1)
+      {
+        error = AAC_DEC_TOO_MANY_ANC_ELEMENTS;
+      }
+      else
+      {
+        int i;
+
+        for (i = 0; i < ancBytes; i++) {
+          ancData->buffer[i+offset] = FDKreadBits(hBs, 8);
+          readBytes++;
+        }
+
+        ancData->nrElements++;
+        ancData->offset[ancData->nrElements] = ancBytes + ancData->offset[ancData->nrElements-1];
+      }
+    }
+  }
+
+  readBytes = ancBytes - readBytes;
+
+  if (readBytes > 0) {
+    /* skip data */
+    FDKpushFor(hBs, readBytes<<3);
+  }
+
+  return error;
+}
+
+/*!
+  \brief Read Stream Data Element
+
+  \bs Bitstream Handle
+
+  \return  Error code
+*/
+static AAC_DECODER_ERROR CDataStreamElement_Read (
+                                                  HANDLE_FDK_BITSTREAM bs,
+                                                  CAncData *ancData,
+                                                  HANDLE_AAC_DRC hDrcInfo,
+                                                  HANDLE_TRANSPORTDEC pTp,
+                                                  UCHAR    *elementInstanceTag,
+                                                  UINT      alignmentAnchor )
+{
+  AAC_DECODER_ERROR error = AAC_DEC_OK;
+  UINT dataStart;
+  int dataByteAlignFlag, count;
+
+  int crcReg = transportDec_CrcStartReg(pTp, 0);
+
+  /* Element Instance Tag */
+  *elementInstanceTag = FDKreadBits(bs,4);
+  /* Data Byte Align Flag */
+  dataByteAlignFlag = FDKreadBits(bs,1);
+
+  count = FDKreadBits(bs,8);
+
+  if (count == 255) {
+    count += FDKreadBits(bs,8); /* EscCount */
+  }
+
+  if (dataByteAlignFlag) {
+    FDKbyteAlign(bs, alignmentAnchor);
+  }
+
+  dataStart = FDKgetValidBits(bs);
+
+  error = CAacDecoder_AncDataParse(ancData, bs, count);
+  transportDec_CrcEndReg(pTp, crcReg);
+
+  {
+    INT readBits, dataBits = count<<3;
+
+    /* Move to the beginning of the data junk */
+    FDKpushBack(bs, dataStart-FDKgetValidBits(bs));
+
+    /* Read Anc data if available */
+    readBits = aacDecoder_drcMarkPayload( hDrcInfo, bs, DVB_DRC_ANC_DATA );
+
+    if (readBits != dataBits) {
+      /* Move to the end again. */
+      FDKpushBiDirectional(bs, FDKgetValidBits(bs)-dataStart+dataBits);
+    }
+  }
+
+  return error;
+}
+
+#ifdef TP_PCE_ENABLE
+/*!
+  \brief Read Program Config Element
+
+  \bs Bitstream Handle
+  \pTp Transport decoder handle for CRC handling
+  \pce Pointer to PCE buffer
+  \channelConfig Current channel configuration
+  \alignAnchor Anchor for byte alignment
+
+  \return  PCE status (-1: fail, 0: no new PCE, 1: PCE updated, 2: PCE updated need re-config).
+*/
+static int CProgramConfigElement_Read (
+    HANDLE_FDK_BITSTREAM bs,
+    HANDLE_TRANSPORTDEC  pTp,
+    CProgramConfig      *pce,
+    const UINT           channelConfig,
+    const UINT           alignAnchor )
+{
+  int pceStatus = 0;
+  int crcReg;
+
+  /* read PCE to temporal buffer first */
+  C_ALLOC_SCRATCH_START(tmpPce, CProgramConfig, 1);
+
+  CProgramConfig_Init(tmpPce);
+  CProgramConfig_Reset(tmpPce);
+
+  crcReg = transportDec_CrcStartReg(pTp, 0);
+
+  CProgramConfig_Read(tmpPce, bs, alignAnchor);
+
+  transportDec_CrcEndReg(pTp, crcReg);
+
+  if (  CProgramConfig_IsValid(tmpPce)
+    && (tmpPce->Profile == 1) )
+  {
+    if ( !pce->isValid && (channelConfig > 0) ) {
+      /* Create a standard channel config PCE to compare with */
+      CProgramConfig_GetDefault( pce, channelConfig );
+    }
+
+    if (pce->isValid) {
+      /* Compare the new and the old PCE (tags ignored) */
+      switch ( CProgramConfig_Compare( pce, tmpPce ) )
+      {
+      case 1:  /* Channel configuration not changed. Just new metadata. */
+        FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig));    /* Store the complete PCE */
+        pceStatus = 1;                                     /* New PCE but no change of config */
+        break;
+      case 2:  /* The number of channels are identical but not the config */
+        if (channelConfig == 0) {
+          FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig));  /* Store the complete PCE */
+          pceStatus = 2;                                   /* Decoder needs re-configuration */
+        }
+        break;
+      case -1:  /* The channel configuration is completely different */
+        pceStatus = -1;  /* Not supported! */
+        break;
+      case 0:  /* Nothing to do because PCE matches the old one exactly. */
+      default:
+        /* pceStatus = 0; */
+        break;
+      }
+    }
+  }
+
+  C_ALLOC_SCRATCH_END(tmpPce, CProgramConfig, 1);
+
+  return pceStatus;
+}
+#endif /* TP_PCE_ENABLE */
+
+/*!
+  \brief Parse Extension Payload
+
+  \self Handle of AAC decoder
+  \count Pointer to bit counter.
+  \previous_element ID of previous element (required by some extension payloads)
+
+  \return  Error code
+*/
+static
+AAC_DECODER_ERROR CAacDecoder_ExtPayloadParse (HANDLE_AACDECODER self,
+                                               HANDLE_FDK_BITSTREAM hBs,
+                                               int *count,
+                                               MP4_ELEMENT_ID previous_element,
+                                               int elIndex,
+                                               int fIsFillElement)
+{
+  AAC_DECODER_ERROR error = AAC_DEC_OK;
+  EXT_PAYLOAD_TYPE extension_type;
+  int bytes = (*count) >> 3;
+  int crcFlag = 0;
+
+  if (*count < 4) {
+    return AAC_DEC_PARSE_ERROR;
+  } else if ((INT)FDKgetValidBits(hBs) < *count) {
+    return AAC_DEC_DECODE_FRAME_ERROR;
+  }
+
+  extension_type = (EXT_PAYLOAD_TYPE) FDKreadBits(hBs, 4);    /* bs_extension_type */
+  *count -= 4;
+
+  switch (extension_type)
+  {
+  case EXT_DYNAMIC_RANGE:
+    {
+      INT readBits = aacDecoder_drcMarkPayload( self->hDrcInfo, hBs, MPEG_DRC_EXT_DATA );
+
+      if (readBits > *count)
+      { /* Read too much. Something went wrong! */
+        error = AAC_DEC_PARSE_ERROR;
+      }
+      *count -= readBits;
+    }
+    break;
+
+
+  case EXT_SBR_DATA_CRC:
+    crcFlag = 1;
+  case EXT_SBR_DATA:
+    if (IS_CHANNEL_ELEMENT(previous_element)) {
+      SBR_ERROR sbrError;
+
+      CAacDecoder_SyncQmfMode(self);
+
+      sbrError = sbrDecoder_InitElement(
+              self->hSbrDecoder,
+              self->streamInfo.aacSampleRate,
+              self->streamInfo.extSamplingRate,
+              self->streamInfo.aacSamplesPerFrame,
+              self->streamInfo.aot,
+              previous_element,
+              elIndex
+              );
+
+      if (sbrError == SBRDEC_OK) {
+        sbrError = sbrDecoder_Parse (
+                self->hSbrDecoder,
+                hBs,
+                count,
+               *count,
+                crcFlag,
+                previous_element,
+                elIndex,
+                self->flags & AC_INDEP );
+        /* Enable SBR for implicit SBR signalling. */
+        if (sbrError == SBRDEC_OK) {
+          self->sbrEnabled = 1;
+        }
+      } else {
+        /* Do not try to apply SBR because initializing the element failed. */
+        self->sbrEnabled = 0;
+      }
+      /* Citation from ISO/IEC 14496-3 chapter 4.5.2.1.5.2
+      Fill elements containing an extension_payload() with an extension_type of EXT_SBR_DATA
+      or EXT_SBR_DATA_CRC shall not contain any other extension_payload of any other extension_type.
+      */
+      if (fIsFillElement) {
+        FDKpushBiDirectional(hBs, *count);
+        *count = 0;
+      } else {
+        /* If this is not a fill element with a known length, we are screwed an no further parsing makes sense. */
+        if (sbrError != SBRDEC_OK) {
+          self->frameOK = 0;
+        }
+      }
+    } else {
+      error = AAC_DEC_PARSE_ERROR;
+    }
+    break;
+
+  case EXT_FILL_DATA:
+    {
+      int temp;
+
+      temp = FDKreadBits(hBs,4);
+      bytes--;
+      if (temp != 0) {
+        error = AAC_DEC_PARSE_ERROR;
+        break;
+      }
+      while (bytes > 0) {
+        temp = FDKreadBits(hBs,8);
+        bytes--;
+        if (temp != 0xa5) {
+          error = AAC_DEC_PARSE_ERROR;
+          break;
+        }
+      }
+      *count = bytes<<3;
+    }
+    break;
+
+  case EXT_DATA_ELEMENT:
+    {
+      int dataElementVersion;
+
+      dataElementVersion = FDKreadBits(hBs,4);
+      *count -= 4;
+      if (dataElementVersion == 0) /* ANC_DATA */
+      {
+        int temp, dataElementLength = 0;
+        do {
+          temp = FDKreadBits(hBs,8);
+          *count -= 8;
+          dataElementLength += temp;
+        } while (temp == 255 );
+
+        CAacDecoder_AncDataParse(&self->ancData, hBs, dataElementLength);
+        *count -= (dataElementLength<<3);
+      } else {
+        /* align = 0 */
+        error = AAC_DEC_PARSE_ERROR;
+        goto bail;
+      }
+    }
+    break;
+
+  case EXT_DATA_LENGTH:
+    if ( !fIsFillElement          /* Makes no sens to have an additional length in a fill ...   */
+      && (self->flags & AC_ER) )  /* ... element because this extension payload type was ...    */
+    {                             /* ... created to circumvent the missing length in ER-Syntax. */
+      int bitCnt, len = FDKreadBits(hBs, 4);
+      *count -= 4;
+
+      if (len == 15) {
+        int add_len = FDKreadBits(hBs, 8);
+        *count -= 8;
+        len += add_len;
+
+        if (add_len == 255) {
+          len += FDKreadBits(hBs, 16);
+          *count -= 16;
+        }
+      }
+      len <<= 3;
+      bitCnt = len;
+
+      if ( (EXT_PAYLOAD_TYPE)FDKreadBits(hBs, 4) == EXT_DATA_LENGTH ) {
+        /* Check NOTE 2: The extension_payload() included here must
+                         not have extension_type == EXT_DATA_LENGTH. */
+        error = AAC_DEC_PARSE_ERROR;
+      } else {
+        /* rewind and call myself again. */
+        FDKpushBack(hBs, 4);
+
+        error =
+          CAacDecoder_ExtPayloadParse (
+                  self,
+                  hBs,
+                 &bitCnt,
+                  previous_element,
+                  elIndex,
+                  0 );
+
+        *count -= len - bitCnt;
+      }
+      /* Note: the fall through in case the if statement above is not taken is intentional. */
+      break;
+    }
+
+  case EXT_FIL:
+
+  default:
+    /* align = 4 */
+    FDKpushFor(hBs, *count);
+    *count = 0;
+    break;
+  }
+
+bail:
+  if ( (error != AAC_DEC_OK)
+    && fIsFillElement )
+  { /* Skip the remaining extension bytes */
+    FDKpushBiDirectional(hBs, *count);
+    *count = 0;
+    /* Patch error code because decoding can go on. */
+    error = AAC_DEC_OK;
+    /* Be sure that parsing errors have been stored. */
+  }
+  return error;
+}
+
+/*  Stream Configuration and Information.
+
+    This class holds configuration and information data for a stream to be decoded. It
+    provides the calling application as well as the decoder with substantial information,
+    e.g. profile, sampling rate, number of channels found in the bitstream etc.
+*/
+static
+void CStreamInfoInit(CStreamInfo *pStreamInfo)
+{
+  pStreamInfo->aacSampleRate = 0;
+  pStreamInfo->profile = -1;
+  pStreamInfo->aot = AOT_NONE;
+
+  pStreamInfo->channelConfig = -1;
+  pStreamInfo->bitRate = 0;
+  pStreamInfo->aacSamplesPerFrame = 0;
+
+  pStreamInfo->extAot  = AOT_NONE;
+  pStreamInfo->extSamplingRate = 0;
+
+  pStreamInfo->flags = 0;
+
+  pStreamInfo->epConfig = -1;   /* default is no ER */
+
+  pStreamInfo->numChannels = 0;
+  pStreamInfo->sampleRate = 0;
+  pStreamInfo->frameSize = 0;
+}
+
+/*!
+  \brief Initialization of AacDecoderChannelInfo
+
+  The function initializes the pointers to AacDecoderChannelInfo for each channel,
+  set the start values for window shape and window sequence of overlap&add to zero,
+  set the overlap buffer to zero and initializes the pointers to the window coefficients.
+  \param bsFormat is the format of the AAC bitstream
+
+  \return  AACDECODER instance
+*/
+LINKSPEC_CPP HANDLE_AACDECODER CAacDecoder_Open(TRANSPORT_TYPE bsFormat)    /*!< bitstream format (adif,adts,loas,...). */
+{
+  HANDLE_AACDECODER self;
+
+  self = GetAacDecoder();
+  if (self == NULL) {
+    goto bail;
+  }
+
+  /* Assign channel mapping info arrays (doing so removes dependency of settings header in API header). */
+  self->streamInfo.pChannelIndices = self->channelIndices;
+  self->streamInfo.pChannelType = self->channelType;
+
+  /* set default output mode */
+  self->outputInterleaved = 1;  /* interleaved */
+
+  /* initialize anc data */
+  CAacDecoder_AncDataInit(&self->ancData, NULL, 0);
+
+  /* initialize stream info */
+  CStreamInfoInit(&self->streamInfo);
+
+  /* initialize error concealment common data */
+  CConcealment_InitCommonData(&self->concealCommonData);
+
+  self->hDrcInfo = GetDrcInfo();
+  if (self->hDrcInfo == NULL) {
+    goto bail;
+  }
+  /* Init common DRC structure */
+  aacDecoder_drcInit( self->hDrcInfo );
+  /* Set default frame delay */
+  aacDecoder_drcSetParam (
+          self->hDrcInfo,
+          DRC_BS_DELAY,
+          CConcealment_GetDelay(&self->concealCommonData)
+        );
+
+
+  self->aacCommonData.workBufferCore1 = GetWorkBufferCore1();
+  self->aacCommonData.workBufferCore2 = GetWorkBufferCore2();
+  if (self->aacCommonData.workBufferCore1 == NULL
+    ||self->aacCommonData.workBufferCore2 == NULL )
+    goto bail;
+
+  return self;
+
+bail:
+  CAacDecoder_Close( self );
+
+  return NULL;
+}
+
+/* Destroy aac decoder */
+LINKSPEC_CPP void CAacDecoder_Close(HANDLE_AACDECODER self)
+{
+  int ch;
+
+  if (self == NULL)
+    return;
+
+  for (ch=0; ch<(6); ch++) {
+    if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
+      if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) {
+        FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
+      }
+      if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
+        FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
+      }
+    }
+    if (self->pAacDecoderChannelInfo[ch] != NULL) {
+      FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
+    }
+  }
+
+  self->aacChannels = 0;
+
+  if (self->hDrcInfo) {
+    FreeDrcInfo(&self->hDrcInfo);
+  }
+
+  if (self->aacCommonData.workBufferCore1 != NULL) {
+    FreeWorkBufferCore1 (&self->aacCommonData.workBufferCore1);
+  }
+  if (self->aacCommonData.workBufferCore2 != NULL) {
+    FreeWorkBufferCore2 (&self->aacCommonData.workBufferCore2);
+  }
+
+  FreeAacDecoder ( &self);
+}
+
+
+/*!
+  \brief Initialization of decoder instance
+
+  The function initializes the decoder.
+
+  \return  error status: 0 for success, <>0 for unsupported configurations
+*/
+LINKSPEC_CPP AAC_DECODER_ERROR CAacDecoder_Init(HANDLE_AACDECODER self, const CSAudioSpecificConfig *asc)
+{
+  AAC_DECODER_ERROR err = AAC_DEC_OK;
+  INT ascChannels, ch, ascChanged = 0;
+
+  if (!self)
+    return AAC_DEC_INVALID_HANDLE;
+
+  // set profile and check for supported aot
+  // leave profile on default (=-1) for all other supported MPEG-4 aot's except aot=2 (=AAC-LC)
+  switch (asc->m_aot) {
+  case AOT_AAC_LC:
+    self->streamInfo.profile = 1;
+    break;
+
+  case AOT_SBR:
+  case AOT_PS:
+  case AOT_ER_AAC_LD:
+  case AOT_ER_AAC_ELD:
+    break;
+
+  default:
+    return AAC_DEC_UNSUPPORTED_AOT;
+  }
+
+  CProgramConfig_Init(&self->pce);
+
+  /* set channels */
+  switch (asc->m_channelConfiguration) {
+  case 0:
+#ifdef TP_PCE_ENABLE
+    /* get channels from program config (ASC) */
+    if (CProgramConfig_IsValid(&asc->m_progrConfigElement)) {
+      ascChannels = asc->m_progrConfigElement.NumChannels;
+      if (ascChannels > 0) {
+        int el;
+        /* valid number of channels -> copy program config element (PCE) from ASC */
+        FDKmemcpy(&self->pce, &asc->m_progrConfigElement, sizeof(CProgramConfig));
+        /* Built element table */
+        el = CProgramConfig_GetElementTable(&asc->m_progrConfigElement, self->elements, 7);
+        for (; el<7; el++) {
+          self->elements[el] = ID_NONE;
+        }
+      } else {
+        return AAC_DEC_UNSUPPORTED_CHANNELCONFIG;
+      }
+    } else {
+      if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) {
+        /* set default max_channels for memory allocation because in implicit channel mapping mode
+           we don't know the actual number of channels until we processed at least one raw_data_block(). */
+        ascChannels = (6);
+      } else {
+        return AAC_DEC_UNSUPPORTED_CHANNELCONFIG;
+      }
+    }
+#else /* TP_PCE_ENABLE */
+    return AAC_DEC_UNSUPPORTED_CHANNELCONFIG;
+#endif /* TP_PCE_ENABLE */
+    break;
+  case 1: case 2: case 3: case 4: case 5: case 6:
+    ascChannels = asc->m_channelConfiguration;
+    break;
+  case 7:
+    ascChannels = 8;
+    break;
+  default:
+    return AAC_DEC_UNSUPPORTED_CHANNELCONFIG;
+  }
+
+  /* Initialize constant mappings for channel config 1-7 */
+  if (asc->m_channelConfiguration > 0) {
+    int el;
+    FDKmemcpy(self->elements, elementsTab[asc->m_channelConfiguration-1], sizeof(MP4_ELEMENT_ID)*FDKmin(7,7));
+    for (el=7; el<7; el++) {
+      self->elements[el] = ID_NONE;
+    }
+    for (ch=0; ch<ascChannels; ch++) {
+      self->chMapping[ch] = ch;
+    }
+    for (; ch<(6); ch++) {
+      self->chMapping[ch] = 255;
+    }
+  }
+ #ifdef TP_PCE_ENABLE
+  else {
+    if (CProgramConfig_IsValid(&asc->m_progrConfigElement)) {
+      /* Set matrix mixdown infos if available from PCE. */
+      pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils,
+                                       asc->m_progrConfigElement.MatrixMixdownIndexPresent,
+                                       asc->m_progrConfigElement.MatrixMixdownIndex,
+                                       asc->m_progrConfigElement.PseudoSurroundEnable );
+    }
+  }
+ #endif
+
+  self->streamInfo.channelConfig = asc->m_channelConfiguration;
+
+  if (ascChannels > (6)) {
+    return AAC_DEC_UNSUPPORTED_CHANNELCONFIG;
+  }
+  if (self->streamInfo.aot != asc->m_aot) {
+    self->streamInfo.aot = asc->m_aot;
+    ascChanged = 1;
+  }
+
+  if (self->streamInfo.aacSamplesPerFrame != (INT)asc->m_samplesPerFrame) {
+    self->streamInfo.aacSamplesPerFrame = asc->m_samplesPerFrame;
+    ascChanged = 1;
+  }
+
+  self->streamInfo.bitRate            = 0;
+
+  /* Set syntax flags */
+  self->flags = 0;
+
+  self->streamInfo.extAot               = asc->m_extensionAudioObjectType;
+  self->streamInfo.extSamplingRate      = asc->m_extensionSamplingFrequency;
+  self->flags |= (asc->m_sbrPresentFlag) ? AC_SBR_PRESENT : 0;
+  self->flags |= (asc->m_psPresentFlag) ? AC_PS_PRESENT : 0;
+  self->sbrEnabled = 0;
+
+  /* --------- vcb11 ------------ */
+  self->flags |= (asc->m_vcb11Flag) ? AC_ER_VCB11 : 0;
+
+  /* ---------- rvlc ------------ */
+  self->flags |= (asc->m_rvlcFlag) ? AC_ER_RVLC : 0;
+
+  /* ----------- hcr ------------ */
+  self->flags |= (asc->m_hcrFlag) ? AC_ER_HCR : 0;
+
+  if (asc->m_aot == AOT_ER_AAC_ELD) {
+    self->flags |=  AC_ELD;
+    self->flags |= (asc->m_sc.m_eldSpecificConfig.m_sbrCrcFlag) ? AC_SBRCRC : 0;
+    self->flags |= (asc->m_sc.m_eldSpecificConfig.m_useLdQmfTimeAlign) ? AC_LD_MPS : 0;
+  }
+  self->flags |= (asc->m_aot == AOT_ER_AAC_LD) ? AC_LD : 0;
+  self->flags |= (asc->m_epConfig >= 0) ? AC_ER : 0;
+
+
+  if (asc->m_sbrPresentFlag) {
+    self->sbrEnabled = 1;
+    self->sbrEnabledPrev = 1;
+  }
+  if (asc->m_psPresentFlag) {
+    self->flags |= AC_PS_PRESENT;
+  }
+
+  if ( (asc->m_epConfig >= 0)
+    && (asc->m_channelConfiguration <= 0) ) {
+    /* we have to know the number of channels otherwise no decoding is possible */
+    return AAC_DEC_UNSUPPORTED_ER_FORMAT;
+  }
+
+  self->streamInfo.epConfig = asc->m_epConfig;
+  /* self->hInput->asc.m_epConfig = asc->m_epConfig; */
+
+  if (asc->m_epConfig > 1)
+    return AAC_DEC_UNSUPPORTED_ER_FORMAT;
+
+  /* Check if samplerate changed. */
+  if (self->streamInfo.aacSampleRate != (INT)asc->m_samplingFrequency) {
+    AAC_DECODER_ERROR error;
+
+    ascChanged = 1;
+
+    /* Update samplerate info. */
+    error = getSamplingRateInfo(&self->samplingRateInfo, asc->m_samplesPerFrame, asc->m_samplingFrequencyIndex, asc->m_samplingFrequency);
+    if (error != AAC_DEC_OK) {
+      return error;
+    }
+    self->streamInfo.aacSampleRate = self->samplingRateInfo.samplingRate;
+  }
+
+  /* Check if amount of channels has changed. */
+  if (self->ascChannels != ascChannels)
+  {
+     ascChanged = 1;
+
+     /* Allocate all memory structures for each channel */
+     {
+       for (ch = 0; ch < ascChannels; ch++) {
+         CAacDecoderDynamicData *aacDecoderDynamicData = &self->aacCommonData.workBufferCore1->pAacDecoderDynamicData[ch%2];
+
+         /* initialize pointer to CAacDecoderChannelInfo */
+         if (self->pAacDecoderChannelInfo[ch] == NULL) {
+           self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
+           /* This is temporary until the DynamicData is split into two or more regions!
+              The memory could be reused after completed core decoding. */
+           if (self->pAacDecoderChannelInfo[ch] == NULL) {
+             goto bail;
+           }
+           /* Hook shared work memory into channel data structure */
+           self->pAacDecoderChannelInfo[ch]->pDynData =  aacDecoderDynamicData;
+           self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
+         }
+
+         /* Allocate persistent channel memory */
+         if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
+           self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch);
+           if (self->pAacDecoderStaticChannelInfo[ch] == NULL) {
+             goto bail;
+           }
+           self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size depends on the AOT */
+           if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) {
+             goto bail;
+           }
+           self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
+
+         }
+         CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
+       }
+
+       if (ascChannels > self->aacChannels)
+       {
+         /* Make allocated channel count persistent in decoder context. */
+         self->aacChannels = ascChannels;
+       }
+
+       HcrInitRom(&self->aacCommonData.overlay.aac.erHcrInfo);
+       setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, ID_SCE);
+    }
+
+    /* Make amount of signalled channels persistent in decoder context. */
+    self->ascChannels = ascChannels;
+  }
+
+  /* Update structures */
+  if (ascChanged) {
+
+     /* Things to be done for each channel, which do not involve allocating memory.
+        Doing these things only on the channels needed for the current configuration
+        (ascChannels) could lead to memory access violation later (error concealment). */
+     for (ch = 0; ch < self->aacChannels; ch++) {
+       switch (self->streamInfo.aot) {
+         case AOT_ER_AAC_ELD:
+         case AOT_ER_AAC_LD:
+           self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame;
+           break;
+         default:
+           self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8;
+           break;
+       }
+       mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct,
+                   self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer,
+                   OverlapBufferSize );
+
+
+        /* Reset DRC control data for this channel */
+        aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData );
+
+       /* Reset concealment only if ASC changed. Otherwise it will be done with any config callback.
+          E.g. every time the LATM SMC is present. */
+       CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
+                                    &self->concealCommonData,
+                                     self->streamInfo.aacSamplesPerFrame );
+     }
+  }
+
+  /* Update externally visible copy of flags */
+  self->streamInfo.flags = self->flags;
+
+  return err;
+
+bail:
+  aacDecoder_Close( self );
+  return AAC_DEC_OUT_OF_MEMORY;
+}
+
+
+LINKSPEC_CPP AAC_DECODER_ERROR CAacDecoder_DecodeFrame(
+        HANDLE_AACDECODER self,
+        const UINT flags,
+        INT_PCM *pTimeData,
+        const INT  timeDataSize,
+        const INT interleaved
+        )
+{
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+
+  CProgramConfig *pce;
+  HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0);
+
+  MP4_ELEMENT_ID type = ID_NONE;            /* Current element type */
+  INT aacChannels=0;                        /* Channel counter for channels found in the bitstream */
+
+  INT auStartAnchor = (INT)FDKgetValidBits(bs);  /* AU start bit buffer position for AU byte alignment */
+
+  self->frameOK = 1;
+
+  /* Any supported base layer valid AU will require more than 16 bits. */
+  if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) == 0) {
+    self->frameOK = 0;
+    ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR;
+  }
+
+
+  /* Reset Program Config structure */
+  pce = &self->pce;
+  CProgramConfig_Reset(pce);
+
+  CAacDecoder_AncDataReset(&self->ancData);
+
+  {
+    int ch;
+
+    if (self->streamInfo.channelConfig == 0) {
+      /* Init Channel/Element mapping table */
+      for (ch=0; ch<(6); ch++) {
+        self->chMapping[ch] = 255;
+      }
+      if (!CProgramConfig_IsValid(pce)) {
+        int el;
+        for (el=0; el<7; el++) {
+          self->elements[el] = ID_NONE;
+        }
+      }
+    }
+  }
+
+  /* Check sampling frequency  */
+  switch ( self->streamInfo.aacSampleRate ) {
+    case 16000:
+    case 12000:
+   case 11025:
+   case  8000:
+    case  7350:
+    case 48000:
+    case 44100:
+    case 32000:
+    case 24000:
+    case 22050:
+      break;
+    default:
+      if ( ! (self->flags & (AC_USAC|AC_RSVD50)) ) {
+        return AAC_DEC_UNSUPPORTED_SAMPLINGRATE;
+      }
+      break;
+  }
+
+
+  if ( flags & AACDEC_CLRHIST )
+  {
+    int ch;
+    /* Clear history */
+    for (ch = 0; ch < self->aacChannels; ch++) {
+      /* Reset concealment */
+      CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo,
+                                   &self->concealCommonData,
+                                    self->streamInfo.aacSamplesPerFrame );
+      /* Clear concealment buffers to get rid of the complete history */
+      FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.spectralCoefficient, 1024 * sizeof(FIXP_CNCL));
+      FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo.specScale, 8 * sizeof(SHORT));
+      /* Clear overlap-add buffers to avoid clicks. */
+      FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->IMdct.overlap.freq, OverlapBufferSize*sizeof(FIXP_DBL));
+     }
+  }
+
+
+
+#ifdef TP_PCE_ENABLE
+  int pceRead = 0;                          /* Flag indicating a PCE in the current raw_data_block() */
+#endif
+
+
+  INT hdaacDecoded = 0;
+  MP4_ELEMENT_ID previous_element = ID_END; /* Last element ID (required for extension payload mapping */
+  UCHAR previous_element_index = 0;         /* Canonical index of last element */
+  int element_count = 0;                    /* Element counter for elements found in the bitstream */
+  int el_cnt[ID_LAST] = { 0 };              /* element counter ( robustness ) */
+
+  while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK )
+  {
+    int el_channels;
+
+    if (! (self->flags & (AC_USAC|AC_RSVD50|AC_ELD|AC_SCALABLE|AC_ER)))
+      type = (MP4_ELEMENT_ID) FDKreadBits(bs,3);
+    else 
+      type = self->elements[element_count];
+
+    setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, type);
+
+
+    if ((INT)FDKgetValidBits(bs) < 0)
+      self->frameOK = 0;
+
+    switch (type)
+    {
+      case ID_SCE:
+      case ID_CPE:
+      case ID_LFE:
+        /*
+          Consistency check
+        */
+
+        if (type == ID_CPE) {
+          el_channels = 2;
+        } else {
+          el_channels = 1;
+        }
+
+        if ( (el_cnt[type] >= (self->ascChannels>>(el_channels-1))) || (aacChannels > (self->ascChannels-el_channels)) ) {
+          ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR;
+          self->frameOK = 0;
+          break;
+        }
+
+        if ( !(self->flags & (AC_USAC|AC_RSVD50)) ) {
+          int ch;
+          for (ch=0; ch < el_channels; ch+=1) {
+            CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData,
+                           &self->pAacDecoderChannelInfo[aacChannels+ch]->pComData->pnsInterChannelData);
+          }
+        }
+
+        if(self->frameOK) {
+          ErrorStatus = CChannelElement_Read( bs,
+                                             &self->pAacDecoderChannelInfo[aacChannels],
+                                             &self->pAacDecoderStaticChannelInfo[aacChannels],
+                                              self->streamInfo.aot,
+                                             &self->samplingRateInfo,
+                                              self->flags,
+                                              self->streamInfo.aacSamplesPerFrame,
+                                              el_channels,
+                                              self->streamInfo.epConfig,
+                                              self->hInput
+                                              );
+          if (ErrorStatus) {
+            self->frameOK = 0;
+          }
+        }
+
+
+        if ( self->frameOK) {
+          /* Lookup the element and decode it only if it belongs to the current program */
+          if ( CProgramConfig_LookupElement(
+                  pce,
+                  self->streamInfo.channelConfig,
+                  self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag,
+                  aacChannels,
+                  self->chMapping,
+                  self->channelType,
+                  self->channelIndices,
+                 &previous_element_index,
+                  self->elements,
+                  type) )
+          {
+            if ( !hdaacDecoded ) {
+              CChannelElement_Decode(
+                     &self->pAacDecoderChannelInfo[aacChannels],
+                     &self->pAacDecoderStaticChannelInfo[aacChannels],
+                     &self->samplingRateInfo,
+                      self->flags,
+                      el_channels
+                      );
+            }
+            aacChannels += 1;
+            if (type == ID_CPE) {
+              aacChannels += 1;
+            }
+          }
+          else {
+            self->frameOK = 0;
+          }
+          /* Create SBR element for SBR for upsampling for LFE elements,
+             and if SBR was explicitly signaled, because the first frame(s)
+             may not contain SBR payload (broken encoder, bit errors). */
+          if ( (self->flags & AC_SBR_PRESENT) || (self->sbrEnabled == 1) )
+          {
+            SBR_ERROR sbrError;
+
+            sbrError = sbrDecoder_InitElement(
+                    self->hSbrDecoder,
+                    self->streamInfo.aacSampleRate,
+                    self->streamInfo.extSamplingRate,
+                    self->streamInfo.aacSamplesPerFrame,
+                    self->streamInfo.aot,
+                    type,
+                    previous_element_index
+                    );
+            if (sbrError != SBRDEC_OK) {
+              /* Do not try to apply SBR because initializing the element failed. */
+              self->sbrEnabled = 0;
+            }
+          }
+        }
+
+        el_cnt[type]++;
+        break;
+
+      case ID_CCE:
+        /*
+          Consistency check
+        */
+        if ( el_cnt[type] > self->ascChannels ) {
+          ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR;
+          self->frameOK = 0;
+          break;
+        }
+
+        if (self->frameOK)
+        {
+          /* memory for spectral lines temporal on scratch */
+          C_ALLOC_SCRATCH_START(mdctSpec, FIXP_DBL, 1024);
+
+          /* create dummy channel for CCE parsing on stack */
+          CAacDecoderChannelInfo  tmpAacDecoderChannelInfo, *pTmpAacDecoderChannelInfo;
+
+          FDKmemclear(mdctSpec, 1024*sizeof(FIXP_DBL));
+
+          tmpAacDecoderChannelInfo.pDynData =   self->aacCommonData.workBufferCore1->pAacDecoderDynamicData;
+          tmpAacDecoderChannelInfo.pComData =  &self->aacCommonData;
+          tmpAacDecoderChannelInfo.pSpectralCoefficient  = (SPECTRAL_PTR)mdctSpec;
+          /* Assume AAC-LC */
+          tmpAacDecoderChannelInfo.granuleLength = self->streamInfo.aacSamplesPerFrame / 8;
+
+          /* Reset PNS data. */
+          CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData);
+
+          pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo;
+          /* do CCE parsing */
+          ErrorStatus = CChannelElement_Read( bs,
+                                             &pTmpAacDecoderChannelInfo,
+                                              NULL,
+                                              self->streamInfo.aot,
+                                             &self->samplingRateInfo,
+                                              self->flags,
+                                              self->streamInfo.aacSamplesPerFrame,
+                                              1,
+                                              self->streamInfo.epConfig,
+                                              self->hInput
+                                             );
+
+          C_ALLOC_SCRATCH_END(mdctSpec, FIXP_DBL, 1024);
+
+          if (ErrorStatus) {
+            self->frameOK = 0;
+          }
+
+          if (self->frameOK) {
+            /* Lookup the element and decode it only if it belongs to the current program */
+            if (CProgramConfig_LookupElement(
+                    pce,
+                    self->streamInfo.channelConfig,
+                    pTmpAacDecoderChannelInfo->ElementInstanceTag,
+                    0,
+                    self->chMapping,
+                    self->channelType,
+                    self->channelIndices,
+                   &previous_element_index,
+                    self->elements,
+                    type) )
+            {
+              /* decoding of CCE not supported */
+            }
+            else {
+              self->frameOK = 0;
+            }
+          }
+        }
+        el_cnt[type]++;
+        break;
+
+      case ID_DSE:
+        {
+          UCHAR element_instance_tag;
+
+          CDataStreamElement_Read( bs,
+                                  &self->ancData,
+                                   self->hDrcInfo,
+                                   self->hInput,
+                                  &element_instance_tag,
+                                   auStartAnchor );
+
+          if (!CProgramConfig_LookupElement(
+                   pce,
+                   self->streamInfo.channelConfig,
+                   element_instance_tag,
+                   0,
+                   self->chMapping,
+                   self->channelType,
+                   self->channelIndices,
+                  &previous_element_index,
+                   self->elements,
+                   type) )
+          {
+            /* most likely an error in bitstream occured */
+            //self->frameOK = 0;
+          }
+        }
+
+        {
+          UCHAR *pDvbAncData = NULL;
+          AAC_DECODER_ERROR ancErr;
+          int ancIndex;
+          int dvbAncDataSize = 0;
+
+          /* Ask how many anc data elements are in buffer */
+          ancIndex = self->ancData.nrElements - 1;
+          /* Get the last one (if available) */
+          ancErr   = CAacDecoder_AncDataGet( &self->ancData,
+                                              ancIndex,
+                                             &pDvbAncData,
+                                             &dvbAncDataSize );
+
+          if (ancErr == AAC_DEC_OK) {
+            pcmDmx_ReadDvbAncData (
+                  self->hPcmUtils,
+                  pDvbAncData,
+                  dvbAncDataSize,
+                  0 /* not mpeg2 */ );
+          }
+        }
+        break;
+
+#ifdef TP_PCE_ENABLE
+      case ID_PCE:
+        {
+          int result = CProgramConfigElement_Read(
+                                    bs,
+                                    self->hInput,
+                                    pce,
+                                    self->streamInfo.channelConfig,
+                                    auStartAnchor );
+          if ( result < 0 ) {
+            /* Something went wrong */
+            ErrorStatus = AAC_DEC_PARSE_ERROR;
+            self->frameOK = 0;
+          }
+          else if ( result > 1 ) {
+            /* Built element table */
+            int elIdx = CProgramConfig_GetElementTable(pce, self->elements, 7);
+            /* Reset the remaining tabs */
+            for ( ; elIdx<7; elIdx++) {
+              self->elements[elIdx] = ID_NONE;
+            }
+            /* Make new number of channel persistant */
+            self->ascChannels = pce->NumChannels;
+            /* If PCE is not first element conceal this frame to avoid inconsistencies */
+            if ( element_count != 0 ) {
+              self->frameOK = 0;
+            }
+          }
+          pceRead = (result>=0) ? 1 : 0;
+        }
+        break;
+#endif /* TP_PCE_ENABLE */
+
+      case ID_FIL:
+        {
+          int bitCnt = FDKreadBits(bs,4);           /* bs_count */
+
+          if (bitCnt == 15)
+          {
+            int esc_count = FDKreadBits(bs,8);     /* bs_esc_count */
+            bitCnt =  esc_count + 14;
+          }
+
+          /* Convert to bits */
+          bitCnt <<= 3;
+
+          while (bitCnt > 0) {
+            ErrorStatus = CAacDecoder_ExtPayloadParse(self, bs, &bitCnt, previous_element, previous_element_index, 1);
+            if (ErrorStatus != AAC_DEC_OK) {
+              self->frameOK = 0;
+              break;
+            }
+          }
+        }
+        break;
+
+      case ID_EXT:
+        {
+          INT bitCnt = 0;
+
+          /* get the remaining bits of this frame */
+          bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0);
+
+          if ( (bitCnt > 0) && (self->flags & AC_SBR_PRESENT) && (self->flags & (AC_USAC|AC_RSVD50|AC_ELD)) )
+          {
+            SBR_ERROR err = SBRDEC_OK;
+            int  elIdx, numChElements = el_cnt[ID_SCE] + el_cnt[ID_CPE];
+
+            for (elIdx = 0; elIdx < numChElements; elIdx += 1)
+            {
+              err = sbrDecoder_Parse (
+                    self->hSbrDecoder,
+                    bs,
+                   &bitCnt,
+                    -1,
+                    self->flags & AC_SBRCRC,
+                    self->elements[elIdx],
+                    elIdx,
+                    self->flags & AC_INDEP );
+
+              if (err != SBRDEC_OK) {
+                break;
+              }
+            }
+            if (err == SBRDEC_OK) {
+              self->sbrEnabled = 1;
+            } else {
+              self->frameOK = 0;
+            }
+          }
+
+
+          if ( ! (self->flags & (AC_USAC|AC_RSVD50|AC_DRM)) )
+          {
+            while ( bitCnt > 7 ) {
+              ErrorStatus = CAacDecoder_ExtPayloadParse(self, bs, &bitCnt, previous_element, previous_element_index, 0);
+              if (ErrorStatus != AAC_DEC_OK) {
+                self->frameOK = 0;
+                ErrorStatus = AAC_DEC_PARSE_ERROR;
+                break;
+              }
+            }
+          }
+        }
+        break;
+
+      case ID_END:
+        break;
+
+      default:
+        ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR;
+        self->frameOK = 0;
+        break;
+    }
+
+    previous_element = type;
+    element_count++;
+
+  }   /* while ( (type != ID_END) ... ) */
+
+  if ( !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) )
+  {
+    /* Byte alignment with respect to the first bit of the raw_data_block(). */
+    {
+      FDKbyteAlign(bs, auStartAnchor);
+    }
+
+    /* Check if all bits of the raw_data_block() have been read. */
+    if ( transportDec_GetAuBitsTotal(self->hInput, 0) > 0 ) {
+      INT unreadBits = transportDec_GetAuBitsRemaining(self->hInput, 0);
+      if ( unreadBits != 0 ) {
+
+        self->frameOK = 0;
+        /* Do not overwrite current error */
+        if (ErrorStatus == AAC_DEC_OK && self->frameOK == 0) {
+          ErrorStatus = AAC_DEC_PARSE_ERROR;
+        }
+        /* Always put the bitbuffer at the right position after the current Access Unit. */
+        FDKpushBiDirectional(bs, unreadBits);
+      }
+    }
+
+    /* Check the last element. The terminator (ID_END) has to be the last one (even if ER syntax is used). */
+    if ( self->frameOK && type != ID_END ) {
+      /* Do not overwrite current error */
+      if (ErrorStatus == AAC_DEC_OK) {
+        ErrorStatus = AAC_DEC_PARSE_ERROR;
+      }
+      self->frameOK = 0;
+    }
+  }
+
+  /* More AAC channels than specified by the ASC not allowed. */
+  if ( (aacChannels == 0 || aacChannels > self->aacChannels) && !(flags & (AACDEC_CONCEAL|AACDEC_FLUSH)) ) {
+    {
+      /* Do not overwrite current error */
+      if (ErrorStatus == AAC_DEC_OK) {
+        ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR;
+      }
+      self->frameOK = 0;
+    }
+    aacChannels = 0;
+  }
+  else if ( aacChannels > self->ascChannels ) {
+    /* Do not overwrite current error */
+    if (ErrorStatus == AAC_DEC_OK) {
+      ErrorStatus = AAC_DEC_UNSUPPORTED_FORMAT;
+    }
+    self->frameOK = 0;
+    aacChannels = 0;
+  }
+
+  if ( TRANSPORTDEC_OK != transportDec_CrcCheck(self->hInput) )
+  {
+    self->frameOK=0;
+  }
+
+  /* store or restore the number of channels */
+  if ( self->frameOK && !(flags &(AACDEC_CONCEAL|AACDEC_FLUSH)) ) {
+    self->concealChannels = aacChannels;  /* store */
+    self->sbrEnabledPrev = self->sbrEnabled;
+  } else {
+    if (self->aacChannels > 0) {
+      aacChannels = self->concealChannels;  /* restore */
+      self->sbrEnabled = self->sbrEnabledPrev;
+     }
+  }
+
+  /* Update number of output channels */
+  self->streamInfo.aacNumChannels = aacChannels;
+
+ #ifdef TP_PCE_ENABLE
+  if (pceRead == 1 && CProgramConfig_IsValid(pce)) {
+    /* Set matrix mixdown infos if available from PCE. */
+    pcmDmx_SetMatrixMixdownFromPce ( self->hPcmUtils,
+                                     pce->MatrixMixdownIndexPresent,
+                                     pce->MatrixMixdownIndex,
+                                     pce->PseudoSurroundEnable );
+  }
+ #endif
+
+  /* If there is no valid data to transfrom into time domain, return. */
+  if ( ! IS_OUTPUT_VALID(ErrorStatus) ) {
+    return ErrorStatus;
+  }
+
+  /*
+    Inverse transform
+  */
+  {
+    int stride, offset, c;
+
+    /* Extract DRC control data and map it to channels (without bitstream delay) */
+    aacDecoder_drcProlog (
+            self->hDrcInfo,
+            bs,
+            self->pAacDecoderStaticChannelInfo,
+            self->pce.ElementInstanceTag,
+            self->chMapping,
+            aacChannels
+          );
+
+    /* "c" iterates in canonical MPEG channel order */
+    for (c=0; c < aacChannels; c++)
+    {
+      CAacDecoderChannelInfo *pAacDecoderChannelInfo;
+
+      /* Select correct pAacDecoderChannelInfo for current channel */
+      if (self->chMapping[c] >= aacChannels) {
+        pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[c];
+      } else {
+        pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]];
+      }
+
+      /* Setup offset and stride for time buffer traversal. */
+      if (interleaved) {
+        stride = aacChannels;
+        offset = self->channelOutputMapping[aacChannels-1][c];
+      } else {
+        stride = 1;
+        offset = self->channelOutputMapping[aacChannels-1][c] * self->streamInfo.aacSamplesPerFrame;
+      }
+
+
+      /*
+        Conceal defective spectral data
+      */
+      CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo,
+                          pAacDecoderChannelInfo,
+                          self->pAacDecoderStaticChannelInfo[c],
+                         &self->samplingRateInfo,
+                          self->streamInfo.aacSamplesPerFrame,
+                          0,
+                          (self->frameOK && !(flags&AACDEC_CONCEAL)),
+                          self->flags
+                        );
+
+
+      if (flags & (AACDEC_INTR|AACDEC_CLRHIST)) {
+        /* Reset DRC control data for this channel */
+        aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData );
+      }
+      /* DRC processing */
+      aacDecoder_drcApply (
+              self->hDrcInfo,
+              self->hSbrDecoder,
+              pAacDecoderChannelInfo,
+             &self->pAacDecoderStaticChannelInfo[c]->drcData,
+              c,
+              self->streamInfo.aacSamplesPerFrame,
+              self->sbrEnabled
+            );
+
+      switch (pAacDecoderChannelInfo->renderMode)
+      {
+        case AACDEC_RENDER_IMDCT:
+          CBlock_FrequencyToTime(
+                  self->pAacDecoderStaticChannelInfo[c],
+                  pAacDecoderChannelInfo,
+                  pTimeData + offset,
+                  self->streamInfo.aacSamplesPerFrame,
+                  stride,
+                  (self->frameOK && !(flags&AACDEC_CONCEAL)),
+                  self->aacCommonData.workBufferCore1->mdctOutTemp
+                  );
+          break;
+        case AACDEC_RENDER_ELDFB:
+          CBlock_FrequencyToTimeLowDelay(
+                  self->pAacDecoderStaticChannelInfo[c],
+                  pAacDecoderChannelInfo,
+                  pTimeData + offset,
+                  self->streamInfo.aacSamplesPerFrame,
+                  stride
+                  );
+          break;
+        default:
+          ErrorStatus = AAC_DEC_UNKNOWN;
+          break;
+      }
+      if ( flags&AACDEC_FLUSH ) {
+          FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFrame);
+        FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_DBL));
+      }
+    }
+
+
+    /* Extract DRC control data and map it to channels (with bitstream delay) */
+    aacDecoder_drcEpilog (
+            self->hDrcInfo,
+            bs,
+            self->pAacDecoderStaticChannelInfo,
+            self->pce.ElementInstanceTag,
+            self->chMapping,
+            aacChannels
+          );
+  }
+
+
+  /* Reorder channel type information tables.  */
+  {
+    AUDIO_CHANNEL_TYPE types[(6)];
+    UCHAR idx[(6)];
+    int c;
+
+    FDK_ASSERT(sizeof(self->channelType) == sizeof(types));
+    FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx));
+
+    FDKmemcpy(types, self->channelType, sizeof(types));
+    FDKmemcpy(idx, self->channelIndices, sizeof(idx));
+
+    for (c=0; c<aacChannels; c++) {
+      self->channelType[self->channelOutputMapping[aacChannels-1][c]] = types[c];
+      self->channelIndices[self->channelOutputMapping[aacChannels-1][c]] = idx[c];
+    }
+  }
+
+  self->blockNumber++;
+
+  return ErrorStatus;
+}
+
+/*!
+  \brief returns the streaminfo pointer
+
+  The function hands back a pointer to the streaminfo structure
+
+  \return pointer to the struct
+*/
+LINKSPEC_CPP CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
+{
+  if (!self) {
+    return NULL;
+  }
+  return &self->streamInfo;
+}
+
+
+
+
diff --git a/libAACdec/src/aacdecoder.h b/libAACdec/src/aacdecoder.h
new file mode 100644 (file)
index 0000000..16351e6
--- /dev/null
@@ -0,0 +1,312 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+#ifndef AACDECODER_H
+#define AACDECODER_H
+
+#include "common_fix.h"
+
+#include "FDK_bitstream.h"
+
+#include "channel.h"
+
+#include "tpdec_lib.h"
+#include "FDK_audio.h"
+
+#include "block.h"
+
+#include "genericStds.h"
+
+
+#include "sbrdecoder.h"
+
+
+#include "aacdec_drc.h"
+
+ #include "pcmutils_lib.h"
+
+
+/* Capabilities flags */
+#define CAPF_AAC_LC           0x00000001
+#define CAPF_AAC_LD           0x00000002
+#define CAPF_AAC_SCAL         0x00000004
+#define CAPF_AAC_ER           0x00000008
+#define CAPF_AAC_480          0x00000010
+#define CAPF_AAC_512          0x00000020
+#define CAPF_AAC_960          0x00000040
+#define CAPF_AAC_1024         0x00000080
+#define CAPF_AAC_HCR          0x00000100
+#define CAPF_AAC_VCB11        0x00000200
+#define CAPF_AAC_RVLC         0x00000400
+#define CAPF_AAC_MPEG4        0x00000800 /* PNS */
+#define CAPF_AAC_DRC          0x00001000
+#define CAPF_AAC_CONCEAL      0x00002000
+#define CAPF_AAC_DRM_BSFORMAT 0x00004000
+#define CAPF_AAC_BSAC         0x00008000
+
+typedef struct AAC_DECODER_INSTANCE *HANDLE_AACDECODER;
+
+
+enum
+{
+  L = 0,
+  R = 1
+};
+
+typedef struct {
+    unsigned char *buffer;
+    int bufferSize;
+    int offset[8];
+    int nrElements;
+} CAncData;
+
+typedef enum {
+  NOT_DEFINED = -1,
+  MODE_HQ     =  0,
+  MODE_LP     =  1
+} QMF_MODE;
+
+typedef struct {
+  int        bsDelay;
+} SBR_PARAMS;
+
+
+/* AAC decoder (opaque toward userland) struct declaration */
+struct AAC_DECODER_INSTANCE {
+  INT                   aacChannels;                 /*!< Amount of AAC decoder channels allocated.        */
+  INT                   ascChannels;                 /*!< Amount of AAC decoder channels signalled in ASC. */
+  INT                   blockNumber;                 /*!< frame counter                                    */
+
+  INT                   nrOfLayers;
+
+  INT                   outputInterleaved;           /*!< PCM output format (interleaved/none interleaved). */
+
+  HANDLE_TRANSPORTDEC   hInput;                      /*!< Transport layer handle. */
+
+  SamplingRateInfo      samplingRateInfo;            /*!< Sampling Rate information table */
+
+  UCHAR                 frameOK;                     /*!< Will be unset if a consistency check, e.g. CRC etc. fails */
+
+  UINT                  flags;                       /*!< Flags for internal decoder use. DO NOT USE self::streaminfo::flags ! */
+
+  MP4_ELEMENT_ID        elements[7]; /*!< Table where the element Id's are listed          */
+  UCHAR                 elTags[7];   /*!< Table where the elements id Tags are listed      */
+  UCHAR                 chMapping[(6)];   /*!< Table of MPEG canonical order to bitstream channel order mapping. */
+
+  AUDIO_CHANNEL_TYPE    channelType[(6)];    /*!< Audio channel type of each output audio channel (from 0 upto numChannels).           */
+  UCHAR                 channelIndices[(6)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels).         */
+                                                             /* See ISO/IEC 13818-7:2005(E), 8.5.3.2 Explicit channel mapping using a program_config_element() */
+
+
+  const UCHAR         (*channelOutputMapping)[8];    /*!< Table for MPEG canonical order to output channel order mapping. */
+
+
+  CProgramConfig                pce;
+  CStreamInfo                   streamInfo;         /*!< pointer to StreamInfo data (read from the bitstream) */
+  CAacDecoderChannelInfo       *pAacDecoderChannelInfo[(6)];       /*!< Temporal channel memory */
+  CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[(6)]; /*!< Persistent channel memory */
+
+  CAacDecoderCommonData         aacCommonData;             /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */
+
+  CConcealParams                concealCommonData;
+  INT   concealChannels;
+
+
+  HANDLE_SBRDECODER   hSbrDecoder;                   /*!< SBR decoder handle.                        */
+  UCHAR               sbrEnabled;                    /*!< flag to store if SBR has been detected     */
+  UCHAR               sbrEnabledPrev;                /*!< flag to store if SBR has been detected from previous frame */
+  UCHAR               psPossible;                    /*!< flag to store if PS is possible            */
+  SBR_PARAMS          sbrParams;                     /*!< struct to store all sbr parameters         */
+
+  QMF_MODE   qmfModeCurr;                            /*!< The current QMF mode                       */
+  QMF_MODE   qmfModeUser;                            /*!< The QMF mode requested by the library user */
+
+  HANDLE_AAC_DRC  hDrcInfo;                          /*!< handle to DRC data structure               */
+
+
+  CAncData      ancData;                             /*!< structure to handle ancillary data         */
+
+  HANDLE_PCM_DOWNMIX  hPcmUtils;                     /*!< privat data for the PCM utils.             */
+
+};
+
+
+#define AAC_DEBUG_EXTHLP "\
+--- AAC-Core ---\n\
+    0x00010000 Header data\n\
+    0x00020000 CRC data\n\
+    0x00040000 Channel info\n\
+    0x00080000 Section data\n\
+    0x00100000 Scalefactor data\n\
+    0x00200000 Pulse data\n\
+    0x00400000 Tns data\n\
+    0x00800000 Quantized spectrum\n\
+    0x01000000 Requantized spectrum\n\
+    0x02000000 Time output\n\
+    0x04000000 Fatal errors\n\
+    0x08000000 Buffer fullness\n\
+    0x10000000 Average bitrate\n\
+    0x20000000 Synchronization\n\
+    0x40000000 Concealment\n\
+    0x7FFF0000 all AAC-Core-Info\n\
+"
+
+/**
+ * \brief Synchronise QMF mode for all modules using QMF data.
+ * \param self decoder handle
+ */
+void CAacDecoder_SyncQmfMode(HANDLE_AACDECODER self);
+
+/**
+ * \brief Signal a bit stream interruption to the decoder
+ * \param self decoder handle
+ */
+void CAacDecoder_SignalInterruption(HANDLE_AACDECODER self);
+
+/*!
+  \brief Initialize ancillary buffer
+
+  \ancData Pointer to ancillary data structure
+  \buffer Pointer to (external) anc data buffer
+  \size Size of the buffer pointed on by buffer
+
+  \return  Error code
+*/
+AAC_DECODER_ERROR CAacDecoder_AncDataInit(CAncData *ancData, unsigned char *buffer, int size);
+
+/*!
+  \brief Get one ancillary data element
+
+  \ancData Pointer to ancillary data structure
+  \index Index of the anc data element to get
+  \ptr Pointer to a buffer receiving a pointer to the requested anc data element
+  \size Pointer to a buffer receiving the length of the requested anc data element
+
+  \return  Error code
+*/
+AAC_DECODER_ERROR CAacDecoder_AncDataGet(CAncData *ancData, int index, unsigned char **ptr, int *size);
+
+
+/* initialization of aac decoder */
+LINKSPEC_H HANDLE_AACDECODER CAacDecoder_Open(TRANSPORT_TYPE bsFormat);
+
+/* Initialization of stream-info elements */
+LINKSPEC_H AAC_DECODER_ERROR CAacDecoder_Init(HANDLE_AACDECODER self,
+                                              const CSAudioSpecificConfig *asc);
+
+/*!
+  \brief Decodes one aac frame
+
+  The function decodes one aac frame. The decoding of coupling channel
+  elements are not supported. The transport layer might signal, that the
+  data of the current frame is invalid, e.g. as a result of a packet
+  loss in streaming mode.
+  The bitstream position of transportDec_GetBitstream(self->hInput) must
+  be exactly the end of the access unit, including all byte alignment bits.
+  For this purpose, the variable auStartAnchor is used.
+
+  \return  error status
+*/
+LINKSPEC_H AAC_DECODER_ERROR CAacDecoder_DecodeFrame(
+        HANDLE_AACDECODER self,
+        const UINT flags,
+        INT_PCM *pTimeData,
+        const INT  timeDataSize,
+        const INT interleaved
+        );
+
+/* Destroy aac decoder */
+LINKSPEC_H void CAacDecoder_Close ( HANDLE_AACDECODER self );
+
+/* get streaminfo handle from decoder */
+LINKSPEC_H CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
+
+
+#endif /* #ifndef AACDECODER_H */
diff --git a/libAACdec/src/aacdecoder_lib.cpp b/libAACdec/src/aacdecoder_lib.cpp
new file mode 100644 (file)
index 0000000..ec8f41e
--- /dev/null
@@ -0,0 +1,1003 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Manuel Jander
+   Description:
+
+******************************************************************************/
+
+#include "aacdecoder_lib.h"
+
+#include "aac_ram.h"
+#include "aacdecoder.h"
+#include "tpdec_lib.h"
+#include "FDK_core.h" /* FDK_tools version info */
+
+
+ #include "sbrdecoder.h"
+
+
+
+
+#include "conceal.h"
+
+ #include "aacdec_drc.h"
+
+
+
+/* Decoder library info */
+#define AACDECODER_LIB_VL0 2
+#define AACDECODER_LIB_VL1 5
+#define AACDECODER_LIB_VL2 5
+#define AACDECODER_LIB_TITLE "AAC Decoder Lib"
+#define AACDECODER_LIB_BUILD_DATE __DATE__
+#define AACDECODER_LIB_BUILD_TIME __TIME__
+
+static AAC_DECODER_ERROR
+setConcealMethod ( const HANDLE_AACDECODER  self,
+                   const INT                method );
+
+
+LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_GetFreeBytes ( const HANDLE_AACDECODER  self, UINT *pFreeBytes){
+
+  /* reset free bytes */
+  *pFreeBytes = 0;
+
+  /* check handle */
+  if(!self)
+    return AAC_DEC_INVALID_HANDLE;
+
+  /* return nr of free bytes */
+  HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
+  *pFreeBytes = FDKgetFreeBits(hBs) >> 3;
+
+  /* success */
+  return AAC_DEC_OK;
+}
+
+/**
+ * Config Decoder using a CSAudioSpecificConfig struct.
+ */
+static
+LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_Config(HANDLE_AACDECODER self, const CSAudioSpecificConfig *pAscStruct)
+{
+  AAC_DECODER_ERROR err;
+
+  /* Initialize AAC core decoder, and update self->streaminfo */
+  err = CAacDecoder_Init(self, pAscStruct);
+
+  return err;
+}
+
+LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_ConfigRaw (
+        HANDLE_AACDECODER self,
+        UCHAR *conf[],
+        const UINT length[] )
+{
+  AAC_DECODER_ERROR err = AAC_DEC_OK;
+  TRANSPORTDEC_ERROR   errTp;
+  UINT layer, nrOfLayers = self->nrOfLayers;
+
+  for(layer = 0; layer < nrOfLayers; layer++){
+    if(length[layer] > 0){
+      errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer);
+      if (errTp != TRANSPORTDEC_OK) {
+        switch (errTp) {
+        case TRANSPORTDEC_NEED_TO_RESTART:
+          err = AAC_DEC_NEED_TO_RESTART;
+          break;
+        case TRANSPORTDEC_UNSUPPORTED_FORMAT:
+          err = AAC_DEC_UNSUPPORTED_FORMAT;
+          break;
+        default:
+          err = AAC_DEC_UNKNOWN;
+          break;
+        }
+        /* if baselayer is OK we continue decoding */
+        if(layer  >= 1){
+          self->nrOfLayers = layer;
+        }
+        break;
+      }
+    }
+  }
+
+  return err;
+}
+
+
+
+static INT aacDecoder_ConfigCallback(void *handle, const CSAudioSpecificConfig *pAscStruct)
+{
+  HANDLE_AACDECODER self = (HANDLE_AACDECODER)handle;
+  AAC_DECODER_ERROR err = AAC_DEC_OK;
+  TRANSPORTDEC_ERROR errTp;
+
+  {
+    {
+      err = aacDecoder_Config(self, pAscStruct);
+    }
+  }
+  if (err == AAC_DEC_OK) {
+    if ( self->flags & (AC_USAC|AC_RSVD50|AC_LD|AC_ELD)
+      && CConcealment_GetDelay(&self->concealCommonData) > 0 )
+    {
+      /* Revert to error concealment method Noise Substitution.
+         Because interpolation is not implemented for USAC/RSVD50 or
+         the additional delay is unwanted for low delay codecs. */
+      setConcealMethod(self, 1);
+#ifdef DEBUG
+      FDKprintf("  Concealment method was reverted to 1 !\n");
+#endif
+    }
+    errTp = TRANSPORTDEC_OK;
+  } else {
+    if (IS_INIT_ERROR(err)) {
+      errTp = TRANSPORTDEC_UNSUPPORTED_FORMAT;
+    } /* Fatal errors */
+    else if (err == AAC_DEC_NEED_TO_RESTART) {
+      errTp = TRANSPORTDEC_NEED_TO_RESTART;
+    } else {
+      errTp = TRANSPORTDEC_UNKOWN_ERROR;
+    }
+  }
+
+  return errTp;
+}
+
+
+
+LINKSPEC_CPP AAC_DECODER_ERROR
+aacDecoder_AncDataInit ( HANDLE_AACDECODER self,
+                         UCHAR *buffer,
+                         int size )
+{
+  CAncData *ancData = &self->ancData;
+
+  return CAacDecoder_AncDataInit(ancData, buffer, size);
+}
+
+
+LINKSPEC_CPP AAC_DECODER_ERROR
+aacDecoder_AncDataGet ( HANDLE_AACDECODER self,
+                        int     index,
+                        UCHAR **ptr,
+                        int    *size )
+{
+  CAncData *ancData = &self->ancData;
+
+  return CAacDecoder_AncDataGet(ancData, index, ptr, size);
+}
+
+
+static AAC_DECODER_ERROR
+setConcealMethod ( const HANDLE_AACDECODER  self,   /*!< Handle of the decoder instance */
+                   const INT                method )
+{
+  AAC_DECODER_ERROR errorStatus = AAC_DEC_OK;
+  CConcealParams  *pConcealData = NULL;
+  HANDLE_SBRDECODER hSbrDec = NULL;
+  HANDLE_AAC_DRC hDrcInfo = NULL;
+  HANDLE_PCM_DOWNMIX hPcmDmx = NULL;
+  CConcealmentMethod backupMethod = ConcealMethodNone;
+  int backupDelay = 0;
+  int bsDelay = 0;
+
+  /* check decoder handle */
+  if (self != NULL) {
+    pConcealData = &self->concealCommonData;
+    hSbrDec = self->hSbrDecoder;
+    hDrcInfo = self->hDrcInfo;
+    hPcmDmx = self->hPcmUtils;
+  }
+
+
+  /* Get current method/delay */
+  backupMethod = CConcealment_GetMethod(pConcealData);
+  backupDelay  = CConcealment_GetDelay(pConcealData);
+
+  /* Be sure to set AAC and SBR concealment method simultaneously! */
+  errorStatus =
+    CConcealment_SetParams(
+      pConcealData,
+      (int)method,                         // concealMethod
+      AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,  // concealFadeOutSlope
+      AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,  // concealFadeInSlope
+      AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,  // concealMuteRelease
+      AACDEC_CONCEAL_PARAM_NOT_SPECIFIED   // concealComfNoiseLevel
+    );
+  if ( (errorStatus != AAC_DEC_OK)
+    && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
+    goto bail;
+  }
+
+  /* Get new delay */
+  bsDelay = CConcealment_GetDelay(pConcealData);
+
+  {
+    SBR_ERROR sbrErr = SBRDEC_OK;
+
+    /* set SBR bitstream delay */
+    sbrErr = sbrDecoder_SetParam (
+      hSbrDec,
+      SBR_SYSTEM_BITSTREAM_DELAY,
+      bsDelay
+    );
+
+    switch (sbrErr) {
+    case SBRDEC_OK:
+    case SBRDEC_NOT_INITIALIZED:
+      if (self != NULL) {
+        /* save the param value and set later
+           (when SBR has been initialized) */
+        self->sbrParams.bsDelay = bsDelay;
+      }
+      break;
+    default:
+      errorStatus = AAC_DEC_SET_PARAM_FAIL;
+      goto bail;
+    }
+  }
+
+  errorStatus =
+    aacDecoder_drcSetParam (
+      hDrcInfo,
+      DRC_BS_DELAY,
+      bsDelay
+    );
+  if ( (errorStatus != AAC_DEC_OK)
+    && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
+    goto bail;
+  }
+
+  if (errorStatus == AAC_DEC_OK) {
+    PCMDMX_ERROR err =
+      pcmDmx_SetParam (
+        hPcmDmx,
+        DMX_BS_DATA_DELAY,
+        bsDelay
+      );
+    switch (err) {
+    case PCMDMX_INVALID_HANDLE:
+      errorStatus = AAC_DEC_INVALID_HANDLE;
+    case PCMDMX_OK:
+      break;
+    default:
+      errorStatus = AAC_DEC_SET_PARAM_FAIL;
+      goto bail;
+    }
+  }
+
+
+bail:
+  if ( (errorStatus != AAC_DEC_OK)
+    && (errorStatus != AAC_DEC_INVALID_HANDLE) )
+  {
+    /* Revert to the initial state */
+    CConcealment_SetParams (
+        pConcealData,
+        (int)backupMethod,
+        AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,
+        AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,
+        AACDEC_CONCEAL_PARAM_NOT_SPECIFIED,
+        AACDEC_CONCEAL_PARAM_NOT_SPECIFIED
+      );
+    /* Revert SBR bitstream delay */
+    sbrDecoder_SetParam (
+        hSbrDec,
+        SBR_SYSTEM_BITSTREAM_DELAY,
+        backupDelay
+      );
+    /* Revert DRC bitstream delay */
+    aacDecoder_drcSetParam (
+        hDrcInfo,
+        DRC_BS_DELAY,
+        backupDelay
+      );
+    /* Revert PCM mixdown bitstream delay */
+    pcmDmx_SetParam (
+        hPcmDmx,
+        DMX_BS_DATA_DELAY,
+        backupDelay
+      );
+  }
+
+  return errorStatus;
+}
+
+
+LINKSPEC_CPP AAC_DECODER_ERROR
+aacDecoder_SetParam ( const HANDLE_AACDECODER  self,   /*!< Handle of the decoder instance */
+                      const AACDEC_PARAM       param,  /*!< Parameter to set               */
+                      const INT                value)  /*!< Parameter valued               */
+{
+  AAC_DECODER_ERROR errorStatus = AAC_DEC_OK;
+  CConcealParams  *pConcealData = NULL;
+  HANDLE_AAC_DRC hDrcInfo = NULL;
+  HANDLE_PCM_DOWNMIX hPcmDmx = NULL;
+
+  /* check decoder handle */
+  if (self != NULL) {
+    pConcealData = &self->concealCommonData;
+    hDrcInfo = self->hDrcInfo;
+    hPcmDmx = self->hPcmUtils;
+  } else {
+    errorStatus = AAC_DEC_INVALID_HANDLE;
+  }
+
+  /* configure the subsystems */
+  switch (param)
+  {
+  case AAC_PCM_OUTPUT_INTERLEAVED:
+    if (value < 0 || value > 1) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+    self->outputInterleaved = value;
+    break;
+
+  case AAC_PCM_OUTPUT_CHANNELS:
+    if (value < -1 || value > (6)) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    {
+      PCMDMX_ERROR err;
+
+      err = pcmDmx_SetParam (
+              hPcmDmx,
+              NUMBER_OF_OUTPUT_CHANNELS,
+              value );
+
+      switch (err) {
+      case PCMDMX_OK:
+        break;
+      case PCMDMX_INVALID_HANDLE:
+        return AAC_DEC_INVALID_HANDLE;
+      default:
+        return AAC_DEC_SET_PARAM_FAIL;
+      }
+    }
+    break;
+
+  case AAC_PCM_DUAL_CHANNEL_OUTPUT_MODE:
+    {
+      PCMDMX_ERROR err;
+
+      err = pcmDmx_SetParam (
+              hPcmDmx,
+              DUAL_CHANNEL_DOWNMIX_MODE,
+              value );
+
+      switch (err) {
+      case PCMDMX_OK:
+        break;
+      case PCMDMX_INVALID_HANDLE:
+        return AAC_DEC_INVALID_HANDLE;
+      default:
+        return AAC_DEC_SET_PARAM_FAIL;
+      }
+    }
+    break;
+
+  case AAC_PCM_OUTPUT_CHANNEL_MAPPING:
+    switch (value) {
+      case 0:
+        if (self != NULL) {
+          self->channelOutputMapping = channelMappingTablePassthrough;
+        }
+        break;
+      case 1:
+        if (self != NULL) {
+          self->channelOutputMapping = channelMappingTableWAV;
+        }
+        break;
+      default:
+        errorStatus = AAC_DEC_SET_PARAM_FAIL;
+        break;
+    }
+    break;
+
+
+  case AAC_QMF_LOWPOWER:
+    if (value < -1 || value > 1) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+
+    /**
+     * Set QMF mode (might be overriden)
+     *  0:HQ (complex)
+     *  1:LP (partially complex)
+     */
+    self->qmfModeUser = (QMF_MODE)value;
+    break;
+
+
+  case AAC_DRC_ATTENUATION_FACTOR:
+    /* DRC compression factor (where 0 is no and 127 is max compression) */
+    errorStatus =
+      aacDecoder_drcSetParam (
+        hDrcInfo,
+        DRC_CUT_SCALE,
+        value
+      );
+    break;
+
+  case AAC_DRC_BOOST_FACTOR:
+    /* DRC boost factor (where 0 is no and 127 is max boost) */
+    errorStatus =
+      aacDecoder_drcSetParam (
+        hDrcInfo,
+        DRC_BOOST_SCALE,
+        value
+      );
+    break;
+
+  case AAC_DRC_REFERENCE_LEVEL:
+    /* DRC reference level quantized in 0.25dB steps using values [0..127] it is '-' for analog scaling */
+    errorStatus =
+      aacDecoder_drcSetParam (
+        hDrcInfo,
+        TARGET_REF_LEVEL,
+        value
+      );
+    break;
+
+  case AAC_DRC_HEAVY_COMPRESSION:
+    /* Don't need to overwrite cut/boost values */
+    errorStatus =
+      aacDecoder_drcSetParam (
+        hDrcInfo,
+        APPLY_HEAVY_COMPRESSION,
+        value
+      );
+    break;
+
+
+  case AAC_TPDEC_CLEAR_BUFFER:
+    transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1);
+    self->streamInfo.numLostAccessUnits = 0;
+    self->streamInfo.numBadBytes = 0;
+    self->streamInfo.numTotalBytes = 0;
+    /* aacDecoder_SignalInterruption(self); */
+    break;
+
+  case AAC_CONCEAL_METHOD:
+    /* Changing the concealment method can introduce additional bitstream delay. And
+       that in turn affects sub libraries and modules which makes the whole thing quite
+       complex.  So the complete changing routine is packed into a helper function which
+       keeps all modules and libs in a consistent state even in the case an error occures. */
+    errorStatus = setConcealMethod ( self, value );
+    break;
+
+  default:
+    return AAC_DEC_SET_PARAM_FAIL;
+  }  /* switch(param) */
+
+  return (errorStatus);
+}
+
+
+LINKSPEC_CPP HANDLE_AACDECODER aacDecoder_Open(TRANSPORT_TYPE transportFmt, UINT nrOfLayers)
+{
+  AAC_DECODER_INSTANCE *aacDec = NULL;
+  HANDLE_TRANSPORTDEC pIn;
+  int err = 0;
+
+  /* Allocate transport layer struct. */
+  pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4);
+  if (pIn == NULL) {
+    return NULL;
+  }
+
+  transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1);
+
+  /* Allocate AAC decoder core struct. */
+  aacDec = CAacDecoder_Open(transportFmt);
+
+  if (aacDec == NULL) {
+    transportDec_Close(&pIn);
+    goto bail;
+  }
+  aacDec->hInput = pIn;
+
+  aacDec->nrOfLayers = nrOfLayers;
+
+  aacDec->channelOutputMapping = channelMappingTableWAV;
+
+  /* Register Config Update callback. */
+  transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec);
+
+  /* open SBR decoder */
+  if ( SBRDEC_OK != sbrDecoder_Open ( &aacDec->hSbrDecoder )) {
+    err = -1;
+    goto bail;
+  }
+  aacDec->qmfModeUser = NOT_DEFINED;
+  transportDec_RegisterSbrCallback(aacDec->hInput, (cbSbr_t)sbrDecoder_Header, (void*)aacDec->hSbrDecoder);
+
+
+  pcmDmx_Open( &aacDec->hPcmUtils );
+  if (aacDec->hPcmUtils == NULL) {
+    err = -1;
+    goto bail;
+  }
+
+
+
+  /* Assure that all modules have same delay */
+  if ( setConcealMethod(aacDec, CConcealment_GetMethod(&aacDec->concealCommonData)) ) {
+    err = -1;
+    goto bail;
+  }
+
+bail:
+  if (err == -1) {
+    aacDecoder_Close(aacDec);
+    aacDec = NULL;
+  }
+  return aacDec;
+}
+
+LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_Fill(
+        HANDLE_AACDECODER   self,
+        UCHAR              *pBuffer[],
+        const UINT          bufferSize[],
+        UINT               *pBytesValid
+        )
+{
+  TRANSPORTDEC_ERROR tpErr;
+  /* loop counter for layers; if not TT_MP4_RAWPACKETS used as index for only 
+     available layer                                                           */
+  INT layer      = 0;
+  INT nrOfLayers = self->nrOfLayers;
+
+  {
+    for (layer = 0; layer < nrOfLayers; layer++){
+      {
+        tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
+        if (tpErr != TRANSPORTDEC_OK) {
+          return AAC_DEC_UNKNOWN;  /* Must be an internal error */
+        }
+      }
+    }
+  }
+
+  return AAC_DEC_OK;
+}
+
+
+static void aacDecoder_SignalInterruption(HANDLE_AACDECODER self)
+{
+  CAacDecoder_SignalInterruption(self);
+
+  if ( self->hSbrDecoder != NULL ) {
+    sbrDecoder_SetParam(self->hSbrDecoder, SBR_BS_INTERRUPTION, 0);
+  }
+}
+
+static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus)
+{
+  /* calculate bit difference (amount of bits moved forward) */
+  nBits = nBits - FDKgetValidBits(hBs);
+
+  /* Note: The amount of bits consumed might become negative when parsing a
+     bit stream with several sub frames, and we find out at the last sub frame
+     that the total frame length does not match the sum of sub frame length. 
+     If this happens, the transport decoder might want to rewind to the supposed
+     ending of the transport frame, and this position might be before the last
+     access unit beginning. */
+
+  /* Calc bitrate. */
+  if (pSi->frameSize > 0) {
+    pSi->bitRate = (nBits * pSi->sampleRate)/pSi->frameSize;
+  }
+
+  /* bit/byte counters */
+  {
+    int nBytes;
+
+    nBytes = nBits>>3;
+    pSi->numTotalBytes += nBytes;
+    if (IS_OUTPUT_VALID(ErrorStatus)) {
+      pSi->numTotalAccessUnits++;
+    }
+    if (IS_DECODE_ERROR(ErrorStatus)) {
+      pSi->numBadBytes += nBytes;
+      pSi->numBadAccessUnits++;
+    }
+  }
+}
+
+static INT aacDecoder_EstimateNumberOfLostFrames(HANDLE_AACDECODER self)
+{
+  INT n;
+
+  transportDec_GetMissingAccessUnitCount( &n, self->hInput);
+
+  return n;
+}
+
+LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_DecodeFrame(
+        HANDLE_AACDECODER  self,
+        INT_PCM           *pTimeData,
+        const INT          timeDataSize,
+        const UINT         flags)
+{
+    AAC_DECODER_ERROR ErrorStatus;
+    INT layer;
+    INT nBits;
+    INT interleaved = self->outputInterleaved;
+    HANDLE_FDK_BITSTREAM hBs;
+    int fTpInterruption = 0;  /* Transport originated interruption detection. */
+    int fTpConceal = 0;       /* Transport originated concealment. */
+
+
+    if (self == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+
+    if (flags & AACDEC_INTR) {
+      self->streamInfo.numLostAccessUnits = 0;
+    }
+
+    hBs = transportDec_GetBitstream(self->hInput, 0);
+
+    /* Get current bits position for bitrate calculation. */
+    nBits = FDKgetValidBits(hBs);
+    if (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH) ) )
+    {
+      TRANSPORTDEC_ERROR err;
+
+      for(layer = 0; layer < self->nrOfLayers; layer++)
+      {
+        err = transportDec_ReadAccessUnit(self->hInput, layer);
+        if (err != TRANSPORTDEC_OK) {
+          switch (err) {
+          case TRANSPORTDEC_NOT_ENOUGH_BITS:
+            ErrorStatus = AAC_DEC_NOT_ENOUGH_BITS;
+            goto bail;
+          case TRANSPORTDEC_SYNC_ERROR:
+            self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self);
+            fTpInterruption = 1;
+            break;
+          case TRANSPORTDEC_NEED_TO_RESTART:
+            ErrorStatus = AAC_DEC_NEED_TO_RESTART;
+            goto bail;
+          case TRANSPORTDEC_CRC_ERROR:
+            fTpConceal = 1;
+            break;
+          default:
+            ErrorStatus = AAC_DEC_UNKNOWN;
+            goto bail;
+          }
+        }
+      }
+    } else {
+      if (self->streamInfo.numLostAccessUnits > 0) {
+        self->streamInfo.numLostAccessUnits--;
+      }
+    }
+
+    /* Signal bit stream interruption to other modules if required. */
+    if ( fTpInterruption || (flags & (AACDEC_INTR|AACDEC_CLRHIST)) )
+    {
+      aacDecoder_SignalInterruption(self);
+      if ( ! (flags & AACDEC_INTR) ) {
+        ErrorStatus = AAC_DEC_TRANSPORT_SYNC_ERROR;
+        goto bail;
+      }
+    }
+
+    /* Empty bit buffer in case of flush request. */
+    if (flags & AACDEC_FLUSH)
+    {
+      transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1);
+      self->streamInfo.numLostAccessUnits = 0;
+      self->streamInfo.numBadBytes = 0;
+      self->streamInfo.numTotalBytes = 0;
+    }
+
+
+    ErrorStatus = CAacDecoder_DecodeFrame(self,
+                                          flags | (fTpConceal ? AACDEC_CONCEAL : 0),
+                                          pTimeData,
+                                          timeDataSize,
+                                          interleaved);
+
+    if (!(flags & (AACDEC_CONCEAL|AACDEC_FLUSH))) {
+      TRANSPORTDEC_ERROR tpErr;
+      tpErr = transportDec_EndAccessUnit(self->hInput);
+      if (tpErr != TRANSPORTDEC_OK) {
+        self->frameOK = 0;
+      }
+    }
+
+    /* If the current pTimeData does not contain a valid signal, there nothing else we can do, so bail. */
+    if ( ! IS_OUTPUT_VALID(ErrorStatus) ) {
+      goto bail;
+    }
+
+    {
+      /* Export data into streaminfo structure */
+      self->streamInfo.sampleRate = self->streamInfo.aacSampleRate;
+      self->streamInfo.frameSize  = self->streamInfo.aacSamplesPerFrame;
+    }
+    self->streamInfo.numChannels = self->streamInfo.aacNumChannels;
+
+
+
+    CAacDecoder_SyncQmfMode(self);
+
+/* sbr decoder */
+
+    if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentInfo.concealState > ConcealState_FadeIn)
+    {
+      self->frameOK = 0;  /* if an error has occured do concealment in the SBR decoder too */
+    }
+
+    if (self->sbrEnabled)
+    {
+      SBR_ERROR sbrError = SBRDEC_OK;
+
+      /* set params */
+      sbrDecoder_SetParam ( self->hSbrDecoder,
+                            SBR_SYSTEM_BITSTREAM_DELAY,
+                            self->sbrParams.bsDelay);
+
+      if ( self->streamInfo.aot == AOT_ER_AAC_ELD ) {
+        /* Configure QMF */
+        sbrDecoder_SetParam ( self->hSbrDecoder,
+                              SBR_LD_QMF_TIME_ALIGN,
+                              (self->flags & AC_LD_MPS) ? 1 : 0 );
+      }
+
+
+
+
+      /* apply SBR processing */
+      sbrError = sbrDecoder_Apply ( self->hSbrDecoder,
+                                    pTimeData,
+                                   &self->streamInfo.numChannels,
+                                   &self->streamInfo.sampleRate,
+                                    self->channelOutputMapping[self->streamInfo.numChannels-1],
+                                    interleaved,
+                                    self->frameOK,
+                                   &self->psPossible);
+
+
+     if (sbrError == SBRDEC_OK) {
+
+       /* Update data in streaminfo structure. Assume that the SBR upsampling factor is either 1 or 2 */
+       self->flags |= AC_SBR_PRESENT;
+       if (self->streamInfo.aacSampleRate != self->streamInfo.sampleRate) {
+         if (self->streamInfo.frameSize == 768) {
+           self->streamInfo.frameSize =  (self->streamInfo.aacSamplesPerFrame * 8) / 3;
+         } else {
+           self->streamInfo.frameSize =  self->streamInfo.aacSamplesPerFrame << 1;
+         }
+       }
+
+       if (self->psPossible) {
+         self->flags |= AC_PS_PRESENT;
+         self->channelType[0] = ACT_FRONT;
+         self->channelType[1] = ACT_FRONT;
+         self->channelIndices[0] = 0;
+         self->channelIndices[1] = 1;
+       } else {
+         self->flags &= ~AC_PS_PRESENT;
+       }
+     }
+   }
+
+
+    if ( flags & (AACDEC_INTR | AACDEC_CLRHIST) ) {
+      /* delete data from the past (e.g. mixdown coeficients) */
+      pcmDmx_Reset( self->hPcmUtils, PCMDMX_RESET_BS_DATA );
+    }
+    /* do PCM post processing */
+    pcmDmx_ApplyFrame (
+            self->hPcmUtils,
+            pTimeData,
+            self->streamInfo.frameSize,
+           &self->streamInfo.numChannels,
+            interleaved,
+            self->channelType,
+            self->channelIndices,
+            self->channelOutputMapping
+      );
+
+
+
+    /* Signal interruption to take effect in next frame. */
+    if ( flags & AACDEC_FLUSH ) {
+      aacDecoder_SignalInterruption(self);
+    }
+
+    /* Update externally visible copy of flags */
+    self->streamInfo.flags = self->flags;
+
+bail:
+
+    /* Update Statistics */
+    aacDecoder_UpdateBitStreamCounters(&self->streamInfo, hBs, nBits, ErrorStatus);
+
+    return ErrorStatus;
+}
+
+LINKSPEC_CPP void aacDecoder_Close ( HANDLE_AACDECODER self )
+{
+  if (self == NULL)
+    return;
+
+
+
+  if (self->hPcmUtils != NULL) {
+    pcmDmx_Close( &self->hPcmUtils );
+  }
+
+
+
+  if (self->hSbrDecoder != NULL) {
+    sbrDecoder_Close(&self->hSbrDecoder);
+  }
+
+  if (self->hInput != NULL) {
+    transportDec_Close(&self->hInput);
+  }
+
+  CAacDecoder_Close(self);
+}
+
+
+LINKSPEC_CPP CStreamInfo* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
+{
+  return CAacDecoder_GetStreamInfo(self);
+}
+
+LINKSPEC_CPP INT aacDecoder_GetLibInfo ( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return -1;
+  }
+
+  sbrDecoder_GetLibInfo( info );
+  transportDec_GetLibInfo( info );
+  FDK_toolsGetLibInfo( info );
+  pcmDmx_GetLibInfo( info );
+
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) {
+    return -1;
+  }
+  info += i;
+
+  info->module_id = FDK_AACDEC;
+  /* build own library info */
+  info->version = LIB_VERSION(AACDECODER_LIB_VL0, AACDECODER_LIB_VL1, AACDECODER_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->build_date = AACDECODER_LIB_BUILD_DATE;
+  info->build_time = AACDECODER_LIB_BUILD_TIME;
+  info->title = AACDECODER_LIB_TITLE;
+
+  /* Set flags */
+  info->flags = 0
+      | CAPF_AAC_LC
+      | CAPF_AAC_VCB11
+      | CAPF_AAC_HCR
+      | CAPF_AAC_RVLC
+      | CAPF_ER_AAC_LD
+      | CAPF_ER_AAC_ELD
+      | CAPF_AAC_CONCEALMENT
+      | CAPF_AAC_DRC
+
+      | CAPF_AAC_MPEG4
+
+
+      | CAPF_AAC_1024
+      | CAPF_AAC_960
+
+      | CAPF_AAC_512
+
+      | CAPF_AAC_480
+
+      ;
+  /* End of flags */
+
+  return 0;
+}
+
+
+
+
diff --git a/libAACdec/src/arm/block_arm.cpp b/libAACdec/src/arm/block_arm.cpp
new file mode 100644 (file)
index 0000000..fbc1bf3
--- /dev/null
@@ -0,0 +1,140 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+
+/********************************  Fraunhofer IIS  ***************************
+
+   Author(s):   Arthur Tritthart
+   Description: (ARM optimised) Scaling of spectral data
+
+******************************************************************************/
+
+
+#define FUNCTION_CBlock_ScaleSpectralData_func1
+
+/* Note: This loop is only separated for ARM in order to save cycles
+         by loop unrolling. The ARM core provides by default a 5-cycle
+         loop overhead per sample, that goes down to 1-cycle per sample
+         with an optimal 4x-loop construct (do - 4x - while).
+*/
+
+FDK_INLINE static void CBlock_ScaleSpectralData_func1(
+    FIXP_DBL *pSpectrum,
+    int max_band,
+    const SHORT * RESTRICT BandOffsets,
+    int SpecScale_window,
+    const SHORT * RESTRICT pSfbScale,
+    int window)
+{
+  int band_offset = 0;
+  for (int band=0; band < max_band; band++)
+  {
+    int runs = band_offset;
+    band_offset = BandOffsets[band+1];
+    runs = band_offset - runs;    /* is always a multiple of 4 */
+    int scale = SpecScale_window-pSfbScale[window*16+band];
+    if (scale)
+    {
+      do
+      {
+        FIXP_DBL tmp0, tmp1, tmp2, tmp3;
+        tmp0 = pSpectrum[0];
+        tmp1 = pSpectrum[1];
+        tmp2 = pSpectrum[2];
+        tmp3 = pSpectrum[3];
+        tmp0 >>= scale;
+        tmp1 >>= scale;
+        tmp2 >>= scale;
+        tmp3 >>= scale;
+        *pSpectrum++ = tmp0;
+        *pSpectrum++ = tmp1;
+        *pSpectrum++ = tmp2;
+        *pSpectrum++ = tmp3;
+      } while ((runs = runs-4) != 0);
+    }
+    else
+    {
+      pSpectrum+= runs;
+    }
+  }
+}
diff --git a/libAACdec/src/block.cpp b/libAACdec/src/block.cpp
new file mode 100644 (file)
index 0000000..9d703cc
--- /dev/null
@@ -0,0 +1,759 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: long/short-block decoding
+
+******************************************************************************/
+
+#include "block.h"
+
+#include "aac_rom.h"
+#include "FDK_bitstream.h"
+#include "FDK_tools_rom.h"
+
+
+
+
+#include "aacdec_hcr.h"
+#include "rvlc.h"
+
+
+#if defined(__arm__)
+#include "arm/block_arm.cpp"
+#endif
+
+/*!
+  \brief Read escape sequence of codeword
+
+  The function reads the escape sequence from the bitstream,
+  if the absolute value of the quantized coefficient has the
+  value 16.
+
+  \return  quantized coefficient
+*/
+LONG CBlock_GetEscape(HANDLE_FDK_BITSTREAM bs, /*!< pointer to bitstream */
+                     const LONG q)        /*!< quantized coefficient */
+{
+  LONG i, off, neg ;
+
+  if (q < 0)
+  {
+    if (q != -16) return q;
+    neg = 1;
+  }
+  else
+  {
+    if (q != +16) return q;
+    neg = 0;
+  }
+
+  for (i=4; ; i++)
+  {
+    if (FDKreadBits(bs,1) == 0)
+      break;
+  }
+
+  if (i > 16)
+  {
+    if (i - 16 > CACHE_BITS) { /* cannot read more than "CACHE_BITS" bits at once in the function FDKreadBits() */
+      return (MAX_QUANTIZED_VALUE + 1); /* returning invalid value that will be captured later */
+    }
+
+    off = FDKreadBits(bs,i-16) << 16;
+    off |= FDKreadBits(bs,16);
+  }
+  else
+  {
+    off = FDKreadBits(bs,i);
+  }
+
+  i = off + (1 << i);
+
+  if (neg) i = -i;
+
+  return i;
+}
+
+AAC_DECODER_ERROR CBlock_ReadScaleFactorData(
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        HANDLE_FDK_BITSTREAM bs,
+        UINT flags
+        )
+{
+  int temp;
+  int band;
+  int group;
+  int position = 0; /* accu for intensity delta coding */
+  int factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain; /* accu for scale factor delta coding */
+  UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
+  SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
+  const CodeBookDescription *hcb =&AACcodeBookDescriptionTable[BOOKSCL];
+
+  int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
+  {
+    for (band=0; band < ScaleFactorBandsTransmitted; band++)
+    {
+      switch (pCodeBook[group*16+band]) {
+
+      case ZERO_HCB: /* zero book */
+        pScaleFactor[group*16+band] = 0;
+        break;
+
+      default: /* decode scale factor */
+        {
+          temp = CBlock_DecodeHuffmanWord(bs,hcb);
+          factor += temp - 60; /* MIDFAC 1.5 dB */
+        }
+        pScaleFactor[group*16+band] = factor - 100;
+        break;
+
+      case INTENSITY_HCB: /* intensity steering */
+      case INTENSITY_HCB2:
+        temp = CBlock_DecodeHuffmanWord(bs,hcb);
+        position += temp - 60;
+        pScaleFactor[group*16+band] = position - 100;
+        break;
+
+      case NOISE_HCB: /* PNS */
+        if (flags & (AC_MPS_RES|AC_USAC|AC_RSVD50)) {
+          return AAC_DEC_PARSE_ERROR;
+        }
+        CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
+        break;
+      }
+    }
+  }
+
+  return AAC_DEC_OK;
+}
+
+void CBlock_ScaleSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo)
+{
+  int band;
+  int window;
+  const SHORT * RESTRICT pSfbScale  = pAacDecoderChannelInfo->pDynData->aSfbScale;
+  SHORT * RESTRICT pSpecScale = pAacDecoderChannelInfo->specScale;
+  int groupwin,group;
+  const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
+  SPECTRAL_PTR RESTRICT pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient;
+
+
+  FDKmemclear(pSpecScale, 8*sizeof(SHORT));
+
+  int max_band = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
+  {
+    for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
+    {
+      int SpecScale_window = pSpecScale[window];
+      FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window,  pAacDecoderChannelInfo->granuleLength);
+
+      /* find scaling for current window */
+      for (band=0; band < max_band; band++)
+      {
+        SpecScale_window = fMax(SpecScale_window, (int)pSfbScale[window*16+band]);
+      }
+
+      if (pAacDecoderChannelInfo->pDynData->TnsData.Active) {
+        SpecScale_window += TNS_SCALE;
+      }
+
+      /* store scaling of current window */
+      pSpecScale[window] = SpecScale_window;
+
+#ifdef FUNCTION_CBlock_ScaleSpectralData_func1
+
+      CBlock_ScaleSpectralData_func1(pSpectrum, max_band, BandOffsets, SpecScale_window, pSfbScale, window);
+
+#else /* FUNCTION_CBlock_ScaleSpectralData_func1 */
+      for (band=0; band < max_band; band++)
+      {
+        int scale = SpecScale_window - pSfbScale[window*16+band];
+        if (scale)
+        {
+          /* following relation can be used for optimizations: (BandOffsets[i]%4) == 0 for all i */
+          int max_index = BandOffsets[band+1];
+          for (int index = BandOffsets[band]; index < max_index; index++)
+          {
+            pSpectrum[index] >>= scale;
+          }
+        }
+      }
+#endif  /* FUNCTION_CBlock_ScaleSpectralData_func1 */
+    }
+  }
+
+}
+
+AAC_DECODER_ERROR CBlock_ReadSectionData(HANDLE_FDK_BITSTREAM bs,
+                                         CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                         const SamplingRateInfo *pSamplingRateInfo,
+                                         const UINT  flags)
+{
+  int top, band;
+  int sect_len, sect_len_incr;
+  int group;
+  UCHAR sect_cb;
+  UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
+  /* HCR input (long) */
+  SHORT *pNumLinesInSec    = pAacDecoderChannelInfo->pDynData->specificTo.aac.aNumLineInSec4Hcr;
+  int    numLinesInSecIdx  = 0;
+  UCHAR *pHcrCodeBook      = pAacDecoderChannelInfo->pDynData->specificTo.aac.aCodeBooks4Hcr;
+  const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection = 0;
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+
+  FDKmemclear(pCodeBook, sizeof(UCHAR)*(8*16));
+
+  const int nbits = (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3;
+
+  int sect_esc_val = (1 << nbits) - 1 ;
+
+  UCHAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
+  {
+    for (band=0; band < ScaleFactorBandsTransmitted; )
+    {
+      sect_len = 0;
+      if ( flags & AC_ER_VCB11 )  {
+        sect_cb = (UCHAR) FDKreadBits(bs,5);
+      }
+      else
+        sect_cb = (UCHAR) FDKreadBits(bs,4);
+
+      if ( ((flags & AC_ER_VCB11) == 0) || ( sect_cb < 11 ) || ((sect_cb > 11) && (sect_cb < 16)) ) {
+        sect_len_incr = FDKreadBits(bs, nbits);
+        while (sect_len_incr == sect_esc_val)
+        {
+          sect_len += sect_esc_val;
+          sect_len_incr = FDKreadBits(bs, nbits);
+        }
+      }
+      else {
+        sect_len_incr = 1;
+      }
+
+      sect_len += sect_len_incr;
+
+
+      top = band + sect_len;
+
+      if (flags & AC_ER_HCR) {
+        /* HCR input (long) -- collecting sideinfo (for HCR-_long_ only) */
+        pNumLinesInSec[numLinesInSecIdx] = BandOffsets[top] - BandOffsets[band];
+        numLinesInSecIdx++;
+        if (numLinesInSecIdx >= MAX_SFB_HCR) {
+          return AAC_DEC_PARSE_ERROR;
+        }
+        if (
+             (sect_cb == BOOKSCL) )
+        {
+          return AAC_DEC_INVALID_CODE_BOOK;
+        } else {
+          *pHcrCodeBook++ = sect_cb;
+        }
+        pAacDecoderChannelInfo->pDynData->specificTo.aac.numberSection++;
+      }
+
+      /* Check spectral line limits */
+      if (IsLongBlock( &(pAacDecoderChannelInfo->icsInfo) ))
+      {
+        if (top > 64) {
+          return AAC_DEC_DECODE_FRAME_ERROR;
+        }
+      } else { /* short block */
+        if (top + group*16 > (8 * 16)) {
+          return AAC_DEC_DECODE_FRAME_ERROR;
+        }
+      }
+
+      /* Check if decoded codebook index is feasible */
+      if ( (sect_cb == BOOKSCL)
+       || ( (sect_cb == INTENSITY_HCB || sect_cb == INTENSITY_HCB2) && pAacDecoderChannelInfo->pDynData->RawDataInfo.CommonWindow == 0)
+         )
+      {
+        return AAC_DEC_INVALID_CODE_BOOK;
+      }
+
+      /* Store codebook index */
+      for (; band < top; band++)
+      {
+        pCodeBook[group*16+band] = sect_cb;
+      }
+    }
+  }
+
+
+  return ErrorStatus;
+}
+
+/* mso: provides a faster way to i-quantize a whole band in one go */
+
+/**
+ * \brief inverse quantize one sfb. Each value of the sfb is processed according to the
+ *        formula: spectrum[i] = Sign(spectrum[i]) * Matissa(spectrum[i])^(4/3) * 2^(lsb/4).
+ * \param spectrum pointer to first line of the sfb to be inverse quantized.
+ * \param noLines number of lines belonging to the sfb.
+ * \param lsb last 2 bits of the scale factor of the sfb.
+ * \param scale max allowed shift scale for the sfb.
+ */
+static
+void InverseQuantizeBand( FIXP_DBL * RESTRICT spectrum,
+                              INT noLines,
+                              INT lsb,
+                              INT scale )
+{
+    const FIXP_DBL * RESTRICT InverseQuantTabler=(FIXP_DBL *)InverseQuantTable;
+    const FIXP_DBL * RESTRICT MantissaTabler=(FIXP_DBL *)MantissaTable[lsb];
+    const SCHAR* RESTRICT ExponentTabler=(SCHAR*)ExponentTable[lsb];
+
+    FIXP_DBL *ptr = spectrum;
+    FIXP_DBL signedValue;
+
+    FDK_ASSERT(noLines>2);
+    for (INT i=noLines; i--; )
+    {
+        if ((signedValue = *ptr++) != FL2FXCONST_DBL(0))
+        {
+          FIXP_DBL value = fAbs(signedValue);
+          UINT freeBits = CntLeadingZeros(value);
+          UINT exponent = 32 - freeBits;
+
+          UINT x = (UINT) (LONG)value << (INT) freeBits;
+          x <<= 1;                                  /* shift out sign bit to avoid masking later on */
+          UINT tableIndex = x >> 24;
+          x = (x >> 20) &  0x0F;
+
+          UINT r0=(UINT)(LONG)InverseQuantTabler[tableIndex+0];
+          UINT r1=(UINT)(LONG)InverseQuantTabler[tableIndex+1];
+          UINT temp= (r1 - r0)*x + (r0 << 4);
+
+          value = fMultDiv2((FIXP_DBL)temp, MantissaTabler[exponent]);
+
+          /* + 1 compensates fMultDiv2() */
+          scaleValueInPlace(&value, scale + ExponentTabler[exponent] + 1);
+
+          signedValue = (signedValue < (FIXP_DBL)0) ? -value : value;
+          ptr[-1] = signedValue;
+        }
+    }
+}
+
+AAC_DECODER_ERROR CBlock_InverseQuantizeSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo)
+{
+  int window, group, groupwin, band;
+  int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  UCHAR *RESTRICT pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
+  SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale;
+  SHORT *RESTRICT pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
+  const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
+
+  FDKmemclear(pAacDecoderChannelInfo->pDynData->aSfbScale, (8*16)*sizeof(SHORT));
+
+  for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
+  {
+    for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++, window++)
+    {
+      /* inverse quantization */
+      for (band=0; band < ScaleFactorBandsTransmitted; band++)
+      {
+        FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
+
+        int noLines = BandOffsets[band+1] - BandOffsets[band];
+        int bnds = group*16+band;
+        int i;
+
+        if ((pCodeBook[bnds] == ZERO_HCB)
+         || (pCodeBook[bnds] == INTENSITY_HCB)
+         || (pCodeBook[bnds] == INTENSITY_HCB2)
+           )
+          continue;
+
+        if (pCodeBook[bnds] == NOISE_HCB)
+        {
+          /* Leave headroom for PNS values. + 1 because ceil(log2(2^(0.25*3))) = 1,
+             worst case of additional headroom required because of the scalefactor. */
+          pSfbScale[window*16+band] = (pScaleFactor [bnds] >> 2) + 1 ;
+          continue;
+        }
+
+        /* Find max spectral line value of the current sfb */
+        FIXP_DBL locMax = (FIXP_DBL)0;
+
+        for (i = noLines; i-- ; ) {
+          /* Expensive memory access */
+          locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax);
+        }
+
+        /* Cheap robustness improvement - Do not remove!!! */
+        if (fixp_abs(locMax) > (FIXP_DBL)MAX_QUANTIZED_VALUE) {
+          return AAC_DEC_DECODE_FRAME_ERROR;
+        }
+
+        /*
+           The inverse quantized spectral lines are defined by:
+        pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * 2^(0.25*pScaleFactor[bnds]) * pSpectralCoefficient[i]^(4/3)
+           This is equivalent to:
+        pSpectralCoefficient[i]    = Sign(pSpectralCoefficient[i]) * (2^(pScaleFactor[bnds] % 4) * pSpectralCoefficient[i]^(4/3))
+        pSpectralCoefficient_e[i] += pScaleFactor[bnds]/4
+        */
+        {
+          int msb = pScaleFactor [bnds] >> 2 ;
+          int lsb = pScaleFactor [bnds] & 0x03 ;
+
+          int scale = GetScaleFromValue(locMax, lsb);
+
+          pSfbScale[window*16+band] = msb - scale;
+          InverseQuantizeBand(pSpectralCoefficient, noLines, lsb, scale);
+        }
+      }
+    }
+  }
+
+
+  return AAC_DEC_OK;
+}
+
+
+AAC_DECODER_ERROR  CBlock_ReadSpectralData(HANDLE_FDK_BITSTREAM bs,
+                                           CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                           const SamplingRateInfo *pSamplingRateInfo,
+                                           const UINT  flags)
+{
+  int i,index;
+  int window,group,groupwin,groupoffset,band;
+  UCHAR *RESTRICT pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
+  const SHORT *RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo);
+
+  SPECTRAL_PTR pSpectralCoefficient = pAacDecoderChannelInfo->pSpectralCoefficient;
+  FIXP_DBL locMax;
+
+  int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+
+  FDK_ASSERT(BandOffsets != NULL);
+
+  FDKmemclear(pSpectralCoefficient, sizeof(SPECTRUM));
+
+  if ( (flags & AC_ER_HCR) == 0 )
+  {
+    groupoffset = 0;
+
+    /* plain huffman decoder  short */
+    for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
+    {
+      for (band=0; band < ScaleFactorBandsTransmitted; band++)
+      {
+        int bnds = group*16+band;
+        UCHAR currentCB = pCodeBook[bnds];
+
+        /* patch to run plain-huffman-decoder with vcb11 input codebooks (LAV-checking might be possible below using the virtual cb and a LAV-table) */
+        if ((currentCB >= 16) && (currentCB <= 31)) {
+          pCodeBook[bnds] = currentCB = 11;
+        }
+        if ( !((currentCB == ZERO_HCB)
+            || (currentCB == NOISE_HCB)
+            || (currentCB == INTENSITY_HCB)
+            || (currentCB == INTENSITY_HCB2)) )
+        {
+          const CodeBookDescription *hcb = &AACcodeBookDescriptionTable[currentCB];
+          int step = hcb->Dimension;
+          int offset = hcb->Offset;
+          int bits = hcb->numBits;
+          int mask = (1<<bits)-1;
+
+          for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin++)
+          {
+            window = groupoffset + groupwin;
+
+            FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
+
+            locMax = (FIXP_DBL)0 ;
+
+            for (index=BandOffsets[band]; index < BandOffsets[band+1]; index+=step)
+            {
+              int idx = CBlock_DecodeHuffmanWord(bs,hcb);
+
+              for (i=0; i<step; i++) {
+                FIXP_DBL tmp;
+
+                tmp = (FIXP_DBL)((idx & mask)-offset);
+                idx >>= bits;
+
+                if (offset == 0) {
+                  if (tmp != FIXP_DBL(0))
+                    tmp = (FDKreadBits(bs,1))? -tmp : tmp;
+                }
+                mdctSpectrum[index+i] = tmp;
+              }
+
+              if (currentCB == ESCBOOK)
+              {
+                mdctSpectrum[index+0] = (FIXP_DBL)CBlock_GetEscape(bs, (LONG)mdctSpectrum[index+0]);
+                mdctSpectrum[index+1] = (FIXP_DBL)CBlock_GetEscape(bs, (LONG)mdctSpectrum[index+1]);
+
+              }
+            }
+          }
+        }
+      }
+      groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
+    }
+    /* plain huffman decoding (short) finished */
+  }
+  /* HCR - Huffman Codeword Reordering  short */
+  else  /* if ( flags & AC_ER_HCR ) */
+  {
+    H_HCR_INFO hHcr = &pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo;
+    int hcrStatus = 0;
+
+    /* advanced Huffman decoding starts here (HCR decoding :) */
+    if ( pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData != 0 ) {
+
+      /* HCR initialization short */
+      hcrStatus = HcrInit(hHcr, pAacDecoderChannelInfo, pSamplingRateInfo, bs);
+
+      if (hcrStatus != 0) {
+        return AAC_DEC_DECODE_FRAME_ERROR;
+      }
+
+      /* HCR decoding short */
+      hcrStatus = HcrDecoder(hHcr, pAacDecoderChannelInfo, pSamplingRateInfo, bs);
+
+      if (hcrStatus != 0) {
+#if HCR_ERROR_CONCEALMENT
+        HcrMuteErroneousLines(hHcr);
+#else
+        return AAC_DEC_DECODE_FRAME_ERROR;
+#endif /* HCR_ERROR_CONCEALMENT */
+      }
+
+      FDKpushFor (bs, pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData);
+    }
+  }
+  /* HCR - Huffman Codeword Reordering short finished */
+
+
+
+  if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|AC_SCALABLE)) )
+  {
+    /* apply pulse data */
+    CPulseData_Apply(&pAacDecoderChannelInfo->pDynData->specificTo.aac.PulseData,
+                      GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo),
+                      SPEC_LONG(pSpectralCoefficient));
+  }
+
+
+  return AAC_DEC_OK;
+}
+
+
+
+void ApplyTools ( CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+                  const SamplingRateInfo *pSamplingRateInfo,
+                  const UINT flags,
+                  const int channel )
+{
+
+  if ( !(flags & (AC_USAC|AC_RSVD50|AC_MPS_RES)) ) {
+    CPns_Apply(
+           &pAacDecoderChannelInfo[channel]->data.aac.PnsData,
+           &pAacDecoderChannelInfo[channel]->icsInfo,
+            pAacDecoderChannelInfo[channel]->pSpectralCoefficient,
+            pAacDecoderChannelInfo[channel]->specScale,
+            pAacDecoderChannelInfo[channel]->pDynData->aScaleFactor,
+            pSamplingRateInfo,
+            pAacDecoderChannelInfo[channel]->granuleLength,
+            channel
+            );
+  }
+
+  CTns_Apply (
+         &pAacDecoderChannelInfo[channel]->pDynData->TnsData,
+         &pAacDecoderChannelInfo[channel]->icsInfo,
+          pAacDecoderChannelInfo[channel]->pSpectralCoefficient,
+          pSamplingRateInfo,
+          pAacDecoderChannelInfo[channel]->granuleLength
+          );
+}
+
+static
+int getWindow2Nr(int length, int shape)
+{
+  int nr = 0;
+
+  if (shape == 2) {
+    /* Low Overlap, 3/4 zeroed */
+    nr = (length * 3)>>2;
+  }
+
+  return nr;
+}
+
+void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                            CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                            INT_PCM outSamples[],
+                            const SHORT frameLen,
+                            const int stride,
+                            const int frameOk,
+                            FIXP_DBL *pWorkBuffer1 )
+{
+  int fr, fl, tl, nSamples, nSpec;
+
+  /* Determine left slope length (fl), right slope length (fr) and transform length (tl).
+     USAC: The slope length may mismatch with the previous frame in case of LPD / FD
+           transitions. The adjustment is handled by the imdct implementation.
+  */
+  tl = frameLen;
+  nSpec = 1;
+
+  switch( pAacDecoderChannelInfo->icsInfo.WindowSequence ) {
+    default:
+    case OnlyLongSequence:
+      fl = frameLen;
+      fr = frameLen - getWindow2Nr(frameLen, GetWindowShape(&pAacDecoderChannelInfo->icsInfo));
+      break;
+    case LongStopSequence:
+      fl = frameLen >> 3;
+      fr = frameLen;
+      break;
+    case LongStartSequence: /* or StopStartSequence */
+      fl = frameLen;
+      fr = frameLen >> 3;
+      break;
+    case EightShortSequence:
+      fl = fr = frameLen >> 3;
+      tl >>= 3;
+      nSpec = 8;
+      break;
+  }
+
+  {
+    int i;
+
+    {
+      FIXP_DBL *tmp = pAacDecoderChannelInfo->pComData->workBufferCore1->mdctOutTemp;
+
+      nSamples = imdct_block(
+             &pAacDecoderStaticChannelInfo->IMdct,
+              tmp,
+              SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient),
+              pAacDecoderChannelInfo->specScale,
+              nSpec,
+              frameLen,
+              tl,
+              FDKgetWindowSlope(fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)),
+              fl,
+              FDKgetWindowSlope(fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)),
+              fr,
+              (FIXP_DBL)0 );
+
+      for (i=0; i<frameLen; i++) {
+        outSamples[i*stride] = IMDCT_SCALE(tmp[i]);
+      }
+    }
+  }
+
+  FDK_ASSERT(nSamples == frameLen);
+
+}
+
+#include "ldfiltbank.h"
+void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                                     CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                     INT_PCM outSamples[],
+                                     const short frameLen,
+                                     const char stride )
+{
+  InvMdctTransformLowDelay_fdk (
+          SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient),
+          pAacDecoderChannelInfo->specScale[0],
+          outSamples,
+          pAacDecoderStaticChannelInfo->pOverlapBuffer,
+          stride,
+          frameLen
+          );
+}
diff --git a/libAACdec/src/block.h b/libAACdec/src/block.h
new file mode 100644 (file)
index 0000000..f9394f6
--- /dev/null
@@ -0,0 +1,322 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: long/short-block decoding
+
+******************************************************************************/
+
+#ifndef BLOCK_H
+#define BLOCK_H
+
+#include "common_fix.h"
+
+#include "channelinfo.h"
+#include "FDK_bitstream.h"
+
+/* PNS (of block) */
+void CPns_Read (CPnsData *pPnsData,
+                HANDLE_FDK_BITSTREAM bs,
+                const CodeBookDescription *hcb,
+                SHORT *pScaleFactor,
+                UCHAR global_gain,
+                int band,
+                int group);
+
+
+void CPns_Apply (const CPnsData *pPnsData,
+                 const CIcsInfo *pIcsInfo,
+                 SPECTRAL_PTR pSpectrum,
+                 const SHORT    *pSpecScale,
+                 const SHORT    *pScaleFactor,
+                 const SamplingRateInfo *pSamplingRateInfo,
+                 const INT granuleLength,
+                 const int channel);
+
+
+
+/* TNS (of block) */
+/*!
+  \brief Read tns data-present flag from bitstream
+
+  The function reads the data-present flag for tns from
+  the bitstream.
+
+  \return  none
+*/
+void CTns_ReadDataPresentFlag(HANDLE_FDK_BITSTREAM bs,
+                              CTnsData *pTnsData);
+
+void CTns_ReadDataPresentUsac(
+        HANDLE_FDK_BITSTREAM hBs,
+        CTnsData *pTnsData0,
+        CTnsData *pTnsData1,
+        const CIcsInfo *pIcsInfo,
+        const UINT flags,
+        const int fCommonWindow
+        );
+
+AAC_DECODER_ERROR CTns_Read(HANDLE_FDK_BITSTREAM bs,
+                            CTnsData *pTnsData,
+                            const CIcsInfo *pIcsInfo,
+                            const UINT flags);
+
+void CTns_Apply ( CTnsData *RESTRICT pTnsData, /*!< pointer to aac decoder info */
+                  const CIcsInfo *pIcsInfo,
+                  SPECTRAL_PTR pSpectralCoefficient,
+                  const SamplingRateInfo *pSamplingRateInfo,
+                  const INT granuleLength);
+
+/* Block */
+
+LONG CBlock_GetEscape(HANDLE_FDK_BITSTREAM bs, const LONG q);
+
+/**
+ * \brief Read scale factor data. See chapter 4.6.2.3.2 of ISO/IEC 14496-3.
+ *        The SF_OFFSET = 100 value referenced in chapter 4.6.2.3.3 is already substracted
+ *        from the scale factor values. Also includes PNS data reading.
+ * \param bs bit stream handle data source
+ * \param pAacDecoderChannelInfo channel context info were decoded data is stored into.
+ * \param flags the decoder flags.
+ */
+AAC_DECODER_ERROR CBlock_ReadScaleFactorData(
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        HANDLE_FDK_BITSTREAM bs,
+        const UINT flags
+        );
+
+/**
+ * \brief Read Huffman encoded spectral data.
+ * \param pAacDecoderChannelInfo channel context info.
+ * \param pSamplingRateInfo sampling rate info (sfb offsets).
+ * \param flags syntax flags.
+ */
+AAC_DECODER_ERROR  CBlock_ReadSpectralData(HANDLE_FDK_BITSTREAM bs,
+                                           CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                           const SamplingRateInfo *pSamplingRateInfo,
+                                           const UINT  flags);
+
+
+AAC_DECODER_ERROR CBlock_ReadSectionData(HANDLE_FDK_BITSTREAM bs,
+                                         CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                         const SamplingRateInfo *pSamplingRateInfo,
+                                         const UINT  flags);
+
+/**
+ * \brief find a common exponent (shift factor) for all sfb in each Spectral window, and store them into
+ *        CAacDecoderChannelInfo::specScale.
+ * \param pAacDecoderChannelInfo channel context info.
+ * \param pSamplingRateInfo sampling rate info (sfb offsets).
+ */
+void CBlock_ScaleSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo);
+
+/**
+ * \brief Apply TNS and PNS tools.
+ */
+void ApplyTools ( CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+                  const SamplingRateInfo *pSamplingRateInfo,
+                  const UINT flags,
+                  const int channel );
+
+/**
+ * \brief Transform MDCT spectral data into time domain
+ */
+void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                            CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                            INT_PCM outSamples[],
+                            const SHORT frameLen,
+                            const int stride,
+                            const int frameOk,
+                            FIXP_DBL *pWorkBuffer1);
+
+/**
+ * \brief Transform double lapped MDCT (AAC-ELD) spectral data into time domain.
+ */
+void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                                    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                    INT_PCM outSamples[],
+                                    const short frameLen,
+                                    const char stride);
+
+AAC_DECODER_ERROR CBlock_InverseQuantizeSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo);
+
+/**
+ * \brief Calculate 2^(lsb/4) * value^(4/3)
+ * \param pValue pointer to quantized value. The inverse quantized result is stored back here.
+ * \param lsb 2 LSBs of the scale factor (scaleFactor % 4) applied as power 2 factor to the
+ *        resulting inverse quantized value.
+ * \return the exponent of the result (mantissa) stored into *pValue.
+ */
+FDK_INLINE
+int EvaluatePower43 ( FIXP_DBL *pValue,
+                      UINT lsb )
+{
+  FIXP_DBL value;
+  UINT freeBits;
+  UINT exponent;
+
+  value = *pValue;
+  freeBits = fNormz (value) ;
+  exponent = DFRACT_BITS - freeBits ;
+  FDK_ASSERT (exponent < 14);
+
+  UINT x = (((int)value << freeBits) >> 19) ;
+  UINT tableIndex = (x & 0x0FFF) >> 4 ;
+  FIXP_DBL invQVal ;
+
+  x = x & 0x0F;
+
+  UINT r0=(LONG)InverseQuantTable [tableIndex+0];
+  UINT r1=(LONG)InverseQuantTable [tableIndex+1];
+  USHORT nx=16-x;
+  UINT temp=(r0)*nx+(r1)*x;
+  invQVal = (FIXP_DBL)temp;
+
+  FDK_ASSERT(lsb < 4);
+  *pValue = fMultDiv2 (invQVal, MantissaTable [lsb][exponent]) ;
+
+  /* + 1 compensates fMultDiv2(). */
+  return ExponentTable [lsb][exponent] + 1;
+}
+
+/**
+ * \brief determine the required shift scale for the given quantized value and scale (factor % 4) value.
+ */
+FDK_INLINE int GetScaleFromValue (FIXP_DBL value, unsigned int lsb)
+{
+  if (value!=(FIXP_DBL)0)
+  {
+    int scale = EvaluatePower43 (&value, lsb) ;
+    return CntLeadingZeros (value) - scale - 2 ;
+  }
+  else
+    return 0; /* Return zero, because its useless to scale a zero value, saves workload and avoids scaling overshifts. */
+}
+
+
+//#ifdef AACDEC_HUFFMANDECODER_ENABLE
+
+/*!
+  \brief Read huffman codeword
+
+  The function reads the huffman codeword from the bitstream and
+  returns the index value.
+
+  \return  index value
+*/
+inline int CBlock_DecodeHuffmanWord( HANDLE_FDK_BITSTREAM bs,                           /*!< pointer to bitstream */
+                                     const CodeBookDescription *hcb )                   /*!< pointer to codebook description */
+{
+  UINT val;
+  UINT index = 0;
+  const USHORT (*CodeBook) [HuffmanEntries] = hcb->CodeBook;
+
+  while (1)
+  {
+    val = CodeBook[index][FDKreadBits(bs,HuffmanBits)]; /* Expensive memory access */
+
+    if ((val & 1) == 0)
+    {
+      index = val>>2;
+      continue;
+    }
+    else
+    {
+      if (val & 2)
+      {
+        FDKpushBackCache(bs,1);
+      }
+
+      val >>= 2;
+      break;
+    }
+  }
+
+  return val;
+}
+
+//#endif /* AACDEC_HUFFMANDECODER_ENABLE */
+
+#endif /* #ifndef BLOCK_H */
diff --git a/libAACdec/src/channel.cpp b/libAACdec/src/channel.cpp
new file mode 100644 (file)
index 0000000..5475079
--- /dev/null
@@ -0,0 +1,451 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+#include "channel.h"
+#include "aacdecoder.h"
+#include "block.h"
+#include "aacdec_tns.h"
+#include "FDK_bitstream.h"
+#include "FDK_tools_rom.h"
+
+#include "conceal.h"
+
+#include "rvlc.h"
+
+#include "aacdec_hcr.h"
+
+
+static
+void MapMidSideMaskToPnsCorrelation (CAacDecoderChannelInfo *pAacDecoderChannelInfo[2])
+{
+  int group;
+
+  for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) {
+    UCHAR groupMask = 1 << group;
+
+    for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
+      if (pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] & groupMask) { /* channels are correlated */
+        CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0);
+
+        if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) &&
+            CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band))
+          pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] ^= groupMask; /* clear the groupMask-bit */
+      }
+    }
+  }
+}
+
+/*!
+  \brief Decode channel pair element
+
+  The function decodes a channel pair element.
+
+  \return  none
+*/
+void CChannelElement_Decode( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], /*!< pointer to aac decoder channel info */
+                             CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
+                             SamplingRateInfo *pSamplingRateInfo,
+                             UINT  flags,
+                             int el_channels)
+{
+  int ch, maybe_jstereo = 0;
+
+  maybe_jstereo = (el_channels > 1);
+
+  for (ch = 0; ch < el_channels; ch++) {
+    if ( pAacDecoderChannelInfo[ch]->renderMode == AACDEC_RENDER_IMDCT
+      || pAacDecoderChannelInfo[ch]->renderMode == AACDEC_RENDER_ELDFB )
+    {
+      CBlock_InverseQuantizeSpectralData(pAacDecoderChannelInfo[ch], pSamplingRateInfo);
+    }
+  }
+
+
+
+  if (maybe_jstereo) {
+    /* apply ms */
+    if (pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow) {
+      int maxSfBandsL = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo);
+      int maxSfBandsR = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo);
+      if (pAacDecoderChannelInfo[L]->data.aac.PnsData.PnsActive || pAacDecoderChannelInfo[R]->data.aac.PnsData.PnsActive) {
+        MapMidSideMaskToPnsCorrelation(pAacDecoderChannelInfo);
+      }
+
+      CJointStereo_ApplyMS(pAacDecoderChannelInfo,
+                           GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
+                           GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
+                           GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
+                           maxSfBandsL,
+                           maxSfBandsR);
+    }
+
+    /* apply intensity stereo */ /* modifies pAacDecoderChannelInfo[]->aSpecSfb */
+    CJointStereo_ApplyIS(pAacDecoderChannelInfo,
+                         GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo),
+                         GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo),
+                         GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo),
+                         GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo),
+                         pAacDecoderChannelInfo[L]->pDynData->RawDataInfo.CommonWindow ? 1 : 0);
+
+  }
+
+  for (ch = 0; ch < el_channels; ch++)
+  {
+    {
+      /* write pAacDecoderChannelInfo[ch]->specScale */
+      CBlock_ScaleSpectralData(pAacDecoderChannelInfo[ch], pSamplingRateInfo);
+
+      ApplyTools (pAacDecoderChannelInfo, pSamplingRateInfo, flags, ch);
+    }
+
+  }
+
+  CRvlc_ElementCheck(
+          pAacDecoderChannelInfo,
+          pAacDecoderStaticChannelInfo,
+          flags,
+          el_channels
+          );
+}
+
+void CChannel_CodebookTableInit(CAacDecoderChannelInfo *pAacDecoderChannelInfo)
+{
+  int b, w, maxBands, maxWindows;
+  int maxSfb = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
+
+  if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) ) {
+    maxBands = 64;
+    maxWindows = 1;
+  } else {
+    maxBands = 16;
+    maxWindows = 8;
+  }
+
+  for (w = 0; w<maxWindows; w++) {
+    for (b = 0; b < maxSfb; b++) {
+      pCodeBook[b] = ESCBOOK;
+    }
+    for (; b<maxBands; b++) {
+      pCodeBook[b] = ZERO_HCB;
+    }
+    pCodeBook += maxBands;
+  }
+}
+
+
+/*
+ * Arbitrary order bitstream parser
+ */
+
+AAC_DECODER_ERROR CChannelElement_Read(HANDLE_FDK_BITSTREAM hBs,
+                                       CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+                                       CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+                                       const AUDIO_OBJECT_TYPE aot,
+                                       const SamplingRateInfo *pSamplingRateInfo,
+                                       const UINT  flags,
+                                       const UINT  frame_length,
+                                       const UCHAR numberOfChannels,
+                                       const SCHAR epConfig,
+                                       HANDLE_TRANSPORTDEC pTpDec
+                                       )
+{
+  AAC_DECODER_ERROR error = AAC_DEC_OK;
+  const element_list_t *list;
+  int i, ch, decision_bit;
+  int crcReg1 = -1, crcReg2 = -1;
+
+  FDK_ASSERT( (numberOfChannels == 1) || (numberOfChannels == 2) );
+
+  /* Get channel element sequence table */
+  list = getBitstreamElementList(aot, epConfig, numberOfChannels, 0);
+  if (list == NULL) {
+    error = AAC_DEC_UNSUPPORTED_FORMAT;
+    goto bail;
+  }
+
+  CTns_Reset(&pAacDecoderChannelInfo[0]->pDynData->TnsData);
+  if (numberOfChannels == 2) {
+    CTns_Reset(&pAacDecoderChannelInfo[1]->pDynData->TnsData);
+  }
+
+  if (flags & (AC_ELD|AC_SCALABLE)) {
+    pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow = 1;
+    if (numberOfChannels == 2) {
+      pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
+    }
+    if (numberOfChannels == 2) {
+      pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
+    }
+  }
+
+  /* Iterate through sequence table */
+  i = 0;
+  ch = 0;
+  decision_bit = 0;
+  do {
+    switch (list->id[i]) {
+    case element_instance_tag:
+      pAacDecoderChannelInfo[0]->ElementInstanceTag = FDKreadBits(hBs, 4);
+      if (numberOfChannels == 2) {
+        pAacDecoderChannelInfo[1]->ElementInstanceTag = pAacDecoderChannelInfo[0]->ElementInstanceTag;
+      }
+      break;
+    case common_window:
+      decision_bit = pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.CommonWindow = FDKreadBits(hBs, 1);
+      if (numberOfChannels == 2) {
+        pAacDecoderChannelInfo[1]->pDynData->RawDataInfo.CommonWindow = pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow;
+      }
+      break;
+    case ics_info:
+      /* Read individual channel info */
+      error = IcsRead( hBs,
+                      &pAacDecoderChannelInfo[ch]->icsInfo,
+                       pSamplingRateInfo,
+                       flags );
+
+      if (numberOfChannels == 2 && pAacDecoderChannelInfo[0]->pDynData->RawDataInfo.CommonWindow) {
+        pAacDecoderChannelInfo[1]->icsInfo = pAacDecoderChannelInfo[0]->icsInfo;
+      }
+      break;
+
+
+    case ltp_data_present:
+      if (FDKreadBits(hBs, 1) != 0) {
+        error = AAC_DEC_UNSUPPORTED_PREDICTION;
+      }
+      break;
+
+    case ms:
+      if ( CJointStereo_Read(
+              hBs,
+             &pAacDecoderChannelInfo[0]->pComData->jointStereoData, 
+              GetWindowGroups(&pAacDecoderChannelInfo[0]->icsInfo),
+              GetScaleMaxFactorBandsTransmitted(&pAacDecoderChannelInfo[0]->icsInfo,
+                                                &pAacDecoderChannelInfo[1]->icsInfo),
+              flags) )
+      {
+        error = AAC_DEC_PARSE_ERROR;
+      }
+      break;
+
+    case global_gain:
+      pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.GlobalGain = (UCHAR) FDKreadBits(hBs,8);
+      break;
+
+    case section_data:
+      error = CBlock_ReadSectionData( hBs,
+                                      pAacDecoderChannelInfo[ch],
+                                      pSamplingRateInfo,
+                                      flags );
+      break;
+
+
+    case scale_factor_data:
+      if (flags & AC_ER_RVLC) {
+        /* read RVLC data from bitstream (error sens. cat. 1) */ 
+        CRvlc_Read(pAacDecoderChannelInfo[ch], hBs);
+      }
+      else
+      {
+        error = CBlock_ReadScaleFactorData(pAacDecoderChannelInfo[ch], hBs, flags);
+      }
+      break;
+
+    case pulse:
+      if ( CPulseData_Read( hBs,
+                           &pAacDecoderChannelInfo[ch]->pDynData->specificTo.aac.PulseData,
+                            pSamplingRateInfo->ScaleFactorBands_Long, /* pulse data is only allowed to be present in long blocks! */
+                            (void*)&pAacDecoderChannelInfo[ch]->icsInfo,
+                            frame_length
+                          ) != 0 )
+      {
+        error = AAC_DEC_DECODE_FRAME_ERROR;
+      }
+      break;
+    case tns_data_present:
+      CTns_ReadDataPresentFlag(hBs, &pAacDecoderChannelInfo[ch]->pDynData->TnsData);
+      break;
+    case tns_data:
+      /* tns_data_present is checked inside CTns_Read(). */
+      error = CTns_Read(hBs, &pAacDecoderChannelInfo[ch]->pDynData->TnsData, &pAacDecoderChannelInfo[ch]->icsInfo, flags);
+      break;
+
+    case gain_control_data:
+      break;
+    
+    case gain_control_data_present:
+      if (FDKreadBits(hBs, 1)) {
+        error = AAC_DEC_UNSUPPORTED_GAIN_CONTROL_DATA;
+      }
+      break;
+
+    case esc2_rvlc:
+      if (flags & AC_ER_RVLC) {
+        CRvlc_Decode(
+                pAacDecoderChannelInfo[ch],
+                pAacDecoderStaticChannelInfo[ch],
+                hBs
+                );
+      }
+      break;
+
+    case esc1_hcr:
+      if (flags & AC_ER_HCR) {
+        CHcr_Read(hBs, pAacDecoderChannelInfo[ch] );
+      }
+      break;
+
+    case spectral_data:
+      error = CBlock_ReadSpectralData( hBs,
+                                       pAacDecoderChannelInfo[ch],
+                                       pSamplingRateInfo,
+                                       flags );
+      if (flags & AC_ELD) {
+        pAacDecoderChannelInfo[ch]->renderMode = AACDEC_RENDER_ELDFB;
+      } else {
+        pAacDecoderChannelInfo[ch]->renderMode = AACDEC_RENDER_IMDCT;
+      }
+      break;
+
+
+      /* CRC handling */
+    case adtscrc_start_reg1:
+      if (pTpDec != NULL) {
+        crcReg1 = transportDec_CrcStartReg(pTpDec, 192);
+      }
+      break;
+    case adtscrc_start_reg2:
+      if (pTpDec != NULL) {
+        crcReg2 = transportDec_CrcStartReg(pTpDec, 128);
+      }
+      break;
+    case adtscrc_end_reg1:
+    case drmcrc_end_reg:
+      if (pTpDec != NULL) {
+        transportDec_CrcEndReg(pTpDec, crcReg1);
+      }
+      break;
+    case adtscrc_end_reg2:
+      if (pTpDec != NULL) {
+        transportDec_CrcEndReg(pTpDec, crcReg2);
+      }
+      break;
+    case drmcrc_start_reg:
+      if (pTpDec != NULL) {
+        crcReg1 = transportDec_CrcStartReg(pTpDec, 0);
+      }
+      break;
+
+      /* Non data cases */
+    case next_channel:
+      ch = (ch + 1) % numberOfChannels;
+      break;
+    case link_sequence:
+      list = list->next[decision_bit];
+      i=-1;
+      break;
+
+    default:
+      error = AAC_DEC_UNSUPPORTED_FORMAT;
+      break;
+    }
+
+    if (error != AAC_DEC_OK) {
+      goto bail;
+    }
+
+    i++;
+
+  } while (list->id[i] != end_of_sequence);
+
+bail:
+  return error;
+}
diff --git a/libAACdec/src/channel.h b/libAACdec/src/channel.h
new file mode 100644 (file)
index 0000000..1146998
--- /dev/null
@@ -0,0 +1,148 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+#ifndef CHANNEL_H
+#define CHANNEL_H
+
+#include "common_fix.h"
+
+#include "FDK_bitstream.h"
+#include "channelinfo.h"
+#include "tpdec_lib.h"
+
+/**
+ * \brief Init codeBook SFB indices (section data) with HCB_ESC. Useful for bitstreams
+ * which do not have any section data, but still SFB's (scale factor bands). This has
+ * the effect that upto the amount of transmitted SFB are treated as non-zero.
+ * \param pAacDecoderChannelInfo channel info structure containing a valid icsInfo struct.
+ */
+void CChannel_CodebookTableInit(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
+
+/**
+ * \brief decode a channel element. To be called after CChannelElement_Read()
+ * \param pAacDecoderChannelInfo pointer to channel data struct. Depending on el_channels either one or two.
+ * \param pSamplingRateInfo pointer to sample rate information structure
+ * \param el_channels amount of channels of the element to be decoded.
+ * \param output pointer to time domain output buffer (ACELP)
+ * \param stride factor for accessing output
+ */
+void CChannelElement_Decode ( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
+                              CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
+                              SamplingRateInfo *pSamplingRateInfo,
+                              UINT flags,
+                              int el_channels );
+
+
+/**
+ * \brief Read channel element of given type from bitstream.
+ * \param hBs bitstream handle to access bitstream data.
+ * \param pAacDecoderChannelInfo pointer array to store channel information.
+ * \param aot Audio Object Type
+ * \param pSamplingRateInfo sampling rate info table.
+ * \param flags parser guidance flags
+ * \param numberOfChannels amoun of channels contained in the object to be parsed.
+ * \param epConfig the current epConfig value obtained from the Audio Specific Config.
+ * \param pTp transport decoder handle required for ADTS CRC checking.
+ * ...
+ * \return an AAC_DECODER_ERROR error code.
+ */
+AAC_DECODER_ERROR CChannelElement_Read(HANDLE_FDK_BITSTREAM hBs,
+                                       CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+                                       CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+                                       const AUDIO_OBJECT_TYPE aot,
+                                       const SamplingRateInfo *pSamplingRateInfo,
+                                       const UINT  flags,
+                                       const UINT  frame_length,
+                                       const UCHAR numberOfChannels,
+                                       const SCHAR epConfig,
+                                       HANDLE_TRANSPORTDEC pTpDec
+                                       );
+
+#endif /* #ifndef CHANNEL_H */
diff --git a/libAACdec/src/channelinfo.cpp b/libAACdec/src/channelinfo.cpp
new file mode 100644 (file)
index 0000000..76d5895
--- /dev/null
@@ -0,0 +1,276 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: individual channel stream info
+
+******************************************************************************/
+
+#include "channelinfo.h"
+#include "aac_rom.h"
+#include "aac_ram.h"
+#include "FDK_bitstream.h"
+
+
+AAC_DECODER_ERROR IcsReadMaxSfb (
+        HANDLE_FDK_BITSTREAM bs,
+        CIcsInfo *pIcsInfo,
+        const SamplingRateInfo *pSamplingRateInfo
+        )
+{
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+  int nbits;
+
+  if (IsLongBlock(pIcsInfo)) {
+    nbits = 6;
+    pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+  } else {
+    nbits = 4;
+    pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
+  }
+  pIcsInfo->MaxSfBands = (UCHAR) FDKreadBits(bs, nbits);
+
+  if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){
+    ErrorStatus = AAC_DEC_PARSE_ERROR;
+  }
+
+  return ErrorStatus;
+}
+
+
+
+AAC_DECODER_ERROR IcsRead(HANDLE_FDK_BITSTREAM bs,
+                          CIcsInfo *pIcsInfo,
+                          const SamplingRateInfo* pSamplingRateInfo,
+                          const UINT flags)
+{
+  AAC_DECODER_ERROR ErrorStatus = AAC_DEC_OK;
+
+  pIcsInfo->Valid = 0;
+
+  if (flags & AC_ELD){
+    pIcsInfo->WindowSequence = OnlyLongSequence;
+    pIcsInfo->WindowShape = 0;
+  }
+  else {
+    if ( !(flags & (AC_USAC|AC_RSVD50)) ) {
+      FDKreadBits(bs,1);
+    }
+    pIcsInfo->WindowSequence = (UCHAR) FDKreadBits(bs,2);
+    pIcsInfo->WindowShape = (UCHAR) FDKreadBits(bs,1);
+    if (flags & AC_LD) {
+      if (pIcsInfo->WindowShape) {
+        pIcsInfo->WindowShape = 2; /* select low overlap instead of KBD */
+      }
+    }
+  }
+
+  /* Sanity check */
+  if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) {
+    pIcsInfo->WindowSequence = OnlyLongSequence;
+    ErrorStatus = AAC_DEC_PARSE_ERROR;
+    goto bail;
+  }
+
+  ErrorStatus = IcsReadMaxSfb(bs, pIcsInfo, pSamplingRateInfo);
+  if (ErrorStatus != AAC_DEC_OK) {
+    goto bail;
+  }
+
+  if (IsLongBlock(pIcsInfo))
+  {
+    if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BSAC nor USAC syntax then ... */
+    {
+      if ((UCHAR)FDKreadBits(bs,1) != 0 ) /* UCHAR PredictorDataPresent */
+      {
+        ErrorStatus = AAC_DEC_UNSUPPORTED_PREDICTION;
+        goto bail;
+      }
+    }
+
+    pIcsInfo->WindowGroups = 1;
+    pIcsInfo->WindowGroupLength[0] = 1;
+  }
+  else
+  {
+    INT i;
+    UINT mask;
+
+    pIcsInfo->ScaleFactorGrouping = (UCHAR) FDKreadBits(bs,7);
+
+    pIcsInfo->WindowGroups = 0 ;
+
+    for (i=0; i < (8-1); i++)
+    {
+      mask = 1 << (6 - i);
+      pIcsInfo->WindowGroupLength[i] = 1;
+
+      if (pIcsInfo->ScaleFactorGrouping & mask)
+      {
+        pIcsInfo->WindowGroupLength[pIcsInfo->WindowGroups]++;
+      }
+      else
+      {
+        pIcsInfo->WindowGroups++;
+      }
+    }
+
+    /* loop runs to i < 7 only */
+    pIcsInfo->WindowGroupLength[8-1] = 1;
+    pIcsInfo->WindowGroups++;
+  }
+
+
+bail:
+  if (ErrorStatus == AAC_DEC_OK)
+    pIcsInfo->Valid = 1;
+
+  return ErrorStatus;
+}
+
+
+/*
+  interleave codebooks the following way
+
+    9 (84w) |  1 (51w)
+   10 (82w) |  2 (39w)
+  SCL (65w) |  4 (38w)
+    3 (39w) |  5 (41w)
+            |  6 (40w)
+            |  7 (31w)
+            |  8 (31w)
+     (270w)     (271w)
+*/
+
+
+/*
+  Table entries are sorted as following:
+  | num_swb_long_window | sfbands_long | num_swb_short_window | sfbands_short |
+*/
+AAC_DECODER_ERROR getSamplingRateInfo(
+        SamplingRateInfo *t,
+        UINT samplesPerFrame,
+        UINT samplingRateIndex,
+        UINT samplingRate
+        )
+{
+  int index = 0;
+
+
+  t->samplingRateIndex = samplingRateIndex;
+  t->samplingRate = samplingRate;
+
+  switch (samplesPerFrame) {
+  case 1024:
+    index = 0;
+    break;
+  case 960:
+    index = 1;
+    break;
+  case 512:
+    index = 3;
+    break;
+  case 480:
+    index = 4;
+    break;
+
+  default:
+    return AAC_DEC_UNSUPPORTED_FORMAT;
+  }
+
+  t->ScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].sfbOffsetLong;
+  t->ScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].sfbOffsetShort;
+  t->NumberOfScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].numberOfSfbLong;
+  t->NumberOfScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].numberOfSfbShort;
+
+  if (t->ScaleFactorBands_Long == NULL || t->NumberOfScaleFactorBands_Long == 0) {
+    return AAC_DEC_UNSUPPORTED_FORMAT;
+  }
+
+  FDK_ASSERT(t->ScaleFactorBands_Long[t->NumberOfScaleFactorBands_Long] == samplesPerFrame);
+  FDK_ASSERT(t->ScaleFactorBands_Short == NULL || t->ScaleFactorBands_Short[t->NumberOfScaleFactorBands_Short]*8 == samplesPerFrame);
+
+  return AAC_DEC_OK;
+}
diff --git a/libAACdec/src/channelinfo.h b/libAACdec/src/channelinfo.h
new file mode 100644 (file)
index 0000000..e092ab3
--- /dev/null
@@ -0,0 +1,450 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: individual channel stream info
+
+******************************************************************************/
+
+#ifndef CHANNELINFO_H
+#define CHANNELINFO_H
+
+#include "common_fix.h"
+
+#include "aac_rom.h"
+#include "aacdecoder_lib.h"
+#include "FDK_bitstream.h"
+#include "overlapadd.h"
+
+#include "mdct.h"
+#include "stereo.h"
+#include "pulsedata.h"
+#include "aacdec_tns.h"
+
+#include "aacdec_pns.h"
+
+#include "aacdec_hcr_types.h"
+#include "rvlc_info.h"
+
+
+#include "conceal_types.h"
+
+ #include "aacdec_drc_types.h"
+
+/* Output rendering mode */
+typedef enum {
+  AACDEC_RENDER_INVALID = 0,
+  AACDEC_RENDER_IMDCT,
+  AACDEC_RENDER_ELDFB,
+  AACDEC_RENDER_LPD,
+  AACDEC_RENDER_INTIMDCT
+} AACDEC_RENDER_MODE;
+
+enum {
+  MAX_QUANTIZED_VALUE = 8191
+};
+
+enum
+{
+  OnlyLongSequence = 0,
+  LongStartSequence,
+  EightShortSequence,
+  LongStopSequence
+};
+
+
+typedef struct
+{
+  const SHORT *ScaleFactorBands_Long;
+  const SHORT *ScaleFactorBands_Short;
+  UCHAR NumberOfScaleFactorBands_Long;
+  UCHAR NumberOfScaleFactorBands_Short;
+  UINT samplingRateIndex;
+  UINT samplingRate;
+} SamplingRateInfo;
+
+typedef struct
+{
+  UCHAR CommonWindow;
+  UCHAR GlobalGain;
+
+} CRawDataInfo;
+
+typedef struct
+{
+  UCHAR WindowGroupLength[8];
+  UCHAR WindowGroups;
+  UCHAR Valid;
+
+  UCHAR WindowShape;    /* 0: sine window, 1: KBD, 2: low overlap */
+  UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */
+  UCHAR MaxSfBands;
+  UCHAR ScaleFactorGrouping;
+
+  UCHAR TotalSfBands;
+
+} CIcsInfo;
+
+
+enum
+{
+  ZERO_HCB = 0,
+  ESCBOOK  = 11,
+  NSPECBOOKS = ESCBOOK + 1,
+  BOOKSCL    = NSPECBOOKS,
+  NOISE_HCB      = 13,
+  INTENSITY_HCB2 = 14,
+  INTENSITY_HCB  = 15,
+  LAST_HCB
+};
+
+#define TNS_SCALE  3
+
+/*
+ * This struct must be allocated one for every channel and must be persistent.
+ */
+typedef struct
+{
+  FIXP_DBL *pOverlapBuffer;
+  mdct_t IMdct;
+
+
+
+  CDrcChannelData   drcData;
+  CConcealmentInfo concealmentInfo;
+
+} CAacDecoderStaticChannelInfo;
+
+
+/*
+ * This union must be allocated for every element (up to 2 channels).
+ */
+typedef struct {
+
+  /* Common bit stream data */
+  SHORT aScaleFactor[(8*16)];           /* Spectral scale factors for each sfb in each window. */
+  SHORT aSfbScale[(8*16)];              /* could be free after ApplyTools() */
+  UCHAR aCodeBook[(8*16)];              /* section data: codebook for each window and sfb. */
+  CTnsData         TnsData;
+  CRawDataInfo     RawDataInfo;
+
+  shouldBeUnion {
+
+    struct {
+      CPulseData PulseData;
+      SHORT aNumLineInSec4Hcr[MAX_SFB_HCR];          /* needed once for all channels except for Drm syntax */
+      UCHAR aCodeBooks4Hcr[MAX_SFB_HCR];             /* needed once for all channels except for Drm syntax. Same as "aCodeBook" ? */
+      SHORT lenOfReorderedSpectralData;
+      SCHAR lenOfLongestCodeword;
+      SCHAR numberSection;
+      SCHAR rvlcCurrentScaleFactorOK;
+      SCHAR rvlcIntensityUsed;
+    } aac;
+  } specificTo;
+
+} CAacDecoderDynamicData;
+
+typedef shouldBeUnion {
+  CAacDecoderDynamicData pAacDecoderDynamicData[2];
+
+  /* Common signal data, can be used once the bit stream data from above is not used anymore. */
+  FIXP_DBL mdctOutTemp[1024];
+  FIXP_DBL sbrWorkBuffer[1024*2];
+
+} CWorkBufferCore1;
+
+/* Common data referenced by all channels */
+typedef struct {
+
+  CWorkBufferCore1 *workBufferCore1;
+  FIXP_DBL* workBufferCore2;
+
+  CPnsInterChannelData pnsInterChannelData;
+  INT pnsCurrentSeed;
+  INT pnsRandomSeed[(8*16)];
+
+  CJointStereoData jointStereoData;              /* One for one element */
+
+  shouldBeUnion {
+    struct {
+      CErHcrInfo erHcrInfo;
+      CErRvlcInfo erRvlcInfo;
+      SHORT aRvlcScfEsc[RVLC_MAX_SFB];               /* needed once for all channels */
+      SHORT aRvlcScfFwd[RVLC_MAX_SFB];               /* needed once for all channels */
+      SHORT aRvlcScfBwd[RVLC_MAX_SFB];               /* needed once for all channels */
+    } aac;
+
+  } overlay;
+
+} CAacDecoderCommonData;
+
+
+/*
+ * This struct must be allocated one for every channels of every element and must be persistent.
+ * Among its members, the following memory areas can be overwritten under the given conditions:
+ *  - pSpectralCoefficient The memory pointed to can be overwritten after time signal rendering.
+ *  - data can be overwritten after time signal rendering.
+ *  - pDynData memory pointed to can be overwritten after each CChannelElement_Decode() call.
+ *  - pComData->overlay memory pointed to can be overwritten after each CChannelElement_Decode() call..
+ */
+typedef struct
+{
+  SPECTRAL_PTR pSpectralCoefficient;             /* Spectral coefficients of each window */
+  SHORT specScale[8];                  /* Scale shift values of each spectrum window */
+  CIcsInfo icsInfo;
+  INT granuleLength;                             /* Size of smallest spectrum piece */
+  UCHAR ElementInstanceTag;
+
+  AACDEC_RENDER_MODE renderMode;                 /* Output signal rendering mode */
+
+  shouldBeUnion {
+    struct {
+      CPnsData PnsData; /* Not required for USAC */
+    } aac;
+
+    struct {
+    } usac;
+  } data;
+
+  CAacDecoderDynamicData *pDynData; /* Data required for one element and discarded after decoding */
+  CAacDecoderCommonData  *pComData; /* Data required for one channel at a time during decode */
+
+} CAacDecoderChannelInfo;
+
+/* channelinfo.cpp */
+
+AAC_DECODER_ERROR getSamplingRateInfo(SamplingRateInfo *t, UINT samplesPerFrame, UINT samplingRateIndex, UINT samplingRate);
+
+/**
+ * \brief Read max SFB from bit stream and assign TotalSfBands according
+ *        to the window sequence and sample rate.
+ * \param hBs bit stream handle as data source
+ * \param pIcsInfo IcsInfo structure to read the window sequence and store MaxSfBands and TotalSfBands
+ * \param pSamplingRateInfo read only
+ */
+AAC_DECODER_ERROR IcsReadMaxSfb (
+        HANDLE_FDK_BITSTREAM hBs,
+        CIcsInfo *pIcsInfo,
+        const SamplingRateInfo *pSamplingRateInfo
+        );
+
+AAC_DECODER_ERROR IcsRead(
+        HANDLE_FDK_BITSTREAM bs,
+        CIcsInfo *pIcsInfo,
+        const SamplingRateInfo* SamplingRateInfoTable,
+        const UINT flags
+        );
+
+/* stereo.cpp, only called from this file */
+
+/*!
+  \brief Applies MS stereo. 
+  
+  The function applies MS stereo.
+
+  \param pAacDecoderChannelInfo aac channel info.
+  \param pScaleFactorBandOffsets pointer to scalefactor band offsets.
+  \param pWindowGroupLength pointer to window group length array.
+  \param windowGroups number of window groups.
+  \param scaleFactorBandsTransmittedL number of transmitted scalefactor bands in left channel.
+  \param scaleFactorBandsTransmittedR number of transmitted scalefactor bands in right channel. 
+                                      May differ from scaleFactorBandsTransmittedL only for USAC.
+  \return  none
+*/
+void CJointStereo_ApplyMS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
+                          const short *pScaleFactorBandOffsets,
+                          const UCHAR *pWindowGroupLength,
+                          const int windowGroups,
+                          const int scaleFactorBandsTransmittedL,
+                          const int scaleFactorBandsTransmittedR);
+
+/*!
+  \brief Applies intensity stereo
+
+  The function applies intensity stereo.
+
+  \param pAacDecoderChannelInfo aac channel info.
+  \param pScaleFactorBandOffsets pointer to scalefactor band offsets.
+  \param pWindowGroupLength pointer to window group length array.
+  \param windowGroups number of window groups.
+  \param scaleFactorBandsTransmitted number of transmitted scalefactor bands.
+  \param CommonWindow common window bit.
+  \return  none
+*/
+void CJointStereo_ApplyIS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
+                          const short *pScaleFactorBandOffsets,
+                          const UCHAR *pWindowGroupLength,
+                          const int windowGroups,
+                          const int scaleFactorBandsTransmitted,
+                          const UINT CommonWindow);
+
+
+/* aacdec_pns.cpp */
+int CPns_IsPnsUsed (const CPnsData *pPnsData,
+                    const int group,
+                    const int band);
+
+void CPns_SetCorrelation(CPnsData *pPnsData,
+                         const int group,
+                         const int band,
+                         const int outofphase);
+
+/****************** inline functions ******************/
+
+inline UCHAR IsValid(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->Valid;
+}
+
+inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo)
+{
+  return (pIcsInfo->WindowSequence != EightShortSequence);
+}
+
+inline UCHAR GetWindowShape(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->WindowShape;
+}
+
+inline UCHAR GetWindowSequence(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->WindowSequence;
+}
+
+inline const SHORT *GetScaleFactorBandOffsets(const CIcsInfo *pIcsInfo, const SamplingRateInfo* samplingRateInfo)
+{
+  if (IsLongBlock(pIcsInfo))
+  {
+    return samplingRateInfo->ScaleFactorBands_Long;
+  }
+  else
+  {
+    return samplingRateInfo->ScaleFactorBands_Short;
+  }
+}
+
+inline int GetWindowsPerFrame(const CIcsInfo *pIcsInfo)
+{
+  return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1;
+}
+
+inline UCHAR GetWindowGroups(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->WindowGroups;
+}
+
+inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index)
+{
+  return pIcsInfo->WindowGroupLength[index];
+}
+
+inline const UCHAR *GetWindowGroupLengthTable(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->WindowGroupLength;
+}
+
+inline UCHAR GetScaleFactorBandsTransmitted(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->MaxSfBands;
+}
+
+inline UCHAR GetScaleMaxFactorBandsTransmitted(const CIcsInfo *pIcsInfo0, const CIcsInfo *pIcsInfo1)
+{
+  return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands);
+}
+
+inline UCHAR GetScaleFactorBandsTotal(const CIcsInfo *pIcsInfo)
+{
+  return pIcsInfo->TotalSfBands;
+}
+
+/* Note: This function applies to AAC-LC only ! */
+inline UCHAR GetMaximumTnsBands(const CIcsInfo *pIcsInfo, const int samplingRateIndex)
+{
+  return tns_max_bands_tbl[samplingRateIndex][!IsLongBlock(pIcsInfo)];
+}
+
+#endif /* #ifndef CHANNELINFO_H */
+
diff --git a/libAACdec/src/conceal.cpp b/libAACdec/src/conceal.cpp
new file mode 100644 (file)
index 0000000..c26051c
--- /dev/null
@@ -0,0 +1,1865 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: independent channel concealment
+
+******************************************************************************/
+
+/*!
+  \page concealment AAC core concealment
+
+  This AAC core implementation includes a concealment function, which can be enabled
+  using the several defines during compilation.
+
+  There are various tests inside the core, starting with simple CRC tests and ending in
+  a variety of plausibility checks. If such a check indicates an invalid bitstream, then
+  concealment is applied.
+
+  Concealment is also applied when the calling main program indicates a distorted or missing
+  data frame using the frameOK flag. This is used for error detection on the transport layer.
+  (See below)
+
+  There are three concealment-modes:
+
+  1) Muting: The spectral data is simply set to zero in case of an detected error.
+
+  2) Noise substitution: In case of an detected error, concealment copies the last frame and adds
+     attenuates the spectral data. For this mode you have to set the #CONCEAL_NOISE define.
+     Noise substitution adds no additional delay.
+
+  3) Interpolation: The interpolation routine swaps the spectral data from the previous and the
+     current frame just before the final frequency to time conversion. In case a single frame is
+     corrupted, concealmant interpolates between the last good and the first good frame to create
+     the spectral data for the missing frame. If multiple frames are corrupted, concealment
+     implements first a fade out based on slightly modified spectral values from the last good
+     frame. As soon as good frames are available, concealmant fades in the new spectral data.
+     For this mode you have to set the #CONCEAL_INTER define. Note that in this case, you also
+     need to set #SBR_BS_DELAY_ENABLE, which basically adds approriate delay in the SBR decoder.
+     Note that the Interpolating-Concealment increases the delay of your decoder by one frame
+     and that it does require additional resources such as memory and computational complexity.
+
+  <h2>How concealment can be used with errors on the transport layer</h2>
+
+  Many errors can or have to be detected on the transport layer. For example in IP based systems
+  packet loss can occur. The transport protocol used should indicate such packet loss by inserting
+  an empty frame with frameOK=0.
+*/
+
+#include "conceal.h"
+
+#include "aac_rom.h"
+#include "genericStds.h"
+
+
+/* PNS (of block) */
+#include "aacdec_pns.h"
+#include "block.h"
+
+#include "FDK_tools_rom.h"
+
+#define CONCEAL_DFLT_COMF_NOISE_LEVEL     ( 46 )  /* ~= -70 dB */
+
+
+/* default settings */
+#define CONCEAL_DFLT_FADEOUT_FRAMES       ( 5 )
+#define CONCEAL_DFLT_FADEIN_FRAMES        ( 5 )
+#define CONCEAL_DFLT_MUTE_RELEASE_FRAMES  ( 3 )
+
+#define CONCEAL_DFLT_FADE_FACTOR          ( 0.707106781186548f )   /* 1/sqrt(2) */
+
+/* some often used constants: */
+#define FIXP_ZERO           FL2FXCONST_DBL(0.0f)
+#define FIXP_ONE            FL2FXCONST_DBL(1.0f)
+#define FIXP_FL_CORRECTION  FL2FXCONST_DBL(0.53333333333333333f)
+
+/* For parameter conversion */
+#define CONCEAL_PARAMETER_BITS              ( 8 )
+#define CONCEAL_MAX_QUANT_FACTOR            ( (1<<CONCEAL_PARAMETER_BITS)-1 )
+/*#define CONCEAL_MIN_ATTENUATION_FACTOR_025  ( FL2FXCONST_DBL(0.971627951577106174) )*/  /* -0.25 dB */
+#define CONCEAL_MIN_ATTENUATION_FACTOR_025_LD  FL2FXCONST_DBL(-0.041524101186092029596853445212299)
+/*#define CONCEAL_MIN_ATTENUATION_FACTOR_050  ( FL2FXCONST_DBL(0.944060876285923380) )*/  /* -0.50 dB */
+#define CONCEAL_MIN_ATTENUATION_FACTOR_050_LD FL2FXCONST_DBL(-0.083048202372184059253597008145293)
+
+typedef enum {
+  CConcealment_NoExpand,
+  CConcealment_Expand,
+  CConcealment_Compress
+}
+CConcealmentExpandType;
+
+static const FIXP_SGL facMod4Table[4] = {
+  FL2FXCONST_SGL(0.500000000f),   /* FIXP_SGL(0x4000),  2^-(1-0,00) */
+  FL2FXCONST_SGL(0.594603558f),   /* FIXP_SGL(0x4c1b),  2^-(1-0,25) */
+  FL2FXCONST_SGL(0.707106781f),   /* FIXP_SGL(0x5a82),  2^-(1-0,50) */
+  FL2FXCONST_SGL(0.840896415f)    /* FIXP_SGL(0x6ba2)   2^-(1-0,75) */
+};
+
+
+
+
+static void
+  CConcealment_CalcBandEnergy (
+    FIXP_DBL               *spectrum,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int               blockType,
+    CConcealmentExpandType  ex,
+    int                    *sfbEnergy
+  );
+
+static void
+  CConcealment_InterpolateBuffer (
+    FIXP_DBL    *spectrum,
+    SHORT       *pSpecScalePrev,
+    SHORT       *pSpecScaleAct,
+    SHORT       *pSpecScaleOut,
+    int         *enPrv,
+    int         *enAct,
+    int          sfbCnt,
+    const SHORT *pSfbOffset
+  );
+
+static int
+  CConcealment_ApplyInter (
+    CConcealmentInfo       *pConcealmentInfo,
+    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int  samplesPerFrame,
+    const int  improveTonal,
+    const int  frameOk
+  );
+
+
+
+static int
+  CConcealment_ApplyNoise (
+    CConcealmentInfo *pConcealmentInfo,
+    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+    CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int    samplesPerFrame,
+    const UINT flags
+  );
+
+static void
+  CConcealment_UpdateState (
+    CConcealmentInfo *pConcealmentInfo,
+    int frameOk
+  );
+
+static void
+  CConcealment_ApplyRandomSign (
+    int        iRandomPhase,
+    FIXP_DBL  *spec,
+    int        samplesPerFrame
+  );
+
+
+static int CConcealment_GetWinSeq(int prevWinSeq)
+{
+  int newWinSeq = OnlyLongSequence;
+
+  /* Try to have only long blocks */
+  if ( prevWinSeq == LongStartSequence
+    || prevWinSeq == EightShortSequence )
+  {
+    newWinSeq = LongStopSequence;
+  }
+
+  return (newWinSeq);
+}
+
+
+/*!
+  \brief Init common concealment information data
+
+  \pConcealCommonData Pointer to the concealment common data structure.
+
+  \return  none
+*/
+void
+  CConcealment_InitCommonData (CConcealParams *pConcealCommonData)
+{
+  if (pConcealCommonData != NULL)
+  {
+    int i;
+
+    /* Set default error concealment technique */
+    pConcealCommonData->method = ConcealMethodInter;
+
+    pConcealCommonData->numFadeOutFrames     = CONCEAL_DFLT_FADEOUT_FRAMES;
+    pConcealCommonData->numFadeInFrames      = CONCEAL_DFLT_FADEIN_FRAMES;
+    pConcealCommonData->numMuteReleaseFrames = CONCEAL_DFLT_MUTE_RELEASE_FRAMES;
+
+    pConcealCommonData->comfortNoiseLevel    = CONCEAL_DFLT_COMF_NOISE_LEVEL;
+
+    /* Init fade factors (symetric) */
+    pConcealCommonData->fadeOutFactor[0] = FL2FXCONST_SGL( CONCEAL_DFLT_FADE_FACTOR );
+    pConcealCommonData->fadeInFactor[0]  = pConcealCommonData->fadeOutFactor[0];
+
+    for (i = 1; i < CONCEAL_MAX_NUM_FADE_FACTORS; i++) {
+      pConcealCommonData->fadeOutFactor[i] = FX_DBL2FX_SGL(fMult(pConcealCommonData->fadeOutFactor[i-1],FL2FXCONST_SGL(CONCEAL_DFLT_FADE_FACTOR)));
+      pConcealCommonData->fadeInFactor[i]  = pConcealCommonData->fadeOutFactor[i];
+    }
+  }
+}
+
+
+
+/*!
+  \brief Get current concealment method.
+
+  \pConcealCommonData Pointer to common concealment data (for all channels)
+
+  \return Concealment method.
+*/
+CConcealmentMethod
+  CConcealment_GetMethod( CConcealParams *pConcealCommonData )
+{
+  CConcealmentMethod method = ConcealMethodNone;
+
+  if (pConcealCommonData != NULL) {
+    method = pConcealCommonData->method;
+  }
+
+  return (method);
+}
+
+
+/*!
+  \brief Init concealment information for each channel
+
+  The function initializes the concealment information. Two methods can be chosen:
+             0 = interpolation method (adds delay)
+             1 = noise substitution (no delay, low complexity)
+
+  \return  none
+*/
+void
+  CConcealment_InitChannelData (
+    CConcealmentInfo *pConcealChannelInfo,
+    CConcealParams   *pConcealCommonData,
+    int samplesPerFrame )
+{
+  int i;
+
+  pConcealChannelInfo->pConcealParams = pConcealCommonData;
+
+  FDKmemclear(pConcealChannelInfo->spectralCoefficient, 1024 * sizeof(FIXP_CNCL));
+
+  for (i = 0; i < 8; i++) {
+    pConcealChannelInfo->specScale[i] = 0;
+  }
+
+  pConcealChannelInfo->iRandomPhase   = 0;
+
+  pConcealChannelInfo->windowSequence = 0;
+  pConcealChannelInfo->windowShape    = 0;
+
+  pConcealChannelInfo->prevFrameOk[0] = 1;
+  pConcealChannelInfo->prevFrameOk[1] = 1;
+
+  pConcealChannelInfo->cntFadeFrames  = 0;
+  pConcealChannelInfo->cntValidFrames = 0;
+
+  pConcealChannelInfo->concealState   = ConcealState_Ok;
+
+}
+
+
+/*!
+  \brief Set error concealment parameters
+
+  \concealParams
+  \method
+  \fadeOutSlope
+  \fadeInSlope
+  \muteRelease
+  \comfNoiseLevel
+
+  \return  none
+*/
+AAC_DECODER_ERROR
+  CConcealment_SetParams (
+    CConcealParams *concealParams,
+    int  method,
+    int  fadeOutSlope,
+    int  fadeInSlope,
+    int  muteRelease,
+    int  comfNoiseLevel )
+{
+  /* set concealment technique */
+  if (method != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) {
+    switch ((CConcealmentMethod)method)
+    {
+    case ConcealMethodMute:
+    case ConcealMethodNoise:
+    case ConcealMethodInter:
+      /* Be sure to enable delay adjustment of SBR decoder! */
+      if (concealParams == NULL) {
+        return AAC_DEC_INVALID_HANDLE;
+      } else {
+        /* set param */
+        concealParams->method = (CConcealmentMethod)method;
+      }
+      break;
+
+    default:
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+  }
+
+  /* set number of frames for fade-out slope */
+  if (fadeOutSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) {
+    if ( (fadeOutSlope < CONCEAL_MAX_NUM_FADE_FACTORS)
+      && (fadeOutSlope >= 0) )
+    {
+      if (concealParams == NULL) {
+        return AAC_DEC_INVALID_HANDLE;
+      } else {
+        /* set param */
+        concealParams->numFadeOutFrames = fadeOutSlope;
+      }
+    } else {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+  }
+
+  /* set number of frames for fade-in slope */
+  if (fadeInSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) {
+    if ( (fadeInSlope < CONCEAL_MAX_NUM_FADE_FACTORS)
+      && (fadeInSlope >= 1) )
+    {
+      if (concealParams == NULL) {
+        return AAC_DEC_INVALID_HANDLE;
+      } else {
+        /* set param */
+        concealParams->numFadeInFrames = fadeInSlope;
+      }
+    } else {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+  }
+
+  /* set number of error-free frames after which the muting will be released */
+  if (muteRelease != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) {
+    if ( (muteRelease < (CONCEAL_MAX_NUM_FADE_FACTORS<<1))
+      && (muteRelease >= 0) )
+    {
+      if (concealParams == NULL) {
+        return AAC_DEC_INVALID_HANDLE;
+      } else {
+        /* set param */
+        concealParams->numMuteReleaseFrames = muteRelease;
+      }
+    } else {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+  }
+
+  /* set confort noise level which will be inserted while in state 'muting' */
+  if (comfNoiseLevel != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) {
+    if ( (comfNoiseLevel < -1)
+      || (comfNoiseLevel > 127) ) {
+      return AAC_DEC_SET_PARAM_FAIL;
+    }
+    if (concealParams == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    } else {
+      concealParams->comfortNoiseLevel = comfNoiseLevel;
+    }
+  }
+
+  return (AAC_DEC_OK);
+}
+
+
+/*!
+  \brief Set fade-out/in attenuation factor vectors
+
+  \concealParams
+  \fadeOutAttenuationVector
+  \fadeInAttenuationVector
+
+  \return 0 if OK all other values indicate errors
+*/
+AAC_DECODER_ERROR
+  CConcealment_SetAttenuation (
+    CConcealParams *concealParams,
+    SHORT *fadeOutAttenuationVector,
+    SHORT *fadeInAttenuationVector )
+{
+  if ( (fadeOutAttenuationVector == NULL)
+    && (fadeInAttenuationVector  == NULL) ) {
+    return AAC_DEC_SET_PARAM_FAIL;
+  }
+
+  /* Fade-out factors */
+  if (fadeOutAttenuationVector != NULL)
+  {
+    int i;
+
+    /* check quantized factors first */
+    for (i = 0; i < CONCEAL_MAX_NUM_FADE_FACTORS; i++) {
+      if ((fadeOutAttenuationVector[i] < 0) || (fadeOutAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) {
+        return AAC_DEC_SET_PARAM_FAIL;
+      }
+    }
+    if (concealParams == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+
+    /* now dequantize factors */
+    for (i = 0; i < CONCEAL_MAX_NUM_FADE_FACTORS; i++) 
+    {
+      concealParams->fadeOutFactor[i] =
+        FX_DBL2FX_SGL( fLdPow(    CONCEAL_MIN_ATTENUATION_FACTOR_025_LD,
+                                  0,
+                                  (FIXP_DBL)((INT)(FL2FXCONST_DBL(1.0/2.0)>>(CONCEAL_PARAMETER_BITS-1)) * (INT)fadeOutAttenuationVector[i]),
+                                  CONCEAL_PARAMETER_BITS
+                                  )
+                     );
+    }
+  }
+
+  /* Fade-in factors */
+  if (fadeInAttenuationVector != NULL)
+  {
+    int i;
+
+    /* check quantized factors first */
+    for (i = 0; i < CONCEAL_MAX_NUM_FADE_FACTORS; i++) {
+      if ((fadeInAttenuationVector[i] < 0) || (fadeInAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) {
+        return AAC_DEC_SET_PARAM_FAIL;
+      }
+    }
+    if (concealParams == NULL) {
+      return AAC_DEC_INVALID_HANDLE;
+    }
+
+    /* now dequantize factors */
+    for (i = 0; i < CONCEAL_MAX_NUM_FADE_FACTORS; i++)
+    {
+      concealParams->fadeInFactor[i] =
+        FX_DBL2FX_SGL( fLdPow( CONCEAL_MIN_ATTENUATION_FACTOR_025_LD,
+                               0,
+                             (FIXP_DBL)((INT)(FIXP_ONE>>CONCEAL_PARAMETER_BITS) * (INT)fadeInAttenuationVector[i]),
+                             CONCEAL_PARAMETER_BITS
+                             )
+                     );
+    }
+  }
+
+  return (AAC_DEC_OK);
+}
+
+
+/*!
+  \brief Get state of concealment module.
+
+  \pConcealChannelInfo
+
+  \return Concealment state.
+*/
+CConcealmentState
+  CConcealment_GetState (
+    CConcealmentInfo *pConcealChannelInfo
+  )
+{
+  CConcealmentState state = ConcealState_Ok;
+
+  if (pConcealChannelInfo != NULL) {
+    state = pConcealChannelInfo->concealState;
+  }
+
+  return (state);
+}
+
+
+static void CConcealment_fakePnsData (
+   CPnsData *pPnsData,
+   CIcsInfo *pIcsInfo,
+   const SamplingRateInfo *pSamplingRateInfo,
+   SHORT *pSpecScale,
+   SHORT *pScaleFactor,
+   const int level )
+{
+  CPnsInterChannelData *pInterChannelData = pPnsData->pPnsInterChannelData;
+
+  int  pnsBand, band, group, win;
+  //int  delta = 0;
+  int  windowsPerFrame = GetWindowsPerFrame(pIcsInfo);
+  int  refLevel = (windowsPerFrame > 1) ? 82 : 91;
+
+  FDK_ASSERT(level >= 0 && level <= 127);
+
+  for (win = 0; win < windowsPerFrame; win++) {
+    pSpecScale[win] = 31;
+  }
+
+  /* fake ICS info if necessary */
+  if (!IsValid(pIcsInfo)) {
+    pIcsInfo->WindowGroups = 1;
+    if (IsLongBlock(pIcsInfo)) {
+      pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+      pIcsInfo->WindowGroupLength[0] = 1;
+    }
+    else {
+      pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
+      pIcsInfo->WindowGroupLength[0] = 8;
+    }
+    pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands;
+  }
+
+  /* global activate PNS */
+  pPnsData->PnsActive = 1;
+  /* set energy level */
+  pPnsData->CurrentEnergy = fixMax( 0, refLevel - level );
+
+  /*
+    value: | Avg. RMS power | Avg. RMS power |
+           | specScale = 22 | specScale = 31 |
+    -------+----------------+----------------+
+        5  |                |  -99.0 dB
+       15  |                |  -90.0 dB
+       25  |                |  -89.7 dB 
+       35  |                |  -85.3 dB
+      ...  |    ...         |   ...
+       45  |  -69.9 dB      |  -70.0 dB
+       50  |  -62.2 dB      |  
+       55  |  -55.6 dB      |  -54.6 dB
+       60  |  -47.0 dB      |
+       65  |  -39.5 dB      |  -39.5 dB
+       70  |  -31.9 dB      |  
+       75  |  -24.4 dB      |  -24.4 dB
+       80  |  -16.9 dB      |  
+       85  |   -9.4 dB (c)  |   -9.4 dB
+       90  |   -3.9 dB (c)  |  
+       95  |                |   -2.1 dB
+      100  |                |   -1.6 dB
+      105  |                |   -1.4 dB
+  */
+
+  for (group=0; group < GetWindowGroups(pIcsInfo); group++)
+  {
+    for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++)
+    {
+      pnsBand = group * 16 + band;
+
+      if (pnsBand >= NO_OFBANDS) {
+        return;
+      }
+      //pPnsData->CurrentEnergy += delta ;
+      pScaleFactor[pnsBand] = pPnsData->CurrentEnergy;
+      pInterChannelData->correlated[pnsBand] = 0;
+      pPnsData->pnsUsed[pnsBand] = 1;
+    }
+  }
+}
+
+
+/*!
+  \brief Store data for concealment techniques applied later
+
+  Interface function to store data for different concealment strategies
+
+   \return  none
+ */
+void
+  CConcealment_Store (
+    CConcealmentInfo *hConcealmentInfo,
+    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+    CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo )
+{
+  if ( !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD
+      ) )
+  {
+    FIXP_DBL *pSpectralCoefficient =  SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
+    SHORT    *pSpecScale           =  pAacDecoderChannelInfo->specScale;
+    CIcsInfo *pIcsInfo             = &pAacDecoderChannelInfo->icsInfo;
+
+    SHORT  tSpecScale[8];
+    UCHAR  tWindowShape, tWindowSequence;
+
+    /* store old window infos for swapping */
+    tWindowSequence = hConcealmentInfo->windowSequence;
+    tWindowShape    = hConcealmentInfo->windowShape;
+
+    /* store old scale factors for swapping */
+    FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8*sizeof(SHORT));
+
+    /* store new window infos */
+    hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
+    hConcealmentInfo->windowShape    = GetWindowShape(pIcsInfo);
+    hConcealmentInfo->lastWinGrpLen  = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)-1);
+
+    /* store new scale factors */
+    FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8*sizeof(SHORT));
+
+    if (CConcealment_GetDelay(hConcealmentInfo->pConcealParams) == 0)
+    {
+      /* store new spectral bins */
+#if (CNCL_FRACT_BITS == DFRACT_BITS)
+      FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, 1024 * sizeof(FIXP_CNCL));
+#else
+      FIXP_CNCL *RESTRICT pCncl = &hConcealmentInfo->spectralCoefficient[1024-1];
+      FIXP_DBL  *RESTRICT pSpec = &pSpectralCoefficient[1024-1];
+      int i;
+
+      for (i = 1024; i != 0; i--) {
+        *pCncl-- = FX_DBL2FX_CNCL(*pSpec--);
+      }
+#endif
+    }
+    else
+    {
+      FIXP_CNCL *RESTRICT pCncl = &hConcealmentInfo->spectralCoefficient[1024-1];
+      FIXP_DBL  *RESTRICT pSpec = &pSpectralCoefficient[1024-1];
+      int i;
+
+      /* swap spectral data */
+      for (i = 1024; i != 0; i--) {
+        FIXP_DBL tSpec = *pSpec;
+        *pSpec-- = FX_CNCL2FX_DBL(*pCncl);
+        *pCncl-- = FX_DBL2FX_CNCL( tSpec);
+      }
+
+      /* complete swapping of window infos */
+      pIcsInfo->WindowSequence = tWindowSequence;
+      pIcsInfo->WindowShape    = tWindowShape;
+
+      /* complete swapping of scale factors */
+      FDKmemcpy(pSpecScale, tSpecScale, 8*sizeof(SHORT));
+    }
+  }
+  
+}
+
+
+/*!
+  \brief Apply concealment
+
+  Interface function to different concealment strategies
+
+   \return  none
+ */
+int
+  CConcealment_Apply (
+    CConcealmentInfo *hConcealmentInfo,
+    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+    CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int samplesPerFrame,
+    const UCHAR lastLpdMode,
+    const int frameOk,
+    const UINT flags)
+{
+  int appliedProcessing = 0;
+
+  if ( (frameOk == 0)
+    && (pAacDecoderChannelInfo->renderMode != (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode) ) {
+    /* restore the last render mode to stay in the same domain which allows to do a proper concealment */
+    pAacDecoderChannelInfo->renderMode = (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode;
+  } else {
+    /* otherwise store the current mode */
+    hConcealmentInfo->lastRenderMode = (SCHAR)pAacDecoderChannelInfo->renderMode;
+  }
+
+  if ( frameOk )
+  {
+    /* Rescue current data for concealment in future frames */
+    CConcealment_Store ( hConcealmentInfo,
+                         pAacDecoderChannelInfo,
+                         pAacDecoderStaticChannelInfo );
+    /* Reset index to random sign vector to make sign calculation frame agnostic 
+       (only depends on number of subsequently concealed spectral blocks) */
+        hConcealmentInfo->iRandomPhase = 0;
+  }
+
+  /* hand current frame status to the state machine */
+  CConcealment_UpdateState( hConcealmentInfo,
+                            frameOk );
+
+  if ( !frameOk )
+  {
+    /* Create data for signal rendering according to the selected concealment method and decoder operating mode. */
+
+
+    if ( !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD
+        )
+        )
+    {
+      switch (hConcealmentInfo->pConcealParams->method)
+      {
+      default:
+      case ConcealMethodMute:
+        /* Mute spectral data in case of errors */
+        FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
+        /* Set last window shape */
+        pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
+        appliedProcessing = 1;
+        break;
+
+      case ConcealMethodNoise:
+        /* Noise substitution error concealment technique */
+        appliedProcessing =
+          CConcealment_ApplyNoise (hConcealmentInfo,
+                                   pAacDecoderChannelInfo,
+                                   pAacDecoderStaticChannelInfo,
+                                   pSamplingRateInfo,
+                                   samplesPerFrame,
+                                   flags);
+        break;
+
+      case ConcealMethodInter:
+        /* Energy interpolation concealment based on 3GPP */
+        appliedProcessing =
+          CConcealment_ApplyInter (hConcealmentInfo,
+                                   pAacDecoderChannelInfo,
+                                   pSamplingRateInfo,
+                                   samplesPerFrame,
+                                   0,  /* don't use tonal improvement */
+                                   0);
+        break;
+
+      }
+    }
+  }
+  /* update history */
+  hConcealmentInfo->prevFrameOk[0] = hConcealmentInfo->prevFrameOk[1];
+  hConcealmentInfo->prevFrameOk[1] = frameOk;
+
+  return appliedProcessing;
+}
+
+/*!
+\brief Apply concealment noise substitution
+
+  In case of frame lost this function produces a noisy frame with respect to the
+  energies values of past frame.
+
+\return  none
+ */
+static int
+  CConcealment_ApplyNoise (CConcealmentInfo *pConcealmentInfo,
+                           CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                           CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                           const SamplingRateInfo *pSamplingRateInfo,
+                           const int samplesPerFrame,
+                           const UINT flags)
+{
+  CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams;
+
+  FIXP_DBL *pSpectralCoefficient =  SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
+  SHORT    *pSpecScale           =  pAacDecoderChannelInfo->specScale;
+  CIcsInfo *pIcsInfo             = &pAacDecoderChannelInfo->icsInfo;
+
+  int appliedProcessing = 0;
+
+  FDK_ASSERT((samplesPerFrame>=480) && (samplesPerFrame<=1024));
+  FDK_ASSERT((samplesPerFrame&0x1F) == 0);
+
+  switch (pConcealmentInfo->concealState)
+  {
+  case ConcealState_Ok:
+    /* Nothing to do here! */
+    break;
+
+  case ConcealState_Single:
+  case ConcealState_FadeOut:
+    {
+      /* restore frequency coefficients from buffer with a specific muting */
+      FIXP_SGL  fac;
+      int win, numWindows = 1;
+      int windowLen = samplesPerFrame;
+      int tFadeFrames, lastWindow = 0;
+      int win_idx_stride = 1;
+
+      FDK_ASSERT(pConcealmentInfo != NULL);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames <= pConcealCommonData->numFadeOutFrames);
+
+      /* get attenuation factor */
+      tFadeFrames = pConcealmentInfo->cntFadeFrames;
+      fac = pConcealCommonData->fadeOutFactor[tFadeFrames];
+
+      /* set old window parameters */
+      {
+        pIcsInfo->WindowShape    = pConcealmentInfo->windowShape;
+        pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
+
+        if (pConcealmentInfo->windowSequence == 2) {
+          /* short block handling */
+          numWindows = 8;
+          windowLen  = samplesPerFrame >> 3;
+          lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
+        }
+      }
+
+      for (win = 0; win < numWindows; win++) {
+        FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen);
+        FIXP_DBL  *pOut  = pSpectralCoefficient + (win * windowLen);
+        int i;
+
+        FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame);
+
+        /* restore frequency coefficients from buffer with a specific attenuation */
+        for (i = 0; i < windowLen; i++) {
+          pOut[i] = fMult(pCncl[i], fac);
+        }
+
+        /* apply random change of sign for spectral coefficients */
+        CConcealment_ApplyRandomSign(pConcealmentInfo->iRandomPhase,
+                                            pOut,
+                                            windowLen );
+
+        /* Increment random phase index to avoid repetition artifacts. */
+        pConcealmentInfo->iRandomPhase = (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1);
+
+        /* set old scale factors */
+        pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
+
+        if ( (lastWindow >= numWindows)
+          && (numWindows >  1) )
+        {
+          /* end of sequence -> rewind */
+          lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
+          /* update the attenuation factor to get a faster fade-out */
+          tFadeFrames += 1;
+          if (tFadeFrames < pConcealCommonData->numFadeOutFrames) {
+            fac = pConcealCommonData->fadeOutFactor[tFadeFrames];
+          } else {
+            fac = (FIXP_SGL)0;
+          }
+        }
+      }
+
+      /* store temp vars */
+      pConcealmentInfo->cntFadeFrames = tFadeFrames;
+      appliedProcessing = 1;
+    }
+    break;
+
+  case ConcealState_Mute:
+    {
+      /* set dummy window parameters */
+      pIcsInfo->Valid          = 0;                                /* Trigger the generation of a consitent IcsInfo */
+      pIcsInfo->WindowShape    = pConcealmentInfo->windowShape;    /* Prevent an invalid WindowShape (required for F/T transform) */
+      pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
+      pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
+
+      /* mute spectral data */
+      FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
+
+      if ( !(flags & (AC_USAC|AC_RSVD50)) 
+           && pConcealCommonData->comfortNoiseLevel >= 0
+           && pConcealCommonData->comfortNoiseLevel <= 61 /* -90dB */)
+        {
+        /* insert comfort noise using PNS */
+        CConcealment_fakePnsData (
+         &pAacDecoderChannelInfo->data.aac.PnsData,
+          pIcsInfo,
+          pSamplingRateInfo,
+          pAacDecoderChannelInfo->pDynData->aSfbScale,
+          pAacDecoderChannelInfo->pDynData->aScaleFactor,
+          pConcealCommonData->comfortNoiseLevel
+        );
+
+        CPns_Apply (
+               &pAacDecoderChannelInfo->data.aac.PnsData,
+                pIcsInfo,
+                pAacDecoderChannelInfo->pSpectralCoefficient,
+                pAacDecoderChannelInfo->specScale,
+                pAacDecoderChannelInfo->pDynData->aScaleFactor,
+                pSamplingRateInfo,
+                pAacDecoderChannelInfo->granuleLength,
+                0  /* always apply to first channel */
+              );
+      }
+      appliedProcessing = 1;
+    }
+    break;
+
+  case ConcealState_FadeIn:
+    {
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames);
+
+      /* attenuate signal to get a smooth fade-in */
+      FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1];
+      FIXP_SGL fac = pConcealCommonData->fadeInFactor[pConcealmentInfo->cntFadeFrames];
+      int i;
+
+      for (i = samplesPerFrame; i != 0; i--) {
+        *pOut = fMult(*pOut, fac);
+        pOut--;
+      }
+      appliedProcessing = 1;
+    }
+    break;
+
+  default:
+    /* we shouldn't come here anyway */
+    FDK_ASSERT(0);
+    break;
+  }
+
+  return appliedProcessing;
+}
+
+
+/*!
+  \brief Apply concealment interpolation
+
+  The function swaps the data from the current and the previous frame. If an
+  error has occured, frame interpolation is performed to restore the missing
+  frame. In case of multiple faulty frames, fade-in and fade-out is applied.
+
+  \return  none
+*/
+static int
+  CConcealment_ApplyInter (
+    CConcealmentInfo       *pConcealmentInfo,
+    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int  samplesPerFrame,
+    const int  improveTonal,
+    const int  frameOk )
+{
+  CConcealParams   *pConcealCommonData    =  pConcealmentInfo->pConcealParams;
+
+  FIXP_DBL         *pSpectralCoefficient  =  SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
+  CIcsInfo         *pIcsInfo              = &pAacDecoderChannelInfo->icsInfo;
+  SHORT            *pSpecScale            =  pAacDecoderChannelInfo->specScale;
+
+
+  int sfbEnergyPrev[64];
+  int sfbEnergyAct [64];
+
+  int i, appliedProcessing = 0;
+
+  /* clear/init */
+  FDKmemclear(sfbEnergyPrev, 64 * sizeof(int));
+  FDKmemclear(sfbEnergyAct,  64 * sizeof(int));
+
+
+  if (!frameOk)
+  {
+    /* Restore last frame from concealment buffer */
+    pIcsInfo->WindowShape    = pConcealmentInfo->windowShape;
+    pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
+
+    /* Restore spectral data */
+    for (i = 0; i < samplesPerFrame; i++) {
+      pSpectralCoefficient[i] = FX_CNCL2FX_DBL(pConcealmentInfo->spectralCoefficient[i]);
+    }
+
+    /* Restore scale factors */
+    FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8*sizeof(SHORT));
+  }
+
+  /* if previous frame was not ok */
+  if (!pConcealmentInfo->prevFrameOk[1]) {
+
+    /* if current frame (f_n) is ok and the last but one frame (f_(n-2))
+       was ok, too, then interpolate both frames in order to generate
+       the current output frame (f_(n-1)). Otherwise, use the last stored
+       frame (f_(n-2) or f_(n-3) or ...). */
+    if (frameOk && pConcealmentInfo->prevFrameOk[0])
+    {
+      appliedProcessing = 1;
+
+
+      /* Interpolate both frames in order to generate the current output frame (f_(n-1)). */
+      if (pIcsInfo->WindowSequence == EightShortSequence) {
+        /* f_(n-2) == EightShortSequence */
+        /* short--??????--short, short--??????--long interpolation */
+        /* short--short---short, short---long---long interpolation */
+
+        int wnd;
+
+        if (pConcealmentInfo->windowSequence == EightShortSequence) { /* f_n == EightShortSequence */
+          /* short--short---short interpolation */
+
+          int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
+          const SHORT *pSfbOffset   = pSamplingRateInfo->ScaleFactorBands_Short;
+          pIcsInfo->WindowShape = 1;
+          pIcsInfo->WindowSequence = EightShortSequence;
+
+          for (wnd = 0; wnd < 8; wnd++)
+          {
+            CConcealment_CalcBandEnergy(
+              &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-2) */
+               pSamplingRateInfo,
+               EightShortSequence,
+               CConcealment_NoExpand,
+               sfbEnergyPrev);
+
+            CConcealment_CalcBandEnergy(
+              &pConcealmentInfo->spectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_n */
+               pSamplingRateInfo,
+               EightShortSequence,
+               CConcealment_NoExpand,
+               sfbEnergyAct);
+
+            CConcealment_InterpolateBuffer(
+              &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-1) */
+              &pSpecScale[wnd],
+              &pConcealmentInfo->specScale[wnd],
+              &pSpecScale[wnd],
+               sfbEnergyPrev,
+               sfbEnergyAct,
+               scaleFactorBandsTotal,
+               pSfbOffset);
+
+          }
+        } else { /* f_n != EightShortSequence */
+          /* short---long---long interpolation */
+
+          int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+          const SHORT *pSfbOffset   = pSamplingRateInfo->ScaleFactorBands_Long;
+          SHORT specScaleOut;
+
+          CConcealment_CalcBandEnergy(&pSpectralCoefficient[samplesPerFrame - (samplesPerFrame / 8)], /* [wnd] spec_(n-2) */
+                                      pSamplingRateInfo,
+                                      EightShortSequence,
+                                      CConcealment_Expand,
+                                      sfbEnergyAct);
+
+          CConcealment_CalcBandEnergy(pConcealmentInfo->spectralCoefficient, /* spec_n */
+                                      pSamplingRateInfo,
+                                      OnlyLongSequence,
+                                      CConcealment_NoExpand,
+                                      sfbEnergyPrev);
+
+          pIcsInfo->WindowShape = 0;
+          pIcsInfo->WindowSequence = LongStopSequence;
+
+          for (i = 0; i < samplesPerFrame ; i++) {
+            pSpectralCoefficient[i] = pConcealmentInfo->spectralCoefficient[i]; /* spec_n */
+          }
+
+          for (i = 0; i < 8; i++) { /* search for max(specScale) */
+            if (pSpecScale[i] > pSpecScale[0]) {
+              pSpecScale[0] = pSpecScale[i];
+            }
+          }
+
+          CConcealment_InterpolateBuffer(
+            pSpectralCoefficient, /* spec_(n-1) */
+           &pConcealmentInfo->specScale[0],
+           &pSpecScale[0],
+           &specScaleOut,
+            sfbEnergyPrev,
+            sfbEnergyAct,
+            scaleFactorBandsTotal,
+            pSfbOffset);
+
+          pSpecScale[0] = specScaleOut;
+        }
+      } else {
+        /* long--??????--short, long--??????--long interpolation */
+        /* long---long---short, long---long---long interpolation */
+
+        int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+        const SHORT *pSfbOffset   = pSamplingRateInfo->ScaleFactorBands_Long;
+        SHORT specScaleAct        = pConcealmentInfo->specScale[0];
+
+        CConcealment_CalcBandEnergy(pSpectralCoefficient,  /* spec_(n-2) */
+                                    pSamplingRateInfo,
+                                    OnlyLongSequence,
+                                    CConcealment_NoExpand,
+                                    sfbEnergyPrev);
+
+        if (pConcealmentInfo->windowSequence == EightShortSequence) {  /* f_n == EightShortSequence */
+          /* long---long---short interpolation */
+
+          pIcsInfo->WindowShape = 1;
+          pIcsInfo->WindowSequence = LongStartSequence;
+
+          for (i = 1; i < 8; i++) { /* search for max(specScale) */
+            if (pConcealmentInfo->specScale[i] > specScaleAct) {
+              specScaleAct = pConcealmentInfo->specScale[i];
+            }
+          }
+
+          /* Expand first short spectrum */
+          CConcealment_CalcBandEnergy(pConcealmentInfo->spectralCoefficient,  /* spec_n */
+                                      pSamplingRateInfo,
+                                      EightShortSequence,
+                                      CConcealment_Expand,  /* !!! */
+                                      sfbEnergyAct);
+        } else {
+          /* long---long---long interpolation */
+
+          pIcsInfo->WindowShape = 0;
+          pIcsInfo->WindowSequence = OnlyLongSequence;
+
+          CConcealment_CalcBandEnergy(pConcealmentInfo->spectralCoefficient,  /* spec_n */
+                                      pSamplingRateInfo,
+                                      OnlyLongSequence,
+                                      CConcealment_NoExpand,
+                                      sfbEnergyAct);
+        }
+
+          CConcealment_InterpolateBuffer(
+            pSpectralCoefficient,  /* spec_(n-1) */
+           &pSpecScale[0],
+           &specScaleAct,
+           &pSpecScale[0],
+            sfbEnergyPrev,
+            sfbEnergyAct,
+            scaleFactorBandsTotal,
+            pSfbOffset);
+
+      }
+    }
+
+      /* Noise substitution of sign of the output spectral coefficients */
+      CConcealment_ApplyRandomSign (pConcealmentInfo->iRandomPhase,
+                                    pSpectralCoefficient,
+                                    samplesPerFrame);
+      /* Increment random phase index to avoid repetition artifacts. */
+      pConcealmentInfo->iRandomPhase = (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1);
+  }
+
+  /* scale spectrum according to concealment state */
+  switch (pConcealmentInfo->concealState)
+  {
+  case ConcealState_Single:
+    appliedProcessing = 1;
+    break;
+
+  case ConcealState_FadeOut:
+    {
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeOutFrames);
+
+      /* restore frequency coefficients from buffer with a specific muting */
+      FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1];
+      FIXP_SGL fac = pConcealCommonData->fadeOutFactor[pConcealmentInfo->cntFadeFrames];
+
+      for (i = samplesPerFrame; i != 0; i--) {
+        *pOut = fMult(*pOut, fac);
+        pOut--;
+      }
+      appliedProcessing = 1;
+    }
+    break;
+
+  case ConcealState_FadeIn:
+    {
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS);
+      FDK_ASSERT(pConcealmentInfo->cntFadeFrames < pConcealCommonData->numFadeInFrames);
+
+      /* attenuate signal to get a smooth fade-in */
+      FIXP_DBL *RESTRICT pOut = &pSpectralCoefficient[samplesPerFrame-1];
+      FIXP_SGL fac = pConcealCommonData->fadeInFactor[pConcealmentInfo->cntFadeFrames];
+
+      for (i = samplesPerFrame; i != 0; i--) {
+        *pOut = fMult(*pOut, fac);
+        pOut--;
+      }
+      appliedProcessing = 1;
+    }
+    break;
+
+  case ConcealState_Mute:
+    {
+      int fac = pConcealCommonData->comfortNoiseLevel;
+
+      /* set dummy window parameters */
+      pIcsInfo->Valid          = 0;                                /* Trigger the generation of a consitent IcsInfo */
+      pIcsInfo->WindowShape    = pConcealmentInfo->windowShape;    /* Prevent an invalid WindowShape (required for F/T transform) */
+      pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
+      pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
+
+      /* mute spectral data */
+      FDKmemclear(pSpectralCoefficient, samplesPerFrame * sizeof(FIXP_DBL));
+
+      if (fac >= 0 && fac <= 61) {
+        /* insert comfort noise using PNS */
+        CConcealment_fakePnsData (
+         &pAacDecoderChannelInfo->data.aac.PnsData,
+          pIcsInfo,
+          pSamplingRateInfo,
+          pAacDecoderChannelInfo->specScale,
+          pAacDecoderChannelInfo->pDynData->aScaleFactor,
+          fac
+        );
+
+        CPns_Apply (
+               &pAacDecoderChannelInfo->data.aac.PnsData,
+                pIcsInfo,
+                pAacDecoderChannelInfo->pSpectralCoefficient,
+                pAacDecoderChannelInfo->specScale,
+                pAacDecoderChannelInfo->pDynData->aScaleFactor,
+                pSamplingRateInfo,
+                pAacDecoderChannelInfo->granuleLength,
+                0  /* always apply to first channel */
+              );
+      }
+      appliedProcessing = 1;
+    }
+    break;
+
+  default:
+    /* nothing to do here */
+    break;
+  }
+
+  return appliedProcessing;
+}
+
+
+/*!
+  \brief Calculate the spectral energy
+
+  The function calculates band-wise the spectral energy. This is used for
+  frame interpolation.
+
+  \return  none
+*/
+static void
+  CConcealment_CalcBandEnergy (
+    FIXP_DBL               *spectrum,
+    const SamplingRateInfo *pSamplingRateInfo,
+    const int               blockType,
+    CConcealmentExpandType  expandType,
+    int                    *sfbEnergy )
+{
+  const SHORT *pSfbOffset;
+  int line, sfb, scaleFactorBandsTotal = 0;
+  
+  /* In the following calculations, enAccu is initialized with LSB-value in order to avoid zero energy-level */
+
+  line = 0;
+
+  switch(blockType) {
+
+  case OnlyLongSequence:
+  case LongStartSequence:
+  case LongStopSequence:
+
+    if (expandType == CConcealment_NoExpand) {
+      /* standard long calculation */
+      scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+      pSfbOffset            = pSamplingRateInfo->ScaleFactorBands_Long;
+
+      for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) {
+        FIXP_DBL enAccu = (FIXP_DBL)(LONG)1;
+        int sfbScale = (sizeof(LONG)<<3) - CntLeadingZeros(pSfbOffset[sfb+1] - pSfbOffset[sfb]) - 1;
+        /* scaling depends on sfb width. */
+        for ( ; line < pSfbOffset[sfb+1]; line++) {
+          enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
+        }
+        *(sfbEnergy + sfb) = CntLeadingZeros(enAccu) - 1;
+      }
+    }
+    else {
+      /* compress long to short */
+      scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
+      pSfbOffset            = pSamplingRateInfo->ScaleFactorBands_Short;
+
+      for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) {
+        FIXP_DBL enAccu = (FIXP_DBL)(LONG)1;
+        int sfbScale = (sizeof(LONG)<<3) - CntLeadingZeros(pSfbOffset[sfb+1] - pSfbOffset[sfb]) - 1;
+        /* scaling depends on sfb width. */
+        for (; line < pSfbOffset[sfb+1] << 3; line++) {
+          enAccu += (enAccu + (fPow2Div2(*(spectrum + line)) >> sfbScale)) >> 3;
+        }
+        *(sfbEnergy + sfb) = CntLeadingZeros(enAccu) - 1;
+      }
+    }
+    break;
+
+  case EightShortSequence:
+
+    if (expandType == CConcealment_NoExpand) {
+      /*   standard short calculation */
+      scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
+      pSfbOffset            = pSamplingRateInfo->ScaleFactorBands_Short;
+
+      for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) {
+        FIXP_DBL enAccu = (FIXP_DBL)(LONG)1;
+        int sfbScale = (sizeof(LONG)<<3) - CntLeadingZeros(pSfbOffset[sfb+1] - pSfbOffset[sfb]) - 1;
+        /* scaling depends on sfb width. */
+        for ( ; line < pSfbOffset[sfb+1]; line++) {
+          enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
+        }
+        *(sfbEnergy + sfb) = CntLeadingZeros(enAccu) - 1;
+      }
+    }
+    else {
+      /*  expand short to long spectrum */
+      scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
+      pSfbOffset            = pSamplingRateInfo->ScaleFactorBands_Long;
+
+      for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) {
+        FIXP_DBL enAccu = (FIXP_DBL)(LONG)1;
+        int sfbScale = (sizeof(LONG)<<3) - CntLeadingZeros(pSfbOffset[sfb+1] - pSfbOffset[sfb]) - 1;
+        /* scaling depends on sfb width. */
+        for ( ; line < pSfbOffset[sfb+1]; line++) {
+          enAccu += fPow2Div2(*(spectrum + (line >> 3))) >> sfbScale;
+        }
+        *(sfbEnergy + sfb) = CntLeadingZeros(enAccu) - 1;
+      }
+    }
+    break;
+  }
+}
+
+
+/*!
+  \brief Interpolate buffer
+
+  The function creates the interpolated spectral data according to the
+  energy of the last good frame and the current (good) frame.
+
+  \return  none
+*/
+static void
+  CConcealment_InterpolateBuffer (
+    FIXP_DBL    *spectrum,
+    SHORT       *pSpecScalePrv,
+    SHORT       *pSpecScaleAct,
+    SHORT       *pSpecScaleOut,
+    int         *enPrv,
+    int         *enAct,
+    int          sfbCnt,
+    const SHORT *pSfbOffset )
+{
+  int    sfb, line = 0;
+  int    fac_shift;
+  int    fac_mod;
+  FIXP_DBL accu;
+
+  for (sfb = 0; sfb < sfbCnt; sfb++) {
+
+    fac_shift = enPrv[sfb] - enAct[sfb] + ((*pSpecScaleAct - *pSpecScalePrv) << 1);
+    fac_mod   = fac_shift & 3;
+    fac_shift = (fac_shift >> 2) + 1;
+    fac_shift += *pSpecScalePrv - fixMax(*pSpecScalePrv, *pSpecScaleAct);
+
+    for (; line < pSfbOffset[sfb+1]; line++) {
+      accu = fMult(*(spectrum+line), facMod4Table[fac_mod]);
+      if (fac_shift < 0) {
+        accu >>= -fac_shift;
+      } else {
+        accu <<= fac_shift;
+      }
+      *(spectrum+line) = accu;
+    }
+  }
+  *pSpecScaleOut = fixMax(*pSpecScalePrv, *pSpecScaleAct);
+}
+
+
+
+
+static INT findEquiFadeFrame (
+    CConcealParams *pConcealCommonData,
+    INT actFadeIndex,
+    int direction )
+{
+  FIXP_SGL *pFactor;
+  FIXP_SGL  referenceVal;
+  FIXP_SGL  minDiff = (FIXP_SGL)MAXVAL_SGL;
+
+  INT  numFrames = 0;
+  INT  nextFadeIndex = 0;
+
+  int  i;
+
+  /* init depending on direction */
+  if (direction == 0) {  /* FADE-OUT => FADE-IN */
+    numFrames = pConcealCommonData->numFadeInFrames;
+    referenceVal = pConcealCommonData->fadeOutFactor[actFadeIndex] >> 1;
+    pFactor = pConcealCommonData->fadeInFactor;
+  }
+  else {  /* FADE-IN => FADE-OUT */
+    numFrames = pConcealCommonData->numFadeOutFrames;
+    referenceVal = pConcealCommonData->fadeInFactor[actFadeIndex] >> 1;
+    pFactor = pConcealCommonData->fadeOutFactor;
+  }
+
+  /* search for minimum difference */
+  for (i = 0; i < numFrames; i++) {
+    FIXP_SGL diff = fixp_abs((pFactor[i]>>1) - referenceVal);
+    if (diff < minDiff) {
+      minDiff = diff;
+      nextFadeIndex = i;
+    }
+  }
+
+  /* check and adjust depending on direction */
+  if (direction == 0) {  /* FADE-OUT => FADE-IN */
+    if (((pFactor[nextFadeIndex]>>1) <= referenceVal) && (nextFadeIndex > 0)) {
+      nextFadeIndex -= 1;
+    }
+  }
+  else {  /* FADE-IN => FADE-OUT */
+    if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {
+      nextFadeIndex += 1;
+    }
+  }
+
+  return (nextFadeIndex);
+}
+
+
+/*!
+  \brief Update the concealment state
+
+  The function updates the state of the concealment state-machine. The
+  states are: mute, fade-in, fade-out, interpolate and frame-ok.
+
+  \return  none
+*/
+static void
+  CConcealment_UpdateState (
+    CConcealmentInfo *pConcealmentInfo,
+    int frameOk )
+{
+  CConcealParams *pConcealCommonData = pConcealmentInfo->pConcealParams;
+
+  switch (pConcealCommonData->method)
+  {
+  case ConcealMethodNoise:
+    {
+      if (pConcealmentInfo->concealState != ConcealState_Ok) {
+        /* count the valid frames during concealment process */
+        if (frameOk) {
+          pConcealmentInfo->cntValidFrames += 1;
+        } else {
+          pConcealmentInfo->cntValidFrames  = 0;
+        }
+      }
+
+      /* -- STATE MACHINE for Noise Substitution -- */
+      switch (pConcealmentInfo->concealState)
+      {
+      case ConcealState_Ok:
+        if (!frameOk) {
+          if (pConcealCommonData->numFadeOutFrames > 0) {
+            /* change to state SINGLE-FRAME-LOSS */
+            pConcealmentInfo->concealState   = ConcealState_Single;
+          } else {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+          pConcealmentInfo->cntFadeFrames  = 0;
+          pConcealmentInfo->cntValidFrames = 0;
+        }
+        break;
+
+      case ConcealState_Single:  /* Just a pre-stage before fade-out begins. Stay here only one frame! */
+        pConcealmentInfo->cntFadeFrames += 1;
+        if (frameOk) {
+          if (pConcealmentInfo->cntValidFrames > pConcealCommonData->numMuteReleaseFrames) {
+            /* change to state FADE-IN */
+            pConcealmentInfo->concealState  = ConcealState_FadeIn;
+            pConcealmentInfo->cntFadeFrames = findEquiFadeFrame( pConcealCommonData,
+                                                                 pConcealmentInfo->cntFadeFrames-1,
+                                                                 0 /* FadeOut -> FadeIn */);
+          } else {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        } else {
+          if (pConcealmentInfo->cntFadeFrames >= pConcealCommonData->numFadeOutFrames) {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          } else {
+            /* change to state FADE-OUT */
+            pConcealmentInfo->concealState = ConcealState_FadeOut;
+          }
+        }
+        break;
+
+      case ConcealState_FadeOut:
+        pConcealmentInfo->cntFadeFrames += 1;  /* used to address the fade-out factors */
+        if (pConcealmentInfo->cntValidFrames > pConcealCommonData->numMuteReleaseFrames) {
+          if (pConcealCommonData->numFadeInFrames > 0) {
+            /* change to state FADE-IN */
+            pConcealmentInfo->concealState  = ConcealState_FadeIn;
+            pConcealmentInfo->cntFadeFrames = findEquiFadeFrame( pConcealCommonData,
+                                                                 pConcealmentInfo->cntFadeFrames-1,
+                                                                 0 /* FadeOut -> FadeIn */);
+          } else {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        } else {
+          if (pConcealmentInfo->cntFadeFrames >= pConcealCommonData->numFadeOutFrames) {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+        }
+        break;
+
+      case ConcealState_Mute:
+        if (pConcealmentInfo->cntValidFrames > pConcealCommonData->numMuteReleaseFrames) {
+          if (pConcealCommonData->numFadeInFrames > 0) {
+            /* change to state FADE-IN */
+            pConcealmentInfo->concealState = ConcealState_FadeIn;
+            pConcealmentInfo->cntFadeFrames = pConcealCommonData->numFadeInFrames - 1;
+          } else {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        }
+        break;
+
+      case ConcealState_FadeIn:
+        pConcealmentInfo->cntFadeFrames -= 1;  /* used to address the fade-in factors */
+        if (frameOk) {
+          if (pConcealmentInfo->cntFadeFrames < 0) {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        } else {
+          if (pConcealCommonData->numFadeOutFrames > 0) {
+            /* change to state FADE-OUT */
+            pConcealmentInfo->concealState  = ConcealState_FadeOut;
+            pConcealmentInfo->cntFadeFrames = findEquiFadeFrame( pConcealCommonData,
+                                                                 pConcealmentInfo->cntFadeFrames+1,
+                                                                 1 /* FadeIn -> FadeOut */);
+          } else {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+        }
+        break;
+
+      default:
+        FDK_ASSERT(0);
+        break;
+      }
+    }
+    break;
+
+  case ConcealMethodInter:
+  case ConcealMethodTonal:
+    {
+      if (pConcealmentInfo->concealState != ConcealState_Ok) {
+        /* count the valid frames during concealment process */
+        if ( pConcealmentInfo->prevFrameOk[1] ||
+            (pConcealmentInfo->prevFrameOk[0] && !pConcealmentInfo->prevFrameOk[1] && frameOk) ) {
+          /* The frame is OK even if it can be estimated by the energy interpolation algorithm */
+          pConcealmentInfo->cntValidFrames += 1;
+        } else {
+          pConcealmentInfo->cntValidFrames  = 0;
+        }
+      }
+
+      /* -- STATE MACHINE for energy interpolation -- */
+      switch (pConcealmentInfo->concealState)
+      {
+      case ConcealState_Ok:
+        if (!(pConcealmentInfo->prevFrameOk[1] ||
+             (pConcealmentInfo->prevFrameOk[0] && !pConcealmentInfo->prevFrameOk[1] && frameOk))) {
+          if (pConcealCommonData->numFadeOutFrames > 0) {
+            /* Fade out only if the energy interpolation algorithm can not be applied! */
+            pConcealmentInfo->concealState   = ConcealState_FadeOut;
+          } else {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+          pConcealmentInfo->cntFadeFrames  = 0;
+          pConcealmentInfo->cntValidFrames = 0;
+        }
+        break;
+
+      case ConcealState_Single:
+        pConcealmentInfo->concealState = ConcealState_Ok;
+        break;
+
+      case ConcealState_FadeOut:
+        pConcealmentInfo->cntFadeFrames += 1;
+
+        if (pConcealmentInfo->cntValidFrames > pConcealCommonData->numMuteReleaseFrames) {
+          if (pConcealCommonData->numFadeInFrames > 0) {
+            /* change to state FADE-IN */
+            pConcealmentInfo->concealState  = ConcealState_FadeIn;
+            pConcealmentInfo->cntFadeFrames = findEquiFadeFrame( pConcealCommonData,
+                                                                 pConcealmentInfo->cntFadeFrames-1,
+                                                                 0 /* FadeOut -> FadeIn */);
+          } else {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        } else {
+          if (pConcealmentInfo->cntFadeFrames >= pConcealCommonData->numFadeOutFrames) {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+        }
+        break;
+
+      case ConcealState_Mute:
+        if (pConcealmentInfo->cntValidFrames > pConcealCommonData->numMuteReleaseFrames) {
+          if (pConcealCommonData->numFadeInFrames > 0) {
+            /* change to state FADE-IN */
+            pConcealmentInfo->concealState = ConcealState_FadeIn;
+            pConcealmentInfo->cntFadeFrames = pConcealCommonData->numFadeInFrames - 1;
+          } else {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        }
+        break;
+
+      case ConcealState_FadeIn:
+        pConcealmentInfo->cntFadeFrames -= 1;  /* used to address the fade-in factors */
+
+        if (frameOk || pConcealmentInfo->prevFrameOk[1]) {
+          if (pConcealmentInfo->cntFadeFrames < 0) {
+            /* change to state OK */
+            pConcealmentInfo->concealState = ConcealState_Ok;
+          }
+        } else {
+          if (pConcealCommonData->numFadeOutFrames > 0) {
+            /* change to state FADE-OUT */
+            pConcealmentInfo->concealState  = ConcealState_FadeOut;
+            pConcealmentInfo->cntFadeFrames = findEquiFadeFrame( pConcealCommonData,
+                                                                 pConcealmentInfo->cntFadeFrames+1,
+                                                                 1 /* FadeIn -> FadeOut */);
+          } else {
+            /* change to state MUTE */
+            pConcealmentInfo->concealState = ConcealState_Mute;
+          }
+        }
+        break;
+      } /* End switch(pConcealmentInfo->concealState) */
+    }
+    break;
+
+  default:
+    /* Don't need a state machine for other concealment methods. */
+    break;
+  }
+
+}
+
+
+/*!
+\brief Randomizes the sign of the spectral data
+
+  The function toggles the sign of the spectral data randomly. This is
+  useful to ensure the quality of the concealed frames.
+
+\return  none
+ */
+static
+void CConcealment_ApplyRandomSign (int randomPhase,
+                                   FIXP_DBL *spec,
+                                   int samplesPerFrame
+                                               )
+{
+  int i;
+  USHORT packedSign=0;
+
+  /* random table 512x16bit has been reduced to 512 packed sign bits = 32x16 bit */
+
+  /* read current packed sign word */
+  packedSign = randomSign[randomPhase>>4];
+  packedSign >>= (randomPhase&0xf);
+
+  for (i = 0; i < samplesPerFrame ; i++) {
+    if ((randomPhase & 0xf) == 0) {
+      packedSign = randomSign[randomPhase>>4];
+    }
+
+    if (packedSign & 0x1) {
+      spec[i] = -spec[i];
+    }
+    packedSign >>= 1;
+
+    randomPhase = (randomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1);
+  }
+}
+
+
+/*!
+  \brief Get fadeing factor for current concealment state.
+
+  The function returns the factor used for fading that belongs to the current internal state.
+
+  \return Fade factor
+ */
+FIXP_DBL
+  CConcealment_GetFadeFactor (
+      CConcealmentInfo *hConcealmentInfo,
+      const int fPreviousFactor
+  )
+{
+  FIXP_DBL fac = (FIXP_DBL)0;
+
+  CConcealParams *pConcealCommonData = hConcealmentInfo->pConcealParams;
+
+  if (hConcealmentInfo->pConcealParams->method > ConcealMethodMute) {
+    switch (hConcealmentInfo->concealState) {
+      default:
+      case ConcealState_Mute:
+        /* Nothing to do here */
+        break;
+      case ConcealState_Ok:
+        fac = (FIXP_DBL)MAXVAL_DBL;
+        break;
+      case ConcealState_Single:
+      case ConcealState_FadeOut:
+        {
+          int idx = hConcealmentInfo->cntFadeFrames - ((fPreviousFactor != 0) ? 1 : 0);
+          fac = (idx < 0) ? (FIXP_DBL)MAXVAL_DBL : FX_SGL2FX_DBL(pConcealCommonData->fadeOutFactor[idx]);
+        }
+        break;
+      case ConcealState_FadeIn:
+        {
+          int idx = hConcealmentInfo->cntFadeFrames + ((fPreviousFactor != 0) ? 1 : 0);
+          fac = (idx >= hConcealmentInfo->pConcealParams->numFadeInFrames) ? (FIXP_DBL)0 : FX_SGL2FX_DBL(pConcealCommonData->fadeInFactor[idx]);
+        }
+        break;
+    }
+  }
+
+  return (fac);
+}
+
+
+/*!
+  \brief Get fadeing factor for current concealment state.
+
+  The function returns the state (ok or not) of the previous frame.
+  If called before the function CConcealment_Apply() set the fBeforeApply
+  flag to get the correct value.
+
+  \return Frame OK flag of previous frame.
+ */
+int
+  CConcealment_GetLastFrameOk (
+      CConcealmentInfo *hConcealmentInfo,
+      const int fBeforeApply
+  )
+{
+  int prevFrameOk = 1;
+
+  if (hConcealmentInfo != NULL) {
+    prevFrameOk = hConcealmentInfo->prevFrameOk[fBeforeApply & 0x1];
+  }
+
+  return prevFrameOk;
+}
+
+/*!
+  \brief Get the number of delay frames introduced by concealment technique. 
+
+  \return Number of delay frames.
+ */
+UINT
+  CConcealment_GetDelay (
+      CConcealParams *pConcealCommonData
+  )
+{
+  UINT frameDelay = 0;
+
+  if (pConcealCommonData != NULL) {
+    switch (pConcealCommonData->method) {
+    case ConcealMethodTonal:
+    case ConcealMethodInter:
+      frameDelay = 1;
+      break;
+    default:
+      break;
+    }
+  }
+
+  return frameDelay;
+}
+
diff --git a/libAACdec/src/conceal.h b/libAACdec/src/conceal.h
new file mode 100644 (file)
index 0000000..20e674f
--- /dev/null
@@ -0,0 +1,148 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: independent channel concealment
+
+******************************************************************************/
+
+#ifndef _CONCEAL_H_
+#define _CONCEAL_H_
+
+#include "aacdecoder_lib.h"
+
+#include "channelinfo.h"
+
+#define AACDEC_CONCEAL_PARAM_NOT_SPECIFIED ( 0xFFFE )
+
+void CConcealment_InitCommonData  (CConcealParams   *pConcealCommonData);
+
+void CConcealment_InitChannelData (CConcealmentInfo *hConcealmentInfo,
+                                   CConcealParams   *pConcealCommonData,
+                                   int  samplesPerFrame);
+
+CConcealmentMethod
+     CConcealment_GetMethod       (CConcealParams *pConcealCommonData);
+
+UINT
+  CConcealment_GetDelay           (CConcealParams *pConcealCommonData);
+
+AAC_DECODER_ERROR
+     CConcealment_SetParams       (CConcealParams *concealParams,
+                                   int  method,
+                                   int  fadeOutSlope,
+                                   int  fadeInSlope,
+                                   int  muteRelease,
+                                   int  comfNoiseLevel);
+
+CConcealmentState
+     CConcealment_GetState        (CConcealmentInfo *hConcealmentInfo);
+
+AAC_DECODER_ERROR
+     CConcealment_SetAttenuation  (CConcealParams *concealParams,
+                                   SHORT *fadeOutAttenuationVector,
+                                   SHORT *fadeInAttenuationVector);
+
+void CConcealment_Store           (CConcealmentInfo *hConcealmentInfo,
+                                   CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                   CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo );
+
+int  CConcealment_Apply           (CConcealmentInfo *hConcealmentInfo,
+                                   CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                                   CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                                   const SamplingRateInfo *pSamplingRateInfo,
+                                   const int samplesPerFrame,
+                                   const UCHAR lastLpdMode,
+                                   const int FrameOk,
+                                   const UINT flags);
+
+FIXP_DBL
+     CConcealment_GetFadeFactor   (CConcealmentInfo *hConcealmentInfo,
+                                   const int fPreviousFactor);
+
+int  CConcealment_GetLastFrameOk  (CConcealmentInfo *hConcealmentInfo,
+                                   const int fBeforeApply);
+
+#endif /* #ifndef _CONCEAL_H_ */
diff --git a/libAACdec/src/conceal_types.h b/libAACdec/src/conceal_types.h
new file mode 100644 (file)
index 0000000..31bc645
--- /dev/null
@@ -0,0 +1,178 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Error concealment structs and types
+
+******************************************************************************/
+
+#ifndef CONCEAL_TYPES_H
+#define CONCEAL_TYPES_H
+
+
+
+#include "machine_type.h"
+#include "common_fix.h"
+
+#include "rvlc_info.h"
+
+
+#define CONCEAL_MAX_NUM_FADE_FACTORS      ( 16 )
+
+ #define FIXP_CNCL        FIXP_DBL
+ #define FL2FXCONST_CNCL  FL2FXCONST_DBL
+ #define FX_DBL2FX_CNCL
+ #define FX_CNCL2FX_DBL
+ #define CNCL_FRACT_BITS  DFRACT_BITS
+
+/* Warning: Do not ever change these values. */
+typedef enum
+{
+  ConcealMethodNone  = -1,
+  ConcealMethodMute  =  0,
+  ConcealMethodNoise =  1,
+  ConcealMethodInter =  2,
+  ConcealMethodTonal =  3
+
+} CConcealmentMethod;
+
+
+typedef enum
+{
+  ConcealState_Ok,
+  ConcealState_Single,
+  ConcealState_FadeIn,
+  ConcealState_Mute,
+  ConcealState_FadeOut
+
+} CConcealmentState;
+
+
+typedef struct
+{
+  FIXP_SGL  fadeOutFactor[CONCEAL_MAX_NUM_FADE_FACTORS];
+  FIXP_SGL  fadeInFactor [CONCEAL_MAX_NUM_FADE_FACTORS];
+
+  CConcealmentMethod  method;
+
+  int  numFadeOutFrames;
+  int  numFadeInFrames;
+  int  numMuteReleaseFrames;
+  int  comfortNoiseLevel;
+
+} CConcealParams;
+
+
+
+typedef struct
+{
+  CConcealParams *pConcealParams;
+
+  FIXP_CNCL spectralCoefficient[1024];
+  SHORT     specScale[8];
+
+  INT    iRandomPhase;
+  INT    prevFrameOk[2];
+  INT    cntFadeFrames;
+  INT    cntValidFrames;
+
+  SHORT aRvlcPreviousScaleFactor[RVLC_MAX_SFB];  /* needed once per channel */
+  UCHAR aRvlcPreviousCodebook[RVLC_MAX_SFB];     /* needed once per channel */
+  SCHAR rvlcPreviousScaleFactorOK;
+  SCHAR rvlcPreviousBlockType;
+
+
+  SCHAR  lastRenderMode;
+
+  UCHAR  windowShape;
+  UCHAR  windowSequence;
+  UCHAR  lastWinGrpLen;
+
+  CConcealmentState concealState;
+
+} CConcealmentInfo;
+
+
+#endif /* #ifndef CONCEAL_TYPES_H */
diff --git a/libAACdec/src/debug.h b/libAACdec/src/debug.h
new file mode 100644 (file)
index 0000000..e903291
--- /dev/null
@@ -0,0 +1,97 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: debug output
+
+******************************************************************************/
+
+#ifndef DEBUG_H
+#define DEBUG_H
+
+#include "machine_type.h"
+
+
+#endif
diff --git a/libAACdec/src/ldfiltbank.cpp b/libAACdec/src/ldfiltbank.cpp
new file mode 100644 (file)
index 0000000..c08cc41
--- /dev/null
@@ -0,0 +1,208 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************************************************************\
+*
+ *   filename: ldfiltbank.c
+ *   project : MPEG-4 Audio Decoder
+ *   contents/description: low delay filterbank
+ *
+\***************************************************************************/
+
+#include "ldfiltbank.h"
+
+
+#include "aac_rom.h"
+#include "dct.h"
+#include "FDK_tools_rom.h"
+#include "mdct.h"
+
+#define LDFB_HEADROOM 2
+
+static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int  stride)
+{
+  int i, scale;
+
+  /*  scale for FIXP_DBL -> INT_PCM conversion. */
+  scale = (DFRACT_BITS - SAMPLE_BITS) - LDFB_HEADROOM;
+
+  for(i=0;i<N/4;i++)
+  {
+    FIXP_DBL z0, z2, tmp;
+
+    z2 = x[N/2+i];
+    z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
+
+    z[N/2+i] = x[N/2-1-i] + ( fMultDiv2(z[N + i], fb[2*N + N/2 + i]) >> (-WTS2-1) );
+
+    tmp = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
+
+#if (SAMPLE_BITS <= 16)
+    FDK_ASSERT( (-WTS1-1 + scale) >= 0);
+    output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp, -WTS1-1 + scale, SAMPLE_BITS);
+#else
+    FDK_ASSERT( (WTS1+1 - scale) >= 0);
+    output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp, WTS1+1 - scale, SAMPLE_BITS);
+#endif
+
+    z[i] = z0;
+    z[N + i] = z2;
+  }
+
+  for(i=N/4;i<N/2;i++)
+  {
+    FIXP_DBL z0, z2, tmp0, tmp1;
+
+    z2 = x[N/2+i];
+    z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
+
+    z[N/2+i] = x[N/2-1-i] + ( fMultDiv2(z[N + i], fb[2*N + N/2 + i]) >> (-WTS2-1) );
+
+    tmp0 = ( fMultDiv2(z[N/2+i], fb[N/2-1-i])   + fMultDiv2(z[i], fb[N/2+i])   ) ;
+    tmp1 = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
+
+#if (SAMPLE_BITS <= 16)
+    FDK_ASSERT( (-WTS0-1 + scale) >= 0);
+    output[(i-N/4)*stride]     = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
+    output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
+#else
+    FDK_ASSERT( (WTS0+1 - scale) >= 0);
+    output[(i-N/4)*stride]     = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
+    output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
+#endif
+    z[i] = z0;
+    z[N + i] = z2;
+  }
+
+  /* Exchange quarter parts of x to bring them in the "right" order */
+  for(i=0;i<N/4;i++)
+  {
+    FIXP_DBL tmp0 = fMultDiv2(z[i], fb[N/2+i]);
+
+#if (SAMPLE_BITS <= 16)
+    FDK_ASSERT( (-WTS0-1 + scale) >= 0);
+    output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
+#else
+    FDK_ASSERT( (WTS0+1 - scale) >= 0);
+    output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
+#endif
+  }
+}
+
+int InvMdctTransformLowDelay_fdk (FIXP_DBL *mdctData, const int mdctData_e, INT_PCM *output, FIXP_DBL *fs_buffer, const int stride, const int N) {
+
+  const FIXP_WTB *coef;
+  FIXP_DBL gain = (FIXP_DBL)0;
+  int scale = mdctData_e + MDCT_OUT_HEADROOM - LDFB_HEADROOM; /* The LDFB_HEADROOM is compensated inside multE2_DinvF_fdk() below */
+
+  /* Select LD window slope */
+  if (N == 512)
+    coef = (FIXP_WTB*)LowDelaySynthesis512;
+  else
+    coef = (FIXP_WTB*)LowDelaySynthesis480;
+
+  /*
+     Apply exponent and 1/N factor.
+     Note: "scale" is off by one because for LD_MDCT the window length is twice
+     the window length of a regular MDCT. This is corrected inside multE2_DinvF_fdk().
+     Refer to ISO/IEC 14496-3:2009 page 277, chapter 4.6.20.2 "Low Delay Window".
+   */
+  imdct_gain(&gain, &scale, N);
+
+  dct_IV(mdctData, N, &scale);
+
+  if (gain != (FIXP_DBL)0) {
+    scaleValuesWithFactor(mdctData, gain, N, scale);
+  } else {
+    scaleValues(mdctData, N, scale);
+  }
+
+  /* Since all exponent and factors have been applied, current exponent is zero. */
+  multE2_DinvF_fdk(output, mdctData, coef, fs_buffer, N, stride);
+
+  return (1);
+}
+
+
+
+
diff --git a/libAACdec/src/ldfiltbank.h b/libAACdec/src/ldfiltbank.h
new file mode 100644 (file)
index 0000000..d1f9402
--- /dev/null
@@ -0,0 +1,109 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************************************************************\
+ *
+
+ *   filename: ldfiltbank.h
+ *   project : MPEG-4 Audio Decoder
+ *   contents/description: low delay filterbank interface
+ *
+\***************************************************************************/
+
+#ifndef _LDFILTBANK_H
+#define _LDFILTBANK_H
+
+#include "common_fix.h"
+
+
+int InvMdctTransformLowDelay_fdk (
+        FIXP_DBL *mdctdata_m,
+        const int mdctdata_e,
+        INT_PCM *mdctOut,
+        FIXP_DBL *fs_buffer,
+        const int stride,
+        const int frameLength
+        );
+
+
+#endif
diff --git a/libAACdec/src/overlapadd.h b/libAACdec/src/overlapadd.h
new file mode 100644 (file)
index 0000000..1469be7
--- /dev/null
@@ -0,0 +1,105 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description:
+
+******************************************************************************/
+
+#ifndef OVERLAPADD_H
+#define OVERLAPADD_H
+
+#include "common_fix.h"
+
+#define  OverlapBufferSize  (1024*2)
+
+typedef FIXP_DBL SPECTRUM[1024];
+typedef FIXP_DBL * SPECTRAL_PTR;
+
+#define SPEC_LONG(ptr)       (ptr)
+#define SPEC(ptr,w,gl)      ((ptr)+((w)*(gl)))
+
+
+#endif /* #ifndef OVERLAPADD_H */
diff --git a/libAACdec/src/pulsedata.cpp b/libAACdec/src/pulsedata.cpp
new file mode 100644 (file)
index 0000000..0f2f0ec
--- /dev/null
@@ -0,0 +1,158 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: pulse data tool
+
+******************************************************************************/
+
+#include "pulsedata.h"
+
+
+#include "channelinfo.h"
+
+
+INT CPulseData_Read(
+        HANDLE_FDK_BITSTREAM bs,
+        CPulseData *const PulseData,
+        const SHORT *sfb_startlines,
+        const void *pIcsInfo,
+        const SHORT frame_length
+        )
+{
+  int i, k=0;
+  const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo);
+
+  /* reset pulse data flag */
+  PulseData->PulseDataPresent = 0;
+
+  if ((PulseData->PulseDataPresent = (UCHAR) FDKreadBit(bs)) != 0) {
+    if (!IsLongBlock((CIcsInfo*)pIcsInfo)) {
+      return AAC_DEC_DECODE_FRAME_ERROR;
+    }
+
+    PulseData->NumberPulse = (UCHAR) FDKreadBits(bs,2);
+    PulseData->PulseStartBand = (UCHAR) FDKreadBits(bs,6);
+
+    if (PulseData->PulseStartBand >= MaxSfBands) {
+      return AAC_DEC_DECODE_FRAME_ERROR;
+    }
+
+    k = sfb_startlines[PulseData->PulseStartBand];
+
+    for (i=0; i<=PulseData->NumberPulse; i++) {
+      PulseData->PulseOffset[i] = (UCHAR) FDKreadBits(bs,5);
+      PulseData->PulseAmp[i] = (UCHAR) FDKreadBits(bs,4);
+      k += PulseData->PulseOffset[i];
+    }
+
+    if (k >= frame_length) {
+        return AAC_DEC_DECODE_FRAME_ERROR;
+    }
+  }
+
+
+  return 0;
+}
+
+void CPulseData_Apply(CPulseData *PulseData,                /*!< pointer to pulse data side info */
+                      const short *pScaleFactorBandOffsets, /*!< pointer to scalefactor band offsets */
+                      FIXP_DBL *coef)                     /*!< pointer to spectrum */
+{
+  int i,k;
+
+  if (PulseData->PulseDataPresent)
+  {
+    k = pScaleFactorBandOffsets[PulseData->PulseStartBand];
+
+    for (i=0; i<=PulseData->NumberPulse; i++)
+    {
+      k += PulseData->PulseOffset[i];
+      if (coef [k] > (FIXP_DBL)0) coef[k] += (FIXP_DBL)(int)PulseData->PulseAmp[i];
+      else                          coef[k] -= (FIXP_DBL)(int)PulseData->PulseAmp[i];
+    }
+  }
+}
+
diff --git a/libAACdec/src/pulsedata.h b/libAACdec/src/pulsedata.h
new file mode 100644 (file)
index 0000000..fa97d99
--- /dev/null
@@ -0,0 +1,145 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: pulse data tool
+
+******************************************************************************/
+
+#ifndef PULSEDATA_H
+#define PULSEDATA_H
+
+
+
+#include "common_fix.h"
+#include "FDK_bitstream.h"
+
+#define N_MAX_LINES 4
+
+typedef struct
+{
+  UCHAR PulseDataPresent;
+  UCHAR NumberPulse;
+  UCHAR PulseStartBand;
+  UCHAR PulseOffset[N_MAX_LINES];
+  UCHAR PulseAmp[N_MAX_LINES];
+} CPulseData;
+
+/**
+ * \brief Read pulse data from bitstream
+ *
+ * The function reads the elements for pulse data from
+ * the bitstream.
+ *
+ * \param bs bit stream handle data source.
+ * \param PulseData pointer to a CPulseData were the decoded data is stored into.
+ * \param MaxSfBands max number of scale factor bands.
+ * \return 0 on success, != 0 on parse error.
+ */
+INT CPulseData_Read(
+        const HANDLE_FDK_BITSTREAM bs,
+        CPulseData *const PulseData,
+        const SHORT *sfb_startlines,
+        const void *pIcsInfo,
+        const SHORT frame_length
+        );
+
+/**
+ * \brief Apply pulse data to spectral lines
+ *
+ * The function applies the pulse data to the
+ * specified spectral lines.
+ *
+ * \param PulseData pointer to the previously decoded pulse data.
+ * \param pScaleFactorBandOffsets scale factor band line offset table.
+ * \param coef pointer to the spectral data were pulse data should be applied to.
+ * \return  none
+*/
+void CPulseData_Apply(CPulseData *PulseData,
+                      const short *pScaleFactorBandOffsets,
+                      FIXP_DBL *coef);
+
+
+#endif /* #ifndef PULSEDATA_H */
diff --git a/libAACdec/src/rvlc.cpp b/libAACdec/src/rvlc.cpp
new file mode 100644 (file)
index 0000000..16f0bf5
--- /dev/null
@@ -0,0 +1,1215 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  RVLC Decoder
+  \author Robert Weidner
+*/
+
+#include "rvlc.h"
+
+
+#include "block.h"
+
+#include "aac_rom.h"
+#include "rvlcbit.h"
+#include "rvlcconceal.h"
+#include "aacdec_hcr.h"
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcInit
+
+     description:  init RVLC by data from channelinfo, which was decoded previously and
+                   set up pointers
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+                   - pointer bitstream structure
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcInit (CErRvlcInfo            *pRvlc,
+               CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+               HANDLE_FDK_BITSTREAM    bs)
+{
+  /* RVLC common initialization part 2 of 2 */
+  SHORT     *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
+  SHORT     *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
+  SHORT     *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
+  SHORT     *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
+  int bnds;
+
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = 0;
+
+  pRvlc->numDecodedEscapeWordsEsc = 0;
+  pRvlc->numDecodedEscapeWordsFwd = 0;
+  pRvlc->numDecodedEscapeWordsBwd = 0;
+
+  pRvlc->intensity_used = 0;
+  pRvlc->errorLogRvlc   = 0;
+
+  pRvlc->conceal_max = CONCEAL_MAX_INIT;
+  pRvlc->conceal_min = CONCEAL_MIN_INIT;
+
+  pRvlc->conceal_max_esc = CONCEAL_MAX_INIT;
+  pRvlc->conceal_min_esc = CONCEAL_MIN_INIT;
+
+  pRvlc->pHuffTreeRvlcEscape  = aHuffTreeRvlcEscape;
+  pRvlc->pHuffTreeRvlCodewds  = aHuffTreeRvlCodewds;
+
+  /* init scf arrays (for savety (in case of there are only zero codebooks)) */
+  for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
+    pScfFwd[bnds] = 0;
+    pScfBwd[bnds] = 0;
+    pScfEsc[bnds] = 0;
+    pScaleFactor[bnds] = 0;
+  }
+
+  /* set base bitstream ptr to the RVL-coded part (start of RVLC data (ESC 2)) */
+  FDKsyncCache (bs);
+
+  pRvlc->bitstreamIndexRvlFwd = FDKgetBitCnt(bs); /* first bit within RVL coded block as start address for  forward decoding */
+  pRvlc->bitstreamIndexRvlBwd = FDKgetBitCnt(bs) + pRvlc->length_of_rvlc_sf - 1; /* last bit within RVL coded block as start address for backward decoding */
+
+  /* skip RVLC-bitstream-part -- pointing now to escapes (if present) or to TNS data (if present) */
+  FDKpushFor (bs, pRvlc->length_of_rvlc_sf);
+
+  if ( pRvlc->sf_escapes_present != 0 ) {
+
+    /* locate internal bitstream ptr at escapes (which is the second part) */
+    FDKsyncCache (bs);
+    pRvlc->bitstreamIndexEsc = FDKgetBitCnt(bs);
+
+    /* skip escapeRVLC-bitstream-part -- pointing to TNS data (if present)   to make decoder continue */
+    /* decoding of RVLC should work despite this second pushFor during initialization because        */
+    /* bitstream initialization is valid for both ESC2 data parts (RVL-coded values and ESC-coded values) */
+    FDKpushFor (bs, pRvlc->length_of_rvlc_escapes);
+  }
+
+#if VERBOSE_RVLC_INIT
+  DebugOutputInit(pRvlc,pAacDecoderChannelInfo);
+#endif
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcCheckIntensityCb
+
+     description:  Check if a intensity codebook is used in the current channel.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+-----------------------------------------------------------------------------------------------
+        output:    - intensity_used: 0 no intensity codebook is used
+                                     1 intensity codebook is used
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcCheckIntensityCb (CErRvlcInfo            *pRvlc,
+                           CAacDecoderChannelInfo *pAacDecoderChannelInfo)
+{
+  int group, band, bnds;
+
+  pRvlc->intensity_used = 0;
+
+  for (group=0; group < pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      if ( (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == INTENSITY_HCB) || (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == INTENSITY_HCB2) ) {
+        pRvlc->intensity_used = 1;
+        break;
+      }
+    }
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcDecodeEscapeWord
+
+     description:  Decode a huffman coded RVLC Escape-word. This value is part of a DPCM coded
+                   scalefactor.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+-----------------------------------------------------------------------------------------------
+        return:    - a single RVLC-Escape value which had to be applied to a DPCM value (which
+                     has a absolute value of 7)
+-------------------------------------------------------------------------------------------- */
+
+static
+SCHAR rvlcDecodeEscapeWord (CErRvlcInfo          *pRvlc,
+                            HANDLE_FDK_BITSTREAM  bs)
+{
+  int           i;
+  SCHAR         value;
+  UCHAR         carryBit;
+  UINT          treeNode;
+  UINT          branchValue;
+  UINT          branchNode;
+
+  USHORT*       pBitstreamIndexEsc;
+  const UINT*   pEscTree;
+
+  pEscTree = pRvlc->pHuffTreeRvlcEscape;
+  pBitstreamIndexEsc = &(pRvlc->bitstreamIndexEsc);
+  treeNode = *pEscTree;                                             /* init at starting node */
+
+  for (i=MAX_LEN_RVLC_ESCAPE_WORD-1; i >= 0; i--) {
+    carryBit = rvlcReadBitFromBitstream(bs,                         /* get next bit */
+                                        pBitstreamIndexEsc,
+                                        FWD);
+
+    CarryBitToBranchValue(carryBit,                                 /* huffman decoding, do a single step in huffman decoding tree */
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {                /* test bit 10 ; if set --> a RVLC-escape-word is completely decoded */
+      value = (SCHAR) branchNode & CLR_BIT_10;
+      pRvlc->length_of_rvlc_escapes -= (MAX_LEN_RVLC_ESCAPE_WORD - i);
+
+      if (pRvlc->length_of_rvlc_escapes < 0) {
+        pRvlc->errorLogRvlc |= RVLC_ERROR_ALL_ESCAPE_WORDS_INVALID;
+        value = -1;
+      }
+
+      return value;
+    }
+    else {
+      treeNode = *(pEscTree + branchValue);                         /* update treeNode for further step in decoding tree */
+    }
+  }
+
+  pRvlc->errorLogRvlc |= RVLC_ERROR_ALL_ESCAPE_WORDS_INVALID;
+
+  return -1;                                                        /* should not be reached */
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcDecodeEscapes
+
+     description:  Decodes all huffman coded RVLC Escape Words.
+                   Here a difference to the pseudo-code-implementation from standard can be 
+                   found. A while loop (and not two nested for loops) is used for two reasons:
+
+                   1. The plain huffman encoded escapes are decoded before the RVL-coded 
+                      scalefactors. Therefore the escapes are present in the second step 
+                      when decoding the RVL-coded-scalefactor values in forward and 
+                      backward direction.
+
+                      When the RVL-coded scalefactors are decoded and there a escape is 
+                      needed, then it is just taken out of the array in ascending order.
+
+                   2. It's faster.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - handle to FDK bitstream
+-----------------------------------------------------------------------------------------------
+        return:    - 0 ok     the decoded escapes seem to be valid
+                   - 1 error  there was a error detected during decoding escapes
+                              --> all escapes are invalid
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcDecodeEscapes (CErRvlcInfo          *pRvlc,
+                        SHORT                *pEsc,
+                        HANDLE_FDK_BITSTREAM  bs)
+{
+  SCHAR  escWord;
+  SCHAR  escCnt=0;
+  SHORT* pEscBitCntSum;
+
+  pEscBitCntSum = &(pRvlc->length_of_rvlc_escapes);
+
+  /* Decode all RVLC-Escape words with a plain Huffman-Decoder */
+  while ( *pEscBitCntSum > 0 ) {
+    escWord = rvlcDecodeEscapeWord(pRvlc, bs);
+
+    if (escWord >= 0) {
+
+      pEsc[escCnt] = escWord;
+      escCnt++;
+    }
+    else {
+      pRvlc->errorLogRvlc |= RVLC_ERROR_ALL_ESCAPE_WORDS_INVALID;
+      pRvlc->numDecodedEscapeWordsEsc = escCnt;
+
+      return;
+    }
+  } /* all RVLC escapes decoded */
+
+  pRvlc->numDecodedEscapeWordsEsc = escCnt;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     decodeRVLCodeword
+
+     description:  Decodes a RVL-coded dpcm-word (-part).
+-----------------------------------------------------------------------------------------------
+        input:     - FDK bitstream handle
+                   - pointer rvlc structure
+-----------------------------------------------------------------------------------------------
+        return:    - a dpcm value which is within range [0,1,..,14] in case of no errors.
+                     The offset of 7 must be subtracted to get a valid dpcm scalefactor value.
+                     In case of errors a forbidden codeword is detected --> returning -1
+-------------------------------------------------------------------------------------------- */
+
+SCHAR decodeRVLCodeword (HANDLE_FDK_BITSTREAM  bs, CErRvlcInfo *pRvlc)
+{
+  int     i;
+  SCHAR   value;
+  UCHAR   carryBit;
+  UINT    branchValue;
+  UINT    branchNode;
+
+  const UINT *pRvlCodeTree = pRvlc->pHuffTreeRvlCodewds;
+  UCHAR   direction        = pRvlc->direction;
+  USHORT *pBitstrIndxRvl   = pRvlc->pBitstrIndxRvl_RVL;
+  UINT    treeNode         = *pRvlCodeTree;
+
+  for (i=MAX_LEN_RVLC_CODE_WORD-1; i >= 0; i--) { 
+    carryBit = rvlcReadBitFromBitstream(bs,             /* get next bit */
+                                        pBitstrIndxRvl,
+                                        direction);
+
+    CarryBitToBranchValue(carryBit,                     /* huffman decoding, do a single step in huffman decoding tree */
+                          treeNode,
+                          &branchValue,
+                          &branchNode);
+
+    if ((branchNode & TEST_BIT_10) == TEST_BIT_10) {    /* test bit 10 ; if set --> a RVLC-codeword is completely decoded */
+      value = (SCHAR) (branchNode & CLR_BIT_10);
+      *pRvlc->pRvlBitCnt_RVL -= (MAX_LEN_RVLC_CODE_WORD - i);  
+      
+      /* check available bits for decoding */
+      if (*pRvlc->pRvlBitCnt_RVL < 0) {
+        if (direction ==  FWD) { 
+          pRvlc->errorLogRvlc |= RVLC_ERROR_RVL_SUM_BIT_COUNTER_BELOW_ZERO_FWD; }
+        else { 
+          pRvlc->errorLogRvlc |= RVLC_ERROR_RVL_SUM_BIT_COUNTER_BELOW_ZERO_BWD; }
+        value = -1;                                     /* signalize an error in return value, because too many bits was decoded */
+      }
+      
+      /* check max value of dpcm value */
+      if (value > MAX_ALLOWED_DPCM_INDEX) {
+        if (direction ==  FWD) { 
+          pRvlc->errorLogRvlc |= RVLC_ERROR_FORBIDDEN_CW_DETECTED_FWD; 
+        }
+        else { 
+          pRvlc->errorLogRvlc |= RVLC_ERROR_FORBIDDEN_CW_DETECTED_BWD; 
+        }
+        value = -1;                                     /* signalize an error in return value, because a forbidden cw was detected*/
+      }                                                       
+
+      return value;                                     /* return a dpcm value with offset +7 or an error status */
+    }
+    else {
+      treeNode = *(pRvlCodeTree + branchValue);         /* update treeNode for further step in decoding tree */
+    }
+  }
+  
+  return -1;  
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcDecodeForward
+
+     description:  Decode RVL-coded codewords in forward direction.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+                   - handle to FDK bitstream
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcDecodeForward (CErRvlcInfo            *pRvlc,
+                        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                        HANDLE_FDK_BITSTREAM    bs)
+{
+  int band  = 0;
+  int group = 0;
+  int bnds  = 0;
+
+  SHORT dpcm;
+
+  SHORT  factor   = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
+  SHORT  position = - SF_OFFSET;
+  SHORT  noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256;
+
+  SHORT* pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
+  SHORT* pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
+  UCHAR* pEscFwdCnt = &(pRvlc->numDecodedEscapeWordsFwd);
+  
+  pRvlc->pRvlBitCnt_RVL = &(pRvlc->length_of_rvlc_sf_fwd);
+  pRvlc->pBitstrIndxRvl_RVL = &(pRvlc->bitstreamIndexRvlFwd);
+
+  *pEscFwdCnt       = 0;
+  pRvlc->direction  = FWD;
+  pRvlc->noise_used = 0;
+  pRvlc->sf_used    = 0;
+  pRvlc->lastScf    = 0;
+  pRvlc->lastNrg    = 0;
+  pRvlc->lastIs     = 0;         
+
+  rvlcCheckIntensityCb(pRvlc,pAacDecoderChannelInfo);
+
+  /* main loop fwd long */
+  for (group=0; group < pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+
+      case ZERO_HCB :
+        pScfFwd[bnds] = 0;
+        break;
+
+      case INTENSITY_HCB2 :
+      case INTENSITY_HCB  :
+        /* store dpcm_is_position */
+        dpcm = decodeRVLCodeword(bs, pRvlc);
+        if ( dpcm < 0 ) {
+          pRvlc->conceal_max = bnds;
+          return;
+        }
+        dpcm -= TABLE_OFFSET;
+        if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+          if (pRvlc->length_of_rvlc_escapes) {
+            pRvlc->conceal_max = bnds;
+            return;
+          }
+          else {
+            if (dpcm == MIN_RVL) { 
+              dpcm -= *pScfEsc++; 
+            }
+            else { 
+              dpcm += *pScfEsc++; 
+            }
+            (*pEscFwdCnt)++;
+            if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
+              pRvlc->conceal_max_esc = bnds;
+            }
+          }
+        }
+        position += dpcm;
+        pScfFwd[bnds] = position;
+        pRvlc->lastIs = position;
+        break;
+
+      case NOISE_HCB :
+        if (pRvlc->noise_used == 0) {
+          pRvlc->noise_used = 1;
+          pRvlc->first_noise_band = bnds;
+          noisenrg += pRvlc->dpcm_noise_nrg;
+          pScfFwd[bnds] = 100 + noisenrg;                  
+          pRvlc->lastNrg = noisenrg;
+        }
+        else {
+          dpcm = decodeRVLCodeword(bs, pRvlc);
+          if ( dpcm < 0 ) {
+            pRvlc->conceal_max = bnds;
+            return;
+          }
+          dpcm -= TABLE_OFFSET;
+          if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+            if (pRvlc->length_of_rvlc_escapes) {
+              pRvlc->conceal_max = bnds;
+              return;
+            }
+            else {
+              if (dpcm == MIN_RVL) { 
+                dpcm -= *pScfEsc++; 
+              }
+              else { 
+                dpcm += *pScfEsc++; 
+              }
+              (*pEscFwdCnt)++;
+              if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
+                pRvlc->conceal_max_esc = bnds;
+              }
+            }
+          }
+          noisenrg += dpcm;
+          pScfFwd[bnds] = 100 + noisenrg;
+          pRvlc->lastNrg = noisenrg;         
+        }
+        pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1;
+        break ;
+
+      default :
+        pRvlc->sf_used = 1;
+        dpcm = decodeRVLCodeword(bs, pRvlc);
+        if ( dpcm < 0 ) {
+          pRvlc->conceal_max = bnds;
+          return;
+        }
+        dpcm -= TABLE_OFFSET;
+        if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+          if (pRvlc->length_of_rvlc_escapes) {
+            pRvlc->conceal_max = bnds;
+            return;
+          }
+          else {
+            if (dpcm == MIN_RVL) { 
+              dpcm -= *pScfEsc++; }
+            else { 
+              dpcm += *pScfEsc++; 
+            }
+            (*pEscFwdCnt)++;
+            if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
+              pRvlc->conceal_max_esc = bnds;
+            }
+          }
+        }
+        factor += dpcm;
+        pScfFwd[bnds] = factor;
+        pRvlc->lastScf = factor;
+        break;
+      }
+    }
+  }
+
+  /* postfetch fwd long */
+  if (pRvlc->intensity_used) {
+    dpcm = decodeRVLCodeword(bs, pRvlc);      /* dpcm_is_last_position */
+    if ( dpcm < 0 ) {
+      pRvlc->conceal_max = bnds;
+      return;
+    }
+    dpcm -= TABLE_OFFSET;
+    if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+      if (pRvlc->length_of_rvlc_escapes) {
+        pRvlc->conceal_max = bnds;
+        return;
+      }
+      else {
+        if (dpcm == MIN_RVL) { 
+          dpcm -= *pScfEsc++; 
+        }
+        else { 
+          dpcm += *pScfEsc++; 
+        }
+        (*pEscFwdCnt)++;  
+        if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) {
+          pRvlc->conceal_max_esc = bnds;
+        }
+      }
+    }
+    pRvlc->dpcm_is_last_position = dpcm;
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcDecodeBackward
+
+     description:  Decode RVL-coded codewords in backward direction.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+                   - handle FDK bitstream
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcDecodeBackward (CErRvlcInfo            *pRvlc,
+                         CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                         HANDLE_FDK_BITSTREAM    bs)
+{
+  SHORT  band, group, dpcm, offset;
+  SHORT  bnds = pRvlc->maxSfbTransmitted-1;
+
+  SHORT  factor     = pRvlc->rev_global_gain - SF_OFFSET;
+  SHORT  position   = pRvlc->dpcm_is_last_position - SF_OFFSET;
+  SHORT  noisenrg   = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256;
+
+  SHORT *pScfBwd    = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
+  SHORT *pScfEsc    = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
+  UCHAR *pEscEscCnt = &(pRvlc->numDecodedEscapeWordsEsc);
+  UCHAR *pEscBwdCnt = &(pRvlc->numDecodedEscapeWordsBwd);
+
+  pRvlc->pRvlBitCnt_RVL = &(pRvlc->length_of_rvlc_sf_bwd);
+  pRvlc->pBitstrIndxRvl_RVL = &(pRvlc->bitstreamIndexRvlBwd);
+
+  *pEscBwdCnt = 0;
+  pRvlc->direction = BWD;
+  pScfEsc += *pEscEscCnt - 1;             /* set pScfEsc to last entry */
+  pRvlc->firstScf = 0;
+  pRvlc->firstNrg = 0;
+  pRvlc->firstIs = 0;
+
+  /* prefetch long BWD */
+  if (pRvlc->intensity_used) {
+    dpcm = decodeRVLCodeword(bs, pRvlc);      /* dpcm_is_last_position */
+    if ( dpcm < 0 ) {
+      pRvlc->dpcm_is_last_position = 0;
+      pRvlc->conceal_min = bnds;
+      return;
+    }
+    dpcm -= TABLE_OFFSET;
+    if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+      if (pRvlc->length_of_rvlc_escapes) {
+        pRvlc->conceal_min = bnds;
+        return;
+      }
+      else {
+        if (dpcm == MIN_RVL) {
+          dpcm -= *pScfEsc--;
+        }
+        else {
+          dpcm += *pScfEsc--;
+        }
+        (*pEscBwdCnt)++;  
+        if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
+          pRvlc->conceal_min_esc = bnds;
+        }
+      }
+    }
+    pRvlc->dpcm_is_last_position = dpcm;
+  }
+
+  /* main loop long BWD */
+  for (group=pRvlc->numWindowGroups-1; group >= 0; group--) {
+    for (band=pRvlc->maxSfbTransmitted-1; band >= 0; band--) {
+      bnds = 16*group+band;
+      if ((band == 0) && (pRvlc->numWindowGroups != 1))
+        offset = 16 - pRvlc->maxSfbTransmitted + 1;
+      else
+        offset = 1;
+
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+
+      case ZERO_HCB :
+        pScfBwd[bnds] = 0;
+        break;
+
+      case INTENSITY_HCB2 :
+      case INTENSITY_HCB  :
+        /* store dpcm_is_position */
+        dpcm = decodeRVLCodeword(bs, pRvlc);
+        if ( dpcm < 0 ) {
+          pScfBwd[bnds] = position;
+          pRvlc->conceal_min = FDKmax(0,bnds-offset);
+          return;
+        }
+        dpcm -= TABLE_OFFSET;
+        if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+          if (pRvlc->length_of_rvlc_escapes) {
+            pScfBwd[bnds] = position;
+            pRvlc->conceal_min = FDKmax(0,bnds-offset);
+            return;
+          }
+          else {
+            if (dpcm == MIN_RVL) {
+              dpcm -= *pScfEsc--;
+            }
+            else {
+              dpcm += *pScfEsc--;
+            }
+            (*pEscBwdCnt)++;
+            if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
+              pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
+            }
+          }
+        }
+        pScfBwd[bnds] = position;
+        position -= dpcm;  
+        pRvlc->firstIs = position; 
+        break;
+
+      case NOISE_HCB :
+        if ( bnds == pRvlc->first_noise_band ) {
+          pScfBwd[bnds] = pRvlc->dpcm_noise_nrg + pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256;         
+          pRvlc->firstNrg = pScfBwd[bnds];
+        }
+        else {
+          dpcm = decodeRVLCodeword(bs, pRvlc);
+          if ( dpcm < 0 ) {
+            pScfBwd[bnds] = noisenrg;
+            pRvlc->conceal_min = FDKmax(0,bnds-offset);
+            return;
+          }
+          dpcm -= TABLE_OFFSET;
+          if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+            if (pRvlc->length_of_rvlc_escapes) {
+              pScfBwd[bnds] = noisenrg;
+              pRvlc->conceal_min = FDKmax(0,bnds-offset);
+              return;
+            }
+            else {
+              if (dpcm == MIN_RVL) {
+                dpcm -= *pScfEsc--;
+              }
+              else {
+                dpcm += *pScfEsc--;
+              }
+              (*pEscBwdCnt)++;
+              if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
+                pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
+              }
+            }
+          }
+          pScfBwd[bnds] = noisenrg;
+          noisenrg -= dpcm;
+          pRvlc->firstNrg = noisenrg;
+        }
+        break ;
+
+      default :
+        dpcm = decodeRVLCodeword(bs, pRvlc);
+        if ( dpcm < 0 ) {
+          pScfBwd[bnds] = factor;
+          pRvlc->conceal_min = FDKmax(0,bnds-offset);
+          return;
+        }
+        dpcm -= TABLE_OFFSET;
+        if ((dpcm == MIN_RVL) || (dpcm == MAX_RVL)) {
+          if (pRvlc->length_of_rvlc_escapes) {
+            pScfBwd[bnds] = factor;
+            pRvlc->conceal_min = FDKmax(0,bnds-offset);
+            return;
+          }
+          else {
+            if (dpcm == MIN_RVL) {
+              dpcm -= *pScfEsc--;
+            }
+            else {
+              dpcm += *pScfEsc--;
+            }
+            (*pEscBwdCnt)++;
+            if (pRvlc->conceal_min_esc == CONCEAL_MIN_INIT) {
+              pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
+            }
+          }
+        }
+        pScfBwd[bnds] = factor;
+        factor -= dpcm;
+        pRvlc->firstScf = factor;
+        break;
+      }
+    }
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcFinalErrorDetection             
+
+     description:  Call RVLC concealment if error was detected in decoding process
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+static
+void rvlcFinalErrorDetection (CAacDecoderChannelInfo  *pAacDecoderChannelInfo,
+                              CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo)
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  UCHAR ErrorStatusComplete       = 0;
+  UCHAR ErrorStatusLengthFwd      = 0;
+  UCHAR ErrorStatusLengthBwd      = 0;
+  UCHAR ErrorStatusLengthEscapes  = 0;
+  UCHAR ErrorStatusFirstScf       = 0;
+  UCHAR ErrorStatusLastScf        = 0;
+  UCHAR ErrorStatusFirstNrg       = 0;
+  UCHAR ErrorStatusLastNrg        = 0;
+  UCHAR ErrorStatusFirstIs        = 0;
+  UCHAR ErrorStatusLastIs         = 0;
+  UCHAR ErrorStatusForbiddenCwFwd = 0;
+  UCHAR ErrorStatusForbiddenCwBwd = 0;
+  UCHAR ErrorStatusNumEscapesFwd  = 0;
+  UCHAR ErrorStatusNumEscapesBwd  = 0;
+  UCHAR ConcealStatus             = 1;
+  UCHAR currentBlockType;  /* short: 0, not short: 1*/
+
+#if VERBOSE_RVLC_OUTPUT
+  CHAR  Strategy[60]="No";
+  SHORT conceal_max;
+  SHORT conceal_min;
+#endif
+
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 1;
+
+  /* invalid escape words, bit counter unequal zero, forbidden codeword detected */
+  if (pRvlc->errorLogRvlc & RVLC_ERROR_FORBIDDEN_CW_DETECTED_FWD)
+    ErrorStatusForbiddenCwFwd = 1;
+
+  if (pRvlc->errorLogRvlc & RVLC_ERROR_FORBIDDEN_CW_DETECTED_BWD)
+    ErrorStatusForbiddenCwBwd = 1;
+
+  /* bit counter forward unequal zero */
+  if (pRvlc->length_of_rvlc_sf_fwd)
+    ErrorStatusLengthFwd = 1;
+
+  /* bit counter backward unequal zero */
+  if (pRvlc->length_of_rvlc_sf_bwd)
+    ErrorStatusLengthBwd = 1;
+
+  /* bit counter escape sequences unequal zero */
+  if (pRvlc->sf_escapes_present)
+    if (pRvlc->length_of_rvlc_escapes)
+      ErrorStatusLengthEscapes = 1;
+
+  if (pRvlc->sf_used) {
+    /* first decoded scf does not match to global gain in backward direction */
+    if (pRvlc->firstScf != (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET) ) 
+      ErrorStatusFirstScf = 1;
+
+    /* last decoded scf does not match to rev global gain in forward direction */
+    if (pRvlc->lastScf != (pRvlc->rev_global_gain - SF_OFFSET) ) 
+      ErrorStatusLastScf = 1;
+  }
+
+  if (pRvlc->noise_used) {
+    /* first decoded nrg does not match to dpcm_noise_nrg in backward direction */
+    if (pRvlc->firstNrg != (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain + pRvlc->dpcm_noise_nrg - SF_OFFSET -90 - 256) ) 
+      ErrorStatusFirstNrg = 1;
+
+    /* last decoded nrg does not match to dpcm_noise_last_position in forward direction */
+    if (pRvlc->lastNrg != (pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256) ) 
+      ErrorStatusLastNrg = 1;
+  }
+
+  if (pRvlc->intensity_used) {
+    /* first decoded is position does not match in backward direction */
+    if (pRvlc->firstIs != (-SF_OFFSET) ) 
+      ErrorStatusFirstIs = 1;
+
+    /* last decoded is position does not match in forward direction */
+    if (pRvlc->lastIs != (pRvlc->dpcm_is_last_position - SF_OFFSET) ) 
+      ErrorStatusLastIs = 1;
+  }
+
+  /* decoded escapes and used escapes in forward direction do not fit */
+  if ((pRvlc->numDecodedEscapeWordsFwd != pRvlc->numDecodedEscapeWordsEsc) && (pRvlc->conceal_max == CONCEAL_MAX_INIT)) {
+    ErrorStatusNumEscapesFwd = 1;
+  }
+
+  /* decoded escapes and used escapes in backward direction do not fit */
+  if ((pRvlc->numDecodedEscapeWordsBwd != pRvlc->numDecodedEscapeWordsEsc) && (pRvlc->conceal_min == CONCEAL_MIN_INIT)) {
+    ErrorStatusNumEscapesBwd = 1;
+  }
+
+#if VERBOSE_RVLC_OUTPUT
+  conceal_max = pRvlc->conceal_max;
+  conceal_min = pRvlc->conceal_min;
+#endif
+
+  if (    ErrorStatusLengthEscapes
+      || ( 
+           (   (pRvlc->conceal_max == CONCEAL_MAX_INIT) 
+            && (pRvlc->numDecodedEscapeWordsFwd != pRvlc->numDecodedEscapeWordsEsc)
+            && (ErrorStatusLastScf || ErrorStatusLastNrg || ErrorStatusLastIs) )
+           
+            && 
+
+           (   (pRvlc->conceal_min == CONCEAL_MIN_INIT) 
+            && (pRvlc->numDecodedEscapeWordsBwd != pRvlc->numDecodedEscapeWordsEsc)
+            && (ErrorStatusFirstScf || ErrorStatusFirstNrg || ErrorStatusFirstIs) ) 
+         )    
+      || (   (pRvlc->conceal_max == CONCEAL_MAX_INIT) 
+          && ((pRvlc->rev_global_gain - SF_OFFSET - pRvlc->lastScf) < -15)
+         )
+      || (   (pRvlc->conceal_min == CONCEAL_MIN_INIT) 
+          && ((pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - pRvlc->firstScf) < -15)
+         )
+     ) {
+    if ((pRvlc->conceal_max == CONCEAL_MAX_INIT) || (pRvlc->conceal_min == CONCEAL_MIN_INIT)) {
+      pRvlc->conceal_max = 0; 
+      pRvlc->conceal_min = FDKmax(0, (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1);
+    }
+    else {
+      pRvlc->conceal_max = FDKmin(pRvlc->conceal_max,pRvlc->conceal_max_esc); 
+      pRvlc->conceal_min = FDKmax(pRvlc->conceal_min,pRvlc->conceal_min_esc);
+    }
+  }
+
+  ErrorStatusComplete =    ErrorStatusLastScf || ErrorStatusFirstScf || ErrorStatusLastNrg || ErrorStatusFirstNrg
+                        || ErrorStatusLastIs || ErrorStatusFirstIs || ErrorStatusForbiddenCwFwd || ErrorStatusForbiddenCwBwd 
+                        || ErrorStatusLengthFwd || ErrorStatusLengthBwd || ErrorStatusLengthEscapes || ErrorStatusNumEscapesFwd 
+                        || ErrorStatusNumEscapesBwd;
+
+  currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0 : 1;
+
+   
+  if (!ErrorStatusComplete) {
+    int band;
+    int group;
+    int bnds;
+    int lastSfbIndex;
+
+    lastSfbIndex = (pRvlc->numWindowGroups > 1) ? 16 : 64;
+
+    for (group=0; group < pRvlc->numWindowGroups; group++) {
+      for (band=0; band<pRvlc->maxSfbTransmitted; band++) {
+        bnds = 16*group+band;
+        pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+      }
+    }
+
+    for (group=0; group < pRvlc->numWindowGroups; group++)
+    {
+      for (band=0; band<pRvlc->maxSfbTransmitted; band++) {
+        bnds = 16*group+band;
+        pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = pAacDecoderChannelInfo->pDynData->aCodeBook[bnds];
+      }
+      for (; band <lastSfbIndex; band++) {
+        bnds = 16*group+band;
+        FDK_ASSERT(bnds >= 0 && bnds < RVLC_MAX_SFB);
+        pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB;
+      }
+    }
+  }
+  else {
+    int band;
+    int group;
+
+    /* A single bit error was detected in decoding of dpcm values. It also could be an error with more bits in decoding
+       of escapes and dpcm values whereby an illegal codeword followed not directly after the corrupted bits but just 
+       after decoding some more (wrong) scalefactors. Use the smaller scalefactor from forward decoding, backward decoding
+       and previous frame. */
+    if (   ((pRvlc->conceal_min != CONCEAL_MIN_INIT) || (pRvlc->conceal_max != CONCEAL_MAX_INIT)) && (pRvlc->conceal_min <= pRvlc->conceal_max) 
+        && (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK
+        && pRvlc->sf_concealment && ConcealStatus )
+    {
+      BidirectionalEstimation_UseScfOfPrevFrameAsReference (pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
+      ConcealStatus=0;
+#if VERBOSE_RVLC_OUTPUT
+      FDKstrcpy(Strategy,"Yes (BidirectionalEstimation_UseScfOfPrevFrameAsReference)");
+#endif
+    }
+
+    /* A single bit error was detected in decoding of dpcm values. It also could be an error with more bits in decoding
+       of escapes and dpcm values whereby an illegal codeword followed not directly after the corrupted bits but just 
+       after decoding some more (wrong) scalefactors. Use the smaller scalefactor from forward and backward decoding. */
+    if (   (pRvlc->conceal_min <= pRvlc->conceal_max)  && ((pRvlc->conceal_min != CONCEAL_MIN_INIT) || (pRvlc->conceal_max != CONCEAL_MAX_INIT))
+        && !(pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment && (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType))
+        && ConcealStatus )
+    {
+      BidirectionalEstimation_UseLowerScfOfCurrentFrame (pAacDecoderChannelInfo);
+      ConcealStatus=0;
+#if VERBOSE_RVLC_OUTPUT
+      FDKstrcpy(Strategy,"Yes (BidirectionalEstimation_UseLowerScfOfCurrentFrame)");
+#endif
+    }
+
+    /* No errors were detected in decoding of escapes and dpcm values however the first and last value 
+       of a group (is,nrg,sf) is incorrect */                        
+    if (   (pRvlc->conceal_min <= pRvlc->conceal_max)  && ((ErrorStatusLastScf && ErrorStatusFirstScf) 
+        || (ErrorStatusLastNrg && ErrorStatusFirstNrg) || (ErrorStatusLastIs && ErrorStatusFirstIs)) 
+        && !(ErrorStatusForbiddenCwFwd || ErrorStatusForbiddenCwBwd || ErrorStatusLengthEscapes ) && ConcealStatus)
+    {
+      StatisticalEstimation (pAacDecoderChannelInfo);
+      ConcealStatus=0;
+#if VERBOSE_RVLC_OUTPUT
+      FDKstrcpy(Strategy,"Yes (StatisticalEstimation)");
+#endif
+    }
+
+    /* A error with more bits in decoding of escapes and dpcm values was detected. Use the smaller scalefactor from forward 
+       decoding, backward decoding and previous frame. */
+    if (   (pRvlc->conceal_min <= pRvlc->conceal_max) && pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealment
+        && (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && ConcealStatus )
+    {
+      PredictiveInterpolation(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
+      ConcealStatus=0;
+#if VERBOSE_RVLC_OUTPUT
+      FDKstrcpy(Strategy,"Yes (PredictiveInterpolation)");
+#endif
+    }
+
+    /* Call frame concealment, because no better strategy was found. Setting the scalefactors to zero is done for debugging 
+       purposes */
+    if (ConcealStatus) {
+      for (group=0; group < pRvlc->numWindowGroups; group++) {
+        for (band=0; band<pRvlc->maxSfbTransmitted; band++) {
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[16*group+band] = 0;
+        }
+      }
+      pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 0;
+#if VERBOSE_RVLC_OUTPUT
+      FDKstrcpy(Strategy,"Yes (FrameConcealment)");
+#endif
+    }
+  }
+
+#if VERBOSE_RVLC_OUTPUT
+  DebugOutputDistortedBitstreams(pRvlc,pAacDecoderChannelInfo,ErrorStatusLengthFwd,ErrorStatusLengthBwd,
+                                 ErrorStatusLengthEscapes,ErrorStatusFirstScf,ErrorStatusLastScf,
+                                 ErrorStatusFirstNrg,ErrorStatusLastNrg,ErrorStatusFirstIs,ErrorStatusLastIs,
+                                 ErrorStatusForbiddenCwFwd,ErrorStatusForbiddenCwBwd,ErrorStatusNumEscapesFwd,
+                                 ErrorStatusNumEscapesBwd,conceal_max,conceal_min,Strategy);
+#endif
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     CRvlc_Read             
+
+     description:  Read RVLC ESC1 data (side info) from bitstream.
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+                   - pointer bitstream structure
+-----------------------------------------------------------------------------------------------
+        return:    -
+-------------------------------------------------------------------------------------------- */
+
+void CRvlc_Read (
+                 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                 HANDLE_FDK_BITSTREAM    bs)
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+
+  int  group,band;
+
+  /* RVLC long specific initialization  Init part 1 of 2 */
+  pRvlc->numWindowGroups   = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
+  pRvlc->maxSfbTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
+  pRvlc->noise_used               =  0;                  /* noise detection */
+  pRvlc->dpcm_noise_nrg           =  0;                  /* only for debugging */
+  pRvlc->dpcm_noise_last_position =  0;                  /* only for debugging */
+  pRvlc->length_of_rvlc_escapes   = -1; /* default value is used for error detection and concealment */
+
+  /* read only error sensitivity class 1 data (ESC 1 - data) */
+  pRvlc->sf_concealment    = FDKreadBits(bs,1);                    /* #1 */
+  pRvlc->rev_global_gain   = FDKreadBits(bs,8);                    /* #2 */
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
+    pRvlc->length_of_rvlc_sf = FDKreadBits(bs,11);                 /* #3 */
+  }            
+  else {
+    pRvlc->length_of_rvlc_sf = FDKreadBits(bs,9);                  /* #3 */
+  }
+
+  /* check if noise codebook is used */
+  for (group = 0; group < pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      if (pAacDecoderChannelInfo->pDynData->aCodeBook[16*group+band] == NOISE_HCB) {
+        pRvlc->noise_used = 1;
+        break;  
+      }
+    }
+  }
+
+  if (pRvlc->noise_used) 
+    pRvlc->dpcm_noise_nrg = FDKreadBits(bs, 9);              /* #4  PNS */    
+
+  pRvlc->sf_escapes_present = FDKreadBits(bs, 1);            /* #5      */
+
+  if ( pRvlc->sf_escapes_present) {
+    pRvlc->length_of_rvlc_escapes = FDKreadBits(bs, 8);      /* #6      */
+  }
+
+  if (pRvlc->noise_used) { 
+    pRvlc->dpcm_noise_last_position = FDKreadBits(bs, 9);    /* #7  PNS */    
+    pRvlc->length_of_rvlc_sf -= 9;
+  }
+
+  pRvlc->length_of_rvlc_sf_fwd = pRvlc->length_of_rvlc_sf;
+  pRvlc->length_of_rvlc_sf_bwd = pRvlc->length_of_rvlc_sf;
+}
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     CRvlc_Decode             
+
+     description:  Decode rvlc data
+                   The function reads both the escape sequences and the scalefactors in forward
+                   and backward direction. If an error occured during decoding process which can 
+                   not be concealed with the rvlc concealment frame concealment will be initiated. 
+                   Then the element "rvlcCurrentScaleFactorOK" in the decoder channel info is set 
+                   to 0 otherwise it is set to 1. 
+-----------------------------------------------------------------------------------------------
+        input:     - pointer rvlc structure
+                   - pointer channel info structure
+                   - pointer to persistent channel info structure
+                   - pointer bitstream structure
+-----------------------------------------------------------------------------------------------
+        return:    ErrorStatus = AAC_DEC_OK
+-------------------------------------------------------------------------------------------- */
+
+void CRvlc_Decode (
+        CAacDecoderChannelInfo  *pAacDecoderChannelInfo,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+        HANDLE_FDK_BITSTREAM     bs
+        )
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  INT  bitCntOffst;
+  UINT saveBitCnt;
+
+  rvlcInit(pRvlc,pAacDecoderChannelInfo,bs);  
+
+  /* save bitstream position */
+  saveBitCnt = FDKgetBitCnt(bs);
+
+#if RVLC_ADVANCED_BITSTREAM_ERROR_GENERATOR_SF
+  GenerateSingleBitError(pRvlc,
+                         &(pRvlc->bitstreamIndexRvlFwd),
+                         pRvlc->length_of_rvlc_sf,
+                         0);
+#endif
+
+#if RVLC_ADVANCED_BITSTREAM_ERROR_GENERATOR_ESC
+  if (pRvlc->sf_escapes_present)
+    GenerateSingleBitError(pRvlc,
+                           &(pRvlc->bitstreamIndexEsc),
+                           pRvlc->length_of_rvlc_escapes,
+                           1);
+#endif
+
+  if ( pRvlc->sf_escapes_present)
+    rvlcDecodeEscapes(pRvlc, pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc, bs);
+
+  rvlcDecodeForward(pRvlc,pAacDecoderChannelInfo, bs);    
+  rvlcDecodeBackward(pRvlc,pAacDecoderChannelInfo, bs);
+  rvlcFinalErrorDetection(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
+
+  pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = pRvlc->intensity_used;
+  pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used;
+
+  /* restore bitstream position */
+  bitCntOffst = saveBitCnt - FDKgetBitCnt(bs);
+  if( bitCntOffst ) {
+    FDKpushBiDirectional(bs, bitCntOffst);
+  }
+}
+
+void CRvlc_ElementCheck (
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        const UINT flags,
+        const INT elChannels
+        )
+{
+  int ch;
+
+  /* Required for MPS residuals. */
+  if (pAacDecoderStaticChannelInfo == NULL) {
+    return;
+  }
+
+  /* RVLC specific sanity checks */
+  if ( (flags & AC_ER_RVLC) && (elChannels == 2)) { /* to be reviewed */
+    if ( ( (pAacDecoderChannelInfo[0]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK == 0) ||
+           (pAacDecoderChannelInfo[1]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK == 0) )
+        &&  pAacDecoderChannelInfo[0]->pComData->jointStereoData.MsMaskPresent  ) {
+      pAacDecoderChannelInfo[0]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 0;
+      pAacDecoderChannelInfo[1]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 0;
+    }
+
+    if (   (pAacDecoderChannelInfo[0]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK == 0)
+        && (pAacDecoderChannelInfo[1]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK == 1)
+        && (pAacDecoderChannelInfo[1]->pDynData->specificTo.aac.rvlcIntensityUsed == 1) ){
+      pAacDecoderChannelInfo[1]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 0;
+    }
+  }
+
+  for (ch = 0; ch < elChannels; ch ++)
+  {
+    pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == EightShortSequence) ? 0 : 1;
+    if (flags & AC_ER_RVLC) {
+      pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = pAacDecoderChannelInfo[ch]->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK;
+    }
+    else {
+      pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousScaleFactorOK = 0;
+    }
+  }
+}
+
+
diff --git a/libAACdec/src/rvlc.h b/libAACdec/src/rvlc.h
new file mode 100644 (file)
index 0000000..18d5fa3
--- /dev/null
@@ -0,0 +1,134 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Defines structures and prototypes for RVLC
+  \author Robert Weidner
+*/
+
+#ifndef RVLC_H
+#define RVLC_H
+
+
+
+#include "aacdecoder.h"
+#include "channel.h"
+#include "rvlc_info.h"
+
+/* ------------------------------------------------------------------- */
+/*    errorLogRvlc: A word of 32 bits used for logging possible errors */
+/*                  within RVLC in case of distorted bitstreams.       */
+/* ------------------------------------------------------------------- */
+#define RVLC_ERROR_ALL_ESCAPE_WORDS_INVALID              0x80000000   /*  ESC-Dec  During RVLC-Escape-decoding there have been more bits decoded as there are available */
+#define RVLC_ERROR_RVL_SUM_BIT_COUNTER_BELOW_ZERO_FWD    0x40000000   /*  RVL-Dec  negative sum-bitcounter during RVL-fwd-decoding (long+shrt) */
+#define RVLC_ERROR_RVL_SUM_BIT_COUNTER_BELOW_ZERO_BWD    0x20000000   /*  RVL-Dec  negative sum-bitcounter during RVL-fwd-decoding (long+shrt) */
+#define RVLC_ERROR_FORBIDDEN_CW_DETECTED_FWD             0x08000000   /*  RVL-Dec  forbidden codeword detected fwd (long+shrt) */
+#define RVLC_ERROR_FORBIDDEN_CW_DETECTED_BWD             0x04000000   /*  RVL-Dec  forbidden codeword detected bwd (long+shrt) */
+
+
+
+void CRvlc_Read (CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                 HANDLE_FDK_BITSTREAM    bs);
+
+void CRvlc_Decode (CAacDecoderChannelInfo  *pAacDecoderChannelInfo,
+                   CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
+                   HANDLE_FDK_BITSTREAM     bs);
+
+/**
+ * \brief performe sanity checks to the channel data corresponding to one channel element.
+ * \param pAacDecoderChannelInfo
+ * \param pAacDecoderStaticChannelInfo
+ * \param elChannels amount of channels of the channel element.
+ */
+void CRvlc_ElementCheck (
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
+        const UINT flags,
+        const INT elChannels
+        );
+
+
+
+
+#endif /* RVLC_H */
diff --git a/libAACdec/src/rvlc_info.h b/libAACdec/src/rvlc_info.h
new file mode 100644 (file)
index 0000000..63934af
--- /dev/null
@@ -0,0 +1,176 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Defines structures for RVLC
+  \author Robert Weidner
+*/
+#ifndef RVLC_INFO_H
+#define RVLC_INFO_H
+
+
+
+#define FWD                           0     /* bitstream decoding direction forward (RVL coded part) */
+#define BWD                           1     /* bitstream decoding direction backward (RVL coded part) */
+
+#define MAX_RVL                       7     /* positive RVLC escape */
+#define MIN_RVL                      -7     /* negative RVLC escape */
+#define MAX_ALLOWED_DPCM_INDEX       14     /* the maximum allowed index of a decoded dpcm value (offset 'TABLE_OFFSET' incl --> must be subtracted) */
+#define TABLE_OFFSET                  7     /* dpcm offset of valid output values of rvl table decoding, the rvl table ouly returns positive values, therefore the offset */
+#define MAX_LEN_RVLC_CODE_WORD        9     /* max length of a RVL codeword in bits */
+#define MAX_LEN_RVLC_ESCAPE_WORD     20     /* max length of huffman coded RVLC escape word in bits */
+
+#define DPCM_NOISE_NRG_BITS           9
+#define SF_OFFSET                   100     /* offset for correcting scf value */
+
+#define CONCEAL_MAX_INIT           1311     /* arbitrary value */
+#define CONCEAL_MIN_INIT          -1311     /* arbitrary value */
+
+#define RVLC_MAX_SFB              ((8) * (16))
+
+/* sideinfo of RVLC */
+typedef struct
+{
+  /* ------- ESC 1 Data: --------- */     /* order of RVLC-bitstream components in bitstream (RVLC-initialization), every component appears only once in bitstream */
+  INT        sf_concealment;              /* 1          */
+  INT        rev_global_gain;             /* 2          */
+  SHORT      length_of_rvlc_sf;           /* 3          */  /* original value, gets modified (subtract 9) in case of noise (PNS); is kept for later use */
+  INT        dpcm_noise_nrg;              /* 4 optional */
+  INT        sf_escapes_present;          /* 5          */
+  SHORT      length_of_rvlc_escapes;      /* 6 optional */
+  INT        dpcm_noise_last_position;    /* 7 optional */
+
+  INT        dpcm_is_last_position;
+
+  SHORT      length_of_rvlc_sf_fwd;       /* length_of_rvlc_sf used for forward decoding */
+  SHORT      length_of_rvlc_sf_bwd;       /* length_of_rvlc_sf used for backward decoding */
+
+  /* for RVL-Codeword decoder to distinguish between fwd and bwd decoding */
+  SHORT     *pRvlBitCnt_RVL;
+  USHORT    *pBitstrIndxRvl_RVL;
+
+  UCHAR      numWindowGroups;
+  UCHAR      maxSfbTransmitted;
+  UCHAR      first_noise_group;
+  UCHAR      first_noise_band;
+  UCHAR      direction;
+
+  /* bitstream indices */
+  USHORT     bitstreamIndexRvlFwd;        /* base address of RVL-coded-scalefactor data (ESC 2) for forward  decoding */
+  USHORT     bitstreamIndexRvlBwd;        /* base address of RVL-coded-scalefactor data (ESC 2) for backward decoding */
+  USHORT     bitstreamIndexEsc;           /* base address where RVLC-escapes start (ESC 2) */
+
+  /* decoding trees */
+  const UINT *pHuffTreeRvlCodewds;
+  const UINT *pHuffTreeRvlcEscape;
+
+  /* escape counters */
+  UCHAR      numDecodedEscapeWordsFwd;    /* when decoding RVL-codes forward  */
+  UCHAR      numDecodedEscapeWordsBwd;    /* when decoding RVL-codes backward */
+  UCHAR      numDecodedEscapeWordsEsc;    /* when decoding the escape-Words */
+
+  SCHAR      noise_used;
+  SCHAR      intensity_used;
+  SCHAR      sf_used;
+
+  SHORT      firstScf;
+  SHORT      lastScf;
+  SHORT      firstNrg;
+  SHORT      lastNrg;
+  SHORT      firstIs;
+  SHORT      lastIs;
+
+  /* ------ RVLC error detection ------ */
+  UINT       errorLogRvlc;                /* store RVLC errors  */
+  SHORT      conceal_min;                 /* is set at backward decoding  */
+  SHORT      conceal_max;                 /* is set at forward  decoding  */
+  SHORT      conceal_min_esc;             /* is set at backward decoding  */
+  SHORT      conceal_max_esc;             /* is set at forward  decoding  */
+} CErRvlcInfo;
+
+typedef CErRvlcInfo RVLC_INFO; /* temp */
+
+
+
+#endif /* RVLC_INFO_H */
diff --git a/libAACdec/src/rvlcbit.cpp b/libAACdec/src/rvlcbit.cpp
new file mode 100644 (file)
index 0000000..6efbb93
--- /dev/null
@@ -0,0 +1,131 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  RVLC bitstream reading
+  \author Robert Weidner
+*/
+
+#include "rvlcbit.h"
+
+
+/*---------------------------------------------------------------------------------------------
+     function:     rvlcReadBitFromBitstream
+
+     description:  This function returns a bit from the bitstream according to read direction.
+                   It is called very often, therefore it makes sense to inline it (runtime).
+-----------------------------------------------------------------------------------------------
+        input:     - bitstream
+                   - pPosition
+                   - readDirection
+-----------------------------------------------------------------------------------------------
+        return:    - bit from bitstream
+-------------------------------------------------------------------------------------------- */
+
+UCHAR rvlcReadBitFromBitstream (HANDLE_FDK_BITSTREAM  bs,
+                                USHORT               *pPosition,
+                                UCHAR                 readDirection)
+{
+  UINT   bit;
+  INT    readBitOffset = *pPosition-FDKgetBitCnt(bs);
+
+  if( readBitOffset ) {
+    FDKpushBiDirectional(bs, readBitOffset);
+  }
+
+  if (readDirection == FWD) {
+    bit = FDKreadBits(bs, 1);
+
+    *pPosition += 1;
+  } else {
+    /* to be replaced with a brother function of FDKreadBits() */
+    bit = FDKreadBits(bs, 1);
+    FDKpushBack(bs, 2);
+
+    *pPosition -= 1;
+  }
+
+  return (bit);
+}
+
diff --git a/libAACdec/src/rvlcbit.h b/libAACdec/src/rvlcbit.h
new file mode 100644 (file)
index 0000000..02fba88
--- /dev/null
@@ -0,0 +1,103 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  ***************************
+
+   Author(s):   Robert Weidner (DSP Solutions)
+   Description: RVLC Decoder: Bitstream reading
+
+*******************************************************************************/
+
+#ifndef RVLCBIT_H
+#define RVLCBIT_H
+
+
+
+#include "rvlc.h"
+
+UCHAR rvlcReadBitFromBitstream (HANDLE_FDK_BITSTREAM  bs,
+                                USHORT               *pPosition,
+                                UCHAR                 readDirection);
+
+
+#endif /* RVLCBIT_H */
diff --git a/libAACdec/src/rvlcconceal.cpp b/libAACdec/src/rvlcconceal.cpp
new file mode 100644 (file)
index 0000000..ae6b4da
--- /dev/null
@@ -0,0 +1,697 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  rvlc concealment
+  \author Josef Hoepfl
+*/
+
+#include "rvlcconceal.h"
+
+
+#include "block.h"
+#include "rvlc.h"
+
+/*---------------------------------------------------------------------------------------------
+  function:      calcRefValFwd
+
+  description:   The function determines the scalefactor which is closed to the scalefactorband
+                 conceal_min. The same is done for intensity data and noise energies.
+-----------------------------------------------------------------------------------------------
+  output:        - reference value scf
+                 - reference value internsity data
+                 - reference value noise energy
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+static
+void calcRefValFwd (CErRvlcInfo *pRvlc,
+                    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                    int *refIsFwd,
+                    int *refNrgFwd,
+                    int *refScfFwd)
+{
+  int band,bnds,group,startBand;
+  int idIs,idNrg,idScf;
+  int conceal_min,conceal_group_min;
+  int MaximumScaleFactorBands;
+
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
+    MaximumScaleFactorBands = 16;
+  else
+    MaximumScaleFactorBands = 64;
+
+  conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands;
+  conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands;
+
+  /* calculate first reference value for approach in forward direction */
+  idIs = idNrg = idScf = 1;
+
+  /* set reference values */
+  *refIsFwd = - SF_OFFSET;
+  *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256;
+  *refScfFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
+
+  startBand = conceal_min-1;
+  for (group=conceal_group_min; group >= 0; group--) {
+    for (band=startBand; band >= 0; band--) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          break;
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          if (idIs) {
+            *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+            idIs=0; /* reference value has been set */
+          }
+          break;
+        case NOISE_HCB:
+          if (idNrg) {
+            *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+            idNrg=0; /* reference value has been set */
+          }
+          break ;
+        default:
+          if (idScf) {
+            *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+            idScf=0; /* reference value has been set */
+          }
+          break;
+      }
+    }
+    startBand = pRvlc->maxSfbTransmitted-1;
+  }
+
+}
+
+/*---------------------------------------------------------------------------------------------
+  function:      calcRefValBwd
+
+  description:   The function determines the scalefactor which is closed to the scalefactorband
+                 conceal_max. The same is done for intensity data and noise energies.
+-----------------------------------------------------------------------------------------------
+  output:        - reference value scf
+                 - reference value internsity data
+                 - reference value noise energy
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+static
+void calcRefValBwd (CErRvlcInfo *pRvlc,
+                    CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+                    int *refIsBwd,
+                    int *refNrgBwd,
+                    int *refScfBwd)
+{
+  int band,bnds,group,startBand;
+  int idIs,idNrg,idScf;
+  int conceal_max,conceal_group_max;
+  int MaximumScaleFactorBands;
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
+    MaximumScaleFactorBands = 16;
+  else
+    MaximumScaleFactorBands = 64;
+
+  conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands;
+  conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands;
+
+  /* calculate first reference value for approach in backward direction */
+  idIs = idNrg = idScf = 1;
+
+  /* set reference values */
+  *refIsBwd = pRvlc->dpcm_is_last_position - SF_OFFSET;
+  *refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256 + pRvlc->dpcm_noise_nrg;
+  *refScfBwd = pRvlc->rev_global_gain - SF_OFFSET;
+
+  startBand=conceal_max+1;
+
+  /* if needed, re-set reference values */
+  for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
+    for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          break;
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          if (idIs) {
+            *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+            idIs=0; /* reference value has been set */
+          }
+          break;
+        case NOISE_HCB:
+          if (idNrg) {
+            *refNrgBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+            idNrg=0;  /* reference value has been set */
+          }
+          break ;
+        default:
+          if (idScf) {
+            *refScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+            idScf=0; /* reference value has been set */
+          }
+          break;
+      }
+    }
+    startBand=0;
+  }
+
+}
+
+
+/*---------------------------------------------------------------------------------------------
+  function:      BidirectionalEstimation_UseLowerScfOfCurrentFrame
+
+  description:   This approach by means of bidirectional estimation is generally performed when
+                 a single bit error has been detected, the bit error can be isolated between
+                 'conceal_min' and 'conceal_max' and the 'sf_concealment' flag is not set. The
+                 sets of scalefactors decoded in forward and backward direction are compared
+                 with each other. The smaller scalefactor will be considered as the correct one
+                 respectively. The reconstruction of the scalefactors with this approach archieve
+                 good results in audio quality. The strategy must be applied to scalefactors,
+                 intensity data and noise energy seperately.
+-----------------------------------------------------------------------------------------------
+  output:        Concealed scalefactor, noise energy and intensity data between conceal_min and
+                 conceal_max
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+void BidirectionalEstimation_UseLowerScfOfCurrentFrame (CAacDecoderChannelInfo *pAacDecoderChannelInfo)
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  int band,bnds,startBand,endBand,group;
+  int conceal_min,conceal_max;
+  int conceal_group_min,conceal_group_max;
+  int MaximumScaleFactorBands;
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
+    MaximumScaleFactorBands = 16;
+  }
+  else {
+    MaximumScaleFactorBands = 64;
+  }
+  
+  /* If an error was detected just in forward or backward direction, set the corresponding border for concealment to a
+     appropriate scalefactor band. The border is set to first or last sfb respectively, because the error will possibly 
+     not follow directly after the corrupt bit but just after decoding some more (wrong) scalefactors. */
+  if (pRvlc->conceal_min == CONCEAL_MIN_INIT)
+    pRvlc->conceal_min = 0;
+
+  if (pRvlc->conceal_max == CONCEAL_MAX_INIT)
+    pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1;
+
+  conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands;
+  conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands;
+  conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands;
+  conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands;
+
+  if (pRvlc->conceal_min == pRvlc->conceal_max) {
+
+    int refIsFwd,refNrgFwd,refScfFwd;
+    int refIsBwd,refNrgBwd,refScfBwd;
+
+    bnds = pRvlc->conceal_min;
+    calcRefValFwd(pRvlc,pAacDecoderChannelInfo,&refIsFwd,&refNrgFwd,&refScfFwd);
+    calcRefValBwd(pRvlc,pAacDecoderChannelInfo,&refIsBwd,&refNrgBwd,&refScfBwd);
+
+    switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+      case ZERO_HCB:
+        break;
+      case INTENSITY_HCB:
+      case INTENSITY_HCB2:
+        if (refIsFwd < refIsBwd) 
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsFwd;
+        else
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsBwd;
+        break;
+      case NOISE_HCB:
+        if (refNrgFwd < refNrgBwd)
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgFwd;
+        else
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgBwd;
+        break;
+      default:
+        if (refScfFwd < refScfBwd)
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfFwd;
+        else 
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfBwd;
+        break;
+    }
+  }
+  else {
+    pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_max];
+    pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_min] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_min];
+
+    /* consider the smaller of the forward and backward decoded value as the correct one */  
+    startBand = conceal_min;      
+    if (conceal_group_min == conceal_group_max)   
+      endBand = conceal_max;      
+    else          
+      endBand = pRvlc->maxSfbTransmitted-1;       
+
+    for (group=conceal_group_min; group <= conceal_group_max; group++) {  
+      for (band=startBand; band <= endBand; band++) {  
+        bnds = 16*group+band;  
+        if (pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds] < pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds])  
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+        else
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+      }  
+      startBand = 0;   
+      if ((group+1) == conceal_group_max)  
+        endBand = conceal_max;  
+    }  
+  }
+
+  /* now copy all data to the output buffer which needs not to be concealed */
+  if (conceal_group_min == 0) 
+    endBand = conceal_min;    
+  else        
+    endBand = pRvlc->maxSfbTransmitted;     
+  for (group=0; group <= conceal_group_min; group++) {
+    for (band=0; band < endBand; band++) {
+      bnds = 16*group+band;
+      pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+    }
+    if ((group+1) == conceal_group_min) 
+      endBand = conceal_min;    
+  }
+
+  startBand = conceal_max+1;    
+  for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
+    for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+    }
+    startBand = 0;
+  }
+}
+
+/*---------------------------------------------------------------------------------------------
+  function:      BidirectionalEstimation_UseScfOfPrevFrameAsReference
+
+  description:   This approach by means of bidirectional estimation is generally performed when
+                 a single bit error has been detected, the bit error can be isolated between 
+                 'conceal_min' and 'conceal_max', the 'sf_concealment' flag is set and the 
+                 previous frame has the same block type as the current frame. The scalefactor 
+                 decoded in forward and backward direction and the scalefactor of the previous 
+                 frame are compared with each other. The smaller scalefactor will be considered 
+                 as the correct one. At this the codebook of the previous and current frame must 
+                 be of the same set (scf, nrg, is) in each scalefactorband. Otherwise the 
+                 scalefactor of the previous frame is not considered in the minimum calculation. 
+                 The reconstruction of the scalefactors with this approach archieve good results 
+                 in audio quality. The strategy must be applied to scalefactors, intensity data 
+                 and noise energy seperately.
+-----------------------------------------------------------------------------------------------
+  output:        Concealed scalefactor, noise energy and intensity data between conceal_min and 
+                 conceal_max
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+void BidirectionalEstimation_UseScfOfPrevFrameAsReference (
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
+        )
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  int band,bnds,startBand,endBand,group;
+  int conceal_min,conceal_max;
+  int conceal_group_min,conceal_group_max;
+  int MaximumScaleFactorBands;
+  int commonMin;
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
+    MaximumScaleFactorBands = 16;
+  }
+  else {
+    MaximumScaleFactorBands = 64;
+  }
+
+  /* If an error was detected just in forward or backward direction, set the corresponding border for concealment to a
+     appropriate scalefactor band. The border is set to first or last sfb respectively, because the error will possibly 
+     not follow directly after the corrupt bit but just after decoding some more (wrong) scalefactors. */
+  if (pRvlc->conceal_min == CONCEAL_MIN_INIT)
+    pRvlc->conceal_min = 0;
+
+  if (pRvlc->conceal_max == CONCEAL_MAX_INIT)
+    pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1;
+
+  conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands;
+  conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands;
+  conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands;
+  conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands;
+
+  pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_max];  
+  pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_min] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_min];  
+
+  /* consider the smaller of the forward and backward decoded value as the correct one */
+  startBand = conceal_min;    
+  if (conceal_group_min == conceal_group_max) 
+    endBand = conceal_max;    
+  else        
+    endBand = pRvlc->maxSfbTransmitted-1;     
+
+  for (group=conceal_group_min; group <= conceal_group_max; group++) {
+    for (band=startBand; band <= endBand; band++) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0;
+          break;
+
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB2) ) {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          }
+          else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+          }
+          break;
+
+        case NOISE_HCB:
+          if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          } else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+          }
+          break;
+
+        default:
+          if (   (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB)
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB)
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB) 
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2) )
+          {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          } else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+          }
+          break;
+      }
+    }
+    startBand = 0; 
+    if ((group+1) == conceal_group_max)
+      endBand = conceal_max;
+  }
+
+  /* now copy all data to the output buffer which needs not to be concealed */
+  if (conceal_group_min == 0) 
+    endBand = conceal_min;    
+  else        
+    endBand = pRvlc->maxSfbTransmitted;     
+  for (group=0; group <= conceal_group_min; group++) {
+    for (band=0; band < endBand; band++) {
+      bnds = 16*group+band;
+      pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+    }
+    if ((group+1) == conceal_group_min) 
+      endBand = conceal_min;    
+  }
+
+  startBand = conceal_max+1;    
+  for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
+    for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+    }
+    startBand = 0;
+  }
+}
+
+/*---------------------------------------------------------------------------------------------
+  function:      StatisticalEstimation
+
+  description:   This approach by means of statistical estimation is generally performed when 
+                 both the start value and the end value are different and no further errors have 
+                 been detected. Considering the forward and backward decoded scalefactors, the 
+                 set with the lower scalefactors in sum will be considered as the correct one. 
+                 The scalefactors are differentially encoded. Normally it would reach to compare 
+                 one pair of the forward and backward decoded scalefactors to specify the lower 
+                 set. But having detected no further errors does not necessarily mean the absence
+                 of errors. Therefore all scalefactors decoded in forward and backward direction 
+                 are summed up seperately. The set with the lower sum will be used. The strategy 
+                 must be applied to scalefactors, intensity data and noise energy seperately.
+-----------------------------------------------------------------------------------------------
+  output:        Concealed scalefactor, noise energy and intensity data
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+void StatisticalEstimation (CAacDecoderChannelInfo *pAacDecoderChannelInfo)
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  int band,bnds,group;
+  int sumIsFwd,sumIsBwd;            /* sum of intensity data forward/backward */
+  int sumNrgFwd,sumNrgBwd;          /* sum of noise energy data forward/backward */
+  int sumScfFwd,sumScfBwd;          /* sum of scalefactor data forward/backward */
+  int useIsFwd,useNrgFwd,useScfFwd; /* the flags signals the elements which are used for the final result */
+  int MaximumScaleFactorBands;
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
+    MaximumScaleFactorBands = 16;
+  else
+    MaximumScaleFactorBands = 64;
+
+  sumIsFwd = sumIsBwd = sumNrgFwd = sumNrgBwd = sumScfFwd = sumScfBwd = 0;
+  useIsFwd = useNrgFwd = useScfFwd = 0;
+
+  /* calculate sum of each group (scf,nrg,is) of forward and backward direction */
+  for (group=0; group<pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          break;
+
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          sumIsFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          sumIsBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break;
+
+        case NOISE_HCB:
+          sumNrgFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          sumNrgBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break ;
+
+        default:
+          sumScfFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          sumScfBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break;
+      }
+    }
+  }
+
+  /* find for each group (scf,nrg,is) the correct direction */
+  if ( sumIsFwd < sumIsBwd )
+    useIsFwd = 1;
+
+  if ( sumNrgFwd < sumNrgBwd )
+    useNrgFwd = 1;
+
+  if ( sumScfFwd < sumScfBwd )
+    useScfFwd = 1;
+
+  /* conceal each group (scf,nrg,is) */
+  for (group=0; group<pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          break;
+
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          if (useIsFwd)
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          else
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break;
+
+        case NOISE_HCB:
+          if (useNrgFwd)
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          else
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break ;
+
+        default:
+          if (useScfFwd)
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
+          else
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
+          break;
+      }
+    }
+  }
+}
+
+
+/*---------------------------------------------------------------------------------------------
+  description:   Approach by means of predictive interpolation
+                 This approach by means of predictive estimation is generally performed when 
+                 the error cannot be isolated between 'conceal_min' and 'conceal_max', the 
+                 'sf_concealment' flag is set and the previous frame has the same block type 
+                 as the current frame. Check for each scalefactorband if the same type of data 
+                 (scalefactor, internsity data, noise energies) is transmitted. If so use the 
+                 scalefactor (intensity data, noise energy) in the current frame. Otherwise set 
+                 the scalefactor (intensity data, noise energy) for this scalefactorband to zero.
+-----------------------------------------------------------------------------------------------
+  output:        Concealed scalefactor, noise energy and intensity data
+-----------------------------------------------------------------------------------------------
+  return:        -
+-------------------------------------------------------------------------------------------- */
+
+void PredictiveInterpolation (
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
+        )
+{
+  CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
+  int band,bnds,group;
+  int MaximumScaleFactorBands;
+  int commonMin;
+
+  if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
+    MaximumScaleFactorBands = 16;
+  else
+    MaximumScaleFactorBands = 64;
+
+  for (group=0; group<pRvlc->numWindowGroups; group++) {
+    for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
+      bnds = 16*group+band;
+      switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
+        case ZERO_HCB:
+          pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0;
+          break;
+
+        case INTENSITY_HCB:
+        case INTENSITY_HCB2:
+          if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) || (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB2) ) {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          }
+          else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110;
+          }
+          break;
+
+        case NOISE_HCB:
+          if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB) ) {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          }
+          else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110;
+          }
+          break;
+
+        default:
+          if (   (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB)
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB) 
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB) 
+              && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2) ) {
+            commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]);
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds]);
+          }
+          else {
+            pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0;
+          }
+          break;
+      }
+    }
+  }
+}
+
diff --git a/libAACdec/src/rvlcconceal.h b/libAACdec/src/rvlcconceal.h
new file mode 100644 (file)
index 0000000..750cbcd
--- /dev/null
@@ -0,0 +1,112 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  rvlc concealment
+  \author Josef Hoepfl
+*/
+
+#ifndef RVLCCONCEAL_H
+#define RVLCCONCEAL_H
+
+
+
+#include "rvlc.h"
+
+void BidirectionalEstimation_UseLowerScfOfCurrentFrame(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
+
+void BidirectionalEstimation_UseScfOfPrevFrameAsReference(
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
+        );
+
+void StatisticalEstimation (CAacDecoderChannelInfo *pAacDecoderChannelInfo);
+
+void PredictiveInterpolation (
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo,
+        CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
+        );
+
+
+#endif /* RVLCCONCEAL_H */
diff --git a/libAACdec/src/stereo.cpp b/libAACdec/src/stereo.cpp
new file mode 100644 (file)
index 0000000..4f28244
--- /dev/null
@@ -0,0 +1,297 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: joint stereo processing
+
+******************************************************************************/
+
+#include "stereo.h"
+
+
+#include "aac_rom.h"
+#include "FDK_bitstream.h"
+#include "channelinfo.h"
+
+enum
+{
+  L = 0,
+  R = 1
+};
+
+
+int CJointStereo_Read(
+        HANDLE_FDK_BITSTREAM bs,
+        CJointStereoData *pJointStereoData,
+        const int windowGroups,
+        const int scaleFactorBandsTransmitted,
+        const UINT flags
+        )
+{
+  int group,band;
+
+  pJointStereoData->MsMaskPresent = (UCHAR) FDKreadBits(bs,2);
+
+  FDKmemclear(pJointStereoData->MsUsed, scaleFactorBandsTransmitted*sizeof(UCHAR));
+
+  switch (pJointStereoData->MsMaskPresent)
+  {
+    case 0 : /* no M/S */
+      /* all flags are already cleared */
+      break ;
+
+    case 1 : /* read ms_used */
+
+      for (group=0; group<windowGroups; group++)
+      {
+        for (band=0; band<scaleFactorBandsTransmitted; band++)
+        {
+          pJointStereoData->MsUsed[band] |= (FDKreadBits(bs,1) << group);
+        }
+      }
+      break ;
+
+    case 2 : /* full spectrum M/S */
+
+      for (band=0; band<scaleFactorBandsTransmitted; band++)
+      {
+        pJointStereoData->MsUsed[band] = 255 ;  /* set all flags to 1 */
+      }
+      break ;
+  }
+
+  return 0;
+}
+
+void CJointStereo_ApplyMS(
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
+        const SHORT *pScaleFactorBandOffsets,
+        const UCHAR *pWindowGroupLength,
+        const int windowGroups,
+        const int scaleFactorBandsTransmittedL,
+        const int scaleFactorBandsTransmittedR
+        )
+{
+  CJointStereoData *pJointStereoData = &pAacDecoderChannelInfo[L]->pComData->jointStereoData;
+  int window, group, scaleFactorBandsTransmitted;
+
+  FDK_ASSERT(scaleFactorBandsTransmittedL == scaleFactorBandsTransmittedR);
+  scaleFactorBandsTransmitted = scaleFactorBandsTransmittedL;
+  for (window = 0, group = 0; group < windowGroups; group++)
+  {
+    UCHAR groupMask = 1 << group;
+
+    for (int groupwin=0; groupwin<pWindowGroupLength[group]; groupwin++, window++)
+    {
+      int band;
+      FIXP_DBL *leftSpectrum, *rightSpectrum;
+      SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
+      SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
+
+      leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
+      rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
+
+      for (band=0; band<scaleFactorBandsTransmitted; band++)
+      {
+        if (pJointStereoData->MsUsed[band] & groupMask)
+        {
+          int lScale=leftScale[band];
+          int rScale=rightScale[band];
+          int commonScale=lScale > rScale ? lScale:rScale;
+
+          /* ISO/IEC 14496-3 Chapter 4.6.8.1.1 :
+             M/S joint channel coding can only be used if common_window is \911\92. */
+          FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
+          FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
+
+          commonScale++;
+          leftScale[band]=commonScale;
+          rightScale[band]=commonScale;
+
+          lScale = fMin(DFRACT_BITS-1, commonScale - lScale);
+          rScale = fMin(DFRACT_BITS-1, commonScale - rScale);
+
+          FDK_ASSERT(lScale >= 0 && rScale >= 0);
+
+          for (int index=pScaleFactorBandOffsets[band]; index<pScaleFactorBandOffsets[band+1]; index++)
+          {
+            FIXP_DBL leftCoefficient  = leftSpectrum [index] ;
+            FIXP_DBL rightCoefficient = rightSpectrum [index] ;
+
+            leftCoefficient >>= lScale ;
+            rightCoefficient >>= rScale ;
+
+            leftSpectrum [index] = leftCoefficient + rightCoefficient ;
+            rightSpectrum [index] = leftCoefficient - rightCoefficient ;
+          }
+        }
+      }
+    }
+  }
+
+  /* Reset MsUsed flags if no explicit signalling was transmitted. Necessary for intensity coding.
+     PNS correlation signalling was mapped before calling CJointStereo_ApplyMS(). */
+  if (pJointStereoData->MsMaskPresent == 2) {
+    FDKmemclear(pJointStereoData->MsUsed, JointStereoMaximumBands * sizeof(UCHAR));
+  }
+}
+
+void CJointStereo_ApplyIS(
+        CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
+        const SHORT *pScaleFactorBandOffsets,
+        const UCHAR *pWindowGroupLength,
+        const int windowGroups,
+        const int scaleFactorBandsTransmitted,
+        const UINT CommonWindow
+        )
+{
+  CJointStereoData *pJointStereoData = &pAacDecoderChannelInfo[L]->pComData->jointStereoData;
+
+  for (int window=0,group=0; group<windowGroups; group++)
+  {
+    UCHAR *CodeBook;
+    SHORT *ScaleFactor;
+    UCHAR groupMask = 1 << group;
+
+    CodeBook = &pAacDecoderChannelInfo[R]->pDynData->aCodeBook[group*16];
+    ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16];
+
+    for (int groupwin=0; groupwin<pWindowGroupLength[group]; groupwin++, window++)
+    {
+      FIXP_DBL *leftSpectrum, *rightSpectrum;
+      SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
+      SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
+      int band;
+
+      leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
+      rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
+
+      for (band=0; band<scaleFactorBandsTransmitted; band++)
+      {
+        if ((CodeBook [band] == INTENSITY_HCB) ||
+            (CodeBook [band] == INTENSITY_HCB2))
+        {
+          int bandScale = -(ScaleFactor [band] + 100) ;
+
+          int msb = bandScale >> 2 ;
+          int lsb = bandScale & 0x03 ;
+
+          /* exponent of MantissaTable[lsb][0] is 1, thus msb+1 below. */
+          FIXP_DBL scale = MantissaTable[lsb][0];
+
+          /* ISO/IEC 14496-3 Chapter 4.6.8.2.3 :
+             The use of intensity stereo coding is signaled by the use of the pseudo codebooks
+             INTENSITY_HCB and INTENSITY_HCB2 (15 and 14) only in the right channel of a
+             channel_pair_element() having a common ics_info() (common_window == 1). */
+          FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
+          FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
+
+          rightScale[band] = leftScale[band]+msb+1;
+
+          if (CommonWindow && (pJointStereoData->MsUsed[band] & groupMask))
+          {
+
+            if (CodeBook[band] == INTENSITY_HCB) /* _NOT_ in-phase */
+            {
+              scale = -scale ;
+            }
+          }
+          else
+          {
+            if (CodeBook[band] == INTENSITY_HCB2) /* out-of-phase */
+            {
+              scale = -scale ;
+            }
+          }
+
+          for (int index=pScaleFactorBandOffsets[band]; index<pScaleFactorBandOffsets[band+1]; index++)
+          {
+            rightSpectrum[index] = fMult(leftSpectrum[index],scale);
+          }
+        }
+      }
+    }
+  }
+}
diff --git a/libAACdec/src/stereo.h b/libAACdec/src/stereo.h
new file mode 100644 (file)
index 0000000..899b485
--- /dev/null
@@ -0,0 +1,134 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: joint stereo processing
+
+******************************************************************************/
+
+#ifndef STEREO_H
+#define STEREO_H
+
+
+
+#include "machine_type.h"
+#include "FDK_bitstream.h"
+
+enum
+{
+  JointStereoMaximumGroups = 8,
+  JointStereoMaximumBands = 64
+};
+
+typedef struct
+{
+  UCHAR MsMaskPresent;
+  UCHAR MsUsed[JointStereoMaximumBands]; /*!< every arry element contains flags for up to 8 groups */
+} CJointStereoData;
+
+
+/*!
+  \brief Read joint stereo data from bitstream
+
+  The function reads joint stereo data from bitstream.
+
+  \param bs bit stream handle data source.
+  \param pJointStereoData pointer to stereo data structure to receive decoded data.
+  \param windowGroups number of window groups.
+  \param scaleFactorBandsTransmitted number of transmitted scalefactor bands.
+  \param flags decoder flags
+
+  \return  0 on success, -1 on error.
+*/
+int CJointStereo_Read(
+        HANDLE_FDK_BITSTREAM bs,
+        CJointStereoData *pJointStereoData,
+        int windowGroups,
+        int scaleFactorBandsTransmitted,
+        UINT flags
+        );
+
+
+#endif /* #ifndef STEREO_H */
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h
new file mode 100644 (file)
index 0000000..307dfd4
--- /dev/null
@@ -0,0 +1,1228 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************** MPEG-4 HE-AAC Encoder **************************
+
+  Initial author:       M. Lohwasser
+******************************************************************************/
+
+/**
+ * \file   aacenc_lib.h
+ * \brief  FDK AAC Encoder library interface header file.
+ *
+\mainpage  Introduction
+
+\section Scope
+
+This document describes the high-level interface and usage of the ISO/MPEG-2/4 AAC Encoder
+library developed by the Fraunhofer Institute for Integrated Circuits (IIS).
+
+The library implements encoding on the basis of the MPEG-2 and MPEG-4 AAC Low-Complexity
+standard, and depending on the library's configuration, MPEG-4 High-Efficiency AAC v2 and/or AAC-ELD standard.
+
+All references to SBR (Spectral Band Replication) are only applicable to HE-AAC or AAC-ELD versions
+of the library. All references to PS (Parametric Stereo) are only applicable to HE-AAC v2
+versions of the library.
+
+\section encBasics Encoder Basics
+
+This document can only give a rough overview about the ISO/MPEG-2 and ISO/MPEG-4 AAC audio coding
+standard. To understand all the terms in this document, you are encouraged to read the following documents.
+
+- ISO/IEC 13818-7 (MPEG-2 AAC), which defines the syntax of MPEG-2 AAC audio bitstreams.
+- ISO/IEC 14496-3 (MPEG-4 AAC, subparts 1 and 4), which defines the syntax of MPEG-4 AAC audio bitstreams.
+- Lutzky, Schuller, Gayer, Kr&auml;mer, Wabnik, "A guideline to audio codec delay", 116th AES Convention, May 8, 2004
+
+MPEG Advanced Audio Coding is based on a time-to-frequency mapping of the signal. The signal is
+partitioned into overlapping portions and transformed into frequency domain. The spectral components
+are then quantized and coded. \n
+An MPEG-2 or MPEG-4 AAC audio bitstream is composed of frames. Contrary to MPEG-1/2 Layer-3 (mp3), the
+length of individual frames is not restricted to a fixed number of bytes, but can take on any length
+between 1 and 768 bytes.
+
+
+\page LIBUSE Library Usage
+
+\section InterfaceDescription API Files
+
+All API header files are located in the folder /include of the release package. All header files
+are provided for usage in C/C++ programs. The AAC encoder library API functions are located at
+aacenc_lib.h.
+
+In binary releases the encoder core resides in statically linkable libraries called for example
+libAACenc.a/libFDK.a (LINUX) or FDK_fastaaclib.lib (MS Visual C++) for the plain AAC-LC core encoder
+and libSBRenc.a (LINUX) or FDK_sbrEncLib.lib (MS Visual C++) for the SBR (Spectral Band
+Replication) and PS (Parametric Stereo) modules.
+
+\section CallingSequence Calling Sequence
+
+For encoding of ISO/MPEG-2/4 AAC bitstreams the following sequence is mandatory. Input read and output
+write functions as well as the corresponding open and close functions are left out, since they may be
+implemented differently according to the user's specific requirements. The example implementation in
+main.cpp uses file-based input/output.
+
+-# Call aacEncOpen() to allocate encoder instance with required \ref encOpen "configuration".\n
+\dontinclude main.cpp
+\skipline hAacEncoder =
+\skipline aacEncOpen
+-# Call aacEncoder_SetParam() for each parameter to be set. AOT, samplingrate, channelMode, bitrate and transport type are \ref encParams "mandatory".
+\code
+    ErrorStatus = aacEncoder_SetParam(hAacEncoder, parameter, value);
+\endcode
+-# Call aacEncEncode() with NULL parameters to \ref encReconf "initialize" encoder instance with present parameter set.
+\skipline aacEncEncode
+-# Call aacEncInfo() to retrieve a configuration data block to be transmitted out of band. This is required when using RFC3640 or RFC3016 like transport.
+\dontinclude main.cpp
+\skipline encInfo
+\skipline aacEncInfo
+-# Encode input audio data in loop.
+\skip Encode as long as
+\skipline do
+\until {
+Feed \ref feedInBuf "input buffer" with new audio data and provide input/output \ref bufDes "arguments" to aacEncEncode().
+\skipline aacEncEncode
+\until ;
+Write \ref writeOutData "output data" to file or audio device. \skipline while
+-# Call aacEncClose() and destroy encoder instance.
+\skipline aacEncClose
+
+\section encOpen Encoder Instance Allocation
+
+The assignment of the aacEncOpen() function is very flexible and can be used in the following way.
+- If the amount of memory consumption is not an issue, the encoder instance can be allocated
+for the maximum number of possible audio channels (for example 6 or 8) with the full functional range supported by the library.
+This is the default open procedure for the AAC encoder if memory consumption does not need to be minimized.
+\code aacEncOpen(&hAacEncoder,0,0) \endcode
+- If the required MPEG-4 AOTs do not call for the full functional range of the library, encoder modules can be allocated selectively.
+\verbatim
+------------------------------------------------------
+ AAC | SBR |  PS | MD |         FLAGS         | value
+-----+-----+-----+----+-----------------------+-------
+  X  |  -  |  -  |  - | (0x01)                |  0x01
+  X  |  X  |  -  |  - | (0x01|0x02)           |  0x03
+  X  |  X  |  X  |  - | (0x01|0x02|0x04)      |  0x07
+  X  |  -  |  -  |  X | (0x01          |0x10) |  0x11
+  X  |  X  |  -  |  X | (0x01|0x02     |0x10) |  0x13
+  X  |  X  |  X  |  X | (0x01|0x02|0x04|0x10) |  0x17
+------------------------------------------------------
+ - AAC: Allocate AAC Core Encoder module.
+ - SBR: Allocate Spectral Band Replication module.
+ - PS: Allocate Parametric Stereo module.
+ - MD: Allocate Meta Data module within AAC encoder.
+\endverbatim
+\code aacEncOpen(&hAacEncoder,value,0) \endcode
+- Specifying the maximum number of channels to be supported in the encoder instance can be done as follows.
+ - For example allocate an encoder instance which supports 2 channels for all supported AOTs.
+   The library itself may be capable of encoding up to 6 or 8 channels but in this example only 2 channel encoding is required and thus only buffers for 2 channels are allocated to save data memory.
+\code aacEncOpen(&hAacEncoder,0,2) \endcode
+ - Additionally the maximum number of supported channels in the SBR module can be denoted separately.\n
+   In this example the encoder instance provides a maximum of 6 channels out of which up to 2 channels support SBR.
+   This encoder instance can produce for example 5.1 channel AAC-LC streams or stereo HE-AAC (v2) streams.
+   HE-AAC 5.1 multi channel is not possible since only 2 out of 6 channels support SBR, which saves data memory.
+\code aacEncOpen(&hAacEncoder,0,6|(2<<8)) \endcode
+\n
+
+\section bufDes Input/Output Arguments
+
+\subsection allocIOBufs Provide Buffer Descriptors
+In the present encoder API, the input and output buffers are described with \ref AACENC_BufDesc "buffer descriptors". This mechanism allows a flexible handling
+of input and output buffers without impact to the actual encoding call. Optional buffers are necessary e.g. for ancillary data, meta data input or additional output
+buffers describing superframing data in DAB+ or DRM+.\n
+At least one input buffer for audio input data and one output buffer for bitstream data must be allocated. The input buffer size can be a user defined multiple
+of the number of input channels. PCM input data will be copied from the user defined PCM buffer to an internal input buffer and so input data can be less than one AAC audio frame.
+The output buffer size should be 6144 bits per channel excluding the LFE channel.
+If the output data does not fit into the provided buffer, an AACENC_ERROR will be returned by aacEncEncode().
+\dontinclude main.cpp
+\skipline inputBuffer
+\until outputBuffer
+All input and output buffer must be clustered in input and output buffer arrays.
+\skipline inBuffer
+\until outBufferElSize
+Allocate buffer descriptors
+\skipline AACENC_BufDesc
+\skipline AACENC_BufDesc
+Initialize input buffer descriptor
+\skipline inBufDesc
+\until bufElSizes
+Initialize output buffer descriptor
+\skipline outBufDesc
+\until bufElSizes
+
+\subsection argLists Provide Input/Output Argument Lists
+The input and output arguments of an aacEncEncode() call are described in argument structures.
+\dontinclude main.cpp
+\skipline AACENC_InArgs
+\skipline AACENC_OutArgs
+
+\section feedInBuf Feed Input Buffer
+The input buffer should be handled as a modulo buffer. New audio data in the form of pulse-code-
+modulated samples (PCM) must be read from external and be fed to the input buffer depending on its
+fill level. The required sample bitrate (represented by the data type INT_PCM which is 16, 24 or 32
+bits wide) is fixed and depends on library configuration (usually 16 bit).
+
+\dontinclude main.cpp
+\skipline WAV_InputRead
+\until ;
+After the encoder's internal buffer is fed with incoming audio samples, and aacEncEncode()
+processed the new input data, update/move remaining samples in input buffer, simulating a modulo buffer:
+\skipline outargs.numInSamples>0
+\until }
+
+\section writeOutData Output Bitstream Data
+If any AAC bitstream data is available, write it to output file or device. This can be done once the
+following condition is true:
+\dontinclude main.cpp
+\skip Valid bitstream available
+\skipline outargs
+
+\skipline outBytes>0
+
+If you use file I/O then for example call mpegFileWrite_Write() from the library libMpegFileWrite
+
+\dontinclude main.cpp
+\skipline mpegFileWrite_Write
+
+\section cfgMetaData Meta Data Configuration
+
+If the present library is configured with Metadata support, it is possible to insert meta data side info into the generated
+audio bitstream while encoding.
+
+To work with meta data the encoder instance has to be \ref encOpen "allocated" with meta data support. The meta data mode must be be configured with
+the ::AACENC_METADATA_MODE parameter and aacEncoder_SetParam() function.
+\code aacEncoder_SetParam(hAacEncoder, AACENC_METADATA_MODE, 0-2); \endcode
+
+This configuration indicates how to embed meta data into bitstrem. Either no insertion, MPEG or ETSI style.
+The meta data itself must be specified within the meta data setup structure AACENC_MetaData.
+
+Changing one of the AACENC_MetaData setup parameters can be achieved from outside the library within ::IN_METADATA_SETUP input
+buffer. There is no need to supply meta data setup structure every frame. If there is no new meta setup data available, the
+encoder uses the previous setup or the default configuration in initial state.
+
+In general the audio compressor and limiter within the encoder library can be configured with the ::AACENC_METADATA_DRC_PROFILE parameter
+AACENC_MetaData::drc_profile and and AACENC_MetaData::comp_profile.
+\n
+
+\section encReconf Encoder Reconfiguration
+
+The encoder library allows reconfiguration of the encoder instance with new settings
+continuously between encoding frames. Each parameter to be changed must be set with
+a single aacEncoder_SetParam() call. The internal status of each parameter can be
+retrieved with an aacEncoder_GetParam() call.\n
+There is no stand-alone reconfiguration function available. When parameters were
+modified from outside the library, an internal control mechanism triggers the necessary
+reconfiguration process which will be applied at the beginning of the following
+aacEncEncode() call. This state can be observed from external via the AACENC_INIT_STATUS
+and aacEncoder_GetParam() function. The reconfiguration process can also be applied
+immediately when all parameters of an aacEncEncode() call are NULL with a valid encoder
+handle.\n\n
+The internal reconfiguration process can be controlled from extern with the following access.
+\code aacEncoder_SetParam(hAacEncoder, AACENC_CONTROL_STATE, AACENC_CTRLFLAGS); \endcode
+
+
+\section encParams Encoder Parametrization
+
+All parameteres listed in ::AACENC_PARAM can be modified within an encoder instance.
+
+\subsection encMandatory Mandatory Encoder Parameters
+The following parameters must be specified when the encoder instance is initialized.
+\code
+aacEncoder_SetParam(hAacEncoder, AACENC_AOT, value);
+aacEncoder_SetParam(hAacEncoder, AACENC_BITRATE, value);
+aacEncoder_SetParam(hAacEncoder, AACENC_SAMPLERATE, value);
+aacEncoder_SetParam(hAacEncoder, AACENC_CHANNELMODE, value);
+\endcode
+Beyond that is an internal auto mode which preinitizializes the ::AACENC_BITRATE parameter
+if the parameter was not set from extern. The bitrate depends on the number of effective
+channels and sampling rate and is determined as follows.
+\code
+AAC-LC (AOT_AAC_LC): 1.5 bits per sample
+HE-AAC (AOT_SBR): 0.625 bits per sample (dualrate sbr)
+HE-AAC (AOT_SBR): 1.125 bits per sample (downsampled sbr)
+HE-AAC v2 (AOT_PS): 0.5 bits per sample
+\endcode
+
+\subsection channelMode Channel Mode Configuration
+The input audio data is described with the ::AACENC_CHANNELMODE parameter in the
+aacEncoder_SetParam() call. It is not possible to use the encoder instance with a 'number of
+input channels' argument. Instead, the channelMode must be set as follows.
+\code aacEncoder_SetParam(hAacEncoder, AACENC_CHANNELMODE, value); \endcode
+The parameter is specified in ::CHANNEL_MODE and can be mapped from the number of input channels
+in the following way.
+\dontinclude main.cpp
+\skip CHANNEL_MODE chMode = MODE_INVALID;
+\until return
+
+\subsection encQual Audio Quality Considerations
+The default encoder configuration is suggested to be used. Encoder tools such as TNS and PNS
+are activated by default and are internally controlled (see \ref BEHAVIOUR_TOOLS).
+
+There is an additional quality parameter called ::AACENC_AFTERBURNER. In the default
+configuration this quality switch is deactivated because it would cause a workload
+increase which might be significant. If workload is not an issue in the application
+we recommended to activate this feature.
+\code aacEncoder_SetParam(hAacEncoder, AACENC_AFTERBURNER, 1); \endcode
+
+\subsection encELD ELD Auto Configuration Mode
+For ELD configuration a so called auto configurator is available which configures SBR and the SBR ratio by itself.
+The configurator is used when the encoder parameter ::AACENC_SBR_MODE and ::AACENC_SBR_RATIO are not set explicitely.
+
+Based on sampling rate and chosen bitrate per channel a reasonable SBR configuration will be used.
+\verbatim
+------------------------------------------------------------
+  Sampling Rate  | Channel Bitrate |  SBR |       SBR Ratio
+-----------------+-----------------+------+-----------------
+ ]min, 16] kHz   |     min - 27999 |   on | downsampled SBR
+                 |   28000 -   max |  off |             ---
+-----------------+-----------------+------+-----------------
+ ]16 - 24] kHz   |     min - 39999 |   on | downsampled SBR
+                 |   40000 -   max |  off |             ---
+-----------------+-----------------+------+-----------------
+ ]24 - 32] kHz   |     min - 27999 |   on |    dualrate SBR
+                 |   28000 - 55999 |   on | downsampled SBR
+                 |   56000 -   max |  off |             ---
+-----------------+-----------------+------+-----------------
+ ]32 - 44.1] kHz |     min - 63999 |   on |    dualrate SBR
+                 |   64000 -   max |  off |             ---
+-----------------+-----------------+------+-----------------
+ ]44.1 - 48] kHz |     min - 63999 |   on |    dualrate SBR
+                 |   64000 - max   |  off |             ---
+------------------------------------------------------------
+\endverbatim
+
+
+\section audiochCfg Audio Channel Configuration
+The MPEG standard refers often to the so-called Channel Configuration. This Channel Configuration is used for a fixed Channel
+Mapping. The configurations 1-7 are predefined in MPEG standard and used for implicit signalling within the encoded bitstream.
+For user defined Configurations the Channel Configuration is set to 0 and the Channel Mapping must be explecitly described with an appropriate
+Program Config Element. The present Encoder implementation does not allow the user to configure this Channel Configuration from
+extern. The Encoder implementation supports fixed Channel Modes which are mapped to Channel Configuration as follow.
+\verbatim
+-------------------------------------------------------------------------------
+ ChannelMode           | ChCfg  | front_El      | side_El  | back_El  | lfe_El
+-----------------------+--------+---------------+----------+----------+--------
+MODE_1                 |      1 | SCE           |          |          |
+MODE_2                 |      2 | CPE           |          |          |
+MODE_1_2               |      3 | SCE, CPE      |          |          |
+MODE_1_2_1             |      4 | SCE, CPE      |          | SCE      |
+MODE_1_2_2             |      5 | SCE, CPE      |          | CPE      |
+MODE_1_2_2_1           |      6 | SCE, CPE      |          | CPE      | LFE
+MODE_1_2_2_2_1         |      7 | SCE, CPE, CPE |          | CPE      | LFE
+-----------------------+--------+---------------+----------+----------+--------
+MODE_7_1_REAR_SURROUND |      0 | SCE, CPE      |          | CPE, CPE | LFE
+MODE_7_1_FRONT_CENTER  |      0 | SCE, CPE, CPE |          | CPE      | LFE
+-------------------------------------------------------------------------------
+ - SCE: Single Channel Element.
+ - CPE: Channel Pair.
+ - SCE: Low Frequency Element.
+\endverbatim
+
+Moreover, the Table describes all fixed Channel Elements for each Channel Mode which are assigned to a speaker arrangement. The
+arrangement includes front, side, back and lfe Audio Channel Elements.\n
+This mapping of Audio Channel Elements is defined in MPEG standard for Channel Config 1-7. The Channel assignment for MODE_1_1,
+MODE_2_2 and MODE_2_1 is used from the ARIB standard. All other configurations are defined as suggested in MPEG.\n
+In case of Channel Config 0 or writing matrix mixdown coefficients, the encoder enables the writing of Program Config Element
+itself as described in \ref encPCE. The configuration used in Program Config Element refers to the denoted Table.\n
+Beside the Channel Element assignment the Channel Modes are resposible for audio input data channel mapping. The Channel Mapping
+of the audio data depends on the selected ::AACENC_CHANNELORDER which can be MPEG or WAV like order.\n
+Following Table describes the complete channel mapping for both Channel Order configurations.
+\verbatim
+---------------------------------------------------------------------------------------
+ChannelMode            |  MPEG-Channelorder            |  WAV-Channelorder
+-----------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---
+MODE_1                 | 0 |   |   |   |   |   |   |   | 0 |   |   |   |   |   |   |
+MODE_2                 | 0 | 1 |   |   |   |   |   |   | 0 | 1 |   |   |   |   |   |
+MODE_1_2               | 0 | 1 | 2 |   |   |   |   |   | 2 | 0 | 1 |   |   |   |   |
+MODE_1_2_1             | 0 | 1 | 2 | 3 |   |   |   |   | 2 | 0 | 1 | 3 |   |   |   |
+MODE_1_2_2             | 0 | 1 | 2 | 3 | 4 |   |   |   | 2 | 0 | 1 | 3 | 4 |   |   |
+MODE_1_2_2_1           | 0 | 1 | 2 | 3 | 4 | 5 |   |   | 2 | 0 | 1 | 4 | 5 | 3 |   |
+MODE_1_2_2_2_1         | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 2 | 6 | 7 | 0 | 1 | 4 | 5 | 3
+-----------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---
+MODE_7_1_REAR_SURROUND | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 2 | 0 | 1 | 6 | 7 | 4 | 5 | 3
+MODE_7_1_FRONT_CENTER  | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 2 | 6 | 7 | 0 | 1 | 4 | 5 | 3
+---------------------------------------------------------------------------------------
+\endverbatim
+
+The denoted mapping is important for correct audio channel assignment when using MPEG or WAV ordering. The incoming audio
+channels are distributed MPEG like starting at the front channels and ending at the back channels. The distribution is used as
+described in Table concering Channel Config and fix channel elements. Please see the following example for clarification.
+
+\verbatim
+Example: MODE_1_2_2_1 - WAV-Channelorder 5.1
+------------------------------------------
+ Input Channel      | Coder Channel
+--------------------+---------------------
+ 2 (front center)   | 0 (SCE channel)
+ 0 (left center)    | 1 (1st of 1st CPE)
+ 1 (right center)   | 2 (2nd of 1st CPE)
+ 4 (left surround)  | 3 (1st of 2nd CPE)
+ 5 (right surround) | 4 (2nd of 2nd CPE)
+ 3 (LFE)            | 5 (LFE)
+------------------------------------------
+\endverbatim
+
+
+\section suppBitrates Supported Bitrates
+
+The FDK AAC Encoder provides a wide range of supported bitrates.
+The minimum and maximum allowed bitrate depends on the Audio Object Type. For AAC-LC the minimum
+bitrate is the bitrate that is required to write the most basic and minimal valid bitstream.
+It consists of the bitstream format header information and other static/mandatory information
+within the AAC payload. The maximum AAC framesize allowed by the MPEG-4 standard
+determines the maximum allowed bitrate for AAC-LC. For HE-AAC and HE-AAC v2 a library internal
+look-up table is used.
+
+A good working point in terms of audio quality, sampling rate and bitrate, is at 1 to 1.5
+bits/audio sample for AAC-LC, 0.625 bits/audio sample for dualrate HE-AAC, 1.125 bits/audio sample
+for downsampled HE-AAC and 0.5 bits/audio sample for HE-AAC v2.
+For example for one channel with a sampling frequency of 48 kHz, the range from
+48 kbit/s to 72 kbit/s achieves reasonable audio quality for AAC-LC.
+
+For HE-AAC and HE-AAC v2 the lowest possible audio input sampling frequency is 16 kHz because then the
+AAC-LC core encoder operates in dual rate mode at its lowest possible sampling frequency, which is 8 kHz.
+HE-AAC v2 requires stereo input audio data.
+
+Please note that in HE-AAC or HE-AAC v2 mode the encoder supports much higher bitrates than are
+appropriate for HE-AAC or HE-AAC v2. For example, at a bitrate of more than 64 kbit/s for a stereo
+audio signal at 44.1 kHz it usually makes sense to use AAC-LC, which will produce better audio
+quality at that bitrate than HE-AAC or HE-AAC v2.
+
+\section reommendedConfig Recommended Sampling Rate and Bitrate Combinations
+
+The following table provides an overview of recommended encoder configuration parameters
+which we determined by virtue of numerous listening tests.
+
+\subsection reommendedConfigLC AAC-LC, HE-AAC, HE-AACv2 in Dualrate SBR mode.
+\verbatim
+-----------------------------------------------------------------------------------
+Audio Object Type  |  Bit Rate Range  |            Supported  | Preferred  | No. of
+                   |         [bit/s]  |       Sampling Rates  |    Sampl.  |  Chan.
+                   |                  |                [kHz]  |      Rate  |
+                   |                  |                       |     [kHz]  |
+-------------------+------------------+-----------------------+------------+-------
+AAC LC + SBR + PS  |   8000 -  11999  |         22.05, 24.00  |     24.00  |      2
+AAC LC + SBR + PS  |  12000 -  17999  |                32.00  |     32.00  |      2
+AAC LC + SBR + PS  |  18000 -  39999  |  32.00, 44.10, 48.00  |     44.10  |      2
+AAC LC + SBR + PS  |  40000 -  56000  |  32.00, 44.10, 48.00  |     48.00  |      2
+-------------------+------------------+-----------------------+------------+-------
+AAC LC + SBR       |   8000 -  11999  |         22.05, 24.00  |     24.00  |      1
+AAC LC + SBR       |  12000 -  17999  |                32.00  |     32.00  |      1
+AAC LC + SBR       |  18000 -  39999  |  32.00, 44.10, 48.00  |     44.10  |      1
+AAC LC + SBR       |  40000 -  56000  |  32.00, 44.10, 48.00  |     48.00  |      1
+AAC LC + SBR       |  16000 -  27999  |  32.00, 44.10, 48.00  |     32.00  |      2
+AAC LC + SBR       |  28000 -  63999  |  32.00, 44.10, 48.00  |     44.10  |      2
+AAC LC + SBR       |  64000 - 128000  |  32.00, 44.10, 48.00  |     48.00  |      2
+-------------------+------------------+-----------------------+------------+-------
+AAC LC + SBR       |  64000 -  69999  |  32.00, 44.10, 48.00  |     32.00  | 5, 5.1
+AAC LC + SBR       |  70000 - 159999  |  32.00, 44.10, 48.00  |     44.10  | 5, 5.1
+AAC LC + SBR       | 160000 - 245999  |  32.00, 44.10, 48.00  |     48.00  |      5
+AAC LC + SBR       | 160000 - 265999  |  32.00, 44.10, 48.00  |     48.00  |    5.1
+-------------------+------------------+-----------------------+------------+-------
+AAC LC             |   8000 -  15999  | 11.025, 12.00, 16.00  |     12.00  |      1
+AAC LC             |  16000 -  23999  |                16.00  |     16.00  |      1
+AAC LC             |  24000 -  31999  |  16.00, 22.05, 24.00  |     24.00  |      1
+AAC LC             |  32000 -  55999  |                32.00  |     32.00  |      1
+AAC LC             |  56000 - 160000  |  32.00, 44.10, 48.00  |     44.10  |      1
+AAC LC             | 160001 - 288000  |                48.00  |     48.00  |      1
+-------------------+------------------+-----------------------+------------+-------
+AAC LC             |  16000 -  23999  | 11.025, 12.00, 16.00  |     12.00  |      2
+AAC LC             |  24000 -  31999  |                16.00  |     16.00  |      2
+AAC LC             |  32000 -  39999  |  16.00, 22.05, 24.00  |     22.05  |      2
+AAC LC             |  40000 -  95999  |                32.00  |     32.00  |      2
+AAC LC             |  96000 - 111999  |  32.00, 44.10, 48.00  |     32.00  |      2
+AAC LC             | 112000 - 320001  |  32.00, 44.10, 48.00  |     44.10  |      2
+AAC LC             | 320002 - 576000  |                48.00  |     48.00  |      2
+-------------------+------------------+-----------------------+------------+-------
+AAC LC             | 160000 - 239999  |                32.00  |     32.00  | 5, 5.1
+AAC LC             | 240000 - 279999  |  32.00, 44.10, 48.00  |     32.00  | 5, 5.1
+AAC LC             | 280000 - 800000  |  32.00, 44.10, 48.00  |     44.10  | 5, 5.1
+-----------------------------------------------------------------------------------
+\endverbatim \n
+
+\subsection reommendedConfigLD AAC-LD, AAC-ELD, AAC-ELD with SBR in Dualrate SBR mode.
+\verbatim
+-----------------------------------------------------------------------------------
+Audio Object Type  |  Bit Rate Range  |            Supported  | Preferred  | No. of
+                   |         [bit/s]  |       Sampling Rates  |    Sampl.  |  Chan.
+                   |                  |                [kHz]  |      Rate  |
+                   |                  |                       |     [kHz]  |
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          |  18000 -  24999  |        32.00 - 44.10  |     32.00  |      1
+ELD + SBR          |  25000 -  31999  |        32.00 - 48.00  |     32.00  |      1
+ELD + SBR          |  32000 -  64000  |        32.00 - 48.00  |     48.00  |      1
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          |  32000 -  51999  |        32.00 - 48.00  |     44.10  |      2
+ELD + SBR          |  52000 - 128000  |        32.00 - 48.00  |     48.00  |      2
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          |  72000 - 160000  |        44.10 - 48.00  |     48.00  |      3
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          |  96000 - 212000  |        44.10 - 48.00  |     48.00  |      4
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          | 120000 - 246000  |        44.10 - 48.00  |     48.00  |      5
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          | 120000 - 266000  |        44.10 - 48.00  |     48.00  |    5.1
+-------------------+------------------+-----------------------+------------+-------
+LD, ELD            |  16000 -  19999  |        16.00 - 24.00  |     16.00  |      1
+LD, ELD            |  20000 -  39999  |        16.00 - 32.00  |     24.00  |      1
+LD, ELD            |  40000 -  49999  |        22.05 - 32.00  |     32.00  |      1
+LD, ELD            |  50000 -  61999  |        24.00 - 44.10  |     32.00  |      1
+LD, ELD            |  62000 -  84999  |        32.00 - 48.00  |     44.10  |      1
+LD, ELD            |  85000 - 192000  |        44.10 - 48.00  |     48.00  |      1
+-------------------+------------------+-----------------------+------------+-------
+LD, ELD            |  64000 -  75999  |        24.00 - 32.00  |     32.00  |      2
+LD, ELD            |  76000 -  97999  |        24.00 - 44.10  |     32.00  |      2
+LD, ELD            |  98000 - 135999  |        32.00 - 48.00  |     44.10  |      2
+LD, ELD            | 136000 - 384000  |        44.10 - 48.00  |     48.00  |      2
+-------------------+------------------+-----------------------+------------+-------
+LD, ELD            |  96000 - 113999  |        24.00 - 32.00  |     32.00  |      3
+LD, ELD            | 114000 - 146999  |        24.00 - 44.10  |     32.00  |      3
+LD, ELD            | 147000 - 203999  |        32.00 - 48.00  |     44.10  |      3
+LD, ELD            | 204000 - 576000  |        44.10 - 48.00  |     48.00  |      3
+-------------------+------------------+-----------------------+------------+-------
+LD, ELD            | 128000 - 151999  |        24.00 - 32.00  |     32.00  |      4
+LD, ELD            | 152000 - 195999  |        24.00 - 44.10  |     32.00  |      4
+LD, ELD            | 196000 - 271999  |        32.00 - 48.00  |     44.10  |      4
+LD, ELD            | 272000 - 768000  |        44.10 - 48.00  |     48.00  |      4
+-------------------+------------------+-----------------------+------------+-------
+LD, ELD            | 160000 - 189999  |        24.00 - 32.00  |     32.00  |      5
+LD, ELD            | 190000 - 244999  |        24.00 - 44.10  |     32.00  |      5
+LD, ELD            | 245000 - 339999  |        32.00 - 48.00  |     44.10  |      5
+LD, ELD            | 340000 - 960000  |        44.10 - 48.00  |     48.00  |      5
+-----------------------------------------------------------------------------------
+\endverbatim \n
+
+\subsection reommendedConfigELD AAC-ELD with SBR in Downsampled SBR mode.
+\verbatim
+-----------------------------------------------------------------------------------
+Audio Object Type  |  Bit Rate Range  |            Supported  | Preferred  | No. of
+                   |         [bit/s]  |       Sampling Rates  |    Sampl.  |  Chan.
+                   |                  |                [kHz]  |      Rate  |
+                   |                  |                       |     [kHz]  |
+-------------------+------------------+-----------------------+------------+-------
+ELD + SBR          |  18000 -  24999  |        16.00 - 22.05  |     22.05  |      1
+(downsampled SBR)  |  25000 -  35999  |        22.05 - 32.00  |     24.00  |      1
+                   |  36000 -  64000  |        32.00 - 48.00  |     32.00  |      1
+-----------------------------------------------------------------------------------
+\endverbatim \n
+
+
+\page ENCODERBEHAVIOUR Encoder Behaviour
+
+\section BEHAVIOUR_BANDWIDTH Bandwidth
+
+The FDK AAC encoder usually does not use the full frequency range of the input signal, but restricts the bandwidth
+according to certain library-internal settings. They can be changed in the table "bandWidthTable" in the
+file bandwidth.cpp (if available).
+
+The encoder API provides the ::AACENC_BANDWIDTH parameter to adjust the bandwidth explicitly.
+\code
+aacEncoder_SetParam(hAacEncoder, AACENC_BANDWIDTH, value);
+\endcode
+
+However it is not recommended to change these settings, because they are based on numerious listening
+tests and careful tweaks to ensure the best overall encoding quality.
+
+Theoretically a signal of for example 48 kHz can contain frequencies up to 24 kHz, but to use this full range
+in an audio encoder usually does not make sense. Usually the encoder has a very limited amount of
+bits to spend (typically 128 kbit/s for stereo 48 kHz content) and to allow full range bandwidth would
+waste a lot of these bits for frequencies the human ear is hardly able to perceive anyway, if at all. Hence it
+is wise to use the available bits for the really important frequency range and just skip the rest.
+At lower bitrates (e. g. <= 80 kbit/s for stereo 48 kHz content) the encoder will choose an even smaller
+bandwidth, because an encoded signal with smaller bandwidth and hence less artifacts sounds better than a signal
+with higher bandwidth but then more coding artefacts across all frequencies. These artefacts would occur if
+small bitrates and high bandwidths are chosen because the available bits are just not enough to encode all
+frequencies well.
+
+Unfortunately some people evaluate encoding quality based on possible bandwidth as well, but it is a two-sided
+sword considering the trade-off described above.
+
+Another aspect is workload consumption. The higher the allowed bandwidth, the more frequency lines have to be
+processed, which in turn increases the workload.
+
+\section FRAMESIZES_AND_BIT_RESERVOIR Frame Sizes & Bit Reservoir
+
+For AAC there is a difference between constant bit rate and constant frame
+length due to the so-called bit reservoir technique, which allows the encoder to use less
+bits in an AAC frame for those audio signal sections which are easy to encode,
+and then spend them at a later point in
+time for more complex audio sections. The extent to which this "bit exchange"
+is done is limited to allow for reliable and relatively low delay real time
+streaming.
+Over a longer period in time the bitrate will be constant in the AAC constant
+bitrate mode, e.g. for ISDN transmission. This means that in AAC each bitstream
+frame will in general have a different length in bytes but over time it
+will reach the target bitrate. One could also make an MPEG compliant
+AAC encoder which always produces constant length packages for each AAC frame,
+but the audio quality would be considerably worse since the bit reservoir
+technique would have to be switched off completely. A higher bit rate would have
+to be used to get the same audio quality as with an enabled bit reservoir.
+
+The maximum AAC frame length, regardless of the available bit reservoir, is defined
+as 6144 bits per channel.
+
+For mp3 by the way, the same bit reservoir technique exists, but there each bit
+stream frame has a constant length for a given bit rate (ignoring the
+padding byte). In mp3 there is a so-called "back pointer" which tells
+the decoder which bits belong to the current mp3 frame - and in general some or
+many bits have been transmitted in an earlier mp3 frame. Basically this leads to
+the same "bit exchange between mp3 frames" as in AAC but with virtually constant
+length frames.
+
+This variable frame length at "constant bit rate" is not something special
+in this Fraunhofer IIS AAC encoder. AAC has been designed in that way.
+
+\subsection BEHAVIOUR_ESTIM_AVG_FRAMESIZES Estimating Average Frame Sizes
+
+A HE-AAC v1 or v2 audio frame contains 2048 PCM samples per channel (there is
+also one mode with 1920 samples per channel but this is only for special purposes
+such as DAB+ digital radio).
+
+The number of HE-AAC frames \f$N\_FRAMES\f$ per second at 44.1 kHz is:
+
+\f[
+N\_FRAMES = 44100 / 2048 = 21.5332
+\f]
+
+At a bit rate of 8 kbps the average number of bits per frame \f$N\_BITS\_PER\_FRAME\f$ is:
+
+\f[
+N\_BITS\_PER\_FRAME = 8000 / 21.5332 = 371.52
+\f]
+
+which is about 46.44 bytes per encoded frame.
+
+At a bit rate of 32 kbps, which is quite high for single channel HE-AAC v1, it is:
+
+\f[
+N\_BITS\_PER\_FRAME = 32000 / 21.5332 = 1486
+\f]
+
+which is about 185.76 bytes per encoded frame.
+
+These bits/frame figures are average figures where each AAC frame generally has a different
+size in bytes. To calculate the same for AAC-LC just use 1024 instead of 2048 PCM samples per
+frame and channel.
+For AAC-LD/ELD it is either 480 or 512 PCM samples per frame and channel.
+
+
+\section BEHAVIOUR_TOOLS Encoder Tools
+
+The AAC encoder supports TNS, PNS, MS, Intensity and activates these tools depending on the audio signal and
+the encoder configuration (i.e. bitrate or AOT). It is not required to configure these tools manually.
+
+PNS improves encoding quality only for certain bitrates. Therefore it makes sense to activate PNS only for
+these bitrates and save the processing power required for PNS (about 10 % of the encoder) when using other
+bitrates. This is done automatically inside the encoder library. PNS is disabled inside the encoder library if
+an MPEG-2 AOT is choosen since PNS is an MPEG-4 AAC feature.
+
+If SBR is activated, the encoder automatically deactivates PNS internally. If TNS is disabled but PNS is allowed,
+the encoder deactivates PNS calculation internally.
+
+*/
+
+#ifndef _AAC_ENC_LIB_H_
+#define _AAC_ENC_LIB_H_
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+
+#define AACENCODER_LIB_VL0 3
+#define AACENCODER_LIB_VL1 4
+#define AACENCODER_LIB_VL2 12
+
+/**
+ *  AAC encoder error codes.
+ */
+typedef enum {
+    AACENC_OK                     = 0x0000,  /*!< No error happened. All fine. */
+
+    AACENC_INVALID_HANDLE         = 0x0020,  /*!< Handle passed to function call was invalid. */
+    AACENC_MEMORY_ERROR           = 0x0021,  /*!< Memory allocation failed. */
+    AACENC_UNSUPPORTED_PARAMETER  = 0x0022,  /*!< Parameter not available. */
+    AACENC_INVALID_CONFIG         = 0x0023,  /*!< Configuration not provided. */
+
+    AACENC_INIT_ERROR             = 0x0040,  /*!< General initialization error. */
+    AACENC_INIT_AAC_ERROR         = 0x0041,  /*!< AAC library initialization error. */
+    AACENC_INIT_SBR_ERROR         = 0x0042,  /*!< SBR library initialization error. */
+    AACENC_INIT_TP_ERROR          = 0x0043,  /*!< Transport library initialization error. */
+    AACENC_INIT_META_ERROR        = 0x0044,  /*!< Meta data library initialization error. */
+
+    AACENC_ENCODE_ERROR           = 0x0060,  /*!< The encoding process was interrupted by an unexpected error. */
+
+    AACENC_ENCODE_EOF             = 0x0080   /*!< End of file reached. */
+
+} AACENC_ERROR;
+
+
+/**
+ *  AAC encoder buffer descriptors identifier.
+ *  This identifier are used within buffer descriptors AACENC_BufDesc::bufferIdentifiers.
+ */
+typedef enum {
+    /* Input buffer identifier. */
+    IN_AUDIO_DATA      = 0,                  /*!< Audio input buffer, interleaved INT_PCM samples. */
+    IN_ANCILLRY_DATA   = 1,                  /*!< Ancillary data to be embedded into bitstream. */
+    IN_METADATA_SETUP  = 2,                  /*!< Setup structure for embedding meta data. */
+
+    /* Output buffer identifier. */
+    OUT_BITSTREAM_DATA = 3,                  /*!< Buffer holds bitstream output data. */
+    OUT_AU_SIZES       = 4                   /*!< Buffer contains sizes of each access unit. This information
+                                                  is necessary for superframing. */
+
+} AACENC_BufferIdentifier;
+
+
+/**
+ *  AAC encoder handle.
+ */
+typedef struct AACENCODER *HANDLE_AACENCODER;
+
+
+/**
+ *  Provides some info about the encoder configuration.
+ */
+typedef struct {
+
+    UINT                maxOutBufBytes;      /*!< Maximum number of encoder bitstream bytes within one frame.
+                                                  Size depends on maximum number of supported channels in encoder instance.
+                                                  For superframing (as used for example in DAB+), size has to be a multiple accordingly. */
+
+    UINT                maxAncBytes;         /*!< Maximum number of ancillary data bytes which can be inserted into
+                                                  bitstream within one frame. */
+
+    UINT                inBufFillLevel;      /*!< Internal input buffer fill level in samples per channel. This parameter
+                                                  will automatically be cleared if samplingrate or channel(Mode/Order) changes. */
+
+    UINT                inputChannels;       /*!< Number of input channels expected in encoding process. */
+
+    UINT                frameLength;         /*!< Amount of input audio samples consumed each frame per channel, depending
+                                                  on audio object type configuration. */
+
+    UINT                encoderDelay;        /*!< Codec delay in PCM samples/channel. Depends on framelength and AOT. Does not
+                                                  include framing delay for filling up encoder PCM input buffer. */
+
+    UCHAR               confBuf[64];         /*!< Configuration buffer in binary format as an AudioSpecificConfig
+                                                  or StreamMuxConfig according to the selected transport type. */
+
+    UINT                confSize;            /*!< Number of valid bytes in confBuf. */
+
+} AACENC_InfoStruct;
+
+
+/**
+ *  Describes the input and output buffers for an aacEncEncode() call.
+ */
+typedef struct {
+    INT                 numBufs;             /*!< Number of buffers. */
+    void              **bufs;                /*!< Pointer to vector containing buffer addresses. */
+    INT                *bufferIdentifiers;   /*!< Identifier of each buffer element. See ::AACENC_BufferIdentifier. */
+    INT                *bufSizes;            /*!< Size of each buffer in 8-bit bytes. */
+    INT                *bufElSizes;          /*!< Size of each buffer element in bytes. */
+
+} AACENC_BufDesc;
+
+
+/**
+ *  Defines the input arguments for an aacEncEncode() call.
+ */
+typedef struct {
+    INT                 numInSamples;        /*!< Number of valid input audio samples (multiple of input channels). */
+    INT                 numAncBytes;         /*!< Number of ancillary data bytes to be encoded. */
+
+} AACENC_InArgs;
+
+
+/**
+ *  Defines the output arguments for an aacEncEncode() call.
+ */
+typedef struct {
+    INT                 numOutBytes;         /*!< Number of valid bitstream bytes generated during aacEncEncode(). */
+    INT                 numInSamples;        /*!< Number of input audio samples consumed by the encoder. */
+    INT                 numAncBytes;         /*!< Number of ancillary data bytes consumed by the encoder. */
+
+} AACENC_OutArgs;
+
+
+/**
+ *  Meta Data Compression Profiles.
+ */
+typedef enum {
+    AACENC_METADATA_DRC_NONE          = 0,   /*!< None. */
+    AACENC_METADATA_DRC_FILMSTANDARD  = 1,   /*!< Film standard. */
+    AACENC_METADATA_DRC_FILMLIGHT     = 2,   /*!< Film light. */
+    AACENC_METADATA_DRC_MUSICSTANDARD = 3,   /*!< Music standard. */
+    AACENC_METADATA_DRC_MUSICLIGHT    = 4,   /*!< Music light. */
+    AACENC_METADATA_DRC_SPEECH        = 5    /*!< Speech. */
+
+} AACENC_METADATA_DRC_PROFILE;
+
+
+/**
+ *  Meta Data setup structure.
+ */
+typedef struct {
+
+  AACENC_METADATA_DRC_PROFILE drc_profile;             /*!< MPEG DRC compression profile. See ::AACENC_METADATA_DRC_PROFILE. */
+  AACENC_METADATA_DRC_PROFILE comp_profile;            /*!< ETSI heavy compression profile. See ::AACENC_METADATA_DRC_PROFILE. */
+
+  INT                         drc_TargetRefLevel;      /*!< Used to define expected level to:
+                                                            Scaled with 16 bit. x*2^16. */
+  INT                         comp_TargetRefLevel;     /*!< Adjust limiter to avoid overload.
+                                                            Scaled with 16 bit. x*2^16. */
+
+  INT                         prog_ref_level_present;  /*!< Flag, if prog_ref_level is present */
+  INT                         prog_ref_level;          /*!< Programme Reference Level = Dialogue Level:
+                                                            -31.75dB .. 0 dB ; stepsize: 0.25dB
+                                                            Scaled with 16 bit. x*2^16.*/
+
+  UCHAR                       PCE_mixdown_idx_present; /*!< Flag, if dmx-idx should be written in programme config element */
+  UCHAR                       ETSI_DmxLvl_present;     /*!< Flag, if dmx-lvl should be written in ETSI-ancData */
+
+  SCHAR                       centerMixLevel;          /*!< Center downmix level (0...7, according to table) */
+  SCHAR                       surroundMixLevel;        /*!< Surround downmix level (0...7, according to table) */
+
+  UCHAR                       dolbySurroundMode;       /*!< Indication for Dolby Surround Encoding Mode.
+                                                            - 0: Dolby Surround mode not indicated
+                                                            - 1: 2-ch audio part is not Dolby surround encoded
+                                                            - 2: 2-ch audio part is Dolby surround encoded */
+} AACENC_MetaData;
+
+
+/**
+ * AAC encoder control flags.
+ *
+ * In interaction with the ::AACENC_CONTROL_STATE parameter it is possible to get information about the internal
+ * initialization process. It is also possible to overwrite the internal state from extern when necessary.
+ */
+typedef enum
+{
+    AACENC_INIT_NONE              = 0x0000,  /*!< Do not trigger initialization. */
+    AACENC_INIT_CONFIG            = 0x0001,  /*!< Initialize all encoder modules configuration. */
+    AACENC_INIT_STATES            = 0x0002,  /*!< Reset all encoder modules history buffer. */
+    AACENC_INIT_TRANSPORT         = 0x1000,  /*!< Initialize transport lib with new parameters. */
+    AACENC_RESET_INBUFFER         = 0x2000,  /*!< Reset fill level of internal input buffer. */
+    AACENC_INIT_ALL               = 0xFFFF   /*!< Initialize all. */
+}
+AACENC_CTRLFLAGS;
+
+
+/**
+ * \brief  AAC encoder setting parameters.
+ *
+ * Use aacEncoder_SetParam() function to configure, or use aacEncoder_GetParam() function to read
+ * the internal status of the following parameters.
+ */
+typedef enum
+{
+  AACENC_AOT                      = 0x0100,  /*!< Audio object type. See ::AUDIO_OBJECT_TYPE in FDK_audio.h.
+                                                  - 2: MPEG-4 AAC Low Complexity.
+                                                  - 5: MPEG-4 AAC Low Complexity with Spectral Band Replication (HE-AAC).
+                                                  - 29: MPEG-4 AAC Low Complexity with Spectral Band Replication and Parametric Stereo (HE-AAC v2).
+                                                        This configuration can be used only with stereo input audio data.
+                                                  - 23: MPEG-4 AAC Low-Delay.
+                                                  - 39: MPEG-4 AAC Enhanced Low-Delay. Since there is no ::AUDIO_OBJECT_TYPE for ELD in
+                                                        combination with SBR defined, enable SBR explicitely by ::AACENC_SBR_MODE parameter.
+                                                  - 129: MPEG-2 AAC Low Complexity.
+                                                  - 132: MPEG-2 AAC Low Complexity with Spectral Band Replication (HE-AAC).
+                                                  - 156: MPEG-2 AAC Low Complexity with Spectral Band Replication and Parametric Stereo (HE-AAC v2).
+                                                         This configuration can be used only with stereo input audio data. */
+
+  AACENC_BITRATE                  = 0x0101,  /*!< Total encoder bitrate. This parameter is mandatory and interacts with ::AACENC_BITRATEMODE.
+                                                  - CBR: Bitrate in bits/second.
+                                                    See \ref suppBitrates for details. */
+
+  AACENC_BITRATEMODE              = 0x0102,  /*!< Bitrate mode. Configuration can be different kind of bitrate configurations:
+                                                  - 0: Constant bitrate, use bitrate according to ::AACENC_BITRATE. (default)
+                                                       Within none LD/ELD ::AUDIO_OBJECT_TYPE, the CBR mode makes use of full allowed bitreservoir.
+                                                       In contrast, at Low-Delay ::AUDIO_OBJECT_TYPE the bitreservoir is kept very small.
+                                                  - 8: LD/ELD full bitreservoir for packet based transmission. */
+
+  AACENC_SAMPLERATE               = 0x0103,  /*!< Audio input data sampling rate. Encoder supports following sampling rates:
+                                                  8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 */
+
+  AACENC_SBR_MODE                 = 0x0104,  /*!< Configure SBR independently of the chosen Audio Object Type ::AUDIO_OBJECT_TYPE.
+                                                  This parameter is for ELD audio object type only.
+                                                  - -1: Use ELD SBR auto configurator (default).
+                                                  - 0: Disable Spectral Band Replication.
+                                                  - 1: Enable Spectral Band Replication. */
+
+  AACENC_GRANULE_LENGTH           = 0x0105,  /*!< Core encoder (AAC) audio frame length in samples:
+                                                  - 1024: Default configuration.
+                                                  - 512: Default LD/ELD configuration.
+                                                  - 480: Optional length in LD/ELD configuration. */
+
+  AACENC_CHANNELMODE              = 0x0106,  /*!< Set explicit channel mode. Channel mode must match with number of input channels.
+                                                  - 1-7 and 33,34: MPEG channel modes supported, see ::CHANNEL_MODE in FDK_audio.h. */
+
+  AACENC_CHANNELORDER             = 0x0107,  /*!< Input audio data channel ordering scheme:
+                                                  - 0: MPEG channel ordering (e. g. 5.1: C, L, R, SL, SR, LFE). (default)
+                                                  - 1: WAVE file format channel ordering (e. g. 5.1: L, R, C, LFE, SL, SR). */
+
+  AACENC_SBR_RATIO                = 0x0108,  /*!<  Controls activation of downsampled SBR. With downsampled SBR, the delay will be
+                                                   shorter. On the other hand, for achieving the same quality level, downsampled SBR
+                                                   needs more bits than dual-rate SBR.
+                                                   With downsampled SBR, the AAC encoder will work at the same sampling rate as the
+                                                   SBR encoder (single rate).
+                                                   Downsampled SBR is supported for AAC-ELD and HE-AACv1.
+                                                   - 1: Downsampled SBR (default for ELD).
+                                                   - 2: Dual-rate SBR   (default for HE-AAC). */
+
+  AACENC_AFTERBURNER              = 0x0200,  /*!< This parameter controls the use of the afterburner feature.
+                                                  The afterburner is a type of analysis by synthesis algorithm which increases the
+                                                  audio quality but also the required processing power. It is recommended to always
+                                                  activate this if additional memory consumption and processing power consumption
+                                                  is not a problem. If increased MHz and memory consumption are an issue then the MHz
+                                                  and memory cost of this optional module need to be evaluated against the improvement
+                                                  in audio quality on a case by case basis.
+                                                  - 0: Disable afterburner (default).
+                                                  - 1: Enable afterburner. */
+
+  AACENC_BANDWIDTH                = 0x0203,  /*!< Core encoder audio bandwidth:
+                                                  - 0: Determine bandwidth internally (default, see chapter \ref BEHAVIOUR_BANDWIDTH).
+                                                  - 1 to fs/2: Frequency bandwidth in Hertz. (Experts only, better do not
+                                                               touch this value to avoid degraded audio quality) */
+
+  AACENC_TRANSMUX                 = 0x0300,  /*!< Transport type to be used. See ::TRANSPORT_TYPE in FDK_audio.h. Following
+                                                  types can be configured in encoder library:
+                                                  - 0: raw access units
+                                                  - 1: ADIF bitstream format
+                                                  - 2: ADTS bitstream format
+                                                  - 6: Audio Mux Elements (LATM) with muxConfigPresent = 1
+                                                  - 7: Audio Mux Elements (LATM) with muxConfigPresent = 0, out of band StreamMuxConfig
+                                                  - 10: Audio Sync Stream (LOAS) */
+
+  AACENC_HEADER_PERIOD            = 0x0301,  /*!< Frame count period for sending in-band configuration buffers within LATM/LOAS
+                                                  transport layer. Additionally this parameter configures the PCE repetition period
+                                                  in raw_data_block(). See \ref encPCE.
+                                                  - 0xFF: auto-mode default 10 for TT_MP4_ADTS, TT_MP4_LOAS and TT_MP4_LATM_MCP1, otherwise 0.
+                                                  - n: Frame count period. */
+
+  AACENC_SIGNALING_MODE           = 0x0302,  /*!< Signaling mode of the extension AOT:
+                                                  - 0: Implicit backward compatible signaling (default for non-MPEG-4 based
+                                                       AOT's and for the transport formats ADIF and ADTS)
+                                                       - A stream that uses implicit signaling can be decoded by every AAC decoder, even AAC-LC-only decoders
+                                                       - An AAC-LC-only decoder will only decode the low-frequency part of the stream, resulting in a band-limited output
+                                                       - This method works with all transport formats
+                                                       - This method does not work with downsampled SBR
+                                                  - 1: Explicit backward compatible signaling
+                                                       - A stream that uses explicit backward compatible signaling can be decoded by every AAC decoder, even AAC-LC-only decoders
+                                                       - An AAC-LC-only decoder will only decode the low-frequency part of the stream, resulting in a band-limited output
+                                                       - A decoder not capable of decoding PS will only decode the AAC-LC+SBR part.
+                                                         If the stream contained PS, the result will be a a decoded mono downmix
+                                                       - This method does not work with ADIF or ADTS. For LOAS/LATM, it only works with AudioMuxVersion==1
+                                                       - This method does work with downsampled SBR
+                                                  - 2: Explicit hierarchical signaling (default for MPEG-4 based AOT's and for all transport formats excluding ADIF and ADTS)
+                                                       - A stream that uses explicit hierarchical signaling can be decoded only by HE-AAC decoders
+                                                       - An AAC-LC-only decoder will not decode a stream that uses explicit hierarchical signaling
+                                                       - A decoder not capable of decoding PS will not decode the stream at all if it contained PS
+                                                       - This method does not work with ADIF or ADTS. It works with LOAS/LATM and the MPEG-4 File format
+                                                       - This method does work with downsampled SBR
+
+                                                   For making sure that the listener always experiences the best audio quality,
+                                                   explicit hierarchical signaling should be used.
+                                                   This makes sure that only a full HE-AAC-capable decoder will decode those streams.
+                                                   The audio is played at full bandwidth.
+                                                   For best backwards compatibility, it is recommended to encode with implicit SBR signaling.
+                                                   A decoder capable of AAC-LC only will then only decode the AAC part, which means the decoded
+                                                   audio will sound band-limited.
+
+                                                   For MPEG-2 transport types (ADTS,ADIF), only implicit signaling is possible.
+
+                                                   For LOAS and LATM, explicit backwards compatible signaling only works together with AudioMuxVersion==1.
+                                                   The reason is that, for explicit backwards compatible signaling, additional information will be appended to the ASC.
+                                                   A decoder that is only capable of decoding AAC-LC will skip this part.
+                                                   Nevertheless, for jumping to the end of the ASC, it needs to know the ASC length.
+                                                   Transmitting the length of the ASC is a feature of AudioMuxVersion==1, it is not possible to transmit the
+                                                   length of the ASC with AudioMuxVersion==0, therefore an AAC-LC-only decoder will not be able to parse a
+                                                   LOAS/LATM stream that was being encoded with AudioMuxVersion==0.
+
+                                                   For downsampled SBR, explicit signaling is mandatory. The reason for this is that the
+                                                   extension sampling frequency (which is in case of SBR the sampling frequqncy of the SBR part)
+                                                   can only be signaled in explicit mode.
+
+                                                   For AAC-ELD, the SBR information is transmitted in the ELDSpecific Config, which is part of the
+                                                   AudioSpecificConfig. Therefore, the settings here will have no effect on AAC-ELD.*/
+
+  AACENC_TPSUBFRAMES              = 0x0303,  /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1).
+                                                  - ADTS: Maximum number of sub frames restricted to 4.
+                                                  - LOAS/LATM: Maximum number of sub frames restricted to 2.*/
+
+  AACENC_PROTECTION               = 0x0306,  /*!< Configure protection in tranpsort layer:
+                                                  - 0: No protection. (default)
+                                                  - 1: CRC active for ADTS bitstream format. */
+
+  AACENC_ANCILLARY_BITRATE        = 0x0500,  /*!< Constant ancillary data bitrate in bits/second.
+                                                  - 0: Either no ancillary data or insert exact number of bytes, denoted via
+                                                       input parameter, numAncBytes in AACENC_InArgs.
+                                                  - else: Insert ancillary data with specified bitrate. */
+
+  AACENC_METADATA_MODE            = 0x0600,  /*!< Configure Meta Data. See ::AACENC_MetaData for further details:
+                                                  - 0: Do not embed any metadata.
+                                                  - 1: Embed MPEG defined metadata only.
+                                                  - 2: Embed all metadata. */
+
+  AACENC_CONTROL_STATE            = 0xFF00,  /*!< There is an automatic process which internally reconfigures the encoder instance
+                                                  when a configuration parameter changed or an error occured. This paramerter allows
+                                                  overwriting or getting the control status of this process. See ::AACENC_CTRLFLAGS. */
+
+  AACENC_NONE                     = 0xFFFF   /*!< ------ */
+
+} AACENC_PARAM;
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * \brief  Open an instance of the encoder.
+ *
+ * Allocate memory for an encoder instance with a functional range denoted by the function parameters.
+ * Preinitialize encoder instance with default configuration.
+ *
+ * \param phAacEncoder  A pointer to an encoder handle. Initialized on return.
+ * \param encModules    Specify encoder modules to be supported in this encoder instance:
+ *                      - 0x0: Allocate memory for all available encoder modules.
+ *                      - else: Select memory allocation regarding encoder modules. Following flags are possible and can be combined.
+ *                              - 0x01: AAC module.
+ *                              - 0x02: SBR module.
+ *                              - 0x04: PS module.
+ *                              - 0x10: Metadata module.
+ *                              - example: (0x01|0x02|0x04|0x10) allocates all modules and is equivalent to default configuration denotet by 0x0.
+ * \param maxChannels   Number of channels to be allocated. This parameter can be used in different ways:
+ *                      - 0: Allocate maximum number of AAC and SBR channels as supported by the library.
+ *                      - nChannels: Use same maximum number of channels for allocating memory in AAC and SBR module.
+ *                      - nChannels | (nSbrCh<<8): Number of SBR channels can be different to AAC channels to save data memory.
+ *
+ * \return
+ *          - AACENC_OK, on succes.
+ *          - AACENC_INVALID_HANDLE, AACENC_MEMORY_ERROR, AACENC_INVALID_CONFIG, on failure.
+ */
+AACENC_ERROR aacEncOpen(
+        HANDLE_AACENCODER        *phAacEncoder,
+        const UINT                encModules,
+        const UINT                maxChannels
+        );
+
+
+/**
+ * \brief  Close the encoder instance.
+ *
+ * Deallocate encoder instance and free whole memory.
+ *
+ * \param phAacEncoder  Pointer to the encoder handle to be deallocated.
+ *
+ * \return
+ *          - AACENC_OK, on success.
+ *          - AACENC_INVALID_HANDLE, on failure.
+ */
+AACENC_ERROR aacEncClose(
+        HANDLE_AACENCODER        *phAacEncoder
+        );
+
+
+/**
+ * \brief Encode audio data.
+ *
+ * This function is mainly for encoding audio data. In addition the function can be used for an encoder (re)configuration
+ * process.
+ * - PCM input data will be retrieved from external input buffer until the fill level allows encoding a single frame.
+ *   This functionality allows an external buffer with reduced size in comparison to the AAC or HE-AAC audio frame length.
+ * - If the value of the input samples argument is zero, just internal reinitialization will be applied if it is
+ *   requested.
+ * - At the end of a file the flushing process can be triggerd via setting the value of the input samples argument to -1.
+ *   The encoder delay lines are fully flushed when the encoder returns no valid bitstream data AACENC_OutArgs::numOutBytes.
+ *   Furthermore the end of file is signaled by the return value AACENC_ENCODE_EOF.
+ * - If an error occured in the previous frame or any of the encoder parameters changed, an internal reinitialization
+ *   process will be applied before encoding the incoming audio samples.
+ * - The function can also be used for an independent reconfiguration process without encoding. The first parameter has to be a
+ *   valid encoder handle and all other parameters can be set to NULL.
+ * - If the size of the external bitbuffer in outBufDesc is not sufficient for writing the whole bitstream, an internal
+ *   error will be the return value and a reconfiguration will be triggered.
+ *
+ * \param hAacEncoder           A valid AAC encoder handle.
+ * \param inBufDesc             Input buffer descriptor, see AACENC_BufDesc:
+ *                              - At least one input buffer with audio data is expected.
+ *                              - Optionally a second input buffer with ancillary data can be fed.
+ * \param outBufDesc            Output buffer descriptor, see AACENC_BufDesc:
+ *                              - Provide one output buffer for the encoded bitstream.
+ * \param inargs                Input arguments, see AACENC_InArgs.
+ * \param outargs               Output arguments, AACENC_OutArgs.
+ *
+ * \return
+ *          - AACENC_OK, on success.
+ *          - AACENC_INVALID_HANDLE, AACENC_ENCODE_ERROR, on failure in encoding process.
+ *          - AACENC_INVALID_CONFIG, AACENC_INIT_ERROR, AACENC_INIT_AAC_ERROR, AACENC_INIT_SBR_ERROR, AACENC_INIT_TP_ERROR,
+ *            AACENC_INIT_META_ERROR, on failure in encoder initialization.
+ *          - AACENC_ENCODE_EOF, when flushing fully concluded.
+ */
+AACENC_ERROR aacEncEncode(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_BufDesc     *inBufDesc,
+        const AACENC_BufDesc     *outBufDesc,
+        const AACENC_InArgs      *inargs,
+        AACENC_OutArgs           *outargs
+        );
+
+
+/**
+ * \brief  Acquire info about present encoder instance.
+ *
+ * This function retrieves information of the encoder configuration. In addition to informative internal states,
+ * a configuration data block of the current encoder settings will be returned. The format is either Audio Specific Config
+ * in case of Raw Packets transport format or StreamMuxConfig in case of LOAS/LATM transport format. The configuration
+ * data block is binary coded as specified in ISO/IEC 14496-3 (MPEG-4 audio), to be used directly for MPEG-4 File Format
+ * or RFC3016 or RFC3640 applications.
+ *
+ * \param hAacEncoder           A valid AAC encoder handle.
+ * \param pInfo                 Pointer to AACENC_InfoStruct. Filled on return.
+ *
+ * \return
+ *          - AACENC_OK, on succes.
+ *          - AACENC_INIT_ERROR, on failure.
+ */
+AACENC_ERROR aacEncInfo(
+        const HANDLE_AACENCODER   hAacEncoder,
+        AACENC_InfoStruct        *pInfo
+        );
+
+
+/**
+ * \brief  Set one single AAC encoder parameter.
+ *
+ * This function allows configuration of all encoder parameters specified in ::AACENC_PARAM. Each parameter must be
+ * set with a separate function call. An internal validation of the configuration value range will be done and an
+ * internal reconfiguration will be signaled. The actual configuration adoption is part of the subsequent aacEncEncode() call.
+ *
+ * \param hAacEncoder           A valid AAC encoder handle.
+ * \param param                 Parameter to be set. See ::AACENC_PARAM.
+ * \param value                 Parameter value. See parameter description in ::AACENC_PARAM.
+ *
+ * \return
+ *          - AACENC_OK, on success.
+ *          - AACENC_INVALID_HANDLE, AACENC_UNSUPPORTED_PARAMETER, AACENC_INVALID_CONFIG, on failure.
+ */
+AACENC_ERROR aacEncoder_SetParam(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_PARAM        param,
+        const UINT                value
+        );
+
+
+/**
+ * \brief  Get one single AAC encoder parameter.
+ *
+ * This function is the complement to aacEncoder_SetParam(). After encoder reinitialization with user defined settings,
+ * the internal status can be obtained of each parameter, specified with ::AACENC_PARAM.
+ *
+ * \param hAacEncoder           A valid AAC encoder handle.
+ * \param param                 Parameter to be returned. See ::AACENC_PARAM.
+ *
+ * \return  Internal configuration value of specifed parameter ::AACENC_PARAM.
+ */
+UINT aacEncoder_GetParam(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_PARAM        param
+        );
+
+
+/**
+ * \brief  Get information about encoder library build.
+ *
+ * Fill a given LIB_INFO structure with library version information.
+ *
+ * \param info  Pointer to an allocated LIB_INFO struct.
+ *
+ * \return
+ *          - AACENC_OK, on success.
+ *          - AACENC_INVALID_HANDLE, AACENC_INIT_ERROR, on failure.
+ */
+AACENC_ERROR aacEncGetLibInfo(
+        LIB_INFO                 *info
+        );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif   /* _AAC_ENC_LIB_H_ */
diff --git a/libAACenc/src/aacEnc_ram.cpp b/libAACenc/src/aacEnc_ram.cpp
new file mode 100644 (file)
index 0000000..be3eea2
--- /dev/null
@@ -0,0 +1,194 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************************************************************
+
+   Initial authors:      M. Lohwasser, M. Gayer
+   Contents/description:
+
+******************************************************************************/
+/*!
+  \file
+  \brief  Memory layout
+  \author Markus Lohwasser
+*/
+
+#include "aacEnc_ram.h"
+
+  C_AALLOC_MEM (AACdynamic_RAM, FIXP_DBL, AAC_ENC_DYN_RAM_SIZE/sizeof(FIXP_DBL))
+
+/*
+  Static memory areas, must not be overwritten in other sections of the decoder !
+*/
+
+/*
+ The structure AacEncoder contains all Encoder structures.
+*/
+
+C_ALLOC_MEM (Ram_aacEnc_AacEncoder,           AAC_ENC,          1)
+
+
+/*
+   The structure PSY_INTERNAl contains all psych configuration and data pointer.
+   * PsyStatic holds last and current Psych data.
+   * PsyInputBuffer contains time input. Signal is needed at the beginning of Psych.
+     Memory can be reused after signal is in time domain.
+   * PsyData contains spectral, nrg and threshold information. Necessary data are
+     copied into PsyOut, so memory is available after leaving psych.
+   * TnsData, ChaosMeasure, PnsData are temporarily necessary, e.g. use memory from
+     PsyInputBuffer.
+*/
+
+C_ALLOC_MEM2 (Ram_aacEnc_PsyElement, PSY_ELEMENT, 1, (8))
+
+C_ALLOC_MEM  (Ram_aacEnc_PsyInternal, PSY_INTERNAL, 1)
+C_ALLOC_MEM2 (Ram_aacEnc_PsyStatic,   PSY_STATIC,   1, (8))
+
+C_ALLOC_MEM2 (Ram_aacEnc_PsyInputBuffer, INT_PCM, MAX_INPUT_BUFFER_SIZE, (8))
+
+  PSY_DYNAMIC *GetRam_aacEnc_PsyDynamic (int n, UCHAR* dynamic_RAM) {
+      FDK_ASSERT(dynamic_RAM!=0);
+      return ((PSY_DYNAMIC*) (dynamic_RAM + P_BUF_1 + n*sizeof(PSY_DYNAMIC)));
+  }
+
+  C_ALLOC_MEM (Ram_bsOutbuffer, UCHAR, OUTPUTBUFFER_SIZE)
+
+/*
+   The structure PSY_OUT holds all psychoaccoustic data needed
+   in quantization module
+*/
+C_ALLOC_MEM2 (Ram_aacEnc_PsyOut,         PSY_OUT, 1, (1))
+
+C_ALLOC_MEM2 (Ram_aacEnc_PsyOutElements, PSY_OUT_ELEMENT, 1, (1)*(8))
+C_ALLOC_MEM2 (Ram_aacEnc_PsyOutChannel,  PSY_OUT_CHANNEL, 1, (1)*(8))
+
+
+/*
+   The structure QC_STATE contains preinitialized settings and quantizer structures.
+   * AdjustThreshold structure contains element-wise settings.
+   * ElementBits contains elemnt-wise bit consumption settings.
+   * When CRC is active, lookup table is necessary for fast crc calculation.
+   * Bitcounter contains buffer to find optimal codebooks and minimal bit consumption.
+     Values are temporarily, so dynamic memory can be used.
+*/
+
+C_ALLOC_MEM (Ram_aacEnc_QCstate, QC_STATE, 1)
+C_ALLOC_MEM (Ram_aacEnc_AdjustThreshold, ADJ_THR_STATE, 1)
+
+C_ALLOC_MEM2 (Ram_aacEnc_AdjThrStateElement, ATS_ELEMENT, 1, (8))
+C_ALLOC_MEM2 (Ram_aacEnc_ElementBits, ELEMENT_BITS, 1, (8))
+C_ALLOC_MEM (Ram_aacEnc_BitCntrState, BITCNTR_STATE, 1)
+
+  INT *GetRam_aacEnc_BitLookUp(int n, UCHAR* dynamic_RAM) {
+    FDK_ASSERT(dynamic_RAM!=0);
+    return ((INT*) (dynamic_RAM + P_BUF_1));
+  }
+  INT *GetRam_aacEnc_MergeGainLookUp(int n, UCHAR* dynamic_RAM) {
+    FDK_ASSERT(dynamic_RAM!=0);
+    return ((INT*) (dynamic_RAM + P_BUF_1 + sizeof(INT)*(MAX_SFB_LONG*(CODE_BOOK_ESC_NDX+1))));
+  }
+
+
+/*
+   The structure QC_OUT contains settings and structures holding all necessary information
+   needed in bitstreamwriter.
+*/
+
+C_ALLOC_MEM2 (Ram_aacEnc_QCout, QC_OUT, 1, (1))
+C_ALLOC_MEM2 (Ram_aacEnc_QCelement, QC_OUT_ELEMENT, (1), (8))
+  QC_OUT_CHANNEL *GetRam_aacEnc_QCchannel (int n, UCHAR* dynamic_RAM) {
+      FDK_ASSERT(dynamic_RAM!=0);
+      return ((QC_OUT_CHANNEL*) (dynamic_RAM + P_BUF_0 + n*sizeof(QC_OUT_CHANNEL)));
+  }
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libAACenc/src/aacEnc_ram.h b/libAACenc/src/aacEnc_ram.h
new file mode 100644 (file)
index 0000000..cf7da7c
--- /dev/null
@@ -0,0 +1,226 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************************************************************
+
+   Initial authors:      M. Lohwasser, M. Gayer
+   Contents/description:
+
+******************************************************************************/
+
+/*!
+  \file
+  \brief  Memory layout   
+  \author Markus Lohwasser
+*/
+
+#ifndef AAC_ENC_RAM_H
+#define AAC_ENC_RAM_H
+
+#include "common_fix.h"
+
+#include "aacenc.h"
+#include "psy_data.h"
+#include "interface.h"
+#include "psy_main.h"
+#include "bitenc.h"
+#include "bit_cnt.h"
+#include "psy_const.h"
+
+  #define  OUTPUTBUFFER_SIZE    (8192)  /*!< Output buffer size has to be at least 6144 bits per channel (768 bytes). FDK bitbuffer implementation expects buffer of size 2^n. */
+
+
+/*
+  Moved AAC_ENC struct definition from aac_enc.cpp into aacEnc_ram.h to get size and respective
+  static memory in aacEnc_ram.cpp.
+  aac_enc.h is the outward visible header file and putting the struct into would cause necessity
+  of additional visible header files outside library.
+*/
+
+/* define hBitstream size: max AAC framelength is 6144 bits/channel */
+/*#define BUFFER_BITSTR_SIZE ((6400*(8)/bbWordSize)    +((bbWordSize - 1) / bbWordSize))*/
+
+struct AAC_ENC {
+
+  AACENC_CONFIG    *config;
+
+  INT               ancillaryBitsPerFrame;              /* ancillary bits per frame calculated from ancillary rate */
+
+  CHANNEL_MAPPING   channelMapping;
+
+  QC_STATE         *qcKernel;
+  QC_OUT           *qcOut[(1)];
+
+  PSY_OUT          *psyOut[(1)];
+  PSY_INTERNAL     *psyKernel;
+
+  /* lifetime vars */
+
+  CHANNEL_MODE encoderMode;
+  INT bandwidth90dB;
+  AACENC_BITRATE_MODE bitrateMode;
+
+  INT    dontWriteAdif;      /* use: write ADIF header only before 1st frame */
+
+  FIXP_DBL  *dynamic_RAM;
+
+
+  INT maxChannels;           /* used while allocation */
+  INT maxElements;
+  INT maxFrames;
+
+  AUDIO_OBJECT_TYPE aot;    /* AOT to be used while encoding.  */
+
+} ;
+
+#define maxSize(a,b) ( ((a)>(b)) ? (a) : (b) )
+
+#define BIT_LOOK_UP_SIZE         ( sizeof(INT)*(MAX_SFB_LONG*(CODE_BOOK_ESC_NDX+1)) )
+#define MERGE_GAIN_LOOK_UP_SIZE  ( sizeof(INT)*MAX_SFB_LONG )
+
+
+
+/* Dynamic RAM - Allocation */
+/*
+ ++++++++++++++++++++++++++++++++++++++++++++
+ |   P_BUF_0   |         P_BUF_1            |
+ ++++++++++++++++++++++++++++++++++++++++++++
+ |  QC_OUT_CH  |         PSY_DYN            |
+ ++++++++++++++++++++++++++++++++++++++++++++
+ |             | BitLookUp+MergeGainLookUp  |
+ ++++++++++++++++++++++++++++++++++++++++++++
+ |             |  Bitstream output buffer   |
+ ++++++++++++++++++++++++++++++++++++++++++++
+*/
+
+#define BUF_SIZE_0       ( ALIGN_SIZE(sizeof(QC_OUT_CHANNEL)*(8)) )
+#define BUF_SIZE_1       ( ALIGN_SIZE(maxSize(sizeof(PSY_DYNAMIC), \
+                                      (BIT_LOOK_UP_SIZE+MERGE_GAIN_LOOK_UP_SIZE))) )
+
+#define P_BUF_0          ( 0 )
+#define P_BUF_1          ( P_BUF_0 + BUF_SIZE_0 )
+
+#define AAC_ENC_DYN_RAM_SIZE  ( BUF_SIZE_0 + BUF_SIZE_1 )
+
+
+  H_ALLOC_MEM (AACdynamic_RAM, FIXP_DBL)
+/*
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+END - Dynamic RAM - Allocation */
+
+/*
+  See further Memory Allocation details in aacEnc_ram.cpp
+*/
+  H_ALLOC_MEM (Ram_aacEnc_AacEncoder, AAC_ENC)
+
+  H_ALLOC_MEM (Ram_aacEnc_PsyElement, PSY_ELEMENT)
+
+  H_ALLOC_MEM (Ram_aacEnc_PsyInternal, PSY_INTERNAL)
+  H_ALLOC_MEM (Ram_aacEnc_PsyStatic, PSY_STATIC)
+  H_ALLOC_MEM (Ram_aacEnc_PsyInputBuffer, INT_PCM)
+
+  PSY_DYNAMIC *GetRam_aacEnc_PsyDynamic (int n, UCHAR* dynamic_RAM);
+  H_ALLOC_MEM (Ram_bsOutbuffer, UCHAR)
+
+  H_ALLOC_MEM (Ram_aacEnc_PsyOutChannel, PSY_OUT_CHANNEL)
+
+  H_ALLOC_MEM (Ram_aacEnc_PsyOut, PSY_OUT)
+  H_ALLOC_MEM (Ram_aacEnc_PsyOutElements, PSY_OUT_ELEMENT)
+
+  H_ALLOC_MEM (Ram_aacEnc_QCstate, QC_STATE)
+  H_ALLOC_MEM (Ram_aacEnc_AdjustThreshold, ADJ_THR_STATE)
+
+  H_ALLOC_MEM (Ram_aacEnc_AdjThrStateElement, ATS_ELEMENT)
+  H_ALLOC_MEM (Ram_aacEnc_ElementBits, ELEMENT_BITS)
+  H_ALLOC_MEM (Ram_aacEnc_BitCntrState, BITCNTR_STATE)
+
+  INT *GetRam_aacEnc_BitLookUp(int n, UCHAR* dynamic_RAM);
+  INT *GetRam_aacEnc_MergeGainLookUp(int n, UCHAR* dynamic_RAM);
+  QC_OUT_CHANNEL *GetRam_aacEnc_QCchannel (int n, UCHAR* dynamic_RAM);
+
+  H_ALLOC_MEM (Ram_aacEnc_QCout, QC_OUT)
+  H_ALLOC_MEM (Ram_aacEnc_QCelement, QC_OUT_ELEMENT)
+
+
+#endif /* #ifndef AAC_ENC_RAM_H */
+
diff --git a/libAACenc/src/aacEnc_rom.cpp b/libAACenc/src/aacEnc_rom.cpp
new file mode 100644 (file)
index 0000000..0cdf5fe
--- /dev/null
@@ -0,0 +1,1232 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************************************************************
+
+   Initial authors:      M. Lohwasser, M. Gayer
+   Contents/description:
+
+******************************************************************************/
+
+#include "aacEnc_rom.h"
+
+/*
+   Huffman Tables
+*/
+const INT FDKaacEnc_huff_ltab1_2[3][3][3][3]=
+{
+  {
+    { {0x000b0009,0x00090007,0x000b0009}, {0x000a0008,0x00070006,0x000a0008}, {0x000b0009,0x00090008,0x000b0009} },
+    { {0x000a0008,0x00070006,0x000a0007}, {0x00070006,0x00050005,0x00070006}, {0x00090007,0x00070006,0x000a0008} },
+    { {0x000b0009,0x00090007,0x000b0008}, {0x00090008,0x00070006,0x00090008}, {0x000b0009,0x00090007,0x000b0009} }
+  },
+  {
+    { {0x00090008,0x00070006,0x00090007}, {0x00070006,0x00050005,0x00070006}, {0x00090007,0x00070006,0x00090008} },
+    { {0x00070006,0x00050005,0x00070006}, {0x00050005,0x00010003,0x00050005}, {0x00070006,0x00050005,0x00070006} },
+    { {0x00090008,0x00070006,0x00090007}, {0x00070006,0x00050005,0x00070006}, {0x00090008,0x00070006,0x00090008} }
+  },
+  {
+    { {0x000b0009,0x00090007,0x000b0009}, {0x00090008,0x00070006,0x00090008}, {0x000b0008,0x00090007,0x000b0009} },
+    { {0x000a0008,0x00070006,0x00090007}, {0x00070006,0x00050004,0x00070006}, {0x00090008,0x00070006,0x000a0007} },
+    { {0x000b0009,0x00090007,0x000b0009}, {0x000a0007,0x00070006,0x00090008}, {0x000b0009,0x00090007,0x000b0009} }
+  }
+};
+
+
+const INT FDKaacEnc_huff_ltab3_4[3][3][3][3]=
+{
+  {
+    { {0x00010004,0x00040005,0x00080008}, {0x00040005,0x00050004,0x00080008}, {0x00090009,0x00090008,0x000a000b} },
+    { {0x00040005,0x00060005,0x00090008}, {0x00060005,0x00060004,0x00090008}, {0x00090008,0x00090007,0x000a000a} },
+    { {0x00090009,0x000a0008,0x000d000b}, {0x00090008,0x00090008,0x000b000a}, {0x000b000b,0x000a000a,0x000c000b} }
+  },
+  {
+    { {0x00040004,0x00060005,0x000a0008}, {0x00060004,0x00070004,0x000a0008}, {0x000a0008,0x000a0008,0x000c000a} },
+    { {0x00050004,0x00070004,0x000b0008}, {0x00060004,0x00070004,0x000a0007}, {0x00090008,0x00090007,0x000b0009} },
+    { {0x00090008,0x000a0008,0x000d000a}, {0x00080007,0x00090007,0x000c0009}, {0x000a000a,0x000b0009,0x000c000a} }
+  },
+  {
+    { {0x00080008,0x000a0008,0x000f000b}, {0x00090008,0x000b0007,0x000f000a}, {0x000d000b,0x000e000a,0x0010000c} },
+    { {0x00080008,0x000a0007,0x000e000a}, {0x00090007,0x000a0007,0x000e0009}, {0x000c000a,0x000c0009,0x000f000b} },
+    { {0x000b000b,0x000c000a,0x0010000c}, {0x000a000a,0x000b0009,0x000f000b}, {0x000c000b,0x000c000a,0x000f000b} }
+  }
+};
+
+const INT FDKaacEnc_huff_ltab5_6[9][9]=
+{
+  {0x000d000b, 0x000c000a, 0x000b0009, 0x000b0009, 0x000a0009, 0x000b0009, 0x000b0009, 0x000c000a, 0x000d000b},
+  {0x000c000a, 0x000b0009, 0x000a0008, 0x00090007, 0x00080007, 0x00090007, 0x000a0008, 0x000b0009, 0x000c000a},
+  {0x000c0009, 0x000a0008, 0x00090006, 0x00080006, 0x00070006, 0x00080006, 0x00090006, 0x000a0008, 0x000b0009},
+  {0x000b0009, 0x00090007, 0x00080006, 0x00050004, 0x00040004, 0x00050004, 0x00080006, 0x00090007, 0x000b0009},
+  {0x000a0009, 0x00080007, 0x00070006, 0x00040004, 0x00010004, 0x00040004, 0x00070006, 0x00080007, 0x000b0009},
+  {0x000b0009, 0x00090007, 0x00080006, 0x00050004, 0x00040004, 0x00050004, 0x00080006, 0x00090007, 0x000b0009},
+  {0x000b0009, 0x000a0008, 0x00090006, 0x00080006, 0x00070006, 0x00080006, 0x00090006, 0x000a0008, 0x000b0009},
+  {0x000c000a, 0x000b0009, 0x000a0008, 0x00090007, 0x00080007, 0x00090007, 0x000a0007, 0x000b0008, 0x000c000a},
+  {0x000d000b, 0x000c000a, 0x000c0009, 0x000b0009, 0x000a0009, 0x000a0009, 0x000b0009, 0x000c000a, 0x000d000b}
+};
+
+const INT FDKaacEnc_huff_ltab7_8[8][8]=
+{
+  {0x00010005, 0x00030004, 0x00060005, 0x00070006, 0x00080007, 0x00090008, 0x000a0009, 0x000b000a},
+  {0x00030004, 0x00040003, 0x00060004, 0x00070005, 0x00080006, 0x00080007, 0x00090007, 0x00090008},
+  {0x00060005, 0x00060004, 0x00070004, 0x00080005, 0x00080006, 0x00090007, 0x00090007, 0x000a0008},
+  {0x00070006, 0x00070005, 0x00080005, 0x00080006, 0x00090006, 0x00090007, 0x000a0008, 0x000a0008},
+  {0x00080007, 0x00080006, 0x00090006, 0x00090006, 0x000a0007, 0x000a0007, 0x000a0008, 0x000b0009},
+  {0x00090008, 0x00080007, 0x00090006, 0x00090007, 0x000a0007, 0x000a0008, 0x000b0008, 0x000b000a},
+  {0x000a0009, 0x00090007, 0x00090007, 0x000a0008, 0x000a0008, 0x000b0008, 0x000c0009, 0x000c0009},
+  {0x000b000a, 0x000a0008, 0x000a0008, 0x000a0008, 0x000b0009, 0x000b0009, 0x000c0009, 0x000c000a}
+};
+
+const INT FDKaacEnc_huff_ltab9_10[13][13]=
+{
+  {0x00010006, 0x00030005, 0x00060006, 0x00080006, 0x00090007, 0x000a0008, 0x000a0009, 0x000b000a, 0x000b000a, 0x000c000a, 0x000c000b, 0x000d000b, 0x000d000c},
+  {0x00030005, 0x00040004, 0x00060004, 0x00070005, 0x00080006, 0x00080007, 0x00090007, 0x000a0008, 0x000a0008, 0x000a0009, 0x000b000a, 0x000c000a, 0x000c000b},
+  {0x00060006, 0x00060004, 0x00070005, 0x00080005, 0x00080006, 0x00090006, 0x000a0007, 0x000a0008, 0x000a0008, 0x000b0009, 0x000c0009, 0x000c000a, 0x000c000a},
+  {0x00080006, 0x00070005, 0x00080005, 0x00090005, 0x00090006, 0x000a0007, 0x000a0007, 0x000b0008, 0x000b0008, 0x000b0009, 0x000c0009, 0x000c000a, 0x000d000a},
+  {0x00090007, 0x00080006, 0x00090006, 0x00090006, 0x000a0006, 0x000a0007, 0x000b0007, 0x000b0008, 0x000b0008, 0x000c0009, 0x000c0009, 0x000c000a, 0x000d000a},
+  {0x000a0008, 0x00090007, 0x00090006, 0x000a0007, 0x000b0007, 0x000b0007, 0x000b0008, 0x000c0008, 0x000b0008, 0x000c0009, 0x000c000a, 0x000d000a, 0x000d000b},
+  {0x000b0009, 0x00090007, 0x000a0007, 0x000b0007, 0x000b0007, 0x000b0008, 0x000c0008, 0x000c0009, 0x000c0009, 0x000c0009, 0x000d000a, 0x000d000a, 0x000d000b},
+  {0x000b0009, 0x000a0008, 0x000a0008, 0x000b0008, 0x000b0008, 0x000c0008, 0x000c0009, 0x000d0009, 0x000d0009, 0x000d000a, 0x000d000a, 0x000d000b, 0x000d000b},
+  {0x000b0009, 0x000a0008, 0x000a0008, 0x000b0008, 0x000b0008, 0x000b0008, 0x000c0009, 0x000c0009, 0x000d000a, 0x000d000a, 0x000e000a, 0x000d000b, 0x000e000b},
+  {0x000b000a, 0x000a0009, 0x000b0009, 0x000b0009, 0x000c0009, 0x000c0009, 0x000c0009, 0x000c000a, 0x000d000a, 0x000d000a, 0x000e000b, 0x000e000b, 0x000e000c},
+  {0x000c000a, 0x000b0009, 0x000b0009, 0x000c0009, 0x000c0009, 0x000c000a, 0x000d000a, 0x000d000a, 0x000d000a, 0x000e000b, 0x000e000b, 0x000e000b, 0x000f000c},
+  {0x000c000b, 0x000b000a, 0x000c0009, 0x000c000a, 0x000c000a, 0x000d000a, 0x000d000a, 0x000d000a, 0x000d000b, 0x000e000b, 0x000e000b, 0x000f000b, 0x000f000c},
+  {0x000d000b, 0x000c000a, 0x000c000a, 0x000c000a, 0x000d000a, 0x000d000a, 0x000d000a, 0x000d000b, 0x000e000b, 0x000e000c, 0x000e000c, 0x000e000c, 0x000f000c}
+};
+
+const UCHAR FDKaacEnc_huff_ltab11[17][17]=
+{
+  {0x04, 0x05, 0x06, 0x07, 0x08, 0x08, 0x09, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0c, 0x0b, 0x0c, 0x0c, 0x0a},
+  {0x05, 0x04, 0x05, 0x06, 0x07, 0x07, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x08},
+  {0x06, 0x05, 0x05, 0x06, 0x07, 0x07, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x07, 0x06, 0x06, 0x06, 0x07, 0x07, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x08, 0x07, 0x07, 0x07, 0x07, 0x08, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x08, 0x07, 0x07, 0x07, 0x07, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x09, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x09, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x08},
+  {0x0a, 0x09, 0x08, 0x08, 0x09, 0x09, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x08},
+  {0x0a, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x08},
+  {0x0b, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0a, 0x0b, 0x0b, 0x08},
+  {0x0b, 0x0a, 0x09, 0x09, 0x0a, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x08},
+  {0x0b, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x09},
+  {0x0b, 0x0a, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x09},
+  {0x0b, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x09},
+  {0x0c, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0b, 0x0c, 0x0c, 0x09},
+  {0x09, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x09, 0x05}
+};
+
+const UCHAR FDKaacEnc_huff_ltabscf[121]=
+{
+  0x12, 0x12, 0x12, 0x12, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x12, 0x13, 0x12, 0x11, 0x11, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x0f, 0x0f,
+  0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0d, 0x0d, 0x0c, 0x0c, 0x0c, 0x0b, 0x0c, 0x0b, 0x0a, 0x0a,
+  0x0a, 0x09, 0x09, 0x08, 0x08, 0x08, 0x07, 0x06, 0x06, 0x05, 0x04, 0x03, 0x01, 0x04, 0x04, 0x05,
+  0x06, 0x06, 0x07, 0x07, 0x08, 0x08, 0x09, 0x09, 0x0a, 0x0a, 0x0a, 0x0b, 0x0b, 0x0b, 0x0b, 0x0c,
+  0x0c, 0x0d, 0x0d, 0x0d, 0x0e, 0x0e, 0x10, 0x0f, 0x10, 0x0f, 0x12, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13
+};
+
+
+const USHORT FDKaacEnc_huff_ctab1[3][3][3][3]=
+{
+  {
+    { {0x07f8,0x01f1,0x07fd}, {0x03f5,0x0068,0x03f0}, {0x07f7,0x01ec,0x07f5} },
+    { {0x03f1,0x0072,0x03f4}, {0x0074,0x0011,0x0076}, {0x01eb,0x006c,0x03f6} },
+    { {0x07fc,0x01e1,0x07f1}, {0x01f0,0x0061,0x01f6}, {0x07f2,0x01ea,0x07fb} }
+  },
+  {
+    { {0x01f2,0x0069,0x01ed}, {0x0077,0x0017,0x006f}, {0x01e6,0x0064,0x01e5} },
+    { {0x0067,0x0015,0x0062}, {0x0012,0x0000,0x0014}, {0x0065,0x0016,0x006d} },
+    { {0x01e9,0x0063,0x01e4}, {0x006b,0x0013,0x0071}, {0x01e3,0x0070,0x01f3} }
+  },
+  {
+    { {0x07fe,0x01e7,0x07f3}, {0x01ef,0x0060,0x01ee}, {0x07f0,0x01e2,0x07fa} },
+    { {0x03f3,0x006a,0x01e8}, {0x0075,0x0010,0x0073}, {0x01f4,0x006e,0x03f7} },
+    { {0x07f6,0x01e0,0x07f9}, {0x03f2,0x0066,0x01f5}, {0x07ff,0x01f7,0x07f4} }
+  }
+};
+
+const USHORT FDKaacEnc_huff_ctab2[3][3][3][3]=
+{
+  {
+    { {0x01f3,0x006f,0x01fd}, {0x00eb,0x0023,0x00ea}, {0x01f7,0x00e8,0x01fa} },
+    { {0x00f2,0x002d,0x0070}, {0x0020,0x0006,0x002b}, {0x006e,0x0028,0x00e9} },
+    { {0x01f9,0x0066,0x00f8}, {0x00e7,0x001b,0x00f1}, {0x01f4,0x006b,0x01f5} }
+  },
+  {
+    { {0x00ec,0x002a,0x006c}, {0x002c,0x000a,0x0027}, {0x0067,0x001a,0x00f5} },
+    { {0x0024,0x0008,0x001f}, {0x0009,0x0000,0x0007}, {0x001d,0x000b,0x0030} },
+    { {0x00ef,0x001c,0x0064}, {0x001e,0x000c,0x0029}, {0x00f3,0x002f,0x00f0} }
+  },
+  {
+    { {0x01fc,0x0071,0x01f2}, {0x00f4,0x0021,0x00e6}, {0x00f7,0x0068,0x01f8} },
+    { {0x00ee,0x0022,0x0065}, {0x0031,0x0002,0x0026}, {0x00ed,0x0025,0x006a} },
+    { {0x01fb,0x0072,0x01fe}, {0x0069,0x002e,0x00f6}, {0x01ff,0x006d,0x01f6} }
+  }
+};
+
+const USHORT FDKaacEnc_huff_ctab3[3][3][3][3]=
+{
+  {
+    { {0x0000,0x0009,0x00ef}, {0x000b,0x0019,0x00f0}, {0x01eb,0x01e6,0x03f2} },
+    { {0x000a,0x0035,0x01ef}, {0x0034,0x0037,0x01e9}, {0x01ed,0x01e7,0x03f3} },
+    { {0x01ee,0x03ed,0x1ffa}, {0x01ec,0x01f2,0x07f9}, {0x07f8,0x03f8,0x0ff8} }
+  },
+  {
+    { {0x0008,0x0038,0x03f6}, {0x0036,0x0075,0x03f1}, {0x03eb,0x03ec,0x0ff4} },
+    { {0x0018,0x0076,0x07f4}, {0x0039,0x0074,0x03ef}, {0x01f3,0x01f4,0x07f6} },
+    { {0x01e8,0x03ea,0x1ffc}, {0x00f2,0x01f1,0x0ffb}, {0x03f5,0x07f3,0x0ffc} }
+  },
+  {
+    { {0x00ee,0x03f7,0x7ffe}, {0x01f0,0x07f5,0x7ffd}, {0x1ffb,0x3ffa,0xffff} },
+    { {0x00f1,0x03f0,0x3ffc}, {0x01ea,0x03ee,0x3ffb}, {0x0ff6,0x0ffa,0x7ffc} },
+    { {0x07f2,0x0ff5,0xfffe}, {0x03f4,0x07f7,0x7ffb}, {0x0ff7,0x0ff9,0x7ffa} }
+  }
+};
+
+const USHORT FDKaacEnc_huff_ctab4[3][3][3][3]=
+{
+  {
+    { {0x0007,0x0016,0x00f6}, {0x0018,0x0008,0x00ef}, {0x01ef,0x00f3,0x07f8} },
+    { {0x0019,0x0017,0x00ed}, {0x0015,0x0001,0x00e2}, {0x00f0,0x0070,0x03f0} },
+    { {0x01ee,0x00f1,0x07fa}, {0x00ee,0x00e4,0x03f2}, {0x07f6,0x03ef,0x07fd} }
+  },
+  {
+    { {0x0005,0x0014,0x00f2}, {0x0009,0x0004,0x00e5}, {0x00f4,0x00e8,0x03f4} },
+    { {0x0006,0x0002,0x00e7}, {0x0003,0x0000,0x006b}, {0x00e3,0x0069,0x01f3} },
+    { {0x00eb,0x00e6,0x03f6}, {0x006e,0x006a,0x01f4}, {0x03ec,0x01f0,0x03f9} }
+  },
+  {
+    { {0x00f5,0x00ec,0x07fb}, {0x00ea,0x006f,0x03f7}, {0x07f9,0x03f3,0x0fff} },
+    { {0x00e9,0x006d,0x03f8}, {0x006c,0x0068,0x01f5}, {0x03ee,0x01f2,0x07f4} },
+    { {0x07f7,0x03f1,0x0ffe}, {0x03ed,0x01f1,0x07f5}, {0x07fe,0x03f5,0x07fc} }
+  }
+};
+const USHORT FDKaacEnc_huff_ctab5[9][9]=
+{
+  {0x1fff, 0x0ff7, 0x07f4, 0x07e8, 0x03f1, 0x07ee, 0x07f9, 0x0ff8, 0x1ffd},
+  {0x0ffd, 0x07f1, 0x03e8, 0x01e8, 0x00f0, 0x01ec, 0x03ee, 0x07f2, 0x0ffa},
+  {0x0ff4, 0x03ef, 0x01f2, 0x00e8, 0x0070, 0x00ec, 0x01f0, 0x03ea, 0x07f3},
+  {0x07eb, 0x01eb, 0x00ea, 0x001a, 0x0008, 0x0019, 0x00ee, 0x01ef, 0x07ed},
+  {0x03f0, 0x00f2, 0x0073, 0x000b, 0x0000, 0x000a, 0x0071, 0x00f3, 0x07e9},
+  {0x07ef, 0x01ee, 0x00ef, 0x0018, 0x0009, 0x001b, 0x00eb, 0x01e9, 0x07ec},
+  {0x07f6, 0x03eb, 0x01f3, 0x00ed, 0x0072, 0x00e9, 0x01f1, 0x03ed, 0x07f7},
+  {0x0ff6, 0x07f0, 0x03e9, 0x01ed, 0x00f1, 0x01ea, 0x03ec, 0x07f8, 0x0ff9},
+  {0x1ffc, 0x0ffc, 0x0ff5, 0x07ea, 0x03f3, 0x03f2, 0x07f5, 0x0ffb, 0x1ffe}
+};
+
+const USHORT FDKaacEnc_huff_ctab6[9][9]=
+{
+  {0x07fe, 0x03fd, 0x01f1, 0x01eb, 0x01f4, 0x01ea, 0x01f0, 0x03fc, 0x07fd},
+  {0x03f6, 0x01e5, 0x00ea, 0x006c, 0x0071, 0x0068, 0x00f0, 0x01e6, 0x03f7},
+  {0x01f3, 0x00ef, 0x0032, 0x0027, 0x0028, 0x0026, 0x0031, 0x00eb, 0x01f7},
+  {0x01e8, 0x006f, 0x002e, 0x0008, 0x0004, 0x0006, 0x0029, 0x006b, 0x01ee},
+  {0x01ef, 0x0072, 0x002d, 0x0002, 0x0000, 0x0003, 0x002f, 0x0073, 0x01fa},
+  {0x01e7, 0x006e, 0x002b, 0x0007, 0x0001, 0x0005, 0x002c, 0x006d, 0x01ec},
+  {0x01f9, 0x00ee, 0x0030, 0x0024, 0x002a, 0x0025, 0x0033, 0x00ec, 0x01f2},
+  {0x03f8, 0x01e4, 0x00ed, 0x006a, 0x0070, 0x0069, 0x0074, 0x00f1, 0x03fa},
+  {0x07ff, 0x03f9, 0x01f6, 0x01ed, 0x01f8, 0x01e9, 0x01f5, 0x03fb, 0x07fc}
+};
+
+const USHORT FDKaacEnc_huff_ctab7[8][8]=
+{
+  {0x0000, 0x0005, 0x0037, 0x0074, 0x00f2, 0x01eb, 0x03ed, 0x07f7},
+  {0x0004, 0x000c, 0x0035, 0x0071, 0x00ec, 0x00ee, 0x01ee, 0x01f5},
+  {0x0036, 0x0034, 0x0072, 0x00ea, 0x00f1, 0x01e9, 0x01f3, 0x03f5},
+  {0x0073, 0x0070, 0x00eb, 0x00f0, 0x01f1, 0x01f0, 0x03ec, 0x03fa},
+  {0x00f3, 0x00ed, 0x01e8, 0x01ef, 0x03ef, 0x03f1, 0x03f9, 0x07fb},
+  {0x01ed, 0x00ef, 0x01ea, 0x01f2, 0x03f3, 0x03f8, 0x07f9, 0x07fc},
+  {0x03ee, 0x01ec, 0x01f4, 0x03f4, 0x03f7, 0x07f8, 0x0ffd, 0x0ffe},
+  {0x07f6, 0x03f0, 0x03f2, 0x03f6, 0x07fa, 0x07fd, 0x0ffc, 0x0fff}
+};
+
+const USHORT FDKaacEnc_huff_ctab8[8][8]=
+{
+  {0x000e, 0x0005, 0x0010, 0x0030, 0x006f, 0x00f1, 0x01fa, 0x03fe},
+  {0x0003, 0x0000, 0x0004, 0x0012, 0x002c, 0x006a, 0x0075, 0x00f8},
+  {0x000f, 0x0002, 0x0006, 0x0014, 0x002e, 0x0069, 0x0072, 0x00f5},
+  {0x002f, 0x0011, 0x0013, 0x002a, 0x0032, 0x006c, 0x00ec, 0x00fa},
+  {0x0071, 0x002b, 0x002d, 0x0031, 0x006d, 0x0070, 0x00f2, 0x01f9},
+  {0x00ef, 0x0068, 0x0033, 0x006b, 0x006e, 0x00ee, 0x00f9, 0x03fc},
+  {0x01f8, 0x0074, 0x0073, 0x00ed, 0x00f0, 0x00f6, 0x01f6, 0x01fd},
+  {0x03fd, 0x00f3, 0x00f4, 0x00f7, 0x01f7, 0x01fb, 0x01fc, 0x03ff}
+};
+
+const USHORT FDKaacEnc_huff_ctab9[13][13]=
+{
+  {0x0000, 0x0005, 0x0037, 0x00e7, 0x01de, 0x03ce, 0x03d9, 0x07c8, 0x07cd, 0x0fc8, 0x0fdd, 0x1fe4, 0x1fec},
+  {0x0004, 0x000c, 0x0035, 0x0072, 0x00ea, 0x00ed, 0x01e2, 0x03d1, 0x03d3, 0x03e0, 0x07d8, 0x0fcf, 0x0fd5},
+  {0x0036, 0x0034, 0x0071, 0x00e8, 0x00ec, 0x01e1, 0x03cf, 0x03dd, 0x03db, 0x07d0, 0x0fc7, 0x0fd4, 0x0fe4},
+  {0x00e6, 0x0070, 0x00e9, 0x01dd, 0x01e3, 0x03d2, 0x03dc, 0x07cc, 0x07ca, 0x07de, 0x0fd8, 0x0fea, 0x1fdb},
+  {0x01df, 0x00eb, 0x01dc, 0x01e6, 0x03d5, 0x03de, 0x07cb, 0x07dd, 0x07dc, 0x0fcd, 0x0fe2, 0x0fe7, 0x1fe1},
+  {0x03d0, 0x01e0, 0x01e4, 0x03d6, 0x07c5, 0x07d1, 0x07db, 0x0fd2, 0x07e0, 0x0fd9, 0x0feb, 0x1fe3, 0x1fe9},
+  {0x07c4, 0x01e5, 0x03d7, 0x07c6, 0x07cf, 0x07da, 0x0fcb, 0x0fda, 0x0fe3, 0x0fe9, 0x1fe6, 0x1ff3, 0x1ff7},
+  {0x07d3, 0x03d8, 0x03e1, 0x07d4, 0x07d9, 0x0fd3, 0x0fde, 0x1fdd, 0x1fd9, 0x1fe2, 0x1fea, 0x1ff1, 0x1ff6},
+  {0x07d2, 0x03d4, 0x03da, 0x07c7, 0x07d7, 0x07e2, 0x0fce, 0x0fdb, 0x1fd8, 0x1fee, 0x3ff0, 0x1ff4, 0x3ff2},
+  {0x07e1, 0x03df, 0x07c9, 0x07d6, 0x0fca, 0x0fd0, 0x0fe5, 0x0fe6, 0x1feb, 0x1fef, 0x3ff3, 0x3ff4, 0x3ff5},
+  {0x0fe0, 0x07ce, 0x07d5, 0x0fc6, 0x0fd1, 0x0fe1, 0x1fe0, 0x1fe8, 0x1ff0, 0x3ff1, 0x3ff8, 0x3ff6, 0x7ffc},
+  {0x0fe8, 0x07df, 0x0fc9, 0x0fd7, 0x0fdc, 0x1fdc, 0x1fdf, 0x1fed, 0x1ff5, 0x3ff9, 0x3ffb, 0x7ffd, 0x7ffe},
+  {0x1fe7, 0x0fcc, 0x0fd6, 0x0fdf, 0x1fde, 0x1fda, 0x1fe5, 0x1ff2, 0x3ffa, 0x3ff7, 0x3ffc, 0x3ffd, 0x7fff}
+};
+
+const USHORT FDKaacEnc_huff_ctab10[13][13]=
+{
+  {0x0022, 0x0008, 0x001d, 0x0026, 0x005f, 0x00d3, 0x01cf, 0x03d0, 0x03d7, 0x03ed, 0x07f0, 0x07f6, 0x0ffd},
+  {0x0007, 0x0000, 0x0001, 0x0009, 0x0020, 0x0054, 0x0060, 0x00d5, 0x00dc, 0x01d4, 0x03cd, 0x03de, 0x07e7},
+  {0x001c, 0x0002, 0x0006, 0x000c, 0x001e, 0x0028, 0x005b, 0x00cd, 0x00d9, 0x01ce, 0x01dc, 0x03d9, 0x03f1},
+  {0x0025, 0x000b, 0x000a, 0x000d, 0x0024, 0x0057, 0x0061, 0x00cc, 0x00dd, 0x01cc, 0x01de, 0x03d3, 0x03e7},
+  {0x005d, 0x0021, 0x001f, 0x0023, 0x0027, 0x0059, 0x0064, 0x00d8, 0x00df, 0x01d2, 0x01e2, 0x03dd, 0x03ee},
+  {0x00d1, 0x0055, 0x0029, 0x0056, 0x0058, 0x0062, 0x00ce, 0x00e0, 0x00e2, 0x01da, 0x03d4, 0x03e3, 0x07eb},
+  {0x01c9, 0x005e, 0x005a, 0x005c, 0x0063, 0x00ca, 0x00da, 0x01c7, 0x01ca, 0x01e0, 0x03db, 0x03e8, 0x07ec},
+  {0x01e3, 0x00d2, 0x00cb, 0x00d0, 0x00d7, 0x00db, 0x01c6, 0x01d5, 0x01d8, 0x03ca, 0x03da, 0x07ea, 0x07f1},
+  {0x01e1, 0x00d4, 0x00cf, 0x00d6, 0x00de, 0x00e1, 0x01d0, 0x01d6, 0x03d1, 0x03d5, 0x03f2, 0x07ee, 0x07fb},
+  {0x03e9, 0x01cd, 0x01c8, 0x01cb, 0x01d1, 0x01d7, 0x01df, 0x03cf, 0x03e0, 0x03ef, 0x07e6, 0x07f8, 0x0ffa},
+  {0x03eb, 0x01dd, 0x01d3, 0x01d9, 0x01db, 0x03d2, 0x03cc, 0x03dc, 0x03ea, 0x07ed, 0x07f3, 0x07f9, 0x0ff9},
+  {0x07f2, 0x03ce, 0x01e4, 0x03cb, 0x03d8, 0x03d6, 0x03e2, 0x03e5, 0x07e8, 0x07f4, 0x07f5, 0x07f7, 0x0ffb},
+  {0x07fa, 0x03ec, 0x03df, 0x03e1, 0x03e4, 0x03e6, 0x03f0, 0x07e9, 0x07ef, 0x0ff8, 0x0ffe, 0x0ffc, 0x0fff}
+};
+
+const USHORT FDKaacEnc_huff_ctab11[21][17]=
+{
+  {0x0000, 0x0006, 0x0019, 0x003d, 0x009c, 0x00c6, 0x01a7, 0x0390, 0x03c2, 0x03df, 0x07e6, 0x07f3, 0x0ffb, 0x07ec, 0x0ffa, 0x0ffe, 0x038e},
+  {0x0005, 0x0001, 0x0008, 0x0014, 0x0037, 0x0042, 0x0092, 0x00af, 0x0191, 0x01a5, 0x01b5, 0x039e, 0x03c0, 0x03a2, 0x03cd, 0x07d6, 0x00ae},
+  {0x0017, 0x0007, 0x0009, 0x0018, 0x0039, 0x0040, 0x008e, 0x00a3, 0x00b8, 0x0199, 0x01ac, 0x01c1, 0x03b1, 0x0396, 0x03be, 0x03ca, 0x009d},
+  {0x003c, 0x0015, 0x0016, 0x001a, 0x003b, 0x0044, 0x0091, 0x00a5, 0x00be, 0x0196, 0x01ae, 0x01b9, 0x03a1, 0x0391, 0x03a5, 0x03d5, 0x0094},
+  {0x009a, 0x0036, 0x0038, 0x003a, 0x0041, 0x008c, 0x009b, 0x00b0, 0x00c3, 0x019e, 0x01ab, 0x01bc, 0x039f, 0x038f, 0x03a9, 0x03cf, 0x0093},
+  {0x00bf, 0x003e, 0x003f, 0x0043, 0x0045, 0x009e, 0x00a7, 0x00b9, 0x0194, 0x01a2, 0x01ba, 0x01c3, 0x03a6, 0x03a7, 0x03bb, 0x03d4, 0x009f},
+  {0x01a0, 0x008f, 0x008d, 0x0090, 0x0098, 0x00a6, 0x00b6, 0x00c4, 0x019f, 0x01af, 0x01bf, 0x0399, 0x03bf, 0x03b4, 0x03c9, 0x03e7, 0x00a8},
+  {0x01b6, 0x00ab, 0x00a4, 0x00aa, 0x00b2, 0x00c2, 0x00c5, 0x0198, 0x01a4, 0x01b8, 0x038c, 0x03a4, 0x03c4, 0x03c6, 0x03dd, 0x03e8, 0x00ad},
+  {0x03af, 0x0192, 0x00bd, 0x00bc, 0x018e, 0x0197, 0x019a, 0x01a3, 0x01b1, 0x038d, 0x0398, 0x03b7, 0x03d3, 0x03d1, 0x03db, 0x07dd, 0x00b4},
+  {0x03de, 0x01a9, 0x019b, 0x019c, 0x01a1, 0x01aa, 0x01ad, 0x01b3, 0x038b, 0x03b2, 0x03b8, 0x03ce, 0x03e1, 0x03e0, 0x07d2, 0x07e5, 0x00b7},
+  {0x07e3, 0x01bb, 0x01a8, 0x01a6, 0x01b0, 0x01b2, 0x01b7, 0x039b, 0x039a, 0x03ba, 0x03b5, 0x03d6, 0x07d7, 0x03e4, 0x07d8, 0x07ea, 0x00ba},
+  {0x07e8, 0x03a0, 0x01bd, 0x01b4, 0x038a, 0x01c4, 0x0392, 0x03aa, 0x03b0, 0x03bc, 0x03d7, 0x07d4, 0x07dc, 0x07db, 0x07d5, 0x07f0, 0x00c1},
+  {0x07fb, 0x03c8, 0x03a3, 0x0395, 0x039d, 0x03ac, 0x03ae, 0x03c5, 0x03d8, 0x03e2, 0x03e6, 0x07e4, 0x07e7, 0x07e0, 0x07e9, 0x07f7, 0x0190},
+  {0x07f2, 0x0393, 0x01be, 0x01c0, 0x0394, 0x0397, 0x03ad, 0x03c3, 0x03c1, 0x03d2, 0x07da, 0x07d9, 0x07df, 0x07eb, 0x07f4, 0x07fa, 0x0195},
+  {0x07f8, 0x03bd, 0x039c, 0x03ab, 0x03a8, 0x03b3, 0x03b9, 0x03d0, 0x03e3, 0x03e5, 0x07e2, 0x07de, 0x07ed, 0x07f1, 0x07f9, 0x07fc, 0x0193},
+  {0x0ffd, 0x03dc, 0x03b6, 0x03c7, 0x03cc, 0x03cb, 0x03d9, 0x03da, 0x07d3, 0x07e1, 0x07ee, 0x07ef, 0x07f5, 0x07f6, 0x0ffc, 0x0fff, 0x019d},
+  {0x01c2, 0x00b5, 0x00a1, 0x0096, 0x0097, 0x0095, 0x0099, 0x00a0, 0x00a2, 0x00ac, 0x00a9, 0x00b1, 0x00b3, 0x00bb, 0x00c0, 0x018f, 0x0004},
+  {0x0018, 0x002e, 0x0000, 0x005a, 0x00a5, 0x00f8, 0x00b7, 0x0094, 0x00f9, 0x004d, 0x0021, 0x002b, 0x004f, 0x007b, 0x00bc, 0x0046, 0x0015},
+  {0x0042, 0x0037, 0x0078, 0x000d, 0x0068, 0x005f, 0x000d, 0x005e, 0x005a, 0x00be, 0x0063, 0x007e, 0x001f, 0x0092, 0x001a, 0x00ab, 0x0032},
+  {0x00e6, 0x0037, 0x0000, 0x0058, 0x000b, 0x005a, 0x00e1, 0x005d, 0x0029, 0x0017, 0x007e, 0x0069, 0x00aa, 0x0054, 0x0029, 0x0032, 0x0041},
+  {0x0046, 0x00ea, 0x0034, 0x00ea, 0x0011, 0x001b, 0x00a9, 0x0094, 0x00e2, 0x0031, 0x00d0, 0x00e5, 0x0007, 0x0070, 0x0069, 0x003e, 0x0021}
+};
+
+const INT FDKaacEnc_huff_ctabscf[121]=
+{
+  0x0003ffe8, 0x0003ffe6, 0x0003ffe7, 0x0003ffe5, 0x0007fff5, 0x0007fff1, 0x0007ffed, 0x0007fff6,
+  0x0007ffee, 0x0007ffef, 0x0007fff0, 0x0007fffc, 0x0007fffd, 0x0007ffff, 0x0007fffe, 0x0007fff7,
+  0x0007fff8, 0x0007fffb, 0x0007fff9, 0x0003ffe4, 0x0007fffa, 0x0003ffe3, 0x0001ffef, 0x0001fff0,
+  0x0000fff5, 0x0001ffee, 0x0000fff2, 0x0000fff3, 0x0000fff4, 0x0000fff1, 0x00007ff6, 0x00007ff7,
+  0x00003ff9, 0x00003ff5, 0x00003ff7, 0x00003ff3, 0x00003ff6, 0x00003ff2, 0x00001ff7, 0x00001ff5,
+  0x00000ff9, 0x00000ff7, 0x00000ff6, 0x000007f9, 0x00000ff4, 0x000007f8, 0x000003f9, 0x000003f7,
+  0x000003f5, 0x000001f8, 0x000001f7, 0x000000fa, 0x000000f8, 0x000000f6, 0x00000079, 0x0000003a,
+  0x00000038, 0x0000001a, 0x0000000b, 0x00000004, 0x00000000, 0x0000000a, 0x0000000c, 0x0000001b,
+  0x00000039, 0x0000003b, 0x00000078, 0x0000007a, 0x000000f7, 0x000000f9, 0x000001f6, 0x000001f9,
+  0x000003f4, 0x000003f6, 0x000003f8, 0x000007f5, 0x000007f4, 0x000007f6, 0x000007f7, 0x00000ff5,
+  0x00000ff8, 0x00001ff4, 0x00001ff6, 0x00001ff8, 0x00003ff8, 0x00003ff4, 0x0000fff0, 0x00007ff4,
+  0x0000fff6, 0x00007ff5, 0x0003ffe2, 0x0007ffd9, 0x0007ffda, 0x0007ffdb, 0x0007ffdc, 0x0007ffdd,
+  0x0007ffde, 0x0007ffd8, 0x0007ffd2, 0x0007ffd3, 0x0007ffd4, 0x0007ffd5, 0x0007ffd6, 0x0007fff2,
+  0x0007ffdf, 0x0007ffe7, 0x0007ffe8, 0x0007ffe9, 0x0007ffea, 0x0007ffeb, 0x0007ffe6, 0x0007ffe0,
+  0x0007ffe1, 0x0007ffe2, 0x0007ffe3, 0x0007ffe4, 0x0007ffe5, 0x0007ffd7, 0x0007ffec, 0x0007fff4,
+  0x0007fff3
+};
+
+/*
+  table of (0.50000...1.00000) ^0.75
+*/
+const FIXP_QTD FDKaacEnc_mTab_3_4[MANT_SIZE] =
+{
+  QTC(0x4c1bf829), QTC(0x4c3880de), QTC(0x4c550603), QTC(0x4c71879c), QTC(0x4c8e05aa), QTC(0x4caa8030), QTC(0x4cc6f72f), QTC(0x4ce36aab),
+  QTC(0x4cffdaa4), QTC(0x4d1c471d), QTC(0x4d38b019), QTC(0x4d55159a), QTC(0x4d7177a1), QTC(0x4d8dd631), QTC(0x4daa314b), QTC(0x4dc688f3),
+  QTC(0x4de2dd2a), QTC(0x4dff2df2), QTC(0x4e1b7b4d), QTC(0x4e37c53d), QTC(0x4e540bc5), QTC(0x4e704ee6), QTC(0x4e8c8ea3), QTC(0x4ea8cafd),
+  QTC(0x4ec503f7), QTC(0x4ee13992), QTC(0x4efd6bd0), QTC(0x4f199ab4), QTC(0x4f35c640), QTC(0x4f51ee75), QTC(0x4f6e1356), QTC(0x4f8a34e4),
+  QTC(0x4fa65321), QTC(0x4fc26e10), QTC(0x4fde85b2), QTC(0x4ffa9a0a), QTC(0x5016ab18), QTC(0x5032b8e0), QTC(0x504ec362), QTC(0x506acaa1),
+  QTC(0x5086cea0), QTC(0x50a2cf5e), QTC(0x50becce0), QTC(0x50dac725), QTC(0x50f6be31), QTC(0x5112b205), QTC(0x512ea2a3), QTC(0x514a900d),
+  QTC(0x51667a45), QTC(0x5182614c), QTC(0x519e4524), QTC(0x51ba25cf), QTC(0x51d60350), QTC(0x51f1dda7), QTC(0x520db4d6), QTC(0x522988e0),
+  QTC(0x524559c6), QTC(0x52612789), QTC(0x527cf22d), QTC(0x5298b9b1), QTC(0x52b47e19), QTC(0x52d03f65), QTC(0x52ebfd98), QTC(0x5307b8b4),
+  QTC(0x532370b9), QTC(0x533f25aa), QTC(0x535ad789), QTC(0x53768656), QTC(0x53923215), QTC(0x53addac6), QTC(0x53c9806b), QTC(0x53e52306),
+  QTC(0x5400c298), QTC(0x541c5f24), QTC(0x5437f8ab), QTC(0x54538f2e), QTC(0x546f22af), QTC(0x548ab330), QTC(0x54a640b3), QTC(0x54c1cb38),
+  QTC(0x54dd52c2), QTC(0x54f8d753), QTC(0x551458eb), QTC(0x552fd78d), QTC(0x554b5339), QTC(0x5566cbf3), QTC(0x558241bb), QTC(0x559db492),
+  QTC(0x55b9247b), QTC(0x55d49177), QTC(0x55effb87), QTC(0x560b62ad), QTC(0x5626c6eb), QTC(0x56422842), QTC(0x565d86b4), QTC(0x5678e242),
+  QTC(0x56943aee), QTC(0x56af90b9), QTC(0x56cae3a4), QTC(0x56e633b2), QTC(0x570180e4), QTC(0x571ccb3b), QTC(0x573812b8), QTC(0x5753575e),
+  QTC(0x576e992e), QTC(0x5789d829), QTC(0x57a51450), QTC(0x57c04da6), QTC(0x57db842b), QTC(0x57f6b7e1), QTC(0x5811e8c9), QTC(0x582d16e6),
+  QTC(0x58484238), QTC(0x58636ac0), QTC(0x587e9081), QTC(0x5899b37c), QTC(0x58b4d3b1), QTC(0x58cff123), QTC(0x58eb0bd3), QTC(0x590623c2),
+  QTC(0x592138f2), QTC(0x593c4b63), QTC(0x59575b19), QTC(0x59726812), QTC(0x598d7253), QTC(0x59a879da), QTC(0x59c37eab), QTC(0x59de80c6),
+  QTC(0x59f9802d), QTC(0x5a147ce0), QTC(0x5a2f76e2), QTC(0x5a4a6e34), QTC(0x5a6562d6), QTC(0x5a8054cb), QTC(0x5a9b4414), QTC(0x5ab630b2),
+  QTC(0x5ad11aa6), QTC(0x5aec01f1), QTC(0x5b06e696), QTC(0x5b21c895), QTC(0x5b3ca7ef), QTC(0x5b5784a6), QTC(0x5b725ebc), QTC(0x5b8d3631),
+  QTC(0x5ba80b06), QTC(0x5bc2dd3e), QTC(0x5bddacd9), QTC(0x5bf879d8), QTC(0x5c13443d), QTC(0x5c2e0c09), QTC(0x5c48d13e), QTC(0x5c6393dc),
+  QTC(0x5c7e53e5), QTC(0x5c99115a), QTC(0x5cb3cc3c), QTC(0x5cce848d), QTC(0x5ce93a4e), QTC(0x5d03ed80), QTC(0x5d1e9e24), QTC(0x5d394c3b),
+  QTC(0x5d53f7c7), QTC(0x5d6ea0c9), QTC(0x5d894742), QTC(0x5da3eb33), QTC(0x5dbe8c9e), QTC(0x5dd92b84), QTC(0x5df3c7e5), QTC(0x5e0e61c3),
+  QTC(0x5e28f920), QTC(0x5e438dfc), QTC(0x5e5e2059), QTC(0x5e78b037), QTC(0x5e933d99), QTC(0x5eadc87e), QTC(0x5ec850e9), QTC(0x5ee2d6da),
+  QTC(0x5efd5a53), QTC(0x5f17db54), QTC(0x5f3259e0), QTC(0x5f4cd5f6), QTC(0x5f674f99), QTC(0x5f81c6c8), QTC(0x5f9c3b87), QTC(0x5fb6add4),
+  QTC(0x5fd11db3), QTC(0x5feb8b23), QTC(0x6005f626), QTC(0x60205ebd), QTC(0x603ac4e9), QTC(0x605528ac), QTC(0x606f8a05), QTC(0x6089e8f7),
+  QTC(0x60a44583), QTC(0x60be9fa9), QTC(0x60d8f76b), QTC(0x60f34cca), QTC(0x610d9fc7), QTC(0x6127f062), QTC(0x61423e9e), QTC(0x615c8a7a),
+  QTC(0x6176d3f9), QTC(0x61911b1b), QTC(0x61ab5fe1), QTC(0x61c5a24d), QTC(0x61dfe25f), QTC(0x61fa2018), QTC(0x62145b7a), QTC(0x622e9485),
+  QTC(0x6248cb3b), QTC(0x6262ff9d), QTC(0x627d31ab), QTC(0x62976167), QTC(0x62b18ed1), QTC(0x62cbb9eb), QTC(0x62e5e2b6), QTC(0x63000933),
+  QTC(0x631a2d62), QTC(0x63344f45), QTC(0x634e6edd), QTC(0x63688c2b), QTC(0x6382a730), QTC(0x639cbfec), QTC(0x63b6d661), QTC(0x63d0ea90),
+  QTC(0x63eafc7a), QTC(0x64050c1f), QTC(0x641f1982), QTC(0x643924a2), QTC(0x64532d80), QTC(0x646d341f), QTC(0x6487387e), QTC(0x64a13a9e),
+  QTC(0x64bb3a81), QTC(0x64d53828), QTC(0x64ef3393), QTC(0x65092cc4), QTC(0x652323bb), QTC(0x653d1879), QTC(0x65570b00), QTC(0x6570fb50),
+  QTC(0x658ae96b), QTC(0x65a4d550), QTC(0x65bebf01), QTC(0x65d8a680), QTC(0x65f28bcc), QTC(0x660c6ee8), QTC(0x66264fd3), QTC(0x66402e8f),
+  QTC(0x665a0b1c), QTC(0x6673e57d), QTC(0x668dbdb0), QTC(0x66a793b8), QTC(0x66c16795), QTC(0x66db3949), QTC(0x66f508d4), QTC(0x670ed636),
+  QTC(0x6728a172), QTC(0x67426a87), QTC(0x675c3177), QTC(0x6775f643), QTC(0x678fb8eb), QTC(0x67a97971), QTC(0x67c337d5), QTC(0x67dcf418),
+  QTC(0x67f6ae3b), QTC(0x6810663f), QTC(0x682a1c25), QTC(0x6843cfed), QTC(0x685d8199), QTC(0x68773129), QTC(0x6890de9f), QTC(0x68aa89fa),
+  QTC(0x68c4333d), QTC(0x68ddda67), QTC(0x68f77f7a), QTC(0x69112277), QTC(0x692ac35e), QTC(0x69446230), QTC(0x695dfeee), QTC(0x6977999a),
+  QTC(0x69913232), QTC(0x69aac8ba), QTC(0x69c45d31), QTC(0x69ddef98), QTC(0x69f77ff0), QTC(0x6a110e3a), QTC(0x6a2a9a77), QTC(0x6a4424a8),
+  QTC(0x6a5daccc), QTC(0x6a7732e6), QTC(0x6a90b6f6), QTC(0x6aaa38fd), QTC(0x6ac3b8fb), QTC(0x6add36f2), QTC(0x6af6b2e2), QTC(0x6b102ccd),
+  QTC(0x6b29a4b2), QTC(0x6b431a92), QTC(0x6b5c8e6f), QTC(0x6b76004a), QTC(0x6b8f7022), QTC(0x6ba8ddf9), QTC(0x6bc249d0), QTC(0x6bdbb3a7),
+  QTC(0x6bf51b80), QTC(0x6c0e815a), QTC(0x6c27e537), QTC(0x6c414718), QTC(0x6c5aa6fd), QTC(0x6c7404e7), QTC(0x6c8d60d7), QTC(0x6ca6bace),
+  QTC(0x6cc012cc), QTC(0x6cd968d2), QTC(0x6cf2bce1), QTC(0x6d0c0ef9), QTC(0x6d255f1d), QTC(0x6d3ead4b), QTC(0x6d57f985), QTC(0x6d7143cc),
+  QTC(0x6d8a8c21), QTC(0x6da3d283), QTC(0x6dbd16f5), QTC(0x6dd65976), QTC(0x6def9a08), QTC(0x6e08d8ab), QTC(0x6e221560), QTC(0x6e3b5027),
+  QTC(0x6e548902), QTC(0x6e6dbff1), QTC(0x6e86f4f5), QTC(0x6ea0280e), QTC(0x6eb9593e), QTC(0x6ed28885), QTC(0x6eebb5e3), QTC(0x6f04e15a),
+  QTC(0x6f1e0aea), QTC(0x6f373294), QTC(0x6f505859), QTC(0x6f697c39), QTC(0x6f829e35), QTC(0x6f9bbe4e), QTC(0x6fb4dc85), QTC(0x6fcdf8d9),
+  QTC(0x6fe7134d), QTC(0x70002be0), QTC(0x70194293), QTC(0x70325767), QTC(0x704b6a5d), QTC(0x70647b76), QTC(0x707d8ab1), QTC(0x70969811),
+  QTC(0x70afa394), QTC(0x70c8ad3d), QTC(0x70e1b50c), QTC(0x70fabb01), QTC(0x7113bf1d), QTC(0x712cc161), QTC(0x7145c1ce), QTC(0x715ec064),
+  QTC(0x7177bd24), QTC(0x7190b80f), QTC(0x71a9b124), QTC(0x71c2a866), QTC(0x71db9dd4), QTC(0x71f49170), QTC(0x720d8339), QTC(0x72267331),
+  QTC(0x723f6159), QTC(0x72584db0), QTC(0x72713838), QTC(0x728a20f1), QTC(0x72a307db), QTC(0x72bbecf9), QTC(0x72d4d049), QTC(0x72edb1ce),
+  QTC(0x73069187), QTC(0x731f6f75), QTC(0x73384b98), QTC(0x735125f3), QTC(0x7369fe84), QTC(0x7382d54d), QTC(0x739baa4e), QTC(0x73b47d89),
+  QTC(0x73cd4efd), QTC(0x73e61eab), QTC(0x73feec94), QTC(0x7417b8b8), QTC(0x74308319), QTC(0x74494bb6), QTC(0x74621291), QTC(0x747ad7aa),
+  QTC(0x74939b02), QTC(0x74ac5c98), QTC(0x74c51c6f), QTC(0x74ddda86), QTC(0x74f696de), QTC(0x750f5178), QTC(0x75280a54), QTC(0x7540c174),
+  QTC(0x755976d7), QTC(0x75722a7e), QTC(0x758adc69), QTC(0x75a38c9b), QTC(0x75bc3b12), QTC(0x75d4e7cf), QTC(0x75ed92d4), QTC(0x76063c21),
+  QTC(0x761ee3b6), QTC(0x76378994), QTC(0x76502dbc), QTC(0x7668d02e), QTC(0x768170eb), QTC(0x769a0ff3), QTC(0x76b2ad47), QTC(0x76cb48e7),
+  QTC(0x76e3e2d5), QTC(0x76fc7b10), QTC(0x7715119a), QTC(0x772da673), QTC(0x7746399b), QTC(0x775ecb13), QTC(0x77775adc), QTC(0x778fe8f6),
+  QTC(0x77a87561), QTC(0x77c1001f), QTC(0x77d98930), QTC(0x77f21095), QTC(0x780a964d), QTC(0x78231a5b), QTC(0x783b9cbd), QTC(0x78541d75),
+  QTC(0x786c9c84), QTC(0x788519e9), QTC(0x789d95a6), QTC(0x78b60fbb), QTC(0x78ce8828), QTC(0x78e6feef), QTC(0x78ff740f), QTC(0x7917e78a),
+  QTC(0x7930595f), QTC(0x7948c990), QTC(0x7961381d), QTC(0x7979a506), QTC(0x7992104c), QTC(0x79aa79f0), QTC(0x79c2e1f1), QTC(0x79db4852),
+  QTC(0x79f3ad11), QTC(0x7a0c1031), QTC(0x7a2471b0), QTC(0x7a3cd191), QTC(0x7a552fd3), QTC(0x7a6d8c76), QTC(0x7a85e77d), QTC(0x7a9e40e6),
+  QTC(0x7ab698b2), QTC(0x7aceeee3), QTC(0x7ae74378), QTC(0x7aff9673), QTC(0x7b17e7d2), QTC(0x7b303799), QTC(0x7b4885c5), QTC(0x7b60d259),
+  QTC(0x7b791d55), QTC(0x7b9166b9), QTC(0x7ba9ae86), QTC(0x7bc1f4bc), QTC(0x7bda395c), QTC(0x7bf27c66), QTC(0x7c0abddb), QTC(0x7c22fdbb),
+  QTC(0x7c3b3c07), QTC(0x7c5378c0), QTC(0x7c6bb3e5), QTC(0x7c83ed78), QTC(0x7c9c2579), QTC(0x7cb45be9), QTC(0x7ccc90c7), QTC(0x7ce4c414),
+  QTC(0x7cfcf5d2), QTC(0x7d152600), QTC(0x7d2d549f), QTC(0x7d4581b0), QTC(0x7d5dad32), QTC(0x7d75d727), QTC(0x7d8dff8f), QTC(0x7da6266a),
+  QTC(0x7dbe4bba), QTC(0x7dd66f7d), QTC(0x7dee91b6), QTC(0x7e06b264), QTC(0x7e1ed188), QTC(0x7e36ef22), QTC(0x7e4f0b34), QTC(0x7e6725bd),
+  QTC(0x7e7f3ebd), QTC(0x7e975636), QTC(0x7eaf6c28), QTC(0x7ec78093), QTC(0x7edf9378), QTC(0x7ef7a4d7), QTC(0x7f0fb4b1), QTC(0x7f27c307),
+  QTC(0x7f3fcfd8), QTC(0x7f57db25), QTC(0x7f6fe4ef), QTC(0x7f87ed36), QTC(0x7f9ff3fb), QTC(0x7fb7f93e), QTC(0x7fcffcff), QTC(0x7fe7ff40)
+};
+
+/*
+  table of pow(2.0,0.25*q)/2.0, q[0..4)
+*/
+const FIXP_QTD FDKaacEnc_quantTableQ[4] = { QTC(0x40000000), QTC(0x4c1bf7ff), QTC(0x5a82797f), QTC(0x6ba27e7f) };
+
+/*
+  table of pow(2.0,0.75*e)/8.0, e[0..4)
+*/
+const FIXP_QTD FDKaacEnc_quantTableE[4] = { QTC(0x10000000), QTC(0x1ae89f99), QTC(0x2d413ccd), QTC(0x4c1bf828) };
+
+
+/*
+  table to count used number of bits
+*/
+const SHORT FDKaacEnc_sideInfoTabLong[MAX_SFB_LONG + 1] =
+{
+  0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009,
+  0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009,
+  0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009,
+  0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x0009, 0x000e,
+  0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e,
+  0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e, 0x000e,
+  0x000e, 0x000e, 0x000e, 0x000e
+};
+
+
+const SHORT FDKaacEnc_sideInfoTabShort[MAX_SFB_SHORT + 1] =
+{
+  0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x0007, 0x000a,
+  0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000a, 0x000d, 0x000d
+};
+
+
+
+
+
+
+/*
+  Psy Configuration constants
+*/
+
+const SFB_PARAM_LONG p_FDKaacEnc_8000_long_1024 = {
+    40,
+    { 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 16, 16, 16, 16, 16, 16, 16,
+      20, 20, 20, 20, 24, 24, 24, 28, 28, 32, 36, 36, 40, 44, 48, 52, 56, 60, 64, 80 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_8000_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8, 12, 16, 20, 20 }
+};
+
+const SFB_PARAM_LONG p_FDKaacEnc_11025_long_1024 = {
+    43,
+    {  8,  8,  8,  8,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12, 12, 12, 12, 12, 12, 12,
+      16, 16, 16, 16, 20, 20, 20, 24, 24, 28, 28, 32, 36, 40, 40, 44, 48, 52, 56, 60,
+      64, 64, 64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_11025_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  8,  8, 12, 12, 16, 20, 20 }
+};
+
+const SFB_PARAM_LONG p_FDKaacEnc_12000_long_1024 = {
+    43,
+    {  8,  8,  8,  8,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12, 12, 12, 12, 12, 12, 12,
+      16, 16, 16, 16, 20, 20, 20, 24, 24, 28, 28, 32, 36, 40, 40, 44, 48, 52, 56, 60,
+      64, 64, 64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_12000_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  8,  8, 12, 12, 16, 20, 20 }
+};
+
+const SFB_PARAM_LONG p_FDKaacEnc_16000_long_1024 = {
+    43,
+    {  8,  8,  8,  8,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12, 12, 12, 12, 12, 12, 12,
+      16, 16, 16, 16, 20, 20, 20, 24, 24, 28, 28, 32, 36, 40, 40, 44, 48, 52, 56, 60,
+      64, 64, 64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_16000_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  8,  8, 12, 12, 16, 20, 20 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_22050_long_1024 = {
+    47,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8,  8,  8,  8,  8,
+       8, 12, 12, 12, 12, 16, 16, 16, 20, 20, 24, 24, 28, 28, 32, 36, 36, 40, 44, 48,
+      52, 52, 64, 64, 64, 64, 64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_22050_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  8,  8,  8, 12, 12, 16, 16, 20 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_24000_long_1024 = {
+    47,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8,  8,  8,  8,  8,
+       8, 12, 12, 12, 12, 16, 16, 16, 20, 20, 24, 24, 28, 28, 32, 36, 36, 40, 44, 48,
+      52, 52, 64, 64, 64, 64, 64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_24000_short_128 = {
+    15,
+    {  4,  4,  4,  4,  4,  4,  4,  8,  8,  8, 12, 12, 16, 16, 20 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_32000_long_1024 = {
+    51,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12,
+      12, 16, 16, 20, 20, 24, 24, 28, 28, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
+      32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_32000_short_128 = {
+    14,
+    {  4,  4,  4,  4,  4,  8,  8,  8, 12, 12, 12, 16, 16, 16 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_44100_long_1024 = {
+    49,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12,
+      12, 16, 16, 20, 20, 24, 24, 28, 28, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
+      32, 32, 32, 32, 32, 32, 32, 32, 96 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_44100_short_128 = {
+    14,
+    {  4,  4,  4,  4,  4,  8,  8,  8, 12, 12, 12, 16, 16, 16 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_48000_long_1024 = {
+    49,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8,  8,  8, 12, 12, 12,
+      12, 16, 16, 20, 20, 24, 24, 28, 28, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
+      32, 32, 32, 32, 32, 32, 32, 32, 96 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_48000_short_128 = {
+    14,
+    {  4,  4,  4,  4,  4,  8,  8,  8, 12, 12, 12, 16, 16, 16 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_64000_long_1024 = {
+    47,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8, 12, 12,
+      12, 16, 16, 16, 20, 24, 24, 28, 36, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40,
+      40, 40, 40, 40, 40, 40, 40 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_64000_short_128 = {
+    12,
+    {  4,  4,  4,  4,  4,  4,  8,  8,  8, 16, 28, 36 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_88200_long_1024 = {
+    41,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8, 12,
+      12, 12, 12, 12, 16, 16, 24, 28, 36, 44, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
+      64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_88200_short_128 = {
+    12,
+    {  4,  4,  4,  4,  4,  4,  8,  8,  8, 16, 28, 36 }
+};
+const SFB_PARAM_LONG p_FDKaacEnc_96000_long_1024 = {
+    41,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  8,  8,  8,  8,  8, 12,
+      12, 12, 12, 12, 16, 16, 24, 28, 36, 44, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
+      64 }
+};
+const SFB_PARAM_SHORT p_FDKaacEnc_96000_short_128 = {
+    12,
+    {  4,  4,  4,  4,  4,  4,  8,  8,  8, 16, 28, 36 }
+};
+
+
+/*
+  TNS filter coefficients
+*/
+
+/*
+  3 bit resolution
+*/
+const FIXP_DBL FDKaacEnc_tnsEncCoeff3[8]=
+{
+  0x81f1d201, 0x91261481, 0xadb92301, 0xd438af00, 0x00000000, 0x37898080, 0x64130dff, 0x7cca6fff
+};
+const FIXP_DBL FDKaacEnc_tnsCoeff3Borders[8]={
+  0x80000001 /*-4*/,  0x87b826df /*-3*/,  0x9df24154 /*-2*/,  0xbfffffe5 /*-1*/,
+  0xe9c5e578 /* 0*/,  0x1c7b90f0 /* 1*/,  0x4fce83a9 /* 2*/,  0x7352f2c3 /* 3*/
+};
+
+/*
+  4 bit resolution
+*/
+const FIXP_DBL FDKaacEnc_tnsEncCoeff4[16]=
+{
+  0x808bc881, 0x84e2e581, 0x8d6b4a01, 0x99da9201, 0xa9c45701, 0xbc9dde81, 0xd1c2d500, 0xe87ae540,
+  0x00000000, 0x1a9cd9c0, 0x340ff240, 0x4b3c8bff, 0x5f1f5e7f, 0x6ed9eb7f, 0x79bc387f, 0x7f4c7e7f
+};
+const FIXP_DBL FDKaacEnc_tnsCoeff4Borders[16]=
+{
+  0x80000001 /*-8*/,  0x822deff0 /*-7*/,  0x88a4bfe6 /*-6*/,  0x932c159d /*-5*/,
+  0xa16827c2 /*-4*/,  0xb2dcde27 /*-3*/,  0xc6f20b91 /*-2*/,  0xdcf89c64 /*-1*/,
+  0xf4308ce1 /* 0*/,  0x0d613054 /* 1*/,  0x278dde80 /* 2*/,  0x4000001b /* 3*/,
+  0x55a6127b /* 4*/,  0x678dde8f /* 5*/,  0x74ef0ed7 /* 6*/,  0x7d33f0da /* 7*/
+};
+const FIXP_DBL FDKaacEnc_mTab_4_3Elc[512]={
+  FL2FXCONST_DBL(0.3968502629920499),FL2FXCONST_DBL(0.3978840634868335),FL2FXCONST_DBL(0.3989185359354711),FL2FXCONST_DBL(0.3999536794661432),
+  FL2FXCONST_DBL(0.4009894932098531),FL2FXCONST_DBL(0.4020259763004115),FL2FXCONST_DBL(0.4030631278744227),FL2FXCONST_DBL(0.4041009470712695),
+  FL2FXCONST_DBL(0.4051394330330996),FL2FXCONST_DBL(0.4061785849048110),FL2FXCONST_DBL(0.4072184018340380),FL2FXCONST_DBL(0.4082588829711372),
+  FL2FXCONST_DBL(0.4093000274691739),FL2FXCONST_DBL(0.4103418344839078),FL2FXCONST_DBL(0.4113843031737798),FL2FXCONST_DBL(0.4124274326998980),
+  FL2FXCONST_DBL(0.4134712222260245),FL2FXCONST_DBL(0.4145156709185620),FL2FXCONST_DBL(0.4155607779465400),FL2FXCONST_DBL(0.4166065424816022),
+  FL2FXCONST_DBL(0.4176529636979932),FL2FXCONST_DBL(0.4187000407725452),FL2FXCONST_DBL(0.4197477728846652),FL2FXCONST_DBL(0.4207961592163222),
+  FL2FXCONST_DBL(0.4218451989520345),FL2FXCONST_DBL(0.4228948912788567),FL2FXCONST_DBL(0.4239452353863673),FL2FXCONST_DBL(0.4249962304666564),
+  FL2FXCONST_DBL(0.4260478757143130),FL2FXCONST_DBL(0.4271001703264124),FL2FXCONST_DBL(0.4281531135025046),FL2FXCONST_DBL(0.4292067044446017),
+  FL2FXCONST_DBL(0.4302609423571658),FL2FXCONST_DBL(0.4313158264470970),FL2FXCONST_DBL(0.4323713559237216),FL2FXCONST_DBL(0.4334275299987803),
+  FL2FXCONST_DBL(0.4344843478864161),FL2FXCONST_DBL(0.4355418088031630),FL2FXCONST_DBL(0.4365999119679339),FL2FXCONST_DBL(0.4376586566020096),
+  FL2FXCONST_DBL(0.4387180419290272),FL2FXCONST_DBL(0.4397780671749683),FL2FXCONST_DBL(0.4408387315681480),FL2FXCONST_DBL(0.4419000343392039),
+  FL2FXCONST_DBL(0.4429619747210847),FL2FXCONST_DBL(0.4440245519490388),FL2FXCONST_DBL(0.4450877652606038),FL2FXCONST_DBL(0.4461516138955953),
+  FL2FXCONST_DBL(0.4472160970960963),FL2FXCONST_DBL(0.4482812141064458),FL2FXCONST_DBL(0.4493469641732286),FL2FXCONST_DBL(0.4504133465452648),
+  FL2FXCONST_DBL(0.4514803604735984),FL2FXCONST_DBL(0.4525480052114875),FL2FXCONST_DBL(0.4536162800143939),FL2FXCONST_DBL(0.4546851841399719),
+  FL2FXCONST_DBL(0.4557547168480591),FL2FXCONST_DBL(0.4568248774006652),FL2FXCONST_DBL(0.4578956650619623),FL2FXCONST_DBL(0.4589670790982746),
+  FL2FXCONST_DBL(0.4600391187780688),FL2FXCONST_DBL(0.4611117833719430),FL2FXCONST_DBL(0.4621850721526184),FL2FXCONST_DBL(0.4632589843949278),
+  FL2FXCONST_DBL(0.4643335193758069),FL2FXCONST_DBL(0.4654086763742842),FL2FXCONST_DBL(0.4664844546714713),FL2FXCONST_DBL(0.4675608535505532),
+  FL2FXCONST_DBL(0.4686378722967790),FL2FXCONST_DBL(0.4697155101974522),FL2FXCONST_DBL(0.4707937665419216),FL2FXCONST_DBL(0.4718726406215713),
+  FL2FXCONST_DBL(0.4729521317298118),FL2FXCONST_DBL(0.4740322391620711),FL2FXCONST_DBL(0.4751129622157845),FL2FXCONST_DBL(0.4761943001903867),
+  FL2FXCONST_DBL(0.4772762523873015),FL2FXCONST_DBL(0.4783588181099338),FL2FXCONST_DBL(0.4794419966636599),FL2FXCONST_DBL(0.4805257873558190),
+  FL2FXCONST_DBL(0.4816101894957042),FL2FXCONST_DBL(0.4826952023945537),FL2FXCONST_DBL(0.4837808253655421),FL2FXCONST_DBL(0.4848670577237714),
+  FL2FXCONST_DBL(0.4859538987862632),FL2FXCONST_DBL(0.4870413478719488),FL2FXCONST_DBL(0.4881294043016621),FL2FXCONST_DBL(0.4892180673981298),
+  FL2FXCONST_DBL(0.4903073364859640),FL2FXCONST_DBL(0.4913972108916533),FL2FXCONST_DBL(0.4924876899435545),FL2FXCONST_DBL(0.4935787729718844),
+  FL2FXCONST_DBL(0.4946704593087116),FL2FXCONST_DBL(0.4957627482879484),FL2FXCONST_DBL(0.4968556392453423),FL2FXCONST_DBL(0.4979491315184684),
+  FL2FXCONST_DBL(0.4990432244467211),FL2FXCONST_DBL(0.5001379173713062),FL2FXCONST_DBL(0.5012332096352328),FL2FXCONST_DBL(0.5023291005833056),
+  FL2FXCONST_DBL(0.5034255895621171),FL2FXCONST_DBL(0.5045226759200399),FL2FXCONST_DBL(0.5056203590072181),FL2FXCONST_DBL(0.5067186381755611),
+  FL2FXCONST_DBL(0.5078175127787346),FL2FXCONST_DBL(0.5089169821721536),FL2FXCONST_DBL(0.5100170457129749),FL2FXCONST_DBL(0.5111177027600893),
+  FL2FXCONST_DBL(0.5122189526741143),FL2FXCONST_DBL(0.5133207948173868),FL2FXCONST_DBL(0.5144232285539552),FL2FXCONST_DBL(0.5155262532495726),
+  FL2FXCONST_DBL(0.5166298682716894),FL2FXCONST_DBL(0.5177340729894460),FL2FXCONST_DBL(0.5188388667736652),FL2FXCONST_DBL(0.5199442489968457),
+  FL2FXCONST_DBL(0.5210502190331544),FL2FXCONST_DBL(0.5221567762584198),FL2FXCONST_DBL(0.5232639200501247),FL2FXCONST_DBL(0.5243716497873989),
+  FL2FXCONST_DBL(0.5254799648510130),FL2FXCONST_DBL(0.5265888646233705),FL2FXCONST_DBL(0.5276983484885021),FL2FXCONST_DBL(0.5288084158320574),
+  FL2FXCONST_DBL(0.5299190660412995),FL2FXCONST_DBL(0.5310302985050975),FL2FXCONST_DBL(0.5321421126139198),FL2FXCONST_DBL(0.5332545077598274),
+  FL2FXCONST_DBL(0.5343674833364678),FL2FXCONST_DBL(0.5354810387390675),FL2FXCONST_DBL(0.5365951733644262),FL2FXCONST_DBL(0.5377098866109097),
+  FL2FXCONST_DBL(0.5388251778784438),FL2FXCONST_DBL(0.5399410465685075),FL2FXCONST_DBL(0.5410574920841272),FL2FXCONST_DBL(0.5421745138298695),
+  FL2FXCONST_DBL(0.5432921112118353),FL2FXCONST_DBL(0.5444102836376534),FL2FXCONST_DBL(0.5455290305164744),FL2FXCONST_DBL(0.5466483512589642),
+  FL2FXCONST_DBL(0.5477682452772976),FL2FXCONST_DBL(0.5488887119851529),FL2FXCONST_DBL(0.5500097507977050),FL2FXCONST_DBL(0.5511313611316194),
+  FL2FXCONST_DBL(0.5522535424050467),FL2FXCONST_DBL(0.5533762940376158),FL2FXCONST_DBL(0.5544996154504284),FL2FXCONST_DBL(0.5556235060660528),
+  FL2FXCONST_DBL(0.5567479653085183),FL2FXCONST_DBL(0.5578729926033087),FL2FXCONST_DBL(0.5589985873773569),FL2FXCONST_DBL(0.5601247490590389),
+  FL2FXCONST_DBL(0.5612514770781683),FL2FXCONST_DBL(0.5623787708659898),FL2FXCONST_DBL(0.5635066298551742),FL2FXCONST_DBL(0.5646350534798125),
+  FL2FXCONST_DBL(0.5657640411754097),FL2FXCONST_DBL(0.5668935923788799),FL2FXCONST_DBL(0.5680237065285404),FL2FXCONST_DBL(0.5691543830641059),
+  FL2FXCONST_DBL(0.5702856214266832),FL2FXCONST_DBL(0.5714174210587655),FL2FXCONST_DBL(0.5725497814042271),FL2FXCONST_DBL(0.5736827019083177),
+  FL2FXCONST_DBL(0.5748161820176573),FL2FXCONST_DBL(0.5759502211802304),FL2FXCONST_DBL(0.5770848188453810),FL2FXCONST_DBL(0.5782199744638067),
+  FL2FXCONST_DBL(0.5793556874875542),FL2FXCONST_DBL(0.5804919573700131),FL2FXCONST_DBL(0.5816287835659116),FL2FXCONST_DBL(0.5827661655313104),
+  FL2FXCONST_DBL(0.5839041027235979),FL2FXCONST_DBL(0.5850425946014850),FL2FXCONST_DBL(0.5861816406250000),FL2FXCONST_DBL(0.5873212402554834),
+  FL2FXCONST_DBL(0.5884613929555826),FL2FXCONST_DBL(0.5896020981892474),FL2FXCONST_DBL(0.5907433554217242),FL2FXCONST_DBL(0.5918851641195517),
+  FL2FXCONST_DBL(0.5930275237505556),FL2FXCONST_DBL(0.5941704337838434),FL2FXCONST_DBL(0.5953138936897999),FL2FXCONST_DBL(0.5964579029400819),
+  FL2FXCONST_DBL(0.5976024610076139),FL2FXCONST_DBL(0.5987475673665825),FL2FXCONST_DBL(0.5998932214924321),FL2FXCONST_DBL(0.6010394228618597),
+  FL2FXCONST_DBL(0.6021861709528106),FL2FXCONST_DBL(0.6033334652444733),FL2FXCONST_DBL(0.6044813052172748),FL2FXCONST_DBL(0.6056296903528761),
+  FL2FXCONST_DBL(0.6067786201341671),FL2FXCONST_DBL(0.6079280940452625),FL2FXCONST_DBL(0.6090781115714966),FL2FXCONST_DBL(0.6102286721994192),
+  FL2FXCONST_DBL(0.6113797754167908),FL2FXCONST_DBL(0.6125314207125777),FL2FXCONST_DBL(0.6136836075769482),FL2FXCONST_DBL(0.6148363355012674),
+  FL2FXCONST_DBL(0.6159896039780929),FL2FXCONST_DBL(0.6171434125011708),FL2FXCONST_DBL(0.6182977605654305),FL2FXCONST_DBL(0.6194526476669808),
+  FL2FXCONST_DBL(0.6206080733031054),FL2FXCONST_DBL(0.6217640369722584),FL2FXCONST_DBL(0.6229205381740598),FL2FXCONST_DBL(0.6240775764092919),
+  FL2FXCONST_DBL(0.6252351511798939),FL2FXCONST_DBL(0.6263932619889586),FL2FXCONST_DBL(0.6275519083407275),FL2FXCONST_DBL(0.6287110897405869),
+  FL2FXCONST_DBL(0.6298708056950635),FL2FXCONST_DBL(0.6310310557118203),FL2FXCONST_DBL(0.6321918392996523),FL2FXCONST_DBL(0.6333531559684823),
+  FL2FXCONST_DBL(0.6345150052293571),FL2FXCONST_DBL(0.6356773865944432),FL2FXCONST_DBL(0.6368402995770224),FL2FXCONST_DBL(0.6380037436914881),
+  FL2FXCONST_DBL(0.6391677184533411),FL2FXCONST_DBL(0.6403322233791856),FL2FXCONST_DBL(0.6414972579867254),FL2FXCONST_DBL(0.6426628217947594),
+  FL2FXCONST_DBL(0.6438289143231779),FL2FXCONST_DBL(0.6449955350929588),FL2FXCONST_DBL(0.6461626836261636),FL2FXCONST_DBL(0.6473303594459330),
+  FL2FXCONST_DBL(0.6484985620764839),FL2FXCONST_DBL(0.6496672910431047),FL2FXCONST_DBL(0.6508365458721518),FL2FXCONST_DBL(0.6520063260910459),
+  FL2FXCONST_DBL(0.6531766312282679),FL2FXCONST_DBL(0.6543474608133552),FL2FXCONST_DBL(0.6555188143768979),FL2FXCONST_DBL(0.6566906914505349),
+  FL2FXCONST_DBL(0.6578630915669509),FL2FXCONST_DBL(0.6590360142598715),FL2FXCONST_DBL(0.6602094590640603),FL2FXCONST_DBL(0.6613834255153149),
+  FL2FXCONST_DBL(0.6625579131504635),FL2FXCONST_DBL(0.6637329215073610),FL2FXCONST_DBL(0.6649084501248851),FL2FXCONST_DBL(0.6660844985429335),
+  FL2FXCONST_DBL(0.6672610663024197),FL2FXCONST_DBL(0.6684381529452691),FL2FXCONST_DBL(0.6696157580144163),FL2FXCONST_DBL(0.6707938810538011),
+  FL2FXCONST_DBL(0.6719725216083646),FL2FXCONST_DBL(0.6731516792240465),FL2FXCONST_DBL(0.6743313534477807),FL2FXCONST_DBL(0.6755115438274927),
+  FL2FXCONST_DBL(0.6766922499120955),FL2FXCONST_DBL(0.6778734712514865),FL2FXCONST_DBL(0.6790552073965435),FL2FXCONST_DBL(0.6802374578991223),
+  FL2FXCONST_DBL(0.6814202223120524),FL2FXCONST_DBL(0.6826035001891340),FL2FXCONST_DBL(0.6837872910851345),FL2FXCONST_DBL(0.6849715945557853),
+  FL2FXCONST_DBL(0.6861564101577784),FL2FXCONST_DBL(0.6873417374487629),FL2FXCONST_DBL(0.6885275759873420),FL2FXCONST_DBL(0.6897139253330697),
+  FL2FXCONST_DBL(0.6909007850464473),FL2FXCONST_DBL(0.6920881546889198),FL2FXCONST_DBL(0.6932760338228737),FL2FXCONST_DBL(0.6944644220116332),
+  FL2FXCONST_DBL(0.6956533188194565),FL2FXCONST_DBL(0.6968427238115332),FL2FXCONST_DBL(0.6980326365539813),FL2FXCONST_DBL(0.6992230566138435),
+  FL2FXCONST_DBL(0.7004139835590845),FL2FXCONST_DBL(0.7016054169585869),FL2FXCONST_DBL(0.7027973563821499),FL2FXCONST_DBL(0.7039898014004843),
+  FL2FXCONST_DBL(0.7051827515852106),FL2FXCONST_DBL(0.7063762065088554),FL2FXCONST_DBL(0.7075701657448483),FL2FXCONST_DBL(0.7087646288675196),
+  FL2FXCONST_DBL(0.7099595954520960),FL2FXCONST_DBL(0.7111550650746988),FL2FXCONST_DBL(0.7123510373123402),FL2FXCONST_DBL(0.7135475117429202),
+  FL2FXCONST_DBL(0.7147444879452244),FL2FXCONST_DBL(0.7159419654989200),FL2FXCONST_DBL(0.7171399439845538),FL2FXCONST_DBL(0.7183384229835486),
+  FL2FXCONST_DBL(0.7195374020782005),FL2FXCONST_DBL(0.7207368808516762),FL2FXCONST_DBL(0.7219368588880097),FL2FXCONST_DBL(0.7231373357720997),
+  FL2FXCONST_DBL(0.7243383110897066),FL2FXCONST_DBL(0.7255397844274496),FL2FXCONST_DBL(0.7267417553728043),FL2FXCONST_DBL(0.7279442235140992),
+  FL2FXCONST_DBL(0.7291471884405130),FL2FXCONST_DBL(0.7303506497420724),FL2FXCONST_DBL(0.7315546070096487),FL2FXCONST_DBL(0.7327590598349553),
+  FL2FXCONST_DBL(0.7339640078105445),FL2FXCONST_DBL(0.7351694505298055),FL2FXCONST_DBL(0.7363753875869610),FL2FXCONST_DBL(0.7375818185770647),
+  FL2FXCONST_DBL(0.7387887430959987),FL2FXCONST_DBL(0.7399961607404706),FL2FXCONST_DBL(0.7412040711080108),FL2FXCONST_DBL(0.7424124737969701),
+  FL2FXCONST_DBL(0.7436213684065166),FL2FXCONST_DBL(0.7448307545366334),FL2FXCONST_DBL(0.7460406317881158),FL2FXCONST_DBL(0.7472509997625686),
+  FL2FXCONST_DBL(0.7484618580624036),FL2FXCONST_DBL(0.7496732062908372),FL2FXCONST_DBL(0.7508850440518872),FL2FXCONST_DBL(0.7520973709503704),
+  FL2FXCONST_DBL(0.7533101865919009),FL2FXCONST_DBL(0.7545234905828862),FL2FXCONST_DBL(0.7557372825305252),FL2FXCONST_DBL(0.7569515620428062),
+  FL2FXCONST_DBL(0.7581663287285035),FL2FXCONST_DBL(0.7593815821971756),FL2FXCONST_DBL(0.7605973220591619),FL2FXCONST_DBL(0.7618135479255810),
+  FL2FXCONST_DBL(0.7630302594083277),FL2FXCONST_DBL(0.7642474561200708),FL2FXCONST_DBL(0.7654651376742505),FL2FXCONST_DBL(0.7666833036850760),
+  FL2FXCONST_DBL(0.7679019537675227),FL2FXCONST_DBL(0.7691210875373307),FL2FXCONST_DBL(0.7703407046110011),FL2FXCONST_DBL(0.7715608046057948),
+  FL2FXCONST_DBL(0.7727813871397293),FL2FXCONST_DBL(0.7740024518315765),FL2FXCONST_DBL(0.7752239983008605),FL2FXCONST_DBL(0.7764460261678551),
+  FL2FXCONST_DBL(0.7776685350535814),FL2FXCONST_DBL(0.7788915245798054),FL2FXCONST_DBL(0.7801149943690360),FL2FXCONST_DBL(0.7813389440445223),
+  FL2FXCONST_DBL(0.7825633732302513),FL2FXCONST_DBL(0.7837882815509458),FL2FXCONST_DBL(0.7850136686320621),FL2FXCONST_DBL(0.7862395340997874),
+  FL2FXCONST_DBL(0.7874658775810378),FL2FXCONST_DBL(0.7886926987034559),FL2FXCONST_DBL(0.7899199970954088),FL2FXCONST_DBL(0.7911477723859853),
+  FL2FXCONST_DBL(0.7923760242049944),FL2FXCONST_DBL(0.7936047521829623),FL2FXCONST_DBL(0.7948339559511308),FL2FXCONST_DBL(0.7960636351414546),
+  FL2FXCONST_DBL(0.7972937893865995),FL2FXCONST_DBL(0.7985244183199399),FL2FXCONST_DBL(0.7997555215755570),FL2FXCONST_DBL(0.8009870987882359),
+  FL2FXCONST_DBL(0.8022191495934644),FL2FXCONST_DBL(0.8034516736274301),FL2FXCONST_DBL(0.8046846705270185),FL2FXCONST_DBL(0.8059181399298110),
+  FL2FXCONST_DBL(0.8071520814740822),FL2FXCONST_DBL(0.8083864947987989),FL2FXCONST_DBL(0.8096213795436166),FL2FXCONST_DBL(0.8108567353488784),
+  FL2FXCONST_DBL(0.8120925618556127),FL2FXCONST_DBL(0.8133288587055308),FL2FXCONST_DBL(0.8145656255410253),FL2FXCONST_DBL(0.8158028620051674),
+  FL2FXCONST_DBL(0.8170405677417053),FL2FXCONST_DBL(0.8182787423950622),FL2FXCONST_DBL(0.8195173856103341),FL2FXCONST_DBL(0.8207564970332875),
+  FL2FXCONST_DBL(0.8219960763103580),FL2FXCONST_DBL(0.8232361230886477),FL2FXCONST_DBL(0.8244766370159234),FL2FXCONST_DBL(0.8257176177406150),
+  FL2FXCONST_DBL(0.8269590649118125),FL2FXCONST_DBL(0.8282009781792650),FL2FXCONST_DBL(0.8294433571933784),FL2FXCONST_DBL(0.8306862016052132),
+  FL2FXCONST_DBL(0.8319295110664831),FL2FXCONST_DBL(0.8331732852295520),FL2FXCONST_DBL(0.8344175237474336),FL2FXCONST_DBL(0.8356622262737878),
+  FL2FXCONST_DBL(0.8369073924629202),FL2FXCONST_DBL(0.8381530219697793),FL2FXCONST_DBL(0.8393991144499545),FL2FXCONST_DBL(0.8406456695596752),
+  FL2FXCONST_DBL(0.8418926869558079),FL2FXCONST_DBL(0.8431401662958544),FL2FXCONST_DBL(0.8443881072379507),FL2FXCONST_DBL(0.8456365094408642),
+  FL2FXCONST_DBL(0.8468853725639923),FL2FXCONST_DBL(0.8481346962673606),FL2FXCONST_DBL(0.8493844802116208),FL2FXCONST_DBL(0.8506347240580492),
+  FL2FXCONST_DBL(0.8518854274685442),FL2FXCONST_DBL(0.8531365901056253),FL2FXCONST_DBL(0.8543882116324307),FL2FXCONST_DBL(0.8556402917127157),
+  FL2FXCONST_DBL(0.8568928300108512),FL2FXCONST_DBL(0.8581458261918209),FL2FXCONST_DBL(0.8593992799212207),FL2FXCONST_DBL(0.8606531908652563),
+  FL2FXCONST_DBL(0.8619075586907414),FL2FXCONST_DBL(0.8631623830650962),FL2FXCONST_DBL(0.8644176636563452),FL2FXCONST_DBL(0.8656734001331161),
+  FL2FXCONST_DBL(0.8669295921646375),FL2FXCONST_DBL(0.8681862394207371),FL2FXCONST_DBL(0.8694433415718407),FL2FXCONST_DBL(0.8707008982889695),
+  FL2FXCONST_DBL(0.8719589092437391),FL2FXCONST_DBL(0.8732173741083574),FL2FXCONST_DBL(0.8744762925556232),FL2FXCONST_DBL(0.8757356642589241),
+  FL2FXCONST_DBL(0.8769954888922352),FL2FXCONST_DBL(0.8782557661301171),FL2FXCONST_DBL(0.8795164956477146),FL2FXCONST_DBL(0.8807776771207545),
+  FL2FXCONST_DBL(0.8820393102255443),FL2FXCONST_DBL(0.8833013946389704),FL2FXCONST_DBL(0.8845639300384969),FL2FXCONST_DBL(0.8858269161021629),
+  FL2FXCONST_DBL(0.8870903525085819),FL2FXCONST_DBL(0.8883542389369399),FL2FXCONST_DBL(0.8896185750669933),FL2FXCONST_DBL(0.8908833605790678),
+  FL2FXCONST_DBL(0.8921485951540565),FL2FXCONST_DBL(0.8934142784734187),FL2FXCONST_DBL(0.8946804102191776),FL2FXCONST_DBL(0.8959469900739191),
+  FL2FXCONST_DBL(0.8972140177207906),FL2FXCONST_DBL(0.8984814928434985),FL2FXCONST_DBL(0.8997494151263077),FL2FXCONST_DBL(0.9010177842540390),
+  FL2FXCONST_DBL(0.9022865999120682),FL2FXCONST_DBL(0.9035558617863242),FL2FXCONST_DBL(0.9048255695632878),FL2FXCONST_DBL(0.9060957229299895),
+  FL2FXCONST_DBL(0.9073663215740092),FL2FXCONST_DBL(0.9086373651834729),FL2FXCONST_DBL(0.9099088534470528),FL2FXCONST_DBL(0.9111807860539647),
+  FL2FXCONST_DBL(0.9124531626939672),FL2FXCONST_DBL(0.9137259830573594),FL2FXCONST_DBL(0.9149992468349805),FL2FXCONST_DBL(0.9162729537182071),
+  FL2FXCONST_DBL(0.9175471033989524),FL2FXCONST_DBL(0.9188216955696648),FL2FXCONST_DBL(0.9200967299233258),FL2FXCONST_DBL(0.9213722061534494),
+  FL2FXCONST_DBL(0.9226481239540795),FL2FXCONST_DBL(0.9239244830197896),FL2FXCONST_DBL(0.9252012830456805),FL2FXCONST_DBL(0.9264785237273793),
+  FL2FXCONST_DBL(0.9277562047610376),FL2FXCONST_DBL(0.9290343258433305),FL2FXCONST_DBL(0.9303128866714547),FL2FXCONST_DBL(0.9315918869431275),
+  FL2FXCONST_DBL(0.9328713263565848),FL2FXCONST_DBL(0.9341512046105802),FL2FXCONST_DBL(0.9354315214043836),FL2FXCONST_DBL(0.9367122764377792),
+  FL2FXCONST_DBL(0.9379934694110648),FL2FXCONST_DBL(0.9392751000250497),FL2FXCONST_DBL(0.9405571679810542),FL2FXCONST_DBL(0.9418396729809072),
+  FL2FXCONST_DBL(0.9431226147269456),FL2FXCONST_DBL(0.9444059929220124),FL2FXCONST_DBL(0.9456898072694558),FL2FXCONST_DBL(0.9469740574731275),
+  FL2FXCONST_DBL(0.9482587432373810),FL2FXCONST_DBL(0.9495438642670713),FL2FXCONST_DBL(0.9508294202675522),FL2FXCONST_DBL(0.9521154109446763),
+  FL2FXCONST_DBL(0.9534018360047926),FL2FXCONST_DBL(0.9546886951547455),FL2FXCONST_DBL(0.9559759881018738),FL2FXCONST_DBL(0.9572637145540087),
+  FL2FXCONST_DBL(0.9585518742194732),FL2FXCONST_DBL(0.9598404668070802),FL2FXCONST_DBL(0.9611294920261317),FL2FXCONST_DBL(0.9624189495864168),
+  FL2FXCONST_DBL(0.9637088391982110),FL2FXCONST_DBL(0.9649991605722750),FL2FXCONST_DBL(0.9662899134198524),FL2FXCONST_DBL(0.9675810974526697),
+  FL2FXCONST_DBL(0.9688727123829343),FL2FXCONST_DBL(0.9701647579233330),FL2FXCONST_DBL(0.9714572337870316),FL2FXCONST_DBL(0.9727501396876727),
+  FL2FXCONST_DBL(0.9740434753393749),FL2FXCONST_DBL(0.9753372404567313),FL2FXCONST_DBL(0.9766314347548087),FL2FXCONST_DBL(0.9779260579491460),
+  FL2FXCONST_DBL(0.9792211097557527),FL2FXCONST_DBL(0.9805165898911081),FL2FXCONST_DBL(0.9818124980721600),FL2FXCONST_DBL(0.9831088340163232),
+  FL2FXCONST_DBL(0.9844055974414786),FL2FXCONST_DBL(0.9857027880659716),FL2FXCONST_DBL(0.9870004056086111),FL2FXCONST_DBL(0.9882984497886684),
+  FL2FXCONST_DBL(0.9895969203258759),FL2FXCONST_DBL(0.9908958169404255),FL2FXCONST_DBL(0.9921951393529680),FL2FXCONST_DBL(0.9934948872846116),
+  FL2FXCONST_DBL(0.9947950604569206),FL2FXCONST_DBL(0.9960956585919144),FL2FXCONST_DBL(0.9973966814120665),FL2FXCONST_DBL(0.9986981286403025)
+};
+
+const FIXP_DBL FDKaacEnc_specExpMantTableCombElc[4][14] =
+{
+  {FL2FXCONST_DBL(0.5000000000000000), FL2FXCONST_DBL(0.6299605249474366), FL2FXCONST_DBL(0.7937005259840998), FL2FXCONST_DBL(0.5000000000000000),
+   FL2FXCONST_DBL(0.6299605249474366), FL2FXCONST_DBL(0.7937005259840998), FL2FXCONST_DBL(0.5000000000000000), FL2FXCONST_DBL(0.6299605249474366),
+   FL2FXCONST_DBL(0.7937005259840998), FL2FXCONST_DBL(0.5000000000000000), FL2FXCONST_DBL(0.6299605249474366), FL2FXCONST_DBL(0.7937005259840998),
+   FL2FXCONST_DBL(0.5000000000000000), FL2FXCONST_DBL(0.6299605249474366)},
+
+  {FL2FXCONST_DBL(0.5946035575013605), FL2FXCONST_DBL(0.7491535384383408), FL2FXCONST_DBL(0.9438743126816935), FL2FXCONST_DBL(0.5946035575013605),
+   FL2FXCONST_DBL(0.7491535384383408), FL2FXCONST_DBL(0.9438743126816935), FL2FXCONST_DBL(0.5946035575013605), FL2FXCONST_DBL(0.7491535384383408),
+   FL2FXCONST_DBL(0.9438743126816935), FL2FXCONST_DBL(0.5946035575013605), FL2FXCONST_DBL(0.7491535384383408), FL2FXCONST_DBL(0.9438743126816935),
+   FL2FXCONST_DBL(0.5946035575013605), FL2FXCONST_DBL(0.7491535384383408)},
+
+  {FL2FXCONST_DBL(0.7071067811865476), FL2FXCONST_DBL(0.8908987181403393), FL2FXCONST_DBL(0.5612310241546865), FL2FXCONST_DBL(0.7071067811865476),
+   FL2FXCONST_DBL(0.8908987181403393), FL2FXCONST_DBL(0.5612310241546865), FL2FXCONST_DBL(0.7071067811865476), FL2FXCONST_DBL(0.8908987181403393),
+   FL2FXCONST_DBL(0.5612310241546865), FL2FXCONST_DBL(0.7071067811865476), FL2FXCONST_DBL(0.8908987181403393), FL2FXCONST_DBL(0.5612310241546865),
+   FL2FXCONST_DBL(0.7071067811865476), FL2FXCONST_DBL(0.8908987181403393)},
+
+  {FL2FXCONST_DBL(0.8408964152537145), FL2FXCONST_DBL(0.5297315471796477), FL2FXCONST_DBL(0.6674199270850172), FL2FXCONST_DBL(0.8408964152537145),
+   FL2FXCONST_DBL(0.5297315471796477), FL2FXCONST_DBL(0.6674199270850172), FL2FXCONST_DBL(0.8408964152537145), FL2FXCONST_DBL(0.5297315471796477),
+   FL2FXCONST_DBL(0.6674199270850172), FL2FXCONST_DBL(0.8408964152537145), FL2FXCONST_DBL(0.5297315471796477), FL2FXCONST_DBL(0.6674199270850172),
+   FL2FXCONST_DBL(0.8408964152537145), FL2FXCONST_DBL(0.5297315471796477)}
+};
+
+const UCHAR FDKaacEnc_specExpTableComb[4][14] =
+{
+  {1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18},
+  {1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18},
+  {1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16, 17, 18},
+  {1, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 19}
+};
+
+
+#define WTS0 1
+#define WTS1 0
+#define WTS2 -2
+
+const FIXP_WTB ELDAnalysis512[1536] = {
+  /* part 0 */
+  WTC0(0xfac5a770), WTC0(0xfaafbab8), WTC0(0xfa996a40), WTC0(0xfa82bbd0), WTC0(0xfa6bb538), WTC0(0xfa545c38), WTC0(0xfa3cb698), WTC0(0xfa24ca28), 
+  WTC0(0xfa0c9ca8), WTC0(0xf9f433e8), WTC0(0xf9db9580), WTC0(0xf9c2c298), WTC0(0xf9a9b800), WTC0(0xf9907250), WTC0(0xf976ee38), WTC0(0xf95d2b88), 
+  WTC0(0xf9432d10), WTC0(0xf928f5c0), WTC0(0xf90e8868), WTC0(0xf8f3e400), WTC0(0xf8d903a0), WTC0(0xf8bde238), WTC0(0xf8a27af0), WTC0(0xf886cde8), 
+  WTC0(0xf86ae020), WTC0(0xf84eb6c0), WTC0(0xf83256f8), WTC0(0xf815c4b8), WTC0(0xf7f902c0), WTC0(0xf7dc13b0), WTC0(0xf7befa60), WTC0(0xf7a1ba40), 
+  WTC0(0xf78457c0), WTC0(0xf766d780), WTC0(0xf7493d90), WTC0(0xf72b8990), WTC0(0xf70db5f0), WTC0(0xf6efbd30), WTC0(0xf6d19a20), WTC0(0xf6b352e0), 
+  WTC0(0xf694f8c0), WTC0(0xf6769da0), WTC0(0xf6585310), WTC0(0xf63a28d0), WTC0(0xf61c2c60), WTC0(0xf5fe6b10), WTC0(0xf5e0f250), WTC0(0xf5c3ceb0), 
+  WTC0(0xf5a70be0), WTC0(0xf58ab5a0), WTC0(0xf56ed7b0), WTC0(0xf5537e40), WTC0(0xf538b610), WTC0(0xf51e8bf0), WTC0(0xf5050c90), WTC0(0xf4ec4330), 
+  WTC0(0xf4d439b0), WTC0(0xf4bcf9b0), WTC0(0xf4a68ce0), WTC0(0xf490fa80), WTC0(0xf47c4760), WTC0(0xf4687830), WTC0(0xf4558f00), WTC0(0xf4434fc0), 
+  WTC0(0xf4314070), WTC0(0xf41ee450), WTC0(0xf40bc130), WTC0(0xf3f799c0), WTC0(0xf3e26d30), WTC0(0xf3cc3d70), WTC0(0xf3b50c80), WTC0(0xf39cdd60), 
+  WTC0(0xf383b440), WTC0(0xf3699550), WTC0(0xf34e84c0), WTC0(0xf33286b0), WTC0(0xf3159f10), WTC0(0xf2f7d1b0), WTC0(0xf2d92290), WTC0(0xf2b994d0), 
+  WTC0(0xf2992ad0), WTC0(0xf277e6d0), WTC0(0xf255cb60), WTC0(0xf232dd00), WTC0(0xf20f2240), WTC0(0xf1eaa1d0), WTC0(0xf1c56240), WTC0(0xf19f63d0), 
+  WTC0(0xf178a0f0), WTC0(0xf15113a0), WTC0(0xf128b5c0), WTC0(0xf0ff7fd0), WTC0(0xf0d56860), WTC0(0xf0aa6610), WTC0(0xf07e6fd0), WTC0(0xf0518190), 
+  WTC0(0xf0239cd0), WTC0(0xeff4c320), WTC0(0xefc4f720), WTC0(0xef945080), WTC0(0xef62fce0), WTC0(0xef312a40), WTC0(0xeeff05c0), WTC0(0xeecca2c0), 
+  WTC0(0xee99faa0), WTC0(0xee6705a0), WTC0(0xee33bb60), WTC0(0xee000060), WTC0(0xedcba660), WTC0(0xed967e80), WTC0(0xed605b80), WTC0(0xed293b40), 
+  WTC0(0xecf146a0), WTC0(0xecb8a8a0), WTC0(0xec7f8bc0), WTC0(0xec461260), WTC0(0xec0c5720), WTC0(0xebd27440), WTC0(0xeb988220), WTC0(0xeb5e7040), 
+  WTC0(0xeb2404c0), WTC0(0xeae90440), WTC0(0xeaad33c0), WTC0(0xea7066c0), WTC0(0xea327f60), WTC0(0xe9f36000), WTC0(0xe9b2ed60), WTC0(0xe9713920), 
+  WTC0(0xe92e81e0), WTC0(0xe8eb08c0), WTC0(0xe8a70e60), WTC0(0xe862d8e0), WTC0(0xe81eb340), WTC0(0xe7dae8a0), WTC0(0xe797c1a0), WTC0(0xe7554ca0), 
+  WTC0(0xe7135dc0), WTC0(0xe6d1c6a0), WTC0(0xe6905720), WTC0(0xe64eb9c0), WTC0(0xe60c7300), WTC0(0xe5c90600), WTC0(0xe583f920), WTC0(0xe53d1ce0), 
+  WTC0(0xe4f48c80), WTC0(0xe4aa6640), WTC0(0xe45ecaa0), WTC0(0xe4120be0), WTC0(0xe3c4ae60), WTC0(0xe3773860), WTC0(0xe32a2ea0), WTC0(0xe2ddeea0), 
+  WTC0(0xe292af00), WTC0(0xe248a4a0), WTC0(0xe2000140), WTC0(0xe1b8b640), WTC0(0xe1727440), WTC0(0xe12ce900), WTC0(0xe0e7c280), WTC0(0xe0a2b420), 
+  WTC0(0xe05d76c0), WTC0(0xe017c360), WTC0(0xdfd15440), WTC0(0xdf8a0540), WTC0(0xdf41d300), WTC0(0xdef8bb40), WTC0(0xdeaebd40), WTC0(0xde63e7c0), 
+  WTC0(0xde185940), WTC0(0xddcc3180), WTC0(0xdd7f9000), WTC0(0xdd329e80), WTC0(0xdce58e80), WTC0(0xdc989300), WTC0(0xdc4bde40), WTC0(0xdbff96c0), 
+  WTC0(0xdbb3d780), WTC0(0xdb68bb80), WTC0(0xdb1e5c80), WTC0(0xdad4c380), WTC0(0xda8be840), WTC0(0xda43c1c0), WTC0(0xd9fc4740), WTC0(0xd9b56640), 
+  WTC0(0xd96f0440), WTC0(0xd9290600), WTC0(0xd8e35080), WTC0(0xd89dcd40), WTC0(0xd8586b40), WTC0(0xd8131940), WTC0(0xd7cdc640), WTC0(0xd7886180), 
+  WTC0(0xd742dc80), WTC0(0xd6fd2780), WTC0(0xd6b73400), WTC0(0xd670fd80), WTC0(0xd62a8a40), WTC0(0xd5e3e080), WTC0(0xd59d0840), WTC0(0xd5562b80), 
+  WTC0(0xd50f9540), WTC0(0xd4c992c0), WTC0(0xd4846f80), WTC0(0xd4405a80), WTC0(0xd3fd6580), WTC0(0xd3bba140), WTC0(0xd37b1c80), WTC0(0xd33bb780), 
+  WTC0(0xd2fd2400), WTC0(0xd2bf1240), WTC0(0xd2813300), WTC0(0xd2435ac0), WTC0(0xd2057fc0), WTC0(0xd1c79a00), WTC0(0xd189a240), WTC0(0xd14b9dc0), 
+  WTC0(0xd10d9e00), WTC0(0xd0cfb580), WTC0(0xd091f6c0), WTC0(0xd0548100), WTC0(0xd0177f40), WTC0(0xcfdb1cc0), WTC0(0xcf9f84c0), WTC0(0xcf64d780), 
+  WTC0(0xcf2b2b00), WTC0(0xcef29440), WTC0(0xcebb2640), WTC0(0xce84c000), WTC0(0xce4f0bc0), WTC0(0xce19b200), WTC0(0xcde45d40), WTC0(0xcdaeedc0), 
+  WTC0(0xcd7979c0), WTC0(0xcd4419c0), WTC0(0xcd0ee6c0), WTC0(0xccda0540), WTC0(0xcca5a500), WTC0(0xcc71f640), WTC0(0xcc3f2800), WTC0(0xcc0d4300), 
+  WTC0(0xcbdc2a00), WTC0(0xcbabbe80), WTC0(0xcb7be200), WTC0(0xcb4c8200), WTC0(0xcb1d9800), WTC0(0xcaef1d40), WTC0(0xcac10bc0), WTC0(0xca936440), 
+  WTC0(0xca662d00), WTC0(0xca396d40), WTC0(0xca0d2b80), WTC0(0xc9e16f80), WTC0(0xc9b63f80), WTC0(0xc98ba2c0), WTC0(0xc961a000), WTC0(0xc9383ec0), 
+  WTC0(0xc90a0440), WTC0(0xc8e0d280), WTC0(0xc8b73b80), WTC0(0xc88d4900), WTC0(0xc86304c0), WTC0(0xc83878c0), WTC0(0xc80dae80), WTC0(0xc7e2afc0), 
+  WTC0(0xc7b78640), WTC0(0xc78c3c40), WTC0(0xc760da80), WTC0(0xc7356640), WTC0(0xc709de40), WTC0(0xc6de41c0), WTC0(0xc6b28fc0), WTC0(0xc686bd40), 
+  WTC0(0xc65ab600), WTC0(0xc62e6580), WTC0(0xc601b880), WTC0(0xc5d4bac0), WTC0(0xc5a79640), WTC0(0xc57a76c0), WTC0(0xc54d8780), WTC0(0xc520e840), 
+  WTC0(0xc4f4acc0), WTC0(0xc4c8e880), WTC0(0xc49dad80), WTC0(0xc472e640), WTC0(0xc44856c0), WTC0(0xc41dc140), WTC0(0xc3f2e940), WTC0(0xc3c7bc00), 
+  WTC0(0xc39c4f00), WTC0(0xc370b9c0), WTC0(0xc34513c0), WTC0(0xc3197940), WTC0(0xc2ee0a00), WTC0(0xc2c2e640), WTC0(0xc2982d80), WTC0(0xc26df5c0), 
+  WTC0(0xc2444b00), WTC0(0xc21b3940), WTC0(0xc1f2cbc0), WTC0(0xc1cb05c0), WTC0(0xc1a3e340), WTC0(0xc17d5f00), WTC0(0xc15773c0), WTC0(0xc1320940), 
+  WTC0(0xc10cf480), WTC0(0xc0e80a00), WTC0(0xc0c31f00), WTC0(0xc09e2640), WTC0(0xc0792ec0), WTC0(0xc0544940), WTC0(0xc02f86c0), WTC0(0xc00b04c0), 
+  WTC0(0xbfe6ed01), WTC0(0xbfc36a01), WTC0(0xbfa0a581), WTC0(0xbf7eb581), WTC0(0xbf5d9a81), WTC0(0xbf3d5501), WTC0(0xbf1de601), WTC0(0xbeff4801), 
+  WTC0(0xbee17201), WTC0(0xbec45881), WTC0(0xbea7f301), WTC0(0xbe8c3781), WTC0(0xbe712001), WTC0(0xbe56a381), WTC0(0xbe3cbc01), WTC0(0xbe236001), 
+  WTC0(0xbe0a8581), WTC0(0xbdf22181), WTC0(0xbdda2a01), WTC0(0xbdc29a81), WTC0(0xbdab7181), WTC0(0xbd94b001), WTC0(0xbd7e5581), WTC0(0xbd686681), 
+  WTC0(0xbd52eb01), WTC0(0xbd3deb81), WTC0(0xbd297181), WTC0(0xbd158801), WTC0(0xbd023f01), WTC0(0xbcefa601), WTC0(0xbcddcc81), WTC0(0xbcccbd01), 
+  WTC0(0xbcbc7e01), WTC0(0xbcad1501), WTC0(0xbc9e8801), WTC0(0xbc90d481), WTC0(0xbc83f201), WTC0(0xbc77d601), WTC0(0xbc6c7781), WTC0(0xbc61c401), 
+  WTC0(0xbc57a301), WTC0(0xbc4dfb81), WTC0(0xbc44b481), WTC0(0xbc3bbc01), WTC0(0xbc330781), WTC0(0xbc2a8c81), WTC0(0xbc224181), WTC0(0xbc1a2401), 
+  WTC0(0xbc123b81), WTC0(0xbc0a8f01), WTC0(0xbc032601), WTC0(0xbbfc0f81), WTC0(0xbbf56181), WTC0(0xbbef3301), WTC0(0xbbe99981), WTC0(0xbbe49d01), 
+  WTC0(0xbbe03801), WTC0(0xbbdc6481), WTC0(0xbbd91b81), WTC0(0xbbd64d01), WTC0(0xbbd3e101), WTC0(0xbbd1bd81), WTC0(0xbbcfca81), WTC0(0xbbce0601), 
+  WTC0(0xbbcc8201), WTC0(0xbbcb5301), WTC0(0xbbca8d01), WTC0(0xbbca5081), WTC0(0xbbcaca01), WTC0(0xbbcc2681), WTC0(0xbbce9181), WTC0(0xbbd21281), 
+  WTC0(0xbbd68c81), WTC0(0xbbdbe201), WTC0(0xbbe1f401), WTC0(0xbbe89901), WTC0(0xbbef9b81), WTC0(0xbbf6c601), WTC0(0xbbfde481), WTC0(0xbc04e381), 
+  WTC0(0xbc0bcf81), WTC0(0xbc12b801), WTC0(0xbc19ab01), WTC0(0xbc20ae01), WTC0(0xbc27bd81), WTC0(0xbc2ed681), WTC0(0xbc35f501), WTC0(0xbc3d1801), 
+  WTC0(0xbc444081), WTC0(0xbc4b6e81), WTC0(0xbc52a381), WTC0(0xbc59df81), WTC0(0xbc612301), WTC0(0xbc686e01), WTC0(0xbc6fc101), WTC0(0xbc771c01), 
+  WTC0(0xbc7e7e01), WTC0(0xbc85e801), WTC0(0xbc8d5901), WTC0(0xbc94d201), WTC0(0xbc9c5281), WTC0(0xbca3db01), WTC0(0xbcab6c01), WTC0(0xbcb30601), 
+  WTC0(0xbcbaa801), WTC0(0xbcc25181), WTC0(0xbcca0301), WTC0(0xbcd1bb81), WTC0(0xbcd97c81), WTC0(0xbce14601), WTC0(0xbce91801), WTC0(0xbcf0f381), 
+  WTC0(0xbcf8d781), WTC0(0xbd00c381), WTC0(0xbd08b781), WTC0(0xbd10b381), WTC0(0xbd18b781), WTC0(0xbd20c401), WTC0(0xbd28d981), WTC0(0xbd30f881), 
+  WTC0(0xbd391f81), WTC0(0xbd414f01), WTC0(0xbd498601), WTC0(0xbd51c481), WTC0(0xbd5a0b01), WTC0(0xbd625981), WTC0(0xbd6ab101), WTC0(0xbd731081), 
+  WTC0(0xbd7b7781), WTC0(0xbd83e681), WTC0(0xbd8c5c01), WTC0(0xbd94d801), WTC0(0xbd9d5b81), WTC0(0xbda5e601), WTC0(0xbdae7881), WTC0(0xbdb71201), 
+  WTC0(0xbdbfb281), WTC0(0xbdc85981), WTC0(0xbdd10681), WTC0(0xbdd9b981), WTC0(0xbde27201), WTC0(0xbdeb3101), WTC0(0xbdf3f701), WTC0(0xbdfcc301), 
+  WTC0(0xbe059481), WTC0(0xbe0e6c01), WTC0(0xbe174781), WTC0(0xbe202801), WTC0(0xbe290d01), WTC0(0xbe31f701), WTC0(0xbe3ae601), WTC0(0xbe43da81), 
+  WTC0(0xbe4cd381), WTC0(0xbe55d001), WTC0(0xbe5ed081), WTC0(0xbe67d381), WTC0(0xbe70da01), WTC0(0xbe79e481), WTC0(0xbe82f301), WTC0(0xbe8c0501), 
+  WTC0(0xbe951a81), WTC0(0xbe9e3281), WTC0(0xbea74c81), WTC0(0xbeb06881), WTC0(0xbeb98681), WTC0(0xbec2a781), WTC0(0xbecbca81), WTC0(0xbed4f081), 
+  WTC0(0xbede1901), WTC0(0xbee74281), WTC0(0xbef06d01), WTC0(0xbef99901), WTC0(0xbf02c581), WTC0(0xbf0bf381), WTC0(0xbf152381), WTC0(0xbf1e5501), 
+  WTC0(0xbf278801), WTC0(0xbf30bb01), WTC0(0xbf39ee81), WTC0(0xbf432281), WTC0(0xbf4c5681), WTC0(0xbf558b01), WTC0(0xbf5ec101), WTC0(0xbf67f801), 
+  WTC0(0xbf712f01), WTC0(0xbf7a6681), WTC0(0xbf839d81), WTC0(0xbf8cd481), WTC0(0xbf960b01), WTC0(0xbf9f4181), WTC0(0xbfa87901), WTC0(0xbfb1b101), 
+  WTC0(0xbfbae981), WTC0(0xbfc42201), WTC0(0xbfcd5a01), WTC0(0xbfd69101), WTC0(0xbfdfc781), WTC0(0xbfe8fc01), WTC0(0xbff22f81), WTC0(0xbffb6081), 
+  /* part 1 */
+  WTC1(0x80093e01), WTC1(0x801b9b01), WTC1(0x802df701), WTC1(0x80405101), WTC1(0x8052a881), WTC1(0x8064fc81), WTC1(0x80774c81), WTC1(0x80899881), 
+  WTC1(0x809bdf01), WTC1(0x80ae1f81), WTC1(0x80c05a01), WTC1(0x80d28d81), WTC1(0x80e4bb81), WTC1(0x80f6e481), WTC1(0x81090981), WTC1(0x811b2981), 
+  WTC1(0x812d4481), WTC1(0x813f5981), WTC1(0x81516701), WTC1(0x81636d81), WTC1(0x81756d81), WTC1(0x81876781), WTC1(0x81995c01), WTC1(0x81ab4b01), 
+  WTC1(0x81bd3401), WTC1(0x81cf1581), WTC1(0x81e0ee81), WTC1(0x81f2bf81), WTC1(0x82048881), WTC1(0x82164a81), WTC1(0x82280581), WTC1(0x8239b981), 
+  WTC1(0x824b6601), WTC1(0x825d0901), WTC1(0x826ea201), WTC1(0x82803101), WTC1(0x8291b601), WTC1(0x82a33281), WTC1(0x82b4a601), WTC1(0x82c61101), 
+  WTC1(0x82d77201), WTC1(0x82e8c801), WTC1(0x82fa1181), WTC1(0x830b4f81), WTC1(0x831c8101), WTC1(0x832da781), WTC1(0x833ec381), WTC1(0x834fd481), 
+  WTC1(0x8360d901), WTC1(0x8371d081), WTC1(0x8382ba01), WTC1(0x83939501), WTC1(0x83a46181), WTC1(0x83b52101), WTC1(0x83c5d381), WTC1(0x83d67881), 
+  WTC1(0x83e70f01), WTC1(0x83f79681), WTC1(0x84080d81), WTC1(0x84187401), WTC1(0x8428ca01), WTC1(0x84391081), WTC1(0x84494881), WTC1(0x84597081), 
+  WTC1(0x84698881), WTC1(0x84798f81), WTC1(0x84898481), WTC1(0x84996701), WTC1(0x84a93801), WTC1(0x84b8f801), WTC1(0x84c8a701), WTC1(0x84d84601), 
+  WTC1(0x84e7d381), WTC1(0x84f74e01), WTC1(0x8506b581), WTC1(0x85160981), WTC1(0x85254a81), WTC1(0x85347901), WTC1(0x85439601), WTC1(0x8552a181), 
+  WTC1(0x85619a01), WTC1(0x85707f81), WTC1(0x857f5101), WTC1(0x858e0e01), WTC1(0x859cb781), WTC1(0x85ab4f01), WTC1(0x85b9d481), WTC1(0x85c84801), 
+  WTC1(0x85d6a981), WTC1(0x85e4f801), WTC1(0x85f33281), WTC1(0x86015981), WTC1(0x860f6e01), WTC1(0x861d7081), WTC1(0x862b6201), WTC1(0x86394301), 
+  WTC1(0x86471281), WTC1(0x8654d001), WTC1(0x86627b01), WTC1(0x86701381), WTC1(0x867d9a81), WTC1(0x868b1001), WTC1(0x86987581), WTC1(0x86a5ca81), 
+  WTC1(0x86b30f01), WTC1(0x86c04381), WTC1(0x86cd6681), WTC1(0x86da7901), WTC1(0x86e77b81), WTC1(0x86f46d81), WTC1(0x87014f81), WTC1(0x870e2301), 
+  WTC1(0x871ae981), WTC1(0x8727a381), WTC1(0x87345381), WTC1(0x8740f681), WTC1(0x874d8681), WTC1(0x8759fd01), WTC1(0x87665481), WTC1(0x87729701), 
+  WTC1(0x877ede01), WTC1(0x878b4301), WTC1(0x8797dd81), WTC1(0x87a48b01), WTC1(0x87b0ef01), WTC1(0x87bcab81), WTC1(0x87c76201), WTC1(0x87d0ca81), 
+  WTC1(0x87fdd781), WTC1(0x881dd301), WTC1(0x88423301), WTC1(0x886a8a81), WTC1(0x88962981), WTC1(0x88c45e81), WTC1(0x88f47901), WTC1(0x8925f101), 
+  WTC1(0x89586901), WTC1(0x898b8301), WTC1(0x89bee581), WTC1(0x89f26101), WTC1(0x8a25f301), WTC1(0x8a599a81), WTC1(0x8a8d5801), WTC1(0x8ac13381), 
+  WTC1(0x8af53e81), WTC1(0x8b298b81), WTC1(0x8b5e2c81), WTC1(0x8b933001), WTC1(0x8bc8a401), WTC1(0x8bfe9401), WTC1(0x8c350d01), WTC1(0x8c6c1b01), 
+  WTC1(0x8ca3cb01), WTC1(0x8cdc2901), WTC1(0x8d154081), WTC1(0x8d4f1b01), WTC1(0x8d89be81), WTC1(0x8dc53001), WTC1(0x8e017581), WTC1(0x8e3e9481), 
+  WTC1(0x8e7c9301), WTC1(0x8ebb7581), WTC1(0x8efb4181), WTC1(0x8f3bfb01), WTC1(0x8f7da401), WTC1(0x8fc03f01), WTC1(0x9003ce81), WTC1(0x90485401), 
+  WTC1(0x908dd101), WTC1(0x90d44781), WTC1(0x911bb981), WTC1(0x91642781), WTC1(0x91ad9281), WTC1(0x91f7f981), WTC1(0x92435d01), WTC1(0x928fbe01), 
+  WTC1(0x92dd1b01), WTC1(0x932b7501), WTC1(0x937acb01), WTC1(0x93cb1c81), WTC1(0x941c6901), WTC1(0x946eaf81), WTC1(0x94c1ee01), WTC1(0x95162381), 
+  WTC1(0x956b4f81), WTC1(0x95c17081), WTC1(0x96188501), WTC1(0x96708b81), WTC1(0x96c98381), WTC1(0x97236b01), WTC1(0x977e4181), WTC1(0x97da0481), 
+  WTC1(0x9836b201), WTC1(0x98944901), WTC1(0x98f2c601), WTC1(0x99522801), WTC1(0x99b26c81), WTC1(0x9a139101), WTC1(0x9a759301), WTC1(0x9ad87081), 
+  WTC1(0x9b3c2801), WTC1(0x9ba0b701), WTC1(0x9c061b81), WTC1(0x9c6c5481), WTC1(0x9cd35f81), WTC1(0x9d3b3b81), WTC1(0x9da3e601), WTC1(0x9e0d5e01), 
+  WTC1(0x9e779f81), WTC1(0x9ee2a901), WTC1(0x9f4e7801), WTC1(0x9fbb0981), WTC1(0xa0285d81), WTC1(0xa0967201), WTC1(0xa1054701), WTC1(0xa174da81), 
+  WTC1(0xa1e52a81), WTC1(0xa2563501), WTC1(0xa2c7f801), WTC1(0xa33a7201), WTC1(0xa3ada281), WTC1(0xa4218801), WTC1(0xa4962181), WTC1(0xa50b6e81), 
+  WTC1(0xa5816e81), WTC1(0xa5f81f81), WTC1(0xa66f8201), WTC1(0xa6e79401), WTC1(0xa7605601), WTC1(0xa7d9c681), WTC1(0xa853e501), WTC1(0xa8ceb201), 
+  WTC1(0xa94a2c01), WTC1(0xa9c65401), WTC1(0xaa432981), WTC1(0xaac0ad01), WTC1(0xab3edf01), WTC1(0xabbdc001), WTC1(0xac3d5001), WTC1(0xacbd9081), 
+  WTC1(0xad3e8101), WTC1(0xadc02281), WTC1(0xae427481), WTC1(0xaec57801), WTC1(0xaf492f01), WTC1(0xafcd9a81), WTC1(0xb052bc01), WTC1(0xb0d89401), 
+  WTC1(0xb15f2381), WTC1(0xb1e66a01), WTC1(0xb26e6881), WTC1(0xb2f71f01), WTC1(0xb3808d81), WTC1(0xb40ab501), WTC1(0xb4959501), WTC1(0xb5212e81), 
+  WTC1(0x4a6cf67f), WTC1(0x49dffeff), WTC1(0x495265ff), WTC1(0x48c4277f), WTC1(0x4835407f), WTC1(0x47a5aeff), WTC1(0x471570ff), WTC1(0x468484ff), 
+  WTC1(0x45f2eaff), WTC1(0x4560a2ff), WTC1(0x44cdad7f), WTC1(0x443a0c7f), WTC1(0x43a5c07f), WTC1(0x4310caff), WTC1(0x427b2bff), WTC1(0x41e4e3ff), 
+  WTC1(0x414df2ff), WTC1(0x40b6557f), WTC1(0x401e06ff), WTC1(0x3f8503c0), WTC1(0x3eeb4e00), WTC1(0x3e50ebc0), WTC1(0x3db5e680), WTC1(0x3d1a4680), 
+  WTC1(0x3c7e10c0), WTC1(0x3be14cc0), WTC1(0x3b4402c0), WTC1(0x3aa63800), WTC1(0x3a07e840), WTC1(0x39690880), WTC1(0x38c98700), WTC1(0x38295b40), 
+  WTC1(0x37888a80), WTC1(0x36e71d40), WTC1(0x36451d80), WTC1(0x35a29400), WTC1(0x34ff8800), WTC1(0x345c04c0), WTC1(0x33b81940), WTC1(0x3313d200), 
+  WTC1(0x326f3800), WTC1(0x31ca5600), WTC1(0x31253840), WTC1(0x307fe8c0), WTC1(0x2fda6e40), WTC1(0x2f34ce40), WTC1(0x2e8f0e40), WTC1(0x2de92ec0), 
+  WTC1(0x2d432780), WTC1(0x2c9cea40), WTC1(0x2bf66300), WTC1(0x2b4f88c0), WTC1(0x2aa864c0), WTC1(0x2a010240), WTC1(0x29596e40), WTC1(0x28b1ba80), 
+  WTC1(0x2809ff40), WTC1(0x27625b80), WTC1(0x26baf580), WTC1(0x2613e7c0), WTC1(0x256d3dc0), WTC1(0x24c70300), WTC1(0x24214380), WTC1(0x237c0800), 
+  WTC1(0x22d75400), WTC1(0x22332a80), WTC1(0x218f8cc0), WTC1(0x20ec7e40), WTC1(0x204a04c0), WTC1(0x1fa82540), WTC1(0x1f06e300), WTC1(0x1e664000), 
+  WTC1(0x1dc63bc0), WTC1(0x1d26d3c0), WTC1(0x1c8803a0), WTC1(0x1be9cc40), WTC1(0x1b4c34c0), WTC1(0x1aaf4480), WTC1(0x1a130260), WTC1(0x197774a0), 
+  WTC1(0x18dca260), WTC1(0x184294e0), WTC1(0x17a95840), WTC1(0x1710fd80), WTC1(0x16799ce0), WTC1(0x15e35340), WTC1(0x154e41a0), WTC1(0x14ba8360), 
+  WTC1(0x14282be0), WTC1(0x13975100), WTC1(0x13080aa0), WTC1(0x127a6240), WTC1(0x11ee50a0), WTC1(0x1163cc80), WTC1(0x10dacb20), WTC1(0x105333a0), 
+  WTC1(0x0fccdb30), WTC1(0x0f478f40), WTC1(0x0ec31700), WTC1(0x0e3f4e80), WTC1(0x0dbc27f0), WTC1(0x0d399000), WTC1(0x0cb76d00), WTC1(0x0c359d50), 
+  WTC1(0x0bb3fd50), WTC1(0x0b326bd0), WTC1(0x0ab0ca80), WTC1(0x0a2f0dc0), WTC1(0x09ad40c0), WTC1(0x092b7a90), WTC1(0x08a9db80), WTC1(0x08285c80), 
+  WTC1(0x07a6c7b8), WTC1(0x0724e4e0), WTC1(0x06a27b80), WTC1(0x061f52f8), WTC1(0x059b2ad0), WTC1(0x0515b568), WTC1(0x048ea058), WTC1(0x04066408), 
+  WTC1(0x037e52d8), WTC1(0x02f7d3c8), WTC1(0x0274614c), WTC1(0x01f63008), WTC1(0x0180403a), WTC1(0x0115c442), WTC1(0x00ba09e2), WTC1(0x006f077c), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  /* part 2 */
+  WTC2(0xfff36be1), WTC2(0xffdafbc1), WTC2(0xffc28035), WTC2(0xffa9fe8a), WTC2(0xff917c08), WTC2(0xff78fdfc), WTC2(0xff6089af), WTC2(0xff48246c), 
+  WTC2(0xff2fd37f), WTC2(0xff179c31), WTC2(0xfeff83b6), WTC2(0xfee78d18), WTC2(0xfecfb93e), WTC2(0xfeb808f2), WTC2(0xfea07d06), WTC2(0xfe8916b4), 
+  WTC2(0xfe71d7a0), WTC2(0xfe5ac174), WTC2(0xfe43d5d6), WTC2(0xfe2d167e), WTC2(0xfe16852e), WTC2(0xfe0023a6), WTC2(0xfde9f3f8), WTC2(0xfdd3ff7c), 
+  WTC2(0xfdbe56c0), WTC2(0xfda90aa8), WTC2(0xfd942b78), WTC2(0xfd7fbb20), WTC2(0xfd6bad50), WTC2(0xfd57f510), WTC2(0xfd44857c), WTC2(0xfd3153fc), 
+  WTC2(0xfd1e5840), WTC2(0xfd0b8a0c), WTC2(0xfcf8e180), WTC2(0xfce65eec), WTC2(0xfcd40ad0), WTC2(0xfcc1ee0c), WTC2(0xfcb011e8), WTC2(0xfc9e896c), 
+  WTC2(0xfc8d716c), WTC2(0xfc7ce720), WTC2(0xfc6d072c), WTC2(0xfc5de09c), WTC2(0xfc4f74e8), WTC2(0xfc41c4e8), WTC2(0xfc34d0dc), WTC2(0xfc288a68), 
+  WTC2(0xfc1cd49c), WTC2(0xfc1191e0), WTC2(0xfc06a4d0), WTC2(0xfbfbf3e8), WTC2(0xfbf16990), WTC2(0xfbe6f068), WTC2(0xfbdc7428), WTC2(0xfbd1fc68), 
+  WTC2(0xfbc7ac50), WTC2(0xfbbda868), WTC2(0xfbb41500), WTC2(0xfbab1438), WTC2(0xfba2c5f8), WTC2(0xfb9b4a00), WTC2(0xfb94bfa8), WTC2(0xfb8f3b48), 
+  WTC2(0xfb8ac638), WTC2(0xfb876970), WTC2(0xfb852d20), WTC2(0xfb840ae0), WTC2(0xfb83ed60), WTC2(0xfb84bec0), WTC2(0xfb866918), WTC2(0xfb88d4a8), 
+  WTC2(0xfb8be810), WTC2(0xfb8f89d0), WTC2(0xfb93a080), WTC2(0xfb981418), WTC2(0xfb9ccdf0), WTC2(0xfba1b770), WTC2(0xfba6bae0), WTC2(0xfbabd5c0), 
+  WTC2(0xfbb118d8), WTC2(0xfbb695c0), WTC2(0xfbbc5e90), WTC2(0xfbc29030), WTC2(0xfbc95268), WTC2(0xfbd0cd78), WTC2(0xfbd929c8), WTC2(0xfbe294d0), 
+  WTC2(0xfbed4108), WTC2(0xfbf96118), WTC2(0xfc0726c8), WTC2(0xfc16b064), WTC2(0xfc280890), WTC2(0xfc3b3920), WTC2(0xfc504a98), WTC2(0xfc67271c), 
+  WTC2(0xfc7f9a74), WTC2(0xfc996f18), WTC2(0xfcb46eb8), WTC2(0xfcd050b0), WTC2(0xfcecba24), WTC2(0xfd094f64), WTC2(0xfd25b720), WTC2(0xfd41ce40), 
+  WTC2(0xfd5da7f8), WTC2(0xfd7959d8), WTC2(0xfd94fb74), WTC2(0xfdb0d3fc), WTC2(0xfdcd5a34), WTC2(0xfdeb06e4), WTC2(0xfe0a5184), WTC2(0xfe2b92c4), 
+  WTC2(0xfe4f0486), WTC2(0xfe74df54), WTC2(0xfe9d5886), WTC2(0xfec85b92), WTC2(0xfef58a16), WTC2(0xff248275), WTC2(0xff54e401), WTC2(0xff866330), 
+  WTC2(0xffb8c99b), WTC2(0xffebe1c9), WTC2(0x001f786a), WTC2(0x00538bf9), WTC2(0x00884cbc), WTC2(0x00bded23), WTC2(0x00f49f54), WTC2(0x012c8ee4), 
+  WTC2(0x0165e0d2), WTC2(0x01a0b9d6), WTC2(0x01dd3d80), WTC2(0x021b74d4), WTC2(0x025b4e48), WTC2(0x029cb730), WTC2(0x02df9d0c), WTC2(0x0323f1a4), 
+  WTC2(0x0369ab00), WTC2(0x03b0bf5c), WTC2(0x03f925a0), WTC2(0x0442e3d8), WTC2(0x048e0f40), WTC2(0x04dabdb0), WTC2(0x05290430), WTC2(0x0578e428), 
+  WTC2(0x05ca4b60), WTC2(0x061d26c0), WTC2(0x067163d8), WTC2(0x06c6ff10), WTC2(0x071e03b0), WTC2(0x07767da0), WTC2(0x07d07918), WTC2(0x082c08e0), 
+  WTC2(0x08894660), WTC2(0x08e84b70), WTC2(0x094930b0), WTC2(0x09abf8d0), WTC2(0x0a109020), WTC2(0x0a76e210), WTC2(0x0adeda50), WTC2(0x0b486b80), 
+  WTC2(0x0bb38f00), WTC2(0x0c203e80), WTC2(0x0c8e73e0), WTC2(0x0cfe2c30), WTC2(0x0d6f6820), WTC2(0x0de22850), WTC2(0x0e566d90), WTC2(0x0ecc3dd0), 
+  WTC2(0x0f43a3a0), WTC2(0x0fbca9f0), WTC2(0x10375b80), WTC2(0x10b3be20), WTC2(0x1131d280), WTC2(0x11b19960), WTC2(0x123313a0), WTC2(0x12b64380), 
+  WTC2(0x133b2d00), WTC2(0x13c1d440), WTC2(0x144a3d60), WTC2(0x14d46900), WTC2(0x15605480), WTC2(0x15edfd20), WTC2(0x167d6040), WTC2(0x170e7e80), 
+  WTC2(0x17a15b80), WTC2(0x1835fb00), WTC2(0x18cc60a0), WTC2(0x19648dc0), WTC2(0x19fe80e0), WTC2(0x1a9a38a0), WTC2(0x1b37b3e0), WTC2(0x1bd6f400), 
+  WTC2(0x1c77fd20), WTC2(0x1d1ad400), WTC2(0x1dbf7c80), WTC2(0x1e65f820), WTC2(0x1f0e4540), WTC2(0x1fb861e0), WTC2(0x20644cc0), WTC2(0x21120640), 
+  WTC2(0x21c19240), WTC2(0x2272f480), WTC2(0x23263000), WTC2(0x23db4580), WTC2(0x24923340), WTC2(0x254af700), WTC2(0x26058e80), WTC2(0x26c1fa00), 
+  WTC2(0x27803d00), WTC2(0x28405a40), WTC2(0x29025500), WTC2(0x29c62d40), WTC2(0x2a8be0c0), WTC2(0x2b536cc0), WTC2(0x2c1ccf80), WTC2(0x2ce80840), 
+  WTC2(0x2db519c0), WTC2(0x2e840600), WTC2(0x2f54cf80), WTC2(0x302775c0), WTC2(0x30fbf640), WTC2(0x31d24e00), WTC2(0x32aa7a00), WTC2(0x338479c0), 
+  WTC2(0x34604e40), WTC2(0x353df900), WTC2(0x361d7ac0), WTC2(0x36fed200), WTC2(0x37e1fb40), WTC2(0x38c6f240), WTC2(0x39adb2c0), WTC2(0x3a963a00), 
+  WTC2(0x3b808740), WTC2(0x3c6c9880), WTC2(0x3d5a6cc0), WTC2(0x3e4a0040), WTC2(0x3f3b4bc0), WTC2(0x402e48ff), WTC2(0x4122f17f), WTC2(0x42193f7f), 
+  WTC2(0x43112eff), WTC2(0x440abbff), WTC2(0x4505e2ff), WTC2(0x46029e7f), WTC2(0x4700e9ff), WTC2(0x4800bfff), WTC2(0x49021bff), WTC2(0x4a050eff), 
+  WTC2(0x4b09bc7f), WTC2(0x4c104aff), WTC2(0x4d18df7f), WTC2(0x4e23a07f), WTC2(0x4f30b2ff), WTC2(0x50403c7f), WTC2(0x515262ff), WTC2(0x52674b7f), 
+  WTC2(0x001678b2), WTC2(0x00061a3b), WTC2(0xfffb4622), WTC2(0xfff5ea94), WTC2(0xfff5f5b9), WTC2(0xfffb55bd), WTC2(0x0005f8cb), WTC2(0x0015cd0c), 
+  WTC2(0x002ac0ac), WTC2(0x0044c1d5), WTC2(0x0063beb2), WTC2(0x0087a56d), WTC2(0x00b06431), WTC2(0x00dde929), WTC2(0x01102280), WTC2(0x0146fe5e), 
+  WTC2(0x01826af2), WTC2(0x01c25662), WTC2(0x0206aedc), WTC2(0x024f6288), WTC2(0x029c5f94), WTC2(0x02ed9424), WTC2(0x0342ee6c), WTC2(0x039c5c90), 
+  WTC2(0x03f9ccbc), WTC2(0x045b2d18), WTC2(0x04c06bd8), WTC2(0x05297718), WTC2(0x05963d10), WTC2(0x0606abe8), WTC2(0x067ab1c0), WTC2(0x06f23cd0), 
+  WTC2(0x076d3b40), WTC2(0x07eb9b38), WTC2(0x086d4ae0), WTC2(0x08f23860), WTC2(0x097a51f0), WTC2(0x0a0585b0), WTC2(0x0a93c1d0), WTC2(0x0b24f470), 
+  WTC2(0x0bb90bc0), WTC2(0x0c4ff5f0), WTC2(0x0ce9a130), WTC2(0x0d85fb90), WTC2(0x0e24f360), WTC2(0x0ec676b0), WTC2(0x0f6a73b0), WTC2(0x1010d880), 
+  WTC2(0x10b99360), WTC2(0x11649280), WTC2(0x1211c400), WTC2(0x12c115e0), WTC2(0x137276a0), WTC2(0x1425d420), WTC2(0x14db1ca0), WTC2(0x15923e60), 
+  WTC2(0x164b2780), WTC2(0x1705c620), WTC2(0x17c20860), WTC2(0x187fdca0), WTC2(0x193f30e0), WTC2(0x19fff340), WTC2(0x1ac21200), WTC2(0x1b857b40), 
+  WTC2(0x1c4a1d40), WTC2(0x1d0fe600), WTC2(0x1dd6c3e0), WTC2(0x1e9ea4e0), WTC2(0x1f677740), WTC2(0x20312940), WTC2(0x20fba8c0), WTC2(0x21c6e440), 
+  WTC2(0x2292c9c0), WTC2(0x235f4780), WTC2(0x242c4b80), WTC2(0x24f9c400), WTC2(0x25c79f40), WTC2(0x2695cb40), WTC2(0x27643680), WTC2(0x2832cec0), 
+  WTC2(0x29018240), WTC2(0x29d03f80), WTC2(0x2a9ef480), WTC2(0x2b6d8f00), WTC2(0x2c3bfdc0), WTC2(0x2d0a2ec0), WTC2(0x2dd81000), WTC2(0x2ea58fc0), 
+  WTC2(0x2f729c40), WTC2(0x303f2380), WTC2(0x310b1400), WTC2(0x31d65b80), WTC2(0x32a0e840), WTC2(0x336aa8c0), WTC2(0x34338ac0), WTC2(0x34fb7cc0), 
+  WTC2(0x35c26cc0), WTC2(0x36884900), WTC2(0x374cff80), WTC2(0x38107e80), WTC2(0x38d2b440), WTC2(0x39938ec0), WTC2(0x3a52fc40), WTC2(0x3b10eb00), 
+  WTC2(0x3bcd4900), WTC2(0x3c880480), WTC2(0x3d410bc0), WTC2(0x3df84d00), WTC2(0x3eadb600), WTC2(0x3f613540), WTC2(0x4012b8ff), WTC2(0x40c22eff), 
+  WTC2(0x416f85ff), WTC2(0x421aab7f), WTC2(0x42c38e7f), WTC2(0x436a1c7f), WTC2(0x440e437f), WTC2(0x44aff27f), WTC2(0x454f167f), WTC2(0x45eb9eff), 
+  WTC2(0x468578ff), WTC2(0x471c937f), WTC2(0x47b0dc7f), WTC2(0x484241ff), WTC2(0x48d0b1ff), WTC2(0x495c1a7f), WTC2(0x49e46a7f), WTC2(0x4a698f7f), 
+  WTC2(0x4aeb77ff), WTC2(0x4b6a11ff), WTC2(0x4be54b7f), WTC2(0x4c5d12ff), WTC2(0x4cd155ff), WTC2(0x4d4203ff), WTC2(0x4daf09ff), WTC2(0x4e18567f), 
+  WTC2(0x4e7dd77f), WTC2(0x4edf7b7f), WTC2(0x4f3d307f), WTC2(0x4f96e47f), WTC2(0x4fec85ff), WTC2(0x503e02ff), WTC2(0x508b497f), WTC2(0x50d447ff), 
+  WTC2(0x5118ec7f), WTC2(0x515924ff), WTC2(0x5194dfff), WTC2(0x51cc0b7f), WTC2(0x51fe95ff), WTC2(0x522c6cff), WTC2(0x52557eff), WTC2(0x5279b9ff), 
+  WTC2(0x52990c7f), WTC2(0x52b364ff), WTC2(0x52c8b07f), WTC2(0x52d8ddff), WTC2(0x52e3db7f), WTC2(0x52e996ff), WTC2(0x52e9ff7f), WTC2(0x52e501ff), 
+  WTC2(0x52da8cff), WTC2(0x52ca8f7f), WTC2(0x52b4f67f), WTC2(0x5299b07f), WTC2(0x5278ac7f), WTC2(0x5251d77f), WTC2(0x52251fff), WTC2(0x51f274ff), 
+  WTC2(0x51b9c37f), WTC2(0x517af9ff), WTC2(0x5136077f), WTC2(0x50ead8ff), WTC2(0x50995cff), WTC2(0x504181ff), WTC2(0x4fe335ff), WTC2(0x4f7e677f), 
+  WTC2(0x4f1303ff), WTC2(0x4ea0f9ff), WTC2(0x4e2837ff), WTC2(0x4da8ab7f), WTC2(0x4d2242ff), WTC2(0x4c94ecff), WTC2(0x4c0096ff), WTC2(0x4b652f7f), 
+  WTC2(0x4ac2a4ff), WTC2(0x4a18e4ff), WTC2(0x4967ddff), WTC2(0x48af7e7f), WTC2(0x47efb3ff), WTC2(0x47286cff), WTC2(0x4659ad7f), WTC2(0x45856f7f), 
+  WTC2(0x44afa3ff), WTC2(0x43dc507f), WTC2(0x430f657f), WTC2(0x424ad47f), WTC2(0x418e927f), WTC2(0x40da7bff), WTC2(0x402e6f7f), WTC2(0x3f8a3100), 
+  WTC2(0x3eed6f40), WTC2(0x3e57d700), WTC2(0x3dc914c0), WTC2(0x3d40cc40), WTC2(0x3cbe98c0), WTC2(0x3c421540), WTC2(0x3bcadbc0), WTC2(0x3b588880), 
+  WTC2(0x3aeab780), WTC2(0x3a810540), WTC2(0x3a1b0e00), WTC2(0x39b86d00), WTC2(0x3958bcc0), WTC2(0x38fb9700), WTC2(0x38a095c0), WTC2(0x38473d80), 
+  WTC2(0x37eeff40), WTC2(0x37974b40), WTC2(0x373f9500), WTC2(0x36e7ae00), WTC2(0x368fc4c0), WTC2(0x36380b80), WTC2(0x35e0b300), WTC2(0x3589c140), 
+  WTC2(0x35331180), WTC2(0x34dc7c80), WTC2(0x3485dc80), WTC2(0x342f1600), WTC2(0x33d81780), WTC2(0x3380d0c0), WTC2(0x33293100), WTC2(0x32d11800), 
+  WTC2(0x32785780), WTC2(0x321ec0c0), WTC2(0x31c42680), WTC2(0x316885c0), WTC2(0x310c0580), WTC2(0x30aecec0), WTC2(0x30510940), WTC2(0x2ff2b8c0), 
+  WTC2(0x2f93bf40), WTC2(0x2f33fc00), WTC2(0x2ed350c0), WTC2(0x2e71ba80), WTC2(0x2e0f5340), WTC2(0x2dac35c0), WTC2(0x2d487c80), WTC2(0x2ce431c0), 
+  WTC2(0x2c7f4fc0), WTC2(0x2c19d080), WTC2(0x2bb3ad80), WTC2(0x2b4ce080), WTC2(0x2ae56340), WTC2(0x2a7d2f80), WTC2(0x2a143f00), WTC2(0x29aa8b40) 
+};
+
+const FIXP_WTB ELDAnalysis480[1440] = {
+  WTC0(0xfacfbef0), WTC0(0xfab88c18), WTC0(0xfaa0e520), WTC0(0xfa88d110), WTC0(0xfa7056e8), WTC0(0xfa577db0), WTC0(0xfa3e4c70), WTC0(0xfa24ca28), 
+  WTC0(0xfa0afde0), WTC0(0xf9f0eea0), WTC0(0xf9d6a2c8), WTC0(0xf9bc1ab8), WTC0(0xf9a15230), WTC0(0xf9864510), WTC0(0xf96af058), WTC0(0xf94f55c0), 
+  WTC0(0xf93378e0), WTC0(0xf9175d80), WTC0(0xf8fb0468), WTC0(0xf8de68b8), WTC0(0xf8c18438), WTC0(0xf8a450d8), WTC0(0xf886cde8), WTC0(0xf8690148), 
+  WTC0(0xf84af148), WTC0(0xf82ca410), WTC0(0xf80e1e18), WTC0(0xf7ef62a0), WTC0(0xf7d074e0), WTC0(0xf7b15870), WTC0(0xf7921240), WTC0(0xf772a7a0), 
+  WTC0(0xf7531e50), WTC0(0xf7337820), WTC0(0xf713afd0), WTC0(0xf6f3bea0), WTC0(0xf6d39dc0), WTC0(0xf6b352e0), WTC0(0xf692f280), WTC0(0xf6729250), 
+  WTC0(0xf65247a0), WTC0(0xf63224c0), WTC0(0xf6123a00), WTC0(0xf5f297c0), WTC0(0xf5d34dd0), WTC0(0xf5b46b10), WTC0(0xf595fd90), WTC0(0xf5781390), 
+  WTC0(0xf55abba0), WTC0(0xf53e0510), WTC0(0xf521ff70), WTC0(0xf506ba30), WTC0(0xf4ec4330), WTC0(0xf4d2a680), WTC0(0xf4b9efe0), WTC0(0xf4a22ac0), 
+  WTC0(0xf48b5f70), WTC0(0xf4759310), WTC0(0xf460cde0), WTC0(0xf44cfcc0), WTC0(0xf439aff0), WTC0(0xf4264e00), WTC0(0xf4123d90), WTC0(0xf3fd1370), 
+  WTC0(0xf3e6be00), WTC0(0xf3cf41a0), WTC0(0xf3b6a030), WTC0(0xf39cdd60), WTC0(0xf381fe00), WTC0(0xf3660760), WTC0(0xf348fe70), WTC0(0xf32ae820), 
+  WTC0(0xf30bc940), WTC0(0xf2eba690), WTC0(0xf2ca8480), WTC0(0xf2a86670), WTC0(0xf2854f40), WTC0(0xf2614190), WTC0(0xf23c41e0), WTC0(0xf21657a0), 
+  WTC0(0xf1ef8ae0), WTC0(0xf1c7e3e0), WTC0(0xf19f63d0), WTC0(0xf1760450), WTC0(0xf14bbdf0), WTC0(0xf1208960), WTC0(0xf0f45cd0), WTC0(0xf0c72ce0), 
+  WTC0(0xf098ee00), WTC0(0xf06996f0), WTC0(0xf0392620), WTC0(0xf0079e10), WTC0(0xefd4ffc0), WTC0(0xefa15ca0), WTC0(0xef6ce600), WTC0(0xef37d460), 
+  WTC0(0xef025f80), WTC0(0xeecca2c0), WTC0(0xee969760), WTC0(0xee603440), WTC0(0xee296d20), WTC0(0xedf21c00), WTC0(0xedba07e0), WTC0(0xed80f640), 
+  WTC0(0xed46bf40), WTC0(0xed0b7b00), WTC0(0xeccf5fc0), WTC0(0xec92a120), WTC0(0xec556d60), WTC0(0xec17e700), WTC0(0xebda2d40), WTC0(0xeb9c5fa0), 
+  WTC0(0xeb5e7040), WTC0(0xeb201b20), WTC0(0xeae117c0), WTC0(0xeaa12000), WTC0(0xea600180), WTC0(0xea1d9940), WTC0(0xe9d9c160), WTC0(0xe99468a0), 
+  WTC0(0xe94dc040), WTC0(0xe9061940), WTC0(0xe8bdc140), WTC0(0xe8750ae0), WTC0(0xe82c4fa0), WTC0(0xe7e3ea40), WTC0(0xe79c35e0), WTC0(0xe7554ca0), 
+  WTC0(0xe70efc00), WTC0(0xe6c90c20), WTC0(0xe6833f00), WTC0(0xe63d2300), WTC0(0xe5f620a0), WTC0(0xe5ad9dc0), WTC0(0xe5632080), WTC0(0xe5169da0), 
+  WTC0(0xe4c83e60), WTC0(0xe4782400), WTC0(0xe4269840), WTC0(0xe3d42dc0), WTC0(0xe38188c0), WTC0(0xe32f4be0), WTC0(0xe2ddeea0), WTC0(0xe28db520), 
+  WTC0(0xe23ee000), WTC0(0xe1f1a580), WTC0(0xe1a5e3a0), WTC0(0xe15b35a0), WTC0(0xe1113860), WTC0(0xe0c78a00), WTC0(0xe07dd0e0), WTC0(0xe033b7c0), 
+  WTC0(0xdfe8e680), WTC0(0xdf9d1fc0), WTC0(0xdf5055c0), WTC0(0xdf0287c0), WTC0(0xdeb3b340), WTC0(0xde63e7c0), WTC0(0xde134a00), WTC0(0xddc20000), 
+  WTC0(0xdd703180), WTC0(0xdd1e1280), WTC0(0xdccbe080), WTC0(0xdc79d980), WTC0(0xdc283600), WTC0(0xdbd71e00), WTC0(0xdb86b140), WTC0(0xdb3710c0), 
+  WTC0(0xdae850c0), WTC0(0xda9a6bc0), WTC0(0xda4d5640), WTC0(0xda010640), WTC0(0xd9b56640), WTC0(0xd96a5700), WTC0(0xd91fb700), WTC0(0xd8d56600), 
+  WTC0(0xd88b4a40), WTC0(0xd8414f00), WTC0(0xd7f75f80), WTC0(0xd7ad6740), WTC0(0xd76352c0), WTC0(0xd7191040), WTC0(0xd6ce8c80), WTC0(0xd683bd00), 
+  WTC0(0xd638a5c0), WTC0(0xd5ed4f80), WTC0(0xd5a1c240), WTC0(0xd5562b80), WTC0(0xd50ae500), WTC0(0xd4c04c80), WTC0(0xd476bb40), WTC0(0xd42e62c0), 
+  WTC0(0xd3e75680), WTC0(0xd3a1ad00), WTC0(0xd35d6780), WTC0(0xd31a4300), WTC0(0xd2d7dc00), WTC0(0xd295d080), WTC0(0xd253d8c0), WTC0(0xd211df40), 
+  WTC0(0xd1cfdbc0), WTC0(0xd18dc480), WTC0(0xd14b9dc0), WTC0(0xd1097c80), WTC0(0xd0c77700), WTC0(0xd085a500), WTC0(0xd0442f40), WTC0(0xd0034a80), 
+  WTC0(0xcfc32c00), WTC0(0xcf840400), WTC0(0xcf45f400), WTC0(0xcf0913c0), WTC0(0xcecd8000), WTC0(0xce932c80), WTC0(0xce59bf40), WTC0(0xce20cd40), 
+  WTC0(0xcde7ec40), WTC0(0xcdaeedc0), WTC0(0xcd75ea00), WTC0(0xcd3cfec0), WTC0(0xcd044b40), WTC0(0xcccbff00), WTC0(0xcc945480), WTC0(0xcc5d8780), 
+  WTC0(0xcc27c3c0), WTC0(0xcbf2fc40), WTC0(0xcbbf0a00), WTC0(0xcb8bc7c0), WTC0(0xcb591880), WTC0(0xcb26f0c0), WTC0(0xcaf54980), WTC0(0xcac41ac0), 
+  WTC0(0xca936440), WTC0(0xca632d80), WTC0(0xca337f00), WTC0(0xca046180), WTC0(0xc9d5dd40), WTC0(0xc9a7fa80), WTC0(0xc97ac200), WTC0(0xc94e3c00), 
+  WTC0(0xc91d1840), WTC0(0xc8f15980), WTC0(0xc8c52340), WTC0(0xc8988100), WTC0(0xc86b7f00), WTC0(0xc83e28c0), WTC0(0xc8108a80), WTC0(0xc7e2afc0), 
+  WTC0(0xc7b4a480), WTC0(0xc7867480), WTC0(0xc7582b40), WTC0(0xc729cc80), WTC0(0xc6fb5700), WTC0(0xc6ccca40), WTC0(0xc69e2180), WTC0(0xc66f49c0), 
+  WTC0(0xc64029c0), WTC0(0xc610a740), WTC0(0xc5e0bfc0), WTC0(0xc5b09e80), WTC0(0xc5807900), WTC0(0xc5508440), WTC0(0xc520e840), WTC0(0xc4f1bdc0), 
+  WTC0(0xc4c31d00), WTC0(0xc4951780), WTC0(0xc4678a00), WTC0(0xc43a28c0), WTC0(0xc40ca800), WTC0(0xc3deccc0), WTC0(0xc3b09940), WTC0(0xc3822c00), 
+  WTC0(0xc353a0c0), WTC0(0xc3251740), WTC0(0xc2f6b500), WTC0(0xc2c8a140), WTC0(0xc29b02c0), WTC0(0xc26df5c0), WTC0(0xc2418940), WTC0(0xc215cbc0), 
+  WTC0(0xc1eaca00), WTC0(0xc1c08680), WTC0(0xc196fb00), WTC0(0xc16e22c0), WTC0(0xc145f040), WTC0(0xc11e3a80), WTC0(0xc0f6cc00), WTC0(0xc0cf6ec0), 
+  WTC0(0xc0a802c0), WTC0(0xc0809280), WTC0(0xc0593340), WTC0(0xc031f880), WTC0(0xc00b04c0), WTC0(0xbfe48981), WTC0(0xbfbebb81), WTC0(0xbf99cb01), 
+  WTC0(0xbf75cc81), WTC0(0xbf52c101), WTC0(0xbf30a901), WTC0(0xbf0f8301), WTC0(0xbeef4601), WTC0(0xbecfe601), WTC0(0xbeb15701), WTC0(0xbe938c81), 
+  WTC0(0xbe767e81), WTC0(0xbe5a2301), WTC0(0xbe3e7201), WTC0(0xbe236001), WTC0(0xbe08e181), WTC0(0xbdeee981), WTC0(0xbdd56b81), WTC0(0xbdbc6381), 
+  WTC0(0xbda3d081), WTC0(0xbd8bb281), WTC0(0xbd740b81), WTC0(0xbd5ce281), WTC0(0xbd464281), WTC0(0xbd303581), WTC0(0xbd1ac801), WTC0(0xbd060c81), 
+  WTC0(0xbcf21601), WTC0(0xbcdef701), WTC0(0xbcccbd01), WTC0(0xbcbb7001), WTC0(0xbcab1781), WTC0(0xbc9bb901), WTC0(0xbc8d5101), WTC0(0xbc7fd301), 
+  WTC0(0xbc733401), WTC0(0xbc676501), WTC0(0xbc5c4c81), WTC0(0xbc51cb01), WTC0(0xbc47c281), WTC0(0xbc3e1981), WTC0(0xbc34c081), WTC0(0xbc2bab01), 
+  WTC0(0xbc22cd81), WTC0(0xbc1a2401), WTC0(0xbc11b681), WTC0(0xbc098d81), WTC0(0xbc01b381), WTC0(0xbbfa3c01), WTC0(0xbbf34281), WTC0(0xbbece281), 
+  WTC0(0xbbe73201), WTC0(0xbbe23281), WTC0(0xbbdddb01), WTC0(0xbbda2501), WTC0(0xbbd70201), WTC0(0xbbd45601), WTC0(0xbbd20301), WTC0(0xbbcfea81), 
+  WTC0(0xbbce0601), WTC0(0xbbcc6b01), WTC0(0xbbcb3201), WTC0(0xbbca7481), WTC0(0xbbca5d01), WTC0(0xbbcb2281), WTC0(0xbbccfc81), WTC0(0xbbd01301), 
+  WTC0(0xbbd45881), WTC0(0xbbd9a781), WTC0(0xbbdfdb81), WTC0(0xbbe6c801), WTC0(0xbbee2f81), WTC0(0xbbf5d181), WTC0(0xbbfd6c01), WTC0(0xbc04e381), 
+  WTC0(0xbc0c4581), WTC0(0xbc13a481), WTC0(0xbc1b1081), WTC0(0xbc228f01), WTC0(0xbc2a1a81), WTC0(0xbc31af01), WTC0(0xbc394901), WTC0(0xbc40e881), 
+  WTC0(0xbc488e81), WTC0(0xbc503b81), WTC0(0xbc57f101), WTC0(0xbc5fae81), WTC0(0xbc677501), WTC0(0xbc6f4401), WTC0(0xbc771c01), WTC0(0xbc7efc81), 
+  WTC0(0xbc86e581), WTC0(0xbc8ed701), WTC0(0xbc96d101), WTC0(0xbc9ed481), WTC0(0xbca6e101), WTC0(0xbcaef701), WTC0(0xbcb71701), WTC0(0xbcbf4001), 
+  WTC0(0xbcc77181), WTC0(0xbccfac01), WTC0(0xbcd7ef01), WTC0(0xbce03b81), WTC0(0xbce89281), WTC0(0xbcf0f381), WTC0(0xbcf95e81), WTC0(0xbd01d281), 
+  WTC0(0xbd0a4f81), WTC0(0xbd12d581), WTC0(0xbd1b6501), WTC0(0xbd23ff01), WTC0(0xbd2ca281), WTC0(0xbd355081), WTC0(0xbd3e0801), WTC0(0xbd46c801), 
+  WTC0(0xbd4f9101), WTC0(0xbd586281), WTC0(0xbd613d81), WTC0(0xbd6a2201), WTC0(0xbd731081), WTC0(0xbd7c0781), WTC0(0xbd850701), WTC0(0xbd8e0e01), 
+  WTC0(0xbd971c81), WTC0(0xbda03381), WTC0(0xbda95301), WTC0(0xbdb27b01), WTC0(0xbdbbab01), WTC0(0xbdc4e301), WTC0(0xbdce2181), WTC0(0xbdd76701), 
+  WTC0(0xbde0b301), WTC0(0xbdea0681), WTC0(0xbdf36101), WTC0(0xbdfcc301), WTC0(0xbe062b81), WTC0(0xbe0f9a01), WTC0(0xbe190d81), WTC0(0xbe228681), 
+  WTC0(0xbe2c0501), WTC0(0xbe358901), WTC0(0xbe3f1381), WTC0(0xbe48a301), WTC0(0xbe523781), WTC0(0xbe5bd001), WTC0(0xbe656c01), WTC0(0xbe6f0c01), 
+  WTC0(0xbe78b001), WTC0(0xbe825801), WTC0(0xbe8c0501), WTC0(0xbe95b581), WTC0(0xbe9f6901), WTC0(0xbea91f01), WTC0(0xbeb2d681), WTC0(0xbebc9181), 
+  WTC0(0xbec64e81), WTC0(0xbed00f81), WTC0(0xbed9d281), WTC0(0xbee39801), WTC0(0xbeed5f01), WTC0(0xbef72681), WTC0(0xbf00ef81), WTC0(0xbf0aba01), 
+  WTC0(0xbf148681), WTC0(0xbf1e5501), WTC0(0xbf282501), WTC0(0xbf31f501), WTC0(0xbf3bc601), WTC0(0xbf459681), WTC0(0xbf4f6801), WTC0(0xbf593a01), 
+  WTC0(0xbf630d81), WTC0(0xbf6ce201), WTC0(0xbf76b701), WTC0(0xbf808b81), WTC0(0xbf8a5f81), WTC0(0xbf943301), WTC0(0xbf9e0701), WTC0(0xbfa7dc01), 
+  WTC0(0xbfb1b101), WTC0(0xbfbb8701), WTC0(0xbfc55c81), WTC0(0xbfcf3181), WTC0(0xbfd90601), WTC0(0xbfe2d901), WTC0(0xbfecaa81), WTC0(0xbff67a01), 
+  /* part 1 */
+  WTC1(0x80130981), WTC1(0x80269f81), WTC1(0x803a3381), WTC1(0x804dc481), WTC1(0x80615281), WTC1(0x8074dc01), WTC1(0x80886081), WTC1(0x809bdf01), 
+  WTC1(0x80af5701), WTC1(0x80c2c781), WTC1(0x80d63101), WTC1(0x80e99401), WTC1(0x80fcf181), WTC1(0x81104a01), WTC1(0x81239d81), WTC1(0x8136ea01), 
+  WTC1(0x814a2f81), WTC1(0x815d6c01), WTC1(0x8170a181), WTC1(0x8183cf81), WTC1(0x8196f781), WTC1(0x81aa1981), WTC1(0x81bd3401), WTC1(0x81d04681), 
+  WTC1(0x81e34f81), WTC1(0x81f64f01), WTC1(0x82094581), WTC1(0x821c3401), WTC1(0x822f1b01), WTC1(0x8241fa01), WTC1(0x8254cf01), WTC1(0x82679901), 
+  WTC1(0x827a5801), WTC1(0x828d0b01), WTC1(0x829fb401), WTC1(0x82b25301), WTC1(0x82c4e801), WTC1(0x82d77201), WTC1(0x82e9ef01), WTC1(0x82fc5f01), 
+  WTC1(0x830ec081), WTC1(0x83211501), WTC1(0x83335c81), WTC1(0x83459881), WTC1(0x8357c701), WTC1(0x8369e781), WTC1(0x837bf801), WTC1(0x838df801), 
+  WTC1(0x839fe801), WTC1(0x83b1c881), WTC1(0x83c39a81), WTC1(0x83d55d01), WTC1(0x83e70f01), WTC1(0x83f8b001), WTC1(0x840a3e81), WTC1(0x841bb981), 
+  WTC1(0x842d2281), WTC1(0x843e7a81), WTC1(0x844fc081), WTC1(0x8460f581), WTC1(0x84721701), WTC1(0x84832481), WTC1(0x84941d81), WTC1(0x84a50201), 
+  WTC1(0x84b5d301), WTC1(0x84c69101), WTC1(0x84d73c01), WTC1(0x84e7d381), WTC1(0x84f85581), WTC1(0x8508c181), WTC1(0x85191801), WTC1(0x85295881), 
+  WTC1(0x85398481), WTC1(0x85499d01), WTC1(0x8559a081), WTC1(0x85698e81), WTC1(0x85796601), WTC1(0x85892681), WTC1(0x8598d081), WTC1(0x85a86581), 
+  WTC1(0x85b7e601), WTC1(0x85c75201), WTC1(0x85d6a981), WTC1(0x85e5eb81), WTC1(0x85f51681), WTC1(0x86042c01), WTC1(0x86132c01), WTC1(0x86221801), 
+  WTC1(0x8630f181), WTC1(0x863fb701), WTC1(0x864e6901), WTC1(0x865d0581), WTC1(0x866b8d81), WTC1(0x867a0081), WTC1(0x86886001), WTC1(0x8696ad01), 
+  WTC1(0x86a4e781), WTC1(0x86b30f01), WTC1(0x86c12401), WTC1(0x86cf2601), WTC1(0x86dd1481), WTC1(0x86eaf081), WTC1(0x86f8ba81), WTC1(0x87067281), 
+  WTC1(0x87141b01), WTC1(0x8721b481), WTC1(0x872f4201), WTC1(0x873cc201), WTC1(0x874a2f01), WTC1(0x87578181), WTC1(0x8764b101), WTC1(0x8771c601), 
+  WTC1(0x877ede01), WTC1(0x878c1881), WTC1(0x87998f01), WTC1(0x87a70e81), WTC1(0x87b42481), WTC1(0x87c05e81), WTC1(0x87cb5101), WTC1(0x87d4ac81), 
+  WTC1(0x87e73d81), WTC1(0x88124281), WTC1(0x88353501), WTC1(0x885f8481), WTC1(0x888d3181), WTC1(0x88be1681), WTC1(0x88f13801), WTC1(0x8925f101), 
+  WTC1(0x895bcd01), WTC1(0x89925a81), WTC1(0x89c92f81), WTC1(0x8a001f01), WTC1(0x8a372881), WTC1(0x8a6e4a01), WTC1(0x8aa58681), WTC1(0x8adcee01), 
+  WTC1(0x8b149701), WTC1(0x8b4c9701), WTC1(0x8b850281), WTC1(0x8bbde981), WTC1(0x8bf75b01), WTC1(0x8c316681), WTC1(0x8c6c1b01), WTC1(0x8ca78781), 
+  WTC1(0x8ce3ba81), WTC1(0x8d20c301), WTC1(0x8d5eaa01), WTC1(0x8d9d7781), WTC1(0x8ddd3201), WTC1(0x8e1de001), WTC1(0x8e5f8881), WTC1(0x8ea23201), 
+  WTC1(0x8ee5e301), WTC1(0x8f2aa101), WTC1(0x8f706f01), WTC1(0x8fb74f81), WTC1(0x8fff4601), WTC1(0x90485401), WTC1(0x90927b81), WTC1(0x90ddc001), 
+  WTC1(0x912a2201), WTC1(0x9177a301), WTC1(0x91c64301), WTC1(0x92160301), WTC1(0x9266e281), WTC1(0x92b8e101), WTC1(0x930bff81), WTC1(0x93603d01), 
+  WTC1(0x93b59901), WTC1(0x940c1281), WTC1(0x9463a881), WTC1(0x94bc5981), WTC1(0x95162381), WTC1(0x95710601), WTC1(0x95ccff01), WTC1(0x962a0c81), 
+  WTC1(0x96882e01), WTC1(0x96e76101), WTC1(0x9747a481), WTC1(0x97a8f681), WTC1(0x980b5501), WTC1(0x986ebd81), WTC1(0x98d32d81), WTC1(0x9938a281), 
+  WTC1(0x999f1981), WTC1(0x9a069001), WTC1(0x9a6f0381), WTC1(0x9ad87081), WTC1(0x9b42d581), WTC1(0x9bae2f81), WTC1(0x9c1a7c81), WTC1(0x9c87ba81), 
+  WTC1(0x9cf5e701), WTC1(0x9d650081), WTC1(0x9dd50481), WTC1(0x9e45f081), WTC1(0x9eb7c101), WTC1(0x9f2a7281), WTC1(0x9f9e0301), WTC1(0xa0127081), 
+  WTC1(0xa087b981), WTC1(0xa0fddd81), WTC1(0xa174da81), WTC1(0xa1ecae01), WTC1(0xa2655581), WTC1(0xa2dece81), WTC1(0xa3591801), WTC1(0xa3d43001), 
+  WTC1(0xa4501601), WTC1(0xa4ccc901), WTC1(0xa54a4701), WTC1(0xa5c89001), WTC1(0xa647a301), WTC1(0xa6c77e01), WTC1(0xa7482101), WTC1(0xa7c98b01), 
+  WTC1(0xa84bbb81), WTC1(0xa8ceb201), WTC1(0xa9526d81), WTC1(0xa9d6ef01), WTC1(0xaa5c3601), WTC1(0xaae24301), WTC1(0xab691681), WTC1(0xabf0b181), 
+  WTC1(0xac791401), WTC1(0xad023f01), WTC1(0xad8c3301), WTC1(0xae16f001), WTC1(0xaea27681), WTC1(0xaf2ec901), WTC1(0xafbbe801), WTC1(0xb049d601), 
+  WTC1(0xb0d89401), WTC1(0xb1682281), WTC1(0xb1f88181), WTC1(0xb289b181), WTC1(0xb31bb301), WTC1(0xb3ae8601), WTC1(0xb4422b81), WTC1(0xb4d6a381), 
+  WTC1(0x4a5a327f), WTC1(0x49c4adff), WTC1(0x492e637f), WTC1(0x48974f7f), WTC1(0x47ff6d7f), WTC1(0x4766baff), WTC1(0x46cd35ff), WTC1(0x4632dd7f), 
+  WTC1(0x4597b0ff), WTC1(0x44fbb1ff), WTC1(0x445eeaff), WTC1(0x43c165ff), WTC1(0x4323227f), WTC1(0x4284277f), WTC1(0x41e48aff), WTC1(0x4144557f), 
+  WTC1(0x40a3867f), WTC1(0x4001f5ff), WTC1(0x3f5f5d80), WTC1(0x3ebbad00), WTC1(0x3e16ee40), WTC1(0x3d713d00), WTC1(0x3ccab700), WTC1(0x3c236500), 
+  WTC1(0x3b7b5800), WTC1(0x3ad2ecc0), WTC1(0x3a2a6540), WTC1(0x3981b7c0), WTC1(0x38d8ba00), WTC1(0x382f01c0), WTC1(0x37846240), WTC1(0x36d8eb00), 
+  WTC1(0x362c9ec0), WTC1(0x357f7a00), WTC1(0x34d18340), WTC1(0x3422c900), WTC1(0x33736c40), WTC1(0x32c39040), WTC1(0x32134280), WTC1(0x31629280), 
+  WTC1(0x30b1a000), WTC1(0x30008380), WTC1(0x2f4f4240), WTC1(0x2e9df180), WTC1(0x2decc780), WTC1(0x2d3bd640), WTC1(0x2c8b0cc0), WTC1(0x2bda3080), 
+  WTC1(0x2b28ec80), WTC1(0x2a773500), WTC1(0x29c51b40), WTC1(0x291293c0), WTC1(0x285f9280), WTC1(0x27ac35c0), WTC1(0x26f8ab40), WTC1(0x26454c00), 
+  WTC1(0x25925600), WTC1(0x24dfd580), WTC1(0x242ddd40), WTC1(0x237c87c0), WTC1(0x22cbe240), WTC1(0x221bef40), WTC1(0x216cb040), WTC1(0x20be2800), 
+  WTC1(0x20105c80), WTC1(0x1f6352a0), WTC1(0x1eb71240), WTC1(0x1e0ba140), WTC1(0x1d60fe40), WTC1(0x1cb723e0), WTC1(0x1c0e0300), WTC1(0x1b6596c0), 
+  WTC1(0x1abde8a0), WTC1(0x1a16fbe0), WTC1(0x1970c680), WTC1(0x18cb4840), WTC1(0x18268e20), WTC1(0x1782a0c0), WTC1(0x16df8960), WTC1(0x163d6300), 
+  WTC1(0x159c52c0), WTC1(0x14fc87e0), WTC1(0x145e2c80), WTC1(0x13c15b60), WTC1(0x13263240), WTC1(0x128cd9a0), WTC1(0x11f562a0), WTC1(0x115fc1c0), 
+  WTC1(0x10cbf160), WTC1(0x1039f200), WTC1(0x0fa9a080), WTC1(0x0f1abd90), WTC1(0x0e8d01d0), WTC1(0x0e003330), WTC1(0x0d743590), WTC1(0x0ce8ef40), 
+  WTC1(0x0c5e1900), WTC1(0x0bd35d70), WTC1(0x0b488eb0), WTC1(0x0abd8410), WTC1(0x0a320a00), WTC1(0x09a60e70), WTC1(0x0919ab00), WTC1(0x088d0de0), 
+  WTC1(0x080065e0), WTC1(0x07739710), WTC1(0x06e65808), WTC1(0x06588348), WTC1(0x05ca0ae0), WTC1(0x053aaaf8), WTC1(0x04a9faf0), WTC1(0x0417f698), 
+  WTC1(0x03859ff4), WTC1(0x02f49be4), WTC1(0x0266b668), WTC1(0x01de554e), WTC1(0x015f50ca), WTC1(0x00eb7e5d), WTC1(0x00904f24), WTC1(0x00212889), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), WTC1(0x00000000), 
+  /* part 2 */
+  WTC2(0xfffece02), WTC2(0xffe4c3df), WTC2(0xffcaaa55), WTC2(0xffb087d1), WTC2(0xff9662bf), WTC2(0xff7c418b), WTC2(0xff622aa0), WTC2(0xff48246c), 
+  WTC2(0xff2e355a), WTC2(0xff1463db), WTC2(0xfefab608), WTC2(0xfee12f0a), WTC2(0xfec7cfd2), WTC2(0xfeae995a), WTC2(0xfe958cc4), WTC2(0xfe7cabce), 
+  WTC2(0xfe63f882), WTC2(0xfe4b74e0), WTC2(0xfe3322f6), WTC2(0xfe1b04dc), WTC2(0xfe031ccc), WTC2(0xfdeb6cf0), WTC2(0xfdd3ff7c), WTC2(0xfdbce834), 
+  WTC2(0xfda63bb8), WTC2(0xfd900c68), WTC2(0xfd7a590c), WTC2(0xfd6511b4), WTC2(0xfd5026c0), WTC2(0xfd3b8954), WTC2(0xfd272df0), WTC2(0xfd130adc), 
+  WTC2(0xfcff15ac), WTC2(0xfceb4a68), WTC2(0xfcd7b110), WTC2(0xfcc454d0), WTC2(0xfcb14064), WTC2(0xfc9e896c), WTC2(0xfc8c5264), WTC2(0xfc7abef0), 
+  WTC2(0xfc69f078), WTC2(0xfc59f5e8), WTC2(0xfc4acfec), WTC2(0xfc3c8060), WTC2(0xfc2f0264), WTC2(0xfc223b7c), WTC2(0xfc160714), WTC2(0xfc0a4150), 
+  WTC2(0xfbfec920), WTC2(0xfbf38320), WTC2(0xfbe855d0), WTC2(0xfbdd2740), WTC2(0xfbd1fc68), WTC2(0xfbc6fea0), WTC2(0xfbbc5a48), WTC2(0xfbb23b48), 
+  WTC2(0xfba8ca78), WTC2(0xfba02e50), WTC2(0xfb988de0), WTC2(0xfb920b40), WTC2(0xfb8cb870), WTC2(0xfb889f68), WTC2(0xfb85cbe8), WTC2(0xfb843dd0), 
+  WTC2(0xfb83df78), WTC2(0xfb8495d0), WTC2(0xfb864660), WTC2(0xfb88d4a8), WTC2(0xfb8c21e8), WTC2(0xfb900f28), WTC2(0xfb947dc0), WTC2(0xfb9950c0), 
+  WTC2(0xfb9e6d08), WTC2(0xfba3b658), WTC2(0xfba91908), WTC2(0xfbae9e08), WTC2(0xfbb45bd0), WTC2(0xfbba66f8), WTC2(0xfbc0dcf0), WTC2(0xfbc7ead8), 
+  WTC2(0xfbcfc200), WTC2(0xfbd89330), WTC2(0xfbe294d0), WTC2(0xfbee03d0), WTC2(0xfbfb1de8), WTC2(0xfc0a1da4), WTC2(0xfc1b22e0), WTC2(0xfc2e38f0), 
+  WTC2(0xfc436d48), WTC2(0xfc5abf7c), WTC2(0xfc74024c), WTC2(0xfc8ef2e8), WTC2(0xfcab51ac), WTC2(0xfcc8d024), WTC2(0xfce704f0), WTC2(0xfd0580cc), 
+  WTC2(0xfd23d4d0), WTC2(0xfd41ce40), WTC2(0xfd5f81b0), WTC2(0xfd7d08f0), WTC2(0xfd9a8560), WTC2(0xfdb85938), WTC2(0xfdd71798), WTC2(0xfdf753b8), 
+  WTC2(0xfe1993ee), WTC2(0xfe3e30f8), WTC2(0xfe656cba), WTC2(0xfe8f8fdc), WTC2(0xfebca8a4), WTC2(0xfeec590e), WTC2(0xff1e285c), WTC2(0xff51a0b7), 
+  WTC2(0xff866330), WTC2(0xffbc2cbb), WTC2(0xfff2bbff), WTC2(0x0029d79d), WTC2(0x00618a22), WTC2(0x009a1185), WTC2(0x00d3aa8c), WTC2(0x010e8ff6), 
+  WTC2(0x014af29e), WTC2(0x0188fe56), WTC2(0x01c8e108), WTC2(0x020ab3c4), WTC2(0x024e68a8), WTC2(0x0293e824), WTC2(0x02db1bc8), WTC2(0x0323f1a4), 
+  WTC2(0x036e5d6c), WTC2(0x03ba5320), WTC2(0x0407c938), WTC2(0x0456cad0), WTC2(0x04a77288), WTC2(0x04f9db88), WTC2(0x054e1888), WTC2(0x05a41ef0), 
+  WTC2(0x05fbd6e0), WTC2(0x065528c0), WTC2(0x06b00838), WTC2(0x070c7ee0), WTC2(0x076a9bb0), WTC2(0x07ca6d10), WTC2(0x082c08e0), WTC2(0x088f8da0), 
+  WTC2(0x08f51ac0), WTC2(0x095ccc20), WTC2(0x09c69f70), WTC2(0x0a327b40), WTC2(0x0aa046d0), WTC2(0x0b0febb0), WTC2(0x0b815dd0), WTC2(0x0bf49600), 
+  WTC2(0x0c698c50), WTC2(0x0ce03ba0), WTC2(0x0d58a380), WTC2(0x0dd2c510), WTC2(0x0e4ea110), WTC2(0x0ecc3dd0), WTC2(0x0f4ba800), WTC2(0x0fcced10), 
+  WTC2(0x10501960), WTC2(0x10d532a0), WTC2(0x115c39c0), WTC2(0x11e52fa0), WTC2(0x12701560), WTC2(0x12fcef20), WTC2(0x138bc200), WTC2(0x141c9300), 
+  WTC2(0x14af64a0), WTC2(0x154434e0), WTC2(0x15db0020), WTC2(0x1673c360), WTC2(0x170e7e80), WTC2(0x17ab35e0), WTC2(0x1849ee40), WTC2(0x18eaaba0), 
+  WTC2(0x198d6f00), WTC2(0x1a3236a0), WTC2(0x1ad90080), WTC2(0x1b81cc60), WTC2(0x1c2c9da0), WTC2(0x1cd97980), WTC2(0x1d8865c0), WTC2(0x1e396540), 
+  WTC2(0x1eec7700), WTC2(0x1fa198c0), WTC2(0x2058c840), WTC2(0x21120640), WTC2(0x21cd5700), WTC2(0x228abec0), WTC2(0x234a4180), WTC2(0x240bdf80), 
+  WTC2(0x24cf95c0), WTC2(0x259561c0), WTC2(0x265d4200), WTC2(0x27273840), WTC2(0x27f348c0), WTC2(0x28c17700), WTC2(0x2991c500), WTC2(0x2a643080), 
+  WTC2(0x2b38b680), WTC2(0x2c0f53c0), WTC2(0x2ce80840), WTC2(0x2dc2d680), WTC2(0x2e9fc100), WTC2(0x2f7ecac0), WTC2(0x305ff280), WTC2(0x314334c0), 
+  WTC2(0x32288e00), WTC2(0x330ffb80), WTC2(0x33f97d80), WTC2(0x34e515c0), WTC2(0x35d2c5c0), WTC2(0x36c28d00), WTC2(0x37b467c0), WTC2(0x38a85080), 
+  WTC2(0x399e4240), WTC2(0x3a963a00), WTC2(0x3b903600), WTC2(0x3c8c3480), WTC2(0x3d8a3380), WTC2(0x3e8a2dc0), WTC2(0x3f8c1b40), WTC2(0x408ff2ff), 
+  WTC2(0x4195ae7f), WTC2(0x429d477f), WTC2(0x43a6b87f), WTC2(0x44b1fdff), WTC2(0x45bf11ff), WTC2(0x46cdee7f), WTC2(0x47de8cff), WTC2(0x48f0e77f), 
+  WTC2(0x4a050eff), WTC2(0x4b1b2dff), WTC2(0x4c3372ff), WTC2(0x4d4e0bff), WTC2(0x4e6b257f), WTC2(0x4f8aedff), WTC2(0x50ad92ff), WTC2(0x51d341ff), 
+  WTC2(0x002006a9), WTC2(0x000bfb36), WTC2(0xfffe45ac), WTC2(0xfff6d064), WTC2(0xfff585bc), WTC2(0xfffa500d), WTC2(0x000519b4), WTC2(0x0015cd0c), 
+  WTC2(0x002c5470), WTC2(0x00489a3b), WTC2(0x006a88c8), WTC2(0x00920a74), WTC2(0x00bf0999), WTC2(0x00f17092), WTC2(0x012929bc), WTC2(0x01661f70), 
+  WTC2(0x01a83c0c), WTC2(0x01ef69e8), WTC2(0x023b9364), WTC2(0x028ca2d4), WTC2(0x02e2829c), WTC2(0x033d1d10), WTC2(0x039c5c90), WTC2(0x04002b78), 
+  WTC2(0x04687418), WTC2(0x04d520e0), WTC2(0x05461c18), WTC2(0x05bb5020), WTC2(0x0634a758), WTC2(0x06b20c20), WTC2(0x073368c8), WTC2(0x07b8a7b0), 
+  WTC2(0x0841b340), WTC2(0x08ce75b0), WTC2(0x095ed980), WTC2(0x09f2c900), WTC2(0x0a8a2e80), WTC2(0x0b24f470), WTC2(0x0bc30510), WTC2(0x0c644ad0), 
+  WTC2(0x0d08b010), WTC2(0x0db01f10), WTC2(0x0e5a8250), WTC2(0x0f07c400), WTC2(0x0fb7cea0), WTC2(0x106a8c80), WTC2(0x111fe800), WTC2(0x11d7cb60), 
+  WTC2(0x12922120), WTC2(0x134ed3a0), WTC2(0x140dcd00), WTC2(0x14cef7e0), WTC2(0x15923e60), WTC2(0x16578b00), WTC2(0x171ec820), WTC2(0x17e7e020), 
+  WTC2(0x18b2bd20), WTC2(0x197f49c0), WTC2(0x1a4d7040), WTC2(0x1b1d1b00), WTC2(0x1bee3460), WTC2(0x1cc0a6a0), WTC2(0x1d945c40), WTC2(0x1e693f80), 
+  WTC2(0x1f3f3ac0), WTC2(0x20163880), WTC2(0x20ee22c0), WTC2(0x21c6e440), WTC2(0x22a06740), WTC2(0x237a9600), WTC2(0x24555ac0), WTC2(0x2530a040), 
+  WTC2(0x260c5080), WTC2(0x26e85600), WTC2(0x27c49b00), WTC2(0x28a10a00), WTC2(0x297d8d80), WTC2(0x2a5a0f80), WTC2(0x2b367a80), WTC2(0x2c12b8c0), 
+  WTC2(0x2ceeb500), WTC2(0x2dca5940), WTC2(0x2ea58fc0), WTC2(0x2f804340), WTC2(0x305a5dc0), WTC2(0x3133ca00), WTC2(0x320c7200), WTC2(0x32e44000), 
+  WTC2(0x33bb1ec0), WTC2(0x3490f880), WTC2(0x3565b7c0), WTC2(0x36394640), WTC2(0x370b8f00), WTC2(0x37dc7c00), WTC2(0x38abf7c0), WTC2(0x3979ecc0), 
+  WTC2(0x3a464500), WTC2(0x3b10eb00), WTC2(0x3bd9c940), WTC2(0x3ca0c9c0), WTC2(0x3d65d740), WTC2(0x3e28dc00), WTC2(0x3ee9c240), WTC2(0x3fa87480), 
+  WTC2(0x4064dcff), WTC2(0x411ee67f), WTC2(0x41d67a7f), WTC2(0x428b847f), WTC2(0x433ded7f), WTC2(0x43eda0ff), WTC2(0x449a887f), WTC2(0x45448f7f), 
+  WTC2(0x45eb9eff), WTC2(0x468fa1ff), WTC2(0x473082ff), WTC2(0x47ce2c7f), WTC2(0x4868887f), WTC2(0x48ff80ff), WTC2(0x499300ff), WTC2(0x4a22f2ff), 
+  WTC2(0x4aaf407f), WTC2(0x4b37d47f), WTC2(0x4bbc997f), WTC2(0x4c3d78ff), WTC2(0x4cba5e7f), WTC2(0x4d33337f), WTC2(0x4da7e27f), WTC2(0x4e18567f), 
+  WTC2(0x4e8478ff), WTC2(0x4eec347f), WTC2(0x4f4f737f), WTC2(0x4fae20ff), WTC2(0x500825ff), WTC2(0x505d6dff), WTC2(0x50ade37f), WTC2(0x50f96f7f), 
+  WTC2(0x513ffdff), WTC2(0x518177ff), WTC2(0x51bdc87f), WTC2(0x51f4d9ff), WTC2(0x5226967f), WTC2(0x5252e87f), WTC2(0x5279b9ff), WTC2(0x529af5ff), 
+  WTC2(0x52b6867f), WTC2(0x52cc55ff), WTC2(0x52dc4eff), WTC2(0x52e65aff), WTC2(0x52ea657f), WTC2(0x52e857ff), WTC2(0x52e01d7f), WTC2(0x52d19fff), 
+  WTC2(0x52bcc9ff), WTC2(0x52a1857f), WTC2(0x527fbd7f), WTC2(0x52575b7f), WTC2(0x52284a7f), WTC2(0x51f274ff), WTC2(0x51b5c47f), WTC2(0x5172247f), 
+  WTC2(0x51277dff), WTC2(0x50d5bc7f), WTC2(0x507cc9ff), WTC2(0x501c90ff), WTC2(0x4fb4fb7f), WTC2(0x4f45f3ff), WTC2(0x4ecf64ff), WTC2(0x4e5138ff), 
+  WTC2(0x4dcb597f), WTC2(0x4d3db1ff), WTC2(0x4ca82bff), WTC2(0x4c0ab27f), WTC2(0x4b652f7f), WTC2(0x4ab78d7f), WTC2(0x4a01b67f), WTC2(0x4943957f), 
+  WTC2(0x487d12ff), WTC2(0x47ae1f7f), WTC2(0x46d68f7f), WTC2(0x45f7187f), WTC2(0x4513597f), WTC2(0x4430467f), WTC2(0x4352d2ff), WTC2(0x427e6bff), 
+  WTC2(0x41b390ff), WTC2(0x40f2077f), WTC2(0x4039a87f), WTC2(0x3f8a3100), WTC2(0x3ee33e00), WTC2(0x3e446ac0), WTC2(0x3dad5180), WTC2(0x3d1d7fc0), 
+  WTC2(0x3c947b00), WTC2(0x3c11c7c0), WTC2(0x3b94ebc0), WTC2(0x3b1d6dc0), WTC2(0x3aaad480), WTC2(0x3a3ca740), WTC2(0x39d26c40), WTC2(0x396ba8c0), 
+  WTC2(0x3907e080), WTC2(0x38a69800), WTC2(0x38473d80), WTC2(0x37e923c0), WTC2(0x378b9b80), WTC2(0x372e0380), WTC2(0x36d03a80), WTC2(0x36727f00), 
+  WTC2(0x36150e40), WTC2(0x35b81540), WTC2(0x355b8000), WTC2(0x34ff1dc0), WTC2(0x34a2bfc0), WTC2(0x34463e80), WTC2(0x33e982c0), WTC2(0x338c7880), 
+  WTC2(0x332f0bc0), WTC2(0x32d11800), WTC2(0x327265c0), WTC2(0x3212bbc0), WTC2(0x31b1e740), WTC2(0x314fef00), WTC2(0x30ed0540), WTC2(0x30895c80), 
+  WTC2(0x30251880), WTC2(0x2fc02880), WTC2(0x2f5a6480), WTC2(0x2ef3a480), WTC2(0x2e8bd640), WTC2(0x2e231100), WTC2(0x2db97680), WTC2(0x2d4f2700), 
+  WTC2(0x2ce431c0), WTC2(0x2c789080), WTC2(0x2c0c3bc0), WTC2(0x2b9f2bc0), WTC2(0x2b315940), WTC2(0x2ac2bc00), WTC2(0x2a534cc0), WTC2(0x29e303c0)
+};
+
+
diff --git a/libAACenc/src/aacEnc_rom.h b/libAACenc/src/aacEnc_rom.h
new file mode 100644 (file)
index 0000000..37e5012
--- /dev/null
@@ -0,0 +1,203 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************************************************************
+
+   Initial authors:      M. Lohwasser, M. Gayer
+   Contents/description:
+
+******************************************************************************/
+/*!
+  \file
+  \brief  Memory layout   
+  \author Markus Lohwasser
+*/
+
+#ifndef AAC_ENC_ROM_H
+#define AAC_ENC_ROM_H
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+#include "psy_configuration.h"
+#include "FDK_tools_rom.h"
+
+/*
+  Huffman Tables
+*/
+extern const INT    FDKaacEnc_huff_ltab1_2[3][3][3][3];
+extern const INT    FDKaacEnc_huff_ltab3_4[3][3][3][3];
+extern const INT    FDKaacEnc_huff_ltab5_6[9][9];
+extern const INT    FDKaacEnc_huff_ltab7_8[8][8];
+extern const INT    FDKaacEnc_huff_ltab9_10[13][13];
+extern const UCHAR  FDKaacEnc_huff_ltab11[17][17];
+extern const UCHAR  FDKaacEnc_huff_ltabscf[121];
+extern const USHORT FDKaacEnc_huff_ctab1[3][3][3][3];
+extern const USHORT FDKaacEnc_huff_ctab2[3][3][3][3];
+extern const USHORT FDKaacEnc_huff_ctab3[3][3][3][3];
+extern const USHORT FDKaacEnc_huff_ctab4[3][3][3][3];
+extern const USHORT FDKaacEnc_huff_ctab5[9][9];
+extern const USHORT FDKaacEnc_huff_ctab6[9][9];
+extern const USHORT FDKaacEnc_huff_ctab7[8][8];
+extern const USHORT FDKaacEnc_huff_ctab8[8][8];
+extern const USHORT FDKaacEnc_huff_ctab9[13][13];
+extern const USHORT FDKaacEnc_huff_ctab10[13][13];
+extern const USHORT FDKaacEnc_huff_ctab11[21][17];
+extern const INT    FDKaacEnc_huff_ctabscf[121];
+
+/*
+  quantizer
+*/
+#define MANT_DIGITS 9
+#define MANT_SIZE   (1<<MANT_DIGITS)
+
+#if defined(ARCH_PREFER_MULT_32x16)
+#define FIXP_QTD FIXP_SGL
+#define QTC FX_DBL2FXCONST_SGL
+#else
+#define FIXP_QTD FIXP_DBL
+#define QTC
+#endif
+
+extern const FIXP_QTD FDKaacEnc_mTab_3_4[MANT_SIZE];
+extern const FIXP_QTD FDKaacEnc_quantTableQ[4];
+extern const FIXP_QTD FDKaacEnc_quantTableE[4];
+
+extern const FIXP_DBL FDKaacEnc_mTab_4_3Elc[512];
+extern const FIXP_DBL FDKaacEnc_specExpMantTableCombElc[4][14];
+extern const UCHAR FDKaacEnc_specExpTableComb[4][14];
+
+
+/*
+  table to count used number of bits
+*/
+extern const SHORT FDKaacEnc_sideInfoTabLong[MAX_SFB_LONG + 1];
+extern const SHORT FDKaacEnc_sideInfoTabShort[MAX_SFB_SHORT + 1];
+
+
+/*
+  Psy Configuration constants
+*/
+extern const SFB_PARAM_LONG  p_FDKaacEnc_8000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_8000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_11025_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_11025_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_12000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_12000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_16000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_16000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_22050_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_22050_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_24000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_24000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_32000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_32000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_44100_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_44100_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_48000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_48000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_64000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_64000_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_88200_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_88200_short_128;
+extern const SFB_PARAM_LONG  p_FDKaacEnc_96000_long_1024;
+extern const SFB_PARAM_SHORT p_FDKaacEnc_96000_short_128;
+
+
+/*
+  TNS filter coefficients
+*/
+extern const FIXP_DBL FDKaacEnc_tnsEncCoeff3[8];
+extern const FIXP_DBL FDKaacEnc_tnsCoeff3Borders[8];
+extern const FIXP_DBL FDKaacEnc_tnsEncCoeff4[16];
+extern const FIXP_DBL FDKaacEnc_tnsCoeff4Borders[16];
+
+#define WTC0 WTC
+#define WTC1 WTC
+#define WTC2 WTC
+
+extern const FIXP_WTB ELDAnalysis512[1536];
+extern const FIXP_WTB ELDAnalysis480[1440];
+
+
+#endif /* #ifndef AAC_ENC_ROM_H */
diff --git a/libAACenc/src/aacenc.cpp b/libAACenc/src/aacenc.cpp
new file mode 100644 (file)
index 0000000..569662b
--- /dev/null
@@ -0,0 +1,1037 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       M. Schug / A. Groeschel
+   contents/description: fast aac coder functions
+
+******************************************************************************/
+
+#include "aacenc.h"
+
+#include "bitenc.h"
+#include "interface.h"
+#include "psy_configuration.h"
+#include "psy_main.h"
+#include "qc_main.h"
+#include "bandwidth.h"
+#include "channel_map.h"
+#include "tns_func.h"
+#include "aacEnc_ram.h"
+
+#include "genericStds.h"
+
+
+
+
+#define MIN_BUFSIZE_PER_EFF_CHAN 6144
+
+static AAC_ENCODER_ERROR FDKaacEnc_InitCheckAncillary(INT bitRate,
+                                                      INT framelength,
+                                                      INT ancillaryRate,
+                                                      INT *ancillaryBitsPerFrame,
+                                                      INT sampleRate);
+
+INT FDKaacEnc_LimitBitrate(
+        HANDLE_TRANSPORTENC hTpEnc,
+        INT coreSamplingRate,
+        INT frameLength,
+        INT nChannels,
+        INT nChannelsEff,
+        INT bitRate,
+        INT averageBits,
+        INT *pAverageBitsPerFrame,
+        INT bitrateMode,
+        INT nSubFrames
+        )
+{
+  INT transportBits, prevBitRate, averageBitsPerFrame, shift = 0, iter=0;
+
+  while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
+    && (coreSamplingRate & ~((1<<(shift+1))-1)) == coreSamplingRate )
+  {
+    shift ++;
+  }
+
+  do {
+    prevBitRate = bitRate;
+     averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
+
+    if (pAverageBitsPerFrame != NULL) {
+      *pAverageBitsPerFrame = averageBitsPerFrame;
+    }
+
+    if (hTpEnc != NULL) {
+      transportBits = transportEnc_GetStaticBits(hTpEnc, averageBitsPerFrame);
+    } else {
+      /* Assume some worst case */
+      transportBits = 208;
+    }
+
+    bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
+    FDK_ASSERT(bitRate >= 0);
+
+    bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
+    FDK_ASSERT(bitRate >= 0);
+
+  } while (prevBitRate != bitRate && iter++ < 3) ;
+
+  return bitRate;
+}
+
+
+typedef struct
+{
+  AACENC_BITRATE_MODE bitrateMode;
+  int chanBitrate[2]; /* mono/stereo settings */
+} CONFIG_TAB_ENTRY_VBR;
+
+static const CONFIG_TAB_ENTRY_VBR configTabVBR[] = {
+  {AACENC_BR_MODE_CBR,   {     0,     0}} ,
+  {AACENC_BR_MODE_VBR_1, { 32000, 20000}} ,
+  {AACENC_BR_MODE_VBR_2, { 40000, 32000}} ,
+  {AACENC_BR_MODE_VBR_3, { 56000, 48000}} ,
+  {AACENC_BR_MODE_VBR_4, { 72000, 64000}} ,
+  {AACENC_BR_MODE_VBR_5, {112000, 96000}}
+};
+
+/*-----------------------------------------------------------------------------
+
+     functionname: FDKaacEnc_GetVBRBitrate
+     description:  Get VBR bitrate from vbr quality
+     input params: int vbrQuality (VBR0, VBR1, VBR2)
+                   channelMode
+     returns:      vbr bitrate
+
+ ------------------------------------------------------------------------------*/
+INT FDKaacEnc_GetVBRBitrate(INT bitrateMode, CHANNEL_MODE channelMode)
+{
+  INT bitrate = 0;
+  INT monoStereoMode = 0; /* default mono */
+
+  if (FDKaacEnc_GetMonoStereoMode(channelMode)==EL_MODE_STEREO) {
+      monoStereoMode = 1;
+  }
+
+  switch((AACENC_BITRATE_MODE)bitrateMode){
+  case AACENC_BR_MODE_VBR_1:
+  case AACENC_BR_MODE_VBR_2:
+  case AACENC_BR_MODE_VBR_3:
+  case AACENC_BR_MODE_VBR_4:
+  case AACENC_BR_MODE_VBR_5:
+    bitrate = configTabVBR[bitrateMode].chanBitrate[monoStereoMode];
+    break;
+  case AACENC_BR_MODE_INVALID:
+  case AACENC_BR_MODE_CBR:
+  case AACENC_BR_MODE_SFR:
+  case AACENC_BR_MODE_FF:
+  default:
+    bitrate = 0;
+    break;
+  }
+
+  /* convert channel bitrate to overall bitrate*/
+  bitrate *= FDKaacEnc_GetChannelModeConfiguration(channelMode)->nChannelsEff;
+
+  return bitrate;
+}
+
+/**
+ * \brief  Convert encoder bitreservoir value for transport library.
+ *
+ * \param bitrateMode           Bitratemode used in current encoder instance. Se ::AACENC_BITRATE_MODE
+ * \param bitresTotal           Encoder bitreservoir level in bits.
+ *
+ * \return  Corrected bitreservoir level used in transport library.
+ */
+static INT FDKaacEnc_EncBitresToTpBitres(
+        const AACENC_BITRATE_MODE bitrateMode,
+        const INT                 bitresTotal
+        )
+{
+  INT transporBitreservoir = 0;
+
+  switch (bitrateMode) {
+    case AACENC_BR_MODE_CBR:
+      transporBitreservoir = bitresTotal; /* encoder bitreservoir level */
+      break;
+    case AACENC_BR_MODE_VBR_1:
+    case AACENC_BR_MODE_VBR_2:
+    case AACENC_BR_MODE_VBR_3:
+    case AACENC_BR_MODE_VBR_4:
+    case AACENC_BR_MODE_VBR_5:
+      transporBitreservoir = FDK_INT_MAX; /* signal variable bitrate */
+      break;
+    case AACENC_BR_MODE_FF:
+    case AACENC_BR_MODE_SFR:
+      transporBitreservoir = 0;           /* super framing and fixed framing */
+      break;                              /* without bitreservoir signaling */
+    default:
+    case AACENC_BR_MODE_INVALID:
+      transporBitreservoir = 0;           /* invalid configuration*/
+      FDK_ASSERT(0);
+  }
+
+  return transporBitreservoir;
+}
+
+/*-----------------------------------------------------------------------------
+
+     functionname: FDKaacEnc_AacInitDefaultConfig
+     description:  gives reasonable default configuration
+     returns:      ---
+
+ ------------------------------------------------------------------------------*/
+void FDKaacEnc_AacInitDefaultConfig(AACENC_CONFIG *config)
+{
+    /* make thepre initialization of the structs flexible */
+    FDKmemclear(config, sizeof(AACENC_CONFIG));
+
+    /* default ancillary */
+    config->anc_Rate = 0;         /* no ancillary data */
+    config->ancDataBitRate = 0;   /* no additional consumed bitrate */
+
+    /* default configurations */
+    config->bitRate         = -1;                   /* bitrate must be set*/
+    config->averageBits     = -1;                   /* instead of bitrate/s we can configure bits/superframe */
+    config->bitrateMode     = 0;
+    config->bandWidth       = 0;                    /* get bandwidth from table */
+    config->useTns          = TNS_ENABLE_MASK;      /* tns enabled completly */
+    config->usePns          = 1;                    /* depending on channelBitrate this might be set to 0 later */
+    config->useIS           = 1;                    /* Intensity Stereo Configuration */
+    config->framelength     = -1;                   /* Framesize not configured */
+    config->syntaxFlags     = 0;                    /* default syntax with no specialities */
+    config->epConfig        = -1;                   /* no ER syntax -> no additional error protection */
+    config->nSubFrames      = 1;                    /* default, no sub frames */
+    config->channelOrder    = CH_ORDER_MPEG;        /* Use MPEG channel ordering. */
+    config->channelMode     = MODE_UNKNOWN;
+    config->minBitsPerFrame = -1;                   /* minum number of bits in each AU */
+    config->maxBitsPerFrame = -1;                   /* minum number of bits in each AU */
+    config->bitreservoir    = -1;                   /* default, uninitialized value */
+
+    /* init tabs in fixpoint_math */
+    InitLdInt();
+    InitInvSqrtTab();
+}
+
+
+/*---------------------------------------------------------------------------
+
+    functionname: FDKaacEnc_Open
+    description:  allocate and initialize a new encoder instance
+    returns:      error code
+
+  ---------------------------------------------------------------------------*/
+AAC_ENCODER_ERROR FDKaacEnc_Open(HANDLE_AAC_ENC  *phAacEnc,
+                                 const INT        nElements,
+                                 const INT        nChannels,
+                                 const INT        nSubFrames)
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  AAC_ENC           *hAacEnc = NULL;
+  UCHAR             *dynamicRAM = NULL;
+
+  if (phAacEnc==NULL) {
+    return AAC_ENC_INVALID_HANDLE;
+  }
+
+  /* allocate encoder structure */
+  hAacEnc = GetRam_aacEnc_AacEncoder();
+  if (hAacEnc == NULL) {
+    ErrorStatus = AAC_ENC_NO_MEMORY;
+    goto bail;
+  }
+  FDKmemclear(hAacEnc, sizeof(AAC_ENC));
+
+  hAacEnc->dynamic_RAM = GetAACdynamic_RAM();
+  dynamicRAM = (UCHAR*)hAacEnc->dynamic_RAM;
+
+  /* allocate the Psy aud Psy Out structure */
+   ErrorStatus = FDKaacEnc_PsyNew(&hAacEnc->psyKernel,
+                                  nElements,
+                                  nChannels
+                                 ,dynamicRAM
+                                 );
+   if (ErrorStatus != AAC_ENC_OK)
+     goto bail;
+
+   ErrorStatus = FDKaacEnc_PsyOutNew(hAacEnc->psyOut,
+                                     nElements,
+                                     nChannels,
+                                     nSubFrames
+                                    ,dynamicRAM
+                                    );
+   if (ErrorStatus != AAC_ENC_OK)
+     goto bail;
+
+  /* allocate the Q&C Out structure */
+  ErrorStatus = FDKaacEnc_QCOutNew(hAacEnc->qcOut,
+                                   nElements,
+                                   nChannels,
+                                   nSubFrames
+                                  ,dynamicRAM
+                                   );
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  /* allocate the Q&C kernel */
+  ErrorStatus = FDKaacEnc_QCNew(&hAacEnc->qcKernel,
+                                 nElements
+                                ,dynamicRAM
+                                );
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  hAacEnc->maxChannels = nChannels;
+  hAacEnc->maxElements = nElements;
+  hAacEnc->maxFrames   = nSubFrames;
+
+bail:
+  *phAacEnc = hAacEnc;
+  return ErrorStatus;
+}
+
+
+AAC_ENCODER_ERROR FDKaacEnc_Initialize(HANDLE_AAC_ENC      hAacEnc,
+                                       AACENC_CONFIG      *config,     /* pre-initialized config struct */
+                                       HANDLE_TRANSPORTENC hTpEnc,
+                                       ULONG               initFlags)
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  INT psyBitrate, tnsMask; //INT profile = 1;
+  CHANNEL_MAPPING   *cm = NULL;
+
+  INT qmbfac, qbw;
+  FIXP_DBL mbfac, bw_ratio;
+  QC_INIT qcInit;
+  INT averageBitsPerFrame = 0;
+
+  if (config==NULL)
+    return AAC_ENC_INVALID_HANDLE;
+
+  /******************* sanity checks *******************/
+
+  /* check config structure */
+  if (config->nChannels  < 1 || config->nChannels > (8)) {
+    return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+  }
+
+  /* check sample rate */
+  switch (config->sampleRate)
+  {
+    case 8000:
+    case 11025:
+    case 12000:
+    case 16000:
+    case 22050:
+    case 24000:
+    case 32000:
+    case 44100:
+    case 48000:
+    case 64000:
+    case 88200:
+    case 96000:
+      break;
+    default:
+      return AAC_ENC_UNSUPPORTED_SAMPLINGRATE;
+  }
+
+  /* bitrate has to be set */
+  if (config->bitRate==-1) {
+      return AAC_ENC_UNSUPPORTED_BITRATE;
+  }
+
+  /* check bit rate */
+
+  if (FDKaacEnc_LimitBitrate(
+          hTpEnc,
+          config->sampleRate,
+          config->framelength,
+          config->nChannels,
+          FDKaacEnc_GetChannelModeConfiguration(config->channelMode)->nChannelsEff,
+          config->bitRate,
+          config->averageBits,
+         &averageBitsPerFrame,
+          config->bitrateMode,
+          config->nSubFrames
+          ) != config->bitRate )
+  {
+    return AAC_ENC_UNSUPPORTED_BITRATE;
+  }
+
+  if (config->syntaxFlags & AC_ER_VCB11) {
+      return AAC_ENC_UNSUPPORTED_ER_FORMAT;
+  }
+  if (config->syntaxFlags & AC_ER_HCR) {
+      return AAC_ENC_UNSUPPORTED_ER_FORMAT;
+  }
+
+  /* check frame length */
+  switch (config->framelength)
+  {
+    case 1024:
+      if ( config->audioObjectType == AOT_ER_AAC_LD
+        || config->audioObjectType == AOT_ER_AAC_ELD )
+      {
+        return AAC_ENC_INVALID_FRAME_LENGTH;
+      }
+      break;
+    case 512:
+    case 480:
+      if ( config->audioObjectType != AOT_ER_AAC_LD
+        && config->audioObjectType != AOT_ER_AAC_ELD )
+      {
+        return AAC_ENC_INVALID_FRAME_LENGTH;
+      }
+      break;
+    default:
+      return AAC_ENC_INVALID_FRAME_LENGTH;
+  }
+
+  if (config->anc_Rate != 0) {
+
+     ErrorStatus = FDKaacEnc_InitCheckAncillary(config->bitRate,
+                                                config->framelength,
+                                                config->anc_Rate,
+                                               &hAacEnc->ancillaryBitsPerFrame,
+                                                config->sampleRate);
+     if (ErrorStatus != AAC_ENC_OK)
+       goto bail;
+
+
+     /* update estimated consumed bitrate */
+     config->ancDataBitRate += ( (hAacEnc->ancillaryBitsPerFrame * config->sampleRate) / config->framelength );
+
+  }
+
+  /* maximal allowed DSE bytes in frame */
+  {
+  /* fixpoint calculation*/
+  INT q_res, encBitrate, sc;
+  FIXP_DBL tmp = fDivNorm(config->framelength, config->sampleRate, &q_res);
+  encBitrate = (config->bitRate/*-config->ancDataBitRate*/)- (INT)(config->nChannels*8000);
+  sc = CountLeadingBits(encBitrate);
+  config->maxAncBytesPerAU = FDKmin( (256), FDKmax(0,(INT)(fMultDiv2(tmp, (FIXP_DBL)(encBitrate<<sc))>>(-q_res+sc-1+3))) );
+  }
+
+  /* bind config to hAacEnc->config */
+  hAacEnc->config = config;
+
+  /* set hAacEnc->bitrateMode */
+  hAacEnc->bitrateMode = (AACENC_BITRATE_MODE)config->bitrateMode;
+
+  hAacEnc->encoderMode = config->channelMode;
+
+  ErrorStatus = FDKaacEnc_InitChannelMapping(hAacEnc->encoderMode, config->channelOrder, &hAacEnc->channelMapping);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  cm = &hAacEnc->channelMapping;
+
+  ErrorStatus = FDKaacEnc_DetermineBandWidth(&hAacEnc->config->bandWidth,
+                                             config->bandWidth,
+                                             config->bitRate - config->ancDataBitRate,
+                                             hAacEnc->bitrateMode,
+                                             config->sampleRate,
+                                             config->framelength,
+                                             cm,
+                                             hAacEnc->encoderMode);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  hAacEnc->bandwidth90dB = (INT)hAacEnc->config->bandWidth;
+
+  tnsMask = config->useTns ? TNS_ENABLE_MASK : 0x0;
+  psyBitrate = config->bitRate - config->ancDataBitRate;
+
+  ErrorStatus = FDKaacEnc_psyInit(hAacEnc->psyKernel,
+                                  hAacEnc->psyOut,
+                                  hAacEnc->maxFrames,
+                                  hAacEnc->maxChannels,
+                                  config->audioObjectType,
+                                  cm);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  ErrorStatus = FDKaacEnc_psyMainInit(hAacEnc->psyKernel,
+                                      config->audioObjectType,
+                                      cm,
+                                      config->sampleRate,
+                                      config->framelength,
+                                      psyBitrate,
+                                      tnsMask,
+                                      hAacEnc->bandwidth90dB,
+                                      config->usePns,
+                                      config->useIS,
+                                      config->syntaxFlags,
+                                      initFlags);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  ErrorStatus = FDKaacEnc_QCOutInit(hAacEnc->qcOut, hAacEnc->maxFrames, cm);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+
+
+  qcInit.channelMapping      = &hAacEnc->channelMapping;
+  qcInit.sceCpe              = 0;
+
+  if ((config->bitrateMode>=1) && (config->bitrateMode<=5)) {
+      qcInit.averageBits     = (averageBitsPerFrame+7)&~7;
+      qcInit.bitRes          = MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff;
+      qcInit.maxBits         = MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff;
+      qcInit.minBits         = 0;
+  }
+  else
+  {
+      int maxBitres;
+      qcInit.averageBits     = (averageBitsPerFrame+7)&~7;
+      maxBitres              = (MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff) - qcInit.averageBits;
+      qcInit.bitRes          = (config->bitreservoir!=-1) ? FDKmin(config->bitreservoir, maxBitres) : maxBitres;
+
+      qcInit.maxBits         = fixMin(MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff, ((averageBitsPerFrame+7)&~7)+qcInit.bitRes);
+      qcInit.maxBits         = (config->maxBitsPerFrame!=-1) ? fixMin(qcInit.maxBits, config->maxBitsPerFrame) : qcInit.maxBits;
+
+      qcInit.minBits         = fixMax(0, ((averageBitsPerFrame-1)&~7)-qcInit.bitRes-transportEnc_GetStaticBits(hTpEnc, ((averageBitsPerFrame+7)&~7)+qcInit.bitRes));
+      qcInit.minBits         = (config->minBitsPerFrame!=-1) ? fixMax(qcInit.minBits, config->minBitsPerFrame) : qcInit.minBits;
+  }
+
+  qcInit.sampleRate          = config->sampleRate;
+  qcInit.advancedBitsToPe    = isLowDelay(config->audioObjectType) ? 1 : 0 ;
+  qcInit.nSubFrames          = config->nSubFrames;
+  qcInit.padding.paddingRest = config->sampleRate;
+
+  /* Calc meanPe */
+  bw_ratio = fDivNorm((FIXP_DBL)hAacEnc->bandwidth90dB, (FIXP_DBL)(config->sampleRate>>1), &qbw);
+  qbw = DFRACT_BITS-1-qbw;
+  /* qcInit.meanPe = 10.0f * FRAME_LEN_LONG * hAacEnc->bandwidth90dB/(config->sampleRate/2.0f); */
+  qcInit.meanPe = fMult(bw_ratio, (FIXP_DBL)((10*config->framelength)<<16)) >> (qbw-15);
+
+  /* Calc maxBitFac */
+  mbfac = fDivNorm((MIN_BUFSIZE_PER_EFF_CHAN-744)*cm->nChannelsEff, qcInit.averageBits/qcInit.nSubFrames, &qmbfac);
+  qmbfac = DFRACT_BITS-1-qmbfac;
+  qcInit.maxBitFac = (qmbfac > 24) ? (mbfac >> (qmbfac - 24)):(mbfac << (24 - qmbfac));
+
+  switch(config->bitrateMode){
+  case AACENC_BR_MODE_CBR:
+    qcInit.bitrateMode = QCDATA_BR_MODE_CBR;
+    break;
+  case AACENC_BR_MODE_VBR_1:
+    qcInit.bitrateMode = QCDATA_BR_MODE_VBR_1;
+    break;
+  case AACENC_BR_MODE_VBR_2:
+    qcInit.bitrateMode = QCDATA_BR_MODE_VBR_2;
+    break;
+  case AACENC_BR_MODE_VBR_3:
+    qcInit.bitrateMode = QCDATA_BR_MODE_VBR_3;
+    break;
+  case AACENC_BR_MODE_VBR_4:
+    qcInit.bitrateMode = QCDATA_BR_MODE_VBR_4;
+    break;
+  case AACENC_BR_MODE_VBR_5:
+    qcInit.bitrateMode = QCDATA_BR_MODE_VBR_5;
+    break;
+  case AACENC_BR_MODE_SFR:
+    qcInit.bitrateMode = QCDATA_BR_MODE_SFR;
+    break;
+  case AACENC_BR_MODE_FF:
+    qcInit.bitrateMode = QCDATA_BR_MODE_FF;
+    break;
+  default:
+    ErrorStatus = AAC_ENC_UNSUPPORTED_BITRATE_MODE;
+    goto bail;
+  }
+
+  qcInit.invQuant = (config->useRequant)?2:0;
+
+  /* maxIterations should be set to the maximum number of requantization iterations that are
+   * allowed before the crash recovery functionality is activated. This setting should be adjusted
+   * to the processing power available, i.e. to the processing power headroom in one frame that is
+   * still left after normal encoding without requantization. Please note that if activated this
+   * functionality is used most likely only in cases where the encoder is operating beyond
+   * recommended settings, i.e. the audio quality is suboptimal anyway. Activating the crash
+   * recovery does not further reduce audio quality significantly in these cases. */
+  if ( (config->audioObjectType == AOT_ER_AAC_LD) || (config->audioObjectType == AOT_ER_AAC_ELD) ) {
+    qcInit.maxIterations = 2;
+  }
+  else
+  {
+    qcInit.maxIterations = 5;
+  }
+
+  qcInit.bitrate = config->bitRate - config->ancDataBitRate;
+
+  qcInit.staticBits = transportEnc_GetStaticBits(hTpEnc, qcInit.averageBits/qcInit.nSubFrames);
+
+  ErrorStatus = FDKaacEnc_QCInit(hAacEnc->qcKernel, &qcInit);
+  if (ErrorStatus != AAC_ENC_OK)
+    goto bail;
+
+  /* Map virtual aot's to intern aot used in bitstream writer. */
+  switch (hAacEnc->config->audioObjectType) {
+    case AOT_MP2_AAC_LC:
+    case AOT_DABPLUS_AAC_LC:
+      hAacEnc->aot = AOT_AAC_LC;
+      break;
+    case AOT_MP2_SBR:
+    case AOT_DABPLUS_SBR:
+      hAacEnc->aot = AOT_SBR;
+      break;
+    case AOT_MP2_PS:
+    case AOT_DABPLUS_PS:
+      hAacEnc->aot = AOT_PS;
+      break;
+    default:
+      hAacEnc->aot = hAacEnc->config->audioObjectType;
+  }
+
+  /* common things */
+
+  return AAC_ENC_OK;
+
+bail:
+
+  return ErrorStatus;
+}
+
+
+/*---------------------------------------------------------------------------
+
+    functionname: FDKaacEnc_EncodeFrame
+    description:  encodes one frame
+    returns:      error code
+
+  ---------------------------------------------------------------------------*/
+AAC_ENCODER_ERROR FDKaacEnc_EncodeFrame( HANDLE_AAC_ENC       hAacEnc,          /* encoder handle */
+                                         HANDLE_TRANSPORTENC  hTpEnc,
+                                         INT_PCM* RESTRICT    inputBuffer,
+                                         INT*                 nOutBytes,
+                                         AACENC_EXT_PAYLOAD   extPayload[MAX_TOTAL_EXT_PAYLOADS]
+                                       )
+{
+    AAC_ENCODER_ERROR ErrorStatus;
+    int    el, n, c=0;
+    UCHAR  extPayloadUsed[MAX_TOTAL_EXT_PAYLOADS];
+
+    CHANNEL_MAPPING *cm      = &hAacEnc->channelMapping;
+
+
+
+    PSY_OUT *psyOut = hAacEnc->psyOut[c];
+    QC_OUT  *qcOut  = hAacEnc->qcOut[c];
+
+    FDKmemclear(extPayloadUsed, MAX_TOTAL_EXT_PAYLOADS * sizeof(UCHAR));
+
+    qcOut->elementExtBits = 0; /* sum up all extended bit of each element */
+    qcOut->staticBits     = 0; /* sum up side info bits of each element */
+    qcOut->totalNoRedPe   = 0; /* sum up PE */
+
+    /* advance psychoacoustics */
+    for (el=0; el<cm->nElements; el++) {
+        ELEMENT_INFO elInfo = cm->elInfo[el];
+
+        if ( (elInfo.elType == ID_SCE)
+          || (elInfo.elType == ID_CPE)
+          || (elInfo.elType == ID_LFE) )
+        {
+            int ch;
+
+            /* update pointer!*/
+            for(ch=0;ch<elInfo.nChannelsInEl;ch++) {
+                PSY_OUT_CHANNEL *psyOutChan = psyOut->psyOutElement[el]->psyOutChannel[ch];
+                QC_OUT_CHANNEL  *qcOutChan = qcOut->qcElement[el]->qcOutChannel[ch];
+
+                psyOutChan->mdctSpectrum       = qcOutChan->mdctSpectrum;
+                psyOutChan->sfbSpreadEnergy  = qcOutChan->sfbSpreadEnergy;
+                psyOutChan->sfbEnergy          = qcOutChan->sfbEnergy;
+                psyOutChan->sfbEnergyLdData    = qcOutChan->sfbEnergyLdData;
+                psyOutChan->sfbMinSnrLdData    = qcOutChan->sfbMinSnrLdData;
+                psyOutChan->sfbThresholdLdData = qcOutChan->sfbThresholdLdData;
+
+            }
+
+            FDKaacEnc_psyMain(elInfo.nChannelsInEl,
+                              hAacEnc->psyKernel->psyElement[el],
+                              hAacEnc->psyKernel->psyDynamic,
+                              hAacEnc->psyKernel->psyConf,
+                              psyOut->psyOutElement[el],
+                              inputBuffer,
+                              cm->elInfo[el].ChannelIndex,
+                              cm->nChannels
+
+                    );
+
+            /* FormFactor, Pe and staticBitDemand calculation */
+            ErrorStatus = FDKaacEnc_QCMainPrepare(&elInfo,
+                                                   hAacEnc->qcKernel->hAdjThr->adjThrStateElem[el],
+                                                   psyOut->psyOutElement[el],
+                                                   qcOut->qcElement[el],
+                                                   hAacEnc->aot,
+                                                   hAacEnc->config->syntaxFlags,
+                                                   hAacEnc->config->epConfig);
+
+            if (ErrorStatus != AAC_ENC_OK)
+              return ErrorStatus;
+
+            /*-------------------------------------------- */
+
+            qcOut->qcElement[el]->extBitsUsed = 0;
+            qcOut->qcElement[el]->nExtensions = 0;
+            /* reset extension payload */
+            FDKmemclear(&qcOut->qcElement[el]->extension, (1)*sizeof(QC_OUT_EXTENSION));
+
+            for ( n = 0; n < MAX_TOTAL_EXT_PAYLOADS; n++ ) {
+                if ( !extPayloadUsed[n]
+                  && (extPayload[n].associatedChElement == el)
+                  && (extPayload[n].dataSize > 0)
+                  && (extPayload[n].pData != NULL) )
+                {
+                    int idx = qcOut->qcElement[el]->nExtensions++;
+
+                    qcOut->qcElement[el]->extension[idx].type         = extPayload[n].dataType;   /* Perform a sanity check on the type? */
+                    qcOut->qcElement[el]->extension[idx].nPayloadBits = extPayload[n].dataSize;
+                    qcOut->qcElement[el]->extension[idx].pPayload = extPayload[n].pData;
+                    /* Now ask the bitstream encoder how many bits we need to encode the data with the current bitstream syntax: */
+                    qcOut->qcElement[el]->extBitsUsed +=
+                          FDKaacEnc_writeExtensionData( NULL,
+                                                       &qcOut->qcElement[el]->extension[idx],
+                                                        0, 0,
+                                                        hAacEnc->config->syntaxFlags,
+                                                        hAacEnc->aot,
+                                                        hAacEnc->config->epConfig );
+                    extPayloadUsed[n] = 1;
+                }
+            }
+
+            /* sum up extension and static bits for all channel elements */
+            qcOut->elementExtBits += qcOut->qcElement[el]->extBitsUsed;
+            qcOut->staticBits   += qcOut->qcElement[el]->staticBitsUsed;
+
+            /* sum up pe */
+            qcOut->totalNoRedPe += qcOut->qcElement[el]->peData.pe;
+        }
+    }
+
+    qcOut->nExtensions   = 0;
+    qcOut->globalExtBits = 0;
+
+    /* reset extension payload */
+    FDKmemclear(&qcOut->extension, (2+2)*sizeof(QC_OUT_EXTENSION));
+
+    /* Add extension payload not assigned to an channel element
+      (Ancillary data is the only supported type up to now) */
+    for ( n = 0; n < MAX_TOTAL_EXT_PAYLOADS; n++ ) {
+        if ( !extPayloadUsed[n]
+          && (extPayload[n].associatedChElement == -1)
+          && (extPayload[n].pData != NULL) )
+        {
+            UINT payloadBits = 0;
+
+            if (extPayload[n].dataType == EXT_DATA_ELEMENT) {
+                if (hAacEnc->ancillaryBitsPerFrame) {
+                    /* granted frame dse bitrate */
+                    payloadBits = hAacEnc->ancillaryBitsPerFrame;
+                }
+                else {
+                    /* write anc data if bitrate constraint fulfilled */
+                    if ((extPayload[n].dataSize>>3) <= hAacEnc->config->maxAncBytesPerAU) {
+                        payloadBits = extPayload[n].dataSize;
+                    }
+                }
+                payloadBits = fixMin( extPayload[n].dataSize, payloadBits );
+            } else {
+                payloadBits = extPayload[n].dataSize;
+            }
+
+            if (payloadBits > 0)
+            {
+                int idx = qcOut->nExtensions++;
+
+                qcOut->extension[idx].type         = extPayload[n].dataType;   /* Perform a sanity check on the type? */
+                qcOut->extension[idx].nPayloadBits = payloadBits;
+                qcOut->extension[idx].pPayload = extPayload[n].pData;
+                /* Now ask the bitstream encoder how many bits we need to encode the data with the current bitstream syntax: */
+                qcOut->globalExtBits += FDKaacEnc_writeExtensionData( NULL,
+                                                                     &qcOut->extension[idx],
+                                                                      0, 0,
+                                                                      hAacEnc->config->syntaxFlags,
+                                                                      hAacEnc->aot,
+                                                                      hAacEnc->config->epConfig );
+                if (extPayload[n].dataType == EXT_DATA_ELEMENT) {
+                    /* substract the processed bits */
+                    extPayload[n].dataSize -= payloadBits;
+                }
+                extPayloadUsed[n] = 1;
+            }
+        }
+    }
+
+    if (!(hAacEnc->config->syntaxFlags & (AC_SCALABLE|AC_ER))) {
+      qcOut->globalExtBits += EL_ID_BITS;  /* add bits for ID_END */
+    }
+
+    /* build bitstream all nSubFrames */
+    {
+        INT totalBits    = 0;   /* Total AU bits */;
+        INT avgTotalBits = 0;
+
+        /*-------------------------------------------- */
+        /* Get average total bits */
+        /*-------------------------------------------- */
+        {
+            /* frame wise bitrate adaption */
+            FDKaacEnc_AdjustBitrate(hAacEnc->qcKernel,
+                                    cm,
+                                   &avgTotalBits,
+                                    hAacEnc->config->bitRate,
+                                    hAacEnc->config->sampleRate,
+                                    hAacEnc->config->framelength);
+
+            /* adjust super frame bitrate */
+            avgTotalBits *= hAacEnc->config->nSubFrames;
+        }
+
+        /* Make first estimate of transport header overhead.
+           Take maximum possible frame size into account to prevent bitreservoir underrun. */
+        hAacEnc->qcKernel->globHdrBits = transportEnc_GetStaticBits(hTpEnc, avgTotalBits + hAacEnc->qcKernel->bitResTot);
+
+
+        /*-------------------------------------------- */
+        /*-------------------------------------------- */
+        /*-------------------------------------------- */
+
+        ErrorStatus = FDKaacEnc_QCMain(hAacEnc->qcKernel,
+                                       hAacEnc->psyOut,
+                                       hAacEnc->qcOut,
+                                       avgTotalBits,
+                                       cm
+                                      ,hAacEnc->aot,
+                                       hAacEnc->config->syntaxFlags,
+                                       hAacEnc->config->epConfig);
+
+        if (ErrorStatus != AAC_ENC_OK)
+            return ErrorStatus;
+        /*-------------------------------------------- */
+
+        /*-------------------------------------------- */
+        ErrorStatus = FDKaacEnc_updateFillBits(cm,
+                                               hAacEnc->qcKernel,
+                                               hAacEnc->qcKernel->elementBits,
+                                               hAacEnc->qcOut);
+        if (ErrorStatus != AAC_ENC_OK)
+            return ErrorStatus;
+
+            /*-------------------------------------------- */
+            ErrorStatus = FDKaacEnc_FinalizeBitConsumption(cm,
+                                                           hAacEnc->qcKernel,
+                                                           qcOut,
+                                                           qcOut->qcElement,
+                                                           hTpEnc,
+                                                           hAacEnc->aot,
+                                                           hAacEnc->config->syntaxFlags,
+                                                           hAacEnc->config->epConfig);
+            if (ErrorStatus != AAC_ENC_OK)
+                return ErrorStatus;
+            /*-------------------------------------------- */
+            totalBits += qcOut->totalBits;
+
+
+        /*-------------------------------------------- */
+        FDKaacEnc_updateBitres(cm,
+                               hAacEnc->qcKernel,
+                               hAacEnc->qcOut);
+
+        /*-------------------------------------------- */
+
+        /* for ( all sub frames ) ... */
+              /* write bitstream header */
+              transportEnc_WriteAccessUnit(
+                    hTpEnc,
+                    totalBits,
+                    FDKaacEnc_EncBitresToTpBitres(hAacEnc->bitrateMode, hAacEnc->qcKernel->bitResTot),
+                    cm->nChannelsEff);
+
+              /* write bitstream */
+              ErrorStatus = FDKaacEnc_WriteBitstream(
+                    hTpEnc,
+                    cm,
+                    qcOut,
+                    psyOut,
+                    hAacEnc->qcKernel,
+                    hAacEnc->aot,
+                    hAacEnc->config->syntaxFlags,
+                    hAacEnc->config->epConfig);
+
+              if (ErrorStatus != AAC_ENC_OK)
+                return ErrorStatus;
+
+              /* transportEnc_EndAccessUnit() is being called inside FDKaacEnc_WriteBitstream() */
+              transportEnc_GetFrame(hTpEnc, nOutBytes);
+
+    } /* -end- if (curFrame==hAacEnc->qcKernel->nSubFrames) */
+
+
+    /*-------------------------------------------- */
+    return AAC_ENC_OK;
+}
+
+/*---------------------------------------------------------------------------
+
+    functionname:FDKaacEnc_Close
+    description: delete encoder instance
+    returns:
+
+  ---------------------------------------------------------------------------*/
+
+void FDKaacEnc_Close( HANDLE_AAC_ENC*  phAacEnc)   /* encoder handle */
+{
+    if (*phAacEnc == NULL) {
+      return;
+    }
+    AAC_ENC *hAacEnc = (AAC_ENC*)*phAacEnc;
+
+   if (hAacEnc->dynamic_RAM != NULL)
+       FreeAACdynamic_RAM(&hAacEnc->dynamic_RAM);
+
+    FDKaacEnc_PsyClose(&hAacEnc->psyKernel,hAacEnc->psyOut);
+
+    FDKaacEnc_QCClose(&hAacEnc->qcKernel, hAacEnc->qcOut);
+
+    FreeRam_aacEnc_AacEncoder(phAacEnc);
+}
+
+
+/* The following functions are in this source file only for convenience and */
+/* need not be visible outside of a possible encoder library. */
+
+/* basic defines for ancillary data */
+#define MAX_ANCRATE 19200            /* ancillary rate >= 19200 isn't valid */
+
+/*---------------------------------------------------------------------------
+
+    functionname:  FDKaacEnc_InitCheckAncillary
+    description:   initialize and check ancillary data struct
+    return:        if success or NULL if error
+
+  ---------------------------------------------------------------------------*/
+static AAC_ENCODER_ERROR FDKaacEnc_InitCheckAncillary(INT bitRate,
+                                                      INT framelength,
+                                                      INT ancillaryRate,
+                                                      INT *ancillaryBitsPerFrame,
+                                                      INT sampleRate)
+{
+  INT diffToByteAlign;
+
+  /* don't use negative ancillary rates */
+  if ( ancillaryRate < -1 )
+    return AAC_ENC_UNSUPPORTED_ANC_BITRATE;
+
+  /* check if ancillary rate is ok */
+  if ( (ancillaryRate != (-1)) && (ancillaryRate != 0) ) {
+    /* ancRate <= 15% of bitrate && ancRate < 19200 */
+    if ( ( ancillaryRate >= MAX_ANCRATE ) ||
+         ( (ancillaryRate * 20) > (bitRate * 3) ) ) {
+      return AAC_ENC_UNSUPPORTED_ANC_BITRATE;
+    }
+  }
+  else if (ancillaryRate == -1) {
+    /* if no special ancRate is requested but a ancillary file is
+       stated, then generate a ancillary rate matching to the bitrate */
+    if (bitRate >= (MAX_ANCRATE * 10)) {
+      /* ancillary rate is 19199 */
+      ancillaryRate = (MAX_ANCRATE - 1);
+    }
+    else { /* 10% of bitrate */
+      ancillaryRate = bitRate / 10;
+    }
+  }
+
+  /* make ancillaryBitsPerFrame byte align */
+  *ancillaryBitsPerFrame = (ancillaryRate * framelength ) / sampleRate;
+  diffToByteAlign = *ancillaryBitsPerFrame % 8;
+  *ancillaryBitsPerFrame = *ancillaryBitsPerFrame - diffToByteAlign;
+
+  return AAC_ENC_OK;
+}
diff --git a/libAACenc/src/aacenc.h b/libAACenc/src/aacenc.h
new file mode 100644 (file)
index 0000000..ed167c2
--- /dev/null
@@ -0,0 +1,323 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       M. Schug / A. Groeschel
+   contents/description: fast aac coder interface library functions
+
+******************************************************************************/
+
+#ifndef _aacenc_h_
+#define _aacenc_h_
+
+#include "common_fix.h"
+#include "FDK_audio.h"
+
+#include "tpenc_lib.h"
+
+#include "sbr_encoder.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * AAC-LC error codes.
+ */
+typedef enum {
+  AAC_ENC_OK       = 0x0000,                          /*!< All fine. */
+
+  AAC_ENC_UNKNOWN  = 0x0002,                          /*!< Error condition is of unknown reason, or from another module.              */
+
+  /* initialization errors */
+  aac_enc_init_error_start      = 0x2000,
+  AAC_ENC_INVALID_HANDLE        = 0x2020,             /*!< The handle passed to the function call was invalid (probably NULL).        */
+  AAC_ENC_INVALID_FRAME_LENGTH  = 0x2080,             /*!< Invalid frame length.                                                      */
+  AAC_ENC_INVALID_N_CHANNELS    = 0x20e0,             /*!< Invalid amount of audio input channels.                                    */
+  AAC_ENC_INVALID_SFB_TABLE     = 0x2140,             /*!< Internal encoder error.                                                    */
+
+  AAC_ENC_UNSUPPORTED_AOT            = 0x3000,        /*!< The Audio Object Type (AOT) is not supported.                              */
+  AAC_ENC_UNSUPPORTED_BITRATE        = 0x3020,        /*!< The chosen bitrate is not supported.                                       */
+  AAC_ENC_UNSUPPORTED_BITRATE_MODE   = 0x3028,        /*!< Unsupported bit rate mode (CBR or VBR).                                    */
+  AAC_ENC_UNSUPPORTED_ANC_BITRATE    = 0x3040,        /*!< Unsupported ancillay bitrate.                                              */
+  AAC_ENC_UNSUPPORTED_ANC_MODE       = 0x3060,
+  AAC_ENC_UNSUPPORTED_TRANSPORT_TYPE = 0x3080,        /*!< The bitstream format is not supported.                                     */
+  AAC_ENC_UNSUPPORTED_ER_FORMAT      = 0x30a0,        /*!< The error resilience tool format is not supported.                         */
+  AAC_ENC_UNSUPPORTED_EPCONFIG       = 0x30c0,        /*!< The error protection format is not supported.                              */
+  AAC_ENC_UNSUPPORTED_CHANNELCONFIG  = 0x30e0,        /*!< The channel configuration (either number or arrangement) is not supported. */
+  AAC_ENC_UNSUPPORTED_SAMPLINGRATE   = 0x3100,        /*!< Sample rate of audio input is not supported.                               */
+  AAC_ENC_NO_MEMORY                  = 0x3120,        /*!< Could not allocate memory. */
+  AAC_ENC_PE_INIT_TABLE_NOT_FOUND    = 0x3140,        /*!< Internal encoder error.    */
+
+  aac_enc_init_error_end,
+
+  /* encode errors */
+  aac_enc_error_start                       = 0x4000,
+  AAC_ENC_QUANT_ERROR                       = 0x4020,       /*!< Too many bits used in quantization.             */
+  AAC_ENC_WRITTEN_BITS_ERROR                = 0x4040,       /*!< Unexpected number of written bits, differs to
+                                                                 calculated number of bits.                      */
+  AAC_ENC_PNS_TABLE_ERROR                   = 0x4060,       /*!< PNS level out of range.                         */
+  AAC_ENC_GLOBAL_GAIN_TOO_HIGH              = 0x4080,       /*!< Internal quantizer error.                       */
+  AAC_ENC_BITRES_TOO_LOW                    = 0x40a0,       /*!< Too few  bits in bit reservoir.                 */
+  AAC_ENC_BITRES_TOO_HIGH                   = 0x40a1,       /*!< Too many bits in bit reservoir.                 */
+  AAC_ENC_INVALID_CHANNEL_BITRATE           = 0x4100,
+  AAC_ENC_INVALID_ELEMENTINFO_TYPE          = 0x4120,       /*!< Internal encoder error.                         */
+
+  AAC_ENC_WRITE_SCAL_ERROR                  = 0x41e0,       /*!< Error writing scalefacData.                     */
+  AAC_ENC_WRITE_SEC_ERROR                   = 0x4200,       /*!< Error writing sectionData.                      */
+  AAC_ENC_WRITE_SPEC_ERROR                  = 0x4220,       /*!< Error writing spectralData.                     */
+  aac_enc_error_end
+
+} AAC_ENCODER_ERROR;
+/*-------------------------- defines --------------------------------------*/
+
+#define ANC_DATA_BUFFERSIZE 1024      /* ancBuffer size */
+
+#define MAX_TOTAL_EXT_PAYLOADS  (((8) * (1)) + (2+2))
+
+
+typedef enum {
+  AACENC_BR_MODE_INVALID = -1,  /*!< Invalid bitrate mode.                            */
+  AACENC_BR_MODE_CBR     =  0,  /*!< Constant bitrate mode.                           */
+  AACENC_BR_MODE_VBR_1   =  1,  /*!< Variable bitrate mode, about 32 kbps/channel.    */
+  AACENC_BR_MODE_VBR_2   =  2,  /*!< Variable bitrate mode, about 40 kbps/channel.    */
+  AACENC_BR_MODE_VBR_3   =  3,  /*!< Variable bitrate mode, about 48-56 kbps/channel. */
+  AACENC_BR_MODE_VBR_4   =  4,  /*!< Variable bitrate mode, about 64 kbps/channel.    */
+  AACENC_BR_MODE_VBR_5   =  5,  /*!< Variable bitrate mode, about 80-96 kbps/channel. */
+  AACENC_BR_MODE_FF      =  6,  /*!< Fixed frame mode.                                */
+  AACENC_BR_MODE_SFR     =  7   /*!< Superframe mode.                                 */
+
+} AACENC_BITRATE_MODE;
+
+typedef enum {
+
+  CH_ORDER_MPEG = 0,  /*!< MPEG channel ordering (e. g. 5.1: C, L, R, SL, SR, LFE)           */
+  CH_ORDER_WAV,       /*!< WAV fileformat channel ordering (e. g. 5.1: L, R, C, LFE, SL, SR) */
+  CH_ORDER_WG4        /*!< WG4 fileformat channel ordering (e. g. 5.1: L, R, SL, SR, C, LFE) */
+
+} CHANNEL_ORDER;
+
+/*-------------------- structure definitions ------------------------------*/
+
+struct AACENC_CONFIG {
+  INT   sampleRate;             /* encoder sample rate */
+  INT   bitRate;                /* encoder bit rate in bits/sec */
+  INT   ancDataBitRate;         /* additional bits consumed by anc data or sbr have to be consiedered while configuration */
+
+  INT   nSubFrames;             /* number of frames in super frame (not ADTS/LATM subframes !) */
+  AUDIO_OBJECT_TYPE audioObjectType;   /* Audio Object Type  */
+
+  INT   averageBits;            /* encoder bit rate in bits/superframe */
+  INT   bitrateMode;            /* encoder bitrate mode (CBR/VBR) */
+  INT   nChannels;              /* number of channels to process */
+  CHANNEL_ORDER channelOrder;   /* Input Channel ordering scheme. */
+  INT   bandWidth;              /* targeted audio bandwidth in Hz */
+  CHANNEL_MODE  channelMode;    /* encoder channel mode configuration */
+  INT   framelength;            /* used frame size */
+
+  UINT  syntaxFlags;            /* bitstreams syntax configuration */
+  SCHAR epConfig;               /* error protection configuration */
+
+  INT   anc_Rate;               /* ancillary rate, 0 (disabled), -1 (default) else desired rate */
+  UINT  maxAncBytesPerAU;
+  INT   minBitsPerFrame;        /* minimum number of bits in AU */
+  INT   maxBitsPerFrame;        /* maximum number of bits in AU */
+  INT   bitreservoir;           /* size of bitreservoir */
+
+  UINT  sbrRatio;               /* sbr sampling rate ratio: dual- or single-rate */
+
+  UCHAR useTns;                 /* flag: use temporal noise shaping */
+  UCHAR usePns;                 /* flag: use perceptual noise substitution */
+  UCHAR useIS;                  /* flag: use intensity coding */
+
+  UCHAR useRequant;             /* flag: use afterburner */
+};
+
+typedef struct {
+  UCHAR            *pData;      /* pointer to extension payload data */
+  UINT              dataSize;   /* extension payload data size in bits */
+  EXT_PAYLOAD_TYPE  dataType;   /* extension payload data type */
+  INT               associatedChElement;  /* number of the channel element the data is assigned to */
+} AACENC_EXT_PAYLOAD;
+
+typedef struct AAC_ENC *HANDLE_AAC_ENC;
+
+/**
+ * \brief Limit given bit rate to a valid value
+ * \param hTpEnc transport encoder handle
+ * \param coreSamplingRate the sample rate to be used for the AAC encoder
+ * \param frameLength the frameLength to be used for the AAC encoder
+ * \param nChannels number of total channels
+ * \param nChannelsEff number of effective channels
+ * \param bitRate the initial bit rate value for which the closest valid bit rate value is searched for
+ * \param averageBits average bits per frame for fixed framing. Set to -1 if not available.
+ * \param optional pointer where the current bits per frame are stored into.
+ * \param bitrateMode the current bit rate mode
+ * \param nSubFrames number of sub frames for super framing (not transport frames).
+ * \return a valid bit rate value as close as possible or identical to bitRate
+ */
+INT FDKaacEnc_LimitBitrate(
+        HANDLE_TRANSPORTENC hTpEnc,
+        INT coreSamplingRate,
+        INT frameLength,
+        INT nChannels,
+        INT nChannelsEff,
+        INT bitRate,
+        INT averageBits,
+        INT *pAverageBitsPerFrame,
+        INT bitrateMode,
+        INT nSubFrames
+        );
+
+ /*-----------------------------------------------------------------------------
+
+     functionname: FDKaacEnc_GetVBRBitrate
+     description:  Get VBR bitrate from vbr quality
+     input params: int vbrQuality (VBR0, VBR1, VBR2)
+                   channelMode
+     returns:      vbr bitrate
+
+ ------------------------------------------------------------------------------*/
+ INT FDKaacEnc_GetVBRBitrate(INT bitrateMode, CHANNEL_MODE channelMode);
+
+
+/*-----------------------------------------------------------------------------
+
+     functionname: FDKaacEnc_AacInitDefaultConfig
+     description:  gives reasonable default configuration
+     returns:      ---
+
+ ------------------------------------------------------------------------------*/
+void FDKaacEnc_AacInitDefaultConfig(AACENC_CONFIG     *config);
+
+/*---------------------------------------------------------------------------
+
+           functionname:FDKaacEnc_Open
+    description: allocate and initialize a new encoder instance
+    returns:     0 if success
+
+  ---------------------------------------------------------------------------*/
+AAC_ENCODER_ERROR FDKaacEnc_Open(HANDLE_AAC_ENC  *phAacEnc,              /* pointer to an encoder handle, initialized on return */
+                                 const INT        nElements,             /* number of maximal elements in instance to support */
+                                 const INT        nChannels,             /* number of maximal channels in instance to support */
+                                 const INT        nSubFrames);           /* support superframing in instance */
+
+
+AAC_ENCODER_ERROR FDKaacEnc_Initialize(HANDLE_AAC_ENC     hAacEncoder,   /* pointer to an encoder handle, initialized on return */
+                                       AACENC_CONFIG    *config,         /* pre-initialized config struct */
+                                       HANDLE_TRANSPORTENC hTpEnc,
+                                       ULONG               initFlags);
+
+
+/*---------------------------------------------------------------------------
+
+    functionname: FDKaacEnc_EncodeFrame
+    description:  encode one frame
+    returns:      0 if success
+
+  ---------------------------------------------------------------------------*/
+
+AAC_ENCODER_ERROR FDKaacEnc_EncodeFrame( HANDLE_AAC_ENC       hAacEnc,         /* encoder handle */
+                                         HANDLE_TRANSPORTENC  hTpEnc,
+                                         INT_PCM*             inputBuffer,
+                                         INT*                 numOutBytes,
+                                         AACENC_EXT_PAYLOAD   extPayload[MAX_TOTAL_EXT_PAYLOADS]
+                                       );
+
+/*---------------------------------------------------------------------------
+
+    functionname:FDKaacEnc_Close
+    description: delete encoder instance
+    returns:
+
+  ---------------------------------------------------------------------------*/
+
+void FDKaacEnc_Close( HANDLE_AAC_ENC*  phAacEnc);   /* encoder handle */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _aacenc_h_ */
+
diff --git a/libAACenc/src/aacenc_hcr.cpp b/libAACenc/src/aacenc_hcr.cpp
new file mode 100644 (file)
index 0000000..316623a
--- /dev/null
@@ -0,0 +1,93 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  MPEG AAC Audio Encoder  *************************
+
+   Initial author:       R. Boehm
+   contents/description: huffman codeword reordering
+                         based on source from aacErrRobTrans
+
+******************************************************************************/
+
+#include "aacenc_hcr.h"
+
diff --git a/libAACenc/src/aacenc_hcr.h b/libAACenc/src/aacenc_hcr.h
new file mode 100644 (file)
index 0000000..934247a
--- /dev/null
@@ -0,0 +1,96 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  MPEG AAC Audio Encoder  *************************
+
+   Initial author:       R. Boehm
+   contents/description: huffman codeword reordering
+                         based on source from aacErrRobTrans
+
+******************************************************************************/
+
+#ifndef _AACENC_HCR
+#define _AACENC_HCR_H
+
+
+#endif  /* ifndef _AACENC_HCR */
diff --git a/libAACenc/src/aacenc_lib.cpp b/libAACenc/src/aacenc_lib.cpp
new file mode 100644 (file)
index 0000000..95c08b3
--- /dev/null
@@ -0,0 +1,2125 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************** MPEG-4 HE-AAC Encoder *************************
+
+  Initial author:       M. Lohwasser
+  contents/description: FDK HE-AAC Encoder interface library functions
+
+****************************************************************************/
+
+#include "aacenc_lib.h"
+#include "FDK_audio.h"
+#include "aacenc.h"
+
+#include "aacEnc_ram.h"
+#include "FDK_core.h" /* FDK_tools versioning info */
+
+/* Encoder library info */
+#define AACENCODER_LIB_VL0 3
+#define AACENCODER_LIB_VL1 4
+#define AACENCODER_LIB_VL2 12
+#define AACENCODER_LIB_TITLE "AAC Encoder"
+#define AACENCODER_LIB_BUILD_DATE __DATE__
+#define AACENCODER_LIB_BUILD_TIME __TIME__
+
+
+#include "sbr_encoder.h"
+#include "../src/sbr_ram.h"
+#include "channel_map.h"
+
+#include "psy_const.h"
+#include "bitenc.h"
+
+#include "tpenc_lib.h"
+
+#include "metadata_main.h"
+
+#define SBL(fl)            (fl/8)                 /*!< Short block length (hardcoded to 8 short blocks per long block) */
+#define BSLA(fl)           (4*SBL(fl)+SBL(fl)/2)  /*!< AAC block switching look-ahead */
+#define DELAY_AAC(fl)      (fl+BSLA(fl))          /*!< MDCT + blockswitching */
+#define DELAY_AACELD(fl)   ((fl)/2)               /*!< ELD FB delay (no framing delay included) */
+
+#define INPUTBUFFER_SIZE (1537+100+2048)
+
+#define DEFAULT_HEADER_PERIOD_REPETITION_RATE  10 /*!< Default header repetition rate used in transport library and for SBR header. */
+
+////////////////////////////////////////////////////////////////////////////////////
+/**
+ * Flags to characterize encoder modules to be supported in present instance.
+ */
+enum {
+    ENC_MODE_FLAG_AAC  = 0x0001,
+    ENC_MODE_FLAG_SBR  = 0x0002,
+    ENC_MODE_FLAG_PS   = 0x0004,
+    ENC_MODE_FLAG_SAC  = 0x0008,
+    ENC_MODE_FLAG_META = 0x0010
+};
+
+////////////////////////////////////////////////////////////////////////////////////
+typedef struct {
+    AUDIO_OBJECT_TYPE userAOT;               /*!< Audio Object Type.             */
+    UINT              userSamplerate;        /*!< Sampling frequency.            */
+    UINT              nChannels;             /*!< will be set via channelMode.   */
+    CHANNEL_MODE      userChannelMode;
+    UINT              userBitrate;
+    UINT              userBitrateMode;
+    UINT              userBandwidth;
+    UINT              userAfterburner;
+    UINT              userFramelength;
+    UINT              userAncDataRate;
+
+    UCHAR             userTns;               /*!< Use TNS coding. */
+    UCHAR             userPns;               /*!< Use PNS coding. */
+    UCHAR             userIntensity;         /*!< Use Intensity coding. */
+
+    TRANSPORT_TYPE    userTpType;            /*!< Transport type */
+    UCHAR             userTpSignaling;       /*!< Extension AOT signaling mode. */
+    UCHAR             userTpNsubFrames;      /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1). */
+    UCHAR             userTpAmxv;            /*!< AudioMuxVersion to be used for LATM (default 0). */
+    UCHAR             userTpProtection;
+    UCHAR             userTpHeaderPeriod;    /*!< Parameter used to configure LATM/LOAS SMC rate. Moreover this parameters is
+                                                  used to configure repetition rate of PCE in raw_data_block. */
+
+    UCHAR             userErTools;           /*!< Use VCB11, HCR and/or RVLC ER tool. */
+    UINT              userPceAdditions;      /*!< Configure additional bits in PCE. */
+
+    UCHAR             userMetaDataMode;      /*!< Meta data library configuration. */
+
+    UCHAR             userSbrEnabled;        /*!< Enable SBR for ELD. */
+    UINT              userSbrRatio;          /*!< SBR sampling rate ratio. Dual- or single-rate. */
+
+} USER_PARAM;
+
+////////////////////////////////////////////////////////////////////////////////////
+
+/****************************************************************************
+                           Structure Definitions
+****************************************************************************/
+
+typedef struct  AACENC_CONFIG     *HANDLE_AACENC_CONFIG;
+
+
+struct AACENCODER
+{
+    USER_PARAM               extParam;
+    CODER_CONFIG             coderConfig;
+
+    /* AAC */
+    AACENC_CONFIG            aacConfig;
+    HANDLE_AAC_ENC           hAacEnc;
+
+    /* SBR */
+    HANDLE_SBR_ENCODER       hEnvEnc;
+
+    /* Meta Data */
+    HANDLE_FDK_METADATA_ENCODER  hMetadataEnc;
+    INT                          metaDataAllowed; /* Signal whether chosen configuration allows metadata. Necessary for delay
+                                                     compensation. Metadata mode is a separate parameter. */
+
+    /* Transport */
+    HANDLE_TRANSPORTENC      hTpEnc;
+
+    /* Output */
+    UCHAR                   *outBuffer;         /* Internal bitstream buffer */
+    INT                      outBufferInBytes;   /* Size of internal bitstream buffer*/
+
+    /* Input */
+    INT_PCM                 *inputBuffer;        /* Internal input buffer. Input source for AAC encoder */
+    INT                      inputBufferOffset;  /* Where to write new input samples. */
+
+    INT                      nSamplesToRead;    /* number of input samples neeeded for encoding one frame */
+    INT                      nSamplesRead;      /* number of input samples already in input buffer */
+    INT                      nZerosAppended;    /* appended zeros at end of file*/
+    INT                      nDelay;            /* encoder delay */
+
+    AACENC_EXT_PAYLOAD       extPayload [MAX_TOTAL_EXT_PAYLOADS];
+    /* Extension payload */
+    UCHAR                    extPayloadData [(1)][(8)][MAX_PAYLOAD_SIZE];
+    UINT                     extPayloadSize [(1)][(8)]; /* payload sizes in bits */
+
+    ULONG                    InitFlags;         /* internal status to treggier re-initialization */
+
+
+   /* Memory allocation info. */
+   INT                       nMaxAacElements;
+   INT                       nMaxAacChannels;
+   INT                       nMaxSbrElements;
+   INT                       nMaxSbrChannels;
+   UINT                      nMaxSubFrames;
+
+   UINT                      encoder_modis;
+
+   /* Capability flags */
+   UINT                      CAPF_tpEnc;
+
+} ;
+
+typedef struct
+{
+    ULONG               samplingRate;   /*!< Encoder output sampling rate. */
+    ULONG               bitrateRange;   /*!< Lower bitrate range for config entry. */
+
+    UCHAR               lowDelaySbr;    /*!< 0: ELD sbr off,
+                                             1: ELD sbr on */
+
+    UCHAR               downsampledSbr; /*!< 0: ELD with dualrate sbr,
+                                             1: ELD with downsampled sbr */
+
+} ELD_SBR_CONFIGURATOR;
+
+/**
+ * \brief  This table defines ELD/SBR default configurations.
+ */
+static const ELD_SBR_CONFIGURATOR eldSbrAutoConfigTab[] =
+{
+  { 48000,     0, 1, 0 },
+  { 48000, 64001, 0, 0 },
+
+  { 44100,     0, 1, 0 },
+  { 44100, 64001, 0, 0 },
+
+  { 32000,     0, 1, 0 },
+  { 32000, 28000, 1, 1 },
+  { 32000, 56000, 0, 0 },
+
+  { 24000,     0, 1, 1 },
+  { 24000, 40000, 0, 0 },
+
+  { 16000,     0, 1, 1 },
+  { 16000, 28000, 0, 0 }
+
+};
+
+/*
+ * \brief  Configure SBR for ELD configuration.
+ *
+ * This function finds default SBR configuration for ELD based on sampling rate and channel bitrate.
+ * Outputparameters are SBR on/off, and SBR ratio.
+ *
+ * \param samplingRate          Audio signal sampling rate.
+ * \param channelMode           Channel configuration to be used.
+ * \param totalBitrate          Overall bitrate.
+ * \param eldSbr                Pointer to eldSbr parameter, filled on return.
+ * \param eldSbrRatio           Pointer to eldSbrRatio parameter, filled on return.
+ *
+ * \return - AACENC_OK, all fine.
+ *         - AACENC_INVALID_CONFIG, on failure.
+ */
+static AACENC_ERROR eldSbrConfigurator(
+        const ULONG                      samplingRate,
+        const CHANNEL_MODE               channelMode,
+        const ULONG                      totalBitrate,
+        UINT * const                     eldSbr,
+        UINT * const                     eldSbrRatio
+        )
+{
+    AACENC_ERROR err = AACENC_OK;
+    int i, cfgIdx = -1;
+    const ULONG channelBitrate = totalBitrate / FDKaacEnc_GetChannelModeConfiguration(channelMode)->nChannelsEff;
+
+    for (i=0; i<(sizeof(eldSbrAutoConfigTab)/sizeof(ELD_SBR_CONFIGURATOR)); i++) {
+      if ( (samplingRate <= eldSbrAutoConfigTab[i].samplingRate)
+        && (channelBitrate >= eldSbrAutoConfigTab[i].bitrateRange) )
+      {
+        cfgIdx = i;
+      }
+    }
+
+    if (cfgIdx != -1) {
+      *eldSbr      = (eldSbrAutoConfigTab[cfgIdx].lowDelaySbr==0) ? 0 : 1;
+      *eldSbrRatio = (eldSbrAutoConfigTab[cfgIdx].downsampledSbr==0) ? 2 : 1;
+    }
+    else {
+      err = AACENC_INVALID_CONFIG; /* no default configuration for eld-sbr available. */
+    }
+
+    return err;
+}
+
+static inline INT isSbrActive(const HANDLE_AACENC_CONFIG hAacConfig)
+{
+    INT sbrUsed = 0;
+
+    if ( (hAacConfig->audioObjectType==AOT_SBR)         || (hAacConfig->audioObjectType==AOT_PS)
+      || (hAacConfig->audioObjectType==AOT_MP2_SBR)     || (hAacConfig->audioObjectType==AOT_MP2_PS)
+      || (hAacConfig->audioObjectType==AOT_DABPLUS_SBR) || (hAacConfig->audioObjectType==AOT_DABPLUS_PS)
+      || (hAacConfig->audioObjectType==AOT_DRM_SBR)     || (hAacConfig->audioObjectType==AOT_DRM_MPEG_PS) )
+    {
+        sbrUsed = 1;
+    }
+    if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD && (hAacConfig->syntaxFlags & AC_SBR_PRESENT))
+    {
+        sbrUsed = 1;
+    }
+
+    return ( sbrUsed );
+}
+
+static inline INT isPsActive(const AUDIO_OBJECT_TYPE audioObjectType)
+{
+    INT psUsed = 0;
+
+    if ( (audioObjectType==AOT_PS)
+      || (audioObjectType==AOT_MP2_PS)
+      || (audioObjectType==AOT_DABPLUS_PS)
+      || (audioObjectType==AOT_DRM_MPEG_PS) )
+    {
+        psUsed = 1;
+    }
+
+    return ( psUsed );
+}
+
+static SBR_PS_SIGNALING getSbrSignalingMode(
+        const AUDIO_OBJECT_TYPE          audioObjectType,
+        const TRANSPORT_TYPE             transportType,
+        const UCHAR                      transportSignaling,
+        const UINT                       sbrRatio
+        )
+
+{
+  SBR_PS_SIGNALING sbrSignaling;
+
+  if (transportType==TT_UNKNOWN || sbrRatio==0) {
+    sbrSignaling = SIG_UNKNOWN; /* Needed parameters have not been set */
+    return sbrSignaling;
+  } else {
+    sbrSignaling = SIG_IMPLICIT; /* default: implicit signaling */
+  }
+
+  if ((audioObjectType==AOT_AAC_LC)     || (audioObjectType==AOT_SBR)     || (audioObjectType==AOT_PS)    ||
+      (audioObjectType==AOT_MP2_AAC_LC) || (audioObjectType==AOT_MP2_SBR) || (audioObjectType==AOT_MP2_PS) ) {
+    switch (transportType) {
+      case TT_MP4_ADIF:
+      case TT_MP4_ADTS:
+        sbrSignaling = SIG_IMPLICIT; /* For MPEG-2 transport types, only implicit signaling is possible */
+        break;
+
+      case TT_MP4_RAW:
+      case TT_MP4_LATM_MCP1:
+      case TT_MP4_LATM_MCP0:
+      case TT_MP4_LOAS:
+      default:
+        if ( transportSignaling==0xFF ) {
+          /* Defaults */
+          if ( sbrRatio==1 ) {
+            sbrSignaling = SIG_EXPLICIT_HIERARCHICAL; /* For downsampled SBR, explicit signaling is mandatory */
+          } else {
+            sbrSignaling = SIG_IMPLICIT; /* For dual-rate SBR, implicit signaling is default */
+          }
+        } else {
+          /* User set parameters */
+          /* Attention: Backward compatible explicit signaling does only work with AMV1 for LATM/LOAS */
+          sbrSignaling = (SBR_PS_SIGNALING)transportSignaling;
+        }
+        break;
+    }
+  }
+
+  return sbrSignaling;
+}
+
+/****************************************************************************
+                               Allocate Encoder
+****************************************************************************/
+
+H_ALLOC_MEM (_AacEncoder, AACENCODER)
+C_ALLOC_MEM (_AacEncoder, AACENCODER, 1)
+
+
+
+
+/*
+ * Map Encoder specific config structures to CODER_CONFIG.
+ */
+static void FDKaacEnc_MapConfig(
+        CODER_CONFIG *const              cc,
+        const USER_PARAM *const          extCfg,
+        const SBR_PS_SIGNALING           sbrSignaling,
+        const HANDLE_AACENC_CONFIG       hAacConfig
+        )
+{
+  AUDIO_OBJECT_TYPE transport_AOT = AOT_NULL_OBJECT;
+  FDKmemclear(cc, sizeof(CODER_CONFIG));
+
+  cc->flags = 0;
+
+  /* Map virtual aot to transport aot. */
+  switch (hAacConfig->audioObjectType) {
+    case AOT_MP2_AAC_LC:
+      transport_AOT = AOT_AAC_LC;
+      break;
+    case AOT_MP2_SBR:
+      transport_AOT = AOT_SBR;
+      cc->flags |= CC_SBR;
+     break;
+    case AOT_MP2_PS:
+      transport_AOT = AOT_PS;
+      cc->flags |= CC_SBR;
+      break;
+    default:
+      transport_AOT = hAacConfig->audioObjectType;
+  }
+
+  if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
+    cc->flags |= (hAacConfig->syntaxFlags & AC_SBR_PRESENT) ? CC_SBR : 0;
+  }
+
+  /* transport type is usually AAC-LC. */
+  if ( (transport_AOT == AOT_SBR) || (transport_AOT == AOT_PS) ) {
+    cc->aot           = AOT_AAC_LC;
+  }
+  else {
+    cc->aot           = transport_AOT;
+  }
+
+  /* Configure extension aot. */
+  if (sbrSignaling==SIG_IMPLICIT) {
+    cc->extAOT = AOT_NULL_OBJECT;  /* implicit */
+  }
+  else {
+    if ( (sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE) && ( (transport_AOT==AOT_SBR) || (transport_AOT==AOT_PS) ) ) {
+      cc->extAOT = AOT_SBR;        /* explicit backward compatible */
+    }
+    else {
+      cc->extAOT = transport_AOT;  /* explicit hierarchical */
+    }
+  }
+
+  if ( (transport_AOT==AOT_SBR) || (transport_AOT==AOT_PS) ) {
+    cc->sbrPresent=1;
+    if (transport_AOT==AOT_PS) {
+      cc->psPresent=1;
+    }
+  }
+  cc->sbrSignaling    = sbrSignaling;
+
+  cc->extSamplingRate = extCfg->userSamplerate;
+  cc->bitRate         = hAacConfig->bitRate;
+  cc->noChannels      = hAacConfig->nChannels;
+  cc->flags          |= CC_IS_BASELAYER;
+  cc->channelMode     = hAacConfig->channelMode;
+
+  cc->nSubFrames = (hAacConfig->nSubFrames > 1 && extCfg->userTpNsubFrames == 1)
+                 ? hAacConfig->nSubFrames
+                 : extCfg->userTpNsubFrames;
+
+  cc->flags          |= (extCfg->userTpProtection) ? CC_PROTECTION : 0;
+
+  if (extCfg->userTpHeaderPeriod!=0xFF) {
+    cc->headerPeriod    = extCfg->userTpHeaderPeriod;
+  }
+  else { /* auto-mode */
+    switch (extCfg->userTpType) {
+      case TT_MP4_ADTS:
+      case TT_MP4_LOAS:
+      case TT_MP4_LATM_MCP1:
+        cc->headerPeriod = DEFAULT_HEADER_PERIOD_REPETITION_RATE;
+        break;
+      default:
+        cc->headerPeriod = 0;
+    }
+  }
+
+  cc->samplesPerFrame = hAacConfig->framelength;
+  cc->samplingRate    = hAacConfig->sampleRate;
+
+  /* Mpeg-4 signaling for transport library. */
+  switch ( hAacConfig->audioObjectType ) {
+    case AOT_MP2_AAC_LC:
+    case AOT_MP2_SBR:
+    case AOT_MP2_PS:
+      cc->flags &= ~CC_MPEG_ID; /* Required for ADTS. */
+      cc->extAOT = AOT_NULL_OBJECT;
+      break;
+    default:
+      cc->flags |= CC_MPEG_ID;
+  }
+
+  /* ER-tools signaling. */
+  cc->flags     |= (hAacConfig->syntaxFlags & AC_ER_VCB11) ? CC_VCB11 : 0;
+  cc->flags     |= (hAacConfig->syntaxFlags & AC_ER_HCR)   ? CC_HCR : 0;
+  cc->flags     |= (hAacConfig->syntaxFlags & AC_ER_RVLC)  ? CC_RVLC : 0;
+
+  /* Matrix mixdown coefficient configuration. */
+  if ( (extCfg->userPceAdditions&0x1) && (hAacConfig->epConfig==-1)
+      && ((cc->channelMode==MODE_1_2_2)||(cc->channelMode==MODE_1_2_2_1)) )
+  {
+    cc->matrixMixdownA       = ((extCfg->userPceAdditions>>1)&0x3)+1;
+    cc->flags |= (extCfg->userPceAdditions>>3)&0x1 ? CC_PSEUDO_SURROUND : 0;
+  }
+  else {
+    cc->matrixMixdownA = 0;
+  }
+}
+
+/*
+ * Examine buffer descriptor regarding choosen identifier.
+ *
+ * \param pBufDesc              Pointer to buffer descriptor
+ * \param identifier            Buffer identifier to look for.
+
+ * \return - Buffer descriptor index.
+ *         -1, if there is no entry available.
+ */
+static INT getBufDescIdx(
+        const AACENC_BufDesc         *pBufDesc,
+        const AACENC_BufferIdentifier identifier
+)
+{
+    INT i, idx = -1;
+
+    for (i=0; i<pBufDesc->numBufs; i++) {
+      if ( (AACENC_BufferIdentifier)pBufDesc->bufferIdentifiers[i] == identifier ) {
+        idx = i;
+        break;
+      }
+    }
+    return idx;
+}
+
+
+/****************************************************************************
+                          Function Declarations
+****************************************************************************/
+
+AAC_ENCODER_ERROR aacEncDefaultConfig(HANDLE_AACENC_CONFIG hAacConfig,
+                                      USER_PARAM *config)
+{
+    /* make reasonable default settings */
+    FDKaacEnc_AacInitDefaultConfig (hAacConfig);
+
+    /* clear configuration structure and copy default settings */
+    FDKmemclear(config, sizeof(USER_PARAM));
+
+    /* copy encoder configuration settings */
+    config->nChannels       = hAacConfig->nChannels;
+    config->userAOT = hAacConfig->audioObjectType = AOT_AAC_LC;
+    config->userSamplerate  = hAacConfig->sampleRate;
+    config->userChannelMode = hAacConfig->channelMode;
+    config->userBitrate     = hAacConfig->bitRate;
+    config->userBitrateMode = hAacConfig->bitrateMode;
+    config->userBandwidth   = hAacConfig->bandWidth;
+    config->userTns         = hAacConfig->useTns;
+    config->userPns         = hAacConfig->usePns;
+    config->userIntensity   = hAacConfig->useIS;
+    config->userAfterburner = hAacConfig->useRequant;
+    config->userFramelength = (UINT)-1;
+
+    if (hAacConfig->syntaxFlags & AC_ER_VCB11) {
+      config->userErTools  |= 0x01;
+    }
+    if (hAacConfig->syntaxFlags & AC_ER_HCR) {
+      config->userErTools  |= 0x02;
+    }
+
+    /* initialize transport parameters */
+    config->userTpType         = TT_UNKNOWN;
+    config->userTpAmxv         = 0;
+    config->userTpSignaling    = 0xFF;    /* choose signaling automatically */
+    config->userTpNsubFrames   = 1;
+    config->userTpProtection   = 0;    /* not crc protected*/
+    config->userTpHeaderPeriod = 0xFF; /* header period in auto mode */
+    config->userPceAdditions   = 0;    /* no matrix mixdown coefficient */
+    config->userMetaDataMode   = 0;    /* do not embed any meta data info */
+
+    config->userAncDataRate    = 0;
+
+    /* SBR rate is set to 0 here, which means it should be set automatically
+       in FDKaacEnc_AdjustEncSettings() if the user did not set a rate
+       expilicitely. */
+    config->userSbrRatio = 0;
+
+    /* SBR enable set to -1 means to inquire ELD audio configurator for reasonable configuration. */
+    config->userSbrEnabled     = -1;
+
+    return AAC_ENC_OK;
+}
+
+static
+void aacEncDistributeSbrBits(CHANNEL_MAPPING *channelMapping, SBR_ELEMENT_INFO *sbrElInfo, INT bitRate)
+{
+  INT codebits = bitRate;
+  int el;
+
+  /* Copy Element info */
+  for (el=0; el<channelMapping->nElements; el++) {
+      sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
+      sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
+      sbrElInfo[el].elType          = channelMapping->elInfo[el].elType;
+      sbrElInfo[el].bitRate         = (INT)(fMultNorm(channelMapping->elInfo[el].relativeBits, (FIXP_DBL)bitRate));
+      sbrElInfo[el].instanceTag     = channelMapping->elInfo[el].instanceTag;
+      sbrElInfo[el].nChannelsInEl   = channelMapping->elInfo[el].nChannelsInEl;
+
+      codebits -= sbrElInfo[el].bitRate;
+  }
+  sbrElInfo[0].bitRate += codebits;
+}
+
+
+static
+INT aacEncoder_LimitBitrate(
+        const HANDLE_TRANSPORTENC hTpEnc,
+        const INT samplingRate,
+        const INT frameLength,
+        const INT nChannels,
+        const CHANNEL_MODE channelMode,
+        INT bitRate,
+        const INT nSubFrames,
+        const INT sbrActive,
+        const INT sbrDownSampleRate,
+        const AUDIO_OBJECT_TYPE aot
+        )
+{
+  INT coreSamplingRate;
+  CHANNEL_MAPPING cm;
+
+  FDKaacEnc_InitChannelMapping(channelMode, CH_ORDER_MPEG, &cm);
+
+  if (sbrActive) {
+    coreSamplingRate = samplingRate >>  (sbrEncoder_IsSingleRatePossible(aot) ? (sbrDownSampleRate-1):1);
+  } else {
+    coreSamplingRate = samplingRate;
+  }
+
+  /* Consider bandwidth channel bit rate limit (see bandwidth.cpp: GetBandwidthEntry()) */
+  if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
+    bitRate = FDKmin(360000*nChannels, bitRate);
+    bitRate = FDKmax(8000*nChannels, bitRate);
+  }
+
+  if (aot == AOT_AAC_LC || aot == AOT_SBR || aot == AOT_PS)  {
+    bitRate = FDKmin(576000*nChannels, bitRate);
+    /*bitRate = FDKmax(0*nChannels, bitRate);*/
+  }
+
+
+  /* Limit bit rate in respect to the core coder */
+  bitRate = FDKaacEnc_LimitBitrate(
+          hTpEnc,
+          coreSamplingRate,
+          frameLength,
+          nChannels,
+          cm.nChannelsEff,
+          bitRate,
+          -1,
+          NULL,
+          -1,
+          nSubFrames
+          );
+
+  /* Limit bit rate in respect to available SBR modes if active */
+  if (sbrActive)
+  {
+    int numIterations = 0;
+    INT initialBitrate, adjustedBitrate;
+    initialBitrate = adjustedBitrate = bitRate;
+
+    /* Find total bitrate which provides valid configuration for each SBR element. */
+    do {
+      int e;
+      SBR_ELEMENT_INFO sbrElInfo[(8)];
+      FDK_ASSERT(cm.nElements <= (8));
+
+      initialBitrate = adjustedBitrate;
+
+      /* Get bit rate for each SBR element */
+      aacEncDistributeSbrBits(&cm, sbrElInfo, initialBitrate);
+
+      for (e=0; e<cm.nElements; e++)
+      {
+        INT sbrElementBitRateIn, sbrBitRateOut;
+
+        if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
+          continue;
+        }
+        sbrElementBitRateIn = sbrElInfo[e].bitRate;
+        sbrBitRateOut = sbrEncoder_LimitBitRate(sbrElementBitRateIn , cm.elInfo[e].nChannelsInEl, coreSamplingRate, aot);
+        if (sbrBitRateOut == 0) {
+          return 0;
+        }
+
+        /* If bitrates don't match, distribution and limiting needs to be determined again.
+           Abort element loop and restart with adapted bitrate. */
+        if (sbrElementBitRateIn != sbrBitRateOut) {
+
+          if (sbrElementBitRateIn < sbrBitRateOut) {
+            adjustedBitrate = fMax(initialBitrate, (INT)fDivNorm((FIXP_DBL)(sbrBitRateOut+8), cm.elInfo[e].relativeBits));
+            break;
+          }
+
+          if (sbrElementBitRateIn > sbrBitRateOut) {
+            adjustedBitrate = fMin(initialBitrate, (INT)fDivNorm((FIXP_DBL)(sbrBitRateOut-8), cm.elInfo[e].relativeBits));
+            break;
+          }
+
+        } /* sbrElementBitRateIn != sbrBitRateOut */
+
+      } /* elements */
+
+      numIterations++; /* restrict iteration to worst case of num elements */
+
+    } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) );
+
+    /* Unequal bitrates mean that no reasonable bitrate configuration found. */
+    bitRate = (initialBitrate==adjustedBitrate) ? adjustedBitrate : 0;
+  }
+
+  FDK_ASSERT(bitRate > 0);
+
+  return bitRate;
+}
+
+/*
+ * \brief Consistency check of given USER_PARAM struct and
+ *   copy back configuration from public struct into internal
+ *   encoder configuration struct.
+ *
+ * \hAacEncoder Internal encoder config which is to be updated
+ * \param config User provided config (public struct)
+ * \return ´returns always AAC_ENC_OK
+ */
+static
+AACENC_ERROR FDKaacEnc_AdjustEncSettings(HANDLE_AACENCODER hAacEncoder,
+                                         USER_PARAM *config)
+{
+    AACENC_ERROR err = AACENC_OK;
+
+    /* Get struct pointers. */
+    HANDLE_AACENC_CONFIG    hAacConfig = &hAacEncoder->aacConfig;
+
+    hAacConfig->nChannels       = config->nChannels;
+
+    /* Encoder settings update. */
+    hAacConfig->sampleRate      = config->userSamplerate;
+    hAacConfig->useTns          = config->userTns;
+    hAacConfig->usePns          = config->userPns;
+    hAacConfig->useIS           = config->userIntensity;
+    hAacConfig->bitRate         = config->userBitrate;
+    hAacConfig->channelMode     = config->userChannelMode;
+    hAacConfig->bitrateMode     = config->userBitrateMode;
+    hAacConfig->bandWidth       = config->userBandwidth;
+    hAacConfig->useRequant      = config->userAfterburner;
+
+    hAacConfig->audioObjectType = config->userAOT;
+    hAacConfig->anc_Rate        = config->userAncDataRate;
+    hAacConfig->syntaxFlags     = 0;
+    hAacConfig->epConfig        = -1;
+
+    /* Adapt internal AOT when necessary. */
+    switch ( hAacConfig->audioObjectType ) {
+      case AOT_MP2_AAC_LC:
+      case AOT_MP2_SBR:
+      case AOT_MP2_PS:
+          hAacConfig->usePns = 0;
+      case AOT_AAC_LC:
+      case AOT_SBR:
+      case AOT_PS:
+          config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType : TT_MP4_ADTS;
+          hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
+          if (hAacConfig->framelength != 1024) {
+            return AACENC_INVALID_CONFIG;
+          }
+          break;
+      case AOT_ER_AAC_LD:
+          hAacConfig->epConfig = 0;
+          hAacConfig->syntaxFlags |= AC_ER|AC_LD;
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x1) ? AC_ER_VCB11 : 0);
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x2) ? AC_ER_HCR : 0);
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x4) ? AC_ER_RVLC : 0);
+          config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType : TT_MP4_LOAS;
+          hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
+          if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
+            return AACENC_INVALID_CONFIG;
+          }
+          break;
+      case AOT_ER_AAC_ELD:
+          hAacConfig->epConfig = 0;
+          hAacConfig->syntaxFlags |= AC_ER|AC_ELD;
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x1) ? AC_ER_VCB11 : 0);
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x2) ? AC_ER_HCR : 0);
+          hAacConfig->syntaxFlags |= ((config->userErTools & 0x4) ? AC_ER_RVLC : 0);
+          hAacConfig->syntaxFlags |= ((config->userSbrEnabled==1)  ? AC_SBR_PRESENT : 0);
+          config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType : TT_MP4_LOAS;
+          hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
+          if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
+            return AACENC_INVALID_CONFIG;
+          }
+          break;
+      default:
+          break;
+    }
+
+    switch ( hAacConfig->audioObjectType ) {
+      case AOT_ER_AAC_LD:
+      case AOT_ER_AAC_ELD:
+        if (config->userBitrateMode==8) {
+          hAacConfig->bitrateMode = 0;
+        }
+        if (config->userBitrateMode==0) {
+          hAacConfig->bitreservoir = 100*config->nChannels; /* default, reduced bitreservoir */
+        }
+        if (hAacConfig->bitrateMode!=0) {
+          return AACENC_INVALID_CONFIG;
+        }
+        break;
+      default:
+        break;
+    }
+
+    hAacConfig->bitRate = config->userBitrate;
+
+    /* get bitrate in VBR configuration */
+    if ( (hAacConfig->bitrateMode>=1) && (hAacConfig->bitrateMode<=5) ) {
+        /* In VBR mode; SBR-modul depends on bitrate, core encoder on bitrateMode. */
+        hAacConfig->bitRate = FDKaacEnc_GetVBRBitrate(hAacConfig->bitrateMode, hAacConfig->channelMode);
+    }
+
+
+
+    /* Set default bitrate if no external bitrate declared. */
+    if ( (hAacConfig->bitrateMode==0) && (config->userBitrate==(UINT)-1) ) {
+        INT bitrate = FDKaacEnc_GetChannelModeConfiguration(hAacConfig->channelMode)->nChannelsEff * hAacConfig->sampleRate;
+
+        if ( isPsActive(hAacConfig->audioObjectType) ) {
+          hAacConfig->bitRate = (bitrate>>1);                  /* 0.5 bit per sample */
+        }
+        else if ( isSbrActive(hAacConfig) )
+        {
+          if ( (config->userSbrRatio==2) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType!=AOT_ER_AAC_ELD)) ) {
+            hAacConfig->bitRate = (bitrate + (bitrate>>2))>>1; /* 0.625 bits per sample */
+          }
+          if ( (config->userSbrRatio==1) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType==AOT_ER_AAC_ELD)) ) {
+            hAacConfig->bitRate = (bitrate + (bitrate>>3));    /* 1.125 bits per sample */
+          }
+        } else
+        {
+                hAacConfig->bitRate = bitrate + (bitrate>>1);        /* 1.5 bits per sample */
+        }
+    }
+
+    /* Initialize SBR parameters */
+    if ( (hAacConfig->audioObjectType==AOT_ER_AAC_ELD)
+      && (config->userSbrEnabled == (UCHAR)-1) && (config->userSbrRatio==0) )
+    {
+      UINT eldSbr = 0;
+      UINT eldSbrRatio = 0;
+
+      if ( AACENC_OK!=(err=eldSbrConfigurator(
+            hAacConfig->sampleRate,
+            hAacConfig->channelMode,
+            hAacConfig->bitRate,
+           &eldSbr,
+           &eldSbrRatio)) )
+      {
+        return err;
+      }
+
+      hAacConfig->syntaxFlags |= ((eldSbr) ? AC_SBR_PRESENT : 0);
+      hAacConfig->sbrRatio = eldSbrRatio;
+    }
+    else
+    if ( (config->userSbrRatio==0) && (isSbrActive(hAacConfig)) ) {
+      /* Automatic SBR ratio configuration
+       * - downsampled SBR for ELD
+       * - otherwise always dualrate SBR
+       */
+        hAacConfig->sbrRatio = (hAacConfig->audioObjectType==AOT_ER_AAC_ELD) ? 1 : 2;
+    }
+    else {
+      /* SBR ratio has been set by the user, so use it. */
+      hAacConfig->sbrRatio = config->userSbrRatio;
+    }
+
+    {
+      UCHAR tpSignaling=getSbrSignalingMode(hAacConfig->audioObjectType, config->userTpType, config->userTpSignaling, hAacConfig->sbrRatio);
+
+      if ( (hAacConfig->audioObjectType==AOT_AAC_LC || hAacConfig->audioObjectType==AOT_SBR || hAacConfig->audioObjectType==AOT_PS) &&
+           (config->userTpType==TT_MP4_LATM_MCP1 || config->userTpType==TT_MP4_LATM_MCP0 || config->userTpType==TT_MP4_LOAS) &&
+           (tpSignaling==1) && (config->userTpAmxv==0) ) {
+             /* For backward compatible explicit signaling, AMV1 has to be active */
+             return AACENC_INVALID_CONFIG;
+      }
+
+      if ( (hAacConfig->audioObjectType==AOT_AAC_LC || hAacConfig->audioObjectType==AOT_SBR || hAacConfig->audioObjectType==AOT_PS) &&
+           (tpSignaling==0) && (hAacConfig->sbrRatio==1)) {
+             /* Downsampled SBR has to be signaled explicitely (for transmission of SBR sampling fequency) */
+             return AACENC_INVALID_CONFIG;
+      }
+    }
+
+
+
+    /* We need the frame length to call aacEncoder_LimitBitrate() */
+    hAacConfig->bitRate = aacEncoder_LimitBitrate(
+              NULL,
+              hAacConfig->sampleRate,
+              hAacConfig->framelength,
+              hAacConfig->nChannels,
+              hAacConfig->channelMode,
+              hAacConfig->bitRate,
+              hAacConfig->nSubFrames,
+              isSbrActive(hAacConfig),
+              hAacConfig->sbrRatio,
+              hAacConfig->audioObjectType
+              );
+
+    /* Configure PNS */
+    if ( ((hAacConfig->bitrateMode>=1) && (hAacConfig->bitrateMode<=5)) /* VBR without PNS. */
+        || (hAacConfig->useTns == 0) )                                  /* TNS required. */
+    {
+        hAacConfig->usePns = 0;
+    }
+
+    if (hAacConfig->epConfig >= 0) {
+        hAacConfig->syntaxFlags |= AC_ER;
+         if (((INT)hAacConfig->channelMode < 1) || ((INT)hAacConfig->channelMode > 7)) {
+           return AACENC_INVALID_CONFIG;        /* Cannel config 0 not supported. */
+         }
+    }
+
+    if ( FDKaacEnc_DetermineEncoderMode(&hAacConfig->channelMode, hAacConfig->nChannels) != AAC_ENC_OK) {
+        return AACENC_INVALID_CONFIG;        /* nChannels doesn't match chMode, this is just a check-up */
+    }
+
+    if ( (hAacConfig->nChannels > hAacEncoder->nMaxAacChannels)
+      || ( (FDKaacEnc_GetChannelModeConfiguration(hAacConfig->channelMode)->nChannelsEff > hAacEncoder->nMaxSbrChannels) &&
+            isSbrActive(hAacConfig) )
+         )
+    {
+        return AACENC_INVALID_CONFIG;      /* not enough channels allocated */
+    }
+
+    /* Meta data restriction. */
+    switch (hAacConfig->audioObjectType)
+    {
+      /* Allow metadata support */
+      case AOT_AAC_LC:
+      case AOT_SBR:
+      case AOT_PS:
+        hAacEncoder->metaDataAllowed = 1;
+        if (((INT)hAacConfig->channelMode < 1) || ((INT)hAacConfig->channelMode > 7)) {
+          config->userMetaDataMode = 0;
+        }
+        break;
+      /* Prohibit metadata support */
+      default:
+        hAacEncoder->metaDataAllowed = 0;
+    }
+
+    return err;
+}
+
+static
+INT aacenc_SbrCallback(
+        void *                  self,
+        HANDLE_FDK_BITSTREAM    hBs,
+        const INT sampleRateIn,
+        const INT sampleRateOut,
+        const INT samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const INT               elementIndex
+        )
+{
+  HANDLE_AACENCODER hAacEncoder = (HANDLE_AACENCODER)self;
+
+  sbrEncoder_GetHeader(hAacEncoder->hEnvEnc, hBs, elementIndex, 0);
+
+  return 0;
+}
+
+static AACENC_ERROR aacEncInit(HANDLE_AACENCODER  hAacEncoder,
+                               ULONG              InitFlags,
+                               USER_PARAM        *config)
+{
+    AACENC_ERROR err = AACENC_OK;
+
+    INT aacBufferOffset = 0;
+    HANDLE_SBR_ENCODER     *hSbrEncoder = &hAacEncoder->hEnvEnc;
+    HANDLE_AACENC_CONFIG    hAacConfig  = &hAacEncoder->aacConfig;
+
+    hAacEncoder->nZerosAppended = 0;          /* count appended zeros */
+
+    INT frameLength = hAacConfig->framelength;
+
+    if ( (InitFlags & AACENC_INIT_CONFIG) )
+    {
+        CHANNEL_MODE prevChMode = hAacConfig->channelMode;
+
+        /* Verify settings and update: config -> heAacEncoder */
+        if ( (err=FDKaacEnc_AdjustEncSettings(hAacEncoder, config)) != AACENC_OK ) {
+            return err;
+        }
+        frameLength = hAacConfig->framelength; /* adapt temporal framelength */
+
+        /* Seamless channel reconfiguration in sbr not fully implemented */
+        if ( (prevChMode!=hAacConfig->channelMode) && isSbrActive(hAacConfig) ) {
+            InitFlags |= AACENC_INIT_STATES;
+        }
+    }
+
+    /* Clear input buffer */
+    if ( (InitFlags == AACENC_INIT_ALL) ) {
+        FDKmemclear(hAacEncoder->inputBuffer, sizeof(INT_PCM)*hAacEncoder->nMaxAacChannels*INPUTBUFFER_SIZE);
+    }
+
+    if ( (InitFlags & AACENC_INIT_CONFIG) )
+    {
+        aacBufferOffset = 0;
+        if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
+            hAacEncoder->nDelay = DELAY_AACELD(hAacConfig->framelength);
+        } else
+        {
+            hAacEncoder->nDelay = DELAY_AAC(hAacConfig->framelength); /* AAC encoder delay */
+        }
+        hAacConfig->ancDataBitRate = 0;
+    }
+
+    if ( isSbrActive(hAacConfig) &&
+        ((InitFlags & AACENC_INIT_CONFIG) || (InitFlags & AACENC_INIT_STATES)) )
+    {
+        INT sbrError;
+        SBR_ELEMENT_INFO sbrElInfo[(8)];
+        CHANNEL_MAPPING channelMapping;
+
+        if ( FDKaacEnc_InitChannelMapping(hAacConfig->channelMode,
+                                          hAacConfig->channelOrder,
+                                         &channelMapping) != AAC_ENC_OK )
+        {
+            return AACENC_INIT_ERROR;
+        }
+
+        /* Check return value and if the SBR encoder can handle enough elements */
+        if (channelMapping.nElements > (8)) {
+            return AACENC_INIT_ERROR;
+        }
+
+        aacEncDistributeSbrBits(&channelMapping, sbrElInfo, hAacConfig->bitRate);
+
+        UINT initFlag = 0;
+        initFlag += (InitFlags & AACENC_INIT_STATES) ? 1 : 0;
+
+        /* Let the SBR encoder take a look at the configuration and change if required. */
+        sbrError = sbrEncoder_Init(
+                                *hSbrEncoder,
+                                 sbrElInfo,
+                                 channelMapping.nElements,
+                                 hAacEncoder->inputBuffer,
+                                &hAacConfig->bandWidth,
+                                &aacBufferOffset,
+                                &hAacConfig->nChannels,
+                                &hAacConfig->sampleRate,
+                                &hAacConfig->sbrRatio,
+                                &frameLength,
+                                 hAacConfig->audioObjectType,
+                                &hAacEncoder->nDelay,
+                                 (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) ? 1 : TRANS_FAC,
+                                 (config->userTpHeaderPeriod!=0xFF) ? config->userTpHeaderPeriod : DEFAULT_HEADER_PERIOD_REPETITION_RATE,
+                                 initFlag
+                                );
+
+        /* Suppress AOT reconfiguration and check error status. */
+        if (sbrError) {
+            return AACENC_INIT_SBR_ERROR;
+        }
+
+        if (hAacConfig->nChannels == 1) {
+            hAacConfig->channelMode = MODE_1;
+        }
+
+        /* Never use PNS if SBR is active */
+        if ( hAacConfig->usePns ) {
+           hAacConfig->usePns = 0;
+        }
+
+        /* estimated bitrate consumed by SBR or PS */
+        hAacConfig->ancDataBitRate = sbrEncoder_GetEstimateBitrate(*hSbrEncoder) ;
+
+    } /* sbr initialization */
+
+
+    /*
+     * Initialize Transport - Module.
+     */
+    if ( (InitFlags & AACENC_INIT_TRANSPORT) )
+    {
+        UINT flags = 0;
+
+        FDKaacEnc_MapConfig(
+                &hAacEncoder->coderConfig,
+                config,
+                getSbrSignalingMode(hAacConfig->audioObjectType, config->userTpType, config->userTpSignaling, hAacConfig->sbrRatio),
+                hAacConfig);
+
+        /* create flags for transport encoder */
+        if (config->userTpAmxv == 1) {
+            flags |= TP_FLAG_LATM_AMV;
+        }
+        /* Clear output buffer */
+        FDKmemclear(hAacEncoder->outBuffer, hAacEncoder->outBufferInBytes*sizeof(UCHAR));
+
+        /* Initialize Bitstream encoder */
+        if ( transportEnc_Init(hAacEncoder->hTpEnc, hAacEncoder->outBuffer, hAacEncoder->outBufferInBytes, config->userTpType, &hAacEncoder->coderConfig, flags) != 0) {
+            return AACENC_INIT_TP_ERROR;
+        }
+
+    } /* transport initialization */
+
+    /*
+     * Initialize AAC - Core.
+     */
+    if ( (InitFlags & AACENC_INIT_CONFIG) ||
+         (InitFlags & AACENC_INIT_STATES) )
+    {
+        AAC_ENCODER_ERROR err;
+        err = FDKaacEnc_Initialize(hAacEncoder->hAacEnc,
+                                   hAacConfig,
+                                   hAacEncoder->hTpEnc,
+                                   (InitFlags & AACENC_INIT_STATES) ? 1 : 0);
+
+        if (err != AAC_ENC_OK) {
+            return AACENC_INIT_AAC_ERROR;
+        }
+
+    } /* aac initialization */
+
+    /*
+     * Initialize Meta Data - Encoder.
+     */
+    if ( hAacEncoder->hMetadataEnc && (hAacEncoder->metaDataAllowed!=0) &&
+        ((InitFlags & AACENC_INIT_CONFIG) ||(InitFlags & AACENC_INIT_STATES)) )
+    {
+        INT inputDataDelay = DELAY_AAC(hAacConfig->framelength);
+
+        if ( isSbrActive(hAacConfig) && hSbrEncoder!=NULL) {
+          inputDataDelay = hAacConfig->sbrRatio*inputDataDelay + sbrEncoder_GetInputDataDelay(*hSbrEncoder);
+        }
+
+        if ( FDK_MetadataEnc_Init(hAacEncoder->hMetadataEnc,
+                                 ((InitFlags&AACENC_INIT_STATES) ? 1 : 0),
+                                  config->userMetaDataMode,
+                                  inputDataDelay,
+                                  frameLength,
+                                  config->userSamplerate,
+                                  config->nChannels,
+                                  config->userChannelMode,
+                                  hAacConfig->channelOrder) != 0)
+        {
+            return AACENC_INIT_META_ERROR;
+        }
+
+        hAacEncoder->nDelay += FDK_MetadataEnc_GetDelay(hAacEncoder->hMetadataEnc);
+    }
+
+    /*
+     * Update pointer to working buffer.
+     */
+    if ( (InitFlags & AACENC_INIT_CONFIG) )
+    {
+        hAacEncoder->inputBufferOffset = aacBufferOffset;
+
+        hAacEncoder->nSamplesToRead = frameLength * config->nChannels;
+
+        /* Make nDelay comparison compatible with config->nSamplesRead */
+        hAacEncoder->nDelay *= config->nChannels;
+
+    } /* parameter changed */
+
+    return AACENC_OK;
+}
+
+
+AACENC_ERROR aacEncOpen(
+        HANDLE_AACENCODER        *phAacEncoder,
+        const UINT                encModules,
+        const UINT                maxChannels
+        )
+{
+    AACENC_ERROR err = AACENC_OK;
+    HANDLE_AACENCODER  hAacEncoder = NULL;
+
+    if (phAacEncoder == NULL) {
+        err = AACENC_INVALID_HANDLE;
+        goto bail;
+    }
+
+    /* allocate memory */
+    hAacEncoder = Get_AacEncoder();
+
+    if (hAacEncoder == NULL) {
+        err = AACENC_MEMORY_ERROR;
+        goto bail;
+    }
+
+    FDKmemclear(hAacEncoder, sizeof(AACENCODER));
+
+    /* Specify encoder modules to be allocated. */
+    if (encModules==0) {
+        hAacEncoder->encoder_modis = ENC_MODE_FLAG_AAC;
+        hAacEncoder->encoder_modis |= ENC_MODE_FLAG_SBR;
+        hAacEncoder->encoder_modis |= ENC_MODE_FLAG_PS;
+        hAacEncoder->encoder_modis |= ENC_MODE_FLAG_META;
+    }
+    else {
+       /* consider SAC and PS module */
+        hAacEncoder->encoder_modis = encModules;
+    }
+
+    /* Determine max channel configuration. */
+    if (maxChannels==0) {
+        hAacEncoder->nMaxAacChannels = (8);
+        hAacEncoder->nMaxSbrChannels = (8);
+    }
+    else {
+        hAacEncoder->nMaxAacChannels = (maxChannels&0x00FF);
+        if ( (hAacEncoder->encoder_modis&ENC_MODE_FLAG_SBR) ) {
+            hAacEncoder->nMaxSbrChannels = (maxChannels&0xFF00) ? (maxChannels>>8) : hAacEncoder->nMaxAacChannels;
+        }
+
+        if ( (hAacEncoder->nMaxAacChannels>(8)) || (hAacEncoder->nMaxSbrChannels>(8)) ) {
+            err = AACENC_INVALID_CONFIG;
+            goto bail;
+        }
+    } /* maxChannels==0 */
+
+    /* Max number of elements could be tuned any more. */
+    hAacEncoder->nMaxAacElements = fixMin((8), hAacEncoder->nMaxAacChannels);
+    hAacEncoder->nMaxSbrElements = fixMin((8), hAacEncoder->nMaxSbrChannels);
+    hAacEncoder->nMaxSubFrames = (1);
+
+
+    /* In case of memory overlay, allocate memory out of libraries */
+
+    hAacEncoder->inputBuffer = (INT_PCM*)FDKcalloc(hAacEncoder->nMaxAacChannels*INPUTBUFFER_SIZE, sizeof(INT_PCM));
+
+    /* Open SBR Encoder */
+    if (hAacEncoder->encoder_modis&ENC_MODE_FLAG_SBR) {
+        if ( sbrEncoder_Open(&hAacEncoder->hEnvEnc,
+                              hAacEncoder->nMaxSbrElements,
+                              hAacEncoder->nMaxSbrChannels,
+                             (hAacEncoder->encoder_modis&ENC_MODE_FLAG_PS) ? 1 : 0 ) )
+        {
+          err = AACENC_MEMORY_ERROR;
+          goto bail;
+        }
+    } /* (encoder_modis&ENC_MODE_FLAG_SBR) */
+
+
+    /* Open Aac Encoder */
+    if ( FDKaacEnc_Open(&hAacEncoder->hAacEnc,
+                         hAacEncoder->nMaxAacElements,
+                         hAacEncoder->nMaxAacChannels,
+                         (1)) != AAC_ENC_OK )
+    {
+        err = AACENC_MEMORY_ERROR;
+        goto bail;
+    }
+
+    { /* Get bitstream outputbuffer size */
+      UINT ld_M;
+      for (ld_M=1; (UINT)(1<<ld_M) < (hAacEncoder->nMaxSubFrames*hAacEncoder->nMaxAacChannels*6144)>>3; ld_M++) ;
+      hAacEncoder->outBufferInBytes = (1<<ld_M);  /* buffer has to be 2^n */
+    }
+    hAacEncoder->outBuffer = GetRam_bsOutbuffer();
+    if (OUTPUTBUFFER_SIZE < hAacEncoder->outBufferInBytes ) {
+      err = AACENC_MEMORY_ERROR;
+      goto bail;
+    }
+
+    /* Open Meta Data Encoder */
+    if (hAacEncoder->encoder_modis&ENC_MODE_FLAG_META) {
+      if ( FDK_MetadataEnc_Open(&hAacEncoder->hMetadataEnc) )
+      {
+        err = AACENC_MEMORY_ERROR;
+        goto bail;
+      }
+    } /* (encoder_modis&ENC_MODE_FLAG_META) */
+
+    /* Open Transport Encoder */
+    if ( transportEnc_Open(&hAacEncoder->hTpEnc) != 0 )
+    {
+        err = AACENC_MEMORY_ERROR;
+        goto bail;
+    }
+    else {
+        C_ALLOC_SCRATCH_START(pLibInfo, LIB_INFO, FDK_MODULE_LAST);
+
+        FDKinitLibInfo( pLibInfo);
+        transportEnc_GetLibInfo( pLibInfo );
+
+        /* Get capabilty flag for transport encoder. */
+        hAacEncoder->CAPF_tpEnc = FDKlibInfo_getCapabilities( pLibInfo, FDK_TPENC);
+
+        C_ALLOC_SCRATCH_END(pLibInfo, LIB_INFO, FDK_MODULE_LAST);
+    }
+    if ( transportEnc_RegisterSbrCallback(hAacEncoder->hTpEnc, aacenc_SbrCallback, hAacEncoder) != 0 ) {
+      err = AACENC_INIT_TP_ERROR;
+      goto bail;
+    }
+
+    /* Initialize encoder instance with default parameters. */
+    aacEncDefaultConfig(&hAacEncoder->aacConfig, &hAacEncoder->extParam);
+
+    /* Initialize headerPeriod in coderConfig for aacEncoder_GetParam(). */
+    hAacEncoder->coderConfig.headerPeriod = hAacEncoder->extParam.userTpHeaderPeriod;
+
+    /* All encoder modules have to be initialized */
+    hAacEncoder->InitFlags = AACENC_INIT_ALL;
+
+    /* Return encoder instance */
+    *phAacEncoder = hAacEncoder;
+
+    return err;
+
+bail:
+    aacEncClose(&hAacEncoder);
+
+    return err;
+}
+
+
+
+AACENC_ERROR aacEncClose(HANDLE_AACENCODER *phAacEncoder)
+{
+    AACENC_ERROR err = AACENC_OK;
+
+    if (phAacEncoder == NULL) {
+        err = AACENC_INVALID_HANDLE;
+        goto bail;
+    }
+
+    if (*phAacEncoder != NULL) {
+        HANDLE_AACENCODER hAacEncoder = *phAacEncoder;
+
+
+       if (hAacEncoder->inputBuffer!=NULL) {
+           FDKfree(hAacEncoder->inputBuffer);
+           hAacEncoder->inputBuffer = NULL;
+       }
+
+       if (hAacEncoder->outBuffer) {
+         FreeRam_bsOutbuffer(&hAacEncoder->outBuffer);
+       }
+
+        if (hAacEncoder->hEnvEnc) {
+            sbrEncoder_Close (&hAacEncoder->hEnvEnc);
+        }
+        if (hAacEncoder->hAacEnc) {
+            FDKaacEnc_Close (&hAacEncoder->hAacEnc);
+        }
+
+        transportEnc_Close(&hAacEncoder->hTpEnc);
+
+        if (hAacEncoder->hMetadataEnc) {
+            FDK_MetadataEnc_Close (&hAacEncoder->hMetadataEnc);
+        }
+
+        Free_AacEncoder(phAacEncoder);
+    }
+
+bail:
+    return err;
+}
+
+AACENC_ERROR aacEncEncode(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_BufDesc     *inBufDesc,
+        const AACENC_BufDesc     *outBufDesc,
+        const AACENC_InArgs      *inargs,
+        AACENC_OutArgs           *outargs
+        )
+{
+    AACENC_ERROR err = AACENC_OK;
+    INT i, nBsBytes = 0;
+    INT  outBytes[(1)];
+    int  nExtensions = 0;
+    int  ancDataExtIdx = -1;
+
+    /* deal with valid encoder handle */
+    if (hAacEncoder==NULL) {
+        err = AACENC_INVALID_HANDLE;
+        goto bail;
+    }
+
+
+    /*
+     * Adjust user settings and trigger reinitialization.
+     */
+    if (hAacEncoder->InitFlags!=0) {
+
+        err = aacEncInit(hAacEncoder,
+                         hAacEncoder->InitFlags,
+                        &hAacEncoder->extParam);
+
+        if (err!=AACENC_OK) {
+            /* keep init flags alive! */
+            goto bail;
+        }
+        hAacEncoder->InitFlags = AACENC_INIT_NONE;
+    }
+
+    if (outargs!=NULL) {
+        FDKmemclear(outargs, sizeof(AACENC_OutArgs));
+    }
+
+    if (outBufDesc!=NULL) {
+      for (i=0; i<outBufDesc->numBufs; i++) {
+        if (outBufDesc->bufs[i]!=NULL) {
+          FDKmemclear(outBufDesc->bufs[i], outBufDesc->bufSizes[i]);
+        }
+      }
+    }
+
+    /*
+     * If only encoder handle given, independent (re)initialization can be triggered.
+     */
+    if ( (hAacEncoder!=NULL) & (inBufDesc==NULL) && (outBufDesc==NULL) && (inargs==NULL) && (outargs==NULL) ) {
+        goto bail;
+    }
+
+    /* reset buffer wich signals number of valid bytes in output bitstream buffer */
+    FDKmemclear(outBytes, hAacEncoder->aacConfig.nSubFrames*sizeof(INT));
+
+    /*
+     * Manage incoming audio samples.
+     */
+    if ( (inargs->numInSamples > 0) && (getBufDescIdx(inBufDesc,IN_AUDIO_DATA) != -1) )
+    {
+        /* Fetch data until nSamplesToRead reached */
+        INT idx = getBufDescIdx(inBufDesc,IN_AUDIO_DATA);
+        INT newSamples = fixMax(0,fixMin(inargs->numInSamples, hAacEncoder->nSamplesToRead-hAacEncoder->nSamplesRead));
+        INT_PCM *pIn = hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset+hAacEncoder->nSamplesRead;
+
+        /* Copy new input samples to internal buffer */
+        if (inBufDesc->bufElSizes[idx]==(INT)sizeof(INT_PCM)) {
+            FDKmemcpy(pIn, (INT_PCM*)inBufDesc->bufs[idx], newSamples*sizeof(INT_PCM));  /* Fast copy. */
+        }
+        else if (inBufDesc->bufElSizes[idx]>(INT)sizeof(INT_PCM)) {
+            for (i=0; i<newSamples; i++) {
+                pIn[i] = (INT_PCM)(((LONG*)inBufDesc->bufs[idx])[i]>>16);                /* Convert 32 to 16 bit. */
+            }
+        }
+        else {
+            for (i=0; i<newSamples; i++) {
+                pIn[i] = ((INT_PCM)(((SHORT*)inBufDesc->bufs[idx])[i]))<<16;             /* Convert 16 to 32 bit. */
+            }
+        }
+        hAacEncoder->nSamplesRead += newSamples;
+
+        /* Number of fetched input buffer samples. */
+        outargs->numInSamples = newSamples;
+    }
+
+    /* input buffer completely filled ? */
+    if (hAacEncoder->nSamplesRead < hAacEncoder->nSamplesToRead)
+    {
+        /* - eof reached and flushing enabled, or
+           - return to main and wait for further incoming audio samples */
+        if (inargs->numInSamples==-1)
+        {
+            if ( (hAacEncoder->nZerosAppended < hAacEncoder->nDelay)
+                )
+            {
+              int nZeros = hAacEncoder->nSamplesToRead - hAacEncoder->nSamplesRead;
+
+              FDK_ASSERT(nZeros >= 0);
+
+              /* clear out until end-of-buffer */
+              if (nZeros) {
+                FDKmemclear(hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset+hAacEncoder->nSamplesRead, sizeof(INT_PCM)*nZeros );
+                hAacEncoder->nZerosAppended += nZeros;
+                hAacEncoder->nSamplesRead = hAacEncoder->nSamplesToRead;
+              }
+            }
+            else { /* flushing completed */
+              err = AACENC_ENCODE_EOF; /* eof reached */
+              goto bail;
+            }
+        }
+        else { /* inargs->numInSamples!= -1 */
+            goto bail; /* not enough samples in input buffer and no flushing enabled */
+        }
+    }
+
+    /* init payload */
+    FDKmemclear(hAacEncoder->extPayload, sizeof(AACENC_EXT_PAYLOAD) * MAX_TOTAL_EXT_PAYLOADS);
+    for (i = 0; i < MAX_TOTAL_EXT_PAYLOADS; i++) {
+      hAacEncoder->extPayload[i].associatedChElement = -1;
+    }
+    FDKmemclear(hAacEncoder->extPayloadData, sizeof(hAacEncoder->extPayloadData));
+    FDKmemclear(hAacEncoder->extPayloadSize, sizeof(hAacEncoder->extPayloadSize));
+
+
+    /*
+     * Calculate Meta Data info.
+     */
+    if ( (hAacEncoder->hMetadataEnc!=NULL) && (hAacEncoder->metaDataAllowed!=0) ) {
+
+        const AACENC_MetaData *pMetaData = NULL;
+        AACENC_EXT_PAYLOAD *pMetaDataExtPayload = NULL;
+        UINT nMetaDataExtensions = 0;
+        INT  matrix_mixdown_idx = 0;
+
+        /* New meta data info available ? */
+        if ( getBufDescIdx(inBufDesc,IN_METADATA_SETUP) != -1 ) {
+          pMetaData = (AACENC_MetaData*)inBufDesc->bufs[getBufDescIdx(inBufDesc,IN_METADATA_SETUP)];
+        }
+
+        FDK_MetadataEnc_Process(hAacEncoder->hMetadataEnc,
+                                hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset,
+                                hAacEncoder->nSamplesRead,
+                                pMetaData,
+                               &pMetaDataExtPayload,
+                               &nMetaDataExtensions,
+                               &matrix_mixdown_idx
+                                );
+
+        for (i=0; i<(INT)nMetaDataExtensions; i++) {  /* Get meta data extension payload. */
+            hAacEncoder->extPayload[nExtensions++] = pMetaDataExtPayload[i];
+        }
+
+        if ( (matrix_mixdown_idx!=-1)
+          && ((hAacEncoder->extParam.userChannelMode==MODE_1_2_2)||(hAacEncoder->extParam.userChannelMode==MODE_1_2_2_1)) )
+        {
+          /* Set matrix mixdown coefficient. */
+          UINT pceValue = (UINT)( (1<<3) | ((matrix_mixdown_idx&0x3)<<1) | 1 );
+          if (hAacEncoder->extParam.userPceAdditions != pceValue) {
+            hAacEncoder->extParam.userPceAdditions = pceValue;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+          }
+        }
+    }
+
+
+    if ( isSbrActive(&hAacEncoder->aacConfig) ) {
+
+        INT nPayload = 0;
+
+        /*
+         * Encode SBR data.
+         */
+        if (sbrEncoder_EncodeFrame(hAacEncoder->hEnvEnc,
+                                   hAacEncoder->inputBuffer,
+                                   hAacEncoder->extParam.nChannels,
+                                   hAacEncoder->extPayloadSize[nPayload],
+                                   hAacEncoder->extPayloadData[nPayload]
+#if defined(EVAL_PACKAGE_SILENCE) || defined(EVAL_PACKAGE_SBR_SILENCE)
+                                  ,hAacEncoder->hAacEnc->clearOutput
+#endif
+                                  ))
+        {
+            err = AACENC_ENCODE_ERROR;
+            goto bail;
+        }
+        else {
+            /* Add SBR extension payload */
+            for (i = 0; i < (8); i++) {
+                if (hAacEncoder->extPayloadSize[nPayload][i] > 0) {
+                    hAacEncoder->extPayload[nExtensions].pData    = hAacEncoder->extPayloadData[nPayload][i];
+                    {
+                      hAacEncoder->extPayload[nExtensions].dataSize = hAacEncoder->extPayloadSize[nPayload][i];
+                      hAacEncoder->extPayload[nExtensions].associatedChElement = i;
+                    }
+                    hAacEncoder->extPayload[nExtensions].dataType = EXT_SBR_DATA;  /* Once SBR Encoder supports SBR CRC set EXT_SBR_DATA_CRC */
+                    nExtensions++;                                                 /* or EXT_SBR_DATA according to configuration. */
+                    FDK_ASSERT(nExtensions<=MAX_TOTAL_EXT_PAYLOADS);
+                }
+            }
+            nPayload++;
+        }
+    } /* sbrEnabled */
+
+    if ( (inargs->numAncBytes > 0) && ( getBufDescIdx(inBufDesc,IN_ANCILLRY_DATA)!=-1 ) ) {
+        INT idx = getBufDescIdx(inBufDesc,IN_ANCILLRY_DATA);
+        hAacEncoder->extPayload[nExtensions].dataSize = inargs->numAncBytes * 8;
+        hAacEncoder->extPayload[nExtensions].pData    = (UCHAR*)inBufDesc->bufs[idx];
+        hAacEncoder->extPayload[nExtensions].dataType = EXT_DATA_ELEMENT;
+        hAacEncoder->extPayload[nExtensions].associatedChElement = -1;
+        ancDataExtIdx = nExtensions; /* store index */
+        nExtensions++;
+    }
+
+    /*
+     * Encode AAC - Core.
+     */
+    if ( FDKaacEnc_EncodeFrame( hAacEncoder->hAacEnc,
+                                hAacEncoder->hTpEnc,
+                                hAacEncoder->inputBuffer,
+                                outBytes,
+                                hAacEncoder->extPayload
+                                ) != AAC_ENC_OK )
+    {
+        err = AACENC_ENCODE_ERROR;
+        goto bail;
+    }
+
+    if (ancDataExtIdx >= 0) {
+      outargs->numAncBytes = inargs->numAncBytes - (hAacEncoder->extPayload[ancDataExtIdx].dataSize>>3);
+    }
+
+    /* samples exhausted */
+    hAacEncoder->nSamplesRead -= hAacEncoder->nSamplesToRead;
+
+    /*
+     * Delay balancing buffer handling
+     */
+    if (isSbrActive(&hAacEncoder->aacConfig)) {
+        sbrEncoder_UpdateBuffers(hAacEncoder->hEnvEnc, hAacEncoder->inputBuffer);
+    }
+
+    /*
+     * Make bitstream public
+     */
+    if (outBufDesc->numBufs>=1) {
+
+        INT bsIdx = getBufDescIdx(outBufDesc,OUT_BITSTREAM_DATA);
+        INT auIdx = getBufDescIdx(outBufDesc,OUT_AU_SIZES);
+
+        for (i=0,nBsBytes=0; i<hAacEncoder->aacConfig.nSubFrames; i++) {
+          nBsBytes += outBytes[i];
+
+          if (auIdx!=-1) {
+           ((INT*)outBufDesc->bufs[auIdx])[i] = outBytes[i];
+          }
+        }
+
+        if ( (bsIdx!=-1) && (outBufDesc->bufSizes[bsIdx]>=nBsBytes) ) {
+          FDKmemcpy(outBufDesc->bufs[bsIdx], hAacEncoder->outBuffer, sizeof(UCHAR)*nBsBytes);
+          outargs->numOutBytes = nBsBytes;
+        }
+        else {
+          /* output buffer too small, can't write valid bitstream */
+          err = AACENC_ENCODE_ERROR;
+          goto bail;
+        }
+    }
+
+bail:
+    if (err == AACENC_ENCODE_ERROR) {
+        /* All encoder modules have to be initialized */
+        hAacEncoder->InitFlags = AACENC_INIT_ALL;
+    }
+
+    return err;
+}
+
+static
+AAC_ENCODER_ERROR aacEncGetConf(HANDLE_AACENCODER  hAacEncoder,
+                                UINT              *size,
+                                UCHAR             *confBuffer)
+{
+    FDK_BITSTREAM tmpConf;
+    UINT confType;
+    UCHAR buf[64];
+    int err;
+
+    /* Init bit buffer */
+    FDKinitBitStream(&tmpConf, buf, 64, 0, BS_WRITER);
+
+    /* write conf in tmp buffer */
+    err = transportEnc_GetConf(hAacEncoder->hTpEnc, &hAacEncoder->coderConfig, &tmpConf, &confType);
+
+    /* copy data to outbuffer: length in bytes */
+    FDKbyteAlign(&tmpConf, 0);
+
+    /* Check buffer size */
+    if (FDKgetValidBits(&tmpConf) > ((*size)<<3))
+      return AAC_ENC_UNKNOWN;
+
+    FDKfetchBuffer(&tmpConf, confBuffer, size);
+
+    if (err != 0)
+      return AAC_ENC_UNKNOWN;
+    else
+      return AAC_ENC_OK;
+}
+
+
+AACENC_ERROR aacEncGetLibInfo(LIB_INFO *info)
+{
+  int i = 0;
+
+  if (info == NULL) {
+    return AACENC_INVALID_HANDLE;
+  }
+
+  FDK_toolsGetLibInfo( info );
+  transportEnc_GetLibInfo( info );
+
+  sbrEncoder_GetLibInfo( info );
+
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) {
+    return AACENC_INIT_ERROR;
+  }
+
+  info[i].module_id = FDK_AACENC;
+  info[i].build_date = (char*)AACENCODER_LIB_BUILD_DATE;
+  info[i].build_time = (char*)AACENCODER_LIB_BUILD_TIME;
+  info[i].title = (char*)AACENCODER_LIB_TITLE;
+  info[i].version = LIB_VERSION(AACENCODER_LIB_VL0, AACENCODER_LIB_VL1, AACENCODER_LIB_VL2);;
+  LIB_VERSION_STRING(&info[i]);
+
+  /* Capability flags */
+  info[i].flags = 0
+    | CAPF_AAC_1024 | CAPF_AAC_LC
+    | CAPF_AAC_512
+    | CAPF_AAC_480
+    | CAPF_AAC_DRC
+      ;
+  /* End of flags */
+
+  return AACENC_OK;
+}
+
+AACENC_ERROR aacEncoder_SetParam(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_PARAM        param,
+        const UINT                value
+        )
+{
+    AACENC_ERROR err = AACENC_OK;
+    USER_PARAM *settings = &hAacEncoder->extParam;
+
+    /* check encoder handle */
+    if (hAacEncoder == NULL) {
+        err = AACENC_INVALID_HANDLE;
+        goto bail;
+    }
+
+    /* apply param value */
+    switch (param)
+    {
+    case AACENC_AOT:
+        if (settings->userAOT != (AUDIO_OBJECT_TYPE)value) {
+            /* check if AOT matches the allocated modules */
+            switch ( value ) {
+              case AOT_PS:
+              case AOT_MP2_PS:
+                if (!(hAacEncoder->encoder_modis & (ENC_MODE_FLAG_PS))) {
+                  err = AACENC_INVALID_CONFIG;
+                  goto bail;
+                }
+              case AOT_SBR:
+              case AOT_MP2_SBR:
+                if (!(hAacEncoder->encoder_modis & (ENC_MODE_FLAG_SBR))) {
+                  err = AACENC_INVALID_CONFIG;
+                  goto bail;
+                }
+              case AOT_AAC_LC:
+              case AOT_MP2_AAC_LC:
+              case AOT_ER_AAC_LD:
+              case AOT_ER_AAC_ELD:
+                if (!(hAacEncoder->encoder_modis & (ENC_MODE_FLAG_AAC))) {
+                  err = AACENC_INVALID_CONFIG;
+                  goto bail;
+                }
+                break;
+              default:
+                err = AACENC_INVALID_CONFIG;
+                goto bail;
+            }/* switch value */
+            settings->userAOT = (AUDIO_OBJECT_TYPE)value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_STATES | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_BITRATE:
+        if (settings->userBitrate != value) {
+            settings->userBitrate = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_BITRATEMODE:
+        if (settings->userBitrateMode != value) {
+            switch ( value ) {
+              case 0:
+              case 1:
+              case 2:
+              case 3:
+              case 4:
+              case 5:
+              case 8:
+                settings->userBitrateMode = value;
+                hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_TRANSPORT;
+                break;
+              default:
+                err = AACENC_INVALID_CONFIG;
+                break;
+            } /* switch value */
+        }
+        break;
+    case AACENC_SAMPLERATE:
+        if (settings->userSamplerate != value) {
+            if ( !( (value==8000) || (value==11025) || (value==12000) || (value==16000) || (value==22050) || (value==24000) ||
+                   (value==32000) || (value==44100) || (value==48000) || (value==64000) || (value==88200) || (value==96000) ) )
+            {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userSamplerate = value;
+            hAacEncoder->nSamplesRead = 0; /* reset internal inputbuffer */
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_STATES | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_CHANNELMODE:
+        if (settings->userChannelMode != (CHANNEL_MODE)value) {
+            const CHANNEL_MODE_CONFIG_TAB* pConfig = FDKaacEnc_GetChannelModeConfiguration((CHANNEL_MODE)value);
+            if (pConfig==NULL) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            if ( (pConfig->nElements > hAacEncoder->nMaxAacElements)
+              || (pConfig->nChannelsEff > hAacEncoder->nMaxAacChannels)
+              || !(((value>=1) && (value<=7))||((value>=33) && (value<=34)))
+                )
+            {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+
+            settings->userChannelMode = (CHANNEL_MODE)value;
+            settings->nChannels = pConfig->nChannels;
+            hAacEncoder->nSamplesRead = 0; /* reset internal inputbuffer */
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_BANDWIDTH:
+        if (settings->userBandwidth != value) {
+          settings->userBandwidth = value;
+          hAacEncoder->InitFlags |= AACENC_INIT_CONFIG;
+        }
+        break;
+    case AACENC_CHANNELORDER:
+        if (hAacEncoder->aacConfig.channelOrder != (CHANNEL_ORDER)value) {
+            if (! ((value==0) || (value==1) || (value==2)) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            hAacEncoder->aacConfig.channelOrder = (CHANNEL_ORDER)value;
+            hAacEncoder->nSamplesRead = 0; /* reset internal inputbuffer */
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_STATES | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_AFTERBURNER:
+        if (settings->userAfterburner != value) {
+            if (! ((value==0) || (value==1)) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userAfterburner = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG;
+        }
+        break;
+    case AACENC_GRANULE_LENGTH:
+        if (settings->userFramelength != value) {
+          switch (value) {
+            case 1024:
+            case 512:
+            case 480:
+              settings->userFramelength = value;
+              hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_TRANSPORT;
+              break;
+            default:
+              err = AACENC_INVALID_CONFIG;
+              break;
+          }
+        }
+        break;
+    case AACENC_SBR_RATIO:
+        if (settings->userSbrRatio != value) {
+            if (! ((value==0) || (value==1) || (value==2)) ) {
+              err = AACENC_INVALID_CONFIG;
+              break;
+            }
+            settings->userSbrRatio = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_STATES | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_SBR_MODE:
+        if (settings->userSbrEnabled != value) {
+            settings->userSbrEnabled = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG | AACENC_INIT_STATES | AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_TRANSMUX:
+        if (settings->userTpType != (TRANSPORT_TYPE)value) {
+
+            TRANSPORT_TYPE  type  = (TRANSPORT_TYPE)value;
+            UINT            flags = hAacEncoder->CAPF_tpEnc;
+
+            if ( !( ((type==TT_MP4_ADIF)      &&  (flags&CAPF_ADIF))
+                 || ((type==TT_MP4_ADTS)      &&  (flags&CAPF_ADTS))
+                 || ((type==TT_MP4_LATM_MCP0) && ((flags&CAPF_LATM) && (flags&CAPF_RAWPACKETS)))
+                 || ((type==TT_MP4_LATM_MCP1) && ((flags&CAPF_LATM) && (flags&CAPF_RAWPACKETS)))
+                 || ((type==TT_MP4_LOAS)      &&  (flags&CAPF_LOAS))
+                 || ((type==TT_MP4_RAW)       &&  (flags&CAPF_RAWPACKETS))
+                ) )
+            {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userTpType = (TRANSPORT_TYPE)value;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_SIGNALING_MODE:
+        if (settings->userTpSignaling != value) {
+            if ( !((value==0) || (value==1) || (value==2)) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userTpSignaling = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_PROTECTION:
+        if (settings->userTpProtection != value) {
+            if ( !((value==0) || (value==1)) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userTpProtection = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_HEADER_PERIOD:
+        if (settings->userTpHeaderPeriod != value) {
+            settings->userTpHeaderPeriod = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_TPSUBFRAMES:
+        if (settings->userTpNsubFrames != value) {
+            if (! ( (value>=1) && (value<=4) ) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userTpNsubFrames = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_TRANSPORT;
+        }
+        break;
+    case AACENC_ANCILLARY_BITRATE:
+        if (settings->userAncDataRate != value) {
+            settings->userAncDataRate = value;
+        }
+        break;
+    case AACENC_CONTROL_STATE:
+        if (hAacEncoder->InitFlags != value) {
+            if (value&AACENC_RESET_INBUFFER) {
+                hAacEncoder->nSamplesRead = 0;
+            }
+            hAacEncoder->InitFlags = value;
+        }
+        break;
+    case AACENC_METADATA_MODE:
+        if ((UINT)settings->userMetaDataMode != value) {
+            if ( !((value>=0) && (value<=2)) ) {
+                err = AACENC_INVALID_CONFIG;
+                break;
+            }
+            settings->userMetaDataMode = value;
+            hAacEncoder->InitFlags |= AACENC_INIT_CONFIG;
+        }
+        break;
+    default:
+      err = AACENC_UNSUPPORTED_PARAMETER;
+      break;
+    }  /* switch(param) */
+
+bail:
+    return err;
+}
+
+UINT aacEncoder_GetParam(
+        const HANDLE_AACENCODER   hAacEncoder,
+        const AACENC_PARAM        param
+        )
+{
+    UINT value = 0;
+    USER_PARAM *settings = &hAacEncoder->extParam;
+
+    /* check encoder handle */
+    if (hAacEncoder == NULL) {
+        goto bail;
+    }
+
+    /* apply param value */
+    switch (param)
+    {
+    case AACENC_AOT:
+        value = (UINT)hAacEncoder->aacConfig.audioObjectType;
+        break;
+    case AACENC_BITRATE:
+        value = (UINT)((hAacEncoder->aacConfig.bitrateMode==AACENC_BR_MODE_CBR) ? hAacEncoder->aacConfig.bitRate : -1);
+        break;
+    case AACENC_BITRATEMODE:
+        value = (UINT)hAacEncoder->aacConfig.bitrateMode;
+        break;
+    case AACENC_SAMPLERATE:
+        value = (UINT)hAacEncoder->coderConfig.extSamplingRate;
+        break;
+    case AACENC_CHANNELMODE:
+        value = (UINT)hAacEncoder->aacConfig.channelMode;
+        break;
+    case AACENC_BANDWIDTH:
+        value = (UINT)hAacEncoder->aacConfig.bandWidth;
+        break;
+    case AACENC_CHANNELORDER:
+        value = (UINT)hAacEncoder->aacConfig.channelOrder;
+        break;
+    case AACENC_AFTERBURNER:
+        value = (UINT)hAacEncoder->aacConfig.useRequant;
+        break;
+    case AACENC_GRANULE_LENGTH:
+        value = (UINT)hAacEncoder->aacConfig.framelength;
+       break;
+    case AACENC_SBR_RATIO:
+        value = isSbrActive(&hAacEncoder->aacConfig) ? hAacEncoder->aacConfig.sbrRatio : 0;
+        break;
+    case AACENC_SBR_MODE:
+        value = (UINT) (hAacEncoder->aacConfig.syntaxFlags & AC_SBR_PRESENT) ? 1 : 0;
+        break;
+    case AACENC_TRANSMUX:
+        value = (UINT)settings->userTpType;
+        break;
+    case AACENC_SIGNALING_MODE:
+        value = (UINT)getSbrSignalingMode(hAacEncoder->aacConfig.audioObjectType, settings->userTpType, settings->userTpSignaling, hAacEncoder->aacConfig.sbrRatio);
+        break;
+    case AACENC_PROTECTION:
+        value = (UINT)settings->userTpProtection;
+        break;
+    case AACENC_HEADER_PERIOD:
+        value = (UINT)hAacEncoder->coderConfig.headerPeriod;
+        break;
+    case AACENC_TPSUBFRAMES:
+        value = (UINT)settings->userTpNsubFrames;
+        break;
+    case AACENC_ANCILLARY_BITRATE:
+        value = (UINT)hAacEncoder->aacConfig.anc_Rate;
+        break;
+    case AACENC_CONTROL_STATE:
+        value = (UINT)hAacEncoder->InitFlags;
+        break;
+    case AACENC_METADATA_MODE:
+        value = (hAacEncoder->metaDataAllowed==0) ? 0 : (UINT)settings->userMetaDataMode;
+        break;
+    default:
+      //err = MPS_INVALID_PARAMETER;
+      break;
+    }  /* switch(param) */
+
+bail:
+    return value;
+}
+
+AACENC_ERROR aacEncInfo(
+        const HANDLE_AACENCODER   hAacEncoder,
+        AACENC_InfoStruct        *pInfo
+        )
+{
+    AACENC_ERROR err = AACENC_OK;
+
+    FDKmemclear(pInfo, sizeof(AACENC_InfoStruct));
+    pInfo->confSize = 64; /* pre-initialize */
+
+    pInfo->maxOutBufBytes    = ((hAacEncoder->nMaxAacChannels*6144)+7)>>3;
+    pInfo->maxAncBytes       = hAacEncoder->aacConfig.maxAncBytesPerAU;
+    pInfo->inBufFillLevel    = hAacEncoder->nSamplesRead/hAacEncoder->extParam.nChannels;
+    pInfo->inputChannels     = hAacEncoder->extParam.nChannels;
+    pInfo->frameLength       = hAacEncoder->nSamplesToRead/hAacEncoder->extParam.nChannels;
+    pInfo->encoderDelay      = hAacEncoder->nDelay/hAacEncoder->extParam.nChannels;
+
+    /* Get encoder configuration */
+    if ( aacEncGetConf(hAacEncoder, &pInfo->confSize, &pInfo->confBuf[0]) != AAC_ENC_OK) {
+        err = AACENC_INIT_ERROR;
+        goto bail;
+    }
+bail:
+    return err;
+}
+
diff --git a/libAACenc/src/aacenc_pns.cpp b/libAACenc/src/aacenc_pns.cpp
new file mode 100644 (file)
index 0000000..b9640d9
--- /dev/null
@@ -0,0 +1,591 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: pns.c
+
+******************************************************************************/
+
+#include "aacenc_pns.h"
+#include "psy_data.h"
+#include "pnsparam.h"
+#include "noisedet.h"
+#include "bit_cnt.h"
+#include "interface.h"
+
+
+/* minCorrelationEnergy = (1.0e-10f)^2 ~ 2^-67 = 2^-47 * 2^-20 */
+static const FIXP_DBL minCorrelationEnergy = FL2FXCONST_DBL(0.0); /* FL2FXCONST_DBL((float)FDKpow(2.0,-47)); */
+/* noiseCorrelationThresh = 0.6^2 */
+static const FIXP_DBL noiseCorrelationThresh = FL2FXCONST_DBL(0.36);
+
+static void FDKaacEnc_FDKaacEnc_noiseDetection( PNS_CONFIG  *pnsConf,
+                            PNS_DATA    *pnsData,
+                            const INT   sfbActive,
+                            const INT   *sfbOffset,
+                            INT          tnsOrder,
+                            INT         tnsPredictionGain,
+                            INT         tnsActive,
+                            FIXP_DBL    *mdctSpectrum,
+                            INT         *sfbMaxScaleSpec,
+                            FIXP_SGL    *sfbtonality );
+
+static void FDKaacEnc_CalcNoiseNrgs( const INT   sfbActive,
+                           INT         *pnsFlag,
+                           FIXP_DBL    *sfbEnergyLdData,
+                           INT         *noiseNrg );
+
+/*****************************************************************************
+
+    functionname: initPnsConfiguration
+    description:  fill pnsConf with pns parameters
+    returns:      error status
+    input:        PNS Config struct (modified)
+                  bitrate, samplerate, usePns,
+                  number of sfb's, pointer to sfb offset
+    output:       error code
+
+*****************************************************************************/
+
+AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf,
+                                                 INT         bitRate,
+                                                 INT         sampleRate,
+                                                 INT         usePns,
+                                                 INT         sfbCnt,
+                                                 const INT  *sfbOffset,
+                                                 const INT   numChan,
+                                                 const INT   isLC)
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+
+  /* init noise detection */
+  ErrorStatus = FDKaacEnc_GetPnsParam(&pnsConf->np,
+                                      bitRate,
+                                      sampleRate,
+                                      sfbCnt,
+                                      sfbOffset,
+                                      &usePns,
+                                      numChan,
+                                      isLC);
+  if (ErrorStatus != AAC_ENC_OK)
+    return ErrorStatus;
+
+  pnsConf->minCorrelationEnergy = minCorrelationEnergy;
+  pnsConf->noiseCorrelationThresh = noiseCorrelationThresh;
+
+  pnsConf->usePns = usePns;
+
+  return AAC_ENC_OK;
+}
+
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_PnsDetect
+    description:  do decision, if PNS shall used or not
+    returns:
+    input:        pns config structure
+                  pns data structure (modified),
+                  lastWindowSequence (long or short blocks)
+                  sfbActive
+                  pointer to Sfb Energy, Threshold, Offset
+                  pointer to mdct Spectrum
+                  length of each group
+                  pointer to tonality calculated in chaosmeasure
+                  tns order and prediction gain
+                  calculated noiseNrg at active PNS
+    output:       pnsFlag in pns data structure
+
+*****************************************************************************/
+void FDKaacEnc_PnsDetect(PNS_CONFIG  *pnsConf,
+                         PNS_DATA    *pnsData,
+                         const INT    lastWindowSequence,
+                         const INT    sfbActive,
+                         const INT    maxSfbPerGroup,
+                         FIXP_DBL    *sfbThresholdLdData,
+                         const INT   *sfbOffset,
+                         FIXP_DBL    *mdctSpectrum,
+                         INT         *sfbMaxScaleSpec,
+                         FIXP_SGL    *sfbtonality,
+                         INT          tnsOrder,
+                         INT          tnsPredictionGain,
+                         INT          tnsActive,
+                         FIXP_DBL    *sfbEnergyLdData,
+                         INT         *noiseNrg )
+
+{
+  int sfb;
+  int startNoiseSfb;
+
+  if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) {
+    if ( (!pnsConf->usePns) ||              /* pns enabled? */
+           (lastWindowSequence == SHORT_WINDOW) ) /* currently only long blocks */
+    {
+      FDKmemclear(pnsData->pnsFlag, MAX_GROUPED_SFB*sizeof(INT)); /* clear all pnsFlags */
+      for (sfb=0; sfb<MAX_GROUPED_SFB; sfb++) {
+          noiseNrg[sfb] = NO_NOISE_PNS;                           /* clear nrg's of previous frame */
+      }
+      return;
+    }
+  }
+  else {
+    if(!pnsConf->usePns)
+      return;
+
+    /* PNS only for long Windows */
+    if (pnsConf->np.detectionAlgorithmFlags & JUST_LONG_WINDOW) {
+      if(lastWindowSequence != LONG_WINDOW) {
+        for (sfb = 0; sfb < sfbActive; sfb++) {
+          pnsData->pnsFlag[sfb] = 0;    /* clear all pnsFlags */
+        }
+        return;
+      }
+    }
+  }
+  /*
+    call noise detection
+  */
+  FDKaacEnc_FDKaacEnc_noiseDetection( pnsConf,
+                  pnsData,
+                  sfbActive,
+                  sfbOffset,
+                  tnsOrder,
+                  tnsPredictionGain,
+                  tnsActive,
+                  mdctSpectrum,
+                  sfbMaxScaleSpec,
+                  sfbtonality );
+
+  /* set startNoiseSfb (long) */
+  startNoiseSfb = pnsConf->np.startSfb;
+
+  /* Set noise substitution status */
+  for(sfb = 0; sfb < sfbActive; sfb++) {
+
+    /* No PNS below startNoiseSfb */
+    if(sfb < startNoiseSfb){
+      pnsData->pnsFlag[sfb] = 0;
+      continue;
+    }
+
+    /*
+      do noise substitution if
+      fuzzy measure is high enough
+      sfb freq > minimum sfb freq
+      signal in coder band is not masked
+    */
+
+    if((pnsData->noiseFuzzyMeasure[sfb] > FL2FXCONST_SGL(0.5)) &&
+       ( (sfbThresholdLdData[sfb] + FL2FXCONST_DBL(0.5849625f/64.0f))  /* thr * 1.5 = thrLd +ld(1.5)/64 */
+         < sfbEnergyLdData[sfb] ) )
+    {
+      /*
+        mark in psyout flag array that we will code
+        this band with PNS
+      */
+      pnsData->pnsFlag[sfb] = 1; /* PNS_ON */
+    }
+    else{
+      pnsData->pnsFlag[sfb] = 0; /* PNS_OFF */
+    }
+
+    /* no PNS if LTP is active */
+  }
+
+  /* avoid PNS holes */
+  if((pnsData->noiseFuzzyMeasure[0]>FL2FXCONST_SGL(0.5f)) && (pnsData->pnsFlag[1])) {
+    pnsData->pnsFlag[0] = 1;
+  }
+
+  for(sfb=1; sfb<maxSfbPerGroup-1; sfb++) {
+    if((pnsData->noiseFuzzyMeasure[sfb]>pnsConf->np.gapFillThr) &&
+       (pnsData->pnsFlag[sfb-1]) && (pnsData->pnsFlag[sfb+1])) {
+      pnsData->pnsFlag[sfb] = 1;
+    }
+  }
+
+  if(maxSfbPerGroup>0) {
+    /* avoid PNS hole */
+    if((pnsData->noiseFuzzyMeasure[maxSfbPerGroup-1]>pnsConf->np.gapFillThr) && (pnsData->pnsFlag[maxSfbPerGroup-2])) {
+      pnsData->pnsFlag[maxSfbPerGroup-1] = 1;
+    }
+    /* avoid single PNS band */
+    if(pnsData->pnsFlag[maxSfbPerGroup-2]==0) {
+      pnsData->pnsFlag[maxSfbPerGroup-1] = 0;
+    }
+  }
+
+  /* avoid single PNS bands */
+  if(pnsData->pnsFlag[1]==0) {
+    pnsData->pnsFlag[0] = 0;
+  }
+
+  for(sfb=1; sfb<maxSfbPerGroup-1; sfb++) {
+    if((pnsData->pnsFlag[sfb-1]==0)&&(pnsData->pnsFlag[sfb+1]==0)) {
+      pnsData->pnsFlag[sfb] = 0;
+    }
+  }
+
+
+  /*
+    calculate noiseNrg's
+  */
+  FDKaacEnc_CalcNoiseNrgs( sfbActive,
+                 pnsData->pnsFlag,
+                 sfbEnergyLdData,
+                 noiseNrg );
+}
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_FDKaacEnc_noiseDetection
+    description: wrapper for noisedet.c
+    returns:
+    input:       pns config structure
+                 pns data structure (modified),
+                 sfbActive
+                 tns order and prediction gain
+                 pointer to mdct Spectrumand Sfb Energy
+                 pointer to Sfb tonality
+    output:      noiseFuzzyMeasure in structure pnsData
+                 flags tonal / nontonal
+
+*****************************************************************************/
+static void FDKaacEnc_FDKaacEnc_noiseDetection( PNS_CONFIG  *pnsConf,
+                            PNS_DATA    *pnsData,
+                            const INT   sfbActive,
+                            const INT   *sfbOffset,
+                            int          tnsOrder,
+                            INT         tnsPredictionGain,
+                            INT         tnsActive,
+                            FIXP_DBL    *mdctSpectrum,
+                            INT         *sfbMaxScaleSpec,
+                            FIXP_SGL    *sfbtonality )
+{
+    INT condition = TRUE;
+    if ( !(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) ) {
+      condition = (tnsOrder > 3);
+    }
+    /*
+    no PNS if heavy TNS activity
+    clear pnsData->noiseFuzzyMeasure
+    */
+    if((pnsConf->np.detectionAlgorithmFlags & USE_TNS_GAIN_THR) &&
+      (tnsPredictionGain >= pnsConf->np.tnsGainThreshold) && condition &&
+      !((pnsConf->np.detectionAlgorithmFlags & USE_TNS_PNS) && (tnsPredictionGain >= pnsConf->np.tnsPNSGainThreshold) && (tnsActive)) )
+    {
+        /* clear all noiseFuzzyMeasure */
+        FDKmemclear(pnsData->noiseFuzzyMeasure, sfbActive*sizeof(FIXP_SGL));
+    }
+    else
+    {
+        /*
+        call noise detection, output in pnsData->noiseFuzzyMeasure,
+        use real mdct spectral data
+        */
+        FDKaacEnc_noiseDetect( mdctSpectrum,
+            sfbMaxScaleSpec,
+            sfbActive,
+            sfbOffset,
+            pnsData->noiseFuzzyMeasure,
+            &pnsConf->np,
+            sfbtonality);
+    }
+}
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_CalcNoiseNrgs
+    description: Calculate the NoiseNrg's
+    returns:
+    input:       sfbActive
+                 if pnsFlag calculate NoiseNrg
+                 pointer to sfbEnergy and groupLen
+                 pointer to noiseNrg (modified)
+    output:      noiseNrg's in pnsFlaged sfb's
+
+*****************************************************************************/
+
+static void FDKaacEnc_CalcNoiseNrgs( const INT    sfbActive,
+                           INT         *RESTRICT pnsFlag,
+                           FIXP_DBL    *RESTRICT sfbEnergyLdData,
+                           INT         *RESTRICT noiseNrg )
+{
+  int sfb;
+  INT tmp = (-LOG_NORM_PCM)<<2;
+
+  for(sfb = 0; sfb < sfbActive; sfb++) {
+    if(pnsFlag[sfb]) {
+      INT nrg = (-sfbEnergyLdData[sfb]+FL2FXCONST_DBL(0.5f/64.0f))>>(DFRACT_BITS-1-7);
+      noiseNrg[sfb] = tmp - nrg;
+    }
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_CodePnsChannel
+    description: Execute pns decission
+    returns:
+    input:       sfbActive
+                 pns config structure
+                 use PNS if pnsFlag
+                 pointer to Sfb Energy, noiseNrg, Threshold
+    output:      set sfbThreshold high to code pe with 0,
+                 noiseNrg marks flag for pns coding
+
+*****************************************************************************/
+
+void FDKaacEnc_CodePnsChannel(const INT     sfbActive,
+                              PNS_CONFIG    *pnsConf,
+                              INT           *RESTRICT pnsFlag,
+                              FIXP_DBL      *RESTRICT sfbEnergyLdData,
+                              INT           *RESTRICT noiseNrg,
+                              FIXP_DBL      *RESTRICT sfbThresholdLdData)
+{
+  INT sfb;
+  INT lastiNoiseEnergy = 0;
+  INT firstPNSband = 1; /* TRUE for first PNS-coded band */
+
+  /* no PNS */
+  if(!pnsConf->usePns) {
+    for(sfb = 0; sfb < sfbActive; sfb++) {
+      /* no PNS coding */
+      noiseNrg[sfb] = NO_NOISE_PNS;
+    }
+    return;
+  }
+
+  /* code PNS */
+  for(sfb = 0; sfb < sfbActive; sfb++) {
+    if(pnsFlag[sfb]) {
+      /* high sfbThreshold causes pe = 0 */
+      if(noiseNrg[sfb] != NO_NOISE_PNS)
+        sfbThresholdLdData[sfb] = sfbEnergyLdData[sfb] + FL2FXCONST_DBL(1.0f/LD_DATA_SCALING);
+
+      /* set noiseNrg in valid region */
+      if(!firstPNSband) {
+        INT deltaiNoiseEnergy = noiseNrg[sfb] - lastiNoiseEnergy;
+
+        if(deltaiNoiseEnergy > CODE_BOOK_PNS_LAV)
+            noiseNrg[sfb] -= deltaiNoiseEnergy - CODE_BOOK_PNS_LAV;
+        else if(deltaiNoiseEnergy < -CODE_BOOK_PNS_LAV)
+            noiseNrg[sfb] -= deltaiNoiseEnergy + CODE_BOOK_PNS_LAV;
+      }
+      else {
+        firstPNSband = 0;
+      }
+      lastiNoiseEnergy = noiseNrg[sfb];
+    }
+    else {
+      /* no PNS coding */
+      noiseNrg[sfb] = NO_NOISE_PNS;
+    }
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_PreProcessPnsChannelPair
+    description: Calculate the correlation of noise in a channel pair
+
+    returns:
+    input:       sfbActive
+                 pointer to sfb energies left, right and mid channel
+                 pns config structure
+                 pns data structure left and right (modified)
+
+    output:      noiseEnergyCorrelation in pns data structure
+
+*****************************************************************************/
+
+void FDKaacEnc_PreProcessPnsChannelPair(const INT   sfbActive,
+                                        FIXP_DBL   *RESTRICT sfbEnergyLeft,
+                                        FIXP_DBL   *RESTRICT sfbEnergyRight,
+                                        FIXP_DBL   *RESTRICT sfbEnergyLeftLD,
+                                        FIXP_DBL   *RESTRICT sfbEnergyRightLD,
+                                        FIXP_DBL   *RESTRICT sfbEnergyMid,
+                                        PNS_CONFIG *RESTRICT pnsConf,
+                                        PNS_DATA   *pnsDataLeft,
+                                        PNS_DATA   *pnsDataRight)
+{
+  INT sfb;
+  FIXP_DBL ccf;
+
+  if(!pnsConf->usePns)
+    return;
+
+  FIXP_DBL *RESTRICT pNoiseEnergyCorrelationL = pnsDataLeft->noiseEnergyCorrelation;
+  FIXP_DBL *RESTRICT pNoiseEnergyCorrelationR = pnsDataRight->noiseEnergyCorrelation;
+
+  for(sfb=0;sfb< sfbActive;sfb++) {
+    FIXP_DBL quot = (sfbEnergyLeftLD[sfb]>>1) + (sfbEnergyRightLD[sfb]>>1);
+
+    if(quot < FL2FXCONST_DBL(-32.0f/(float)LD_DATA_SCALING))
+      ccf = FL2FXCONST_DBL(0.0f);
+    else {
+      FIXP_DBL accu = sfbEnergyMid[sfb]- (((sfbEnergyLeft[sfb]>>1)+(sfbEnergyRight[sfb]>>1))>>1);
+      INT sign = (accu < FL2FXCONST_DBL(0.0f)) ? 1 : 0 ;
+      accu = fixp_abs(accu);
+
+      ccf = CalcLdData(accu) + FL2FXCONST_DBL((float)1.0f/(float)LD_DATA_SCALING) - quot;   /* ld(accu*2) = ld(accu) + 1 */
+      ccf = (ccf>=FL2FXCONST_DBL(0.0)) ? ((FIXP_DBL)MAXVAL_DBL) : (sign) ? -CalcInvLdData(ccf) : CalcInvLdData(ccf);
+    }
+
+    pNoiseEnergyCorrelationL[sfb] = ccf;
+    pNoiseEnergyCorrelationR[sfb] = ccf;
+  }
+}
+
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_PostProcessPnsChannelPair
+    description: if PNS used at left and right channel,
+                 use msMask to flag correlation
+    returns:
+    input:       sfbActive
+                 pns config structure
+                 pns data structure left and right (modified)
+                 pointer to msMask, flags correlation by pns coding (modified)
+                 Digest of MS coding
+    output:      pnsFlag in pns data structure,
+                 msFlag in msMask (flags correlation)
+
+*****************************************************************************/
+
+void FDKaacEnc_PostProcessPnsChannelPair(const INT   sfbActive,
+                                         PNS_CONFIG  *pnsConf,
+                                         PNS_DATA    *pnsDataLeft,
+                                         PNS_DATA    *pnsDataRight,
+                                         INT         *RESTRICT msMask,
+                                         INT         *msDigest )
+{
+  INT sfb;
+
+  if(!pnsConf->usePns)
+    return;
+
+  for(sfb=0;sfb<sfbActive;sfb++) {
+    /*
+      MS post processing
+    */
+    if( msMask[sfb] ) {
+      if( (pnsDataLeft->pnsFlag[sfb]) &&
+          (pnsDataRight->pnsFlag[sfb]) ) {
+        /* AAC only: Standard */
+        /* do this to avoid ms flags in layers that should not have it */
+        if(pnsDataLeft->noiseEnergyCorrelation[sfb] <= pnsConf->noiseCorrelationThresh){
+          msMask[sfb] = 0;
+          *msDigest = MS_SOME;
+        }
+      }
+      else {
+        /*
+          No PNS coding
+        */
+        pnsDataLeft->pnsFlag[sfb] = 0;
+        pnsDataRight->pnsFlag[sfb] = 0;
+      }
+    }
+
+    /*
+      Use MS flag to signal noise correlation if
+      pns is active in both channels
+    */
+    if( (pnsDataLeft->pnsFlag[sfb]) && (pnsDataRight->pnsFlag[sfb]) ) {
+      if(pnsDataLeft->noiseEnergyCorrelation[sfb] > pnsConf->noiseCorrelationThresh) {
+        msMask[sfb] = 1;
+        *msDigest = MS_SOME;
+      }
+    }
+  }
+}
diff --git a/libAACenc/src/aacenc_pns.h b/libAACenc/src/aacenc_pns.h
new file mode 100644 (file)
index 0000000..3bda9de
--- /dev/null
@@ -0,0 +1,113 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: pns.h
+
+******************************************************************************/
+
+#ifndef __PNS_H
+#define __PNS_H
+
+#include "common_fix.h"
+
+#include "pnsparam.h"
+
+#define NO_NOISE_PNS FDK_INT_MIN
+
+typedef struct{
+  NOISEPARAMS np;
+  FIXP_DBL minCorrelationEnergy;
+  FIXP_DBL noiseCorrelationThresh;
+  INT      usePns;
+} PNS_CONFIG;
+
+typedef struct{
+  FIXP_SGL noiseFuzzyMeasure[MAX_GROUPED_SFB];
+  FIXP_DBL noiseEnergyCorrelation[MAX_GROUPED_SFB];
+  INT      pnsFlag[MAX_GROUPED_SFB];
+} PNS_DATA;
+
+#endif
diff --git a/libAACenc/src/aacenc_tns.cpp b/libAACenc/src/aacenc_tns.cpp
new file mode 100644 (file)
index 0000000..85aea65
--- /dev/null
@@ -0,0 +1,1349 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Groeschel, Tobias Chalupka
+   contents/description: Temporal noise shaping
+
+******************************************************************************/
+
+#include "aacenc_tns.h"
+#include "psy_const.h"
+#include "psy_configuration.h"
+#include "tns_func.h"
+#include "aacEnc_rom.h"
+#include "aacenc_tns.h"
+
+enum {
+    HIFILT = 0, /* index of higher filter */
+    LOFILT = 1 /* index of lower filter */
+};
+
+
+#define FILTER_DIRECTION 0
+
+static const FIXP_DBL acfWindowLong[12+3+1] = {
+  0x7fffffff,0x7fb80000,0x7ee00000,0x7d780000,0x7b800000,0x78f80000,0x75e00000,0x72380000,
+  0x6e000000,0x69380000,0x63e00000,0x5df80000,0x57800000,0x50780000,0x48e00000,0x40b80000
+};
+
+static const FIXP_DBL acfWindowShort[4+3+1] = {
+  0x7fffffff,0x7e000000,0x78000000,0x6e000000,0x60000000,0x4e000000,0x38000000,0x1e000000
+};
+
+
+typedef struct {
+  INT      filterEnabled[MAX_NUM_OF_FILTERS];
+  INT      threshOn[MAX_NUM_OF_FILTERS];                /* min. prediction gain for using tns TABUL*/
+  INT      filterStartFreq[MAX_NUM_OF_FILTERS];         /* lowest freq for lpc TABUL*/
+  INT      tnsLimitOrder[MAX_NUM_OF_FILTERS];           /* Limit for TNS order TABUL*/
+  INT      tnsFilterDirection[MAX_NUM_OF_FILTERS];      /* Filtering direction, 0=up, 1=down TABUL */
+  INT      acfSplit[MAX_NUM_OF_FILTERS];
+  FIXP_DBL tnsTimeResolution[MAX_NUM_OF_FILTERS];       /* TNS max. time resolution TABUL. Should be fract but MSVC won't compile then */
+  INT      seperateFiltersAllowed;
+
+} TNS_PARAMETER_TABULATED;
+
+
+typedef struct{
+  INT                      bitRateFrom[2];  /* noneSbr=0, useSbr=1 */
+  INT                      bitRateTo[2];    /* noneSbr=0, useSbr=1 */
+  TNS_PARAMETER_TABULATED  paramTab[2];     /* mono=0, stereo=1 */
+
+} TNS_INFO_TAB;
+
+#define TNS_TIMERES_SCALE    (1)
+#define FL2_TIMERES_FIX(a)   ( FL2FXCONST_DBL(a/(float)(1<<TNS_TIMERES_SCALE)) )
+
+static const TNS_INFO_TAB tnsInfoTab[] =
+{
+  {
+    {  16000,  13500},
+    {  32000,  28000},
+    {
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12, 12}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.2f)}, 1 },
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12, 12}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.2f)}, 1 }
+    }
+  },
+  {
+    {  32001,  28001},
+    {  60000,  52000},
+    {
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12, 10}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.0f)}, 1 },
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12, 10}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.0f)}, 1 }
+    }
+  },
+  {
+    {  60001,  52001},
+    { 384000, 384000},
+    {
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12,  8}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.0f)}, 1 },
+      { {1, 1}, {1437, 1500}, {1400, 600}, {12,  8}, {FILTER_DIRECTION, FILTER_DIRECTION}, {3, 1}, {FL2_TIMERES_FIX(0.4f), FL2_TIMERES_FIX(1.0f)}, 1 }
+    }
+  }
+};
+
+typedef struct {
+  INT   samplingRate;
+  SCHAR maxBands[2]; /* long=0; short=1 */
+
+} TNS_MAX_TAB_ENTRY;
+
+static const TNS_MAX_TAB_ENTRY tnsMaxBandsTab1024[] =
+{
+  { 96000, { 31,  9}},
+  { 88200, { 31,  9}},
+  { 64000, { 34, 10}},
+  { 48000, { 40, 14}},
+  { 44100, { 42, 14}},
+  { 32000, { 51, 14}},
+  { 24000, { 46, 14}},
+  { 22050, { 46, 14}},
+  { 16000, { 42, 14}},
+  { 12000, { 42, 14}},
+  { 11025, { 42, 14}},
+  { 8000,  { 39, 14}}
+};
+
+static const TNS_MAX_TAB_ENTRY tnsMaxBandsTab480[] =
+{
+  { 48000, { 31, -1}},
+  { 44100, { 32, -1}},
+  { 32000, { 37, -1}},
+  { 24000, { 30, -1}},
+  { 22050, { 30, -1}}
+};
+
+static const TNS_MAX_TAB_ENTRY tnsMaxBandsTab512[] =
+{
+  { 48000, { 31, -1}},
+  { 44100, { 32, -1}},
+  { 32000, { 37, -1}},
+  { 24000, { 31, -1}},
+  { 22050, { 31, -1}}
+};
+
+static INT FDKaacEnc_AutoToParcor(
+        FIXP_DBL *RESTRICT input,
+        FIXP_DBL *RESTRICT reflCoeff,
+        const INT numOfCoeff
+        );
+
+static void FDKaacEnc_Parcor2Index(
+        const FIXP_DBL *parcor,
+        INT *RESTRICT index,
+        const INT order,
+        const INT bitsPerCoeff
+        );
+
+static void FDKaacEnc_Index2Parcor(
+        const INT *index,
+        FIXP_DBL *RESTRICT parcor,
+        const INT order,
+        const INT bitsPerCoeff
+        );
+
+static INT FDKaacEnc_ParcorToLpc(
+        const FIXP_DBL *reflCoeff,
+        FIXP_DBL *RESTRICT LpcCoeff,
+        const INT numOfCoeff,
+        FIXP_DBL *RESTRICT workBuffer
+        );
+
+static void FDKaacEnc_AnalysisFilter(
+        FIXP_DBL *RESTRICT signal,
+        const INT numOfLines,
+        const FIXP_DBL *predictorCoeff,
+        const INT order,
+        const INT lpcGainFactor
+        );
+
+static void FDKaacEnc_CalcGaussWindow(
+        FIXP_DBL *win,
+        const int winSize,
+        const INT samplingRate,
+        const INT transformResolution,
+        const FIXP_DBL timeResolution,
+        const INT timeResolution_e
+        );
+
+static const TNS_PARAMETER_TABULATED* FDKaacEnc_GetTnsParam(
+        const INT bitRate,
+        const INT channels,
+        const INT sbrLd
+        )
+{
+  int i;
+  const TNS_PARAMETER_TABULATED *tnsConfigTab = NULL;
+
+  for (i = 0; i < (int) (sizeof(tnsInfoTab)/sizeof(TNS_INFO_TAB)); i++) {
+    if ((bitRate >= tnsInfoTab[i].bitRateFrom[sbrLd?1:0]) &&
+         bitRate <= tnsInfoTab[i].bitRateTo[sbrLd?1:0])
+    {
+      tnsConfigTab = &tnsInfoTab[i].paramTab[(channels==1)?0:1];
+    }
+  }
+
+  return tnsConfigTab;
+}
+
+
+static INT getTnsMaxBands(
+        const INT sampleRate,
+        const INT granuleLength,
+        const INT isShortBlock
+        )
+{
+  int i;
+  INT numBands = -1;
+  const TNS_MAX_TAB_ENTRY *pMaxBandsTab = NULL;
+  int maxBandsTabSize = 0;
+
+  switch (granuleLength) {
+    case 1024:
+      pMaxBandsTab = tnsMaxBandsTab1024;
+      maxBandsTabSize = sizeof(tnsMaxBandsTab1024)/sizeof(TNS_MAX_TAB_ENTRY);
+      break;
+    case 480:
+      pMaxBandsTab = tnsMaxBandsTab480;
+      maxBandsTabSize = sizeof(tnsMaxBandsTab480)/sizeof(TNS_MAX_TAB_ENTRY);
+      break;
+    case 512:
+      pMaxBandsTab = tnsMaxBandsTab512;
+      maxBandsTabSize = sizeof(tnsMaxBandsTab512)/sizeof(TNS_MAX_TAB_ENTRY);
+      break;
+    default:
+      numBands = -1;
+  }
+
+  if (pMaxBandsTab!=NULL) {
+    for (i=0; i<maxBandsTabSize; i++) {
+      numBands = pMaxBandsTab[i].maxBands[(!isShortBlock)?0:1];
+      if (sampleRate >= pMaxBandsTab[i].samplingRate) {
+        break;
+      }
+    }
+  }
+
+  return numBands;
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_FreqToBandWithRounding
+
+  Returns index of nearest band border
+
+  \param frequency
+  \param sampling frequency
+  \param total number of bands
+  \param pointer to table of band borders
+
+  \return band border
+****************************************************************************/
+
+INT FDKaacEnc_FreqToBandWithRounding(
+        const INT freq,
+        const INT fs,
+        const INT numOfBands,
+        const INT *bandStartOffset
+        )
+{
+  INT lineNumber, band;
+
+  /*  assert(freq >= 0);  */
+  lineNumber = (freq*bandStartOffset[numOfBands]*4/fs+1)/2;
+
+  /* freq > fs/2 */
+  if (lineNumber >= bandStartOffset[numOfBands])
+    return numOfBands;
+
+  /* find band the line number lies in */
+  for (band=0; band<numOfBands; band++) {
+    if (bandStartOffset[band+1]>lineNumber) break;
+  }
+
+  /* round to nearest band border */
+  if (lineNumber - bandStartOffset[band] >
+      bandStartOffset[band+1] - lineNumber )
+    {
+      band++;
+    }
+
+  return(band);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_InitTnsConfiguration
+    description:  fill TNS_CONFIG structure with sensible content
+    returns:
+    input:        bitrate, samplerate, number of channels,
+                  blocktype (long or short),
+                  TNS Config struct (modified),
+                  psy config struct,
+                  tns active flag
+    output:
+
+*****************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_InitTnsConfiguration(INT bitRate,
+                                                 INT sampleRate,
+                                                 INT channels,
+                                                 INT blockType,
+                                                 INT granuleLength,
+                                                 INT ldSbrPresent,
+                                                 TNS_CONFIG *tC,
+                                                 PSY_CONFIGURATION *pC,
+                                                 INT active,
+                                                 INT useTnsPeak)
+{
+  int i;
+  //float acfTimeRes   = (blockType == SHORT_WINDOW) ? 0.125f : 0.046875f;
+
+  if (channels <= 0)
+    return (AAC_ENCODER_ERROR)1;
+
+  /* initialize TNS filter flag, order, and coefficient resolution (in bits per coeff) */
+  tC->tnsActive      = (active) ? TRUE : FALSE;
+  tC->maxOrder       = (blockType == SHORT_WINDOW) ? 5 : 12;  /* maximum: 7, 20 */
+  if (bitRate < 16000)
+    tC->maxOrder -= 2;
+  tC->coefRes        = (blockType == SHORT_WINDOW) ? 3 : 4;
+
+  /* LPC stop line: highest MDCT line to be coded, but do not go beyond TNS_MAX_BANDS! */
+  tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
+
+  if (tC->lpcStopBand < 0) {
+    return (AAC_ENCODER_ERROR)1;
+  }
+
+  tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive);
+  tC->lpcStopLine    = pC->sfbOffset[tC->lpcStopBand];
+
+  switch (granuleLength) {
+    case 1024:
+      /* TNS start line: skip lower MDCT lines to prevent artifacts due to filter mismatch */
+      tC->lpcStartBand[LOFILT]   = (blockType == SHORT_WINDOW) ? 0 : ((sampleRate < 18783) ? 4 : 8);
+      tC->lpcStartLine[LOFILT]   = pC->sfbOffset[tC->lpcStartBand[LOFILT]];
+
+      i = tC->lpcStopBand;
+      while (pC->sfbOffset[i] > (tC->lpcStartLine[LOFILT] + (tC->lpcStopLine - tC->lpcStartLine[LOFILT]) / 4)) i--;
+      tC->lpcStartBand[HIFILT]   = i;
+      tC->lpcStartLine[HIFILT]   = pC->sfbOffset[i];
+
+      tC->confTab.threshOn[HIFILT] = 1437;
+      tC->confTab.threshOn[LOFILT] = 1500;
+
+      tC->confTab.tnsLimitOrder[HIFILT] = tC->maxOrder;
+      tC->confTab.tnsLimitOrder[LOFILT] = tC->maxOrder - 7;
+
+      tC->confTab.tnsFilterDirection[HIFILT] = FILTER_DIRECTION;
+      tC->confTab.tnsFilterDirection[LOFILT] = FILTER_DIRECTION;
+
+      tC->confTab.acfSplit[HIFILT] = -1;  /* signal Merged4to2QuartersAutoCorrelation in FDKaacEnc_MergedAutoCorrelation*/
+      tC->confTab.acfSplit[LOFILT] = -1;  /* signal Merged4to2QuartersAutoCorrelation in FDKaacEnc_MergedAutoCorrelation */
+
+      tC->confTab.filterEnabled[HIFILT] = 1;
+      tC->confTab.filterEnabled[LOFILT] = 1;
+      tC->confTab.seperateFiltersAllowed = 1;
+
+      /* compute autocorrelation window based on maximum filter order for given block type */
+      /* for (i = 0; i <= tC->maxOrder + 3; i++) {
+           float acfWinTemp = acfTimeRes * i;
+           acfWindow[i] = FL2FXCONST_DBL(1.0f - acfWinTemp * acfWinTemp);
+         }
+      */
+      if (blockType == SHORT_WINDOW) {
+        FDKmemcpy(tC->acfWindow[HIFILT], acfWindowShort, FDKmin(sizeof(acfWindowShort), sizeof(tC->acfWindow[HIFILT])));
+        FDKmemcpy(tC->acfWindow[LOFILT], acfWindowShort, FDKmin(sizeof(acfWindowShort), sizeof(tC->acfWindow[HIFILT])));
+      }
+      else {
+        FDKmemcpy(tC->acfWindow[HIFILT], acfWindowLong, FDKmin(sizeof(acfWindowLong), sizeof(tC->acfWindow[HIFILT])));
+        FDKmemcpy(tC->acfWindow[LOFILT], acfWindowLong, FDKmin(sizeof(acfWindowLong), sizeof(tC->acfWindow[HIFILT])));
+      }
+      break;
+    case 480:
+    case 512:
+      {
+        const TNS_PARAMETER_TABULATED* pCfg = FDKaacEnc_GetTnsParam(bitRate, channels, ldSbrPresent);
+
+        if ( pCfg != NULL ) {
+          tC->lpcStartBand[HIFILT]         = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[HIFILT], sampleRate, pC->sfbCnt, pC->sfbOffset);
+          tC->lpcStartLine[HIFILT]         = pC->sfbOffset[tC->lpcStartBand[HIFILT]];
+          tC->lpcStartBand[LOFILT]         = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[LOFILT], sampleRate, pC->sfbCnt, pC->sfbOffset);
+          tC->lpcStartLine[LOFILT]         = pC->sfbOffset[tC->lpcStartBand[LOFILT]];
+
+          tC->confTab.threshOn[HIFILT] = pCfg->threshOn[HIFILT];
+          tC->confTab.threshOn[LOFILT] = pCfg->threshOn[LOFILT];
+
+          tC->confTab.tnsLimitOrder[HIFILT] = pCfg->tnsLimitOrder[HIFILT];
+          tC->confTab.tnsLimitOrder[LOFILT] = pCfg->tnsLimitOrder[LOFILT];
+
+          tC->confTab.tnsFilterDirection[HIFILT] = pCfg->tnsFilterDirection[HIFILT];
+          tC->confTab.tnsFilterDirection[LOFILT] = pCfg->tnsFilterDirection[LOFILT];
+
+          tC->confTab.acfSplit[HIFILT] = pCfg->acfSplit[HIFILT];
+          tC->confTab.acfSplit[LOFILT] = pCfg->acfSplit[LOFILT];
+
+          tC->confTab.filterEnabled[HIFILT] = pCfg->filterEnabled[HIFILT];
+          tC->confTab.filterEnabled[LOFILT] = pCfg->filterEnabled[LOFILT];
+          tC->confTab.seperateFiltersAllowed = pCfg->seperateFiltersAllowed;
+
+          FDKaacEnc_CalcGaussWindow(tC->acfWindow[HIFILT], tC->maxOrder+1, sampleRate, granuleLength, pCfg->tnsTimeResolution[HIFILT], TNS_TIMERES_SCALE);
+          FDKaacEnc_CalcGaussWindow(tC->acfWindow[LOFILT], tC->maxOrder+1, sampleRate, granuleLength, pCfg->tnsTimeResolution[LOFILT], TNS_TIMERES_SCALE);
+        }
+        else {
+          tC->tnsActive = FALSE; /* no configuration available, disable tns tool */
+        }
+      }
+      break;
+    default:
+      tC->tnsActive = FALSE; /* no configuration available, disable tns tool */
+  }
+
+  return AAC_ENC_OK;
+
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_ScaleUpSpectrum
+
+  Scales up spectrum lines in a given frequency section
+
+  \param scaled spectrum
+  \param original spectrum
+  \param frequency line to start scaling
+  \param frequency line to enc scaling
+
+  \return scale factor
+
+****************************************************************************/
+static inline INT FDKaacEnc_ScaleUpSpectrum(
+        FIXP_DBL                 *dest,
+        const FIXP_DBL           *src,
+        const INT                 startLine,
+        const INT                 stopLine
+        )
+{
+    INT i, scale;
+
+    FIXP_DBL maxVal = FL2FXCONST_DBL(0.f);
+
+    /* Get highest value in given spectrum */
+    for (i=startLine; i<stopLine; i++) {
+      maxVal = fixMax(maxVal,fixp_abs(src[i]));
+    }
+    scale = CountLeadingBits(maxVal);
+
+    /* Scale spectrum according to highest value */
+    for (i=startLine; i<stopLine; i++) {
+      dest[i] = src[i]<<scale;
+    }
+
+    return scale;
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_CalcAutoCorrValue
+
+  Calculate autocorellation value for one lag
+
+  \param pointer to spectrum
+  \param start line
+  \param stop line
+  \param lag to be calculated
+  \param scaling of the lag
+
+****************************************************************************/
+static inline FIXP_DBL FDKaacEnc_CalcAutoCorrValue(
+        const FIXP_DBL           *spectrum,
+        const INT                 startLine,
+        const INT                 stopLine,
+        const INT                 lag,
+        const INT                 scale
+        )
+{
+    int i;
+    FIXP_DBL result = FL2FXCONST_DBL(0.f);
+
+    if (lag==0) {
+      for (i=startLine; i<stopLine; i++) {
+        result += (fPow2(spectrum[i])>>scale);
+      }
+    }
+    else {
+      for (i=startLine; i<(stopLine-lag); i++) {
+        result += (fMult(spectrum[i], spectrum[i+lag])>>scale);
+      }
+    }
+
+    return result;
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_AutoCorrNormFac
+
+  Autocorrelation function for 1st and 2nd half of the spectrum
+
+  \param pointer to spectrum
+  \param pointer to autocorrelation window
+  \param filter start line
+
+****************************************************************************/
+static inline FIXP_DBL FDKaacEnc_AutoCorrNormFac(
+        const FIXP_DBL            value,
+        const INT                 scale,
+        INT                      *sc
+        )
+{
+    #define HLM_MIN_NRG 0.0000000037252902984619140625f /* 2^-28 */
+    #define MAX_INV_NRGFAC (1.f/HLM_MIN_NRG)
+
+    FIXP_DBL retValue;
+    FIXP_DBL A, B;
+
+    if (scale>=0) {
+      A = value;
+      B = FL2FXCONST_DBL(HLM_MIN_NRG)>>fixMin(DFRACT_BITS-1,scale);
+    }
+    else {
+      A = value>>fixMin(DFRACT_BITS-1,(-scale));
+      B = FL2FXCONST_DBL(HLM_MIN_NRG);
+    }
+
+    if (A > B) {
+      int shift = 0;
+      FIXP_DBL tmp = invSqrtNorm2(value,&shift);
+
+      retValue = fMult(tmp,tmp);
+      *sc += (2*shift);
+    }
+    else {
+      /* MAX_INV_NRGFAC*FDKpow(2,-28) = 1/2^-28 * 2^-28 = 1.0 */
+      retValue = /*FL2FXCONST_DBL(MAX_INV_NRGFAC*FDKpow(2,-28))*/ (FIXP_DBL)MAXVAL_DBL;
+      *sc += scale+28;
+    }
+
+    return retValue;
+}
+
+static void FDKaacEnc_MergedAutoCorrelation(
+        const FIXP_DBL           *spectrum,
+        const FIXP_DBL            acfWindow[MAX_NUM_OF_FILTERS][TNS_MAX_ORDER+3+1],
+        const INT                 lpcStartLine[MAX_NUM_OF_FILTERS],
+        const INT                 lpcStopLine,
+        const INT                 maxOrder,
+        const INT                 acfSplit[MAX_NUM_OF_FILTERS],
+        FIXP_DBL                 *_rxx1,
+        FIXP_DBL                 *_rxx2
+        )
+{
+    int i, idx0, idx1, idx2, idx3, idx4, lag;
+    FIXP_DBL rxx1_0, rxx2_0, rxx3_0, rxx4_0;
+
+    /* buffer for temporal spectrum */
+    C_ALLOC_SCRATCH_START(pSpectrum, FIXP_DBL, (1024));
+
+    /* pre-initialization output */
+    FDKmemclear(&_rxx1[0], sizeof(FIXP_DBL)*(maxOrder+1));
+    FDKmemclear(&_rxx2[0], sizeof(FIXP_DBL)*(maxOrder+1));
+
+    /* MDCT line indices separating the 1st, 2nd, 3rd, and 4th analysis quarters */
+    if ( (acfSplit[LOFILT]==-1) || (acfSplit[HIFILT]==-1) ) {
+      /* autocorrelation function for 1st, 2nd, 3rd, and 4th quarter of the spectrum */
+      idx0 = lpcStartLine[LOFILT];
+      i    = lpcStopLine - lpcStartLine[LOFILT];
+      idx1 = idx0 + i / 4;
+      idx2 = idx0 + i / 2;
+      idx3 = idx0 + i * 3 / 4;
+      idx4 = lpcStopLine;
+    }
+    else {
+      FDK_ASSERT(acfSplit[LOFILT]==1);
+      FDK_ASSERT(acfSplit[HIFILT]==3);
+      i    = (lpcStopLine - lpcStartLine[HIFILT]) / 3;
+      idx0 = lpcStartLine[LOFILT];
+      idx1 = lpcStartLine[HIFILT];
+      idx2 = idx1 + i;
+      idx3 = idx2 + i;
+      idx4 = lpcStopLine;
+    }
+
+    /* copy spectrum to temporal buffer and scale up as much as possible */
+    INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
+    INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
+    INT sc3 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx2, idx3);
+    INT sc4 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx3, idx4);
+
+    /* get scaling values for summation */
+    INT nsc1, nsc2, nsc3, nsc4;
+    for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
+    for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
+    for (nsc3=1; (1<<nsc3)<(idx3-idx2); nsc3++);
+    for (nsc4=1; (1<<nsc4)<(idx4-idx3); nsc4++);
+
+    /* compute autocorrelation value at lag zero, i. e. energy, for each quarter */
+    rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
+    rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2);
+    rxx3_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx2, idx3, 0, nsc3);
+    rxx4_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx3, idx4, 0, nsc4);
+
+    /* compute energy normalization factors, i. e. 1/energy (saves some divisions) */
+    if (rxx1_0 != FL2FXCONST_DBL(0.f))
+    {
+        INT sc_fac1 = -1;
+        FIXP_DBL fac1 = FDKaacEnc_AutoCorrNormFac(rxx1_0, ((-2*sc1)+nsc1), &sc_fac1);
+        _rxx1[0] = scaleValue(fMult(rxx1_0,fac1),sc_fac1);
+
+        for (lag = 1; lag <= maxOrder; lag++) {
+          /* compute energy-normalized and windowed autocorrelation values at this lag */
+          if ((3 * lag) <= maxOrder + 3) {
+              FIXP_DBL x1 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, lag, nsc1);
+              _rxx1[lag] = fMult(scaleValue(fMult(x1,fac1),sc_fac1), acfWindow[LOFILT][3*lag]);
+          }
+        }
+    }
+
+    /* auto corr over upper 3/4 of spectrum */
+    if ( !((rxx2_0 == FL2FXCONST_DBL(0.f)) && (rxx3_0 == FL2FXCONST_DBL(0.f)) && (rxx4_0 == FL2FXCONST_DBL(0.f))) )
+    {
+        FIXP_DBL fac2, fac3, fac4;
+        fac2 = fac3 = fac4 = FL2FXCONST_DBL(0.f);
+        INT sc_fac2, sc_fac3, sc_fac4;
+        sc_fac2 = sc_fac3 = sc_fac4 = 0;
+
+        if (rxx2_0!=FL2FXCONST_DBL(0.f)) {
+          fac2 = FDKaacEnc_AutoCorrNormFac(rxx2_0, ((-2*sc2)+nsc2), &sc_fac2);
+          sc_fac2 -= 2;
+        }
+        if (rxx3_0!=FL2FXCONST_DBL(0.f)) {
+          fac3 = FDKaacEnc_AutoCorrNormFac(rxx3_0, ((-2*sc3)+nsc3), &sc_fac3);
+          sc_fac3 -= 2;
+        }
+        if (rxx4_0!=FL2FXCONST_DBL(0.f)) {
+          fac4 = FDKaacEnc_AutoCorrNormFac(rxx4_0, ((-2*sc4)+nsc4), &sc_fac4);
+          sc_fac4 -= 2;
+        }
+
+        _rxx2[0] = scaleValue(fMult(rxx2_0,fac2),sc_fac2) +
+                   scaleValue(fMult(rxx3_0,fac3),sc_fac3) +
+                   scaleValue(fMult(rxx4_0,fac4),sc_fac4);
+
+        for (lag = 1; lag <= maxOrder; lag++) {
+          /* merge quarters 2, 3, 4 into one autocorrelation; quarter 1 stays separate */
+          FIXP_DBL x2 = scaleValue(fMult(FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, lag, nsc2), fac2),sc_fac2) +
+                        scaleValue(fMult(FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx2, idx3, lag, nsc3), fac3),sc_fac3) +
+                        scaleValue(fMult(FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx3, idx4, lag, nsc4), fac4),sc_fac4);
+
+          _rxx2[lag] = fMult(x2, acfWindow[HIFILT][lag]);
+        }
+    }
+
+    C_ALLOC_SCRATCH_END(pSpectrum, FIXP_DBL, (1024));
+}
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_TnsDetect
+    description:  do decision, if TNS shall be used or not
+    returns:
+    input:        tns data structure (modified),
+                  tns config structure,
+                  scalefactor size and table,
+                  spectrum,
+                  subblock num, blocktype,
+                  sfb-wise energy.
+
+*****************************************************************************/
+INT FDKaacEnc_TnsDetect(
+              TNS_DATA *tnsData,
+              const TNS_CONFIG *tC,
+              TNS_INFO* tnsInfo,
+              INT sfbCnt,
+              FIXP_DBL *spectrum,
+              INT subBlockNumber,
+              INT blockType
+              )
+{
+  /* autocorrelation function for 1st, 2nd, 3rd, and 4th quarter of the spectrum. */
+  FIXP_DBL rxx1[TNS_MAX_ORDER+1]; /* higher part */
+  FIXP_DBL rxx2[TNS_MAX_ORDER+1]; /* lower part */
+  FIXP_DBL parcor_tmp[TNS_MAX_ORDER];
+
+  int i;
+
+  TNS_SUBBLOCK_INFO *tsbi = (blockType == SHORT_WINDOW)
+    ? &tnsData->dataRaw.Short.subBlockInfo[subBlockNumber]
+    : &tnsData->dataRaw.Long.subBlockInfo;
+
+  tnsData->filtersMerged  = FALSE;
+  tsbi->tnsActive         = FALSE;
+  tsbi->predictionGain    = 1000;
+  tnsInfo->numOfFilters[subBlockNumber] = 0;
+  tnsInfo->coefRes[subBlockNumber]      = tC->coefRes;
+  for (i = 0; i < tC->maxOrder; i++) {
+    tnsInfo->coef[subBlockNumber][HIFILT][i] = tnsInfo->coef[subBlockNumber][LOFILT][i] = 0;
+  }
+
+  tnsInfo->length[subBlockNumber][HIFILT] = tnsInfo->length[subBlockNumber][LOFILT] = 0;
+  tnsInfo->order [subBlockNumber][HIFILT] = tnsInfo->order [subBlockNumber][LOFILT] = 0;
+
+  if ( (tC->tnsActive) && (tC->maxOrder>0) )
+  {
+    int sumSqrCoef;
+
+    FDKaacEnc_MergedAutoCorrelation(
+          spectrum,
+          tC->acfWindow,
+          tC->lpcStartLine,
+          tC->lpcStopLine,
+          tC->maxOrder,
+          tC->confTab.acfSplit,
+          rxx1,
+          rxx2);
+
+    /* compute higher TNS filter in lattice (ParCor) form with LeRoux-Gueguen algorithm */
+    tsbi->predictionGain = FDKaacEnc_AutoToParcor(rxx2, parcor_tmp, tC->confTab.tnsLimitOrder[HIFILT]);
+
+    /* non-linear quantization of TNS lattice coefficients with given resolution */
+    FDKaacEnc_Parcor2Index(
+            parcor_tmp,
+            tnsInfo->coef[subBlockNumber][HIFILT],
+            tC->confTab.tnsLimitOrder[HIFILT],
+            tC->coefRes);
+
+    /* reduce filter order by truncating trailing zeros, compute sum(abs(coefs)) */
+    for (i = tC->confTab.tnsLimitOrder[HIFILT] - 1; i >= 0; i--) {
+      if (tnsInfo->coef[subBlockNumber][HIFILT][i] != 0) {
+        break;
+      }
+    }
+
+    tnsInfo->order[subBlockNumber][HIFILT] = i + 1;
+
+    sumSqrCoef = 0;
+    for (; i >= 0; i--) {
+      sumSqrCoef += tnsInfo->coef[subBlockNumber][HIFILT][i] * tnsInfo->coef[subBlockNumber][HIFILT][i];
+    }
+
+    tnsInfo->direction[subBlockNumber][HIFILT] = tC->confTab.tnsFilterDirection[HIFILT];
+    tnsInfo->length[subBlockNumber][HIFILT] = sfbCnt - tC->lpcStartBand[HIFILT];
+
+    /* disable TNS if predictionGain is less than 3dB or sumSqrCoef is too small */
+    if ((tsbi->predictionGain > tC->confTab.threshOn[HIFILT]) || (sumSqrCoef > (tC->confTab.tnsLimitOrder[HIFILT]/2 + 2)))
+    {
+      tsbi->tnsActive = TRUE;
+      tnsInfo->numOfFilters[subBlockNumber]++;
+
+      /* compute second filter for lower quarter; only allowed for long windows! */
+      if ( (blockType != SHORT_WINDOW) &&
+           (tC->confTab.filterEnabled[LOFILT]) && (tC->confTab.seperateFiltersAllowed) )
+      {
+        /* compute second filter for lower frequencies */
+
+        /* compute TNS filter in lattice (ParCor) form with LeRoux-Gueguen algorithm */
+        INT predGain = FDKaacEnc_AutoToParcor(rxx1, parcor_tmp, tC->confTab.tnsLimitOrder[LOFILT]);
+
+        /* non-linear quantization of TNS lattice coefficients with given resolution */
+        FDKaacEnc_Parcor2Index(
+                parcor_tmp,
+                tnsInfo->coef[subBlockNumber][LOFILT],
+                tC->confTab.tnsLimitOrder[LOFILT],
+                tC->coefRes);
+
+        /* reduce filter order by truncating trailing zeros, compute sum(abs(coefs)) */
+        for (i = tC->confTab.tnsLimitOrder[LOFILT] - 1; i >= 0; i--) {
+          if (tnsInfo->coef[subBlockNumber][LOFILT][i] != 0) {
+            break;
+          }
+        }
+        tnsInfo->order[subBlockNumber][LOFILT] = i + 1;
+
+        sumSqrCoef = 0;
+        for (; i >= 0; i--) {
+          sumSqrCoef += tnsInfo->coef[subBlockNumber][LOFILT][i] * tnsInfo->coef[subBlockNumber][LOFILT][i];
+        }
+
+        tnsInfo->direction[subBlockNumber][LOFILT] = tC->confTab.tnsFilterDirection[LOFILT];
+        tnsInfo->length[subBlockNumber][LOFILT] = tC->lpcStartBand[HIFILT] - tC->lpcStartBand[LOFILT];
+
+        /* filter lower quarter if gain is high enough, but not if it's too high */
+        if ( ( (predGain > tC->confTab.threshOn[LOFILT]) && (predGain < (16000 * tC->confTab.tnsLimitOrder[LOFILT])) )
+          || ( (sumSqrCoef > 9)  && (sumSqrCoef < 22 * tC->confTab.tnsLimitOrder[LOFILT]) ) )
+        {
+          /* compare lower to upper filter; if they are very similar, merge them */
+          sumSqrCoef = 0;
+          for (i = 0; i < tC->confTab.tnsLimitOrder[LOFILT]; i++) {
+            sumSqrCoef += FDKabs(tnsInfo->coef[subBlockNumber][HIFILT][i] - tnsInfo->coef[subBlockNumber][LOFILT][i]);
+          }
+          if ( (sumSqrCoef < 2) &&
+               (tnsInfo->direction[subBlockNumber][LOFILT] == tnsInfo->direction[subBlockNumber][HIFILT]) )
+          {
+            tnsData->filtersMerged = TRUE;
+            tnsInfo->length[subBlockNumber][HIFILT] = sfbCnt - tC->lpcStartBand[LOFILT];
+            for (; i < tnsInfo->order[subBlockNumber][HIFILT]; i++) {
+              if (FDKabs(tnsInfo->coef[subBlockNumber][HIFILT][i]) > 1) {
+                break;
+              }
+            }
+            for (i--; i >= 0; i--) {
+              if (tnsInfo->coef[subBlockNumber][HIFILT][i] != 0) {
+                break;
+              }
+            }
+            if (i < tnsInfo->order[subBlockNumber][HIFILT]) {
+              tnsInfo->order[subBlockNumber][HIFILT] = i + 1;
+            }
+          }
+          else {
+            tnsInfo->numOfFilters[subBlockNumber]++;
+          }
+        } /* filter lower part */
+      } /* second filter allowed  */
+    } /* if predictionGain > 1437 ... */
+  } /* maxOrder > 0 && tnsActive */
+
+  return 0;
+
+}
+
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacLdEnc_TnsSync
+
+  synchronize TNS parameters when TNS gain difference small (relative)
+
+  \param pointer to TNS data structure (destination)
+  \param pointer to TNS data structure (source)
+  \param pointer to TNS config structure
+  \param number of sub-block
+  \param block type
+
+  \return void
+****************************************************************************/
+void FDKaacEnc_TnsSync(
+             TNS_DATA *tnsDataDest,
+             const TNS_DATA *tnsDataSrc,
+             TNS_INFO *tnsInfoDest,
+             TNS_INFO *tnsInfoSrc,
+             const INT blockTypeDest,
+             const INT blockTypeSrc,
+             const TNS_CONFIG *tC
+             )
+{
+  int i, w, absDiff, nWindows;
+  TNS_SUBBLOCK_INFO *sbInfoDest;
+  const TNS_SUBBLOCK_INFO *sbInfoSrc;
+
+  /* if one channel contains short blocks and the other not, do not synchronize */
+  if ( (blockTypeSrc == SHORT_WINDOW && blockTypeDest != SHORT_WINDOW) ||
+       (blockTypeDest == SHORT_WINDOW && blockTypeSrc != SHORT_WINDOW) )
+  {
+    return;
+  }
+
+  if (blockTypeDest != SHORT_WINDOW) {
+    sbInfoDest = &tnsDataDest->dataRaw.Long.subBlockInfo;
+    sbInfoSrc  = &tnsDataSrc->dataRaw.Long.subBlockInfo;
+    nWindows   = 1;
+  } else {
+    sbInfoDest = &tnsDataDest->dataRaw.Short.subBlockInfo[0];
+    sbInfoSrc  = &tnsDataSrc->dataRaw.Short.subBlockInfo[0];
+    nWindows   = 8;
+  }
+
+  for (w=0; w<nWindows; w++) {
+      const TNS_SUBBLOCK_INFO *pSbInfoSrcW  = sbInfoSrc  + w;
+      TNS_SUBBLOCK_INFO       *pSbInfoDestW = sbInfoDest + w;
+      INT doSync = 1, absDiffSum = 0;
+
+      /* if TNS is active in at least one channel, check if ParCor coefficients of higher filter are similar */
+      if (pSbInfoDestW->tnsActive || pSbInfoSrcW->tnsActive) {
+        for (i = 0; i < tC->maxOrder; i++) {
+          absDiff = FDKabs(tnsInfoDest->coef[w][HIFILT][i] - tnsInfoSrc->coef[w][HIFILT][i]);
+          absDiffSum += absDiff;
+          /* if coefficients diverge too much between channels, do not synchronize */
+          if ((absDiff > 1) || (absDiffSum > 2)) {
+            doSync = 0;
+            break;
+          }
+        }
+
+        if (doSync) {
+            /* if no significant difference was detected, synchronize coefficient sets */
+            if (pSbInfoSrcW->tnsActive) {
+              /* no dest filter, or more dest than source filters: use one dest filter */
+              if ((!pSbInfoDestW->tnsActive) ||
+                  ((pSbInfoDestW->tnsActive) && (tnsInfoDest->numOfFilters[w] > tnsInfoSrc->numOfFilters[w])))
+              {
+                pSbInfoDestW->tnsActive = tnsInfoDest->numOfFilters[w] = 1;
+              }
+              tnsDataDest->filtersMerged = tnsDataSrc->filtersMerged;
+              tnsInfoDest->order       [w][HIFILT] = tnsInfoSrc->order       [w][HIFILT];
+              tnsInfoDest->length      [w][HIFILT] = tnsInfoSrc->length      [w][HIFILT];
+              tnsInfoDest->direction   [w][HIFILT] = tnsInfoSrc->direction   [w][HIFILT];
+              tnsInfoDest->coefCompress[w][HIFILT] = tnsInfoSrc->coefCompress[w][HIFILT];
+
+              for (i = 0; i < tC->maxOrder; i++) {
+                tnsInfoDest->coef[w][HIFILT][i] = tnsInfoSrc->coef[w][HIFILT][i];
+              }
+            }
+            else
+              pSbInfoDestW->tnsActive = tnsInfoDest->numOfFilters[w] = 0;
+            }
+        }
+
+    }
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_TnsEncode
+
+  perform TNS encoding
+
+  \param pointer to TNS info structure
+  \param pointer to TNS data structure
+  \param number of sfbs
+  \param pointer to TNS config structure
+  \param low-pass line
+  \param pointer to spectrum
+  \param number of sub-block
+  \param block type
+
+  \return ERROR STATUS
+****************************************************************************/
+INT FDKaacEnc_TnsEncode(
+        TNS_INFO* tnsInfo,
+        TNS_DATA* tnsData,
+        const INT numOfSfb,
+        const TNS_CONFIG *tC,
+        const INT lowPassLine,
+        FIXP_DBL* spectrum,
+        const INT subBlockNumber,
+        const INT blockType
+        )
+{
+    INT i, startLine, stopLine;
+
+    if ( ( (blockType == SHORT_WINDOW) && (!tnsData->dataRaw.Short.subBlockInfo[subBlockNumber].tnsActive) )
+      || ( (blockType != SHORT_WINDOW) && (!tnsData->dataRaw.Long.subBlockInfo.tnsActive) ) )
+    {
+      return 1;
+    }
+
+    startLine = (tnsData->filtersMerged) ? tC->lpcStartLine[LOFILT] : tC->lpcStartLine[HIFILT];
+    stopLine  = tC->lpcStopLine;
+
+    for (i=0; i<tnsInfo->numOfFilters[subBlockNumber]; i++) {
+
+        INT lpcGainFactor;
+        FIXP_DBL LpcCoeff[TNS_MAX_ORDER];
+        FIXP_DBL workBuffer[TNS_MAX_ORDER];
+        FIXP_DBL parcor_tmp[TNS_MAX_ORDER];
+
+        FDKaacEnc_Index2Parcor(
+                tnsInfo->coef[subBlockNumber][i],
+                parcor_tmp,
+                tnsInfo->order[subBlockNumber][i],
+                tC->coefRes);
+
+        lpcGainFactor = FDKaacEnc_ParcorToLpc(
+                parcor_tmp,
+                LpcCoeff,
+                tnsInfo->order[subBlockNumber][i],
+                workBuffer);
+
+        FDKaacEnc_AnalysisFilter(
+                &spectrum[startLine],
+                stopLine - startLine,
+                LpcCoeff,
+                tnsInfo->order[subBlockNumber][i],
+                lpcGainFactor);
+
+        /* update for second filter */
+        startLine = tC->lpcStartLine[LOFILT];
+        stopLine  = tC->lpcStartLine[HIFILT];
+    }
+
+    return(0);
+
+}
+
+static void FDKaacEnc_CalcGaussWindow(
+        FIXP_DBL *win,
+        const int winSize,
+        const INT samplingRate,
+        const INT transformResolution,
+        const FIXP_DBL timeResolution,
+        const INT timeResolution_e
+        )
+{
+  #define PI_E           (2)
+  #define PI_M           FL2FXCONST_DBL(3.1416f/(float)(1<<PI_E))
+
+  #define EULER_E        (2)
+  #define EULER_M        FL2FXCONST_DBL(2.7183/(float)(1<<EULER_E))
+
+  #define COEFF_LOOP_SCALE (4)
+
+  INT i, e1, e2, gaussExp_e;
+  FIXP_DBL gaussExp_m;
+
+  /* calc. window exponent from time resolution:
+   *
+   *   gaussExp = PI * samplingRate * 0.001f * timeResolution / transformResolution;
+   *   gaussExp = -0.5f * gaussExp * gaussExp;
+   */
+  gaussExp_m = fMultNorm(timeResolution, fMult(PI_M, fDivNorm( (FIXP_DBL)(samplingRate), (FIXP_DBL)(LONG)(transformResolution*1000.f), &e1)), &e2);
+  gaussExp_m = -fPow2Div2(gaussExp_m);
+  gaussExp_e = 2*(e1+e2+timeResolution_e+PI_E);
+
+  FDK_ASSERT( winSize < (1<<COEFF_LOOP_SCALE) );
+
+  /* calc. window coefficients
+   *   win[i] = (float)exp( gaussExp * (i+0.5) * (i+0.5) );
+   */
+  for( i=0; i<winSize; i++) {
+
+    win[i] = fPow(
+            EULER_M,
+            EULER_E,
+            fMult(gaussExp_m, fPow2((i*FL2FXCONST_DBL(1.f/(float)(1<<COEFF_LOOP_SCALE)) + FL2FXCONST_DBL(.5f/(float)(1<<COEFF_LOOP_SCALE))))),
+            gaussExp_e + 2*COEFF_LOOP_SCALE,
+           &e1);
+
+    win[i] = scaleValueSaturate(win[i], e1);
+  }
+}
+
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_AutoToParcor
+
+  conversion autocorrelation to reflection coefficients
+
+  \param pointer to input (acf)
+  \param pointer to output (reflection coefficients)
+  \param number of coefficients
+
+  \return prediction gain
+****************************************************************************/
+static INT FDKaacEnc_AutoToParcor(
+        FIXP_DBL *RESTRICT input,
+        FIXP_DBL *RESTRICT reflCoeff,
+        const INT numOfCoeff
+        )
+{
+  INT       i, j, scale=0;
+  FIXP_DBL  tmp, parcorWorkBuffer[TNS_MAX_ORDER];
+  INT       predictionGain = (INT)(TNS_PREDGAIN_SCALE);
+
+  FIXP_DBL *RESTRICT workBuffer = parcorWorkBuffer;
+  const FIXP_DBL  autoCorr_0 = input[0];
+
+  if((FIXP_DBL)input[0] == FL2FXCONST_DBL(0.0)) {
+    FDKmemclear(reflCoeff,numOfCoeff*sizeof(FIXP_DBL));
+    return(predictionGain);
+  }
+
+  FDKmemcpy(workBuffer,&input[1],numOfCoeff*sizeof(FIXP_DBL));
+  for(i=0; i<numOfCoeff; i++) {
+    LONG sign = ((LONG)workBuffer[0] >> (DFRACT_BITS-1));
+    tmp = (FIXP_DBL)((LONG)workBuffer[0]^sign);
+
+    if(input[0]<tmp)
+      break;
+
+    tmp = (FIXP_DBL)((LONG)schur_div(tmp, input[0], FRACT_BITS)^(~sign));
+    reflCoeff[i] = tmp;
+
+    for(j=numOfCoeff-i-1; j>=0; j--) {
+      FIXP_DBL accu1 = fMult(tmp, input[j]);
+      FIXP_DBL accu2 = fMult(tmp, workBuffer[j]);
+      workBuffer[j] += accu1;
+      input[j] += accu2;
+    }
+
+    workBuffer++;
+  }
+
+  tmp = fMult((FIXP_DBL)((LONG)TNS_PREDGAIN_SCALE<<21), fDivNorm(fAbs(autoCorr_0), fAbs(input[0]), &scale));
+  if ( fMultDiv2(autoCorr_0, input[0])<FL2FXCONST_DBL(0.0f) ) {
+    tmp = -tmp;
+  }
+  predictionGain = (LONG)scaleValue(tmp,scale-21);
+
+  return (predictionGain);
+}
+
+
+static INT FDKaacEnc_Search3(FIXP_DBL parcor)
+{
+  INT i, index=0;
+
+  for(i=0;i<8;i++){
+    if(parcor > FDKaacEnc_tnsCoeff3Borders[i])
+      index=i;
+  }
+  return(index-4);
+}
+
+static INT FDKaacEnc_Search4(FIXP_DBL parcor)
+{
+  INT i, index=0;
+
+  for(i=0;i<16;i++){
+    if(parcor > FDKaacEnc_tnsCoeff4Borders[i])
+      index=i;
+  }
+  return(index-8);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_Parcor2Index
+
+*****************************************************************************/
+static void FDKaacEnc_Parcor2Index(
+        const FIXP_DBL *parcor,
+        INT *RESTRICT index,
+        const INT order,
+        const INT bitsPerCoeff
+        )
+{
+  INT i;
+  for(i=0; i<order; i++) {
+    if(bitsPerCoeff == 3)
+      index[i] = FDKaacEnc_Search3(parcor[i]);
+    else
+      index[i] = FDKaacEnc_Search4(parcor[i]);
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_Index2Parcor
+    description:  inverse quantization for reflection coefficients
+    returns:      -
+    input:        quantized values, ptr. to reflection coefficients,
+                  no. of coefficients, resolution
+    output:       reflection coefficients
+
+*****************************************************************************/
+static void FDKaacEnc_Index2Parcor(
+        const INT *index,
+        FIXP_DBL *RESTRICT parcor,
+        const INT order,
+        const INT bitsPerCoeff
+        )
+{
+  INT i;
+  for(i=0; i<order; i++)
+    parcor[i] = bitsPerCoeff == 4 ? FDKaacEnc_tnsEncCoeff4[index[i]+8] : FDKaacEnc_tnsEncCoeff3[index[i]+4];
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_ParcorToLpc
+    description:  conversion reflection coefficients to LPC coefficients
+    returns:      Gain factor
+    input:        reflection coefficients, no. of reflection coefficients <order>,
+                  ptr. to work buffer (required size: order)
+    output:       <order> LPC coefficients
+
+*****************************************************************************/
+static INT FDKaacEnc_ParcorToLpc(
+        const FIXP_DBL *reflCoeff,
+        FIXP_DBL *RESTRICT LpcCoeff,
+        const INT numOfCoeff,
+        FIXP_DBL *RESTRICT workBuffer
+        )
+{
+  INT i, j;
+  INT shiftval, par2LpcShiftVal = 6;  /* 6 should be enough, bec. max(numOfCoeff) = 20 */
+  FIXP_DBL maxVal = FL2FXCONST_DBL(0.0f);
+
+  LpcCoeff[0] = reflCoeff[0] >> par2LpcShiftVal;
+  for(i=1; i<numOfCoeff; i++) {
+    for(j=0; j<i; j++) {
+        workBuffer[j] = LpcCoeff[i-1-j];
+    }
+
+    for(j=0; j<i; j++) {
+        LpcCoeff[j] += fMult(reflCoeff[i],workBuffer[j]);
+    }
+
+    LpcCoeff[i] = reflCoeff[i] >> par2LpcShiftVal;
+  }
+
+  /* normalize LpcCoeff and calc shiftfactor */
+  for(i=0; i<numOfCoeff; i++) {
+      maxVal = fixMax(maxVal,(FIXP_DBL)fixp_abs(LpcCoeff[i]));
+  }
+
+  shiftval = CountLeadingBits(maxVal);
+  shiftval = (shiftval>=par2LpcShiftVal) ? par2LpcShiftVal : shiftval;
+
+  for(i=0; i<numOfCoeff; i++)
+      LpcCoeff[i] = LpcCoeff[i]<<shiftval;
+
+  return (par2LpcShiftVal - shiftval);
+}
+
+/***************************************************************************/
+/*!
+  \brief     FDKaacEnc_AnalysisFilter
+
+  TNS analysis filter (all-zero filter)
+
+  \param pointer to signal spectrum
+  \param number of lines
+  \param pointer to lpc coefficients
+  \param filter order
+  \param lpc gain factor
+
+  \return void
+****************************************************************************/
+/* Note: in-place computation possible */
+static void FDKaacEnc_AnalysisFilter(
+        FIXP_DBL *RESTRICT signal,
+        const INT numOfLines,
+        const FIXP_DBL *predictorCoeff,
+        const INT order,
+        const INT lpcGainFactor
+        )
+{
+  FIXP_DBL statusVar[TNS_MAX_ORDER];
+  INT i, j;
+  const INT shift = lpcGainFactor + 1;      /* +1, because fMultDiv2 */
+  FIXP_DBL tmp;
+
+  if (order>0) {
+
+    INT idx = 0;
+
+    /* keep filter coefficients twice and save memory copy operation in
+       modulo state buffer */
+#if defined(ARCH_PREFER_MULT_32x16)
+    FIXP_SGL  coeff[2*TNS_MAX_ORDER];
+    const FIXP_SGL *pCoeff;
+    for(i=0;i<order;i++) {
+      coeff[i]       = FX_DBL2FX_SGL(predictorCoeff[i]);
+    }
+    FDKmemcpy(&coeff[order], coeff, order*sizeof(FIXP_SGL));
+#else
+    FIXP_DBL  coeff[2*TNS_MAX_ORDER];
+    const FIXP_DBL *pCoeff;
+    FDKmemcpy(&coeff[0],     predictorCoeff, order*sizeof(FIXP_DBL));
+    FDKmemcpy(&coeff[order], predictorCoeff, order*sizeof(FIXP_DBL));
+#endif
+    FDKmemclear(statusVar, order*sizeof(FIXP_DBL));
+
+    for(j=0; j<numOfLines; j++) {
+      pCoeff = &coeff[(order-idx)];
+      tmp = FL2FXCONST_DBL(0);
+      for(i=0; i<order; i++) {
+          tmp = fMultAddDiv2(tmp, pCoeff[i], statusVar[i]) ;
+      }
+
+      if(--idx<0) { idx = order-1; }
+      statusVar[idx] = signal[j];
+
+      FDK_ASSERT(lpcGainFactor>=0);
+      signal[j] = (tmp<<shift) + signal[j];
+    }
+  }
+}
+
+
diff --git a/libAACenc/src/aacenc_tns.h b/libAACenc/src/aacenc_tns.h
new file mode 100644 (file)
index 0000000..f2b731f
--- /dev/null
@@ -0,0 +1,198 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Groeschel
+   contents/description: Temporal noise shaping
+
+******************************************************************************/
+
+#ifndef _TNS_H
+#define _TNS_H
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+
+
+#ifndef PI
+#define PI            3.1415926535897931f
+#endif
+
+/**
+ * TNS_ENABLE_MASK
+ * This bitfield defines which TNS features are enabled
+ *   The TNS mask is composed of 4 bits.
+ *   tnsMask |= 0x1; activate TNS short blocks
+ *   tnsMask |= 0x2; activate TNS for long blocks
+ *   tnsMask |= 0x4; activate TNS PEAK tool for short blocks
+ *   tnsMask |= 0x8; activate TNS PEAK tool for long blocks
+ */
+#define TNS_ENABLE_MASK 0xf
+
+/* TNS max filter order for Low Complexity MPEG4 profile */
+#define TNS_MAX_ORDER 12
+
+
+#define MAX_NUM_OF_FILTERS 2
+
+
+typedef struct{ /*stuff that is tabulated dependent on bitrate etc. */
+  INT     filterEnabled[MAX_NUM_OF_FILTERS];
+  INT     threshOn[MAX_NUM_OF_FILTERS];                /* min. prediction gain for using tns TABUL*/
+  INT     tnsLimitOrder[MAX_NUM_OF_FILTERS];           /* Limit for TNS order TABUL*/
+  INT     tnsFilterDirection[MAX_NUM_OF_FILTERS];      /* Filtering direction, 0=up, 1=down TABUL */
+  INT     acfSplit[MAX_NUM_OF_FILTERS];
+  INT     seperateFiltersAllowed;
+
+}TNS_CONFIG_TABULATED;
+
+
+
+typedef struct {   /*assigned at InitTime*/
+  TNS_CONFIG_TABULATED confTab;
+  INT tnsActive;
+  INT maxOrder;                /* max. order of tns filter */
+  INT coefRes;
+  FIXP_DBL acfWindow[MAX_NUM_OF_FILTERS][TNS_MAX_ORDER+3+1];
+  /* now some things that only probably can be done at Init time;
+     could be they have to be split up for each individual (short) window or
+     even filter.  */
+  INT lpcStartBand[MAX_NUM_OF_FILTERS];
+  INT lpcStartLine[MAX_NUM_OF_FILTERS];
+  INT lpcStopBand;
+  INT lpcStopLine;
+
+}TNS_CONFIG;
+
+
+typedef struct {
+  INT   tnsActive;
+  INT   predictionGain;
+} TNS_SUBBLOCK_INFO;
+
+typedef struct{   /*changed at runTime*/
+  TNS_SUBBLOCK_INFO subBlockInfo[TRANS_FAC];
+  FIXP_DBL ratioMultTable[TRANS_FAC][MAX_SFB_SHORT];
+} TNS_DATA_SHORT;
+
+typedef struct{   /*changed at runTime*/
+  TNS_SUBBLOCK_INFO subBlockInfo;
+  FIXP_DBL ratioMultTable[MAX_SFB_LONG];
+} TNS_DATA_LONG;
+
+/* can be implemented as union */
+typedef shouldBeUnion{
+  TNS_DATA_LONG Long;
+  TNS_DATA_SHORT Short;
+}TNS_DATA_RAW;
+
+typedef struct{
+  INT numOfSubblocks;
+  TNS_DATA_RAW dataRaw;
+  INT tnsMaxScaleSpec;
+  INT filtersMerged;
+}TNS_DATA;
+
+typedef struct{
+  INT numOfFilters[TRANS_FAC];
+  INT coefRes[TRANS_FAC];
+  INT length[TRANS_FAC][MAX_NUM_OF_FILTERS];
+  INT order[TRANS_FAC][MAX_NUM_OF_FILTERS];
+  INT direction[TRANS_FAC][MAX_NUM_OF_FILTERS];
+  INT coefCompress[TRANS_FAC][MAX_NUM_OF_FILTERS];
+    /* for Long: length TNS_MAX_ORDER (12 for LC) is required -> 12 */
+    /* for Short: length TRANS_FAC*TNS_MAX_ORDER (only 5 for short LC) is required -> 8*5=40 */
+    /* Currently TRANS_FAC*TNS_MAX_ORDER = 8*12 = 96 (for LC) is used (per channel)! Memory could be saved here! */
+  INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][TNS_MAX_ORDER];
+}TNS_INFO;
+
+INT FDKaacEnc_FreqToBandWithRounding(
+        const INT freq,
+        const INT fs,
+        const INT numOfBands,
+        const INT *bandStartOffset
+        );
+
+#endif /* _TNS_H */
diff --git a/libAACenc/src/adj_thr.cpp b/libAACenc/src/adj_thr.cpp
new file mode 100644 (file)
index 0000000..6433633
--- /dev/null
@@ -0,0 +1,2631 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+    Initial author:       M. Werner
+    contents/description: Threshold compensation
+
+******************************************************************************/
+
+#include "common_fix.h"
+
+#include "adj_thr_data.h"
+#include "adj_thr.h"
+#include "qc_data.h"
+#include "sf_estim.h"
+#include "aacEnc_ram.h"
+
+
+
+
+#define INV_INT_TAB_SIZE  (8)
+static const FIXP_DBL invInt[INV_INT_TAB_SIZE] =
+{
+  0x7fffffff, 0x7fffffff, 0x40000000, 0x2aaaaaaa, 0x20000000, 0x19999999, 0x15555555, 0x12492492
+};
+
+
+#define INV_SQRT4_TAB_SIZE  (8)
+static const FIXP_DBL invSqrt4[INV_SQRT4_TAB_SIZE] =
+{
+  0x7fffffff, 0x7fffffff, 0x6ba27e65, 0x61424bb5, 0x5a827999, 0x55994845, 0x51c8e33c, 0x4eb160d1
+};
+
+
+/*static const INT      invRedExp = 4;*/
+static const FIXP_DBL  SnrLdMin1 = (FIXP_DBL)0xfcad0ddf; /*FL2FXCONST_DBL(FDKlog(0.316)/FDKlog(2.0)/LD_DATA_SCALING);*/
+static const FIXP_DBL  SnrLdMin2 = (FIXP_DBL)0x0351e1a2; /*FL2FXCONST_DBL(FDKlog(3.16) /FDKlog(2.0)/LD_DATA_SCALING);*/
+static const FIXP_DBL  SnrLdFac  = (FIXP_DBL)0xff5b2c3e; /*FL2FXCONST_DBL(FDKlog(0.8)  /FDKlog(2.0)/LD_DATA_SCALING);*/
+
+static const FIXP_DBL  SnrLdMin3 = (FIXP_DBL)0xfe000000; /*FL2FXCONST_DBL(FDKlog(0.5)  /FDKlog(2.0)/LD_DATA_SCALING);*/
+static const FIXP_DBL  SnrLdMin4 = (FIXP_DBL)0x02000000; /*FL2FXCONST_DBL(FDKlog(2.0)  /FDKlog(2.0)/LD_DATA_SCALING);*/
+static const FIXP_DBL  SnrLdMin5 = (FIXP_DBL)0xfc000000; /*FL2FXCONST_DBL(FDKlog(0.25) /FDKlog(2.0)/LD_DATA_SCALING);*/
+
+
+/*
+The bits2Pe factors are choosen for the case that some times
+the crash recovery strategy will be activated once.
+*/
+
+typedef struct {
+  INT                 bitrate;
+  LONG                bits2PeFactor_mono;
+  LONG                bits2PeFactor_mono_slope;
+  LONG                bits2PeFactor_stereo;
+  LONG                bits2PeFactor_stereo_slope;
+  LONG                bits2PeFactor_mono_scfOpt;
+  LONG                bits2PeFactor_mono_scfOpt_slope;
+  LONG                bits2PeFactor_stereo_scfOpt;
+  LONG                bits2PeFactor_stereo_scfOpt_slope;
+
+} BIT_PE_SFAC;
+
+typedef struct {
+  const INT           sampleRate;
+  const BIT_PE_SFAC * pPeTab;
+  const INT           nEntries;
+
+} BITS2PE_CFG_TAB;
+
+static const BIT_PE_SFAC S_Bits2PeTab16000[] = {
+  { 10000, 0x228F5C29, 0x02FEF55D, 0x1D70A3D7, 0x09BC9D6D, 0x228F5C29, 0x02FEF55D, 0x1C28F5C3, 0x0CBB92CA},
+  { 24000, 0x23D70A3D, 0x029F16B1, 0x2199999A, 0x07DD4413, 0x23D70A3D, 0x029F16B1, 0x2199999A, 0x07DD4413},
+  { 32000, 0x247AE148, 0x11B1D92B, 0x23851EB8, 0x01F75105, 0x247AE148, 0x110A137F, 0x23851EB8, 0x01F75105},
+  { 48000, 0x2D1EB852, 0x6833C600, 0x247AE148, 0x014F8B59, 0x2CCCCCCD, 0x68DB8BAC, 0x247AE148, 0x01F75105},
+  { 64000, 0x60000000, 0x00000000, 0x251EB852, 0x154C985F, 0x60000000, 0x00000000, 0x2570A3D7, 0x154C985F},
+  { 96000, 0x60000000, 0x00000000, 0x39EB851F, 0x088509C0, 0x60000000, 0x00000000, 0x3A3D70A4, 0x088509C0},
+  {128000, 0x60000000, 0x00000000, 0x423D70A4, 0x18A43BB4, 0x60000000, 0x00000000, 0x428F5C29, 0x181E03F7},
+  {148000, 0x60000000, 0x00000000, 0x5147AE14, 0x00000000, 0x60000000, 0x00000000, 0x5147AE14, 0x00000000}
+};
+
+static const BIT_PE_SFAC S_Bits2PeTab22050[] = {
+  { 16000, 0x1a8f5c29, 0x1797cc3a, 0x128f5c29, 0x18e75793, 0x175c28f6, 0x221426fe, 0x00000000, 0x5a708ede},
+  { 24000, 0x2051eb85, 0x092ccf6c, 0x18a3d70a, 0x13a92a30, 0x1fae147b, 0xbcbe61d,  0x16147ae1, 0x18e75793},
+  { 32000, 0x228f5c29, 0x029f16b1, 0x1d70a3d7, 0x088509c0, 0x228f5c29, 0x29f16b1,  0x1c28f5c3, 0x0b242071},
+  { 48000, 0x23d70a3d, 0x014f8b59, 0x2199999a, 0x03eea20a, 0x23d70a3d, 0x14f8b59,  0x2199999a, 0x03eea20a},
+  { 64000, 0x247ae148, 0x08d8ec96, 0x23851eb8, 0x00fba882, 0x247ae148, 0x88509c0,  0x23851eb8, 0x00fba882},
+  { 96000, 0x2d1eb852, 0x3419e300, 0x247ae148, 0x00a7c5ac, 0x2ccccccd, 0x346dc5d6, 0x247ae148, 0x00fba882},
+  {128000, 0x60000000, 0x00000000, 0x251eb852, 0x029f16b1, 0x60000000, 0x00000000, 0x2570a3d7, 0x009f16b1},
+  {148000, 0x60000000, 0x00000000, 0x26b851ec, 0x00000000, 0x60000000, 0x00000000, 0x270a3d71, 0x00000000}
+};
+
+static const BIT_PE_SFAC S_Bits2PeTab24000[] = {
+  { 16000, 0x19eb851f, 0x13a92a30, 0x1147ae14, 0x164840e1, 0x1999999a, 0x12599ed8, 0x00000000, 0x46c764ae},
+  { 24000, 0x1eb851ec, 0x0d1b7176, 0x16b851ec, 0x18e75793, 0x1e147ae1, 0x0fba8827, 0x1147ae14, 0x2c9081c3},
+  { 32000, 0x21eb851f, 0x049667b6, 0x1ccccccd, 0x07357e67, 0x21eb851f, 0x03eea20a, 0x1c28f5c3, 0x07357e67},
+  { 48000, 0x2428f5c3, 0x014f8b59, 0x2051eb85, 0x053e2d62, 0x23d70a3d, 0x01f75105, 0x1fae147b, 0x07357e67},
+  { 64000, 0x24cccccd, 0x05e5f30e, 0x22e147ae, 0x01a36e2f, 0x24cccccd, 0x05e5f30e, 0x23333333, 0x014f8b59},
+  { 96000, 0x2a8f5c29, 0x24b33db0, 0x247ae148, 0x00fba882, 0x2a8f5c29, 0x26fe718b, 0x247ae148, 0x00fba882},
+  {128000, 0x4e666666, 0x1cd5f99c, 0x2570a3d7, 0x010c6f7a, 0x50a3d70a, 0x192a7371, 0x2570a3d7, 0x010c6f7a},
+  {148000, 0x60000000, 0x00000000, 0x26147ae1, 0x00000000, 0x60000000, 0x00000000, 0x26147ae1, 0x00000000}
+};
+
+static const BIT_PE_SFAC S_Bits2PeTab32000[] = {
+  { 16000, 0x1199999a, 0x20c49ba6, 0x00000000, 0x4577d955, 0x00000000, 0x60fe4799, 0x00000000, 0x00000000},
+  { 24000, 0x1999999a, 0x0fba8827, 0x10f5c28f, 0x1b866e44, 0x17ae147b, 0x0fba8827, 0x00000000, 0x4d551d69},
+  { 32000, 0x1d70a3d7, 0x07357e67, 0x17ae147b, 0x09d49518, 0x1b851eb8, 0x0a7c5ac4, 0x12e147ae, 0x110a137f},
+  { 48000, 0x20f5c28f, 0x049667b6, 0x1c7ae148, 0x053e2d62, 0x20a3d70a, 0x053e2d62, 0x1b333333, 0x05e5f30e},
+  { 64000, 0x23333333, 0x029f16b1, 0x1f0a3d71, 0x02f2f987, 0x23333333, 0x029f16b1, 0x1e147ae1, 0x03eea20a},
+  { 96000, 0x25c28f5c, 0x2c3c9eed, 0x21eb851f, 0x01f75105, 0x25c28f5c, 0x0a7c5ac4, 0x21eb851f, 0x01a36e2f},
+  {128000, 0x50f5c28f, 0x18a43bb4, 0x23d70a3d, 0x010c6f7a, 0x30000000, 0x168b5cc0, 0x23851eb8, 0x0192a737},
+  {148000, 0x60000000, 0x00000000, 0x247ae148, 0x00dfb23b, 0x3dc28f5c, 0x300f4aaf, 0x247ae148, 0x01bf6476},
+  {160000, 0x60000000, 0xb15b5740, 0x24cccccd, 0x053e2d62, 0x4f5c28f6, 0xbefd0072, 0x251eb852, 0x04fb1184},
+  {200000, 0x00000000, 0x00000000, 0x2b333333, 0x0836be91, 0x00000000, 0x00000000, 0x2b333333, 0x0890390f},
+  {320000, 0x00000000, 0x00000000, 0x4947ae14, 0x00000000, 0x00000000, 0x00000000, 0x4a8f5c29, 0x00000000}
+};
+
+static const BIT_PE_SFAC S_Bits2PeTab44100[] = {
+  { 16000, 0x10a3d70a, 0x1797cc3a, 0x00000000, 0x00000000, 0x00000000, 0x59210386, 0x00000000, 0x00000000},
+  { 24000, 0x16666666, 0x1797cc3a, 0x00000000, 0x639d5e4a, 0x15c28f5c, 0x12599ed8, 0x00000000, 0x5bc01a37},
+  { 32000, 0x1c28f5c3, 0x049667b6, 0x1851eb85, 0x049667b6, 0x1a3d70a4, 0x088509c0, 0x16666666, 0x053e2d62},
+  { 48000, 0x1e666666, 0x05e5f30e, 0x1a8f5c29, 0x049667b6, 0x1e666666, 0x05e5f30e, 0x18f5c28f, 0x05e5f30e},
+  { 64000, 0x2147ae14, 0x0346dc5d, 0x1ccccccd, 0x02f2f987, 0x2147ae14, 0x02f2f987, 0x1bd70a3d, 0x039abf34},
+  { 96000, 0x247ae148, 0x068db8bb, 0x1fae147b, 0x029f16b1, 0x2428f5c3, 0x0639d5e5, 0x1f5c28f6, 0x029f16b1},
+  {128000, 0x2ae147ae, 0x1b435265, 0x223d70a4, 0x0192a737, 0x2a3d70a4, 0x1040bfe4, 0x21eb851f, 0x0192a737},
+  {148000, 0x3b851eb8, 0x2832069c, 0x23333333, 0x00dfb23b, 0x3428f5c3, 0x2054c288, 0x22e147ae, 0x00dfb23b},
+  {160000, 0x4a3d70a4, 0xc32ebe5a, 0x23851eb8, 0x01d5c316, 0x40000000, 0xcb923a2b, 0x23333333, 0x01d5c316},
+  {200000, 0x00000000, 0x00000000, 0x25c28f5c, 0x0713f078, 0x00000000, 0x00000000, 0x2570a3d7, 0x072a4f17},
+  {320000, 0x00000000, 0x00000000, 0x3fae147b, 0x00000000, 0x00000000, 0x00000000, 0x3fae147b, 0x00000000}
+};
+
+static const BIT_PE_SFAC S_Bits2PeTab48000[] = {
+  { 16000, 0x0f5c28f6, 0x31ceaf25, 0x00000000, 0x00000000, 0x00000000, 0x74a771c9, 0x00000000, 0x00000000},
+  { 24000, 0x1b851eb8, 0x029f16b1, 0x00000000, 0x663c74fb, 0x1c7ae148, 0xe47991bd, 0x00000000, 0x49667b5f},
+  { 32000, 0x1c28f5c3, 0x029f16b1, 0x18f5c28f, 0x07357e67, 0x15c28f5c, 0x0f12c27a, 0x11eb851f, 0x13016484},
+  { 48000, 0x1d70a3d7, 0x053e2d62, 0x1c7ae148, 0xfe08aefc, 0x1d1eb852, 0x068db8bb, 0x1b333333, 0xfeb074a8},
+  { 64000, 0x20000000, 0x03eea20a, 0x1b851eb8, 0x0346dc5d, 0x2051eb85, 0x0346dc5d, 0x1a8f5c29, 0x039abf34},
+  { 96000, 0x23d70a3d, 0x053e2d62, 0x1eb851ec, 0x029f16b1, 0x23851eb8, 0x04ea4a8c, 0x1e147ae1, 0x02f2f987},
+  {128000, 0x28f5c28f, 0x14727dcc, 0x2147ae14, 0x0218def4, 0x2851eb85, 0x0e27e0f0, 0x20f5c28f, 0x0218def4},
+  {148000, 0x3570a3d7, 0x1cd5f99c, 0x228f5c29, 0x01bf6476, 0x30f5c28f, 0x18777e75, 0x223d70a4, 0x01bf6476},
+  {160000, 0x40000000, 0xcb923a2b, 0x23333333, 0x0192a737, 0x39eb851f, 0xd08d4bae, 0x22e147ae, 0x0192a737},
+  {200000, 0x00000000, 0x00000000, 0x251eb852, 0x06775a1b, 0x00000000, 0x00000000, 0x24cccccd, 0x06a4175a},
+  {320000, 0x00000000, 0x00000000, 0x3ccccccd, 0x00000000, 0x00000000, 0x00000000, 0x3d1eb852, 0x00000000}
+};
+
+static const BITS2PE_CFG_TAB bits2PeConfigTab[] = {
+  { 16000, S_Bits2PeTab16000, sizeof(S_Bits2PeTab16000)/sizeof(BIT_PE_SFAC) },
+  { 22050, S_Bits2PeTab22050, sizeof(S_Bits2PeTab22050)/sizeof(BIT_PE_SFAC) },
+  { 24000, S_Bits2PeTab24000, sizeof(S_Bits2PeTab24000)/sizeof(BIT_PE_SFAC) },
+  { 32000, S_Bits2PeTab32000, sizeof(S_Bits2PeTab32000)/sizeof(BIT_PE_SFAC) },
+  { 44100, S_Bits2PeTab44100, sizeof(S_Bits2PeTab44100)/sizeof(BIT_PE_SFAC) },
+  { 48000, S_Bits2PeTab48000, sizeof(S_Bits2PeTab48000)/sizeof(BIT_PE_SFAC) }
+};
+
+
+
+/* values for avoid hole flag */
+enum _avoid_hole_state {
+    NO_AH              =0,
+    AH_INACTIVE        =1,
+    AH_ACTIVE          =2
+};
+
+
+/*  Q format definitions */
+#define Q_BITFAC    (24)   /* Q scaling used in FDKaacEnc_bitresCalcBitFac() calculation */
+#define Q_AVGBITS   (17)   /* scale bit values */
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_InitBits2PeFactor
+    description:  retrieve bits2PeFactor from table
+*****************************************************************************/
+static void FDKaacEnc_InitBits2PeFactor(
+        FIXP_DBL *bits2PeFactor_m,
+        INT *bits2PeFactor_e,
+        const INT bitRate,
+        const INT nChannels,
+        const INT sampleRate,
+        const INT advancedBitsToPe,
+        const INT invQuant
+        )
+{
+  /* default bits2pe factor */
+  FIXP_DBL bit2PE_m = FL2FXCONST_DBL(1.18f/(1<<(1)));
+  INT      bit2PE_e = 1;
+
+  /* make use of advanced bits to pe factor table */
+  if (advancedBitsToPe) {
+
+    int i;
+    const BIT_PE_SFAC *peTab = NULL;
+    INT size = 0;
+
+
+    /* Get correct table entry */
+    for (i=0; i<(INT)(sizeof(bits2PeConfigTab)/sizeof(BITS2PE_CFG_TAB)); i++) {
+      if (sampleRate >= bits2PeConfigTab[i].sampleRate) {
+        peTab = bits2PeConfigTab[i].pPeTab;
+        size  = bits2PeConfigTab[i].nEntries;
+      }
+    }
+
+    if ( (peTab!=NULL) && (size!=0) ) {
+
+      INT startB      = -1;
+      LONG startPF    = 0;
+      LONG peSlope    = 0;
+
+      /* stereo or mono mode and invQuant used or not */
+      for (i=0; i<size-1; i++)
+      {
+        if ((peTab[i].bitrate<=bitRate) && ((peTab[i+1].bitrate>bitRate) || ((i==size-2)) ))
+        {
+          if (nChannels==1)
+          {
+            startPF = (!invQuant) ? peTab[i].bits2PeFactor_mono   : peTab[i].bits2PeFactor_mono_scfOpt;
+            peSlope = (!invQuant) ? peTab[i].bits2PeFactor_mono_slope : peTab[i].bits2PeFactor_mono_scfOpt_slope;
+            /*endPF   = (!invQuant) ? peTab[i+1].bits2PeFactor_mono : peTab[i+1].bits2PeFactor_mono_scfOpt;
+            endB=peTab[i+1].bitrate;*/
+            startB=peTab[i].bitrate;
+            break;
+          }
+          else
+          {
+            startPF = (!invQuant) ? peTab[i].bits2PeFactor_stereo   : peTab[i].bits2PeFactor_stereo_scfOpt;
+            peSlope = (!invQuant) ? peTab[i].bits2PeFactor_stereo_slope : peTab[i].bits2PeFactor_stereo_scfOpt_slope;
+            /*endPF   = (!invQuant) ? peTab[i+1].bits2PeFactor_stereo : peTab[i+1].bits2PeFactor_stereo_scfOpt;
+            endB=peTab[i+1].bitrate;*/
+            startB=peTab[i].bitrate;
+            break;
+          }
+        }
+      } /* for i */
+
+      /* if a configuration is available */
+      if (startB!=-1) {
+        /* linear interpolate to actual PEfactor */
+        FIXP_DBL peFac = fMult((FIXP_DBL)(bitRate-startB)<<14, (FIXP_DBL)peSlope) << 2;
+        FIXP_DBL bit2PE = peFac + (FIXP_DBL)startPF; /* startPF_float = startPF << 2 */
+
+        /* sanity check if bits2pe value is high enough */
+        if ( bit2PE >= (FL2FXCONST_DBL(0.35f) >> 2) ) {
+          bit2PE_m = bit2PE;
+          bit2PE_e = 2; /*  table is fixed scaled */
+        }
+      } /* br */
+    } /* sr */
+  } /* advancedBitsToPe */
+
+
+  /* return bits2pe factor */
+  *bits2PeFactor_m = bit2PE_m;
+  *bits2PeFactor_e = bit2PE_e;
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_bits2pe2
+description:  convert from bits to pe
+*****************************************************************************/
+static INT FDKaacEnc_bits2pe2(
+        const INT                 bits,
+        const FIXP_DBL            factor_m,
+        const INT                 factor_e
+        )
+{
+   return (INT)(fMult(factor_m, (FIXP_DBL)(bits<<Q_AVGBITS)) >> (Q_AVGBITS-factor_e));
+}
+
+/*****************************************************************************
+functionname: FDKaacEnc_calcThreshExp
+description:  loudness calculation (threshold to the power of redExp)
+*****************************************************************************/
+static void FDKaacEnc_calcThreshExp(FIXP_DBL thrExp[(2)][MAX_GROUPED_SFB],
+                          QC_OUT_CHANNEL*  qcOutChannel[(2)],
+                          PSY_OUT_CHANNEL*  psyOutChannel[(2)],
+                          const INT nChannels)
+{
+   INT ch, sfb, sfbGrp;
+   FIXP_DBL thrExpLdData;
+
+   for (ch=0; ch<nChannels; ch++) {
+     for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) {
+       for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+         thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ;
+         thrExp[ch][sfbGrp+sfb] = CalcInvLdData(thrExpLdData);
+       }
+     }
+   }
+}
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_adaptMinSnr
+    description:  reduce minSnr requirements for bands with relative low energies
+*****************************************************************************/
+static void FDKaacEnc_adaptMinSnr(QC_OUT_CHANNEL     *qcOutChannel[(2)],
+                                  PSY_OUT_CHANNEL    *psyOutChannel[(2)],
+                                  MINSNR_ADAPT_PARAM *msaParam,
+                                  const INT           nChannels)
+{
+  INT ch, sfb, sfbGrp, nSfb;
+  FIXP_DBL avgEnLD64, dbRatio, minSnrRed;
+  FIXP_DBL minSnrLimitLD64 = FL2FXCONST_DBL(-0.00503012648262f); /* ld64(0.8f) */
+  FIXP_DBL nSfbLD64;
+  FIXP_DBL accu;
+
+  for (ch=0; ch<nChannels; ch++) {
+    /* calc average energy per scalefactor band */
+    nSfb = 0;
+    accu = FL2FXCONST_DBL(0.0f);
+
+    for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+      for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+        accu += psyOutChannel[ch]->sfbEnergy[sfbGrp+sfb]>>6;
+                                nSfb++;
+                        }
+    }
+
+    if ((accu == FL2FXCONST_DBL(0.0f)) || (nSfb == 0)) {
+      avgEnLD64 = FL2FXCONST_DBL(-1.0f);
+    }
+    else {
+      nSfbLD64  = CalcLdInt(nSfb);
+      avgEnLD64 = CalcLdData(accu);
+      avgEnLD64 = avgEnLD64 + FL2FXCONST_DBL(0.09375f) - nSfbLD64;  /* 0.09375f: compensate shift with 6 */
+    }
+
+    /* reduce minSnr requirement by minSnr^minSnrRed dependent on avgEn/sfbEn */
+    for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+      for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+        if ( (msaParam->startRatio + qcOutChannel[ch]->sfbEnergyLdData[sfbGrp+sfb]) < avgEnLD64 ) {
+          dbRatio = fMult((avgEnLD64 - qcOutChannel[ch]->sfbEnergyLdData[sfbGrp+sfb]),FL2FXCONST_DBL(0.3010299956f)); /* scaled by (1.0f/(10.0f*64.0f)) */
+          minSnrRed = msaParam->redOffs + fMult(msaParam->redRatioFac,dbRatio); /* scaled by 1.0f/64.0f*/
+          minSnrRed = fixMax(minSnrRed, msaParam->maxRed); /* scaled by 1.0f/64.0f*/
+          qcOutChannel[ch]->sfbMinSnrLdData[sfbGrp+sfb] = (fMult(qcOutChannel[ch]->sfbMinSnrLdData[sfbGrp+sfb],minSnrRed)) << 6;
+          qcOutChannel[ch]->sfbMinSnrLdData[sfbGrp+sfb] = fixMin(minSnrLimitLD64, qcOutChannel[ch]->sfbMinSnrLdData[sfbGrp+sfb]);
+        }
+      }
+    }
+  }
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_initAvoidHoleFlag
+description:  determine bands where avoid hole is not necessary resp. possible
+*****************************************************************************/
+static void FDKaacEnc_initAvoidHoleFlag(QC_OUT_CHANNEL  *qcOutChannel[(2)],
+                              PSY_OUT_CHANNEL *psyOutChannel[(2)],
+                              UCHAR ahFlag[(2)][MAX_GROUPED_SFB],
+                              struct TOOLSINFO *toolsInfo,
+                              const INT nChannels,
+                              const PE_DATA *peData,
+                              AH_PARAM *ahParam)
+{
+   INT ch, sfb, sfbGrp;
+   FIXP_DBL sfbEn, sfbEnm1;
+   FIXP_DBL sfbEnLdData;
+   FIXP_DBL avgEnLdData;
+
+   /* decrease spread energy by 3dB for long blocks, resp. 2dB for shorts
+      (avoid more holes in long blocks) */
+   for (ch=0; ch<nChannels; ch++) {
+      INT sfbGrp, sfb;
+      QC_OUT_CHANNEL*  qcOutChan  = qcOutChannel[ch];
+
+      if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
+         for (sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup)
+           for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
+              qcOutChan->sfbSpreadEnergy[sfbGrp+sfb] >>= 1 ;
+      }
+      else {
+         for (sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup)
+           for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
+              qcOutChan->sfbSpreadEnergy[sfbGrp+sfb] =
+                   fMult(FL2FXCONST_DBL(0.63f),
+                         qcOutChan->sfbSpreadEnergy[sfbGrp+sfb]) ;
+      }
+   }
+
+   /* increase minSnr for local peaks, decrease it for valleys */
+   if (ahParam->modifyMinSnr) {
+      for(ch=0; ch<nChannels; ch++) {
+         QC_OUT_CHANNEL*  qcOutChan  = qcOutChannel[ch];
+         for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup){
+            for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+               FIXP_DBL sfbEnp1, avgEn;
+               if (sfb > 0)
+                  sfbEnm1 = qcOutChan->sfbEnergy[sfbGrp+sfb-1];
+               else
+                  sfbEnm1 = qcOutChan->sfbEnergy[sfbGrp+sfb];
+
+               if (sfb < psyOutChannel[ch]->maxSfbPerGroup-1)
+                  sfbEnp1 = qcOutChan->sfbEnergy[sfbGrp+sfb+1];
+               else
+                  sfbEnp1 = qcOutChan->sfbEnergy[sfbGrp+sfb];
+
+               avgEn = (sfbEnm1>>1) + (sfbEnp1>>1);
+               avgEnLdData = CalcLdData(avgEn);
+               sfbEn = qcOutChan->sfbEnergy[sfbGrp+sfb];
+               sfbEnLdData = qcOutChan->sfbEnergyLdData[sfbGrp+sfb];
+               /* peak ? */
+               if (sfbEn > avgEn) {
+                  FIXP_DBL tmpMinSnrLdData;
+                  if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
+                     tmpMinSnrLdData = fixMax( SnrLdFac + (FIXP_DBL)(avgEnLdData - sfbEnLdData), (FIXP_DBL)SnrLdMin1 ) ;
+                  else
+                     tmpMinSnrLdData = fixMax( SnrLdFac + (FIXP_DBL)(avgEnLdData - sfbEnLdData), (FIXP_DBL)SnrLdMin3 ) ;
+
+                  qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] =
+                     fixMin(qcOutChan->sfbMinSnrLdData[sfbGrp+sfb], tmpMinSnrLdData);
+               }
+               /* valley ? */
+               if ( ((sfbEnLdData+(FIXP_DBL)SnrLdMin4) < (FIXP_DBL)avgEnLdData) && (sfbEn > FL2FXCONST_DBL(0.0)) ) {
+                  FIXP_DBL tmpMinSnrLdData = avgEnLdData - sfbEnLdData -(FIXP_DBL)SnrLdMin4 + qcOutChan->sfbMinSnrLdData[sfbGrp+sfb];
+                  tmpMinSnrLdData = fixMin((FIXP_DBL)SnrLdFac, tmpMinSnrLdData);
+                  qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] = fixMin(tmpMinSnrLdData,
+                        (FIXP_DBL)(qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + SnrLdMin2 ));
+               }
+            }
+         }
+      }
+   }
+
+   /* stereo: adapt the minimum requirements sfbMinSnr of mid and
+      side channels to avoid spending unnoticable bits */
+   if (nChannels == 2) {
+      QC_OUT_CHANNEL*  qcOutChanM  = qcOutChannel[0];
+      QC_OUT_CHANNEL*  qcOutChanS  = qcOutChannel[1];
+      PSY_OUT_CHANNEL*  psyOutChanM  = psyOutChannel[0];
+      for(sfbGrp = 0;sfbGrp < psyOutChanM->sfbCnt;sfbGrp+= psyOutChanM->sfbPerGroup){
+        for (sfb=0; sfb<psyOutChanM->maxSfbPerGroup; sfb++) {
+          if (toolsInfo->msMask[sfbGrp+sfb]) {
+             FIXP_DBL maxSfbEnLd = fixMax(qcOutChanM->sfbEnergyLdData[sfbGrp+sfb],qcOutChanS->sfbEnergyLdData[sfbGrp+sfb]);
+             FIXP_DBL maxThrLd, sfbMinSnrTmpLd;
+
+             if ( ((SnrLdMin5>>1) + (maxSfbEnLd>>1) + (qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb]>>1)) <= FL2FXCONST_DBL(-0.5f))
+               maxThrLd = FL2FXCONST_DBL(-1.0f) ;
+             else
+               maxThrLd = SnrLdMin5 + maxSfbEnLd + qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb];
+
+             if (qcOutChanM->sfbEnergy[sfbGrp+sfb] > FL2FXCONST_DBL(0.0f))
+               sfbMinSnrTmpLd = maxThrLd - qcOutChanM->sfbEnergyLdData[sfbGrp+sfb];
+             else
+               sfbMinSnrTmpLd = FL2FXCONST_DBL(0.0f);
+
+             qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb] = fixMax(qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb],sfbMinSnrTmpLd);
+
+             if (qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb] <= FL2FXCONST_DBL(0.0f))
+                qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb] = fixMin(qcOutChanM->sfbMinSnrLdData[sfbGrp+sfb], (FIXP_DBL)SnrLdFac);
+
+             if (qcOutChanS->sfbEnergy[sfbGrp+sfb] > FL2FXCONST_DBL(0.0f))
+               sfbMinSnrTmpLd = maxThrLd - qcOutChanS->sfbEnergyLdData[sfbGrp+sfb];
+             else
+               sfbMinSnrTmpLd = FL2FXCONST_DBL(0.0f);
+
+             qcOutChanS->sfbMinSnrLdData[sfbGrp+sfb] = fixMax(qcOutChanS->sfbMinSnrLdData[sfbGrp+sfb],sfbMinSnrTmpLd);
+
+             if (qcOutChanS->sfbMinSnrLdData[sfbGrp+sfb] <= FL2FXCONST_DBL(0.0f))
+                qcOutChanS->sfbMinSnrLdData[sfbGrp+sfb] = fixMin(qcOutChanS->sfbMinSnrLdData[sfbGrp+sfb],(FIXP_DBL)SnrLdFac);
+
+             if (qcOutChanM->sfbEnergy[sfbGrp+sfb]>qcOutChanM->sfbSpreadEnergy[sfbGrp+sfb])
+                qcOutChanS->sfbSpreadEnergy[sfbGrp+sfb] =
+                   fMult(qcOutChanS->sfbEnergy[sfbGrp+sfb], FL2FXCONST_DBL(0.9f));
+
+             if (qcOutChanS->sfbEnergy[sfbGrp+sfb]>qcOutChanS->sfbSpreadEnergy[sfbGrp+sfb])
+                qcOutChanM->sfbSpreadEnergy[sfbGrp+sfb] =
+                   fMult(qcOutChanM->sfbEnergy[sfbGrp+sfb], FL2FXCONST_DBL(0.9f));
+          }
+        }
+      }
+   }
+
+   /* init ahFlag (0: no ah necessary, 1: ah possible, 2: ah active */
+   for(ch=0; ch<nChannels; ch++) {
+      QC_OUT_CHANNEL  *qcOutChan  = qcOutChannel[ch];
+      PSY_OUT_CHANNEL  *psyOutChan  = psyOutChannel[ch];
+      for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){
+        for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
+          if ((qcOutChan->sfbSpreadEnergy[sfbGrp+sfb] > qcOutChan->sfbEnergy[sfbGrp+sfb])
+              || (qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] > FL2FXCONST_DBL(0.0f))) {
+             ahFlag[ch][sfbGrp+sfb] = NO_AH;
+          }
+          else {
+             ahFlag[ch][sfbGrp+sfb] = AH_INACTIVE;
+          }
+        }
+      }
+   }
+}
+
+
+
+/**
+ * \brief  Calculate constants that do not change during successive pe calculations.
+ *
+ * \param peData                Pointer to structure containing PE data of current element.
+ * \param psyOutChannel         Pointer to PSY_OUT_CHANNEL struct holding nChannels elements.
+ * \param qcOutChannel          Pointer to QC_OUT_CHANNEL struct holding nChannels elements.
+ * \param nChannels             Number of channels in element.
+ * \param peOffset              Fixed PE offset defined while FDKaacEnc_AdjThrInit() depending on bitrate.
+ *
+ * \return  void
+ */
+static
+void FDKaacEnc_preparePe(PE_DATA *peData,
+               PSY_OUT_CHANNEL* psyOutChannel[(2)],
+               QC_OUT_CHANNEL* qcOutChannel[(2)],
+               const INT nChannels,
+               const INT peOffset)
+{
+    INT ch;
+
+    for(ch=0; ch<nChannels; ch++) {
+        PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch];
+        FDKaacEnc_prepareSfbPe(&peData->peChannelData[ch],
+            psyOutChan->sfbEnergyLdData,
+            psyOutChan->sfbThresholdLdData,
+            qcOutChannel[ch]->sfbFormFactorLdData,
+            psyOutChan->sfbOffsets,
+            psyOutChan->sfbCnt,
+            psyOutChan->sfbPerGroup,
+            psyOutChan->maxSfbPerGroup);
+    }
+    peData->offset = peOffset;
+}
+
+/**
+ * \brief  Calculate weighting factor for threshold adjustment.
+ *
+ * Calculate weighting factor to be applied at energies and thresholds in ld64 format.
+ *
+ * \param peData,               Pointer to PE data in current element.
+ * \param psyOutChannel         Pointer to PSY_OUT_CHANNEL struct holding nChannels elements.
+ * \param qcOutChannel          Pointer to QC_OUT_CHANNEL struct holding nChannels elements.
+ * \param toolsInfo             Pointer to tools info struct of current element.
+ * \param adjThrStateElement    Pointer to ATS_ELEMENT holding enFacPatch states.
+ * \param nChannels             Number of channels in element.
+ * \param usePatchTool          Apply the weighting tool 0 (no) else (yes).
+ *
+ * \return  void
+ */
+static
+void FDKaacEnc_calcWeighting(PE_DATA *peData,
+               PSY_OUT_CHANNEL* psyOutChannel[(2)],
+               QC_OUT_CHANNEL* qcOutChannel[(2)],
+               struct TOOLSINFO *toolsInfo,
+               ATS_ELEMENT* adjThrStateElement,
+               const INT nChannels,
+               const INT usePatchTool)
+{
+    int ch, noShortWindowInFrame = TRUE;
+    INT exePatchM = 0;
+
+    for (ch=0; ch<nChannels; ch++) {
+        if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
+            noShortWindowInFrame = FALSE;
+        }
+        FDKmemclear(qcOutChannel[ch]->sfbEnFacLd, MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+    }
+
+    if (usePatchTool==0) {
+        return; /* tool is disabled */
+    }
+
+    for (ch=0; ch<nChannels; ch++) {
+
+        PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch];
+
+        if (noShortWindowInFrame) { /* retain energy ratio between blocks of different length */
+
+            FIXP_DBL nrgSum14, nrgSum12, nrgSum34, nrgTotal;
+            FIXP_DBL nrgFacLd_14, nrgFacLd_12, nrgFacLd_34;
+            INT usePatch, exePatch;
+            int sfb, sfbGrp, nLinesSum = 0;
+
+            nrgSum14 = nrgSum12 = nrgSum34 = nrgTotal = FL2FXCONST_DBL(0.f);
+
+            /* calculate flatness of audible spectrum, i.e. spectrum above masking threshold. */
+            for (sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+              for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+                FIXP_DBL nrgFac12 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>1); /* nrg^(1/2) */
+                FIXP_DBL nrgFac14 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>2); /* nrg^(1/4) */
+
+                /* maximal number of bands is 64, results scaling factor 6 */
+                nLinesSum += peData->peChannelData[ch].sfbNLines[sfbGrp+sfb];             /* relevant lines */
+                nrgTotal  += ( psyOutChan->sfbEnergy[sfbGrp+sfb] >> 6 );                  /* sum up nrg */
+                nrgSum12  += ( nrgFac12 >> 6 );                                           /* sum up nrg^(2/4) */
+                nrgSum14  += ( nrgFac14 >> 6 );                                           /* sum up nrg^(1/4) */
+                nrgSum34  += ( fMult(nrgFac14, nrgFac12) >> 6 );                          /* sum up nrg^(3/4) */
+              }
+            }
+
+            nrgTotal = CalcLdData(nrgTotal);                                              /* get ld64 of total nrg */
+
+            nrgFacLd_14 = CalcLdData(nrgSum14) - nrgTotal;                                /* ld64(nrgSum14/nrgTotal) */
+            nrgFacLd_12 = CalcLdData(nrgSum12) - nrgTotal;                                /* ld64(nrgSum12/nrgTotal) */
+            nrgFacLd_34 = CalcLdData(nrgSum34) - nrgTotal;                                /* ld64(nrgSum34/nrgTotal) */
+
+            adjThrStateElement->chaosMeasureEnFac[ch] = FDKmax( FL2FXCONST_DBL(0.1875f), fDivNorm(nLinesSum,psyOutChan->sfbOffsets[psyOutChan->sfbCnt]) );
+
+            usePatch = (adjThrStateElement->chaosMeasureEnFac[ch] > FL2FXCONST_DBL(0.78125f));
+            exePatch = ((usePatch) && (adjThrStateElement->lastEnFacPatch[ch]));
+
+            for (sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+              for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+
+                INT sfbExePatch;
+
+                /* for MS coupled SFBs, also execute patch in side channel if done in mid channel */
+                if ((ch == 1) && (toolsInfo->msMask[sfbGrp+sfb])) {
+                    sfbExePatch = exePatchM;
+                }
+                else {
+                    sfbExePatch = exePatch;
+                }
+
+                if ( (sfbExePatch) && (psyOutChan->sfbEnergy[sfbGrp+sfb]>FL2FXCONST_DBL(0.f)) )
+                {
+                    /* execute patch based on spectral flatness calculated above */
+                    if (adjThrStateElement->chaosMeasureEnFac[ch] > FL2FXCONST_DBL(0.8125f)) {
+                        qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_14 + (psyOutChan->sfbEnergyLdData[sfbGrp+sfb]+(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>1)))>>1 ); /* sfbEnergy^(3/4) */
+                    }
+                    else if (adjThrStateElement->chaosMeasureEnFac[ch] > FL2FXCONST_DBL(0.796875f)) {
+                        qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_12 + psyOutChan->sfbEnergyLdData[sfbGrp+sfb])>>1 );          /* sfbEnergy^(2/4) */
+                    }
+                    else {
+                        qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_34 + (psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>1))>>1 );     /* sfbEnergy^(1/4) */
+                    }
+                    qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = fixMin(qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb],(FIXP_DBL)0);
+
+                }
+              }
+            } /* sfb loop */
+
+            adjThrStateElement->lastEnFacPatch[ch] = usePatch;
+            exePatchM = exePatch;
+        }
+        else {
+            /* !noShortWindowInFrame */
+            adjThrStateElement->chaosMeasureEnFac[ch] = FL2FXCONST_DBL(0.75f);
+            adjThrStateElement->lastEnFacPatch[ch] = TRUE; /* allow use of sfbEnFac patch in upcoming frame */
+        }
+
+    } /* ch loop */
+
+}
+
+
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_calcPe
+description:  calculate pe for both channels
+*****************************************************************************/
+static
+void FDKaacEnc_calcPe(PSY_OUT_CHANNEL* psyOutChannel[(2)],
+            QC_OUT_CHANNEL* qcOutChannel[(2)],
+            PE_DATA *peData,
+            const INT nChannels)
+{
+   INT ch;
+
+   peData->pe = peData->offset;
+   peData->constPart = 0;
+   peData->nActiveLines = 0;
+   for(ch=0; ch<nChannels; ch++) {
+      PE_CHANNEL_DATA *peChanData = &peData->peChannelData[ch];
+      FDKaacEnc_calcSfbPe(&peData->peChannelData[ch],
+                qcOutChannel[ch]->sfbWeightedEnergyLdData,
+                qcOutChannel[ch]->sfbThresholdLdData,
+                psyOutChannel[ch]->sfbCnt,
+                psyOutChannel[ch]->sfbPerGroup,
+                psyOutChannel[ch]->maxSfbPerGroup,
+                psyOutChannel[ch]->isBook,
+                psyOutChannel[ch]->isScale);
+
+      peData->pe += peChanData->pe;
+      peData->constPart += peChanData->constPart;
+      peData->nActiveLines += peChanData->nActiveLines;
+   }
+}
+
+void FDKaacEnc_peCalculation(PE_DATA *peData,
+                             PSY_OUT_CHANNEL* psyOutChannel[(2)],
+                             QC_OUT_CHANNEL* qcOutChannel[(2)],
+                             struct TOOLSINFO *toolsInfo,
+                             ATS_ELEMENT* adjThrStateElement,
+                             const INT nChannels)
+{
+  /* constants that will not change during successive pe calculations */
+  FDKaacEnc_preparePe(peData, psyOutChannel, qcOutChannel, nChannels, adjThrStateElement->peOffset);
+
+  /* calculate weighting factor for threshold adjustment */
+  FDKaacEnc_calcWeighting(peData, psyOutChannel, qcOutChannel, toolsInfo, adjThrStateElement, nChannels, 1);
+{
+    /* no weighting of threholds and energies for mlout */
+    /* weight energies and thresholds */
+    int ch;
+    for (ch=0; ch<nChannels; ch++) {
+
+        int sfb, sfbGrp;
+        QC_OUT_CHANNEL* pQcOutCh = qcOutChannel[ch];
+
+        for (sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+          for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+            pQcOutCh->sfbWeightedEnergyLdData[sfb+sfbGrp] = pQcOutCh->sfbEnergyLdData[sfb+sfbGrp] - pQcOutCh->sfbEnFacLd[sfb+sfbGrp];
+            pQcOutCh->sfbThresholdLdData[sfb+sfbGrp]     -= pQcOutCh->sfbEnFacLd[sfb+sfbGrp];
+          }
+        }
+    }
+}
+
+  /* pe without reduction */
+  FDKaacEnc_calcPe(psyOutChannel, qcOutChannel, peData, nChannels);
+}
+
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_FDKaacEnc_calcPeNoAH
+description:  sum the pe data only for bands where avoid hole is inactive
+*****************************************************************************/
+static void FDKaacEnc_FDKaacEnc_calcPeNoAH(INT *pe,
+                       INT *constPart,
+                       INT    *nActiveLines,
+                       PE_DATA *peData,
+                       UCHAR ahFlag[(2)][MAX_GROUPED_SFB],
+                       PSY_OUT_CHANNEL* psyOutChannel[(2)],
+                       const INT nChannels)
+{
+    INT ch, sfb,sfbGrp;
+
+    INT pe_tmp = peData->offset;
+    INT constPart_tmp = 0;
+    INT nActiveLines_tmp = 0;
+    for(ch=0; ch<nChannels; ch++) {
+        PE_CHANNEL_DATA *peChanData = &peData->peChannelData[ch];
+        for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup){
+            for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+                if(ahFlag[ch][sfbGrp+sfb] < AH_ACTIVE) {
+                    pe_tmp += peChanData->sfbPe[sfbGrp+sfb];
+                    constPart_tmp += peChanData->sfbConstPart[sfbGrp+sfb];
+                    nActiveLines_tmp += peChanData->sfbNActiveLines[sfbGrp+sfb];
+                }
+            }
+        }
+    }
+    /* correct scaled pe and constPart values */
+    *pe = pe_tmp >> PE_CONSTPART_SHIFT;
+    *constPart = constPart_tmp >> PE_CONSTPART_SHIFT;
+
+       *nActiveLines = nActiveLines_tmp;
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_reduceThresholdsCBR
+description:  apply reduction formula
+*****************************************************************************/
+static const FIXP_DBL limitThrReducedLdData = (FIXP_DBL)0x00008000; /*FL2FXCONST_DBL(FDKpow(2.0,-LD_DATA_SCALING/4.0));*/
+
+static void FDKaacEnc_reduceThresholdsCBR(QC_OUT_CHANNEL*  qcOutChannel[(2)],
+                                PSY_OUT_CHANNEL* psyOutChannel[(2)],
+                                UCHAR ahFlag[(2)][MAX_GROUPED_SFB],
+                                FIXP_DBL thrExp[(2)][MAX_GROUPED_SFB],
+                                const INT nChannels,
+                                const FIXP_DBL redVal,
+                                const SCHAR redValScaling)
+{
+   INT ch, sfb, sfbGrp;
+   FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrReducedLdData;
+   FIXP_DBL sfbThrExp;
+
+    for(ch=0; ch<nChannels; ch++) {
+      QC_OUT_CHANNEL *qcOutChan = qcOutChannel[ch];
+      for(sfbGrp = 0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+= psyOutChannel[ch]->sfbPerGroup){
+        for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+         sfbEnLdData  = qcOutChan->sfbWeightedEnergyLdData[sfbGrp+sfb];
+         sfbThrLdData = qcOutChan->sfbThresholdLdData[sfbGrp+sfb];
+         sfbThrExp    = thrExp[ch][sfbGrp+sfb];
+         if ((sfbEnLdData > sfbThrLdData) && (ahFlag[ch][sfbGrp+sfb] != AH_ACTIVE)) {
+
+            /* threshold reduction formula:
+             float tmp = thrExp[ch][sfb]+redVal;
+             tmp *= tmp;
+             sfbThrReduced = tmp*tmp;
+            */
+            int minScale = fixMin(CountLeadingBits(sfbThrExp), CountLeadingBits(redVal) - (DFRACT_BITS-1-redValScaling) )-1;
+
+            /* 4*log( sfbThrExp + redVal ) */
+            sfbThrReducedLdData = CalcLdData(fAbs(scaleValue(sfbThrExp, minScale) + scaleValue(redVal,(DFRACT_BITS-1-redValScaling)+minScale)))
+                                             - (FIXP_DBL)(minScale<<(DFRACT_BITS-1-LD_DATA_SHIFT));
+            sfbThrReducedLdData <<= 2;
+
+            /* avoid holes */
+            if ( ((sfbThrReducedLdData - sfbEnLdData) > qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] )
+                    && (ahFlag[ch][sfbGrp+sfb] != NO_AH) )
+            {
+              if (qcOutChan->sfbMinSnrLdData[sfbGrp+sfb]  > (FL2FXCONST_DBL(-1.0f) - sfbEnLdData) ){
+                   sfbThrReducedLdData = fixMax((qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + sfbEnLdData), sfbThrLdData);
+              }
+              else sfbThrReducedLdData = sfbThrLdData;
+              ahFlag[ch][sfbGrp+sfb] = AH_ACTIVE;
+            }
+
+            /* minimum of 29 dB Ratio for Thresholds */
+            if ((sfbEnLdData+(FIXP_DBL)MAXVAL_DBL) > FL2FXCONST_DBL(9.6336206/LD_DATA_SCALING)){
+                sfbThrReducedLdData = fixMax(sfbThrReducedLdData, (sfbEnLdData - FL2FXCONST_DBL(9.6336206/LD_DATA_SCALING)));
+            }
+
+            qcOutChan->sfbThresholdLdData[sfbGrp+sfb] = sfbThrReducedLdData;
+         }
+        }
+      }
+   }
+}
+
+/* similar to prepareSfbPe1() */
+static FIXP_DBL FDKaacEnc_calcChaosMeasure(PSY_OUT_CHANNEL *psyOutChannel,
+                                 const FIXP_DBL  *sfbFormFactorLdData)
+{
+  #define SCALE_FORM_FAC     (4)    /* (SCALE_FORM_FAC+FORM_FAC_SHIFT) >= ld(FRAME_LENGTH)*/
+  #define SCALE_NRGS         (8)
+  #define SCALE_NLINES      (16)
+  #define SCALE_NRGS_SQRT4   (2)    /* 0.25 * SCALE_NRGS */
+  #define SCALE_NLINES_P34  (12)    /* 0.75 * SCALE_NLINES */
+
+  INT   sfbGrp, sfb;
+  FIXP_DBL chaosMeasure;
+  INT frameNLines = 0;
+  FIXP_DBL frameFormFactor = FL2FXCONST_DBL(0.f);
+  FIXP_DBL frameEnergy = FL2FXCONST_DBL(0.f);
+
+  for (sfbGrp=0; sfbGrp<psyOutChannel->sfbCnt; sfbGrp+=psyOutChannel->sfbPerGroup) {
+    for (sfb=0; sfb<psyOutChannel->maxSfbPerGroup; sfb++){
+      if (psyOutChannel->sfbEnergyLdData[sfbGrp+sfb] > psyOutChannel->sfbThresholdLdData[sfbGrp+sfb]) {
+        frameFormFactor += (CalcInvLdData(sfbFormFactorLdData[sfbGrp+sfb])>>SCALE_FORM_FAC);
+        frameNLines     += (psyOutChannel->sfbOffsets[sfbGrp+sfb+1] - psyOutChannel->sfbOffsets[sfbGrp+sfb]);
+        frameEnergy     += (psyOutChannel->sfbEnergy[sfbGrp+sfb]>>SCALE_NRGS);
+      }
+    }
+  }
+
+  if(frameNLines > 0){
+
+    /*  frameNActiveLines = frameFormFactor*2^FORM_FAC_SHIFT * ((frameEnergy *2^SCALE_NRGS)/frameNLines)^-0.25
+        chaosMeasure      = frameNActiveLines / frameNLines */
+    chaosMeasure =
+           CalcInvLdData( (((CalcLdData(frameFormFactor)>>1) -
+                            (CalcLdData(frameEnergy)>>(2+1))) -
+                           (fMultDiv2(FL2FXCONST_DBL(0.75f),CalcLdData((FIXP_DBL)frameNLines<<(DFRACT_BITS-1-SCALE_NLINES))) -
+                            (((FIXP_DBL)(SCALE_FORM_FAC-SCALE_NRGS_SQRT4+FORM_FAC_SHIFT-(SCALE_NLINES_P34))<<(DFRACT_BITS-1-LD_DATA_SHIFT))>>1))
+                          )<<1 );
+  } else {
+
+    /* assuming total chaos, if no sfb is above thresholds */
+    chaosMeasure = FL2FXCONST_DBL(1.f);
+  }
+
+  return chaosMeasure;
+}
+
+/* apply reduction formula for VBR-mode */
+static void FDKaacEnc_reduceThresholdsVBR(QC_OUT_CHANNEL* qcOutChannel[(2)],
+                                PSY_OUT_CHANNEL* psyOutChannel[(2)],
+                                UCHAR ahFlag[(2)][MAX_GROUPED_SFB],
+                                FIXP_DBL thrExp[(2)][MAX_GROUPED_SFB],
+                                const INT nChannels,
+                                const FIXP_DBL  vbrQualFactor,
+                                FIXP_DBL* chaosMeasureOld)
+{
+  INT ch, sfbGrp, sfb;
+  FIXP_DBL chGroupEnergy[TRANS_FAC][2];/*energy for each group and channel*/
+  FIXP_DBL chChaosMeasure[2];
+  FIXP_DBL frameEnergy = FL2FXCONST_DBL(1e-10f);
+  FIXP_DBL chaosMeasure = FL2FXCONST_DBL(0.f);
+  FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrExp;
+  FIXP_DBL sfbThrReducedLdData;
+  FIXP_DBL chaosMeasureAvg;
+  INT groupCnt; /* loop counter */
+  FIXP_DBL redVal[TRANS_FAC]; /* reduction values; in short-block case one redVal for each group */
+  QC_OUT_CHANNEL  *qcOutChan  = NULL;
+  PSY_OUT_CHANNEL  *psyOutChan  = NULL;
+
+#define SCALE_GROUP_ENERGY   (8)
+
+#define CONST_CHAOS_MEAS_AVG_FAC_0  (FL2FXCONST_DBL(0.25f))
+#define CONST_CHAOS_MEAS_AVG_FAC_1  (FL2FXCONST_DBL(1.f-0.25f))
+
+#define MIN_LDTHRESH                (FL2FXCONST_DBL(-0.515625f))
+
+
+  for(ch=0; ch<nChannels; ch++){
+    qcOutChan  = qcOutChannel[ch];
+    psyOutChan  = psyOutChannel[ch];
+
+    /* adding up energy for each channel and each group separately */
+    FIXP_DBL chEnergy = FL2FXCONST_DBL(0.f);
+    groupCnt=0;
+
+    for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup, groupCnt++) {
+      chGroupEnergy[groupCnt][ch] = FL2FXCONST_DBL(0.f);
+      for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){
+        chGroupEnergy[groupCnt][ch] += (psyOutChan->sfbEnergy[sfbGrp+sfb]>>SCALE_GROUP_ENERGY);
+      }
+      chEnergy += chGroupEnergy[groupCnt][ch];
+    }
+    frameEnergy += chEnergy;
+
+    /* chaosMeasure */
+    if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) {
+      chChaosMeasure[ch] = FL2FXCONST_DBL(0.5f); /* assume a constant chaos measure of 0.5f for short blocks */
+    } else {
+      chChaosMeasure[ch] = FDKaacEnc_calcChaosMeasure(psyOutChannel[ch], qcOutChannel[ch]->sfbFormFactorLdData);
+    }
+    chaosMeasure += fMult(chChaosMeasure[ch], chEnergy);
+  }
+
+  if(frameEnergy > chaosMeasure) {
+    INT scale = CntLeadingZeros(frameEnergy) - 1;
+    FIXP_DBL num   = chaosMeasure<<scale;
+    FIXP_DBL denum = frameEnergy<<scale;
+    chaosMeasure   = schur_div(num,denum,16);
+  }
+  else {
+    chaosMeasure = FL2FXCONST_DBL(1.f);
+  }
+
+  chaosMeasureAvg = fMult(CONST_CHAOS_MEAS_AVG_FAC_0, chaosMeasure) +
+                    fMult(CONST_CHAOS_MEAS_AVG_FAC_1, *chaosMeasureOld);      /* averaging chaos measure */
+  *chaosMeasureOld = chaosMeasure = (fixMin(chaosMeasure, chaosMeasureAvg));  /* use min-value, safe for next frame */
+
+  /* characteristic curve
+     chaosMeasure = 0.2f + 0.7f/0.3f * (chaosMeasure - 0.2f);
+     chaosMeasure = fixMin(1.0f, fixMax(0.1f, chaosMeasure));
+     constants scaled by 4.f
+  */
+  chaosMeasure = ((FL2FXCONST_DBL(0.2f)>>2) + fMult(FL2FXCONST_DBL(0.7f/(4.f*0.3f)), (chaosMeasure - FL2FXCONST_DBL(0.2f))));
+  chaosMeasure = (fixMin((FIXP_DBL)(FL2FXCONST_DBL(1.0f)>>2), fixMax((FIXP_DBL)(FL2FXCONST_DBL(0.1f)>>2), chaosMeasure)))<<2;
+
+  /* calculation of reduction value */
+  if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */
+    FDK_ASSERT(TRANS_FAC==8);
+    #define   WIN_TYPE_SCALE   (3)
+
+    INT sfbGrp, groupCnt=0;
+    for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup,groupCnt++) {
+
+      FIXP_DBL groupEnergy = FL2FXCONST_DBL(0.f);
+
+      for(ch=0;ch<nChannels;ch++){
+        groupEnergy += chGroupEnergy[groupCnt][ch];   /* adding up the channels groupEnergy */
+      }
+
+      FDK_ASSERT(psyOutChannel[0]->groupLen[groupCnt]<=INV_INT_TAB_SIZE);
+      groupEnergy = fMult(groupEnergy,invInt[psyOutChannel[0]->groupLen[groupCnt]]);  /* correction of group energy */
+      groupEnergy = fixMin(groupEnergy, frameEnergy>>WIN_TYPE_SCALE);                 /* do not allow an higher redVal as calculated framewise */
+
+      groupEnergy>>=2; /* 2*WIN_TYPE_SCALE = 6 => 6+2 = 8 ==> 8/4 = int number */
+
+      redVal[groupCnt] = fMult(fMult(vbrQualFactor,chaosMeasure),
+                               CalcInvLdData(CalcLdData(groupEnergy)>>2) )
+                         << (int)( ( 2 + (2*WIN_TYPE_SCALE) + SCALE_GROUP_ENERGY )>>2 ) ;
+
+    }
+  } else { /* long-block */
+
+    redVal[0] = fMult( fMult(vbrQualFactor,chaosMeasure),
+                       CalcInvLdData(CalcLdData(frameEnergy)>>2) )
+                << (int)( SCALE_GROUP_ENERGY>>2 ) ;
+  }
+
+  for(ch=0; ch<nChannels; ch++) {
+    qcOutChan  = qcOutChannel[ch];
+    psyOutChan  = psyOutChannel[ch];
+
+    for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup) {
+      for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){
+
+        sfbEnLdData  = (qcOutChan->sfbWeightedEnergyLdData[sfbGrp+sfb]);
+        sfbThrLdData = (qcOutChan->sfbThresholdLdData[sfbGrp+sfb]);
+        sfbThrExp    = thrExp[ch][sfbGrp+sfb];
+
+        if ( (sfbThrLdData>=MIN_LDTHRESH) && (sfbEnLdData > sfbThrLdData) && (ahFlag[ch][sfbGrp+sfb] != AH_ACTIVE)) {
+
+          /* Short-Window */
+          if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
+            const int groupNumber = (int) sfb/psyOutChan->sfbPerGroup;
+
+            FDK_ASSERT(INV_SQRT4_TAB_SIZE>psyOutChan->groupLen[groupNumber]);
+
+            sfbThrExp = fMult(sfbThrExp, fMult( FL2FXCONST_DBL(2.82f/4.f), invSqrt4[psyOutChan->groupLen[groupNumber]]))<<2 ;
+
+            if ( sfbThrExp <= (limitThrReducedLdData-redVal[groupNumber]) ) {
+                sfbThrReducedLdData = FL2FXCONST_DBL(-1.0f);
+            }
+            else {
+                if ((FIXP_DBL)redVal[groupNumber] >= FL2FXCONST_DBL(1.0f)-sfbThrExp)
+                    sfbThrReducedLdData = FL2FXCONST_DBL(0.0f);
+                else {
+                    /* threshold reduction formula */
+                    sfbThrReducedLdData = CalcLdData(sfbThrExp + redVal[groupNumber]);
+                    sfbThrReducedLdData <<= 2;
+                }
+            }
+            sfbThrReducedLdData += ( CalcLdInt(psyOutChan->groupLen[groupNumber]) -
+                                     ((FIXP_DBL)6<<(DFRACT_BITS-1-LD_DATA_SHIFT)) );
+          }
+
+          /* Long-Window */
+          else {
+            if ((FIXP_DBL)redVal[0] >= FL2FXCONST_DBL(1.0f)-sfbThrExp) {
+              sfbThrReducedLdData = FL2FXCONST_DBL(0.0f);
+            }
+            else {
+              /* threshold reduction formula */
+              sfbThrReducedLdData = CalcLdData(sfbThrExp + redVal[0]);
+              sfbThrReducedLdData <<= 2;
+            }
+          }
+
+          /* avoid holes */
+          if ( ((sfbThrReducedLdData - sfbEnLdData) > qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] )
+                  && (ahFlag[ch][sfbGrp+sfb] != NO_AH) )
+          {
+            if (qcOutChan->sfbMinSnrLdData[sfbGrp+sfb]  > (FL2FXCONST_DBL(-1.0f) - sfbEnLdData) ){
+                 sfbThrReducedLdData = fixMax((qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + sfbEnLdData), sfbThrLdData);
+            }
+            else sfbThrReducedLdData = sfbThrLdData;
+            ahFlag[ch][sfbGrp+sfb] = AH_ACTIVE;
+          }
+
+          if (sfbThrReducedLdData<FL2FXCONST_DBL(-0.5f))
+               sfbThrReducedLdData = FL2FXCONST_DBL(-1.f);
+
+          /* minimum of 29 dB Ratio for Thresholds */
+          if ((sfbEnLdData+FL2FXCONST_DBL(1.0f)) > FL2FXCONST_DBL(9.6336206/LD_DATA_SCALING)){
+            sfbThrReducedLdData = fixMax(sfbThrReducedLdData, sfbEnLdData - FL2FXCONST_DBL(9.6336206/LD_DATA_SCALING));
+          }
+
+          sfbThrReducedLdData = fixMax(MIN_LDTHRESH,sfbThrReducedLdData);
+
+          qcOutChan->sfbThresholdLdData[sfbGrp+sfb] = sfbThrReducedLdData;
+        }
+      }
+    }
+  }
+}
+
+/*****************************************************************************
+functionname: FDKaacEnc_correctThresh
+description:  if pe difference deltaPe between desired pe and real pe is small enough,
+the difference can be distributed among the scale factor bands.
+New thresholds can be derived from this pe-difference
+*****************************************************************************/
+static void FDKaacEnc_correctThresh(CHANNEL_MAPPING* cm,
+                          QC_OUT_ELEMENT*  qcElement[(8)],
+                          PSY_OUT_ELEMENT* psyOutElement[(8)],
+                          UCHAR            ahFlag[(8)][(2)][MAX_GROUPED_SFB],
+                          FIXP_DBL         thrExp[(8)][(2)][MAX_GROUPED_SFB],
+                          const            FIXP_DBL redVal[(8)],
+                          const            SCHAR redValScaling[(8)],
+                          const            INT deltaPe,
+                          const            INT processElements,
+                          const            INT elementOffset)
+{
+   INT ch, sfb, sfbGrp;
+   QC_OUT_CHANNEL *qcOutChan;
+   PSY_OUT_CHANNEL *psyOutChan;
+   PE_CHANNEL_DATA *peChanData;
+   FIXP_DBL thrFactorLdData;
+   FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrReducedLdData;
+   FIXP_DBL *sfbPeFactorsLdData[(8)][(2)];
+   FIXP_DBL sfbNActiveLinesLdData[(8)][(2)][MAX_GROUPED_SFB];
+   INT      normFactorInt;
+   FIXP_DBL normFactorLdData;
+
+   INT nElements = elementOffset+processElements;
+   INT elementId;
+
+   /* scratch is empty; use temporal memory from quantSpec in QC_OUT_CHANNEL */
+   for(elementId=elementOffset;elementId<nElements;elementId++) {
+     for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+       SHORT* ptr = qcElement[elementId]->qcOutChannel[ch]->quantSpec;
+       sfbPeFactorsLdData[elementId][ch] = (FIXP_DBL*)ptr;
+     }
+   }
+
+   /* for each sfb calc relative factors for pe changes */
+   normFactorInt = 0;
+
+   for(elementId=elementOffset;elementId<nElements;elementId++) {
+     if (cm->elInfo[elementId].elType != ID_DSE) {
+
+       for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+
+          qcOutChan = qcElement[elementId]->qcOutChannel[ch];
+          psyOutChan = psyOutElement[elementId]->psyOutChannel[ch];
+          peChanData = &qcElement[elementId]->peData.peChannelData[ch];
+
+          for(sfbGrp = 0; sfbGrp < psyOutChan->sfbCnt; sfbGrp+= psyOutChan->sfbPerGroup){
+            for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
+
+             if ( peChanData->sfbNActiveLines[sfbGrp+sfb] == 0 ) {
+                sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] = FL2FXCONST_DBL(-1.0f);
+             }
+             else {
+                /* Both CalcLdInt and CalcLdData can be used!
+                 * No offset has to be subtracted, because sfbNActiveLinesLdData
+                 * is shorted while thrFactor calculation */
+                sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] = CalcLdInt(peChanData->sfbNActiveLines[sfbGrp+sfb]);
+             }
+             if ( ((ahFlag[elementId][ch][sfbGrp+sfb] < AH_ACTIVE) || (deltaPe > 0)) &&
+                   peChanData->sfbNActiveLines[sfbGrp+sfb] != 0 )
+             {
+                if (thrExp[elementId][ch][sfbGrp+sfb] > -redVal[elementId]) {
+
+                   /* sfbPeFactors[ch][sfbGrp+sfb] = peChanData->sfbNActiveLines[sfbGrp+sfb] /
+                                     (thrExp[elementId][ch][sfbGrp+sfb] + redVal[elementId]); */
+
+                   int minScale = fixMin(CountLeadingBits(thrExp[elementId][ch][sfbGrp+sfb]), CountLeadingBits(redVal[elementId]) - (DFRACT_BITS-1-redValScaling[elementId]) ) - 1;
+
+                   /* sumld = ld64( sfbThrExp + redVal ) */
+                   FIXP_DBL sumLd = CalcLdData(scaleValue(thrExp[elementId][ch][sfbGrp+sfb], minScale) + scaleValue(redVal[elementId], (DFRACT_BITS-1-redValScaling[elementId])+minScale))
+                                               - (FIXP_DBL)(minScale<<(DFRACT_BITS-1-LD_DATA_SHIFT));
+
+                   if (sumLd < FL2FXCONST_DBL(0.f)) {
+                      sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] = sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] - sumLd;
+                   }
+                   else {
+                     if ( sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] > (FL2FXCONST_DBL(-1.f) + sumLd) ) {
+                       sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] = sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] - sumLd;
+                     }
+                     else {
+                      sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] = sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb];
+                     }
+                   }
+
+                   normFactorInt += (INT)CalcInvLdData(sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb]);
+                }
+                else sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] = FL2FXCONST_DBL(1.0f);
+             }
+             else sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] = FL2FXCONST_DBL(-1.0f);
+            }
+          }
+       }
+     }
+   }
+
+   /* normFactorLdData = ld64(deltaPe/normFactorInt) */
+   normFactorLdData = CalcLdData((FIXP_DBL)((deltaPe<0) ? (-deltaPe) : (deltaPe))) - CalcLdData((FIXP_DBL)normFactorInt);
+
+   /* distribute the pe difference to the scalefactors
+      and calculate the according thresholds */
+   for(elementId=elementOffset;elementId<nElements;elementId++) {
+     if (cm->elInfo[elementId].elType != ID_DSE) {
+
+       for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+          qcOutChan = qcElement[elementId]->qcOutChannel[ch];
+          psyOutChan = psyOutElement[elementId]->psyOutChannel[ch];
+          peChanData = &qcElement[elementId]->peData.peChannelData[ch];
+
+          for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){
+            for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
+
+              if (peChanData->sfbNActiveLines[sfbGrp+sfb] > 0) {
+
+                 /* pe difference for this sfb */
+                 if ( (sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb]==FL2FXCONST_DBL(-1.0f)) ||
+                      (deltaPe==0) )
+                 {
+                   thrFactorLdData = FL2FXCONST_DBL(0.f);
+                 }
+                 else {
+                   /* new threshold */
+                   FIXP_DBL tmp = CalcInvLdData(sfbPeFactorsLdData[elementId][ch][sfbGrp+sfb] + normFactorLdData - sfbNActiveLinesLdData[elementId][ch][sfbGrp+sfb] - FL2FXCONST_DBL((float)LD_DATA_SHIFT/LD_DATA_SCALING));
+
+                   /* limit thrFactor to 60dB */
+                   tmp = (deltaPe<0) ? tmp : (-tmp);
+                   thrFactorLdData = FDKmin(tmp, FL2FXCONST_DBL(20.f/LD_DATA_SCALING));
+                 }
+
+                 /* new threshold */
+                 sfbThrLdData = qcOutChan->sfbThresholdLdData[sfbGrp+sfb];
+                 sfbEnLdData  = qcOutChan->sfbWeightedEnergyLdData[sfbGrp+sfb];
+
+                 if (thrFactorLdData < FL2FXCONST_DBL(0.f)) {
+                   if( sfbThrLdData > (FL2FXCONST_DBL(-1.f)-thrFactorLdData) ) {
+                     sfbThrReducedLdData = sfbThrLdData + thrFactorLdData;
+                   }
+                   else {
+                     sfbThrReducedLdData = FL2FXCONST_DBL(-1.f);
+                   }
+                 }
+                 else{
+                    sfbThrReducedLdData = sfbThrLdData + thrFactorLdData;
+                 }
+
+                 /* avoid hole */
+                 if ( (sfbThrReducedLdData - sfbEnLdData > qcOutChan->sfbMinSnrLdData[sfbGrp+sfb]) &&
+                      (ahFlag[elementId][ch][sfbGrp+sfb] == AH_INACTIVE) )
+                 {
+                    /* sfbThrReduced = max(psyOutChan[ch]->sfbMinSnr[i] * sfbEn, sfbThr); */
+                    if ( sfbEnLdData > (sfbThrLdData-qcOutChan->sfbMinSnrLdData[sfbGrp+sfb]) ) {
+                        sfbThrReducedLdData = qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + sfbEnLdData;
+                    }
+                    else {
+                        sfbThrReducedLdData = sfbThrLdData;
+                    }
+                    ahFlag[elementId][ch][sfbGrp+sfb] = AH_ACTIVE;
+                 }
+
+                 qcOutChan->sfbThresholdLdData[sfbGrp+sfb] = sfbThrReducedLdData;
+              }
+            }
+          }
+       }
+     }
+   }
+}
+
+/*****************************************************************************
+    functionname: FDKaacEnc_reduceMinSnr
+    description:  if the desired pe can not be reached, reduce pe by
+                  reducing minSnr
+*****************************************************************************/
+void FDKaacEnc_reduceMinSnr(CHANNEL_MAPPING* cm,
+                            QC_OUT_ELEMENT*  qcElement[(8)],
+                            PSY_OUT_ELEMENT* psyOutElement[(8)],
+                            UCHAR            ahFlag[(8)][(2)][MAX_GROUPED_SFB],
+                            const            INT desiredPe,
+                            INT*             redPeGlobal,
+                            const            INT processElements,
+                            const            INT elementOffset)
+
+{
+   INT elementId;
+   INT nElements = elementOffset+processElements;
+
+   INT newGlobalPe = *redPeGlobal;
+
+   for(elementId=elementOffset;elementId<nElements;elementId++) {
+     if (cm->elInfo[elementId].elType != ID_DSE) {
+       INT ch;
+       INT maxSfbPerGroup[2];
+       INT sfbCnt[2];
+       INT sfbPerGroup[2];
+
+       for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+         maxSfbPerGroup[ch] = psyOutElement[elementId]->psyOutChannel[ch]->maxSfbPerGroup-1;
+         sfbCnt[ch]         = psyOutElement[elementId]->psyOutChannel[ch]->sfbCnt;
+         sfbPerGroup[ch]    = psyOutElement[elementId]->psyOutChannel[ch]->sfbPerGroup;
+       }
+
+       PE_DATA *peData = &qcElement[elementId]->peData;
+
+       do
+       {
+         for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+
+            INT sfb, sfbGrp;
+            QC_OUT_CHANNEL  *qcOutChan = qcElement[elementId]->qcOutChannel[ch];
+            INT noReduction = 1;
+
+            if (maxSfbPerGroup[ch]>=0) {  /* sfb in next channel */
+              INT deltaPe = 0;
+              sfb = maxSfbPerGroup[ch]--;
+              noReduction = 0;
+
+              for (sfbGrp = 0; sfbGrp < sfbCnt[ch]; sfbGrp += sfbPerGroup[ch]) {
+
+                if (ahFlag[elementId][ch][sfbGrp+sfb] != NO_AH &&
+                    qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] < SnrLdFac)
+                {
+                  /* increase threshold to new minSnr of 1dB */
+                  qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] = SnrLdFac;
+
+                  /* sfbThrReduced = max(psyOutChan[ch]->sfbMinSnr[i] * sfbEn, sfbThr); */
+                  if ( qcOutChan->sfbWeightedEnergyLdData[sfbGrp+sfb] >= qcOutChan->sfbThresholdLdData[sfbGrp+sfb] - qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] ) {
+
+                     qcOutChan->sfbThresholdLdData[sfbGrp+sfb] = qcOutChan->sfbWeightedEnergyLdData[sfbGrp+sfb] + qcOutChan->sfbMinSnrLdData[sfbGrp+sfb];
+
+                     /* calc new pe */
+                     /* C2 + C3*ld(1/0.8) = 1.5 */
+                     deltaPe -= (peData->peChannelData[ch].sfbPe[sfbGrp+sfb]>>PE_CONSTPART_SHIFT);
+
+                     /* sfbPe = 1.5 * sfbNLines */
+                     peData->peChannelData[ch].sfbPe[sfbGrp+sfb] = (3*peData->peChannelData[ch].sfbNLines[sfbGrp+sfb]) << (PE_CONSTPART_SHIFT-1);
+                     deltaPe += (peData->peChannelData[ch].sfbPe[sfbGrp+sfb]>>PE_CONSTPART_SHIFT);
+                   }
+                }
+
+              } /* sfbGrp loop */
+
+              peData->pe += deltaPe;
+              peData->peChannelData[ch].pe += deltaPe;
+              newGlobalPe += deltaPe;
+
+              /* stop if enough has been saved */
+              if (peData->pe <= desiredPe) {
+                goto bail;
+              }
+
+            } /* sfb > 0 */
+
+            if ( (ch==(cm->elInfo[elementId].nChannelsInEl-1)) && noReduction ) {
+              goto bail;
+            }
+
+         } /* ch loop */
+
+       } while ( peData->pe > desiredPe);
+
+     } /* != ID_DSE */
+   } /* element loop */
+
+
+bail:
+   /* update global PE */
+   *redPeGlobal = newGlobalPe;
+}
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_allowMoreHoles
+    description:  if the desired pe can not be reached, some more scalefactor
+                  bands have to be quantized to zero
+*****************************************************************************/
+static void FDKaacEnc_allowMoreHoles(CHANNEL_MAPPING* cm,
+                           QC_OUT_ELEMENT*  qcElement[(8)],
+                           PSY_OUT_ELEMENT* psyOutElement[(8)],
+                           ATS_ELEMENT*     AdjThrStateElement[(8)],
+                           UCHAR            ahFlag[(8)][(2)][MAX_GROUPED_SFB],
+                           const INT        desiredPe,
+                           const INT        currentPe,
+                           const int        processElements,
+                           const int        elementOffset)
+{
+  INT elementId;
+  INT nElements = elementOffset+processElements;
+  INT actPe = currentPe;
+
+  if (actPe <= desiredPe) {
+    return; /* nothing to do */
+  }
+
+  for (elementId = elementOffset;elementId<nElements;elementId++) {
+    if (cm->elInfo[elementId].elType != ID_DSE) {
+
+      INT ch, sfb, sfbGrp;
+
+      PE_DATA *peData = &qcElement[elementId]->peData;
+      const INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+
+      QC_OUT_CHANNEL*  qcOutChannel[(2)] = {NULL};
+      PSY_OUT_CHANNEL* psyOutChannel[(2)] = {NULL};
+
+      for (ch=0; ch<nChannels; ch++) {
+
+        /* init pointers */
+        qcOutChannel[ch] = qcElement[elementId]->qcOutChannel[ch];
+        psyOutChannel[ch] = psyOutElement[elementId]->psyOutChannel[ch];
+
+        for(sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+= psyOutChannel[ch]->sfbPerGroup) {
+          for (sfb=psyOutChannel[ch]->maxSfbPerGroup; sfb<psyOutChannel[ch]->sfbPerGroup; sfb++) {
+            peData->peChannelData[ch].sfbPe[sfbGrp+sfb] = 0;
+          }
+        }
+      }
+
+      /* for MS allow hole in the channel with less energy */
+      if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) {
+
+        for (sfb=0; sfb<psyOutChannel[0]->maxSfbPerGroup; sfb++) {
+          for(sfbGrp=0; sfbGrp < psyOutChannel[0]->sfbCnt; sfbGrp+=psyOutChannel[0]->sfbPerGroup) {
+            if (psyOutElement[elementId]->toolsInfo.msMask[sfbGrp+sfb]) {
+              FIXP_DBL EnergyLd_L = qcOutChannel[0]->sfbWeightedEnergyLdData[sfbGrp+sfb];
+              FIXP_DBL EnergyLd_R = qcOutChannel[1]->sfbWeightedEnergyLdData[sfbGrp+sfb];
+
+              /* allow hole in side channel ? */
+              if ( (ahFlag[elementId][1][sfbGrp+sfb] != NO_AH) &&
+                   (((FL2FXCONST_DBL(-0.02065512648f)>>1) + (qcOutChannel[0]->sfbMinSnrLdData[sfbGrp+sfb]>>1))
+                        > ((EnergyLd_R>>1) - (EnergyLd_L>>1))) )
+              {
+                  ahFlag[elementId][1][sfbGrp+sfb] = NO_AH;
+                  qcOutChannel[1]->sfbThresholdLdData[sfbGrp+sfb] = FL2FXCONST_DBL(0.015625f) + EnergyLd_R;
+                  actPe -= peData->peChannelData[1].sfbPe[sfbGrp+sfb]>>PE_CONSTPART_SHIFT;
+              }
+              /* allow hole in mid channel ? */
+              else if ( (ahFlag[elementId][0][sfbGrp+sfb] != NO_AH) &&
+                        (((FL2FXCONST_DBL(-0.02065512648f)>>1) + (qcOutChannel[1]->sfbMinSnrLdData[sfbGrp+sfb]>>1))
+                             > ((EnergyLd_L>>1) - (EnergyLd_R>>1))) )
+              {
+                  ahFlag[elementId][0][sfbGrp+sfb] = NO_AH;
+                  qcOutChannel[0]->sfbThresholdLdData[sfbGrp+sfb] = FL2FXCONST_DBL(0.015625f) + EnergyLd_L;
+                  actPe -= peData->peChannelData[0].sfbPe[sfbGrp+sfb]>>PE_CONSTPART_SHIFT;
+              } /* if (ahFlag) */
+            } /* if MS */
+          } /* sfbGrp */
+          if (actPe <= desiredPe) {
+            return; /* stop if enough has been saved */
+          }
+        } /* sfb */
+      } /* MS possible ? */
+
+      /* more holes necessary? subsequently erase bands
+         starting with low energies */
+      INT startSfb[2];
+      FIXP_DBL avgEnLD64,minEnLD64;
+      INT ahCnt;
+      FIXP_DBL ahCntLD64;
+      INT enIdx;
+      FIXP_DBL enLD64[4];
+      FIXP_DBL avgEn;
+
+      /* do not go below startSfb */
+      for (ch=0; ch<nChannels; ch++) {
+        if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW)
+          startSfb[ch] = AdjThrStateElement[elementId]->ahParam.startSfbL;
+        else
+          startSfb[ch] = AdjThrStateElement[elementId]->ahParam.startSfbS;
+      }
+
+      /* calc avg and min energies of bands that avoid holes */
+      avgEn = FL2FXCONST_DBL(0.0f);
+      minEnLD64 = FL2FXCONST_DBL(0.0f);
+      ahCnt = 0;
+
+      for (ch=0; ch<nChannels; ch++) {
+
+        sfbGrp=0;
+        sfb=startSfb[ch];
+
+        do {
+          for (; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+            if ((ahFlag[elementId][ch][sfbGrp+sfb]!=NO_AH) &&
+                (qcOutChannel[ch]->sfbWeightedEnergyLdData[sfbGrp+sfb] > qcOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb])){
+              minEnLD64 = fixMin(minEnLD64,qcOutChannel[ch]->sfbEnergyLdData[sfbGrp+sfb]);
+              avgEn += qcOutChannel[ch]->sfbEnergy[sfbGrp+sfb] >> 6;
+              ahCnt++;
+            }
+          }
+
+          sfbGrp += psyOutChannel[ch]->sfbPerGroup;
+          sfb=0;
+
+        } while (sfbGrp < psyOutChannel[ch]->sfbCnt);
+      }
+
+      if ( (avgEn == FL2FXCONST_DBL(0.0f)) || (ahCnt == 0) ) {
+        avgEnLD64 = FL2FXCONST_DBL(0.0f);
+      }
+      else {
+        avgEnLD64 = CalcLdData(avgEn);
+        ahCntLD64 = CalcLdInt(ahCnt);
+        avgEnLD64 = avgEnLD64 + FL2FXCONST_DBL(0.09375f) - ahCntLD64; /* compensate shift with 6 */
+      }
+
+      /* calc some energy borders between minEn and avgEn */
+      /* for (enIdx=0; enIdx<4; enIdx++) */
+        /* en[enIdx] = minEn * (float)FDKpow(avgEn/(minEn+FLT_MIN), (2*enIdx+1)/7.0f); */
+      enLD64[0] = minEnLD64 + fMult((avgEnLD64-minEnLD64),FL2FXCONST_DBL(0.14285714285f));
+      enLD64[1] = minEnLD64 + fMult((avgEnLD64-minEnLD64),FL2FXCONST_DBL(0.42857142857f));
+      enLD64[2] = minEnLD64 + fMult((avgEnLD64-minEnLD64),FL2FXCONST_DBL(0.71428571428f));
+      enLD64[3] = minEnLD64 + (avgEnLD64-minEnLD64);
+
+      for (enIdx=0; enIdx<4; enIdx++) {
+        INT noReduction = 1;
+
+        INT maxSfbPerGroup[2];
+        INT sfbCnt[2];
+        INT sfbPerGroup[2];
+
+        for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+          maxSfbPerGroup[ch] = psyOutElement[elementId]->psyOutChannel[ch]->maxSfbPerGroup-1;
+          sfbCnt[ch]         = psyOutElement[elementId]->psyOutChannel[ch]->sfbCnt;
+          sfbPerGroup[ch]    = psyOutElement[elementId]->psyOutChannel[ch]->sfbPerGroup;
+        }
+
+        do {
+
+          noReduction = 1;
+
+          for(ch=0; ch<cm->elInfo[elementId].nChannelsInEl; ch++) {
+
+            INT sfb, sfbGrp;
+
+            /* start with lowest energy border at highest sfb */
+            if (maxSfbPerGroup[ch]>=startSfb[ch]) {  /* sfb in next channel */
+              sfb = maxSfbPerGroup[ch]--;
+              noReduction = 0;
+
+              for (sfbGrp = 0; sfbGrp < sfbCnt[ch]; sfbGrp += sfbPerGroup[ch]) {
+                /* sfb energy below border ? */
+                if (ahFlag[elementId][ch][sfbGrp+sfb] != NO_AH && qcOutChannel[ch]->sfbEnergyLdData[sfbGrp+sfb] < enLD64[enIdx]) {
+                  /* allow hole */
+                  ahFlag[elementId][ch][sfbGrp+sfb] = NO_AH;
+                  qcOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb] = FL2FXCONST_DBL(0.015625f) + qcOutChannel[ch]->sfbWeightedEnergyLdData[sfbGrp+sfb];
+                  actPe -= peData->peChannelData[ch].sfbPe[sfbGrp+sfb]>>PE_CONSTPART_SHIFT;
+                }
+              } /* sfbGrp  */
+
+              if (actPe <= desiredPe) {
+                return; /* stop if enough has been saved */
+              }
+            } /* sfb > 0 */
+          } /* ch loop */
+
+        } while( (noReduction == 0) && (actPe > desiredPe) );
+
+        if (actPe <= desiredPe) {
+          return; /* stop if enough has been saved */
+        }
+
+      } /* enIdx loop */
+
+    } /* EOF DSE-suppression */
+  } /* EOF for all elements... */
+
+}
+
+/* reset avoid hole flags from AH_ACTIVE to AH_INACTIVE  */
+static void FDKaacEnc_resetAHFlags( UCHAR ahFlag[(2)][MAX_GROUPED_SFB],
+                          const int nChannels,
+                          PSY_OUT_CHANNEL  *psyOutChannel[(2)])
+{
+  int ch, sfb, sfbGrp;
+
+  for(ch=0; ch<nChannels; ch++) {
+    for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
+      for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+        if ( ahFlag[ch][sfbGrp+sfb] == AH_ACTIVE) {
+          ahFlag[ch][sfbGrp+sfb] = AH_INACTIVE;
+        }
+      }
+    }
+  }
+}
+
+
+static FIXP_DBL CalcRedValPower(FIXP_DBL num,
+                                FIXP_DBL denum,
+                                INT*     scaling )
+{
+    FIXP_DBL value = FL2FXCONST_DBL(0.f);
+
+    if (num>=FL2FXCONST_DBL(0.f)) {
+      value = fDivNorm( num, denum, scaling);
+    }
+    else {
+      value = -fDivNorm( -num, denum, scaling);
+    }
+    value = f2Pow(value, *scaling, scaling);
+    *scaling = DFRACT_BITS-1-*scaling;
+
+    return value;
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_adaptThresholdsToPe
+description:  two guesses for the reduction value and one final correction of the thresholds
+*****************************************************************************/
+static void FDKaacEnc_adaptThresholdsToPe(CHANNEL_MAPPING*  cm,
+                                ATS_ELEMENT*      AdjThrStateElement[(8)],
+                                QC_OUT_ELEMENT*   qcElement[(8)],
+                                PSY_OUT_ELEMENT*  psyOutElement[(8)],
+                                const INT         desiredPe,
+                                const INT         processElements,
+                                const INT         elementOffset)
+{
+   FIXP_DBL redValue[(8)];
+   SCHAR    redValScaling[(8)];
+   UCHAR    pAhFlag[(8)][(2)][MAX_GROUPED_SFB];
+   FIXP_DBL pThrExp[(8)][(2)][MAX_GROUPED_SFB];
+   int iter;
+
+   INT constPartGlobal, noRedPeGlobal, nActiveLinesGlobal, redPeGlobal;
+   constPartGlobal = noRedPeGlobal = nActiveLinesGlobal = redPeGlobal = 0;
+
+   int elementId;
+
+   int nElements = elementOffset+processElements;
+   if(nElements > cm->nElements) {
+     nElements = cm->nElements;
+   }
+
+   /* ------------------------------------------------------- */
+   /* Part I: Initialize data structures and variables... */
+   /* ------------------------------------------------------- */
+   for (elementId = elementOffset;elementId<nElements;elementId++) {
+     if (cm->elInfo[elementId].elType != ID_DSE) {
+
+       INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+       PE_DATA *peData    = &qcElement[elementId]->peData;
+
+       /* thresholds to the power of redExp */
+       FDKaacEnc_calcThreshExp(pThrExp[elementId], qcElement[elementId]->qcOutChannel, psyOutElement[elementId]->psyOutChannel, nChannels);
+
+       /* lower the minSnr requirements for low energies compared to the average
+          energy in this frame */
+       FDKaacEnc_adaptMinSnr(qcElement[elementId]->qcOutChannel, psyOutElement[elementId]->psyOutChannel, &AdjThrStateElement[elementId]->minSnrAdaptParam, nChannels);
+
+       /* init ahFlag (0: no ah necessary, 1: ah possible, 2: ah active */
+       FDKaacEnc_initAvoidHoleFlag(qcElement[elementId]->qcOutChannel, psyOutElement[elementId]->psyOutChannel, pAhFlag[elementId], &psyOutElement[elementId]->toolsInfo, nChannels, peData, &AdjThrStateElement[elementId]->ahParam);
+
+       /* sum up */
+       constPartGlobal    += peData->constPart;
+       noRedPeGlobal      += peData->pe;
+       nActiveLinesGlobal += fixMax((INT)peData->nActiveLines, 1);
+
+     } /* EOF DSE-suppression */
+   } /* EOF for all elements... */
+
+   /* ----------------------------------------------------------------------- */
+   /* Part II: Calculate bit consumption of initial bit constraints setup */
+   /* ----------------------------------------------------------------------- */
+   for (elementId = elementOffset;elementId<nElements;elementId++) {
+     if (cm->elInfo[elementId].elType != ID_DSE) {
+       /*
+       redVal = ( 2 ^ ( (constPartGlobal-desiredPe) / (invRedExp*nActiveLinesGlobal) )
+                - 2 ^ ( (constPartGlobal-noRedPeGlobal) / (invRedExp*nActiveLinesGlobal) ) )
+       */
+
+
+       INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+       PE_DATA *peData    = &qcElement[elementId]->peData;
+
+       /* first guess of reduction value */
+       int scale0=0, scale1=0;
+       FIXP_DBL tmp0 = CalcRedValPower( constPartGlobal-desiredPe, 4*nActiveLinesGlobal, &scale0 );
+       FIXP_DBL tmp1 = CalcRedValPower( constPartGlobal-noRedPeGlobal, 4*nActiveLinesGlobal, &scale1 );
+
+       int scalMin = FDKmin(scale0, scale1)-1;
+
+       redValue[elementId]  = scaleValue(tmp0,(scalMin-scale0)) - scaleValue(tmp1,(scalMin-scale1));
+       redValScaling[elementId] = scalMin;
+
+       /* reduce thresholds */
+       FDKaacEnc_reduceThresholdsCBR(qcElement[elementId]->qcOutChannel, psyOutElement[elementId]->psyOutChannel, pAhFlag[elementId], pThrExp[elementId], nChannels, redValue[elementId], redValScaling[elementId]);
+
+       /* pe after first guess */
+       FDKaacEnc_calcPe(psyOutElement[elementId]->psyOutChannel, qcElement[elementId]->qcOutChannel, peData, nChannels);
+
+       redPeGlobal += peData->pe;
+     } /* EOF DSE-suppression */
+   } /* EOF for all elements... */
+
+   /* -------------------------------------------------- */
+   /* Part III: Iterate until bit constraints are met */
+   /* -------------------------------------------------- */
+   iter = 0;
+   while ((fixp_abs(redPeGlobal - desiredPe) > fMultI(FL2FXCONST_DBL(0.05f),desiredPe)) && (iter < 1)) {
+
+     INT desiredPeNoAHGlobal;
+     INT redPeNoAHGlobal = 0;
+     INT constPartNoAHGlobal = 0;
+     INT nActiveLinesNoAHGlobal = 0;
+
+     for (elementId = elementOffset;elementId<nElements;elementId++) {
+       if (cm->elInfo[elementId].elType != ID_DSE) {
+
+         INT redPeNoAH, constPartNoAH, nActiveLinesNoAH;
+         INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+         PE_DATA *peData    = &qcElement[elementId]->peData;
+
+         /* pe for bands where avoid hole is inactive */
+         FDKaacEnc_FDKaacEnc_calcPeNoAH(&redPeNoAH, &constPartNoAH, &nActiveLinesNoAH,
+                    peData, pAhFlag[elementId], psyOutElement[elementId]->psyOutChannel, nChannels);
+
+         redPeNoAHGlobal += redPeNoAH;
+         constPartNoAHGlobal += constPartNoAH;
+         nActiveLinesNoAHGlobal += nActiveLinesNoAH;
+       } /* EOF DSE-suppression */
+     } /* EOF for all elements... */
+
+     /* Calculate new redVal ... */
+     if(desiredPe < redPeGlobal) {
+
+       /* new desired pe without bands where avoid hole is active */
+       desiredPeNoAHGlobal = desiredPe - (redPeGlobal - redPeNoAHGlobal);
+
+       /* limit desiredPeNoAH to positive values, as the PE can not become negative */
+       desiredPeNoAHGlobal = FDKmax(0,desiredPeNoAHGlobal);
+
+       /* second guess (only if there are bands left where avoid hole is inactive)*/
+       if (nActiveLinesNoAHGlobal > 0) {
+         for (elementId = elementOffset;elementId<nElements;elementId++) {
+           if (cm->elInfo[elementId].elType != ID_DSE) {
+             /*
+             redVal += ( 2 ^ ( (constPartNoAHGlobal-desiredPeNoAHGlobal) / (invRedExp*nActiveLinesNoAHGlobal) )
+                       - 2 ^ ( (constPartNoAHGlobal-redPeNoAHGlobal) / (invRedExp*nActiveLinesNoAHGlobal) ) )
+             */
+             int scale0 = 0;
+             int scale1 = 0;
+
+             FIXP_DBL tmp0 = CalcRedValPower( constPartNoAHGlobal-desiredPeNoAHGlobal, 4*nActiveLinesNoAHGlobal, &scale0 );
+             FIXP_DBL tmp1 = CalcRedValPower( constPartNoAHGlobal-redPeNoAHGlobal, 4*nActiveLinesNoAHGlobal, &scale1 );
+
+             int scalMin = FDKmin(scale0, scale1)-1;
+
+             tmp0 = scaleValue(tmp0,(scalMin-scale0)) - scaleValue(tmp1,(scalMin-scale1));
+             scale0 = scalMin;
+
+             /* old reduction value */
+             tmp1 = redValue[elementId];
+             scale1 = redValScaling[elementId];
+
+             scalMin = fixMin(scale0,scale1)-1;
+
+             /* sum up old and new reduction value */
+             redValue[elementId] = scaleValue(tmp0,(scalMin-scale0)) + scaleValue(tmp1,(scalMin-scale1));
+             redValScaling[elementId] = scalMin;
+
+           } /* EOF DSE-suppression */
+         } /* EOF for all elements... */
+       } /* nActiveLinesNoAHGlobal > 0 */
+     }
+     else {
+        /* desiredPe >= redPeGlobal */
+        for (elementId = elementOffset;elementId<nElements;elementId++) {
+          if (cm->elInfo[elementId].elType != ID_DSE) {
+
+            INT redVal_scale = 0;
+            FIXP_DBL tmp = fDivNorm((FIXP_DBL)redPeGlobal, (FIXP_DBL)desiredPe, &redVal_scale);
+
+            /* redVal *= redPeGlobal/desiredPe; */
+            redValue[elementId] = fMult(redValue[elementId], tmp);
+            redValScaling[elementId] -= redVal_scale;
+
+            FDKaacEnc_resetAHFlags(pAhFlag[elementId], cm->elInfo[elementId].nChannelsInEl, psyOutElement[elementId]->psyOutChannel);
+          } /* EOF DSE-suppression */
+        } /* EOF for all elements... */
+     }
+
+     redPeGlobal = 0;
+     /* Calculate new redVal's PE... */
+     for (elementId = elementOffset;elementId<nElements;elementId++) {
+       if (cm->elInfo[elementId].elType != ID_DSE) {
+
+         INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+         PE_DATA *peData    = &qcElement[elementId]->peData;
+
+         /* reduce thresholds */
+         FDKaacEnc_reduceThresholdsCBR(qcElement[elementId]->qcOutChannel, psyOutElement[elementId]->psyOutChannel, pAhFlag[elementId], pThrExp[elementId], nChannels, redValue[elementId], redValScaling[elementId]);
+
+         /* pe after second guess */
+         FDKaacEnc_calcPe(psyOutElement[elementId]->psyOutChannel, qcElement[elementId]->qcOutChannel, peData, nChannels);
+         redPeGlobal += peData->pe;
+
+       } /* EOF DSE-suppression */
+     } /* EOF for all elements... */
+
+     iter++;
+   } /* EOF while */
+
+
+   /* ------------------------------------------------------- */
+   /* Part IV: if still required, further reduce constraints  */
+   /* ------------------------------------------------------- */
+   /*                  1.0*        1.15*       1.20*
+    *               desiredPe   desiredPe   desiredPe
+    *                   |           |           |
+    * ...XXXXXXXXXXXXXXXXXXXXXXXXXXX|           |
+    *                   |           |           |XXXXXXXXXXX...
+    *                   |           |XXXXXXXXXXX|
+    *            --- A ---          | --- B --- | --- C ---
+    *
+    * (X): redPeGlobal
+    * (A): FDKaacEnc_correctThresh()
+    * (B): FDKaacEnc_allowMoreHoles()
+    * (C): FDKaacEnc_reduceMinSnr()
+   */
+
+   /* correct thresholds to get closer to the desired pe */
+   if ( redPeGlobal > desiredPe ) {
+     FDKaacEnc_correctThresh(cm, qcElement, psyOutElement, pAhFlag, pThrExp, redValue, redValScaling,
+                   desiredPe - redPeGlobal, processElements, elementOffset);
+
+     /* update PE */
+     redPeGlobal = 0;
+     for(elementId=elementOffset;elementId<nElements;elementId++) {
+       if (cm->elInfo[elementId].elType != ID_DSE) {
+
+         INT nChannels = cm->elInfo[elementId].nChannelsInEl;
+         PE_DATA *peData    = &qcElement[elementId]->peData;
+
+         /* pe after correctThresh */
+         FDKaacEnc_calcPe(psyOutElement[elementId]->psyOutChannel, qcElement[elementId]->qcOutChannel, peData, nChannels);
+         redPeGlobal += peData->pe;
+
+       } /* EOF DSE-suppression */
+     } /* EOF for all elements... */
+   }
+
+   if ( redPeGlobal > desiredPe ) {
+     /* reduce pe by reducing minSnr requirements */
+     FDKaacEnc_reduceMinSnr(cm, qcElement, psyOutElement, pAhFlag,
+                            (fMultI(FL2FXCONST_DBL(0.15f),desiredPe) + desiredPe),
+                            &redPeGlobal, processElements, elementOffset);
+
+     /* reduce pe by allowing additional spectral holes */
+     FDKaacEnc_allowMoreHoles(cm, qcElement, psyOutElement, AdjThrStateElement, pAhFlag,
+                    desiredPe, redPeGlobal, processElements, elementOffset);
+   }
+
+}
+
+/* similar to FDKaacEnc_adaptThresholdsToPe(), for  VBR-mode */
+void FDKaacEnc_AdaptThresholdsVBR(QC_OUT_CHANNEL* qcOutChannel[(2)],
+                               PSY_OUT_CHANNEL* psyOutChannel[(2)],
+                               ATS_ELEMENT* AdjThrStateElement,
+                               struct TOOLSINFO *toolsInfo,
+                               PE_DATA *peData,
+                               const INT nChannels)
+{
+   UCHAR    (*pAhFlag)[MAX_GROUPED_SFB];
+   FIXP_DBL (*pThrExp)[MAX_GROUPED_SFB];
+
+   /* allocate scratch memory */
+   C_ALLOC_SCRATCH_START(_pAhFlag, UCHAR, (2)*MAX_GROUPED_SFB)
+   C_ALLOC_SCRATCH_START(_pThrExp, FIXP_DBL, (2)*MAX_GROUPED_SFB)
+   pAhFlag = (UCHAR(*)[MAX_GROUPED_SFB])_pAhFlag;
+   pThrExp = (FIXP_DBL(*)[MAX_GROUPED_SFB])_pThrExp;
+
+   /* thresholds to the power of redExp */
+   FDKaacEnc_calcThreshExp(pThrExp, qcOutChannel, psyOutChannel, nChannels);
+
+   /* lower the minSnr requirements for low energies compared to the average
+      energy in this frame */
+   FDKaacEnc_adaptMinSnr(qcOutChannel, psyOutChannel, &AdjThrStateElement->minSnrAdaptParam, nChannels);
+
+   /* init ahFlag (0: no ah necessary, 1: ah possible, 2: ah active */
+   FDKaacEnc_initAvoidHoleFlag(qcOutChannel, psyOutChannel, pAhFlag, toolsInfo,
+                     nChannels, peData, &AdjThrStateElement->ahParam);
+
+   /* reduce thresholds */
+   FDKaacEnc_reduceThresholdsVBR(qcOutChannel, psyOutChannel, pAhFlag, pThrExp, nChannels,
+                       AdjThrStateElement->vbrQualFactor,
+                       &AdjThrStateElement->chaosMeasureOld);
+
+   /* free scratch memory */
+   C_ALLOC_SCRATCH_END(_pThrExp, FIXP_DBL, (2)*MAX_GROUPED_SFB)
+   C_ALLOC_SCRATCH_END(_pAhFlag, UCHAR, (2)*MAX_GROUPED_SFB)
+}
+
+
+/*****************************************************************************
+
+  functionname: FDKaacEnc_calcBitSave
+  description:  Calculates percentage of bit save, see figure below
+  returns:
+  input:        parameters and bitres-fullness
+  output:       percentage of bit save
+
+*****************************************************************************/
+/*
+        bitsave
+                    maxBitSave(%)|   clipLow
+                                 |---\
+                                 |    \
+                                 |     \
+                                 |      \
+                                 |       \
+                                 |--------\--------------> bitres
+                                 |         \
+                    minBitSave(%)|          \------------
+                                          clipHigh      maxBitres
+*/
+static FIXP_DBL FDKaacEnc_calcBitSave(FIXP_DBL fillLevel,
+    const FIXP_DBL clipLow,
+    const FIXP_DBL clipHigh,
+    const FIXP_DBL minBitSave,
+    const FIXP_DBL maxBitSave,
+    const FIXP_DBL bitsave_slope)
+{
+    FIXP_DBL bitsave;
+
+    fillLevel = fixMax(fillLevel, clipLow);
+    fillLevel = fixMin(fillLevel, clipHigh);
+
+    bitsave = maxBitSave - fMult((fillLevel-clipLow), bitsave_slope);
+
+    return (bitsave);
+}
+
+/*****************************************************************************
+
+  functionname: FDKaacEnc_calcBitSpend
+  description:  Calculates percentage of bit spend, see figure below
+  returns:
+  input:        parameters and bitres-fullness
+  output:       percentage of bit spend
+
+*****************************************************************************/
+/*
+                              bitspend      clipHigh
+                   maxBitSpend(%)|          /-----------maxBitres
+                                 |         /
+                                 |        /
+                                 |       /
+                                 |      /
+                                 |     /
+                                 |----/-----------------> bitres
+                                 |   /
+                   minBitSpend(%)|--/
+                                   clipLow
+*/
+static FIXP_DBL FDKaacEnc_calcBitSpend(FIXP_DBL fillLevel,
+    const FIXP_DBL clipLow,
+    const FIXP_DBL clipHigh,
+    const FIXP_DBL minBitSpend,
+    const FIXP_DBL maxBitSpend,
+    const FIXP_DBL bitspend_slope)
+{
+    FIXP_DBL bitspend;
+
+    fillLevel = fixMax(fillLevel, clipLow);
+    fillLevel = fixMin(fillLevel, clipHigh);
+
+    bitspend = minBitSpend + fMult(fillLevel-clipLow, bitspend_slope);
+
+    return (bitspend);
+}
+
+
+/*****************************************************************************
+
+  functionname: FDKaacEnc_adjustPeMinMax()
+  description:  adjusts peMin and peMax parameters over time
+  returns:
+  input:        current pe, peMin, peMax, bitres size
+  output:       adjusted peMin/peMax
+
+*****************************************************************************/
+static void FDKaacEnc_adjustPeMinMax(const INT currPe,
+    INT      *peMin,
+    INT      *peMax)
+{
+  FIXP_DBL minFacHi = FL2FXCONST_DBL(0.3f), maxFacHi = (FIXP_DBL)MAXVAL_DBL, minFacLo = FL2FXCONST_DBL(0.14f), maxFacLo = FL2FXCONST_DBL(0.07f);
+    INT diff;
+
+    INT minDiff_fix = fMultI(FL2FXCONST_DBL(0.1666666667f), currPe);
+
+    if (currPe > *peMax)
+    {
+        diff = (currPe-*peMax) ;
+        *peMin += fMultI(minFacHi,diff);
+        *peMax += fMultI(maxFacHi,diff);
+    }
+    else if (currPe < *peMin)
+    {
+        diff = (*peMin-currPe) ;
+        *peMin -= fMultI(minFacLo,diff);
+        *peMax -= fMultI(maxFacLo,diff);
+    }
+    else
+    {
+        *peMin += fMultI(minFacHi, (currPe - *peMin));
+        *peMax -= fMultI(maxFacLo, (*peMax - currPe));
+    }
+
+    if ((*peMax - *peMin) < minDiff_fix)
+    {
+        INT peMax_fix = *peMax, peMin_fix = *peMin;
+        FIXP_DBL partLo_fix, partHi_fix;
+
+        partLo_fix = (FIXP_DBL)fixMax(0, currPe - peMin_fix);
+        partHi_fix = (FIXP_DBL)fixMax(0, peMax_fix - currPe);
+
+        peMax_fix = (INT)(currPe + fMultI(fDivNorm(partHi_fix, (partLo_fix+partHi_fix)), minDiff_fix));
+        peMin_fix = (INT)(currPe - fMultI(fDivNorm(partLo_fix, (partLo_fix+partHi_fix)), minDiff_fix));
+        peMin_fix = fixMax(0, peMin_fix);
+
+        *peMax = peMax_fix;
+        *peMin = peMin_fix;
+    }
+}
+
+
+
+/*****************************************************************************
+
+  functionname: BitresCalcBitFac
+  description:  calculates factor of spending bits for one frame
+  1.0 : take all frame dynpart bits
+  >1.0 : take all frame dynpart bits + bitres
+  <1.0 : put bits in bitreservoir
+  returns:      BitFac
+  input:        bitres-fullness, pe, blockType, parameter-settings
+  output:
+
+*****************************************************************************/
+/*
+                     bitfac(%)            pemax
+                   bitspend(%)   |          /-----------maxBitres
+                                 |         /
+                                 |        /
+                                 |       /
+                                 |      /
+                                 |     /
+                                 |----/-----------------> pe
+                                 |   /
+                   bitsave(%)    |--/
+                                    pemin
+*/
+
+static FIXP_DBL FDKaacEnc_bitresCalcBitFac(const INT       bitresBits,
+    const INT        maxBitresBits,
+    const INT        pe,
+    const INT        lastWindowSequence,
+    const INT        avgBits,
+    const FIXP_DBL   maxBitFac,
+    ADJ_THR_STATE   *AdjThr,
+    ATS_ELEMENT     *adjThrChan)
+{
+    BRES_PARAM *bresParam;
+    INT pex;
+
+    INT qmin, qbr, qbres, qmbr;
+    FIXP_DBL bitSave, bitSpend;
+
+    FIXP_DBL bitresFac_fix, tmp_cst, tmp_fix;
+    FIXP_DBL pe_pers, bits_ratio, maxBrVal;
+    FIXP_DBL bitsave_slope, bitspend_slope, maxBitFac_tmp;
+    FIXP_DBL fillLevel_fix = (FIXP_DBL)0x7fffffff;
+    FIXP_DBL UNITY = (FIXP_DBL)0x7fffffff;
+    FIXP_DBL POINT7 = (FIXP_DBL)0x5999999A;
+
+    if (maxBitresBits > bitresBits) {
+      fillLevel_fix = fDivNorm(bitresBits, maxBitresBits);
+    }
+
+    if (lastWindowSequence != SHORT_WINDOW)
+    {
+        bresParam = &(AdjThr->bresParamLong);
+        bitsave_slope = (FIXP_DBL)0x3BBBBBBC;
+        bitspend_slope = (FIXP_DBL)0x55555555;
+    }
+    else
+    {
+        bresParam = &(AdjThr->bresParamShort);
+        bitsave_slope = (FIXP_DBL)0x2E8BA2E9;
+        bitspend_slope = (FIXP_DBL)0x7fffffff;
+    }
+
+    pex = fixMax(pe, adjThrChan->peMin);
+    pex = fixMin(pex, adjThrChan->peMax);
+
+    bitSave = FDKaacEnc_calcBitSave(fillLevel_fix,
+        bresParam->clipSaveLow, bresParam->clipSaveHigh,
+        bresParam->minBitSave, bresParam->maxBitSave, bitsave_slope);
+
+    bitSpend = FDKaacEnc_calcBitSpend(fillLevel_fix,
+        bresParam->clipSpendLow, bresParam->clipSpendHigh,
+        bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope);
+
+    pe_pers = fDivNorm(pex - adjThrChan->peMin, adjThrChan->peMax - adjThrChan->peMin);
+    tmp_fix = fMult(((FIXP_DBL)bitSpend + (FIXP_DBL)bitSave), pe_pers);
+    bitresFac_fix = (UNITY>>1) - ((FIXP_DBL)bitSave>>1) + (tmp_fix>>1); qbres = (DFRACT_BITS-2);
+
+    /* (float)bitresBits/(float)avgBits */
+    bits_ratio = fDivNorm(bitresBits, avgBits, &qbr);
+    qbr = DFRACT_BITS-1-qbr;
+
+    /* Add 0.7 in q31 to bits_ratio in qbr */
+    /* 0.7f + (float)bitresBits/(float)avgBits */
+    qmin = fixMin(qbr, (DFRACT_BITS-1));
+    bits_ratio = bits_ratio >> (qbr - qmin);
+    tmp_cst = POINT7 >> ((DFRACT_BITS-1) - qmin);
+    maxBrVal = (bits_ratio>>1) + (tmp_cst>>1); qmbr = qmin - 1;
+
+    /* bitresFac_fix = fixMin(bitresFac_fix, 0.7 + bitresBits/avgBits); */
+    bitresFac_fix = bitresFac_fix >> (qbres - qmbr); qbres = qmbr;
+    bitresFac_fix = fixMin(bitresFac_fix, maxBrVal);
+
+    /* Compare with maxBitFac */
+    qmin = fixMin(Q_BITFAC, qbres);
+    bitresFac_fix = bitresFac_fix >> (qbres - qmin);
+    maxBitFac_tmp = maxBitFac >> (Q_BITFAC - qmin);
+    if(maxBitFac_tmp < bitresFac_fix)
+    {
+        bitresFac_fix = maxBitFac;
+    }
+    else
+    {
+        if(qmin < Q_BITFAC)
+        {
+            bitresFac_fix = bitresFac_fix << (Q_BITFAC-qmin);
+        }
+        else
+        {
+            bitresFac_fix = bitresFac_fix >> (qmin-Q_BITFAC);
+        }
+    }
+
+    FDKaacEnc_adjustPeMinMax(pe, &adjThrChan->peMin, &adjThrChan->peMax);
+
+    return bitresFac_fix;
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_AdjThrNew
+description:  allocate ADJ_THR_STATE
+*****************************************************************************/
+INT FDKaacEnc_AdjThrNew(ADJ_THR_STATE** phAdjThr,
+                        INT             nElements)
+{
+    INT err = 0;
+    INT i;
+    ADJ_THR_STATE* hAdjThr = GetRam_aacEnc_AdjustThreshold();
+    if (hAdjThr==NULL) {
+        err = 1;
+        goto bail;
+    }
+
+    for (i=0; i<nElements; i++) {
+        hAdjThr->adjThrStateElem[i] =  GetRam_aacEnc_AdjThrStateElement(i);
+        if (hAdjThr->adjThrStateElem[i]==NULL) {
+          err = 1;
+          goto bail;
+        }
+    }
+
+bail:
+    *phAdjThr = hAdjThr;
+    return err;
+}
+
+
+/*****************************************************************************
+functionname: FDKaacEnc_AdjThrInit
+description:  initialize ADJ_THR_STATE
+*****************************************************************************/
+void FDKaacEnc_AdjThrInit(
+        ADJ_THR_STATE   *hAdjThr,
+        const INT       meanPe,
+        ELEMENT_BITS    *elBits[(8)],
+        INT             invQuant,
+        INT             nElements,
+        INT             nChannelsEff,
+        INT             sampleRate,
+        INT             advancedBitsToPe,
+        FIXP_DBL        vbrQualFactor
+        )
+{
+  INT i;
+
+  FIXP_DBL POINT8 = FL2FXCONST_DBL(0.8f);
+  FIXP_DBL POINT6 = FL2FXCONST_DBL(0.6f);
+
+  /* common for all elements: */
+  /* parameters for bitres control */
+  hAdjThr->bresParamLong.clipSaveLow   = (FIXP_DBL)0x1999999a; /* FL2FXCONST_DBL(0.2f); */
+  hAdjThr->bresParamLong.clipSaveHigh  = (FIXP_DBL)0x7999999a; /* FL2FXCONST_DBL(0.95f); */
+  hAdjThr->bresParamLong.minBitSave    = (FIXP_DBL)0xf999999a; /* FL2FXCONST_DBL(-0.05f); */
+  hAdjThr->bresParamLong.maxBitSave    = (FIXP_DBL)0x26666666; /* FL2FXCONST_DBL(0.3f); */
+  hAdjThr->bresParamLong.clipSpendLow  = (FIXP_DBL)0x1999999a; /* FL2FXCONST_DBL(0.2f); */
+  hAdjThr->bresParamLong.clipSpendHigh = (FIXP_DBL)0x7999999a; /* FL2FXCONST_DBL(0.95f); */
+  hAdjThr->bresParamLong.minBitSpend   = (FIXP_DBL)0xf3333333; /* FL2FXCONST_DBL(-0.10f); */
+  hAdjThr->bresParamLong.maxBitSpend   = (FIXP_DBL)0x33333333; /* FL2FXCONST_DBL(0.4f); */
+
+  hAdjThr->bresParamShort.clipSaveLow   = (FIXP_DBL)0x199999a0; /* FL2FXCONST_DBL(0.2f); */
+  hAdjThr->bresParamShort.clipSaveHigh  = (FIXP_DBL)0x5fffffff; /* FL2FXCONST_DBL(0.75f); */
+  hAdjThr->bresParamShort.minBitSave    = (FIXP_DBL)0x00000000; /* FL2FXCONST_DBL(0.0f); */
+  hAdjThr->bresParamShort.maxBitSave    = (FIXP_DBL)0x199999a0; /* FL2FXCONST_DBL(0.2f); */
+  hAdjThr->bresParamShort.clipSpendLow  = (FIXP_DBL)0x199999a0; /* FL2FXCONST_DBL(0.2f); */
+  hAdjThr->bresParamShort.clipSpendHigh = (FIXP_DBL)0x5fffffff; /* FL2FXCONST_DBL(0.75f); */
+  hAdjThr->bresParamShort.minBitSpend   = (FIXP_DBL)0xf9999998; /* FL2FXCONST_DBL(-0.05f); */
+  hAdjThr->bresParamShort.maxBitSpend   = (FIXP_DBL)0x40000000; /* FL2FXCONST_DBL(0.5f); */
+
+  /* specific for each element: */
+  for (i=0; i<nElements; i++) {
+    ATS_ELEMENT* atsElem = hAdjThr->adjThrStateElem[i];
+    MINSNR_ADAPT_PARAM *msaParam = &atsElem->minSnrAdaptParam;
+    INT chBitrate = elBits[i]->chBitrateEl;
+
+    /* parameters for bitres control */
+    atsElem->peMin = fMultI(POINT8, meanPe) >> 1;
+    atsElem->peMax = fMultI(POINT6, meanPe);
+
+    /* for use in FDKaacEnc_reduceThresholdsVBR */
+    atsElem->chaosMeasureOld = FL2FXCONST_DBL(0.3f);
+
+    /* additional pe offset to correct pe2bits for low bitrates */
+    atsElem->peOffset = 0;
+
+    /* vbr initialisation */
+    atsElem->vbrQualFactor = vbrQualFactor;
+    if (chBitrate < 32000)
+    {
+      atsElem->peOffset = fixMax(50, 100-fMultI((FIXP_DBL)0x666667, chBitrate));
+    }
+
+    /* avoid hole parameters */
+    if (chBitrate > 20000) {
+      atsElem->ahParam.modifyMinSnr = TRUE;
+      atsElem->ahParam.startSfbL = 15;
+      atsElem->ahParam.startSfbS = 3;
+    }
+    else {
+      atsElem->ahParam.modifyMinSnr = FALSE;
+      atsElem->ahParam.startSfbL = 0;
+      atsElem->ahParam.startSfbS = 0;
+    }
+
+    /* minSnr adaptation */
+    msaParam->maxRed = FL2FXCONST_DBL(0.00390625f); /* 0.25f/64.0f */
+    /* start adaptation of minSnr for avgEn/sfbEn > startRatio */
+    msaParam->startRatio = FL2FXCONST_DBL(0.05190512648f); /* ld64(10.0f) */
+    /* maximum minSnr reduction to minSnr^maxRed is reached for
+       avgEn/sfbEn >= maxRatio */
+    /* msaParam->maxRatio = 1000.0f; */
+    /*msaParam->redRatioFac = ((float)1.0f - msaParam->maxRed) / ((float)10.0f*log10(msaParam->startRatio/msaParam->maxRatio)/log10(2.0f)*(float)0.3010299956f);*/
+    msaParam->redRatioFac = FL2FXCONST_DBL(-0.375f); /* -0.0375f * 10.0f */
+    /*msaParam->redOffs = (float)1.0f - msaParam->redRatioFac * (float)10.0f * log10(msaParam->startRatio)/log10(2.0f) * (float)0.3010299956f;*/
+    msaParam->redOffs = FL2FXCONST_DBL(0.021484375); /* 1.375f/64.0f */
+
+    /* init pe correction */
+    atsElem->peCorrectionFactor_m = FL2FXCONST_DBL(0.5f); /* 1.0 */
+    atsElem->peCorrectionFactor_e = 1;
+
+    atsElem->dynBitsLast = -1;
+    atsElem->peLast = 0;
+
+    /* init bits to pe factor */
+
+    /* init bits2PeFactor */
+    FDKaacEnc_InitBits2PeFactor(
+              &atsElem->bits2PeFactor_m,
+              &atsElem->bits2PeFactor_e,
+              chBitrate,       /* bitrate/channel*/
+              nChannelsEff,    /* number of channels */
+              sampleRate,
+              advancedBitsToPe,
+              invQuant
+              );
+
+  } /* for nElements */
+
+}
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_FDKaacEnc_calcPeCorrection
+    description:  calc desired pe
+*****************************************************************************/
+static void FDKaacEnc_FDKaacEnc_calcPeCorrection(
+        FIXP_DBL *const           correctionFac_m,
+        INT *const                correctionFac_e,
+        const INT                 peAct,
+        const INT                 peLast,
+        const INT                 bitsLast,
+        const FIXP_DBL            bits2PeFactor_m,
+        const INT                 bits2PeFactor_e
+        )
+{
+  if ( (bitsLast > 0) && (peAct < 1.5f*peLast) && (peAct > 0.7f*peLast) &&
+       (FDKaacEnc_bits2pe2(bitsLast, fMult(FL2FXCONST_DBL(1.2f/2.f), bits2PeFactor_m), bits2PeFactor_e+1) > peLast) &&
+       (FDKaacEnc_bits2pe2(bitsLast, fMult(FL2FXCONST_DBL(0.65f),    bits2PeFactor_m), bits2PeFactor_e  ) < peLast) )
+  {
+    FIXP_DBL corrFac = *correctionFac_m;
+
+    int scaling = 0;
+    FIXP_DBL denum = (FIXP_DBL)FDKaacEnc_bits2pe2(bitsLast, bits2PeFactor_m, bits2PeFactor_e);
+    FIXP_DBL newFac = fDivNorm((FIXP_DBL)peLast, denum, &scaling);
+
+    /* dead zone, newFac and corrFac are scaled by 0.5 */
+    if ((FIXP_DBL)peLast <= denum) { /* ratio <= 1.f */
+      newFac = fixMax(scaleValue(fixMin( fMult(FL2FXCONST_DBL(1.1f/2.f), newFac), scaleValue(FL2FXCONST_DBL(  1.f/2.f), -scaling)), scaling), FL2FXCONST_DBL(0.85f/2.f) );
+    }
+    else { /* ratio < 1.f */
+     newFac = fixMax( fixMin( scaleValue(fMult(FL2FXCONST_DBL(0.9f/2.f), newFac), scaling), FL2FXCONST_DBL(1.15f/2.f) ), FL2FXCONST_DBL(   1.f/2.f) );
+    }
+
+    if (   ((newFac > FL2FXCONST_DBL(1.f/2.f)) && (corrFac < FL2FXCONST_DBL(1.f/2.f)))
+        || ((newFac < FL2FXCONST_DBL(1.f/2.f)) && (corrFac > FL2FXCONST_DBL(1.f/2.f))))
+    {
+      corrFac = FL2FXCONST_DBL(1.f/2.f);
+    }
+
+    /* faster adaptation towards 1.0, slower in the other direction */
+    if ( (corrFac < FL2FXCONST_DBL(1.f/2.f) && newFac < corrFac)
+      || (corrFac > FL2FXCONST_DBL(1.f/2.f) && newFac > corrFac) )
+    {
+      corrFac = fMult(FL2FXCONST_DBL(0.85f), corrFac) + fMult(FL2FXCONST_DBL(0.15f), newFac);
+    }
+    else {
+      corrFac = fMult(FL2FXCONST_DBL(0.7f), corrFac) + fMult(FL2FXCONST_DBL(0.3f), newFac);
+    }
+
+    corrFac = fixMax( fixMin( corrFac, FL2FXCONST_DBL(1.15f/2.f) ), FL2FXCONST_DBL(0.85/2.f) );
+
+    *correctionFac_m = corrFac;
+    *correctionFac_e = 1;
+  }
+  else {
+    *correctionFac_m = FL2FXCONST_DBL(1.f/2.f);
+    *correctionFac_e = 1;
+  }
+}
+
+
+static void FDKaacEnc_calcPeCorrectionLowBitRes(
+        FIXP_DBL *const           correctionFac_m,
+        INT *const                correctionFac_e,
+        const INT                 peLast,
+        const INT                 bitsLast,
+        const INT                 bitresLevel,
+        const INT                 nChannels,
+        const FIXP_DBL            bits2PeFactor_m,
+        const INT                 bits2PeFactor_e
+        )
+{
+  /* tuning params */
+  const FIXP_DBL amp     = FL2FXCONST_DBL(0.005);
+  const FIXP_DBL maxDiff = FL2FXCONST_DBL(0.25f);
+
+  if (bitsLast > 0) {
+
+    /* Estimate deviation of granted and used dynamic bits in previous frame, in PE units */
+    const int bitsBalLast = peLast - FDKaacEnc_bits2pe2(
+          bitsLast,
+          bits2PeFactor_m,
+          bits2PeFactor_e);
+
+    /* reserve n bits per channel */
+    int headroom = (bitresLevel>=50*nChannels) ? 0 : (100*nChannels);
+
+    /* in PE units */
+    headroom = FDKaacEnc_bits2pe2(
+          headroom,
+          bits2PeFactor_m,
+          bits2PeFactor_e);
+
+    /*
+     * diff = amp * ((bitsBalLast - headroom) / (bitresLevel + headroom)
+     * diff = max ( min ( diff, maxDiff, -maxDiff)) / 2
+     */
+    FIXP_DBL denominator = (FIXP_DBL)FDKaacEnc_bits2pe2(bitresLevel, bits2PeFactor_m, bits2PeFactor_e) + (FIXP_DBL)headroom;
+
+    int scaling = 0;
+    FIXP_DBL diff = (bitsBalLast>=headroom)
+         ?  fMult(amp, fDivNorm( (FIXP_DBL)(bitsBalLast - headroom), denominator, &scaling))
+         : -fMult(amp, fDivNorm(-(FIXP_DBL)(bitsBalLast - headroom), denominator, &scaling)) ;
+
+    scaling -= 1; /* divide by 2 */
+
+    diff = (scaling<=0) ? FDKmax( FDKmin (diff>>(-scaling), maxDiff>>1), -maxDiff>>1)
+                        : FDKmax( FDKmin (diff, maxDiff>>(1+scaling)), -maxDiff>>(1+scaling)) << scaling;
+
+    /*
+     * corrFac += diff
+     * corrFac = max ( min ( corrFac/2.f, 1.f/2.f, 0.75f/2.f ) )
+     */
+    *correctionFac_m = FDKmax(FDKmin((*correctionFac_m)+diff, FL2FXCONST_DBL(1.0f/2.f)), FL2FXCONST_DBL(0.75f/2.f)) ;
+    *correctionFac_e = 1;
+  }
+  else {
+    *correctionFac_m = FL2FXCONST_DBL(0.75/2.f);
+    *correctionFac_e = 1;
+  }
+}
+
+void FDKaacEnc_DistributeBits(ADJ_THR_STATE *adjThrState,
+    ATS_ELEMENT       *AdjThrStateElement,
+    PSY_OUT_CHANNEL   *psyOutChannel[(2)],
+    PE_DATA           *peData,
+    INT               *grantedPe,
+    INT               *grantedPeCorr,
+    const INT         nChannels,
+    const INT         commonWindow,
+    const INT         grantedDynBits,
+    const INT         bitresBits,
+    const INT         maxBitresBits,
+    const FIXP_DBL    maxBitFac,
+    const INT         bitDistributionMode)
+{
+  FIXP_DBL bitFactor;
+  INT noRedPe = peData->pe;
+
+  /* prefer short windows for calculation of bitFactor */
+  INT curWindowSequence = LONG_WINDOW;
+  if (nChannels==2) {
+    if ((psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) ||
+        (psyOutChannel[1]->lastWindowSequence == SHORT_WINDOW)) {
+        curWindowSequence = SHORT_WINDOW;
+    }
+  }
+  else {
+    curWindowSequence = psyOutChannel[0]->lastWindowSequence;
+  }
+
+  if (grantedDynBits >= 1) {
+    if (bitDistributionMode!=0) {
+      *grantedPe = FDKaacEnc_bits2pe2(grantedDynBits, AdjThrStateElement->bits2PeFactor_m, AdjThrStateElement->bits2PeFactor_e);
+    }
+    else
+    {
+    /* factor dependend on current fill level and pe */
+    bitFactor = FDKaacEnc_bitresCalcBitFac(bitresBits, maxBitresBits, noRedPe,
+                                 curWindowSequence, grantedDynBits, maxBitFac,
+                                 adjThrState,
+                                 AdjThrStateElement
+                                 );
+
+    /* desired pe for actual frame */
+    /* Worst case max of grantedDynBits is = 1024 * 5.27 * 2 */
+    *grantedPe = FDKaacEnc_bits2pe2(grantedDynBits,
+                     fMult(bitFactor, AdjThrStateElement->bits2PeFactor_m), AdjThrStateElement->bits2PeFactor_e+(DFRACT_BITS-1-Q_BITFAC)
+                     );
+    }
+  }
+  else {
+    *grantedPe = 0; /* prevent divsion by 0 */
+  }
+
+  /* correction of pe value */
+  switch (bitDistributionMode) {
+  case 2:
+  case 1:
+    FDKaacEnc_calcPeCorrectionLowBitRes(
+           &AdjThrStateElement->peCorrectionFactor_m,
+           &AdjThrStateElement->peCorrectionFactor_e,
+            AdjThrStateElement->peLast,
+            AdjThrStateElement->dynBitsLast,
+            bitresBits,
+            nChannels,
+            AdjThrStateElement->bits2PeFactor_m,
+            AdjThrStateElement->bits2PeFactor_e
+        );
+    break;
+  case 0:
+  default:
+      FDKaacEnc_FDKaacEnc_calcPeCorrection(
+           &AdjThrStateElement->peCorrectionFactor_m,
+           &AdjThrStateElement->peCorrectionFactor_e,
+            fixMin(*grantedPe, noRedPe),
+            AdjThrStateElement->peLast,
+            AdjThrStateElement->dynBitsLast,
+            AdjThrStateElement->bits2PeFactor_m,
+            AdjThrStateElement->bits2PeFactor_e
+            );
+    break;
+  }
+
+  *grantedPeCorr = (INT)(fMult((FIXP_DBL)(*grantedPe<<Q_AVGBITS), AdjThrStateElement->peCorrectionFactor_m) >> (Q_AVGBITS-AdjThrStateElement->peCorrectionFactor_e));
+
+  /* update last pe */
+  AdjThrStateElement->peLast = *grantedPe;
+  AdjThrStateElement->dynBitsLast = -1;
+
+}
+
+/*****************************************************************************
+functionname: FDKaacEnc_AdjustThresholds
+description:  adjust thresholds
+*****************************************************************************/
+void FDKaacEnc_AdjustThresholds(ATS_ELEMENT*        AdjThrStateElement[(8)],
+                                QC_OUT_ELEMENT*     qcElement[(8)],
+                                QC_OUT*             qcOut,
+                                PSY_OUT_ELEMENT*    psyOutElement[(8)],
+                                INT                 CBRbitrateMode,
+                                CHANNEL_MAPPING*    cm)
+{
+    int i;
+    if (CBRbitrateMode)
+    {
+        /* In case, no bits must be shifted between different elements, */
+        /* an element-wise execution of the pe-dependent threshold- */
+        /* adaption becomes necessary... */
+            for (i=0; i<cm->nElements; i++)
+            {
+                ELEMENT_INFO elInfo = cm->elInfo[i];
+
+                if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+                    (elInfo.elType == ID_LFE))
+                {
+                    /* qcElement[i]->grantedPe = 2000; */  /* Use this only for debugging */
+                    //if (totalGrantedPeCorr < totalNoRedPe) {
+                    if (qcElement[i]->grantedPe < qcElement[i]->peData.pe)
+                    {
+                        /* calc threshold necessary for desired pe */
+                        FDKaacEnc_adaptThresholdsToPe(cm,
+                                            AdjThrStateElement,
+                                            qcElement,
+                                            psyOutElement,
+                                            qcElement[i]->grantedPeCorr,
+                                            1,         /* Process only 1 element */
+                                            i);        /* Process exactly THIS element */
+
+                    }
+
+                }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+            }  /* -end- element loop */
+    }
+    else {
+        for (i=0; i<cm->nElements; i++)
+        {
+            ELEMENT_INFO elInfo = cm->elInfo[i];
+
+            if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+                (elInfo.elType == ID_LFE))
+            {
+                  /* for VBR-mode */
+                  FDKaacEnc_AdaptThresholdsVBR(qcElement[i]->qcOutChannel,
+                                            psyOutElement[i]->psyOutChannel,
+                                            AdjThrStateElement[i],
+                                            &psyOutElement[i]->toolsInfo,
+                                            &qcElement[i]->peData,
+                                            cm->elInfo[i].nChannelsInEl);
+            }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+        }  /* -end- element loop */
+
+    }
+    for (i=0; i<cm->nElements; i++) {
+        int ch,sfb,sfbGrp;
+        /* no weighting of threholds and energies for mlout */
+        /* weight energies and thresholds */
+        for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
+            QC_OUT_CHANNEL* pQcOutCh = qcElement[i]->qcOutChannel[ch];
+            for (sfbGrp = 0;sfbGrp < psyOutElement[i]->psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutElement[i]->psyOutChannel[ch]->sfbPerGroup) {
+                for (sfb=0; sfb<psyOutElement[i]->psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
+                    pQcOutCh->sfbThresholdLdData[sfb+sfbGrp] += pQcOutCh->sfbEnFacLd[sfb+sfbGrp];
+                }
+            }
+        }
+    }
+}
+
+void FDKaacEnc_AdjThrClose(ADJ_THR_STATE** phAdjThr)
+{
+    INT i;
+    ADJ_THR_STATE* hAdjThr = *phAdjThr;
+
+    if (hAdjThr!=NULL) {
+      for (i=0; i<(8); i++) {
+        if (hAdjThr->adjThrStateElem[i]!=NULL) {
+          FreeRam_aacEnc_AdjThrStateElement(&hAdjThr->adjThrStateElem[i]);
+        }
+      }
+      FreeRam_aacEnc_AdjustThreshold(phAdjThr);
+    }
+}
+
diff --git a/libAACenc/src/adj_thr.h b/libAACenc/src/adj_thr.h
new file mode 100644 (file)
index 0000000..69b1dcc
--- /dev/null
@@ -0,0 +1,147 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Threshold compensation
+
+******************************************************************************/
+
+#ifndef __ADJ_THR_H
+#define __ADJ_THR_H
+
+
+#include "adj_thr_data.h"
+#include "qc_data.h"
+#include "line_pe.h"
+#include "interface.h"
+
+
+void FDKaacEnc_peCalculation(
+        PE_DATA *peData,
+        PSY_OUT_CHANNEL* psyOutChannel[(2)],
+        QC_OUT_CHANNEL* qcOutChannel[(2)],
+        struct TOOLSINFO *toolsInfo,
+        ATS_ELEMENT* adjThrStateElement,
+        const INT nChannels
+        );
+
+INT  FDKaacEnc_AdjThrNew(ADJ_THR_STATE** phAdjThr,
+                         INT             nElements);
+
+void FDKaacEnc_AdjThrInit(ADJ_THR_STATE *hAdjThr,
+                const INT peMean,
+                ELEMENT_BITS* elBits[(8)],
+                INT invQuant,
+                INT nElements,
+                INT nChannelsEff,
+                INT sampleRate,
+                INT advancedBitsToPe,
+                FIXP_DBL vbrQualFactor);
+
+void FDKaacEnc_DistributeBits(ADJ_THR_STATE *adjThrState,
+    ATS_ELEMENT       *AdjThrStateElement,
+    PSY_OUT_CHANNEL   *psyOutChannel[(2)],
+    PE_DATA           *peData,
+    INT               *grantedPe,
+    INT               *grantedPeCorr,
+    const INT         nChannels,
+    const INT         commonWindow,
+    const INT         avgBits,
+    const INT         bitresBits,
+    const INT         maxBitresBits,
+    const FIXP_DBL    maxBitFac,
+    const INT         bitDistributionMode);
+
+void FDKaacEnc_AdjustThresholds(ATS_ELEMENT* AdjThrStateElement[(8)],
+    QC_OUT_ELEMENT*   qcElement[(8)],
+    QC_OUT*           qcOut,
+    PSY_OUT_ELEMENT*  psyOutElement[(8)],
+    INT               CBRbitrateMode,
+    CHANNEL_MAPPING*  cm);
+
+void FDKaacEnc_AdjThrClose(ADJ_THR_STATE** hAdjThr);
+
+#endif
diff --git a/libAACenc/src/adj_thr_data.h b/libAACenc/src/adj_thr_data.h
new file mode 100644 (file)
index 0000000..3eb7678
--- /dev/null
@@ -0,0 +1,150 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       M. Schug / A. Groeschel
+   contents/description: threshold calculations
+
+******************************************************************************/
+
+#ifndef __ADJ_THR_DATA_H
+#define __ADJ_THR_DATA_H
+
+
+#include "psy_const.h"
+
+typedef struct {
+   FIXP_DBL clipSaveLow, clipSaveHigh;
+   FIXP_DBL minBitSave, maxBitSave;
+   FIXP_DBL clipSpendLow, clipSpendHigh;
+   FIXP_DBL minBitSpend, maxBitSpend;
+} BRES_PARAM;
+
+typedef struct {
+   INT modifyMinSnr;
+   INT startSfbL, startSfbS;
+} AH_PARAM;
+
+typedef struct {
+  FIXP_DBL maxRed;
+  FIXP_DBL startRatio;
+  FIXP_DBL maxRatio;
+  FIXP_DBL redRatioFac;
+  FIXP_DBL redOffs;
+} MINSNR_ADAPT_PARAM;
+
+typedef struct {
+  /* parameters for bitreservoir control */
+  INT peMin, peMax;
+  /* constant offset to pe               */
+  INT    peOffset;
+  /* constant PeFactor */
+  FIXP_DBL bits2PeFactor_m;
+  INT      bits2PeFactor_e;
+  /* avoid hole parameters               */
+  AH_PARAM ahParam;
+  /* values for correction of pe */
+  /* paramters for adaptation of minSnr */
+  MINSNR_ADAPT_PARAM minSnrAdaptParam;
+  INT peLast;
+  INT dynBitsLast;
+  FIXP_DBL peCorrectionFactor_m;
+  INT      peCorrectionFactor_e;
+
+  /* vbr encoding */
+  FIXP_DBL vbrQualFactor;
+  FIXP_DBL chaosMeasureOld;
+
+  /* threshold weighting */
+  FIXP_DBL chaosMeasureEnFac[(2)];
+  INT      lastEnFacPatch[(2)];
+
+} ATS_ELEMENT;
+
+typedef struct {
+  BRES_PARAM bresParamLong, bresParamShort;
+  ATS_ELEMENT* adjThrStateElem[(8)];
+} ADJ_THR_STATE;
+
+#endif
diff --git a/libAACenc/src/band_nrg.cpp b/libAACenc/src/band_nrg.cpp
new file mode 100644 (file)
index 0000000..861f7a8
--- /dev/null
@@ -0,0 +1,359 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Initial author:       M. Werner
+   contents/description: Band/Line energy calculations
+
+******************************************************************************/
+
+#include "band_nrg.h"
+
+
+/*****************************************************************************
+  functionname: FDKaacEnc_CalcSfbMaxScaleSpec
+  description:
+  input:
+  output:
+*****************************************************************************/
+void
+FDKaacEnc_CalcSfbMaxScaleSpec(const FIXP_DBL *RESTRICT mdctSpectrum,
+                              const INT      *RESTRICT bandOffset,
+                              INT            *RESTRICT sfbMaxScaleSpec,
+                              const INT       numBands)
+{
+  INT i,j;
+  FIXP_DBL maxSpc, tmp;
+
+  for(i=0; i<numBands; i++) {
+    maxSpc = (FIXP_DBL)0;
+    for (j=bandOffset[i]; j<bandOffset[i+1]; j++) {
+      tmp = fixp_abs(mdctSpectrum[j]);
+      maxSpc = fixMax(maxSpc, tmp);
+    }
+    sfbMaxScaleSpec[i] = (maxSpc==(FIXP_DBL)0) ? (DFRACT_BITS-2) : CntLeadingZeros(maxSpc)-1;
+    /* CountLeadingBits() is not necessary here since test value is always > 0 */
+  }
+}
+
+/*****************************************************************************
+  functionname: FDKaacEnc_CheckBandEnergyOptim
+  description:
+  input:
+  output:
+*****************************************************************************/
+FIXP_DBL
+FDKaacEnc_CheckBandEnergyOptim(const FIXP_DBL *RESTRICT mdctSpectrum,
+                               INT            *RESTRICT sfbMaxScaleSpec,
+                               const INT      *RESTRICT bandOffset,
+                               const INT       numBands,
+                               FIXP_DBL       *RESTRICT bandEnergy,
+                               FIXP_DBL       *RESTRICT bandEnergyLdData,
+                               INT             minSpecShift)
+{
+  INT i, j, scale, nr = 0;
+  FIXP_DBL maxNrgLd = FL2FXCONST_DBL(-1.0f);
+  FIXP_DBL maxNrg = 0;
+  FIXP_DBL spec;
+
+  for(i=0; i<numBands; i++) {
+    scale = fixMax(0, sfbMaxScaleSpec[i]-4);
+    FIXP_DBL tmp = 0;
+    for (j=bandOffset[i]; j<bandOffset[i+1]; j++){
+       spec = mdctSpectrum[j]<<scale;
+       tmp = fPow2AddDiv2(tmp, spec);
+    }
+    bandEnergy[i] = tmp<<1;
+
+    /* calculate ld of bandNrg, subtract scaling */
+    bandEnergyLdData[i] = CalcLdData(bandEnergy[i]);
+    if (bandEnergyLdData[i] != FL2FXCONST_DBL(-1.0f)) {
+      bandEnergyLdData[i] -= scale*FL2FXCONST_DBL(2.0/64);
+    }
+    /* find index of maxNrg */
+    if (bandEnergyLdData[i] > maxNrgLd) {
+        maxNrgLd = bandEnergyLdData[i];
+        nr = i;
+    }
+  }
+
+  /* return unscaled maxNrg*/
+  scale = fixMax(0,sfbMaxScaleSpec[nr]-4);
+  scale = fixMax(2*(minSpecShift-scale),-(DFRACT_BITS-1));
+
+  maxNrg = scaleValue(bandEnergy[nr], scale);
+
+  return maxNrg;
+}
+
+/*****************************************************************************
+  functionname: FDKaacEnc_CalcBandEnergyOptimLong
+  description:
+  input:
+  output:
+*****************************************************************************/
+INT
+FDKaacEnc_CalcBandEnergyOptimLong(const FIXP_DBL *RESTRICT mdctSpectrum,
+                                  INT            *RESTRICT sfbMaxScaleSpec,
+                                  const INT      *RESTRICT bandOffset,
+                                  const INT       numBands,
+                                  FIXP_DBL       *RESTRICT bandEnergy,
+                                  FIXP_DBL       *RESTRICT bandEnergyLdData)
+{
+  INT i, j, shiftBits = 0;
+  FIXP_DBL maxNrgLd = FL2FXCONST_DBL(0.0f);
+
+  FIXP_DBL spec;
+
+  for(i=0; i<numBands; i++) {
+     INT leadingBits = sfbMaxScaleSpec[i]-4;            /* max sfbWidth = 96 ; 2^7=128 => 7/2 = 4 (spc*spc) */
+     FIXP_DBL tmp = FL2FXCONST_DBL(0.0);
+     /* don't use scaleValue() here, it increases workload quite sufficiently... */
+     if (leadingBits>=0) {
+        for (j=bandOffset[i];j<bandOffset[i+1];j++) {
+           spec = mdctSpectrum[j]<<leadingBits;
+           tmp = fPow2AddDiv2(tmp, spec);
+        }
+     } else {
+        INT shift = -leadingBits;
+        for (j=bandOffset[i];j<bandOffset[i+1];j++){
+           spec = mdctSpectrum[j]>>shift;
+           tmp = fPow2AddDiv2(tmp, spec);
+        }
+     }
+     bandEnergy[i] = tmp<<1;
+  }
+
+  /* calculate ld of bandNrg, subtract scaling */
+  LdDataVector(bandEnergy, bandEnergyLdData, numBands);
+  for(i=numBands; i--!=0; ) {
+      FIXP_DBL scaleDiff = (sfbMaxScaleSpec[i]-4)*FL2FXCONST_DBL(2.0/64);
+
+      bandEnergyLdData[i] = (bandEnergyLdData[i] >= ((FL2FXCONST_DBL(-1.f)>>1) + (scaleDiff>>1)))
+                          ? bandEnergyLdData[i]-scaleDiff : FL2FXCONST_DBL(-1.f);
+      /* find maxNrgLd */
+      maxNrgLd = fixMax(maxNrgLd, bandEnergyLdData[i]);
+  }
+
+  if (maxNrgLd<=(FIXP_DBL)0)
+  {
+     for(i=numBands; i--!=0; )
+     {
+         INT scale = fixMin((sfbMaxScaleSpec[i]-4)<<1,(DFRACT_BITS-1));
+         bandEnergy[i] = scaleValue(bandEnergy[i], -scale);
+     }
+     return 0;
+  }
+  else
+  {  /* scale down NRGs */
+     while (maxNrgLd>FL2FXCONST_DBL(0.0f))
+     {
+        maxNrgLd -=  FL2FXCONST_DBL(2.0/64);
+        shiftBits++;
+     }
+     for(i=numBands; i--!=0; )
+     {
+         INT scale = fixMin( ((sfbMaxScaleSpec[i]-4)+shiftBits)<<1, (DFRACT_BITS-1));
+         bandEnergyLdData[i] -= shiftBits*FL2FXCONST_DBL(2.0/64);
+         bandEnergy[i] = scaleValue(bandEnergy[i], -scale);
+     }
+     return shiftBits;
+  }
+}
+
+
+/*****************************************************************************
+  functionname: FDKaacEnc_CalcBandEnergyOptimShort
+  description:
+  input:
+  output:
+*****************************************************************************/
+void
+FDKaacEnc_CalcBandEnergyOptimShort(const FIXP_DBL *RESTRICT mdctSpectrum,
+                                   INT            *RESTRICT sfbMaxScaleSpec,
+                                   const INT      *RESTRICT bandOffset,
+                                   const INT       numBands,
+                                   FIXP_DBL       *RESTRICT bandEnergy)
+{
+  INT i, j;
+
+  for(i=0; i<numBands; i++)
+  {
+    int leadingBits = sfbMaxScaleSpec[i]-3;            /* max sfbWidth = 36 ; 2^6=64 => 6/2 = 3 (spc*spc) */
+    FIXP_DBL tmp = FL2FXCONST_DBL(0.0);
+    for (j=bandOffset[i];j<bandOffset[i+1];j++)
+    {
+       FIXP_DBL spec = scaleValue(mdctSpectrum[j],leadingBits);
+       tmp = fPow2AddDiv2(tmp, spec);
+    }
+    bandEnergy[i] = tmp;
+  }
+
+  for(i=0; i<numBands; i++)
+  {
+      INT scale = (2*(sfbMaxScaleSpec[i]-3))-1;         /* max sfbWidth = 36 ; 2^6=64 => 6/2 = 3 (spc*spc) */
+      scale = fixMax(fixMin(scale,(DFRACT_BITS-1)),-(DFRACT_BITS-1));
+      bandEnergy[i] = scaleValueSaturate(bandEnergy[i], -scale);
+  }
+}
+
+
+/*****************************************************************************
+  functionname: FDKaacEnc_CalcBandNrgMSOpt
+  description:
+  input:
+  output:
+*****************************************************************************/
+void FDKaacEnc_CalcBandNrgMSOpt(const FIXP_DBL   *RESTRICT mdctSpectrumLeft,
+                                const FIXP_DBL   *RESTRICT mdctSpectrumRight,
+                                INT              *RESTRICT sfbMaxScaleSpecLeft,
+                                INT              *RESTRICT sfbMaxScaleSpecRight,
+                                const INT        *RESTRICT bandOffset,
+                                const INT         numBands,
+                                FIXP_DBL         *RESTRICT bandEnergyMid,
+                                FIXP_DBL         *RESTRICT bandEnergySide,
+                                INT               calcLdData,
+                                FIXP_DBL         *RESTRICT bandEnergyMidLdData,
+                                FIXP_DBL         *RESTRICT bandEnergySideLdData)
+{
+  INT i, j, minScale;
+  FIXP_DBL NrgMid, NrgSide, specm, specs;
+
+  for (i=0; i<numBands; i++) {
+
+    NrgMid = NrgSide = FL2FXCONST_DBL(0.0);
+    minScale = fixMin(sfbMaxScaleSpecLeft[i], sfbMaxScaleSpecRight[i])-4;
+    minScale = fixMax(0, minScale);
+
+    if (minScale > 0) {
+      for (j=bandOffset[i];j<bandOffset[i+1];j++) {
+          FIXP_DBL specL = mdctSpectrumLeft[j]<<(minScale-1);
+          FIXP_DBL specR = mdctSpectrumRight[j]<<(minScale-1);
+          specm = specL + specR;
+          specs = specL - specR;
+          NrgMid = fPow2AddDiv2(NrgMid, specm);
+          NrgSide = fPow2AddDiv2(NrgSide, specs);
+      }
+    } else {
+      for (j=bandOffset[i];j<bandOffset[i+1];j++) {
+          FIXP_DBL specL = mdctSpectrumLeft[j]>>1;
+          FIXP_DBL specR = mdctSpectrumRight[j]>>1;
+          specm = specL + specR;
+          specs = specL - specR;
+          NrgMid = fPow2AddDiv2(NrgMid, specm);
+          NrgSide = fPow2AddDiv2(NrgSide, specs);
+      }
+    }
+    bandEnergyMid[i] = NrgMid<<1;
+    bandEnergySide[i] = NrgSide<<1;
+  }
+
+  if(calcLdData) {
+    LdDataVector(bandEnergyMid, bandEnergyMidLdData, numBands);
+    LdDataVector(bandEnergySide, bandEnergySideLdData, numBands);
+  }
+
+  for (i=0; i<numBands; i++)
+  {
+    INT minScale = fixMin(sfbMaxScaleSpecLeft[i], sfbMaxScaleSpecRight[i]);
+    INT scale = fixMax(0, 2*(minScale-4));
+
+    if (calcLdData)
+    {
+       /* using the minimal scaling of left and right channel can cause very small energies;
+       check ldNrg before subtract scaling multiplication: fract*INT we don't need fMult */
+
+       int minus = scale*FL2FXCONST_DBL(1.0/64);
+
+       if (bandEnergyMidLdData[i] != FL2FXCONST_DBL(-1.0f))
+         bandEnergyMidLdData[i] -= minus;
+
+       if (bandEnergySideLdData[i] != FL2FXCONST_DBL(-1.0f))
+         bandEnergySideLdData[i] -= minus;
+    }
+    scale = fixMin(scale, (DFRACT_BITS-1));
+    bandEnergyMid[i]  >>= scale;
+    bandEnergySide[i] >>= scale;
+  }
+}
diff --git a/libAACenc/src/band_nrg.h b/libAACenc/src/band_nrg.h
new file mode 100644 (file)
index 0000000..540a8ef
--- /dev/null
@@ -0,0 +1,149 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Author(s):   M. Werner
+   Description: Band/Line energy calculation
+
+******************************************************************************/
+
+#ifndef _BAND_NRG_H
+#define _BAND_NRG_H
+
+#include "common_fix.h"
+
+
+void
+FDKaacEnc_CalcSfbMaxScaleSpec(
+        const FIXP_DBL     *mdctSpectrum,
+        const INT          *bandOffset,
+        INT                *sfbMaxScaleSpec,
+        const INT           numBands
+        );
+
+FIXP_DBL
+FDKaacEnc_CheckBandEnergyOptim(
+        const FIXP_DBL     *mdctSpectrum,
+        INT                *sfbMaxScaleSpec,
+        const INT          *bandOffset,
+        const INT           numBands,
+        FIXP_DBL           *bandEnergy,
+        FIXP_DBL           *bandEnergyLdData,
+        INT                 minSpecShift
+        );
+
+INT
+FDKaacEnc_CalcBandEnergyOptimLong(
+        const FIXP_DBL     *mdctSpectrum,
+        INT                *sfbMaxScaleSpec,
+        const INT          *bandOffset,
+        const INT           numBands,
+        FIXP_DBL           *bandEnergy,
+        FIXP_DBL           *bandEnergyLdData
+        );
+
+void
+FDKaacEnc_CalcBandEnergyOptimShort(
+        const FIXP_DBL     *mdctSpectrum,
+        INT                *sfbMaxScaleSpec,
+        const INT          *bandOffset,
+        const INT           numBands,
+        FIXP_DBL           *bandEnergy
+        );
+
+
+void FDKaacEnc_CalcBandNrgMSOpt(
+        const FIXP_DBL   *RESTRICT mdctSpectrumLeft,
+        const FIXP_DBL   *RESTRICT mdctSpectrumRight,
+        INT              *RESTRICT sfbMaxScaleSpecLeft,
+        INT              *RESTRICT sfbMaxScaleSpecRight,
+        const INT        *RESTRICT bandOffset,
+        const INT         numBands,
+        FIXP_DBL         *RESTRICT bandEnergyMid,
+        FIXP_DBL         *RESTRICT bandEnergySide,
+        INT               calcLdData,
+        FIXP_DBL         *RESTRICT bandEnergyMidLdData,
+        FIXP_DBL         *RESTRICT bandEnergySideLdData);
+
+#endif
diff --git a/libAACenc/src/bandwidth.cpp b/libAACenc/src/bandwidth.cpp
new file mode 100644 (file)
index 0000000..6fc7d87
--- /dev/null
@@ -0,0 +1,379 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       M. Schug / A. Groeschel
+   contents/description: bandwidth expert
+
+******************************************************************************/
+
+#include "channel_map.h"
+#include "bandwidth.h"
+#include "aacEnc_ram.h"
+
+typedef struct{
+  INT chanBitRate;
+  INT bandWidthMono;
+  INT bandWidth2AndMoreChan;
+
+} BANDWIDTH_TAB;
+
+static const BANDWIDTH_TAB bandWidthTable[] = {
+  {0,      3700,  5000},
+  {12000,  5000,  6400},
+  {20000,  6900,  9640},
+  {28000,  9600, 13050},
+  {40000, 12060, 14260},
+  {56000, 13950, 15500},
+  {72000, 14200, 16120},
+  {96000, 17000, 17000},
+  {576001,17000, 17000}
+};
+
+
+static const BANDWIDTH_TAB bandWidthTable_LD_22050[] = {
+  { 8000,  2000,  2400},
+  {12000,  2500,  2700},
+  {16000,  3300,  3100},
+  {24000,  6250,  7200},
+  {32000,  9200,  10500},
+  {40000,  16000, 16000},
+  {48000,  16000, 16000},
+  {360001, 16000, 16000}
+};
+
+static const BANDWIDTH_TAB bandWidthTable_LD_24000[] = {
+  { 8000,  2000,  2000},
+  {12000,  2000,  2300},
+  {16000,  2200,  2500},
+  {24000,  5650,  6400},
+  {32000,  11600, 12000},
+  {40000,  12000, 16000},
+  {48000,  16000, 16000},
+  {64000,  16000, 16000},
+  {360001, 16000, 16000}
+};
+
+static const BANDWIDTH_TAB bandWidthTable_LD_32000[] = {
+  { 8000,  2000,  2000},
+  {12000,  2000,  2000},
+  {24000,  4250,  5200},
+  {32000,  8400,  9000},
+  {40000,  9400,  11300},
+  {48000,  11900, 13700},
+  {64000,  14800, 16000},
+  {76000,  16000, 16000},
+  {360001, 16000, 16000}
+};
+
+static const BANDWIDTH_TAB bandWidthTable_LD_44100[] = {
+  { 8000,  2000,  2000},
+  {24000,  2000,  2000},
+  {32000,  4400,  5700},
+  {40000,  7400,  8800},
+  {48000,  9000,  10700},
+  {56000,  11000, 12900},
+  {64000,  14400, 15500},
+  {80000,  16000, 16200},
+  {96000,  16500, 16000},
+  {128000, 16000, 16000},
+  {360001, 16000, 16000}
+};
+
+static const BANDWIDTH_TAB bandWidthTable_LD_48000[] = {
+  { 8000,  2000,  2000},
+  {24000,  2000,  2000},
+  {32000,  4400,  5700},
+  {40000,  7400,  8800},
+  {48000,  9000,  10700},
+  {56000,  11000, 12800},
+  {64000,  14300, 15400},
+  {80000,  16000, 16200},
+  {96000,  16500, 16000},
+  {128000, 16000, 16000},
+  {360001, 16000, 16000}
+};
+
+typedef struct{
+  AACENC_BITRATE_MODE bitrateMode;
+  int bandWidthMono;
+  int bandWidth2AndMoreChan;
+} BANDWIDTH_TAB_VBR;
+
+static const BANDWIDTH_TAB_VBR bandWidthTableVBR[]= {
+  {AACENC_BR_MODE_CBR,        0,     0},
+  {AACENC_BR_MODE_VBR_1,  13050, 13050},
+  {AACENC_BR_MODE_VBR_2,  13050, 13050},
+  {AACENC_BR_MODE_VBR_3,  14260, 14260},
+  {AACENC_BR_MODE_VBR_4,  15500, 15500},
+  {AACENC_BR_MODE_VBR_5,  48000, 48000},
+  {AACENC_BR_MODE_SFR,        0,     0},
+  {AACENC_BR_MODE_FF,         0,     0}
+
+};
+
+static INT GetBandwidthEntry(
+            const INT frameLength,
+            const INT sampleRate,
+            const INT chanBitRate,
+            const INT entryNo)
+{
+  INT bandwidth = -1;
+  const BANDWIDTH_TAB *pBwTab = NULL;
+  INT bwTabSize = 0;
+
+  switch (frameLength) {
+    case 1024:
+      pBwTab = bandWidthTable;
+      bwTabSize = sizeof(bandWidthTable)/sizeof(BANDWIDTH_TAB);
+      break;
+    case 480:
+    case 512:
+      switch (sampleRate) {
+        case 8000:
+        case 11025:
+        case 12000:
+        case 16000:
+        case 22050:
+          pBwTab = bandWidthTable_LD_22050;
+          bwTabSize = sizeof(bandWidthTable_LD_22050)/sizeof(BANDWIDTH_TAB);
+          break;
+        case 24000:
+          pBwTab = bandWidthTable_LD_24000;
+          bwTabSize = sizeof(bandWidthTable_LD_24000)/sizeof(BANDWIDTH_TAB);
+          break;
+        case 32000:
+          pBwTab = bandWidthTable_LD_32000;
+          bwTabSize = sizeof(bandWidthTable_LD_32000)/sizeof(BANDWIDTH_TAB);
+          break;
+        case (44100):
+          pBwTab = bandWidthTable_LD_44100;
+          bwTabSize = sizeof(bandWidthTable_LD_44100)/sizeof(BANDWIDTH_TAB);
+          break;
+        case 48000:
+        case 64000:
+        case 88200:
+        case 96000:
+          pBwTab = bandWidthTable_LD_48000;
+          bwTabSize = sizeof(bandWidthTable_LD_48000)/sizeof(BANDWIDTH_TAB);
+          break;
+      }
+      break;
+    default:
+      pBwTab = NULL;
+      bwTabSize = 0;
+  }
+
+  if (pBwTab!=NULL) {
+    int i;
+    for (i=0; i<bwTabSize-1; i++) {
+      if (chanBitRate >= pBwTab[i].chanBitRate &&
+          chanBitRate < pBwTab[i+1].chanBitRate)
+      {
+        switch (frameLength) {
+          case 1024:
+            bandwidth = (entryNo==0)
+              ? pBwTab[i].bandWidthMono
+              : pBwTab[i].bandWidth2AndMoreChan;
+            break;
+          case 480:
+          case 512:
+            {
+              INT q_res = 0;
+              INT startBw = (entryNo==0) ?  pBwTab[i  ].bandWidthMono : pBwTab[i  ].bandWidth2AndMoreChan;
+              INT endBw =   (entryNo==0) ?  pBwTab[i+1].bandWidthMono : pBwTab[i+1].bandWidth2AndMoreChan;
+              INT startBr = pBwTab[i].chanBitRate;
+              INT endBr = pBwTab[i+1].chanBitRate;
+
+              FIXP_DBL bwFac_fix = fDivNorm(chanBitRate-startBr, endBr-startBr, &q_res);
+              bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
+            }
+            break;
+          default:
+            bandwidth = -1;
+        }
+        break;
+      } /* within bitrate range */
+    }
+  } /* pBwTab!=NULL */
+
+  return bandwidth;
+}
+
+
+AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
+                                               INT proposedBandWidth,
+                                               INT bitrate,
+                                               AACENC_BITRATE_MODE bitrateMode,
+                                               INT sampleRate,
+                                               INT frameLength,
+                                               CHANNEL_MAPPING* cm,
+                                               CHANNEL_MODE encoderMode)
+{
+  AAC_ENCODER_ERROR ErrorStatus = AAC_ENC_OK;
+  INT chanBitRate = bitrate/cm->nChannels;
+
+  /* vbr */
+  switch(bitrateMode){
+  case AACENC_BR_MODE_VBR_1:
+  case AACENC_BR_MODE_VBR_2:
+  case AACENC_BR_MODE_VBR_3:
+  case AACENC_BR_MODE_VBR_4:
+  case AACENC_BR_MODE_VBR_5:
+    if (proposedBandWidth != 0){
+      /* use given bw */
+      *bandWidth = proposedBandWidth;
+    } else {
+      /* take bw from table */
+      switch(encoderMode){
+      case MODE_1:
+        *bandWidth = bandWidthTableVBR[bitrateMode].bandWidthMono;
+        break;
+      case MODE_2:
+      case MODE_1_2:
+      case MODE_1_2_1:
+      case MODE_1_2_2:
+      case MODE_1_2_2_1:
+      case MODE_1_2_2_2_1:
+      case MODE_7_1_REAR_SURROUND:
+      case MODE_7_1_FRONT_CENTER:
+        *bandWidth = bandWidthTableVBR[bitrateMode].bandWidth2AndMoreChan;
+        break;
+      default:
+        return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+      }
+    }
+    break;
+  case AACENC_BR_MODE_CBR:
+  case AACENC_BR_MODE_SFR:
+  case AACENC_BR_MODE_FF:
+
+    /* bandwidth limiting */
+    if (proposedBandWidth != 0) {
+      *bandWidth = FDKmin(proposedBandWidth, FDKmin(20000, sampleRate>>1));
+    }
+    else { /* search reasonable bandwidth */
+
+      int entryNo = 0;
+
+      switch(encoderMode){
+      case MODE_1:        /* mono      */
+        entryNo = 0;      /* use mono bandwith settings */
+        break;
+
+      case MODE_2:        /* stereo    */
+      case MODE_1_2:      /* sce + cpe */
+      case MODE_1_2_1:    /* sce + cpe + sce */
+      case MODE_1_2_2:    /* sce + cpe + cpe */
+      case MODE_1_2_2_1:  /* (5.1) sce + cpe + cpe + lfe */
+      case MODE_1_2_2_2_1: /* (7.1) sce + cpe + cpe + cpe + lfe */
+      case MODE_7_1_REAR_SURROUND:
+      case MODE_7_1_FRONT_CENTER:
+        entryNo = 1;      /* use stereo bandwith settings */
+        break;
+
+      default:
+        return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+      }
+
+      *bandWidth = GetBandwidthEntry(
+            frameLength,
+            sampleRate,
+            chanBitRate,
+            entryNo);
+
+      if (*bandWidth==-1) {
+        ErrorStatus = AAC_ENC_INVALID_CHANNEL_BITRATE;
+      }
+    }
+    break;
+  default:
+    *bandWidth = 0;
+    return AAC_ENC_UNSUPPORTED_BITRATE_MODE;
+  }
+
+  *bandWidth = FDKmin(*bandWidth, sampleRate/2);
+
+  return ErrorStatus;;
+}
diff --git a/libAACenc/src/bandwidth.h b/libAACenc/src/bandwidth.h
new file mode 100644 (file)
index 0000000..2e92453
--- /dev/null
@@ -0,0 +1,106 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       M. Schug / A. Groeschel
+   contents/description: bandwidth expert
+
+******************************************************************************/
+
+#ifndef _BANDWIDTH_H
+#define _BANDWIDTH_H
+
+
+#include "qc_data.h"
+
+AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
+                                               INT proposedBandwidth,
+                                               INT bitrate,
+                                               AACENC_BITRATE_MODE bitrateMode,
+                                               INT sampleRate,
+                                               INT frameLength,
+                                               CHANNEL_MAPPING* cm,
+                                               CHANNEL_MODE encoderMode);
+
+#endif /* BANDWIDTH_H */
diff --git a/libAACenc/src/bit_cnt.cpp b/libAACenc/src/bit_cnt.cpp
new file mode 100644 (file)
index 0000000..926ee49
--- /dev/null
@@ -0,0 +1,1122 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Huffman Bitcounter & coder
+
+******************************************************************************/
+
+#include "bit_cnt.h"
+
+#include "aacEnc_ram.h"
+
+#define HI_LTAB(a) (a>>16)
+#define LO_LTAB(a) (a & 0xffff)
+
+/*****************************************************************************
+
+
+    functionname: FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11
+    description:  counts tables 1-11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 1-11
+
+*****************************************************************************/
+
+static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values,
+                                         const INT  width,
+                                         INT       *bitCount)
+{
+
+  INT i;
+  INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc;
+  INT t0,t1,t2,t3;
+  bc1_2=0;
+  bc3_4=0;
+  bc5_6=0;
+  bc7_8=0;
+  bc9_10=0;
+  bc11=0;
+  sc=0;
+
+  for(i=0;i<width;i+=4){
+
+    t0= values[i+0];
+    t1= values[i+1];
+    t2= values[i+2];
+    t3= values[i+3];
+
+    /* 1,2 */
+
+    bc1_2+=FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1];
+
+    /* 5,6 */
+    bc5_6+=FDKaacEnc_huff_ltab5_6[t0+4][t1+4];
+    bc5_6+=FDKaacEnc_huff_ltab5_6[t2+4][t3+4];
+
+    t0=fixp_abs(t0);
+    t1=fixp_abs(t1);
+    t2=fixp_abs(t2);
+    t3=fixp_abs(t3);
+
+
+    bc3_4+= FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3];
+
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t0][t1];
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t2][t3];
+
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t2][t3];
+
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3];
+
+    sc+=(t0>0)+(t1>0)+(t2>0)+(t3>0);
+  }
+
+  bitCount[1]=HI_LTAB(bc1_2);
+  bitCount[2]=LO_LTAB(bc1_2);
+  bitCount[3]=HI_LTAB(bc3_4)+sc;
+  bitCount[4]=LO_LTAB(bc3_4)+sc;
+  bitCount[5]=HI_LTAB(bc5_6);
+  bitCount[6]=LO_LTAB(bc5_6);
+  bitCount[7]=HI_LTAB(bc7_8)+sc;
+  bitCount[8]=LO_LTAB(bc7_8)+sc;
+  bitCount[9]=HI_LTAB(bc9_10)+sc;
+  bitCount[10]=LO_LTAB(bc9_10)+sc;
+  bitCount[11]=bc11+sc;
+
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_count3_4_5_6_7_8_9_10_11
+    description:  counts tables 3-11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 3-11
+
+*****************************************************************************/
+
+static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values,
+                                     const INT  width,
+                                     INT       *bitCount)
+{
+
+  INT i;
+  INT bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc;
+  INT t0,t1,t2,t3;
+
+  bc3_4=0;
+  bc5_6=0;
+  bc7_8=0;
+  bc9_10=0;
+  bc11=0;
+  sc=0;
+
+  for(i=0;i<width;i+=4){
+
+    t0= values[i+0];
+    t1= values[i+1];
+    t2= values[i+2];
+    t3= values[i+3];
+
+    bc5_6+=FDKaacEnc_huff_ltab5_6[t0+4][t1+4];
+    bc5_6+=FDKaacEnc_huff_ltab5_6[t2+4][t3+4];
+
+    t0=fixp_abs(t0);
+    t1=fixp_abs(t1);
+    t2=fixp_abs(t2);
+    t3=fixp_abs(t3);
+
+    bc3_4+= FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3];
+
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t0][t1];
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t2][t3];
+
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t2][t3];
+
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3];
+
+    sc+=(t0>0)+(t1>0)+(t2>0)+(t3>0);
+  }
+
+  bitCount[1]=INVALID_BITCOUNT;
+  bitCount[2]=INVALID_BITCOUNT;
+  bitCount[3]=HI_LTAB(bc3_4)+sc;
+  bitCount[4]=LO_LTAB(bc3_4)+sc;
+  bitCount[5]=HI_LTAB(bc5_6);
+  bitCount[6]=LO_LTAB(bc5_6);
+  bitCount[7]=HI_LTAB(bc7_8)+sc;
+  bitCount[8]=LO_LTAB(bc7_8)+sc;
+  bitCount[9]=HI_LTAB(bc9_10)+sc;
+  bitCount[10]=LO_LTAB(bc9_10)+sc;
+  bitCount[11]=bc11+sc;
+}
+
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_count5_6_7_8_9_10_11
+    description:  counts tables 5-11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 5-11
+
+*****************************************************************************/
+
+
+static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values,
+                                 const INT  width,
+                                 INT       *bitCount)
+{
+
+  INT i;
+  INT bc5_6,bc7_8,bc9_10,bc11,sc;
+  INT t0,t1;
+  bc5_6=0;
+  bc7_8=0;
+  bc9_10=0;
+  bc11=0;
+  sc=0;
+
+  for(i=0;i<width;i+=2){
+
+    t0 = values[i+0];
+    t1 = values[i+1];
+
+    bc5_6+=FDKaacEnc_huff_ltab5_6[t0+4][t1+4];
+
+    t0=fixp_abs(t0);
+    t1=fixp_abs(t1);
+
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t0][t1];
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+
+    sc+=(t0>0)+(t1>0);
+  }
+  bitCount[1]=INVALID_BITCOUNT;
+  bitCount[2]=INVALID_BITCOUNT;
+  bitCount[3]=INVALID_BITCOUNT;
+  bitCount[4]=INVALID_BITCOUNT;
+  bitCount[5]=HI_LTAB(bc5_6);
+  bitCount[6]=LO_LTAB(bc5_6);
+  bitCount[7]=HI_LTAB(bc7_8)+sc;
+  bitCount[8]=LO_LTAB(bc7_8)+sc;
+  bitCount[9]=HI_LTAB(bc9_10)+sc;
+  bitCount[10]=LO_LTAB(bc9_10)+sc;
+  bitCount[11]=bc11+sc;
+
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_count7_8_9_10_11
+    description:  counts tables 7-11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 7-11
+
+*****************************************************************************/
+
+static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values,
+                             const INT  width,
+                             INT       *bitCount)
+{
+
+  INT i;
+  INT bc7_8,bc9_10,bc11,sc;
+  INT t0,t1;
+
+  bc7_8=0;
+  bc9_10=0;
+  bc11=0;
+  sc=0;
+
+  for(i=0;i<width;i+=2){
+    t0=fixp_abs(values[i+0]);
+    t1=fixp_abs(values[i+1]);
+
+    bc7_8+=FDKaacEnc_huff_ltab7_8[t0][t1];
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+    sc+=(t0>0)+(t1>0);
+  }
+
+  bitCount[1]=INVALID_BITCOUNT;
+  bitCount[2]=INVALID_BITCOUNT;
+  bitCount[3]=INVALID_BITCOUNT;
+  bitCount[4]=INVALID_BITCOUNT;
+  bitCount[5]=INVALID_BITCOUNT;
+  bitCount[6]=INVALID_BITCOUNT;
+  bitCount[7]=HI_LTAB(bc7_8)+sc;
+  bitCount[8]=LO_LTAB(bc7_8)+sc;
+  bitCount[9]=HI_LTAB(bc9_10)+sc;
+  bitCount[10]=LO_LTAB(bc9_10)+sc;
+  bitCount[11]=bc11+sc;
+
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_count9_10_11
+    description:  counts tables 9-11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 9-11
+
+*****************************************************************************/
+
+
+
+static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values,
+                         const INT  width,
+                         INT       *bitCount)
+{
+
+  INT i;
+  INT bc9_10,bc11,sc;
+  INT t0,t1;
+
+  bc9_10=0;
+  bc11=0;
+  sc=0;
+
+  for(i=0;i<width;i+=2){
+    t0=fixp_abs(values[i+0]);
+    t1=fixp_abs(values[i+1]);
+
+    bc9_10+=FDKaacEnc_huff_ltab9_10[t0][t1];
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+
+    sc+=(t0>0)+(t1>0);
+  }
+
+  bitCount[1]=INVALID_BITCOUNT;
+  bitCount[2]=INVALID_BITCOUNT;
+  bitCount[3]=INVALID_BITCOUNT;
+  bitCount[4]=INVALID_BITCOUNT;
+  bitCount[5]=INVALID_BITCOUNT;
+  bitCount[6]=INVALID_BITCOUNT;
+  bitCount[7]=INVALID_BITCOUNT;
+  bitCount[8]=INVALID_BITCOUNT;
+  bitCount[9]=HI_LTAB(bc9_10)+sc;
+  bitCount[10]=LO_LTAB(bc9_10)+sc;
+  bitCount[11]=bc11+sc;
+
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_count11
+    description:  counts table 11
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for table 11
+
+*****************************************************************************/
+
+static void FDKaacEnc_count11(const SHORT *RESTRICT values,
+                    const INT  width,
+                    INT        *bitCount)
+{
+
+  INT i;
+  INT bc11,sc;
+  INT t0,t1;
+
+  bc11=0;
+  sc=0;
+  for(i=0;i<width;i+=2){
+    t0=fixp_abs(values[i+0]);
+    t1=fixp_abs(values[i+1]);
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t0][t1];
+    sc+=(t0>0)+(t1>0);
+  }
+
+  bitCount[1]=INVALID_BITCOUNT;
+  bitCount[2]=INVALID_BITCOUNT;
+  bitCount[3]=INVALID_BITCOUNT;
+  bitCount[4]=INVALID_BITCOUNT;
+  bitCount[5]=INVALID_BITCOUNT;
+  bitCount[6]=INVALID_BITCOUNT;
+  bitCount[7]=INVALID_BITCOUNT;
+  bitCount[8]=INVALID_BITCOUNT;
+  bitCount[9]=INVALID_BITCOUNT;
+  bitCount[10]=INVALID_BITCOUNT;
+  bitCount[11]=bc11+sc;
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_countEsc
+    description:  counts table 11 (with Esc)
+    returns:
+    input:        quantized spectrum
+    output:       bitCount for tables 11 (with Esc)
+
+*****************************************************************************/
+
+static void FDKaacEnc_countEsc(const SHORT *RESTRICT values,
+                     const INT  width,
+                     INT       *RESTRICT bitCount)
+{
+
+  INT i;
+  INT bc11,ec,sc;
+  INT t0,t1,t00,t01;
+
+  bc11=0;
+  sc=0;
+  ec=0;
+  for(i=0;i<width;i+=2){
+    t0=fixp_abs(values[i+0]);
+    t1=fixp_abs(values[i+1]);
+
+    sc+=(t0>0)+(t1>0);
+
+    t00 = fixMin(t0,16);
+    t01 = fixMin(t1,16);
+    bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01];
+
+    if(t0>=16){
+      ec+=5;
+      while((t0>>=1) >= 16)
+        ec+=2;
+    }
+
+    if(t1>=16){
+      ec+=5;
+      while((t1>>=1) >= 16)
+        ec+=2;
+    }
+  }
+
+  for (i=0; i<11; i++)
+    bitCount[i]=INVALID_BITCOUNT;
+
+  bitCount[11]=bc11+sc+ec;
+}
+
+
+typedef void (*COUNT_FUNCTION)(const SHORT *RESTRICT values,
+                               const INT  width,
+                               INT       *RESTRICT bitCount);
+
+static const COUNT_FUNCTION countFuncTable[CODE_BOOK_ESC_LAV+1] =
+{
+
+ FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11,  /* 0  */
+ FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11,  /* 1  */
+ FDKaacEnc_count3_4_5_6_7_8_9_10_11,      /* 2  */
+ FDKaacEnc_count5_6_7_8_9_10_11,          /* 3  */
+ FDKaacEnc_count5_6_7_8_9_10_11,          /* 4  */
+ FDKaacEnc_count7_8_9_10_11,              /* 5  */
+ FDKaacEnc_count7_8_9_10_11,              /* 6  */
+ FDKaacEnc_count7_8_9_10_11,              /* 7  */
+ FDKaacEnc_count9_10_11,                  /* 8  */
+ FDKaacEnc_count9_10_11,                  /* 9  */
+ FDKaacEnc_count9_10_11,                  /* 10 */
+ FDKaacEnc_count9_10_11,                  /* 11 */
+ FDKaacEnc_count9_10_11,                  /* 12 */
+ FDKaacEnc_count11,                       /* 13 */
+ FDKaacEnc_count11,                       /* 14 */
+ FDKaacEnc_count11,                       /* 15 */
+ FDKaacEnc_countEsc                       /* 16 */
+};
+
+
+
+INT    FDKaacEnc_bitCount(const SHORT *values,
+                          const INT   width,
+                          INT         maxVal,
+                          INT        *bitCount)
+{
+
+  /*
+    check if we can use codebook 0
+  */
+
+  if(maxVal == 0)
+    bitCount[0] = 0;
+  else
+    bitCount[0] = INVALID_BITCOUNT;
+
+  maxVal = fixMin(maxVal,(INT)CODE_BOOK_ESC_LAV);
+  countFuncTable[maxVal](values,width,bitCount);
+  return(0);
+}
+
+
+
+
+/*
+  count difference between actual and zeroed lines
+*/
+INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook)
+{
+
+  INT i,t0,t1,t2,t3,t00,t01;
+  INT codeLength;
+  INT signLength;
+  INT bitCnt=0;
+
+  switch(codeBook){
+  case CODE_BOOK_ZERO_NO:
+    break;
+
+  case CODE_BOOK_1_NO:
+    for(i=0; i<width; i+=4) {
+      t0         = values[i+0];
+      t1         = values[i+1];
+      t2         = values[i+2];
+      t3         = values[i+3];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
+      bitCnt+= codeLength;
+    }
+    break;
+
+  case CODE_BOOK_2_NO:
+    for(i=0; i<width; i+=4) {
+      t0         = values[i+0];
+      t1         = values[i+1];
+      t2         = values[i+2];
+      t3         = values[i+3];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
+      bitCnt+= codeLength;
+    }
+    break;
+
+  case CODE_BOOK_3_NO:
+    for(i=0; i<width; i+=4) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      t2 = values[i+2];
+      if(t2 != 0){
+        signLength++;
+        t2=fixp_abs(t2);
+      }
+      t3 = values[i+3];
+      if(t3 != 0){
+        signLength++;
+        t3=fixp_abs(t3);
+      }
+
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
+      bitCnt+=codeLength+signLength;
+    }
+    break;
+
+  case CODE_BOOK_4_NO:
+    for(i=0; i<width; i+=4) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      t2 = values[i+2];
+      if(t2 != 0){
+        signLength++;
+        t2=fixp_abs(t2);
+      }
+      t3 = values[i+3];
+      if(t3 != 0){
+        signLength++;
+        t3=fixp_abs(t3);
+      }
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
+      bitCnt+=codeLength+signLength;
+    }
+    break;
+
+  case CODE_BOOK_5_NO:
+    for(i=0; i<width; i+=2) {
+      t0         = values[i+0];
+      t1         = values[i+1];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab5_6[t0+4][t1+4]);
+      bitCnt+=codeLength;
+    }
+    break;
+
+  case CODE_BOOK_6_NO:
+    for(i=0; i<width; i+=2) {
+      t0         = values[i+0];
+      t1         = values[i+1];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab5_6[t0+4][t1+4]);
+      bitCnt+=codeLength;
+    }
+    break;
+
+  case CODE_BOOK_7_NO:
+    for(i=0; i<width; i+=2){
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]);
+      bitCnt+=codeLength +signLength;
+    }
+    break;
+
+  case CODE_BOOK_8_NO:
+    for(i=0; i<width; i+=2) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]);
+      bitCnt+=codeLength +signLength;
+    }
+    break;
+
+  case CODE_BOOK_9_NO:
+    for(i=0; i<width; i+=2) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]);
+      bitCnt+=codeLength +signLength;
+    }
+    break;
+
+  case CODE_BOOK_10_NO:
+    for(i=0; i<width; i+=2) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]);
+      bitCnt+=codeLength +signLength;
+    }
+    break;
+
+  case CODE_BOOK_ESC_NO:
+    for(i=0; i<width; i+=2) {
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        t0=fixp_abs(t0);
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        t1=fixp_abs(t1);
+      }
+      t00 = fixMin(t0,16);
+      t01 = fixMin(t1,16);
+
+      codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
+      bitCnt+=codeLength +signLength;
+      if(t0 >=16){
+        INT n,p;
+        n=0;
+        p=t0;
+        while((p>>=1) >=16){
+          bitCnt++;
+          n++;
+        }
+        bitCnt+=(n+5);
+      }
+      if(t1 >=16){
+        INT n,p;
+        n=0;
+        p=t1;
+        while((p>>=1) >=16){
+          bitCnt++;
+          n++;
+        }
+        bitCnt+=(n+5);
+      }
+    }
+    break;
+
+  default:
+    break;
+  }
+
+  return(bitCnt);
+}
+
+
+
+INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook,  HANDLE_FDK_BITSTREAM hBitstream)
+{
+
+  INT i,t0,t1,t2,t3,t00,t01;
+  INT codeWord,codeLength;
+  INT sign,signLength;
+
+  switch(codeBook){
+  case CODE_BOOK_ZERO_NO:
+    break;
+
+  case CODE_BOOK_1_NO:
+    for(i=0; i<width; i+=4) {
+      t0         = values[i+0]+1;
+      t1         = values[i+1]+1;
+      t2         = values[i+2]+1;
+      t3         = values[i+3]+1;
+      codeWord   = FDKaacEnc_huff_ctab1[t0][t1][t2][t3];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab1_2[t0][t1][t2][t3]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+    }
+    break;
+
+  case CODE_BOOK_2_NO:
+    for(i=0; i<width; i+=4) {
+      t0         = values[i+0]+1;
+      t1         = values[i+1]+1;
+      t2         = values[i+2]+1;
+      t3         = values[i+3]+1;
+      codeWord   = FDKaacEnc_huff_ctab2[t0][t1][t2][t3];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab1_2[t0][t1][t2][t3]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+    }
+    break;
+
+  case CODE_BOOK_3_NO:
+    for(i=0; i<width; i+=4) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      t2 = values[i+2];
+      if(t2 != 0){
+        signLength++;
+        sign<<=1;
+        if(t2 < 0){
+          sign|=1;
+          t2=fixp_abs(t2);
+        }
+      }
+      t3 = values[i+3];
+      if(t3 != 0){
+        signLength++;
+        sign<<=1;
+        if(t3 < 0){
+          sign|=1;
+          t3=fixp_abs(t3);
+        }
+      }
+
+      codeWord   = FDKaacEnc_huff_ctab3[t0][t1][t2][t3];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_4_NO:
+    for(i=0; i<width; i+=4) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      t2 = values[i+2];
+      if(t2 != 0){
+        signLength++;
+        sign<<=1;
+        if(t2 < 0){
+          sign|=1;
+          t2=fixp_abs(t2);
+        }
+      }
+      t3 = values[i+3];
+      if(t3 != 0){
+        signLength++;
+        sign<<=1;
+        if(t3 < 0){
+          sign|=1;
+          t3=fixp_abs(t3);
+        }
+      }
+      codeWord   = FDKaacEnc_huff_ctab4[t0][t1][t2][t3];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_5_NO:
+    for(i=0; i<width; i+=2) {
+      t0         = values[i+0]+4;
+      t1         = values[i+1]+4;
+      codeWord   = FDKaacEnc_huff_ctab5[t0][t1];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab5_6[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+    }
+    break;
+
+  case CODE_BOOK_6_NO:
+    for(i=0; i<width; i+=2) {
+      t0         = values[i+0]+4;
+      t1         = values[i+1]+4;
+      codeWord   = FDKaacEnc_huff_ctab6[t0][t1];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab5_6[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+    }
+    break;
+
+  case CODE_BOOK_7_NO:
+    for(i=0; i<width; i+=2){
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      codeWord   = FDKaacEnc_huff_ctab7[t0][t1];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_8_NO:
+    for(i=0; i<width; i+=2) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      codeWord   = FDKaacEnc_huff_ctab8[t0][t1];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab7_8[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_9_NO:
+    for(i=0; i<width; i+=2) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      codeWord   = FDKaacEnc_huff_ctab9[t0][t1];
+      codeLength = HI_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_10_NO:
+    for(i=0; i<width; i+=2) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      codeWord   = FDKaacEnc_huff_ctab10[t0][t1];
+      codeLength = LO_LTAB(FDKaacEnc_huff_ltab9_10[t0][t1]);
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+    }
+    break;
+
+  case CODE_BOOK_ESC_NO:
+    for(i=0; i<width; i+=2) {
+      sign=0;
+      signLength=0;
+      t0 = values[i+0];
+      if(t0 != 0){
+        signLength++;
+        sign<<=1;
+        if(t0 < 0){
+          sign|=1;
+          t0=fixp_abs(t0);
+        }
+      }
+      t1 = values[i+1];
+      if(t1 != 0){
+        signLength++;
+        sign<<=1;
+        if(t1 < 0){
+          sign|=1;
+          t1=fixp_abs(t1);
+        }
+      }
+      t00 = fixMin(t0,16);
+      t01 = fixMin(t1,16);
+
+      codeWord   = FDKaacEnc_huff_ctab11[t00][t01];
+      codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
+      FDKwriteBits(hBitstream,codeWord,codeLength);
+      FDKwriteBits(hBitstream,sign,signLength);
+      if(t0 >=16){
+        INT n,p;
+        n=0;
+        p=t0;
+        while((p>>=1) >=16){
+          FDKwriteBits(hBitstream,1,1);
+          n++;
+        }
+        FDKwriteBits(hBitstream,0,1);
+        FDKwriteBits(hBitstream,t0-(1<<(n+4)),n+4);
+      }
+      if(t1 >=16){
+        INT n,p;
+        n=0;
+        p=t1;
+        while((p>>=1) >=16){
+          FDKwriteBits(hBitstream,1,1);
+          n++;
+        }
+        FDKwriteBits(hBitstream,0,1);
+        FDKwriteBits(hBitstream,t1-(1<<(n+4)),n+4);
+      }
+    }
+    break;
+
+  default:
+    break;
+  }
+  return(0);
+}
+
+INT FDKaacEnc_codeScalefactorDelta(INT delta, HANDLE_FDK_BITSTREAM hBitstream)
+{
+  INT codeWord,codeLength;
+
+  if(fixp_abs(delta) >CODE_BOOK_SCF_LAV)
+    return(1);
+
+  codeWord   = FDKaacEnc_huff_ctabscf[delta+CODE_BOOK_SCF_LAV];
+  codeLength = (INT)FDKaacEnc_huff_ltabscf[delta+CODE_BOOK_SCF_LAV];
+  FDKwriteBits(hBitstream,codeWord,codeLength);
+  return(0);
+}
+
+
+
diff --git a/libAACenc/src/bit_cnt.h b/libAACenc/src/bit_cnt.h
new file mode 100644 (file)
index 0000000..7c4b59e
--- /dev/null
@@ -0,0 +1,187 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Huffman Bitcounter & coder
+
+******************************************************************************/
+
+#ifndef __BITCOUNT_H
+#define __BITCOUNT_H
+
+
+#include "common_fix.h"
+#include "FDK_bitstream.h"
+#include "aacEnc_rom.h"
+
+#define INVALID_BITCOUNT (FDK_INT_MAX/4)
+
+/*
+  code book number table
+*/
+
+enum codeBookNo{
+ CODE_BOOK_ZERO_NO=               0,
+ CODE_BOOK_1_NO=                  1,
+ CODE_BOOK_2_NO=                  2,
+ CODE_BOOK_3_NO=                  3,
+ CODE_BOOK_4_NO=                  4,
+ CODE_BOOK_5_NO=                  5,
+ CODE_BOOK_6_NO=                  6,
+ CODE_BOOK_7_NO=                  7,
+ CODE_BOOK_8_NO=                  8,
+ CODE_BOOK_9_NO=                  9,
+ CODE_BOOK_10_NO=                10,
+ CODE_BOOK_ESC_NO=               11,
+ CODE_BOOK_RES_NO=               12,
+ CODE_BOOK_PNS_NO=               13,
+ CODE_BOOK_IS_OUT_OF_PHASE_NO=   14,
+ CODE_BOOK_IS_IN_PHASE_NO=       15
+
+};
+
+/*
+  code book index table
+*/
+
+enum codeBookNdx{
+ CODE_BOOK_ZERO_NDX,
+ CODE_BOOK_1_NDX,
+ CODE_BOOK_2_NDX,
+ CODE_BOOK_3_NDX,
+ CODE_BOOK_4_NDX,
+ CODE_BOOK_5_NDX,
+ CODE_BOOK_6_NDX,
+ CODE_BOOK_7_NDX,
+ CODE_BOOK_8_NDX,
+ CODE_BOOK_9_NDX,
+ CODE_BOOK_10_NDX,
+ CODE_BOOK_ESC_NDX,
+ CODE_BOOK_RES_NDX,
+ CODE_BOOK_PNS_NDX,
+ CODE_BOOK_IS_OUT_OF_PHASE_NDX,
+ CODE_BOOK_IS_IN_PHASE_NDX,
+ NUMBER_OF_CODE_BOOKS
+};
+
+/*
+  code book lav table
+*/
+
+enum codeBookLav{
+ CODE_BOOK_ZERO_LAV=0,
+ CODE_BOOK_1_LAV=1,
+ CODE_BOOK_2_LAV=1,
+ CODE_BOOK_3_LAV=2,
+ CODE_BOOK_4_LAV=2,
+ CODE_BOOK_5_LAV=4,
+ CODE_BOOK_6_LAV=4,
+ CODE_BOOK_7_LAV=7,
+ CODE_BOOK_8_LAV=7,
+ CODE_BOOK_9_LAV=12,
+ CODE_BOOK_10_LAV=12,
+ CODE_BOOK_ESC_LAV=16,
+ CODE_BOOK_SCF_LAV=60,
+ CODE_BOOK_PNS_LAV=60
+ };
+
+INT    FDKaacEnc_bitCount(const SHORT *aQuantSpectrum,
+                          const INT   noOfSpecLines,
+                          INT         maxVal,
+                          INT        *bitCountLut);
+
+INT    FDKaacEnc_countValues(SHORT *values, INT width, INT codeBook);
+
+INT    FDKaacEnc_codeValues(SHORT *values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream);
+
+INT    FDKaacEnc_codeScalefactorDelta(INT scalefactor, HANDLE_FDK_BITSTREAM hBitstream);
+
+inline INT FDKaacEnc_bitCountScalefactorDelta(const INT delta)
+{
+  FDK_ASSERT( (0 <= (delta+CODE_BOOK_SCF_LAV)) &&  ((delta+CODE_BOOK_SCF_LAV)<(int)(sizeof(FDKaacEnc_huff_ltabscf)/sizeof((FDKaacEnc_huff_ltabscf[0])))) );
+  return((INT)FDKaacEnc_huff_ltabscf[delta+CODE_BOOK_SCF_LAV]);
+}
+
+#endif
diff --git a/libAACenc/src/bitenc.cpp b/libAACenc/src/bitenc.cpp
new file mode 100644 (file)
index 0000000..8e477aa
--- /dev/null
@@ -0,0 +1,1474 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+ /******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Bitstream encoder
+
+******************************************************************************/
+
+#include "bitenc.h"
+#include "bit_cnt.h"
+#include "dyn_bits.h"
+#include "qc_data.h"
+#include "interface.h"
+#include "aacEnc_ram.h"
+
+
+#include "tpenc_lib.h"
+
+#include "FDK_tools_rom.h"  /* needed for the bitstream syntax tables */
+
+static const int globalGainOffset = 100;
+static const int icsReservedBit   = 0;
+static const int noiseOffset      = 90;
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeSpectralData
+    description:  encode spectral data
+    returns:      the number of written bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeSpectralData(INT                    *sfbOffset,
+                                        SECTION_DATA           *sectionData,
+                                        SHORT                  *quantSpectrum,
+                                        HANDLE_FDK_BITSTREAM    hBitStream)
+{
+  INT i,sfb;
+  INT dbgVal = FDKgetValidBits(hBitStream);
+
+  for(i=0;i<sectionData->noOfSections;i++)
+  {
+    if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO)
+    {
+      /* huffencode spectral data for this huffsection */
+      INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt;
+      for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++)
+      {
+        FDKaacEnc_codeValues(quantSpectrum+sfbOffset[sfb],
+                             sfbOffset[sfb+1]-sfbOffset[sfb],
+                             sectionData->huffsection[i].codeBook,
+                             hBitStream);
+      }
+    }
+  }
+  return(FDKgetValidBits(hBitStream)-dbgVal);
+}
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_encodeGlobalGain
+    description: encodes Global Gain (common scale factor)
+    returns:     the number of static bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeGlobalGain(INT globalGain,
+                                      INT scalefac,
+                                      HANDLE_FDK_BITSTREAM hBitStream,
+                                      INT mdctScale)
+{
+  if (hBitStream != NULL) {
+    FDKwriteBits(hBitStream,globalGain - scalefac + globalGainOffset-4*(LOG_NORM_PCM-mdctScale),8);
+  }
+  return (8);
+}
+
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_encodeIcsInfo
+    description: encodes Ics Info
+    returns:     the number of static bits
+    input:
+    output:
+
+*****************************************************************************/
+
+static INT FDKaacEnc_encodeIcsInfo(INT blockType,
+                                   INT windowShape,
+                                   INT groupingMask,
+                                   INT maxSfbPerGroup,
+                                   HANDLE_FDK_BITSTREAM  hBitStream,
+                                   UINT syntaxFlags)
+{
+  INT statBits;
+
+  if (blockType == SHORT_WINDOW) {
+    statBits = 8 + TRANS_FAC - 1;
+  } else {
+    if (syntaxFlags & AC_ELD) {
+      statBits = 6;
+    } else
+    {
+      statBits = (!(syntaxFlags & AC_SCALABLE)) ? 11 : 10;
+    }
+  }
+
+  if (hBitStream != NULL) {
+
+    if (!(syntaxFlags & AC_ELD)){
+      FDKwriteBits(hBitStream,icsReservedBit,1);
+      FDKwriteBits(hBitStream,blockType,2);
+      FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1);
+    }
+
+    switch(blockType){
+    case LONG_WINDOW:
+    case START_WINDOW:
+    case STOP_WINDOW:
+      FDKwriteBits(hBitStream,maxSfbPerGroup,6);
+
+      if (!(syntaxFlags & (AC_SCALABLE|AC_ELD)) ) { /* If not scalable syntax then ... */
+        /* No predictor data present */
+        FDKwriteBits(hBitStream, 0, 1);
+      }
+      break;
+
+    case SHORT_WINDOW:
+      FDKwriteBits(hBitStream,maxSfbPerGroup,4);
+
+      /* Write grouping bits */
+      FDKwriteBits(hBitStream,groupingMask,TRANS_FAC-1);
+      break;
+    }
+  }
+
+  return (statBits);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeSectionData
+    description:  encode section data (common Huffman codebooks for adjacent
+                  SFB's)
+    returns:      none
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData,
+                                       HANDLE_FDK_BITSTREAM hBitStream,
+                                       UINT useVCB11)
+{
+  if (hBitStream != NULL) {
+    INT sectEscapeVal=0,sectLenBits=0;
+    INT sectLen;
+    INT i;
+    INT dbgVal=FDKgetValidBits(hBitStream);
+    INT sectCbBits = 4;
+
+    switch(sectionData->blockType)
+    {
+    case LONG_WINDOW:
+    case START_WINDOW:
+    case STOP_WINDOW:
+      sectEscapeVal = SECT_ESC_VAL_LONG;
+      sectLenBits   = SECT_BITS_LONG;
+      break;
+
+    case SHORT_WINDOW:
+      sectEscapeVal = SECT_ESC_VAL_SHORT;
+      sectLenBits   = SECT_BITS_SHORT;
+      break;
+    }
+
+    for(i=0;i<sectionData->noOfSections;i++)
+    {
+      INT codeBook = sectionData->huffsection[i].codeBook;
+
+      FDKwriteBits(hBitStream,codeBook,sectCbBits);
+
+      {
+        sectLen = sectionData->huffsection[i].sfbCnt;
+
+        while(sectLen >= sectEscapeVal)
+        {
+          FDKwriteBits(hBitStream,sectEscapeVal,sectLenBits);
+          sectLen-=sectEscapeVal;
+        }
+        FDKwriteBits(hBitStream,sectLen,sectLenBits);
+      }
+    }
+    return(FDKgetValidBits(hBitStream)-dbgVal);
+  }
+  return (0);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeScaleFactorData
+    description:  encode DPCM coded scale factors
+    returns:      none
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeScaleFactorData(UINT                  *maxValueInSfb,
+                                           SECTION_DATA          *sectionData,
+                                           INT                   *scalefac,
+                                           HANDLE_FDK_BITSTREAM   hBitStream,
+                                           INT                   *RESTRICT noiseNrg,
+                                           const INT             *isScale,
+                                           INT                    globalGain)
+{
+  if (hBitStream != NULL) {
+    INT i,j,lastValScf,deltaScf;
+    INT deltaPns;
+    INT lastValPns = 0;
+    INT noisePCMFlag = TRUE;
+    INT lastValIs;
+
+    INT dbgVal = FDKgetValidBits(hBitStream);
+
+    lastValScf=scalefac[sectionData->firstScf];
+    lastValPns = globalGain-scalefac[sectionData->firstScf]+globalGainOffset-4*LOG_NORM_PCM-noiseOffset;
+    lastValIs  = 0;
+
+    for(i=0; i<sectionData->noOfSections; i++){
+      if (sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO) {
+
+        if ((sectionData->huffsection[i].codeBook == CODE_BOOK_IS_OUT_OF_PHASE_NO) ||
+            (sectionData->huffsection[i].codeBook == CODE_BOOK_IS_IN_PHASE_NO))
+        {
+          INT sfbStart = sectionData->huffsection[i].sfbStart;
+          INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
+          for(j=sfbStart; j<tmp; j++) {
+            INT deltaIs   = isScale[j]-lastValIs;
+            lastValIs = isScale[j];
+            if(FDKaacEnc_codeScalefactorDelta(deltaIs,hBitStream)) {
+                return(1);
+            }
+          } /* sfb */
+        }
+        else if(sectionData->huffsection[i].codeBook == CODE_BOOK_PNS_NO) {
+          INT sfbStart = sectionData->huffsection[i].sfbStart;
+          INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
+          for(j=sfbStart; j<tmp; j++) {
+            deltaPns   = noiseNrg[j]-lastValPns;
+            lastValPns = noiseNrg[j];
+
+            if(noisePCMFlag){
+              FDKwriteBits(hBitStream,deltaPns+(1<<(PNS_PCM_BITS-1)),PNS_PCM_BITS);
+              noisePCMFlag = FALSE;
+            }
+            else {
+              if(FDKaacEnc_codeScalefactorDelta(deltaPns,hBitStream)) {
+                return(1);
+              }
+            }
+          } /* sfb */
+        }
+        else {
+          INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt;
+          for(j=sectionData->huffsection[i].sfbStart; j<tmp; j++){
+            /*
+              check if we can repeat the last value to save bits
+            */
+            if(maxValueInSfb[j] == 0)
+              deltaScf = 0;
+            else{
+              deltaScf = -(scalefac[j]-lastValScf);
+              lastValScf = scalefac[j];
+            }
+            if(FDKaacEnc_codeScalefactorDelta(deltaScf,hBitStream)){
+              return(1);
+            }
+          } /* sfb */
+        } /* code scalefactor */
+      } /* sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO */
+    } /* section loop */
+
+    return(FDKgetValidBits(hBitStream)-dbgVal);
+  } /* if (hBitStream != NULL) */
+
+  return (0);
+}
+
+/*****************************************************************************
+
+    functionname:encodeMsInfo
+    description: encodes MS-Stereo Info
+    returns:     the number of static bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeMSInfo(INT            sfbCnt,
+                                  INT            grpSfb,
+                                  INT            maxSfb,
+                                  INT            msDigest,
+                                  INT           *jsFlags,
+                                  HANDLE_FDK_BITSTREAM hBitStream)
+{
+  INT sfb, sfbOff, msBits = 0;
+
+  if (hBitStream != NULL)
+  {
+    switch(msDigest)
+    {
+    case MS_NONE:
+      FDKwriteBits(hBitStream,SI_MS_MASK_NONE,2);
+      msBits += 2;
+      break;
+
+    case MS_ALL:
+      FDKwriteBits(hBitStream,SI_MS_MASK_ALL,2);
+      msBits += 2;
+      break;
+
+    case MS_SOME:
+      FDKwriteBits(hBitStream,SI_MS_MASK_SOME,2);
+      msBits += 2;
+      for(sfbOff = 0; sfbOff < sfbCnt; sfbOff+=grpSfb)
+      {
+        for(sfb=0; sfb<maxSfb; sfb++)
+        {
+          if(jsFlags[sfbOff+sfb] & MS_ON){
+            FDKwriteBits(hBitStream,1,1);
+          }
+          else{
+            FDKwriteBits(hBitStream,0,1);
+          }
+          msBits += 1;
+        }
+      }
+      break;
+    }
+  }
+  else {
+    msBits += 2;
+    if (msDigest == MS_SOME) {
+      for(sfbOff = 0; sfbOff < sfbCnt; sfbOff+=grpSfb) {
+        for(sfb=0; sfb<maxSfb; sfb++) {
+          msBits += 1;
+        }
+      }
+    }
+  }
+  return (msBits);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeTnsDataPresent
+    description:  encode TNS data (filter order, coeffs, ..)
+    returns:      the number of static bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeTnsDataPresent(TNS_INFO *tnsInfo,
+                                          INT blockType,
+                                          HANDLE_FDK_BITSTREAM hBitStream)
+{
+  if ( (hBitStream!=NULL) && (tnsInfo!=NULL) )
+  {
+    INT i, tnsPresent = 0;
+    INT numOfWindows = (blockType==SHORT_WINDOW?TRANS_FAC:1);
+
+    for (i=0; i<numOfWindows; i++) {
+      if (tnsInfo->numOfFilters[i]!=0) {
+        tnsPresent=1;
+        break;
+      }
+    }
+
+    if (tnsPresent==0) {
+      FDKwriteBits(hBitStream,0,1);
+    } else {
+      FDKwriteBits(hBitStream,1,1);
+    }
+  }
+  return (1);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeTnsData
+    description:  encode TNS data (filter order, coeffs, ..)
+    returns:      the number of static bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeTnsData(TNS_INFO *tnsInfo,
+                                   INT blockType,
+                                   HANDLE_FDK_BITSTREAM hBitStream)
+{
+  INT tnsBits = 0;
+
+  if (tnsInfo!=NULL) {
+
+    INT i,j,k;
+    INT tnsPresent = 0;
+    INT coefBits;
+    INT numOfWindows=(blockType==SHORT_WINDOW?TRANS_FAC:1);
+
+    for (i=0; i<numOfWindows; i++) {
+      if (tnsInfo->numOfFilters[i]!=0) {
+        tnsPresent=1;
+      }
+    }
+
+    if (hBitStream != NULL)
+    {
+      if (tnsPresent==1) { /* there is data to be written*/
+        for (i=0; i<numOfWindows; i++) {
+          FDKwriteBits(hBitStream,tnsInfo->numOfFilters[i],(blockType==SHORT_WINDOW?1:2));
+          tnsBits += (blockType==SHORT_WINDOW?1:2);
+          if (tnsInfo->numOfFilters[i]) {
+            FDKwriteBits(hBitStream,(tnsInfo->coefRes[i]==4?1:0),1);
+            tnsBits += 1;
+          }
+          for (j=0; j<tnsInfo->numOfFilters[i]; j++) {
+            FDKwriteBits(hBitStream,tnsInfo->length[i][j],(blockType==SHORT_WINDOW?4:6));
+            tnsBits += (blockType==SHORT_WINDOW?4:6);
+            FDK_ASSERT(tnsInfo->order[i][j] <= 12);
+            FDKwriteBits(hBitStream,tnsInfo->order[i][j],(blockType==SHORT_WINDOW?3:5));
+            tnsBits += (blockType==SHORT_WINDOW?3:5);
+            if (tnsInfo->order[i][j]){
+              FDKwriteBits(hBitStream,tnsInfo->direction[i][j],1);
+              tnsBits +=1; /*direction*/
+              if(tnsInfo->coefRes[i] == 4) {
+                coefBits = 3;
+                for(k=0; k<tnsInfo->order[i][j]; k++) {
+                  if (tnsInfo->coef[i][j][k]> 3 ||
+                    tnsInfo->coef[i][j][k]< -4) {
+                    coefBits = 4;
+                    break;
+                  }
+                }
+              } else {
+                coefBits = 2;
+                for(k=0; k<tnsInfo->order[i][j]; k++) {
+                  if ( tnsInfo->coef[i][j][k]> 1
+                    || tnsInfo->coef[i][j][k]< -2) {
+                    coefBits = 3;
+                    break;
+                  }
+                }
+              }
+              FDKwriteBits(hBitStream,-(coefBits - tnsInfo->coefRes[i]),1); /*coef_compres*/
+              tnsBits +=1; /*coef_compression */
+              for (k=0; k<tnsInfo->order[i][j]; k++ ) {
+                static const INT rmask[] = {0,1,3,7,15};
+                FDKwriteBits(hBitStream,tnsInfo->coef[i][j][k] & rmask[coefBits],coefBits);
+                tnsBits += coefBits;
+              }
+            }
+          }
+        }
+      }
+    }
+    else {
+      if (tnsPresent != 0) {
+        for (i=0; i<numOfWindows; i++) {
+          tnsBits += (blockType==SHORT_WINDOW?1:2);
+          if (tnsInfo->numOfFilters[i]) {
+            tnsBits += 1;
+            for (j=0; j<tnsInfo->numOfFilters[i]; j++) {
+              tnsBits += (blockType==SHORT_WINDOW?4:6);
+              tnsBits += (blockType==SHORT_WINDOW?3:5);
+              if (tnsInfo->order[i][j]) {
+                tnsBits +=1; /*direction*/
+                tnsBits +=1; /*coef_compression */
+                if (tnsInfo->coefRes[i] == 4) {
+                  coefBits=3;
+                  for (k=0; k<tnsInfo->order[i][j]; k++) {
+                    if (tnsInfo->coef[i][j][k]> 3 || tnsInfo->coef[i][j][k]< -4) {
+                      coefBits = 4;
+                      break;
+                    }
+                  }
+                }
+                else {
+                  coefBits = 2;
+                  for (k=0; k<tnsInfo->order[i][j]; k++) {
+                    if (tnsInfo->coef[i][j][k]> 1 || tnsInfo->coef[i][j][k]< -2) {
+                      coefBits = 3;
+                      break;
+                    }
+                  }
+                }
+                for (k=0; k<tnsInfo->order[i][j]; k++) {
+                  tnsBits += coefBits;
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+  } /* (tnsInfo!=NULL) */
+
+  return (tnsBits);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodeGainControlData
+    description:  unsupported
+    returns:      none
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodeGainControlData(HANDLE_FDK_BITSTREAM hBitStream)
+{
+  if (hBitStream != NULL) {
+    FDKwriteBits(hBitStream,0,1);
+  }
+  return (1);
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_encodePulseData
+    description:  not supported yet (dummy)
+    returns:      none
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_encodePulseData(HANDLE_FDK_BITSTREAM hBitStream)
+{
+  if (hBitStream != NULL) {
+    FDKwriteBits(hBitStream,0,1);
+  }
+  return (1);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_writeExtensionPayload
+    description:  write extension payload to bitstream
+    returns:      number of written bits
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_writeExtensionPayload( HANDLE_FDK_BITSTREAM  hBitStream,
+                                            EXT_PAYLOAD_TYPE      extPayloadType,
+                                            const UCHAR          *extPayloadData,
+                                            INT                   extPayloadBits
+                                          )
+{
+  #define EXT_TYPE_BITS         ( 4 )
+  #define DATA_EL_VERSION_BITS  ( 4 )
+  #define FILL_NIBBLE_BITS      ( 4 )
+
+  INT  extBitsUsed = 0;
+
+  if (extPayloadBits >= EXT_TYPE_BITS)
+  {
+    UCHAR  fillByte = 0x00;  /* for EXT_FIL and EXT_FILL_DATA */
+
+    if (hBitStream != NULL) {
+      FDKwriteBits(hBitStream, extPayloadType, EXT_TYPE_BITS);
+    }
+    extBitsUsed += EXT_TYPE_BITS;
+
+    switch (extPayloadType) {
+      case EXT_DYNAMIC_RANGE:
+      /* case EXT_SAC_DATA: */
+      case EXT_SBR_DATA:
+      case EXT_SBR_DATA_CRC:
+        if (hBitStream != NULL) {
+          int i, writeBits = extPayloadBits;
+          for (i=0; writeBits >= 8; i++) {
+            FDKwriteBits(hBitStream, extPayloadData[i], 8);
+            writeBits -= 8;
+          }
+          if (writeBits > 0) {
+            FDKwriteBits(hBitStream, extPayloadData[i]>>(8-writeBits), writeBits);
+          }
+        }
+        extBitsUsed += extPayloadBits;
+        break;
+
+      case EXT_DATA_ELEMENT:
+        {
+          INT dataElementLength = (extPayloadBits+7)>>3;
+          INT cnt = dataElementLength;
+          int loopCounter = 1;
+
+          while (dataElementLength >= 255) {
+            loopCounter++;
+            dataElementLength -= 255;
+          }
+
+          if (hBitStream != NULL) {
+            int i;
+            FDKwriteBits(hBitStream, 0x00, DATA_EL_VERSION_BITS);  /* data_element_version = ANC_DATA */
+
+            for (i=1; i<loopCounter; i++) {
+              FDKwriteBits(hBitStream, 255, 8);
+            }
+            FDKwriteBits(hBitStream, dataElementLength, 8);
+
+            for (i=0; i<cnt; i++) {
+              FDKwriteBits(hBitStream, extPayloadData[i], 8);
+            }
+          }
+          extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter*8) + (cnt*8);
+        }
+        break;
+
+      case EXT_FILL_DATA:
+        fillByte = 0xA5;
+      case EXT_FIL:
+      default:
+        if (hBitStream != NULL) {
+          int writeBits = extPayloadBits;
+          FDKwriteBits(hBitStream, 0x00, FILL_NIBBLE_BITS);
+          writeBits -= 8;  /* acount for the extension type and the fill nibble */
+          while (writeBits >= 8) {
+            FDKwriteBits(hBitStream, fillByte, 8);
+            writeBits -= 8;
+          }
+        }
+        extBitsUsed += FILL_NIBBLE_BITS + (extPayloadBits & ~0x7) - 8;
+        break;
+    }
+  }
+
+  return (extBitsUsed);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_writeDataStreamElement
+    description:  write data stream elements like ancillary data ...
+    returns:      the amount of used bits
+    input:
+    output:
+
+******************************************************************************/
+static INT FDKaacEnc_writeDataStreamElement( HANDLE_TRANSPORTENC  hTpEnc,
+                                             INT    elementInstanceTag,
+                                             INT    dataPayloadBytes,
+                                             UCHAR *dataBuffer,
+                                             UINT   alignAnchor )
+{
+  #define DATA_BYTE_ALIGN_FLAG      ( 0 )
+
+  #define EL_INSTANCE_TAG_BITS      ( 4 )
+  #define DATA_BYTE_ALIGN_FLAG_BITS ( 1 )
+  #define DATA_LEN_COUNT_BITS       ( 8 )
+  #define DATA_LEN_ESC_COUNT_BITS   ( 8 )
+
+  #define MAX_DATA_ALIGN_BITS       ( 7 )
+  #define MAX_DSE_DATA_BYTES        ( 510 )
+
+  INT  dseBitsUsed = 0;
+
+  while (dataPayloadBytes > 0)
+  {
+    int esc_count = -1;
+    int cnt = 0;
+    INT crcReg = -1;
+
+    dseBitsUsed += EL_ID_BITS + EL_INSTANCE_TAG_BITS
+                +  DATA_BYTE_ALIGN_FLAG_BITS + DATA_LEN_COUNT_BITS;
+
+    if (DATA_BYTE_ALIGN_FLAG) {
+      dseBitsUsed += MAX_DATA_ALIGN_BITS;
+    }
+
+    cnt = fixMin(MAX_DSE_DATA_BYTES, dataPayloadBytes);
+    if ( cnt >= 255 ) {
+      esc_count = cnt - 255;
+      dseBitsUsed += DATA_LEN_ESC_COUNT_BITS;
+    }
+
+    dataPayloadBytes -= cnt;
+    dseBitsUsed += cnt * 8;
+
+    if (hTpEnc != NULL) {
+      HANDLE_FDK_BITSTREAM hBitStream = transportEnc_GetBitstream(hTpEnc);
+      int i;
+
+      FDKwriteBits(hBitStream, ID_DSE, EL_ID_BITS);
+
+      crcReg = transportEnc_CrcStartReg(hTpEnc, 0);
+
+      FDKwriteBits(hBitStream, elementInstanceTag, EL_INSTANCE_TAG_BITS);
+      FDKwriteBits(hBitStream, DATA_BYTE_ALIGN_FLAG, DATA_BYTE_ALIGN_FLAG_BITS);
+
+      /* write length field(s) */
+      if ( esc_count >= 0 ) {
+        FDKwriteBits(hBitStream, 255, DATA_LEN_COUNT_BITS);
+        FDKwriteBits(hBitStream, esc_count, DATA_LEN_ESC_COUNT_BITS);
+      } else {
+        FDKwriteBits(hBitStream, cnt, DATA_LEN_COUNT_BITS);
+      }
+
+      if (DATA_BYTE_ALIGN_FLAG) {
+        INT tmp = (INT)FDKgetValidBits(hBitStream);
+        FDKbyteAlign(hBitStream, alignAnchor);
+        /* count actual bits */
+        dseBitsUsed += (INT)FDKgetValidBits(hBitStream) - tmp - MAX_DATA_ALIGN_BITS;
+      }
+
+      /* write payload */
+      for (i=0; i<cnt; i++) {
+        FDKwriteBits(hBitStream, dataBuffer[i], 8);
+      }
+      transportEnc_CrcEndReg(hTpEnc, crcReg);
+    }
+  }
+
+  return (dseBitsUsed);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_writeExtensionData
+    description:  write extension payload to bitstream
+    returns:      number of written bits
+    input:
+    output:
+
+*****************************************************************************/
+INT FDKaacEnc_writeExtensionData( HANDLE_TRANSPORTENC  hTpEnc,
+                                  QC_OUT_EXTENSION    *pExtension,
+                                  INT                  elInstanceTag, /* for DSE only */
+                                  UINT                 alignAnchor,   /* for DSE only */
+                                  UINT                 syntaxFlags,
+                                  AUDIO_OBJECT_TYPE    aot,
+                                  SCHAR                epConfig
+                                )
+{
+  #define FILL_EL_COUNT_BITS      ( 4 )
+  #define FILL_EL_ESC_COUNT_BITS  ( 8 )
+  #define MAX_FILL_DATA_BYTES     ( 269 )
+
+  HANDLE_FDK_BITSTREAM hBitStream = NULL;
+  INT payloadBits = pExtension->nPayloadBits;
+  INT extBitsUsed = 0;
+
+  if (hTpEnc != NULL) {
+    hBitStream = transportEnc_GetBitstream(hTpEnc);
+  }
+
+  if (syntaxFlags & (AC_SCALABLE|AC_ER))
+  {
+    if ( syntaxFlags & AC_DRM )
+    { /* CAUTION: The caller has to assure that fill
+                  data is written before the SBR payload. */
+      UCHAR *extPayloadData = pExtension->pPayload;
+
+      switch (pExtension->type)
+      {
+        case EXT_SBR_DATA:
+        case EXT_SBR_DATA_CRC:
+          /* SBR payload is written in reverse */
+          if (hBitStream != NULL) {
+            int   i, writeBits = payloadBits;
+
+            FDKpushFor(hBitStream, payloadBits-1);  /* Does a cache sync internally */
+
+            for (i=0; writeBits >= 8; i++) {
+              FDKwriteBitsBwd(hBitStream, extPayloadData[i], 8);
+              writeBits -= 8;
+            }
+            if (writeBits > 0) {
+              FDKwriteBitsBwd(hBitStream, extPayloadData[i]>>(8-writeBits), writeBits);
+            }
+
+            FDKsyncCacheBwd (hBitStream);
+            FDKpushFor (hBitStream, payloadBits+1);
+          }
+          extBitsUsed += payloadBits;
+          break;
+
+        case EXT_FILL_DATA:
+        case EXT_FIL:
+        default:
+          if (hBitStream != NULL) {
+            int writeBits = payloadBits;
+            while (writeBits >= 8) {
+              FDKwriteBits(hBitStream, 0x00, 8);
+              writeBits -= 8;
+            }
+            FDKwriteBits(hBitStream, 0x00, writeBits);
+          }
+          extBitsUsed += payloadBits;
+          break;
+      }
+    }
+    else {
+      if ( (syntaxFlags & AC_ELD) && ((pExtension->type==EXT_SBR_DATA) || (pExtension->type==EXT_SBR_DATA_CRC)) ) {
+
+        if (hBitStream != NULL) {
+          int i, writeBits = payloadBits;
+          UCHAR *extPayloadData = pExtension->pPayload;
+
+          for (i=0; writeBits >= 8; i++) {
+            FDKwriteBits(hBitStream, extPayloadData[i], 8);
+            writeBits -= 8;
+          }
+          if (writeBits > 0) {
+            FDKwriteBits(hBitStream, extPayloadData[i]>>(8-writeBits), writeBits);
+          }
+        }
+        extBitsUsed += payloadBits;
+      }
+      else
+      {
+        /* ER or scalable syntax -> write extension en bloc */
+        extBitsUsed += FDKaacEnc_writeExtensionPayload( hBitStream,
+                                                        pExtension->type,
+                                                        pExtension->pPayload,
+                                                        payloadBits );
+      }
+    }
+  }
+  else {
+    /* We have normal GA bitstream payload (AOT 2,5,29) so pack
+       the data into a fill elements or DSEs */
+
+    if ( pExtension->type == EXT_DATA_ELEMENT )
+    {
+      extBitsUsed += FDKaacEnc_writeDataStreamElement( hTpEnc,
+                                                       elInstanceTag,
+                                                       pExtension->nPayloadBits>>3,
+                                                       pExtension->pPayload,
+                                                       alignAnchor );
+    }
+    else {
+      while (payloadBits >= (EL_ID_BITS + FILL_EL_COUNT_BITS)) {
+        INT cnt, esc_count=-1, alignBits=7;
+
+        if ( (pExtension->type == EXT_FILL_DATA) || (pExtension->type == EXT_FIL) )
+        {
+          payloadBits -= EL_ID_BITS + FILL_EL_COUNT_BITS;
+          if (payloadBits >= 15*8) {
+            payloadBits -= FILL_EL_ESC_COUNT_BITS;
+            esc_count = 0;  /* write esc_count even if cnt becomes smaller 15 */
+          }
+          alignBits = 0;
+        }
+
+        cnt = fixMin(MAX_FILL_DATA_BYTES, (payloadBits+alignBits)>>3);
+
+        if (cnt >= 15) {
+          esc_count = cnt - 15 + 1;
+        }
+
+        if (hBitStream != NULL) {
+          /* write bitstream */
+          FDKwriteBits(hBitStream, ID_FIL, EL_ID_BITS);
+          if (esc_count >= 0) {
+            FDKwriteBits(hBitStream, 15, FILL_EL_COUNT_BITS);
+            FDKwriteBits(hBitStream, esc_count, FILL_EL_ESC_COUNT_BITS);
+          } else {
+            FDKwriteBits(hBitStream, cnt, FILL_EL_COUNT_BITS);
+          }
+        }
+
+        extBitsUsed += EL_ID_BITS + FILL_EL_COUNT_BITS + ((esc_count>=0) ? FILL_EL_ESC_COUNT_BITS : 0);
+
+        cnt = fixMin(cnt*8, payloadBits);  /* convert back to bits */
+        extBitsUsed += FDKaacEnc_writeExtensionPayload( hBitStream,
+                                                        pExtension->type,
+                                                        pExtension->pPayload,
+                                                        cnt );
+        payloadBits -= cnt;
+      }
+    }
+  }
+
+  return (extBitsUsed);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_ByteAlignment
+    description:
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+static void FDKaacEnc_ByteAlignment(HANDLE_FDK_BITSTREAM hBitStream, int alignBits)
+{
+  FDKwriteBits(hBitStream, 0, alignBits);
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_ChannelElementWrite( HANDLE_TRANSPORTENC  hTpEnc,
+                                                 ELEMENT_INFO        *pElInfo,
+                                                 QC_OUT_CHANNEL      *qcOutChannel[(2)],
+                                                 PSY_OUT_ELEMENT     *psyOutElement,
+                                                 PSY_OUT_CHANNEL     *psyOutChannel[(2)],
+                                                 UINT                 syntaxFlags,
+                                                 AUDIO_OBJECT_TYPE    aot,
+                                                 SCHAR                epConfig,
+                                                 INT                 *pBitDemand,
+                                                 UCHAR                minCnt
+                                               )
+{
+  AAC_ENCODER_ERROR error = AAC_ENC_OK;
+  HANDLE_FDK_BITSTREAM hBitStream = NULL;
+  INT    bitDemand = 0;
+  const  element_list_t *list;
+  int    i, ch, decision_bit;
+  INT    crcReg1 = -1, crcReg2 = -1;
+  UCHAR  numberOfChannels;
+
+  if (hTpEnc != NULL) {
+    /* Get bitstream handle */
+    hBitStream = transportEnc_GetBitstream(hTpEnc);
+  }
+
+  if ( (pElInfo->elType==ID_SCE) || (pElInfo->elType==ID_LFE) ) {
+    numberOfChannels = 1;
+  } else {
+    numberOfChannels = 2;
+  }
+
+  /* Get channel element sequence table */
+  list = getBitstreamElementList(aot, epConfig, numberOfChannels, 0);
+  if (list == NULL) {
+    error = AAC_ENC_UNSUPPORTED_AOT;
+    goto bail;
+  }
+
+  if (!(syntaxFlags & (AC_SCALABLE|AC_ER))) {
+    if (hBitStream != NULL) {
+      FDKwriteBits(hBitStream, pElInfo->elType, EL_ID_BITS);
+    }
+    bitDemand += EL_ID_BITS;
+  }
+
+  /* Iterate through sequence table */
+  i = 0;
+  ch = 0;
+  decision_bit = 0;
+  do {
+    /* some tmp values */
+    SECTION_DATA *pChSectionData = NULL;
+    INT  *pChScf           = NULL;
+    UINT *pChMaxValueInSfb = NULL;
+    TNS_INFO *pTnsInfo     = NULL;
+    INT   chGlobalGain     = 0;
+    INT   chBlockType      = 0;
+    INT   chMaxSfbPerGrp   = 0;
+    INT   chSfbPerGrp      = 0;
+    INT   chSfbCnt         = 0;
+    INT   chFirstScf       = 0;
+
+    if (minCnt==0) {
+      if ( qcOutChannel!=NULL ) {
+        pChSectionData   = &(qcOutChannel[ch]->sectionData);
+        pChScf           =  qcOutChannel[ch]->scf;
+        chGlobalGain     =  qcOutChannel[ch]->globalGain;
+        pChMaxValueInSfb =  qcOutChannel[ch]->maxValueInSfb;
+        chBlockType      =  pChSectionData->blockType;
+        chMaxSfbPerGrp   =  pChSectionData->maxSfbPerGroup;
+        chSfbPerGrp      =  pChSectionData->sfbPerGroup;
+        chSfbCnt         =  pChSectionData->sfbCnt;
+        chFirstScf       =  pChScf[pChSectionData->firstScf];
+      }
+      else {
+        /* get values from PSY */
+        chSfbCnt       = psyOutChannel[ch]->sfbCnt;
+        chSfbPerGrp    = psyOutChannel[ch]->sfbPerGroup;
+        chMaxSfbPerGrp = psyOutChannel[ch]->maxSfbPerGroup;
+      }
+      pTnsInfo = &psyOutChannel[ch]->tnsInfo;
+    } /* minCnt==0 */
+
+    if ( qcOutChannel==NULL ) {
+      chBlockType    = psyOutChannel[ch]->lastWindowSequence;
+    }
+
+    switch (list->id[i])
+    {
+    case element_instance_tag:
+      /* Write element instance tag */
+      if (hBitStream != NULL) {
+        FDKwriteBits(hBitStream, pElInfo->instanceTag, 4);
+      }
+      bitDemand += 4;
+      break;
+
+    case common_window:
+      /* Write common window flag */
+      decision_bit = psyOutElement->commonWindow;
+      if (hBitStream != NULL) {
+        FDKwriteBits(hBitStream, psyOutElement->commonWindow, 1);
+      }
+      bitDemand += 1;
+      break;
+
+    case ics_info:
+      /* Write individual channel info */
+      bitDemand += FDKaacEnc_encodeIcsInfo( chBlockType,
+                                            psyOutChannel[ch]->windowShape,
+                                            psyOutChannel[ch]->groupingMask,
+                                            chMaxSfbPerGrp,
+                                            hBitStream,
+                                            syntaxFlags);
+      break;
+
+    case ltp_data_present:
+      /* Write LTP data present flag */
+      if (hBitStream != NULL) {
+        FDKwriteBits(hBitStream, 0, 1);
+      }
+      bitDemand += 1;
+      break;
+
+    case ltp_data:
+      /* Predictor data not supported.
+         Nothing to do here. */
+      break;
+
+    case ms:
+      /* Write MS info */
+      bitDemand += FDKaacEnc_encodeMSInfo( chSfbCnt,
+                                           chSfbPerGrp,
+                                           chMaxSfbPerGrp,
+                                           (minCnt==0) ? psyOutElement->toolsInfo.msDigest : MS_NONE,
+                                           psyOutElement->toolsInfo.msMask,
+                                           hBitStream);
+      break;
+
+    case global_gain:
+      bitDemand += FDKaacEnc_encodeGlobalGain( chGlobalGain,
+                                               chFirstScf,
+                                               hBitStream,
+                                               psyOutChannel[ch]->mdctScale );
+      break;
+
+    case section_data:
+      {
+        INT siBits = FDKaacEnc_encodeSectionData(pChSectionData, hBitStream, (syntaxFlags & AC_ER_VCB11)?1:0);
+        if (hBitStream != NULL) {
+          if (siBits != qcOutChannel[ch]->sectionData.sideInfoBits) {
+            error = AAC_ENC_WRITE_SEC_ERROR;
+          }
+        }
+        bitDemand += siBits;
+      }
+      break;
+
+    case scale_factor_data:
+      {
+        INT sfDataBits = FDKaacEnc_encodeScaleFactorData( pChMaxValueInSfb,
+                                                          pChSectionData,
+                                                          pChScf,
+                                                          hBitStream,
+                                                          psyOutChannel[ch]->noiseNrg,
+                                                          psyOutChannel[ch]->isScale,
+                                                          chGlobalGain );
+        if ( (hBitStream != NULL)
+          && (sfDataBits != (qcOutChannel[ch]->sectionData.scalefacBits + qcOutChannel[ch]->sectionData.noiseNrgBits)) ) {
+           error = AAC_ENC_WRITE_SCAL_ERROR;
+        }
+        bitDemand += sfDataBits;
+      }
+      break;
+
+    case esc2_rvlc:
+      if (syntaxFlags & AC_ER_RVLC) {
+        /* write RVLC data into bitstream (error sens. cat. 2) */
+        error = AAC_ENC_UNSUPPORTED_AOT;
+      }
+      break;
+
+    case pulse:
+      /* Write pulse data */
+      bitDemand += FDKaacEnc_encodePulseData(hBitStream);
+      break;
+
+    case tns_data_present:
+      /* Write TNS data present flag */
+      bitDemand += FDKaacEnc_encodeTnsDataPresent(pTnsInfo,
+                                                  chBlockType,
+                                                  hBitStream);
+      break;
+    case tns_data:
+      /* Write TNS data */
+      bitDemand += FDKaacEnc_encodeTnsData(pTnsInfo,
+                                           chBlockType,
+                                           hBitStream);
+      break;
+
+    case gain_control_data:
+      /* Nothing to do here */
+      break;
+
+    case gain_control_data_present:
+      bitDemand += FDKaacEnc_encodeGainControlData(hBitStream);
+      break;
+
+
+    case esc1_hcr:
+      if (syntaxFlags & AC_ER_HCR)
+      {
+        error = AAC_ENC_UNKNOWN;
+      }
+      break;
+
+    case spectral_data:
+      if (hBitStream != NULL)
+      {
+        INT spectralBits = 0;
+
+          spectralBits = FDKaacEnc_encodeSpectralData( psyOutChannel[ch]->sfbOffsets,
+                                                       pChSectionData,
+                                                       qcOutChannel[ch]->quantSpec,
+                                                       hBitStream );
+
+        if (spectralBits != qcOutChannel[ch]->sectionData.huffmanBits) {
+          return AAC_ENC_WRITE_SPEC_ERROR;
+        }
+        bitDemand += spectralBits;
+      }
+      break;
+
+      /* Non data cases */
+    case adtscrc_start_reg1:
+      if (hTpEnc != NULL) {
+        crcReg1 = transportEnc_CrcStartReg(hTpEnc, 192);
+      }
+      break;
+    case adtscrc_start_reg2:
+      if (hTpEnc != NULL) {
+        crcReg2 = transportEnc_CrcStartReg(hTpEnc, 128);
+      }
+      break;
+    case adtscrc_end_reg1:
+    case drmcrc_end_reg:
+      if (hTpEnc != NULL) {
+        transportEnc_CrcEndReg(hTpEnc, crcReg1);
+      }
+      break;
+    case adtscrc_end_reg2:
+      if (hTpEnc != NULL) {
+        transportEnc_CrcEndReg(hTpEnc, crcReg2);
+      }
+      break;
+    case drmcrc_start_reg:
+      if (hTpEnc != NULL) {
+        crcReg1 = transportEnc_CrcStartReg(hTpEnc, 0);
+      }
+      break;
+    case next_channel:
+      ch = (ch + 1) % numberOfChannels;
+      break;
+    case link_sequence:
+      list = list->next[decision_bit];
+      i=-1;
+      break;
+
+    default:
+      error = AAC_ENC_UNKNOWN;
+      break;
+    }
+
+    if (error != AAC_ENC_OK) {
+      return error;
+    }
+
+    i++;
+
+  } while (list->id[i] != end_of_sequence);
+
+bail:
+  if (pBitDemand != NULL) {
+    *pBitDemand = bitDemand;
+  }
+
+  return error;
+}
+
+
+//-----------------------------------------------------------------------------------------------
+
+AAC_ENCODER_ERROR FDKaacEnc_WriteBitstream(HANDLE_TRANSPORTENC hTpEnc,
+                                           CHANNEL_MAPPING *channelMapping,
+                                           QC_OUT *qcOut,
+                                           PSY_OUT* psyOut,
+                                           QC_STATE *qcKernel,
+                                           AUDIO_OBJECT_TYPE  aot,
+                                           UINT  syntaxFlags,
+                                           SCHAR  epConfig
+                                          )
+{
+  HANDLE_FDK_BITSTREAM hBs = transportEnc_GetBitstream(hTpEnc);
+  AAC_ENCODER_ERROR ErrorStatus = AAC_ENC_OK;
+  int   i, n, doByteAlign = 1;
+  INT   bitMarkUp;
+  INT   frameBits;
+  /* Get first bit of raw data block.
+     In case of ADTS+PCE, AU would start at PCE.
+     This is okay because PCE assures alignment. */
+  UINT alignAnchor = FDKgetValidBits(hBs);
+
+  frameBits = bitMarkUp = alignAnchor;
+
+
+  /* Channel element loop */
+  for (i=0; i<channelMapping->nElements; i++) {
+
+    ELEMENT_INFO elInfo = channelMapping->elInfo[i];
+    INT elementUsedBits = 0;
+
+    switch (elInfo.elType)
+    {
+        case ID_SCE:      /* single channel */
+        case ID_CPE:      /* channel pair */
+        case ID_LFE:      /* low freq effects channel */
+        {
+          if ( AAC_ENC_OK != (ErrorStatus = FDKaacEnc_ChannelElementWrite( hTpEnc,
+                                                      &elInfo,
+                                                       qcOut->qcElement[i]->qcOutChannel,
+                                                       psyOut->psyOutElement[i],
+                                                       psyOut->psyOutElement[i]->psyOutChannel,
+                                                       syntaxFlags,   /* syntaxFlags (ER tools ...) */
+                                                       aot,           /* aot: AOT_AAC_LC, AOT_SBR, AOT_PS */
+                                                       epConfig,      /* epConfig -1, 0, 1 */
+                                                       NULL,
+                                                       0 )) )
+          {
+            return ErrorStatus;
+          }
+
+          if ( !(syntaxFlags & AC_ER) )
+          {
+            /* Write associated extension payload */
+            for (n = 0; n < qcOut->qcElement[i]->nExtensions; n++) {
+              FDKaacEnc_writeExtensionData( hTpEnc,
+                                           &qcOut->qcElement[i]->extension[n],
+                                            0,
+                                            alignAnchor,
+                                            syntaxFlags,
+                                            aot,
+                                            epConfig );
+            }
+          }
+        }
+        break;
+
+        /* In FDK, DSE signalling explicit done in elDSE. See channel_map.cpp */
+        default:
+          return AAC_ENC_INVALID_ELEMENTINFO_TYPE;
+
+    }   /* switch */
+
+    if(elInfo.elType != ID_DSE) {
+      elementUsedBits -= bitMarkUp;
+      bitMarkUp        = FDKgetValidBits(hBs);
+      elementUsedBits += bitMarkUp;
+      frameBits       += elementUsedBits;
+    }
+
+  } /* for (i=0; i<channelMapping.nElements; i++) */
+
+  if ( (syntaxFlags & AC_ER) && !(syntaxFlags & AC_DRM) )
+  {
+    UCHAR channelElementExtensionWritten[(8)][(1)]; /* 0: extension not touched, 1: extension already written */
+
+    FDKmemclear(channelElementExtensionWritten, sizeof(channelElementExtensionWritten));
+
+    if ( syntaxFlags & AC_ELD ) {
+
+      for (i=0; i<channelMapping->nElements; i++) {
+        for (n = 0; n < qcOut->qcElement[i]->nExtensions; n++) {
+
+          if ( (qcOut->qcElement[i]->extension[n].type==EXT_SBR_DATA)
+            || (qcOut->qcElement[i]->extension[n].type==EXT_SBR_DATA_CRC) )
+          {
+            /* Write sbr extension payload */
+            FDKaacEnc_writeExtensionData( hTpEnc,
+                                         &qcOut->qcElement[i]->extension[n],
+                                          0,
+                                          alignAnchor,
+                                          syntaxFlags,
+                                          aot,
+                                          epConfig );
+
+            channelElementExtensionWritten[i][n] = 1;
+          } /* SBR */
+        } /* n */
+      } /* i */
+    } /* AC_ELD */
+
+    for (i=0; i<channelMapping->nElements; i++) {
+      for (n = 0; n < qcOut->qcElement[i]->nExtensions; n++) {
+
+        if (channelElementExtensionWritten[i][n]==0)
+        {
+          /* Write all ramaining extension payloads in element */
+          FDKaacEnc_writeExtensionData( hTpEnc,
+                                       &qcOut->qcElement[i]->extension[n],
+                                        0,
+                                        alignAnchor,
+                                        syntaxFlags,
+                                        aot,
+                                        epConfig );
+        }
+      } /* n */
+    } /* i */
+  } /* if AC_ER */
+
+  /* Extend global extension payload table with fill bits */
+  if ( syntaxFlags & AC_DRM )
+  {
+    /* Exception for Drm */
+    for (n = 0; n < qcOut->nExtensions; n++) {
+      if ( (qcOut->extension[n].type == EXT_SBR_DATA)
+        || (qcOut->extension[n].type == EXT_SBR_DATA_CRC) ) {
+        /* SBR data must be the last extension! */
+        FDKmemcpy(&qcOut->extension[qcOut->nExtensions], &qcOut->extension[n], sizeof(QC_OUT_EXTENSION));
+        break;
+      }
+    }
+    /* Do byte alignment after AAC (+ MPS) payload.
+       Assure that MPS has been written as channel assigned extension payload! */
+    if (((FDKgetValidBits(hBs)-alignAnchor+(UINT)qcOut->totFillBits)&0x7)!=(UINT)qcOut->alignBits) {
+      return AAC_ENC_WRITTEN_BITS_ERROR;
+    }
+    FDKaacEnc_ByteAlignment(hBs, qcOut->alignBits);
+    doByteAlign = 0;
+
+  } /* AC_DRM */
+
+  /* Add fill data / stuffing bits */
+  n = qcOut->nExtensions;
+  qcOut->extension[n].type = EXT_FILL_DATA;
+  qcOut->extension[n].nPayloadBits = qcOut->totFillBits;
+  qcOut->nExtensions++;
+
+  /* Write global extension payload and fill data */
+  for (n = 0; (n < qcOut->nExtensions) && (n < (2+2)); n++)
+  {
+    FDKaacEnc_writeExtensionData( hTpEnc,
+                                 &qcOut->extension[n],
+                                  0,
+                                  alignAnchor,
+                                  syntaxFlags,
+                                  aot,
+                                  epConfig );
+
+    /* For EXT_FIL or EXT_FILL_DATA we could do an additional sanity check here */
+  }
+
+  if (!(syntaxFlags & (AC_SCALABLE|AC_ER))) {
+    FDKwriteBits(hBs, ID_END, EL_ID_BITS);
+  }
+
+  if (doByteAlign) {
+    /* Assure byte alignment*/
+    if (((alignAnchor-FDKgetValidBits(hBs))&0x7)!=(UINT)qcOut->alignBits) {
+      return AAC_ENC_WRITTEN_BITS_ERROR;
+    }
+
+    FDKaacEnc_ByteAlignment(hBs, qcOut->alignBits);
+  }
+
+  frameBits -= bitMarkUp;
+  frameBits += FDKgetValidBits(hBs);
+
+  transportEnc_EndAccessUnit(hTpEnc, &frameBits);
+
+  if (frameBits != qcOut->totalBits + qcKernel->globHdrBits){
+    return AAC_ENC_WRITTEN_BITS_ERROR;
+  }
+
+  return ErrorStatus;
+}
+
diff --git a/libAACenc/src/bitenc.h b/libAACenc/src/bitenc.h
new file mode 100644 (file)
index 0000000..498be7c
--- /dev/null
@@ -0,0 +1,183 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Bitstream encoder
+
+******************************************************************************/
+
+#ifndef _BITENC_H
+#define _BITENC_H
+
+
+#include "qc_data.h"
+#include "aacenc_tns.h"
+#include "channel_map.h"
+#include "interface.h"    /* obsolete, when PSY_OUT is thrown out of the WritBS-call! */
+#include "FDK_audio.h"
+#include "aacenc.h"
+
+#include "tpenc_lib.h"
+
+typedef enum{
+  MAX_ENCODER_CHANNELS  = 9,
+  MAX_BLOCK_TYPES       = 4,
+  MAX_AAC_LAYERS        = 9,
+  MAX_LAYERS            = MAX_AAC_LAYERS  , /* only one core layer if present */
+  FIRST_LAY             = 1   /* default layer number for AAC nonscalable */
+} _MAX_CONST;
+
+#define BUFFER_MX_HUFFCB_SIZE (32*sizeof(INT))  /* our FDK_bitbuffer needs size of power 2 */
+
+#define EL_ID_BITS  ( 3 )
+
+
+/**
+ * \brief Arbitrary order bitstream writer. This function can either assemble a bit stream
+ *        and write into the bit buffer of hTpEnc or calculate the number of static bits (signal independent)
+ *        TpEnc handle must be NULL in this case. Or also Calculate the minimum possible number of
+ *        static bits which by disabling all tools e.g. MS, TNS and sbfCnt=0. The minCnt parameter
+ *        has to be 1 in this latter case.
+ * \param hTpEnc Transport encoder handle. If NULL, the number of static bits will be returned into
+ *        *pBitDemand.
+ * \param pElInfo
+ * \param qcOutChannel
+ * \param hReorderInfo
+ * \param psyOutElement
+ * \param psyOutChannel
+ * \param syntaxFlags Bit stream syntax flags as defined in FDK_audio.h (Audio Codec flags).
+ * \param aot
+ * \param epConfig
+ * \param pBitDemand Pointer to an int where the amount of bits is returned into. The returned value
+ *        depends on if hTpEnc is NULL and minCnt.
+ * \param minCnt If non-zero the value returned into *pBitDemand is the absolute minimum required amount of
+ *        static bits in order to write a valid bit stream.
+ * \return AAC_ENCODER_ERROR error code
+ */
+AAC_ENCODER_ERROR FDKaacEnc_ChannelElementWrite( HANDLE_TRANSPORTENC  hTpEnc,
+                                                 ELEMENT_INFO        *pElInfo,
+                                                 QC_OUT_CHANNEL      *qcOutChannel[(2)],
+                                                 PSY_OUT_ELEMENT     *psyOutElement,
+                                                 PSY_OUT_CHANNEL     *psyOutChannel[(2)],
+                                                 UINT                 syntaxFlags,
+                                                 AUDIO_OBJECT_TYPE    aot,
+                                                 SCHAR                epConfig,
+                                                 INT                 *pBitDemand,
+                                                 UCHAR                minCnt
+                                               );
+/**
+ * \brief Write bit stream or account static bits
+ * \param hTpEnc transport encoder handle. If NULL, the function will
+ *        not write any bit stream data but only count the amount
+ *        of static (signal independent) bits
+ * \param channelMapping Channel mapping info
+ * \param qcOut
+ * \param psyOut
+ * \param qcKernel
+ * \param hBSE
+ * \param aot Audio Object Type being encoded
+ * \param syntaxFlags Flags indicating format specific detail
+ * \param epConfig Error protection config
+ */
+AAC_ENCODER_ERROR FDKaacEnc_WriteBitstream (HANDLE_TRANSPORTENC hTpEnc,
+                                            CHANNEL_MAPPING *channelMapping,
+                                            QC_OUT* qcOut,
+                                            PSY_OUT* psyOut,
+                                            QC_STATE* qcKernel,
+                                            AUDIO_OBJECT_TYPE  aot,
+                                            UINT  syntaxFlags,
+                                            SCHAR  epConfig
+                                           );
+
+INT FDKaacEnc_writeExtensionData( HANDLE_TRANSPORTENC  hTpEnc,
+                                  QC_OUT_EXTENSION    *pExtension,
+                                  INT                  elInstanceTag,
+                                  UINT                 alignAnchor,
+                                  UINT                 syntaxFlags,
+                                  AUDIO_OBJECT_TYPE    aot,
+                                  SCHAR                epConfig
+                                );
+
+#endif /* _BITENC_H */
diff --git a/libAACenc/src/block_switch.cpp b/libAACenc/src/block_switch.cpp
new file mode 100644 (file)
index 0000000..7b3e275
--- /dev/null
@@ -0,0 +1,545 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s):   M. Werner, Tobias Chalupka
+   Description: Block switching
+
+******************************************************************************/
+
+/****************** Includes *****************************/
+
+#include "block_switch.h"
+#include "genericStds.h"
+
+
+#define LOWOV_WINDOW _LOWOV_WINDOW
+
+/**************** internal function prototypes ***********/
+
+static FIXP_DBL FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], const INT blSwWndIdx);
+
+static void FDKaacEnc_CalcWindowEnergy(
+        BLOCK_SWITCHING_CONTROL *RESTRICT blockSwitchingControl,
+        INT                      windowLen,
+        const INT_PCM           *pTimeSignal
+        );
+
+/****************** Constants *****************************/
+/*                                                LONG         START        SHORT         STOP         LOWOV                  */
+static const INT blockType2windowShape[2][5] = { {SINE_WINDOW, KBD_WINDOW,  WRONG_WINDOW, SINE_WINDOW, KBD_WINDOW},     /* LD */
+                                                 {KBD_WINDOW,  SINE_WINDOW, SINE_WINDOW,  KBD_WINDOW,  WRONG_WINDOW} }; /* LC */
+
+/* IIR high pass coeffs */
+
+#ifndef SINETABLE_16BIT
+
+static const FIXP_DBL hiPassCoeff[BLOCK_SWITCHING_IIR_LEN]=
+{
+  FL2FXCONST_DBL(-0.5095),FL2FXCONST_DBL(0.7548)
+};
+
+static const FIXP_DBL accWindowNrgFac = FL2FXCONST_DBL(0.3f);                   /* factor for accumulating filtered window energies */
+static const FIXP_DBL oneMinusAccWindowNrgFac = FL2FXCONST_DBL(0.7f);
+/* static const float attackRatio = 10.0; */                                    /* lower ratio limit for attacks */
+static const FIXP_DBL invAttackRatio = FL2FXCONST_DBL(0.1f);                    /* inverted lower ratio limit for attacks */
+
+/* The next constants are scaled, because they are used for comparison with scaled values*/
+/* minimum energy for attacks */
+static const FIXP_DBL minAttackNrg = (FL2FXCONST_DBL(1e+6f*NORM_PCM_ENERGY)>>BLOCK_SWITCH_ENERGY_SHIFT); /* minimum energy for attacks */
+
+#else
+
+static const FIXP_SGL hiPassCoeff[BLOCK_SWITCHING_IIR_LEN]=
+{
+  FL2FXCONST_SGL(-0.5095),FL2FXCONST_SGL(0.7548)
+};
+
+static const FIXP_DBL accWindowNrgFac = FL2FXCONST_DBL(0.3f);                   /* factor for accumulating filtered window energies */
+static const FIXP_SGL oneMinusAccWindowNrgFac = FL2FXCONST_SGL(0.7f);
+/* static const float attackRatio = 10.0; */                                    /* lower ratio limit for attacks */
+static const FIXP_SGL invAttackRatio = FL2FXCONST_SGL(0.1f);                    /* inverted lower ratio limit for attacks */
+/* minimum energy for attacks */
+static const FIXP_DBL minAttackNrg = (FL2FXCONST_DBL(1e+6f*NORM_PCM_ENERGY)>>BLOCK_SWITCH_ENERGY_SHIFT); /* minimum energy for attacks */
+
+#endif
+
+/**************** internal function prototypes ***********/
+
+/****************** Routines ****************************/
+void FDKaacEnc_InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, INT isLowDelay)
+{
+  FDKmemclear (blockSwitchingControl, sizeof(BLOCK_SWITCHING_CONTROL));
+
+  if (isLowDelay)
+  {
+    blockSwitchingControl->nBlockSwitchWindows = 4;
+    blockSwitchingControl->allowShortFrames    = 0;
+    blockSwitchingControl->allowLookAhead      = 0;
+  }
+  else
+  {
+    blockSwitchingControl->nBlockSwitchWindows = 8;
+    blockSwitchingControl->allowShortFrames    = 1;
+    blockSwitchingControl->allowLookAhead      = 1;
+  }
+
+  blockSwitchingControl->noOfGroups            = MAX_NO_OF_GROUPS;
+
+  /* Initialize startvalue for blocktype */
+  blockSwitchingControl->lastWindowSequence    = LONG_WINDOW;
+  blockSwitchingControl->windowShape           = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
+
+}
+
+static const INT suggestedGroupingTable[TRANS_FAC][MAX_NO_OF_GROUPS] =
+{
+    /* Attack in Window 0 */ {1,  3,  3,  1},
+    /* Attack in Window 1 */ {1,  1,  3,  3},
+    /* Attack in Window 2 */ {2,  1,  3,  2},
+    /* Attack in Window 3 */ {3,  1,  3,  1},
+    /* Attack in Window 4 */ {3,  1,  1,  3},
+    /* Attack in Window 5 */ {3,  2,  1,  2},
+    /* Attack in Window 6 */ {3,  3,  1,  1},
+    /* Attack in Window 7 */ {3,  3,  1,  1}
+};
+
+/* change block type depending on current blocktype and whether there's an attack */
+/* assume no look-ahead */
+static const INT chgWndSq[2][N_BLOCKTYPES] =
+{
+  /*             LONG WINDOW   START_WINDOW  SHORT_WINDOW  STOP_WINDOW,  LOWOV_WINDOW, WRONG_WINDOW */
+  /*no attack*/ {LONG_WINDOW,  STOP_WINDOW,  WRONG_WINDOW, LONG_WINDOW,  STOP_WINDOW , WRONG_WINDOW },
+  /*attack   */ {START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW, START_WINDOW, LOWOV_WINDOW, WRONG_WINDOW }
+};
+
+/* change block type depending on current blocktype and whether there's an attack */
+/* assume look-ahead */
+static const INT chgWndSqLkAhd[2][2][N_BLOCKTYPES] =
+{
+  /*attack         LONG WINDOW    START_WINDOW   SHORT_WINDOW   STOP_WINDOW   LOWOV_WINDOW, WRONG_WINDOW */  /* last attack */
+  /*no attack*/ { {LONG_WINDOW,   SHORT_WINDOW,  STOP_WINDOW,   LONG_WINDOW,  WRONG_WINDOW, WRONG_WINDOW},   /* no attack   */
+  /*attack   */   {START_WINDOW,  SHORT_WINDOW,  SHORT_WINDOW,  START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} }, /* no attack   */
+  /*no attack*/ { {LONG_WINDOW,   SHORT_WINDOW,  SHORT_WINDOW,  LONG_WINDOW,  WRONG_WINDOW, WRONG_WINDOW},   /* attack      */
+  /*attack   */   {START_WINDOW,  SHORT_WINDOW,  SHORT_WINDOW,  START_WINDOW, WRONG_WINDOW, WRONG_WINDOW} }  /* attack      */
+};
+
+int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
+{
+    UINT i;
+    FIXP_DBL enM1, enMax;
+
+    UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows;
+
+    /* for LFE : only LONG window allowed */
+    if (isLFE) {
+
+      /* case LFE: */
+      /* only long blocks, always use sine windows (MPEG2 AAC, MPEG4 AAC) */
+      blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
+      blockSwitchingControl->windowShape    = SINE_WINDOW;
+      blockSwitchingControl->noOfGroups     = 1;
+      blockSwitchingControl->groupLen[0]    = 1;
+
+      return(0);
+    };
+
+    /* Save current attack index as last attack index */
+    blockSwitchingControl->lastattack = blockSwitchingControl->attack;
+    blockSwitchingControl->lastAttackIndex = blockSwitchingControl->attackIndex;
+
+    /* Save current window energy as last window energy */
+    FDKmemcpy(blockSwitchingControl->windowNrg[0], blockSwitchingControl->windowNrg[1], sizeof(blockSwitchingControl->windowNrg[0]));
+    FDKmemcpy(blockSwitchingControl->windowNrgF[0], blockSwitchingControl->windowNrgF[1], sizeof(blockSwitchingControl->windowNrgF[0]));
+
+    if (blockSwitchingControl->allowShortFrames)
+    {
+      /* Calculate suggested grouping info for the last frame */
+
+      /* Reset grouping info */
+      FDKmemclear (blockSwitchingControl->groupLen, sizeof(blockSwitchingControl->groupLen));
+
+      /* Set grouping info */
+      blockSwitchingControl->noOfGroups = MAX_NO_OF_GROUPS;
+
+      FDKmemcpy(blockSwitchingControl->groupLen, suggestedGroupingTable[blockSwitchingControl->lastAttackIndex], sizeof(blockSwitchingControl->groupLen));
+
+      if (blockSwitchingControl->attack == TRUE)
+          blockSwitchingControl->maxWindowNrg = FDKaacEnc_GetWindowEnergy(blockSwitchingControl->windowNrg[0], blockSwitchingControl->lastAttackIndex);
+      else
+          blockSwitchingControl->maxWindowNrg = FL2FXCONST_DBL(0.0);
+
+    }
+
+
+    /* Calculate unfiltered and filtered energies in subwindows and combine to segments */
+    FDKaacEnc_CalcWindowEnergy(blockSwitchingControl, granuleLength>>(nBlockSwitchWindows==4? 2:3 ), pTimeSignal);
+
+    /* now calculate if there is an attack */
+
+    /* reset attack */
+    blockSwitchingControl->attack = FALSE;
+
+    /* look for attack */
+    enMax = FL2FXCONST_DBL(0.0f);
+    enM1 = blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1];
+
+    for (i=0; i<nBlockSwitchWindows; i++) {
+        FIXP_DBL tmp = fMultDiv2(oneMinusAccWindowNrgFac, blockSwitchingControl->accWindowNrg);
+        blockSwitchingControl->accWindowNrg = fMultAdd(tmp, accWindowNrgFac, enM1) ;
+
+        if (fMult(blockSwitchingControl->windowNrgF[1][i],invAttackRatio) > blockSwitchingControl->accWindowNrg ) {
+            blockSwitchingControl->attack = TRUE;
+            blockSwitchingControl->attackIndex = i;
+        }
+        enM1 = blockSwitchingControl->windowNrgF[1][i];
+        enMax = fixMax(enMax, enM1);
+    }
+
+
+    if (enMax < minAttackNrg) blockSwitchingControl->attack = FALSE;
+
+    /* Check if attack spreads over frame border */
+    if((blockSwitchingControl->attack == FALSE) && (blockSwitchingControl->lastattack == TRUE)) {
+        /* if attack is in last window repeat SHORT_WINDOW */
+        if ( ((blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1]>>4) > fMult((FIXP_DBL)(10<<(DFRACT_BITS-1-4)), blockSwitchingControl->windowNrgF[1][1]))
+           && (blockSwitchingControl->lastAttackIndex == (INT)nBlockSwitchWindows-1)
+        )
+        {
+            blockSwitchingControl->attack = TRUE;
+            blockSwitchingControl->attackIndex = 0;
+        }
+    }
+
+
+    if(blockSwitchingControl->allowLookAhead)
+    {
+
+
+      blockSwitchingControl->lastWindowSequence =
+        chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
+    }
+    else
+    {
+      /* Low Delay */
+      blockSwitchingControl->lastWindowSequence =
+        chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
+    }
+
+
+    /* update window shape */
+    blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
+
+    return(0);
+}
+
+
+
+static FIXP_DBL FDKaacEnc_GetWindowEnergy(const FIXP_DBL in[], const INT blSwWndIdx)
+{
+/* For coherency, change FDKaacEnc_GetWindowEnergy() to calcluate the energy for a block switching analysis windows,
+   not for a short block. The same is done FDKaacEnc_CalcWindowEnergy(). The result of FDKaacEnc_GetWindowEnergy()
+   is used for a comparision of the max energy of left/right channel. */
+
+  return in[blSwWndIdx];
+
+}
+
+static void FDKaacEnc_CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *RESTRICT blockSwitchingControl, INT windowLen, const INT_PCM *pTimeSignal)
+{
+    INT  i;
+    UINT w;
+
+    FIXP_SGL hiPassCoeff0 = hiPassCoeff[0];
+    FIXP_SGL hiPassCoeff1 = hiPassCoeff[1];
+
+    /* sum up scalarproduct of timesignal as windowed Energies */
+    for (w=0; w < blockSwitchingControl->nBlockSwitchWindows; w++) {
+
+        FIXP_DBL temp_windowNrg  = FL2FXCONST_DBL(0.0f);
+        FIXP_DBL temp_windowNrgF = FL2FXCONST_DBL(0.0f);
+        FIXP_DBL temp_iirState0  = blockSwitchingControl->iirStates[0];
+        FIXP_DBL temp_iirState1  = blockSwitchingControl->iirStates[1];
+
+        /* windowNrg = sum(timesample^2) */
+        for(i=0;i<windowLen;i++)
+        {
+
+            FIXP_DBL tempUnfiltered, tempFiltred, t1, t2;
+            /* tempUnfiltered is scaled with 1 to prevent overflows during calculation of tempFiltred */
+#if SAMPLE_BITS == DFRACT_BITS
+            tempUnfiltered = (FIXP_DBL) *pTimeSignal++ >> 1;
+#else
+            tempUnfiltered = (FIXP_DBL) *pTimeSignal++ << (DFRACT_BITS-SAMPLE_BITS-1);
+#endif
+            t1 = fMultDiv2(hiPassCoeff1, tempUnfiltered-temp_iirState0);
+            t2 = fMultDiv2(hiPassCoeff0, temp_iirState1);
+            tempFiltred = (t1 - t2) << 1;
+
+            temp_iirState0 = tempUnfiltered;
+            temp_iirState1 = tempFiltred;
+
+            /* subtract 2 from overallscaling (BLOCK_SWITCH_ENERGY_SHIFT)
+             * because tempUnfiltered was already scaled with 1 (is 2 after squaring)
+             * subtract 1 from overallscaling (BLOCK_SWITCH_ENERGY_SHIFT)
+             * because of fMultDiv2 is doing a scaling by one */
+            temp_windowNrg += fPow2Div2(tempUnfiltered) >> (BLOCK_SWITCH_ENERGY_SHIFT - 1 - 2);
+            temp_windowNrgF += fPow2Div2(tempFiltred) >> (BLOCK_SWITCH_ENERGY_SHIFT - 1 - 2);
+        }
+        blockSwitchingControl->windowNrg[1][w]  = temp_windowNrg;
+        blockSwitchingControl->windowNrgF[1][w] = temp_windowNrgF;
+        blockSwitchingControl->iirStates[0]     = temp_iirState0;
+        blockSwitchingControl->iirStates[1]     = temp_iirState1;
+    }
+}
+
+
+static const UCHAR synchronizedBlockTypeTable[5][5] =
+{
+  /*                  LONG_WINDOW   START_WINDOW  SHORT_WINDOW  STOP_WINDOW   LOWOV_WINDOW*/
+  /* LONG_WINDOW  */ {LONG_WINDOW,  START_WINDOW, SHORT_WINDOW, STOP_WINDOW,  LOWOV_WINDOW},
+  /* START_WINDOW */ {START_WINDOW, START_WINDOW, SHORT_WINDOW, SHORT_WINDOW, LOWOV_WINDOW},
+  /* SHORT_WINDOW */ {SHORT_WINDOW, SHORT_WINDOW, SHORT_WINDOW, SHORT_WINDOW, WRONG_WINDOW},
+  /* STOP_WINDOW  */ {STOP_WINDOW,  SHORT_WINDOW, SHORT_WINDOW, STOP_WINDOW,  LOWOV_WINDOW},
+  /* LOWOV_WINDOW */ {LOWOV_WINDOW, LOWOV_WINDOW, WRONG_WINDOW, LOWOV_WINDOW, LOWOV_WINDOW},
+};
+
+int FDKaacEnc_SyncBlockSwitching (
+      BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft,
+      BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight,
+      const INT nChannels,
+      const INT commonWindow )
+{
+  UCHAR patchType = LONG_WINDOW;
+
+  if( nChannels == 2 && commonWindow == TRUE)
+  {
+    /* could be better with a channel loop (need a handle to psy_data) */
+    /* get suggested Block Types and synchronize */
+    patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence];
+    patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence];
+
+    /* sanity check (no change from low overlap window to short winow and vice versa) */
+    if (patchType == WRONG_WINDOW)
+      return -1; /* mixed up AAC-LC and AAC-LD */
+
+    /* Set synchronized Blocktype */
+    blockSwitchingControlLeft->lastWindowSequence  = patchType;
+    blockSwitchingControlRight->lastWindowSequence = patchType;
+
+    /* update window shape */
+    blockSwitchingControlLeft->windowShape  = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
+    blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
+  }
+
+  if (blockSwitchingControlLeft->allowShortFrames)
+  {
+    int i;
+
+    if( nChannels == 2 )
+    {
+      if (commonWindow == TRUE)
+      {
+        /* Synchronize grouping info */
+        int windowSequenceLeftOld  = blockSwitchingControlLeft->lastWindowSequence;
+        int windowSequenceRightOld = blockSwitchingControlRight->lastWindowSequence;
+
+        /* Long Blocks */
+        if(patchType != SHORT_WINDOW) {
+          /* Set grouping info */
+          blockSwitchingControlLeft->noOfGroups   = 1;
+          blockSwitchingControlRight->noOfGroups  = 1;
+          blockSwitchingControlLeft->groupLen[0]  = 1;
+          blockSwitchingControlRight->groupLen[0] = 1;
+
+          for (i = 1; i < MAX_NO_OF_GROUPS; i++)
+          {
+            blockSwitchingControlLeft->groupLen[i]  = 0;
+            blockSwitchingControlRight->groupLen[i] = 0;
+          }
+        }
+
+        /* Short Blocks */
+        else {
+          /* in case all two channels were detected as short-blocks before syncing, use the grouping of channel with higher maxWindowNrg */
+          if( (windowSequenceLeftOld  == SHORT_WINDOW) &&
+                   (windowSequenceRightOld == SHORT_WINDOW) )
+          {
+            if(blockSwitchingControlLeft->maxWindowNrg > blockSwitchingControlRight->maxWindowNrg) {
+                   /* Left Channel wins */
+                   blockSwitchingControlRight->noOfGroups = blockSwitchingControlLeft->noOfGroups;
+                   for (i = 0; i < MAX_NO_OF_GROUPS; i++){
+                     blockSwitchingControlRight->groupLen[i] = blockSwitchingControlLeft->groupLen[i];
+                   }
+            }
+            else {
+                   /* Right Channel wins */
+                   blockSwitchingControlLeft->noOfGroups = blockSwitchingControlRight->noOfGroups;
+                   for (i = 0; i < MAX_NO_OF_GROUPS; i++){
+                     blockSwitchingControlLeft->groupLen[i] = blockSwitchingControlRight->groupLen[i];
+                   }
+            }
+          }
+          else if ( (windowSequenceLeftOld  == SHORT_WINDOW) &&
+                    (windowSequenceRightOld != SHORT_WINDOW) )
+          {
+            /* else use grouping of short-block channel */
+            blockSwitchingControlRight->noOfGroups = blockSwitchingControlLeft->noOfGroups;
+            for (i = 0; i < MAX_NO_OF_GROUPS; i++){
+              blockSwitchingControlRight->groupLen[i] = blockSwitchingControlLeft->groupLen[i];
+            }
+          }
+          else if ( (windowSequenceRightOld == SHORT_WINDOW) &&
+                               (windowSequenceLeftOld  != SHORT_WINDOW) )
+          {
+            blockSwitchingControlLeft->noOfGroups = blockSwitchingControlRight->noOfGroups;
+            for (i = 0; i < MAX_NO_OF_GROUPS; i++){
+              blockSwitchingControlLeft->groupLen[i] = blockSwitchingControlRight->groupLen[i];
+            }
+          } else {
+            /* syncing a start and stop window ... */
+            blockSwitchingControlLeft->noOfGroups  = blockSwitchingControlRight->noOfGroups  = 2;
+            blockSwitchingControlLeft->groupLen[0] = blockSwitchingControlRight->groupLen[0] = 4;
+            blockSwitchingControlLeft->groupLen[1] = blockSwitchingControlRight->groupLen[1] = 4;
+          }
+        } /* Short Blocks */
+      }
+      else {
+        /* stereo, no common window */
+        if (blockSwitchingControlLeft->lastWindowSequence!=SHORT_WINDOW){
+          blockSwitchingControlLeft->noOfGroups  = 1;
+          blockSwitchingControlLeft->groupLen[0] = 1;
+          for (i = 1; i < MAX_NO_OF_GROUPS; i++)
+          {
+            blockSwitchingControlLeft->groupLen[i] = 0;
+          }
+        }
+        if (blockSwitchingControlRight->lastWindowSequence!=SHORT_WINDOW){
+          blockSwitchingControlRight->noOfGroups  = 1;
+          blockSwitchingControlRight->groupLen[0] = 1;
+          for (i = 1; i < MAX_NO_OF_GROUPS; i++)
+          {
+            blockSwitchingControlRight->groupLen[i] = 0;
+          }
+        }
+      } /* common window */
+    } else {
+      /* Mono */
+      if (blockSwitchingControlLeft->lastWindowSequence!=SHORT_WINDOW){
+        blockSwitchingControlLeft->noOfGroups  = 1;
+        blockSwitchingControlLeft->groupLen[0] = 1;
+
+        for (i = 1; i < MAX_NO_OF_GROUPS; i++)
+        {
+          blockSwitchingControlLeft->groupLen[i] = 0;
+        }
+      }
+    }
+  } /* allowShortFrames */
+
+
+  /* Translate LOWOV_WINDOW block type to a meaningful window shape. */
+  if ( ! blockSwitchingControlLeft->allowShortFrames ) {
+    if ( blockSwitchingControlLeft->lastWindowSequence != LONG_WINDOW
+      && blockSwitchingControlLeft->lastWindowSequence != STOP_WINDOW )
+    {
+      blockSwitchingControlLeft->lastWindowSequence = LONG_WINDOW;
+      blockSwitchingControlLeft->windowShape = LOL_WINDOW;
+    }
+  }
+  if (nChannels == 2) {
+    if ( ! blockSwitchingControlRight->allowShortFrames ) {
+      if ( blockSwitchingControlRight->lastWindowSequence != LONG_WINDOW
+        && blockSwitchingControlRight->lastWindowSequence != STOP_WINDOW )
+      {
+        blockSwitchingControlRight->lastWindowSequence = LONG_WINDOW;
+        blockSwitchingControlRight->windowShape = LOL_WINDOW;
+      }
+    }
+  }
+
+  return 0;
+}
+
+
diff --git a/libAACenc/src/block_switch.h b/libAACenc/src/block_switch.h
new file mode 100644 (file)
index 0000000..e94b6f5
--- /dev/null
@@ -0,0 +1,146 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s):   M. Werner
+   Description: Block switching
+
+******************************************************************************/
+
+#ifndef _BLOCK_SWITCH_H
+#define _BLOCK_SWITCH_H
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+
+/****************** Defines ******************************/
+  #define BLOCK_SWITCH_WINDOWS    8                   /* number of windows for energy calculation */
+
+#define BLOCK_SWITCHING_IIR_LEN    2                  /* Length of HighPass-IIR-Filter for Attack-Detection */
+#define BLOCK_SWITCH_ENERGY_SHIFT  7                  /* should be logDualis(BLOCK_SWITCH_WINDOW_LEN) to avoid overflow in windowNrgs. */
+
+#define LAST_WINDOW 0
+#define THIS_WINDOW 1
+
+
+/****************** Structures ***************************/
+typedef struct{
+  INT   lastWindowSequence;
+  INT   windowShape;
+  INT   lastWindowShape;
+  UINT  nBlockSwitchWindows;                       /* number of windows for energy calculation */
+  INT   attack;
+  INT   lastattack;
+  INT   attackIndex;
+  INT   lastAttackIndex;
+  INT   allowShortFrames;                          /* for Low Delay, don't allow short frames */
+  INT   allowLookAhead;                            /* for Low Delay, don't do look-ahead */
+  INT   noOfGroups;
+  INT   groupLen[MAX_NO_OF_GROUPS];
+  FIXP_DBL maxWindowNrg;                           /* max energy in subwindows */
+
+  FIXP_DBL windowNrg[2][BLOCK_SWITCH_WINDOWS];     /* time signal energy in Subwindows (last and current) */
+  FIXP_DBL windowNrgF[2][BLOCK_SWITCH_WINDOWS];    /* filtered time signal energy in segments (last and current) */
+  FIXP_DBL accWindowNrg;                           /* recursively accumulated windowNrgF */
+
+  FIXP_DBL iirStates[BLOCK_SWITCHING_IIR_LEN];     /* filter delay-line */
+
+} BLOCK_SWITCHING_CONTROL;
+
+
+
+
+
+void FDKaacEnc_InitBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, INT isLowDelay);
+
+int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal);
+
+int FDKaacEnc_SyncBlockSwitching(
+      BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft,
+      BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight,
+      const INT noOfChannels,
+      const INT commonWindow);
+
+#endif  /* #ifndef _BLOCK_SWITCH_H */
diff --git a/libAACenc/src/channel_map.cpp b/libAACenc/src/channel_map.cpp
new file mode 100644 (file)
index 0000000..99ed2b5
--- /dev/null
@@ -0,0 +1,566 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       A. Groeschel
+   contents/description: channel mapping functionality
+
+******************************************************************************/
+
+#include "channel_map.h"
+#include "bitenc.h"
+#include "psy_const.h"
+#include "qc_data.h"
+#include "aacEnc_ram.h"
+
+
+/* channel_assignment treats the relationship of Input file channels
+   to the encoder channels.
+   This is necessary because the usual order in RIFF files (.wav)
+   is different from the elements order in the coder given
+   by Table 8.1 (implicit speaker mapping) of the AAC standard.
+
+   In mono and stereo case, this is trivial.
+   In mc case, it looks like this:
+
+   Channel         Input file       coder chan
+5ch:
+   front center    2                0 (SCE channel)
+   left center     0                1 (1st of 1st CPE)
+   right center    1                2 (2nd of 1st CPE)
+   left surround   3                3 (1st of 2nd CPE)
+   right surround  4                4 (2nd of 2nd CPE)
+
+5.1ch:
+   front center    2                0 (SCE channel)
+   left center     0                1 (1st of 1st CPE)
+   right center    1                2 (2nd of 1st CPE)
+   left surround   4                3 (1st of 2nd CPE)
+   right surround  5                4 (2nd of 2nd CPE)
+   LFE             3                5 (LFE)
+*/
+
+typedef struct {
+
+  CHANNEL_MODE  encoderMode;
+  INT           channel_assignment[/*(8)*/12];
+
+} CHANNEL_ASSIGNMENT_INFO_TAB;
+
+
+static const CHANNEL_ASSIGNMENT_INFO_TAB assignmentInfoTabMpeg[] =
+{
+     { MODE_INVALID,                 {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  invalid   */
+     { MODE_1,                       { 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  mono      */
+     { MODE_2,                       { 0, 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  stereo    */
+     { MODE_1_2,                     { 0, 1, 2,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  3ch       */
+     { MODE_1_2_1,                   { 0, 1, 2, 3,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  4ch       */
+     { MODE_1_2_2,                   { 0, 1, 2, 3, 4,-1,-1,-1,-1,-1,-1,-1} },  /*  5ch       */
+     { MODE_1_2_2_1,                 { 0, 1, 2, 3, 4, 5,-1,-1,-1,-1,-1,-1} },  /*  5.1ch     */
+     { MODE_1_2_2_2_1,               { 0, 1, 2, 3, 4, 5, 6, 7,-1,-1,-1,-1} },  /*  7.1ch     */
+     { MODE_7_1_REAR_SURROUND,       { 0, 1, 2, 3, 4, 5, 6, 7,-1,-1,-1,-1} },  /*  7.1ch     */
+     { MODE_7_1_FRONT_CENTER,        { 0, 1, 2, 3, 4, 5, 6, 7,-1,-1,-1,-1} }   /*  7.1ch     */
+};
+
+static const CHANNEL_ASSIGNMENT_INFO_TAB assignmentInfoTabWav[] =
+{
+     { MODE_INVALID,                 {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  invalid   */
+     { MODE_1,                       { 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  mono      */
+     { MODE_2,                       { 0, 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  stereo    */
+     { MODE_1_2,                     { 2, 0, 1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  3ch       */
+     { MODE_1_2_1,                   { 2, 0, 1, 3,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  4ch       */
+     { MODE_1_2_2,                   { 2, 0, 1, 3, 4,-1,-1,-1,-1,-1,-1,-1} },  /*  5ch       */
+     { MODE_1_2_2_1,                 { 2, 0, 1, 4, 5, 3,-1,-1,-1,-1,-1,-1} },  /*  5.1ch     */
+     { MODE_1_2_2_2_1,               { 2, 6, 7, 0, 1, 4, 5, 3,-1,-1,-1,-1} },  /*  7.1ch     */
+     { MODE_7_1_REAR_SURROUND,       { 2, 0, 1, 6, 7, 4, 5, 3,-1,-1,-1,-1} },  /*  7.1ch     */
+     { MODE_7_1_FRONT_CENTER,        { 2, 6, 7, 0, 1, 4, 5, 3,-1,-1,-1,-1} },  /*  7.1ch     */
+};
+
+static const CHANNEL_ASSIGNMENT_INFO_TAB assignmentInfoTabWg4[] =
+{
+     { MODE_INVALID,                 {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  invalid   */
+     { MODE_1,                       { 0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  mono      */
+     { MODE_2,                       { 0, 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  stereo    */
+     { MODE_1_2,                     { 2, 0, 1,-1,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  3ch       */
+     { MODE_1_2_1,                   { 3, 0, 1, 2,-1,-1,-1,-1,-1,-1,-1,-1} },  /*  4ch       */
+     { MODE_1_2_2,                   { 4, 0, 1, 2, 3,-1,-1,-1,-1,-1,-1,-1} },  /*  5ch       */
+     { MODE_1_2_2_1,                 { 4, 0, 1, 2, 3, 5,-1,-1,-1,-1,-1,-1} },  /*  5.1ch     */
+     { MODE_1_2_2_2_1,               { 6, 0, 1, 2, 3, 4, 5, 7,-1,-1,-1,-1} },  /*  7.1ch     */
+};
+
+/* Channel mode configuration tab provides,
+   corresponding number of channels and elements
+*/
+static const CHANNEL_MODE_CONFIG_TAB channelModeConfig[] =
+{
+   { MODE_1,                        1,  1,  1 },   /* SCE                 */
+   { MODE_2,                        2,  2,  1 },   /* CPE                 */
+   { MODE_1_2,                      3,  3,  2 },   /* SCE,CPE             */
+   { MODE_1_2_1,                    4,  4,  3 },   /* SCE,CPE,SCE         */
+   { MODE_1_2_2,                    5,  5,  3 },   /* SCE,CPE,CPE         */
+   { MODE_1_2_2_1,                  6,  5,  4 },   /* SCE,CPE,CPE,LFE     */
+   { MODE_1_2_2_2_1,                8,  7,  5 },   /* SCE,CPE,CPE,CPE,LFE */
+   { MODE_7_1_REAR_SURROUND,        8,  7,  5 },
+   { MODE_7_1_FRONT_CENTER,         8,  7,  5 },
+};
+
+#define MAX_MODES (sizeof(assignmentInfoTabWav)/sizeof(CHANNEL_ASSIGNMENT_INFO_TAB))
+
+const INT* FDKaacEnc_getChannelAssignment(CHANNEL_MODE encMode, CHANNEL_ORDER co)
+{
+  const CHANNEL_ASSIGNMENT_INFO_TAB *pTab;
+  int i;
+
+  if (co == CH_ORDER_MPEG)
+    pTab = assignmentInfoTabMpeg;
+  else if (co == CH_ORDER_WAV)
+    pTab = assignmentInfoTabWav;
+  else
+    pTab = assignmentInfoTabWg4;
+
+  for(i=MAX_MODES-1; i>0; i--) {
+    if (encMode== pTab[i].encoderMode) {
+      break;
+    }
+  }
+  return (pTab[i].channel_assignment);
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode, INT nChannels)
+{
+  INT i;
+  CHANNEL_MODE encMode = MODE_INVALID;
+
+  if (*mode==MODE_UNKNOWN) {
+    for (i=0; i<(INT)sizeof(channelModeConfig)/(INT)sizeof(CHANNEL_MODE_CONFIG_TAB); i++) {
+      if (channelModeConfig[i].nChannels==nChannels) {
+          encMode = channelModeConfig[i].encMode;
+          break;
+      }
+    }
+    *mode = encMode;
+  }
+  else {
+    /* check if valid channel configuration */
+    if (FDKaacEnc_GetChannelModeConfiguration(*mode)->nChannels==nChannels) {
+        encMode = *mode;
+    }
+  }
+
+  if (encMode==MODE_INVALID) {
+    return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+  }
+
+  return AAC_ENC_OK;
+}
+
+static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MODE mode, CHANNEL_ORDER co, INT* it_cnt, const FIXP_DBL relBits) {
+
+  INT error=0;
+  INT counter =*cnt;
+
+  const INT *assign = FDKaacEnc_getChannelAssignment(mode, co);
+
+  elInfo->elType=elType;
+  elInfo->relativeBits = relBits;
+
+  switch(elInfo->elType) {
+  case ID_SCE: case ID_LFE: case ID_CCE:
+    elInfo->nChannelsInEl=1;
+    elInfo->ChannelIndex[0]=assign[counter++];
+    elInfo->instanceTag=it_cnt[elType]++;
+
+    break;
+  case ID_CPE:
+    elInfo->nChannelsInEl=2;
+    elInfo->ChannelIndex[0]=assign[counter++];
+    elInfo->ChannelIndex[1]=assign[counter++];
+    elInfo->instanceTag=it_cnt[elType]++;
+    break;
+  case ID_DSE:
+    elInfo->nChannelsInEl=0;
+    elInfo->ChannelIndex[0]=0;
+    elInfo->ChannelIndex[1]=0;
+    elInfo->instanceTag=it_cnt[elType]++;
+    break;
+  default: error=1;
+  };
+  *cnt = counter;
+  return error;
+
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode, CHANNEL_ORDER co, CHANNEL_MAPPING* cm)
+{
+  INT count=0; /* count through coder channels */
+  INT it_cnt[ID_END+1];
+  INT i;
+
+  for (i=0; i<ID_END; i++)
+    it_cnt[i]=0;
+
+  FDKmemclear(cm, sizeof(CHANNEL_MAPPING));
+
+  /* init channel mapping*/
+  for (i=0; i<(INT)sizeof(channelModeConfig)/(INT)sizeof(CHANNEL_MODE_CONFIG_TAB); i++) {
+    if (channelModeConfig[i].encMode==mode)
+    {
+        cm->encMode      = channelModeConfig[i].encMode;
+        cm->nChannels    = channelModeConfig[i].nChannels;
+        cm->nChannelsEff = channelModeConfig[i].nChannelsEff;
+        cm->nElements    = channelModeConfig[i].nElements;
+
+        break;
+    }
+  }
+
+  /* init element info struct */
+  switch(mode) {
+    case MODE_1:
+      /* (mono) sce  */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, (FIXP_DBL)MAXVAL_DBL);
+      break;
+    case MODE_2:
+      /* (stereo) cpe */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_CPE, &count, mode, co, it_cnt, (FIXP_DBL)MAXVAL_DBL);
+      break;
+
+    case MODE_1_2:
+      /* sce + cpe */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.4f));
+      FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.6f));
+      break;
+
+    case MODE_1_2_1:
+      /* sce + cpe + sce */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.3f));
+      FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.4f));
+      FDKaacEnc_initElement(&cm->elInfo[2], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.3f));
+      break;
+
+    case MODE_1_2_2:
+      /* sce + cpe + cpe */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.26f));
+      FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.37f));
+      FDKaacEnc_initElement(&cm->elInfo[2], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.37f));
+      break;
+
+    case MODE_1_2_2_1:
+      /* (5.1) sce + cpe + cpe + lfe */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.24f));
+      FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.35f));
+      FDKaacEnc_initElement(&cm->elInfo[2], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.35f));
+      FDKaacEnc_initElement(&cm->elInfo[3], ID_LFE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.06f));
+      break;
+
+    case MODE_1_2_2_2_1:
+    case MODE_7_1_REAR_SURROUND:
+    case MODE_7_1_FRONT_CENTER:
+      /* (7.1) sce + cpe + cpe + cpe + lfe */
+      FDKaacEnc_initElement(&cm->elInfo[0], ID_SCE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.18f));
+      FDKaacEnc_initElement(&cm->elInfo[1], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.26f));
+      FDKaacEnc_initElement(&cm->elInfo[2], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.26f));
+      FDKaacEnc_initElement(&cm->elInfo[3], ID_CPE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.26f));
+      FDKaacEnc_initElement(&cm->elInfo[4], ID_LFE, &count, mode, co, it_cnt, FL2FXCONST_DBL(0.04f));
+      break;
+    default:
+      //*chMap=0;
+      return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+  };
+
+
+  FDK_ASSERT(cm->nElements<=(8));
+
+
+  return AAC_ENC_OK;
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_InitElementBits(QC_STATE *hQC,
+                    CHANNEL_MAPPING *cm,
+                    INT bitrateTot,
+                    INT averageBitsTot,
+                    INT maxChannelBits)
+{
+  int sc_brTot = CountLeadingBits(bitrateTot);
+
+  switch(cm->encMode) {
+  case MODE_1:
+    hQC->elementBits[0]->chBitrateEl      = bitrateTot;
+
+    hQC->elementBits[0]->maxBitsEl        = maxChannelBits;
+
+    hQC->elementBits[0]->relativeBitsEl   = cm->elInfo[0].relativeBits;
+    break;
+
+  case MODE_2:
+    hQC->elementBits[0]->chBitrateEl      = bitrateTot>>1;
+
+    hQC->elementBits[0]->maxBitsEl        = 2*maxChannelBits;
+
+    hQC->elementBits[0]->relativeBitsEl   = cm->elInfo[0].relativeBits;
+    break;
+  case MODE_1_2: {
+    hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
+    hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
+    FIXP_DBL sceRate = cm->elInfo[0].relativeBits;
+    FIXP_DBL cpeRate = cm->elInfo[1].relativeBits;
+
+    hQC->elementBits[0]->chBitrateEl      = fMult(sceRate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+    hQC->elementBits[1]->chBitrateEl      = fMult(cpeRate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+
+    hQC->elementBits[0]->maxBitsEl        = maxChannelBits;
+    hQC->elementBits[1]->maxBitsEl        = 2*maxChannelBits;
+    break;
+  }
+  case MODE_1_2_1: {
+    /* sce + cpe + sce */
+    hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
+    hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
+    hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
+    FIXP_DBL sce1Rate = cm->elInfo[0].relativeBits;
+    FIXP_DBL cpeRate  = cm->elInfo[1].relativeBits;
+    FIXP_DBL sce2Rate = cm->elInfo[2].relativeBits;
+
+    hQC->elementBits[0]->chBitrateEl      = fMult(sce1Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+    hQC->elementBits[1]->chBitrateEl      = fMult(cpeRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[2]->chBitrateEl      = fMult(sce2Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+
+    hQC->elementBits[0]->maxBitsEl        = maxChannelBits;
+    hQC->elementBits[1]->maxBitsEl        = 2*maxChannelBits;
+    hQC->elementBits[2]->maxBitsEl        = maxChannelBits;
+    break;
+  }
+  case MODE_1_2_2: {
+    /* sce + cpe + cpe */
+    hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
+    hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
+    hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
+    FIXP_DBL sceRate  = cm->elInfo[0].relativeBits;
+    FIXP_DBL cpe1Rate = cm->elInfo[1].relativeBits;
+    FIXP_DBL cpe2Rate = cm->elInfo[2].relativeBits;
+
+    hQC->elementBits[0]->chBitrateEl      = fMult(sceRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+    hQC->elementBits[1]->chBitrateEl      = fMult(cpe1Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[2]->chBitrateEl      = fMult(cpe2Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+
+    hQC->elementBits[0]->maxBitsEl        = maxChannelBits;
+    hQC->elementBits[1]->maxBitsEl        = 2*maxChannelBits;
+    hQC->elementBits[2]->maxBitsEl        = 2*maxChannelBits;
+    break;
+  }
+
+  case MODE_1_2_2_1: {
+    /* (5.1) sce + cpe + cpe + lfe */
+    hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
+    hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
+    hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
+    hQC->elementBits[3]->relativeBitsEl = cm->elInfo[3].relativeBits;
+    FIXP_DBL sceRate  = cm->elInfo[0].relativeBits;
+    FIXP_DBL cpe1Rate = cm->elInfo[1].relativeBits;
+    FIXP_DBL cpe2Rate = cm->elInfo[2].relativeBits;
+    FIXP_DBL lfeRate  = cm->elInfo[3].relativeBits;
+
+    int maxBitsTot = maxChannelBits * 5; /* LFE does not add to bit reservoir */
+    int sc = CountLeadingBits(fixMax(maxChannelBits,averageBitsTot));
+    int maxLfeBits = (int) FDKmax ( (INT)((fMult(lfeRate,(FIXP_DBL)(maxChannelBits<<sc))>>sc)<<1),
+                                    (INT)((fMult(FL2FXCONST_DBL(1.1f/2.f),fMult(lfeRate,(FIXP_DBL)(averageBitsTot<<sc)))<<1)>>sc) );
+
+    maxChannelBits = (maxBitsTot - maxLfeBits);
+    sc = CountLeadingBits(maxChannelBits);
+
+    maxChannelBits = fMult((FIXP_DBL)maxChannelBits<<sc,GetInvInt(5))>>sc;
+
+    hQC->elementBits[0]->chBitrateEl      = fMult(sceRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+    hQC->elementBits[1]->chBitrateEl      = fMult(cpe1Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[2]->chBitrateEl      = fMult(cpe2Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[3]->chBitrateEl      = fMult(lfeRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+
+    hQC->elementBits[0]->maxBitsEl        = maxChannelBits;
+    hQC->elementBits[1]->maxBitsEl        = 2*maxChannelBits;
+    hQC->elementBits[2]->maxBitsEl        = 2*maxChannelBits;
+    hQC->elementBits[3]->maxBitsEl        = maxLfeBits;
+
+    break;
+  }
+  case MODE_7_1_REAR_SURROUND:
+  case MODE_7_1_FRONT_CENTER:
+  case MODE_1_2_2_2_1: {
+    int cpe3Idx = 3;
+    int lfeIdx  = 4;
+
+    /* (7.1) sce + cpe + cpe + cpe + lfe */
+    FIXP_DBL sceRate  = hQC->elementBits[0]->relativeBitsEl = cm->elInfo[0].relativeBits;
+    FIXP_DBL cpe1Rate = hQC->elementBits[1]->relativeBitsEl = cm->elInfo[1].relativeBits;
+    FIXP_DBL cpe2Rate = hQC->elementBits[2]->relativeBitsEl = cm->elInfo[2].relativeBits;
+    FIXP_DBL cpe3Rate = hQC->elementBits[cpe3Idx]->relativeBitsEl = cm->elInfo[cpe3Idx].relativeBits;
+    FIXP_DBL lfeRate  = hQC->elementBits[lfeIdx]->relativeBitsEl = cm->elInfo[lfeIdx].relativeBits;
+
+    int maxBitsTot = maxChannelBits * 7; /* LFE does not add to bit reservoir */
+    int sc = CountLeadingBits(fixMax(maxChannelBits,averageBitsTot));
+    int maxLfeBits = (int) FDKmax ( (INT)((fMult(lfeRate,(FIXP_DBL)(maxChannelBits<<sc))>>sc)<<1),
+                                    (INT)((fMult(FL2FXCONST_DBL(1.1f/2.f),fMult(lfeRate,(FIXP_DBL)(averageBitsTot<<sc)))<<1)>>sc) );
+
+    maxChannelBits = (maxBitsTot - maxLfeBits) / 7;
+
+    hQC->elementBits[0]->chBitrateEl = fMult(sceRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+    hQC->elementBits[1]->chBitrateEl = fMult(cpe1Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[2]->chBitrateEl = fMult(cpe2Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[cpe3Idx]->chBitrateEl = fMult(cpe3Rate, (FIXP_DBL)(bitrateTot<<sc_brTot))>>(sc_brTot+1);
+    hQC->elementBits[lfeIdx]->chBitrateEl = fMult(lfeRate,  (FIXP_DBL)(bitrateTot<<sc_brTot))>>sc_brTot;
+
+    hQC->elementBits[0]->maxBitsEl = maxChannelBits;
+    hQC->elementBits[1]->maxBitsEl = 2*maxChannelBits;
+    hQC->elementBits[2]->maxBitsEl = 2*maxChannelBits;
+    hQC->elementBits[cpe3Idx]->maxBitsEl = 2*maxChannelBits;
+    hQC->elementBits[lfeIdx]->maxBitsEl = maxLfeBits;
+    break;
+  }
+  default:
+    return AAC_ENC_UNSUPPORTED_CHANNELCONFIG;
+  }
+
+  return AAC_ENC_OK;
+}
+
+/********************************************************************************/
+/*                                                                              */
+/* function:    GetMonoStereoMODE(const CHANNEL_MODE mode)                      */
+/*                                                                              */
+/* description: Determines encoder setting from channel mode.                   */
+/*              Multichannel modes are mapped to mono or stereo modes           */
+/*              returns MODE_MONO in case of mono,                           */
+/*                      MODE_STEREO in case of stereo                        */
+/*                      MODE_INVALID in case of error                        */
+/*                                                                              */
+/* input:       CHANNEL_MODE mode: Encoder mode (see qc_data.h).                */
+/* output:      return: CM_STEREO_MODE monoStereoSetting                        */
+/*              (MODE_INVALID: error,                                        */
+/*               MODE_MONO:    mono                                          */
+/*               MODE_STEREO:  stereo).                                      */
+/*                                                                              */
+/* misc:        No memory is allocated.                                         */
+/*                                                                              */
+/********************************************************************************/
+
+ELEMENT_MODE FDKaacEnc_GetMonoStereoMode(const CHANNEL_MODE mode){
+
+  ELEMENT_MODE monoStereoSetting = EL_MODE_INVALID;
+
+  switch(mode){
+  case MODE_1:        /* mono setups */
+    monoStereoSetting = EL_MODE_MONO;
+    break;
+  case MODE_2:        /* stereo setups */
+  case MODE_1_2:
+  case MODE_1_2_1:
+  case MODE_1_2_2:
+  case MODE_1_2_2_1:
+  case MODE_1_2_2_2_1:
+  case MODE_7_1_REAR_SURROUND:
+  case MODE_7_1_FRONT_CENTER:
+    monoStereoSetting = EL_MODE_STEREO;
+    break;
+  default:            /* error */
+    monoStereoSetting = EL_MODE_INVALID;
+    break;
+  }
+
+  return monoStereoSetting;
+}
+
+const CHANNEL_MODE_CONFIG_TAB* FDKaacEnc_GetChannelModeConfiguration(const CHANNEL_MODE mode)
+{
+  INT i;
+  const CHANNEL_MODE_CONFIG_TAB *cm_config = NULL;
+
+  /* get channel mode config */
+  for (i=0; i<(INT)sizeof(channelModeConfig)/(INT)sizeof(CHANNEL_MODE_CONFIG_TAB); i++) {
+    if (channelModeConfig[i].encMode==mode)
+    {
+        cm_config = &channelModeConfig[i];
+        break;
+    }
+  }
+  return cm_config;
+}
diff --git a/libAACenc/src/channel_map.h b/libAACenc/src/channel_map.h
new file mode 100644 (file)
index 0000000..2cfb486
--- /dev/null
@@ -0,0 +1,132 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*************************  Fast MPEG AAC Audio Encoder  **********************
+
+   Initial author:       A. Groeschel
+   contents/description: channel mapping functionality
+
+******************************************************************************/
+
+#ifndef _CHANNEL_MAP_H
+#define _CHANNEL_MAP_H
+
+
+#include "aacenc.h"
+#include "psy_const.h"
+#include "qc_data.h"
+
+typedef struct {
+  CHANNEL_MODE encMode;
+  INT nChannels;
+  INT nChannelsEff;
+  INT nElements;
+} CHANNEL_MODE_CONFIG_TAB;
+
+
+/* Element mode */
+typedef enum {
+  EL_MODE_INVALID = 0,
+  EL_MODE_MONO,
+  EL_MODE_STEREO
+} ELEMENT_MODE;
+
+
+AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode,
+                                                 INT nChannels);
+
+AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode,
+                                               CHANNEL_ORDER co,
+                                               CHANNEL_MAPPING* chMap);
+
+AAC_ENCODER_ERROR FDKaacEnc_InitElementBits(QC_STATE *hQC,
+                                            CHANNEL_MAPPING *cm,
+                                            INT bitrateTot,
+                                            INT averageBitsTot,
+                                            INT maxChannelBits);
+
+ELEMENT_MODE FDKaacEnc_GetMonoStereoMode(const CHANNEL_MODE mode);
+
+const CHANNEL_MODE_CONFIG_TAB* FDKaacEnc_GetChannelModeConfiguration(const CHANNEL_MODE mode);
+
+#endif /* CHANNEL_MAP_H */
diff --git a/libAACenc/src/chaosmeasure.cpp b/libAACenc/src/chaosmeasure.cpp
new file mode 100644 (file)
index 0000000..4e56e9e
--- /dev/null
@@ -0,0 +1,161 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Chaos measure calculation
+
+******************************************************************************/
+
+#include "chaosmeasure.h"
+
+/*****************************************************************************
+    functionname: FDKaacEnc_FDKaacEnc_CalculateChaosMeasurePeakFast
+    description:  Eberlein method of chaos measure calculation by high-pass
+                  filtering amplitude spectrum
+                  A special case of FDKaacEnc_CalculateChaosMeasureTonalGeneric --
+                  highly optimized
+*****************************************************************************/
+static void
+FDKaacEnc_FDKaacEnc_CalculateChaosMeasurePeakFast( FIXP_DBL  *RESTRICT paMDCTDataNM0,
+                               INT        numberOfLines,
+                               FIXP_DBL  *RESTRICT chaosMeasure )
+{
+  INT i, j;
+
+  /* calculate chaos measure by "peak filter" */
+  for (i=0; i<2; i++) {
+    /* make even and odd pass through data */
+    FIXP_DBL left,center; /* left, center tap of filter */
+
+    left   = (FIXP_DBL)((LONG)paMDCTDataNM0[i]^((LONG)paMDCTDataNM0[i]>>(DFRACT_BITS-1)));
+    center = (FIXP_DBL)((LONG)paMDCTDataNM0[i+2]^((LONG)paMDCTDataNM0[i+2]>>(DFRACT_BITS-1)));
+
+    for (j = i+2; j < numberOfLines - 2; j+=2) {
+      FIXP_DBL right = (FIXP_DBL)((LONG)paMDCTDataNM0[j+2]^((LONG)paMDCTDataNM0[j+2]>>(DFRACT_BITS-1)));
+      FIXP_DBL tmp = (left>>1)+(right>>1);
+
+      if (tmp < center ) {
+         INT leadingBits = CntLeadingZeros(center)-1;
+         tmp = schur_div(tmp<<leadingBits, center<<leadingBits, 8);
+         chaosMeasure[j] = fMult(tmp,tmp);
+      }
+      else {
+         chaosMeasure[j] = (FIXP_DBL)MAXVAL_DBL;
+      }
+
+      left   = center;
+      center = right;
+    }
+  }
+
+  /* provide chaos measure for first few lines */
+  chaosMeasure[0] = chaosMeasure[2];
+  chaosMeasure[1] = chaosMeasure[2];
+
+  /* provide chaos measure for last few lines */
+  for (i = (numberOfLines-3); i < numberOfLines; i++)
+    chaosMeasure[i] = FL2FXCONST_DBL(0.5);
+}
+
+
+/*****************************************************************************
+    functionname: FDKaacEnc_CalculateChaosMeasure
+    description:  calculates a chaosmeasure for every line, different methods
+                  are available. 0 means tonal, 1 means noiselike
+    returns:
+    input:        MDCT data, number of lines
+    output:       chaosMeasure
+*****************************************************************************/
+void
+FDKaacEnc_CalculateChaosMeasure( FIXP_DBL    *paMDCTDataNM0,
+                       INT          numberOfLines,
+                       FIXP_DBL    *chaosMeasure )
+
+{
+    FDKaacEnc_FDKaacEnc_CalculateChaosMeasurePeakFast( paMDCTDataNM0,
+                                   numberOfLines,
+                                   chaosMeasure );
+}
+
diff --git a/libAACenc/src/chaosmeasure.h b/libAACenc/src/chaosmeasure.h
new file mode 100644 (file)
index 0000000..44301c5
--- /dev/null
@@ -0,0 +1,103 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Chaos measure calculation
+
+******************************************************************************/
+
+#ifndef __CHAOSMEASURE_H
+#define __CHAOSMEASURE_H
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+
+void
+FDKaacEnc_CalculateChaosMeasure( FIXP_DBL    *paMDCTDataNM0,
+                       INT         numberOfLines,
+                       FIXP_DBL    *chaosMeasure );
+
+#endif
diff --git a/libAACenc/src/dyn_bits.cpp b/libAACenc/src/dyn_bits.cpp
new file mode 100644 (file)
index 0000000..0c07109
--- /dev/null
@@ -0,0 +1,805 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Noiseless coder module
+
+******************************************************************************/
+
+#include "dyn_bits.h"
+#include "bit_cnt.h"
+#include "psy_const.h"
+#include "aacenc_pns.h"
+#include "aacEnc_ram.h"
+#include "aacEnc_rom.h"
+
+typedef INT (*lookUpTable)[CODE_BOOK_ESC_NDX + 1];
+
+static INT FDKaacEnc_getSideInfoBits(
+        const SECTION_INFO* const huffsection,
+        const SHORT* const        sideInfoTab,
+        const INT                 useHCR
+        )
+{
+  INT sideInfoBits;
+
+  if ( useHCR && ((huffsection->codeBook == 11) || (huffsection->codeBook >= 16)) ) {
+    sideInfoBits = 5;
+  }
+  else {
+    sideInfoBits = sideInfoTab[huffsection->sfbCnt];
+  }
+
+  return (sideInfoBits);
+}
+
+/* count bits using all possible tables */
+static void FDKaacEnc_buildBitLookUp(
+        const SHORT* const        quantSpectrum,
+        const INT                 maxSfb,
+        const INT* const          sfbOffset,
+        const UINT* const         sfbMax,
+        INT                       bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        SECTION_INFO* const       huffsection
+        )
+{
+  INT i, sfbWidth;
+
+  for (i = 0; i < maxSfb; i++)
+  {
+    huffsection[i].sfbCnt = 1;
+    huffsection[i].sfbStart = i;
+    huffsection[i].sectionBits = INVALID_BITCOUNT;
+    huffsection[i].codeBook = -1;
+    sfbWidth = sfbOffset[i + 1] - sfbOffset[i];
+    FDKaacEnc_bitCount(quantSpectrum + sfbOffset[i], sfbWidth, sfbMax[i], bitLookUp[i]);
+  }
+}
+
+/* essential helper functions */
+static INT FDKaacEnc_findBestBook(
+        const INT* const          bc,
+        INT* const                book,
+        const INT                 useVCB11
+        )
+{
+  INT minBits = INVALID_BITCOUNT, j;
+
+  int end = CODE_BOOK_ESC_NDX;
+
+
+  for (j = 0; j <= end; j++)
+  {
+    if (bc[j] < minBits)
+    {
+      minBits = bc[j];
+      *book = j;
+    }
+  }
+  return (minBits);
+}
+
+static INT FDKaacEnc_findMinMergeBits(
+        const INT* const          bc1,
+        const INT* const          bc2,
+        const INT                 useVCB11
+        )
+{
+  INT minBits = INVALID_BITCOUNT, j;
+
+  int end = CODE_BOOK_ESC_NDX;
+
+
+  for (j = 0; j <= end; j++)
+  {
+    if (bc1[j] + bc2[j] < minBits)
+    {
+      minBits = bc1[j] + bc2[j];
+    }
+  }
+  return (minBits);
+}
+
+static void FDKaacEnc_mergeBitLookUp(
+        INT* const                bc1,
+        const INT* const          bc2
+        )
+{
+  int j;
+
+  for (j = 0; j <= CODE_BOOK_ESC_NDX; j++)
+  {
+    bc1[j] = fixMin(bc1[j] + bc2[j], INVALID_BITCOUNT);
+  }
+}
+
+static INT FDKaacEnc_findMaxMerge(
+        const INT* const          mergeGainLookUp,
+        const SECTION_INFO* const  huffsection,
+        const INT maxSfb,
+        INT* const                maxNdx
+        )
+{
+  INT i, maxMergeGain = 0;
+
+  for (i = 0; i + huffsection[i].sfbCnt < maxSfb; i += huffsection[i].sfbCnt)
+  {
+    if (mergeGainLookUp[i] > maxMergeGain)
+    {
+      maxMergeGain = mergeGainLookUp[i];
+      *maxNdx = i;
+    }
+  }
+  return (maxMergeGain);
+}
+
+static INT FDKaacEnc_CalcMergeGain(
+        const SECTION_INFO* const huffsection,
+        const INT                 bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        const SHORT* const        sideInfoTab,
+        const INT                 ndx1,
+        const INT                 ndx2,
+        const INT                 useVCB11
+        )
+{
+  INT MergeGain, MergeBits, SplitBits;
+
+  MergeBits = sideInfoTab[huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], useVCB11);
+  SplitBits = huffsection[ndx1].sectionBits + huffsection[ndx2].sectionBits; /* Bit amount for splitted huffsections */
+  MergeGain = SplitBits - MergeBits;
+
+  if ( (huffsection[ndx1].codeBook==CODE_BOOK_PNS_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_PNS_NO)
+    || (huffsection[ndx1].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)
+    || (huffsection[ndx1].codeBook==CODE_BOOK_IS_IN_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_IS_IN_PHASE_NO)
+    )
+  {
+    MergeGain = -1;
+  }
+
+  return (MergeGain);
+}
+
+
+/* sectioning Stage 0:find minimum codbooks */
+static void FDKaacEnc_gmStage0(
+        SECTION_INFO* const RESTRICT huffsection,
+        const INT                    bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        const INT                    maxSfb,
+        const INT* const             noiseNrg,
+        const INT* const             isBook
+        )
+{
+  INT i;
+
+  for (i = 0; i < maxSfb; i++)
+  {
+    /* Side-Info bits will be calculated in Stage 1! */
+    if (huffsection[i].sectionBits == INVALID_BITCOUNT)
+    {
+      /* intensity and pns codebooks are already allocated in bitcount.c */
+      if(noiseNrg[i] != NO_NOISE_PNS){
+        huffsection[i].codeBook=CODE_BOOK_PNS_NO;
+        huffsection[i].sectionBits = 0;
+      }
+      else if( isBook[i] ) {
+        huffsection[i].codeBook=isBook[i];
+        huffsection[i].sectionBits = 0;
+      }
+      else {
+        huffsection[i].sectionBits = FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), 0); /* useVCB11 must be 0!!! */
+      }
+    }
+  }
+}
+
+/*
+   sectioning Stage 1:merge all connected regions with the same code book and
+   calculate side info
+ */
+static void FDKaacEnc_gmStage1(
+        SECTION_INFO* const RESTRICT huffsection,
+        INT                          bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        const INT                    maxSfb,
+        const SHORT* const           sideInfoTab,
+        const INT                    useVCB11
+        )
+{
+  INT mergeStart = 0, mergeEnd;
+
+  do
+  {
+    for (mergeEnd = mergeStart + 1; mergeEnd < maxSfb; mergeEnd++)
+    {
+      if (huffsection[mergeStart].codeBook != huffsection[mergeEnd].codeBook)
+        break;
+
+
+      /* we can merge. update tables, side info bits will be updated outside of this loop */
+      huffsection[mergeStart].sfbCnt++;
+      huffsection[mergeStart].sectionBits += huffsection[mergeEnd].sectionBits;
+
+      /* update bit look up for all code books */
+      FDKaacEnc_mergeBitLookUp(bitLookUp[mergeStart], bitLookUp[mergeEnd]);
+    }
+
+    /* add side info info bits */
+    huffsection[mergeStart].sectionBits += FDKaacEnc_getSideInfoBits(&huffsection[mergeStart], sideInfoTab, useVCB11);
+    huffsection[mergeEnd - 1].sfbStart = huffsection[mergeStart].sfbStart;      /* speed up prev search */
+
+    mergeStart = mergeEnd;
+
+  } while (mergeStart < maxSfb);
+}
+
+/*
+   sectioning Stage 2:greedy merge algorithm, merge connected sections with
+   maximum bit gain until no more gain is possible
+ */
+static void
+FDKaacEnc_gmStage2(
+        SECTION_INFO* const RESTRICT huffsection,
+        INT* const RESTRICT          mergeGainLookUp,
+        INT                          bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        const INT                    maxSfb,
+        const SHORT* const           sideInfoTab,
+        const INT                    useVCB11
+        )
+{
+  INT i;
+
+  for (i = 0; i + huffsection[i].sfbCnt < maxSfb; i += huffsection[i].sfbCnt)
+  {
+    mergeGainLookUp[i] = FDKaacEnc_CalcMergeGain(huffsection,
+                                       bitLookUp,
+                                       sideInfoTab,
+                                       i,
+                                       i + huffsection[i].sfbCnt,
+                                       useVCB11);
+  }
+
+  while (TRUE)
+  {
+    INT maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast;
+
+    maxMergeGain = FDKaacEnc_findMaxMerge(mergeGainLookUp, huffsection, maxSfb, &maxNdx);
+
+    /* exit while loop if no more gain is possible */
+    if (maxMergeGain <= 0)
+      break;
+
+    maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt;
+
+    /* merge sections with maximum bit gain */
+    huffsection[maxNdx].sfbCnt += huffsection[maxNdxNext].sfbCnt;
+    huffsection[maxNdx].sectionBits += huffsection[maxNdxNext].sectionBits - maxMergeGain;
+
+    /* update bit look up table for merged huffsection  */
+    FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]);
+
+    /* update mergeLookUpTable */
+    if (maxNdx != 0)
+    {
+      maxNdxLast = huffsection[maxNdx - 1].sfbStart;
+      mergeGainLookUp[maxNdxLast] = FDKaacEnc_CalcMergeGain(huffsection,
+                                                  bitLookUp,
+                                                  sideInfoTab,
+                                                  maxNdxLast,
+                                                  maxNdx,
+                                                  useVCB11);
+
+    }
+    maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt;
+
+    huffsection[maxNdxNext - 1].sfbStart = huffsection[maxNdx].sfbStart;
+
+    if (maxNdxNext < maxSfb)
+      mergeGainLookUp[maxNdx] = FDKaacEnc_CalcMergeGain(huffsection,
+                                              bitLookUp,
+                                              sideInfoTab,
+                                              maxNdx,
+                                              maxNdxNext,
+                                              useVCB11);
+
+  }
+}
+
+/* count bits used by the noiseless coder */
+static void FDKaacEnc_noiselessCounter(
+        SECTION_DATA* const RESTRICT sectionData,
+        INT                          mergeGainLookUp[MAX_SFB_LONG],
+        INT                          bitLookUp[MAX_SFB_LONG][CODE_BOOK_ESC_NDX + 1],
+        const SHORT* const           quantSpectrum,
+        const UINT* const            maxValueInSfb,
+        const INT* const             sfbOffset,
+        const INT                    blockType,
+        const INT* const             noiseNrg,
+        const INT* const             isBook,
+        const INT                    useVCB11
+        )
+{
+  INT grpNdx, i;
+  const SHORT *sideInfoTab = NULL;
+  SECTION_INFO *huffsection;
+
+  /* use appropriate side info table */
+  switch (blockType)
+  {
+  case LONG_WINDOW:
+  case START_WINDOW:
+  case STOP_WINDOW:
+    sideInfoTab = FDKaacEnc_sideInfoTabLong;
+    break;
+  case SHORT_WINDOW:
+    sideInfoTab = FDKaacEnc_sideInfoTabShort;
+    break;
+  }
+
+  sectionData->noOfSections = 0;
+  sectionData->huffmanBits = 0;
+  sectionData->sideInfoBits = 0;
+
+
+  if (sectionData->maxSfbPerGroup == 0)
+    return;
+
+  /* loop trough groups */
+  for (grpNdx = 0; grpNdx < sectionData->sfbCnt; grpNdx += sectionData->sfbPerGroup)
+  {
+    huffsection = sectionData->huffsection + sectionData->noOfSections;
+
+    /* count bits in this group */
+    FDKaacEnc_buildBitLookUp(quantSpectrum,
+                   sectionData->maxSfbPerGroup,
+                   sfbOffset + grpNdx,
+                   maxValueInSfb + grpNdx,
+                   bitLookUp,
+                   huffsection);
+
+    /* 0.Stage :Find minimum Codebooks */
+    FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+grpNdx);
+
+    /* 1.Stage :Merge all connected regions with the same code book */
+    FDKaacEnc_gmStage1(huffsection, bitLookUp, sectionData->maxSfbPerGroup, sideInfoTab, useVCB11);
+
+
+    /*
+       2.Stage
+       greedy merge algorithm, merge connected huffsections with maximum bit
+       gain until no more gain is possible
+     */
+
+    FDKaacEnc_gmStage2(huffsection,
+             mergeGainLookUp,
+             bitLookUp,
+             sectionData->maxSfbPerGroup,
+             sideInfoTab,
+             useVCB11);
+
+
+
+    /*
+       compress output, calculate total huff and side bits
+       since we did not update the actual codebook in stage 2
+       to save time, we must set it here for later use in bitenc
+     */
+
+    for (i = 0; i < sectionData->maxSfbPerGroup; i += huffsection[i].sfbCnt)
+    {
+      if ((huffsection[i].codeBook==CODE_BOOK_PNS_NO) ||
+          (huffsection[i].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO) ||
+          (huffsection[i].codeBook==CODE_BOOK_IS_IN_PHASE_NO))
+      {
+        huffsection[i].sectionBits=0;
+      } else {
+        /* the sections in the sectionData are now marked with the optimal code book */
+
+          FDKaacEnc_findBestBook(bitLookUp[i], &(huffsection[i].codeBook), useVCB11);
+
+        sectionData->huffmanBits += huffsection[i].sectionBits - FDKaacEnc_getSideInfoBits(&huffsection[i], sideInfoTab, useVCB11);
+      }
+
+      huffsection[i].sfbStart += grpNdx;
+
+      /* sum up side info bits (section data bits) */
+      sectionData->sideInfoBits += FDKaacEnc_getSideInfoBits(&huffsection[i], sideInfoTab, useVCB11);
+      sectionData->huffsection[sectionData->noOfSections++] = huffsection[i];
+    }
+  }
+}
+
+
+/*******************************************************************************
+
+     functionname: FDKaacEnc_scfCount
+     returns     : ---
+     description : count bits used by scalefactors.
+
+                   not in all cases if maxValueInSfb[] == 0 we set deltaScf
+                   to zero. only if the difference of the last and future
+                   scalefacGain is not greater then CODE_BOOK_SCF_LAV (60).
+
+     example:
+                  ^
+     scalefacGain |
+                  |
+                  |       last 75
+                  |          |
+                  |          |
+                  |          |
+                  |          |      current 50
+                  |          |          |
+                  |          |          |
+                  |          |          |
+                  |          |          |
+                  |          |          |      future 5
+                  |          |          |          |
+                  --- ... ---------------------------- ... --------->
+                                                                sfb
+
+
+                  if maxValueInSfb[] of current is zero because of a
+                  notfallstrategie, we do not save bits and transmit a
+                  deltaScf of 25. otherwise the deltaScf between the last
+                  scalfacGain (75) and the future scalefacGain (5) is 70.
+
+********************************************************************************/
+static void FDKaacEnc_scfCount(
+        const INT* const             scalefacGain,
+        const UINT* const            maxValueInSfb,
+        SECTION_DATA* const RESTRICT sectionData,
+        const INT* const             isScale
+        )
+{
+  INT i, j, k, m, n;
+
+  INT lastValScf     = 0;
+  INT deltaScf       = 0;
+  INT found          = 0;
+  INT scfSkipCounter = 0;
+  INT lastValIs      = 0;
+
+  sectionData->scalefacBits = 0;
+
+  if (scalefacGain == NULL)
+    return;
+
+  sectionData->firstScf = 0;
+
+  for (i=0; i<sectionData->noOfSections; i++)
+  {
+    if (sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO)
+    {
+      sectionData->firstScf = sectionData->huffsection[i].sfbStart;
+      lastValScf = scalefacGain[sectionData->firstScf];
+      break;
+    }
+  }
+
+  for (i=0; i<sectionData->noOfSections; i++)
+  {
+    if ((sectionData->huffsection[i].codeBook == CODE_BOOK_IS_OUT_OF_PHASE_NO) ||
+        (sectionData->huffsection[i].codeBook == CODE_BOOK_IS_IN_PHASE_NO))
+    {
+      for (j = sectionData->huffsection[i].sfbStart;
+           j < sectionData->huffsection[i].sfbStart + sectionData->huffsection[i].sfbCnt;
+           j++)
+      {
+        INT deltaIs = isScale[j]-lastValIs;
+        lastValIs   = isScale[j];
+        sectionData->scalefacBits+=FDKaacEnc_bitCountScalefactorDelta(deltaIs);
+      }
+    } /* Intensity */
+    else if ((sectionData->huffsection[i].codeBook != CODE_BOOK_ZERO_NO) &&
+             (sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO))
+    {
+      INT tmp = sectionData->huffsection[i].sfbStart + sectionData->huffsection[i].sfbCnt;
+      for (j = sectionData->huffsection[i].sfbStart; j<tmp; j++)
+      {
+        /* check if we can repeat the last value to save bits */
+        if (maxValueInSfb[j] == 0)
+        {
+          found = 0;
+          /* are scalefactors skipped? */
+          if (scfSkipCounter == 0)
+          {
+            /* end of section */
+            if (j == (tmp - 1) )
+              found = 0;  /* search in other sections for maxValueInSfb != 0 */
+            else
+            {
+              /* search in this section for the next maxValueInSfb[] != 0 */
+              for (k = (j+1); k < tmp; k++)
+              {
+                if (maxValueInSfb[k] != 0)
+                {
+                  found = 1;
+                  if ( (fixp_abs(scalefacGain[k] - lastValScf)) <= CODE_BOOK_SCF_LAV)
+                     deltaScf = 0; /* save bits */
+                  else
+                  {
+                    /* do not save bits */
+                    deltaScf = lastValScf - scalefacGain[j];
+                    lastValScf = scalefacGain[j];
+                    scfSkipCounter = 0;
+                  }
+                  break;
+                }
+                /* count scalefactor skip */
+                scfSkipCounter++;
+              }
+            }
+
+            /* search for the next maxValueInSfb[] != 0 in all other sections */
+            for (m=(i+1); (m < sectionData->noOfSections) && (found == 0); m++)
+            {
+              if ((sectionData->huffsection[m].codeBook != CODE_BOOK_ZERO_NO) && (sectionData->huffsection[m].codeBook != CODE_BOOK_PNS_NO))
+              {
+                INT end = sectionData->huffsection[m].sfbStart + sectionData->huffsection[m].sfbCnt;
+                for (n = sectionData->huffsection[m].sfbStart; n<end; n++)
+                {
+                  if (maxValueInSfb[n] != 0)
+                  {
+                    found = 1;
+                    if (fixp_abs(scalefacGain[n] - lastValScf) <= CODE_BOOK_SCF_LAV)
+                      deltaScf = 0;  /* save bits */
+                    else
+                    {
+                      /* do not save bits */
+                      deltaScf = lastValScf - scalefacGain[j];
+                      lastValScf = scalefacGain[j];
+                      scfSkipCounter = 0;
+                    }
+                    break;
+                  }
+                  /* count scalefactor skip */
+                  scfSkipCounter++;
+                }
+              }
+            }
+            /* no maxValueInSfb[] != 0 found */
+            if (found == 0)
+            {
+              deltaScf = 0;
+              scfSkipCounter = 0;
+            }
+          }
+          else {
+            /* consider skipped scalefactors */
+            deltaScf = 0;
+            scfSkipCounter--;
+          }
+        }
+        else {
+          deltaScf = lastValScf - scalefacGain[j];
+          lastValScf = scalefacGain[j];
+        }
+        sectionData->scalefacBits += FDKaacEnc_bitCountScalefactorDelta(deltaScf);
+      }
+    }
+  } /* for (i=0; i<sectionData->noOfSections; i++) */
+}
+
+#ifdef PNS_PRECOUNT_ENABLE
+/*
+  preCount bits used pns
+*/
+/* estimate bits used by pns for correction of static bits */
+/* no codebook switch estimation, see AAC LD FASTENC */
+INT noisePreCount(const INT *noiseNrg, INT maxSfb)
+{
+  INT   noisePCMFlag = TRUE;
+  INT   lastValPns = 0, deltaPns;
+  int   i, bits=0;
+
+ for (i = 0; i < maxSfb; i++) {
+   if (noiseNrg[i] != NO_NOISE_PNS) {
+
+     if (noisePCMFlag) {
+       bits+=PNS_PCM_BITS;
+       lastValPns   = noiseNrg[i];
+       noisePCMFlag = FALSE;
+     }else {
+       deltaPns     = noiseNrg[i]-lastValPns;
+       lastValPns   = noiseNrg[i];
+       bits+=FDKaacEnc_bitCountScalefactorDelta(deltaPns);
+     }
+   }
+ }
+ return ( bits );
+}
+#endif /* PNS_PRECOUNT_ENABLE */
+
+/* count bits used by pns */
+static void FDKaacEnc_noiseCount(
+        SECTION_DATA* const RESTRICT sectionData,
+        const INT* const             noiseNrg
+        )
+{
+  INT noisePCMFlag = TRUE;
+  INT lastValPns = 0, deltaPns;
+  int i, j;
+
+  sectionData->noiseNrgBits = 0;
+
+  for (i = 0; i < sectionData->noOfSections; i++) {
+    if (sectionData->huffsection[i].codeBook == CODE_BOOK_PNS_NO) {
+      int sfbStart = sectionData->huffsection[i].sfbStart;
+      int sfbEnd = sfbStart + sectionData->huffsection[i].sfbCnt;
+      for (j=sfbStart; j<sfbEnd; j++) {
+
+        if (noisePCMFlag) {
+          sectionData->noiseNrgBits+=PNS_PCM_BITS;
+          lastValPns   = noiseNrg[j];
+          noisePCMFlag = FALSE;
+        } else {
+          deltaPns     = noiseNrg[j]-lastValPns;
+          lastValPns   = noiseNrg[j];
+          sectionData->noiseNrgBits+=FDKaacEnc_bitCountScalefactorDelta(deltaPns);
+        }
+      }
+    }
+  }
+}
+
+INT FDKaacEnc_dynBitCount(
+        BITCNTR_STATE* const         hBC,
+        const SHORT* const           quantSpectrum,
+        const UINT* const            maxValueInSfb,
+        const INT* const             scalefac,
+        const INT                    blockType,
+        const INT                    sfbCnt,
+        const INT                    maxSfbPerGroup,
+        const INT                    sfbPerGroup,
+        const INT* const             sfbOffset,
+        SECTION_DATA* const RESTRICT sectionData,
+        const INT* const             noiseNrg,
+        const INT* const             isBook,
+        const INT* const             isScale,
+        const UINT                   syntaxFlags
+        )
+{
+  sectionData->blockType      = blockType;
+  sectionData->sfbCnt         = sfbCnt;
+  sectionData->sfbPerGroup    = sfbPerGroup;
+  sectionData->noOfGroups     = sfbCnt / sfbPerGroup;
+  sectionData->maxSfbPerGroup = maxSfbPerGroup;
+
+  FDKaacEnc_noiselessCounter(
+                   sectionData,
+                   hBC->mergeGainLookUp,
+                   (lookUpTable)hBC->bitLookUp,
+                   quantSpectrum,
+                   maxValueInSfb,
+                   sfbOffset,
+                   blockType,
+                   noiseNrg,
+                   isBook,
+                   (syntaxFlags & AC_ER_VCB11)?1:0);
+
+  FDKaacEnc_scfCount(
+           scalefac,
+           maxValueInSfb,
+           sectionData,
+           isScale);
+
+  FDKaacEnc_noiseCount(sectionData,
+             noiseNrg);
+
+  return (sectionData->huffmanBits +
+          sectionData->sideInfoBits +
+          sectionData->scalefacBits +
+          sectionData->noiseNrgBits);
+}
+
+INT FDKaacEnc_BCNew(BITCNTR_STATE **phBC
+         ,UCHAR* dynamic_RAM
+         )
+{
+  BITCNTR_STATE *hBC =  GetRam_aacEnc_BitCntrState();
+
+  if (hBC)
+  {
+    *phBC = hBC;
+    hBC->bitLookUp       = GetRam_aacEnc_BitLookUp(0,dynamic_RAM);
+    hBC->mergeGainLookUp = GetRam_aacEnc_MergeGainLookUp(0,dynamic_RAM);
+    if (hBC->bitLookUp       == 0 ||
+        hBC->mergeGainLookUp == 0)
+    {
+      return 1;
+    }
+  }
+  return (hBC == 0) ? 1 : 0;
+}
+
+void FDKaacEnc_BCClose(BITCNTR_STATE **phBC)
+{
+  if (*phBC!=NULL) {
+
+    FreeRam_aacEnc_BitCntrState(phBC);
+  }
+}
+
+
+
diff --git a/libAACenc/src/dyn_bits.h b/libAACenc/src/dyn_bits.h
new file mode 100644 (file)
index 0000000..ae78a4c
--- /dev/null
@@ -0,0 +1,167 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Noiseless coder module
+
+******************************************************************************/
+
+#ifndef __DYN_BITS_H
+#define __DYN_BITS_H
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+#include "aacenc_tns.h"
+
+#define MAX_SECTIONS          MAX_GROUPED_SFB
+#define SECT_ESC_VAL_LONG    31
+#define SECT_ESC_VAL_SHORT    7
+#define CODE_BOOK_BITS        4
+#define SECT_BITS_LONG        5
+#define SECT_BITS_SHORT       3
+#define PNS_PCM_BITS          9
+
+typedef struct
+{
+  INT codeBook;
+  INT sfbStart;
+  INT sfbCnt;
+  INT sectionBits;              /* huff + si ! */
+} SECTION_INFO;
+
+
+typedef struct
+{
+  INT blockType;
+  INT noOfGroups;
+  INT sfbCnt;
+  INT maxSfbPerGroup;
+  INT sfbPerGroup;
+  INT noOfSections;
+  SECTION_INFO huffsection[MAX_SECTIONS];
+  INT sideInfoBits;             /* sectioning bits       */
+  INT huffmanBits;              /* huffman    coded bits */
+  INT scalefacBits;             /* scalefac   coded bits */
+  INT noiseNrgBits;             /* noiseEnergy coded bits */
+  INT firstScf;                 /* first scf to be coded */
+} SECTION_DATA;
+
+
+struct BITCNTR_STATE
+{
+  INT *bitLookUp;
+  INT *mergeGainLookUp;
+};
+
+
+INT  FDKaacEnc_BCNew(BITCNTR_STATE **phBC
+          ,UCHAR* dynamic_RAM
+          );
+
+void FDKaacEnc_BCClose(BITCNTR_STATE **phBC);
+
+#if defined(PNS_PRECOUNT_ENABLE)
+INT  noisePreCount(const INT *noiseNrg, INT maxSfb);
+#endif
+
+INT FDKaacEnc_dynBitCount(
+        BITCNTR_STATE* const         hBC,
+        const SHORT* const           quantSpectrum,
+        const UINT* const            maxValueInSfb,
+        const INT* const             scalefac,
+        const INT                    blockType,
+        const INT                    sfbCnt,
+        const INT                    maxSfbPerGroup,
+        const INT                    sfbPerGroup,
+        const INT* const             sfbOffset,
+        SECTION_DATA* const RESTRICT sectionData,
+        const INT* const             noiseNrg,
+        const INT* const             isBook,
+        const INT* const             isScale,
+        const UINT                   syntaxFlags
+        );
+
+#endif
diff --git a/libAACenc/src/grp_data.cpp b/libAACenc/src/grp_data.cpp
new file mode 100644 (file)
index 0000000..465865f
--- /dev/null
@@ -0,0 +1,272 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Short block grouping
+
+******************************************************************************/
+#include "psy_const.h"
+#include "interface.h"
+
+/*
+* this routine does not work in-place
+*/
+
+static inline FIXP_DBL nrgAddSaturate(const FIXP_DBL a, const FIXP_DBL b) {
+  return ( (a>=(FIXP_DBL)MAXVAL_DBL-b) ? (FIXP_DBL)MAXVAL_DBL : (a + b) );
+}
+
+void
+FDKaacEnc_groupShortData(FIXP_DBL      *mdctSpectrum,     /* in-out                           */
+               SFB_THRESHOLD *sfbThreshold,     /* in-out                           */
+               SFB_ENERGY    *sfbEnergy,        /* in-out                           */
+               SFB_ENERGY    *sfbEnergyMS,      /* in-out                           */
+               SFB_ENERGY    *sfbSpreadEnergy,
+               const INT      sfbCnt,
+               const INT      sfbActive,
+               const INT     *sfbOffset,
+               const FIXP_DBL *sfbMinSnrLdData,
+               INT           *groupedSfbOffset,       /* out */
+               INT           *maxSfbPerGroup,         /* out */
+               FIXP_DBL      *groupedSfbMinSnrLdData,
+               const INT      noOfGroups,
+               const INT     *groupLen,
+               const INT      granuleLength)
+{
+  INT i,j;
+  INT line;       /* counts through lines              */
+  INT sfb;        /* counts through scalefactor bands  */
+  INT grp;        /* counts through groups             */
+  INT wnd;        /* counts through windows in a group */
+  INT offset;     /* needed in sfbOffset grouping      */
+  INT highestSfb;
+
+  INT granuleLength_short = granuleLength/TRANS_FAC;
+
+  /* for short blocks: regroup spectrum and */
+  /* group energies and thresholds according to grouping */
+  C_ALLOC_SCRATCH_START(tmpSpectrum, FIXP_DBL, (1024));
+
+  /* calculate maxSfbPerGroup */
+  highestSfb = 0;
+  for (wnd = 0; wnd < TRANS_FAC; wnd++)
+  {
+    for (sfb = sfbActive-1; sfb >= highestSfb; sfb--)
+    {
+      for (line = sfbOffset[sfb+1]-1; line >= sfbOffset[sfb]; line--)
+      {
+        if ( mdctSpectrum[wnd*granuleLength_short+line] != FL2FXCONST_SPC(0.0) ) break; /* this band is not completely zero */
+      }
+      if (line >= sfbOffset[sfb]) break;                                      /* this band was not completely zero */
+    }
+    highestSfb = fixMax(highestSfb, sfb);
+  }
+  highestSfb = highestSfb > 0 ? highestSfb : 0;
+  *maxSfbPerGroup = highestSfb+1;
+
+  /* calculate groupedSfbOffset */
+  i = 0;
+  offset = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+      for (sfb = 0; sfb < sfbActive+1; sfb++)
+      {
+          groupedSfbOffset[i++] = offset + sfbOffset[sfb] * groupLen[grp];
+      }
+      i +=  sfbCnt-sfb;
+      offset += groupLen[grp] * granuleLength_short;
+  }
+  groupedSfbOffset[i++] = granuleLength;
+
+  /* calculate groupedSfbMinSnr */
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      groupedSfbMinSnrLdData[i++] = sfbMinSnrLdData[sfb];
+    }
+    i +=  sfbCnt-sfb;
+  }
+
+  /* sum up sfbThresholds */
+  wnd = 0;
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb];
+      for (j=1; j<groupLen[grp]; j++)
+      {
+        thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
+      }
+      sfbThreshold->Long[i++] = thresh;
+    }
+    i +=  sfbCnt-sfb;
+    wnd += groupLen[grp];
+  }
+
+  /* sum up sfbEnergies left/right */
+  wnd = 0;
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      FIXP_DBL energy = sfbEnergy->Short[wnd][sfb];
+      for (j=1; j<groupLen[grp]; j++)
+      {
+        energy = nrgAddSaturate(energy, sfbEnergy->Short[wnd+j][sfb]);
+      }
+      sfbEnergy->Long[i++] = energy;
+    }
+    i +=  sfbCnt-sfb;
+    wnd += groupLen[grp];
+  }
+
+  /* sum up sfbEnergies mid/side */
+  wnd = 0;
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      FIXP_DBL energy = sfbEnergyMS->Short[wnd][sfb];
+      for (j=1; j<groupLen[grp]; j++)
+      {
+        energy = nrgAddSaturate(energy, sfbEnergyMS->Short[wnd+j][sfb]);
+      }
+      sfbEnergyMS->Long[i++] = energy;
+    }
+    i +=  sfbCnt-sfb;
+    wnd += groupLen[grp];
+  }
+
+  /* sum up sfbSpreadEnergies */
+  wnd = 0;
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      FIXP_DBL energy = sfbSpreadEnergy->Short[wnd][sfb];
+      for (j=1; j<groupLen[grp]; j++)
+      {
+         energy = nrgAddSaturate(energy, sfbSpreadEnergy->Short[wnd+j][sfb]);
+      }
+      sfbSpreadEnergy->Long[i++] = energy;
+    }
+    i +=  sfbCnt-sfb;
+    wnd += groupLen[grp];
+  }
+
+  /* re-group spectrum */
+  wnd = 0;
+  i = 0;
+  for (grp = 0; grp < noOfGroups; grp++)
+  {
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+      int width = sfbOffset[sfb+1]-sfbOffset[sfb];
+      FIXP_DBL *pMdctSpectrum = &mdctSpectrum[sfbOffset[sfb]] + wnd*granuleLength_short;
+      for (j = 0; j < groupLen[grp]; j++)
+      {
+        FIXP_DBL *pTmp = pMdctSpectrum;
+        for (line = width; line > 0; line--)
+        {
+          tmpSpectrum[i++] = *pTmp++;
+        }
+        pMdctSpectrum += granuleLength_short;
+      }
+    }
+    i +=  (groupLen[grp]*(sfbOffset[sfbCnt]-sfbOffset[sfb]));
+    wnd += groupLen[grp];
+  }
+
+  FDKmemcpy(mdctSpectrum, tmpSpectrum, granuleLength*sizeof(FIXP_DBL));
+
+  C_ALLOC_SCRATCH_END(tmpSpectrum, FIXP_DBL, (1024))
+}
diff --git a/libAACenc/src/grp_data.h b/libAACenc/src/grp_data.h
new file mode 100644 (file)
index 0000000..f061855
--- /dev/null
@@ -0,0 +1,115 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Short block grouping
+
+******************************************************************************/
+#ifndef __GRP_DATA_H__
+#define __GRP_DATA_H__
+
+#include "common_fix.h"
+
+#include "psy_data.h"
+
+
+void
+FDKaacEnc_groupShortData(FIXP_DBL      *mdctSpectrum,         /* in-out */
+               SFB_THRESHOLD *sfbThreshold,         /* in-out */
+               SFB_ENERGY    *sfbEnergy,            /* in-out */
+               SFB_ENERGY    *sfbEnergyMS,          /* in-out */
+               SFB_ENERGY    *sfbSpreadEnergy,
+               const INT      sfbCnt,
+               const INT      sfbActive,
+               const INT     *sfbOffset,
+               const FIXP_DBL *sfbMinSnrLdData,
+               INT           *groupedSfbOffset,     /* out */
+               INT           *maxSfbPerGroup,
+               FIXP_DBL      *groupedSfbMinSnrLdData,
+               const INT      noOfGroups,
+               const INT     *groupLen,
+               const INT      granuleLength);
+
+#endif /* _INTERFACE_H */
diff --git a/libAACenc/src/intensity.cpp b/libAACenc/src/intensity.cpp
new file mode 100644 (file)
index 0000000..6d807f7
--- /dev/null
@@ -0,0 +1,761 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       A. Horndasch (code originally from lwr) / Josef Hoepfl (FDK)
+   contents/description: intensity stereo processing
+
+******************************************************************************/
+
+#include "intensity.h"
+#include "interface.h"
+#include "psy_configuration.h"
+#include "psy_const.h"
+#include "qc_main.h"
+#include "bit_cnt.h"
+
+/* only set an IS seed it left/right channel correlation is above IS_CORR_THRESH */
+#define IS_CORR_THRESH                FL2FXCONST_DBL(0.95f)
+
+/* when expanding the IS region to more SFBs only accept an error that is
+ * not more than IS_TOTAL_ERROR_THRESH overall and
+ * not more than IS_LOCAL_ERROR_THRESH for the current SFB */
+#define IS_TOTAL_ERROR_THRESH         FL2FXCONST_DBL(0.04f)
+#define IS_LOCAL_ERROR_THRESH         FL2FXCONST_DBL(0.01f)
+
+/* the maximum allowed change of the intensity direction (unit: IS scale) - scaled with factor 0.25 - */
+#define IS_DIRECTION_DEVIATION_THRESH_SF 2
+#define IS_DIRECTION_DEVIATION_THRESH FL2FXCONST_DBL(2.0f/(1<<IS_DIRECTION_DEVIATION_THRESH_SF))
+
+/* IS regions need to have a minimal percentage of the overall loudness, e.g. 0.06 == 6% */
+#define IS_REGION_MIN_LOUDNESS        FL2FXCONST_DBL(0.1f)
+
+/* only perform IS if IS_MIN_SFBS neighboring SFBs can be processed */
+#define IS_MIN_SFBS                   6
+
+/* only do IS if
+ * if IS_LEFT_RIGHT_RATIO_THRESH < sfbEnergyLeft[sfb]/sfbEnergyRight[sfb] < 1 / IS_LEFT_RIGHT_RATIO_THRESH
+ * -> no IS if the panning angle is not far from the middle, MS will do */
+/* this is equivalent to a scale of +/-1.02914634566 */
+#define IS_LEFT_RIGHT_RATIO_THRESH    FL2FXCONST_DBL(0.7f)
+
+/* scalefactor of realScale */
+#define REAL_SCALE_SF                    1
+
+/* scalefactor overallLoudness */
+#define OVERALL_LOUDNESS_SF              6
+
+/* scalefactor for sum over max samples per goup */
+#define MAX_SFB_PER_GROUP_SF             6
+
+/* scalefactor for sum of mdct spectrum */
+#define MDCT_SPEC_SF                     6
+
+
+typedef struct
+{
+
+  FIXP_DBL corr_thresh;                 /*!< Only set an IS seed it left/right channel correlation is above corr_thresh */
+
+  FIXP_DBL total_error_thresh;          /*!< When expanding the IS region to more SFBs only accept an error that is
+                                             not more than 'total_error_thresh' overall. */
+
+  FIXP_DBL local_error_thresh;          /*!< When expanding the IS region to more SFBs only accept an error that is
+                                             not more than 'local_error_thresh' for the current SFB. */
+
+  FIXP_DBL direction_deviation_thresh;  /*!< The maximum allowed change of the intensity direction (unit: IS scale) */
+
+  FIXP_DBL is_region_min_loudness;      /*!< IS regions need to have a minimal percentage of the overall loudness, e.g. 0.06 == 6% */
+
+  INT      min_is_sfbs;                 /*!< Only perform IS if 'min_is_sfbs' neighboring SFBs can be processed */
+
+  FIXP_DBL left_right_ratio_threshold;  /*!< No IS if the panning angle is not far from the middle, MS will do */
+
+} INTENSITY_PARAMETERS;
+
+
+/*****************************************************************************
+
+    functionname: calcSfbMaxScale
+
+    description:  Calc max value in scalefactor band
+
+    input:        *mdctSpectrum
+                   l1
+                   l2
+
+    output:       none
+
+    returns:      scalefactor
+
+*****************************************************************************/
+static INT
+calcSfbMaxScale(const FIXP_DBL *mdctSpectrum,
+                const INT       l1,
+                const INT       l2)
+{
+  INT i;
+  INT sfbMaxScale;
+  FIXP_DBL maxSpc;
+
+  maxSpc = FL2FXCONST_DBL(0.0);
+  for (i=l1; i<l2; i++) {
+    FIXP_DBL tmp = fixp_abs((FIXP_DBL)mdctSpectrum[i]);
+    maxSpc = fixMax(maxSpc, tmp);
+  }
+  sfbMaxScale = (maxSpc==FL2FXCONST_DBL(0.0)) ? (DFRACT_BITS-2) : CntLeadingZeros(maxSpc)-1;
+
+  return sfbMaxScale;
+ }
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_initIsParams
+
+    description:  Initialization of intensity parameters
+
+    input:        isParams
+
+    output:       isParams
+
+    returns:      none
+
+*****************************************************************************/
+static void
+FDKaacEnc_initIsParams(INTENSITY_PARAMETERS *isParams)
+{
+  isParams->corr_thresh                = IS_CORR_THRESH;
+  isParams->total_error_thresh         = IS_TOTAL_ERROR_THRESH;
+  isParams->local_error_thresh         = IS_LOCAL_ERROR_THRESH;
+  isParams->direction_deviation_thresh = IS_DIRECTION_DEVIATION_THRESH;
+  isParams->is_region_min_loudness     = IS_REGION_MIN_LOUDNESS;
+  isParams->min_is_sfbs                = IS_MIN_SFBS;
+  isParams->left_right_ratio_threshold = IS_LEFT_RIGHT_RATIO_THRESH;
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_prepareIntensityDecision
+
+    description:  Prepares intensity decision
+
+    input:        sfbEnergyLeft
+                  sfbEnergyRight
+                  sfbEnergyLdDataLeft
+                  sfbEnergyLdDataRight
+                  mdctSpectrumLeft
+                  sfbEnergyLdDataRight
+                  isParams
+
+    output:       hrrErr            scale: none
+                  isMask            scale: none
+                  realScale         scale: LD_DATA_SHIFT + REAL_SCALE_SF
+                  normSfbLoudness   scale: none
+
+    returns:      none
+
+*****************************************************************************/
+static void
+FDKaacEnc_prepareIntensityDecision(const FIXP_DBL    *sfbEnergyLeft,
+                                   const FIXP_DBL    *sfbEnergyRight,
+                                   const FIXP_DBL    *sfbEnergyLdDataLeft,
+                                   const FIXP_DBL    *sfbEnergyLdDataRight,
+                                   const FIXP_DBL    *mdctSpectrumLeft,
+                                   const FIXP_DBL    *mdctSpectrumRight,
+                                   const INTENSITY_PARAMETERS *isParams,
+                                   FIXP_DBL    *hrrErr,
+                                   INT         *isMask,
+                                   FIXP_DBL    *realScale,
+                                   FIXP_DBL    *normSfbLoudness,
+                                   const INT    sfbCnt,
+                                   const INT    sfbPerGroup,
+                                   const INT    maxSfbPerGroup,
+                                   const INT   *sfbOffset)
+{
+  INT j,sfb,sfboffs;
+  INT grpCounter;
+
+  /* temporary variables to compute loudness */
+  FIXP_DBL overallLoudness[MAX_NO_OF_GROUPS];
+
+  /* temporary variables to compute correlation */
+  FIXP_DBL channelCorr[MAX_GROUPED_SFB];
+  FIXP_DBL ml, mr;
+  FIXP_DBL prod_lr;
+  FIXP_DBL square_l, square_r;
+  FIXP_DBL tmp_l, tmp_r;
+  FIXP_DBL inv_n;
+
+  FDKmemclear(channelCorr,     MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+  FDKmemclear(normSfbLoudness, MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+  FDKmemclear(overallLoudness, MAX_NO_OF_GROUPS*sizeof(FIXP_DBL));
+  FDKmemclear(realScale,       MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+
+  for (grpCounter = 0, sfboffs = 0; sfboffs < sfbCnt; sfboffs += sfbPerGroup, grpCounter++) {
+    overallLoudness[grpCounter] = FL2FXCONST_DBL(0.0f);
+    for (sfb = 0; sfb < maxSfbPerGroup; sfb++) {
+      INT sL,sR,s;
+      FIXP_DBL isValue = sfbEnergyLdDataLeft[sfb+sfboffs]-sfbEnergyLdDataRight[sfb+sfboffs];
+
+      /* delimitate intensity scale value to representable range */
+      realScale[sfb + sfboffs] = fixMin(FL2FXCONST_DBL(60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))), fixMax(FL2FXCONST_DBL(-60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))), isValue));
+
+      sL = fixMax(0,(CntLeadingZeros(sfbEnergyLeft[sfb + sfboffs])-1));
+      sR = fixMax(0,(CntLeadingZeros(sfbEnergyRight[sfb + sfboffs])-1));
+      s  = (fixMin(sL,sR)>>2)<<2;
+      normSfbLoudness[sfb + sfboffs] = sqrtFixp(sqrtFixp(((sfbEnergyLeft[sfb + sfboffs]<<s) >> 1) + ((sfbEnergyRight[sfb + sfboffs]<<s) >> 1))) >> (s>>2);
+
+      overallLoudness[grpCounter] += normSfbLoudness[sfb + sfboffs] >> OVERALL_LOUDNESS_SF;
+      /* don't do intensity if
+       * - panning angle is too close to the middle or
+       * - one channel is non-existent or
+       * - if it is dual mono */
+      if(   (sfbEnergyLeft[sfb + sfboffs] >= fMult(isParams->left_right_ratio_threshold,sfbEnergyRight[sfb + sfboffs]))
+         && (fMult(isParams->left_right_ratio_threshold,sfbEnergyLeft[sfb + sfboffs]) <= sfbEnergyRight[sfb + sfboffs]) ) {
+
+        /* this will prevent post processing from considering this SFB for merging */
+        hrrErr[sfb + sfboffs] = FL2FXCONST_DBL(1.0/8.0);
+      }
+    }
+  }
+
+  for (grpCounter = 0, sfboffs = 0; sfboffs < sfbCnt; sfboffs += sfbPerGroup, grpCounter++) {
+    INT invOverallLoudnessSF;
+    FIXP_DBL invOverallLoudness;
+
+    if (overallLoudness[grpCounter] == FL2FXCONST_DBL(0.0)) {
+      invOverallLoudness = FL2FXCONST_DBL(0.0);
+      invOverallLoudnessSF = 0;
+    }
+    else {
+      invOverallLoudness = fDivNorm((FIXP_DBL)MAXVAL_DBL, overallLoudness[grpCounter],&invOverallLoudnessSF);
+      invOverallLoudnessSF = invOverallLoudnessSF - OVERALL_LOUDNESS_SF + 1; /* +1: compensate fMultDiv2() in subsequent loop */
+    }
+    invOverallLoudnessSF = fixMin(fixMax(invOverallLoudnessSF,-(DFRACT_BITS-1)),DFRACT_BITS-1);
+
+    for (sfb = 0; sfb < maxSfbPerGroup; sfb++) {
+      FIXP_DBL tmp;
+
+      tmp = fMultDiv2((normSfbLoudness[sfb + sfboffs]>>OVERALL_LOUDNESS_SF)<<OVERALL_LOUDNESS_SF,invOverallLoudness);
+
+      normSfbLoudness[sfb + sfboffs] = scaleValue(tmp, invOverallLoudnessSF);
+
+      channelCorr[sfb + sfboffs] = FL2FXCONST_DBL(0.0f);
+
+      FDK_ASSERT(50 >= 49);
+      /* max width of scalefactorband is 96; width's are always even */
+      /* inv_n is scaled with factor 2 to compensate fMultDiv2() in subsequent loops */
+      inv_n = GetInvInt((sfbOffset[sfb + sfboffs + 1] - sfbOffset[sfb + sfboffs])>>1);
+
+      if (inv_n > FL2FXCONST_DBL(0.0f)) {
+        INT s,sL,sR;
+
+        /* correlation := Pearson's product-moment coefficient */
+        /* compute correlation between channels and check if it is over threshold */
+        ml       = FL2FXCONST_DBL(0.0f);
+        mr       = FL2FXCONST_DBL(0.0f);
+        prod_lr  = FL2FXCONST_DBL(0.0f);
+        square_l = FL2FXCONST_DBL(0.0f);
+        square_r = FL2FXCONST_DBL(0.0f);
+
+        sL = calcSfbMaxScale(mdctSpectrumLeft,sfbOffset[sfb+sfboffs],sfbOffset[sfb+sfboffs+1]);
+        sR = calcSfbMaxScale(mdctSpectrumRight,sfbOffset[sfb+sfboffs],sfbOffset[sfb+sfboffs+1]);
+        s = fixMin(sL,sR);
+
+        for (j = sfbOffset[sfb + sfboffs]; j < sfbOffset[sfb + sfboffs + 1]; j++) {
+          ml += fMultDiv2((mdctSpectrumLeft[j]  << s),inv_n);             // scaled with mdctScale - s + inv_n
+          mr += fMultDiv2((mdctSpectrumRight[j] << s),inv_n);             // scaled with mdctScale - s + inv_n
+        }
+        ml = fMultDiv2(ml,inv_n);                                         // scaled with mdctScale - s + inv_n
+        mr = fMultDiv2(mr,inv_n);                                         // scaled with mdctScale - s + inv_n
+
+        for (j = sfbOffset[sfb + sfboffs]; j < sfbOffset[sfb + sfboffs + 1]; j++) {
+          tmp_l = fMultDiv2((mdctSpectrumLeft[j]  << s),inv_n) - ml;      // scaled with mdctScale - s + inv_n
+          tmp_r = fMultDiv2((mdctSpectrumRight[j] << s),inv_n) - mr;      // scaled with mdctScale - s + inv_n
+
+          prod_lr  += fMultDiv2(tmp_l,tmp_r);                             // scaled with 2*(mdctScale - s + inv_n) + 1
+          square_l += fPow2Div2(tmp_l);                                   // scaled with 2*(mdctScale - s + inv_n) + 1
+          square_r += fPow2Div2(tmp_r);                                   // scaled with 2*(mdctScale - s + inv_n) + 1
+        }
+        prod_lr  = prod_lr  << 1;                                         // scaled with 2*(mdctScale - s + inv_n)
+        square_l = square_l << 1;                                         // scaled with 2*(mdctScale - s + inv_n)
+        square_r = square_r << 1;                                         // scaled with 2*(mdctScale - s + inv_n)
+
+        if (square_l > FL2FXCONST_DBL(0.0f) && square_r > FL2FXCONST_DBL(0.0f)) {
+          INT channelCorrSF = 0;
+
+          /* local scaling of square_l and square_r is compensated after sqrt calculation */
+          sL  = fixMax(0,(CntLeadingZeros(square_l)-1));
+          sR  = fixMax(0,(CntLeadingZeros(square_r)-1));
+          s   = ((sL + sR)>>1)<<1;
+          sL  = fixMin(sL,s);
+          sR  = s-sL;
+          tmp = fMult(square_l<<sL,square_r<<sR);
+          tmp = sqrtFixp(tmp);
+
+          FDK_ASSERT(tmp > FL2FXCONST_DBL(0.0f));
+
+          /* numerator and denominator have the same scaling */
+          if (prod_lr < FL2FXCONST_DBL(0.0f) ) {
+            channelCorr[sfb + sfboffs] = -(fDivNorm(-prod_lr,tmp,&channelCorrSF));
+
+          }
+          else {
+            channelCorr[sfb + sfboffs] =  (fDivNorm( prod_lr,tmp,&channelCorrSF));
+          }
+          channelCorrSF = fixMin(fixMax(( channelCorrSF + ((sL+sR)>>1)),-(DFRACT_BITS-1)),DFRACT_BITS-1);
+
+          if (channelCorrSF < 0) {
+            channelCorr[sfb + sfboffs] = channelCorr[sfb + sfboffs] >> (-channelCorrSF);
+          }
+          else {
+            /* avoid overflows due to limited computational accuracy */
+            if ( fAbs(channelCorr[sfb + sfboffs]) > (((FIXP_DBL)MAXVAL_DBL)>>channelCorrSF) ) {
+              if (channelCorr[sfb + sfboffs] < FL2FXCONST_DBL(0.0f))
+                channelCorr[sfb + sfboffs] = -(FIXP_DBL) MAXVAL_DBL;
+              else
+                channelCorr[sfb + sfboffs] =  (FIXP_DBL) MAXVAL_DBL;
+            }
+            else {
+              channelCorr[sfb + sfboffs] = channelCorr[sfb + sfboffs] << channelCorrSF;
+            }
+          }
+        }
+      }
+
+      /* for post processing: hrrErr is the error in terms of (too little) correlation
+       * weighted with the loudness of the SFB; SFBs with small hrrErr can be merged */
+      if (hrrErr[sfb + sfboffs] == FL2FXCONST_DBL(1.0/8.0)) {
+        continue;
+      }
+
+      hrrErr[sfb + sfboffs] = fMultDiv2((FL2FXCONST_DBL(0.25f)-(channelCorr[sfb + sfboffs]>>2)),normSfbLoudness[sfb + sfboffs]);
+
+      /* set IS mask/vector to 1, if correlation is high enough */
+      if (fAbs(channelCorr[sfb + sfboffs]) >= isParams->corr_thresh) {
+        isMask[sfb + sfboffs] = 1;
+      }
+    }
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_finalizeIntensityDecision
+
+    description:  Finalizes intensity decision
+
+    input:        isParams          scale: none
+                  hrrErr            scale: none
+                  realIsScale       scale: LD_DATA_SHIFT + REAL_SCALE_SF
+                  normSfbLoudness   scale: none
+
+    output:       isMask            scale: none
+
+    returns:      none
+
+*****************************************************************************/
+static void
+FDKaacEnc_finalizeIntensityDecision(const FIXP_DBL *hrrErr,
+                                    INT            *isMask,
+                                    const FIXP_DBL *realIsScale,
+                                    const FIXP_DBL *normSfbLoudness,
+                                    const INTENSITY_PARAMETERS *isParams,
+                                    const INT       sfbCnt,
+                                    const INT       sfbPerGroup,
+                                    const INT       maxSfbPerGroup)
+{
+  INT sfb,sfboffs, j;
+  FIXP_DBL isScaleLast = FL2FXCONST_DBL(0.0f);
+  INT isStartValueFound = 0;
+
+  for (sfboffs = 0; sfboffs < sfbCnt; sfboffs += sfbPerGroup) {
+    INT startIsSfb = 0;
+    INT inIsBlock = 0;
+    INT currentIsSfbCount = 0;
+    FIXP_DBL overallHrrError = FL2FXCONST_DBL(0.0f);
+    FIXP_DBL isRegionLoudness = FL2FXCONST_DBL(0.0f);
+
+    for (sfb = 0; sfb < maxSfbPerGroup; sfb++) {
+      if (isMask[sfboffs + sfb] == 1) {
+        if (currentIsSfbCount == 0) {
+          startIsSfb = sfboffs + sfb;
+        }
+        if (isStartValueFound==0) {
+          isScaleLast = realIsScale[sfboffs + sfb];
+          isStartValueFound = 1;
+        }
+        inIsBlock = 1;
+        currentIsSfbCount++;
+        overallHrrError  += hrrErr[sfboffs + sfb] >> (MAX_SFB_PER_GROUP_SF-3);
+        isRegionLoudness += normSfbLoudness[sfboffs + sfb] >> MAX_SFB_PER_GROUP_SF;
+      }
+      else {
+        /* based on correlation, IS should not be used
+         * -> use it anyway, if overall error is below threshold
+         *    and if local error does not exceed threshold
+         * otherwise: check if there are enough IS SFBs
+         */
+        if (inIsBlock) {
+          overallHrrError  += hrrErr[sfboffs + sfb] >> (MAX_SFB_PER_GROUP_SF-3);
+          isRegionLoudness += normSfbLoudness[sfboffs + sfb] >> MAX_SFB_PER_GROUP_SF;
+
+          if ( (hrrErr[sfboffs + sfb] < (isParams->local_error_thresh>>3)) && (overallHrrError < (isParams->total_error_thresh>>MAX_SFB_PER_GROUP_SF)) ) {
+            currentIsSfbCount++;
+            /* overwrite correlation based decision */
+            isMask[sfboffs + sfb] = 1;
+          } else {
+            inIsBlock = 0;
+          }
+        }
+      }
+      /* check for large direction deviation */
+      if (inIsBlock) {
+        if( fAbs(isScaleLast-realIsScale[sfboffs + sfb]) < (isParams->direction_deviation_thresh>>(REAL_SCALE_SF+LD_DATA_SHIFT-IS_DIRECTION_DEVIATION_THRESH_SF)) ) {
+          isScaleLast = realIsScale[sfboffs + sfb];
+        }
+        else{
+          isMask[sfboffs + sfb] = 0;
+          inIsBlock = 0;
+          currentIsSfbCount--;
+        }
+      }
+
+      if (currentIsSfbCount > 0 && (!inIsBlock || sfb == maxSfbPerGroup - 1)) {
+        /* not enough SFBs -> do not use IS */
+        if (currentIsSfbCount < isParams->min_is_sfbs || (isRegionLoudness < isParams->is_region_min_loudness>>MAX_SFB_PER_GROUP_SF)) {
+          for(j = startIsSfb; j <= sfboffs + sfb; j++) {
+            isMask[j] = 0;
+          }
+          isScaleLast = FL2FXCONST_DBL(0.0f);
+          isStartValueFound = 0;
+          for (j=0; j < startIsSfb; j++) {
+            if (isMask[j]!=0) {
+              isScaleLast = realIsScale[j];
+              isStartValueFound = 1;
+            }
+          }
+        }
+        currentIsSfbCount = 0;
+        overallHrrError = FL2FXCONST_DBL(0.0f);
+        isRegionLoudness = FL2FXCONST_DBL(0.0f);
+      }
+    }
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_IntensityStereoProcessing
+
+    description:  Intensity stereo processing tool
+
+    input:        sfbEnergyLeft
+                  sfbEnergyRight
+                  mdctSpectrumLeft
+                  mdctSpectrumRight
+                  sfbThresholdLeft
+                  sfbThresholdRight
+                  sfbSpreadEnLeft
+                  sfbSpreadEnRight
+                  sfbEnergyLdDataLeft
+                  sfbEnergyLdDataRight
+
+    output:       isBook
+                  isScale
+                  pnsData->pnsFlag
+                  msDigest                 zeroed from start to sfbCnt
+                  msMask                   zeroed from start to sfbCnt
+                  mdctSpectrumRight        zeroed where isBook!=0
+                  sfbEnergyRight           zeroed where isBook!=0
+                  sfbSpreadEnRight       zeroed where isBook!=0
+                  sfbThresholdRight        zeroed where isBook!=0
+                  sfbEnergyLdDataRight     FL2FXCONST_DBL(-1.0) where isBook!=0
+                  sfbThresholdLdDataRight  FL2FXCONST_DBL(-0.515625f) where isBook!=0
+
+    returns:      none
+
+*****************************************************************************/
+void FDKaacEnc_IntensityStereoProcessing(
+        FIXP_DBL                  *sfbEnergyLeft,
+        FIXP_DBL                  *sfbEnergyRight,
+        FIXP_DBL                  *mdctSpectrumLeft,
+        FIXP_DBL                  *mdctSpectrumRight,
+        FIXP_DBL                  *sfbThresholdLeft,
+        FIXP_DBL                  *sfbThresholdRight,
+        FIXP_DBL                  *sfbThresholdLdDataRight,
+        FIXP_DBL                  *sfbSpreadEnLeft,
+        FIXP_DBL                  *sfbSpreadEnRight,
+        FIXP_DBL                  *sfbEnergyLdDataLeft,
+        FIXP_DBL                  *sfbEnergyLdDataRight,
+        INT                       *msDigest,
+        INT                       *msMask,
+        const INT                  sfbCnt,
+        const INT                  sfbPerGroup,
+        const INT                  maxSfbPerGroup,
+        const INT                 *sfbOffset,
+        const INT                  allowIS,
+        INT                       *isBook,
+        INT                       *isScale,
+        PNS_DATA         *RESTRICT pnsData[2]
+        )
+{
+  INT sfb,sfboffs, j;
+  FIXP_DBL scale;
+  FIXP_DBL lr;
+  FIXP_DBL hrrErr[MAX_GROUPED_SFB];
+  FIXP_DBL normSfbLoudness[MAX_GROUPED_SFB];
+  FIXP_DBL realIsScale[MAX_GROUPED_SFB];
+  INTENSITY_PARAMETERS isParams;
+  INT isMask[MAX_GROUPED_SFB];
+
+  FDKmemclear((void*)isBook,sfbCnt*sizeof(INT));
+  FDKmemclear((void*)isMask,sfbCnt*sizeof(INT));
+  FDKmemclear((void*)realIsScale,sfbCnt*sizeof(FIXP_DBL));
+  FDKmemclear((void*)isScale,sfbCnt*sizeof(INT));
+  FDKmemclear((void*)hrrErr,sfbCnt*sizeof(FIXP_DBL));
+
+  if (!allowIS)
+    return;
+
+  FDKaacEnc_initIsParams(&isParams);
+
+  /* compute / set the following values per SFB:
+   * - left/right ratio between channels
+   * - normalized loudness
+   *   + loudness == average of energy in channels to 0.25
+   *   + normalization: division by sum of all SFB loudnesses
+   * - isMask (is set to 0 if channels are the same or one is 0)
+   */
+   FDKaacEnc_prepareIntensityDecision(sfbEnergyLeft,
+                                      sfbEnergyRight,
+                                      sfbEnergyLdDataLeft,
+                                      sfbEnergyLdDataRight,
+                                      mdctSpectrumLeft,
+                                      mdctSpectrumRight,
+                                      &isParams,
+                                      hrrErr,
+                                      isMask,
+                                      realIsScale,
+                                      normSfbLoudness,
+                                      sfbCnt,
+                                      sfbPerGroup,
+                                      maxSfbPerGroup,
+                                      sfbOffset);
+
+  FDKaacEnc_finalizeIntensityDecision(hrrErr,
+                                      isMask,
+                                      realIsScale,
+                                      normSfbLoudness,
+                                      &isParams,
+                                      sfbCnt,
+                                      sfbPerGroup,
+                                      maxSfbPerGroup);
+
+  for (sfb=0; sfb<sfbCnt; sfb+=sfbPerGroup) {
+    for (sfboffs=0; sfboffs<maxSfbPerGroup; sfboffs++) {
+      INT sL, sR;
+      FIXP_DBL inv_n;
+
+      msMask[sfb+sfboffs] = 0;
+      if (isMask[sfb+sfboffs] == 0) {
+        continue;
+      }
+
+      if (   (sfbEnergyLeft[sfb+sfboffs] < sfbThresholdLeft[sfb+sfboffs])
+          &&(fMult(FL2FXCONST_DBL(1.0f/1.5f),sfbEnergyRight[sfb+sfboffs]) > sfbThresholdRight[sfb+sfboffs]) ) {
+        continue;
+      }
+      /* NEW: if there is a big-enough IS region, switch off PNS */
+      if (pnsData[0]) {
+        if(pnsData[0]->pnsFlag[sfb+sfboffs]) {
+          pnsData[0]->pnsFlag[sfb+sfboffs] = 0;
+        }
+        if(pnsData[1]->pnsFlag[sfb+sfboffs]) {
+          pnsData[1]->pnsFlag[sfb+sfboffs] = 0;
+        }
+      }
+
+      inv_n = GetInvInt((sfbOffset[sfb + sfboffs + 1] - sfbOffset[sfb + sfboffs])>>1);  // scaled with 2 to compensate fMultDiv2() in subsequent loop
+      sL = calcSfbMaxScale(mdctSpectrumLeft,sfbOffset[sfb+sfboffs],sfbOffset[sfb+sfboffs+1]);
+      sR = calcSfbMaxScale(mdctSpectrumRight,sfbOffset[sfb+sfboffs],sfbOffset[sfb+sfboffs+1]);
+
+      lr = FL2FXCONST_DBL(0.0f);
+      for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++)
+        lr += fMultDiv2(fMultDiv2(mdctSpectrumLeft[j]<<sL,mdctSpectrumRight[j]<<sR),inv_n);
+      lr = lr<<1;
+
+      if (lr < FL2FXCONST_DBL(0.0f)) {
+        /* This means OUT OF phase intensity stereo, cf. standard */
+        INT s0, s1, s2;
+        FIXP_DBL tmp, d, ed = FL2FXCONST_DBL(0.0f);
+
+        s0 = fixMin(sL,sR);
+        for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+          d = ((mdctSpectrumLeft[j]<<s0)>>1) - ((mdctSpectrumRight[j]<<s0)>>1);
+          ed += fMultDiv2(d,d)>>(MDCT_SPEC_SF-1);
+        }
+        msMask[sfb+sfboffs] = 1;
+        tmp = fDivNorm(sfbEnergyLeft[sfb+sfboffs],ed,&s1);
+        s2 = (s1) + (2*s0) - 2 - MDCT_SPEC_SF;
+        if (s2 & 1) {
+          tmp = tmp>>1;
+          s2 = s2+1;
+        }
+        s2 = (s2>>1) + 1;  // +1 compensate fMultDiv2() in subsequent loop
+        s2 = fixMin(fixMax(s2,-(DFRACT_BITS-1)),(DFRACT_BITS-1));
+        scale = sqrtFixp(tmp);
+        if (s2 < 0) {
+          s2 = -s2;
+          for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+            mdctSpectrumLeft[j] = (fMultDiv2(mdctSpectrumLeft[j],scale) - fMultDiv2(mdctSpectrumRight[j],scale)) >> s2;
+            mdctSpectrumRight[j] = FL2FXCONST_DBL(0.0f);
+          }
+        }
+        else {
+          for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+            mdctSpectrumLeft[j] = (fMultDiv2(mdctSpectrumLeft[j],scale) - fMultDiv2(mdctSpectrumRight[j],scale)) << s2;
+            mdctSpectrumRight[j] = FL2FXCONST_DBL(0.0f);
+          }
+        }
+      }
+      else {
+        /* This means IN phase intensity stereo, cf. standard */
+        INT s0,s1,s2;
+        FIXP_DBL tmp, s, es = FL2FXCONST_DBL(0.0f);
+
+        s0 = fixMin(sL,sR);
+        for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+          s   = ((mdctSpectrumLeft[j]<<s0)>>1) + ((mdctSpectrumRight[j]<<s0)>>1);
+          es += fMultDiv2(s,s)>>(MDCT_SPEC_SF-1);     // scaled 2*(mdctScale - s0 + 1) + MDCT_SPEC_SF
+        }
+        msMask[sfb+sfboffs] = 0;
+        tmp = fDivNorm(sfbEnergyLeft[sfb+sfboffs],es,&s1);
+        s2 = (s1) + (2*s0) - 2 - MDCT_SPEC_SF;
+        if (s2 & 1) {
+          tmp = tmp>>1;
+          s2 = s2 + 1;
+        }
+        s2 = (s2>>1) + 1; // +1 compensate fMultDiv2() in subsequent loop
+        s2 = fixMin(fixMax(s2,-(DFRACT_BITS-1)),(DFRACT_BITS-1));
+        scale = sqrtFixp(tmp);
+        if (s2 < 0) {
+          s2 = -s2;
+          for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+            mdctSpectrumLeft[j] = (fMultDiv2(mdctSpectrumLeft[j],scale) + fMultDiv2(mdctSpectrumRight[j],scale)) >> s2;
+            mdctSpectrumRight[j] = FL2FXCONST_DBL(0.0f);
+          }
+        }
+        else {
+          for (j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+            mdctSpectrumLeft[j] = (fMultDiv2(mdctSpectrumLeft[j],scale) + fMultDiv2(mdctSpectrumRight[j],scale)) << s2;
+            mdctSpectrumRight[j] = FL2FXCONST_DBL(0.0f);
+          }
+        }
+      }
+
+      isBook[sfb+sfboffs] = CODE_BOOK_IS_IN_PHASE_NO;
+
+      if ( realIsScale[sfb+sfboffs] < FL2FXCONST_DBL(0.0f) ) {
+        isScale[sfb+sfboffs] = (INT)(((realIsScale[sfb+sfboffs]>>1)-FL2FXCONST_DBL(0.5f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT+1))))>>(DFRACT_BITS-1-REAL_SCALE_SF-LD_DATA_SHIFT-1)) + 1;
+      }
+      else {
+        isScale[sfb+sfboffs] = (INT)(((realIsScale[sfb+sfboffs]>>1)+FL2FXCONST_DBL(0.5f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT+1))))>>(DFRACT_BITS-1-REAL_SCALE_SF-LD_DATA_SHIFT-1));
+      }
+
+      sfbEnergyRight[sfb+sfboffs] = FL2FXCONST_DBL(0.0f);
+      sfbEnergyLdDataRight[sfb+sfboffs] = FL2FXCONST_DBL(-1.0f);
+      sfbThresholdRight[sfb+sfboffs] = FL2FXCONST_DBL(0.0f);
+      sfbThresholdLdDataRight[sfb+sfboffs] = FL2FXCONST_DBL(-0.515625f);
+      sfbSpreadEnRight[sfb+sfboffs] = FL2FXCONST_DBL(0.0f);
+
+      *msDigest = MS_SOME;
+    }
+  }
+}
+
diff --git a/libAACenc/src/intensity.h b/libAACenc/src/intensity.h
new file mode 100644 (file)
index 0000000..2acc292
--- /dev/null
@@ -0,0 +1,122 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       A. Horndasch (code originally from lwr and rtb) / Josef Höpfl (FDK)
+   contents/description: intensity stereo prototype
+
+******************************************************************************/
+
+#ifndef _INTENSITY_H
+#define _INTENSITY_H
+
+#include "aacenc_pns.h"
+
+
+void FDKaacEnc_IntensityStereoProcessing(
+        FIXP_DBL                  *sfbEnergyLeft,
+        FIXP_DBL                  *sfbEnergyRight,
+        FIXP_DBL                  *mdctSpectrumLeft,
+        FIXP_DBL                  *mdctSpectrumRight,
+        FIXP_DBL                  *sfbThresholdLeft,
+        FIXP_DBL                  *sfbThresholdRight,
+        FIXP_DBL                  *sfbThresholdLdDataRight,
+        FIXP_DBL                  *sfbSpreadEnLeft,
+        FIXP_DBL                  *sfbSpreadEnRight,
+        FIXP_DBL                  *sfbEnergyLdDataLeft,
+        FIXP_DBL                  *sfbEnergyLdDataRight,
+        INT                       *msDigest,
+        INT                       *msMask,
+        const INT                  sfbCnt,
+        const INT                  sfbPerGroup,
+        const INT                  maxSfbPerGroup,
+        const INT                 *sfbOffset,
+        const INT                  allowIS,
+        INT                       *isBook,
+        INT                       *isScale,
+        PNS_DATA         *RESTRICT pnsData[2]
+        );
+
+#endif /* _INTENSITY_H */
+
diff --git a/libAACenc/src/interface.h b/libAACenc/src/interface.h
new file mode 100644 (file)
index 0000000..51fb72a
--- /dev/null
@@ -0,0 +1,169 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Interface psychoaccoustic/quantizer
+
+******************************************************************************/
+
+#ifndef _INTERFACE_H
+#define _INTERFACE_H
+
+#include "common_fix.h"
+#include "FDK_audio.h"
+
+#include "psy_data.h"
+#include "aacenc_tns.h"
+
+enum
+{
+  MS_NONE = 0,
+  MS_SOME = 1,
+  MS_ALL  = 2
+};
+
+enum
+{
+  MS_ON = 1
+};
+
+struct TOOLSINFO {
+  INT msDigest;     /* 0 = no MS; 1 = some MS, 2 = all MS */
+  INT msMask[MAX_GROUPED_SFB];
+};
+
+
+typedef struct  {
+  INT       sfbCnt;
+  INT       sfbPerGroup;
+  INT       maxSfbPerGroup;
+  INT       lastWindowSequence;
+  INT       windowShape;
+  INT       groupingMask;
+  INT       sfbOffsets[MAX_GROUPED_SFB+1];
+
+  INT       mdctScale;                      /* number of transform shifts */
+  INT       groupLen[MAX_NO_OF_GROUPS];
+
+  TNS_INFO  tnsInfo;
+  INT       noiseNrg[MAX_GROUPED_SFB];
+  INT       isBook[MAX_GROUPED_SFB];
+  INT       isScale[MAX_GROUPED_SFB];
+
+  /* memory located in QC_OUT_CHANNEL */
+  FIXP_DBL  *mdctSpectrum;
+  FIXP_DBL  *sfbEnergy;
+  FIXP_DBL  *sfbSpreadEnergy;
+  FIXP_DBL  *sfbThresholdLdData;
+  FIXP_DBL  *sfbMinSnrLdData;
+  FIXP_DBL  *sfbEnergyLdData;
+
+
+ }PSY_OUT_CHANNEL;
+
+typedef struct {
+
+  /* information specific to each channel */
+  PSY_OUT_CHANNEL* psyOutChannel[(2)];
+
+  /* information shared by both channels  */
+  INT       commonWindow;
+  struct TOOLSINFO toolsInfo;
+
+} PSY_OUT_ELEMENT;
+
+typedef struct {
+
+  PSY_OUT_ELEMENT* psyOutElement[(8)];
+  PSY_OUT_CHANNEL* pPsyOutChannels[(8)];
+
+}PSY_OUT;
+
+inline int isLowDelay( AUDIO_OBJECT_TYPE aot )
+{
+  return (aot==AOT_ER_AAC_LD || aot==AOT_ER_AAC_ELD);
+}
+
+#endif /* _INTERFACE_H */
diff --git a/libAACenc/src/line_pe.cpp b/libAACenc/src/line_pe.cpp
new file mode 100644 (file)
index 0000000..f3c0dab
--- /dev/null
@@ -0,0 +1,209 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Perceptual entropie module
+
+******************************************************************************/
+
+#include "line_pe.h"
+#include "sf_estim.h"
+#include "bit_cnt.h"
+
+#include "genericStds.h"
+
+static const FIXP_DBL C1LdData = FL2FXCONST_DBL(3.0/LD_DATA_SCALING);        /* C1 = 3.0 = log(8.0)/log(2) */
+static const FIXP_DBL C2LdData = FL2FXCONST_DBL(1.3219281/LD_DATA_SCALING);  /* C2 = 1.3219281 = log(2.5)/log(2) */
+static const FIXP_DBL C3LdData = FL2FXCONST_DBL(0.5593573);                  /* 1-C2/C1 */
+
+
+/* constants that do not change during successive pe calculations */
+void FDKaacEnc_prepareSfbPe(PE_CHANNEL_DATA *peChanData,
+                  const FIXP_DBL  *sfbEnergyLdData,
+                  const FIXP_DBL  *sfbThresholdLdData,
+                  const FIXP_DBL  *sfbFormFactorLdData,
+                  const INT       *sfbOffset,
+                  const INT       sfbCnt,
+                  const INT       sfbPerGroup,
+                  const INT       maxSfbPerGroup)
+{
+   INT sfbGrp,sfb;
+   INT sfbWidth;
+   FIXP_DBL avgFormFactorLdData;
+   const FIXP_DBL formFacScaling = FL2FXCONST_DBL((float)FORM_FAC_SHIFT/LD_DATA_SCALING);
+
+   for (sfbGrp = 0;sfbGrp < sfbCnt;sfbGrp+=sfbPerGroup) {
+    for (sfb=0; sfb<maxSfbPerGroup; sfb++) {
+      if ((FIXP_DBL)sfbEnergyLdData[sfbGrp+sfb] > (FIXP_DBL)sfbThresholdLdData[sfbGrp+sfb]) {
+         sfbWidth = sfbOffset[sfbGrp+sfb+1] - sfbOffset[sfbGrp+sfb];
+         /* estimate number of active lines */
+         avgFormFactorLdData = ((-sfbEnergyLdData[sfbGrp+sfb]>>1) + (CalcLdInt(sfbWidth)>>1))>>1;
+         peChanData->sfbNLines[sfbGrp+sfb] =
+           (INT)CalcInvLdData( (sfbFormFactorLdData[sfbGrp+sfb] + formFacScaling) + avgFormFactorLdData);
+         /* Make sure sfbNLines is never greater than sfbWidth due to unaccuracies (e.g. sfbEnergyLdData[sfbGrp+sfb] = 0x80000000) */
+         peChanData->sfbNLines[sfbGrp+sfb] = fMin(sfbWidth, peChanData->sfbNLines[sfbGrp+sfb]);
+      }
+      else {
+         peChanData->sfbNLines[sfbGrp+sfb] = 0;
+      }
+    }
+   }
+}
+
+/*
+   formula for one sfb:
+   pe = n * ld(en/thr),                if ld(en/thr) >= C1
+   pe = n * (C2 + C3 * ld(en/thr)),    if ld(en/thr) <  C1
+   n: estimated number of lines in sfb,
+   ld(x) = log(x)/log(2)
+
+   constPart is sfbPe without the threshold part n*ld(thr) or n*C3*ld(thr)
+*/
+void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA  *RESTRICT peChanData,
+               const FIXP_DBL   *RESTRICT sfbEnergyLdData,
+               const FIXP_DBL   *RESTRICT sfbThresholdLdData,
+               const INT        sfbCnt,
+               const INT        sfbPerGroup,
+               const INT        maxSfbPerGroup,
+               const INT       *isBook,
+               const INT       *isScale)
+{
+   INT sfbGrp,sfb;
+   INT nLines;
+   FIXP_DBL logDataRatio;
+   INT lastValIs = 0;
+
+   peChanData->pe = 0;
+   peChanData->constPart = 0;
+   peChanData->nActiveLines = 0;
+
+   for(sfbGrp = 0;sfbGrp < sfbCnt;sfbGrp+=sfbPerGroup){
+    for (sfb=0; sfb<maxSfbPerGroup; sfb++) {
+      if ((FIXP_DBL)sfbEnergyLdData[sfbGrp+sfb] > (FIXP_DBL)sfbThresholdLdData[sfbGrp+sfb]) {
+         logDataRatio = (FIXP_DBL)(sfbEnergyLdData[sfbGrp+sfb] - sfbThresholdLdData[sfbGrp+sfb]);
+         nLines = peChanData->sfbNLines[sfbGrp+sfb];
+         if (logDataRatio >= C1LdData) {
+            /* scale sfbPe and sfbConstPart with PE_CONSTPART_SHIFT */
+            peChanData->sfbPe[sfbGrp+sfb] = fMultDiv2(logDataRatio, (FIXP_DBL)(nLines<<(LD_DATA_SHIFT+PE_CONSTPART_SHIFT+1)));
+            peChanData->sfbConstPart[sfbGrp+sfb] =
+                    fMultDiv2(sfbEnergyLdData[sfbGrp+sfb], (FIXP_DBL)(nLines<<(LD_DATA_SHIFT+PE_CONSTPART_SHIFT+1))); ;
+
+         }
+         else {
+            /* scale sfbPe and sfbConstPart with PE_CONSTPART_SHIFT */
+            peChanData->sfbPe[sfbGrp+sfb] =
+                     fMultDiv2(((FIXP_DBL)C2LdData + fMult(C3LdData,logDataRatio)), (FIXP_DBL)(nLines<<(LD_DATA_SHIFT+PE_CONSTPART_SHIFT+1)));
+
+            peChanData->sfbConstPart[sfbGrp+sfb] =
+                     fMultDiv2(((FIXP_DBL)C2LdData + fMult(C3LdData,sfbEnergyLdData[sfbGrp+sfb])),
+                           (FIXP_DBL)(nLines<<(LD_DATA_SHIFT+PE_CONSTPART_SHIFT+1))) ;
+
+            nLines = fMultI(C3LdData, nLines);
+         }
+         peChanData->sfbNActiveLines[sfbGrp+sfb] = nLines;
+      }
+      else if( isBook[sfbGrp+sfb] ) {
+        /* provide for cost of scale factor for Intensity */
+        INT delta = isScale[sfbGrp+sfb] - lastValIs;
+        lastValIs = isScale[sfbGrp+sfb];
+        peChanData->sfbPe[sfbGrp+sfb] = FDKaacEnc_bitCountScalefactorDelta(delta)<<PE_CONSTPART_SHIFT;
+        peChanData->sfbConstPart[sfbGrp+sfb] = 0;
+        peChanData->sfbNActiveLines[sfbGrp+sfb] = 0;
+      }
+      else {
+         peChanData->sfbPe[sfbGrp+sfb] = 0;
+         peChanData->sfbConstPart[sfbGrp+sfb] = 0;
+         peChanData->sfbNActiveLines[sfbGrp+sfb] = 0;
+      }
+      /* sum up peChanData values */
+      peChanData->pe += peChanData->sfbPe[sfbGrp+sfb];
+      peChanData->constPart += peChanData->sfbConstPart[sfbGrp+sfb];
+      peChanData->nActiveLines += peChanData->sfbNActiveLines[sfbGrp+sfb];
+    }
+   }
+   /* correct scaled pe and constPart values */
+   peChanData->pe>>=PE_CONSTPART_SHIFT;
+   peChanData->constPart>>=PE_CONSTPART_SHIFT;
+}
diff --git a/libAACenc/src/line_pe.h b/libAACenc/src/line_pe.h
new file mode 100644 (file)
index 0000000..3d5cfd5
--- /dev/null
@@ -0,0 +1,139 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Perceptual entropie module
+
+******************************************************************************/
+#ifndef __LINE_PE_H
+#define __LINE_PE_H
+
+
+#include "common_fix.h"
+
+#include "psy_const.h"
+
+#define PE_CONSTPART_SHIFT  FRACT_BITS
+
+typedef struct {
+   /* calculated by FDKaacEnc_prepareSfbPe */
+   INT      sfbNLines[MAX_GROUPED_SFB];             /* number of relevant lines in sfb */
+   /* the rest is calculated by FDKaacEnc_calcSfbPe */
+   INT      sfbPe[MAX_GROUPED_SFB];                 /* pe for each sfb */
+   INT      sfbConstPart[MAX_GROUPED_SFB];          /* constant part for each sfb */
+   INT      sfbNActiveLines[MAX_GROUPED_SFB];       /* number of active lines in sfb */
+   INT      pe;                                     /* sum of sfbPe */
+   INT      constPart;                              /* sum of sfbConstPart */
+   INT      nActiveLines;                           /* sum of sfbNActiveLines */
+} PE_CHANNEL_DATA;
+
+typedef struct {
+    PE_CHANNEL_DATA peChannelData[(2)];
+    INT    pe;
+    INT    constPart;
+    INT    nActiveLines;
+    INT    offset;
+} PE_DATA;
+
+
+void FDKaacEnc_prepareSfbPe(PE_CHANNEL_DATA   *peChanData,
+                  const FIXP_DBL    *sfbEnergyLdData,
+                  const FIXP_DBL    *sfbThresholdLdData,
+                  const FIXP_DBL    *sfbFormFactorLdData,
+                  const INT         *sfbOffset,
+                  const INT         sfbCnt,
+                  const INT         sfbPerGroup,
+                  const INT         maxSfbPerGroup);
+
+void FDKaacEnc_calcSfbPe(PE_CHANNEL_DATA  *RESTRICT peChanData,
+               const FIXP_DBL   *RESTRICT sfbEnergyLdData,
+               const FIXP_DBL   *RESTRICT sfbThresholdLdData,
+               const INT        sfbCnt,
+               const INT        sfbPerGroup,
+               const INT        maxSfbPerGroup,
+               const INT       *isBook,
+               const INT       *isScale);
+
+#endif
diff --git a/libAACenc/src/metadata_compressor.cpp b/libAACenc/src/metadata_compressor.cpp
new file mode 100644 (file)
index 0000000..876de57
--- /dev/null
@@ -0,0 +1,1038 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**********************  Fraunhofer IIS FDK AAC Encoder lib  ******************
+
+   Author(s): M. Neusinger
+   Description: Compressor for AAC Metadata Generator
+
+******************************************************************************/
+
+
+#include "metadata_compressor.h"
+#include "channel_map.h"
+
+
+#define LOG2                                    0.69314718056f  /* natural logarithm of 2 */
+#define ILOG2                                   1.442695041f    /* 1/LOG2 */
+#define FIXP_ILOG2_DIV2                         (FL2FXCONST_DBL(ILOG2/2))
+
+/*----------------- defines ----------------------*/
+
+#define MAX_DRC_CHANNELS        (8)          /*!< Max number of audio input channels. */
+#define DOWNMIX_SHIFT           (3)          /*!< Max 8 channel. */
+#define WEIGHTING_FILTER_SHIFT  (2)          /*!< Scaling used in weighting filter. */
+
+#define METADATA_INT_BITS      10
+#define METADATA_LINT_BITS     20
+#define METADATA_INT_SCALE     (INT64(1)<<(METADATA_INT_BITS))
+#define METADATA_FRACT_BITS    (DFRACT_BITS-1-METADATA_INT_BITS)
+#define METADATA_FRACT_SCALE   (INT64(1)<<(METADATA_FRACT_BITS))
+
+/**
+ *  Enum for channel assignment.
+ */
+enum {
+    L   = 0,
+    R   = 1,
+    C   = 2,
+    LFE = 3,
+    LS  = 4,
+    RS  = 5,
+    S   = 6,
+    LS2 = 7,
+    RS2 = 8
+};
+
+/*--------------- structure definitions --------------------*/
+
+/**
+ *  Structure holds weighting filter filter states.
+ */
+struct WEIGHTING_STATES {
+    FIXP_DBL x1;
+    FIXP_DBL x2;
+    FIXP_DBL y1;
+    FIXP_DBL y2;
+};
+
+/**
+ *  Dynamic Range Control compressor structure.
+ */
+struct DRC_COMP {
+
+    FIXP_DBL     maxBoostThr[2];             /*!< Max boost threshold. */
+    FIXP_DBL     boostThr[2];                /*!< Boost threshold. */
+    FIXP_DBL     earlyCutThr[2];             /*!< Early cut threshold. */
+    FIXP_DBL     cutThr[2];                  /*!< Cut threshold. */
+    FIXP_DBL     maxCutThr[2];               /*!< Max cut threshold. */
+
+    FIXP_DBL     boostFac[2];                /*!< Precalculated factor for boost compression. */
+    FIXP_DBL     earlyCutFac[2];             /*!< Precalculated factor for early cut compression. */
+    FIXP_DBL     cutFac[2];                  /*!< Precalculated factor for cut compression. */
+
+    FIXP_DBL     maxBoost[2];                /*!< Maximum boost. */
+    FIXP_DBL     maxCut[2];                  /*!< Maximum cut. */
+    FIXP_DBL     maxEarlyCut[2];             /*!< Maximum early cut. */
+
+    FIXP_DBL     fastAttack[2];              /*!< Fast attack coefficient. */
+    FIXP_DBL     fastDecay[2];               /*!< Fast release coefficient. */
+    FIXP_DBL     slowAttack[2];              /*!< Slow attack coefficient. */
+    FIXP_DBL     slowDecay[2];               /*!< Slow release coefficient. */
+    UINT         holdOff[2];                 /*!< Hold time in blocks. */
+
+    FIXP_DBL     attackThr[2];               /*!< Slow/fast attack threshold. */
+    FIXP_DBL     decayThr[2];                /*!< Slow/fast release threshold. */
+
+    DRC_PROFILE  profile[2];                 /*!< DRC profile. */
+    INT          blockLength;                /*!< Block length in samples. */
+    UINT         sampleRate;                 /*!< Sample rate. */
+    CHANNEL_MODE chanConfig;                 /*!< Channel configuration. */
+
+    UCHAR        useWeighting;               /*!< Use weighting filter. */
+
+    UINT         channels;                   /*!< Number of channels. */
+    UINT         fullChannels;               /*!< Number of full range channels. */
+    INT          channelIdx[9];              /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
+
+    FIXP_DBL     smoothLevel[2];             /*!< level smoothing states */
+    FIXP_DBL     smoothGain[2];              /*!< gain smoothing states */
+    UINT         holdCnt[2];                 /*!< hold counter */
+
+    FIXP_DBL     limGain[2];                 /*!< limiter gain */
+    FIXP_DBL     limDecay;                   /*!< limiter decay (linear) */
+    FIXP_DBL     prevPeak[2];                /*!< max peak of previous block (stereo/mono)*/
+
+    WEIGHTING_STATES filter[MAX_DRC_CHANNELS]; /*!< array holds weighting filter states */
+
+};
+
+/*---------------- constants -----------------------*/
+
+/**
+ *  Profile tables.
+ */
+static const FIXP_DBL tabMaxBoostThr[] = {
+    (FIXP_DBL)(-43<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-53<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-55<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-65<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-50<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-40<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabBoostThr[] = {
+    (FIXP_DBL)(-31<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-41<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-31<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-41<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-31<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-31<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabEarlyCutThr[] = {
+    (FIXP_DBL)(-26<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-21<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-26<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-21<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-26<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-20<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabCutThr[]      = {
+    (FIXP_DBL)(-16<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-11<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-16<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-21<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-16<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(-10<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabMaxCutThr[]   = {
+    (FIXP_DBL)(4<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(9<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(4<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(9<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(4<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(4<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabBoostRatio[] = {
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/5.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/5.f) - 1.f) )
+};
+static const FIXP_DBL tabEarlyCutRatio[] = {
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/1.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/2.f) - 1.f) )
+};
+static const FIXP_DBL tabCutRatio[]      = {
+    FL2FXCONST_DBL( ((1.f/20.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/20.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/20.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/ 2.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/20.f) - 1.f) ),
+    FL2FXCONST_DBL( ((1.f/20.f) - 1.f) )
+};
+static const FIXP_DBL tabMaxBoost[] = {
+    (FIXP_DBL)( 6<<METADATA_FRACT_BITS),
+    (FIXP_DBL)( 6<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(12<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(12<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabMaxCut[]   = {
+    (FIXP_DBL)(24<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(24<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(24<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(24<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(24<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabFastAttack[] = {
+    FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL( (0.f/1000.f)/METADATA_INT_SCALE)
+};
+static const FIXP_DBL tabFastDecay[]  = {
+    FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL( (200.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL(   (0.f/1000.f)/METADATA_INT_SCALE)
+};
+static const FIXP_DBL tabSlowAttack[] = {
+    FL2FXCONST_DBL((100.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((100.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((100.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((100.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((100.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL(  (0.f/1000.f)/METADATA_INT_SCALE)
+};
+static const FIXP_DBL tabSlowDecay[]  = {
+    FL2FXCONST_DBL( (3000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL( (3000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL((10000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL( (3000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL( (1000.f/1000.f)/METADATA_INT_SCALE),
+    FL2FXCONST_DBL(    (0.f/1000.f)/METADATA_INT_SCALE)
+};
+
+static const INT tabHoldOff[]    = { 10, 10, 10, 10, 10, 0 };
+
+static const FIXP_DBL tabAttackThr[] = {
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(15<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(10<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(0<<METADATA_FRACT_BITS)
+};
+static const FIXP_DBL tabDecayThr[]  = {
+    (FIXP_DBL)(20<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(20<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(20<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(20<<METADATA_FRACT_BITS),
+    (FIXP_DBL)(10<<METADATA_FRACT_BITS),
+    (FIXP_DBL)( 0<<METADATA_FRACT_BITS)
+};
+
+/**
+ *  Weighting filter coefficients (biquad bandpass).
+ */
+static const FIXP_DBL b0 = FL2FXCONST_DBL(0.53050662f);                                      /* b1 = 0, b2 = -b0 */
+static const FIXP_DBL a1 = FL2FXCONST_DBL(-0.95237983f), a2 = FL2FXCONST_DBL(-0.02248836f);  /* a0 = 1 */
+
+
+/*------------- function definitions ----------------*/
+
+/**
+ * \brief  Calculate scaling factor for denoted processing block.
+ *
+ * \param blockLength   Length of processing block.
+ *
+ * \return    shiftFactor
+ */
+static UINT getShiftFactor(
+        const UINT                length
+        )
+{
+    UINT ldN;
+    for(ldN=1;(((UINT)1)<<ldN) < length;ldN++);
+
+    return ldN;
+}
+
+/**
+ * \brief  Sum up fixpoint values with best possible accuracy.
+ *
+ * \param value1        First input value.
+ * \param q1            Scaling factor of first input value.
+ * \param pValue2       Pointer to second input value, will be modified on return.
+ * \param pQ2           Pointer to second scaling factor, will be modified on return.
+ *
+ * \return    void
+ */
+static void fixpAdd(
+        const FIXP_DBL                  value1,
+        const int                       q1,
+        FIXP_DBL *const                 pValue2,
+        int *const                      pQ2
+        )
+{
+  const int headroom1 = fNormz(fixp_abs(value1))-1;
+  const int headroom2 = fNormz(fixp_abs(*pValue2))-1;
+  int resultScale = fixMax(q1-headroom1, (*pQ2)-headroom2);
+
+  if ( (value1!=FL2FXCONST_DBL(0.f)) && (*pValue2!=FL2FXCONST_DBL(0.f)) ) {
+    resultScale++;
+  }
+
+  *pValue2 = scaleValue(value1, q1-resultScale) + scaleValue(*pValue2, (*pQ2)-resultScale);
+  *pQ2 = (*pValue2!=(FIXP_DBL)0) ? resultScale : DFRACT_BITS-1;
+}
+
+/**
+ * \brief  Function for converting time constant to filter coefficient.
+ *
+ * \param t             Time constant.
+ * \param sampleRate    Sampling rate in Hz.
+ * \param blockLength   Length of processing block in samples per channel.
+ *
+ * \return    result = 1.0 - exp(-1.0/((t) * (f)))
+ */
+static FIXP_DBL tc2Coeff(
+        const FIXP_DBL            t,
+        const INT                 sampleRate,
+        const INT                 blockLength
+        )
+{
+   FIXP_DBL sampleRateFract;
+   FIXP_DBL blockLengthFract;
+   FIXP_DBL f, product;
+   FIXP_DBL exponent, result;
+   INT e_res;
+
+   /* f = sampleRate/blockLength */
+   sampleRateFract = (FIXP_DBL)(sampleRate<<(DFRACT_BITS-1-METADATA_LINT_BITS));
+   blockLengthFract = (FIXP_DBL)(blockLength<<(DFRACT_BITS-1-METADATA_LINT_BITS));
+   f = fDivNorm(sampleRateFract, blockLengthFract, &e_res);
+   f = scaleValue(f, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
+
+   /* product = t*f */
+   product = fMultNorm(t, f, &e_res);
+   product = scaleValue(product, e_res+METADATA_INT_BITS); /* convert to METADATA_FRACT */
+
+   /* exponent = (-1.0/((t) * (f))) */
+   exponent = fDivNorm(METADATA_FRACT_SCALE, product, &e_res);
+   exponent = scaleValue(exponent, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
+
+   /* exponent * ld(e) */
+   exponent = fMult(exponent,FIXP_ILOG2_DIV2)<<1; /* e^(x) = 2^(x*ld(e)) */
+
+   /* exp(-1.0/((t) * (f))) */
+   result = f2Pow(-exponent, DFRACT_BITS-1-METADATA_FRACT_BITS, &e_res);
+
+   /* result = 1.0 - exp(-1.0/((t) * (f))) */
+   result = (FIXP_DBL)MAXVAL_DBL - scaleValue(result, e_res);
+
+   return result;
+}
+
+INT FDK_DRC_Generator_Open(
+        HDRC_COMP                      *phDrcComp
+        )
+{
+    INT err = 0;
+    HDRC_COMP hDcComp = NULL;
+
+    if (phDrcComp == NULL) {
+      err = -1;
+      goto bail;
+    }
+
+    /* allocate memory */
+    hDcComp = (HDRC_COMP)FDKcalloc(1, sizeof(DRC_COMP));
+
+    if (hDcComp == NULL) {
+      err = -1;
+      goto bail;
+    }
+
+    FDKmemclear(hDcComp, sizeof(DRC_COMP));
+
+    /* Return drc compressor instance */
+    *phDrcComp = hDcComp;
+    return err;
+bail:
+    FDK_DRC_Generator_Close(&hDcComp);
+    return err;
+}
+
+INT FDK_DRC_Generator_Close(
+        HDRC_COMP                      *phDrcComp
+        )
+{
+    if (phDrcComp == NULL) {
+      return -1;
+    }
+    if (*phDrcComp != NULL) {
+      FDKfree(*phDrcComp);
+      *phDrcComp = NULL;
+    }
+    return 0;
+}
+
+
+INT FDK_DRC_Generator_Initialize(
+        HDRC_COMP                       drcComp,
+        const DRC_PROFILE               profileLine,
+        const DRC_PROFILE               profileRF,
+        const INT                       blockLength,
+        const UINT                      sampleRate,
+        const CHANNEL_MODE              channelMode,
+        const CHANNEL_ORDER             channelOrder,
+        const UCHAR                     useWeighting
+        )
+{
+    int i;
+    CHANNEL_MAPPING channelMapping;
+
+    drcComp->limDecay = FL2FXCONST_DBL( ((0.006f / 256) * blockLength) / METADATA_INT_SCALE );
+
+    /* Save parameters. */
+    drcComp->blockLength = blockLength;
+    drcComp->sampleRate  = sampleRate;
+    drcComp->chanConfig = channelMode;
+    drcComp->useWeighting = useWeighting;
+
+    if (FDK_DRC_Generator_setDrcProfile(drcComp, profileLine, profileRF)!=0) { /* expects initialized blockLength and sampleRate */
+      return (-1);
+    }
+
+    /* Set number of channels and channel offsets. */
+    if (FDKaacEnc_InitChannelMapping(channelMode, channelOrder, &channelMapping)!=AAC_ENC_OK) {
+      return (-2);
+    }
+
+    for (i = 0; i < 9; i++) drcComp->channelIdx[i] = -1;
+
+    switch (channelMode) {
+    case MODE_1: /* mono */
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0];
+        break;
+    case MODE_2: /* stereo */
+        drcComp->channelIdx[L]   = channelMapping.elInfo[0].ChannelIndex[0];
+        drcComp->channelIdx[R]   = channelMapping.elInfo[0].ChannelIndex[1];
+        break;
+    case MODE_1_2: /* 3ch */
+        drcComp->channelIdx[L]   = channelMapping.elInfo[1].ChannelIndex[0];
+        drcComp->channelIdx[R]   = channelMapping.elInfo[1].ChannelIndex[1];
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0];
+        break;
+    case MODE_1_2_1: /* 4ch */
+        drcComp->channelIdx[L]   = channelMapping.elInfo[1].ChannelIndex[0];
+        drcComp->channelIdx[R]   = channelMapping.elInfo[1].ChannelIndex[1];
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0];
+        drcComp->channelIdx[S]   = channelMapping.elInfo[2].ChannelIndex[0];
+        break;
+    case MODE_1_2_2: /* 5ch */
+        drcComp->channelIdx[L]   = channelMapping.elInfo[1].ChannelIndex[0];
+        drcComp->channelIdx[R]   = channelMapping.elInfo[1].ChannelIndex[1];
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0];
+        drcComp->channelIdx[LS]  = channelMapping.elInfo[2].ChannelIndex[0];
+        drcComp->channelIdx[RS]  = channelMapping.elInfo[2].ChannelIndex[1];
+        break;
+    case MODE_1_2_2_1:  /* 5.1 ch */
+        drcComp->channelIdx[L]   = channelMapping.elInfo[1].ChannelIndex[0];
+        drcComp->channelIdx[R]   = channelMapping.elInfo[1].ChannelIndex[1];
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0];
+        drcComp->channelIdx[LFE] = channelMapping.elInfo[3].ChannelIndex[0];
+        drcComp->channelIdx[LS]  = channelMapping.elInfo[2].ChannelIndex[0];
+        drcComp->channelIdx[RS]  = channelMapping.elInfo[2].ChannelIndex[1];
+        break;
+    case MODE_1_2_2_2_1: /* 7.1 ch */
+    case MODE_7_1_FRONT_CENTER:
+        drcComp->channelIdx[L]   = channelMapping.elInfo[2].ChannelIndex[0]; /* l */
+        drcComp->channelIdx[R]   = channelMapping.elInfo[2].ChannelIndex[1]; /* r */
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0]; /* c */
+        drcComp->channelIdx[LFE] = channelMapping.elInfo[4].ChannelIndex[0]; /* lfe */
+        drcComp->channelIdx[LS]  = channelMapping.elInfo[3].ChannelIndex[0]; /* ls */
+        drcComp->channelIdx[RS]  = channelMapping.elInfo[3].ChannelIndex[1]; /* rs */
+        drcComp->channelIdx[LS2] = channelMapping.elInfo[1].ChannelIndex[0]; /* lc */
+        drcComp->channelIdx[RS2] = channelMapping.elInfo[1].ChannelIndex[1]; /* rc */
+        break;
+    case MODE_7_1_REAR_SURROUND:
+        drcComp->channelIdx[L]   = channelMapping.elInfo[1].ChannelIndex[0]; /* l */
+        drcComp->channelIdx[R]   = channelMapping.elInfo[1].ChannelIndex[1]; /* r */
+        drcComp->channelIdx[C]   = channelMapping.elInfo[0].ChannelIndex[0]; /* c */
+        drcComp->channelIdx[LFE] = channelMapping.elInfo[4].ChannelIndex[0]; /* lfe */
+        drcComp->channelIdx[LS]  = channelMapping.elInfo[3].ChannelIndex[0]; /* lrear */
+        drcComp->channelIdx[RS]  = channelMapping.elInfo[3].ChannelIndex[1]; /* rrear */
+        drcComp->channelIdx[LS2] = channelMapping.elInfo[2].ChannelIndex[0]; /* ls */
+        drcComp->channelIdx[RS2] = channelMapping.elInfo[2].ChannelIndex[1]; /* rs */
+        break;
+    case MODE_1_1:
+    case MODE_1_1_1_1:
+    case MODE_1_1_1_1_1_1:
+    case MODE_1_1_1_1_1_1_1_1:
+    case MODE_1_1_1_1_1_1_1_1_1_1_1_1:
+    case MODE_2_2:
+    case MODE_2_2_2:
+    case MODE_2_2_2_2:
+    case MODE_2_2_2_2_2_2:
+    default:
+        return (-1);
+    }
+
+    drcComp->fullChannels = channelMapping.nChannelsEff;
+    drcComp->channels     = channelMapping.nChannels;
+
+    /* Init states. */
+    drcComp->smoothLevel[0] = drcComp->smoothLevel[1] = (FIXP_DBL)(-135<<METADATA_FRACT_BITS);
+
+    FDKmemclear(drcComp->smoothGain, sizeof(drcComp->smoothGain));
+    FDKmemclear(drcComp->holdCnt, sizeof(drcComp->holdCnt));
+    FDKmemclear(drcComp->limGain, sizeof(drcComp->limGain));
+    FDKmemclear(drcComp->prevPeak, sizeof(drcComp->prevPeak));
+    FDKmemclear(drcComp->filter, sizeof(drcComp->filter));
+
+    return (0);
+}
+
+
+INT FDK_DRC_Generator_setDrcProfile(
+        HDRC_COMP                       drcComp,
+        const DRC_PROFILE               profileLine,
+        const DRC_PROFILE               profileRF
+        )
+{
+    int profileIdx, i;
+
+    drcComp->profile[0] = profileLine;
+    drcComp->profile[1] = profileRF;
+
+    for (i = 0; i < 2; i++) {
+        /* get profile index */
+        switch (drcComp->profile[i]) {
+            case DRC_NONE:
+            case DRC_FILMSTANDARD:  profileIdx = 0; break;
+            case DRC_FILMLIGHT:     profileIdx = 1; break;
+            case DRC_MUSICSTANDARD: profileIdx = 2; break;
+            case DRC_MUSICLIGHT:    profileIdx = 3; break;
+            case DRC_SPEECH:        profileIdx = 4; break;
+            case DRC_DELAY_TEST:    profileIdx = 5; break;
+            default: return (-1);
+        }
+
+        /* get parameters for selected profile */
+        if (profileIdx >= 0) {
+            drcComp->maxBoostThr[i] = tabMaxBoostThr[profileIdx];
+            drcComp->boostThr[i]    = tabBoostThr[profileIdx];
+            drcComp->earlyCutThr[i] = tabEarlyCutThr[profileIdx];
+            drcComp->cutThr[i]      = tabCutThr[profileIdx];
+            drcComp->maxCutThr[i]   = tabMaxCutThr[profileIdx];
+
+            drcComp->boostFac[i]    = tabBoostRatio[profileIdx];
+            drcComp->earlyCutFac[i] = tabEarlyCutRatio[profileIdx];
+            drcComp->cutFac[i]      = tabCutRatio[profileIdx];
+
+            drcComp->maxBoost[i]    = tabMaxBoost[profileIdx];
+            drcComp->maxCut[i]      = tabMaxCut[profileIdx];
+            drcComp->maxEarlyCut[i] = - fMult((drcComp->cutThr[i] - drcComp->earlyCutThr[i]), drcComp->earlyCutFac[i]); /* no scaling after mult needed, earlyCutFac is in FIXP_DBL */
+
+            drcComp->fastAttack[i]  = tc2Coeff(tabFastAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength);
+            drcComp->fastDecay[i]   = tc2Coeff(tabFastDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength);
+            drcComp->slowAttack[i]  = tc2Coeff(tabSlowAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength);
+            drcComp->slowDecay[i]   = tc2Coeff(tabSlowDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength);
+            drcComp->holdOff[i]     = tabHoldOff[profileIdx] * 256 / drcComp->blockLength;
+
+            drcComp->attackThr[i]   = tabAttackThr[profileIdx];
+            drcComp->decayThr[i]    = tabDecayThr[profileIdx];
+        }
+
+        drcComp->smoothGain[i] = FL2FXCONST_DBL(0.f);
+    }
+    return (0);
+}
+
+
+INT FDK_DRC_Generator_Calc(
+        HDRC_COMP                       drcComp,
+        const INT_PCM * const           inSamples,
+        const INT                       dialnorm,
+        const INT                       drc_TargetRefLevel,
+        const INT                       comp_TargetRefLevel,
+        FIXP_DBL                        clev,
+        FIXP_DBL                        slev,
+        INT * const                     pDynrng,
+        INT * const                     pCompr
+        )
+{
+    int i, c;
+    FIXP_DBL peak[2];
+
+
+    /**************************************************************************
+    * compressor
+    **************************************************************************/
+      if ((drcComp->profile[0] != DRC_NONE) || (drcComp->profile[1] != DRC_NONE)) {
+        /* Calc loudness level */
+        FIXP_DBL level_b = FL2FXCONST_DBL(0.f);
+        int      level_e = DFRACT_BITS-1;
+
+        /* Increase energy time resolution with shorter processing blocks. 32 is an empiric value. */
+        const int granuleLength = fixMin(32, drcComp->blockLength);
+
+        if (drcComp->useWeighting) {
+            FIXP_DBL x1, x2, y, y1, y2;
+            /* sum of filter coefficients about 2.5 -> squared value is 6.25
+               WEIGHTING_FILTER_SHIFT is 2 -> scaling about 16, therefore reduce granuleShift by 1.
+             */
+            const int granuleShift = getShiftFactor(granuleLength)-1;
+
+            for (c = 0; c < (int)drcComp->channels; c++) {
+                const INT_PCM* pSamples = &inSamples[c];
+
+                if (c == drcComp->channelIdx[LFE]) {
+                  continue;  /* skip LFE */
+                }
+
+                /* get filter states */
+                x1 = drcComp->filter[c].x1;
+                x2 = drcComp->filter[c].x2;
+                y1 = drcComp->filter[c].y1;
+                y2 = drcComp->filter[c].y2;
+
+                i = 0;
+
+                do {
+
+                  int offset = i;
+                  FIXP_DBL accu = FL2FXCONST_DBL(0.f);
+
+                  for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
+                    /* apply weighting filter */
+                    FIXP_DBL x = FX_PCM2FX_DBL((FIXP_PCM)pSamples[i*drcComp->channels]) >> WEIGHTING_FILTER_SHIFT;
+
+                    /* y = b0 * (x - x2) - a1 * y1 - a2 * y2; */
+                    y = fMult(b0,x-x2) - fMult(a1,y1) - fMult(a2,y2);
+
+                    x2 = x1;
+                    x1 = x;
+                    y2 = y1;
+                    y1 = y;
+
+                    accu += fPow2Div2(y)>>(granuleShift-1);     /* partial energy */
+                  } /* i */
+
+                  fixpAdd(accu, granuleShift+2*WEIGHTING_FILTER_SHIFT, &level_b, &level_e); /* sup up partial energies */
+
+                } while ( i < drcComp->blockLength );
+
+
+                /* save filter states */
+                drcComp->filter[c].x1 = x1;
+                drcComp->filter[c].x2 = x2;
+                drcComp->filter[c].y1 = y1;
+                drcComp->filter[c].y2 = y2;
+            } /* c */
+        } /* weighting */
+        else {
+            const int granuleShift = getShiftFactor(granuleLength);
+
+            for (c = 0; c < (int)drcComp->channels; c++) {
+                const INT_PCM* pSamples = &inSamples[c];
+
+                if ((int)c == drcComp->channelIdx[LFE]) {
+                  continue;  /* skip LFE */
+                }
+
+                i = 0;
+
+                do {
+                  int offset = i;
+                  FIXP_DBL accu = FL2FXCONST_DBL(0.f);
+
+                  for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
+                    /* partial energy */
+                    accu += fPow2Div2((FIXP_PCM)pSamples[i*drcComp->channels])>>(granuleShift-1);
+                  } /* i */
+
+                  fixpAdd(accu, granuleShift, &level_b, &level_e); /* sup up partial energies */
+
+                } while ( i < drcComp->blockLength );
+            }
+        } /* weighting */
+
+        /*
+         * Convert to dBFS, apply dialnorm
+         */
+        /* level scaling */
+
+        /* descaled level in ld64 representation */
+        FIXP_DBL ldLevel = CalcLdData(level_b) + (FIXP_DBL)((level_e-12)<<(DFRACT_BITS-1-LD_DATA_SHIFT)) - CalcLdData((FIXP_DBL)(drcComp->blockLength<<(DFRACT_BITS-1-12)));
+
+        /* if (level < 1e-10) level = 1e-10f; */
+        ldLevel = FDKmax(ldLevel, FL2FXCONST_DBL(-0.51905126482615036685473741085772f));
+
+        /* level = 10 * log(level)/log(10) + 3;
+         *       = 10*log(2)/log(10) * ld(level) + 3;
+         *       = 10 * 0.30102999566398119521373889472449 * ld(level) + 3
+         *       = 10 * (0.30102999566398119521373889472449 * ld(level) + 0.3)
+         *       = 10 * (0.30102999566398119521373889472449 * ld64(level) + 0.3/64) * 64
+         *
+         *    additional scaling with METADATA_FRACT_BITS:
+         *       = 10 * (0.30102999566398119521373889472449 * ld64(level) + 0.3/64) * 64 * 2^(METADATA_FRACT_BITS)
+         *       = 10 * (0.30102999566398119521373889472449 * ld64(level) + 0.3/64) * 2^(METADATA_FRACT_BITS+LD_DATA_SHIFT)
+         *       = 10*2^(METADATA_FRACT_BITS+LD_DATA_SHIFT) * ( 0.30102999566398119521373889472449 * ld64(level) + 0.3/64 )
+         * */
+        FIXP_DBL level = fMult((FIXP_DBL)(10<<(METADATA_FRACT_BITS+LD_DATA_SHIFT)), fMult( FL2FXCONST_DBL(0.30102999566398119521373889472449f), ldLevel) + (FIXP_DBL)(FL2FXCONST_DBL(0.3f)>>LD_DATA_SHIFT) );
+
+        /* level -= dialnorm + 31 */   /* this is fixed to Dolby-ReferenceLevel as compressor profiles are defined relative to this */
+        level -= ((FIXP_DBL)(dialnorm<<(METADATA_FRACT_BITS-16))  + (FIXP_DBL)(31<<METADATA_FRACT_BITS));
+
+        for (i = 0; i < 2; i++) {
+            if (drcComp->profile[i] == DRC_NONE) {
+                /* no compression */
+                drcComp->smoothGain[i] = FL2FXCONST_DBL(0.f);
+            }
+            else {
+                FIXP_DBL gain, alpha, lvl2smthlvl;
+
+                /* calc static gain */
+                if (level <= drcComp->maxBoostThr[i]) {
+                    /* max boost */
+                    gain = drcComp->maxBoost[i];
+                }
+                else if (level < drcComp->boostThr[i]) {
+                    /* boost range */
+                    gain = fMult((level - drcComp->boostThr[i]),drcComp->boostFac[i]);
+                }
+                else if (level <= drcComp->earlyCutThr[i]) {
+                    /* null band */
+                    gain = FL2FXCONST_DBL(0.f);
+                }
+                else if (level <= drcComp->cutThr[i]) {
+                    /* early cut range */
+                    gain = fMult((level - drcComp->earlyCutThr[i]), drcComp->earlyCutFac[i]);
+                }
+                else if (level < drcComp->maxCutThr[i]) {
+                    /* cut range */
+                    gain = fMult((level - drcComp->cutThr[i]), drcComp->cutFac[i]) - drcComp->maxEarlyCut[i];
+                }
+                else {
+                    /* max cut */
+                    gain = -drcComp->maxCut[i];
+                }
+
+                /* choose time constant */
+                lvl2smthlvl = level - drcComp->smoothLevel[i];
+                if (gain < drcComp->smoothGain[i]) {
+                    /* attack */
+                    if (lvl2smthlvl > drcComp->attackThr[i]) {
+                        /* fast attack */
+                        alpha = drcComp->fastAttack[i];
+                    }
+                    else {
+                        /* slow attack */
+                        alpha = drcComp->slowAttack[i];
+                    }
+                }
+                else {
+                    /* release */
+                    if (lvl2smthlvl < -drcComp->decayThr[i]) {
+                        /* fast release */
+                        alpha = drcComp->fastDecay[i];
+                    }
+                    else {
+                        /* slow release */
+                        alpha = drcComp->slowDecay[i];
+                    }
+                }
+
+                /* smooth gain & level */
+                if ((gain < drcComp->smoothGain[i]) || (drcComp->holdCnt[i] == 0)) { /* hold gain unless we have an attack or hold period is over */
+                    FIXP_DBL accu;
+
+                    /* drcComp->smoothLevel[i] = (1-alpha) * drcComp->smoothLevel[i] + alpha * level; */
+                    accu =  fMult(((FIXP_DBL)MAXVAL_DBL-alpha), drcComp->smoothLevel[i]);
+                    accu += fMult(alpha,level);
+                    drcComp->smoothLevel[i] = accu;
+
+                    /* drcComp->smoothGain[i]  = (1-alpha) * drcComp->smoothGain[i] + alpha * gain; */
+                    accu =  fMult(((FIXP_DBL)MAXVAL_DBL-alpha), drcComp->smoothGain[i]);
+                    accu += fMult(alpha,gain);
+                    drcComp->smoothGain[i] = accu;
+                }
+
+                /* hold counter */
+                if (drcComp->holdCnt[i]) {
+                  drcComp->holdCnt[i]--;
+                }
+                if (gain < drcComp->smoothGain[i]) {
+                  drcComp->holdCnt[i] = drcComp->holdOff[i];
+                }
+            } /* profile != DRC_NONE */
+        } /* for i=1..2 */
+      } else {
+        /* no compression */
+        drcComp->smoothGain[0] = FL2FXCONST_DBL(0.f);
+        drcComp->smoothGain[1] = FL2FXCONST_DBL(0.f);
+      }
+
+    /**************************************************************************
+    * limiter
+    **************************************************************************/
+
+    /* find peak level */
+    peak[0] = peak[1] = FL2FXCONST_DBL(0.f);
+    for (i = 0; i < drcComp->blockLength; i++) {
+        FIXP_DBL tmp;
+        const INT_PCM* pSamples = &inSamples[i*drcComp->channels];
+        INT_PCM maxSample = 0;
+
+        /* single channels */
+        for (c = 0; c < (int)drcComp->channels; c++) {
+            maxSample = FDKmax(maxSample, fAbs(pSamples[c]));
+        }
+        peak[0] = fixMax(peak[0], FX_PCM2FX_DBL(maxSample)>>DOWNMIX_SHIFT);
+
+        /* Lt/Rt downmix */
+        if (drcComp->fullChannels > 2) {
+            /* Lt */
+            tmp = FL2FXCONST_DBL(0.f);
+
+            if (drcComp->channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1);          /* Ls */
+            if (drcComp->channelIdx[LS2] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]])>>(DOWNMIX_SHIFT-1);        /* Ls2 */
+            if (drcComp->channelIdx[RS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1);          /* Rs */
+            if (drcComp->channelIdx[RS2] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]])>>(DOWNMIX_SHIFT-1);        /* Rs2 */
+            if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp);                                     /* 7.1ch */
+            if (drcComp->channelIdx[S] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[S]])>>(DOWNMIX_SHIFT-1);            /* S */
+            if (drcComp->channelIdx[C] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[C]])>>(DOWNMIX_SHIFT-1);            /* C */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[L]])>>DOWNMIX_SHIFT);                                                                   /* L */
+
+            peak[0] = fixMax(peak[0], fixp_abs(tmp));
+
+            /* Rt */
+            tmp = FL2FXCONST_DBL(0.f);
+            if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1);          /* Ls */
+            if (drcComp->channelIdx[LS2] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]])>>(DOWNMIX_SHIFT-1);        /* Ls2 */
+            if (drcComp->channelIdx[RS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1);          /* Rs */
+            if (drcComp->channelIdx[RS2] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]])>>(DOWNMIX_SHIFT-1);        /* Rs2 */
+            if ((drcComp->channelIdx[RS] >= 0) && (drcComp->channelIdx[RS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp);                                     /* 7.1ch */
+            if (drcComp->channelIdx[S] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[S]])>>(DOWNMIX_SHIFT-1);            /* S */
+            if (drcComp->channelIdx[C] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[C]])>>(DOWNMIX_SHIFT-1);            /* C */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[R]])>>DOWNMIX_SHIFT);                                                                   /* R */
+
+            peak[0] = fixMax(peak[0], fixp_abs(tmp));
+        }
+
+        /* Lo/Ro downmix */
+        if (drcComp->fullChannels > 2) {
+            /* Lo */
+            tmp = FL2FXCONST_DBL(0.f);
+            if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1);                            /* Ls */
+            if (drcComp->channelIdx[LS2] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]])>>(DOWNMIX_SHIFT-1);                          /* Ls2 */
+            if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp);                                     /* 7.1ch */
+            if (drcComp->channelIdx[S] >= 0) tmp += fMultDiv2(slev, fMult(FL2FXCONST_DBL(0.7f), (FIXP_PCM)pSamples[drcComp->channelIdx[S]]))>>(DOWNMIX_SHIFT-1); /* S */
+            if (drcComp->channelIdx[C] >= 0) tmp += fMultDiv2(clev, (FIXP_PCM)pSamples[drcComp->channelIdx[C]])>>(DOWNMIX_SHIFT-1);                              /* C */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[L]])>>DOWNMIX_SHIFT);                                                                   /* L */
+
+            peak[0] = fixMax(peak[0], fixp_abs(tmp));
+
+            /* Ro */
+            tmp = FL2FXCONST_DBL(0.f);
+            if (drcComp->channelIdx[RS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1);                            /* Rs */
+            if (drcComp->channelIdx[RS2] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]])>>(DOWNMIX_SHIFT-1);                          /* Rs2 */
+            if ((drcComp->channelIdx[RS] >= 0) && (drcComp->channelIdx[RS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp);                                     /* 7.1ch */
+            if (drcComp->channelIdx[S] >= 0) tmp += fMultDiv2(slev, fMult(FL2FXCONST_DBL(0.7f), (FIXP_PCM)pSamples[drcComp->channelIdx[S]]))>>(DOWNMIX_SHIFT-1); /* S */
+            if (drcComp->channelIdx[C] >= 0) tmp += fMultDiv2(clev, (FIXP_PCM)pSamples[drcComp->channelIdx[C]])>>(DOWNMIX_SHIFT-1);                              /* C */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[R]])>>DOWNMIX_SHIFT);                                                                   /* R */
+
+            peak[0] = fixMax(peak[0], fixp_abs(tmp));
+        }
+
+        peak[1] = fixMax(peak[0], peak[1]);
+
+        /* Mono Downmix - for comp_val only */
+        if (drcComp->fullChannels > 1) {
+            tmp = FL2FXCONST_DBL(0.f);
+            if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1);                            /* Ls */
+            if (drcComp->channelIdx[LS2] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]])>>(DOWNMIX_SHIFT-1);                          /* Ls2 */
+            if (drcComp->channelIdx[RS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1);                            /* Rs */
+            if (drcComp->channelIdx[RS2] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]])>>(DOWNMIX_SHIFT-1);                          /* Rs2 */
+            if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp);                                     /* 7.1ch */
+            /*if ((drcComp->channelIdx[RS] >= 0) && (drcComp->channelIdx[RS2] >= 0)) tmp *=0.707f;*/                                                             /* 7.1ch */
+            if (drcComp->channelIdx[S] >= 0) tmp += fMultDiv2(slev, fMult(FL2FXCONST_DBL(0.7f), (FIXP_PCM)pSamples[drcComp->channelIdx[S]]))>>(DOWNMIX_SHIFT-1); /* S */
+            if (drcComp->channelIdx[C] >= 0) tmp += fMult(clev, (FIXP_PCM)pSamples[drcComp->channelIdx[C]])>>(DOWNMIX_SHIFT-1);                                  /* C (2*clev) */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[L]])>>DOWNMIX_SHIFT);                                                                   /* L */
+            tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[R]])>>DOWNMIX_SHIFT);                                                                   /* R */
+
+            peak[1] = fixMax(peak[1], fixp_abs(tmp));
+        }
+    }
+
+    for (i=0; i<2; i++) {
+      FIXP_DBL tmp = drcComp->prevPeak[i];
+      drcComp->prevPeak[i] = peak[i];
+      peak[i] = fixMax(peak[i], tmp);
+
+      /*
+       * Convert to dBFS, apply dialnorm
+       */
+      /* descaled peak in ld64 representation */
+      FIXP_DBL ld_peak = CalcLdData(peak[i]) + (FIXP_DBL)((LONG)DOWNMIX_SHIFT<<(DFRACT_BITS-1-LD_DATA_SHIFT));
+
+      /* if (peak < 1e-6) level = 1e-6f; */
+      ld_peak = FDKmax(ld_peak, FL2FXCONST_DBL(-0.31143075889569022011284244651463f));
+
+      /* peak[i] = 20 * log(peak[i])/log(10) + 0.2f + (drcComp->smoothGain[i]*2^METADATA_FRACT_BITS)
+       * peak[i] = 20 * log(2)/log(10) * ld(peak[i]) + 0.2f + (drcComp->smoothGain[i]*2^METADATA_FRACT_BITS)
+       * peak[i] = 10 * 2*0.30102999566398119521373889472449 * ld(peak[i]) + 0.2f + (drcComp->smoothGain[i]*2^METADATA_FRACT_BITS)
+       *
+       *    additional scaling with METADATA_FRACT_BITS:
+       * peak[i] = (10 * 2*0.30102999566398119521373889472449 * ld64(peak[i]) * 64 + 0.2f + (drcComp->smoothGain[i]*2^METADATA_FRACT_BITS))*2^(-METADATA_FRACT_BITS)
+       * peak[i] = 10*2^(METADATA_FRACT_BITS+LD_DATA_SHIFT) * 2*0.30102999566398119521373889472449 * ld64(peak[i])
+       *         + 0.2f*2^(-METADATA_FRACT_BITS) + drcComp->smoothGain[i]
+       */
+      peak[i] = fMult((FIXP_DBL)(10<<(METADATA_FRACT_BITS+LD_DATA_SHIFT)), fMult( FL2FX_DBL(2*0.30102999566398119521373889472449f), ld_peak));
+      peak[i] += (FL2FX_DBL(0.5f)>>METADATA_INT_BITS);           /* add a little bit headroom */
+      peak[i] +=  drcComp->smoothGain[i];
+    }
+
+    /* peak -= dialnorm + 31; */  /* this is Dolby style only */
+    peak[0] -= (FIXP_DBL)((dialnorm-drc_TargetRefLevel)<<(METADATA_FRACT_BITS-16)); /* peak[0] -= dialnorm - drc_TargetRefLevel */
+
+    /* peak += 11; */   /* this is Dolby style only */      /* RF mode output is 11dB higher */
+    /*peak += comp_TargetRefLevel - drc_TargetRefLevel;*/
+    peak[1] -= (FIXP_DBL)((dialnorm-comp_TargetRefLevel)<<(METADATA_FRACT_BITS-16)); /* peak[1] -= dialnorm - comp_TargetRefLevel */
+
+    /* limiter gain */
+    drcComp->limGain[0] += drcComp->limDecay;               /* linear limiter release */
+    drcComp->limGain[0] = fixMin(drcComp->limGain[0], -peak[0]);
+
+    drcComp->limGain[1] += 2*drcComp->limDecay;             /* linear limiter release */
+    drcComp->limGain[1] = fixMin(drcComp->limGain[1], -peak[1]);
+
+    /*************************************************************************/
+
+    /* apply limiting, return DRC gains*/
+    {
+        FIXP_DBL tmp;
+
+        tmp = drcComp->smoothGain[0];
+        if (drcComp->limGain[0] < FL2FXCONST_DBL(0.f)) {
+          tmp += drcComp->limGain[0];
+        }
+        *pDynrng = (LONG) scaleValue(tmp, -(METADATA_FRACT_BITS-16));
+
+        tmp = drcComp->smoothGain[1];
+        if (drcComp->limGain[1] < FL2FXCONST_DBL(0.f)) {
+          tmp += drcComp->limGain[1];
+        }
+        *pCompr  = (LONG) scaleValue(tmp, -(METADATA_FRACT_BITS-16));
+    }
+
+    return 0;
+}
+
+
+DRC_PROFILE FDK_DRC_Generator_getDrcProfile(const HDRC_COMP drcComp)
+{
+    return drcComp->profile[0];
+}
+
+DRC_PROFILE FDK_DRC_Generator_getCompProfile(const HDRC_COMP drcComp)
+{
+    return drcComp->profile[1];
+}
+
+
diff --git a/libAACenc/src/metadata_compressor.h b/libAACenc/src/metadata_compressor.h
new file mode 100644 (file)
index 0000000..ff639b5
--- /dev/null
@@ -0,0 +1,252 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**********************  Fraunhofer IIS FDK AAC Encoder lib  ******************
+
+   Author(s): M. Neusinger
+   Description: Compressor for AAC Metadata Generator
+
+******************************************************************************/
+
+#ifndef _METADATA_COMPRESSOR_H
+#define _METADATA_COMPRESSOR_H
+
+
+#include "FDK_audio.h"
+#include "common_fix.h"
+
+#include "aacenc.h"
+
+
+/**
+ *  DRC compression profiles.
+ */
+typedef enum DRC_PROFILE {
+  DRC_NONE          = 0,
+  DRC_FILMSTANDARD  = 1,
+  DRC_FILMLIGHT     = 2,
+  DRC_MUSICSTANDARD = 3,
+  DRC_MUSICLIGHT    = 4,
+  DRC_SPEECH        = 5,
+  DRC_DELAY_TEST    = 6
+
+} DRC_PROFILE;
+
+
+/**
+ *  DRC Compressor handle.
+ */
+typedef struct DRC_COMP  DRC_COMP, *HDRC_COMP;
+
+/**
+ * \brief  Open a DRC Compressor instance.
+ *
+ * Allocate memory for a compressor instance.
+ *
+ * \param phDrcComp             A pointer to a compressor handle. Initialized on return.
+ *
+ * \return
+ *          - 0, on succes.
+ *          - unequal 0, on failure.
+ */
+INT FDK_DRC_Generator_Open(
+        HDRC_COMP                      *phDrcComp
+        );
+
+
+/**
+ * \brief  Close the DRC Compressor instance.
+ *
+ * Deallocate instance and free whole memory.
+ *
+ * \param phDrcComp             Pointer to the compressor handle to be deallocated.
+ *
+ * \return
+ *          - 0, on succes.
+ *          - unequal 0, on failure.
+ */
+INT FDK_DRC_Generator_Close(
+        HDRC_COMP                      *phDrcComp
+        );
+
+/**
+ * \brief  Configure DRC Compressor.
+ *
+ * \param drcComp               Compressor handle.
+ * \param profileLine           DRC profile for line mode.
+ * \param profileRF             DRC profile for RF mode.
+ * \param blockLength           Length of processing block in samples per channel.
+ * \param sampleRate            Sampling rate in Hz.
+ * \param channelMode           Channel configuration.
+ * \param channelOrder          Channel order, MPEG or WAV.
+ * \param useWeighting          Use weighting filter for loudness calculation
+ *
+ * \return
+ *          - 0, on success,
+ *          - unequal 0, on failure
+ */
+INT FDK_DRC_Generator_Initialize(
+        HDRC_COMP                       drcComp,
+        const DRC_PROFILE               profileLine,
+        const DRC_PROFILE               profileRF,
+        const INT                       blockLength,
+        const UINT                      sampleRate,
+        const CHANNEL_MODE              channelMode,
+        const CHANNEL_ORDER             channelOrder,
+        const UCHAR                     useWeighting
+        );
+
+/**
+ * \brief  Calculate DRC Compressor Gain.
+ *
+ * \param drcComp               Compressor handle.
+ * \param inSamples             Pointer to interleaved input audio samples.
+ * \param dialnorm              Dialog Level in dB (typically -31...-1).
+ * \param drc_TargetRefLevel
+ * \param comp_TargetRefLevel
+ * \param clev                  Downmix center mix factor (typically 0.707, 0.595 or 0.5)
+ * \param slev                  Downmix surround mix factor (typically 0.707, 0.5, or 0)
+ * \param dynrng                Pointer to variable receiving line mode DRC gain in dB
+ * \param compr                 Pointer to variable receiving RF mode DRC gain in dB
+ *
+ * \return
+ *          - 0, on success,
+ *          - unequal 0, on failure
+ */
+INT FDK_DRC_Generator_Calc(
+        HDRC_COMP                       drcComp,
+        const INT_PCM * const           inSamples,
+        const INT                       dialnorm,
+        const INT                       drc_TargetRefLevel,
+        const INT                       comp_TargetRefLevel,
+        FIXP_DBL                        clev,
+        FIXP_DBL                        slev,
+        INT * const                     dynrng,
+        INT * const                     compr
+        );
+
+
+/**
+ * \brief  Configure DRC Compressor Profile.
+ *
+ * \param drcComp               Compressor handle.
+ * \param profileLine           DRC profile for line mode.
+ * \param profileRF             DRC profile for RF mode.
+ *
+ * \return
+ *          - 0, on success,
+ *          - unequal 0, on failure
+ */
+INT FDK_DRC_Generator_setDrcProfile(
+        HDRC_COMP                       drcComp,
+        const DRC_PROFILE               profileLine,
+        const DRC_PROFILE               profileRF
+        );
+
+
+/**
+ * \brief  Get DRC profile for line mode.
+ *
+ * \param drcComp               Compressor handle.
+ *
+ * \return  Current Profile.
+ */
+DRC_PROFILE FDK_DRC_Generator_getDrcProfile(
+        const HDRC_COMP                 drcComp
+        );
+
+
+/**
+ * \brief  Get DRC profile for RF mode.
+ *
+ * \param drcComp               Compressor handle.
+ *
+ * \return  Current Profile.
+ */
+DRC_PROFILE FDK_DRC_Generator_getCompProfile(
+        const HDRC_COMP                 drcComp
+        );
+
+
+#endif /* _METADATA_COMPRESSOR_H */
+
diff --git a/libAACenc/src/metadata_main.cpp b/libAACenc/src/metadata_main.cpp
new file mode 100644 (file)
index 0000000..e920793
--- /dev/null
@@ -0,0 +1,871 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**********************  Fraunhofer IIS FDK AAC Encoder lib  ******************
+
+   Author(s): V. Bacigalupo
+   Description: Metadata Encoder library interface functions
+
+******************************************************************************/
+
+
+#include "metadata_main.h"
+#include "metadata_compressor.h"
+#include "FDK_bitstream.h"
+#include "FDK_audio.h"
+#include "genericStds.h"
+
+/*----------------- defines ----------------------*/
+#define MAX_DRC_BANDS        (1<<4)
+#define MAX_DRC_CHANNELS        (8)
+#define MAX_DRC_FRAMELEN   (2*1024)
+
+/*--------------- structure definitions --------------------*/
+
+typedef struct AAC_METADATA
+{
+  /* MPEG: Dynamic Range Control */
+  struct {
+    UCHAR                         prog_ref_level_present;
+    SCHAR                         prog_ref_level;
+
+    UCHAR                         dyn_rng_sgn[MAX_DRC_BANDS];
+    UCHAR                         dyn_rng_ctl[MAX_DRC_BANDS];
+
+    UCHAR                         drc_bands_present;
+    UCHAR                         drc_band_incr;
+    UCHAR                         drc_band_top[MAX_DRC_BANDS];
+    UCHAR                         drc_interpolation_scheme;
+    AACENC_METADATA_DRC_PROFILE   drc_profile;
+    INT                           drc_TargetRefLevel;    /* used for Limiter */
+
+    /* excluded channels */
+    UCHAR                         excluded_chns_present;
+    UCHAR                         exclude_mask[2];       /* MAX_NUMBER_CHANNELS/8 */
+  } mpegDrc;
+
+  /* ETSI: addtl ancillary data */
+  struct {
+    /* Heavy Compression */
+    UCHAR                         compression_on;        /* flag, if compression value should be written */
+    UCHAR                         compression_value;     /* compression value */
+    AACENC_METADATA_DRC_PROFILE   comp_profile;
+    INT                           comp_TargetRefLevel;   /* used for Limiter */
+    INT                           timecode_coarse_status;
+    INT                           timecode_fine_status;
+  } etsiAncData;
+
+  SCHAR                         centerMixLevel;          /* center downmix level (0...7, according to table) */
+  SCHAR                         surroundMixLevel;        /* surround downmix level (0...7, according to table) */
+  UCHAR                         WritePCEMixDwnIdx;       /* flag */
+  UCHAR                         DmxLvl_On;               /* flag */
+
+  UCHAR                         dolbySurroundMode;
+
+  UCHAR                         metadataMode;            /* indicate meta data mode in current frame (delay line) */
+
+} AAC_METADATA;
+
+struct FDK_METADATA_ENCODER
+{
+  INT                metadataMode;
+  HDRC_COMP          hDrcComp;
+  AACENC_MetaData    submittedMetaData;
+
+  INT                nAudioDataDelay;
+  INT                nMetaDataDelay;
+  INT                nChannels;
+
+  INT_PCM            audioDelayBuffer[MAX_DRC_CHANNELS*MAX_DRC_FRAMELEN];
+  int                audioDelayIdx;
+
+  AAC_METADATA       metaDataBuffer[3];
+  int                metaDataDelayIdx;
+
+  UCHAR              drcInfoPayload[12];
+  UCHAR              drcDsePayload[8];
+
+  INT                matrix_mixdown_idx;
+  AACENC_EXT_PAYLOAD exPayload[2];
+  INT                nExtensions;
+
+  INT                finalizeMetaData;                   /* Delay switch off by one frame and write default configuration to
+                                                            finalize the metadata setup. */
+};
+
+
+/*---------------- constants -----------------------*/
+static const AACENC_MetaData defaultMetaDataSetup = {
+    AACENC_METADATA_DRC_NONE,
+    AACENC_METADATA_DRC_NONE,
+    -(31<<16),
+    -(31<<16),
+    0,
+    -(31<<16),
+    0,
+    0,
+    0,
+    0,
+    0
+};
+
+static const FIXP_DBL dmxTable[8] = {
+    ((FIXP_DBL)MAXVAL_DBL), FL2FXCONST_DBL(0.841f), FL2FXCONST_DBL(0.707f), FL2FXCONST_DBL(0.596f),
+    FL2FXCONST_DBL(0.500f), FL2FXCONST_DBL(0.422f), FL2FXCONST_DBL(0.355f), FL2FXCONST_DBL(0.000f)
+};
+
+static const UCHAR surmix2matrix_mixdown_idx[8] = {
+    0, 0, 0, 1, 1, 2, 2, 3
+};
+
+
+/*--------------- function declarations --------------------*/
+static FDK_METADATA_ERROR WriteMetadataPayload(
+        const HANDLE_FDK_METADATA_ENCODER hMetaData,
+        const AAC_METADATA * const  pMetadata
+        );
+
+static INT WriteDynamicRangeInfoPayload(
+        const AAC_METADATA* const pMetadata,
+        UCHAR* const              pExtensionPayload
+        );
+
+static INT WriteEtsiAncillaryDataPayload(
+        const AAC_METADATA* const pMetadata,
+        UCHAR* const              pExtensionPayload
+        );
+
+static FDK_METADATA_ERROR CompensateAudioDelay(
+        HANDLE_FDK_METADATA_ENCODER hMetaDataEnc,
+        INT_PCM * const             pAudioSamples,
+        const INT                   nAudioSamples
+        );
+
+static FDK_METADATA_ERROR LoadSubmittedMetadata(
+        const AACENC_MetaData *   const hMetadata,
+        const INT                       nChannels,
+        const INT                       metadataMode,
+        AAC_METADATA * const            pAacMetaData
+        );
+
+static FDK_METADATA_ERROR ProcessCompressor(
+        AAC_METADATA                    *pMetadata,
+        HDRC_COMP                        hDrcComp,
+        const INT_PCM * const            pSamples,
+        const INT                        nSamples
+        );
+
+/*------------- function definitions ----------------*/
+
+static DRC_PROFILE convertProfile(AACENC_METADATA_DRC_PROFILE aacProfile)
+{
+    DRC_PROFILE drcProfile = DRC_NONE;
+
+    switch(aacProfile) {
+      case AACENC_METADATA_DRC_NONE:          drcProfile = DRC_NONE;          break;
+      case AACENC_METADATA_DRC_FILMSTANDARD:  drcProfile = DRC_FILMSTANDARD;  break;
+      case AACENC_METADATA_DRC_FILMLIGHT:     drcProfile = DRC_FILMLIGHT;     break;
+      case AACENC_METADATA_DRC_MUSICSTANDARD: drcProfile = DRC_MUSICSTANDARD; break;
+      case AACENC_METADATA_DRC_MUSICLIGHT:    drcProfile = DRC_MUSICLIGHT;    break;
+      case AACENC_METADATA_DRC_SPEECH:        drcProfile = DRC_SPEECH;        break;
+      default:                                drcProfile = DRC_NONE;          break;
+    }
+    return drcProfile;
+}
+
+
+/* convert dialog normalization to program reference level */
+/* NOTE: this only is correct, if the decoder target level is set to -31dB for line mode / -20dB for RF mode */
+static UCHAR dialnorm2progreflvl(const INT d)
+{
+    return ((UCHAR)FDKmax(0, FDKmin((-d + (1<<13)) >> 14, 127)));
+}
+
+/* convert program reference level to dialog normalization */
+static INT progreflvl2dialnorm(const UCHAR p)
+{
+    return -((INT)(p<<(16-2)));
+}
+
+/* encode downmix levels to Downmixing_levels_MPEG4 */
+static SCHAR encodeDmxLvls(const SCHAR cmixlev, const SCHAR surmixlev)
+{
+    SCHAR dmxLvls = 0;
+    dmxLvls |= 0x80 | (cmixlev << 4); /* center_mix_level_on */
+    dmxLvls |= 0x08 | surmixlev;      /* surround_mix_level_on */
+
+    return dmxLvls;
+}
+
+/* encode AAC DRC gain (ISO/IEC 14496-3:2005  4.5.2.7) */
+static void encodeDynrng(INT gain, UCHAR* const dyn_rng_ctl, UCHAR* const dyn_rng_sgn )
+{
+    if(gain < 0)
+    {
+      *dyn_rng_sgn = 1;
+      gain = -gain;
+    }
+    else
+    {
+      *dyn_rng_sgn = 0;
+    }
+    gain = FDKmin(gain,(127<<14));
+
+    *dyn_rng_ctl = (UCHAR)((gain + (1<<13)) >> 14);
+}
+
+/* decode AAC DRC gain (ISO/IEC 14496-3:2005  4.5.2.7) */
+static INT decodeDynrng(const UCHAR dyn_rng_ctl, const UCHAR dyn_rng_sgn)
+{
+    INT tmp = ((INT)dyn_rng_ctl << (16-2));
+    if (dyn_rng_sgn) tmp = -tmp;
+
+    return tmp;
+}
+
+/* encode AAC compression value (ETSI TS 101 154 page 99) */
+static UCHAR encodeCompr(INT gain)
+{
+    UCHAR x, y;
+    INT tmp;
+
+    /* tmp = (int)((48.164f - gain) / 6.0206f * 15 + 0.5f); */
+    tmp = ((3156476 - gain) * 15 + 197283) / 394566;
+
+    if (tmp >= 240) {
+        return 0xFF;
+    }
+    else if (tmp < 0) {
+        return 0;
+    }
+    else {
+        x = tmp / 15;
+        y = tmp % 15;
+    }
+
+    return (x << 4) | y;
+}
+
+/* decode AAC compression value (ETSI TS 101 154 page 99) */
+static INT decodeCompr(const UCHAR compr)
+{
+    INT gain;
+    SCHAR x = compr >> 4;     /* 4 MSB of compr */
+    UCHAR y = (compr & 0x0F); /* 4 LSB of compr */
+
+    /* gain = (INT)((48.164f - 6.0206f * x - 0.4014f * y) ); */
+    gain = (INT)( scaleValue(((LONG)FL2FXCONST_DBL(6.0206f/128.f)*(8-x) - (LONG)FL2FXCONST_DBL(0.4014f/128.f)*y), -(DFRACT_BITS-1-7-16)) );
+
+    return gain;
+}
+
+
+FDK_METADATA_ERROR FDK_MetadataEnc_Open(
+        HANDLE_FDK_METADATA_ENCODER *phMetaData
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+    HANDLE_FDK_METADATA_ENCODER hMetaData = NULL;
+
+    if (phMetaData == NULL) {
+      err = METADATA_INVALID_HANDLE;
+      goto bail;
+    }
+
+    /* allocate memory */
+    hMetaData = (HANDLE_FDK_METADATA_ENCODER) FDKcalloc(1, sizeof(FDK_METADATA_ENCODER) );
+
+    if (hMetaData == NULL) {
+      err = METADATA_MEMORY_ERROR;
+      goto bail;
+    }
+
+    FDKmemclear(hMetaData, sizeof(FDK_METADATA_ENCODER));
+
+    /* Allocate DRC Compressor. */
+    if (FDK_DRC_Generator_Open(&hMetaData->hDrcComp)!=0) {
+      err = METADATA_MEMORY_ERROR;
+      goto bail;
+    }
+
+    /* Return metadata instance */
+    *phMetaData = hMetaData;
+
+    return err;
+
+bail:
+    FDK_MetadataEnc_Close(&hMetaData);
+    return err;
+}
+
+FDK_METADATA_ERROR FDK_MetadataEnc_Close(
+        HANDLE_FDK_METADATA_ENCODER *phMetaData
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+
+    if (phMetaData == NULL) {
+      err = METADATA_INVALID_HANDLE;
+      goto bail;
+    }
+
+    if (*phMetaData != NULL) {
+      FDK_DRC_Generator_Close(&(*phMetaData)->hDrcComp);
+      FDKfree(*phMetaData);
+      *phMetaData = NULL;
+    }
+bail:
+    return err;
+}
+
+FDK_METADATA_ERROR FDK_MetadataEnc_Init(
+        HANDLE_FDK_METADATA_ENCODER hMetaData,
+        const INT                   resetStates,
+        const INT                   metadataMode,
+        const INT                   audioDelay,
+        const UINT                  frameLength,
+        const UINT                  sampleRate,
+        const UINT                  nChannels,
+        const CHANNEL_MODE          channelMode,
+        const CHANNEL_ORDER         channelOrder
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+    int i, nFrames, delay;
+
+    if (hMetaData==NULL) {
+      err = METADATA_INVALID_HANDLE;
+      goto bail;
+    }
+
+    /* Determine values for delay compensation. */
+    for (nFrames=0, delay=audioDelay-frameLength; delay>0; delay-=frameLength, nFrames++);
+
+    if ( (hMetaData->nChannels>MAX_DRC_CHANNELS) || ((-delay)>MAX_DRC_FRAMELEN) ) {
+      err = METADATA_INIT_ERROR;
+      goto bail;
+    }
+
+    /* Initialize with default setup. */
+    FDKmemcpy(&hMetaData->submittedMetaData, &defaultMetaDataSetup,  sizeof(AACENC_MetaData));
+
+    hMetaData->finalizeMetaData = 0; /* finalize meta data only while on/off switching, else disabled */
+
+    /* Reset delay lines. */
+    if ( resetStates || (hMetaData->nAudioDataDelay!=-delay) || (hMetaData->nChannels!=(INT)nChannels) )
+    {
+      FDKmemclear(hMetaData->audioDelayBuffer, sizeof(hMetaData->audioDelayBuffer));
+      FDKmemclear(hMetaData->metaDataBuffer, sizeof(hMetaData->metaDataBuffer));
+      hMetaData->audioDelayIdx = 0;
+      hMetaData->metaDataDelayIdx = 0;
+    }
+    else {
+      /* Enable meta data. */
+      if ( (hMetaData->metadataMode==0) && (metadataMode!=0) ) {
+        /* disable meta data in all delay lines */
+        for (i=0; i<(int)(sizeof(hMetaData->metaDataBuffer)/sizeof(AAC_METADATA)); i++) {
+          LoadSubmittedMetadata(&hMetaData->submittedMetaData, nChannels, 0, &hMetaData->metaDataBuffer[i]);
+        }
+      }
+
+      /* Disable meta data.*/
+      if ( (hMetaData->metadataMode!=0) && (metadataMode==0) ) {
+        hMetaData->finalizeMetaData = hMetaData->metadataMode;
+      }
+    }
+
+    /* Initialize delay. */
+    hMetaData->nAudioDataDelay = -delay;
+    hMetaData->nMetaDataDelay  = nFrames;
+    hMetaData->nChannels       = nChannels;
+    hMetaData->metadataMode    = metadataMode;
+
+    /* Initialize compressor. */
+    if (metadataMode != 0) {
+        if ( FDK_DRC_Generator_Initialize(
+                         hMetaData->hDrcComp,
+                         DRC_NONE,
+                         DRC_NONE,
+                         frameLength,
+                         sampleRate,
+                         channelMode,
+                         channelOrder,
+                         1) != 0)
+        {
+          err = METADATA_INIT_ERROR;
+        }
+    }
+bail:
+    return err;
+}
+
+static FDK_METADATA_ERROR ProcessCompressor(
+        AAC_METADATA                    *pMetadata,
+        HDRC_COMP                        hDrcComp,
+        const INT_PCM * const            pSamples,
+        const INT                        nSamples
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+
+    INT dynrng, compr;
+    DRC_PROFILE profileDrc  = convertProfile(pMetadata->mpegDrc.drc_profile);
+    DRC_PROFILE profileComp = convertProfile(pMetadata->etsiAncData.comp_profile);
+
+    if ( (pMetadata==NULL) || (hDrcComp==NULL) ) {
+      err = METADATA_INVALID_HANDLE;
+      return err;
+    }
+
+    /* first, check if profile is same as last frame
+     * otherwise, update setup */
+    if ( (profileDrc != FDK_DRC_Generator_getDrcProfile(hDrcComp))
+      || (profileComp != FDK_DRC_Generator_getCompProfile(hDrcComp)) )
+    {
+      FDK_DRC_Generator_setDrcProfile(hDrcComp, profileDrc, profileComp);
+    }
+
+    /* Sanity check */
+    if (profileComp == DRC_NONE) {
+      pMetadata->etsiAncData.compression_value = 0x80;  /* to ensure no external values will be written if not configured */
+    }
+
+    /* in case of embedding external values, copy this now (limiter may overwrite them) */
+    dynrng = decodeDynrng(pMetadata->mpegDrc.dyn_rng_ctl[0], pMetadata->mpegDrc.dyn_rng_sgn[0]);
+    compr  = decodeCompr(pMetadata->etsiAncData.compression_value);
+
+    /* Call compressor */
+    if (FDK_DRC_Generator_Calc(hDrcComp,
+                           pSamples,
+                           progreflvl2dialnorm(pMetadata->mpegDrc.prog_ref_level),
+                           pMetadata->mpegDrc.drc_TargetRefLevel,
+                           pMetadata->etsiAncData.comp_TargetRefLevel,
+                           dmxTable[pMetadata->centerMixLevel],
+                           dmxTable[pMetadata->surroundMixLevel],
+                           &dynrng,
+                           &compr) != 0)
+    {
+      err = METADATA_ENCODE_ERROR;
+      goto bail;
+    }
+
+    /* Write DRC values */
+    pMetadata->mpegDrc.drc_band_incr = 0;
+    encodeDynrng(dynrng, pMetadata->mpegDrc.dyn_rng_ctl, pMetadata->mpegDrc.dyn_rng_sgn);
+    pMetadata->etsiAncData.compression_value = encodeCompr(compr);
+
+bail:
+    return err;
+}
+
+FDK_METADATA_ERROR FDK_MetadataEnc_Process(
+        HANDLE_FDK_METADATA_ENCODER      hMetaDataEnc,
+        INT_PCM * const                  pAudioSamples,
+        const INT                        nAudioSamples,
+        const AACENC_MetaData * const    pMetadata,
+        AACENC_EXT_PAYLOAD **            ppMetaDataExtPayload,
+        UINT *                           nMetaDataExtensions,
+        INT *                            matrix_mixdown_idx
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+    int metaDataDelayWriteIdx, metaDataDelayReadIdx, metadataMode;
+
+    /* Where to write new meta data info */
+    metaDataDelayWriteIdx = hMetaDataEnc->metaDataDelayIdx;
+
+    /* How to write the data */
+    metadataMode = hMetaDataEnc->metadataMode;
+
+    /* Compensate meta data delay. */
+    hMetaDataEnc->metaDataDelayIdx++;
+    if (hMetaDataEnc->metaDataDelayIdx > hMetaDataEnc->nMetaDataDelay) hMetaDataEnc->metaDataDelayIdx = 0;
+
+    /* Where to read pending meta data info from. */
+    metaDataDelayReadIdx = hMetaDataEnc->metaDataDelayIdx;
+
+    /* Submit new data if available. */
+    if (pMetadata!=NULL) {
+        FDKmemcpy(&hMetaDataEnc->submittedMetaData, pMetadata, sizeof(AACENC_MetaData));
+    }
+
+    /* Write one additional frame with default configuration of meta data. Ensure defined behaviour on decoder side. */
+    if ( (hMetaDataEnc->finalizeMetaData!=0) && (hMetaDataEnc->metadataMode==0)) {
+      FDKmemcpy(&hMetaDataEnc->submittedMetaData, &defaultMetaDataSetup,  sizeof(AACENC_MetaData));
+      metadataMode = hMetaDataEnc->finalizeMetaData;
+      hMetaDataEnc->finalizeMetaData = 0;
+    }
+
+    /* Get last submitted data. */
+    if ( (err = LoadSubmittedMetadata(
+                        &hMetaDataEnc->submittedMetaData,
+                         hMetaDataEnc->nChannels,
+                         metadataMode,
+                        &hMetaDataEnc->metaDataBuffer[metaDataDelayWriteIdx])) != METADATA_OK )
+    {
+        goto bail;
+    }
+
+    /* Calculate compressor if necessary and updata meta data info */
+    if (hMetaDataEnc->metaDataBuffer[metaDataDelayWriteIdx].metadataMode != 0) {
+      if ( (err = ProcessCompressor(
+                        &hMetaDataEnc->metaDataBuffer[metaDataDelayWriteIdx],
+                         hMetaDataEnc->hDrcComp,
+                         pAudioSamples,
+                         nAudioSamples)) != METADATA_OK)
+      {
+        /* Get last submitted data again. */
+        LoadSubmittedMetadata(
+                        &hMetaDataEnc->submittedMetaData,
+                         hMetaDataEnc->nChannels,
+                         metadataMode,
+                        &hMetaDataEnc->metaDataBuffer[metaDataDelayWriteIdx]);
+      }
+    }
+
+    /* Convert Meta Data side info to bitstream data. */
+    if ( (err = WriteMetadataPayload(hMetaDataEnc, &hMetaDataEnc->metaDataBuffer[metaDataDelayReadIdx])) != METADATA_OK ) {
+      goto bail;
+    }
+
+    /* Assign meta data to output */
+    *ppMetaDataExtPayload = hMetaDataEnc->exPayload;
+    *nMetaDataExtensions  = hMetaDataEnc->nExtensions;
+    *matrix_mixdown_idx   = hMetaDataEnc->matrix_mixdown_idx;
+
+bail:
+    /* Compensate audio delay, reset err status. */
+    err = CompensateAudioDelay(hMetaDataEnc, pAudioSamples, nAudioSamples);
+
+    return err;
+}
+
+
+static FDK_METADATA_ERROR CompensateAudioDelay(
+        HANDLE_FDK_METADATA_ENCODER hMetaDataEnc,
+        INT_PCM * const             pAudioSamples,
+        const INT                   nAudioSamples
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+
+    if (hMetaDataEnc->nAudioDataDelay) {
+      int i, delaySamples = hMetaDataEnc->nAudioDataDelay*hMetaDataEnc->nChannels;
+
+      for (i = 0; i < nAudioSamples; i++) {
+        INT_PCM tmp = pAudioSamples[i];
+        pAudioSamples[i] = hMetaDataEnc->audioDelayBuffer[hMetaDataEnc->audioDelayIdx];
+        hMetaDataEnc->audioDelayBuffer[hMetaDataEnc->audioDelayIdx] = tmp;
+
+        hMetaDataEnc->audioDelayIdx++;
+        if (hMetaDataEnc->audioDelayIdx >= delaySamples) hMetaDataEnc->audioDelayIdx = 0;
+      }
+    }
+
+    return err;
+}
+
+/*-----------------------------------------------------------------------------
+
+  functionname: WriteMetadataPayload
+  description:  fills anc data and extension payload
+  returns:      Error status
+
+ ------------------------------------------------------------------------------*/
+static FDK_METADATA_ERROR WriteMetadataPayload(
+        const HANDLE_FDK_METADATA_ENCODER hMetaData,
+        const AAC_METADATA * const        pMetadata
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+
+    if ( (hMetaData==NULL) || (pMetadata==NULL) ) {
+        err = METADATA_INVALID_HANDLE;
+        goto bail;
+    }
+
+    hMetaData->nExtensions = 0;
+    hMetaData->matrix_mixdown_idx = -1;
+
+    /* AAC-DRC */
+    if (pMetadata->metadataMode != 0)
+    {
+        hMetaData->exPayload[hMetaData->nExtensions].pData               = hMetaData->drcInfoPayload;
+        hMetaData->exPayload[hMetaData->nExtensions].dataType            = EXT_DYNAMIC_RANGE;
+        hMetaData->exPayload[hMetaData->nExtensions].associatedChElement = -1;
+
+        hMetaData->exPayload[hMetaData->nExtensions].dataSize =
+              WriteDynamicRangeInfoPayload(pMetadata, hMetaData->exPayload[hMetaData->nExtensions].pData);
+
+        hMetaData->nExtensions++;
+
+        /* Matrix Mixdown Coefficient in PCE */
+        if (pMetadata->WritePCEMixDwnIdx) {
+            hMetaData->matrix_mixdown_idx = surmix2matrix_mixdown_idx[pMetadata->surroundMixLevel];
+        }
+
+        /* ETSI TS 101 154 (DVB) - MPEG4 ancillary_data() */
+        if (pMetadata->metadataMode == 2) /* MP4_METADATA_MPEG_ETSI */
+        {
+            hMetaData->exPayload[hMetaData->nExtensions].pData               = hMetaData->drcDsePayload;
+            hMetaData->exPayload[hMetaData->nExtensions].dataType            = EXT_DATA_ELEMENT;
+            hMetaData->exPayload[hMetaData->nExtensions].associatedChElement = -1;
+
+            hMetaData->exPayload[hMetaData->nExtensions].dataSize =
+                 WriteEtsiAncillaryDataPayload(pMetadata,hMetaData->exPayload[hMetaData->nExtensions].pData);
+
+            hMetaData->nExtensions++;
+        } /* metadataMode == 2 */
+
+    } /* metadataMode != 0 */
+
+bail:
+    return err;
+}
+
+static INT WriteDynamicRangeInfoPayload(
+        const AAC_METADATA* const pMetadata,
+        UCHAR* const              pExtensionPayload
+        )
+{
+    const INT pce_tag_present = 0;        /* yet fixed setting! */
+    const INT prog_ref_lev_res_bits = 0;
+    INT i, drc_num_bands = 1;
+
+    FDK_BITSTREAM bsWriter;
+    FDKinitBitStream(&bsWriter, pExtensionPayload, 16, 0, BS_WRITER);
+
+    /* dynamic_range_info() */
+    FDKwriteBits(&bsWriter, pce_tag_present, 1);                                         /* pce_tag_present */
+    if (pce_tag_present) {
+      FDKwriteBits(&bsWriter, 0x0, 4);                                                   /* pce_instance_tag */
+      FDKwriteBits(&bsWriter, 0x0, 4);                                                   /* drc_tag_reserved_bits */
+   }
+
+    /* Exclude channels */
+    FDKwriteBits(&bsWriter, (pMetadata->mpegDrc.excluded_chns_present) ? 1 : 0, 1);      /* excluded_chns_present*/
+
+    /* Multiband DRC */
+    FDKwriteBits(&bsWriter, (pMetadata->mpegDrc.drc_bands_present) ? 1 : 0, 1);          /* drc_bands_present */
+    if (pMetadata->mpegDrc.drc_bands_present)
+    {
+      FDKwriteBits(&bsWriter, pMetadata->mpegDrc.drc_band_incr, 4);                      /* drc_band_incr */
+      FDKwriteBits(&bsWriter, pMetadata->mpegDrc.drc_interpolation_scheme, 4);           /* drc_interpolation_scheme */
+      drc_num_bands += pMetadata->mpegDrc.drc_band_incr;
+      for (i=0; i<drc_num_bands; i++) {
+        FDKwriteBits(&bsWriter, pMetadata->mpegDrc.drc_band_top[i], 8);                  /* drc_band_top */
+      }
+    }
+
+    /* Program Reference Level */
+    FDKwriteBits(&bsWriter, pMetadata->mpegDrc.prog_ref_level_present, 1);               /* prog_ref_level_present */
+    if (pMetadata->mpegDrc.prog_ref_level_present)
+    {
+      FDKwriteBits(&bsWriter, pMetadata->mpegDrc.prog_ref_level, 7);                     /* prog_ref_level */
+      FDKwriteBits(&bsWriter, prog_ref_lev_res_bits, 1);                                 /* prog_ref_level_reserved_bits */
+    }
+
+    /* DRC Values */
+    for (i=0; i<drc_num_bands; i++) {
+      FDKwriteBits(&bsWriter, (pMetadata->mpegDrc.dyn_rng_sgn[i]) ? 1 : 0, 1);           /* dyn_rng_sgn[ */
+      FDKwriteBits(&bsWriter, pMetadata->mpegDrc.dyn_rng_ctl[i], 7);                     /* dyn_rng_ctl */
+    }
+
+    /* return number of valid bits in extension payload. */
+    return FDKgetValidBits(&bsWriter);
+}
+
+static INT WriteEtsiAncillaryDataPayload(
+        const AAC_METADATA* const pMetadata,
+        UCHAR* const              pExtensionPayload
+        )
+{
+    FDK_BITSTREAM bsWriter;
+    FDKinitBitStream(&bsWriter, pExtensionPayload, 16, 0, BS_WRITER);
+
+    /* ancillary_data_sync */
+    FDKwriteBits(&bsWriter, 0xBC, 8);
+
+    /* bs_info */
+    FDKwriteBits(&bsWriter, 0x3, 2);                                                     /* mpeg_audio_type */
+    FDKwriteBits(&bsWriter, pMetadata->dolbySurroundMode, 2);                            /* dolby_surround_mode */
+    FDKwriteBits(&bsWriter, 0x0, 4);                                                     /* reserved */
+
+    /* ancillary_data_status */
+    FDKwriteBits(&bsWriter, 0, 3);                                                       /* 3 bit Reserved, set to "0" */
+    FDKwriteBits(&bsWriter, (pMetadata->DmxLvl_On) ? 1 : 0, 1);                          /* downmixing_levels_MPEG4_status */
+    FDKwriteBits(&bsWriter, 0, 1);                                                       /* Reserved, set to "0" */
+    FDKwriteBits(&bsWriter, (pMetadata->etsiAncData.compression_on) ? 1 : 0, 1);         /* audio_coding_mode_and_compression status */
+    FDKwriteBits(&bsWriter, (pMetadata->etsiAncData.timecode_coarse_status) ? 1 : 0, 1); /* coarse_grain_timecode_status */
+    FDKwriteBits(&bsWriter, (pMetadata->etsiAncData.timecode_fine_status) ? 1 : 0, 1);   /* fine_grain_timecode_status */
+
+    /* downmixing_levels_MPEG4_status */
+    if (pMetadata->DmxLvl_On) {
+      FDKwriteBits(&bsWriter, encodeDmxLvls(pMetadata->centerMixLevel, pMetadata->surroundMixLevel), 8);
+    }
+
+    /* audio_coding_mode_and_compression_status */
+    if (pMetadata->etsiAncData.compression_on) {
+      FDKwriteBits(&bsWriter, 0x01, 8);                                                  /* audio coding mode */
+      FDKwriteBits(&bsWriter, pMetadata->etsiAncData.compression_value, 8);              /* compression value */
+    }
+
+    /* grain-timecode coarse/fine */
+    if (pMetadata->etsiAncData.timecode_coarse_status) {
+      FDKwriteBits(&bsWriter, 0x0, 16);                                                  /* not yet supported */
+    }
+
+    if (pMetadata->etsiAncData.timecode_fine_status) {
+      FDKwriteBits(&bsWriter, 0x0, 16);                                                  /* not yet supported */
+    }
+
+    return FDKgetValidBits(&bsWriter);
+}
+
+
+static FDK_METADATA_ERROR LoadSubmittedMetadata(
+        const AACENC_MetaData * const   hMetadata,
+        const INT                       nChannels,
+        const INT                       metadataMode,
+        AAC_METADATA * const            pAacMetaData
+        )
+{
+    FDK_METADATA_ERROR err = METADATA_OK;
+
+    if (pAacMetaData==NULL) {
+      err = METADATA_INVALID_HANDLE;
+    }
+    else {
+      /* init struct */
+      FDKmemclear(pAacMetaData, sizeof(AAC_METADATA));
+
+      if (hMetadata!=NULL) {
+        /* convert data */
+        pAacMetaData->mpegDrc.drc_profile            = hMetadata->drc_profile;
+        pAacMetaData->etsiAncData.comp_profile       = hMetadata->comp_profile;
+        pAacMetaData->mpegDrc.drc_TargetRefLevel     = hMetadata->drc_TargetRefLevel;
+        pAacMetaData->etsiAncData.comp_TargetRefLevel= hMetadata->comp_TargetRefLevel;
+        pAacMetaData->mpegDrc.prog_ref_level_present = hMetadata->prog_ref_level_present;
+        pAacMetaData->mpegDrc.prog_ref_level         = dialnorm2progreflvl(hMetadata->prog_ref_level);
+
+        pAacMetaData->centerMixLevel                 = hMetadata->centerMixLevel;
+        pAacMetaData->surroundMixLevel               = hMetadata->surroundMixLevel;
+        pAacMetaData->WritePCEMixDwnIdx              = hMetadata->PCE_mixdown_idx_present;
+        pAacMetaData->DmxLvl_On                      = hMetadata->ETSI_DmxLvl_present;
+
+        pAacMetaData->etsiAncData.compression_on = 1;
+
+
+        if (nChannels == 2) {
+          pAacMetaData->dolbySurroundMode = hMetadata->dolbySurroundMode;     /* dolby_surround_mode */
+        } else {
+          pAacMetaData->dolbySurroundMode = 0;
+        }
+
+        pAacMetaData->etsiAncData.timecode_coarse_status = 0; /* not yet supported - attention: Update GetEstMetadataBytesPerFrame() if enable this! */
+        pAacMetaData->etsiAncData.timecode_fine_status   = 0; /* not yet supported - attention: Update GetEstMetadataBytesPerFrame() if enable this! */
+
+        pAacMetaData->metadataMode = metadataMode;
+      }
+      else {
+        pAacMetaData->metadataMode = 0;                      /* there is no configuration available */
+      }
+    }
+
+    return err;
+}
+
+INT FDK_MetadataEnc_GetDelay(
+        HANDLE_FDK_METADATA_ENCODER hMetadataEnc
+        )
+{
+    INT delay = 0;
+
+    if (hMetadataEnc!=NULL) {
+        delay = hMetadataEnc->nAudioDataDelay;
+    }
+
+    return delay;
+}
+
+
diff --git a/libAACenc/src/metadata_main.h b/libAACenc/src/metadata_main.h
new file mode 100644 (file)
index 0000000..bfc8ae1
--- /dev/null
@@ -0,0 +1,224 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**********************  Fraunhofer IIS FDK AAC Encoder lib  ******************
+
+   Author(s): V. Bacigalupo
+   Description: Metadata Encoder library interface functions
+
+******************************************************************************/
+
+#ifndef _METADATA_MAIN_H
+#define _METADATA_MAIN_H
+
+
+/* Includes ******************************************************************/
+#include "aacenc_lib.h"
+#include "aacenc.h"
+
+
+/* Defines *******************************************************************/
+
+/* Data Types ****************************************************************/
+
+typedef enum {
+    METADATA_OK                    = 0x0000,   /*!< No error happened. All fine. */
+    METADATA_INVALID_HANDLE        = 0x0020,   /*!< Handle passed to function call was invalid. */
+    METADATA_MEMORY_ERROR          = 0x0021,   /*!< Memory allocation failed. */
+    METADATA_INIT_ERROR            = 0x0040,   /*!< General initialization error. */
+    METADATA_ENCODE_ERROR          = 0x0060    /*!< The encoding process was interrupted by an unexpected error. */
+
+} FDK_METADATA_ERROR;
+
+/**
+ *  Meta Data handle.
+ */
+typedef struct FDK_METADATA_ENCODER *HANDLE_FDK_METADATA_ENCODER;
+
+
+/**
+ * \brief  Open a Meta Data instance.
+ *
+ * \param phMetadataEnc         A pointer to a Meta Data handle to be allocated. Initialized on return.
+ *
+ * \return
+ *          - METADATA_OK, on succes.
+ *          - METADATA_INVALID_HANDLE, METADATA_MEMORY_ERROR, on failure.
+ */
+FDK_METADATA_ERROR FDK_MetadataEnc_Open(
+        HANDLE_FDK_METADATA_ENCODER     *phMetadataEnc
+        );
+
+
+/**
+ * \brief  Initialize a Meta Data instance.
+ *
+ * \param hMetadataEnc          Meta Data handle.
+ * \param resetStates           Indication for full reset of all states.
+ * \param metadataMode          Configures metat data output format (0,1,2).
+ * \param audioDelay            Delay cause by the audio encoder.
+ * \param frameLength           Number of samples to be processes within one frame.
+ * \param sampleRate            Sampling rat in Hz of audio input signal.
+ * \param nChannels             Number of audio input channels.
+ * \param channelMode           Channel configuration which is used by the encoder.
+ * \param channelOrder          Channel order of the input data. (WAV, MPEG)
+ *
+ * \return
+ *          - METADATA_OK, on succes.
+ *          - METADATA_INVALID_HANDLE, METADATA_INIT_ERROR, on failure.
+ */
+FDK_METADATA_ERROR FDK_MetadataEnc_Init(
+        HANDLE_FDK_METADATA_ENCODER      hMetadataEnc,
+        const INT                        resetStates,
+        const INT                        metadataMode,
+        const INT                        audioDelay,
+        const UINT                       frameLength,
+        const UINT                       sampleRate,
+        const UINT                       nChannels,
+        const CHANNEL_MODE               channelMode,
+        const CHANNEL_ORDER              channelOrder
+        );
+
+
+/**
+ * \brief  Calculate Meta Data processing.
+ *
+ * This function treats all step necessary for meta data processing.
+ * - Receive new meta data and make usable.
+ * - Calculate DRC compressor and extract meta data info.
+ * - Make meta data available for extern use.
+ * - Apply audio data and meta data delay compensation.
+ *
+ * \param hMetadataEnc          Meta Data handle.
+ * \param pAudioSamples         Pointer to audio input data. Existing function overwrites audio data with delayed audio samples.
+ * \param nAudioSamples         Number of input audio samples to be prcessed.
+ * \param pMetadata             Pointer to Metat Data input.
+ * \param ppMetaDataExtPayload  Pointer to extension payload array. Filled on return.
+ * \param nMetaDataExtensions   Pointer to variable to describe number of available extension payloads. Filled on return.
+ * \param matrix_mixdown_idx    Pointer to variable for matrix mixdown coefficient. Filled on return.
+ *
+ * \return
+ *          - METADATA_OK, on succes.
+ *          - METADATA_INVALID_HANDLE, METADATA_ENCODE_ERROR, on failure.
+ */
+FDK_METADATA_ERROR FDK_MetadataEnc_Process(
+        HANDLE_FDK_METADATA_ENCODER      hMetadataEnc,
+        INT_PCM * const                  pAudioSamples,
+        const INT                        nAudioSamples,
+        const AACENC_MetaData * const    pMetadata,
+        AACENC_EXT_PAYLOAD **            ppMetaDataExtPayload,
+        UINT *                           nMetaDataExtensions,
+        INT *                            matrix_mixdown_idx
+        );
+
+
+/**
+ * \brief  Close the Meta Data instance.
+ *
+ * Deallocate instance and free whole memory.
+ *
+ * \param phMetaData            Pointer to the Meta Data handle to be deallocated.
+ *
+ * \return
+ *          - METADATA_OK, on succes.
+ *          - METADATA_INVALID_HANDLE, on failure.
+ */
+FDK_METADATA_ERROR FDK_MetadataEnc_Close(
+        HANDLE_FDK_METADATA_ENCODER     *phMetaData
+        );
+
+
+/**
+ * \brief  Get Meta Data Encoder delay.
+ *
+ * \param hMetadataEnc          Meta Data Encoder handle.
+ *
+ * \return  Delay caused by Meta Data module.
+ */
+INT FDK_MetadataEnc_GetDelay(
+        HANDLE_FDK_METADATA_ENCODER      hMetadataEnc
+        );
+
+
+#endif /* _METADATA_MAIN_H */
+
diff --git a/libAACenc/src/ms_stereo.cpp b/libAACenc/src/ms_stereo.cpp
new file mode 100644 (file)
index 0000000..306d490
--- /dev/null
@@ -0,0 +1,251 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: MS stereo processing
+
+******************************************************************************/
+#include "ms_stereo.h"
+
+#include "psy_const.h"
+
+/* static const float scaleMinThres = 1.0f; */ /* 0.75f for 3db boost */
+
+void FDKaacEnc_MsStereoProcessing(PSY_DATA   *RESTRICT psyData[(2)],
+                        PSY_OUT_CHANNEL* psyOutChannel[2],
+                        const INT  *isBook,
+                        INT        *msDigest,       /* output */
+                        INT        *msMask,         /* output */
+                        const INT   sfbCnt,
+                        const INT   sfbPerGroup,
+                        const INT   maxSfbPerGroup,
+                        const INT  *sfbOffset)
+{
+    FIXP_DBL        *sfbEnergyLeft = psyData[0]->sfbEnergy.Long;                       /* modified where msMask==1 */
+    FIXP_DBL        *sfbEnergyRight = psyData[1]->sfbEnergy.Long;                      /* modified where msMask==1 */
+    const FIXP_DBL  *sfbEnergyMid = psyData[0]->sfbEnergyMS.Long;
+    const FIXP_DBL  *sfbEnergySide = psyData[1]->sfbEnergyMS.Long;
+    FIXP_DBL        *sfbThresholdLeft = psyData[0]->sfbThreshold.Long;                 /* modified where msMask==1 */
+    FIXP_DBL        *sfbThresholdRight = psyData[1]->sfbThreshold.Long;                /* modified where msMask==1 */
+
+    FIXP_DBL        *sfbSpreadEnLeft = psyData[0]->sfbSpreadEnergy.Long;
+    FIXP_DBL        *sfbSpreadEnRight = psyData[1]->sfbSpreadEnergy.Long;
+
+    FIXP_DBL        *sfbEnergyLeftLdData = psyOutChannel[0]->sfbEnergyLdData;        /* modified where msMask==1 */
+    FIXP_DBL        *sfbEnergyRightLdData = psyOutChannel[1]->sfbEnergyLdData;       /* modified where msMask==1 */
+    FIXP_DBL        *sfbEnergyMidLdData = psyData[0]->sfbEnergyMSLdData;
+    FIXP_DBL        *sfbEnergySideLdData = psyData[1]->sfbEnergyMSLdData;
+    FIXP_DBL        *sfbThresholdLeftLdData = psyOutChannel[0]->sfbThresholdLdData;  /* modified where msMask==1 */
+    FIXP_DBL        *sfbThresholdRightLdData = psyOutChannel[1]->sfbThresholdLdData; /* modified where msMask==1 */
+
+    FIXP_DBL        *mdctSpectrumLeft = psyData[0]->mdctSpectrum;                      /* modified where msMask==1 */
+    FIXP_DBL        *mdctSpectrumRight = psyData[1]->mdctSpectrum;                     /* modified where msMask==1 */
+
+    INT             sfb,sfboffs, j;           /* loop counters         */
+    FIXP_DBL        pnlrLdData, pnmsLdData;
+    FIXP_DBL        minThresholdLdData;
+    FIXP_DBL        minThreshold;
+    INT             useMS;
+
+    INT             msMaskTrueSomewhere = 0;  /* to determine msDigest */
+    INT             numMsMaskFalse = 0;       /* number of non-intensity bands where L/R coding is used */
+
+    for(sfb=0; sfb<sfbCnt; sfb+=sfbPerGroup) {
+      for(sfboffs=0;sfboffs<maxSfbPerGroup;sfboffs++) {
+
+        if ( (isBook==NULL) ? 1 : (isBook[sfb+sfboffs] == 0) ) {
+          FIXP_DBL tmp;
+
+/*
+          minThreshold=min(sfbThresholdLeft[sfb+sfboffs], sfbThresholdRight[sfb+sfboffs])*scaleMinThres;
+          pnlr = (sfbThresholdLeft[sfb+sfboffs]/
+                 max(sfbEnergyLeft[sfb+sfboffs],sfbThresholdLeft[sfb+sfboffs]))*
+                 (sfbThresholdRight[sfb+sfboffs]/
+                 max(sfbEnergyRight[sfb+sfboffs],sfbThresholdRight[sfb+sfboffs]));
+          pnms = (minThreshold/max(sfbEnergyMid[sfb+sfboffs],minThreshold))*
+                 (minThreshold/max(sfbEnergySide[sfb+sfboffs],minThreshold));
+          useMS = (pnms > pnlr);
+*/
+
+          /* we assume that scaleMinThres == 1.0f and we can drop it */
+          minThresholdLdData = fixMin(sfbThresholdLeftLdData[sfb+sfboffs], sfbThresholdRightLdData[sfb+sfboffs]);
+
+          /* pnlrLdData = sfbThresholdLeftLdData[sfb+sfboffs] -
+                        max(sfbEnergyLeftLdData[sfb+sfboffs], sfbThresholdLeftLdData[sfb+sfboffs]) +
+                        sfbThresholdRightLdData[sfb+sfboffs] -
+                        max(sfbEnergyRightLdData[sfb+sfboffs], sfbThresholdRightLdData[sfb+sfboffs]); */
+          tmp = fixMax(sfbEnergyLeftLdData[sfb+sfboffs], sfbThresholdLeftLdData[sfb+sfboffs]);
+          pnlrLdData = (sfbThresholdLeftLdData[sfb+sfboffs]>>1) - (tmp>>1);
+          pnlrLdData = pnlrLdData + (sfbThresholdRightLdData[sfb+sfboffs]>>1);
+          tmp = fixMax(sfbEnergyRightLdData[sfb+sfboffs], sfbThresholdRightLdData[sfb+sfboffs]);
+          pnlrLdData = pnlrLdData - (tmp>>1);
+
+          /* pnmsLdData = minThresholdLdData - max(sfbEnergyMidLdData[sfb+sfboffs], minThresholdLdData) +
+                        minThresholdLdData - max(sfbEnergySideLdData[sfb+sfboffs], minThresholdLdData); */
+          tmp = fixMax(sfbEnergyMidLdData[sfb+sfboffs], minThresholdLdData);
+          pnmsLdData = minThresholdLdData - (tmp>>1);
+          tmp = fixMax(sfbEnergySideLdData[sfb+sfboffs], minThresholdLdData);
+          pnmsLdData = pnmsLdData - (tmp>>1);
+          useMS = (pnmsLdData > (pnlrLdData));
+
+
+          if (useMS) {
+            msMask[sfb+sfboffs] = 1;
+            msMaskTrueSomewhere = 1;
+            for(j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+              FIXP_DBL specL, specR;
+              specL = mdctSpectrumLeft[j]>>1;
+              specR = mdctSpectrumRight[j]>>1;
+              mdctSpectrumLeft[j] = specL + specR;
+              mdctSpectrumRight[j] = specL - specR;
+            }
+            minThreshold = fixMin(sfbThresholdLeft[sfb+sfboffs], sfbThresholdRight[sfb+sfboffs]);
+            sfbThresholdLeft[sfb+sfboffs] = sfbThresholdRight[sfb+sfboffs] = minThreshold;
+            sfbThresholdLeftLdData[sfb+sfboffs] = sfbThresholdRightLdData[sfb+sfboffs] = minThresholdLdData;
+            sfbEnergyLeft[sfb+sfboffs] = sfbEnergyMid[sfb+sfboffs];
+            sfbEnergyRight[sfb+sfboffs] = sfbEnergySide[sfb+sfboffs];
+            sfbEnergyLeftLdData[sfb+sfboffs] = sfbEnergyMidLdData[sfb+sfboffs];
+            sfbEnergyRightLdData[sfb+sfboffs] = sfbEnergySideLdData[sfb+sfboffs];
+
+            sfbSpreadEnLeft[sfb+sfboffs] = sfbSpreadEnRight[sfb+sfboffs] =
+                     fixMin( sfbSpreadEnLeft[sfb+sfboffs],
+                             sfbSpreadEnRight[sfb+sfboffs] ) >> 1;
+
+          }
+          else {
+            msMask[sfb+sfboffs] = 0;
+            numMsMaskFalse++;
+          } /* useMS */
+        } /* isBook */
+        else {
+          /* keep mDigest from IS module */
+          if (msMask[sfb+sfboffs]) {
+            msMaskTrueSomewhere = 1;
+          }
+          /* prohibit MS_MASK_ALL in combination with IS */
+          numMsMaskFalse = 9;
+        } /* isBook */
+      } /* sfboffs */
+    } /* sfb */
+
+
+    if(msMaskTrueSomewhere == 1) {
+      if ((numMsMaskFalse == 0) || ((numMsMaskFalse < maxSfbPerGroup) && (numMsMaskFalse < 9))) {
+        *msDigest = SI_MS_MASK_ALL;
+        /* loop through M/S bands; if msMask==0, set it to 1 and apply M/S */
+        for (sfb = 0; sfb < sfbCnt; sfb += sfbPerGroup) {
+          for (sfboffs = 0; sfboffs < maxSfbPerGroup; sfboffs++) {
+            if (( (isBook == NULL) ? 1 : (isBook[sfb+sfboffs] == 0) ) && (msMask[sfb+sfboffs] == 0)) {
+              msMask[sfb+sfboffs] = 1;
+              /* apply M/S coding */
+              for(j=sfbOffset[sfb+sfboffs]; j<sfbOffset[sfb+sfboffs+1]; j++) {
+                FIXP_DBL specL, specR;
+                specL = mdctSpectrumLeft[j]>>1;
+                specR = mdctSpectrumRight[j]>>1;
+                mdctSpectrumLeft[j] = specL + specR;
+                mdctSpectrumRight[j] = specL - specR;
+              }
+              minThreshold = fixMin(sfbThresholdLeft[sfb+sfboffs], sfbThresholdRight[sfb+sfboffs]);
+              sfbThresholdLeft[sfb+sfboffs] = sfbThresholdRight[sfb+sfboffs] = minThreshold;
+              minThresholdLdData = fixMin(sfbThresholdLeftLdData[sfb+sfboffs], sfbThresholdRightLdData[sfb+sfboffs]);
+              sfbThresholdLeftLdData[sfb+sfboffs] = sfbThresholdRightLdData[sfb+sfboffs] = minThresholdLdData;
+              sfbEnergyLeft[sfb+sfboffs] = sfbEnergyMid[sfb+sfboffs];
+              sfbEnergyRight[sfb+sfboffs] = sfbEnergySide[sfb+sfboffs];
+              sfbEnergyLeftLdData[sfb+sfboffs] = sfbEnergyMidLdData[sfb+sfboffs];
+              sfbEnergyRightLdData[sfb+sfboffs] = sfbEnergySideLdData[sfb+sfboffs];
+
+              sfbSpreadEnLeft[sfb+sfboffs] = sfbSpreadEnRight[sfb+sfboffs] =
+                       fixMin( sfbSpreadEnLeft[sfb+sfboffs],
+                               sfbSpreadEnRight[sfb+sfboffs] ) >> 1;
+            }
+          }
+        }
+      } else {
+        *msDigest = SI_MS_MASK_SOME;
+      }
+    } else {
+      *msDigest = SI_MS_MASK_NONE;
+    }
+}
diff --git a/libAACenc/src/ms_stereo.h b/libAACenc/src/ms_stereo.h
new file mode 100644 (file)
index 0000000..2f3addb
--- /dev/null
@@ -0,0 +1,107 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: MS stereo processing
+
+******************************************************************************/
+
+#ifndef __MS_STEREO_H__
+#define __MS_STEREO_H__
+
+
+#include "interface.h"
+
+void FDKaacEnc_MsStereoProcessing(PSY_DATA   *RESTRICT psyData[(2)],
+                        PSY_OUT_CHANNEL* psyOutChannel[2],
+                        const INT  *isBook,
+                        INT        *msDigest,       /* output */
+                        INT        *msMask,         /* output */
+                        const INT   sfbCnt,
+                        const INT   sfbPerGroup,
+                        const INT   maxSfbPerGroup,
+                        const INT  *sfbOffset);
+
+#endif
diff --git a/libAACenc/src/noisedet.cpp b/libAACenc/src/noisedet.cpp
new file mode 100644 (file)
index 0000000..f3c51de
--- /dev/null
@@ -0,0 +1,228 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: noisedet.c
+                         Routines for Noise Detection
+
+******************************************************************************/
+
+#include "noisedet.h"
+
+#include "aacenc_pns.h"
+#include "pnsparam.h"
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_fuzzyIsSmaller
+    description:  Fuzzy value calculation for "testVal is smaller than refVal"
+    returns:      fuzzy value
+    input:        test and ref Value,
+                  low and high Lim
+    output:       return fuzzy value
+
+*****************************************************************************/
+static FIXP_SGL FDKaacEnc_fuzzyIsSmaller( FIXP_DBL testVal,
+                                FIXP_DBL refVal,
+                                FIXP_DBL loLim,
+                                FIXP_DBL hiLim )
+{
+  if (refVal <= FL2FXCONST_DBL(0.0))
+        return( FL2FXCONST_SGL(0.0f) );
+  else if (testVal >= fMult((hiLim>>1)+(loLim>>1), refVal))
+        return( FL2FXCONST_SGL(0.0f) );
+  else  return( (FIXP_SGL)MAXVAL_SGL );
+}
+
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_noiseDetect
+    description:  detect tonal sfb's; two tests
+                  Powerdistribution:
+                    sfb splittet in four regions,
+                    compare the energy in all sections
+                  PsychTonality:
+                    compare tonality from chaosmeasure with reftonality
+    returns:
+    input:        spectrum of one large mdct
+                  number of sfb's
+                  pointer to offset of sfb's
+                  pointer to noiseFuzzyMeasure (modified)
+                  noiseparams struct
+                  pointer to sfb energies
+                  pointer to tonality calculated in chaosmeasure
+    output:       noiseFuzzy Measure
+
+*****************************************************************************/
+
+void FDKaacEnc_noiseDetect(FIXP_DBL    *RESTRICT mdctSpectrum,
+                 INT         *RESTRICT sfbMaxScaleSpec,
+                 INT          sfbActive,
+                 const INT   *RESTRICT sfbOffset,
+                 FIXP_SGL    *RESTRICT noiseFuzzyMeasure,
+                 NOISEPARAMS *np,
+                 FIXP_SGL    *RESTRICT sfbtonality )
+
+{
+  int    i, k, sfb, sfbWidth;
+  FIXP_SGL fuzzy, fuzzyTotal;
+  FIXP_DBL refVal, testVal;
+
+  /***** Start detection phase *****/
+  /* Start noise detection for each band based on a number of checks */
+  for (sfb=0; sfb<sfbActive; sfb++) {
+
+    fuzzyTotal = (FIXP_SGL)MAXVAL_SGL;
+    sfbWidth = sfbOffset[sfb+1] - sfbOffset[sfb];
+
+    /* Reset output for lower bands or too small bands */
+    if (sfb < np->startSfb  ||  sfbWidth < np->minSfbWidth) {
+      noiseFuzzyMeasure[sfb] = FL2FXCONST_SGL(0.0f);
+      continue;
+    }
+
+    if ( (np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
+      FIXP_DBL fhelp1, fhelp2, fhelp3, fhelp4, maxVal, minVal;
+      INT leadingBits = fixMax(0,(sfbMaxScaleSpec[sfb] - 3));         /* max sfbWidth = 96/4 ; 2^5=32 => 5/2 = 3 (spc*spc) */
+
+      /*  check power distribution in four regions */
+      fhelp1 = fhelp2 = fhelp3 = fhelp4 = FL2FXCONST_DBL(0.0f);
+      k = sfbWidth >>2;  /* Width of a quarter band */
+
+      for (i=sfbOffset[sfb]; i<sfbOffset[sfb]+k; i++) {
+        fhelp1 = fPow2AddDiv2(fhelp1, mdctSpectrum[i]<<leadingBits);
+        fhelp2 = fPow2AddDiv2(fhelp2, mdctSpectrum[i+k]<<leadingBits);
+        fhelp3 = fPow2AddDiv2(fhelp3, mdctSpectrum[i+2*k]<<leadingBits);
+        fhelp4 = fPow2AddDiv2(fhelp4, mdctSpectrum[i+3*k]<<leadingBits);
+      }
+
+      /* get max into fhelp: */
+      maxVal = fixMax(fhelp1, fhelp2);
+      maxVal = fixMax(maxVal, fhelp3);
+      maxVal = fixMax(maxVal, fhelp4);
+
+      /* get min into fhelp1: */
+      minVal = fixMin(fhelp1, fhelp2);
+      minVal = fixMin(minVal, fhelp3);
+      minVal = fixMin(minVal, fhelp4);
+
+      /* Normalize min and max Val */
+      leadingBits = CountLeadingBits(maxVal);
+      testVal = maxVal << leadingBits;
+      refVal  = minVal << leadingBits;
+
+      /* calculate fuzzy value for power distribution */
+      testVal = fMultDiv2(testVal, np->powDistPSDcurve[sfb]);
+
+      fuzzy = FDKaacEnc_fuzzyIsSmaller(testVal,           /* 1/2 * maxValue * PSDcurve */
+                             refVal,            /* 1   * minValue            */
+                             FL2FXCONST_DBL(0.495),  /* 1/2 * loLim  (0.99f/2)    */
+                             FL2FXCONST_DBL(0.505)); /* 1/2 * hiLim  (1.01f/2)    */
+
+      fuzzyTotal = fixMin(fuzzyTotal, fuzzy);
+    }
+
+    if ( (np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
+      /* Detection with tonality-value of psych. acoustic (here: 1 is tonal!)*/
+
+      testVal = FX_SGL2FX_DBL(sfbtonality[sfb])>>1;          /* 1/2 * sfbTonality         */
+      refVal  = np->refTonality;
+
+      fuzzy   = FDKaacEnc_fuzzyIsSmaller(testVal,
+                               refVal,
+                               FL2FXCONST_DBL(0.45f),    /* 1/2 * loLim  (0.9f/2)     */
+                               FL2FXCONST_DBL(0.55f));   /* 1/2 * hiLim  (1.1f/2)     */
+
+      fuzzyTotal = fixMin(fuzzyTotal, fuzzy);
+    }
+
+
+    /* Output of final result */
+    noiseFuzzyMeasure[sfb] = fuzzyTotal;
+  }
+}
diff --git a/libAACenc/src/noisedet.h b/libAACenc/src/noisedet.h
new file mode 100644 (file)
index 0000000..8d5e365
--- /dev/null
@@ -0,0 +1,108 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: noisedet.h
+
+******************************************************************************/
+
+#ifndef __NOISEDET_H
+#define __NOISEDET_H
+
+#include "common_fix.h"
+
+#include "pnsparam.h"
+#include "psy_data.h"
+
+
+void FDKaacEnc_noiseDetect( FIXP_DBL    *mdctSpectrum,
+                  INT         *sfbMaxScaleSpec,
+                  INT          sfbActive,
+                  const INT   *sfbOffset,
+                  FIXP_SGL     noiseFuzzyMeasure[],
+                  NOISEPARAMS *np,
+                  FIXP_SGL    *sfbtonality );
+
+#endif
diff --git a/libAACenc/src/pns_func.h b/libAACenc/src/pns_func.h
new file mode 100644 (file)
index 0000000..efa44ef
--- /dev/null
@@ -0,0 +1,150 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: pns_func.h
+
+******************************************************************************/
+
+#ifndef _PNS_FUNC_H
+#define _PNS_FUNC_H
+
+#include "common_fix.h"
+
+#include "aacenc_pns.h"
+#include "psy_data.h"
+
+
+
+AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf,
+                                                 INT        bitRate,
+                                                 INT        sampleRate,
+                                                 INT        usePns,
+                                                 INT        sfbCnt,
+                                                 const INT  *sfbOffset,
+                                                 const INT  numChan,
+                                                 const INT  isLC );
+
+void FDKaacEnc_PnsDetect( PNS_CONFIG  *pnsConf,
+                PNS_DATA    *pnsData,
+                const INT   lastWindowSequence,
+                const INT   sfbActive,
+                const INT   maxSfbPerGroup,
+                FIXP_DBL    *sfbThresholdLdData,
+                const INT   *sfbOffset,
+                FIXP_DBL    *mdctSpectrum,
+                INT         *sfbMaxScaleSpec,
+                FIXP_SGL    *sfbtonality,
+                int         tnsOrder,
+                INT         tnsPredictionGain,
+                INT         tnsActive,
+                FIXP_DBL    *sfbEnergyLdData,
+                INT         *noiseNrg );
+
+void FDKaacEnc_CodePnsChannel( const INT     sfbActive,
+                     PNS_CONFIG    *pnsConf,
+                     INT           *pnsFlag,
+                     FIXP_DBL      *sfbEnergy,
+                     INT           *noiseNrg,
+                     FIXP_DBL      *sfbThreshold );
+
+void FDKaacEnc_PreProcessPnsChannelPair( const INT  sfbActive,
+                               FIXP_DBL   *sfbEnergyLeft,
+                               FIXP_DBL   *sfbEnergyRight,
+                               FIXP_DBL   *sfbEnergyLeftLD,
+                               FIXP_DBL   *sfbEnergyRightLD,
+                               FIXP_DBL   *sfbEnergyMid,
+                               PNS_CONFIG *pnsConfLeft,
+                               PNS_DATA   *pnsDataLeft,
+                               PNS_DATA   *pnsDataRight );
+
+void FDKaacEnc_PostProcessPnsChannelPair( const INT   sfbActive,
+                                PNS_CONFIG  *pnsConf,
+                                PNS_DATA    *pnsDataLeft,
+                                PNS_DATA    *pnsDataRight,
+                                INT         *msMask,
+                                INT         *msDigest );
+
+#endif /* _PNS_FUNC_H */
diff --git a/libAACenc/src/pnsparam.cpp b/libAACenc/src/pnsparam.cpp
new file mode 100644 (file)
index 0000000..afc5bdd
--- /dev/null
@@ -0,0 +1,308 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Lohwasser
+   contents/description: PNS parameters depending on bitrate and bandwidth
+
+******************************************************************************/
+
+#include "pnsparam.h"
+#include "psy_configuration.h"
+
+typedef struct {
+  SHORT     startFreq;
+  /* Parameters for detection */
+  FIXP_SGL  refPower;
+  FIXP_SGL  refTonality;
+  SHORT     tnsGainThreshold;     /* scaled by TNS_PREDGAIN_SCALE (=1000) */
+  SHORT     tnsPNSGainThreshold;  /* scaled by TNS_PREDGAIN_SCALE (=1000) */
+  FIXP_SGL  gapFillThr;
+  SHORT     minSfbWidth;
+  USHORT    detectionAlgorithmFlags;
+} PNS_INFO_TAB;
+
+
+typedef struct {
+  ULONG brFrom;
+  ULONG brTo;
+  UCHAR S22050;
+  UCHAR S24000;
+  UCHAR S32000;
+  UCHAR S44100;
+  UCHAR S48000;
+} AUTO_PNS_TAB;
+
+static const AUTO_PNS_TAB levelTable_mono[]= {
+  {0,      11999, 1, 1, 1, 1, 1,},
+  {12000,  19999, 1, 1, 1, 1, 1,},
+  {20000,  28999, 2, 1, 1, 1, 1,},
+  {29000,  40999, 4, 4, 4, 2, 2,},
+  {41000,  55999, 9, 9, 7, 7, 7,},
+  {56000,  79999, 0, 0, 0, 9, 9,},
+  {80000,  99999, 0, 0, 0, 0, 0,},
+  {100000,999999, 0, 0, 0, 0, 0,},
+};
+
+static const AUTO_PNS_TAB levelTable_stereo[]= {
+  {0,      11999, 1, 1, 1, 1, 1,},
+  {12000,  19999, 3, 1, 1, 1, 1,},
+  {20000,  28999, 3, 3, 3, 2, 2,},
+  {29000,  40999, 7, 6, 6, 5, 5,},
+  {41000,  55999, 9, 9, 7, 7, 7,},
+  {56000,  79999, 0, 0, 0, 0, 0,},
+  {80000,  99999, 0, 0, 0, 0, 0,},
+  {100000,999999, 0, 0, 0, 0, 0,},
+};
+
+
+static const PNS_INFO_TAB pnsInfoTab[] = {
+/*0   pns off */
+/*1*/ { 4000, FL2FXCONST_SGL(0.04), FL2FXCONST_SGL(0.06), 1150, 1200, FL2FXCONST_SGL(0.02), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS /*| JUST_LONG_WINDOW*/ },
+/*2*/ { 4000, FL2FXCONST_SGL(0.04), FL2FXCONST_SGL(0.07), 1130, 1300, FL2FXCONST_SGL(0.05), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS /*| JUST_LONG_WINDOW*/ },
+/*3*/ { 4100, FL2FXCONST_SGL(0.04), FL2FXCONST_SGL(0.07), 1100, 1400, FL2FXCONST_SGL(0.10), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS /*| JUST_LONG_WINDOW*/ },
+/*4*/ { 4100, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.10), 1100, 1400, FL2FXCONST_SGL(0.15), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS /*| JUST_LONG_WINDOW*/ },
+/*5*/ { 4300, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.10), 1100, 1400, FL2FXCONST_SGL(0.15), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*6*/ { 5000, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.10), 1100, 1400, FL2FXCONST_SGL(0.25), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*7*/ { 5500, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.12), 1100, 1400, FL2FXCONST_SGL(0.35), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*8*/ { 6000, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.12), 1080, 1400, FL2FXCONST_SGL(0.40), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*9*/ { 6000, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.14), 1070, 1400, FL2FXCONST_SGL(0.45), 8,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+};
+
+static const AUTO_PNS_TAB levelTable_lowComplexity[]= {
+  {0,      27999, 0, 0, 0, 0, 0,},
+  {28000,  31999, 2, 2, 2, 2, 2,},
+  {32000,  47999, 3, 3, 3, 3, 3,},
+  {48000,  48000, 4, 4, 4, 4, 4,},
+  {48001, 999999, 0, 0, 0, 0, 0,},
+};
+
+/* conversion of old LC tuning tables to new (LD enc) structure (only entries which are actually used were converted) */
+static const PNS_INFO_TAB pnsInfoTab_lowComplexity[] = {
+/*0   pns off */
+      /* DEFAULT parameter set */
+/*1*/ { 4100, FL2FXCONST_SGL(0.03), FL2FXCONST_SGL(0.16), 1100, 1400, FL2FXCONST_SGL(0.5), 16,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*2*/ { 4100, FL2FXCONST_SGL(0.05), FL2FXCONST_SGL(0.10), 1410, 1400, FL2FXCONST_SGL(0.5), 16,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+/*3*/ { 4100, FL2FXCONST_SGL(0.05), FL2FXCONST_SGL(0.10), 1100, 1400, FL2FXCONST_SGL(0.5), 16,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+      /* LOWSUBST -> PNS is used less often than with DEFAULT parameter set (for br: 48000 - 79999) */
+/*4*/ { 4100, FL2FXCONST_SGL(0.20), FL2FXCONST_SGL(0.10), 1410, 1400, FL2FXCONST_SGL(0.5), 16,
+        USE_POWER_DISTRIBUTION | USE_PSYCH_TONALITY | USE_TNS_GAIN_THR | USE_TNS_PNS | JUST_LONG_WINDOW },
+};
+
+/****************************************************************************
+  function to look up used pns level
+****************************************************************************/
+int FDKaacEnc_lookUpPnsUse (int bitRate, int sampleRate, int numChan, const int isLC) {
+
+  int hUsePns=0, size, i;
+  const AUTO_PNS_TAB *levelTable;
+
+  if (isLC) {
+    levelTable = &levelTable_lowComplexity[0];
+    size = sizeof(levelTable_lowComplexity);
+  } else
+  { /* (E)LD */
+    levelTable = (numChan > 1) ? &levelTable_stereo[0] : &levelTable_mono[0];
+    size = (numChan > 1) ? sizeof(levelTable_stereo) : sizeof(levelTable_mono);
+  }
+
+  for(i = 0; i < (int) (size/sizeof(AUTO_PNS_TAB)); i++) {
+    if(((ULONG)bitRate >= levelTable[i].brFrom) &&
+       ((ULONG)bitRate <= levelTable[i].brTo) )
+      break;
+  }
+
+  /* sanity check */
+  if ((int)(sizeof(pnsInfoTab)/sizeof(PNS_INFO_TAB)) < i ) {
+    return (PNS_TABLE_ERROR);
+  }
+
+  switch (sampleRate) {
+  case 22050: hUsePns = levelTable[i].S22050; break;
+  case 24000: hUsePns = levelTable[i].S24000; break;
+  case 32000: hUsePns = levelTable[i].S32000; break;
+  case 44100: hUsePns = levelTable[i].S44100; break;
+  case 48000: hUsePns = levelTable[i].S48000; break;
+  default:
+    if (isLC) {
+      hUsePns = levelTable[i].S48000;
+    }
+    break;
+  }
+
+  return (hUsePns);
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_GetPnsParam
+    description:  Gets PNS parameters depending on bitrate and bandwidth
+    returns:      error status
+    input:        Noiseparams struct, bitrate, sampling rate,
+                  number of sfb's, pointer to sfb offset
+    output:       PNS parameters
+
+*****************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_GetPnsParam(NOISEPARAMS *np,
+                                        INT         bitRate,
+                                        INT         sampleRate,
+                                        INT         sfbCnt,
+                                        const INT   *sfbOffset,
+                                        INT         *usePns,
+                                        INT         numChan,
+                                        const int   isLC)
+
+{
+    int i, hUsePns;
+    const PNS_INFO_TAB *pnsInfo;
+
+    if (isLC) {
+      np->detectionAlgorithmFlags = IS_LOW_COMLEXITY;
+      pnsInfo = pnsInfoTab_lowComplexity;
+    }
+    else
+    {
+      np->detectionAlgorithmFlags = 0;
+      pnsInfo = pnsInfoTab;
+    }
+
+    if (*usePns<=0)
+        return AAC_ENC_OK;
+
+    /* new pns params */
+    hUsePns = FDKaacEnc_lookUpPnsUse (bitRate, sampleRate, numChan, isLC);
+    if (hUsePns == 0) {
+      *usePns = 0;
+        return AAC_ENC_OK;
+        }
+    if (hUsePns == PNS_TABLE_ERROR)
+      return AAC_ENC_PNS_TABLE_ERROR;
+
+    /* select correct row of tuning table */
+    pnsInfo += hUsePns-1;
+
+    np->startSfb = FDKaacEnc_FreqToBandWithRounding( pnsInfo->startFreq,
+        sampleRate,
+        sfbCnt,
+        sfbOffset );
+
+    np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags;
+
+    np->refPower             = FX_SGL2FX_DBL(pnsInfo->refPower);
+    np->refTonality          = FX_SGL2FX_DBL(pnsInfo->refTonality);
+    np->tnsGainThreshold     = pnsInfo->tnsGainThreshold;
+    np->tnsPNSGainThreshold  = pnsInfo->tnsPNSGainThreshold;
+    np->minSfbWidth          = pnsInfo->minSfbWidth;
+
+    np->gapFillThr           = (FIXP_SGL)pnsInfo->gapFillThr;
+
+    /* assuming a constant dB/Hz slope in the signal's PSD curve,
+    the detection threshold needs to be corrected for the width of the band */
+    for ( i = 0; i < (sfbCnt-1); i++)
+    {
+        INT qtmp, sfbWidth;
+        FIXP_DBL tmp;
+
+        sfbWidth = sfbOffset[i+1]-sfbOffset[i];
+
+        tmp = fPow(np->refPower, 0, sfbWidth, DFRACT_BITS-1-5, &qtmp);
+        np->powDistPSDcurve[i] = (FIXP_SGL)((LONG)(scaleValue(tmp, qtmp) >> 16));
+    }
+    np->powDistPSDcurve[sfbCnt] = np->powDistPSDcurve[sfbCnt-1];
+
+  return AAC_ENC_OK;
+}
diff --git a/libAACenc/src/pnsparam.h b/libAACenc/src/pnsparam.h
new file mode 100644 (file)
index 0000000..08bb83e
--- /dev/null
@@ -0,0 +1,141 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Lohwasser
+   contents/description: PNS parameters depending on bitrate and bandwidth
+
+******************************************************************************/
+
+#ifndef __PNSPARAM_H
+#define __PNSPARAM_H
+
+#include "aacenc.h"
+#include "common_fix.h"
+#include "psy_const.h"
+
+#define NUM_PNSINFOTAB    4
+#define PNS_TABLE_ERROR   -1
+
+/* detection algorithm flags */
+#define USE_POWER_DISTRIBUTION           (1<<0)
+#define USE_PSYCH_TONALITY               (1<<1)
+#define USE_TNS_GAIN_THR                 (1<<2)
+#define USE_TNS_PNS                      (1<<3)
+#define JUST_LONG_WINDOW                 (1<<4)
+/* additional algorithm flags */
+#define IS_LOW_COMLEXITY                 (1<<5)
+
+typedef struct
+{
+  /* PNS start band */
+  short startSfb;
+
+  /* detection algorithm flags */
+  USHORT detectionAlgorithmFlags;
+
+  /* Parameters for detection */
+  FIXP_DBL  refPower;
+  FIXP_DBL  refTonality;
+  INT       tnsGainThreshold;
+  INT       tnsPNSGainThreshold;
+  INT       minSfbWidth;
+  FIXP_SGL  powDistPSDcurve[MAX_GROUPED_SFB];
+  FIXP_SGL  gapFillThr;
+} NOISEPARAMS;
+
+int FDKaacEnc_lookUpPnsUse (int bitRate, int sampleRate, int numChan, const int isLC);
+
+/****** Definition of prototypes ******/
+
+AAC_ENCODER_ERROR FDKaacEnc_GetPnsParam(NOISEPARAMS *np,
+                                        INT         bitRate,
+                                        INT         sampleRate,
+                                        INT         sfbCnt,
+                                        const INT   *sfbOffset,
+                                        INT         *usePns,
+                                        INT         numChan,
+                                        const INT   isLC);
+
+#endif
diff --git a/libAACenc/src/pre_echo_control.cpp b/libAACenc/src/pre_echo_control.cpp
new file mode 100644 (file)
index 0000000..3dfd8ed
--- /dev/null
@@ -0,0 +1,170 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Pre echo control
+
+******************************************************************************/
+
+#include "pre_echo_control.h"
+#include "psy_configuration.h"
+
+void FDKaacEnc_InitPreEchoControl(FIXP_DBL    *RESTRICT pbThresholdNm1,
+                                  INT         *calcPreEcho,
+                                  INT          numPb,
+                                  FIXP_DBL    *RESTRICT sfbPcmQuantThreshold,
+                                  INT         *mdctScalenm1)
+{
+  *mdctScalenm1 = PCM_QUANT_THR_SCALE>>1;
+
+  FDKmemcpy(pbThresholdNm1, sfbPcmQuantThreshold, numPb*sizeof(FIXP_DBL));
+
+  *calcPreEcho = 1;
+}
+
+
+void FDKaacEnc_PreEchoControl(FIXP_DBL   *RESTRICT pbThresholdNm1,
+                              INT         calcPreEcho,
+                              INT         numPb,
+                              INT         maxAllowedIncreaseFactor,
+                              FIXP_SGL    minRemainingThresholdFactor,
+                              FIXP_DBL   *RESTRICT pbThreshold,
+                              INT         mdctScale,
+                              INT        *mdctScalenm1)
+{
+    int i;
+    FIXP_DBL tmpThreshold1, tmpThreshold2;
+    int scaling;
+
+       /* If lastWindowSequence in previous frame was start- or stop-window,
+          skip preechocontrol calculation */
+    if (calcPreEcho==0) {
+      /* copy thresholds to internal memory */
+      FDKmemcpy(pbThresholdNm1, pbThreshold, numPb*sizeof(FIXP_DBL));
+      *mdctScalenm1 = mdctScale;
+      return;
+    }
+
+    if ( mdctScale > *mdctScalenm1 ) {
+        /* if current thresholds are downscaled more than the ones from the last block */
+        scaling = 2*(mdctScale-*mdctScalenm1);
+        for(i = 0; i < numPb; i++) {
+
+            /* multiplication with return data type fract ist equivalent to int multiplication */
+            FDK_ASSERT(scaling>=0);
+            tmpThreshold1 = maxAllowedIncreaseFactor * (pbThresholdNm1[i]>>scaling);
+            tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]);
+
+                       FIXP_DBL tmp = pbThreshold[i];
+
+            /* copy thresholds to internal memory */
+            pbThresholdNm1[i] = tmp;
+
+            tmp = fixMin(tmp, tmpThreshold1);
+            pbThreshold[i] = fixMax(tmp, tmpThreshold2);
+        }
+    }
+    else {
+        /* if thresholds of last block are more downscaled than the current ones */
+        scaling = 2*(*mdctScalenm1-mdctScale);
+        for(i = 0; i < numPb; i++) {
+
+            /* multiplication with return data type fract ist equivalent to int multiplication */
+            tmpThreshold1 = (maxAllowedIncreaseFactor>>1) * pbThresholdNm1[i];
+            tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]);
+
+            /* copy thresholds to internal memory */
+            pbThresholdNm1[i] = pbThreshold[i];
+
+            FDK_ASSERT(scaling>=0);
+            if((pbThreshold[i]>>(scaling+1)) > tmpThreshold1) {
+                pbThreshold[i] = tmpThreshold1<<(scaling+1);
+            }
+            pbThreshold[i] = fixMax(pbThreshold[i], tmpThreshold2);
+        }
+    }
+
+    *mdctScalenm1 = mdctScale;
+}
diff --git a/libAACenc/src/pre_echo_control.h b/libAACenc/src/pre_echo_control.h
new file mode 100644 (file)
index 0000000..9224db0
--- /dev/null
@@ -0,0 +1,114 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Pre echo control
+
+******************************************************************************/
+
+#ifndef __PRE_ECHO_CONTROL_H
+#define __PRE_ECHO_CONTROL_H
+
+#include "common_fix.h"
+
+
+void FDKaacEnc_InitPreEchoControl(FIXP_DBL    *pbThresholdnm1,
+                                               INT         *calcPreEcho,
+                        INT         numPb,
+                        FIXP_DBL    *sfbPcmQuantThreshold,
+                        INT         *mdctScalenm1);
+
+
+void FDKaacEnc_PreEchoControl(FIXP_DBL    *pbThresholdNm1,
+                                       INT         calcPreEcho,
+                    INT         numPb,
+                    INT         maxAllowedIncreaseFactor,
+                    FIXP_SGL    minRemainingThresholdFactor,
+                    FIXP_DBL    *pbThreshold,
+                    INT         mdctScale,
+                    INT         *mdctScalenm1);
+
+#endif
+
diff --git a/libAACenc/src/psy_configuration.cpp b/libAACenc/src/psy_configuration.cpp
new file mode 100644 (file)
index 0000000..4393fa1
--- /dev/null
@@ -0,0 +1,656 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Psychoaccoustic configuration
+
+******************************************************************************/
+
+#include "psy_configuration.h"
+#include "adj_thr.h"
+#include "aacEnc_rom.h"
+
+#include "genericStds.h"
+
+#include "FDK_trigFcts.h"
+
+typedef struct{
+    LONG  sampleRate;
+    const SFB_PARAM_LONG  *paramLong;
+    const SFB_PARAM_SHORT *paramShort;
+}SFB_INFO_TAB;
+
+
+static const SFB_INFO_TAB sfbInfoTab[] = {
+    {8000,  &p_FDKaacEnc_8000_long_1024,  &p_FDKaacEnc_8000_short_128},
+    {11025, &p_FDKaacEnc_11025_long_1024, &p_FDKaacEnc_11025_short_128},
+    {12000, &p_FDKaacEnc_12000_long_1024, &p_FDKaacEnc_12000_short_128},
+    {16000, &p_FDKaacEnc_16000_long_1024, &p_FDKaacEnc_16000_short_128},
+    {22050, &p_FDKaacEnc_22050_long_1024, &p_FDKaacEnc_22050_short_128},
+    {24000, &p_FDKaacEnc_24000_long_1024, &p_FDKaacEnc_24000_short_128},
+    {32000, &p_FDKaacEnc_32000_long_1024, &p_FDKaacEnc_32000_short_128},
+    {44100, &p_FDKaacEnc_44100_long_1024, &p_FDKaacEnc_44100_short_128},
+    {48000, &p_FDKaacEnc_48000_long_1024, &p_FDKaacEnc_48000_short_128},
+    {64000, &p_FDKaacEnc_64000_long_1024, &p_FDKaacEnc_64000_short_128},
+    {88200, &p_FDKaacEnc_88200_long_1024, &p_FDKaacEnc_88200_short_128},
+    {96000, &p_FDKaacEnc_96000_long_1024, &p_FDKaacEnc_96000_short_128}
+
+};
+
+/* 22050 and 24000 Hz */
+static const SFB_PARAM_LONG p_22050_long_512 = {
+    31,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+       4,  8,  8,  8, 12, 12, 12, 16, 20, 24,
+      28, 32, 32, 32, 32, 32, 32, 32, 32, 32,
+      32}
+};
+
+/* 32000 Hz */
+static const SFB_PARAM_LONG p_32000_long_512 = {
+    37,
+    {  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+       4,  4,  4,  4,  8,  8,  8,  8,  8, 12,
+      12, 12, 12, 16, 16, 16, 20, 24, 24, 28,
+      32, 32, 32, 32, 32, 32, 32}
+};
+
+/* 44100 Hz */
+static const SFB_PARAM_LONG p_44100_long_512 = {
+    36,
+    {4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+     4,  4,  4,  4,  4,  8,  8,  8,  8,  8,
+    12, 12, 12, 12, 16, 20, 24, 28, 32, 32,
+    32, 32, 32, 32, 32, 52}
+};
+
+static const SFB_INFO_TAB sfbInfoTabLD512[] = {
+    { 8000, &p_22050_long_512, NULL},
+    {11025, &p_22050_long_512, NULL},
+    {12000, &p_22050_long_512, NULL},
+    {16000, &p_22050_long_512, NULL},
+    {22050, &p_22050_long_512, NULL},
+    {24000, &p_22050_long_512, NULL},
+    {32000, &p_32000_long_512, NULL},
+    {44100, &p_44100_long_512, NULL},
+    {48000, &p_44100_long_512, NULL},
+    {64000, &p_44100_long_512, NULL},
+    {88200, &p_44100_long_512, NULL},
+    {96000, &p_44100_long_512, NULL},
+
+};
+
+
+/* 22050 and 24000 Hz */
+static const SFB_PARAM_LONG p_22050_long_480 = {
+    30,
+    { 4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+      4,  8,  8,  8, 12, 12, 12, 16, 20, 24,
+     28, 32, 32, 32, 32, 32, 32, 32, 32, 32}
+};
+
+/* 32000 Hz */
+static const SFB_PARAM_LONG p_32000_long_480 = {
+    37,
+    { 4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+      4,  4,  4,  4,  4,  4,  8,  8,  8,  8,
+      8,  8, 12, 12, 12, 16, 16, 20, 24, 32,
+     32, 32, 32, 32, 32, 32, 32}
+};
+
+/* 44100 Hz */
+static const SFB_PARAM_LONG p_44100_long_480 = {
+    35,
+    { 4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
+      4,  4,  4,  4,  8,  8,  8,  8,  8, 12,
+     12, 12, 12, 12, 16, 16, 24, 28, 32, 32,
+     32, 32, 32, 32, 48}
+};
+
+static const SFB_INFO_TAB sfbInfoTabLD480[] = {
+    { 8000, &p_22050_long_480, NULL},
+    {11025, &p_22050_long_480, NULL},
+    {12000, &p_22050_long_480, NULL},
+    {16000, &p_22050_long_480, NULL},
+    {22050, &p_22050_long_480, NULL},
+    {24000, &p_22050_long_480, NULL},
+    {32000, &p_32000_long_480, NULL},
+    {44100, &p_44100_long_480, NULL},
+    {48000, &p_44100_long_480, NULL},
+    {64000, &p_44100_long_480, NULL},
+    {88200, &p_44100_long_480, NULL},
+    {96000, &p_44100_long_480, NULL},
+
+};
+
+/* Fixed point precision definitions */
+#define Q_BARCVAL        (25)
+
+static AAC_ENCODER_ERROR FDKaacEnc_initSfbTable(LONG sampleRate, INT blockType, INT granuleLength, INT *sfbOffset, INT *sfbCnt)
+{
+  INT  i, specStartOffset = 0;
+  const UCHAR* sfbWidth = NULL;
+  const SFB_INFO_TAB *sfbInfo = NULL;
+  int size;
+
+  /*
+    select table
+  */
+  switch(granuleLength) {
+    case 1024:
+    case  960:
+      sfbInfo = sfbInfoTab;
+      size = (INT)(sizeof(sfbInfoTab)/sizeof(SFB_INFO_TAB));
+      break;
+    case 512:
+      sfbInfo = sfbInfoTabLD512;
+      size = sizeof(sfbInfoTabLD512);
+      break;
+    case 480:
+      sfbInfo = sfbInfoTabLD480;
+      size = sizeof(sfbInfoTabLD480);
+      break;
+    default:
+      return AAC_ENC_INVALID_FRAME_LENGTH;
+  }
+
+  for(i = 0; i < size; i++){
+    if(sfbInfo[i].sampleRate == sampleRate){
+      switch(blockType){
+      case LONG_WINDOW:
+      case START_WINDOW:
+      case STOP_WINDOW:
+        sfbWidth = sfbInfo[i].paramLong->sfbWidth;
+        *sfbCnt  = sfbInfo[i].paramLong->sfbCnt;
+        break;
+      case SHORT_WINDOW:
+        sfbWidth = sfbInfo[i].paramShort->sfbWidth;
+        *sfbCnt  = sfbInfo[i].paramShort->sfbCnt;
+        granuleLength /= TRANS_FAC;
+        break;
+      }
+      break;
+    }
+  }
+  if (i == size) {
+    return AAC_ENC_UNSUPPORTED_SAMPLINGRATE;
+  }
+
+  /*
+    calc sfb offsets
+  */
+  for(i = 0; i < *sfbCnt; i++){
+      sfbOffset[i] = specStartOffset;
+      specStartOffset += sfbWidth[i];
+      if (specStartOffset >= granuleLength) {
+          i++;
+          break;
+      }
+  }
+  *sfbCnt = fixMin(i,*sfbCnt);
+  sfbOffset[*sfbCnt] = fixMin(specStartOffset,granuleLength);
+
+  return AAC_ENC_OK;
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_BarcLineValue
+    description:  Calculates barc value for one frequency line
+    returns:      barc value of line
+    input:        number of lines in transform, index of line to check, Fs
+    output:
+
+*****************************************************************************/
+static FIXP_DBL FDKaacEnc_BarcLineValue(INT noOfLines, INT fftLine, LONG samplingFreq)
+{
+
+    FIXP_DBL FOURBY3EM4     = (FIXP_DBL)0x45e7b273; /* 4.0/3 * 0.0001 in q43 */
+    FIXP_DBL PZZZ76         = (FIXP_DBL)0x639d5e4a; /* 0.00076 in q41 */
+    FIXP_DBL ONE3P3         = (FIXP_DBL)0x35333333; /* 13.3 in q26 */
+    FIXP_DBL THREEP5        = (FIXP_DBL)0x1c000000; /* 3.5 in q27 */
+    FIXP_DBL INV480         = (FIXP_DBL)0x44444444; // 1/480 in q39
+
+    FIXP_DBL center_freq, x1, x2;
+    FIXP_DBL bvalFFTLine, atan1, atan2;
+
+    /* Theoritical maximum of center_freq (samp_freq*0.5) is 96khz * 0.5 = 48000        */
+    /* Theoritical maximum of x1 is 1.3333333e-4f * center_freq = 6.4, can keep in q28  */
+    /* Theoritical maximum of x2 is 0.00076f * center_freq = 36.48, can keep in q25     */
+
+    center_freq = fftLine * samplingFreq;       /* q11 or q8 */
+
+    switch (noOfLines) {
+      case 1024:
+        center_freq = center_freq << 2; /* q13 */
+        break;
+      case 128:
+        center_freq = center_freq << 5; /* q13 */
+        break;
+      case 512:
+        center_freq = (fftLine * samplingFreq) << 3;   // q13
+        break;
+      case 480:
+        center_freq = fMult(center_freq, INV480) << 4; // q13
+        break;
+      default:
+        center_freq = (FIXP_DBL)0;
+    }
+
+    x1 = fMult(center_freq, FOURBY3EM4);        /* q13 * q43 - (DFRACT_BITS-1) = q25 */
+    x2 = fMult(center_freq, PZZZ76) << 2;       /* q13 * q41 - (DFRACT_BITS-1) + 2 = q25 */
+
+    atan1 = fixp_atan(x1);
+    atan2 = fixp_atan(x2);
+
+    /* q25 (q26 * q30 - (DFRACT_BITS-1)) + q25 (q27 * q30 * q30) */
+    bvalFFTLine = fMult(ONE3P3, atan2) + fMult(THREEP5, fMult(atan1, atan1));
+    return(bvalFFTLine);
+
+}
+
+/*
+   do not consider energies below a certain input signal level,
+   i.e. of -96dB or 1 bit at 16 bit PCM resolution,
+   might need to be configurable to e.g. 24 bit PCM Input or a lower
+   resolution for low bit rates
+*/
+static void FDKaacEnc_InitMinPCMResolution(int   numPb,
+                                 int   *pbOffset,
+                                 FIXP_DBL *sfbPCMquantThreshold)
+{
+  /* PCM_QUANT_NOISE = FDKpow(10.0f, - 20.f / 10.0f) * ABS_LOW * NORM_PCM_ENERGY * FDKpow(2,PCM_QUANT_THR_SCALE) */
+  #define PCM_QUANT_NOISE  ((FIXP_DBL)0x00547062)
+
+  for( int i = 0; i < numPb; i++ ) {
+    sfbPCMquantThreshold[i] = (pbOffset[i+1] - pbOffset[i]) * PCM_QUANT_NOISE;
+  }
+}
+
+static FIXP_DBL getMaskFactor(
+        const FIXP_DBL dbVal_fix,
+        const INT      dbVal_e,
+        const FIXP_DBL ten_fix,
+        const INT      ten_e
+        )
+{
+    INT q_msk;
+    FIXP_DBL mask_factor;
+
+    mask_factor = fPow(ten_fix, DFRACT_BITS-1-ten_e, -dbVal_fix, DFRACT_BITS-1-dbVal_e, &q_msk);
+    q_msk = fixMin(DFRACT_BITS-1,fixMax(-(DFRACT_BITS-1),q_msk));
+
+    if ( (q_msk>0) && (mask_factor>(FIXP_DBL)MAXVAL_DBL>>q_msk) ) {
+      mask_factor = (FIXP_DBL)MAXVAL_DBL;
+    }
+    else {
+      mask_factor = scaleValue(mask_factor, q_msk);
+    }
+
+    return (mask_factor);
+}
+
+static void FDKaacEnc_initSpreading(INT numPb,
+                          FIXP_DBL *pbBarcValue,
+                          FIXP_DBL *pbMaskLoFactor,
+                          FIXP_DBL *pbMaskHiFactor,
+                          FIXP_DBL *pbMaskLoFactorSprEn,
+                          FIXP_DBL *pbMaskHiFactorSprEn,
+                          const LONG bitrate,
+                          const INT blockType)
+
+{
+    INT i;
+    FIXP_DBL MASKLOWSPREN, MASKHIGHSPREN;
+
+    FIXP_DBL MASKHIGH               = (FIXP_DBL)0x30000000; /* 1.5 in q29 */
+    FIXP_DBL MASKLOW                = (FIXP_DBL)0x60000000; /* 3.0 in q29 */
+    FIXP_DBL MASKLOWSPRENLONG       = (FIXP_DBL)0x60000000; /* 3.0 in q29 */
+    FIXP_DBL MASKHIGHSPRENLONG      = (FIXP_DBL)0x40000000; /* 2.0 in q29 */
+    FIXP_DBL MASKHIGHSPRENLONGLOWBR = (FIXP_DBL)0x30000000; /* 1.5 in q29 */
+    FIXP_DBL MASKLOWSPRENSHORT      = (FIXP_DBL)0x40000000; /* 2.0 in q29 */
+    FIXP_DBL MASKHIGHSPRENSHORT     = (FIXP_DBL)0x30000000; /* 1.5 in q29 */
+    FIXP_DBL TEN                    = (FIXP_DBL)0x50000000; /* 10.0 in q27 */
+
+    if (blockType != SHORT_WINDOW)
+    {
+        MASKLOWSPREN = MASKLOWSPRENLONG;
+        MASKHIGHSPREN = (bitrate>20000)?MASKHIGHSPRENLONG:MASKHIGHSPRENLONGLOWBR;
+    }
+    else
+    {
+        MASKLOWSPREN = MASKLOWSPRENSHORT;
+        MASKHIGHSPREN = MASKHIGHSPRENSHORT;
+    }
+
+    for(i=0; i<numPb; i++)
+    {
+        if (i > 0)
+        {
+            pbMaskHiFactor[i] = getMaskFactor(
+                    fMult(MASKHIGH, (pbBarcValue[i] - pbBarcValue[i-1])), 23,
+                    TEN, 27);
+
+            pbMaskLoFactor[i-1] = getMaskFactor(
+                    fMult(MASKLOW, (pbBarcValue[i] - pbBarcValue[i-1])), 23,
+                    TEN, 27);
+
+            pbMaskHiFactorSprEn[i] = getMaskFactor(
+                    fMult(MASKHIGHSPREN, (pbBarcValue[i] - pbBarcValue[i-1])), 23,
+                    TEN, 27);
+
+            pbMaskLoFactorSprEn[i-1] = getMaskFactor(
+                    fMult(MASKLOWSPREN, (pbBarcValue[i] - pbBarcValue[i-1])), 23,
+                    TEN, 27);
+        }
+        else
+        {
+            pbMaskHiFactor[i]            = (FIXP_DBL)0;
+            pbMaskLoFactor[numPb-1]      = (FIXP_DBL)0;
+            pbMaskHiFactorSprEn[i]       = (FIXP_DBL)0;
+            pbMaskLoFactorSprEn[numPb-1] = (FIXP_DBL)0;
+        }
+    }
+}
+
+static void FDKaacEnc_initBarcValues(INT numPb,
+                           INT *pbOffset,
+                           INT numLines,
+                           INT samplingFrequency,
+                           FIXP_DBL *pbBval)
+{
+    INT i;
+    FIXP_DBL MAX_BARC = (FIXP_DBL)0x30000000; /* 24.0 in q25 */
+
+    for(i=0; i<numPb; i++)
+    {
+        FIXP_DBL v1, v2, cur_bark;
+        v1 = FDKaacEnc_BarcLineValue(numLines, pbOffset[i], samplingFrequency);
+        v2 = FDKaacEnc_BarcLineValue(numLines, pbOffset[i+1], samplingFrequency);
+        cur_bark = (v1 >> 1) + (v2 >> 1);
+        pbBval[i] = fixMin(cur_bark, MAX_BARC);
+    }
+}
+
+static void FDKaacEnc_initMinSnr(const LONG   bitrate,
+                      const LONG   samplerate,
+                      const INT    numLines,
+                      const INT   *sfbOffset,
+                      const INT    sfbActive,
+                      const INT    blockType,
+                      FIXP_DBL    *sfbMinSnrLdData)
+{
+    INT sfb;
+
+    /* Fix conversion variables */
+    INT qbfac, qperwin, qdiv, qpeprt_const, qpeprt;
+    INT qtmp, qsnr, sfbWidth;
+
+    FIXP_DBL MAX_BARC       = (FIXP_DBL)0x30000000; /* 24.0 in q25 */
+    FIXP_DBL MAX_BARCP1     = (FIXP_DBL)0x32000000; /* 25.0 in q25 */
+    FIXP_DBL BITS2PEFAC     = (FIXP_DBL)0x4b851eb8; /* 1.18 in q30 */
+    FIXP_DBL PERS2P4        = (FIXP_DBL)0x624dd2f2; /* 0.024 in q36 */
+    FIXP_DBL ONEP5          = (FIXP_DBL)0x60000000; /* 1.5 in q30 */
+    FIXP_DBL MAX_SNR        = (FIXP_DBL)0x33333333; /* 0.8 in q30 */
+    FIXP_DBL MIN_SNR        = (FIXP_DBL)0x003126e9; /* 0.003 in q30 */
+
+    FIXP_DBL barcFactor, pePerWindow, pePart, barcWidth;
+    FIXP_DBL pePart_const, tmp, snr, one_qsnr, one_point5;
+
+    /* relative number of active barks */
+    barcFactor = fDivNorm(fixMin(FDKaacEnc_BarcLineValue(numLines, sfbOffset[sfbActive], samplerate), MAX_BARC),
+        MAX_BARCP1, &qbfac);
+
+    qbfac = DFRACT_BITS-1-qbfac;
+
+    pePerWindow = fDivNorm(bitrate, samplerate, &qperwin);
+    qperwin = DFRACT_BITS-1-qperwin;
+    pePerWindow = fMult(pePerWindow, BITS2PEFAC);                   qperwin = qperwin + 30 - (DFRACT_BITS-1);
+    pePerWindow = fMult(pePerWindow, PERS2P4);                      qperwin = qperwin + 36 - (DFRACT_BITS-1);
+
+    switch (numLines) {
+      case 1024:
+        qperwin = qperwin - 10;
+        break;
+      case 128:
+        qperwin = qperwin - 7;
+        break;
+      case 512:
+        qperwin = qperwin - 9;
+        break;
+      case 480:
+        qperwin = qperwin - 9;
+        pePerWindow = fMult(pePerWindow, FL2FXCONST_DBL(480.f/512.f));
+        break;
+    }
+
+    /* for short blocks it is assumed that more bits are available */
+    if (blockType == SHORT_WINDOW)
+    {
+        pePerWindow = fMult(pePerWindow, ONEP5);
+        qperwin = qperwin + 30 - (DFRACT_BITS-1);
+    }
+    pePart_const = fDivNorm(pePerWindow, barcFactor, &qdiv);      qpeprt_const = qperwin - qbfac + DFRACT_BITS-1-qdiv;
+
+    for (sfb = 0; sfb < sfbActive; sfb++)
+    {
+        barcWidth = FDKaacEnc_BarcLineValue(numLines, sfbOffset[sfb+1], samplerate) -
+            FDKaacEnc_BarcLineValue(numLines, sfbOffset[sfb], samplerate);
+
+        /* adapt to sfb bands */
+        pePart = fMult(pePart_const, barcWidth); qpeprt = qpeprt_const + 25 - (DFRACT_BITS-1);
+
+        /* pe -> snr calculation */
+        sfbWidth = (sfbOffset[sfb+1] - sfbOffset[sfb]);
+        pePart = fDivNorm(pePart, sfbWidth, &qdiv); qpeprt += DFRACT_BITS-1-qdiv;
+
+        tmp = f2Pow(pePart, DFRACT_BITS-1-qpeprt, &qtmp);
+        qtmp = DFRACT_BITS-1-qtmp;
+
+        /* Subtract 1.5 */
+        qsnr = fixMin(qtmp, 30);
+        tmp = tmp >> (qtmp - qsnr);
+
+        if((30+1-qsnr) > (DFRACT_BITS-1))
+            one_point5 = (FIXP_DBL)0;
+        else
+            one_point5 = (FIXP_DBL)(ONEP5 >> (30+1-qsnr));
+
+        snr = (tmp>>1) - (one_point5); qsnr -= 1;
+
+        /* max(snr, 1.0) */
+        if(qsnr > 0)
+            one_qsnr = (FIXP_DBL)(1 << qsnr);
+        else
+            one_qsnr = (FIXP_DBL)0;
+
+        snr = fixMax(one_qsnr, snr);
+
+        /* 1/snr */
+        snr = fDivNorm(one_qsnr, snr, &qsnr);
+        qsnr = DFRACT_BITS-1-qsnr;
+        snr = (qsnr > 30)? (snr>>(qsnr-30)):snr;
+
+        /* upper limit is -1 dB */
+        snr = (snr > MAX_SNR) ? MAX_SNR : snr;
+
+        /* lower limit is -25 dB */
+        snr = (snr < MIN_SNR) ? MIN_SNR : snr;
+        snr = snr << 1;
+
+        sfbMinSnrLdData[sfb] = CalcLdData(snr);
+    }
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_InitPsyConfiguration(INT   bitrate,
+                                                 INT   samplerate,
+                                                 INT   bandwidth,
+                                                 INT   blocktype,
+                                                 INT   granuleLength,
+                                                 INT   useIS,
+                                                 PSY_CONFIGURATION *psyConf,
+                                                 FB_TYPE filterbank)
+{
+    AAC_ENCODER_ERROR ErrorStatus;
+    INT      sfb;
+    FIXP_DBL sfbBarcVal[MAX_SFB];
+    const INT frameLengthLong = granuleLength;
+    const INT frameLengthShort = granuleLength/TRANS_FAC;
+
+    FDKmemclear(psyConf, sizeof(PSY_CONFIGURATION));
+    psyConf->granuleLength = granuleLength;
+    psyConf->filterbank = filterbank;
+
+    psyConf->allowIS       = (useIS) && ( (bitrate/bandwidth) < 5 );
+
+    /* init sfb table */
+    ErrorStatus = FDKaacEnc_initSfbTable(samplerate,blocktype,granuleLength,psyConf->sfbOffset,&psyConf->sfbCnt);
+    if (ErrorStatus != AAC_ENC_OK)
+      return ErrorStatus;
+
+    /* calculate barc values for each pb */
+    FDKaacEnc_initBarcValues(psyConf->sfbCnt,
+                   psyConf->sfbOffset,
+                   psyConf->sfbOffset[psyConf->sfbCnt],
+                   samplerate,
+                   sfbBarcVal);
+
+    FDKaacEnc_InitMinPCMResolution(psyConf->sfbCnt,
+                         psyConf->sfbOffset,
+                         psyConf->sfbPcmQuantThreshold);
+
+    /* calculate spreading function */
+    FDKaacEnc_initSpreading(psyConf->sfbCnt,
+                  sfbBarcVal,
+                  psyConf->sfbMaskLowFactor,
+                  psyConf->sfbMaskHighFactor,
+                  psyConf->sfbMaskLowFactorSprEn,
+                  psyConf->sfbMaskHighFactorSprEn,
+                  bitrate,
+                  blocktype);
+
+    /* init ratio */
+
+    psyConf->maxAllowedIncreaseFactor = 2;                                                 /* integer */
+    psyConf->minRemainingThresholdFactor = (FIXP_SGL)0x0148; /* FL2FXCONST_SGL(0.01f); */  /* fract   */
+
+    psyConf->clipEnergy = (FIXP_DBL)0x773593ff; /* FL2FXCONST_DBL(1.0e9*NORM_PCM_ENERGY); */
+
+    if (blocktype!=SHORT_WINDOW) {
+        psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate);
+        psyConf->lowpassLineLFE = LFE_LOWPASS_LINE;
+    }
+    else {
+        psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
+        psyConf->lowpassLineLFE = 0; /* LFE only in lonf blocks */
+        /* psyConf->clipEnergy /= (TRANS_FAC * TRANS_FAC); */
+        psyConf->clipEnergy >>= 6;
+    }
+
+    for (sfb = 0; sfb < psyConf->sfbCnt; sfb++){
+        if (psyConf->sfbOffset[sfb] >= psyConf->lowpassLine)
+            break;
+    }
+    psyConf->sfbActive = sfb;
+
+    for (sfb = 0; sfb < psyConf->sfbCnt; sfb++){
+        if (psyConf->sfbOffset[sfb] >= psyConf->lowpassLineLFE)
+            break;
+    }
+    psyConf->sfbActiveLFE = sfb;
+
+    /* calculate minSnr */
+    FDKaacEnc_initMinSnr(bitrate,
+               samplerate,
+               psyConf->sfbOffset[psyConf->sfbCnt],
+               psyConf->sfbOffset,
+               psyConf->sfbActive,
+               blocktype,
+               psyConf->sfbMinSnrLdData);
+
+    return AAC_ENC_OK;
+}
+
diff --git a/libAACenc/src/psy_configuration.h b/libAACenc/src/psy_configuration.h
new file mode 100644 (file)
index 0000000..3629246
--- /dev/null
@@ -0,0 +1,165 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Psychoaccoustic configuration
+
+******************************************************************************/
+
+#ifndef _PSY_CONFIGURATION_H
+#define _PSY_CONFIGURATION_H
+
+
+#include "aacenc.h"
+#include "common_fix.h"
+
+#include "psy_const.h"
+#include "aacenc_tns.h"
+#include "aacenc_pns.h"
+
+#define THR_SHIFTBITS         4
+#define PCM_QUANT_THR_SCALE  16
+
+#define C_RATIO (FIXP_DBL)0x02940a10 /* FL2FXCONST_DBL(0.001258925f) << THR_SHIFTBITS; */ /* pow(10.0f, -(29.0f/10.0f)) */
+
+typedef struct{
+
+  INT sfbCnt;                               /* number of existing sf bands */
+  INT sfbActive;                            /* number of sf bands containing energy after lowpass */
+  INT sfbActiveLFE;
+  INT sfbOffset[MAX_SFB+1];
+
+  INT       filterbank;                     /* LC, LD or ELD */
+
+  FIXP_DBL  sfbPcmQuantThreshold[MAX_SFB];
+
+  INT       maxAllowedIncreaseFactor;          /* preecho control */
+  FIXP_SGL  minRemainingThresholdFactor;
+
+  INT       lowpassLine;
+  INT       lowpassLineLFE;
+  FIXP_DBL  clipEnergy;                        /* for level dependend tmn */
+
+  FIXP_DBL  sfbMaskLowFactor[MAX_SFB];
+  FIXP_DBL  sfbMaskHighFactor[MAX_SFB];
+
+  FIXP_DBL  sfbMaskLowFactorSprEn[MAX_SFB];
+  FIXP_DBL  sfbMaskHighFactorSprEn[MAX_SFB];
+
+  FIXP_DBL  sfbMinSnrLdData[MAX_SFB];                /* minimum snr (formerly known as bmax) */
+
+  TNS_CONFIG tnsConf;
+  PNS_CONFIG pnsConf;
+
+  INT        granuleLength;
+  INT        allowIS;
+
+}PSY_CONFIGURATION;
+
+
+typedef struct{
+    UCHAR sfbCnt;                     /* Number of scalefactor bands */
+    UCHAR sfbWidth[MAX_SFB_LONG];     /* Width of scalefactor bands for long blocks */
+}SFB_PARAM_LONG;
+
+typedef struct{
+    UCHAR sfbCnt;                     /* Number of scalefactor bands */
+    UCHAR sfbWidth[MAX_SFB_SHORT];    /* Width of scalefactor bands for short blocks */
+}SFB_PARAM_SHORT;
+
+
+AAC_ENCODER_ERROR FDKaacEnc_InitPsyConfiguration(INT  bitrate,
+                                                 INT  samplerate,
+                                                 INT  bandwidth,
+                                                 INT  blocktype,
+                                                 INT  granuleLength,
+                                                 INT  useIS,
+                                                 PSY_CONFIGURATION *psyConf,
+                                                 FB_TYPE filterbank);
+
+#endif /* _PSY_CONFIGURATION_H */
+
+
+
diff --git a/libAACenc/src/psy_const.h b/libAACenc/src/psy_const.h
new file mode 100644 (file)
index 0000000..d9c9f43
--- /dev/null
@@ -0,0 +1,160 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Global psychoaccoustic constants
+
+******************************************************************************/
+#ifndef _PSYCONST_H
+#define _PSYCONST_H
+
+
+#define TRUE  1
+#define FALSE 0
+
+  #define TRANS_FAC         8  /* encoder short long ratio */
+
+#define FRAME_MAXLEN_SHORT    ((1024)/TRANS_FAC)
+#define FRAME_LEN_SHORT_128   ((1024)/TRANS_FAC)
+
+/* Filterbank type*/
+enum FB_TYPE {
+  FB_LC  = 0,
+  FB_LD  = 1,
+  FB_ELD = 2
+};
+
+/* Block types */
+#define N_BLOCKTYPES 6
+enum
+{
+  LONG_WINDOW = 0,
+  START_WINDOW,
+  SHORT_WINDOW,
+  STOP_WINDOW,
+  _LOWOV_WINDOW, /* Do not use this block type out side of block_switch.cpp */
+  WRONG_WINDOW
+};
+
+/* Window shapes */
+enum
+{
+  SINE_WINDOW = 0,
+  KBD_WINDOW  = 1,
+  LOL_WINDOW = 2 /* Low OverLap window shape for AAC-LD */
+};
+
+/*
+  MS stuff
+*/
+enum
+{
+  SI_MS_MASK_NONE = 0,
+  SI_MS_MASK_SOME = 1,
+  SI_MS_MASK_ALL  = 2
+};
+
+
+  #define MAX_NO_OF_GROUPS   4
+  #define MAX_SFB_LONG       51  /* 51 for a memory optimized implementation, maybe 64 for convenient debugging */
+  #define MAX_SFB_SHORT      15  /* 15 for a memory optimized implementation, maybe 16 for convenient debugging */
+
+#define MAX_SFB         (MAX_SFB_SHORT > MAX_SFB_LONG ? MAX_SFB_SHORT : MAX_SFB_LONG)   /* = 51 */
+#define MAX_GROUPED_SFB (MAX_NO_OF_GROUPS*MAX_SFB_SHORT > MAX_SFB_LONG ? \
+                         MAX_NO_OF_GROUPS*MAX_SFB_SHORT : MAX_SFB_LONG) /* = 60 */
+
+#define MAX_INPUT_BUFFER_SIZE  (2*(1024))   /* 2048 */
+
+
+#define PCM_LEVEL             1.0f
+#define NORM_PCM              (PCM_LEVEL/32768.0f)
+#define NORM_PCM_ENERGY       (NORM_PCM*NORM_PCM)
+#define LOG_NORM_PCM          -15
+
+#define TNS_PREDGAIN_SCALE    (1000)
+
+#define LFE_LOWPASS_LINE      12
+
+#endif /* _PSYCONST_H */
diff --git a/libAACenc/src/psy_data.h b/libAACenc/src/psy_data.h
new file mode 100644 (file)
index 0000000..7183955
--- /dev/null
@@ -0,0 +1,152 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Psychoaccoustic data
+
+******************************************************************************/
+
+#ifndef _PSY_DATA_H
+#define _PSY_DATA_H
+
+
+#include "block_switch.h"
+
+/* Be careful with MAX_SFB_LONG as length of the .Long arrays.
+ * sfbEnergy.Long and sfbEnergyMS.Long and sfbThreshold.Long are used as a temporary storage for the regrouped
+ * short energies and thresholds between FDKaacEnc_groupShortData() and BuildInterface() in FDKaacEnc_psyMain().
+ * The space required for this is MAX_GROUPED_SFB ( = MAX_NO_OF_GROUPS*MAX_SFB_SHORT ).
+ * However, this is not important if unions are used (which is not possible with pfloat). */
+
+typedef shouldBeUnion{
+  FIXP_DBL  Long[MAX_GROUPED_SFB];
+  FIXP_DBL  Short[TRANS_FAC][MAX_SFB_SHORT];
+}SFB_THRESHOLD;
+
+typedef shouldBeUnion{
+  FIXP_DBL  Long[MAX_GROUPED_SFB];
+  FIXP_DBL  Short[TRANS_FAC][MAX_SFB_SHORT];
+}SFB_ENERGY;
+
+typedef shouldBeUnion{
+  FIXP_DBL  Long[MAX_GROUPED_SFB];
+  FIXP_DBL  Short[TRANS_FAC][MAX_SFB_SHORT];
+}SFB_LD_ENERGY;
+
+typedef shouldBeUnion{
+  INT  Long[MAX_GROUPED_SFB];
+  INT  Short[TRANS_FAC][MAX_SFB_SHORT];
+}SFB_MAX_SCALE;
+
+
+typedef struct{
+  INT_PCM*                  psyInputBuffer;
+  FIXP_DBL                  overlapAddBuffer[1024];
+
+  BLOCK_SWITCHING_CONTROL   blockSwitchingControl;              /* block switching */
+  FIXP_DBL                  sfbThresholdnm1[MAX_SFB];           /* FDKaacEnc_PreEchoControl */
+  INT                       mdctScalenm1;                       /* scale of last block's mdct (FDKaacEnc_PreEchoControl) */
+  INT                       calcPreEcho;
+  INT                       isLFE;
+}PSY_STATIC;
+
+
+typedef struct{
+  FIXP_DBL                 *mdctSpectrum;
+  SFB_THRESHOLD             sfbThreshold;                       /* adapt                                  */
+  SFB_ENERGY                sfbEnergy;                          /* sfb energies                           */
+  SFB_LD_ENERGY             sfbEnergyLdData;                    /* sfb energies in ldData format          */
+  SFB_MAX_SCALE             sfbMaxScaleSpec;
+  SFB_ENERGY                sfbEnergyMS;                        /* mid/side sfb energies                  */
+  FIXP_DBL                  sfbEnergyMSLdData[MAX_GROUPED_SFB]; /* mid/side sfb energies in ldData format */
+  SFB_ENERGY                sfbSpreadEnergy;
+  INT                       mdctScale;                          /* exponent of data in mdctSpectrum       */
+  INT                       groupedSfbOffset[MAX_GROUPED_SFB+1];
+  INT                       sfbActive;
+  INT                       lowpassLine;
+}PSY_DATA;
+
+
+#endif /* _PSY_DATA_H */
diff --git a/libAACenc/src/psy_main.cpp b/libAACenc/src/psy_main.cpp
new file mode 100644 (file)
index 0000000..59193c7
--- /dev/null
@@ -0,0 +1,1380 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Psychoaccoustic major function block
+
+******************************************************************************/
+
+#include "psy_const.h"
+
+#include "block_switch.h"
+#include "transform.h"
+#include "spreading.h"
+#include "pre_echo_control.h"
+#include "band_nrg.h"
+#include "psy_configuration.h"
+#include "psy_data.h"
+#include "ms_stereo.h"
+#include "interface.h"
+#include "psy_main.h"
+#include "grp_data.h"
+#include "tns_func.h"
+#include "pns_func.h"
+#include "tonality.h"
+#include "aacEnc_ram.h"
+#include "intensity.h"
+
+
+
+/* blending to reduce gibbs artifacts */
+#define FADE_OUT_LEN 6
+static const FIXP_DBL fadeOutFactor[FADE_OUT_LEN] = {1840644096, 1533870080, 1227096064, 920322048, 613548032, 306774016};
+
+/* forward definitions */
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_PsyNew
+    description:  allocates memory for psychoacoustic
+    returns:      an error code
+    input:        pointer to a psych handle
+
+*****************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_PsyNew(PSY_INTERNAL  **phpsy,
+                                   const INT       nElements,
+                                   const INT       nChannels
+                                  ,UCHAR          *dynamic_RAM
+                                  )
+{
+    AAC_ENCODER_ERROR ErrorStatus;
+    PSY_INTERNAL *hPsy;
+    INT i;
+
+    hPsy = GetRam_aacEnc_PsyInternal();
+    *phpsy = hPsy;
+    if (hPsy == NULL) {
+      ErrorStatus = AAC_ENC_NO_MEMORY;
+      goto bail;
+    }
+
+    for (i=0; i<nElements; i++) {
+        /* PSY_ELEMENT */
+        hPsy->psyElement[i] = GetRam_aacEnc_PsyElement(i);
+        if (hPsy->psyElement[i] == NULL) {
+          ErrorStatus = AAC_ENC_NO_MEMORY;
+          goto bail;
+        }
+    }
+
+    for (i=0; i<nChannels; i++) {
+        /* PSY_STATIC */
+        hPsy->pStaticChannels[i] = GetRam_aacEnc_PsyStatic(i);
+        if (hPsy->pStaticChannels[i]==NULL) {
+          ErrorStatus = AAC_ENC_NO_MEMORY;
+          goto bail;
+        }
+        /* AUDIO INPUT BUFFER */
+        hPsy->pStaticChannels[i]->psyInputBuffer = GetRam_aacEnc_PsyInputBuffer(i);
+        if (hPsy->pStaticChannels[i]->psyInputBuffer==NULL) {
+          ErrorStatus = AAC_ENC_NO_MEMORY;
+          goto bail;
+        }
+    }
+
+    /* reusable psych memory */
+    hPsy->psyDynamic = GetRam_aacEnc_PsyDynamic(0, dynamic_RAM);
+
+    return AAC_ENC_OK;
+
+bail:
+   FDKaacEnc_PsyClose(phpsy, NULL);
+
+   return ErrorStatus;
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_PsyOutNew
+    description:  allocates memory for psyOut struc
+    returns:      an error code
+    input:        pointer to a psych handle
+
+*****************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_PsyOutNew(PSY_OUT   **phpsyOut,
+                                      const INT   nElements,
+                                      const INT   nChannels,
+                                      const INT   nSubFrames
+                                     ,UCHAR      *dynamic_RAM
+                                     )
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  int n, i;
+  int elInc = 0, chInc = 0;
+
+  for (n=0; n<nSubFrames; n++) {
+    phpsyOut[n] = GetRam_aacEnc_PsyOut(n);
+
+    if (phpsyOut[n] == NULL) {
+      ErrorStatus = AAC_ENC_NO_MEMORY;
+      goto bail;
+    }
+
+    for (i=0; i<nChannels; i++) {
+      phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++);
+    }
+
+    for (i=0; i<nElements; i++) {
+      phpsyOut[n]->psyOutElement[i] = GetRam_aacEnc_PsyOutElements(elInc++);
+      if (phpsyOut[n]->psyOutElement[i] == NULL) {
+        ErrorStatus = AAC_ENC_NO_MEMORY;
+        goto bail;
+      }
+    }
+  } /* nSubFrames */
+
+  return AAC_ENC_OK;
+
+bail:
+  FDKaacEnc_PsyClose(NULL, phpsyOut);
+  return ErrorStatus;
+}
+
+
+AAC_ENCODER_ERROR FDKaacEnc_psyInitStates(PSY_INTERNAL    *hPsy,
+                                          PSY_STATIC* psyStatic,
+                                          AUDIO_OBJECT_TYPE audioObjectType)
+{
+  /* init input buffer */
+  FDKmemclear(psyStatic->psyInputBuffer, MAX_INPUT_BUFFER_SIZE*sizeof(INT_PCM));
+
+  FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
+                                isLowDelay(audioObjectType)
+                               );
+
+  return AAC_ENC_OK;
+}
+
+
+AAC_ENCODER_ERROR FDKaacEnc_psyInit(PSY_INTERNAL    *hPsy,
+                                    PSY_OUT        **phpsyOut,
+                                    const INT        nSubFrames,
+                                    const INT        nMaxChannels,
+                                    const AUDIO_OBJECT_TYPE audioObjectType,
+                                    CHANNEL_MAPPING *cm)
+{
+  AAC_ENCODER_ERROR ErrorStatus = AAC_ENC_OK;
+  int i, ch, n, chInc = 0, resetChannels = 3;
+
+  if ( (nMaxChannels>2) && (cm->nChannels==2) ) {
+    chInc = 1;
+    FDKaacEnc_psyInitStates(hPsy, hPsy->pStaticChannels[0], audioObjectType);
+  }
+
+  if ( (nMaxChannels==2) ) {
+    resetChannels = 0;
+  }
+
+  for (i=0; i<cm->nElements; i++) {
+    for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
+      if (cm->elInfo[i].elType!=ID_LFE) {
+        hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc];
+        if (chInc>=resetChannels) {
+            FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
+        }
+        hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
+      }
+      else {
+        hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[nMaxChannels-1];
+        hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
+      }
+      chInc++;
+    }
+  }
+
+  for (n=0; n<nSubFrames; n++) {
+    chInc = 0;
+    for (i=0; i<cm->nElements; i++) {
+      for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
+        phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++];
+      }
+    }
+  }
+
+  return ErrorStatus;
+}
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_psyMainInit
+    description:  initializes psychoacoustic
+    returns:      an error code
+
+*****************************************************************************/
+
+AAC_ENCODER_ERROR FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy,
+                                        AUDIO_OBJECT_TYPE audioObjectType,
+                                        CHANNEL_MAPPING *cm,
+                                        INT sampleRate,
+                                        INT granuleLength,
+                                        INT bitRate,
+                                        INT tnsMask,
+                                        INT bandwidth,
+                                        INT usePns,
+                                        INT useIS,
+                                        UINT syntaxFlags,
+                                        ULONG initFlags)
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  int i, ch;
+  int channelsEff = cm->nChannelsEff;
+  int tnsChannels = 0;
+  FB_TYPE filterBank;
+
+
+  switch(FDKaacEnc_GetMonoStereoMode(cm->encMode)) {
+    /* ... and map to tnsChannels */
+    case EL_MODE_MONO:   tnsChannels = 1; break;
+    case EL_MODE_STEREO: tnsChannels = 2; break;
+    default:             tnsChannels = 0;
+  }
+
+  switch (audioObjectType)
+  {
+    default: filterBank = FB_LC;  break;
+    case AOT_ER_AAC_LD:  filterBank = FB_LD;  break;
+    case AOT_ER_AAC_ELD: filterBank = FB_ELD; break;
+  }
+
+  hPsy->granuleLength = granuleLength;
+
+  ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
+  if (ErrorStatus != AAC_ENC_OK)
+    return ErrorStatus;
+
+  ErrorStatus = FDKaacEnc_InitTnsConfiguration(
+        (bitRate*tnsChannels)/channelsEff,
+        sampleRate,
+        tnsChannels,
+        LONG_WINDOW,
+        hPsy->granuleLength,
+        (syntaxFlags&AC_SBR_PRESENT)?1:0,
+       &(hPsy->psyConf[0].tnsConf),
+       &hPsy->psyConf[0],
+        (INT)(tnsMask&2),
+        (INT)(tnsMask&8) );
+
+  if (ErrorStatus != AAC_ENC_OK)
+    return ErrorStatus;
+
+  if (granuleLength > 512) {
+    ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
+    if (ErrorStatus != AAC_ENC_OK)
+      return ErrorStatus;
+
+    ErrorStatus = FDKaacEnc_InitTnsConfiguration(
+            (bitRate*tnsChannels)/channelsEff,
+            sampleRate,
+            tnsChannels,
+            SHORT_WINDOW,
+            hPsy->granuleLength,
+            (syntaxFlags&AC_SBR_PRESENT)?1:0,
+           &hPsy->psyConf[1].tnsConf,
+           &hPsy->psyConf[1],
+            (INT)(tnsMask&1),
+            (INT)(tnsMask&4) );
+
+    if (ErrorStatus != AAC_ENC_OK)
+    return ErrorStatus;
+
+  }
+
+
+  for (i=0; i<cm->nElements; i++) {
+    for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
+      if (initFlags) {
+        /* reset states */
+        FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
+      }
+
+      FDKaacEnc_InitPreEchoControl(hPsy->psyElement[i]->psyStatic[ch]->sfbThresholdnm1,
+                                  &hPsy->psyElement[i]->psyStatic[ch]->calcPreEcho,
+                                   hPsy->psyConf[0].sfbCnt,
+                                   hPsy->psyConf[0].sfbPcmQuantThreshold,
+                                  &hPsy->psyElement[i]->psyStatic[ch]->mdctScalenm1);
+    }
+  }
+
+  ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[0].pnsConf,
+                                               bitRate/channelsEff,
+                                               sampleRate,
+                                               usePns,
+                                               hPsy->psyConf[0].sfbCnt,
+                                               hPsy->psyConf[0].sfbOffset,
+                                               cm->elInfo[0].nChannelsInEl,
+                                               (hPsy->psyConf[0].filterbank == FB_LC));
+  if (ErrorStatus != AAC_ENC_OK)
+    return ErrorStatus;
+
+  ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[1].pnsConf,
+                                               bitRate/channelsEff,
+                                               sampleRate,
+                                               usePns,
+                                               hPsy->psyConf[1].sfbCnt,
+                                               hPsy->psyConf[1].sfbOffset,
+                                               cm->elInfo[1].nChannelsInEl,
+                                               (hPsy->psyConf[1].filterbank == FB_LC));
+  return ErrorStatus;
+}
+
+
+static
+void FDKaacEnc_deinterleaveInputBuffer(INT_PCM *pOutputSamples,
+                                       INT_PCM *pInputSamples,
+                                       INT nSamples,
+                                       INT nChannels)
+{
+    INT k;
+    /* deinterlave input samples and write to output buffer */
+    for (k=0; k<nSamples; k++) {
+        pOutputSamples[k] = pInputSamples[k*nChannels];
+    }
+}
+
+
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_psyMain
+    description:  psychoacoustic
+    returns:      an error code
+
+        This function assumes that enough input data is in the modulo buffer.
+
+*****************************************************************************/
+
+AAC_ENCODER_ERROR FDKaacEnc_psyMain(INT                 channels,
+                                    PSY_ELEMENT        *psyElement,
+                                    PSY_DYNAMIC        *psyDynamic,
+                                    PSY_CONFIGURATION  *psyConf,
+                                    PSY_OUT_ELEMENT    *RESTRICT psyOutElement,
+                                    INT_PCM             *pInput,
+                                    INT                 *chIdx,
+                                    INT                  totalChannels
+                                   )
+{
+    INT commonWindow = 1;
+    INT maxSfbPerGroup[(2)];
+    INT mdctSpectrum_e;
+    INT ch;   /* counts through channels          */
+    INT w;    /* counts through windows           */
+    INT sfb;  /* counts through scalefactor bands */
+    INT line; /* counts through lines             */
+
+    PSY_CONFIGURATION *RESTRICT hPsyConfLong  = &psyConf[0];
+    PSY_CONFIGURATION *RESTRICT hPsyConfShort = &psyConf[1];
+    PSY_OUT_CHANNEL  **RESTRICT psyOutChannel = psyOutElement->psyOutChannel;
+    FIXP_SGL sfbTonality[(2)][MAX_SFB_LONG];
+
+    PSY_STATIC        **RESTRICT psyStatic = psyElement->psyStatic;
+
+    PSY_DATA           *RESTRICT psyData[(2)];
+    TNS_DATA           *RESTRICT tnsData[(2)];
+    PNS_DATA           *RESTRICT pnsData[(2)];
+
+    INT zeroSpec = TRUE; /* means all spectral lines are zero */
+
+    INT blockSwitchingOffset;
+
+    PSY_CONFIGURATION *RESTRICT hThisPsyConf[(2)];
+    INT windowLength[(2)];
+    INT nWindows[(2)];
+    INT wOffset;
+
+    INT       maxSfb[(2)];
+    INT      *pSfbMaxScaleSpec[(2)];
+    FIXP_DBL *pSfbEnergy[(2)];
+    FIXP_DBL *pSfbSpreadEnergy[(2)];
+    FIXP_DBL *pSfbEnergyLdData[(2)];
+    FIXP_DBL *pSfbEnergyMS[(2)];
+    FIXP_DBL *pSfbThreshold[(2)];
+
+    INT isShortWindow[(2)];
+
+
+    if (hPsyConfLong->filterbank == FB_LC) {
+      blockSwitchingOffset = psyConf->granuleLength + (9*psyConf->granuleLength/(2*TRANS_FAC));
+    } else {
+      blockSwitchingOffset = psyConf->granuleLength;
+    }
+
+    for(ch = 0; ch < channels; ch++)
+    {
+        psyData[ch] = &psyDynamic->psyData[ch];
+        tnsData[ch] = &psyDynamic->tnsData[ch];
+        pnsData[ch] = &psyDynamic->pnsData[ch];
+
+        psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum;
+    }
+
+    /* block switching */
+    if (hPsyConfLong->filterbank != FB_ELD)
+    {
+      int err;
+
+      for(ch = 0; ch < channels; ch++)
+      {
+          C_ALLOC_SCRATCH_START(pTimeSignal, INT_PCM, (1024))
+
+          /* deinterleave input data and use for block switching */
+          FDKaacEnc_deinterleaveInputBuffer( pTimeSignal,
+                                            &pInput[chIdx[ch]],
+                                             psyConf->granuleLength,
+                                             totalChannels);
+
+
+          FDKaacEnc_BlockSwitching (&psyStatic[ch]->blockSwitchingControl,
+                                     psyConf->granuleLength,
+                                     psyStatic[ch]->isLFE,
+                                     pTimeSignal
+                                   );
+
+
+            /* fill up internal input buffer, to 2xframelength samples */
+            FDKmemcpy(psyStatic[ch]->psyInputBuffer+blockSwitchingOffset,
+                      pTimeSignal,
+                      (2*psyConf->granuleLength-blockSwitchingOffset)*sizeof(INT_PCM));
+
+            C_ALLOC_SCRATCH_END(pTimeSignal, INT_PCM, (1024))
+      }
+
+      /* synch left and right block type */
+      err = FDKaacEnc_SyncBlockSwitching(&psyStatic[0]->blockSwitchingControl,
+                                         &psyStatic[1]->blockSwitchingControl,
+                                          channels,
+                                          commonWindow);
+
+      if (err) {
+          return AAC_ENC_UNSUPPORTED_AOT; /* mixed up LC and LD */
+      }
+
+    }
+    else {
+      for(ch = 0; ch < channels; ch++)
+      {
+        /* deinterleave input data and use for block switching */
+        FDKaacEnc_deinterleaveInputBuffer( psyStatic[ch]->psyInputBuffer + blockSwitchingOffset,
+                                          &pInput[chIdx[ch]],
+                                           psyConf->granuleLength,
+                                           totalChannels);
+      }
+    }
+
+    for(ch = 0; ch < channels; ch++)
+      isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
+
+    /* set parameters according to window length */
+    for(ch = 0; ch < channels; ch++)
+    {
+        if(isShortWindow[ch]) {
+            hThisPsyConf[ch]       = hPsyConfShort;
+            windowLength[ch]       = psyConf->granuleLength/TRANS_FAC;
+            nWindows[ch]           = TRANS_FAC;
+            maxSfb[ch]             = MAX_SFB_SHORT;
+
+            pSfbMaxScaleSpec[ch]   = psyData[ch]->sfbMaxScaleSpec.Short[0];
+            pSfbEnergy[ch]         = psyData[ch]->sfbEnergy.Short[0];
+            pSfbSpreadEnergy[ch]   = psyData[ch]->sfbSpreadEnergy.Short[0];
+            pSfbEnergyLdData[ch]   = psyData[ch]->sfbEnergyLdData.Short[0];
+            pSfbEnergyMS[ch]       = psyData[ch]->sfbEnergyMS.Short[0];
+            pSfbThreshold[ch]      = psyData[ch]->sfbThreshold.Short[0];
+
+        } else
+        {
+            hThisPsyConf[ch]       = hPsyConfLong;
+            windowLength[ch]       = psyConf->granuleLength;
+            nWindows[ch]           = 1;
+            maxSfb[ch]             = MAX_GROUPED_SFB;
+
+            pSfbMaxScaleSpec[ch]   = psyData[ch]->sfbMaxScaleSpec.Long;
+            pSfbEnergy[ch]         = psyData[ch]->sfbEnergy.Long;
+            pSfbSpreadEnergy[ch]   = psyData[ch]->sfbSpreadEnergy.Long;
+            pSfbEnergyLdData[ch]   = psyData[ch]->sfbEnergyLdData.Long;
+            pSfbEnergyMS[ch]       = psyData[ch]->sfbEnergyMS.Long;
+            pSfbThreshold[ch]      = psyData[ch]->sfbThreshold.Long;
+        }
+    }
+
+    /* Transform and get mdctScaling for all channels and windows. */
+    for(ch = 0; ch < channels; ch++)
+    {
+        /* update number of active bands */
+        if (psyStatic[ch]->isLFE) {
+            psyData[ch]->sfbActive = hThisPsyConf[ch]->sfbActiveLFE;
+            psyData[ch]->lowpassLine = hThisPsyConf[ch]->lowpassLineLFE;
+        } else
+        {
+            psyData[ch]->sfbActive = hThisPsyConf[ch]->sfbActive;
+            psyData[ch]->lowpassLine = hThisPsyConf[ch]->lowpassLine;
+        }
+
+        for(w = 0; w < nWindows[ch]; w++) {
+
+          wOffset = w*windowLength[ch];
+
+          FDKaacEnc_Transform_Real( psyStatic[ch]->psyInputBuffer + wOffset,
+                                    psyData[ch]->mdctSpectrum+wOffset,
+                                    psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
+                                    psyStatic[ch]->blockSwitchingControl.windowShape,
+                                   &psyStatic[ch]->blockSwitchingControl.lastWindowShape,
+                                    psyConf->granuleLength,
+                                   &mdctSpectrum_e,
+                                    hThisPsyConf[ch]->filterbank
+                                   ,psyStatic[ch]->overlapAddBuffer
+                                   );
+
+          /* Low pass / highest sfb */
+          FDKmemclear(&psyData[ch]->mdctSpectrum[psyData[ch]->lowpassLine+wOffset],
+                      (windowLength[ch]-psyData[ch]->lowpassLine)*sizeof(FIXP_DBL));
+
+          if (hPsyConfLong->filterbank != FB_LC) {
+            /* Do blending to reduce gibbs artifacts */
+            for (int i=0; i<FADE_OUT_LEN; i++) {
+              psyData[ch]->mdctSpectrum[psyData[ch]->lowpassLine+wOffset - FADE_OUT_LEN + i] = fMult(psyData[ch]->mdctSpectrum[psyData[ch]->lowpassLine+wOffset - FADE_OUT_LEN + i], fadeOutFactor[i]);
+            }
+          }
+
+
+          /* Check for zero spectrum. These loops will usually terminate very, very early. */
+          for(line=0; (line<psyData[ch]->lowpassLine) && (zeroSpec==TRUE); line++) {
+              if (psyData[ch]->mdctSpectrum[line+wOffset] != (FIXP_DBL)0) {
+                  zeroSpec = FALSE;
+                  break;
+              }
+          }
+
+        } /* w loop */
+
+        psyData[ch]->mdctScale = mdctSpectrum_e;
+
+        /* rotate internal time samples */
+        FDKmemmove(psyStatic[ch]->psyInputBuffer,
+                   psyStatic[ch]->psyInputBuffer+psyConf->granuleLength,
+                   psyConf->granuleLength*sizeof(INT_PCM));
+
+
+        /* ... and get remaining samples from input buffer */
+        FDKaacEnc_deinterleaveInputBuffer( psyStatic[ch]->psyInputBuffer+psyConf->granuleLength,
+                                          &pInput[ (2*psyConf->granuleLength-blockSwitchingOffset)*totalChannels + chIdx[ch] ],
+                                           blockSwitchingOffset-psyConf->granuleLength,
+                                           totalChannels);
+
+    } /* ch */
+
+    /* Do some rescaling to get maximum possible accuracy for energies */
+    if ( zeroSpec == FALSE) {
+
+        /* Calc possible spectrum leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
+        INT minSpecShift = MAX_SHIFT_DBL;
+        INT nrgShift     = MAX_SHIFT_DBL;
+        INT finalShift   = MAX_SHIFT_DBL;
+        FIXP_DBL currNrg = 0;
+        FIXP_DBL maxNrg  = 0;
+
+        for(ch = 0; ch < channels; ch++) {
+            for(w = 0; w < nWindows[ch]; w++) {
+                wOffset = w*windowLength[ch];
+                FDKaacEnc_CalcSfbMaxScaleSpec(psyData[ch]->mdctSpectrum+wOffset,
+                                              hThisPsyConf[ch]->sfbOffset,
+                                              pSfbMaxScaleSpec[ch]+w*maxSfb[ch],
+                                              psyData[ch]->sfbActive);
+
+                for (sfb = 0; sfb<psyData[ch]->sfbActive; sfb++)
+                    minSpecShift = fixMin(minSpecShift, (pSfbMaxScaleSpec[ch]+w*maxSfb[ch])[sfb]);
+            }
+
+        }
+
+        /* Calc possible energy leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
+        for(ch = 0; ch < channels; ch++) {
+            for(w = 0; w < nWindows[ch]; w++) {
+                wOffset = w*windowLength[ch];
+                currNrg = FDKaacEnc_CheckBandEnergyOptim(psyData[ch]->mdctSpectrum+wOffset,
+                                                        pSfbMaxScaleSpec[ch]+w*maxSfb[ch],
+                                                        hThisPsyConf[ch]->sfbOffset,
+                                                        psyData[ch]->sfbActive,
+                                                        pSfbEnergy[ch]+w*maxSfb[ch],
+                                                        pSfbEnergyLdData[ch]+w*maxSfb[ch],
+                                                        minSpecShift-4);
+
+                maxNrg = fixMax(maxNrg, currNrg);
+            }
+        }
+
+        if ( maxNrg != (FIXP_DBL)0 ) {
+            nrgShift = (CountLeadingBits(maxNrg)>>1) + (minSpecShift-4);
+        }
+
+        /* 2check: Hasn't this decision to be made for both channels? */
+        /* For short windows 1 additional bit headroom is necessary to prevent overflows when summing up energies in FDKaacEnc_groupShortData() */
+        if(isShortWindow[0]) nrgShift--;
+
+        /* both spectrum and energies mustn't overflow */
+        finalShift = fixMin(minSpecShift, nrgShift);
+
+        /* do not shift more than 3 bits more to the left than signal without blockfloating point
+         * would be to avoid overflow of scaled PCM quantization thresholds */
+        if (finalShift > psyData[0]->mdctScale + 3 )
+            finalShift = psyData[0]->mdctScale + 3;
+
+        FDK_ASSERT(finalShift >= 0);    /* right shift is not allowed */
+
+        /* correct sfbEnergy and sfbEnergyLdData with new finalShift */
+        FIXP_DBL ldShift = finalShift * FL2FXCONST_DBL(2.0/64);
+        for(ch = 0; ch < channels; ch++) {
+            for(w = 0; w < nWindows[ch]; w++) {
+                for(sfb=0; sfb<psyData[ch]->sfbActive; sfb++) {
+                    INT scale = fixMax(0, (pSfbMaxScaleSpec[ch]+w*maxSfb[ch])[sfb]-4);
+                    scale     = fixMin((scale-finalShift)<<1, DFRACT_BITS-1);
+                    if (scale >= 0) (pSfbEnergy[ch]+w*maxSfb[ch])[sfb] >>= (scale);
+                    else            (pSfbEnergy[ch]+w*maxSfb[ch])[sfb] <<= (-scale);
+                    (pSfbThreshold[ch]+w*maxSfb[ch])[sfb] = fMult((pSfbEnergy[ch]+w*maxSfb[ch])[sfb], C_RATIO);
+                    (pSfbEnergyLdData[ch]+w*maxSfb[ch])[sfb] += ldShift;
+                }
+            }
+        }
+
+        if ( finalShift != 0 ) {
+            for (ch = 0; ch < channels; ch++) {
+                for(w = 0; w < nWindows[ch]; w++) {
+                    wOffset = w*windowLength[ch];
+                    for(line=0; line<psyData[ch]->lowpassLine; line++) {
+                        psyData[ch]->mdctSpectrum[line+wOffset] <<= finalShift;
+                    }
+                    /* update sfbMaxScaleSpec */
+                    for (sfb = 0; sfb<psyData[ch]->sfbActive; sfb++)
+                        (pSfbMaxScaleSpec[ch]+w*maxSfb[ch])[sfb] -= finalShift;
+                }
+                /* update mdctScale */
+                psyData[ch]->mdctScale -= finalShift;
+            }
+        }
+
+    } else {
+        /* all spectral lines are zero */
+        for (ch = 0; ch < channels; ch++) {
+            psyData[ch]->mdctScale = 0;     /* otherwise mdctScale would be for example 7 and PCM quantization thresholds would be shifted
+                                             * 14 bits to the right causing some of them to become 0 (which causes problems later) */
+            /* clear sfbMaxScaleSpec */
+            for(w = 0; w < nWindows[ch]; w++) {
+                for (sfb = 0; sfb<psyData[ch]->sfbActive; sfb++) {
+                    (pSfbMaxScaleSpec[ch]+w*maxSfb[ch])[sfb] = 0;
+                    (pSfbEnergy[ch]+w*maxSfb[ch])[sfb]       = (FIXP_DBL)0;
+                    (pSfbEnergyLdData[ch]+w*maxSfb[ch])[sfb] = FL2FXCONST_DBL(-1.0f);
+                    (pSfbThreshold[ch]+w*maxSfb[ch])[sfb]    = (FIXP_DBL)0;
+                }
+            }
+        }
+    }
+
+    /* Advance psychoacoustics: Tonality and TNS */
+    if (psyStatic[0]->isLFE) {
+        tnsData[0]->dataRaw.Long.subBlockInfo.tnsActive = 0;
+    }
+    else
+    {
+
+        for(ch = 0; ch < channels; ch++) {
+            if (!isShortWindow[ch]) {
+                /* tonality */
+                FDKaacEnc_CalculateFullTonality( psyData[ch]->mdctSpectrum,
+                                       pSfbMaxScaleSpec[ch],
+                                       pSfbEnergyLdData[ch],
+                                       sfbTonality[ch],
+                                       psyData[ch]->sfbActive,
+                                       hThisPsyConf[ch]->sfbOffset,
+                                       hThisPsyConf[ch]->pnsConf.usePns);
+            }
+        }
+
+        if (hPsyConfLong->tnsConf.tnsActive || hPsyConfShort->tnsConf.tnsActive) {
+            INT tnsActive[TRANS_FAC];
+            INT nrgScaling[2] = {0,0};
+            INT tnsSpecShift = 0;
+
+            for(ch = 0; ch < channels; ch++) {
+                for(w = 0; w < nWindows[ch]; w++) {
+
+                    wOffset = w*windowLength[ch];
+                    /* TNS */
+                    FDKaacEnc_TnsDetect(
+                                tnsData[ch],
+                                &hThisPsyConf[ch]->tnsConf,
+                                &psyOutChannel[ch]->tnsInfo,
+                                hThisPsyConf[ch]->sfbCnt,
+                                psyData[ch]->mdctSpectrum+wOffset,
+                                w,
+                                psyStatic[ch]->blockSwitchingControl.lastWindowSequence
+                                );
+                }
+            }
+
+            if (channels == 2) {
+              FDKaacEnc_TnsSync(
+                      tnsData[1],
+                      tnsData[0],
+                      &psyOutChannel[1]->tnsInfo,
+                      &psyOutChannel[0]->tnsInfo,
+
+                      psyStatic[1]->blockSwitchingControl.lastWindowSequence,
+                      psyStatic[0]->blockSwitchingControl.lastWindowSequence,
+                      &hThisPsyConf[1]->tnsConf);
+            }
+
+            FDK_ASSERT(commonWindow=1); /* all checks for TNS do only work for common windows (which is always set)*/
+            for(w = 0; w < nWindows[0]; w++)
+            {
+                if (isShortWindow[0])
+                    tnsActive[w] = tnsData[0]->dataRaw.Short.subBlockInfo[w].tnsActive ||
+                    ((channels == 2) ? tnsData[1]->dataRaw.Short.subBlockInfo[w].tnsActive : 0);
+                else
+                    tnsActive[w] = tnsData[0]->dataRaw.Long.subBlockInfo.tnsActive ||
+                    ((channels == 2) ? tnsData[1]->dataRaw.Long.subBlockInfo.tnsActive : 0);
+            }
+
+            for(ch = 0; ch < channels; ch++) {
+                if (tnsActive[0] && !isShortWindow[ch]) {
+                    /* Scale down spectrum if tns is active in one of the two channels with same lastWindowSequence */
+                    /* first part of threshold calculation; it's not necessary to update sfbMaxScaleSpec */
+                    INT shift = 1;
+                    for(sfb=0; sfb<hThisPsyConf[ch]->lowpassLine; sfb++) {
+                        psyData[ch]->mdctSpectrum[sfb] = psyData[ch]->mdctSpectrum[sfb] >> shift;
+                    }
+
+                    /* update thresholds */
+                    for (sfb=0; sfb<psyData[ch]->sfbActive; sfb++) {
+                        pSfbThreshold[ch][sfb] >>= (2*shift);
+                    }
+
+                    psyData[ch]->mdctScale += shift; /* update mdctScale */
+
+                    /* calc sfbEnergies after tnsEncode again ! */
+
+                }
+            }
+
+            for(ch = 0; ch < channels; ch++) {
+              for(w = 0; w < nWindows[ch]; w++)
+                {
+                    wOffset = w*windowLength[ch];
+                    FDKaacEnc_TnsEncode(
+                                &psyOutChannel[ch]->tnsInfo,
+                                tnsData[ch],
+                                hThisPsyConf[ch]->sfbCnt,
+                                &hThisPsyConf[ch]->tnsConf,
+                                hThisPsyConf[ch]->sfbOffset[psyData[ch]->sfbActive],/*hThisPsyConf[ch]->lowpassLine*/ /* filter stops before that line ! */
+                                psyData[ch]->mdctSpectrum+wOffset,
+                                w,
+                                psyStatic[ch]->blockSwitchingControl.lastWindowSequence);
+
+                    if(tnsActive[w]) {
+                            /* Calc sfb-bandwise mdct-energies for left and right channel again, */
+                            /* if tns active in current channel or in one channel with same lastWindowSequence left and right */
+                            FDKaacEnc_CalcSfbMaxScaleSpec(psyData[ch]->mdctSpectrum+wOffset,
+                                                hThisPsyConf[ch]->sfbOffset,
+                                                pSfbMaxScaleSpec[ch]+w*maxSfb[ch],
+                                                psyData[ch]->sfbActive);
+                    }
+                }
+            }
+
+            for(ch = 0; ch < channels; ch++) {
+              for(w = 0; w < nWindows[ch]; w++) {
+
+                if (tnsActive[w]) {
+
+                  if (isShortWindow[ch]) {
+                    FDKaacEnc_CalcBandEnergyOptimShort(psyData[ch]->mdctSpectrum+w*windowLength[ch],
+                                             pSfbMaxScaleSpec[ch]+w*maxSfb[ch],
+                                             hThisPsyConf[ch]->sfbOffset,
+                                             psyData[ch]->sfbActive,
+                                             pSfbEnergy[ch]+w*maxSfb[ch]);
+                  }
+                  else {
+                    nrgScaling[ch] =        /* with tns, energy calculation can overflow; -> scaling */
+                    FDKaacEnc_CalcBandEnergyOptimLong(psyData[ch]->mdctSpectrum,
+                                           pSfbMaxScaleSpec[ch],
+                                           hThisPsyConf[ch]->sfbOffset,
+                                           psyData[ch]->sfbActive,
+                                           pSfbEnergy[ch],
+                                           pSfbEnergyLdData[ch]);
+                    tnsSpecShift = fixMax(tnsSpecShift, nrgScaling[ch]);       /* nrgScaling is set only if nrg would have an overflow */
+                  }
+                } /* if tnsActive */
+              }
+            } /* end channel loop */
+
+            /* adapt scaling to prevent nrg overflow, only for long blocks */
+            for(ch = 0; ch < channels; ch++) {
+              if ( (tnsSpecShift!=0) && !isShortWindow[ch] ) {
+                /* scale down spectrum, nrg's and thresholds, if there was an overflow in sfbNrg calculation after tns */
+                for(line=0; line<hThisPsyConf[ch]->lowpassLine; line++) {
+                  psyData[ch]->mdctSpectrum[line] >>= tnsSpecShift;
+                }
+                INT scale = (tnsSpecShift-nrgScaling[ch])<<1;
+                for(sfb=0; sfb<psyData[ch]->sfbActive; sfb++) {
+                  pSfbEnergyLdData[ch][sfb]   -= scale*FL2FXCONST_DBL(1.0/LD_DATA_SCALING);
+                  pSfbEnergy[ch][sfb]        >>= scale;
+                  pSfbThreshold[ch][sfb]     >>= (tnsSpecShift<<1);
+                }
+                psyData[ch]->mdctScale += tnsSpecShift;  /* update mdctScale; not necessary to update sfbMaxScaleSpec */
+
+              }
+            } /* end channel loop */
+
+        } /* TNS active */
+    }  /* !isLFE */
+
+
+
+
+
+
+    /* Advance thresholds */
+    for(ch = 0; ch < channels; ch++) {
+        INT headroom;
+
+        FIXP_DBL clipEnergy;
+        INT energyShift  = psyData[ch]->mdctScale*2 ;
+        INT clipNrgShift = energyShift - THR_SHIFTBITS ;
+
+        if(isShortWindow[ch])
+            headroom = 6;
+        else
+            headroom = 0;
+
+        if (clipNrgShift >= 0)
+            clipEnergy = hThisPsyConf[ch]->clipEnergy >>  clipNrgShift ;
+        else if (clipNrgShift>=-headroom)
+            clipEnergy = hThisPsyConf[ch]->clipEnergy << -clipNrgShift ;
+        else
+            clipEnergy = (FIXP_DBL)MAXVAL_DBL ;
+
+        for(w = 0; w < nWindows[ch]; w++)
+        {
+            INT i;
+            /* limit threshold to avoid clipping */
+            for (i=0; i<psyData[ch]->sfbActive; i++) {
+                *(pSfbThreshold[ch]+w*maxSfb[ch]+i) = fixMin(*(pSfbThreshold[ch]+w*maxSfb[ch]+i), clipEnergy);
+            }
+
+            /* spreading */
+            FDKaacEnc_SpreadingMax(psyData[ch]->sfbActive,
+                            hThisPsyConf[ch]->sfbMaskLowFactor,
+                            hThisPsyConf[ch]->sfbMaskHighFactor,
+                            pSfbThreshold[ch]+w*maxSfb[ch]);
+
+
+            /* PCM quantization threshold */
+            energyShift += PCM_QUANT_THR_SCALE;
+            if (energyShift>=0) {
+               energyShift = fixMin(DFRACT_BITS-1,energyShift);
+               for (i=0; i<psyData[ch]->sfbActive;i++) {
+                   *(pSfbThreshold[ch]+w*maxSfb[ch]+i) = fixMax(*(pSfbThreshold[ch]+w*maxSfb[ch]+i) >> THR_SHIFTBITS,
+                                                          (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] >> energyShift));
+               }
+            } else {
+               energyShift = fixMin(DFRACT_BITS-1,-energyShift);
+               for (i=0; i<psyData[ch]->sfbActive;i++) {
+                   *(pSfbThreshold[ch]+w*maxSfb[ch]+i) = fixMax(*(pSfbThreshold[ch]+w*maxSfb[ch]+i) >> THR_SHIFTBITS,
+                                                          (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] << energyShift));
+               }
+            }
+
+            if (!psyStatic[ch]->isLFE)
+            {
+                /* preecho control */
+                if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) {
+                    /* prevent FDKaacEnc_PreEchoControl from comparing stop
+                       thresholds with short thresholds */
+                    for (i=0; i<psyData[ch]->sfbActive;i++) {
+                        psyStatic[ch]->sfbThresholdnm1[i] = (FIXP_DBL)MAXVAL_DBL;
+                    }
+
+                    psyStatic[ch]->mdctScalenm1 = 0;
+                    psyStatic[ch]->calcPreEcho  = 0;
+                }
+
+                FDKaacEnc_PreEchoControl( psyStatic[ch]->sfbThresholdnm1,
+                                psyStatic[ch]->calcPreEcho,
+                                psyData[ch]->sfbActive,
+                                hThisPsyConf[ch]->maxAllowedIncreaseFactor,
+                                hThisPsyConf[ch]->minRemainingThresholdFactor,
+                                pSfbThreshold[ch]+w*maxSfb[ch],
+                                psyData[ch]->mdctScale,
+                                &psyStatic[ch]->mdctScalenm1);
+
+                psyStatic[ch]->calcPreEcho = 1;
+
+                if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == START_WINDOW)
+                {
+                    /* prevent FDKaacEnc_PreEchoControl in next frame to compare start
+                       thresholds with short thresholds */
+                    for (i=0; i<psyData[ch]->sfbActive;i++) {
+                        psyStatic[ch]->sfbThresholdnm1[i] = (FIXP_DBL)MAXVAL_DBL;
+                    }
+
+                    psyStatic[ch]->mdctScalenm1 = 0;
+                    psyStatic[ch]->calcPreEcho  = 0;
+                }
+
+            }
+
+            /* spread energy to avoid hole detection */
+            FDKmemcpy(pSfbSpreadEnergy[ch]+w*maxSfb[ch], pSfbEnergy[ch]+w*maxSfb[ch], psyData[ch]->sfbActive*sizeof(FIXP_DBL));
+
+            FDKaacEnc_SpreadingMax(psyData[ch]->sfbActive,
+                         hThisPsyConf[ch]->sfbMaskLowFactorSprEn,
+                         hThisPsyConf[ch]->sfbMaskHighFactorSprEn,
+                         pSfbSpreadEnergy[ch]+w*maxSfb[ch]);
+        }
+    }
+
+    /* Calc bandwise energies for mid and side channel. Do it only if 2 channels exist */
+    if (channels==2) {
+        for(w = 0; w < nWindows[1]; w++) {
+            wOffset = w*windowLength[1];
+            FDKaacEnc_CalcBandNrgMSOpt(psyData[0]->mdctSpectrum+wOffset,
+                             psyData[1]->mdctSpectrum+wOffset,
+                             pSfbMaxScaleSpec[0]+w*maxSfb[0],
+                             pSfbMaxScaleSpec[1]+w*maxSfb[1],
+                             hThisPsyConf[1]->sfbOffset,
+                             psyData[0]->sfbActive,
+                             pSfbEnergyMS[0]+w*maxSfb[0],
+                             pSfbEnergyMS[1]+w*maxSfb[1],
+                             (psyStatic[1]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW),
+                             psyData[0]->sfbEnergyMSLdData,
+                             psyData[1]->sfbEnergyMSLdData);
+        }
+    }
+
+    /* group short data (maxSfb[ch] for short blocks is determined here) */
+    for(ch=0;ch<channels;ch++)
+    {
+        INT noSfb, i;
+        if(isShortWindow[ch])
+        {
+            int sfbGrp;
+            noSfb = psyStatic[ch]->blockSwitchingControl.noOfGroups * hPsyConfShort->sfbCnt;
+            /* At this point, energies and thresholds are copied/regrouped from the ".Short" to the ".Long" arrays */
+            FDKaacEnc_groupShortData( psyData[ch]->mdctSpectrum,
+                            &psyData[ch]->sfbThreshold,
+                            &psyData[ch]->sfbEnergy,
+                            &psyData[ch]->sfbEnergyMS,
+                            &psyData[ch]->sfbSpreadEnergy,
+                            hPsyConfShort->sfbCnt,
+                            psyData[ch]->sfbActive,
+                            hPsyConfShort->sfbOffset,
+                            hPsyConfShort->sfbMinSnrLdData,
+                            psyData[ch]->groupedSfbOffset,
+                            &maxSfbPerGroup[ch],
+                            psyOutChannel[ch]->sfbMinSnrLdData,
+                            psyStatic[ch]->blockSwitchingControl.noOfGroups,
+                            psyStatic[ch]->blockSwitchingControl.groupLen,
+                            psyConf[1].granuleLength);
+
+
+            /* calculate ldData arrays (short values are in .Long-arrays after FDKaacEnc_groupShortData) */
+            for (sfbGrp = 0; sfbGrp < noSfb; sfbGrp += hPsyConfShort->sfbCnt) {
+              LdDataVector(&psyData[ch]->sfbEnergy.Long[sfbGrp], &psyOutChannel[ch]->sfbEnergyLdData[sfbGrp], psyData[ch]->sfbActive);
+            }
+
+            /* calc sfbThrld and set Values smaller 2^-31 to 2^-33*/
+            for (sfbGrp = 0; sfbGrp < noSfb; sfbGrp += hPsyConfShort->sfbCnt) {
+              LdDataVector(&psyData[ch]->sfbThreshold.Long[sfbGrp], &psyOutChannel[ch]->sfbThresholdLdData[sfbGrp], psyData[ch]->sfbActive);
+              for (sfb=0;sfb<psyData[ch]->sfbActive;sfb++) {
+                psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb] =
+                           fixMax(psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb], FL2FXCONST_DBL(-0.515625f));
+              }
+            }
+
+            if ( channels==2 ) {
+              for (sfbGrp = 0; sfbGrp < noSfb; sfbGrp += hPsyConfShort->sfbCnt) {
+                LdDataVector(&psyData[ch]->sfbEnergyMS.Long[sfbGrp], &psyData[ch]->sfbEnergyMSLdData[sfbGrp], psyData[ch]->sfbActive);
+              }
+            }
+
+            FDKmemcpy(psyOutChannel[ch]->sfbOffsets, psyData[ch]->groupedSfbOffset, (MAX_GROUPED_SFB+1)*sizeof(INT));
+
+        } else {
+            /* maxSfb[ch] for long blocks */
+            for (sfb = psyData[ch]->sfbActive-1; sfb >= 0; sfb--) {
+                for (line = hPsyConfLong->sfbOffset[sfb+1]-1; line >= hPsyConfLong->sfbOffset[sfb]; line--) {
+                    if (psyData[ch]->mdctSpectrum[line] != FL2FXCONST_SGL(0.0f)) break;
+                }
+                if (line > hPsyConfLong->sfbOffset[sfb]) break;
+            }
+            maxSfbPerGroup[ch] = sfb + 1;
+            /* ensure at least one section in ICS; workaround for existing decoder crc implementation */
+            maxSfbPerGroup[ch] = fixMax(fixMin(5,psyData[ch]->sfbActive),maxSfbPerGroup[ch]);
+
+            /* sfbNrgLdData is calculated in FDKaacEnc_advancePsychLong, copy in psyOut structure */
+            FDKmemcpy(psyOutChannel[ch]->sfbEnergyLdData, psyData[ch]->sfbEnergyLdData.Long, psyData[ch]->sfbActive*sizeof(FIXP_DBL));
+
+            FDKmemcpy(psyOutChannel[ch]->sfbOffsets, hPsyConfLong->sfbOffset, (MAX_GROUPED_SFB+1)*sizeof(INT));
+
+            /* sfbMinSnrLdData modified in adjust threshold, copy necessary */
+            FDKmemcpy(psyOutChannel[ch]->sfbMinSnrLdData, hPsyConfLong->sfbMinSnrLdData, psyData[ch]->sfbActive*sizeof(FIXP_DBL));
+
+            /* sfbEnergyMSLdData ist already calculated in FDKaacEnc_CalcBandNrgMSOpt; only in long case */
+
+            /* calc sfbThrld and set Values smaller 2^-31 to 2^-33*/
+            LdDataVector(psyData[ch]->sfbThreshold.Long, psyOutChannel[ch]->sfbThresholdLdData, psyData[ch]->sfbActive);
+            for (i=0;i<psyData[ch]->sfbActive;i++) {
+              psyOutChannel[ch]->sfbThresholdLdData[i] =
+                           fixMax(psyOutChannel[ch]->sfbThresholdLdData[i], FL2FXCONST_DBL(-0.515625f));
+            }
+
+
+        }
+
+
+    }
+
+
+    /*
+        Intensity parameter intialization.
+     */
+    for(ch=0;ch<channels;ch++) {
+        FDKmemclear(psyOutChannel[ch]->isBook,  MAX_GROUPED_SFB*sizeof(INT));
+        FDKmemclear(psyOutChannel[ch]->isScale, MAX_GROUPED_SFB*sizeof(INT));
+    }
+
+    for(ch=0;ch<channels;ch++) {
+        INT win = (isShortWindow[ch]?1:0);
+        if (!psyStatic[ch]->isLFE)
+        {
+            /* PNS Decision */
+            FDKaacEnc_PnsDetect( &(psyConf[0].pnsConf),
+                       pnsData[ch],
+                       psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
+                       psyData[ch]->sfbActive,
+                       maxSfbPerGroup[ch], /* count of Sfb which are not zero. */
+                       psyOutChannel[ch]->sfbThresholdLdData,
+                       psyConf[win].sfbOffset,
+                       psyData[ch]->mdctSpectrum,
+                       psyData[ch]->sfbMaxScaleSpec.Long,
+                       sfbTonality[ch],
+                       psyOutChannel[ch]->tnsInfo.order[0][0],
+                       tnsData[ch]->dataRaw.Long.subBlockInfo.predictionGain,
+                       tnsData[ch]->dataRaw.Long.subBlockInfo.tnsActive,
+                       psyOutChannel[ch]->sfbEnergyLdData,
+                       psyOutChannel[ch]->noiseNrg );
+        } /* !isLFE */
+    }
+
+    /*
+        stereo Processing
+    */
+    if(channels == 2)
+    {
+        psyOutElement->toolsInfo.msDigest = MS_NONE;
+        psyOutElement->commonWindow       = commonWindow;
+        if (psyOutElement->commonWindow)
+            maxSfbPerGroup[0] = maxSfbPerGroup[1] =
+                              fixMax(maxSfbPerGroup[0], maxSfbPerGroup[1]);
+
+        if(psyStatic[0]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW)
+        {
+            /* PNS preprocessing depending on ms processing: PNS not in Short Window! */
+            FDKaacEnc_PreProcessPnsChannelPair(
+                                psyData[0]->sfbActive,
+                                (&psyData[0]->sfbEnergy)->Long,
+                                (&psyData[1]->sfbEnergy)->Long,
+                                psyOutChannel[0]->sfbEnergyLdData,
+                                psyOutChannel[1]->sfbEnergyLdData,
+                                psyData[0]->sfbEnergyMS.Long,
+                                &(psyConf[0].pnsConf),
+                                pnsData[0],
+                                pnsData[1]);
+
+            FDKaacEnc_IntensityStereoProcessing(
+                                psyData[0]->sfbEnergy.Long,
+                                psyData[1]->sfbEnergy.Long,
+                                psyData[0]->mdctSpectrum,
+                                psyData[1]->mdctSpectrum,
+                                psyData[0]->sfbThreshold.Long,
+                                psyData[1]->sfbThreshold.Long,
+                                psyOutChannel[1]->sfbThresholdLdData,
+                                psyData[0]->sfbSpreadEnergy.Long,
+                                psyData[1]->sfbSpreadEnergy.Long,
+                                psyOutChannel[0]->sfbEnergyLdData,
+                                psyOutChannel[1]->sfbEnergyLdData,
+                                &psyOutElement->toolsInfo.msDigest,
+                                psyOutElement->toolsInfo.msMask,
+                                psyConf[0].sfbCnt,
+                                psyConf[0].sfbCnt,
+                                maxSfbPerGroup[0],
+                                psyConf[0].sfbOffset,
+                                psyConf[0].allowIS && commonWindow,
+                                psyOutChannel[1]->isBook,
+                                psyOutChannel[1]->isScale,
+                                pnsData);
+
+            FDKaacEnc_MsStereoProcessing(
+                                psyData,
+                                psyOutChannel,
+                                psyOutChannel[1]->isBook,
+                                &psyOutElement->toolsInfo.msDigest,
+                                psyOutElement->toolsInfo.msMask,
+                                psyData[0]->sfbActive,
+                                psyData[0]->sfbActive,
+                                maxSfbPerGroup[0],
+                                psyOutChannel[0]->sfbOffsets);
+
+            /* PNS postprocessing */
+            FDKaacEnc_PostProcessPnsChannelPair(psyData[0]->sfbActive,
+                                &(psyConf[0].pnsConf),
+                                pnsData[0],
+                                pnsData[1],
+                                psyOutElement->toolsInfo.msMask,
+                                &psyOutElement->toolsInfo.msDigest);
+
+        } else {
+            FDKaacEnc_IntensityStereoProcessing(
+                                psyData[0]->sfbEnergy.Long,
+                                psyData[1]->sfbEnergy.Long,
+                                psyData[0]->mdctSpectrum,
+                                psyData[1]->mdctSpectrum,
+                                psyData[0]->sfbThreshold.Long,
+                                psyData[1]->sfbThreshold.Long,
+                                psyOutChannel[1]->sfbThresholdLdData,
+                                psyData[0]->sfbSpreadEnergy.Long,
+                                psyData[1]->sfbSpreadEnergy.Long,
+                                psyOutChannel[0]->sfbEnergyLdData,
+                                psyOutChannel[1]->sfbEnergyLdData,
+                                &psyOutElement->toolsInfo.msDigest,
+                                psyOutElement->toolsInfo.msMask,
+                                psyStatic[0]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt,
+                                psyConf[1].sfbCnt,
+                                maxSfbPerGroup[0],
+                                psyData[0]->groupedSfbOffset,
+                                psyConf[0].allowIS && commonWindow,
+                                psyOutChannel[1]->isBook,
+                                psyOutChannel[1]->isScale,
+                                pnsData);
+
+            /* it's OK to pass the ".Long" arrays here. They contain grouped short data since FDKaacEnc_groupShortData() */
+            FDKaacEnc_MsStereoProcessing( psyData,
+                                psyOutChannel,
+                                psyOutChannel[1]->isBook,
+                                &psyOutElement->toolsInfo.msDigest,
+                                psyOutElement->toolsInfo.msMask,
+                                psyStatic[0]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt,
+                                hPsyConfShort->sfbCnt,
+                                maxSfbPerGroup[0],
+                                psyOutChannel[0]->sfbOffsets);
+        }
+    }
+
+  /*
+    PNS Coding
+  */
+  for(ch=0;ch<channels;ch++) {
+      if (psyStatic[ch]->isLFE) {
+          /* no PNS coding */
+          for(sfb = 0; sfb < psyData[ch]->sfbActive; sfb++) {
+            psyOutChannel[ch]->noiseNrg[sfb] = NO_NOISE_PNS;
+          }
+      } else
+      {
+          FDKaacEnc_CodePnsChannel(psyData[ch]->sfbActive,
+                         &(psyConf[ch].pnsConf),
+                         pnsData[ch]->pnsFlag,
+                         psyData[ch]->sfbEnergyLdData.Long,
+                         psyOutChannel[ch]->noiseNrg, /* this is the energy that will be written to the bitstream */
+                         psyOutChannel[ch]->sfbThresholdLdData);
+      }
+  }
+
+    /*
+        build output
+    */
+    for(ch=0;ch<channels;ch++)
+    {
+        INT j, grp, mask;
+
+        psyOutChannel[ch]->maxSfbPerGroup    = maxSfbPerGroup[ch];
+        psyOutChannel[ch]->mdctScale         = psyData[ch]->mdctScale;
+
+        if(isShortWindow[ch]==0) {
+
+            psyOutChannel[ch]->sfbCnt         = hPsyConfLong->sfbActive;
+            psyOutChannel[ch]->sfbPerGroup    = hPsyConfLong->sfbActive;
+            psyOutChannel[ch]->lastWindowSequence = psyStatic[ch]->blockSwitchingControl.lastWindowSequence;
+            psyOutChannel[ch]->windowShape    = psyStatic[ch]->blockSwitchingControl.windowShape;
+        }
+        else {
+            INT sfbCnt = psyStatic[ch]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt;
+
+            psyOutChannel[ch]->sfbCnt         = sfbCnt;
+            psyOutChannel[ch]->sfbPerGroup    = hPsyConfShort->sfbCnt;
+            psyOutChannel[ch]->lastWindowSequence = SHORT_WINDOW;
+            psyOutChannel[ch]->windowShape    = SINE_WINDOW;
+        }
+
+        /* generate grouping mask */
+        mask = 0;
+        for (grp = 0; grp < psyStatic[ch]->blockSwitchingControl.noOfGroups; grp++)
+        {
+          mask <<= 1;
+          for (j=1; j<psyStatic[ch]->blockSwitchingControl.groupLen[grp]; j++) {
+              mask = (mask<<1) | 1 ;
+          }
+        }
+        psyOutChannel[ch]->groupingMask = mask;
+
+        /* build interface */
+        FDKmemcpy(psyOutChannel[ch]->groupLen,psyStatic[ch]->blockSwitchingControl.groupLen,MAX_NO_OF_GROUPS*sizeof(INT));
+        FDKmemcpy(psyOutChannel[ch]->sfbEnergy,(&psyData[ch]->sfbEnergy)->Long, MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+        FDKmemcpy(psyOutChannel[ch]->sfbSpreadEnergy,(&psyData[ch]->sfbSpreadEnergy)->Long, MAX_GROUPED_SFB*sizeof(FIXP_DBL));
+//        FDKmemcpy(psyOutChannel[ch]->mdctSpectrum, psyData[ch]->mdctSpectrum, (1024)*sizeof(FIXP_DBL));
+    }
+
+    return AAC_ENC_OK;
+}
+
+
+void FDKaacEnc_PsyClose(PSY_INTERNAL   **phPsyInternal,
+                        PSY_OUT        **phPsyOut)
+{
+    int n, i;
+
+
+    if(phPsyInternal!=NULL) {
+      PSY_INTERNAL *hPsyInternal = *phPsyInternal;
+
+      if (hPsyInternal)
+      {
+        for (i=0; i<(8); i++) {
+          if (hPsyInternal->pStaticChannels[i]) {
+            if (hPsyInternal->pStaticChannels[i]->psyInputBuffer)
+              FreeRam_aacEnc_PsyInputBuffer(&hPsyInternal->pStaticChannels[i]->psyInputBuffer);  /* AUDIO INPUT BUFFER */
+
+            FreeRam_aacEnc_PsyStatic(&hPsyInternal->pStaticChannels[i]);                         /* PSY_STATIC */
+          }
+        }
+
+        for (i=0; i<(8); i++) {
+          if (hPsyInternal->psyElement[i])
+            FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]);                             /* PSY_ELEMENT */
+        }
+
+
+        FreeRam_aacEnc_PsyInternal(phPsyInternal);
+      }
+    }
+
+    if (phPsyOut!=NULL) {
+      for (n=0; n<(1); n++) {
+        if (phPsyOut[n])
+        {
+          for (i=0; i<(8); i++) {
+            if (phPsyOut[n]->pPsyOutChannels[i])
+              FreeRam_aacEnc_PsyOutChannel(&phPsyOut[n]->pPsyOutChannels[i]);                  /* PSY_OUT_CHANNEL */
+          }
+
+          for (i=0; i<(8); i++) {
+            if (phPsyOut[n]->psyOutElement[i])
+              FreeRam_aacEnc_PsyOutElements(&phPsyOut[n]->psyOutElement[i]);                   /* PSY_OUT_ELEMENTS */
+          }
+
+          FreeRam_aacEnc_PsyOut(&phPsyOut[n]);
+        }
+      }
+    }
+}
diff --git a/libAACenc/src/psy_main.h b/libAACenc/src/psy_main.h
new file mode 100644 (file)
index 0000000..7bdcc38
--- /dev/null
@@ -0,0 +1,174 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Psychoaccoustic major function block
+
+******************************************************************************/
+
+#ifndef _PSYMAIN_H
+#define _PSYMAIN_H
+
+
+#include "psy_configuration.h"
+#include "qc_data.h"
+#include "aacenc_pns.h"
+
+/*
+  psych internal
+*/
+typedef struct  {
+
+  PSY_STATIC*        psyStatic[(2)];
+
+}PSY_ELEMENT;
+
+typedef struct  {
+
+  PSY_DATA           psyData[(2)];
+  TNS_DATA           tnsData[(2)];
+  PNS_DATA           pnsData[(2)];
+
+}PSY_DYNAMIC;
+
+
+typedef struct  {
+
+  PSY_CONFIGURATION  psyConf[2]; /* LONG / SHORT */
+  PSY_ELEMENT*       psyElement[(8)];
+  PSY_STATIC*        pStaticChannels[(8)];
+  PSY_DYNAMIC*       psyDynamic;
+  INT                granuleLength;
+
+}PSY_INTERNAL;
+
+
+AAC_ENCODER_ERROR FDKaacEnc_PsyNew(PSY_INTERNAL  **phpsy,
+                                   const INT       nElements,
+                                   const INT       nChannels
+                                  ,UCHAR          *dynamic_RAM
+                                  );
+
+AAC_ENCODER_ERROR FDKaacEnc_PsyOutNew(PSY_OUT    **phpsyOut,
+                                      const INT    nElements,
+                                      const INT    nChannels,
+                                      const INT    nSubFrames
+                                     ,UCHAR       *dynamic_RAM
+                                     );
+
+AAC_ENCODER_ERROR FDKaacEnc_psyInit(PSY_INTERNAL    *hPsy,
+                                    PSY_OUT        **phpsyOut,
+                                    const INT        nSubFrames,
+                                    const INT        nMaxChannels,
+                                    const AUDIO_OBJECT_TYPE audioObjectType,
+                                    CHANNEL_MAPPING *cm);
+
+AAC_ENCODER_ERROR FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy,
+                                        AUDIO_OBJECT_TYPE audioObjectType,
+                                        CHANNEL_MAPPING *cm,
+                                        INT sampleRate,
+                                        INT granuleLength,
+                                        INT bitRate,
+                                        INT tnsMask,
+                                        INT bandwidth,
+                                        INT usePns,
+                                        INT useIS,
+                                        UINT syntaxFlags,
+                                        ULONG initFlags);
+
+AAC_ENCODER_ERROR FDKaacEnc_psyMain(INT                 channels,
+                                    PSY_ELEMENT         *psyElement,
+                                    PSY_DYNAMIC         *psyDynamic,
+                                    PSY_CONFIGURATION   *psyConf,
+                                    PSY_OUT_ELEMENT     *psyOutElement,
+                                    INT_PCM             *pInput,
+                                    INT                 *chIdx,
+                                    INT                  totalChannels
+                                   );
+
+void FDKaacEnc_PsyClose(PSY_INTERNAL   **phPsyInternal,
+                        PSY_OUT        **phPsyOut);
+
+#endif /* _PSYMAIN_H */
diff --git a/libAACenc/src/qc_data.h b/libAACenc/src/qc_data.h
new file mode 100644 (file)
index 0000000..a9309c8
--- /dev/null
@@ -0,0 +1,278 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Quantizing & coding data
+
+******************************************************************************/
+
+#ifndef _QC_DATA_H
+#define _QC_DATA_H
+
+
+#include "psy_const.h"
+#include "dyn_bits.h"
+#include "adj_thr_data.h"
+#include "line_pe.h"
+#include "FDK_audio.h"
+#include "interface.h"
+
+
+typedef enum {
+  QCDATA_BR_MODE_INVALID = -1,
+  QCDATA_BR_MODE_CBR     =  0,
+  QCDATA_BR_MODE_VBR_1   =  1, /* 32 kbps/channel */
+  QCDATA_BR_MODE_VBR_2   =  2, /* 40 kbps/channel */
+  QCDATA_BR_MODE_VBR_3   =  3, /* 48 kbps/channel */
+  QCDATA_BR_MODE_VBR_4   =  4, /* 64 kbps/channel */
+  QCDATA_BR_MODE_VBR_5   =  5, /* 96 kbps/channel */
+  QCDATA_BR_MODE_FF      =  6,  /* Fixed frame mode. */
+  QCDATA_BR_MODE_SFR     =  7  /* Superframe mode. */
+
+
+} QCDATA_BR_MODE;
+
+typedef struct {
+  MP4_ELEMENT_ID elType;
+  INT instanceTag;
+  INT nChannelsInEl;
+  INT ChannelIndex[2];
+  FIXP_DBL relativeBits;
+} ELEMENT_INFO;
+
+typedef struct {
+  CHANNEL_MODE encMode;
+  INT nChannels;
+  INT nChannelsEff;
+  INT nElements;
+  ELEMENT_INFO elInfo[(8)];
+} CHANNEL_MAPPING;
+
+typedef struct {
+  INT paddingRest;
+} PADDING;
+
+
+/* Quantizing & coding stage */
+
+struct QC_INIT{
+  CHANNEL_MAPPING* channelMapping;
+  INT sceCpe;      /* not used yet                         */
+  INT maxBits;     /* maximum number of bits in reservoir  */
+  INT averageBits; /* average number of bits we should use */
+  INT bitRes;
+  INT sampleRate;       /* output sample rate                   */
+  INT advancedBitsToPe; /* if set, calc bits2PE factor depending on samplerate */
+  INT staticBits;  /* Bits per frame consumed by transport layers. */
+  QCDATA_BR_MODE bitrateMode;
+  INT meanPe;
+  INT chBitrate;
+  INT invQuant;
+  INT maxIterations; /* Maximum number of allowed iterations before FDKaacEnc_crashRecovery() is applied. */
+  FIXP_DBL maxBitFac;
+  INT bitrate;
+  INT nSubFrames; /* helper variable */
+  INT minBits;    /* minimal number of bits in one frame*/
+
+  PADDING padding;
+};
+
+typedef struct
+{
+  FIXP_DBL      mdctSpectrum[(1024)];
+
+  SHORT         quantSpec[(1024)];
+
+  UINT          maxValueInSfb[MAX_GROUPED_SFB];
+  INT           scf[MAX_GROUPED_SFB];
+  INT           globalGain;
+  SECTION_DATA  sectionData;
+
+  FIXP_DBL      sfbFormFactorLdData[MAX_GROUPED_SFB];
+
+  FIXP_DBL      sfbThresholdLdData[MAX_GROUPED_SFB];
+  FIXP_DBL      sfbMinSnrLdData[MAX_GROUPED_SFB];
+  FIXP_DBL      sfbEnergyLdData[MAX_GROUPED_SFB];
+  FIXP_DBL      sfbEnergy[MAX_GROUPED_SFB];
+  FIXP_DBL      sfbWeightedEnergyLdData[MAX_GROUPED_SFB];
+
+  FIXP_DBL      sfbEnFacLd[MAX_GROUPED_SFB];
+
+  FIXP_DBL      sfbSpreadEnergy[MAX_GROUPED_SFB];
+
+} QC_OUT_CHANNEL;
+
+
+typedef struct
+{
+  EXT_PAYLOAD_TYPE  type;  /* type of the extension payload */
+  INT    nPayloadBits;     /* size of the payload */
+  UCHAR *pPayload;         /* pointer to payload */
+
+} QC_OUT_EXTENSION;
+
+
+typedef struct
+{
+  INT          staticBitsUsed; /* for verification purposes */
+  INT          dynBitsUsed;    /* for verification purposes */
+
+  INT          extBitsUsed;    /* bit consumption of extended fill elements */
+  INT          nExtensions;    /* number of extension payloads for this element */
+  QC_OUT_EXTENSION extension[(1)];  /* reffering extension payload */
+
+  INT          grantedDynBits;
+
+  INT          grantedPe;
+  INT          grantedPeCorr;
+
+  PE_DATA      peData;
+
+  QC_OUT_CHANNEL *qcOutChannel[(2)];
+
+
+} QC_OUT_ELEMENT;
+
+typedef struct
+{
+  QC_OUT_ELEMENT    *qcElement[(8)];
+  QC_OUT_CHANNEL    *pQcOutChannels[(8)];
+  QC_OUT_EXTENSION   extension[(2+2)];  /* global extension payload */
+  INT          nExtensions;       /* number of extension payloads for this AU */
+  INT          maxDynBits;        /* maximal allowed dynamic bits in frame */
+  INT          grantedDynBits;    /* granted dynamic bits in frame */
+  INT          totFillBits;       /* fill bits */
+  INT          elementExtBits;    /* element associated extension payload bits, e.g. sbr, drc ... */
+  INT          globalExtBits;     /* frame/au associated extension payload bits (anc data ...) */
+  INT          staticBits;        /* aac side info bits */
+
+  INT          totalNoRedPe;
+  INT          totalGrantedPeCorr;
+
+  INT          usedDynBits;       /* number of dynamic bits in use */
+  INT          alignBits;         /* AU alignment bits */
+  INT          totalBits;         /* sum of static, dyn, sbr, fill, align and dse bits */
+
+} QC_OUT;
+
+typedef struct {
+  INT chBitrateEl;                    /* channel bitrate in element (totalbitrate*el_relativeBits/el_channels) */
+  INT maxBitsEl;                      /* used in crash recovery */
+  INT bitResLevelEl;                  /* update bitreservoir level in each call of FDKaacEnc_QCMain */
+  INT maxBitResBitsEl;                /* nEffChannels*6144 - averageBitsInFrame */
+  FIXP_DBL relativeBitsEl;            /* Bits relative to total Bits*/
+} ELEMENT_BITS;
+
+typedef struct
+{
+  /* this is basically struct QC_INIT */
+
+  INT globHdrBits;
+  INT maxBitsPerFrame;   /* maximal allowed bits per frame, 6144*nChannelsEff */
+  INT minBitsPerFrame;   /* minimal allowd bits per fram, superframing - DRM */
+  INT nElements;
+  QCDATA_BR_MODE bitrateMode;
+  INT bitDistributionMode; /* 0: full bitreservoir, 1: reduced bitreservoir, 2: disabled bitreservoir */
+  INT bitResTot;
+  INT bitResTotMax;
+  INT maxIterations;      /* Maximum number of allowed iterations before FDKaacEnc_crashRecovery() is applied. */
+  INT invQuant;
+
+  FIXP_DBL vbrQualFactor;
+  FIXP_DBL maxBitFac;
+
+  PADDING padding;
+
+  ELEMENT_BITS  *elementBits[(8)];
+  BITCNTR_STATE *hBitCounter;
+  ADJ_THR_STATE *hAdjThr;
+
+} QC_STATE;
+
+#endif /* _QC_DATA_H */
+
+
+
+
diff --git a/libAACenc/src/qc_main.cpp b/libAACenc/src/qc_main.cpp
new file mode 100644 (file)
index 0000000..b74510a
--- /dev/null
@@ -0,0 +1,1638 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Quantizing & coding
+
+******************************************************************************/
+
+#include "qc_main.h"
+#include "quantize.h"
+#include "interface.h"
+#include "adj_thr.h"
+#include "sf_estim.h"
+#include "bit_cnt.h"
+#include "dyn_bits.h"
+#include "channel_map.h"
+#include "aacEnc_ram.h"
+
+#include "genericStds.h"
+
+
+typedef struct {
+  QCDATA_BR_MODE bitrateMode;
+  LONG vbrQualFactor;
+} TAB_VBR_QUAL_FACTOR;
+
+static const TAB_VBR_QUAL_FACTOR tableVbrQualFactor[] = {
+  {QCDATA_BR_MODE_CBR,   FL2FXCONST_DBL(0.00f)},
+  {QCDATA_BR_MODE_VBR_1, FL2FXCONST_DBL(0.160f)}, /* 32 kbps mono   AAC-LC + SBR + PS */
+  {QCDATA_BR_MODE_VBR_2, FL2FXCONST_DBL(0.148f)}, /* 64 kbps stereo AAC-LC + SBR      */
+  {QCDATA_BR_MODE_VBR_3, FL2FXCONST_DBL(0.135f)}, /* 80 - 96 kbps stereo AAC-LC       */
+  {QCDATA_BR_MODE_VBR_4, FL2FXCONST_DBL(0.111f)}, /* 128 kbps stereo AAC-LC           */
+  {QCDATA_BR_MODE_VBR_5, FL2FXCONST_DBL(0.070f)}, /* 192 kbps stereo AAC-LC           */
+  {QCDATA_BR_MODE_SFR,   FL2FXCONST_DBL(0.00f)},
+  {QCDATA_BR_MODE_FF,    FL2FXCONST_DBL(0.00f)}
+};
+
+static INT isConstantBitrateMode(
+        const QCDATA_BR_MODE bitrateMode
+        )
+{
+  return ( ((bitrateMode==QCDATA_BR_MODE_CBR) || (bitrateMode==QCDATA_BR_MODE_SFR) || (bitrateMode==QCDATA_BR_MODE_FF)) ? 1 : 0 );
+}
+
+
+
+typedef enum{
+    FRAME_LEN_BYTES_MODULO =  1,
+    FRAME_LEN_BYTES_INT    =  2
+}FRAME_LEN_RESULT_MODE;
+
+/* forward declarations */
+
+static INT FDKaacEnc_calcMaxValueInSfb(INT   sfbCnt,
+                             INT   maxSfbPerGroup,
+                             INT   sfbPerGroup,
+                             INT  *RESTRICT sfbOffset,
+                             SHORT *RESTRICT quantSpectrum,
+                             UINT *RESTRICT maxValue);
+
+static void FDKaacEnc_crashRecovery(INT               nChannels,
+                          PSY_OUT_ELEMENT*  psyOutElement,
+                          QC_OUT*           qcOut,
+                          QC_OUT_ELEMENT   *qcElement,
+                          INT               bitsToSave,
+                          AUDIO_OBJECT_TYPE aot,
+                          UINT              syntaxFlags,
+                          SCHAR             epConfig);
+
+static
+AAC_ENCODER_ERROR FDKaacEnc_reduceBitConsumption(int*             iterations,
+                                       const int        maxIterations,
+                                       int              gainAdjustment,
+                                       int*             chConstraintsFulfilled,
+                                       int*             calculateQuant,
+                                       int              nChannels,
+                                       PSY_OUT_ELEMENT* psyOutElement,
+                                       QC_OUT*          qcOut,
+                                       QC_OUT_ELEMENT*  qcOutElement,
+                                       ELEMENT_BITS*    elBits,
+                                       AUDIO_OBJECT_TYPE  aot,
+                                       UINT             syntaxFlags,
+                                       SCHAR            epConfig);
+
+
+void  FDKaacEnc_QCClose (QC_STATE  **phQCstate, QC_OUT **phQC);
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_calcFrameLen
+    description:
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_calcFrameLen(INT bitRate,
+                        INT sampleRate,
+                        INT granuleLength,
+                        FRAME_LEN_RESULT_MODE mode)
+{
+
+   INT result;
+
+   result = ((granuleLength)>>3)*(bitRate);
+
+   switch(mode) {
+     case FRAME_LEN_BYTES_MODULO:
+         result %= sampleRate;
+     break;
+     case FRAME_LEN_BYTES_INT:
+         result /= sampleRate;
+     break;
+   }
+   return(result);
+}
+
+/*****************************************************************************
+
+    functionname:FDKaacEnc_framePadding
+    description: Calculates if padding is needed for actual frame
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+static INT FDKaacEnc_framePadding(INT bitRate,
+                        INT sampleRate,
+                        INT granuleLength,
+                        INT *paddingRest)
+{
+  INT paddingOn;
+  INT difference;
+
+  paddingOn = 0;
+
+  difference = FDKaacEnc_calcFrameLen( bitRate,
+                             sampleRate,
+                             granuleLength,
+                             FRAME_LEN_BYTES_MODULO );
+  *paddingRest-=difference;
+
+  if (*paddingRest <= 0 ) {
+    paddingOn = 1;
+    *paddingRest += sampleRate;
+  }
+
+  return( paddingOn );
+}
+
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_QCOutNew
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_QCOutNew(QC_OUT    **phQC,
+                                     const INT   nElements,
+                                     const INT   nChannels,
+                                     const INT   nSubFrames
+                                    ,UCHAR      *dynamic_RAM
+                                    )
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  int n, i;
+  int elInc = 0, chInc = 0;
+
+  for (n=0; n<nSubFrames; n++) {
+    phQC[n] = GetRam_aacEnc_QCout(n);
+    if (phQC[n] == NULL) {
+      ErrorStatus = AAC_ENC_NO_MEMORY;
+      goto QCOutNew_bail;
+    }
+
+    for (i=0; i<nChannels; i++) {
+      phQC[n]->pQcOutChannels[i] = GetRam_aacEnc_QCchannel(chInc, dynamic_RAM);
+      if ( phQC[n]->pQcOutChannels[i] == NULL
+         )
+      {
+         ErrorStatus = AAC_ENC_NO_MEMORY;
+         goto QCOutNew_bail;
+      }
+      chInc++;
+    } /* nChannels */
+
+    for (i=0; i<nElements; i++) {
+      phQC[n]->qcElement[i]      = GetRam_aacEnc_QCelement(elInc);
+      if (phQC[n]->qcElement[i] == NULL)
+      {
+        ErrorStatus = AAC_ENC_NO_MEMORY;
+        goto QCOutNew_bail;
+      }
+      elInc++;
+    } /* nElements */
+
+  } /* nSubFrames */
+
+
+  return AAC_ENC_OK;
+
+QCOutNew_bail:
+  return ErrorStatus;
+}
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_QCOutInit
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_QCOutInit(QC_OUT          *phQC[(1)],
+                                      const INT        nSubFrames,
+                                      const CHANNEL_MAPPING *cm)
+{
+  INT n,i,ch;
+
+  for (n=0; n<nSubFrames; n++) {
+    INT chInc = 0;
+    for (i=0; i<cm->nElements; i++) {
+      for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
+        phQC[n]->qcElement[i]->qcOutChannel[ch] = phQC[n]->pQcOutChannels[chInc];
+        chInc++;
+      } /* chInEl */
+    } /* nElements */
+  } /* nSubFrames */
+
+  return AAC_ENC_OK;
+}
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_QCNew
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_QCNew(QC_STATE  **phQC,
+                                  INT         nElements
+                                 ,UCHAR*      dynamic_RAM
+           )
+{
+  AAC_ENCODER_ERROR ErrorStatus;
+  int i;
+
+  QC_STATE* hQC = GetRam_aacEnc_QCstate();
+  *phQC = hQC;
+  if (hQC == NULL) {
+    ErrorStatus = AAC_ENC_NO_MEMORY;
+    goto QCNew_bail;
+  }
+
+  if (FDKaacEnc_AdjThrNew(&hQC->hAdjThr, nElements)) {
+    ErrorStatus = AAC_ENC_NO_MEMORY;
+    goto QCNew_bail;
+  }
+
+  if (FDKaacEnc_BCNew(&(hQC->hBitCounter), dynamic_RAM)) {
+    ErrorStatus = AAC_ENC_NO_MEMORY;
+    goto QCNew_bail;
+  }
+
+  for (i=0; i<nElements; i++) {
+    hQC->elementBits[i] = GetRam_aacEnc_ElementBits(i);
+    if (hQC->elementBits[i] == NULL) {
+      ErrorStatus = AAC_ENC_NO_MEMORY;
+      goto QCNew_bail;
+    }
+  }
+
+  return AAC_ENC_OK;
+
+QCNew_bail:
+  FDKaacEnc_QCClose(phQC, NULL);
+  return ErrorStatus;
+}
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_QCInit
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_QCInit(QC_STATE *hQC,
+                                   struct QC_INIT *init)
+{
+  hQC->maxBitsPerFrame = init->maxBits;
+  hQC->minBitsPerFrame = init->minBits;
+  hQC->nElements       = init->channelMapping->nElements;
+  hQC->bitResTotMax    = init->bitRes;
+  hQC->bitResTot       = init->bitRes;
+  hQC->maxBitFac       = init->maxBitFac;
+  hQC->bitrateMode     = init->bitrateMode;
+  hQC->invQuant        = init->invQuant;
+  hQC->maxIterations   = init->maxIterations;
+
+  if ( isConstantBitrateMode(hQC->bitrateMode) ) {
+    INT bitresPerChannel = (hQC->bitResTotMax / init->channelMapping->nChannelsEff);
+    /* 0: full bitreservoir, 1: reduced bitreservoir, 2: disabled bitreservoir */
+    hQC->bitDistributionMode = (bitresPerChannel>100) ? 0 : (bitresPerChannel>0) ? 1 : 2;
+  }
+  else {
+    hQC->bitDistributionMode = 0; /* full bitreservoir */
+  }
+
+
+  hQC->padding.paddingRest = init->padding.paddingRest;
+
+  hQC->globHdrBits = init->staticBits; /* Bit overhead due to transport */
+
+  FDKaacEnc_InitElementBits(hQC,
+                            init->channelMapping,
+                            init->bitrate,
+                            (init->averageBits/init->nSubFrames) - hQC->globHdrBits,
+                            hQC->maxBitsPerFrame/init->channelMapping->nChannelsEff);
+
+  switch(hQC->bitrateMode){
+    case QCDATA_BR_MODE_CBR:
+    case QCDATA_BR_MODE_VBR_1:
+    case QCDATA_BR_MODE_VBR_2:
+    case QCDATA_BR_MODE_VBR_3:
+    case QCDATA_BR_MODE_VBR_4:
+    case QCDATA_BR_MODE_VBR_5:
+    case QCDATA_BR_MODE_SFR:
+    case QCDATA_BR_MODE_FF:
+      if((int)hQC->bitrateMode < (int)(sizeof(tableVbrQualFactor)/sizeof(TAB_VBR_QUAL_FACTOR))){
+        hQC->vbrQualFactor = (FIXP_DBL)tableVbrQualFactor[hQC->bitrateMode].vbrQualFactor;
+      } else {
+        hQC->vbrQualFactor = FL2FXCONST_DBL(0.f); /* default setting */
+      }
+      break;
+    case QCDATA_BR_MODE_INVALID:
+    default:
+      hQC->vbrQualFactor = FL2FXCONST_DBL(0.f);
+      break;
+  }
+
+  FDKaacEnc_AdjThrInit(
+        hQC->hAdjThr,
+        init->meanPe,
+        hQC->elementBits,                 /* or channelBitrates, was: channelBitrate */
+        hQC->invQuant,
+        init->channelMapping->nElements,
+        init->channelMapping->nChannelsEff,
+        init->sampleRate,                 /* output sample rate */
+        init->advancedBitsToPe,           /* if set, calc bits2PE factor depending on samplerate */
+        hQC->vbrQualFactor
+        );
+
+  return AAC_ENC_OK;
+}
+
+
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_QCMainPrepare
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_QCMainPrepare(ELEMENT_INFO              *elInfo,
+                                          ATS_ELEMENT* RESTRICT      adjThrStateElement,
+                                          PSY_OUT_ELEMENT* RESTRICT  psyOutElement,
+                                          QC_OUT_ELEMENT* RESTRICT   qcOutElement,
+                                          AUDIO_OBJECT_TYPE          aot,
+                                          UINT                       syntaxFlags,
+                                          SCHAR                      epConfig
+                                         )
+{
+  AAC_ENCODER_ERROR ErrorStatus = AAC_ENC_OK;
+  INT  nChannels = elInfo->nChannelsInEl;
+
+  PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel;    /* may be modified in-place */
+
+  FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
+
+  /* prepare and calculate PE without reduction */
+  FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
+
+  ErrorStatus = FDKaacEnc_ChannelElementWrite( NULL, elInfo, NULL,
+                                               psyOutElement,
+                                               psyOutElement->psyOutChannel,
+                                               syntaxFlags,
+                                               aot,
+                                               epConfig,
+                                              &qcOutElement->staticBitsUsed,
+                                               0 );
+
+  return ErrorStatus;
+}
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_AdjustBitrate
+         description:  adjusts framelength via padding on a frame to frame basis,
+                       to achieve a bitrate that demands a non byte aligned
+                       framelength
+         return:       errorcode
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_AdjustBitrate(QC_STATE        *RESTRICT hQC,
+                                          CHANNEL_MAPPING *RESTRICT cm,
+                                          INT             *avgTotalBits,
+                                          INT              bitRate,       /* total bitrate */
+                                          INT              sampleRate,    /* output sampling rate */
+                                          INT              granuleLength) /* frame length */
+{
+  INT paddingOn;
+  INT frameLen;
+
+  /* Do we need an extra padding byte? */
+  paddingOn = FDKaacEnc_framePadding(bitRate,
+                           sampleRate,
+                           granuleLength,
+                          &hQC->padding.paddingRest);
+
+  frameLen = paddingOn + FDKaacEnc_calcFrameLen(bitRate,
+                                      sampleRate,
+                                      granuleLength,
+                                      FRAME_LEN_BYTES_INT);
+
+  *avgTotalBits = frameLen<<3;
+
+  return AAC_ENC_OK;
+}
+
+static AAC_ENCODER_ERROR FDKaacEnc_distributeElementDynBits(QC_STATE*         hQC,
+                                                  QC_OUT_ELEMENT*   qcElement[(8)],
+                                                  CHANNEL_MAPPING*  cm,
+                                                  INT               codeBits)
+{
+
+  INT i, firstEl = cm->nElements-1;
+  INT totalBits = 0;
+
+  for (i=(cm->nElements-1); i>=0; i--) {
+    if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
+        (cm->elInfo[i].elType == ID_LFE))
+    {
+      qcElement[i]->grantedDynBits =  (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits);
+      totalBits += qcElement[i]->grantedDynBits;
+      firstEl = i;
+    }
+  }
+  qcElement[firstEl]->grantedDynBits += codeBits - totalBits;
+
+  return AAC_ENC_OK;
+}
+
+/**
+ * \brief  Verify whether minBitsPerFrame criterion can be satisfied.
+ *
+ * This function evaluates the bit consumption only if minBitsPerFrame parameter is not 0.
+ * In hyperframing mode the difference between grantedDynBits and usedDynBits of all sub frames
+ * results the number of fillbits to be written.
+ * This bits can be distrubitued in superframe to reach minBitsPerFrame bit consumption in single AU's.
+ * The return value denotes if enough desired fill bits are available to achieve minBitsPerFrame in all frames.
+ * This check can only be used within superframes.
+ *
+ * \param qcOut            Pointer to coding data struct.
+ * \param minBitsPerFrame  Minimal number of bits to be consumed in each frame.
+ * \param nSubFrames       Number of frames in superframe
+ *
+ * \return
+ *          - 1: all fine
+ *          - 0: criterion not fulfilled
+ */
+static int checkMinFrameBitsDemand(
+        QC_OUT**                  qcOut,
+        const INT                 minBitsPerFrame,
+        const INT                 nSubFrames
+        )
+{
+  int result = 1; /* all fine*/
+  return result;
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+/*********************************************************************************
+
+         functionname: FDKaacEnc_getMinimalStaticBitdemand
+         description:  calculate minmal size of static bits by reduction ,
+                       to zero spectrum and deactivating tns and MS
+         return:       number of static bits
+
+**********************************************************************************/
+static int FDKaacEnc_getMinimalStaticBitdemand(CHANNEL_MAPPING*     cm,
+                                               PSY_OUT**            psyOut)
+{
+  AUDIO_OBJECT_TYPE aot = AOT_AAC_LC;
+  UINT  syntaxFlags = 0;
+  SCHAR epConfig = -1;
+  int i, bitcount = 0;
+
+  for (i=0; i<cm->nElements; i++) {
+      ELEMENT_INFO elInfo = cm->elInfo[i];
+
+      if ( (elInfo.elType == ID_SCE)
+        || (elInfo.elType == ID_CPE)
+        || (elInfo.elType == ID_LFE) )
+      {
+        INT minElBits = 0;
+
+        FDKaacEnc_ChannelElementWrite( NULL, &elInfo, NULL,
+                                       psyOut[0]->psyOutElement[i],
+                                       psyOut[0]->psyOutElement[i]->psyOutChannel,
+                                       syntaxFlags,
+                                       aot,
+                                       epConfig,
+                                      &minElBits,
+                                       1 );
+        bitcount += minElBits;
+      }
+  }
+
+  return bitcount;
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+static AAC_ENCODER_ERROR FDKaacEnc_prepareBitDistribution(QC_STATE*            hQC,
+                                                PSY_OUT**            psyOut,
+                                                QC_OUT**             qcOut,
+                                                CHANNEL_MAPPING*     cm,
+                                                QC_OUT_ELEMENT*      qcElement[(1)][(8)],
+                                                INT                  avgTotalBits,
+                                                INT                 *totalAvailableBits,
+                                                INT                 *avgTotalDynBits)
+{
+    int i;
+      /* get maximal allowed dynamic bits */
+      qcOut[0]->grantedDynBits =  (fixMin(hQC->maxBitsPerFrame, avgTotalBits) - hQC->globHdrBits)&~7;
+      qcOut[0]->grantedDynBits -= (qcOut[0]->globalExtBits + qcOut[0]->staticBits + qcOut[0]->elementExtBits);
+      qcOut[0]->maxDynBits = ((hQC->maxBitsPerFrame)&~7) - (qcOut[0]->globalExtBits + qcOut[0]->staticBits + qcOut[0]->elementExtBits);
+      /* assure that enough bits are available */
+      if ((qcOut[0]->grantedDynBits+hQC->bitResTot) < 0) {
+        /* crash recovery allows to reduce static bits to a minimum */
+        if ( (qcOut[0]->grantedDynBits+hQC->bitResTot) < (FDKaacEnc_getMinimalStaticBitdemand(cm, psyOut)-qcOut[0]->staticBits) )
+          return AAC_ENC_BITRES_TOO_LOW;
+      }
+
+      /* distribute dynamic bits to each element */
+      FDKaacEnc_distributeElementDynBits(hQC,
+                               qcElement[0],
+                               cm,
+                               qcOut[0]->grantedDynBits);
+
+      *avgTotalDynBits = 0; /*frameDynBits;*/
+
+    *totalAvailableBits = avgTotalBits;
+
+    /* sum up corrected granted PE */
+    qcOut[0]->totalGrantedPeCorr = 0;
+
+    for (i=0; i<cm->nElements; i++)
+    {
+        ELEMENT_INFO elInfo = cm->elInfo[i];
+        int nChannels = elInfo.nChannelsInEl;
+
+        if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+            (elInfo.elType == ID_LFE))
+        {
+                /* for ( all sub frames ) ... */
+                FDKaacEnc_DistributeBits(hQC->hAdjThr,
+                                         hQC->hAdjThr->adjThrStateElem[i],
+                                         psyOut[0]->psyOutElement[i]->psyOutChannel,
+                                        &qcElement[0][i]->peData,
+                                        &qcElement[0][i]->grantedPe,
+                                        &qcElement[0][i]->grantedPeCorr,
+                                         nChannels,
+                                         psyOut[0]->psyOutElement[i]->commonWindow,
+                                         qcElement[0][i]->grantedDynBits,
+                                         hQC->elementBits[i]->bitResLevelEl,
+                                         hQC->elementBits[i]->maxBitResBitsEl,
+                                         hQC->maxBitFac,
+                                         hQC->bitDistributionMode);
+
+                *totalAvailableBits += hQC->elementBits[i]->bitResLevelEl;
+        /* get total corrected granted PE */
+        qcOut[0]->totalGrantedPeCorr += qcElement[0][i]->grantedPeCorr;
+        }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+    }  /* -end- element loop */
+
+    *totalAvailableBits = FDKmin(hQC->maxBitsPerFrame, (*totalAvailableBits));
+
+    return AAC_ENC_OK;
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+static AAC_ENCODER_ERROR FDKaacEnc_updateUsedDynBits(INT*               sumDynBitsConsumed,
+                                            QC_OUT_ELEMENT*    qcElement[(8)],
+                                            CHANNEL_MAPPING*   cm)
+{
+  INT i;
+
+  *sumDynBitsConsumed = 0;
+
+  for (i=0; i<cm->nElements; i++)
+  {
+      ELEMENT_INFO elInfo = cm->elInfo[i];
+
+      if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+          (elInfo.elType == ID_LFE))
+      {
+          /* sum up bits consumed */
+          *sumDynBitsConsumed  += qcElement[i]->dynBitsUsed;
+      }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+  }  /* -end- element loop */
+
+  return AAC_ENC_OK;
+}
+
+
+static INT FDKaacEnc_getTotalConsumedDynBits(QC_OUT** qcOut,
+                                   INT nSubFrames)
+{
+    INT c, totalBits=0;
+
+    /* sum up bit consumption for all sub frames */
+    for (c=0; c<nSubFrames; c++)
+    {
+        /* bit consumption not valid if dynamic bits
+           not available in one sub frame */
+        if (qcOut[c]->usedDynBits==-1) return -1;
+        totalBits += qcOut[c]->usedDynBits;
+    }
+
+    return totalBits;
+
+}
+
+static INT FDKaacEnc_getTotalConsumedBits(QC_OUT**          qcOut,
+                                QC_OUT_ELEMENT*   qcElement[(1)][(8)],
+                                CHANNEL_MAPPING*  cm,
+                                INT               globHdrBits,
+                                INT               nSubFrames)
+{
+    int c, i;
+    int totalUsedBits = 0;
+
+    for (c = 0 ; c < nSubFrames ; c++ )
+    {
+        int dataBits = 0;
+        for (i=0; i<cm->nElements; i++)
+        {
+            if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
+                (cm->elInfo[i].elType == ID_LFE))
+            {
+                   dataBits += qcElement[c][i]->dynBitsUsed + qcElement[c][i]->staticBitsUsed + qcElement[c][i]->extBitsUsed;
+            }
+        }
+        dataBits += qcOut[c]->globalExtBits;
+
+        totalUsedBits += (8 - (dataBits) % 8) % 8;
+        totalUsedBits += dataBits + globHdrBits;  /* header bits for every frame */
+    }
+    return totalUsedBits;
+}
+
+static AAC_ENCODER_ERROR FDKaacEnc_BitResRedistribution(
+        QC_STATE *const              hQC,
+        const CHANNEL_MAPPING *const cm,
+        const INT                    avgTotalBits
+        )
+{
+    /* check bitreservoir fill level */
+    if (hQC->bitResTot < 0) {
+      return AAC_ENC_BITRES_TOO_LOW;
+    }
+    else if (hQC->bitResTot > hQC->bitResTotMax) {
+      return AAC_ENC_BITRES_TOO_HIGH;
+    }
+    else {
+      INT i, firstEl = cm->nElements-1;
+      INT totalBits = 0, totalBits_max = 0;
+
+      int totalBitreservoir    = FDKmin(hQC->bitResTot, (hQC->maxBitsPerFrame-avgTotalBits));
+      int totalBitreservoirMax = FDKmin(hQC->bitResTotMax, (hQC->maxBitsPerFrame-avgTotalBits));
+
+      int sc_bitResTot = CountLeadingBits(totalBitreservoir);
+      int sc_bitResTotMax = CountLeadingBits(totalBitreservoirMax);
+
+      for (i=(cm->nElements-1); i>=0; i--) {
+        if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) ||
+            (cm->elInfo[i].elType == ID_LFE))
+        {
+          hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoir<<sc_bitResTot))>>sc_bitResTot;
+          totalBits += hQC->elementBits[i]->bitResLevelEl;
+
+          hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(totalBitreservoirMax<<sc_bitResTotMax))>>sc_bitResTotMax;
+          totalBits_max += hQC->elementBits[i]->maxBitResBitsEl;
+
+          firstEl = i;
+        }
+      }
+      hQC->elementBits[firstEl]->bitResLevelEl   += totalBitreservoir - totalBits;
+      hQC->elementBits[firstEl]->maxBitResBitsEl += totalBitreservoirMax - totalBits_max;
+    }
+
+    return AAC_ENC_OK;
+}
+
+
+AAC_ENCODER_ERROR FDKaacEnc_QCMain(QC_STATE* RESTRICT         hQC,
+                                   PSY_OUT**                  psyOut,
+                                   QC_OUT**                   qcOut,
+                                   INT                        avgTotalBits,
+                                   CHANNEL_MAPPING*           cm
+                                  ,AUDIO_OBJECT_TYPE          aot,
+                                   UINT                       syntaxFlags,
+                                   SCHAR                      epConfig
+                                  )
+{
+  int i, c;
+  AAC_ENCODER_ERROR ErrorStatus = AAC_ENC_OK;
+  INT avgTotalDynBits = 0; /* maximal allowed dynamic bits for all frames */
+  INT totalAvailableBits = 0;
+  INT nSubFrames = 1;
+
+  /*-------------------------------------------- */
+  /* redistribute total bitreservoir to elements */
+  ErrorStatus = FDKaacEnc_BitResRedistribution(hQC, cm, avgTotalBits);
+  if (ErrorStatus != AAC_ENC_OK) {
+    return ErrorStatus;
+  }
+
+  /*-------------------------------------------- */
+  /* fastenc needs one time threshold simulation,
+     in case of multiple frames, one more guess has to be calculated */
+
+      /*-------------------------------------------- */
+      /* helper pointer */
+      QC_OUT_ELEMENT*  qcElement[(1)][(8)];
+
+      /* work on a copy of qcChannel and qcElement */
+      for (i=0; i<cm->nElements; i++)
+      {
+          ELEMENT_INFO elInfo = cm->elInfo[i];
+
+          if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+              (elInfo.elType == ID_LFE))
+          {
+              /* for ( all sub frames ) ... */
+              for (c = 0 ; c < nSubFrames ; c++ )
+              {
+                  {
+                      qcElement[c][i] = qcOut[c]->qcElement[i];
+                  }
+              }
+          }
+      }
+
+      /*-------------------------------------------- */
+      /*-------------------------------------------- */
+      if ( isConstantBitrateMode(hQC->bitrateMode) )
+      {
+          /* calc granted dynamic bits for sub frame and
+             distribute it to each element */
+          ErrorStatus = FDKaacEnc_prepareBitDistribution(
+                                 hQC,
+                                 psyOut,
+                                 qcOut,
+                                 cm,
+                                 qcElement,
+                                 avgTotalBits,
+                                &totalAvailableBits,
+                                &avgTotalDynBits);
+
+          if (ErrorStatus != AAC_ENC_OK) {
+            return ErrorStatus;
+          }
+      }
+      else {
+          qcOut[0]->grantedDynBits = ((hQC->maxBitsPerFrame - (hQC->globHdrBits))&~7)
+                                   - (qcOut[0]->globalExtBits + qcOut[0]->staticBits + qcOut[0]->elementExtBits);
+          qcOut[0]->maxDynBits     = qcOut[0]->grantedDynBits;
+
+          totalAvailableBits = hQC->maxBitsPerFrame;
+          avgTotalDynBits = 0;
+      }
+
+#ifdef PNS_PRECOUNT_ENABLE
+      /* Calculate estimated pns bits and substract them from grantedDynBits to get a more accurate number of available bits. */
+      if (syntaxFlags & (AC_LD|AC_ELD))
+      {
+        int estimatedPnsBits = 0, ch;
+
+        for (ch=0; ch<cm->nChannels; ch++) {
+          qcOut[0]->pQcOutChannels[ch]->sectionData.noiseNrgBits = noisePreCount(psyOut[0]->pPsyOutChannels[ch]->noiseNrg, psyOut[0]->pPsyOutChannels[ch]->maxSfbPerGroup);
+          estimatedPnsBits += qcOut[0]->pQcOutChannels[ch]->sectionData.noiseNrgBits;
+        }
+        qcOut[0]->grantedDynBits -= estimatedPnsBits;
+      }
+#endif
+
+      /* for ( all sub frames ) ... */
+      for (c = 0 ; c < nSubFrames ; c++ )
+      {
+          /* for CBR and VBR mode */
+          FDKaacEnc_AdjustThresholds(hQC->hAdjThr->adjThrStateElem,
+                                     qcElement[c],
+                                     qcOut[c],
+                                     psyOut[c]->psyOutElement,
+                                     isConstantBitrateMode(hQC->bitrateMode),
+                                     cm);
+
+      } /* -end- sub frame counter */
+
+      /*-------------------------------------------- */
+      INT iterations[(1)][(8)];
+      INT chConstraintsFulfilled[(1)][(8)][(2)];
+      INT calculateQuant[(1)][(8)][(2)];
+      INT constraintsFulfilled[(1)][(8)];
+      /*-------------------------------------------- */
+
+
+      /* for ( all sub frames ) ... */
+      for (c = 0 ; c < nSubFrames ; c++ )
+      {
+          for (i=0; i<cm->nElements; i++)
+          {
+              ELEMENT_INFO elInfo = cm->elInfo[i];
+              INT ch, nChannels = elInfo.nChannelsInEl;
+
+              if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+                  (elInfo.elType == ID_LFE))
+              {
+                      /* Turn thresholds into scalefactors, optimize bit consumption and verify conformance */
+                      FDKaacEnc_EstimateScaleFactors(psyOut[c]->psyOutElement[i]->psyOutChannel,
+                                            qcElement[c][i]->qcOutChannel,
+                                            hQC->invQuant,
+                                            cm->elInfo[i].nChannelsInEl);
+
+
+                      /*-------------------------------------------- */
+                      constraintsFulfilled[c][i] = 1;
+                      iterations[c][i] = 0 ;
+
+                      for (ch = 0; ch < nChannels; ch++)
+                      {
+                          chConstraintsFulfilled[c][i][ch] = 1;
+                          calculateQuant[c][i][ch] = 1;
+                      }
+
+                      /*-------------------------------------------- */
+
+              }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+          }  /* -end- element loop */
+
+          qcOut[c]->usedDynBits = -1;
+
+      } /* -end- sub frame counter */
+
+
+
+      INT quantizationDone = 0;
+      INT sumDynBitsConsumedTotal  = 0;
+      INT decreaseBitConsumption = -1; /* no direction yet! */
+
+      /*-------------------------------------------- */
+      /* -start- Quantization loop ...               */
+      /*-------------------------------------------- */
+      do /* until max allowed bits per frame and maxDynBits!=-1*/
+      {
+          quantizationDone = 0;
+
+              c = 0;              /* get frame to process */
+
+              for (i=0; i<cm->nElements; i++)
+              {
+                  ELEMENT_INFO elInfo = cm->elInfo[i];
+                  INT ch, nChannels = elInfo.nChannelsInEl;
+
+                  if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+                      (elInfo.elType == ID_LFE))
+                  {
+                      do /* until spectral values < MAX_QUANT */
+                      {
+                          /*-------------------------------------------- */
+                          if (!constraintsFulfilled[c][i])
+                          {
+                              FDKaacEnc_reduceBitConsumption(&iterations[c][i],
+                                                    hQC->maxIterations,
+                                                    (decreaseBitConsumption) ? 1 : -1,
+                                                    chConstraintsFulfilled[c][i],
+                                                    calculateQuant[c][i],
+                                                    nChannels,
+                                                    psyOut[c]->psyOutElement[i],
+                                                    qcOut[c],
+                                                    qcElement[c][i],
+                                                    hQC->elementBits[i],
+                                                    aot,
+                                                    syntaxFlags,
+                                                    epConfig);
+                          }
+
+                          /*-------------------------------------------- */
+                          /*-------------------------------------------- */
+                          constraintsFulfilled[c][i] = 1 ;
+
+                          /*-------------------------------------------- */
+                          /* quantize spectrum (per each channel) */
+                          for (ch = 0; ch < nChannels; ch++)
+                          {
+                              /*-------------------------------------------- */
+                              chConstraintsFulfilled[c][i][ch] = 1;
+
+                              /*-------------------------------------------- */
+
+                              if (calculateQuant[c][i][ch])
+                              {
+                                  QC_OUT_CHANNEL* qcOutCh = qcElement[c][i]->qcOutChannel[ch];
+                                  PSY_OUT_CHANNEL* psyOutCh = psyOut[c]->psyOutElement[i]->psyOutChannel[ch];
+
+                                  calculateQuant[c][i][ch] = 0; /* calculate quantization only if necessary */
+
+                                  /*-------------------------------------------- */
+                                  FDKaacEnc_QuantizeSpectrum(psyOutCh->sfbCnt,
+                                                             psyOutCh->maxSfbPerGroup,
+                                                             psyOutCh->sfbPerGroup,
+                                                             psyOutCh->sfbOffsets,
+                                                             qcOutCh->mdctSpectrum,
+                                                             qcOutCh->globalGain,
+                                                             qcOutCh->scf,
+                                                             qcOutCh->quantSpec) ;
+
+                                  /*-------------------------------------------- */
+                                  if (FDKaacEnc_calcMaxValueInSfb(psyOutCh->sfbCnt,
+                                                        psyOutCh->maxSfbPerGroup,
+                                                        psyOutCh->sfbPerGroup,
+                                                        psyOutCh->sfbOffsets,
+                                                        qcOutCh->quantSpec,
+                                                        qcOutCh->maxValueInSfb) > MAX_QUANT)
+                                  {
+                                    chConstraintsFulfilled[c][i][ch] = 0;
+                                    constraintsFulfilled[c][i] = 0 ;
+                                    /* if quanizted value out of range; increase global gain! */
+                                    decreaseBitConsumption = 1;
+                                  }
+
+                                  /*-------------------------------------------- */
+
+                              } /* if calculateQuant[c][i][ch] */
+
+                          } /* channel loop */
+
+                          /*-------------------------------------------- */
+                          /* quantize spectrum (per each channel) */
+
+                          /*-------------------------------------------- */
+
+                      } while (!constraintsFulfilled[c][i]) ; /* does not regard bit consumption */
+
+
+                      /*-------------------------------------------- */
+                      /*-------------------------------------------- */
+                      qcElement[c][i]->dynBitsUsed = 0 ; /* reset dynamic bits */
+
+                      /* quantization valid in current channel! */
+                      for (ch = 0; ch < nChannels; ch++)
+                      {
+                          QC_OUT_CHANNEL* qcOutCh = qcElement[c][i]->qcOutChannel[ch];
+                          PSY_OUT_CHANNEL *psyOutCh = psyOut[c]->psyOutElement[i]->psyOutChannel[ch];
+
+                          /* count dynamic bits */
+                          INT chDynBits = FDKaacEnc_dynBitCount(hQC->hBitCounter,
+                                                                qcOutCh->quantSpec,
+                                                                qcOutCh->maxValueInSfb,
+                                                                qcOutCh->scf,
+                                                                psyOutCh->lastWindowSequence,
+                                                                psyOutCh->sfbCnt,
+                                                                psyOutCh->maxSfbPerGroup,
+                                                                psyOutCh->sfbPerGroup,
+                                                                psyOutCh->sfbOffsets,
+                                                                &qcOutCh->sectionData,
+                                                                psyOutCh->noiseNrg,
+                                                                psyOutCh->isBook,
+                                                                psyOutCh->isScale,
+                                                                syntaxFlags) ;
+
+                          /* sum up dynamic channel bits */
+                          qcElement[c][i]->dynBitsUsed += chDynBits;
+                      }
+
+                      /* save dynBitsUsed for correction of bits2pe relation */
+                      if(hQC->hAdjThr->adjThrStateElem[i]->dynBitsLast==-1) {
+                          hQC->hAdjThr->adjThrStateElem[i]->dynBitsLast = qcElement[c][i]->dynBitsUsed;
+                      }
+                  }  /*  -end- if(ID_SCE || ID_CPE || ID_LFE) */
+
+              }  /* -end- element loop */
+
+              /* update dynBits of current subFrame */
+              FDKaacEnc_updateUsedDynBits(&qcOut[c]->usedDynBits,
+                                 qcElement[c],
+                                 cm);
+
+              /* get total consumed bits, dyn bits in all sub frames have to be valid */
+              sumDynBitsConsumedTotal = FDKaacEnc_getTotalConsumedDynBits(qcOut, nSubFrames);
+
+              if (sumDynBitsConsumedTotal==-1)
+              {
+                  quantizationDone = 0; /* bit consumption not valid in all sub frames */
+              }
+              else
+              {
+                int sumBitsConsumedTotal = FDKaacEnc_getTotalConsumedBits(qcOut, qcElement, cm, hQC->globHdrBits, nSubFrames);
+
+                /* in all frames are valid dynamic bits */
+                if ( ((sumBitsConsumedTotal < totalAvailableBits) || qcOut[c]->usedDynBits==0) && (decreaseBitConsumption==1) && checkMinFrameBitsDemand(qcOut,hQC->minBitsPerFrame,nSubFrames)
+                      /*()*/  )
+                {
+                    quantizationDone = 1; /* exit bit adjustment */
+                }
+                if (sumBitsConsumedTotal > totalAvailableBits && (decreaseBitConsumption==0) )
+//                      /*()*/  )
+                {
+                    quantizationDone = 0; /* reset! */
+                    break;
+                }
+              }
+
+
+          /*-------------------------------------------- */
+
+              int emergencyIterations = 1;
+              int dynBitsOvershoot    = 0;
+
+              for (c = 0 ; c < nSubFrames ; c++ )
+              {
+                  for (i=0; i<cm->nElements; i++)
+                  {
+                      ELEMENT_INFO elInfo = cm->elInfo[i];
+
+                      if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) ||
+                          (elInfo.elType == ID_LFE))
+                      {
+                        /* iteration limitation */
+                        emergencyIterations &= ((iterations[c][i] < hQC->maxIterations) ? 0 : 1);
+                      }
+                  }
+                  /* detection if used dyn bits exceeds the maximal allowed criterion */
+                  dynBitsOvershoot |= ((qcOut[c]->usedDynBits > qcOut[c]->maxDynBits) ? 1 : 0);
+              }
+
+              if (quantizationDone==0 || dynBitsOvershoot)
+              {
+
+                  int sumBitsConsumedTotal = FDKaacEnc_getTotalConsumedBits(qcOut, qcElement, cm, hQC->globHdrBits, nSubFrames);
+
+                  if ( (sumDynBitsConsumedTotal >= avgTotalDynBits) || (sumDynBitsConsumedTotal==0) ) {
+                      quantizationDone = 1;
+                  }
+                  if (emergencyIterations && (sumBitsConsumedTotal < totalAvailableBits)) {
+                      quantizationDone = 1;
+                  }
+                  if ((sumBitsConsumedTotal > totalAvailableBits) || !checkMinFrameBitsDemand(qcOut,hQC->minBitsPerFrame,nSubFrames)) {
+                      quantizationDone = 0;
+                  }
+                  if ((sumBitsConsumedTotal < totalAvailableBits) && checkMinFrameBitsDemand(qcOut,hQC->minBitsPerFrame,nSubFrames)) {
+                      decreaseBitConsumption = 0;
+                  }
+                  else {
+                      decreaseBitConsumption = 1;
+                  }
+
+                  if (dynBitsOvershoot) {
+                     quantizationDone = 0;
+                     decreaseBitConsumption = 1;
+                  }
+
+                  /* reset constraints fullfilled flags */
+                  FDKmemclear(constraintsFulfilled, sizeof(constraintsFulfilled));
+                  FDKmemclear(chConstraintsFulfilled, sizeof(chConstraintsFulfilled));
+
+
+              }/* quantizationDone */
+
+      } while (!quantizationDone) ;
+
+      /*-------------------------------------------- */
+      /* ... -end- Quantization loop                 */
+      /*-------------------------------------------- */
+
+  /*-------------------------------------------- */
+  /*-------------------------------------------- */
+
+  return AAC_ENC_OK;
+}
+
+
+static AAC_ENCODER_ERROR FDKaacEnc_reduceBitConsumption(int*             iterations,
+                                              const int        maxIterations,
+                                              int              gainAdjustment,
+                                              int*             chConstraintsFulfilled,
+                                              int*             calculateQuant,
+                                              int              nChannels,
+                                              PSY_OUT_ELEMENT* psyOutElement,
+                                              QC_OUT*          qcOut,
+                                              QC_OUT_ELEMENT*  qcOutElement,
+                                              ELEMENT_BITS*    elBits,
+                                              AUDIO_OBJECT_TYPE aot,
+                                              UINT             syntaxFlags,
+                                              SCHAR            epConfig)
+{
+  int ch;
+
+  /** SOLVING PROBLEM **/
+  if ((*iterations)++ >= maxIterations)
+  {
+    if (qcOutElement->dynBitsUsed==0) {
+    }
+    /* crash recovery */
+    else {
+      INT bitsToSave = 0;
+      if ( (bitsToSave = fixMax((qcOutElement->dynBitsUsed + 8) - (elBits->bitResLevelEl + qcOutElement->grantedDynBits),
+                                (qcOutElement->dynBitsUsed + qcOutElement->staticBitsUsed + 8) - (elBits->maxBitsEl))) > 0 )
+      {
+        FDKaacEnc_crashRecovery(nChannels,
+                      psyOutElement,
+                      qcOut,
+                      qcOutElement,
+                      bitsToSave,
+                      aot,
+                      syntaxFlags,
+                      epConfig) ;
+    }
+    else
+    {
+      for (ch = 0; ch < nChannels; ch++)
+      {
+          qcOutElement->qcOutChannel[ch]->globalGain += 1;
+      }
+    }
+    for (ch = 0; ch < nChannels; ch++)
+    {
+      calculateQuant[ch] = 1;
+    }
+  }
+  }
+  else /* iterations >= maxIterations */
+  {
+    /* increase gain (+ next iteration) */
+    for (ch = 0; ch < nChannels; ch++)
+    {
+      if(!chConstraintsFulfilled[ch])
+      {
+          qcOutElement->qcOutChannel[ch]->globalGain += gainAdjustment ;
+          calculateQuant[ch] = 1; /* global gain has changed, recalculate quantization in next iteration! */
+      }
+    }
+  }
+
+  return AAC_ENC_OK;
+}
+
+AAC_ENCODER_ERROR FDKaacEnc_updateFillBits(CHANNEL_MAPPING*          cm,
+                                           QC_STATE*                 qcKernel,
+                                           ELEMENT_BITS* RESTRICT    elBits[(8)],
+                                           QC_OUT**                  qcOut)
+{
+  switch (qcKernel->bitrateMode) {
+    case QCDATA_BR_MODE_SFR:
+      break;
+
+    case QCDATA_BR_MODE_FF:
+       break;
+
+    case QCDATA_BR_MODE_VBR_1:
+    case QCDATA_BR_MODE_VBR_2:
+    case QCDATA_BR_MODE_VBR_3:
+    case QCDATA_BR_MODE_VBR_4:
+    case QCDATA_BR_MODE_VBR_5:
+      qcOut[0]->totFillBits = (qcOut[0]->grantedDynBits - qcOut[0]->usedDynBits)&7; /* precalculate alignment bits */
+      break;
+
+    case QCDATA_BR_MODE_CBR:
+    case QCDATA_BR_MODE_INVALID:
+    default:
+      INT bitResSpace = qcKernel->bitResTotMax - qcKernel->bitResTot ;
+      /* processing fill-bits */
+      INT deltaBitRes = qcOut[0]->grantedDynBits - qcOut[0]->usedDynBits ;
+      qcOut[0]->totFillBits = fixMax((deltaBitRes&7), (deltaBitRes - (fixMax(0,bitResSpace-7)&~7)));
+      break;
+  } /* switch (qcKernel->bitrateMode) */
+
+  return AAC_ENC_OK;
+}
+
+
+
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_calcMaxValueInSfb
+         description:
+         return:
+
+**********************************************************************************/
+
+static INT FDKaacEnc_calcMaxValueInSfb(INT   sfbCnt,
+                             INT   maxSfbPerGroup,
+                             INT   sfbPerGroup,
+                             INT  *RESTRICT sfbOffset,
+                             SHORT *RESTRICT quantSpectrum,
+                             UINT *RESTRICT maxValue)
+{
+  INT sfbOffs,sfb;
+  INT maxValueAll = 0;
+
+  for (sfbOffs=0;sfbOffs<sfbCnt;sfbOffs+=sfbPerGroup)
+    for (sfb = 0; sfb < maxSfbPerGroup; sfb++)
+    {
+      INT line;
+      INT maxThisSfb = 0;
+      for (line = sfbOffset[sfbOffs+sfb]; line < sfbOffset[sfbOffs+sfb+1]; line++)
+      {
+        INT tmp = fixp_abs(quantSpectrum[line]);
+        maxThisSfb = fixMax(tmp, maxThisSfb);
+      }
+
+      maxValue[sfbOffs+sfb] = maxThisSfb;
+      maxValueAll = fixMax(maxThisSfb, maxValueAll);
+    }
+  return maxValueAll;
+}
+
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_updateBitres
+         description:
+         return:
+
+**********************************************************************************/
+void FDKaacEnc_updateBitres(CHANNEL_MAPPING *cm,
+                            QC_STATE* qcKernel,
+                            QC_OUT** qcOut)
+{
+  switch (qcKernel->bitrateMode) {
+    case QCDATA_BR_MODE_FF:
+    case QCDATA_BR_MODE_VBR_1:
+    case QCDATA_BR_MODE_VBR_2:
+    case QCDATA_BR_MODE_VBR_3:
+    case QCDATA_BR_MODE_VBR_4:
+    case QCDATA_BR_MODE_VBR_5:
+      /* variable bitrate */
+      qcKernel->bitResTot = FDKmin(qcKernel->maxBitsPerFrame, qcKernel->bitResTotMax);
+      break;
+
+    case QCDATA_BR_MODE_CBR:
+    case QCDATA_BR_MODE_SFR:
+    case QCDATA_BR_MODE_INVALID:
+    default:
+      int c = 0;
+      /* constant bitrate */
+      {
+        qcKernel->bitResTot += qcOut[c]->grantedDynBits - (qcOut[c]->usedDynBits + qcOut[c]->totFillBits + qcOut[c]->alignBits);
+      }
+      break;
+  }
+}
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_FinalizeBitConsumption
+         description:
+         return:
+
+**********************************************************************************/
+AAC_ENCODER_ERROR FDKaacEnc_FinalizeBitConsumption(CHANNEL_MAPPING *cm,
+                                                   QC_STATE *qcKernel,
+                                                   QC_OUT *qcOut,
+                                                   QC_OUT_ELEMENT** qcElement,
+                                                   HANDLE_TRANSPORTENC hTpEnc,
+                                                   AUDIO_OBJECT_TYPE   aot,
+                                                   UINT                syntaxFlags,
+                                                   SCHAR               epConfig)
+{
+  QC_OUT_EXTENSION fillExtPayload;
+  INT totFillBits, alignBits;
+
+  /* Get total consumed bits in AU */
+  qcOut->totalBits = qcOut->staticBits + qcOut->usedDynBits  + qcOut->totFillBits +
+                     qcOut->elementExtBits + qcOut->globalExtBits;
+
+  if (qcKernel->bitrateMode==QCDATA_BR_MODE_CBR) {
+
+    /* Now we can get the exact transport bit amount, and hopefully it is equal to the estimated value */
+    INT exactTpBits = transportEnc_GetStaticBits(hTpEnc, qcOut->totalBits);
+
+    if (exactTpBits != qcKernel->globHdrBits) {
+      INT diffFillBits = 0;
+
+      /* How many bits can be taken by bitreservoir */
+      const INT bitresSpace = qcKernel->bitResTotMax - (qcKernel->bitResTot + (qcOut->grantedDynBits - (qcOut->usedDynBits + qcOut->totFillBits) ) );
+
+      /* Number of bits which can be moved to bitreservoir. */
+      const INT bitsToBitres = qcKernel->globHdrBits - exactTpBits;
+      FDK_ASSERT(bitsToBitres>=0); /* is always positive */
+
+      /* If bitreservoir can not take all bits, move ramaining bits to fillbits */
+      diffFillBits = FDKmax(0, bitsToBitres - bitresSpace);
+
+      /* Assure previous alignment */
+      diffFillBits = (diffFillBits+7)&~7;
+
+      /* Move as many bits as possible to bitreservoir */
+      qcKernel->bitResTot    += (bitsToBitres-diffFillBits);
+
+      /* Write remaing bits as fill bits */
+      qcOut->totFillBits     += diffFillBits;
+      qcOut->totalBits       += diffFillBits;
+      qcOut->grantedDynBits  += diffFillBits;
+
+      /* Get new header bits */
+      qcKernel->globHdrBits = transportEnc_GetStaticBits(hTpEnc, qcOut->totalBits);
+
+      if (qcKernel->globHdrBits != exactTpBits) {
+        /* In previous step, fill bits and corresponding total bits were changed when bitreservoir was completely filled.
+           Now we can take the too much taken bits caused by header overhead from bitreservoir.
+         */
+        qcKernel->bitResTot -= (qcKernel->globHdrBits - exactTpBits);
+      }
+    }
+
+  } /* MODE_CBR */
+
+  /* Update exact number of consumed header bits. */
+  qcKernel->globHdrBits = transportEnc_GetStaticBits(hTpEnc, qcOut->totalBits);
+
+  /* Save total fill bits and distribut to alignment and fill bits */
+  totFillBits = qcOut->totFillBits;
+
+  /* fake a fill extension payload */
+  FDKmemclear(&fillExtPayload, sizeof(QC_OUT_EXTENSION));
+
+  fillExtPayload.type = EXT_FILL_DATA;
+  fillExtPayload.nPayloadBits = totFillBits;
+
+  /* ask bitstream encoder how many of that bits can be written in a fill extension data entity */
+  qcOut->totFillBits = FDKaacEnc_writeExtensionData( NULL,
+                                                    &fillExtPayload,
+                                                     0, 0,
+                                                     syntaxFlags,
+                                                     aot,
+                                                     epConfig );
+
+  /* now distribute extra fillbits and alignbits */
+  alignBits = 7 - (qcOut->staticBits + qcOut->usedDynBits + qcOut->elementExtBits
+                   + qcOut->totFillBits + qcOut->globalExtBits -1)%8;
+
+  /* Maybe we could remove this */
+  if( ((alignBits + qcOut->totFillBits - totFillBits)==8) && (qcOut->totFillBits>8) )
+        qcOut->totFillBits -= 8;
+
+  qcOut->totalBits = qcOut->staticBits + qcOut->usedDynBits + qcOut->totFillBits +
+                     alignBits + qcOut->elementExtBits + qcOut->globalExtBits;
+
+  if ( (qcOut->totalBits>qcKernel->maxBitsPerFrame) || (qcOut->totalBits<qcKernel->minBitsPerFrame) ) {
+    return AAC_ENC_QUANT_ERROR;
+  }
+
+  qcOut->alignBits = alignBits;
+
+  return AAC_ENC_OK;
+}
+
+
+
+/*********************************************************************************
+
+         functionname: FDKaacEnc_crashRecovery
+         description:  fulfills constraints by means of brute force...
+                       => bits are saved by cancelling out spectral lines!!
+                          (beginning at the highest frequencies)
+         return:       errorcode
+
+**********************************************************************************/
+
+static void FDKaacEnc_crashRecovery(INT               nChannels,
+                          PSY_OUT_ELEMENT*  psyOutElement,
+                          QC_OUT*           qcOut,
+                          QC_OUT_ELEMENT   *qcElement,
+                          INT               bitsToSave,
+                          AUDIO_OBJECT_TYPE aot,
+                          UINT              syntaxFlags,
+                          SCHAR             epConfig)
+{
+  INT ch ;
+  INT savedBits = 0 ;
+  INT sfb, sfbGrp ;
+  INT bitsPerScf[(2)][MAX_GROUPED_SFB] ;
+  INT sectionToScf[(2)][MAX_GROUPED_SFB] ;
+  INT *sfbOffset ;
+  INT sect, statBitsNew ;
+  QC_OUT_CHANNEL **qcChannel = qcElement->qcOutChannel;
+  PSY_OUT_CHANNEL **psyChannel = psyOutElement->psyOutChannel;
+
+  /* create a table which converts frq-bins to bit-demand...    [bitsPerScf] */
+  /* ...and another one which holds the corresponding sections [sectionToScf] */
+  for (ch = 0; ch < nChannels; ch++)
+  {
+    sfbOffset = psyChannel[ch]->sfbOffsets ;
+
+    for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++)
+    {
+      INT sfb ;
+      INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ;
+
+      for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart;
+           sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart +
+                 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt;
+           sfb++)
+      {
+        bitsPerScf[ch][sfb] = 0;
+        if ( (codeBook != CODE_BOOK_PNS_NO) /*&&
+             (sfb < (qcChannel[ch]->sectionData.noOfGroups*qcChannel[ch]->sectionData.maxSfbPerGroup))*/ )
+        {
+            INT sfbStartLine = sfbOffset[sfb] ;
+            INT noOfLines    = sfbOffset[sfb+1] - sfbStartLine ;
+            bitsPerScf[ch][sfb] = FDKaacEnc_countValues(&(qcChannel[ch]->quantSpec[sfbStartLine]), noOfLines, codeBook) ;
+        }
+        sectionToScf[ch][sfb] = sect ;
+      }
+
+    }
+  }
+
+  /* LOWER [maxSfb] IN BOTH CHANNELS!! */
+  /* Attention: in case of stereo: maxSfbL == maxSfbR, GroupingL == GroupingR ; */
+
+  for (sfb = qcChannel[0]->sectionData.maxSfbPerGroup-1; sfb >= 0; sfb--)
+  {
+    for (sfbGrp = 0; sfbGrp < psyChannel[0]->sfbCnt; sfbGrp += psyChannel[0]->sfbPerGroup)
+    {
+      for (ch = 0; ch < nChannels; ch++)
+      {
+        int sect = sectionToScf[ch][sfbGrp+sfb];
+        qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ;
+        savedBits += bitsPerScf[ch][sfbGrp+sfb] ;
+
+        if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) {
+          savedBits += (psyChannel[ch]->lastWindowSequence!=SHORT_WINDOW) ? FDKaacEnc_sideInfoTabLong[0]
+                                                                      : FDKaacEnc_sideInfoTabShort[0];
+        }
+      }
+    }
+
+    /* ...have enough bits been saved? */
+    if (savedBits >= bitsToSave)
+      break ;
+
+  } /* sfb loop */
+
+  /* if not enough bits saved,
+     clean whole spectrum and remove side info overhead */
+  if (sfb == -1) {
+    sfb = 0 ;
+  }
+
+  for (ch = 0; ch < nChannels; ch++)
+  {
+    qcChannel[ch]->sectionData.maxSfbPerGroup = sfb ;
+    psyChannel[ch]->maxSfbPerGroup = sfb ;
+    /* when no spectrum is coded save tools info in bitstream */
+    if(sfb==0) {
+      FDKmemclear(&psyChannel[ch]->tnsInfo, sizeof(TNS_INFO));
+      FDKmemclear(&psyOutElement->toolsInfo, sizeof(TOOLSINFO));
+    }
+  }
+  /* dynamic bits will be updated in iteration loop */
+
+  { /* if stop sfb has changed save bits in side info, e.g. MS or TNS coding */
+    ELEMENT_INFO elInfo;
+
+    FDKmemclear(&elInfo, sizeof(ELEMENT_INFO));
+    elInfo.nChannelsInEl = nChannels;
+    elInfo.elType = (nChannels == 2) ? ID_CPE : ID_SCE;
+
+    FDKaacEnc_ChannelElementWrite( NULL, &elInfo, NULL,
+                                   psyOutElement,
+                                   psyChannel,
+                                   syntaxFlags,
+                                   aot,
+                                   epConfig,
+                                  &statBitsNew,
+                                   0 );
+  }
+
+  savedBits = qcElement->staticBitsUsed - statBitsNew;
+
+  /* update static and dynamic bits */
+  qcElement->staticBitsUsed -= savedBits;
+  qcElement->grantedDynBits += savedBits;
+
+  qcOut->staticBits     -= savedBits;
+  qcOut->grantedDynBits += savedBits;
+  qcOut->maxDynBits     += savedBits;
+
+
+}
+
+
+
+void  FDKaacEnc_QCClose (QC_STATE  **phQCstate, QC_OUT **phQC)
+{
+  int n, i;
+
+  if (phQC!=NULL) {
+
+    for (n=0;n<(1);n++) {
+      if (phQC[n] != NULL) {
+        QC_OUT    *hQC      = phQC[n];
+        for (i=0; i<(8); i++) {
+        }
+
+        for (i=0; i<(8); i++) {
+          if (hQC->qcElement[i])
+            FreeRam_aacEnc_QCelement(&hQC->qcElement[i]);
+        }
+
+        FreeRam_aacEnc_QCout(&phQC[n]);
+      }
+    }
+  }
+
+  if (phQCstate!=NULL) {
+    if (*phQCstate != NULL) {
+      QC_STATE  *hQCstate = *phQCstate;
+
+      if (hQCstate->hAdjThr != NULL)
+        FDKaacEnc_AdjThrClose(&hQCstate->hAdjThr);
+
+      if (hQCstate->hBitCounter != NULL)
+        FDKaacEnc_BCClose(&hQCstate->hBitCounter);
+
+      for (i=0; i<(8); i++) {
+        if (hQCstate->elementBits[i]!=NULL) {
+          FreeRam_aacEnc_ElementBits(&hQCstate->elementBits[i]);
+        }
+      }
+      FreeRam_aacEnc_QCstate(phQCstate);
+    }
+  }
+}
+
diff --git a/libAACenc/src/qc_main.h b/libAACenc/src/qc_main.h
new file mode 100644 (file)
index 0000000..4e8c042
--- /dev/null
@@ -0,0 +1,170 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Quantizing & coding
+
+******************************************************************************/
+#ifndef _QC_MAIN_H
+#define _QC_MAIN_H
+
+
+#include "aacenc.h"
+#include "qc_data.h"
+#include "interface.h"
+#include "psy_main.h"
+#include "tpenc_lib.h"
+
+/* Quantizing & coding stage */
+
+AAC_ENCODER_ERROR FDKaacEnc_QCOutNew(QC_OUT    **phQC,
+                                     const INT   nElements,
+                                     const INT   nChannels,
+                                     const INT   nSubFrames
+                                    ,UCHAR   *dynamic_RAM
+                                     );
+
+AAC_ENCODER_ERROR FDKaacEnc_QCOutInit(QC_OUT          *phQC[(1)],
+                                      const INT        nSubFrames,
+                                      const CHANNEL_MAPPING *cm);
+
+AAC_ENCODER_ERROR  FDKaacEnc_QCNew(QC_STATE  **phQC,
+                                   INT         nElements
+                                  ,UCHAR* dynamic_RAM
+           );
+
+AAC_ENCODER_ERROR FDKaacEnc_QCInit(QC_STATE *hQC, struct QC_INIT *init);
+
+AAC_ENCODER_ERROR FDKaacEnc_QCMainPrepare(
+           ELEMENT_INFO              *elInfo,
+           ATS_ELEMENT*  RESTRICT     adjThrStateElement,
+           PSY_OUT_ELEMENT* RESTRICT  psyOutElement,
+           QC_OUT_ELEMENT* RESTRICT   qcOutElement,   /* returns error code       */
+           AUDIO_OBJECT_TYPE          aot,
+           UINT                       syntaxFlags,
+           SCHAR                      epConfig
+           );
+
+
+AAC_ENCODER_ERROR FDKaacEnc_QCMain(QC_STATE* RESTRICT         hQC,
+                                   PSY_OUT**                  psyOut,
+                                   QC_OUT**                   qcOut,
+                                   INT                        avgTotalBits,
+                                   CHANNEL_MAPPING*           cm
+                                  ,AUDIO_OBJECT_TYPE          aot,
+                                   UINT                       syntaxFlags,
+                                   SCHAR                      epConfig
+                                   );
+
+AAC_ENCODER_ERROR FDKaacEnc_updateFillBits(CHANNEL_MAPPING*          cm,
+                                           QC_STATE*                 qcKernel,
+                                           ELEMENT_BITS* RESTRICT    elBits[(8)],
+                                           QC_OUT**                  qcOut);
+
+
+void FDKaacEnc_updateBitres(  CHANNEL_MAPPING *cm,
+                    QC_STATE *qcKernel,
+                    QC_OUT **qcOut);
+
+AAC_ENCODER_ERROR FDKaacEnc_FinalizeBitConsumption( CHANNEL_MAPPING *cm,
+                                                    QC_STATE *hQC,
+                                                    QC_OUT *qcOut,
+                                                    QC_OUT_ELEMENT** qcElement,
+                                                    HANDLE_TRANSPORTENC hTpEnc,
+                                                    AUDIO_OBJECT_TYPE   aot,
+                                                    UINT                syntaxFlags,
+                                                    SCHAR               epConfig
+                                                  );
+
+AAC_ENCODER_ERROR FDKaacEnc_AdjustBitrate(QC_STATE *RESTRICT hQC,
+                  CHANNEL_MAPPING *RESTRICT cm,
+                  INT *avgTotalBits,
+                  INT bitRate,
+                  INT sampleRate,
+                  INT granuleLength);
+
+void  FDKaacEnc_QCClose (QC_STATE  **phQCstate, QC_OUT **phQC);
+
+#endif /* _QC_MAIN_H */
diff --git a/libAACenc/src/quantize.cpp b/libAACenc/src/quantize.cpp
new file mode 100644 (file)
index 0000000..5380e35
--- /dev/null
@@ -0,0 +1,395 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Quantization
+
+******************************************************************************/
+
+#include "quantize.h"
+
+#include "aacEnc_rom.h"
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_quantizeLines
+    description: quantizes spectrum lines
+    returns:
+    input: global gain, number of lines to process, spectral data
+    output: quantized spectrum
+
+*****************************************************************************/
+static void FDKaacEnc_quantizeLines(INT      gain,
+                          INT      noOfLines,
+                          FIXP_DBL *mdctSpectrum,
+                          SHORT      *quaSpectrum)
+{
+  int   line;
+  FIXP_DBL k = FL2FXCONST_DBL(-0.0946f + 0.5f)>>16;
+  FIXP_QTD quantizer = FDKaacEnc_quantTableQ[(-gain)&3];
+  INT      quantizershift = ((-gain)>>2)+1;
+
+
+  for (line = 0; line < noOfLines; line++)
+  {
+    FIXP_DBL accu = fMultDiv2(mdctSpectrum[line],quantizer);
+
+    if (accu < FL2FXCONST_DBL(0.0f))
+    {
+      accu=-accu;
+      /* normalize */
+      INT   accuShift = CntLeadingZeros(accu) - 1;  /* CountLeadingBits() is not necessary here since test value is always > 0 */
+      accu <<= accuShift;
+      INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
+      INT totalShift = quantizershift-accuShift+1;
+      accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
+      totalShift = (16-4)-(3*(totalShift>>2));
+      FDK_ASSERT(totalShift >=0); /* MAX_QUANT_VIOLATION */
+      accu >>= fixMin(totalShift,DFRACT_BITS-1);
+      quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16)));
+    }
+    else if(accu > FL2FXCONST_DBL(0.0f))
+    {
+      /* normalize */
+      INT   accuShift = CntLeadingZeros(accu) - 1;  /* CountLeadingBits() is not necessary here since test value is always > 0 */
+      accu <<= accuShift;
+      INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
+      INT totalShift = quantizershift-accuShift+1;
+      accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
+      totalShift = (16-4)-(3*(totalShift>>2));
+      FDK_ASSERT(totalShift >=0); /* MAX_QUANT_VIOLATION */
+      accu >>= fixMin(totalShift,DFRACT_BITS-1);
+      quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16));
+    }
+    else
+      quaSpectrum[line]=0;
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname:iFDKaacEnc_quantizeLines
+    description: iquantizes spectrum lines
+                 mdctSpectrum = iquaSpectrum^4/3 *2^(0.25*gain)
+    input: global gain, number of lines to process,quantized spectrum
+    output: spectral data
+
+*****************************************************************************/
+static void FDKaacEnc_invQuantizeLines(INT  gain,
+                             INT  noOfLines,
+                             SHORT *quantSpectrum,
+                             FIXP_DBL *mdctSpectrum)
+
+{
+  INT iquantizermod;
+  INT iquantizershift;
+  INT line;
+
+  iquantizermod = gain&3;
+  iquantizershift = gain>>2;
+
+  for (line = 0; line < noOfLines; line++) {
+
+    if(quantSpectrum[line] < 0) {
+      FIXP_DBL accu;
+      INT ex,specExp,tabIndex;
+      FIXP_DBL s,t;
+
+      accu = (FIXP_DBL) -quantSpectrum[line];
+
+      ex = CountLeadingBits(accu);
+      accu <<= ex;
+      specExp = (DFRACT_BITS-1) - ex;
+
+      FDK_ASSERT(specExp < 14);       /* this fails if abs(value) > 8191 */
+
+      tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
+
+      /* calculate "mantissa" ^4/3 */
+      s = FDKaacEnc_mTab_4_3Elc[tabIndex];
+
+      /* get approperiate exponent multiplier for specExp^3/4 combined with scfMod */
+      t = FDKaacEnc_specExpMantTableCombElc[iquantizermod][specExp];
+
+      /* multiply "mantissa" ^4/3 with exponent multiplier */
+      accu = fMult(s,t);
+
+      /* get approperiate exponent shifter */
+      specExp = FDKaacEnc_specExpTableComb[iquantizermod][specExp]-1; /* -1 to avoid overflows in accu */
+
+      if ((-iquantizershift-specExp) < 0)
+        accu <<= -(-iquantizershift-specExp);
+      else
+        accu >>= -iquantizershift-specExp;
+
+      mdctSpectrum[line] = -accu;
+    }
+    else if (quantSpectrum[line] > 0) {
+      FIXP_DBL accu;
+      INT ex,specExp,tabIndex;
+      FIXP_DBL s,t;
+
+      accu = (FIXP_DBL)(INT)quantSpectrum[line];
+
+      ex = CountLeadingBits(accu);
+      accu <<= ex;
+      specExp = (DFRACT_BITS-1) - ex;
+
+      FDK_ASSERT(specExp < 14);       /* this fails if abs(value) > 8191 */
+
+      tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
+
+      /* calculate "mantissa" ^4/3 */
+      s = FDKaacEnc_mTab_4_3Elc[tabIndex];
+
+      /* get approperiate exponent multiplier for specExp^3/4 combined with scfMod */
+      t = FDKaacEnc_specExpMantTableCombElc[iquantizermod][specExp];
+
+      /* multiply "mantissa" ^4/3 with exponent multiplier */
+      accu = fMult(s,t);
+
+      /* get approperiate exponent shifter */
+      specExp = FDKaacEnc_specExpTableComb[iquantizermod][specExp]-1; /* -1 to avoid overflows in accu */
+
+      if (( -iquantizershift-specExp) < 0)
+        accu <<= -(-iquantizershift-specExp);
+      else
+        accu >>= -iquantizershift-specExp;
+
+      mdctSpectrum[line] = accu;
+    }
+    else {
+      mdctSpectrum[line] = FL2FXCONST_DBL(0.0f);
+    }
+  }
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_QuantizeSpectrum
+    description: quantizes the entire spectrum
+    returns:
+    input: number of scalefactor bands to be quantized, ...
+    output: quantized spectrum
+
+*****************************************************************************/
+void FDKaacEnc_QuantizeSpectrum(INT sfbCnt,
+                      INT maxSfbPerGroup,
+                      INT sfbPerGroup,
+                      INT *sfbOffset,
+                      FIXP_DBL *mdctSpectrum,
+                      INT globalGain,
+                      INT *scalefactors,
+                      SHORT *quantizedSpectrum)
+{
+  INT sfbOffs,sfb;
+
+  /* in FDKaacEnc_quantizeLines quaSpectrum is calculated with:
+        spec^(3/4) * 2^(-3/16*QSS) * 2^(3/4*scale) + k
+     simplify scaling calculation and reduce QSS before:
+        spec^(3/4) * 2^(-3/16*(QSS - 4*scale)) */
+
+  for(sfbOffs=0;sfbOffs<sfbCnt;sfbOffs+=sfbPerGroup)
+  for (sfb = 0; sfb < maxSfbPerGroup; sfb++)
+  {
+    INT scalefactor = scalefactors[sfbOffs+sfb] ;
+
+    FDKaacEnc_quantizeLines(globalGain - scalefactor, /* QSS */
+                  sfbOffset[sfbOffs+sfb+1] - sfbOffset[sfbOffs+sfb],
+                  mdctSpectrum + sfbOffset[sfbOffs+sfb],
+                  quantizedSpectrum + sfbOffset[sfbOffs+sfb]);
+  }
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_calcSfbDist
+    description: calculates distortion of quantized values
+    returns: distortion
+    input: gain, number of lines to process, spectral data
+    output:
+
+*****************************************************************************/
+FIXP_DBL FDKaacEnc_calcSfbDist(FIXP_DBL *mdctSpectrum,
+                     SHORT *quantSpectrum,
+                     INT noOfLines,
+                     INT gain
+                     )
+{
+  INT i,scale;
+  FIXP_DBL xfsf;
+  FIXP_DBL diff;
+  FIXP_DBL invQuantSpec;
+
+  xfsf = FL2FXCONST_DBL(0.0f);
+
+  for (i=0; i<noOfLines; i++) {
+    /* quantization */
+    FDKaacEnc_quantizeLines(gain,
+                  1,
+                 &mdctSpectrum[i],
+                 &quantSpectrum[i]);
+
+    if (fAbs(quantSpectrum[i])>MAX_QUANT) {
+      return FL2FXCONST_DBL(0.0f);
+    }
+    /* inverse quantization */
+    FDKaacEnc_invQuantizeLines(gain,1,&quantSpectrum[i],&invQuantSpec);
+
+    /* dist */
+    diff = fixp_abs(fixp_abs(invQuantSpec) - fixp_abs(mdctSpectrum[i]>>1));
+
+    scale = CountLeadingBits(diff);
+    diff = scaleValue(diff, scale);
+    diff = fPow2(diff);
+    scale = fixMin(2*(scale-1), DFRACT_BITS-1);
+
+    diff = scaleValue(diff, -scale);
+
+    xfsf = xfsf + diff;
+  }
+
+  xfsf = CalcLdData(xfsf);
+
+  return xfsf;
+}
+
+/*****************************************************************************
+
+    functionname: FDKaacEnc_calcSfbQuantEnergyAndDist
+    description: calculates energy and distortion of quantized values
+    returns:
+    input: gain, number of lines to process, quantized spectral data,
+           spectral data
+    output: energy, distortion
+
+*****************************************************************************/
+void FDKaacEnc_calcSfbQuantEnergyAndDist(FIXP_DBL *mdctSpectrum,
+                               SHORT *quantSpectrum,
+                               INT noOfLines,
+                               INT gain,
+                               FIXP_DBL *en,
+                               FIXP_DBL *dist)
+{
+  INT i,scale;
+  FIXP_DBL invQuantSpec;
+  FIXP_DBL diff;
+
+  FIXP_DBL energy = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL distortion = FL2FXCONST_DBL(0.0f);
+
+  for (i=0; i<noOfLines; i++) {
+
+    if (fAbs(quantSpectrum[i])>MAX_QUANT) {
+      *en   = FL2FXCONST_DBL(0.0f);
+      *dist = FL2FXCONST_DBL(0.0f);
+      return;
+    }
+
+    /* inverse quantization */
+    FDKaacEnc_invQuantizeLines(gain,1,&quantSpectrum[i],&invQuantSpec);
+
+    /* energy */
+    energy += fPow2(invQuantSpec);
+
+    /* dist */
+    diff = fixp_abs(fixp_abs(invQuantSpec) - fixp_abs(mdctSpectrum[i]>>1));
+
+    scale = CountLeadingBits(diff);
+    diff = scaleValue(diff, scale);
+    diff = fPow2(diff);
+
+    scale = fixMin(2*(scale-1), DFRACT_BITS-1);
+
+    diff = scaleValue(diff, -scale);
+
+    distortion += diff;
+  }
+
+  *en   = CalcLdData(energy)+FL2FXCONST_DBL(0.03125f);
+  *dist = CalcLdData(distortion);
+}
+
diff --git a/libAACenc/src/quantize.h b/libAACenc/src/quantize.h
new file mode 100644 (file)
index 0000000..975b98e
--- /dev/null
@@ -0,0 +1,119 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Quantization
+
+******************************************************************************/
+
+#ifndef _QUANTIZE_H_
+#define _QUANTIZE_H_
+
+#include "common_fix.h"
+
+/* quantizing */
+
+#define MAX_QUANT 8191
+
+void FDKaacEnc_QuantizeSpectrum(INT sfbCnt,
+                      INT maxSfbPerGroup,
+                      INT sfbPerGroup,
+                      INT *sfbOffset, FIXP_DBL *mdctSpectrum,
+                      INT globalGain, INT *scalefactors,
+                      SHORT *quantizedSpectrum);
+
+FIXP_DBL FDKaacEnc_calcSfbDist(FIXP_DBL *mdctSpectrum,
+                     SHORT *quantSpectrum,
+                     INT noOfLines,
+                     INT gain);
+
+void FDKaacEnc_calcSfbQuantEnergyAndDist(FIXP_DBL *mdctSpectrum,
+                               SHORT   *quantSpectrum,
+                               INT    noOfLines,
+                               INT    gain,
+                               FIXP_DBL *en,
+                               FIXP_DBL *dist);
+
+#endif /* _QUANTIZE_H_ */
diff --git a/libAACenc/src/sf_estim.cpp b/libAACenc/src/sf_estim.cpp
new file mode 100644 (file)
index 0000000..72b75a6
--- /dev/null
@@ -0,0 +1,1301 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Scale factor estimation
+
+******************************************************************************/
+
+#include "sf_estim.h"
+#include "aacEnc_rom.h"
+#include "quantize.h"
+#include "bit_cnt.h"
+
+
+
+
+#define AS_PE_FAC_SHIFT 7
+#define DIST_FAC_SHIFT  3
+#define AS_PE_FAC_FLOAT (float)(1 << AS_PE_FAC_SHIFT)
+static const INT MAX_SCF_DELTA = 60;
+
+
+static const FIXP_DBL PE_C1 = FL2FXCONST_DBL(3.0f/AS_PE_FAC_FLOAT);          /* (log(8.0)/log(2)) >> AS_PE_FAC_SHIFT */
+static const FIXP_DBL PE_C2 = FL2FXCONST_DBL(1.3219281f/AS_PE_FAC_FLOAT);    /* (log(2.5)/log(2)) >> AS_PE_FAC_SHIFT */
+static const FIXP_DBL PE_C3 = FL2FXCONST_DBL(0.5593573f);                    /* 1-C2/C1 */
+
+
+/*
+  Function; FDKaacEnc_FDKaacEnc_CalcFormFactorChannel
+
+  Description: Calculates the formfactor
+
+  sf: scale factor of the mdct spectrum
+  sfbFormFactorLdData is scaled with the factor 1/(((2^sf)^0.5) * (2^FORM_FAC_SHIFT))
+*/
+static void
+FDKaacEnc_FDKaacEnc_CalcFormFactorChannel(FIXP_DBL *RESTRICT sfbFormFactorLdData,
+                      PSY_OUT_CHANNEL *RESTRICT psyOutChan)
+{
+  INT j, sfb, sfbGrp;
+  FIXP_DBL formFactor;
+
+  int tmp0 = psyOutChan->sfbCnt;
+  int tmp1 = psyOutChan->maxSfbPerGroup;
+  int step = psyOutChan->sfbPerGroup;
+  for(sfbGrp = 0; sfbGrp < tmp0; sfbGrp += step) {
+    for (sfb = 0; sfb < tmp1; sfb++) {
+      formFactor = FL2FXCONST_DBL(0.0f);
+      /* calc sum of sqrt(spec) */
+      for(j=psyOutChan->sfbOffsets[sfbGrp+sfb]; j<psyOutChan->sfbOffsets[sfbGrp+sfb+1]; j++ ) {
+         formFactor += sqrtFixp(fixp_abs(psyOutChan->mdctSpectrum[j]))>>FORM_FAC_SHIFT;
+      }
+      sfbFormFactorLdData[sfbGrp+sfb] = CalcLdData(formFactor);
+    }
+    /* set sfbFormFactor for sfbs with zero spec to zero. Just for debugging. */
+    for ( ; sfb < psyOutChan->sfbPerGroup; sfb++) {
+      sfbFormFactorLdData[sfbGrp+sfb] = FL2FXCONST_DBL(-1.0f);
+    }
+  }
+}
+
+/*
+  Function: FDKaacEnc_CalcFormFactor
+
+  Description: Calls FDKaacEnc_FDKaacEnc_CalcFormFactorChannel() for each channel
+*/
+
+void
+FDKaacEnc_CalcFormFactor(QC_OUT_CHANNEL   *qcOutChannel[(2)],
+               PSY_OUT_CHANNEL  *psyOutChannel[(2)],
+               const INT        nChannels)
+{
+  INT j;
+  for (j=0; j<nChannels; j++) {
+    FDKaacEnc_FDKaacEnc_CalcFormFactorChannel(qcOutChannel[j]->sfbFormFactorLdData, psyOutChannel[j]);
+  }
+}
+
+/*
+  Function: FDKaacEnc_calcSfbRelevantLines
+
+  Description: Calculates sfbNRelevantLines
+
+  sfbNRelevantLines is scaled with the factor 1/((2^FORM_FAC_SHIFT) * 2.0)
+*/
+static void
+FDKaacEnc_calcSfbRelevantLines( const FIXP_DBL *const sfbFormFactorLdData,
+                      const FIXP_DBL *const sfbEnergyLdData,
+                      const FIXP_DBL *const sfbThresholdLdData,
+                      const INT *const sfbOffsets,
+                      const INT sfbCnt,
+                      const INT sfbPerGroup,
+                      const INT maxSfbPerGroup,
+                      FIXP_DBL *sfbNRelevantLines)
+{
+  INT sfbOffs, sfb;
+  FIXP_DBL sfbWidthLdData;
+  FIXP_DBL asPeFacLdData = FL2FXCONST_DBL(0.109375);   /* AS_PE_FAC_SHIFT*ld64(2) */
+  FIXP_DBL accu;
+
+  /* sfbNRelevantLines[i] = 2^( (sfbFormFactorLdData[i] - 0.25 * (sfbEnergyLdData[i] - ld64(sfbWidth[i]/(2^7)) - AS_PE_FAC_SHIFT*ld64(2)) * 64); */
+
+  FDKmemclear(sfbNRelevantLines, sfbCnt * sizeof(FIXP_DBL));
+
+  for (sfbOffs=0; sfbOffs<sfbCnt; sfbOffs+=sfbPerGroup) {
+    for(sfb=0; sfb<maxSfbPerGroup; sfb++) {
+      /* calc sum of sqrt(spec) */
+      if((FIXP_DBL)sfbEnergyLdData[sfbOffs+sfb] > (FIXP_DBL)sfbThresholdLdData[sfbOffs+sfb]) {
+        INT sfbWidth = sfbOffsets[sfbOffs+sfb+1] - sfbOffsets[sfbOffs+sfb];
+
+        /* avgFormFactorLdData = sqrtFixp(sqrtFixp(sfbEnergyLdData[sfbOffs+sfb]/sfbWidth)); */
+        /* sfbNRelevantLines[sfbOffs+sfb] = sfbFormFactor[sfbOffs+sfb] / avgFormFactorLdData; */
+        sfbWidthLdData = (FIXP_DBL)(sfbWidth << (DFRACT_BITS-1-AS_PE_FAC_SHIFT));
+        sfbWidthLdData = CalcLdData(sfbWidthLdData);
+
+        accu = sfbEnergyLdData[sfbOffs+sfb] - sfbWidthLdData - asPeFacLdData;
+        accu = sfbFormFactorLdData[sfbOffs+sfb] - (accu >> 2);
+
+        sfbNRelevantLines[sfbOffs+sfb] = CalcInvLdData(accu) >> 1;
+      }
+    }
+  }
+}
+
+/*
+  Function: FDKaacEnc_countSingleScfBits
+
+  Description:
+
+  scfBitsFract is scaled by 1/(2^(2*AS_PE_FAC_SHIFT))
+*/
+static FIXP_DBL FDKaacEnc_countSingleScfBits(INT scf, INT scfLeft, INT scfRight)
+{
+  FIXP_DBL scfBitsFract;
+
+  scfBitsFract = (FIXP_DBL) (  FDKaacEnc_bitCountScalefactorDelta(scfLeft-scf)
+                             + FDKaacEnc_bitCountScalefactorDelta(scf-scfRight) );
+
+  scfBitsFract = scfBitsFract << (DFRACT_BITS-1-(2*AS_PE_FAC_SHIFT));
+
+  return scfBitsFract; /* output scaled by 1/(2^(2*AS_PE_FAC)) */
+}
+
+/*
+  Function: FDKaacEnc_calcSingleSpecPe
+
+  specPe is scaled by 1/(2^(2*AS_PE_FAC_SHIFT))
+*/
+static FIXP_DBL FDKaacEnc_calcSingleSpecPe(INT scf, FIXP_DBL sfbConstPePart, FIXP_DBL nLines)
+{
+  FIXP_DBL specPe = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL ldRatio;
+  FIXP_DBL scfFract;
+
+  scfFract = (FIXP_DBL)(scf << (DFRACT_BITS-1-AS_PE_FAC_SHIFT));
+
+  ldRatio = sfbConstPePart - fMult(FL2FXCONST_DBL(0.375f),scfFract);
+
+  if (ldRatio >= PE_C1) {
+    specPe = fMult(FL2FXCONST_DBL(0.7f),fMult(nLines,ldRatio));
+  }
+  else {
+    specPe = fMult(FL2FXCONST_DBL(0.7f),fMult(nLines,(PE_C2 + fMult(PE_C3,ldRatio))));
+  }
+
+  return specPe; /* output scaled by 1/(2^(2*AS_PE_FAC)) */
+}
+
+/*
+  Function: FDKaacEnc_countScfBitsDiff
+
+  scfBitsDiff is scaled by 1/(2^(2*AS_PE_FAC_SHIFT))
+*/
+static FIXP_DBL FDKaacEnc_countScfBitsDiff(INT *scfOld,
+                                 INT *scfNew,
+                                 INT sfbCnt,
+                                 INT startSfb,
+                                 INT stopSfb)
+{
+  FIXP_DBL scfBitsFract;
+  INT scfBitsDiff = 0;
+  INT sfb = 0, sfbLast;
+  INT sfbPrev, sfbNext;
+
+  /* search for first relevant sfb */
+  sfbLast = startSfb;
+  while ((sfbLast<stopSfb) && (scfOld[sfbLast]==FDK_INT_MIN))
+    sfbLast++;
+  /* search for previous relevant sfb and count diff */
+  sfbPrev = startSfb - 1;
+  while ((sfbPrev>=0) && (scfOld[sfbPrev]==FDK_INT_MIN))
+    sfbPrev--;
+  if (sfbPrev>=0)
+    scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbPrev]-scfNew[sfbLast]) -
+                   FDKaacEnc_bitCountScalefactorDelta(scfOld[sfbPrev]-scfOld[sfbLast]);
+  /* now loop through all sfbs and count diffs of relevant sfbs */
+  for (sfb=sfbLast+1; sfb<stopSfb; sfb++) {
+    if (scfOld[sfb]!=FDK_INT_MIN) {
+      scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbLast]-scfNew[sfb]) -
+                     FDKaacEnc_bitCountScalefactorDelta(scfOld[sfbLast]-scfOld[sfb]);
+      sfbLast = sfb;
+    }
+  }
+  /* search for next relevant sfb and count diff */
+  sfbNext = stopSfb;
+  while ((sfbNext<sfbCnt) && (scfOld[sfbNext]==FDK_INT_MIN))
+    sfbNext++;
+  if (sfbNext<sfbCnt)
+    scfBitsDiff += FDKaacEnc_bitCountScalefactorDelta(scfNew[sfbLast]-scfNew[sfbNext]) -
+                   FDKaacEnc_bitCountScalefactorDelta(scfOld[sfbLast]-scfOld[sfbNext]);
+
+  scfBitsFract = (FIXP_DBL) (scfBitsDiff << (DFRACT_BITS-1-(2*AS_PE_FAC_SHIFT)));
+
+  return scfBitsFract;
+}
+
+/*
+  Function: FDKaacEnc_calcSpecPeDiff
+
+  specPeDiff is scaled by 1/(2^(2*AS_PE_FAC_SHIFT))
+*/
+static FIXP_DBL FDKaacEnc_calcSpecPeDiff(PSY_OUT_CHANNEL *psyOutChan,
+                               QC_OUT_CHANNEL  *qcOutChannel,
+                               INT *scfOld,
+                               INT *scfNew,
+                               FIXP_DBL *sfbConstPePart,
+                               FIXP_DBL *sfbFormFactorLdData,
+                               FIXP_DBL *sfbNRelevantLines,
+                               INT startSfb,
+                               INT stopSfb)
+{
+  FIXP_DBL specPeDiff = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL scfFract = FL2FXCONST_DBL(0.0f);
+  INT sfb;
+
+  /* loop through all sfbs and count pe difference */
+  for (sfb=startSfb; sfb<stopSfb; sfb++) {
+    if (scfOld[sfb]!=FDK_INT_MIN) {
+      FIXP_DBL ldRatioOld, ldRatioNew, pOld, pNew;
+
+      /* sfbConstPePart[sfb] = (float)log(psyOutChan->sfbEnergy[sfb] * 6.75f / sfbFormFactor[sfb]) * LOG2_1; */
+      /* 0.02152255861f = log(6.75)/log(2)/AS_PE_FAC_FLOAT; LOG2_1 is 1.0 for log2 */
+      /* 0.09375f = log(64.0)/log(2.0)/64.0 = scale of sfbFormFactorLdData */
+      if (sfbConstPePart[sfb] == (FIXP_DBL)FDK_INT_MIN)
+        sfbConstPePart[sfb] = ((psyOutChan->sfbEnergyLdData[sfb] - sfbFormFactorLdData[sfb] - FL2FXCONST_DBL(0.09375f)) >> 1) + FL2FXCONST_DBL(0.02152255861f);
+
+      scfFract = (FIXP_DBL) (scfOld[sfb] << (DFRACT_BITS-1-AS_PE_FAC_SHIFT));
+      ldRatioOld = sfbConstPePart[sfb] - fMult(FL2FXCONST_DBL(0.375f),scfFract);
+
+      scfFract = (FIXP_DBL) (scfNew[sfb] << (DFRACT_BITS-1-AS_PE_FAC_SHIFT));
+      ldRatioNew = sfbConstPePart[sfb] - fMult(FL2FXCONST_DBL(0.375f),scfFract);
+
+      if (ldRatioOld >= PE_C1)
+        pOld = ldRatioOld;
+      else
+        pOld = PE_C2 + fMult(PE_C3,ldRatioOld);
+
+      if (ldRatioNew >= PE_C1)
+        pNew = ldRatioNew;
+      else
+        pNew = PE_C2 + fMult(PE_C3,ldRatioNew);
+
+      specPeDiff += fMult(FL2FXCONST_DBL(0.7f),fMult(sfbNRelevantLines[sfb],(pNew - pOld)));
+    }
+  }
+
+  return specPeDiff;
+}
+
+/*
+  Function: FDKaacEnc_improveScf
+
+  Description: Calculate the distortion by quantization and inverse quantization of the spectrum with
+               various scalefactors. The scalefactor which provides the best results will be used.
+*/
+static INT FDKaacEnc_improveScf(FIXP_DBL *spec,
+                      SHORT *quantSpec,
+                      SHORT *quantSpecTmp,
+                      INT sfbWidth,
+                      FIXP_DBL  threshLdData,
+                      INT scf,
+                      INT minScf,
+                      FIXP_DBL  *distLdData,
+                      INT *minScfCalculated
+                      )
+{
+   FIXP_DBL sfbDistLdData;
+   INT scfBest = scf;
+   INT k;
+   FIXP_DBL distFactorLdData = FL2FXCONST_DBL(-0.0050301265);   /* ld64(1/1.25) */
+
+   /* calc real distortion */
+   sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
+                                         quantSpec,
+                                         sfbWidth,
+                                         scf);
+   *minScfCalculated = scf;
+   /* nmr > 1.25 -> try to improve nmr */
+   if (sfbDistLdData > (threshLdData-distFactorLdData)) {
+      INT scfEstimated = scf;
+      FIXP_DBL sfbDistBestLdData = sfbDistLdData;
+      INT cnt;
+      /* improve by bigger scf ? */
+      cnt = 0;
+
+      while ((sfbDistLdData > (threshLdData-distFactorLdData)) && (cnt++ < 3)) {
+         scf++;
+         sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
+                                               quantSpecTmp,
+                                               sfbWidth,
+                                               scf);
+
+         if (sfbDistLdData < sfbDistBestLdData) {
+            scfBest = scf;
+            sfbDistBestLdData = sfbDistLdData;
+            for (k=0; k<sfbWidth; k++)
+                    quantSpec[k] = quantSpecTmp[k];
+         }
+      }
+      /* improve by smaller scf ? */
+      cnt = 0;
+      scf = scfEstimated;
+      sfbDistLdData = sfbDistBestLdData;
+      while ((sfbDistLdData > (threshLdData-distFactorLdData)) && (cnt++ < 1) && (scf > minScf)) {
+         scf--;
+         sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
+                                               quantSpecTmp,
+                                               sfbWidth,
+                                               scf);
+
+         if (sfbDistLdData < sfbDistBestLdData) {
+            scfBest = scf;
+            sfbDistBestLdData = sfbDistLdData;
+            for (k=0; k<sfbWidth; k++)
+                    quantSpec[k] = quantSpecTmp[k];
+         }
+         *minScfCalculated = scf;
+      }
+      *distLdData = sfbDistBestLdData;
+   }
+   else { /* nmr <= 1.25 -> try to find bigger scf to use less bits */
+      FIXP_DBL sfbDistBestLdData = sfbDistLdData;
+      FIXP_DBL sfbDistAllowedLdData = fixMin(sfbDistLdData-distFactorLdData,threshLdData);
+      int cnt;
+      for (cnt=0; cnt<3; cnt++) {
+         scf++;
+         sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
+                                               quantSpecTmp,
+                                               sfbWidth,
+                                               scf);
+
+         if (sfbDistLdData < sfbDistAllowedLdData) {
+           *minScfCalculated = scfBest+1;
+           scfBest = scf;
+           sfbDistBestLdData = sfbDistLdData;
+           for (k=0; k<sfbWidth; k++)
+             quantSpec[k] = quantSpecTmp[k];
+         }
+      }
+      *distLdData = sfbDistBestLdData;
+   }
+
+   /* return best scalefactor */
+   return scfBest;
+}
+
+/*
+  Function: FDKaacEnc_assimilateSingleScf
+
+*/
+static void FDKaacEnc_assimilateSingleScf(PSY_OUT_CHANNEL *psyOutChan,
+                                QC_OUT_CHANNEL   *qcOutChannel,
+                                SHORT *quantSpec,
+                                SHORT *quantSpecTmp,
+                                INT *scf,
+                                INT *minScf,
+                                FIXP_DBL *sfbDist,
+                                FIXP_DBL *sfbConstPePart,
+                                FIXP_DBL *sfbFormFactorLdData,
+                                FIXP_DBL *sfbNRelevantLines,
+                                INT *minScfCalculated,
+                                INT restartOnSuccess)
+{
+  INT sfbLast, sfbAct, sfbNext;
+  INT scfAct, *scfLast, *scfNext, scfMin, scfMax;
+  INT sfbWidth, sfbOffs;
+  FIXP_DBL enLdData;
+  FIXP_DBL sfbPeOld, sfbPeNew;
+  FIXP_DBL sfbDistNew;
+  INT i, k;
+  INT success = 0;
+  FIXP_DBL deltaPe = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL deltaPeNew, deltaPeTmp;
+  INT prevScfLast[MAX_GROUPED_SFB], prevScfNext[MAX_GROUPED_SFB];
+  FIXP_DBL deltaPeLast[MAX_GROUPED_SFB];
+  INT updateMinScfCalculated;
+
+  for (i=0; i<psyOutChan->sfbCnt; i++) {
+    prevScfLast[i] = FDK_INT_MAX;
+    prevScfNext[i] = FDK_INT_MAX;
+    deltaPeLast[i] = (FIXP_DBL)FDK_INT_MAX;
+  }
+
+  sfbLast = -1;
+  sfbAct  = -1;
+  sfbNext = -1;
+  scfLast = 0;
+  scfNext = 0;
+  scfMin  = FDK_INT_MAX;
+  scfMax  = FDK_INT_MAX;
+  do {
+    /* search for new relevant sfb */
+    sfbNext++;
+    while ((sfbNext < psyOutChan->sfbCnt) && (scf[sfbNext] == FDK_INT_MIN))
+      sfbNext++;
+    if ((sfbLast>=0) && (sfbAct>=0) && (sfbNext<psyOutChan->sfbCnt)) {
+      /* relevant scfs to the left and to the right */
+      scfAct  = scf[sfbAct];
+      scfLast = scf + sfbLast;
+      scfNext = scf + sfbNext;
+      scfMin  = fixMin(*scfLast, *scfNext);
+      scfMax  = fixMax(*scfLast, *scfNext);
+    }
+    else if ((sfbLast==-1) && (sfbAct>=0) && (sfbNext<psyOutChan->sfbCnt)) {
+      /* first relevant scf */
+      scfAct  = scf[sfbAct];
+      scfLast = &scfAct;
+      scfNext = scf + sfbNext;
+      scfMin  = *scfNext;
+      scfMax  = *scfNext;
+    }
+    else if ((sfbLast>=0) && (sfbAct>=0) && (sfbNext==psyOutChan->sfbCnt)) {
+      /* last relevant scf */
+      scfAct  = scf[sfbAct];
+      scfLast = scf + sfbLast;
+      scfNext = &scfAct;
+      scfMin  = *scfLast;
+      scfMax  = *scfLast;
+    }
+    if (sfbAct>=0)
+      scfMin = fixMax(scfMin, minScf[sfbAct]);
+
+    if ((sfbAct >= 0) &&
+        (sfbLast>=0 || sfbNext<psyOutChan->sfbCnt) &&
+        (scfAct > scfMin) &&
+        (scfAct <= scfMin+MAX_SCF_DELTA) &&
+        (scfAct >= scfMax-MAX_SCF_DELTA) &&
+        (*scfLast != prevScfLast[sfbAct] ||
+         *scfNext != prevScfNext[sfbAct] ||
+         deltaPe < deltaPeLast[sfbAct])) {
+      /* bigger than neighbouring scf found, try to use smaller scf */
+      success = 0;
+
+      sfbWidth = psyOutChan->sfbOffsets[sfbAct+1] - psyOutChan->sfbOffsets[sfbAct];
+      sfbOffs = psyOutChan->sfbOffsets[sfbAct];
+
+      /* estimate required bits for actual scf */
+      enLdData = qcOutChannel->sfbEnergyLdData[sfbAct];
+
+      /* sfbConstPePart[sfbAct] = (float)log(6.75f*en/sfbFormFactor[sfbAct]) * LOG2_1; */
+      /* 0.02152255861f = log(6.75)/log(2)/AS_PE_FAC_FLOAT; LOG2_1 is 1.0 for log2 */
+      /* 0.09375f = log(64.0)/log(2.0)/64.0 = scale of sfbFormFactorLdData */
+      if (sfbConstPePart[sfbAct] == (FIXP_DBL)FDK_INT_MIN) {
+        sfbConstPePart[sfbAct] = ((enLdData - sfbFormFactorLdData[sfbAct] - FL2FXCONST_DBL(0.09375f)) >> 1) + FL2FXCONST_DBL(0.02152255861f);
+      }
+
+      sfbPeOld = FDKaacEnc_calcSingleSpecPe(scfAct,sfbConstPePart[sfbAct],sfbNRelevantLines[sfbAct])
+                +FDKaacEnc_countSingleScfBits(scfAct, *scfLast, *scfNext);
+
+      deltaPeNew = deltaPe;
+      updateMinScfCalculated = 1;
+
+      do {
+        /* estimate required bits for smaller scf */
+        scfAct--;
+        /* check only if the same check was not done before */
+        if (scfAct < minScfCalculated[sfbAct] && scfAct>=scfMax-MAX_SCF_DELTA){
+          /* estimate required bits for new scf */
+          sfbPeNew =  FDKaacEnc_calcSingleSpecPe(scfAct,sfbConstPePart[sfbAct],sfbNRelevantLines[sfbAct])
+                     +FDKaacEnc_countSingleScfBits(scfAct,*scfLast, *scfNext);
+
+          /* use new scf if no increase in pe and
+             quantization error is smaller */
+          deltaPeTmp = deltaPe + sfbPeNew - sfbPeOld;
+          /* 0.0006103515625f = 10.0f/(2^(2*AS_PE_FAC_SHIFT)) */
+          if (deltaPeTmp < FL2FXCONST_DBL(0.0006103515625f)) {
+            /* distortion of new scf */
+            sfbDistNew = FDKaacEnc_calcSfbDist(qcOutChannel->mdctSpectrum+sfbOffs,
+                                               quantSpecTmp+sfbOffs,
+                                               sfbWidth,
+                                               scfAct);
+
+            if (sfbDistNew < sfbDist[sfbAct]) {
+              /* success, replace scf by new one */
+              scf[sfbAct] = scfAct;
+              sfbDist[sfbAct] = sfbDistNew;
+
+              for (k=0; k<sfbWidth; k++)
+                quantSpec[sfbOffs+k] = quantSpecTmp[sfbOffs+k];
+
+              deltaPeNew = deltaPeTmp;
+              success = 1;
+            }
+            /* mark as already checked */
+            if (updateMinScfCalculated)
+              minScfCalculated[sfbAct] = scfAct;
+          }
+          else {
+            /* from this scf value on not all new values have been checked */
+            updateMinScfCalculated = 0;
+          }
+        }
+      } while (scfAct > scfMin);
+
+      deltaPe = deltaPeNew;
+
+      /* save parameters to avoid multiple computations of the same sfb */
+      prevScfLast[sfbAct] = *scfLast;
+      prevScfNext[sfbAct] = *scfNext;
+      deltaPeLast[sfbAct] = deltaPe;
+    }
+
+    if (success && restartOnSuccess) {
+      /* start again at first sfb */
+      sfbLast = -1;
+      sfbAct  = -1;
+      sfbNext = -1;
+      scfLast = 0;
+      scfNext = 0;
+      scfMin  = FDK_INT_MAX;
+      scfMax  = FDK_INT_MAX;
+      success = 0;
+    }
+    else {
+      /* shift sfbs for next band */
+      sfbLast = sfbAct;
+      sfbAct  = sfbNext;
+    }
+  } while (sfbNext < psyOutChan->sfbCnt);
+}
+
+/*
+  Function: FDKaacEnc_assimilateMultipleScf
+
+*/
+static void FDKaacEnc_assimilateMultipleScf(PSY_OUT_CHANNEL *psyOutChan,
+                                  QC_OUT_CHANNEL  *qcOutChannel,
+                                  SHORT *quantSpec,
+                                  SHORT *quantSpecTmp,
+                                  INT *scf,
+                                  INT *minScf,
+                                  FIXP_DBL *sfbDist,
+                                  FIXP_DBL *sfbConstPePart,
+                                  FIXP_DBL *sfbFormFactorLdData,
+                                  FIXP_DBL *sfbNRelevantLines)
+{
+  INT sfb, startSfb, stopSfb;
+  INT scfTmp[MAX_GROUPED_SFB], scfMin, scfMax, scfAct;
+  INT possibleRegionFound;
+  INT sfbWidth, sfbOffs, i, k;
+  FIXP_DBL sfbDistNew[MAX_GROUPED_SFB], distOldSum, distNewSum;
+  INT deltaScfBits;
+  FIXP_DBL deltaSpecPe;
+  FIXP_DBL deltaPe = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL deltaPeNew;
+  INT sfbCnt = psyOutChan->sfbCnt;
+
+  /* calc min and max scalfactors */
+  scfMin = FDK_INT_MAX;
+  scfMax = FDK_INT_MIN;
+  for (sfb=0; sfb<sfbCnt; sfb++) {
+    if (scf[sfb]!=FDK_INT_MIN) {
+      scfMin = fixMin(scfMin, scf[sfb]);
+      scfMax = fixMax(scfMax, scf[sfb]);
+    }
+  }
+
+  if (scfMax != FDK_INT_MIN && scfMax <= scfMin+MAX_SCF_DELTA) {
+
+    scfAct = scfMax;
+
+    do {
+      /* try smaller scf */
+      scfAct--;
+      for (i=0; i<MAX_GROUPED_SFB; i++)
+        scfTmp[i] = scf[i];
+      stopSfb = 0;
+      do {
+        /* search for region where all scfs are bigger than scfAct */
+        sfb = stopSfb;
+        while (sfb<sfbCnt && (scf[sfb]==FDK_INT_MIN || scf[sfb] <= scfAct))
+          sfb++;
+        startSfb = sfb;
+        sfb++;
+        while (sfb<sfbCnt && (scf[sfb]==FDK_INT_MIN || scf[sfb] > scfAct))
+          sfb++;
+        stopSfb = sfb;
+
+        /* check if in all sfb of a valid region scfAct >= minScf[sfb] */
+        possibleRegionFound = 0;
+        if (startSfb < sfbCnt) {
+          possibleRegionFound = 1;
+          for (sfb=startSfb; sfb<stopSfb; sfb++) {
+            if (scf[sfb] != FDK_INT_MIN)
+              if (scfAct < minScf[sfb]) {
+                possibleRegionFound = 0;
+                break;
+              }
+          }
+        }
+
+        if (possibleRegionFound) { /* region found */
+
+          /* replace scfs in region by scfAct */
+          for (sfb=startSfb; sfb<stopSfb; sfb++) {
+            if (scfTmp[sfb] != FDK_INT_MIN)
+              scfTmp[sfb] = scfAct;
+          }
+
+          /* estimate change in bit demand for new scfs */
+          deltaScfBits = FDKaacEnc_countScfBitsDiff(scf,scfTmp,sfbCnt,startSfb,stopSfb);
+
+          deltaSpecPe = FDKaacEnc_calcSpecPeDiff(psyOutChan, qcOutChannel, scf, scfTmp, sfbConstPePart,
+                                       sfbFormFactorLdData, sfbNRelevantLines,
+                                       startSfb, stopSfb);
+
+          deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
+
+          /* new bit demand small enough ? */
+          /* 0.0006103515625f = 10.0f/(2^(2*AS_PE_FAC_SHIFT)) */
+          if (deltaPeNew < FL2FXCONST_DBL(0.0006103515625f)) {
+
+            /* quantize and calc sum of new distortion */
+            distOldSum = distNewSum = FL2FXCONST_DBL(0.0f);
+            for (sfb=startSfb; sfb<stopSfb; sfb++) {
+              if (scfTmp[sfb] != FDK_INT_MIN) {
+                distOldSum += CalcInvLdData(sfbDist[sfb]) >> DIST_FAC_SHIFT;
+
+                sfbWidth = psyOutChan->sfbOffsets[sfb+1] - psyOutChan->sfbOffsets[sfb];
+                sfbOffs = psyOutChan->sfbOffsets[sfb];
+
+                sfbDistNew[sfb] = FDKaacEnc_calcSfbDist(qcOutChannel->mdctSpectrum+sfbOffs,
+                                              quantSpecTmp+sfbOffs,
+                                              sfbWidth,
+                                              scfAct);
+
+                if (sfbDistNew[sfb] >qcOutChannel->sfbThresholdLdData[sfb]) {
+                  /* no improvement, skip further dist. calculations */
+                  distNewSum = distOldSum << 1;
+                  break;
+                }
+                distNewSum += CalcInvLdData(sfbDistNew[sfb]) >> DIST_FAC_SHIFT;
+              }
+            }
+            /* distortion smaller ? -> use new scalefactors */
+            if (distNewSum < distOldSum) {
+              deltaPe = deltaPeNew;
+              for (sfb=startSfb; sfb<stopSfb; sfb++) {
+                if (scf[sfb] != FDK_INT_MIN) {
+                  sfbWidth = psyOutChan->sfbOffsets[sfb+1] -
+                             psyOutChan->sfbOffsets[sfb];
+                  sfbOffs = psyOutChan->sfbOffsets[sfb];
+                  scf[sfb] = scfAct;
+                  sfbDist[sfb] = sfbDistNew[sfb];
+
+                  for (k=0; k<sfbWidth; k++)
+                    quantSpec[sfbOffs+k] = quantSpecTmp[sfbOffs+k];
+                }
+              }
+            }
+
+          }
+        }
+
+      } while (stopSfb <= sfbCnt);
+
+    } while (scfAct > scfMin);
+  }
+}
+
+/*
+  Function: FDKaacEnc_FDKaacEnc_assimilateMultipleScf2
+
+*/
+static void FDKaacEnc_FDKaacEnc_assimilateMultipleScf2(PSY_OUT_CHANNEL *psyOutChan,
+                                   QC_OUT_CHANNEL  *qcOutChannel,
+                                   SHORT *quantSpec,
+                                   SHORT *quantSpecTmp,
+                                   INT *scf,
+                                   INT *minScf,
+                                   FIXP_DBL *sfbDist,
+                                   FIXP_DBL *sfbConstPePart,
+                                   FIXP_DBL *sfbFormFactorLdData,
+                                   FIXP_DBL *sfbNRelevantLines)
+{
+  INT sfb, startSfb, stopSfb;
+  INT scfTmp[MAX_GROUPED_SFB], scfAct, scfNew;
+  INT scfPrev, scfNext, scfPrevNextMin, scfPrevNextMax, scfLo, scfHi;
+  INT scfMin, scfMax;
+  INT *sfbOffs = psyOutChan->sfbOffsets;
+  FIXP_DBL sfbDistNew[MAX_GROUPED_SFB], sfbDistMax[MAX_GROUPED_SFB];
+  FIXP_DBL distOldSum, distNewSum;
+  INT deltaScfBits;
+  FIXP_DBL deltaSpecPe;
+  FIXP_DBL deltaPe = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL deltaPeNew = FL2FXCONST_DBL(0.0f);
+  INT sfbCnt = psyOutChan->sfbCnt;
+  INT bSuccess, bCheckScf;
+  INT i,k;
+
+  /* calc min and max scalfactors */
+  scfMin = FDK_INT_MAX;
+  scfMax = FDK_INT_MIN;
+  for (sfb=0; sfb<sfbCnt; sfb++) {
+    if (scf[sfb]!=FDK_INT_MIN) {
+      scfMin = fixMin(scfMin, scf[sfb]);
+      scfMax = fixMax(scfMax, scf[sfb]);
+    }
+  }
+
+  stopSfb = 0;
+  scfAct = FDK_INT_MIN;
+  do {
+    /* search for region with same scf values scfAct */
+    scfPrev = scfAct;
+
+    sfb = stopSfb;
+    while (sfb<sfbCnt && (scf[sfb]==FDK_INT_MIN))
+      sfb++;
+    startSfb = sfb;
+    scfAct = scf[startSfb];
+    sfb++;
+    while (sfb<sfbCnt && ((scf[sfb]==FDK_INT_MIN) || (scf[sfb]==scf[startSfb])))
+      sfb++;
+    stopSfb = sfb;
+
+    if (stopSfb < sfbCnt)
+      scfNext = scf[stopSfb];
+    else
+      scfNext = scfAct;
+
+    if (scfPrev == FDK_INT_MIN)
+      scfPrev = scfAct;
+
+    scfPrevNextMax = fixMax(scfPrev, scfNext);
+    scfPrevNextMin = fixMin(scfPrev, scfNext);
+
+    /* try to reduce bits by checking scf values in the range
+       scf[startSfb]...scfHi */
+    scfHi = fixMax(scfPrevNextMax, scfAct);
+    /* try to find a better solution by reducing the scf difference to
+       the nearest possible lower scf */
+    if (scfPrevNextMax >= scfAct)
+      scfLo = fixMin(scfAct, scfPrevNextMin);
+    else
+      scfLo = scfPrevNextMax;
+
+    if (startSfb < sfbCnt && scfHi-scfLo <= MAX_SCF_DELTA) { /* region found */
+      /* 1. try to save bits by coarser quantization */
+      if (scfHi > scf[startSfb]) {
+        /* calculate the allowed distortion */
+        for (sfb=startSfb; sfb<stopSfb; sfb++) {
+          if (scf[sfb] != FDK_INT_MIN) {
+            /* sfbDistMax[sfb] = (float)pow(qcOutChannel->sfbThreshold[sfb]*sfbDist[sfb]*sfbDist[sfb],1.0f/3.0f); */
+            /* sfbDistMax[sfb] = fixMax(sfbDistMax[sfb],qcOutChannel->sfbEnergy[sfb]*FL2FXCONST_DBL(1.e-3f)); */
+            /* -0.15571537944 = ld64(1.e-3f)*/
+            sfbDistMax[sfb] = fMult(FL2FXCONST_DBL(1.0f/3.0f),qcOutChannel->sfbThresholdLdData[sfb])+fMult(FL2FXCONST_DBL(1.0f/3.0f),sfbDist[sfb])+fMult(FL2FXCONST_DBL(1.0f/3.0f),sfbDist[sfb]);
+            sfbDistMax[sfb] = fixMax(sfbDistMax[sfb],qcOutChannel->sfbEnergyLdData[sfb]-FL2FXCONST_DBL(0.15571537944));
+            sfbDistMax[sfb] = fixMin(sfbDistMax[sfb],qcOutChannel->sfbThresholdLdData[sfb]);
+          }
+        }
+
+        /* loop over all possible scf values for this region */
+        bCheckScf = 1;
+        for (scfNew=scf[startSfb]+1; scfNew<=scfHi; scfNew++) {
+                for (k=0; k<MAX_GROUPED_SFB; k++)
+            scfTmp[k] = scf[k];
+
+          /* replace scfs in region by scfNew */
+          for (sfb=startSfb; sfb<stopSfb; sfb++) {
+            if (scfTmp[sfb] != FDK_INT_MIN)
+              scfTmp[sfb] = scfNew;
+          }
+
+          /* estimate change in bit demand for new scfs */
+          deltaScfBits = FDKaacEnc_countScfBitsDiff(scf,scfTmp,sfbCnt,startSfb,stopSfb);
+
+          deltaSpecPe = FDKaacEnc_calcSpecPeDiff(psyOutChan, qcOutChannel, scf, scfTmp, sfbConstPePart,
+                                       sfbFormFactorLdData, sfbNRelevantLines,
+                                       startSfb, stopSfb);
+
+          deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
+
+          /* new bit demand small enough ? */
+          if (deltaPeNew < FL2FXCONST_DBL(0.0f)) {
+            bSuccess = 1;
+
+            /* quantize and calc sum of new distortion */
+            for (sfb=startSfb; sfb<stopSfb; sfb++) {
+              if (scfTmp[sfb] != FDK_INT_MIN) {
+                sfbDistNew[sfb] = FDKaacEnc_calcSfbDist(qcOutChannel->mdctSpectrum+sfbOffs[sfb],
+                                              quantSpecTmp+sfbOffs[sfb],
+                                              sfbOffs[sfb+1]-sfbOffs[sfb],
+                                              scfNew);
+
+                if (sfbDistNew[sfb] > sfbDistMax[sfb]) {
+                  /* no improvement, skip further dist. calculations */
+                  bSuccess = 0;
+                  if (sfbDistNew[sfb] == qcOutChannel->sfbEnergyLdData[sfb]) {
+                    /* if whole sfb is already quantized to 0, further
+                       checks with even coarser quant. are useless*/
+                    bCheckScf = 0;
+                  }
+                  break;
+                }
+              }
+            }
+            if (bCheckScf==0) /* further calculations useless ? */
+                break;
+            /* distortion small enough ? -> use new scalefactors */
+            if (bSuccess) {
+              deltaPe = deltaPeNew;
+              for (sfb=startSfb; sfb<stopSfb; sfb++) {
+                if (scf[sfb] != FDK_INT_MIN) {
+                  scf[sfb] = scfNew;
+                  sfbDist[sfb] = sfbDistNew[sfb];
+
+                  for (k=0; k<sfbOffs[sfb+1]-sfbOffs[sfb]; k++)
+                    quantSpec[sfbOffs[sfb]+k] = quantSpecTmp[sfbOffs[sfb]+k];
+                }
+              }
+            }
+          }
+        }
+      }
+
+      /* 2. only if coarser quantization was not successful, try to find
+         a better solution by finer quantization and reducing bits for
+         scalefactor coding */
+      if (scfAct==scf[startSfb] &&
+          scfLo < scfAct &&
+          scfMax-scfMin <= MAX_SCF_DELTA) {
+
+        int bminScfViolation = 0;
+
+        for (k=0; k<MAX_GROUPED_SFB; k++)
+          scfTmp[k] = scf[k];
+
+        scfNew = scfLo;
+
+        /* replace scfs in region by scfNew and
+           check if in all sfb scfNew >= minScf[sfb] */
+        for (sfb=startSfb; sfb<stopSfb; sfb++) {
+          if (scfTmp[sfb] != FDK_INT_MIN) {
+            scfTmp[sfb] = scfNew;
+            if (scfNew < minScf[sfb])
+              bminScfViolation = 1;
+          }
+        }
+
+        if (!bminScfViolation) {
+          /* estimate change in bit demand for new scfs */
+          deltaScfBits = FDKaacEnc_countScfBitsDiff(scf,scfTmp,sfbCnt,startSfb,stopSfb);
+
+          deltaSpecPe = FDKaacEnc_calcSpecPeDiff(psyOutChan, qcOutChannel, scf, scfTmp, sfbConstPePart,
+                                       sfbFormFactorLdData, sfbNRelevantLines,
+                                       startSfb, stopSfb);
+
+          deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits + deltaSpecPe;
+        }
+
+        /* new bit demand small enough ? */
+        if (!bminScfViolation && deltaPeNew < FL2FXCONST_DBL(0.0f)) {
+
+          /* quantize and calc sum of new distortion */
+          distOldSum = distNewSum = FL2FXCONST_DBL(0.0f);
+          for (sfb=startSfb; sfb<stopSfb; sfb++) {
+            if (scfTmp[sfb] != FDK_INT_MIN) {
+              distOldSum += CalcInvLdData(sfbDist[sfb]) >> DIST_FAC_SHIFT;
+
+              sfbDistNew[sfb] = FDKaacEnc_calcSfbDist(qcOutChannel->mdctSpectrum+sfbOffs[sfb],
+                                                      quantSpecTmp+sfbOffs[sfb],
+                                                      sfbOffs[sfb+1]-sfbOffs[sfb],
+                                                      scfNew);
+
+              if (sfbDistNew[sfb] > qcOutChannel->sfbThresholdLdData[sfb]) {
+                /* no improvement, skip further dist. calculations */
+                distNewSum = distOldSum << 1;
+                break;
+              }
+              distNewSum += CalcInvLdData(sfbDistNew[sfb]) >> DIST_FAC_SHIFT;
+            }
+          }
+          /* distortion smaller ? -> use new scalefactors */
+          if (distNewSum < fMult(FL2FXCONST_DBL(0.8f),distOldSum)) {
+            deltaPe = deltaPeNew;
+            for (sfb=startSfb; sfb<stopSfb; sfb++) {
+              if (scf[sfb] != FDK_INT_MIN) {
+                scf[sfb] = scfNew;
+                sfbDist[sfb] = sfbDistNew[sfb];
+
+                for (k=0; k<sfbOffs[sfb+1]-sfbOffs[sfb]; k++)
+                  quantSpec[sfbOffs[sfb]+k] = quantSpecTmp[sfbOffs[sfb]+k];
+              }
+            }
+          }
+        }
+      }
+
+      /* 3. try to find a better solution (save bits) by only reducing the
+         scalefactor without new quantization */
+      if (scfMax-scfMin <= MAX_SCF_DELTA-3) { /* 3 bec. scf is reduced 3 times,
+                                                 see for loop below */
+
+        for (k=0; k<sfbCnt; k++)
+          scfTmp[k] = scf[k];
+
+        for (i=0; i<3; i++) {
+          scfNew = scfTmp[startSfb]-1;
+          /* replace scfs in region by scfNew */
+          for (sfb=startSfb; sfb<stopSfb; sfb++) {
+            if (scfTmp[sfb] != FDK_INT_MIN)
+              scfTmp[sfb] = scfNew;
+          }
+          /* estimate change in bit demand for new scfs */
+          deltaScfBits = FDKaacEnc_countScfBitsDiff(scf,scfTmp,sfbCnt,startSfb,stopSfb);
+          deltaPeNew = deltaPe + (FIXP_DBL)deltaScfBits;
+          /* new bit demand small enough ? */
+          if (deltaPeNew <= FL2FXCONST_DBL(0.0f)) {
+
+            bSuccess = 1;
+            distOldSum = distNewSum = FL2FXCONST_DBL(0.0f);
+            for (sfb=startSfb; sfb<stopSfb; sfb++) {
+              if (scfTmp[sfb] != FDK_INT_MIN) {
+                FIXP_DBL sfbEnQ;
+                /* calc the energy and distortion of the quantized spectrum for
+                   a smaller scf */
+                FDKaacEnc_calcSfbQuantEnergyAndDist(qcOutChannel->mdctSpectrum+sfbOffs[sfb],
+                                          quantSpec+sfbOffs[sfb],
+                                          sfbOffs[sfb+1]-sfbOffs[sfb], scfNew,
+                                          &sfbEnQ, &sfbDistNew[sfb]);
+
+                distOldSum += CalcInvLdData(sfbDist[sfb]) >> DIST_FAC_SHIFT;
+                distNewSum += CalcInvLdData(sfbDistNew[sfb]) >> DIST_FAC_SHIFT;
+
+                /*  0.00259488556167 = ld64(1.122f) */
+                /* -0.00778722686652 = ld64(0.7079f) */
+                if ((sfbDistNew[sfb] > (sfbDist[sfb]+FL2FXCONST_DBL(0.00259488556167f))) || (sfbEnQ < (qcOutChannel->sfbEnergyLdData[sfb] - FL2FXCONST_DBL(0.00778722686652f)))){
+                  bSuccess = 0;
+                  break;
+                }
+              }
+            }
+            /* distortion smaller ? -> use new scalefactors */
+            if (distNewSum < distOldSum && bSuccess) {
+              deltaPe = deltaPeNew;
+              for (sfb=startSfb; sfb<stopSfb; sfb++) {
+                if (scf[sfb] != FDK_INT_MIN) {
+                  scf[sfb] = scfNew;
+                  sfbDist[sfb] = sfbDistNew[sfb];
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+  } while (stopSfb <= sfbCnt);
+
+}
+
+static void
+FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel(QC_OUT_CHANNEL   *qcOutChannel,
+                            PSY_OUT_CHANNEL  *psyOutChannel,
+                            INT *RESTRICT scf,
+                            INT *RESTRICT globalGain,
+                            FIXP_DBL *RESTRICT sfbFormFactorLdData
+                            ,const INT invQuant,
+                            SHORT *RESTRICT quantSpec
+                            )
+{
+  INT i, j, sfb, sfbOffs;
+  INT scfInt;
+  INT maxSf;
+  INT minSf;
+  FIXP_DBL threshLdData;
+  FIXP_DBL energyLdData;
+  FIXP_DBL energyPartLdData;
+  FIXP_DBL thresholdPartLdData;
+  FIXP_DBL scfFract;
+  FIXP_DBL maxSpec;
+  FIXP_DBL absSpec;
+  INT minScfCalculated[MAX_GROUPED_SFB];
+  FIXP_DBL sfbDistLdData[MAX_GROUPED_SFB];
+  C_ALLOC_SCRATCH_START(quantSpecTmp, SHORT, (1024));
+  INT minSfMaxQuant[MAX_GROUPED_SFB];
+
+  FIXP_DBL threshConstLdData=FL2FXCONST_DBL(0.04304511722f); /* log10(6.75)/log10(2.0)/64.0 */
+  FIXP_DBL convConst=FL2FXCONST_DBL(0.30102999566f); /* log10(2.0) */
+  FIXP_DBL c1Const=FL2FXCONST_DBL(-0.27083183594f); /* C1 = -69.33295 => C1/2^8 */
+
+
+
+  if (invQuant>0) {
+    FDKmemclear(quantSpec, (1024)*sizeof(SHORT));
+  }
+
+  /* scfs without energy or with thresh>energy are marked with FDK_INT_MIN */
+  for(i=0; i<psyOutChannel->sfbCnt; i++) {
+    scf[i] = FDK_INT_MIN;
+  }
+
+  for (i=0; i<MAX_GROUPED_SFB; i++) {
+    minSfMaxQuant[i] = FDK_INT_MIN;
+  }
+
+  for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+    for(sfb=0; sfb<psyOutChannel->maxSfbPerGroup; sfb++) {
+
+      threshLdData = qcOutChannel->sfbThresholdLdData[sfbOffs+sfb];
+      energyLdData = qcOutChannel->sfbEnergyLdData[sfbOffs+sfb];
+
+      sfbDistLdData[sfbOffs+sfb] = energyLdData;
+
+
+      if (energyLdData > threshLdData) {
+        FIXP_DBL tmp;
+
+        /* energyPart = (float)log10(sfbFormFactor[sfbOffs+sfb]); */
+        /* 0.09375f = log(64.0)/log(2.0)/64.0 = scale of sfbFormFactorLdData */
+        energyPartLdData = sfbFormFactorLdData[sfbOffs+sfb] + FL2FXCONST_DBL(0.09375f);
+
+        /* influence of allowed distortion */
+        /* thresholdPart = (float)log10(6.75*thresh+FLT_MIN); */
+        thresholdPartLdData = threshConstLdData + threshLdData;
+
+        /* scf calc */
+        /* scfFloat = 8.8585f * (thresholdPart - energyPart); */
+        scfFract = thresholdPartLdData - energyPartLdData;
+        /* conversion from log2 to log10 */
+        scfFract = fMult(convConst,scfFract);
+        /* (8.8585f * scfFract)/8 = 8/8 * scfFract + 0.8585 * scfFract/8 */
+        scfFract = scfFract + fMult(FL2FXCONST_DBL(0.8585f),scfFract >> 3);
+
+        /* integer scalefactor */
+        /* scfInt = (int)floor(scfFloat); */
+        scfInt = (INT)(scfFract>>((DFRACT_BITS-1)-3-LD_DATA_SHIFT)); /* 3 bits => scfFract/8.0; 6 bits => ld64 */
+
+        /* maximum of spectrum */
+        maxSpec = FL2FXCONST_DBL(0.0f);
+
+        for(j=psyOutChannel->sfbOffsets[sfbOffs+sfb]; j<psyOutChannel->sfbOffsets[sfbOffs+sfb+1]; j++ ){
+          absSpec = fixp_abs(qcOutChannel->mdctSpectrum[j]);
+          maxSpec = (absSpec > maxSpec) ? absSpec : maxSpec;
+        }
+
+        /* lower scf limit to avoid quantized values bigger than MAX_QUANT */
+        /* C1 = -69.33295f, C2 = 5.77078f = 4/log(2) */
+        /* minSfMaxQuant[sfbOffs+sfb] = (int)ceil(C1 + C2*log(maxSpec)); */
+        /* C1/2^8 + 4/log(2.0)*log(maxSpec)/2^8  => C1/2^8 + log(maxSpec)/log(2.0)*4/2^8 => C1/2^8 + log(maxSpec)/log(2.0)/64.0 */
+
+        //minSfMaxQuant[sfbOffs+sfb] = ((INT) ((c1Const + CalcLdData(maxSpec)) >> ((DFRACT_BITS-1)-8))) + 1;
+        tmp = CalcLdData(maxSpec);
+        if (c1Const>FL2FXCONST_DBL(-1.f)-tmp) {
+          minSfMaxQuant[sfbOffs+sfb] = ((INT) ((c1Const + tmp) >> ((DFRACT_BITS-1)-8))) + 1;
+        }
+        else {
+          minSfMaxQuant[sfbOffs+sfb] = ((INT) (FL2FXCONST_DBL(-1.f) >> ((DFRACT_BITS-1)-8))) + 1;
+        }
+
+        scfInt = fixMax(scfInt, minSfMaxQuant[sfbOffs+sfb]);
+
+
+        /* find better scalefactor with analysis by synthesis */
+        if (invQuant>0) {
+          scfInt = FDKaacEnc_improveScf(qcOutChannel->mdctSpectrum+psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                              quantSpec+psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                              quantSpecTmp+psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                              psyOutChannel->sfbOffsets[sfbOffs+sfb+1]-psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                              threshLdData, scfInt, minSfMaxQuant[sfbOffs+sfb],
+                              &sfbDistLdData[sfbOffs+sfb], &minScfCalculated[sfbOffs+sfb]
+                              );
+        }
+        scf[sfbOffs+sfb] = scfInt;
+      }
+    }
+  }
+
+
+  if (invQuant>1) {
+    /* try to decrease scf differences */
+    FIXP_DBL sfbConstPePart[MAX_GROUPED_SFB];
+    FIXP_DBL sfbNRelevantLines[MAX_GROUPED_SFB];
+
+    for (i=0; i<psyOutChannel->sfbCnt; i++)
+      sfbConstPePart[i] = (FIXP_DBL)FDK_INT_MIN;
+
+    FDKaacEnc_calcSfbRelevantLines( sfbFormFactorLdData,
+                          qcOutChannel->sfbEnergyLdData,
+                          qcOutChannel->sfbThresholdLdData,
+                          psyOutChannel->sfbOffsets,
+                          psyOutChannel->sfbCnt,
+                          psyOutChannel->sfbPerGroup,
+                          psyOutChannel->maxSfbPerGroup,
+                          sfbNRelevantLines);
+
+
+    FDKaacEnc_assimilateSingleScf(psyOutChannel, qcOutChannel, quantSpec, quantSpecTmp, scf,
+                        minSfMaxQuant, sfbDistLdData, sfbConstPePart,
+                        sfbFormFactorLdData, sfbNRelevantLines, minScfCalculated, 1);
+
+
+    FDKaacEnc_assimilateMultipleScf(psyOutChannel, qcOutChannel, quantSpec, quantSpecTmp, scf,
+                          minSfMaxQuant, sfbDistLdData, sfbConstPePart,
+                          sfbFormFactorLdData, sfbNRelevantLines);
+
+
+    FDKaacEnc_FDKaacEnc_assimilateMultipleScf2(psyOutChannel, qcOutChannel, quantSpec, quantSpecTmp, scf,
+                           minSfMaxQuant, sfbDistLdData, sfbConstPePart,
+                           sfbFormFactorLdData, sfbNRelevantLines);
+
+  }
+
+
+  /* get min scalefac */
+  minSf = FDK_INT_MAX;
+  for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+    for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) {
+      if (scf[sfbOffs+sfb]!=FDK_INT_MIN)
+        minSf = fixMin(minSf,scf[sfbOffs+sfb]);
+    }
+  }
+
+  /* limit scf delta */
+  for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+    for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) {
+      if ((scf[sfbOffs+sfb] != FDK_INT_MIN) && (minSf+MAX_SCF_DELTA) < scf[sfbOffs+sfb]) {
+        scf[sfbOffs+sfb] = minSf + MAX_SCF_DELTA;
+        if (invQuant > 0) { /* changed bands need to be quantized again */
+          sfbDistLdData[sfbOffs+sfb] =
+               FDKaacEnc_calcSfbDist(qcOutChannel->mdctSpectrum+psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                                     quantSpec+psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                                     psyOutChannel->sfbOffsets[sfbOffs+sfb+1]-psyOutChannel->sfbOffsets[sfbOffs+sfb],
+                                     scf[sfbOffs+sfb]
+                                     );
+        }
+      }
+    }
+  }
+
+
+  /* get max scalefac for global gain */
+  maxSf = FDK_INT_MIN;
+  for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+    for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) {
+      maxSf = fixMax(maxSf,scf[sfbOffs+sfb]);
+    }
+  }
+
+  /* calc loop scalefactors, if spec is not all zero (i.e. maxSf == -99) */
+  if( maxSf > FDK_INT_MIN ) {
+    *globalGain = maxSf;
+    for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+      for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) {
+        if( scf[sfbOffs+sfb] == FDK_INT_MIN ) {
+          scf[sfbOffs+sfb] = 0;
+          /* set band explicitely to zero */
+          for(j=psyOutChannel->sfbOffsets[sfbOffs+sfb]; j<psyOutChannel->sfbOffsets[sfbOffs+sfb+1]; j++ ) {
+            qcOutChannel->mdctSpectrum[j] = FL2FXCONST_DBL(0.0f);
+          }
+        }
+        else {
+          scf[sfbOffs+sfb] = maxSf - scf[sfbOffs+sfb];
+        }
+      }
+    }
+  }
+  else{
+    *globalGain = 0;
+    /* set spectrum explicitely to zero */
+    for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) {
+      for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) {
+        scf[sfbOffs+sfb] = 0;
+        /* set band explicitely to zero */
+        for(j=psyOutChannel->sfbOffsets[sfbOffs+sfb]; j<psyOutChannel->sfbOffsets[sfbOffs+sfb+1]; j++ ) {
+          qcOutChannel->mdctSpectrum[j] = FL2FXCONST_DBL(0.0f);
+        }
+      }
+    }
+  }
+
+  /* free quantSpecTmp from scratch */
+  C_ALLOC_SCRATCH_END(quantSpecTmp, SHORT, (1024));
+
+
+}
+
+void
+FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[],
+                     QC_OUT_CHANNEL* qcOutChannel[],
+                     const int invQuant,
+                     const int nChannels)
+{
+  int ch;
+
+  for (ch = 0; ch < nChannels; ch++)
+  {
+      FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel(qcOutChannel[ch],
+                                  psyOutChannel[ch],
+                                  qcOutChannel[ch]->scf,
+                                  &qcOutChannel[ch]->globalGain,
+                                  qcOutChannel[ch]->sfbFormFactorLdData
+                                  ,invQuant,
+                                  qcOutChannel[ch]->quantSpec
+                                  );
+  }
+
+}
+
diff --git a/libAACenc/src/sf_estim.h b/libAACenc/src/sf_estim.h
new file mode 100644 (file)
index 0000000..b5ac000
--- /dev/null
@@ -0,0 +1,117 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: Scale factor estimation
+
+******************************************************************************/
+
+#ifndef _SF_ESTIM_H
+#define _SF_ESTIM_H
+
+#include "common_fix.h"
+
+
+#include "psy_const.h"
+#include "qc_data.h"
+#include "interface.h"
+
+#define FORM_FAC_SHIFT  6
+
+
+void
+FDKaacEnc_CalcFormFactor(QC_OUT_CHANNEL   *qcOutChannel[(2)],
+               PSY_OUT_CHANNEL  *psyOutChannel[(2)],
+               const INT        nChannels);
+
+void
+FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[],
+                     QC_OUT_CHANNEL* qcOutChannel[],
+                     const int invQuant,
+                     const int nChannels);
+
+
+
+#endif
diff --git a/libAACenc/src/spreading.cpp b/libAACenc/src/spreading.cpp
new file mode 100644 (file)
index 0000000..852da1e
--- /dev/null
@@ -0,0 +1,114 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Spreading of energy
+
+******************************************************************************/
+
+#include "spreading.h"
+
+void FDKaacEnc_SpreadingMax(const INT       pbCnt,
+                            const FIXP_DBL  *RESTRICT maskLowFactor,
+                            const FIXP_DBL  *RESTRICT maskHighFactor,
+                            FIXP_DBL        *RESTRICT pbSpreadEnergy)
+{
+   int i;
+   FIXP_DBL delay;
+
+   /* slope to higher frequencies */
+   delay = pbSpreadEnergy[0];
+   for (i=1; i<pbCnt; i++) {
+      delay = fixMax(pbSpreadEnergy[i], fMult(maskHighFactor[i], delay));
+      pbSpreadEnergy[i] = delay;
+   }
+
+   /* slope to lower frequencies */
+   delay = pbSpreadEnergy[pbCnt-1];
+   for (i=pbCnt-2; i>=0; i--) {
+      delay = fixMax(pbSpreadEnergy[i], fMult(maskLowFactor[i],delay));
+      pbSpreadEnergy[i] = delay;
+   }
+}
diff --git a/libAACenc/src/spreading.h b/libAACenc/src/spreading.h
new file mode 100644 (file)
index 0000000..e1b506c
--- /dev/null
@@ -0,0 +1,102 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M.Werner
+   contents/description: Spreading of energy and weighted tonality
+
+******************************************************************************/
+
+#ifndef _SPREADING_H
+#define _SPREADING_H
+
+#include "common_fix.h"
+
+
+void FDKaacEnc_SpreadingMax(const INT         pbCnt,
+                  const FIXP_DBL    *RESTRICT maskLowFactor,
+                  const FIXP_DBL    *RESTRICT maskHighFactor,
+                  FIXP_DBL          *RESTRICT pbSpreadEnergy);
+
+#endif /* #ifndef _SPREADING_H */
diff --git a/libAACenc/src/tns_func.h b/libAACenc/src/tns_func.h
new file mode 100644 (file)
index 0000000..6ee0edb
--- /dev/null
@@ -0,0 +1,144 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Goeschel
+   contents/description: Temporal noise shaping
+
+******************************************************************************/
+
+#ifndef _TNS_FUNC_H
+#define _TNS_FUNC_H
+
+#include "common_fix.h"
+
+#include "psy_configuration.h"
+
+AAC_ENCODER_ERROR FDKaacEnc_InitTnsConfiguration(INT bitrate,
+                         INT samplerate,
+                         INT channels,
+                         INT blocktype,
+                         INT granuleLength,
+                         INT ldSbrPresent,
+                         TNS_CONFIG *tnsConfig,
+                         PSY_CONFIGURATION *psyConfig,
+                         INT active,
+                         INT useTnsPeak );
+
+INT FDKaacEnc_TnsDetect(
+              TNS_DATA *tnsData,
+              const TNS_CONFIG *tC,
+              TNS_INFO* tnsInfo,
+              INT sfbCnt,
+              FIXP_DBL *spectrum,
+              INT subBlockNumber,
+              INT blockType
+              );
+
+
+
+void FDKaacEnc_TnsSync(
+             TNS_DATA *tnsDataDest,
+             const TNS_DATA *tnsDataSrc,
+             TNS_INFO *tnsInfoDest,
+             TNS_INFO *tnsInfoSrc,
+             const INT blockTypeDest,
+             const INT blockTypeSrc,
+             const TNS_CONFIG *tC
+             );
+
+INT FDKaacEnc_TnsEncode(
+              TNS_INFO* tnsInfo,
+              TNS_DATA* tnsData,
+              const INT numOfSfb,
+              const TNS_CONFIG *tC,
+              const INT lowPassLine,
+              FIXP_DBL* spectrum,
+              const INT subBlockNumber,
+              const INT blockType
+              );
+
+
+
+#endif /* _TNS_FUNC_H */
diff --git a/libAACenc/src/tonality.cpp b/libAACenc/src/tonality.cpp
new file mode 100644 (file)
index 0000000..7246a34
--- /dev/null
@@ -0,0 +1,204 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   author:   M. Werner
+   contents/description: Convert chaos measure to the tonality index
+
+******************************************************************************/
+
+#include "tonality.h"
+#include "chaosmeasure.h"
+
+static const FIXP_DBL normlog = (FIXP_DBL)0xd977d949; /*FL2FXCONST_DBL(-0.4342944819f * FDKlog(2.0)/FDKlog(2.7182818)); */
+
+static void FDKaacEnc_CalcSfbTonality(FIXP_DBL      *RESTRICT spectrum,
+                                                       INT           *RESTRICT sfbMaxScaleSpec,
+                            FIXP_DBL      *RESTRICT chaosMeasure,
+                            FIXP_SGL      *RESTRICT sfbTonality,
+                            INT           sfbCnt,
+                            const INT     *RESTRICT sfbOffset,
+                            FIXP_DBL      *RESTRICT sfbEnergyLD64 );
+
+
+void FDKaacEnc_CalculateFullTonality(FIXP_DBL      *RESTRICT spectrum,
+                                                            INT           *RESTRICT sfbMaxScaleSpec,
+                                     FIXP_DBL      *RESTRICT sfbEnergyLD64,
+                                     FIXP_SGL      *RESTRICT sfbTonality,
+                                     INT            sfbCnt,
+                                     const INT     *sfbOffset,
+                                     INT            usePns)
+{
+  INT j;
+#if defined(ARCH_PREFER_MULT_32x16)
+  FIXP_SGL alpha_0 = FL2FXCONST_SGL(0.25f);       /* used in smooth ChaosMeasure */
+  FIXP_SGL alpha_1 = FL2FXCONST_SGL(1.0f-0.25f);  /* used in smooth ChaosMeasure */
+#else
+  FIXP_DBL alpha_0 = FL2FXCONST_DBL(0.25f);       /* used in smooth ChaosMeasure */
+  FIXP_DBL alpha_1 = FL2FXCONST_DBL(1.0f-0.25f);  /* used in smooth ChaosMeasure */
+#endif
+  INT numberOfLines = sfbOffset[sfbCnt];
+
+  if (!usePns)
+    return;
+
+  C_ALLOC_SCRATCH_START(chaosMeasurePerLine, FIXP_DBL, (1024));
+  /* calculate chaos measure */
+  FDKaacEnc_CalculateChaosMeasure(spectrum,
+                        numberOfLines,
+                        chaosMeasurePerLine);
+
+  /* smooth ChaosMeasure */
+  for (j=1;j<numberOfLines;j++) {
+    FIXP_DBL tmp = fMultDiv2(alpha_1, chaosMeasurePerLine[j]);
+    chaosMeasurePerLine[j] = fMultAdd(tmp, alpha_0, chaosMeasurePerLine[j-1]);
+  }
+
+  FDKaacEnc_CalcSfbTonality(spectrum,
+                  sfbMaxScaleSpec,
+                  chaosMeasurePerLine,
+                  sfbTonality,
+                  sfbCnt,
+                  sfbOffset,
+                  sfbEnergyLD64);
+
+  C_ALLOC_SCRATCH_END(chaosMeasurePerLine, FIXP_DBL, (1024));
+}
+
+
+/*****************************************************************************
+
+    functionname: CalculateTonalityIndex
+    description:  computes tonality values out of unpredictability values
+                  limits range and computes log()
+    returns:
+    input:        ptr to energies, ptr to chaos measure values,
+                  number of sfb
+    output:       sfb wise tonality values
+
+*****************************************************************************/
+static void FDKaacEnc_CalcSfbTonality(FIXP_DBL      *RESTRICT spectrum,
+                            INT           *RESTRICT sfbMaxScaleSpec,
+                            FIXP_DBL      *RESTRICT chaosMeasure,
+                            FIXP_SGL      *RESTRICT sfbTonality,
+                            INT           sfbCnt,
+                            const INT     *RESTRICT sfbOffset,
+                            FIXP_DBL      *RESTRICT sfbEnergyLD64 )
+{
+    INT i, j;
+
+    for (i=0; i<sfbCnt; i++) {
+      FIXP_DBL chaosMeasureSfbLD64;
+      INT shiftBits = fixMax(0,sfbMaxScaleSpec[i] - 4);  /* max sfbWidth = 96 ; 2^7=128 => 7/2 = 4 (spc*spc) */
+
+      FIXP_DBL chaosMeasureSfb = FL2FXCONST_DBL(0.0);
+
+      /* calc chaosMeasurePerSfb */
+      for (j=(sfbOffset[i+1]-sfbOffset[i])-1; j>=0; j--) {
+        FIXP_DBL tmp = (*spectrum++)<<shiftBits;
+        FIXP_DBL lineNrg = fMultDiv2(tmp, tmp);
+        chaosMeasureSfb = fMultAddDiv2(chaosMeasureSfb, lineNrg, *chaosMeasure++);
+      }
+
+      /* calc tonalityPerSfb */
+      if (chaosMeasureSfb != FL2FXCONST_DBL(0.0))
+      {
+        /* add ld(convtone)/64 and 2/64 bec.fMultDiv2 */
+        chaosMeasureSfbLD64 = CalcLdData((chaosMeasureSfb)) - sfbEnergyLD64[i];
+        chaosMeasureSfbLD64 += FL2FXCONST_DBL(3.0f/64) - ((FIXP_DBL)(shiftBits)<<(DFRACT_BITS-6));
+
+        if (chaosMeasureSfbLD64 > FL2FXCONST_DBL(-0.0519051) )     /* > ld(0.05)+ld(2) */
+        {
+          if (chaosMeasureSfbLD64 <= FL2FXCONST_DBL(0.0) )
+                   sfbTonality[i] = FX_DBL2FX_SGL(fMultDiv2( chaosMeasureSfbLD64 , normlog ) << 7);
+          else
+            sfbTonality[i] = FL2FXCONST_SGL(0.0);
+        }
+        else
+          sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL;
+      }
+      else
+        sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL;
+    }
+}
diff --git a/libAACenc/src/tonality.h b/libAACenc/src/tonality.h
new file mode 100644 (file)
index 0000000..fbe78ee
--- /dev/null
@@ -0,0 +1,108 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   author:   M. Lohwasser
+   contents/description: Calculate tonality index
+
+******************************************************************************/
+
+#ifndef __TONALITY_H
+#define __TONALITY_H
+
+#include "common_fix.h"
+
+
+#include "chaosmeasure.h"
+
+
+void FDKaacEnc_CalculateFullTonality( FIXP_DBL      *RESTRICT spectrum,
+                            INT           *RESTRICT sfbMaxScaleSpec,
+                            FIXP_DBL      *RESTRICT sfbEnergyLD64,
+                            FIXP_SGL      *RESTRICT sfbTonality,
+                            INT           sfbCnt,
+                            const INT     *sfbOffset,
+                            INT           usePns);
+
+#endif
diff --git a/libAACenc/src/transform.cpp b/libAACenc/src/transform.cpp
new file mode 100644 (file)
index 0000000..690b82e
--- /dev/null
@@ -0,0 +1,264 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************************************************************
+
+   Description: FDKaacLdEnc_MdctTransform480:
+                The module FDKaacLdEnc_MdctTransform will perform the MDCT.
+                The MDCT supports the sine window and
+                the zero padded window. The algorithm of the MDCT
+                can be divided in  Windowing, PreModulation, Fft and
+                PostModulation.
+
+******************************************************************************/
+
+#include "transform.h"
+
+#include "dct.h"
+#include "psy_const.h"
+#include "aacEnc_rom.h"
+#include "FDK_tools_rom.h"
+
+INT FDKaacEnc_Transform_Real (const INT_PCM * pTimeData,
+                              FIXP_DBL *RESTRICT mdctData,
+                              const INT blockType,
+                              const INT windowShape,
+                              INT *prevWindowShape,
+                              const INT frameLength,
+                              INT *mdctData_e,
+                              INT filterType
+                             ,FIXP_DBL * RESTRICT overlapAddBuffer
+                             )
+{
+  const INT_PCM * RESTRICT timeData;
+
+  INT i;
+  /* tl: transform length
+     fl: left window slope length
+     nl: left window slope offset
+     fr: right window slope length
+     nr: right window slope offset
+     See FDK_tools/doc/intern/mdct.tex for more detail. */
+  int tl, fl, nl, fr, nr;
+
+  const FIXP_WTP * RESTRICT pLeftWindowPart;
+  const FIXP_WTP * RESTRICT pRightWindowPart;
+
+  /*
+   * MDCT scale:
+   * + 1: fMultDiv2() in windowing.
+   * + 1: Because of factor 1/2 in Princen-Bradley compliant windowed TDAC.
+   */
+  *mdctData_e = 1+1;
+
+  tl = frameLength;
+  timeData = pTimeData;
+
+  switch( blockType ) {
+    case LONG_WINDOW:
+      {
+        int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0;
+        fl = frameLength - offset;
+        fr = frameLength - offset;
+      }
+      break;
+    case STOP_WINDOW:
+      fl = frameLength >> 3;
+      fr = frameLength;
+      break;
+    case START_WINDOW: /* or StopStartSequence */
+      fl = frameLength;
+      fr = frameLength >> 3;
+      break;
+    case SHORT_WINDOW:
+      fl = fr = frameLength >> 3;
+      tl >>= 3;
+      timeData = pTimeData + 3*fl + (fl/2);
+      break;
+    default:
+      FDK_ASSERT(0);
+      return -1;
+      break;
+  }
+
+  /* Taken from FDK_tools/src/mdct.cpp Derive NR and NL */
+  nr = (tl - fr)>>1;
+  nl = (tl - fl)>>1;
+
+  pLeftWindowPart = FDKgetWindowSlope(fl, *prevWindowShape);
+  pRightWindowPart = FDKgetWindowSlope(fr, windowShape);
+
+  /* windowing */
+  if (filterType != FB_ELD)
+  {
+    /* Left window slope offset */
+    for (i=0; i<nl ; i++)
+    {
+#if SAMPLE_BITS == DFRACT_BITS   /* SPC_BITS and DFRACT_BITS should be equal. */
+      mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] >> ( 1 );
+#else
+      mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] << (DFRACT_BITS - SAMPLE_BITS - 1);
+#endif
+    }
+    /* Left window slope */
+    for (i=0; i<fl/2; i++)
+    {
+      FIXP_DBL tmp0;
+      tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im);
+      mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re);
+    }
+
+    /* Right window slope offset */
+    for(i=0; i<nr; i++)
+    {
+#if SAMPLE_BITS == DFRACT_BITS    /* This should be SPC_BITS instead of DFRACT_BITS. */
+      mdctData[(tl/2)-1-i] = - (FIXP_DBL) timeData[tl+i] >> (1);
+#else
+      mdctData[(tl/2)-1-i] = - (FIXP_DBL) timeData[tl+i] << (DFRACT_BITS - SAMPLE_BITS - 1);
+#endif
+    }
+    /* Right window slope */
+    for (i=0; i<fr/2; i++)
+    {
+      FIXP_DBL tmp1;
+      tmp1 = fMultDiv2((FIXP_PCM)timeData[tl+nr+i], pRightWindowPart[i].v.re);
+      mdctData[(tl/2)-nr-i-1] = -fMultAddDiv2(tmp1, (FIXP_PCM)timeData[(tl*2)-nr-i-1], pRightWindowPart[i].v.im);
+    }
+  }
+
+  if (filterType == FB_ELD)
+  {
+    const FIXP_WTB *pWindowELD=NULL;
+    int i, N = frameLength, L = frameLength;
+
+    if (frameLength == 512) {
+      pWindowELD = ELDAnalysis512;
+    } else {
+      pWindowELD = ELDAnalysis480;
+    }
+
+    for(i=0;i<N/4;i++)
+    {
+      FIXP_DBL z0, outval;
+
+      z0 = (fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i])<< (WTS0-1)) + (fMult((FIXP_PCM)timeData[L+N*3/4+i], pWindowELD[N/2+i])<< (WTS0-1));
+
+      outval  = (fMultDiv2((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N+N/2-1-i]) >> (-WTS1));
+      outval += (fMultDiv2((FIXP_PCM)timeData[L+N*3/4+i], pWindowELD[N+N/2+i]) >> (-WTS1) );
+      outval += (fMultDiv2(overlapAddBuffer[N/2+i], pWindowELD[2*N+i])>> (-WTS2-1));
+
+      overlapAddBuffer[N/2+i] = overlapAddBuffer[i];
+
+      overlapAddBuffer[i] = z0;
+      mdctData[i] = overlapAddBuffer[N/2+i] + (fMultDiv2(overlapAddBuffer[N+N/2-1-i], pWindowELD[2*N+N/2+i]) >> (-WTS2-1));
+
+      mdctData[N-1-i] = outval;
+      overlapAddBuffer[N+N/2-1-i] = outval;
+    }
+
+    for(i=N/4;i<N/2;i++)
+    {
+      FIXP_DBL z0, outval;
+
+      z0 = fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i]) << (WTS0-1);
+
+      outval  = (fMultDiv2((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N+N/2-1-i]) >> (-WTS1)) ;
+      outval += (fMultDiv2(overlapAddBuffer[N/2+i], pWindowELD[2*N+i]) >> (-WTS2-1));
+
+      overlapAddBuffer[N/2+i] = overlapAddBuffer[i] + (fMult((FIXP_PCM)timeData[L-N/4+i], pWindowELD[N/2+i])<< (WTS0-1) );
+
+      overlapAddBuffer[i] = z0;
+      mdctData[i] = overlapAddBuffer[N/2+i] + (fMultDiv2(overlapAddBuffer[N+N/2-1-i], pWindowELD[2*N+N/2+i]) >> (-WTS2-1));
+
+      mdctData[N-1-i] = outval;
+      overlapAddBuffer[N+N/2-1-i] = outval;
+    }
+  }
+
+  dct_IV(mdctData, tl, mdctData_e);
+
+  *prevWindowShape = windowShape;
+
+  return 0;
+}
+
diff --git a/libAACenc/src/transform.h b/libAACenc/src/transform.h
new file mode 100644 (file)
index 0000000..5053174
--- /dev/null
@@ -0,0 +1,123 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       M. Werner
+   contents/description: MDCT Transform
+
+******************************************************************************/
+
+#ifndef _TRANSFORM_H
+#define _TRANSFORM_H
+
+#include "common_fix.h"
+
+#define WTS0 1
+#define WTS1 0
+#define WTS2 -2
+
+/**
+ * \brief: Performe MDCT transform of time domain data.
+ * \param timeData pointer to time domain input signal.
+ * \param mdctData pointer to store frequency domain output data.
+ * \param blockType index indicating the type of block. Either
+ *        LONG_WINDOW, START_WINDOW, SHORT_WINDOW or STOP_WINDOW.
+ * \param windowShape index indicating the window slope type to be used.
+ *        Values allowed are either SINE_WINDOW or KBD_WINDOW.
+ * \param frameLength length of the block.
+ * \param mdctData_e pointer to an INT where the exponent of the frequency
+ *        domain output data is stored into.
+ * \return 0 in case of success, non-zero in case of error (inconsistent parameters).
+ */
+INT FDKaacEnc_Transform_Real (const INT_PCM *timeData,
+                              FIXP_DBL *RESTRICT mdctData,
+                              const INT blockType,
+                              const INT windowShape,
+                              INT *prevWindowShape,
+                              const INT frameLength,
+                              INT *mdctData_e,
+                              INT filterType
+                             ,FIXP_DBL * RESTRICT overlapAddBuffer
+                             );
+#endif
diff --git a/libFDK/include/FDK_archdef.h b/libFDK/include/FDK_archdef.h
new file mode 100644 (file)
index 0000000..da63aee
--- /dev/null
@@ -0,0 +1,245 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#ifndef __ARCH_H__
+#define __ARCH_H__
+
+/* Performance / Quality profile selector */
+  #define FDK_HIGH_PERFORMANCE
+
+/* Unify some few toolchain specific defines to avoid having large "or" macro contraptions all over the source code. */
+
+/* Take action against VisualStudio 2005 crosscompile problems. */
+
+/* Use single macro (the GCC built in macro) for architecture identification independent of the particular toolchain */
+#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || (defined(_MSC_VER) && defined(_M_IX86)) || defined (__x86_64__)
+#define __x86__
+#endif
+
+#if (defined(_M_ARM) || defined(__CC_ARM)) && !defined(__arm__) || defined(__TI_TMS470_V5__) && !defined(__arm__)
+#define __arm__
+#endif
+
+
+
+/* Define __ARM_ARCH_5TE__ if armv5te features are supported  */
+#if (__TARGET_ARCH_ARM == 5) || defined(__TARGET_FEATURE_DSPMUL) || (_M_ARM == 5) || defined(__ARM_ARCH_5TEJ__) || defined(__TI_TMS470_V5__) || defined(__ARM_ARCH_7EM__)
+#define __ARM_ARCH_5TE__
+#endif
+
+/* Define __ARM_ARCH_6__ if the armv6 intructions are being supported. */
+#if (__TARGET_ARCH_ARM == 6) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6ZK__)
+#define __ARM_ARCH_5TE__
+#define __ARM_ARCH_6__
+#endif
+
+/* Define __ARM_ARCH_7_A__ if the armv7 intructions are being supported. */
+#if defined(__TARGET_ARCH_7_R) || defined(__ARM_ARCH_7R__)
+#define __ARM_ARCH_5TE__
+#define __ARM_ARCH_6__
+#define __ARM_ARCH_7_R__
+#endif
+
+/* Define __ARM_ARCH_7_A__ if the armv7 intructions are being supported. */
+#if defined(__TARGET_ARCH_7_A) || defined(__ARM_ARCH_7A__)
+#define __ARM_ARCH_5TE__
+#define __ARM_ARCH_6__
+#define __ARM_ARCH_7_A__
+#endif
+
+/* Define __ARM_ARCH_7M__ if the ARMv7-M instructions are being supported, e.g. Cortex-M3. */
+#if defined(__TARGET_ARCH_7_M) || defined(__ARM_ARCH_7_M__)
+#define __ARM_ARCH_7M__
+#endif
+
+/* Define __ARM_ARCH_7EM__ if the ARMv7-ME instructions are being supported, e.g. Cortex-M4. */
+#if defined(__TARGET_ARCH_7E_M) || defined(__ARM_ARCH_7E_M__)
+#define __ARM_ARCH_7EM__
+#endif
+
+/* Detect and unify macros for neon feature. */
+#if defined(__TARGET_FEATURE_NEON) && !defined(__ARM_NEON__)
+#define __ARM_NEON__
+#endif
+
+#ifdef _M_ARM
+#include "cmnintrin.h"
+#include "armintr.h"
+#endif
+
+
+/* Define preferred Multiplication type */
+#if defined(FDK_HIGH_PERFORMANCE) && !defined(FDK_HIGH_QUALITY) /* FDK_HIGH_PERFORMANCE */
+
+#if defined(__mips__) || defined(__powerpc__) || defined(__sh__)
+#define ARCH_PREFER_MULT_16x16
+#undef SINETABLE_16BIT
+#undef POW2COEFF_16BIT
+#undef LDCOEFF_16BIT
+#undef WINDOWTABLE_16BIT
+
+#elif defined(__arm__) && defined(__ARM_ARCH_5TE__)    /* cppp replaced: elif */       /* cppp replaced: elif */
+#define ARCH_PREFER_MULT_32x16
+#define SINETABLE_16BIT
+#define POW2COEFF_16BIT
+#define LDCOEFF_16BIT
+#define WINDOWTABLE_16BIT
+
+#elif defined(__arm__) && defined(__ARM_ARCH_7M__)
+#define ARCH_PREFER_MULT_32x16
+#define SINETABLE_16BIT
+#define POW2COEFF_16BIT
+#define LDCOEFF_16BIT
+#define WINDOWTABLE_16BIT
+
+#elif defined(__arm__) && defined(__ARM_ARCH_7EM__)
+#define ARCH_PREFER_MULT_32x32
+#define ARCH_PREFER_MULT_32x16
+#define SINETABLE_16BIT
+#define POW2COEFF_16BIT
+#define LDCOEFF_16BIT
+#define WINDOWTABLE_16BIT
+
+#elif defined(__arm__) && !defined(__ARM_ARCH_5TE__)
+#define ARCH_PREFER_MULT_16x16
+#undef SINETABLE_16BIT
+#undef WINDOWTABLE_16BIT
+#undef POW2COEFF_16BIT
+#undef LDCOEFF_16BIT
+
+#elif defined(__x86__) /* cppp replaced: elif */
+#define ARCH_PREFER_MULT_32x16
+#define SINETABLE_16BIT
+#define WINDOWTABLE_16BIT
+#define POW2COEFF_16BIT
+#define LDCOEFF_16BIT
+
+#else
+
+  #error  >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<<
+
+#endif /* Architecture switches */
+
+#else /* neither FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE */
+
+#error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
+
+#endif /* End of quality/complexity tradeoff */
+
+#define FDKTOOLS_PACKED_TABLES
+
+
+#ifdef SINETABLE_16BIT
+  #define FIXP_STB FIXP_SGL     /* STB sinus Tab used in transformation */
+  #define FIXP_STP FIXP_SPK
+  #define STC(a) (FX_DBL2FXCONST_SGL(a))
+#else
+  #define FIXP_STB FIXP_DBL
+  #define FIXP_STP FIXP_DPK
+  #define STC(a) ((FIXP_DBL)(LONG)(a))
+#endif /* defined(SINETABLE_16BIT) */
+
+#define STCP(cos,sin) { { STC(cos), STC(sin) } }
+
+
+#ifdef WINDOWTABLE_16BIT
+  #define FIXP_WTB FIXP_SGL /* single FIXP_SGL values */
+  #define FIXP_WTP FIXP_SPK /* packed FIXP_SGL values */
+  #define WTC(a) FX_DBL2FXCONST_SGL(a)
+#else /* SINETABLE_16BIT */
+  #define FIXP_WTB FIXP_DBL
+  #define FIXP_WTP FIXP_DPK
+  #define WTC(a) (FIXP_DBL)(a)
+#endif /* SINETABLE_16BIT */
+
+#define WTCP(a,b) { { WTC(a), WTC(b) } }
+
+
+#endif /* __ARCH_H__ */
diff --git a/libFDK/include/FDK_bitbuffer.h b/libFDK/include/FDK_bitbuffer.h
new file mode 100644 (file)
index 0000000..65fa04b
--- /dev/null
@@ -0,0 +1,166 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: common bitbuffer read/write routines
+
+******************************************************************************/
+
+#ifndef __FDK_BITBUFFER_H__
+#define __FDK_BITBUFFER_H__
+
+
+
+#include "machine_type.h"
+
+typedef struct
+{
+  UINT ValidBits;
+  UINT ReadOffset;
+  UINT WriteOffset;
+  UINT BitCnt;
+  UINT BitNdx;
+
+  UCHAR *Buffer;
+  UINT   bufSize;
+  UINT   bufBits;
+} FDK_BITBUF;
+
+typedef FDK_BITBUF *HANDLE_FDK_BITBUF;
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern const UINT BitMask [32+1];
+
+/**  The BitBuffer Functions are called straight from FDK_bitstream Interface.
+     For Functions functional survey look there.
+*/
+
+void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuffer, UCHAR *pBuffer, UINT bufSize) ;
+
+void FDK_InitBitBuffer   (HANDLE_FDK_BITBUF hBitBuffer, UCHAR *pBuffer,
+                          UINT bufSize, UINT validBits) ;
+
+void FDK_ResetBitBuffer  (HANDLE_FDK_BITBUF hBitBuffer) ;
+
+void FDK_DeleteBitBuffer (HANDLE_FDK_BITBUF hBitBuffer) ;
+
+INT  FDK_get             (HANDLE_FDK_BITBUF hBitBuffer, const UINT numberOfBits) ;
+
+INT  FDK_get32           (HANDLE_FDK_BITBUF hBitBuffer) ;
+
+void FDK_put             (HANDLE_FDK_BITBUF hBitBuffer, UINT value, const UINT numberOfBits) ;
+
+INT  FDK_getBwd          (HANDLE_FDK_BITBUF hBitBuffer, const UINT numberOfBits);
+void FDK_putBwd          (HANDLE_FDK_BITBUF hBitBuffer, UINT value, const UINT numberOfBits) ;
+
+void FDK_pushBack        (HANDLE_FDK_BITBUF hBitBuffer, const UINT numberOfBits, UCHAR config) ;
+void FDK_pushForward     (HANDLE_FDK_BITBUF hBitBuffer, const UINT numberOfBits, UCHAR config) ;
+
+void FDK_byteAlign       (HANDLE_FDK_BITBUF hBitBuffer, UCHAR config) ;
+
+UINT FDK_getValidBits    (HANDLE_FDK_BITBUF hBitBuffer) ;
+INT  FDK_getFreeBits     (HANDLE_FDK_BITBUF hBitBuffer) ;
+
+void FDK_setBitCnt       (HANDLE_FDK_BITBUF hBitBuffer, const UINT value) ;
+INT  FDK_getBitCnt       (HANDLE_FDK_BITBUF hBitBuffer) ;
+
+void FDK_Feed            (HANDLE_FDK_BITBUF hBitBuffer, UCHAR inputBuffer [],
+                          const UINT bufferSize, UINT *bytesValid) ;
+
+void FDK_Copy            (HANDLE_FDK_BITBUF hBitBufDst, HANDLE_FDK_BITBUF hBitBufSrc, UINT *bytesValid) ;
+
+void FDK_Fetch           (HANDLE_FDK_BITBUF hBitBuffer, UCHAR outBuf[], UINT *writeBytes);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif
diff --git a/libFDK/include/FDK_bitstream.h b/libFDK/include/FDK_bitstream.h
new file mode 100644 (file)
index 0000000..fc8d7de
--- /dev/null
@@ -0,0 +1,618 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: bitstream interface to bitbuffer routines
+
+******************************************************************************/
+
+#ifndef __FDK_BITSTREAM_H__
+#define __FDK_BITSTREAM_H__
+
+
+
+#include "FDK_bitbuffer.h"
+#include "machine_type.h"
+
+#include "genericStds.h"
+
+#define CACHE_BITS 32
+
+typedef enum {
+    BS_READER,
+    BS_WRITER
+} FDK_BS_CFG;
+
+
+typedef struct
+{
+  UINT       CacheWord ;
+  UINT       BitsInCache ;
+  FDK_BITBUF hBitBuf;
+  UINT       ConfigCache ;
+} FDK_BITSTREAM;
+
+typedef FDK_BITSTREAM* HANDLE_FDK_BITSTREAM;
+
+/**
+ * \brief CreateBitStream Function.
+ *
+ * Create and initialize bitstream with extern allocated buffer.
+ *
+ * \param pBuffer  Pointer to BitBuffer array.
+ * \param bufSize  Length of BitBuffer array. (awaits size 2^n)
+ * \param config   Initialize BitStream as Reader or Writer.
+ */
+FDK_INLINE
+HANDLE_FDK_BITSTREAM FDKcreateBitStream (UCHAR *pBuffer,
+                                      UINT bufSize,
+                                      FDK_BS_CFG config = BS_READER)
+{
+  HANDLE_FDK_BITSTREAM hBitStream = (HANDLE_FDK_BITSTREAM) FDKcalloc(1, sizeof(FDK_BITSTREAM));
+  FDK_InitBitBuffer(&hBitStream->hBitBuf, pBuffer, bufSize, 0) ;
+
+  /* init cache */
+  hBitStream->CacheWord = hBitStream->BitsInCache = 0 ;
+  hBitStream->ConfigCache = config ;
+
+  return hBitStream ;
+}
+
+
+/**
+ * \brief Initialize BistreamBuffer. BitBuffer can point to filled BitBuffer array .
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param pBuffer    Pointer to BitBuffer array.
+ * \param bufSize    Length of BitBuffer array. (awaits size 2^n)
+ * \param validBits  Number of valid BitBuffer filled Bits.
+ * \param config     Initialize BitStream as Reader or Writer.
+ * \return void
+ */
+FDK_INLINE
+void FDKinitBitStream (HANDLE_FDK_BITSTREAM hBitStream,
+                       UCHAR *pBuffer,
+                       UINT bufSize,
+                       UINT validBits,
+                       FDK_BS_CFG config = BS_READER)
+{
+  FDK_InitBitBuffer(&hBitStream->hBitBuf, pBuffer, bufSize, validBits) ;
+
+  /* init cache */
+  hBitStream->CacheWord = hBitStream->BitsInCache = 0 ;
+  hBitStream->ConfigCache = config ;
+}
+
+
+/**
+ * \brief ResetBitbuffer Function. Reset states in BitBuffer and Cache.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param config     Initialize BitStream as Reader or Writer.
+ * \return void
+ */
+FDK_INLINE void FDKresetBitbuffer( HANDLE_FDK_BITSTREAM hBitStream, FDK_BS_CFG config = BS_READER)
+{
+  FDK_ResetBitBuffer( &hBitStream->hBitBuf ) ;
+
+  /* init cache */
+  hBitStream->CacheWord = hBitStream->BitsInCache = 0 ;
+  hBitStream->ConfigCache = config ;
+}
+
+
+/** DeleteBitStream.
+
+    Deletes the in Create Bitstream allocated BitStream and BitBuffer.
+*/
+FDK_INLINE void FDKdeleteBitStream (HANDLE_FDK_BITSTREAM hBitStream)
+{
+  FDK_DeleteBitBuffer(&hBitStream->hBitBuf) ;
+  FDKfree(hBitStream) ;
+}
+
+
+/**
+ * \brief ReadBits Function (forward). This function returns a number of sequential
+ *        bits from the input bitstream.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param numberOfBits  The number of bits to be retrieved.
+ * \return the requested bits, right aligned
+ * \return
+ */
+#define OPTIMIZE_FDKREADBITS
+
+FDK_INLINE UINT FDKreadBits(HANDLE_FDK_BITSTREAM hBitStream,
+                        const UINT numberOfBits)
+{
+#ifdef noOPTIMIZE_FDKREADBITS
+  INT missingBits = numberOfBits - hBitStream->BitsInCache;
+  if (missingBits > 0)
+  {
+    UINT bits = hBitStream->CacheWord << missingBits;
+    hBitStream->CacheWord = FDK_get32 (&hBitStream->hBitBuf) ;
+    hBitStream->BitsInCache = CACHE_BITS - missingBits;
+    return ( bits | (hBitStream->CacheWord >> hBitStream->BitsInCache)) & BitMask[numberOfBits];
+  }
+
+  hBitStream->BitsInCache -= numberOfBits;
+  return ( hBitStream->CacheWord >> hBitStream->BitsInCache) & BitMask[numberOfBits];
+
+#else
+  const UINT validMask = BitMask [numberOfBits] ;
+
+  if (hBitStream->BitsInCache <= numberOfBits)
+  {
+    const INT freeBits = (CACHE_BITS-1) - hBitStream->BitsInCache ;
+
+    hBitStream->CacheWord = (hBitStream->CacheWord << freeBits) | FDK_get (&hBitStream->hBitBuf,freeBits) ;
+    hBitStream->BitsInCache += freeBits ;
+  }
+
+  hBitStream->BitsInCache -= numberOfBits ;
+
+  return (hBitStream->CacheWord >> hBitStream->BitsInCache) & validMask ;
+#endif
+}
+
+FDK_INLINE UINT FDKreadBit(HANDLE_FDK_BITSTREAM hBitStream)
+{
+#ifdef OPTIMIZE_FDKREADBITS
+  if (!hBitStream->BitsInCache)
+  {
+    hBitStream->CacheWord = FDK_get32 (&hBitStream->hBitBuf);
+    hBitStream->BitsInCache = CACHE_BITS;
+  }
+  hBitStream->BitsInCache--;
+
+  return (hBitStream->CacheWord >> hBitStream->BitsInCache) & 1;
+#else
+ return FDKreadBits(hBitStream,1);
+#endif
+}
+
+/**
+ * \brief Read2Bits Function (forward). This function 2 sequential
+ *        bits from the input bitstream. It is the optimized version
+          of FDKreadBits() for readign 2 bits.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return the requested bits, right aligned
+ * \return
+ */
+inline UINT FDKread2Bits(HANDLE_FDK_BITSTREAM hBitStream)
+{
+  UINT BitsInCache = hBitStream->BitsInCache;
+  if (BitsInCache < 2)  /* Comparison changed from 'less-equal' to 'less' */
+  {
+    const INT freeBits = (CACHE_BITS-1) - BitsInCache ;
+
+    hBitStream->CacheWord = (hBitStream->CacheWord << freeBits) | FDK_get (&hBitStream->hBitBuf,freeBits) ;
+    BitsInCache += freeBits;
+  }
+  hBitStream->BitsInCache = BitsInCache - 2;
+  return (hBitStream->CacheWord >> hBitStream->BitsInCache) & 0x3;
+}
+
+/**
+ * \brief ReadBits Function (backward). This function returns a number of sequential bits
+ *        from the input bitstream.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param numberOfBits  The number of bits to be retrieved.
+ * \return the requested bits, right aligned
+ */
+FDK_INLINE UINT FDKreadBitsBwd(HANDLE_FDK_BITSTREAM hBitStream,
+                           const UINT numberOfBits)
+{
+  const UINT validMask = BitMask [numberOfBits] ;
+
+  if (hBitStream->BitsInCache <= numberOfBits)
+  {
+    const INT freeBits = (CACHE_BITS-1) - hBitStream->BitsInCache ;
+
+    hBitStream->CacheWord = (hBitStream->CacheWord << freeBits) | FDK_getBwd (&hBitStream->hBitBuf,freeBits) ;
+    hBitStream->BitsInCache += freeBits ;
+  }
+
+  hBitStream->BitsInCache -= numberOfBits ;
+
+  return (hBitStream->CacheWord >> hBitStream->BitsInCache) & validMask ;
+}
+
+
+/**
+ * \brief return a number of bits from the bitBuffer.
+ *        You have to know what you do! Cache has to be synchronized before using this
+ *        function.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param numBits The number of bits to be retrieved.
+ * \return the requested bits, right aligned
+ */
+FDK_INLINE UINT FDKgetBits (HANDLE_FDK_BITSTREAM hBitStream, UINT numBits)
+{
+    return FDK_get (&hBitStream->hBitBuf, numBits) ;
+}
+
+
+/**
+ * \brief WriteBits Function. This function writes numberOfBits of value into bitstream.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param value         Variable holds data to be written.
+ * \param numberOfBits  The number of bits to be written.
+ * \return number of bits written
+ */
+FDK_INLINE UCHAR FDKwriteBits(HANDLE_FDK_BITSTREAM hBitStream, UINT value,
+                     const UINT numberOfBits)
+{
+  const UINT validMask = BitMask [numberOfBits] ;
+
+  if ((hBitStream->BitsInCache+numberOfBits) < CACHE_BITS)
+  {
+    hBitStream->BitsInCache += numberOfBits ;
+    hBitStream->CacheWord   =  (hBitStream->CacheWord << numberOfBits) | (value & validMask);
+  }
+  else
+  {
+    FDK_put(&hBitStream->hBitBuf, hBitStream->CacheWord, hBitStream->BitsInCache) ;
+    hBitStream->BitsInCache = numberOfBits ;
+    hBitStream->CacheWord   = (value & validMask) ;
+  }
+
+ return numberOfBits;
+}
+
+
+/**
+ * \brief WriteBits Function (backward). This function writes numberOfBits of value into bitstream.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param value         Variable holds data to be written.
+ * \param numberOfBits  The number of bits to be written.
+ * \return number of bits written
+ */
+FDK_INLINE UCHAR FDKwriteBitsBwd(HANDLE_FDK_BITSTREAM hBitStream, UINT value,
+                                 const UINT numberOfBits)
+{
+  const UINT validMask = BitMask [numberOfBits] ;
+
+  if ((hBitStream->BitsInCache+numberOfBits) <= CACHE_BITS)
+  {
+    hBitStream->BitsInCache += numberOfBits ;
+    hBitStream->CacheWord   =  (hBitStream->CacheWord << numberOfBits) | (value & validMask);
+  }
+  else
+  {
+    FDK_putBwd(&hBitStream->hBitBuf, hBitStream->CacheWord, hBitStream->BitsInCache) ;
+    hBitStream->BitsInCache = numberOfBits ;
+    hBitStream->CacheWord   = (value & validMask) ;
+  }
+
+ return numberOfBits;
+}
+
+
+/**
+ * \brief SyncCache Function. Clear cache after read forward.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return void
+ */
+FDK_INLINE void FDKsyncCache (HANDLE_FDK_BITSTREAM hBitStream)
+{
+  if (hBitStream->ConfigCache == BS_READER)
+    FDK_pushBack (&hBitStream->hBitBuf,hBitStream->BitsInCache,hBitStream->ConfigCache) ;
+  else                        /* BS_WRITER */
+    FDK_put(&hBitStream->hBitBuf, hBitStream->CacheWord, hBitStream->BitsInCache) ;
+
+  hBitStream->BitsInCache = 0 ;
+  hBitStream->CacheWord   = 0 ;
+}
+
+
+/**
+ * \brief SyncCache Function. Clear cache after read backwards.
+ *
+ * \param  hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return void
+ */
+FDK_INLINE void FDKsyncCacheBwd (HANDLE_FDK_BITSTREAM hBitStream)
+{
+  if (hBitStream->ConfigCache == BS_READER) {
+    FDK_pushForward (&hBitStream->hBitBuf,hBitStream->BitsInCache,hBitStream->ConfigCache) ;
+  } else {                      /* BS_WRITER */
+    FDK_putBwd (&hBitStream->hBitBuf, hBitStream->CacheWord, hBitStream->BitsInCache) ;
+  }
+
+  hBitStream->BitsInCache = 0 ;
+  hBitStream->CacheWord   = 0 ;
+}
+
+
+/**
+ * \brief Byte Alignment Function.
+ *        This function performs the byte_alignment() syntactic function on the input stream,
+ *        i.e. some bits will be discarded/padded so that the next bits to be read/written will
+ *        be aligned on a byte boundary with respect to the bit position 0.
+ *
+ * \param  hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return void
+ */
+FDK_INLINE void FDKbyteAlign (HANDLE_FDK_BITSTREAM hBitStream)
+{
+  FDKsyncCache (hBitStream) ;
+  FDK_byteAlign (&hBitStream->hBitBuf, (UCHAR)hBitStream->ConfigCache) ;
+}
+
+
+/**
+ * \brief Byte Alignment Function with anchor
+ *        This function performs the byte_alignment() syntactic function on the input stream,
+ *        i.e. some bits will be discarded so that the next bits to be read/written would be aligned
+ *        on a byte boundary with respect to the given alignment anchor.
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param alignmentAnchor bit position to be considered as origin for byte alignment
+ * \return void
+ */
+FDK_INLINE void FDKbyteAlign (HANDLE_FDK_BITSTREAM hBitStream, UINT alignmentAnchor)
+{
+  FDKsyncCache (hBitStream) ;
+  if (hBitStream->ConfigCache == BS_READER) {
+    FDK_pushForward (&hBitStream->hBitBuf,
+                     (8 - ((alignmentAnchor - FDK_getValidBits(&hBitStream->hBitBuf)) & 0x07)) & 0x07,
+                     hBitStream->ConfigCache) ;
+  }
+  else {
+    FDK_put (&hBitStream->hBitBuf,
+             0,
+             (8 - ((FDK_getValidBits(&hBitStream->hBitBuf)-alignmentAnchor) & 0x07)) & 0x07 );
+  }
+}
+
+
+/**
+ * \brief Push Back(Cache) / For / BiDirectional Function.
+ *        PushBackCache function ungets a number of bits erroneously read/written by the last Get() call.
+ *       NB: The number of bits to be stuffed back into the stream may never exceed the
+ *       number of bits returned by the immediately preceding Get() call.
+ *
+ *       PushBack function ungets a number of bits (combines cache and bitbuffer indices)
+ *       PushFor  function gets a number of bits (combines cache and bitbuffer indices)
+ *       PushBiDirectional gets/ungets number of bits as defined in PusBack/For function
+ *       NB: The sign of bits is not known, so the function checks direction and calls
+ *        appropriate function. (positive sign pushFor, negative sign pushBack )
+ *
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param numberOfBits  The number of bits to be pushed back/for.
+ * \return void
+ */
+FDK_INLINE void FDKpushBackCache (HANDLE_FDK_BITSTREAM hBitStream, const UINT numberOfBits)
+{
+  FDK_ASSERT ((hBitStream->BitsInCache+numberOfBits)<=CACHE_BITS);
+  hBitStream->BitsInCache += numberOfBits ;
+}
+
+FDK_INLINE void FDKpushBack (HANDLE_FDK_BITSTREAM hBitStream, const UINT numberOfBits)
+{
+  if ((hBitStream->BitsInCache+numberOfBits)<CACHE_BITS && (hBitStream->ConfigCache == BS_READER) ) {
+    hBitStream->BitsInCache += numberOfBits ;
+    FDKsyncCache(hBitStream) ; /* sync cache to avoid invalid cache */
+  }
+  else {
+    FDKsyncCache(hBitStream) ;
+    FDK_pushBack(&hBitStream->hBitBuf,numberOfBits,hBitStream->ConfigCache);
+  }
+}
+
+FDK_INLINE void FDKpushFor (HANDLE_FDK_BITSTREAM hBitStream, const UINT numberOfBits)
+{
+  if ( (hBitStream->BitsInCache>numberOfBits) && (hBitStream->ConfigCache == BS_READER) ) {
+    hBitStream->BitsInCache -= numberOfBits;
+  }
+  else {
+    FDKsyncCache(hBitStream) ;
+    FDK_pushForward(&hBitStream->hBitBuf,numberOfBits,hBitStream->ConfigCache);
+  }
+}
+
+FDK_INLINE void FDKpushBiDirectional (HANDLE_FDK_BITSTREAM hBitStream, const INT numberOfBits)
+{
+  if(numberOfBits>=0)  FDKpushFor(hBitStream, numberOfBits) ;
+  else                 FDKpushBack(hBitStream, -numberOfBits) ;
+}
+
+
+/**
+ * \brief GetValidBits Function.  Clear cache and return valid Bits from Bitbuffer.
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return amount of valid bits that still can be read or were already written.
+ *
+ */
+FDK_INLINE UINT FDKgetValidBits (HANDLE_FDK_BITSTREAM hBitStream)
+{
+  FDKsyncCache(hBitStream) ;
+  return FDK_getValidBits(&hBitStream->hBitBuf) ;
+}
+
+
+/**
+ * \brief return amount of unused Bits from Bitbuffer.
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return amount of free bits that still can be written into the bitstream
+ */
+FDK_INLINE INT FDKgetFreeBits (HANDLE_FDK_BITSTREAM hBitStream)
+{
+   return FDK_getFreeBits (&hBitStream->hBitBuf) ;
+}
+
+/**
+ * \brief reset bitcounter in bitBuffer to zero.
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return void
+ */
+FDK_INLINE void FDKresetBitCnt (HANDLE_FDK_BITSTREAM hBitStream)
+{
+    FDKsyncCache (hBitStream) ;
+    FDK_setBitCnt (&hBitStream->hBitBuf, 0) ;
+}
+
+/**
+ * \brief set bitcoutner in bitBuffer to given value.
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \param value new value to be assigned to the bit counter
+ * \return void
+ */
+FDK_INLINE void FDKsetBitCnt (HANDLE_FDK_BITSTREAM hBitStream, UINT value)
+{
+    FDKsyncCache (hBitStream) ;
+    FDK_setBitCnt (&hBitStream->hBitBuf, value) ;
+}
+
+/**
+ * \brief get bitcounter state from bitBuffer.
+ * \param hBitStream HANDLE_FDK_BITSTREAM handle
+ * \return current bit counter value
+ */
+FDK_INLINE INT  FDKgetBitCnt (HANDLE_FDK_BITSTREAM hBitStream)
+{
+    FDKsyncCache(hBitStream) ;
+    return FDK_getBitCnt(&hBitStream->hBitBuf) ;
+}
+
+
+/**
+ * \brief Fill the BitBuffer with a number of input bytes from  external source.
+ *        The bytesValid variable returns the number of ramaining valid bytes in extern inputBuffer.
+ *
+ * \param hBitStream  HANDLE_FDK_BITSTREAM handle
+ * \param inputBuffer Pointer to input buffer with bitstream data.
+ * \param bufferSize  Total size of inputBuffer array.
+ * \param bytesValid  Input: number of valid bytes in inputBuffer. Output: bytes still left unread in inputBuffer.
+ * \return void
+ */
+FDK_INLINE void FDKfeedBuffer (HANDLE_FDK_BITSTREAM hBitStream, const UCHAR inputBuffer [], const UINT bufferSize, UINT *bytesValid)
+{
+  FDKsyncCache (hBitStream) ;
+  FDK_Feed(&hBitStream->hBitBuf, (UCHAR*)inputBuffer, bufferSize, bytesValid  ) ;
+}
+
+
+/**
+ * \brief fill destination BitBuffer with a number of bytes from source BitBuffer. The
+ *        bytesValid variable returns the number of ramaining valid bytes in source BitBuffer.
+ *
+ * \param hBSDst            HANDLE_FDK_BITSTREAM handle to write data into
+ * \param hBSSrc            HANDLE_FDK_BITSTREAM handle to read data from
+ * \param bytesValid        Input: number of valid bytes in inputBuffer. Output: bytes still left unread in inputBuffer.
+ * \return void
+ */
+FDK_INLINE void FDKcopyBuffer (HANDLE_FDK_BITSTREAM hBSDst, HANDLE_FDK_BITSTREAM hBSSrc, UINT *bytesValid)
+{
+  FDKsyncCache (hBSSrc) ;
+  FDK_Copy (&hBSDst->hBitBuf, &hBSSrc->hBitBuf, bytesValid) ;
+}
+
+
+/**
+ * \brief fill the outputBuffer with all valid bytes hold in BitBuffer. The WriteBytes
+ *        variable returns the number of written Bytes.
+ *
+ * \param hBitStream    HANDLE_FDK_BITSTREAM handle
+ * \param outputBuffer  Pointer to output buffer.
+ * \param writeBytes    Number of bytes write to output buffer.
+ * \return void
+ */
+FDK_INLINE void FDKfetchBuffer(HANDLE_FDK_BITSTREAM hBitStream, UCHAR *outputBuffer, UINT *writeBytes)
+{
+  FDKsyncCache (hBitStream) ;
+  FDK_Fetch(&hBitStream->hBitBuf, outputBuffer, writeBytes);
+}
+
+
+#endif
diff --git a/libFDK/include/FDK_core.h b/libFDK/include/FDK_core.h
new file mode 100644 (file)
index 0000000..10a6a8e
--- /dev/null
@@ -0,0 +1,109 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   Manuel Jander
+   Description: FDK tools versioning support
+
+******************************************************************************/
+
+#ifndef FDK_CORE_H
+#define FDK_CORE_H
+
+#include "FDK_audio.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/** @brief Get FDK_tools library information.
+ *  @return     Return 0 on success and a negative errorcode on failure (see errorcodes.h).
+ */
+int FDK_toolsGetLibInfo(LIB_INFO *info);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/libFDK/include/FDK_crc.h b/libFDK/include/FDK_crc.h
new file mode 100644 (file)
index 0000000..b1fed88
--- /dev/null
@@ -0,0 +1,231 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:
+   contents/description: CRC calculation
+
+******************************************************************************/
+
+#ifndef FDK_CRC_H
+#define FDK_CRC_H
+
+
+
+#include "FDK_bitstream.h"
+
+
+#define MAX_CRC_REGS 3    /*!< Maximal number of overlapping crc region in ADTS channel pair element is two.
+                               Select three independent regions preventively. */
+
+/**
+ *  This structure describes single crc region used for crc calculation.
+ */
+typedef struct
+{
+  UCHAR isActive;
+  INT   maxBits;
+  UINT  bitBufCntBits;
+  UINT  validBits;
+
+} CCrcRegData;
+
+/**
+ *  CRC info structure.
+ */
+typedef struct
+{
+    CCrcRegData  crcRegData[MAX_CRC_REGS];   /*!< Multiple crc region description. */
+    const USHORT       *pCrcLookup;          /*!< Pointer to lookup table filled in FDK_crcInit(). */
+
+    USHORT              crcPoly;             /*!< CRC generator polynom. */
+    USHORT              crcMask;             /*!< CRC mask. */
+    USHORT              startValue;          /*!< CRC start value. */
+    UCHAR               crcLen;              /*!< CRC length. */
+
+    UINT                regStart;            /*!< Start region marker for synchronization. */
+    UINT                regStop;             /*!< Stop region marker for synchronization. */
+
+    USHORT              crcValue;            /*!< Crc value to be calculated. */
+
+} FDK_CRCINFO;
+
+/**
+ *  CRC info handle.
+ */
+typedef FDK_CRCINFO* HANDLE_FDK_CRCINFO;
+
+
+/**
+ * \brief  Initialize CRC structure.
+ *
+ * The function initializes existing crc info structure with denoted configuration.
+ *
+ * \param hCrcInfo              Pointer to an outlying allocated crc info structure.
+ * \param crcPoly               Configure crc polynom.
+ * \param crcStartValue         Configure crc start value.
+ * \param crcLen                Configure crc length.
+ *
+ * \return  none
+ */
+void FDKcrcInit(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const UINT                      crcPoly,
+        const UINT                      crcStartValue,
+        const UINT                      crcLen
+        );
+
+/**
+ * \brief  Reset CRC info structure.
+ *
+ * This function clears all intern states of the crc structure.
+ *
+ * \param hCrcInfo              Pointer to crc info stucture.
+ *
+ * \return  none
+ */
+void FDKcrcReset(
+        HANDLE_FDK_CRCINFO              hCrcInfo
+        );
+
+
+/**
+ * \brief  Start CRC region with maximum number of bits.
+ *
+ * This function marks position in bitstream to be used as start point for crc calculation.
+ * Bitstream range for crc calculation can be limited or kept dynamic depending on mBits parameter.
+ * The crc region has to be terminated with FDKcrcEndReg() in each case.
+ *
+ * \param hCrcInfo              Pointer to crc info stucture.
+ * \param hBs                   Pointer to current bit buffer structure.
+ * \param mBits                 Number of bits in crc region to be calculated.
+ *                              - mBits > 0: Zero padding will be used for CRC calculation, if there
+ *                                           are less than mBits bits available.
+ *                              - mBits < 0: No zero padding is done.
+ *                              - mBits = 0: The number of bits used in crc calculation is dynamically,
+ *                                           depending on bitstream position between FDKcrcStartReg() and
+ *                                           FDKcrcEndReg() call.
+ *
+ * \return  ID for the created region, -1 in case of an error
+ */
+INT FDKcrcStartReg(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const HANDLE_FDK_BITSTREAM      hBs,
+        const INT                       mBits
+        );
+
+
+/**
+ * \brief  Ends CRC region.
+ *
+ * This function terminates crc region specified with FDKcrcStartReg(). The number of bits in crc region depends
+ * on mBits parameter of FDKcrcStartReg().
+ * This function calculates and updates crc in info structure.
+ *
+ * \param hCrcInfo              Pointer to crc info stucture.
+ * \param hBs                   Pointer to current bit buffer structure.
+ * \param reg                   Crc region ID created in FDKcrcStartReg().
+ *
+ * \return  0 on success
+ */
+INT FDKcrcEndReg(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const HANDLE_FDK_BITSTREAM      hBs,
+        const INT                       reg
+        );
+
+
+/**
+ * \brief  This function returns crc value from info struct.
+ *
+ * \param hCrcInfo              Pointer to crc info stucture.
+ *
+ * \return  CRC value masked with crc length.
+ */
+USHORT FDKcrcGetCRC(
+        const HANDLE_FDK_CRCINFO        hCrcInfo
+        );
+
+
+#endif /* FDK_CRC_H */
diff --git a/libFDK/include/FDK_hybrid.h b/libFDK/include/FDK_hybrid.h
new file mode 100644 (file)
index 0000000..63f2d70
--- /dev/null
@@ -0,0 +1,273 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s): Markus Lohwasser
+   Description: FDK Tools Hybrid Filterbank
+
+******************************************************************************/
+
+#ifndef __FDK_HYBRID_H
+#define __FDK_HYBRID_H
+
+
+
+#include "common_fix.h"
+
+/*--------------- enums -------------------------------*/
+
+/**
+ * Hybrid Filterband modes.
+ */
+typedef enum {
+    THREE_TO_TEN,
+    THREE_TO_TWELVE,
+    THREE_TO_SIXTEEN
+
+} FDK_HYBRID_MODE;
+
+
+/*--------------- structure definitions ---------------*/
+typedef struct FDK_HYBRID_SETUP *HANDLE_FDK_HYBRID_SETUP;
+
+typedef struct
+{
+  FIXP_DBL             *bufferLFReal[3];     /*!< LF real filter states. */
+  FIXP_DBL             *bufferLFImag[3];     /*!< LF imag filter states. */
+  FIXP_DBL             *bufferHFReal[13];    /*!< HF real delay lines. */
+  FIXP_DBL             *bufferHFImag[13];    /*!< HF imag delay lines. */
+
+  INT                   bufferLFpos;         /*!< Position to write incoming data into ringbuffer. */
+  INT                   bufferHFpos;         /*!< Delay line positioning. */
+  INT                   nrBands;             /*!< Number of QMF bands. */
+  INT                   cplxBands;           /*!< Number of complex QMF bands.*/
+  UCHAR                 hfMode;              /*!< Flag signalizes treatment of HF bands. */
+
+  FIXP_DBL             *pLFmemory;           /*!< Pointer to LF states buffer. */
+  FIXP_DBL             *pHFmemory;           /*!< Pointer to HF states buffer. */
+
+  UINT                  LFmemorySize;        /*!< Size of LF states buffer. */
+  UINT                  HFmemorySize;        /*!< Size of HF states buffer. */
+
+  HANDLE_FDK_HYBRID_SETUP pSetup;            /*!< Pointer to filter setup. */
+
+} FDK_ANA_HYB_FILTER;
+
+
+typedef struct
+{
+  INT                   nrBands;             /*!< Number of QMF bands. */
+  INT                   cplxBands;           /*!< Number of complex QMF bands.*/
+
+  HANDLE_FDK_HYBRID_SETUP pSetup;            /*!< Pointer to filter setup. */
+
+} FDK_SYN_HYB_FILTER;
+
+typedef FDK_ANA_HYB_FILTER *HANDLE_FDK_ANA_HYB_FILTER;
+typedef FDK_SYN_HYB_FILTER *HANDLE_FDK_SYN_HYB_FILTER;
+
+
+/**
+ * \brief  Create one instance of Hybrid Analyis Filterbank.
+ *
+ * \param hAnalysisHybFilter  Pointer to an outlying allocated Hybrid Analysis Filterbank structure.
+ * \param pLFmemory           Pointer to outlying buffer used LF filtering.
+ * \param LFmemorySize        Size of pLFmemory in bytes.
+ * \param pHFmemory           Pointer to outlying buffer used HF delay line.
+ * \param HFmemorySize        Size of pLFmemory in bytes.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridAnalysisOpen(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        FIXP_DBL *const            pLFmemory,
+        const UINT                 LFmemorySize,
+        FIXP_DBL *const            pHFmemory,
+        const UINT                 HFmemorySize
+        );
+
+
+/**
+ * \brief  Initialize and configure Hybrdid Analysis Filterbank instance.
+ *
+ * \param hAnalysisHybFilter  A Hybrid Analysis Filterbank handle.
+ * \param mode                Select hybrid filter configuration.
+ * \param qmfBands            Number of qmf bands to be processed.
+ * \param cplxBands           Number of complex qmf bands to be processed.
+ * \param initStatesFlag      Indicates whether the states buffer has to be cleared.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridAnalysisInit(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const FDK_HYBRID_MODE      mode,
+        const INT                  qmfBands,
+        const INT                  cplxBands,
+        const INT                  initStatesFlag
+        );
+
+
+/**
+ * \brief  Adjust Hybrdid Analysis Filterbank states.
+ *
+ * \param hAnalysisHybFilter  A Hybrid Analysis Filterbank handle.
+ * \param scalingValue        Scaling value to be applied on filter states.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridAnalysisScaleStates(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const INT                  scalingValue
+        );
+
+
+/**
+ * \brief  Apply Hybrid Analysis Filterbank on Qmf input data.
+ *
+ * \param hAnalysisHybFilter  A Hybrid Analysis Filterbank handle.
+ * \param pQmfReal            Qmf input data.
+ * \param pQmfImag            Qmf input data.
+ * \param pHybridReal         Hybrid output data.
+ * \param pHybridImag         Hybrid output data.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridAnalysisApply(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        FIXP_DBL *const            pHybridReal,
+        FIXP_DBL *const            pHybridImag
+        );
+
+
+/**
+ * \brief  Close a Hybrid Analysis Filterbank instance.
+ *
+ * \param hAnalysisHybFilter  Pointer to a Hybrid Analysis Filterbank instance.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridAnalysisClose(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter
+        );
+
+/**
+ * \brief  Initialize and configure Hybrdid Synthesis Filterbank instance.
+ *
+ * \param hSynthesisHybFilter A Hybrid Synthesis Filterbank handle.
+ * \param mode                Select hybrid filter configuration.
+ * \param qmfBands            Number of qmf bands to be processed.
+ * \param cplxBands           Number of complex qmf bands to be processed.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridSynthesisInit(
+        HANDLE_FDK_SYN_HYB_FILTER  hSynthesisHybFilter,
+        const FDK_HYBRID_MODE      mode,
+        const INT                  qmfBands,
+        const INT                  cplxBands
+        );
+
+/**
+ * \brief  Apply Hybrid Analysis Filterbank on Hybrid data.
+ *
+ * \param hSynthesisHybFilter  A Hybrid Analysis Filterbandk handle.
+ * \param pHybridReal          Hybrid input data.
+ * \param pHybridImag          Hybrid input data.
+ * \param pQmfReal             Qmf output data.
+ * \param pQmfImag             Qmf output data.
+ *
+ * \return  0 on success.
+ */
+INT FDKhybridSynthesisApply(
+        HANDLE_FDK_SYN_HYB_FILTER  hSynthesisHybFilter,
+        const FIXP_DBL *const      pHybridReal,
+        const FIXP_DBL *const      pHybridImag,
+        FIXP_DBL *const            pQmfReal,
+        FIXP_DBL *const            pQmfImag
+        );
+
+
+#endif /* __FDK_HYBRID_H */
diff --git a/libFDK/include/FDK_tools_rom.h b/libFDK/include/FDK_tools_rom.h
new file mode 100644 (file)
index 0000000..9361c81
--- /dev/null
@@ -0,0 +1,270 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   Oliver Moser
+   Description: ROM tables used by FDK tools
+
+******************************************************************************/
+
+#ifndef __FDK_TOOLS_ROM_H__
+#define __FDK_TOOLS_ROM_H__
+
+#include "common_fix.h"
+#include "FDK_audio.h"
+
+
+/* None radix2 rotation vectors */
+extern const FIXP_STB RotVectorReal60[60];
+extern const FIXP_STB RotVectorImag60[60];
+extern const FIXP_STB RotVectorReal240[240];
+extern const FIXP_STB RotVectorImag240[240];
+extern const FIXP_STB RotVectorReal480[480];
+extern const FIXP_STB RotVectorImag480[480];
+
+
+/* Regular sine tables */
+extern const FIXP_STP SineTable512[];
+extern const FIXP_STP SineTable480[];
+
+/* AAC-LC windows */
+extern const FIXP_WTP SineWindow1024[];
+extern const FIXP_WTP KBDWindow1024[];
+extern const FIXP_WTP SineWindow128[];
+extern const FIXP_WTP KBDWindow128[];
+
+extern const FIXP_WTP SineWindow960[];
+extern const FIXP_WTP KBDWindow960[];
+extern const FIXP_WTP SineWindow120[];
+extern const FIXP_WTP KBDWindow120[];
+
+/* AAC-LD windows */
+extern const FIXP_WTP SineWindow512[];
+#define LowOverlapWindow512 SineWindow128
+extern const FIXP_WTP SineWindow480[];
+#define LowOverlapWindow480 SineWindow120
+
+
+
+extern const FIXP_WTP SineWindow64[];
+extern const FIXP_WTP SineWindow32[];
+
+/**
+ * \brief Helper table for window slope mapping. You should prefer the usage of the
+ * function FDKgetWindowSlope(), this table is only made public for some optimized
+ * access inside dct.cpp.
+ */
+extern const FIXP_WTP *const windowSlopes[2][3][9];
+
+/**
+ * \brief Window slope access helper. Obtain a window of given length and shape.
+ * \param length Length of the window slope.
+ * \param shape Shape index of the window slope. 0: sine window, 1: Kaiser-Bessel. Any other
+ *              value is applied a mask of 1 to, mapping it to either 0 or 1.
+ * \param Pointer to window slope or NULL if the requested window slope is not available.
+ */
+const FIXP_WTP * FDKgetWindowSlope(int length, int shape);
+
+extern const FIXP_WTP sin_twiddle_L64[];
+
+/*
+ * Filter coefficient type definition
+ */
+
+#if defined(ARCH_PREFER_MULT_16x16) || defined(ARCH_PREFER_MULT_32x16)
+  #define QMF_COEFF_16BIT
+#endif
+
+#define QMF_FILTER_PROTOTYPE_SIZE    640
+#define QMF_NO_POLY                  5
+
+#ifdef QMF_COEFF_16BIT
+  #define FIXP_PFT FIXP_SGL
+  #define FIXP_QTW FIXP_SGL
+#else
+  #define FIXP_PFT FIXP_DBL
+  #define FIXP_QTW FIXP_DBL
+#endif
+
+#define QMF640_PFT_TABLE_SIZE       (640/2 + QMF_NO_POLY)
+
+extern const FIXP_QTW qmf_phaseshift_cos32[32];
+extern const FIXP_QTW qmf_phaseshift_sin32[32];
+/* Adapted analysis post-twiddles for down-sampled HQ SBR */
+extern const FIXP_QTW qmf_phaseshift_cos_downsamp32[32];
+extern const FIXP_QTW qmf_phaseshift_sin_downsamp32[32];
+extern const FIXP_QTW qmf_phaseshift_cos64[64];
+extern const FIXP_QTW qmf_phaseshift_sin64[64];
+
+extern const FIXP_PFT qmf_64[QMF640_PFT_TABLE_SIZE+QMF_NO_POLY];
+
+
+
+
+
+#define QMF640_CLDFB_PFT_TABLE_SIZE (640)
+#define QMF320_CLDFB_PFT_TABLE_SIZE (320)
+#define QMF_CLDFB_PFT_SCALE 1
+
+extern const FIXP_QTW qmf_phaseshift_cos32_cldfb[32];
+extern const FIXP_QTW qmf_phaseshift_sin32_cldfb[32];
+extern const FIXP_QTW qmf_phaseshift_cos64_cldfb[64];
+extern const FIXP_QTW qmf_phaseshift_sin64_cldfb[64];
+
+extern const FIXP_PFT qmf_cldfb_640[QMF640_CLDFB_PFT_TABLE_SIZE];
+extern const FIXP_PFT qmf_cldfb_320[QMF320_CLDFB_PFT_TABLE_SIZE];
+
+
+
+
+
+/*
+ * Raw Data Block list stuff.
+ */
+typedef enum {
+  element_instance_tag,
+  common_window,
+  global_gain,
+  ics_info, /* ics_reserved_bit, window_sequence, window_shape, max_sfb, scale_factor_grouping, predictor_data_present, ltp_data_present, ltp_data */
+  max_sfb,
+  ms, /* ms_mask_present, ms_used */
+  /*predictor_data_present,*/ /* part of ics_info */
+  ltp_data_present,
+  ltp_data,
+  section_data,
+  scale_factor_data,
+  pulse, /* pulse_data_present, pulse_data  */
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  gain_control_data,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+
+  scale_factor_data_usac,
+  core_mode,
+  common_tw,
+  lpd_channel_stream,
+  tw_data,
+  noise,
+  ac_spectral_data,
+  fac_data,
+  tns_active, /* introduced in MPEG-D usac CD */
+  tns_data_present_usac,
+  common_max_sfb,
+
+
+  /* Non data list items */
+  adtscrc_start_reg1,
+  adtscrc_start_reg2,
+  adtscrc_end_reg1,
+  adtscrc_end_reg2,
+  drmcrc_start_reg,
+  drmcrc_end_reg,
+  next_channel,
+  next_channel_loop,
+  link_sequence,
+  end_of_sequence
+} rbd_id_t;
+
+struct element_list {
+  const rbd_id_t *id;
+  const struct element_list *next[2];
+};
+
+typedef struct element_list element_list_t;
+/**
+ * \brief get elementary stream pieces list for given parameters.
+ * \param aot audio object type
+ * \param epConfig the epConfig value from the current Audio Specific Config
+ * \param nChannels amount of channels contained in the current element.
+ * \param layer the layer of the current element.
+ * \return element_list_t parser guidance structure.
+ */
+const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer);
+
+
+#endif
+
diff --git a/libFDK/include/FDK_trigFcts.h b/libFDK/include/FDK_trigFcts.h
new file mode 100644 (file)
index 0000000..c32c0f2
--- /dev/null
@@ -0,0 +1,229 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Haricharan Lakshman, Manuel Jander
+   Description: Trigonometric functions fixed point fractional implementation.
+
+******************************************************************************/
+
+
+
+#include "common_fix.h"
+
+#include "FDK_tools_rom.h"
+
+/* Fixed point precision definitions */
+#define Q(format)        ((FIXP_DBL)(((LONG)1) << (format)))
+
+#ifndef M_PI
+#define M_PI      (3.14159265358979323846f)
+#endif
+
+/*!
+ * Inverse tangent function.
+ */
+
+// --- fixp_atan() ----
+#define Q_ATANINP   (25)    // Input in q25, Output in q30
+#define Q_ATANOUT   (30)
+#define ATI_SF              ((DFRACT_BITS-1)-Q_ATANINP)  // 6
+#define ATI_SCALE           ((float)(1<<ATI_SF))         //
+#define ATO_SF              ((DFRACT_BITS-1)-Q_ATANOUT)  // 1   ] -pi/2 .. pi/2 [
+#define ATO_SCALE           ((float)(1<<ATO_SF))         //
+// --- fixp_atan2() ---
+#define Q_ATAN2OUT  (29)
+#define AT2O_SF             ((DFRACT_BITS-1)-Q_ATAN2OUT) // 2   ] -pi   .. pi   ]
+#define AT2O_SCALE          ((float)(1<<AT2O_SF))        //
+// --------------------
+
+FIXP_DBL fixp_atan(FIXP_DBL x);
+FIXP_DBL fixp_atan2(FIXP_DBL y, FIXP_DBL x);
+
+FIXP_DBL fixp_cos(FIXP_DBL x, int scale);
+FIXP_DBL fixp_sin(FIXP_DBL x, int scale);
+
+#define FIXP_COS_SIN
+
+
+#include "FDK_tools_rom.h"
+
+#define SINETAB SineTable512
+#define LD 9
+
+
+#ifndef FUNCTION_inline_fixp_cos_sin
+
+#define FUNCTION_inline_fixp_cos_sin
+
+/*
+ * Calculates coarse lookup index and sign for sine.
+ * Returns delta x residual.
+ */
+static inline FIXP_DBL fixp_sin_cos_residual_inline(FIXP_DBL x, int scale, FIXP_DBL *sine, FIXP_DBL *cosine)
+{
+    FIXP_DBL residual;
+    int s;
+    int shift = (31-scale-LD-1);
+    int ssign = 1;
+    int csign = 1;
+
+    residual = fMult(x, FL2FXCONST_DBL(1.0/M_PI));
+    s = ((LONG)residual) >> shift;
+
+    residual &= ( (1<<shift) - 1 );
+    residual = fMult(residual, FL2FXCONST_DBL(M_PI/4.0)) << 2;
+    residual <<= scale;
+
+    /* Sine sign symmetry */
+    if (s & ((1<<LD)<<1) ) {
+      ssign = -ssign;
+    }
+    /* Cosine sign symmetry */
+    if ( (s + (1<<LD)) & ((1<<LD)<<1) ) {
+      csign = -csign;
+    }
+
+    s = fAbs(s);
+
+    s &= (((1<<LD)<<1)-1); /* Modulo PI */
+
+    if (s > (1<<LD)) {
+      s = ((1<<LD)<<1) - s;
+    }
+
+    {
+      LONG sl, cl;
+      /* Because of packed table */
+      if (s > (1<<(LD-1))) {
+        FIXP_STP tmp;
+        /* Cosine/Sine simetry for angles greater than PI/4 */
+        s = (1<<LD)-s;
+        tmp = SINETAB[s];
+        sl = (LONG)tmp.v.re;
+        cl = (LONG)tmp.v.im;
+      } else {
+        FIXP_STP tmp;
+        tmp = SINETAB[s];
+        sl = (LONG)tmp.v.im;
+        cl = (LONG)tmp.v.re;
+      }
+
+#ifdef SINETABLE_16BIT
+      *sine   = (FIXP_DBL)((sl * ssign) << (DFRACT_BITS-FRACT_BITS));
+      *cosine = (FIXP_DBL)((cl * csign) << (DFRACT_BITS-FRACT_BITS));
+#else
+      *sine   = (FIXP_DBL)(sl * ssign);
+      *cosine = (FIXP_DBL)(cl * csign);
+#endif
+    }
+
+    return residual;
+}
+
+/**
+ * \brief Calculate cosine and sine value each of 2 angles different angle values.
+ * \param x1 first angle value
+ * \param x2 second angle value
+ * \param scale exponent of x1 and x2
+ * \param out pointer to 4 FIXP_DBL locations, were the values cos(x1), sin(x1), cos(x2), sin(x2)
+ *            will be stored into.
+ */
+static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const int scale, FIXP_DBL *out)
+{
+    FIXP_DBL residual, error0, error1, sine, cosine;
+    residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine);
+    error0 = fMultDiv2(sine, residual);
+    error1 = fMultDiv2(cosine, residual);
+    *out++  = cosine - (error0<<1);
+    *out++  = sine   + (error1<<1);
+
+    residual = fixp_sin_cos_residual_inline(x2, scale, &sine, &cosine);
+    error0 = fMultDiv2(sine, residual);
+    error1 = fMultDiv2(cosine, residual);
+    *out++  = cosine - (error0<<1);
+    *out++  = sine   + (error1<<1);
+}
+#endif
+
diff --git a/libFDK/include/abs.h b/libFDK/include/abs.h
new file mode 100644 (file)
index 0000000..0837e3c
--- /dev/null
@@ -0,0 +1,121 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: fixed point abs definitions
+
+******************************************************************************/
+
+#if !defined(__ABS_H__)
+#define __ABS_H__
+
+
+#if defined(__mips__)  /* cppp replaced: elif */
+#include "mips/abs_mips.h"
+
+#elif defined(__x86__) /* cppp replaced: elif */
+#include "x86/abs_x86.h"
+
+#endif /* all cores */
+
+/*************************************************************************
+ *************************************************************************
+    Software fallbacks for missing functions
+**************************************************************************
+**************************************************************************/
+
+#if !defined(FUNCTION_fixabs_D)
+inline FIXP_DBL fixabs_D(FIXP_DBL x) { return ((x) > (FIXP_DBL)(0)) ? (x) : -(x) ; }
+#endif
+
+#if !defined(FUNCTION_fixabs_I)
+inline INT fixabs_I(INT x)           { return ((x) > (INT)(0))      ? (x) : -(x) ; }
+#endif
+
+#if !defined(FUNCTION_fixabs_S)
+inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x) : -(x) ; }
+#endif
+
+#endif /* __ABS_H__ */
diff --git a/libFDK/include/arm/clz_arm.h b/libFDK/include/arm/clz_arm.h
new file mode 100644 (file)
index 0000000..f43a7b1
--- /dev/null
@@ -0,0 +1,122 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__arm__)
+
+#if defined(__GNUC__) && defined(__ARM_ARCH_5TE__)     /* cppp replaced: elif */
+  /* ARM gcc*/
+
+  #define FUNCTION_fixnormz_D
+  #define FUNCTION_fixnorm_D
+
+  inline INT fixnormz_D(LONG value)
+  {
+    INT result;
+    asm("clz %0, %1 ": "=r"(result) : "r"(value) );
+    return result;
+  }
+
+  inline INT fixnorm_D(LONG value)
+  {
+    INT result;
+    if (value == 0) {
+      return 0;
+    }
+    if (value < 0) {
+      value = ~value;
+    }
+    result =  fixnormz_D(value);
+    return result - 1;
+  }
+
+#endif /* arm toolchain */
+
+#endif /* __arm__ */
+
diff --git a/libFDK/include/arm/cplx_mul.h b/libFDK/include/arm/cplx_mul.h
new file mode 100644 (file)
index 0000000..8b48031
--- /dev/null
@@ -0,0 +1,214 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__arm__) && defined(__GNUC__)      /* cppp replaced: elif */
+
+#if defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_6__)
+  #define FUNCTION_cplxMultDiv2_32x16
+  #define FUNCTION_cplxMultDiv2_32x16X2
+  //#define FUNCTION_cplxMult_32x16
+  //#define FUNCTION_cplxMult_32x16X2
+#endif
+
+#define FUNCTION_cplxMultDiv2_32x32X2
+//#define FUNCTION_cplxMult_32x32X2
+
+#ifdef FUNCTION_cplxMultDiv2_32x16
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL a_Re,
+                          const FIXP_DBL a_Im,
+                          const FIXP_SPK wpk )
+{
+   LONG tmp1,tmp2;
+   const LONG w = wpk.w;
+
+   asm("smulwt %0, %3, %4;\n"
+       "rsb %1,%0,#0;\n"
+       "smlawb %0, %2, %4, %1;\n"
+       "smulwt %1, %2, %4;\n"
+       "smlawb %1, %3, %4, %1;\n"
+       : "=&r"(tmp1), "=&r"(tmp2)
+       : "r"(a_Re), "r"(a_Im), "r"(w)
+       );
+
+    *c_Re = tmp1;
+    *c_Im = tmp2;
+}
+#endif /* FUNCTION_cplxMultDiv2_32x16 */
+
+#ifdef FUNCTION_cplxMultDiv2_32x16X2
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL a_Re,
+                          const FIXP_DBL a_Im,
+                          const FIXP_SGL b_Re,
+                          const FIXP_SGL b_Im)
+{
+    LONG tmp1, tmp2;
+
+    asm("smulwb %0, %3, %5;\n"     /* %7   = -a_Im * b_Im */
+        "rsb %1,%0,#0;\n"
+        "smlawb %0, %2, %4, %1;\n" /* tmp1 =  a_Re * b_Re - a_Im * b_Im */
+        "smulwb %1, %2, %5;\n"     /* %7   =  a_Re * b_Im */
+        "smlawb %1, %3, %4, %1;\n" /* tmp2 =  a_Im * b_Re + a_Re * b_Im */
+        : "=&r"(tmp1), "=&r"(tmp2)
+        : "r"(a_Re), "r"(a_Im), "r"(b_Re), "r"(b_Im)
+        );
+
+     *c_Re = tmp1;
+     *c_Im = tmp2;
+}
+#endif /* FUNCTION_cplxMultDiv2_32x16X2 */
+
+#ifdef FUNCTION_cplxMultAddDiv2_32x16X2
+inline void cplxMultAddDiv2( FIXP_DBL *c_Re,
+                             FIXP_DBL *c_Im,
+                             const FIXP_DBL  a_Re,
+                             const FIXP_DBL  a_Im,
+                             const FIXP_SGL b_Re,
+                             const FIXP_SGL b_Im)
+{
+    LONG tmp1, tmp2;
+
+    asm("smulwb %0, %3, %5;\n"
+        "rsb %1,%0,#0;\n"
+        "smlawb %0, %2, %4, %1;\n"
+        "smulwb %1, %2, %5;\n"
+        "smlawb %1, %3, %4, %1;\n"
+        : "=&r"(tmp1), "=&r"(tmp2)
+        : "r"(a_Re), "r"(a_Im), "r"(b_Re), "r"(b_Im)
+        );
+
+     *c_Re += tmp1;
+     *c_Im += tmp2;
+}
+#endif /* FUNCTION_cplxMultAddDiv2_32x16X2 */
+
+
+#ifdef FUNCTION_cplxMultDiv2_32x32X2
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL a_Re,
+                          const FIXP_DBL a_Im,
+                          const FIXP_DBL b_Re,
+                          const FIXP_DBL b_Im)
+{
+    LONG tmp1, tmp2;
+
+#ifdef __ARM_ARCH_6__
+    asm(
+       "smmul %0, %2, %4;\n"     /* tmp1  = a_Re * b_Re */
+       "smmls %0, %3, %5, %0;\n" /* tmp1 -= a_Im * b_Im */
+       "smmul %1, %2, %5;\n"     /* tmp2  = a_Re * b_Im */
+       "smmla %1, %3, %4, %1;\n" /* tmp2 += a_Im * b_Re */
+       : "=&r"(tmp1), "=&r"(tmp2)
+       : "r"(a_Re), "r"(a_Im), "r"(b_Re), "r"(b_Im)
+       : "r0"
+       );
+#else
+    LONG discard;
+    asm(
+       "smull %2, %0, %7, %6;\n" /* tmp1  = -a_Im * b_Im */
+       "smlal %2, %0, %3, %5;\n" /* tmp1 +=  a_Re * b_Re */
+       "smull %2, %1, %3, %6;\n" /* tmp2  =  a_Re * b_Im */
+       "smlal %2, %1, %4, %5;\n" /* tmp2 +=  a_Im * b_Re */
+       : "=&r"(tmp1), "=&r"(tmp2), "=&r"(discard)
+       : "r"(a_Re), "r"(a_Im), "r"(b_Re), "r"(b_Im), "r"(-a_Im)
+       );
+ #endif
+    *c_Re = tmp1;
+    *c_Im = tmp2;
+}
+#endif /* FUNCTION_cplxMultDiv2_32x32X2 */
+
+
+#endif
+
diff --git a/libFDK/include/arm/fixmadd_arm.h b/libFDK/include/arm/fixmadd_arm.h
new file mode 100644 (file)
index 0000000..111147b
--- /dev/null
@@ -0,0 +1,160 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__arm__)
+
+  /* ############################################################################# */
+  #if defined(__GNUC__) && defined(__arm__) && !defined(__SYMBIAN32__) /* cppp replaced: elif */
+  /* ############################################################################# */
+    /* ARM GNU GCC */
+
+    #define FUNCTION_fixmadddiv2_DD
+
+    #ifdef __ARM_ARCH_6__
+      inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+        INT result;
+        asm  ("smmla %0, %1, %2, %3;\n"
+              : "=r" (result)
+              : "r" (a), "r" (b), "r"(x) );
+        return result ;
+      }
+      #define FUNCTION_fixmsubdiv2_DD
+      inline FIXP_DBL fixmsubdiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+        INT result;
+        asm  ("smmls %0, %1, %2, %3;\n"
+              : "=r" (result)
+              : "r" (a), "r" (b), "r"(x) );
+        return result ;
+      }
+    #else /* __ARM_ARCH_6__ */
+      inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+        INT discard, result = x;
+        asm  ("smlal %0, %1, %2, %3;\n"
+              : "=r" (discard), "+r" (result)
+              : "r" (a), "r" (b) );
+        return result ;
+      }
+    #endif /* __ARM_ARCH_6__ */
+
+    #if defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_6__)
+
+      #define FUNCTION_fixmadddiv2_DS
+
+      inline FIXP_DBL fixmadddiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+        INT result;
+        asm("smlawb %0, %1, %2, %3 "
+              : "=r" (result)
+              : "r" (a), "r" (b), "r" (x) );
+        return result ;
+      }
+
+    #endif /* defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_6__) */
+
+    #define FUNCTION_fixmadddiv2BitExact_DD
+    #define fixmadddiv2BitExact_DD(a, b, c) fixmadddiv2_DD(a, b, c)
+
+    #define FUNCTION_fixmsubdiv2BitExact_DD
+    inline FIXP_DBL fixmsubdiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+      return x - fixmuldiv2BitExact_DD(a, b);
+    }
+
+    #define FUNCTION_fixmadddiv2BitExact_DS
+    #define fixmadddiv2BitExact_DS(a, b, c) fixmadddiv2_DS(a, b, c)
+
+    #define FUNCTION_fixmsubdiv2BitExact_DS
+    inline FIXP_DBL fixmsubdiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+      return x - fixmuldiv2BitExact_DS(a, b);
+    }
+  /* ############################################################################# */
+  #endif /* toolchain */
+  /* ############################################################################# */
+
+#endif /* __arm__ */
+
diff --git a/libFDK/include/arm/fixmul_arm.h b/libFDK/include/arm/fixmul_arm.h
new file mode 100644 (file)
index 0000000..2f04705
--- /dev/null
@@ -0,0 +1,142 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__arm__)
+
+#if defined(__GNUC__) && defined(__arm__)      /* cppp replaced: elif */
+/* ARM with GNU compiler */
+
+#define FUNCTION_fixmuldiv2_DD
+
+#define FUNCTION_fixmuldiv2BitExact_DD
+#define fixmuldiv2BitExact_DD(a,b) fixmuldiv2_DD(a,b)
+#define FUNCTION_fixmulBitExact_DD
+#define fixmulBitExact_DD(a,b) fixmul_DD(a,b)
+
+#define FUNCTION_fixmuldiv2BitExact_DS
+#define fixmuldiv2BitExact_DS(a,b) fixmuldiv2_DS(a,b)
+
+#define FUNCTION_fixmulBitExact_DS
+#define fixmulBitExact_DS(a,b) fixmul_DS(a,b)
+
+#if defined(__ARM_ARCH_6__) || defined(__TARGET_ARCH_7E_M)
+inline INT fixmuldiv2_DD (const INT a, const INT b)
+{
+  INT result ;
+  __asm__ ("smmul %0, %1, %2" : "=r" (result)
+                              : "r" (a), "r" (b)) ;
+  return result ;
+}
+#else
+inline INT fixmuldiv2_DD (const INT a, const INT b)
+{
+  INT discard, result ;
+  __asm__ ("smull %0, %1, %2, %3" : "=&r" (discard), "=r" (result)
+                                  : "r" (a), "r" (b)) ;
+  return result ;
+}
+#endif
+
+#if defined(__ARM_ARCH_5TE__) || defined(__ARM_ARCH_6__)
+#define FUNCTION_fixmuldiv2_SD
+inline INT fixmuldiv2_SD (const SHORT a, const INT b)
+{
+  INT result ;
+  __asm__ ("smulwb %0, %1, %2"
+    : "=r" (result)
+    : "r" (b), "r" (a)) ;
+  return result ;
+}
+#endif
+
+#endif /* defined(__GNUC__) && defined(__arm__) */
+
+#endif /* __arm__ */
+
diff --git a/libFDK/include/arm/scale.h b/libFDK/include/arm/scale.h
new file mode 100644 (file)
index 0000000..cbb81dc
--- /dev/null
@@ -0,0 +1,152 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/********************************  Fraunhofer IIS  ***************************
+
+   Author(s):
+   Description: ARM scaling operations
+
+******************************************************************************/
+
+#if defined(__GNUC__) /* GCC Compiler */       /* cppp replaced: elif */
+
+#if defined(__ARM_ARCH_6__)
+
+inline static INT shiftRightSat(INT src, int scale)
+{
+  INT result;
+  asm(
+      "ssat %0,%2,%0;\n"
+
+      : "=&r"(result)
+      : "r"(src>>scale), "M"(SAMPLE_BITS)
+      );
+
+  return result;
+}
+
+  #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) shiftRightSat(src, scale)
+
+inline static INT shiftLeftSat(INT src, int scale)
+{
+  INT result;
+  asm(
+      "ssat %0,%2,%0;\n"
+
+      : "=&r"(result)
+      : "r"(src<<scale), "M"(SAMPLE_BITS)
+      );
+
+  return result;
+}
+
+  #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale)  shiftLeftSat(src, scale)
+
+#endif /* __ARM_ARCH_6__ */
+
+#endif /* compiler selection */
+
+#define FUNCTION_scaleValueInPlace
+inline
+void scaleValueInPlace(FIXP_DBL *value, /*!< Value */
+                       INT scalefactor   /*!< Scalefactor */
+                       )
+{
+  INT newscale;
+  if ((newscale = scalefactor) >= 0)
+    *value <<= newscale;
+  else
+    *value >>= -newscale;
+}
+
+
+  #define SATURATE_RIGHT_SHIFT(src, scale, dBits)                                                        \
+      ( (((LONG)(src) ^ ((LONG)(src) >> (DFRACT_BITS-1)))>>(scale)) > (LONG)(((1U)<<((dBits)-1))-1))     \
+          ? ((LONG)(src) >> (DFRACT_BITS-1)) ^ (LONG)(((1U)<<((dBits)-1))-1)                             \
+          : ((LONG)(src) >> (scale))
+
+  #define SATURATE_LEFT_SHIFT(src, scale, dBits)                                                         \
+      ( ((LONG)(src) ^ ((LONG)(src) >> (DFRACT_BITS-1))) > ((LONG)(((1U)<<((dBits)-1))-1) >> (scale)) )  \
+          ? ((LONG)(src) >> (DFRACT_BITS-1)) ^ (LONG)(((1U)<<((dBits)-1))-1)                             \
+          : ((LONG)(src) << (scale))
+
diff --git a/libFDK/include/arm/scramble.h b/libFDK/include/arm/scramble.h
new file mode 100644 (file)
index 0000000..82d0338
--- /dev/null
@@ -0,0 +1,158 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: bitreversal of input data
+
+******************************************************************************/
+
+#if defined(FUNCTION_scramble)
+#if defined(__GNUC__)  /* cppp replaced: elif */
+
+#define FUNCTION_scramble
+
+#if defined(__ARM_ARCH_5TE__)
+#define USE_LDRD_STRD   /* LDRD requires 8 byte data alignment. */
+#endif
+
+inline void scramble(FIXP_DBL x [], INT n) {
+  FDK_ASSERT(!(((INT)x)&(ALIGNMENT_DEFAULT-1)));
+  asm("mov     r2, #1;\n"               /* r2(m) = 1;           */
+      "sub     r3, %1, #1;\n"           /* r3 = n-1;            */
+      "mov     r4, #0;\n"               /* r4(j) = 0;           */
+
+"scramble_m_loop%=:\n"                  /* {                    */
+      "mov     r5, %1;\n"               /*  r5(k) = 1;          */
+
+"scramble_k_loop%=:\n"                  /*  {                   */
+      "mov     r5, r5, lsr #1;\n"       /*   k >>= 1;           */
+      "eor     r4, r4, r5;\n"           /*   j ^=k;             */
+      "ands    r10, r4, r5;\n"           /*   r10 = r4 & r5;      */
+      "beq     scramble_k_loop%=;\n"      /*  } while (r10 == 0);  */
+
+      "cmp     r4, r2;\n"               /*   if (r4 < r2) break;        */
+      "bcc     scramble_m_loop_end%=;\n"
+
+#ifdef USE_LDRD_STRD
+      "mov     r5, r2, lsl #3;\n"       /* m(r5) = r2*4*2               */
+      "ldrd    r10, [%0, r5];\n"         /* r10 = x[r5], x7 = x[r5+1]     */
+      "mov     r6, r4, lsl #3;\n"      /* j(r6) = r4*4*2              */
+      "ldrd    r8, [%0, r6];\n"        /* r8 = x[r6], r9 = x[r6+1];  */
+      "strd    r10, [%0, r6];\n"        /* x[r6,r6+1] = r10,r11;        */
+      "strd    r8, [%0, r5];\n"         /* x[r5,r5+1] = r8,r9;          */
+#else
+      "mov      r5, r2, lsl #3;\n"       /* m(r5) = r2*4*2               */
+      "ldr     r10, [%0, r5];\n"
+      "mov      r6, r4, lsl #3;\n"      /* j(r6) = r4*4*2              */
+      "ldr     r11, [%0, r6];\n"
+
+      "str     r10, [%0, r6];\n"
+      "str      r11, [%0, r5];\n"
+
+      "add     r5, r5, #4;"
+      "ldr     r10, [%0, r5];\n"
+      "add     r6, r6, #4;"
+      "ldr      r11, [%0, r6];\n"
+      "str      r10, [%0, r6];\n"
+      "str      r11, [%0, r5];\n"
+#endif
+"scramble_m_loop_end%=:\n"
+      "add     r2, r2, #1;\n"           /* r2++;                        */
+      "cmp     r2, r3;\n"
+      "bcc     scramble_m_loop%=;\n"      /* } while (r2(m) < r3(n-1));   */
+       :
+       : "r"(x), "r"(n)
+#ifdef USE_LDRD_STRD
+       : "r2","r3", "r4","r5", "r10","r11", "r8","r9", "r6" );
+#else
+       : "r2","r3", "r4","r5", "r10","r11", "r6" );
+#endif
+}
+#else
+/* Force C implementation if no assembler version available. */
+#undef FUNCTION_scramble
+#endif /* Toolchain selection. */
+
+#endif /* defined(FUNCTION_scramble) */
diff --git a/libFDK/include/autocorr2nd.h b/libFDK/include/autocorr2nd.h
new file mode 100644 (file)
index 0000000..c2e9595
--- /dev/null
@@ -0,0 +1,128 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: fixed point abs definitions
+
+******************************************************************************/
+
+#ifndef _AUTOCORR_2ND_H
+#define _AUTOCORR_2ND_H
+
+
+
+#include "common_fix.h"
+
+typedef struct {
+  FIXP_DBL  r00r;
+  FIXP_DBL  r11r;
+  FIXP_DBL  r22r;
+  FIXP_DBL  r01r;
+  FIXP_DBL  r02r;
+  FIXP_DBL  r12r;
+  FIXP_DBL  r01i;
+  FIXP_DBL  r02i;
+  FIXP_DBL  r12i;
+  FIXP_DBL  det;
+  int det_scale;
+} ACORR_COEFS;
+
+#define LPC_ORDER 2
+
+
+INT
+autoCorr2nd_real (ACORR_COEFS *ac,          /*!< Pointer to autocorrelation coeffs */
+                  const FIXP_DBL *reBuffer, /*!< Pointer to to real part of spectrum */
+                  const int len             /*!< Number of qmf slots */
+                 );
+INT
+autoCorr2nd_cplx (ACORR_COEFS *ac,           /*!< Pointer to autocorrelation coeffs */
+                  const FIXP_DBL *reBuffer,  /*!< Pointer to to real part of spectrum */
+                  const FIXP_DBL *imBuffer,  /*!< Pointer to imag part of spectrum */
+                  const int len              /*!< Number of qmf slots */
+                 );
+
+
+#endif /* _AUTOCORR_2ND_H */
diff --git a/libFDK/include/clz.h b/libFDK/include/clz.h
new file mode 100644 (file)
index 0000000..fc612e1
--- /dev/null
@@ -0,0 +1,192 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Marc Gayer
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if !defined(__CLZ_H__)
+#define __CLZ_H__
+
+#include "FDK_archdef.h"
+#include "machine_type.h"
+
+#if defined(__arm__)
+#include "arm/clz_arm.h"
+
+#elif defined(__mips__)        /* cppp replaced: elif */
+#include "mips/clz_mips.h"
+
+#elif defined(__x86__) /* cppp replaced: elif */
+#include "x86/clz_x86.h"
+
+#endif /* all cores */
+
+
+/*************************************************************************
+ *************************************************************************
+    Software fallbacks for missing functions.
+**************************************************************************
+**************************************************************************/
+
+#if !defined(FUNCTION_fixnormz_S)
+#ifdef FUNCTION_fixnormz_D
+inline INT fixnormz_S (SHORT a)
+{
+  return fixnormz_D((INT)(a));
+}
+#else
+inline INT fixnormz_S (SHORT a)
+{
+    int leadingBits = 0;
+    a = ~a;
+    while(a & 0x8000) {
+      leadingBits++;
+      a <<= 1;
+    }
+
+    return (leadingBits);
+}
+#endif
+#endif
+
+#if !defined(FUNCTION_fixnormz_D)
+inline INT fixnormz_D (LONG a)
+{
+    INT leadingBits = 0;
+    a = ~a;
+    while(a & 0x80000000) {
+      leadingBits++;
+      a <<= 1;
+    }
+
+    return (leadingBits);
+}
+#endif
+
+
+/*****************************************************************************
+
+    functionname: fixnorm_D
+    description:  Count leading ones or zeros of operand val for dfract/LONG INT values.
+                  Return this value minus 1. Return 0 if operand==0.
+*****************************************************************************/
+#if !defined(FUNCTION_fixnorm_S)
+#ifdef FUNCTION_fixnorm_D
+inline INT fixnorm_S(FIXP_SGL val)
+{
+  return fixnorm_D((INT)(val));
+}
+#else
+inline INT fixnorm_S(FIXP_SGL val)
+{
+    INT leadingBits = 0;
+    if ( val != (FIXP_SGL)0 ) {
+        if ( val < (FIXP_SGL)0 ) {
+            val = ~val;
+        }
+        leadingBits = fixnormz_S(val) - 1;
+    }
+    return (leadingBits);
+}
+#endif
+#endif
+
+#if !defined(FUNCTION_fixnorm_D)
+inline INT fixnorm_D(FIXP_DBL val)
+{
+    INT leadingBits = 0;
+    if ( val != (FIXP_DBL)0 ) {
+        if ( val < (FIXP_DBL)0 ) {
+            val = ~val;
+        }
+        leadingBits = fixnormz_D(val) - 1;
+    }
+    return (leadingBits);
+}
+#endif
+
+#endif /* __CLZ_H__ */
diff --git a/libFDK/include/common_fix.h b/libFDK/include/common_fix.h
new file mode 100644 (file)
index 0000000..79c87ac
--- /dev/null
@@ -0,0 +1,378 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Lohwasser, M. Gayer
+   Description: Flexible fixpoint library configuration
+
+******************************************************************************/
+
+#ifndef _COMMON_FIX_H
+#define _COMMON_FIX_H
+
+#include "FDK_archdef.h"
+#include "machine_type.h"
+
+/* ***** Start of former fix.h ****** */
+
+/* Configure fractional or integer arithmetic */
+  #define FIX_FRACT 0 /* Define this to "1" to use fractional arithmetic simulation in class fract instead of integer arithmetic */
+                      /* 1 for debug with extra runtime overflow checking.                                                      */
+
+/* Define bit sizes of integer fixpoint fractional data types */
+#define FRACT_BITS      16 /* single precision */
+#define DFRACT_BITS     32 /* double precision */
+#define ACCU_BITS       40 /* double precision plus overflow */
+
+/* Fixpoint equivalent type fot PCM audio time domain data. */
+#if defined(SAMPLE_BITS)
+#if (SAMPLE_BITS == DFRACT_BITS)
+  #define FIXP_PCM      FIXP_DBL
+  #define FX_PCM2FX_DBL(x) ((FIXP_DBL)(x))
+  #define FX_DBL2FX_PCM(x) ((INT_PCM)(x))
+#elif (SAMPLE_BITS == FRACT_BITS)
+  #define FIXP_PCM      FIXP_SGL
+  #define FX_PCM2FX_DBL(x) FX_SGL2FX_DBL((FIXP_SGL)(x))
+  #define FX_DBL2FX_PCM(x) FX_DBL2FX_SGL(x)
+#else
+  #error SAMPLE_BITS different from FRACT_BITS or DFRACT_BITS not implemented!
+#endif
+#endif
+
+/* ****** End of former fix.h ****** */
+
+#define SGL_MASK            ((1UL<<FRACT_BITS)-1)   /* 16bit: (2^16)-1 = 0xFFFF */
+
+#define MAX_SHIFT_SGL (FRACT_BITS-1)   /* maximum possible shift for FIXP_SGL values */
+#define MAX_SHIFT_DBL (DFRACT_BITS-1)  /* maximum possible shift for FIXP_DBL values */
+
+/* Scale factor from/to float/fixpoint values. DO NOT USE THESE VALUES AS SATURATION LIMITS !! */
+#define FRACT_FIX_SCALE     ((INT64(1)<<(FRACT_BITS-1)))
+#define DFRACT_FIX_SCALE    ((INT64(1)<<(DFRACT_BITS-1)))
+
+/* Max and Min values for saturation purposes. DO NOT USE THESE VALUES AS SCALE VALUES !! */
+#define  MAXVAL_SGL     ((signed)0x00007FFF)    /* this has to be synchronized to FRACT_BITS */
+#define  MINVAL_SGL     ((signed)0xFFFF8000)    /* this has to be synchronized to FRACT_BITS */
+#define  MAXVAL_DBL     ((signed)0x7FFFFFFF)    /* this has to be synchronized to DFRACT_BITS */
+#define  MINVAL_DBL     ((signed)0x80000000)    /* this has to be synchronized to DFRACT_BITS */
+
+
+#define FX_DBL2FXCONST_SGL(val) ( ( ((((val) >> (DFRACT_BITS-FRACT_BITS-1)) + 1) > (((LONG)1<<FRACT_BITS)-1)) && ((LONG)(val) > 0) ) ? \
+   (FIXP_SGL)(SHORT)(((LONG)1<<(FRACT_BITS-1))-1):(FIXP_SGL)(SHORT)((((val) >> (DFRACT_BITS-FRACT_BITS-1)) + 1) >> 1) )
+
+
+
+#define shouldBeUnion union     /* unions are possible */
+
+    typedef SHORT       FIXP_SGL;
+    typedef LONG        FIXP_DBL;
+
+/* macros for compile-time conversion of constant float values to fixedpoint */
+#define FL2FXCONST_SPC FL2FXCONST_DBL
+
+#define MINVAL_DBL_CONST MINVAL_DBL
+#define MINVAL_SGL_CONST MINVAL_SGL
+
+#define FL2FXCONST_SGL(val)                                                                                                     \
+(FIXP_SGL)( ( (val) >= 0) ?                                                                                                               \
+((( (double)(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SHORT)( (double)(val) * (double)(FRACT_FIX_SCALE) + 0.5)) :   \
+((( (double)(val) * (FRACT_FIX_SCALE) - 0.5) <=  (double)(MINVAL_SGL_CONST) ) ? (SHORT)(MINVAL_SGL_CONST) : (SHORT)( (double)(val) * (double)(FRACT_FIX_SCALE) - 0.5)) )
+
+#define FL2FXCONST_DBL(val)                                                                                                     \
+(FIXP_DBL)( ( (val) >= 0) ?                                                                                                               \
+((( (double)(val) * (DFRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_DBL) ) ? (LONG)(MAXVAL_DBL) : (LONG)( (double)(val) * (double)(DFRACT_FIX_SCALE) + 0.5)) : \
+((( (double)(val) * (DFRACT_FIX_SCALE) - 0.5) <=  (double)(MINVAL_DBL_CONST) ) ? (LONG)(MINVAL_DBL_CONST) : (LONG)( (double)(val) * (double)(DFRACT_FIX_SCALE) - 0.5)) )
+
+/* macros for runtime conversion of float values to integer fixedpoint. NO OVERFLOW CHECK!!! */
+#define FL2FX_SPC FL2FX_DBL
+#define FL2FX_SGL(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (val)*(float)(FRACT_FIX_SCALE)-0.5f ) )
+#define FL2FX_DBL(val) ( (val)>0.0f ? (LONG)( (val)*(float)(DFRACT_FIX_SCALE)+0.5f ) : (LONG)( (val)*(float)(DFRACT_FIX_SCALE)-0.5f ) )
+
+/* macros for runtime conversion of fixedpoint values to other fixedpoint. NO ROUNDING!!! */
+#define FX_ACC2FX_SGL(val) ((FIXP_SGL)((val)>>(ACCU_BITS-FRACT_BITS)))
+#define FX_ACC2FX_DBL(val) ((FIXP_DBL)((val)>>(ACCU_BITS-DFRACT_BITS)))
+#define FX_SGL2FX_ACC(val) ((FIXP_ACC)((LONG)(val)<<(ACCU_BITS-FRACT_BITS)))
+#define FX_SGL2FX_DBL(val) ((FIXP_DBL)((LONG)(val)<<(DFRACT_BITS-FRACT_BITS)))
+#define FX_DBL2FX_SGL(val) ((FIXP_SGL)((val)>>(DFRACT_BITS-FRACT_BITS)))
+
+/* ############################################################# */
+
+/* macros for runtime conversion of integer fixedpoint values to float. */
+/* This is just for temporary use and should not be required in a final version! */
+
+/* #define FX_DBL2FL(val)  ((float)(pow(2.,-31.)*(float)val)) */  /* version #1 */
+#define FX_DBL2FL(val)  ((float)((double)(val)/(double)DFRACT_FIX_SCALE))   /* version #2 - identical to class dfract cast from dfract to float */
+
+/* ############################################################# */
+#include "fixmul.h"
+
+FDK_INLINE LONG fMult(SHORT a, SHORT b)         { return fixmul_SS(a, b); }
+FDK_INLINE LONG fMult(SHORT a, LONG b)          { return fixmul_SD(a, b); }
+FDK_INLINE LONG fMult(LONG a, SHORT b)          { return fixmul_DS(a, b); }
+FDK_INLINE LONG fMult(LONG a, LONG b)           { return fixmul_DD(a, b); }
+FDK_INLINE LONG fPow2(LONG a)                   { return fixpow2_D(a);    }
+FDK_INLINE LONG fPow2(SHORT a)                  { return fixpow2_S(a);    }
+
+FDK_INLINE INT  fMultI(LONG a, SHORT b)         { return ( (INT)(((1<<(FRACT_BITS-2)) +
+                                                          fixmuldiv2_DD(a,((INT)b<<FRACT_BITS)))>>(FRACT_BITS-1)) ); }
+
+FDK_INLINE INT  fMultIfloor(LONG a, INT b)      { return ( (INT)((1 +
+                                                          fixmuldiv2_DD(a,(b<<FRACT_BITS))) >> (FRACT_BITS-1)) ); }
+
+FDK_INLINE INT  fMultIceil(LONG a, INT b)       { return ( (INT)(((INT)0x7fff +
+                                                          fixmuldiv2_DD(a,(b<<FRACT_BITS))) >> (FRACT_BITS-1)) ); }
+
+FDK_INLINE LONG fMultDiv2(SHORT a, SHORT b)     { return fixmuldiv2_SS(a, b); }
+FDK_INLINE LONG fMultDiv2(SHORT a, LONG b)      { return fixmuldiv2_SD(a, b); }
+FDK_INLINE LONG fMultDiv2(LONG a, SHORT b)      { return fixmuldiv2_DS(a, b); }
+FDK_INLINE LONG fMultDiv2(LONG a, LONG b)       { return fixmuldiv2_DD(a, b); }
+FDK_INLINE LONG fPow2Div2(LONG a)               { return fixpow2div2_D(a);    }
+FDK_INLINE LONG fPow2Div2(SHORT a)              { return fixpow2div2_S(a);    }
+
+FDK_INLINE LONG fMultDiv2BitExact(LONG a, LONG b)   { return fixmuldiv2BitExact_DD(a, b); }
+FDK_INLINE LONG fMultDiv2BitExact(SHORT a, LONG  b) { return fixmuldiv2BitExact_SD(a, b); }
+FDK_INLINE LONG fMultDiv2BitExact(LONG  a, SHORT b) { return fixmuldiv2BitExact_DS(a, b); }
+FDK_INLINE LONG fMultBitExact(LONG a, LONG b)       { return fixmulBitExact_DD(a, b); }
+FDK_INLINE LONG fMultBitExact(SHORT a, LONG  b)     { return fixmulBitExact_SD(a, b); }
+FDK_INLINE LONG fMultBitExact(LONG  a, SHORT b)     { return fixmulBitExact_DS(a, b); }
+
+/* ******************************************************************************** */
+#include "abs.h"
+
+FDK_INLINE FIXP_DBL fAbs(FIXP_DBL x)
+                { return fixabs_D(x); }
+FDK_INLINE FIXP_SGL fAbs(FIXP_SGL x)
+                { return fixabs_S(x); }
+
+/* workaround for TI C6x compiler but not for TI ARM9E compiler */
+#if (!defined(__TI_COMPILER_VERSION__) || defined(__TI_TMS470_V5__)) && !defined(__x86_64__)
+FDK_INLINE INT  fAbs(INT x)
+                { return fixabs_I(x); }
+#endif
+
+/* ******************************************************************************** */
+
+#include "clz.h"
+
+FDK_INLINE INT fNormz(FIXP_DBL x)
+               { return fixnormz_D(x); }
+FDK_INLINE INT fNormz(FIXP_SGL x)
+               { return fixnormz_S(x); }
+FDK_INLINE INT fNorm(FIXP_DBL x)
+               { return fixnorm_D(x); }
+FDK_INLINE INT fNorm(FIXP_SGL x)
+               { return fixnorm_S(x); }
+
+
+/* ******************************************************************************** */
+/* ******************************************************************************** */
+/* ******************************************************************************** */
+
+#include "clz.h"
+#define fixp_abs(x) fAbs(x)
+#define fixMin(a,b) fMin(a,b)
+#define fixMax(a,b) fMax(a,b)
+#define CntLeadingZeros(x)  fixnormz_D(x)
+#define CountLeadingBits(x) fixnorm_D(x)
+
+#include "fixmadd.h"
+
+/* y = (x+0.5*a*b) */
+FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmadddiv2_DD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmadddiv2_SD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmadddiv2_DS(x, a, b); }
+FDK_INLINE FIXP_DBL fMultAddDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b)
+                { return fixmadddiv2_SS(x, a, b); }
+
+FDK_INLINE FIXP_DBL fPow2AddDiv2(FIXP_DBL x, FIXP_DBL a)
+                { return fixpadddiv2_D(x, a); }
+FDK_INLINE FIXP_DBL fPow2AddDiv2(FIXP_DBL x, FIXP_SGL a)
+                { return fixpadddiv2_S(x, a); }
+
+
+/* y = 2*(x+0.5*a*b) = (2x+a*b) */
+FDK_INLINE FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmadd_DD(x, a, b); }
+inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmadd_SD(x, a, b); }
+inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmadd_DS(x, a, b); }
+inline FIXP_DBL fMultAdd(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b)
+                { return fixmadd_SS(x, a, b); }
+
+inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_DBL a)
+                { return fixpadd_D(x, a); }
+inline FIXP_DBL fPow2Add(FIXP_DBL x, FIXP_SGL a)
+                { return fixpadd_S(x, a); }
+
+
+/* y = (x-0.5*a*b) */
+inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmsubdiv2_DD(x, a, b); }
+inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmsubdiv2_SD(x, a, b); }
+inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmsubdiv2_DS(x, a, b); }
+inline FIXP_DBL fMultSubDiv2(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b)
+                { return fixmsubdiv2_SS(x, a, b); }
+
+/* y = 2*(x-0.5*a*b) = (2*x-a*b) */
+FDK_INLINE FIXP_DBL fMultSub(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmsub_DD(x, a, b); }
+inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmsub_SD(x, a, b); }
+inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmsub_DS(x, a, b); }
+inline FIXP_DBL fMultSub(FIXP_DBL x, FIXP_SGL a, FIXP_SGL b)
+                { return fixmsub_SS(x, a, b); }
+
+FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmadddiv2BitExact_DD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmadddiv2BitExact_SD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultAddDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmadddiv2BitExact_DS(x, a, b); }
+FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_DBL b)
+                { return fixmsubdiv2BitExact_DD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_SGL a, FIXP_DBL b)
+                { return fixmsubdiv2BitExact_SD(x, a, b); }
+FDK_INLINE FIXP_DBL fMultSubDiv2BitExact(FIXP_DBL x, FIXP_DBL a, FIXP_SGL b)
+                { return fixmsubdiv2BitExact_DS(x, a, b); }
+
+#include "fixminmax.h"
+
+FDK_INLINE FIXP_DBL fMin(FIXP_DBL a, FIXP_DBL b)
+                { return fixmin_D(a,b); }
+FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b)
+                { return fixmax_D(a,b); }
+
+FDK_INLINE FIXP_SGL fMin(FIXP_SGL a, FIXP_SGL b)
+                { return fixmin_S(a,b); }
+FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b)
+                { return fixmax_S(a,b); }
+
+/* workaround for TI C6x compiler but not for TI ARM9E */
+#if ((!defined(__TI_COMPILER_VERSION__) || defined(__TI_TMS470_V5__)) && !defined(__x86_64__)) || (FIX_FRACT == 1)
+FDK_INLINE INT fMax(INT a, INT b)
+                { return fixmax_I(a,b); }
+FDK_INLINE INT fMin(INT a, INT b)
+                { return fixmin_I(a,b); }
+#endif
+
+inline UINT fMax(UINT a, UINT b)
+                { return fixmax_UI(a,b); }
+inline UINT fMin(UINT a, UINT b)
+                { return fixmin_UI(a,b); }
+
+/* Complex data types */
+typedef shouldBeUnion {
+  /* vector representation for arithmetic */
+  struct {
+    FIXP_SGL re;
+    FIXP_SGL im;
+  } v;
+  /* word representation for memory move */
+  LONG w;
+} FIXP_SPK;
+
+typedef shouldBeUnion {
+  /* vector representation for arithmetic */
+  struct {
+    FIXP_DBL re;
+    FIXP_DBL im;
+  } v;
+  /* word representation for memory move */
+  INT64 w;
+} FIXP_DPK;
+
+#include "fixmul.h"
+#include "fixmadd.h"
+#include "cplx_mul.h"
+#include "scale.h"
+#include "fixpoint_math.h"
+
+#endif
diff --git a/libFDK/include/cplx_mul.h b/libFDK/include/cplx_mul.h
new file mode 100644 (file)
index 0000000..093ffa6
--- /dev/null
@@ -0,0 +1,269 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#include "common_fix.h"
+
+#if !defined(__CPLX_Mult_H__)
+#define __CPLX_Mult_H__
+
+#if defined(__CC_ARM) || defined(__arm__) || defined(_M_ARM)   /* cppp replaced: elif */
+#include "arm/cplx_mul.h"
+
+#elif defined(__GNUC__) && defined(__mips__)   /* cppp replaced: elif */
+#include "mips/cplx_mul.h"
+
+#endif /* #if defined all cores: bfin, arm, etc. */
+
+/* ############################################################################# */
+
+/* Fallback generic implementations */
+
+#if !defined(FUNCTION_cplxMultDiv2_32x16X2)
+#define FUNCTION_cplxMultDiv2_32x16X2
+
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL  a_Re,
+                          const FIXP_DBL  a_Im,
+                          const FIXP_SGL  b_Re,
+                          const FIXP_SGL  b_Im)
+{
+  *c_Re = fMultDiv2(a_Re,b_Re) - fMultDiv2(a_Im,b_Im);
+  *c_Im = fMultDiv2(a_Re,b_Im) + fMultDiv2(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultDiv2_32x16)
+#define FUNCTION_cplxMultDiv2_32x16
+
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL a_Re,
+                          const FIXP_DBL a_Im,
+                          const FIXP_SPK w )
+{
+  cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultAddDiv2_32x16X2)
+#define FUNCTION_cplxMultAddDiv2_32x16X2
+
+inline void cplxMultAddDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL  a_Re,
+                          const FIXP_DBL  a_Im,
+                          const FIXP_SGL  b_Re,
+                          const FIXP_SGL  b_Im)
+{
+  *c_Re += fMultDiv2(a_Re,b_Re) - fMultDiv2(a_Im,b_Im);
+  *c_Im += fMultDiv2(a_Re,b_Im) + fMultDiv2(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultSubDiv2_32x16X2)
+#define FUNCTION_cplxMultSubDiv2_32x16X2
+
+inline void cplxMultSubDiv2( FIXP_DBL *c_Re,
+                             FIXP_DBL *c_Im,
+                             const FIXP_DBL  a_Re,
+                             const FIXP_DBL  a_Im,
+                             const FIXP_SGL  b_Re,
+                             const FIXP_SGL  b_Im)
+{
+  *c_Re -= fMultDiv2(a_Re,b_Re) - fMultDiv2(a_Im,b_Im);
+  *c_Im -= fMultDiv2(a_Re,b_Im) + fMultDiv2(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultDiv2_32x32X2)
+#define FUNCTION_cplxMultDiv2_32x32X2
+
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL  a_Re,
+                          const FIXP_DBL  a_Im,
+                          const FIXP_DBL  b_Re,
+                          const FIXP_DBL  b_Im)
+{
+  *c_Re = fMultDiv2(a_Re,b_Re) - fMultDiv2(a_Im,b_Im);
+  *c_Im = fMultDiv2(a_Re,b_Im) + fMultDiv2(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultDiv2_32x32)
+#define FUNCTION_cplxMultDiv2_32x32
+
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          const FIXP_DBL  a_Re,
+                          const FIXP_DBL  a_Im,
+                          const FIXP_DPK  w)
+{
+  cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMultSubDiv2_32x32X2)
+#define FUNCTION_cplxMultSubDiv2_32x32X2
+
+inline void cplxMultSubDiv2( FIXP_DBL *c_Re,
+                             FIXP_DBL *c_Im,
+                             const FIXP_DBL  a_Re,
+                             const FIXP_DBL  a_Im,
+                             const FIXP_DBL  b_Re,
+                             const FIXP_DBL  b_Im)
+{
+  *c_Re -= fMultDiv2(a_Re,b_Re) - fMultDiv2(a_Im,b_Im);
+  *c_Im -= fMultDiv2(a_Re,b_Im) + fMultDiv2(a_Im,b_Re);
+}
+#endif
+
+/* ############################################################################# */
+
+#if !defined(FUNCTION_cplxMult_32x16X2)
+#define FUNCTION_cplxMult_32x16X2
+
+inline void cplxMult( FIXP_DBL *c_Re,
+                      FIXP_DBL *c_Im,
+                      const FIXP_DBL  a_Re,
+                      const FIXP_DBL  a_Im,
+                      const FIXP_SGL  b_Re,
+                      const FIXP_SGL  b_Im)
+{
+  *c_Re = fMult(a_Re,b_Re) - fMult(a_Im,b_Im);
+  *c_Im = fMult(a_Re,b_Im) + fMult(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMult_32x16)
+#define FUNCTION_cplxMult_32x16
+
+inline void cplxMult( FIXP_DBL *c_Re,
+                      FIXP_DBL *c_Im,
+                      const FIXP_DBL a_Re,
+                      const FIXP_DBL a_Im,
+                      const FIXP_SPK w )
+{
+  cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMult_32x32X2)
+#define FUNCTION_cplxMult_32x32X2
+
+inline void cplxMult( FIXP_DBL *c_Re,
+                      FIXP_DBL *c_Im,
+                      const FIXP_DBL  a_Re,
+                      const FIXP_DBL  a_Im,
+                      const FIXP_DBL  b_Re,
+                      const FIXP_DBL  b_Im)
+{
+  *c_Re = fMult(a_Re,b_Re) - fMult(a_Im,b_Im);
+  *c_Im = fMult(a_Re,b_Im) + fMult(a_Im,b_Re);
+}
+#endif
+
+#if !defined(FUNCTION_cplxMult_32x32)
+#define FUNCTION_cplxMult_32x32
+inline void cplxMult( FIXP_DBL *c_Re,
+                      FIXP_DBL *c_Im,
+                      const FIXP_DBL  a_Re,
+                      const FIXP_DBL  a_Im,
+                      const FIXP_DPK  w)
+{
+  cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
+}
+#endif
+
+/* ############################################################################# */
+
+#endif /* __CPLX_Mult_H__ */
+
diff --git a/libFDK/include/dct.h b/libFDK/include/dct.h
new file mode 100644 (file)
index 0000000..af1edd3
--- /dev/null
@@ -0,0 +1,147 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: Library functions to calculate standard DCTs. This will most
+                likely be replaced by hand-optimized functions for the specific
+                target processor.
+
+******************************************************************************/
+
+#ifndef __dct_H
+#define __dct_H
+
+
+
+#include "common_fix.h"
+
+/**
+ * \brief Calculate DCT type II of given length. The DCT IV is
+ *        calculated by a complex FFT, with some pre and post twiddeling.
+ *        A factor of sqrt(2/(N-1)) is NOT applied.
+ * \param pDat pointer to input/output data (in place processing).
+ * \param size size of pDat.
+ * \param pDat_e pointer to an integer containing the exponent of the data
+ *               referenced by pDat. The exponent is updated accordingly.
+ */
+void dct_II(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
+
+/**
+ * \brief Calculate DCT type III of given length. The DCT IV is
+ *        calculated by a complex FFT, with some pre and post twiddeling.
+ *        Note that the factor 0.5 for the sum term x[0] is 1.0 instead of 0.5.
+ *        A factor of sqrt(2/N) is NOT applied.
+ * \param pDat pointer to input/output data (in place processing).
+ * \param size size of pDat.
+ * \param pDat_e pointer to an integer containing the exponent of the data
+ *               referenced by pDat. The exponent is updated accordingly.
+ */
+void dct_III(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
+
+/**
+ * \brief Calculate DCT type IV of given length. The DCT IV is
+ *        calculated by a complex FFT, with some pre and post twiddeling.
+ *        A factor of sqrt(2/N) is NOT applied.
+ * \param pDat pointer to input/output data (in place processing).
+ * \param size size of pDat.
+ * \param pDat_e pointer to an integer containing the exponent of the data
+ *               referenced by pDat. The exponent is updated accordingly.
+ */
+void dct_IV(FIXP_DBL *pDat,int size, int *pDat_e);
+
+/**
+ * \brief Calculate DST type IV of given length. The DST IV is
+ *        calculated by a complex FFT, with some pre and post twiddeling.
+ *        A factor of sqrt(2/N) is NOT applied.
+ * \param pDat pointer to input/output data (in place processing).
+ * \param size size of pDat.
+ * \param pDat_e pointer to an integer containing the exponent of the data
+ *               referenced by pDat. The exponent is updated accordingly.
+ */
+void dst_IV(FIXP_DBL *pDat,int size, int *pDat_e);
+
+
+
+#endif
diff --git a/libFDK/include/fft.h b/libFDK/include/fft.h
new file mode 100644 (file)
index 0000000..616f350
--- /dev/null
@@ -0,0 +1,253 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Josef Hoepfl, DSP Solutions
+   Description: Fix point FFT
+
+******************************************************************************/
+
+#ifndef __FFT_H__
+#define __FFT_H__
+
+#include "common_fix.h"
+
+/**
+ * \brief Perform an inplace complex valued FFT of length 2^n
+ *
+ * \param length Length of the FFT to be calculated.
+ * \param pInput Input/Output data buffer. The input data must have at least 1 bit scale headroom.
+ *          The values are interleaved, real/imag pairs.
+ * \param scalefactor Pointer to an INT, which contains the current scale of the input data,
+ *                    which is updated according to the FFT scale.
+ */
+void fft(int length, FIXP_DBL *pInput, INT *scalefactor);
+
+/**
+ * \brief Perform an inplace complex valued IFFT of length 2^n
+ *
+ * \param length Length of the FFT to be calculated.
+ * \param pInput Input/Output data buffer. The input data must have at least 1 bit scale headroom.
+ *          The values are interleaved, real/imag pairs.
+ * \param scalefactor Pointer to an INT, which contains the current scale of the input data,
+ *                    which is updated according to the IFFT scale.
+ */
+void ifft(int length, FIXP_DBL *pInput, INT *scalefactor);
+
+
+/*
+ * Frequently used and fixed short length FFTs.
+ */
+
+LNK_SECTION_CODE_L1
+static void FORCEINLINE fft_4(FIXP_DBL *x)
+{
+    FIXP_DBL a00, a10, a20, a30, tmp0, tmp1;
+
+    a00 = (x[0] + x[4])>>1;  /* Re A + Re B */
+    a10 = (x[2] + x[6])>>1;  /* Re C + Re D */
+    a20 = (x[1] + x[5])>>1;  /* Im A + Im B */
+    a30 = (x[3] + x[7])>>1;  /* Im C + Im D */
+
+    x[0] = a00 + a10;       /* Re A' = Re A + Re B + Re C + Re D */
+    x[1] = a20 + a30;       /* Im A' = Im A + Im B + Im C + Im D */
+
+    tmp0 = a00 - x[4];       /* Re A - Re B */
+    tmp1 = a20 - x[5];       /* Im A - Im B */
+
+    x[4] = a00 - a10;       /* Re C' = Re A + Re B - Re C - Re D */
+    x[5] = a20 - a30;       /* Im C' = Im A + Im B - Im C - Im D */
+
+    a10 = a10 - x[6];       /* Re C - Re D */
+    a30 = a30 - x[7];       /* Im C - Im D */
+
+    x[2] = tmp0 + a30;       /* Re B' = Re A - Re B + Im C - Im D */
+    x[6] = tmp0 - a30;       /* Re D' = Re A - Re B - Im C + Im D */
+    x[3] = tmp1 - a10;       /* Im B' = Im A - Im B - Re C + Re D */
+    x[7] = tmp1 + a10;       /* Im D' = Im A - Im B + Re C - Re D */
+}
+
+LNK_SECTION_CODE_L1
+static void FORCEINLINE fft_8(FIXP_DBL *x)
+{
+      #define W_PiFOURTH STC(0x5a82799a)
+
+      FIXP_DBL a00, a10, a20, a30;
+      FIXP_DBL y[16];
+
+      a00 = (x[0] + x[8])>>1;
+      a10 =  x[4] + x[12];
+      a20 = (x[1] + x[9])>>1;
+      a30 =  x[5] + x[13];
+
+      y[0] = a00 + (a10>>1);
+      y[4] = a00 - (a10>>1);
+      y[1] = a20 + (a30>>1);
+      y[5] = a20 - (a30>>1);
+
+      a00 = a00      - x[8];
+      a10 = (a10>>1) - x[12];
+      a20 = a20      - x[9];
+      a30 = (a30>>1) - x[13];
+
+      y[2] = a00 + a30;
+      y[6] = a00 - a30;
+      y[3] = a20 - a10;
+      y[7] = a20 + a10;
+
+      a00 = (x[2] + x[10])>>1;
+      a10 =  x[6] + x[14];
+      a20 = (x[3] + x[11])>>1;
+      a30 =  x[7] + x[15];
+
+      y[8]  = a00 + (a10>>1);
+      y[12] = a00 - (a10>>1);
+      y[9]  = a20 + (a30>>1);
+      y[13] = a20 - (a30>>1);
+
+      a00 = a00      - x[10];
+      a10 = (a10>>1) - x[14];
+      a20 = a20      - x[11];
+      a30 = (a30>>1) - x[15];
+
+      y[10] = a00 + a30;
+      y[14] = a00 - a30;
+      y[11] = a20 - a10;
+      y[15] = a20 + a10;
+
+      FIXP_DBL vr, vi, ur, ui;
+
+      ur = y[0]>>1;
+      ui = y[1]>>1;
+      vr = y[8];
+      vi = y[9];
+      x[0] = ur + (vr>>1);
+      x[1] = ui + (vi>>1);
+      x[8] = ur - (vr>>1);
+      x[9] = ui - (vi>>1);
+
+      ur = y[4]>>1;
+      ui = y[5]>>1;
+      vi = y[12];
+      vr = y[13];
+      x[4]  = ur + (vr>>1);
+      x[5]  = ui - (vi>>1);
+      x[12] = ur - (vr>>1);
+      x[13] = ui + (vi>>1);
+
+      ur = y[10];
+      ui = y[11];
+      vr = fMultDiv2(ui+ur,W_PiFOURTH);
+      vi = fMultDiv2(ui-ur,W_PiFOURTH);
+      ur = y[2];
+      ui = y[3];
+      x[2]  = (ur>>1) + vr;
+      x[3]  = (ui>>1) + vi;
+      x[10] = (ur>>1) - vr;
+      x[11] = (ui>>1) - vi;
+
+      ur = y[14];
+      ui = y[15];
+      vr = fMultDiv2(ui-ur,W_PiFOURTH);
+      vi = fMultDiv2(ui+ur,W_PiFOURTH);
+      ur = y[6];
+      ui = y[7];
+      x[6]  = (ur>>1) + vr;
+      x[7]  = (ui>>1) - vi;
+      x[14] = (ur>>1) - vr;
+      x[15] = (ui>>1) + vi;
+}
+
+/**
+ * \brief FFT of fixed length 16
+ */
+inline void fft_16(FIXP_DBL *x);
+
+/**
+ * \brief FFT of fixed length 32
+ */
+inline void fft_32(FIXP_DBL *x);
+
+
+#endif
diff --git a/libFDK/include/fft_rad2.h b/libFDK/include/fft_rad2.h
new file mode 100644 (file)
index 0000000..90d14da
--- /dev/null
@@ -0,0 +1,134 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Lohwasser, M. Gayer
+   Description:
+
+******************************************************************************/
+
+#ifndef _FFT_RAD2_H
+#define _FFT_RAD2_H
+
+
+#include "common_fix.h"
+
+/**
+ * \brief Performe an inplace  complex valued FFT of 2^n length
+ *
+ * \param x Input/Output data buffer. The input data must have at least 1 bit scale headroom.
+ *          The values are interleaved, real/imag pairs.
+ * \param ldn log2 of FFT length
+ * \param trigdata Pointer to a sinetable of a length of at least (2^ldn)/2 sine values.
+ * \param trigDataSize length of the sinetable "trigdata".
+ */
+void dit_fft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize) ;
+
+/**
+ * \brief Performe an inplace complex valued inverse FFT of 2^n length
+ *
+ * \param x Input/Output data buffer. The input data must have at least 1 bit scale headroom.
+ *          The values are interleaved, real/imag pairs.
+ * \param ldn log2 of FFT length
+ * \param trigdata Pointer to a sinetable of a length of at least (2^ldn)/2 sine values.
+ * \param trigDataSize length of the sinetable "trigdata".
+ */
+void dit_ifft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize) ;
+
+/* Rest of the world. */
+
+#define SCALEFACTOR2048       10
+#define SCALEFACTOR1024        9
+#define SCALEFACTOR512         8
+#define SCALEFACTOR256         7
+#define SCALEFACTOR128         6
+#define SCALEFACTOR64          5
+#define SCALEFACTOR32          4
+#define SCALEFACTOR16          3
+#define SCALEFACTOR8           2
+#define SCALEFACTOR4           1
+#define SCALEFACTOR2           1
+
+#endif /* _FFT_RAD2_H */
+
diff --git a/libFDK/include/fixmadd.h b/libFDK/include/fixmadd.h
new file mode 100644 (file)
index 0000000..851b7a2
--- /dev/null
@@ -0,0 +1,306 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Lohwasser, M. Gayer
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if !defined(__FIXMADD_H__)
+#define __FIXMADD_H__
+
+#include "FDK_archdef.h"
+#include "machine_type.h"
+#include "fixmul.h"
+
+#if defined(__arm__)
+#include "arm/fixmadd_arm.h"
+
+#elif defined(__mips__)        /* cppp replaced: elif */
+#include "mips/fixmadd_mips.h"
+
+#endif /* all cores */
+
+/*************************************************************************
+ *************************************************************************
+    Software fallbacks for missing functions.
+**************************************************************************
+**************************************************************************/
+
+/* Divide by two versions. */
+
+#if !defined(FUNCTION_fixmadddiv2_DD)
+inline FIXP_DBL fixmadddiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
+            { return (x + fMultDiv2 (a, b)); }
+#endif
+
+#if !defined(FUNCTION_fixmadddiv2_SD)
+inline FIXP_DBL fixmadddiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmadddiv2_DS
+  return fixmadddiv2_DS(x, b, a);
+#else
+  return fixmadddiv2_DD(x, FX_SGL2FX_DBL(a), b);
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmadddiv2_DS)
+inline FIXP_DBL fixmadddiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmadddiv2_SD
+  return fixmadddiv2_SD(x, b, a);
+#else
+  return fixmadddiv2_DD(x, a, FX_SGL2FX_DBL(b));
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmadddiv2_SS)
+inline FIXP_DBL fixmadddiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b)
+            { return x + fMultDiv2(a,b); }
+#endif
+
+#if !defined(FUNCTION_fixmsubdiv2_DD)
+inline FIXP_DBL fixmsubdiv2_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
+            { return (x - fMultDiv2 (a, b)); }
+#endif
+
+#if !defined(FUNCTION_fixmsubdiv2_SD)
+inline FIXP_DBL fixmsubdiv2_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmsubdiv2_DS
+  return fixmsubdiv2_DS(x, b, a);
+#else
+  return fixmsubdiv2_DD(x, FX_SGL2FX_DBL(a), b);
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmsubdiv2_DS)
+inline FIXP_DBL fixmsubdiv2_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmsubdiv2_SD
+  return fixmsubdiv2_SD(x, b, a);
+#else
+  return fixmsubdiv2_DD(x, a, FX_SGL2FX_DBL(b));
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmsubdiv2_SS)
+inline FIXP_DBL fixmsubdiv2_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b)
+            { return x - fMultDiv2(a,b); }
+#endif
+
+
+#if !defined(FUNCTION_fixmadddiv2BitExact_DD)
+#define FUNCTION_fixmadddiv2BitExact_DD
+inline FIXP_DBL fixmadddiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+  return x + fMultDiv2BitExact(a, b);
+}
+#endif
+#if !defined(FUNCTION_fixmadddiv2BitExact_SD)
+#define FUNCTION_fixmadddiv2BitExact_SD
+inline FIXP_DBL fixmadddiv2BitExact_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmadddiv2BitExact_DS
+  return fixmadddiv2BitExact_DS(x, b, a);
+#else
+  return x + fMultDiv2BitExact(a, b);
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmadddiv2BitExact_DS)
+#define FUNCTION_fixmadddiv2BitExact_DS
+inline FIXP_DBL fixmadddiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmadddiv2BitExact_SD
+  return fixmadddiv2BitExact_SD(x, b, a);
+#else
+  return x + fMultDiv2BitExact(a, b);
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmsubdiv2BitExact_DD)
+#define FUNCTION_fixmsubdiv2BitExact_DD
+inline FIXP_DBL fixmsubdiv2BitExact_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) {
+  return x - fMultDiv2BitExact(a, b);
+}
+#endif
+#if !defined(FUNCTION_fixmsubdiv2BitExact_SD)
+#define FUNCTION_fixmsubdiv2BitExact_SD
+inline FIXP_DBL fixmsubdiv2BitExact_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmsubdiv2BitExact_DS
+  return fixmsubdiv2BitExact_DS(x, b, a);
+#else
+  return x - fMultDiv2BitExact(a, b);
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmsubdiv2BitExact_DS)
+#define FUNCTION_fixmsubdiv2BitExact_DS
+inline FIXP_DBL fixmsubdiv2BitExact_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmsubdiv2BitExact_SD
+  return fixmsubdiv2BitExact_SD(x, b, a);
+#else
+  return x - fMultDiv2BitExact(a, b);
+#endif
+}
+#endif
+
+/* Normal versions */
+
+#if !defined(FUNCTION_fixmadd_DD)
+inline FIXP_DBL fixmadd_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
+            { return fixmadddiv2_DD(x,a,b)<<1; }
+#endif
+#if !defined(FUNCTION_fixmadd_SD)
+inline FIXP_DBL fixmadd_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmadd_DS
+  return fixmadd_DS(x, b, a);
+#else
+  return fixmadd_DD(x, FX_SGL2FX_DBL(a), b);
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmadd_DS)
+inline FIXP_DBL fixmadd_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmadd_SD
+  return fixmadd_SD(x, b, a);
+#else
+  return fixmadd_DD(x, a, FX_SGL2FX_DBL(b));
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmadd_SS)
+inline FIXP_DBL fixmadd_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b)
+            { return (x + fMultDiv2(a,b))<<1; }
+#endif
+
+#if !defined(FUNCTION_fixmsub_DD)
+inline FIXP_DBL fixmsub_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
+            { return fixmsubdiv2_DD(x,a,b)<<1; }
+#endif
+#if !defined(FUNCTION_fixmsub_SD)
+inline FIXP_DBL fixmsub_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
+#ifdef FUNCTION_fixmsub_DS
+  return fixmsub_DS(x, b, a);
+#else
+  return fixmsub_DD(x, FX_SGL2FX_DBL(a), b);
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmsub_DS)
+inline FIXP_DBL fixmsub_DS (FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
+#ifdef FUNCTION_fixmsub_SD
+  return fixmsub_SD(x, b, a);
+#else
+  return fixmsub_DD(x, a, FX_SGL2FX_DBL(b));
+#endif
+}
+#endif
+#if !defined(FUNCTION_fixmsub_SS)
+inline FIXP_DBL fixmsub_SS (FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b)
+            { return (x - fMultDiv2(a,b))<<1; }
+#endif
+
+#if !defined(FUNCTION_fixpow2adddiv2_D)
+inline INT fixpadddiv2_D (FIXP_DBL x, const FIXP_DBL a)
+            { return (x + fPow2Div2(a)); }
+#endif
+#if !defined(FUNCTION_fixpow2add_D)
+inline INT fixpadd_D (FIXP_DBL x, const FIXP_DBL a)
+            {  return (x + fPow2(a)); }
+#endif
+
+#if !defined(FUNCTION_fixpow2adddiv2_S)
+inline INT fixpadddiv2_S (FIXP_DBL x, const FIXP_SGL a)
+            { return (x + fPow2Div2(a)); }
+#endif
+#if !defined(FUNCTION_fixpow2add_S)
+inline INT fixpadd_S (FIXP_DBL x, const FIXP_SGL a)
+            {  return (x + fPow2(a)); }
+#endif
+
+
+
+#endif // __FIXMADD_H__
+
diff --git a/libFDK/include/fixminmax.h b/libFDK/include/fixminmax.h
new file mode 100644 (file)
index 0000000..5a52824
--- /dev/null
@@ -0,0 +1,120 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Lohwasser, M. Gayer
+   Description: min/max inline functions and defines
+
+******************************************************************************/
+
+#ifndef FIXMINMAX__H
+#define FIXMINMAX__H
+
+#include "FDK_archdef.h"
+#include "machine_type.h"
+
+/* Inline Function to determine the smaller/bigger value of two values with same type. */
+
+
+template <class T> inline T fixmin (T a, T b)
+{
+       return (a < b ? a : b);
+}
+
+template <class T> inline T fixmax (T a, T b)
+{
+       return (a > b ? a : b);
+}
+
+#define fixmax_D(a,b) fixmax(a,b)
+#define fixmin_D(a,b) fixmin(a,b)
+#define fixmax_S(a,b) fixmax(a,b)
+#define fixmin_S(a,b) fixmin(a,b)
+#define fixmax_I(a,b) fixmax(a,b)
+#define fixmin_I(a,b) fixmin(a,b)
+#define fixmax_UI(a,b) fixmax(a,b)
+#define fixmin_UI(a,b) fixmin(a,b)
+
+
+#endif
diff --git a/libFDK/include/fixmul.h b/libFDK/include/fixmul.h
new file mode 100644 (file)
index 0000000..ea4bc6c
--- /dev/null
@@ -0,0 +1,286 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Stefan Gewinner
+   Description: fixed point multiplication
+
+******************************************************************************/
+
+#if !defined(__FIXMUL_H__)
+#define __FIXMUL_H__
+
+#include "FDK_archdef.h"
+#include "machine_type.h"
+
+
+#if defined(__arm__)
+#include "arm/fixmul_arm.h"
+
+#elif defined(__mips__)        /* cppp replaced: elif */
+#include "mips/fixmul_mips.h"
+
+#elif defined(__x86__) /* cppp replaced: elif */
+#include "x86/fixmul_x86.h"
+
+#endif /* all cores */
+
+/*************************************************************************
+ *************************************************************************
+    Software fallbacks for missing functions
+**************************************************************************
+**************************************************************************/
+
+#if !defined(FUNCTION_fixmuldiv2_DD)
+#define FUNCTION_fixmuldiv2_DD
+#if defined(_MSC_VER) || defined(__CC_ARM) || defined(__ANALOG_EXTENSIONS__) || defined(__TI_COMPILER_VERSION__)
+#pragma message ("Extremely slow implementation of fixmuldiv2_DD !!")
+#else
+#warning Extremely slow implementation of fixmuldiv2_DD !!
+#endif
+inline LONG fixmuldiv2_DD (const LONG a, const LONG b)
+{
+  return (LONG) ((((INT64)a) * b) >> 32) ;
+}
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2BitExact_DD)
+#define FUNCTION_fixmuldiv2BitExact_DD
+#if defined(_MSC_VER) || defined(__CC_ARM) || defined(__ANALOG_EXTENSIONS__) || defined(__TI_COMPILER_VERSION__)
+#pragma message ("Extremely slow implementation of fixmuldiv2BitExact_DD !!")
+#else
+#warning Extremely slow implementation of fixmuldiv2BitExact_DD !!
+#endif
+inline LONG fixmuldiv2BitExact_DD (const LONG a, const LONG b)
+{
+  return (LONG) ((((INT64)a) * b) >> 32) ;
+}
+#endif
+
+#if !defined(FUNCTION_fixmul_DD)
+#define FUNCTION_fixmul_DD
+inline LONG fixmul_DD (const LONG a, const LONG b)
+  { return fixmuldiv2_DD (a, b) << 1 ; }
+#endif
+
+#if !defined(FUNCTION_fixmulBitExact_DD)
+#define FUNCTION_fixmulBitExact_DD
+#if defined(_MSC_VER) || defined(__CC_ARM) || defined(__ANALOG_EXTENSIONS__) || defined(__TI_COMPILER_VERSION__) || defined(__XTENSA__)
+#pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
+#else
+#warning Extremely slow implementation of fixmulBitExact_DD !!
+#endif
+inline LONG fixmulBitExact_DD (const LONG a, const LONG b)
+{
+  return ( (LONG) ((((INT64)a) * b) >> 32) ) << 1;
+}
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2_SS)
+#define FUNCTION_fixmuldiv2_SS
+inline LONG fixmuldiv2_SS (const SHORT a, const SHORT b)
+  { return ((LONG)a*b); }
+#endif
+
+#if !defined(FUNCTION_fixmul_SS)
+#define FUNCTION_fixmul_SS
+inline LONG fixmul_SS (const SHORT a, const SHORT b)
+  { return (a*b) <<1; }
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2_SD)
+#define FUNCTION_fixmuldiv2_SD
+inline LONG fixmuldiv2_SD (const SHORT a, const LONG b)
+#ifdef FUNCTION_fixmuldiv2_DS
+  { return fixmuldiv2_DS(b, a); }
+#else
+  { return fixmuldiv2_DD(FX_SGL2FX_DBL(a), b); }
+#endif
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2_DS)
+#define FUNCTION_fixmuldiv2_DS
+inline LONG fixmuldiv2_DS (const LONG a, const SHORT b)
+#ifdef FUNCTION_fixmuldiv2_SD
+  { return fixmuldiv2_SD(b, a); }
+#else
+  { return fixmuldiv2_DD(a, FX_SGL2FX_DBL(b)); }
+#endif
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2BitExact_SD)
+#define FUNCTION_fixmuldiv2BitExact_SD
+inline LONG fixmuldiv2BitExact_SD (const SHORT a, const LONG b)
+#ifdef FUNCTION_fixmuldiv2BitExact_DS
+  { return fixmuldiv2BitExact_DS(b, a); }
+#else
+  { return (LONG) ((((INT64)a) * b) >> 16) ; }
+#endif
+#endif
+
+#if !defined(FUNCTION_fixmuldiv2BitExact_DS)
+#define FUNCTION_fixmuldiv2BitExact_DS
+inline LONG fixmuldiv2BitExact_DS (const LONG a, const SHORT b)
+#ifdef FUNCTION_fixmuldiv2BitExact_SD
+  { return fixmuldiv2BitExact_SD(b, a); }
+#else
+  { return (LONG) ((((INT64)a) * b) >> 16) ; }
+#endif
+#endif
+
+#if !defined(FUNCTION_fixmul_SD)
+#define FUNCTION_fixmul_SD
+inline LONG fixmul_SD (const SHORT a, const LONG b) {
+#ifdef FUNCTION_fixmul_DS
+  return fixmul_SD(b, a);
+#else
+  return fixmuldiv2_SD (a, b) << 1 ;
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmul_DS)
+#define FUNCTION_fixmul_DS
+inline LONG fixmul_DS (const LONG a, const SHORT b) {
+#ifdef FUNCTION_fixmul_SD
+  return fixmul_SD(b, a);
+#else
+  return fixmuldiv2_DS(a, b) << 1 ;
+#endif
+}
+#endif
+
+#if !defined(FUNCTION_fixmulBitExact_SD)
+#define FUNCTION_fixmulBitExact_SD
+inline LONG fixmulBitExact_SD (const SHORT a, const LONG b)
+#ifdef FUNCTION_fixmulBitExact_DS
+  { return fixmulBitExact_DS(b, a); }
+#else
+  { return (LONG) (((((INT64)a) * b) >> 16) << 1); }
+#endif
+#endif
+
+#if !defined(FUNCTION_fixmulBitExact_DS)
+#define FUNCTION_fixmulBitExact_DS
+inline LONG fixmulBitExact_DS (const LONG a, const SHORT b)
+#ifdef FUNCTION_fixmulBitExact_SD
+  { return fixmulBitExact_SD(b, a); }
+#else
+  { return (LONG) (((((INT64)a) * b) >> 16) << 1); }
+#endif
+#endif
+
+
+#if !defined(FUNCTION_fixpow2div2_D)
+#ifdef ARCH_WA_16BITMULT
+#error Fallback for fixpow2div2_D is not 16 bit safe !
+#endif
+#define FUNCTION_fixpow2div2_D
+inline LONG fixpow2div2_D (const LONG a)
+  { return fixmuldiv2_DD(a, a); }
+#endif
+
+#if !defined(FUNCTION_fixpow2_D)
+#ifdef ARCH_WA_16BITMULT
+#error Fallback for fixpow2_D is not 16 bit safe !
+#endif
+#define FUNCTION_fixpow2_D
+inline LONG fixpow2_D (const LONG a)
+  { return fixpow2div2_D(a)<<1; }
+#endif
+
+#if !defined(FUNCTION_fixpow2div2_S)
+#define FUNCTION_fixpow2div2_S
+inline LONG fixpow2div2_S (const SHORT a)
+  { return fixmuldiv2_SS(a, a); }
+#endif
+
+#if !defined(FUNCTION_fixpow2_S)
+#define FUNCTION_fixpow2_S
+inline LONG fixpow2_S (const SHORT a)
+  { return fixpow2div2_S(a)<<1; }
+#endif
+
+
+#endif /* __FIXMUL_H__ */
diff --git a/libFDK/include/fixpoint_math.h b/libFDK/include/fixpoint_math.h
new file mode 100644 (file)
index 0000000..df141d3
--- /dev/null
@@ -0,0 +1,466 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Gayer
+   Description: Fixed point specific mathematical functions
+
+******************************************************************************/
+
+#ifndef __fixpoint_math_H
+#define __fixpoint_math_H
+
+
+#include "common_fix.h"
+
+
+#define LD_DATA_SCALING (64.0f)
+#define LD_DATA_SHIFT   6   /* pow(2, LD_DATA_SHIFT) = LD_DATA_SCALING */
+
+/**
+ * \brief deprecated. Use fLog2() instead.
+ */
+FIXP_DBL CalcLdData(FIXP_DBL op);
+
+void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT number);
+
+FIXP_DBL CalcInvLdData(FIXP_DBL op);
+
+
+void     InitLdInt();
+FIXP_DBL CalcLdInt(INT i);
+
+extern const USHORT sqrt_tab[49];
+
+inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x)
+{
+  UINT y = (INT)x;
+  UCHAR is_zero=(y==0);
+  INT zeros=fixnormz_D(y) & 0x1e;
+  y<<=zeros;
+  UINT idx=(y>>26)-16;
+  USHORT frac=(y>>10)&0xffff;
+  USHORT nfrac=0xffff^frac;
+  UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1];
+  t=t>>(zeros>>1);
+  return(is_zero ? 0 : t);
+}
+
+inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x, INT *x_e)
+{
+  UINT y = (INT)x;
+  INT e;
+
+  if (x == (FIXP_DBL)0) {
+    return x;
+  }
+
+  /* Normalize */
+  e=fixnormz_D(y);
+  y<<=e;
+  e  = *x_e - e + 2;
+
+  /* Correct odd exponent. */
+  if (e & 1) {
+    y >>= 1;
+    e ++;
+  }
+  /* Get square root */
+  UINT idx=(y>>26)-16;
+  USHORT frac=(y>>10)&0xffff;
+  USHORT nfrac=0xffff^frac;
+  UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1];
+
+  /* Write back exponent */
+  *x_e = e >> 1;
+  return (FIXP_DBL)(LONG)(t>>1);
+}
+
+
+
+FIXP_DBL sqrtFixp(FIXP_DBL op);
+
+void InitInvSqrtTab();
+
+FIXP_DBL invSqrtNorm2(FIXP_DBL op, INT *shift);
+
+/*****************************************************************************
+
+    functionname: invFixp
+    description:  delivers 1/(op)
+
+*****************************************************************************/
+inline FIXP_DBL invFixp(FIXP_DBL op)
+{
+    INT tmp_exp ;
+    FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp) ;
+    FDK_ASSERT((31-(2*tmp_exp+1))>=0) ;
+    return ( fPow2Div2( (FIXP_DBL)tmp_inv ) >> (31-(2*tmp_exp+1)) ) ;
+}
+
+
+
+#if defined(__mips__) && (__GNUC__==2)
+
+#define FUNCTION_schur_div
+inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count)
+{
+  INT result, tmp ;
+   __asm__ ("srl %1, %2, 15\n"
+            "div %3, %1\n" : "=lo" (result)
+                           : "%d" (tmp), "d" (denum) ,  "d" (num)
+                           : "hi" ) ;
+  return result<<16 ;
+}
+
+/*###########################################################################################*/
+#elif defined(__mips__) && (__GNUC__==3)
+
+#define FUNCTION_schur_div
+inline FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count)
+{
+  INT result, tmp;
+
+   __asm__ ("srl  %[tmp], %[denum], 15\n"
+            "div %[result], %[num], %[tmp]\n"
+            : [tmp] "+r" (tmp), [result]"=r"(result)
+            : [denum]"r"(denum), [num]"r"(num)
+            : "hi", "lo");
+  return result << (DFRACT_BITS-16);
+}
+
+/*###########################################################################################*/
+#elif defined(SIMULATE_MIPS_DIV)
+
+#define FUNCTION_schur_div
+inline FIXP_DBL schur_div(FIXP_DBL num, FIXP_DBL denum, INT count)
+{
+    FDK_ASSERT (count<=DFRACT_BITS-1);
+    FDK_ASSERT (num>=(FIXP_DBL)0);
+    FDK_ASSERT (denum>(FIXP_DBL)0);
+    FDK_ASSERT (num <= denum);
+
+    INT tmp = denum >> (count-1);
+    INT result = 0;
+
+    while (num > tmp)
+    {
+        num -= tmp;
+        result++;
+    }
+
+    return result << (DFRACT_BITS-count);
+}
+
+/*###########################################################################################*/
+#endif /* target architecture selector */
+
+#if !defined(FUNCTION_schur_div)
+/**
+ * \brief Divide two FIXP_DBL values with given precision.
+ * \param num dividend
+ * \param denum divisor
+ * \param count amount of significant bits of the result (starting to the MSB)
+ * \return num/divisor
+ */
+FIXP_DBL schur_div(FIXP_DBL num,FIXP_DBL denum, INT count);
+#endif
+
+
+
+FIXP_DBL mul_dbl_sgl_rnd (const FIXP_DBL op1,
+                          const FIXP_SGL op2);
+
+/**
+ * \brief multiply two values with normalization, thus max precision.
+ * Author: Robert Weidner
+ *
+ * \param f1 first factor
+ * \param f2 secod factor
+ * \param result_e pointer to an INT where the exponent of the result is stored into
+ * \return mantissa of the product f1*f2
+ */
+FIXP_DBL fMultNorm(
+        FIXP_DBL f1,
+        FIXP_DBL f2,
+        INT *result_e
+        );
+
+inline FIXP_DBL fMultNorm(FIXP_DBL f1, FIXP_DBL f2)
+{
+  FIXP_DBL m;
+  INT e;
+
+  m = fMultNorm(f1, f2, &e);
+
+  m = scaleValueSaturate(m, e);
+
+  return m;
+}
+
+/**
+ * \brief Divide 2 FIXP_DBL values with normalization of input values.
+ * \param num numerator
+ * \param denum denomintator
+ * \return num/denum with exponent = 0
+ */
+FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom, INT *result_e);
+
+/**
+ * \brief Divide 2 FIXP_DBL values with normalization of input values.
+ * \param num numerator
+ * \param denum denomintator
+ * \param result_e pointer to an INT where the exponent of the result is stored into
+ * \return num/denum with exponent = *result_e
+ */
+FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom);
+
+/**
+ * \brief Divide 2 FIXP_DBL values with normalization of input values.
+ * \param num numerator
+ * \param denum denomintator
+ * \return num/denum with exponent = 0
+ */
+FIXP_DBL fDivNormHighPrec(FIXP_DBL L_num, FIXP_DBL L_denum, INT *result_e);
+
+/**
+ * \brief Calculate log(argument)/log(2) (logarithm with base 2). deprecated. Use fLog2() instead.
+ * \param arg mantissa of the argument
+ * \param arg_e exponent of the argument
+ * \param result_e pointer to an INT to store the exponent of the result
+ * \return the mantissa of the result.
+ * \param
+ */
+FIXP_DBL CalcLog2(FIXP_DBL arg, INT arg_e, INT *result_e);
+
+/**
+ * \brief return 2 ^ (exp * 2^exp_e)
+ * \param exp_m mantissa of the exponent to 2.0f
+ * \param exp_e exponent of the exponent to 2.0f
+ * \param result_e pointer to a INT where the exponent of the result will be stored into
+ * \return mantissa of the result
+ */
+FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e, INT *result_e);
+
+/**
+ * \brief return 2 ^ (exp_m * 2^exp_e). This version returns only the mantissa with implicit exponent of zero.
+ * \param exp_m mantissa of the exponent to 2.0f
+ * \param exp_e exponent of the exponent to 2.0f
+ * \return mantissa of the result
+ */
+FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e);
+
+/**
+ * \brief return x ^ (exp * 2^exp_e), where log2(x) = baseLd_m * 2^(baseLd_e). This saves
+ *        the need to compute log2() of constant values (when x is a constant).
+ * \param ldx_m mantissa of log2() of x.
+ * \param ldx_e exponent of log2() of x.
+ * \param exp_m mantissa of the exponent to 2.0f
+ * \param exp_e exponent of the exponent to 2.0f
+ * \param result_e pointer to a INT where the exponent of the result will be stored into
+ * \return mantissa of the result
+ */
+FIXP_DBL fLdPow(
+        FIXP_DBL baseLd_m,
+        INT baseLd_e,
+        FIXP_DBL exp_m, INT exp_e,
+        INT *result_e
+        );
+
+/**
+ * \brief return x ^ (exp * 2^exp_e), where log2(x) = baseLd_m * 2^(baseLd_e). This saves
+ *        the need to compute log2() of constant values (when x is a constant). This version
+ *        does not return an exponent, which is implicitly 0.
+ * \param ldx_m mantissa of log2() of x.
+ * \param ldx_e exponent of log2() of x.
+ * \param exp_m mantissa of the exponent to 2.0f
+ * \param exp_e exponent of the exponent to 2.0f
+ * \return mantissa of the result
+ */
+FIXP_DBL fLdPow(
+        FIXP_DBL baseLd_m, INT baseLd_e,
+        FIXP_DBL exp_m, INT exp_e
+        );
+
+/**
+ * \brief return (base * 2^base_e) ^ (exp * 2^exp_e). Use fLdPow() instead whenever possible.
+ * \param base_m mantissa of the base.
+ * \param base_e exponent of the base.
+ * \param exp_m mantissa of power to be calculated of the base.
+ * \param exp_e exponent of power to be calculated of the base.
+ * \param result_e pointer to a INT where the exponent of the result will be stored into.
+ * \return mantissa of the result.
+ */
+FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, INT *result_e);
+
+/**
+ * \brief return (base * 2^base_e) ^ N
+ * \param base mantissa of the base
+ * \param base_e exponent of the base
+ * \param power to be calculated of the base
+ * \param result_e pointer to a INT where the exponent of the result will be stored into
+ * \return mantissa of the result
+ */
+FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT N, INT *result_e);
+
+/**
+ * \brief calculate logarithm of base 2 of x_m * 2^(x_e)
+ * \param x_m mantissa of the input value.
+ * \param x_e exponent of the input value.
+ * \param pointer to an INT where the exponent of the result is returned into.
+ * \return mantissa of the result.
+ */
+FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e, INT *result_e);
+
+/**
+ * \brief calculate logarithm of base 2 of x_m * 2^(x_e)
+ * \param x_m mantissa of the input value.
+ * \param x_e exponent of the input value.
+ * \return mantissa of the result with implicit exponent of LD_DATA_SHIFT.
+ */
+FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e);
+
+/**
+ * \brief Add with saturation of the result.
+ * \param a first summand
+ * \param b second summand
+ * \return saturated sum of a and b.
+ */
+inline FIXP_SGL fAddSaturate(const FIXP_SGL a, const FIXP_SGL b)
+{
+  LONG sum;
+
+  sum = (LONG)(SHORT)a + (LONG)(SHORT)b;
+  sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)MINVAL_SGL);
+  return (FIXP_SGL)(SHORT)sum;
+}
+
+/**
+ * \brief Add with saturation of the result.
+ * \param a first summand
+ * \param b second summand
+ * \return saturated sum of a and b.
+ */
+inline FIXP_DBL fAddSaturate(const FIXP_DBL a, const FIXP_DBL b)
+{
+  LONG sum;
+
+  sum = (LONG)(a>>1) + (LONG)(b>>1);
+  sum = fMax(fMin((INT)sum, (INT)(MAXVAL_DBL>>1)), (INT)(MINVAL_DBL>>1));
+  return (FIXP_DBL)(LONG)(sum<<1);
+}
+
+//#define TEST_ROUNDING
+
+
+
+
+/*****************************************************************************
+
+ array for 1/n, n=1..50
+
+****************************************************************************/
+
+  extern const FIXP_DBL invCount[50];
+
+  LNK_SECTION_INITCODE
+  inline void InitInvInt(void) {}
+
+
+/**
+ * \brief Calculate the value of 1/i where i is a integer value. It supports
+ *        input values from 1 upto 50.
+ * \param intValue Integer input value.
+ * \param FIXP_DBL representation of 1/intValue
+ */
+inline FIXP_DBL GetInvInt(int intValue)
+{
+  FDK_ASSERT((intValue > 0) && (intValue < 50));
+  FDK_ASSERT(intValue<50);
+       return invCount[intValue];
+}
+
+
+#endif
+
diff --git a/libFDK/include/mdct.h b/libFDK/include/mdct.h
new file mode 100644 (file)
index 0000000..e1c2d74
--- /dev/null
@@ -0,0 +1,243 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Manuel Jander, Josef Hoepfl
+   Description: MDCT routines
+
+******************************************************************************/
+
+#ifndef __MDCT_H__
+#define __MDCT_H__
+
+
+
+#include "common_fix.h"
+
+#define MDCT_OUT_HEADROOM     2 /* Output additional headroom */
+#define MDCT_OUTPUT_SCALE    (DFRACT_BITS-SAMPLE_BITS-MDCT_OUT_HEADROOM)
+/* Refer to "Output word length" in ISO/IEC 14496-3:2008(E) 23.2.3.6 */
+#define MDCT_OUTPUT_GAIN      16
+
+#if (SAMPLE_BITS == DFRACT_BITS)
+#define IMDCT_SCALE(x) (INT_PCM)SATURATE_LEFT_SHIFT(x, -MDCT_OUTPUT_SCALE, SAMPLE_BITS)
+#else
+#define IMDCT_SCALE(x) (INT_PCM)SATURATE_RIGHT_SHIFT(x, MDCT_OUTPUT_SCALE, SAMPLE_BITS)
+#endif
+#define IMDCT_SCALE_DBL(x) (FIXP_DBL)(x)
+
+/**
+ * \brief MDCT persistent data
+ */
+typedef struct {
+  union {
+    FIXP_DBL *freq;
+    FIXP_DBL *time;
+  } overlap;                       /**< Pointer to overlap memory */
+
+  const FIXP_WTP *prev_wrs;        /**< pointer to previous right window slope  */
+  int prev_tl;                     /**< previous tranform length */
+  int prev_nr;                     /**< previous right window offset */
+  int prev_fr;                     /**< previous right window slope length */
+  int ov_offset;                   /**< overlap time data fill level */
+  int ov_size;                     /**< Overlap buffer size in words */
+
+} mdct_t;
+
+typedef mdct_t* H_MDCT;
+
+/**
+ * \brief Initialize as valid MDCT handle
+ *
+ * \param hMdct handle of an allocated MDCT handle.
+ * \param overlap pointer to FIXP_DBL overlap buffer.
+ * \param overlapBufferSize size in FIXP_DBLs of the given overlap buffer.
+ * \return void
+ */
+void mdct_init( H_MDCT hMdct,
+                FIXP_DBL *overlap,
+                INT overlapBufferSize );
+
+/**
+ * \brief perform MDCT transform (time domain to frequency domain) with given parameters.
+ *
+ * \param hMdct handle of an allocated MDCT handle.
+ * \param spectrum pointer to where the resulting MDCT spectrum will be stored into.
+ * \param scalefactor pointer to the input scale shift value. Updated accordingly on return.
+ * \param input pointer to input time domain signal
+ * \param tl transformation length.
+ * \param nr right window slope offset (amount of window coefficients assumed to be 1.0)
+ * \param fr right overlap window slope length
+ * \param wrs pointer to the right side overlap window coefficients.
+ * \return number of input samples processed.
+ */
+INT  mdct_block(
+        H_MDCT hMdct,
+        FIXP_DBL *spectrum,
+        INT *scalefactor,
+        INT_PCM *input,
+        INT tl,
+        INT nr,
+        INT fr,
+        const FIXP_WTB *wrs );
+
+
+/**
+ * \brief add/multiply 2/N transform gain and MPEG4 part 3 defined output gain (see definition
+ *        of MDCT_OUTPUT_GAIN) to given mantissa factor and exponent.
+ * \param pGain pointer to the mantissa of a gain factor to be applied to IMDCT data.
+ * \param pExponent pointer to the exponent of a gain factor to be applied to IMDCT data.
+ * \param tl length of the IMDCT where the gain *pGain * (2 ^ *pExponent) will be applied to.
+ */
+void imdct_gain(
+        FIXP_DBL *pGain,
+        int *pExponent,
+        int tl
+        );
+
+/**
+ * \brief drain buffered output samples into given buffer. Changes the MDCT state.
+ */
+INT imdct_drain(
+        H_MDCT hMdct,
+        FIXP_DBL * pTimeData,
+        INT nrSamplesRoom
+        );
+
+
+/**
+ * \brief Copy overlap time domain data to given buffer. Does not change the MDCT state.
+ * \return number of actually copied samples (ov + nr).
+ */
+INT imdct_copy_ov_and_nr(
+        H_MDCT hMdct,
+        FIXP_DBL * pTimeData,
+        INT nrSamples
+        );
+
+/**
+ * \brief Adapt MDCT parameters for non-matching window slopes.
+ * \param hMdct handle of an allocated MDCT handle.
+ * \param pfl pointer to left overlap window side length.
+ * \param pnl pointer to length of the left n part of the window.
+ * \param tl transform length.
+ * \param wls pointer to the left side overlap window coefficients.
+ * \param noOutSamples desired number of output samples.
+ */
+void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples);
+
+/**
+ * \brief perform several inverse MDCT transforms (frequency domain to time domain) with given parameters.
+ *
+ * \param hMdct handle of an allocated MDCT handle.
+ * \param output pointer to where the output time domain signal will be stored into.
+ * \param stride the stride factor for accessing time domain samples in output.
+ * \param spectrum pointer to the input MDCT spectra.
+ * \param scalefactors scale shift values of the input spectrum.
+ * \param nSpec number of MDCT spectrums.
+ * \param noOutSamples desired number of output samples.
+ * \param tl transform length.
+ * \param wls pointer to the left side overlap window coefficients.
+ * \param fl left overlap window side length.
+ * \param wrs pointer to the right side overlap window coefficients of all individual IMDCTs.
+ * \param fr right overlap window side length of all individual IMDCTs.
+ * \param gain factor to apply to output samples (if != 0).
+ * \return number of output samples returned.
+ */
+INT  imdct_block(
+        H_MDCT hMdct,
+        FIXP_DBL *output,
+        FIXP_DBL *spectrum,
+        const SHORT scalefactor[],
+        const INT nSpec,
+        const INT noOutSamples,
+        const INT tl,
+        const FIXP_WTP *wls,
+        INT fl,
+        const FIXP_WTP *wrs,
+        const INT fr,
+        FIXP_DBL gain );
+
+
+#endif /* __MDCT_H__ */
diff --git a/libFDK/include/mips/abs_mips.h b/libFDK/include/mips/abs_mips.h
new file mode 100644 (file)
index 0000000..3b9f876
--- /dev/null
@@ -0,0 +1,107 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__mips__)
+
+#if defined(__GNUC__) && defined(__mips__)
+
+  #if defined(__mips_dsp)
+    #define FUNCTION_fixabs_D
+    #define FUNCTION_fixabs_I
+    #define FUNCTION_fixabs_S
+    inline FIXP_DBL fixabs_D(FIXP_DBL x) { return __builtin_mips_absq_s_w(x); }
+    inline FIXP_SGL fixabs_S(FIXP_SGL x) { return ((x) > (FIXP_SGL)(0)) ? (x) : -(x) ; }
+    inline INT fixabs_I(INT x)           { return __builtin_mips_absq_s_w(x); }
+  #endif /* __mips_dsp */
+
+#endif /* defined(__GNUC__) && defined(__mips__) */
+
+#endif /*__mips__ */
+
diff --git a/libFDK/include/mips/clz_mips.h b/libFDK/include/mips/clz_mips.h
new file mode 100644 (file)
index 0000000..ff40a09
--- /dev/null
@@ -0,0 +1,118 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__mips__)
+
+#if defined(__mips__) && (__GNUC__==2) && (mips>=32)
+
+  #define FUNCTION_fixnormz_D
+  inline INT fixnormz_D(LONG value)
+  {
+    INT result;
+    __asm__ ("clz %0,%1" : "=d" (result) : "d" (value));
+
+    return result;
+  }
+
+#elif defined(__mips__) && (__GNUC__==3) && (__mips>=32)
+
+  #define FUNCTION_fixnormz_D
+  INT inline fixnormz_D(LONG value)
+  {
+    INT result;
+    __asm__ ("clz %[result], %[value]" : [result] "=r" (result) : [value] "r" (value)) ;
+
+    return result;
+  }
+
+#endif
+
+#endif /* __mips__ */
+
diff --git a/libFDK/include/mips/cplx_mul.h b/libFDK/include/mips/cplx_mul.h
new file mode 100644 (file)
index 0000000..e05d2b6
--- /dev/null
@@ -0,0 +1,162 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+
+#if defined(__GNUC__) && defined(__mips__)
+
+
+//#define FUNCTION_cplxMultDiv2_32x16
+//#define FUNCTION_cplxMultDiv2_32x16X2
+#define FUNCTION_cplxMultDiv2_32x32X2
+//#define FUNCTION_cplxMult_32x16
+//#define FUNCTION_cplxMult_32x16X2
+#define FUNCTION_cplxMult_32x32X2
+
+#if defined(FUNCTION_cplxMultDiv2_32x32X2)
+inline void cplxMultDiv2( FIXP_DBL *c_Re,
+                          FIXP_DBL *c_Im,
+                          FIXP_DBL  a_Re,
+                          FIXP_DBL  a_Im,
+                          FIXP_DBL  b_Re,
+                          FIXP_DBL  b_Im)
+{
+  INT result;
+
+   __asm__ ("mult %[a_Re], %[b_Re];\n"
+            "msub %[a_Im], %[b_Im];\n"
+            "mfhi %[result];\n"
+       : [result]"=r"(result)
+       : [a_Re]"d"(a_Re), [b_Re]"d"(b_Re),  [a_Im]"d"(a_Im), [b_Im]"d"(b_Im)
+       : "lo");
+
+   *c_Re = result;
+
+   __asm__ ("mult %[a_Re], %[b_Im];\n"
+            "madd %[a_Im], %[b_Re];\n"
+            "mfhi %[result];\n"
+       : [result]"=r"(result) 
+       : [a_Re]"r"(a_Re), [b_Im]"r"(b_Im), [a_Im]"r"(a_Im), [b_Re]"r"(b_Re)
+       : "lo");
+   *c_Im = result;
+}
+#endif
+
+#if defined(FUNCTION_cplxMult_32x32X2)
+inline void cplxMult( FIXP_DBL *c_Re,
+                      FIXP_DBL *c_Im,
+                      FIXP_DBL  a_Re,
+                      FIXP_DBL  a_Im,
+                      FIXP_DBL  b_Re,
+                      FIXP_DBL  b_Im)
+{
+  INT result;
+
+   __asm__ ("mult %[a_Re], %[b_Re];\n"
+            "msub %[a_Im], %[b_Im];\n"
+            "mfhi %[result];\n"
+            //"extr_w %[result], 31;\n"
+        : [result]"=r"(result)
+        : [a_Re]"r"(a_Re), [b_Re]"r"(b_Re), [a_Im]"r"(a_Im), [b_Im]"r"(b_Im)
+        : "lo");
+   *c_Re = result<<1;
+
+   __asm__ ("mult %[a_Re], %[b_Im];\n"
+            "madd %[a_Im], %[b_Re];\n"
+            "mfhi %[result];\n"
+            //"extr_w %[result], 31;\n"
+        : [result]"=r"(result)
+        : [a_Re]"r"(a_Re), [b_Im]"r"(b_Im), [a_Im]"r"(a_Im), [b_Re]"r"(b_Re)
+        : "lo");
+   *c_Im = result<<1;
+}
+#endif
+
+#endif /* defined(__GNUC__) && defined(__mips__) */
+
diff --git a/libFDK/include/mips/fixmadd_mips.h b/libFDK/include/mips/fixmadd_mips.h
new file mode 100644 (file)
index 0000000..a9575fb
--- /dev/null
@@ -0,0 +1,95 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__mips__)
+
+
+#endif /* __mips__ */
+
diff --git a/libFDK/include/mips/fixmul_mips.h b/libFDK/include/mips/fixmul_mips.h
new file mode 100644 (file)
index 0000000..73693e2
--- /dev/null
@@ -0,0 +1,113 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__mips__)
+
+#if (__GNUC__) && defined(__mips__)    /* cppp replaced: elif */
+/* MIPS GCC based compiler */
+
+#define FUNCTION_fixmuldiv2_DD
+
+#define FUNCTION_fixmuldiv2BitExact_DD
+#define fixmuldiv2BitExact_DD(a,b) fixmuldiv2_DD(a,b)
+
+inline INT fixmuldiv2_DD (const INT a, const INT b)
+{
+  INT result ;
+  result = ((long long)a * b)>>32;
+  return result ;
+}
+
+#endif /* (__GNUC__) && defined(__mips__) */
+
+#endif /* __mips__ */
+
+#define FUNCTION_fixmulBitExact_DD
+#define fixmulBitExact_DD fixmul_DD
diff --git a/libFDK/include/mips/scale.h b/libFDK/include/mips/scale.h
new file mode 100644 (file)
index 0000000..edf29da
--- /dev/null
@@ -0,0 +1,110 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#ifndef MIPS_SCALE_H
+#define MIPS_SCALE_H
+
+#if defined(__mips_dsp)
+
+/*!
+*
+*  \brief  Scale input value by 2^{scale} and saturate output to 2^{dBits-1}
+*  \return scaled and saturated value
+*
+*  This macro scales src value right or left and applies saturation to (2^dBits)-1
+*  maxima output.
+*/
+#define SATURATE_RIGHT_SHIFT(src, scale, dBits)       \
+          (__builtin_mips_shll_s_w((src)>>scale,(DFRACT_BITS-(dBits)))>>(DFRACT_BITS-(dBits)))
+
+
+#endif /*__mips_dsp */
+
+#endif /* MIPS_SCALE_H */
diff --git a/libFDK/include/mips/scramble.h b/libFDK/include/mips/scramble.h
new file mode 100644 (file)
index 0000000..3f2fe6e
--- /dev/null
@@ -0,0 +1,121 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#ifndef MIPS_SCRAMBLE_H
+#define MIPS_SCRAMBLE_H
+
+#define FUNCTION_scramble
+
+#if defined(FUNCTION_scramble)
+inline void scramble(FIXP_DBL *x, INT n) {
+  INT m,j;
+  int ldn=1;
+  do {ldn++;} while((1<<ldn)<n);
+
+  for (m=1,j=0; m<n-1; m++)
+  {
+    j = __builtin_mips_bitrev(m) >> (16-ldn);
+
+    if (j>m)
+    {
+      FIXP_DBL tmp;
+      tmp=x[2*m];
+      x[2*m]=x[2*j];
+      x[2*j]=tmp;
+
+      tmp=x[2*m+1];
+      x[2*m+1]=x[2*j+1];
+      x[2*j+1]=tmp;
+    }
+  }
+}
+#endif
+
+#endif /* MIPS_SCRAMBLE_H */
diff --git a/libFDK/include/qmf.h b/libFDK/include/qmf.h
new file mode 100644 (file)
index 0000000..be69477
--- /dev/null
@@ -0,0 +1,248 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file   qmf.h
+  \brief  Complex qmf analysis/synthesis   
+  \author Markus Werner
+
+*/
+#ifndef __QMF_H
+#define __QMF_H
+
+
+
+#include "common_fix.h"
+#include "FDK_tools_rom.h"
+#include "dct.h"
+
+/*
+ * Filter coefficient type definition
+ */
+#ifdef QMF_DATA_16BIT
+#define FIXP_QMF FIXP_SGL
+#define FX_DBL2FX_QMF FX_DBL2FX_SGL
+#define FX_QMF2FX_DBL FX_SGL2FX_DBL
+#define QFRACT_BITS FRACT_BITS
+#else
+#define FIXP_QMF FIXP_DBL
+#define FX_DBL2FX_QMF
+#define FX_QMF2FX_DBL
+#define QFRACT_BITS DFRACT_BITS
+#endif
+
+/* ARM neon optimized QMF analysis filter requires 32 bit input.
+   Implemented for RVCT only, currently disabled. See src/arm/qmf_arm.cpp:45 */
+#define FIXP_QAS FIXP_PCM
+#define QAS_BITS SAMPLE_BITS
+
+#ifdef QMFSYN_STATES_16BIT
+#define FIXP_QSS FIXP_SGL
+#define QSS_BITS FRACT_BITS
+#else
+#define FIXP_QSS FIXP_DBL
+#define QSS_BITS DFRACT_BITS
+#endif
+
+/* Flags for QMF intialization */
+/* Low Power mode flag */
+#define QMF_FLAG_LP           1
+/* Filter is not symetric. This flag is set internally in the QMF initialization as required. */
+#define QMF_FLAG_NONSYMMETRIC 2
+/* Complex Low Delay Filter Bank (or std symmetric filter bank) */
+#define QMF_FLAG_CLDFB        4
+/* Flag indicating that the states should be kept. */
+#define QMF_FLAG_KEEP_STATES  8
+/* Complex Low Delay Filter Bank used in MPEG Surround Encoder */
+#define QMF_FLAG_MPSLDFB     16
+/* Complex Low Delay Filter Bank used in MPEG Surround Encoder allows a optimized calculation of the modulation in qmfForwardModulationHQ() */
+#define QMF_FLAG_MPSLDFB_OPTIMIZE_MODULATION  32
+/* Flag to indicate HE-AAC down-sampled SBR mode (decoder) -> adapt analysis post twiddling */
+#define QMF_FLAG_DOWNSAMPLED  64
+
+
+typedef struct
+{
+  int lb_scale;        /*!< Scale of low band area                   */
+  int ov_lb_scale;     /*!< Scale of adjusted overlap low band area  */
+  int hb_scale;        /*!< Scale of high band area                  */
+  int ov_hb_scale;     /*!< Scale of adjusted overlap high band area */
+} QMF_SCALE_FACTOR;
+
+struct QMF_FILTER_BANK
+{
+  const FIXP_PFT *p_filter;     /*!< Pointer to filter coefficients */
+
+  void *FilterStates;           /*!< Pointer to buffer of filter states
+                                     FIXP_PCM in analyse and
+                                     FIXP_DBL in synthesis filter */
+  int FilterSize;               /*!< Size of prototype filter. */
+  const FIXP_QTW *t_cos;        /*!< Modulation tables. */
+  const FIXP_QTW *t_sin;
+  int filterScale;              /*!< filter scale */
+
+  int no_channels;              /*!< Total number of channels (subbands) */
+  int no_col;                   /*!< Number of time slots       */
+  int lsb;                      /*!< Top of low subbands */
+  int usb;                      /*!< Top of high subbands */
+
+  int outScalefactor;           /*!< Scale factor of output data (syn only) */
+  FIXP_DBL outGain;             /*!< Gain output data (syn only) (init with 0x80000000 to ignore) */
+
+  UINT flags;                   /*!< flags */
+  UCHAR p_stride;               /*!< Stride Factor of polyphase filters */
+
+};
+
+typedef struct QMF_FILTER_BANK *HANDLE_QMF_FILTER_BANK;
+
+void
+qmfAnalysisFiltering( HANDLE_QMF_FILTER_BANK anaQmf,  /*!< Handle of Qmf Analysis Bank   */
+                      FIXP_QMF **qmfReal,             /*!< Pointer to real subband slots */
+                      FIXP_QMF **qmfImag,             /*!< Pointer to imag subband slots */
+                      QMF_SCALE_FACTOR *scaleFactor,  /*!< Scale factors of QMF data     */
+                      const INT_PCM *timeIn,          /*!< Time signal */
+                      const int  stride,              /*!< Stride factor of audio data   */
+                      FIXP_QMF  *pWorkBuffer          /*!< pointer to temporal working buffer */
+                      );
+
+void
+qmfSynthesisFiltering( HANDLE_QMF_FILTER_BANK synQmf,       /*!< Handle of Qmf Synthesis Bank  */
+                       FIXP_QMF  **QmfBufferReal,           /*!< Pointer to real subband slots */
+                       FIXP_QMF  **QmfBufferImag,           /*!< Pointer to imag subband slots */
+                       const QMF_SCALE_FACTOR *scaleFactor, /*!< Scale factors of QMF data     */
+                       const int   ov_len,                  /*!< Length of band overlap        */
+                       INT_PCM    *timeOut,                 /*!< Time signal */
+                       const int   stride,                  /*!< Stride factor of audio data   */
+                       FIXP_QMF   *pWorkBuffer              /*!< pointer to temporal working buffer */
+                       );
+
+int
+qmfInitAnalysisFilterBank( HANDLE_QMF_FILTER_BANK h_Qmf, /*!< QMF Handle */
+                           FIXP_QAS *pFilterStates,      /*!< Pointer to filter state buffer */
+                           int noCols,                   /*!< Number of time slots  */
+                           int lsb,                      /*!< Number of lower bands */
+                           int usb,                      /*!< Number of upper bands */
+                           int no_channels,              /*!< Number of critically sampled bands */
+                           int flags);                   /*!< Flags */
+
+void
+qmfAnalysisFilteringSlot( HANDLE_QMF_FILTER_BANK anaQmf,  /*!< Handle of Qmf Synthesis Bank  */
+                          FIXP_QMF      *qmfReal,         /*!< Low and High band, real */
+                          FIXP_QMF      *qmfImag,         /*!< Low and High band, imag */
+                          const INT_PCM *timeIn,          /*!< Pointer to input */
+                          const int      stride,          /*!< stride factor of input */
+                          FIXP_QMF      *pWorkBuffer      /*!< pointer to temporal working buffer */
+                         );
+
+int
+qmfInitSynthesisFilterBank( HANDLE_QMF_FILTER_BANK h_Qmf, /*!< QMF Handle */
+                            FIXP_QSS *pFilterStates,      /*!< Pointer to filter state buffer */
+                            int noCols,                   /*!< Number of time slots  */
+                            int lsb,                      /*!< Number of lower bands */
+                            int usb,                      /*!< Number of upper bands */
+                            int no_channels,              /*!< Number of critically sampled bands */
+                            int flags);                   /*!< Flags */
+
+void qmfSynthesisFilteringSlot( HANDLE_QMF_FILTER_BANK  synQmf,
+                                const FIXP_QMF *realSlot,
+                                const FIXP_QMF *imagSlot,
+                                const int       scaleFactorLowBand,
+                                const int       scaleFactorHighBand,
+                                INT_PCM        *timeOut,
+                                const int       stride,
+                                FIXP_QMF       *pWorkBuffer);
+
+void
+qmfChangeOutScalefactor (HANDLE_QMF_FILTER_BANK synQmf,     /*!< Handle of Qmf Synthesis Bank */
+                         int outScalefactor                 /*!< New scaling factor for output data */
+                        );
+
+void
+qmfChangeOutGain (HANDLE_QMF_FILTER_BANK synQmf,     /*!< Handle of Qmf Synthesis Bank */
+                  FIXP_DBL outputGain                /*!< New gain for output data */
+                 );
+
+
+
+#endif /* __QMF_H */
diff --git a/libFDK/include/scale.h b/libFDK/include/scale.h
new file mode 100644 (file)
index 0000000..1587f9f
--- /dev/null
@@ -0,0 +1,250 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: Scaling operations
+
+******************************************************************************/
+
+#ifndef SCALE_H
+#define SCALE_H
+
+#include "common_fix.h"
+#include "genericStds.h"
+#include "fixminmax.h"
+
+  #define SCALE_INLINE inline
+
+
+#if defined(__arm__)   /* cppp replaced: elif */
+#include "arm/scale.h"
+
+#elif defined(__mips__)        /* cppp replaced: elif */
+#include "mips/scale.h"
+
+#endif
+
+
+#include "../src/scale.cpp"
+
+#ifndef FUNCTION_scaleValue
+/*!
+ *
+ *  \brief Multiply input by \f$ 2^{scalefactor} \f$
+ *
+ *  \return Scaled input
+ *
+ */
+#define FUNCTION_scaleValue
+inline
+FIXP_DBL scaleValue(const FIXP_DBL value, /*!< Value */
+                    INT scalefactor   /*!< Scalefactor */
+                   )
+{
+  if(scalefactor > 0)
+    return (value<<scalefactor);
+  else
+    return (value>>(-scalefactor));
+}
+#endif
+
+#ifndef FUNCTION_scaleValueSaturate
+/*!
+ *
+ *  \brief Multiply input by \f$ 2^{scalefactor} \f$
+ *  \param value The value to be scaled.
+ *  \param the shift amount
+ *  \return \f$ value * 2^scalefactor \f$
+ *
+ */
+#define FUNCTION_scaleValueSaturate
+inline
+FIXP_DBL scaleValueSaturate(
+        const FIXP_DBL value,
+        INT scalefactor
+        )
+{
+  if(scalefactor > 0) {
+    if (fNorm(value) < scalefactor && value != (FIXP_DBL)0) {
+      if (value > (FIXP_DBL)0) {
+        return (FIXP_DBL)MAXVAL_DBL;
+      } else {
+        return (FIXP_DBL)MINVAL_DBL;
+      }
+    } else {
+      return (value<<scalefactor);
+    }
+  } else {
+    if (-(DFRACT_BITS-1) > scalefactor) {
+      return (FIXP_DBL)0;
+    } else {
+    return (value>>(-scalefactor));
+    }
+  }
+}
+#endif
+
+#ifndef FUNCTION_scaleValueInPlace
+/*!
+ *
+ *  \brief Multiply input by \f$ 2^{scalefactor} \f$ in place
+ *
+ *  \return void
+ *
+ */
+#define FUNCTION_scaleValueInPlace
+inline
+void scaleValueInPlace(
+        FIXP_DBL *value, /*!< Value */
+        INT scalefactor   /*!< Scalefactor */
+        )
+{
+  INT newscale;
+  /* Note: The assignment inside the if conditional allows combining a load with the compare to zero (on ARM and maybe others) */
+  if ((newscale = (scalefactor)) >= 0) {
+    *(value) <<= newscale;
+  } else {
+    *(value) >>= -newscale;
+  }
+}
+#endif
+
+/*!
+ *
+ *  \brief  Scale input value by 2^{scale} and saturate output to 2^{dBits-1}
+ *  \return scaled and saturated value
+ *
+ *  This macro scales src value right or left and applies saturation to (2^dBits)-1
+ *  maxima output.
+ */
+
+#ifndef SATURATE_RIGHT_SHIFT
+  #define SATURATE_RIGHT_SHIFT(src, scale, dBits)                                                      \
+            ( (((LONG)(src)>>(scale)) > (LONG)(((1U)<<((dBits)-1))-1))      ? (LONG)(((1U)<<((dBits)-1))-1)    \
+              : (((LONG)(src)>>(scale)) < ~((LONG)(((1U)<<((dBits)-1))-1))) ? ~((LONG)(((1U)<<((dBits)-1))-1)) \
+              : ((LONG)(src) >> (scale)) )
+#endif
+
+#ifndef SATURATE_LEFT_SHIFT
+  #define SATURATE_LEFT_SHIFT(src, scale, dBits)                                                       \
+            ( ((LONG)(src) > ((LONG)(((1U)<<((dBits)-1))-1)>>(scale)))    ? (LONG)(((1U)<<((dBits)-1))-1)      \
+              : ((LONG)(src) < ~((LONG)(((1U)<<((dBits)-1))-1)>>(scale))) ? ~((LONG)(((1U)<<((dBits)-1))-1))   \
+              : ((LONG)(src) << (scale)) )
+#endif
+
+#ifndef SATURATE_SHIFT
+#define SATURATE_SHIFT(src, scale, dBits)               \
+     ( ((scale) < 0)                                      \
+      ? SATURATE_LEFT_SHIFT((src), -(scale), (dBits))   \
+      : SATURATE_RIGHT_SHIFT((src), (scale), (dBits)) )
+#endif
+
+/*
+ * Alternative shift and saturate left, saturates to -0.99999 instead of -1.0000
+ * to avoid problems when inverting the sign of the result.
+ */
+#ifndef SATURATE_LEFT_SHIFT_ALT
+#define SATURATE_LEFT_SHIFT_ALT(src, scale, dBits)                                                     \
+            ( ((LONG)(src) > ((LONG)(((1U)<<((dBits)-1))-1)>>(scale)))    ? (LONG)(((1U)<<((dBits)-1))-1)      \
+              : ((LONG)(src) < ~((LONG)(((1U)<<((dBits)-1))-2)>>(scale))) ? ~((LONG)(((1U)<<((dBits)-1))-2))   \
+              : ((LONG)(src) << (scale)) )
+#endif
+
+#ifndef SATURATE_RIGHT_SHIFT_ALT
+  #define SATURATE_RIGHT_SHIFT_ALT(src, scale, dBits)                                                  \
+            ( (((LONG)(src)>>(scale)) > (LONG)(((1U)<<((dBits)-1))-1))      ? (LONG)(((1U)<<((dBits)-1))-1)    \
+              : (((LONG)(src)>>(scale)) < ~((LONG)(((1U)<<((dBits)-1))-2))) ? ~((LONG)(((1U)<<((dBits)-1))-2)) \
+              : ((LONG)(src) >> (scale)) )
+#endif
+
+#ifndef SATURATE_INT_PCM_RIGHT_SHIFT
+#define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) SATURATE_RIGHT_SHIFT(src, scale, SAMPLE_BITS)
+#endif
+
+#ifndef SATURATE_INT_PCM_LEFT_SHIFT
+#define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) SATURATE_LEFT_SHIFT(src, scale, SAMPLE_BITS)
+#endif
+
+#endif /* #ifndef SCALE_H */
diff --git a/libFDK/include/scramble.h b/libFDK/include/scramble.h
new file mode 100644 (file)
index 0000000..ceaf527
--- /dev/null
@@ -0,0 +1,165 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#ifndef SCRAMBLE_H
+#define SCRAMBLE_H
+
+#include "common_fix.h"
+
+#if defined(__arm__)
+#include "arm/scramble.h"
+
+#elif defined(__mips__) && defined(__mips_dsp) /* cppp replaced: elif */
+#include "mips/scramble.h"
+
+#endif
+
+/*****************************************************************************
+
+    functionname: scramble
+    description:  bitreversal of input data
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+#if !defined(FUNCTION_scramble_sgl)
+
+inline void scramble_sgl(FIXP_SGL *x, INT n)
+{
+  INT m,k,j;
+
+  for (m=1,j=0; m<n-1; m++)
+  {
+    {for(k=n>>1; (!((j^=k)&k)); k>>=1);}
+
+    if (j>m)
+    {
+      FIXP_SGL tmp;
+      tmp=x[2*m];
+      x[2*m]=x[2*j];
+      x[2*j]=tmp;
+
+      tmp=x[2*m+1];
+      x[2*m+1]=x[2*j+1];
+      x[2*j+1]=tmp;
+    }
+  }
+}
+#endif
+
+#if !defined(FUNCTION_scramble)
+
+/* default scramble functionality */
+inline void scramble(FIXP_DBL *x, INT n)
+{
+  INT m,k,j;
+  FDK_ASSERT(!(((UINT64)x)&(ALIGNMENT_DEFAULT-1)));
+
+  for (m=1,j=0; m<n-1; m++)
+  {
+    {for(k=n>>1; (!((j^=k)&k)); k>>=1);}
+
+    if (j>m)
+    {
+      FIXP_DBL tmp;
+      tmp=x[2*m];
+      x[2*m]=x[2*j];
+      x[2*j]=tmp;
+
+      tmp=x[2*m+1];
+      x[2*m+1]=x[2*j+1];
+      x[2*j+1]=tmp;
+    }
+  }
+}
+#endif /* !defined(FUNCTION_scramble) */
+
+#endif /* SCRAMBLE_H */
diff --git a/libFDK/include/x86/abs_x86.h b/libFDK/include/x86/abs_x86.h
new file mode 100644 (file)
index 0000000..96374ec
--- /dev/null
@@ -0,0 +1,106 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+#if defined(__x86__)
+
+  #if defined(__x86_64__)
+
+    inline INT fixabs_D(INT x)      { return ((x) > (INT)(0))      ? (x) : -(x) ; }
+    inline INT fixabs_S(INT x)      { return ((x) > (INT)(0))      ? (x) : -(x) ; }
+
+    #define fixabs_I(x) fixabs_D(x)
+
+    #define FUNCTION_fixabs_S
+    #define FUNCTION_fixabs_D
+    #define FUNCTION_fixabs_I
+
+  #endif /* __x86_64__ */
+
+#endif /*__x86__ */
+
diff --git a/libFDK/include/x86/clz_x86.h b/libFDK/include/x86/clz_x86.h
new file mode 100644 (file)
index 0000000..1bc43e5
--- /dev/null
@@ -0,0 +1,154 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__GNUC__) && (defined(__x86__) || defined(__x86_64__))
+
+  #define FUNCTION_fixnormz_D
+  #define FUNCTION_fixnorm_D
+
+  inline INT fixnormz_D(LONG value)
+  {
+    INT result;
+
+    if (value != 0) {
+      result = __builtin_clz(value);
+    } else {
+      result = 32;
+    }
+    return result;
+  }
+
+  inline INT fixnorm_D(LONG value)
+  {
+    INT result;
+    if (value == 0) {
+      return 0;
+    }
+    if (value < 0) {
+      value = ~value;
+    }
+    result =  fixnormz_D(value);
+    return result - 1;
+  }
+
+
+#elif defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_X64))
+
+#include <intrin.h>
+
+  #define FUNCTION_fixnormz_D
+  #define FUNCTION_fixnorm_D
+
+  inline INT fixnormz_D(LONG value)
+  {
+    unsigned long result = 0;
+    unsigned char err;
+    err = _BitScanReverse(&result, value);
+    if (err) {
+      return 31 - result;
+    } else {
+      return 32;
+    }
+  }
+
+  inline INT fixnorm_D(LONG value)
+  {
+    INT result;
+    if (value == 0) {
+      return 0;
+    }
+    if (value < 0) {
+      value = ~value;
+    }
+    result =  fixnormz_D(value);
+    return result - 1;
+  }
+
+#endif /* toolchain */
diff --git a/libFDK/include/x86/fixmul_x86.h b/libFDK/include/x86/fixmul_x86.h
new file mode 100644 (file)
index 0000000..7b74cc7
--- /dev/null
@@ -0,0 +1,178 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: fixed point intrinsics
+
+******************************************************************************/
+
+#if defined(__x86__)
+
+#if defined(_MSC_VER) && defined(_M_IX86)
+/* Intel x86 */
+
+#define FUNCTION_fixmul_DD
+#define FUNCTION_fixmuldiv2_DD
+#define FUNCTION_fixmuldiv2BitExact_DD
+#define fixmuldiv2BitExact_DD(a,b) fixmuldiv2_DD(a,b)
+#define FUNCTION_fixmulBitExact_DD
+#define fixmulBitExact_DD(a,b) fixmul_DD(a,b)
+
+#define FUNCTION_fixmuldiv2BitExact_DS
+#define fixmuldiv2BitExact_DS(a,b) fixmuldiv2_DS(a,b)
+
+#define FUNCTION_fixmulBitExact_DS
+#define fixmulBitExact_DS(a,b) fixmul_DS(a,b)
+
+inline INT fixmul_DD (INT a, const INT b)
+{
+  __asm
+  {
+    mov eax, a
+    imul b
+    shl edx, 1
+    mov a, edx
+  }
+  return a ;
+}
+
+
+inline INT fixmuldiv2_DD (INT a, const INT b)
+{
+  __asm
+  {
+    mov eax, a
+    imul b
+    mov a, edx
+  }
+  return a ;
+}
+
+/* ############################################################################# */
+#elif (defined(__GNUC__)||defined(__gnu_linux__)) && defined(__x86__)
+
+#define FUNCTION_fixmul_DD
+#define FUNCTION_fixmuldiv2_DD
+
+#define FUNCTION_fixmuldiv2BitExact_DD
+#define fixmuldiv2BitExact_DD(a,b) fixmuldiv2_DD(a,b)
+
+#define FUNCTION_fixmulBitExact_DD
+#define fixmulBitExact_DD(a,b) fixmul_DD(a,b)
+
+#define FUNCTION_fixmuldiv2BitExact_DS
+#define fixmuldiv2BitExact_DS(a,b) fixmuldiv2_DS(a,b)
+
+#define FUNCTION_fixmulBitExact_DS
+#define fixmulBitExact_DS(a,b) fixmul_DS(a,b)
+
+inline INT fixmul_DD (INT a, const INT b)
+{
+  INT result;
+
+  asm( "imul %2;\n"
+       "shl $1, %0;\n"
+            : "=d"(result), "+a"(a)
+            : "r"(b) );
+
+  return result;
+}
+
+
+inline INT fixmuldiv2_DD (INT a, const INT b)
+{
+  INT result;
+
+  asm ( "imul %2;"
+             : "=d"(result), "+a"(a)
+             : "r"(b) );
+
+  return result;
+}
+
+#endif /* (defined(__GNUC__)||defined(__gnu_linux__)) && defined(__x86__) */
+
+#endif /* __x86__ */
+
diff --git a/libFDK/src/FDK_bitbuffer.cpp b/libFDK/src/FDK_bitbuffer.cpp
new file mode 100644 (file)
index 0000000..680ceae
--- /dev/null
@@ -0,0 +1,480 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: common bitbuffer read/write routines
+
+******************************************************************************/
+
+#include "FDK_bitbuffer.h"
+
+
+
+
+#include "genericStds.h"
+#include "common_fix.h"
+#include "fixminmax.h"
+
+const UINT BitMask [32+1] =
+{
+         0x0,        0x1,        0x3,        0x7,
+         0xf,       0x1f,       0x3f,       0x7f,
+        0xff,      0x1ff,      0x3ff,      0x7ff,
+       0xfff,     0x1fff,     0x3fff,     0x7fff,
+      0xffff,    0x1ffff,    0x3ffff,    0x7ffff,
+     0xfffff,   0x1fffff,   0x3fffff,   0x7fffff,
+    0xffffff,  0x1ffffff,  0x3ffffff,  0x7ffffff,
+   0xfffffff, 0x1fffffff, 0x3fffffff, 0x7fffffff,
+  0xffffffff
+};
+
+const UINT *const RESTRICT pBitMask = BitMask;
+
+void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuf, UCHAR *pBuffer,
+                          UINT bufSize)
+{
+   FDK_InitBitBuffer (*hBitBuf, pBuffer, bufSize, 0);
+
+   FDKmemclear((*hBitBuf)->Buffer, bufSize*sizeof(UCHAR));
+}
+
+void FDK_DeleteBitBuffer (HANDLE_FDK_BITBUF hBitBuf) { ; }
+
+void FDK_InitBitBuffer (HANDLE_FDK_BITBUF hBitBuf, UCHAR *pBuffer,
+                        UINT bufSize, UINT validBits)
+{
+   hBitBuf->ValidBits   = validBits ;
+   hBitBuf->ReadOffset  = 0 ;
+   hBitBuf->WriteOffset = 0 ;
+   hBitBuf->BitCnt      = 0 ;
+   hBitBuf->BitNdx      = 0 ;
+
+   hBitBuf->Buffer      = pBuffer ;
+   hBitBuf->bufSize     = bufSize ;
+   hBitBuf->bufBits     = (bufSize << 3) ;
+#if defined(FDK_DEBUG) || defined(DEBUG)
+   /*assure bufsize (2^n) */
+   if (bufSize!=0) {
+     UINT x = 0, n=bufSize;
+     for (x=0; n>0; x++,n>>=1) {}
+     if ( bufSize != (1<<(x-1)) ) {
+       FDKprintfErr("Error: bufSizein FDK_InitBitBuffer() != (2^n), %d\n", bufSize);
+     }
+   }
+#endif
+}
+
+void FDK_ResetBitBuffer ( HANDLE_FDK_BITBUF hBitBuf )
+{
+   hBitBuf->ValidBits   = 0 ;
+   hBitBuf->ReadOffset  = 0 ;
+   hBitBuf->WriteOffset = 0 ;
+   hBitBuf->BitCnt      = 0 ;
+   hBitBuf->BitNdx      = 0 ;
+}
+
+INT  FDK_get (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits)
+{
+  UINT byteOffset = hBitBuf->BitNdx >> 3 ;
+  UINT bitOffset  = hBitBuf->BitNdx & 0x07 ;
+
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx + numberOfBits) & (hBitBuf->bufBits - 1) ;
+  hBitBuf->BitCnt    +=  numberOfBits ;
+  hBitBuf->ValidBits -=  numberOfBits ;
+
+  UINT byteMask = hBitBuf->bufSize - 1 ;
+
+  UINT tx = (hBitBuf->Buffer [ byteOffset    & byteMask] << 24) |
+            (hBitBuf->Buffer [(byteOffset+1) & byteMask] << 16) |
+            (hBitBuf->Buffer [(byteOffset+2) & byteMask] <<  8) |
+             hBitBuf->Buffer [(byteOffset+3) & byteMask];
+
+  if (bitOffset)
+  {
+    tx <<= bitOffset;
+    tx |= hBitBuf->Buffer [(byteOffset+4) & byteMask] >> (8-bitOffset);
+  }
+
+  return (tx >> (32 - numberOfBits)) ;
+}
+
+INT FDK_get32 (HANDLE_FDK_BITBUF hBitBuf)
+{
+  UINT BitNdx = hBitBuf->BitNdx + 32;
+  if (BitNdx <= hBitBuf->bufBits)
+  {
+    hBitBuf->BitNdx = BitNdx;
+    hBitBuf->BitCnt +=  32;
+    hBitBuf->ValidBits -= 32;
+
+    UINT byteOffset = (BitNdx-1) >> 3;
+    UINT cache = (hBitBuf->Buffer[(byteOffset-3)] << 24) |
+                 (hBitBuf->Buffer[(byteOffset-2)] << 16) |
+                 (hBitBuf->Buffer[(byteOffset-1)] <<  8) |
+                  hBitBuf->Buffer[(byteOffset-0)];
+
+    if ( (BitNdx = (BitNdx&7)) != 0 ) {
+      cache = (cache >> (8-BitNdx)) | ((UINT)hBitBuf->Buffer [byteOffset-4] << (24+BitNdx));
+    }
+    return (cache) ;
+  }
+  else
+  {
+    /* exotic path, used only at the end of the buffer, when wrapping around */
+    int nBits = (INT)hBitBuf->bufBits-(INT)hBitBuf->BitNdx;
+
+    UINT cache = FDK_get (hBitBuf,nBits)<< (32-nBits);
+    cache |= (FDK_get (hBitBuf,32-nBits));
+    return (cache);
+  }
+}
+
+INT FDK_getBwd (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits)
+{
+  UINT byteOffset = hBitBuf->BitNdx >> 3 ;
+  UINT bitOffset  = hBitBuf->BitNdx & 0x07 ;
+  UINT byteMask   = hBitBuf->bufSize - 1 ;
+  int i;
+
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx - numberOfBits) & (hBitBuf->bufBits - 1) ;
+  hBitBuf->BitCnt    -=  numberOfBits ;
+  hBitBuf->ValidBits +=  numberOfBits ;
+
+  UINT tx = hBitBuf->Buffer [(byteOffset-3) & byteMask] << 24 |
+            hBitBuf->Buffer [(byteOffset-2) & byteMask] << 16 |
+            hBitBuf->Buffer [(byteOffset-1) & byteMask] <<  8 |
+            hBitBuf->Buffer [ byteOffset    & byteMask] ;
+  UINT txa = 0x0;
+
+  tx >>= (8 - bitOffset) ;
+
+  if (bitOffset && numberOfBits > 24)
+  {
+    tx |= hBitBuf->Buffer [(byteOffset-4) & byteMask] << (24 + bitOffset) ;
+  }
+
+  /* in place turn around */
+  for (i = 0; i < 16; i++) {
+    UINT bitMaskR = 0x00000001 << i;
+    UINT bitMaskL = 0x80000000 >> i;
+
+    txa |= (tx & bitMaskR) << (31 - (i<<1));
+    txa |= (tx & bitMaskL) >> (31 - (i<<1));
+  }
+
+  return (txa >> (32 - numberOfBits)) ;
+}
+
+void FDK_put (HANDLE_FDK_BITBUF hBitBuf, UINT value, const UINT numberOfBits)
+{
+  UINT byteOffset = hBitBuf->BitNdx >> 3 ;
+  UINT bitOffset  = hBitBuf->BitNdx & 0x07 ;
+
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx + numberOfBits) & (hBitBuf->bufBits - 1) ;
+  hBitBuf->BitCnt    +=  numberOfBits ;
+  hBitBuf->ValidBits +=  numberOfBits ;
+
+  UINT byteMask = hBitBuf->bufSize - 1 ;
+
+  UINT tmp  = value<<(32-numberOfBits)>>bitOffset;
+  UINT mask = ~BitMask[(32-bitOffset)] | (BitMask [(32-numberOfBits)] >> bitOffset) ;
+
+  hBitBuf->Buffer [ byteOffset    & byteMask]  = (hBitBuf->Buffer [ byteOffset    & byteMask]&(mask>>24)) | (UCHAR)(tmp>>24);
+  hBitBuf->Buffer [(byteOffset+1) & byteMask]  = (hBitBuf->Buffer [(byteOffset+1) & byteMask]&(mask>>16)) | (UCHAR)(tmp>>16);
+  hBitBuf->Buffer [(byteOffset+2) & byteMask]  = (hBitBuf->Buffer [(byteOffset+2) & byteMask]&(mask>>8))  | (UCHAR)(tmp>>8);
+  hBitBuf->Buffer [(byteOffset+3) & byteMask]  = (hBitBuf->Buffer [(byteOffset+3) & byteMask]&(mask))     | (UCHAR)(tmp);
+
+  if (bitOffset && numberOfBits > 24)
+  {
+    hBitBuf->Buffer [(byteOffset+4) & byteMask]  = (UCHAR)(value<<(40-numberOfBits)>>bitOffset) |
+               ( hBitBuf->Buffer [(byteOffset+4) & byteMask] & BitMask[(40-numberOfBits-bitOffset)] ) ;
+  }
+}
+
+void FDK_putBwd (HANDLE_FDK_BITBUF hBitBuf, UINT value, const UINT numberOfBits)
+{
+  UINT byteOffset = hBitBuf->BitNdx >> 3 ;
+  UINT bitOffset  = 7 - (hBitBuf->BitNdx & 0x07) ;
+  UINT byteMask   = hBitBuf->bufSize - 1 ;
+
+  UINT mask = ~(BitMask[numberOfBits] << bitOffset) ;
+  UINT tmp = 0x0000;
+  int  i;
+
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx - numberOfBits) & (hBitBuf->bufBits - 1) ;
+  hBitBuf->BitCnt    -=  numberOfBits ;
+  hBitBuf->ValidBits -=  numberOfBits ;
+
+  /* in place turn around */
+  for (i = 0; i < 16; i++) {
+    UINT bitMaskR = 0x00000001 << i;
+    UINT bitMaskL = 0x80000000 >> i;
+
+    tmp |= (value & bitMaskR) << (31 - (i<<1));
+    tmp |= (value & bitMaskL) >> (31 - (i<<1));
+  }
+  value = tmp;
+  tmp   = value>>(32-numberOfBits)<<bitOffset;
+
+  hBitBuf->Buffer [ byteOffset    & byteMask]  = (hBitBuf->Buffer [ byteOffset    & byteMask]&(mask))     | (UCHAR)(tmp);
+  hBitBuf->Buffer [(byteOffset-1) & byteMask]  = (hBitBuf->Buffer [(byteOffset-1) & byteMask]&(mask>>8))  | (UCHAR)(tmp>>8);
+  hBitBuf->Buffer [(byteOffset-2) & byteMask]  = (hBitBuf->Buffer [(byteOffset-2) & byteMask]&(mask>>16)) | (UCHAR)(tmp>>16);
+  hBitBuf->Buffer [(byteOffset-3) & byteMask]  = (hBitBuf->Buffer [(byteOffset-3) & byteMask]&(mask>>24)) | (UCHAR)(tmp>>24);
+
+  if ((bitOffset + numberOfBits) > 32)
+  {
+    hBitBuf->Buffer [(byteOffset-4) & byteMask]  = (UCHAR)(value>>(64-numberOfBits-bitOffset)) |
+               ( hBitBuf->Buffer [(byteOffset-4) & byteMask] & ~(BitMask[bitOffset] >> (32-numberOfBits)) ) ;
+  }
+}
+
+
+void FDK_pushBack (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits, UCHAR config)
+{
+  hBitBuf->BitCnt    -= numberOfBits ;
+  hBitBuf->ValidBits += (config==0) ? numberOfBits : (-(INT)numberOfBits) ;
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx - numberOfBits) & (hBitBuf->bufBits - 1) ;
+}
+
+void FDK_pushForward (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits, UCHAR config)
+{
+  hBitBuf->BitCnt    += numberOfBits ;
+  hBitBuf->ValidBits -= (config==0) ? numberOfBits : (-(INT)numberOfBits) ;
+  hBitBuf->BitNdx     = (hBitBuf->BitNdx + numberOfBits) & (hBitBuf->bufBits - 1) ;
+}
+
+
+void FDK_byteAlign (HANDLE_FDK_BITBUF hBitBuf, UCHAR config)
+{
+  INT alignment = hBitBuf->BitCnt & 0x07 ;
+
+  if (alignment)
+  {
+    if (config==0)
+      FDK_pushForward (hBitBuf, 8 - alignment, config) ; /* BS_READER */
+    else
+      FDK_put (hBitBuf,0 , 8 - alignment) ;              /* BS_WRITER */
+  }
+
+  hBitBuf->BitCnt = 0 ;
+}
+
+UINT FDK_getValidBits (HANDLE_FDK_BITBUF hBitBuf)
+{
+    return hBitBuf->ValidBits;
+}
+
+INT FDK_getFreeBits (HANDLE_FDK_BITBUF hBitBuf)
+{
+    return (hBitBuf->bufBits - hBitBuf->ValidBits) ;
+}
+
+void FDK_setBitCnt (HANDLE_FDK_BITBUF hBitBuf, const UINT value)
+{
+  hBitBuf->BitCnt = value ;
+}
+
+INT FDK_getBitCnt (HANDLE_FDK_BITBUF hBitBuf)
+{
+  return hBitBuf->BitCnt ;
+}
+
+void FDK_Feed(HANDLE_FDK_BITBUF hBitBuf,
+              UCHAR            *RESTRICT inputBuffer,
+              const UINT        bufferSize,
+              UINT             *bytesValid)
+{
+  inputBuffer = &inputBuffer [bufferSize - *bytesValid] ;
+
+  UINT bTotal = 0 ;
+
+  UINT bToRead   = (hBitBuf->bufBits - hBitBuf->ValidBits) >> 3 ;
+  UINT noOfBytes = fMin(bToRead, *bytesValid); //(bToRead < *bytesValid) ? bToRead : *bytesValid ;
+
+  while (noOfBytes > 0)
+  {
+    /* split read to buffer size */
+    bToRead = hBitBuf->bufSize - hBitBuf->ReadOffset ;
+    bToRead = fMin(bToRead, noOfBytes); //(bToRead < noOfBytes) ? bToRead : noOfBytes ;
+
+    /* copy 'bToRead' bytes from 'ptr' to inputbuffer */
+    FDKmemcpy(&hBitBuf->Buffer[hBitBuf->ReadOffset], inputBuffer, bToRead*sizeof(UCHAR));
+
+    /* add noOfBits to number of valid bits in buffer */
+    hBitBuf->ValidBits  += bToRead << 3 ;
+    bTotal       += bToRead ;
+    inputBuffer  += bToRead ;
+
+    hBitBuf->ReadOffset  = (hBitBuf->ReadOffset + bToRead) & (hBitBuf->bufSize - 1) ;
+    noOfBytes    -= bToRead ;
+  }
+
+  *bytesValid -= bTotal ;
+}
+
+void CopyAlignedBlock (HANDLE_FDK_BITBUF h_BitBufSrc, UCHAR *RESTRICT dstBuffer, UINT bToRead)
+{
+  UINT byteOffset = h_BitBufSrc->BitNdx >> 3 ;
+  const UINT byteMask = h_BitBufSrc->bufSize - 1 ;
+
+  UCHAR *RESTRICT pBBB = h_BitBufSrc->Buffer;
+  for (UINT i = 0 ; i < bToRead ; i++)
+  {
+    dstBuffer[i] = pBBB[(byteOffset+i) & byteMask] ;
+  }
+
+  bToRead <<= 3 ;
+
+  h_BitBufSrc->BitNdx = (h_BitBufSrc->BitNdx + bToRead) & (h_BitBufSrc->bufBits - 1) ;
+  h_BitBufSrc->BitCnt += bToRead ;
+  h_BitBufSrc->ValidBits -= bToRead ;
+}
+
+void FDK_Copy (HANDLE_FDK_BITBUF h_BitBufDst, HANDLE_FDK_BITBUF h_BitBufSrc, UINT *bytesValid)
+{
+  INT bTotal = 0;
+
+  /* limit noOfBytes to valid bytes in src buffer and available bytes in dst buffer */
+  UINT bToRead   = h_BitBufSrc->ValidBits >> 3 ;
+  UINT noOfBytes = fMin(bToRead, *bytesValid); //(*bytesValid < bToRead) ? *bytesValid : bToRead ;
+  bToRead   = FDK_getFreeBits(h_BitBufDst);
+  noOfBytes = fMin(bToRead, noOfBytes); //(bToRead < noOfBytes) ? bToRead : noOfBytes;
+
+  while (noOfBytes > 0)
+  {
+    /* Split Read to buffer size */
+    bToRead = h_BitBufDst->bufSize - h_BitBufDst->ReadOffset ;
+    bToRead = fMin(noOfBytes, bToRead); //(noOfBytes < bToRead) ? noOfBytes : bToRead ;
+
+    /* copy 'bToRead' bytes from buffer to buffer */
+    if (!(h_BitBufSrc->BitNdx & 0x07)) {
+      CopyAlignedBlock (h_BitBufSrc, h_BitBufDst->Buffer + h_BitBufDst->ReadOffset, bToRead) ;
+    } else {
+      for (UINT i = 0; i < bToRead; i++)
+      {
+        h_BitBufDst->Buffer [h_BitBufDst->ReadOffset + i] = (UCHAR)FDK_get(h_BitBufSrc,8);
+      }
+    }
+
+    /* add noOfBits to number of valid bits in buffer */
+    h_BitBufDst->ValidBits  += bToRead << 3 ;
+    bTotal       += bToRead;
+
+    h_BitBufDst->ReadOffset  = (h_BitBufDst->ReadOffset + bToRead) & (h_BitBufDst->bufSize-1);
+    noOfBytes    -= bToRead;
+  }
+
+  *bytesValid -=bTotal;
+}
+
+void FDK_Fetch (HANDLE_FDK_BITBUF hBitBuf, UCHAR *outBuf, UINT *writeBytes)
+{
+  UCHAR *RESTRICT outputBuffer = outBuf;
+  UINT bTotal = 0 ;
+
+  UINT bToWrite  = (hBitBuf->ValidBits) >> 3 ;
+  UINT noOfBytes = fMin(bToWrite, *writeBytes); //(bToWrite < *writeBytes) ? bToWrite : *writeBytes ;
+
+  while (noOfBytes > 0)
+  {
+    /* split write to buffer size */
+    bToWrite = hBitBuf->bufSize - hBitBuf->WriteOffset ;
+    bToWrite = fMin(bToWrite, noOfBytes); //(bToWrite < noOfBytes) ? bToWrite : noOfBytes ;
+
+    /* copy 'bToWrite' bytes from bitbuffer to outputbuffer */
+    FDKmemcpy(outputBuffer, &hBitBuf->Buffer[hBitBuf->WriteOffset], bToWrite*sizeof(UCHAR));
+
+    /* sub noOfBits from number of valid bits in buffer */
+    hBitBuf->ValidBits  -= bToWrite << 3 ;
+    bTotal       += bToWrite ;
+    outputBuffer += bToWrite ;
+
+    hBitBuf->WriteOffset  = (hBitBuf->WriteOffset + bToWrite) & (hBitBuf->bufSize - 1) ;
+    noOfBytes    -= bToWrite ;
+  }
+
+  *writeBytes = bTotal ;
+}
+
diff --git a/libFDK/src/FDK_core.cpp b/libFDK/src/FDK_core.cpp
new file mode 100644 (file)
index 0000000..6db648d
--- /dev/null
@@ -0,0 +1,128 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   Manuel Jander
+   Description: FDK tools versioning support
+
+******************************************************************************/
+
+#include "FDK_core.h"
+
+/* FDK tools library info */
+#define FDK_TOOLS_LIB_VL0 2
+#define FDK_TOOLS_LIB_VL1 3
+#define FDK_TOOLS_LIB_VL2 2
+#define FDK_TOOLS_LIB_TITLE "FDK Tools"
+#define FDK_TOOLS_LIB_BUILD_DATE __DATE__
+#define FDK_TOOLS_LIB_BUILD_TIME __TIME__
+
+int FDK_toolsGetLibInfo(LIB_INFO *info)
+{
+  UINT v;
+  int i;
+
+  if (info == NULL) {
+    return -1;
+  }
+
+  /* search for next free tab */
+  i = FDKlibInfo_lookup(info, FDK_TOOLS);
+  if (i<0) return -1;
+
+  info += i;
+
+  v = LIB_VERSION(FDK_TOOLS_LIB_VL0, FDK_TOOLS_LIB_VL1, FDK_TOOLS_LIB_VL2);
+
+  FDKsprintf(info->versionStr, "%d.%d.%d", ((v >> 24) & 0xff), ((v >> 16) & 0xff), ((v >> 8 ) & 0xff));
+
+  info->module_id = FDK_TOOLS;
+  info->version = v;
+  info->build_date = (char *)FDK_TOOLS_LIB_BUILD_DATE;
+  info->build_time = (char *)FDK_TOOLS_LIB_BUILD_TIME;
+  info->title      = (char *)FDK_TOOLS_LIB_TITLE;
+  info->flags = 0;
+
+  return 0;
+}
diff --git a/libFDK/src/FDK_crc.cpp b/libFDK/src/FDK_crc.cpp
new file mode 100644 (file)
index 0000000..17d47ad
--- /dev/null
@@ -0,0 +1,459 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:
+   contents/description: CRC calculation
+
+******************************************************************************/
+
+#include "FDK_crc.h"
+
+
+
+/*---------------- constants -----------------------*/
+
+/**
+ * \brief  This table defines precalculated lookup tables for crc polynom  x^16 + x^15 + x^2 + x^0.
+ */
+static const USHORT crcLookup_16_15_2_0[256] =
+{
+  0x0000, 0x8005, 0x800f, 0x000a, 0x801b, 0x001e, 0x0014, 0x8011,
+  0x8033, 0x0036, 0x003c, 0x8039, 0x0028, 0x802d, 0x8027, 0x0022,
+  0x8063, 0x0066, 0x006c, 0x8069, 0x0078, 0x807d, 0x8077, 0x0072,
+  0x0050, 0x8055, 0x805f, 0x005a, 0x804b, 0x004e, 0x0044, 0x8041,
+  0x80c3, 0x00c6, 0x00cc, 0x80c9, 0x00d8, 0x80dd, 0x80d7, 0x00d2,
+  0x00f0, 0x80f5, 0x80ff, 0x00fa, 0x80eb, 0x00ee, 0x00e4, 0x80e1,
+  0x00a0, 0x80a5, 0x80af, 0x00aa, 0x80bb, 0x00be, 0x00b4, 0x80b1,
+  0x8093, 0x0096, 0x009c, 0x8099, 0x0088, 0x808d, 0x8087, 0x0082,
+  0x8183, 0x0186, 0x018c, 0x8189, 0x0198, 0x819d, 0x8197, 0x0192,
+  0x01b0, 0x81b5, 0x81bf, 0x01ba, 0x81ab, 0x01ae, 0x01a4, 0x81a1,
+  0x01e0, 0x81e5, 0x81ef, 0x01ea, 0x81fb, 0x01fe, 0x01f4, 0x81f1,
+  0x81d3, 0x01d6, 0x01dc, 0x81d9, 0x01c8, 0x81cd, 0x81c7, 0x01c2,
+  0x0140, 0x8145, 0x814f, 0x014a, 0x815b, 0x015e, 0x0154, 0x8151,
+  0x8173, 0x0176, 0x017c, 0x8179, 0x0168, 0x816d, 0x8167, 0x0162,
+  0x8123, 0x0126, 0x012c, 0x8129, 0x0138, 0x813d, 0x8137, 0x0132,
+  0x0110, 0x8115, 0x811f, 0x011a, 0x810b, 0x010e, 0x0104, 0x8101,
+  0x8303, 0x0306, 0x030c, 0x8309, 0x0318, 0x831d, 0x8317, 0x0312,
+  0x0330, 0x8335, 0x833f, 0x033a, 0x832b, 0x032e, 0x0324, 0x8321,
+  0x0360, 0x8365, 0x836f, 0x036a, 0x837b, 0x037e, 0x0374, 0x8371,
+  0x8353, 0x0356, 0x035c, 0x8359, 0x0348, 0x834d, 0x8347, 0x0342,
+  0x03c0, 0x83c5, 0x83cf, 0x03ca, 0x83db, 0x03de, 0x03d4, 0x83d1,
+  0x83f3, 0x03f6, 0x03fc, 0x83f9, 0x03e8, 0x83ed, 0x83e7, 0x03e2,
+  0x83a3, 0x03a6, 0x03ac, 0x83a9, 0x03b8, 0x83bd, 0x83b7, 0x03b2,
+  0x0390, 0x8395, 0x839f, 0x039a, 0x838b, 0x038e, 0x0384, 0x8381,
+  0x0280, 0x8285, 0x828f, 0x028a, 0x829b, 0x029e, 0x0294, 0x8291,
+  0x82b3, 0x02b6, 0x02bc, 0x82b9, 0x02a8, 0x82ad, 0x82a7, 0x02a2,
+  0x82e3, 0x02e6, 0x02ec, 0x82e9, 0x02f8, 0x82fd, 0x82f7, 0x02f2,
+  0x02d0, 0x82d5, 0x82df, 0x02da, 0x82cb, 0x02ce, 0x02c4, 0x82c1,
+  0x8243, 0x0246, 0x024c, 0x8249, 0x0258, 0x825d, 0x8257, 0x0252,
+  0x0270, 0x8275, 0x827f, 0x027a, 0x826b, 0x026e, 0x0264, 0x8261,
+  0x0220, 0x8225, 0x822f, 0x022a, 0x823b, 0x023e, 0x0234, 0x8231,
+  0x8213, 0x0216, 0x021c, 0x8219, 0x0208, 0x820d, 0x8207, 0x0202
+};
+
+/**
+ * \brief  This table defines precalculated lookup tables for crc polynom  x^16 + x^12 + x^5 + x^0.
+ */
+static const USHORT crcLookup_16_12_5_0[256] =
+{
+  0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
+  0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
+  0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6,
+  0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de,
+  0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485,
+  0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d,
+  0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4,
+  0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc,
+  0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823,
+  0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b,
+  0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12,
+  0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a,
+  0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41,
+  0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49,
+  0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70,
+  0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78,
+  0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f,
+  0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067,
+  0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e,
+  0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256,
+  0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d,
+  0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405,
+  0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c,
+  0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634,
+  0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab,
+  0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3,
+  0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a,
+  0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92,
+  0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9,
+  0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1,
+  0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8,
+  0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0
+};
+
+
+/*--------------- function declarations --------------------*/
+
+static inline INT calcCrc_Bits(
+        USHORT * const                  pCrc,
+        USHORT                          crcMask,
+        USHORT                          crcPoly,
+        HANDLE_FDK_BITSTREAM            hBs,
+        INT                             nBits
+        );
+
+static inline INT calcCrc_Bytes(
+        USHORT * const                  pCrc,
+        const USHORT *                  pCrcLookup,
+        HANDLE_FDK_BITSTREAM            hBs,
+        INT                             nBytes
+        );
+
+static void crcCalc(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        HANDLE_FDK_BITSTREAM            hBs,
+        const INT                       reg
+        );
+
+
+/*------------- function definitions ----------------*/
+
+void FDKcrcInit(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const UINT                      crcPoly,
+        const UINT                      crcStartValue,
+        const UINT                      crcLen
+        )
+{
+  /* crc polynom example:
+  x^16 + x^15 + x^2 + x^0        (1) 1000 0000 0000 0101 -> 0x8005
+  x^16 + x^12 + x^5 + x^0        (1) 0001 0000 0010 0001 -> 0x1021
+  x^8 + x^4 + x^3 + x^2 + x^0              (1) 0001 1101 -> 0x001d */
+
+  hCrcInfo->crcLen     = crcLen;
+  hCrcInfo->crcPoly    = crcPoly;
+  hCrcInfo->startValue = crcStartValue;
+  hCrcInfo->crcMask    = (crcLen) ? (1<<(crcLen-1)) : 0;
+
+  FDKcrcReset(hCrcInfo);
+
+  hCrcInfo->pCrcLookup = 0;
+
+  if (hCrcInfo->crcLen==16) {
+    switch ( crcPoly ) {
+      case 0x8005:
+        hCrcInfo->pCrcLookup = crcLookup_16_15_2_0;
+        break;
+      case 0x1021:
+        hCrcInfo->pCrcLookup = crcLookup_16_12_5_0;
+        break;
+      case 0x001d:
+      default:
+        /* no lookup table */
+        hCrcInfo->pCrcLookup = 0;
+    }
+  }
+
+
+}
+
+void FDKcrcReset(HANDLE_FDK_CRCINFO hCrcInfo)
+{
+  int i;
+
+  hCrcInfo->crcValue = hCrcInfo->startValue;
+
+  for(i=0;i<MAX_CRC_REGS;i++) {
+    hCrcInfo->crcRegData[i].isActive = 0;
+  }
+  hCrcInfo->regStart = 0;
+  hCrcInfo->regStop  = 0;
+}
+
+INT FDKcrcStartReg(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const HANDLE_FDK_BITSTREAM      hBs,
+        const INT                       mBits
+        )
+{
+  int reg = hCrcInfo->regStart;
+
+  FDK_ASSERT(hCrcInfo->crcRegData[reg].isActive==0);
+  hCrcInfo->crcRegData[reg].isActive      = 1;
+  hCrcInfo->crcRegData[reg].maxBits       = mBits;
+  hCrcInfo->crcRegData[reg].validBits     = FDKgetValidBits(hBs) ;
+  hCrcInfo->crcRegData[reg].bitBufCntBits = 0;
+
+  hCrcInfo->regStart = (hCrcInfo->regStart+1)%MAX_CRC_REGS;
+
+  return (reg);
+}
+
+INT FDKcrcEndReg(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        const HANDLE_FDK_BITSTREAM      hBs,
+        const INT                       reg
+        )
+{
+  FDK_ASSERT((reg==(INT)hCrcInfo->regStop)&&(hCrcInfo->crcRegData[reg].isActive==1));
+
+  if (hBs->ConfigCache==BS_WRITER) {
+    hCrcInfo->crcRegData[reg].bitBufCntBits = FDKgetValidBits(hBs) - hCrcInfo->crcRegData[reg].validBits;
+  }
+  else {
+    hCrcInfo->crcRegData[reg].bitBufCntBits = hCrcInfo->crcRegData[reg].validBits - FDKgetValidBits(hBs);
+  }
+
+  if (hCrcInfo->crcRegData[reg].maxBits == 0) {
+    hCrcInfo->crcRegData[reg].maxBits = hCrcInfo->crcRegData[reg].bitBufCntBits;
+  }
+
+  crcCalc( hCrcInfo, hBs, reg);
+
+  hCrcInfo->crcRegData[reg].isActive = 0;
+  hCrcInfo->regStop = (hCrcInfo->regStop+1)%MAX_CRC_REGS;
+
+  return 0;
+}
+
+USHORT FDKcrcGetCRC(
+        const HANDLE_FDK_CRCINFO        hCrcInfo
+        )
+{
+  return ( hCrcInfo->crcValue & (((hCrcInfo->crcMask-1)<<1)+1) );
+}
+
+/**
+ * \brief  Calculate crc bits.
+ *
+ * Calculate crc starting at current bitstream postion over nBits.
+ *
+ * \param pCrc                  Pointer to an outlying allocated crc info structure.
+ * \param crcMask               CrcMask in use.
+ * \param crcPoly               Crc polynom in use.
+ * \param hBs                   Handle to current bit buffer structure.
+ * \param nBits                 Number of processing bits.
+ *
+ * \return  Number of processed bits.
+ */
+static inline INT calcCrc_Bits(
+        USHORT * const                  pCrc,
+        USHORT                          crcMask,
+        USHORT                          crcPoly,
+        HANDLE_FDK_BITSTREAM            hBs,
+        INT                             nBits
+        )
+{
+  int i;
+  USHORT crc = *pCrc; /* get crc value */
+
+  if (hBs!=NULL) {
+    for (i = 0; (i < nBits); i++) {
+      USHORT tmp = FDKreadBits(hBs,1);     // process single bit
+      tmp ^= ( (crc & crcMask) ? 1 : 0 );
+      tmp *= crcPoly;
+      crc <<= 1;
+      crc ^= tmp;
+    }
+  }
+  else {
+    for (i = 0; (i < nBits); i++) {
+      USHORT tmp = 0;     // process single bit
+      tmp ^= ( (crc & crcMask) ? 1 : 0 );
+      tmp *= crcPoly;
+      crc <<= 1;
+      crc ^= tmp;
+    }
+  }
+  *pCrc = crc; /* update crc value */
+
+  return nBits;
+}
+
+/**
+ * \brief  Calculate crc bytes.
+ *
+ * Calculate crc starting at current bitstream postion over nBytes.
+ *
+ * \param pCrc                  Pointer to an outlying allocated crc info structure.
+ * \param pCrcLookup            Pointer to lookup table used for fast crc calculation.
+ * \param hBs                   Handle to current bit buffer structure.
+ * \param nBits                 Number of processing bytes.
+ *
+ * \return  Number of processed bits.
+ */
+static inline INT calcCrc_Bytes(
+        USHORT * const                  pCrc,
+        const USHORT *                  pCrcLookup,
+        HANDLE_FDK_BITSTREAM            hBs,
+        INT                             nBytes
+        )
+{
+  int i;
+  USHORT crc = *pCrc; /* get crc value */
+
+  if (hBs!=NULL) {
+    for (i=0; i<nBytes; i++) {
+      crc = (crc<<8)^pCrcLookup[((crc>>8)^((UCHAR)FDKreadBits(hBs,8)))&0xFF];
+    }
+  }
+  else {
+    for (i=0; i<nBytes; i++) {
+      crc = (crc<<8)^pCrcLookup[((crc>>8)^((UCHAR)0))&0xFF];
+    }
+  }
+
+  *pCrc = crc; /* update crc value */
+
+  return (i);
+}
+
+/**
+ * \brief  Calculate crc.
+ *
+ * Calculate crc. Lenght depends on mBits parameter in FDKcrcStartReg() configuration.
+ *
+ * \param hCrcInfo              Pointer to an outlying allocated crc info structure.
+ * \param hBs                   Pointer to current bit buffer structure.
+ * \param reg                   Crc region ID.
+ *
+ * \return  Number of processed bits.
+ */
+static void crcCalc(
+        HANDLE_FDK_CRCINFO              hCrcInfo,
+        HANDLE_FDK_BITSTREAM            hBs,
+        const INT                       reg
+        )
+{
+  USHORT crc = hCrcInfo->crcValue;
+  CCrcRegData *rD = &hCrcInfo->crcRegData[reg];
+  FDK_BITSTREAM bsReader;
+
+  if (hBs->ConfigCache==BS_READER) {
+    bsReader = *hBs;
+    FDKpushBiDirectional(&bsReader, -(INT)(rD->validBits-FDKgetValidBits(&bsReader)));
+  }
+  else {
+    FDKinitBitStream(&bsReader, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, hBs->hBitBuf.ValidBits, BS_READER);
+    FDKpushBiDirectional(&bsReader, rD->validBits);
+  }
+
+  int bits, rBits;
+  rBits = (rD->maxBits>=0) ? rD->maxBits : -rD->maxBits; /* ramaining bits */
+  if ((rD->maxBits>0) && (((INT)rD->bitBufCntBits>>3<<3)<rBits) ) {
+    bits = rD->bitBufCntBits;
+  }
+  else {
+    bits = rBits;
+  }
+
+  int words = bits >> 3;  /* processing bytes */
+  int mBits = bits & 0x7; /* modulo bits */
+
+  if(hCrcInfo->pCrcLookup) {
+    rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, &bsReader, words)<<3);
+  }
+  else {
+    rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, words<<3 );
+  }
+
+  /* remaining valid bits*/
+  if(mBits!=0) {
+    rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, mBits );
+  }
+
+  if (rBits!=0) {
+    /* zero bytes */
+    if ( (hCrcInfo->pCrcLookup) && (rBits>8) ) {
+      rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, NULL, rBits>>3)<<3);
+    }
+    /* remaining zero bits */
+    if (rBits!=0) {
+      rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, NULL, rBits );
+    }
+  }
+
+  hCrcInfo->crcValue = crc;
+}
+
diff --git a/libFDK/src/FDK_hybrid.cpp b/libFDK/src/FDK_hybrid.cpp
new file mode 100644 (file)
index 0000000..20816f5
--- /dev/null
@@ -0,0 +1,709 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s): Markus Lohwasser
+   Description: FDK Tools Hybrid Filterbank
+
+******************************************************************************/
+
+#include "FDK_hybrid.h"
+
+
+#include "fft.h"
+
+/*--------------- defines -----------------------------*/
+#define FFT_IDX_R(a)  (2*a)
+#define FFT_IDX_I(a)  (2*a+1)
+
+#define HYB_COEF8_0  ( 0.00746082949812f )
+#define HYB_COEF8_1  ( 0.02270420949825f )
+#define HYB_COEF8_2  ( 0.04546865930473f )
+#define HYB_COEF8_3  ( 0.07266113929591f )
+#define HYB_COEF8_4  ( 0.09885108575264f )
+#define HYB_COEF8_5  ( 0.11793710567217f )
+#define HYB_COEF8_6  ( 0.12500000000000f )
+#define HYB_COEF8_7  ( HYB_COEF8_5 )
+#define HYB_COEF8_8  ( HYB_COEF8_4 )
+#define HYB_COEF8_9  ( HYB_COEF8_3 )
+#define HYB_COEF8_10 ( HYB_COEF8_2 )
+#define HYB_COEF8_11 ( HYB_COEF8_1 )
+#define HYB_COEF8_12 ( HYB_COEF8_0 )
+
+
+/*--------------- structure definitions ---------------*/
+
+#if defined(ARCH_PREFER_MULT_32x16)
+  #define FIXP_HTB FIXP_SGL               /* SGL data type. */
+  #define FIXP_HTP FIXP_SPK               /* Packed SGL data type. */
+  #define HTC(a) (FX_DBL2FXCONST_SGL(a))  /* Cast to SGL */
+  #define FL2FXCONST_HTB FL2FXCONST_SGL
+#else
+  #define FIXP_HTB FIXP_DBL               /* SGL data type. */
+  #define FIXP_HTP FIXP_DPK               /* Packed DBL data type. */
+  #define HTC(a) ((FIXP_DBL)(LONG)(a))    /* Cast to DBL */
+  #define FL2FXCONST_HTB FL2FXCONST_DBL
+#endif
+
+#define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
+
+
+struct FDK_HYBRID_SETUP
+{
+    UCHAR               nrQmfBands;          /*!< Number of QMF bands to be converted to hybrid. */
+    UCHAR               nHybBands[3];        /*!< Number of Hybrid bands generated by nrQmfBands. */
+    SCHAR               kHybrid[3];          /*!< Filter configuration of each QMF band. */
+    UCHAR               protoLen;            /*!< Prototype filter length. */
+    UCHAR               filterDelay;         /*!< Delay caused by hybrid filter. */
+    const INT          *pReadIdxTable;       /*!< Helper table to access input data ringbuffer. */
+
+};
+
+/*--------------- constants ---------------------------*/
+static const INT ringbuffIdxTab[2*13] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };
+
+static const FDK_HYBRID_SETUP setup_3_16 = { 3, { 8, 4, 4}, {  8,  4,  4}, 13, (13-1)/2, ringbuffIdxTab};
+static const FDK_HYBRID_SETUP setup_3_12 = { 3, { 8, 2, 2}, {  8,  2,  2}, 13, (13-1)/2, ringbuffIdxTab};
+static const FDK_HYBRID_SETUP setup_3_10 = { 3, { 6, 2, 2}, { -8, -2,  2}, 13, (13-1)/2, ringbuffIdxTab};
+
+
+static const FIXP_HTP HybFilterCoef8[] = {
+  HTCP(0x10000000, 0x00000000), HTCP(0x0df26407, 0xfa391882), HTCP(0xff532109, 0x00acdef7), HTCP(0x08f26d36, 0xf70d92ca),
+  HTCP(0xfee34b5f, 0x02af570f), HTCP(0x038f276e, 0xf7684793), HTCP(0x00000000, 0x05d1eac2), HTCP(0x00000000, 0x05d1eac2),
+  HTCP(0x038f276e, 0x0897b86d), HTCP(0xfee34b5f, 0xfd50a8f1), HTCP(0x08f26d36, 0x08f26d36), HTCP(0xff532109, 0xff532109),
+  HTCP(0x0df26407, 0x05c6e77e)
+};
+
+static const FIXP_HTB HybFilterCoef2[13] = {
+  FL2FXCONST_HTB( 0.00000000000000f), FL2FXCONST_HTB( 0.01899487526049f), FL2FXCONST_HTB( 0.00000000000000f), FL2FXCONST_HTB(-0.07293139167538f), FL2FXCONST_HTB( 0.00000000000000f), FL2FXCONST_HTB( 0.30596630545168f),
+  FL2FXCONST_HTB( 0.50000000000000f), FL2FXCONST_HTB( 0.30596630545168f), FL2FXCONST_HTB( 0.00000000000000f), FL2FXCONST_HTB(-0.07293139167538f), FL2FXCONST_HTB( 0.00000000000000f), FL2FXCONST_HTB( 0.01899487526049f),
+  FL2FXCONST_HTB( 0.00000000000000f)
+};
+
+static const FIXP_HTB HybFilterCoef4[13] = {
+  FL2FXCONST_HTB(-0.00305151927305f), FL2FXCONST_HTB(-0.00794862316203f), FL2FXCONST_HTB(              0.0f), FL2FXCONST_HTB( 0.04318924038756f), FL2FXCONST_HTB( 0.12542448210445f), FL2FXCONST_HTB( 0.21227807049160f),
+  FL2FXCONST_HTB(             0.25f), FL2FXCONST_HTB( 0.21227807049160f), FL2FXCONST_HTB( 0.12542448210445f), FL2FXCONST_HTB( 0.04318924038756f), FL2FXCONST_HTB(              0.0f), FL2FXCONST_HTB(-0.00794862316203f),
+  FL2FXCONST_HTB(-0.00305151927305f)
+};
+
+/*--------------- function declarations ---------------*/
+static INT kChannelFiltering(
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        const INT *const           pReadIdx,
+        FIXP_DBL *const            mHybridReal,
+        FIXP_DBL *const            mHybridImag,
+        const SCHAR                hybridConfig
+        );
+
+
+/*--------------- function definitions ----------------*/
+
+INT FDKhybridAnalysisOpen(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        FIXP_DBL *const            pLFmemory,
+        const UINT                 LFmemorySize,
+        FIXP_DBL *const            pHFmemory,
+        const UINT                 HFmemorySize
+        )
+{
+  INT err = 0;
+
+  /* Save pointer to extern memory. */
+  hAnalysisHybFilter->pLFmemory    = pLFmemory;
+  hAnalysisHybFilter->LFmemorySize = LFmemorySize;
+
+  hAnalysisHybFilter->pHFmemory    = pHFmemory;
+  hAnalysisHybFilter->HFmemorySize = HFmemorySize;
+
+  return err;
+}
+
+INT FDKhybridAnalysisInit(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const FDK_HYBRID_MODE      mode,
+        const INT                  qmfBands,
+        const INT                  cplxBands,
+        const INT                  initStatesFlag
+        )
+{
+    int k;
+    INT err = 0;
+    FIXP_DBL *pMem = NULL;
+    HANDLE_FDK_HYBRID_SETUP setup = NULL;
+
+    switch (mode) {
+      case THREE_TO_TEN:     setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_10; break;
+      case THREE_TO_TWELVE:  setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_12; break;
+      case THREE_TO_SIXTEEN: setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_16; break;
+      default:               err = -1; goto bail;
+    }
+
+    /* Initialize handle. */
+    hAnalysisHybFilter->pSetup      = setup;
+    hAnalysisHybFilter->bufferLFpos = setup->protoLen-1;
+    hAnalysisHybFilter->bufferHFpos = 0;
+    hAnalysisHybFilter->nrBands     = qmfBands;
+    hAnalysisHybFilter->cplxBands   = cplxBands;
+    hAnalysisHybFilter->hfMode      = 0;
+
+    /* Check available memory. */
+    if ( ((2*setup->nrQmfBands*setup->protoLen*sizeof(FIXP_DBL)) > hAnalysisHybFilter->LFmemorySize)
+      || ((setup->filterDelay*((qmfBands-setup->nrQmfBands)+(cplxBands-setup->nrQmfBands))*sizeof(FIXP_DBL)) > hAnalysisHybFilter->HFmemorySize) )
+    {
+      err = -2;
+      goto bail;
+    }
+
+    /* Distribut LF memory. */
+    pMem = hAnalysisHybFilter->pLFmemory;
+    for (k=0; k<setup->nrQmfBands; k++) {
+      hAnalysisHybFilter->bufferLFReal[k] = pMem; pMem += setup->protoLen;
+      hAnalysisHybFilter->bufferLFImag[k] = pMem; pMem += setup->protoLen;
+    }
+
+    /* Distribut HF memory. */
+    pMem = hAnalysisHybFilter->pHFmemory;
+    for (k=0; k<setup->filterDelay; k++) {
+      hAnalysisHybFilter->bufferHFReal[k] = pMem; pMem += (qmfBands-setup->nrQmfBands);
+      hAnalysisHybFilter->bufferHFImag[k] = pMem; pMem += (cplxBands-setup->nrQmfBands);
+    }
+
+    if (initStatesFlag) {
+      /* Clear LF buffer */
+      for (k=0; k<setup->nrQmfBands; k++) {
+        FDKmemclear(hAnalysisHybFilter->bufferLFReal[k], setup->protoLen*sizeof(FIXP_DBL));
+        FDKmemclear(hAnalysisHybFilter->bufferLFImag[k], setup->protoLen*sizeof(FIXP_DBL));
+      }
+
+      if (qmfBands > setup->nrQmfBands) {
+      /* Clear HF buffer */
+      for (k=0; k<setup->filterDelay; k++) {
+        FDKmemclear(hAnalysisHybFilter->bufferHFReal[k], (qmfBands-setup->nrQmfBands)*sizeof(FIXP_DBL));
+        FDKmemclear(hAnalysisHybFilter->bufferHFImag[k], (cplxBands-setup->nrQmfBands)*sizeof(FIXP_DBL));
+      }
+    }
+    }
+
+bail:
+    return err;
+}
+
+INT FDKhybridAnalysisScaleStates(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const INT                  scalingValue
+        )
+{
+    INT err = 0;
+
+    if (hAnalysisHybFilter==NULL) {
+      err = 1; /* invalid handle */
+    }
+    else {
+      int k;
+      HANDLE_FDK_HYBRID_SETUP setup = hAnalysisHybFilter->pSetup;
+
+      /* Scale LF buffer */
+      for (k=0; k<setup->nrQmfBands; k++) {
+        scaleValues(hAnalysisHybFilter->bufferLFReal[k], setup->protoLen, scalingValue);
+        scaleValues(hAnalysisHybFilter->bufferLFImag[k], setup->protoLen, scalingValue);
+      }
+      if (hAnalysisHybFilter->nrBands > setup->nrQmfBands) {
+        /* Scale HF buffer */
+        for (k=0; k<setup->filterDelay; k++) {
+          scaleValues(hAnalysisHybFilter->bufferHFReal[k], (hAnalysisHybFilter->nrBands-setup->nrQmfBands), scalingValue);
+          scaleValues(hAnalysisHybFilter->bufferHFImag[k], (hAnalysisHybFilter->cplxBands-setup->nrQmfBands), scalingValue);
+        }
+      }
+    }
+    return err;
+}
+
+INT FDKhybridAnalysisApply(
+        HANDLE_FDK_ANA_HYB_FILTER  hAnalysisHybFilter,
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        FIXP_DBL *const            pHybridReal,
+        FIXP_DBL *const            pHybridImag)
+{
+    int k, hybOffset = 0;
+    INT err = 0;
+    const int nrQmfBandsLF = hAnalysisHybFilter->pSetup->nrQmfBands; /* number of QMF bands to be converted to hybrid */
+
+    const int writIndex = hAnalysisHybFilter->bufferLFpos;
+    int readIndex = hAnalysisHybFilter->bufferLFpos;
+
+    if (++readIndex>=hAnalysisHybFilter->pSetup->protoLen) readIndex = 0;
+    const INT* pBufferLFreadIdx = &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex];
+
+    /*
+     * LF buffer.
+     */
+    for (k=0; k<nrQmfBandsLF; k++) {
+        /* New input sample. */
+        hAnalysisHybFilter->bufferLFReal[k][writIndex] = pQmfReal[k];
+        hAnalysisHybFilter->bufferLFImag[k][writIndex] = pQmfImag[k];
+
+    /* Perform hybrid filtering. */
+        kChannelFiltering(
+                hAnalysisHybFilter->bufferLFReal[k],
+                hAnalysisHybFilter->bufferLFImag[k],
+                pBufferLFreadIdx,
+                pHybridReal+hybOffset,
+                pHybridImag+hybOffset,
+                hAnalysisHybFilter->pSetup->kHybrid[k]);
+
+        hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k];
+    }
+
+    hAnalysisHybFilter->bufferLFpos = readIndex; /* Index where to write next input sample. */
+
+    if (hAnalysisHybFilter->nrBands > nrQmfBandsLF) {
+    /*
+     * HF buffer.
+     */
+    if (hAnalysisHybFilter->hfMode!=0) {
+        /* HF delay compensation was applied outside. */
+        FDKmemcpy(pHybridReal+hybOffset, &pQmfReal[nrQmfBandsLF], (hAnalysisHybFilter->nrBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+        FDKmemcpy(pHybridImag+hybOffset, &pQmfImag[nrQmfBandsLF], (hAnalysisHybFilter->cplxBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+    }
+    else {
+        /* HF delay compensation, filterlength/2. */
+    FDKmemcpy(pHybridReal+hybOffset, hAnalysisHybFilter->bufferHFReal[hAnalysisHybFilter->bufferHFpos], (hAnalysisHybFilter->nrBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+    FDKmemcpy(pHybridImag+hybOffset, hAnalysisHybFilter->bufferHFImag[hAnalysisHybFilter->bufferHFpos], (hAnalysisHybFilter->cplxBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+
+    FDKmemcpy(hAnalysisHybFilter->bufferHFReal[hAnalysisHybFilter->bufferHFpos], &pQmfReal[nrQmfBandsLF], (hAnalysisHybFilter->nrBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+    FDKmemcpy(hAnalysisHybFilter->bufferHFImag[hAnalysisHybFilter->bufferHFpos], &pQmfImag[nrQmfBandsLF], (hAnalysisHybFilter->cplxBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+
+    if (++hAnalysisHybFilter->bufferHFpos>=hAnalysisHybFilter->pSetup->filterDelay) hAnalysisHybFilter->bufferHFpos = 0;
+    }
+    } /* process HF part*/
+
+    return err;
+}
+
+INT FDKhybridAnalysisClose(
+        HANDLE_FDK_ANA_HYB_FILTER hAnalysisHybFilter
+        )
+{
+  INT err = 0;
+
+  if (hAnalysisHybFilter != NULL) {
+    hAnalysisHybFilter->pLFmemory    = NULL;
+    hAnalysisHybFilter->pHFmemory    = NULL;
+    hAnalysisHybFilter->LFmemorySize = 0;
+    hAnalysisHybFilter->HFmemorySize = 0;
+  }
+
+  return err;
+}
+
+INT FDKhybridSynthesisInit(
+        HANDLE_FDK_SYN_HYB_FILTER  hSynthesisHybFilter,
+        const FDK_HYBRID_MODE      mode,
+        const INT                  qmfBands,
+        const INT                  cplxBands
+        )
+{
+    INT err = 0;
+    HANDLE_FDK_HYBRID_SETUP setup = NULL;
+
+    switch (mode) {
+      case THREE_TO_TEN:     setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_10; break;
+      case THREE_TO_TWELVE:  setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_12; break;
+      case THREE_TO_SIXTEEN: setup = (HANDLE_FDK_HYBRID_SETUP)&setup_3_16; break;
+      default:               err = -1; goto bail;
+    }
+
+    hSynthesisHybFilter->pSetup      = setup;
+    hSynthesisHybFilter->nrBands     = qmfBands;
+    hSynthesisHybFilter->cplxBands   = cplxBands;
+
+bail:
+    return err;
+}
+
+
+INT FDKhybridSynthesisApply(
+        HANDLE_FDK_SYN_HYB_FILTER  hSynthesisHybFilter,
+        const FIXP_DBL *const      pHybridReal,
+        const FIXP_DBL *const      pHybridImag,
+        FIXP_DBL *const            pQmfReal,
+        FIXP_DBL *const            pQmfImag
+        )
+{
+    int k, n, hybOffset=0;
+    INT err = 0;
+    const INT nrQmfBandsLF = hSynthesisHybFilter->pSetup->nrQmfBands;
+
+    /*
+     * LF buffer.
+     */
+    for (k=0; k<nrQmfBandsLF; k++) {
+      const int nHybBands = hSynthesisHybFilter->pSetup->nHybBands[k];
+
+      FIXP_DBL accu1 = FL2FXCONST_DBL(0.f);
+      FIXP_DBL accu2 = FL2FXCONST_DBL(0.f);
+
+      /* Perform hybrid filtering. */
+      for (n=0; n<nHybBands; n++) {
+          accu1 += pHybridReal[hybOffset+n];
+          accu2 += pHybridImag[hybOffset+n];
+      }
+      pQmfReal[k] = accu1;
+      pQmfImag[k] = accu2;
+
+      hybOffset += nHybBands;
+    }
+
+    if (hSynthesisHybFilter->nrBands > nrQmfBandsLF) {
+      /*
+       * HF buffer.
+       */
+    FDKmemcpy(&pQmfReal[nrQmfBandsLF], &pHybridReal[hybOffset], (hSynthesisHybFilter->nrBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+    FDKmemcpy(&pQmfImag[nrQmfBandsLF], &pHybridImag[hybOffset], (hSynthesisHybFilter->cplxBands-nrQmfBandsLF)*sizeof(FIXP_DBL));
+    }
+
+    return err;
+}
+
+static void dualChannelFiltering(
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        const INT *const           pReadIdx,
+        FIXP_DBL *const            mHybridReal,
+        FIXP_DBL *const            mHybridImag,
+        const INT                  invert
+        )
+{
+    const FIXP_HTB *p = HybFilterCoef2;
+
+    FIXP_DBL  r1, r6;
+    FIXP_DBL  i1, i6;
+
+    /* symmetric filter coefficients */
+    r1  = fMultDiv2(p[1], pQmfReal[pReadIdx[1]]) + fMultDiv2(p[1], pQmfReal[pReadIdx[11]]) ;
+    i1  = fMultDiv2(p[1], pQmfImag[pReadIdx[1]]) + fMultDiv2(p[1], pQmfImag[pReadIdx[11]]) ;
+    r1 += fMultDiv2(p[3], pQmfReal[pReadIdx[3]]) + fMultDiv2(p[3], pQmfReal[pReadIdx[ 9]]) ;
+    i1 += fMultDiv2(p[3], pQmfImag[pReadIdx[3]]) + fMultDiv2(p[3], pQmfImag[pReadIdx[ 9]]) ;
+    r1 += fMultDiv2(p[5], pQmfReal[pReadIdx[5]]) + fMultDiv2(p[5], pQmfReal[pReadIdx[ 7]]) ;
+    i1 += fMultDiv2(p[5], pQmfImag[pReadIdx[5]]) + fMultDiv2(p[5], pQmfImag[pReadIdx[ 7]]) ;
+    r6  = fMultDiv2(p[6], pQmfReal[pReadIdx[6]]) ;
+    i6  = fMultDiv2(p[6], pQmfImag[pReadIdx[6]]) ;
+
+    if (invert) {
+      mHybridReal[1] = (r1 + r6) << 1;
+      mHybridImag[1] = (i1 + i6) << 1;
+
+      mHybridReal[0] = (r6 - r1) << 1;
+      mHybridImag[0] = (i6 - i1) << 1;
+    }
+    else {
+      mHybridReal[0] = (r1 + r6) << 1;
+      mHybridImag[0] = (i1 + i6) << 1;
+
+      mHybridReal[1] = (r6 - r1) << 1;
+      mHybridImag[1] = (i6 - i1) << 1;
+    }
+}
+
+static void fourChannelFiltering(
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        const INT *const           pReadIdx,
+        FIXP_DBL *const            mHybridReal,
+        FIXP_DBL *const            mHybridImag,
+        const INT                  invert
+        )
+{
+    const FIXP_HTB *p = HybFilterCoef4;
+
+    FIXP_DBL fft[8];
+
+    static const FIXP_DBL  cr[13] = {
+      FL2FXCONST_DBL(               0.f), FL2FXCONST_DBL(-0.70710678118655f), FL2FXCONST_DBL(              -1.f),
+      FL2FXCONST_DBL(-0.70710678118655f), FL2FXCONST_DBL(               0.f), FL2FXCONST_DBL( 0.70710678118655f),
+      FL2FXCONST_DBL(               1.f),
+      FL2FXCONST_DBL( 0.70710678118655f), FL2FXCONST_DBL(               0.f), FL2FXCONST_DBL(-0.70710678118655f),
+      FL2FXCONST_DBL(              -1.f), FL2FXCONST_DBL(-0.70710678118655f), FL2FXCONST_DBL(               0.f)
+    };
+    static const FIXP_DBL  ci[13] = {
+      FL2FXCONST_DBL(              -1.f), FL2FXCONST_DBL(-0.70710678118655f), FL2FXCONST_DBL(               0.f),
+      FL2FXCONST_DBL( 0.70710678118655f), FL2FXCONST_DBL(               1.f), FL2FXCONST_DBL( 0.70710678118655f),
+      FL2FXCONST_DBL(               0.f),
+      FL2FXCONST_DBL(-0.70710678118655f), FL2FXCONST_DBL(              -1.f), FL2FXCONST_DBL(-0.70710678118655f),
+      FL2FXCONST_DBL(               0.f), FL2FXCONST_DBL( 0.70710678118655f), FL2FXCONST_DBL(               1.f)
+    };
+
+
+    /* FIR filter. */
+    /* pre twiddeling with pre-twiddling coefficients c[n]  */
+    /* multiplication with filter coefficients p[n]         */
+    /* hint: (a + ib)*(c + id) = (a*c - b*d) + i(a*d + b*c) */
+    /* write to fft coefficient n'                          */
+    fft[FFT_IDX_R(0)] =  ( fMult(p[10], ( fMultSub(fMultDiv2(cr[ 2], pQmfReal[pReadIdx[ 2]]), ci[ 2], pQmfImag[pReadIdx[ 2]]))) +
+                           fMult(p[ 6], ( fMultSub(fMultDiv2(cr[ 6], pQmfReal[pReadIdx[ 6]]), ci[ 6], pQmfImag[pReadIdx[ 6]]))) +
+                           fMult(p[ 2], ( fMultSub(fMultDiv2(cr[10], pQmfReal[pReadIdx[10]]), ci[10], pQmfImag[pReadIdx[10]]))) );
+    fft[FFT_IDX_I(0)] =  ( fMult(p[10], ( fMultAdd(fMultDiv2(ci[ 2], pQmfReal[pReadIdx[ 2]]), cr[ 2], pQmfImag[pReadIdx[ 2]]))) +
+                           fMult(p[ 6], ( fMultAdd(fMultDiv2(ci[ 6], pQmfReal[pReadIdx[ 6]]), cr[ 6], pQmfImag[pReadIdx[ 6]]))) +
+                           fMult(p[ 2], ( fMultAdd(fMultDiv2(ci[10], pQmfReal[pReadIdx[10]]), cr[10], pQmfImag[pReadIdx[10]]))) );
+
+    /* twiddle dee dum */
+    fft[FFT_IDX_R(1)] =  ( fMult(p[ 9], ( fMultSub(fMultDiv2(cr[ 3], pQmfReal[pReadIdx[ 3]]), ci[ 3], pQmfImag[pReadIdx[ 3]]))) +
+                           fMult(p[ 5], ( fMultSub(fMultDiv2(cr[ 7], pQmfReal[pReadIdx[ 7]]), ci[ 7], pQmfImag[pReadIdx[ 7]]))) +
+                           fMult(p[ 1], ( fMultSub(fMultDiv2(cr[11], pQmfReal[pReadIdx[11]]), ci[11], pQmfImag[pReadIdx[11]]))) );
+    fft[FFT_IDX_I(1)] =  ( fMult(p[ 9], ( fMultAdd(fMultDiv2(ci[ 3], pQmfReal[pReadIdx[ 3]]), cr[ 3], pQmfImag[pReadIdx[ 3]]))) +
+                           fMult(p[ 5], ( fMultAdd(fMultDiv2(ci[ 7], pQmfReal[pReadIdx[ 7]]), cr[ 7], pQmfImag[pReadIdx[ 7]]))) +
+                           fMult(p[ 1], ( fMultAdd(fMultDiv2(ci[11], pQmfReal[pReadIdx[11]]), cr[11], pQmfImag[pReadIdx[11]]))) );
+
+    /* twiddle dee dee */
+    fft[FFT_IDX_R(2)] =  ( fMult(p[12], ( fMultSub(fMultDiv2(cr[ 0], pQmfReal[pReadIdx[ 0]]), ci[ 0], pQmfImag[pReadIdx[ 0]]))) +
+                           fMult(p[ 8], ( fMultSub(fMultDiv2(cr[ 4], pQmfReal[pReadIdx[ 4]]), ci[ 4], pQmfImag[pReadIdx[ 4]]))) +
+                           fMult(p[ 4], ( fMultSub(fMultDiv2(cr[ 8], pQmfReal[pReadIdx[ 8]]), ci[ 8], pQmfImag[pReadIdx[ 8]]))) +
+                           fMult(p[ 0], ( fMultSub(fMultDiv2(cr[12], pQmfReal[pReadIdx[12]]), ci[12], pQmfImag[pReadIdx[12]]))) );
+    fft[FFT_IDX_I(2)] =  ( fMult(p[12], ( fMultAdd(fMultDiv2(ci[ 0], pQmfReal[pReadIdx[ 0]]), cr[ 0], pQmfImag[pReadIdx[ 0]]))) +
+                           fMult(p[ 8], ( fMultAdd(fMultDiv2(ci[ 4], pQmfReal[pReadIdx[ 4]]), cr[ 4], pQmfImag[pReadIdx[ 4]]))) +
+                           fMult(p[ 4], ( fMultAdd(fMultDiv2(ci[ 8], pQmfReal[pReadIdx[ 8]]), cr[ 8], pQmfImag[pReadIdx[ 8]]))) +
+                           fMult(p[ 0], ( fMultAdd(fMultDiv2(ci[12], pQmfReal[pReadIdx[12]]), cr[12], pQmfImag[pReadIdx[12]]))) );
+
+    fft[FFT_IDX_R(3)] =  ( fMult(p[11], ( fMultSub(fMultDiv2(cr[ 1], pQmfReal[pReadIdx[ 1]]), ci[ 1], pQmfImag[pReadIdx[ 1]]))) +
+                           fMult(p[ 7], ( fMultSub(fMultDiv2(cr[ 5], pQmfReal[pReadIdx[ 5]]), ci[ 5], pQmfImag[pReadIdx[ 5]]))) +
+                           fMult(p[ 3], ( fMultSub(fMultDiv2(cr[ 9], pQmfReal[pReadIdx[ 9]]), ci[ 9], pQmfImag[pReadIdx[ 9]]))) );
+    fft[FFT_IDX_I(3)] =  ( fMult(p[11], ( fMultAdd(fMultDiv2(ci[ 1], pQmfReal[pReadIdx[ 1]]), cr[ 1], pQmfImag[pReadIdx[ 1]]))) +
+                           fMult(p[ 7], ( fMultAdd(fMultDiv2(ci[ 5], pQmfReal[pReadIdx[ 5]]), cr[ 5], pQmfImag[pReadIdx[ 5]]))) +
+                           fMult(p[ 3], ( fMultAdd(fMultDiv2(ci[ 9], pQmfReal[pReadIdx[ 9]]), cr[ 9], pQmfImag[pReadIdx[ 9]]))) );
+
+    /* fft modulation                                                    */
+    /* here: fast manual fft modulation for a fft of length M=4          */
+    /* fft_4{x[n]} = x[0]*exp(-i*2*pi/4*m*0) + x[1]*exp(-i*2*pi/4*m*1) +
+    x[2]*exp(-i*2*pi/4*m*2) + x[3]*exp(-i*2*pi/4*m*3)   */
+
+    /*
+    fft bin m=0:
+    X[0, n] = x[0] +   x[1] + x[2] +   x[3]
+    */
+    mHybridReal[0] = fft[FFT_IDX_R(0)] + fft[FFT_IDX_R(1)] + fft[FFT_IDX_R(2)] + fft[FFT_IDX_R(3)];
+    mHybridImag[0] = fft[FFT_IDX_I(0)] + fft[FFT_IDX_I(1)] + fft[FFT_IDX_I(2)] + fft[FFT_IDX_I(3)];
+
+    /*
+    fft bin m=1:
+    X[1, n] = x[0] - i*x[1] - x[2] + i*x[3]
+    */
+    mHybridReal[1] = fft[FFT_IDX_R(0)] + fft[FFT_IDX_I(1)] - fft[FFT_IDX_R(2)] - fft[FFT_IDX_I(3)];
+    mHybridImag[1] = fft[FFT_IDX_I(0)] - fft[FFT_IDX_R(1)] - fft[FFT_IDX_I(2)] + fft[FFT_IDX_R(3)];
+
+    /*
+    fft bin m=2:
+    X[2, n] = x[0] -   x[1] + x[2] -   x[3]
+    */
+    mHybridReal[2] = fft[FFT_IDX_R(0)] - fft[FFT_IDX_R(1)] + fft[FFT_IDX_R(2)] - fft[FFT_IDX_R(3)];
+    mHybridImag[2] = fft[FFT_IDX_I(0)] - fft[FFT_IDX_I(1)] + fft[FFT_IDX_I(2)] - fft[FFT_IDX_I(3)];
+
+    /*
+    fft bin m=3:
+    X[3, n] = x[0] + j*x[1] - x[2] - j*x[3]
+    */
+    mHybridReal[3] = fft[FFT_IDX_R(0)] - fft[FFT_IDX_I(1)] - fft[FFT_IDX_R(2)] + fft[FFT_IDX_I(3)];
+    mHybridImag[3] = fft[FFT_IDX_I(0)] + fft[FFT_IDX_R(1)] - fft[FFT_IDX_I(2)] - fft[FFT_IDX_R(3)];
+}
+
+
+static void eightChannelFiltering(
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        const INT *const           pReadIdx,
+        FIXP_DBL *const            mHybridReal,
+        FIXP_DBL *const            mHybridImag,
+        const INT                  invert
+        )
+{
+    const FIXP_HTP *p = HybFilterCoef8;
+    INT k, sc;
+
+    FIXP_DBL mfft[16+ALIGNMENT_DEFAULT];
+    FIXP_DBL *pfft = (FIXP_DBL*)ALIGN_PTR(mfft);
+
+    FIXP_DBL accu1, accu2, accu3, accu4;
+
+    /* pre twiddeling */
+    pfft[FFT_IDX_R(0)] = fMultDiv2(p[0].v.re, pQmfReal[pReadIdx[6]]);
+    pfft[FFT_IDX_I(0)] = fMultDiv2(p[0].v.re, pQmfImag[pReadIdx[6]]);
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[7]], pQmfImag[pReadIdx[7]], p[1]);
+    pfft[FFT_IDX_R(1)] = accu1;
+    pfft[FFT_IDX_I(1)] = accu2;
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[0]], pQmfImag[pReadIdx[0]], p[2]);
+    cplxMultDiv2(&accu3, &accu4, pQmfReal[pReadIdx[8]], pQmfImag[pReadIdx[8]], p[3]);
+    pfft[FFT_IDX_R(2)] = accu1 + accu3;
+    pfft[FFT_IDX_I(2)] = accu2 + accu4;
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[1]], pQmfImag[pReadIdx[1]], p[4]);
+    cplxMultDiv2(&accu3, &accu4, pQmfReal[pReadIdx[9]], pQmfImag[pReadIdx[9]], p[5]);
+    pfft[FFT_IDX_R(3)] = accu1 + accu3;
+    pfft[FFT_IDX_I(3)] = accu2 + accu4;
+
+    pfft[FFT_IDX_R(4)] = fMultDiv2(pQmfImag[pReadIdx[10]], p[7].v.im) - fMultDiv2(pQmfImag[pReadIdx[ 2]], p[6].v.im);
+    pfft[FFT_IDX_I(4)] = fMultDiv2(pQmfReal[pReadIdx[ 2]], p[6].v.im) - fMultDiv2(pQmfReal[pReadIdx[10]], p[7].v.im);
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[ 3]], pQmfImag[pReadIdx[ 3]], p[8]);
+    cplxMultDiv2(&accu3, &accu4, pQmfReal[pReadIdx[11]], pQmfImag[pReadIdx[11]], p[9]);
+    pfft[FFT_IDX_R(5)] = accu1 + accu3;
+    pfft[FFT_IDX_I(5)] = accu2 + accu4;
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[ 4]], pQmfImag[pReadIdx[ 4]], p[10]);
+    cplxMultDiv2(&accu3, &accu4, pQmfReal[pReadIdx[12]], pQmfImag[pReadIdx[12]], p[11]);
+    pfft[FFT_IDX_R(6)] = accu1 + accu3;
+    pfft[FFT_IDX_I(6)] = accu2 + accu4;
+
+    cplxMultDiv2(&accu1, &accu2, pQmfReal[pReadIdx[ 5]], pQmfImag[pReadIdx[ 5]], p[12]);
+    pfft[FFT_IDX_R(7)] = accu1;
+    pfft[FFT_IDX_I(7)] = accu2;
+
+    /* fft modulation */
+    fft_8 (pfft);
+    sc = 1 + 2;
+
+    if (invert) {
+      mHybridReal[0]  = pfft[FFT_IDX_R(7)] << sc;
+      mHybridImag[0]  = pfft[FFT_IDX_I(7)] << sc;
+      mHybridReal[1]  = pfft[FFT_IDX_R(0)] << sc;
+      mHybridImag[1]  = pfft[FFT_IDX_I(0)] << sc;
+
+      mHybridReal[2]  = pfft[FFT_IDX_R(6)] << sc;
+      mHybridImag[2]  = pfft[FFT_IDX_I(6)] << sc;
+      mHybridReal[3]  = pfft[FFT_IDX_R(1)] << sc;
+      mHybridImag[3]  = pfft[FFT_IDX_I(1)] << sc;
+
+      mHybridReal[4]  = pfft[FFT_IDX_R(2)] << sc;
+      mHybridReal[4] += pfft[FFT_IDX_R(5)] << sc;
+      mHybridImag[4]  = pfft[FFT_IDX_I(2)] << sc;
+      mHybridImag[4] += pfft[FFT_IDX_I(5)] << sc;
+
+      mHybridReal[5]  = pfft[FFT_IDX_R(3)] << sc;
+      mHybridReal[5] += pfft[FFT_IDX_R(4)] << sc;
+      mHybridImag[5]  = pfft[FFT_IDX_I(3)] << sc;
+      mHybridImag[5] += pfft[FFT_IDX_I(4)] << sc;
+    }
+    else {
+      for(k=0; k<8;k++ ) {
+        mHybridReal[k] = pfft[FFT_IDX_R(k)] << sc;
+        mHybridImag[k] = pfft[FFT_IDX_I(k)] << sc;
+      }
+    }
+}
+
+static INT kChannelFiltering(
+        const FIXP_DBL *const      pQmfReal,
+        const FIXP_DBL *const      pQmfImag,
+        const INT *const           pReadIdx,
+        FIXP_DBL *const            mHybridReal,
+        FIXP_DBL *const            mHybridImag,
+        const SCHAR                hybridConfig
+        )
+{
+    INT err = 0;
+
+    switch (hybridConfig) {
+      case  2:
+      case -2:
+        dualChannelFiltering(pQmfReal, pQmfImag, pReadIdx, mHybridReal, mHybridImag, (hybridConfig<0) ? 1 : 0 );
+        break;
+      case  4:
+      case -4:
+        fourChannelFiltering(pQmfReal, pQmfImag, pReadIdx, mHybridReal, mHybridImag, (hybridConfig<0) ? 1 : 0 );
+        break;
+      case  8:
+      case -8:
+        eightChannelFiltering(pQmfReal, pQmfImag, pReadIdx, mHybridReal, mHybridImag, (hybridConfig<0) ? 1 : 0 );
+        break;
+      default:
+        err = -1;
+    }
+
+    return err;
+}
+
+
+
diff --git a/libFDK/src/FDK_tools_rom.cpp b/libFDK/src/FDK_tools_rom.cpp
new file mode 100644 (file)
index 0000000..c6e517e
--- /dev/null
@@ -0,0 +1,2440 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   Oliver Moser
+   Description: ROM tables used by FDK tools
+
+******************************************************************************/
+
+#include "FDK_tools_rom.h"
+
+
+
+
+
+
+
+
+
+
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STP SineTable480[] =
+{
+  STCP(0x7fffffff, 0x00000000), STCP(0x7fffd315, 0x006b3b9b), STCP(0x7fff4c54, 0x00d676eb), STCP(0x7ffe6bbf, 0x0141b1a5),
+  STCP(0x7ffd3154, 0x01aceb7c), STCP(0x7ffb9d15, 0x02182427), STCP(0x7ff9af04, 0x02835b5a), STCP(0x7ff76721, 0x02ee90c8),
+  STCP(0x7ff4c56f, 0x0359c428), STCP(0x7ff1c9ef, 0x03c4f52f), STCP(0x7fee74a2, 0x0430238f), STCP(0x7feac58d, 0x049b4f00),
+  STCP(0x7fe6bcb0, 0x05067734), STCP(0x7fe25a0f, 0x05719be2), STCP(0x7fdd9dad, 0x05dcbcbe), STCP(0x7fd8878e, 0x0647d97c),
+  STCP(0x7fd317b4, 0x06b2f1d2), STCP(0x7fcd4e24, 0x071e0575), STCP(0x7fc72ae2, 0x07891418), STCP(0x7fc0adf2, 0x07f41d72),
+  STCP(0x7fb9d759, 0x085f2137), STCP(0x7fb2a71b, 0x08ca1f1b), STCP(0x7fab1d3d, 0x093516d4), STCP(0x7fa339c5, 0x09a00817),
+  STCP(0x7f9afcb9, 0x0a0af299), STCP(0x7f92661d, 0x0a75d60e), STCP(0x7f8975f9, 0x0ae0b22c), STCP(0x7f802c52, 0x0b4b86a8),
+  STCP(0x7f76892f, 0x0bb65336), STCP(0x7f6c8c96, 0x0c21178c), STCP(0x7f62368f, 0x0c8bd35e), STCP(0x7f578721, 0x0cf68662),
+  STCP(0x7f4c7e54, 0x0d61304e), STCP(0x7f411c2f, 0x0dcbd0d5), STCP(0x7f3560b9, 0x0e3667ad), STCP(0x7f294bfd, 0x0ea0f48c),
+  STCP(0x7f1cde01, 0x0f0b7727), STCP(0x7f1016ce, 0x0f75ef33), STCP(0x7f02f66f, 0x0fe05c64), STCP(0x7ef57cea, 0x104abe71),
+  STCP(0x7ee7aa4c, 0x10b5150f), STCP(0x7ed97e9c, 0x111f5ff4), STCP(0x7ecaf9e5, 0x11899ed3), STCP(0x7ebc1c31, 0x11f3d164),
+  STCP(0x7eace58a, 0x125df75b), STCP(0x7e9d55fc, 0x12c8106f), STCP(0x7e8d6d91, 0x13321c53), STCP(0x7e7d2c54, 0x139c1abf),
+  STCP(0x7e6c9251, 0x14060b68), STCP(0x7e5b9f93, 0x146fee03), STCP(0x7e4a5426, 0x14d9c245), STCP(0x7e38b017, 0x154387e6),
+  STCP(0x7e26b371, 0x15ad3e9a), STCP(0x7e145e42, 0x1616e618), STCP(0x7e01b096, 0x16807e15), STCP(0x7deeaa7a, 0x16ea0646),
+  STCP(0x7ddb4bfc, 0x17537e63), STCP(0x7dc79529, 0x17bce621), STCP(0x7db3860f, 0x18263d36), STCP(0x7d9f1ebd, 0x188f8357),
+  STCP(0x7d8a5f40, 0x18f8b83c), STCP(0x7d7547a7, 0x1961db9b), STCP(0x7d5fd801, 0x19caed29), STCP(0x7d4a105d, 0x1a33ec9c),
+  STCP(0x7d33f0ca, 0x1a9cd9ac), STCP(0x7d1d7958, 0x1b05b40f), STCP(0x7d06aa16, 0x1b6e7b7a), STCP(0x7cef8315, 0x1bd72fa4),
+  STCP(0x7cd80464, 0x1c3fd045), STCP(0x7cc02e15, 0x1ca85d12), STCP(0x7ca80038, 0x1d10d5c2), STCP(0x7c8f7ade, 0x1d793a0b),
+  STCP(0x7c769e18, 0x1de189a6), STCP(0x7c5d69f7, 0x1e49c447), STCP(0x7c43de8e, 0x1eb1e9a7), STCP(0x7c29fbee, 0x1f19f97b),
+  STCP(0x7c0fc22a, 0x1f81f37c), STCP(0x7bf53153, 0x1fe9d75f), STCP(0x7bda497d, 0x2051a4dd), STCP(0x7bbf0aba, 0x20b95bac),
+  STCP(0x7ba3751d, 0x2120fb83), STCP(0x7b8788ba, 0x2188841a), STCP(0x7b6b45a5, 0x21eff528), STCP(0x7b4eabf1, 0x22574e65),
+  STCP(0x7b31bbb2, 0x22be8f87), STCP(0x7b1474fd, 0x2325b847), STCP(0x7af6d7e6, 0x238cc85d), STCP(0x7ad8e482, 0x23f3bf7e),
+  STCP(0x7aba9ae6, 0x245a9d65), STCP(0x7a9bfb27, 0x24c161c7), STCP(0x7a7d055b, 0x25280c5e), STCP(0x7a5db997, 0x258e9ce0),
+  STCP(0x7a3e17f2, 0x25f51307), STCP(0x7a1e2082, 0x265b6e8a), STCP(0x79fdd35c, 0x26c1af22), STCP(0x79dd3098, 0x2727d486),
+  STCP(0x79bc384d, 0x278dde6e), STCP(0x799aea92, 0x27f3cc94), STCP(0x7979477d, 0x28599eb0), STCP(0x79574f28, 0x28bf547b),
+  STCP(0x793501a9, 0x2924edac), STCP(0x79125f19, 0x298a69fc), STCP(0x78ef678f, 0x29efc925), STCP(0x78cc1b26, 0x2a550adf),
+  STCP(0x78a879f4, 0x2aba2ee4), STCP(0x78848414, 0x2b1f34eb), STCP(0x7860399e, 0x2b841caf), STCP(0x783b9aad, 0x2be8e5e8),
+  STCP(0x7816a759, 0x2c4d9050), STCP(0x77f15fbc, 0x2cb21ba0), STCP(0x77cbc3f2, 0x2d168792), STCP(0x77a5d413, 0x2d7ad3de),
+  STCP(0x777f903c, 0x2ddf0040), STCP(0x7758f886, 0x2e430c6f), STCP(0x77320d0d, 0x2ea6f827), STCP(0x770acdec, 0x2f0ac320),
+  STCP(0x76e33b3f, 0x2f6e6d16), STCP(0x76bb5521, 0x2fd1f5c1), STCP(0x76931bae, 0x30355cdd), STCP(0x766a8f04, 0x3098a223),
+  STCP(0x7641af3d, 0x30fbc54d), STCP(0x76187c77, 0x315ec617), STCP(0x75eef6ce, 0x31c1a43b), STCP(0x75c51e61, 0x32245f72),
+  STCP(0x759af34c, 0x3286f779), STCP(0x757075ac, 0x32e96c09), STCP(0x7545a5a0, 0x334bbcde), STCP(0x751a8346, 0x33ade9b3),
+  STCP(0x74ef0ebc, 0x340ff242), STCP(0x74c34820, 0x3471d647), STCP(0x74972f92, 0x34d3957e), STCP(0x746ac52f, 0x35352fa1),
+  STCP(0x743e0918, 0x3596a46c), STCP(0x7410fb6b, 0x35f7f39c), STCP(0x73e39c49, 0x36591cea), STCP(0x73b5ebd1, 0x36ba2014),
+  STCP(0x7387ea23, 0x371afcd5), STCP(0x73599760, 0x377bb2e9), STCP(0x732af3a7, 0x37dc420c), STCP(0x72fbff1b, 0x383ca9fb),
+  STCP(0x72ccb9db, 0x389cea72), STCP(0x729d2409, 0x38fd032d), STCP(0x726d3dc6, 0x395cf3e9), STCP(0x723d0734, 0x39bcbc63),
+  STCP(0x720c8075, 0x3a1c5c57), STCP(0x71dba9ab, 0x3a7bd382), STCP(0x71aa82f7, 0x3adb21a1), STCP(0x71790c7e, 0x3b3a4672),
+  STCP(0x71474660, 0x3b9941b1), STCP(0x711530c2, 0x3bf8131c), STCP(0x70e2cbc6, 0x3c56ba70), STCP(0x70b01790, 0x3cb5376b),
+  STCP(0x707d1443, 0x3d1389cb), STCP(0x7049c203, 0x3d71b14d), STCP(0x701620f5, 0x3dcfadb0), STCP(0x6fe2313c, 0x3e2d7eb1),
+  STCP(0x6fadf2fc, 0x3e8b240e), STCP(0x6f79665b, 0x3ee89d86), STCP(0x6f448b7e, 0x3f45ead8), STCP(0x6f0f6289, 0x3fa30bc1),
+  STCP(0x6ed9eba1, 0x40000000), STCP(0x6ea426ed, 0x405cc754), STCP(0x6e6e1492, 0x40b9617d), STCP(0x6e37b4b6, 0x4115ce38),
+  STCP(0x6e010780, 0x41720d46), STCP(0x6dca0d14, 0x41ce1e65), STCP(0x6d92c59b, 0x422a0154), STCP(0x6d5b313b, 0x4285b5d4),
+  STCP(0x6d23501b, 0x42e13ba4), STCP(0x6ceb2261, 0x433c9283), STCP(0x6cb2a837, 0x4397ba32), STCP(0x6c79e1c2, 0x43f2b271),
+  STCP(0x6c40cf2c, 0x444d7aff), STCP(0x6c07709b, 0x44a8139e), STCP(0x6bcdc639, 0x45027c0c), STCP(0x6b93d02e, 0x455cb40c),
+  STCP(0x6b598ea3, 0x45b6bb5e), STCP(0x6b1f01c0, 0x461091c2), STCP(0x6ae429ae, 0x466a36f9), STCP(0x6aa90697, 0x46c3aac5),
+  STCP(0x6a6d98a4, 0x471cece7), STCP(0x6a31e000, 0x4775fd1f), STCP(0x69f5dcd3, 0x47cedb31), STCP(0x69b98f48, 0x482786dc),
+  STCP(0x697cf78a, 0x487fffe4), STCP(0x694015c3, 0x48d84609), STCP(0x6902ea1d, 0x4930590f), STCP(0x68c574c4, 0x498838b6),
+  STCP(0x6887b5e2, 0x49dfe4c2), STCP(0x6849ada3, 0x4a375cf5), STCP(0x680b5c33, 0x4a8ea111), STCP(0x67ccc1be, 0x4ae5b0da),
+  STCP(0x678dde6e, 0x4b3c8c12), STCP(0x674eb271, 0x4b93327c), STCP(0x670f3df3, 0x4be9a3db), STCP(0x66cf8120, 0x4c3fdff4),
+  STCP(0x668f7c25, 0x4c95e688), STCP(0x664f2f2e, 0x4cebb75c), STCP(0x660e9a6a, 0x4d415234), STCP(0x65cdbe05, 0x4d96b6d3),
+  STCP(0x658c9a2d, 0x4debe4fe), STCP(0x654b2f10, 0x4e40dc79), STCP(0x65097cdb, 0x4e959d08), STCP(0x64c783bd, 0x4eea2670),
+  STCP(0x648543e4, 0x4f3e7875), STCP(0x6442bd7e, 0x4f9292dc), STCP(0x63fff0ba, 0x4fe6756a), STCP(0x63bcddc7, 0x503a1fe5),
+  STCP(0x637984d4, 0x508d9211), STCP(0x6335e611, 0x50e0cbb4), STCP(0x62f201ac, 0x5133cc94), STCP(0x62add7d6, 0x51869476),
+  STCP(0x626968be, 0x51d92321), STCP(0x6224b495, 0x522b7859), STCP(0x61dfbb8a, 0x527d93e6), STCP(0x619a7dce, 0x52cf758f),
+  STCP(0x6154fb91, 0x53211d18), STCP(0x610f3505, 0x53728a4a), STCP(0x60c92a5a, 0x53c3bcea), STCP(0x6082dbc1, 0x5414b4c1),
+  STCP(0x603c496c, 0x54657194), STCP(0x5ff5738d, 0x54b5f32c), STCP(0x5fae5a55, 0x55063951), STCP(0x5f66fdf5, 0x555643c8),
+  STCP(0x5f1f5ea1, 0x55a6125c), STCP(0x5ed77c8a, 0x55f5a4d2), STCP(0x5e8f57e2, 0x5644faf4), STCP(0x5e46f0dd, 0x5694148b),
+  STCP(0x5dfe47ad, 0x56e2f15d), STCP(0x5db55c86, 0x57319135), STCP(0x5d6c2f99, 0x577ff3da), STCP(0x5d22c11c, 0x57ce1917),
+  STCP(0x5cd91140, 0x581c00b3), STCP(0x5c8f203b, 0x5869aa79), STCP(0x5c44ee40, 0x58b71632), STCP(0x5bfa7b82, 0x590443a7),
+  STCP(0x5bafc837, 0x595132a2), STCP(0x5b64d492, 0x599de2ee), STCP(0x5b19a0c8, 0x59ea5454), STCP(0x5ace2d0f, 0x5a36869f),
+  STCP(0x5a82799a, 0x5a82799a)
+};
+
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+LNK_SECTION_CONSTDATA_L1
+const FIXP_STP SineTable512[] =
+{
+  STCP(0x7fffffff, 0x00000000), STCP(0x7fffd886, 0x006487e3), STCP(0x7fff6216, 0x00c90f88), STCP(0x7ffe9cb2, 0x012d96b1),
+  STCP(0x7ffd885a, 0x01921d20), STCP(0x7ffc250f, 0x01f6a297), STCP(0x7ffa72d1, 0x025b26d7), STCP(0x7ff871a2, 0x02bfa9a4),
+  STCP(0x7ff62182, 0x03242abf), STCP(0x7ff38274, 0x0388a9ea), STCP(0x7ff09478, 0x03ed26e6), STCP(0x7fed5791, 0x0451a177),
+  STCP(0x7fe9cbc0, 0x04b6195d), STCP(0x7fe5f108, 0x051a8e5c), STCP(0x7fe1c76b, 0x057f0035), STCP(0x7fdd4eec, 0x05e36ea9),
+  STCP(0x7fd8878e, 0x0647d97c), STCP(0x7fd37153, 0x06ac406f), STCP(0x7fce0c3e, 0x0710a345), STCP(0x7fc85854, 0x077501be),
+  STCP(0x7fc25596, 0x07d95b9e), STCP(0x7fbc040a, 0x083db0a7), STCP(0x7fb563b3, 0x08a2009a), STCP(0x7fae7495, 0x09064b3a),
+  STCP(0x7fa736b4, 0x096a9049), STCP(0x7f9faa15, 0x09cecf89), STCP(0x7f97cebd, 0x0a3308bd), STCP(0x7f8fa4b0, 0x0a973ba5),
+  STCP(0x7f872bf3, 0x0afb6805), STCP(0x7f7e648c, 0x0b5f8d9f), STCP(0x7f754e80, 0x0bc3ac35), STCP(0x7f6be9d4, 0x0c27c389),
+  STCP(0x7f62368f, 0x0c8bd35e), STCP(0x7f5834b7, 0x0cefdb76), STCP(0x7f4de451, 0x0d53db92), STCP(0x7f434563, 0x0db7d376),
+  STCP(0x7f3857f6, 0x0e1bc2e4), STCP(0x7f2d1c0e, 0x0e7fa99e), STCP(0x7f2191b4, 0x0ee38766), STCP(0x7f15b8ee, 0x0f475bff),
+  STCP(0x7f0991c4, 0x0fab272b), STCP(0x7efd1c3c, 0x100ee8ad), STCP(0x7ef05860, 0x1072a048), STCP(0x7ee34636, 0x10d64dbd),
+  STCP(0x7ed5e5c6, 0x1139f0cf), STCP(0x7ec8371a, 0x119d8941), STCP(0x7eba3a39, 0x120116d5), STCP(0x7eabef2c, 0x1264994e),
+  STCP(0x7e9d55fc, 0x12c8106f), STCP(0x7e8e6eb2, 0x132b7bf9), STCP(0x7e7f3957, 0x138edbb1), STCP(0x7e6fb5f4, 0x13f22f58),
+  STCP(0x7e5fe493, 0x145576b1), STCP(0x7e4fc53e, 0x14b8b17f), STCP(0x7e3f57ff, 0x151bdf86), STCP(0x7e2e9cdf, 0x157f0086),
+  STCP(0x7e1d93ea, 0x15e21445), STCP(0x7e0c3d29, 0x16451a83), STCP(0x7dfa98a8, 0x16a81305), STCP(0x7de8a670, 0x170afd8d),
+  STCP(0x7dd6668f, 0x176dd9de), STCP(0x7dc3d90d, 0x17d0a7bc), STCP(0x7db0fdf8, 0x183366e9), STCP(0x7d9dd55a, 0x18961728),
+  STCP(0x7d8a5f40, 0x18f8b83c), STCP(0x7d769bb5, 0x195b49ea), STCP(0x7d628ac6, 0x19bdcbf3), STCP(0x7d4e2c7f, 0x1a203e1b),
+  STCP(0x7d3980ec, 0x1a82a026), STCP(0x7d24881b, 0x1ae4f1d6), STCP(0x7d0f4218, 0x1b4732ef), STCP(0x7cf9aef0, 0x1ba96335),
+  STCP(0x7ce3ceb2, 0x1c0b826a), STCP(0x7ccda169, 0x1c6d9053), STCP(0x7cb72724, 0x1ccf8cb3), STCP(0x7ca05ff1, 0x1d31774d),
+  STCP(0x7c894bde, 0x1d934fe5), STCP(0x7c71eaf9, 0x1df5163f), STCP(0x7c5a3d50, 0x1e56ca1e), STCP(0x7c4242f2, 0x1eb86b46),
+  STCP(0x7c29fbee, 0x1f19f97b), STCP(0x7c116853, 0x1f7b7481), STCP(0x7bf88830, 0x1fdcdc1b), STCP(0x7bdf5b94, 0x203e300d),
+  STCP(0x7bc5e290, 0x209f701c), STCP(0x7bac1d31, 0x21009c0c), STCP(0x7b920b89, 0x2161b3a0), STCP(0x7b77ada8, 0x21c2b69c),
+  STCP(0x7b5d039e, 0x2223a4c5), STCP(0x7b420d7a, 0x22847de0), STCP(0x7b26cb4f, 0x22e541af), STCP(0x7b0b3d2c, 0x2345eff8),
+  STCP(0x7aef6323, 0x23a6887f), STCP(0x7ad33d45, 0x24070b08), STCP(0x7ab6cba4, 0x24677758), STCP(0x7a9a0e50, 0x24c7cd33),
+  STCP(0x7a7d055b, 0x25280c5e), STCP(0x7a5fb0d8, 0x2588349d), STCP(0x7a4210d8, 0x25e845b6), STCP(0x7a24256f, 0x26483f6c),
+  STCP(0x7a05eead, 0x26a82186), STCP(0x79e76ca7, 0x2707ebc7), STCP(0x79c89f6e, 0x27679df4), STCP(0x79a98715, 0x27c737d3),
+  STCP(0x798a23b1, 0x2826b928), STCP(0x796a7554, 0x288621b9), STCP(0x794a7c12, 0x28e5714b), STCP(0x792a37fe, 0x2944a7a2),
+  STCP(0x7909a92d, 0x29a3c485), STCP(0x78e8cfb2, 0x2a02c7b8), STCP(0x78c7aba2, 0x2a61b101), STCP(0x78a63d11, 0x2ac08026),
+  STCP(0x78848414, 0x2b1f34eb), STCP(0x786280bf, 0x2b7dcf17), STCP(0x78403329, 0x2bdc4e6f), STCP(0x781d9b65, 0x2c3ab2b9),
+  STCP(0x77fab989, 0x2c98fbba), STCP(0x77d78daa, 0x2cf72939), STCP(0x77b417df, 0x2d553afc), STCP(0x7790583e, 0x2db330c7),
+  STCP(0x776c4edb, 0x2e110a62), STCP(0x7747fbce, 0x2e6ec792), STCP(0x77235f2d, 0x2ecc681e), STCP(0x76fe790e, 0x2f29ebcc),
+  STCP(0x76d94989, 0x2f875262), STCP(0x76b3d0b4, 0x2fe49ba7), STCP(0x768e0ea6, 0x3041c761), STCP(0x76680376, 0x309ed556),
+  STCP(0x7641af3d, 0x30fbc54d), STCP(0x761b1211, 0x3158970e), STCP(0x75f42c0b, 0x31b54a5e), STCP(0x75ccfd42, 0x3211df04),
+  STCP(0x75a585cf, 0x326e54c7), STCP(0x757dc5ca, 0x32caab6f), STCP(0x7555bd4c, 0x3326e2c3), STCP(0x752d6c6c, 0x3382fa88),
+  STCP(0x7504d345, 0x33def287), STCP(0x74dbf1ef, 0x343aca87), STCP(0x74b2c884, 0x34968250), STCP(0x7489571c, 0x34f219a8),
+  STCP(0x745f9dd1, 0x354d9057), STCP(0x74359cbd, 0x35a8e625), STCP(0x740b53fb, 0x36041ad9), STCP(0x73e0c3a3, 0x365f2e3b),
+  STCP(0x73b5ebd1, 0x36ba2014), STCP(0x738acc9e, 0x3714f02a), STCP(0x735f6626, 0x376f9e46), STCP(0x7333b883, 0x37ca2a30),
+  STCP(0x7307c3d0, 0x382493b0), STCP(0x72db8828, 0x387eda8e), STCP(0x72af05a7, 0x38d8fe93), STCP(0x72823c67, 0x3932ff87),
+  STCP(0x72552c85, 0x398cdd32), STCP(0x7227d61c, 0x39e6975e), STCP(0x71fa3949, 0x3a402dd2), STCP(0x71cc5626, 0x3a99a057),
+  STCP(0x719e2cd2, 0x3af2eeb7), STCP(0x716fbd68, 0x3b4c18ba), STCP(0x71410805, 0x3ba51e29), STCP(0x71120cc5, 0x3bfdfecd),
+  STCP(0x70e2cbc6, 0x3c56ba70), STCP(0x70b34525, 0x3caf50da), STCP(0x708378ff, 0x3d07c1d6), STCP(0x70536771, 0x3d600d2c),
+  STCP(0x7023109a, 0x3db832a6), STCP(0x6ff27497, 0x3e10320d), STCP(0x6fc19385, 0x3e680b2c), STCP(0x6f906d84, 0x3ebfbdcd),
+  STCP(0x6f5f02b2, 0x3f1749b8), STCP(0x6f2d532c, 0x3f6eaeb8), STCP(0x6efb5f12, 0x3fc5ec98), STCP(0x6ec92683, 0x401d0321),
+  STCP(0x6e96a99d, 0x4073f21d), STCP(0x6e63e87f, 0x40cab958), STCP(0x6e30e34a, 0x4121589b), STCP(0x6dfd9a1c, 0x4177cfb1),
+  STCP(0x6dca0d14, 0x41ce1e65), STCP(0x6d963c54, 0x42244481), STCP(0x6d6227fa, 0x427a41d0), STCP(0x6d2dd027, 0x42d0161e),
+  STCP(0x6cf934fc, 0x4325c135), STCP(0x6cc45698, 0x437b42e1), STCP(0x6c8f351c, 0x43d09aed), STCP(0x6c59d0a9, 0x4425c923),
+  STCP(0x6c242960, 0x447acd50), STCP(0x6bee3f62, 0x44cfa740), STCP(0x6bb812d1, 0x452456bd), STCP(0x6b81a3cd, 0x4578db93),
+  STCP(0x6b4af279, 0x45cd358f), STCP(0x6b13fef5, 0x4621647d), STCP(0x6adcc964, 0x46756828), STCP(0x6aa551e9, 0x46c9405c),
+  STCP(0x6a6d98a4, 0x471cece7), STCP(0x6a359db9, 0x47706d93), STCP(0x69fd614a, 0x47c3c22f), STCP(0x69c4e37a, 0x4816ea86),
+  STCP(0x698c246c, 0x4869e665), STCP(0x69532442, 0x48bcb599), STCP(0x6919e320, 0x490f57ee), STCP(0x68e06129, 0x4961cd33),
+  STCP(0x68a69e81, 0x49b41533), STCP(0x686c9b4b, 0x4a062fbd), STCP(0x683257ab, 0x4a581c9e), STCP(0x67f7d3c5, 0x4aa9dba2),
+  STCP(0x67bd0fbd, 0x4afb6c98), STCP(0x67820bb7, 0x4b4ccf4d), STCP(0x6746c7d8, 0x4b9e0390), STCP(0x670b4444, 0x4bef092d),
+  STCP(0x66cf8120, 0x4c3fdff4), STCP(0x66937e91, 0x4c9087b1), STCP(0x66573cbb, 0x4ce10034), STCP(0x661abbc5, 0x4d31494b),
+  STCP(0x65ddfbd3, 0x4d8162c4), STCP(0x65a0fd0b, 0x4dd14c6e), STCP(0x6563bf92, 0x4e210617), STCP(0x6526438f, 0x4e708f8f),
+  STCP(0x64e88926, 0x4ebfe8a5), STCP(0x64aa907f, 0x4f0f1126), STCP(0x646c59bf, 0x4f5e08e3), STCP(0x642de50d, 0x4faccfab),
+  STCP(0x63ef3290, 0x4ffb654d), STCP(0x63b0426d, 0x5049c999), STCP(0x637114cc, 0x5097fc5e), STCP(0x6331a9d4, 0x50e5fd6d),
+  STCP(0x62f201ac, 0x5133cc94), STCP(0x62b21c7b, 0x518169a5), STCP(0x6271fa69, 0x51ced46e), STCP(0x62319b9d, 0x521c0cc2),
+  STCP(0x61f1003f, 0x5269126e), STCP(0x61b02876, 0x52b5e546), STCP(0x616f146c, 0x53028518), STCP(0x612dc447, 0x534ef1b5),
+  STCP(0x60ec3830, 0x539b2af0), STCP(0x60aa7050, 0x53e73097), STCP(0x60686ccf, 0x5433027d), STCP(0x60262dd6, 0x547ea073),
+  STCP(0x5fe3b38d, 0x54ca0a4b), STCP(0x5fa0fe1f, 0x55153fd4), STCP(0x5f5e0db3, 0x556040e2), STCP(0x5f1ae274, 0x55ab0d46),
+  STCP(0x5ed77c8a, 0x55f5a4d2), STCP(0x5e93dc1f, 0x56400758), STCP(0x5e50015d, 0x568a34a9), STCP(0x5e0bec6e, 0x56d42c99),
+  STCP(0x5dc79d7c, 0x571deefa), STCP(0x5d8314b1, 0x57677b9d), STCP(0x5d3e5237, 0x57b0d256), STCP(0x5cf95638, 0x57f9f2f8),
+  STCP(0x5cb420e0, 0x5842dd54), STCP(0x5c6eb258, 0x588b9140), STCP(0x5c290acc, 0x58d40e8c), STCP(0x5be32a67, 0x591c550e),
+  STCP(0x5b9d1154, 0x59646498), STCP(0x5b56bfbd, 0x59ac3cfd), STCP(0x5b1035cf, 0x59f3de12), STCP(0x5ac973b5, 0x5a3b47ab),
+  STCP(0x5a82799a, 0x5a82799a)
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+/* generate_fft_tables.m 4 15 */
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorReal60[] =
+{
+  STC(0x7f4c7e54), STC(0x7d33f0ca), STC(0x79bc384d),
+  STC(0x7d33f0ca), STC(0x74ef0ebc), STC(0x678dde6e),
+  STC(0x79bc384d), STC(0x678dde6e), STC(0x4b3c8c12),
+  STC(0x74ef0ebc), STC(0x55a6125c), STC(0x278dde6e),
+  STC(0x6ed9eba1), STC(0x40000000), STC(0x00000000),
+  STC(0x678dde6e), STC(0x278dde6e), STC(0xd8722191),
+  STC(0x5f1f5ea1), STC(0x0d61304e), STC(0xb4c373ed),
+  STC(0x55a6125c), STC(0xf29ecfb1), STC(0x98722191),
+  STC(0x4b3c8c12), STC(0xd8722191), STC(0x8643c7b2),
+  STC(0x40000000), STC(0xbfffffff), STC(0x80000000),
+  STC(0x340ff242), STC(0xaa59eda3), STC(0x8643c7b2),
+  STC(0x278dde6e), STC(0x98722191), STC(0x98722191),
+  STC(0x1a9cd9ac), STC(0x8b10f143), STC(0xb4c373ed),
+  STC(0x0d61304e), STC(0x82cc0f35), STC(0xd8722191),
+};
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorImag60[] =
+{
+  STC(0x0d61304e), STC(0x1a9cd9ac), STC(0x278dde6e),
+  STC(0x1a9cd9ac), STC(0x340ff242), STC(0x4b3c8c12),
+  STC(0x278dde6e), STC(0x4b3c8c12), STC(0x678dde6e),
+  STC(0x340ff242), STC(0x5f1f5ea1), STC(0x79bc384d),
+  STC(0x40000000), STC(0x6ed9eba1), STC(0x7fffffff),
+  STC(0x4b3c8c12), STC(0x79bc384d), STC(0x79bc384d),
+  STC(0x55a6125c), STC(0x7f4c7e54), STC(0x678dde6e),
+  STC(0x5f1f5ea1), STC(0x7f4c7e54), STC(0x4b3c8c12),
+  STC(0x678dde6e), STC(0x79bc384d), STC(0x278dde6e),
+  STC(0x6ed9eba1), STC(0x6ed9eba1), STC(0x00000000),
+  STC(0x74ef0ebc), STC(0x5f1f5ea1), STC(0xd8722191),
+  STC(0x79bc384d), STC(0x4b3c8c12), STC(0xb4c373ed),
+  STC(0x7d33f0ca), STC(0x340ff242), STC(0x98722191),
+  STC(0x7f4c7e54), STC(0x1a9cd9ac), STC(0x8643c7b2),
+};
+
+
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorReal240[] =
+{
+  STC(0x7ff4c56f), STC(0x7fd317b4), STC(0x7f9afcb9), STC(0x7f4c7e54), STC(0x7ee7aa4c), STC(0x7e6c9251), STC(0x7ddb4bfc), STC(0x7d33f0ca), STC(0x7c769e18), STC(0x7ba3751d), STC(0x7aba9ae6), STC(0x79bc384d), STC(0x78a879f4), STC(0x777f903c), STC(0x7641af3d),
+  STC(0x7fd317b4), STC(0x7f4c7e54), STC(0x7e6c9251), STC(0x7d33f0ca), STC(0x7ba3751d), STC(0x79bc384d), STC(0x777f903c), STC(0x74ef0ebc), STC(0x720c8075), STC(0x6ed9eba1), STC(0x6b598ea3), STC(0x678dde6e), STC(0x637984d4), STC(0x5f1f5ea1), STC(0x5a82799a),
+  STC(0x7f9afcb9), STC(0x7e6c9251), STC(0x7c769e18), STC(0x79bc384d), STC(0x7641af3d), STC(0x720c8075), STC(0x6d23501b), STC(0x678dde6e), STC(0x6154fb91), STC(0x5a82799a), STC(0x53211d18), STC(0x4b3c8c12), STC(0x42e13ba4), STC(0x3a1c5c57), STC(0x30fbc54d),
+  STC(0x7f4c7e54), STC(0x7d33f0ca), STC(0x79bc384d), STC(0x74ef0ebc), STC(0x6ed9eba1), STC(0x678dde6e), STC(0x5f1f5ea1), STC(0x55a6125c), STC(0x4b3c8c12), STC(0x40000000), STC(0x340ff242), STC(0x278dde6e), STC(0x1a9cd9ac), STC(0x0d61304e), STC(0x00000000),
+  STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d), STC(0x6ed9eba1), STC(0x658c9a2d), STC(0x5a82799a), STC(0x4debe4fe), STC(0x40000000), STC(0x30fbc54d), STC(0x2120fb83), STC(0x10b5150f), STC(0x00000000), STC(0xef4aeaf0), STC(0xdedf047c), STC(0xcf043ab2),
+  STC(0x7e6c9251), STC(0x79bc384d), STC(0x720c8075), STC(0x678dde6e), STC(0x5a82799a), STC(0x4b3c8c12), STC(0x3a1c5c57), STC(0x278dde6e), STC(0x14060b68), STC(0x00000000), STC(0xebf9f497), STC(0xd8722191), STC(0xc5e3a3a8), STC(0xb4c373ed), STC(0xa57d8665),
+  STC(0x7ddb4bfc), STC(0x777f903c), STC(0x6d23501b), STC(0x5f1f5ea1), STC(0x4debe4fe), STC(0x3a1c5c57), STC(0x245a9d65), STC(0x0d61304e), STC(0xf5f50d66), STC(0xdedf047c), STC(0xc8e5032a), STC(0xb4c373ed), STC(0xa326eebf), STC(0x94a6715c), STC(0x89be50c2),
+  STC(0x7d33f0ca), STC(0x74ef0ebc), STC(0x678dde6e), STC(0x55a6125c), STC(0x40000000), STC(0x278dde6e), STC(0x0d61304e), STC(0xf29ecfb1), STC(0xd8722191), STC(0xbfffffff), STC(0xaa59eda3), STC(0x98722191), STC(0x8b10f143), STC(0x82cc0f35), STC(0x80000000),
+  STC(0x7c769e18), STC(0x720c8075), STC(0x6154fb91), STC(0x4b3c8c12), STC(0x30fbc54d), STC(0x14060b68), STC(0xf5f50d66), STC(0xd8722191), STC(0xbd1ec45b), STC(0xa57d8665), STC(0x92dcafe4), STC(0x8643c7b2), STC(0x80650346), STC(0x81936dae), STC(0x89be50c2),
+  STC(0x7ba3751d), STC(0x6ed9eba1), STC(0x5a82799a), STC(0x40000000), STC(0x2120fb83), STC(0x00000000), STC(0xdedf047c), STC(0xbfffffff), STC(0xa57d8665), STC(0x9126145e), STC(0x845c8ae2), STC(0x80000000), STC(0x845c8ae2), STC(0x9126145e), STC(0xa57d8665),
+  STC(0x7aba9ae6), STC(0x6b598ea3), STC(0x53211d18), STC(0x340ff242), STC(0x10b5150f), STC(0xebf9f497), STC(0xc8e5032a), STC(0xaa59eda3), STC(0x92dcafe4), STC(0x845c8ae2), STC(0x800b3a90), STC(0x8643c7b2), STC(0x96830875), STC(0xaf726dee), STC(0xcf043ab2),
+  STC(0x79bc384d), STC(0x678dde6e), STC(0x4b3c8c12), STC(0x278dde6e), STC(0x00000000), STC(0xd8722191), STC(0xb4c373ed), STC(0x98722191), STC(0x8643c7b2), STC(0x80000000), STC(0x8643c7b2), STC(0x98722191), STC(0xb4c373ed), STC(0xd8722191), STC(0xffffffff),
+  STC(0x78a879f4), STC(0x637984d4), STC(0x42e13ba4), STC(0x1a9cd9ac), STC(0xef4aeaf0), STC(0xc5e3a3a8), STC(0xa326eebf), STC(0x8b10f143), STC(0x80650346), STC(0x845c8ae2), STC(0x96830875), STC(0xb4c373ed), STC(0xdba5629a), STC(0x06b2f1d2), STC(0x30fbc54d),
+  STC(0x777f903c), STC(0x5f1f5ea1), STC(0x3a1c5c57), STC(0x0d61304e), STC(0xdedf047c), STC(0xb4c373ed), STC(0x94a6715c), STC(0x82cc0f35), STC(0x81936dae), STC(0x9126145e), STC(0xaf726dee), STC(0xd8722191), STC(0x06b2f1d2), STC(0x340ff242), STC(0x5a82799a),
+};
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorImag240[] =
+{
+  STC(0x0359c428), STC(0x06b2f1d2), STC(0x0a0af299), STC(0x0d61304e), STC(0x10b5150f), STC(0x14060b68), STC(0x17537e63), STC(0x1a9cd9ac), STC(0x1de189a6), STC(0x2120fb83), STC(0x245a9d65), STC(0x278dde6e), STC(0x2aba2ee4), STC(0x2ddf0040), STC(0x30fbc54d),
+  STC(0x06b2f1d2), STC(0x0d61304e), STC(0x14060b68), STC(0x1a9cd9ac), STC(0x2120fb83), STC(0x278dde6e), STC(0x2ddf0040), STC(0x340ff242), STC(0x3a1c5c57), STC(0x40000000), STC(0x45b6bb5e), STC(0x4b3c8c12), STC(0x508d9211), STC(0x55a6125c), STC(0x5a82799a),
+  STC(0x0a0af299), STC(0x14060b68), STC(0x1de189a6), STC(0x278dde6e), STC(0x30fbc54d), STC(0x3a1c5c57), STC(0x42e13ba4), STC(0x4b3c8c12), STC(0x53211d18), STC(0x5a82799a), STC(0x6154fb91), STC(0x678dde6e), STC(0x6d23501b), STC(0x720c8075), STC(0x7641af3d),
+  STC(0x0d61304e), STC(0x1a9cd9ac), STC(0x278dde6e), STC(0x340ff242), STC(0x40000000), STC(0x4b3c8c12), STC(0x55a6125c), STC(0x5f1f5ea1), STC(0x678dde6e), STC(0x6ed9eba1), STC(0x74ef0ebc), STC(0x79bc384d), STC(0x7d33f0ca), STC(0x7f4c7e54), STC(0x7fffffff),
+  STC(0x10b5150f), STC(0x2120fb83), STC(0x30fbc54d), STC(0x40000000), STC(0x4debe4fe), STC(0x5a82799a), STC(0x658c9a2d), STC(0x6ed9eba1), STC(0x7641af3d), STC(0x7ba3751d), STC(0x7ee7aa4c), STC(0x7fffffff), STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d),
+  STC(0x14060b68), STC(0x278dde6e), STC(0x3a1c5c57), STC(0x4b3c8c12), STC(0x5a82799a), STC(0x678dde6e), STC(0x720c8075), STC(0x79bc384d), STC(0x7e6c9251), STC(0x7fffffff), STC(0x7e6c9251), STC(0x79bc384d), STC(0x720c8075), STC(0x678dde6e), STC(0x5a82799a),
+  STC(0x17537e63), STC(0x2ddf0040), STC(0x42e13ba4), STC(0x55a6125c), STC(0x658c9a2d), STC(0x720c8075), STC(0x7aba9ae6), STC(0x7f4c7e54), STC(0x7f9afcb9), STC(0x7ba3751d), STC(0x7387ea23), STC(0x678dde6e), STC(0x581c00b3), STC(0x45b6bb5e), STC(0x30fbc54d),
+  STC(0x1a9cd9ac), STC(0x340ff242), STC(0x4b3c8c12), STC(0x5f1f5ea1), STC(0x6ed9eba1), STC(0x79bc384d), STC(0x7f4c7e54), STC(0x7f4c7e54), STC(0x79bc384d), STC(0x6ed9eba1), STC(0x5f1f5ea1), STC(0x4b3c8c12), STC(0x340ff242), STC(0x1a9cd9ac), STC(0x00000000),
+  STC(0x1de189a6), STC(0x3a1c5c57), STC(0x53211d18), STC(0x678dde6e), STC(0x7641af3d), STC(0x7e6c9251), STC(0x7f9afcb9), STC(0x79bc384d), STC(0x6d23501b), STC(0x5a82799a), STC(0x42e13ba4), STC(0x278dde6e), STC(0x0a0af299), STC(0xebf9f497), STC(0xcf043ab2),
+  STC(0x2120fb83), STC(0x40000000), STC(0x5a82799a), STC(0x6ed9eba1), STC(0x7ba3751d), STC(0x7fffffff), STC(0x7ba3751d), STC(0x6ed9eba1), STC(0x5a82799a), STC(0x40000000), STC(0x2120fb83), STC(0x00000000), STC(0xdedf047c), STC(0xbfffffff), STC(0xa57d8665),
+  STC(0x245a9d65), STC(0x45b6bb5e), STC(0x6154fb91), STC(0x74ef0ebc), STC(0x7ee7aa4c), STC(0x7e6c9251), STC(0x7387ea23), STC(0x5f1f5ea1), STC(0x42e13ba4), STC(0x2120fb83), STC(0xfca63bd7), STC(0xd8722191), STC(0xb780001b), STC(0x9c867b2b), STC(0x89be50c2),
+  STC(0x278dde6e), STC(0x4b3c8c12), STC(0x678dde6e), STC(0x79bc384d), STC(0x7fffffff), STC(0x79bc384d), STC(0x678dde6e), STC(0x4b3c8c12), STC(0x278dde6e), STC(0x00000000), STC(0xd8722191), STC(0xb4c373ed), STC(0x98722191), STC(0x8643c7b2), STC(0x80000000),
+  STC(0x2aba2ee4), STC(0x508d9211), STC(0x6d23501b), STC(0x7d33f0ca), STC(0x7ee7aa4c), STC(0x720c8075), STC(0x581c00b3), STC(0x340ff242), STC(0x0a0af299), STC(0xdedf047c), STC(0xb780001b), STC(0x98722191), STC(0x85456519), STC(0x802ce84b), STC(0x89be50c2),
+  STC(0x2ddf0040), STC(0x55a6125c), STC(0x720c8075), STC(0x7f4c7e54), STC(0x7ba3751d), STC(0x678dde6e), STC(0x45b6bb5e), STC(0x1a9cd9ac), STC(0xebf9f497), STC(0xbfffffff), STC(0x9c867b2b), STC(0x8643c7b2), STC(0x802ce84b), STC(0x8b10f143), STC(0xa57d8665),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorReal480[] =
+{
+  STC(0x7ffd3154), STC(0x7ff4c56f), STC(0x7fe6bcb0), STC(0x7fd317b4), STC(0x7fb9d759), STC(0x7f9afcb9), STC(0x7f76892f), STC(0x7f4c7e54), STC(0x7f1cde01), STC(0x7ee7aa4c), STC(0x7eace58a), STC(0x7e6c9251), STC(0x7e26b371), STC(0x7ddb4bfc), STC(0x7d8a5f40), STC(0x7d33f0ca), STC(0x7cd80464), STC(0x7c769e18), STC(0x7c0fc22a), STC(0x7ba3751d), STC(0x7b31bbb2), STC(0x7aba9ae6), STC(0x7a3e17f2), STC(0x79bc384d), STC(0x793501a9), STC(0x78a879f4), STC(0x7816a759), STC(0x777f903c), STC(0x76e33b3f), STC(0x7641af3d), STC(0x759af34c),
+  STC(0x7ff4c56f), STC(0x7fd317b4), STC(0x7f9afcb9), STC(0x7f4c7e54), STC(0x7ee7aa4c), STC(0x7e6c9251), STC(0x7ddb4bfc), STC(0x7d33f0ca), STC(0x7c769e18), STC(0x7ba3751d), STC(0x7aba9ae6), STC(0x79bc384d), STC(0x78a879f4), STC(0x777f903c), STC(0x7641af3d), STC(0x74ef0ebc), STC(0x7387ea23), STC(0x720c8075), STC(0x707d1443), STC(0x6ed9eba1), STC(0x6d23501b), STC(0x6b598ea3), STC(0x697cf78a), STC(0x678dde6e), STC(0x658c9a2d), STC(0x637984d4), STC(0x6154fb91), STC(0x5f1f5ea1), STC(0x5cd91140), STC(0x5a82799a), STC(0x581c00b3),
+  STC(0x7fe6bcb0), STC(0x7f9afcb9), STC(0x7f1cde01), STC(0x7e6c9251), STC(0x7d8a5f40), STC(0x7c769e18), STC(0x7b31bbb2), STC(0x79bc384d), STC(0x7816a759), STC(0x7641af3d), STC(0x743e0918), STC(0x720c8075), STC(0x6fadf2fc), STC(0x6d23501b), STC(0x6a6d98a4), STC(0x678dde6e), STC(0x648543e4), STC(0x6154fb91), STC(0x5dfe47ad), STC(0x5a82799a), STC(0x56e2f15d), STC(0x53211d18), STC(0x4f3e7875), STC(0x4b3c8c12), STC(0x471cece7), STC(0x42e13ba4), STC(0x3e8b240e), STC(0x3a1c5c57), STC(0x3596a46c), STC(0x30fbc54d), STC(0x2c4d9050),
+  STC(0x7fd317b4), STC(0x7f4c7e54), STC(0x7e6c9251), STC(0x7d33f0ca), STC(0x7ba3751d), STC(0x79bc384d), STC(0x777f903c), STC(0x74ef0ebc), STC(0x720c8075), STC(0x6ed9eba1), STC(0x6b598ea3), STC(0x678dde6e), STC(0x637984d4), STC(0x5f1f5ea1), STC(0x5a82799a), STC(0x55a6125c), STC(0x508d9211), STC(0x4b3c8c12), STC(0x45b6bb5e), STC(0x40000000), STC(0x3a1c5c57), STC(0x340ff242), STC(0x2ddf0040), STC(0x278dde6e), STC(0x2120fb83), STC(0x1a9cd9ac), STC(0x14060b68), STC(0x0d61304e), STC(0x06b2f1d2), STC(0x00000000), STC(0xf94d0e2d),
+  STC(0x7fb9d759), STC(0x7ee7aa4c), STC(0x7d8a5f40), STC(0x7ba3751d), STC(0x793501a9), STC(0x7641af3d), STC(0x72ccb9db), STC(0x6ed9eba1), STC(0x6a6d98a4), STC(0x658c9a2d), STC(0x603c496c), STC(0x5a82799a), STC(0x54657194), STC(0x4debe4fe), STC(0x471cece7), STC(0x40000000), STC(0x389cea72), STC(0x30fbc54d), STC(0x2924edac), STC(0x2120fb83), STC(0x18f8b83c), STC(0x10b5150f), STC(0x085f2137), STC(0x00000000), STC(0xf7a0dec8), STC(0xef4aeaf0), STC(0xe70747c3), STC(0xdedf047c), STC(0xd6db1253), STC(0xcf043ab2), STC(0xc763158d),
+  STC(0x7f9afcb9), STC(0x7e6c9251), STC(0x7c769e18), STC(0x79bc384d), STC(0x7641af3d), STC(0x720c8075), STC(0x6d23501b), STC(0x678dde6e), STC(0x6154fb91), STC(0x5a82799a), STC(0x53211d18), STC(0x4b3c8c12), STC(0x42e13ba4), STC(0x3a1c5c57), STC(0x30fbc54d), STC(0x278dde6e), STC(0x1de189a6), STC(0x14060b68), STC(0x0a0af299), STC(0x00000000), STC(0xf5f50d66), STC(0xebf9f497), STC(0xe21e7659), STC(0xd8722191), STC(0xcf043ab2), STC(0xc5e3a3a8), STC(0xbd1ec45b), STC(0xb4c373ed), STC(0xacdee2e7), STC(0xa57d8665), STC(0x9eab046e),
+  STC(0x7f76892f), STC(0x7ddb4bfc), STC(0x7b31bbb2), STC(0x777f903c), STC(0x72ccb9db), STC(0x6d23501b), STC(0x668f7c25), STC(0x5f1f5ea1), STC(0x56e2f15d), STC(0x4debe4fe), STC(0x444d7aff), STC(0x3a1c5c57), STC(0x2f6e6d16), STC(0x245a9d65), STC(0x18f8b83c), STC(0x0d61304e), STC(0x01aceb7c), STC(0xf5f50d66), STC(0xea52c165), STC(0xdedf047c), STC(0xd3b26faf), STC(0xc8e5032a), STC(0xbe8df2b9), STC(0xb4c373ed), STC(0xab9a8e6b), STC(0xa326eebf), STC(0x9b7abc1b), STC(0x94a6715c), STC(0x8eb8b99f), STC(0x89be50c2), STC(0x85c1e80d),
+  STC(0x7f4c7e54), STC(0x7d33f0ca), STC(0x79bc384d), STC(0x74ef0ebc), STC(0x6ed9eba1), STC(0x678dde6e), STC(0x5f1f5ea1), STC(0x55a6125c), STC(0x4b3c8c12), STC(0x40000000), STC(0x340ff242), STC(0x278dde6e), STC(0x1a9cd9ac), STC(0x0d61304e), STC(0x00000000), STC(0xf29ecfb1), STC(0xe5632653), STC(0xd8722191), STC(0xcbf00dbd), STC(0xbfffffff), STC(0xb4c373ed), STC(0xaa59eda3), STC(0xa0e0a15e), STC(0x98722191), STC(0x9126145e), STC(0x8b10f143), STC(0x8643c7b2), STC(0x82cc0f35), STC(0x80b381ab), STC(0x80000000), STC(0x80b381ab),
+  STC(0x7f1cde01), STC(0x7c769e18), STC(0x7816a759), STC(0x720c8075), STC(0x6a6d98a4), STC(0x6154fb91), STC(0x56e2f15d), STC(0x4b3c8c12), STC(0x3e8b240e), STC(0x30fbc54d), STC(0x22be8f87), STC(0x14060b68), STC(0x05067734), STC(0xf5f50d66), STC(0xe70747c3), STC(0xd8722191), STC(0xca695b93), STC(0xbd1ec45b), STC(0xb0c1878a), STC(0xa57d8665), STC(0x9b7abc1b), STC(0x92dcafe4), STC(0x8bc1f6e7), STC(0x8643c7b2), STC(0x8275a0bf), STC(0x80650346), STC(0x8019434f), STC(0x81936dae), STC(0x84ce444d), STC(0x89be50c2), STC(0x90520d03),
+  STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d), STC(0x6ed9eba1), STC(0x658c9a2d), STC(0x5a82799a), STC(0x4debe4fe), STC(0x40000000), STC(0x30fbc54d), STC(0x2120fb83), STC(0x10b5150f), STC(0x00000000), STC(0xef4aeaf0), STC(0xdedf047c), STC(0xcf043ab2), STC(0xbfffffff), STC(0xb2141b01), STC(0xa57d8665), STC(0x9a7365d2), STC(0x9126145e), STC(0x89be50c2), STC(0x845c8ae2), STC(0x811855b3), STC(0x80000000), STC(0x811855b3), STC(0x845c8ae2), STC(0x89be50c2), STC(0x9126145e), STC(0x9a7365d2), STC(0xa57d8665), STC(0xb2141b01),
+  STC(0x7eace58a), STC(0x7aba9ae6), STC(0x743e0918), STC(0x6b598ea3), STC(0x603c496c), STC(0x53211d18), STC(0x444d7aff), STC(0x340ff242), STC(0x22be8f87), STC(0x10b5150f), STC(0xfe531483), STC(0xebf9f497), STC(0xda0aecf8), STC(0xc8e5032a), STC(0xb8e31318), STC(0xaa59eda3), STC(0x9d969741), STC(0x92dcafe4), STC(0x8a650cb3), STC(0x845c8ae2), STC(0x80e321fe), STC(0x800b3a90), STC(0x81d94c8e), STC(0x8643c7b2), STC(0x8d334624), STC(0x96830875), STC(0xa201b852), STC(0xaf726dee), STC(0xbe8df2b9), STC(0xcf043ab2), STC(0xe07e0c83),
+  STC(0x7e6c9251), STC(0x79bc384d), STC(0x720c8075), STC(0x678dde6e), STC(0x5a82799a), STC(0x4b3c8c12), STC(0x3a1c5c57), STC(0x278dde6e), STC(0x14060b68), STC(0x00000000), STC(0xebf9f497), STC(0xd8722191), STC(0xc5e3a3a8), STC(0xb4c373ed), STC(0xa57d8665), STC(0x98722191), STC(0x8df37f8a), STC(0x8643c7b2), STC(0x81936dae), STC(0x80000000), STC(0x81936dae), STC(0x8643c7b2), STC(0x8df37f8a), STC(0x98722191), STC(0xa57d8665), STC(0xb4c373ed), STC(0xc5e3a3a8), STC(0xd8722191), STC(0xebf9f497), STC(0xffffffff), STC(0x14060b68),
+  STC(0x7e26b371), STC(0x78a879f4), STC(0x6fadf2fc), STC(0x637984d4), STC(0x54657194), STC(0x42e13ba4), STC(0x2f6e6d16), STC(0x1a9cd9ac), STC(0x05067734), STC(0xef4aeaf0), STC(0xda0aecf8), STC(0xc5e3a3a8), STC(0xb36a1977), STC(0xa326eebf), STC(0x9592675b), STC(0x8b10f143), STC(0x83f03dd5), STC(0x80650346), STC(0x808976d0), STC(0x845c8ae2), STC(0x8bc1f6e7), STC(0x96830875), STC(0xa45037c8), STC(0xb4c373ed), STC(0xc763158d), STC(0xdba5629a), STC(0xf0f488d8), STC(0x06b2f1d2), STC(0x1c3fd045), STC(0x30fbc54d), STC(0x444d7aff),
+  STC(0x7ddb4bfc), STC(0x777f903c), STC(0x6d23501b), STC(0x5f1f5ea1), STC(0x4debe4fe), STC(0x3a1c5c57), STC(0x245a9d65), STC(0x0d61304e), STC(0xf5f50d66), STC(0xdedf047c), STC(0xc8e5032a), STC(0xb4c373ed), STC(0xa326eebf), STC(0x94a6715c), STC(0x89be50c2), STC(0x82cc0f35), STC(0x800b3a90), STC(0x81936dae), STC(0x8757860b), STC(0x9126145e), STC(0x9eab046e), STC(0xaf726dee), STC(0xc2ec7634), STC(0xd8722191), STC(0xef4aeaf0), STC(0x06b2f1d2), STC(0x1de189a6), STC(0x340ff242), STC(0x487fffe4), STC(0x5a82799a), STC(0x697cf78a),
+};
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_STB RotVectorImag480[] =
+{
+  STC(0x01aceb7c), STC(0x0359c428), STC(0x05067734), STC(0x06b2f1d2), STC(0x085f2137), STC(0x0a0af299), STC(0x0bb65336), STC(0x0d61304e), STC(0x0f0b7727), STC(0x10b5150f), STC(0x125df75b), STC(0x14060b68), STC(0x15ad3e9a), STC(0x17537e63), STC(0x18f8b83c), STC(0x1a9cd9ac), STC(0x1c3fd045), STC(0x1de189a6), STC(0x1f81f37c), STC(0x2120fb83), STC(0x22be8f87), STC(0x245a9d65), STC(0x25f51307), STC(0x278dde6e), STC(0x2924edac), STC(0x2aba2ee4), STC(0x2c4d9050), STC(0x2ddf0040), STC(0x2f6e6d16), STC(0x30fbc54d), STC(0x3286f779),
+  STC(0x0359c428), STC(0x06b2f1d2), STC(0x0a0af299), STC(0x0d61304e), STC(0x10b5150f), STC(0x14060b68), STC(0x17537e63), STC(0x1a9cd9ac), STC(0x1de189a6), STC(0x2120fb83), STC(0x245a9d65), STC(0x278dde6e), STC(0x2aba2ee4), STC(0x2ddf0040), STC(0x30fbc54d), STC(0x340ff242), STC(0x371afcd5), STC(0x3a1c5c57), STC(0x3d1389cb), STC(0x40000000), STC(0x42e13ba4), STC(0x45b6bb5e), STC(0x487fffe4), STC(0x4b3c8c12), STC(0x4debe4fe), STC(0x508d9211), STC(0x53211d18), STC(0x55a6125c), STC(0x581c00b3), STC(0x5a82799a), STC(0x5cd91140),
+  STC(0x05067734), STC(0x0a0af299), STC(0x0f0b7727), STC(0x14060b68), STC(0x18f8b83c), STC(0x1de189a6), STC(0x22be8f87), STC(0x278dde6e), STC(0x2c4d9050), STC(0x30fbc54d), STC(0x3596a46c), STC(0x3a1c5c57), STC(0x3e8b240e), STC(0x42e13ba4), STC(0x471cece7), STC(0x4b3c8c12), STC(0x4f3e7875), STC(0x53211d18), STC(0x56e2f15d), STC(0x5a82799a), STC(0x5dfe47ad), STC(0x6154fb91), STC(0x648543e4), STC(0x678dde6e), STC(0x6a6d98a4), STC(0x6d23501b), STC(0x6fadf2fc), STC(0x720c8075), STC(0x743e0918), STC(0x7641af3d), STC(0x7816a759),
+  STC(0x06b2f1d2), STC(0x0d61304e), STC(0x14060b68), STC(0x1a9cd9ac), STC(0x2120fb83), STC(0x278dde6e), STC(0x2ddf0040), STC(0x340ff242), STC(0x3a1c5c57), STC(0x40000000), STC(0x45b6bb5e), STC(0x4b3c8c12), STC(0x508d9211), STC(0x55a6125c), STC(0x5a82799a), STC(0x5f1f5ea1), STC(0x637984d4), STC(0x678dde6e), STC(0x6b598ea3), STC(0x6ed9eba1), STC(0x720c8075), STC(0x74ef0ebc), STC(0x777f903c), STC(0x79bc384d), STC(0x7ba3751d), STC(0x7d33f0ca), STC(0x7e6c9251), STC(0x7f4c7e54), STC(0x7fd317b4), STC(0x7fffffff), STC(0x7fd317b4),
+  STC(0x085f2137), STC(0x10b5150f), STC(0x18f8b83c), STC(0x2120fb83), STC(0x2924edac), STC(0x30fbc54d), STC(0x389cea72), STC(0x40000000), STC(0x471cece7), STC(0x4debe4fe), STC(0x54657194), STC(0x5a82799a), STC(0x603c496c), STC(0x658c9a2d), STC(0x6a6d98a4), STC(0x6ed9eba1), STC(0x72ccb9db), STC(0x7641af3d), STC(0x793501a9), STC(0x7ba3751d), STC(0x7d8a5f40), STC(0x7ee7aa4c), STC(0x7fb9d759), STC(0x7fffffff), STC(0x7fb9d759), STC(0x7ee7aa4c), STC(0x7d8a5f40), STC(0x7ba3751d), STC(0x793501a9), STC(0x7641af3d), STC(0x72ccb9db),
+  STC(0x0a0af299), STC(0x14060b68), STC(0x1de189a6), STC(0x278dde6e), STC(0x30fbc54d), STC(0x3a1c5c57), STC(0x42e13ba4), STC(0x4b3c8c12), STC(0x53211d18), STC(0x5a82799a), STC(0x6154fb91), STC(0x678dde6e), STC(0x6d23501b), STC(0x720c8075), STC(0x7641af3d), STC(0x79bc384d), STC(0x7c769e18), STC(0x7e6c9251), STC(0x7f9afcb9), STC(0x7fffffff), STC(0x7f9afcb9), STC(0x7e6c9251), STC(0x7c769e18), STC(0x79bc384d), STC(0x7641af3d), STC(0x720c8075), STC(0x6d23501b), STC(0x678dde6e), STC(0x6154fb91), STC(0x5a82799a), STC(0x53211d18),
+  STC(0x0bb65336), STC(0x17537e63), STC(0x22be8f87), STC(0x2ddf0040), STC(0x389cea72), STC(0x42e13ba4), STC(0x4c95e688), STC(0x55a6125c), STC(0x5dfe47ad), STC(0x658c9a2d), STC(0x6c40cf2c), STC(0x720c8075), STC(0x76e33b3f), STC(0x7aba9ae6), STC(0x7d8a5f40), STC(0x7f4c7e54), STC(0x7ffd3154), STC(0x7f9afcb9), STC(0x7e26b371), STC(0x7ba3751d), STC(0x7816a759), STC(0x7387ea23), STC(0x6e010780), STC(0x678dde6e), STC(0x603c496c), STC(0x581c00b3), STC(0x4f3e7875), STC(0x45b6bb5e), STC(0x3b9941b1), STC(0x30fbc54d), STC(0x25f51307),
+  STC(0x0d61304e), STC(0x1a9cd9ac), STC(0x278dde6e), STC(0x340ff242), STC(0x40000000), STC(0x4b3c8c12), STC(0x55a6125c), STC(0x5f1f5ea1), STC(0x678dde6e), STC(0x6ed9eba1), STC(0x74ef0ebc), STC(0x79bc384d), STC(0x7d33f0ca), STC(0x7f4c7e54), STC(0x7fffffff), STC(0x7f4c7e54), STC(0x7d33f0ca), STC(0x79bc384d), STC(0x74ef0ebc), STC(0x6ed9eba1), STC(0x678dde6e), STC(0x5f1f5ea1), STC(0x55a6125c), STC(0x4b3c8c12), STC(0x40000000), STC(0x340ff242), STC(0x278dde6e), STC(0x1a9cd9ac), STC(0x0d61304e), STC(0x00000000), STC(0xf29ecfb1),
+  STC(0x0f0b7727), STC(0x1de189a6), STC(0x2c4d9050), STC(0x3a1c5c57), STC(0x471cece7), STC(0x53211d18), STC(0x5dfe47ad), STC(0x678dde6e), STC(0x6fadf2fc), STC(0x7641af3d), STC(0x7b31bbb2), STC(0x7e6c9251), STC(0x7fe6bcb0), STC(0x7f9afcb9), STC(0x7d8a5f40), STC(0x79bc384d), STC(0x743e0918), STC(0x6d23501b), STC(0x648543e4), STC(0x5a82799a), STC(0x4f3e7875), STC(0x42e13ba4), STC(0x3596a46c), STC(0x278dde6e), STC(0x18f8b83c), STC(0x0a0af299), STC(0xfaf988cb), STC(0xebf9f497), STC(0xdd417078), STC(0xcf043ab2), STC(0xc174dbf1),
+  STC(0x10b5150f), STC(0x2120fb83), STC(0x30fbc54d), STC(0x40000000), STC(0x4debe4fe), STC(0x5a82799a), STC(0x658c9a2d), STC(0x6ed9eba1), STC(0x7641af3d), STC(0x7ba3751d), STC(0x7ee7aa4c), STC(0x7fffffff), STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d), STC(0x6ed9eba1), STC(0x658c9a2d), STC(0x5a82799a), STC(0x4debe4fe), STC(0x40000000), STC(0x30fbc54d), STC(0x2120fb83), STC(0x10b5150f), STC(0x00000000), STC(0xef4aeaf0), STC(0xdedf047c), STC(0xcf043ab2), STC(0xbfffffff), STC(0xb2141b01), STC(0xa57d8665), STC(0x9a7365d2),
+  STC(0x125df75b), STC(0x245a9d65), STC(0x3596a46c), STC(0x45b6bb5e), STC(0x54657194), STC(0x6154fb91), STC(0x6c40cf2c), STC(0x74ef0ebc), STC(0x7b31bbb2), STC(0x7ee7aa4c), STC(0x7ffd3154), STC(0x7e6c9251), STC(0x7a3e17f2), STC(0x7387ea23), STC(0x6a6d98a4), STC(0x5f1f5ea1), STC(0x51d92321), STC(0x42e13ba4), STC(0x3286f779), STC(0x2120fb83), STC(0x0f0b7727), STC(0xfca63bd7), STC(0xea52c165), STC(0xd8722191), STC(0xc763158d), STC(0xb780001b), STC(0xa91d0ea2), STC(0x9c867b2b), STC(0x91fef87f), STC(0x89be50c2), STC(0x83f03dd5),
+  STC(0x14060b68), STC(0x278dde6e), STC(0x3a1c5c57), STC(0x4b3c8c12), STC(0x5a82799a), STC(0x678dde6e), STC(0x720c8075), STC(0x79bc384d), STC(0x7e6c9251), STC(0x7fffffff), STC(0x7e6c9251), STC(0x79bc384d), STC(0x720c8075), STC(0x678dde6e), STC(0x5a82799a), STC(0x4b3c8c12), STC(0x3a1c5c57), STC(0x278dde6e), STC(0x14060b68), STC(0x00000000), STC(0xebf9f497), STC(0xd8722191), STC(0xc5e3a3a8), STC(0xb4c373ed), STC(0xa57d8665), STC(0x98722191), STC(0x8df37f8a), STC(0x8643c7b2), STC(0x81936dae), STC(0x80000000), STC(0x81936dae),
+  STC(0x15ad3e9a), STC(0x2aba2ee4), STC(0x3e8b240e), STC(0x508d9211), STC(0x603c496c), STC(0x6d23501b), STC(0x76e33b3f), STC(0x7d33f0ca), STC(0x7fe6bcb0), STC(0x7ee7aa4c), STC(0x7a3e17f2), STC(0x720c8075), STC(0x668f7c25), STC(0x581c00b3), STC(0x471cece7), STC(0x340ff242), STC(0x1f81f37c), STC(0x0a0af299), STC(0xf449acc9), STC(0xdedf047c), STC(0xca695b93), STC(0xb780001b), STC(0xa6aecd5d), STC(0x98722191), STC(0x8d334624), STC(0x85456519), STC(0x80e321fe), STC(0x802ce84b), STC(0x8327fb9b), STC(0x89be50c2), STC(0x93bf30d3),
+  STC(0x17537e63), STC(0x2ddf0040), STC(0x42e13ba4), STC(0x55a6125c), STC(0x658c9a2d), STC(0x720c8075), STC(0x7aba9ae6), STC(0x7f4c7e54), STC(0x7f9afcb9), STC(0x7ba3751d), STC(0x7387ea23), STC(0x678dde6e), STC(0x581c00b3), STC(0x45b6bb5e), STC(0x30fbc54d), STC(0x1a9cd9ac), STC(0x0359c428), STC(0xebf9f497), STC(0xd545d11b), STC(0xbfffffff), STC(0xacdee2e7), STC(0x9c867b2b), STC(0x8f82ebbc), STC(0x8643c7b2), STC(0x811855b3), STC(0x802ce84b), STC(0x838961e7), STC(0x8b10f143), STC(0x96830875), STC(0xa57d8665), STC(0xb780001b),
+};
+
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow1024[] =
+{
+  WTCP(0x7ffffd88, 0x001921fb), WTCP(0x7fffe9cb, 0x004b65ee), WTCP(0x7fffc251, 0x007da9d4), WTCP(0x7fff8719, 0x00afeda8),
+  WTCP(0x7fff3824, 0x00e23160), WTCP(0x7ffed572, 0x011474f6), WTCP(0x7ffe5f03, 0x0146b860), WTCP(0x7ffdd4d7, 0x0178fb99),
+  WTCP(0x7ffd36ee, 0x01ab3e97), WTCP(0x7ffc8549, 0x01dd8154), WTCP(0x7ffbbfe6, 0x020fc3c6), WTCP(0x7ffae6c7, 0x024205e8),
+  WTCP(0x7ff9f9ec, 0x027447b0), WTCP(0x7ff8f954, 0x02a68917), WTCP(0x7ff7e500, 0x02d8ca16), WTCP(0x7ff6bcf0, 0x030b0aa4),
+  WTCP(0x7ff58125, 0x033d4abb), WTCP(0x7ff4319d, 0x036f8a51), WTCP(0x7ff2ce5b, 0x03a1c960), WTCP(0x7ff1575d, 0x03d407df),
+  WTCP(0x7fefcca4, 0x040645c7), WTCP(0x7fee2e30, 0x04388310), WTCP(0x7fec7c02, 0x046abfb3), WTCP(0x7feab61a, 0x049cfba7),
+  WTCP(0x7fe8dc78, 0x04cf36e5), WTCP(0x7fe6ef1c, 0x05017165), WTCP(0x7fe4ee06, 0x0533ab20), WTCP(0x7fe2d938, 0x0565e40d),
+  WTCP(0x7fe0b0b1, 0x05981c26), WTCP(0x7fde7471, 0x05ca5361), WTCP(0x7fdc247a, 0x05fc89b8), WTCP(0x7fd9c0ca, 0x062ebf22),
+  WTCP(0x7fd74964, 0x0660f398), WTCP(0x7fd4be46, 0x06932713), WTCP(0x7fd21f72, 0x06c5598a), WTCP(0x7fcf6ce8, 0x06f78af6),
+  WTCP(0x7fcca6a7, 0x0729bb4e), WTCP(0x7fc9ccb2, 0x075bea8c), WTCP(0x7fc6df08, 0x078e18a7), WTCP(0x7fc3dda9, 0x07c04598),
+  WTCP(0x7fc0c896, 0x07f27157), WTCP(0x7fbd9fd0, 0x08249bdd), WTCP(0x7fba6357, 0x0856c520), WTCP(0x7fb7132b, 0x0888ed1b),
+  WTCP(0x7fb3af4e, 0x08bb13c5), WTCP(0x7fb037bf, 0x08ed3916), WTCP(0x7facac7f, 0x091f5d06), WTCP(0x7fa90d8e, 0x09517f8f),
+  WTCP(0x7fa55aee, 0x0983a0a7), WTCP(0x7fa1949e, 0x09b5c048), WTCP(0x7f9dbaa0, 0x09e7de6a), WTCP(0x7f99ccf4, 0x0a19fb04),
+  WTCP(0x7f95cb9a, 0x0a4c1610), WTCP(0x7f91b694, 0x0a7e2f85), WTCP(0x7f8d8de1, 0x0ab0475c), WTCP(0x7f895182, 0x0ae25d8d),
+  WTCP(0x7f850179, 0x0b147211), WTCP(0x7f809dc5, 0x0b4684df), WTCP(0x7f7c2668, 0x0b7895f0), WTCP(0x7f779b62, 0x0baaa53b),
+  WTCP(0x7f72fcb4, 0x0bdcb2bb), WTCP(0x7f6e4a5e, 0x0c0ebe66), WTCP(0x7f698461, 0x0c40c835), WTCP(0x7f64aabf, 0x0c72d020),
+  WTCP(0x7f5fbd77, 0x0ca4d620), WTCP(0x7f5abc8a, 0x0cd6da2d), WTCP(0x7f55a7fa, 0x0d08dc3f), WTCP(0x7f507fc7, 0x0d3adc4e),
+  WTCP(0x7f4b43f2, 0x0d6cda53), WTCP(0x7f45f47b, 0x0d9ed646), WTCP(0x7f409164, 0x0dd0d01f), WTCP(0x7f3b1aad, 0x0e02c7d7),
+  WTCP(0x7f359057, 0x0e34bd66), WTCP(0x7f2ff263, 0x0e66b0c3), WTCP(0x7f2a40d2, 0x0e98a1e9), WTCP(0x7f247ba5, 0x0eca90ce),
+  WTCP(0x7f1ea2dc, 0x0efc7d6b), WTCP(0x7f18b679, 0x0f2e67b8), WTCP(0x7f12b67c, 0x0f604faf), WTCP(0x7f0ca2e7, 0x0f923546),
+  WTCP(0x7f067bba, 0x0fc41876), WTCP(0x7f0040f6, 0x0ff5f938), WTCP(0x7ef9f29d, 0x1027d784), WTCP(0x7ef390ae, 0x1059b352),
+  WTCP(0x7eed1b2c, 0x108b8c9b), WTCP(0x7ee69217, 0x10bd6356), WTCP(0x7edff570, 0x10ef377d), WTCP(0x7ed94538, 0x11210907),
+  WTCP(0x7ed28171, 0x1152d7ed), WTCP(0x7ecbaa1a, 0x1184a427), WTCP(0x7ec4bf36, 0x11b66dad), WTCP(0x7ebdc0c6, 0x11e83478),
+  WTCP(0x7eb6aeca, 0x1219f880), WTCP(0x7eaf8943, 0x124bb9be), WTCP(0x7ea85033, 0x127d7829), WTCP(0x7ea1039b, 0x12af33ba),
+  WTCP(0x7e99a37c, 0x12e0ec6a), WTCP(0x7e922fd6, 0x1312a230), WTCP(0x7e8aa8ac, 0x13445505), WTCP(0x7e830dff, 0x137604e2),
+  WTCP(0x7e7b5fce, 0x13a7b1bf), WTCP(0x7e739e1d, 0x13d95b93), WTCP(0x7e6bc8eb, 0x140b0258), WTCP(0x7e63e03b, 0x143ca605),
+  WTCP(0x7e5be40c, 0x146e4694), WTCP(0x7e53d462, 0x149fe3fc), WTCP(0x7e4bb13c, 0x14d17e36), WTCP(0x7e437a9c, 0x1503153a),
+  WTCP(0x7e3b3083, 0x1534a901), WTCP(0x7e32d2f4, 0x15663982), WTCP(0x7e2a61ed, 0x1597c6b7), WTCP(0x7e21dd73, 0x15c95097),
+  WTCP(0x7e194584, 0x15fad71b), WTCP(0x7e109a24, 0x162c5a3b), WTCP(0x7e07db52, 0x165dd9f0), WTCP(0x7dff0911, 0x168f5632),
+  WTCP(0x7df62362, 0x16c0cef9), WTCP(0x7ded2a47, 0x16f2443e), WTCP(0x7de41dc0, 0x1723b5f9), WTCP(0x7ddafdce, 0x17552422),
+  WTCP(0x7dd1ca75, 0x17868eb3), WTCP(0x7dc883b4, 0x17b7f5a3), WTCP(0x7dbf298d, 0x17e958ea), WTCP(0x7db5bc02, 0x181ab881),
+  WTCP(0x7dac3b15, 0x184c1461), WTCP(0x7da2a6c6, 0x187d6c82), WTCP(0x7d98ff17, 0x18aec0db), WTCP(0x7d8f4409, 0x18e01167),
+  WTCP(0x7d85759f, 0x19115e1c), WTCP(0x7d7b93da, 0x1942a6f3), WTCP(0x7d719eba, 0x1973ebe6), WTCP(0x7d679642, 0x19a52ceb),
+  WTCP(0x7d5d7a74, 0x19d669fc), WTCP(0x7d534b50, 0x1a07a311), WTCP(0x7d4908d9, 0x1a38d823), WTCP(0x7d3eb30f, 0x1a6a0929),
+  WTCP(0x7d3449f5, 0x1a9b361d), WTCP(0x7d29cd8c, 0x1acc5ef6), WTCP(0x7d1f3dd6, 0x1afd83ad), WTCP(0x7d149ad5, 0x1b2ea43a),
+  WTCP(0x7d09e489, 0x1b5fc097), WTCP(0x7cff1af5, 0x1b90d8bb), WTCP(0x7cf43e1a, 0x1bc1ec9e), WTCP(0x7ce94dfb, 0x1bf2fc3a),
+  WTCP(0x7cde4a98, 0x1c240786), WTCP(0x7cd333f3, 0x1c550e7c), WTCP(0x7cc80a0f, 0x1c861113), WTCP(0x7cbcccec, 0x1cb70f43),
+  WTCP(0x7cb17c8d, 0x1ce80906), WTCP(0x7ca618f3, 0x1d18fe54), WTCP(0x7c9aa221, 0x1d49ef26), WTCP(0x7c8f1817, 0x1d7adb73),
+  WTCP(0x7c837ad8, 0x1dabc334), WTCP(0x7c77ca65, 0x1ddca662), WTCP(0x7c6c06c0, 0x1e0d84f5), WTCP(0x7c602fec, 0x1e3e5ee5),
+  WTCP(0x7c5445e9, 0x1e6f342c), WTCP(0x7c4848ba, 0x1ea004c1), WTCP(0x7c3c3860, 0x1ed0d09d), WTCP(0x7c3014de, 0x1f0197b8),
+  WTCP(0x7c23de35, 0x1f325a0b), WTCP(0x7c179467, 0x1f63178f), WTCP(0x7c0b3777, 0x1f93d03c), WTCP(0x7bfec765, 0x1fc4840a),
+  WTCP(0x7bf24434, 0x1ff532f2), WTCP(0x7be5ade6, 0x2025dcec), WTCP(0x7bd9047c, 0x205681f1), WTCP(0x7bcc47fa, 0x208721f9),
+  WTCP(0x7bbf7860, 0x20b7bcfe), WTCP(0x7bb295b0, 0x20e852f6), WTCP(0x7ba59fee, 0x2118e3dc), WTCP(0x7b989719, 0x21496fa7),
+  WTCP(0x7b8b7b36, 0x2179f64f), WTCP(0x7b7e4c45, 0x21aa77cf), WTCP(0x7b710a49, 0x21daf41d), WTCP(0x7b63b543, 0x220b6b32),
+  WTCP(0x7b564d36, 0x223bdd08), WTCP(0x7b48d225, 0x226c4996), WTCP(0x7b3b4410, 0x229cb0d5), WTCP(0x7b2da2fa, 0x22cd12bd),
+  WTCP(0x7b1feee5, 0x22fd6f48), WTCP(0x7b1227d3, 0x232dc66d), WTCP(0x7b044dc7, 0x235e1826), WTCP(0x7af660c2, 0x238e646a),
+  WTCP(0x7ae860c7, 0x23beab33), WTCP(0x7ada4dd8, 0x23eeec78), WTCP(0x7acc27f7, 0x241f2833), WTCP(0x7abdef25, 0x244f5e5c),
+  WTCP(0x7aafa367, 0x247f8eec), WTCP(0x7aa144bc, 0x24afb9da), WTCP(0x7a92d329, 0x24dfdf20), WTCP(0x7a844eae, 0x250ffeb7),
+  WTCP(0x7a75b74f, 0x25401896), WTCP(0x7a670d0d, 0x25702cb7), WTCP(0x7a584feb, 0x25a03b11), WTCP(0x7a497feb, 0x25d0439f),
+  WTCP(0x7a3a9d0f, 0x26004657), WTCP(0x7a2ba75a, 0x26304333), WTCP(0x7a1c9ece, 0x26603a2c), WTCP(0x7a0d836d, 0x26902b39),
+  WTCP(0x79fe5539, 0x26c01655), WTCP(0x79ef1436, 0x26effb76), WTCP(0x79dfc064, 0x271fda96), WTCP(0x79d059c8, 0x274fb3ae),
+  WTCP(0x79c0e062, 0x277f86b5), WTCP(0x79b15435, 0x27af53a6), WTCP(0x79a1b545, 0x27df1a77), WTCP(0x79920392, 0x280edb23),
+  WTCP(0x79823f20, 0x283e95a1), WTCP(0x797267f2, 0x286e49ea), WTCP(0x79627e08, 0x289df7f8), WTCP(0x79528167, 0x28cd9fc1),
+  WTCP(0x79427210, 0x28fd4140), WTCP(0x79325006, 0x292cdc6d), WTCP(0x79221b4b, 0x295c7140), WTCP(0x7911d3e2, 0x298bffb2),
+  WTCP(0x790179cd, 0x29bb87bc), WTCP(0x78f10d0f, 0x29eb0957), WTCP(0x78e08dab, 0x2a1a847b), WTCP(0x78cffba3, 0x2a49f920),
+  WTCP(0x78bf56f9, 0x2a796740), WTCP(0x78ae9fb0, 0x2aa8ced3), WTCP(0x789dd5cb, 0x2ad82fd2), WTCP(0x788cf94c, 0x2b078a36),
+  WTCP(0x787c0a36, 0x2b36ddf7), WTCP(0x786b088c, 0x2b662b0e), WTCP(0x7859f44f, 0x2b957173), WTCP(0x7848cd83, 0x2bc4b120),
+  WTCP(0x7837942b, 0x2bf3ea0d), WTCP(0x78264849, 0x2c231c33), WTCP(0x7814e9df, 0x2c52478a), WTCP(0x780378f1, 0x2c816c0c),
+  WTCP(0x77f1f581, 0x2cb089b1), WTCP(0x77e05f91, 0x2cdfa071), WTCP(0x77ceb725, 0x2d0eb046), WTCP(0x77bcfc3f, 0x2d3db928),
+  WTCP(0x77ab2ee2, 0x2d6cbb10), WTCP(0x77994f11, 0x2d9bb5f6), WTCP(0x77875cce, 0x2dcaa9d5), WTCP(0x7775581d, 0x2df996a3),
+  WTCP(0x776340ff, 0x2e287c5a), WTCP(0x77511778, 0x2e575af3), WTCP(0x773edb8b, 0x2e863267), WTCP(0x772c8d3a, 0x2eb502ae),
+  WTCP(0x771a2c88, 0x2ee3cbc1), WTCP(0x7707b979, 0x2f128d99), WTCP(0x76f5340e, 0x2f41482e), WTCP(0x76e29c4b, 0x2f6ffb7a),
+  WTCP(0x76cff232, 0x2f9ea775), WTCP(0x76bd35c7, 0x2fcd4c19), WTCP(0x76aa670d, 0x2ffbe95d), WTCP(0x76978605, 0x302a7f3a),
+  WTCP(0x768492b4, 0x30590dab), WTCP(0x76718d1c, 0x308794a6), WTCP(0x765e7540, 0x30b61426), WTCP(0x764b4b23, 0x30e48c22),
+  WTCP(0x76380ec8, 0x3112fc95), WTCP(0x7624c031, 0x31416576), WTCP(0x76115f63, 0x316fc6be), WTCP(0x75fdec60, 0x319e2067),
+  WTCP(0x75ea672a, 0x31cc7269), WTCP(0x75d6cfc5, 0x31fabcbd), WTCP(0x75c32634, 0x3228ff5c), WTCP(0x75af6a7b, 0x32573a3f),
+  WTCP(0x759b9c9b, 0x32856d5e), WTCP(0x7587bc98, 0x32b398b3), WTCP(0x7573ca75, 0x32e1bc36), WTCP(0x755fc635, 0x330fd7e1),
+  WTCP(0x754bafdc, 0x333debab), WTCP(0x7537876c, 0x336bf78f), WTCP(0x75234ce8, 0x3399fb85), WTCP(0x750f0054, 0x33c7f785),
+  WTCP(0x74faa1b3, 0x33f5eb89), WTCP(0x74e63108, 0x3423d78a), WTCP(0x74d1ae55, 0x3451bb81), WTCP(0x74bd199f, 0x347f9766),
+  WTCP(0x74a872e8, 0x34ad6b32), WTCP(0x7493ba34, 0x34db36df), WTCP(0x747eef85, 0x3508fa66), WTCP(0x746a12df, 0x3536b5be),
+  WTCP(0x74552446, 0x356468e2), WTCP(0x744023bc, 0x359213c9), WTCP(0x742b1144, 0x35bfb66e), WTCP(0x7415ece2, 0x35ed50c9),
+  WTCP(0x7400b69a, 0x361ae2d3), WTCP(0x73eb6e6e, 0x36486c86), WTCP(0x73d61461, 0x3675edd9), WTCP(0x73c0a878, 0x36a366c6),
+  WTCP(0x73ab2ab4, 0x36d0d746), WTCP(0x73959b1b, 0x36fe3f52), WTCP(0x737ff9ae, 0x372b9ee3), WTCP(0x736a4671, 0x3758f5f2),
+  WTCP(0x73548168, 0x37864477), WTCP(0x733eaa96, 0x37b38a6d), WTCP(0x7328c1ff, 0x37e0c7cc), WTCP(0x7312c7a5, 0x380dfc8d),
+  WTCP(0x72fcbb8c, 0x383b28a9), WTCP(0x72e69db7, 0x38684c19), WTCP(0x72d06e2b, 0x389566d6), WTCP(0x72ba2cea, 0x38c278d9),
+  WTCP(0x72a3d9f7, 0x38ef821c), WTCP(0x728d7557, 0x391c8297), WTCP(0x7276ff0d, 0x39497a43), WTCP(0x7260771b, 0x39766919),
+  WTCP(0x7249dd86, 0x39a34f13), WTCP(0x72333251, 0x39d02c2a), WTCP(0x721c7580, 0x39fd0056), WTCP(0x7205a716, 0x3a29cb91),
+  WTCP(0x71eec716, 0x3a568dd4), WTCP(0x71d7d585, 0x3a834717), WTCP(0x71c0d265, 0x3aaff755), WTCP(0x71a9bdba, 0x3adc9e86),
+  WTCP(0x71929789, 0x3b093ca3), WTCP(0x717b5fd3, 0x3b35d1a5), WTCP(0x7164169d, 0x3b625d86), WTCP(0x714cbbeb, 0x3b8ee03e),
+  WTCP(0x71354fc0, 0x3bbb59c7), WTCP(0x711dd220, 0x3be7ca1a), WTCP(0x7106430e, 0x3c143130), WTCP(0x70eea28e, 0x3c408f03),
+  WTCP(0x70d6f0a4, 0x3c6ce38a), WTCP(0x70bf2d53, 0x3c992ec0), WTCP(0x70a7589f, 0x3cc5709e), WTCP(0x708f728b, 0x3cf1a91c),
+  WTCP(0x70777b1c, 0x3d1dd835), WTCP(0x705f7255, 0x3d49fde1), WTCP(0x70475839, 0x3d761a19), WTCP(0x702f2ccd, 0x3da22cd7),
+  WTCP(0x7016f014, 0x3dce3614), WTCP(0x6ffea212, 0x3dfa35c8), WTCP(0x6fe642ca, 0x3e262bee), WTCP(0x6fcdd241, 0x3e52187f),
+  WTCP(0x6fb5507a, 0x3e7dfb73), WTCP(0x6f9cbd79, 0x3ea9d4c3), WTCP(0x6f841942, 0x3ed5a46b), WTCP(0x6f6b63d8, 0x3f016a61),
+  WTCP(0x6f529d40, 0x3f2d26a0), WTCP(0x6f39c57d, 0x3f58d921), WTCP(0x6f20dc92, 0x3f8481dd), WTCP(0x6f07e285, 0x3fb020ce),
+  WTCP(0x6eeed758, 0x3fdbb5ec), WTCP(0x6ed5bb10, 0x40074132), WTCP(0x6ebc8db0, 0x4032c297), WTCP(0x6ea34f3d, 0x405e3a16),
+  WTCP(0x6e89ffb9, 0x4089a7a8), WTCP(0x6e709f2a, 0x40b50b46), WTCP(0x6e572d93, 0x40e064ea), WTCP(0x6e3daaf8, 0x410bb48c),
+  WTCP(0x6e24175c, 0x4136fa27), WTCP(0x6e0a72c5, 0x416235b2), WTCP(0x6df0bd35, 0x418d6729), WTCP(0x6dd6f6b1, 0x41b88e84),
+  WTCP(0x6dbd1f3c, 0x41e3abbc), WTCP(0x6da336dc, 0x420ebecb), WTCP(0x6d893d93, 0x4239c7aa), WTCP(0x6d6f3365, 0x4264c653),
+  WTCP(0x6d551858, 0x428fbabe), WTCP(0x6d3aec6e, 0x42baa4e6), WTCP(0x6d20afac, 0x42e584c3), WTCP(0x6d066215, 0x43105a50),
+  WTCP(0x6cec03af, 0x433b2585), WTCP(0x6cd1947c, 0x4365e65b), WTCP(0x6cb71482, 0x43909ccd), WTCP(0x6c9c83c3, 0x43bb48d4),
+  WTCP(0x6c81e245, 0x43e5ea68), WTCP(0x6c67300b, 0x44108184), WTCP(0x6c4c6d1a, 0x443b0e21), WTCP(0x6c319975, 0x44659039),
+  WTCP(0x6c16b521, 0x449007c4), WTCP(0x6bfbc021, 0x44ba74bd), WTCP(0x6be0ba7b, 0x44e4d71c), WTCP(0x6bc5a431, 0x450f2edb),
+  WTCP(0x6baa7d49, 0x45397bf4), WTCP(0x6b8f45c7, 0x4563be60), WTCP(0x6b73fdae, 0x458df619), WTCP(0x6b58a503, 0x45b82318),
+  WTCP(0x6b3d3bcb, 0x45e24556), WTCP(0x6b21c208, 0x460c5cce), WTCP(0x6b0637c1, 0x46366978), WTCP(0x6aea9cf8, 0x46606b4e),
+  WTCP(0x6acef1b2, 0x468a624a), WTCP(0x6ab335f4, 0x46b44e65), WTCP(0x6a9769c1, 0x46de2f99), WTCP(0x6a7b8d1e, 0x470805df),
+  WTCP(0x6a5fa010, 0x4731d131), WTCP(0x6a43a29a, 0x475b9188), WTCP(0x6a2794c1, 0x478546de), WTCP(0x6a0b7689, 0x47aef12c),
+  WTCP(0x69ef47f6, 0x47d8906d), WTCP(0x69d3090e, 0x48022499), WTCP(0x69b6b9d3, 0x482badab), WTCP(0x699a5a4c, 0x48552b9b),
+  WTCP(0x697dea7b, 0x487e9e64), WTCP(0x69616a65, 0x48a805ff), WTCP(0x6944da10, 0x48d16265), WTCP(0x6928397e, 0x48fab391),
+  WTCP(0x690b88b5, 0x4923f97b), WTCP(0x68eec7b9, 0x494d341e), WTCP(0x68d1f68f, 0x49766373), WTCP(0x68b5153a, 0x499f8774),
+  WTCP(0x689823bf, 0x49c8a01b), WTCP(0x687b2224, 0x49f1ad61), WTCP(0x685e106c, 0x4a1aaf3f), WTCP(0x6840ee9b, 0x4a43a5b0),
+  WTCP(0x6823bcb7, 0x4a6c90ad), WTCP(0x68067ac3, 0x4a957030), WTCP(0x67e928c5, 0x4abe4433), WTCP(0x67cbc6c0, 0x4ae70caf),
+  WTCP(0x67ae54ba, 0x4b0fc99d), WTCP(0x6790d2b6, 0x4b387af9), WTCP(0x677340ba, 0x4b6120bb), WTCP(0x67559eca, 0x4b89badd),
+  WTCP(0x6737ecea, 0x4bb24958), WTCP(0x671a2b20, 0x4bdacc28), WTCP(0x66fc596f, 0x4c034345), WTCP(0x66de77dc, 0x4c2baea9),
+  WTCP(0x66c0866d, 0x4c540e4e), WTCP(0x66a28524, 0x4c7c622d), WTCP(0x66847408, 0x4ca4aa41), WTCP(0x6666531d, 0x4ccce684),
+  WTCP(0x66482267, 0x4cf516ee), WTCP(0x6629e1ec, 0x4d1d3b7a), WTCP(0x660b91af, 0x4d455422), WTCP(0x65ed31b5, 0x4d6d60df),
+  WTCP(0x65cec204, 0x4d9561ac), WTCP(0x65b0429f, 0x4dbd5682), WTCP(0x6591b38c, 0x4de53f5a), WTCP(0x657314cf, 0x4e0d1c30),
+  WTCP(0x6554666d, 0x4e34ecfc), WTCP(0x6535a86b, 0x4e5cb1b9), WTCP(0x6516dacd, 0x4e846a60), WTCP(0x64f7fd98, 0x4eac16eb),
+  WTCP(0x64d910d1, 0x4ed3b755), WTCP(0x64ba147d, 0x4efb4b96), WTCP(0x649b08a0, 0x4f22d3aa), WTCP(0x647bed3f, 0x4f4a4f89),
+  WTCP(0x645cc260, 0x4f71bf2e), WTCP(0x643d8806, 0x4f992293), WTCP(0x641e3e38, 0x4fc079b1), WTCP(0x63fee4f8, 0x4fe7c483),
+  WTCP(0x63df7c4d, 0x500f0302), WTCP(0x63c0043b, 0x50363529), WTCP(0x63a07cc7, 0x505d5af1), WTCP(0x6380e5f6, 0x50847454),
+  WTCP(0x63613fcd, 0x50ab814d), WTCP(0x63418a50, 0x50d281d5), WTCP(0x6321c585, 0x50f975e6), WTCP(0x6301f171, 0x51205d7b),
+  WTCP(0x62e20e17, 0x5147388c), WTCP(0x62c21b7e, 0x516e0715), WTCP(0x62a219aa, 0x5194c910), WTCP(0x628208a1, 0x51bb7e75),
+  WTCP(0x6261e866, 0x51e22740), WTCP(0x6241b8ff, 0x5208c36a), WTCP(0x62217a72, 0x522f52ee), WTCP(0x62012cc2, 0x5255d5c5),
+  WTCP(0x61e0cff5, 0x527c4bea), WTCP(0x61c06410, 0x52a2b556), WTCP(0x619fe918, 0x52c91204), WTCP(0x617f5f12, 0x52ef61ee),
+  WTCP(0x615ec603, 0x5315a50e), WTCP(0x613e1df0, 0x533bdb5d), WTCP(0x611d66de, 0x536204d7), WTCP(0x60fca0d2, 0x53882175),
+  WTCP(0x60dbcbd1, 0x53ae3131), WTCP(0x60bae7e1, 0x53d43406), WTCP(0x6099f505, 0x53fa29ed), WTCP(0x6078f344, 0x542012e1),
+  WTCP(0x6057e2a2, 0x5445eedb), WTCP(0x6036c325, 0x546bbdd7), WTCP(0x601594d1, 0x54917fce), WTCP(0x5ff457ad, 0x54b734ba),
+  WTCP(0x5fd30bbc, 0x54dcdc96), WTCP(0x5fb1b104, 0x5502775c), WTCP(0x5f90478a, 0x55280505), WTCP(0x5f6ecf53, 0x554d858d),
+  WTCP(0x5f4d4865, 0x5572f8ed), WTCP(0x5f2bb2c5, 0x55985f20), WTCP(0x5f0a0e77, 0x55bdb81f), WTCP(0x5ee85b82, 0x55e303e6),
+  WTCP(0x5ec699e9, 0x5608426e), WTCP(0x5ea4c9b3, 0x562d73b2), WTCP(0x5e82eae5, 0x565297ab), WTCP(0x5e60fd84, 0x5677ae54),
+  WTCP(0x5e3f0194, 0x569cb7a8), WTCP(0x5e1cf71c, 0x56c1b3a1), WTCP(0x5dfade20, 0x56e6a239), WTCP(0x5dd8b6a7, 0x570b8369),
+  WTCP(0x5db680b4, 0x5730572e), WTCP(0x5d943c4e, 0x57551d80), WTCP(0x5d71e979, 0x5779d65b), WTCP(0x5d4f883b, 0x579e81b8),
+  WTCP(0x5d2d189a, 0x57c31f92), WTCP(0x5d0a9a9a, 0x57e7afe4), WTCP(0x5ce80e41, 0x580c32a7), WTCP(0x5cc57394, 0x5830a7d6),
+  WTCP(0x5ca2ca99, 0x58550f6c), WTCP(0x5c801354, 0x58796962), WTCP(0x5c5d4dcc, 0x589db5b3), WTCP(0x5c3a7a05, 0x58c1f45b),
+  WTCP(0x5c179806, 0x58e62552), WTCP(0x5bf4a7d2, 0x590a4893), WTCP(0x5bd1a971, 0x592e5e19), WTCP(0x5bae9ce7, 0x595265df),
+  WTCP(0x5b8b8239, 0x59765fde), WTCP(0x5b68596d, 0x599a4c12), WTCP(0x5b452288, 0x59be2a74), WTCP(0x5b21dd90, 0x59e1faff),
+  WTCP(0x5afe8a8b, 0x5a05bdae), WTCP(0x5adb297d, 0x5a29727b), WTCP(0x5ab7ba6c, 0x5a4d1960), WTCP(0x5a943d5e, 0x5a70b258),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP KBDWindow1024[] =
+{
+  WTCP(0x7fffffa4, 0x0009962f), WTCP(0x7fffff39, 0x000e16fb), WTCP(0x7ffffebf, 0x0011ea65), WTCP(0x7ffffe34, 0x0015750e),
+  WTCP(0x7ffffd96, 0x0018dc74), WTCP(0x7ffffce5, 0x001c332e), WTCP(0x7ffffc1f, 0x001f83f5), WTCP(0x7ffffb43, 0x0022d59a),
+  WTCP(0x7ffffa4f, 0x00262cc2), WTCP(0x7ffff942, 0x00298cc4), WTCP(0x7ffff81a, 0x002cf81f), WTCP(0x7ffff6d6, 0x003070c4),
+  WTCP(0x7ffff573, 0x0033f840), WTCP(0x7ffff3f1, 0x00378fd9), WTCP(0x7ffff24d, 0x003b38a1), WTCP(0x7ffff085, 0x003ef381),
+  WTCP(0x7fffee98, 0x0042c147), WTCP(0x7fffec83, 0x0046a2a8), WTCP(0x7fffea44, 0x004a9847), WTCP(0x7fffe7d8, 0x004ea2b7),
+  WTCP(0x7fffe53f, 0x0052c283), WTCP(0x7fffe274, 0x0056f829), WTCP(0x7fffdf76, 0x005b4422), WTCP(0x7fffdc43, 0x005fa6dd),
+  WTCP(0x7fffd8d6, 0x006420c8), WTCP(0x7fffd52f, 0x0068b249), WTCP(0x7fffd149, 0x006d5bc4), WTCP(0x7fffcd22, 0x00721d9a),
+  WTCP(0x7fffc8b6, 0x0076f828), WTCP(0x7fffc404, 0x007bebca), WTCP(0x7fffbf06, 0x0080f8d9), WTCP(0x7fffb9bb, 0x00861fae),
+  WTCP(0x7fffb41e, 0x008b609e), WTCP(0x7fffae2c, 0x0090bbff), WTCP(0x7fffa7e1, 0x00963224), WTCP(0x7fffa13a, 0x009bc362),
+  WTCP(0x7fff9a32, 0x00a17009), WTCP(0x7fff92c5, 0x00a7386c), WTCP(0x7fff8af0, 0x00ad1cdc), WTCP(0x7fff82ad, 0x00b31da8),
+  WTCP(0x7fff79f9, 0x00b93b21), WTCP(0x7fff70cf, 0x00bf7596), WTCP(0x7fff672a, 0x00c5cd57), WTCP(0x7fff5d05, 0x00cc42b1),
+  WTCP(0x7fff525c, 0x00d2d5f3), WTCP(0x7fff4729, 0x00d9876c), WTCP(0x7fff3b66, 0x00e05769), WTCP(0x7fff2f10, 0x00e74638),
+  WTCP(0x7fff221f, 0x00ee5426), WTCP(0x7fff148e, 0x00f58182), WTCP(0x7fff0658, 0x00fcce97), WTCP(0x7ffef776, 0x01043bb3),
+  WTCP(0x7ffee7e2, 0x010bc923), WTCP(0x7ffed795, 0x01137733), WTCP(0x7ffec68a, 0x011b4631), WTCP(0x7ffeb4ba, 0x01233669),
+  WTCP(0x7ffea21d, 0x012b4827), WTCP(0x7ffe8eac, 0x01337bb8), WTCP(0x7ffe7a61, 0x013bd167), WTCP(0x7ffe6533, 0x01444982),
+  WTCP(0x7ffe4f1c, 0x014ce454), WTCP(0x7ffe3813, 0x0155a229), WTCP(0x7ffe2011, 0x015e834d), WTCP(0x7ffe070d, 0x0167880c),
+  WTCP(0x7ffdecff, 0x0170b0b2), WTCP(0x7ffdd1df, 0x0179fd8b), WTCP(0x7ffdb5a2, 0x01836ee1), WTCP(0x7ffd9842, 0x018d0500),
+  WTCP(0x7ffd79b3, 0x0196c035), WTCP(0x7ffd59ee, 0x01a0a0ca), WTCP(0x7ffd38e8, 0x01aaa70a), WTCP(0x7ffd1697, 0x01b4d341),
+  WTCP(0x7ffcf2f2, 0x01bf25b9), WTCP(0x7ffccdee, 0x01c99ebd), WTCP(0x7ffca780, 0x01d43e99), WTCP(0x7ffc7f9e, 0x01df0597),
+  WTCP(0x7ffc563d, 0x01e9f401), WTCP(0x7ffc2b51, 0x01f50a22), WTCP(0x7ffbfecf, 0x02004844), WTCP(0x7ffbd0ab, 0x020baeb1),
+  WTCP(0x7ffba0da, 0x02173db4), WTCP(0x7ffb6f4f, 0x0222f596), WTCP(0x7ffb3bfd, 0x022ed6a1), WTCP(0x7ffb06d8, 0x023ae11f),
+  WTCP(0x7ffacfd3, 0x02471558), WTCP(0x7ffa96e0, 0x02537397), WTCP(0x7ffa5bf2, 0x025ffc25), WTCP(0x7ffa1efc, 0x026caf4a),
+  WTCP(0x7ff9dfee, 0x02798d4f), WTCP(0x7ff99ebb, 0x0286967c), WTCP(0x7ff95b55, 0x0293cb1b), WTCP(0x7ff915ab, 0x02a12b72),
+  WTCP(0x7ff8cdaf, 0x02aeb7cb), WTCP(0x7ff88351, 0x02bc706d), WTCP(0x7ff83682, 0x02ca559f), WTCP(0x7ff7e731, 0x02d867a9),
+  WTCP(0x7ff7954e, 0x02e6a6d2), WTCP(0x7ff740c8, 0x02f51361), WTCP(0x7ff6e98e, 0x0303ad9c), WTCP(0x7ff68f8f, 0x031275ca),
+  WTCP(0x7ff632ba, 0x03216c30), WTCP(0x7ff5d2fb, 0x03309116), WTCP(0x7ff57042, 0x033fe4bf), WTCP(0x7ff50a7a, 0x034f6773),
+  WTCP(0x7ff4a192, 0x035f1975), WTCP(0x7ff43576, 0x036efb0a), WTCP(0x7ff3c612, 0x037f0c78), WTCP(0x7ff35353, 0x038f4e02),
+  WTCP(0x7ff2dd24, 0x039fbfeb), WTCP(0x7ff26370, 0x03b06279), WTCP(0x7ff1e623, 0x03c135ed), WTCP(0x7ff16527, 0x03d23a8b),
+  WTCP(0x7ff0e067, 0x03e37095), WTCP(0x7ff057cc, 0x03f4d84e), WTCP(0x7fefcb40, 0x040671f7), WTCP(0x7fef3aad, 0x04183dd3),
+  WTCP(0x7feea5fa, 0x042a3c22), WTCP(0x7fee0d11, 0x043c6d25), WTCP(0x7fed6fda, 0x044ed11d), WTCP(0x7fecce3d, 0x04616849),
+  WTCP(0x7fec2821, 0x047432eb), WTCP(0x7feb7d6c, 0x04873140), WTCP(0x7feace07, 0x049a6388), WTCP(0x7fea19d6, 0x04adca01),
+  WTCP(0x7fe960c0, 0x04c164ea), WTCP(0x7fe8a2aa, 0x04d53481), WTCP(0x7fe7df79, 0x04e93902), WTCP(0x7fe71712, 0x04fd72aa),
+  WTCP(0x7fe6495a, 0x0511e1b6), WTCP(0x7fe57634, 0x05268663), WTCP(0x7fe49d83, 0x053b60eb), WTCP(0x7fe3bf2b, 0x05507189),
+  WTCP(0x7fe2db0f, 0x0565b879), WTCP(0x7fe1f110, 0x057b35f4), WTCP(0x7fe10111, 0x0590ea35), WTCP(0x7fe00af3, 0x05a6d574),
+  WTCP(0x7fdf0e97, 0x05bcf7ea), WTCP(0x7fde0bdd, 0x05d351cf), WTCP(0x7fdd02a6, 0x05e9e35c), WTCP(0x7fdbf2d2, 0x0600acc8),
+  WTCP(0x7fdadc40, 0x0617ae48), WTCP(0x7fd9becf, 0x062ee814), WTCP(0x7fd89a5e, 0x06465a62), WTCP(0x7fd76eca, 0x065e0565),
+  WTCP(0x7fd63bf1, 0x0675e954), WTCP(0x7fd501b0, 0x068e0662), WTCP(0x7fd3bfe4, 0x06a65cc3), WTCP(0x7fd2766a, 0x06beecaa),
+  WTCP(0x7fd1251e, 0x06d7b648), WTCP(0x7fcfcbda, 0x06f0b9d1), WTCP(0x7fce6a7a, 0x0709f775), WTCP(0x7fcd00d8, 0x07236f65),
+  WTCP(0x7fcb8ecf, 0x073d21d2), WTCP(0x7fca1439, 0x07570eea), WTCP(0x7fc890ed, 0x077136dd), WTCP(0x7fc704c7, 0x078b99da),
+  WTCP(0x7fc56f9d, 0x07a6380d), WTCP(0x7fc3d147, 0x07c111a4), WTCP(0x7fc2299e, 0x07dc26cc), WTCP(0x7fc07878, 0x07f777b1),
+  WTCP(0x7fbebdac, 0x0813047d), WTCP(0x7fbcf90f, 0x082ecd5b), WTCP(0x7fbb2a78, 0x084ad276), WTCP(0x7fb951bc, 0x086713f7),
+  WTCP(0x7fb76eaf, 0x08839206), WTCP(0x7fb58126, 0x08a04ccb), WTCP(0x7fb388f4, 0x08bd446e), WTCP(0x7fb185ee, 0x08da7915),
+  WTCP(0x7faf77e5, 0x08f7eae7), WTCP(0x7fad5ead, 0x09159a09), WTCP(0x7fab3a17, 0x0933869f), WTCP(0x7fa909f6, 0x0951b0cd),
+  WTCP(0x7fa6ce1a, 0x097018b7), WTCP(0x7fa48653, 0x098ebe7f), WTCP(0x7fa23273, 0x09ada248), WTCP(0x7f9fd249, 0x09ccc431),
+  WTCP(0x7f9d65a4, 0x09ec245b), WTCP(0x7f9aec53, 0x0a0bc2e7), WTCP(0x7f986625, 0x0a2b9ff3), WTCP(0x7f95d2e7, 0x0a4bbb9e),
+  WTCP(0x7f933267, 0x0a6c1604), WTCP(0x7f908472, 0x0a8caf43), WTCP(0x7f8dc8d5, 0x0aad8776), WTCP(0x7f8aff5c, 0x0ace9eb9),
+  WTCP(0x7f8827d3, 0x0aeff526), WTCP(0x7f854204, 0x0b118ad8), WTCP(0x7f824dbb, 0x0b335fe6), WTCP(0x7f7f4ac3, 0x0b557469),
+  WTCP(0x7f7c38e4, 0x0b77c879), WTCP(0x7f7917e9, 0x0b9a5c2b), WTCP(0x7f75e79b, 0x0bbd2f97), WTCP(0x7f72a7c3, 0x0be042d0),
+  WTCP(0x7f6f5828, 0x0c0395ec), WTCP(0x7f6bf892, 0x0c2728fd), WTCP(0x7f6888c9, 0x0c4afc16), WTCP(0x7f650894, 0x0c6f0f4a),
+  WTCP(0x7f6177b9, 0x0c9362a8), WTCP(0x7f5dd5ff, 0x0cb7f642), WTCP(0x7f5a232a, 0x0cdcca26), WTCP(0x7f565f00, 0x0d01de63),
+  WTCP(0x7f528947, 0x0d273307), WTCP(0x7f4ea1c2, 0x0d4cc81f), WTCP(0x7f4aa835, 0x0d729db7), WTCP(0x7f469c65, 0x0d98b3da),
+  WTCP(0x7f427e13, 0x0dbf0a92), WTCP(0x7f3e4d04, 0x0de5a1e9), WTCP(0x7f3a08f9, 0x0e0c79e7), WTCP(0x7f35b1b4, 0x0e339295),
+  WTCP(0x7f3146f8, 0x0e5aebfa), WTCP(0x7f2cc884, 0x0e82861a), WTCP(0x7f28361b, 0x0eaa60fd), WTCP(0x7f238f7c, 0x0ed27ca5),
+  WTCP(0x7f1ed467, 0x0efad917), WTCP(0x7f1a049d, 0x0f237656), WTCP(0x7f151fdc, 0x0f4c5462), WTCP(0x7f1025e3, 0x0f75733d),
+  WTCP(0x7f0b1672, 0x0f9ed2e6), WTCP(0x7f05f146, 0x0fc8735e), WTCP(0x7f00b61d, 0x0ff254a1), WTCP(0x7efb64b4, 0x101c76ae),
+  WTCP(0x7ef5fcca, 0x1046d981), WTCP(0x7ef07e19, 0x10717d15), WTCP(0x7eeae860, 0x109c6165), WTCP(0x7ee53b5b, 0x10c7866a),
+  WTCP(0x7edf76c4, 0x10f2ec1e), WTCP(0x7ed99a58, 0x111e9279), WTCP(0x7ed3a5d1, 0x114a7971), WTCP(0x7ecd98eb, 0x1176a0fc),
+  WTCP(0x7ec77360, 0x11a30910), WTCP(0x7ec134eb, 0x11cfb1a1), WTCP(0x7ebadd44, 0x11fc9aa2), WTCP(0x7eb46c27, 0x1229c406),
+  WTCP(0x7eade14c, 0x12572dbf), WTCP(0x7ea73c6c, 0x1284d7bc), WTCP(0x7ea07d41, 0x12b2c1ed), WTCP(0x7e99a382, 0x12e0ec42),
+  WTCP(0x7e92aee7, 0x130f56a8), WTCP(0x7e8b9f2a, 0x133e010b), WTCP(0x7e847402, 0x136ceb59), WTCP(0x7e7d2d25, 0x139c157b),
+  WTCP(0x7e75ca4c, 0x13cb7f5d), WTCP(0x7e6e4b2d, 0x13fb28e6), WTCP(0x7e66af7f, 0x142b1200), WTCP(0x7e5ef6f8, 0x145b3a92),
+  WTCP(0x7e572150, 0x148ba281), WTCP(0x7e4f2e3b, 0x14bc49b4), WTCP(0x7e471d70, 0x14ed300f), WTCP(0x7e3eeea5, 0x151e5575),
+  WTCP(0x7e36a18e, 0x154fb9c9), WTCP(0x7e2e35e2, 0x15815ced), WTCP(0x7e25ab56, 0x15b33ec1), WTCP(0x7e1d019e, 0x15e55f25),
+  WTCP(0x7e14386e, 0x1617bdf9), WTCP(0x7e0b4f7d, 0x164a5b19), WTCP(0x7e02467e, 0x167d3662), WTCP(0x7df91d25, 0x16b04fb2),
+  WTCP(0x7defd327, 0x16e3a6e2), WTCP(0x7de66837, 0x17173bce), WTCP(0x7ddcdc0a, 0x174b0e4d), WTCP(0x7dd32e53, 0x177f1e39),
+  WTCP(0x7dc95ec6, 0x17b36b69), WTCP(0x7dbf6d17, 0x17e7f5b3), WTCP(0x7db558f9, 0x181cbcec), WTCP(0x7dab221f, 0x1851c0e9),
+  WTCP(0x7da0c83c, 0x1887017d), WTCP(0x7d964b05, 0x18bc7e7c), WTCP(0x7d8baa2b, 0x18f237b6), WTCP(0x7d80e563, 0x19282cfd),
+  WTCP(0x7d75fc5e, 0x195e5e20), WTCP(0x7d6aeed0, 0x1994caee), WTCP(0x7d5fbc6d, 0x19cb7335), WTCP(0x7d5464e6, 0x1a0256c2),
+  WTCP(0x7d48e7ef, 0x1a397561), WTCP(0x7d3d453b, 0x1a70cede), WTCP(0x7d317c7c, 0x1aa86301), WTCP(0x7d258d65, 0x1ae03195),
+  WTCP(0x7d1977aa, 0x1b183a63), WTCP(0x7d0d3afc, 0x1b507d30), WTCP(0x7d00d710, 0x1b88f9c5), WTCP(0x7cf44b97, 0x1bc1afe6),
+  WTCP(0x7ce79846, 0x1bfa9f58), WTCP(0x7cdabcce, 0x1c33c7e0), WTCP(0x7ccdb8e4, 0x1c6d293f), WTCP(0x7cc08c39, 0x1ca6c337),
+  WTCP(0x7cb33682, 0x1ce0958a), WTCP(0x7ca5b772, 0x1d1a9ff8), WTCP(0x7c980ebd, 0x1d54e240), WTCP(0x7c8a3c14, 0x1d8f5c21),
+  WTCP(0x7c7c3f2e, 0x1dca0d56), WTCP(0x7c6e17bc, 0x1e04f59f), WTCP(0x7c5fc573, 0x1e4014b4), WTCP(0x7c514807, 0x1e7b6a53),
+  WTCP(0x7c429f2c, 0x1eb6f633), WTCP(0x7c33ca96, 0x1ef2b80f), WTCP(0x7c24c9fa, 0x1f2eaf9e), WTCP(0x7c159d0d, 0x1f6adc98),
+  WTCP(0x7c064383, 0x1fa73eb2), WTCP(0x7bf6bd11, 0x1fe3d5a3), WTCP(0x7be7096c, 0x2020a11e), WTCP(0x7bd7284a, 0x205da0d8),
+  WTCP(0x7bc71960, 0x209ad483), WTCP(0x7bb6dc65, 0x20d83bd1), WTCP(0x7ba6710d, 0x2115d674), WTCP(0x7b95d710, 0x2153a41b),
+  WTCP(0x7b850e24, 0x2191a476), WTCP(0x7b7415ff, 0x21cfd734), WTCP(0x7b62ee59, 0x220e3c02), WTCP(0x7b5196e9, 0x224cd28d),
+  WTCP(0x7b400f67, 0x228b9a82), WTCP(0x7b2e578a, 0x22ca938a), WTCP(0x7b1c6f0b, 0x2309bd52), WTCP(0x7b0a55a1, 0x23491783),
+  WTCP(0x7af80b07, 0x2388a1c4), WTCP(0x7ae58ef5, 0x23c85bbf), WTCP(0x7ad2e124, 0x2408451a), WTCP(0x7ac0014e, 0x24485d7c),
+  WTCP(0x7aacef2e, 0x2488a48a), WTCP(0x7a99aa7e, 0x24c919e9), WTCP(0x7a8632f8, 0x2509bd3d), WTCP(0x7a728858, 0x254a8e29),
+  WTCP(0x7a5eaa5a, 0x258b8c50), WTCP(0x7a4a98b9, 0x25ccb753), WTCP(0x7a365333, 0x260e0ed3), WTCP(0x7a21d983, 0x264f9271),
+  WTCP(0x7a0d2b68, 0x269141cb), WTCP(0x79f8489e, 0x26d31c80), WTCP(0x79e330e4, 0x2715222f), WTCP(0x79cde3f8, 0x27575273),
+  WTCP(0x79b8619a, 0x2799acea), WTCP(0x79a2a989, 0x27dc3130), WTCP(0x798cbb85, 0x281ededf), WTCP(0x7976974e, 0x2861b591),
+  WTCP(0x79603ca5, 0x28a4b4e0), WTCP(0x7949ab4c, 0x28e7dc65), WTCP(0x7932e304, 0x292b2bb8), WTCP(0x791be390, 0x296ea270),
+  WTCP(0x7904acb3, 0x29b24024), WTCP(0x78ed3e30, 0x29f6046b), WTCP(0x78d597cc, 0x2a39eed8), WTCP(0x78bdb94a, 0x2a7dff02),
+  WTCP(0x78a5a270, 0x2ac2347c), WTCP(0x788d5304, 0x2b068eda), WTCP(0x7874cacb, 0x2b4b0dae), WTCP(0x785c098d, 0x2b8fb08a),
+  WTCP(0x78430f11, 0x2bd47700), WTCP(0x7829db1f, 0x2c1960a1), WTCP(0x78106d7f, 0x2c5e6cfd), WTCP(0x77f6c5fb, 0x2ca39ba3),
+  WTCP(0x77dce45c, 0x2ce8ec23), WTCP(0x77c2c86e, 0x2d2e5e0b), WTCP(0x77a871fa, 0x2d73f0e8), WTCP(0x778de0cd, 0x2db9a449),
+  WTCP(0x777314b2, 0x2dff77b8), WTCP(0x77580d78, 0x2e456ac4), WTCP(0x773ccaeb, 0x2e8b7cf6), WTCP(0x77214cdb, 0x2ed1addb),
+  WTCP(0x77059315, 0x2f17fcfb), WTCP(0x76e99d69, 0x2f5e69e2), WTCP(0x76cd6ba9, 0x2fa4f419), WTCP(0x76b0fda4, 0x2feb9b27),
+  WTCP(0x7694532e, 0x30325e96), WTCP(0x76776c17, 0x30793dee), WTCP(0x765a4834, 0x30c038b5), WTCP(0x763ce759, 0x31074e72),
+  WTCP(0x761f4959, 0x314e7eab), WTCP(0x76016e0b, 0x3195c8e6), WTCP(0x75e35545, 0x31dd2ca9), WTCP(0x75c4fedc, 0x3224a979),
+  WTCP(0x75a66aab, 0x326c3ed8), WTCP(0x75879887, 0x32b3ec4d), WTCP(0x7568884b, 0x32fbb159), WTCP(0x754939d1, 0x33438d81),
+  WTCP(0x7529acf4, 0x338b8045), WTCP(0x7509e18e, 0x33d3892a), WTCP(0x74e9d77d, 0x341ba7b1), WTCP(0x74c98e9e, 0x3463db5a),
+  WTCP(0x74a906cd, 0x34ac23a7), WTCP(0x74883fec, 0x34f48019), WTCP(0x746739d8, 0x353cf02f), WTCP(0x7445f472, 0x3585736a),
+  WTCP(0x74246f9c, 0x35ce0949), WTCP(0x7402ab37, 0x3616b14c), WTCP(0x73e0a727, 0x365f6af0), WTCP(0x73be6350, 0x36a835b5),
+  WTCP(0x739bdf95, 0x36f11118), WTCP(0x73791bdd, 0x3739fc98), WTCP(0x7356180e, 0x3782f7b2), WTCP(0x7332d410, 0x37cc01e3),
+  WTCP(0x730f4fc9, 0x38151aa8), WTCP(0x72eb8b24, 0x385e417e), WTCP(0x72c7860a, 0x38a775e1), WTCP(0x72a34066, 0x38f0b74d),
+  WTCP(0x727eba24, 0x393a053e), WTCP(0x7259f331, 0x39835f30), WTCP(0x7234eb79, 0x39ccc49e), WTCP(0x720fa2eb, 0x3a163503),
+  WTCP(0x71ea1977, 0x3a5fafda), WTCP(0x71c44f0c, 0x3aa9349e), WTCP(0x719e439d, 0x3af2c2ca), WTCP(0x7177f71a, 0x3b3c59d7),
+  WTCP(0x71516978, 0x3b85f940), WTCP(0x712a9aaa, 0x3bcfa07e), WTCP(0x71038aa4, 0x3c194f0d), WTCP(0x70dc395e, 0x3c630464),
+  WTCP(0x70b4a6cd, 0x3cacbfff), WTCP(0x708cd2e9, 0x3cf68155), WTCP(0x7064bdab, 0x3d4047e1), WTCP(0x703c670d, 0x3d8a131c),
+  WTCP(0x7013cf0a, 0x3dd3e27e), WTCP(0x6feaf59c, 0x3e1db580), WTCP(0x6fc1dac1, 0x3e678b9b), WTCP(0x6f987e76, 0x3eb16449),
+  WTCP(0x6f6ee0b9, 0x3efb3f01), WTCP(0x6f45018b, 0x3f451b3d), WTCP(0x6f1ae0eb, 0x3f8ef874), WTCP(0x6ef07edb, 0x3fd8d620),
+  WTCP(0x6ec5db5d, 0x4022b3b9), WTCP(0x6e9af675, 0x406c90b7), WTCP(0x6e6fd027, 0x40b66c93), WTCP(0x6e446879, 0x410046c5),
+  WTCP(0x6e18bf71, 0x414a1ec6), WTCP(0x6decd517, 0x4193f40d), WTCP(0x6dc0a972, 0x41ddc615), WTCP(0x6d943c8d, 0x42279455),
+  WTCP(0x6d678e71, 0x42715e45), WTCP(0x6d3a9f2a, 0x42bb235f), WTCP(0x6d0d6ec5, 0x4304e31a), WTCP(0x6cdffd4f, 0x434e9cf1),
+  WTCP(0x6cb24ad6, 0x4398505b), WTCP(0x6c84576b, 0x43e1fcd1), WTCP(0x6c56231c, 0x442ba1cd), WTCP(0x6c27adfd, 0x44753ec7),
+  WTCP(0x6bf8f81e, 0x44bed33a), WTCP(0x6bca0195, 0x45085e9d), WTCP(0x6b9aca75, 0x4551e06b), WTCP(0x6b6b52d5, 0x459b581e),
+  WTCP(0x6b3b9ac9, 0x45e4c52f), WTCP(0x6b0ba26b, 0x462e2717), WTCP(0x6adb69d3, 0x46777d52), WTCP(0x6aaaf11b, 0x46c0c75a),
+  WTCP(0x6a7a385c, 0x470a04a9), WTCP(0x6a493fb3, 0x475334b9), WTCP(0x6a18073d, 0x479c5707), WTCP(0x69e68f17, 0x47e56b0c),
+  WTCP(0x69b4d761, 0x482e7045), WTCP(0x6982e039, 0x4877662c), WTCP(0x6950a9c0, 0x48c04c3f), WTCP(0x691e341a, 0x490921f8),
+  WTCP(0x68eb7f67, 0x4951e6d5), WTCP(0x68b88bcd, 0x499a9a51), WTCP(0x68855970, 0x49e33beb), WTCP(0x6851e875, 0x4a2bcb1f),
+  WTCP(0x681e3905, 0x4a74476b), WTCP(0x67ea4b47, 0x4abcb04c), WTCP(0x67b61f63, 0x4b050541), WTCP(0x6781b585, 0x4b4d45c9),
+  WTCP(0x674d0dd6, 0x4b957162), WTCP(0x67182883, 0x4bdd878c), WTCP(0x66e305b8, 0x4c2587c6), WTCP(0x66ada5a5, 0x4c6d7190),
+  WTCP(0x66780878, 0x4cb5446a), WTCP(0x66422e60, 0x4cfcffd5), WTCP(0x660c1790, 0x4d44a353), WTCP(0x65d5c439, 0x4d8c2e64),
+  WTCP(0x659f348e, 0x4dd3a08c), WTCP(0x656868c3, 0x4e1af94b), WTCP(0x6531610d, 0x4e623825), WTCP(0x64fa1da3, 0x4ea95c9d),
+  WTCP(0x64c29ebb, 0x4ef06637), WTCP(0x648ae48d, 0x4f375477), WTCP(0x6452ef53, 0x4f7e26e1), WTCP(0x641abf46, 0x4fc4dcfb),
+  WTCP(0x63e254a2, 0x500b7649), WTCP(0x63a9afa2, 0x5051f253), WTCP(0x6370d083, 0x5098509f), WTCP(0x6337b784, 0x50de90b3),
+  WTCP(0x62fe64e3, 0x5124b218), WTCP(0x62c4d8e0, 0x516ab455), WTCP(0x628b13bc, 0x51b096f3), WTCP(0x625115b8, 0x51f6597b),
+  WTCP(0x6216df18, 0x523bfb78), WTCP(0x61dc701f, 0x52817c72), WTCP(0x61a1c912, 0x52c6dbf5), WTCP(0x6166ea36, 0x530c198d),
+  WTCP(0x612bd3d2, 0x535134c5), WTCP(0x60f0862d, 0x53962d2a), WTCP(0x60b50190, 0x53db024a), WTCP(0x60794644, 0x541fb3b1),
+  WTCP(0x603d5494, 0x546440ef), WTCP(0x60012cca, 0x54a8a992), WTCP(0x5fc4cf33, 0x54eced2b), WTCP(0x5f883c1c, 0x55310b48),
+  WTCP(0x5f4b73d2, 0x5575037c), WTCP(0x5f0e76a5, 0x55b8d558), WTCP(0x5ed144e5, 0x55fc806f), WTCP(0x5e93dee1, 0x56400452),
+  WTCP(0x5e5644ec, 0x56836096), WTCP(0x5e187757, 0x56c694cf), WTCP(0x5dda7677, 0x5709a092), WTCP(0x5d9c429f, 0x574c8374),
+  WTCP(0x5d5ddc24, 0x578f3d0d), WTCP(0x5d1f435d, 0x57d1ccf2), WTCP(0x5ce078a0, 0x581432bd), WTCP(0x5ca17c45, 0x58566e04),
+  WTCP(0x5c624ea4, 0x58987e63), WTCP(0x5c22f016, 0x58da6372), WTCP(0x5be360f6, 0x591c1ccc), WTCP(0x5ba3a19f, 0x595daa0d),
+  WTCP(0x5b63b26c, 0x599f0ad1), WTCP(0x5b2393ba, 0x59e03eb6), WTCP(0x5ae345e7, 0x5a214558), WTCP(0x5aa2c951, 0x5a621e56),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow128[] =
+{
+  WTCP(0x7fff6216, 0x00c90f88), WTCP(0x7ffa72d1, 0x025b26d7), WTCP(0x7ff09478, 0x03ed26e6), WTCP(0x7fe1c76b, 0x057f0035),
+  WTCP(0x7fce0c3e, 0x0710a345), WTCP(0x7fb563b3, 0x08a2009a), WTCP(0x7f97cebd, 0x0a3308bd), WTCP(0x7f754e80, 0x0bc3ac35),
+  WTCP(0x7f4de451, 0x0d53db92), WTCP(0x7f2191b4, 0x0ee38766), WTCP(0x7ef05860, 0x1072a048), WTCP(0x7eba3a39, 0x120116d5),
+  WTCP(0x7e7f3957, 0x138edbb1), WTCP(0x7e3f57ff, 0x151bdf86), WTCP(0x7dfa98a8, 0x16a81305), WTCP(0x7db0fdf8, 0x183366e9),
+  WTCP(0x7d628ac6, 0x19bdcbf3), WTCP(0x7d0f4218, 0x1b4732ef), WTCP(0x7cb72724, 0x1ccf8cb3), WTCP(0x7c5a3d50, 0x1e56ca1e),
+  WTCP(0x7bf88830, 0x1fdcdc1b), WTCP(0x7b920b89, 0x2161b3a0), WTCP(0x7b26cb4f, 0x22e541af), WTCP(0x7ab6cba4, 0x24677758),
+  WTCP(0x7a4210d8, 0x25e845b6), WTCP(0x79c89f6e, 0x27679df4), WTCP(0x794a7c12, 0x28e5714b), WTCP(0x78c7aba2, 0x2a61b101),
+  WTCP(0x78403329, 0x2bdc4e6f), WTCP(0x77b417df, 0x2d553afc), WTCP(0x77235f2d, 0x2ecc681e), WTCP(0x768e0ea6, 0x3041c761),
+  WTCP(0x75f42c0b, 0x31b54a5e), WTCP(0x7555bd4c, 0x3326e2c3), WTCP(0x74b2c884, 0x34968250), WTCP(0x740b53fb, 0x36041ad9),
+  WTCP(0x735f6626, 0x376f9e46), WTCP(0x72af05a7, 0x38d8fe93), WTCP(0x71fa3949, 0x3a402dd2), WTCP(0x71410805, 0x3ba51e29),
+  WTCP(0x708378ff, 0x3d07c1d6), WTCP(0x6fc19385, 0x3e680b2c), WTCP(0x6efb5f12, 0x3fc5ec98), WTCP(0x6e30e34a, 0x4121589b),
+  WTCP(0x6d6227fa, 0x427a41d0), WTCP(0x6c8f351c, 0x43d09aed), WTCP(0x6bb812d1, 0x452456bd), WTCP(0x6adcc964, 0x46756828),
+  WTCP(0x69fd614a, 0x47c3c22f), WTCP(0x6919e320, 0x490f57ee), WTCP(0x683257ab, 0x4a581c9e), WTCP(0x6746c7d8, 0x4b9e0390),
+  WTCP(0x66573cbb, 0x4ce10034), WTCP(0x6563bf92, 0x4e210617), WTCP(0x646c59bf, 0x4f5e08e3), WTCP(0x637114cc, 0x5097fc5e),
+  WTCP(0x6271fa69, 0x51ced46e), WTCP(0x616f146c, 0x53028518), WTCP(0x60686ccf, 0x5433027d), WTCP(0x5f5e0db3, 0x556040e2),
+  WTCP(0x5e50015d, 0x568a34a9), WTCP(0x5d3e5237, 0x57b0d256), WTCP(0x5c290acc, 0x58d40e8c), WTCP(0x5b1035cf, 0x59f3de12),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP KBDWindow128[] =
+{
+  WTCP(0x7ffffffe, 0x00016f63), WTCP(0x7ffffff1, 0x0003e382), WTCP(0x7fffffc7, 0x00078f64), WTCP(0x7fffff5d, 0x000cc323),
+  WTCP(0x7ffffe76, 0x0013d9ed), WTCP(0x7ffffcaa, 0x001d3a9d), WTCP(0x7ffff953, 0x0029581f), WTCP(0x7ffff372, 0x0038b1bd),
+  WTCP(0x7fffe98b, 0x004bd34d), WTCP(0x7fffd975, 0x00635538), WTCP(0x7fffc024, 0x007fdc64), WTCP(0x7fff995b, 0x00a219f1),
+  WTCP(0x7fff5f5b, 0x00cacad0), WTCP(0x7fff0a75, 0x00fab72d), WTCP(0x7ffe9091, 0x0132b1af), WTCP(0x7ffde49e, 0x01739689),
+  WTCP(0x7ffcf5ef, 0x01be4a63), WTCP(0x7ffbaf84, 0x0213b910), WTCP(0x7ff9f73a, 0x0274d41e), WTCP(0x7ff7acf1, 0x02e2913a),
+  WTCP(0x7ff4a99a, 0x035de86c), WTCP(0x7ff0be3d, 0x03e7d233), WTCP(0x7febb2f1, 0x0481457c), WTCP(0x7fe545d4, 0x052b357c),
+  WTCP(0x7fdd2a02, 0x05e68f77), WTCP(0x7fd30695, 0x06b4386f), WTCP(0x7fc675b4, 0x07950acb), WTCP(0x7fb703be, 0x0889d3ef),
+  WTCP(0x7fa42e89, 0x099351e0), WTCP(0x7f8d64d8, 0x0ab230e0), WTCP(0x7f7205f8, 0x0be70923), WTCP(0x7f516195, 0x0d325c93),
+  WTCP(0x7f2ab7d0, 0x0e9494ae), WTCP(0x7efd3997, 0x100e0085), WTCP(0x7ec8094a, 0x119ed2ef), WTCP(0x7e8a3ba7, 0x134720d8),
+  WTCP(0x7e42d906, 0x1506dfdc), WTCP(0x7df0dee4, 0x16dde50b), WTCP(0x7d9341b4, 0x18cbe3f7), WTCP(0x7d28ef02, 0x1ad06e07),
+  WTCP(0x7cb0cfcc, 0x1ceaf215), WTCP(0x7c29cb20, 0x1f1abc4f), WTCP(0x7b92c8eb, 0x215ef677), WTCP(0x7aeab4ec, 0x23b6a867),
+  WTCP(0x7a3081d0, 0x2620b8ec), WTCP(0x79632c5a, 0x289beef5), WTCP(0x7881be95, 0x2b26f30b), WTCP(0x778b5304, 0x2dc0511f),
+  WTCP(0x767f17c0, 0x30667aa2), WTCP(0x755c5178, 0x3317c8dd), WTCP(0x74225e50, 0x35d27f98), WTCP(0x72d0b887, 0x3894cff3),
+  WTCP(0x7166f8e7, 0x3b5cdb7b), WTCP(0x6fe4d8e8, 0x3e28b770), WTCP(0x6e4a3491, 0x40f6702a), WTCP(0x6c970bfc, 0x43c40caa),
+  WTCP(0x6acb8483, 0x468f9231), WTCP(0x68e7e994, 0x495707f5), WTCP(0x66ecad1c, 0x4c187ac7), WTCP(0x64da6797, 0x4ed200c5),
+  WTCP(0x62b1d7b7, 0x5181bcea), WTCP(0x6073e1ae, 0x5425e28e), WTCP(0x5e218e16, 0x56bcb8c2), WTCP(0x5bbc0875, 0x59449d76),
+};
+
+
+
+
+
+
+
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow960[] =
+{
+  WTCP(0x7ffffd31, 0x001aceea), WTCP(0x7fffe6bc, 0x00506cb9), WTCP(0x7fffb9d1, 0x00860a79), WTCP(0x7fff7671, 0x00bba822),
+  WTCP(0x7fff1c9b, 0x00f145ab), WTCP(0x7ffeac50, 0x0126e309), WTCP(0x7ffe2590, 0x015c8033), WTCP(0x7ffd885a, 0x01921d20),
+  WTCP(0x7ffcd4b0, 0x01c7b9c6), WTCP(0x7ffc0a91, 0x01fd561d), WTCP(0x7ffb29fd, 0x0232f21a), WTCP(0x7ffa32f4, 0x02688db4),
+  WTCP(0x7ff92577, 0x029e28e2), WTCP(0x7ff80186, 0x02d3c39b), WTCP(0x7ff6c720, 0x03095dd5), WTCP(0x7ff57647, 0x033ef786),
+  WTCP(0x7ff40efa, 0x037490a5), WTCP(0x7ff2913a, 0x03aa292a), WTCP(0x7ff0fd07, 0x03dfc109), WTCP(0x7fef5260, 0x0415583b),
+  WTCP(0x7fed9148, 0x044aeeb5), WTCP(0x7febb9bd, 0x0480846e), WTCP(0x7fe9cbc0, 0x04b6195d), WTCP(0x7fe7c752, 0x04ebad79),
+  WTCP(0x7fe5ac72, 0x052140b7), WTCP(0x7fe37b22, 0x0556d30f), WTCP(0x7fe13361, 0x058c6478), WTCP(0x7fded530, 0x05c1f4e7),
+  WTCP(0x7fdc608f, 0x05f78453), WTCP(0x7fd9d57f, 0x062d12b4), WTCP(0x7fd73401, 0x06629ffe), WTCP(0x7fd47c14, 0x06982c2b),
+  WTCP(0x7fd1adb9, 0x06cdb72f), WTCP(0x7fcec8f1, 0x07034101), WTCP(0x7fcbcdbc, 0x0738c998), WTCP(0x7fc8bc1b, 0x076e50eb),
+  WTCP(0x7fc5940e, 0x07a3d6f0), WTCP(0x7fc25596, 0x07d95b9e), WTCP(0x7fbf00b3, 0x080edeec), WTCP(0x7fbb9567, 0x084460cf),
+  WTCP(0x7fb813b0, 0x0879e140), WTCP(0x7fb47b91, 0x08af6033), WTCP(0x7fb0cd0a, 0x08e4dda0), WTCP(0x7fad081b, 0x091a597e),
+  WTCP(0x7fa92cc5, 0x094fd3c3), WTCP(0x7fa53b09, 0x09854c66), WTCP(0x7fa132e8, 0x09bac35d), WTCP(0x7f9d1461, 0x09f0389f),
+  WTCP(0x7f98df77, 0x0a25ac23), WTCP(0x7f949429, 0x0a5b1dde), WTCP(0x7f903279, 0x0a908dc9), WTCP(0x7f8bba66, 0x0ac5fbd9),
+  WTCP(0x7f872bf3, 0x0afb6805), WTCP(0x7f82871f, 0x0b30d244), WTCP(0x7f7dcbec, 0x0b663a8c), WTCP(0x7f78fa5b, 0x0b9ba0d5),
+  WTCP(0x7f74126b, 0x0bd10513), WTCP(0x7f6f141f, 0x0c066740), WTCP(0x7f69ff76, 0x0c3bc74f), WTCP(0x7f64d473, 0x0c71253a),
+  WTCP(0x7f5f9315, 0x0ca680f5), WTCP(0x7f5a3b5e, 0x0cdbda79), WTCP(0x7f54cd4f, 0x0d1131ba), WTCP(0x7f4f48e8, 0x0d4686b1),
+  WTCP(0x7f49ae2a, 0x0d7bd954), WTCP(0x7f43fd18, 0x0db12999), WTCP(0x7f3e35b0, 0x0de67776), WTCP(0x7f3857f6, 0x0e1bc2e4),
+  WTCP(0x7f3263e9, 0x0e510bd8), WTCP(0x7f2c598a, 0x0e865248), WTCP(0x7f2638db, 0x0ebb962c), WTCP(0x7f2001dd, 0x0ef0d77b),
+  WTCP(0x7f19b491, 0x0f26162a), WTCP(0x7f1350f8, 0x0f5b5231), WTCP(0x7f0cd712, 0x0f908b86), WTCP(0x7f0646e2, 0x0fc5c220),
+  WTCP(0x7effa069, 0x0ffaf5f6), WTCP(0x7ef8e3a6, 0x103026fe), WTCP(0x7ef2109d, 0x1065552e), WTCP(0x7eeb274d, 0x109a807e),
+  WTCP(0x7ee427b9, 0x10cfa8e5), WTCP(0x7edd11e1, 0x1104ce58), WTCP(0x7ed5e5c6, 0x1139f0cf), WTCP(0x7ecea36b, 0x116f1040),
+  WTCP(0x7ec74acf, 0x11a42ca2), WTCP(0x7ebfdbf5, 0x11d945eb), WTCP(0x7eb856de, 0x120e5c13), WTCP(0x7eb0bb8a, 0x12436f10),
+  WTCP(0x7ea909fc, 0x12787ed8), WTCP(0x7ea14235, 0x12ad8b63), WTCP(0x7e996436, 0x12e294a7), WTCP(0x7e917000, 0x13179a9b),
+  WTCP(0x7e896595, 0x134c9d34), WTCP(0x7e8144f6, 0x13819c6c), WTCP(0x7e790e25, 0x13b69836), WTCP(0x7e70c124, 0x13eb908c),
+  WTCP(0x7e685df2, 0x14208563), WTCP(0x7e5fe493, 0x145576b1), WTCP(0x7e575508, 0x148a646e), WTCP(0x7e4eaf51, 0x14bf4e91),
+  WTCP(0x7e45f371, 0x14f43510), WTCP(0x7e3d2169, 0x152917e1), WTCP(0x7e34393b, 0x155df6fc), WTCP(0x7e2b3ae8, 0x1592d257),
+  WTCP(0x7e222672, 0x15c7a9ea), WTCP(0x7e18fbda, 0x15fc7daa), WTCP(0x7e0fbb22, 0x16314d8e), WTCP(0x7e06644c, 0x1666198d),
+  WTCP(0x7dfcf759, 0x169ae19f), WTCP(0x7df3744b, 0x16cfa5b9), WTCP(0x7de9db23, 0x170465d2), WTCP(0x7de02be4, 0x173921e2),
+  WTCP(0x7dd6668f, 0x176dd9de), WTCP(0x7dcc8b25, 0x17a28dbe), WTCP(0x7dc299a9, 0x17d73d79), WTCP(0x7db8921c, 0x180be904),
+  WTCP(0x7dae747f, 0x18409058), WTCP(0x7da440d6, 0x1875336a), WTCP(0x7d99f721, 0x18a9d231), WTCP(0x7d8f9762, 0x18de6ca5),
+  WTCP(0x7d85219c, 0x191302bc), WTCP(0x7d7a95cf, 0x1947946c), WTCP(0x7d6ff3fe, 0x197c21ad), WTCP(0x7d653c2b, 0x19b0aa75),
+  WTCP(0x7d5a6e57, 0x19e52ebb), WTCP(0x7d4f8a85, 0x1a19ae76), WTCP(0x7d4490b6, 0x1a4e299d), WTCP(0x7d3980ec, 0x1a82a026),
+  WTCP(0x7d2e5b2a, 0x1ab71208), WTCP(0x7d231f70, 0x1aeb7f3a), WTCP(0x7d17cdc2, 0x1b1fe7b3), WTCP(0x7d0c6621, 0x1b544b6a),
+  WTCP(0x7d00e88f, 0x1b88aa55), WTCP(0x7cf5550e, 0x1bbd046c), WTCP(0x7ce9aba1, 0x1bf159a4), WTCP(0x7cddec48, 0x1c25a9f6),
+  WTCP(0x7cd21707, 0x1c59f557), WTCP(0x7cc62bdf, 0x1c8e3bbe), WTCP(0x7cba2ad3, 0x1cc27d23), WTCP(0x7cae13e4, 0x1cf6b97c),
+  WTCP(0x7ca1e715, 0x1d2af0c1), WTCP(0x7c95a467, 0x1d5f22e7), WTCP(0x7c894bde, 0x1d934fe5), WTCP(0x7c7cdd7b, 0x1dc777b3),
+  WTCP(0x7c705940, 0x1dfb9a48), WTCP(0x7c63bf2f, 0x1e2fb79a), WTCP(0x7c570f4b, 0x1e63cfa0), WTCP(0x7c4a4996, 0x1e97e251),
+  WTCP(0x7c3d6e13, 0x1ecbefa4), WTCP(0x7c307cc2, 0x1efff78f), WTCP(0x7c2375a8, 0x1f33fa0a), WTCP(0x7c1658c5, 0x1f67f70b),
+  WTCP(0x7c09261d, 0x1f9bee8a), WTCP(0x7bfbddb1, 0x1fcfe07d), WTCP(0x7bee7f85, 0x2003ccdb), WTCP(0x7be10b99, 0x2037b39b),
+  WTCP(0x7bd381f1, 0x206b94b4), WTCP(0x7bc5e290, 0x209f701c), WTCP(0x7bb82d76, 0x20d345cc), WTCP(0x7baa62a8, 0x210715b8),
+  WTCP(0x7b9c8226, 0x213adfda), WTCP(0x7b8e8bf5, 0x216ea426), WTCP(0x7b808015, 0x21a26295), WTCP(0x7b725e8a, 0x21d61b1e),
+  WTCP(0x7b642756, 0x2209cdb6), WTCP(0x7b55da7c, 0x223d7a55), WTCP(0x7b4777fe, 0x227120f3), WTCP(0x7b38ffde, 0x22a4c185),
+  WTCP(0x7b2a721f, 0x22d85c04), WTCP(0x7b1bcec4, 0x230bf065), WTCP(0x7b0d15d0, 0x233f7ea0), WTCP(0x7afe4744, 0x237306ab),
+  WTCP(0x7aef6323, 0x23a6887f), WTCP(0x7ae06971, 0x23da0411), WTCP(0x7ad15a2f, 0x240d7958), WTCP(0x7ac23561, 0x2440e84d),
+  WTCP(0x7ab2fb09, 0x247450e4), WTCP(0x7aa3ab29, 0x24a7b317), WTCP(0x7a9445c5, 0x24db0edb), WTCP(0x7a84cade, 0x250e6427),
+  WTCP(0x7a753a79, 0x2541b2f3), WTCP(0x7a659496, 0x2574fb36), WTCP(0x7a55d93a, 0x25a83ce6), WTCP(0x7a460867, 0x25db77fa),
+  WTCP(0x7a362220, 0x260eac6a), WTCP(0x7a262668, 0x2641da2d), WTCP(0x7a161540, 0x26750139), WTCP(0x7a05eead, 0x26a82186),
+  WTCP(0x79f5b2b1, 0x26db3b0a), WTCP(0x79e5614f, 0x270e4dbd), WTCP(0x79d4fa89, 0x27415996), WTCP(0x79c47e63, 0x27745e8c),
+  WTCP(0x79b3ece0, 0x27a75c95), WTCP(0x79a34602, 0x27da53a9), WTCP(0x799289cc, 0x280d43bf), WTCP(0x7981b841, 0x28402cce),
+  WTCP(0x7970d165, 0x28730ecd), WTCP(0x795fd53a, 0x28a5e9b4), WTCP(0x794ec3c3, 0x28d8bd78), WTCP(0x793d9d03, 0x290b8a12),
+  WTCP(0x792c60fe, 0x293e4f78), WTCP(0x791b0fb5, 0x29710da1), WTCP(0x7909a92d, 0x29a3c485), WTCP(0x78f82d68, 0x29d6741b),
+  WTCP(0x78e69c69, 0x2a091c59), WTCP(0x78d4f634, 0x2a3bbd37), WTCP(0x78c33acb, 0x2a6e56ac), WTCP(0x78b16a32, 0x2aa0e8b0),
+  WTCP(0x789f846b, 0x2ad37338), WTCP(0x788d897b, 0x2b05f63d), WTCP(0x787b7963, 0x2b3871b5), WTCP(0x78695428, 0x2b6ae598),
+  WTCP(0x785719cc, 0x2b9d51dd), WTCP(0x7844ca53, 0x2bcfb67b), WTCP(0x783265c0, 0x2c021369), WTCP(0x781fec15, 0x2c34689e),
+  WTCP(0x780d5d57, 0x2c66b611), WTCP(0x77fab989, 0x2c98fbba), WTCP(0x77e800ad, 0x2ccb3990), WTCP(0x77d532c7, 0x2cfd6f8a),
+  WTCP(0x77c24fdb, 0x2d2f9d9f), WTCP(0x77af57eb, 0x2d61c3c7), WTCP(0x779c4afc, 0x2d93e1f8), WTCP(0x77892910, 0x2dc5f829),
+  WTCP(0x7775f22a, 0x2df80653), WTCP(0x7762a64f, 0x2e2a0c6c), WTCP(0x774f4581, 0x2e5c0a6b), WTCP(0x773bcfc4, 0x2e8e0048),
+  WTCP(0x7728451c, 0x2ebfedfa), WTCP(0x7714a58b, 0x2ef1d377), WTCP(0x7700f115, 0x2f23b0b9), WTCP(0x76ed27be, 0x2f5585b5),
+  WTCP(0x76d94989, 0x2f875262), WTCP(0x76c55679, 0x2fb916b9), WTCP(0x76b14e93, 0x2fead2b0), WTCP(0x769d31d9, 0x301c863f),
+  WTCP(0x76890050, 0x304e315d), WTCP(0x7674b9fa, 0x307fd401), WTCP(0x76605edb, 0x30b16e23), WTCP(0x764beef8, 0x30e2ffb9),
+  WTCP(0x76376a52, 0x311488bc), WTCP(0x7622d0ef, 0x31460922), WTCP(0x760e22d1, 0x317780e2), WTCP(0x75f95ffc, 0x31a8eff5),
+  WTCP(0x75e48874, 0x31da5651), WTCP(0x75cf9c3d, 0x320bb3ee), WTCP(0x75ba9b5a, 0x323d08c3), WTCP(0x75a585cf, 0x326e54c7),
+  WTCP(0x75905ba0, 0x329f97f3), WTCP(0x757b1ccf, 0x32d0d23c), WTCP(0x7565c962, 0x3302039b), WTCP(0x7550615c, 0x33332c06),
+  WTCP(0x753ae4c0, 0x33644b76), WTCP(0x75255392, 0x339561e1), WTCP(0x750fadd7, 0x33c66f40), WTCP(0x74f9f391, 0x33f77388),
+  WTCP(0x74e424c5, 0x34286eb3), WTCP(0x74ce4177, 0x345960b7), WTCP(0x74b849aa, 0x348a498b), WTCP(0x74a23d62, 0x34bb2927),
+  WTCP(0x748c1ca4, 0x34ebff83), WTCP(0x7475e772, 0x351ccc96), WTCP(0x745f9dd1, 0x354d9057), WTCP(0x74493fc5, 0x357e4abe),
+  WTCP(0x7432cd51, 0x35aefbc2), WTCP(0x741c467b, 0x35dfa35a), WTCP(0x7405ab45, 0x3610417f), WTCP(0x73eefbb3, 0x3640d627),
+  WTCP(0x73d837ca, 0x3671614b), WTCP(0x73c15f8d, 0x36a1e2e0), WTCP(0x73aa7301, 0x36d25ae0), WTCP(0x7393722a, 0x3702c942),
+  WTCP(0x737c5d0b, 0x37332dfd), WTCP(0x736533a9, 0x37638908), WTCP(0x734df607, 0x3793da5b), WTCP(0x7336a42b, 0x37c421ee),
+  WTCP(0x731f3e17, 0x37f45fb7), WTCP(0x7307c3d0, 0x382493b0), WTCP(0x72f0355a, 0x3854bdcf), WTCP(0x72d892ba, 0x3884de0b),
+  WTCP(0x72c0dbf3, 0x38b4f45d), WTCP(0x72a91109, 0x38e500bc), WTCP(0x72913201, 0x3915031f), WTCP(0x72793edf, 0x3944fb7e),
+  WTCP(0x726137a8, 0x3974e9d0), WTCP(0x72491c5e, 0x39a4ce0e), WTCP(0x7230ed07, 0x39d4a82f), WTCP(0x7218a9a7, 0x3a04782a),
+  WTCP(0x72005242, 0x3a343df7), WTCP(0x71e7e6dc, 0x3a63f98d), WTCP(0x71cf677a, 0x3a93aae5), WTCP(0x71b6d420, 0x3ac351f6),
+  WTCP(0x719e2cd2, 0x3af2eeb7), WTCP(0x71857195, 0x3b228120), WTCP(0x716ca26c, 0x3b52092a), WTCP(0x7153bf5d, 0x3b8186ca),
+  WTCP(0x713ac86b, 0x3bb0f9fa), WTCP(0x7121bd9c, 0x3be062b0), WTCP(0x71089ef2, 0x3c0fc0e6), WTCP(0x70ef6c74, 0x3c3f1491),
+  WTCP(0x70d62625, 0x3c6e5daa), WTCP(0x70bccc09, 0x3c9d9c28), WTCP(0x70a35e25, 0x3cccd004), WTCP(0x7089dc7e, 0x3cfbf935),
+  WTCP(0x70704718, 0x3d2b17b3), WTCP(0x70569df8, 0x3d5a2b75), WTCP(0x703ce122, 0x3d893474), WTCP(0x7023109a, 0x3db832a6),
+  WTCP(0x70092c65, 0x3de72604), WTCP(0x6fef3488, 0x3e160e85), WTCP(0x6fd52907, 0x3e44ec22), WTCP(0x6fbb09e7, 0x3e73bed2),
+  WTCP(0x6fa0d72c, 0x3ea2868c), WTCP(0x6f8690db, 0x3ed14349), WTCP(0x6f6c36f8, 0x3efff501), WTCP(0x6f51c989, 0x3f2e9bab),
+  WTCP(0x6f374891, 0x3f5d373e), WTCP(0x6f1cb416, 0x3f8bc7b4), WTCP(0x6f020c1c, 0x3fba4d03), WTCP(0x6ee750a8, 0x3fe8c724),
+  WTCP(0x6ecc81be, 0x4017360e), WTCP(0x6eb19f64, 0x404599b9), WTCP(0x6e96a99d, 0x4073f21d), WTCP(0x6e7ba06f, 0x40a23f32),
+  WTCP(0x6e6083de, 0x40d080f0), WTCP(0x6e4553ef, 0x40feb74f), WTCP(0x6e2a10a8, 0x412ce246), WTCP(0x6e0eba0c, 0x415b01ce),
+  WTCP(0x6df35020, 0x418915de), WTCP(0x6dd7d2ea, 0x41b71e6f), WTCP(0x6dbc426e, 0x41e51b77), WTCP(0x6da09eb1, 0x42130cf0),
+  WTCP(0x6d84e7b7, 0x4240f2d1), WTCP(0x6d691d87, 0x426ecd12), WTCP(0x6d4d4023, 0x429c9bab), WTCP(0x6d314f93, 0x42ca5e94),
+  WTCP(0x6d154bd9, 0x42f815c5), WTCP(0x6cf934fc, 0x4325c135), WTCP(0x6cdd0b00, 0x435360de), WTCP(0x6cc0cdea, 0x4380f4b7),
+  WTCP(0x6ca47dbf, 0x43ae7cb7), WTCP(0x6c881a84, 0x43dbf8d7), WTCP(0x6c6ba43e, 0x44096910), WTCP(0x6c4f1af2, 0x4436cd58),
+  WTCP(0x6c327ea6, 0x446425a8), WTCP(0x6c15cf5d, 0x449171f8), WTCP(0x6bf90d1d, 0x44beb240), WTCP(0x6bdc37eb, 0x44ebe679),
+  WTCP(0x6bbf4fcd, 0x45190e99), WTCP(0x6ba254c7, 0x45462a9a), WTCP(0x6b8546de, 0x45733a73), WTCP(0x6b682617, 0x45a03e1d),
+  WTCP(0x6b4af279, 0x45cd358f), WTCP(0x6b2dac06, 0x45fa20c2), WTCP(0x6b1052c6, 0x4626ffae), WTCP(0x6af2e6bc, 0x4653d24b),
+  WTCP(0x6ad567ef, 0x46809891), WTCP(0x6ab7d663, 0x46ad5278), WTCP(0x6a9a321d, 0x46d9fff8), WTCP(0x6a7c7b23, 0x4706a10a),
+  WTCP(0x6a5eb17a, 0x473335a5), WTCP(0x6a40d527, 0x475fbdc3), WTCP(0x6a22e630, 0x478c395a), WTCP(0x6a04e499, 0x47b8a864),
+  WTCP(0x69e6d067, 0x47e50ad8), WTCP(0x69c8a9a1, 0x481160ae), WTCP(0x69aa704c, 0x483da9e0), WTCP(0x698c246c, 0x4869e665),
+  WTCP(0x696dc607, 0x48961635), WTCP(0x694f5523, 0x48c23949), WTCP(0x6930d1c4, 0x48ee4f98), WTCP(0x69123bf1, 0x491a591c),
+  WTCP(0x68f393ae, 0x494655cc), WTCP(0x68d4d900, 0x497245a1), WTCP(0x68b60bee, 0x499e2892), WTCP(0x68972c7d, 0x49c9fe99),
+  WTCP(0x68783ab1, 0x49f5c7ae), WTCP(0x68593691, 0x4a2183c8), WTCP(0x683a2022, 0x4a4d32e1), WTCP(0x681af76a, 0x4a78d4f0),
+  WTCP(0x67fbbc6d, 0x4aa469ee), WTCP(0x67dc6f31, 0x4acff1d3), WTCP(0x67bd0fbd, 0x4afb6c98), WTCP(0x679d9e14, 0x4b26da35),
+  WTCP(0x677e1a3e, 0x4b523aa2), WTCP(0x675e843e, 0x4b7d8dd8), WTCP(0x673edc1c, 0x4ba8d3cf), WTCP(0x671f21dc, 0x4bd40c80),
+  WTCP(0x66ff5584, 0x4bff37e2), WTCP(0x66df771a, 0x4c2a55ef), WTCP(0x66bf86a3, 0x4c55669f), WTCP(0x669f8425, 0x4c8069ea),
+  WTCP(0x667f6fa5, 0x4cab5fc9), WTCP(0x665f4929, 0x4cd64834), WTCP(0x663f10b7, 0x4d012324), WTCP(0x661ec654, 0x4d2bf091),
+  WTCP(0x65fe6a06, 0x4d56b073), WTCP(0x65ddfbd3, 0x4d8162c4), WTCP(0x65bd7bc0, 0x4dac077b), WTCP(0x659ce9d4, 0x4dd69e92),
+  WTCP(0x657c4613, 0x4e012800), WTCP(0x655b9083, 0x4e2ba3be), WTCP(0x653ac92b, 0x4e5611c5), WTCP(0x6519f010, 0x4e80720e),
+  WTCP(0x64f90538, 0x4eaac490), WTCP(0x64d808a8, 0x4ed50945), WTCP(0x64b6fa66, 0x4eff4025), WTCP(0x6495da79, 0x4f296928),
+  WTCP(0x6474a8e5, 0x4f538448), WTCP(0x645365b2, 0x4f7d917c), WTCP(0x643210e4, 0x4fa790be), WTCP(0x6410aa81, 0x4fd18206),
+  WTCP(0x63ef3290, 0x4ffb654d), WTCP(0x63cda916, 0x50253a8b), WTCP(0x63ac0e19, 0x504f01ba), WTCP(0x638a619e, 0x5078bad1),
+  WTCP(0x6368a3ad, 0x50a265c9), WTCP(0x6346d44b, 0x50cc029c), WTCP(0x6324f37d, 0x50f59141), WTCP(0x6303014a, 0x511f11b2),
+  WTCP(0x62e0fdb8, 0x514883e7), WTCP(0x62bee8cc, 0x5171e7d9), WTCP(0x629cc28c, 0x519b3d80), WTCP(0x627a8b00, 0x51c484d6),
+  WTCP(0x6258422c, 0x51edbdd4), WTCP(0x6235e816, 0x5216e871), WTCP(0x62137cc5, 0x524004a7), WTCP(0x61f1003f, 0x5269126e),
+  WTCP(0x61ce7289, 0x529211c0), WTCP(0x61abd3ab, 0x52bb0295), WTCP(0x618923a9, 0x52e3e4e6), WTCP(0x61666289, 0x530cb8ac),
+  WTCP(0x61439053, 0x53357ddf), WTCP(0x6120ad0d, 0x535e3479), WTCP(0x60fdb8bb, 0x5386dc72), WTCP(0x60dab365, 0x53af75c3),
+  WTCP(0x60b79d10, 0x53d80065), WTCP(0x609475c3, 0x54007c51), WTCP(0x60713d84, 0x5428e980), WTCP(0x604df459, 0x545147eb),
+  WTCP(0x602a9a48, 0x5479978a), WTCP(0x60072f57, 0x54a1d857), WTCP(0x5fe3b38d, 0x54ca0a4b), WTCP(0x5fc026f0, 0x54f22d5d),
+  WTCP(0x5f9c8987, 0x551a4189), WTCP(0x5f78db56, 0x554246c6), WTCP(0x5f551c65, 0x556a3d0d), WTCP(0x5f314cba, 0x55922457),
+  WTCP(0x5f0d6c5b, 0x55b9fc9e), WTCP(0x5ee97b4f, 0x55e1c5da), WTCP(0x5ec5799b, 0x56098005), WTCP(0x5ea16747, 0x56312b17),
+  WTCP(0x5e7d4458, 0x5658c709), WTCP(0x5e5910d4, 0x568053d5), WTCP(0x5e34ccc3, 0x56a7d174), WTCP(0x5e10782b, 0x56cf3fde),
+  WTCP(0x5dec1311, 0x56f69f0d), WTCP(0x5dc79d7c, 0x571deefa), WTCP(0x5da31773, 0x57452f9d), WTCP(0x5d7e80fc, 0x576c60f1),
+  WTCP(0x5d59da1e, 0x579382ee), WTCP(0x5d3522de, 0x57ba958d), WTCP(0x5d105b44, 0x57e198c7), WTCP(0x5ceb8355, 0x58088c96),
+  WTCP(0x5cc69b19, 0x582f70f3), WTCP(0x5ca1a295, 0x585645d7), WTCP(0x5c7c99d1, 0x587d0b3b), WTCP(0x5c5780d3, 0x58a3c118),
+  WTCP(0x5c3257a0, 0x58ca6767), WTCP(0x5c0d1e41, 0x58f0fe23), WTCP(0x5be7d4ba, 0x59178543), WTCP(0x5bc27b14, 0x593dfcc2),
+  WTCP(0x5b9d1154, 0x59646498), WTCP(0x5b779780, 0x598abcbe), WTCP(0x5b520da1, 0x59b1052f), WTCP(0x5b2c73bb, 0x59d73de3),
+  WTCP(0x5b06c9d6, 0x59fd66d4), WTCP(0x5ae10ff9, 0x5a237ffa), WTCP(0x5abb4629, 0x5a498950), WTCP(0x5a956c6e, 0x5a6f82ce),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP KBDWindow960[] =
+{
+  WTCP(0x7fffff9e, 0x0009e6ac), WTCP(0x7fffff2b, 0x000e96d5), WTCP(0x7ffffea6, 0x0012987e), WTCP(0x7ffffe0e, 0x001652b6),
+  WTCP(0x7ffffd60, 0x0019ebce), WTCP(0x7ffffc9c, 0x001d76bf), WTCP(0x7ffffbbf, 0x0020fe79), WTCP(0x7ffffac9, 0x002489ef),
+  WTCP(0x7ffff9b7, 0x00281de2), WTCP(0x7ffff887, 0x002bbdbb), WTCP(0x7ffff737, 0x002f6c0d), WTCP(0x7ffff5c6, 0x00332ad8),
+  WTCP(0x7ffff431, 0x0036fbb9), WTCP(0x7ffff276, 0x003ae004), WTCP(0x7ffff092, 0x003ed8d8), WTCP(0x7fffee84, 0x0042e72f),
+  WTCP(0x7fffec48, 0x00470be3), WTCP(0x7fffe9dd, 0x004b47b8), WTCP(0x7fffe73f, 0x004f9b5f), WTCP(0x7fffe46b, 0x0054077a),
+  WTCP(0x7fffe15f, 0x00588ca1), WTCP(0x7fffde17, 0x005d2b61), WTCP(0x7fffda91, 0x0061e442), WTCP(0x7fffd6c9, 0x0066b7c2),
+  WTCP(0x7fffd2bb, 0x006ba65c), WTCP(0x7fffce65, 0x0070b087), WTCP(0x7fffc9c2, 0x0075d6b5), WTCP(0x7fffc4cf, 0x007b1955),
+  WTCP(0x7fffbf87, 0x008078d5), WTCP(0x7fffb9e7, 0x0085f5a0), WTCP(0x7fffb3ea, 0x008b901d), WTCP(0x7fffad8c, 0x009148b4),
+  WTCP(0x7fffa6c9, 0x00971fcb), WTCP(0x7fff9f9c, 0x009d15c7), WTCP(0x7fff9800, 0x00a32b0b), WTCP(0x7fff8ff0, 0x00a95ff9),
+  WTCP(0x7fff8767, 0x00afb4f4), WTCP(0x7fff7e5f, 0x00b62a5c), WTCP(0x7fff74d4, 0x00bcc093), WTCP(0x7fff6ac0, 0x00c377f8),
+  WTCP(0x7fff601c, 0x00ca50eb), WTCP(0x7fff54e3, 0x00d14bcb), WTCP(0x7fff490e, 0x00d868f7), WTCP(0x7fff3c98, 0x00dfa8ce),
+  WTCP(0x7fff2f79, 0x00e70bad), WTCP(0x7fff21ac, 0x00ee91f3), WTCP(0x7fff1328, 0x00f63bfe), WTCP(0x7fff03e7, 0x00fe0a2c),
+  WTCP(0x7ffef3e1, 0x0105fcd9), WTCP(0x7ffee310, 0x010e1462), WTCP(0x7ffed16a, 0x01165126), WTCP(0x7ffebee9, 0x011eb381),
+  WTCP(0x7ffeab83, 0x01273bd0), WTCP(0x7ffe9731, 0x012fea6f), WTCP(0x7ffe81ea, 0x0138bfbc), WTCP(0x7ffe6ba4, 0x0141bc12),
+  WTCP(0x7ffe5457, 0x014adfce), WTCP(0x7ffe3bfa, 0x01542b4d), WTCP(0x7ffe2282, 0x015d9ee9), WTCP(0x7ffe07e6, 0x01673b01),
+  WTCP(0x7ffdec1b, 0x0170ffee), WTCP(0x7ffdcf17, 0x017aee0e), WTCP(0x7ffdb0d0, 0x018505bc), WTCP(0x7ffd913b, 0x018f4754),
+  WTCP(0x7ffd704b, 0x0199b330), WTCP(0x7ffd4df7, 0x01a449ad), WTCP(0x7ffd2a31, 0x01af0b25), WTCP(0x7ffd04ef, 0x01b9f7f4),
+  WTCP(0x7ffcde23, 0x01c51074), WTCP(0x7ffcb5c1, 0x01d05501), WTCP(0x7ffc8bbc, 0x01dbc5f5), WTCP(0x7ffc6006, 0x01e763ab),
+  WTCP(0x7ffc3293, 0x01f32e7d), WTCP(0x7ffc0354, 0x01ff26c5), WTCP(0x7ffbd23b, 0x020b4cde), WTCP(0x7ffb9f3a, 0x0217a120),
+  WTCP(0x7ffb6a41, 0x022423e6), WTCP(0x7ffb3342, 0x0230d58a), WTCP(0x7ffafa2d, 0x023db664), WTCP(0x7ffabef2, 0x024ac6ce),
+  WTCP(0x7ffa8180, 0x02580720), WTCP(0x7ffa41c9, 0x026577b3), WTCP(0x7ff9ffb9, 0x027318e0), WTCP(0x7ff9bb41, 0x0280eaff),
+  WTCP(0x7ff9744e, 0x028eee68), WTCP(0x7ff92acf, 0x029d2371), WTCP(0x7ff8deb1, 0x02ab8a74), WTCP(0x7ff88fe2, 0x02ba23c7),
+  WTCP(0x7ff83e4d, 0x02c8efc0), WTCP(0x7ff7e9e1, 0x02d7eeb7), WTCP(0x7ff79288, 0x02e72101), WTCP(0x7ff7382f, 0x02f686f5),
+  WTCP(0x7ff6dac1, 0x030620e9), WTCP(0x7ff67a29, 0x0315ef31), WTCP(0x7ff61651, 0x0325f224), WTCP(0x7ff5af23, 0x03362a14),
+  WTCP(0x7ff5448a, 0x03469758), WTCP(0x7ff4d66d, 0x03573a42), WTCP(0x7ff464b7, 0x03681327), WTCP(0x7ff3ef4f, 0x0379225a),
+  WTCP(0x7ff3761d, 0x038a682e), WTCP(0x7ff2f90a, 0x039be4f4), WTCP(0x7ff277fb, 0x03ad9900), WTCP(0x7ff1f2d8, 0x03bf84a3),
+  WTCP(0x7ff16986, 0x03d1a82e), WTCP(0x7ff0dbec, 0x03e403f3), WTCP(0x7ff049ef, 0x03f69840), WTCP(0x7fefb373, 0x04096568),
+  WTCP(0x7fef185d, 0x041c6bb8), WTCP(0x7fee7890, 0x042fab81), WTCP(0x7fedd3f1, 0x04432510), WTCP(0x7fed2a61, 0x0456d8b4),
+  WTCP(0x7fec7bc4, 0x046ac6ba), WTCP(0x7febc7fb, 0x047eef70), WTCP(0x7feb0ee8, 0x04935322), WTCP(0x7fea506b, 0x04a7f21d),
+  WTCP(0x7fe98c65, 0x04bcccab), WTCP(0x7fe8c2b7, 0x04d1e318), WTCP(0x7fe7f33e, 0x04e735af), WTCP(0x7fe71ddb, 0x04fcc4ba),
+  WTCP(0x7fe6426c, 0x05129081), WTCP(0x7fe560ce, 0x0528994d), WTCP(0x7fe478df, 0x053edf68), WTCP(0x7fe38a7c, 0x05556318),
+  WTCP(0x7fe29581, 0x056c24a5), WTCP(0x7fe199ca, 0x05832455), WTCP(0x7fe09733, 0x059a626e), WTCP(0x7fdf8d95, 0x05b1df35),
+  WTCP(0x7fde7ccb, 0x05c99aef), WTCP(0x7fdd64af, 0x05e195e0), WTCP(0x7fdc451a, 0x05f9d04b), WTCP(0x7fdb1de4, 0x06124a73),
+  WTCP(0x7fd9eee5, 0x062b0499), WTCP(0x7fd8b7f5, 0x0643ff00), WTCP(0x7fd778ec, 0x065d39e7), WTCP(0x7fd6319e, 0x0676b58f),
+  WTCP(0x7fd4e1e2, 0x06907237), WTCP(0x7fd3898d, 0x06aa701d), WTCP(0x7fd22873, 0x06c4af80), WTCP(0x7fd0be6a, 0x06df309c),
+  WTCP(0x7fcf4b44, 0x06f9f3ad), WTCP(0x7fcdced4, 0x0714f8f0), WTCP(0x7fcc48ed, 0x0730409f), WTCP(0x7fcab960, 0x074bcaf5),
+  WTCP(0x7fc91fff, 0x0767982a), WTCP(0x7fc77c9a, 0x0783a877), WTCP(0x7fc5cf02, 0x079ffc14), WTCP(0x7fc41705, 0x07bc9338),
+  WTCP(0x7fc25474, 0x07d96e19), WTCP(0x7fc0871b, 0x07f68ced), WTCP(0x7fbeaeca, 0x0813efe7), WTCP(0x7fbccb4c, 0x0831973d),
+  WTCP(0x7fbadc70, 0x084f8320), WTCP(0x7fb8e200, 0x086db3c3), WTCP(0x7fb6dbc8, 0x088c2957), WTCP(0x7fb4c993, 0x08aae40c),
+  WTCP(0x7fb2ab2b, 0x08c9e412), WTCP(0x7fb0805a, 0x08e92997), WTCP(0x7fae48e9, 0x0908b4c9), WTCP(0x7fac04a0, 0x092885d6),
+  WTCP(0x7fa9b347, 0x09489ce8), WTCP(0x7fa754a6, 0x0968fa2c), WTCP(0x7fa4e884, 0x09899dcb), WTCP(0x7fa26ea6, 0x09aa87ee),
+  WTCP(0x7f9fe6d1, 0x09cbb8be), WTCP(0x7f9d50cc, 0x09ed3062), WTCP(0x7f9aac5a, 0x0a0eef00), WTCP(0x7f97f93f, 0x0a30f4bf),
+  WTCP(0x7f95373e, 0x0a5341c2), WTCP(0x7f92661b, 0x0a75d62e), WTCP(0x7f8f8596, 0x0a98b224), WTCP(0x7f8c9572, 0x0abbd5c7),
+  WTCP(0x7f89956f, 0x0adf4137), WTCP(0x7f86854d, 0x0b02f494), WTCP(0x7f8364cd, 0x0b26effd), WTCP(0x7f8033ae, 0x0b4b338f),
+  WTCP(0x7f7cf1ae, 0x0b6fbf67), WTCP(0x7f799e8b, 0x0b9493a0), WTCP(0x7f763a03, 0x0bb9b056), WTCP(0x7f72c3d2, 0x0bdf15a2),
+  WTCP(0x7f6f3bb5, 0x0c04c39c), WTCP(0x7f6ba168, 0x0c2aba5d), WTCP(0x7f67f4a6, 0x0c50f9fa), WTCP(0x7f643529, 0x0c77828a),
+  WTCP(0x7f6062ac, 0x0c9e5420), WTCP(0x7f5c7ce8, 0x0cc56ed1), WTCP(0x7f588397, 0x0cecd2ae), WTCP(0x7f547670, 0x0d147fc8),
+  WTCP(0x7f50552c, 0x0d3c7630), WTCP(0x7f4c1f83, 0x0d64b5f6), WTCP(0x7f47d52a, 0x0d8d3f26), WTCP(0x7f4375d9, 0x0db611ce),
+  WTCP(0x7f3f0144, 0x0ddf2dfa), WTCP(0x7f3a7723, 0x0e0893b4), WTCP(0x7f35d729, 0x0e324306), WTCP(0x7f31210a, 0x0e5c3bf9),
+  WTCP(0x7f2c547b, 0x0e867e94), WTCP(0x7f27712e, 0x0eb10add), WTCP(0x7f2276d8, 0x0edbe0da), WTCP(0x7f1d6529, 0x0f07008e),
+  WTCP(0x7f183bd3, 0x0f3269fc), WTCP(0x7f12fa89, 0x0f5e1d27), WTCP(0x7f0da0fb, 0x0f8a1a0e), WTCP(0x7f082ed8, 0x0fb660b1),
+  WTCP(0x7f02a3d2, 0x0fe2f10f), WTCP(0x7efcff98, 0x100fcb25), WTCP(0x7ef741d9, 0x103ceeee), WTCP(0x7ef16a42, 0x106a5c66),
+  WTCP(0x7eeb7884, 0x10981386), WTCP(0x7ee56c4a, 0x10c61447), WTCP(0x7edf4543, 0x10f45ea0), WTCP(0x7ed9031b, 0x1122f288),
+  WTCP(0x7ed2a57f, 0x1151cff3), WTCP(0x7ecc2c1a, 0x1180f6d5), WTCP(0x7ec59699, 0x11b06720), WTCP(0x7ebee4a6, 0x11e020c8),
+  WTCP(0x7eb815ed, 0x121023ba), WTCP(0x7eb12a18, 0x12406fe8), WTCP(0x7eaa20d1, 0x1271053e), WTCP(0x7ea2f9c2, 0x12a1e3a9),
+  WTCP(0x7e9bb494, 0x12d30b15), WTCP(0x7e9450f0, 0x13047b6c), WTCP(0x7e8cce7f, 0x13363497), WTCP(0x7e852ce9, 0x1368367f),
+  WTCP(0x7e7d6bd6, 0x139a8109), WTCP(0x7e758aee, 0x13cd141b), WTCP(0x7e6d89d9, 0x13ffef99), WTCP(0x7e65683d, 0x14331368),
+  WTCP(0x7e5d25c1, 0x14667f67), WTCP(0x7e54c20b, 0x149a3379), WTCP(0x7e4c3cc3, 0x14ce2f7c), WTCP(0x7e43958e, 0x1502734f),
+  WTCP(0x7e3acc11, 0x1536fece), WTCP(0x7e31dff2, 0x156bd1d6), WTCP(0x7e28d0d7, 0x15a0ec41), WTCP(0x7e1f9e63, 0x15d64de9),
+  WTCP(0x7e16483d, 0x160bf6a5), WTCP(0x7e0cce08, 0x1641e64c), WTCP(0x7e032f6a, 0x16781cb4), WTCP(0x7df96c05, 0x16ae99b2),
+  WTCP(0x7def837e, 0x16e55d18), WTCP(0x7de57579, 0x171c66ba), WTCP(0x7ddb419a, 0x1753b667), WTCP(0x7dd0e784, 0x178b4bef),
+  WTCP(0x7dc666d9, 0x17c32721), WTCP(0x7dbbbf3e, 0x17fb47ca), WTCP(0x7db0f056, 0x1833adb5), WTCP(0x7da5f9c3, 0x186c58ae),
+  WTCP(0x7d9adb29, 0x18a5487d), WTCP(0x7d8f9429, 0x18de7cec), WTCP(0x7d842467, 0x1917f5c1), WTCP(0x7d788b86, 0x1951b2c2),
+  WTCP(0x7d6cc927, 0x198bb3b4), WTCP(0x7d60dced, 0x19c5f85a), WTCP(0x7d54c67c, 0x1a008077), WTCP(0x7d488574, 0x1a3b4bcb),
+  WTCP(0x7d3c1979, 0x1a765a17), WTCP(0x7d2f822d, 0x1ab1ab18), WTCP(0x7d22bf32, 0x1aed3e8d), WTCP(0x7d15d02b, 0x1b291432),
+  WTCP(0x7d08b4ba, 0x1b652bc1), WTCP(0x7cfb6c82, 0x1ba184f5), WTCP(0x7cedf725, 0x1bde1f86), WTCP(0x7ce05445, 0x1c1afb2c),
+  WTCP(0x7cd28386, 0x1c58179c), WTCP(0x7cc48489, 0x1c95748d), WTCP(0x7cb656f3, 0x1cd311b1), WTCP(0x7ca7fa65, 0x1d10eebd),
+  WTCP(0x7c996e83, 0x1d4f0b60), WTCP(0x7c8ab2f0, 0x1d8d674c), WTCP(0x7c7bc74f, 0x1dcc0230), WTCP(0x7c6cab44, 0x1e0adbbb),
+  WTCP(0x7c5d5e71, 0x1e49f398), WTCP(0x7c4de07c, 0x1e894973), WTCP(0x7c3e3108, 0x1ec8dcf8), WTCP(0x7c2e4fb9, 0x1f08add0),
+  WTCP(0x7c1e3c34, 0x1f48bba3), WTCP(0x7c0df61d, 0x1f890618), WTCP(0x7bfd7d18, 0x1fc98cd6), WTCP(0x7becd0cc, 0x200a4f80),
+  WTCP(0x7bdbf0dd, 0x204b4dbc), WTCP(0x7bcadcf1, 0x208c872c), WTCP(0x7bb994ae, 0x20cdfb71), WTCP(0x7ba817b9, 0x210faa2c),
+  WTCP(0x7b9665bb, 0x215192fc), WTCP(0x7b847e58, 0x2193b57f), WTCP(0x7b726139, 0x21d61153), WTCP(0x7b600e05, 0x2218a614),
+  WTCP(0x7b4d8463, 0x225b735d), WTCP(0x7b3ac3fc, 0x229e78c7), WTCP(0x7b27cc79, 0x22e1b5eb), WTCP(0x7b149d82, 0x23252a62),
+  WTCP(0x7b0136c1, 0x2368d5c2), WTCP(0x7aed97df, 0x23acb7a0), WTCP(0x7ad9c087, 0x23f0cf92), WTCP(0x7ac5b063, 0x24351d2a),
+  WTCP(0x7ab1671e, 0x24799ffc), WTCP(0x7a9ce464, 0x24be5799), WTCP(0x7a8827e1, 0x25034391), WTCP(0x7a733142, 0x25486375),
+  WTCP(0x7a5e0033, 0x258db6d2), WTCP(0x7a489461, 0x25d33d35), WTCP(0x7a32ed7c, 0x2618f62c), WTCP(0x7a1d0b31, 0x265ee143),
+  WTCP(0x7a06ed2f, 0x26a4fe02), WTCP(0x79f09327, 0x26eb4bf5), WTCP(0x79d9fcc8, 0x2731caa3), WTCP(0x79c329c2, 0x27787995),
+  WTCP(0x79ac19c9, 0x27bf5850), WTCP(0x7994cc8d, 0x2806665c), WTCP(0x797d41c1, 0x284da33c), WTCP(0x79657918, 0x28950e74),
+  WTCP(0x794d7247, 0x28dca788), WTCP(0x79352d01, 0x29246dfa), WTCP(0x791ca8fc, 0x296c614a), WTCP(0x7903e5ee, 0x29b480f9),
+  WTCP(0x78eae38d, 0x29fccc87), WTCP(0x78d1a191, 0x2a454372), WTCP(0x78b81fb1, 0x2a8de537), WTCP(0x789e5da6, 0x2ad6b155),
+  WTCP(0x78845b29, 0x2b1fa745), WTCP(0x786a17f5, 0x2b68c684), WTCP(0x784f93c4, 0x2bb20e8c), WTCP(0x7834ce53, 0x2bfb7ed7),
+  WTCP(0x7819c75c, 0x2c4516dc), WTCP(0x77fe7e9e, 0x2c8ed615), WTCP(0x77e2f3d7, 0x2cd8bbf7), WTCP(0x77c726c5, 0x2d22c7fa),
+  WTCP(0x77ab1728, 0x2d6cf993), WTCP(0x778ec4c0, 0x2db75037), WTCP(0x77722f4e, 0x2e01cb59), WTCP(0x77555695, 0x2e4c6a6d),
+  WTCP(0x77383a58, 0x2e972ce6), WTCP(0x771ada5a, 0x2ee21235), WTCP(0x76fd3660, 0x2f2d19cc), WTCP(0x76df4e30, 0x2f78431a),
+  WTCP(0x76c12190, 0x2fc38d91), WTCP(0x76a2b047, 0x300ef89d), WTCP(0x7683fa1e, 0x305a83af), WTCP(0x7664fede, 0x30a62e34),
+  WTCP(0x7645be51, 0x30f1f798), WTCP(0x76263842, 0x313ddf49), WTCP(0x76066c7e, 0x3189e4b1), WTCP(0x75e65ad1, 0x31d6073d),
+  WTCP(0x75c60309, 0x32224657), WTCP(0x75a564f6, 0x326ea168), WTCP(0x75848067, 0x32bb17da), WTCP(0x7563552d, 0x3307a917),
+  WTCP(0x7541e31a, 0x33545486), WTCP(0x75202a02, 0x33a1198e), WTCP(0x74fe29b8, 0x33edf798), WTCP(0x74dbe211, 0x343aee09),
+  WTCP(0x74b952e3, 0x3487fc48), WTCP(0x74967c06, 0x34d521bb), WTCP(0x74735d51, 0x35225dc7), WTCP(0x744ff69f, 0x356fafcf),
+  WTCP(0x742c47c9, 0x35bd173a), WTCP(0x740850ab, 0x360a9369), WTCP(0x73e41121, 0x365823c1), WTCP(0x73bf8909, 0x36a5c7a4),
+  WTCP(0x739ab842, 0x36f37e75), WTCP(0x73759eab, 0x37414796), WTCP(0x73503c26, 0x378f2268), WTCP(0x732a9095, 0x37dd0e4c),
+  WTCP(0x73049bda, 0x382b0aa4), WTCP(0x72de5ddb, 0x387916d0), WTCP(0x72b7d67d, 0x38c73230), WTCP(0x729105a6, 0x39155c24),
+  WTCP(0x7269eb3f, 0x3963940c), WTCP(0x72428730, 0x39b1d946), WTCP(0x721ad964, 0x3a002b31), WTCP(0x71f2e1c5, 0x3a4e892c),
+  WTCP(0x71caa042, 0x3a9cf296), WTCP(0x71a214c7, 0x3aeb66cc), WTCP(0x71793f43, 0x3b39e52c), WTCP(0x71501fa6, 0x3b886d14),
+  WTCP(0x7126b5e3, 0x3bd6fde1), WTCP(0x70fd01eb, 0x3c2596f1), WTCP(0x70d303b2, 0x3c74379f), WTCP(0x70a8bb2e, 0x3cc2df49),
+  WTCP(0x707e2855, 0x3d118d4c), WTCP(0x70534b1e, 0x3d604103), WTCP(0x70282381, 0x3daef9cc), WTCP(0x6ffcb17a, 0x3dfdb702),
+  WTCP(0x6fd0f504, 0x3e4c7800), WTCP(0x6fa4ee1a, 0x3e9b3c25), WTCP(0x6f789cbb, 0x3eea02ca), WTCP(0x6f4c00e5, 0x3f38cb4b),
+  WTCP(0x6f1f1a9a, 0x3f879505), WTCP(0x6ef1e9da, 0x3fd65f53), WTCP(0x6ec46ea9, 0x40252990), WTCP(0x6e96a90b, 0x4073f318),
+  WTCP(0x6e689905, 0x40c2bb46), WTCP(0x6e3a3e9d, 0x41118176), WTCP(0x6e0b99dd, 0x41604504), WTCP(0x6ddcaacc, 0x41af054a),
+  WTCP(0x6dad7177, 0x41fdc1a5), WTCP(0x6d7dede8, 0x424c7970), WTCP(0x6d4e202e, 0x429b2c06), WTCP(0x6d1e0855, 0x42e9d8c4),
+  WTCP(0x6ceda66f, 0x43387f05), WTCP(0x6cbcfa8d, 0x43871e26), WTCP(0x6c8c04c0, 0x43d5b581), WTCP(0x6c5ac51d, 0x44244474),
+  WTCP(0x6c293bb8, 0x4472ca5a), WTCP(0x6bf768a8, 0x44c14690), WTCP(0x6bc54c06, 0x450fb873), WTCP(0x6b92e5e9, 0x455e1f5f),
+  WTCP(0x6b60366c, 0x45ac7ab2), WTCP(0x6b2d3dab, 0x45fac9c8), WTCP(0x6af9fbc2, 0x46490bff), WTCP(0x6ac670d1, 0x469740b5),
+  WTCP(0x6a929cf6, 0x46e56747), WTCP(0x6a5e8053, 0x47337f13), WTCP(0x6a2a1b0a, 0x47818779), WTCP(0x69f56d3e, 0x47cf7fd6),
+  WTCP(0x69c07715, 0x481d678a), WTCP(0x698b38b4, 0x486b3df3), WTCP(0x6955b243, 0x48b90272), WTCP(0x691fe3ec, 0x4906b466),
+  WTCP(0x68e9cdd8, 0x49545330), WTCP(0x68b37033, 0x49a1de30), WTCP(0x687ccb29, 0x49ef54c8), WTCP(0x6845dee9, 0x4a3cb657),
+  WTCP(0x680eaba3, 0x4a8a0242), WTCP(0x67d73187, 0x4ad737e9), WTCP(0x679f70c7, 0x4b2456af), WTCP(0x67676997, 0x4b715df7),
+  WTCP(0x672f1c2b, 0x4bbe4d25), WTCP(0x66f688ba, 0x4c0b239c), WTCP(0x66bdaf7b, 0x4c57e0c2), WTCP(0x668490a6, 0x4ca483fa),
+  WTCP(0x664b2c76, 0x4cf10cac), WTCP(0x66118326, 0x4d3d7a3b), WTCP(0x65d794f3, 0x4d89cc0f), WTCP(0x659d621a, 0x4dd6018f),
+  WTCP(0x6562eada, 0x4e221a22), WTCP(0x65282f74, 0x4e6e1530), WTCP(0x64ed302b, 0x4eb9f222), WTCP(0x64b1ed40, 0x4f05b061),
+  WTCP(0x647666f8, 0x4f514f57), WTCP(0x643a9d99, 0x4f9cce6f), WTCP(0x63fe916a, 0x4fe82d13), WTCP(0x63c242b2, 0x50336aaf),
+  WTCP(0x6385b1bc, 0x507e86b0), WTCP(0x6348ded1, 0x50c98082), WTCP(0x630bca3f, 0x51145793), WTCP(0x62ce7451, 0x515f0b51),
+  WTCP(0x6290dd57, 0x51a99b2b), WTCP(0x625305a0, 0x51f40692), WTCP(0x6214ed7d, 0x523e4cf5), WTCP(0x61d69541, 0x52886dc5),
+  WTCP(0x6197fd3e, 0x52d26875), WTCP(0x615925c9, 0x531c3c77), WTCP(0x611a0f39, 0x5365e93e), WTCP(0x60dab9e3, 0x53af6e3e),
+  WTCP(0x609b2621, 0x53f8caed), WTCP(0x605b544c, 0x5441fec0), WTCP(0x601b44bf, 0x548b092e), WTCP(0x5fdaf7d5, 0x54d3e9ae),
+  WTCP(0x5f9a6deb, 0x551c9fb7), WTCP(0x5f59a761, 0x55652ac3), WTCP(0x5f18a494, 0x55ad8a4d), WTCP(0x5ed765e6, 0x55f5bdcd),
+  WTCP(0x5e95ebb8, 0x563dc4c1), WTCP(0x5e54366d, 0x56859ea3), WTCP(0x5e12466a, 0x56cd4af3), WTCP(0x5dd01c13, 0x5714c92d),
+  WTCP(0x5d8db7cf, 0x575c18d0), WTCP(0x5d4b1a05, 0x57a3395e), WTCP(0x5d08431e, 0x57ea2a56), WTCP(0x5cc53384, 0x5830eb3a),
+  WTCP(0x5c81eba0, 0x58777b8e), WTCP(0x5c3e6bdf, 0x58bddad5), WTCP(0x5bfab4af, 0x59040893), WTCP(0x5bb6c67c, 0x594a044f),
+  WTCP(0x5b72a1b6, 0x598fcd8e), WTCP(0x5b2e46ce, 0x59d563d9), WTCP(0x5ae9b634, 0x5a1ac6b8), WTCP(0x5aa4f05a, 0x5a5ff5b5),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow120[] =
+{
+  WTCP(0x7fff4c54, 0x00d676eb), WTCP(0x7ff9af04, 0x02835b5a), WTCP(0x7fee74a2, 0x0430238f), WTCP(0x7fdd9dad, 0x05dcbcbe),
+  WTCP(0x7fc72ae2, 0x07891418), WTCP(0x7fab1d3d, 0x093516d4), WTCP(0x7f8975f9, 0x0ae0b22c), WTCP(0x7f62368f, 0x0c8bd35e),
+  WTCP(0x7f3560b9, 0x0e3667ad), WTCP(0x7f02f66f, 0x0fe05c64), WTCP(0x7ecaf9e5, 0x11899ed3), WTCP(0x7e8d6d91, 0x13321c53),
+  WTCP(0x7e4a5426, 0x14d9c245), WTCP(0x7e01b096, 0x16807e15), WTCP(0x7db3860f, 0x18263d36), WTCP(0x7d5fd801, 0x19caed29),
+  WTCP(0x7d06aa16, 0x1b6e7b7a), WTCP(0x7ca80038, 0x1d10d5c2), WTCP(0x7c43de8e, 0x1eb1e9a7), WTCP(0x7bda497d, 0x2051a4dd),
+  WTCP(0x7b6b45a5, 0x21eff528), WTCP(0x7af6d7e6, 0x238cc85d), WTCP(0x7a7d055b, 0x25280c5e), WTCP(0x79fdd35c, 0x26c1af22),
+  WTCP(0x7979477d, 0x28599eb0), WTCP(0x78ef678f, 0x29efc925), WTCP(0x7860399e, 0x2b841caf), WTCP(0x77cbc3f2, 0x2d168792),
+  WTCP(0x77320d0d, 0x2ea6f827), WTCP(0x76931bae, 0x30355cdd), WTCP(0x75eef6ce, 0x31c1a43b), WTCP(0x7545a5a0, 0x334bbcde),
+  WTCP(0x74972f92, 0x34d3957e), WTCP(0x73e39c49, 0x36591cea), WTCP(0x732af3a7, 0x37dc420c), WTCP(0x726d3dc6, 0x395cf3e9),
+  WTCP(0x71aa82f7, 0x3adb21a1), WTCP(0x70e2cbc6, 0x3c56ba70), WTCP(0x701620f5, 0x3dcfadb0), WTCP(0x6f448b7e, 0x3f45ead8),
+  WTCP(0x6e6e1492, 0x40b9617d), WTCP(0x6d92c59b, 0x422a0154), WTCP(0x6cb2a837, 0x4397ba32), WTCP(0x6bcdc639, 0x45027c0c),
+  WTCP(0x6ae429ae, 0x466a36f9), WTCP(0x69f5dcd3, 0x47cedb31), WTCP(0x6902ea1d, 0x4930590f), WTCP(0x680b5c33, 0x4a8ea111),
+  WTCP(0x670f3df3, 0x4be9a3db), WTCP(0x660e9a6a, 0x4d415234), WTCP(0x65097cdb, 0x4e959d08), WTCP(0x63fff0ba, 0x4fe6756a),
+  WTCP(0x62f201ac, 0x5133cc94), WTCP(0x61dfbb8a, 0x527d93e6), WTCP(0x60c92a5a, 0x53c3bcea), WTCP(0x5fae5a55, 0x55063951),
+  WTCP(0x5e8f57e2, 0x5644faf4), WTCP(0x5d6c2f99, 0x577ff3da), WTCP(0x5c44ee40, 0x58b71632), WTCP(0x5b19a0c8, 0x59ea5454),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP KBDWindow120[] =
+{
+  WTCP(0x7ffffffe, 0x00017b6f), WTCP(0x7fffffef, 0x00042d2f), WTCP(0x7fffffbb, 0x000849d0), WTCP(0x7fffff36, 0x000e3494),
+  WTCP(0x7ffffe0c, 0x00165efd), WTCP(0x7ffffbac, 0x002149be), WTCP(0x7ffff72e, 0x002f854c), WTCP(0x7fffef24, 0x0041b235),
+  WTCP(0x7fffe167, 0x0058814f), WTCP(0x7fffcacd, 0x0074b3af), WTCP(0x7fffa6d0, 0x00971a67), WTCP(0x7fff6f1e, 0x00c0960e),
+  WTCP(0x7fff1b12, 0x00f21602), WTCP(0x7ffe9f0b, 0x012c9775), WTCP(0x7ffdebb2, 0x01712428), WTCP(0x7ffced1b, 0x01c0d0f7),
+  WTCP(0x7ffb89c2, 0x021cbc12), WTCP(0x7ff9a17c, 0x02860b05), WTCP(0x7ff70c39, 0x02fde875), WTCP(0x7ff398bc, 0x038581b3),
+  WTCP(0x7fef0b3b, 0x041e040c), WTCP(0x7fe91bf3, 0x04c899f4), WTCP(0x7fe175ba, 0x05866803), WTCP(0x7fd7b493, 0x065889d5),
+  WTCP(0x7fcb6459, 0x07400ed4), WTCP(0x7fbbff82, 0x083df6e9), WTCP(0x7fa8ee09, 0x09532f37), WTCP(0x7f91849a, 0x0a808ed1),
+  WTCP(0x7f7503f2, 0x0bc6d381), WTCP(0x7f52989a, 0x0d269eb0), WTCP(0x7f295af4, 0x0ea07270), WTCP(0x7ef84fb6, 0x1034aeb6),
+  WTCP(0x7ebe68c5, 0x11e38ed2), WTCP(0x7e7a8686, 0x13ad2733), WTCP(0x7e2b79a3, 0x1591636d), WTCP(0x7dd0053c, 0x179004a7),
+  WTCP(0x7d66e18b, 0x19a8a05f), WTCP(0x7ceebef0, 0x1bda9fa2), WTCP(0x7c664953, 0x1e253ea1), WTCP(0x7bcc2be8, 0x20878cce),
+  WTCP(0x7b1f1526, 0x23006d5d), WTCP(0x7a5dbb01, 0x258e9848), WTCP(0x7986df3e, 0x28309bc6), WTCP(0x789953e0, 0x2ae4de3e),
+  WTCP(0x7793ff88, 0x2da9a0a8), WTCP(0x7675e1cc, 0x307d0163), WTCP(0x753e1763, 0x335cff72), WTCP(0x73ebde10, 0x36477e1f),
+  WTCP(0x727e984e, 0x393a48f1), WTCP(0x70f5d09b, 0x3c3317f9), WTCP(0x6f513c60, 0x3f2f945c), WTCP(0x6d90be61, 0x422d5d18),
+  WTCP(0x6bb468b1, 0x452a0bf3), WTCP(0x69bc7e1e, 0x48233a81), WTCP(0x67a97317, 0x4b16873e), WTCP(0x657bedfa, 0x4e019a9d),
+  WTCP(0x6334c6d2, 0x50e22c0b), WTCP(0x60d50689, 0x53b606cb), WTCP(0x5e5de588, 0x567b0ea7), WTCP(0x5bd0c9c6, 0x592f4460),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow512[] =
+{
+  WTCP(0x7ffff621, 0x003243f5), WTCP(0x7fffa72c, 0x0096cbc1), WTCP(0x7fff0943, 0x00fb5330), WTCP(0x7ffe1c65, 0x015fda03),
+  WTCP(0x7ffce093, 0x01c45ffe), WTCP(0x7ffb55ce, 0x0228e4e2), WTCP(0x7ff97c18, 0x028d6870), WTCP(0x7ff75370, 0x02f1ea6c),
+  WTCP(0x7ff4dbd9, 0x03566a96), WTCP(0x7ff21553, 0x03bae8b2), WTCP(0x7feeffe1, 0x041f6480), WTCP(0x7feb9b85, 0x0483ddc3),
+  WTCP(0x7fe7e841, 0x04e8543e), WTCP(0x7fe3e616, 0x054cc7b1), WTCP(0x7fdf9508, 0x05b137df), WTCP(0x7fdaf519, 0x0615a48b),
+  WTCP(0x7fd6064c, 0x067a0d76), WTCP(0x7fd0c8a3, 0x06de7262), WTCP(0x7fcb3c23, 0x0742d311), WTCP(0x7fc560cf, 0x07a72f45),
+  WTCP(0x7fbf36aa, 0x080b86c2), WTCP(0x7fb8bdb8, 0x086fd947), WTCP(0x7fb1f5fc, 0x08d42699), WTCP(0x7faadf7c, 0x09386e78),
+  WTCP(0x7fa37a3c, 0x099cb0a7), WTCP(0x7f9bc640, 0x0a00ece8), WTCP(0x7f93c38c, 0x0a6522fe), WTCP(0x7f8b7227, 0x0ac952aa),
+  WTCP(0x7f82d214, 0x0b2d7baf), WTCP(0x7f79e35a, 0x0b919dcf), WTCP(0x7f70a5fe, 0x0bf5b8cb), WTCP(0x7f671a05, 0x0c59cc68),
+  WTCP(0x7f5d3f75, 0x0cbdd865), WTCP(0x7f531655, 0x0d21dc87), WTCP(0x7f489eaa, 0x0d85d88f), WTCP(0x7f3dd87c, 0x0de9cc40),
+  WTCP(0x7f32c3d1, 0x0e4db75b), WTCP(0x7f2760af, 0x0eb199a4), WTCP(0x7f1baf1e, 0x0f1572dc), WTCP(0x7f0faf25, 0x0f7942c7),
+  WTCP(0x7f0360cb, 0x0fdd0926), WTCP(0x7ef6c418, 0x1040c5bb), WTCP(0x7ee9d914, 0x10a4784b), WTCP(0x7edc9fc6, 0x11082096),
+  WTCP(0x7ecf1837, 0x116bbe60), WTCP(0x7ec14270, 0x11cf516a), WTCP(0x7eb31e78, 0x1232d979), WTCP(0x7ea4ac58, 0x1296564d),
+  WTCP(0x7e95ec1a, 0x12f9c7aa), WTCP(0x7e86ddc6, 0x135d2d53), WTCP(0x7e778166, 0x13c0870a), WTCP(0x7e67d703, 0x1423d492),
+  WTCP(0x7e57dea7, 0x148715ae), WTCP(0x7e47985b, 0x14ea4a1f), WTCP(0x7e37042a, 0x154d71aa), WTCP(0x7e26221f, 0x15b08c12),
+  WTCP(0x7e14f242, 0x16139918), WTCP(0x7e0374a0, 0x1676987f), WTCP(0x7df1a942, 0x16d98a0c), WTCP(0x7ddf9034, 0x173c6d80),
+  WTCP(0x7dcd2981, 0x179f429f), WTCP(0x7dba7534, 0x1802092c), WTCP(0x7da77359, 0x1864c0ea), WTCP(0x7d9423fc, 0x18c7699b),
+  WTCP(0x7d808728, 0x192a0304), WTCP(0x7d6c9ce9, 0x198c8ce7), WTCP(0x7d58654d, 0x19ef0707), WTCP(0x7d43e05e, 0x1a517128),
+  WTCP(0x7d2f0e2b, 0x1ab3cb0d), WTCP(0x7d19eebf, 0x1b161479), WTCP(0x7d048228, 0x1b784d30), WTCP(0x7ceec873, 0x1bda74f6),
+  WTCP(0x7cd8c1ae, 0x1c3c8b8c), WTCP(0x7cc26de5, 0x1c9e90b8), WTCP(0x7cabcd28, 0x1d00843d), WTCP(0x7c94df83, 0x1d6265dd),
+  WTCP(0x7c7da505, 0x1dc4355e), WTCP(0x7c661dbc, 0x1e25f282), WTCP(0x7c4e49b7, 0x1e879d0d), WTCP(0x7c362904, 0x1ee934c3),
+  WTCP(0x7c1dbbb3, 0x1f4ab968), WTCP(0x7c0501d2, 0x1fac2abf), WTCP(0x7bebfb70, 0x200d888d), WTCP(0x7bd2a89e, 0x206ed295),
+  WTCP(0x7bb9096b, 0x20d0089c), WTCP(0x7b9f1de6, 0x21312a65), WTCP(0x7b84e61f, 0x219237b5), WTCP(0x7b6a6227, 0x21f3304f),
+  WTCP(0x7b4f920e, 0x225413f8), WTCP(0x7b3475e5, 0x22b4e274), WTCP(0x7b190dbc, 0x23159b88), WTCP(0x7afd59a4, 0x23763ef7),
+  WTCP(0x7ae159ae, 0x23d6cc87), WTCP(0x7ac50dec, 0x243743fa), WTCP(0x7aa8766f, 0x2497a517), WTCP(0x7a8b9348, 0x24f7efa2),
+  WTCP(0x7a6e648a, 0x2558235f), WTCP(0x7a50ea47, 0x25b84012), WTCP(0x7a332490, 0x26184581), WTCP(0x7a151378, 0x26783370),
+  WTCP(0x79f6b711, 0x26d809a5), WTCP(0x79d80f6f, 0x2737c7e3), WTCP(0x79b91ca4, 0x27976df1), WTCP(0x7999dec4, 0x27f6fb92),
+  WTCP(0x797a55e0, 0x2856708d), WTCP(0x795a820e, 0x28b5cca5), WTCP(0x793a6361, 0x29150fa1), WTCP(0x7919f9ec, 0x29743946),
+  WTCP(0x78f945c3, 0x29d34958), WTCP(0x78d846fb, 0x2a323f9e), WTCP(0x78b6fda8, 0x2a911bdc), WTCP(0x789569df, 0x2aefddd8),
+  WTCP(0x78738bb3, 0x2b4e8558), WTCP(0x7851633b, 0x2bad1221), WTCP(0x782ef08b, 0x2c0b83fa), WTCP(0x780c33b8, 0x2c69daa6),
+  WTCP(0x77e92cd9, 0x2cc815ee), WTCP(0x77c5dc01, 0x2d263596), WTCP(0x77a24148, 0x2d843964), WTCP(0x777e5cc3, 0x2de2211e),
+  WTCP(0x775a2e89, 0x2e3fec8b), WTCP(0x7735b6af, 0x2e9d9b70), WTCP(0x7710f54c, 0x2efb2d95), WTCP(0x76ebea77, 0x2f58a2be),
+  WTCP(0x76c69647, 0x2fb5fab2), WTCP(0x76a0f8d2, 0x30133539), WTCP(0x767b1231, 0x30705217), WTCP(0x7654e279, 0x30cd5115),
+  WTCP(0x762e69c4, 0x312a31f8), WTCP(0x7607a828, 0x3186f487), WTCP(0x75e09dbd, 0x31e39889), WTCP(0x75b94a9c, 0x32401dc6),
+  WTCP(0x7591aedd, 0x329c8402), WTCP(0x7569ca99, 0x32f8cb07), WTCP(0x75419de7, 0x3354f29b), WTCP(0x751928e0, 0x33b0fa84),
+  WTCP(0x74f06b9e, 0x340ce28b), WTCP(0x74c7663a, 0x3468aa76), WTCP(0x749e18cd, 0x34c4520d), WTCP(0x74748371, 0x351fd918),
+  WTCP(0x744aa63f, 0x357b3f5d), WTCP(0x74208150, 0x35d684a6), WTCP(0x73f614c0, 0x3631a8b8), WTCP(0x73cb60a8, 0x368cab5c),
+  WTCP(0x73a06522, 0x36e78c5b), WTCP(0x73752249, 0x37424b7b), WTCP(0x73499838, 0x379ce885), WTCP(0x731dc70a, 0x37f76341),
+  WTCP(0x72f1aed9, 0x3851bb77), WTCP(0x72c54fc1, 0x38abf0ef), WTCP(0x7298a9dd, 0x39060373), WTCP(0x726bbd48, 0x395ff2c9),
+  WTCP(0x723e8a20, 0x39b9bebc), WTCP(0x7211107e, 0x3a136712), WTCP(0x71e35080, 0x3a6ceb96), WTCP(0x71b54a41, 0x3ac64c0f),
+  WTCP(0x7186fdde, 0x3b1f8848), WTCP(0x71586b74, 0x3b78a007), WTCP(0x7129931f, 0x3bd19318), WTCP(0x70fa74fc, 0x3c2a6142),
+  WTCP(0x70cb1128, 0x3c830a50), WTCP(0x709b67c0, 0x3cdb8e09), WTCP(0x706b78e3, 0x3d33ec39), WTCP(0x703b44ad, 0x3d8c24a8),
+  WTCP(0x700acb3c, 0x3de4371f), WTCP(0x6fda0cae, 0x3e3c2369), WTCP(0x6fa90921, 0x3e93e950), WTCP(0x6f77c0b3, 0x3eeb889c),
+  WTCP(0x6f463383, 0x3f430119), WTCP(0x6f1461b0, 0x3f9a5290), WTCP(0x6ee24b57, 0x3ff17cca), WTCP(0x6eaff099, 0x40487f94),
+  WTCP(0x6e7d5193, 0x409f5ab6), WTCP(0x6e4a6e66, 0x40f60dfb), WTCP(0x6e174730, 0x414c992f), WTCP(0x6de3dc11, 0x41a2fc1a),
+  WTCP(0x6db02d29, 0x41f93689), WTCP(0x6d7c3a98, 0x424f4845), WTCP(0x6d48047e, 0x42a5311b), WTCP(0x6d138afb, 0x42faf0d4),
+  WTCP(0x6cdece2f, 0x4350873c), WTCP(0x6ca9ce3b, 0x43a5f41e), WTCP(0x6c748b3f, 0x43fb3746), WTCP(0x6c3f055d, 0x4450507e),
+  WTCP(0x6c093cb6, 0x44a53f93), WTCP(0x6bd3316a, 0x44fa0450), WTCP(0x6b9ce39b, 0x454e9e80), WTCP(0x6b66536b, 0x45a30df0),
+  WTCP(0x6b2f80fb, 0x45f7526b), WTCP(0x6af86c6c, 0x464b6bbe), WTCP(0x6ac115e2, 0x469f59b4), WTCP(0x6a897d7d, 0x46f31c1a),
+  WTCP(0x6a51a361, 0x4746b2bc), WTCP(0x6a1987b0, 0x479a1d67), WTCP(0x69e12a8c, 0x47ed5be6), WTCP(0x69a88c19, 0x48406e08),
+  WTCP(0x696fac78, 0x48935397), WTCP(0x69368bce, 0x48e60c62), WTCP(0x68fd2a3d, 0x49389836), WTCP(0x68c387e9, 0x498af6df),
+  WTCP(0x6889a4f6, 0x49dd282a), WTCP(0x684f8186, 0x4a2f2be6), WTCP(0x68151dbe, 0x4a8101de), WTCP(0x67da79c3, 0x4ad2a9e2),
+  WTCP(0x679f95b7, 0x4b2423be), WTCP(0x676471c0, 0x4b756f40), WTCP(0x67290e02, 0x4bc68c36), WTCP(0x66ed6aa1, 0x4c177a6e),
+  WTCP(0x66b187c3, 0x4c6839b7), WTCP(0x6675658c, 0x4cb8c9dd), WTCP(0x66390422, 0x4d092ab0), WTCP(0x65fc63a9, 0x4d595bfe),
+  WTCP(0x65bf8447, 0x4da95d96), WTCP(0x65826622, 0x4df92f46), WTCP(0x6545095f, 0x4e48d0dd), WTCP(0x65076e25, 0x4e984229),
+  WTCP(0x64c99498, 0x4ee782fb), WTCP(0x648b7ce0, 0x4f369320), WTCP(0x644d2722, 0x4f857269), WTCP(0x640e9386, 0x4fd420a4),
+  WTCP(0x63cfc231, 0x50229da1), WTCP(0x6390b34a, 0x5070e92f), WTCP(0x635166f9, 0x50bf031f), WTCP(0x6311dd64, 0x510ceb40),
+  WTCP(0x62d216b3, 0x515aa162), WTCP(0x6292130c, 0x51a82555), WTCP(0x6251d298, 0x51f576ea), WTCP(0x6211557e, 0x524295f0),
+  WTCP(0x61d09be5, 0x528f8238), WTCP(0x618fa5f7, 0x52dc3b92), WTCP(0x614e73da, 0x5328c1d0), WTCP(0x610d05b7, 0x537514c2),
+  WTCP(0x60cb5bb7, 0x53c13439), WTCP(0x60897601, 0x540d2005), WTCP(0x604754bf, 0x5458d7f9), WTCP(0x6004f819, 0x54a45be6),
+  WTCP(0x5fc26038, 0x54efab9c), WTCP(0x5f7f8d46, 0x553ac6ee), WTCP(0x5f3c7f6b, 0x5585adad), WTCP(0x5ef936d1, 0x55d05faa),
+  WTCP(0x5eb5b3a2, 0x561adcb9), WTCP(0x5e71f606, 0x566524aa), WTCP(0x5e2dfe29, 0x56af3750), WTCP(0x5de9cc33, 0x56f9147e),
+  WTCP(0x5da5604f, 0x5742bc06), WTCP(0x5d60baa7, 0x578c2dba), WTCP(0x5d1bdb65, 0x57d5696d), WTCP(0x5cd6c2b5, 0x581e6ef1),
+  WTCP(0x5c9170bf, 0x58673e1b), WTCP(0x5c4be5b0, 0x58afd6bd), WTCP(0x5c0621b2, 0x58f838a9), WTCP(0x5bc024f0, 0x594063b5),
+  WTCP(0x5b79ef96, 0x598857b2), WTCP(0x5b3381ce, 0x59d01475), WTCP(0x5aecdbc5, 0x5a1799d1), WTCP(0x5aa5fda5, 0x5a5ee79a),
+};
+
+/* The window coefficients are calculated according to the formula:
+ * N=FRAME_LEN_LONG_LD480
+ * win[n]=sin(pi*(n+0.5)/(2*N))   for n=0,..,N-1 */
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_WTP SineWindow480[480] =
+{
+  WTCP(0x7ffff4c5, 0x00359dd2), WTCP(0x7fff9aef, 0x00a0d951), WTCP(0x7ffee744, 0x010c1460), WTCP(0x7ffdd9c4, 0x01774eb2),
+  WTCP(0x7ffc726f, 0x01e287fc), WTCP(0x7ffab147, 0x024dbff4), WTCP(0x7ff8964d, 0x02b8f64e), WTCP(0x7ff62182, 0x03242abf),
+  WTCP(0x7ff352e8, 0x038f5cfb), WTCP(0x7ff02a82, 0x03fa8cb8), WTCP(0x7feca851, 0x0465b9aa), WTCP(0x7fe8cc57, 0x04d0e386),
+  WTCP(0x7fe49698, 0x053c0a01), WTCP(0x7fe00716, 0x05a72ccf), WTCP(0x7fdb1dd5, 0x06124ba5), WTCP(0x7fd5dad8, 0x067d6639),
+  WTCP(0x7fd03e23, 0x06e87c3f), WTCP(0x7fca47b9, 0x07538d6b), WTCP(0x7fc3f7a0, 0x07be9973), WTCP(0x7fbd4dda, 0x0829a00c),
+  WTCP(0x7fb64a6e, 0x0894a0ea), WTCP(0x7faeed5f, 0x08ff9bc2), WTCP(0x7fa736b4, 0x096a9049), WTCP(0x7f9f2671, 0x09d57e35),
+  WTCP(0x7f96bc9c, 0x0a40653a), WTCP(0x7f8df93c, 0x0aab450d), WTCP(0x7f84dc55, 0x0b161d63), WTCP(0x7f7b65ef, 0x0b80edf1),
+  WTCP(0x7f719611, 0x0bebb66c), WTCP(0x7f676cc0, 0x0c56768a), WTCP(0x7f5cea05, 0x0cc12dff), WTCP(0x7f520de6, 0x0d2bdc80),
+  WTCP(0x7f46d86c, 0x0d9681c2), WTCP(0x7f3b499d, 0x0e011d7c), WTCP(0x7f2f6183, 0x0e6baf61), WTCP(0x7f232026, 0x0ed63727),
+  WTCP(0x7f16858e, 0x0f40b483), WTCP(0x7f0991c4, 0x0fab272b), WTCP(0x7efc44d0, 0x10158ed4), WTCP(0x7eee9ebe, 0x107feb33),
+  WTCP(0x7ee09f95, 0x10ea3bfd), WTCP(0x7ed24761, 0x115480e9), WTCP(0x7ec3962a, 0x11beb9aa), WTCP(0x7eb48bfb, 0x1228e5f8),
+  WTCP(0x7ea528e0, 0x12930586), WTCP(0x7e956ce1, 0x12fd180b), WTCP(0x7e85580c, 0x13671d3d), WTCP(0x7e74ea6a, 0x13d114d0),
+  WTCP(0x7e642408, 0x143afe7b), WTCP(0x7e5304f2, 0x14a4d9f4), WTCP(0x7e418d32, 0x150ea6ef), WTCP(0x7e2fbcd6, 0x15786522),
+  WTCP(0x7e1d93ea, 0x15e21445), WTCP(0x7e0b127a, 0x164bb40b), WTCP(0x7df83895, 0x16b5442b), WTCP(0x7de50646, 0x171ec45c),
+  WTCP(0x7dd17b9c, 0x17883452), WTCP(0x7dbd98a4, 0x17f193c5), WTCP(0x7da95d6c, 0x185ae269), WTCP(0x7d94ca03, 0x18c41ff6),
+  WTCP(0x7d7fde76, 0x192d4c21), WTCP(0x7d6a9ad5, 0x199666a0), WTCP(0x7d54ff2e, 0x19ff6f2a), WTCP(0x7d3f0b90, 0x1a686575),
+  WTCP(0x7d28c00c, 0x1ad14938), WTCP(0x7d121cb0, 0x1b3a1a28), WTCP(0x7cfb218c, 0x1ba2d7fc), WTCP(0x7ce3ceb2, 0x1c0b826a),
+  WTCP(0x7ccc2430, 0x1c74192a), WTCP(0x7cb42217, 0x1cdc9bf2), WTCP(0x7c9bc87a, 0x1d450a78), WTCP(0x7c831767, 0x1dad6473),
+  WTCP(0x7c6a0ef2, 0x1e15a99a), WTCP(0x7c50af2b, 0x1e7dd9a4), WTCP(0x7c36f824, 0x1ee5f447), WTCP(0x7c1ce9ef, 0x1f4df93a),
+  WTCP(0x7c02849f, 0x1fb5e836), WTCP(0x7be7c847, 0x201dc0ef), WTCP(0x7bccb4f8, 0x2085831f), WTCP(0x7bb14ac5, 0x20ed2e7b),
+  WTCP(0x7b9589c3, 0x2154c2bb), WTCP(0x7b797205, 0x21bc3f97), WTCP(0x7b5d039e, 0x2223a4c5), WTCP(0x7b403ea2, 0x228af1fe),
+  WTCP(0x7b232325, 0x22f226f8), WTCP(0x7b05b13d, 0x2359436c), WTCP(0x7ae7e8fc, 0x23c04710), WTCP(0x7ac9ca7a, 0x2427319d),
+  WTCP(0x7aab55ca, 0x248e02cb), WTCP(0x7a8c8b01, 0x24f4ba50), WTCP(0x7a6d6a37, 0x255b57e6), WTCP(0x7a4df380, 0x25c1db44),
+  WTCP(0x7a2e26f2, 0x26284422), WTCP(0x7a0e04a4, 0x268e9238), WTCP(0x79ed8cad, 0x26f4c53e), WTCP(0x79ccbf22, 0x275adcee),
+  WTCP(0x79ab9c1c, 0x27c0d8fe), WTCP(0x798a23b1, 0x2826b928), WTCP(0x796855f9, 0x288c7d24), WTCP(0x7946330c, 0x28f224ab),
+  WTCP(0x7923bb01, 0x2957af74), WTCP(0x7900edf2, 0x29bd1d3a), WTCP(0x78ddcbf5, 0x2a226db5), WTCP(0x78ba5524, 0x2a87a09d),
+  WTCP(0x78968998, 0x2aecb5ac), WTCP(0x7872696a, 0x2b51ac9a), WTCP(0x784df4b3, 0x2bb68522), WTCP(0x78292b8d, 0x2c1b3efb),
+  WTCP(0x78040e12, 0x2c7fd9e0), WTCP(0x77de9c5b, 0x2ce45589), WTCP(0x77b8d683, 0x2d48b1b1), WTCP(0x7792bca5, 0x2dacee11),
+  WTCP(0x776c4edb, 0x2e110a62), WTCP(0x77458d40, 0x2e75065e), WTCP(0x771e77f0, 0x2ed8e1c0), WTCP(0x76f70f05, 0x2f3c9c40),
+  WTCP(0x76cf529c, 0x2fa03599), WTCP(0x76a742d1, 0x3003ad85), WTCP(0x767edfbe, 0x306703bf), WTCP(0x76562982, 0x30ca3800),
+  WTCP(0x762d2038, 0x312d4a03), WTCP(0x7603c3fd, 0x31903982), WTCP(0x75da14ef, 0x31f30638), WTCP(0x75b01329, 0x3255afe0),
+  WTCP(0x7585becb, 0x32b83634), WTCP(0x755b17f2, 0x331a98ef), WTCP(0x75301ebb, 0x337cd7cd), WTCP(0x7504d345, 0x33def287),
+  WTCP(0x74d935ae, 0x3440e8da), WTCP(0x74ad4615, 0x34a2ba81), WTCP(0x74810499, 0x35046736), WTCP(0x74547158, 0x3565eeb6),
+  WTCP(0x74278c72, 0x35c750bc), WTCP(0x73fa5607, 0x36288d03), WTCP(0x73ccce36, 0x3689a348), WTCP(0x739ef51f, 0x36ea9346),
+  WTCP(0x7370cae2, 0x374b5cb9), WTCP(0x73424fa0, 0x37abff5d), WTCP(0x73138379, 0x380c7aee), WTCP(0x72e4668f, 0x386ccf2a),
+  WTCP(0x72b4f902, 0x38ccfbcb), WTCP(0x72853af3, 0x392d008f), WTCP(0x72552c85, 0x398cdd32), WTCP(0x7224cdd8, 0x39ec9172),
+  WTCP(0x71f41f0f, 0x3a4c1d09), WTCP(0x71c3204c, 0x3aab7fb7), WTCP(0x7191d1b1, 0x3b0ab937), WTCP(0x71603361, 0x3b69c947),
+  WTCP(0x712e457f, 0x3bc8afa5), WTCP(0x70fc082d, 0x3c276c0d), WTCP(0x70c97b90, 0x3c85fe3d), WTCP(0x70969fca, 0x3ce465f3),
+  WTCP(0x706374ff, 0x3d42a2ec), WTCP(0x702ffb54, 0x3da0b4e7), WTCP(0x6ffc32eb, 0x3dfe9ba1), WTCP(0x6fc81bea, 0x3e5c56d8),
+  WTCP(0x6f93b676, 0x3eb9e64b), WTCP(0x6f5f02b2, 0x3f1749b8), WTCP(0x6f2a00c4, 0x3f7480dd), WTCP(0x6ef4b0d1, 0x3fd18b7a),
+  WTCP(0x6ebf12ff, 0x402e694c), WTCP(0x6e892772, 0x408b1a12), WTCP(0x6e52ee52, 0x40e79d8c), WTCP(0x6e1c67c4, 0x4143f379),
+  WTCP(0x6de593ee, 0x41a01b97), WTCP(0x6dae72f7, 0x41fc15a6), WTCP(0x6d770506, 0x4257e166), WTCP(0x6d3f4a40, 0x42b37e96),
+  WTCP(0x6d0742cf, 0x430eecf6), WTCP(0x6cceeed8, 0x436a2c45), WTCP(0x6c964e83, 0x43c53c44), WTCP(0x6c5d61f9, 0x44201cb2),
+  WTCP(0x6c242960, 0x447acd50), WTCP(0x6beaa4e2, 0x44d54ddf), WTCP(0x6bb0d4a7, 0x452f9e1e), WTCP(0x6b76b8d6, 0x4589bdcf),
+  WTCP(0x6b3c519a, 0x45e3acb1), WTCP(0x6b019f1a, 0x463d6a87), WTCP(0x6ac6a180, 0x4696f710), WTCP(0x6a8b58f6, 0x46f0520f),
+  WTCP(0x6a4fc5a6, 0x47497b44), WTCP(0x6a13e7b8, 0x47a27271), WTCP(0x69d7bf57, 0x47fb3757), WTCP(0x699b4cad, 0x4853c9b9),
+  WTCP(0x695e8fe5, 0x48ac2957), WTCP(0x69218929, 0x490455f4), WTCP(0x68e438a4, 0x495c4f52), WTCP(0x68a69e81, 0x49b41533),
+  WTCP(0x6868baec, 0x4a0ba75b), WTCP(0x682a8e0f, 0x4a63058a), WTCP(0x67ec1817, 0x4aba2f84), WTCP(0x67ad592f, 0x4b11250c),
+  WTCP(0x676e5183, 0x4b67e5e4), WTCP(0x672f013f, 0x4bbe71d1), WTCP(0x66ef6891, 0x4c14c894), WTCP(0x66af87a4, 0x4c6ae9f2),
+  WTCP(0x666f5ea6, 0x4cc0d5ae), WTCP(0x662eedc3, 0x4d168b8b), WTCP(0x65ee3529, 0x4d6c0b4e), WTCP(0x65ad3505, 0x4dc154bb),
+  WTCP(0x656bed84, 0x4e166795), WTCP(0x652a5ed6, 0x4e6b43a2), WTCP(0x64e88926, 0x4ebfe8a5), WTCP(0x64a66ca5, 0x4f145662),
+  WTCP(0x6464097f, 0x4f688ca0), WTCP(0x64215fe5, 0x4fbc8b22), WTCP(0x63de7003, 0x501051ae), WTCP(0x639b3a0b, 0x5063e008),
+  WTCP(0x6357be2a, 0x50b735f8), WTCP(0x6313fc90, 0x510a5340), WTCP(0x62cff56c, 0x515d37a9), WTCP(0x628ba8ef, 0x51afe2f6),
+  WTCP(0x62471749, 0x520254ef), WTCP(0x620240a8, 0x52548d59), WTCP(0x61bd253f, 0x52a68bfb), WTCP(0x6177c53c, 0x52f8509b),
+  WTCP(0x613220d2, 0x5349daff), WTCP(0x60ec3830, 0x539b2af0), WTCP(0x60a60b88, 0x53ec4032), WTCP(0x605f9b0b, 0x543d1a8e),
+  WTCP(0x6018e6eb, 0x548db9cb), WTCP(0x5fd1ef59, 0x54de1db1), WTCP(0x5f8ab487, 0x552e4605), WTCP(0x5f4336a7, 0x557e3292),
+  WTCP(0x5efb75ea, 0x55cde31e), WTCP(0x5eb37285, 0x561d5771), WTCP(0x5e6b2ca8, 0x566c8f55), WTCP(0x5e22a487, 0x56bb8a90),
+  WTCP(0x5dd9da55, 0x570a48ec), WTCP(0x5d90ce45, 0x5758ca31), WTCP(0x5d47808a, 0x57a70e29), WTCP(0x5cfdf157, 0x57f5149d),
+  WTCP(0x5cb420e0, 0x5842dd54), WTCP(0x5c6a0f59, 0x5890681a), WTCP(0x5c1fbcf6, 0x58ddb4b8), WTCP(0x5bd529eb, 0x592ac2f7),
+  WTCP(0x5b8a566c, 0x597792a1), WTCP(0x5b3f42ae, 0x59c42381), WTCP(0x5af3eee6, 0x5a107561), WTCP(0x5aa85b48, 0x5a5c880a),
+};
+
+
+
+
+
+
+/**
+ * \brief Helper table containing the length, rasterand shape mapping to individual window slope tables.
+ * [0: sine ][0: radix2 raster        ][ceil(log2(length)) length   4    .. 1024 ]
+ *           [1: 10ms raster          ][ceil(log2(length)) length   3.25 ..  960 ]
+ *           [2: 3/4 of radix 2 raster][ceil(log2(length)) length   3    ..  768 ]
+ * [1: KBD  ][0: radix2 raster        ][ceil(log2(length)) length 128    .. 1024 ]
+ *           [1: 10ms raster          ][ceil(log2(length)) length 120    ..  960 ]
+ *           [2: 3/4 of radix 2 raster][ceil(log2(length)) length  96    ..  768 ]
+ */
+const FIXP_WTP *const windowSlopes[2][3][9] =
+{
+  { /* Sine */
+    { /* Radix 2 */
+      NULL,
+      NULL,
+      NULL,
+      SineWindow32,
+      SineWindow64,
+      SineWindow128,
+      NULL,
+      SineWindow512,
+      SineWindow1024
+    },
+    { /* 10ms raster */
+      NULL, /* 3.25 */
+      NULL, /* 7.5 */
+      NULL,
+      NULL,
+      NULL,
+      SineWindow120, 
+      NULL,
+      SineWindow480,
+      SineWindow960
+    },
+    { /* 3/4 radix2 raster */
+      NULL, /* 3 */
+      NULL, /* 6 */
+#ifdef INCLUDE_SineWindow12
+      SineWindow12,
+#else
+      NULL,
+#endif
+      NULL,
+      NULL,
+      NULL,
+      NULL,
+      NULL,
+      NULL
+    }
+  },
+  { /* KBD */
+    { /* Radix 2 */
+      KBDWindow128,
+      NULL,
+      SineWindow512,
+      KBDWindow1024
+    },
+    { /* 10ms raster */
+      KBDWindow120,
+      NULL,
+      SineWindow480,
+      KBDWindow960
+    },
+    { /* 3/4 radix2 raster */
+      NULL,
+      NULL,
+      NULL,
+      NULL
+    }
+  }
+};
+
+const FIXP_WTP * FDKgetWindowSlope(int length, int shape)
+{
+  const FIXP_WTP * w = NULL;
+  int raster, ld2_length;
+
+  /* Get ld2 of length - 2 + 1
+     -2: because first table entry is window of size 4
+     +1: because we already include +1 because of ceil(log2(length)) */
+  ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1;
+
+  /* Extract sort of "eigenvalue" (the 4 left most bits) of length. */
+  switch ( (length) >> (ld2_length-2) ) {
+    case 0x8: /* radix 2 */
+      raster = 0;
+      ld2_length--; /* revert + 1 because of ceil(log2(length)) from above. */
+      break;
+    case 0xf: /* 10 ms */
+      raster = 1;
+      break;
+    case 0xc: /* 3/4 of radix 2 */
+      raster = 2;
+      break;
+    default:
+      raster = 0;
+      break;
+  }
+
+  /* The table for sine windows (shape == 0) is 5 entries longer. */
+  if (shape == 1) {
+    ld2_length-=5;
+  }
+
+  /* Look up table */
+  w = windowSlopes[shape&1][raster][ld2_length];
+
+  FDK_ASSERT(w != NULL);
+
+  return w;
+}
+
+
+/*
+ * QMF filter and twiddle tables
+ */
+
+#ifdef QMF_COEFF_16BIT
+#define QFC(x)  FX_DBL2FXCONST_SGL(x)
+#define QTCFL(x)  FL2FXCONST_SGL(x)
+#define QTC(x)    FX_DBL2FXCONST_SGL(x)
+#else
+#define QFC(x) (x)
+#define QTCFL(x)  FL2FXCONST_DBL(x)
+#define QTC(x)  (x)
+#endif /* ARCH_PREFER_MULT_32x16 */
+
+#ifndef LOW_POWER_SBR_ONLY
+/*!
+  \name QMF-Twiddle
+  \brief QMF twiddle factors
+
+  L=32, gain=2.0, angle = 0.75
+*/
+
+const FIXP_QTW qmf_phaseshift_cos32[32] =
+{
+  QTCFL( 0.99932238458835f),QTCFL( 0.99390697000236f),QTCFL( 0.98310548743122f),QTCFL( 0.96697647104485f),
+  QTCFL( 0.94560732538052f),QTCFL( 0.91911385169006f),QTCFL( 0.88763962040285f),QTCFL( 0.85135519310527f),
+  QTCFL( 0.81045719825259f),QTCFL( 0.76516726562246f),QTCFL( 0.71573082528382f),QTCFL( 0.66241577759017f),
+  QTCFL( 0.60551104140433f),QTCFL( 0.54532498842205f),QTCFL( 0.48218377207912f),QTCFL( 0.41642956009764f),
+  QTCFL( 0.34841868024943f),QTCFL( 0.27851968938505f),QTCFL( 0.20711137619222f),QTCFL( 0.13458070850713f),
+  QTCFL( 0.06132073630221f),QTCFL(-0.01227153828572f),QTCFL(-0.08579731234444f),QTCFL(-0.15885814333386f),
+  QTCFL(-0.23105810828067f),QTCFL(-0.30200594931923f),QTCFL(-0.37131719395184f),QTCFL(-0.43861623853853f),
+  QTCFL(-0.50353838372572f),QTCFL(-0.56573181078361f),QTCFL(-0.62485948814239f),QTCFL(-0.68060099779545f)
+};
+
+const FIXP_QTW qmf_phaseshift_sin32[32] =
+{
+  QTCFL( 0.03680722294136f),QTCFL( 0.11022220729388f),QTCFL( 0.18303988795514f),QTCFL( 0.25486565960451f),
+  QTCFL( 0.32531029216226f),QTCFL( 0.39399204006105f),QTCFL( 0.46053871095824f),QTCFL( 0.52458968267847f),
+  QTCFL( 0.58579785745644f),QTCFL( 0.64383154288979f),QTCFL( 0.69837624940897f),QTCFL( 0.74913639452346f),
+  QTCFL( 0.79583690460888f),QTCFL( 0.83822470555484f),QTCFL( 0.87607009419541f),QTCFL( 0.90916798309052f),
+  QTCFL( 0.93733901191257f),QTCFL( 0.96043051941557f),QTCFL( 0.97831737071963f),QTCFL( 0.99090263542778f),
+  QTCFL( 0.99811811290015f),QTCFL( 0.99992470183914f),QTCFL( 0.99631261218278f),QTCFL( 0.98730141815786f),
+  QTCFL( 0.97293995220556f),QTCFL( 0.95330604035419f),QTCFL( 0.92850608047322f),QTCFL( 0.89867446569395f),
+  QTCFL( 0.86397285612159f),QTCFL( 0.82458930278503f),QTCFL( 0.78073722857209f),QTCFL( 0.73265427167241f)
+};
+const FIXP_QTW qmf_phaseshift_cos64[64] = {
+  QTC(0x7ff62181), QTC(0x7fa736b3), QTC(0x7f0991c3), QTC(0x7e1d93e9), QTC(0x7ce3ceb1), QTC(0x7b5d039d), QTC(0x798a23b0), QTC(0x776c4eda),
+  QTC(0x7504d344), QTC(0x72552c84), QTC(0x6f5f02b1), QTC(0x6c24295f), QTC(0x68a69e80), QTC(0x64e88925), QTC(0x60ec382f), QTC(0x5cb420df),
+  QTC(0x5842dd54), QTC(0x539b2aef), QTC(0x4ebfe8a4), QTC(0x49b41533), QTC(0x447acd50), QTC(0x3f1749b7), QTC(0x398cdd32), QTC(0x33def287),
+  QTC(0x2e110a62), QTC(0x2826b928), QTC(0x2223a4c5), QTC(0x1c0b826a), QTC(0x15e21444), QTC(0x0fab272b), QTC(0x096a9049), QTC(0x03242abf),
+  QTC(0xfcdbd541), QTC(0xf6956fb7), QTC(0xf054d8d5), QTC(0xea1debbc), QTC(0xe3f47d96), QTC(0xdddc5b3b), QTC(0xd7d946d8), QTC(0xd1eef59e),
+  QTC(0xcc210d79), QTC(0xc67322ce), QTC(0xc0e8b649), QTC(0xbb8532b0), QTC(0xb64beacd), QTC(0xb140175c), QTC(0xac64d511), QTC(0xa7bd22ac),
+  QTC(0xa34bdf21), QTC(0x9f13c7d1), QTC(0x9b1776db), QTC(0x97596180), QTC(0x93dbd6a1), QTC(0x90a0fd4f), QTC(0x8daad37c), QTC(0x8afb2cbc),
+  QTC(0x8893b126), QTC(0x8675dc50), QTC(0x84a2fc63), QTC(0x831c314f), QTC(0x81e26c17), QTC(0x80f66e3d), QTC(0x8058c94d), QTC(0x8009de7f)
+};
+
+const FIXP_QTW qmf_phaseshift_sin64[64] = {
+  QTC(0x03242abf), QTC(0x096a9049), QTC(0x0fab272b), QTC(0x15e21444), QTC(0x1c0b826a), QTC(0x2223a4c5), QTC(0x2826b928), QTC(0x2e110a62),
+  QTC(0x33def287), QTC(0x398cdd32), QTC(0x3f1749b7), QTC(0x447acd50), QTC(0x49b41533), QTC(0x4ebfe8a4), QTC(0x539b2aef), QTC(0x5842dd54),
+  QTC(0x5cb420df), QTC(0x60ec382f), QTC(0x64e88925), QTC(0x68a69e80), QTC(0x6c24295f), QTC(0x6f5f02b1), QTC(0x72552c84), QTC(0x7504d344),
+  QTC(0x776c4eda), QTC(0x798a23b0), QTC(0x7b5d039d), QTC(0x7ce3ceb1), QTC(0x7e1d93e9), QTC(0x7f0991c3), QTC(0x7fa736b3), QTC(0x7ff62181),
+  QTC(0x7ff62181), QTC(0x7fa736b3), QTC(0x7f0991c3), QTC(0x7e1d93e9), QTC(0x7ce3ceb1), QTC(0x7b5d039d), QTC(0x798a23b0), QTC(0x776c4eda),
+  QTC(0x7504d344), QTC(0x72552c84), QTC(0x6f5f02b1), QTC(0x6c24295f), QTC(0x68a69e80), QTC(0x64e88925), QTC(0x60ec382f), QTC(0x5cb420df),
+  QTC(0x5842dd54), QTC(0x539b2aef), QTC(0x4ebfe8a4), QTC(0x49b41533), QTC(0x447acd50), QTC(0x3f1749b7), QTC(0x398cdd32), QTC(0x33def287),
+  QTC(0x2e110a62), QTC(0x2826b928), QTC(0x2223a4c5), QTC(0x1c0b826a), QTC(0x15e21444), QTC(0x0fab272b), QTC(0x096a9049), QTC(0x03242abf)
+};
+
+//@}
+
+#endif /* #ifdef LOW_POWER_SBR_ONLY */
+
+
+
+/*!
+  \name QMF
+  \brief  QMF-Table
+          64 channels, N = 640, optimized by PE 010516
+
+  The coeffs are rearranged compared with the reference in the following
+  way, exploiting symmetry :
+  sbr_qmf_64[5] = p_64_640_qmf[0];
+  sbr_qmf_64[6] = p_64_640_qmf[128];
+  sbr_qmf_64[7] = p_64_640_qmf[256];
+  sbr_qmf_64[8] = p_64_640_qmf[384];
+  sbr_qmf_64[9] = p_64_640_qmf[512];
+
+  sbr_qmf_64[10] = p_64_640_qmf[1];
+  sbr_qmf_64[11] = p_64_640_qmf[129];
+  sbr_qmf_64[12] = p_64_640_qmf[257];
+  sbr_qmf_64[13] = p_64_640_qmf[385];
+  sbr_qmf_64[14] = p_64_640_qmf[513];
+  .
+  .
+  .
+  sbr_qmf_64_640_qmf[315] = p_64_640_qmf[62];
+  sbr_qmf_64_640_qmf[316] = p_64_640_qmf[190];
+  sbr_qmf_64_640_qmf[317] = p_64_640_qmf[318];
+  sbr_qmf_64_640_qmf[318] = p_64_640_qmf[446];
+  sbr_qmf_64_640_qmf[319] = p_64_640_qmf[574];
+
+  sbr_qmf_64_640_qmf[320] = p_64_640_qmf[63];
+  sbr_qmf_64_640_qmf[321] = p_64_640_qmf[191];
+  sbr_qmf_64_640_qmf[322] = p_64_640_qmf[319];
+  sbr_qmf_64_640_qmf[323] = p_64_640_qmf[447];
+  sbr_qmf_64_640_qmf[324] = p_64_640_qmf[575];
+
+  sbr_qmf_64_640_qmf[319] = p_64_640_qmf[64];
+  sbr_qmf_64_640_qmf[318] = p_64_640_qmf[192];
+  sbr_qmf_64_640_qmf[317] = p_64_640_qmf[320];
+  sbr_qmf_64_640_qmf[316] = p_64_640_qmf[448];
+  sbr_qmf_64_640_qmf[315] = p_64_640_qmf[576];
+
+  sbr_qmf_64_640_qmf[314] = p_64_640_qmf[65];
+  sbr_qmf_64_640_qmf[313] = p_64_640_qmf[193];
+  sbr_qmf_64_640_qmf[312] = p_64_640_qmf[321];
+  sbr_qmf_64_640_qmf[311] = p_64_640_qmf[449];
+  sbr_qmf_64_640_qmf[310] = p_64_640_qmf[577];
+  .
+  .
+  .
+  sbr_qmf_64[9] = p_64_640_qmf[126]
+  sbr_qmf_64[8] = p_64_640_qmf[254];
+  sbr_qmf_64[7] = p_64_640_qmf[382];
+  sbr_qmf_64[6] = p_64_640_qmf[510];
+  sbr_qmf_64[5] = p_64_640_qmf[638];
+
+  sbr_qmf_64[4] = p_64_640_qmf[127]
+  sbr_qmf_64[3] = p_64_640_qmf[255];
+  sbr_qmf_64[2] = p_64_640_qmf[383];
+  sbr_qmf_64[1] = p_64_640_qmf[511];
+  sbr_qmf_64[0] = p_64_640_qmf[639];
+
+  Max sum of all FIR filter absolute coefficients is: 0x7FF5B201
+  thus, the filter output is not required to be scaled.
+
+  \showinitializer
+*/
+//@{
+#if QMF_NO_POLY==5
+LNK_SECTION_CONSTDATA_L1
+RAM_ALIGN
+const FIXP_PFT qmf_64[QMF640_PFT_TABLE_SIZE+QMF_NO_POLY] =
+{
+  QFC(0x00000000), QFC(0x01b2e41d), QFC(0x2e3a7532), QFC(0xd1c58ace), QFC(0xfe4d1be3),
+  QFC(0xffede50e), QFC(0x01d78bfc), QFC(0x2faa221c), QFC(0xd3337b3e), QFC(0xfe70b8d1),
+  QFC(0xffed978a), QFC(0x01fd3ba0), QFC(0x311af3a4), QFC(0xd49fd55f), QFC(0xfe933dc0),
+  QFC(0xffefc9b9), QFC(0x02244a24), QFC(0x328cc6f0), QFC(0xd60a46e6), QFC(0xfeb48d0d),
+  QFC(0xfff0065d), QFC(0x024bf7a1), QFC(0x33ff670e), QFC(0xd7722f04), QFC(0xfed4bec3),
+  QFC(0xffeff6ca), QFC(0x0274ba43), QFC(0x3572ec70), QFC(0xd8d7f220), QFC(0xfef3f6ab),
+  QFC(0xffef7b8b), QFC(0x029e35b4), QFC(0x36e69691), QFC(0xda3b176a), QFC(0xff120d70),
+  QFC(0xffeedfa4), QFC(0x02c89901), QFC(0x385a49c3), QFC(0xdb9b5b12), QFC(0xff2ef725),
+  QFC(0xffee1650), QFC(0x02f3e48d), QFC(0x39ce0477), QFC(0xdcf898fb), QFC(0xff4aabc8),
+  QFC(0xffed651d), QFC(0x03201116), QFC(0x3b415115), QFC(0xde529087), QFC(0xff6542d1),
+  QFC(0xffecc31b), QFC(0x034d01f1), QFC(0x3cb41219), QFC(0xdfa93ab5), QFC(0xff7ee3f1),
+  QFC(0xffebe77b), QFC(0x037ad438), QFC(0x3e25b17e), QFC(0xe0fc421e), QFC(0xff975c01),
+  QFC(0xffeb50b2), QFC(0x03a966bb), QFC(0x3f962fb8), QFC(0xe24b8f67), QFC(0xffaea5d6),
+  QFC(0xffea9192), QFC(0x03d8afe6), QFC(0x41058bc5), QFC(0xe396a45d), QFC(0xffc4e365),
+  QFC(0xffe9ca76), QFC(0x04083fec), QFC(0x4272a385), QFC(0xe4de0cb0), QFC(0xffda17f2),
+  QFC(0xffe940f4), QFC(0x043889c6), QFC(0x43de620a), QFC(0xe620c476), QFC(0xffee183b),
+  QFC(0xffe88ba8), QFC(0x04694101), QFC(0x4547daea), QFC(0xe75f8bb8), QFC(0x0000e790),
+  QFC(0xffe83a07), QFC(0x049aa82f), QFC(0x46aea856), QFC(0xe89971b7), QFC(0x00131c75),
+  QFC(0xffe79e16), QFC(0x04cc2fcf), QFC(0x4812f848), QFC(0xe9cea84a), QFC(0x0023b989),
+  QFC(0xffe7746e), QFC(0x04fe20be), QFC(0x4973fef1), QFC(0xeafee7f1), QFC(0x0033b927),
+  QFC(0xffe6d466), QFC(0x05303f88), QFC(0x4ad237a2), QFC(0xec2a3f60), QFC(0x00426f36),
+  QFC(0xffe6afed), QFC(0x05626209), QFC(0x4c2ca3df), QFC(0xed50a31d), QFC(0x00504f41),
+  QFC(0xffe65416), QFC(0x05950122), QFC(0x4d83976c), QFC(0xee71b2fe), QFC(0x005d36df),
+  QFC(0xffe681c6), QFC(0x05c76fed), QFC(0x4ed62be2), QFC(0xef8d4d7b), QFC(0x006928a0),
+  QFC(0xffe66dd0), QFC(0x05f9c051), QFC(0x5024d70e), QFC(0xf0a3959f), QFC(0x007400b8),
+  QFC(0xffe66fab), QFC(0x062bf5ec), QFC(0x516eefb8), QFC(0xf1b461ab), QFC(0x007e0393),
+  QFC(0xffe69423), QFC(0x065dd56a), QFC(0x52b449dd), QFC(0xf2bf6ea4), QFC(0x00872c63),
+  QFC(0xffe6fed4), QFC(0x068f8b44), QFC(0x53f495a9), QFC(0xf3c4e887), QFC(0x008f87aa),
+  QFC(0xffe75361), QFC(0x06c0f0c0), QFC(0x552f8ff6), QFC(0xf4c473c6), QFC(0x0096dcc2),
+  QFC(0xffe80414), QFC(0x06f1825d), QFC(0x56654bdc), QFC(0xf5be0fa9), QFC(0x009da526),
+  QFC(0xffe85b4a), QFC(0x0721bf22), QFC(0x579505f4), QFC(0xf6b1f3c3), QFC(0x00a3508f),
+  QFC(0xffe954d0), QFC(0x075112a2), QFC(0x58befacc), QFC(0xf79fa13a), QFC(0x00a85e94),
+  QFC(0xffea353a), QFC(0x077fedb3), QFC(0x59e2f69e), QFC(0xf887507c), QFC(0x00acbd2f),
+  QFC(0xffeb3849), QFC(0x07ad8c26), QFC(0x5b001db7), QFC(0xf96916f5), QFC(0x00b06b68),
+  QFC(0xffec8409), QFC(0x07da2b7f), QFC(0x5c16d0ae), QFC(0xfa44a069), QFC(0x00b36acd),
+  QFC(0xffedc418), QFC(0x08061671), QFC(0x5d26be9b), QFC(0xfb19b7bd), QFC(0x00b58c8d),
+  QFC(0xffef2395), QFC(0x08303897), QFC(0x5e2f6366), QFC(0xfbe8f5bd), QFC(0x00b73ab0),
+  QFC(0xfff0e7ef), QFC(0x08594887), QFC(0x5f30ff5e), QFC(0xfcb1d740), QFC(0x00b85f70),
+  QFC(0xfff294c3), QFC(0x0880ffdd), QFC(0x602b0c7e), QFC(0xfd7475d8), QFC(0x00b8c6b0),
+  QFC(0xfff48700), QFC(0x08a75da4), QFC(0x611d58a2), QFC(0xfe310657), QFC(0x00b8fe0d),
+  QFC(0xfff681d6), QFC(0x08cb4e23), QFC(0x6207f21f), QFC(0xfee723c6), QFC(0x00b8394b),
+  QFC(0xfff91fc9), QFC(0x08edfeaa), QFC(0x62ea6473), QFC(0xff96db8f), QFC(0x00b74c37),
+  QFC(0xfffb42b0), QFC(0x090ec1fc), QFC(0x63c45243), QFC(0x0040c497), QFC(0x00b5c867),
+  QFC(0xfffdfa24), QFC(0x092d7970), QFC(0x64964062), QFC(0x00e42fa2), QFC(0x00b3d15c),
+  QFC(0x00007134), QFC(0x0949eaac), QFC(0x655f63f1), QFC(0x01816e06), QFC(0x00b1978d),
+  QFC(0x00039609), QFC(0x0963ed46), QFC(0x661fd6b7), QFC(0x02186a92), QFC(0x00af374c),
+  QFC(0x0006b1cf), QFC(0x097c1ee8), QFC(0x66d76724), QFC(0x02a99097), QFC(0x00abe79e),
+  QFC(0x0009aa3f), QFC(0x099140a7), QFC(0x6785c24c), QFC(0x03343534), QFC(0x00a8739d),
+  QFC(0x000d31b5), QFC(0x09a3e163), QFC(0x682b39a3), QFC(0x03b8f8dc), QFC(0x00a520bb),
+  QFC(0x0010bc63), QFC(0x09b3d77f), QFC(0x68c7269b), QFC(0x0437fb0a), QFC(0x00a1039c),
+  QFC(0x001471f8), QFC(0x09c0e59f), QFC(0x6959709c), QFC(0x04b0adcb), QFC(0x009d10bf),
+  QFC(0x0018703f), QFC(0x09cab9f2), QFC(0x69e29783), QFC(0x05237f9d), QFC(0x0098b855),
+  QFC(0x001c3549), QFC(0x09d19ca9), QFC(0x6a619c5e), QFC(0x0590a67d), QFC(0x009424c6),
+  QFC(0x002064f8), QFC(0x09d52709), QFC(0x6ad73e8d), QFC(0x05f7fb90), QFC(0x008f4bfd),
+  QFC(0x0024dd50), QFC(0x09d5560b), QFC(0x6b42a863), QFC(0x06593912), QFC(0x008a7dd7),
+  QFC(0x00293718), QFC(0x09d1fa23), QFC(0x6ba4629e), QFC(0x06b559c3), QFC(0x0085c217),
+  QFC(0x002d8e42), QFC(0x09caeb0f), QFC(0x6bfbdd97), QFC(0x070bbf58), QFC(0x00807994),
+  QFC(0x00329ab6), QFC(0x09c018ce), QFC(0x6c492216), QFC(0x075ca90c), QFC(0x007b3875),
+  QFC(0x003745f9), QFC(0x09b18a1d), QFC(0x6c8c4c79), QFC(0x07a8127d), QFC(0x0075fded),
+  QFC(0x003c1fa4), QFC(0x099ec3dc), QFC(0x6cc59baa), QFC(0x07ee507c), QFC(0x0070c8a5),
+  QFC(0x004103f5), QFC(0x09881dc5), QFC(0x6cf4073d), QFC(0x082f552e), QFC(0x006b47fa),
+  QFC(0x00465348), QFC(0x096d0e21), QFC(0x6d18520d), QFC(0x086b1eec), QFC(0x0065fde5),
+  QFC(0x004b6c46), QFC(0x094d7ec2), QFC(0x6d32730e), QFC(0x08a24899), QFC(0x006090c4),
+  QFC(0x0050b177), QFC(0x09299ead), QFC(0x6d41d963), QFC(0x08d3e41b), QFC(0x005b5371),
+  QFC(0x0055dba1), QFC(0x09015651), QFC(0x6d474e1d), QFC(0x09015651), QFC(0x0055dba1),
+  QFC(0xfe4d1be3), QFC(0xd1c58ace), QFC(0x2e3a7532), QFC(0x01b2e41d), QFC(0x00000000),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_QTW qmf_phaseshift_cos_downsamp32[] =
+{
+  QTC(0x7fd8878e), QTC(0x7e9d55fc), QTC(0x7c29fbee), QTC(0x78848414), QTC(0x73b5ebd1), QTC(0x6dca0d14), QTC(0x66cf8120), QTC(0x5ed77c8a),
+  QTC(0x55f5a4d2), QTC(0x4c3fdff4), QTC(0x41ce1e65), QTC(0x36ba2014), QTC(0x2b1f34eb), QTC(0x1f19f97b), QTC(0x12c8106f), QTC(0x0647d97c),
+  QTC(0xf9b82684), QTC(0xed37ef91), QTC(0xe0e60685), QTC(0xd4e0cb15), QTC(0xc945dfec), QTC(0xbe31e19b), QTC(0xb3c0200c), QTC(0xaa0a5b2e),
+  QTC(0xa1288376), QTC(0x99307ee0), QTC(0x9235f2ec), QTC(0x8c4a142f), QTC(0x877b7bec), QTC(0x83d60412), QTC(0x8162aa04), QTC(0x80277872),
+};
+
+RAM_ALIGN
+LNK_SECTION_CONSTDATA
+const FIXP_QTW qmf_phaseshift_sin_downsamp32[] =
+{
+  QTC(0x0647d97c), QTC(0x12c8106f), QTC(0x1f19f97b), QTC(0x2b1f34eb), QTC(0x36ba2014), QTC(0x41ce1e65), QTC(0x4c3fdff4), QTC(0x55f5a4d2),
+  QTC(0x5ed77c8a), QTC(0x66cf8120), QTC(0x6dca0d14), QTC(0x73b5ebd1), QTC(0x78848414), QTC(0x7c29fbee), QTC(0x7e9d55fc), QTC(0x7fd8878e),
+  QTC(0x7fd8878e), QTC(0x7e9d55fc), QTC(0x7c29fbee), QTC(0x78848414), QTC(0x73b5ebd1), QTC(0x6dca0d14), QTC(0x66cf8120), QTC(0x5ed77c8a),
+  QTC(0x55f5a4d2), QTC(0x4c3fdff4), QTC(0x41ce1e65), QTC(0x36ba2014), QTC(0x2b1f34eb), QTC(0x1f19f97b), QTC(0x12c8106f), QTC(0x0647d97c),
+};
+
+#else /* QMF_NO_POLY == 5 */
+#endif /* QMF_NO_POLY==5 */
+
+
+
+
+
+/*
+ * Low Delay QMF aka CLDFB
+ */
+
+#if defined(QMF_COEFF_16BIT)
+#define QTCFLLD(x)  FL2FXCONST_SGL(x/(float)(1<<QMF_CLDFB_PFT_SCALE))
+#define QTCFLLDT(x)  FL2FXCONST_SGL(x)
+#else
+#define QTCFLLD(x)  FL2FXCONST_DBL(x/(float)(1<<QMF_CLDFB_PFT_SCALE))
+#define QTCFLLDT(x)  FL2FXCONST_DBL(x)
+#endif
+
+
+#ifndef LOW_POWER_SBR_ONLY
+/*!
+  \name QMF-Twiddle
+  \brief QMF twiddle factors
+
+  L=32, gain=2.0, angle = 0.75
+*/
+/* sin/cos (angle) / 2 */
+const FIXP_QTW qmf_phaseshift_cos32_cldfb[32] = {
+  QTCFLLDT(-7.071067e-01), QTCFLLDT(7.071070e-01), QTCFLLDT(7.071064e-01), QTCFLLDT(-7.071073e-01),
+  QTCFLLDT(-7.071061e-01), QTCFLLDT(7.071076e-01), QTCFLLDT(7.071058e-01), QTCFLLDT(-7.071080e-01),
+  QTCFLLDT(-7.071055e-01), QTCFLLDT(7.071083e-01), QTCFLLDT(7.071052e-01), QTCFLLDT(-7.071086e-01),
+  QTCFLLDT(-7.071049e-01), QTCFLLDT(7.071089e-01), QTCFLLDT(7.071046e-01), QTCFLLDT(-7.071092e-01),
+  QTCFLLDT(-7.071042e-01), QTCFLLDT(7.071095e-01), QTCFLLDT(7.071039e-01), QTCFLLDT(-7.071098e-01),
+  QTCFLLDT(-7.071036e-01), QTCFLLDT(7.071101e-01), QTCFLLDT(7.071033e-01), QTCFLLDT(-7.071104e-01),
+  QTCFLLDT(-7.071030e-01), QTCFLLDT(7.071107e-01), QTCFLLDT(7.071027e-01), QTCFLLDT(-7.071111e-01),
+  QTCFLLDT(-7.071024e-01), QTCFLLDT(7.071114e-01), QTCFLLDT(7.071021e-01), QTCFLLDT(-7.071117e-01),
+};
+
+const FIXP_QTW qmf_phaseshift_sin32_cldfb[32] = {
+  QTCFLLDT(7.071068e-01), QTCFLLDT(7.071065e-01), QTCFLLDT(-7.071072e-01), QTCFLLDT(-7.071062e-01),
+  QTCFLLDT(7.071075e-01), QTCFLLDT(7.071059e-01), QTCFLLDT(-7.071078e-01), QTCFLLDT(-7.071056e-01),
+  QTCFLLDT(7.071081e-01), QTCFLLDT(7.071053e-01), QTCFLLDT(-7.071084e-01), QTCFLLDT(-7.071050e-01),
+  QTCFLLDT(7.071087e-01), QTCFLLDT(7.071047e-01), QTCFLLDT(-7.071090e-01), QTCFLLDT(-7.071044e-01),
+  QTCFLLDT(7.071093e-01), QTCFLLDT(7.071041e-01), QTCFLLDT(-7.071096e-01), QTCFLLDT(-7.071038e-01),
+  QTCFLLDT(7.071099e-01), QTCFLLDT(7.071034e-01), QTCFLLDT(-7.071103e-01), QTCFLLDT(-7.071031e-01),
+  QTCFLLDT(7.071106e-01), QTCFLLDT(7.071028e-01), QTCFLLDT(-7.071109e-01), QTCFLLDT(-7.071025e-01),
+  QTCFLLDT(7.071112e-01), QTCFLLDT(7.071022e-01), QTCFLLDT(-7.071115e-01), QTCFLLDT(-7.071019e-01),
+};
+
+
+/* sin/cos (angle) / 128 */
+const FIXP_QTW qmf_phaseshift_cos64_cldfb[64] = {
+  QTCFLLDT(7.071068e-01), QTCFLLDT(-7.071066e-01), QTCFLLDT(-7.071070e-01), QTCFLLDT(7.071065e-01),
+  QTCFLLDT(7.071072e-01), QTCFLLDT(-7.071063e-01), QTCFLLDT(-7.071074e-01), QTCFLLDT(7.071061e-01),
+  QTCFLLDT(7.071075e-01), QTCFLLDT(-7.071059e-01), QTCFLLDT(-7.071078e-01), QTCFLLDT(7.071057e-01),
+  QTCFLLDT(7.071080e-01), QTCFLLDT(-7.071055e-01), QTCFLLDT(-7.071081e-01), QTCFLLDT(7.071053e-01),
+  QTCFLLDT(7.071083e-01), QTCFLLDT(-7.071052e-01), QTCFLLDT(-7.071085e-01), QTCFLLDT(7.071050e-01),
+  QTCFLLDT(7.071087e-01), QTCFLLDT(-7.071048e-01), QTCFLLDT(-7.071089e-01), QTCFLLDT(7.071046e-01),
+  QTCFLLDT(7.071090e-01), QTCFLLDT(-7.071044e-01), QTCFLLDT(-7.071092e-01), QTCFLLDT(7.071042e-01),
+  QTCFLLDT(7.071095e-01), QTCFLLDT(-7.071040e-01), QTCFLLDT(-7.071096e-01), QTCFLLDT(7.071038e-01),
+  QTCFLLDT(7.071098e-01), QTCFLLDT(-7.071037e-01), QTCFLLDT(-7.071100e-01), QTCFLLDT(7.071035e-01),
+  QTCFLLDT(7.071102e-01), QTCFLLDT(-7.071033e-01), QTCFLLDT(-7.071103e-01), QTCFLLDT(7.071031e-01),
+  QTCFLLDT(7.071105e-01), QTCFLLDT(-7.071030e-01), QTCFLLDT(-7.071107e-01), QTCFLLDT(7.071028e-01),
+  QTCFLLDT(7.071109e-01), QTCFLLDT(-7.071025e-01), QTCFLLDT(-7.071111e-01), QTCFLLDT(7.071024e-01),
+  QTCFLLDT(7.071113e-01), QTCFLLDT(-7.071022e-01), QTCFLLDT(-7.071115e-01), QTCFLLDT(7.071020e-01),
+  QTCFLLDT(7.071117e-01), QTCFLLDT(-7.071018e-01), QTCFLLDT(-7.071118e-01), QTCFLLDT(7.071016e-01),
+  QTCFLLDT(7.071120e-01), QTCFLLDT(-7.071015e-01), QTCFLLDT(-7.071122e-01), QTCFLLDT(7.071013e-01),
+  QTCFLLDT(7.071124e-01), QTCFLLDT(-7.071011e-01), QTCFLLDT(-7.071126e-01), QTCFLLDT(7.071009e-01),
+ };
+ const FIXP_QTW qmf_phaseshift_sin64_cldfb[64] = {
+  QTCFLLDT(7.071067e-01), QTCFLLDT(7.071069e-01), QTCFLLDT(-7.071065e-01), QTCFLLDT(-7.071071e-01),
+  QTCFLLDT(7.071064e-01), QTCFLLDT(7.071073e-01), QTCFLLDT(-7.071062e-01), QTCFLLDT(-7.071075e-01),
+  QTCFLLDT(7.071060e-01), QTCFLLDT(7.071077e-01), QTCFLLDT(-7.071058e-01), QTCFLLDT(-7.071078e-01),
+  QTCFLLDT(7.071056e-01), QTCFLLDT(7.071080e-01), QTCFLLDT(-7.071055e-01), QTCFLLDT(-7.071082e-01),
+  QTCFLLDT(7.071053e-01), QTCFLLDT(7.071084e-01), QTCFLLDT(-7.071050e-01), QTCFLLDT(-7.071086e-01),
+  QTCFLLDT(7.071049e-01), QTCFLLDT(7.071088e-01), QTCFLLDT(-7.071047e-01), QTCFLLDT(-7.071090e-01),
+  QTCFLLDT(7.071045e-01), QTCFLLDT(7.071092e-01), QTCFLLDT(-7.071043e-01), QTCFLLDT(-7.071093e-01),
+  QTCFLLDT(7.071041e-01), QTCFLLDT(7.071095e-01), QTCFLLDT(-7.071040e-01), QTCFLLDT(-7.071097e-01),
+  QTCFLLDT(7.071038e-01), QTCFLLDT(7.071099e-01), QTCFLLDT(-7.071036e-01), QTCFLLDT(-7.071100e-01),
+  QTCFLLDT(7.071034e-01), QTCFLLDT(7.071103e-01), QTCFLLDT(-7.071032e-01), QTCFLLDT(-7.071105e-01),
+  QTCFLLDT(7.071030e-01), QTCFLLDT(7.071106e-01), QTCFLLDT(-7.071028e-01), QTCFLLDT(-7.071108e-01),
+  QTCFLLDT(7.071027e-01), QTCFLLDT(7.071110e-01), QTCFLLDT(-7.071025e-01), QTCFLLDT(-7.071112e-01),
+  QTCFLLDT(7.071023e-01), QTCFLLDT(7.071114e-01), QTCFLLDT(-7.071021e-01), QTCFLLDT(-7.071115e-01),
+  QTCFLLDT(7.071019e-01), QTCFLLDT(7.071117e-01), QTCFLLDT(-7.071017e-01), QTCFLLDT(-7.071120e-01),
+  QTCFLLDT(7.071015e-01), QTCFLLDT(7.071121e-01), QTCFLLDT(-7.071013e-01), QTCFLLDT(-7.071123e-01),
+  QTCFLLDT(7.071012e-01), QTCFLLDT(7.071125e-01), QTCFLLDT(-7.071010e-01), QTCFLLDT(-7.071127e-01),
+};
+
+//@}
+
+#endif /* #ifdef LOW_POWER_SBR_ONLY */
+
+
+
+/*!
+  \name QMF
+  \brief  QMF-Table
+          64 channels, N = 640, optimized by PE 010516
+
+  The coeffs are rearranged compared with the reference in the following
+  way:
+  sbr_qmf_64[0] = sbr_qmf_64_reference[0];
+  sbr_qmf_64[1] = sbr_qmf_64_reference[128];
+  sbr_qmf_64[2] = sbr_qmf_64_reference[256];
+  sbr_qmf_64[3] = sbr_qmf_64_reference[384];
+  sbr_qmf_64[4] = sbr_qmf_64_reference[512];
+
+  sbr_qmf_64[5] = sbr_qmf_64_reference[1];
+  sbr_qmf_64[6] = sbr_qmf_64_reference[129];
+  sbr_qmf_64[7] = sbr_qmf_64_reference[257];
+  sbr_qmf_64[8] = sbr_qmf_64_reference[385];
+  sbr_qmf_64[9] = sbr_qmf_64_reference[513];
+  .
+  .
+  .
+  sbr_qmf_64[635] = sbr_qmf_64_reference[127]
+  sbr_qmf_64[636] = sbr_qmf_64_reference[255];
+  sbr_qmf_64[637] = sbr_qmf_64_reference[383];
+  sbr_qmf_64[638] = sbr_qmf_64_reference[511];
+  sbr_qmf_64[639] = sbr_qmf_64_reference[639];
+
+
+  Symmetric properties of qmf coeffs:
+
+       Use point symmetry:
+
+  sbr_qmf_64_640_qmf[320..634] = p_64_640_qmf[314..0]
+
+  Max sum of all FIR filter absolute coefficients is: 0x7FF5B201
+  thus, the filter output is not required to be scaled.
+
+  \showinitializer
+*/
+//@{
+
+LNK_SECTION_CONSTDATA_L1
+RAM_ALIGN
+const FIXP_PFT qmf_cldfb_640[QMF640_CLDFB_PFT_TABLE_SIZE] =
+{
+  QTCFLLD(6.571760e-07), QTCFLLD(-8.010079e-06), QTCFLLD(-1.250743e-03), QTCFLLD(8.996371e-03), QTCFLLD(5.128557e-01),
+  QTCFLLD(4.118360e-07), QTCFLLD(-1.469933e-05), QTCFLLD(-1.194743e-03), QTCFLLD(9.640299e-03), QTCFLLD(5.299510e-01),
+  QTCFLLD(8.109952e-07), QTCFLLD(4.840578e-06), QTCFLLD(-1.151796e-03), QTCFLLD(1.033126e-02), QTCFLLD(5.470652e-01),
+  QTCFLLD(7.099633e-07), QTCFLLD(7.167101e-06), QTCFLLD(-1.099001e-03), QTCFLLD(1.106959e-02), QTCFLLD(5.641523e-01),
+  QTCFLLD(6.834210e-07), QTCFLLD(1.088325e-05), QTCFLLD(-1.047655e-03), QTCFLLD(1.186211e-02), QTCFLLD(5.811993e-01),
+  QTCFLLD(4.292862e-07), QTCFLLD(1.013260e-05), QTCFLLD(-9.862027e-04), QTCFLLD(1.270747e-02), QTCFLLD(5.981877e-01),
+  QTCFLLD(-5.426597e-09), QTCFLLD(5.869707e-06), QTCFLLD(-9.294665e-04), QTCFLLD(1.361072e-02), QTCFLLD(6.151031e-01),
+  QTCFLLD(6.355303e-08), QTCFLLD(1.125135e-05), QTCFLLD(-9.767709e-04), QTCFLLD(1.456209e-02), QTCFLLD(6.319284e-01),
+  QTCFLLD(5.490570e-07), QTCFLLD(2.015445e-05), QTCFLLD(-1.040598e-03), QTCFLLD(1.557759e-02), QTCFLLD(6.486438e-01),
+  QTCFLLD(1.620171e-06), QTCFLLD(2.800456e-05), QTCFLLD(-1.146268e-03), QTCFLLD(1.665188e-02), QTCFLLD(6.652304e-01),
+  QTCFLLD(-6.025110e-10), QTCFLLD(8.975978e-06), QTCFLLD(-1.292866e-03), QTCFLLD(1.778249e-02), QTCFLLD(6.816668e-01),
+  QTCFLLD(-6.325664e-10), QTCFLLD(8.563820e-06), QTCFLLD(-1.196638e-03), QTCFLLD(1.897506e-02), QTCFLLD(6.979337e-01),
+  QTCFLLD(-4.013525e-09), QTCFLLD(1.168895e-05), QTCFLLD(-9.726699e-04), QTCFLLD(2.023525e-02), QTCFLLD(7.140087e-01),
+  QTCFLLD(-4.244091e-09), QTCFLLD(7.300589e-06), QTCFLLD(-8.029620e-04), QTCFLLD(2.156305e-02), QTCFLLD(7.298746e-01),
+  QTCFLLD(-1.846548e-08), QTCFLLD(3.965364e-06), QTCFLLD(-6.754936e-04), QTCFLLD(2.296471e-02), QTCFLLD(7.455112e-01),
+  QTCFLLD(-3.870537e-09), QTCFLLD(1.374896e-06), QTCFLLD(-5.791145e-04), QTCFLLD(2.443434e-02), QTCFLLD(7.609051e-01),
+  QTCFLLD(-8.883499e-10), QTCFLLD(3.798520e-07), QTCFLLD(-4.733148e-04), QTCFLLD(2.597957e-02), QTCFLLD(7.760386e-01),
+  QTCFLLD(5.303528e-08), QTCFLLD(4.469729e-06), QTCFLLD(-2.998740e-04), QTCFLLD(2.760091e-02), QTCFLLD(7.908995e-01),
+  QTCFLLD(7.391974e-08), QTCFLLD(2.461877e-05), QTCFLLD(7.882620e-05), QTCFLLD(2.931526e-02), QTCFLLD(8.054701e-01),
+  QTCFLLD(1.723217e-09), QTCFLLD(4.005269e-05), QTCFLLD(4.708010e-04), QTCFLLD(3.110861e-02), QTCFLLD(8.197387e-01),
+  QTCFLLD(2.443085e-07), QTCFLLD(5.272982e-05), QTCFLLD(8.089812e-04), QTCFLLD(3.298151e-02), QTCFLLD(8.336864e-01),
+  QTCFLLD(1.387567e-08), QTCFLLD(4.939392e-05), QTCFLLD(1.127142e-03), QTCFLLD(3.493300e-02), QTCFLLD(8.472987e-01),
+  QTCFLLD(-5.690531e-06), QTCFLLD(-4.256442e-05), QTCFLLD(1.417367e-03), QTCFLLD(3.696343e-02), QTCFLLD(8.605543e-01),
+  QTCFLLD(3.629067e-06), QTCFLLD(6.582328e-05), QTCFLLD(1.725030e-03), QTCFLLD(3.907138e-02), QTCFLLD(8.734367e-01),
+  QTCFLLD(-5.393556e-08), QTCFLLD(6.481921e-05), QTCFLLD(1.948069e-03), QTCFLLD(4.125570e-02), QTCFLLD(8.859232e-01),
+  QTCFLLD(1.349944e-07), QTCFLLD(3.367998e-05), QTCFLLD(2.033465e-03), QTCFLLD(4.355568e-02), QTCFLLD(8.979959e-01),
+  QTCFLLD(7.326611e-09), QTCFLLD(4.694252e-05), QTCFLLD(2.239143e-03), QTCFLLD(4.599068e-02), QTCFLLD(9.096311e-01),
+  QTCFLLD(2.399696e-07), QTCFLLD(6.904415e-05), QTCFLLD(2.470456e-03), QTCFLLD(4.849285e-02), QTCFLLD(9.208195e-01),
+  QTCFLLD(3.330982e-07), QTCFLLD(5.643103e-05), QTCFLLD(2.630472e-03), QTCFLLD(5.105621e-02), QTCFLLD(9.315442e-01),
+  QTCFLLD(4.767794e-07), QTCFLLD(7.095887e-05), QTCFLLD(2.703019e-03), QTCFLLD(5.368313e-02), QTCFLLD(9.417976e-01),
+  QTCFLLD(3.428661e-07), QTCFLLD(7.872593e-05), QTCFLLD(2.729137e-03), QTCFLLD(5.637219e-02), QTCFLLD(9.515675e-01),
+  QTCFLLD(8.676848e-06), QTCFLLD(2.666445e-04), QTCFLLD(2.719749e-03), QTCFLLD(5.911363e-02), QTCFLLD(9.608520e-01),
+  QTCFLLD(2.722296e-05), QTCFLLD(5.822201e-04), QTCFLLD(2.530907e-03), QTCFLLD(6.192693e-02), QTCFLLD(9.696426e-01),
+  QTCFLLD(3.575651e-07), QTCFLLD(7.870355e-05), QTCFLLD(2.225524e-03), QTCFLLD(6.480449e-02), QTCFLLD(9.779405e-01),
+  QTCFLLD(6.293002e-07), QTCFLLD(7.245096e-05), QTCFLLD(1.891972e-03), QTCFLLD(6.771675e-02), QTCFLLD(9.857388e-01),
+  QTCFLLD(1.070243e-06), QTCFLLD(7.194151e-05), QTCFLLD(1.557112e-03), QTCFLLD(7.064948e-02), QTCFLLD(9.930380e-01),
+  QTCFLLD(-3.225913e-07), QTCFLLD(-7.679955e-05), QTCFLLD(1.194731e-03), QTCFLLD(7.360559e-02), QTCFLLD(9.998286e-01),
+  QTCFLLD(-9.597516e-09), QTCFLLD(-6.093373e-05), QTCFLLD(6.415402e-04), QTCFLLD(7.657650e-02), QTCFLLD(1.006109e+00),
+  QTCFLLD(-8.908041e-08), QTCFLLD(-1.721347e-05), QTCFLLD(1.092526e-04), QTCFLLD(7.955571e-02), QTCFLLD(1.011868e+00),
+  QTCFLLD(-2.285563e-05), QTCFLLD(-8.882305e-05), QTCFLLD(2.934876e-04), QTCFLLD(8.251962e-02), QTCFLLD(1.017100e+00),
+  QTCFLLD(1.013575e-05), QTCFLLD(6.418658e-05), QTCFLLD(5.721223e-04), QTCFLLD(8.547716e-02), QTCFLLD(1.021799e+00),
+  QTCFLLD(-1.706941e-05), QTCFLLD(1.769262e-04), QTCFLLD(6.976561e-04), QTCFLLD(8.841813e-02), QTCFLLD(1.025967e+00),
+  QTCFLLD(1.356728e-06), QTCFLLD(2.206341e-05), QTCFLLD(7.376101e-04), QTCFLLD(9.133591e-02), QTCFLLD(1.029601e+00),
+  QTCFLLD(-1.398913e-08), QTCFLLD(-6.538879e-06), QTCFLLD(7.154124e-04), QTCFLLD(9.421624e-02), QTCFLLD(1.032713e+00),
+  QTCFLLD(3.552992e-08), QTCFLLD(-1.052707e-05), QTCFLLD(7.139920e-04), QTCFLLD(9.705240e-02), QTCFLLD(1.035312e+00),
+  QTCFLLD(4.211177e-07), QTCFLLD(-9.075431e-06), QTCFLLD(6.944123e-04), QTCFLLD(9.982958e-02), QTCFLLD(1.037422e+00),
+  QTCFLLD(5.433719e-07), QTCFLLD(-1.748285e-05), QTCFLLD(6.766320e-04), QTCFLLD(1.025398e-01), QTCFLLD(1.039062e+00),
+  QTCFLLD(8.226600e-08), QTCFLLD(-3.498286e-05), QTCFLLD(6.887784e-04), QTCFLLD(1.051642e-01), QTCFLLD(1.040262e+00),
+  QTCFLLD(1.272705e-07), QTCFLLD(-4.489491e-05), QTCFLLD(6.673250e-04), QTCFLLD(1.076972e-01), QTCFLLD(1.041043e+00),
+  QTCFLLD(2.542598e-07), QTCFLLD(-5.449816e-05), QTCFLLD(5.970697e-04), QTCFLLD(1.101216e-01), QTCFLLD(1.041434e+00),
+  QTCFLLD(6.322770e-07), QTCFLLD(-5.874199e-05), QTCFLLD(4.749931e-04), QTCFLLD(1.124296e-01), QTCFLLD(1.041443e+00),
+  QTCFLLD(2.801882e-08), QTCFLLD(-7.934510e-05), QTCFLLD(3.189336e-04), QTCFLLD(1.146042e-01), QTCFLLD(1.041087e+00),
+  QTCFLLD(5.891904e-07), QTCFLLD(-8.039232e-05), QTCFLLD(1.218226e-04), QTCFLLD(1.166399e-01), QTCFLLD(1.040350e+00),
+  QTCFLLD(7.301957e-07), QTCFLLD(-9.907631e-05), QTCFLLD(-1.324292e-04), QTCFLLD(1.185243e-01), QTCFLLD(1.039228e+00),
+  QTCFLLD(-4.518603e-06), QTCFLLD(-2.217025e-04), QTCFLLD(-4.268575e-04), QTCFLLD(1.202546e-01), QTCFLLD(1.037683e+00),
+  QTCFLLD(-3.561585e-06), QTCFLLD(-2.415166e-04), QTCFLLD(-7.804546e-04), QTCFLLD(1.218184e-01), QTCFLLD(1.035694e+00),
+  QTCFLLD(-1.074717e-07), QTCFLLD(-2.123672e-04), QTCFLLD(-1.156680e-03), QTCFLLD(1.232132e-01), QTCFLLD(1.033206e+00),
+  QTCFLLD(1.323268e-06), QTCFLLD(-2.078299e-04), QTCFLLD(-1.525819e-03), QTCFLLD(1.244270e-01), QTCFLLD(1.030199e+00),
+  QTCFLLD(3.377815e-06), QTCFLLD(-1.885286e-04), QTCFLLD(-1.914115e-03), QTCFLLD(1.254605e-01), QTCFLLD(1.026616e+00),
+  QTCFLLD(5.161607e-06), QTCFLLD(-1.728673e-04), QTCFLLD(-2.292814e-03), QTCFLLD(1.262996e-01), QTCFLLD(1.022470e+00),
+  QTCFLLD(5.924001e-06), QTCFLLD(-1.744842e-04), QTCFLLD(-2.658042e-03), QTCFLLD(1.269416e-01), QTCFLLD(1.017729e+00),
+  QTCFLLD(6.310208e-06), QTCFLLD(-1.784193e-04), QTCFLLD(-3.000423e-03), QTCFLLD(1.273648e-01), QTCFLLD(1.012508e+00),
+  QTCFLLD(3.357219e-06), QTCFLLD(-2.131406e-04), QTCFLLD(-3.318858e-03), QTCFLLD(1.275561e-01), QTCFLLD(1.006893e+00),
+  QTCFLLD(5.189087e-06), QTCFLLD(-2.078886e-04), QTCFLLD(-3.597476e-03), QTCFLLD(1.274568e-01), QTCFLLD(1.001463e+00),
+  QTCFLLD(4.178050e-06), QTCFLLD(-4.663778e-05), QTCFLLD(-3.870852e-03), QTCFLLD(1.273591e-01), QTCFLLD(9.927544e-01),
+  QTCFLLD(5.364807e-06), QTCFLLD(-5.889277e-06), QTCFLLD(-4.135130e-03), QTCFLLD(1.272499e-01), QTCFLLD(9.807692e-01),
+  QTCFLLD(4.083719e-06), QTCFLLD(-1.774108e-05), QTCFLLD(-4.351668e-03), QTCFLLD(1.268281e-01), QTCFLLD(9.690017e-01),
+  QTCFLLD(3.567581e-06), QTCFLLD(-2.599468e-08), QTCFLLD(-4.517190e-03), QTCFLLD(1.261262e-01), QTCFLLD(9.568886e-01),
+  QTCFLLD(3.262754e-06), QTCFLLD(1.260640e-05), QTCFLLD(-4.636228e-03), QTCFLLD(1.251477e-01), QTCFLLD(9.443803e-01),
+  QTCFLLD(2.041128e-06), QTCFLLD(2.364519e-05), QTCFLLD(-4.704321e-03), QTCFLLD(1.238869e-01), QTCFLLD(9.313874e-01),
+  QTCFLLD(-2.567965e-08), QTCFLLD(2.806963e-05), QTCFLLD(-4.722568e-03), QTCFLLD(1.223371e-01), QTCFLLD(9.179666e-01),
+  QTCFLLD(2.714879e-07), QTCFLLD(4.493916e-05), QTCFLLD(-4.663276e-03), QTCFLLD(1.204854e-01), QTCFLLD(9.041286e-01),
+  QTCFLLD(2.150884e-06), QTCFLLD(5.408155e-05), QTCFLLD(-4.554811e-03), QTCFLLD(1.183233e-01), QTCFLLD(8.899474e-01),
+  QTCFLLD(5.818595e-06), QTCFLLD(3.759630e-05), QTCFLLD(-4.369554e-03), QTCFLLD(1.158359e-01), QTCFLLD(8.754641e-01),
+  QTCFLLD(-1.686137e-09), QTCFLLD(2.515118e-05), QTCFLLD(-4.091033e-03), QTCFLLD(1.130180e-01), QTCFLLD(8.607492e-01),
+  QTCFLLD(-1.775191e-09), QTCFLLD(2.406517e-05), QTCFLLD(-3.794425e-03), QTCFLLD(1.098551e-01), QTCFLLD(8.458450e-01),
+  QTCFLLD(-2.222072e-09), QTCFLLD(3.628511e-05), QTCFLLD(-3.460363e-03), QTCFLLD(1.063455e-01), QTCFLLD(8.308040e-01),
+  QTCFLLD(-1.280675e-08), QTCFLLD(2.241546e-05), QTCFLLD(-3.064311e-03), QTCFLLD(1.024805e-01), QTCFLLD(8.156523e-01),
+  QTCFLLD(-6.977078e-08), QTCFLLD(1.499170e-05), QTCFLLD(-2.621537e-03), QTCFLLD(9.826251e-02), QTCFLLD(8.004165e-01),
+  QTCFLLD(-1.409927e-08), QTCFLLD(5.009913e-06), QTCFLLD(-2.124648e-03), QTCFLLD(9.368652e-02), QTCFLLD(7.851012e-01),
+  QTCFLLD(-2.986489e-09), QTCFLLD(1.277184e-06), QTCFLLD(-1.594861e-03), QTCFLLD(8.875756e-02), QTCFLLD(7.697093e-01),
+  QTCFLLD(1.876022e-07), QTCFLLD(1.580189e-05), QTCFLLD(-1.061499e-03), QTCFLLD(8.347151e-02), QTCFLLD(7.542294e-01),
+  QTCFLLD(1.737277e-07), QTCFLLD(5.533953e-05), QTCFLLD(-6.169855e-04), QTCFLLD(7.783300e-02), QTCFLLD(7.386515e-01),
+  QTCFLLD(3.818589e-09), QTCFLLD(8.870182e-05), QTCFLLD(-2.004823e-04), QTCFLLD(7.184074e-02), QTCFLLD(7.229599e-01),
+  QTCFLLD(5.143615e-07), QTCFLLD(1.035783e-04), QTCFLLD(2.048499e-04), QTCFLLD(6.550209e-02), QTCFLLD(7.071448e-01),
+  QTCFLLD(2.820292e-08), QTCFLLD(9.990758e-05), QTCFLLD(5.621721e-04), QTCFLLD(5.881297e-02), QTCFLLD(6.911982e-01),
+  QTCFLLD(4.677016e-06), QTCFLLD(1.181078e-04), QTCFLLD(9.373975e-04), QTCFLLD(5.177965e-02), QTCFLLD(6.751199e-01),
+  QTCFLLD(3.361682e-06), QTCFLLD(2.126365e-05), QTCFLLD(1.344657e-03), QTCFLLD(4.439684e-02), QTCFLLD(6.589149e-01),
+  QTCFLLD(-4.880845e-08), QTCFLLD(5.861800e-05), QTCFLLD(1.812176e-03), QTCFLLD(3.666943e-02), QTCFLLD(6.425940e-01),
+  QTCFLLD(2.267731e-07), QTCFLLD(5.021906e-05), QTCFLLD(2.172866e-03), QTCFLLD(2.857528e-02), QTCFLLD(6.261725e-01),
+  QTCFLLD(5.158213e-09), QTCFLLD(4.150075e-05), QTCFLLD(1.985825e-03), QTCFLLD(2.012237e-02), QTCFLLD(6.096690e-01),
+  QTCFLLD(-2.066962e-07), QTCFLLD(3.799972e-05), QTCFLLD(1.697653e-03), QTCFLLD(1.132324e-02), QTCFLLD(5.930982e-01),
+  QTCFLLD(4.883305e-07), QTCFLLD(6.606462e-05), QTCFLLD(1.471167e-03), QTCFLLD(2.184257e-03), QTCFLLD(5.764735e-01),
+  QTCFLLD(8.254430e-07), QTCFLLD(9.755685e-05), QTCFLLD(1.232134e-03), QTCFLLD(-7.298198e-03), QTCFLLD(5.598052e-01),
+  QTCFLLD(9.464783e-07), QTCFLLD(1.831121e-04), QTCFLLD(8.990256e-04), QTCFLLD(-1.711324e-02), QTCFLLD(5.430990e-01),
+  QTCFLLD(-1.232693e-05), QTCFLLD(-5.901618e-07), QTCFLLD(6.150317e-04), QTCFLLD(-2.726484e-02), QTCFLLD(5.263554e-01),
+  QTCFLLD(3.867483e-05), QTCFLLD(-3.595054e-04), QTCFLLD(6.307841e-04), QTCFLLD(-3.775928e-02), QTCFLLD(5.095721e-01),
+  QTCFLLD(-9.870548e-07), QTCFLLD(-1.815837e-04), QTCFLLD(4.366447e-04), QTCFLLD(-4.859006e-02), QTCFLLD(4.927464e-01),
+  QTCFLLD(-1.089501e-06), QTCFLLD(-9.204876e-05), QTCFLLD(1.498232e-04), QTCFLLD(-5.973742e-02), QTCFLLD(4.758754e-01),
+  QTCFLLD(-1.569003e-06), QTCFLLD(-5.192444e-05), QTCFLLD(-9.099723e-05), QTCFLLD(-7.120357e-02), QTCFLLD(4.589583e-01),
+  QTCFLLD(-2.778618e-07), QTCFLLD(6.487880e-05), QTCFLLD(-3.337967e-04), QTCFLLD(-8.298103e-02), QTCFLLD(4.420014e-01),
+  QTCFLLD(6.757015e-09), QTCFLLD(5.397065e-05), QTCFLLD(-5.599348e-04), QTCFLLD(-9.506967e-02), QTCFLLD(4.250144e-01),
+  QTCFLLD(1.496436e-07), QTCFLLD(2.472024e-05), QTCFLLD(-7.677634e-04), QTCFLLD(-1.074631e-01), QTCFLLD(4.080155e-01),
+  QTCFLLD(2.068297e-05), QTCFLLD(9.711682e-05), QTCFLLD(-9.730460e-04), QTCFLLD(-1.201629e-01), QTCFLLD(3.910244e-01),
+  QTCFLLD(-9.388963e-06), QTCFLLD(5.144969e-05), QTCFLLD(-1.131860e-03), QTCFLLD(-1.331545e-01), QTCFLLD(3.740644e-01),
+  QTCFLLD(-1.402925e-05), QTCFLLD(-1.039264e-04), QTCFLLD(-1.283281e-03), QTCFLLD(-1.464389e-01), QTCFLLD(3.571528e-01),
+  QTCFLLD(-2.757611e-06), QTCFLLD(2.853437e-06), QTCFLLD(-1.480543e-03), QTCFLLD(-1.600062e-01), QTCFLLD(3.403074e-01),
+  QTCFLLD(2.945239e-08), QTCFLLD(1.334091e-05), QTCFLLD(-1.699161e-03), QTCFLLD(-1.738542e-01), QTCFLLD(3.235299e-01),
+  QTCFLLD(-7.873304e-08), QTCFLLD(2.443161e-05), QTCFLLD(-1.924845e-03), QTCFLLD(-1.879712e-01), QTCFLLD(3.068187e-01),
+  QTCFLLD(-9.897194e-07), QTCFLLD(3.568555e-05), QTCFLLD(-2.152380e-03), QTCFLLD(-2.023548e-01), QTCFLLD(2.901491e-01),
+  QTCFLLD(-1.922074e-06), QTCFLLD(6.193370e-05), QTCFLLD(-2.396404e-03), QTCFLLD(-2.169926e-01), QTCFLLD(2.734977e-01),
+  QTCFLLD(-2.765650e-07), QTCFLLD(1.176237e-04), QTCFLLD(-2.653819e-03), QTCFLLD(-2.318815e-01), QTCFLLD(2.568176e-01),
+  QTCFLLD(-4.636105e-07), QTCFLLD(1.635906e-04), QTCFLLD(-2.927159e-03), QTCFLLD(-2.470098e-01), QTCFLLD(2.400768e-01),
+  QTCFLLD(-9.607069e-07), QTCFLLD(2.060394e-04), QTCFLLD(-3.209093e-03), QTCFLLD(-2.623749e-01), QTCFLLD(2.232277e-01),
+  QTCFLLD(-1.907927e-06), QTCFLLD(2.346981e-04), QTCFLLD(-3.505531e-03), QTCFLLD(-2.779638e-01), QTCFLLD(2.062605e-01),
+  QTCFLLD(-1.551251e-08), QTCFLLD(2.520607e-04), QTCFLLD(-3.811612e-03), QTCFLLD(-2.937725e-01), QTCFLLD(1.891590e-01),
+  QTCFLLD(-1.653464e-06), QTCFLLD(2.556450e-04), QTCFLLD(-4.133640e-03), QTCFLLD(-3.097862e-01), QTCFLLD(1.719726e-01),
+  QTCFLLD(-2.043464e-06), QTCFLLD(3.157664e-04), QTCFLLD(-4.448993e-03), QTCFLLD(-3.259994e-01), QTCFLLD(1.547461e-01),
+  QTCFLLD(1.622786e-05), QTCFLLD(6.205676e-04), QTCFLLD(-4.754192e-03), QTCFLLD(-3.423942e-01), QTCFLLD(1.376150e-01),
+  QTCFLLD(1.395221e-05), QTCFLLD(7.847840e-04), QTCFLLD(-5.063851e-03), QTCFLLD(-3.589627e-01), QTCFLLD(1.206924e-01),
+  QTCFLLD(4.591010e-07), QTCFLLD(9.019129e-04), QTCFLLD(-5.394570e-03), QTCFLLD(-3.756822e-01), QTCFLLD(1.042033e-01),
+  QTCFLLD(-6.261944e-06), QTCFLLD(1.054963e-03), QTCFLLD(-5.741103e-03), QTCFLLD(-3.925409e-01), QTCFLLD(8.829745e-02),
+  QTCFLLD(-1.606051e-05), QTCFLLD(1.089429e-03), QTCFLLD(-6.109179e-03), QTCFLLD(-4.095160e-01), QTCFLLD(7.325979e-02),
+  QTCFLLD(-2.464228e-05), QTCFLLD(1.122503e-03), QTCFLLD(-6.500503e-03), QTCFLLD(-4.265950e-01), QTCFLLD(5.918678e-02),
+  QTCFLLD(-2.976824e-05), QTCFLLD(1.177515e-03), QTCFLLD(-6.925141e-03), QTCFLLD(-4.437530e-01), QTCFLLD(4.634696e-02),
+  QTCFLLD(-3.177468e-05), QTCFLLD(1.226113e-03), QTCFLLD(-7.380544e-03), QTCFLLD(-4.609829e-01), QTCFLLD(3.450719e-02),
+  QTCFLLD(-4.373302e-05), QTCFLLD(1.263569e-03), QTCFLLD(-7.876393e-03), QTCFLLD(-4.782650e-01), QTCFLLD(2.353060e-02),
+  QTCFLLD(-3.299004e-05), QTCFLLD(1.287819e-03), QTCFLLD(-8.407749e-03), QTCFLLD(-4.956175e-01), QTCFLLD(1.129580e-02),
+};
+
+RAM_ALIGN
+const FIXP_PFT qmf_cldfb_320[QMF320_CLDFB_PFT_TABLE_SIZE] =
+{
+QTCFLLD(5.345060e-07), QTCFLLD(-1.135471e-05), QTCFLLD(-1.222743e-03), QTCFLLD(9.318335e-03), QTCFLLD(5.214033e-01),
+QTCFLLD(7.604792e-07), QTCFLLD(6.003839e-06), QTCFLLD(-1.125398e-03), QTCFLLD(1.070043e-02), QTCFLLD(5.556087e-01),
+QTCFLLD(5.563536e-07), QTCFLLD(1.050792e-05), QTCFLLD(-1.016929e-03), QTCFLLD(1.228479e-02), QTCFLLD(5.896935e-01),
+QTCFLLD(2.906322e-08), QTCFLLD(8.560527e-06), QTCFLLD(-9.531187e-04), QTCFLLD(1.408640e-02), QTCFLLD(6.235157e-01),
+QTCFLLD(1.084614e-06), QTCFLLD(2.407951e-05), QTCFLLD(-1.093433e-03), QTCFLLD(1.611474e-02), QTCFLLD(6.569371e-01),
+QTCFLLD(-6.175387e-10), QTCFLLD(8.769899e-06), QTCFLLD(-1.244752e-03), QTCFLLD(1.837877e-02), QTCFLLD(6.898003e-01),
+QTCFLLD(-4.128808e-09), QTCFLLD(9.494767e-06), QTCFLLD(-8.878160e-04), QTCFLLD(2.089915e-02), QTCFLLD(7.219416e-01),
+QTCFLLD(-1.116801e-08), QTCFLLD(2.670130e-06), QTCFLLD(-6.273041e-04), QTCFLLD(2.369952e-02), QTCFLLD(7.532082e-01),
+QTCFLLD(2.607347e-08), QTCFLLD(2.424790e-06), QTCFLLD(-3.865944e-04), QTCFLLD(2.679024e-02), QTCFLLD(7.834691e-01),
+QTCFLLD(3.782148e-08), QTCFLLD(3.233573e-05), QTCFLLD(2.748136e-04), QTCFLLD(3.021193e-02), QTCFLLD(8.126044e-01),
+QTCFLLD(1.290921e-07), QTCFLLD(5.106187e-05), QTCFLLD(9.680615e-04), QTCFLLD(3.395726e-02), QTCFLLD(8.404925e-01),
+QTCFLLD(-1.030732e-06), QTCFLLD(1.162943e-05), QTCFLLD(1.571198e-03), QTCFLLD(3.801740e-02), QTCFLLD(8.669955e-01),
+QTCFLLD(4.052940e-08), QTCFLLD(4.924960e-05), QTCFLLD(1.990767e-03), QTCFLLD(4.240569e-02), QTCFLLD(8.919595e-01),
+QTCFLLD(1.236481e-07), QTCFLLD(5.799333e-05), QTCFLLD(2.354800e-03), QTCFLLD(4.724177e-02), QTCFLLD(9.152253e-01),
+QTCFLLD(4.049388e-07), QTCFLLD(6.369496e-05), QTCFLLD(2.666746e-03), QTCFLLD(5.236967e-02), QTCFLLD(9.366709e-01),
+QTCFLLD(4.509857e-06), QTCFLLD(1.726852e-04), QTCFLLD(2.724443e-03), QTCFLLD(5.774291e-02), QTCFLLD(9.562097e-01),
+QTCFLLD(1.379026e-05), QTCFLLD(3.304619e-04), QTCFLLD(2.378216e-03), QTCFLLD(6.336571e-02), QTCFLLD(9.737916e-01),
+QTCFLLD(8.497715e-07), QTCFLLD(7.219624e-05), QTCFLLD(1.724542e-03), QTCFLLD(6.918311e-02), QTCFLLD(9.893883e-01),
+QTCFLLD(-1.660944e-07), QTCFLLD(-6.886664e-05), QTCFLLD(9.181354e-04), QTCFLLD(7.509105e-02), QTCFLLD(1.002969e+00),
+QTCFLLD(-1.147235e-05), QTCFLLD(-5.301826e-05), QTCFLLD(2.013701e-04), QTCFLLD(8.103766e-02), QTCFLLD(1.014484e+00),
+QTCFLLD(-3.466829e-06), QTCFLLD(1.205564e-04), QTCFLLD(6.348892e-04), QTCFLLD(8.694765e-02), QTCFLLD(1.023883e+00),
+QTCFLLD(6.713692e-07), QTCFLLD(7.762268e-06), QTCFLLD(7.265112e-04), QTCFLLD(9.277608e-02), QTCFLLD(1.031157e+00),
+QTCFLLD(2.283238e-07), QTCFLLD(-9.801253e-06), QTCFLLD(7.042022e-04), QTCFLLD(9.844099e-02), QTCFLLD(1.036367e+00),
+QTCFLLD(3.128189e-07), QTCFLLD(-2.623285e-05), QTCFLLD(6.827052e-04), QTCFLLD(1.038520e-01), QTCFLLD(1.039662e+00),
+QTCFLLD(1.907652e-07), QTCFLLD(-4.969654e-05), QTCFLLD(6.321974e-04), QTCFLLD(1.089094e-01), QTCFLLD(1.041239e+00),
+QTCFLLD(3.301479e-07), QTCFLLD(-6.904354e-05), QTCFLLD(3.969634e-04), QTCFLLD(1.135169e-01), QTCFLLD(1.041265e+00),
+QTCFLLD(6.596931e-07), QTCFLLD(-8.973431e-05), QTCFLLD(-5.303260e-06), QTCFLLD(1.175821e-01), QTCFLLD(1.039789e+00),
+QTCFLLD(-4.040094e-06), QTCFLLD(-2.316096e-04), QTCFLLD(-6.036561e-04), QTCFLLD(1.210365e-01), QTCFLLD(1.036689e+00),
+QTCFLLD(6.078980e-07), QTCFLLD(-2.100985e-04), QTCFLLD(-1.341249e-03), QTCFLLD(1.238201e-01), QTCFLLD(1.031702e+00),
+QTCFLLD(4.269711e-06), QTCFLLD(-1.806979e-04), QTCFLLD(-2.103464e-03), QTCFLLD(1.258800e-01), QTCFLLD(1.024543e+00),
+QTCFLLD(6.117105e-06), QTCFLLD(-1.764517e-04), QTCFLLD(-2.829232e-03), QTCFLLD(1.271532e-01), QTCFLLD(1.015119e+00),
+QTCFLLD(4.273153e-06), QTCFLLD(-2.105146e-04), QTCFLLD(-3.458167e-03), QTCFLLD(1.275064e-01), QTCFLLD(1.004178e+00),
+QTCFLLD(4.771428e-06), QTCFLLD(-2.626353e-05), QTCFLLD(-4.002991e-03), QTCFLLD(1.273045e-01), QTCFLLD(9.867618e-01),
+QTCFLLD(3.825650e-06), QTCFLLD(-8.883540e-06), QTCFLLD(-4.434429e-03), QTCFLLD(1.264771e-01), QTCFLLD(9.629451e-01),
+QTCFLLD(2.651941e-06), QTCFLLD(1.812579e-05), QTCFLLD(-4.670274e-03), QTCFLLD(1.245173e-01), QTCFLLD(9.378839e-01),
+QTCFLLD(1.229041e-07), QTCFLLD(3.650440e-05), QTCFLLD(-4.692922e-03), QTCFLLD(1.214113e-01), QTCFLLD(9.110476e-01),
+QTCFLLD(3.984739e-06), QTCFLLD(4.583892e-05), QTCFLLD(-4.462183e-03), QTCFLLD(1.170796e-01), QTCFLLD(8.827057e-01),
+QTCFLLD(-1.730664e-09), QTCFLLD(2.460818e-05), QTCFLLD(-3.942729e-03), QTCFLLD(1.114366e-01), QTCFLLD(8.532971e-01),
+QTCFLLD(-7.514413e-09), QTCFLLD(2.935029e-05), QTCFLLD(-3.262337e-03), QTCFLLD(1.044130e-01), QTCFLLD(8.232281e-01),
+QTCFLLD(-4.193503e-08), QTCFLLD(1.000081e-05), QTCFLLD(-2.373092e-03), QTCFLLD(9.597452e-02), QTCFLLD(7.927589e-01),
+QTCFLLD(9.230786e-08), QTCFLLD(8.539538e-06), QTCFLLD(-1.328180e-03), QTCFLLD(8.611453e-02), QTCFLLD(7.619694e-01),
+QTCFLLD(8.877312e-08), QTCFLLD(7.202067e-05), QTCFLLD(-4.087339e-04), QTCFLLD(7.483687e-02), QTCFLLD(7.308058e-01),
+QTCFLLD(2.712822e-07), QTCFLLD(1.017429e-04), QTCFLLD(3.835110e-04), QTCFLLD(6.215753e-02), QTCFLLD(6.991715e-01),
+QTCFLLD(4.019349e-06), QTCFLLD(6.968570e-05), QTCFLLD(1.141027e-03), QTCFLLD(4.808825e-02), QTCFLLD(6.670174e-01),
+QTCFLLD(8.898233e-08), QTCFLLD(5.441853e-05), QTCFLLD(1.992521e-03), QTCFLLD(3.262236e-02), QTCFLLD(6.343833e-01),
+QTCFLLD(-1.007690e-07), QTCFLLD(3.975024e-05), QTCFLLD(1.841739e-03), QTCFLLD(1.572281e-02), QTCFLLD(6.013836e-01),
+QTCFLLD(6.568868e-07), QTCFLLD(8.181074e-05), QTCFLLD(1.351651e-03), QTCFLLD(-2.556970e-03), QTCFLLD(5.681393e-01),
+QTCFLLD(-5.690228e-06), QTCFLLD(9.126098e-05), QTCFLLD(7.570286e-04), QTCFLLD(-2.218904e-02), QTCFLLD(5.347272e-01),
+QTCFLLD(1.884389e-05), QTCFLLD(-2.705446e-04), QTCFLLD(5.337144e-04), QTCFLLD(-4.317467e-02), QTCFLLD(5.011593e-01),
+QTCFLLD(-1.329252e-06), QTCFLLD(-7.198660e-05), QTCFLLD(2.941296e-05), QTCFLLD(-6.547049e-02), QTCFLLD(4.674168e-01),
+QTCFLLD(-1.355524e-07), QTCFLLD(5.942472e-05), QTCFLLD(-4.468657e-04), QTCFLLD(-8.902535e-02), QTCFLLD(4.335079e-01),
+QTCFLLD(1.041631e-05), QTCFLLD(6.091853e-05), QTCFLLD(-8.704047e-04), QTCFLLD(-1.138130e-01), QTCFLLD(3.995200e-01),
+QTCFLLD(-1.170911e-05), QTCFLLD(-2.623833e-05), QTCFLLD(-1.207570e-03), QTCFLLD(-1.397967e-01), QTCFLLD(3.656086e-01),
+QTCFLLD(-1.364079e-06), QTCFLLD(8.097173e-06), QTCFLLD(-1.589852e-03), QTCFLLD(-1.669302e-01), QTCFLLD(3.319187e-01),
+QTCFLLD(-5.342262e-07), QTCFLLD(3.005858e-05), QTCFLLD(-2.038612e-03), QTCFLLD(-1.951630e-01), QTCFLLD(2.984839e-01),
+QTCFLLD(-1.099320e-06), QTCFLLD(8.977871e-05), QTCFLLD(-2.525111e-03), QTCFLLD(-2.244371e-01), QTCFLLD(2.651577e-01),
+QTCFLLD(-7.121587e-07), QTCFLLD(1.848150e-04), QTCFLLD(-3.068126e-03), QTCFLLD(-2.546924e-01), QTCFLLD(2.316523e-01),
+QTCFLLD(-9.617199e-07), QTCFLLD(2.433794e-04), QTCFLLD(-3.658572e-03), QTCFLLD(-2.858681e-01), QTCFLLD(1.977098e-01),
+QTCFLLD(-1.848464e-06), QTCFLLD(2.857057e-04), QTCFLLD(-4.291316e-03), QTCFLLD(-3.178928e-01), QTCFLLD(1.633594e-01),
+QTCFLLD(1.509004e-05), QTCFLLD(7.026758e-04), QTCFLLD(-4.909021e-03), QTCFLLD(-3.506784e-01), QTCFLLD(1.291537e-01),
+QTCFLLD(-2.901422e-06), QTCFLLD(9.784381e-04), QTCFLLD(-5.567837e-03), QTCFLLD(-3.841116e-01), QTCFLLD(9.625038e-02),
+QTCFLLD(-2.035140e-05), QTCFLLD(1.105966e-03), QTCFLLD(-6.304841e-03), QTCFLLD(-4.180555e-01), QTCFLLD(6.622328e-02),
+QTCFLLD(-3.077146e-05), QTCFLLD(1.201814e-03), QTCFLLD(-7.152842e-03), QTCFLLD(-4.523680e-01), QTCFLLD(4.042707e-02),
+QTCFLLD(-3.836153e-05), QTCFLLD(1.275694e-03), QTCFLLD(-8.142071e-03), QTCFLLD(-4.869413e-01), QTCFLLD(1.741320e-02),
+};
+
+
+
+
+
+
+//@{
+/*!
+  \name DCT_II twiddle factors, L=64
+*/
+/*! sin (3.14159265358979323 / (2*L) * n) , L=64*/
+LNK_SECTION_CONSTDATA
+RAM_ALIGN
+const FIXP_WTP sin_twiddle_L64[]=
+{
+  WTCP(0x7fffffff, 0x00000000), WTCP(0x7ff62182, 0x03242abf), WTCP(0x7fd8878e, 0x0647d97c), WTCP(0x7fa736b4, 0x096a9049),
+  WTCP(0x7f62368f, 0x0c8bd35e), WTCP(0x7f0991c4, 0x0fab272b), WTCP(0x7e9d55fc, 0x12c8106f), WTCP(0x7e1d93ea, 0x15e21445),
+  WTCP(0x7d8a5f40, 0x18f8b83c), WTCP(0x7ce3ceb2, 0x1c0b826a), WTCP(0x7c29fbee, 0x1f19f97b), WTCP(0x7b5d039e, 0x2223a4c5),
+  WTCP(0x7a7d055b, 0x25280c5e), WTCP(0x798a23b1, 0x2826b928), WTCP(0x78848414, 0x2b1f34eb), WTCP(0x776c4edb, 0x2e110a62),
+  WTCP(0x7641af3d, 0x30fbc54d), WTCP(0x7504d345, 0x33def287), WTCP(0x73b5ebd1, 0x36ba2014), WTCP(0x72552c85, 0x398cdd32),
+  WTCP(0x70e2cbc6, 0x3c56ba70), WTCP(0x6f5f02b2, 0x3f1749b8), WTCP(0x6dca0d14, 0x41ce1e65), WTCP(0x6c242960, 0x447acd50),
+  WTCP(0x6a6d98a4, 0x471cece7), WTCP(0x68a69e81, 0x49b41533), WTCP(0x66cf8120, 0x4c3fdff4), WTCP(0x64e88926, 0x4ebfe8a5),
+  WTCP(0x62f201ac, 0x5133cc94), WTCP(0x60ec3830, 0x539b2af0), WTCP(0x5ed77c8a, 0x55f5a4d2), WTCP(0x5cb420e0, 0x5842dd54),
+  WTCP(0x5a82799a, 0x5a82799a)
+  , WTCP(0x5842dd54, 0x5cb420e0), WTCP(0x55f5a4d2, 0x5ed77c8a), WTCP(0x539b2af0, 0x60ec3830),
+  WTCP(0x5133cc94, 0x62f201ac), WTCP(0x4ebfe8a5, 0x64e88926), WTCP(0x4c3fdff4, 0x66cf8120), WTCP(0x49b41533, 0x68a69e81),
+  WTCP(0x471cece7, 0x6a6d98a4), WTCP(0x447acd50, 0x6c242960), WTCP(0x41ce1e65, 0x6dca0d14), WTCP(0x3f1749b8, 0x6f5f02b2),
+  WTCP(0x3c56ba70, 0x70e2cbc6), WTCP(0x398cdd32, 0x72552c85), WTCP(0x36ba2014, 0x73b5ebd1), WTCP(0x33def287, 0x7504d345),
+  WTCP(0x30fbc54d, 0x7641af3d), WTCP(0x2e110a62, 0x776c4edb), WTCP(0x2b1f34eb, 0x78848414), WTCP(0x2826b928, 0x798a23b1),
+  WTCP(0x25280c5e, 0x7a7d055b), WTCP(0x2223a4c5, 0x7b5d039e), WTCP(0x1f19f97b, 0x7c29fbee), WTCP(0x1c0b826a, 0x7ce3ceb2),
+  WTCP(0x18f8b83c, 0x7d8a5f40), WTCP(0x15e21445, 0x7e1d93ea), WTCP(0x12c8106f, 0x7e9d55fc), WTCP(0x0fab272b, 0x7f0991c4),
+  WTCP(0x0c8bd35e, 0x7f62368f), WTCP(0x096a9049, 0x7fa736b4), WTCP(0x0647d97c, 0x7fd8878e), WTCP(0x03242abf, 0x7ff62182)
+};
+
+LNK_SECTION_CONSTDATA
+RAM_ALIGN
+const FIXP_WTP SineWindow64[] =
+{
+  WTCP(0x7ffd885a, 0x01921d20), WTCP(0x7fe9cbc0, 0x04b6195d), WTCP(0x7fc25596, 0x07d95b9e), WTCP(0x7f872bf3, 0x0afb6805),
+  WTCP(0x7f3857f6, 0x0e1bc2e4), WTCP(0x7ed5e5c6, 0x1139f0cf), WTCP(0x7e5fe493, 0x145576b1), WTCP(0x7dd6668f, 0x176dd9de),
+  WTCP(0x7d3980ec, 0x1a82a026), WTCP(0x7c894bde, 0x1d934fe5), WTCP(0x7bc5e290, 0x209f701c), WTCP(0x7aef6323, 0x23a6887f),
+  WTCP(0x7a05eead, 0x26a82186), WTCP(0x7909a92d, 0x29a3c485), WTCP(0x77fab989, 0x2c98fbba), WTCP(0x76d94989, 0x2f875262),
+  WTCP(0x75a585cf, 0x326e54c7), WTCP(0x745f9dd1, 0x354d9057), WTCP(0x7307c3d0, 0x382493b0), WTCP(0x719e2cd2, 0x3af2eeb7),
+  WTCP(0x7023109a, 0x3db832a6), WTCP(0x6e96a99d, 0x4073f21d), WTCP(0x6cf934fc, 0x4325c135), WTCP(0x6b4af279, 0x45cd358f),
+  WTCP(0x698c246c, 0x4869e665), WTCP(0x67bd0fbd, 0x4afb6c98), WTCP(0x65ddfbd3, 0x4d8162c4), WTCP(0x63ef3290, 0x4ffb654d),
+  WTCP(0x61f1003f, 0x5269126e), WTCP(0x5fe3b38d, 0x54ca0a4b), WTCP(0x5dc79d7c, 0x571deefa), WTCP(0x5b9d1154, 0x59646498),
+};
+
+
+LNK_SECTION_CONSTDATA
+RAM_ALIGN
+const FIXP_WTP SineWindow32[] =
+{
+  WTCP(0x7ff62182, 0x03242abf), WTCP(0x7fa736b4, 0x096a9049), WTCP(0x7f0991c4, 0x0fab272b), WTCP(0x7e1d93ea, 0x15e21445),
+  WTCP(0x7ce3ceb2, 0x1c0b826a), WTCP(0x7b5d039e, 0x2223a4c5), WTCP(0x798a23b1, 0x2826b928), WTCP(0x776c4edb, 0x2e110a62),
+  WTCP(0x7504d345, 0x33def287), WTCP(0x72552c85, 0x398cdd32), WTCP(0x6f5f02b2, 0x3f1749b8), WTCP(0x6c242960, 0x447acd50),
+  WTCP(0x68a69e81, 0x49b41533), WTCP(0x64e88926, 0x4ebfe8a5), WTCP(0x60ec3830, 0x539b2af0), WTCP(0x5cb420e0, 0x5842dd54),
+};
+
+
+
+
+
+
+
+
+const USHORT sqrt_tab[49]={
+0x5a82, 0x5d4b, 0x6000, 0x62a1,
+0x6531, 0x67b1, 0x6a21, 0x6c84,
+0x6ed9, 0x7123, 0x7360, 0x7593,
+0x77bb, 0x79da, 0x7bef, 0x7dfb,
+0x8000, 0x81fc, 0x83f0, 0x85dd,
+0x87c3, 0x89a3, 0x8b7c, 0x8d4e,
+0x8f1b, 0x90e2, 0x92a4, 0x9460,
+0x9617, 0x97ca, 0x9977, 0x9b20,
+0x9cc4, 0x9e64, 0xa000, 0xa197,
+0xa32b, 0xa4ba, 0xa646, 0xa7cf,
+0xa953, 0xaad5, 0xac53, 0xadcd,
+0xaf45, 0xb0b9, 0xb22b, 0xb399,
+0xb504};
+
+LNK_SECTION_CONSTDATA_L1
+const FIXP_DBL invCount[50]=  /* This could be 16-bit wide */
+{
+    0x00000000, 0x7fffffff, 0x40000000, 0x2aaaaaab, 0x20000000,
+    0x1999999a, 0x15555555, 0x12492492, 0x10000000, 0x0e38e38e,
+    0x0ccccccd, 0x0ba2e8ba, 0x0aaaaaab, 0x09d89d8a, 0x09249249,
+    0x08888889, 0x08000000, 0x07878788, 0x071c71c7, 0x06bca1af,
+    0x06666666, 0x06186186, 0x05d1745d, 0x0590b216, 0x05555555,
+    0x051eb852, 0x04ec4ec5, 0x04bda12f, 0x04924925, 0x0469ee58,
+    0x04444444, 0x04210842, 0x04000000, 0x03e0f83e, 0x03c3c3c4,
+    0x03a83a84, 0x038e38e4, 0x03759f23, 0x035e50d8, 0x03483483,
+    0x03333333, 0x031f3832, 0x030c30c3, 0x02fa0be8, 0x02e8ba2f,
+    0x02d82d83, 0x02c8590b, 0x02b93105, 0x02aaaaab, 0x029cbc15
+};
+
+
+/*
+ * Bitstream data lists
+ */
+
+/*
+ * AOT {2,5,29}
+ * epConfig = -1
+ */
+
+static const rbd_id_t el_aac_sce[] = {
+  adtscrc_start_reg1,
+  element_instance_tag,
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  /* gain_control_data, */
+  spectral_data,
+  adtscrc_end_reg1,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_sce = {
+  el_aac_sce,
+  { NULL, NULL }
+};
+
+static const rbd_id_t el_aac_cpe[] = {
+  adtscrc_start_reg1,
+  element_instance_tag,
+  common_window,
+  link_sequence
+};
+
+static const rbd_id_t el_aac_cpe0[] =
+{
+  /*common_window = 0*/
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  spectral_data,
+  next_channel,
+
+  adtscrc_start_reg2,
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  spectral_data,
+  adtscrc_end_reg1,
+  adtscrc_end_reg2,
+  end_of_sequence
+};
+
+static const rbd_id_t el_aac_cpe1[] =
+{
+  /* common_window = 1 */
+  ics_info,
+  ms,
+
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  spectral_data,
+  next_channel,
+
+  adtscrc_start_reg2,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  tns_data,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  spectral_data,
+  adtscrc_end_reg1,
+  adtscrc_end_reg2,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_cpe0 = {
+  el_aac_cpe0,
+  { NULL, NULL }
+};
+
+static const struct element_list node_aac_cpe1 = {
+  el_aac_cpe1,
+  { NULL, NULL }
+};
+
+static const element_list_t node_aac_cpe = {
+  el_aac_cpe,
+  { &node_aac_cpe0, &node_aac_cpe1 }
+};
+
+#define el_mpegsres_sce &el_aac_sce[2]
+
+static const element_list_t node_mpegsres_sce = {
+  el_mpegsres_sce,
+  { NULL, NULL }
+};
+
+static const element_list_t node_mpegsres_cpe = {
+  el_aac_cpe1,
+  { NULL, NULL }
+};
+
+
+/*
+ * AOT C- {17,23}
+ * epConfig = 0,1
+ */
+static const rbd_id_t el_aac_sce_epc0[] = {
+  element_instance_tag,
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  gain_control_data,
+  esc1_hcr,   /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  tns_data,
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_sce_epc0 = {
+  el_aac_sce_epc0,
+  { NULL, NULL }
+};
+
+static const rbd_id_t el_aac_sce_epc1[] = {
+  element_instance_tag,
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  esc1_hcr,   /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  tns_data,
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_sce_epc1 = {
+  el_aac_sce_epc1,
+  { NULL, NULL }
+};
+
+static const rbd_id_t el_aac_cpe0_epc0[] = {
+  /* common_window = 0 */
+  /* ESC 1: */
+  global_gain,
+  ics_info,
+  /* ltp_data_present,
+     ltp_data,
+  */
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  esc1_hcr,  /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  /* ESC 2: */
+  esc2_rvlc, /* rvlc_cod_sf, rvlc_esc_sf */
+  /* ESC 3: */
+  tns_data,
+  /* ESC 4: */
+  spectral_data,
+  next_channel,
+
+  /* ESC 1: */
+  global_gain,
+  ics_info,
+  /* ltp_data_present,
+     ltp_data,
+  */
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  esc1_hcr,   /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  /* ESC 2: */
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  /* ESC 3: */
+  tns_data,
+  /* ESC 4: */
+  spectral_data,
+  end_of_sequence
+};
+
+static const rbd_id_t el_aac_cpe1_epc0[] = {
+  /* common_window = 1 */
+  /* ESC 0: */
+  ics_info,
+  /* ltp_data_present,
+     ltp_data,
+     next_channel,
+     ltp_data_present,
+     ltp_data,
+     next_channel,
+  */
+  ms,
+
+  /* ESC 1: */
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  esc1_hcr,   /* length_of_reordered_spectral_data, length_of_longest_codeword */
+  /* ESC 2: */
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  /* ESC 3: */
+  tns_data,
+  /* ESC 4: */
+  spectral_data,
+  next_channel,
+
+  /* ESC 1: */
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  esc1_hcr,   /* length_of_reordered_spectral_data, length_of_longest_codeword */
+  /* ESC 2: */
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  /* ESC 3: */
+  tns_data,
+  /* ESC 4: */
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_cpe0_epc0 = {
+  el_aac_cpe0_epc0,
+  { NULL, NULL }
+};
+
+static const struct element_list node_aac_cpe1_epc0 = {
+  el_aac_cpe1_epc0,
+  { NULL, NULL }
+};
+
+static const element_list_t node_aac_cpe_epc0 = {
+  el_aac_cpe,
+  { &node_aac_cpe0_epc0, &node_aac_cpe1_epc0 }
+};
+
+static const rbd_id_t el_aac_cpe0_epc1[] = {
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  next_channel,
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  next_channel,
+  esc1_hcr,  /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  next_channel,
+  esc1_hcr,  /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  next_channel,
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  next_channel,
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  next_channel,
+  tns_data,
+  next_channel,
+  tns_data,
+  next_channel,
+  spectral_data,
+  next_channel,
+  spectral_data,
+  end_of_sequence
+};
+
+static const rbd_id_t el_aac_cpe1_epc1[] = {
+  ics_info,
+  ms,
+  ltp_data_present,
+  ltp_data,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  next_channel,
+
+  ltp_data_present,
+  ltp_data,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  pulse,
+  tns_data_present,
+  gain_control_data_present,
+  /*gain_control_data,*/
+  next_channel,
+  esc1_hcr,  /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  next_channel,
+  esc1_hcr,  /*length_of_rvlc_escapes, length_of_rvlc_sf */
+  next_channel,
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+  next_channel,
+  esc2_rvlc,  /* rvlc_cod_sf, rvlc_esc_sf */
+
+  next_channel,
+  tns_data,
+  next_channel,
+  tns_data,
+  next_channel,
+  spectral_data,
+  next_channel,
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_aac_cpe0_epc1 = {
+  el_aac_cpe0_epc1,
+  { NULL, NULL }
+};
+
+static const struct element_list node_aac_cpe1_epc1 = {
+  el_aac_cpe1_epc1,
+  { NULL, NULL }
+};
+
+static const element_list_t node_aac_cpe_epc1 = {
+  el_aac_cpe,
+  { &node_aac_cpe0_epc1, &node_aac_cpe1_epc1 }
+};
+
+
+
+/*
+ * AOT = 39
+ * epConfig = 0
+ */
+static const rbd_id_t el_eld_sce_epc0[] = {
+  global_gain,
+  ics_info,
+  section_data,
+  scale_factor_data,
+  tns_data_present,
+  tns_data,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_eld_sce_epc0 = {
+  el_eld_sce_epc0,
+  { NULL, NULL }
+};
+
+#define node_eld_sce_epc1 node_eld_sce_epc0
+
+static const rbd_id_t el_eld_cpe_epc0[] = {
+  ics_info,
+  ms,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  tns_data_present,
+  tns_data,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+  next_channel,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  tns_data_present,
+  tns_data,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+  end_of_sequence
+};
+
+static const rbd_id_t el_eld_cpe_epc1[] = {
+  ics_info,
+  ms,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  tns_data_present,
+  next_channel,
+  global_gain,
+  section_data,
+  scale_factor_data,
+  tns_data_present,
+  next_channel,
+  tns_data,
+  next_channel,
+  tns_data,
+  next_channel,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+  next_channel,
+  esc1_hcr,
+  esc2_rvlc,
+  spectral_data,
+  end_of_sequence
+};
+
+static const struct element_list node_eld_cpe_epc0 = {
+  el_eld_cpe_epc0,
+  { NULL, NULL }
+};
+
+static const struct element_list node_eld_cpe_epc1 = {
+  el_eld_cpe_epc1,
+  { NULL, NULL }
+};
+
+
+const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer)
+{
+  switch (aot) {
+    case AOT_AAC_LC:
+    case AOT_SBR:
+    case AOT_PS:
+      FDK_ASSERT(epConfig == -1);
+      if (nChannels == 1) {
+        return &node_aac_sce;
+      } else {
+        return &node_aac_cpe;
+      }
+      break;
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LD:
+      if (nChannels == 1) {
+        if (epConfig == 0) {
+          return &node_aac_sce_epc0;
+        } else {
+          return &node_aac_sce_epc1;
+        }
+      } else {
+        if (epConfig == 0)
+          return &node_aac_cpe_epc0;
+        else
+          return &node_aac_cpe_epc1;
+      }
+      break;
+    case AOT_ER_AAC_ELD:
+      if (nChannels == 1) {
+        if (epConfig <= 0)
+          return &node_eld_sce_epc0;
+        else
+          return &node_eld_sce_epc1;
+      } else {
+        if (epConfig <= 0)
+          return &node_eld_cpe_epc0;
+        else
+          return &node_eld_cpe_epc1;
+      }
+    case AOT_MPEGS_RESIDUALS:
+      if (nChannels == 1) {
+        return &node_mpegsres_sce;
+      } else {
+        return &node_mpegsres_cpe;
+      }
+      break;
+    default:
+      break;
+  }
+  return NULL;
+}
+
+
diff --git a/libFDK/src/FDK_trigFcts.cpp b/libFDK/src/FDK_trigFcts.cpp
new file mode 100644 (file)
index 0000000..1f3a017
--- /dev/null
@@ -0,0 +1,330 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Haricharan Lakshman, Manuel Jander
+   Description: Trigonometric functions fixed point fractional implementation.
+
+******************************************************************************/
+
+#include "FDK_trigFcts.h"
+
+#include "fixpoint_math.h"
+
+
+
+
+#define IMPROVE_ATAN2_ACCURACY  1  // 0 --> 59 dB SNR     1 --> 65 dB SNR
+#define MINSFTAB  7
+#define MAXSFTAB 25
+
+#if IMPROVE_ATAN2_ACCURACY
+static const FIXP_DBL f_atan_expand_range[MAXSFTAB-(MINSFTAB-1)]  =
+{
+  /*****************************************************************************
+   *
+   *  Table holds fixp_atan() output values which are outside of input range
+   *  of fixp_atan() to improve SNR of fixp_atan2().
+   *
+   *  This Table might also be used in fixp_atan() [todo] so there a wider input
+   *  range can be covered, too.
+   *
+   *  Matlab (generate table):
+   *    for scl = 7:25            % MINSFTAB .. MAXSFTAB
+   *      at=atan(0.5 *(2^scl));  % 0.5 because get in 'middle' area of current scale level 'scl'
+   *      at/2                    % div at by ATO_SCALE
+   *    end
+   *
+   *  Table divided by 2=ATO_SCALE  <--  SF=ATO_SF
+   *****************************************************************************/
+   FL2FXCONST_DBL(7.775862990872099e-001), FL2FXCONST_DBL(7.814919928673978e-001), FL2FXCONST_DBL(7.834450483314648e-001),
+   FL2FXCONST_DBL(7.844216021392089e-001), FL2FXCONST_DBL(7.849098823026687e-001), FL2FXCONST_DBL(7.851540227918509e-001),
+   FL2FXCONST_DBL(7.852760930873737e-001), FL2FXCONST_DBL(7.853371282415015e-001), FL2FXCONST_DBL(7.853676458193612e-001),
+   FL2FXCONST_DBL(7.853829046083906e-001), FL2FXCONST_DBL(7.853905340029177e-001), FL2FXCONST_DBL(7.853943487001828e-001),
+   FL2FXCONST_DBL(7.853962560488155e-001), FL2FXCONST_DBL(7.853972097231319e-001), FL2FXCONST_DBL(7.853976865602901e-001),
+   FL2FXCONST_DBL(7.853979249788692e-001), FL2FXCONST_DBL(7.853980441881587e-001), FL2FXCONST_DBL(7.853981037928035e-001),
+   FL2FXCONST_DBL(7.853981335951259e-001)
+   //     pi/4 = 0.785398163397448 = pi/2/ATO_SCALE
+};
+#endif
+
+FIXP_DBL fixp_atan2(FIXP_DBL y, FIXP_DBL x)
+{
+    FIXP_DBL q;
+    FIXP_DBL at;  // atan  out
+    FIXP_DBL at2; // atan2 out
+    FIXP_DBL ret = FL2FXCONST_DBL(-1.0f);
+    INT sf,sfo,stf;
+
+    // --- division
+
+    if      (y > FL2FXCONST_DBL(0.0f))
+    {
+        if      (x > FL2FXCONST_DBL(0.0f)) {
+                                           q =  fDivNormHighPrec( y, x, &sf); // both pos.
+        }
+        else if (x < FL2FXCONST_DBL(0.0f)) {
+                                           q = -fDivNormHighPrec( y,-x, &sf); // x neg.
+        }
+        else {//(x ==FL2FXCONST_DBL(0.0f))
+                                           q =  FL2FXCONST_DBL(+1.0f);  // y/x = pos/zero = +Inf
+                                           sf = 0;
+        }
+    }
+    else if (y < FL2FXCONST_DBL(0.0f))
+    {
+        if      (x > FL2FXCONST_DBL(0.0f)) {
+                                           q = -fDivNormHighPrec(-y, x, &sf); // y neg.
+        }
+        else if (x < FL2FXCONST_DBL(0.0f)) {
+                                           q =  fDivNormHighPrec(-y,-x, &sf); // both neg.
+        }
+        else {//(x ==FL2FXCONST_DBL(0.0f))
+                                           q =  FL2FXCONST_DBL(-1.0f);  // y/x = neg/zero = -Inf
+                                           sf = 0;
+        }
+    }
+    else { // (y ==FL2FXCONST_DBL(0.0f))
+        q = FL2FXCONST_DBL(0.0f);
+        sf = 0;
+    }
+    sfo = sf;
+
+    // --- atan()
+
+    if  ( sfo > ATI_SF ) {
+        // --- could not calc fixp_atan() here bec of input data out of range
+        //     ==> therefore give back boundary values
+
+        #if IMPROVE_ATAN2_ACCURACY
+        if (sfo > MAXSFTAB) sfo = MAXSFTAB;
+        #endif
+
+        if      (  q > FL2FXCONST_DBL(0.0f) ) {
+           #if IMPROVE_ATAN2_ACCURACY
+            at = +f_atan_expand_range[sfo-ATI_SF-1];
+           #else
+            at = FL2FXCONST_DBL( +M_PI/2 / ATO_SCALE);
+           #endif
+        }
+        else if (  q < FL2FXCONST_DBL(0.0f) ) {
+           #if IMPROVE_ATAN2_ACCURACY
+            at = -f_atan_expand_range[sfo-ATI_SF-1];
+           #else
+            at = FL2FXCONST_DBL( -M_PI/2 / ATO_SCALE);
+           #endif
+        }
+        else {  // q== FL2FXCONST_DBL(0.0f)
+            at = FL2FXCONST_DBL( 0.0f );
+        }
+    }else{
+        // --- calc of fixp_atan() is possible; input data within range
+        //     ==> set q on fixed scale level as desired from fixp_atan()
+        stf = sfo - ATI_SF;
+        if (stf > 0)  q = q << (INT)fMin( stf,DFRACT_BITS-1);
+        else          q = q >> (INT)fMin(-stf,DFRACT_BITS-1);
+        at = fixp_atan(q);  // ATO_SF
+    }
+
+    // --- atan2()
+
+    at2 = at >> (AT2O_SF - ATO_SF); // now AT2O_SF for atan2
+    if      (  x > FL2FXCONST_DBL(0.0f) ) {
+        ret = at2;
+    }
+    else if (  x < FL2FXCONST_DBL(0.0f) ) {
+        if (  y >= FL2FXCONST_DBL(0.0f) ) {
+            ret = at2 + FL2FXCONST_DBL( M_PI / AT2O_SCALE);
+        } else {
+            ret = at2 - FL2FXCONST_DBL( M_PI / AT2O_SCALE);
+        }
+    }
+    else {
+        // x == 0
+        if      ( y >  FL2FXCONST_DBL(0.0f) ) {
+            ret = FL2FXCONST_DBL( +M_PI/2 / AT2O_SCALE);
+        }
+        else if ( y <  FL2FXCONST_DBL(0.0f) ) {
+            ret = FL2FXCONST_DBL( -M_PI/2 / AT2O_SCALE);
+        }
+        else if ( y == FL2FXCONST_DBL(0.0f) ) {
+            ret = FL2FXCONST_DBL(0.0f);
+        }
+    }
+    return ret;
+}
+
+
+FIXP_DBL fixp_atan(FIXP_DBL x)
+{
+    INT sign;
+    FIXP_DBL result, temp;
+
+    // SNR of fixp_atan() = 56 dB
+    FIXP_DBL ONEBY3P56  = (FIXP_DBL)0x26800000; // 1.0/3.56 in q31
+    FIXP_DBL P281       = (FIXP_DBL)0x00013000; // 0.281 in q18
+    FIXP_DBL ONEP571    = (FIXP_DBL)0x6487ef00; // 1.571 in q30
+
+    if (x < FIXP_DBL(0)) {
+      sign = 1;
+      x = - x ;
+    } else {
+      sign = 0;
+    }
+
+    /* calc of arctan */
+    if(x < ( Q(Q_ATANINP)-FL2FXCONST_DBL(0.00395)) )
+    {
+        INT res_e;
+
+        temp = fPow2(x);            // q25 * q25 - (DFRACT_BITS-1) = q19
+        temp = fMult(temp, ONEBY3P56);      // q19 * q31 - (DFRACT_BITS-1) = q19
+        temp = temp + Q(19);                // q19 + q19 = q19
+        result = fDivNorm(x, temp, &res_e);
+        result = scaleValue(result, (Q_ATANOUT-Q_ATANINP+19-DFRACT_BITS+1) + res_e  );
+    }
+    else if( x < FL2FXCONST_DBL(1.28/64.0) )
+    {
+        FIXP_DBL delta_fix;
+        FIXP_DBL PI_BY_4 = FL2FXCONST_DBL(3.1415926/4.0) >> 1; /* pi/4 in q30 */
+
+        delta_fix = (x - FL2FXCONST_DBL(1.0/64.0)) << 5; /* q30 */
+        result = PI_BY_4 + (delta_fix >> 1) - (fPow2Div2(delta_fix));
+    }
+    else
+    {
+        INT res_e;
+
+        temp = fPow2Div2(x);        // q25 * q25 - (DFRACT_BITS-1) - 1 = q18
+        temp = temp + P281;                 // q18 + q18 = q18
+        result = fDivNorm(x, temp, &res_e);
+        result = scaleValue(result, (Q_ATANOUT-Q_ATANINP+18-DFRACT_BITS+1) + res_e );
+        result = ONEP571 - result;          // q30 + q30 = q30
+    }
+    if (sign) {
+      result = -result;
+    }
+
+    return(result);
+}
+
+
+
+#include "FDK_tools_rom.h"
+
+FIXP_DBL fixp_cos(FIXP_DBL x, int scale)
+{
+    FIXP_DBL residual, error, sine, cosine;
+    
+    residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
+    error = fMult(sine, residual);
+
+    return cosine - error;
+}
+
+FIXP_DBL fixp_sin(FIXP_DBL x, int scale)
+{
+    FIXP_DBL residual, error, sine, cosine;
+    
+    residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
+    error = fMult(cosine, residual);
+
+    return sine + error;
+}
+
+void fixp_cos_sin (FIXP_DBL x, int scale, FIXP_DBL *cos, FIXP_DBL *sin)
+{
+    FIXP_DBL residual, error0, error1, sine, cosine;
+    
+    residual = fixp_sin_cos_residual_inline(x, scale, &sine, &cosine);
+    error0 = fMult(sine, residual);
+    error1 = fMult(cosine, residual);
+    *cos  = cosine - error0;
+    *sin  = sine + error1;
+}
+
+
+
+
+
diff --git a/libFDK/src/arm/autocorr2nd.cpp b/libFDK/src/arm/autocorr2nd.cpp
new file mode 100644 (file)
index 0000000..cc76e30
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+ *
+ * \brief Calculate second order autocorrelation
+ *
+ */
+
+
diff --git a/libFDK/src/arm/dct_arm.cpp b/libFDK/src/arm/dct_arm.cpp
new file mode 100644 (file)
index 0000000..59b773e
--- /dev/null
@@ -0,0 +1,456 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+
+
+#ifdef FUNCTION_dct_IV_func1
+
+/*
+   Note: This assembler routine is here, because the ARM926 compiler does
+         not encode the inline assembler with optimal speed.
+         With this version, we save 2 cycles per loop iteration.
+*/
+
+__asm  void dct_IV_func1(
+    int i,
+    const FIXP_SPK *twiddle,
+    FIXP_DBL *RESTRICT pDat_0,
+    FIXP_DBL *RESTRICT pDat_1)
+{
+    /* Register map:
+       r0   i
+       r1   twiddle
+       r2   pDat_0
+       r3   pDat_1
+       r4   accu1
+       r5   accu2
+       r6   accu3
+       r7   accu4
+       r8   val_tw
+       r9   accuX
+    */
+    PUSH    {r4-r9}
+
+     /* 44 cycles for 2 iterations = 22 cycles/iteration */
+dct_IV_loop1_start
+/*  First iteration */
+    LDR     r8, [r1], #4    // val_tw = *twiddle++;
+    LDR     r5, [r2, #0]    // accu2 = pDat_0[0]
+    LDR     r4, [r3, #0]    // accu1 = pDat_1[0]
+
+    SMULWT  r9, r5, r8      // accuX = accu2*val_tw.l
+    SMULWB  r5, r5, r8      // accu2 = accu2*val_tw.h
+    RSB     r9, r9, #0      // accuX =-accu2*val_tw.l
+    SMLAWT  r5, r4, r8, r5  // accu2 = accu2*val_tw.h + accu1*val_tw.l
+    SMLAWB  r4, r4, r8, r9  // accu1 = accu1*val_tw.h - accu2*val_tw.l
+
+    LDR     r8, [r1], #4    // val_tw = *twiddle++;
+    LDR     r7, [r3, #-4]   // accu4 = pDat_1[-1]
+    LDR     r6, [r2, #4]    // accu3 = pDat_0[1]
+
+    SMULWB  r9, r7, r8      // accuX = accu4*val_tw.h
+    SMULWT  r7, r7, r8      // accu4 = accu4*val_tw.l
+    RSB     r9, r9, #0      // accuX =-accu4*val_tw.h
+    SMLAWB  r7, r6, r8, r7  // accu4 = accu4*val_tw.l+accu3*val_tw.h
+    SMLAWT  r6, r6, r8, r9  // accu3 = accu3*val_tw.l-accu4*val_tw.h
+
+    STR     r5, [r2], #4    // *pDat_0++ = accu2
+    STR     r4, [r2], #4    // *pDat_0++ = accu1
+    STR     r6, [r3], #-4   // *pDat_1-- = accu3
+    STR     r7, [r3], #-4   // *pDat_1-- = accu4
+
+/*  Second iteration */
+    LDR     r8, [r1], #4    // val_tw = *twiddle++;
+    LDR     r5, [r2, #0]    // accu2 = pDat_0[0]
+    LDR     r4, [r3, #0]    // accu1 = pDat_1[0]
+
+    SMULWT  r9, r5, r8      // accuX = accu2*val_tw.l
+    SMULWB  r5, r5, r8      // accu2 = accu2*val_tw.h
+    RSB     r9, r9, #0      // accuX =-accu2*val_tw.l
+    SMLAWT  r5, r4, r8, r5  // accu2 = accu2*val_tw.h + accu1*val_tw.l
+    SMLAWB  r4, r4, r8, r9  // accu1 = accu1*val_tw.h - accu2*val_tw.l
+
+    LDR     r8, [r1], #4    // val_tw = *twiddle++;
+    LDR     r7, [r3, #-4]   // accu4 = pDat_1[-1]
+    LDR     r6, [r2, #4]    // accu3 = pDat_0[1]
+
+    SMULWB  r9, r7, r8      // accuX = accu4*val_tw.h
+    SMULWT  r7, r7, r8      // accu4 = accu4*val_tw.l
+    RSB     r9, r9, #0      // accuX =-accu4*val_tw.h
+    SMLAWB  r7, r6, r8, r7  // accu4 = accu4*val_tw.l+accu3*val_tw.h
+    SMLAWT  r6, r6, r8, r9  // accu3 = accu3*val_tw.l-accu4*val_tw.h
+
+    STR     r5, [r2], #4    // *pDat_0++ = accu2
+    STR     r4, [r2], #4    // *pDat_0++ = accu1
+    STR     r6, [r3], #-4   // *pDat_1-- = accu3
+    STR     r7, [r3], #-4   // *pDat_1-- = accu4
+
+    SUBS    r0, r0, #1
+    BNE     dct_IV_loop1_start
+
+    POP     {r4-r9}
+
+    BX      lr
+}
+
+#endif /* FUNCTION_dct_IV_func1 */
+
+
+#ifdef FUNCTION_dct_IV_func2
+
+FDK_INLINE
+/* __attribute__((noinline)) */
+static void dct_IV_func2(
+    int i,
+    const FIXP_SPK *twiddle,
+    FIXP_DBL *pDat_0,
+    FIXP_DBL *pDat_1,
+    int inc)
+{
+  FIXP_DBL accu1, accu2, accu3, accu4, accuX;
+  LONG val_tw;
+
+  accu1 = pDat_1[-2];
+  accu2 = pDat_1[-1];
+
+  *--pDat_1 = -(pDat_0[1]>>1);
+  *pDat_0++ = (pDat_0[0]>>1);
+
+  twiddle += inc;
+
+__asm
+  {
+    LDR     val_tw, [twiddle], inc, LSL #2    // val_tw = *twiddle; twiddle += inc
+    B       dct_IV_loop2_2nd_part
+
+    /* 42 cycles for 2 iterations = 21 cycles/iteration */
+dct_IV_loop2:
+    SMULWT  accuX, accu2, val_tw
+    SMULWB  accu2, accu2, val_tw
+    RSB     accuX, accuX, #0
+    SMLAWB  accuX, accu1, val_tw, accuX
+    SMLAWT  accu2, accu1, val_tw, accu2
+    STR     accuX, [pDat_0], #4
+    STR     accu2, [pDat_1, #-4] !
+
+    LDR     accu4, [pDat_0, #4]
+    LDR     accu3, [pDat_0]
+    SMULWB  accuX, accu4, val_tw
+    SMULWT  accu4, accu4, val_tw
+    RSB     accuX, accuX, #0
+    SMLAWT  accuX, accu3, val_tw, accuX
+    SMLAWB  accu4, accu3, val_tw, accu4
+
+    LDR     accu1, [pDat_1, #-8]
+    LDR     accu2, [pDat_1, #-4]
+
+    LDR     val_tw, [twiddle], inc, LSL #2    // val_tw = *twiddle; twiddle += inc
+
+    STR     accuX, [pDat_1, #-4] !
+    STR     accu4, [pDat_0], #4
+
+dct_IV_loop2_2nd_part:
+    SMULWT  accuX, accu2, val_tw
+    SMULWB  accu2, accu2, val_tw
+    RSB     accuX, accuX, #0
+    SMLAWB  accuX, accu1, val_tw, accuX
+    SMLAWT  accu2, accu1, val_tw, accu2
+    STR     accuX, [pDat_0], #4
+    STR     accu2, [pDat_1, #-4] !
+
+    LDR     accu4, [pDat_0, #4]
+    LDR     accu3, [pDat_0]
+    SMULWB  accuX, accu4, val_tw
+    SMULWT  accu4, accu4, val_tw
+    RSB     accuX, accuX, #0
+    SMLAWT  accuX, accu3, val_tw, accuX
+    SMLAWB  accu4, accu3, val_tw, accu4
+
+    LDR     accu1, [pDat_1, #-8]
+    LDR     accu2, [pDat_1, #-4]
+
+    STR     accuX, [pDat_1, #-4] !
+    STR     accu4, [pDat_0], #4
+
+    LDR     val_tw, [twiddle], inc, LSL #2    // val_tw = *twiddle; twiddle += inc
+
+    SUBS    i, i, #1
+    BNE     dct_IV_loop2
+  }
+
+  /* Last Sin and Cos value pair are the same */
+  accu1 = fMultDiv2(accu1, WTC(0x5a82799a));
+  accu2 = fMultDiv2(accu2, WTC(0x5a82799a));
+
+  *--pDat_1 = accu1 + accu2;
+  *pDat_0++ = accu1 - accu2;
+}
+#endif /* FUNCTION_dct_IV_func2 */
+
+
+#ifdef FUNCTION_dst_IV_func1
+
+__asm void dst_IV_func1(
+    int i,
+    const FIXP_SPK *twiddle,
+    FIXP_DBL *pDat_0,
+    FIXP_DBL *pDat_1)
+{
+    /* Register map:
+       r0   i
+       r1   twiddle
+       r2   pDat_0
+       r3   pDat_1
+       r4   accu1
+       r5   accu2
+       r6   accu3
+       r7   accu4
+       r8   val_tw
+       r9   accuX
+    */
+    PUSH    {r4-r9}
+
+dst_IV_loop1
+    LDR     r8, [r1], #4               // val_tw = *twiddle++
+    LDR     r5, [r2]                   // accu2 = pDat_0[0]
+    LDR     r6, [r2, #4]               // accu3 = pDat_0[1]
+    RSB     r5, r5, #0                 // accu2 = -accu2
+    SMULWT  r9, r5, r8                 // accuX = (-accu2)*val_tw.l
+    LDR     r4, [r3, #-4]              // accu1 = pDat_1[-1]
+    RSB     r9, r9, #0                 // accuX = -(-accu2)*val_tw.l
+    SMLAWB  r9, r4, r8, r9             // accuX = accu1*val_tw.h-(-accu2)*val_tw.l
+    SMULWT  r4, r4, r8                 // accu1 = accu1*val_tw.l
+    LDR     r7, [r3, #-8]              // accu4 = pDat_1[-2]
+    SMLAWB  r5, r5, r8, r4             // accu2 = (-accu2)*val_tw.t+accu1*val_tw.l
+    LDR     r8, [r1], #4               // val_tw = *twiddle++
+    STR     r5, [r2], #4               // *pDat_0++ = accu2
+    STR     r9, [r2], #4               // *pDat_0++ = accu1 (accuX)
+    RSB     r7, r7, #0                 // accu4 = -accu4
+    SMULWB  r5, r7, r8                 // accu2 = (-accu4)*val_tw.h
+    SMULWB  r4, r6, r8                 // accu1 = (-accu4)*val_tw.l
+    RSB     r5, r5, #0                 // accu2 = -(-accu4)*val_tw.h
+    SMLAWT  r6, r6, r8, r5             // accu3 = (-accu4)*val_tw.l-(-accu3)*val_tw.h
+    SMLAWT  r7, r7, r8, r4             // accu4 = (-accu3)*val_tw.l+(-accu4)*val_tw.h
+    STR     r6, [r3, #-4] !            // *--pDat_1 = accu3
+    STR     r7, [r3, #-4] !            // *--pDat_1 = accu4
+
+    LDR     r8, [r1], #4               // val_tw = *twiddle++
+    LDR     r5, [r2]                   // accu2 = pDat_0[0]
+    LDR     r6, [r2, #4]               // accu3 = pDat_0[1]
+    RSB     r5, r5, #0                 // accu2 = -accu2
+    SMULWT  r9, r5, r8                 // accuX = (-accu2)*val_tw.l
+    LDR     r4, [r3, #-4]              // accu1 = pDat_1[-1]
+    RSB     r9, r9, #0                 // accuX = -(-accu2)*val_tw.l
+    SMLAWB  r9, r4, r8, r9             // accuX = accu1*val_tw.h-(-accu2)*val_tw.l
+    SMULWT  r4, r4, r8                 // accu1 = accu1*val_tw.l
+    LDR     r7, [r3, #-8]              // accu4 = pDat_1[-2]
+    SMLAWB  r5, r5, r8, r4             // accu2 = (-accu2)*val_tw.t+accu1*val_tw.l
+    LDR     r8, [r1], #4               // val_tw = *twiddle++
+    STR     r5, [r2], #4               // *pDat_0++ = accu2
+    STR     r9, [r2], #4               // *pDat_0++ = accu1 (accuX)
+    RSB     r7, r7, #0                 // accu4 = -accu4
+    SMULWB  r5, r7, r8                 // accu2 = (-accu4)*val_tw.h
+    SMULWB  r4, r6, r8                 // accu1 = (-accu4)*val_tw.l
+    RSB     r5, r5, #0                 // accu2 = -(-accu4)*val_tw.h
+    SMLAWT  r6, r6, r8, r5             // accu3 = (-accu4)*val_tw.l-(-accu3)*val_tw.h
+    SMLAWT  r7, r7, r8, r4             // accu4 = (-accu3)*val_tw.l+(-accu4)*val_tw.h
+    STR     r6, [r3, #-4] !            // *--pDat_1 = accu3
+    STR     r7, [r3, #-4] !            // *--pDat_1 = accu4
+
+    SUBS    r0, r0, #4                 // i-= 4
+    BNE     dst_IV_loop1
+
+    POP     {r4-r9}
+    BX      lr
+}
+#endif /* FUNCTION_dst_IV_func1 */
+
+#ifdef FUNCTION_dst_IV_func2
+
+FDK_INLINE
+/* __attribute__((noinline)) */
+static void dst_IV_func2(
+    int i,
+    const FIXP_SPK *twiddle,
+    FIXP_DBL *RESTRICT pDat_0,
+    FIXP_DBL *RESTRICT pDat_1,
+    int inc)
+{
+  FIXP_DBL accu1,accu2,accu3,accu4;
+  LONG val_tw;
+
+  accu4 = pDat_0[0];
+  accu3 = pDat_0[1];
+  accu4 >>= 1;
+  accu3 >>= 1;
+  accu4 = -accu4;
+
+  accu1 = pDat_1[-1];
+  accu2 = pDat_1[0];
+
+  *pDat_0++ = accu3;
+  *pDat_1-- = accu4;
+
+
+  __asm
+  {
+    B       dst_IV_loop2_2nd_part
+
+    /* 50 cycles for 2 iterations = 25 cycles/iteration */
+
+dst_IV_loop2:
+
+    LDR     val_tw, [twiddle], inc, LSL #2    // val_tw = *twiddle; twiddle += inc
+
+    RSB     accu2, accu2, #0                  // accu2 = -accu2
+    RSB     accu1, accu1, #0                  // accu1 = -accu1
+    SMULWT  accu3, accu2, val_tw              // accu3 = (-accu2)*val_tw.l
+    SMULWT  accu4, accu1, val_tw              // accu4 = (-accu1)*val_tw.l
+    RSB     accu3, accu3, #0                  // accu3 = -accu2*val_tw.l
+    SMLAWB  accu1, accu1, val_tw, accu3       // accu1 = -accu1*val_tw.h-(-accu2)*val_tw.l
+    SMLAWB  accu2, accu2, val_tw, accu4       // accu2 = (-accu1)*val_tw.l+(-accu2)*val_tw.h
+    STR     accu1, [pDat_1], #-4              // *pDat_1-- = accu1
+       STR     accu2, [pDat_0], #4               // *pDat_0++ = accu2
+
+       LDR     accu4, [pDat_0]                   // accu4 = pDat_0[0]
+       LDR     accu3, [pDat_0, #4]               // accu3 = pDat_0[1]
+
+    RSB     accu4, accu4, #0                  // accu4 = -accu4
+    RSB     accu3, accu3, #0                  // accu3 = -accu3
+
+    SMULWB  accu1, accu3, val_tw              // accu1 = (-accu3)*val_tw.h
+    SMULWT  accu2, accu3, val_tw              // accu2 = (-accu3)*val_tw.l
+    RSB     accu1, accu1, #0                  // accu1 = -(-accu3)*val_tw.h
+    SMLAWT  accu3, accu4, val_tw, accu1       // accu3 = (-accu4)*val_tw.l-(-accu3)*val_tw.h
+    SMLAWB  accu4, accu4, val_tw, accu2       // accu4 = (-accu3)*val_tw.l+(-accu4)*val_tw.h
+
+    LDR     accu1, [pDat_1, #-4]              // accu1 = pDat_1[-1]
+    LDR     accu2, [pDat_1]                   // accu2 = pDat_1[0]
+
+    STR     accu3, [pDat_0], #4               // *pDat_0++ = accu3
+    STR     accu4, [pDat_1], #-4              // *pDat_1-- = accu4
+
+dst_IV_loop2_2nd_part:
+
+    LDR     val_tw, [twiddle], inc, LSL #2    // val_tw = *twiddle; twiddle += inc
+
+    RSB     accu2, accu2, #0                  // accu2 = -accu2
+    RSB     accu1, accu1, #0                  // accu1 = -accu1
+    SMULWT  accu3, accu2, val_tw              // accu3 = (-accu2)*val_tw.l
+    SMULWT  accu4, accu1, val_tw              // accu4 = (-accu1)*val_tw.l
+    RSB     accu3, accu3, #0                  // accu3 = -accu2*val_tw.l
+    SMLAWB  accu1, accu1, val_tw, accu3       // accu1 = -accu1*val_tw.h-(-accu2)*val_tw.l
+    SMLAWB  accu2, accu2, val_tw, accu4       // accu2 = (-accu1)*val_tw.l+(-accu2)*val_tw.h
+    STR     accu1, [pDat_1], #-4              // *pDat_1-- = accu1
+       STR     accu2, [pDat_0], #4               // *pDat_0++ = accu2
+
+       LDR     accu4, [pDat_0]                   // accu4 = pDat_0[0]
+       LDR     accu3, [pDat_0, #4]               // accu3 = pDat_0[1]
+
+    RSB     accu4, accu4, #0                  // accu4 = -accu4
+    RSB     accu3, accu3, #0                  // accu3 = -accu3
+
+    SMULWB  accu1, accu3, val_tw              // accu1 = (-accu3)*val_tw.h
+    SMULWT  accu2, accu3, val_tw              // accu2 = (-accu3)*val_tw.l
+    RSB     accu1, accu1, #0                  // accu1 = -(-accu3)*val_tw.h
+    SMLAWT  accu3, accu4, val_tw, accu1       // accu3 = (-accu4)*val_tw.l-(-accu3)*val_tw.h
+    SMLAWB  accu4, accu4, val_tw, accu2       // accu4 = (-accu3)*val_tw.l+(-accu4)*val_tw.h
+
+    LDR     accu1, [pDat_1, #-4]              // accu1 = pDat_1[-1]
+    LDR     accu2, [pDat_1]                   // accu2 = pDat_1[0]
+
+    STR     accu3, [pDat_0], #4               // *pDat_0++ = accu3
+    STR     accu4, [pDat_1], #-4              // *pDat_1-- = accu4
+
+    SUBS    i, i, #1
+    BNE     dst_IV_loop2
+  }
+
+  /* Last Sin and Cos value pair are the same */
+  accu1 = fMultDiv2(-accu1, WTC(0x5a82799a));
+  accu2 = fMultDiv2(-accu2, WTC(0x5a82799a));
+
+  *pDat_0 = accu1 + accu2;
+  *pDat_1 = accu1 - accu2;
+}
+#endif /* FUNCTION_dst_IV_func2 */
diff --git a/libFDK/src/arm/fft_rad2_arm.cpp b/libFDK/src/arm/fft_rad2_arm.cpp
new file mode 100644 (file)
index 0000000..a6e2e42
--- /dev/null
@@ -0,0 +1,321 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: dit_fft ARM assembler replacements.
+
+******************************************************************************/
+
+/* NEON optimized FFT currently builds only with RVCT toolchain */
+
+#ifndef FUNCTION_dit_fft
+
+/* If dit_fft was not yet defined by ARM-Cortex ... */
+
+#if defined(SINETABLE_16BIT)
+
+#define FUNCTION_dit_fft
+
+/*****************************************************************************
+
+   date:   28.07.2005   srl
+
+   Contents/description: dit-tukey-FFT-algorithm
+
+******************************************************************************/
+
+#if defined(FUNCTION_dit_fft)
+
+
+void dit_fft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize)
+{
+    const INT n=1<<ldn;
+    INT i;
+
+    scramble(x,n);
+    /*
+     * 1+2 stage radix 4
+     */
+
+    for (i=0;i<n*2;i+=8)
+    {
+      FIXP_DBL a00, a10, a20, a30;
+      a00 = (x[i + 0] + x[i + 2])>>1;  /* Re A + Re B */
+      a10 = (x[i + 4] + x[i + 6])>>1;  /* Re C + Re D */
+      a20 = (x[i + 1] + x[i + 3])>>1;  /* Im A + Im B */
+      a30 = (x[i + 5] + x[i + 7])>>1;  /* Im C + Im D */
+
+      x[i + 0] = a00 + a10;       /* Re A' = Re A + Re B + Re C + Re D */
+      x[i + 4] = a00 - a10;       /* Re C' = Re A + Re B - Re C - Re D */
+      x[i + 1] = a20 + a30;       /* Im A' = Im A + Im B + Im C + Im D */
+      x[i + 5] = a20 - a30;       /* Im C' = Im A + Im B - Im C - Im D */
+
+      a00 = a00 - x[i + 2];       /* Re A - Re B */
+      a10 = a10 - x[i + 6];       /* Re C - Re D */
+      a20 = a20 - x[i + 3];       /* Im A - Im B */
+      a30 = a30 - x[i + 7];       /* Im C - Im D */
+
+      x[i + 2] = a00 + a30;       /* Re B' = Re A - Re B + Im C - Im D */
+      x[i + 6] = a00 - a30;       /* Re D' = Re A - Re B - Im C + Im D */
+      x[i + 3] = a20 - a10;       /* Im B' = Im A - Im B - Re C + Re D */
+      x[i + 7] = a20 + a10;       /* Im D' = Im A - Im B + Re C - Re D */
+    }
+
+    INT mh = 1 << 1;
+    INT ldm = ldn - 2;
+    INT trigstep = trigDataSize;
+
+    do
+    {
+        const FIXP_STP *pTrigData = trigdata;
+        INT j;
+
+        mh <<= 1;
+        trigstep >>= 1;
+
+        FDK_ASSERT(trigstep > 0);
+
+        /* Do first iteration with c=1.0 and s=0.0 separately to avoid loosing to much precision.
+           Beware: The impact on the overal FFT precision is rather large. */
+        {
+            FIXP_DBL *xt1 = x;
+            int r = n;
+
+            do {
+                FIXP_DBL *xt2 = xt1 + (mh<<1);
+                /*
+                FIXP_DBL *xt1 = x+ ((r)<<1);
+                FIXP_DBL *xt2 = xt1 + (mh<<1);
+                */
+                FIXP_DBL vr,vi,ur,ui;                 
+
+                //cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
+                vi = xt2[1]>>1;
+                vr = xt2[0]>>1;
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui+vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui-vi;
+
+                xt1 += mh;
+                xt2 += mh;
+
+                //cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
+                vr = xt2[1]>>1;
+                vi = xt2[0]>>1;
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui-vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui+vi;
+
+                xt1 = xt2 + mh;
+            } while ((r=r-(mh<<1)) != 0);
+        }
+        for(j=4; j<mh; j+=4)
+        {
+            FIXP_DBL *xt1 = x + (j>>1);
+            FIXP_SPK cs;
+            int r = n;
+
+            pTrigData += trigstep;
+            cs = *pTrigData;
+
+            do
+            {
+                FIXP_DBL *xt2 = xt1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vi, &vr, xt2[1], xt2[0], cs);
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui+vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui-vi;
+
+                xt1 += mh;
+                xt2 += mh;
+
+                cplxMultDiv2(&vr, &vi, xt2[1], xt2[0], cs);
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui-vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui+vi;
+
+                /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
+                xt1 = xt1 - (j);
+                xt2 = xt1 + (mh<<1);
+
+                cplxMultDiv2(&vi, &vr, xt2[0], xt2[1], cs);
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui-vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui+vi;
+
+                xt1 += mh;
+                xt2 += mh;
+
+                cplxMultDiv2(&vr, &vi, xt2[0], xt2[1], cs);
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur-vr;
+                xt1[1] = ui-vi;
+
+                xt2[0] = ur+vr;
+                xt2[1] = ui+vi;
+
+                xt1 = xt2 + (j);
+            }  while ((r=r-(mh<<1)) != 0);
+        }
+        {
+            FIXP_DBL *xt1 = x + (mh>>1);
+            int r = n;
+
+            do
+            {
+                FIXP_DBL *xt2 = xt1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vi, &vr, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui+vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui-vi;
+
+                xt1 += mh;
+                xt2 += mh;
+
+                cplxMultDiv2(&vr, &vi, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = xt1[0]>>1;
+                ui = xt1[1]>>1;
+
+                xt1[0] = ur+vr;
+                xt1[1] = ui-vi;
+
+                xt2[0] = ur-vr;
+                xt2[1] = ui+vi;
+
+                xt1 = xt2 + mh;
+            }  while ((r=r-(mh<<1)) != 0);
+        }
+    } while (--ldm != 0);
+}
+
+#endif /* if defined(FUNCTION_dit_fft)  */
+
+#endif /* if defined(SINETABLE_16BIT) */
+
+#endif /* ifndef FUNCTION_dit_fft */
diff --git a/libFDK/src/arm/qmf_arm.cpp b/libFDK/src/arm/qmf_arm.cpp
new file mode 100644 (file)
index 0000000..0c0ce80
--- /dev/null
@@ -0,0 +1,766 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#if (QMF_NO_POLY==5)
+
+#define FUNCTION_qmfForwardModulationLP_odd
+
+#ifdef FUNCTION_qmfForwardModulationLP_odd
+static void
+qmfForwardModulationLP_odd( HANDLE_QMF_FILTER_BANK anaQmf, /*!< Handle of Qmf Analysis Bank  */
+                            const FIXP_QMF *timeIn,        /*!< Time Signal */
+                            FIXP_QMF *rSubband )           /*!< Real Output */
+{
+  int i;
+  int L = anaQmf->no_channels;
+  int M = L>>1;
+  int shift = (anaQmf->no_channels>>6) + 1;
+  int rSubband_e = 0;
+
+  FIXP_QMF *rSubbandPtr0 = &rSubband[M+0];                /* runs with increment */
+  FIXP_QMF *rSubbandPtr1 = &rSubband[M-1];                /* runs with decrement */
+  FIXP_QMF *timeIn0 = (FIXP_DBL *) &timeIn[0];            /* runs with increment */
+  FIXP_QMF *timeIn1 = (FIXP_DBL *) &timeIn[L];            /* runs with increment */
+  FIXP_QMF *timeIn2 = (FIXP_DBL *) &timeIn[L-1];          /* runs with decrement */
+  FIXP_QMF *timeIn3 = (FIXP_DBL *) &timeIn[2*L-1];        /* runs with decrement */
+
+  for (i = 0; i < M; i++)
+  {
+    *rSubbandPtr0++ = (*timeIn2-- >> 1) - (*timeIn0++ >> shift);
+    *rSubbandPtr1-- = (*timeIn1++ >> 1) + (*timeIn3-- >> shift);
+  }
+
+  dct_IV(rSubband,L, &rSubband_e);
+}
+#endif /* FUNCTION_qmfForwardModulationLP_odd */
+
+
+/* NEON optimized QMF currently builts only with RVCT toolchain */
+
+#if defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_5TE__)
+
+#if (SAMPLE_BITS == 16)
+#define FUNCTION_qmfAnaPrototypeFirSlot
+#endif
+
+#ifdef FUNCTION_qmfAnaPrototypeFirSlot
+
+#if defined(__GNUC__)  /* cppp replaced: elif */
+
+inline INT SMULBB (const SHORT a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smulbb %0, %1, %2"
+     : "=r" (result)
+     : "r" (a), "r" (b)) ;
+  return result ;
+}
+inline INT SMULBT (const SHORT a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smulbt %0, %1, %2"
+     : "=r" (result)
+     : "r" (a), "r" (b)) ;
+  return result ;
+}
+
+inline INT SMLABB(const LONG accu, const SHORT a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smlabb %0, %1, %2,%3"
+     : "=r" (result)
+     : "r" (a), "r" (b), "r" (accu)) ;
+  return result;
+}
+inline INT SMLABT(const LONG accu, const SHORT a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smlabt %0, %1, %2,%3"
+     : "=r" (result)
+     : "r" (a), "r" (b), "r" (accu)) ;
+  return result;
+}
+#endif /* compiler selection  */
+
+
+void qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer,
+                             int       no_channels,             /*!< Number channels of analysis filter */
+                             const FIXP_PFT *p_filter,
+                             int       p_stride,                /*!< Stide of analysis filter    */
+                             FIXP_QAS *RESTRICT pFilterStates
+                            )
+{
+  LONG *p_flt = (LONG *) p_filter;
+  LONG flt;
+  FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1;
+  FIXP_QMF *RESTRICT pData_1 = analysisBuffer;
+
+  FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates;
+  FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1;
+
+  FIXP_DBL accu0, accu1;
+  FIXP_QAS sta0, sta1;
+
+  int staStep1 =  no_channels<<1;
+  int staStep2 = (no_channels<<3) - 1; /* Rewind one less */
+
+  if (p_stride == 1)
+  {
+    /* FIR filter 0 */
+    flt = *p_flt++;
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMULBB(        sta1, flt);
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = *p_flt++;
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABB( accu1, sta1, flt);
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = *p_flt++;
+    sta1 = *sta_1;  sta_1 += staStep2;
+    accu1 = SMLABB( accu1, sta1, flt);
+    *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+
+    /* FIR filters 1..63 127..65 or 1..31 63..33 */
+    no_channels >>= 1;
+    for (; --no_channels; )
+    {
+      sta0 = *sta_0; sta_0 += staStep1;  /* 1,3,5, ... 29/61 */
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMULBT(        sta0, flt);
+      accu1 = SMULBT(        sta1, flt);
+
+      flt = *p_flt++;
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      flt = *p_flt++;
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      sta0 = *sta_0; sta_0 -= staStep2;
+      sta1 = *sta_1; sta_1 += staStep2;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+      *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+
+      /* Same sequence as above, but mix B=bottom with T=Top */
+
+      flt = *p_flt++;
+      sta0 = *sta_0; sta_0 += staStep1;  /* 2,4,6, ... 30/62 */
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMULBB(        sta0, flt);
+      accu1 = SMULBB(        sta1, flt);
+
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      flt = *p_flt++;
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      flt = *p_flt++;
+      sta0 = *sta_0; sta_0 -= staStep2;
+      sta1 = *sta_1; sta_1 += staStep2;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+      *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+    }
+
+    /* FIR filter 31/63 and 33/65 */
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMULBT(        sta0, flt);
+    accu1 = SMULBT(        sta1, flt);
+
+    flt = *p_flt++;
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABB( accu0, sta0, flt);
+    accu1 = SMLABB( accu1, sta1, flt);
+
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABT( accu0, sta0, flt);
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = *p_flt++;
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABB( accu0, sta0, flt);
+    accu1 = SMLABB( accu1, sta1, flt);
+
+    sta0 = *sta_0; sta_0 -= staStep2;
+    sta1 = *sta_1; sta_1 += staStep2;
+    accu0 = SMLABT( accu0, sta0, flt);
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+    *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+
+    /* FIR filter 32/64 */
+    flt = *p_flt++;
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMULBB(        sta0, flt);
+    accu1 = SMULBB(        sta1, flt);
+
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABT( accu0, sta0, flt);
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = *p_flt++;
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABB( accu0, sta0, flt);
+    accu1 = SMLABB( accu1, sta1, flt);
+
+    sta0 = *sta_0; sta_0 += staStep1;
+    sta1 = *sta_1; sta_1 -= staStep1;
+    accu0 = SMLABT( accu0, sta0, flt);
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = *p_flt;
+    sta0 = *sta_0;
+    sta1 = *sta_1;
+    accu0 = SMLABB( accu0, sta0, flt);
+    accu1 = SMLABB( accu1, sta1, flt);
+
+    *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+    *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+  }
+  else
+  {
+    int pfltStep = QMF_NO_POLY * (p_stride-1);
+
+    flt = p_flt[0];
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMULBB(        sta1, flt);
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = p_flt[1];
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABB( accu1, sta1, flt);
+    sta1 = *sta_1;  sta_1 -= staStep1;
+    accu1 = SMLABT( accu1, sta1, flt);
+
+    flt = p_flt[2]; p_flt += pfltStep;
+    sta1 = *sta_1;  sta_1 += staStep2;
+    accu1 = SMLABB( accu1, sta1, flt);
+    *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+
+    /* FIR filters 1..63 127..65 or 1..31 63..33 */
+    for (; --no_channels; )
+    {
+      flt = p_flt[0];
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMULBB(        sta0, flt);
+      accu1 = SMULBB(        sta1, flt);
+
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      flt = p_flt[1];
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      sta0 = *sta_0; sta_0 += staStep1;
+      sta1 = *sta_1; sta_1 -= staStep1;
+      accu0 = SMLABT( accu0, sta0, flt);
+      accu1 = SMLABT( accu1, sta1, flt);
+
+      flt = p_flt[2]; p_flt += pfltStep;
+      sta0 = *sta_0; sta_0 -= staStep2;
+      sta1 = *sta_1; sta_1 += staStep2;
+      accu0 = SMLABB( accu0, sta0, flt);
+      accu1 = SMLABB( accu1, sta1, flt);
+
+      *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+      *pData_1++ = FX_DBL2FX_QMF(accu1<<1);
+    }
+
+    /* FIR filter 32/64 */
+    flt = p_flt[0];
+    sta0 = *sta_0; sta_0 += staStep1;
+    accu0 = SMULBB(        sta0, flt);
+    sta0 = *sta_0; sta_0 += staStep1;
+    accu0 = SMLABT( accu0, sta0, flt);
+
+    flt = p_flt[1];
+    sta0 = *sta_0; sta_0 += staStep1;
+    accu0 = SMLABB( accu0, sta0, flt);
+    sta0 = *sta_0; sta_0 += staStep1;
+    accu0 = SMLABT( accu0, sta0, flt);
+
+    flt = p_flt[2];
+    sta0 = *sta_0;
+    accu0 = SMLABB( accu0, sta0, flt);
+    *pData_0-- = FX_DBL2FX_QMF(accu0<<1);
+  }
+}
+#endif /* FUNCTION_qmfAnaPrototypeFirSlot */
+#endif /* #if defined(__CC_ARM) && defined(__ARM_ARCH_6__) */
+
+#if ( defined(__ARM_ARCH_5TE__) && (SAMPLE_BITS == 16) ) && !defined(QMF_TABLE_FULL)
+
+#define FUNCTION_qmfSynPrototypeFirSlot
+
+#if defined(FUNCTION_qmfSynPrototypeFirSlot)
+
+#if defined(__GNUC__)  /* cppp replaced: elif */
+
+inline INT SMULWB (const LONG a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smulwb %0, %1, %2"
+    : "=r" (result)
+    : "r" (a), "r" (b)) ;
+
+  return result ;
+}
+inline INT SMULWT (const LONG a, const LONG b)
+{
+  INT result ;
+  __asm__ ("smulwt %0, %1, %2"
+    : "=r" (result)
+    : "r" (a), "r" (b)) ;
+
+  return result ;
+}
+
+inline INT SMLAWB(const LONG accu, const LONG a, const LONG b)
+{
+  INT result;
+  asm("smlawb %0, %1, %2, %3 "
+        : "=r" (result)
+        : "r" (a), "r" (b), "r" (accu) );
+  return result ;
+}
+
+inline INT SMLAWT(const LONG accu, const LONG a, const LONG b)
+{
+  INT result;
+  asm("smlawt %0, %1, %2, %3 "
+        : "=r" (result)
+        : "r" (a), "r" (b), "r" (accu) );
+  return result ;
+}
+
+#endif /* ARM compiler selector */
+
+
+static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, 
+                                           FIXP_QMF *RESTRICT imagSlot, 
+                                           const FIXP_DBL *RESTRICT p_flt, 
+                                           FIXP_QSS *RESTRICT sta,
+                                           FIXP_DBL *pMyTimeOut, 
+                                           int no_channels)
+{
+  /* This code was the base for the above listed assembler sequence */
+  /* It can be used for debugging purpose or further optimizations  */
+  const FIXP_DBL *RESTRICT p_fltm = p_flt + 155;
+
+  do
+  {
+     FIXP_DBL result;
+     FIXP_DBL A, B, real, imag, sta0;
+
+     real = *--realSlot;
+     imag = *--imagSlot;
+     B = p_flt[4];                        /* Bottom=[8] Top=[9]     */
+     A = p_fltm[3];                       /* Bottom=[316] Top=[317] */
+     sta0 = sta[0];                       /* save state[0]          */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=9...........319  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=316...........6  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=8,18,    ...318  */
+     B = p_flt[3];                        /* Bottom=[6] Top=[7]     */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=317...........7  */
+     A = p_fltm[4];                       /* Bottom=[318] Top=[319] */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=7...........317  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=318...........8  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=6...........316  */
+     B = p_flt[2];                        /* Bottom=[X] Top=[5]     */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=9...........319  */
+     A = p_fltm[2];                       /* Bottom=[X] Top=[315]   */
+     *sta++ =         SMULWT( imag, B );  /* index=5,15, ...   315  */
+     result = SMLAWT( sta0,   real, A );  /* index=315...........5  */
+
+     *pMyTimeOut++ = result;
+
+     real = *--realSlot;
+     imag = *--imagSlot;
+     A = p_fltm[0];                       /* Bottom=[310] Top=[311] */
+     B = p_flt[7];                        /* Bottom=[14]  Top=[15]  */
+     result = SMLAWB( sta[0], real, A );  /* index=310...........0  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=14..........324  */
+     *pMyTimeOut++ = result;
+     B = p_flt[6];                        /* Bottom=[12]  Top=[13]  */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=311...........1  */
+     A = p_fltm[1];                       /* Bottom=[312] Top=[313] */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=13..........323  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=312...........2  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=12..........322  */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=313...........3  */
+     A = p_fltm[2];                       /* Bottom=[314] Top=[315] */
+     B = p_flt[5];                        /* Bottom=[10]  Top=[11]  */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=11..........321  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=314...........4  */
+     *sta++ =         SMULWB( imag, B );  /* index=10..........320  */
+
+
+     p_flt    += 5;
+     p_fltm   -= 5;
+  } 
+  while ((--no_channels) != 0);
+
+}
+
+
+
+INT qmfSynPrototypeFirSlot2(
+                             HANDLE_QMF_FILTER_BANK qmf,
+                             FIXP_QMF *RESTRICT realSlot,            /*!< Input: Pointer to real Slot */
+                             FIXP_QMF *RESTRICT imagSlot,            /*!< Input: Pointer to imag Slot */
+                             INT_PCM  *RESTRICT timeOut,             /*!< Time domain data */
+                             INT       stride                        /*!< Time output buffer stride factor*/
+                            )
+{
+  FIXP_QSS *RESTRICT sta = (FIXP_QSS*)qmf->FilterStates;
+  int no_channels = qmf->no_channels;
+  int scale = ((DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor);
+
+  /* We map an arry of 16-bit values upon an array of 2*16-bit values to read 2 values in one shot */
+  const FIXP_DBL *RESTRICT p_flt  = (FIXP_DBL *) qmf->p_filter;           /* low=[0],   high=[1]   */
+  const FIXP_DBL *RESTRICT p_fltm = (FIXP_DBL *) qmf->p_filter + 155;     /* low=[310], high=[311] */
+
+  FDK_ASSERT(SAMPLE_BITS-1-qmf->outScalefactor >= 0); //   (DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor >= 0);
+  FDK_ASSERT(qmf->p_stride==2 && qmf->no_channels == 32);
+
+  FDK_ASSERT((no_channels&3) == 0);  /* should be a multiple of 4 */
+
+  realSlot += no_channels-1;    // ~~"~~
+  imagSlot += no_channels-1;    // no_channels-1 .. 0
+
+  FIXP_DBL MyTimeOut[32];
+  FIXP_DBL *pMyTimeOut = &MyTimeOut[0];
+
+  for (no_channels = no_channels; no_channels--;)
+  {
+     FIXP_DBL result;
+     FIXP_DBL A, B, real, imag;
+
+     real = *realSlot--;
+     imag = *imagSlot--;
+     A = p_fltm[0];                       /* Bottom=[310] Top=[311] */
+     B = p_flt[7];                        /* Bottom=[14]  Top=[15]  */
+     result = SMLAWB( sta[0], real, A );  /* index=310...........0  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=14..........324  */
+     B = p_flt[6];                        /* Bottom=[12]  Top=[13]  */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=311...........1  */
+     A = p_fltm[1];                       /* Bottom=[312] Top=[313] */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=13..........323  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=312...........2  */
+     *sta++ = SMLAWB( sta[1], imag, B );  /* index=12..........322  */
+     *sta++ = SMLAWT( sta[1], real, A );  /* index=313...........3  */
+     A = p_fltm[2];                       /* Bottom=[314] Top=[315] */
+     B = p_flt[5];                        /* Bottom=[10]  Top=[11]  */
+     *sta++ = SMLAWT( sta[1], imag, B );  /* index=11..........321  */
+     *sta++ = SMLAWB( sta[1], real, A );  /* index=314...........4  */
+     *sta++ =         SMULWB( imag, B );  /* index=10..........320  */
+
+     *pMyTimeOut++ = result;
+
+     p_fltm   -= 5;
+     p_flt    += 5;
+  }
+
+  pMyTimeOut = &MyTimeOut[0];
+#if (SAMPLE_BITS == 16)      
+  const FIXP_DBL max_pos = (FIXP_DBL) 0x00007FFF << scale;
+  const FIXP_DBL max_neg = (FIXP_DBL) 0xFFFF8001 << scale;
+#else
+  scale = -scale;
+  const FIXP_DBL max_pos = (FIXP_DBL) 0x7FFFFFFF >> scale;
+  const FIXP_DBL max_neg = (FIXP_DBL) 0x80000001 >> scale;  
+#endif
+  const FIXP_DBL add_neg = (1 << scale) - 1;
+
+  no_channels = qmf->no_channels;
+
+  timeOut += no_channels*stride;
+
+  FDK_ASSERT(scale >= 0);
+
+  if (qmf->outGain != 0x80000000)
+  {
+    FIXP_DBL gain = qmf->outGain;
+    for (no_channels>>=2; no_channels--;)
+    {
+      FIXP_DBL result1, result2;
+
+      result1 = *pMyTimeOut++;
+      result2 = *pMyTimeOut++;
+
+      result1 = fMult(result1,gain);
+      timeOut -= stride;
+      if (result1 < 0)        result1 += add_neg;
+      if (result1 < max_neg)  result1 = max_neg;
+      if (result1 > max_pos)  result1 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result1 >> scale;
+#else
+      timeOut[0] = result1 << scale;
+#endif
+
+      result2 = fMult(result2,gain);
+      timeOut -= stride;
+      if (result2 < 0)        result2 += add_neg;
+      if (result2 < max_neg)  result2 = max_neg;
+      if (result2 > max_pos)  result2 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result2 >> scale;
+#else
+      timeOut[0] = result2 << scale;
+#endif
+
+      result1 = *pMyTimeOut++;
+      result2 = *pMyTimeOut++;
+
+      result1 = fMult(result1,gain);
+      timeOut -= stride;
+      if (result1 < 0)        result1 += add_neg;
+      if (result1 < max_neg)  result1 = max_neg;
+      if (result1 > max_pos)  result1 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result1 >> scale;
+#else
+      timeOut[0] = result1 << scale;
+#endif
+
+      result2 = fMult(result2,gain);
+      timeOut -= stride;
+      if (result2 < 0)        result2 += add_neg;
+      if (result2 < max_neg)  result2 = max_neg;
+      if (result2 > max_pos)  result2 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result2 >> scale;
+#else
+      timeOut[0] = result2 << scale;
+#endif
+    }
+  }
+  else
+  {
+    for (no_channels>>=2; no_channels--;)
+    {
+      FIXP_DBL result1, result2;
+      result1 = *pMyTimeOut++;
+      result2 = *pMyTimeOut++;
+      timeOut -= stride;
+      if (result1 < 0)        result1 += add_neg;
+      if (result1 < max_neg)  result1 = max_neg;
+      if (result1 > max_pos)  result1 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result1 >> scale;
+#else
+      timeOut[0] = result1 << scale;
+#endif
+      
+      timeOut -= stride;
+      if (result2 < 0)        result2 += add_neg;
+      if (result2 < max_neg)  result2 = max_neg;
+      if (result2 > max_pos)  result2 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result2 >> scale;
+#else
+      timeOut[0] = result2 << scale;
+#endif
+      
+      result1 = *pMyTimeOut++;
+      result2 = *pMyTimeOut++;
+      timeOut -= stride;
+      if (result1 < 0)        result1 += add_neg;
+      if (result1 < max_neg)  result1 = max_neg;
+      if (result1 > max_pos)  result1 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result1 >> scale;
+#else
+      timeOut[0] = result1 << scale;
+#endif
+      
+      timeOut -= stride;
+      if (result2 < 0)        result2 += add_neg;
+      if (result2 < max_neg)  result2 = max_neg;
+      if (result2 > max_pos)  result2 = max_pos;
+#if (SAMPLE_BITS == 16)
+      timeOut[0] = result2 >> scale;
+#else
+      timeOut[0] = result2 << scale;
+#endif
+    }
+  }
+  return 0;
+}
+
+static
+void qmfSynPrototypeFirSlot_fallback( HANDLE_QMF_FILTER_BANK qmf,
+                             FIXP_DBL *realSlot,      /*!< Input: Pointer to real Slot */
+                             FIXP_DBL *imagSlot,      /*!< Input: Pointer to imag Slot */
+                             INT_PCM  *timeOut,             /*!< Time domain data */
+                             const int       stride
+                            );
+
+/*!
+  \brief Perform Synthesis Prototype Filtering on a single slot of input data.
+
+  The filter takes 2 * #MAX_SYNTHESIS_CHANNELS of input data and
+  generates #MAX_SYNTHESIS_CHANNELS time domain output samples.
+*/
+
+static
+void qmfSynPrototypeFirSlot( HANDLE_QMF_FILTER_BANK qmf,
+                             FIXP_DBL *realSlot,      /*!< Input: Pointer to real Slot */
+                             FIXP_DBL *imagSlot,      /*!< Input: Pointer to imag Slot */
+                             INT_PCM  *timeOut,             /*!< Time domain data */
+                             const int       stride
+                            )
+{
+    INT err = -1;
+
+    switch (qmf->p_stride) {
+    case 2:
+      err = qmfSynPrototypeFirSlot2(qmf, realSlot, imagSlot, timeOut, stride);
+      break;
+    default:
+      err = -1;
+    }
+
+    /* fallback if configuration not available or failed */
+    if(err!=0) {
+        qmfSynPrototypeFirSlot_fallback(qmf, realSlot, imagSlot, timeOut, stride);
+    }
+}
+#endif /* FUNCTION_qmfSynPrototypeFirSlot */
+
+#endif  /*  ( defined(__CC_ARM) && defined(__ARM_ARCH_5TE__) && (SAMPLE_BITS == 16) ) && !defined(QMF_TABLE_FULL) */
+
+
+
+/* #####################################################################################*/
+
+
+
+#endif  /* (QMF_NO_POLY==5) */
+
diff --git a/libFDK/src/arm/scale_arm.cpp b/libFDK/src/arm/scale_arm.cpp
new file mode 100644 (file)
index 0000000..e2837ef
--- /dev/null
@@ -0,0 +1,173 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s): Arthur Tritthart
+   Description: Scaling operations for ARM
+
+******************************************************************************/
+
+/* prevent multiple inclusion with re-definitions */
+#ifndef __INCLUDE_SCALE_ARM__
+#define __INCLUDE_SCALE_ARM__
+
+#define FUNCTION_scaleValuesWithFactor_DBL
+
+SCALE_INLINE
+void scaleValuesWithFactor(
+        FIXP_DBL *vector,
+        FIXP_DBL factor,
+        INT len,
+        INT scalefactor
+        )
+{
+  /* This code combines the fMult with the scaling             */
+  /* It performs a fMultDiv2 and increments shift by 1         */
+  int shift = scalefactor + 1;
+  FIXP_DBL *mySpec = vector;
+
+  shift = fixmin_I(shift,(INT)DFRACT_BITS-1);
+
+  if (shift >= 0)
+  {
+    for (int i=0; i<(len>>2); i++)
+    {
+      FIXP_DBL tmp0 = mySpec[0];
+      FIXP_DBL tmp1 = mySpec[1];
+      FIXP_DBL tmp2 = mySpec[2];
+      FIXP_DBL tmp3 = mySpec[3];
+      tmp0 = fMultDiv2(tmp0, factor);
+      tmp1 = fMultDiv2(tmp1, factor);
+      tmp2 = fMultDiv2(tmp2, factor);
+      tmp3 = fMultDiv2(tmp3, factor);
+      tmp0 <<= shift;
+      tmp1 <<= shift;
+      tmp2 <<= shift;
+      tmp3 <<= shift;
+      *mySpec++ = tmp0;
+      *mySpec++ = tmp1;
+      *mySpec++ = tmp2;
+      *mySpec++ = tmp3;
+    }
+    for (int i=len&3; i--;)
+    {
+      FIXP_DBL tmp0 = mySpec[0];
+      tmp0 = fMultDiv2(tmp0, factor);
+      tmp0 <<= shift;
+      *mySpec++ = tmp0;
+    }
+  }
+  else
+  {
+    shift = -shift;
+    for (int i=0; i<(len>>2); i++)
+    {
+      FIXP_DBL tmp0 = mySpec[0];
+      FIXP_DBL tmp1 = mySpec[1];
+      FIXP_DBL tmp2 = mySpec[2];
+      FIXP_DBL tmp3 = mySpec[3];
+      tmp0 = fMultDiv2(tmp0, factor);
+      tmp1 = fMultDiv2(tmp1, factor);
+      tmp2 = fMultDiv2(tmp2, factor);
+      tmp3 = fMultDiv2(tmp3, factor);
+      tmp0 >>= shift;
+      tmp1 >>= shift;
+      tmp2 >>= shift;
+      tmp3 >>= shift;
+      *mySpec++ = tmp0;
+      *mySpec++ = tmp1;
+      *mySpec++ = tmp2;
+      *mySpec++ = tmp3;
+    }
+    for (int i=len&3; i--;)
+    {
+      FIXP_DBL tmp0 = mySpec[0];
+      tmp0 = fMultDiv2(tmp0, factor);
+      tmp0 >>= shift;
+      *mySpec++ = tmp0;
+    }
+  }
+}
+
+#endif /* #ifndef __INCLUDE_SCALE_ARM__ */
diff --git a/libFDK/src/autocorr2nd.cpp b/libFDK/src/autocorr2nd.cpp
new file mode 100644 (file)
index 0000000..b7eae7c
--- /dev/null
@@ -0,0 +1,278 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   M. Lohwasser
+   Description: auto-correlation functions
+
+******************************************************************************/
+
+#include "autocorr2nd.h"
+
+
+
+/*  If the accumulator does not provide enough overflow bits,
+    products have to be shifted down in the autocorrelation below. */
+#define SHIFT_FACTOR (5)
+#define SHIFT >> (SHIFT_FACTOR)
+
+
+#if defined(__CC_ARM) || defined(__arm__)
+#include "arm/autocorr2nd.cpp"
+#endif
+
+
+/*!
+ *
+ * \brief Calculate second order autocorrelation using 2 accumulators
+ *
+ */
+#if !defined(FUNCTION_autoCorr2nd_real)
+INT
+autoCorr2nd_real (ACORR_COEFS *ac,          /*!< Pointer to autocorrelation coeffs */
+                  const FIXP_DBL *reBuffer, /*!< Pointer to to real part of input samples */
+                  const int len             /*!< Number input samples */
+                 )
+{
+  int   j, autoCorrScaling, mScale;
+
+  FIXP_DBL accu1, accu2, accu3, accu4, accu5;
+
+  const FIXP_DBL *pReBuf;
+
+  const FIXP_DBL *realBuf = reBuffer;
+
+  /*
+    r11r,r22r
+    r01r,r12r
+    r02r
+  */
+  pReBuf = realBuf-2;
+  accu5 = ( (fMultDiv2(pReBuf[0], pReBuf[2]) +
+             fMultDiv2(pReBuf[1], pReBuf[3])) SHIFT);
+  pReBuf++;
+
+  //len must be even
+  accu1 = fPow2Div2(pReBuf[0]) SHIFT;
+  accu3 = fMultDiv2(pReBuf[0], pReBuf[1]) SHIFT;
+  pReBuf++;
+
+  for ( j = (len - 2)>>1; j != 0; j--,pReBuf+=2 ) {
+
+    accu1 += ( (fPow2Div2(pReBuf[0]) +
+                fPow2Div2(pReBuf[1])) SHIFT);
+
+    accu3 += ( (fMultDiv2(pReBuf[0], pReBuf[1]) +
+                fMultDiv2(pReBuf[1], pReBuf[2])) SHIFT);
+
+    accu5 += ( (fMultDiv2(pReBuf[0], pReBuf[2]) +
+                fMultDiv2(pReBuf[1], pReBuf[3])) SHIFT);
+
+  }
+
+  accu2 = (fPow2Div2(realBuf[-2]) SHIFT);
+  accu2 += accu1;
+
+  accu1 += (fPow2Div2(realBuf[len - 2]) SHIFT);
+
+  accu4  = (fMultDiv2(realBuf[-1],realBuf[-2]) SHIFT);
+  accu4 += accu3;
+
+  accu3 += (fMultDiv2(realBuf[len - 1],realBuf[len - 2]) SHIFT);
+
+  mScale = CntLeadingZeros( (accu1 | accu2 | fAbs(accu3) | fAbs(accu4) | fAbs(accu5)) ) - 1;
+  autoCorrScaling = mScale - 1 - SHIFT_FACTOR; /* -1 because of fMultDiv2*/
+
+  /* Scale to common scale factor */
+  ac->r11r = accu1 << mScale;
+  ac->r22r = accu2 << mScale;
+  ac->r01r = accu3 << mScale;
+  ac->r12r = accu4 << mScale;
+  ac->r02r = accu5 << mScale;
+
+  ac->det = (fMultDiv2(ac->r11r,ac->r22r) - fMultDiv2(ac->r12r,ac->r12r)) ;
+  mScale  = CountLeadingBits(fAbs(ac->det));
+
+  ac->det     <<= mScale;
+  ac->det_scale = mScale - 1;
+
+  return autoCorrScaling;
+}
+#endif
+
+#ifndef LOW_POWER_SBR_ONLY
+#if !defined(FUNCTION_autoCorr2nd_cplx)
+INT
+autoCorr2nd_cplx (ACORR_COEFS *ac,           /*!< Pointer to autocorrelation coeffs */
+                  const FIXP_DBL *reBuffer,  /*!< Pointer to real part of input samples */
+                  const FIXP_DBL *imBuffer,  /*!< Pointer to imag part of input samples */
+                  const int len              /*!< Number of input samples */
+                 )
+{
+
+  int   j, autoCorrScaling, mScale, len_scale;
+
+  FIXP_DBL accu0, accu1,accu2, accu3, accu4, accu5, accu6, accu7, accu8;
+
+  const FIXP_DBL *pReBuf, *pImBuf;
+
+  const FIXP_DBL *realBuf = reBuffer;
+  const FIXP_DBL *imagBuf = imBuffer;
+
+  (len>64) ? (len_scale = 6) : (len_scale = 5);
+  /*
+    r00r,
+    r11r,r22r
+    r01r,r12r
+    r01i,r12i
+    r02r,r02i
+  */
+  accu1 = accu3 = accu5 = accu7 = accu8 = FL2FXCONST_DBL(0.0f);
+
+  pReBuf  = realBuf-2, pImBuf  = imagBuf-2;
+  accu7 += ( (fMultDiv2(pReBuf[2], pReBuf[0]) + fMultDiv2(pImBuf[2], pImBuf[0])) >> len_scale);
+  accu8 += ( (fMultDiv2(pImBuf[2], pReBuf[0]) - fMultDiv2(pReBuf[2], pImBuf[0])) >> len_scale);
+
+  pReBuf = realBuf-1, pImBuf = imagBuf-1;
+  for ( j = (len - 1); j != 0; j--,pReBuf++,pImBuf++ ){
+    accu1 += ( (fPow2Div2(pReBuf[0]           ) + fPow2Div2(pImBuf[0]           )) >> len_scale);
+    accu3 += ( (fMultDiv2(pReBuf[0], pReBuf[1]) + fMultDiv2(pImBuf[0], pImBuf[1])) >> len_scale);
+    accu5 += ( (fMultDiv2(pImBuf[1], pReBuf[0]) - fMultDiv2(pReBuf[1], pImBuf[0])) >> len_scale);
+    accu7 += ( (fMultDiv2(pReBuf[2], pReBuf[0]) + fMultDiv2(pImBuf[2], pImBuf[0])) >> len_scale);
+    accu8 += ( (fMultDiv2(pImBuf[2], pReBuf[0]) - fMultDiv2(pReBuf[2], pImBuf[0])) >> len_scale);
+  }
+
+  accu2 = ( (fPow2Div2(realBuf[-2]) + fPow2Div2(imagBuf[-2])) >> len_scale);
+  accu2 += accu1;
+
+  accu1 += ( (fPow2Div2(realBuf[len-2]) +
+              fPow2Div2(imagBuf[len-2])) >> len_scale);
+  accu0 = ( (fPow2Div2(realBuf[len-1]) +
+             fPow2Div2(imagBuf[len-1])) >> len_scale) -
+          ( (fPow2Div2(realBuf[-1]) +
+             fPow2Div2(imagBuf[-1])) >> len_scale);
+  accu0 += accu1;
+
+  accu4 = ( (fMultDiv2(realBuf[-1], realBuf[-2]) +
+             fMultDiv2(imagBuf[-1], imagBuf[-2])) >> len_scale);
+  accu4 += accu3;
+
+  accu3 += ( (fMultDiv2(realBuf[len-1], realBuf[len-2]) +
+              fMultDiv2(imagBuf[len-1], imagBuf[len-2])) >> len_scale);
+
+  accu6 = ( (fMultDiv2(imagBuf[-1], realBuf[-2]) -
+             fMultDiv2(realBuf[-1], imagBuf[-2])) >> len_scale);
+  accu6 += accu5;
+
+  accu5 += ( (fMultDiv2(imagBuf[len - 1], realBuf[len - 2]) -
+              fMultDiv2(realBuf[len - 1], imagBuf[len - 2])) >> len_scale);
+
+  mScale = CntLeadingZeros( (accu0 | accu1 | accu2 | fAbs(accu3) | fAbs(accu4) | fAbs(accu5) |
+                             fAbs(accu6) | fAbs(accu7) | fAbs(accu8)) ) - 1;
+  autoCorrScaling = mScale - 1 - len_scale; /* -1 because of fMultDiv2*/
+
+  /* Scale to common scale factor */
+  ac->r00r = (FIXP_DBL)accu0 << mScale;
+  ac->r11r = (FIXP_DBL)accu1 << mScale;
+  ac->r22r = (FIXP_DBL)accu2 << mScale;
+  ac->r01r = (FIXP_DBL)accu3 << mScale;
+  ac->r12r = (FIXP_DBL)accu4 << mScale;
+  ac->r01i = (FIXP_DBL)accu5 << mScale;
+  ac->r12i = (FIXP_DBL)accu6 << mScale;
+  ac->r02r = (FIXP_DBL)accu7 << mScale;
+  ac->r02i = (FIXP_DBL)accu8 << mScale;
+
+  ac->det = ( fMultDiv2(ac->r11r,ac->r22r) >> 1 ) -
+            ( (fMultDiv2(ac->r12r,ac->r12r) + fMultDiv2(ac->r12i,ac->r12i)) >> 1 );
+  mScale = CountLeadingBits(fAbs(ac->det));
+
+  ac->det <<= mScale;
+  ac->det_scale = mScale - 2;
+
+  return autoCorrScaling;
+}
+#endif /* FUNCTION_autoCorr2nd_cplx */
+#endif /* LOW_POWER_SBR_ONLY */
+
+
diff --git a/libFDK/src/dct.cpp b/libFDK/src/dct.cpp
new file mode 100644 (file)
index 0000000..3c755bd
--- /dev/null
@@ -0,0 +1,540 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file   dct.cpp
+  \brief  DCT Implementations   
+  Library functions to calculate standard DCTs. This will most likely be replaced by hand-optimized
+  functions for the specific target processor.
+
+  Three different implementations of the dct type II and the dct type III transforms are provided.
+
+  By default implementations which are based on a single, standard complex FFT-kernel are used (dctII_f() and dctIII_f()).
+  These are specifically helpful in cases where optimized FFT libraries are already available. The FFT used in these
+  implementation is FFT rad2 from FDK_tools.
+
+  Of course, one might also use DCT-libraries should they be available. The DCT and DST
+  type IV implementations are only available in a version based on a complex FFT kernel.
+*/
+
+#include "dct.h"
+
+
+#include "FDK_tools_rom.h"
+#include "fft.h"
+
+
+#if defined(__arm__)
+#include "arm/dct_arm.cpp"
+#endif
+
+
+#if !defined(FUNCTION_dct_III)
+void dct_III(FIXP_DBL *pDat, /*!< pointer to input/output */
+             FIXP_DBL *tmp,  /*!< pointer to temporal working buffer */
+             int L,          /*!< lenght of transform */
+             int *pDat_e
+             )
+{
+  FDK_ASSERT(L == 64 || L == 32);
+  int  i;
+  FIXP_DBL xr, accu1, accu2;
+  int inc;
+  int M = L>>1;
+  int ld_M;
+
+  if (L == 64)  ld_M = 5;
+  else          ld_M = 4;
+
+  /* This loop performs multiplication for index i (i*inc) */
+  inc = (64/2) >> ld_M; /* 64/L */
+
+  FIXP_DBL *pTmp_0 = &tmp[2];
+  FIXP_DBL *pTmp_1 = &tmp[(M-1)*2];
+
+  for(i=1; i<M>>1; i++,pTmp_0+=2,pTmp_1-=2) {
+
+    FIXP_DBL accu3,accu4,accu5,accu6;
+
+    cplxMultDiv2(&accu2, &accu1, pDat[L - i], pDat[i], sin_twiddle_L64[i*inc]);
+    cplxMultDiv2(&accu4, &accu3, pDat[M+i], pDat[M-i], sin_twiddle_L64[(M-i)*inc]);
+    accu3 >>= 1; accu4 >>= 1;
+
+    /* This method is better for ARM926, that uses operand2 shifted right by 1 always */
+    cplxMultDiv2(&accu6, &accu5, (accu3 - (accu1>>1)), ((accu2>>1) + accu4), sin_twiddle_L64[(4*i)*inc]);
+    xr = (accu1>>1) + accu3;
+    pTmp_0[0] = (xr>>1) - accu5;
+    pTmp_1[0] = (xr>>1) + accu5;
+
+    xr = (accu2>>1) - accu4;
+    pTmp_0[1] =  (xr>>1) - accu6;
+    pTmp_1[1] = -((xr>>1) + accu6);
+
+  }
+
+  xr     = fMultDiv2(pDat[M], sin_twiddle_L64[64/2].v.re );/* cos((PI/(2*L))*M); */
+  tmp[0] = ((pDat[0]>>1) + xr)>>1;
+  tmp[1] = ((pDat[0]>>1) - xr)>>1;
+
+  cplxMultDiv2(&accu2, &accu1, pDat[L - (M/2)], pDat[M/2], sin_twiddle_L64[64/4]);
+  tmp[M]   = accu1>>1;
+  tmp[M+1] = accu2>>1;
+
+  /* dit_fft expects 1 bit scaled input values */
+  fft(M, tmp, pDat_e);
+
+  /* ARM926: 12 cycles per 2-iteration, no overhead code by compiler */
+  pTmp_1 = &tmp[L];
+  for (i = M>>1; i--;)
+  {
+    FIXP_DBL tmp1, tmp2, tmp3, tmp4;
+    tmp1 = *tmp++;
+    tmp2 = *tmp++;
+    tmp3 = *--pTmp_1;
+    tmp4 = *--pTmp_1;
+    *pDat++ = tmp1;
+    *pDat++ = tmp3;
+    *pDat++ = tmp2;
+    *pDat++ = tmp4;
+  }
+
+  *pDat_e += 2;
+}
+#endif
+
+#if !defined(FUNCTION_dct_II)
+void dct_II(FIXP_DBL *pDat, /*!< pointer to input/output */
+            FIXP_DBL *tmp,  /*!< pointer to temporal working buffer */
+            int L,          /*!< lenght of transform */
+            int *pDat_e
+            )
+{
+    FDK_ASSERT(L == 64 || L == 32);
+    FIXP_DBL accu1,accu2;
+    FIXP_DBL *pTmp_0, *pTmp_1;
+
+    int i;
+    int inc;
+    int M =  L>>1;
+    int ld_M;
+
+    FDK_ASSERT(L == 64 || L == 32);
+    ld_M = 4 + (L >> 6);  /* L=64: 5,  L=32: 4 */
+
+    inc = (64/2) >> ld_M; /* L=64: 1,  L=32: 2 */
+
+    FIXP_DBL *pdat  = &pDat[0];
+    FIXP_DBL accu3, accu4;
+    pTmp_0 = &tmp[0];
+    pTmp_1 = &tmp[L-1];
+    for (i = M>>1; i--; )
+    {
+      accu1 = *pdat++;
+      accu2 = *pdat++;
+      accu3 = *pdat++;
+      accu4 = *pdat++;
+      accu1 >>= 1;
+      accu2 >>= 1;
+      accu3 >>= 1;
+      accu4 >>= 1;
+      *pTmp_0++ = accu1;
+      *pTmp_0++ = accu3;
+      *pTmp_1-- = accu2;
+      *pTmp_1-- = accu4;
+    }
+
+
+    fft(M, tmp, pDat_e);
+
+    pTmp_0 = &tmp[2];
+    pTmp_1 = &tmp[(M-1)*2];
+
+    for (i=1; i<M>>1; i++,pTmp_0+=2,pTmp_1-=2) {
+
+      FIXP_DBL a1,a2;
+      FIXP_DBL accu3, accu4;
+
+      a1 = ((pTmp_0[1]>>1) + (pTmp_1[1]>>1));
+      a2 = ((pTmp_1[0]>>1) - (pTmp_0[0]>>1));
+
+      cplxMultDiv2(&accu1, &accu2, a2, a1, sin_twiddle_L64[(4*i)*inc]);
+      accu1<<=1; accu2<<=1;
+
+      a1 = ((pTmp_0[0]>>1) + (pTmp_1[0]>>1));
+      a2 = ((pTmp_0[1]>>1) - (pTmp_1[1]>>1));
+
+      cplxMultDiv2(&accu3, &accu4, (a1 + accu2), -(accu1 + a2), sin_twiddle_L64[i*inc]);
+      pDat[L - i] = accu4;
+      pDat[i]     = accu3;
+
+      cplxMultDiv2(&accu3, &accu4, (a1 - accu2), -(accu1 - a2), sin_twiddle_L64[(M-i)*inc]);
+      pDat[M + i] = accu4;
+      pDat[M - i] = accu3;
+
+    }
+
+    cplxMultDiv2(&accu1, &accu2, tmp[M], tmp[M+1], sin_twiddle_L64[(M/2)*inc]);
+    pDat[L - (M/2)] = accu2;
+    pDat[M/2]       = accu1;
+
+    pDat[0] = (tmp[0]>>1)+(tmp[1]>>1);
+    pDat[M] =  fMult(((tmp[0]>>1)-(tmp[1]>>1)), sin_twiddle_L64[64/2].v.re);/* cos((PI/(2*L))*M); */
+
+    *pDat_e += 2;
+}
+#endif
+
+static
+void getTables(const FIXP_WTP **twiddle, const FIXP_STP **sin_twiddle, int *sin_step, int length)
+{
+  int ld2_length;
+
+ /* Get ld2 of length - 2 + 1
+     -2: because first table entry is window of size 4
+     +1: because we already include +1 because of ceil(log2(length)) */
+  ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1;
+
+  /* Extract sort of "eigenvalue" (the 4 left most bits) of length. */
+  switch ( (length) >> (ld2_length-1) ) {
+    case 0x4: /* radix 2 */
+      *sin_twiddle = SineTable512;
+      *sin_step = 1<<(9 - ld2_length);
+      *twiddle = windowSlopes[0][0][ld2_length-1];
+      break;
+    case 0x7: /* 10 ms */
+      *sin_twiddle = SineTable480;
+      *sin_step = 1<<(8 - ld2_length);
+      *twiddle = windowSlopes[0][1][ld2_length];
+      break;
+    default:
+      *sin_twiddle = NULL;
+      *sin_step = 0;
+      *twiddle = NULL;
+      break;
+  }
+
+  FDK_ASSERT(*twiddle != NULL);
+
+  FDK_ASSERT(*sin_step > 0);
+
+}
+
+#if !defined(FUNCTION_dct_IV)
+
+void dct_IV(FIXP_DBL *pDat,
+            int L,
+            int *pDat_e)
+{
+  int sin_step = 0;
+  int M = L >> 1;
+
+  const FIXP_WTP *twiddle;
+  const FIXP_STP *sin_twiddle;
+
+  FDK_ASSERT(L >= 4);
+
+  getTables(&twiddle, &sin_twiddle, &sin_step, L);
+
+#ifdef FUNCTION_dct_IV_func1
+  if (M>=4 && (M&3) == 0) {
+     /* ARM926: 44 cycles for 2 iterations = 22 cycles/iteration */
+    dct_IV_func1(M>>2, twiddle,  &pDat[0], &pDat[L-1]);
+  } else
+#endif /* FUNCTION_dct_IV_func1 */
+  {
+    FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
+    FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
+    register int i;
+
+    /* 29 cycles on ARM926 */
+    for (i = 0; i < M-1; i+=2,pDat_0+=2,pDat_1-=2)
+    {
+      register FIXP_DBL accu1,accu2,accu3,accu4;
+
+      accu1 = pDat_1[1]; accu2 = pDat_0[0];
+      accu3 = pDat_0[1]; accu4 = pDat_1[0];
+
+      cplxMultDiv2(&accu1, &accu2, accu1, accu2, twiddle[i]);
+      cplxMultDiv2(&accu3, &accu4, accu4, accu3, twiddle[i+1]);
+
+      pDat_0[0] = accu2; pDat_0[1] = accu1;
+      pDat_1[0] = accu4; pDat_1[1] = -accu3;
+    }
+    if (M&1)
+    {
+      register FIXP_DBL accu1,accu2;
+
+      accu1 = pDat_1[1]; accu2 = pDat_0[0];
+
+      cplxMultDiv2(&accu1, &accu2, accu1, accu2, twiddle[i]);
+
+      pDat_0[0] = accu2; pDat_0[1] = accu1;
+    }
+  }
+
+  fft(M, pDat, pDat_e);
+
+#ifdef FUNCTION_dct_IV_func2
+  if (M>=4 && (M&3) == 0) {
+     /* ARM926: 42 cycles for 2 iterations = 21 cycles/iteration */
+    dct_IV_func2(M>>2, sin_twiddle, &pDat[0], &pDat[L], sin_step);
+  } else
+#endif /* FUNCTION_dct_IV_func2 */
+  {
+    FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
+    FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
+    register FIXP_DBL accu1,accu2,accu3,accu4;
+    int idx, i;
+
+    /* Sin and Cos values are 0.0f and 1.0f */
+    accu1 = pDat_1[0];
+    accu2 = pDat_1[1];
+
+    pDat_1[1] = -(pDat_0[1]>>1);
+    pDat_0[0] = (pDat_0[0]>>1);
+
+
+    /* 28 cycles for ARM926 */
+    for (idx = sin_step,i=1; i<(M+1)>>1; i++, idx+=sin_step)
+    {
+      FIXP_STP twd = sin_twiddle[idx];
+      cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd);
+      pDat_0[1] =  accu3;
+      pDat_1[0] =  accu4;
+
+      pDat_0+=2;
+      pDat_1-=2;
+
+      cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd);
+
+      accu1 = pDat_1[0];
+      accu2 = pDat_1[1];
+
+      pDat_1[1] = -accu3;
+      pDat_0[0] =  accu4;
+    }
+
+    if ( (M&1) == 0 )
+    {
+      /* Last Sin and Cos value pair are the same */
+      accu1 = fMultDiv2(accu1, WTC(0x5a82799a));
+      accu2 = fMultDiv2(accu2, WTC(0x5a82799a));
+
+      pDat_1[0] = accu1 + accu2;
+      pDat_0[1] = accu1 - accu2;
+    }
+  }
+
+  /* Add twiddeling scale. */
+  *pDat_e += 2;
+}
+#endif /* defined (FUNCTION_dct_IV) */
+
+#if !defined(FUNCTION_dst_IV)
+void dst_IV(FIXP_DBL *pDat,
+            int L,
+            int *pDat_e )
+{
+  int sin_step = 0;
+  int M = L >> 1;
+
+  const FIXP_WTP *twiddle;
+  const FIXP_STP *sin_twiddle;
+
+#ifdef DSTIV2_ENABLE
+  if (L == 2) {
+    const FIXP_STP tab = STCP(0x7641AF3D, 0x30FB9452);
+    FIXP_DBL tmp1, tmp2;
+
+    cplxMultDiv2(&tmp2, &tmp1, pDat[0], pDat[1], tab);
+
+    pDat[0] = tmp1;
+    pDat[1] = tmp2;
+
+    *pDat_e += 1;
+
+    return;
+  }
+#else
+  FDK_ASSERT(L >= 4);
+#endif
+
+  getTables(&twiddle, &sin_twiddle, &sin_step, L);
+
+#ifdef FUNCTION_dst_IV_func1
+  if ( (M>=4) && ((M&3) == 0) ) {
+    dst_IV_func1(M, twiddle, &pDat[0], &pDat[L]);
+  } else
+#endif
+  {
+    FIXP_DBL *RESTRICT pDat_0 = &pDat[0];
+    FIXP_DBL *RESTRICT pDat_1 = &pDat[L - 2];
+
+    register int i;
+
+    /* 34 cycles on ARM926 */
+    for (i = 0; i < M-1; i+=2,pDat_0+=2,pDat_1-=2)
+    {
+      register FIXP_DBL accu1,accu2,accu3,accu4;
+
+      accu1 =  pDat_1[1]; accu2 = -pDat_0[0];
+      accu3 =  pDat_0[1]; accu4 = -pDat_1[0];
+
+      cplxMultDiv2(&accu1, &accu2, accu1, accu2, twiddle[i]);
+      cplxMultDiv2(&accu3, &accu4, accu4, accu3, twiddle[i+1]);
+
+      pDat_0[0] = accu2; pDat_0[1] = accu1;
+      pDat_1[0] = accu4; pDat_1[1] = -accu3;
+    }
+    if (M&1)
+    {
+      register FIXP_DBL accu1,accu2;
+
+      accu1 =  pDat_1[1]; accu2 = -pDat_0[0];
+
+      cplxMultDiv2(&accu1, &accu2, accu1, accu2, twiddle[i]);
+
+      pDat_0[0] = accu2; pDat_0[1] = accu1;
+    }
+  }
+
+  fft(M, pDat, pDat_e);
+
+#ifdef FUNCTION_dst_IV_func2
+  if ( (M>=4) && ((M&3) == 0) ) {
+    dst_IV_func2(M>>2, sin_twiddle + sin_step, &pDat[0], &pDat[L - 1], sin_step);
+  } else
+#endif /* FUNCTION_dst_IV_func2 */
+  {
+    FIXP_DBL *RESTRICT pDat_0;
+    FIXP_DBL *RESTRICT pDat_1;
+    register FIXP_DBL accu1,accu2,accu3,accu4;
+    int idx, i;
+
+    pDat_0 = &pDat[0];
+    pDat_1 = &pDat[L - 2];
+
+    /* Sin and Cos values are 0.0f and 1.0f */
+    accu1 = pDat_1[0];
+    accu2 = pDat_1[1];
+
+    pDat_1[1] = -(pDat_0[0]>>1);
+    pDat_0[0] = (pDat_0[1]>>1);
+
+    for (idx = sin_step,i=1; i<(M+1)>>1; i++, idx+=sin_step)
+    {
+      FIXP_STP twd = sin_twiddle[idx];
+
+      cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd);
+      pDat_1[0] =  -accu3;
+      pDat_0[1] =  -accu4;
+
+      pDat_0+=2;
+      pDat_1-=2;
+
+      cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd);
+
+      accu1 = pDat_1[0];
+      accu2 = pDat_1[1];
+
+      pDat_0[0] =  accu3;
+      pDat_1[1] = -accu4;
+    }
+
+    if ( (M&1) == 0 )
+    {
+      /* Last Sin and Cos value pair are the same */
+      accu1 = fMultDiv2(accu1, WTC(0x5a82799a));
+      accu2 = fMultDiv2(accu2, WTC(0x5a82799a));
+
+      pDat_0[1] = - accu1 - accu2;
+      pDat_1[0] =   accu2 - accu1;
+    }
+  }
+
+  /* Add twiddeling scale. */
+  *pDat_e += 2;
+}
+#endif /* !defined(FUNCTION_dst_IV) */
+
+
diff --git a/libFDK/src/fft.cpp b/libFDK/src/fft.cpp
new file mode 100644 (file)
index 0000000..653a71a
--- /dev/null
@@ -0,0 +1,1403 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Josef Hoepfl, DSP Solutions
+   Description: Fix point FFT
+
+******************************************************************************/
+
+#include "fft.h"
+
+#include "fft_rad2.h"
+#include "FDK_tools_rom.h"
+
+
+
+
+
+#define F3C(x) STC(x)
+
+#define     C31       (F3C(0x91261468))      /* FL2FXCONST_DBL(-0.86602540)   */
+
+/* Performs the FFT of length 3 according to the algorithm after winograd.
+   No scaling of the input vector because the scaling is already done in the rotation vector. */
+static FORCEINLINE void fft3(FIXP_DBL *RESTRICT pDat)
+{
+  FIXP_DBL r1,r2;
+  FIXP_DBL s1,s2;
+  /* real part */
+  r1      = pDat[2] + pDat[4];
+  r2      = fMult((pDat[2] - pDat[4]), C31);
+  pDat[0] = pDat[0] + r1;
+  r1      = pDat[0] - r1 - (r1>>1);
+
+  /* imaginary part */
+  s1      = pDat[3] + pDat[5];
+  s2      = fMult((pDat[3] - pDat[5]), C31);
+  pDat[1] = pDat[1] + s1;
+  s1      = pDat[1] - s1 - (s1>>1);
+
+  /* combination */
+  pDat[2] = r1 - s2;
+  pDat[4] = r1 + s2;
+  pDat[3] = s1 + r2;
+  pDat[5] = s1 - r2;
+}
+
+
+#define F5C(x) STC(x)
+
+#define     C51       (F5C(0x79bc3854))      /* FL2FXCONST_DBL( 0.95105652)   */
+#define     C52       (F5C(0x9d839db0))      /* FL2FXCONST_DBL(-1.53884180/2) */
+#define     C53       (F5C(0xd18053ce))      /* FL2FXCONST_DBL(-0.36327126)   */
+#define     C54       (F5C(0x478dde64))      /* FL2FXCONST_DBL( 0.55901699)   */
+#define     C55       (F5C(0xb0000001))      /* FL2FXCONST_DBL(-1.25/2)       */
+
+/* performs the FFT of length 5 according to the algorithm after winograd */
+static FORCEINLINE void fft5(FIXP_DBL *RESTRICT pDat)
+{
+  FIXP_DBL r1,r2,r3,r4;
+  FIXP_DBL s1,s2,s3,s4;
+  FIXP_DBL t;
+
+  /* real part */
+  r1      = pDat[2] + pDat[8];
+  r4      = pDat[2] - pDat[8];
+  r3      = pDat[4] + pDat[6];
+  r2      = pDat[4] - pDat[6];
+  t       = fMult((r1-r3), C54);
+  r1      = r1 + r3;
+  pDat[0] = pDat[0] + r1;
+  /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
+     the values as fracts */
+  r1      = pDat[0] + (fMultDiv2(r1, C55) <<(2));
+  r3      = r1 - t;
+  r1      = r1 + t;
+  t       = fMult((r4 + r2), C51);
+  /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
+     the values as fracts */
+  r4      = t + (fMultDiv2(r4, C52) <<(2));
+  r2      = t + fMult(r2, C53);
+
+  /* imaginary part */
+  s1      = pDat[3] + pDat[9];
+  s4      = pDat[3] - pDat[9];
+  s3      = pDat[5] + pDat[7];
+  s2      = pDat[5] - pDat[7];
+  t       = fMult((s1 - s3), C54);
+  s1      = s1 + s3;
+  pDat[1] = pDat[1] + s1;
+  /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
+     the values as fracts */
+  s1      = pDat[1] + (fMultDiv2(s1, C55) <<(2));
+  s3      = s1 - t;
+  s1      = s1 + t;
+  t       = fMult((s4 + s2), C51);
+  /* Bit shift left because of the constant C55 which was scaled with the factor 0.5 because of the representation of
+     the values as fracts */
+  s4      = t + (fMultDiv2(s4, C52) <<(2));
+  s2      = t + fMult(s2, C53);
+
+  /* combination */
+  pDat[2] = r1 + s2;
+  pDat[8] = r1 - s2;
+  pDat[4] = r3 - s4;
+  pDat[6] = r3 + s4;
+
+  pDat[3] = s1 - r2;
+  pDat[9] = s1 + r2;
+  pDat[5] = s3 + r4;
+  pDat[7] = s3 - r4;
+}
+
+
+
+
+#define N3                    3
+#define N5                    5
+#define N6                    6
+#define N15                   15
+
+/* Performs the FFT of length 15. It is split into FFTs of length 3 and length 5. */
+static inline void fft15(FIXP_DBL *pInput)
+{
+  FIXP_DBL  aDst[2*N15];
+  FIXP_DBL  aDst1[2*N15];
+  int    i,k,l;
+
+  /* Sort input vector for fft's of length 3
+  input3(0:2)   = [input(0) input(5) input(10)];
+  input3(3:5)   = [input(3) input(8) input(13)];
+  input3(6:8)   = [input(6) input(11) input(1)];
+  input3(9:11)  = [input(9) input(14) input(4)];
+  input3(12:14) = [input(12) input(2) input(7)]; */
+  {
+    const FIXP_DBL *pSrc = pInput;
+    FIXP_DBL *RESTRICT pDst = aDst;
+    /* Merge 3 loops into one, skip call of fft3 */
+    for(i=0,l=0,k=0; i<N5; i++, k+=6)
+    {
+      pDst[k+0] = pSrc[l];
+      pDst[k+1] = pSrc[l+1];
+      l += 2*N5;
+      if (l >= (2*N15))
+          l -= (2*N15);
+
+      pDst[k+2] = pSrc[l];
+      pDst[k+3] = pSrc[l+1];
+      l += 2*N5;
+      if (l >= (2*N15))
+          l -= (2*N15);
+      pDst[k+4] = pSrc[l];
+      pDst[k+5] = pSrc[l+1];
+      l += (2*N5) + (2*N3);
+      if (l >= (2*N15))
+          l -= (2*N15);
+
+      /* fft3 merged with shift right by 2 loop */
+      FIXP_DBL r1,r2,r3;
+      FIXP_DBL s1,s2;
+      /* real part */
+      r1      = pDst[k+2] + pDst[k+4];
+      r2      = fMult((pDst[k+2] - pDst[k+4]), C31);
+      s1      = pDst[k+0];
+      pDst[k+0] = (s1 + r1)>>2;
+      r1      = s1 - (r1>>1);
+
+      /* imaginary part */
+      s1      = pDst[k+3] + pDst[k+5];
+      s2      = fMult((pDst[k+3] - pDst[k+5]), C31);
+      r3      = pDst[k+1];
+      pDst[k+1] = (r3 + s1)>>2;
+      s1      = r3 - (s1>>1);
+
+      /* combination */
+      pDst[k+2] = (r1 - s2)>>2;
+      pDst[k+4] = (r1 + s2)>>2;
+      pDst[k+3] = (s1 + r2)>>2;
+      pDst[k+5] = (s1 - r2)>>2;
+    }
+  }
+  /* Sort input vector for fft's of length 5
+  input5(0:4)   = [output3(0) output3(3) output3(6) output3(9) output3(12)];
+  input5(5:9)   = [output3(1) output3(4) output3(7) output3(10) output3(13)];
+  input5(10:14) = [output3(2) output3(5) output3(8) output3(11) output3(14)]; */
+  /* Merge 2 loops into one, brings about 10% */
+  {
+    const FIXP_DBL *pSrc = aDst;
+    FIXP_DBL *RESTRICT pDst = aDst1;
+    for(i=0,l=0,k=0; i<N3; i++, k+=10)
+    {
+      l = 2*i;
+      pDst[k+0] = pSrc[l+0];
+      pDst[k+1] = pSrc[l+1];
+      pDst[k+2] = pSrc[l+0+(2*N3)];
+      pDst[k+3] = pSrc[l+1+(2*N3)];
+      pDst[k+4] = pSrc[l+0+(4*N3)];
+      pDst[k+5] = pSrc[l+1+(4*N3)];
+      pDst[k+6] = pSrc[l+0+(6*N3)];
+      pDst[k+7] = pSrc[l+1+(6*N3)];
+      pDst[k+8] = pSrc[l+0+(8*N3)];
+      pDst[k+9] = pSrc[l+1+(8*N3)];
+      fft5(&pDst[k]);
+    }
+  }
+  /* Sort output vector of length 15
+  output = [out5(0)  out5(6)  out5(12) out5(3)  out5(9)
+            out5(10) out5(1)  out5(7)  out5(13) out5(4)
+            out5(5)  out5(11) out5(2)  out5(8)  out5(14)]; */
+  /* optimize clumsy loop, brings about 5% */
+  {
+    const FIXP_DBL *pSrc = aDst1;
+    FIXP_DBL *RESTRICT pDst = pInput;
+    for(i=0,l=0,k=0; i<N3; i++, k+=10)
+    {
+      pDst[k+0] = pSrc[l];
+      pDst[k+1] = pSrc[l+1];
+      l += (2*N6);
+      if (l >= (2*N15))
+          l -= (2*N15);
+      pDst[k+2] = pSrc[l];
+      pDst[k+3] = pSrc[l+1];
+      l += (2*N6);
+      if (l >= (2*N15))
+          l -= (2*N15);
+      pDst[k+4] = pSrc[l];
+      pDst[k+5] = pSrc[l+1];
+      l += (2*N6);
+      if (l >= (2*N15))
+          l -= (2*N15);
+      pDst[k+6] = pSrc[l];
+      pDst[k+7] = pSrc[l+1];
+      l += (2*N6);
+      if (l >= (2*N15))
+          l -= (2*N15);
+      pDst[k+8] = pSrc[l];
+      pDst[k+9] = pSrc[l+1];
+      l += 2;    /* no modulo check needed, it cannot occur */
+    }
+  }
+}
+
+#define W_PiFOURTH STC(0x5a82799a)
+#ifndef SUMDIFF_PIFOURTH
+#define SUMDIFF_PIFOURTH(diff,sum,a,b) \
+  { \
+    FIXP_DBL wa, wb;\
+    wa = fMultDiv2(a, W_PiFOURTH);\
+    wb = fMultDiv2(b, W_PiFOURTH);\
+    diff = wb - wa;\
+    sum  = wb + wa;\
+  }
+#endif
+
+/* This version is more overflow save, but less cycle optimal. */
+#define SUMDIFF_EIGTH(x, y, ix, iy, vr, vi, ur, ui) \
+  vr = (x[ 0 + ix]>>1) + (x[16 + ix]>>1);  /* Re A + Re B */ \
+  vi = (x[ 8 + ix]>>1) + (x[24 + ix]>>1);     /* Re C + Re D */ \
+  ur = (x[ 1 + ix]>>1) + (x[17 + ix]>>1);  /* Im A + Im B */ \
+  ui = (x[ 9 + ix]>>1) + (x[25 + ix]>>1);     /* Im C + Im D */ \
+  y[ 0 + iy] = vr + vi;     /* Re A' = ReA + ReB +ReC + ReD */    \
+  y[ 4 + iy] = vr - vi;     /* Re C' = -(ReC+ReD) + (ReA+ReB) */  \
+  y[ 1 + iy] = ur + ui;     /* Im A' = sum of imag values */      \
+  y[ 5 + iy] = ur - ui;     /* Im C' = -Im C -Im D +Im A +Im B */ \
+  vr -= x[16 + ix];              /* Re A - Re B */ \
+  vi = vi - x[24 + ix];          /* Re C - Re D */ \
+  ur -= x[17 + ix];              /* Im A - Im B */ \
+  ui = ui - x[25 + ix];          /* Im C - Im D */ \
+  y[ 2 + iy] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */ \
+  y[ 6 + iy] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */ \
+  y[ 3 + iy] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */  \
+  y[ 7 + iy] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+static const FIXP_STP fft16_w16[2] =  { STCP(0x7641af3d, 0x30fbc54d), STCP(0x30fbc54d, 0x7641af3d) };
+
+LNK_SECTION_CODE_L1
+inline void fft_16(FIXP_DBL *RESTRICT x)
+{
+  FIXP_DBL vr, vi, ur, ui;
+  FIXP_DBL y[32];
+
+  SUMDIFF_EIGTH(x, y, 0,  0, vr, vi, ur, ui);
+  SUMDIFF_EIGTH(x, y, 4,  8, vr, vi, ur, ui);
+  SUMDIFF_EIGTH(x, y, 2, 16, vr, vi, ur, ui);
+  SUMDIFF_EIGTH(x, y, 6, 24, vr, vi, ur, ui);
+
+// xt1 =  0
+// xt2 =  8
+  vr = y[ 8];
+  vi = y[ 9];
+  ur = y[ 0]>>1;
+  ui = y[ 1]>>1;
+  x[ 0] = ur + (vr>>1);
+  x[ 1] = ui + (vi>>1);
+  x[ 8] = ur - (vr>>1);
+  x[ 9] = ui - (vi>>1);
+
+// xt1 =  4
+// xt2 = 12
+  vr = y[13];
+  vi = y[12];
+  ur = y[ 4]>>1;
+  ui = y[ 5]>>1;
+  x[ 4] = ur + (vr>>1);
+  x[ 5] = ui - (vi>>1);
+  x[12] = ur - (vr>>1);
+  x[13] = ui + (vi>>1);
+
+// xt1 = 16
+// xt2 = 24
+  vr = y[24];
+  vi = y[25];
+  ur = y[16]>>1;
+  ui = y[17]>>1;
+  x[16] = ur + (vr>>1);
+  x[17] = ui + (vi>>1);
+  x[24] = ur - (vr>>1);
+  x[25] = ui - (vi>>1);
+
+// xt1 = 20
+// xt2 = 28
+  vr = y[29];
+  vi = y[28];
+  ur = y[20]>>1;
+  ui = y[21]>>1;
+  x[20] = ur + (vr>>1);
+  x[21] = ui - (vi>>1);
+  x[28] = ur - (vr>>1);
+  x[29] = ui + (vi>>1);
+
+  // xt1 =  2
+// xt2 = 10
+  SUMDIFF_PIFOURTH(vi, vr, y[10], y[11])
+  //vr = fMultDiv2((y[11] + y[10]),W_PiFOURTH);
+  //vi = fMultDiv2((y[11] - y[10]),W_PiFOURTH);
+  ur = y[ 2];
+  ui = y[ 3];
+  x[ 2] = (ur>>1) + vr;
+  x[ 3] = (ui>>1) + vi;
+  x[10] = (ur>>1) - vr;
+  x[11] = (ui>>1) - vi;
+
+// xt1 =  6
+// xt2 = 14
+  SUMDIFF_PIFOURTH(vr, vi, y[14], y[15])
+  ur = y[ 6];
+  ui = y[ 7];
+  x[ 6] = (ur>>1) + vr;
+  x[ 7] = (ui>>1) - vi;
+  x[14] = (ur>>1) - vr;
+  x[15] = (ui>>1) + vi;
+
+// xt1 = 18
+// xt2 = 26
+  SUMDIFF_PIFOURTH(vi, vr, y[26], y[27])
+  ur = y[18];
+  ui = y[19];
+  x[18] = (ur>>1) + vr;
+  x[19] = (ui>>1) + vi;
+  x[26] = (ur>>1) - vr;
+  x[27] = (ui>>1) - vi;
+
+// xt1 = 22
+// xt2 = 30
+  SUMDIFF_PIFOURTH(vr, vi, y[30], y[31])
+  ur = y[22];
+  ui = y[23];
+  x[22] = (ur>>1) + vr;
+  x[23] = (ui>>1) - vi;
+  x[30] = (ur>>1) - vr;
+  x[31] = (ui>>1) + vi;
+
+// xt1 =  0
+// xt2 = 16
+  vr = x[16];
+  vi = x[17];
+  ur = x[ 0]>>1;
+  ui = x[ 1]>>1;
+  x[ 0] = ur + (vr>>1);
+  x[ 1] = ui + (vi>>1);
+  x[16] = ur - (vr>>1);
+  x[17] = ui - (vi>>1);
+
+// xt1 =  8
+// xt2 = 24
+  vi = x[24];
+  vr = x[25];
+  ur = x[ 8]>>1;
+  ui = x[ 9]>>1;
+  x[ 8] = ur + (vr>>1);
+  x[ 9] = ui - (vi>>1);
+  x[24] = ur - (vr>>1);
+  x[25] = ui + (vi>>1);
+
+// xt1 =  2
+// xt2 = 18
+  cplxMultDiv2(&vi, &vr, x[19], x[18], fft16_w16[0]);
+  ur = x[ 2];
+  ui = x[ 3];
+  x[ 2] = (ur>>1) + vr;
+  x[ 3] = (ui>>1) + vi;
+  x[18] = (ur>>1) - vr;
+  x[19] = (ui>>1) - vi;
+
+// xt1 = 10
+// xt2 = 26
+  cplxMultDiv2(&vr, &vi, x[27], x[26], fft16_w16[0]);
+  ur = x[10];
+  ui = x[11];
+  x[10] = (ur>>1) + vr;
+  x[11] = (ui>>1) - vi;
+  x[26] = (ur>>1) - vr;
+  x[27] = (ui>>1) + vi;
+
+// xt1 =  4
+// xt2 = 20
+  SUMDIFF_PIFOURTH(vi, vr, x[20], x[21])
+  ur = x[ 4];
+  ui = x[ 5];
+  x[ 4] = (ur>>1) + vr;
+  x[ 5] = (ui>>1) + vi;
+  x[20] = (ur>>1) - vr;
+  x[21] = (ui>>1) - vi;
+
+// xt1 = 12
+// xt2 = 28
+  SUMDIFF_PIFOURTH(vr, vi, x[28], x[29])
+  ur = x[12];
+  ui = x[13];
+  x[12] = (ur>>1) + vr;
+  x[13] = (ui>>1) - vi;
+  x[28] = (ur>>1) - vr;
+  x[29] = (ui>>1) + vi;
+
+// xt1 =  6
+// xt2 = 22
+  cplxMultDiv2(&vi, &vr, x[23], x[22], fft16_w16[1]);
+  ur = x[ 6];
+  ui = x[ 7];
+  x[ 6] = (ur>>1) + vr;
+  x[ 7] = (ui>>1) + vi;
+  x[22] = (ur>>1) - vr;
+  x[23] = (ui>>1) - vi;
+
+// xt1 = 14
+// xt2 = 30
+  cplxMultDiv2(&vr, &vi, x[31], x[30], fft16_w16[1]);
+  ur = x[14];
+  ui = x[15];
+  x[14] = (ur>>1) + vr;
+  x[15] = (ui>>1) - vi;
+  x[30] = (ur>>1) - vr;
+  x[31] = (ui>>1) + vi;
+}
+
+#ifndef FUNCTION_fft_32
+static const FIXP_STP fft32_w32[6] =
+{
+  STCP (0x7641af3d, 0x30fbc54d), STCP(0x30fbc54d, 0x7641af3d), STCP(0x7d8a5f40, 0x18f8b83c),
+  STCP (0x6a6d98a4, 0x471cece7), STCP(0x471cece7, 0x6a6d98a4), STCP(0x18f8b83c, 0x7d8a5f40)
+};
+
+LNK_SECTION_CODE_L1
+inline void fft_32(FIXP_DBL *x)
+{
+
+#define W_PiFOURTH STC(0x5a82799a)
+
+  FIXP_DBL vr,vi,ur,ui;
+  FIXP_DBL y[64];
+
+  /*
+   * 1+2 stage radix 4
+   */
+
+/////////////////////////////////////////////////////////////////////////////////////////
+
+  // i = 0
+  vr = (x[ 0] + x[32])>>1;  /* Re A + Re B */
+  vi = (x[16] + x[48]);     /* Re C + Re D */
+  ur = (x[ 1] + x[33])>>1;  /* Im A + Im B */
+  ui = (x[17] + x[49]);     /* Im C + Im D */
+
+  y[ 0] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[ 4] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[ 1] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[ 5] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[32];              /* Re A - Re B */
+  vi = (vi>>1) - x[48];     /* Re C - Re D */
+  ur -= x[33];              /* Im A - Im B */
+  ui = (ui>>1) - x[49];     /* Im C - Im D */
+
+  y[ 2] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[ 6] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[ 3] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[ 7] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=8
+  vr = (x[ 8] + x[40])>>1;  /* Re A + Re B */
+  vi = (x[24] + x[56]);     /* Re C + Re D */
+  ur = (x[ 9] + x[41])>>1;  /* Im A + Im B */
+  ui = (x[25] + x[57]);     /* Im C + Im D */
+
+  y[ 8] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[12] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[ 9] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[13] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[40];              /* Re A - Re B */
+  vi = (vi>>1) - x[56];     /* Re C - Re D */
+  ur -= x[41];              /* Im A - Im B */
+  ui = (ui>>1) - x[57];     /* Im C - Im D */
+
+  y[10] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[14] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[11] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[15] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=16
+  vr = (x[ 4] + x[36])>>1;  /* Re A + Re B */
+  vi = (x[20] + x[52]);     /* Re C + Re D */
+  ur = (x[ 5] + x[37])>>1;  /* Im A + Im B */
+  ui = (x[21] + x[53]);     /* Im C + Im D */
+
+  y[16] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[20] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[17] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[21] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[36];              /* Re A - Re B */
+  vi = (vi>>1) - x[52];     /* Re C - Re D */
+  ur -= x[37];              /* Im A - Im B */
+  ui = (ui>>1) - x[53];     /* Im C - Im D */
+
+  y[18] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[22] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[19] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[23] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=24
+  vr = (x[12] + x[44])>>1;  /* Re A + Re B */
+  vi = (x[28] + x[60]);     /* Re C + Re D */
+  ur = (x[13] + x[45])>>1;  /* Im A + Im B */
+  ui = (x[29] + x[61]);     /* Im C + Im D */
+
+  y[24] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[28] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[25] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[29] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[44];              /* Re A - Re B */
+  vi = (vi>>1) - x[60];     /* Re C - Re D */
+  ur -= x[45];              /* Im A - Im B */
+  ui = (ui>>1) - x[61];     /* Im C - Im D */
+
+  y[26] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[30] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[27] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[31] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  // i = 32
+  vr = (x[ 2] + x[34])>>1;  /* Re A + Re B */
+  vi = (x[18] + x[50]);     /* Re C + Re D */
+  ur = (x[ 3] + x[35])>>1;  /* Im A + Im B */
+  ui = (x[19] + x[51]);     /* Im C + Im D */
+
+  y[32] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[36] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[33] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[37] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[34];              /* Re A - Re B */
+  vi = (vi>>1) - x[50];     /* Re C - Re D */
+  ur -= x[35];              /* Im A - Im B */
+  ui = (ui>>1) - x[51];     /* Im C - Im D */
+
+  y[34] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[38] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[35] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[39] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=40
+  vr = (x[10] + x[42])>>1;  /* Re A + Re B */
+  vi = (x[26] + x[58]);     /* Re C + Re D */
+  ur = (x[11] + x[43])>>1;  /* Im A + Im B */
+  ui = (x[27] + x[59]);     /* Im C + Im D */
+
+  y[40] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[44] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[41] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[45] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[42];              /* Re A - Re B */
+  vi = (vi>>1) - x[58];     /* Re C - Re D */
+  ur -= x[43];              /* Im A - Im B */
+  ui = (ui>>1) - x[59];     /* Im C - Im D */
+
+  y[42] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[46] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[43] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[47] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=48
+  vr = (x[ 6] + x[38])>>1;  /* Re A + Re B */
+  vi = (x[22] + x[54]);     /* Re C + Re D */
+  ur = (x[ 7] + x[39])>>1;  /* Im A + Im B */
+  ui = (x[23] + x[55]);     /* Im C + Im D */
+
+  y[48] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[52] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[49] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[53] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[38];              /* Re A - Re B */
+  vi = (vi>>1) - x[54];     /* Re C - Re D */
+  ur -= x[39];              /* Im A - Im B */
+  ui = (ui>>1) - x[55];     /* Im C - Im D */
+
+  y[50] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[54] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[51] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[55] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+  //i=56
+  vr = (x[14] + x[46])>>1;  /* Re A + Re B */
+  vi = (x[30] + x[62]);     /* Re C + Re D */
+  ur = (x[15] + x[47])>>1;  /* Im A + Im B */
+  ui = (x[31] + x[63]);     /* Im C + Im D */
+
+  y[56] = vr + (vi>>1);     /* Re A' = ReA + ReB +ReC + ReD */
+  y[60] = vr - (vi>>1);     /* Re C' = -(ReC+ReD) + (ReA+ReB) */
+  y[57] = ur + (ui>>1);     /* Im A' = sum of imag values */
+  y[61] = ur - (ui>>1);     /* Im C' = -Im C -Im D +Im A +Im B */
+
+  vr -= x[46];              /* Re A - Re B */
+  vi = (vi>>1) - x[62];     /* Re C - Re D */
+  ur -= x[47];              /* Im A - Im B */
+  ui = (ui>>1) - x[63];     /* Im C - Im D */
+
+  y[58] = ui + vr;          /* Re B' = Im C - Im D  + Re A - Re B */
+  y[62] = vr - ui;          /* Re D' = -Im C + Im D + Re A - Re B */
+  y[59] = ur - vi;          /* Im B'= -Re C + Re D + Im A - Im B */
+  y[63] = vi + ur;          /* Im D'= Re C - Re D + Im A - Im B */
+
+
+  FIXP_DBL *xt = &x[0];
+  FIXP_DBL *yt = &y[0];
+
+  int j = 4;
+  do
+  {
+    vr = yt[8];
+    vi = yt[9];
+    ur = yt[0]>>1;
+    ui = yt[1]>>1;
+    xt[ 0] = ur + (vr>>1);
+    xt[ 1] = ui + (vi>>1);
+    xt[ 8] = ur - (vr>>1);
+    xt[ 9] = ui - (vi>>1);
+
+    vr = yt[13];
+    vi = yt[12];
+    ur = yt[4]>>1;
+    ui = yt[5]>>1;
+    xt[ 4] = ur + (vr>>1);
+    xt[ 5] = ui - (vi>>1);
+    xt[12] = ur - (vr>>1);
+    xt[13] = ui + (vi>>1);
+
+    SUMDIFF_PIFOURTH(vi, vr, yt[10], yt[11])
+    ur = yt[2];
+    ui = yt[3];
+    xt[ 2] = (ur>>1) + vr;
+    xt[ 3] = (ui>>1) + vi;
+    xt[10] = (ur>>1) - vr;
+    xt[11] = (ui>>1) - vi;
+
+    SUMDIFF_PIFOURTH(vr, vi, yt[14], yt[15])
+    ur = yt[6];
+    ui = yt[7];
+
+    xt[ 6] = (ur>>1) + vr;
+    xt[ 7] = (ui>>1) - vi;
+    xt[14] = (ur>>1) - vr;
+    xt[15] = (ui>>1) + vi;
+    xt += 16;
+    yt += 16;
+  } while (--j != 0);
+
+  vr = x[16];
+  vi = x[17];
+  ur = x[ 0]>>1;
+  ui = x[ 1]>>1;
+  x[ 0] = ur + (vr>>1);
+  x[ 1] = ui + (vi>>1);
+  x[16] = ur - (vr>>1);
+  x[17] = ui - (vi>>1);
+
+  vi = x[24];
+  vr = x[25];
+  ur = x[ 8]>>1;
+  ui = x[ 9]>>1;
+  x[ 8] = ur + (vr>>1);
+  x[ 9] = ui - (vi>>1);
+  x[24] = ur - (vr>>1);
+  x[25] = ui + (vi>>1);
+
+  vr = x[48];
+  vi = x[49];
+  ur = x[32]>>1;
+  ui = x[33]>>1;
+  x[32] = ur + (vr>>1);
+  x[33] = ui + (vi>>1);
+  x[48] = ur - (vr>>1);
+  x[49] = ui - (vi>>1);
+
+  vi = x[56];
+  vr = x[57];
+  ur = x[40]>>1;
+  ui = x[41]>>1;
+  x[40] = ur + (vr>>1);
+  x[41] = ui - (vi>>1);
+  x[56] = ur - (vr>>1);
+  x[57] = ui + (vi>>1);
+
+  cplxMultDiv2(&vi, &vr, x[19], x[18], fft32_w32[0]);
+  ur = x[ 2];
+  ui = x[ 3];
+  x[ 2] = (ur>>1) + vr;
+  x[ 3] = (ui>>1) + vi;
+  x[18] = (ur>>1) - vr;
+  x[19] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[27], x[26], fft32_w32[0]);
+  ur = x[10];
+  ui = x[11];
+  x[10] = (ur>>1) + vr;
+  x[11] = (ui>>1) - vi;
+  x[26] = (ur>>1) - vr;
+  x[27] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[51], x[50], fft32_w32[0]);
+  ur = x[34];
+  ui = x[35];
+  x[34] = (ur>>1) + vr;
+  x[35] = (ui>>1) + vi;
+  x[50] = (ur>>1) - vr;
+  x[51] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[59], x[58], fft32_w32[0]);
+  ur = x[42];
+  ui = x[43];
+  x[42] = (ur>>1) + vr;
+  x[43] = (ui>>1) - vi;
+  x[58] = (ur>>1) - vr;
+  x[59] = (ui>>1) + vi;
+
+  SUMDIFF_PIFOURTH(vi, vr, x[20], x[21])
+  ur = x[ 4];
+  ui = x[ 5];
+  x[ 4] = (ur>>1) + vr;
+  x[ 5] = (ui>>1) + vi;
+  x[20] = (ur>>1) - vr;
+  x[21] = (ui>>1) - vi;
+
+  SUMDIFF_PIFOURTH(vr, vi, x[28], x[29])
+  ur = x[12];
+  ui = x[13];
+  x[12] = (ur>>1) + vr;
+  x[13] = (ui>>1) - vi;
+  x[28] = (ur>>1) - vr;
+  x[29] = (ui>>1) + vi;
+
+  SUMDIFF_PIFOURTH(vi, vr, x[52], x[53])
+  ur = x[36];
+  ui = x[37];
+  x[36] = (ur>>1) + vr;
+  x[37] = (ui>>1) + vi;
+  x[52] = (ur>>1) - vr;
+  x[53] = (ui>>1) - vi;
+
+  SUMDIFF_PIFOURTH(vr, vi, x[60], x[61])
+  ur = x[44];
+  ui = x[45];
+  x[44] = (ur>>1) + vr;
+  x[45] = (ui>>1) - vi;
+  x[60] = (ur>>1) - vr;
+  x[61] = (ui>>1) + vi;
+
+
+  cplxMultDiv2(&vi, &vr, x[23], x[22], fft32_w32[1]);
+  ur = x[ 6];
+  ui = x[ 7];
+  x[ 6] = (ur>>1) + vr;
+  x[ 7] = (ui>>1) + vi;
+  x[22] = (ur>>1) - vr;
+  x[23] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[31], x[30], fft32_w32[1]);
+  ur = x[14];
+  ui = x[15];
+  x[14] = (ur>>1) + vr;
+  x[15] = (ui>>1) - vi;
+  x[30] = (ur>>1) - vr;
+  x[31] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[55], x[54], fft32_w32[1]);
+  ur = x[38];
+  ui = x[39];
+  x[38] = (ur>>1) + vr;
+  x[39] = (ui>>1) + vi;
+  x[54] = (ur>>1) - vr;
+  x[55] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[63], x[62], fft32_w32[1]);
+  ur = x[46];
+  ui = x[47];
+
+  x[46] = (ur>>1) + vr;
+  x[47] = (ui>>1) - vi;
+  x[62] = (ur>>1) - vr;
+  x[63] = (ui>>1) + vi;
+
+  vr = x[32];
+  vi = x[33];
+  ur = x[ 0]>>1;
+  ui = x[ 1]>>1;
+  x[ 0] = ur + (vr>>1);
+  x[ 1] = ui + (vi>>1);
+  x[32] = ur - (vr>>1);
+  x[33] = ui - (vi>>1);
+
+  vi = x[48];
+  vr = x[49];
+  ur = x[16]>>1;
+  ui = x[17]>>1;
+  x[16] = ur + (vr>>1);
+  x[17] = ui - (vi>>1);
+  x[48] = ur - (vr>>1);
+  x[49] = ui + (vi>>1);
+
+  cplxMultDiv2(&vi, &vr, x[35], x[34], fft32_w32[2]);
+  ur = x[ 2];
+  ui = x[ 3];
+  x[ 2] = (ur>>1) + vr;
+  x[ 3] = (ui>>1) + vi;
+  x[34] = (ur>>1) - vr;
+  x[35] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[51], x[50], fft32_w32[2]);
+  ur = x[18];
+  ui = x[19];
+  x[18] = (ur>>1) + vr;
+  x[19] = (ui>>1) - vi;
+  x[50] = (ur>>1) - vr;
+  x[51] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[37], x[36], fft32_w32[0]);
+  ur = x[ 4];
+  ui = x[ 5];
+  x[ 4] = (ur>>1) + vr;
+  x[ 5] = (ui>>1) + vi;
+  x[36] = (ur>>1) - vr;
+  x[37] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[53], x[52], fft32_w32[0]);
+  ur = x[20];
+  ui = x[21];
+  x[20] = (ur>>1) + vr;
+  x[21] = (ui>>1) - vi;
+  x[52] = (ur>>1) - vr;
+  x[53] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[39], x[38], fft32_w32[3]);
+  ur = x[ 6];
+  ui = x[ 7];
+  x[ 6] = (ur>>1) + vr;
+  x[ 7] = (ui>>1) + vi;
+  x[38] = (ur>>1) - vr;
+  x[39] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[55], x[54], fft32_w32[3]);
+  ur = x[22];
+  ui = x[23];
+  x[22] = (ur>>1) + vr;
+  x[23] = (ui>>1) - vi;
+  x[54] = (ur>>1) - vr;
+  x[55] = (ui>>1) + vi;
+
+  SUMDIFF_PIFOURTH(vi, vr, x[40], x[41])
+  ur = x[ 8];
+  ui = x[ 9];
+  x[ 8] = (ur>>1) + vr;
+  x[ 9] = (ui>>1) + vi;
+  x[40] = (ur>>1) - vr;
+  x[41] = (ui>>1) - vi;
+
+  SUMDIFF_PIFOURTH(vr, vi, x[56], x[57])
+  ur = x[24];
+  ui = x[25];
+  x[24] = (ur>>1) + vr;
+  x[25] = (ui>>1) - vi;
+  x[56] = (ur>>1) - vr;
+  x[57] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[43], x[42], fft32_w32[4]);
+  ur = x[10];
+  ui = x[11];
+
+  x[10] = (ur>>1) + vr;
+  x[11] = (ui>>1) + vi;
+  x[42] = (ur>>1) - vr;
+  x[43] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[59], x[58], fft32_w32[4]);
+  ur = x[26];
+  ui = x[27];
+  x[26] = (ur>>1) + vr;
+  x[27] = (ui>>1) - vi;
+  x[58] = (ur>>1) - vr;
+  x[59] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[45], x[44], fft32_w32[1]);
+  ur = x[12];
+  ui = x[13];
+  x[12] = (ur>>1) + vr;
+  x[13] = (ui>>1) + vi;
+  x[44] = (ur>>1) - vr;
+  x[45] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[61], x[60], fft32_w32[1]);
+  ur = x[28];
+  ui = x[29];
+  x[28] = (ur>>1) + vr;
+  x[29] = (ui>>1) - vi;
+  x[60] = (ur>>1) - vr;
+  x[61] = (ui>>1) + vi;
+
+  cplxMultDiv2(&vi, &vr, x[47], x[46], fft32_w32[5]);
+  ur = x[14];
+  ui = x[15];
+  x[14] = (ur>>1) + vr;
+  x[15] = (ui>>1) + vi;
+  x[46] = (ur>>1) - vr;
+  x[47] = (ui>>1) - vi;
+
+  cplxMultDiv2(&vr, &vi, x[63], x[62], fft32_w32[5]);
+  ur = x[30];
+  ui = x[31];
+  x[30] = (ur>>1) + vr;
+  x[31] = (ui>>1) - vi;
+  x[62] = (ur>>1) - vr;
+  x[63] = (ui>>1) + vi;
+}
+#endif /* #ifndef FUNCTION_fft_32 */
+
+
+/**
+ * \brief Apply rotation vectors to a data buffer.
+ * \param cl length of each row of input data.
+ * \param l total length of input data.
+ * \param pVecRe real part of rotation ceofficient vector.
+ * \param pVecIm imaginary part of rotation ceofficient vector.
+ */
+static inline void fft_apply_rot_vector(FIXP_DBL *RESTRICT pData, const int cl, const int l, const FIXP_STB *pVecRe, const FIXP_STB *pVecIm)
+{
+  FIXP_DBL re, im;
+  FIXP_STB vre, vim;
+
+  int i, c;
+
+  for(i=0; i<cl; i++) {
+    re  = pData[2*i];
+    im  = pData[2*i+1];
+
+    pData[2*i]   = re>>2; /* * 0.25 */
+    pData[2*i+1] = im>>2; /* * 0.25 */
+  }
+  for(; i<l; i+=cl)
+  {
+    re  = pData[2*i];
+    im  = pData[2*i+1];
+
+    pData[2*i]   = re>>2; /* * 0.25 */
+    pData[2*i+1] = im>>2; /* * 0.25 */
+
+    for (c=i+1; c<i+cl; c++)
+    {
+      re  = pData[2*c]>>1;
+      im  = pData[2*c+1]>>1;
+      vre = *pVecRe++;
+      vim = *pVecIm++;
+
+      cplxMultDiv2(&pData[2*c+1], &pData[2*c], im, re, vre, vim);
+    }
+  }
+}
+
+#define FFT_TWO_STAGE_MACRO_ENABLE
+
+
+#ifdef FFT_TWO_STAGE_MACRO_ENABLE
+
+#define fftN2(pInput, length, dim1, dim2, fft_func1, fft_func2, RotVectorReal, RotVectorImag) \
+{ \
+  int       i, j; \
+ \
+  C_ALLOC_SCRATCH_START(aDst, FIXP_DBL, length*2); \
+  C_ALLOC_SCRATCH_START(aDst2, FIXP_DBL, dim2*2); \
+ \
+  FDK_ASSERT(length == dim1*dim2); \
+ \
+  /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the \
+  output samples are at the address of pDst. The input vector for the fft of length dim1 is built \
+  of the interleaved samples in pSrc, the output samples are stored consecutively. \
+  */ \
+  { \
+    const FIXP_DBL* pSrc = pInput; \
+    FIXP_DBL  *RESTRICT pDst = aDst; \
+    \
+    for(i=0; i<dim2; i++) \
+    { \
+      for(j=0; j<dim1; j++) \
+      { \
+        pDst[2*j]   = pSrc[2*j*dim2]; \
+        pDst[2*j+1] = pSrc[2*j*dim2+1]; \
+      } \
+      \
+      fft_func1(pDst); \
+      pSrc += 2; \
+      pDst = pDst + 2*dim1; \
+    } \
+  } \
+  \
+  /* Perform the modulation of the output of the fft of length dim1 */ \
+  fft_apply_rot_vector(aDst, dim1, length, RotVectorReal, RotVectorImag); \
+  \
+  /* Perform dim1 times the fft of length dim2. The input samples are at the address of aDst and the \
+  output samples are at the address of pInput. The input vector for the fft of length dim2 is built \
+  of the interleaved samples in aDst, the output samples are stored consecutively at the address \
+  of pInput. \
+  */ \
+  { \
+    const FIXP_DBL* pSrc       = aDst; \
+    FIXP_DBL *RESTRICT pDst    = aDst2; \
+    FIXP_DBL *RESTRICT pDstOut = pInput; \
+    \
+    for(i=0; i<dim1; i++) \
+    { \
+      for(j=0; j<dim2; j++) \
+      { \
+        pDst[2*j]   = pSrc[2*j*dim1]; \
+        pDst[2*j+1] = pSrc[2*j*dim1+1]; \
+      } \
+      \
+      fft_func2(pDst); \
+      \
+      for(j=0; j<dim2; j++) \
+      { \
+        pDstOut[2*j*dim1]   = pDst[2*j]; \
+        pDstOut[2*j*dim1+1] = pDst[2*j+1]; \
+      } \
+      pSrc += 2; \
+      pDstOut += 2; \
+    } \
+  } \
+  \
+  C_ALLOC_SCRATCH_END(aDst2, FIXP_DBL, dim2*2); \
+  C_ALLOC_SCRATCH_END(aDst, FIXP_DBL, length*2); \
+} \
+
+#else /* FFT_TWO_STAGE_MACRO_ENABLE */
+
+/* select either switch case of function pointer. */
+//#define FFT_TWO_STAGE_SWITCH_CASE
+
+static inline void fftN2(
+        FIXP_DBL *pInput,
+        const int length,
+        const int dim1,
+        const int dim2,
+        void (* const fft1)(FIXP_DBL *),
+        void (* const fft2)(FIXP_DBL *),
+        const FIXP_STB *RotVectorReal,
+        const FIXP_STB *RotVectorImag
+        )
+{
+  /* The real part of the input samples are at the addresses with even indices and the imaginary
+  part of the input samples are at the addresses with odd indices. The output samples are stored
+  at the address of pInput
+  */
+  FIXP_DBL  *pSrc, *pDst, *pDstOut;
+  int       i, j;
+
+  C_ALLOC_SCRATCH_START(aDst, FIXP_DBL, length*2);
+  C_ALLOC_SCRATCH_START(aDst2, FIXP_DBL, dim2*2);
+     
+  FDK_ASSERT(length == dim1*dim2);
+
+  /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the
+  output samples are at the address of pDst. The input vector for the fft of length dim1 is built
+  of the interleaved samples in pSrc, the output samples are stored consecutively.
+  */
+  pSrc = pInput;
+  pDst = aDst;
+  for(i=0; i<length/dim1; i++)
+  {
+    for(j=0; j<length/dim2; j++)
+    {
+      pDst[2*j]   = pSrc[2*j*dim2];
+      pDst[2*j+1] = pSrc[2*j*dim2+1];
+    }
+
+    /* fft of size dim1 */
+#ifndef FFT_TWO_STAGE_SWITCH_CASE
+    fft1(pDst);
+#else
+    switch (dim1) {
+      case 3: fft3(pDst); break;
+      case 4: fft_4(pDst); break;
+      case 5: fft5(pDst); break;
+      case 8: fft_8(pDst); break;
+      case 15: fft15(pDst); break;
+      case 16: fft_16(pDst); break;
+      case 32: fft_32(pDst); break;
+      /*case 64: fft_64(pDst); break;*/
+      case 128: fft_128(pDst); break;
+    }
+#endif
+    pSrc += 2;
+    pDst = pDst + 2*length/dim2;
+  }
+
+  /* Perform the modulation of the output of the fft of length dim1 */
+  pSrc=aDst;
+  fft_apply_rot_vector(pSrc, length/dim2, length, RotVectorReal, RotVectorImag);
+
+  /* Perform dim1 times the fft of length dim2. The input samples are at the address of aDst and the
+  output samples are at the address of pInput. The input vector for the fft of length dim2 is built
+  of the interleaved samples in aDst, the output samples are stored consecutively at the address
+  of pInput.
+  */
+  pSrc    = aDst;
+  pDst    = aDst2;
+  pDstOut = pInput;
+  for(i=0; i<length/dim2; i++)
+  {
+    for(j=0; j<length/dim1; j++)
+    {
+      pDst[2*j]   = pSrc[2*j*dim1];
+      pDst[2*j+1] = pSrc[2*j*dim1+1];
+    }
+
+#ifndef FFT_TWO_STAGE_SWITCH_CASE
+    fft2(pDst);
+#else
+    switch (dim2) {
+      case 3: fft3(pDst); break;
+      case 4: fft_4(pDst); break;
+      case 5: fft5(pDst); break;
+      case 8: fft_8(pDst); break;
+      case 15: fft15(pDst); break;
+      case 16: fft_16(pDst); break;
+      case 32: fft_32(pDst); break;
+      /*case 64: fft_64(pDst); break;*/
+      case 128: fft_128(pDst); break;
+    }
+#endif
+
+    for(j=0; j<length/dim1; j++)
+    {
+      pDstOut[2*j*dim1]   = pDst[2*j];
+      pDstOut[2*j*dim1+1] = pDst[2*j+1];
+    }
+    pSrc += 2;
+    pDstOut += 2;
+  }
+
+  C_ALLOC_SCRATCH_END(aDst2, FIXP_DBL, dim2*2);
+  C_ALLOC_SCRATCH_END(aDst, FIXP_DBL, length*2);
+}
+
+#endif /* FFT_TWO_STAGE_MACRO_ENABLE */
+
+
+
+
+
+
+
+
+
+
+
+
+#define SCALEFACTOR60         5
+/**
+The function performs the fft of length 60. It is splittet into fft's of length 4 and fft's of
+length 15. Between the fft's a modolation is calculated.
+*/
+static inline void fft60(FIXP_DBL *pInput, INT *pScalefactor)
+{
+  fftN2(
+          pInput, 60, 4, 15, 
+          fft_4, fft15,
+          RotVectorReal60, RotVectorImag60
+          );
+  *pScalefactor += SCALEFACTOR60;
+}
+
+
+
+/* Fallback implementation in case of no better implementation available. */
+
+#define SCALEFACTOR240        7
+
+/**
+The function performs the fft of length 240. It is splittet into fft's of length 16 and fft's of
+length 15. Between the fft's a modulation is calculated.
+*/
+static inline void fft240(FIXP_DBL *pInput, INT *pScalefactor)
+{
+  fftN2(
+          pInput, 240, 16, 15, 
+          fft_16, fft15,
+          RotVectorReal240, RotVectorImag240
+          );
+  *pScalefactor += SCALEFACTOR240;
+}
+
+
+#define SCALEFACTOR480        8
+#define N32                   32
+#define TABLE_SIZE_16        (32/2)
+
+/**
+The function performs the fft of length 480. It is splittet into fft's of length 32 and fft's of
+length 15. Between the fft's a modulation is calculated.
+*/
+static inline void fft480(FIXP_DBL *pInput, INT *pScalefactor)
+{
+  fftN2(
+          pInput, 480, 32, 15, 
+          fft_32, fft15,
+          RotVectorReal480, RotVectorImag480
+          );
+  *pScalefactor += SCALEFACTOR480;
+}
+
+void fft(int length, FIXP_DBL *pInput, INT *pScalefactor)
+{
+  if (length == 32)
+  {
+      fft_32(pInput);
+      *pScalefactor += SCALEFACTOR32;
+  }
+  else
+  {
+  
+  switch (length) {
+    case 16:
+      fft_16(pInput);
+      *pScalefactor += SCALEFACTOR16;
+      break;
+    case 8:
+      fft_8(pInput);
+      *pScalefactor += SCALEFACTOR8;
+      break;
+    case 3:
+      fft3(pInput);
+      break;
+    case 4:
+      fft_4(pInput);
+      *pScalefactor += SCALEFACTOR4;
+      break;
+    case 5:
+      fft5(pInput);
+      break;
+    case 15:
+      fft15(pInput);
+      *pScalefactor += 2;
+      break;
+    case 60:
+      fft60(pInput, pScalefactor);
+      break;
+    case 64:
+      dit_fft(pInput, 6, SineTable512, 512);
+      *pScalefactor += SCALEFACTOR64;
+      break;
+    case 240:
+      fft240(pInput, pScalefactor);
+      break;
+    case 256:
+      dit_fft(pInput, 8, SineTable512, 512);
+      *pScalefactor += SCALEFACTOR256;
+      break;
+    case 480:
+      fft480(pInput, pScalefactor);
+      break;
+    case 512:
+      dit_fft(pInput, 9, SineTable512, 512);
+      *pScalefactor += SCALEFACTOR512;
+      break;
+    default:
+      FDK_ASSERT(0); /* FFT length not supported! */
+      break;
+  }
+  }
+}
+
+
+void ifft(int length, FIXP_DBL *pInput, INT *scalefactor)
+{
+  switch (length) {
+    default:
+      FDK_ASSERT(0); /* IFFT length not supported! */
+      break;
+  }
+}
+
+
diff --git a/libFDK/src/fft_rad2.cpp b/libFDK/src/fft_rad2.cpp
new file mode 100644 (file)
index 0000000..9cdadb5
--- /dev/null
@@ -0,0 +1,512 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Lohwasser, M. Gayer
+   Description:
+
+******************************************************************************/
+
+#include "fft_rad2.h"
+
+#include "scramble.h"
+
+#define __FFT_RAD2_CPP__
+
+#if defined(__arm__)   /* cppp replaced: elif */
+#include "arm/fft_rad2_arm.cpp"
+
+#elif defined(__GNUC__) && defined(__mips__) && defined(__mips_dsp)    /* cppp replaced: elif */
+#include "mips/fft_rad2_mips.cpp"
+
+#endif
+
+
+
+/*****************************************************************************
+
+    functionname: dit_fft (analysis)
+    description:  dit-tukey-algorithm
+                  scrambles data at entry
+                  i.e. loop is made with scrambled data
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+
+#ifndef FUNCTION_dit_fft
+
+void dit_fft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize)
+{
+    const INT n=1<<ldn;
+    INT trigstep,i,ldm;
+
+    scramble(x,n);
+    /*
+     * 1+2 stage radix 4
+     */
+
+    for (i=0;i<n*2;i+=8)
+    {
+      FIXP_DBL a00, a10, a20, a30;
+      a00 = (x[i + 0] + x[i + 2])>>1;  /* Re A + Re B */
+      a10 = (x[i + 4] + x[i + 6])>>1;  /* Re C + Re D */
+      a20 = (x[i + 1] + x[i + 3])>>1;  /* Im A + Im B */
+      a30 = (x[i + 5] + x[i + 7])>>1;  /* Im C + Im D */
+
+      x[i + 0] = a00 + a10;       /* Re A' = Re A + Re B + Re C + Re D */
+      x[i + 4] = a00 - a10;       /* Re C' = Re A + Re B - Re C - Re D */
+      x[i + 1] = a20 + a30;       /* Im A' = Im A + Im B + Im C + Im D */
+      x[i + 5] = a20 - a30;       /* Im C' = Im A + Im B - Im C - Im D */
+
+      a00 = a00 - x[i + 2];       /* Re A - Re B */
+      a10 = a10 - x[i + 6];       /* Re C - Re D */
+      a20 = a20 - x[i + 3];       /* Im A - Im B */
+      a30 = a30 - x[i + 7];       /* Im C - Im D */
+
+      x[i + 2] = a00 + a30;       /* Re B' = Re A - Re B + Im C - Im D */
+      x[i + 6] = a00 - a30;       /* Re D' = Re A - Re B - Im C + Im D */
+      x[i + 3] = a20 - a10;       /* Im B' = Im A - Im B - Re C + Re D */
+      x[i + 7] = a20 + a10;       /* Im D' = Im A - Im B + Re C - Re D */
+    }
+
+    for(ldm=3; ldm<=ldn; ++ldm)
+    {
+        INT m=(1<<ldm);
+        INT mh=(m>>1);
+        INT j,r;
+
+        trigstep=((trigDataSize << 2)>>ldm);
+
+        FDK_ASSERT(trigstep > 0);
+
+        /* Do first iteration with c=1.0 and s=0.0 separately to avoid loosing to much precision.
+           Beware: The impact on the overal FFT precision is rather large. */
+        {
+            j = 0;
+
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                //cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
+                vi = x[t2+1]>>1;
+                vr = x[t2]>>1;
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                //cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], (FIXP_SGL)1.0, (FIXP_SGL)0.0);
+                vr = x[t2+1]>>1;
+                vi = x[t2]>>1;
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui+vi;
+            }
+        }
+        for(j=1; j<mh/4; ++j)
+        {
+            FIXP_STP cs;
+
+            cs = trigdata[j*trigstep];
+
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui+vi;
+
+                /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
+                t1 = (r+mh/2-j)<<1;
+                t2 = t1 + (mh<<1);
+
+                cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui+vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui+vi;
+            }
+        }
+        {
+            j = mh/4;
+
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui+vi;
+            }
+        }
+    }
+}
+#endif
+
+
+/*****************************************************************************
+
+    functionname: dit_ifft (synthesis)
+    description:  dit-tukey-algorithm
+                  scrambles data at entry
+                  i.e. loop is made with scrambled data
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+
+#if !defined(FUNCTION_dit_ifft)
+void dit_ifft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize)
+{
+    const INT n=1<<ldn;
+    INT trigstep,i,ldm;
+
+    scramble(x,n);
+
+    /*
+      1+2 stage radix 4
+    */
+
+    for (i=0;i<n*2;i+=8)
+    {
+      FIXP_DBL a0, a1, a2, a3, a00, a10, a20, a30;
+
+      a00 = (x[i + 0] + x[i + 2])>>1;   /* Re A + Re B */
+      a10 = (x[i + 4] + x[i + 6])>>1;   /* Re C + Re D */
+      a20 = (x[i + 1] + x[i + 3])>>1;   /* Im A + Im B */
+      a30 = (x[i + 5] + x[i + 7])>>1;   /* Im C + Im D */
+      a0  = (x[i + 0] - x[i + 2])>>1;   /* Re A - Re B */
+      a2  = (x[i + 4] - x[i + 6])>>1;   /* Re C - Re D */
+      a3  = (x[i + 1] - x[i + 3])>>1;   /* Im A - Im B */
+      a1  = (x[i + 5] - x[i + 7])>>1;   /* Im C - Im D */
+
+      x[i + 0] = a00 + a10;    /* Re A' = Re A + Re B + Re C + Re D */
+      x[i + 4] = a00 - a10;    /* Re C' = Re A + Re B - Re C - Re D */
+      x[i + 1] = a20 + a30;    /* Im A' = Im A + Im B + Im C + Im D */
+      x[i + 5] = a20 - a30;    /* Im C' = Im A + Im B - Im C - Im D */
+      x[i + 2] = a0 - a1;      /* Re B' = Re A - Re B - Im C + Im D */
+      x[i + 6] = a0 + a1;      /* Re D' = Re A - Re B + Im C - Im D */
+      x[i + 3] = a3 + a2;      /* Im B' = Im A - Im B + Re C - Re D */
+      x[i + 7] = a3 - a2;      /* Im D' = Im A - Im B - Re C + Re D */
+    }
+
+    for(ldm=3; ldm<=ldn; ++ldm)
+    {
+        const INT m=(1<<ldm);
+        const INT mh=(m>>1);
+
+        INT j,r;
+
+        trigstep=((trigDataSize << 2)>>ldm);
+
+        {
+            j = 0;
+
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                //cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], FL2FXCONST_SGL(1.0), (FIXP_SGL)0.0);
+                vi = x[t2+1]>>1;
+                vr = x[t2]>>1;
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                //cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], FL2FXCONST_SGL(1.0), FL2FXCONST_SGL(0.0));
+                vr = x[t2+1]>>1;
+                vi = x[t2]>>1;
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui-vi;
+            }
+        }
+        for(j=1; j<mh/4; ++j)
+        {
+            FIXP_STP cs;
+
+            cs = trigdata[j*trigstep];
+
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui-vi;
+
+                /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
+                t1 = (r+mh/2-j)<<1;
+                t2 = t1 + (mh<<1);
+
+                cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], cs);
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui-vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui+vi;
+            }
+        }
+        {
+            j = mh/4;
+            for(r=0; r<n; r+=m)
+            {
+                INT t1 = (r+mh/2-j)<<1;
+                INT t2 = t1 + (mh<<1);
+                FIXP_DBL vr,vi,ur,ui;
+
+                cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur+vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur-vr;
+                x[t2+1] = ui-vi;
+
+                t1 += mh;
+                t2 = t1+(mh<<1);
+
+                cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a));
+
+                ur = x[t1]>>1;
+                ui = x[t1+1]>>1;
+
+                x[t1]   = ur-vr;
+                x[t1+1] = ui+vi;
+
+                x[t2]   = ur+vr;
+                x[t2+1] = ui-vi;
+            }
+        }
+    }
+}
+#endif
+
diff --git a/libFDK/src/fixpoint_math.cpp b/libFDK/src/fixpoint_math.cpp
new file mode 100644 (file)
index 0000000..30283ff
--- /dev/null
@@ -0,0 +1,895 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   M. Gayer
+   Description: Fixed point specific mathematical functions
+
+******************************************************************************/
+
+#include "fixpoint_math.h"
+
+
+#define MAX_LD_PRECISION 10
+#define LD_PRECISION     10
+
+/* Taylor series coeffcients for ln(1-x), centered at 0 (MacLaurin polinomial). */
+#ifndef LDCOEFF_16BIT
+LNK_SECTION_CONSTDATA_L1
+static const FIXP_DBL ldCoeff[MAX_LD_PRECISION] = {
+    FL2FXCONST_DBL(-1.0),
+    FL2FXCONST_DBL(-1.0/2.0),
+    FL2FXCONST_DBL(-1.0/3.0),
+    FL2FXCONST_DBL(-1.0/4.0),
+    FL2FXCONST_DBL(-1.0/5.0),
+    FL2FXCONST_DBL(-1.0/6.0),
+    FL2FXCONST_DBL(-1.0/7.0),
+    FL2FXCONST_DBL(-1.0/8.0),
+    FL2FXCONST_DBL(-1.0/9.0),
+    FL2FXCONST_DBL(-1.0/10.0)
+};
+#else
+LNK_SECTION_CONSTDATA_L1
+static const FIXP_SGL ldCoeff[MAX_LD_PRECISION] = {
+    FL2FXCONST_SGL(-1.0),
+    FL2FXCONST_SGL(-1.0/2.0),
+    FL2FXCONST_SGL(-1.0/3.0),
+    FL2FXCONST_SGL(-1.0/4.0),
+    FL2FXCONST_SGL(-1.0/5.0),
+    FL2FXCONST_SGL(-1.0/6.0),
+    FL2FXCONST_SGL(-1.0/7.0),
+    FL2FXCONST_SGL(-1.0/8.0),
+    FL2FXCONST_SGL(-1.0/9.0),
+    FL2FXCONST_SGL(-1.0/10.0)
+};
+#endif
+
+/*****************************************************************************
+
+  functionname: CalcLdData
+  description:  Delivers the Logarithm Dualis ld(op)/LD_DATA_SCALING with polynomial approximation.
+  input:        Input op is assumed to be double precision fractional 0 < op < 1.0
+                This function does not accept negative values.
+  output:       For op == 0, the result is saturated to -1.0
+                This function does not return positive values since input values are treated as fractional values.
+                It does not make sense to input an integer value into this function (and expect a positive output value)
+                since input values are treated as fractional values.
+
+*****************************************************************************/
+
+LNK_SECTION_CODE_L1
+FIXP_DBL CalcLdData(FIXP_DBL op)
+{
+  return fLog2(op, 0);
+}
+
+
+/*****************************************************************************
+  functionname: LdDataVector
+*****************************************************************************/
+LNK_SECTION_CODE_L1
+void LdDataVector(  FIXP_DBL    *srcVector,
+                    FIXP_DBL    *destVector,
+                    INT         n)
+{
+    INT i;
+    for ( i=0; i<n; i++) {
+        destVector[i] = CalcLdData(srcVector[i]);
+    }
+}
+
+
+
+#define MAX_POW2_PRECISION 8
+#ifndef SINETABLE_16BIT
+       #define POW2_PRECISION MAX_POW2_PRECISION
+#else
+       #define POW2_PRECISION 5
+#endif
+
+/*
+  Taylor series coefficients of the function x^2. The first coefficient is
+  ommited (equal to 1.0).
+
+  pow2Coeff[i-1] = (1/i!) d^i(2^x)/dx^i, i=1..MAX_POW2_PRECISION
+  To evaluate the taylor series around x = 0, the coefficients are: 1/!i * ln(2)^i
+ */
+#ifndef POW2COEFF_16BIT
+LNK_SECTION_CONSTDATA_L1
+static const FIXP_DBL pow2Coeff[MAX_POW2_PRECISION] = {
+    FL2FXCONST_DBL(0.693147180559945309417232121458177),    /* ln(2)^1 /1! */
+    FL2FXCONST_DBL(0.240226506959100712333551263163332),    /* ln(2)^2 /2! */
+    FL2FXCONST_DBL(0.0555041086648215799531422637686218),   /* ln(2)^3 /3! */
+    FL2FXCONST_DBL(0.00961812910762847716197907157365887),  /* ln(2)^4 /4! */
+    FL2FXCONST_DBL(0.00133335581464284434234122219879962),  /* ln(2)^5 /5! */
+    FL2FXCONST_DBL(1.54035303933816099544370973327423e-4),  /* ln(2)^6 /6! */
+    FL2FXCONST_DBL(1.52527338040598402800254390120096e-5),  /* ln(2)^7 /7! */
+    FL2FXCONST_DBL(1.32154867901443094884037582282884e-6)   /* ln(2)^8 /8! */
+};
+#else
+LNK_SECTION_CONSTDATA_L1
+static const FIXP_SGL pow2Coeff[MAX_POW2_PRECISION] = {
+    FL2FXCONST_SGL(0.693147180559945309417232121458177),    /* ln(2)^1 /1! */
+    FL2FXCONST_SGL(0.240226506959100712333551263163332),    /* ln(2)^2 /2! */
+    FL2FXCONST_SGL(0.0555041086648215799531422637686218),   /* ln(2)^3 /3! */
+    FL2FXCONST_SGL(0.00961812910762847716197907157365887),  /* ln(2)^4 /4! */
+    FL2FXCONST_SGL(0.00133335581464284434234122219879962),  /* ln(2)^5 /5! */
+    FL2FXCONST_SGL(1.54035303933816099544370973327423e-4),  /* ln(2)^6 /6! */
+    FL2FXCONST_SGL(1.52527338040598402800254390120096e-5),  /* ln(2)^7 /7! */
+    FL2FXCONST_SGL(1.32154867901443094884037582282884e-6)   /* ln(2)^8 /8! */
+};
+#endif
+
+
+
+/*****************************************************************************
+
+    functionname: mul_dbl_sgl_rnd
+    description:  Multiply with round.
+*****************************************************************************/
+
+/* for rounding a dfract to fract */
+#define ACCU_R (LONG) 0x00008000
+
+LNK_SECTION_CODE_L1
+FIXP_DBL mul_dbl_sgl_rnd (const FIXP_DBL op1, const FIXP_SGL op2)
+{
+  FIXP_DBL prod;
+  LONG v = (LONG)(op1);
+  SHORT u = (SHORT)(op2);
+
+  LONG low = u*(v&SGL_MASK);
+  low = (low+(ACCU_R>>1)) >> (FRACT_BITS-1);  /* round */
+  LONG high = u * ((v>>FRACT_BITS)<<1);
+
+  prod = (LONG)(high+low);
+
+  return((FIXP_DBL)prod);
+}
+
+
+/*****************************************************************************
+
+  functionname: CalcInvLdData
+  description:  Delivers the inverse of function CalcLdData().
+                Delivers 2^(op*LD_DATA_SCALING)
+  input:        Input op is assumed to be fractional -1.0 < op < 1.0
+  output:       For op == 0, the result is MAXVAL_DBL (almost 1.0).
+                For negative input values the output should be treated as a positive fractional value.
+                For positive input values the output should be treated as a positive integer value.
+                This function does not output negative values.
+
+*****************************************************************************/
+LNK_SECTION_CODE_L1
+/* This table is used for lookup 2^x with   */
+/* x in range [0...1.0[ in steps of 1/32 */
+LNK_SECTION_DATA_L1 static const UINT exp2_tab_long[32]={
+0x40000000,0x4166C34C,0x42D561B4,0x444C0740,
+0x45CAE0F2,0x47521CC6,0x48E1E9BA,0x4A7A77D4,
+0x4C1BF829,0x4DC69CDD,0x4F7A9930,0x51382182,
+0x52FF6B55,0x54D0AD5A,0x56AC1F75,0x5891FAC1,
+0x5A82799A,0x5C7DD7A4,0x5E8451D0,0x60962665,
+0x62B39509,0x64DCDEC3,0x6712460B,0x69540EC9,
+0x6BA27E65,0x6DFDDBCC,0x70666F76,0x72DC8374,
+0x75606374,0x77F25CCE,0x7A92BE8B,0x7D41D96E
+// 0x80000000
+};
+
+/* This table is used for lookup 2^x with   */
+/* x in range [0...1/32[ in steps of 1/1024 */
+LNK_SECTION_DATA_L1 static const UINT exp2w_tab_long[32]={
+0x40000000,0x400B1818,0x4016321B,0x40214E0C,
+0x402C6BE9,0x40378BB4,0x4042AD6D,0x404DD113,
+0x4058F6A8,0x40641E2B,0x406F479E,0x407A7300,
+0x4085A051,0x4090CF92,0x409C00C4,0x40A733E6,
+0x40B268FA,0x40BD9FFF,0x40C8D8F5,0x40D413DD,
+0x40DF50B8,0x40EA8F86,0x40F5D046,0x410112FA,
+0x410C57A2,0x41179E3D,0x4122E6CD,0x412E3152,
+0x41397DCC,0x4144CC3B,0x41501CA0,0x415B6EFB,
+// 0x4166C34C,
+};
+/* This table is used for lookup 2^x with   */
+/* x in range [0...1/1024[ in steps of 1/32768 */
+LNK_SECTION_DATA_L1 static const UINT exp2x_tab_long[32]={
+0x40000000,0x400058B9,0x4000B173,0x40010A2D,
+0x400162E8,0x4001BBA3,0x4002145F,0x40026D1B,
+0x4002C5D8,0x40031E95,0x40037752,0x4003D011,
+0x400428CF,0x4004818E,0x4004DA4E,0x4005330E,
+0x40058BCE,0x4005E48F,0x40063D51,0x40069613,
+0x4006EED5,0x40074798,0x4007A05B,0x4007F91F,
+0x400851E4,0x4008AAA8,0x4009036E,0x40095C33,
+0x4009B4FA,0x400A0DC0,0x400A6688,0x400ABF4F,
+//0x400B1818
+};
+
+LNK_SECTION_CODE_L1 FIXP_DBL CalcInvLdData(FIXP_DBL x)
+{
+  int set_zero = (x <  FL2FXCONST_DBL(-31.0/64.0))? 0 : 1;
+  int set_max  = (x >= FL2FXCONST_DBL( 31.0/64.0)) | (x == FL2FXCONST_DBL(0.0));
+
+  FIXP_SGL frac = (FIXP_SGL)(LONG)(x & 0x3FF);
+  UINT index3 = (UINT)(LONG)(x >> 10) & 0x1F;
+  UINT index2 = (UINT)(LONG)(x >> 15) & 0x1F; 
+  UINT index1 = (UINT)(LONG)(x >> 20) & 0x1F;
+  int exp  = (x >  FL2FXCONST_DBL(0.0f)) ? (31 - (int)(x>>25)) : (int)(-(x>>25));
+
+  UINT lookup1 = exp2_tab_long[index1]*set_zero;
+  UINT lookup2 = exp2w_tab_long[index2];
+  UINT lookup3 = exp2x_tab_long[index3];
+  UINT lookup3f = lookup3 + (UINT)(LONG)fMultDiv2((FIXP_DBL)(0x0016302F),(FIXP_SGL)frac);
+  
+  UINT lookup12 = (UINT)(LONG)fMult((FIXP_DBL)lookup1,  (FIXP_DBL) lookup2);
+  UINT lookup   = (UINT)(LONG)fMult((FIXP_DBL)lookup12, (FIXP_DBL) lookup3f);
+
+  FIXP_DBL retVal = (lookup<<3) >> exp;
+
+  if (set_max)
+    retVal=FL2FXCONST_DBL(1.0f);
+
+  return retVal;
+}
+
+
+
+
+
+/*****************************************************************************
+    functionname: InitLdInt and CalcLdInt
+    description:  Create and access table with integer LdData (0 to 193)
+*****************************************************************************/
+
+
+    LNK_SECTION_CONSTDATA_L1
+    static const FIXP_DBL ldIntCoeff[] = {
+      0x80000001, 0x00000000, 0x02000000, 0x032b8034, 0x04000000, 0x04a4d3c2, 0x052b8034, 0x059d5da0,
+      0x06000000, 0x06570069, 0x06a4d3c2, 0x06eb3a9f, 0x072b8034, 0x0766a009, 0x079d5da0, 0x07d053f7,
+      0x08000000, 0x082cc7ee, 0x08570069, 0x087ef05b, 0x08a4d3c2, 0x08c8ddd4, 0x08eb3a9f, 0x090c1050,
+      0x092b8034, 0x0949a785, 0x0966a009, 0x0982809d, 0x099d5da0, 0x09b74949, 0x09d053f7, 0x09e88c6b,
+      0x0a000000, 0x0a16bad3, 0x0a2cc7ee, 0x0a423162, 0x0a570069, 0x0a6b3d79, 0x0a7ef05b, 0x0a92203d,
+      0x0aa4d3c2, 0x0ab7110e, 0x0ac8ddd4, 0x0ada3f60, 0x0aeb3a9f, 0x0afbd42b, 0x0b0c1050, 0x0b1bf312,
+      0x0b2b8034, 0x0b3abb40, 0x0b49a785, 0x0b584822, 0x0b66a009, 0x0b74b1fd, 0x0b82809d, 0x0b900e61,
+      0x0b9d5da0, 0x0baa708f, 0x0bb74949, 0x0bc3e9ca, 0x0bd053f7, 0x0bdc899b, 0x0be88c6b, 0x0bf45e09,
+      0x0c000000, 0x0c0b73cb, 0x0c16bad3, 0x0c21d671, 0x0c2cc7ee, 0x0c379085, 0x0c423162, 0x0c4caba8,
+      0x0c570069, 0x0c6130af, 0x0c6b3d79, 0x0c7527b9, 0x0c7ef05b, 0x0c88983f, 0x0c92203d, 0x0c9b8926,
+      0x0ca4d3c2, 0x0cae00d2, 0x0cb7110e, 0x0cc0052b, 0x0cc8ddd4, 0x0cd19bb0, 0x0cda3f60, 0x0ce2c97d,
+      0x0ceb3a9f, 0x0cf39355, 0x0cfbd42b, 0x0d03fda9, 0x0d0c1050, 0x0d140ca0, 0x0d1bf312, 0x0d23c41d,
+      0x0d2b8034, 0x0d3327c7, 0x0d3abb40, 0x0d423b08, 0x0d49a785, 0x0d510118, 0x0d584822, 0x0d5f7cff,
+      0x0d66a009, 0x0d6db197, 0x0d74b1fd, 0x0d7ba190, 0x0d82809d, 0x0d894f75, 0x0d900e61, 0x0d96bdad,
+      0x0d9d5da0, 0x0da3ee7f, 0x0daa708f, 0x0db0e412, 0x0db74949, 0x0dbda072, 0x0dc3e9ca, 0x0dca258e,
+      0x0dd053f7, 0x0dd6753e, 0x0ddc899b, 0x0de29143, 0x0de88c6b, 0x0dee7b47, 0x0df45e09, 0x0dfa34e1,
+      0x0e000000, 0x0e05bf94, 0x0e0b73cb, 0x0e111cd2, 0x0e16bad3, 0x0e1c4dfb, 0x0e21d671, 0x0e275460,
+      0x0e2cc7ee, 0x0e323143, 0x0e379085, 0x0e3ce5d8, 0x0e423162, 0x0e477346, 0x0e4caba8, 0x0e51daa8,
+      0x0e570069, 0x0e5c1d0b, 0x0e6130af, 0x0e663b74, 0x0e6b3d79, 0x0e7036db, 0x0e7527b9, 0x0e7a1030,
+      0x0e7ef05b, 0x0e83c857, 0x0e88983f, 0x0e8d602e, 0x0e92203d, 0x0e96d888, 0x0e9b8926, 0x0ea03232,
+      0x0ea4d3c2, 0x0ea96df0, 0x0eae00d2, 0x0eb28c7f, 0x0eb7110e, 0x0ebb8e96, 0x0ec0052b, 0x0ec474e4,
+      0x0ec8ddd4, 0x0ecd4012, 0x0ed19bb0, 0x0ed5f0c4, 0x0eda3f60, 0x0ede8797, 0x0ee2c97d, 0x0ee70525,
+      0x0eeb3a9f, 0x0eef69ff, 0x0ef39355, 0x0ef7b6b4, 0x0efbd42b, 0x0effebcd, 0x0f03fda9, 0x0f0809cf,
+      0x0f0c1050, 0x0f10113b, 0x0f140ca0, 0x0f18028d, 0x0f1bf312, 0x0f1fde3d, 0x0f23c41d, 0x0f27a4c0,
+      0x0f2b8034
+    };
+
+
+  LNK_SECTION_INITCODE
+  void InitLdInt()
+  {
+    /* nothing to do! Use preinitialized logarithm table */
+  }
+
+
+
+LNK_SECTION_CODE_L1
+FIXP_DBL CalcLdInt(INT i)
+{
+  /* calculates ld(op)/LD_DATA_SCALING */
+  /* op is assumed to be an integer value between 1 and 193 */
+
+  FDK_ASSERT((193>0) && ((FIXP_DBL)ldIntCoeff[0]==(FIXP_DBL)0x80000001)); /* tab has to be initialized */
+
+  if ((i>0)&&(i<193))
+    return ldIntCoeff[i];
+  else
+  {
+    return (0);
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname: invSqrtNorm2
+    description:  delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT
+
+*****************************************************************************/
+#define SQRT_BITS           7
+#define SQRT_VALUES       128
+#define SQRT_BITS_MASK   0x7f
+
+LNK_SECTION_CONSTDATA_L1
+static const FIXP_DBL invSqrtTab[SQRT_VALUES] = {
+  0x5a827999, 0x5a287e03, 0x59cf8cbb, 0x5977a0ab, 0x5920b4de, 0x58cac480, 0x5875cade, 0x5821c364,
+  0x57cea99c, 0x577c792f, 0x572b2ddf, 0x56dac38d, 0x568b3631, 0x563c81df, 0x55eea2c3, 0x55a19521,
+  0x55555555, 0x5509dfd0, 0x54bf311a, 0x547545d0, 0x542c1aa3, 0x53e3ac5a, 0x539bf7cc, 0x5354f9e6,
+  0x530eafa4, 0x52c91617, 0x52842a5e, 0x523fe9ab, 0x51fc513f, 0x51b95e6b, 0x51770e8e, 0x51355f19,
+  0x50f44d88, 0x50b3d768, 0x5073fa4f, 0x5034b3e6, 0x4ff601df, 0x4fb7e1f9, 0x4f7a5201, 0x4f3d4fce,
+  0x4f00d943, 0x4ec4ec4e, 0x4e8986e9, 0x4e4ea718, 0x4e144ae8, 0x4dda7072, 0x4da115d9, 0x4d683948,
+  0x4d2fd8f4, 0x4cf7f31b, 0x4cc08604, 0x4c898fff, 0x4c530f64, 0x4c1d0293, 0x4be767f5, 0x4bb23df9,
+  0x4b7d8317, 0x4b4935ce, 0x4b1554a6, 0x4ae1de2a, 0x4aaed0f0, 0x4a7c2b92, 0x4a49ecb3, 0x4a1812fa,
+  0x49e69d16, 0x49b589bb, 0x4984d7a4, 0x49548591, 0x49249249, 0x48f4fc96, 0x48c5c34a, 0x4896e53c,
+  0x48686147, 0x483a364c, 0x480c6331, 0x47dee6e0, 0x47b1c049, 0x4784ee5f, 0x4758701c, 0x472c447c,
+  0x47006a80, 0x46d4e130, 0x46a9a793, 0x467ebcb9, 0x46541fb3, 0x4629cf98, 0x45ffcb80, 0x45d61289,
+  0x45aca3d5, 0x45837e88, 0x455aa1ca, 0x45320cc8, 0x4509beb0, 0x44e1b6b4, 0x44b9f40b, 0x449275ec,
+  0x446b3b95, 0x44444444, 0x441d8f3b, 0x43f71bbe, 0x43d0e917, 0x43aaf68e, 0x43854373, 0x435fcf14,
+  0x433a98c5, 0x43159fdb, 0x42f0e3ae, 0x42cc6397, 0x42a81ef5, 0x42841527, 0x4260458d, 0x423caf8c,
+  0x4219528b, 0x41f62df1, 0x41d3412a, 0x41b08ba1, 0x418e0cc7, 0x416bc40d, 0x4149b0e4, 0x4127d2c3,
+  0x41062920, 0x40e4b374, 0x40c3713a, 0x40a261ef, 0x40818511, 0x4060da21, 0x404060a1, 0x40201814
+};
+
+LNK_SECTION_INITCODE
+void InitInvSqrtTab()
+{
+  /* nothing to do !
+     use preinitialized square root table
+  */
+}
+
+
+
+#if !defined(FUNCTION_invSqrtNorm2)
+/*****************************************************************************
+  delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT,
+  i.e. the denormalized result is 1/sqrt(op) = invSqrtNorm(op) * 2^(shift)
+  uses Newton-iteration for approximation
+      Q(n+1) = Q(n) + Q(n) * (0.5 - 2 * V * Q(n)^2)
+      with Q = 0.5* V ^-0.5; 0.5 <= V < 1.0
+*****************************************************************************/
+FIXP_DBL invSqrtNorm2(FIXP_DBL op, INT *shift)
+{
+
+  FIXP_DBL val = op ;
+  FIXP_DBL reg1, reg2, regtmp ;
+
+  if (val == FL2FXCONST_DBL(0.0)) {
+    *shift = 1 ;
+    return((LONG)1);  /* minimum positive value */
+  }
+
+
+  /* normalize input, calculate shift value */
+  FDK_ASSERT(val > FL2FXCONST_DBL(0.0));
+  *shift = fNormz(val) - 1;  /* CountLeadingBits() is not necessary here since test value is always > 0 */
+  val <<=*shift ;  /* normalized input V */
+  *shift+=2 ;      /* bias for exponent */
+
+  /* Newton iteration of 1/sqrt(V) */
+  reg1 = invSqrtTab[ (INT)(val>>(DFRACT_BITS-1-(SQRT_BITS+1))) & SQRT_BITS_MASK ];
+  reg2 = FL2FXCONST_DBL(0.0625f);   /* 0.5 >> 3 */
+
+  regtmp= fPow2Div2(reg1);              /* a = Q^2 */
+  regtmp= reg2 - fMultDiv2(regtmp, val);      /* b = 0.5 - 2 * V * Q^2 */
+  reg1 += (fMultDiv2(regtmp, reg1)<<4);       /* Q = Q + Q*b */
+
+  /* calculate the output exponent = input exp/2 */
+  if (*shift & 0x00000001) { /* odd shift values ? */
+    reg2 = FL2FXCONST_DBL(0.707106781186547524400844362104849f); /* 1/sqrt(2); */
+    reg1 = fMultDiv2(reg1, reg2) << 2;
+  }
+
+  *shift = *shift>>1;
+
+  return(reg1);
+}
+#endif /* !defined(FUNCTION_invSqrtNorm2) */
+
+/*****************************************************************************
+
+    functionname: sqrtFixp
+    description:  delivers sqrt(op)
+
+*****************************************************************************/
+FIXP_DBL sqrtFixp(FIXP_DBL op)
+{
+  INT tmp_exp = 0;
+  FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp);
+
+  FDK_ASSERT(tmp_exp > 0) ;
+  return( (FIXP_DBL) ( fMultDiv2( (op<<(tmp_exp-1)), tmp_inv ) << 2 ));
+}
+
+
+#if !defined(FUNCTION_schur_div)
+/*****************************************************************************
+
+    functionname: schur_div
+    description:  delivers op1/op2 with op3-bit accuracy
+
+*****************************************************************************/
+
+
+FIXP_DBL schur_div(FIXP_DBL num, FIXP_DBL denum, INT count)
+{
+    INT L_num   = (LONG)num>>1;
+    INT L_denum = (LONG)denum>>1;
+    INT div     = 0;
+    INT k       = count;
+
+    FDK_ASSERT (num>=(FIXP_DBL)0);
+    FDK_ASSERT (denum>(FIXP_DBL)0);
+    FDK_ASSERT (num <= denum);
+
+    if (L_num != 0)
+        while (--k)
+        {
+            div   <<= 1;
+            L_num <<= 1;
+            if (L_num >= L_denum)
+            {
+                L_num -= L_denum;
+                div++;
+            }
+        }
+    return (FIXP_DBL)(div << (DFRACT_BITS - count));
+}
+
+
+#endif /* !defined(FUNCTION_schur_div) */
+
+
+#ifndef FUNCTION_fMultNorm
+FIXP_DBL fMultNorm(FIXP_DBL f1, FIXP_DBL f2, INT *result_e)
+{
+    INT    product = 0;
+    INT    norm_f1, norm_f2;
+
+    if (  (f1 == (FIXP_DBL)0) || (f2 == (FIXP_DBL)0) ) {
+        *result_e = 0;
+        return (FIXP_DBL)0;
+    }
+    norm_f1 = CountLeadingBits(f1);
+    f1 = f1 << norm_f1;
+    norm_f2 = CountLeadingBits(f2);
+    f2 = f2 << norm_f2;
+
+    product = fMult(f1, f2);
+    *result_e  = - (norm_f1 + norm_f2);
+
+    return (FIXP_DBL)product;
+}
+#endif
+
+#ifndef FUNCTION_fDivNorm
+FIXP_DBL fDivNorm(FIXP_DBL L_num, FIXP_DBL L_denum, INT *result_e)
+{
+    FIXP_DBL div;
+    INT norm_num, norm_den;
+
+    FDK_ASSERT (L_num   >= (FIXP_DBL)0);
+    FDK_ASSERT (L_denum >  (FIXP_DBL)0);
+
+    if(L_num == (FIXP_DBL)0)
+    {
+        *result_e = 0;
+        return ((FIXP_DBL)0);
+    }
+
+    norm_num = CountLeadingBits(L_num);
+    L_num = L_num << norm_num;
+    L_num = L_num >> 1;
+    *result_e = - norm_num + 1;
+
+    norm_den = CountLeadingBits(L_denum);
+    L_denum = L_denum << norm_den;
+    *result_e -= - norm_den;
+
+    div = schur_div(L_num, L_denum, FRACT_BITS);
+
+    return div;
+}
+#endif /* !FUNCTION_fDivNorm */
+
+#ifndef FUNCTION_fDivNorm
+FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom)
+{
+    INT e;
+    FIXP_DBL res;
+
+    FDK_ASSERT (denom >= num);
+
+    res = fDivNorm(num, denom, &e);
+
+    /* Avoid overflow since we must output a value with exponent 0
+       there is no other choice than saturating to almost 1.0f */
+    if(res == (FIXP_DBL)(1<<(DFRACT_BITS-2)) && e == 1)
+    {
+        res = (FIXP_DBL)MAXVAL_DBL;
+    }
+    else
+    {
+        res = scaleValue(res, e);
+    }
+
+    return res;
+}
+#endif /* !FUNCTION_fDivNorm */
+
+#ifndef FUNCTION_fDivNormHighPrec
+FIXP_DBL fDivNormHighPrec(FIXP_DBL num, FIXP_DBL denom, INT *result_e)
+{
+    FIXP_DBL div;
+    INT norm_num, norm_den;
+
+    FDK_ASSERT (num   >= (FIXP_DBL)0);
+    FDK_ASSERT (denom >  (FIXP_DBL)0);
+
+    if(num == (FIXP_DBL)0)
+    {
+        *result_e = 0;
+        return ((FIXP_DBL)0);
+    }
+
+    norm_num = CountLeadingBits(num);
+    num = num << norm_num;
+    num = num >> 1;
+    *result_e = - norm_num + 1;
+
+    norm_den = CountLeadingBits(denom);
+    denom = denom << norm_den;
+    *result_e -=  - norm_den;
+
+    div = schur_div(num, denom, 31);
+    return div;
+}
+#endif /* !FUNCTION_fDivNormHighPrec */
+
+
+
+FIXP_DBL CalcLog2(FIXP_DBL base_m, INT base_e, INT *result_e)
+{
+  return fLog2(base_m, base_e, result_e);
+}
+
+FIXP_DBL f2Pow(
+        const FIXP_DBL exp_m, const INT exp_e,
+        INT *result_e
+        )
+{
+  FIXP_DBL frac_part, result_m;
+  INT int_part;
+
+  if (exp_e > 0)
+  {
+      INT exp_bits = DFRACT_BITS-1 - exp_e;
+      int_part = exp_m >> exp_bits;
+      frac_part = exp_m - (FIXP_DBL)(int_part << exp_bits);
+      frac_part = frac_part << exp_e;
+  }
+  else
+  {
+      int_part = 0;
+      frac_part = exp_m >> -exp_e;
+  }
+
+  /* Best accuracy is around 0, so try to get there with the fractional part. */
+  if( frac_part > FL2FXCONST_DBL(0.5f) )
+  {
+      int_part = int_part + 1;
+      frac_part = frac_part + FL2FXCONST_DBL(-1.0f);
+  }
+  if( frac_part < FL2FXCONST_DBL(-0.5f) )
+  {
+      int_part = int_part - 1;
+      frac_part = -(FL2FXCONST_DBL(-1.0f) - frac_part);
+  }
+
+  /* Evaluate taylor polynomial which approximates 2^x */
+  {
+    FIXP_DBL p;
+
+    /* result_m ~= 2^frac_part */
+    p = frac_part;
+    /* First taylor series coefficient a_0 = 1.0, scaled by 0.5 due to fMultDiv2(). */
+    result_m = FL2FXCONST_DBL(1.0f/2.0f);
+    for (INT i = 0; i < POW2_PRECISION; i++) {
+      /* next taylor series term: a_i * x^i, x=0 */
+      result_m = fMultAddDiv2(result_m, pow2Coeff[i], p);
+      p  = fMult(p, frac_part);
+    }
+  }
+
+  /* "+ 1" compensates fMultAddDiv2() of the polynomial evaluation above. */
+  *result_e = int_part + 1;
+
+  return result_m;
+}
+
+FIXP_DBL f2Pow(
+        const FIXP_DBL exp_m, const INT exp_e
+        )
+{
+  FIXP_DBL result_m;
+  INT result_e;
+
+  result_m = f2Pow(exp_m, exp_e, &result_e);
+  result_e = fixMin(DFRACT_BITS-1,fixMax(-(DFRACT_BITS-1),result_e));
+
+  return scaleValue(result_m, result_e);
+}
+
+FIXP_DBL fPow(
+        FIXP_DBL base_m, INT base_e,
+        FIXP_DBL exp_m, INT exp_e,
+        INT *result_e
+        )
+{
+    INT ans_lg2_e, baselg2_e;
+    FIXP_DBL base_lg2, ans_lg2, result;
+
+    /* Calc log2 of base */
+    base_lg2 = fLog2(base_m, base_e, &baselg2_e);
+
+    /* Prepare exp */
+    {
+      INT leadingBits;
+
+      leadingBits = CountLeadingBits(fAbs(exp_m));
+      exp_m = exp_m << leadingBits;
+      exp_e -= leadingBits;
+    }
+
+    /* Calc base pow exp */
+    ans_lg2 = fMult(base_lg2, exp_m);
+    ans_lg2_e = exp_e + baselg2_e;
+
+    /* Calc antilog */
+    result = f2Pow(ans_lg2, ans_lg2_e, result_e);
+
+    return result;
+}
+
+FIXP_DBL fLdPow(
+        FIXP_DBL baseLd_m,
+        INT baseLd_e,
+        FIXP_DBL exp_m, INT exp_e,
+        INT *result_e
+        )
+{
+    INT ans_lg2_e;
+    FIXP_DBL ans_lg2, result;
+
+    /* Prepare exp */
+    {
+      INT leadingBits;
+
+      leadingBits = CountLeadingBits(fAbs(exp_m));
+      exp_m = exp_m << leadingBits;
+      exp_e -= leadingBits;
+    }
+
+    /* Calc base pow exp */
+    ans_lg2 = fMult(baseLd_m, exp_m);
+    ans_lg2_e = exp_e + baseLd_e;
+
+    /* Calc antilog */
+    result = f2Pow(ans_lg2, ans_lg2_e, result_e);
+
+    return result;
+}
+
+FIXP_DBL fLdPow(
+        FIXP_DBL baseLd_m, INT baseLd_e,
+        FIXP_DBL exp_m, INT exp_e
+        )
+{
+  FIXP_DBL result_m;
+  int result_e;
+
+  result_m = fLdPow(baseLd_m, baseLd_e, exp_m, exp_e, &result_e);
+
+  return SATURATE_SHIFT(result_m, -result_e, DFRACT_BITS);
+}
+
+FIXP_DBL fPowInt(
+        FIXP_DBL base_m, INT base_e,
+        INT exp,
+        INT *pResult_e
+        )
+{
+  FIXP_DBL result;
+
+  if (exp != 0) {
+    INT result_e = 0;
+
+    if (base_m != (FIXP_DBL)0) {
+      {
+        INT leadingBits;
+        leadingBits = CountLeadingBits( base_m );
+        base_m <<= leadingBits;
+        base_e -= leadingBits;
+      }
+
+      result = base_m;
+
+      {
+        int i;
+        for (i = 1; i < fAbs(exp); i++) {
+          result = fMult(result, base_m);
+        }
+      }
+
+      if (exp < 0) {
+        /* 1.0 / ans */
+        result = fDivNorm( FL2FXCONST_DBL(0.5f), result, &result_e );
+        result_e++;
+      } else {
+        int ansScale = CountLeadingBits( result );
+        result <<= ansScale;
+        result_e -= ansScale;
+      }
+
+      result_e += exp * base_e;
+
+    } else {
+      result = (FIXP_DBL)0;
+    }
+    *pResult_e = result_e;
+  }
+  else {
+    result =  FL2FXCONST_DBL(0.5f);
+    *pResult_e = 1;
+  }
+
+  return result;
+}
+
+FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e, INT *result_e)
+{
+  FIXP_DBL result_m;
+
+  /* Short cut for zero and negative numbers. */
+  if ( x_m <= FL2FXCONST_DBL(0.0f) ) {
+    *result_e = DFRACT_BITS-1;
+    return FL2FXCONST_DBL(-1.0f);
+  }
+
+  /* Calculate log2() */
+  {
+    FIXP_DBL px2_m, x2_m;
+
+    /* Move input value x_m * 2^x_e toward 1.0, where the taylor approximation
+       of the function log(1-x) centered at 0 is most accurate. */
+    {
+      INT b_norm;
+
+      b_norm = fNormz(x_m)-1;
+      x2_m = x_m << b_norm;
+      x_e = x_e - b_norm;
+    }
+
+    /* map x from log(x) domain to log(1-x) domain. */
+    x2_m = - (x2_m + FL2FXCONST_DBL(-1.0) );
+
+    /* Taylor polinomial approximation of ln(1-x) */
+    result_m  = FL2FXCONST_DBL(0.0);
+    px2_m = x2_m;
+    for (int i=0; i<LD_PRECISION; i++) {
+      result_m = fMultAddDiv2(result_m, ldCoeff[i], px2_m);
+      px2_m = fMult(px2_m, x2_m);
+    }
+    /* Multiply result with 1/ln(2) = 1.0 + 0.442695040888 (get log2(x) from ln(x) result). */
+    result_m = fMultAddDiv2(result_m, result_m, FL2FXCONST_DBL(2.0*0.4426950408889634073599246810019));
+
+    /* Add exponent part. log2(x_m * 2^x_e) = log2(x_m) + x_e */
+    if (x_e != 0)
+    {
+      int enorm;
+
+      enorm = DFRACT_BITS - fNorm((FIXP_DBL)x_e);
+      /* The -1 in the right shift of result_m compensates the fMultDiv2() above in the taylor polinomial evaluation loop.*/
+      result_m = (result_m >> (enorm-1)) + ((FIXP_DBL)x_e << (DFRACT_BITS-1-enorm));
+
+      *result_e = enorm;
+    } else {
+      /* 1 compensates the fMultDiv2() above in the taylor polinomial evaluation loop.*/
+      *result_e = 1;
+    }
+  }
+
+  return result_m;
+}
+
+FIXP_DBL fLog2(FIXP_DBL x_m, INT x_e)
+{
+  if ( x_m <= FL2FXCONST_DBL(0.0f) ) {
+    x_m = FL2FXCONST_DBL(-1.0f);
+  }
+  else {
+    INT result_e;
+    x_m = fLog2(x_m, x_e, &result_e);
+    x_m = scaleValue(x_m, result_e-LD_DATA_SHIFT);
+  }
+  return  x_m;
+}
+
+
+
+
diff --git a/libFDK/src/mdct.cpp b/libFDK/src/mdct.cpp
new file mode 100644 (file)
index 0000000..9a29aa1
--- /dev/null
@@ -0,0 +1,385 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):   Josef Hoepfl, Manuel Jander
+   Description: MDCT routines
+
+******************************************************************************/
+
+#include "mdct.h"
+
+
+#include "FDK_tools_rom.h"
+#include "dct.h"
+#include "fixpoint_math.h"
+
+
+void mdct_init( H_MDCT hMdct,
+                FIXP_DBL *overlap,
+                INT overlapBufferSize )
+{
+  hMdct->overlap.freq = overlap;
+  //FDKmemclear(overlap, overlapBufferSize*sizeof(FIXP_DBL));
+  hMdct->prev_fr = 0;
+  hMdct->prev_nr = 0;
+  hMdct->prev_tl = 0;
+  hMdct->ov_size = overlapBufferSize;
+}
+
+
+void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl)
+{
+  FIXP_DBL gain_m = *pGain_m;
+  int gain_e = *pGain_e;
+  int log2_tl;
+
+  log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl);
+
+  gain_e += -MDCT_OUTPUT_GAIN - log2_tl - MDCT_OUT_HEADROOM + 1;
+
+  /* Detect non-radix 2 transform length and add amplitude compensation factor
+     which cannot be included into the exponent above */
+  switch ( (tl) >> (log2_tl - 2) ) {
+    case 0x7: /* 10 ms, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 0.53333333333333333333) */
+      if (gain_m == (FIXP_DBL)0) {
+        gain_m = FL2FXCONST_DBL(0.53333333333333333333f);
+      } else {
+        gain_m = fMult(gain_m, FL2FXCONST_DBL(0.53333333333333333333f));
+      }
+      break;
+    case 0x6: /* 3/4 of radix 2, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 2.0/3.0) */
+      if (gain_m == (FIXP_DBL)0) {
+        gain_m = FL2FXCONST_DBL(2.0/3.0f);
+      } else {
+        gain_m = fMult(gain_m, FL2FXCONST_DBL(2.0/3.0f));
+      }
+      break;
+    case 0x4:
+      /* radix 2, nothing to do. */
+      break;
+    default:
+      /* unsupported */
+      FDK_ASSERT(0);
+      break;
+  }
+
+  *pGain_m = gain_m;
+  *pGain_e = gain_e;
+}
+
+INT imdct_drain(
+        H_MDCT hMdct,
+        FIXP_DBL *output,
+        INT nrSamplesRoom
+        )
+{
+  int buffered_samples = 0;
+
+  if (nrSamplesRoom > 0) {
+    buffered_samples = hMdct->ov_offset;
+
+    FDK_ASSERT(buffered_samples <= nrSamplesRoom);
+
+    if (buffered_samples > 0)  {
+      FDKmemcpy(output, hMdct->overlap.time, buffered_samples*sizeof(FIXP_DBL));
+      hMdct->ov_offset = 0;
+    }
+  }
+  return buffered_samples;
+}
+
+INT imdct_copy_ov_and_nr(
+        H_MDCT hMdct,
+        FIXP_DBL * pTimeData,
+        INT nrSamples
+        )
+{
+  FIXP_DBL *pOvl;
+  int nt, nf, i;
+
+  nt = fMin(hMdct->ov_offset, nrSamples);
+  nrSamples -= nt;
+  nf = fMin(hMdct->prev_nr, nrSamples);
+  nrSamples -= nf;
+  FDKmemcpy(pTimeData, hMdct->overlap.time, nt*sizeof(FIXP_DBL));
+  pTimeData += nt;
+
+  pOvl = hMdct->overlap.freq + hMdct->ov_size - 1;
+  for (i=0; i<nf; i++) {
+    FIXP_DBL x = - (*pOvl--);
+    *pTimeData = IMDCT_SCALE_DBL(x);
+    pTimeData ++;
+  }
+
+  return (nt+nf);
+}
+
+void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples)
+{
+  int fl = *pfl, nl = *pnl;
+  int window_diff, use_current = 0, use_previous = 0;
+  if (hMdct->prev_tl == 0) {
+    hMdct->prev_wrs    = wls;
+    hMdct->prev_fr     = fl;
+    hMdct->prev_nr     = (noOutSamples-fl)>>1;
+    hMdct->prev_tl     = noOutSamples;
+    hMdct->ov_offset   = 0;
+    use_current = 1;
+  }
+
+  window_diff = (hMdct->prev_fr - fl)>>1;
+
+  /* check if the previous window slope can be adjusted to match the current window slope */
+  if (hMdct->prev_nr + window_diff > 0) {
+    use_current = 1;
+  }
+  /* check if the current window slope can be adjusted to match the previous window slope */
+  if (nl - window_diff > 0 ) {
+    use_previous = 1;
+  }
+
+  /* if both is possible choose the larger of both window slope lengths */
+  if (use_current && use_previous) {
+    if (fl < hMdct->prev_fr) {
+      use_current = 0;
+    } else {
+      use_previous = 0;
+    }
+  }
+  /*
+   * If the previous transform block is big enough, enlarge previous window overlap,
+   * if not, then shrink current window overlap.
+   */
+  if (use_current) {
+    hMdct->prev_nr += window_diff;
+    hMdct->prev_fr = fl;
+    hMdct->prev_wrs = wls;
+  } else {
+    nl -= window_diff;
+    fl = hMdct->prev_fr;
+  }
+
+  *pfl = fl;
+  *pnl = nl;
+}
+
+INT  imdct_block(
+        H_MDCT hMdct,
+        FIXP_DBL *output,
+        FIXP_DBL *spectrum,
+        const SHORT scalefactor[],
+        const INT nSpec,
+        const INT noOutSamples,
+        const INT tl,
+        const FIXP_WTP *wls,
+        INT fl,
+        const FIXP_WTP *wrs,
+        const INT fr,
+        FIXP_DBL gain
+        )
+{
+  FIXP_DBL *pOvl;
+  FIXP_DBL *pOut0 = output, *pOut1;
+  INT nl, nr;
+  int w, i, nrSamples = 0, specShiftScale, transform_gain_e = 0;
+
+  /* Derive NR and NL */
+  nr = (tl - fr)>>1;
+  nl = (tl - fl)>>1;
+
+  /* Include 2/N IMDCT gain into gain factor and exponent. */
+  imdct_gain(&gain, &transform_gain_e, tl);
+
+  /* Detect FRprevious / FL mismatches and override parameters accordingly */
+  if (hMdct->prev_fr != fl) {
+    imdct_adapt_parameters(hMdct, &fl, &nl, tl, wls, noOutSamples);
+  }
+
+  pOvl = hMdct->overlap.freq + hMdct->ov_size - 1;
+
+  if ( noOutSamples > nrSamples ) {
+    /* Purge buffered output. */
+    for (i=0; i<hMdct->ov_offset; i++) {
+      *pOut0 = hMdct->overlap.time[i];
+      pOut0 ++;
+    }
+    nrSamples = hMdct->ov_offset;
+    hMdct->ov_offset = 0;
+  }
+
+  for (w=0; w<nSpec; w++)
+  {
+    FIXP_DBL *pSpec, *pCurr;
+    const FIXP_WTP *pWindow;
+
+    specShiftScale = transform_gain_e;
+
+    /* Setup window pointers */
+    pWindow = hMdct->prev_wrs;
+
+    /* Current spectrum */
+    pSpec = spectrum+w*tl;
+
+    /* DCT IV of current spectrum. */
+    dct_IV(pSpec, tl, &specShiftScale);
+
+    /* Optional scaling of time domain - no yet windowed - of current spectrum */
+    /* and de-scale current spectrum signal (time domain, no yet windowed) */  
+    if (gain != (FIXP_DBL)0) {
+      scaleValuesWithFactor(pSpec, gain, tl, scalefactor[w] + specShiftScale);
+    } else {
+      scaleValues(pSpec, tl, scalefactor[w] + specShiftScale);
+    }
+
+    if ( noOutSamples <= nrSamples ) {
+      /* Divert output first half to overlap buffer if we already got enough output samples. */
+      pOut0 = hMdct->overlap.time + hMdct->ov_offset;
+      hMdct->ov_offset += hMdct->prev_nr + fl/2;
+    } else {
+      /* Account output samples */
+      nrSamples += hMdct->prev_nr + fl/2;
+    }
+
+    /* NR output samples 0 .. NR. -overlap[TL/2..TL/2-NR] */
+    for (i=0; i<hMdct->prev_nr; i++) {
+      FIXP_DBL x = - (*pOvl--);
+      *pOut0 = IMDCT_SCALE_DBL(x);
+      pOut0 ++;
+    }
+
+    if ( noOutSamples <= nrSamples ) {
+      /* Divert output second half to overlap buffer if we already got enough output samples. */
+      pOut1 = hMdct->overlap.time + hMdct->ov_offset + fl/2 - 1;
+      hMdct->ov_offset += fl/2 + nl;
+    } else {
+      pOut1 = pOut0 + (fl - 1);
+      nrSamples += fl/2 + nl;
+    }
+
+    /* output samples before window crossing point NR .. TL/2. -overlap[TL/2-NR..TL/2-NR-FL/2] + current[NR..TL/2] */
+    /* output samples after window crossing point TL/2 .. TL/2+FL/2. -overlap[0..FL/2] - current[TL/2..FL/2] */
+    pCurr = pSpec + tl - fl/2;
+    for (i=0; i<fl/2; i++) {
+      FIXP_DBL x0, x1;
+
+      cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]);
+      *pOut0 = IMDCT_SCALE_DBL(x0);
+      *pOut1 = IMDCT_SCALE_DBL(-x1);
+      pOut0 ++;
+      pOut1 --;
+    }
+    pOut0 += (fl/2);
+
+    /* NL output samples TL/2+FL/2..TL. - current[FL/2..0] */
+    pOut1 += (fl/2) + 1;
+    pCurr = pSpec + tl - fl/2 - 1;
+    for (i=0; i<nl; i++) {
+      FIXP_DBL x = - (*pCurr--);
+      *pOut1 = IMDCT_SCALE_DBL(x);
+      pOut1 ++;
+    }
+
+    /* Set overlap source pointer for next window pOvl = pSpec + tl/2 - 1; */
+    pOvl = pSpec + tl/2 - 1;
+
+    /* Previous window values. */
+    hMdct->prev_nr = nr;
+    hMdct->prev_fr = fr;
+    hMdct->prev_tl = tl;
+    hMdct->prev_wrs = wrs;
+  }
+
+  /* Save overlap */
+  
+  pOvl = hMdct->overlap.freq + hMdct->ov_size - tl/2;
+  FDK_ASSERT(pOvl >= hMdct->overlap.time + hMdct->ov_offset);
+  FDK_ASSERT(tl/2 <= hMdct->ov_size);
+  for (i=0; i<tl/2; i++) {
+    pOvl[i] = spectrum[i+(nSpec-1)*tl];
+  }
+
+  return nrSamples;
+}
+
diff --git a/libFDK/src/mips/fft_rad2_mips.cpp b/libFDK/src/mips/fft_rad2_mips.cpp
new file mode 100644 (file)
index 0000000..f93ee98
--- /dev/null
@@ -0,0 +1,134 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: dit_fft MIPS assembler replacements.
+
+******************************************************************************/
+
+#if defined(MIPS_DSP_LIB)
+
+#include "dsplib_util.h"
+#include "dsplib_dsp.h"
+
+#define FUNCTION_dit_fft
+
+#ifdef FUNCTION_dit_fft
+
+#include "mips_fft_twiddles.cpp"
+
+void dit_fft(FIXP_DBL *x, const INT ldn, const FIXP_STP *trigdata, const INT trigDataSize)
+{
+    int i;
+
+    int32c *din = (int32c*)x;
+    int32c *dout = (int32c*)x;
+
+    int32c scratch[1024];
+    int32c *twiddles;
+
+    switch (ldn) {
+            case 4:  twiddles = (int32c*)__twiddles_mips_fft32_16;   break;
+            case 5:  twiddles = (int32c*)__twiddles_mips_fft32_32;   break;
+            case 6:  twiddles = (int32c*)__twiddles_mips_fft32_64;   break;
+            case 7:  twiddles = (int32c*)__twiddles_mips_fft32_128;  break;
+            case 8:  twiddles = (int32c*)__twiddles_mips_fft32_256;  break;
+            case 9:  twiddles = (int32c*)__twiddles_mips_fft32_512;  break;
+            case 10: twiddles = (int32c*)__twiddles_mips_fft32_1024; break;
+            //case 11: twiddles = (int32c*)__twiddles_mips_fft32_2048; break;
+            default: FDK_ASSERT(0); break;
+    }
+
+    mips_fft32(dout, din, twiddles, scratch, ldn);
+
+    for(i=0;i<(1<<ldn);i++) {
+        x[2*i]   = dout[i].re<<1;
+        x[2*i+1] = dout[i].im<<1;
+    }
+}
+#endif
+
+
+#endif /* defined(MIPS_DSP_LIB) */
diff --git a/libFDK/src/mips/mips_fft_twiddles.cpp b/libFDK/src/mips/mips_fft_twiddles.cpp
new file mode 100644 (file)
index 0000000..e15a09b
--- /dev/null
@@ -0,0 +1,579 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+******************************************************************************/
+
+static const INT __twiddles_mips_fft32_16[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7641AF32), (0xCF043A9E), (0x5A827978), (0xA57D8646), (0x30FBC547), (0x89BE50C2), (0xFFFFFFA3), (0x80000002), (0xCF043AF8), (0x89BE50A8), (0xA57D865E), (0xA57D8670), (0x89BE5100), (0xCF043A24), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000)
+};
+
+static const INT __twiddles_mips_fft32_32[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7D8A5F3C), (0xE70747B9), (0x7641AF32), (0xCF043A9E), (0x6A6D98A1), (0xB8E31318), (0x5A827978), (0xA57D8646), (0x471CED05), (0x95926772), (0x30FBC547), (0x89BE50C2), (0x18F8B888), (0x8275A0D1), (0xFFFFFFA3), (0x80000002),
+(0xE70747BB), (0x8275A0C3), (0xCF043AF8), (0x89BE50A8), (0xB8E3139E), (0x95926705), (0xA57D865E), (0xA57D8670), (0x959266F7), (0xB8E313B4), (0x89BE5100), (0xCF043A24), (0x8275A0BE), (0xE70747D4), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x37000000), (0x000080A3),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000)
+};
+
+static const INT __twiddles_mips_fft32_64[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7F62368D), (0xF3742C9D), (0x7D8A5F3C), (0xE70747B9), (0x7A7D0559), (0xDAD7F3A2), (0x7641AF32), (0xCF043A9E), (0x70E2CBCD), (0xC3A945A1), (0x6A6D98A1), (0xB8E31318), (0x62F201C4), (0xAECC338B), (0x5A827978), (0xA57D8646),
+(0x5133CC8F), (0x9D0DFE52), (0x471CED05), (0x95926772), (0x3C56BAB5), (0x8F1D3461), (0x30FBC547), (0x89BE50C2), (0x25280C05), (0x8582FA8C), (0x18F8B888), (0x8275A0D1), (0x0C8BD356), (0x809DC971), (0xFFFFFFA3), (0x80000002), (0xF3742CEE), (0x809DC96B),
+(0xE70747BB), (0x8275A0C3), (0xDAD7F348), (0x8582FAC2), (0xCF043AF8), (0x89BE50A8), (0xC3A94669), (0x8F1D33C8), (0xB8E3139E), (0x95926705), (0xAECC33A5), (0x9D0DFE27), (0xA57D865E), (0xA57D8670), (0x9D0DFE16), (0xAECC33B9), (0x959266F7), (0xB8E313B4),
+(0x8F1D34AD), (0xC3A944BC), (0x89BE5100), (0xCF043A24), (0x8582FABB), (0xDAD7F360), (0x8275A0BE), (0xE70747D4), (0x809DC968), (0xF3742D08), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0xFF7B0000), (0x2E8050F1), (0x10214482), (0x1BA00005), (0x0000C0FF), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000)
+};
+
+static const INT __twiddles_mips_fft32_128[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7FD8878C), (0xF9B82681), (0x7F62368D), (0xF3742C9D), (0x7E9D55FB), (0xED37EF91), (0x7D8A5F3C), (0xE70747B9), (0x7C29FBEF), (0xE0E6068F), (0x7A7D0559), (0xDAD7F3A2), (0x78848419), (0xD4E0CB28), (0x7641AF32), (0xCF043A9E),
+(0x73B5EBCF), (0xC945DFEB), (0x70E2CBCD), (0xC3A945A1), (0x6DCA0D27), (0xBE31E1BF), (0x6A6D98A1), (0xB8E31318), (0x66CF8103), (0xB3C01FE9), (0x62F201C4), (0xAECC338B), (0x5ED77C86), (0xAA0A5B2C), (0x5A827978), (0xA57D8646), (0x55F5A4ED), (0xA1288391),
+(0x5133CC8F), (0x9D0DFE52), (0x4C3FDFCC), (0x99307EC5), (0x471CED05), (0x95926772), (0x41CE1ECD), (0x9235F32C), (0x3C56BAB5), (0x8F1D3461), (0x36BA2034), (0x8C4A1440), (0x30FBC547), (0x89BE50C2), (0x2B1F34BC), (0x877B7BDD), (0x25280C05), (0x8582FA8C),
+(0x1F19F9F0), (0x83D60431), (0x18F8B888), (0x8275A0D1), (0x12C81090), (0x8162AA0A), (0x0C8BD356), (0x809DC971), (0x0647D949), (0x80277871), (0xFFFFFFA3), (0x80000002), (0xF9B826FB), (0x8027786E), (0xF3742CEE), (0x809DC96B), (0xED37EFB3), (0x8162AA00),
+(0xE70747BB), (0x8275A0C3), (0xE0E60653), (0x83D60420), (0xDAD7F348), (0x8582FAC2), (0xD4E0CB84), (0x877B7BC6), (0xCF043AF8), (0x89BE50A8), (0xC945E00A), (0x8C4A1423), (0xC3A94669), (0x8F1D33C8), (0xBE31E16E), (0x9235F309), (0xB8E3139E), (0x95926705),
+(0xB3C01F9D), (0x99307F35), (0xAECC33A5), (0x9D0DFE27), (0xAA0A5A88), (0xA128840F), (0xA57D865E), (0xA57D8670), (0xA12883FE), (0xAA0A5A9B), (0x9D0DFE16), (0xAECC33B9), (0x99307F26), (0xB3C01FB2), (0x959266F7), (0xB8E313B4), (0x9235F2FC), (0xBE31E184),
+(0x8F1D34AD), (0xC3A944BC), (0x8C4A1418), (0xC945E021), (0x89BE5100), (0xCF043A24), (0x877B7BBD), (0xD4E0CB9C), (0x8582FABB), (0xDAD7F360), (0x83D603DC), (0xE0E60764), (0x8275A0BE), (0xE70747D4), (0x8162AA22), (0xED37EECF), (0x809DC968), (0xF3742D08),
+(0x80277879), (0xF9B82615), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0xA4370000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xFF770000), (0x2E8050F1), (0x1A214462), (0x04D6D583), (0x40031282), (0x6469A735), (0x0B4C99A3), (0x0AF88594), (0xF90969D7), (0x96131C92), (0x025EEA10), (0x3A1FE421), (0x614FF390),
+(0x1CFDC327), (0xC177E04F), (0xF4D87E82), (0x78253F39), (0xBB839F94), (0x998B3EB1), (0x0CBCC021), (0x41BEC843), (0xAC0EE121), (0x52719643), (0x909A2B1D), (0xF38931E1), (0xF41327FF), (0xF6099847), (0xA70D219C), (0x7BD52135), (0x78060F71), (0xEA3C87D8),
+(0x3FAF3A24), (0xE4B2C421), (0xB99D1453), (0x2741E264), (0x2239813A), (0x2944DA20), (0x441EF7C4), (0x0BD0B720), (0xED84EA26), (0x73E0C0D2), (0x678E3039), (0x21420109), (0x8607492E), (0x28CEF440), (0x022768C8), (0xF68E3611), (0x84E84D55), (0x73004C04),
+(0xF9B6630E), (0x677FFA8F), (0x530CB18F), (0x2C4EE310), (0xABC7537C), (0x82CFDBCB), (0x100C63A2), (0x876D75BA), (0xC683F888), (0x0CDC1E1E), (0xA600E833), (0x33036066), (0x4305049C), (0x40890713), (0x9D12532E), (0x7B6E2FE2), (0xE244CC09), (0x9FFB2082),
+(0xAB3735D3), (0x00000080), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+(0x00000000), (0x00000000), (0x00000000), (0x00000000)
+};
+
+
+static const INT __twiddles_mips_fft32_256[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7FF62181), (0xFCDBD540), (0x7FD8878C), (0xF9B82681), (0x7FA736B2), (0xF6956FB7), (0x7F62368D), (0xF3742C9D), (0x7F0991C3), (0xF054D8DA), (0x7E9D55FB), (0xED37EF91), (0x7E1D93EA), (0xEA1DEBC6), (0x7D8A5F3C), (0xE70747B9),
+(0x7CE3CEB0), (0xE3F47D95), (0x7C29FBEF), (0xE0E6068F), (0x7B5D03A1), (0xDDDC5B4F), (0x7A7D0559), (0xDAD7F3A2), (0x798A23A8), (0xD7D946C3), (0x78848419), (0xD4E0CB28), (0x776C4ED9), (0xD1EEF59D), (0x7641AF32), (0xCF043A9E), (0x7504D34C), (0xCC210D8B),
+(0x73B5EBCF), (0xC945DFEB), (0x72552C79), (0xC67322B9), (0x70E2CBCD), (0xC3A945A1), (0x6F5F02CF), (0xC0E8B67E), (0x6DCA0D27), (0xBE31E1BF), (0x6C242969), (0xBB8532C0), (0x6A6D98A1), (0xB8E31318), (0x68A69E72), (0xB64BEAB9), (0x66CF8103), (0xB3C01FE9),
+(0x64E8894A), (0xB140178C), (0x62F201C4), (0xAECC338B), (0x60EC383A), (0xAC64D51F), (0x5ED77C86), (0xAA0A5B2C), (0x5CB420CD), (0xA7BD229A), (0x5A827978), (0xA57D8646), (0x5842DD7E), (0xA34BDF4B), (0x55F5A4ED), (0xA1288391), (0x539B2AFB), (0x9F13C7DC),
+(0x5133CC8F), (0x9D0DFE52), (0x4EBFE88F), (0x9B1776CB), (0x4C3FDFCC), (0x99307EC5), (0x49B41562), (0x975961A2), (0x471CED05), (0x95926772), (0x447ACD5D), (0x93DBD6AA), (0x41CE1ECD), (0x9235F32C), (0x3F17499F), (0x90A0FD42), (0x3C56BAB5), (0x8F1D3461),
+(0x398CDCF3), (0x8DAAD35D), (0x36BA2034), (0x8C4A1440), (0x33DEF21F), (0x8AFB2C8E), (0x30FBC547), (0x89BE50C2), (0x2E110ABF), (0x8893B14A), (0x2B1F34BC), (0x877B7BDD), (0x2826B95E), (0x8675DC62), (0x25280C05), (0x8582FA8C), (0x2223A4D2), (0x84A2FC68),
+(0x1F19F9F0), (0x83D60431), (0x1C0B824E), (0x831C314A), (0x18F8B888), (0x8275A0D1), (0x15E213FD), (0x81E26C0B), (0x12C81090), (0x8162AA0A), (0x0FAB26B9), (0x80F66E30), (0x0C8BD356), (0x809DC971), (0x096A90AB), (0x8058C955), (0x0647D949), (0x80277871),
+(0x03242AF6), (0x8009DE81), (0xFFFFFFA3), (0x80000002), (0xFCDBD54E), (0x8009DE7F), (0xF9B826FB), (0x8027786E), (0xF6956F99), (0x8058C950), (0xF3742CEE), (0x809DC96B), (0xF054D88D), (0x80F66E47), (0xED37EFB3), (0x8162AA00), (0xEA1DEB4A), (0x81E26C2C),
+(0xE70747BB), (0x8275A0C3), (0xE3F47DF5), (0x831C313B), (0xE0E60653), (0x83D60420), (0xDDDC5B6F), (0x84A2FC55), (0xDAD7F348), (0x8582FAC2), (0xD7D946E3), (0x8675DC4D), (0xD4E0CB84), (0x877B7BC6), (0xD1EEF581), (0x8893B132), (0xCF043AF8), (0x89BE50A8),
+(0xCC210D35), (0x8AFB2CDB), (0xC945E00A), (0x8C4A1423), (0xC6732265), (0x8DAAD3B2), (0xC3A94669), (0x8F1D33C8), (0xC0E8B69C), (0x90A0FD21), (0xBE31E16E), (0x9235F309), (0xBB853205), (0x93DBD70E), (0xB8E3139E), (0x95926705), (0xB64BEAD5), (0x9759617B),
+(0xB3C01F9D), (0x99307F35), (0xB140180C), (0x9B177652), (0xAECC33A5), (0x9D0DFE27), (0xAC64D4D8), (0x9F13C803), (0xAA0A5A88), (0xA128840F), (0xA7BD2310), (0xA34BDEC3), (0xA57D865E), (0xA57D8670), (0xA34BDEB2), (0xA7BD2322), (0xA12883FE), (0xAA0A5A9B),
+(0x9F13C7F2), (0xAC64D4EB), (0x9D0DFE16), (0xAECC33B9), (0x9B177642), (0xB1401820), (0x99307F26), (0xB3C01FB2), (0x9759616C), (0xB64BEAEA), (0x959266F7), (0xB8E313B4), (0x93DBD700), (0xBB85321A), (0x9235F2FC), (0xBE31E184), (0x90A0FD14), (0xC0E8B6B2),
+(0x8F1D34AD), (0xC3A944BC), (0x8DAAD3A6), (0xC673227C), (0x8C4A1418), (0xC945E021), (0x8AFB2C68), (0xCC210E37), (0x89BE5100), (0xCF043A24), (0x8893B128), (0xD1EEF599), (0x877B7BBD), (0xD4E0CB9C), (0x8675DC95), (0xD7D94608), (0x8582FABB), (0xDAD7F360),
+(0x84A2FC4F), (0xDDDC5B88), (0x83D603DC), (0xE0E60764), (0x831C316D), (0xE3F47D14), (0x8275A0BE), (0xE70747D4), (0x81E26BFB), (0xEA1DEC5F), (0x8162AA22), (0xED37EECF), (0x80F66E44), (0xF054D8A6), (0x809DC968), (0xF3742D08), (0x8058C93B), (0xF69570B2),
+(0x80277879), (0xF9B82615), (0x8009DE7E), (0xFCDBD568), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xF1FF7A00), (0xE23A8050), (0x841A2114), (0xC588DA75), (0x02400143), (0xAED6AAD7), (0x94C2545B), (0x3E46156C), (0x05BFDF27), (0xB0822075),
+(0xD24C7BC4), (0x62122054), (0x8CC41C49), (0x2C414972), (0x718D7C5E), (0xDEE2A3D8), (0x4544C135), (0x64292573), (0x76B51F8A), (0x4B7D6557), (0x87164907), (0xF59DBFEC), (0x04CEE9DE), (0xB4BC4C90), (0x9AFCCD30), (0x8C7A316F), (0x90FDACA7), (0x4E0D6383),
+(0xAEF16C0B), (0x0622020A), (0x37B6A738), (0xFFBB7D71), (0x5FEDD12F), (0xEE47FDC8), (0x3DC7913F), (0xEAEEF7FD), (0x219DADEC), (0xF9E53F5F), (0xB3D82D9E), (0xBBB79BCB), (0x43AD2AAB), (0x0E7ADBC0), (0xABBD0952), (0x1A6EF43A), (0xCD9B2A9D), (0x7222B366),
+(0x979E89E9), (0x02C9113F), (0x1D511466), (0x57A92206), (0x4A412075), (0xFD31D783), (0xA7542EFC), (0x24B76975), (0xB99962C7), (0x19F1D356), (0x9D12C3CB), (0x6D37D542), (0x29E7214D), (0x8900F645), (0xB154AD4A), (0xF047D988), (0x3F2E5E77), (0xAFB68C49),
+(0xC9F19E51), (0x6192F53A), (0x5AE3D080), (0x1DA6C677), (0xD485D50C), (0x9AA7E8B2), (0xF55EE1D5), (0xC00B6932), (0x85ACE912), (0x8208B1B9), (0x80E14170), (0xA1D67C3F), (0x058035B3), (0xA4FE36CA), (0xBEE547E4), (0xEF276052), (0x42AA4388), (0x9C11A2ED),
+(0x10202541), (0x2D480910), (0xB09B1AC4), (0x19E7D17D), (0x52082450), (0x3EED1705), (0xF20FF8A1), (0x89F6E17F), (0x17D7DC00), (0x09B9F2C3), (0x6378968C), (0xAF0607F6), (0xFDFDE0C9), (0x3CE3DFEE), (0x5168229E), (0x7CF79734), (0xF5FFF56F), (0x30700093),
+(0x135F5C75), (0xE6D73EEE), (0x6E400DF9), (0x58252ACB), (0x557311CA), (0x5539B303), (0x56557355), (0xB6BDACEF), (0x59F9428D), (0x9AE63020), (0x558FF7E7), (0x7955806D), (0x09D549F3), (0x603BF5B7), (0x3134413B), (0xBCA7C1AA), (0xA98D1339), (0x57B29C97),
+(0x50F1FF07), (0xE4A13980), (0xD0881A21), (0xC1FFE30A), (0xB0A66C19), (0x18416490), (0x160E0214), (0xA584CBB5), (0x02AAA82A), (0x73981340), (0x964A24DE), (0x6E829FC4), (0xDFD62360), (0x4C3BF152), (0x38721574), (0xD46BC912), (0x1EB7FDD8), (0x1CA6CBC0),
+(0xBBCBC111), (0xA6FD1403), (0x76C688D9), (0xB47186CB), (0x5E98936D), (0x9BBF7E2E), (0x8B7FBCEC), (0x9DAF7EF5), (0x7E3A79F1), (0x9C896ACD), (0x628F249A), (0xDD6E51AF), (0xAF73994B), (0x5966995D), (0xB7620597), (0x369B1E54), (0x7CEDC787), (0xE7B15B1F),
+(0xB36F5F7D), (0xB5B73EF6), (0xD76EEEE2), (0x14E86186), (0xCC159291), (0x4EC85CA3), (0xEC3C704E), (0x0B6633B3), (0x4D992D4B), (0xEB1B5774), (0xDFB9D508), (0x11783719), (0x77BB10B0), (0xFCDF8350), (0xD34A7C65), (0xEF6E57BB), (0xECD56C68), (0x8EB7CA36),
+(0x2F26B136), (0x55631269), (0xEF1213E1), (0xA56AB844), (0xAA4B1D64), (0x64341EA9), (0x0CE9DB48), (0x460C2144), (0xADC50205), (0x515C472F), (0x304C29BD), (0x76AF8711), (0x557CADB7), (0x2A9BBC8E), (0xE50E145B), (0x9C2031FD), (0xD9121A8C), (0xF51A96FD),
+(0x45CCBEBF), (0x5F884871), (0x66DAE291), (0x95ADC9E5), (0x33CF304D), (0x23C87DCE), (0xA7014FB3), (0xFB351E71), (0x8D60F66F), (0xBFD6DDD5), (0x151FE6F1), (0xDCC7935A), (0x0CACFBF0), (0xEE55A371), (0xBE46B755), (0x0F79DCD2), (0x23DFF76D), (0x83DE76D7),
+(0x8B0E3AEE), (0xB01BFB44), (0x4E3619FA), (0xA19F9E64), (0xBD492AD9), (0x0899E45F), (0x8156E41D), (0x5DA539BA), (0x0AF35B2C), (0xDB89BAAE), (0xA128C966), (0xA02CEAEE), (0xC5A1B291), (0x08CBA93E), (0x90FD887A), (0x60304386), (0x6A59F1EA), (0xA461E67B),
+(0xC1622B76), (0x6FA2F906), (0xAA3A401A), (0xB68EA47B), (0xC617A889), (0x6024A57B), (0x2DD53555), (0xF1FFEA30), (0x813A8050), (0x8D1A21B4), (0xFFE72CF7), (0xA37415E1), (0x30A2C830), (0xA3A1CA28), (0x4C5E3586), (0x309861B9), (0x1F49850D), (0x6164C748),
+(0x9D7048E5), (0xC124569E), (0xCCB0E111), (0x15B2BB86), (0x18371D9C), (0xB2ABD94D), (0x8EC656B3), (0xBF010995)
+};
+
+
+
+static const INT __twiddles_mips_fft32_512[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7FFD8859), (0xFE6DE2E0), (0x7FF62181), (0xFCDBD540), (0x7FE9CBBE), (0xFB49E6A3), (0x7FD8878C), (0xF9B82681), (0x7FC25595), (0xF826A464), (0x7FA736B2), (0xF6956FB7), (0x7F872BF2), (0xF5049800), (0x7F62368D), (0xF3742C9D),
+(0x7F3857F4), (0xF1E43D1C), (0x7F0991C3), (0xF054D8DA), (0x7ED5E5C6), (0xEEC60F3C), (0x7E9D55FB), (0xED37EF91), (0x7E5FE490), (0xEBAA8944), (0x7E1D93EA), (0xEA1DEBC6), (0x7DD6668D), (0xE8922621), (0x7D8A5F3C), (0xE70747B9), (0x7D3980ED), (0xE57D5FE4),
+(0x7CE3CEB0), (0xE3F47D95), (0x7C894BDA), (0xE26CB010), (0x7C29FBEF), (0xE0E6068F), (0x7BC5E296), (0xDF609002), (0x7B5D03A1), (0xDDDC5B4F), (0x7AEF6325), (0xDC59778B), (0x7A7D0559), (0xDAD7F3A2), (0x7A05EEA8), (0xD957DE6F), (0x798A23A8), (0xD7D946C3),
+(0x7909A935), (0xD65C3B98), (0x78848419), (0xD4E0CB28), (0x77FAB98A), (0xD367044F), (0x776C4ED9), (0xD1EEF59D), (0x76D94983), (0xD078AD93), (0x7641AF32), (0xCF043A9E), (0x75A585D9), (0xCD91AB55), (0x7504D34C), (0xCC210D8B), (0x745F9DD3), (0xCAB26FB2),
+(0x73B5EBCF), (0xC945DFEB), (0x7307C3C9), (0xC7DB6C45), (0x72552C79), (0xC67322B9), (0x719E2CDE), (0xC50D1164), (0x70E2CBCD), (0xC3A945A1), (0x7023109C), (0xC247CD62), (0x6F5F02CF), (0xC0E8B67E), (0x6E96A995), (0xBF8C0DD8), (0x6DCA0D27), (0xBE31E1BF),
+(0x6CF934E8), (0xBCDA3EAE), (0x6C242969), (0xBB8532C0), (0x6B4AF258), (0xBA32CA42), (0x6A6D98A1), (0xB8E31318), (0x698C2487), (0xB79619C6), (0x68A69E72), (0xB64BEAB9), (0x67BD0FCC), (0xB5049380), (0x66CF8103), (0xB3C01FE9), (0x65DDFBD6), (0xB27E9D43),
+(0x64E8894A), (0xB140178C), (0x63EF3286), (0xB0049AA9), (0x62F201C4), (0xAECC338B), (0x61F10027), (0xAD96ED77), (0x60EC383A), (0xAC64D51F), (0x5FE3B366), (0xAB35F58C), (0x5ED77C86), (0xAA0A5B2C), (0x5DC79D9C), (0xA8E2112C), (0x5CB420CD), (0xA7BD229A),
+(0x5B9D1166), (0xA69B9B7D), (0x5A827978), (0xA57D8646), (0x5964649B), (0xA462EEB2), (0x5842DD7E), (0xA34BDF4B), (0x571DEEED), (0xA238627B), (0x55F5A4ED), (0xA1288391), (0x54CA0A2E), (0xA01C4C5C), (0x539B2AFB), (0x9F13C7DC), (0x52691241), (0x9E0EFF9D),
+(0x5133CC8F), (0x9D0DFE52), (0x4FFB6572), (0x9C10CD90), (0x4EBFE88F), (0x9B1776CB), (0x4D8162D8), (0x9A22043F), (0x4C3FDFCC), (0x99307EC5), (0x4AFB6C9B), (0x9842F048), (0x49B41562), (0x975961A2), (0x4869E657), (0x9673DB8C), (0x471CED05), (0x95926772),
+(0x45CD356F), (0x94B50D74), (0x447ACD5D), (0x93DBD6AA), (0x4325C102), (0x9306CAE7), (0x41CE1ECD), (0x9235F32C), (0x4073F245), (0x9169567D), (0x3F17499F), (0x90A0FD42), (0x3DB8324C), (0x8FDCEF37), (0x3C56BAB5), (0x8F1D3461), (0x3AF2EEBA), (0x8E61D331),
+(0x398CDCF3), (0x8DAAD35D), (0x38249413), (0x8CF83C62), (0x36BA2034), (0x8C4A1440), (0x354D9033), (0x8BA06221), (0x33DEF21F), (0x8AFB2C8E), (0x326E5505), (0x8A5A7A4D), (0x30FBC547), (0x89BE50C2), (0x2F875216), (0x8926B65A), (0x2E110ABF), (0x8893B14A),
+(0x2C98FBD1), (0x88054682), (0x2B1F34BC), (0x877B7BDD), (0x29A3C40F), (0x86F656AC), (0x2826B95E), (0x8675DC62), (0x26A82174), (0x85FA114F), (0x25280C05), (0x8582FA8C), (0x23A688D3), (0x85109CF7), (0x2223A4D2), (0x84A2FC68), (0x209F6FE1), (0x843A1D62),
+(0x1F19F9F0), (0x83D60431), (0x1D935011), (0x8376B42E), (0x1C0B824E), (0x831C314A), (0x1A829FC0), (0x82C67F00), (0x18F8B888), (0x8275A0D1), (0x176DD9E1), (0x82299974), (0x15E213FD), (0x81E26C0B), (0x1455771D), (0x81A01B80), (0x12C81090), (0x8162AA0A),
+(0x1139F0A7), (0x812A1A36), (0x0FAB26B9), (0x80F66E30), (0x0E1BC326), (0x80C7A813), (0x0C8BD356), (0x809DC971), (0x0AFB67B2), (0x8078D407), (0x096A90AB), (0x8058C955), (0x07D95BB6), (0x803DAA6D), (0x0647D949), (0x80277871), (0x04B618DF), (0x8016343D),
+(0x03242AF6), (0x8009DE81), (0x01921D0C), (0x800277A7), (0xFFFFFFA3), (0x80000002), (0xFE6DE338), (0x800277A6), (0xFCDBD54E), (0x8009DE7F), (0xFB49E665), (0x80163444), (0xF9B826FB), (0x8027786E), (0xF826A48E), (0x803DAA69), (0xF6956F99), (0x8058C950),
+(0xF5049793), (0x8078D418), (0xF3742CEE), (0x809DC96B), (0xF1E43D1E), (0x80C7A80C), (0xF054D88D), (0x80F66E47), (0xEEC60F9D), (0x812A1A2D), (0xED37EFB3), (0x8162AA00), (0xEBAA8927), (0x81A01B75), (0xEA1DEB4A), (0x81E26C2C), (0xE8922662), (0x82299967),
+(0xE70747BB), (0x8275A0C3), (0xE57D5F89), (0x82C67F27), (0xE3F47DF5), (0x831C313B), (0xE26CB031), (0x8376B41E), (0xE0E60653), (0x83D60420), (0xDF608F69), (0x843A1D92), (0xDDDC5B6F), (0x84A2FC55), (0xDC59776E), (0x85109CE4), (0xDAD7F348), (0x8582FAC2),
+(0xD957DECD), (0x85FA113A), (0xD7D946E3), (0x8675DC4D), (0xD65C3B40), (0x86F656E9), (0xD4E0CB84), (0x877B7BC6), (0xD367046F), (0x8805466A), (0xD1EEF581), (0x8893B132), (0xD078AD3C), (0x8926B6A0), (0xCF043AF8), (0x89BE50A8), (0xCD91AB39), (0x8A5A7A32),
+(0xCC210D35), (0x8AFB2CDB), (0xCAB2700B), (0x8BA06204), (0xC945E00A), (0x8C4A1423), (0xC7DB6C2A), (0x8CF83C44), (0xC6732265), (0x8DAAD3B2), (0xC50D109F), (0x8E61D388), (0xC3A94669), (0x8F1D33C8), (0xC247CDF0), (0x8FDCEF16), (0xC0E8B69C), (0x90A0FD21),
+(0xBF8C0DF6), (0x9169565A), (0xBE31E16E), (0x9235F309), (0xBCDA3E5E), (0x9306CB49), (0xBB853205), (0x93DBD70E), (0xBA32CB35), (0x94B50D09), (0xB8E3139E), (0x95926705), (0xB79619E2), (0x9673DB66), (0xB64BEAD5), (0x9759617B), (0xB5049334), (0x9842F06B),
+(0xB3C01F9D), (0x99307F35), (0xB27E9C92), (0x9A2204B0), (0xB140180C), (0x9B177652), (0xB0049B27), (0x9C10CD15), (0xAECC33A5), (0x9D0DFE27), (0xAD96ED91), (0x9E0EFFC3), (0xAC64D4D8), (0x9F13C803), (0xAB35F545), (0xA01C4CD8), (0xAA0A5A88), (0xA128840F),
+(0xA8E211A2), (0xA23861F5), (0xA7BD2310), (0xA34BDEC3), (0xA69B9B96), (0xA462EE82), (0xA57D865E), (0xA57D8670), (0xA462EE70), (0xA69B9BA8), (0xA34BDEB2), (0xA7BD2322), (0xA23861E4), (0xA8E211B5), (0xA12883FE), (0xAA0A5A9B), (0xA01C4CC7), (0xAB35F559),
+(0x9F13C7F2), (0xAC64D4EB), (0x9E0EFFB3), (0xAD96EDA5), (0x9D0DFE16), (0xAECC33B9), (0x9C10CD05), (0xB0049B3B), (0x9B177642), (0xB1401820), (0x9A2204A1), (0xB27E9CA6), (0x99307F26), (0xB3C01FB2), (0x9842F05C), (0xB5049349), (0x9759616C), (0xB64BEAEA),
+(0x9673DB57), (0xB79619F7), (0x959266F7), (0xB8E313B4), (0x94B50E13), (0xBA32C99E), (0x93DBD700), (0xBB85321A), (0x9306CB3C), (0xBCDA3E74), (0x9235F2FC), (0xBE31E184), (0x9169564D), (0xBF8C0E0C), (0x90A0FD14), (0xC0E8B6B2), (0x8FDCEF09), (0xC247CE07),
+(0x8F1D34AD), (0xC3A944BC), (0x8E61D37C), (0xC50D10B6), (0x8DAAD3A6), (0xC673227C), (0x8CF83C39), (0xC7DB6C41), (0x8C4A1418), (0xC945E021), (0x8BA061F9), (0xCAB27022), (0x8AFB2C68), (0xCC210E37), (0x8A5A7A8D), (0xCD91AA66), (0x89BE5100), (0xCF043A24),
+(0x8926B697), (0xD078AD53), (0x8893B128), (0xD1EEF599), (0x88054661), (0xD3670487), (0x877B7BBD), (0xD4E0CB9C), (0x86F6568E), (0xD65C3C4A), (0x8675DC95), (0xD7D94608), (0x85FA1180), (0xD957DDF1), (0x8582FABB), (0xDAD7F360), (0x85109CDD), (0xDC597787),
+(0x84A2FC4F), (0xDDDC5B88), (0x843A1D4B), (0xDF60907A), (0x83D603DC), (0xE0E60764), (0x8376B454), (0xE26CAF51), (0x831C316D), (0xE3F47D14), (0x82C67F21), (0xE57D5FA2), (0x8275A0BE), (0xE70747D4), (0x82299962), (0xE892267C), (0x81E26BFB), (0xEA1DEC5F),
+(0x81A01B48), (0xEBAA8A3D), (0x8162AA22), (0xED37EECF), (0x812A1A4C), (0xEEC60EB9), (0x80F66E44), (0xF054D8A6), (0x80C7A809), (0xF1E43D38), (0x809DC968), (0xF3742D08), (0x8078D3FF), (0xF50498AB), (0x8058C93B), (0xF69570B2), (0x803DAA77), (0xF826A3A8),
+(0x80277879), (0xF9B82615), (0x80163443), (0xFB49E67F), (0x8009DE7E), (0xFCDBD568), (0x800277A6), (0xFE6DE352), (0x465220BB), (0xC66E1FFC), (0x2C61D356), (0xAFFB176D), (0x88067E23), (0x3796F008), (0xC8D128F3), (0xB661A5FA), (0xF19CE4F0), (0x3F7D0345),
+(0xE97E6030), (0x4ABA91CF), (0xDEEDAB0C), (0x35FD1D77), (0xDD636439), (0x2F8B794C), (0x764E1D32), (0x7A8D0B1B), (0x8EACB27F), (0x577AD67B), (0x2B3FE2C5), (0x8ACD024A), (0xEDF5C42C), (0xF1CA951C), (0xB98B6D04), (0x6D12B864), (0x50E74D08), (0x73D1503B),
+(0xC7D3F6A9), (0x1F365E97), (0xE1340E59), (0x89D21B9D), (0x9B756733), (0x9024CD50), (0xE2C7FF52), (0xD9F061EF), (0x77151392), (0xA0E4A004), (0x60BE820F), (0xC7603BAF), (0xA62E3DA9), (0xA400E11F), (0x155111D4), (0x9030A374), (0x14185124), (0x8D043A00),
+(0x50945258), (0x20A6653E), (0xA19BA8B9), (0x3CFBE692), (0x91471D98), (0x0B9D03FF), (0xA5BA8E29), (0xFFC8EB22), (0x142CB1B0), (0x55317319), (0x33ADC77C), (0xF69BADCE), (0x78423D3C), (0xBE67BBF0), (0x7D88BD15), (0x1E9EF673), (0x512098B3), (0x326A3D3D),
+(0x161EF3B6), (0x0E4C4ED5), (0x4E9F9982), (0xD0AB6A36), (0xF17DD377), (0x5E53F31C), (0xBE9112EA), (0x3DE1B0FF), (0xD7F39AE7), (0xA34B9635), (0x49CFEE6C), (0x8A063AC6), (0xBA79BC0D), (0x6A588782), (0x439BE593), (0x0A5F7E8D), (0xD2FC2561), (0x4698AC8F),
+(0x247C3BC2), (0x5826523D), (0x4D2BD753), (0x4B8BCC17), (0x9B743503), (0x9F84E434), (0x8B97B41A), (0x3CFCE75F), (0x32D2D487), (0x3E80B4AF), (0x42F8B0EA), (0xEC0C81EE), (0x17279309), (0x681FA0F3), (0x8BAD208E), (0xD11792C6), (0xF1FF07B3), (0x21338050),
+(0x8A1A21A4), (0xFF0358D8), (0x416C13C1), (0x46348858), (0x83820519), (0xABC08822), (0x6A1A5200), (0x0C83122A), (0xA67FDF06), (0x0629F970), (0xEFAA2743), (0x0C00AD95), (0xFF09F5CF), (0xC784DB8B), (0xCB00BA7D), (0x6220909F), (0x7149B7DF), (0x5BD3EBEC),
+(0x0485EF71), (0x07FE23B1), (0x80737668), (0x42A32645), (0xD6EDBB18), (0x407E72C5), (0x901402E0), (0x0C1B7905), (0x01CE11FC), (0x00C64914), (0x3037978A), (0xFABC9190), (0x43A0AC89), (0xB9998370), (0xD6D69209), (0xF132455E), (0x9DAFF482), (0xA2D635C2),
+(0xBD976B5E), (0x79ED93ED), (0x7D42CA22), (0x2E23F9C1), (0xCF0E7521), (0x96D88AC1), (0x420C2845), (0x1E19573D), (0xF8FE9279), (0xC1495100), (0x201249C2), (0x8B183723), (0x450615A5), (0x004C0112), (0x85EB5235), (0x1BD8BD48), (0xA2914F03), (0x51420EAC),
+(0xCE788470), (0x0508030B), (0xA4CD2A6C), (0x9626C062), (0xF88D2DE5), (0xA9D6B399), (0xB3C57BFD), (0xCB1E9C4C), (0x004A5094), (0xD0CBC42A), (0x3BE1A694), (0x3C353FA7), (0xA5697C57), (0xFE961665), (0xED6B7C7D), (0x433DCF8D), (0xDA7D6C24), (0x407112C1),
+(0x4B9D285D), (0x6C9A2F57), (0x1BF9FAEF), (0x4EE3E2E9), (0xE5AE7E92), (0x60A11D3F), (0x4B441B63), (0xC8419BB1), (0x2C4F6DDD), (0xCEC3CF6D), (0x325A65CA), (0x818FC6A4), (0xC55E5E5B), (0x277445A3), (0x6B3289F7), (0x09147D55), (0x4F378D53), (0x588B0DC8),
+(0xF70BA347), (0xCBC43FAE), (0xD98E6639), (0x07AF9ED0), (0xE2E6305A), (0x5E003571), (0x18523E7A), (0xF70D1E27), (0xD7288950), (0x12C11132), (0xFF1C9D17), (0x318050F1), (0x1A219821), (0xBF21998A), (0x6C13C1FF), (0x8C605861), (0x0A183954), (0x7BE4C1B6),
+(0xA2CBC410), (0x7CC00A55), (0x5E58A973), (0x1122EF86), (0x80568E39), (0x2310C300), (0x0E152D0E), (0x9E017C1C), (0x851DFC26), (0xD1B1E662), (0x81BA10B0), (0x96C2E977), (0x8688E419), (0x97C94989), (0x250D535E), (0x35FDE732), (0x147AD183), (0xCF9D75C0),
+(0x6B2C183C), (0x1D326489), (0xC0807D98), (0xC081622E), (0x15C87B87), (0x7404598C), (0xFC3C7FA6), (0x28BA8CF5), (0xE311EA9B), (0xEABFD4A5), (0x8768834A), (0x0F7D7440), (0x40593152), (0xCF1E8BF5), (0xE32017B6), (0x39E66070), (0x560ECE9D), (0xF4132C77),
+(0x722945C1), (0x96ECB5D5), (0x0C100C06), (0x30E96C02), (0xE0B0159B), (0x163A40CB), (0x1B28B750), (0x11420E11), (0x34DC5981), (0xD2769C3C), (0x569402D0), (0xE4F157C0), (0x120DF24C), (0x40D86153), (0x1942CD11), (0x22484C3B), (0x8B299144), (0x58F1AAF8),
+(0xB2CD4777), (0x4A53AB02), (0x55A5DAD4), (0xC8D58D79), (0x6CAEC011), (0x1C955C84), (0xDE08A6C6), (0xD402AF7D), (0x695E6FA4), (0x4DA863B9), (0x5118070C), (0x5A97EF1C), (0x8880B388), (0x4D596B2D), (0x37D74DCF), (0x58138B38), (0x5B7BCD4E), (0xAE6C4422),
+(0x4E5D1AF1), (0xDE7396A5), (0xB442F217), (0x0DF7A006), (0x96EEF8A2), (0xE2847B26), (0x68B9F67B), (0x8FE1FA65), (0xE0A87E56), (0x1BE8FC4C), (0xBBD65F9D), (0xE6F02C9D), (0x867C6EEC), (0x43FAB725), (0xA4144419), (0x69BB6AAF), (0xCE27B744), (0x022241A9),
+(0xC05DF14E), (0x8050F1FF), (0x218C2131), (0xBE25941A), (0x9041CD06), (0x1EE8A9C0), (0xD530FEDD), (0x7495C808), (0x050918A6), (0x3CE732E9), (0xF87262FC), (0x01B812F1), (0x1FBA4842), (0x3E86C7F2), (0x270DB358), (0xF9D22834), (0x74D4F469), (0x9A6E87D2),
+(0x8CBB0A50), (0xC0784B92), (0x278DA581), (0x9221A7D5), (0xDE801B54), (0x4B531FDA), (0xC8B91F91), (0x7A90DA40), (0x2967A429), (0x50CC1D8D), (0x9AE9110E), (0x50F250EE), (0xD695B072), (0xFC7A5718), (0x1F1A26E6), (0x7D5ADD4D), (0xC8978597), (0xEB326DC3),
+(0x384E9824), (0xC3B9D78C), (0xD8D2E214), (0xEFFBB048), (0x00AB7714), (0x9D89CA13), (0xF70688D0), (0xADDA3A37), (0x5FBE5943), (0x4ED9D613), (0x8A9DCC93), (0x19814236), (0x09A68BCC), (0xCEAC33AC), (0x0BA70BB3), (0x326272E1), (0x2A8C6D20), (0x23083D0B),
+(0xFA809C02), (0x5825C6C2), (0x061B4695), (0x8DB97748), (0x5071E584), (0x08760959), (0x44EA8D04), (0x5CE6E2AA), (0x009AD176), (0xAEC64F19), (0xCADDA632), (0x8D795445), (0x16E3EA24), (0xF12648CA), (0xD5CC350C), (0x615EBAD7), (0x4E769FB6), (0x6C5EB380),
+(0x5BB46425), (0xEAB6C77C), (0x10945408), (0xC1291B86), (0x913B71A5), (0x003BA329), (0x91812854), (0xE200CB12), (0x7A4696A8), (0x76E55D25), (0xD6D3C577), (0x8B1B79B1), (0x296B04CD), (0xA024CC35), (0x3341A477), (0x8EC12358), (0xF5982B2F), (0x36F120C9),
+(0x79DBE799), (0xED74F092), (0xA1031AE3), (0xB2D98C6B), (0x358CAB73), (0x41153C19), (0x474D4548), (0xA7E834A9), (0x999738AE), (0x50F1FFE8), (0x88612F80), (0xFD931A21), (0x23839ABD), (0xBE604701), (0x812274B9), (0x4CA9EA32), (0xE5F2D207), (0xC1CF4653),
+(0x43561B23), (0x53B2E277), (0x4F2B00EC), (0xF2B3BA80), (0xFC708CC5), (0xE7F63F00), (0x26120342), (0x1A49C7A8), (0xA9350A7C), (0xE530A06C), (0x5CB9E550), (0xB1672913), (0x65FA76F9), (0xC9F92DCA), (0x7D4E9195), (0x4DBB8265), (0x2036E26C), (0xEDC026E6),
+(0xB9A617E0), (0x6469F0EE), (0xE9DAABB2), (0x26063210), (0xAC545DF4), (0x134E035A), (0x216EDE10), (0xEC81158D), (0x122A2CAE), (0xA263D0E1), (0x6CA1FB28), (0xBE287DF0), (0x548104E8), (0x35987D93), (0xBC3E549C), (0x3ACEFD64), (0x3348CD92), (0x914472FD),
+(0x80F28098), (0xDF3FABCD), (0x24D840AC), (0xBA95321C), (0xDC211D20), (0x15041942), (0x61858ABD), (0x546084A1), (0xCEDC07F4), (0xEAB2DE00), (0x045BC1E8), (0x82B2AE86), (0xE4BF2823), (0x9A01B47A), (0x1769438E), (0x015C7986), (0x5FDFF97D), (0x5F28D62C),
+(0x83C84C8C), (0xDBAC601A), (0x1AE2844F), (0x79F9DC1C), (0x01C3AB5C), (0xC971D839), (0x44DEA398), (0xC0A64EA1), (0x387E24A5), (0x0600D59F), (0x5169B371), (0xEC782B6B), (0xF7FF769D), (0x317B0AE8), (0xE33846C7), (0x2FE05849), (0x03273853), (0x2ED27A88),
+(0x24DF4343), (0xFB03C70F), (0x82783231), (0xD31C0D29), (0xADC5BD8B), (0x7D024F1B), (0x91C18D19), (0xA8EE58E2), (0x4C23A59F), (0xC61DCA9F), (0x03BC91EC), (0x51986147), (0x05B8BE24), (0x872AC918), (0x8050F1FF), (0x2184812F), (0xB20D941A), (0x9141CB0C),
+(0xF600A340), (0x80E82AC2), (0x66028631), (0x120FFA45), (0x889F24CB), (0x81F0BB27), (0x3100D51A), (0x2309A0B3), (0xAE004718), (0xAA584A8D), (0x9432DD2E), (0xDD0E93FA), (0xC12993A6), (0x6E28035D), (0x9BF7772B), (0x1D608C32)
+};
+
+
+static const INT __twiddles_mips_fft32_1024[] =
+{
+(0x7FFFFFFF), (0x00000000), (0x7FFF6215), (0xFF36F078), (0x7FFD8859), (0xFE6DE2E0), (0x7FFA72D0), (0xFDA4D929), (0x7FF62181), (0xFCDBD540), (0x7FF09476), (0xFC12D91B), (0x7FE9CBBE), (0xFB49E6A3), (0x7FE1C76A), (0xFA80FFCE), (0x7FD8878C), (0xF9B82681),
+(0x7FCE0C3D), (0xF8EF5CBC), (0x7FC25595), (0xF826A464), (0x7FB563B2), (0xF75DFF6B), (0x7FA736B2), (0xF6956FB7), (0x7F97CEBB), (0xF5CCF73E), (0x7F872BF2), (0xF5049800), (0x7F754E7E), (0xF43C53CB), (0x7F62368D), (0xF3742C9D), (0x7F4DE450), (0xF2AC2473),
+(0x7F3857F4), (0xF1E43D1C), (0x7F2191B2), (0xF11C7895), (0x7F0991C3), (0xF054D8DA), (0x7EF05860), (0xEF8D5FC8), (0x7ED5E5C6), (0xEEC60F3C), (0x7EBA3A38), (0xEDFEE930), (0x7E9D55FB), (0xED37EF91), (0x7E7F3954), (0xEC71244A), (0x7E5FE490), (0xEBAA8944),
+(0x7E3F5800), (0xEAE4208A), (0x7E1D93EA), (0xEA1DEBC6), (0x7DFA98A7), (0xE957ED00), (0x7DD6668D), (0xE8922621), (0x7DB0FDF5), (0xE7CC9912), (0x7D8A5F3C), (0xE70747B9), (0x7D628AC7), (0xE642341C), (0x7D3980ED), (0xE57D5FE4), (0x7D0F4217), (0xE4B8CD16),
+(0x7CE3CEB0), (0xE3F47D95), (0x7CB72721), (0xE3307347), (0x7C894BDA), (0xE26CB010), (0x7C5A3D52), (0xE1A935F1), (0x7C29FBEF), (0xE0E6068F), (0x7BF88830), (0xE02323EA), (0x7BC5E296), (0xDF609002), (0x7B920B86), (0xDE9E4C5B), (0x7B5D03A1), (0xDDDC5B4F),
+(0x7B26CB49), (0xDD1ABE41), (0x7AEF6325), (0xDC59778B), (0x7AB6CB9A), (0xDB98888E), (0x7A7D0559), (0xDAD7F3A2), (0x7A4210DE), (0xDA17BA63), (0x7A05EEA8), (0xD957DE6F), (0x79C89F71), (0xD898621A), (0x798A23A8), (0xD7D946C3), (0x794A7C11), (0xD71A8EBA),
+(0x7909A935), (0xD65C3B98), (0x78C7AB9E), (0xD59E4EF9), (0x78848419), (0xD4E0CB28), (0x78403321), (0xD423B181), (0x77FAB98A), (0xD367044F), (0x77B417D4), (0xD2AAC4EB), (0x776C4ED9), (0xD1EEF59D), (0x77235F35), (0xD13397FA), (0x76D94983), (0xD078AD93),
+(0x768E0EA9), (0xCFBE38AD), (0x7641AF32), (0xCF043A9E), (0x75F42C0B), (0xCE4AB5A6), (0x75A585D9), (0xCD91AB55), (0x7555BD47), (0xCCD91D37), (0x7504D34C), (0xCC210D8B), (0x74B2C87B), (0xCB697DA0), (0x745F9DD3), (0xCAB26FB2), (0x740B53ED), (0xC9FBE50E),
+(0x73B5EBCF), (0xC945DFEB), (0x735F662F), (0xC89061D1), (0x7307C3C9), (0xC7DB6C45), (0x72AF05AB), (0xC727017A), (0x72552C79), (0xC67322B9), (0x71FA3948), (0xC5BFD232), (0x719E2CDE), (0xC50D1164), (0x71410800), (0xC45AE1D1), (0x70E2CBCD), (0xC3A945A1),
+(0x708378F4), (0xC2F83E1B), (0x7023109C), (0xC247CD62), (0x6FC19376), (0xC197F4BB), (0x6F5F02CF), (0xC0E8B67E), (0x6EFB5F1D), (0xC03A137E), (0x6E96A995), (0xBF8C0DD8), (0x6E30E32F), (0xBEDEA73A), (0x6DCA0D27), (0xBE31E1BF), (0x6D6227FA), (0xBD85BE33),
+(0x6CF934E8), (0xBCDA3EAE), (0x6C8F3538), (0xBC2F6544), (0x6C242969), (0xBB8532C0), (0x6BB812C5), (0xBADBA934), (0x6B4AF258), (0xBA32CA42), (0x6ADCC976), (0xB98A97F6), (0x6A6D98A1), (0xB8E31318), (0x69FD6132), (0xB83C3DB1), (0x698C2487), (0xB79619C6),
+(0x6919E326), (0xB6F0A81D), (0x68A69E72), (0xB64BEAB9), (0x68325786), (0xB5A7E331), (0x67BD0FCC), (0xB5049380), (0x6746C7D1), (0xB461FC6A), (0x66CF8103), (0xB3C01FE9), (0x66573CD5), (0xB31EFFF0), (0x65DDFBD6), (0xB27E9D43), (0x6563BF7E), (0xB1DEF9D2),
+(0x64E8894A), (0xB140178C), (0x646C59CC), (0xB0A1F730), (0x63EF3286), (0xB0049AA9), (0x637114AB), (0xAF68037B), (0x62F201C4), (0xAECC338B), (0x6271FA69), (0xAE312B94), (0x61F10027), (0xAD96ED77), (0x616F148E), (0xACFD7B13), (0x60EC383A), (0xAC64D51F),
+(0x60686CC0), (0xABCCFD75), (0x5FE3B366), (0xAB35F58C), (0x5F5E0DC8), (0xAA9FBF38), (0x5ED77C86), (0xAA0A5B2C), (0x5E500140), (0xA975CB39), (0x5DC79D9C), (0xA8E2112C), (0x5D3E523E), (0xA84F2DB4), (0x5CB420CD), (0xA7BD229A), (0x5C290AA0), (0xA72BF148),
+(0x5B9D1166), (0xA69B9B7D), (0x5B1035C7), (0xA60C21E8), (0x5A827978), (0xA57D8646), (0x59F3DE30), (0xA4EFCA51), (0x5964649B), (0xA462EEB2), (0x58D40E75), (0xA3D6F51F), (0x5842DD7E), (0xA34BDF4B), (0x57B0D265), (0xA2C1ADDA), (0x571DEEED), (0xA238627B),
+(0x568A3482), (0xA1AFFE81), (0x55F5A4ED), (0xA1288391), (0x556040E2), (0xA0A1F24F), (0x54CA0A2E), (0xA01C4C5C), (0x543302A5), (0x9F979356), (0x539B2AFB), (0x9F13C7DC), (0x53028507), (0x9E90EB88), (0x52691241), (0x9E0EFF9D), (0x51CED486), (0x9D8E05AD),
+(0x5133CC8F), (0x9D0DFE52), (0x5097FC3C), (0x9C8EEB1A), (0x4FFB6572), (0x9C10CD90), (0x4F5E08EB), (0x9B93A649), (0x4EBFE88F), (0x9B1776CB), (0x4E2105E4), (0x9A9C4048), (0x4D8162D8), (0x9A22043F), (0x4CE1002B), (0x99A8C340), (0x4C3FDFCC), (0x99307EC5),
+(0x4B9E03B1), (0x98B93843), (0x4AFB6C9B), (0x9842F048), (0x4A581C83), (0x97CDA844), (0x49B41562), (0x975961A2), (0x490F57FF), (0x96E61CED), (0x4869E657), (0x9673DB8C), (0x47C3C202), (0x96029E99), (0x471CED05), (0x95926772), (0x46756827), (0x9523369D),
+(0x45CD356F), (0x94B50D74), (0x452456E9), (0x9447ED4D), (0x447ACD5D), (0x93DBD6AA), (0x43D09AD9), (0x9370CADA), (0x4325C102), (0x9306CAE7), (0x427A417D), (0x929DD7D5), (0x41CE1ECD), (0x9235F32C), (0x412158E3), (0x91CF1CE3), (0x4073F245), (0x9169567D),
+(0x3FC5ECA0), (0x9104A0F4), (0x3F17499F), (0x90A0FD42), (0x3E680AF3), (0x903E6C5D), (0x3DB8324C), (0x8FDCEF37), (0x3D07C23C), (0x8F7C873A), (0x3C56BAB5), (0x8F1D3461), (0x3BA51E4D), (0x8EBEF810), (0x3AF2EEBA), (0x8E61D331), (0x3A402DB4), (0x8E05C6AA),
+(0x398CDCF3), (0x8DAAD35D), (0x38D8FE32), (0x8D50FA2B), (0x38249413), (0x8CF83C62), (0x376F9E88), (0x8CA099FB), (0x36BA2034), (0x8C4A1440), (0x36041AD7), (0x8BF4AC06), (0x354D9033), (0x8BA06221), (0x3496820A), (0x8B4D375F), (0x33DEF21F), (0x8AFB2C8E),
+(0x3326E323), (0x8AAA42E0), (0x326E5505), (0x8A5A7A4D), (0x31B54A79), (0x8A0BD403), (0x30FBC547), (0x89BE50C2), (0x3041C737), (0x8971F14B), (0x2F875216), (0x8926B65A), (0x2ECC67AF), (0x88DCA0A9), (0x2E110ABF), (0x8893B14A), (0x2D553B35), (0x884BE838),
+(0x2C98FBD1), (0x88054682), (0x2BDC4E63), (0x87BFCCD5), (0x2B1F34BC), (0x877B7BDD), (0x2A61B0AF), (0x87385443), (0x29A3C40F), (0x86F656AC), (0x28E571A3), (0x86B5840E), (0x2826B95E), (0x8675DC62), (0x27679E06), (0x8637609A), (0x26A82174), (0x85FA114F),
+(0x25E84581), (0x85BDEF19), (0x25280C05), (0x8582FA8C), (0x246777D0), (0x85493482), (0x23A688D3), (0x85109CF7), (0x22E541E0), (0x84D934C0), (0x2223A4D2), (0x84A2FC68), (0x2161B389), (0x846DF472), (0x209F6FE1), (0x843A1D62), (0x1FDCDBBB), (0x840777B9),
+(0x1F19F9F0), (0x83D60431), (0x1E56CA6E), (0x83A5C2C5), (0x1D935011), (0x8376B42E), (0x1CCF8CBB), (0x8348D8DF), (0x1C0B824E), (0x831C314A), (0x1B4732AE), (0x82F0BDDB), (0x1A829FC0), (0x82C67F00), (0x19BDCC63), (0x829D7553), (0x18F8B888), (0x8275A0D1),
+(0x18336710), (0x824F0211), (0x176DD9E1), (0x82299974), (0x16A812E3), (0x82056754), (0x15E213FD), (0x81E26C0B), (0x151BDF19), (0x81C0A7F1), (0x1455771D), (0x81A01B80), (0x138EDBF8), (0x8180C6B6), (0x12C81090), (0x8162AA0A), (0x120116D2), (0x8145C5C8),
+(0x1139F0A7), (0x812A1A36), (0x10729FFB), (0x810FA798), (0x0FAB26B9), (0x80F66E30), (0x0EE387CD), (0x80DE6E5A), (0x0E1BC326), (0x80C7A813), (0x0D53DBAF), (0x80B21BB4), (0x0C8BD356), (0x809DC971), (0x0BC3AC07), (0x808AB17E), (0x0AFB67B2), (0x8078D407),
+(0x0A330844), (0x8068313B), (0x096A90AB), (0x8058C955), (0x08A200D7), (0x804A9C53), (0x07D95BB6), (0x803DAA6D), (0x0710A337), (0x8031F3C3), (0x0647D949), (0x80277871), (0x057EFFDC), (0x801E3892), (0x04B618DF), (0x8016343D), (0x03ED2743), (0x800F6B8D),
+(0x03242AF6), (0x8009DE81), (0x025B26E9), (0x80058D31), (0x01921D0C), (0x800277A7), (0x00C90F4F), (0x80009DEB), (0xFFFFFFA3), (0x80000002), (0xFF36F0F5), (0x80009DEB), (0xFE6DE338), (0x800277A6), (0xFDA4D95B), (0x80058D2F), (0xFCDBD54E), (0x8009DE7F),
+(0xFC12D902), (0x800F6B8A), (0xFB49E665), (0x80163444), (0xFA80FF69), (0x801E389A), (0xF9B826FB), (0x8027786E), (0xF8EF5D0E), (0x8031F3BF), (0xF826A48E), (0x803DAA69), (0xF75DFF6D), (0x804A9C4E), (0xF6956F99), (0x8058C950), (0xF5CCF701), (0x8068314A),
+(0xF5049793), (0x8078D418), (0xF43C543D), (0x808AB177), (0xF3742CEE), (0x809DC96B), (0xF2AC2495), (0x80B21BAD), (0xF1E43D1E), (0x80C7A80C), (0xF11C7877), (0x80DE6E52), (0xF054D88D), (0x80F66E47), (0xEF8D5F4B), (0x810FA7B0), (0xEEC60F9D), (0x812A1A2D),
+(0xEDFEE972), (0x8145C5BE), (0xED37EFB3), (0x8162AA00), (0xEC71244C), (0x8180C6AB), (0xEBAA8927), (0x81A01B75), (0xEAE4202D), (0x81C0A810), (0xEA1DEB4A), (0x81E26C2C), (0xE957ED61), (0x82056748), (0xE8922662), (0x82299967), (0xE7CC9933), (0x824F0204),
+(0xE70747BB), (0x8275A0C3), (0xE64233E0), (0x829D7545), (0xE57D5F89), (0x82C67F27), (0xE4B8CC9B), (0x82F0BE03), (0xE3F47DF5), (0x831C313B), (0xE3307388), (0x8348D8D0), (0xE26CB031), (0x8376B41E), (0xE1A935D4), (0x83A5C2B5), (0xE0E60653), (0x83D60420),
+(0xE023238F), (0x840777E8), (0xDF608F69), (0x843A1D92), (0xDE9E4CB9), (0x846DF460), (0xDDDC5B6F), (0x84A2FC55), (0xDD1ABE62), (0x84D934AE), (0xDC59776E), (0x85109CE4), (0xDB988872), (0x8549346E), (0xDAD7F348), (0x8582FAC2), (0xDA17BAC1), (0x85BDEF05),
+(0xD957DECD), (0x85FA113A), (0xD898623B), (0x86376085), (0xD7D946E3), (0x8675DC4D), (0xD71A8E9D), (0x86B583F8), (0xD65C3B40), (0x86F656E9), (0xD59E4EA0), (0x87385481), (0xD4E0CB84), (0x877B7BC6), (0xD423B1DD), (0x87BFCCBD), (0xD367046F), (0x8805466A),
+(0xD2AAC50A), (0x884BE820), (0xD1EEF581), (0x8893B132), (0xD13397A2), (0x88DCA0EE), (0xD078AD3C), (0x8926B6A0), (0xCFBE3908), (0x8971F132), (0xCF043AF8), (0x89BE50A8), (0xCE4AB5C6), (0x8A0BD3E8), (0xCD91AB39), (0x8A5A7A32), (0xCCD91D1C), (0x8AAA42C5),
+(0xCC210D35), (0x8AFB2CDB), (0xCB697D4B), (0x8B4D37AC), (0xCAB2700B), (0x8BA06204), (0xC9FBE567), (0x8BF4ABE9), (0xC945E00A), (0x8C4A1423), (0xC89061B6), (0x8CA099DE), (0xC7DB6C2A), (0x8CF83C44), (0xC7270126), (0x8D50FA7F), (0xC6732265), (0x8DAAD3B2),
+(0xC5BFD1A5), (0x8E05C6FF), (0xC50D109F), (0x8E61D388), (0xC45AE10D), (0x8EBEF868), (0xC3A94669), (0x8F1D33C8), (0xC2F83EE1), (0x8F7C86A0), (0xC247CDF0), (0x8FDCEF16), (0xC197F548), (0x903E6C3B), (0xC0E8B69C), (0x90A0FD21), (0xC03A139B), (0x9104A0D2),
+(0xBF8C0DF6), (0x9169565A), (0xBEDEA758), (0x91CF1CC0), (0xBE31E16E), (0x9235F309), (0xBD85BDE2), (0x929DD837), (0xBCDA3E5E), (0x9306CB49), (0xBC2F6487), (0x9370CB3D), (0xBB853205), (0x93DBD70E), (0xBADBA879), (0x9447EDB3), (0xBA32CB35), (0x94B50D09),
+(0xB98A987D), (0x95233631), (0xB8E3139E), (0x95926705), (0xB83C3E37), (0x96029E73), (0xB79619E2), (0x9673DB66), (0xB6F0A839), (0x96E61CC6), (0xB64BEAD5), (0x9759617B), (0xB5A7E34D), (0x97CDA867), (0xB5049334), (0x9842F06B), (0xB461FC1F), (0x98B93866),
+(0xB3C01F9D), (0x99307F35), (0xB31EFF3F), (0x99A8C3B0), (0xB27E9C92), (0x9A2204B0), (0xB1DEF922), (0x9A9C4109), (0xB140180C), (0x9B177652), (0xB0A1F7AF), (0x9B93A5CF), (0xB0049B27), (0x9C10CD15), (0xAF6803F9), (0x9C8EEAEF), (0xAECC33A5), (0x9D0DFE27),
+(0xAE312BAE), (0x9D8E0581), (0xAD96ED91), (0x9E0EFFC3), (0xACFD7ACC), (0x9E90EBAF), (0xAC64D4D8), (0x9F13C803), (0xABCCFD2E), (0x9F97937D), (0xAB35F545), (0xA01C4CD8), (0xAA9FBE92), (0xA0A1F2CC), (0xAA0A5A88), (0xA128840F), (0xA975CC0F), (0xA1AFFDFC),
+(0xA8E211A2), (0xA23861F5), (0xA84F2E2A), (0xA2C1AD53), (0xA7BD2310), (0xA34BDEC3), (0xA72BF1BC), (0xA3D6F4F0), (0xA69B9B96), (0xA462EE82), (0xA60C2200), (0xA4EFCA21), (0xA57D865E), (0xA57D8670), (0xA4EFCA0F), (0xA60C2213), (0xA462EE70), (0xA69B9BA8),
+(0xA3D6F4DE), (0xA72BF1CF), (0xA34BDEB2), (0xA7BD2322), (0xA2C1AD42), (0xA84F2E3D), (0xA23861E4), (0xA8E211B5), (0xA1AFFF45), (0xA975CAA9), (0xA12883FE), (0xAA0A5A9B), (0xA0A1F2BB), (0xAA9FBEA5), (0xA01C4CC7), (0xAB35F559), (0x9F97936C), (0xABCCFD41),
+(0x9F13C7F2), (0xAC64D4EB), (0x9E90EB9E), (0xACFD7ADF), (0x9E0EFFB3), (0xAD96EDA5), (0x9D8E0571), (0xAE312BC2), (0x9D0DFE16), (0xAECC33B9), (0x9C8EEADF), (0xAF68040D), (0x9C10CD05), (0xB0049B3B), (0x9B93A5BF), (0xB0A1F7C3), (0x9B177642), (0xB1401820),
+(0x9A9C40F9), (0xB1DEF936), (0x9A2204A1), (0xB27E9CA6), (0x99A8C3A1), (0xB31EFF54), (0x99307F26), (0xB3C01FB2), (0x98B93857), (0xB461FC33), (0x9842F05C), (0xB5049349), (0x97CDA858), (0xB5A7E362), (0x9759616C), (0xB64BEAEA), (0x96E61CB8), (0xB6F0A84E),
+(0x9673DB57), (0xB79619F7), (0x96029E64), (0xB83C3E4C), (0x959266F7), (0xB8E313B4), (0x95233623), (0xB98A9893), (0x94B50E13), (0xBA32C99E), (0x9447EDA5), (0xBADBA88F), (0x93DBD700), (0xBB85321A), (0x9370CB30), (0xBC2F649D), (0x9306CB3C), (0xBCDA3E74),
+(0x929DD829), (0xBD85BDF8), (0x9235F2FC), (0xBE31E184), (0x91CF1CB3), (0xBEDEA76E), (0x9169564D), (0xBF8C0E0C), (0x9104A0C5), (0xC03A13B2), (0x90A0FD14), (0xC0E8B6B2), (0x903E6C2F), (0xC197F55F), (0x8FDCEF09), (0xC247CE07), (0x8F7C8694), (0xC2F83EF8),
+(0x8F1D34AD), (0xC3A944BC), (0x8EBEF85C), (0xC45AE123), (0x8E61D37C), (0xC50D10B6), (0x8E05C6F4), (0xC5BFD1BC), (0x8DAAD3A6), (0xC673227C), (0x8D50FA73), (0xC727013D), (0x8CF83C39), (0xC7DB6C41), (0x8CA099D3), (0xC89061CD), (0x8C4A1418), (0xC945E021),
+(0x8BF4ABDF), (0xC9FBE57E), (0x8BA061F9), (0xCAB27022), (0x8B4D3738), (0xCB697E4C), (0x8AFB2C68), (0xCC210E37), (0x8AAA4254), (0xCCD91E1E), (0x8A5A7A8D), (0xCD91AA66), (0x8A0BD442), (0xCE4AB4F1), (0x89BE5100), (0xCF043A24), (0x8971F188), (0xCFBE3833),
+(0x8926B697), (0xD078AD53), (0x88DCA0E4), (0xD13397BA), (0x8893B128), (0xD1EEF599), (0x884BE817), (0xD2AAC522), (0x88054661), (0xD3670487), (0x87BFCCB5), (0xD423B1F5), (0x877B7BBD), (0xD4E0CB9C), (0x87385424), (0xD59E4FAA), (0x86F6568E), (0xD65C3C4A),
+(0x86B5839E), (0xD71A8FA8), (0x8675DC95), (0xD7D94608), (0x863760CC), (0xD8986160), (0x85FA1180), (0xD957DDF1), (0x85BDEF49), (0xDA17B9E5), (0x8582FABB), (0xDAD7F360), (0x85493467), (0xDB98888A), (0x85109CDD), (0xDC597787), (0x84D934A7), (0xDD1ABE7A),
+(0x84A2FC4F), (0xDDDC5B88), (0x846DF45A), (0xDE9E4CD2), (0x843A1D4B), (0xDF60907A), (0x840777A2), (0xE02324A0), (0x83D603DC), (0xE0E60764), (0x83A5C2EC), (0xE1A934F4), (0x8376B454), (0xE26CAF51), (0x8348D904), (0xE33072A7), (0x831C316D), (0xE3F47D14),
+(0x82F0BDFE), (0xE4B8CCB4), (0x82C67F21), (0xE57D5FA2), (0x829D7540), (0xE64233F9), (0x8275A0BE), (0xE70747D4), (0x824F0200), (0xE7CC994C), (0x82299962), (0xE892267C), (0x82056743), (0xE957ED7A), (0x81E26BFB), (0xEA1DEC5F), (0x81C0A7E1), (0xEAE42143),
+(0x81A01B48), (0xEBAA8A3D), (0x8180C6CF), (0xEC712368), (0x8162AA22), (0xED37EECF), (0x8145C5DF), (0xEDFEE88E), (0x812A1A4C), (0xEEC60EB9), (0x810FA7AD), (0xEF8D5F65), (0x80F66E44), (0xF054D8A6), (0x80DE6E4F), (0xF11C7891), (0x80C7A809), (0xF1E43D38),
+(0x80B21BAA), (0xF2AC24AF), (0x809DC968), (0xF3742D08), (0x808AB175), (0xF43C5456), (0x8078D3FF), (0xF50498AB), (0x80683134), (0xF5CCF819), (0x8058C93B), (0xF69570B2), (0x804A9C5E), (0xF75DFE87), (0x803DAA77), (0xF826A3A8), (0x8031F3CB), (0xF8EF5C28),
+(0x80277879), (0xF9B82615), (0x801E3899), (0xFA80FF82), (0x80163443), (0xFB49E67F), (0x800F6B8A), (0xFC12D91B), (0x8009DE7E), (0xFCDBD568), (0x80058D2F), (0xFDA4D975), (0x800277A6), (0xFE6DE352), (0x80009DEA), (0xFF36F10F), (0x656DBCC8), (0x7A9108CA),
+(0xBA3670F0), (0x699195A2), (0x172D2FD0), (0xBE386D51), (0xC4AEA51C), (0x2AA77D7D), (0x8B51D3B4), (0xCF490FD9), (0x4A7BEBCA), (0x91072E04), (0xA175872D), (0x54464A9E), (0x67A6CD02), (0x9E8204A8), (0x10C14BF6), (0x75ACDA16), (0xF78D7B3E), (0x6AB3CF69),
+(0xA4D8C756), (0xCB8FCD24), (0x75CC5713), (0xC13E5AE3), (0xA8C3176D), (0x5EE6D416), (0x80C5DA0E), (0xD84A007C), (0x719E73C0), (0x765014B0), (0x0A391BC8), (0x60A70223), (0x54CDA46B), (0x4606D455), (0xA606FB2A), (0xE4CE1557), (0x73240820), (0x8037A8B4),
+(0xA1D88032), (0x75A3F1C7), (0x32BB0370), (0x5F850242), (0x85EC8F5B), (0x8AA2B33C), (0x91B370C2), (0x938E9DDB), (0xE6B6983E), (0x49602AA9), (0x6C2D9965), (0x5B16AE72), (0x69579B6B), (0xCD3AB415), (0x5B7CF03C), (0xD7B27637), (0x2D69B79A), (0x3237B468),
+(0x5F94D650), (0xAB37106D), (0x0B831457), (0xAFD80334), (0xB5A0B27B), (0x16B763E9), (0x3B454756), (0x3167CD98), (0x707239AF), (0x0A4F132A), (0x2782C8CA), (0x1AC1DD4E), (0x121CADFE), (0x9A911D90), (0x0157ADD6), (0x1559BB95), (0x2854C84A), (0xD97E3685),
+(0x76308AA0), (0x8050F1FF), (0x2180612F), (0xFFFB8A1A), (0x0BC1FFFF), (0x1032846C), (0x002A30C2), (0x654C58F2), (0xA58ABACC), (0xC3E9831C), (0x27531B8C), (0xADBB8698), (0x06801C12), (0xAFAEEC8E), (0xC3269291), (0x5C2E01A0), (0x4A61087C), (0x60F21E7B),
+(0x6B92C670), (0xC9872364), (0x48464C97), (0x342E6499), (0xA6849A48), (0xF034002D), (0x442B4488), (0x160B0442), (0xED52CF50), (0x4D436C05), (0x6841C602), (0xA14F8A82), (0x9AC20DDE), (0x5B9251EE), (0x8ED998D5), (0x92B6EA22), (0x5B136C4B), (0x97C0A45B),
+(0x459C94A4), (0xCD9583C0), (0x6C589DF8), (0x3C9A17CD), (0x906601BF), (0x84D612E1), (0x67176F5F), (0xE47D5A44), (0x37386D5E), (0x92A4D61B), (0x28C513FB), (0x6E91599A), (0x653DA16D), (0xA19C39C0), (0x427690AD), (0x7005461C), (0xAB6C1EE4), (0x80BACC2D),
+(0x780A18C5), (0x822DC774), (0xB6043036), (0x00789C18), (0x106C9507), (0x4103A864), (0xC511585B), (0xF3E9B7F8), (0x24D79C4D), (0x31B20EB5), (0xB1C0483E), (0xE25C56B9), (0x96991096), (0x7CD4121F), (0x8A3B83F4), (0x704271C2), (0xB5C26ACC), (0x2B131AF0),
+(0x549CB16C), (0x74649E69), (0xD8D48ADE), (0x1253AEDD), (0x80410FD2), (0x5B36889D), (0x880CE1E7), (0x56C498E7), (0xFA2BAAB2), (0xD4154F5C), (0x79516EED), (0xA42FDA7D), (0x278D2873), (0x19121535), (0x9C6EC6C7), (0x402340CB), (0x5A6A32B3), (0xE4345F27),
+(0x8DC2D901), (0x02E7F88E), (0x7B3C6BEB), (0xE0946A4F), (0x9452886C), (0xFF2F6187), (0x2F8050F1), (0x2A217C61), (0x0AB21594), (0x801145C4), (0x1CF200A5), (0x82C544F1), (0xCF3C50B0), (0xD577FEF7), (0x60AD3C6E), (0x91AFF79E), (0x070723B3), (0x5870ECF6),
+(0x64C224E2), (0x24FB1EC8), (0xC3481048), (0x151ABF3C), (0x136AC219), (0x4716CED1), (0xC8B8CE4E), (0x1D168210), (0x92334A81), (0x90DC910C), (0x49A00220), (0xE5F2C831), (0xB67DC785), (0x3C495174), (0x0D1F4C2A), (0x3AD787FD), (0xE9C9FB27), (0x7DFC2713),
+(0xEB39C4B3), (0x96F75F18), (0x883CCC47), (0x91390BD1), (0x0EE25F6D), (0x6B688EF0), (0x2C8557DC), (0xE80C9172), (0xDE63DE06), (0x3E1B707B), (0xB2CF2E76), (0x490D1DF3), (0xCD1B51E1), (0xC228F0F9), (0xEEE2A00A), (0x081D834A), (0x1D2C1403), (0x083FE940),
+(0x7614EDA0), (0x8282095A), (0xA7C08821), (0x4CD47D20), (0x32299191), (0x52A030E6), (0xDF7CB76E), (0x232ED44B), (0x8DAA150A), (0x1B593C51), (0x449CBA82), (0xABE6D3C4), (0xCCF6F5C3), (0x9064C1C2), (0x031FF59C), (0x4159FE4E), (0x421482C0), (0x20F6F00A),
+(0xB866CA49), (0x75A66FAA), (0x5453515F), (0xB545D486), (0x885D9493), (0xEEC4EEB4), (0x88F9C893), (0xBBAA38B4), (0x5A57BA83), (0x12E848CC), (0x2FB62160), (0x840A1A54), (0x2A7AEDD6), (0x89AF2DBD), (0xC8BAAE2E), (0x56EEBD75), (0xE595B86D), (0xEEB123C6),
+(0x3F94EBC1), (0x78CFBEE2), (0xCF901F11), (0x5A35A350), (0xDA22CB58), (0xBE4B8287), (0x25E078C0), (0x2BD4F0D3), (0x6A464B99), (0x4884B156), (0xF1FF7630), (0xC1328050), (0xD84C216C), (0x84A4D942), (0x2157A0A0), (0xF30A1412), (0x54AF6011), (0x00D70542),
+(0xBDABE7DB), (0x1FF3534C), (0xD8672B4E), (0x7BE3BB3A), (0xC5595540), (0x161E1BFF), (0xD4372309), (0x7BC2ED52), (0xC1C636ED), (0x4DD32AA4), (0x86163246), (0x614EF688), (0x4EB44270), (0x88ED077C), (0x2F229466), (0x1A585201), (0x65BB2EE2), (0xDBADA0DD),
+(0xE50995CB), (0xCA1E2760), (0x583FD81F), (0xE48D4859), (0xC2006152), (0x8F1F770C), (0x27CAA86F), (0x9610B845), (0xFC25BCE3), (0x37B8B39F), (0x10DCCDD1), (0xD57A4CAB), (0x7D543DE8), (0x6F45B958), (0x12F0B979), (0x818E79F9), (0xB4B2B01F), (0xF3035901),
+(0x372F7BD9), (0x5D592E67), (0xDB5A552F), (0x6E61E625), (0x4E8A6A42), (0x2458ADB8), (0x5F12528C), (0x272B3ADE), (0xDE666A83), (0x7F18CFD7), (0x2F877DD8), (0xD73FFFB6), (0x79867956), (0x4E05FCAD), (0x19E78EEE), (0xE1BA6512), (0x99F6F091), (0x91690516),
+(0x16AE4041), (0x04B96805), (0x7CA052FC), (0xA4D05EFD), (0x413D1F04), (0x53E91CC0), (0x6F87A082), (0x604FD202), (0x0B368D9F), (0xD5F22E5C), (0x2BE5A74E), (0x2F69EADE), (0x8BE537E1), (0x96975789), (0x3675A3A0), (0x0A272B71), (0x754B1D61), (0x98600581),
+(0x659A2BE3), (0xB21BEF54), (0xF26351B0), (0x1C599573), (0x6B423B59), (0xEA371C96), (0xC9BDA499), (0xDDF25F37), (0xFBCAC4AD), (0x40CA788B), (0x13BC3981), (0x4176DA58), (0xD848DA74), (0x94740642), (0x54FD5479), (0x71502362), (0x25E81CF9), (0x53249562),
+(0x52814827), (0x55DC5F2C), (0x8825BC50), (0x8E4D04D9), (0x8050F1FF), (0x212CC13E), (0x00C0D84C), (0x07711003), (0x406A5F45), (0xED0A98DE), (0x8A619731), (0x796A3B04), (0x7EAECF71), (0x7DF3DABE), (0x2B0FFB4A), (0xBA8A3FB8), (0x6202F8F2), (0x632C37B2),
+(0x205271AA), (0xBA1C438C), (0xAA1C1182), (0xE6442A65), (0xD736E043), (0x95715C5C), (0x3D604C28), (0xD21D0D74), (0xA1FB0C21), (0xCE8F065D), (0xB8B36463), (0x7F788C33), (0x84AB53A5), (0x4B33AF46), (0x40C2736A), (0x0D6571B7), (0xFC8D8292), (0x9D1C5182),
+(0xF7B670E2), (0xBB2B9E91), (0x137851D5), (0xBCF87CA8), (0xE082A7A6), (0x502404E5), (0x5025A6E0), (0x25494EA6), (0x5A6A8A14), (0xE301A689), (0x70CBEE6B), (0xC80644C1), (0xE9914CE6), (0x9481F1E6), (0xB9E4DA34), (0x584B1ED8), (0xACC39648), (0x31EFCD62),
+(0x07C82AE9), (0xEE9D90E5), (0x59BAEC75), (0x40178B0E), (0x9FDC1C9C), (0xF3A6488F), (0x4B6C1367), (0x9F7DF109), (0xCBDF8EDF), (0xBA76ED33), (0xF15DBB9F), (0xD48A197F), (0xF11E75EE), (0xA76B479B), (0x706DE78B), (0x6559AC65), (0xC013C182), (0x461E93C7),
+(0xA989EAF1), (0x59448C00), (0x721FAC38), (0x546DEA79), (0x223F67C0), (0x5434647C), (0xB3EF4F0A), (0xD4FAF1F1), (0x0BD4E38A), (0xFF61527E), (0xD6EA5DD2), (0x644C7105), (0x31AE2189), (0x11EC0A1A), (0x18B3AD80), (0x47D0E80A), (0x773D8BB2), (0xEFA6747E),
+(0xF23DE8B0), (0x026BB1E7), (0x03C14060), (0xC1997DF7), (0x95986B9C), (0x8A5D6170), (0x54DB3A56), (0x22961D41), (0x46813471), (0xABED16A4), (0xD1F83E8C), (0x2594ACAC), (0x1D5560EA), (0x0432EFF4), (0xA389D7E8), (0xAFE92C62), (0xFBBAF1E7), (0x42D0D0A1),
+(0xA2C3ECB2), (0x603DD635), (0xEBBC5915), (0x5B0C7CE0), (0x8D03640C), (0x22E298DB), (0x38CE3BDC), (0x21E6B6B4), (0xC9742C3F), (0x4BDF7448), (0xBAD09D00), (0xED6A8397), (0xF6F8001A), (0x31E3591E), (0xAEC37EFE), (0x22D9AD06), (0x5E254AEC), (0xD852D32E),
+(0xE1C968AE), (0xA3C3C265), (0xD67BD78A), (0xF1FF9D8C), (0xC03A8050), (0x847A21FC), (0x810EDA5D), (0x63808951), (0xC8FE9E9E), (0xFB6DD3E5), (0x77BD7A03), (0x6DC14677), (0xFF81D831), (0x43201100), (0xA78E16FE), (0x393CD0A0), (0x514F6DDD), (0x427BA4BC),
+(0xEBE7A676), (0xB771639B), (0x8DABB9E7), (0x812FA5AD), (0x3F102120), (0x60E42454), (0xEFFBFFC5), (0xBEB1D5DD), (0x7A59DDFD), (0xE8968D7A), (0x8AAD3462), (0xAB65327D), (0x0CF2ECFB), (0xFA3249A4), (0x97FC3A42), (0x314A7089), (0x2991E6DC), (0xA98693C4),
+(0x65EB2011), (0xCB4D8594), (0x1AAFF14E), (0x1D0D0492), (0x2E5A784D), (0xAE4EC738), (0xF16D667A), (0xB0C26030), (0xADA3DFC9), (0x4ED874E5), (0xD441A6AE), (0x19E3AC05), (0xC6B865DC), (0xE8E4285A), (0x99248C2B), (0xC2981122), (0x1B014288), (0x442A0580),
+(0x84A0A1C1), (0x216F0248), (0x202E5602), (0xEAEBAACA), (0xDD5ABEE7), (0x8B9C4B43), (0x5D5D46D7), (0x8FBE7C1D), (0x6F9CAB87), (0xB0AB0AAE), (0x98BC7936), (0xF251B911), (0x4469F2D1), (0xA9099088), (0xD219BD66), (0x7490AE22), (0xBC0A9820), (0x119D0136),
+(0x8592661C), (0x260C0D18), (0xB9A1C5B1), (0xA68591E4), (0xFCBD4F29), (0x5965A3C7), (0x7D1ED664), (0x9BDDEEE3), (0x92237D5A), (0xB7332DA6), (0xEA5632E5), (0x9BFE1624), (0x6A2BB18A), (0x8C0DD72C), (0x4F319F56), (0xEE8B5B03), (0x60967BC8), (0xB4918F75),
+(0xF295D5F6), (0x652AD80D), (0x0CCE9552), (0x0BCAA0A6), (0x3CF2D28E), (0x1853956E), (0x7B38DEAA), (0xEAAB970B), (0x64086D1F), (0x3E7645DD), (0x986F1342), (0xBBB0E188), (0x7D6D5642), (0x6821827D), (0xFCBC4729), (0x3D114FB9), (0x2D2542E5), (0x654CC1F0),
+(0x04F1B75E), (0x290B54AF), (0x7D79AB1A), (0xF34E31A2), (0x73A9F300), (0x7ABCA89E), (0xB56DA974), (0xCACDB07C), (0x4EE1ADD4), (0xEF859B34), (0x89F47B47), (0x515C155A), (0x38D06757), (0x8050F1FF), (0x21C8E03A), (0xB155841A), (0x30716685), (0x0A2B48AC),
+(0x7041C40A), (0x104C44D0), (0x1F51B618), (0xF0D4F39B), (0xFCAEBA52), (0x30EA62CD), (0xA294B772), (0x221E0417), (0xAA8EF192), (0x3E568C78), (0xD386EF9A), (0x13B54FB1), (0x84818EC3), (0xB87669F8), (0xCD90565A), (0x73D7C876), (0xD6191512), (0xAC228704),
+(0xA7785D48), (0x17CF34DD), (0x8AF5AB40), (0x365C6AFA), (0x17DFD59E), (0xB924C26E), (0xE9DE5844), (0x3DCDDCD9), (0xCDA2DFB4), (0x8A5B534E), (0xA2D9DACA), (0x11679569), (0xAEF6E7E9), (0xC9D2417C), (0x515DC9C3), (0x157A5B12), (0x4C960DD6), (0xD413CC01),
+(0x65319545), (0x6CF1309D), (0x000338C7), (0x460AA7FC), (0xC1FA4440), (0x0E3AE048), (0xF4B212B5), (0xC7895D2B), (0x676AFAF3), (0xEF404F75), (0xBFCDB17C), (0xA37FE6C6), (0x20123DD5), (0xEE96BD3B), (0x3EB8A62E), (0x068845E1), (0xC4960216), (0x7BB11D8D),
+(0x2D657467), (0xFC6FACC5), (0xC21AAD31), (0x642745F4), (0x4507E139), (0xF7369DC9), (0x6198ADEB), (0x63B98B10), (0xDEE585AB), (0xA38EFFAC), (0x30AE1E41), (0x820667A9), (0x6B77A007), (0x240040A7), (0xB77A7D95), (0x208893CA), (0x085B4610), (0x14234854),
+(0xAC022786), (0x2D57346F), (0xB64A1A67), (0x605D45B2), (0xE051C001), (0x9176C11D), (0x23BBE945), (0x2C03E26A), (0xC2811BAD), (0x1DD814D4), (0x3C674B68), (0x28EC33C7), (0xD9EDE5E4), (0x5C46C248), (0x4098898F), (0x5BA96280), (0xEFF77B91), (0x3332CA5B),
+(0x661CAF6B), (0x6E0D564E), (0xB70D0863), (0x240285C0), (0xBBBD3EA7), (0xCA2E568D), (0xD1D3F612), (0xC916115E), (0xB7FC0A6C), (0x1961AE9A), (0xB5DF3965), (0xC1B95065), (0x89E29665), (0x3F29FBED), (0x3F1BED73), (0xC155BE1D), (0x7256AE4C), (0x4A59797B),
+(0x6009D13B), (0x91850385), (0xE4545920), (0x15ECCDA1), (0xFFC7BA20), (0x2B8050F1), (0x1A21D4C0), (0x3008BE89), (0x6C0FF317), (0x7444D852), (0x05841411), (0x84C80022), (0x07C630E0), (0x7E6F8FA3), (0xF3BDF3C7), (0x4C55DFF7), (0xE0B1C8D1), (0xC3F5CF4D),
+(0x1C22A836), (0xB29D3315), (0xD4966541), (0x45C85800), (0xAD8DBD46), (0x2C19CFAA), (0x540FA674), (0xC3C913D8), (0xD2183753), (0xCB9FCF26), (0x8346FC89), (0xA3408078), (0xCFD84CC1), (0xF580F035), (0x7FD067A7), (0x87E7FCB8), (0x09C09406), (0xDDBB3131),
+(0xFF79FFE1), (0xEAFBEEF1), (0xB660BCE8), (0x99899C31), (0x9FEB22C1), (0xC75EF68F), (0x13800B99), (0xCD7F3100), (0x09502ADC), (0x101E00E8), (0x406CB945), (0x820A1B2B), (0x68A0B082), (0x0C1B1864), (0xB3690354), (0x63C5B5A3), (0x535EB4C8), (0xF7D86918),
+(0xD1BA58FC), (0xF42910FA), (0xFBDB1929), (0xC7C0C2A4), (0xD2074752), (0xB96803B4), (0x84065E38), (0x819AF48E), (0xE9864FF3), (0xA6E41D0E), (0x50E7442B), (0xC7574D7B), (0x196B6AB3), (0x041D5854), (0x629162D3), (0x042713E0), (0x9AE31297), (0x4B2F4E36),
+(0xCB8CE0E0), (0xB2F0682A), (0xAB33D6F5), (0x2F53D82E), (0x66A43815), (0x4433AAA8), (0x82EA0ED5), (0x457876F2), (0xD30BD36C), (0x8D49D28C), (0x0E68260E), (0xD056512C), (0x7B86DB11), (0x64633661), (0x8265FF25), (0x6D2B7148), (0x529DA0D8), (0xBC180017),
+(0x19AB803B), (0x83F00020), (0x50F1FF07), (0xD4C02D80), (0xFC881A21), (0xC1BF0100), (0x5841680B), (0x103B2CC0), (0xB042C28A), (0x2324E8A8), (0x31531430), (0xEF71DD0E), (0x7C1B9D8E), (0x0998C228), (0xD9EC6548), (0x8EEF8448), (0x0C561CAF), (0x4BA39DFD),
+(0x58947FE2), (0x959B12A2), (0x6D52EAEC), (0x1D95DDD5), (0x310C222B), (0x63634B18), (0x4DE6C5B8), (0x526C9106), (0x49B5E8CC), (0xC3C33004), (0x605CD287), (0x09A6390C), (0x350C33BC), (0x953050CC), (0x960552A3), (0x54F01186), (0x0E8D7CFE), (0x459A0022),
+(0xC3576966), (0xB0D6F6E8), (0xB8F13AAC), (0xE440034C), (0x36118851), (0xF51BE727), (0x2E1689A0), (0xE82CCF55), (0x6DF4E3CB), (0xEA665663), (0xC2E53D6F), (0x9DC1F06B), (0xFCC2E878), (0x4292D162), (0x4840C433), (0xB618DB43), (0x06092C15), (0x500134C1),
+(0xA6DB8955), (0xD5E8A5BB), (0x142B7829), (0x75F42939), (0x0EBF4D10), (0x1A2B078C), (0x7C2A5A46), (0x3EA1B9A7), (0x31AAC898), (0x1327B852), (0x277C65A1), (0x5280CE27), (0xFF512213), (0x39B47EBF), (0x154CA000), (0x106E7DA2), (0xAFA4C925), (0xC48CE379),
+(0xAB2E4573), (0x5E44B8FD), (0xECD2A424), (0x8C5300AA), (0xE425A180), (0x6D5D0D3B), (0xA70540A8), (0xF8ECF432), (0x884696B0), (0xB79755BF), (0x62CAD419), (0x4BBB38B6), (0xCD5C79D7), (0x82D4E29B), (0x6DD48E91), (0xA128A3A9), (0xF2ED6726), (0x339A63F6),
+(0x35D6F4EA), (0x8DC8B491), (0xCA04D09C), (0xFF074FD0), (0x2D8050F1), (0x1A21D880), (0x1900FE88), (0x6C09D1BF), (0x56483001), (0xC20A1A29), (0x449180A3), (0x028C5160), (0x75FAECDD), (0x6250705B), (0x89EA010A), (0x7B9F9851), (0x9D6C5994), (0x8602C3E4),
+(0x03D0E863), (0x04322251), (0x116095B7), (0x789276CA), (0x00000000), (0x00000978), (0x8000C688), (0x8000BCD8), (0x80010000), (0x9FC3F7B8), (0xDE47BC1B), (0xE60FB4F8), (0xEA27469D), (0xCCA1E66D), (0x8FFF7010), (0x8000BCD8), (0x000000D0), (0x8000B4B0),
+(0x8FFFFB24), (0x9FC3F7B8), (0x00000000), (0x8000B418), (0x8FFF7010), (0x8000C688), (0x000000D0), (0x9FC3FD3C), (0xD625F8C0), (0x478D832A), (0xF693D922), (0x3617D816), (0x80000648), (0x00000000), (0x00000003), (0x00000012), (0x9FC49964), (0x46141924),
+(0x4D834205), (0x16B799A6), (0xA39494A6), (0xCCF23C60), (0x00000001), (0x9FC47468), (0x00000000), (0x00000072), (0x00008001), (0x8FFFFB58), (0x00000003), (0x402C7413), (0x00000016), (0x402C7413), (0x9FC48498), (0x00000000), (0x00000002), (0x00000001),
+(0x00000072), (0x9FC4783C), (0x8000C690), (0x0358CDD5), (0x00000000), (0x00008001), (0x00000072), (0x80000648), (0x00000000), (0x00008001), (0x8000BD40), (0x1A19F8D8), (0x00008001), (0x800003C0), (0x00000003), (0x9FC428CC), (0xF6192015), (0xFBB77F92),
+(0x8F2C8BFC), (0x3C391923), (0x4014428C), (0x140045AE), (0xFFFD2BB6), (0x2D8050F1), (0x8000BD40), (0x00000003), (0x00000000), (0x2CC05811), (0x00008001), (0x800003C0), (0x80000648), (0x80000648), (0x9FC4206C), (0x8FFFFD78), (0x8FFFFEEC), (0x8000C668),
+(0x80000648), (0x8FFFFD78), (0x00000000), (0x00003040), (0x8000FFC0), (0x8000BCD8), (0x80010000), (0x9FC3F7B8), (0x00000000), (0x00002CC0), (0x80013340), (0x8000BCD8), (0x80010FD0), (0x80012548)
+};
+
+//static const INT __twiddles_mips_fft32_2048[] =
+//{
+//(0x7FFFFFFF), (0x00000000), (0x7FFFD884), (0xFF9B781D), (0x7FFF6215), (0xFF36F078), (0x7FFE9CB1), (0xFED26950), (0x7FFD8859), (0xFE6DE2E0), (0x7FFC250E), (0xFE095D6A), (0x7FFA72D0), (0xFDA4D929), (0x7FF871A0), (0xFD40565D), (0x7FF62181), (0xFCDBD540),
+//(0x7FF38272), (0xFC775617), (0x7FF09476), (0xFC12D91B), (0x7FED578F), (0xFBAE5E8C), (0x7FE9CBBE), (0xFB49E6A3), (0x7FE5F107), (0xFAE571A2), (0x7FE1C76A), (0xFA80FFCE), (0x7FDD4EEB), (0xFA1C9157), (0x7FD8878C), (0xF9B82681), (0x7FD37151), (0xF953BF94),
+//(0x7FCE0C3D), (0xF8EF5CBC), (0x7FC85852), (0xF88AFE3F), (0x7FC25595), (0xF826A464), (0x7FBC0409), (0xF7C24F61), (0x7FB563B2), (0xF75DFF6B), (0x7FAE7493), (0xF6F9B4C8), (0x7FA736B2), (0xF6956FB7), (0x7F9FAA13), (0xF6313074), (0x7F97CEBB), (0xF5CCF73E),
+//(0x7F8FA4AF), (0xF568C463), (0x7F872BF2), (0xF5049800), (0x7F7E648B), (0xF4A07264), (0x7F754E7E), (0xF43C53CB), (0x7F6BE9D3), (0xF3D83C74), (0x7F62368D), (0xF3742C9D), (0x7F5834B6), (0xF3102492), (0x7F4DE450), (0xF2AC2473), (0x7F434562), (0xF2482C8D),
+//(0x7F3857F4), (0xF1E43D1C), (0x7F2D1C0C), (0xF1805660), (0x7F2191B2), (0xF11C7895), (0x7F15B8ED), (0xF0B8A409), (0x7F0991C3), (0xF054D8DA), (0x7EFD1C3B), (0xEFF11755), (0x7EF05860), (0xEF8D5FC8), (0x7EE34634), (0xEF29B241), (0x7ED5E5C6), (0xEEC60F3C),
+//(0x7EC83717), (0xEE6276B7), (0x7EBA3A38), (0xEDFEE930), (0x7EABEF29), (0xED9B66A5), (0x7E9D55FB), (0xED37EF91), (0x7E8E6EB2), (0xECD48414), (0x7E7F3954), (0xEC71244A), (0x7E6FB5F4), (0xEC0DD0B0), (0x7E5FE490), (0xEBAA8944), (0x7E4FC53D), (0xEB474E83),
+//(0x7E3F5800), (0xEAE4208A), (0x7E2E9CDD), (0xEA80FF77), (0x7E1D93EA), (0xEA1DEBC6), (0x7E0C3D26), (0xE9BAE575), (0x7DFA98A7), (0xE957ED00), (0x7DE8A66C), (0xE8F50266), (0x7DD6668D), (0xE8922621), (0x7DC3D90E), (0xE82F5851), (0x7DB0FDF5), (0xE7CC9912),
+//(0x7D9DD55A), (0xE769E8E0), (0x7D8A5F3C), (0xE70747B9), (0x7D769BB4), (0xE6A4B619), (0x7D628AC7), (0xE642341C), (0x7D4E2C7C), (0xE5DFC1E2), (0x7D3980ED), (0xE57D5FE4), (0x7D248818), (0xE51B0E22), (0x7D0F4217), (0xE4B8CD16), (0x7CF9AEEC), (0xE4569CBE),
+//(0x7CE3CEB0), (0xE3F47D95), (0x7CCDA16A), (0xE3926FB9), (0x7CB72721), (0xE3307347), (0x7CA05FF1), (0xE2CE88BA), (0x7C894BDA), (0xE26CB010), (0x7C71EAF7), (0xE20AE9C3), (0x7C5A3D52), (0xE1A935F1), (0x7C4242F0), (0xE14794B7), (0x7C29FBEF), (0xE0E6068F),
+//(0x7C11684F), (0xE0848B77), (0x7BF88830), (0xE02323EA), (0x7BDF5B8F), (0xDFC1CFE5), (0x7BC5E296), (0xDF609002), (0x7BAC1D33), (0xDEFF6400), (0x7B920B86), (0xDE9E4C5B), (0x7B77ADA0), (0xDE3D494C), (0x7B5D03A1), (0xDDDC5B4F), (0x7B420D79), (0xDD7B8222),
+//(0x7B26CB49), (0xDD1ABE41), (0x7B0B3D33), (0xDCBA1024), (0x7AEF6325), (0xDC59778B), (0x7AD33D41), (0xDBF8F4F0), (0x7AB6CB9A), (0xDB98888E), (0x7A9A0E53), (0xDB3832DE), (0x7A7D0559), (0xDAD7F3A2), (0x7A5FB0D1), (0xDA77CB50), (0x7A4210DE), (0xDA17BA63),
+//(0x7A24256F), (0xD9B7C09A), (0x7A05EEA8), (0xD957DE6F), (0x79E76C9C), (0xD8F8141D), (0x79C89F71), (0xD898621A), (0x79A98713), (0xD838C82A), (0x798A23A8), (0xD7D946C3), (0x796A755A), (0xD779DE5D), (0x794A7C11), (0xD71A8EBA), (0x792A37F8), (0xD6BB5850),
+//(0x7909A935), (0xD65C3B98), (0x78E8CFB4), (0xD5FD3854), (0x78C7AB9E), (0xD59E4EF9), (0x78A63D07), (0xD53F7FC3), (0x78848419), (0xD4E0CB28), (0x786280BE), (0xD48230EA), (0x78403321), (0xD423B181), (0x781D9B6D), (0xD3C54D62), (0x77FAB98A), (0xD367044F),
+//(0x77D78DA6), (0xD308D6BE), (0x77B417D4), (0xD2AAC4EB), (0x77905842), (0xD24CCF49), (0x776C4ED9), (0xD1EEF59D), (0x7747FBC5), (0xD191385B), (0x77235F35), (0xD13397FA), (0x76FE790F), (0xD0D6143A), (0x76D94983), (0xD078AD93), (0x76B3D0A6), (0xD01B643D),
+//(0x768E0EA9), (0xCFBE38AD), (0x76680373), (0xCF612AA7), (0x7641AF32), (0xCF043A9E), (0x761B1218), (0xCEA76907), (0x75F42C0B), (0xCE4AB5A6), (0x75CCFD3B), (0xCDEE20EF), (0x75A585D9), (0xCD91AB55), (0x757DC5CD), (0xCD35549C), (0x7555BD47), (0xCCD91D37),
+//(0x752D6C60), (0xCC7D0561), (0x7504D34C), (0xCC210D8B), (0x74DBF1EE), (0xCBC5357A), (0x74B2C87B), (0xCB697DA0), (0x74895725), (0xCB0DE672), (0x745F9DD3), (0xCAB26FB2), (0x74359CB8), (0xCA5719D3), (0x740B53ED), (0xC9FBE50E), (0x73E0C3A9), (0xC9A0D1D4),
+//(0x73B5EBCF), (0xC945DFEB), (0x738ACC94), (0xC8EB0FC4), (0x735F662F), (0xC89061D1), (0x7333B884), (0xC835D5D6), (0x7307C3C9), (0xC7DB6C45), (0x72DB8819), (0xC7812556), (0x72AF05AB), (0xC727017A), (0x72823C63), (0xC6CD0075), (0x72552C79), (0xC67322B9),
+//(0x7227D624), (0xC61968B6), (0x71FA3948), (0xC5BFD232), (0x71CC561E), (0xC5665F9B), (0x719E2CDE), (0xC50D1164), (0x716FBD6C), (0xC4B3E751), (0x71410800), (0xC45AE1D1), (0x71120CB7), (0xC402011C), (0x70E2CBCD), (0xC3A945A1), (0x70B34523), (0xC350AF26),
+//(0x708378F4), (0xC2F83E1B), (0x7053677C), (0xC29FF2EC), (0x7023109C), (0xC247CD62), (0x6FF27490), (0xC1EFCDEA), (0x6FC19376), (0xC197F4BB), (0x6F906D6B), (0xC140420A), (0x6F5F02CF), (0xC0E8B67E), (0x6F2D5340), (0xC091516E), (0x6EFB5F1D), (0xC03A137E),
+//(0x6EC92684), (0xBFE2FCE5), (0x6E96A995), (0xBF8C0DD8), (0x6E63E86E), (0xBF35468E), (0x6E30E32F), (0xBEDEA73A), (0x6DFD9A38), (0xBE883082), (0x6DCA0D27), (0xBE31E1BF), (0x6D963C5D), (0xBDDBBB92), (0x6D6227FA), (0xBD85BE33), (0x6D2DD01E), (0xBD2FE9D5),
+//(0x6CF934E8), (0xBCDA3EAE), (0x6CC4567A), (0xBC84BCF2), (0x6C8F3538), (0xBC2F6544), (0x6C59D0BC), (0xBBDA36FD), (0x6C242969), (0xBB8532C0), (0x6BEE3F61), (0xBB3058C1), (0x6BB812C5), (0xBADBA934), (0x6B81A3B7), (0xBA87244E), (0x6B4AF258), (0xBA32CA42),
+//(0x6B13FF11), (0xB9DE9BB0), (0x6ADCC976), (0xB98A97F6), (0x6AA551F0), (0xB936BFB2), (0x6A6D98A1), (0xB8E31318), (0x6A359DAC), (0xB88F925B), (0x69FD6132), (0xB83C3DB1), (0x69C4E358), (0xB7E9154A), (0x698C2487), (0xB79619C6), (0x69532453), (0xB7434A82),
+//(0x6919E326), (0xB6F0A81D), (0x68E06125), (0xB69E32C9), (0x68A69E72), (0xB64BEAB9), (0x686C9B31), (0xB5F9D021), (0x68325786), (0xB5A7E331), (0x67F7D3DF), (0xB5562486), (0x67BD0FCC), (0xB5049380), (0x67820BBB), (0xB4B330BC), (0x6746C7D1), (0xB461FC6A),
+//(0x670B4432), (0xB410F6BE), (0x66CF8103), (0xB3C01FE9), (0x66937EB5), (0xB36F7883), (0x66573CD5), (0xB31EFFF0), (0x661ABBD3), (0xB2CEB6CB), (0x65DDFBD6), (0xB27E9D43), (0x65A0FD03), (0xB22EB38A), (0x6563BF7E), (0xB1DEF9D2), (0x6526436F), (0xB18F704B),
+//(0x64E8894A), (0xB140178C), (0x64AA9098), (0xB0F0EEFC), (0x646C59CC), (0xB0A1F730), (0x642DE50F), (0xB053305A), (0x63EF3286), (0xB0049AA9), (0x63B04257), (0xAFB6364E), (0x637114AB), (0xAF68037B), (0x6331A9F8), (0xAF1A02C1), (0x62F201C4), (0xAECC338B),
+//(0x62B21C87), (0xAE7E966C), (0x6271FA69), (0xAE312B94), (0x62319B91), (0xADE3F333), (0x61F10027), (0xAD96ED77), (0x61B02852), (0xAD4A1A92), (0x616F148E), (0xACFD7B13), (0x612DC45D), (0xACB10E67), (0x60EC383A), (0xAC64D51F), (0x60AA704E), (0xAC18CF69),
+//(0x60686CC0), (0xABCCFD75), (0x60262DBB), (0xAB815F71), (0x5FE3B366), (0xAB35F58C), (0x5FA0FE40), (0xAAEAC054), (0x5F5E0DC8), (0xAA9FBF38), (0x5F1AE27C), (0xAA54F2C6), (0x5ED77C86), (0xAA0A5B2C), (0x5E93DC0E), (0xA9BFF899), (0x5E500140), (0xA975CB39),
+//(0x5E0BEC44), (0xA92BD33C), (0x5DC79D9C), (0xA8E2112C), (0x5D8314C4), (0xA898847B), (0x5D3E523E), (0xA84F2DB4), (0x5CF95632), (0xA8060D05), (0x5CB420CD), (0xA7BD229A), (0x5C6EB238), (0xA7746EA2), (0x5C290AA0), (0xA72BF148), (0x5BE32A86), (0xA6E3AB15),
+//(0x5B9D1166), (0xA69B9B7D), (0x5B56BFC2), (0xA653C30A), (0x5B1035C7), (0xA60C21E8), (0x5AC973A0), (0xA5C4B843), (0x5A827978), (0xA57D8646), (0x5A3B47D6), (0xA5368C78), (0x59F3DE30), (0xA4EFCA51), (0x59AC3D0E), (0xA4A94056), (0x5964649B), (0xA462EEB2),
+//(0x591C5504), (0xA41CD591), (0x58D40E75), (0xA3D6F51F), (0x588B911B), (0xA3914D87), (0x5842DD7E), (0xA34BDF4B), (0x57F9F314), (0xA306A9E5), (0x57B0D265), (0xA2C1ADDA), (0x57677B9E), (0xA27CEB53), (0x571DEEED), (0xA238627B), (0x56D42C7F), (0xA1F4137C),
+//(0x568A3482), (0xA1AFFE81), (0x56400781), (0xA16C2409), (0x55F5A4ED), (0xA1288391), (0x55AB0D54), (0xA0E51D9B), (0x556040E2), (0xA0A1F24F), (0x55153FC6), (0xA05F01D7), (0x54CA0A2E), (0xA01C4C5C), (0x547EA049), (0x9FD9D207), (0x543302A5), (0x9F979356),
+//(0x53E730B1), (0x9F558FC9), (0x539B2AFB), (0x9F13C7DC), (0x534EF1B3), (0x9ED23BB9), (0x53028507), (0x9E90EB88), (0x52B5E526), (0x9E4FD771), (0x52691241), (0x9E0EFF9D), (0x521C0CE8), (0x9DCE6485), (0x51CED486), (0x9D8E05AD), (0x518169AE), (0x9D4DE38F),
+//(0x5133CC8F), (0x9D0DFE52), (0x50E5FD59), (0x9CCE561E), (0x5097FC3C), (0x9C8EEB1A), (0x5049C968), (0x9C4FBD6E), (0x4FFB6572), (0x9C10CD90), (0x4FACCFC1), (0x9BD21B06), (0x4F5E08EB), (0x9B93A649), (0x4F0F111F), (0x9B556F7E), (0x4EBFE88F), (0x9B1776CB),
+//(0x4E708F6B), (0x9AD9BC57), (0x4E2105E4), (0x9A9C4048), (0x4DD14C91), (0x9A5F0312), (0x4D8162D8), (0x9A22043F), (0x4D314951), (0x99E54441), (0x4CE1002B), (0x99A8C340), (0x4C908799), (0x996C815F), (0x4C3FDFCC), (0x99307EC5), (0x4BEF095E), (0x98F4BBE2),
+//(0x4B9E03B1), (0x98B93843), (0x4B4CCF60), (0x987DF459), (0x4AFB6C9B), (0x9842F048), (0x4AA9DB96), (0x98082C35), (0x4A581C83), (0x97CDA844), (0x4A062F93), (0x97936499), (0x49B41562), (0x975961A2), (0x4961CD53), (0x971F9EEF), (0x490F57FF), (0x96E61CED),
+//(0x48BCB59A), (0x96ACDBC1), (0x4869E657), (0x9673DB8C), (0x4816EA68), (0x963B1C73), (0x47C3C202), (0x96029E99), (0x47706DC1), (0x95CA6267), (0x471CED05), (0x95926772), (0x46C9406B), (0x955AAE23), (0x46756827), (0x9523369D), (0x4621646C), (0x94EC0102),
+//(0x45CD356F), (0x94B50D74), (0x4578DB63), (0x947E5C16), (0x452456E9), (0x9447ED4D), (0x44CFA75C), (0x9411C0B1), (0x447ACD5D), (0x93DBD6AA), (0x4425C920), (0x93A62F57), (0x43D09AD9), (0x9370CADA), (0x437B42BE), (0x933BA954), (0x4325C102), (0x9306CAE7),
+//(0x42D015DB), (0x92D22FB1), (0x427A417D), (0x929DD7D5), (0x4224441D), (0x9269C372), (0x41CE1ECD), (0x9235F32C), (0x4177D009), (0x9202661B), (0x412158E3), (0x91CF1CE3), (0x40CAB990), (0x919C17A4), (0x4073F245), (0x9169567D), (0x401D0339), (0x9136D98D),
+//(0x3FC5ECA0), (0x9104A0F4), (0x3F6EAEB0), (0x90D2ACD1), (0x3F17499F), (0x90A0FD42), (0x3EBFBDA4), (0x906F9267), (0x3E680AF3), (0x903E6C5D), (0x3E1031C4), (0x900D8B43), (0x3DB8324C), (0x8FDCEF37), (0x3D600CC1), (0x8FAC9857), (0x3D07C23C), (0x8F7C873A),
+//(0x3CAF5130), (0x8F4CBB0B), (0x3C56BAB5), (0x8F1D3461), (0x3BFDFF02), (0x8EEDF359), (0x3BA51E4D), (0x8EBEF810), (0x3B4C18CE), (0x8E9042A4), (0x3AF2EEBA), (0x8E61D331), (0x3A99A04A), (0x8E33A9D5), (0x3A402DB4), (0x8E05C6AA), (0x39E6972F), (0x8DD829CE),
+//(0x398CDCF3), (0x8DAAD35D), (0x3932FF37), (0x8D7DC373), (0x38D8FE32), (0x8D50FA2B), (0x387EDA1C), (0x8D2477A2), (0x38249413), (0x8CF83C62), (0x37CA2A82), (0x8CCC47A7), (0x376F9E88), (0x8CA099FB), (0x3714F05B), (0x8C75337B), (0x36BA2034), (0x8C4A1440),
+//(0x365F2E4B), (0x8C1F3C66), (0x36041AD7), (0x8BF4AC06), (0x35A8E612), (0x8BCA633C), (0x354D9033), (0x8BA06221), (0x34F21973), (0x8B76A8CE), (0x3496820A), (0x8B4D375F), (0x343ACA30), (0x8B240DEC), (0x33DEF21F), (0x8AFB2C8E), (0x3382FAF9), (0x8AD293C7),
+//(0x3326E323), (0x8AAA42E0), (0x32CAABBE), (0x8A823A5A), (0x326E5505), (0x8A5A7A4D), (0x3211DF31), (0x8A3302D3), (0x31B54A79), (0x8A0BD403), (0x31589718), (0x89E4EDF5), (0x30FBC547), (0x89BE50C2), (0x309ED53E), (0x8997FC82), (0x3041C737), (0x8971F14B),
+//(0x2FE49B6C), (0x894C2F36), (0x2F875216), (0x8926B65A), (0x2F29EB6E), (0x890186CE), (0x2ECC67AF), (0x88DCA0A9), (0x2E6EC800), (0x88B8045E), (0x2E110ABF), (0x8893B14A), (0x2DB33112), (0x886FA7E1), (0x2D553B35), (0x884BE838), (0x2CF72962), (0x88287266),
+//(0x2C98FBD1), (0x88054682), (0x2C3AB2BF), (0x87E2649F), (0x2BDC4E63), (0x87BFCCD5), (0x2B7DCEFA), (0x879D7F38), (0x2B1F34BC), (0x877B7BDD), (0x2AC07FE5), (0x8759C2DA), (0x2A61B0AF), (0x87385443), (0x2A02C754), (0x8717302D), (0x29A3C40F), (0x86F656AC),
+//(0x2944A80D), (0x86D5C828), (0x28E571A3), (0x86B5840E), (0x28862200), (0x86958AC5), (0x2826B95E), (0x8675DC62), (0x27C737F7), (0x865678F8), (0x27679E06), (0x8637609A), (0x2707EBC7), (0x8618935B), (0x26A82174), (0x85FA114F), (0x26483F49), (0x85DBDA88),
+//(0x25E84581), (0x85BDEF19), (0x25883456), (0x85A04F14), (0x25280C05), (0x8582FA8C), (0x24C7CCC8), (0x8565F192), (0x246777D0), (0x85493482), (0x24070B6E), (0x852CC2DA), (0x23A688D3), (0x85109CF7), (0x2345F03B), (0x84F4C2E8), (0x22E541E0), (0x84D934C0),
+//(0x22847DFF), (0x84BDF290), (0x2223A4D2), (0x84A2FC68), (0x21C2B697), (0x84885258), (0x2161B389), (0x846DF472), (0x21009BE3), (0x8453E2C5), (0x209F6FE1), (0x843A1D62), (0x203E2FC0), (0x8420A459), (0x1FDCDBBB), (0x840777B9), (0x1F7B740F), (0x83EE9792),
+//(0x1F19F9F0), (0x83D60431), (0x1EB86BA9), (0x83BDBD28), (0x1E56CA6E), (0x83A5C2C5), (0x1DF5167D), (0x838E1518), (0x1D935011), (0x8376B42E), (0x1D317767), (0x835FA017), (0x1CCF8CBB), (0x8348D8DF), (0x1C6D9049), (0x83325E96), (0x1C0B824E), (0x831C314A),
+//(0x1BA96306), (0x83065107), (0x1B4732AE), (0x82F0BDDB), (0x1AE4F182), (0x82DB77D5), (0x1A829FC0), (0x82C67F00), (0x1A203DA3), (0x82B1D36A), (0x19BDCC63), (0x829D7553), (0x195B4A48), (0x82896460), (0x18F8B888), (0x8275A0D1), (0x18961761), (0x82622AB3),
+//(0x18336710), (0x824F0211), (0x17D0A7D1), (0x823C26F8), (0x176DD9E1), (0x82299974), (0x170AFD7D), (0x8217598E), (0x16A812E3), (0x82056754), (0x16451A4E), (0x81F3C2CF), (0x15E213FD), (0x81E26C0B), (0x157F002D), (0x81D16313), (0x151BDF19), (0x81C0A7F1),
+//(0x14B8B101), (0x81B03AAF), (0x1455771D), (0x81A01B80), (0x13F22FB1), (0x81904A1C), (0x138EDBF8), (0x8180C6B6), (0x132B7C2E), (0x81719158), (0x12C81090), (0x8162AA0A), (0x1264995D), (0x815410D8), (0x120116D2), (0x8145C5C8), (0x119D892B), (0x8137C8E5),
+//(0x1139F0A7), (0x812A1A36), (0x10D64D82), (0x811CB9C4), (0x10729FFB), (0x810FA798), (0x100EE84E), (0x8102E3B9), (0x0FAB26B9), (0x80F66E30), (0x0F475C78), (0x80EA4722), (0x0EE387CD), (0x80DE6E5A), (0x0E7FA9F2), (0x80D2E3FD), (0x0E1BC326), (0x80C7A813),
+//(0x0DB7D3A5), (0x80BCBAA3), (0x0D53DBAF), (0x80B21BB4), (0x0CEFDB80), (0x80A7CB4C), (0x0C8BD356), (0x809DC971), (0x0C27C36E), (0x8094162B), (0x0BC3AC07), (0x808AB17E), (0x0B5F8D5F), (0x80819B70), (0x0AFB67B2), (0x8078D407), (0x0A973B3F), (0x80705B49),
+//(0x0A330844), (0x8068313B), (0x09CECFFE), (0x806055F5), (0x096A90AB), (0x8058C955), (0x09064B8A), (0x80518B72), (0x08A200D7), (0x804A9C53), (0x083DB0D1), (0x8043FBFA), (0x07D95BB6), (0x803DAA6D), (0x077501C3), (0x8037A7AE), (0x0710A337), (0x8031F3C3),
+//(0x06AC404F), (0x802C8EAD), (0x0647D949), (0x80277871), (0x05E36E63), (0x8022B112), (0x057EFFDC), (0x801E3892), (0x051A8DF1), (0x801A0EF5), (0x04B618DF), (0x8016343D), (0x0451A1E6), (0x8012A875), (0x03ED2743), (0x800F6B8D), (0x0388AA33), (0x800C7D90),
+//(0x03242AF6), (0x8009DE81), (0x02BFA9C9), (0x80078E61), (0x025B26E9), (0x80058D31), (0x01F6A296), (0x8003DAF2), (0x01921D0C), (0x800277A7), (0x012D968B), (0x8001634F), (0x00C90F4F), (0x80009DEB), (0x00648797), (0x8000277C), (0xFFFFFFA3), (0x80000002),
+//(0xFF9B77AD), (0x8000277C), (0xFF36F0F5), (0x80009DEB), (0xFED269BA), (0x8001634E), (0xFE6DE338), (0x800277A6), (0xFE095DAF), (0x8003DAF1), (0xFDA4D95B), (0x80058D2F), (0xFD40567C), (0x80078E5F), (0xFCDBD54E), (0x8009DE7F), (0xFC775611), (0x800C7D8E),
+//(0xFC12D902), (0x800F6B8A), (0xFBAE5E5E), (0x8012A872), (0xFB49E665), (0x80163444), (0xFAE57154), (0x801A0EFD), (0xFA80FF69), (0x801E389A), (0xFA1C90E1), (0x8022B11B), (0xF9B826FB), (0x8027786E), (0xF953BFF6), (0x802C8EA9), (0xF8EF5D0E), (0x8031F3BF),
+//(0xF88AFE81), (0x8037A7AA), (0xF826A48E), (0x803DAA69), (0xF7C24F73), (0x8043FBF6), (0xF75DFF6D), (0x804A9C4E), (0xF6F9B4BB), (0x80518B6E), (0xF6956F99), (0x8058C950), (0xF6313046), (0x806055F0), (0xF5CCF701), (0x8068314A), (0xF568C405), (0x80705B59),
+//(0xF5049793), (0x8078D418), (0xF4A071E6), (0x80819B81), (0xF43C543D), (0x808AB177), (0xF3D83CD6), (0x80941624), (0xF3742CEE), (0x809DC96B), (0xF31024C4), (0x80A7CB45), (0xF2AC2495), (0x80B21BAD), (0xF2482C9F), (0x80BCBA9C), (0xF1E43D1E), (0x80C7A80C),
+//(0xF1805652), (0x80D2E3F5), (0xF11C7877), (0x80DE6E52), (0xF0B8A3CC), (0x80EA471A), (0xF054D88D), (0x80F66E47), (0xEFF116F8), (0x8102E3D1), (0xEF8D5F4B), (0x810FA7B0), (0xEF29B2C2), (0x811CB9BB), (0xEEC60F9D), (0x812A1A2D), (0xEE627718), (0x8137C8DB),
+//(0xEDFEE972), (0x8145C5BE), (0xED9B66E6), (0x815410CE), (0xED37EFB3), (0x8162AA00), (0xECD48416), (0x8171914D), (0xEC71244C), (0x8180C6AB), (0xEC0DD092), (0x81904A11), (0xEBAA8927), (0x81A01B75), (0xEB474E46), (0x81B03ACD), (0xEAE4202D), (0x81C0A810),
+//(0xEA80FF1A), (0x81D16333), (0xEA1DEB4A), (0x81E26C2C), (0xE9BAE5F5), (0x81F3C2C3), (0xE957ED61), (0x82056748), (0xE8F502C6), (0x82175982), (0xE8922662), (0x82299967), (0xE82F5872), (0x823C26EC), (0xE7CC9933), (0x824F0204), (0xE769E8E2), (0x82622AA6),
+//(0xE70747BB), (0x8275A0C3), (0xE6A4B5FB), (0x82896452), (0xE64233E0), (0x829D7545), (0xE5DFC1A5), (0x82B1D390), (0xE57D5F89), (0x82C67F27), (0xE51B0DC6), (0x82DB77FC), (0xE4B8CC9B), (0x82F0BE03), (0xE4569D3D), (0x830650F8), (0xE3F47DF5), (0x831C313B),
+//(0xE3926FFA), (0x83325E87), (0xE3307388), (0x8348D8D0), (0xE2CE88DB), (0x835FA007), (0xE26CB031), (0x8376B41E), (0xE20AE9C5), (0x838E1508), (0xE1A935D4), (0x83A5C2B5), (0xE147949A), (0x83BDBD17), (0xE0E60653), (0x83D60420), (0xE0848B3B), (0x83EE97C0),
+//(0xE023238F), (0x840777E8), (0xDFC1CF8A), (0x8420A488), (0xDF608F69), (0x843A1D92), (0xDEFF645F), (0x8453E2B4), (0xDE9E4CB9), (0x846DF460), (0xDE3D49AB), (0x84885246), (0xDDDC5B6F), (0x84A2FC55), (0xDD7B8243), (0x84BDF27E), (0xDD1ABE62), (0x84D934AE),
+//(0xDCBA1007), (0x84F4C2D6), (0xDC59776E), (0x85109CE4), (0xDBF8F4D3), (0x852CC2C7), (0xDB988872), (0x8549346E), (0xDB383285), (0x8565F1C8), (0xDAD7F348), (0x8582FAC2), (0xDA77CAF6), (0x85A04F4B), (0xDA17BAC1), (0x85BDEF05), (0xD9B7C0F8), (0x85DBDA73),
+//(0xD957DECD), (0x85FA113A), (0xD8F8147A), (0x86189346), (0xD898623B), (0x86376085), (0xD838C84A), (0x865678E3), (0xD7D946E3), (0x8675DC4D), (0xD779DE41), (0x86958AB0), (0xD71A8E9D), (0x86B583F8), (0xD6BB5834), (0x86D5C812), (0xD65C3B40), (0x86F656E9),
+//(0xD5FD37FB), (0x8717306B), (0xD59E4EA0), (0x87385481), (0xD53F7F6A), (0x8759C319), (0xD4E0CB84), (0x877B7BC6), (0xD4823147), (0x879D7F20), (0xD423B1DD), (0x87BFCCBD), (0xD3C54D82), (0x87E26488), (0xD367046F), (0x8805466A), (0xD308D6DE), (0x8828724F),
+//(0xD2AAC50A), (0x884BE820), (0xD24CCF2D), (0x886FA7C8), (0xD1EEF581), (0x8893B132), (0xD191383F), (0x88B80446), (0xD13397A2), (0x88DCA0EE), (0xD0D613E3), (0x89018713), (0xD078AD3C), (0x8926B6A0), (0xD01B63E6), (0x894C2F7D), (0xCFBE3908), (0x8971F132),
+//(0xCF612B01), (0x8997FC68), (0xCF043AF8), (0x89BE50A8), (0xCEA76927), (0x89E4EDDB), (0xCE4AB5C6), (0x8A0BD3E8), (0xCDEE210E), (0x8A3302B8), (0xCD91AB39), (0x8A5A7A32), (0xCD355480), (0x8A823A3F), (0xCCD91D1C), (0x8AAA42C5), (0xCC7D0545), (0x8AD293AC),
+//(0xCC210D35), (0x8AFB2CDB), (0xCBC53524), (0x8B240E38), (0xCB697D4B), (0x8B4D37AC), (0xCB0DE6CB), (0x8B76A8B2), (0xCAB2700B), (0x8BA06204), (0xCA571A2C), (0x8BCA631F), (0xC9FBE567), (0x8BF4ABE9), (0xC9A0D1F3), (0x8C1F3C49), (0xC945E00A), (0x8C4A1423),
+//(0xC8EB0FE3), (0x8C75335D), (0xC89061B6), (0x8CA099DE), (0xC835D5BB), (0x8CCC4789), (0xC7DB6C2A), (0x8CF83C44), (0xC781253B), (0x8D2477F5), (0xC7270126), (0x8D50FA7F), (0xC6CD0021), (0x8D7DC3C7), (0xC6732265), (0x8DAAD3B2), (0xC619682A), (0x8DD82A23),
+//(0xC5BFD1A5), (0x8E05C6FF), (0xC5665F0F), (0x8E33AA2A), (0xC50D109F), (0x8E61D388), (0xC4B3E68C), (0x8E9042FB), (0xC45AE10D), (0x8EBEF868), (0xC4020058), (0x8EEDF3B1), (0xC3A94669), (0x8F1D33C8), (0xC350AFEE), (0x8F4CBA71), (0xC2F83EE1), (0x8F7C86A0),
+//(0xC29FF37B), (0x8FAC9836), (0xC247CDF0), (0x8FDCEF16), (0xC1EFCE78), (0x900D8B21), (0xC197F548), (0x903E6C3B), (0xC1404298), (0x906F9245), (0xC0E8B69C), (0x90A0FD21), (0xC091518B), (0x90D2ACAF), (0xC03A139B), (0x9104A0D2), (0xBFE2FD02), (0x9136D96B),
+//(0xBF8C0DF6), (0x9169565A), (0xBF3546AB), (0x919C1781), (0xBEDEA758), (0x91CF1CC0), (0xBE883032), (0x920265F8), (0xBE31E16E), (0x9235F309), (0xBDDBBB42), (0x9269C3D3), (0xBD85BDE2), (0x929DD837), (0xBD2FE985), (0x92D23013), (0xBCDA3E5E), (0x9306CB49),
+//(0xBC84BCA2), (0x933BA9B7), (0xBC2F6487), (0x9370CB3D), (0xBBDA3641), (0x93A62FBB), (0xBB853205), (0x93DBD70E), (0xBB305806), (0x9411C116), (0xBADBA879), (0x9447EDB3), (0xBA872542), (0x947E5BAB), (0xBA32CB35), (0x94B50D09), (0xB9DE9C38), (0x94EC0097),
+//(0xB98A987D), (0x95233631), (0xB936C039), (0x955AADB6), (0xB8E3139E), (0x95926705), (0xB88F92E2), (0x95CA61FA), (0xB83C3E37), (0x96029E73), (0xB7E915D0), (0x963B1C4D), (0xB79619E2), (0x9673DB66), (0xB7434A9E), (0x96ACDB9A), (0xB6F0A839), (0x96E61CC6),
+//(0xB69E32E5), (0x971F9EC8), (0xB64BEAD5), (0x9759617B), (0xB5F9D03C), (0x979364BC), (0xB5A7E34D), (0x97CDA867), (0xB5562439), (0x98082C58), (0xB5049334), (0x9842F06B), (0xB4B33070), (0x987DF47C), (0xB461FC1F), (0x98B93866), (0xB410F672), (0x98F4BC06),
+//(0xB3C01F9D), (0x99307F35), (0xB36F77D1), (0x996C81D0), (0xB31EFF3F), (0x99A8C3B0), (0xB2CEB61A), (0x99E544B2), (0xB27E9C92), (0x9A2204B0), (0xB22EB2DA), (0x9A5F0384), (0xB1DEF922), (0x9A9C4109), (0xB18F7130), (0x9AD9BBDF), (0xB140180C), (0x9B177652),
+//(0xB0F0EF7B), (0x9B556F04), (0xB0A1F7AF), (0x9B93A5CF), (0xB05330D8), (0x9BD21A8C), (0xB0049B27), (0x9C10CD15), (0xAFB636CD), (0x9C4FBD43), (0xAF6803F9), (0x9C8EEAEF), (0xAF1A02DC), (0x9CCE55F3), (0xAECC33A5), (0x9D0DFE27), (0xAE7E9686), (0x9D4DE363),
+//(0xAE312BAE), (0x9D8E0581), (0xADE3F34D), (0x9DCE6459), (0xAD96ED91), (0x9E0EFFC3), (0xAD4A1AAC), (0x9E4FD798), (0xACFD7ACC), (0x9E90EBAF), (0xACB10E20), (0x9ED23BE0), (0xAC64D4D8), (0x9F13C803), (0xAC18CF22), (0x9F558FF0), (0xABCCFD2E), (0x9F97937D),
+//(0xAB815F2A), (0x9FD9D283), (0xAB35F545), (0xA01C4CD8), (0xAAEABFAE), (0xA05F0253), (0xAA9FBE92), (0xA0A1F2CC), (0xAA54F221), (0xA0E51E18), (0xAA0A5A88), (0xA128840F), (0xA9BFF7F5), (0xA16C2487), (0xA975CC0F), (0xA1AFFDFC), (0xA92BD411), (0xA1F412F7),
+//(0xA8E211A2), (0xA23861F5), (0xA89884F1), (0xA27CEACD), (0xA84F2E2A), (0xA2C1AD53), (0xA8060D7A), (0xA306A95E), (0xA7BD2310), (0xA34BDEC3), (0xA7746F17), (0xA3914D57), (0xA72BF1BC), (0xA3D6F4F0), (0xA6E3AB2D), (0xA41CD562), (0xA69B9B96), (0xA462EE82),
+//(0xA653C323), (0xA4A94026), (0xA60C2200), (0xA4EFCA21), (0xA5C4B85B), (0xA5368C48), (0xA57D865E), (0xA57D8670), (0xA5368C36), (0xA5C4B86D), (0xA4EFCA0F), (0xA60C2213), (0xA4A94014), (0xA653C335), (0xA462EE70), (0xA69B9BA8), (0xA41CD550), (0xA6E3AB3F),
+//(0xA3D6F4DE), (0xA72BF1CF), (0xA3914D46), (0xA7746F29), (0xA34BDEB2), (0xA7BD2322), (0xA306A94D), (0xA8060D8D), (0xA2C1AD42), (0xA84F2E3D), (0xA27CEABB), (0xA8988504), (0xA23861E4), (0xA8E211B5), (0xA1F412E6), (0xA92BD424), (0xA1AFFF45), (0xA975CAA9),
+//(0xA16C2476), (0xA9BFF808), (0xA12883FE), (0xAA0A5A9B), (0xA0E51E07), (0xAA54F234), (0xA0A1F2BB), (0xAA9FBEA5), (0xA05F0242), (0xAAEABFC1), (0xA01C4CC7), (0xAB35F559), (0x9FD9D272), (0xAB815F3E), (0x9F97936C), (0xABCCFD41), (0x9F558FDF), (0xAC18CF35),
+//(0x9F13C7F2), (0xAC64D4EB), (0x9ED23BCF), (0xACB10E33), (0x9E90EB9E), (0xACFD7ADF), (0x9E4FD787), (0xAD4A1AC0), (0x9E0EFFB3), (0xAD96EDA5), (0x9DCE6449), (0xADE3F360), (0x9D8E0571), (0xAE312BC2), (0x9D4DE353), (0xAE7E969A), (0x9D0DFE16), (0xAECC33B9),
+//(0x9CCE55E3), (0xAF1A02EF), (0x9C8EEADF), (0xAF68040D), (0x9C4FBD33), (0xAFB636E1), (0x9C10CD05), (0xB0049B3B), (0x9BD21A7C), (0xB05330EC), (0x9B93A5BF), (0xB0A1F7C3), (0x9B556EF4), (0xB0F0EF90), (0x9B177642), (0xB1401820), (0x9AD9BD09), (0xB18F6FB0),
+//(0x9A9C40F9), (0xB1DEF936), (0x9A5F0375), (0xB22EB2EE), (0x9A2204A1), (0xB27E9CA6), (0x99E544A3), (0xB2CEB62E), (0x99A8C3A1), (0xB31EFF54), (0x996C81C0), (0xB36F77E5), (0x99307F26), (0xB3C01FB2), (0x98F4BBF6), (0xB410F687), (0x98B93857), (0xB461FC33),
+//(0x987DF46D), (0xB4B33085), (0x9842F05C), (0xB5049349), (0x98082C49), (0xB556244E), (0x97CDA858), (0xB5A7E362), (0x979364AD), (0xB5F9D051), (0x9759616C), (0xB64BEAEA), (0x971F9EB9), (0xB69E32FA), (0x96E61CB8), (0xB6F0A84E), (0x96ACDB8B), (0xB7434AB3),
+//(0x9673DB57), (0xB79619F7), (0x963B1C3F), (0xB7E915E5), (0x96029E64), (0xB83C3E4C), (0x95CA61EB), (0xB88F92F7), (0x959266F7), (0xB8E313B4), (0x955AADA8), (0xB936C04E), (0x95233623), (0xB98A9893), (0x94EC0089), (0xB9DE9C4D), (0x94B50E13), (0xBA32C99E),
+//(0x947E5CB3), (0xBA8723A9), (0x9447EDA5), (0xBADBA88F), (0x9411C109), (0xBB30581B), (0x93DBD700), (0xBB85321A), (0x93A62FAD), (0xBBDA3657), (0x9370CB30), (0xBC2F649D), (0x933BA9AA), (0xBC84BCB8), (0x9306CB3C), (0xBCDA3E74), (0x92D23006), (0xBD2FE99B),
+//(0x929DD829), (0xBD85BDF8), (0x9269C3C6), (0xBDDBBB58), (0x9235F2FC), (0xBE31E184), (0x920265EB), (0xBE883048), (0x91CF1CB3), (0xBEDEA76E), (0x919C1774), (0xBF3546C1), (0x9169564D), (0xBF8C0E0C), (0x9136D95E), (0xBFE2FD18), (0x9104A0C5), (0xC03A13B2),
+//(0x90D2ACA2), (0xC09151A2), (0x90A0FD14), (0xC0E8B6B2), (0x906F9239), (0xC14042AE), (0x903E6C2F), (0xC197F55F), (0x900D8B15), (0xC1EFCE8E), (0x8FDCEF09), (0xC247CE07), (0x8FAC9829), (0xC29FF391), (0x8F7C8694), (0xC2F83EF8), (0x8F4CBA65), (0xC350B004),
+//(0x8F1D34AD), (0xC3A944BC), (0x8EEDF3A5), (0xC402006F), (0x8EBEF85C), (0xC45AE123), (0x8E9042EF), (0xC4B3E6A3), (0x8E61D37C), (0xC50D10B6), (0x8E33AA1F), (0xC5665F26), (0x8E05C6F4), (0xC5BFD1BC), (0x8DD82A17), (0xC6196840), (0x8DAAD3A6), (0xC673227C),
+//(0x8D7DC3BB), (0xC6CD0038), (0x8D50FA73), (0xC727013D), (0x8D2477E9), (0xC7812552), (0x8CF83C39), (0xC7DB6C41), (0x8CCC477E), (0xC835D5D2), (0x8CA099D3), (0xC89061CD), (0x8C753352), (0xC8EB0FFA), (0x8C4A1418), (0xC945E021), (0x8C1F3C3E), (0xC9A0D20A),
+//(0x8BF4ABDF), (0xC9FBE57E), (0x8BCA6314), (0xCA571A43), (0x8BA061F9), (0xCAB27022), (0x8B76A8A7), (0xCB0DE6E2), (0x8B4D3738), (0xCB697E4C), (0x8B240DC5), (0xCBC53625), (0x8AFB2C68), (0xCC210E37), (0x8AD2933A), (0xCC7D0647), (0x8AAA4254), (0xCCD91E1E),
+//(0x8A823A9A), (0xCD3553AD), (0x8A5A7A8D), (0xCD91AA66), (0x8A330312), (0xCDEE203A), (0x8A0BD442), (0xCE4AB4F1), (0x89E4EE34), (0xCEA76852), (0x89BE5100), (0xCF043A24), (0x8997FCBF), (0xCF612A2C), (0x8971F188), (0xCFBE3833), (0x894C2F73), (0xD01B63FE),
+//(0x8926B697), (0xD078AD53), (0x8901870A), (0xD0D613FB), (0x88DCA0E4), (0xD13397BA), (0x88B8043C), (0xD1913857), (0x8893B128), (0xD1EEF599), (0x886FA7BF), (0xD24CCF45), (0x884BE817), (0xD2AAC522), (0x88287246), (0xD308D6F6), (0x88054661), (0xD3670487),
+//(0x87E2647F), (0xD3C54D9A), (0x87BFCCB5), (0xD423B1F5), (0x879D7F18), (0xD482315F), (0x877B7BBD), (0xD4E0CB9C), (0x8759C2BA), (0xD53F8074), (0x87385424), (0xD59E4FAA), (0x8717300E), (0xD5FD3905), (0x86F6568E), (0xD65C3C4A), (0x86D5C7B7), (0xD6BB593F),
+//(0x86B5839E), (0xD71A8FA8), (0x86958AF9), (0xD779DD66), (0x8675DC95), (0xD7D94608), (0x8656792A), (0xD838C76F), (0x863760CC), (0xD8986160), (0x8618938D), (0xD8F8139F), (0x85FA1180), (0xD957DDF1), (0x85DBDAB8), (0xD9B7C01C), (0x85BDEF49), (0xDA17B9E5),
+//(0x85A04F43), (0xDA77CB0F), (0x8582FABB), (0xDAD7F360), (0x8565F1C1), (0xDB38329D), (0x85493467), (0xDB98888A), (0x852CC2C0), (0xDBF8F4EC), (0x85109CDD), (0xDC597787), (0x84F4C2CF), (0xDCBA1020), (0x84D934A7), (0xDD1ABE7A), (0x84BDF277), (0xDD7B825C),
+//(0x84A2FC4F), (0xDDDC5B88), (0x8488523F), (0xDE3D49C3), (0x846DF45A), (0xDE9E4CD2), (0x8453E2AD), (0xDEFF6478), (0x843A1D4B), (0xDF60907A), (0x8420A441), (0xDFC1D09B), (0x840777A2), (0xE02324A0), (0x83EE977A), (0xE0848C4C), (0x83D603DC), (0xE0E60764),
+//(0x83BDBCD4), (0xE14795AB), (0x83A5C2EC), (0xE1A934F4), (0x838E153E), (0xE20AE8E5), (0x8376B454), (0xE26CAF51), (0x835FA03C), (0xE2CE87FB), (0x8348D904), (0xE33072A7), (0x83325EBA), (0xE3926F19), (0x831C316D), (0xE3F47D14), (0x8306512A), (0xE4569C5C),
+//(0x82F0BDFE), (0xE4B8CCB4), (0x82DB77F7), (0xE51B0DDF), (0x82C67F21), (0xE57D5FA2), (0x82B1D38B), (0xE5DFC1BE), (0x829D7540), (0xE64233F9), (0x8289644D), (0xE6A4B614), (0x8275A0BE), (0xE70747D4), (0x82622AA1), (0xE769E8FB), (0x824F0200), (0xE7CC994C),
+//(0x823C26E7), (0xE82F588C), (0x82299962), (0xE892267C), (0x8217597D), (0xE8F502DF), (0x82056743), (0xE957ED7A), (0x81F3C2BF), (0xE9BAE60E), (0x81E26BFB), (0xEA1DEC5F), (0x81D16303), (0xEA810030), (0x81C0A7E1), (0xEAE42143), (0x81B03AA0), (0xEB474F5C),
+//(0x81A01B48), (0xEBAA8A3D), (0x81904A35), (0xEC0DCFAF), (0x8180C6CF), (0xEC712368), (0x81719170), (0xECD48332), (0x8162AA22), (0xED37EECF), (0x815410EF), (0xED9B6602), (0x8145C5DF), (0xEDFEE88E), (0x8137C8FB), (0xEE627634), (0x812A1A4C), (0xEEC60EB9),
+//(0x811CB9DA), (0xEF29B1DD), (0x810FA7AD), (0xEF8D5F65), (0x8102E3CE), (0xEFF11711), (0x80F66E44), (0xF054D8A6), (0x80EA4717), (0xF0B8A3E5), (0x80DE6E4F), (0xF11C7891), (0x80D2E3F2), (0xF180566B), (0x80C7A809), (0xF1E43D38), (0x80BCBA99), (0xF2482CB8),
+//(0x80B21BAA), (0xF2AC24AF), (0x80A7CB42), (0xF31024DE), (0x809DC968), (0xF3742D08), (0x80941622), (0xF3D83CEF), (0x808AB175), (0xF43C5456), (0x80819B68), (0xF4A072FF), (0x8078D3FF), (0xF50498AB), (0x80705B42), (0xF568C51E), (0x80683134), (0xF5CCF819),
+//(0x806055DB), (0xF631315F), (0x8058C93B), (0xF69570B2), (0x80518B7E), (0xF6F9B3D5), (0x804A9C5E), (0xF75DFE87), (0x8043FC05), (0xF7C24E8D), (0x803DAA77), (0xF826A3A8), (0x8037A7B8), (0xF88AFD9B), (0x8031F3CB), (0xF8EF5C28), (0x802C8EB5), (0xF953BF10),
+//(0x80277879), (0xF9B82615), (0x8022B119), (0xFA1C90FB), (0x801E3899), (0xFA80FF82), (0x801A0EFC), (0xFAE5716D), (0x80163443), (0xFB49E67F), (0x8012A872), (0xFBAE5E78), (0x800F6B8A), (0xFC12D91B), (0x800C7D8D), (0xFC77562A), (0x8009DE7E), (0xFCDBD568),
+//(0x80078E5F), (0xFD405695), (0x80058D2F), (0xFDA4D975), (0x8003DAF1), (0xFE095DC8), (0x800277A6), (0xFE6DE352), (0x8001634E), (0xFED269D3), (0x80009DEA), (0xFF36F10F), (0x8000277B), (0xFF9B78C7), (0x00000009), (0x9FC5AC28), (0x00000001), (0x00000200),
+//(0x00000400), (0x8000FFD0), (0x0000000A), (0x00000009), (0x9FC5E1D8), (0x9FC56DCC), (0x800022D8), (0x9FC2CCEC), (0x8000FFD0), (0x00000000), (0x000000A0), (0x8000FF68), (0x00000000), (0xFFFFFFFF), (0x8FFFFC60), (0x00000400), (0x80012B08), (0x8000FFD0),
+//(0x8000F3A0), (0x80012990), (0x9FC57FCC), (0x9FC181E8), (0x00000004), (0x8000F3C4), (0x800127D9), (0x80010FD0), (0x00000009), (0xFFFFFFFF), (0x800120E8), (0x9FC0E9E0), (0x8000F3C8), (0x00000002), (0x80012378), (0x8000F3C4), (0x8000F3A0), (0xFFFFFFFF),
+//(0x8000C774), (0x00000000), (0x00000000), (0x9FC134A4), (0x00000002), (0x9FC5AC28), (0x8000F3A0), (0x00000002), (0x800022D8), (0x00000001), (0x8000F3A0), (0x00000000), (0x80012AF8), (0x00000002), (0x00000001), (0x9FC0D3BC), (0x8000C774), (0x9FC07600),
+//(0x00000003), (0x8FFFFCB0), (0x00000002), (0x8000C9A0), (0x8FFFFC00), (0x00000000), (0x01010000), (0x00000000), (0x8000F420), (0x00000000), (0x00000001), (0x00000000), (0x0000FFC8), (0x00000007), (0x8000F3E8), (0x800042D8), (0x00000000), (0x8000C76C),
+//(0x8000F3A0), (0x8000C774), (0x00000000), (0x00010000), (0x00000001), (0x800022D8), (0x80000548), (0x9FC06E18), (0x9FC06380), (0x00000000), (0x800022D8), (0x00000001), (0x8000F3A0), (0x8FFFFD60), (0x8000F3A0), (0x8000C760), (0x00000000), (0x80000648),
+//(0x8000F3A0), (0x8FFFFF88), (0x00000000), (0x00002000), (0x800042D8), (0x800022D8), (0x9FC0386C), (0x9FC0385C), (0x00000005), (0x8FFFFF88), (0x9FC60B99), (0x80000548), (0x80002108), (0x80002100), (0x80002104), (0x8FFFFEE8), (0x80000648), (0x9FC3FD3C),
+//(0x00000000), (0x80001698), (0x9FC47D40), (0x00000000), (0x00000004), (0x800018C0), (0x8FFFFE00), (0x800018C4), (0x9FC60A50), (0x01040200), (0x2E342E31), (0x00000032), (0x00000011), (0x8FFFFE00), (0x9FC52984), (0x9FC60A5C), (0x00000000), (0x8FFFFE00),
+//(0x9FC52978), (0x01040400), (0x2E342E31), (0x9FC60034), (0x00000000), (0x00000000), (0x9FC52984), (0x9FC52990), (0x0001F31F), (0x9FC630C4), (0x9FC49524), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x9FC6310C), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x9FC4A214), (0x800018C0), (0x00000001), (0x9FC47468), (0x00000000), (0x00000000), (0x00000001), (0x8FFFFEC8), (0x00000000), (0x80001978),
+//(0x9FC47D40), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x9FC4783C), (0x00000000), (0x00000000), (0x80001978), (0x00000003), (0x9FC63030), (0x9FC60000), (0x00000000), (0x10000000), (0x80001614), (0x80001698), (0x9FC48B08), (0x9FC63010),
+//(0x9FC6307C), (0x9FC63001), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x9FC6372C), (0x00000007), (0x8000BD68), (0x00000000), (0x00000005), (0x8FFFFF88), (0x00000000), (0x9FC4D5EC), (0x00000000), (0x10000000),
+//(0x9FC49264), (0x9FC49258), (0x00000000), (0x00000002), (0x00000000), (0x00000000), (0x00000001), (0xFFFFFFFF), (0x00000005), (0x8FFFFF88), (0x00000000), (0x10000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x20000000), (0x9FC014BC),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8FFFFFA1), (0x8FFFFFDD), (0x8FFFFFE1), (0x8FFFFFF4), (0x8FFFFFF8), (0x00000000), (0x6F682F00), (0x6C2F656D), (0x6D2F686F), (0x532F746E), (0x732F4E56), (0x432F6564),
+//(0x685F4B44), (0x63616165), (0x2F636564), (0x2F6E6962), (0x44636161), (0x646F6365), (0x735F7265), (0x4C5F6564), (0x78756E69), (0x66692D00), (0x65687400), (0x74736574), (0x5F313434), (0x612E636C), (0x00737464), (0x00666F2D), (0x2E706D74), (0x00766177),
+//(0x8FB40060), (0x10000008), (0x8FB50064), (0x02403021), (0x0FF13E42), (0x02603821), (0x0040A021), (0x0060A821), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x15000007), (0x00000000),
+//(0x106B0007), (0x00000000), (0x0BF14379), (0x00000000), (0x1080FFF7), (0x00000000), (0x02E03821), (0x02C02021), (0x1440FF96), (0x02E02821), (0x02802021), (0x1000FF93), (0x02A02821), (0x8FA60028), (0x8FA60028), (0x8FA7002C), (0x00402021), (0x00602821),
+//(0x00409021), (0x00609821), (0xAFA20060), (0x0FF141EE), (0x8CC42D48), (0x8CC52D4C), (0x0FF144AE), (0x24060036), (0x8FA40068), (0x8FA5006C), (0x00403021), (0x00603821), (0x8FB20040), (0x8FB1003C), (0x8FB00038), (0x00801021), (0x00A01821), (0x03E00008),
+//(0x27BD0060), (0x00002821), (0x00000000), (0x00000000), (0x00000000), (0x8000C668), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x52082450), (0x3EED1705), (0xF20FF8A1), (0x89F6E17F), (0x17D7DC00), (0x09B9F2C3), (0x6378968C), (0xAF0607F6),
+//(0xFDFDE0C9), (0x3CE3DFEE), (0x5168229E), (0x7CF79734), (0xF5FFF56F), (0x30700093), (0x135F5C75), (0xE6D73EEE), (0x6E400DF9), (0x58252ACB), (0x557311CA), (0x5539B303), (0x56557355), (0xB6BDACEF), (0x59F9428D), (0x9AE63020), (0x558FF7E7), (0x7955806D),
+//(0x09D549F3), (0x603BF5B7), (0x3134413B), (0xBCA7C1AA), (0xA98D1339), (0x57B29C97), (0x50F1FF07), (0xE4A13980), (0xD0881A21), (0xC1FFE30A), (0xB0A66C19), (0x18416490), (0x160E0214), (0xA584CBB5), (0x02AAA82A), (0x73981340), (0x964A24DE), (0x6E829FC4),
+//(0xDFD62360), (0x4C3BF152), (0x38721574), (0xD46BC912), (0xBBD65F9D), (0xE6F02C9D), (0x867C6EEC), (0x43FAB725), (0xA4144419), (0x69BB6AAF), (0xCE27B744), (0x022241A9), (0x1EB7FDD8), (0x1CA6CBC0), (0xBBCBC111), (0xA6FD1403), (0x76C688D9), (0xB47186CB),
+//(0x5E98936D), (0x9BBF7E2E), (0x8B7FBCEC), (0x9DAF7EF5), (0x7E3A79F1), (0x9C896ACD), (0x628F249A), (0xDD6E51AF), (0xAF73994B), (0x5966995D), (0xB7620597), (0x369B1E54), (0x7CEDC787), (0xE7B15B1F), (0xB36F5F7D), (0xB5B73EF6), (0xD76EEEE2), (0x14E86186),
+//(0xC05DF14E), (0x8050F1FF), (0x218C2131), (0xBE25941A), (0x9041CD06), (0x1EE8A9C0), (0xD530FEDD), (0x7495C808), (0xCC159291), (0x4EC85CA3), (0xEC3C704E), (0x0B6633B3), (0x4D992D4B), (0xEB1B5774), (0xDFB9D508), (0x11783719), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x37000000), (0x000080A3), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8C872F24), (0x0FF11B13), (0x02002021), (0x3C069FC6),
+//(0x00602821), (0x0060A821), (0x24C32D48), (0x8C660000), (0x00803021), (0x0FF13AA0), (0x00A03821), (0x1000FFEC), (0x00402021), (0x8FA60068), (0x0FF13E42), (0x8FA7006C), (0x02002021), (0x00602821), (0x0FF141EE), (0x00608821), (0x04400016), (0x02002021),
+//(0x3C059FC6), (0x8CA62E78), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x5C5D4A7F), (0x5C8016FF), (0x5CA2CA7F), (0x5CC575FF), (0x5CE80FFF), (0x5D0A997F), (0x5D2D1AFF), (0x5D4F8B7F),
+//(0x8F87815C), (0x00402021), (0x0FF13BD0), (0x00602821), (0x00402021), (0x0FF13E45), (0x00602821), (0x0276202A), (0x004B500B), (0x24030001), (0x1543FFE9), (0x714B5820), (0x000F3D00), (0x00003021), (0x00C01021), (0x03E00008), (0x014B6825), (0x000860C0),
+//(0x00007021), (0x00007821), (0x00005021), (0x10000013), (0x3C0B0040), (0x008C182B), (0x8FFF7570), (0xAE290094), (0xAE1100A8), (0x15070023), (0x8FFF7580), (0x8E0F0098), (0x8DE50020), (0x50A00020), (0xAFB20020), (0xAFB1001C), (0xAFBF0028), (0xAFB00018),
+//(0x8C900020), (0x00A08821), (0x8E020008), (0x8CA50008), (0x0FF003A4), (0x00003021), (0x04400031), (0x2403001D), (0x8E260008), (0x8E25000C), (0xAE060008), (0xAE05000C), (0x0FF123AB), (0x00000000), (0x00409021), (0x8E2A0010), (0x2E490001), (0x000A402B),
+//(0x1000FFEA), (0x01091024), (0x8E240008), (0x8E25000C), (0x8E660018), (0xAE05000C), (0xAE040008), (0x8E07000C), (0x8CC30094), (0x0067582A), (0x8FBF0028), (0xACC40090), (0xACC50094), (0x02401821), (0x8FBF0028), (0x8FB30024), (0x8FB20020), (0x8FB1001C),
+//(0x27A40070), (0x12000005), (0x8FA20094), (0x0FF11CDB), (0x00000000), (0xAC500000), (0x2402FFFF), (0x8FBF00BC), (0x00000000), (0x10000009), (0x8E430000), (0x12200006), (0x00000000), (0x964E0010), (0x2403FFFF), (0x35CD0040), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xFF7B0000), (0x2E8050F1), (0x10214482), (0x1BA00005), (0x0000C0FF), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x2463FFF8), (0x1060000E), (0x270703FF), (0x00601027), (0x00692804), (0x00481006), (0x00682004), (0x00021042), (0xB56DA974), (0xCACDB07C), (0x4EE1ADD4), (0xEF859B34), (0x89F47B47), (0x515C155A), (0x38D06757), (0x8050F1FF),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8FFF6F50), (0x54414C20), (0x7573204D), (0x726F7070), (0x8FFF6F60), (0x0000000A), (0x2D2D202A), (0x57415220), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00602821), (0x02403021), (0x0FF13D01), (0x02603821), (0x1000FEEF), (0x00402021), (0x02002021), (0x02202821), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xA4370000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xFF770000), (0x2E8050F1), (0x1A214462), (0x04D6D583), (0x40031282),
+//(0x6469A735), (0x0B4C99A3), (0x0AF88594), (0xF90969D7), (0x96131C92), (0x025EEA10), (0x3A1FE421), (0x614FF390), (0x1CFDC327), (0xC177E04F), (0xF4D87E82), (0x78253F39), (0xBB839F94), (0x998B3EB1), (0x80F28098), (0xDF3FABCD), (0x24D840AC), (0xBA95321C),
+//(0xDC211D20), (0x15041942), (0x61858ABD), (0x546084A1), (0xA70D219C), (0x7BD52135), (0x78060F71), (0xEA3C87D8), (0x3FAF3A24), (0xE4B2C421), (0xB99D1453), (0x2741E264), (0x2239813A), (0x2944DA20), (0x441EF7C4), (0x0BD0B720), (0xED84EA26), (0x73E0C0D2),
+//(0x678E3039), (0x21420109), (0x8607492E), (0x28CEF440), (0x022768C8), (0xF68E3611), (0x84E84D55), (0x73004C04), (0xF9B6630E), (0x677FFA8F), (0x530CB18F), (0x2C4EE310), (0xABC7537C), (0x82CFDBCB), (0x100C63A2), (0x876D75BA), (0xC683F888), (0x0CDC1E1E),
+//(0xA600E833), (0x33036066), (0x4305049C), (0x40890713), (0x9D12532E), (0x7B6E2FE2), (0xE244CC09), (0x9FFB2082), (0xAB3735D3), (0x00000080), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8D062F90), (0x8D072F94), (0x00402021), (0x0FF13D01),
+//(0x00602821), (0x00403021), (0x02002021), (0x02202821), (0x00000000), (0x00000000), (0xF1FF7A00), (0xE23A8050), (0x841A2114), (0xC588DA75), (0x02400143), (0xAED6AAD7), (0x94C2545B), (0x3E46156C), (0x05BFDF27), (0xB0822075), (0xD24C7BC4), (0x62122054),
+//(0x8CC41C49), (0x2C414972), (0x80C5DA0E), (0xD84A007C), (0x719E73C0), (0x765014B0), (0x0A391BC8), (0x60A70223), (0x54CDA46B), (0x4606D455), (0x37B6A738), (0xFFBB7D71), (0x5FEDD12F), (0xEE47FDC8), (0x3DC7913F), (0xEAEEF7FD), (0x219DADEC), (0xF9E53F5F),
+//(0xB3D82D9E), (0xBBB79BCB), (0x43AD2AAB), (0x0E7ADBC0), (0xABBD0952), (0x1A6EF43A), (0xCD9B2A9D), (0x7222B366), (0x979E89E9), (0x02C9113F), (0x1D511466), (0x57A92206), (0x4A412075), (0xFD31D783), (0xA7542EFC), (0x24B76975), (0xB99962C7), (0x19F1D356),
+//(0x9D12C3CB), (0x6D37D542), (0x29E7214D), (0x8900F645), (0xB154AD4A), (0xF047D988), (0xF55EE1D5), (0xC00B6932), (0x85ACE912), (0x8208B1B9), (0x80E14170), (0xA1D67C3F), (0x058035B3), (0xA4FE36CA), (0xA58ABACC), (0xC3E9831C), (0x27531B8C), (0xADBB8698),
+//(0x06801C12), (0xAFAEEC8E), (0xC3269291), (0x5C2E01A0), (0x4A61087C), (0x60F21E7B), (0x6B92C670), (0xC9872364), (0x48464C97), (0x342E6499), (0xA6849A48), (0xF034002D), (0x442B4488), (0x160B0442), (0xED52CF50), (0x4D436C05), (0x6841C602), (0xA14F8A82),
+//(0x9AC20DDE), (0x5B9251EE), (0x8ED998D5), (0x92B6EA22), (0x5B136C4B), (0x97C0A45B), (0x459C94A4), (0xCD9583C0), (0x6C589DF8), (0x3C9A17CD), (0x906601BF), (0x84D612E1), (0x67176F5F), (0xE47D5A44), (0x37386D5E), (0x92A4D61B), (0x28C513FB), (0x6E91599A),
+//(0x653DA16D), (0xA19C39C0), (0x427690AD), (0x7005461C), (0xAB6C1EE4), (0x80BACC2D), (0x780A18C5), (0x822DC774), (0xB6043036), (0x00789C18), (0x106C9507), (0x4103A864), (0xC511585B), (0xF3E9B7F8), (0x24D79C4D), (0x31B20EB5), (0xB1C0483E), (0xE25C56B9),
+//(0x96991096), (0x7CD4121F), (0x8A3B83F4), (0x704271C2), (0xB5C26ACC), (0x2B131AF0), (0x8B7FBCEC), (0x9DAF7EF5), (0x7E3A79F1), (0x9C896ACD), (0x628F249A), (0xDD6E51AF), (0xAF73994B), (0x5966995D), (0xB7620597), (0x369B1E54), (0x7CEDC787), (0xE7B15B1F),
+//(0xB36F5F7D), (0xB5B73EF6), (0xD76EEEE2), (0x14E86186), (0xCC159291), (0x4EC85CA3), (0xEC3C704E), (0x0B6633B3), (0x4D992D4B), (0xEB1B5774), (0xDFB9D508), (0x11783719), (0x77BB10B0), (0xFCDF8350), (0xD34A7C65), (0xEF6E57BB), (0xECD56C68), (0x8EB7CA36),
+//(0x2F26B136), (0x55631269), (0xEF1213E1), (0xA56AB844), (0xAA4B1D64), (0x64341EA9), (0x0CE9DB48), (0x460C2144), (0xADC50205), (0x515C472F), (0x136AC219), (0x4716CED1), (0xC8B8CE4E), (0x1D168210), (0x92334A81), (0x90DC910C), (0x49A00220), (0xE5F2C831),
+//(0xB67DC785), (0x3C495174), (0x0D1F4C2A), (0x3AD787FD), (0xE9C9FB27), (0x7DFC2713), (0xEB39C4B3), (0x96F75F18), (0xACC3B410), (0x0FF127C3), (0x00000000), (0x8E2AB3FC), (0x000A4827), (0x004A4021), (0x01092824), (0x00A28823), (0xAFBF0034), (0xAFB7002C),
+//(0xAFB60028), (0xAFB50024), (0xAFB40020), (0xAFB3001C), (0xAFB20018), (0x3C1E9FC6), (0x006B502B), (0x51400002), (0xAE23BDA0), (0x24120016), (0x0FF007E8), (0x02802021), (0x12400005), (0x02001021), (0x02118021), (0x0FF127C3), (0x02002021), (0x2407FFFF),
+//(0x00502021), (0x10470004), (0x00002821), (0x3C0B8001), (0x8C630004), (0xAC860000), (0x00C02021), (0x1000FFEB), (0x8CC60000), (0xAC800000), (0x0FF0FD25), (0x24040002), (0x1C0B8260), (0x00000000), (0x33C7F780), (0x33F5E840), (0x3423D940), (0x3451B940),
+//(0x347F9940), (0x34AD6880), (0x8E080008), (0xAE080004), (0x960C0010), (0xAE040000), (0x358A0002), (0x314BFFFF), (0x31691000), (0x31640008), (0x960D0010), (0x31A4FFF7), (0xA6040010), (0x960F0010), (0x31EEEFFF), (0xA60E0010), (0x8FBF0014), (0x8FB00010),
+//(0x964E0010), (0x8E4A0000), (0x1540001F), (0x00C08821), (0x8E530008), (0xAE530004), (0xAE460000), (0x86440012), (0x10000013), (0xA64D0010), (0x8E430000), (0x8E510004), (0x2462FFFF), (0xAE420000), (0xA2340000), (0x965F0010), (0x529DA0D8), (0xBC180017),
+//(0x19AB803B), (0x83F00020), (0x50F1FF07), (0xD4C02D80), (0xFC881A21), (0xC1BF0100), (0x5841680B), (0x103B2CC0), (0xB042C28A), (0x2324E8A8), (0x31531430), (0xEF71DD0E), (0x7C1B9D8E), (0x0998C228), (0x8FFF76F0), (0x00000000), (0x00000000), (0x00000000),
+//(0x8FFF7700), (0x00000000), (0x00000000), (0x00000000), (0x03E00008), (0x2402FFFF), (0x1580FFFD), (0x00000000), (0x0BF14379), (0x00000000), (0x3C0F7FFF), (0x35EFFFFF), (0x12000024), (0x8FAA049C), (0x27A40020), (0x8FB50498), (0x02449823), (0x02B32821),
+//(0x31110008), (0x1220000C), (0xB56DA974), (0xCACDB07C), (0x4EE1ADD4), (0xEF859B34), (0x89F47B47), (0x515C155A), (0x38D06757), (0x8050F1FF), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x8FFF76B0), (0x00601021), (0x03E00008), (0x27BD0028), (0x8FFF76C0), (0x00A04021), (0x00C03821), (0x1460003A), (0x8FB40020), (0x8FB3001C), (0x8FB20018), (0x8FB10014), (0x8FB00010), (0x03E00008), (0x27BD0028), (0x27BDFFE0), (0x02402021), (0x02602821),
+//(0x0FF01178), (0x2631FFFF), (0x1620FFF9), (0x26100008), (0x26940001), (0x2A83000C), (0x80000948), (0x3FFFFFFF), (0x7FFFFFFD), (0x80000748), (0x9FC5DFC8), (0x764230FC), (0x30FC7642), (0x00000000), (0x8FB304EC), (0x26B20003), (0x26710001), (0x2414FFFC),
+//(0x02548024), (0xAFB104EC), (0x92320000), (0x8E060000), (0x70C3F802), (0x24590001), (0xAFB904EC), (0x03F2C021), (0x93320000), (0x265EFFD0), (0x2FD7000A), (0x16E0FFF7), (0x9FC409DC), (0x9FC41AE4), (0x9FC41AE4), (0x9FC41AE4), (0x9FC41AE4), (0x9FC41AE4),
+//(0x9FC41AE4), (0x9FC41AE4), (0xA600E833), (0x33036066), (0x4305049C), (0x40890713), (0x9D12532E), (0x7B6E2FE2), (0xE244CC09), (0x9FFB2082), (0x1460FFE9), (0x02A02021), (0x0FF0121E), (0x02402021), (0x0FF0118C), (0x00002021), (0x8FA54018), (0x0FF1445E),
+//(0x00004812), (0x00008810), (0x000D6AC0), (0x00830019), (0x01A88025), (0x00106002), (0x00003810), (0x00001012), (0x71830001), (0x01625021), (0x014E2821), (0x00008812), (0x014B402B), (0x00AA302B), (0x000F7002), (0x00005010), (0xBA3670F0), (0x699195A2),
+//(0x172D2FD0), (0xBE386D51), (0xC4AEA51C), (0x2AA77D7D), (0x8B51D3B4), (0xCF490FD9), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8880B388), (0x4D596B2D), (0x37D74DCF), (0x58138B38),
+//(0x5B7BCD4E), (0xAE6C4422), (0x4E5D1AF1), (0xDE7396A5), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x0100FEF7), (0x000000C8), (0x8000C0C0), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000001), (0x000021B2), (0x00000000), (0x00000000), (0x00000000), (0x9FC6307C), (0x00000000),
+//(0x00060001), (0x00000001), (0x00000000), (0x8000C0D0), (0x8000C008), (0x00000000), (0x736E6F63), (0x00656C6F), (0x0100FEF7), (0x000000C8), (0x8000C188), (0x00000000), (0x00000000), (0x00000000), (0x00402021), (0x00602821), (0x02C03021), (0x0FF11ABF),
+//(0x02E03821), (0x00408021), (0x3C029FC6), (0x8C462E70), (0x00000000), (0x00000000), (0x00000000), (0x8000C668), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x52082450), (0x3EED1705), (0xF20FF8A1), (0x89F6E17F), (0x17D7DC00), (0x09B9F2C3),
+//(0x6378968C), (0xAF0607F6), (0xFDFDE0C9), (0x3CE3DFEE), (0x5168229E), (0x7CF79734), (0xF5FFF56F), (0x30700093), (0x135F5C75), (0xE6D73EEE), (0x6E400DF9), (0x58252ACB), (0x557311CA), (0x5539B303), (0x56557355), (0xB6BDACEF), (0x59F9428D), (0x9AE63020),
+//(0x8000C0D0), (0x00000000), (0x00797474), (0x24030001), (0x0100FEF7), (0x000000C8), (0x8000C250), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x000021B2), (0x00000000), (0x00000000), (0x00000000), (0x9FC6307C), (0x00000000), (0x00080001), (0x00000001), (0x00000000), (0x00000000), (0x8000C198), (0x00000000), (0x30797474), (0x10470000),
+//(0x0100FEF7), (0x00000408), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x2A2A2A2A), (0x77BB10B0), (0xFCDF8350), (0xD34A7C65), (0xEF6E57BB), (0xECD56C68), (0x8EB7CA36), (0x2F26B136), (0x55631269),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x37000000), (0x000080A3), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8C872F24), (0x0FF11B13),
+//(0x02002021), (0x3C069FC6), (0x00602821), (0x0060A821), (0x24C32D48), (0x8C660000), (0x00803021), (0x0FF13AA0), (0x00A03821), (0x1000FFEC), (0x00402021), (0x8FA60068), (0x0FF13E42), (0x8FA7006C), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000001), (0x00000001), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000001), (0x10800004), (0x0100FEF7), (0x00000168), (0x80012538), (0x80012548), (0x80012648), (0x80012748), (0x80010FD0), (0x80010FD0), (0x800111D0), (0x800113D0), (0x800115D0), (0x800117D0), (0x800119D0), (0x80011BD0), (0x80011DD0), (0x800127C8),
+//(0x800127D9), (0x8001297A), (0x80012985), (0x8000FF78), (0x8000FF08), (0x80011FE0), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x37000000), (0x000080A3), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x8E040000), (0x8CE50000), (0x8CE60004), (0x0FF003A2), (0x24120005), (0x00402021), (0x10400004), (0x02202821), (0x0FF123AB), (0x00000000), (0x00409021), (0x8E2A0010),
+//(0x2E490001), (0x000A402B), (0x1000FFEA), (0x01091024), (0x8E240008), (0x8E25000C), (0x8E660018), (0xAE05000C), (0xAE040008), (0x8E07000C), (0x8CC30094), (0x0067582A), (0x8FBF0028), (0xACC40090), (0xACC50094), (0x02401821), (0x8FBF0028), (0x8FB30024),
+//(0x8FB20020), (0x8FB1001C), (0x27A40070), (0x12000005), (0x8FA20094), (0x0FF11CDB), (0x00000000), (0xAC500000), (0x2402FFFF), (0x8FBF00BC), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xA4370000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0xFF770000), (0x02203821), (0x0FF13BD0), (0x00602821), (0x3C049FC6), (0x8C862F40), (0x8C872F44), (0x00602821), (0x0FF13D01), (0x8FFF6F50), (0x54414C20), (0x7573204D), (0x726F7070), (0x8FFF6F60), (0x0000000A), (0x2D2D202A), (0x57415220),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x678E3039), (0x21420109), (0x8607492E), (0x28CEF440), (0x022768C8), (0xF68E3611), (0x84E84D55), (0x73004C04), (0xF9B6630E), (0x677FFA8F), (0x530CB18F), (0x2C4EE310),
+//(0xABC7537C), (0x82CFDBCB), (0x100C63A2), (0x876D75BA), (0xC683F888), (0x0CDC1E1E), (0xA600E833), (0x33036066), (0x4305049C), (0x40890713), (0x9D12532E), (0x7B6E2FE2), (0xE244CC09), (0x9FFB2082), (0xAB3735D3), (0x00000080), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xF1FF7A00), (0xE23A8050), (0x841A2114), (0xC588DA75), (0x02400143), (0xAED6AAD7), (0x94C2545B), (0x3E46156C), (0x05BFDF27), (0xB0822075), (0xD24C7BC4), (0x62122054), (0xCEDC07F4), (0xEAB2DE00),
+//(0x045BC1E8), (0x82B2AE86), (0xE4BF2823), (0x9A01B47A), (0x1769438E), (0x015C7986), (0xA70D219C), (0x7BD52135), (0x78060F71), (0xEA3C87D8), (0x3FAF3A24), (0xE4B2C421), (0xB99D1453), (0x2741E264), (0x2239813A), (0x2944DA20), (0x441EF7C4), (0x0BD0B720),
+//(0xED84EA26), (0x73E0C0D2), (0x678E3039), (0x21420109), (0x8607492E), (0x28CEF440), (0x022768C8), (0xF68E3611), (0x84E84D55), (0x73004C04), (0xF9B6630E), (0x677FFA8F), (0x530CB18F), (0x2C4EE310), (0xABC7537C), (0x82CFDBCB), (0x100C63A2), (0x876D75BA),
+//(0xC683F888), (0x0CDC1E1E), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0xA606FB2A), (0xE4CE1557), (0x73240820), (0x8037A8B4), (0xA1D88032), (0x75A3F1C7), (0x32BB0370), (0x5F850242), (0x37B6A738), (0xFFBB7D71), (0x5FEDD12F), (0xEE47FDC8), (0x3DC7913F), (0xEAEEF7FD),
+//(0x219DADEC), (0xF9E53F5F), (0xB3D82D9E), (0xBBB79BCB), (0x43AD2AAB), (0x0E7ADBC0), (0xABBD0952), (0x1A6EF43A), (0xCD9B2A9D), (0x7222B366), (0x979E89E9), (0x02C9113F), (0x1D511466), (0x57A92206), (0x4A412075), (0xFD31D783), (0xA7542EFC), (0x24B76975),
+//(0xB99962C7), (0x19F1D356), (0x9D12C3CB), (0x6D37D542), (0x29E7214D), (0x8900F645), (0xB154AD4A), (0xF047D988), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x00010100), (0x00000000), (0x8000C9E8), (0x8000CBF0), (0x8000CCD0), (0x8000CDB0), (0x8000CE90), (0x00000000), (0x2F26B136), (0x55631269), (0xEF1213E1), (0xA56AB844),
+//(0xAA4B1D64), (0x64341EA9), (0x0CE9DB48), (0x460C2144), (0xADC50205), (0x515C472F), (0x304C29BD), (0x76AF8711), (0x557CADB7), (0x2A9BBC8E), (0xE50E145B), (0x9C2031FD), (0xD9121A8C), (0xF51A96FD), (0x45CCBEBF), (0x5F884871), (0x66DAE291), (0x95ADC9E5),
+//(0x33CF304D), (0x23C87DCE), (0xA7014FB3), (0xFB351E71), (0x8D60F66F), (0xBFD6DDD5), (0x151FE6F1), (0xDCC7935A), (0x0CACFBF0), (0xEE55A371), (0xBE46B755), (0x0F79DCD2), (0x23DFF76D), (0x83DE76D7), (0x8B0E3AEE), (0xB01BFB44), (0x4E3619FA), (0xA19F9E64),
+//(0x549CB16C), (0x74649E69), (0xD8D48ADE), (0x1253AEDD), (0x80410FD2), (0x5B36889D), (0x880CE1E7), (0x56C498E7), (0xBD492AD9), (0x0899E45F), (0x8156E41D), (0x5DA539BA), (0x0AF35B2C), (0xDB89BAAE), (0xA128C966), (0xA02CEAEE), (0x8B7FBCEC), (0x9DAF7EF5),
+//(0x7E3A79F1), (0x9C896ACD), (0x628F249A), (0xDD6E51AF), (0xAF73994B), (0x5966995D), (0xB7620597), (0x369B1E54), (0x7CEDC787), (0xE7B15B1F), (0xB36F5F7D), (0xB5B73EF6), (0xD76EEEE2), (0x14E86186), (0xCC159291), (0x4EC85CA3), (0xEC3C704E), (0x0B6633B3),
+//(0x4D992D4B), (0xEB1B5774), (0xDFB9D508), (0x11783719), (0x9D7048E5), (0xC124569E), (0xCCB0E111), (0x15B2BB86), (0x18371D9C), (0xB2ABD94D), (0x8EC656B3), (0xBF010995), (0x465220BB), (0xC66E1FFC), (0x2C61D356), (0xAFFB176D), (0x88067E23), (0x3796F008),
+//(0xC8D128F3), (0xB661A5FA), (0xF19CE4F0), (0x3F7D0345), (0xE97E6030), (0x4ABA91CF), (0xDEEDAB0C), (0x35FD1D77), (0xDD636439), (0x2F8B794C), (0x764E1D32), (0x7A8D0B1B), (0x8EACB27F), (0x577AD67B), (0x2B3FE2C5), (0x8ACD024A), (0xEDF5C42C), (0xF1CA951C),
+//(0xB98B6D04), (0x6D12B864), (0x50E74D08), (0x73D1503B), (0xC7D3F6A9), (0x1F365E97), (0xE1340E59), (0x89D21B9D), (0x9B756733), (0x9024CD50), (0xE2C7FF52), (0xD9F061EF), (0x77151392), (0xA0E4A004), (0x60BE820F), (0xC7603BAF), (0xA62E3DA9), (0xA400E11F),
+//(0x155111D4), (0x9030A374), (0x14185124), (0x8D043A00), (0x50945258), (0x20A6653E), (0x820D0208), (0x02028207), (0x0100FEF7), (0x000000E0), (0x00000000), (0x00000007), (0x00000038), (0x00000000), (0x00000038), (0x00010000), (0x00000000), (0x00000000),
+//(0x00000000), (0x00000000), (0x00000000), (0x00000000), (0x54442D18), (0x401921FB), (0x86B2A52E), (0xBDA8BD59), (0x60DDDC8C), (0x3E21EE3B)
+//};
diff --git a/libFDK/src/mips/scale.cpp b/libFDK/src/mips/scale.cpp
new file mode 100644 (file)
index 0000000..88a3a00
--- /dev/null
@@ -0,0 +1,119 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#if defined(__mips_dsp)
+
+#ifndef FUNCTION_getScalefactor_DBL
+#define FUNCTION_getScalefactor_DBL
+/*!
+ *
+ *  \brief Calculate max possible scale factor for input vector
+ *
+ *  \return Maximum scale factor
+ *
+ *  This function can constitute a significant amount of computational complexity - very much depending on the
+ *  bitrate. Since it is a rather small function, effective assembler optimization might be possible.
+ *
+ */
+inline INT getScalefactor(const FIXP_DBL *vector, /*!< Pointer to input vector */
+                          INT len)                /*!< Length of input vector */
+{
+  INT i;
+  FIXP_DBL maxVal = FL2FX_DBL(0.0f);
+
+  for(i=len;i!=0;i--){
+    maxVal |= __builtin_mips_absq_s_w(*vector++);
+  }
+
+  return fixMax((INT)0,(CntLeadingZeros(maxVal) - 1));
+}
+#endif
+
+#endif /*__mips_dsp */
diff --git a/libFDK/src/qmf.cpp b/libFDK/src/qmf.cpp
new file mode 100644 (file)
index 0000000..54526dd
--- /dev/null
@@ -0,0 +1,1196 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/********************************  Fraunhofer IIS  ***************************
+
+   Author(s):   Markus Lohwasser, Josef Hoepfl, Manuel Jander
+   Description: QMF filterbank
+
+******************************************************************************/
+
+/*!
+  \file
+  \brief  Complex qmf analysis/synthesis,  
+  This module contains the qmf filterbank for analysis [ cplxAnalysisQmfFiltering() ] and
+  synthesis [ cplxSynthesisQmfFiltering() ]. It is a polyphase implementation of a complex
+  exponential modulated filter bank. The analysis part usually runs at half the sample rate
+  than the synthesis part. (So called "dual-rate" mode.)
+
+  The coefficients of the prototype filter are specified in #sbr_qmf_64_640 (in sbr_rom.cpp).
+  Thus only a 64 channel version (32 on the analysis side) with a 640 tap prototype filter
+  are used.
+
+  \anchor PolyphaseFiltering <h2>About polyphase filtering</h2>
+  The polyphase implementation of a filterbank requires filtering at the input and output.
+  This is implemented as part of cplxAnalysisQmfFiltering() and cplxSynthesisQmfFiltering().
+  The implementation requires the filter coefficients in a specific structure as described in
+  #sbr_qmf_64_640_qmf (in sbr_rom.cpp).
+
+  This module comprises the computationally most expensive functions of the SBR decoder. The accuracy of
+  computations is also important and has a direct impact on the overall sound quality. Therefore a special
+  test program is available which can be used to only test the filterbank: main_audio.cpp
+
+  This modules also uses scaling of data to provide better SNR on fixed-point processors. See #QMF_SCALE_FACTOR (in sbr_scale.h) for details.
+  An interesting note: The function getScalefactor() can constitute a significant amount of computational complexity - very much depending on the
+  bitrate. Since it is a rather small function, effective assembler optimization might be possible.
+
+*/
+
+#include "qmf.h"
+
+
+#include "fixpoint_math.h"
+#include "dct.h"
+
+#ifdef QMFSYN_STATES_16BIT
+#define QSSCALE (7)
+#define FX_DBL2FX_QSS(x) ((FIXP_QSS) ((x)>>(DFRACT_BITS-QSS_BITS-QSSCALE) ))
+#define FX_QSS2FX_DBL(x) ((FIXP_DBL)((LONG)x)<<(DFRACT_BITS-QSS_BITS-QSSCALE))
+#else
+#define QSSCALE (0)
+#define FX_DBL2FX_QSS(x) (x)
+#define FX_QSS2FX_DBL(x) (x)
+#endif
+
+
+#if defined(__arm__)
+#include "arm/qmf_arm.cpp"
+
+#endif
+
+/*!
+ * \brief Algorithmic scaling in sbrForwardModulation()
+ *
+ * The scaling in sbrForwardModulation() is caused by:
+ *
+ *   \li 1 R_SHIFT in sbrForwardModulation()
+ *   \li 5/6 R_SHIFT in dct3() if using 32/64 Bands
+ *   \li 1 ommited gain of 2.0 in qmfForwardModulation()
+ */
+#define ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK 7
+
+/*!
+ * \brief Algorithmic scaling in cplxSynthesisQmfFiltering()
+ *
+ * The scaling in cplxSynthesisQmfFiltering() is caused by:
+ *
+ *   \li  5/6 R_SHIFT in dct2() if using 32/64 Bands
+ *   \li  1 ommited gain of 2.0 in qmfInverseModulation()
+ *   \li -6 division by 64 in synthesis filterbank
+ *   \li x bits external influence
+ */
+#define ALGORITHMIC_SCALING_IN_SYNTHESIS_FILTERBANK 1
+
+
+/*!
+  \brief Perform Synthesis Prototype Filtering on a single slot of input data.
+
+  The filter takes 2 * qmf->no_channels of input data and
+  generates qmf->no_channels time domain output samples.
+*/
+static
+#ifndef FUNCTION_qmfSynPrototypeFirSlot
+void qmfSynPrototypeFirSlot(
+#else
+void qmfSynPrototypeFirSlot_fallback(
+#endif
+                             HANDLE_QMF_FILTER_BANK qmf,
+                             FIXP_QMF *RESTRICT realSlot,            /*!< Input: Pointer to real Slot */
+                             FIXP_QMF *RESTRICT imagSlot,            /*!< Input: Pointer to imag Slot */
+                             INT_PCM  *RESTRICT timeOut,             /*!< Time domain data */
+                             int       stride
+                            )
+{
+  FIXP_QSS* FilterStates = (FIXP_QSS*)qmf->FilterStates;
+  int       no_channels = qmf->no_channels;
+  const FIXP_PFT *p_Filter = qmf->p_filter;
+  int p_stride = qmf->p_stride;
+  int j;
+  FIXP_QSS *RESTRICT sta = FilterStates;
+  const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm;
+  int scale = ((DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor);
+
+  p_flt  = p_Filter+p_stride*QMF_NO_POLY;          /*                     5-ter von 330 */
+  p_fltm = p_Filter+(qmf->FilterSize/2)-p_stride*QMF_NO_POLY;  /* 5 + (320 - 2*5) = 315-ter von 330 */
+
+  FDK_ASSERT(SAMPLE_BITS-1-qmf->outScalefactor >= 0); //   (DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor >= 0);
+
+  for (j = no_channels-1; j >= 0; j--) {  /* ---- läuft ueber alle Linien eines Slots ---- */
+    FIXP_QMF imag  =  imagSlot[j];  // no_channels-1 .. 0
+    FIXP_QMF real  =  realSlot[j];  // ~~"~~
+    {
+      INT_PCM tmp;
+      FIXP_DBL Are = FX_QSS2FX_DBL(sta[0]) + fMultDiv2( p_fltm[0] , real);
+
+      if (qmf->outGain!=(FIXP_DBL)0x80000000) {
+        Are = fMult(Are,qmf->outGain);
+      }
+
+  #if SAMPLE_BITS > 16
+      tmp = (INT_PCM)(SATURATE_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
+  #else
+      tmp = (INT_PCM)(SATURATE_RIGHT_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
+  #endif
+      if (Are < (FIXP_QMF)0) {
+        tmp = -tmp;
+      }
+      timeOut[ (j)*stride ] = tmp;
+    }
+
+    sta[0] = sta[1] + FX_DBL2FX_QSS(fMultDiv2( p_flt [4] , imag ));
+    sta[1] = sta[2] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[1] , real ));
+    sta[2] = sta[3] + FX_DBL2FX_QSS(fMultDiv2( p_flt [3] , imag ));
+    sta[3] = sta[4] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[2] , real ));
+    sta[4] = sta[5] + FX_DBL2FX_QSS(fMultDiv2( p_flt [2] , imag ));
+    sta[5] = sta[6] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[3] , real ));
+    sta[6] = sta[7] + FX_DBL2FX_QSS(fMultDiv2( p_flt [1] , imag ));
+    sta[7] = sta[8] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[4] , real ));
+    sta[8] =          FX_DBL2FX_QSS(fMultDiv2( p_flt [0] , imag ));
+
+    p_flt  += (p_stride*QMF_NO_POLY);
+    p_fltm -= (p_stride*QMF_NO_POLY);
+    sta    += 9; // = (2*QMF_NO_POLY-1);
+  }
+}
+
+#ifndef FUNCTION_qmfSynPrototypeFirSlot_NonSymmetric
+/*!
+  \brief Perform Synthesis Prototype Filtering on a single slot of input data.
+
+  The filter takes 2 * qmf->no_channels of input data and
+  generates qmf->no_channels time domain output samples.
+*/
+static
+void qmfSynPrototypeFirSlot_NonSymmetric(
+                             HANDLE_QMF_FILTER_BANK qmf,
+                             FIXP_QMF *RESTRICT realSlot,            /*!< Input: Pointer to real Slot */
+                             FIXP_QMF *RESTRICT imagSlot,            /*!< Input: Pointer to imag Slot */
+                             INT_PCM  *RESTRICT timeOut,             /*!< Time domain data */
+                             int       stride
+                            )
+{
+  FIXP_QSS* FilterStates = (FIXP_QSS*)qmf->FilterStates;
+  int       no_channels = qmf->no_channels;
+  const FIXP_PFT *p_Filter = qmf->p_filter;
+  int p_stride = qmf->p_stride;
+  int j;
+  FIXP_QSS *RESTRICT sta = FilterStates;
+  const FIXP_PFT *RESTRICT p_flt, *RESTRICT p_fltm;
+  int scale = ((DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor);
+
+  p_flt  = p_Filter;                           /*!< Pointer to first half of filter coefficients */
+  p_fltm = &p_flt[qmf->FilterSize/2];  /* at index 320, overall 640 coefficients */
+
+  FDK_ASSERT(SAMPLE_BITS-1-qmf->outScalefactor >= 0); //   (DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor >= 0);
+
+  for (j = no_channels-1; j >= 0; j--) {  /* ---- läuft ueber alle Linien eines Slots ---- */
+
+    FIXP_QMF imag  =  imagSlot[j];  // no_channels-1 .. 0
+    FIXP_QMF real  =  realSlot[j];  // ~~"~~
+    {
+      INT_PCM tmp;
+      FIXP_QMF Are = sta[0] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[4] , real ));
+
+  #if SAMPLE_BITS > 16
+      tmp = (INT_PCM)(SATURATE_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
+  #else
+      tmp = (INT_PCM)(SATURATE_RIGHT_SHIFT(fAbs(Are), scale, SAMPLE_BITS));
+  #endif
+      if (Are < (FIXP_QMF)0) {
+        tmp = -tmp;
+      }
+      timeOut[j*stride] = tmp;
+    }
+
+    sta[0] = sta[1] + FX_DBL2FX_QSS(fMultDiv2( p_flt [4] , imag ));
+    sta[1] = sta[2] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[3] , real ));
+    sta[2] = sta[3] + FX_DBL2FX_QSS(fMultDiv2( p_flt [3] , imag ));
+
+    sta[3] = sta[4] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[2] , real ));
+    sta[4] = sta[5] + FX_DBL2FX_QSS(fMultDiv2( p_flt [2] , imag ));
+    sta[5] = sta[6] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[1] , real ));
+    sta[6] = sta[7] + FX_DBL2FX_QSS(fMultDiv2( p_flt [1] , imag ));
+
+    sta[7] = sta[8] + FX_DBL2FX_QSS(fMultDiv2( p_fltm[0] , real ));
+    sta[8] =          FX_DBL2FX_QSS(fMultDiv2( p_flt [0] , imag ));
+
+    p_flt  += (p_stride*QMF_NO_POLY);
+    p_fltm += (p_stride*QMF_NO_POLY);
+    sta    += 9; // = (2*QMF_NO_POLY-1);
+  }
+
+}
+#endif /* FUNCTION_qmfSynPrototypeFirSlot_NonSymmetric */
+
+#ifndef FUNCTION_qmfAnaPrototypeFirSlot
+/*!
+  \brief Perform Analysis Prototype Filtering on a single slot of input data.
+*/
+static
+void qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer,
+                             int       no_channels,             /*!< Number channels of analysis filter */
+                             const FIXP_PFT *p_filter,
+                             int       p_stride,                /*!< Stide of analysis filter    */
+                             FIXP_QAS *RESTRICT pFilterStates
+                            )
+{
+    int k;
+
+    FIXP_DBL accu;
+    const FIXP_PFT *RESTRICT p_flt = p_filter;
+    FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1;
+    FIXP_QMF *RESTRICT pData_1 = analysisBuffer;
+
+    FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates;
+    FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1;
+    int pfltStep = QMF_NO_POLY * (p_stride);
+    int staStep1 = no_channels<<1;
+    int staStep2 = (no_channels<<3) - 1; /* Rewind one less */
+
+    /* FIR filter 0 */
+    accu =   fMultDiv2( p_flt[0], *sta_1);  sta_1 -= staStep1;
+    accu +=  fMultDiv2( p_flt[1], *sta_1);  sta_1 -= staStep1;
+    accu +=  fMultDiv2( p_flt[2], *sta_1);  sta_1 -= staStep1;
+    accu +=  fMultDiv2( p_flt[3], *sta_1);  sta_1 -= staStep1;
+    accu +=  fMultDiv2( p_flt[4], *sta_1);
+    *pData_1++ = FX_DBL2FX_QMF(accu<<1);
+    sta_1 += staStep2;
+
+    p_flt += pfltStep;
+
+    /* FIR filters 1..63 127..65 */
+    for (k=0; k<no_channels-1; k++)
+    {
+      accu =  fMultDiv2( p_flt[0], *sta_0);  sta_0 += staStep1;
+      accu += fMultDiv2( p_flt[1], *sta_0);  sta_0 += staStep1;
+      accu += fMultDiv2( p_flt[2], *sta_0);  sta_0 += staStep1;
+      accu += fMultDiv2( p_flt[3], *sta_0);  sta_0 += staStep1;
+      accu += fMultDiv2( p_flt[4], *sta_0);
+      *pData_0-- = FX_DBL2FX_QMF(accu<<1);
+      sta_0 -= staStep2;
+
+      accu =   fMultDiv2( p_flt[0], *sta_1);  sta_1 -= staStep1;
+      accu +=  fMultDiv2( p_flt[1], *sta_1);  sta_1 -= staStep1;
+      accu +=  fMultDiv2( p_flt[2], *sta_1);  sta_1 -= staStep1;
+      accu +=  fMultDiv2( p_flt[3], *sta_1);  sta_1 -= staStep1;
+      accu +=  fMultDiv2( p_flt[4], *sta_1);
+      *pData_1++ = FX_DBL2FX_QMF(accu<<1);
+      sta_1 += staStep2;
+
+      p_flt += pfltStep;
+    }
+
+    /* FIR filter 64 */
+    accu =  fMultDiv2( p_flt[0], *sta_0);  sta_0 += staStep1;
+    accu += fMultDiv2( p_flt[1], *sta_0);  sta_0 += staStep1;
+    accu += fMultDiv2( p_flt[2], *sta_0);  sta_0 += staStep1;
+    accu += fMultDiv2( p_flt[3], *sta_0);  sta_0 += staStep1;
+    accu += fMultDiv2( p_flt[4], *sta_0);
+    *pData_0-- = FX_DBL2FX_QMF(accu<<1);
+    sta_0 -= staStep2;
+}
+#endif /* !defined(FUNCTION_qmfAnaPrototypeFirSlot) */
+
+
+#ifndef FUNCTION_qmfAnaPrototypeFirSlot_NonSymmetric
+/*!
+  \brief Perform Analysis Prototype Filtering on a single slot of input data.
+*/
+static
+void qmfAnaPrototypeFirSlot_NonSymmetric(
+                                        FIXP_QMF *analysisBuffer,
+                                        int       no_channels,             /*!< Number channels of analysis filter */
+                                        const FIXP_PFT *p_filter,
+                                        int       p_stride,                /*!< Stide of analysis filter    */
+                                        FIXP_QAS *RESTRICT pFilterStates
+                                       )
+{
+  const FIXP_PFT *RESTRICT p_flt = p_filter;
+  int  p, k;
+
+  for (k = 0; k < 2*no_channels; k++)
+  {
+    FIXP_DBL accu = (FIXP_DBL)0;
+
+    p_flt += QMF_NO_POLY * (p_stride - 1);
+
+    /*
+      Perform FIR-Filter
+    */
+    for (p = 0; p < QMF_NO_POLY; p++) {
+      accu +=  fMultDiv2(*p_flt++, pFilterStates[2*no_channels * p]);
+    }
+    analysisBuffer[2*no_channels - 1 - k] = FX_DBL2FX_QMF(accu<<1);
+    pFilterStates++;
+  }
+}
+#endif /* FUNCTION_qmfAnaPrototypeFirSlot_NonSymmetric */
+
+/*!
+ *
+ * \brief Perform real-valued forward modulation of the time domain
+ *        data of timeIn and stores the real part of the subband
+ *        samples in rSubband
+ *
+ */
+static void
+qmfForwardModulationLP_even( HANDLE_QMF_FILTER_BANK anaQmf, /*!< Handle of Qmf Analysis Bank  */
+                             FIXP_QMF *timeIn,              /*!< Time Signal */
+                             FIXP_QMF *rSubband )           /*!< Real Output */
+{
+  int i;
+  int L = anaQmf->no_channels;
+  int M = L>>1;
+  int scale;
+  FIXP_QMF accu;
+
+  const FIXP_QMF *timeInTmp1 = (FIXP_QMF *) &timeIn[3 * M];
+  const FIXP_QMF *timeInTmp2 = timeInTmp1;
+  FIXP_QMF *rSubbandTmp = rSubband;
+
+  rSubband[0] = timeIn[3 * M] >> 1;
+
+  for (i = M-1; i != 0; i--) {
+    accu = ((*--timeInTmp1) >> 1) + ((*++timeInTmp2) >> 1);
+    *++rSubbandTmp = accu;
+  }
+
+  timeInTmp1 = &timeIn[2 * M];
+  timeInTmp2 = &timeIn[0];
+  rSubbandTmp = &rSubband[M];
+
+  for (i = L-M; i != 0; i--) {
+    accu = ((*timeInTmp1--) >> 1) - ((*timeInTmp2++) >> 1);
+    *rSubbandTmp++ = accu;
+  }
+
+  dct_III(rSubband, timeIn, L, &scale);
+}
+
+#if !defined(FUNCTION_qmfForwardModulationLP_odd)
+static void
+qmfForwardModulationLP_odd( HANDLE_QMF_FILTER_BANK anaQmf, /*!< Handle of Qmf Analysis Bank  */
+                            const FIXP_QMF *timeIn,        /*!< Time Signal */
+                            FIXP_QMF *rSubband )           /*!< Real Output */
+{
+  int i;
+  int L = anaQmf->no_channels;
+  int M = L>>1;
+  int shift = (anaQmf->no_channels>>6) + 1;
+
+  for (i = 0; i < M; i++) {
+    rSubband[M + i]     = (timeIn[L - 1 - i]>>1) - (timeIn[i]>>shift);
+    rSubband[M - 1 - i] = (timeIn[L + i]>>1)     + (timeIn[2 * L - 1 - i]>>shift);
+  }
+
+  dct_IV(rSubband, L, &shift);
+}
+#endif /* !defined(FUNCTION_qmfForwardModulationLP_odd) */
+
+
+
+/*!
+ *
+ * \brief Perform complex-valued forward modulation of the time domain
+ *        data of timeIn and stores the real part of the subband
+ *        samples in rSubband, and the imaginary part in iSubband
+ *
+ *        Only the lower bands are obtained (upto anaQmf->lsb). For
+ *        a full bandwidth analysis it is required to set both anaQmf->lsb
+ *        and anaQmf->usb to the amount of QMF bands.
+ *
+ */
+static void
+qmfForwardModulationHQ( HANDLE_QMF_FILTER_BANK anaQmf,     /*!< Handle of Qmf Analysis Bank  */
+                        const FIXP_QMF *RESTRICT timeIn,   /*!< Time Signal */
+                        FIXP_QMF *RESTRICT rSubband,       /*!< Real Output */
+                        FIXP_QMF *RESTRICT iSubband        /*!< Imaginary Output */
+                       )
+{
+  int i;
+  int L = anaQmf->no_channels;
+  int L2 = L<<1;
+  int shift = 0;
+
+  for (i = 0; i < L; i+=2) {
+    FIXP_QMF x0, x1, y0, y1;
+
+    x0 = timeIn[i] >> 1;
+    x1 = timeIn[i+1] >> 1;
+    y0 = timeIn[L2 - 1 - i] >> 1;
+    y1 = timeIn[L2 - 2 - i] >> 1;
+
+    rSubband[i] = x0 - y0;
+    rSubband[i+1] = x1 - y1;
+    iSubband[i] = x0 + y0;
+    iSubband[i+1] = x1 + y1;
+  }
+
+  dct_IV(rSubband, L, &shift);
+  dst_IV(iSubband, L, &shift);
+
+  {
+    {
+      const FIXP_QTW *RESTRICT sbr_t_cos;
+      const FIXP_QTW *RESTRICT sbr_t_sin;
+      sbr_t_cos = anaQmf->t_cos;
+      sbr_t_sin = anaQmf->t_sin;
+
+      for (i = 0; i < anaQmf->lsb; i++) {
+        cplxMult(&iSubband[i], &rSubband[i], iSubband[i], rSubband[i], sbr_t_cos[i], sbr_t_sin[i]);
+      }
+    }
+  }
+}
+
+/*
+ * \brief Perform one QMF slot analysis of the time domain data of timeIn
+ *        with specified stride and stores the real part of the subband
+ *        samples in rSubband, and the imaginary part in iSubband
+ *
+ *        Only the lower bands are obtained (upto anaQmf->lsb). For
+ *        a full bandwidth analysis it is required to set both anaQmf->lsb
+ *        and anaQmf->usb to the amount of QMF bands.
+ */
+void
+qmfAnalysisFilteringSlot( HANDLE_QMF_FILTER_BANK anaQmf,  /*!< Handle of Qmf Synthesis Bank  */
+                          FIXP_QMF      *qmfReal,         /*!< Low and High band, real */
+                          FIXP_QMF      *qmfImag,         /*!< Low and High band, imag */
+                          const INT_PCM *RESTRICT timeIn, /*!< Pointer to input */
+                          const int      stride,          /*!< stride factor of input */
+                          FIXP_QMF      *pWorkBuffer      /*!< pointer to temporal working buffer */
+                         )
+{
+    int i;
+    int offset = anaQmf->no_channels*(QMF_NO_POLY*2-1);
+    /*
+      Feed time signal into oldest anaQmf->no_channels states
+    */
+    {
+      FIXP_QAS *RESTRICT FilterStatesAnaTmp = ((FIXP_QAS*)anaQmf->FilterStates)+offset;
+
+      /* Feed and scale actual time in slot */
+      for(i=anaQmf->no_channels>>1; i!=0; i--) {
+        /* Place INT_PCM value left aligned in scaledTimeIn */
+#if (QAS_BITS==SAMPLE_BITS)
+        *FilterStatesAnaTmp++ = (FIXP_QAS)*timeIn; timeIn += stride;
+        *FilterStatesAnaTmp++ = (FIXP_QAS)*timeIn; timeIn += stride;
+#elif (QAS_BITS>SAMPLE_BITS)
+        *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)<<(QAS_BITS-SAMPLE_BITS)); timeIn += stride;
+        *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)<<(QAS_BITS-SAMPLE_BITS)); timeIn += stride;
+#else
+        *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)>>(SAMPLE_BITS-QAS_BITS)); timeIn += stride;
+        *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)>>(SAMPLE_BITS-QAS_BITS)); timeIn += stride;
+#endif
+      }
+    }
+
+    if (anaQmf->flags & QMF_FLAG_NONSYMMETRIC) {
+      qmfAnaPrototypeFirSlot_NonSymmetric(
+                              pWorkBuffer,
+                              anaQmf->no_channels,
+                              anaQmf->p_filter,
+                              anaQmf->p_stride,
+                              (FIXP_QAS*)anaQmf->FilterStates
+                            );
+    } else {
+      qmfAnaPrototypeFirSlot( pWorkBuffer,
+                              anaQmf->no_channels,
+                              anaQmf->p_filter,
+                              anaQmf->p_stride,
+                              (FIXP_QAS*)anaQmf->FilterStates
+                            );
+    }
+
+    if (anaQmf->flags & QMF_FLAG_LP) {
+      if (anaQmf->flags & QMF_FLAG_CLDFB)
+        qmfForwardModulationLP_odd( anaQmf,
+                                    pWorkBuffer,
+                                    qmfReal );
+      else
+        qmfForwardModulationLP_even( anaQmf,
+                                     pWorkBuffer,
+                                     qmfReal );
+
+    } else {
+      qmfForwardModulationHQ( anaQmf,
+                              pWorkBuffer,
+                              qmfReal,
+                              qmfImag
+                             );
+    }
+    /*
+      Shift filter states
+
+      Should be realized with modulo adressing on a DSP instead of a true buffer shift
+    */
+    FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, offset*sizeof(FIXP_QAS));
+}
+
+
+/*!
+ *
+ * \brief Perform complex-valued subband filtering of the time domain
+ *        data of timeIn and stores the real part of the subband
+ *        samples in rAnalysis, and the imaginary part in iAnalysis
+ * The qmf coefficient table is symmetric. The symmetry is expoited by
+ * shrinking the coefficient table to half the size. The addressing mode
+ * takes care of the symmetries.
+ *
+ * Only the lower bands are obtained (upto anaQmf->lsb). For
+ * a full bandwidth analysis it is required to set both anaQmf->lsb
+ * and anaQmf->usb to the amount of QMF bands.
+ *
+ * \sa PolyphaseFiltering
+ */
+
+void
+qmfAnalysisFiltering( HANDLE_QMF_FILTER_BANK anaQmf,    /*!< Handle of Qmf Analysis Bank */
+                      FIXP_QMF **qmfReal,               /*!< Pointer to real subband slots */
+                      FIXP_QMF **qmfImag,               /*!< Pointer to imag subband slots */
+                      QMF_SCALE_FACTOR *scaleFactor,
+                      const INT_PCM *timeIn,            /*!< Time signal */
+                      const int  stride,
+                      FIXP_QMF  *pWorkBuffer            /*!< pointer to temporal working buffer */
+                      )
+{
+  int i;
+  int no_channels = anaQmf->no_channels;
+
+  scaleFactor->lb_scale = -ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK;
+  scaleFactor->lb_scale -= anaQmf->filterScale;
+
+  for (i = 0; i < anaQmf->no_col; i++)
+  {
+      FIXP_QMF *qmfImagSlot = NULL;
+
+      if (!(anaQmf->flags & QMF_FLAG_LP)) {
+        qmfImagSlot = qmfImag[i];
+      }
+
+      qmfAnalysisFilteringSlot( anaQmf, qmfReal[i], qmfImagSlot, timeIn , stride, pWorkBuffer );
+
+      timeIn += no_channels*stride;
+
+  } /* no_col loop  i  */
+}
+
+/*!
+ *
+ * \brief Perform low power inverse modulation of the subband
+ *        samples stored in rSubband (real part) and iSubband (imaginary
+ *        part) and stores the result in pWorkBuffer.
+ *
+ */
+inline
+static void
+qmfInverseModulationLP_even( HANDLE_QMF_FILTER_BANK synQmf,   /*!< Handle of Qmf Synthesis Bank  */
+                             const FIXP_QMF *qmfReal,         /*!< Pointer to qmf real subband slot (input) */
+                             const int   scaleFactorLowBand,  /*!< Scalefactor for Low band */
+                             const int   scaleFactorHighBand, /*!< Scalefactor for High band */
+                             FIXP_QMF *pTimeOut               /*!< Pointer to qmf subband slot (output)*/
+                           )
+{
+  int i;
+  int L = synQmf->no_channels;
+  int M = L>>1;
+  int scale;
+  FIXP_QMF tmp;
+  FIXP_QMF *RESTRICT tReal = pTimeOut;
+  FIXP_QMF *RESTRICT tImag = pTimeOut + L;
+
+  /* Move input to output vector with offset */
+  scaleValues(&tReal[0],             &qmfReal[0],             synQmf->lsb,             scaleFactorLowBand);
+  scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHighBand);
+  FDKmemclear(&tReal[0+synQmf->usb], (L-synQmf->usb)*sizeof(FIXP_QMF));
+
+  /* Dct type-2 transform */
+  dct_II(tReal, tImag, L, &scale);
+
+  /* Expand output and replace inplace the output buffers */
+  tImag[0] = tReal[M];
+  tImag[M] = (FIXP_QMF)0;
+  tmp = tReal [0];
+  tReal [0] = tReal[M];
+  tReal [M] = tmp;
+
+  for (i = 1; i < M/2; i++) {
+    /* Imag */
+    tmp = tReal[L - i];
+    tImag[M - i] =  tmp;
+    tImag[i + M] = -tmp;
+
+    tmp = tReal[M + i];
+    tImag[i] =  tmp;
+    tImag[L - i] = -tmp;
+
+    /* Real */
+    tReal [M + i] = tReal[i];
+    tReal [L - i] = tReal[M - i];
+    tmp = tReal[i];
+    tReal[i] = tReal [M - i];
+    tReal [M - i] = tmp;
+
+  }
+  /* Remaining odd terms */
+  tmp = tReal[M + M/2];
+  tImag[M/2]     =  tmp;
+  tImag[M/2 + M] = -tmp;
+
+  tReal [M + M/2] = tReal[M/2];
+}
+
+inline
+static void
+qmfInverseModulationLP_odd( HANDLE_QMF_FILTER_BANK synQmf,   /*!< Handle of Qmf Synthesis Bank  */
+                            const FIXP_QMF *qmfReal,         /*!< Pointer to qmf real subband slot (input) */
+                            const int scaleFactorLowBand,    /*!< Scalefactor for Low band */
+                            const int scaleFactorHighBand,   /*!< Scalefactor for High band */
+                            FIXP_QMF *pTimeOut               /*!< Pointer to qmf subband slot (output)*/
+                          )
+{
+  int i;
+  int L = synQmf->no_channels;
+  int M = L>>1;
+  int shift = 0;
+
+  /* Move input to output vector with offset */
+  scaleValues(pTimeOut+M,              qmfReal,             synQmf->lsb,             scaleFactorLowBand);
+  scaleValues(pTimeOut+M+synQmf->lsb,  qmfReal+synQmf->lsb, synQmf->usb-synQmf->lsb, scaleFactorHighBand);
+  FDKmemclear(pTimeOut+M+synQmf->usb, (L-synQmf->usb)*sizeof(FIXP_QMF));
+
+  dct_IV(pTimeOut+M, L, &shift);
+  for (i = 0; i < M; i++) {
+    pTimeOut[i]             =  pTimeOut[L - 1 - i];
+    pTimeOut[2 * L - 1 - i] = -pTimeOut[L + i];
+  }
+}
+
+
+/*!
+ *
+ * \brief Perform complex-valued inverse modulation of the subband
+ *        samples stored in rSubband (real part) and iSubband (imaginary
+ *        part) and stores the result in pWorkBuffer.
+ *
+ */
+inline
+static void
+qmfInverseModulationHQ( HANDLE_QMF_FILTER_BANK synQmf,  /*!< Handle of Qmf Synthesis Bank     */
+                        const FIXP_QMF *qmfReal,        /*!< Pointer to qmf real subband slot */
+                        const FIXP_QMF *qmfImag,        /*!< Pointer to qmf imag subband slot */
+                        const int   scaleFactorLowBand, /*!< Scalefactor for Low band         */
+                        const int   scaleFactorHighBand,/*!< Scalefactor for High band        */
+                        FIXP_QMF  *pWorkBuffer          /*!< WorkBuffer (output)              */
+                      )
+{
+  int i;
+  int L = synQmf->no_channels;
+  int M = L>>1;
+  int shift = 0;
+  FIXP_QMF *RESTRICT tReal = pWorkBuffer;
+  FIXP_QMF *RESTRICT tImag = pWorkBuffer+L;
+
+  if (synQmf->flags & QMF_FLAG_CLDFB){
+    for (i = 0; i < synQmf->lsb; i++) {
+      cplxMult(&tImag[i], &tReal[i],
+                scaleValue(qmfImag[i],scaleFactorLowBand), scaleValue(qmfReal[i],scaleFactorLowBand),
+                synQmf->t_cos[i], synQmf->t_sin[i]);
+    }
+    for (; i < synQmf->usb; i++) {
+      cplxMult(&tImag[i], &tReal[i],
+                scaleValue(qmfImag[i],scaleFactorHighBand), scaleValue(qmfReal[i],scaleFactorHighBand),
+                synQmf->t_cos[i], synQmf->t_sin[i]);
+    }
+  }
+
+  if ( (synQmf->flags & QMF_FLAG_CLDFB) == 0) {
+    scaleValues(&tReal[0],             &qmfReal[0],             synQmf->lsb,             scaleFactorLowBand);
+    scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHighBand);
+    scaleValues(&tImag[0],             &qmfImag[0],             synQmf->lsb,             scaleFactorLowBand);
+    scaleValues(&tImag[0+synQmf->lsb], &qmfImag[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHighBand);
+  }
+
+  FDKmemclear(&tReal[synQmf->usb], (synQmf->no_channels-synQmf->usb)*sizeof(FIXP_QMF));
+  FDKmemclear(&tImag[synQmf->usb], (synQmf->no_channels-synQmf->usb)*sizeof(FIXP_QMF));
+
+  dct_IV(tReal, L, &shift);
+  dst_IV(tImag, L, &shift);
+
+  if (synQmf->flags & QMF_FLAG_CLDFB){
+    for (i = 0; i < M; i++) {
+      FIXP_QMF r1, i1, r2, i2;
+      r1 = tReal[i];
+      i2 = tImag[L - 1 - i];
+      r2 = tReal[L - i - 1];
+      i1 = tImag[i];
+
+      tReal[i] = (r1 - i1)>>1;
+      tImag[L - 1 - i] = -(r1 + i1)>>1;
+      tReal[L - i - 1] =  (r2 - i2)>>1;
+      tImag[i] = -(r2 + i2)>>1;
+    }
+  } else
+  {
+    /* The array accesses are negative to compensate the missing minus sign in the low and hi band gain. */
+    /* 26 cycles on ARM926 */
+    for (i = 0; i < M; i++) {
+      FIXP_QMF r1, i1, r2, i2;
+      r1 = -tReal[i];
+      i2 = -tImag[L - 1 - i];
+      r2 = -tReal[L - i - 1];
+      i1 = -tImag[i];
+
+      tReal[i] = (r1 - i1)>>1;
+      tImag[L - 1 - i] = -(r1 + i1)>>1;
+      tReal[L - i - 1] =  (r2 - i2)>>1;
+      tImag[i] = -(r2 + i2)>>1;
+    }
+  }
+}
+
+void qmfSynthesisFilteringSlot( HANDLE_QMF_FILTER_BANK  synQmf,
+                                const FIXP_QMF  *realSlot,
+                                const FIXP_QMF  *imagSlot,
+                                const int        scaleFactorLowBand,
+                                const int        scaleFactorHighBand,
+                                INT_PCM         *timeOut,
+                                const int        stride,
+                                FIXP_QMF        *pWorkBuffer)
+{
+    if (!(synQmf->flags & QMF_FLAG_LP))
+      qmfInverseModulationHQ ( synQmf,
+                               realSlot,
+                               imagSlot,
+                               scaleFactorLowBand,
+                               scaleFactorHighBand,
+                               pWorkBuffer
+                             );
+    else
+    {
+      if (synQmf->flags & QMF_FLAG_CLDFB) {
+        qmfInverseModulationLP_odd ( synQmf,
+                                 realSlot,
+                                 scaleFactorLowBand,
+                                 scaleFactorHighBand,
+                                 pWorkBuffer
+                               );
+      } else {
+        qmfInverseModulationLP_even ( synQmf,
+                                 realSlot,
+                                 scaleFactorLowBand,
+                                 scaleFactorHighBand,
+                                 pWorkBuffer
+                               );
+      }
+    }
+
+    if (synQmf->flags & QMF_FLAG_NONSYMMETRIC) {
+        qmfSynPrototypeFirSlot_NonSymmetric (
+                                 synQmf,
+                                 pWorkBuffer,
+                                 pWorkBuffer+synQmf->no_channels,
+                                 timeOut,
+                                 stride
+                               );
+    } else {
+        qmfSynPrototypeFirSlot ( synQmf,
+                                 pWorkBuffer,
+                                 pWorkBuffer+synQmf->no_channels,
+                                 timeOut,
+                                 stride
+                               );
+    }
+}
+
+
+/*!
+ *
+ *
+ * \brief Perform complex-valued subband synthesis of the
+ *        low band and the high band and store the
+ *        time domain data in timeOut
+ *
+ * First step: Calculate the proper scaling factor of current
+ * spectral data in qmfReal/qmfImag, old spectral data in the overlap
+ * range and filter states.
+ *
+ * Second step: Perform Frequency-to-Time mapping with inverse
+ * Modulation slot-wise.
+ *
+ * Third step: Perform FIR-filter slot-wise. To save space for filter
+ * states, the MAC operations are executed directly on the filter states
+ * instead of accumulating several products in the accumulator. The
+ * buffer shift at the end of the function should be replaced by a
+ * modulo operation, which is available on some DSPs.
+ *
+ * Last step: Copy the upper part of the spectral data to the overlap buffer.
+ *
+ * The qmf coefficient table is symmetric. The symmetry is exploited by
+ * shrinking the coefficient table to half the size. The addressing mode
+ * takes care of the symmetries.  If the #define #QMFTABLE_FULL is set,
+ * coefficient addressing works on the full table size. The code will be
+ * slightly faster and slightly more compact.
+ *
+ * Workbuffer requirement: 2 x sizeof(**QmfBufferReal) * synQmf->no_channels
+ */
+void
+qmfSynthesisFiltering( HANDLE_QMF_FILTER_BANK synQmf,       /*!< Handle of Qmf Synthesis Bank  */
+                       FIXP_QMF  **QmfBufferReal,           /*!< Low and High band, real */
+                       FIXP_QMF  **QmfBufferImag,           /*!< Low and High band, imag */
+                       const QMF_SCALE_FACTOR *scaleFactor,
+                       const INT   ov_len,                  /*!< split Slot of overlap and actual slots */
+                       INT_PCM    *timeOut,                 /*!< Pointer to output */
+                       const INT   stride,                  /*!< stride factor of output */
+                       FIXP_QMF   *pWorkBuffer              /*!< pointer to temporal working buffer */
+                      )
+{
+  int i;
+  int L = synQmf->no_channels;
+  SCHAR scaleFactorHighBand;
+  SCHAR scaleFactorLowBand_ov, scaleFactorLowBand_no_ov;
+
+  /* adapt scaling */
+  scaleFactorHighBand = -ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK - scaleFactor->hb_scale;
+  scaleFactorLowBand_ov = - ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK - scaleFactor->ov_lb_scale;
+  scaleFactorLowBand_no_ov = - ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK - scaleFactor->lb_scale;
+
+  for (i = 0; i < synQmf->no_col; i++)  /* ----- no_col loop ----- */
+  {
+    const FIXP_DBL *QmfBufferImagSlot = NULL;
+
+    SCHAR scaleFactorLowBand = (i<ov_len) ? scaleFactorLowBand_ov : scaleFactorLowBand_no_ov;
+
+    if (!(synQmf->flags & QMF_FLAG_LP))
+        QmfBufferImagSlot = QmfBufferImag[i];
+
+    qmfSynthesisFilteringSlot(  synQmf,
+                                QmfBufferReal[i],
+                                QmfBufferImagSlot,
+                                scaleFactorLowBand,
+                                scaleFactorHighBand,
+                                timeOut+(i*L*stride),
+                                stride,
+                                pWorkBuffer);
+  } /* no_col loop  i  */
+
+}
+
+
+/*!
+ *
+ * \brief Create QMF filter bank instance
+ *
+ * \return 0 if successful
+ *
+ */
+static int
+qmfInitFilterBank (HANDLE_QMF_FILTER_BANK h_Qmf,     /*!< Handle to return */
+                   void *pFilterStates,              /*!< Handle to filter states */
+                   int noCols,                       /*!< Number of timeslots per frame */
+                   int lsb,                          /*!< Lower end of QMF frequency range */
+                   int usb,                          /*!< Upper end of QMF frequency range */
+                   int no_channels,                  /*!< Number of channels (bands) */
+                   UINT flags)                       /*!< flags */
+{
+  FDKmemclear(h_Qmf,sizeof(QMF_FILTER_BANK));
+
+  if (flags & QMF_FLAG_MPSLDFB)
+  {
+    return -1;
+  }
+
+  if ( !(flags & QMF_FLAG_MPSLDFB) && (flags & QMF_FLAG_CLDFB) )
+  {
+    flags |= QMF_FLAG_NONSYMMETRIC;
+    h_Qmf->filterScale = QMF_CLDFB_PFT_SCALE;
+
+    h_Qmf->p_stride = 1;
+    switch (no_channels) {
+      case 64:
+        h_Qmf->t_cos = qmf_phaseshift_cos64_cldfb;
+        h_Qmf->t_sin = qmf_phaseshift_sin64_cldfb;
+        h_Qmf->p_filter = qmf_cldfb_640;
+        h_Qmf->FilterSize = 640;
+        break;
+      case 32:
+        h_Qmf->t_cos = qmf_phaseshift_cos32_cldfb;
+        h_Qmf->t_sin = qmf_phaseshift_sin32_cldfb;
+        h_Qmf->p_filter = qmf_cldfb_320;
+        h_Qmf->FilterSize = 320;
+        break;
+      default:
+        return -1;
+    }
+  }
+
+  if ( !(flags & QMF_FLAG_MPSLDFB) && ((flags & QMF_FLAG_CLDFB) == 0) )
+  {
+    switch (no_channels) {
+      case 64:
+        h_Qmf->p_filter = qmf_64;
+        h_Qmf->t_cos = qmf_phaseshift_cos64;
+        h_Qmf->t_sin = qmf_phaseshift_sin64;
+        h_Qmf->p_stride = 1;
+        h_Qmf->FilterSize = 640;
+        h_Qmf->filterScale = 0;
+        break;
+      case 32:
+        h_Qmf->p_filter = qmf_64;
+        if (flags & QMF_FLAG_DOWNSAMPLED) {
+          h_Qmf->t_cos = qmf_phaseshift_cos_downsamp32;
+          h_Qmf->t_sin = qmf_phaseshift_sin_downsamp32;
+        }
+        else {
+        h_Qmf->t_cos = qmf_phaseshift_cos32;
+        h_Qmf->t_sin = qmf_phaseshift_sin32;
+        }
+        h_Qmf->p_stride = 2;
+        h_Qmf->FilterSize = 640;
+        h_Qmf->filterScale = 0;
+        break;
+      default:
+        return -1;
+    }
+  }
+
+  h_Qmf->flags = flags;
+
+  h_Qmf->no_channels = no_channels;
+  h_Qmf->no_col = noCols;
+
+  h_Qmf->lsb = lsb;
+  h_Qmf->usb = fMin(usb, h_Qmf->no_channels);
+
+  h_Qmf->FilterStates = (void*)pFilterStates;
+
+  h_Qmf->outScalefactor = ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK + ALGORITHMIC_SCALING_IN_SYNTHESIS_FILTERBANK + h_Qmf->filterScale;
+
+  if ( (h_Qmf->p_stride == 2)
+    || ((flags & QMF_FLAG_CLDFB) && (no_channels == 32)) ) {
+    h_Qmf->outScalefactor -= 1;
+  }
+  h_Qmf->outGain = (FIXP_DBL)0x80000000; /* default init value will be not applied */
+
+  return (0);
+}
+
+/*!
+ *
+ * \brief Adjust synthesis qmf filter states
+ *
+ * \return void
+ *
+ */
+static inline void
+qmfAdaptFilterStates (HANDLE_QMF_FILTER_BANK synQmf,     /*!< Handle of Qmf Filter Bank */
+                      int scaleFactorDiff)               /*!< Scale factor difference to be applied */
+{
+  if (synQmf == NULL || synQmf->FilterStates == NULL) {
+    return;
+  }
+  scaleValues((FIXP_QSS*)synQmf->FilterStates, synQmf->no_channels*(QMF_NO_POLY*2 - 1), scaleFactorDiff);
+}
+
+/*!
+ *
+ * \brief Create QMF filter bank instance
+ *
+ * Only the lower bands are obtained (upto anaQmf->lsb). For
+ * a full bandwidth analysis it is required to set both anaQmf->lsb
+ * and anaQmf->usb to the amount of QMF bands.
+ *
+ * \return 0 if succesful
+ *
+ */
+int
+qmfInitAnalysisFilterBank (HANDLE_QMF_FILTER_BANK h_Qmf,   /*!< Returns handle */
+                           FIXP_QAS *pFilterStates,        /*!< Handle to filter states */
+                           int noCols,                     /*!< Number of timeslots per frame */
+                           int lsb,                        /*!< lower end of QMF */
+                           int usb,                        /*!< upper end of QMF */
+                           int no_channels,                /*!< Number of channels (bands) */
+                           int flags)                      /*!< Low Power flag */
+{
+  int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, no_channels, flags);
+  if ( !(flags & QMF_FLAG_KEEP_STATES) && (h_Qmf->FilterStates != NULL) ) {
+    FDKmemclear(h_Qmf->FilterStates, (2*QMF_NO_POLY-1)*h_Qmf->no_channels*sizeof(FIXP_QAS));
+  }
+
+  return err;
+}
+
+/*!
+ *
+ * \brief Create QMF filter bank instance
+ *
+ * Only the lower bands are obtained (upto anaQmf->lsb). For
+ * a full bandwidth analysis it is required to set both anaQmf->lsb
+ * and anaQmf->usb to the amount of QMF bands.
+ *
+ * \return 0 if succesful
+ *
+ */
+int
+qmfInitSynthesisFilterBank (HANDLE_QMF_FILTER_BANK h_Qmf,   /*!< Returns handle */
+                            FIXP_QSS *pFilterStates,        /*!< Handle to filter states */
+                            int noCols,                     /*!< Number of timeslots per frame */
+                            int lsb,                        /*!< lower end of QMF */
+                            int usb,                        /*!< upper end of QMF */
+                            int no_channels,                /*!< Number of channels (bands) */
+                            int flags)                      /*!< Low Power flag */
+{
+  int oldOutScale = h_Qmf->outScalefactor;
+  int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, no_channels, flags);
+  if ( h_Qmf->FilterStates != NULL ) {
+    if ( !(flags & QMF_FLAG_KEEP_STATES) ) {
+      FDKmemclear(h_Qmf->FilterStates, (2*QMF_NO_POLY-1)*h_Qmf->no_channels*sizeof(FIXP_QSS));
+    } else {
+      qmfAdaptFilterStates(h_Qmf, oldOutScale-h_Qmf->outScalefactor);
+    }
+  }
+  return err;
+}
+
+
+
+
+/*!
+ *
+ * \brief Change scale factor for output data and adjust qmf filter states
+ *
+ * \return void
+ *
+ */
+void
+qmfChangeOutScalefactor (HANDLE_QMF_FILTER_BANK synQmf,     /*!< Handle of Qmf Synthesis Bank */
+                         int outScalefactor                 /*!< New scaling factor for output data */
+                        )
+{
+  if (synQmf == NULL || synQmf->FilterStates == NULL) {
+    return;
+  }
+
+  /* Add internal filterbank scale */
+  outScalefactor += ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK + ALGORITHMIC_SCALING_IN_SYNTHESIS_FILTERBANK + synQmf->filterScale;
+
+  if ( (synQmf->p_stride == 2)
+    || ((synQmf->flags & QMF_FLAG_CLDFB) && (synQmf->no_channels == 32)) ) {
+    outScalefactor -= 1;
+  }
+
+  /* adjust filter states when scale factor has been changed */
+  if (synQmf->outScalefactor != outScalefactor)
+  {
+    int diff;
+
+    if (outScalefactor > (SAMPLE_BITS - 1)) {
+      outScalefactor = SAMPLE_BITS - 1;
+    } else if (outScalefactor < (1 - SAMPLE_BITS)) {
+      outScalefactor = 1 - SAMPLE_BITS;
+    }
+
+    diff = synQmf->outScalefactor - outScalefactor;
+
+    qmfAdaptFilterStates(synQmf, diff);
+
+    /* save new scale factor */
+    synQmf->outScalefactor = outScalefactor;
+  }
+}
+
+/*!
+ *
+ * \brief Change gain for output data
+ *
+ * \return void
+ *
+ */
+void
+qmfChangeOutGain (HANDLE_QMF_FILTER_BANK synQmf,     /*!< Handle of Qmf Synthesis Bank */
+                  FIXP_DBL outputGain                /*!< New gain for output data */
+                 )
+{
+  synQmf->outGain = outputGain;
+}
+
diff --git a/libFDK/src/scale.cpp b/libFDK/src/scale.cpp
new file mode 100644 (file)
index 0000000..5829443
--- /dev/null
@@ -0,0 +1,461 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  **********************
+
+   Author(s):
+   Description: Scaling operations
+
+******************************************************************************/
+
+#include "common_fix.h"
+
+#include "genericStds.h"
+
+/**************************************************
+ * Inline definitions
+ **************************************************/
+
+#define SCALE_INLINE inline
+
+
+#if defined(__mips__)  /* cppp replaced: elif */
+#include "mips/scale.cpp"
+
+#elif defined(__arm__)
+#include "arm/scale_arm.cpp"
+
+#endif
+
+#ifndef FUNCTION_scaleValues_SGL
+/*!
+ *
+ *  \brief  Multiply input vector by \f$ 2^{scalefactor} \f$
+ *  \param len    must be larger than 4
+ *  \return void
+ *
+ */
+#define FUNCTION_scaleValues_SGL
+SCALE_INLINE
+void scaleValues(FIXP_SGL *vector,  /*!< Vector */
+                 INT len,            /*!< Length */
+                 INT scalefactor     /*!< Scalefactor */
+                 )
+{
+  INT i;
+
+  /* Return if scalefactor is Zero */
+  if (scalefactor==0) return;
+
+  if(scalefactor > 0){
+    scalefactor = fixmin_I(scalefactor,(INT)(DFRACT_BITS-1));
+    for (i = len&3; i--; )
+    {
+      *(vector++) <<= scalefactor;
+    }
+    for (i = len>>2; i--; )
+    {
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+    }
+  } else {
+    INT negScalefactor = fixmin_I(-scalefactor,(INT)DFRACT_BITS-1);
+    for (i = len&3; i--; )
+    {
+      *(vector++) >>= negScalefactor;
+    }
+    for (i = len>>2; i--; )
+    {
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+    }
+  }
+}
+#endif
+
+#ifndef FUNCTION_scaleValues_DBL
+/*!
+ *
+ *  \brief  Multiply input vector by \f$ 2^{scalefactor} \f$
+ *  \param len must be larger than 4
+ *  \return void
+ *
+ */
+#define FUNCTION_scaleValues_DBL
+SCALE_INLINE
+void scaleValues(FIXP_DBL *vector,    /*!< Vector */
+                 INT len,             /*!< Length */
+                 INT scalefactor      /*!< Scalefactor */
+                )
+{
+  INT i;
+
+  /* Return if scalefactor is Zero */
+  if (scalefactor==0) return;
+
+  if(scalefactor > 0){
+    scalefactor = fixmin_I(scalefactor,(INT)DFRACT_BITS-1);
+    for (i = len&3; i--; )
+    {
+      *(vector++) <<= scalefactor;
+    }
+    for (i = len>>2; i--; )
+    {
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+      *(vector++) <<= scalefactor;
+    }
+  } else {
+    INT negScalefactor = fixmin_I(-scalefactor,(INT)DFRACT_BITS-1);
+    for (i = len&3; i--; )
+    {
+      *(vector++) >>= negScalefactor;
+    }
+    for (i = len>>2; i--; )
+    {
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+      *(vector++) >>= negScalefactor;
+    }
+  }
+}
+#endif
+
+#ifndef FUNCTION_scaleValues_DBLDBL
+/*!
+ *
+ *  \brief  Multiply input vector src by \f$ 2^{scalefactor} \f$
+ *          and place result into dst
+ *  \param dst detination buffer
+ *  \param src source buffer
+ *  \param len must be larger than 4
+ *  \param scalefactor amount of left shifts to be applied
+ *  \return void
+ *
+ */
+#define FUNCTION_scaleValues_DBLDBL
+SCALE_INLINE
+void scaleValues(FIXP_DBL *dst,       /*!< dst Vector */
+                 const FIXP_DBL *src, /*!< src Vector */
+                 INT len,             /*!< Length */
+                 INT scalefactor      /*!< Scalefactor */
+                )
+{
+  INT i;
+
+  /* Return if scalefactor is Zero */
+  if (scalefactor==0) {
+       if (dst != src)
+      FDKmemmove(dst, src, len*sizeof(FIXP_DBL));
+  }
+  else {
+
+    if(scalefactor > 0){
+      scalefactor = fixmin_I(scalefactor,(INT)DFRACT_BITS-1);
+      for (i = len&3; i--; )
+      {
+        *(dst++) = *(src++) << scalefactor;
+      }
+      for (i = len>>2; i--; )
+      {
+        *(dst++) = *(src++) << scalefactor;
+        *(dst++) = *(src++) << scalefactor;
+        *(dst++) = *(src++) << scalefactor;
+        *(dst++) = *(src++) << scalefactor;
+      }
+    } else {
+      INT negScalefactor = fixmin_I(-scalefactor,(INT)DFRACT_BITS-1);
+      for (i = len&3; i--; )
+      {
+        *(dst++) = *(src++) >> negScalefactor;
+      }
+      for (i = len>>2; i--; )
+      {
+        *(dst++) = *(src++) >> negScalefactor;
+        *(dst++) = *(src++) >> negScalefactor;
+        *(dst++) = *(src++) >> negScalefactor;
+        *(dst++) = *(src++) >> negScalefactor;
+      }
+    }
+  }
+}
+#endif
+
+#ifndef FUNCTION_scaleValuesWithFactor_DBL
+/*!
+ *
+ *  \brief  Multiply input vector by \f$ 2^{scalefactor} \f$
+ *  \param len must be larger than 4
+ *  \return void
+ *
+ */
+#define FUNCTION_scaleValuesWithFactor_DBL
+SCALE_INLINE
+void scaleValuesWithFactor(
+        FIXP_DBL *vector,
+        FIXP_DBL factor,
+        INT len,
+        INT scalefactor
+        )
+{
+  INT i;
+
+  /* Compensate fMultDiv2 */
+  scalefactor++;
+
+  if(scalefactor > 0){
+    scalefactor = fixmin_I(scalefactor,(INT)DFRACT_BITS-1);
+    for (i = len&3; i--; )
+    {
+      *vector = fMultDiv2(*vector, factor) << scalefactor;
+      vector++;
+    }
+    for (i = len>>2; i--; )
+    {
+      *vector = fMultDiv2(*vector, factor) << scalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) << scalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) << scalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) << scalefactor; vector++;
+    }
+  } else {
+    INT negScalefactor = fixmin_I(-scalefactor,(INT)DFRACT_BITS-1);
+    for (i = len&3; i--; )
+    {
+      *vector = fMultDiv2(*vector, factor) >> negScalefactor;
+      vector++;
+    }
+    for (i = len>>2; i--; )
+    {
+      *vector = fMultDiv2(*vector, factor) >> negScalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) >> negScalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) >> negScalefactor; vector++;
+      *vector = fMultDiv2(*vector, factor) >> negScalefactor; vector++;
+    }
+  }
+}
+#endif /* FUNCTION_scaleValuesWithFactor_DBL */
+
+
+/*******************************************
+
+IMPORTANT NOTE for usage of getScalefactor()
+
+If the input array contains negative values too, then these functions may sometimes return
+the actual maximum value minus 1, due to the nature of the applied algorithm.
+So be careful with possible fractional -1 values that may lead to overflows when being fPow2()'ed.
+
+********************************************/
+
+
+
+#ifndef FUNCTION_getScalefactorShort
+/*!
+ *
+ *  \brief Calculate max possible scale factor for input vector of shorts
+ *
+ *  \return Maximum scale factor / possible left shift
+ *
+ */
+#define FUNCTION_getScalefactorShort
+SCALE_INLINE
+INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */
+                        INT len              /*!< Length of input vector */
+                       )
+{
+  INT i;
+  SHORT temp, maxVal = 0;
+
+  for(i=len;i!=0;i--){
+    temp = (SHORT)(*vector++);
+    maxVal |= (temp^(temp>>(SHORT_BITS-1)));
+  }
+
+  return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS)));
+}
+#endif
+
+#ifndef FUNCTION_getScalefactorPCM
+/*!
+ *
+ *  \brief Calculate max possible scale factor for input vector of shorts
+ *
+ *  \return Maximum scale factor
+ *
+ */
+#define FUNCTION_getScalefactorPCM
+SCALE_INLINE
+INT getScalefactorPCM(const INT_PCM *vector, /*!< Pointer to input vector */
+                      INT len,               /*!< Length of input vector */
+                      INT stride
+                      )
+{
+  INT i;
+  INT_PCM temp, maxVal = 0;
+
+  for(i=len;i!=0;i--){
+    temp = (INT_PCM)(*vector); vector+=stride;
+    maxVal |= (temp^(temp>>((sizeof(INT_PCM)*8)-1)));
+  }
+  return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SAMPLE_BITS)));
+}
+#endif
+
+#ifndef FUNCTION_getScalefactorShort
+/*!
+ *
+ *  \brief Calculate max possible scale factor for input vector of shorts
+ *  \param stride, item increment between vector members.
+ *  \return Maximum scale factor
+ *
+ */
+#define FUNCTION_getScalefactorShort
+SCALE_INLINE
+INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */
+                        INT len,             /*!< Length of input vector */
+                        INT stride
+                       )
+{
+  INT i;
+  SHORT temp, maxVal = 0;
+
+  for(i=len;i!=0;i--){
+    temp = (SHORT)(*vector); vector+=stride;
+    maxVal |= (temp^(temp>>(SHORT_BITS-1)));
+  }
+
+  return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS)));
+}
+#endif
+
+#ifndef FUNCTION_getScalefactor_DBL
+/*!
+ *
+ *  \brief Calculate max possible scale factor for input vector
+ *
+ *  \return Maximum scale factor
+ *
+ *  This function can constitute a significant amount of computational complexity - very much depending on the
+ *  bitrate. Since it is a rather small function, effective assembler optimization might be possible.
+ *
+ */
+#define FUNCTION_getScalefactor_DBL
+SCALE_INLINE
+INT getScalefactor(const FIXP_DBL *vector, /*!< Pointer to input vector */
+                   INT len)                /*!< Length of input vector */
+{
+  INT i;
+  FIXP_DBL temp, maxVal = (FIXP_DBL)0;
+
+  for(i=len;i!=0;i--){
+    temp = (LONG)(*vector++);
+    maxVal |= (FIXP_DBL)((LONG)temp^(LONG)(temp>>(DFRACT_BITS-1)));
+  }
+
+  return fixmax_I((INT)0,(INT)(fixnormz_D(maxVal) - 1));
+}
+#endif
+
+#ifndef FUNCTION_getScalefactor_SGL
+#define FUNCTION_getScalefactor_SGL
+SCALE_INLINE
+INT getScalefactor(const FIXP_SGL *vector, /*!< Pointer to input vector */
+                   INT len)                /*!< Length of input vector */
+{
+  INT i;
+  SHORT temp, maxVal = (FIXP_SGL)0;
+
+  for(i=len;i!=0;i--){
+    temp = (SHORT)(*vector++);
+    maxVal |= (temp^(temp>>(FRACT_BITS-1)));
+  }
+
+  return fixmax_I((INT)0,(INT)(fixnormz_D(FX_SGL2FX_DBL((FIXP_SGL)maxVal)) - 1));
+}
+#endif
+
diff --git a/libMpegTPDec/include/mpegFileRead.h b/libMpegTPDec/include/mpegFileRead.h
new file mode 100644 (file)
index 0000000..1fbfb58
--- /dev/null
@@ -0,0 +1,194 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Manuel Jander
+   Description: Bitstream data provider for MP4 decoders
+
+******************************************************************************/
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+
+#define MPFREAD_MP4FF_DISABLE
+
+#ifndef MPFREAD_MP4FF_DISABLE
+  /*!< If MPFREAD_MP4FF_ENABLE is set, include support for MPEG ISO fileformat.
+       If not set, no .mp4, .m4a and .3gp files can be used for input. */
+  #define MPFREAD_MP4FF_ENABLE
+#endif
+
+/* maximum number of layers which can be read        */
+/* shall equal max number of layers read by iisisoff */
+#define FILEREAD_MAX_LAYERS (2)
+
+typedef struct STRUCT_FILEREAD *HANDLE_FILEREAD;
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * \brief           Open an MPEG audio file and try to detect its format.
+ * \param filename  String of the filename to be opened.
+ * \param fileFormat Skip file format detection and use given format if fileFormat != FF_UNKNOWN.
+                    Else store detected format into *fileFmt.
+ * \param transportType Skip transport type detection and use given format if transportType != TT_UNKNOWN.
+                    Else store detected format into *fileFmt.
+ * \param conf      Pointer to unsigned char to hold the AudioSpecificConfig of the input file, if
+                    any (MPEG 4 file format). In case of RAW LATM it holds the StreamMuxConfig.
+ * \param confSize  Pointer to an integer, where the length of the ASC or SMC (in case of RAW LATM)
+                    is stored to.
+ * \return          MPEG file read handle.
+ */
+HANDLE_FILEREAD mpegFileRead_Open( const char     *filename,
+                                   FILE_FORMAT     fileFormat,
+                                   TRANSPORT_TYPE  transportType,
+                                   UCHAR          *conf[],
+                                   UINT            confSize[],
+                                   INT            *noOfLayers
+                                 );
+
+/**
+ * \brief           Get the file format of the input file.
+ * \param hDataSrc  MPEG file read handle.
+ * \return          File format of the input file.
+ */
+FILE_FORMAT mpegFileRead_GetFileFormat(HANDLE_FILEREAD hDataSrc);
+
+/**
+ * \brief           Get the transport type of the input file.
+ * \param hDataSrc  MPEG file read handle.
+ * \return          Transport type of the input file.
+ */
+TRANSPORT_TYPE mpegFileRead_GetTransportType(HANDLE_FILEREAD hDataSrc);
+
+/**
+ * \brief Read data from MPEG file. In case of packet file, read one packet, in case
+ *        of streaming file with embedded synchronisation layer (LOAS/ADTS...), just
+ *        fill the buffer.
+ *
+ * \param hMpegFile   MPEG file read handle.
+ * \param inBuffer    Pointer to input buffer.
+ * \param bufferSize  Size of input buffer.
+ * \param bytesValid  Number of bytes that were read.
+ * \return            0 on success, -1 if unsupported file format or file read error.
+ */
+int mpegFileRead_Read( HANDLE_FILEREAD   hMpegFile,
+                       UCHAR            *inBuffer[],
+                       UINT              bufferSize,
+                       UINT             *bytesValid
+                     );
+
+/**
+ * \brief            Seek in file from origin by given offset in frames.
+ * \param hMpegFile  MPEG file read handle.
+ * \param origin     If 0, the origin is the file beginning (absolute seek).
+ *                   If 1, the origin is the current position (relative seek).
+ * \param offset     The amount of frames to seek from the given origin.
+ * \return           0 on sucess, -1 if offset < 0 or file read error.
+ */
+int mpegFileRead_seek( HANDLE_FILEREAD   hMpegFile,
+                       INT               origin,
+                       INT               offset
+                      );
+
+/**
+ * \brief            Get file position in percent.
+ * \param hMpegFile  MPEG file read handle.
+ * \return           File position in percent.
+ */
+int mpegFileRead_getPercent(HANDLE_FILEREAD hMpegFile);
+
+
+/**
+ * \brief           Close MPEG audio file.
+ * \param hMpegFile Mpeg file read handle.
+ * \return          0 on sucess.
+ */
+int mpegFileRead_Close(HANDLE_FILEREAD *hMpegFile);
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/libMpegTPDec/include/tp_data.h b/libMpegTPDec/include/tp_data.h
new file mode 100644 (file)
index 0000000..5269858
--- /dev/null
@@ -0,0 +1,340 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport data tables
+
+******************************************************************************/
+
+#ifndef __TP_DATA_H__
+#define __TP_DATA_H__
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+#include "FDK_bitstream.h"
+
+/*
+ * Configuration
+ */
+#define TP_GA_ENABLE
+/* #define TP_CELP_ENABLE */
+/* #define TP_HVXC_ENABLE */
+/* #define TP_SLS_ENABLE */
+#define TP_ELD_ENABLE
+/* #define TP_USAC_ENABLE */
+/* #define TP_RSVD50_ENABLE */
+
+#if defined(TP_GA_ENABLE) || defined(TP_SLS_ENABLE)
+#define TP_PCE_ENABLE       /**< Enable full PCE support */
+#endif
+
+/**
+ * ProgramConfig struct.
+ */
+/* ISO/IEC 14496-3 4.4.1.1 Table 4.2 Program config element */
+#define PC_FSB_CHANNELS_MAX 16 /* Front/Side/Back channels */
+#define PC_LFE_CHANNELS_MAX 4
+#define PC_ASSOCDATA_MAX    8
+#define PC_CCEL_MAX         16 /* CC elements */
+#define PC_COMMENTLENGTH    256
+
+typedef struct
+{
+#ifdef TP_PCE_ENABLE
+  /* PCE bitstream elements: */
+  UCHAR ElementInstanceTag;
+  UCHAR Profile;
+  UCHAR SamplingFrequencyIndex;
+  UCHAR NumFrontChannelElements;
+  UCHAR NumSideChannelElements;
+  UCHAR NumBackChannelElements;
+  UCHAR NumLfeChannelElements;
+  UCHAR NumAssocDataElements;
+  UCHAR NumValidCcElements;
+
+  UCHAR MonoMixdownPresent;
+  UCHAR MonoMixdownElementNumber;
+
+  UCHAR StereoMixdownPresent;
+  UCHAR StereoMixdownElementNumber;
+
+  UCHAR MatrixMixdownIndexPresent;
+  UCHAR MatrixMixdownIndex;
+  UCHAR PseudoSurroundEnable;
+
+  UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR FrontElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR SideElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR SideElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR BackElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR BackElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR LfeElementTagSelect[PC_LFE_CHANNELS_MAX];
+
+  UCHAR AssocDataElementTagSelect[PC_ASSOCDATA_MAX];
+
+  UCHAR CcElementIsIndSw[PC_CCEL_MAX];
+  UCHAR ValidCcElementTagSelect[PC_CCEL_MAX];
+
+  UCHAR CommentFieldBytes;
+  UCHAR Comment[PC_COMMENTLENGTH];
+#endif /* TP_PCE_ENABLE */
+
+  /* Helper variables for administration: */
+  UCHAR isValid;               /*!< Flag showing if PCE has been read successfully. */
+  UCHAR NumChannels;           /*!< Amount of audio channels summing all channel elements including LFEs */
+  UCHAR NumEffectiveChannels;  /*!< Amount of audio channels summing only SCEs and CPEs */
+  UCHAR elCounter;
+
+} CProgramConfig;
+
+typedef enum {
+  ASCEXT_UNKOWN = -1,
+  ASCEXT_SBR    = 0x2b7,
+  ASCEXT_PS     = 0x548,
+  ASCEXT_MPS    = 0x76a,
+  ASCEXT_SAOC   = 0x7cb,
+  ASCEXT_LDMPS  = 0x7cc
+
+} TP_ASC_EXTENSION_ID;
+
+#ifdef TP_GA_ENABLE
+/**
+ * GaSpecificConfig struct
+ */
+typedef struct {
+  UINT m_frameLengthFlag ;
+  UINT m_dependsOnCoreCoder ;
+  UINT m_coreCoderDelay ;
+
+  UINT m_extensionFlag ;
+  UINT m_extensionFlag3 ;
+
+  UINT m_layer;
+  UINT m_numOfSubFrame;
+  UINT m_layerLength;
+
+} CSGaSpecificConfig;
+#endif /* TP_GA_ENABLE */
+
+
+
+
+#ifdef TP_ELD_ENABLE
+
+typedef enum {
+  ELDEXT_TERM  = 0x0,   /* Termination tag */
+  ELDEXT_SAOC  = 0x1,   /* SAOC config */
+  ELDEXT_LDSAC = 0x2    /* LD MPEG Surround config */
+  /* reserved */
+} ASC_ELD_EXT_TYPE;
+
+typedef struct {
+  UCHAR m_frameLengthFlag;
+
+  UCHAR m_sbrPresentFlag;
+  UCHAR m_useLdQmfTimeAlign;  /* Use LD-MPS QMF in SBR to achive time alignment */
+  UCHAR m_sbrSamplingRate;
+  UCHAR m_sbrCrcFlag;
+
+} CSEldSpecificConfig;
+#endif /* TP_ELD_ENABLE */
+
+
+
+
+/**
+ * Audio configuration struct, suitable for encoder and decoder configuration.
+ */
+typedef struct {
+
+  /* XYZ Specific Data */
+  union {
+#ifdef TP_GA_ENABLE
+    CSGaSpecificConfig    m_gaSpecificConfig;       /**< General audio specific configuration.         */
+#endif /* TP_GA_ENABLE */
+#ifdef TP_ELD_ENABLE
+    CSEldSpecificConfig   m_eldSpecificConfig;      /**< ELD specific configuration.                   */
+#endif /* TP_ELD_ENABLE */
+  } m_sc;
+  
+  /* Common ASC parameters */
+#ifdef TP_PCE_ENABLE
+  CProgramConfig        m_progrConfigElement;     /**< Program configuration.                          */
+#endif /* TP_PCE_ENABLE */
+
+  AUDIO_OBJECT_TYPE     m_aot;                    /**< Audio Object Type.                              */
+  UINT                  m_samplingFrequency;      /**< Samplerate.                                     */
+  UINT                  m_samplesPerFrame;        /**< Amount of samples per frame.                    */
+  UINT                  m_directMapping;          /**< Document this please !!                         */
+
+  AUDIO_OBJECT_TYPE     m_extensionAudioObjectType;        /**< Audio object type                      */
+  UINT                  m_extensionSamplingFrequency;      /**< Samplerate                             */  
+
+  SCHAR                 m_channelConfiguration;   /**< Channel configuration index                     */
+
+  SCHAR                 m_epConfig;               /**< Error protection index                           */
+  SCHAR                 m_vcb11Flag;              /**< aacSectionDataResilienceFlag                     */
+  SCHAR                 m_rvlcFlag;               /**< aacScalefactorDataResilienceFlag                 */
+  SCHAR                 m_hcrFlag;                /**< aacSpectralDataResilienceFlag                    */
+
+  SCHAR                 m_sbrPresentFlag;         /**< Flag indicating the presence of SBR data in the bitstream               */
+  SCHAR                 m_psPresentFlag;          /**< Flag indicating the presence of parametric stereo data in the bitstream */
+  UCHAR                 m_samplingFrequencyIndex; /**< Samplerate index                                 */
+  UCHAR                 m_extensionSamplingFrequencyIndex; /**< Samplerate index                        */
+  SCHAR                 m_extensionChannelConfiguration;   /**< Channel configuration index             */
+
+} CSAudioSpecificConfig;
+
+typedef INT (*cbUpdateConfig_t)(void*, const CSAudioSpecificConfig*);
+typedef INT (*cbSsc_t)(
+        void*, HANDLE_FDK_BITSTREAM,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const INT samplingFrequency,
+        const INT muxMode,
+        const INT configBytes
+        );
+typedef INT (*cbSbr_t)(
+        void *                  self,
+        HANDLE_FDK_BITSTREAM    hBs,
+        const INT sampleRateIn,
+        const INT sampleRateOut,
+        const INT samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const INT               elementIndex
+        );
+
+typedef struct  {
+  cbUpdateConfig_t cbUpdateConfig; /*!< Function pointer for Config change notify callback.  */
+  void *cbUpdateConfigData;        /*!< User data pointer for Config change notify callback. */
+  cbSsc_t cbSsc;                   /*!< Function pointer for SSC parser callback. */
+  void *cbSscData;                 /*!< User data pointer for SSC parser callback. */
+  cbSbr_t cbSbr;                   /*!< Function pointer for SBR header parser callback. */
+  void *cbSbrData;                 /*!< User data pointer for SBR header parser callback. */
+} CSTpCallBacks;
+
+static const UINT SamplingRateTable[] = 
+{ 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350, 0, 0,
+  0
+};
+
+static inline
+int getSamplingRateIndex( UINT samplingRate )
+{
+  UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT);
+
+  for (sf_index=0; sf_index<tableSize; sf_index++) {
+    if( SamplingRateTable[sf_index] == samplingRate ) break;
+  }
+
+  if (sf_index>tableSize-1) {
+    return tableSize-1;
+  }
+
+  return sf_index;
+}
+
+/*
+ * Get Channel count from channel configuration
+ */
+static inline int getNumberOfTotalChannels(int channelConfig)
+{
+  if (channelConfig > 0 && channelConfig < 8)
+    return (channelConfig == 7)?8:channelConfig;
+  else
+    return 0;
+}
+
+static inline
+int getNumberOfEffectiveChannels(const int channelConfig)
+{
+  const int n[] = {0,1,2,3,4,5,5,7};
+  return n[channelConfig];
+}
+
+#endif /* __TP_DATA_H__ */
diff --git a/libMpegTPDec/include/tpdec_lib.h b/libMpegTPDec/include/tpdec_lib.h
new file mode 100644 (file)
index 0000000..fb4c41d
--- /dev/null
@@ -0,0 +1,514 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  MPEG-4 Transport Decoder  ***********************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport decoder
+
+******************************************************************************/
+
+#ifndef __TPDEC_LIB_H__
+#define __TPDEC_LIB_H__
+
+#include "tp_data.h"
+
+#include "FDK_bitstream.h"
+
+#define TRANSPORTDEC_INBUF_SIZE  ( 8192 )   /*!< Size is in bytes.
+                                                 Set the transport input buffer size carefully and
+                                                 assure that it fulfills the requirements of the
+                                                 supported transport format(s).                    */
+
+typedef enum {
+  TRANSPORTDEC_OK = 0,             /*!< All fine.                                                  */
+
+  /* Synchronization errors. Wait for new input data and try again. */
+  tpdec_sync_error_start   = 0x100,
+  TRANSPORTDEC_NOT_ENOUGH_BITS,    /*!< Out of bits. Provide more bits and try again.              */
+  TRANSPORTDEC_SYNC_ERROR,         /*!< No sync was found or sync got lost. Keep trying.           */
+  tpdec_sync_error_end,
+
+  /* Decode errors. Mostly caused due to bit errors. */
+  tpdec_decode_error_start = 0x400,
+  TRANSPORTDEC_PARSE_ERROR,        /*!< Bitstream data showed inconsistencies (wrong syntax).      */
+  TRANSPORTDEC_UNSUPPORTED_FORMAT, /*!< Unsupported format or feature found in the bitstream data. */
+  TRANSPORTDEC_CRC_ERROR,          /*!< CRC error encountered in bitstream data.                   */
+  tpdec_decode_error_end,
+
+  /* Fatal errors. Stop immediately on one of these errors! */
+  tpdec_fatal_error_start  = 0x200,
+  TRANSPORTDEC_UNKOWN_ERROR,       /*!< An unknown error occured.                                  */
+  TRANSPORTDEC_INVALID_PARAMETER,  /*!< An invalid parameter was passed to a function.             */
+  TRANSPORTDEC_NEED_TO_RESTART,    /*!< The decoder needs to be restarted, since the requiered
+                                        configuration change cannot be performed.                  */
+  tpdec_fatal_error_end
+
+} TRANSPORTDEC_ERROR;
+
+
+/** Macro to identify decode errors. */
+#define TPDEC_IS_DECODE_ERROR(err) ( ((err>=tpdec_decode_error_start) && (err<=tpdec_decode_error_end)) ? 1 : 0)
+/** Macro to identify fatal errors. */
+#define TPDEC_IS_FATAL_ERROR(err)  ( ((err>=tpdec_fatal_error_start)  && (err<=tpdec_fatal_error_end))  ? 1 : 0)
+
+
+/**
+ * \brief Parameter identifiers for transportDec_SetParam()
+ */
+typedef enum {
+  TPDEC_PARAM_MINIMIZE_DELAY = 1,        /** Delay minimization strategy. 0: none, 1: discard as many frames as possible. */
+  TPDEC_PARAM_EARLY_CONFIG,              /** Enable early config discovery. */
+  TPDEC_PARAM_IGNORE_BUFFERFULLNESS,     /** Ignore buffer fullness. */
+  TPDEC_PARAM_SET_BITRATE,               /** Set average bit rate for bit stream interruption frame misses estimation. */
+  TPDEC_PARAM_RESET,                     /** Reset transport decoder instance status. */
+  TPDEC_PARAM_BURST_PERIOD               /** Set data reception burst period in mili seconds. */
+} TPDEC_PARAM;
+
+/* ISO/IEC 14496-3 4.4.1.1 Table 4.2 Program config element */
+#define PC_FSB_CHANNELS_MAX 16 /* Front/Side/Back channels */
+#define PC_LFE_CHANNELS_MAX 4
+#define PC_ASSOCDATA_MAX    8
+#define PC_CCEL_MAX         16 /* CC elements */
+#define PC_COMMENTLENGTH    256
+
+
+/*!
+  \brief               Reset Program Config Element.
+  \param pPce          Program Config Element structure.
+  \return              void
+*/
+void  CProgramConfig_Reset ( CProgramConfig *pPce );
+
+/*!
+  \brief               Initialize Program Config Element.
+  \param pPce          Program Config Element structure.
+  \return              void
+*/
+void  CProgramConfig_Init ( CProgramConfig *pPce );
+
+/*!
+  \brief               Inquire state of present Program Config Element structure.
+  \param pPce          Program Config Element structure.
+  \return              1 if the PCE structure is filled correct,
+                       0 if no valid PCE present.
+*/
+int  CProgramConfig_IsValid ( const CProgramConfig *pPce );
+
+#ifdef TP_PCE_ENABLE
+/*!
+  \brief               Read Program Config Element.
+  \param pPce          Program Config Element structure.
+  \param bs            Bitstream buffer to read from.
+  \param alignAnchor   Align bitstream to alignAnchor bits after all read operations.
+  \return              void
+*/
+void  CProgramConfig_Read ( CProgramConfig       *pPce,
+                            HANDLE_FDK_BITSTREAM  bs,
+                            UINT                  alignAnchor );
+
+/*!
+  \brief               Compare two Program Config Elements.
+  \param pPce1         Pointer to first Program Config Element structure.
+  \param pPce2         Pointer to second Program Config Element structure.
+  \return              -1 if PCEs are completely different,
+                        0 if PCEs are completely equal,
+                        1 if PCEs are different but have the same channel config,
+                        2 if PCEs have different channel config but same number of channels.
+*/
+int CProgramConfig_Compare ( const CProgramConfig * const pPce1,
+                             const CProgramConfig * const pPce2 );
+
+/*!
+  \brief               Get a Program Config Element that matches the predefined MPEG-4 channel configurations 1-14.
+  \param pPce          Program Config Element structure.
+  \param channelConfig MPEG-4 channel configuration.
+  \return              void
+*/
+void CProgramConfig_GetDefault ( CProgramConfig *pPce,
+                                 const UINT channelConfig );
+#endif /* TP_PCE_ENABLE */
+
+/**
+ * \brief Lookup and verify a given element. The decoder calls this
+ *        method with every new element ID found in the bitstream.
+ *
+ * \param pPce        A valid Program config structure.
+ * \param tag         Tag of the current element to be looked up.
+ * \param channelIdx  The current channel count of the decoder parser.
+ * \param chMapping   Array to store the canonical channel mapping indexes.
+ * \param chType      Array to store the audio channel type.
+ * \param chIndex     Array to store the individual audio channel type index.
+ * \param elMapping   Pointer where the canonical element index is stored.
+ * \param elType      The element id of the current element to be looked up.
+ *
+ * \return            Non-zero if the element belongs to the current program, zero
+ *                    if it does not.
+ */
+int CProgramConfig_LookupElement(
+        CProgramConfig *pPce,
+        UINT            channelConfig,
+        const UINT      tag,
+        const UINT      channelIdx,
+        UCHAR           chMapping[],
+        AUDIO_CHANNEL_TYPE chType[],
+        UCHAR           chIndex[],
+        UCHAR          *elMapping,
+        MP4_ELEMENT_ID  elList[],
+        MP4_ELEMENT_ID  elType
+        );
+
+/**
+ * \brief        Get table of elements in canonical order.
+ * \param pPce   A valid program config structure.
+ * \param table  An array where the element IDs are stored.
+ * \return       Total element count including all SCE, CPE and LFE.
+ */
+int CProgramConfig_GetElementTable( const CProgramConfig *pPce,
+                                    MP4_ELEMENT_ID  table[],
+                                    const INT elListSize );
+
+/**
+ * \brief       Initialize a given AudioSpecificConfig structure.
+ * \param pAsc  A pointer to an allocated CSAudioSpecificConfig struct.
+ * \return      void
+ */
+void AudioSpecificConfig_Init(CSAudioSpecificConfig *pAsc);
+
+/**
+ * \brief   Parse a AudioSpecificConfig from a given bitstream handle.
+ *
+ * \param pAsc                         A pointer to an allocated CSAudioSpecificConfig struct.
+ * \param hBs                          Bitstream handle.
+ * \param fExplicitBackwardCompatible  Do explicit backward compatibility parsing if set (flag).
+ * \param cb pointer to structure holding callback information
+ *
+ * \return  Total element count including all SCE, CPE and LFE.
+ */
+TRANSPORTDEC_ERROR AudioSpecificConfig_Parse(
+        CSAudioSpecificConfig *pAsc,
+        HANDLE_FDK_BITSTREAM hBs,
+        int fExplicitBackwardCompatible,
+        CSTpCallBacks *cb
+        );
+
+/* CELP stuff */
+enum {
+  MPE     = 0,
+  RPE     = 1,
+  fs8KHz  = 0,
+  fs16KHz = 1
+};
+
+/* Defintion of flags that can be passed to transportDecOpen() */
+#define TP_FLAG_MPEG4 1
+
+/* Capability flags */
+#define CAPF_TPDEC_ADIF        0x00001000  /**< Flag indicating support for ADIF transport format.        */
+#define CAPF_TPDEC_ADTS        0x00002000  /**< Flag indicating support for ADTS transport format.        */
+#define CAPF_TPDEC_LOAS        0x00004000  /**< Flag indicating support for LOAS transport format.        */
+#define CAPF_TPDEC_LATM        0x00008000  /**< Flag indicating support for LATM transport format.        */
+#define CAPF_TPDEC_RAWPACKETS  0x00010000  /**< Flag indicating support for raw packets transport format. */
+
+typedef struct TRANSPORTDEC *HANDLE_TRANSPORTDEC;
+
+
+/**
+ * \brief Configure Transport Decoder via a binary coded AudioSpecificConfig or StreamMuxConfig.
+ *        The previously requested configuration callback will be called as well. The buffer conf
+ *        must containt a SMC in case of LOAS/LATM transport format, and an ASC elseways.
+ *
+ * \param hTp     Handle of a transport decoder.
+ * \param conf    UCHAR buffer of the binary coded config (ASC or SMC).
+ * \param length  The length in bytes of the conf buffer.
+ *
+ * \return        Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_OutOfBandConfig( const HANDLE_TRANSPORTDEC hTp,
+                                                 UCHAR              *conf,
+                                                 const UINT          length,
+                                                 const UINT          layer );
+
+/**
+ * \brief Open Transport medium for reading.
+ *
+ * \param transportDecFmt Format of the transport decoder medium to be accessed.
+ * \param flags           Transport decoder flags. Currently only TP_FLAG_MPEG4, which signals a
+ *                        MPEG4 capable decoder (relevant for ADTS only).
+ *
+ * \return   A pointer to a valid and allocated HANDLE_TRANSPORTDEC or a null pointer on failure.
+ */
+HANDLE_TRANSPORTDEC transportDec_Open( TRANSPORT_TYPE transportDecFmt,
+                                       const UINT flags );
+
+/**
+ * \brief                Register configuration change callback.
+ * \param hTp            Handle of transport decoder.
+ * \param cbUpdateConfig Pointer to a callback function to handle audio config changes.
+ * \param user_data      void pointer for user data passed to the callback as first parameter.
+ * \return               0 on success.
+ */
+int transportDec_RegisterAscCallback (
+        HANDLE_TRANSPORTDEC hTp,
+        const cbUpdateConfig_t cbUpdateConfig,
+        void* user_data );
+
+/**
+ * \brief                Register SSC parser callback.
+ * \param hTp            Handle of transport decoder.
+ * \param cbUpdateConfig Pointer to a callback function to handle SSC parsing.
+ * \param user_data      void pointer for user data passed to the callback as first parameter.
+ * \return               0 on success.
+ */
+int transportDec_RegisterSscCallback (
+        HANDLE_TRANSPORTDEC hTp,
+        const cbSsc_t cbSscParse,
+        void* user_data );
+
+/**
+ * \brief                Register SBR header parser callback.
+ * \param hTp            Handle of transport decoder.
+ * \param cbUpdateConfig Pointer to a callback function to handle SBR header parsing.
+ * \param user_data      void pointer for user data passed to the callback as first parameter.
+ * \return               0 on success. 
+ */
+int transportDec_RegisterSbrCallback( HANDLE_TRANSPORTDEC hTpDec, const cbSbr_t cbSbr, void* user_data);
+
+/**
+ * \brief Fill internal input buffer with bitstream data from the external input buffer.
+ *  The function only copies such data as long as the decoder-internal input buffer is not full.
+ *  So it grabs whatever it can from pBuffer and returns information (bytesValid) so that at a
+ *  subsequent call of %transportDec_FillData(), the right position in pBuffer can be determined to
+ *  grab the next data.
+ *
+ * \param hTp         Handle of transportDec.
+ * \param pBuffer     Pointer to external input buffer.
+ * \param bufferSize  Size of external input buffer. This argument is required because decoder-internally
+ *                    we need the information to calculate the offset to pBuffer, where the next
+ *                    available data is, which is then fed into the decoder-internal buffer (as much
+ *                    as possible). Our example framework implementation fills the buffer at pBuffer
+ *                    again, once it contains no available valid bytes anymore (meaning bytesValid equal 0).
+ * \param bytesValid  Number of bitstream bytes in the external bitstream buffer that have not yet been
+ *                    copied into the decoder's internal bitstream buffer by calling this function.
+ *                    The value is updated according to the amount of newly copied bytes.
+ * \param layer       The layer the bitstream belongs to.
+ * \return            Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_FillData(
+        const HANDLE_TRANSPORTDEC  hTp,
+        UCHAR                     *pBuffer,
+        const UINT                 bufferSize,
+        UINT                      *pBytesValid,
+        const INT                  layer );
+
+/**
+ * \brief      Get transportDec bitstream handle.
+ * \param hTp  Pointer to a transport decoder handle.
+ * \return     HANDLE_FDK_BITSTREAM bitstream handle.
+ */
+HANDLE_FDK_BITSTREAM transportDec_GetBitstream ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
+
+/**
+ * \brief      Get transport format.
+ * \param hTp  Pointer to a transport decoder handle.
+ * \return     The transport format.
+ */
+TRANSPORT_TYPE transportDec_GetFormat ( const HANDLE_TRANSPORTDEC hTp );
+
+/**
+ * \brief Get the current buffer fullness value.
+ *
+ * \param hTp     Handle of a transport decoder.
+ *
+ * \return        Buffer fullness
+ */
+INT transportDec_GetBufferFullness( const HANDLE_TRANSPORTDEC hTp );
+
+/**
+ * \brief       Close and deallocate transportDec.
+ * \param phTp  Pointer to a previously allocated transport decoder handle.
+ * \return      void
+ */
+void transportDec_Close ( HANDLE_TRANSPORTDEC *phTp );
+
+/**
+ * \brief         Read one access unit from the transportDec medium.
+ * \param hTp     Handle of transportDec.
+ * \param length  On return, this value is overwritten with the actual access unit length in bits.
+ *                Set to -1 if length is unknown.
+ * \return        Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_ReadAccessUnit ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
+
+/**
+ * \brief Get the remaining amount of bits of the current access unit. The result
+ *        can be below zero, meaning that too many bits have been read.
+ * \param hTp     Handle of transportDec.
+ * \return amount of remaining bits.
+ */
+INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
+
+/**
+ * \brief Get the total amount of bits of the current access unit.
+ * \param hTp     Handle of transportDec.
+ * \return amount of total bits.
+ */
+INT transportDec_GetAuBitsTotal( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
+
+/**
+ * \brief      This function is required to be called when the decoder has finished parsing
+ *             one Access Unit for bitstream housekeeping.
+ * \param hTp  Transport Handle.
+ * \return     Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_EndAccessUnit ( const HANDLE_TRANSPORTDEC hTp );
+
+/**
+ * \brief      Obtain the amount of missing access units if applicable in case of 
+ *             a bit stream synchronization error. Each time transportDec_ReadAccessUnit()
+ *             returns TRANSPORTDEC_SYNC_ERROR this function can be called to retrieve an estimate
+ *             of the amount of missing access units. This works only in case of constant average
+ *             bit rate (has to be known) and if the parameter TPDEC_PARAM_SET_BITRATE has been set
+ *             accordingly.
+ * \param hTp  Transport Handle.
+ * \param pNAccessUnits pointer to a memory location where the estimated lost frame count will be stored into.      
+ * \return     Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_GetMissingAccessUnitCount ( INT *pNAccessUnits, HANDLE_TRANSPORTDEC hTp );
+
+
+/**
+ * \brief        Set a given setting.
+ * \param hTp    Transport Handle.
+ * \param param  Identifier of the parameter to be changed.
+ * \param value  Value for the parameter to be changed.
+ * \return       Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_SetParam ( const HANDLE_TRANSPORTDEC hTp,
+                                           const TPDEC_PARAM         param,
+                                           const INT                 value );
+
+/**
+ * \brief        Get number of subframes (for LATM or ADTS)
+ * \param hTp    Transport Handle.
+ * \return       Number of ADTS/LATM subframes (return 1 for all other transport types).
+ */
+UINT transportDec_GetNrOfSubFrames(HANDLE_TRANSPORTDEC hTp);
+
+
+/**
+ * \brief       Get info structure of transport decoder library.
+ * \param info  A pointer to an allocated LIB_INFO struct.
+ * \return      Error code.
+ */
+TRANSPORTDEC_ERROR transportDec_GetLibInfo( LIB_INFO *info );
+
+/* ADTS CRC support */
+
+/**
+ * \brief        Set current bitstream position as start of a new data region.
+ * \param hTp    Transport handle.
+ * \param mBits  Size in bits of the data region. Set to 0 if it should not be of a fixed size.
+ * \return       Data region ID, which should be used when calling transportDec_CrcEndReg().
+ */
+int transportDec_CrcStartReg ( const HANDLE_TRANSPORTDEC hTp,
+                               const INT mBits );
+
+/**
+ * \brief        Set end of data region.
+ * \param hTp    Transport handle.
+ * \param reg    Data region ID, opbtained from transportDec_CrcStartReg().
+ * \return       void
+ */
+void transportDec_CrcEndReg ( const HANDLE_TRANSPORTDEC hTp,
+                              const INT reg );
+
+/**
+ * \brief      Calculate ADTS crc and check if it is correct. The ADTS checksum is held internally.
+ * \param hTp  Transport handle.
+ * \return     Return TRANSPORTDEC_OK if the CRC is ok, or error if CRC is not correct.
+ */
+TRANSPORTDEC_ERROR transportDec_CrcCheck ( const HANDLE_TRANSPORTDEC hTp );
+
+
+#endif /* #ifndef __TPDEC_LIB_H__ */
diff --git a/libMpegTPDec/src/mpegFileFormat.h b/libMpegTPDec/src/mpegFileFormat.h
new file mode 100644 (file)
index 0000000..b0cfe9e
--- /dev/null
@@ -0,0 +1,114 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s):   Oliver Moser
+   Description: bitstream format detection routines
+
+******************************************************************************/
+
+#if !defined(__BITSTREAM_FORMAT_H__)
+#define __BITSTREAM_FORMAT_H__
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+
+/**
+ * \brief Try to find out the format of a file, given the few first bytes.
+ * \param fileData pointer to a buffer holding the first bytes of a file.
+ * \param pAu pointer to UCHAR*, returns the address of the first AU found or NULL.
+ * \param length pointer to the length of the buffer fileData. Return length of first AU.
+ * \return the detected file format, or FF_UNKNOWN in case of failure.
+ */
+FILE_FORMAT GetFileFormat(UCHAR *fileData, UCHAR **pAu, UINT *length);
+
+/**
+ * \brief Try to find out the transport type contained in a given file.
+ * \param filename name of the file to be analysed.
+ * \param fileFormat pointer to a variable where the detected file format is stored into.
+ * \return the detected transport type or TT_UNKNOWN in case of failure.
+ */
+TRANSPORT_TYPE GetTransportType(const char* filename, FILE_FORMAT *fileFormat);
+
+#endif
diff --git a/libMpegTPDec/src/tpdec_adif.cpp b/libMpegTPDec/src/tpdec_adif.cpp
new file mode 100644 (file)
index 0000000..237e881
--- /dev/null
@@ -0,0 +1,155 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: ADIF reader
+
+******************************************************************************/
+
+#include "tpdec_adif.h"
+
+
+#include "FDK_bitstream.h"
+#include "genericStds.h"
+
+TRANSPORTDEC_ERROR adifRead_DecodeHeader(
+        CAdifHeader          *pAdifHeader,
+        CProgramConfig       *pPce,
+        HANDLE_FDK_BITSTREAM  bs
+        )
+{
+  int i;
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+  UINT startAnchor = FDKgetValidBits(bs);
+
+  if ((INT)startAnchor < MIN_ADIF_HEADERLENGTH) {
+    return (TRANSPORTDEC_NOT_ENOUGH_BITS);
+  }
+
+  if (FDKreadBits(bs,8) != 'A') {
+    return (TRANSPORTDEC_SYNC_ERROR);
+  }
+  if (FDKreadBits(bs,8) != 'D') {
+    return (TRANSPORTDEC_SYNC_ERROR);
+  }
+  if (FDKreadBits(bs,8) != 'I') {
+    return (TRANSPORTDEC_SYNC_ERROR);
+  }
+  if (FDKreadBits(bs,8) != 'F') {
+    return (TRANSPORTDEC_SYNC_ERROR);
+  }
+
+  if ( (pAdifHeader->CopyrightIdPresent = FDKreadBits(bs,1)) != 0 )
+    FDKpushBiDirectional(bs,72);  /* CopyrightId */
+
+
+  pAdifHeader->OriginalCopy = FDKreadBits(bs,1);
+  pAdifHeader->Home = FDKreadBits(bs,1);
+  pAdifHeader->BitstreamType = FDKreadBits(bs,1);
+
+  /* pAdifHeader->BitRate = FDKreadBits(bs, 23); */
+  pAdifHeader->BitRate = FDKreadBits(bs,16);
+  pAdifHeader->BitRate <<= 7;
+  pAdifHeader->BitRate |= FDKreadBits(bs,7);
+
+  pAdifHeader->NumProgramConfigElements = FDKreadBits(bs,4) + 1;
+
+  if (pAdifHeader->BitstreamType == 0) {
+    FDKpushBiDirectional(bs,20);  /* adif_buffer_fullness */
+  }
+
+  /* Parse all PCEs but keep only one */
+  for (i=0; i < pAdifHeader->NumProgramConfigElements; i++)
+  {
+    CProgramConfig_Read(pPce, bs, startAnchor);
+  }
+
+  FDKbyteAlign(bs, startAnchor);
+
+  return (ErrorStatus);
+}
+
+
+
diff --git a/libMpegTPDec/src/tpdec_adif.h b/libMpegTPDec/src/tpdec_adif.h
new file mode 100644 (file)
index 0000000..d6780a7
--- /dev/null
@@ -0,0 +1,123 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: ADIF reader
+
+******************************************************************************/
+
+#ifndef TPDEC_ADIF_H
+#define TPDEC_ADIF_H
+
+#include "tpdec_lib.h"
+
+#define MIN_ADIF_HEADERLENGTH  63  /* in bits */
+
+typedef struct
+{
+  INT NumProgramConfigElements;
+  UINT BitRate;
+  UCHAR CopyrightIdPresent;
+  UCHAR OriginalCopy;
+  UCHAR Home;
+  UCHAR BitstreamType;
+} CAdifHeader;
+
+/**
+ * \brief Parse a ADIF header at the given bitstream and store the parsed data into a given CAdifHeader
+ *        and CProgramConfig struct
+ *
+ * \param pAdifHeader pointer to a CAdifHeader structure to hold the parsed ADIF header data.
+ * \param pPce pointer to a CProgramConfig structure where the last PCE will remain.
+ *
+ * \return TRANSPORTDEC_ERROR error code
+ */
+TRANSPORTDEC_ERROR adifRead_DecodeHeader(
+        CAdifHeader         *pAdifHeader,
+        CProgramConfig      *pPce,
+        HANDLE_FDK_BITSTREAM bs
+        );
+
+#endif /* TPDEC_ADIF_H */
diff --git a/libMpegTPDec/src/tpdec_adts.cpp b/libMpegTPDec/src/tpdec_adts.cpp
new file mode 100644 (file)
index 0000000..c455681
--- /dev/null
@@ -0,0 +1,388 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: ADTS interface
+
+******************************************************************************/
+
+#include "tpdec_adts.h"
+
+
+#include "FDK_bitstream.h"
+
+
+
+void adtsRead_CrcInit(HANDLE_ADTS pAdts) /*!< pointer to adts crc info stucture */
+{
+  FDKcrcInit(&pAdts->crcInfo, 0x8005, 0xFFFF, 16);
+}
+
+int adtsRead_CrcStartReg(
+                     HANDLE_ADTS pAdts,          /*!< pointer to adts stucture */
+                     HANDLE_FDK_BITSTREAM hBs,   /*!< handle to current bit buffer structure */
+                     int mBits                   /*!< number of bits in crc region */
+                   )
+{
+  if (pAdts->bs.protection_absent) {
+    return 0;
+  }
+
+  return ( FDKcrcStartReg(&pAdts->crcInfo, hBs, mBits) );
+
+}
+
+void adtsRead_CrcEndReg(
+                    HANDLE_ADTS pAdts, /*!< pointer to adts crc info stucture */
+                    HANDLE_FDK_BITSTREAM hBs,   /*!< handle to current bit buffer structure */
+                    int reg                    /*!< crc region */
+                  )
+{
+  if (pAdts->bs.protection_absent == 0)
+  {
+    FDKcrcEndReg(&pAdts->crcInfo, hBs, reg);
+  }
+}
+
+TRANSPORTDEC_ERROR adtsRead_CrcCheck( HANDLE_ADTS pAdts )
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+  USHORT crc;
+
+  if (pAdts->bs.protection_absent)
+    return TRANSPORTDEC_OK;
+
+  crc = FDKcrcGetCRC(&pAdts->crcInfo);
+  if (crc != pAdts->crcReadValue)
+  {
+    return (TRANSPORTDEC_CRC_ERROR);
+  }
+
+  return (ErrorStatus);
+}
+
+
+
+#define Adts_Length_SyncWord                     12
+#define Adts_Length_Id                            1
+#define Adts_Length_Layer                         2
+#define Adts_Length_ProtectionAbsent              1
+#define Adts_Length_Profile                       2
+#define Adts_Length_SamplingFrequencyIndex        4
+#define Adts_Length_PrivateBit                    1
+#define Adts_Length_ChannelConfiguration          3
+#define Adts_Length_OriginalCopy                  1
+#define Adts_Length_Home                          1
+#define Adts_Length_CopyrightIdentificationBit    1
+#define Adts_Length_CopyrightIdentificationStart  1
+#define Adts_Length_FrameLength                  13
+#define Adts_Length_BufferFullness               11
+#define Adts_Length_NumberOfRawDataBlocksInFrame  2
+#define Adts_Length_CrcCheck                     16
+
+TRANSPORTDEC_ERROR adtsRead_DecodeHeader(
+        HANDLE_ADTS           pAdts,
+        CSAudioSpecificConfig *pAsc,
+        HANDLE_FDK_BITSTREAM  hBs,
+        const INT             ignoreBufferFullness
+        )
+{
+  INT crcReg;
+
+  INT valBits;
+  INT cmp_buffer_fullness;
+  int i, adtsHeaderLength;
+
+  STRUCT_ADTS_BS bs;
+
+#ifdef TP_PCE_ENABLE
+  CProgramConfig oldPce;
+  /* Store the old PCE temporarily. Maybe we'll need it later if we
+     have channelConfig=0 and no PCE in this frame. */
+  FDKmemcpy(&oldPce, &pAsc->m_progrConfigElement, sizeof(CProgramConfig));
+#endif
+
+  valBits = FDKgetValidBits(hBs);
+
+  /* adts_fixed_header */
+  bs.mpeg_id           = FDKreadBits(hBs, Adts_Length_Id);
+  bs.layer             = FDKreadBits(hBs, Adts_Length_Layer);
+  bs.protection_absent = FDKreadBits(hBs, Adts_Length_ProtectionAbsent);
+  bs.profile           = FDKreadBits(hBs, Adts_Length_Profile);
+  bs.sample_freq_index = FDKreadBits(hBs, Adts_Length_SamplingFrequencyIndex);
+  bs.private_bit       = FDKreadBits(hBs, Adts_Length_PrivateBit);
+  bs.channel_config    = FDKreadBits(hBs, Adts_Length_ChannelConfiguration);
+  bs.original          = FDKreadBits(hBs, Adts_Length_OriginalCopy);
+  bs.home              = FDKreadBits(hBs, Adts_Length_Home);
+
+  /* adts_variable_header */
+  bs.copyright_id    = FDKreadBits(hBs, Adts_Length_CopyrightIdentificationBit);
+  bs.copyright_start = FDKreadBits(hBs, Adts_Length_CopyrightIdentificationStart);
+  bs.frame_length    = FDKreadBits(hBs, Adts_Length_FrameLength);
+  bs.adts_fullness   = FDKreadBits(hBs, Adts_Length_BufferFullness);
+  bs.num_raw_blocks  = FDKreadBits(hBs, Adts_Length_NumberOfRawDataBlocksInFrame);
+  bs.num_pce_bits    = 0;
+
+  adtsHeaderLength = ADTS_HEADERLENGTH;
+
+  if (!bs.protection_absent) {
+    FDKcrcReset(&pAdts->crcInfo);
+    FDKpushBack(hBs, 56);   /* complete fixed and variable header! */
+    crcReg = FDKcrcStartReg(&pAdts->crcInfo, hBs, 0);
+    FDKpushFor(hBs, 56);
+  }
+
+  if (! bs.protection_absent && bs.num_raw_blocks>0) {
+    for (i=0; i<bs.num_raw_blocks; i++) {
+      pAdts->rawDataBlockDist[i] = (USHORT)FDKreadBits(hBs, 16);
+      adtsHeaderLength += 16;
+    }
+    /* Change raw data blocks to delta values */
+    pAdts->rawDataBlockDist[bs.num_raw_blocks] = bs.frame_length - 7 - bs.num_raw_blocks*2 - 2 ;
+    for (i=bs.num_raw_blocks; i>0; i--) {
+      pAdts->rawDataBlockDist[i] -= pAdts->rawDataBlockDist[i-1];
+    }
+  }
+
+  /* adts_error_check */
+  if (!bs.protection_absent)
+  {
+    USHORT crc_check;
+
+    FDKcrcEndReg(&pAdts->crcInfo, hBs, crcReg);
+    crc_check = FDKreadBits(hBs, Adts_Length_CrcCheck);
+    adtsHeaderLength += Adts_Length_CrcCheck;
+
+    pAdts->crcReadValue = crc_check;
+    /* Check header CRC in case of multiple raw data blocks */
+    if (bs.num_raw_blocks > 0) {
+      if (pAdts->crcReadValue != FDKcrcGetCRC(&pAdts->crcInfo)) {
+        return TRANSPORTDEC_CRC_ERROR;
+      }
+      /* Reset CRC for the upcoming raw_data_block() */
+      FDKcrcReset(&pAdts->crcInfo);
+    }
+  }
+
+
+  /* check if valid header */
+  if (
+      (bs.layer != 0) ||                          // we only support MPEG ADTS
+      (bs.sample_freq_index >= 13)                // we only support 96kHz - 7350kHz
+      ) {
+    FDKpushFor(hBs, bs.frame_length * 8);   // try again one frame later
+    return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+  }
+
+  /* special treatment of id-bit */
+  if ( (bs.mpeg_id == 0) && (pAdts->decoderCanDoMpeg4 == 0) )
+  {
+    /* MPEG-2 decoder cannot play MPEG-4 bitstreams */
+
+
+    FDKpushFor(hBs, bs.frame_length * 8);  // try again one frame later
+    return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+  }
+
+  if (!ignoreBufferFullness)
+  {
+    cmp_buffer_fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.channel_config);
+
+
+    /* Evaluate buffer fullness */
+    if (bs.adts_fullness != 0x7FF)
+    {
+      if (pAdts->BufferFullnesStartFlag)
+      {
+        if ( valBits < cmp_buffer_fullness )
+        {
+          /* Condition for start of decoding is not fulfilled */
+
+          /* The current frame will not be decoded */
+          FDKpushBack(hBs, adtsHeaderLength);
+
+          if ( (cmp_buffer_fullness+adtsHeaderLength) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
+            return TRANSPORTDEC_SYNC_ERROR;
+          } else {
+            return TRANSPORTDEC_NOT_ENOUGH_BITS;
+          }
+        }
+        else
+        {
+          pAdts->BufferFullnesStartFlag = 0;
+        }
+      }
+    }
+  }
+
+
+  /* Get info from ADTS header */
+  AudioSpecificConfig_Init(pAsc);
+  pAsc->m_aot                    = (AUDIO_OBJECT_TYPE)(bs.profile + 1);
+  pAsc->m_samplingFrequencyIndex = bs.sample_freq_index;
+  pAsc->m_samplingFrequency      = SamplingRateTable[bs.sample_freq_index];
+  pAsc->m_channelConfiguration   = bs.channel_config;
+  pAsc->m_samplesPerFrame        = 1024;
+
+#ifdef TP_PCE_ENABLE
+  if (bs.channel_config == 0)
+  {
+    int pceBits = 0;
+    UINT alignAnchor = FDKgetValidBits(hBs);
+    
+    if (FDKreadBits(hBs,3) == ID_PCE) {
+      /* Got luck! Parse the PCE */
+      int crcReg;
+      crcReg = adtsRead_CrcStartReg(pAdts, hBs, 0);
+
+      CProgramConfig_Read(&pAsc->m_progrConfigElement, hBs, alignAnchor);
+
+      adtsRead_CrcEndReg(pAdts, hBs, crcReg);
+      pceBits = alignAnchor - FDKgetValidBits(hBs);
+      /* store the number of PCE bits */
+      bs.num_pce_bits = pceBits;
+    }
+    else {
+      /* No PCE in this frame! Push back the ID tag bits. */
+      FDKpushBack(hBs,3);
+
+      /* Encoders do not have to write a PCE in each frame.
+         So if we already have a valid PCE we have to use it. */
+      if (  oldPce.isValid
+        && (bs.sample_freq_index == pAdts->bs.sample_freq_index)  /* we could compare the complete fixed header (bytes) here! */
+        && (bs.channel_config    == pAdts->bs.channel_config) /* == 0 */
+        && (bs.mpeg_id           == pAdts->bs.mpeg_id) )
+      { /* Restore previous PCE which is still valid */
+        FDKmemcpy(&pAsc->m_progrConfigElement, &oldPce, sizeof(CProgramConfig));
+      }
+      else if (bs.mpeg_id == 0) {
+        /* If not it seems that we have a implicit channel configuration.
+           This mode is not allowed in the context of ISO/IEC 14496-3.
+           Skip this frame and try the next one. */
+        FDKpushFor(hBs, (bs.frame_length<<3) - adtsHeaderLength - 3);
+        return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+      }
+      /* else {
+         ISO/IEC 13818-7 implicit channel mapping is allowed.
+         So just open the box of chocolates to see what we got.
+      } */
+    }
+  }
+#endif /* TP_PCE_ENABLE */
+
+  /* Copy bit stream data struct to persistent memory now, once we passed all sanity checks above. */
+  FDKmemcpy(&pAdts->bs, &bs, sizeof(STRUCT_ADTS_BS));
+
+  return TRANSPORTDEC_OK;
+}
+
+int adtsRead_GetRawDataBlockLength(
+        HANDLE_ADTS pAdts,
+        INT         blockNum
+        )
+{
+  int length;
+
+  if (pAdts->bs.num_raw_blocks == 0) {
+    length = (pAdts->bs.frame_length - 7) << 3;    /* aac_frame_length subtracted by the header size (7 bytes). */
+    if (pAdts->bs.protection_absent == 0)
+      length -= 16;                                                                   /* substract 16 bit CRC */
+  } else {
+    if (pAdts->bs.protection_absent) {
+      length = -1; /* raw data block length is unknown */
+    } else {
+      if (blockNum < 0 || blockNum > 3) {
+        length = -1;
+      }
+      length = (pAdts->rawDataBlockDist[blockNum] << 3) - 16;
+    }
+  }
+  if (blockNum == 0 && length > 0) {
+    length -= pAdts->bs.num_pce_bits;
+  }
+  return length;
+}
+
+
diff --git a/libMpegTPDec/src/tpdec_adts.h b/libMpegTPDec/src/tpdec_adts.h
new file mode 100644 (file)
index 0000000..a3b83a5
--- /dev/null
@@ -0,0 +1,236 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Josef Hoepfl
+   Description: ADTS interface
+
+******************************************************************************/
+
+#ifndef TPDEC_ADTS_H
+#define TPDEC_ADTS_H
+
+#include "tpdec_lib.h"
+
+
+#define ADTS_SYNCWORD               ( 0xfff )
+#define ADTS_SYNCLENGTH             ( 12 )     /* in bits */
+#define ADTS_HEADERLENGTH           ( 56 )     /* minimum header size in bits */
+#define ADTS_FIXED_HEADERLENGTH     ( 28 )     /* in bits */
+#define ADTS_VARIABLE_HEADERLENGTH  ( ADTS_HEADERLENGTH - ADTS_FIXED_HEADERLENGTH )
+
+#ifdef CHECK_TWO_SYNCS
+ #define ADTS_MIN_TP_BUF_SIZE       ( 8191 + 2 )
+#else
+ #define ADTS_MIN_TP_BUF_SIZE       ( 8191 )
+#endif
+
+#include "FDK_crc.h"
+
+typedef struct {
+  /* ADTS header fields */
+  UCHAR mpeg_id;
+  UCHAR layer;
+  UCHAR protection_absent;
+  UCHAR profile;
+  UCHAR sample_freq_index;
+  UCHAR private_bit;
+  UCHAR channel_config;
+  UCHAR original;
+  UCHAR home;
+  UCHAR copyright_id;
+  UCHAR copyright_start;
+  USHORT frame_length;
+  USHORT adts_fullness;
+  UCHAR num_raw_blocks;
+  UCHAR num_pce_bits;
+} STRUCT_ADTS_BS;
+
+struct STRUCT_ADTS {
+
+  STRUCT_ADTS_BS bs;
+
+  UCHAR decoderCanDoMpeg4;
+  UCHAR BufferFullnesStartFlag;
+
+  FDK_CRCINFO crcInfo;             /* CRC state info */
+  USHORT      crcReadValue;        /* CRC value read from bitstream data */
+  USHORT      rawDataBlockDist[4]; /* distance between each raw data block. Not the same as found in the bitstream */
+} ;
+
+typedef struct STRUCT_ADTS *HANDLE_ADTS;
+
+/*!
+  \brief Initialize ADTS CRC
+
+  The function initialzes the crc buffer and the crc lookup table.
+
+  \return  none
+*/
+void adtsRead_CrcInit( HANDLE_ADTS pAdts );
+
+/**
+ * \brief Starts CRC region with a maximum number of bits
+ *        If mBits is positive zero padding will be used for CRC calculation, if there
+ *        are less than mBits bits available.
+ *        If mBits is negative no zero padding is done.
+ *        If mBits is zero the memory for the buffer is allocated dynamically, the
+ *        number of bits is not limited.
+ *
+ * \param pAdts ADTS data handle
+ * \param hBs bitstream handle, on which the CRC region referes to
+ * \param mBits max number of bits in crc region to be considered
+ *
+ * \return  ID for the created region, -1 in case of an error
+ */
+int adtsRead_CrcStartReg(
+        HANDLE_ADTS pAdts,
+        HANDLE_FDK_BITSTREAM hBs,
+        int mBits
+        );
+
+/**
+ * \brief Ends CRC region identified by reg
+ *
+ * \param pAdts ADTS data handle
+ * \param hBs bitstream handle, on which the CRC region referes to
+ * \param reg CRC regions ID returned by adtsRead_CrcStartReg()
+ *
+ * \return  none
+ */
+void adtsRead_CrcEndReg(
+        HANDLE_ADTS pAdts,
+        HANDLE_FDK_BITSTREAM hBs,
+        int reg
+        );
+
+/**
+ * \brief Check CRC
+ *
+ * Checks if the currently calculated CRC matches the CRC field read from the bitstream
+ * Deletes all CRC regions.
+ *
+ * \param pAdts ADTS data handle
+ *
+ * \return Returns 0 if they are identical otherwise 1
+ */
+TRANSPORTDEC_ERROR adtsRead_CrcCheck( HANDLE_ADTS pAdts );
+
+
+/**
+ * \brief Check if we have a valid ADTS frame at the current bitbuffer position
+ *
+ * This function assumes enough bits in buffer for the current frame.
+ * It reads out the header bits to prepare the bitbuffer for the decode loop.
+ * In case the header bits show an invalid bitstream/frame, the whole frame is skipped.
+ *
+ * \param pAdts ADTS data handle which is filled with parsed ADTS header data
+ * \param bs handle of bitstream from whom the ADTS header is read
+ *
+ * \return  error status
+ */
+TRANSPORTDEC_ERROR adtsRead_DecodeHeader(
+        HANDLE_ADTS           pAdts,
+        CSAudioSpecificConfig *pAsc,
+        HANDLE_FDK_BITSTREAM  bs,
+        const INT             ignoreBufferFullness
+        );
+
+/**
+ * \brief Get the raw data block length of the given block number.
+ *
+ * \param pAdts ADTS data handle
+ * \param blockNum current raw data block index
+ * \param pLength pointer to an INT where the length of the given raw data block is stored into
+ *                the returned value might be -1, in which case the raw data block length is unknown.
+ *
+ * \return  error status
+ */
+int adtsRead_GetRawDataBlockLength(
+        HANDLE_ADTS pAdts,
+        INT         blockNum
+        );
+
+
+#endif /* TPDEC_ADTS_H */
diff --git a/libMpegTPDec/src/tpdec_asc.cpp b/libMpegTPDec/src/tpdec_asc.cpp
new file mode 100644 (file)
index 0000000..4d7cc02
--- /dev/null
@@ -0,0 +1,1050 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Daniel Homm
+   Description:
+
+******************************************************************************/
+
+#include "tpdec_lib.h"
+#include "tp_data.h"
+
+
+void CProgramConfig_Reset(CProgramConfig *pPce)
+{
+  pPce->elCounter = 0;
+}
+
+void CProgramConfig_Init(CProgramConfig *pPce)
+{
+  FDKmemclear(pPce, sizeof(CProgramConfig));
+#ifdef TP_PCE_ENABLE
+  pPce->SamplingFrequencyIndex = 0xf;
+#endif
+}
+
+int  CProgramConfig_IsValid ( const CProgramConfig *pPce )
+{
+  return ( (pPce->isValid) ? 1 : 0);
+}
+
+#ifdef TP_PCE_ENABLE
+void CProgramConfig_Read(
+                          CProgramConfig *pPce,
+                          HANDLE_FDK_BITSTREAM bs,
+                          UINT alignmentAnchor
+                        )
+{
+  int i;
+
+  pPce->NumEffectiveChannels = 0;
+  pPce->NumChannels = 0;
+  pPce->ElementInstanceTag = (UCHAR) FDKreadBits(bs,4);
+  pPce->Profile = (UCHAR) FDKreadBits(bs,2);
+  pPce->SamplingFrequencyIndex = (UCHAR) FDKreadBits(bs,4);
+  pPce->NumFrontChannelElements = (UCHAR) FDKreadBits(bs,4);
+  pPce->NumSideChannelElements = (UCHAR) FDKreadBits(bs,4);
+  pPce->NumBackChannelElements = (UCHAR) FDKreadBits(bs,4);
+  pPce->NumLfeChannelElements = (UCHAR) FDKreadBits(bs,2);
+  pPce->NumAssocDataElements = (UCHAR) FDKreadBits(bs,3);
+  pPce->NumValidCcElements = (UCHAR) FDKreadBits(bs,4);
+
+  if ((pPce->MonoMixdownPresent = (UCHAR) FDKreadBits(bs,1)) != 0)
+  {
+    pPce->MonoMixdownElementNumber = (UCHAR) FDKreadBits(bs,4);
+  }
+
+  if ((pPce->StereoMixdownPresent = (UCHAR) FDKreadBits(bs,1)) != 0)
+  {
+    pPce->StereoMixdownElementNumber = (UCHAR) FDKreadBits(bs,4);
+  }
+
+  if ((pPce->MatrixMixdownIndexPresent = (UCHAR) FDKreadBits(bs,1)) != 0)
+  {
+    pPce->MatrixMixdownIndex = (UCHAR) FDKreadBits(bs,2);
+    pPce->PseudoSurroundEnable = (UCHAR) FDKreadBits(bs,1);
+  }
+
+  for (i=0; i < pPce->NumFrontChannelElements; i++)
+  {
+    pPce->FrontElementIsCpe[i] = (UCHAR) FDKreadBits(bs,1);
+    pPce->FrontElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+    pPce->NumChannels += pPce->FrontElementIsCpe[i] ? 2 : 1;
+  }
+
+  for (i=0; i < pPce->NumSideChannelElements; i++)
+  {
+    pPce->SideElementIsCpe[i] = (UCHAR) FDKreadBits(bs,1);
+    pPce->SideElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+    pPce->NumChannels += pPce->SideElementIsCpe[i] ? 2 : 1;
+  }
+
+  for (i=0; i < pPce->NumBackChannelElements; i++)
+  {
+    pPce->BackElementIsCpe[i] = (UCHAR) FDKreadBits(bs,1);
+    pPce->BackElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+    pPce->NumChannels += pPce->BackElementIsCpe[i] ? 2 : 1;
+  }
+
+  pPce->NumEffectiveChannels = pPce->NumChannels;
+
+  for (i=0; i < pPce->NumLfeChannelElements; i++)
+  {
+    pPce->LfeElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+    pPce->NumChannels += 1;
+  }
+
+  for (i=0; i < pPce->NumAssocDataElements; i++)
+  {
+    pPce->AssocDataElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+  }
+
+  for (i=0; i < pPce->NumValidCcElements; i++)
+  {
+    pPce->CcElementIsIndSw[i] = (UCHAR) FDKreadBits(bs,1);
+    pPce->ValidCcElementTagSelect[i] = (UCHAR) FDKreadBits(bs,4);
+  }
+
+  FDKbyteAlign(bs, alignmentAnchor);
+
+  pPce->CommentFieldBytes = (UCHAR) FDKreadBits(bs,8);
+
+  for (i=0; i < pPce->CommentFieldBytes; i++)
+  {
+    UCHAR text;
+
+    text = (UCHAR)FDKreadBits(bs,8);
+
+    if (i < PC_COMMENTLENGTH)
+    {
+      pPce->Comment[i] = text;
+    }
+  }
+
+  pPce->isValid = 1;
+}
+
+/*
+ * Compare two program configurations.
+ * Returns the result of the comparison:
+ *  -1 - completely different
+ *   0 - completely equal
+ *   1 - different but same channel configuration
+ *   2 - different channel configuration but same number of channels
+ */
+int CProgramConfig_Compare ( const CProgramConfig * const pPce1,
+                             const CProgramConfig * const pPce2 )
+{
+  int result = 0;  /* Innocent until proven false. */
+
+  if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != 0)
+  { /* Configurations are not completely different.
+       So look into details and analyse the channel configurations: */
+    result = -1;
+
+    if (pPce1->NumChannels == pPce2->NumChannels)
+    { /* Now the logic changes. We first assume to have the same channel configuration
+         and then prove if this assumption is true. */
+      result = 1;
+
+      /* Front channels */
+      if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) {
+        result = 2;  /* different number of front channel elements */
+      } else {
+        int el, numCh1 = 0, numCh2 = 0;
+        for (el = 0; el < pPce1->NumFrontChannelElements; el += 1) {
+          numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1;
+          numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1;
+        }
+        if (numCh1 != numCh2) {
+          result = 2;  /* different number of front channels */
+        }
+      }
+      /* Side channels */
+      if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) {
+        result = 2;  /* different number of side channel elements */
+      } else {
+        int el, numCh1 = 0, numCh2 = 0;
+        for (el = 0; el < pPce1->NumSideChannelElements; el += 1) {
+          numCh1 += pPce1->SideElementIsCpe[el] ? 2 : 1;
+          numCh2 += pPce2->SideElementIsCpe[el] ? 2 : 1;
+        }
+        if (numCh1 != numCh2) {
+          result = 2;  /* different number of side channels */
+        }
+      }
+      /* Back channels */
+      if (pPce1->NumBackChannelElements != pPce2->NumBackChannelElements) {
+        result = 2;  /* different number of back channel elements */
+      } else {
+        int el, numCh1 = 0, numCh2 = 0;
+        for (el = 0; el < pPce1->NumBackChannelElements; el += 1) {
+          numCh1 += pPce1->BackElementIsCpe[el] ? 2 : 1;
+          numCh2 += pPce2->BackElementIsCpe[el] ? 2 : 1;
+        }
+        if (numCh1 != numCh2) {
+          result = 2;  /* different number of back channels */
+        }
+      }
+      /* LFE channels */
+      if (pPce1->NumLfeChannelElements != pPce2->NumLfeChannelElements) {
+        result = 2;  /* different number of lfe channels */
+      }
+      /* LFEs are always SCEs so we don't need to count the channels. */
+    }
+  }
+
+  return result;
+}
+
+void CProgramConfig_GetDefault( CProgramConfig *pPce,
+                                const UINT channelConfig )
+{
+  FDK_ASSERT(pPce != NULL);
+
+  /* Init PCE */
+  CProgramConfig_Init(pPce);
+  pPce->Profile = 1;  /* Set AAC LC because it is the only supported object type. */
+
+  switch (channelConfig) {
+  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+  case 6:   /* 3/0/2.1ch */
+    pPce->NumLfeChannelElements   += 1;
+    pPce->NumChannels             += 1;
+  case 5:   /* 3/0/2.0ch */
+  case 4:   /* 3/0/1.0ch */
+    pPce->NumBackChannelElements  += 1;
+    pPce->BackElementIsCpe[0]      = (channelConfig>4) ? 1 : 0;
+    pPce->NumChannels             += (channelConfig>4) ? 2 : 1;
+    pPce->NumEffectiveChannels    += (channelConfig>4) ? 2 : 1;
+  case 3:   /* 3/0/0.0ch */
+    pPce->NumFrontChannelElements += 1;
+    pPce->FrontElementIsCpe[1]     = 1;
+    pPce->NumChannels             += 2;
+    pPce->NumEffectiveChannels    += 2;
+  case 1:   /* 1/0/0.0ch */
+    pPce->NumFrontChannelElements += 1;
+    pPce->FrontElementIsCpe[0]     = 0;
+    pPce->NumChannels             += 1;
+    pPce->NumEffectiveChannels    += 1;
+    pPce->isValid                  = 1;
+    break;
+  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+  case 2:   /* 2/0/0.ch */
+    pPce->NumFrontChannelElements  = 1;
+    pPce->FrontElementIsCpe[0]     = 1;
+    pPce->NumChannels             += 2;
+    pPce->NumEffectiveChannels    += 2;
+    pPce->isValid                  = 1;
+    break;
+  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+  default:
+    pPce->isValid                  = 0;   /* To be explicit! */
+    break;
+  }
+
+  if (pPce->isValid) {
+    /* Create valid element instance tags */
+    int el, elTagSce = 0, elTagCpe = 0;
+
+    for (el = 0; el < pPce->NumFrontChannelElements; el += 1) {
+      pPce->FrontElementTagSelect[el] = (pPce->FrontElementIsCpe) ? elTagCpe++ : elTagSce++;
+    }
+    for (el = 0; el < pPce->NumSideChannelElements; el += 1) {
+      pPce->SideElementTagSelect[el] = (pPce->SideElementIsCpe) ? elTagCpe++ : elTagSce++;
+    }
+    for (el = 0; el < pPce->NumBackChannelElements; el += 1) {
+      pPce->BackElementTagSelect[el] = (pPce->BackElementIsCpe) ? elTagCpe++ : elTagSce++;
+    }
+    elTagSce = 0;
+    for (el = 0; el < pPce->NumLfeChannelElements; el += 1) {
+      pPce->LfeElementTagSelect[el] = elTagSce++;
+    }
+  }
+}
+#endif /* TP_PCE_ENABLE */
+
+/**
+ * \brief get implicit audio channel type for given channelConfig and MPEG ordered channel index
+ * \param channelConfig MPEG channelConfiguration from 1 upto 7
+ * \param index MPEG channel order index
+ * \return audio channel type.
+ */
+void getImplicitAudioChannelTypeAndIndex(
+        AUDIO_CHANNEL_TYPE *chType,
+        UCHAR *chIndex,
+        UINT channelConfig,
+        UINT index
+        )
+{
+  if (index < 3) {
+    *chType = ACT_FRONT;
+    *chIndex = index;
+  } else {
+    switch (channelConfig) {
+      case MODE_1_2_1:
+      case MODE_1_2_2:
+      case MODE_1_2_2_1:
+        switch (index) {
+          case 3:
+          case 4:
+            *chType = ACT_BACK;
+            *chIndex = index - 3;
+            break;
+          case 5:
+            *chType = ACT_LFE;
+            *chIndex = 0;
+            break;
+        }
+        break;
+      case MODE_1_2_2_2_1:
+        switch (index) {
+          case 3:
+          case 4:
+            *chType = ACT_SIDE;
+            *chIndex = index - 3;
+            break;
+          case 5:
+          case 6:
+            *chType = ACT_BACK;
+            *chIndex = index - 5;
+            break;
+          case 7:
+            *chType = ACT_LFE;
+            *chIndex = 0;
+            break;
+        }
+        break;
+      default:
+        *chType = ACT_NONE;
+        break;
+    }
+  }
+}
+
+int CProgramConfig_LookupElement(
+        CProgramConfig *pPce,
+        UINT            channelConfig,
+        const UINT      tag,
+        const UINT      channelIdx,
+        UCHAR           chMapping[],
+        AUDIO_CHANNEL_TYPE chType[],
+        UCHAR           chIndex[],
+        UCHAR          *elMapping,
+        MP4_ELEMENT_ID  elList[],
+        MP4_ELEMENT_ID  elType
+       )
+{
+  if (channelConfig > 0)
+  {
+    /* Constant channel mapping must have
+       been set during initialization. */
+    if ( elType == ID_SCE
+      || elType == ID_CPE
+      || elType == ID_LFE )
+    {
+      *elMapping = pPce->elCounter;
+      if (elList[pPce->elCounter] != elType) {
+        /* Not in the list */
+        if ( (channelConfig == 2) && (elType == ID_SCE) )
+        { /* This scenario occurs with HE-AAC v2 streams of buggy encoders.
+             Due to other decoder implementations decoding of these kind of streams is desired. */
+          channelConfig = 1;
+        } else {
+          return 0;
+        }
+      }
+      /* Assume all front channels */
+      getImplicitAudioChannelTypeAndIndex(&chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx);
+      if (elType == ID_CPE) {
+        chType[channelIdx+1] = chType[channelIdx];
+        chIndex[channelIdx+1] = chIndex[channelIdx]+1;
+      }
+      pPce->elCounter++;
+    }
+    /* Accept all non-channel elements, too. */
+    return 1;
+  }
+  else
+  {
+#ifdef TP_PCE_ENABLE
+    if (!pPce->isValid)
+#endif /* TP_PCE_ENABLE */
+    {
+      /* Implicit channel mapping. */
+      if ( elType == ID_SCE
+        || elType == ID_CPE
+        || elType == ID_LFE )
+      {
+        /* Store all channel element IDs */
+        elList[pPce->elCounter] = elType;
+        *elMapping = pPce->elCounter++;
+      }
+    }
+#ifdef  TP_PCE_ENABLE
+    else {
+      /* Accept the additional channel(s), only if the tag is in the lists */
+      int isCpe = 0, i;
+      int cc = 0, fc = 0, sc = 0, bc = 0, lc = 0, ec = 0; /* Channel and element counters */
+
+      switch (elType)
+      {
+      case ID_CPE:
+        isCpe = 1;
+      case ID_SCE:
+        /* search in front channels */
+        for (i = 0; i < pPce->NumFrontChannelElements; i++) {
+          if (isCpe == pPce->FrontElementIsCpe[i] && pPce->FrontElementTagSelect[i] == tag) {
+            chMapping[cc] = channelIdx;
+            chType[cc] = ACT_FRONT;
+            chIndex[cc] = fc;
+            if (isCpe) {
+              chMapping[cc+1] = channelIdx+1;
+              chType[cc+1] = ACT_FRONT;
+              chIndex[cc+1] = fc+1;
+            }
+            *elMapping = ec;
+            return 1;
+          }
+          ec++;
+          if (pPce->FrontElementIsCpe[i]) {
+            cc+=2; fc+=2;
+          } else {
+            cc++; fc++;
+          }
+        }
+        /* search in side channels */
+        for (i = 0; i < pPce->NumSideChannelElements; i++) {
+          if (isCpe == pPce->SideElementIsCpe[i] && pPce->SideElementTagSelect[i] == tag) {
+            chMapping[cc] = channelIdx;
+            chType[cc] = ACT_SIDE;
+            chIndex[cc] = sc;
+            if (isCpe) {
+              chMapping[cc+1] = channelIdx+1;
+              chType[cc+1] = ACT_SIDE;
+              chIndex[cc+1] = sc+1;
+            }
+            *elMapping = ec;
+            return 1;
+          }
+          ec++;
+          if (pPce->SideElementIsCpe[i]) {
+            cc+=2; sc+=2;
+          } else {
+            cc++; sc++;
+          }
+        }
+        /* search in back channels */
+        for (i = 0; i < pPce->NumBackChannelElements; i++) {
+          if (isCpe == pPce->BackElementIsCpe[i] && pPce->BackElementTagSelect[i] == tag) {
+            chMapping[cc] = channelIdx;
+            chType[cc] = ACT_BACK;
+            chIndex[cc] = bc;
+            if (isCpe) {
+              chMapping[cc+1] = channelIdx+1;
+              chType[cc+1] = ACT_BACK;
+              chIndex[cc+1] = bc+1;
+            }
+            *elMapping = ec;
+            return 1;
+          }
+          ec++;
+          if (pPce->BackElementIsCpe[i]) {
+            cc+=2; bc+=2;
+          } else {
+            cc++; bc++;
+          }
+        }
+        break;
+
+      case ID_LFE:
+        /* Initialize channel counter and element counter */
+        cc = pPce->NumEffectiveChannels;
+        ec = pPce->NumFrontChannelElements+ pPce->NumSideChannelElements + pPce->NumBackChannelElements;
+        /* search in lfe channels */
+        for (i = 0; i < pPce->NumLfeChannelElements; i++) {
+          if ( pPce->LfeElementTagSelect[i] == tag ) {
+            chMapping[cc] = channelIdx;
+            *elMapping = ec;
+            chType[cc] = ACT_LFE;
+            chIndex[cc] = lc;
+            return 1;
+          }
+          ec++;
+          cc++;
+          lc++;
+        }
+        break;
+
+      /* Non audio elements */
+      case ID_CCE:
+        /* search in cce channels */
+        for (i = 0; i < pPce->NumValidCcElements; i++) {
+          if (pPce->ValidCcElementTagSelect[i] == tag) {
+            return 1;
+          }
+        }
+        break;
+      case ID_DSE:
+        /* search associated data elements */
+        for (i = 0; i < pPce->NumAssocDataElements; i++) {
+          if (pPce->AssocDataElementTagSelect[i] == tag) {
+            return 1;
+          }
+        }
+        break;
+      default:
+        return 0;
+      }
+      return 0;  /* not found in any list */
+    }
+#endif /* TP_PCE_ENABLE */
+  }
+
+  return 1;
+}
+
+#ifdef  TP_PCE_ENABLE
+int CProgramConfig_GetElementTable(
+        const CProgramConfig *pPce,
+        MP4_ELEMENT_ID  elList[],
+        const INT elListSize
+       )
+{
+  int i, el = 0;
+
+  if ( elListSize 
+    < pPce->NumFrontChannelElements + pPce->NumSideChannelElements + pPce->NumBackChannelElements + pPce->NumLfeChannelElements 
+    )
+  {
+    return 0;
+  }
+
+  for (i=0; i < pPce->NumFrontChannelElements; i++)
+  {
+    elList[el++] = (pPce->FrontElementIsCpe[i]) ?  ID_CPE : ID_SCE;
+  }
+
+  for (i=0; i < pPce->NumSideChannelElements; i++)
+  {
+    elList[el++] = (pPce->SideElementIsCpe[i]) ?  ID_CPE : ID_SCE;
+  }
+
+  for (i=0; i < pPce->NumBackChannelElements; i++)
+  {
+    elList[el++] = (pPce->BackElementIsCpe[i]) ?  ID_CPE : ID_SCE;
+  }
+
+  for (i=0; i < pPce->NumLfeChannelElements; i++)
+  {
+    elList[el++] = ID_LFE;
+  }
+
+
+  return el;
+}
+#endif
+
+static AUDIO_OBJECT_TYPE getAOT(HANDLE_FDK_BITSTREAM bs)
+{
+  int tmp = 0;
+
+  tmp = FDKreadBits(bs,5);
+  if (tmp == AOT_ESCAPE) {
+    int tmp2 = FDKreadBits(bs,6);
+    tmp = 32 + tmp2;
+  }
+
+  return (AUDIO_OBJECT_TYPE)tmp;
+}
+
+static INT getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits)
+{
+  INT sampleRate;
+  int idx;
+
+  idx = FDKreadBits(bs, nBits);
+  if( idx == (1<<nBits)-1 ) {
+    if(FDKgetValidBits(bs) < 24) {
+      return 0;
+    }
+    sampleRate = FDKreadBits(bs,24);
+  } else {
+    sampleRate = SamplingRateTable[idx];
+  }
+
+  *index = idx;
+
+  return sampleRate;
+}
+
+#ifdef TP_GA_ENABLE
+static
+TRANSPORTDEC_ERROR GaSpecificConfig_Parse( CSGaSpecificConfig    *self,
+                                           CSAudioSpecificConfig *asc,
+                                           HANDLE_FDK_BITSTREAM   bs,
+                                           UINT                   ascStartAnchor )
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+
+  self->m_frameLengthFlag = FDKreadBits(bs,1);
+
+  self->m_dependsOnCoreCoder = FDKreadBits(bs,1);
+
+  if( self->m_dependsOnCoreCoder )
+    self->m_coreCoderDelay = FDKreadBits(bs,14);
+
+  self->m_extensionFlag = FDKreadBits(bs,1);
+
+  if( asc->m_channelConfiguration == 0 ) {
+    CProgramConfig_Read(&asc->m_progrConfigElement, bs, ascStartAnchor);
+  }
+
+  if ((asc->m_aot == AOT_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_SCAL)) {
+    self->m_layer = FDKreadBits(bs,3);
+  }
+
+  if (self->m_extensionFlag) {
+    if (asc->m_aot == AOT_ER_BSAC) {
+      self->m_numOfSubFrame = FDKreadBits(bs,5);
+      self->m_layerLength   = FDKreadBits(bs,11);
+    }
+
+    if ((asc->m_aot == AOT_ER_AAC_LC)   || (asc->m_aot == AOT_ER_AAC_LTP)  ||
+        (asc->m_aot == AOT_ER_AAC_SCAL) || (asc->m_aot == AOT_ER_AAC_LD))
+    {
+      asc->m_vcb11Flag = FDKreadBits(bs,1); /* aacSectionDataResilienceFlag */
+      asc->m_rvlcFlag  = FDKreadBits(bs,1); /* aacScalefactorDataResilienceFlag */
+      asc->m_hcrFlag   = FDKreadBits(bs,1); /* aacSpectralDataResilienceFlag */
+    }
+
+    self->m_extensionFlag3 = FDKreadBits(bs,1);
+
+  }
+  return (ErrorStatus);
+}
+#endif /* TP_GA_ENABLE */
+
+
+
+
+
+#ifdef TP_ELD_ENABLE
+
+static INT ld_sbr_header( const CSAudioSpecificConfig *asc,
+                           HANDLE_FDK_BITSTREAM hBs, 
+                           CSTpCallBacks *cb )
+{
+  const int channelConfiguration = asc->m_channelConfiguration;
+  int i = 0;
+  INT error = 0;
+
+  if (channelConfiguration == 2) {
+    error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
+  } else {
+    error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
+  }
+
+  switch ( channelConfiguration ) {
+    case 7:
+      error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
+    case 6:
+    case 5:
+      error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
+    case 3:
+      error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
+      break;
+
+    case 4:
+      error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
+      error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
+      break;
+  }
+
+  return error;
+}
+
+static
+TRANSPORTDEC_ERROR EldSpecificConfig_Parse(
+        CSAudioSpecificConfig *asc,
+        HANDLE_FDK_BITSTREAM hBs,
+        CSTpCallBacks *cb
+        )
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+  CSEldSpecificConfig *esc = &asc->m_sc.m_eldSpecificConfig;
+  ASC_ELD_EXT_TYPE eldExtType;
+  int eldExtLen, len, cnt;
+
+  FDKmemclear(esc, sizeof(CSEldSpecificConfig));
+
+  esc->m_frameLengthFlag = FDKreadBits(hBs, 1 );
+  if (esc->m_frameLengthFlag) {
+    asc->m_samplesPerFrame = 480;
+  } else {
+    asc->m_samplesPerFrame = 512;
+  }
+
+  asc->m_vcb11Flag = FDKreadBits(hBs, 1 );
+  asc->m_rvlcFlag  = FDKreadBits(hBs, 1 );
+  asc->m_hcrFlag   = FDKreadBits(hBs, 1 );
+
+  esc->m_sbrPresentFlag     = FDKreadBits(hBs, 1 );
+
+  if (esc->m_sbrPresentFlag == 1) {
+    esc->m_sbrSamplingRate    = FDKreadBits(hBs, 1 ); /* 0: single rate, 1: dual rate */
+    esc->m_sbrCrcFlag         = FDKreadBits(hBs, 1 );
+
+    asc->m_extensionSamplingFrequency = asc->m_samplingFrequency << esc->m_sbrSamplingRate;
+
+    if (cb->cbSbr != NULL){
+      if ( 0 != ld_sbr_header(asc, hBs, cb) ) {
+        return TRANSPORTDEC_PARSE_ERROR;
+      }
+    }
+  }
+  esc->m_useLdQmfTimeAlign = 0;
+
+  /* new ELD syntax */
+  /* parse ExtTypeConfigData */
+  while ((eldExtType = (ASC_ELD_EXT_TYPE)FDKreadBits(hBs, 4 )) != ELDEXT_TERM) {
+    eldExtLen = len = FDKreadBits(hBs, 4 );
+    if ( len == 0xf ) {
+      len = FDKreadBits(hBs, 8 );
+      eldExtLen += len;
+
+      if ( len == 0xff ) {
+        len = FDKreadBits(hBs, 16 );
+        eldExtLen += len;
+      }
+    }
+
+    switch (eldExtType) {
+      case ELDEXT_LDSAC:
+        esc->m_useLdQmfTimeAlign = 1;
+        if (cb->cbSsc != NULL) {
+          ErrorStatus = (TRANSPORTDEC_ERROR)cb->cbSsc(
+                  cb->cbSscData,
+                  hBs,
+                  asc->m_aot,
+                  asc->m_samplingFrequency,
+                  1,  /* muxMode */
+                  len
+                  );
+        } else {
+          ErrorStatus = TRANSPORTDEC_UNSUPPORTED_FORMAT;
+        }
+        if (ErrorStatus != TRANSPORTDEC_OK) {
+          goto bail;
+        }
+        break;
+      default:
+        for(cnt=0; cnt<len; cnt++) {
+          FDKreadBits(hBs, 8 );
+        }
+        break;
+      /* add future eld extension configs here */
+    }
+  }
+bail:
+  return (ErrorStatus);
+}
+#endif /* TP_ELD_ENABLE */
+
+
+static
+TRANSPORTDEC_ERROR AudioSpecificConfig_ExtensionParse(CSAudioSpecificConfig *self, HANDLE_FDK_BITSTREAM bs, CSTpCallBacks *cb)
+{
+  TP_ASC_EXTENSION_ID  lastAscExt, ascExtId = ASCEXT_UNKOWN;
+  INT  bitsAvailable = (INT)FDKgetValidBits(bs);
+
+  while (bitsAvailable >= 11)
+  {
+    lastAscExt = ascExtId;
+    ascExtId   = (TP_ASC_EXTENSION_ID)FDKreadBits(bs, 11);
+    bitsAvailable -= 11;
+
+    switch (ascExtId) {
+    case ASCEXT_SBR:    /* 0x2b7 */
+      if ( (self->m_extensionAudioObjectType != AOT_SBR) && (bitsAvailable >= 5) ) {
+        self->m_extensionAudioObjectType = getAOT(bs);
+
+        if ( (self->m_extensionAudioObjectType == AOT_SBR)
+          || (self->m_extensionAudioObjectType == AOT_ER_BSAC) )
+        { /* Get SBR extension configuration */
+          self->m_sbrPresentFlag = FDKreadBits(bs, 1);
+          bitsAvailable -= 1;
+
+          if ( self->m_sbrPresentFlag == 1 ) {
+            self->m_extensionSamplingFrequency = getSampleRate(bs, &self->m_extensionSamplingFrequencyIndex, 4);
+
+            if ((INT)self->m_extensionSamplingFrequency <= 0) {
+              return TRANSPORTDEC_PARSE_ERROR;
+            }
+          }
+          if ( self->m_extensionAudioObjectType == AOT_ER_BSAC ) {
+            self->m_extensionChannelConfiguration = FDKreadBits(bs, 4);
+            bitsAvailable -= 4;
+          }
+        }
+        /* Update counter because of variable length fields (AOT and sampling rate) */
+        bitsAvailable = (INT)FDKgetValidBits(bs);
+      }
+      break;
+    case ASCEXT_PS:     /* 0x548 */
+      if ( (lastAscExt == ASCEXT_SBR)
+        && (self->m_extensionAudioObjectType == AOT_SBR)
+        && (bitsAvailable > 0) )
+      { /* Get PS extension configuration */
+        self->m_psPresentFlag = FDKreadBits(bs, 1);
+        bitsAvailable -= 1;
+      }
+      break;
+    default:
+      /* Just ignore anything. */
+      return TRANSPORTDEC_OK;
+    }
+  }
+
+  return TRANSPORTDEC_OK;
+}
+
+/*
+ * API Functions
+ */
+
+void AudioSpecificConfig_Init(CSAudioSpecificConfig *asc)
+{
+  FDKmemclear(asc, sizeof(CSAudioSpecificConfig));
+
+  /* Init all values that should not be zero. */
+  asc->m_aot                    = AOT_NONE;
+  asc->m_samplingFrequencyIndex = 0xf;
+  asc->m_epConfig               = -1;
+  asc->m_extensionAudioObjectType        = AOT_NULL_OBJECT;
+#ifdef TP_PCE_ENABLE
+  CProgramConfig_Init(&asc->m_progrConfigElement);
+#endif
+}
+
+TRANSPORTDEC_ERROR AudioSpecificConfig_Parse(
+        CSAudioSpecificConfig *self,
+        HANDLE_FDK_BITSTREAM   bs,
+        int                    fExplicitBackwardCompatible,
+        CSTpCallBacks      *cb
+        )
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+  UINT ascStartAnchor = FDKgetValidBits(bs);
+  int frameLengthFlag = -1;
+
+  AudioSpecificConfig_Init(self);
+
+  self->m_aot = getAOT(bs);
+  self->m_samplingFrequency = getSampleRate(bs, &self->m_samplingFrequencyIndex, 4);
+  if (self->m_samplingFrequency <= 0) {
+    return TRANSPORTDEC_PARSE_ERROR;
+  }
+
+  self->m_channelConfiguration = FDKreadBits(bs,4);
+
+  /* SBR extension ( explicit non-backwards compatible mode ) */
+  self->m_sbrPresentFlag = 0;
+  self->m_psPresentFlag  = 0;
+
+  if ( self->m_aot == AOT_SBR || self->m_aot == AOT_PS ) {
+    self->m_extensionAudioObjectType = AOT_SBR;
+
+    self->m_sbrPresentFlag = 1;
+    if ( self->m_aot == AOT_PS ) {
+      self->m_psPresentFlag = 1;
+    }
+
+    self->m_extensionSamplingFrequency = getSampleRate(bs, &self->m_extensionSamplingFrequencyIndex, 4);
+    self->m_aot = getAOT(bs);
+
+  } else {
+    self->m_extensionAudioObjectType = AOT_NULL_OBJECT;
+  }
+
+  /* Parse whatever specific configs */
+  switch (self->m_aot)
+  {
+#ifdef TP_GA_ENABLE
+    case AOT_AAC_LC:
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LD:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_BSAC:
+      if ((ErrorStatus = GaSpecificConfig_Parse(&self->m_sc.m_gaSpecificConfig, self, bs, ascStartAnchor)) != TRANSPORTDEC_OK ) {
+        return (ErrorStatus);
+      }
+      frameLengthFlag = self->m_sc.m_gaSpecificConfig.m_frameLengthFlag;
+      break;
+#endif /* TP_GA_ENABLE */
+    case AOT_MPEGS:
+      if (cb->cbSsc != NULL) {
+        cb->cbSsc(
+                cb->cbSscData,
+                bs,
+                self->m_aot,
+                self->m_samplingFrequency,
+                1,
+                0  /* don't know the length */
+                );
+      } else {
+        return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+      }
+      break;
+#ifdef TP_ELD_ENABLE
+    case AOT_ER_AAC_ELD:
+      if ((ErrorStatus = EldSpecificConfig_Parse(self, bs, cb)) != TRANSPORTDEC_OK ) {
+        return (ErrorStatus);
+      }
+      frameLengthFlag = self->m_sc.m_eldSpecificConfig.m_frameLengthFlag;
+      self->m_sbrPresentFlag = self->m_sc.m_eldSpecificConfig.m_sbrPresentFlag;
+      self->m_extensionSamplingFrequency = (self->m_sc.m_eldSpecificConfig.m_sbrSamplingRate+1) * self->m_samplingFrequency;
+      break;
+#endif /* TP_ELD_ENABLE */
+
+    default:
+      return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+      break;
+  }
+
+  /* Frame length */
+  switch (self->m_aot)
+  {
+#if defined(TP_GA_ENABLE) || defined(TP_USAC_ENABLE)
+    case AOT_AAC_LC:
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_BSAC:
+    /*case AOT_USAC:*/
+      if (!frameLengthFlag)
+        self->m_samplesPerFrame = 1024;
+      else
+        self->m_samplesPerFrame = 960;
+      break;
+#endif /* TP_GA_ENABLE */
+#if defined(TP_GA_ENABLE)
+    case AOT_ER_AAC_LD:
+      if (!frameLengthFlag)
+        self->m_samplesPerFrame = 512;
+      else
+        self->m_samplesPerFrame = 480;
+      break;
+#endif /* defined(TP_GA_ENABLE) */
+    default:
+      break;
+  }
+
+  switch (self->m_aot)
+  {
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LD:
+    case AOT_ER_AAC_ELD:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_CELP:
+    case AOT_ER_HVXC:
+    case AOT_ER_BSAC:
+      self->m_epConfig = FDKreadBits(bs,2);
+
+      if (self->m_epConfig > 1) {
+        return TRANSPORTDEC_UNSUPPORTED_FORMAT; // EPCONFIG;
+      }
+      break;
+    default:
+      break;
+  }
+
+  if (fExplicitBackwardCompatible) {
+    ErrorStatus = AudioSpecificConfig_ExtensionParse(self, bs, cb);
+  }
+
+  return (ErrorStatus);
+}
+
+
diff --git a/libMpegTPDec/src/tpdec_latm.cpp b/libMpegTPDec/src/tpdec_latm.cpp
new file mode 100644 (file)
index 0000000..5710d77
--- /dev/null
@@ -0,0 +1,433 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Daniel Homm
+   Description:
+
+******************************************************************************/
+
+#include "tpdec_latm.h"
+
+
+#include "FDK_bitstream.h"
+
+
+#define TPDEC_TRACKINDEX(p,l) (2*(p) + (l))
+
+static
+UINT CLatmDemux_GetValue(HANDLE_FDK_BITSTREAM bs)
+{
+  UCHAR bytesForValue = 0, tmp = 0;
+  int value = 0;
+
+  bytesForValue = (UCHAR) FDKreadBits(bs,2);
+
+  for (UINT i=0; i<=bytesForValue; i++) {
+    value <<= 8;
+    tmp = (UCHAR) FDKreadBits(bs,8);
+    value += tmp;
+  }
+
+  return value;
+}
+
+
+static
+TRANSPORTDEC_ERROR CLatmDemux_ReadAudioMuxElement(
+        HANDLE_FDK_BITSTREAM bs,
+        CLatmDemux *pLatmDemux,
+        int m_muxConfigPresent,
+        CSTpCallBacks *pTpDecCallbacks,
+        CSAudioSpecificConfig *pAsc,
+        int *pfConfigFound
+        )
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+
+  if (m_muxConfigPresent) {
+    pLatmDemux->m_useSameStreamMux = FDKreadBits(bs,1);
+
+    if (!pLatmDemux->m_useSameStreamMux) {
+      if ((ErrorStatus = CLatmDemux_ReadStreamMuxConfig(bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigFound))) {
+        return (ErrorStatus);
+      }
+    }
+  }
+
+  /* If there was no configuration read, its not possible to parse PayloadLengthInfo below. */
+  if (! *pfConfigFound) {
+    return TRANSPORTDEC_SYNC_ERROR;
+  }
+
+  if (pLatmDemux->m_AudioMuxVersionA == 0) {
+    /* Do only once per call, because parsing and decoding is done in-line. */
+    if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) {
+      return (ErrorStatus);
+    }
+  } else {
+    /* audioMuxVersionA > 0 is reserved for future extensions */
+    ErrorStatus = TRANSPORTDEC_UNSUPPORTED_FORMAT;
+  }
+
+  return (ErrorStatus);
+}
+
+TRANSPORTDEC_ERROR CLatmDemux_Read(
+        HANDLE_FDK_BITSTREAM bs,
+        CLatmDemux *pLatmDemux,
+        TRANSPORT_TYPE tt,
+        CSTpCallBacks *pTpDecCallbacks,
+        CSAudioSpecificConfig *pAsc,
+        int *pfConfigFound,
+        const INT ignoreBufferFullness
+        )
+{
+  UINT cntBits;
+  UINT cmpBufferFullness;
+  UINT audioMuxLengthBytesLast = 0;
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+
+  cntBits = FDKgetValidBits(bs);
+
+  if ((INT)cntBits < MIN_LATM_HEADERLENGTH) {
+    return TRANSPORTDEC_NOT_ENOUGH_BITS;
+  }
+
+  if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc, pfConfigFound)))
+    return (ErrorStatus);
+
+  if (!ignoreBufferFullness)
+  {
+    cmpBufferFullness =   24+audioMuxLengthBytesLast*8
+                        + pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*32;
+
+    /* evaluate buffer fullness */
+
+    if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF)
+    {
+      if (!pLatmDemux->BufferFullnessAchieved)
+      {
+        if (cntBits < cmpBufferFullness)
+        {
+          /* condition for start of decoding is not fulfilled */
+
+          /* the current frame will not be decoded */
+          return TRANSPORTDEC_NOT_ENOUGH_BITS;
+        }
+        else
+        {
+          pLatmDemux->BufferFullnessAchieved = 1;
+        }
+      }
+    }
+  }
+
+  return (ErrorStatus);
+}
+
+
+TRANSPORTDEC_ERROR CLatmDemux_ReadStreamMuxConfig(
+        HANDLE_FDK_BITSTREAM bs,
+        CLatmDemux *pLatmDemux,
+        CSTpCallBacks *pTpDecCallbacks,
+        CSAudioSpecificConfig *pAsc,
+        int * pfConfigFound
+        )
+{
+  LATM_LAYER_INFO *p_linfo = NULL;
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+
+  pLatmDemux->m_AudioMuxVersion = FDKreadBits(bs,1);
+
+  if (pLatmDemux->m_AudioMuxVersion == 0) {
+    pLatmDemux->m_AudioMuxVersionA = 0;
+  } else {
+    pLatmDemux->m_AudioMuxVersionA = FDKreadBits(bs,1);
+  }
+
+  if (pLatmDemux->m_AudioMuxVersionA == 0) {
+    if (pLatmDemux->m_AudioMuxVersion == 1) {
+      pLatmDemux->m_taraBufferFullness = CLatmDemux_GetValue(bs);
+    }
+    pLatmDemux->m_allStreamsSameTimeFraming = FDKreadBits(bs,1);
+    pLatmDemux->m_noSubFrames = FDKreadBits(bs,6) + 1;
+    pLatmDemux->m_numProgram  = FDKreadBits(bs,4) + 1;
+
+    if (pLatmDemux->m_numProgram > 1) {
+      return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+    }
+
+    int idCnt = 0;
+    for (UINT prog = 0; prog < pLatmDemux->m_numProgram; prog++) {
+      pLatmDemux->m_numLayer = FDKreadBits(bs,3) + 1;
+      if (pLatmDemux->m_numLayer > 2) {
+        return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+      }
+
+      for (UINT lay = 0; lay < pLatmDemux->m_numLayer; lay++) {
+        p_linfo = &pLatmDemux->m_linfo[prog][lay];
+
+        p_linfo->m_streamID = idCnt++;
+        p_linfo->m_frameLengthInBits = 0;
+
+        if( (prog == 0) && (lay == 0) ) {
+          pLatmDemux->m_useSameConfig = 0;
+        } else {
+          pLatmDemux->m_useSameConfig = FDKreadBits(bs,1);
+        }
+
+        if (pLatmDemux->m_useSameConfig) {
+          if (lay > 1) {
+            FDKmemcpy(&pAsc[TPDEC_TRACKINDEX(prog,lay)], &pAsc[TPDEC_TRACKINDEX(prog,lay-1)], sizeof(CSAudioSpecificConfig));
+          } else {
+            return TRANSPORTDEC_PARSE_ERROR;
+          }
+        } else {
+          if (pLatmDemux->m_AudioMuxVersion == 1)
+          {
+            FDK_BITSTREAM tmpBs;
+            UINT ascStartPos, ascLen=0;
+
+            ascLen = CLatmDemux_GetValue(bs);
+            ascStartPos = FDKgetValidBits(bs);
+            tmpBs = *bs;
+            FDKsyncCache(&tmpBs);
+            tmpBs.hBitBuf.ValidBits = ascLen;
+            
+            /* Read ASC */
+            if ((ErrorStatus = AudioSpecificConfig_Parse(&pAsc[TPDEC_TRACKINDEX(prog,lay)], &tmpBs, 1, pTpDecCallbacks))) {
+              return (ErrorStatus);
+            }
+            *pfConfigFound = 1;
+
+            /* The field p_linfo->m_ascLen could be wrong, so check if */
+            if ( 0 > (INT)FDKgetValidBits(&tmpBs)) {
+              return TRANSPORTDEC_PARSE_ERROR;
+            }
+            FDKpushFor(bs, ascLen); /* position bitstream after ASC */
+          }
+          else {
+            /* Read ASC */
+            if ((ErrorStatus = AudioSpecificConfig_Parse(&pAsc[TPDEC_TRACKINDEX(prog,lay)], bs, 0, pTpDecCallbacks))) {
+              return (ErrorStatus);
+            }
+          }
+          {
+            int cbError;
+
+            cbError = pTpDecCallbacks->cbUpdateConfig(pTpDecCallbacks->cbUpdateConfigData, &pAsc[TPDEC_TRACKINDEX(prog,lay)]);
+            if (cbError != 0) {
+              return TRANSPORTDEC_UNKOWN_ERROR;
+            }
+            *pfConfigFound = 1;
+          }
+        }
+
+        p_linfo->m_frameLengthType = FDKreadBits(bs,3);
+        switch( p_linfo->m_frameLengthType ) {
+        case 0:
+          p_linfo->m_bufferFullness = FDKreadBits(bs,8);
+
+          if (!pLatmDemux->m_allStreamsSameTimeFraming) {
+            if ((lay > 0) && (pAsc[TPDEC_TRACKINDEX(prog,lay)].m_aot == AOT_AAC_SCAL || pAsc[TPDEC_TRACKINDEX(prog,lay)].m_aot == AOT_ER_AAC_SCAL)) {
+              return TRANSPORTDEC_UNSUPPORTED_FORMAT;
+            }
+          }
+          break;
+        case 1:
+          /* frameLength = FDKreadBits(bs,9); */
+        case 3:
+        case 4:
+        case 5:
+          /* CELP */
+        case 6:
+        case 7:
+          /* HVXC */
+        default:
+          return TRANSPORTDEC_PARSE_ERROR; //_LATM_INVALIDFRAMELENGTHTYPE;
+
+        }  /* switch framelengthtype*/
+
+      }  /* layer loop */
+    }  /* prog loop */
+
+    pLatmDemux->m_otherDataPresent = FDKreadBits(bs,1);
+    pLatmDemux->m_otherDataLength  = 0;
+
+    if (pLatmDemux->m_otherDataPresent) {
+      int otherDataLenEsc  = 0;
+      do {
+        pLatmDemux->m_otherDataLength <<= 8;   // *= 256
+        otherDataLenEsc = FDKreadBits(bs,1);
+        pLatmDemux->m_otherDataLength += FDKreadBits(bs,8);
+      } while (otherDataLenEsc);
+    }
+
+    pLatmDemux->m_crcCheckPresent = FDKreadBits(bs,1);
+    pLatmDemux->m_crcCheckSum     = 0;
+
+    if (pLatmDemux->m_crcCheckPresent) {
+      pLatmDemux->m_crcCheckSum = FDKreadBits(bs,8);
+    }
+
+  }
+  else {
+    /* audioMuxVersionA > 0 is reserved for future extensions */
+    ErrorStatus = TRANSPORTDEC_UNSUPPORTED_FORMAT;
+  }
+  return (ErrorStatus);
+}
+
+TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux)
+{
+  TRANSPORTDEC_ERROR ErrorStatus = TRANSPORTDEC_OK;
+  int totalPayloadBits = 0;
+
+  if( pLatmDemux->m_allStreamsSameTimeFraming == 1 ) {
+    for (UINT prog=0; prog<pLatmDemux->m_numProgram; prog++ ) {
+      for (UINT lay=0; lay<pLatmDemux->m_numLayer; lay++ ) {
+        LATM_LAYER_INFO *p_linfo = &pLatmDemux->m_linfo[prog][lay];
+
+        switch (p_linfo->m_frameLengthType ) {
+        case 0:
+          p_linfo->m_frameLengthInBits = CLatmDemux_ReadAuChunkLengthInfo(bs);
+          totalPayloadBits += p_linfo->m_frameLengthInBits;
+          break;
+        case 3:
+        case 5:
+        case 7:
+        default:
+          return TRANSPORTDEC_PARSE_ERROR; //AAC_DEC_LATM_INVALIDFRAMELENGTHTYPE;
+        }
+      }
+    }
+  }
+  else {
+    ErrorStatus = TRANSPORTDEC_PARSE_ERROR; //AAC_DEC_LATM_TIMEFRAMING;
+  }
+  if (pLatmDemux->m_audioMuxLengthBytes > (UINT)0 && totalPayloadBits > (int)pLatmDemux->m_audioMuxLengthBytes*8) {
+    return TRANSPORTDEC_PARSE_ERROR;
+  }
+  return (ErrorStatus);
+}
+
+int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs)
+{
+  UCHAR endFlag;
+  int len = 0;
+
+  do {
+    UCHAR tmp = (UCHAR) FDKreadBits(bs,8);
+    endFlag = (tmp < 255);
+
+    len += tmp;
+
+  } while( endFlag == 0 );
+
+  len <<= 3;  /* convert from bytes to bits */
+
+  return len;
+}
+
+int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux)
+{
+  return pLatmDemux->m_linfo[0][0].m_frameLengthInBits;
+}
+
+int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux)
+{
+  return pLatmDemux->m_otherDataPresent ? 1 : 0;
+}
+
+int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux)
+{
+  return pLatmDemux->m_otherDataLength;
+}
+
+UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux)
+{
+  return pLatmDemux->m_noSubFrames;
+}
+
diff --git a/libMpegTPDec/src/tpdec_latm.h b/libMpegTPDec/src/tpdec_latm.h
new file mode 100644 (file)
index 0000000..6dc13e8
--- /dev/null
@@ -0,0 +1,176 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Daniel Homm
+   Description:
+
+******************************************************************************/
+
+#ifndef LATM_DEMUX_H
+#define LATM_DEMUX_H
+
+#include "tpdec_lib.h"
+
+
+#include "FDK_bitstream.h"
+
+#define MIN_LATM_HEADERLENGTH  9
+#define MIN_LOAS_HEADERLENGTH  MIN_LATM_HEADERLENGTH + 24   /* both in bits */
+ #define MIN_TP_BUF_SIZE_LOAS   ( 8194 )
+
+enum {
+  LATM_MAX_PROG = 1,
+  LATM_MAX_LAYER = 2,
+  LATM_MAX_VAR_CHUNKS=16,
+  LATM_MAX_ID=16
+};
+
+typedef struct {
+  UINT m_frameLengthType;
+  UINT m_bufferFullness;
+  UINT m_streamID;
+  UINT m_frameLengthInBits;
+} LATM_LAYER_INFO;
+
+typedef struct {
+  LATM_LAYER_INFO m_linfo[LATM_MAX_PROG][LATM_MAX_LAYER];
+  UINT m_taraBufferFullness;
+  UINT m_otherDataLength;
+  UINT m_audioMuxLengthBytes;          /* Length of LOAS payload */
+
+  UCHAR m_useSameStreamMux;
+  UCHAR m_AudioMuxVersion;
+  UCHAR m_AudioMuxVersionA;
+  UCHAR m_allStreamsSameTimeFraming;
+  UCHAR m_noSubFrames;
+  UCHAR m_numProgram;
+  UCHAR m_numLayer;
+  UCHAR m_useSameConfig;
+
+  UCHAR m_otherDataPresent;
+  UCHAR m_crcCheckPresent;
+  UCHAR m_crcCheckSum;
+
+  SCHAR BufferFullnessAchieved;
+} CLatmDemux;
+
+int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs);
+
+TRANSPORTDEC_ERROR CLatmDemux_Read(
+        HANDLE_FDK_BITSTREAM bs,
+        CLatmDemux *pLatmDemux,
+        TRANSPORT_TYPE tt,
+        CSTpCallBacks *pTpDecCallbacks,
+        CSAudioSpecificConfig *pAsc,
+        int *pfConfigFound,
+        const INT ignoreBufferFullness
+        );
+
+/**
+ * \brief Read StreamMuxConfig
+ * \param bs bit stream handle as data source
+ * \param pLatmDemux pointer to CLatmDemux struct of current LATM context
+ * \param pTpDecCallbacks Call back structure for configuration callbacks
+ * \param pAsc pointer to a ASC for configuration storage
+ * \param pfConfigFound pointer to a flag which is set to 1 if a configuration was found and processed successfully
+ * \return error code
+ */
+TRANSPORTDEC_ERROR CLatmDemux_ReadStreamMuxConfig(
+        HANDLE_FDK_BITSTREAM bs,
+        CLatmDemux *pLatmDemux,
+        CSTpCallBacks *pTpDecCallbacks,
+        CSAudioSpecificConfig *pAsc,
+        int * pfConfigFound
+        );
+
+TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux);
+
+int  CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux);
+int  CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux);
+int  CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux);
+UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
+
+
+#endif /* LATM_DEMUX_H */
diff --git a/libMpegTPDec/src/tpdec_lib.cpp b/libMpegTPDec/src/tpdec_lib.cpp
new file mode 100644 (file)
index 0000000..1f9f29b
--- /dev/null
@@ -0,0 +1,1323 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  MPEG-4 Transport Decoder  ************************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport decoder
+
+******************************************************************************/
+
+#include "tpdec_lib.h"
+
+/* library version */
+#include "version"
+
+
+#include "tp_data.h"
+
+#include "tpdec_adts.h"
+
+#include "tpdec_adif.h"
+
+#include "tpdec_latm.h"
+
+
+
+#define MODULE_NAME "transportDec"
+
+typedef union {
+  STRUCT_ADTS adts;
+
+  CAdifHeader adif;
+
+  CLatmDemux latm;
+
+
+} transportdec_parser_t;
+
+struct TRANSPORTDEC
+{
+  TRANSPORT_TYPE transportFmt;     /*!< MPEG4 transportDec type. */
+
+  CSTpCallBacks callbacks;         /*!< Struct holding callback and its data */
+
+  FDK_BITSTREAM bitStream[2]; /* Bitstream reader */
+  UCHAR *bsBuffer;                 /* Internal bitstreamd data buffer (unallocated in case of TT_MP4_RAWPACKETS) */
+
+  transportdec_parser_t parser;    /* Format specific parser structs. */
+
+  CSAudioSpecificConfig asc[(1*2)]; /* Audio specific config from the last config found. */
+  UINT  globalFramePos;            /* Global transport frame reference bit position. */
+  UINT  accessUnitAnchor[2];    /* Current access unit start bit position. */
+  INT   auLength[2];            /* Length of current access unit. */
+  INT   numberOfRawDataBlocks;     /* Current number of raw data blocks contained remaining from the current transport frame. */
+  UINT  avgBitRate;                /* Average bit rate used for frame loss estimation. */
+  UINT  lastValidBufferFullness;   /* Last valid buffer fullness value for frame loss estimation */
+  INT   remainder;                 /* Reminder in division during lost access unit estimation. */
+  INT   missingAccessUnits;        /* Estimated missing access units. */
+  UINT  burstPeriod;               /* Data burst period in mili seconds. */
+  UINT  holdOffFrames;             /* Amount of frames that were already hold off due to buffer fullness condition not being met. */
+  UINT  flags;                     /* Flags. */
+};
+
+/* Flag bitmasks for "flags" member of struct TRANSPORTDEC */
+#define TPDEC_SYNCOK                1
+#define TPDEC_MINIMIZE_DELAY        2
+#define TPDEC_IGNORE_BUFFERFULLNESS 4
+#define TPDEC_EARLY_CONFIG          8
+#define TPDEC_LOST_FRAMES_PENDING  16
+#define TPDEC_CONFIG_FOUND         32
+
+C_ALLOC_MEM(Ram_TransportDecoder, TRANSPORTDEC, 1)
+C_ALLOC_MEM(Ram_TransportDecoderBuffer, UCHAR, TRANSPORTDEC_INBUF_SIZE)
+
+
+
+
+HANDLE_TRANSPORTDEC transportDec_Open( const TRANSPORT_TYPE transportFmt, const UINT flags)
+{
+  HANDLE_TRANSPORTDEC hInput;
+
+  hInput = GetRam_TransportDecoder(0);
+  if ( hInput == NULL ) {
+    return NULL;
+  }
+
+  /* Init transportDec struct. */
+  hInput->transportFmt = transportFmt;
+
+  switch (transportFmt) {
+
+  case TT_MP4_ADIF:
+    break;
+
+  case TT_MP4_ADTS:
+    if (flags & TP_FLAG_MPEG4)
+      hInput->parser.adts.decoderCanDoMpeg4 = 1;
+    else
+      hInput->parser.adts.decoderCanDoMpeg4 = 0;
+    adtsRead_CrcInit(&hInput->parser.adts);
+    hInput->parser.adts.BufferFullnesStartFlag = 1;
+    hInput->numberOfRawDataBlocks = 0;
+    break;
+
+
+  case TT_MP4_LATM_MCP0:
+  case TT_MP4_LATM_MCP1:
+  case TT_MP4_LOAS:
+  case TT_MP4_RAW:
+    break;
+
+  default:
+    FreeRam_TransportDecoder(&hInput);
+    hInput = NULL;
+    break;
+  }
+
+  if (hInput != NULL) {
+    /* Create bitstream */
+    if ( TT_IS_PACKET(transportFmt) ) {
+      hInput->bsBuffer = NULL;
+    } else {
+      hInput->bsBuffer = GetRam_TransportDecoderBuffer(0);
+      if (hInput->bsBuffer == NULL) {
+          transportDec_Close( &hInput );
+          return NULL;
+      }
+      FDKinitBitStream(&hInput->bitStream[0], hInput->bsBuffer, TRANSPORTDEC_INBUF_SIZE, 0, BS_READER);
+    }
+
+    hInput->burstPeriod = 0;
+  }
+
+  return hInput;
+}
+
+TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR *conf, const UINT length, UINT layer )
+{
+  TRANSPORTDEC_ERROR     err        = TRANSPORTDEC_OK;
+
+  FDK_BITSTREAM bs;
+  HANDLE_FDK_BITSTREAM  hBs        = &bs;
+
+  FDKinitBitStream(hBs, conf, 0x10000000, length<<3, BS_READER);
+
+  int fConfigFound = 0;
+
+  /* config transport decoder */
+  switch (hTp->transportFmt) {
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+    case TT_MP4_LOAS:
+      {
+        if (layer != 0) {
+          return TRANSPORTDEC_INVALID_PARAMETER;
+        }
+        CLatmDemux *pLatmDemux = &hTp->parser.latm;
+        err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound);
+        if (err != TRANSPORTDEC_OK) {
+          return err;
+        }
+      }
+      break;
+    default:
+      fConfigFound = 1;
+      err = AudioSpecificConfig_Parse(&hTp->asc[layer], hBs, 1, &hTp->callbacks);
+      if (err == TRANSPORTDEC_OK) {
+        int errC;
+
+        errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
+        if (errC != 0) {
+          err = TRANSPORTDEC_PARSE_ERROR;
+        }
+      }
+      break;
+  }
+
+  if (err == TRANSPORTDEC_OK && fConfigFound) {
+    hTp->flags |= TPDEC_CONFIG_FOUND;
+  }
+
+  return err;
+}
+
+int transportDec_RegisterAscCallback( HANDLE_TRANSPORTDEC hTpDec, const cbUpdateConfig_t cbUpdateConfig, void* user_data)
+{
+  if (hTpDec == NULL) {
+    return -1;
+  }
+  hTpDec->callbacks.cbUpdateConfig = cbUpdateConfig;
+  hTpDec->callbacks.cbUpdateConfigData = user_data;
+  return 0;
+}
+
+int transportDec_RegisterSscCallback( HANDLE_TRANSPORTDEC hTpDec, const cbSsc_t cbSsc, void* user_data)
+{
+  if (hTpDec == NULL) {
+    return -1;
+  }
+  hTpDec->callbacks.cbSsc = cbSsc;
+  hTpDec->callbacks.cbSscData = user_data;
+  return 0;
+}
+
+int transportDec_RegisterSbrCallback( HANDLE_TRANSPORTDEC hTpDec, const cbSbr_t cbSbr, void* user_data)
+{
+  if (hTpDec == NULL) {
+    return -1;
+  }
+  hTpDec->callbacks.cbSbr = cbSbr;
+  hTpDec->callbacks.cbSbrData = user_data;
+  return 0;
+}
+
+TRANSPORTDEC_ERROR transportDec_FillData(
+        const HANDLE_TRANSPORTDEC  hTp,
+        UCHAR                     *pBuffer,
+        const UINT                 bufferSize,
+        UINT                      *pBytesValid,
+        const INT                  layer )
+{
+  HANDLE_FDK_BITSTREAM hBs;
+
+  if ( (hTp == NULL)
+    || (layer >= 2) ) {
+    return TRANSPORTDEC_INVALID_PARAMETER;
+  }
+
+  if (*pBytesValid == 0) {
+    /* nothing to do */
+    return TRANSPORTDEC_OK;
+  }
+
+  /* set bitbuffer shortcut */
+  hBs = &hTp->bitStream[layer];
+
+  if ( TT_IS_PACKET(hTp->transportFmt) ) {
+    if (hTp->numberOfRawDataBlocks == 0) {
+    /* For packet based transport, pass input buffer to bitbuffer without copying the data.
+       Unfortunately we do not know the actual buffer size. And the FDK bit buffer implementation
+       needs a number 2^x. So we assume the maximum of 48 channels with 6144 bits per channel
+       and round it up to the next power of 2 => 65536 bytes */
+    FDKinitBitStream(hBs, pBuffer, 0x10000, (*pBytesValid)<<3, BS_READER);
+    *pBytesValid = 0;
+    }
+  } else {
+    /* ... else feed bitbuffer with new stream data (append). */
+    if (hTp->numberOfRawDataBlocks <= 0) {
+      FDKfeedBuffer (hBs, pBuffer, bufferSize, pBytesValid) ;
+    }
+  }
+
+  return TRANSPORTDEC_OK;
+}
+
+HANDLE_FDK_BITSTREAM transportDec_GetBitstream( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
+{
+  return &hTp->bitStream[layer];
+}
+
+TRANSPORT_TYPE transportDec_GetFormat( const HANDLE_TRANSPORTDEC hTp )
+{
+  return hTp->transportFmt;
+}
+
+INT transportDec_GetBufferFullness( const HANDLE_TRANSPORTDEC hTp )
+{
+  INT bufferFullness = -1;
+
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADTS:
+      if (hTp->parser.adts.bs.adts_fullness != 0x7ff) {
+        bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
+      }
+      break;
+    case TT_MP4_LOAS:
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      if (hTp->parser.latm.m_linfo[0][0].m_bufferFullness != 0xff) {
+        bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
+      }
+      break;
+    default:
+      break;
+  }
+
+  return bufferFullness;
+}
+
+/**
+ * \brief adjust bit stream position and the end of an access unit.
+ * \param hTp transport decoder handle.
+ * \return error code.
+ */
+static
+TRANSPORTDEC_ERROR transportDec_AdjustEndOfAccessUnit(HANDLE_TRANSPORTDEC hTp)
+{
+  HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0];
+  TRANSPORTDEC_ERROR err = TRANSPORTDEC_OK;
+
+  switch (hTp->transportFmt) {
+    case TT_MP4_LOAS:
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      if ( hTp->numberOfRawDataBlocks == 0 )
+      {
+        /* Do byte align at the end of AudioMuxElement. */
+        FDKbyteAlign(hBs, hTp->globalFramePos);
+
+        /* Check global frame length */
+        if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0)
+        {
+          int loasOffset;
+
+          loasOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos;
+          if (loasOffset != 0) {
+            FDKpushBiDirectional(hBs, loasOffset);
+            /* For ELD and other payloads there is an unknown amount of padding, so ignore unread bits, but
+               throw an error only if too many bits where read. */
+            if (loasOffset < 0) {
+              err = TRANSPORTDEC_PARSE_ERROR;
+            }
+          }
+        }
+      }
+      break;
+
+    case TT_MP4_ADTS:
+      if (hTp->parser.adts.bs.protection_absent == 0)
+      {
+        int offset;
+
+        /* Calculate offset to end of AU */
+        offset  = hTp->parser.adts.rawDataBlockDist[hTp->parser.adts.bs.num_raw_blocks-hTp->numberOfRawDataBlocks]<<3;
+        /* CAUTION: The PCE (if available) is declared to be a part of the header! */
+        offset -= hTp->accessUnitAnchor[0] - FDKgetValidBits(hBs) + 16 + hTp->parser.adts.bs.num_pce_bits;
+        FDKpushBiDirectional(hBs, offset);
+      }
+      if (hTp->parser.adts.bs.num_raw_blocks > 0 && hTp->parser.adts.bs.protection_absent == 0) {
+        /* Note this CRC read currently happens twice because of transportDec_CrcCheck() */
+        hTp->parser.adts.crcReadValue = FDKreadBits(hBs, 16);
+      }
+      if ( hTp->numberOfRawDataBlocks == 0 )
+      {
+        /* Check global frame length */
+        if (hTp->parser.adts.bs.protection_absent == 0)
+        {
+          int offset;
+
+          offset = (hTp->parser.adts.bs.frame_length*8 - ADTS_SYNCLENGTH + FDKgetValidBits(hBs)) - hTp->globalFramePos;
+          if (offset != 0) {
+            FDKpushBiDirectional(hBs, offset);
+          }
+        }
+      }
+      break;
+
+    default:
+      break;
+  }
+
+  return err;
+}
+
+
+/**
+ * \brief Determine additional buffer fullness contraint due to burst data reception.
+ *        The parameter TPDEC_PARAM_BURSTPERIOD must have been set as a precondition.
+ * \param hTp transport decoder handle.
+ * \param bufferFullness the buffer fullness value of the first frame to be decoded.
+ * \param bitsAvail the amount of available bits at the end of the first frame to be decoded.
+ * \return error code
+ */
+static 
+TRANSPORTDEC_ERROR additionalHoldOffNeeded(
+        HANDLE_TRANSPORTDEC hTp,
+        INT                 bufferFullness,
+        INT                 bitsAvail
+        )
+{
+  INT checkLengthBits, avgBitsPerFrame;
+  INT maxAU; /* maximum number of frames per Master Frame */
+  INT samplesPerFrame = hTp->asc->m_samplesPerFrame;
+  INT samplingFrequency = (INT)hTp->asc->m_samplingFrequency;
+
+  if ( (hTp->avgBitRate == 0) || (hTp->burstPeriod == 0) ) {
+    return TRANSPORTDEC_OK;
+  }
+  if ( (samplesPerFrame == 0 ) || (samplingFrequency == 0) ) {
+    return TRANSPORTDEC_NOT_ENOUGH_BITS;
+  }
+
+  /* One Master Frame is sent every hTp->burstPeriod ms */
+  maxAU = hTp->burstPeriod * samplingFrequency + (samplesPerFrame*1000 - 1);
+  maxAU = maxAU / (samplesPerFrame*1000);
+  /* Subtract number of frames which were already held off. */
+  maxAU -= hTp->holdOffFrames;
+
+  avgBitsPerFrame = hTp->avgBitRate * samplesPerFrame + (samplingFrequency-1);
+  avgBitsPerFrame = avgBitsPerFrame / samplingFrequency;
+
+  /* Consider worst case of bufferFullness quantization. */
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADIF:
+    case TT_MP4_ADTS:
+    case TT_MP4_LOAS:
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      bufferFullness += 31;
+      break;
+    default:
+      break;
+  }
+
+  checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame;
+
+  /* Check if buffer is big enough to fullfill buffer fullness condition */
+  if ( (checkLengthBits /*+headerBits*/) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
+    return TRANSPORTDEC_SYNC_ERROR;
+  }
+
+  if ( bitsAvail < checkLengthBits ) {
+    return TRANSPORTDEC_NOT_ENOUGH_BITS;
+  }
+  else {
+    return TRANSPORTDEC_OK;
+  }
+}
+
+static TRANSPORTDEC_ERROR transportDec_readHeader(
+        HANDLE_TRANSPORTDEC hTp,
+        HANDLE_FDK_BITSTREAM hBs,
+        int syncLength,
+        int ignoreBufferFullness,
+        int *pRawDataBlockLength,
+        int *pfTraverseMoreFrames,
+        int *pSyncLayerFrameBits,
+        int *pfConfigFound,
+        int *pHeaderBits
+        )
+{
+  TRANSPORTDEC_ERROR err = TRANSPORTDEC_OK;
+  int rawDataBlockLength = *pRawDataBlockLength;
+  int fTraverseMoreFrames = (pfTraverseMoreFrames != NULL) ? *pfTraverseMoreFrames : 0;
+  int syncLayerFrameBits = (pSyncLayerFrameBits != NULL) ? *pSyncLayerFrameBits : 0;
+  int fConfigFound = (pfConfigFound != NULL) ? *pfConfigFound : 0;
+  int startPos;
+
+  startPos = FDKgetValidBits(hBs);
+
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADTS:
+      if (hTp->numberOfRawDataBlocks <= 0)
+      {
+        int errC;
+
+        hTp->globalFramePos = FDKgetValidBits(hBs);
+
+        /* Parse ADTS header */
+        err = adtsRead_DecodeHeader( &hTp->parser.adts, &hTp->asc[0], hBs, ignoreBufferFullness );
+        if (err != TRANSPORTDEC_OK) {
+          if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) {
+            err = TRANSPORTDEC_SYNC_ERROR;
+          }
+        } else {
+          errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[0]);
+          if (errC != 0) {
+            if (errC == TRANSPORTDEC_NEED_TO_RESTART) {
+              err = TRANSPORTDEC_NEED_TO_RESTART;
+              goto bail;
+            } else {
+              err = TRANSPORTDEC_SYNC_ERROR;
+            }
+          } else {
+            fConfigFound = 1;
+            hTp->numberOfRawDataBlocks = hTp->parser.adts.bs.num_raw_blocks+1;
+          }
+        }
+      }
+      else {
+        /* Reset CRC because the next bits are the beginning of a raw_data_block() */
+        FDKcrcReset(&hTp->parser.adts.crcInfo);
+        hTp->parser.adts.bs.num_pce_bits = 0;
+      }
+      if (err == TRANSPORTDEC_OK) {
+        hTp->numberOfRawDataBlocks--;
+        rawDataBlockLength = adtsRead_GetRawDataBlockLength(&hTp->parser.adts, (hTp->parser.adts.bs.num_raw_blocks-hTp->numberOfRawDataBlocks));
+        if (rawDataBlockLength <= 0) {
+          /* No further frame traversal possible. */
+          fTraverseMoreFrames = 0;
+        }
+        syncLayerFrameBits = (hTp->parser.adts.bs.frame_length<<3) - (startPos - FDKgetValidBits(hBs)) - syncLength;
+        if (syncLayerFrameBits <= 0) {
+          err = TRANSPORTDEC_SYNC_ERROR;
+        }
+      } else {
+        hTp->numberOfRawDataBlocks = 0;
+      }
+      break;
+    case TT_MP4_LOAS:
+      if (hTp->numberOfRawDataBlocks <= 0)
+      {
+        syncLayerFrameBits = FDKreadBits(hBs, 13);
+        hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits;
+        syncLayerFrameBits <<= 3;
+      }
+    case TT_MP4_LATM_MCP1:
+    case TT_MP4_LATM_MCP0:
+      if (hTp->numberOfRawDataBlocks <= 0)
+      {
+        hTp->globalFramePos = FDKgetValidBits(hBs);
+
+        err = CLatmDemux_Read(
+                hBs,
+               &hTp->parser.latm,
+                hTp->transportFmt,
+               &hTp->callbacks,
+                hTp->asc,
+               &fConfigFound,
+                ignoreBufferFullness);
+
+        if (err != TRANSPORTDEC_OK) {
+          if (err != TRANSPORTDEC_NOT_ENOUGH_BITS) {
+            err = TRANSPORTDEC_SYNC_ERROR;
+          }
+        } else {
+          hTp->numberOfRawDataBlocks = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm);
+          if (hTp->transportFmt == TT_MP4_LOAS) {
+            syncLayerFrameBits -= startPos - FDKgetValidBits(hBs) - (13);            
+          }
+        }
+      } else {
+        err = CLatmDemux_ReadPayloadLengthInfo(hBs, &hTp->parser.latm);
+        if (err != TRANSPORTDEC_OK) {
+          err = TRANSPORTDEC_SYNC_ERROR;
+        }
+      }
+      if (err == TRANSPORTDEC_OK) {
+        rawDataBlockLength = CLatmDemux_GetFrameLengthInBits(&hTp->parser.latm);
+        hTp->numberOfRawDataBlocks--;
+      } else {
+        hTp->numberOfRawDataBlocks = 0;
+      }
+      break;
+    default:
+      {
+        syncLayerFrameBits = 0;
+      }
+      break;
+  }
+
+bail:
+
+  *pRawDataBlockLength = rawDataBlockLength;
+
+  if (pHeaderBits != NULL) {
+    *pHeaderBits += startPos - (INT)FDKgetValidBits(hBs);
+  }
+  if (pfConfigFound != NULL) {
+    *pfConfigFound = fConfigFound;
+  }
+
+  if (pfTraverseMoreFrames != NULL) {
+    *pfTraverseMoreFrames = fTraverseMoreFrames;
+  }
+  if  (pSyncLayerFrameBits != NULL) {
+    *pSyncLayerFrameBits = syncLayerFrameBits;
+  }
+  if (pfConfigFound != NULL) {
+    *pfConfigFound = fConfigFound;
+  }
+
+  return err;
+}
+
+/* How many bits to advance for synchronization search. */
+#define TPDEC_SYNCSKIP 8
+
+static
+TRANSPORTDEC_ERROR synchronization(
+        HANDLE_TRANSPORTDEC hTp,
+        INT                *pHeaderBits
+        )
+{
+  TRANSPORTDEC_ERROR err = TRANSPORTDEC_OK, errFirstFrame = TRANSPORTDEC_OK;
+  HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0];
+
+  INT syncLayerFrameBits = 0; /* Length of sync layer frame (i.e. LOAS) */
+  INT rawDataBlockLength = 0, rawDataBlockLengthPrevious;
+  INT totalBits;
+  INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious;
+  INT numFramesTraversed = 0, fTraverseMoreFrames, fConfigFound = (hTp->flags & TPDEC_CONFIG_FOUND), startPosFirstFrame = -1;
+  INT numRawDataBlocksFirstFrame = 0, numRawDataBlocksPrevious, globalFramePosFirstFrame = 0, rawDataBlockLengthFirstFrame = 0;
+  INT ignoreBufferFullness = hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK);
+
+  /* Synch parameters */
+  INT syncLength;      /* Length of sync word in bits */
+  UINT syncWord;       /* Sync word to be found */
+  UINT syncMask;       /* Mask for sync word (for adding one bit, so comprising one bit less) */
+  C_ALLOC_SCRATCH_START(contextFirstFrame, transportdec_parser_t, 1);
+
+  totalBits = (INT)FDKgetValidBits(hBs);
+
+  if (totalBits <= 0) {
+    err = TRANSPORTDEC_NOT_ENOUGH_BITS;
+    goto bail;
+  }
+
+  fTraverseMoreFrames = (hTp->flags & (TPDEC_MINIMIZE_DELAY|TPDEC_EARLY_CONFIG)) && ! (hTp->flags & TPDEC_SYNCOK);
+
+  /* Set transport specific sync parameters */
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADTS:
+      syncWord = ADTS_SYNCWORD;
+      syncLength = ADTS_SYNCLENGTH;
+      break;
+    case TT_MP4_LOAS:
+      syncWord = 0x2B7;
+      syncLength = 11;
+      break;
+    default:
+      syncWord = 0;
+      syncLength = 0;
+      break;
+  }
+
+  syncMask = (1<<syncLength)-1;
+
+  do {
+    INT bitsAvail = 0;     /* Bits available in bitstream buffer    */
+    INT checkLengthBits;   /* Helper to check remaining bits and buffer boundaries */
+    UINT synch;            /* Current sync word read from bitstream */
+
+    headerBitsPrevious = headerBits;
+
+    bitsAvail = (INT)FDKgetValidBits(hBs);
+
+    if (hTp->numberOfRawDataBlocks == 0) {
+      /* search synchword */
+
+      FDK_ASSERT( (bitsAvail % TPDEC_SYNCSKIP) == 0);
+
+      if ((bitsAvail-syncLength) < TPDEC_SYNCSKIP) {
+        err = TRANSPORTDEC_NOT_ENOUGH_BITS;
+        headerBits = 0;
+      } else {
+
+        synch = FDKreadBits(hBs, syncLength);
+
+        if ( !(hTp->flags & TPDEC_SYNCOK) ) {
+          for (; (bitsAvail-syncLength) >= TPDEC_SYNCSKIP; bitsAvail-=TPDEC_SYNCSKIP) {
+            if (synch == syncWord) {
+              break;
+            }
+            synch = ((synch << TPDEC_SYNCSKIP) & syncMask) | FDKreadBits(hBs, TPDEC_SYNCSKIP);
+          }
+        }
+        if (synch != syncWord) {
+          /* No correct syncword found. */
+          err = TRANSPORTDEC_SYNC_ERROR;
+        } else {
+          err = TRANSPORTDEC_OK;
+        }
+        headerBits = syncLength;
+      }
+    } else {
+      headerBits = 0;
+    }
+
+    /* Save previous raw data block data */
+    rawDataBlockLengthPrevious = rawDataBlockLength;
+    numRawDataBlocksPrevious = hTp->numberOfRawDataBlocks;
+
+    /* Parse transport header (raw data block granularity) */
+
+    if (err == TRANSPORTDEC_OK )
+    {
+      err = transportDec_readHeader(
+              hTp,
+              hBs,
+              syncLength,
+              ignoreBufferFullness,
+             &rawDataBlockLength,
+             &fTraverseMoreFrames,
+             &syncLayerFrameBits,
+             &fConfigFound,
+             &headerBits
+              );
+    }
+
+    bitsAvail -= headerBits;
+
+    checkLengthBits  = syncLayerFrameBits;
+
+    /* Check if the whole frame would fit the bitstream buffer */
+    if (err == TRANSPORTDEC_OK) {
+      if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) {
+        /* We assume that the size of the transport bit buffer has been
+           chosen to meet all system requirements, thus this condition
+           is considered a synchronisation error. */
+        err = TRANSPORTDEC_SYNC_ERROR;
+      } else {
+        if ( bitsAvail < checkLengthBits ) {
+          err = TRANSPORTDEC_NOT_ENOUGH_BITS;
+        }
+      }
+    }
+
+    if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) {
+      break;
+    }
+
+
+    if (err == TRANSPORTDEC_SYNC_ERROR) {
+      int bits;
+
+      /* Enforce re-sync of transport headers. */
+      hTp->numberOfRawDataBlocks = 0;
+
+      /* Ensure that the bit amount lands at a multiple of TPDEC_SYNCSKIP */
+      bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP;
+      /* Rewind - TPDEC_SYNCSKIP, in order to look for a synch one bit ahead next time. */
+      FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits);
+      bitsAvail += headerBits - TPDEC_SYNCSKIP - bits;
+      headerBits = 0;
+    }
+
+    /* Frame traversal */
+    if ( fTraverseMoreFrames )
+    {
+      /* Save parser context for early config discovery "rewind all frames" */
+      if ( (hTp->flags & TPDEC_EARLY_CONFIG) && !(hTp->flags & TPDEC_MINIMIZE_DELAY))
+      {
+        /* ignore buffer fullness if just traversing additional frames for ECD */
+        ignoreBufferFullness = 1;
+
+        /* Save context in order to return later */
+        if ( err == TRANSPORTDEC_OK && startPosFirstFrame == -1 ) {
+          startPosFirstFrame = FDKgetValidBits(hBs);
+          numRawDataBlocksFirstFrame = hTp->numberOfRawDataBlocks;
+          globalFramePosFirstFrame = hTp->globalFramePos;
+          rawDataBlockLengthFirstFrame = rawDataBlockLength;
+          headerBitsFirstFrame = headerBits;
+          errFirstFrame = err;
+          FDKmemcpy(contextFirstFrame, &hTp->parser, sizeof(transportdec_parser_t));
+        }
+
+        /* Break when config was found or it is not possible anymore to find a config */
+        if (startPosFirstFrame != -1 && (fConfigFound || err != TRANSPORTDEC_OK))
+        {
+          /* In case of ECD and sync error, do not rewind anywhere. */
+          if (err == TRANSPORTDEC_SYNC_ERROR)
+          {
+            startPosFirstFrame = -1;
+            fConfigFound = 0;
+            numFramesTraversed = 0;
+          }
+          break;
+        }
+      }
+
+      if (err == TRANSPORTDEC_OK) {
+        FDKpushFor(hBs, rawDataBlockLength);
+        bitsAvail -= rawDataBlockLength;
+        numFramesTraversed++;
+        /* Ignore error here itentionally. */
+        transportDec_AdjustEndOfAccessUnit(hTp);
+      }
+    }
+  } while ( fTraverseMoreFrames || (err == TRANSPORTDEC_SYNC_ERROR && !(hTp->flags & TPDEC_SYNCOK)));
+
+  /* Restore context in case of ECD frame traversal */
+  if ( startPosFirstFrame != -1 && (fConfigFound || err != TRANSPORTDEC_OK) ) {
+    FDKpushBiDirectional(hBs, FDKgetValidBits(hBs) - startPosFirstFrame);
+    FDKmemcpy(&hTp->parser, contextFirstFrame, sizeof(transportdec_parser_t));
+    hTp->numberOfRawDataBlocks = numRawDataBlocksFirstFrame;
+    hTp->globalFramePos = globalFramePosFirstFrame;
+    rawDataBlockLength = rawDataBlockLengthFirstFrame;
+    headerBits = headerBitsFirstFrame;
+    err = errFirstFrame;
+    numFramesTraversed = 0;
+  } 
+
+  /* Additional burst data mode buffer fullness check. */
+  if ( !(hTp->flags & (TPDEC_LOST_FRAMES_PENDING|TPDEC_IGNORE_BUFFERFULLNESS|TPDEC_SYNCOK)) && err == TRANSPORTDEC_OK) {
+    err = additionalHoldOffNeeded(hTp, transportDec_GetBufferFullness(hTp), FDKgetValidBits(hBs) - syncLayerFrameBits);
+    if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) {
+      hTp->holdOffFrames++;
+    }
+  }
+  
+  /* Rewind for retry because of not enough bits */
+  if (err == TRANSPORTDEC_NOT_ENOUGH_BITS) {
+    FDKpushBack(hBs, headerBits);
+    headerBits = 0;
+  }
+  else {
+    /* reset hold off frame counter */
+    hTp->holdOffFrames = 0;
+  }
+
+  /* Return to last good frame in case of frame traversal but not ECD. */
+  if (numFramesTraversed > 0) {
+    FDKpushBack(hBs, rawDataBlockLengthPrevious);
+    if (err != TRANSPORTDEC_OK) {
+      hTp->numberOfRawDataBlocks = numRawDataBlocksPrevious;
+      headerBits = headerBitsPrevious;
+    }
+    err = TRANSPORTDEC_OK;
+  }
+
+bail:
+  hTp->auLength[0] = rawDataBlockLength;
+
+  /* Detect pointless TRANSPORTDEC_NOT_ENOUGH_BITS error case, were the bit buffer is already full,
+     or no new burst packet fits. Recover by advancing the bit buffer. */
+  if ( (TRANSPORTDEC_NOT_ENOUGH_BITS == err) &&  (FDKgetValidBits(hBs) >= ((TRANSPORTDEC_INBUF_SIZE*8 - ((hTp->avgBitRate*hTp->burstPeriod)/1000)) - 7)) )
+  {
+    FDKpushFor(hBs, TPDEC_SYNCSKIP);
+    err = TRANSPORTDEC_SYNC_ERROR;
+  }
+
+  if (err == TRANSPORTDEC_OK) {
+    hTp->flags |= TPDEC_SYNCOK;
+  }
+
+  if (fConfigFound) {
+    hTp->flags |= TPDEC_CONFIG_FOUND;
+  }
+
+  if (pHeaderBits != NULL) {
+    *pHeaderBits = headerBits;
+  }
+
+  if (err == TRANSPORTDEC_SYNC_ERROR) {
+    hTp->flags &= ~TPDEC_SYNCOK;
+  }
+
+  C_ALLOC_SCRATCH_END(contextFirstFrame, transportdec_parser_t, 1);
+
+  return err;
+}
+
+/**
+ * \brief Synchronize to stream and estimate the amount of missing access units due
+ *        to a current synchronization error in case of constant average bit rate.
+ */
+static
+TRANSPORTDEC_ERROR transportDec_readStream ( HANDLE_TRANSPORTDEC hTp, const UINT layer )
+{
+
+  TRANSPORTDEC_ERROR error = TRANSPORTDEC_OK;
+  HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[layer];
+  INT nAU = -1;
+  INT headerBits;
+  INT bitDistance, bfDelta;
+
+  /* Obtain distance to next synch word */
+  bitDistance = FDKgetValidBits(hBs);
+  error = synchronization(hTp, &headerBits);
+  bitDistance -= FDKgetValidBits(hBs);
+
+
+  FDK_ASSERT(bitDistance >= 0);
+
+  if (error == TRANSPORTDEC_SYNC_ERROR || (hTp->flags & TPDEC_LOST_FRAMES_PENDING))
+  {
+    /* Check if estimating lost access units is feasible. */
+    if (hTp->avgBitRate > 0 && hTp->asc[0].m_samplesPerFrame > 0 && hTp->asc[0].m_samplingFrequency > 0)
+    {
+      if (error == TRANSPORTDEC_OK)
+      {
+        int aj;
+
+        aj = transportDec_GetBufferFullness(hTp);
+        if (aj > 0) {
+          bfDelta = aj;
+        } else {
+          bfDelta = 0;
+        }
+        /* sync was ok: last of a series of bad access units. */
+        hTp->flags &= ~TPDEC_LOST_FRAMES_PENDING;
+        /* Add up bitDistance until end of the current frame. Later we substract
+           this frame from the grand total, since this current successfully synchronized
+           frame should not be skipped of course; but it must be accounted into the
+           bufferfulness math. */
+        bitDistance += hTp->auLength[0];
+      } else {
+        if ( !(hTp->flags & TPDEC_LOST_FRAMES_PENDING) ) {
+          /* sync not ok: one of many bad access units. */
+          hTp->flags |= TPDEC_LOST_FRAMES_PENDING;
+          bfDelta = - (INT)hTp->lastValidBufferFullness;
+        } else {
+          bfDelta = 0;
+        }
+      }
+
+      {
+        int num, denom;
+
+        /* Obtain estimate of number of lost frames */
+        num = hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + hTp->remainder;
+        denom = hTp->avgBitRate * hTp->asc[0].m_samplesPerFrame;
+        if (num > 0) {
+          nAU = num / denom;
+          hTp->remainder = num % denom;
+        } else {
+          hTp->remainder = num;
+        }
+
+        if (error == TRANSPORTDEC_OK)
+        {
+          /* Final adjustment of remainder, taken -1 into account because current
+             frame should not be skipped, thus substract -1 or do nothing instead
+             of +1-1 accordingly. */
+          if ( (denom - hTp->remainder) >= hTp->remainder ) {
+            nAU--;
+          }
+            
+          if (nAU < 0) {
+            /* There was one frame too much concealed, so unfortunately we will have to skip one good frame. */
+            transportDec_EndAccessUnit(hTp);
+            error = synchronization(hTp, &headerBits);             
+            nAU = -1;
+#ifdef DEBUG
+            FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);
+#endif
+          }
+          hTp->remainder = 0;
+          /* Enforce last missed frames to be concealed. */
+          if (nAU > 0) {
+            FDKpushBack(hBs, headerBits);
+          }
+        }
+      }
+    }
+  }
+
+  /* Be sure that lost frames are handled correctly. This is necessary due to some
+     sync error sequences where later it turns out that there is not enough data, but
+     the bits upto the sync word are discarded, thus causing a value of nAU > 0 */
+  if (nAU > 0) {
+    error = TRANSPORTDEC_SYNC_ERROR;
+  }
+
+  hTp->missingAccessUnits = nAU;
+
+  return error;
+}
+
+/* returns error code */
+TRANSPORTDEC_ERROR transportDec_ReadAccessUnit( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
+{
+  TRANSPORTDEC_ERROR err = TRANSPORTDEC_OK;
+  HANDLE_FDK_BITSTREAM hBs;
+
+  if (!hTp) {
+    return TRANSPORTDEC_INVALID_PARAMETER;
+  }
+
+  hBs = &hTp->bitStream[layer];
+
+  if ((INT)FDKgetValidBits(hBs) <= 0) {
+    err = TRANSPORTDEC_NOT_ENOUGH_BITS;
+  }
+
+  switch (hTp->transportFmt) {
+
+    case TT_MP4_ADIF:
+      /* Read header if not already done */
+      if (!(hTp->flags & TPDEC_CONFIG_FOUND))
+      {
+        CProgramConfig *pce;
+
+        AudioSpecificConfig_Init(&hTp->asc[0]);
+        pce = &hTp->asc[0].m_progrConfigElement;
+        err = adifRead_DecodeHeader(&hTp->parser.adif, pce, hBs);
+        if (err)
+          goto bail;
+
+        /* Map adif header to ASC */
+        hTp->asc[0].m_aot                    = (AUDIO_OBJECT_TYPE)(pce->Profile + 1);
+        hTp->asc[0].m_samplingFrequencyIndex = pce->SamplingFrequencyIndex;
+        hTp->asc[0].m_samplingFrequency      = SamplingRateTable[pce->SamplingFrequencyIndex];
+        hTp->asc[0].m_channelConfiguration   = 0;
+        hTp->asc[0].m_samplesPerFrame        = 1024;
+        hTp->avgBitRate                      = hTp->parser.adif.BitRate;
+
+        /* Call callback to decoder. */
+        {
+          int errC;
+
+          errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[0]);
+          if (errC == 0) {
+            hTp->flags |= TPDEC_CONFIG_FOUND;
+          } else {
+            err = TRANSPORTDEC_PARSE_ERROR;
+            goto bail;
+          }
+        }
+      }
+      hTp->auLength[layer] = -1; /* Access Unit data length is unknown. */
+      break;
+
+    case TT_MP4_RAW:
+      /* One Access Unit was filled into buffer.
+         So get the length out of the buffer. */
+      hTp->auLength[layer] = FDKgetValidBits(hBs);
+      hTp->flags |= TPDEC_SYNCOK;
+      break;
+
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      {
+        int fConfigFound = hTp->flags & TPDEC_CONFIG_FOUND;
+        err = transportDec_readHeader(hTp, hBs, 0, 1, &hTp->auLength[layer], NULL, NULL, &fConfigFound, NULL);
+        if (fConfigFound) {
+          hTp->flags |= TPDEC_CONFIG_FOUND;
+        }
+      }
+      break;
+
+    case TT_RSVD50:
+    case TT_MP4_ADTS:
+    case TT_MP4_LOAS:
+      err = transportDec_readStream(hTp, layer);
+      break;
+
+    default:
+      err = TRANSPORTDEC_UNSUPPORTED_FORMAT;
+      break;
+  }
+
+  if (err == TRANSPORTDEC_OK) {
+    hTp->accessUnitAnchor[layer] = FDKgetValidBits(hBs);
+  } else {
+    hTp->accessUnitAnchor[layer] = 0;
+  }
+
+bail:
+  return err;
+}
+
+INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
+{
+  INT bits;
+
+  if (hTp->accessUnitAnchor[layer] > 0 && hTp->auLength[layer] > 0) {
+    bits = hTp->auLength[layer] - (hTp->accessUnitAnchor[layer] - FDKgetValidBits(&hTp->bitStream[layer]));
+  } else {
+    bits = FDKgetValidBits(&hTp->bitStream[layer]);
+  }
+
+  return bits;
+}
+
+INT transportDec_GetAuBitsTotal( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
+{
+  return hTp->auLength[layer];
+}
+
+TRANSPORTDEC_ERROR transportDec_GetMissingAccessUnitCount ( INT *pNAccessUnits, HANDLE_TRANSPORTDEC hTp )
+{
+  *pNAccessUnits = hTp->missingAccessUnits;
+
+  return TRANSPORTDEC_OK;
+}
+
+/* Inform the transportDec layer that reading of access unit has finished. */
+TRANSPORTDEC_ERROR transportDec_EndAccessUnit(HANDLE_TRANSPORTDEC hTp)
+{
+  TRANSPORTDEC_ERROR err = TRANSPORTDEC_OK;
+
+
+  err = transportDec_AdjustEndOfAccessUnit(hTp);
+
+  switch (hTp->transportFmt) {
+    default:
+      break;
+  }
+
+  return err;
+}
+
+TRANSPORTDEC_ERROR transportDec_SetParam ( const HANDLE_TRANSPORTDEC hTp,
+                                           const TPDEC_PARAM        param,
+                                           const INT                value)
+{
+  TRANSPORTDEC_ERROR error = TRANSPORTDEC_OK;
+
+  switch (param) {
+    case TPDEC_PARAM_MINIMIZE_DELAY:
+      if (value) {
+        hTp->flags |= TPDEC_MINIMIZE_DELAY;
+      } else {
+        hTp->flags &= ~TPDEC_MINIMIZE_DELAY;
+      }
+      break;
+    case TPDEC_PARAM_EARLY_CONFIG:
+      if (value) {
+        hTp->flags |= TPDEC_EARLY_CONFIG;
+      } else {
+        hTp->flags &= ~TPDEC_EARLY_CONFIG;
+      }
+      break;
+    case TPDEC_PARAM_IGNORE_BUFFERFULLNESS:
+      if (value) {
+        hTp->flags |= TPDEC_IGNORE_BUFFERFULLNESS;
+      } else {
+        hTp->flags &= ~TPDEC_IGNORE_BUFFERFULLNESS;
+      }
+      break;
+    case TPDEC_PARAM_SET_BITRATE:
+      hTp->avgBitRate = value;
+      break;
+    case TPDEC_PARAM_BURST_PERIOD:
+      hTp->burstPeriod = value;
+      break;
+    case TPDEC_PARAM_RESET:
+      {
+        int i;
+
+        for (i=0; i<(1*2); i++) {
+          FDKresetBitbuffer(&hTp->bitStream[i]);
+          hTp->auLength[i] = 0;
+          hTp->accessUnitAnchor[i] = 0;
+        }
+        hTp->flags &= ~(TPDEC_SYNCOK|TPDEC_LOST_FRAMES_PENDING);
+        if (hTp->transportFmt != TT_MP4_ADIF) {
+          hTp->flags &= ~TPDEC_CONFIG_FOUND;
+        }
+        hTp->remainder = 0;
+        hTp->avgBitRate = 0;
+        hTp->missingAccessUnits = 0;
+        hTp->numberOfRawDataBlocks = 0;
+        hTp->globalFramePos = 0;
+        hTp->holdOffFrames = 0;
+      }
+      break;
+  }
+
+  return error;
+}
+
+UINT transportDec_GetNrOfSubFrames(HANDLE_TRANSPORTDEC hTp)
+{
+  UINT nSubFrames = 0;
+
+  if (hTp == NULL)
+    return 0;
+
+  if (hTp->transportFmt==TT_MP4_LATM_MCP1 || hTp->transportFmt==TT_MP4_LATM_MCP0 || hTp->transportFmt==TT_MP4_LOAS)
+    nSubFrames = CLatmDemux_GetNrOfSubFrames(&hTp->parser.latm);
+  else if (hTp->transportFmt==TT_MP4_ADTS)
+    nSubFrames = hTp->parser.adts.bs.num_raw_blocks;
+
+  return nSubFrames;
+}
+
+void transportDec_Close(HANDLE_TRANSPORTDEC *phTp)
+{
+  if (phTp != NULL)
+  {
+    if (*phTp != NULL) {
+      if ( ! TT_IS_PACKET((*phTp)->transportFmt) ) {
+        FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer);
+      }
+      if (*phTp != NULL) {
+        FreeRam_TransportDecoder(phTp);
+      }
+    }
+  }
+}
+
+TRANSPORTDEC_ERROR transportDec_GetLibInfo( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return TRANSPORTDEC_UNKOWN_ERROR;
+  }
+
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) return TRANSPORTDEC_UNKOWN_ERROR;
+  info += i;
+
+  info->module_id  = FDK_TPDEC;
+  info->build_date = __DATE__;
+  info->build_time = __TIME__;
+  info->title      = TP_LIB_TITLE;
+  info->version    = LIB_VERSION(TP_LIB_VL0, TP_LIB_VL1, TP_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->flags = 0
+    | CAPF_ADIF
+    | CAPF_ADTS
+    | CAPF_LATM
+    | CAPF_LOAS
+    | CAPF_RAWPACKETS
+    ;
+
+  return TRANSPORTDEC_OK; /* FDKERR_NOERROR; */
+}
+
+
+int  transportDec_CrcStartReg(HANDLE_TRANSPORTDEC pTp, INT mBits)
+{
+  switch (pTp->transportFmt) {
+  case TT_MP4_ADTS:
+    return adtsRead_CrcStartReg(&pTp->parser.adts, &pTp->bitStream[0], mBits);
+  default:
+    return 0;
+  }
+}
+
+void transportDec_CrcEndReg(HANDLE_TRANSPORTDEC pTp, INT reg)
+{
+  switch (pTp->transportFmt) {
+  case TT_MP4_ADTS:
+    adtsRead_CrcEndReg(&pTp->parser.adts, &pTp->bitStream[0], reg);
+    break;
+  default:
+    break;
+  }
+}
+
+TRANSPORTDEC_ERROR transportDec_CrcCheck(HANDLE_TRANSPORTDEC pTp)
+{
+  switch (pTp->transportFmt) {
+  case TT_MP4_ADTS:
+    if ( (pTp->parser.adts.bs.num_raw_blocks > 0) && (pTp->parser.adts.bs.protection_absent == 0) )
+    {
+      HANDLE_FDK_BITSTREAM hBs = &pTp->bitStream[0];
+      
+      transportDec_AdjustEndOfAccessUnit(pTp);
+    }
+    return adtsRead_CrcCheck(&pTp->parser.adts);
+  default:
+    return TRANSPORTDEC_OK;
+  }
+}
diff --git a/libMpegTPDec/src/version b/libMpegTPDec/src/version
new file mode 100644 (file)
index 0000000..2803347
--- /dev/null
@@ -0,0 +1,8 @@
+
+/* library info */
+#define TP_LIB_VL0 2
+#define TP_LIB_VL1 3
+#define TP_LIB_VL2 3
+#define TP_LIB_TITLE "MPEG Transport"
+#define TP_LIB_BUILD_DATE __DATE__
+#define TP_LIB_BUILD_TIME __TIME__
diff --git a/libMpegTPEnc/include/mpegFileWrite.h b/libMpegTPEnc/include/mpegFileWrite.h
new file mode 100644 (file)
index 0000000..f886a0b
--- /dev/null
@@ -0,0 +1,140 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Manuel Jander
+   Description: Bitstream data provider for MP4 decoders
+
+******************************************************************************/
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+
+/*!< If MPFWRITE_MP4FF_ENABLE is set, include support for MPEG ISO fileformat.
+     If not set, no .mp4, .m4a and .3gp files can be used for input.  */
+/* #define MPFWRITE_MP4FF_ENABLE */
+
+typedef struct STRUCT_FILEWRITE *HANDLE_FILEWRITE;
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * \brief                         Open an MPEG audio file.
+ * \param mpegFileWrite_Filename  String of the filename to be opened.
+ * \param fileFmt                 Transport format to use.
+ * \param conf
+ * \param confSize
+ * \return                        MPEG file write handle.
+ */
+HANDLE_FILEWRITE mpegFileWrite_Open( char           *mpegFileWrite_Filename,
+                                     FILE_FORMAT     fileFmt,
+                                     TRANSPORT_TYPE  transportType,
+                                     UCHAR          *conf,
+                                     UINT            confSize
+                                   );
+
+/**
+ * \brief             Write to an MPEG audio file.
+ * \param inBuffer    Buffer to write.
+ * \param bufferSize  Size of buffer to write in bytes.
+ * \return            0 on sucess, -1 on unsupported file format or write error.
+ */
+int mpegFileWrite_Write( HANDLE_FILEWRITE  hFileWrite,
+                         UCHAR            *inBuffer,
+                         int              bufferSize
+                       );
+
+/**
+ * \brief             Deallocate memory and close file.
+ * \param hFileWrite  MPEG file write handle.
+ * \return            0 on sucess.
+ */
+int mpegFileWrite_Close( HANDLE_FILEWRITE *hFileWrite );
+
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/libMpegTPEnc/include/tp_data.h b/libMpegTPEnc/include/tp_data.h
new file mode 100644 (file)
index 0000000..5269858
--- /dev/null
@@ -0,0 +1,340 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport data tables
+
+******************************************************************************/
+
+#ifndef __TP_DATA_H__
+#define __TP_DATA_H__
+
+#include "machine_type.h"
+#include "FDK_audio.h"
+#include "FDK_bitstream.h"
+
+/*
+ * Configuration
+ */
+#define TP_GA_ENABLE
+/* #define TP_CELP_ENABLE */
+/* #define TP_HVXC_ENABLE */
+/* #define TP_SLS_ENABLE */
+#define TP_ELD_ENABLE
+/* #define TP_USAC_ENABLE */
+/* #define TP_RSVD50_ENABLE */
+
+#if defined(TP_GA_ENABLE) || defined(TP_SLS_ENABLE)
+#define TP_PCE_ENABLE       /**< Enable full PCE support */
+#endif
+
+/**
+ * ProgramConfig struct.
+ */
+/* ISO/IEC 14496-3 4.4.1.1 Table 4.2 Program config element */
+#define PC_FSB_CHANNELS_MAX 16 /* Front/Side/Back channels */
+#define PC_LFE_CHANNELS_MAX 4
+#define PC_ASSOCDATA_MAX    8
+#define PC_CCEL_MAX         16 /* CC elements */
+#define PC_COMMENTLENGTH    256
+
+typedef struct
+{
+#ifdef TP_PCE_ENABLE
+  /* PCE bitstream elements: */
+  UCHAR ElementInstanceTag;
+  UCHAR Profile;
+  UCHAR SamplingFrequencyIndex;
+  UCHAR NumFrontChannelElements;
+  UCHAR NumSideChannelElements;
+  UCHAR NumBackChannelElements;
+  UCHAR NumLfeChannelElements;
+  UCHAR NumAssocDataElements;
+  UCHAR NumValidCcElements;
+
+  UCHAR MonoMixdownPresent;
+  UCHAR MonoMixdownElementNumber;
+
+  UCHAR StereoMixdownPresent;
+  UCHAR StereoMixdownElementNumber;
+
+  UCHAR MatrixMixdownIndexPresent;
+  UCHAR MatrixMixdownIndex;
+  UCHAR PseudoSurroundEnable;
+
+  UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR FrontElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR SideElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR SideElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR BackElementIsCpe[PC_FSB_CHANNELS_MAX];
+  UCHAR BackElementTagSelect[PC_FSB_CHANNELS_MAX];
+
+  UCHAR LfeElementTagSelect[PC_LFE_CHANNELS_MAX];
+
+  UCHAR AssocDataElementTagSelect[PC_ASSOCDATA_MAX];
+
+  UCHAR CcElementIsIndSw[PC_CCEL_MAX];
+  UCHAR ValidCcElementTagSelect[PC_CCEL_MAX];
+
+  UCHAR CommentFieldBytes;
+  UCHAR Comment[PC_COMMENTLENGTH];
+#endif /* TP_PCE_ENABLE */
+
+  /* Helper variables for administration: */
+  UCHAR isValid;               /*!< Flag showing if PCE has been read successfully. */
+  UCHAR NumChannels;           /*!< Amount of audio channels summing all channel elements including LFEs */
+  UCHAR NumEffectiveChannels;  /*!< Amount of audio channels summing only SCEs and CPEs */
+  UCHAR elCounter;
+
+} CProgramConfig;
+
+typedef enum {
+  ASCEXT_UNKOWN = -1,
+  ASCEXT_SBR    = 0x2b7,
+  ASCEXT_PS     = 0x548,
+  ASCEXT_MPS    = 0x76a,
+  ASCEXT_SAOC   = 0x7cb,
+  ASCEXT_LDMPS  = 0x7cc
+
+} TP_ASC_EXTENSION_ID;
+
+#ifdef TP_GA_ENABLE
+/**
+ * GaSpecificConfig struct
+ */
+typedef struct {
+  UINT m_frameLengthFlag ;
+  UINT m_dependsOnCoreCoder ;
+  UINT m_coreCoderDelay ;
+
+  UINT m_extensionFlag ;
+  UINT m_extensionFlag3 ;
+
+  UINT m_layer;
+  UINT m_numOfSubFrame;
+  UINT m_layerLength;
+
+} CSGaSpecificConfig;
+#endif /* TP_GA_ENABLE */
+
+
+
+
+#ifdef TP_ELD_ENABLE
+
+typedef enum {
+  ELDEXT_TERM  = 0x0,   /* Termination tag */
+  ELDEXT_SAOC  = 0x1,   /* SAOC config */
+  ELDEXT_LDSAC = 0x2    /* LD MPEG Surround config */
+  /* reserved */
+} ASC_ELD_EXT_TYPE;
+
+typedef struct {
+  UCHAR m_frameLengthFlag;
+
+  UCHAR m_sbrPresentFlag;
+  UCHAR m_useLdQmfTimeAlign;  /* Use LD-MPS QMF in SBR to achive time alignment */
+  UCHAR m_sbrSamplingRate;
+  UCHAR m_sbrCrcFlag;
+
+} CSEldSpecificConfig;
+#endif /* TP_ELD_ENABLE */
+
+
+
+
+/**
+ * Audio configuration struct, suitable for encoder and decoder configuration.
+ */
+typedef struct {
+
+  /* XYZ Specific Data */
+  union {
+#ifdef TP_GA_ENABLE
+    CSGaSpecificConfig    m_gaSpecificConfig;       /**< General audio specific configuration.         */
+#endif /* TP_GA_ENABLE */
+#ifdef TP_ELD_ENABLE
+    CSEldSpecificConfig   m_eldSpecificConfig;      /**< ELD specific configuration.                   */
+#endif /* TP_ELD_ENABLE */
+  } m_sc;
+  
+  /* Common ASC parameters */
+#ifdef TP_PCE_ENABLE
+  CProgramConfig        m_progrConfigElement;     /**< Program configuration.                          */
+#endif /* TP_PCE_ENABLE */
+
+  AUDIO_OBJECT_TYPE     m_aot;                    /**< Audio Object Type.                              */
+  UINT                  m_samplingFrequency;      /**< Samplerate.                                     */
+  UINT                  m_samplesPerFrame;        /**< Amount of samples per frame.                    */
+  UINT                  m_directMapping;          /**< Document this please !!                         */
+
+  AUDIO_OBJECT_TYPE     m_extensionAudioObjectType;        /**< Audio object type                      */
+  UINT                  m_extensionSamplingFrequency;      /**< Samplerate                             */  
+
+  SCHAR                 m_channelConfiguration;   /**< Channel configuration index                     */
+
+  SCHAR                 m_epConfig;               /**< Error protection index                           */
+  SCHAR                 m_vcb11Flag;              /**< aacSectionDataResilienceFlag                     */
+  SCHAR                 m_rvlcFlag;               /**< aacScalefactorDataResilienceFlag                 */
+  SCHAR                 m_hcrFlag;                /**< aacSpectralDataResilienceFlag                    */
+
+  SCHAR                 m_sbrPresentFlag;         /**< Flag indicating the presence of SBR data in the bitstream               */
+  SCHAR                 m_psPresentFlag;          /**< Flag indicating the presence of parametric stereo data in the bitstream */
+  UCHAR                 m_samplingFrequencyIndex; /**< Samplerate index                                 */
+  UCHAR                 m_extensionSamplingFrequencyIndex; /**< Samplerate index                        */
+  SCHAR                 m_extensionChannelConfiguration;   /**< Channel configuration index             */
+
+} CSAudioSpecificConfig;
+
+typedef INT (*cbUpdateConfig_t)(void*, const CSAudioSpecificConfig*);
+typedef INT (*cbSsc_t)(
+        void*, HANDLE_FDK_BITSTREAM,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const INT samplingFrequency,
+        const INT muxMode,
+        const INT configBytes
+        );
+typedef INT (*cbSbr_t)(
+        void *                  self,
+        HANDLE_FDK_BITSTREAM    hBs,
+        const INT sampleRateIn,
+        const INT sampleRateOut,
+        const INT samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const INT               elementIndex
+        );
+
+typedef struct  {
+  cbUpdateConfig_t cbUpdateConfig; /*!< Function pointer for Config change notify callback.  */
+  void *cbUpdateConfigData;        /*!< User data pointer for Config change notify callback. */
+  cbSsc_t cbSsc;                   /*!< Function pointer for SSC parser callback. */
+  void *cbSscData;                 /*!< User data pointer for SSC parser callback. */
+  cbSbr_t cbSbr;                   /*!< Function pointer for SBR header parser callback. */
+  void *cbSbrData;                 /*!< User data pointer for SBR header parser callback. */
+} CSTpCallBacks;
+
+static const UINT SamplingRateTable[] = 
+{ 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350, 0, 0,
+  0
+};
+
+static inline
+int getSamplingRateIndex( UINT samplingRate )
+{
+  UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT);
+
+  for (sf_index=0; sf_index<tableSize; sf_index++) {
+    if( SamplingRateTable[sf_index] == samplingRate ) break;
+  }
+
+  if (sf_index>tableSize-1) {
+    return tableSize-1;
+  }
+
+  return sf_index;
+}
+
+/*
+ * Get Channel count from channel configuration
+ */
+static inline int getNumberOfTotalChannels(int channelConfig)
+{
+  if (channelConfig > 0 && channelConfig < 8)
+    return (channelConfig == 7)?8:channelConfig;
+  else
+    return 0;
+}
+
+static inline
+int getNumberOfEffectiveChannels(const int channelConfig)
+{
+  const int n[] = {0,1,2,3,4,5,5,7};
+  return n[channelConfig];
+}
+
+#endif /* __TP_DATA_H__ */
diff --git a/libMpegTPEnc/include/tpenc_lib.h b/libMpegTPEnc/include/tpenc_lib.h
new file mode 100644 (file)
index 0000000..2833e82
--- /dev/null
@@ -0,0 +1,296 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  MPEG-4 Transport Encoder  ************************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport encode
+
+******************************************************************************/
+
+#ifndef __TPENC_LIB_H__
+#define __TPENC_LIB_H__
+
+#include "tp_data.h"
+#include "FDK_bitstream.h"
+
+#define TRANSPORTENC_INBUF_SIZE 8192
+
+typedef enum {
+  TRANSPORTENC_OK = 0,                            /*!< All fine.                                                */
+  TRANSPORTENC_NO_MEM,                            /*!< Out of memory.                                           */
+  TRANSPORTENC_UNKOWN_ERROR = 1,                  /*!< Unknown error (embarrasing).                             */
+  TRANSPORTENC_INVALID_PARAMETER,                 /*!< An invalid parameter was passed to a function .          */
+  TRANSPORTENC_PARSE_ERROR,                       /*!< Bitstream data contained inconsistencies (wrong syntax). */
+  TRANSPORTENC_UNSUPPORTED_FORMAT,                /*!< Unsupported transport format.                            */
+  TRANSPORTENC_NOT_ENOUGH_BITS,                   /*!< Out of bits. Provide more bits and try again.            */
+
+  TRANSPORTENC_INVALID_CONFIG,                    /*!< Error in configuration.                                  */
+  TRANSPORTENC_LATM_INVALID_NR_OF_SUBFRAMES,      /*!< LATM: number of subframes out of range.                  */
+  TRANSPORTENC_LOAS_NOT_AVAILABLE,                /*!< LOAS format not supported.                               */
+  TRANSPORTENC_INVALID_LATM_ALIGNMENT,            /*!< AudioMuxElement length not aligned to 1 byte.            */
+
+  TRANSPORTENC_INVALID_TRANSMISSION_FRAME_LENGTH, /*!< Invalid transmission frame length (< 0).                 */
+  TRANSPORTENC_INVALID_CELP_FRAME_LENGTH,         /*!< Invalid CELP frame length found (>= 62).                 */
+  TRANSPORTENC_INVALID_FRAME_BITS,                /*!< Frame bits is not 40 and not 80.                         */
+  TRANSPORTENC_INVALID_AOT,                       /*!< Unknown AOT found.                                       */
+  TRANSPORTENC_INVALID_AU_LENGTH                  /*!< Invalid Access Unit length (not byte-aligned).           */
+
+} TRANSPORTENC_ERROR;
+
+typedef struct TRANSPORTENC *HANDLE_TRANSPORTENC;
+
+/**
+ * \brief             Determine a reasonable channel configuration on the basis of channel_mode.
+ * \param noChannels  Number of audio channels.
+ * \return            CHANNEL_MODE value that matches the given amount of audio channels.
+ */
+CHANNEL_MODE transportEnc_GetChannelMode( int noChannels );
+
+/**
+ * \brief                Register SBR heaqder writer callback.
+ * \param hTp            Handle of transport decoder.
+ * \param cbUpdateConfig Pointer to a callback function to handle SBR header writing.
+ * \param user_data      void pointer for user data passed to the callback as first parameter.
+ * \return               0 on success.
+ */
+int transportEnc_RegisterSbrCallback (
+        HANDLE_TRANSPORTENC hTpEnc,
+        const cbSbr_t cbSbr,
+        void* user_data
+        );
+
+/**
+ * \brief                Register SSC writer callback.
+ * \param hTp            Handle of transport decoder.
+ * \param cbUpdateConfig Pointer to a callback function to handle SSC writing.
+ * \param user_data      void pointer for user data passed to the callback as first parameter.
+ * \return               0 on success.
+ */
+int transportEnc_RegisterSscCallback (
+        HANDLE_TRANSPORTENC hTpEnc,
+        const cbSsc_t cbSsc,
+        void* user_data
+        );
+
+/**
+ * \brief         Write ASC from given parameters.
+ * \param asc     A HANDLE_FDK_BITSTREAM where the ASC is written to.
+ * \param config  Structure containing the codec configuration settings.
+ * \param cb callback information structure.
+ * \return        0 on success.
+ */
+int transportEnc_writeASC (
+        HANDLE_FDK_BITSTREAM asc,
+        CODER_CONFIG *config,
+        CSTpCallBacks *cb
+        );
+
+
+/* Defintion of flags that can be passed to transportEnc_Open() */
+#define TP_FLAG_MPEG4      1  /** MPEG4 (instead of MPEG2) */
+#define TP_FLAG_LATM_AMV   2  /** LATM AudioMuxVersion  */
+#define TP_FLAG_LATM_AMVA  4  /** LATM AudioMuxVersionA */
+
+/**
+ * \brief               Allocate transport encoder.
+ * \param phTpEnc       Pointer to transport encoder handle.
+ * \return              Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_Open( HANDLE_TRANSPORTENC *phTpEnc );
+
+/**
+ * \brief               Init transport encoder.
+ * \param bsBuffer      Pointer to transport encoder.
+ * \param bsBuffer      Pointer to bitstream buffer.
+ * \param bsBufferSize  Size in bytes of bsBuffer.
+ * \param transportFmt  Format of the transport to be written.
+ * \param config        Pointer to a valid CODER_CONFIG struct.
+ * \param flags         Transport encoder flags.
+ * \return              Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_Init(
+        HANDLE_TRANSPORTENC hTpEnc,
+        UCHAR              *bsBuffer,
+        INT                 bsBufferSize,
+        TRANSPORT_TYPE     transportFmt,
+        CODER_CONFIG      *config,
+        UINT               flags
+        );
+
+/**
+ * \brief      Get transport encoder bitstream.
+ * \param hTp  Pointer to a transport encoder handle.
+ * \return     The handle to the requested FDK bitstream.
+ */
+HANDLE_FDK_BITSTREAM transportEnc_GetBitstream( HANDLE_TRANSPORTENC hTp );
+
+/**
+ * \brief         Get amount of bits required by the transport headers.
+ * \param hTp     Handle of transport encoder.
+ * \param auBits  Amount of payload bits required for the current subframe.
+ * \return        Error code.
+ */
+INT transportEnc_GetStaticBits( HANDLE_TRANSPORTENC hTp, int auBits );
+
+/**
+ * \brief       Close transport encoder. This function assures that all allocated memory is freed.
+ * \param phTp  Pointer to a previously allocated transport encoder handle.
+ */
+void transportEnc_Close( HANDLE_TRANSPORTENC *phTp );
+
+/**
+ * \brief                       Write one access unit.
+ * \param hTp                   Handle of transport encoder.
+ * \param total_bits            Amount of total access unit bits.
+ * \param bufferFullness        Value of current buffer fullness in bits.
+ * \param noConsideredChannels  Number of bitrate wise considered channels (all minus LFE channels).
+ * \return                      Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_WriteAccessUnit( HANDLE_TRANSPORTENC hTp,
+                                                 INT total_bits,
+                                                 int bufferFullness,
+                                                 int noConsideredChannels );
+
+/**
+ * \brief        Inform the transportEnc layer that writing of access unit has finished. This function
+ *               is required to be called when the encoder has finished writing one Access
+ *               one Access Unit for bitstream housekeeping.
+ * \param hTp    Transport handle.
+ * \param pBits  Pointer to an int, where the current amount of frame bits is passed
+ *               and where the current amount of subframe bits is returned.
+ *
+ * OR:  This integer is modified by the amount of extra bit alignment that may occurr.
+ *
+ * \return       Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_EndAccessUnit( HANDLE_TRANSPORTENC hTp, int *pBits);
+
+/*
+ * \brief         Get a payload frame.
+ * \param hTpEnc  Transport encoder handle.
+ * \param nBytes  Pointer to an int to hold the frame size in bytes. Returns zero
+ *                if currently there is no complete frame for output (number of sub frames > 1).
+ * \return        Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_GetFrame(HANDLE_TRANSPORTENC hTpEnc, int *nbytes);
+
+/* ADTS CRC support */
+
+/**
+ * \brief         Set current bitstream position as start of a new data region.
+ * \param hTpEnc  Transport encoder handle.
+ * \param mBits   Size in bits of the data region. Set to 0 if it should not be of a fixed size.
+ * \return        Data region ID, which should be used when calling transportEnc_CrcEndReg().
+ */
+int transportEnc_CrcStartReg(HANDLE_TRANSPORTENC hTpEnc, int mBits);
+
+/**
+ * \brief         Set end of data region.
+ * \param hTpEnc  Transport encoder handle.
+ * \param reg     Data region ID, opbtained from transportEnc_CrcStartReg().
+ * \return        void
+ */
+void transportEnc_CrcEndReg(HANDLE_TRANSPORTENC hTpEnc, int reg);
+
+/**
+ * \brief             Get AudioSpecificConfig or StreamMuxConfig from transport encoder handle and write it to dataBuffer.
+ * \param hTpEnc      Transport encoder handle.
+ * \param cc          Pointer to the current and valid configuration contained in a CODER_CONFIG struct.
+ * \param dataBuffer  Bitbuffer holding binary configuration.
+ * \param confType    Pointer to an UINT where the configuration type is returned (0:ASC, 1:SMC).
+ * \return            Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_GetConf( HANDLE_TRANSPORTENC  hTpEnc,
+                                         CODER_CONFIG        *cc,
+                                         FDK_BITSTREAM       *dataBuffer,
+                                         UINT                *confType );
+
+/**
+ * \brief       Get information (version among other things) of the transport encoder library.
+ * \param info  Pointer to an allocated LIB_INFO struct.
+ * \return      Error code.
+ */
+TRANSPORTENC_ERROR transportEnc_GetLibInfo( LIB_INFO *info );
+
+#endif /* #ifndef __TPENC_LIB_H__ */
diff --git a/libMpegTPEnc/src/tpenc_adif.cpp b/libMpegTPEnc/src/tpenc_adif.cpp
new file mode 100644 (file)
index 0000000..b48a32e
--- /dev/null
@@ -0,0 +1,182 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   contents/description: ADIF Transport Headers writing
+
+******************************************************************************/
+
+#include "tpenc_adif.h"
+
+#include "tpenc_lib.h"
+#include "tpenc_asc.h"
+
+
+
+int adifWrite_EncodeHeader(ADIF_INFO *adif,
+                                 HANDLE_FDK_BITSTREAM hBs,
+                                 INT adif_buffer_fullness)
+{
+  /* ADIF/PCE/ADTS definitions */
+  const char adifId[5]="ADIF";
+  const int  copyRightIdPresent=0;
+  const int  originalCopy=0;
+  const int  home=0;
+
+  int i;
+
+  INT sampleRate = adif->samplingRate;
+  INT totalBitRate = adif->bitRate;
+
+  if (adif->headerWritten)
+    return 0;
+
+  /* Align inside PCE with respect to the first bit of the header */
+  UINT alignAnchor = FDKgetValidBits(hBs);
+
+  /* Signal variable bitrate if buffer fullnes exceeds 20 bit */
+  adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0;
+
+  FDKwriteBits(hBs, adifId[0],8);
+  FDKwriteBits(hBs, adifId[1],8);
+  FDKwriteBits(hBs, adifId[2],8);
+  FDKwriteBits(hBs, adifId[3],8);
+
+
+  FDKwriteBits(hBs, copyRightIdPresent ? 1:0,1);
+
+  if(copyRightIdPresent) {
+    for(i=0;i<72;i++) {
+      FDKwriteBits(hBs,0,1);
+    }
+  }
+  FDKwriteBits(hBs, originalCopy ? 1:0,1);
+  FDKwriteBits(hBs, home ? 1:0,1);
+  FDKwriteBits(hBs, adif->bVariableRate?1:0, 1);
+  FDKwriteBits(hBs, totalBitRate,23);
+
+  /* we write only one PCE at the moment */
+  FDKwriteBits(hBs, 0, 4);
+
+  if(!adif->bVariableRate) {
+    FDKwriteBits(hBs, adif_buffer_fullness, 20);
+  }
+
+  /* Write PCE */
+  transportEnc_writePCE(hBs, adif->cm, sampleRate, adif->instanceTag, adif->profile, 0, 0, alignAnchor);
+
+  return 0;
+}
+
+int adifWrite_GetHeaderBits(ADIF_INFO *adif)
+{
+  /* ADIF definitions */
+  const int  copyRightIdPresent=0;
+
+  if (adif->headerWritten)
+    return 0;
+
+  int bits = 0;
+
+  bits += 8*4; /* ADIF ID */
+
+  bits += 1; /* Copyright present */
+
+  if (copyRightIdPresent)
+    bits += 72;          /* Copyright ID */
+
+  bits += 26;
+
+  bits += 4; /* Number of PCE's */
+
+  if(!adif->bVariableRate) {
+    bits += 20;
+  }
+
+  /* write PCE */
+  bits = transportEnc_GetPCEBits(adif->cm, 0, bits);
+
+  return bits;
+}
+
diff --git a/libMpegTPEnc/src/tpenc_adif.h b/libMpegTPEnc/src/tpenc_adif.h
new file mode 100644 (file)
index 0000000..d590354
--- /dev/null
@@ -0,0 +1,135 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Goeschel
+   contents/description: Transport Headers support
+
+******************************************************************************/
+
+#ifndef TPENC_ADIF_H
+#define TPENC_ADIF_H
+
+#include "machine_type.h"
+#include "FDK_bitstream.h"
+
+#include "tp_data.h"
+
+typedef struct {
+  CHANNEL_MODE cm;
+  INT samplingRate;
+  INT bitRate;
+  int profile;
+  int bVariableRate;
+  int instanceTag;
+  int headerWritten;
+} ADIF_INFO;
+
+/**
+ * \brief encodes ADIF Header
+ *
+ * \param adif pointer to ADIF_INFO structure
+ * \param hBitStream handle of bitstream, where the ADIF header is written into
+ * \param adif_buffer_fullness buffer fullness value for the ADIF header
+ *
+ * \return 0 on success
+ */
+int adifWrite_EncodeHeader(
+        ADIF_INFO           *adif,
+        HANDLE_FDK_BITSTREAM hBitStream,
+        INT                  adif_buffer_fullness
+        );
+
+/**
+ * \brief Get bit demand of a ADIF header
+ *
+ * \param adif pointer to ADIF_INFO structure
+ *
+ * \return amount of bits required to write the ADIF header according to the data
+ *         contained in the adif parameter
+ */
+int adifWrite_GetHeaderBits( ADIF_INFO *adif );
+
+#endif /* TPENC_ADIF_H */
+
diff --git a/libMpegTPEnc/src/tpenc_adts.cpp b/libMpegTPEnc/src/tpenc_adts.cpp
new file mode 100644 (file)
index 0000000..f4f3178
--- /dev/null
@@ -0,0 +1,315 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Groeschel
+   contents/description: ADTS Transport Headers support
+
+******************************************************************************/
+
+#include "tpenc_adts.h"
+
+
+#include "tpenc_lib.h"
+#include "tpenc_asc.h"
+
+
+int adtsWrite_CrcStartReg(
+                                 HANDLE_ADTS pAdts,          /*!< pointer to adts stucture */
+                                 HANDLE_FDK_BITSTREAM hBs,   /*!< handle to current bit buffer structure */
+                                 int mBits                   /*!< number of bits in crc region */
+                                )
+{
+  if (pAdts->protection_absent) {
+    return 0;
+  }
+  return ( FDKcrcStartReg(&pAdts->crcInfo, hBs, mBits) );
+}
+
+void adtsWrite_CrcEndReg(
+                                HANDLE_ADTS pAdts, /*!< pointer to adts crc info stucture */
+                                HANDLE_FDK_BITSTREAM hBs,   /*!< handle to current bit buffer structure */
+                                int reg                    /*!< crc region */
+                               )
+{
+  if (pAdts->protection_absent == 0)
+  {
+    FDKcrcEndReg(&pAdts->crcInfo, hBs, reg);
+  }
+}
+
+int adtsWrite_GetHeaderBits( HANDLE_ADTS hAdts )
+{
+  int bits = 0;
+
+  if (hAdts->currentBlock == 0) {
+    /* Static and variable header bits */
+    bits = 56;
+    if (!hAdts->protection_absent) {
+      /* Add header/ single raw data block CRC bits */
+      bits += 16;
+      if (hAdts->num_raw_blocks>0) {
+        /* Add bits of raw data block position markers */
+        bits += (hAdts->num_raw_blocks)*16;
+      }
+    }
+  }
+  if (!hAdts->protection_absent && hAdts->num_raw_blocks>0) {
+    /* Add raw data block CRC bits. Not really part of the header, put they cause bit overhead to be accounted. */
+    bits += 16;
+  }
+
+  hAdts->headerBits = bits;
+
+  return bits;
+}
+
+INT adtsWrite_Init(HANDLE_ADTS hAdts, CODER_CONFIG *config)
+{
+  /* Sanity checks */
+  if ( config->nSubFrames < 1
+    || config->nSubFrames > 4
+    || (int)config->aot > 4
+    || (int)config->aot < 1 ) {
+    return -1;
+  }
+
+  /* fixed header */
+  if (config->flags & CC_MPEG_ID) {
+    hAdts->mpeg_id = 0; /* MPEG 4 */
+  } else {
+    hAdts->mpeg_id = 1; /* MPEG 2 */
+  }
+  hAdts->layer=0;
+  hAdts->protection_absent = ! (config->flags & CC_PROTECTION);
+  hAdts->profile = ((int)config->aot) - 1;
+  hAdts->sample_freq_index = getSamplingRateIndex(config->samplingRate);
+  hAdts->sample_freq = config->samplingRate;
+  hAdts->private_bit=0;
+  hAdts->channel_mode = config->channelMode;
+  hAdts->original=0;
+  hAdts->home=0;
+  /* variable header */
+  hAdts->copyright_id=0;
+  hAdts->copyright_start=0;
+
+  hAdts->num_raw_blocks=config->nSubFrames-1; /* 0 means 1 raw data block */
+
+  FDKcrcInit(&hAdts->crcInfo, 0x8005, 0xFFFF, 16);
+
+  hAdts->currentBlock = 0;
+
+
+  return 0;
+}
+
+int adtsWrite_EncodeHeader(HANDLE_ADTS hAdts,
+                                 HANDLE_FDK_BITSTREAM hBitStream,
+                                 int buffer_fullness,
+                                 int frame_length)
+{
+  INT crcIndex = 0;
+
+
+  hAdts->headerBits = adtsWrite_GetHeaderBits(hAdts);
+
+  FDK_ASSERT(((frame_length+hAdts->headerBits)/8)<0x2000);      /*13 bit*/
+  FDK_ASSERT(buffer_fullness<0x800);    /* 11 bit   */
+
+  if (!hAdts->protection_absent) {
+    FDKcrcReset(&hAdts->crcInfo);
+  }
+
+  if (hAdts->currentBlock == 0) {
+    FDKresetBitbuffer(hBitStream, BS_WRITER);
+  }
+
+  hAdts->subFrameStartBit = FDKgetValidBits(hBitStream);
+
+  /* Skip new header if this is raw data block 1..n */
+  if (hAdts->currentBlock == 0)
+  {
+    FDKresetBitbuffer(hBitStream, BS_WRITER);
+
+    if (hAdts->num_raw_blocks == 0) {
+      crcIndex = adtsWrite_CrcStartReg(hAdts, hBitStream, 0);
+    }
+
+    /* fixed header */
+    FDKwriteBits(hBitStream, 0xFFF, 12);
+    FDKwriteBits(hBitStream, hAdts->mpeg_id, 1);
+    FDKwriteBits(hBitStream, hAdts->layer, 2);
+    FDKwriteBits(hBitStream, hAdts->protection_absent, 1);
+    FDKwriteBits(hBitStream, hAdts->profile, 2);
+    FDKwriteBits(hBitStream, hAdts->sample_freq_index, 4);
+    FDKwriteBits(hBitStream, hAdts->private_bit, 1);
+    FDKwriteBits(hBitStream, getChannelConfig(hAdts->channel_mode), 3);
+    FDKwriteBits(hBitStream, hAdts->original, 1);
+    FDKwriteBits(hBitStream, hAdts->home, 1);
+    /* variable header */
+    FDKwriteBits(hBitStream, hAdts->copyright_id, 1);
+    FDKwriteBits(hBitStream, hAdts->copyright_start, 1);
+    FDKwriteBits(hBitStream, (frame_length + hAdts->headerBits)>>3, 13);
+    FDKwriteBits(hBitStream, buffer_fullness, 11);
+    FDKwriteBits(hBitStream, hAdts->num_raw_blocks, 2);
+
+    if (!hAdts->protection_absent) {
+      int i;
+
+      /* End header CRC portion for single raw data block and write dummy zero values for unknown fields. */
+      if (hAdts->num_raw_blocks == 0) {
+        adtsWrite_CrcEndReg(hAdts, hBitStream, crcIndex);
+      } else {
+        for (i=0; i<hAdts->num_raw_blocks; i++) {
+          FDKwriteBits(hBitStream, 0, 16);
+        }
+      }
+      FDKwriteBits(hBitStream, 0, 16);
+    }
+  } /* End of ADTS header */
+
+  return 0;
+}
+
+void adtsWrite_EndRawDataBlock(HANDLE_ADTS hAdts,
+                          HANDLE_FDK_BITSTREAM hBs,
+                          int *pBits)
+{
+  if (!hAdts->protection_absent) {
+    FDK_BITSTREAM bsWriter;
+
+    FDKinitBitStream(&bsWriter, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER);
+    FDKpushFor(&bsWriter, 56);
+
+    if (hAdts->num_raw_blocks == 0) {
+      FDKwriteBits(&bsWriter, FDKcrcGetCRC(&hAdts->crcInfo), 16);
+    } else {
+      int distance;
+
+      /* Write CRC of current raw data block */
+      FDKwriteBits(hBs, FDKcrcGetCRC(&hAdts->crcInfo), 16);
+
+      /* Write distance to current data block */
+      if (hAdts->currentBlock < hAdts->num_raw_blocks) {
+        FDKpushFor(&bsWriter, hAdts->currentBlock*16);
+        distance = FDKgetValidBits(hBs) - (56 + (hAdts->num_raw_blocks)*16 + 16);
+        FDKwriteBits(&bsWriter, distance>>3, 16);
+      }
+    }
+    FDKsyncCache(&bsWriter);
+  }
+
+  /* Write total frame lenth for multiple raw data blocks and header CRC */
+  if (hAdts->num_raw_blocks > 0 && hAdts->currentBlock == hAdts->num_raw_blocks) {
+    FDK_BITSTREAM bsWriter;
+    int crcIndex = 0;
+
+    FDKinitBitStream(&bsWriter, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER);
+
+    if (!hAdts->protection_absent) {
+      FDKcrcReset(&hAdts->crcInfo);
+      crcIndex = FDKcrcStartReg(&hAdts->crcInfo, &bsWriter, 0);
+    }
+    /* Write total frame length */
+    FDKpushFor(&bsWriter, 56-28+2);
+    FDKwriteBits(&bsWriter, FDKgetValidBits(hBs)>>3, 13);
+
+    /* Write header CRC */
+    if (!hAdts->protection_absent) {
+      FDKpushFor(&bsWriter, 11+2 + (hAdts->num_raw_blocks)*16);
+      FDKcrcEndReg(&hAdts->crcInfo, &bsWriter, crcIndex);
+      FDKwriteBits(&bsWriter, FDKcrcGetCRC(&hAdts->crcInfo), 16);
+    }
+    FDKsyncCache(&bsWriter);
+  }
+
+  /* Correct *pBits to reflect the amount of bits of the current subframe */
+  *pBits -= hAdts->subFrameStartBit;
+  if (!hAdts->protection_absent && hAdts->num_raw_blocks > 0) {
+    /* Fixup CRC bits, since they come after each raw data block */
+    *pBits += 16;
+  }
+  hAdts->currentBlock++;
+}
+
diff --git a/libMpegTPEnc/src/tpenc_adts.h b/libMpegTPEnc/src/tpenc_adts.h
new file mode 100644 (file)
index 0000000..c12c7c7
--- /dev/null
@@ -0,0 +1,218 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/******************************** MPEG Audio Encoder **************************
+
+   Initial author:       Alex Groeschel
+   contents/description: ADTS Transport writer
+
+******************************************************************************/
+
+#ifndef TPENC_ADTS_H
+#define TPENC_ADTS_H
+
+
+
+#include "tp_data.h"
+
+#include "FDK_crc.h"
+
+typedef struct {
+  INT sample_freq;
+  CHANNEL_MODE channel_mode;
+  UCHAR decoderCanDoMpeg4;
+  UCHAR mpeg_id;
+  UCHAR layer;
+  UCHAR protection_absent;
+  UCHAR profile;
+  UCHAR sample_freq_index;
+  UCHAR private_bit;
+  UCHAR original;
+  UCHAR home;
+  UCHAR copyright_id;
+  UCHAR copyright_start;
+  USHORT frame_length;
+  UCHAR num_raw_blocks;
+  UCHAR BufferFullnesStartFlag;
+  int headerBits;                /*!< Header bit demand for the current raw data block */
+  int currentBlock;              /*!< Index of current raw data block */
+  int subFrameStartBit;          /*!< Bit position where the current raw data block begins */
+  FDK_CRCINFO crcInfo;
+} STRUCT_ADTS;
+
+typedef STRUCT_ADTS *HANDLE_ADTS;
+
+/**
+ * \brief Initialize ADTS data structure
+ *
+ * \param hAdts ADTS data handle
+ * \param config a valid CODER_CONFIG struct from where the required
+ *        information for the ADTS header is extrated from
+ *
+ * \return 0 in case of success.
+ */
+INT adtsWrite_Init(
+        HANDLE_ADTS   hAdts,
+        CODER_CONFIG *config
+        );
+
+/**
+ * \brief Get the total bit overhead caused by ADTS
+ *
+ * \hAdts handle to ADTS data
+ *
+ * \return Amount of additional bits required for the current raw data block
+ */
+int adtsWrite_GetHeaderBits( HANDLE_ADTS hAdts );
+
+/**
+ * \brief Write an ADTS header into the given bitstream. May not write a header
+ *        in case of multiple raw data blocks.
+ *
+ * \param hAdts ADTS data handle
+ * \param hBitStream bitstream handle into which the ADTS may be written into
+ * \param buffer_fullness the buffer fullness value for the ADTS header
+ * \param the current raw data block length
+ *
+ * \return 0 in case of success.
+ */
+INT adtsWrite_EncodeHeader(
+        HANDLE_ADTS          hAdts,
+        HANDLE_FDK_BITSTREAM hBitStream,
+        int                  bufferFullness,
+        int                  frame_length
+        );
+/**
+ * \brief Finish a ADTS raw data block
+ *
+ * \param hAdts ADTS data handle
+ * \param hBs bitstream handle into which the ADTS may be written into
+ * \param pBits a pointer to a integer holding the current bitstream buffer bit count,
+ *              which is corrected to the current raw data block boundary.
+ *
+ */
+void adtsWrite_EndRawDataBlock(
+        HANDLE_ADTS          hAdts,
+        HANDLE_FDK_BITSTREAM hBs,
+        int                 *bits
+        );
+
+
+/**
+ * \brief Start CRC region with a maximum number of bits
+ *        If mBits is positive zero padding will be used for CRC calculation, if there
+ *        are less than mBits bits available.
+ *        If mBits is negative no zero padding is done.
+ *        If mBits is zero the memory for the buffer is allocated dynamically, the
+ *        number of bits is not limited.
+ *
+ * \param pAdts ADTS data handle
+ * \param hBs bitstream handle of which the CRC region ends
+ * \param mBits limit of number of bits to be considered for the requested CRC region
+ *
+ * \return ID for the created region, -1 in case of an error
+ */
+int adtsWrite_CrcStartReg(
+        HANDLE_ADTS          pAdts,
+        HANDLE_FDK_BITSTREAM hBs,
+        int                  mBits
+        );
+
+/**
+ * \brief Ends CRC region identified by reg
+ *
+ * \param pAdts ADTS data handle
+ * \param hBs bitstream handle of which the CRC region ends
+ * \param reg a CRC region ID returned previously by adtsWrite_CrcStartReg()
+ */
+void adtsWrite_CrcEndReg(
+        HANDLE_ADTS          pAdts,
+        HANDLE_FDK_BITSTREAM hBs,
+        int                  reg
+        );
+
+
+
+
+#endif /* TPENC_ADTS_H */
+
diff --git a/libMpegTPEnc/src/tpenc_asc.cpp b/libMpegTPEnc/src/tpenc_asc.cpp
new file mode 100644 (file)
index 0000000..bc4302e
--- /dev/null
@@ -0,0 +1,576 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#include "tp_data.h"
+
+#include "tpenc_lib.h"
+#include "tpenc_asc.h"
+#include "FDK_bitstream.h"
+#include "genericStds.h"
+
+#define PCE_MAX_ELEMENTS 8
+
+/**
+ *  Describe a PCE based on placed channel elements and element type sequence.
+ */
+typedef struct {
+
+    UCHAR    num_front_channel_elements;     /*!< Number of front channel elements. */
+    UCHAR    num_side_channel_elements;      /*!< Number of side channel elements. */
+    UCHAR    num_back_channel_elements;      /*!< Number of back channel elements. */
+    UCHAR    num_lfe_channel_elements;       /*!< Number of lfe channel elements. */
+    MP4_ELEMENT_ID el_list[PCE_MAX_ELEMENTS];/*!< List contains sequence describing the elements
+                                                  in present channel mode. (MPEG order) */
+} PCE_CONFIGURATION;
+
+
+/**
+ *  Map an incoming channel mode to a existing PCE configuration entry.
+ */
+typedef struct {
+
+    CHANNEL_MODE        channel_mode;        /*!< Present channel mode. */
+    PCE_CONFIGURATION   pce_configuration;   /*!< Program config element description. */
+
+} CHANNEL_CONFIGURATION;
+
+
+/**
+ * \brief Table contains all supported channel modes and according PCE configuration description.
+ *
+ * The number of channel element parameter describes the kind of consecutively elements.
+ * E.g. MODE_1_2_2_2_1 means:
+ *                          - First 3 elements (SCE,CPE,CPE) are front channel elements.
+ *                          - Next element (CPE) is a back channel element.
+ *                          - Last element (LFE) is a lfe channel element.
+ */
+static const CHANNEL_CONFIGURATION pceConfigTab[] =
+{
+  { MODE_1,                        {  1, 0, 0, 0, { ID_SCE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_2,                        {  1, 0, 0, 0, { ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_2,                      {  2, 0, 0, 0, { ID_SCE,  ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_2_1,                    {  2, 0, 1, 0, { ID_SCE,  ID_CPE,  ID_SCE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_2_2,                    {  2, 0, 1, 0, { ID_SCE,  ID_CPE,  ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_2_2_1,                  {  2, 0, 1, 1, { ID_SCE,  ID_CPE,  ID_CPE,  ID_LFE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_2_2_2_1,                {  3, 0, 1, 1, { ID_SCE,  ID_CPE,  ID_CPE,  ID_CPE,  ID_LFE,  ID_NONE, ID_NONE, ID_NONE } } },
+
+
+  { MODE_1_1,                      {  2, 0, 0, 0, { ID_SCE,  ID_SCE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_1_1_1,                  {  2, 2, 0, 0, { ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_1_1_1_1_1_1,              {  2, 2, 2, 0, { ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_NONE, ID_NONE } } },
+  { MODE_1_1_1_1_1_1_1_1,          {  3, 2, 3, 0, { ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE,  ID_SCE } } },
+
+  { MODE_2_2,                      {  1, 0, 1, 0, { ID_CPE,  ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_2_2_2,                    {  1, 1, 1, 0, { ID_CPE,  ID_CPE,  ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_2_2_2_2,                  {  4, 0, 0, 0, { ID_CPE,  ID_CPE,  ID_CPE,  ID_CPE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+
+  { MODE_2_1,                      {  1, 0, 1, 0, { ID_CPE,  ID_SCE,  ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE, ID_NONE } } },
+
+  { MODE_7_1_REAR_SURROUND,        {  2, 0, 2, 1, { ID_SCE,  ID_CPE,  ID_CPE,  ID_CPE,  ID_LFE,  ID_NONE, ID_NONE, ID_NONE } } },
+  { MODE_7_1_FRONT_CENTER,         {  3, 0, 1, 1, { ID_SCE,  ID_CPE,  ID_CPE,  ID_CPE,  ID_LFE,  ID_NONE, ID_NONE, ID_NONE } } },
+
+};
+
+
+/**
+ * \brief  Get program config element description for existing channel mode.
+ *
+ * \param channel_mode          Current channel mode.
+ *
+ * \return
+ *          - Pointer to PCE_CONFIGURATION entry, on success.
+ *          - NULL, on failure.
+ */
+static const PCE_CONFIGURATION* getPceEntry(
+        const CHANNEL_MODE channel_mode
+        )
+{
+  UINT i;
+  const PCE_CONFIGURATION *pce_config = NULL;
+
+  for (i=0; i < (sizeof(pceConfigTab)/sizeof(CHANNEL_CONFIGURATION)); i++) {
+    if (pceConfigTab[i].channel_mode == channel_mode) {
+      pce_config = &pceConfigTab[i].pce_configuration;
+    }
+  }
+
+  return pce_config;
+}
+
+int getChannelConfig( CHANNEL_MODE channel_mode )
+{
+  INT chan_config = 0;
+
+  switch(channel_mode) {
+    case MODE_1:         chan_config = 1; break;
+    case MODE_2:         chan_config = 2; break;
+    case MODE_1_2:       chan_config = 3; break;
+    case MODE_1_2_1:     chan_config = 4; break;
+    case MODE_1_2_2:     chan_config = 5; break;
+    case MODE_1_2_2_1:   chan_config = 6; break;
+    case MODE_1_2_2_2_1: chan_config = 7; break;
+
+    default:             chan_config = 0;
+  }
+
+  return chan_config;
+}
+
+CHANNEL_MODE transportEnc_GetChannelMode( int noChannels )
+{
+  CHANNEL_MODE chMode;
+
+  if (noChannels <= 8 && noChannels > 0)
+    chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/
+  else
+    chMode = MODE_UNKNOWN;
+
+  return chMode;
+}
+
+#ifdef TP_PCE_ENABLE
+int transportEnc_writePCE(HANDLE_FDK_BITSTREAM hBs,
+                          CHANNEL_MODE channelMode,
+                          INT sampleRate,
+                          int instanceTagPCE,
+                          int profile,
+                          int matrixMixdownA,
+                          int pseudoSurroundEnable,
+                          UINT alignAnchor)
+{
+  int sampleRateIndex, i;
+  const PCE_CONFIGURATION* config = NULL;
+  const MP4_ELEMENT_ID* pEl_list = NULL;
+  UCHAR cpeCnt=0, sceCnt=0, lfeCnt=0;
+
+  sampleRateIndex = getSamplingRateIndex(sampleRate);
+  if (sampleRateIndex == 15) {
+    return -1;
+  }
+
+  if ((config=getPceEntry(channelMode))==NULL) {
+    return -1;
+  }
+
+  /* Pointer to first element in element list. */
+  pEl_list = &config->el_list[0];
+
+  FDKwriteBits(hBs, instanceTagPCE,  4);                        /* Element instance tag */
+  FDKwriteBits(hBs, profile,         2);                        /* Object type */
+  FDKwriteBits(hBs, sampleRateIndex, 4);                        /* Sample rate index*/
+
+  FDKwriteBits(hBs, config->num_front_channel_elements, 4);     /* Front channel Elements */
+  FDKwriteBits(hBs, config->num_side_channel_elements , 4);     /* No Side Channel Elements */
+  FDKwriteBits(hBs, config->num_back_channel_elements , 4);     /* No Back channel Elements */
+  FDKwriteBits(hBs, config->num_lfe_channel_elements  , 2);     /* No Lfe channel elements */
+
+  FDKwriteBits(hBs, 0, 3);                                      /* No assoc data elements */
+  FDKwriteBits(hBs, 0, 4);                                      /* No valid cc elements */
+  FDKwriteBits(hBs, 0, 1);                                      /* Mono mixdown present */
+  FDKwriteBits(hBs, 0, 1);                                      /* Stereo mixdown present */
+
+  if ( matrixMixdownA!=0 && ((channelMode==MODE_1_2_2)||(channelMode==MODE_1_2_2_1)) ) {
+      FDKwriteBits(hBs, 1, 1);                                  /* Matrix mixdown present */
+      FDKwriteBits(hBs, (matrixMixdownA-1)&0x3, 2);             /* matrix_mixdown_idx */
+      FDKwriteBits(hBs, (pseudoSurroundEnable)?1:0, 1);         /* pseudo_surround_enable */
+  }
+  else {
+      FDKwriteBits(hBs, 0, 1);                                  /* Matrix mixdown not present */
+  }
+
+  for(i=0; i<config->num_front_channel_elements; i++) {
+      UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0;
+      UCHAR tag   = (isCpe) ? cpeCnt++ : sceCnt++;
+      FDKwriteBits(hBs, isCpe, 1);                              /* Front channel Elements is CPE? */
+      FDKwriteBits(hBs, tag, 4);                                /* Front channel Instance Tag.*/
+  }
+  for(i=0; i<config->num_side_channel_elements; i++) {
+      UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0;
+      UCHAR tag   = (isCpe) ? cpeCnt++ : sceCnt++;
+      FDKwriteBits(hBs, isCpe, 1);                              /* Front channel Elements is CPE? */
+      FDKwriteBits(hBs, tag, 4);                                /* Front channel Instance Tag.*/
+  }
+  for(i=0; i<config->num_back_channel_elements; i++) {
+      UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0;
+      UCHAR tag   = (isCpe) ? cpeCnt++ : sceCnt++;
+      FDKwriteBits(hBs, isCpe, 1);                              /* Front channel Elements is CPE? */
+      FDKwriteBits(hBs, tag, 4);                                /* Front channel Instance Tag.*/
+  }
+  for(i=0; i<config->num_lfe_channel_elements; i++) {
+      FDKwriteBits(hBs, lfeCnt++, 4);                           /* LFE channel Instance Tag. */
+  }
+
+  /* - num_valid_cc_elements always 0.
+     - num_assoc_data_elements always 0. */
+
+  /* Byte alignment: relative to alignAnchor
+       ADTS: align with respect to the first bit of the raw_data_block()
+       ADIF: align with respect to the first bit of the header
+       LATM: align with respect to the first bit of the ASC */
+  FDKbyteAlign(hBs, alignAnchor);                               /* Alignment */
+
+  FDKwriteBits(hBs, 0 ,8);                                      /* Do no write any comment. */
+
+  /* - comment_field_bytes always 0. */
+
+  return 0;
+}
+
+int transportEnc_GetPCEBits(CHANNEL_MODE channelMode,
+                            int matrixMixdownA,
+                            int bits)
+{
+  const PCE_CONFIGURATION* config = NULL;
+
+  if ((config=getPceEntry(channelMode))==NULL) {
+    return -1;  /* unsupported channelmapping */
+  }
+
+  bits += 4 + 2 + 4;        /* Element instance tag  + Object type + Sample rate index */
+  bits += 4 + 4 + 4 + 2;    /* No (front + side + back + lfe channel) elements */
+  bits += 3 + 4;            /* No (assoc data + valid cc) elements */
+  bits += 1 + 1 + 1 ;       /* Mono + Stereo + Matrix mixdown present */
+
+  if ( matrixMixdownA!=0 && ((channelMode==MODE_1_2_2)||(channelMode==MODE_1_2_2_1)) ) {
+    bits +=3;               /* matrix_mixdown_idx + pseudo_surround_enable */
+  }
+
+  bits += (1+4) * (INT)config->num_front_channel_elements;
+  bits += (1+4) * (INT)config->num_side_channel_elements;
+  bits += (1+4) * (INT)config->num_back_channel_elements;
+  bits +=   (4) * (INT)config->num_lfe_channel_elements;
+
+  /* - num_valid_cc_elements always 0.
+     - num_assoc_data_elements always 0. */
+
+  if ((bits%8) != 0) {
+    bits += (8 - (bits%8)); /* Alignment */
+  }
+
+  bits += 8;                /* Comment field  bytes */
+
+  /* - comment_field_bytes alwys 0. */
+
+  return bits;
+}
+#endif /* TP_PCE_ENABLE */
+
+static void writeAot(HANDLE_FDK_BITSTREAM hBitstreamBuffer, AUDIO_OBJECT_TYPE aot)
+{
+    int tmp = (int) aot;
+
+    if (tmp > 31) {
+        FDKwriteBits( hBitstreamBuffer, AOT_ESCAPE, 5 );
+        FDKwriteBits( hBitstreamBuffer, tmp-32, 6 );   /* AudioObjectType */
+    } else {
+        FDKwriteBits( hBitstreamBuffer, tmp, 5 );
+    }
+}
+
+static void writeSampleRate(HANDLE_FDK_BITSTREAM hBitstreamBuffer, int sampleRate)
+{
+  int sampleRateIndex = getSamplingRateIndex(sampleRate);
+
+  FDKwriteBits( hBitstreamBuffer, sampleRateIndex, 4 );
+  if( sampleRateIndex == 15 ) {
+    FDKwriteBits( hBitstreamBuffer, sampleRate, 24 );
+  }
+}
+
+#ifdef TP_GA_ENABLE
+static
+int transportEnc_writeGASpecificConfig(
+                                        HANDLE_FDK_BITSTREAM asc,
+                                        CODER_CONFIG *config,
+                                        int          extFlg,
+                                        UINT         alignAnchor
+                                       )
+{
+  int aot = config->aot;
+  int samplesPerFrame = config->samplesPerFrame;
+
+  /* start of GASpecificConfig according to ISO/IEC 14496-3 Subpart 4, 4.4.1 */
+  FDKwriteBits( asc, ((samplesPerFrame==960 || samplesPerFrame==480)?1:0), 1);  /* frameLengthFlag: 1 for a 960/480 (I)MDCT, 0 for a 1024/512 (I)MDCT*/
+  FDKwriteBits( asc, 0, 1);  /* dependsOnCoreCoder: Sampling Rate Coder Specific, see in ISO/IEC 14496-3 Subpart 4, 4.4.1 */
+  FDKwriteBits( asc, extFlg, 1 ); /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23 */
+
+  /* Write PCE if channel config is not 1-7 */
+  if (getChannelConfig(config->channelMode) == 0) {
+      transportEnc_writePCE(asc, config->channelMode, config->samplingRate, 0, 1, config->matrixMixdownA, (config->flags&CC_PSEUDO_SURROUND)?1:0, alignAnchor);
+  }
+  if (extFlg) {
+    if (aot == AOT_ER_BSAC) {
+      FDKwriteBits( asc, config->BSACnumOfSubFrame, 5 ); /* numOfSubFrame */
+      FDKwriteBits( asc, config->BSAClayerLength, 11 );  /* layer_length */
+    }
+    if ((aot == AOT_ER_AAC_LC)   || (aot == AOT_ER_AAC_LTP)  ||
+        (aot == AOT_ER_AAC_SCAL) || (aot == AOT_ER_AAC_LD))
+    {
+      FDKwriteBits( asc, (config->flags & CC_VCB11) ? 1 : 0, 1 ); /* aacSectionDataResillienceFlag */
+      FDKwriteBits( asc, (config->flags & CC_RVLC) ? 1 : 0,  1 ); /* aacScaleFactorDataResillienceFlag */
+      FDKwriteBits( asc, (config->flags & CC_HCR) ? 1 : 0,   1 ); /* aacSpectralDataResillienceFlag */
+    }
+    FDKwriteBits( asc, 0, 1 ); /* extensionFlag3: reserved. Shall be '0' */
+  }
+  return 0;
+}
+#endif /* TP_GA_ENABLE */
+
+#ifdef TP_ELD_ENABLE
+
+static
+int transportEnc_writeELDSpecificConfig(
+                                         HANDLE_FDK_BITSTREAM hBs,
+                                         CODER_CONFIG *config,
+                                         int        epConfig,
+                                         CSTpCallBacks *cb
+                                        )
+{
+  /* ELD specific config */
+  if (config->channelMode == MODE_1_1) {
+    return -1;
+  }
+  FDKwriteBits(hBs, (config->samplesPerFrame == 480) ? 1 : 0, 1);
+
+  FDKwriteBits(hBs, (config->flags & CC_VCB11 ) ? 1:0, 1);
+  FDKwriteBits(hBs, (config->flags & CC_RVLC ) ? 1:0, 1);
+  FDKwriteBits(hBs, (config->flags & CC_HCR  ) ? 1:0, 1);
+
+  FDKwriteBits(hBs, (config->flags & CC_SBR) ? 1:0, 1); /* SBR header flag */
+  if ( (config->flags & CC_SBR) ) {
+    FDKwriteBits(hBs, (config->samplingRate == config->extSamplingRate) ? 0:1, 1); /* Samplerate Flag */
+    FDKwriteBits(hBs, (config->flags & CC_SBRCRC) ? 1:0, 1); /* SBR CRC flag*/
+
+    if (cb->cbSbr != NULL) {
+      const PCE_CONFIGURATION *pPce;
+      int e;
+
+      pPce = getPceEntry(config->channelMode);
+
+      for (e=0; e<PCE_MAX_ELEMENTS && pPce->el_list[e] != ID_NONE; e++  ) {
+        if ( (pPce->el_list[e] == ID_SCE) || (pPce->el_list[e] == ID_CPE) ) {
+          cb->cbSbr(cb->cbSbrData, hBs, 0, 0, 0, config->aot, pPce->el_list[e], e);
+        }
+      }
+    }
+  }
+
+  FDKwriteBits(hBs, 0, 4); /* ELDEXT_TERM */
+
+  return 0;
+}
+#endif /* TP_ELD_ENABLE */
+
+
+int transportEnc_writeASC (
+                            HANDLE_FDK_BITSTREAM asc,
+                            CODER_CONFIG *config,
+                            CSTpCallBacks *cb
+                           )
+{
+  UINT extFlag = 0;
+  int err;
+  int epConfig = 0;
+
+  /* Required for the PCE. */
+  UINT alignAnchor = FDKgetValidBits(asc);
+
+  /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23,39 */
+  switch (config->aot) {
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LTP:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_TWIN_VQ:
+    case AOT_ER_BSAC:
+    case AOT_ER_AAC_LD:
+    case AOT_ER_AAC_ELD:
+    case AOT_USAC:
+        extFlag = 1;
+        break;
+    default:
+        break;
+  }
+
+  if (config->sbrSignaling==SIG_EXPLICIT_HIERARCHICAL && config->sbrPresent)
+    writeAot(asc, config->extAOT);
+  else
+    writeAot(asc, config->aot);
+
+  {
+    writeSampleRate(asc, config->samplingRate);
+  }
+
+  /* Try to guess a reasonable channel mode if not given */
+  if (config->channelMode == MODE_INVALID) {
+    config->channelMode = transportEnc_GetChannelMode(config->noChannels);
+    if (config->channelMode == MODE_INVALID)
+      return -1;
+  }
+
+  FDKwriteBits( asc, getChannelConfig(config->channelMode), 4 );
+
+  if (config->sbrSignaling==SIG_EXPLICIT_HIERARCHICAL && config->sbrPresent) {
+    writeSampleRate(asc, config->extSamplingRate);
+    writeAot(asc, config->aot);
+  }
+
+  switch (config->aot) {
+#ifdef TP_GA_ENABLE
+    case AOT_AAC_MAIN:
+    case AOT_AAC_LC:
+    case AOT_AAC_SSR:
+    case AOT_AAC_LTP:
+    case AOT_AAC_SCAL:
+    case AOT_TWIN_VQ:
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LTP:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_TWIN_VQ:
+    case AOT_ER_BSAC:
+    case AOT_ER_AAC_LD:
+      err = transportEnc_writeGASpecificConfig(asc, config, extFlag, alignAnchor);
+      if (err)
+        return err;
+      break;
+#endif /* TP_GA_ENABLE */
+#ifdef TP_ELD_ENABLE
+    case AOT_ER_AAC_ELD:
+      err = transportEnc_writeELDSpecificConfig(asc, config, epConfig, cb);
+      if (err)
+        return err;
+      break;
+#endif /* TP_ELD_ENABLE */
+    default:
+      return -1;
+  }
+
+  switch (config->aot) {
+    case AOT_ER_AAC_LC:
+    case AOT_ER_AAC_LTP:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_TWIN_VQ:
+    case AOT_ER_BSAC:
+    case AOT_ER_AAC_LD:
+    case AOT_ER_CELP:
+    case AOT_ER_HVXC:
+    case AOT_ER_HILN:
+    case AOT_ER_PARA:
+    case AOT_ER_AAC_ELD:
+      FDKwriteBits( asc, 0, 2 ); /* epconfig 0 */
+      break;
+    default:
+      break;
+  }
+
+  /* backward compatible explicit signaling of extension AOT */
+  if (config->sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE)
+  {
+    TP_ASC_EXTENSION_ID ascExtId = ASCEXT_UNKOWN;
+
+    if (config->sbrPresent) {
+      ascExtId=ASCEXT_SBR;
+      FDKwriteBits( asc, ascExtId, 11 );
+      writeAot(asc, config->extAOT);
+      FDKwriteBits( asc, 1, 1 ); /* sbrPresentFlag=1 */
+      writeSampleRate(asc, config->extSamplingRate);
+      if (config->psPresent) {
+        ascExtId=ASCEXT_PS;
+        FDKwriteBits( asc, ascExtId, 11 );
+        FDKwriteBits( asc, 1, 1 ); /* psPresentFlag=1 */
+      }
+    }
+
+  }
+
+  /* Make sure all bits are sync'ed */
+  FDKsyncCache( asc );
+
+  return 0;
+}
diff --git a/libMpegTPEnc/src/tpenc_asc.h b/libMpegTPEnc/src/tpenc_asc.h
new file mode 100644 (file)
index 0000000..47fe7a1
--- /dev/null
@@ -0,0 +1,142 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s): Manuel Jander
+   Description: Audio Specific Config writer
+
+******************************************************************************/
+
+#ifndef TPENC_ASC_H
+#define TPENC_ASC_H
+
+/**
+ * \brief Get channel config from channel mode.
+ *
+ * \param channel_mode channel mode
+ *
+ * \return chanel config
+ */
+int getChannelConfig( CHANNEL_MODE channel_mode );
+
+/**
+ * \brief Write a Program Config Element.
+ *
+ * \param hBs bitstream handle into which the PCE is appended
+ * \param channelMode the channel mode to be used
+ * \param sampleRate the sample rate
+ * \param instanceTagPCE the instance tag of the Program Config Element
+ * \param profile the MPEG Audio profile to be used
+ * \param matrix mixdown gain
+ * \param pseudo surround indication
+ * \param reference bitstream position for alignment
+ * \return zero on success, non-zero on failure.
+ */
+int transportEnc_writePCE(
+        HANDLE_FDK_BITSTREAM hBs,
+        CHANNEL_MODE         channelMode,
+        INT                  sampleRate,
+        int                  instanceTagPCE,
+        int                  profile,
+        int                  matrixMixdownA,
+        int                  pseudoSurroundEnable,
+        UINT                 alignAnchor
+        );
+
+/**
+ * \brief Get the bit count required by a Program Config Element
+ *
+ * \param channelMode the channel mode to be used
+ * \param matrix mixdown gain
+ * \param bit offset at which the PCE would start
+ * \return the amount of bits required for the PCE including the given bit offset.
+ */
+int transportEnc_GetPCEBits(
+        CHANNEL_MODE channelMode,
+        int          matrixMixdownA,
+        int          bits
+        );
+
+#endif /* TPENC_ASC_H */
+
diff --git a/libMpegTPEnc/src/tpenc_latm.cpp b/libMpegTPEnc/src/tpenc_latm.cpp
new file mode 100644 (file)
index 0000000..58e51ef
--- /dev/null
@@ -0,0 +1,882 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#include "tpenc_latm.h"
+
+
+#include "genericStds.h"
+
+static const short celpFrameLengthTable[64] = {
+ 154, 170, 186, 147, 156, 165, 114, 120,
+ 186, 126, 132, 138, 142, 146, 154, 166,
+ 174, 182, 190, 198, 206, 210, 214, 110,
+ 114, 118, 120, 122, 218, 230, 242, 254,
+ 266, 278, 286, 294, 318, 342, 358, 374,
+ 390, 406, 422, 136, 142, 148, 154, 160,
+ 166, 170, 174, 186, 198, 206, 214, 222,
+ 230, 238, 216, 160, 280, 338, 0,   0
+};
+
+/*******
+ write value to transport stream
+ first two bits define the size of the value itself
+ then the value itself, with a size of 0-3 bytes
+*******/
+static
+UINT transportEnc_LatmWriteValue(HANDLE_FDK_BITSTREAM hBs, int value)
+{
+  UCHAR valueBytes = 4;
+  unsigned int bitsWritten = 0;
+  int i;
+
+  if ( value < (1<<8) ) {
+    valueBytes = 1;
+  } else if ( value < (1<<16) ) {
+    valueBytes = 2;
+  } else if ( value < (1<<24) ) {
+    valueBytes = 3;
+  } else {
+    valueBytes = 4;
+  }
+
+  FDKwriteBits(hBs, valueBytes-1, 2 ); /* size of value in Bytes */
+  for (i=0; i<valueBytes; i++) {
+    /* write most significant Byte first */
+    FDKwriteBits(hBs, (UCHAR)(value>>((valueBytes-1-i)<<3)), 8);
+  }
+
+  bitsWritten = (valueBytes<<3)+2;
+
+  return bitsWritten;
+}
+
+static
+UINT transportEnc_LatmCountFixBitDemandHeader ( HANDLE_LATM_STREAM hAss )
+{
+  int bitDemand = 0;
+  int insertSetupData = 0 ;
+
+  /* only if start of new latm frame */
+  if (hAss->subFrameCnt==0)
+  {
+    /* AudioSyncStream */
+
+    if (hAss->tt == TT_MP4_LOAS) {
+      bitDemand += 11 ;             /* syncword */
+      bitDemand += 13 ;             /* audioMuxLengthBytes */
+    }
+
+    /* AudioMuxElement*/
+
+    /* AudioMuxElement::Stream Mux Config */
+    if (hAss->muxConfigPeriod > 0) {
+      insertSetupData = (hAss->latmFrameCounter == 0);
+    } else {
+      insertSetupData = 0;
+    }
+
+    if (hAss->tt != TT_MP4_LATM_MCP0) {
+      /* AudioMuxElement::useSameStreamMux Flag */
+      bitDemand+=1;
+
+      if( insertSetupData ) {
+        bitDemand += hAss->streamMuxConfigBits;
+      }
+    }
+
+    /* AudioMuxElement::otherDataBits */
+    bitDemand += 8*hAss->otherDataLenBytes;
+
+    /* AudioMuxElement::ByteAlign */
+    if ( bitDemand % 8 ) {
+       hAss->fillBits = 8 - (bitDemand % 8);
+       bitDemand += hAss->fillBits ;
+    } else {
+      hAss->fillBits = 0;
+    }
+  }
+
+  return bitDemand ;
+}
+
+static
+UINT transportEnc_LatmCountVarBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength )
+{
+  int bitDemand = 0;
+  int  prog, layer;
+
+  /* Payload Length Info*/
+  if( hAss->allStreamsSameTimeFraming ) {
+    for( prog=0; prog<hAss->noProgram; prog++ ) {
+      for( layer=0; layer<LATM_MAX_LAYERS; layer++ ) {
+        LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
+
+        if( p_linfo->streamID >= 0 ) {
+          switch( p_linfo->frameLengthType ) {
+          case 0:
+            if ( streamDataLength > 0 ) {
+              streamDataLength -= bitDemand ;
+              while( streamDataLength >= (255<<3) ) {
+                bitDemand+=8;
+                streamDataLength -= (255<<3);
+              }
+              bitDemand += 8;
+            }
+            break;
+
+          case 1:
+          case 4:
+          case 6:
+            bitDemand += 2;
+            break;
+
+          default:
+            return 0;
+          }
+        }
+      }
+    }
+  } else {
+    /* there are many possibilities to use this mechanism.  */
+    switch( hAss->varMode ) {
+    case LATMVAR_SIMPLE_SEQUENCE: {
+      /* Use the sequence generated by the encoder */
+      //int streamCntPosition = transportEnc_SetWritePointer( hAss->hAssemble, 0 );
+      //int streamCntPosition = FDKgetValidBits( hAss->hAssemble );
+      bitDemand+=4;
+
+      hAss->varStreamCnt = 0;
+      for( prog=0; prog<hAss->noProgram; prog++ ) {
+        for( layer=0; layer<LATM_MAX_LAYERS; layer++ ) {
+          LATM_LAYER_INFO *p_linfo = &(hAss->m_linfo[prog][layer]);
+
+          if( p_linfo->streamID >= 0 ) {
+
+            bitDemand+=4; /* streamID */
+            switch( p_linfo->frameLengthType ) {
+            case 0:
+              streamDataLength -= bitDemand ;
+              while( streamDataLength >= (255<<3) ) {
+                bitDemand+=8;
+                streamDataLength -= (255<<3);
+              }
+
+              bitDemand += 8;
+              break;
+              /*bitDemand += 1; endFlag
+              break;*/
+
+            case 1:
+            case 4:
+            case 6:
+
+              break;
+
+            default:
+              return  0;
+            }
+            hAss->varStreamCnt++;
+          }
+        }
+      }
+      bitDemand+=4;
+      //transportEnc_UpdateBitstreamField( hAss->hAssemble, streamCntPosition, hAss->varStreamCnt-1, 4 );
+      //UINT pos = streamCntPosition-FDKgetValidBits(hAss->hAssemble);
+      //FDKpushBack( hAss->hAssemble,  pos);
+      //FDKwriteBits( hAss->hAssemble, hAss->varStreamCnt-1, 4);
+      //FDKpushFor( hAss->hAssemble, pos-4);
+    }
+    break;
+
+    default:
+      return  0;
+    }
+  }
+
+  return bitDemand ;
+}
+
+TRANSPORTENC_ERROR
+CreateStreamMuxConfig(
+                      HANDLE_LATM_STREAM hAss,
+                      HANDLE_FDK_BITSTREAM hBs,
+                      int bufferFullness,
+                      CSTpCallBacks *cb
+                     )
+{
+  INT streamIDcnt, tmp;
+  int layer, prog;
+
+  USHORT coreFrameOffset=0;
+
+  hAss->audioMuxVersionA    = 0; /* for future extensions */
+  hAss->streamMuxConfigBits = 0;
+
+  FDKwriteBits( hBs, hAss->audioMuxVersion, 1 );                   /* audioMuxVersion */
+  hAss->streamMuxConfigBits += 1;
+
+  if ( hAss->audioMuxVersion == 1 ) {
+    FDKwriteBits( hBs, hAss->audioMuxVersionA, 1 );                /* audioMuxVersionA */
+    hAss->streamMuxConfigBits+=1;
+  }
+
+  if ( hAss->audioMuxVersionA == 0 )
+  {
+    if ( hAss->audioMuxVersion == 1 ) {
+      hAss->streamMuxConfigBits+= transportEnc_LatmWriteValue( hBs, hAss->taraBufferFullness );/* taraBufferFullness */
+    }
+    FDKwriteBits( hBs, hAss->allStreamsSameTimeFraming ? 1:0, 1 ); /* allStreamsSameTimeFraming */
+    FDKwriteBits( hBs, hAss->noSubframes-1, 6 );                   /* Number of Subframes */
+    FDKwriteBits( hBs, hAss->noProgram-1, 4 );                     /* Number of Programs */
+
+    hAss->streamMuxConfigBits+=11;
+
+    streamIDcnt = 0;
+    for( prog=0; prog<hAss->noProgram; prog++ ) {
+      int transLayer = 0;
+
+      FDKwriteBits( hBs, hAss->noLayer[prog]-1, 3 );
+      hAss->streamMuxConfigBits+=3;
+
+      for( layer=0; layer<LATM_MAX_LAYERS; layer++ ) {
+        LATM_LAYER_INFO   *p_linfo = &(hAss->m_linfo[prog][layer]);
+        CODER_CONFIG *p_lci   = hAss->config[prog][layer];
+
+        p_linfo->streamID = -1;
+
+        if( hAss->config[prog][layer] != NULL ) {
+          int useSameConfig = 0;
+
+          if( transLayer > 0 ) {
+            FDKwriteBits( hBs, useSameConfig ? 1 : 0, 1 );
+            hAss->streamMuxConfigBits+=1;
+          }
+          if( (useSameConfig == 0) || (transLayer==0) ) {
+            UINT bits;
+
+            if ( hAss->audioMuxVersion == 1 ) {
+              FDKpushFor(hBs, 2); /* align to ASC, even if we do not know the length of the "ascLen" field yet */
+            }
+
+            bits = FDKgetValidBits( hBs );
+
+            transportEnc_writeASC(
+                    hBs,
+                    hAss->config[prog][layer],
+                    cb
+                    );
+
+            bits = FDKgetValidBits( hBs ) - bits;
+
+            if ( hAss->audioMuxVersion == 1 ) {
+              FDKpushBack(hBs, bits+2);
+              hAss->streamMuxConfigBits += transportEnc_LatmWriteValue( hBs, bits );
+              transportEnc_writeASC(
+                      hBs,
+                      hAss->config[prog][layer],
+                      cb
+                      );
+            }
+
+            hAss->streamMuxConfigBits += bits; /* add asc length to smc summary */
+          }
+          transLayer++;
+
+          if( !hAss->allStreamsSameTimeFraming ) {
+            if( streamIDcnt >= LATM_MAX_STREAM_ID )
+              return TRANSPORTENC_INVALID_CONFIG;
+          }
+          p_linfo->streamID = streamIDcnt++;
+
+          switch( p_lci->aot ) {
+          case AOT_AAC_MAIN      :
+          case AOT_AAC_LC        :
+          case AOT_AAC_SSR       :
+          case AOT_AAC_LTP       :
+          case AOT_AAC_SCAL      :
+          case AOT_ER_AAC_LD     :
+          case AOT_ER_AAC_ELD    :
+          case AOT_USAC:
+          case AOT_RSVD50:
+            p_linfo->frameLengthType = 0;
+
+            FDKwriteBits( hBs, p_linfo->frameLengthType, 3 );                        /* frameLengthType */
+            FDKwriteBits( hBs, bufferFullness, 8 );                           /* bufferFullness */
+            hAss->streamMuxConfigBits+=11;
+
+            if ( !hAss->allStreamsSameTimeFraming ) {
+              CODER_CONFIG *p_lci_prev = hAss->config[prog][layer-1];
+              if ( ((p_lci->aot == AOT_AAC_SCAL) || (p_lci->aot == AOT_ER_AAC_SCAL)) &&
+                   ((p_lci_prev->aot == AOT_CELP) || (p_lci_prev->aot == AOT_ER_CELP)) ) {
+                FDKwriteBits( hBs, coreFrameOffset, 6 );                      /* coreFrameOffset */
+                hAss->streamMuxConfigBits+=6;
+              }
+            }
+            break;
+
+          case AOT_TWIN_VQ:
+            p_linfo->frameLengthType = 1;
+            tmp = ( (p_lci->bitsFrame+7) >> 3 ) - 20;                            /* transmission frame length in bytes */
+            if( (tmp < 0) ) {
+              return TRANSPORTENC_INVALID_TRANSMISSION_FRAME_LENGTH;
+            }
+            FDKwriteBits( hBs, p_linfo->frameLengthType, 3 );          /* frameLengthType */
+            FDKwriteBits( hBs, tmp, 9 );
+            hAss->streamMuxConfigBits+=12;
+
+            p_linfo->frameLengthBits = (tmp+20) << 3;
+            break;
+
+          case AOT_CELP:
+            p_linfo->frameLengthType = 4;
+            FDKwriteBits( hBs, p_linfo->frameLengthType, 3 );          /* frameLengthType */
+            hAss->streamMuxConfigBits+=3;
+            {
+              int i;
+              for( i=0; i<62; i++ ) {
+                if( celpFrameLengthTable[i] == p_lci->bitsFrame )
+                  break;
+              }
+              if( i>=62 ) {
+                return TRANSPORTENC_INVALID_CELP_FRAME_LENGTH;
+              }
+
+              FDKwriteBits( hBs, i, 6 );                                /* CELPframeLengthTabelIndex */
+              hAss->streamMuxConfigBits+=6;
+            }
+            p_linfo->frameLengthBits = p_lci->bitsFrame;
+            break;
+
+          case AOT_HVXC:
+            p_linfo->frameLengthType = 6;
+            FDKwriteBits( hBs, p_linfo->frameLengthType, 3 );          /* frameLengthType */
+            hAss->streamMuxConfigBits+=3;
+            {
+              int i;
+
+              if( p_lci->bitsFrame == 40 ) {
+                i = 0;
+              } else if( p_lci->bitsFrame == 80 ) {
+                i = 1;
+              } else {
+                return TRANSPORTENC_INVALID_FRAME_BITS;
+              }
+              FDKwriteBits( hBs, i, 1 );                                /* HVXCframeLengthTableIndex */
+              hAss->streamMuxConfigBits+=1;
+            }
+            p_linfo->frameLengthBits = p_lci->bitsFrame;
+            break;
+
+          case AOT_NULL_OBJECT:
+          default:
+            return TRANSPORTENC_INVALID_AOT;
+          }
+        }
+      }
+    }
+
+    FDKwriteBits( hBs, (hAss->otherDataLenBytes>0) ? 1:0, 1 );      /* otherDataPresent */
+    hAss->streamMuxConfigBits+=1;
+
+    if( hAss->otherDataLenBytes > 0 ) {
+
+      INT otherDataLenTmp = hAss->otherDataLenBytes;
+      INT escCnt = 0;
+      INT otherDataLenEsc = 1;
+
+      while(otherDataLenTmp) {
+        otherDataLenTmp >>= 8;
+        escCnt ++;
+      }
+
+      do {
+        otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
+        escCnt--;
+        otherDataLenEsc = escCnt>0;
+
+        FDKwriteBits( hBs, otherDataLenEsc, 1 );
+        FDKwriteBits( hBs, otherDataLenTmp, 8 );
+        hAss->streamMuxConfigBits+=9;
+      } while(otherDataLenEsc);
+    }
+
+    {
+      USHORT crcCheckPresent=0;
+      USHORT crcCheckSum=0;
+
+      FDKwriteBits( hBs, crcCheckPresent, 1 );               /* crcCheckPresent */
+      hAss->streamMuxConfigBits+=1;
+      if ( crcCheckPresent ){
+        FDKwriteBits( hBs, crcCheckSum, 8 );                 /* crcCheckSum */
+        hAss->streamMuxConfigBits+=8;
+      }
+    }
+
+  } else {  /* if ( audioMuxVersionA == 0 ) */
+
+    /* for future extensions */
+
+  }
+
+  return TRANSPORTENC_OK;
+}
+
+
+static TRANSPORTENC_ERROR
+WriteAuPayloadLengthInfo( HANDLE_FDK_BITSTREAM hBitStream, int AuLengthBits )
+{
+  int restBytes;
+
+  if( AuLengthBits % 8 )
+    return TRANSPORTENC_INVALID_AU_LENGTH;
+
+  while( AuLengthBits >= 255*8 ) {
+    FDKwriteBits( hBitStream, 255, 8 );  /* 255 shows incomplete AU */
+    AuLengthBits -= (255*8);
+  }
+
+  restBytes = (AuLengthBits) >> 3;
+  FDKwriteBits( hBitStream, restBytes, 8 );
+
+  return TRANSPORTENC_OK;
+}
+
+static
+TRANSPORTENC_ERROR transportEnc_LatmSetNrOfSubframes( HANDLE_LATM_STREAM hAss,
+                                                      INT noSubframes_next)    /* nr of access units / payloads within a latm frame */
+{
+  /* sanity chk */
+  if (noSubframes_next < 1 || noSubframes_next > MAX_NR_OF_SUBFRAMES) {
+    return TRANSPORTENC_LATM_INVALID_NR_OF_SUBFRAMES;
+  }
+
+  hAss->noSubframes_next = noSubframes_next;
+
+  /* if at start then we can take over the value immediately, otherwise we have to wait for the next SMC */
+  if ( (hAss->subFrameCnt == 0) && (hAss->latmFrameCounter == 0) ) {
+    hAss->noSubframes = noSubframes_next;
+  }
+
+  return TRANSPORTENC_OK;
+}
+
+static
+int allStreamsSameTimeFraming( HANDLE_LATM_STREAM hAss, UCHAR noProgram, UCHAR noLayer[] /* return */ )
+{
+  int prog, layer;
+
+  signed int lastNoSamples   = -1;
+  signed int minFrameSamples = FDK_INT_MAX;
+  signed int maxFrameSamples = 0;
+
+  signed int highestSamplingRate = -1;
+
+  for( prog=0; prog<noProgram; prog++ ) {
+    noLayer[prog] = 0;
+
+    for( layer=0; layer<LATM_MAX_LAYERS; layer++ )
+    {
+      if( hAss->config[prog][layer] != NULL )
+      {
+        INT hsfSamplesFrame;
+
+        noLayer[prog]++;
+
+        if( highestSamplingRate < 0 )
+          highestSamplingRate = hAss->config[prog][layer]->samplingRate;
+
+        hsfSamplesFrame = hAss->config[prog][layer]->samplesPerFrame  * highestSamplingRate / hAss->config[prog][layer]->samplingRate;
+
+        if( hsfSamplesFrame <= minFrameSamples ) minFrameSamples = hsfSamplesFrame;
+        if( hsfSamplesFrame >= maxFrameSamples ) maxFrameSamples = hsfSamplesFrame;
+
+        if( lastNoSamples == -1 ) {
+          lastNoSamples                             = hsfSamplesFrame;
+        } else {
+          if( hsfSamplesFrame != lastNoSamples ) {
+            return 0;
+          }
+        }
+      }
+    }
+  }
+
+  return 1;
+}
+
+/**
+ * Initialize LATM/LOAS Stream and add layer 0 at program 0.
+ */
+static
+TRANSPORTENC_ERROR transportEnc_InitLatmStream( HANDLE_LATM_STREAM hAss,
+                                                int                fractDelayPresent,
+                                                signed int         muxConfigPeriod, /* insert setup data every muxConfigPeriod frames */
+                                                UINT               audioMuxVersion,
+                                                TRANSPORT_TYPE     tt
+                                              )
+{
+  TRANSPORTENC_ERROR ErrorStatus = TRANSPORTENC_OK;
+
+  if (hAss == NULL)
+    return TRANSPORTENC_INVALID_PARAMETER;
+
+  hAss->tt = tt;
+
+  hAss->noProgram = 1;
+
+  hAss->audioMuxVersion = audioMuxVersion;
+
+  /* Fill noLayer array using hAss->config */
+  hAss->allStreamsSameTimeFraming = allStreamsSameTimeFraming( hAss, hAss->noProgram, hAss->noLayer );
+  /* Only allStreamsSameTimeFraming==1 is supported */
+  FDK_ASSERT(hAss->allStreamsSameTimeFraming);
+
+  hAss->fractDelayPresent = fractDelayPresent;
+  hAss->otherDataLenBytes = 0;
+
+  hAss->varMode = LATMVAR_SIMPLE_SEQUENCE;
+
+  /* initialize counters */
+  hAss->subFrameCnt                  = 0;
+  hAss->noSubframes                  = DEFAULT_LATM_NR_OF_SUBFRAMES;
+  hAss->noSubframes_next             = DEFAULT_LATM_NR_OF_SUBFRAMES;
+
+  /* sync layer related */
+  hAss->audioMuxLengthBytes     = 0;
+
+  hAss->latmFrameCounter        = 0;
+  hAss->muxConfigPeriod = muxConfigPeriod;
+
+  return ErrorStatus;
+}
+
+
+/**
+ *
+ */
+UINT transportEnc_LatmCountTotalBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength )
+{
+  UINT bitDemand = 0;
+
+  switch (hAss->tt) {
+  case TT_MP4_LOAS:
+  case TT_MP4_LATM_MCP0:
+  case TT_MP4_LATM_MCP1:
+    if (hAss->subFrameCnt == 0) {
+      bitDemand  = transportEnc_LatmCountFixBitDemandHeader ( hAss );
+    }
+    bitDemand += transportEnc_LatmCountVarBitDemandHeader ( hAss , streamDataLength /*- bitDemand*/);
+    break;
+  default:
+    break;
+  }
+
+  return bitDemand;
+}
+
+static TRANSPORTENC_ERROR
+AdvanceAudioMuxElement (
+        HANDLE_LATM_STREAM   hAss,
+        HANDLE_FDK_BITSTREAM hBs,
+        int                  auBits,
+        int                  bufferFullness,
+        CSTpCallBacks    *cb
+        )
+{
+  TRANSPORTENC_ERROR ErrorStatus = TRANSPORTENC_OK;
+  int insertMuxSetup;
+
+  /* Insert setup data to assemble Buffer */
+  if (hAss->subFrameCnt == 0)
+  {
+    if (hAss->muxConfigPeriod > 0) {
+      insertMuxSetup = (hAss->latmFrameCounter == 0);
+    } else  {
+      insertMuxSetup = 0;
+    }
+
+    if (hAss->tt != TT_MP4_LATM_MCP0) {
+      if( insertMuxSetup ) {
+        FDKwriteBits( hBs, 0, 1 );  /* useSameStreamMux useNewStreamMux */
+        CreateStreamMuxConfig(hAss, hBs, bufferFullness, cb);
+        if (ErrorStatus != TRANSPORTENC_OK)
+          return ErrorStatus;
+      } else {
+        FDKwriteBits( hBs, 1, 1 );   /* useSameStreamMux */
+      }
+    }
+  }
+
+  /* PayloadLengthInfo */
+  {
+    int prog, layer;
+
+    for (prog = 0; prog < hAss->noProgram; prog++) {
+      for (layer = 0; layer < hAss->noLayer[prog]; layer++) {
+        ErrorStatus = WriteAuPayloadLengthInfo( hBs, auBits );
+        if (ErrorStatus != TRANSPORTENC_OK)
+          return ErrorStatus;
+      }
+    }
+  }
+  /* At this point comes the access unit. */
+
+  return TRANSPORTENC_OK;
+}
+
+TRANSPORTENC_ERROR
+transportEnc_LatmWrite (
+        HANDLE_LATM_STREAM    hAss,
+        HANDLE_FDK_BITSTREAM  hBs,
+        int                   auBits,
+        int                   bufferFullness,
+        CSTpCallBacks     *cb
+        )
+{
+  TRANSPORTENC_ERROR ErrorStatus;
+
+  if (hAss->subFrameCnt == 0) {
+    /* Start new frame */
+    FDKresetBitbuffer(hBs, BS_WRITER);
+  }
+
+  hAss->latmSubframeStart = FDKgetValidBits(hBs);
+
+  /* Insert syncword and syncword distance
+     - only if loas
+     - we must update the syncword distance (=audiomuxlengthbytes) later
+   */
+  if( hAss->tt == TT_MP4_LOAS && hAss->subFrameCnt == 0)
+  {
+    /* Start new LOAS frame */
+    FDKwriteBits( hBs, 0x2B7, 11 );
+    hAss->audioMuxLengthBytes = 0;
+    hAss->audioMuxLengthBytesPos = FDKgetValidBits( hBs );  /* store read pointer position */
+    FDKwriteBits( hBs, hAss->audioMuxLengthBytes, 13 );
+  }
+
+  ErrorStatus = AdvanceAudioMuxElement(
+          hAss,
+          hBs,
+          auBits,
+          bufferFullness,
+          cb
+          );
+
+  if (ErrorStatus != TRANSPORTENC_OK)
+    return ErrorStatus;
+
+  return ErrorStatus;
+}
+
+void transportEnc_LatmAdjustSubframeBits(HANDLE_LATM_STREAM    hAss,
+                                         int                  *bits)
+{
+  /* Substract bits from possible previous subframe */
+  *bits -= hAss->latmSubframeStart;
+  /* Add fill bits */
+  if (hAss->subFrameCnt == 0)
+    *bits += hAss->fillBits;
+}
+
+
+void transportEnc_LatmGetFrame(HANDLE_LATM_STREAM    hAss,
+                               HANDLE_FDK_BITSTREAM  hBs,
+                               int                  *bytes)
+{
+
+  hAss->subFrameCnt++;
+  if (hAss->subFrameCnt >= hAss->noSubframes)
+  {
+
+    /* Add LOAS frame length if required. */
+    if (hAss->tt == TT_MP4_LOAS)
+    {
+      int latmBytes;
+
+      latmBytes = (FDKgetValidBits(hBs)+7) >> 3;
+
+      /* write length info into assembler buffer */
+      hAss->audioMuxLengthBytes = latmBytes - 3; /* 3=Syncword + length */
+      {
+        FDK_BITSTREAM tmpBuf;
+
+        FDKinitBitStream( &tmpBuf, hBs->hBitBuf.Buffer, hBs->hBitBuf.bufSize, 0, BS_WRITER ) ;
+        FDKpushFor( &tmpBuf, hAss->audioMuxLengthBytesPos );
+        FDKwriteBits( &tmpBuf, hAss->audioMuxLengthBytes, 13 );
+        FDKsyncCache( &tmpBuf );
+      }
+    }
+
+    /* Write AudioMuxElement byte alignment fill bits */
+    FDKwriteBits(hBs, 0, hAss->fillBits);
+
+    FDK_ASSERT( (FDKgetValidBits(hBs) % 8) == 0);
+
+    hAss->subFrameCnt = 0;
+
+    FDKsyncCache(hBs);
+    *bytes = (FDKgetValidBits(hBs) + 7)>>3;
+    //FDKfetchBuffer(hBs, buffer, (UINT*)bytes);
+
+    if (hAss->muxConfigPeriod > 0)
+    {
+      hAss->latmFrameCounter++;
+
+      if (hAss->latmFrameCounter >= hAss->muxConfigPeriod) {
+        hAss->latmFrameCounter = 0;
+        hAss->noSubframes = hAss->noSubframes_next;
+      }
+    }
+  } else {
+    /* No data this time */
+    *bytes = 0;
+  }
+}
+
+/**
+ * Init LATM/LOAS
+ */
+TRANSPORTENC_ERROR transportEnc_Latm_Init(
+        HANDLE_LATM_STREAM  hAss,
+        HANDLE_FDK_BITSTREAM hBs,
+        CODER_CONFIG  *layerConfig,
+        UINT audioMuxVersion,
+        TRANSPORT_TYPE tt,
+        CSTpCallBacks *cb
+        )
+{
+  TRANSPORTENC_ERROR ErrorStatus;
+  int fractDelayPresent = 0;
+  int prog, layer;
+
+  int setupDataDistanceFrames = layerConfig->headerPeriod;
+
+  FDK_ASSERT(setupDataDistanceFrames>=0);
+
+  for (prog=0; prog<LATM_MAX_PROGRAMS; prog++) {
+    for (layer=0; layer<LATM_MAX_LAYERS; layer++) {
+      hAss->config[prog][layer] = NULL;
+      hAss->m_linfo[prog][layer].streamID = -1;
+    }
+  }
+
+  hAss->config[0][0] = layerConfig;
+  hAss->m_linfo[0][0].streamID = 0;
+
+  ErrorStatus = transportEnc_InitLatmStream( hAss,
+                                             fractDelayPresent,
+                                             setupDataDistanceFrames,
+                                             (audioMuxVersion)?1:0,
+                                             tt
+                                             );
+  if (ErrorStatus != TRANSPORTENC_OK)
+    goto bail;
+
+  ErrorStatus = transportEnc_LatmSetNrOfSubframes(
+                                                   hAss,
+                                                   layerConfig->nSubFrames
+                                                  );
+  if (ErrorStatus != TRANSPORTENC_OK)
+    goto bail;
+
+  /* Get the size of the StreamMuxConfig somehow */
+  AdvanceAudioMuxElement(hAss, hBs, 0, 0, cb);
+  //CreateStreamMuxConfig(hAss, hBs, 0);
+
+bail:
+  return ErrorStatus;
+}
+
+
+
+
+
+
diff --git a/libMpegTPEnc/src/tpenc_latm.h b/libMpegTPEnc/src/tpenc_latm.h
new file mode 100644 (file)
index 0000000..34eea58
--- /dev/null
@@ -0,0 +1,264 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Encoder  **************************
+
+   Author(s):
+   Description:
+
+******************************************************************************/
+
+#ifndef TPENC_LATM_H
+#define TPENC_LATM_H
+
+
+
+#include "tpenc_lib.h"
+#include "FDK_bitstream.h"
+
+
+#define DEFAULT_LATM_NR_OF_SUBFRAMES 1
+#define DEFAULT_LATM_SMC_REPEAT      8
+
+#define MAX_AAC_LAYERS        9
+
+#define LATM_MAX_PROGRAMS     1
+#define LATM_MAX_STREAM_ID   16
+
+#define LATM_MAX_LAYERS       1 /*MAX_AAC_LAYERS*/
+
+#define MAX_NR_OF_SUBFRAMES   2           /* set this carefully to avoid buffer overflows */
+
+typedef enum { LATMVAR_SIMPLE_SEQUENCE } LATM_VAR_MODE;
+
+typedef struct {
+  signed int frameLengthType;
+  signed int frameLengthBits;
+  signed int varFrameLengthTable[4];
+  signed int streamID;
+} LATM_LAYER_INFO;
+
+
+typedef struct {
+  LATM_LAYER_INFO      m_linfo[LATM_MAX_PROGRAMS][LATM_MAX_LAYERS];
+  CODER_CONFIG        *config[LATM_MAX_PROGRAMS][LATM_MAX_LAYERS];
+
+  LATM_VAR_MODE        varMode;
+  TRANSPORT_TYPE       tt;
+
+  int                  audioMuxLengthBytes;
+
+  int                  audioMuxLengthBytesPos;
+  int                  taraBufferFullness; /* state of the bit reservoir */
+  int                  varStreamCnt;
+  unsigned int         otherDataLenBytes;
+
+  UCHAR                latmFrameCounter;   /* Current frame number. Counts modulo muxConfigPeriod */
+  UCHAR                muxConfigPeriod;    /* Distance in frames between MuxConfig */
+
+  UCHAR                audioMuxVersion;    /* AMV1 supports transmission of taraBufferFullness and ASC lengths */
+  UCHAR                audioMuxVersionA;   /* for future extensions */
+
+  UCHAR                noProgram;
+  UCHAR                noLayer[LATM_MAX_PROGRAMS];
+  UCHAR                fractDelayPresent;
+
+  UCHAR                allStreamsSameTimeFraming;
+  UCHAR                subFrameCnt;        /* Current Subframe frame */
+  UCHAR                noSubframes;        /* Number of subframes    */
+  UINT                 latmSubframeStart;  /* Position of current subframe start */
+  UCHAR                noSubframes_next;
+
+  UCHAR                fillBits;           /* AudioMuxElement fill bits */
+  UCHAR                streamMuxConfigBits;
+
+} LATM_STREAM;
+
+typedef LATM_STREAM *HANDLE_LATM_STREAM;
+
+/**
+ * \brief Initialize LATM_STREAM Handle. Creates automatically one program with one layer with
+ *        the given layerConfig. The layerConfig must be persisten because references to this pointer
+ *        are made at any time again.
+ *        Use transportEnc_Latm_AddLayer() to add more programs/layers.
+ *
+ * \param hLatmStreamInfo HANDLE_LATM_STREAM handle
+ * \param hBs Bitstream handle
+ * \param layerConfig a valid CODER_CONFIG struct containing the current audio configuration parameters
+ * \param audioMuxVersion the LATM audioMuxVersion to be used
+ * \param tt the specific TRANSPORT_TYPE to be used, either TT_MP4_LOAS, TT_MP4_LATM_MCP1 or TT_MP4_LATM_MCP0 LOAS
+ * \param cb callback information structure.
+ *
+ * \return an TRANSPORTENC_ERROR error code
+ */
+TRANSPORTENC_ERROR transportEnc_Latm_Init(
+        HANDLE_LATM_STREAM hLatmStreamInfo,
+        HANDLE_FDK_BITSTREAM hBs,
+        CODER_CONFIG *layerConfig,
+        UINT audioMuxVersion,
+        TRANSPORT_TYPE tt,
+        CSTpCallBacks *cb
+        );
+
+/**
+ * \brief Get bit demand of next LATM/LOAS header
+ *
+ * \param hAss HANDLE_LATM_STREAM handle
+ * \param streamDataLength the length of the payload
+ *
+ * \return the number of bits required by the LATM/LOAS headers
+ */
+unsigned int transportEnc_LatmCountTotalBitDemandHeader (
+                                                          HANDLE_LATM_STREAM hAss,
+                                                          unsigned int streamDataLength
+                                                         );
+
+/**
+ * \brief Write LATM/LOAS header into given bitstream handle
+ *
+ * \param hLatmStreamInfo HANDLE_LATM_STREAM handle
+ * \param hBitstream Bitstream handle
+ * \param auBits amount of current payload bits
+ * \param bufferFullness LATM buffer fullness value
+ * \param cb callback information structure.
+ *
+ * \return an TRANSPORTENC_ERROR error code
+ */
+TRANSPORTENC_ERROR
+transportEnc_LatmWrite (
+        HANDLE_LATM_STREAM    hAss,
+        HANDLE_FDK_BITSTREAM  hBitstream,
+        int                   auBits,
+        int                   bufferFullness,
+        CSTpCallBacks     *cb
+        );
+
+/**
+ * \brief Adjust bit count relative to current subframe
+ *
+ * \param hAss HANDLE_LATM_STREAM handle
+ * \param pBits pointer to an int, where the current frame bit count is contained,
+ *        and where the subframe relative bit count will be returned into
+ *
+ * \return void
+ */
+void transportEnc_LatmAdjustSubframeBits(HANDLE_LATM_STREAM    hAss,
+                                         int                  *pBits);
+
+/**
+ * \brief Request an LATM frame, which may, or may not be available
+ *
+ * \param hAss HANDLE_LATM_STREAM handle
+ * \param hBs Bitstream handle
+ * \param pBytes pointer to an int, where the current frame byte count stored into.
+ *        A return value of zero means that currently no LATM/LOAS frame can be returned.
+ *        The latter is expected in case of multiple subframes being used.
+ *
+ * \return void
+ */
+void transportEnc_LatmGetFrame(
+                               HANDLE_LATM_STREAM    hAss,
+                               HANDLE_FDK_BITSTREAM  hBs,
+                               int                  *pBytes
+                               );
+
+/**
+ * \brief Write a StreamMuxConfig into the given bitstream handle
+ *
+ * \param hAss HANDLE_LATM_STREAM handle
+ * \param hBs Bitstream handle
+ * \param bufferFullness LATM buffer fullness value
+ * \param cb callback information structure.
+ *
+ * \return void
+ */
+TRANSPORTENC_ERROR
+CreateStreamMuxConfig(
+        HANDLE_LATM_STREAM hAss,
+        HANDLE_FDK_BITSTREAM hBs,
+        int bufferFullness,
+        CSTpCallBacks *cb
+        );
+
+
+#endif /* TPENC_LATM_H */
diff --git a/libMpegTPEnc/src/tpenc_lib.cpp b/libMpegTPEnc/src/tpenc_lib.cpp
new file mode 100644 (file)
index 0000000..d0a2fec
--- /dev/null
@@ -0,0 +1,637 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  MPEG-4 Transport Encoder  ************************
+
+   Author(s): Manuel Jander
+   Description: MPEG Transport encode
+
+******************************************************************************/
+
+#include "tpenc_lib.h"
+
+/* library info */
+#include "version"
+
+#define MODULE_NAME "transportEnc"
+
+#include "tpenc_asc.h"
+#include "conv_string.h"
+
+#include "tpenc_adts.h"
+
+#include "tpenc_adif.h"
+
+#include "tpenc_latm.h"
+
+
+
+typedef struct {
+  int curSubFrame;
+  int nSubFrames;
+  int prevBits;
+} RAWPACKETS_INFO;
+
+struct TRANSPORTENC
+{
+  CODER_CONFIG config;
+  TRANSPORT_TYPE transportFmt;          /*!< MPEG4 transport type. */
+
+  FDK_BITSTREAM bitStream;
+  UCHAR *bsBuffer;
+  INT bsBufferSize;
+
+  INT pceFrameCounter;                  /*!< Indicates frame period when PCE must be written in raw_data_block.
+                                             -1 means not to write a PCE in raw_dat_block. */
+  union {
+    STRUCT_ADTS adts;
+
+    ADIF_INFO adif;
+
+    LATM_STREAM latm;
+
+    RAWPACKETS_INFO raw;
+
+
+
+  } writer;
+
+  CSTpCallBacks callbacks;
+};
+
+typedef struct _TRANSPORTENC_STRUCT TRANSPORTENC_STRUCT;
+
+
+/*
+ * MEMORY Declaration
+ */
+
+C_ALLOC_MEM(Ram_TransportEncoder, TRANSPORTENC, 1)
+
+TRANSPORTENC_ERROR transportEnc_Open( HANDLE_TRANSPORTENC *phTpEnc )
+{
+  HANDLE_TRANSPORTENC hTpEnc;
+
+  if ( phTpEnc == NULL ){
+    return TRANSPORTENC_INVALID_PARAMETER;
+  }
+
+  hTpEnc = GetRam_TransportEncoder(0);
+
+  if ( hTpEnc == NULL ) {
+    return TRANSPORTENC_NO_MEM;
+  }
+
+  *phTpEnc = hTpEnc;
+  return TRANSPORTENC_OK;
+}
+
+/**
+ * \brief  Get frame period of PCE in raw_data_block.
+ *
+ *  - Write PCE only if necessary. PCE can be part of the ASC if chConfig==0 whererfore
+ *    no additonal PCE will be written in raw_data_block.
+ * - A matrixMixdown coefficient can only be written if chConfig is 5.0 or 5.1.
+ * - The PCE repetition rate in raw_data_block can be controlled via headerPeriod parameter.
+ *
+ * \param channelConfig         Channel Configuration derived from Channel Mode
+ * \param transportFmt          Format of the transport to be written.
+ * \param headerPeriod          Chosen PCE frame repetition rate.
+ * \param matrixMixdownA        Indicates if a valid Matrix Mixdown coefficient is available.
+ *
+ * \return  PCE frame repetition rate. -1 means no PCE present in raw_data_block.
+ */
+static INT getPceRepetitionRate(
+        const int            channelConfig,
+        const TRANSPORT_TYPE transportFmt,
+        const int            headerPeriod,
+        const int            matrixMixdownA
+        )
+{
+  INT pceFrameCounter = -1; /* variable to be returned */
+
+  if (headerPeriod>0) {
+    switch ( channelConfig ) {
+      case 0:
+        switch (transportFmt) {
+          case TT_MP4_ADTS:
+          case TT_MP4_LATM_MCP0:
+          case TT_MP4_RAW:
+            pceFrameCounter = headerPeriod;
+            break;
+          case TT_MP4_ADIF:                  /* ADIF header comprises PCE */
+          case TT_MP4_LOAS:                  /* PCE in ASC if chChonfig==0 */
+          case TT_MP4_LATM_MCP1:             /* PCE in ASC if chChonfig==0 */
+          case TT_DRM:                       /* PCE not allowed in DRM */
+          default:
+            pceFrameCounter = -1;            /* no PCE in raw_data_block */
+        }
+        break;
+      case 5: /* MODE_1_2_2 */
+      case 6: /* MODE_1_2_2_1 */
+        /* matrixMixdownCoefficient can only be written if 5.0 and 5.1 config present. */
+        if (matrixMixdownA!=0) {
+          switch (transportFmt) {
+            case TT_MP4_ADIF:                /* ADIF header comprises PCE */
+            case TT_MP4_ADTS:
+            case TT_MP4_LOAS:                /* no PCE in ASC because chConfig!=0 */
+            case TT_MP4_LATM_MCP1:           /* no PCE in ASC because chConfig!=0 */
+            case TT_MP4_LATM_MCP0:
+            case TT_MP4_RAW:
+              pceFrameCounter = headerPeriod;
+              break;
+            case TT_DRM:                     /* PCE not allowed in DRM */
+            default:
+              pceFrameCounter = -1;          /* no PCE in raw_data_block */
+          } /* switch transportFmt */
+        } /* if matrixMixdownA!=0 */
+        break;
+      default:
+        pceFrameCounter = -1;                /* no PCE in raw_data_block */
+    } /* switch getChannelConfig() */
+  } /* if headerPeriod>0  */
+  else {
+    pceFrameCounter = -1;                    /* no PCE in raw_data_block */
+  }
+
+  return pceFrameCounter;
+}
+
+TRANSPORTENC_ERROR transportEnc_Init(
+        HANDLE_TRANSPORTENC hTpEnc,
+        UCHAR             *bsBuffer,
+        INT                bsBufferSize,
+        TRANSPORT_TYPE     transportFmt,
+        CODER_CONFIG      *cconfig,
+        UINT               flags
+        )
+{
+  /* Copy configuration structure */
+  FDKmemcpy(&hTpEnc->config, cconfig, sizeof(CODER_CONFIG));
+
+  /* Init transportEnc struct. */
+  hTpEnc->transportFmt = transportFmt;
+
+  hTpEnc->bsBuffer = bsBuffer;
+  hTpEnc->bsBufferSize = bsBufferSize;
+
+  FDKinitBitStream(&hTpEnc->bitStream, hTpEnc->bsBuffer, hTpEnc->bsBufferSize, 0, BS_WRITER);
+
+  switch (transportFmt) {
+
+  case TT_MP4_ADIF:
+    /* Sanity checks */
+    if ( (hTpEnc->config.aot != AOT_AAC_LC)
+       ||(hTpEnc->config.samplesPerFrame != 1024))
+    {
+      return TRANSPORTENC_INVALID_PARAMETER;
+    }
+    hTpEnc->writer.adif.headerWritten = 0;
+    hTpEnc->writer.adif.samplingRate = hTpEnc->config.samplingRate;
+    hTpEnc->writer.adif.bitRate = hTpEnc->config.bitRate;
+    hTpEnc->writer.adif.profile = ((int)hTpEnc->config.aot) - 1;
+    hTpEnc->writer.adif.cm = hTpEnc->config.channelMode;
+    hTpEnc->writer.adif.bVariableRate = 0;
+    hTpEnc->writer.adif.instanceTag = 0;
+    break;
+
+  case TT_MP4_ADTS:
+    /* Sanity checks */
+    if ( ( hTpEnc->config.aot != AOT_AAC_LC)
+       ||(hTpEnc->config.samplesPerFrame != 1024) )
+    {
+      return TRANSPORTENC_INVALID_PARAMETER;
+    }
+    if ( adtsWrite_Init(&hTpEnc->writer.adts, &hTpEnc->config) != 0) {
+      return TRANSPORTENC_INVALID_PARAMETER;
+    }
+    break;
+
+  case TT_MP4_LOAS:
+  case TT_MP4_LATM_MCP0:
+  case TT_MP4_LATM_MCP1:
+    {
+      TRANSPORTENC_ERROR error;
+
+      error = transportEnc_Latm_Init(
+                &hTpEnc->writer.latm,
+                &hTpEnc->bitStream,
+                &hTpEnc->config,
+                 flags & TP_FLAG_LATM_AMV,
+                 transportFmt,
+                &hTpEnc->callbacks
+                 );
+      if (error != TRANSPORTENC_OK) {
+        return error;
+      }
+    }
+    break;
+
+  case TT_MP4_RAW:
+    hTpEnc->writer.raw.curSubFrame = 0;
+    hTpEnc->writer.raw.nSubFrames = hTpEnc->config.nSubFrames;
+    break;
+
+
+
+  default:
+    return TRANSPORTENC_INVALID_PARAMETER;
+  }
+
+  /* pceFrameCounter indicates if PCE must be written in raw_data_block. */
+  hTpEnc->pceFrameCounter = getPceRepetitionRate(
+                    getChannelConfig(hTpEnc->config.channelMode),
+                    transportFmt,
+                    hTpEnc->config.headerPeriod,
+                    hTpEnc->config.matrixMixdownA);
+
+  return TRANSPORTENC_OK;
+}
+
+HANDLE_FDK_BITSTREAM transportEnc_GetBitstream( HANDLE_TRANSPORTENC hTp )
+{
+  return &hTp->bitStream;
+}
+
+int transportEnc_RegisterSbrCallback( HANDLE_TRANSPORTENC hTpEnc, const cbSbr_t cbSbr, void* user_data)
+{
+  if (hTpEnc == NULL) {
+    return -1;
+  }
+  hTpEnc->callbacks.cbSbr = cbSbr;
+  hTpEnc->callbacks.cbSbrData = user_data;
+  return 0;
+}
+
+
+TRANSPORTENC_ERROR transportEnc_WriteAccessUnit(
+                                               HANDLE_TRANSPORTENC hTp,
+                                               INT frameUsedBits,
+                                               int bufferFullness,
+                                               int ncc
+                                              )
+{
+  TRANSPORTENC_ERROR err = TRANSPORTENC_OK;
+
+  if (!hTp) {
+    return TRANSPORTENC_INVALID_PARAMETER;
+  }
+  HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream;
+
+  /* In case of writing PCE in raw_data_block frameUsedBits must be adapted. */
+  if (hTp->pceFrameCounter>=hTp->config.headerPeriod) {
+    frameUsedBits += transportEnc_GetPCEBits(hTp->config.channelMode, hTp->config.matrixMixdownA, 3); /* Consider 3 bits ID signalling in alignment */
+  }
+
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADIF:
+      FDKinitBitStream(&hTp->bitStream, hTp->bsBuffer, hTp->bsBufferSize, 0, BS_WRITER);
+      adifWrite_EncodeHeader(
+             &hTp->writer.adif,
+              hBs,
+              bufferFullness
+              );
+      break;
+    case TT_MP4_ADTS:
+      bufferFullness /= ncc;                          /* Number of Considered Channels */
+      bufferFullness /= 32;
+      bufferFullness = FDKmin(0x7FF, bufferFullness); /* Signal variable rate */
+      adtsWrite_EncodeHeader(
+             &hTp->writer.adts,
+             &hTp->bitStream,
+              bufferFullness,
+              frameUsedBits
+              );
+      break;
+    case TT_MP4_LOAS:
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      bufferFullness /= ncc;                         /* Number of Considered Channels */
+      bufferFullness /= 32;
+      bufferFullness = FDKmin(0xFF, bufferFullness); /* Signal variable rate */
+      transportEnc_LatmWrite(
+             &hTp->writer.latm,
+              hBs,
+              frameUsedBits,
+              bufferFullness,
+             &hTp->callbacks
+              );
+    break;
+    case TT_MP4_RAW:
+      if (hTp->writer.raw.curSubFrame >= hTp->writer.raw.nSubFrames) {
+        hTp->writer.raw.curSubFrame = 0;
+        FDKinitBitStream(&hTp->bitStream, hTp->bsBuffer, hTp->bsBufferSize, 0, BS_WRITER);
+      }
+      hTp->writer.raw.prevBits = FDKgetValidBits(hBs);
+      break;
+    default:
+      err = TRANSPORTENC_UNSUPPORTED_FORMAT;
+      break;
+  }
+
+  /* Write PCE in raw_data_block if required */
+  if (hTp->pceFrameCounter>=hTp->config.headerPeriod) {
+    INT crcIndex = 0;
+    /* Align inside PCE with repsect to the first bit of the raw_data_block() */
+    UINT alignAnchor = FDKgetValidBits(&hTp->bitStream);
+
+    /* Write PCE element ID bits */
+    FDKwriteBits(&hTp->bitStream, ID_PCE, 3);
+
+    if ( (hTp->transportFmt==TT_MP4_ADTS) && !hTp->writer.adts.protection_absent) {
+      crcIndex = adtsWrite_CrcStartReg(&hTp->writer.adts, &hTp->bitStream, 0);
+    }
+
+    /* Write PCE as first raw_data_block element */
+    transportEnc_writePCE(&hTp->bitStream, hTp->config.channelMode, hTp->config.samplingRate, 0, 1, hTp->config.matrixMixdownA, (hTp->config.flags&CC_PSEUDO_SURROUND)?1:0, alignAnchor);
+
+    if ( (hTp->transportFmt==TT_MP4_ADTS) && !hTp->writer.adts.protection_absent) {
+      adtsWrite_CrcEndReg(&hTp->writer.adts, &hTp->bitStream, crcIndex);
+    }
+    hTp->pceFrameCounter = 0; /* reset pce frame counter */
+  }
+
+  if (hTp->pceFrameCounter!=-1) {
+    hTp->pceFrameCounter++; /* Update pceFrameCounter only if PCE writing is active. */
+  }
+
+  return err;
+}
+
+
+TRANSPORTENC_ERROR transportEnc_EndAccessUnit(HANDLE_TRANSPORTENC hTp, int *bits)
+{
+  switch (hTp->transportFmt) {
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+    case TT_MP4_LOAS:
+      transportEnc_LatmAdjustSubframeBits(&hTp->writer.latm, bits);
+      break;
+    case TT_MP4_ADTS:
+      adtsWrite_EndRawDataBlock(&hTp->writer.adts, &hTp->bitStream, bits);
+      break;
+    case TT_MP4_ADIF:
+      /* Substract ADIF header from AU bits, not to be considered. */
+      *bits -= adifWrite_GetHeaderBits(&hTp->writer.adif);
+      hTp->writer.adif.headerWritten = 1;
+      break;
+    case TT_MP4_RAW:
+      *bits -= hTp->writer.raw.prevBits;
+      break;
+    default:
+      break;
+  }
+
+  return TRANSPORTENC_OK;
+}
+
+TRANSPORTENC_ERROR transportEnc_GetFrame(HANDLE_TRANSPORTENC hTpEnc, int *nbytes)
+{
+  HANDLE_FDK_BITSTREAM hBs = &hTpEnc->bitStream;
+
+  switch (hTpEnc->transportFmt) {
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+    case TT_MP4_LOAS:
+      *nbytes = hTpEnc->bsBufferSize;
+      transportEnc_LatmGetFrame(&hTpEnc->writer.latm, hBs, nbytes);
+      break;
+    case TT_MP4_ADTS:
+      if (hTpEnc->writer.adts.currentBlock >= hTpEnc->writer.adts.num_raw_blocks+1) {
+        *nbytes = (FDKgetValidBits(hBs) + 7)>>3;
+        hTpEnc->writer.adts.currentBlock = 0;
+      } else {
+        *nbytes = 0;
+      }
+      break;
+    case TT_MP4_ADIF:
+      FDK_ASSERT((INT)FDKgetValidBits(hBs) >= 0);
+      *nbytes = (FDKgetValidBits(hBs) + 7)>>3;
+      break;
+    case TT_MP4_RAW:
+      FDKsyncCache(hBs);
+      hTpEnc->writer.raw.curSubFrame++;
+      *nbytes = ((FDKgetValidBits(hBs)-hTpEnc->writer.raw.prevBits) + 7)>>3;
+      break;
+    default:
+      break;
+  }
+
+  return TRANSPORTENC_OK;
+}
+
+INT transportEnc_GetStaticBits( HANDLE_TRANSPORTENC hTp, int auBits )
+{
+  INT nbits = 0, nPceBits = 0;
+
+  /* Write PCE within raw_data_block in transport lib. */
+  if (hTp->pceFrameCounter>=hTp->config.headerPeriod) {
+    nPceBits = transportEnc_GetPCEBits(hTp->config.channelMode, hTp->config.matrixMixdownA, 3); /* Consider 3 bits ID signalling in alignment */
+    auBits += nPceBits; /* Adapt required raw_data_block bit consumtpion for AU length information e.g. in LATM/LOAS configuration. */
+  }
+
+  switch (hTp->transportFmt) {
+    case TT_MP4_ADIF:
+    case TT_MP4_RAW:
+      nbits = 0; /* Do not consider the ADIF header into the total bitrate */
+      break;
+    case TT_MP4_ADTS:
+      nbits = adtsWrite_GetHeaderBits(&hTp->writer.adts);
+      break;
+    case TT_MP4_LOAS:
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+      nbits = transportEnc_LatmCountTotalBitDemandHeader( &hTp->writer.latm, auBits );
+      break;
+    default:
+      nbits = 0;
+      break;
+  }
+
+  /* PCE is written in the transport library therefore the bit consumption is part of the transport static bits. */
+  nbits += nPceBits;
+
+  return nbits;
+}
+
+void transportEnc_Close(HANDLE_TRANSPORTENC *phTp)
+{
+  if (phTp != NULL)
+  {
+    if (*phTp != NULL) {
+      FreeRam_TransportEncoder(phTp);
+    }
+  }
+}
+
+int transportEnc_CrcStartReg(HANDLE_TRANSPORTENC hTpEnc, int mBits)
+{
+  int crcReg = 0;
+
+  switch (hTpEnc->transportFmt) {
+  case TT_MP4_ADTS:
+    crcReg = adtsWrite_CrcStartReg(&hTpEnc->writer.adts, &hTpEnc->bitStream, mBits);
+    break;
+  default:
+    break;
+  }
+
+  return crcReg;
+}
+
+void transportEnc_CrcEndReg(HANDLE_TRANSPORTENC hTpEnc, int reg)
+{
+  switch (hTpEnc->transportFmt) {
+  case TT_MP4_ADTS:
+    adtsWrite_CrcEndReg(&hTpEnc->writer.adts, &hTpEnc->bitStream, reg);
+    break;
+  default:
+    break;
+  }
+}
+
+
+TRANSPORTENC_ERROR transportEnc_GetConf(HANDLE_TRANSPORTENC  hTpEnc,
+                                        CODER_CONFIG        *cc,
+                                        FDK_BITSTREAM       *dataBuffer,
+                                        UINT                *confType)
+{
+  TRANSPORTENC_ERROR tpErr = TRANSPORTENC_OK;
+  HANDLE_LATM_STREAM hLatmConfig = &hTpEnc->writer.latm;
+
+  *confType = 0; /* set confType variable to default */
+
+  /* write StreamMuxConfig or AudioSpecificConfig depending on format used */
+  switch (hTpEnc->transportFmt)
+  {
+    case TT_MP4_LATM_MCP0:
+    case TT_MP4_LATM_MCP1:
+    case TT_MP4_LOAS:
+      tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks);
+      *confType = 1; /* config is SMC */
+      break;
+    default:
+      if (transportEnc_writeASC(dataBuffer, cc, &hTpEnc->callbacks) != 0) {
+        tpErr = TRANSPORTENC_UNKOWN_ERROR;
+      }
+  }
+
+  return tpErr;
+
+}
+
+TRANSPORTENC_ERROR transportEnc_GetLibInfo( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return TRANSPORTENC_INVALID_PARAMETER;
+  }
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) {
+    return TRANSPORTENC_UNKOWN_ERROR;
+  }
+  info += i;
+
+  info->module_id = FDK_TPENC;
+  info->version = LIB_VERSION(TP_LIB_VL0, TP_LIB_VL1, TP_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->build_date = __DATE__;
+  info->build_time = __TIME__;
+  info->title = TP_LIB_TITLE;
+
+  /* Set flags */
+  info->flags = 0
+    | CAPF_ADIF
+    | CAPF_ADTS
+    | CAPF_LATM
+    | CAPF_LOAS
+    | CAPF_RAWPACKETS
+    ;
+
+  return TRANSPORTENC_OK;
+}
+
diff --git a/libMpegTPEnc/src/version b/libMpegTPEnc/src/version
new file mode 100644 (file)
index 0000000..2803347
--- /dev/null
@@ -0,0 +1,8 @@
+
+/* library info */
+#define TP_LIB_VL0 2
+#define TP_LIB_VL1 3
+#define TP_LIB_VL2 3
+#define TP_LIB_TITLE "MPEG Transport"
+#define TP_LIB_BUILD_DATE __DATE__
+#define TP_LIB_BUILD_TIME __TIME__
diff --git a/libPCMutils/include/pcmutils_lib.h b/libPCMutils/include/pcmutils_lib.h
new file mode 100644 (file)
index 0000000..5ba74be
--- /dev/null
@@ -0,0 +1,282 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/************************  FDK PCM up/downmixing module  *********************
+
+   Author(s):   Christian Griebel
+   Description: Declares functions to interface with the PCM downmix processing
+                module.
+
+*******************************************************************************/
+
+#ifndef _PCMUTILS_LIB_H_
+#define _PCMUTILS_LIB_H_
+
+#include "machine_type.h"
+#include "common_fix.h"
+#include "FDK_audio.h"
+
+/* ------------------------ *
+ *     MODULE SETTINGS:     *
+ * ------------------------ */
+/* #define PCM_UPMIX_ENABLE */       /*!< Generally enable up mixing.                           */
+#define PCM_DOWNMIX_ENABLE           /*!< Generally enable down mixing.                         */
+#define DVB_MIXDOWN_ENABLE           /*!< Enable this to support DVB ancillary data for encoder
+                                          assisted downmixing of MPEG-4 AAC and
+                                          MPEG-1/2 layer 2 streams. PCM_DOWNMIX_ENABLE has to
+                                          be enabled, too!                                      */
+#define MPEG_PCE_MIXDOWN_ENABLE      /*!< Enable this to support MPEG matrix mixdown with a
+                                          coefficient carried in the PCE. PCM_DOWNMIX_ENABLE
+                                          has to be enabled, too!                               */
+/* #define ARIB_MIXDOWN_ENABLE */    /*!< Enable modifications to the MPEG PCE mixdown method
+                                          to fulfill ARIB standard. MPEG_PCE_MIXDOWN_ENABLE has
+                                          to be set.                                            */
+
+/* ------------------------ *
+ *     ERROR CODES:         *
+ * ------------------------ */
+typedef enum
+{
+  PCMDMX_OK              = 0x0,    /*!< No error happened.                                     */
+  PCMDMX_OUT_OF_MEMORY   = 0x2,    /*!< Not enough memory to set up an instance of the module. */
+  PCMDMX_UNKNOWN         = 0x5,    /*!< Error condition is of unknown reason, or from a third
+                                          party module.                                        */
+  PCMDMX_INVALID_HANDLE,           /*!< The given instance handle is not valid.                */
+  PCMDMX_INVALID_ARGUMENT,         /*!< One of the parameters handed over is invalid.          */
+  PCMDMX_INVALID_CH_CONFIG,        /*!< The given channel configuration is not supported and
+                                          thus no processing was performed.                    */
+  PCMDMX_INVALID_MODE,             /*!< The set configuration/mode is not applicable.          */
+  PCMDMX_UNKNOWN_PARAM,            /*!< The handed parameter is not known/supported.           */
+  PCMDMX_UNABLE_TO_SET_PARAM,      /*!< Unable to set the specific parameter. Most probably
+                                          the value ist out of range.                          */
+  PCMDMX_CORRUPT_ANC_DATA          /*!< The read ancillary data was corrupt.                   */
+
+} PCMDMX_ERROR;
+
+
+/* ------------------------ *
+ *     RUNTIME PARAMS:      *
+ * ------------------------ */
+typedef enum
+{
+  DMX_BS_DATA_EXPIRY_FRAME,          /*!< The number of frames without new metadata that have to
+                                            go by before the bitstream data expires. The value 0
+                                            disables expiry.                                     */
+  DMX_BS_DATA_DELAY,                 /*!< The number of delay frames of the output samples
+                                            compared to the bitstream data.                      */
+  NUMBER_OF_OUTPUT_CHANNELS ,        /*!< The number of output channels (equals the number of
+                                            channels processed by the audio output setup).       */
+  DUAL_CHANNEL_DOWNMIX_MODE          /*!< Downmix mode for two channel audio data.               */
+
+} PCMDMX_PARAM;
+
+
+typedef enum
+{
+  STEREO_MODE = 0x0,           /*!< Leave stereo signals as they are.                            */
+  CH1_MODE    = 0x1,           /*!< Create a dual mono output signal from channel 1.             */
+  CH2_MODE    = 0x2,           /*!< Create a dual mono output signal from channel 2.             */
+  MIXED_MODE  = 0x3            /*!< Create a dual mono output signal by mixing the two channels. */
+
+} DUAL_CHANNEL_MODE;
+
+
+/* ------------------------ *
+ *     MODULES INTERFACE:   *
+ * ------------------------ */
+typedef struct PCM_DMX_INSTANCE *HANDLE_PCM_DOWNMIX;
+
+/* Modules reset flags */
+#define PCMDMX_RESET_PARAMS   ( 1 )
+#define PCMDMX_RESET_BS_DATA  ( 2 )
+#define PCMDMX_RESET_FULL     ( PCMDMX_RESET_PARAMS | PCMDMX_RESET_BS_DATA )
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/** Open and initialize an instance of the PCM downmix module
+ * @param [out] Pointer to a buffer receiving the handle of the new instance.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Open (
+    HANDLE_PCM_DOWNMIX *pSelf
+  );
+
+/** Set one parameter for one instance of the PCM downmix module.
+ * @param [in] Handle of PCM downmix instance.
+ * @param [in] Parameter to be set.
+ * @param [in] Parameter value.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_SetParam (
+    HANDLE_PCM_DOWNMIX  self,
+    PCMDMX_PARAM        param,
+    UINT                value
+  );
+
+/** Read the ancillary data transported in DSEs of DVB streams with MPEG-4 content
+ * @param [in] Handle of PCM downmix instance.
+ * @param [in] Pointer to ancillary data buffer.
+ * @param [in] Size of ancillary data.
+ * @param [in] Flag indicating wheter the ancillary data is from a MPEG-1/2 or an MPEG-4 stream.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_ReadDvbAncData (
+    HANDLE_PCM_DOWNMIX  self,
+    UCHAR *pAncDataBuf,
+    UINT   ancDataBytes,
+    int    isMpeg2
+  );
+
+/** Set the matrix mixdown information extracted from the PCE of an AAC bitstream.
+ *  Note: Call only if matrix_mixdown_idx_present is true.
+ * @param [in] Handle of PCM downmix instance.
+ * @param [in] Matrix mixdown index present flag extracted from PCE.
+ * @param [in] The 2 bit matrix mixdown index extracted from PCE.
+ * @param [in] The pseudo surround enable flag extracted from PCE.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_SetMatrixMixdownFromPce (
+    HANDLE_PCM_DOWNMIX  self,
+    int                 matrixMixdownPresent,
+    int                 matrixMixdownIdx,
+    int                 pseudoSurroundEnable
+  );
+
+/** Reset the module.
+ * @param [in] Handle of PCM downmix instance.
+ * @param [in] Flags telling which parts of the module shall be reset.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Reset (
+    HANDLE_PCM_DOWNMIX  self,
+    UINT                flags
+  );
+
+/** Apply down or up mixing.
+ *
+ * \param [in]    Handle of PCM downmix module instance.
+ * \param [inout] Pointer to time buffer with decoded PCM samples.
+ * \param [in]    Pointer where the amount of output samples is returned into.
+ * \param [inout] Pointer where the amount of output channels is returned into.
+ * \param [in]    Flag which indicates if output time data are writtern interleaved or as subsequent blocks.
+ * \param [inout] Array were the corresponding channel type for each output audio channel is stored into.
+ * \param [inout] Array were the corresponding channel type index for each output audio channel is stored into.
+ * \param [in]    Array containing the output channel mapping to be used (From MPEG PCE ordering to whatever is required).
+ *
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_ApplyFrame (
+    HANDLE_PCM_DOWNMIX      self,
+    INT_PCM                *pPcmBuf,
+    UINT                    frameSize,
+    INT                    *nChannels,
+
+    int                     fInterleaved,
+    AUDIO_CHANNEL_TYPE      channelType[],
+    UCHAR                   channelIndices[],
+    const UCHAR             channelMapping[][8]
+  );
+
+/** Close an instance of the PCM downmix module.
+ * @param [inout] Pointer to a buffer containing the handle of the instance.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Close (
+    HANDLE_PCM_DOWNMIX *pSelf
+  );
+
+/** Get library info for this module.
+ * @param [out] Pointer to an allocated LIB_INFO structure.
+ * @returns Returns an error code.
+ */
+PCMDMX_ERROR pcmDmx_GetLibInfo( LIB_INFO *info );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif  /* _PCMUTILS_LIB_H_ */
diff --git a/libPCMutils/src/pcmutils_lib.cpp b/libPCMutils/src/pcmutils_lib.cpp
new file mode 100644 (file)
index 0000000..a84a050
--- /dev/null
@@ -0,0 +1,1278 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/****************************  FDK PCM utils module  **************************
+
+   Author(s):   Christian Griebel
+   Description: Defines functions to interface with the PCM post processing
+                module.
+
+*******************************************************************************/
+
+#include "pcmutils_lib.h"
+
+#include "genericStds.h"
+#include "fixpoint_math.h"
+
+/* Decoder library info */
+#define PCMDMX_LIB_VL0 2
+#define PCMDMX_LIB_VL1 4
+#define PCMDMX_LIB_VL2 0
+#define PCMDMX_LIB_TITLE "PCM Downmix Lib"
+#define PCMDMX_LIB_BUILD_DATE __DATE__
+#define PCMDMX_LIB_BUILD_TIME __TIME__
+
+/* Library settings */
+#define PCM_DMX_MAX_DELAY_FRAMES        ( 1 )
+#define PCM_DMX_MAX_CHANNELS            ( 8 )
+#define PCM_DMX_MAX_CHANNEL_GROUPS      ( 4 )
+#define PCM_DMX_MAX_CHANNELS_PER_GROUP  ( 3 )   /* The maximum over all groups */
+#define PCMDMX_DFLT_EXPIRY_FRAME        ( 50 )  /* At least 500ms (FL 960 @ 96kHz) */
+
+/* Fixed and unique channel group indices.
+ * The last group index has to be smaller than PCM_DMX_MAX_CHANNEL_GROUPS. */
+#define CH_GROUP_FRONT ( 0 )
+#define CH_GROUP_SIDE  ( 1 )
+#define CH_GROUP_REAR  ( 2 )
+#define CH_GROUP_LFE   ( 3 )
+
+/* The ordering of the following fixed channel labels has to be in MPEG-4 style.
+ * From the center to the back with left and right channel interleaved (starting with left).
+ * The last channel label index has to be smaller than PCM_DMX_MAX_CHANNELS. */
+#define CENTER_FRONT_CHANNEL    ( 0 )     /* C  */
+#define LEFT_FRONT_CHANNEL      ( 1 )     /* L  */
+#define RIGHT_FRONT_CHANNEL     ( 2 )     /* R  */
+#define LEFT_OUTSIDE_CHANNEL    ( 3 )     /* Lo */
+#define RIGHT_OUTSIDE_CHANNEL   ( 4 )     /* Ro */
+#define LEFT_REAR_CHANNEL       ( 5 )     /* Lr  aka left back channel  */
+#define RIGHT_REAR_CHANNEL      ( 6 )     /* Rr  aka right back channel */
+#define LOW_FREQUENCY_CHANNEL   ( 7 )     /* Lf */
+
+/* More constants */
+#define ANC_DATA_SYNC_BYTE      ( 0xBC )  /* ancillary data sync byte. */
+#define ATTENUATION_FACTOR_1    ( FL2FXCONST_SGL(0.70710678f) )
+#define TWO_CHANNEL             ( 2 )
+
+/* Sanity checks on library setting: */
+
+/* List of packed channel modes */
+typedef enum
+{ /* CH_MODE_<numFrontCh>_<numOutsideCh>_<numRearCh>_<numLfCh> */
+  CH_MODE_UNDEFINED = 0x0000,
+  /* 1 channel */
+  CH_MODE_1_0_0_0   = 0x0001,   /* chCfg 1 */
+  /* 2 channels */
+  CH_MODE_2_0_0_0   = 0x0002,   /* chCfg 2 */
+  /* 3 channels */
+  CH_MODE_3_0_0_0   = 0x0003,   /* chCfg 3 */
+  CH_MODE_2_0_1_0   = 0x0102,
+  CH_MODE_2_0_0_1   = 0x1002,
+  /* 4 channels */
+  CH_MODE_3_0_1_0   = 0x0103,   /* chCfg 4 */
+  CH_MODE_2_0_2_0   = 0x0202,
+  CH_MODE_2_0_1_1   = 0x1102,
+  /* 5 channels */
+  CH_MODE_3_0_2_0   = 0x0203,   /* chCfg 5 */
+  CH_MODE_2_0_2_1   = 0x1202,
+  CH_MODE_3_0_1_1   = 0x1103,
+  CH_MODE_3_2_0_0   = 0x0023,
+  /* 6 channels */
+  CH_MODE_3_0_2_1   = 0x1203,   /* chCfg 6 */
+  CH_MODE_3_2_1_0   = 0x0123,
+  /* 7 channels */
+  CH_MODE_2_2_2_1   = 0x1222,
+  CH_MODE_3_2_1_1   = 0x1123,
+  CH_MODE_3_2_2_0   = 0x0223,
+  /* 8 channels */
+  CH_MODE_3_2_2_1   = 0x1222,   /* chCfg 7 */
+  CH_MODE_3_2_1_2   = 0x2123,
+  CH_MODE_2_2_2_2   = 0x2222
+
+} PCM_DMX_CHANNEL_MODE;
+
+
+/* These are the channel configurations linked to
+   the number of output channels give by the user: */
+static const PCM_DMX_CHANNEL_MODE outChModeTable[PCM_DMX_MAX_CHANNELS] =
+{
+  CH_MODE_1_0_0_0,  /* 1 channel  */
+  CH_MODE_2_0_0_0,  /* 2 channels */
+  CH_MODE_3_0_0_0,  /* 3 channels */
+  CH_MODE_3_0_1_0,  /* 4 channels */
+  CH_MODE_3_0_2_0,  /* 5 channels */
+  CH_MODE_3_0_2_1,  /* 6 channels */
+  CH_MODE_3_2_2_0,  /* 7 channels */
+  CH_MODE_3_2_2_1   /* 8 channels */
+};
+
+static const FIXP_SGL dvbDownmixFactors[8] =
+{
+  FL2FXCONST_SGL(1.0f),
+  FL2FXCONST_SGL(0.841f),
+  FL2FXCONST_SGL(0.707f),
+  FL2FXCONST_SGL(0.596f),
+  FL2FXCONST_SGL(0.500f),
+  FL2FXCONST_SGL(0.422f),
+  FL2FXCONST_SGL(0.355f),
+  FL2FXCONST_SGL(0.0f)
+};
+
+
+  /* MPEG matrix mixdown:
+      Set 1:  L' = (1 + 2^-0.5 + A )^-1 * [L + C * 2^-0.5 + A * Ls];
+              R' = (1 + 2^-0.5 + A )^-1 * [R + C * 2^-0.5 + A * Rs];
+
+      Set 2:  L' = (1 + 2^-0.5 + 2A )^-1 * [L + C * 2^-0.5 - A * (Ls + Rs)];
+              R' = (1 + 2^-0.5 + 2A )^-1 * [R + C * 2^-0.5 + A * (Ls + Rs)];
+
+      M = (3 + 2A)^-1 * [L + C + R + A*(Ls + Rs)];
+  */
+  static const FIXP_SGL mpegMixDownIdx2Coef[4] =
+  {
+    FL2FXCONST_SGL(0.70710678f),
+    FL2FXCONST_SGL(0.5f),
+    FL2FXCONST_SGL(0.35355339f),
+    FL2FXCONST_SGL(0.0f)
+  };
+
+  static const FIXP_SGL mpegMixDownIdx2PreFact[4] =
+  {
+    FL2FXCONST_SGL(0.4142135623730950f),
+    FL2FXCONST_SGL(0.4530818393219728f),
+    FL2FXCONST_SGL(0.4852813742385703f),
+    FL2FXCONST_SGL(0.5857864376269050f)
+  };
+
+  typedef struct
+  {
+    USHORT  matrixMixdownIdx;       /*!< MPEG mixdown index extracted from PCE.            */
+    USHORT  pseudoSurroundEnable;   /*!< Pseudo surround enable flag extracted from PCE.   */
+    USHORT  mixdownAvailable;       /*!< Will be set to 1 if we found a valid coefficient. */
+
+  } MPEG_MIXDOWN_INFO;
+
+
+typedef struct
+{
+  FIXP_SGL  centerMixLevelValue;    /*!< DVB mixdown level for the center channel extracted from anc data.  */
+  FIXP_SGL  surroundMixLevelValue;  /*!< DVB mixdown level for back channels extracted from anc data.       */
+
+  UCHAR     mixLevelsAvail;         /*!< Will be set to 1 if we found a valid coefficient.                  */
+
+} DVB_MIXDOWN_LEVELS;
+
+
+/* Modules main data structure: */
+struct PCM_DMX_INSTANCE
+{
+  DVB_MIXDOWN_LEVELS  dvbMixDownLevels[PCM_DMX_MAX_DELAY_FRAMES+1];
+  MPEG_MIXDOWN_INFO   mpegMixDownInfo[PCM_DMX_MAX_DELAY_FRAMES+1];
+  DUAL_CHANNEL_MODE dualChannelMode;
+  UINT expiryFrame;
+  UINT expiryCount;
+  SHORT numOutputChannels;
+  UCHAR applyProcessing;
+  UCHAR frameDelay;
+};
+
+/* Memory allocation macro */
+C_ALLOC_MEM_STATIC(PcmDmxInstance, struct PCM_DMX_INSTANCE, 1)
+
+
+/** Evaluate a given channel configuration and extract a packed channel mode and generate a channel offset table
+ *  This function is the inverse to the getChannelDescription() routine.
+ * @param [in] The total number of channels of the given configuration.
+ * @param [in] Array holding the corresponding channel types for each channel.
+ * @param [in] Array holding the corresponding channel type indices for each channel.
+ * @param [out] Array where the buffer offsets for each channel are stored into.
+ * @returns Returns the packed channel mode.
+ **/
+static
+PCM_DMX_CHANNEL_MODE getChannelMode (
+        const INT                numChannels,                           /* in */
+        const AUDIO_CHANNEL_TYPE channelType[],                         /* in */
+        const UCHAR              channelIndices[],                      /* in */
+        UCHAR                    offsetTable[PCM_DMX_MAX_CHANNELS]      /* out */
+      )
+{
+  UINT  chMode = CH_MODE_UNDEFINED;
+  UCHAR chIdx[PCM_DMX_MAX_CHANNEL_GROUPS][PCM_DMX_MAX_CHANNELS_PER_GROUP];
+  UCHAR numChInGrp[PCM_DMX_MAX_CHANNEL_GROUPS];
+  int   ch, grpIdx, err = 0;
+
+  FDK_ASSERT(channelType != NULL);
+  FDK_ASSERT(channelIndices != NULL);
+  FDK_ASSERT(offsetTable != NULL);
+
+  /* For details see ISO/IEC 13818-7:2005(E), 8.5.3 Channel configuration */
+  FDKmemclear(numChInGrp, PCM_DMX_MAX_CHANNEL_GROUPS*sizeof(UCHAR));
+  FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
+  FDKmemset(chIdx, 255, PCM_DMX_MAX_CHANNEL_GROUPS*PCM_DMX_MAX_CHANNELS_PER_GROUP*sizeof(UCHAR));
+
+  /* Categorize channels */
+  for (ch = 0; ch < numChannels; ch += 1) {
+    int i = 0, j, chGrpIdx = channelIndices[ch];
+
+    switch (channelType[ch]) {
+    case ACT_FRONT:
+    case ACT_FRONT_TOP:
+      grpIdx = CH_GROUP_FRONT;
+      break;
+    case ACT_SIDE:
+    case ACT_SIDE_TOP:
+      grpIdx = CH_GROUP_SIDE;
+      break;
+    case ACT_BACK:
+    case ACT_BACK_TOP:
+      grpIdx = CH_GROUP_REAR;
+      break;
+    case ACT_LFE:
+      grpIdx = CH_GROUP_LFE;
+      break;
+    default:
+      err = -1;
+      continue;
+    }
+
+    if (numChInGrp[grpIdx] < PCM_DMX_MAX_CHANNELS_PER_GROUP) {
+      /* Sort channels by index */
+      while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) {
+        i += 1;
+      }
+      for (j = numChInGrp[grpIdx]; j > i; j -= 1) {
+        chIdx[grpIdx][j] = chIdx[grpIdx][j-1];
+      }
+      chIdx[grpIdx][i] = ch;
+      numChInGrp[grpIdx] += 1;
+    }
+  }
+
+  /* Compose channel offset table */
+
+  /* Non-symmetric channels */
+  if (numChInGrp[CH_GROUP_FRONT] & 0x1) {
+    /* Odd number of front channels -> we have a center channel.
+       In MPEG-4 the center has the index 0. */
+    offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0];
+  }
+
+  for (grpIdx = 0; grpIdx < PCM_DMX_MAX_CHANNEL_GROUPS; grpIdx += 1) {
+    int chMapPos, maxChannels = 0;
+    ch = 0;
+
+    switch (grpIdx) {
+    case CH_GROUP_FRONT:
+      chMapPos = LEFT_FRONT_CHANNEL;
+      maxChannels = 3;
+      ch = numChInGrp[grpIdx] & 0x1;
+      break;
+    case CH_GROUP_SIDE:
+      chMapPos = LEFT_OUTSIDE_CHANNEL;
+      maxChannels = 2;
+      break;
+    case CH_GROUP_REAR:
+      chMapPos = LEFT_REAR_CHANNEL;
+      maxChannels = 2;
+      break;
+    case CH_GROUP_LFE:
+      chMapPos = LOW_FREQUENCY_CHANNEL;
+      maxChannels = 1;
+      break;
+    default:
+      err = -1;
+      continue;
+    }
+
+    for ( ; ch < numChInGrp[grpIdx]; ch += 1) {
+      if (ch < maxChannels) {
+        offsetTable[chMapPos] = chIdx[grpIdx][ch];
+        chMapPos += 1;
+      } else {
+        err = -1;
+      }
+    }
+  }
+
+  if (err == 0) {
+    /* Compose the channel mode */
+    chMode = (numChInGrp[CH_GROUP_LFE]   & 0xF) << 12
+           | (numChInGrp[CH_GROUP_REAR]  & 0xF) <<  8
+           | (numChInGrp[CH_GROUP_SIDE]  & 0xF) <<  4
+           | (numChInGrp[CH_GROUP_FRONT] & 0xF);
+  }
+
+  return (PCM_DMX_CHANNEL_MODE)chMode;
+}
+
+
+/** Generate a channel offset table and complete channel description for a given (packed) channel mode.
+ *  This function is the inverse to the getChannelMode() routine.
+ * @param [in] The total number of channels of the given configuration.
+ * @param [in] Array containing the channel mapping to be used (From MPEG PCE ordering to whatever is required).
+ * @param [out] Array where corresponding channel types for each channels are stored into.
+ * @param [out] Array where corresponding channel type indices for each output channel are stored into.
+ * @param [out] Array where the buffer offsets for each channel are stored into.
+ * @returns None.
+ **/
+void getChannelDescription (
+        const PCM_DMX_CHANNEL_MODE  chMode,                                 /* in */
+        const UCHAR                 channelMapping[][PCM_DMX_MAX_CHANNELS], /* in */
+        AUDIO_CHANNEL_TYPE          channelType[],                          /* out */
+        UCHAR                       channelIndices[],                       /* out */
+        UCHAR                       offsetTable[PCM_DMX_MAX_CHANNELS]       /* out */
+      )
+{
+  const UCHAR *pChannelMap;
+  int   grpIdx, ch = 0, numChannels = 0;
+  UCHAR numChInGrp[PCM_DMX_MAX_CHANNEL_GROUPS];
+
+  FDK_ASSERT(channelType != NULL);
+  FDK_ASSERT(channelIndices != NULL);
+  FDK_ASSERT(channelMapping != NULL);
+  FDK_ASSERT(offsetTable != NULL);
+
+  /* Init output arrays */
+  FDKmemclear(channelType,    PCM_DMX_MAX_CHANNELS*sizeof(AUDIO_CHANNEL_TYPE));
+  FDKmemclear(channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
+  FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
+
+  /* Extract the number of channels per group */
+  numChInGrp[CH_GROUP_FRONT] =  chMode        & 0xF;
+  numChInGrp[CH_GROUP_SIDE]  = (chMode >>  4) & 0xF;
+  numChInGrp[CH_GROUP_REAR]  = (chMode >>  8) & 0xF;
+  numChInGrp[CH_GROUP_LFE]   = (chMode >> 12) & 0xF;
+
+  /* Summerize to get the total number of channels */
+  for (grpIdx = 0; grpIdx < PCM_DMX_MAX_CHANNEL_GROUPS; grpIdx += 1) {
+    numChannels += numChInGrp[grpIdx];
+  }
+
+  /* Get the appropriate channel map */
+  pChannelMap = channelMapping[numChannels-1];
+
+  /* Compose channel offset table */
+
+  /* Non-symmetric channels */
+  if (numChInGrp[CH_GROUP_FRONT] & 0x1) {
+    /* Odd number of front channels -> we have a center channel.
+       In MPEG-4 the center has the index 0. */
+    offsetTable[CENTER_FRONT_CHANNEL] = pChannelMap[0];
+    channelType[0] = ACT_FRONT;
+    ch += 1;
+  }
+
+  for (grpIdx = 0; grpIdx < PCM_DMX_MAX_CHANNEL_GROUPS; grpIdx += 1) {
+    AUDIO_CHANNEL_TYPE type;
+    int chMapPos, maxChannels = 0;
+    int chIdx = 0;
+
+    switch (grpIdx) {
+    case CH_GROUP_FRONT:
+      type = ACT_FRONT;
+      chMapPos = LEFT_FRONT_CHANNEL;
+      maxChannels = 3;
+      chIdx = numChInGrp[grpIdx] & 0x1;
+      break;
+    case CH_GROUP_SIDE:
+      type = ACT_SIDE;
+      chMapPos = LEFT_OUTSIDE_CHANNEL;
+      maxChannels = 2;
+      break;
+    case CH_GROUP_REAR:
+      type = ACT_BACK;
+      chMapPos = LEFT_REAR_CHANNEL;
+      maxChannels = 2;
+      break;
+    case CH_GROUP_LFE:
+      type = ACT_LFE;
+      chMapPos = LOW_FREQUENCY_CHANNEL;
+      maxChannels = 1;
+      break;
+    default:
+      break;
+    }
+
+    for ( ; (chIdx < numChInGrp[grpIdx]) && (chIdx < maxChannels); chIdx += 1) {
+      offsetTable[chMapPos] = pChannelMap[ch];
+      channelType[ch]    = type;
+      channelIndices[ch] = chIdx;
+      chMapPos += 1;
+      ch += 1;
+    }
+  }
+}
+
+
+/** Open and initialize an instance of the PCM downmix module
+ * @param [out] Pointer to a buffer receiving the handle of the new instance.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Open (
+    HANDLE_PCM_DOWNMIX *pSelf
+  )
+{
+  HANDLE_PCM_DOWNMIX self;
+  
+  if (pSelf == NULL) {
+    return (PCMDMX_INVALID_HANDLE);
+  }
+
+  *pSelf = NULL;
+
+  self = (HANDLE_PCM_DOWNMIX) GetPcmDmxInstance( 0 );
+  if (self == NULL) {
+    return (PCMDMX_OUT_OF_MEMORY);
+  }
+
+  /* Reset the full instance */
+  pcmDmx_Reset( self, PCMDMX_RESET_FULL );
+
+  *pSelf = self;
+
+  return (PCMDMX_OK);
+}
+
+
+/** Reset all static values like e.g. mixdown coefficients.
+ * @param [in] Handle of PCM downmix module instance.
+ * @param [in] Flags telling which parts of the module shall be reset.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Reset (
+    HANDLE_PCM_DOWNMIX  self,
+    UINT                flags
+  )
+{
+  if (self == NULL) { return (PCMDMX_INVALID_HANDLE); }
+
+  if (flags & PCMDMX_RESET_PARAMS) {
+    self->dualChannelMode   = STEREO_MODE;
+    self->numOutputChannels = 0;
+    self->applyProcessing   = 0;
+    self->frameDelay        = 0;
+    self->expiryFrame       = PCMDMX_DFLT_EXPIRY_FRAME;
+  }
+
+  if (flags & PCMDMX_RESET_BS_DATA) {
+    int slot;
+    for (slot = 0; slot <= PCM_DMX_MAX_DELAY_FRAMES; slot += 1) {
+      self->dvbMixDownLevels[slot].centerMixLevelValue    = dvbDownmixFactors[2]; /* 0.707 */
+      self->dvbMixDownLevels[slot].surroundMixLevelValue  = dvbDownmixFactors[0]; /* 1.000 */
+      self->dvbMixDownLevels[slot].mixLevelsAvail = 0;
+
+      self->mpegMixDownInfo[slot].mixdownAvailable = 0;
+    }
+    /* Reset expiry counter */
+    self->expiryCount = 0;
+  }
+
+  return (PCMDMX_OK);
+}
+
+
+/** Set one parameter for one instance of the PCM downmix module.
+ * @param [in] Handle of PCM downmix module instance.
+ * @param [in] Parameter to be set.
+ * @param [in] Parameter value.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_SetParam (
+    HANDLE_PCM_DOWNMIX  self,
+    PCMDMX_PARAM        param,
+    UINT                value
+  )
+{
+  switch (param)
+  {
+  case DMX_BS_DATA_EXPIRY_FRAME:
+    if (self == NULL)
+      return (PCMDMX_INVALID_HANDLE);
+    self->expiryFrame = value;
+    break;
+
+  case DMX_BS_DATA_DELAY:
+    if (value > PCM_DMX_MAX_DELAY_FRAMES) {
+      return (PCMDMX_UNABLE_TO_SET_PARAM);
+    }
+    if (self == NULL) {
+      return (PCMDMX_INVALID_HANDLE);
+    }
+    self->frameDelay = value;
+    break;
+
+  case NUMBER_OF_OUTPUT_CHANNELS:
+    switch ((int)value) {  /* supported output channels */
+    case -1: case 0: case 1: case 2:
+    case 6: case 8:
+      break;
+    default:
+      return (PCMDMX_UNABLE_TO_SET_PARAM);
+    }
+    if (self == NULL)
+      return (PCMDMX_INVALID_HANDLE);
+    if ((int)value > 0) {
+      self->numOutputChannels = (int)value;
+      self->applyProcessing = 1;
+    } else {
+      self->numOutputChannels = 0;
+      self->applyProcessing = 0;
+    }
+    break;
+
+  case DUAL_CHANNEL_DOWNMIX_MODE:
+    switch ((DUAL_CHANNEL_MODE)value) {
+    case STEREO_MODE:
+    case CH1_MODE:
+    case CH2_MODE:
+    case MIXED_MODE:
+      break;
+    default:
+      return (PCMDMX_UNABLE_TO_SET_PARAM);
+    }
+    if (self == NULL)
+      return (PCMDMX_INVALID_HANDLE);
+    self->dualChannelMode = (DUAL_CHANNEL_MODE)value;
+    self->applyProcessing = 1;
+    break;
+
+  default:
+    return (PCMDMX_UNKNOWN_PARAM);
+  }
+
+  return (PCMDMX_OK);
+}
+
+
+/** Read the ancillary data transported in DSEs of DVB streams with MPEG-4 content
+ * @param [in] Handle of PCM downmix module instance.
+ * @param [in] Pointer to ancillary data buffer.
+ * @param [in] Size of ancillary data.
+ * @param [in] Flag indicating wheter the DVB ancillary data is from an MPEG-1/2 or an MPEG-4 stream.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_ReadDvbAncData (
+    HANDLE_PCM_DOWNMIX  self,
+    UCHAR *pAncDataBuf,
+    UINT   ancDataBytes,
+    int    isMpeg2
+  )
+{
+  DVB_MIXDOWN_LEVELS *pDownmixLevels = &self->dvbMixDownLevels[0];
+
+  int   offset = (isMpeg2) ? 2 : 0;
+  UCHAR ancDataStatus;
+
+  if (self == NULL) { return (PCMDMX_INVALID_HANDLE); }
+
+  /* sanity checks */
+  if (pAncDataBuf == NULL || ancDataBytes < (UCHAR)(3+offset)) {
+    return (PCMDMX_CORRUPT_ANC_DATA);
+  }
+
+  /* check sync word */
+  if (pAncDataBuf[offset] != ANC_DATA_SYNC_BYTE) {
+    return (PCMDMX_CORRUPT_ANC_DATA);
+  }
+
+  offset += 2;
+  ancDataStatus = pAncDataBuf[offset++];
+
+  if (isMpeg2) {
+    /* skip advanced_dynamic_range_control */
+    if (ancDataStatus & 0x80) offset += 3;
+    /* skip dialog_normalization */
+    if (ancDataStatus & 0x40) offset += 1;
+    /* skip reproduction_level */
+    if (ancDataStatus & 0x20) offset += 1;
+  }
+  else {
+    /* check reserved bits */
+    if (ancDataStatus & 0xE8) { return (PCMDMX_CORRUPT_ANC_DATA); }
+  }
+
+  /* downmix_levels_MPEGX */
+  if (ancDataStatus & 0x10)
+  {
+    int   foundNewData = 0;
+    UCHAR downmixData = pAncDataBuf[offset++];
+
+    if (downmixData & 0x80) {  /* center_mix_level_on */
+      pDownmixLevels->centerMixLevelValue =
+        dvbDownmixFactors[(downmixData >> 4) & 0x07];
+      foundNewData = 1;
+    } else {
+      pDownmixLevels->centerMixLevelValue = dvbDownmixFactors[0];
+      if (downmixData & 0x70) { return (PCMDMX_CORRUPT_ANC_DATA); }
+    }
+
+    if (downmixData & 0x08) {  /* surround_mix_level_on */
+      pDownmixLevels->surroundMixLevelValue =
+        dvbDownmixFactors[downmixData & 0x07];
+      foundNewData = 1;
+    } else {
+      pDownmixLevels->surroundMixLevelValue = dvbDownmixFactors[0];
+      if (downmixData & 0x07) { return (PCMDMX_CORRUPT_ANC_DATA); }
+    }
+
+    pDownmixLevels->mixLevelsAvail = foundNewData;
+  }
+
+  /* Reset expiry counter */
+  self->expiryCount = 0;
+
+  return (PCMDMX_OK);
+}
+
+/** Set the matrix mixdown information extracted from the PCE of an AAC bitstream.
+ *  Note: Call only if matrix_mixdown_idx_present is true.
+ * @param [in] Handle of PCM downmix module instance.
+ * @param [in] The 2 bit matrix mixdown index extracted from PCE.
+ * @param [in] The pseudo surround enable flag extracted from PCE.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_SetMatrixMixdownFromPce (
+    HANDLE_PCM_DOWNMIX  self,
+    int                 matrixMixdownPresent,
+    int                 matrixMixdownIdx,
+    int                 pseudoSurroundEnable
+  )
+{
+  MPEG_MIXDOWN_INFO *pMpegMixDownInfo;
+
+  if (self == NULL) {
+    return (PCMDMX_INVALID_HANDLE);
+  }
+
+  pMpegMixDownInfo = &self->mpegMixDownInfo[0];
+
+  if (matrixMixdownPresent) {
+    pMpegMixDownInfo->matrixMixdownIdx     = matrixMixdownIdx & 0x03;
+    pMpegMixDownInfo->pseudoSurroundEnable = pseudoSurroundEnable;
+  }
+
+  pMpegMixDownInfo->mixdownAvailable = matrixMixdownPresent;
+  /* Reset expiry counter */
+  self->expiryCount = 0;
+
+  return (PCMDMX_OK);
+}
+
+
+/** Apply down or up mixing.
+ * @param [in]    Handle of PCM downmix module instance.
+ * @param [inout] Pointer to time buffer. Depending on interface configuration, the content of pTimeData is ignored,
+ *                and the internal QMF buffer will be used as input data source. Otherwise, the MPEG Surround processing is
+ *                applied to the timesignal pTimeData. For both variants, the resulting MPEG Surround signal is written into pTimeData.
+ * @param [in]    Pointer where the amount of output samples is returned into.
+ * @param [inout] Pointer where the amount of output channels is returned into.
+ * @param [in]    Flag which indicates if output time data are writtern interleaved or as subsequent blocks.
+ * @param [inout] Array where the corresponding channel type for each output audio channel is stored into.
+ * @param [inout] Array where the corresponding channel type index for each output audio channel is stored into.
+ * @param [in]    Array containing the output channel mapping to be used (From MPEG PCE ordering to whatever is required).
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_ApplyFrame (
+        HANDLE_PCM_DOWNMIX      self,
+        INT_PCM                *pPcmBuf,
+        UINT                    frameSize,
+        INT                    *nChannels,
+
+        int                     fInterleaved,
+        AUDIO_CHANNEL_TYPE      channelType[],
+        UCHAR                   channelIndices[],
+        const UCHAR             channelMapping[][8]
+  )
+{
+  PCMDMX_ERROR  errorStatus = PCMDMX_OK;
+  DUAL_CHANNEL_MODE  dualChannelMode;
+  PCM_DMX_CHANNEL_MODE  inChMode;
+  int   numOutChannels;
+  int   numInChannels = *nChannels;
+  int   slot;
+  UCHAR inOffsetTable[PCM_DMX_MAX_CHANNELS];
+
+  MPEG_MIXDOWN_INFO   mpegMixDownInfo;
+  DVB_MIXDOWN_LEVELS  dvbMixDownLevels;
+
+  if (self == NULL) { return (PCMDMX_INVALID_HANDLE); }
+
+  if ( (self->expiryFrame > 0)
+    && (++self->expiryCount > self->expiryFrame) )
+  { /* The metadata read from bitstream is too old. */
+    errorStatus = pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA);
+  }
+
+  FDKmemcpy(&mpegMixDownInfo, &self->mpegMixDownInfo[self->frameDelay], sizeof(MPEG_MIXDOWN_INFO));
+  /* Maintain delay line */
+  for (slot = self->frameDelay; slot > 0; slot -= 1) {
+    FDKmemcpy(&self->mpegMixDownInfo[slot], &self->mpegMixDownInfo[slot-1], sizeof(MPEG_MIXDOWN_INFO));
+  }
+  FDKmemcpy(&dvbMixDownLevels, &self->dvbMixDownLevels[self->frameDelay], sizeof(DVB_MIXDOWN_LEVELS));
+  /* Maintain delay line */
+  for (slot = self->frameDelay; slot > 0; slot -= 1) {
+    FDKmemcpy(&self->dvbMixDownLevels[slot], &self->dvbMixDownLevels[slot-1], sizeof(DVB_MIXDOWN_LEVELS));
+  }
+
+  if (self->applyProcessing == 0) { return (errorStatus); }
+
+  if (pPcmBuf == NULL)     { return (PCMDMX_INVALID_ARGUMENT); }
+  if (frameSize == 0)      { return (PCMDMX_INVALID_ARGUMENT); }
+  if (numInChannels == 0)  { return (PCMDMX_INVALID_ARGUMENT); }
+
+  if (self->numOutputChannels <= 0) {
+    numOutChannels = numInChannels;
+  } else {
+    numOutChannels = self->numOutputChannels;
+  }
+  dualChannelMode = self->dualChannelMode;
+
+  /* Analyse input channel configuration and get channel offset
+   * table that can be accessed with the fixed channel labels. */
+  inChMode = getChannelMode(
+                   numInChannels,
+                   channelType,
+                   channelIndices,
+                   inOffsetTable
+                 );
+  if (inChMode == CH_MODE_UNDEFINED) {
+    /* We don't need to restore because the channel
+       configuration has not been changed. Just exit. */
+    return (PCMDMX_INVALID_CH_CONFIG);
+  }
+
+  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+  if ( numInChannels > numOutChannels )
+  { /* Apply downmix */
+    INT_PCM  *pInCF, *pInLF, *pInRF, *pInLO, *pInRO, *pInLR, *pInRR, *pOutL, *pOutR;
+    FIXP_SGL  flev, clev, slev;
+
+    UINT   sample;
+    int    inStride, outStride, offset;
+    int    useGuidedDownMix = 0;
+    UCHAR  outOffsetTable[PCM_DMX_MAX_CHANNELS];
+
+    /* Set I/O strides and offsets */
+    if (fInterleaved) {
+      inStride  = numInChannels;
+      outStride = TWO_CHANNEL;   /* The output of STAGE ONE is always STEREO !!!
+                                    STAGE TWO creates a downmix to mono if required. */
+      offset = 1;                /* Channel specific offset factor */
+    } else {
+      inStride  = 1;
+      outStride = 1;
+      offset = frameSize;        /* Channel specific offset factor */
+    }
+
+    /* Get channel description and channel mapping for this
+     * stages number of output channels (always STEREO). */
+    getChannelDescription(
+            CH_MODE_2_0_0_0,
+            channelMapping,
+            channelType,
+            channelIndices,
+            outOffsetTable
+           );
+    /* Now there is no way back because we modified the channel configuration! */
+
+    /* Set channel pointer for input */
+    pInCF = &pPcmBuf[inOffsetTable[CENTER_FRONT_CHANNEL]*offset];
+    pInLF = &pPcmBuf[inOffsetTable[LEFT_FRONT_CHANNEL]*offset];
+    pInRF = &pPcmBuf[inOffsetTable[RIGHT_FRONT_CHANNEL]*offset];
+    pInLO = &pPcmBuf[inOffsetTable[LEFT_OUTSIDE_CHANNEL]*offset];
+    pInRO = &pPcmBuf[inOffsetTable[RIGHT_OUTSIDE_CHANNEL]*offset];
+    pInLR = &pPcmBuf[inOffsetTable[LEFT_REAR_CHANNEL]*offset];
+    pInRR = &pPcmBuf[inOffsetTable[RIGHT_REAR_CHANNEL]*offset];
+
+    /* Set channel pointer for output
+       Caution: Different channel mapping compared to input */
+    pOutL = &pPcmBuf[outOffsetTable[LEFT_FRONT_CHANNEL]*offset];    /* LEFT_FRONT_CHANNEL  */
+    pOutR = &pPcmBuf[outOffsetTable[RIGHT_FRONT_CHANNEL]*offset];   /* RIGHT_FRONT_CHANNEL */
+
+    /* Set downmix levels: */
+    flev = ATTENUATION_FACTOR_1;    /* 0.707 */
+    clev = ATTENUATION_FACTOR_1;    /* 0.707 */
+    slev = ATTENUATION_FACTOR_1;    /* 0.707 */
+
+    if ( dvbMixDownLevels.mixLevelsAvail ) {
+      clev = dvbMixDownLevels.centerMixLevelValue;
+      slev = dvbMixDownLevels.surroundMixLevelValue;
+      useGuidedDownMix = 1;
+    }
+
+    /* FIRST STAGE:
+         Always downmix to 2 channel output: */
+    switch ( inChMode )
+    {
+    case CH_MODE_2_0_0_0:
+    case CH_MODE_2_0_0_1: 
+      /* 2/0 input: */
+      switch (dualChannelMode)
+      {
+      case CH1_MODE:  /* L' = 0.707 * Ch1;  R' = 0.707 * Ch1 */
+        for (sample = 0; sample < frameSize; sample++) {
+          *pOutL = *pOutR =
+            (INT_PCM)SATURATE_RIGHT_SHIFT(fMult((FIXP_PCM)*pInLF, flev), DFRACT_BITS-SAMPLE_BITS, SAMPLE_BITS);
+
+          pInLF += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+        break;
+
+      case CH2_MODE:  /* L' = 0.707 * Ch2;  R' = 0.707 * Ch2 */
+        for (sample = 0; sample < frameSize; sample++) {
+          *pOutL = *pOutR =
+            (INT_PCM)SATURATE_RIGHT_SHIFT(fMult((FIXP_PCM)*pInRF, flev), DFRACT_BITS-SAMPLE_BITS, SAMPLE_BITS);
+
+          pInRF += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+        break;
+      case MIXED_MODE:  /* L' = 0.5*Ch1 + 0.5*Ch2;  R' = 0.5*Ch1 + 0.5*Ch2 */
+        for (sample = 0; sample < frameSize; sample++) {
+          *pOutL = *pOutR = (*pInLF >> 1) + (*pInRF >> 1);
+
+          pInLF += inStride;  pInRF += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+        break;
+      default:
+      case STEREO_MODE:
+        /* nothing to do */
+        break;
+      }
+      break;
+
+    case CH_MODE_3_0_0_0:
+      /* 3/0 input:  L' = L + 0.707*C;  R' = R + 0.707*C; */
+      for (sample = 0; sample < frameSize; sample++)
+      {
+        FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev);
+#if (SAMPLE_BITS == 32)
+        /* left channel */
+        *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>1)+tCF, 1, SAMPLE_BITS);
+        /* right channel */
+        *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>1)+tCF, 1, SAMPLE_BITS);
+#else
+        /* left channel */
+        *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>1)+tCF, DFRACT_BITS-SAMPLE_BITS-1, SAMPLE_BITS);
+        /* right channel */
+        *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>1)+tCF, DFRACT_BITS-SAMPLE_BITS-1, SAMPLE_BITS);
+#endif
+        pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;
+        pOutL += outStride; pOutR += outStride;
+      }
+      break;
+
+    /* 2/1 input: not supported!
+    case CH_MODE_2_0_1_0: */
+
+    case CH_MODE_3_0_1_0:
+      if (useGuidedDownMix) {
+        /* 3/1 input:  L' = L + clev*C + 0.707*slev*S;  R' = R + clev*C + 0.707*slev*S; */
+        slev = FX_DBL2FX_SGL(fMult(flev, slev));  /* 0.707*slef */
+
+        for (sample = 0; sample < frameSize; sample++)
+        {
+          FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev) >> 1;
+          FIXP_DBL tLR = fMultDiv2((FIXP_PCM)*pInLR, slev) >> 1;
+#if (SAMPLE_BITS == 32)
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF+tLR, 2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tLR, 2, SAMPLE_BITS);
+#else
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF-tLR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tLR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+#endif
+          pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;  pInLR  += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+      } else {
+        /* 3/1 input:  L' = L + 0.707*C - 0.707*S;  R' = R + 0.707*C + 0.707*S */
+        for (sample = 0; sample < frameSize; sample++)
+        {
+          FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev) >> 1;
+          FIXP_DBL tLR = fMultDiv2((FIXP_PCM)*pInLR, slev) >> 1;
+#if (SAMPLE_BITS == 32)
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF-tLR, 2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tLR, 2, SAMPLE_BITS);
+#else
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF-tLR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tLR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+#endif
+          pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;  pInLR  += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+      }
+      break;
+
+    /* 2/2 input: not supported!
+    case CH_MODE_2_0_2_0: */
+
+    case CH_MODE_3_0_2_0:   /* 5.0ch input */
+    case CH_MODE_3_0_2_1:   /* 5.1ch input */
+      if (useGuidedDownMix) {
+        /* 3/2 input:  L' = L + clev*C + slev*Ls;  R' = R + clev*C + slev*Rs; */
+        for (sample = 0; sample < frameSize; sample++)
+        {
+          FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev) >> 1;
+          FIXP_DBL tLR = fMultDiv2((FIXP_PCM)*pInLR, slev) >> 1;
+          FIXP_DBL tRR = fMultDiv2((FIXP_PCM)*pInRR, slev) >> 1;
+#if (SAMPLE_BITS == 32)
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF+tLR, 2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tRR, 2, SAMPLE_BITS);
+#else
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>2)+tCF+tLR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>2)+tCF+tRR, DFRACT_BITS-SAMPLE_BITS-2, SAMPLE_BITS);
+#endif
+          pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;  pInLR  += inStride;  pInRR  += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+      }
+      else if (mpegMixDownInfo.mixdownAvailable) {
+        /* 3/2 input: L' = (1.707+A)^-1 * [L+0.707*C+A*Ls]; R'= (1.707+A)^-1 * [R+0.707*C+A*Rs]; */
+        FIXP_SGL mtrxMixDwnCoef    = mpegMixDownIdx2Coef[mpegMixDownInfo.matrixMixdownIdx];
+        FIXP_SGL mtrxMixDwnPreFact = mpegMixDownIdx2PreFact[mpegMixDownInfo.matrixMixdownIdx];
+        clev = FX_DBL2FX_SGL(fMult(mtrxMixDwnPreFact, flev /* 0.707 */));
+        flev = mtrxMixDwnPreFact;
+        slev = FX_DBL2FX_SGL(fMult(mtrxMixDwnPreFact, mtrxMixDwnCoef));
+
+        for (sample = 0; sample < frameSize; sample++)
+        {
+          FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev);
+          FIXP_DBL tLF = fMultDiv2((FIXP_PCM)*pInLF, flev);
+          FIXP_DBL tRF = fMultDiv2((FIXP_PCM)*pInRF, flev);
+          FIXP_DBL tLR = fMultDiv2((FIXP_PCM)*pInLR, slev);
+          FIXP_DBL tRR = fMultDiv2((FIXP_PCM)*pInRR, slev);
+
+#if (SAMPLE_BITS == 32)
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT(tLF+tCF+tLR, 1, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT(tRF+tCF+tRR, 1, SAMPLE_BITS);
+#else
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT(tLF+tCF+tLR, DFRACT_BITS-SAMPLE_BITS-1, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT(tRF+tCF+tRR, DFRACT_BITS-SAMPLE_BITS-1, SAMPLE_BITS);
+#endif
+
+          pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;  pInLR  += inStride;  pInRR  += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+      }
+      else {
+        /* 3/2 input:  L' = L + 0.707*C - 0.707*Ls - 0.707*Rs;  R' = R + 0.707*C + 0.707*Ls + 0.707*Rs */
+        for (sample = 0; sample < frameSize; sample++)
+        {
+          FIXP_DBL tCF = fMultDiv2((FIXP_PCM)*pInCF, clev) >> 2;
+          FIXP_DBL tLR = fMultDiv2((FIXP_PCM)*pInLR, slev) >> 2;
+          FIXP_DBL tRR = fMultDiv2((FIXP_PCM)*pInRR, slev) >> 2;
+#if (SAMPLE_BITS == 32)
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>3)+tCF-tLR-tRR, 3, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_LEFT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>3)+tCF+tLR+tRR, 3, SAMPLE_BITS);
+#else
+          /* left channel */
+          *pOutL = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInLF)>>3)+tCF-tLR-tRR, DFRACT_BITS-SAMPLE_BITS-3, SAMPLE_BITS);
+          /* right channel */
+          *pOutR = (INT_PCM)SATURATE_RIGHT_SHIFT((FX_PCM2FX_DBL((FIXP_PCM)*pInRF)>>3)+tCF+tLR+tRR, DFRACT_BITS-SAMPLE_BITS-3, SAMPLE_BITS);
+#endif
+          pInLF += inStride;  pInRF += inStride;  pInCF  += inStride;  pInLR  += inStride;  pInRR  += inStride;
+          pOutL += outStride; pOutR += outStride;
+        }
+      }
+      break;
+
+    default:
+      errorStatus = PCMDMX_INVALID_MODE;
+      break;
+    }
+
+    /* SECOND STAGE:
+         If desired create a mono donwmix:
+         Note: Input are always two channels! */
+    if (numOutChannels == 1)
+    {
+      INT_PCM *pOutC;
+      FIXP_SGL mlev;
+
+      if (useGuidedDownMix) mlev = FL2FXCONST_SGL(1.0f); else mlev = flev;
+
+      /* Output of STAGE ONE = Input of STAGE TWO */
+      FDKmemcpy(inOffsetTable, outOffsetTable, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
+
+      /* Set I/O strides and offsets */
+      inStride  = outStride;          /* output from STAGE ONE */
+      outStride = numOutChannels;     /* final output */
+
+      /* Get channel description and channel mapping for this
+       * stages number of output channels (always MONO). */
+      getChannelDescription(
+              CH_MODE_1_0_0_0,
+              channelMapping,
+              channelType,
+              channelIndices,
+              outOffsetTable
+             );
+
+      /* Set input channel pointer. */
+      pInLF = &pPcmBuf[inOffsetTable[LEFT_FRONT_CHANNEL]*offset];
+      pInRF = &pPcmBuf[inOffsetTable[RIGHT_FRONT_CHANNEL]*offset];
+
+      /* Set output channel pointer */
+      pOutC = &pPcmBuf[outOffsetTable[CENTER_FRONT_CHANNEL]*offset];
+
+      /* C' = 0.707*L + 0.707*R */
+      for (sample = 0; sample < frameSize; sample++) {
+#if (SAMPLE_BITS == 32)
+        *pOutC =
+          (INT_PCM)SATURATE_LEFT_SHIFT(fMultDiv2((FIXP_PCM)*pInLF,mlev)+fMultDiv2((FIXP_PCM)*pInRF,mlev), 1, SAMPLE_BITS);
+#else
+        *pOutC =
+          (INT_PCM)SATURATE_RIGHT_SHIFT(fMultDiv2((FIXP_PCM)*pInLF,mlev)+fMultDiv2((FIXP_PCM)*pInRF,mlev), DFRACT_BITS-SAMPLE_BITS-1, SAMPLE_BITS);
+#endif
+
+        pInLF += inStride; pInRF += inStride;
+        pOutC += 1;
+      }
+      /* Finished STAGE TWO */
+    }
+
+    /* Update the number of output channels */
+    *nChannels = self->numOutputChannels;
+
+  } /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+  else
+  if ( numInChannels == numOutChannels )
+  {
+    /* Don't need to change the channel description here */
+
+    switch (numInChannels)
+    {
+    case 2:
+      { /* Set up channel pointer */
+        INT_PCM *pInLF, *pInRF, *pOutL, *pOutR;
+        FIXP_SGL flev;
+
+        UINT sample;
+        int inStride, outStride, offset;
+
+        if (fInterleaved) {
+          inStride  = numInChannels;
+          outStride = 2;  /* fixed !!! (below stereo is donwmixed to mono if required */
+          offset = 1; /* Channel specific offset factor */
+        } else {
+          inStride  = 1;
+          outStride = 1;
+          offset = frameSize;  /* Channel specific offset factor */
+        }
+
+        /* Set input channel pointer */
+        pInLF = &pPcmBuf[inOffsetTable[LEFT_FRONT_CHANNEL]*offset];
+        pInRF = &pPcmBuf[inOffsetTable[RIGHT_FRONT_CHANNEL]*offset];
+
+        /* Set output channel pointer (same as input) */
+        pOutL  =  pInLF;
+        pOutR  =  pInRF;
+
+        /* Set downmix levels: */
+        flev = ATTENUATION_FACTOR_1;    /* 0.707 */
+        /* 2/0 input: */
+        switch (dualChannelMode)
+        {
+        case CH1_MODE:  /* L' = 0.707 * Ch1;  R' = 0.707 * Ch1 */
+          for (sample = 0; sample < frameSize; sample++) {
+            *pOutL = *pOutR =
+              (INT_PCM)SATURATE_RIGHT_SHIFT(fMult((FIXP_PCM)*pInLF, flev), DFRACT_BITS-SAMPLE_BITS, SAMPLE_BITS);
+
+            pInLF += inStride;
+            pOutL += outStride; pOutR += outStride;
+          }
+          break;
+        case CH2_MODE:  /* L' = 0.707 * Ch2;  R' = 0.707 * Ch2 */
+          for (sample = 0; sample < frameSize; sample++) {
+            *pOutL = *pOutR =
+              (INT_PCM)SATURATE_RIGHT_SHIFT(fMult((FIXP_PCM)*pInRF, flev), DFRACT_BITS-SAMPLE_BITS, SAMPLE_BITS);
+
+            pInRF += inStride;
+            pOutL += outStride; pOutR += outStride;
+          }
+          break;
+        case MIXED_MODE:  /* L' = 0.5*Ch1 + 0.5*Ch2;  R' = 0.5*Ch1 + 0.5*Ch2 */
+          for (sample = 0; sample < frameSize; sample++) {
+            *pOutL = *pOutR = (*pInLF >> 1) + (*pInRF >> 1);
+
+            pInLF += inStride;  pInRF += inStride;
+            pOutL += outStride; pOutR += outStride;
+          }
+          break;
+        default:
+        case STEREO_MODE:
+          /* nothing to do */
+          break;
+        }
+      }
+      break;
+
+    default:
+      /* nothing to do */
+      break;
+    }
+  }
+
+  return (errorStatus);
+}
+
+
+/** Close an instance of the PCM downmix module.
+ * @param [inout] Pointer to a buffer containing the handle of the instance.
+ * @returns Returns an error code.
+ **/
+PCMDMX_ERROR pcmDmx_Close (
+    HANDLE_PCM_DOWNMIX *pSelf
+  )
+{
+  if (pSelf == NULL) {
+    return (PCMDMX_INVALID_HANDLE);
+  }
+
+  FreePcmDmxInstance( pSelf );
+  *pSelf = NULL;
+
+  return (PCMDMX_OK);
+}
+
+
+/** Get library info for this module.
+ * @param [out] Pointer to an allocated LIB_INFO structure.
+ * @returns Returns an error code.
+ */
+PCMDMX_ERROR pcmDmx_GetLibInfo( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return PCMDMX_INVALID_ARGUMENT;
+  }
+
+  /* Search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) {
+    return PCMDMX_UNKNOWN;
+  }
+  info += i;
+
+  /* Add the library info */
+  info->module_id  = FDK_PCMDMX;
+  info->version    = LIB_VERSION(PCMDMX_LIB_VL0, PCMDMX_LIB_VL1, PCMDMX_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->build_date = PCMDMX_LIB_BUILD_DATE;
+  info->build_time = PCMDMX_LIB_BUILD_TIME;
+  info->title      = PCMDMX_LIB_TITLE;
+
+  /* Set flags */
+  info->flags = 0
+      | CAPF_DMX_BLIND   /* At least blind downmixing is possible */
+      | CAPF_DMX_PCE     /* Guided downmix with data from MPEG-2/4 Program Config Elements (PCE). */
+      | CAPF_DMX_DVB     /* Guided downmix with data from DVB ancillary data fields. */
+      ;
+
+  return PCMDMX_OK;
+}
+
+
+
diff --git a/libSBRdec/include/sbrdecoder.h b/libSBRdec/include/sbrdecoder.h
new file mode 100644 (file)
index 0000000..13707e0
--- /dev/null
@@ -0,0 +1,337 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/************************  Fraunhofer IIS SBR decoder library ******************
+
+   Author(s):
+   Description: SBR decoder front-end prototypes and definitions.
+
+******************************************************************************/
+
+#ifndef __SBRDECODER_H
+#define __SBRDECODER_H
+
+#include "common_fix.h"
+
+#include "FDK_bitstream.h"
+#include "FDK_audio.h"
+
+
+#define SBR_DEBUG_EXTHLP "\
+--- SBR ---\n\
+    0x00000010 Ancillary data and SBR-Header\n\
+    0x00000020 SBR-Side info\n\
+    0x00000040 Decoded SBR-bitstream data, e.g. envelope data\n\
+    0x00000080 SBR-Bitstream statistics\n\
+    0x00000100 Miscellaneous SBR-messages\n\
+    0x00000200 SBR-Energies and gains in the adjustor\n\
+    0x00000400 Fatal SBR errors\n\
+    0x00000800 Transposer coefficients for inverse filtering\n\
+"
+
+/* Capability flags */
+#define CAPF_SBR_LP          0x00000001   /*!< Flag indicating library's capability of Low Power mode.            */
+#define CAPF_SBR_HQ          0x00000002   /*!< Flag indicating library's capability of High Quality mode.         */
+#define CAPF_SBR_DRM_BS      0x00000004   /*!< Flag indicating library's capability to decode DRM SBR data.       */
+#define CAPF_SBR_CONCEALMENT 0x00000008   /*!< Flag indicating library's capability to conceal erroneous frames.  */
+#define CAPF_SBR_DRC         0x00000010   /*!< Flag indicating library's capability for Dynamic Range Control.    */
+#define CAPF_SBR_PS_MPEG     0x00000020   /*!< Flag indicating library's capability to do MPEG Parametric Stereo. */
+#define CAPF_SBR_PS_DRM      0x00000040   /*!< Flag indicating library's capability to do DRM Parametric Stereo.  */
+
+typedef enum
+{
+  SBRDEC_OK = 0,                       /*!< All fine.                                                       */
+  /* SBRDEC_CONCEAL,                                                                                        */
+  /* SBRDEC_NOSYNCH,                                                                                        */
+  /* SBRDEC_ILLEGAL_PROGRAM,                                                                                */
+  /* SBRDEC_ILLEGAL_TAG,                                                                                    */
+  /* SBRDEC_ILLEGAL_CHN_CONFIG,                                                                             */
+  /* SBRDEC_ILLEGAL_SECTION,                                                                                */
+  /* SBRDEC_ILLEGAL_SCFACTORS,                                                                              */
+  /* SBRDEC_ILLEGAL_PULSE_DATA,                                                                             */
+  /* SBRDEC_MAIN_PROFILE_NOT_IMPLEMENTED,                                                                   */
+  /* SBRDEC_GC_NOT_IMPLEMENTED,                                                                             */
+  /* SBRDEC_ILLEGAL_PLUS_ELE_ID,                                                                            */
+  SBRDEC_CREATE_ERROR,                 /*!<                                                                 */
+  SBRDEC_NOT_INITIALIZED,              /*!<                                                                 */
+  SBRDEC_MEM_ALLOC_FAILED,             /*!< Memory allocation failed. Probably not enough memory available. */
+  SBRDEC_PARSE_ERROR,                  /*!<                                                                 */
+  SBRDEC_UNSUPPORTED_CONFIG,           /*!<                                                                 */
+  SBRDEC_SET_PARAM_FAIL                /*!<                                                                 */
+} SBR_ERROR;
+
+typedef enum
+{
+  SBR_SYSTEM_BITSTREAM_DELAY,          /*!< System: Switch to enable an additional SBR bitstream delay of one frame. */
+  SBR_QMF_MODE,                        /*!< Set QMF mode, either complex or low power. */
+  SBR_LD_QMF_TIME_ALIGN,               /*!< Set QMF type, either LD-MPS or CLDFB. Relevant for ELD streams only. */
+  SBR_BS_INTERRUPTION                  /*!< Signal bit stream interruption. Value is ignored. */
+} SBRDEC_PARAM;
+
+typedef struct SBR_DECODER_INSTANCE *HANDLE_SBRDECODER;
+
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+
+/**
+ * \brief        Allocates and initializes one SBR decoder instance.
+ * \param pSelf  Pointer to where a SBR decoder handle is copied into.
+ * \return       Error code.
+ */
+SBR_ERROR sbrDecoder_Open ( HANDLE_SBRDECODER *pSelf );
+
+/**
+ * \brief  Initialize a SBR decoder runtime instance. Must be called before decoding starts.
+ *
+ * \param self             Handle to a SBR decoder instance.
+ * \param sampleRateIn     Input samplerate of the SBR decoder instance.
+ * \param sampleRateOut    Output samplerate of the SBR decoder instance.
+ * \param samplesPerFrame  Number of samples per frames.
+ * \param coreCodec        Audio Object Type (AOT) of the core codec.
+ * \param elementID        Table with MPEG-4 element Ids in canonical order.
+ * \param forceReset       Flag that enforces a complete decoder reset.
+ *
+ * \return  Error code.
+ */
+SBR_ERROR sbrDecoder_InitElement (
+        HANDLE_SBRDECODER       self,
+        const int               sampleRateIn,
+        const int               sampleRateOut,
+        const int               samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const int               elementIndex
+        );
+
+/**
+ * \brief pass out of band SBR header to SBR decoder
+ *
+ * \param self         Handle to a SBR decoder instance.
+ * \param hBs          bit stream handle data source.
+ * \param elementID    SBR element ID.
+ * \param elementIndex SBR element index.
+ *
+ * \return  Error code.
+ */
+INT sbrDecoder_Header (
+        HANDLE_SBRDECODER       self,
+        HANDLE_FDK_BITSTREAM    hBs,
+        const INT sampleRateIn,
+        const INT sampleRateOut,
+        const INT samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const INT               elementIndex
+        );
+
+/**
+ * \brief        Set a parameter of the SBR decoder runtime instance.
+ * \param self   SBR decoder handle.
+ * \param param  Parameter which will be set if successfull.
+ * \param value  New parameter value.
+ * \return       Error code.
+ */
+SBR_ERROR sbrDecoder_SetParam ( HANDLE_SBRDECODER   self,
+                                const SBRDEC_PARAM  param,
+                                const INT           value );
+
+/**
+ * \brief  Feed DRC channel data into a SBR decoder runtime instance.
+ *
+ * \param self                    SBR decoder handle.
+ * \param ch                      Channel number to which the DRC data is associated to.
+ * \param numBands                Number of DRC bands.
+ * \param pNextFact_mag           Pointer to a table with the DRC factor magnitudes.
+ * \param nextFact_exp            Exponent for all DRC factors.
+ * \param drcInterpolationScheme  DRC interpolation scheme.
+ * \param winSequence             Window sequence from core coder (eight short or one long window).
+ * \param pBandTop                Pointer to a table with the top borders for all DRC bands.
+ *
+ * \return  Error code.
+ */
+SBR_ERROR sbrDecoder_drcFeedChannel ( HANDLE_SBRDECODER  self,
+                                      INT                ch,
+                                      UINT               numBands,
+                                      FIXP_DBL          *pNextFact_mag,
+                                      INT                nextFact_exp,
+                                      SHORT              drcInterpolationScheme,
+                                      UCHAR              winSequence,
+                                      USHORT            *pBandTop );
+
+/**
+ * \brief  Disable SBR DRC for a certain channel.
+ *
+ * \param hSbrDecoder  SBR decoder handle.
+ * \param ch           Number of the channel that has to be disabled.
+ *
+ * \return  None.
+ */
+void sbrDecoder_drcDisable ( HANDLE_SBRDECODER  self,
+                             INT                ch );
+
+
+/**
+ * \brief  Parse one SBR element data extension data block. The bit stream position will
+ *         be placed at the end of the SBR payload block. The remaining bits will be returned
+ *         into *count if a payload length is given (byPayLen > 0). If no SBR payload length is
+ *         given (bsPayLen < 0) then the bit stream position on return will be random after this
+ *         function call in case of errors, and any further decoding will be completely pointless.
+ *
+ * \param self           SBR decoder handle.
+ * \param hBs            Bit stream handle as data source.
+ * \param count          Pointer to an integer where the amount of parsed SBR payload bits is stored into.
+ * \param bsPayLen       If > 0 this value is the SBR payload length. If < 0, the SBR payload length is unknown.
+ * \param flags          CRC flag (0: EXT_SBR_DATA; 1: EXT_SBR_DATA_CRC)
+ * \param prev_element   Previous MPEG-4 element ID.
+ * \param element_index  Index of the current element.
+ *
+ * \return  Error code.
+ */
+SBR_ERROR sbrDecoder_Parse (
+        HANDLE_SBRDECODER  self,
+        HANDLE_FDK_BITSTREAM hBs,
+        int *count,
+        int  bsPayLen,
+        int  crcFlag,
+        MP4_ELEMENT_ID prev_element,
+        int element_index,
+        int fGlobalIndependencyFlag
+        );
+
+/**
+ * \brief  This function decodes the given SBR bitstreams and applies SBR to the given time data.
+ * 
+ * SBR-processing works InPlace. I.e. the calling function has to provide
+ * a time domain buffer timeData which can hold the completely decoded
+ * result.
+ *
+ * Left and right channel are read and stored according to the
+ * interleaving flag, frame length and number of channels.
+ *
+ * \param self            Handle of an open SBR decoder instance.
+ * \param hSbrBs          SBR Bitstream handle.
+ * \param timeData        Pointer to input and finally upsampled output data.
+ * \param numChannels     Pointer to a buffer holding the number of channels in time data buffer.
+ * \param sampleRate      Output samplerate.
+ * \param channelMapping  Channel mapping indices.
+ * \param interleaved     Flag indicating if time data is stored interleaved (1: Interleaved time data, 0: non-interleaved timedata).
+ * \param coreDecodedOk   Flag indicating if the core decoder did not find any error (0: core decoder found errors, 1: no errors).
+ * \param psDecoded       Pointer to a buffer holding a flag. Input: PS is possible, Output: PS has been rendered.
+ *
+ * \return  Error code.
+ */
+SBR_ERROR sbrDecoder_Apply ( HANDLE_SBRDECODER    self,
+                             INT_PCM             *timeData,
+                             int                 *numChannels,
+                             int                 *sampleRate,
+                             const UCHAR          channelMapping[(6)],
+                             const int            interleaved,
+                             const int            coreDecodedOk,
+                             UCHAR               *psDecoded );
+
+
+/**
+ * \brief       Close SBR decoder instance and free memory.
+ * \param self  SBR decoder handle.
+ * \return      Error Code.
+ */
+SBR_ERROR sbrDecoder_Close ( HANDLE_SBRDECODER *self );
+
+
+/**
+ * \brief       Get SBR decoder library information.
+ * \param info  Pointer to a LIB_INFO struct, where library information is written to.
+ * \return      0 on success, -1 if invalid handle or if no free element is available to write information to.
+ */
+INT sbrDecoder_GetLibInfo( LIB_INFO *info );    
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/libSBRdec/src/arm/env_calc_arm.cpp b/libSBRdec/src/arm/env_calc_arm.cpp
new file mode 100644 (file)
index 0000000..12b17d8
--- /dev/null
@@ -0,0 +1,148 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/********************************  Fraunhofer IIS  ***************************
+
+   Author(s):   Arthur Tritthart
+   Description: (ARM optimised) SBR domain coding
+
+******************************************************************************/
+#ifndef INCLUSION_GUARD_CALC_ENV_ARM
+#define INCLUSION_GUARD_CALC_ENV_ARM
+
+
+/*!
+  \brief   Compute maximal value of a complex array (re/im) of a given width
+           Negative values are temporarily logically or'ed with 0xFFFFFFFF
+           instead of negating the value, if the sign bit is set.
+  \param   maxVal  Preset maximal value
+  \param   reTmp   real input signal
+  \param   imTmp   imaginary input signal
+  \return  new maximal value
+*/
+
+#ifdef FUNCTION_FDK_get_maxval
+__asm FIXP_DBL FDK_get_maxval (FIXP_DBL maxVal, FIXP_DBL *reTmp, FIXP_DBL *imTmp, int width )
+{
+
+  /* Register map:
+     r0    maxVal
+     r1    reTmp
+     r2    imTmp
+     r3    width
+     r4    real
+     r5    imag
+  */
+    PUSH    {r4-r5}
+
+    MOVS    r3, r3, ASR #1
+    ADC     r3, r3, #0
+    BCS     FDK_get_maxval_loop_2nd_part
+    BEQ     FDK_get_maxval_loop_end
+
+FDK_get_maxval_loop
+    LDR     r4, [r1], #4
+    LDR     r5, [r2], #4
+    EOR     r4, r4, r4, ASR #31
+    EOR     r5, r5, r5, ASR #31
+    ORR     r0, r0, r4
+    ORR     r0, r0, r5
+
+FDK_get_maxval_loop_2nd_part
+    LDR     r4, [r1], #4
+    LDR     r5, [r2], #4
+    EOR     r4, r4, r4, ASR #31
+    EOR     r5, r5, r5, ASR #31
+    ORR     r0, r0, r4
+    ORR     r0, r0, r5
+
+    SUBS    r3, r3, #1
+    BNE     FDK_get_maxval_loop
+
+FDK_get_maxval_loop_end
+    POP     {r4-r5}
+    BX      lr
+}
+#endif /* FUNCTION_FDK_get_maxval */
+
+#endif /* INCLUSION_GUARD_CALC_ENV_ARM */
diff --git a/libSBRdec/src/arm/lpp_tran_arm.cpp b/libSBRdec/src/arm/lpp_tran_arm.cpp
new file mode 100644 (file)
index 0000000..78bbc2c
--- /dev/null
@@ -0,0 +1,151 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/********************************  Fraunhofer IIS  ***************************
+
+   Author(s):   Arthur Tritthart
+   Description: (ARM optimised) LPP transposer subroutines
+
+******************************************************************************/
+
+
+#if defined(__arm__)
+
+
+#define FUNCTION_LPPTRANSPOSER_func1
+
+#ifdef FUNCTION_LPPTRANSPOSER_func1
+
+/* Note: This code requires only 43 cycles per iteration instead of 61 on ARM926EJ-S */
+__attribute__ ((noinline)) static void lppTransposer_func1(
+  FIXP_DBL *lowBandReal,
+  FIXP_DBL *lowBandImag,
+  FIXP_DBL **qmfBufferReal,
+  FIXP_DBL **qmfBufferImag,
+  int loops,
+  int hiBand,
+  int dynamicScale,
+  int descale,
+  FIXP_SGL a0r,
+  FIXP_SGL a0i,
+  FIXP_SGL a1r,
+  FIXP_SGL a1i)
+{
+
+  FIXP_DBL real1, real2, imag1, imag2, accu1, accu2;
+
+  real2 = lowBandReal[-2];
+  real1 = lowBandReal[-1];
+  imag2 = lowBandImag[-2];
+  imag1 = lowBandImag[-1];
+  for(int i=0; i < loops; i++)
+  {
+    accu1 = fMultDiv2(         a0r,real1);
+    accu2 = fMultDiv2(         a0i,imag1);
+    accu1 = fMultAddDiv2(accu1,a1r,real2);
+    accu2 = fMultAddDiv2(accu2,a1i,imag2);
+    real2 = fMultDiv2(         a1i,real2);
+    accu1 = accu1 - accu2;
+    accu1 = accu1 >> dynamicScale;
+
+    accu2 = fMultAddDiv2(real2,a1r,imag2);
+    real2 = real1;
+    imag2 = imag1;
+    accu2 = fMultAddDiv2(accu2,a0i,real1);
+    real1 = lowBandReal[i];
+    accu2 = fMultAddDiv2(accu2,a0r,imag1);
+    imag1 = lowBandImag[i];
+    accu2 = accu2 >> dynamicScale;
+
+    accu1 <<= 1;
+    accu2 <<= 1;
+
+    qmfBufferReal[i][hiBand] = accu1 + (real1>>descale);
+    qmfBufferImag[i][hiBand] = accu2 + (imag1>>descale);
+  }
+}
+#endif  /* #ifdef FUNCTION_LPPTRANSPOSER_func1 */
+#endif  /* __arm__ */
+
+
+
diff --git a/libSBRdec/src/env_calc.cpp b/libSBRdec/src/env_calc.cpp
new file mode 100644 (file)
index 0000000..ade57fc
--- /dev/null
@@ -0,0 +1,2229 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope calculation  
+
+  The envelope adjustor compares the energies present in the transposed
+  highband to the reference energies conveyed with the bitstream.
+  The highband is amplified (sometimes) or attenuated (mostly) to the
+  desired level.
+
+  The spectral shape of the reference energies can be changed several times per
+  frame if necessary. Each set of energy values corresponding to a certain range
+  in time will be called an <em>envelope</em> here.
+  The bitstream supports several frequency scales and two resolutions. Normally,
+  one or more QMF-subbands are grouped to one SBR-band. An envelope contains
+  reference energies for each SBR-band.
+  In addition to the energy envelopes, noise envelopes are transmitted that
+  define the ratio of energy which is generated by adding noise instead of
+  transposing the lowband. The noise envelopes are given in a coarser time
+  and frequency resolution.
+  If a signal contains strong tonal components, synthetic sines can be
+  generated in individual SBR bands.
+
+  An overlap buffer of 6 QMF-timeslots is used to allow a more
+  flexible alignment of the envelopes in time that is not restricted to the
+  core codec's frame borders.
+  Therefore the envelope adjustor has access to the spectral data of the
+  current frame as well as the last 6 QMF-timeslots of the previous frame.
+  However, in average only the data of 1 frame is being processed as
+  the adjustor is called once per frame.
+
+  Depending on the frequency range set in the bitstream, only QMF-subbands between
+  <em>lowSubband</em> and <em>highSubband</em> are adjusted.
+
+  Scaling of spectral data to maximize SNR (see #QMF_SCALE_FACTOR) as well as a special Mantissa-Exponent format
+  ( see  calculateSbrEnvelope() ) are being used. The main entry point for this modules is calculateSbrEnvelope().
+
+  \sa sbr_scale.h, #QMF_SCALE_FACTOR, calculateSbrEnvelope(), \ref documentationOverview
+*/
+
+
+#include "env_calc.h"
+
+#include "sbrdec_freq_sca.h"
+#include "env_extr.h"
+#include "transcendent.h"
+#include "sbr_ram.h"
+#include "sbr_rom.h"
+
+#include "genericStds.h"           /* need FDKpow() for debug outputs */
+
+#if defined(__arm__)
+#include "arm/env_calc_arm.cpp"
+#endif
+
+typedef struct
+{
+    FIXP_DBL nrgRef[MAX_FREQ_COEFFS];
+    FIXP_DBL nrgEst[MAX_FREQ_COEFFS];
+    FIXP_DBL nrgGain[MAX_FREQ_COEFFS];
+    FIXP_DBL noiseLevel[MAX_FREQ_COEFFS];
+    FIXP_DBL nrgSine[MAX_FREQ_COEFFS];
+
+    SCHAR   nrgRef_e[MAX_FREQ_COEFFS];
+    SCHAR   nrgEst_e[MAX_FREQ_COEFFS];
+    SCHAR   nrgGain_e[MAX_FREQ_COEFFS];
+    SCHAR   noiseLevel_e[MAX_FREQ_COEFFS];
+    SCHAR   nrgSine_e[MAX_FREQ_COEFFS];
+}
+ENV_CALC_NRGS;
+
+/*static*/ void equalizeFiltBufferExp(FIXP_DBL *filtBuffer,
+                                  SCHAR   *filtBuffer_e,
+                                  FIXP_DBL *NrgGain,
+                                  SCHAR   *NrgGain_e,
+                                  int    subbands);
+
+/*static*/ void calcNrgPerSubband(FIXP_DBL  **analysBufferReal,
+                              FIXP_DBL  **analysBufferImag,
+                              int       lowSubband, int highSubband,
+                              int       start_pos,  int next_pos,
+                              SCHAR     frameExp,
+                              FIXP_DBL *nrgEst,
+                              SCHAR    *nrgEst_e );
+
+/*static*/ void calcNrgPerSfb(FIXP_DBL  **analysBufferReal,
+                          FIXP_DBL  **analysBufferImag,
+                          int       nSfb,
+                          UCHAR    *freqBandTable,
+                          int       start_pos,  int next_pos,
+                          SCHAR     input_e,
+                          FIXP_DBL *nrg_est,
+                          SCHAR    *nrg_est_e );
+
+/*static*/ void calcSubbandGain(FIXP_DBL  nrgRef, SCHAR nrgRef_e, ENV_CALC_NRGS* nrgs, int c,
+                            FIXP_DBL  tmpNoise, SCHAR tmpNoise_e,
+                            UCHAR     sinePresentFlag,
+                            UCHAR     sineMapped,
+                            int       noNoiseFlag);
+
+/*static*/ void calcAvgGain(ENV_CALC_NRGS* nrgs,
+                        int        lowSubband,
+                        int        highSubband,
+                        FIXP_DBL  *sumRef_m,
+                        SCHAR     *sumRef_e,
+                        FIXP_DBL  *ptrAvgGain_m,
+                        SCHAR     *ptrAvgGain_e);
+
+/*static*/ void adjustTimeSlotLC(FIXP_DBL  *ptrReal,
+                           ENV_CALC_NRGS* nrgs,
+                           UCHAR *ptrHarmIndex,
+                           int    lowSubbands,
+                           int    noSubbands,
+                           int    scale_change,
+                           int    noNoiseFlag,
+                           int   *ptrPhaseIndex,
+                           int    fCldfb);
+/*static*/ void adjustTimeSlotHQ(FIXP_DBL  *ptrReal,
+                           FIXP_DBL  *ptrImag,
+                           HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env,
+                           ENV_CALC_NRGS* nrgs,
+                           int    lowSubbands,
+                           int    noSubbands,
+                           int    scale_change,
+                           FIXP_SGL smooth_ratio,
+                           int    noNoiseFlag,
+                           int    filtBufferNoiseShift);
+
+
+/*!
+  \brief     Map sine flags from bitstream to QMF bands
+
+  The bitstream carries only 1 sine flag per band and frame.
+  This function maps every sine flag from the bitstream to a specific QMF subband
+  and to a specific envelope where the sine shall start.
+  The result is stored in the vector sineMapped which contains one entry per
+  QMF subband. The value of an entry specifies the envelope where a sine
+  shall start. A value of #MAX_ENVELOPES indicates that no sine is present
+  in the subband.
+  The missing harmonics flags from the previous frame (harmFlagsPrev) determine
+  if a sine starts at the beginning of the frame or at the transient position.
+  Additionally, the flags in harmFlagsPrev are being updated by this function
+  for the next frame.
+*/
+/*static*/ void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
+                         int nSfb,                     /*!< Number of bands in the table */
+                         UCHAR *addHarmonics,           /*!< vector with 1 flag per sfb */
+                         int *harmFlagsPrev,           /*!< Packed 'addHarmonics' */
+                         int tranEnv,                  /*!< Transient position */
+                         SCHAR *sineMapped)            /*!< Resulting vector of sine start positions for each QMF band */
+
+{
+  int i;
+  int lowSubband2 = freqBandTable[0]<<1;
+  int bitcount = 0;
+  int oldflags = *harmFlagsPrev;
+  int newflags = 0;
+
+  /*
+    Format of harmFlagsPrev:
+
+    first word = flags for highest 16 sfb bands in use
+    second word = flags for next lower 16 sfb bands (if present)
+    third word = flags for lowest 16 sfb bands (if present)
+
+    Up to MAX_FREQ_COEFFS sfb bands can be flagged for a sign.
+    The lowest bit of the first word corresponds to the _highest_ sfb band in use.
+    This is ensures that each flag is  mapped to the same QMF band even after a
+    change of the crossover-frequency.
+  */
+
+
+  /* Reset the output vector first */
+  FDKmemset(sineMapped, MAX_ENVELOPES,MAX_FREQ_COEFFS); /* MAX_ENVELOPES means 'no sine' */
+
+  freqBandTable += nSfb;
+  addHarmonics  += nSfb-1;
+
+  for (i=nSfb; i!=0; i--) {
+    int ui = *freqBandTable--;                 /* Upper limit of the current scale factor band. */
+    int li = *freqBandTable;                   /* Lower limit of the current scale factor band. */
+
+    if ( *addHarmonics-- ) {                   /* There is a sine in this band */
+
+      unsigned int mask = 1 << bitcount;
+      newflags |= mask;                        /* Set flag */
+
+      /*
+        If there was a sine in the last frame, let it continue from the first envelope on
+        else start at the transient position.
+      */
+      sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv;
+    }
+
+    if ((++bitcount == 16) || i==1) {
+      bitcount = 0;
+      *harmFlagsPrev++ = newflags;
+      oldflags = *harmFlagsPrev;               /* Fetch 16 of the old flags */
+      newflags = 0;
+    }
+  }
+}
+
+
+/*!
+  \brief     Reduce gain-adjustment induced aliasing for real valued filterbank.
+*/
+/*static*/ void
+aliasingReduction(FIXP_DBL* degreeAlias,       /*!< estimated aliasing for each QMF channel */
+                  ENV_CALC_NRGS* nrgs,
+                  int*      useAliasReduction, /*!< synthetic sine engergy for each subband, used as flag */
+                  int       noSubbands)        /*!< number of QMF channels to process */
+{
+  FIXP_DBL* nrgGain   = nrgs->nrgGain;          /*!< subband gains to be modified */
+  SCHAR*    nrgGain_e = nrgs->nrgGain_e;        /*!< subband gains to be modified (exponents) */
+  FIXP_DBL* nrgEst    = nrgs->nrgEst;           /*!< subband energy before amplification */
+  SCHAR*    nrgEst_e  = nrgs->nrgEst_e;         /*!< subband energy before amplification (exponents) */
+  int grouping = 0, index = 0, noGroups, k;
+  int groupVector[MAX_FREQ_COEFFS];
+
+  /* Calculate grouping*/
+  for (k = 0; k < noSubbands-1; k++ ){
+    if ( (degreeAlias[k + 1] != FL2FXCONST_DBL(0.0f)) && useAliasReduction[k] ) {
+      if(grouping==0){
+        groupVector[index++] = k;
+        grouping = 1;
+      }
+      else{
+        if(groupVector[index-1] + 3 == k){
+          groupVector[index++] = k + 1;
+          grouping = 0;
+        }
+      }
+    }
+    else{
+      if(grouping){
+        if(useAliasReduction[k])
+          groupVector[index++] = k + 1;
+        else
+          groupVector[index++] = k;
+        grouping = 0;
+      }
+    }
+  }
+
+  if(grouping){
+    groupVector[index++] = noSubbands;
+  }
+  noGroups = index >> 1;
+
+
+  /*Calculate new gain*/
+  for (int group = 0; group < noGroups; group ++) {
+    FIXP_DBL nrgOrig = FL2FXCONST_DBL(0.0f);    /* Original signal energy in current group of bands */
+    SCHAR    nrgOrig_e = 0;
+    FIXP_DBL nrgAmp = FL2FXCONST_DBL(0.0f);     /* Amplified signal energy in group (using current gains) */
+    SCHAR    nrgAmp_e = 0;
+    FIXP_DBL nrgMod = FL2FXCONST_DBL(0.0f);   /* Signal energy in group when applying modified gains */
+    SCHAR    nrgMod_e = 0;
+    FIXP_DBL groupGain;         /* Total energy gain in group */
+    SCHAR    groupGain_e;
+    FIXP_DBL compensation;      /* Compensation factor for the energy change when applying modified gains */
+    SCHAR    compensation_e;
+
+    int startGroup = groupVector[2*group];
+    int stopGroup  = groupVector[2*group+1];
+
+    /* Calculate total energy in group before and after amplification with current gains: */
+    for(k = startGroup; k < stopGroup; k++){
+      /* Get original band energy */
+      FIXP_DBL tmp = nrgEst[k];
+      SCHAR    tmp_e = nrgEst_e[k];
+
+      FDK_add_MantExp(tmp, tmp_e, nrgOrig, nrgOrig_e, &nrgOrig, &nrgOrig_e);
+
+      /* Multiply band energy with current gain */
+      tmp = fMult(tmp,nrgGain[k]);
+      tmp_e = tmp_e + nrgGain_e[k];
+
+      FDK_add_MantExp(tmp, tmp_e, nrgAmp, nrgAmp_e, &nrgAmp, &nrgAmp_e);
+    }
+
+    /* Calculate total energy gain in group */
+    FDK_divide_MantExp(nrgAmp, nrgAmp_e,
+                       nrgOrig, nrgOrig_e,
+                       &groupGain, &groupGain_e);
+
+    for(k = startGroup; k < stopGroup; k++){
+      FIXP_DBL tmp;
+      SCHAR    tmp_e;
+
+      FIXP_DBL alpha = degreeAlias[k];
+      if (k < noSubbands - 1) {
+        if (degreeAlias[k + 1] > alpha)
+          alpha = degreeAlias[k + 1];
+      }
+
+      /* Modify gain depending on the degree of aliasing */
+      FDK_add_MantExp( fMult(alpha,groupGain), groupGain_e,
+                       fMult(/*FL2FXCONST_DBL(1.0f)*/ (FIXP_DBL)MAXVAL_DBL - alpha,nrgGain[k]), nrgGain_e[k],
+                       &nrgGain[k], &nrgGain_e[k] );
+
+      /* Apply modified gain to original energy */
+      tmp = fMult(nrgGain[k],nrgEst[k]);
+      tmp_e = nrgGain_e[k] + nrgEst_e[k];
+
+      /* Accumulate energy with modified gains applied */
+      FDK_add_MantExp( tmp, tmp_e,
+                       nrgMod, nrgMod_e,
+                       &nrgMod, &nrgMod_e );
+    }
+
+    /* Calculate compensation factor to retain the energy of the amplified signal */
+    FDK_divide_MantExp(nrgAmp, nrgAmp_e,
+                       nrgMod, nrgMod_e,
+                       &compensation, &compensation_e);
+
+    /* Apply compensation factor to all gains of the group */
+    for(k = startGroup; k < stopGroup; k++){
+      nrgGain[k] = fMult(nrgGain[k],compensation);
+      nrgGain_e[k] = nrgGain_e[k] + compensation_e;
+    }
+  }
+}
+
+
+ /* Convert headroom bits to exponent */
+#define SCALE2EXP(s) (15-(s))
+#define EXP2SCALE(e) (15-(e))
+
+/*!
+  \brief  Apply spectral envelope to subband samples
+
+  This function is called from sbr_dec.cpp in each frame.
+
+  To enhance accuracy and due to the usage of tables for squareroots and
+  inverse, some calculations are performed with the operands being split
+  into mantissa and exponent. The variable names in the source code carry
+  the suffixes <em>_m</em> and  <em>_e</em> respectively. The control data
+  in #hFrameData containts envelope data which is represented by this format but
+  stored in single words. (See requantizeEnvelopeData() for details). This data
+  is unpacked within calculateSbrEnvelope() to follow the described suffix convention.
+
+  The actual value (comparable to the corresponding float-variable in the
+  research-implementation) of a mantissa/exponent-pair can be calculated as
+
+  \f$ value = value\_m * 2^{value\_e} \f$
+
+  All energies and noise levels decoded from the bitstream suit for an
+  original signal magnitude of \f$\pm 32768 \f$ rather than \f$ \pm 1\f$. Therefore,
+  the scale factor <em>hb_scale</em> passed into this function will be converted
+  to an 'input exponent' (#input_e), which fits the internal representation.
+
+  Before the actual processing, an exponent #adj_e for resulting adjusted
+  samples is derived from the maximum reference energy.
+
+  Then, for each envelope, the following steps are performed:
+
+  \li Calculate energy in the signal to be adjusted. Depending on the the value of
+      #interpolFreq (interpolation mode), this is either done seperately
+      for each QMF-subband or for each SBR-band.
+      The resulting energies are stored in #nrgEst_m[#MAX_FREQ_COEFFS] (mantissas)
+      and #nrgEst_e[#MAX_FREQ_COEFFS] (exponents).
+  \li Calculate gain and noise level for each subband:<br>
+      \f$ gain  = \sqrt{ \frac{nrgRef}{nrgEst} \cdot (1 - noiseRatio) }
+          \hspace{2cm}
+          noise = \sqrt{ nrgRef \cdot noiseRatio }
+      \f$<br>
+      where <em>noiseRatio</em> and <em>nrgRef</em> are extracted from the
+      bitstream and <em>nrgEst</em> is the subband energy before adjustment.
+      The resulting gains are stored in #nrgGain_m[#MAX_FREQ_COEFFS]
+      (mantissas) and #nrgGain_e[#MAX_FREQ_COEFFS] (exponents), the noise levels
+      are stored in #noiseLevel_m[#MAX_FREQ_COEFFS] and #noiseLevel_e[#MAX_FREQ_COEFFS]
+      (exponents).
+      The sine levels are stored in #nrgSine_m[#MAX_FREQ_COEFFS]
+      and #nrgSine_e[#MAX_FREQ_COEFFS].
+  \li Noise limiting: The gain for each subband is limited both absolutely
+      and relatively compared to the total gain over all subbands.
+  \li Boost gain: Calculate and apply boost factor for each limiter band
+      in order to compensate for the energy loss imposed by the limiting.
+  \li Apply gains and add noise: The gains and noise levels are applied
+      to all timeslots of the current envelope. A short FIR-filter (length 4
+      QMF-timeslots) can be used to smooth the sudden change at the envelope borders.
+      Each complex subband sample of the current timeslot is multiplied by the
+      smoothed gain, then random noise with the calculated level is added.
+
+  \note
+  To reduce the stack size, some of the local arrays could be located within
+  the time output buffer. Of the 512 samples temporarily available there,
+  about half the size is already used by #SBR_FRAME_DATA. A pointer to the
+  remaining free memory could be supplied by an additional argument to calculateSbrEnvelope()
+  in sbr_dec:
+
+  \par
+  \code
+    calculateSbrEnvelope (&hSbrDec->sbrScaleFactor,
+                          &hSbrDec->SbrCalculateEnvelope,
+                          hHeaderData,
+                          hFrameData,
+                          QmfBufferReal,
+                          QmfBufferImag,
+                          timeOutPtr + sizeof(SBR_FRAME_DATA)/sizeof(Float) + 1);
+  \endcode
+
+  \par
+  Within calculateSbrEnvelope(), some pointers could be defined instead of the arrays
+  #nrgRef_m, #nrgRef_e, #nrgEst_m, #nrgEst_e, #noiseLevel_m:
+
+  \par
+  \code
+    fract*        nrgRef_m = timeOutPtr;
+    SCHAR*        nrgRef_e = nrgRef_m + MAX_FREQ_COEFFS;
+    fract*        nrgEst_m = nrgRef_e + MAX_FREQ_COEFFS;
+    SCHAR*        nrgEst_e = nrgEst_m + MAX_FREQ_COEFFS;
+    fract*        noiseLevel_m = nrgEst_e + MAX_FREQ_COEFFS;
+  \endcode
+
+  <br>
+*/
+void
+calculateSbrEnvelope (QMF_SCALE_FACTOR  *sbrScaleFactor,           /*!< Scaling factors */
+                      HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env, /*!< Handle to struct filled by the create-function */
+                      HANDLE_SBR_HEADER_DATA hHeaderData,          /*!< Static control data */
+                      HANDLE_SBR_FRAME_DATA  hFrameData,           /*!< Control data of current frame */
+                      FIXP_DBL **analysBufferReal,                 /*!< Real part of subband samples to be processed */
+                      FIXP_DBL **analysBufferImag,                 /*!< Imag part of subband samples to be processed */
+                      const int useLP,
+                      FIXP_DBL *degreeAlias,                       /*!< Estimated aliasing for each QMF channel */
+                      const UINT flags,
+                      const int frameErrorFlag
+                      )
+{
+  int c, i, j, envNoise = 0;
+  UCHAR*   borders = hFrameData->frameInfo.borders;
+
+  FIXP_SGL *noiseLevels       = hFrameData->sbrNoiseFloorLevel;
+  HANDLE_FREQ_BAND_DATA hFreq = &hHeaderData->freqBandData;
+
+  int lowSubband  = hFreq->lowSubband;
+  int highSubband = hFreq->highSubband;
+  int noSubbands  = highSubband - lowSubband;
+
+  int    noNoiseBands = hFreq->nNfb;
+  int    no_cols      = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
+  UCHAR  first_start  = borders[0] * hHeaderData->timeStep;
+
+  SCHAR  sineMapped[MAX_FREQ_COEFFS];
+  SCHAR  ov_adj_e = SCALE2EXP(sbrScaleFactor->ov_hb_scale);
+  SCHAR  adj_e = 0;
+  SCHAR  output_e;
+  SCHAR  final_e = 0;
+
+  SCHAR  maxGainLimit_e = (frameErrorFlag) ? MAX_GAIN_CONCEAL_EXP : MAX_GAIN_EXP;
+
+  int useAliasReduction[64];
+  UCHAR smooth_length = 0;
+
+  FIXP_SGL * pIenv = hFrameData->iEnvelope;
+
+  /*
+    Extract sine flags for all QMF bands
+  */
+  mapSineFlags(hFreq->freqBandTable[1],
+               hFreq->nSfb[1],
+               hFrameData->addHarmonics,
+               h_sbr_cal_env->harmFlagsPrev,
+               hFrameData->frameInfo.tranEnv,
+               sineMapped);
+
+
+  /*
+    Scan for maximum in bufferd noise levels.
+    This is needed in case that we had strong noise in the previous frame
+    which is smoothed into the current frame.
+    The resulting exponent is used as start value for the maximum search
+    in reference energies
+  */
+  if (!useLP)
+    adj_e = h_sbr_cal_env->filtBufferNoise_e - getScalefactor(h_sbr_cal_env->filtBufferNoise, noSubbands);
+
+  /*
+    Scan for maximum reference energy to be able
+    to select appropriate values for adj_e and final_e.
+  */
+
+  for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) {
+    INT maxSfbNrg_e = -FRACT_BITS+NRG_EXP_OFFSET; /* start value for maximum search */
+
+    /* Fetch frequency resolution for current envelope: */
+    for (j=hFreq->nSfb[hFrameData->frameInfo.freqRes[i]]; j!=0; j--) {
+      maxSfbNrg_e = fixMax(maxSfbNrg_e,(INT)((LONG)(*pIenv++) & MASK_E));
+    }
+    maxSfbNrg_e -= NRG_EXP_OFFSET;
+
+    /* Energy -> magnitude (sqrt halfens exponent) */
+    maxSfbNrg_e = (maxSfbNrg_e+1) >> 1;  /* +1 to go safe (round to next higher int) */
+
+    /* Some safety margin is needed for 2 reasons:
+       - The signal energy is not equally spread over all subband samples in
+         a specific sfb of an envelope (Nrg could be too high by a factor of
+         envWidth * sfbWidth)
+       - Smoothing can smear high gains of the previous envelope into the current
+    */
+    maxSfbNrg_e += 6;
+
+    if (borders[i] < hHeaderData->numberTimeSlots)
+      /* This envelope affects timeslots that belong to the output frame */
+      adj_e = (maxSfbNrg_e > adj_e) ? maxSfbNrg_e : adj_e;
+
+    if (borders[i+1] > hHeaderData->numberTimeSlots)
+      /* This envelope affects timeslots after the output frame */
+      final_e =  (maxSfbNrg_e > final_e) ? maxSfbNrg_e : final_e;
+
+  }
+
+  /*
+    Calculate adjustment factors and apply them for every envelope.
+  */
+  pIenv = hFrameData->iEnvelope;
+
+  for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) {
+
+    int k, noNoiseFlag;
+    SCHAR  noise_e, input_e = SCALE2EXP(sbrScaleFactor->hb_scale);
+    C_ALLOC_SCRATCH_START(pNrgs, ENV_CALC_NRGS, 1);
+
+    /*
+      Helper variables.
+    */
+    UCHAR start_pos = hHeaderData->timeStep * borders[i];  /* Start-position in time (subband sample) for current envelope. */
+    UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. */
+    UCHAR freq_res = hFrameData->frameInfo.freqRes[i];     /* Frequency resolution for current envelope. */
+
+
+    /* Always do fully initialize the temporary energy table. This prevents negative energies and extreme gain factors in
+       cases where the number of limiter bands exceeds the number of subbands. The latter can be caused by undetected bit
+       errors and is tested by some streams from the certification set. */
+    FDKmemclear(pNrgs, sizeof(ENV_CALC_NRGS));
+
+    /* If the start-pos of the current envelope equals the stop pos of the current
+       noise envelope, increase the pointer (i.e. choose the next noise-floor).*/
+    if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){
+      noiseLevels += noNoiseBands;   /* The noise floor data is stored in a row [noiseFloor1 noiseFloor2...].*/
+      envNoise++;
+    }
+
+    if(i==hFrameData->frameInfo.tranEnv || i==h_sbr_cal_env->prevTranEnv) /* attack */
+    {
+      noNoiseFlag = 1;
+      if (!useLP)
+        smooth_length = 0;  /* No smoothing on attacks! */
+    }
+    else {
+      noNoiseFlag = 0;
+      if (!useLP)
+        smooth_length = (1 - hHeaderData->bs_data.smoothingLength) << 2;  /* can become either 0 or 4 */
+    }
+
+
+    /*
+      Energy estimation in transposed highband.
+    */
+    if (hHeaderData->bs_data.interpolFreq)
+      calcNrgPerSubband(analysBufferReal,
+                        (useLP) ? NULL : analysBufferImag,
+                        lowSubband, highSubband,
+                        start_pos, stop_pos,
+                        input_e,
+                        pNrgs->nrgEst,
+                        pNrgs->nrgEst_e);
+    else
+      calcNrgPerSfb(analysBufferReal,
+                    (useLP) ? NULL : analysBufferImag,
+                    hFreq->nSfb[freq_res],
+                    hFreq->freqBandTable[freq_res],
+                    start_pos, stop_pos,
+                    input_e,
+                    pNrgs->nrgEst,
+                    pNrgs->nrgEst_e);
+
+    /*
+      Calculate subband gains
+    */
+    {
+      UCHAR * table = hFreq->freqBandTable[freq_res];
+      UCHAR * pUiNoise = &hFreq->freqBandTableNoise[1]; /*! Upper limit of the current noise floor band. */
+
+      FIXP_SGL * pNoiseLevels = noiseLevels;
+
+      FIXP_DBL tmpNoise = FX_SGL2FX_DBL((FIXP_SGL)((LONG)(*pNoiseLevels) & MASK_M));
+      SCHAR    tmpNoise_e = (UCHAR)((LONG)(*pNoiseLevels++) & MASK_E) - NOISE_EXP_OFFSET;
+
+      int cc = 0;
+      c = 0;
+      for (j = 0; j < hFreq->nSfb[freq_res]; j++) {
+
+        FIXP_DBL refNrg   = FX_SGL2FX_DBL((FIXP_SGL)((LONG)(*pIenv) & MASK_M));
+        SCHAR    refNrg_e = (SCHAR)((LONG)(*pIenv) & MASK_E) - NRG_EXP_OFFSET;
+
+        UCHAR sinePresentFlag = 0;
+        int li = table[j];
+        int ui = table[j+1];
+
+        for (k=li; k<ui; k++) {
+          sinePresentFlag |= (i >= sineMapped[cc]);
+          cc++;
+        }
+
+        for (k=li; k<ui; k++) {
+          if (k >= *pUiNoise) {
+            tmpNoise = FX_SGL2FX_DBL((FIXP_SGL)((LONG)(*pNoiseLevels) & MASK_M));
+            tmpNoise_e = (SCHAR)((LONG)(*pNoiseLevels++) & MASK_E) - NOISE_EXP_OFFSET;
+
+            pUiNoise++;
+          }
+
+          FDK_ASSERT(k >= lowSubband);
+
+          if (useLP)
+            useAliasReduction[k-lowSubband] = !sinePresentFlag;
+
+          pNrgs->nrgSine[c] = FL2FXCONST_DBL(0.0f);
+          pNrgs->nrgSine_e[c] = 0;
+
+          calcSubbandGain(refNrg, refNrg_e, pNrgs, c,
+                          tmpNoise, tmpNoise_e,
+                          sinePresentFlag, i >= sineMapped[c],
+                          noNoiseFlag);
+
+          pNrgs->nrgRef[c]   = refNrg;
+          pNrgs->nrgRef_e[c] = refNrg_e;
+
+          c++;
+        }
+        pIenv++;
+      }
+    }
+
+    /*
+      Noise limiting
+    */
+
+    for (c = 0; c < hFreq->noLimiterBands; c++) {
+
+      FIXP_DBL sumRef, boostGain, maxGain;
+      FIXP_DBL accu = FL2FXCONST_DBL(0.0f);
+      SCHAR   sumRef_e, boostGain_e, maxGain_e, accu_e = 0;
+
+      calcAvgGain(pNrgs,
+                  hFreq->limiterBandTable[c], hFreq->limiterBandTable[c+1],
+                  &sumRef, &sumRef_e,
+                  &maxGain, &maxGain_e);
+
+      /* Multiply maxGain with limiterGain: */
+      maxGain = fMult(maxGain, FDK_sbrDecoder_sbr_limGains_m[hHeaderData->bs_data.limiterGains]);
+      maxGain_e += FDK_sbrDecoder_sbr_limGains_e[hHeaderData->bs_data.limiterGains];
+
+      /* Scale mantissa of MaxGain into range between 0.5 and 1: */
+      if (maxGain == FL2FXCONST_DBL(0.0f))
+        maxGain_e = -FRACT_BITS;
+      else {
+        SCHAR charTemp = CountLeadingBits(maxGain);
+        maxGain_e -= charTemp;
+        maxGain  <<= (int)charTemp;
+      }
+
+      if (maxGain_e >= maxGainLimit_e) { /* upper limit (e.g. 96 dB) */
+        maxGain = FL2FXCONST_DBL(0.5f);
+        maxGain_e = maxGainLimit_e;
+      }
+
+
+      /* Every subband gain is compared to the scaled "average gain"
+         and limited if necessary: */
+      for (k = hFreq->limiterBandTable[c]; k < hFreq->limiterBandTable[c+1]; k++) {
+        if ( (pNrgs->nrgGain_e[k] > maxGain_e) || (pNrgs->nrgGain_e[k] == maxGain_e && pNrgs->nrgGain[k]>maxGain) ) {
+
+          FIXP_DBL noiseAmp;
+          SCHAR    noiseAmp_e;
+
+          FDK_divide_MantExp(maxGain, maxGain_e, pNrgs->nrgGain[k], pNrgs->nrgGain_e[k], &noiseAmp, &noiseAmp_e);
+          pNrgs->noiseLevel[k]    = fMult(pNrgs->noiseLevel[k],noiseAmp);
+          pNrgs->noiseLevel_e[k] += noiseAmp_e;
+          pNrgs->nrgGain[k]       = maxGain;
+          pNrgs->nrgGain_e[k]     = maxGain_e;
+        }
+      }
+
+      /* -- Boost gain
+        Calculate and apply boost factor for each limiter band:
+        1. Check how much energy would be present when using the limited gain
+        2. Calculate boost factor by comparison with reference energy
+        3. Apply boost factor to compensate for the energy loss due to limiting
+      */
+      for (k = hFreq->limiterBandTable[c]; k < hFreq->limiterBandTable[c + 1]; k++) {
+
+        /* 1.a  Add energy of adjusted signal (using preliminary gain) */
+        FIXP_DBL  tmp   = fMult(pNrgs->nrgGain[k],pNrgs->nrgEst[k]);
+        SCHAR     tmp_e = pNrgs->nrgGain_e[k] + pNrgs->nrgEst_e[k];
+        FDK_add_MantExp(tmp, tmp_e, accu, accu_e, &accu, &accu_e);
+
+        /* 1.b  Add sine energy (if present) */
+        if(pNrgs->nrgSine[k] != FL2FXCONST_DBL(0.0f)) {
+          FDK_add_MantExp(pNrgs->nrgSine[k], pNrgs->nrgSine_e[k], accu, accu_e, &accu, &accu_e);
+        }
+        else {
+          /* 1.c  Add noise energy (if present) */
+          if(noNoiseFlag == 0) {
+            FDK_add_MantExp(pNrgs->noiseLevel[k], pNrgs->noiseLevel_e[k], accu, accu_e, &accu, &accu_e);
+          }
+        }
+      }
+
+      /* 2.a  Calculate ratio of wanted energy and accumulated energy */
+      if (accu == (FIXP_DBL)0) { /* If divisor is 0, limit quotient to +4 dB */
+        boostGain = FL2FXCONST_DBL(0.6279716f);
+        boostGain_e = 2;
+      } else {
+        INT div_e;
+        boostGain = fDivNorm(sumRef, accu, &div_e);
+        boostGain_e = sumRef_e - accu_e + div_e;
+      }
+
+
+      /* 2.b Result too high? --> Limit the boost factor to +4 dB */
+      if((boostGain_e  > 3) ||
+         (boostGain_e == 2 && boostGain > FL2FXCONST_DBL(0.6279716f)) ||
+         (boostGain_e == 3 && boostGain > FL2FXCONST_DBL(0.3139858f)) )
+      {
+        boostGain = FL2FXCONST_DBL(0.6279716f);
+        boostGain_e = 2;
+      }
+      /* 3.  Multiply all signal components with the boost factor */
+      for (k = hFreq->limiterBandTable[c]; k < hFreq->limiterBandTable[c + 1]; k++) {
+        pNrgs->nrgGain[k]   = fMultDiv2(pNrgs->nrgGain[k],boostGain);
+        pNrgs->nrgGain_e[k] = pNrgs->nrgGain_e[k] + boostGain_e + 1;
+
+        pNrgs->nrgSine[k]   = fMultDiv2(pNrgs->nrgSine[k],boostGain);
+        pNrgs->nrgSine_e[k] = pNrgs->nrgSine_e[k] + boostGain_e + 1;
+
+        pNrgs->noiseLevel[k]   = fMultDiv2(pNrgs->noiseLevel[k],boostGain);
+        pNrgs->noiseLevel_e[k] = pNrgs->noiseLevel_e[k] + boostGain_e + 1;
+      }
+    }
+    /* End of noise limiting */
+
+    if (useLP)
+      aliasingReduction(degreeAlias+lowSubband,
+                        pNrgs,
+                        useAliasReduction,
+                        noSubbands);
+
+    /* For the timeslots within the range for the output frame,
+       use the same scale for the noise levels.
+       Drawback: If the envelope exceeds the frame border, the noise levels
+                 will have to be rescaled later to fit final_e of
+                 the gain-values.
+    */
+    noise_e = (start_pos < no_cols) ? adj_e : final_e;
+
+    /*
+      Convert energies to amplitude levels
+    */
+    for (k=0; k<noSubbands; k++) {
+      FDK_sqrt_MantExp(&pNrgs->nrgSine[k],    &pNrgs->nrgSine_e[k],    &noise_e);
+      FDK_sqrt_MantExp(&pNrgs->nrgGain[k],    &pNrgs->nrgGain_e[k],    &pNrgs->nrgGain_e[k]);
+      FDK_sqrt_MantExp(&pNrgs->noiseLevel[k], &pNrgs->noiseLevel_e[k], &noise_e);
+    }
+
+
+
+    /*
+      Apply calculated gains and adaptive noise
+    */
+
+    /* assembleHfSignals() */
+    {
+      int scale_change, sc_change;
+      FIXP_SGL smooth_ratio;
+      int filtBufferNoiseShift=0;
+
+      /* Initialize smoothing buffers with the first valid values */
+      if (h_sbr_cal_env->startUp)
+      {
+        if (!useLP) {
+          h_sbr_cal_env->filtBufferNoise_e = noise_e;
+
+          FDKmemcpy(h_sbr_cal_env->filtBuffer_e,    pNrgs->nrgGain_e,  noSubbands*sizeof(SCHAR));
+          FDKmemcpy(h_sbr_cal_env->filtBufferNoise, pNrgs->noiseLevel, noSubbands*sizeof(FIXP_DBL));
+          FDKmemcpy(h_sbr_cal_env->filtBuffer,      pNrgs->nrgGain,    noSubbands*sizeof(FIXP_DBL));
+
+        }
+        h_sbr_cal_env->startUp = 0;
+      }
+
+      if (!useLP) {
+
+        equalizeFiltBufferExp(h_sbr_cal_env->filtBuffer,    /* buffered */
+                              h_sbr_cal_env->filtBuffer_e,  /* buffered */
+                              pNrgs->nrgGain,               /* current  */
+                              pNrgs->nrgGain_e,             /* current  */
+                              noSubbands);
+
+        /* Adapt exponent of buffered noise levels to the current exponent
+           so they can easily be smoothed */
+        if((h_sbr_cal_env->filtBufferNoise_e - noise_e)>=0) {
+          int shift = fixMin(DFRACT_BITS-1,(int)(h_sbr_cal_env->filtBufferNoise_e - noise_e));
+          for (k=0; k<noSubbands; k++)
+            h_sbr_cal_env->filtBufferNoise[k] <<= shift;
+        }
+        else {
+          int shift = fixMin(DFRACT_BITS-1,-(int)(h_sbr_cal_env->filtBufferNoise_e - noise_e));
+          for (k=0; k<noSubbands; k++)
+            h_sbr_cal_env->filtBufferNoise[k] >>= shift;
+        }
+
+        h_sbr_cal_env->filtBufferNoise_e = noise_e;
+      }
+
+      /* find best scaling! */
+      scale_change = -(DFRACT_BITS-1);
+      for(k=0;k<noSubbands;k++) {
+          scale_change = fixMax(scale_change,(int)pNrgs->nrgGain_e[k]);
+      }
+      sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
+
+      if ((scale_change-sc_change+1)<0)
+          scale_change-=(scale_change-sc_change+1);
+
+      scale_change = (scale_change-sc_change)+1;
+
+      for(k=0;k<noSubbands;k++) {
+          int sc = scale_change-pNrgs->nrgGain_e[k] + (sc_change-1);
+          pNrgs->nrgGain[k]  >>= sc;
+          pNrgs->nrgGain_e[k] += sc;
+      }
+
+      if (!useLP) {
+        for(k=0;k<noSubbands;k++) {
+          int sc = scale_change-h_sbr_cal_env->filtBuffer_e[k] + (sc_change-1);
+          h_sbr_cal_env->filtBuffer[k] >>= sc;
+        }
+      }
+
+      for (j = start_pos; j < stop_pos; j++)
+      {
+        /* This timeslot is located within the first part of the processing buffer
+           and will be fed into the QMF-synthesis for the current frame.
+               adj_e - input_e
+           This timeslot will not yet be fed into the QMF so we do not care
+           about the adj_e.
+               sc_change = final_e - input_e
+        */
+        if ( (j==no_cols) && (start_pos<no_cols) )
+        {
+          int shift = (int) (noise_e - final_e);
+          if (!useLP)
+            filtBufferNoiseShift = shift;               /* shifting of h_sbr_cal_env->filtBufferNoise[k] will be applied in function adjustTimeSlotHQ() */
+          if (shift>=0) {
+            shift = fixMin(DFRACT_BITS-1,shift);
+            for (k=0; k<noSubbands; k++) {
+              pNrgs->nrgSine[k] <<= shift;
+              pNrgs->noiseLevel[k]  <<= shift;
+              /*
+              if (!useLP)
+                h_sbr_cal_env->filtBufferNoise[k]  <<= shift;
+              */
+            }
+          }
+          else {
+            shift = fixMin(DFRACT_BITS-1,-shift);
+            for (k=0; k<noSubbands; k++) {
+              pNrgs->nrgSine[k] >>= shift;
+              pNrgs->noiseLevel[k]  >>= shift;
+              /*
+              if (!useLP)
+                h_sbr_cal_env->filtBufferNoise[k]  >>= shift;
+              */
+            }
+          }
+
+          /* update noise scaling */
+          noise_e = final_e;
+          if (!useLP)
+            h_sbr_cal_env->filtBufferNoise_e = noise_e;  /* scaling value unused! */
+
+          /* update gain buffer*/
+          sc_change -= (final_e - input_e);
+
+          if (sc_change<0) {
+            for(k=0;k<noSubbands;k++) {
+                pNrgs->nrgGain[k]  >>= -sc_change;
+                pNrgs->nrgGain_e[k] += -sc_change;
+            }
+            if (!useLP) {
+              for(k=0;k<noSubbands;k++) {
+                    h_sbr_cal_env->filtBuffer[k] >>= -sc_change;
+              }
+            }
+          } else {
+            scale_change+=sc_change;
+          }
+
+        } // if
+
+        if (!useLP) {
+
+          /* Prevent the smoothing filter from running on constant levels */
+          if (j-start_pos < smooth_length)
+            smooth_ratio = FDK_sbrDecoder_sbr_smoothFilter[j-start_pos];
+
+          else
+            smooth_ratio = FL2FXCONST_SGL(0.0f);
+
+          adjustTimeSlotHQ(&analysBufferReal[j][lowSubband],
+                           &analysBufferImag[j][lowSubband],
+                           h_sbr_cal_env,
+                           pNrgs,
+                           lowSubband,
+                           noSubbands,
+                           scale_change,
+                           smooth_ratio,
+                           noNoiseFlag,
+                           filtBufferNoiseShift);
+        }
+        else
+        {
+          adjustTimeSlotLC(&analysBufferReal[j][lowSubband],
+                           pNrgs,
+                          &h_sbr_cal_env->harmIndex,
+                           lowSubband,
+                           noSubbands,
+                           scale_change,
+                           noNoiseFlag,
+                          &h_sbr_cal_env->phaseIndex,
+                           (flags & SBRDEC_ELD_GRID));
+        }
+      } // for
+
+      if (!useLP) {
+        /* Update time-smoothing-buffers for gains and noise levels
+           The gains and the noise values of the current envelope are copied into the buffer.
+           This has to be done at the end of each envelope as the values are required for
+           a smooth transition to the next envelope. */
+        FDKmemcpy(h_sbr_cal_env->filtBuffer,      pNrgs->nrgGain,    noSubbands*sizeof(FIXP_DBL));
+        FDKmemcpy(h_sbr_cal_env->filtBuffer_e,    pNrgs->nrgGain_e,  noSubbands*sizeof(SCHAR));
+        FDKmemcpy(h_sbr_cal_env->filtBufferNoise, pNrgs->noiseLevel, noSubbands*sizeof(FIXP_DBL));
+      }
+
+    }
+    C_ALLOC_SCRATCH_END(pNrgs, ENV_CALC_NRGS, 1);
+  }
+
+  /* Rescale output samples */
+  {
+    FIXP_DBL maxVal;
+    int ov_reserve, reserve;
+
+    /* Determine headroom in old adjusted samples */
+    maxVal = maxSubbandSample( analysBufferReal,
+                              (useLP) ? NULL : analysBufferImag,
+                               lowSubband,
+                               highSubband,
+                               0,
+                               first_start);
+
+    ov_reserve = fNorm(maxVal);
+
+    /* Determine headroom in new adjusted samples */
+    maxVal = maxSubbandSample( analysBufferReal,
+                               (useLP) ? NULL : analysBufferImag,
+                               lowSubband,
+                               highSubband,
+                               first_start,
+                               no_cols);
+
+    reserve = fNorm(maxVal);
+
+    /* Determine common output exponent */
+    if (ov_adj_e - ov_reserve  >  adj_e - reserve ) /* set output_e to the maximum */
+      output_e = ov_adj_e - ov_reserve;
+    else
+      output_e = adj_e - reserve;
+
+    /* Rescale old samples */
+    rescaleSubbandSamples( analysBufferReal,
+                           (useLP) ? NULL : analysBufferImag,
+                           lowSubband, highSubband,
+                           0, first_start,
+                           ov_adj_e - output_e);
+
+    /* Rescale new samples */
+    rescaleSubbandSamples( analysBufferReal,
+                           (useLP) ? NULL : analysBufferImag,
+                           lowSubband, highSubband,
+                           first_start, no_cols,
+                           adj_e - output_e);
+  }
+
+  /* Update hb_scale */
+  sbrScaleFactor->hb_scale = EXP2SCALE(output_e);
+
+  /* Save the current final exponent for the next frame: */
+  sbrScaleFactor->ov_hb_scale = EXP2SCALE(final_e);
+
+
+  /* We need to remeber to the next frame that the transient
+     will occur in the first envelope (if tranEnv == nEnvelopes). */
+  if(hFrameData->frameInfo.tranEnv == hFrameData->frameInfo.nEnvelopes)
+    h_sbr_cal_env->prevTranEnv = 0;
+  else
+    h_sbr_cal_env->prevTranEnv = -1;
+
+}
+
+
+/*!
+  \brief   Create envelope instance
+
+  Must be called once for each channel before calculateSbrEnvelope() can be used.
+
+  \return  errorCode, 0 if successful
+*/
+SBR_ERROR
+createSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hs,   /*!< pointer to envelope instance */
+                       HANDLE_SBR_HEADER_DATA hHeaderData, /*!< static SBR control data, initialized with defaults */
+                       const int chan,                     /*!< Channel for which to assign buffers */
+                       const UINT flags)
+{
+  SBR_ERROR err = SBRDEC_OK;
+  int i;
+
+  /* Clear previous missing harmonics flags */
+  for (i=0; i<(MAX_FREQ_COEFFS+15)>>4; i++) {
+    hs->harmFlagsPrev[i] = 0;
+  }
+  hs->harmIndex = 0;
+
+  /*
+    Setup pointers for time smoothing.
+    The buffer itself will be initialized later triggered by the startUp-flag.
+  */
+  hs->prevTranEnv = -1;
+
+
+  /* initialization */
+  resetSbrEnvelopeCalc(hs);
+
+  if (chan==0) { /* do this only once */
+    err = resetFreqBandTables(hHeaderData, flags);
+  }
+
+  return err;
+}
+
+/*!
+  \brief   Create envelope instance
+
+  Must be called once for each channel before calculateSbrEnvelope() can be used.
+
+  \return  errorCode, 0 if successful
+*/
+int
+deleteSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hs)
+{
+  return 0;
+}
+
+
+/*!
+  \brief   Reset envelope instance
+
+  This function must be called for each channel on a change of configuration.
+  Note that resetFreqBandTables should also be called in this case.
+
+  \return  errorCode, 0 if successful
+*/
+void
+resetSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hCalEnv) /*!< pointer to envelope instance */
+{
+  hCalEnv->phaseIndex = 0;
+
+  /* Noise exponent needs to be reset because the output exponent for the next frame depends on it */
+  hCalEnv->filtBufferNoise_e = 0;
+
+  hCalEnv->startUp = 1;
+}
+
+
+/*!
+  \brief  Equalize exponents of the buffered gain values and the new ones
+
+  After equalization of exponents, the FIR-filter addition for smoothing
+  can be performed.
+  This function is called once for each envelope before adjusting.
+*/
+/*static*/ void equalizeFiltBufferExp(FIXP_DBL *filtBuffer,     /*!< bufferd gains */
+                                  SCHAR    *filtBuffer_e,   /*!< exponents of bufferd gains */
+                                  FIXP_DBL *nrgGain,        /*!< gains for current envelope */
+                                  SCHAR    *nrgGain_e,      /*!< exponents of gains for current envelope */
+                                  int       subbands)       /*!< Number of QMF subbands */
+{
+  int   band;
+  int  diff;
+
+  for (band=0; band<subbands; band++){
+    diff = (int) (nrgGain_e[band] - filtBuffer_e[band]);
+    if (diff>0) {
+      filtBuffer[band] >>= diff;   /* Compensate for the scale change by shifting the mantissa. */
+      filtBuffer_e[band] += diff;  /* New gain is bigger, use its exponent */
+    }
+    else if (diff<0) {
+      /* The buffered gains seem to be larger, but maybe there
+         are some unused bits left in the mantissa */
+
+      int reserve = CntLeadingZeros(fixp_abs(filtBuffer[band]))-1;
+
+      if ((-diff) <= reserve) {
+        /* There is enough space in the buffered mantissa so
+           that we can take the new exponent as common.
+        */
+        filtBuffer[band] <<= (-diff);
+        filtBuffer_e[band] += diff;  /* becomes equal to *ptrNewExp */
+      }
+      else {
+        filtBuffer[band] <<= reserve;   /* Shift the mantissa as far as possible: */
+        filtBuffer_e[band] -= reserve;  /* Compensate in the exponent: */
+
+        /* For the remaining difference, change the new gain value */
+        diff = fixMin(-(reserve + diff),DFRACT_BITS-1);
+        nrgGain[band] >>= diff;
+        nrgGain_e[band] += diff;
+      }
+    }
+  }
+}
+
+/*!
+  \brief  Shift left the mantissas of all subband samples
+          in the giventime and frequency range by the specified number of bits.
+
+  This function is used to rescale the audio data in the overlap buffer
+  which has already been envelope adjusted with the last frame.
+*/
+void rescaleSubbandSamples(FIXP_DBL ** re,   /*!< Real part of input and output subband samples */
+                           FIXP_DBL ** im,   /*!< Imaginary part of input and output subband samples */
+                           int lowSubband,   /*!< Begin of frequency range to process */
+                           int highSubband,  /*!< End of frequency range to process */
+                           int start_pos,    /*!< Begin of time rage (QMF-timeslot) */
+                           int next_pos,     /*!< End of time rage (QMF-timeslot) */
+                           int shift)        /*!< number of bits to shift */
+{
+  int width = highSubband-lowSubband;
+
+  if ( (width > 0) && (shift!=0) ) {
+    if (im!=NULL) {
+      for (int l=start_pos; l<next_pos; l++) {
+          scaleValues(&re[l][lowSubband], width, shift);
+          scaleValues(&im[l][lowSubband], width, shift);
+      }
+    } else
+    {
+      for (int l=start_pos; l<next_pos; l++) {
+          scaleValues(&re[l][lowSubband], width, shift);
+      }
+    }
+  }
+}
+
+
+/*!
+  \brief   Determine headroom for shifting
+
+  Determine by how much the spectrum can be shifted left
+  for better accuracy in later processing.
+
+  \return  Number of free bits in the biggest spectral value
+*/
+
+FIXP_DBL maxSubbandSample( FIXP_DBL ** re,   /*!< Real part of input and output subband samples */
+                           FIXP_DBL ** im,   /*!< Real part of input and output subband samples */
+                           int lowSubband,   /*!< Begin of frequency range to process */
+                           int highSubband,  /*!< Number of QMF bands to process */
+                           int start_pos,    /*!< Begin of time rage (QMF-timeslot) */
+                           int next_pos      /*!< End of time rage (QMF-timeslot) */
+                          )
+{
+  FIXP_DBL maxVal = FL2FX_DBL(0.0f);
+  unsigned int width = highSubband - lowSubband;
+
+  FDK_ASSERT(width <= (64));
+
+  if ( width > 0 ) {
+    if (im!=NULL) 
+    {
+      for (int l=start_pos; l<next_pos; l++) 
+      {
+#ifdef FUNCTION_FDK_get_maxval
+        maxVal = FDK_get_maxval(maxVal, &re[l][lowSubband], &im[l][lowSubband], width);
+#else
+        int k=width;
+        FIXP_DBL *reTmp = &re[l][lowSubband];
+        FIXP_DBL *imTmp = &im[l][lowSubband];
+        do{
+          FIXP_DBL tmp1 = *(reTmp++);
+          FIXP_DBL tmp2 = *(imTmp++);
+          maxVal |= (FIXP_DBL)((LONG)(tmp1)^((LONG)tmp1>>(DFRACT_BITS-1)));
+          maxVal |= (FIXP_DBL)((LONG)(tmp2)^((LONG)tmp2>>(DFRACT_BITS-1)));
+        } while(--k!=0);
+#endif
+      }
+    } else
+    {
+      for (int l=start_pos; l<next_pos; l++) {
+        int k=width;
+        FIXP_DBL *reTmp = &re[l][lowSubband];
+        do{
+          FIXP_DBL tmp = *(reTmp++);
+          maxVal |= (FIXP_DBL)((LONG)(tmp)^((LONG)tmp>>(DFRACT_BITS-1)));
+        }while(--k!=0);
+      }
+    }
+  }
+
+  return(maxVal);
+}
+
+#define SHIFT_BEFORE_SQUARE (3) /* (7/2) */
+/*!<
+  If the accumulator does not provide enough overflow bits or
+  does not provide a high dynamic range, the below energy calculation
+  requires an additional shift operation for each sample.
+  On the other hand, doing the shift allows using a single-precision
+  multiplication for the square (at least 16bit x 16bit).
+  For even values of OVRFLW_BITS (0, 2, 4, 6), saturated arithmetic
+  is required for the energy accumulation.
+  Theoretically, the sample-squares can sum up to a value of 76,
+  requiring 7 overflow bits. However since such situations are *very*
+  rare, accu can be limited to 64.
+  In case native saturated arithmetic is not available, overflows
+  can be prevented by replacing the above #define by
+    #define SHIFT_BEFORE_SQUARE ((8 - OVRFLW_BITS) / 2)
+  which will result in slightly reduced accuracy.
+*/
+
+/*!
+  \brief  Estimates the mean energy of each filter-bank channel for the
+          duration of the current envelope
+
+  This function is used when interpolFreq is true.
+*/
+/*static*/ void calcNrgPerSubband(FIXP_DBL  **analysBufferReal, /*!< Real part of subband samples */
+                              FIXP_DBL  **analysBufferImag, /*!< Imaginary part of subband samples */
+                              int       lowSubband,           /*!< Begin of the SBR frequency range */
+                              int       highSubband,          /*!< High end of the SBR frequency range */
+                              int       start_pos,            /*!< First QMF-slot of current envelope */
+                              int       next_pos,             /*!< Last QMF-slot of current envelope + 1 */
+                              SCHAR     frameExp,             /*!< Common exponent for all input samples */
+                              FIXP_DBL *nrgEst,               /*!< resulting Energy (0..1) */
+                              SCHAR    *nrgEst_e )            /*!< Exponent of resulting Energy */
+{
+  FIXP_SGL invWidth;
+  SCHAR  preShift;
+  SCHAR  shift;
+  FIXP_DBL sum;
+  int k,l;
+
+  /* Divide by width of envelope later: */
+  invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos));
+  /* The common exponent needs to be doubled because all mantissas are squared: */
+  frameExp = frameExp << 1;
+
+  for (k=lowSubband; k<highSubband; k++) {
+    FIXP_DBL  bufferReal[(((1024)/(32))+(6))];
+    FIXP_DBL  bufferImag[(((1024)/(32))+(6))];
+    FIXP_DBL maxVal = FL2FX_DBL(0.0f);
+
+    if (analysBufferImag!=NULL)
+    {
+      for (l=start_pos;l<next_pos;l++) 
+      {
+        bufferImag[l] = analysBufferImag[l][k];
+        maxVal |= (FIXP_DBL)((LONG)(bufferImag[l])^((LONG)bufferImag[l]>>(DFRACT_BITS-1)));
+        bufferReal[l] = analysBufferReal[l][k];
+        maxVal |= (FIXP_DBL)((LONG)(bufferReal[l])^((LONG)bufferReal[l]>>(DFRACT_BITS-1)));
+      }
+    }
+    else
+    {
+      for (l=start_pos;l<next_pos;l++)
+      {
+        bufferReal[l] = analysBufferReal[l][k];
+        maxVal |= (FIXP_DBL)((LONG)(bufferReal[l])^((LONG)bufferReal[l]>>(DFRACT_BITS-1)));
+      }
+    }
+
+    if (maxVal!=FL2FXCONST_DBL(0.f)) {
+
+
+      /* If the accu does not provide enough overflow bits, we cannot
+         shift the samples up to the limit.
+         Instead, keep up to 3 free bits in each sample, i.e. up to
+         6 bits after calculation of square.
+         Please note the comment on saturated arithmetic above!
+      */
+      FIXP_DBL accu = FL2FXCONST_DBL(0.0f);
+      preShift = CntLeadingZeros(maxVal)-1;
+      preShift -= SHIFT_BEFORE_SQUARE;
+
+      if (preShift>=0) {
+        if (analysBufferImag!=NULL) {
+          for (l=start_pos; l<next_pos; l++) {
+            FIXP_DBL temp1 = bufferReal[l] << (int)preShift;
+            FIXP_DBL temp2 = bufferImag[l] << (int)preShift;
+            accu = fPow2AddDiv2(accu, temp1);
+            accu = fPow2AddDiv2(accu, temp2);
+          }
+        } else
+        {
+          for (l=start_pos; l<next_pos; l++) {
+            FIXP_DBL temp = bufferReal[l] << (int)preShift;
+            accu = fPow2AddDiv2(accu, temp);
+          }
+        }
+      }
+      else {    /* if negative shift value */
+        int negpreShift = -preShift;
+        if (analysBufferImag!=NULL) {
+          for (l=start_pos; l<next_pos; l++) {
+            FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift;
+            FIXP_DBL temp2 = bufferImag[l] >> (int)negpreShift;
+            accu = fPow2AddDiv2(accu, temp1);
+            accu = fPow2AddDiv2(accu, temp2);
+          }
+        } else
+        {
+          for (l=start_pos; l<next_pos; l++) {
+            FIXP_DBL temp = bufferReal[l] >> (int)negpreShift;
+            accu = fPow2AddDiv2(accu, temp);
+          }
+        }
+      }
+      accu <<= 1;
+
+      /* Convert double precision to Mantissa/Exponent: */
+      shift = fNorm(accu);
+      sum = accu << (int)shift;
+
+      /* Divide by width of envelope and apply frame scale: */
+      *nrgEst++ = fMult(sum, invWidth);
+      shift += 2 * preShift;
+      if (analysBufferImag!=NULL)
+        *nrgEst_e++ = frameExp - shift;
+      else
+        *nrgEst_e++ = frameExp - shift + 1;  /* +1 due to missing imag. part */
+    } /* maxVal!=0 */
+    else {
+
+      /* Prevent a zero-mantissa-number from being misinterpreted
+         due to its exponent. */
+      *nrgEst++ = FL2FXCONST_DBL(0.0f);
+      *nrgEst_e++ = 0;
+    }
+  }
+}
+
+/*!
+  \brief   Estimates the mean energy of each Scale factor band for the
+           duration of the current envelope.
+
+  This function is used when interpolFreq is false.
+*/
+/*static*/ void calcNrgPerSfb(FIXP_DBL  **analysBufferReal,  /*!< Real part of subband samples */
+                          FIXP_DBL  **analysBufferImag,  /*!< Imaginary part of subband samples */
+                          int       nSfb,                /*!< Number of scale factor bands */
+                          UCHAR    *freqBandTable,       /*!< First Subband for each Sfb */
+                          int       start_pos,           /*!< First QMF-slot of current envelope */
+                          int       next_pos,            /*!< Last QMF-slot of current envelope + 1 */
+                          SCHAR     input_e,             /*!< Common exponent for all input samples */
+                          FIXP_DBL *nrgEst,              /*!< resulting Energy (0..1) */
+                          SCHAR    *nrgEst_e )           /*!< Exponent of resulting Energy */
+{
+  FIXP_SGL  invWidth;
+  FIXP_DBL  temp;
+  SCHAR  preShift;
+  SCHAR   shift, sum_e;
+  FIXP_DBL  sum;
+
+  int j,k,l,li,ui;
+  FIXP_DBL sumAll, sumLine; /* Single precision would be sufficient,
+                             but overflow bits are required for accumulation */
+
+  /* Divide by width of envelope later: */
+  invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos));
+  /* The common exponent needs to be doubled because all mantissas are squared: */
+  input_e = input_e << 1;
+
+  for(j=0; j<nSfb; j++) {
+    li = freqBandTable[j];
+    ui = freqBandTable[j+1];
+
+    FIXP_DBL maxVal = maxSubbandSample( analysBufferReal,
+                                        analysBufferImag,
+                                        li,
+                                        ui,
+                                        start_pos,
+                                        next_pos );
+
+    if (maxVal!=FL2FXCONST_DBL(0.f)) {
+
+      preShift = CntLeadingZeros(maxVal)-1;
+
+      /* If the accu does not provide enough overflow bits, we cannot
+         shift the samples up to the limit.
+         Instead, keep up to 3 free bits in each sample, i.e. up to
+         6 bits after calculation of square.
+         Please note the comment on saturated arithmetic above!
+      */
+      preShift -= SHIFT_BEFORE_SQUARE;
+
+      sumAll = FL2FXCONST_DBL(0.0f);
+
+
+      for (k=li; k<ui; k++) {
+
+        sumLine = FL2FXCONST_DBL(0.0f);
+
+        if (analysBufferImag!=NULL) {
+          if (preShift>=0) {
+            for (l=start_pos; l<next_pos; l++) {
+              temp   = analysBufferReal[l][k] << (int)preShift;
+              sumLine += fPow2Div2(temp);
+              temp   = analysBufferImag[l][k] << (int)preShift;
+              sumLine += fPow2Div2(temp);
+
+            }
+          } else {
+            for (l=start_pos; l<next_pos; l++) {
+              temp   = analysBufferReal[l][k] >> -(int)preShift;
+              sumLine += fPow2Div2(temp);
+              temp   = analysBufferImag[l][k] >> -(int)preShift;
+              sumLine += fPow2Div2(temp);
+            }
+          }
+        } else
+        {
+          if (preShift>=0) {
+            for (l=start_pos; l<next_pos; l++) {
+              temp   = analysBufferReal[l][k] << (int)preShift;
+              sumLine += fPow2Div2(temp);
+            }
+          } else {
+            for (l=start_pos; l<next_pos; l++) {
+              temp   = analysBufferReal[l][k] >> -(int)preShift;
+              sumLine += fPow2Div2(temp);
+            }
+          }
+        }
+
+        /* The number of QMF-channels per SBR bands may be up to 15.
+           Shift right to avoid overflows in sum over all channels. */
+        sumLine = sumLine >> (4-1);
+        sumAll  += sumLine;
+      }
+
+      /* Convert double precision to Mantissa/Exponent: */
+      shift = fNorm(sumAll);
+      sum = sumAll << (int)shift;
+
+      /* Divide by width of envelope: */
+      sum = fMult(sum,invWidth);
+
+      /* Divide by width of Sfb: */
+      sum = fMult(sum, FX_DBL2FX_SGL(GetInvInt(ui-li)));
+
+      /* Set all Subband energies in the Sfb to the average energy: */
+      if (analysBufferImag!=NULL)
+        sum_e = input_e + 4 - shift;  /* -4 to compensate right-shift */
+      else
+        sum_e = input_e + 4 + 1 - shift;  /* -4 to compensate right-shift; +1 due to missing imag. part */
+
+      sum_e -= 2 * preShift;
+    } /* maxVal!=0 */
+    else {
+
+      /* Prevent a zero-mantissa-number from being misinterpreted
+         due to its exponent. */
+      sum = FL2FXCONST_DBL(0.0f);
+      sum_e = 0;
+    }
+
+    for (k=li; k<ui; k++)
+    {
+      *nrgEst++   = sum;
+      *nrgEst_e++ = sum_e;
+    }
+  }
+}
+
+
+/*!
+  \brief  Calculate gain, noise, and additional sine level for one subband.
+
+  The resulting energy gain is given by mantissa and exponent.
+*/
+/*static*/ void calcSubbandGain(FIXP_DBL  nrgRef,            /*!< Reference Energy according to envelope data */
+                            SCHAR     nrgRef_e,          /*!< Reference Energy according to envelope data (exponent) */
+                            ENV_CALC_NRGS* nrgs,
+                            int       i,
+                            FIXP_DBL  tmpNoise,          /*!< Relative noise level */
+                            SCHAR     tmpNoise_e,        /*!< Relative noise level (exponent) */
+                            UCHAR     sinePresentFlag,   /*!< Indicates if sine is present on band */
+                            UCHAR     sineMapped,        /*!< Indicates if sine must be added */
+                            int       noNoiseFlag)       /*!< Flag to suppress noise addition */
+{
+  FIXP_DBL  nrgEst          = nrgs->nrgEst[i];            /*!< Energy in transposed signal */
+  SCHAR     nrgEst_e        = nrgs->nrgEst_e[i];          /*!< Energy in transposed signal (exponent) */
+  FIXP_DBL *ptrNrgGain      = &nrgs->nrgGain[i];          /*!< Resulting energy gain */
+  SCHAR    *ptrNrgGain_e    = &nrgs->nrgGain_e[i];        /*!< Resulting energy gain (exponent) */
+  FIXP_DBL *ptrNoiseLevel   = &nrgs->noiseLevel[i];       /*!< Resulting absolute noise energy */
+  SCHAR    *ptrNoiseLevel_e = &nrgs->noiseLevel_e[i];     /*!< Resulting absolute noise energy (exponent) */
+  FIXP_DBL *ptrNrgSine      = &nrgs->nrgSine[i];          /*!< Additional sine energy */
+  SCHAR    *ptrNrgSine_e    = &nrgs->nrgSine_e[i];        /*!< Additional sine energy (exponent) */
+
+  FIXP_DBL a, b, c;
+  SCHAR    a_e, b_e, c_e;
+
+  /*
+     This addition of 1 prevents divisions by zero in the reference code.
+     For very small energies in nrgEst, it prevents the gains from becoming
+     very high which could cause some trouble due to the smoothing.
+  */
+  b_e = (int)(nrgEst_e - 1);
+  if (b_e>=0) {
+    nrgEst = (FL2FXCONST_DBL(0.5f) >> (INT)fixMin(b_e+1,DFRACT_BITS-1)) + (nrgEst >> 1);
+    nrgEst_e += 1;  /* shift by 1 bit to avoid overflow */
+
+  } else {
+    nrgEst = (nrgEst >> (INT)(fixMin(-b_e+1,DFRACT_BITS-1))) + (FL2FXCONST_DBL(0.5f) >> 1);
+    nrgEst_e = 2;  /* shift by 1 bit to avoid overflow */
+  }
+
+  /*  A = NrgRef * TmpNoise */
+  a = fMult(nrgRef,tmpNoise);
+  a_e = nrgRef_e + tmpNoise_e;
+
+  /*  B = 1 + TmpNoise */
+  b_e = (int)(tmpNoise_e - 1);
+  if (b_e>=0) {
+    b = (FL2FXCONST_DBL(0.5f) >> (INT)fixMin(b_e+1,DFRACT_BITS-1)) + (tmpNoise >> 1);
+    b_e = tmpNoise_e + 1;  /* shift by 1 bit to avoid overflow */
+  } else {
+    b = (tmpNoise >> (INT)(fixMin(-b_e+1,DFRACT_BITS-1))) + (FL2FXCONST_DBL(0.5f) >> 1);
+    b_e = 2;  /* shift by 1 bit to avoid overflow */
+  }
+
+  /*  noiseLevel = A / B = (NrgRef * TmpNoise) / (1 + TmpNoise) */
+  FDK_divide_MantExp( a,  a_e,
+                      b,  b_e,
+                      ptrNoiseLevel, ptrNoiseLevel_e);
+
+  if (sinePresentFlag) {
+
+    /*  C = (1 + TmpNoise) * NrgEst */
+    c = fMult(b,nrgEst);
+    c_e = b_e + nrgEst_e;
+
+    /*  gain = A / C = (NrgRef * TmpNoise) / (1 + TmpNoise) * NrgEst */
+    FDK_divide_MantExp( a,  a_e,
+                        c,  c_e,
+                        ptrNrgGain, ptrNrgGain_e);
+
+    if (sineMapped) {
+
+      /*  sineLevel = nrgRef/ (1 + TmpNoise) */
+      FDK_divide_MantExp( nrgRef,  nrgRef_e,
+                          b,  b_e,
+                          ptrNrgSine, ptrNrgSine_e);
+    }
+  }
+  else {
+    if (noNoiseFlag) {
+      /*  B = NrgEst */
+      b = nrgEst;
+      b_e = nrgEst_e;
+    }
+    else {
+      /*  B = NrgEst * (1 + TmpNoise) */
+      b = fMult(b,nrgEst);
+      b_e = b_e + nrgEst_e;
+    }
+
+
+    /*  gain = nrgRef / B */
+    FDK_divide_MantExp( nrgRef,  nrgRef_e,
+                        b,  b_e,
+                        ptrNrgGain, ptrNrgGain_e);
+  }
+}
+
+
+/*!
+  \brief  Calculate "average gain" for the specified subband range.
+
+  This is rather a gain of the average magnitude than the average
+  of gains!
+  The result is used as a relative limit for all gains within the
+  current "limiter band" (a certain frequency range).
+*/
+/*static*/ void calcAvgGain(ENV_CALC_NRGS* nrgs,
+                        int        lowSubband,    /*!< Begin of the limiter band */
+                        int        highSubband,   /*!< High end of the limiter band */
+                        FIXP_DBL  *ptrSumRef,
+                        SCHAR     *ptrSumRef_e,
+                        FIXP_DBL  *ptrAvgGain,  /*!< Resulting overall gain (mantissa) */
+                        SCHAR     *ptrAvgGain_e)  /*!< Resulting overall gain (exponent) */
+{
+  FIXP_DBL  *nrgRef   = nrgs->nrgRef;       /*!< Reference Energy according to envelope data */
+  SCHAR     *nrgRef_e = nrgs->nrgRef_e;     /*!< Reference Energy according to envelope data (exponent) */
+  FIXP_DBL  *nrgEst   = nrgs->nrgEst;       /*!< Energy in transposed signal */
+  SCHAR     *nrgEst_e = nrgs->nrgEst_e;     /*!< Energy in transposed signal (exponent) */
+
+  FIXP_DBL sumRef = 1;
+  FIXP_DBL sumEst = 1;
+  SCHAR    sumRef_e = -FRACT_BITS;
+  SCHAR    sumEst_e = -FRACT_BITS;
+  int      k;
+
+  for (k=lowSubband; k<highSubband; k++){
+    /* Add nrgRef[k] to sumRef: */
+    FDK_add_MantExp( sumRef, sumRef_e,
+                     nrgRef[k], nrgRef_e[k],
+                     &sumRef, &sumRef_e );
+
+    /* Add nrgEst[k] to sumEst: */
+    FDK_add_MantExp( sumEst, sumEst_e,
+                     nrgEst[k], nrgEst_e[k],
+                     &sumEst, &sumEst_e );
+  }
+
+  FDK_divide_MantExp(sumRef, sumRef_e,
+                     sumEst, sumEst_e,
+                     ptrAvgGain, ptrAvgGain_e);
+
+  *ptrSumRef = sumRef;
+  *ptrSumRef_e = sumRef_e;
+}
+
+
+/*!
+  \brief   Amplify one timeslot of the signal with the calculated gains
+           and add the noisefloor.
+*/
+
+/*static*/ void adjustTimeSlotLC(FIXP_DBL *ptrReal,       /*!< Subband samples to be adjusted, real part */
+                             ENV_CALC_NRGS* nrgs,
+                             UCHAR    *ptrHarmIndex,  /*!< Harmonic index */
+                             int       lowSubband,    /*!< Lowest QMF-channel in the currently used SBR range. */
+                             int       noSubbands,    /*!< Number of QMF subbands */
+                             int       scale_change,  /*!< Number of bits to shift adjusted samples */
+                             int       noNoiseFlag,   /*!< Flag to suppress noise addition */
+                             int      *ptrPhaseIndex, /*!< Start index to random number array */
+                             int       fCldfb)        /*!< CLDFB 80 flag */
+{
+  FIXP_DBL *pGain       = nrgs->nrgGain;     /*!< Gains of current envelope */
+  FIXP_DBL *pNoiseLevel = nrgs->noiseLevel;  /*!< Noise levels of current envelope */
+  FIXP_DBL *pSineLevel  = nrgs->nrgSine;     /*!< Sine levels */
+
+  int    k;
+  int    index = *ptrPhaseIndex;
+  UCHAR  harmIndex = *ptrHarmIndex;
+  UCHAR  freqInvFlag = (lowSubband & 1);
+  FIXP_DBL  signalReal, sineLevel, sineLevelNext, sineLevelPrev;
+  int    tone_count = 0;
+  int    sineSign = 1;
+
+  #define C1   ((FIXP_SGL)FL2FXCONST_SGL(2.f*0.00815f))
+  #define C1_CLDFB ((FIXP_SGL)FL2FXCONST_SGL(2.f*0.16773f))
+
+  /*
+    First pass for k=0 pulled out of the loop:
+  */
+
+  index = (index + 1) & (SBR_NF_NO_RANDOM_VAL - 1);
+
+  /*
+    The next multiplication constitutes the actual envelope adjustment
+    of the signal and should be carried out with full accuracy
+    (supplying #FRACT_BITS valid bits).
+  */
+  signalReal    = fMultDiv2(*ptrReal,*pGain++) << ((int)scale_change);
+  sineLevel     = *pSineLevel++;
+  sineLevelNext = (noSubbands > 1) ? pSineLevel[0] : FL2FXCONST_DBL(0.0f);
+
+  if (sineLevel!=FL2FXCONST_DBL(0.0f)) tone_count++;
+
+  else if (!noNoiseFlag)
+        /* Add noisefloor to the amplified signal */
+        signalReal += (fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], pNoiseLevel[0])<<4);
+
+  if (fCldfb) {
+
+    if (!(harmIndex&0x1)) {
+      /* harmIndex 0,2 */
+      signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel;
+      *ptrReal++ = signalReal;
+    }
+    else {
+      /* harmIndex 1,3 in combination with freqInvFlag */
+      int shift = (int) (scale_change+1);
+      shift = (shift>=0) ? fixMin(DFRACT_BITS-1,shift) : fixMax(-(DFRACT_BITS-1),shift);
+
+      FIXP_DBL tmp1 = scaleValue( fMultDiv2(C1_CLDFB, sineLevel), -shift );
+
+      FIXP_DBL tmp2 = fMultDiv2(C1_CLDFB, sineLevelNext);
+
+
+      /* save switch and compare operations and reduce to XOR statement */
+      if ( ((harmIndex>>1)&0x1)^freqInvFlag) {
+          *(ptrReal-1) += tmp1;
+          signalReal   -= tmp2;
+      } else {
+          *(ptrReal-1) -= tmp1;
+          signalReal   += tmp2;
+      }
+      *ptrReal++ = signalReal;
+      freqInvFlag = !freqInvFlag;
+    }
+
+  } else
+  {
+    if (!(harmIndex&0x1)) {
+      /* harmIndex 0,2 */
+      signalReal += (harmIndex&0x2) ? -sineLevel : sineLevel;
+      *ptrReal++ = signalReal;
+    }
+    else {
+      /* harmIndex 1,3 in combination with freqInvFlag */
+      int shift = (int) (scale_change+1);
+      shift = (shift>=0) ? fixMin(DFRACT_BITS-1,shift) : fixMax(-(DFRACT_BITS-1),shift);
+
+      FIXP_DBL tmp1 = (shift>=0) ? ( fMultDiv2(C1, sineLevel) >> shift )
+                                 : ( fMultDiv2(C1, sineLevel) << (-shift) );
+      FIXP_DBL tmp2 = fMultDiv2(C1, sineLevelNext);
+
+
+      /* save switch and compare operations and reduce to XOR statement */
+      if ( ((harmIndex>>1)&0x1)^freqInvFlag) {
+          *(ptrReal-1) += tmp1;
+          signalReal   -= tmp2;
+      } else {
+          *(ptrReal-1) -= tmp1;
+          signalReal   += tmp2;
+      }
+      *ptrReal++ = signalReal;
+      freqInvFlag = !freqInvFlag;
+    }
+  }
+
+  pNoiseLevel++;
+
+  if ( noSubbands > 2 ) {
+    if (!(harmIndex&0x1)) {
+      /* harmIndex 0,2 */
+      if(!harmIndex) 
+      {
+        sineSign = 0;
+      }
+
+      for (k=noSubbands-2; k!=0; k--) {
+        FIXP_DBL sinelevel = *pSineLevel++;
+        index++;
+        if (((signalReal = (sineSign ? -sinelevel : sinelevel)) == FL2FXCONST_DBL(0.0f))  && !noNoiseFlag) 
+        {
+          /* Add noisefloor to the amplified signal */
+          index &= (SBR_NF_NO_RANDOM_VAL - 1);
+          signalReal += (fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], pNoiseLevel[0])<<4);
+        }
+        
+        /* The next multiplication constitutes the actual envelope adjustment of the signal. */
+        signalReal += fMultDiv2(*ptrReal,*pGain++) << ((int)scale_change);
+
+        pNoiseLevel++;
+        *ptrReal++ = signalReal;
+      } /* for ... */
+    }
+    else {
+      /* harmIndex 1,3 in combination with freqInvFlag */
+      if (harmIndex==1) freqInvFlag = !freqInvFlag;
+
+      for (k=noSubbands-2; k!=0; k--) {
+        index++;
+        /* The next multiplication constitutes the actual envelope adjustment of the signal. */
+        signalReal = fMultDiv2(*ptrReal,*pGain++) << ((int)scale_change);
+
+        if (*pSineLevel++!=FL2FXCONST_DBL(0.0f)) tone_count++;
+        else if (!noNoiseFlag) {
+          /* Add noisefloor to the amplified signal */
+          index &= (SBR_NF_NO_RANDOM_VAL - 1);
+          signalReal += (fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], pNoiseLevel[0])<<4);
+        }
+
+        pNoiseLevel++;
+
+        if (tone_count <= 16) {
+          FIXP_DBL addSine = fMultDiv2((pSineLevel[-2] - pSineLevel[0]), C1);
+          signalReal += (freqInvFlag) ? (-addSine) : (addSine);
+        }
+
+        *ptrReal++ = signalReal;
+        freqInvFlag = !freqInvFlag;
+      } /* for ... */
+    }
+  }
+
+  if (noSubbands > -1) {
+    index++;
+    /* The next multiplication constitutes the actual envelope adjustment of the signal. */
+    signalReal    = fMultDiv2(*ptrReal,*pGain) << ((int)scale_change);
+    sineLevelPrev = fMultDiv2(pSineLevel[-1],FL2FX_SGL(0.0163f));
+    sineLevel     = pSineLevel[0];
+
+    if (pSineLevel[0]!=FL2FXCONST_DBL(0.0f)) tone_count++;
+    else if (!noNoiseFlag) {
+        /* Add noisefloor to the amplified signal */
+        index &= (SBR_NF_NO_RANDOM_VAL - 1);
+        signalReal = signalReal + (fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], pNoiseLevel[0])<<4);
+    }
+
+    if (!(harmIndex&0x1)) {
+      /* harmIndex 0,2 */
+      *ptrReal = signalReal + ( (sineSign) ? -sineLevel : sineLevel);
+    }
+    else {
+      /* harmIndex 1,3 in combination with freqInvFlag */
+      if(tone_count <= 16){
+        if (freqInvFlag) {
+          *ptrReal++   = signalReal - sineLevelPrev;
+          if (noSubbands + lowSubband < 63)
+            *ptrReal = *ptrReal + fMultDiv2(C1, sineLevel);
+        }
+        else {
+          *ptrReal++ = signalReal + sineLevelPrev;
+          if (noSubbands + lowSubband < 63)
+            *ptrReal = *ptrReal - fMultDiv2(C1, sineLevel);
+        }
+      }
+      else *ptrReal = signalReal;
+    }
+  }
+  *ptrHarmIndex = (harmIndex + 1) & 3;
+  *ptrPhaseIndex = index & (SBR_NF_NO_RANDOM_VAL - 1);
+}
+void adjustTimeSlotHQ(FIXP_DBL *RESTRICT ptrReal,           /*!< Subband samples to be adjusted, real part */
+                      FIXP_DBL *RESTRICT ptrImag,               /*!< Subband samples to be adjusted, imag part */
+                      HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env,
+                      ENV_CALC_NRGS* nrgs,
+                      int       lowSubband,            /*!< Lowest QMF-channel in the currently used SBR range. */
+                      int       noSubbands,            /*!< Number of QMF subbands */
+                      int       scale_change,          /*!< Number of bits to shift adjusted samples */
+                      FIXP_SGL  smooth_ratio,          /*!< Impact of last envelope */
+                      int       noNoiseFlag,           /*!< Start index to random number array */
+                      int       filtBufferNoiseShift)  /*!< Shift factor of filtBufferNoise */
+{
+
+  FIXP_DBL *RESTRICT gain       = nrgs->nrgGain;        /*!< Gains of current envelope */
+  FIXP_DBL *RESTRICT noiseLevel = nrgs->noiseLevel;     /*!< Noise levels of current envelope */
+  FIXP_DBL *RESTRICT pSineLevel = nrgs->nrgSine;        /*!< Sine levels */
+
+  FIXP_DBL *RESTRICT filtBuffer      = h_sbr_cal_env->filtBuffer;      /*!< Gains of last envelope */
+  FIXP_DBL *RESTRICT filtBufferNoise = h_sbr_cal_env->filtBufferNoise; /*!< Noise levels of last envelope */
+  UCHAR    *RESTRICT ptrHarmIndex    =&h_sbr_cal_env->harmIndex;       /*!< Harmonic index */
+  int      *RESTRICT ptrPhaseIndex   =&h_sbr_cal_env->phaseIndex;      /*!< Start index to random number array */
+
+  int    k;
+  FIXP_DBL signalReal, signalImag;
+  FIXP_DBL noiseReal,  noiseImag;
+  FIXP_DBL  smoothedGain, smoothedNoise;
+  FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio;
+  int    index = *ptrPhaseIndex;
+  UCHAR   harmIndex = *ptrHarmIndex;
+  register int freqInvFlag = (lowSubband & 1);
+  FIXP_DBL sineLevel;
+  int shift;
+
+  *ptrPhaseIndex = (index+noSubbands) & (SBR_NF_NO_RANDOM_VAL - 1);
+  *ptrHarmIndex = (harmIndex + 1) & 3;
+
+  /*
+    Possible optimization:
+    smooth_ratio and harmIndex stay constant during the loop.
+    It might be faster to include a separate loop in each path.
+
+    the check for smooth_ratio is now outside the loop and the workload
+    of the whole function decreased by about 20 %
+  */
+
+  filtBufferNoiseShift += 1;      /* due to later use of fMultDiv2 instead of fMult */
+  if (filtBufferNoiseShift<0)
+    shift = fixMin(DFRACT_BITS-1,-filtBufferNoiseShift);
+  else
+    shift = fixMin(DFRACT_BITS-1, filtBufferNoiseShift);
+
+  if (smooth_ratio > FL2FXCONST_SGL(0.0f)) {
+
+    for (k=0; k<noSubbands; k++) {
+      /*
+        Smoothing: The old envelope has been bufferd and a certain ratio
+        of the old gains and noise levels is used.
+      */
+
+      smoothedGain = fMult(smooth_ratio,filtBuffer[k]) +
+                     fMult(direct_ratio,gain[k]);
+
+      if (filtBufferNoiseShift<0) {
+        smoothedNoise = (fMultDiv2(smooth_ratio,filtBufferNoise[k])>>shift) +
+                         fMult(direct_ratio,noiseLevel[k]);
+      }
+      else {
+        smoothedNoise = (fMultDiv2(smooth_ratio,filtBufferNoise[k])<<shift) +
+                         fMult(direct_ratio,noiseLevel[k]);
+      }
+
+      /*
+        The next 2 multiplications constitute the actual envelope adjustment
+        of the signal and should be carried out with full accuracy
+        (supplying #DFRACT_BITS valid bits).
+      */
+      signalReal = fMultDiv2(*ptrReal,smoothedGain)<<((int)scale_change);
+      signalImag = fMultDiv2(*ptrImag,smoothedGain)<<((int)scale_change);
+
+      index++;
+
+      if (pSineLevel[k] != FL2FXCONST_DBL(0.0f)) {
+        sineLevel = pSineLevel[k];
+
+        switch(harmIndex) {
+        case 0:
+          *ptrReal++ = (signalReal + sineLevel);
+          *ptrImag++ = (signalImag);
+          break;
+        case 2:
+          *ptrReal++ = (signalReal - sineLevel);
+          *ptrImag++ = (signalImag);
+          break;
+        case 1:
+          *ptrReal++ = (signalReal);
+          if (freqInvFlag)
+            *ptrImag++ = (signalImag - sineLevel);
+          else
+            *ptrImag++ = (signalImag + sineLevel);
+          break;
+        case 3:
+          *ptrReal++ = signalReal;
+          if (freqInvFlag)
+            *ptrImag++ = (signalImag + sineLevel);
+          else
+            *ptrImag++ = (signalImag - sineLevel);
+          break;
+        }
+      }
+      else {
+        if (noNoiseFlag) {
+          /* Just the amplified signal is saved */
+          *ptrReal++ = (signalReal);
+          *ptrImag++ = (signalImag);
+        }
+        else {
+          /* Add noisefloor to the amplified signal */
+          index &= (SBR_NF_NO_RANDOM_VAL - 1);
+          noiseReal = fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise)<<4;
+          noiseImag = fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][1], smoothedNoise)<<4;
+          *ptrReal++ = (signalReal + noiseReal);
+          *ptrImag++ = (signalImag + noiseImag);
+        }
+      }
+      freqInvFlag ^= 1;
+    }
+
+  }
+  else 
+  {
+    for (k=0; k<noSubbands; k++) 
+    {
+      smoothedGain  = gain[k];
+      signalReal = fMultDiv2(*ptrReal, smoothedGain) << scale_change;
+      signalImag = fMultDiv2(*ptrImag, smoothedGain) << scale_change;
+
+      index++;
+
+      if ((sineLevel = pSineLevel[k]) != FL2FXCONST_DBL(0.0f)) 
+      {
+        switch (harmIndex) 
+        {
+        case 0:
+          signalReal += sineLevel;
+          break;
+        case 1:
+          if (freqInvFlag)
+            signalImag -= sineLevel;
+          else
+            signalImag += sineLevel;
+          break;
+        case 2:
+          signalReal -= sineLevel;
+          break;
+        case 3:
+          if (freqInvFlag)
+            signalImag += sineLevel;
+          else
+            signalImag -= sineLevel;
+          break;
+        }
+      }
+      else 
+      {
+        if (noNoiseFlag == 0)
+        {
+          /* Add noisefloor to the amplified signal */
+          smoothedNoise = noiseLevel[k];
+          index &= (SBR_NF_NO_RANDOM_VAL - 1);
+          noiseReal = fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise);
+          noiseImag = fMultDiv2(FDK_sbrDecoder_sbr_randomPhase[index][1], smoothedNoise);
+          signalReal += noiseReal<<4;
+          signalImag += noiseImag<<4;
+        }
+      }
+      *ptrReal++ = signalReal;
+      *ptrImag++ = signalImag;
+
+      freqInvFlag ^= 1;
+    }
+  }
+}
+
+
+/*!
+  \brief   Reset limiter bands.
+
+  Build frequency band table for the gain limiter dependent on
+  the previously generated transposer patch areas.
+
+  \return  SBRDEC_OK if ok,  SBRDEC_UNSUPPORTED_CONFIG on error
+*/
+SBR_ERROR
+ResetLimiterBands ( UCHAR *limiterBandTable,   /*!< Resulting band borders in QMF channels */
+                    UCHAR *noLimiterBands,     /*!< Resulting number of limiter band */
+                    UCHAR *freqBandTable,      /*!< Table with possible band borders */
+                    int noFreqBands,                   /*!< Number of bands in freqBandTable */
+                    const PATCH_PARAM *patchParam,     /*!< Transposer patch parameters */
+                    int noPatches,                     /*!< Number of transposer patches */
+                    int limiterBands)                  /*!< Selected 'band density' from bitstream */
+{
+  int i, k, isPatchBorder[2], loLimIndex, hiLimIndex, tempNoLim, nBands;
+  UCHAR workLimiterBandTable[MAX_FREQ_COEFFS / 2 + MAX_NUM_PATCHES + 1];
+  int patchBorders[MAX_NUM_PATCHES + 1];
+  int kx, k2;
+  FIXP_DBL temp;
+
+  int lowSubband = freqBandTable[0];
+  int highSubband = freqBandTable[noFreqBands];
+
+  /* 1 limiter band. */
+  if(limiterBands == 0) {
+    limiterBandTable[0] = 0;
+    limiterBandTable[1] = highSubband - lowSubband;
+    nBands = 1;
+  } else {
+    for (i = 0; i < noPatches; i++) {
+      patchBorders[i] = patchParam[i].guardStartBand - lowSubband;
+    }
+    patchBorders[i] = highSubband - lowSubband;
+
+    /* 1.2, 2, or 3 limiter bands/octave plus bandborders at patchborders. */
+    for (k = 0; k <= noFreqBands; k++) {
+      workLimiterBandTable[k] = freqBandTable[k] - lowSubband;
+    }
+    for (k = 1; k < noPatches; k++) {
+      workLimiterBandTable[noFreqBands + k] = patchBorders[k];
+    }
+
+    tempNoLim = nBands = noFreqBands + noPatches - 1;
+    shellsort(workLimiterBandTable, tempNoLim + 1);
+
+    loLimIndex = 0;
+    hiLimIndex = 1;
+
+
+    while (hiLimIndex <= tempNoLim) {
+      k2 = workLimiterBandTable[hiLimIndex] + lowSubband;
+      kx = workLimiterBandTable[loLimIndex] + lowSubband;
+
+      temp = FX_SGL2FX_DBL(FDK_getNumOctavesDiv8(kx,k2)); /* Number of octaves */
+      temp = fMult(temp, FDK_sbrDecoder_sbr_limiterBandsPerOctaveDiv4[limiterBands]);
+
+      if (temp < FL2FXCONST_DBL (0.49f)>>5) {
+        if (workLimiterBandTable[hiLimIndex] == workLimiterBandTable[loLimIndex]) {
+          workLimiterBandTable[hiLimIndex] = highSubband;
+          nBands--;
+          hiLimIndex++;
+          continue;
+        }
+        isPatchBorder[0] = isPatchBorder[1] = 0;
+        for (k = 0; k <= noPatches; k++) {
+          if (workLimiterBandTable[hiLimIndex] == patchBorders[k]) {
+            isPatchBorder[1] = 1;
+            break;
+          }
+        }
+        if (!isPatchBorder[1]) {
+          workLimiterBandTable[hiLimIndex] = highSubband;
+          nBands--;
+          hiLimIndex++;
+          continue;
+        }
+        for (k = 0; k <= noPatches; k++) {
+          if (workLimiterBandTable[loLimIndex] == patchBorders[k]) {
+            isPatchBorder[0] = 1;
+            break;
+          }
+        }
+        if (!isPatchBorder[0]) {
+          workLimiterBandTable[loLimIndex] = highSubband;
+          nBands--;
+        }
+      }
+      loLimIndex = hiLimIndex;
+      hiLimIndex++;
+
+    }
+    shellsort(workLimiterBandTable, tempNoLim + 1);
+
+    /* Test if algorithm exceeded maximum allowed limiterbands */
+    if( nBands > MAX_NUM_LIMITERS || nBands <= 0) {
+      return SBRDEC_UNSUPPORTED_CONFIG;
+    }
+
+    /* Copy limiterbands from working buffer into final destination */
+    for (k = 0; k <= nBands; k++) {
+      limiterBandTable[k] = workLimiterBandTable[k];
+    }
+  }
+  *noLimiterBands = nBands;
+
+  return SBRDEC_OK;
+}
+
diff --git a/libSBRdec/src/env_calc.h b/libSBRdec/src/env_calc.h
new file mode 100644 (file)
index 0000000..8154166
--- /dev/null
@@ -0,0 +1,165 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope calculation prototypes  
+*/
+#ifndef __ENV_CALC_H
+#define __ENV_CALC_H
+
+#include "sbrdecoder.h"
+#include "env_extr.h"  /* for HANDLE_SBR_HEADER_DATA */
+#include "sbr_scale.h"
+
+
+typedef struct
+{
+  FIXP_DBL  filtBuffer[MAX_FREQ_COEFFS];          /*!< previous gains (required for smoothing) */
+  FIXP_DBL  filtBufferNoise[MAX_FREQ_COEFFS];     /*!< previous noise levels (required for smoothing) */
+  SCHAR     filtBuffer_e[MAX_FREQ_COEFFS];        /*!< Exponents of previous gains */
+  SCHAR     filtBufferNoise_e;                    /*!< Common exponent of previous noise levels */
+
+  int startUp;               /*!< flag to signal initial conditions in buffers */
+  int phaseIndex;            /*!< Index for randomPase array */
+  int prevTranEnv;           /*!< The transient envelope of the previous frame. */
+
+  int harmFlagsPrev[(MAX_FREQ_COEFFS+15)/16];
+  /*!< Words with 16 flags each indicating where a sine was added in the previous frame.*/
+  UCHAR harmIndex;            /*!< Current phase of synthetic sine */
+
+}
+SBR_CALCULATE_ENVELOPE;
+
+typedef SBR_CALCULATE_ENVELOPE *HANDLE_SBR_CALCULATE_ENVELOPE;
+
+
+
+void
+calculateSbrEnvelope (QMF_SCALE_FACTOR  *sbrScaleFactor,
+                      HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env,
+                      HANDLE_SBR_HEADER_DATA hHeaderData,
+                      HANDLE_SBR_FRAME_DATA hFrameData,
+                      FIXP_DBL **analysBufferReal,
+                      FIXP_DBL **analysBufferImag,                 /*!< Imag part of subband samples to be processed */
+                      const int useLP,
+                      FIXP_DBL *degreeAlias,                       /*!< Estimated aliasing for each QMF channel */
+                      const UINT flags,
+                      const int frameErrorFlag
+                      );
+
+SBR_ERROR
+createSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hSbrCalculateEnvelope,
+                       HANDLE_SBR_HEADER_DATA hHeaderData,
+                       const int chan,
+                       const UINT flags);
+
+int
+deleteSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hSbrCalculateEnvelope);
+
+void
+resetSbrEnvelopeCalc (HANDLE_SBR_CALCULATE_ENVELOPE hCalEnv);
+
+SBR_ERROR
+ResetLimiterBands ( UCHAR *limiterBandTable,
+                    UCHAR *noLimiterBands,
+                    UCHAR *freqBandTable,
+                    int noFreqBands,
+                    const PATCH_PARAM *patchParam,
+                    int noPatches,
+                    int limiterBands);
+
+void rescaleSubbandSamples( FIXP_DBL ** re,
+                            FIXP_DBL ** im,
+                            int lowSubband, int noSubbands,
+                            int start_pos,  int next_pos,
+                            int shift);
+
+FIXP_DBL maxSubbandSample( FIXP_DBL ** analysBufferReal_m,
+                           FIXP_DBL ** analysBufferImag_m,
+                           int lowSubband,
+                           int highSubband,
+                           int start_pos,
+                           int stop_pos);
+
+#endif // __ENV_CALC_H
diff --git a/libSBRdec/src/env_dec.cpp b/libSBRdec/src/env_dec.cpp
new file mode 100644 (file)
index 0000000..24b2d3b
--- /dev/null
@@ -0,0 +1,852 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  envelope decoding  
+  This module provides envelope decoding and error concealment algorithms. The main
+  entry point is decodeSbrData().
+
+  \sa decodeSbrData(),\ref documentationOverview
+*/
+
+#include "env_dec.h"
+
+#include "env_extr.h"
+#include "transcendent.h"
+
+#include "genericStds.h"
+
+
+static void decodeEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData,
+                            HANDLE_SBR_FRAME_DATA h_sbr_data,
+                            HANDLE_SBR_PREV_FRAME_DATA h_prev_data,
+                            HANDLE_SBR_PREV_FRAME_DATA h_prev_data_otherChannel);
+static void sbr_envelope_unmapping (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                    HANDLE_SBR_FRAME_DATA h_data_left,
+                                    HANDLE_SBR_FRAME_DATA h_data_right);
+static void requantizeEnvelopeData (HANDLE_SBR_FRAME_DATA h_sbr_data,
+                                    int ampResolution);
+static void deltaToLinearPcmEnvelopeDecoding (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                              HANDLE_SBR_FRAME_DATA h_sbr_data,
+                                              HANDLE_SBR_PREV_FRAME_DATA h_prev_data);
+static void decodeNoiseFloorlevels (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                    HANDLE_SBR_FRAME_DATA h_sbr_data,
+                                    HANDLE_SBR_PREV_FRAME_DATA h_prev_data);
+static void timeCompensateFirstEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                         HANDLE_SBR_FRAME_DATA h_sbr_data,
+                                         HANDLE_SBR_PREV_FRAME_DATA h_prev_data);
+static int checkEnvelopeData (HANDLE_SBR_HEADER_DATA hHeaderData,
+                              HANDLE_SBR_FRAME_DATA h_sbr_data,
+                              HANDLE_SBR_PREV_FRAME_DATA h_prev_data);
+
+
+
+#define SBR_ENERGY_PAN_OFFSET   (12 << ENV_EXP_FRACT)
+#define SBR_MAX_ENERGY          (35 << ENV_EXP_FRACT)
+
+#define DECAY                   ( 1 << ENV_EXP_FRACT)
+
+#if ENV_EXP_FRACT
+#define DECAY_COUPLING          ( 1 << (ENV_EXP_FRACT-1) ) /*!< corresponds to a value of 0.5 */
+#else
+#define DECAY_COUPLING            1  /*!< If the energy data is not shifted, use 1 instead of 0.5 */
+#endif
+
+
+/*!
+  \brief  Convert table index
+*/
+static int indexLow2High(int offset, /*!< mapping factor */
+                         int index,  /*!< index to scalefactor band */
+                         int res)    /*!< frequency resolution */
+{
+  if(res == 0)
+  {
+    if (offset >= 0)
+    {
+        if (index < offset)
+          return(index);
+        else
+          return(2*index - offset);
+    }
+    else
+    {
+        offset = -offset;
+        if (index < offset)
+          return(2*index+index);
+        else
+          return(2*index + offset);
+    }
+  }
+  else
+    return(index);
+}
+
+
+/*!
+  \brief  Update previous envelope value for delta-coding
+
+  The current envelope values needs to be stored for delta-coding
+  in the next frame.  The stored envelope is always represented with
+  the high frequency resolution.  If the current envelope uses the
+  low frequency resolution, the energy value will be mapped to the
+  corresponding high-res bands.
+*/
+static void mapLowResEnergyVal(FIXP_SGL currVal,  /*!< current energy value */
+                               FIXP_SGL* prevData,/*!< pointer to previous data vector */
+                               int offset,      /*!< mapping factor */
+                               int index,       /*!< index to scalefactor band */
+                               int res)         /*!< frequeny resolution */
+{
+  if(res == 0)
+  {
+    if (offset >= 0)
+    {
+        if(index < offset)
+            prevData[index] = currVal;
+        else
+        {
+            prevData[2*index - offset] = currVal;
+            prevData[2*index+1 - offset] = currVal;
+        }
+    }
+    else
+    {
+        offset = -offset;
+        if (index < offset)
+        {
+            prevData[3*index] = currVal;
+            prevData[3*index+1] = currVal;
+            prevData[3*index+2] = currVal;
+        }
+        else
+        {
+            prevData[2*index + offset] = currVal;
+            prevData[2*index + 1 + offset] = currVal;
+        }
+    }
+  }
+  else
+    prevData[index] = currVal;
+}
+
+
+
+/*!
+  \brief    Convert raw envelope and noisefloor data to energy levels
+
+  This function is being called by sbrDecoder_ParseElement() and provides two important algorithms:
+
+  First the function decodes envelopes and noise floor levels as described in requantizeEnvelopeData()
+  and sbr_envelope_unmapping(). The function also implements concealment algorithms in case there are errors
+  within the sbr data. For both operations fractional arithmetic is used.
+  Therefore you might encounter different output values on your target
+  system compared to the reference implementation.
+*/
+void
+decodeSbrData (HANDLE_SBR_HEADER_DATA hHeaderData,          /*!< Static control data */
+               HANDLE_SBR_FRAME_DATA h_data_left,           /*!< pointer to left channel frame data */
+               HANDLE_SBR_PREV_FRAME_DATA h_prev_data_left, /*!< pointer to left channel previous frame data */
+               HANDLE_SBR_FRAME_DATA h_data_right,          /*!< pointer to right channel frame data */
+               HANDLE_SBR_PREV_FRAME_DATA h_prev_data_right)/*!< pointer to right channel previous frame data */
+{
+  FIXP_SGL tempSfbNrgPrev[MAX_FREQ_COEFFS];
+  int errLeft;
+
+  /* Save previous energy values to be able to reuse them later for concealment. */
+  FDKmemcpy (tempSfbNrgPrev, h_prev_data_left->sfb_nrg_prev, MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
+
+  decodeEnvelope (hHeaderData, h_data_left, h_prev_data_left, h_prev_data_right);
+  decodeNoiseFloorlevels (hHeaderData, h_data_left, h_prev_data_left);
+
+  if(h_data_right != NULL) {
+    errLeft = hHeaderData->frameErrorFlag;
+    decodeEnvelope (hHeaderData, h_data_right, h_prev_data_right, h_prev_data_left);
+    decodeNoiseFloorlevels (hHeaderData, h_data_right, h_prev_data_right);
+
+    if (!errLeft && hHeaderData->frameErrorFlag) {
+      /* If an error occurs in the right channel where the left channel seemed ok,
+         we apply concealment also on the left channel. This ensures that the coupling
+         modes of both channels match and that we have the same number of envelopes in
+         coupling mode.
+         However, as the left channel has already been processed before, the resulting
+         energy levels are not the same as if the left channel had been concealed
+         during the first call of decodeEnvelope().
+      */
+      /* Restore previous energy values for concealment, because the values have been
+         overwritten by the first call of decodeEnvelope(). */
+      FDKmemcpy (h_prev_data_left->sfb_nrg_prev, tempSfbNrgPrev, MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
+      /* Do concealment */
+      decodeEnvelope (hHeaderData, h_data_left, h_prev_data_left, h_prev_data_right);
+    }
+
+    if (h_data_left->coupling) {
+      sbr_envelope_unmapping (hHeaderData, h_data_left, h_data_right);
+    }
+  }
+
+  /* Display the data for debugging: */
+}
+
+
+/*!
+  \brief   Convert from coupled channels to independent L/R data
+*/
+static void
+sbr_envelope_unmapping (HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Static control data */
+                        HANDLE_SBR_FRAME_DATA h_data_left,  /*!< pointer to left channel */
+                        HANDLE_SBR_FRAME_DATA h_data_right) /*!< pointer to right channel */
+{
+  int i;
+  FIXP_SGL tempL_m, tempR_m, tempRplus1_m, newL_m, newR_m;
+  SCHAR   tempL_e, tempR_e, tempRplus1_e, newL_e, newR_e;
+
+
+  /* 1. Unmap (already dequantized) coupled envelope energies */
+
+  for (i = 0; i < h_data_left->nScaleFactors; i++) {
+    tempR_m = (FIXP_SGL)((LONG)h_data_right->iEnvelope[i] & MASK_M);
+    tempR_e = (SCHAR)((LONG)h_data_right->iEnvelope[i] & MASK_E);
+
+    tempR_e -= (18 + NRG_EXP_OFFSET);  /* -18 = ld(UNMAPPING_SCALE / h_data_right->nChannels) */
+    tempL_m = (FIXP_SGL)((LONG)h_data_left->iEnvelope[i] & MASK_M);
+    tempL_e = (SCHAR)((LONG)h_data_left->iEnvelope[i] & MASK_E);
+
+    tempL_e -= NRG_EXP_OFFSET;
+
+    /* Calculate tempRight+1 */
+    FDK_add_MantExp( tempR_m, tempR_e,
+                     FL2FXCONST_SGL(0.5f), 1,  /* 1.0 */
+                     &tempRplus1_m, &tempRplus1_e);
+
+    FDK_divide_MantExp( tempL_m, tempL_e+1,  /*  2 * tempLeft */
+                       tempRplus1_m, tempRplus1_e,
+                       &newR_m, &newR_e );
+
+    if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) {
+      newR_m >>= 1;
+      newR_e += 1;
+    }
+
+    newL_m = FX_DBL2FX_SGL(fMult(tempR_m,newR_m));
+    newL_e = tempR_e + newR_e;
+
+    h_data_right->iEnvelope[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
+                                  (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NRG_EXP_OFFSET) & MASK_E);
+    h_data_left->iEnvelope[i] =  ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
+                                  (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NRG_EXP_OFFSET) & MASK_E);
+  }
+
+  /* 2. Dequantize and unmap coupled noise floor levels */
+
+  for (i = 0; i < hHeaderData->freqBandData.nNfb * h_data_left->frameInfo.nNoiseEnvelopes; i++) {
+
+    tempL_e = (SCHAR)(6 - (LONG)h_data_left->sbrNoiseFloorLevel[i]);
+    tempR_e = (SCHAR)((LONG)h_data_right->sbrNoiseFloorLevel[i] - 12) /*SBR_ENERGY_PAN_OFFSET*/;
+
+    /* Calculate tempR+1 */
+    FDK_add_MantExp( FL2FXCONST_SGL(0.5f), 1+tempR_e, /* tempR */
+                     FL2FXCONST_SGL(0.5f), 1,         /*  1.0  */
+                     &tempRplus1_m, &tempRplus1_e);
+
+    /* Calculate 2*tempLeft/(tempR+1) */
+    FDK_divide_MantExp( FL2FXCONST_SGL(0.5f), tempL_e+2,  /*  2 * tempLeft */
+                       tempRplus1_m, tempRplus1_e,
+                       &newR_m, &newR_e );
+
+    /* if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) {
+      newR_m >>= 1;
+      newR_e += 1;
+    } */
+
+    /* L = tempR * R */
+    newL_m = newR_m;
+    newL_e = newR_e + tempR_e;
+    h_data_right->sbrNoiseFloorLevel[i] = ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M)) +
+                                           (FIXP_SGL)((SHORT)(FIXP_SGL)(newR_e + NOISE_EXP_OFFSET) & MASK_E);
+    h_data_left->sbrNoiseFloorLevel[i] =  ((FIXP_SGL)((SHORT)(FIXP_SGL)(newL_m + ROUNDING) & MASK_M)) +
+                                           (FIXP_SGL)((SHORT)(FIXP_SGL)(newL_e + NOISE_EXP_OFFSET) & MASK_E);
+  }
+}
+
+
+/*!
+  \brief    Simple alternative to the real SBR concealment
+
+  If the real frameInfo is not available due to a frame loss, a replacement will
+  be constructed with 1 envelope spanning the whole frame (FIX-FIX).
+  The delta-coded energies are set to negative values, resulting in a fade-down.
+  In case of coupling, the balance-channel will move towards the center.
+*/
+static void
+leanSbrConcealment(HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                   HANDLE_SBR_FRAME_DATA  h_sbr_data,      /*!< pointer to current data */
+                   HANDLE_SBR_PREV_FRAME_DATA h_prev_data  /*!< pointer to data of last frame */
+                   )
+{
+  FIXP_SGL target;  /* targeted level for sfb_nrg_prev during fade-down */
+  FIXP_SGL step;    /* speed of fade */
+  int i;
+
+  int currentStartPos = h_prev_data->stopPos - hHeaderData->numberTimeSlots;
+  int currentStopPos = hHeaderData->numberTimeSlots;
+
+
+  /* Use some settings of the previous frame */
+  h_sbr_data->ampResolutionCurrentFrame = h_prev_data->ampRes;
+  h_sbr_data->coupling = h_prev_data->coupling;
+  for(i=0;i<MAX_INVF_BANDS;i++)
+    h_sbr_data->sbr_invf_mode[i] = h_prev_data->sbr_invf_mode[i];
+
+  /* Generate concealing control data */
+
+  h_sbr_data->frameInfo.nEnvelopes = 1;
+  h_sbr_data->frameInfo.borders[0] = currentStartPos;
+  h_sbr_data->frameInfo.borders[1] = currentStopPos;
+  h_sbr_data->frameInfo.freqRes[0] = 1;
+  h_sbr_data->frameInfo.tranEnv = -1;  /* no transient */
+  h_sbr_data->frameInfo.nNoiseEnvelopes = 1;
+  h_sbr_data->frameInfo.bordersNoise[0] = currentStartPos;
+  h_sbr_data->frameInfo.bordersNoise[1] = currentStopPos;
+
+  h_sbr_data->nScaleFactors = hHeaderData->freqBandData.nSfb[1];
+
+  /* Generate fake envelope data */
+
+  h_sbr_data->domain_vec[0] = 1;
+
+  if (h_sbr_data->coupling == COUPLING_BAL) {
+    target = (FIXP_SGL)SBR_ENERGY_PAN_OFFSET;
+    step = (FIXP_SGL)DECAY_COUPLING;
+  }
+  else {
+    target = FL2FXCONST_SGL(0.0f);
+    step   = (FIXP_SGL)DECAY;
+  }
+  if (hHeaderData->bs_info.ampResolution == 0) {
+    target <<= 1;
+    step   <<= 1;
+  }
+
+  for (i=0; i < h_sbr_data->nScaleFactors; i++) {
+    if (h_prev_data->sfb_nrg_prev[i] > target)
+      h_sbr_data->iEnvelope[i] = -step;
+    else
+      h_sbr_data->iEnvelope[i] = step;
+  }
+
+  /* Noisefloor levels are always cleared ... */
+
+  h_sbr_data->domain_vec_noise[0] = 1;
+  for (i=0; i < hHeaderData->freqBandData.nNfb; i++)
+    h_sbr_data->sbrNoiseFloorLevel[i] = FL2FXCONST_SGL(0.0f);
+
+  /* ... and so are the sines */
+  FDKmemclear(h_sbr_data->addHarmonics, MAX_FREQ_COEFFS);
+}
+
+
+/*!
+  \brief   Build reference energies and noise levels from bitstream elements
+*/
+static void
+decodeEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                HANDLE_SBR_FRAME_DATA  h_sbr_data,      /*!< pointer to current data */
+                HANDLE_SBR_PREV_FRAME_DATA h_prev_data, /*!< pointer to data of last frame */
+                HANDLE_SBR_PREV_FRAME_DATA otherChannel /*!< other channel's last frame data */
+                )
+{
+  int i;
+  int fFrameError = hHeaderData->frameErrorFlag;
+  FIXP_SGL tempSfbNrgPrev[MAX_FREQ_COEFFS];
+
+  if (!fFrameError) {
+    /*
+      To avoid distortions after bad frames, set the error flag if delta coding in time occurs.
+      However, SBR can take a little longer to come up again.
+    */
+    if ( h_prev_data->frameErrorFlag ) {
+      if (h_sbr_data->domain_vec[0] != 0) {
+        fFrameError = 1;
+      }
+    } else {
+      /* Check that the previous stop position and the current start position match.
+         (Could be done in checkFrameInfo(), but the previous frame data is not available there) */
+      if ( h_sbr_data->frameInfo.borders[0] != h_prev_data->stopPos - hHeaderData->numberTimeSlots ) {
+        /* Both the previous as well as the current frame are flagged to be ok, but they do not match! */
+        if (h_sbr_data->domain_vec[0] == 1) {
+          /* Prefer concealment over delta-time coding between the mismatching frames */
+          fFrameError = 1;
+        }
+        else {
+          /* Close the gap in time by triggering timeCompensateFirstEnvelope() */
+          fFrameError = 1;
+        }
+      }
+    }
+  }
+
+
+  if (fFrameError)       /* Error is detected */
+    {
+      leanSbrConcealment(hHeaderData,
+                         h_sbr_data,
+                         h_prev_data);
+
+      /* decode the envelope data to linear PCM */
+      deltaToLinearPcmEnvelopeDecoding (hHeaderData, h_sbr_data, h_prev_data);
+    }
+  else                          /*Do a temporary dummy decoding and check that the envelope values are within limits */
+    {
+      if (h_prev_data->frameErrorFlag) {
+        timeCompensateFirstEnvelope (hHeaderData, h_sbr_data, h_prev_data);
+        if (h_sbr_data->coupling != h_prev_data->coupling) {
+          /*
+            Coupling mode has changed during concealment.
+             The stored energy levels need to be converted.
+           */
+          for (i = 0; i < hHeaderData->freqBandData.nSfb[1]; i++) {
+            /* Former Level-Channel will be used for both channels */
+            if (h_prev_data->coupling == COUPLING_BAL)
+              h_prev_data->sfb_nrg_prev[i] = otherChannel->sfb_nrg_prev[i];
+            /* Former L/R will be combined as the new Level-Channel */
+            else if (h_sbr_data->coupling == COUPLING_LEVEL)
+              h_prev_data->sfb_nrg_prev[i] = (h_prev_data->sfb_nrg_prev[i] + otherChannel->sfb_nrg_prev[i]) >> 1;
+            else if (h_sbr_data->coupling == COUPLING_BAL)
+              h_prev_data->sfb_nrg_prev[i] = (FIXP_SGL)SBR_ENERGY_PAN_OFFSET;
+          }
+        }
+      }
+      FDKmemcpy (tempSfbNrgPrev, h_prev_data->sfb_nrg_prev,
+              MAX_FREQ_COEFFS * sizeof (FIXP_SGL));
+
+      deltaToLinearPcmEnvelopeDecoding (hHeaderData, h_sbr_data, h_prev_data);
+
+      fFrameError = checkEnvelopeData (hHeaderData, h_sbr_data, h_prev_data);
+
+      if (fFrameError)
+        {
+          hHeaderData->frameErrorFlag = 1;
+          FDKmemcpy (h_prev_data->sfb_nrg_prev, tempSfbNrgPrev,
+                  MAX_FREQ_COEFFS * sizeof (FIXP_SGL));
+          decodeEnvelope (hHeaderData, h_sbr_data, h_prev_data, otherChannel);
+          return;
+        }
+    }
+
+  requantizeEnvelopeData (h_sbr_data, h_sbr_data->ampResolutionCurrentFrame);
+
+  hHeaderData->frameErrorFlag = fFrameError;
+}
+
+
+/*!
+  \brief   Verify that envelope energies are within the allowed range
+  \return  0 if all is fine, 1 if an envelope value was too high
+*/
+static int
+checkEnvelopeData (HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                   HANDLE_SBR_FRAME_DATA h_sbr_data,       /*!< pointer to current data */
+                   HANDLE_SBR_PREV_FRAME_DATA h_prev_data  /*!< pointer to data of last frame */
+                   )
+{
+  FIXP_SGL *iEnvelope = h_sbr_data->iEnvelope;
+  FIXP_SGL *sfb_nrg_prev = h_prev_data->sfb_nrg_prev;
+  int    i = 0, errorFlag = 0;
+  FIXP_SGL sbr_max_energy =
+    (h_sbr_data->ampResolutionCurrentFrame == 1) ? SBR_MAX_ENERGY : (SBR_MAX_ENERGY << 1);
+
+  /*
+    Range check for current energies
+  */
+  for (i = 0; i < h_sbr_data->nScaleFactors; i++) {
+    if (iEnvelope[i] > sbr_max_energy) {
+      errorFlag = 1;
+    }
+    if (iEnvelope[i] < FL2FXCONST_SGL(0.0f)) {
+      errorFlag = 1;
+      /* iEnvelope[i] = FL2FXCONST_SGL(0.0f); */
+    }
+  }
+
+  /*
+    Range check for previous energies
+  */
+  for (i = 0; i < hHeaderData->freqBandData.nSfb[1]; i++) {
+    sfb_nrg_prev[i] = fixMax(sfb_nrg_prev[i], FL2FXCONST_SGL(0.0f));
+    sfb_nrg_prev[i] = fixMin(sfb_nrg_prev[i], sbr_max_energy);
+  }
+
+  return (errorFlag);
+}
+
+
+/*!
+  \brief   Verify that the noise levels are within the allowed range
+
+  The function is equivalent to checkEnvelopeData().
+  When the noise-levels are being decoded, it is already too late for
+  concealment. Therefore the noise levels are simply limited here.
+*/
+static void
+limitNoiseLevels(HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                 HANDLE_SBR_FRAME_DATA h_sbr_data)       /*!< pointer to current data */
+{
+  int i;
+  int nNfb = hHeaderData->freqBandData.nNfb;
+
+  /*
+    Set range limits. The exact values depend on the coupling mode.
+    However this limitation is primarily intended to avoid unlimited
+    accumulation of the delta-coded noise levels.
+  */
+  #define lowerLimit   ((FIXP_SGL)0)     /* lowerLimit actually refers to the _highest_ noise energy */
+  #define upperLimit   ((FIXP_SGL)35)    /* upperLimit actually refers to the _lowest_ noise energy */
+
+  /*
+    Range check for current noise levels
+  */
+  for (i = 0; i < h_sbr_data->frameInfo.nNoiseEnvelopes * nNfb; i++) {
+    h_sbr_data->sbrNoiseFloorLevel[i] = fixMin(h_sbr_data->sbrNoiseFloorLevel[i], upperLimit);
+    h_sbr_data->sbrNoiseFloorLevel[i] = fixMax(h_sbr_data->sbrNoiseFloorLevel[i], lowerLimit);
+  }
+}
+
+
+/*!
+  \brief   Compensate for the wrong timing that might occur after a frame error.
+*/
+static void
+timeCompensateFirstEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Static control data */
+                             HANDLE_SBR_FRAME_DATA h_sbr_data,   /*!< pointer to actual data */
+                             HANDLE_SBR_PREV_FRAME_DATA h_prev_data)  /*!< pointer to data of last frame */
+{
+  int i, nScalefactors;
+  FRAME_INFO *pFrameInfo = &h_sbr_data->frameInfo;
+  UCHAR *nSfb = hHeaderData->freqBandData.nSfb;
+  int estimatedStartPos = h_prev_data->stopPos - hHeaderData->numberTimeSlots;
+  int refLen, newLen, shift;
+  FIXP_SGL  deltaExp;
+
+  /* Original length of first envelope according to bitstream */
+  refLen = pFrameInfo->borders[1] - pFrameInfo->borders[0];
+  /* Corrected length of first envelope (concealing can make the first envelope longer) */
+  newLen = pFrameInfo->borders[1] - estimatedStartPos;
+
+  if (newLen <= 0) {
+    /* An envelope length of <= 0 would not work, so we don't use it.
+       May occur if the previous frame was flagged bad due to a mismatch
+       of the old and new frame infos. */
+    newLen = refLen;
+    estimatedStartPos = pFrameInfo->borders[0];
+  }
+
+  deltaExp = FDK_getNumOctavesDiv8(newLen, refLen);
+
+  /* Shift by -3 to rescale ld-table, ampRes-1 to enable coarser steps */
+  shift = (FRACT_BITS - 1 - ENV_EXP_FRACT - 1 + h_sbr_data->ampResolutionCurrentFrame - 3);
+  deltaExp = deltaExp >> shift;
+  pFrameInfo->borders[0] = estimatedStartPos;
+  pFrameInfo->bordersNoise[0] = estimatedStartPos;
+
+  if (h_sbr_data->coupling != COUPLING_BAL) {
+    nScalefactors = (pFrameInfo->freqRes[0]) ? nSfb[1] : nSfb[0];
+
+    for (i = 0; i < nScalefactors; i++)
+      h_sbr_data->iEnvelope[i] = h_sbr_data->iEnvelope[i] + deltaExp;
+  }
+}
+
+
+
+/*!
+  \brief   Convert each envelope value from logarithmic to linear domain
+
+  Energy levels are transmitted in powers of 2, i.e. only the exponent
+  is extracted from the bitstream.
+  Therefore, normally only integer exponents can occur. However during
+  fading (in case of a corrupt bitstream), a fractional part can also
+  occur. The data in the array iEnvelope is shifted left by ENV_EXP_FRACT
+  compared to an integer representation so that numbers smaller than 1
+  can be represented.
+
+  This function calculates a mantissa corresponding to the fractional
+  part of the exponent for each reference energy. The array iEnvelope
+  is converted in place to save memory. Input and output data must
+  be interpreted differently, as shown in the below figure:
+
+  \image html  EnvelopeData.png
+
+  The data is then used in calculateSbrEnvelope().
+*/
+static void
+requantizeEnvelopeData (HANDLE_SBR_FRAME_DATA h_sbr_data, int ampResolution)
+{
+  int i;
+  FIXP_SGL mantissa;
+  int ampShift = 1 - ampResolution;
+  int exponent;
+
+  /* In case that ENV_EXP_FRACT is changed to something else but 0 or 8,
+     the initialization of this array has to be adapted!
+  */
+#if ENV_EXP_FRACT
+  static const FIXP_SGL pow2[ENV_EXP_FRACT] =
+  {
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 1))), /* 0.7071 */
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 2))), /* 0.5946 */
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 3))),
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 4))),
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 5))),
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 6))),
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 7))),
+    FL2FXCONST_SGL(0.5f * pow(2.0f, pow(0.5f, 8)))  /* 0.5013 */
+  };
+
+  int bit, mask;
+#endif
+
+  for (i = 0; i < h_sbr_data->nScaleFactors; i++) {
+    exponent = (LONG)h_sbr_data->iEnvelope[i];
+
+#if ENV_EXP_FRACT
+
+    exponent = exponent >> ampShift;
+    mantissa = 0.5f;
+
+    /* Amplify mantissa according to the fractional part of the
+       exponent (result will be between 0.500000 and 0.999999)
+    */
+    mask = 1;  /* begin with lowest bit of exponent */
+
+    for ( bit=ENV_EXP_FRACT-1; bit>=0; bit-- ) {
+      if (exponent & mask) {
+        /* The current bit of the exponent is set,
+           multiply mantissa with the corresponding factor: */
+        mantissa = (FIXP_SGL)( (mantissa * pow2[bit]) << 1);
+      }
+      /* Advance to next bit */
+      mask = mask << 1;
+    }
+
+    /* Make integer part of exponent right aligned */
+    exponent = exponent >> ENV_EXP_FRACT;
+
+#else
+    /* In case of the high amplitude resolution, 1 bit of the exponent gets lost by the shift.
+       This will be compensated by a mantissa of 0.5*sqrt(2) instead of 0.5 if that bit is 1. */
+    mantissa = (exponent & ampShift) ? FL2FXCONST_SGL(0.707106781186548f) : FL2FXCONST_SGL(0.5f);
+    exponent = exponent >> ampShift;
+#endif
+
+    /*
+      Mantissa was set to 0.5 (instead of 1.0, therefore increase exponent by 1).
+      Multiply by L=nChannels=64 by increasing exponent by another 6.
+      => Increase exponent by 7
+    */
+    exponent += 7 + NRG_EXP_OFFSET;
+
+    /* Combine mantissa and exponent and write back the result */
+    h_sbr_data->iEnvelope[i] = (FIXP_SGL)(((LONG)mantissa & MASK_M) | (exponent & MASK_E));
+
+  }
+}
+
+
+/*!
+  \brief   Build new reference energies from old ones and delta coded data
+*/
+static void
+deltaToLinearPcmEnvelopeDecoding (HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                                  HANDLE_SBR_FRAME_DATA h_sbr_data,       /*!< pointer to current data */
+                                  HANDLE_SBR_PREV_FRAME_DATA h_prev_data) /*!< pointer to previous data */
+{
+  int i, domain, no_of_bands, band, freqRes;
+
+  FIXP_SGL *sfb_nrg_prev = h_prev_data->sfb_nrg_prev;
+  FIXP_SGL *ptr_nrg = h_sbr_data->iEnvelope;
+
+  int offset = 2 * hHeaderData->freqBandData.nSfb[0] - hHeaderData->freqBandData.nSfb[1];
+
+  for (i = 0; i < h_sbr_data->frameInfo.nEnvelopes; i++) {
+    domain = h_sbr_data->domain_vec[i];
+    freqRes = h_sbr_data->frameInfo.freqRes[i];
+
+    FDK_ASSERT(freqRes >= 0 && freqRes <= 1);
+
+    no_of_bands = hHeaderData->freqBandData.nSfb[freqRes];
+
+    FDK_ASSERT(no_of_bands < (64));
+
+    if (domain == 0)
+    {
+      mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, 0, freqRes);
+      ptr_nrg++;
+      for (band = 1; band < no_of_bands; band++)
+      {
+        *ptr_nrg = *ptr_nrg + *(ptr_nrg-1);
+        mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
+        ptr_nrg++;
+      }
+    }
+    else
+    {
+      for (band = 0; band < no_of_bands; band++)
+      {
+        *ptr_nrg = *ptr_nrg + sfb_nrg_prev[indexLow2High(offset, band, freqRes)];
+        mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
+        ptr_nrg++;
+      }
+    }
+  }
+}
+
+
+/*!
+  \brief   Build new noise levels from old ones and delta coded data
+*/
+static void
+decodeNoiseFloorlevels (HANDLE_SBR_HEADER_DATA hHeaderData,     /*!< Static control data */
+                        HANDLE_SBR_FRAME_DATA h_sbr_data,       /*!< pointer to current data */
+                        HANDLE_SBR_PREV_FRAME_DATA h_prev_data) /*!< pointer to previous data */
+{
+  int i;
+  int nNfb = hHeaderData->freqBandData.nNfb;
+  int nNoiseFloorEnvelopes = h_sbr_data->frameInfo.nNoiseEnvelopes;
+
+  /* Decode first noise envelope */
+
+  if (h_sbr_data->domain_vec_noise[0] == 0) {
+    FIXP_SGL noiseLevel = h_sbr_data->sbrNoiseFloorLevel[0];
+    for (i = 1; i < nNfb; i++) {
+      noiseLevel += h_sbr_data->sbrNoiseFloorLevel[i];
+      h_sbr_data->sbrNoiseFloorLevel[i] = noiseLevel;
+    }
+  }
+  else {
+    for (i = 0; i < nNfb; i++) {
+      h_sbr_data->sbrNoiseFloorLevel[i] += h_prev_data->prevNoiseLevel[i];
+    }
+  }
+
+  /* If present, decode the second noise envelope
+     Note:  nNoiseFloorEnvelopes can only be 1 or 2 */
+
+  if (nNoiseFloorEnvelopes > 1) {
+    if (h_sbr_data->domain_vec_noise[1] == 0) {
+      FIXP_SGL noiseLevel = h_sbr_data->sbrNoiseFloorLevel[nNfb];
+      for (i = nNfb + 1; i < 2*nNfb; i++) {
+        noiseLevel += h_sbr_data->sbrNoiseFloorLevel[i];
+        h_sbr_data->sbrNoiseFloorLevel[i] = noiseLevel;
+      }
+    }
+    else {
+      for (i = 0; i < nNfb; i++) {
+        h_sbr_data->sbrNoiseFloorLevel[i + nNfb] += h_sbr_data->sbrNoiseFloorLevel[i];
+      }
+    }
+  }
+
+  limitNoiseLevels(hHeaderData, h_sbr_data);
+
+  /* Update prevNoiseLevel with the last noise envelope */
+  for (i = 0; i < nNfb; i++)
+    h_prev_data->prevNoiseLevel[i] = h_sbr_data->sbrNoiseFloorLevel[i + nNfb*(nNoiseFloorEnvelopes-1)];
+
+
+  /* Requantize the noise floor levels in COUPLING_OFF-mode */
+  if (!h_sbr_data->coupling) {
+    int nf_e;
+
+    for (i = 0; i < nNoiseFloorEnvelopes*nNfb; i++) {
+      nf_e = 6 - (LONG)h_sbr_data->sbrNoiseFloorLevel[i] + 1 + NOISE_EXP_OFFSET;
+      /* +1 to compensate for a mantissa of 0.5 instead of 1.0 */
+
+      h_sbr_data->sbrNoiseFloorLevel[i] =
+        (FIXP_SGL)( ((LONG)FL2FXCONST_SGL(0.5f)) +  /* mantissa */
+                  (nf_e & MASK_E) ); /* exponent */
+
+    }
+  }
+}
diff --git a/libSBRdec/src/env_dec.h b/libSBRdec/src/env_dec.h
new file mode 100644 (file)
index 0000000..6f6dae3
--- /dev/null
@@ -0,0 +1,101 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope decoding  
+*/
+#ifndef __ENV_DEC_H
+#define __ENV_DEC_H
+
+#include "sbrdecoder.h"
+#include "env_extr.h"
+
+void decodeSbrData (HANDLE_SBR_HEADER_DATA hHeaderData,
+                    HANDLE_SBR_FRAME_DATA h_data_left,
+                    HANDLE_SBR_PREV_FRAME_DATA h_prev_data_left,
+                    HANDLE_SBR_FRAME_DATA h_data_right,
+                    HANDLE_SBR_PREV_FRAME_DATA h_prev_data_right);
+
+
+#endif
diff --git a/libSBRdec/src/env_extr.cpp b/libSBRdec/src/env_extr.cpp
new file mode 100644 (file)
index 0000000..6cb0b99
--- /dev/null
@@ -0,0 +1,1395 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope extraction  
+  The functions provided by this module are mostly called by applySBR(). After it is
+  determined that there is valid SBR data, sbrGetHeaderData() might be called if the current
+  SBR data contains an \ref SBR_HEADER_ELEMENT as opposed to a \ref SBR_STANDARD_ELEMENT. This function
+  may return various error codes as defined in #SBR_HEADER_STATUS . Most importantly it returns HEADER_RESET when decoder
+  settings need to be recalculated according to the SBR specifications. In that case applySBR()
+  will initiatite the required re-configuration.
+
+  The header data is stored in a #SBR_HEADER_DATA structure.
+
+  The actual SBR data for the current frame is decoded into SBR_FRAME_DATA stuctures by sbrGetChannelPairElement()
+  [for stereo streams] and sbrGetSingleChannelElement() [for mono streams]. There is no fractional arithmetic involved.
+
+  Once the information is extracted, the data needs to be further prepared before the actual decoding process.
+  This is done in decodeSbrData().
+
+  \sa Description of buffer management in applySBR(). \ref documentationOverview
+
+  <h1>About the SBR data format:</h1>
+
+  Each frame includes SBR data (side chain information), and can be either the \ref SBR_HEADER_ELEMENT or the \ref SBR_STANDARD_ELEMENT.
+  Parts of the data can be protected by a CRC checksum.
+
+  \anchor SBR_HEADER_ELEMENT <h2>The SBR_HEADER_ELEMENT</h2>
+
+  The SBR_HEADER_ELEMENT can be transmitted with every frame, however, it typically is send every second or so. It contains fundamental
+  information such as SBR sampling frequency and frequency range as well as control signals that do not require frequent changes. It also
+  includes the \ref SBR_STANDARD_ELEMENT.
+
+  Depending on the changes between the information in a current SBR_HEADER_ELEMENT and the previous SBR_HEADER_ELEMENT, the SBR decoder might need
+  to be reset and reconfigured (e.g. new tables need to be calculated).
+
+  \anchor SBR_STANDARD_ELEMENT <h2>The SBR_STANDARD_ELEMENT</h2>
+
+  This data can be subdivided into "side info" and "raw data", where side info is defined as signals needed to decode the raw data
+  and some decoder tuning signals. Raw data is referred to as PCM and Huffman coded envelope and noise floor estimates. The side info also
+  includes information about the time-frequency grid for the current frame.
+
+  \sa \ref documentationOverview
+*/
+
+#include "env_extr.h"
+
+#include "sbr_ram.h"
+#include "sbr_rom.h"
+#include "huff_dec.h"
+
+
+#include "psbitdec.h"
+
+#define DRM_PARAMETRIC_STEREO   0
+#define EXTENSION_ID_PS_CODING  2
+
+
+static int extractFrameInfo (HANDLE_FDK_BITSTREAM   hBs,
+                             HANDLE_SBR_HEADER_DATA hHeaderData,
+                             HANDLE_SBR_FRAME_DATA  h_frame_data,
+                             const UINT             nrOfChannels,
+                             const UINT             flags
+                            );
+
+
+static int sbrGetEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData,
+                           HANDLE_SBR_FRAME_DATA  h_frame_data,
+                           HANDLE_FDK_BITSTREAM   hBs,
+                           const UINT flags);
+
+static void sbrGetDirectionControlData (HANDLE_SBR_FRAME_DATA hFrameData,
+                                        HANDLE_FDK_BITSTREAM hBs);
+
+static void sbrGetNoiseFloorData (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                  HANDLE_SBR_FRAME_DATA  h_frame_data,
+                                  HANDLE_FDK_BITSTREAM   hBs);
+
+static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep);
+
+SBR_ERROR
+initHeaderData (
+        HANDLE_SBR_HEADER_DATA  hHeaderData,
+        const int               sampleRateIn,
+        const int               sampleRateOut,
+        const int               samplesPerFrame,
+        const UINT              flags
+        )
+{
+  HANDLE_FREQ_BAND_DATA hFreq = &hHeaderData->freqBandData;
+  SBR_ERROR sbrError = SBRDEC_OK;
+  int numAnalysisBands;
+
+  if ( sampleRateIn == sampleRateOut ) {
+    hHeaderData->sbrProcSmplRate = sampleRateOut<<1;
+    numAnalysisBands = 32;
+  } else {
+    hHeaderData->sbrProcSmplRate = sampleRateOut;
+    if ( (sampleRateOut>>1) == sampleRateIn) {
+      /* 1:2 */
+      numAnalysisBands = 32;
+    } else if ( (sampleRateOut>>2) == sampleRateIn ) {
+      /* 1:4 */
+      numAnalysisBands = 32;
+    } else if ( (sampleRateOut*3)>>3 == (sampleRateIn*8)>>3 ) {
+      /* 3:8, 3/4 core frame length */
+      numAnalysisBands = 24;
+    } else {
+      sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+      goto bail;
+    }
+  }
+
+  /* Fill in default values first */
+  hHeaderData->syncState          = SBR_NOT_INITIALIZED;
+  hHeaderData->status             = 0;
+  hHeaderData->frameErrorFlag     = 0;
+
+  hHeaderData->bs_info.ampResolution     = 1;
+  hHeaderData->bs_info.xover_band        = 0;
+  hHeaderData->bs_info.sbr_preprocessing = 0;
+
+  hHeaderData->bs_data.startFreq       = 5;
+  hHeaderData->bs_data.stopFreq        = 0;
+  hHeaderData->bs_data.freqScale       = 2;
+  hHeaderData->bs_data.alterScale      = 1;
+  hHeaderData->bs_data.noise_bands     = 2;
+  hHeaderData->bs_data.limiterBands    = 2;
+  hHeaderData->bs_data.limiterGains    = 2;
+  hHeaderData->bs_data.interpolFreq    = 1;
+  hHeaderData->bs_data.smoothingLength = 1;
+
+  hHeaderData->timeStep = (flags & SBRDEC_ELD_GRID) ? 1 : 2;
+
+  /* Setup pointers to frequency band tables */
+  hFreq->freqBandTable[0]  = hFreq->freqBandTableLo;
+  hFreq->freqBandTable[1] = hFreq->freqBandTableHi;
+
+  /* Patch some entries */
+  if (sampleRateOut > 24000) {    /* Trigger an error if SBR is going to be processed without     */
+    hHeaderData->bs_data.startFreq = 7;   /*   having read these frequency values from bit stream before. */
+    hHeaderData->bs_data.stopFreq  = 3;
+  }
+
+  /* One SBR timeslot corresponds to the amount of samples equal to the amount of analysis bands, divided by the timestep. */
+  hHeaderData->numberTimeSlots = (samplesPerFrame/numAnalysisBands) >> (hHeaderData->timeStep - 1);
+  if (hHeaderData->numberTimeSlots > (16)) {
+    sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  hHeaderData->numberOfAnalysisBands = numAnalysisBands;
+
+bail:
+  return sbrError;
+}
+
+
+/*!
+  \brief   Initialize the SBR_PREV_FRAME_DATA struct
+*/
+void
+initSbrPrevFrameData (HANDLE_SBR_PREV_FRAME_DATA h_prev_data, /*!< handle to struct SBR_PREV_FRAME_DATA */
+                      int timeSlots)                          /*!< Framelength in SBR-timeslots */
+{
+  int i;
+
+  /* Set previous energy and noise levels to 0 for the case
+     that decoding starts in the middle of a bitstream */
+  for (i=0; i < MAX_FREQ_COEFFS; i++)
+    h_prev_data->sfb_nrg_prev[i] = (FIXP_DBL)0;
+  for (i=0; i < MAX_NOISE_COEFFS; i++)
+    h_prev_data->prevNoiseLevel[i] = (FIXP_DBL)0;
+  for (i=0; i < MAX_INVF_BANDS; i++)
+    h_prev_data->sbr_invf_mode[i] = INVF_OFF;
+
+  h_prev_data->stopPos = timeSlots;
+  h_prev_data->coupling = COUPLING_OFF;
+  h_prev_data->ampRes = 0;
+}
+
+
+/*!
+  \brief   Read header data from bitstream
+
+  \return  error status - 0 if ok
+*/
+SBR_HEADER_STATUS
+sbrGetHeaderData (HANDLE_SBR_HEADER_DATA hHeaderData,
+                  HANDLE_FDK_BITSTREAM   hBs,
+                  const UINT             flags,
+                  const int              fIsSbrData)
+{
+  SBR_HEADER_DATA_BS *pBsData;
+  SBR_HEADER_DATA_BS lastHeader;
+  SBR_HEADER_DATA_BS_INFO lastInfo;
+  int headerExtra1=0, headerExtra2=0;
+
+  /* Copy SBR bit stream header to temporary header */
+  lastHeader = hHeaderData->bs_data;
+  lastInfo   = hHeaderData->bs_info;
+
+  /* Read new header from bitstream */
+  {
+    pBsData = &hHeaderData->bs_data;
+  }
+
+  {
+    hHeaderData->bs_info.ampResolution = FDKreadBits (hBs, 1);
+  }
+
+  pBsData->startFreq = FDKreadBits (hBs, 4);
+  pBsData->stopFreq = FDKreadBits (hBs, 4);
+
+  {
+    hHeaderData->bs_info.xover_band = FDKreadBits (hBs, 3);
+    FDKreadBits (hBs, 2);
+  }
+
+  headerExtra1 = FDKreadBits (hBs, 1);
+  headerExtra2 = FDKreadBits (hBs, 1);
+
+  /* Handle extra header information */
+  if( headerExtra1) 
+  {
+    pBsData->freqScale = FDKreadBits (hBs, 2);
+    pBsData->alterScale = FDKreadBits (hBs, 1);
+    pBsData->noise_bands = FDKreadBits (hBs, 2);
+  }
+  else {
+    pBsData->freqScale   = 2;
+    pBsData->alterScale  = 1;
+    pBsData->noise_bands = 2;
+  }
+
+  if (headerExtra2) {
+    pBsData->limiterBands = FDKreadBits (hBs, 2);
+    pBsData->limiterGains = FDKreadBits (hBs, 2);
+    pBsData->interpolFreq = FDKreadBits (hBs, 1);
+    pBsData->smoothingLength = FDKreadBits (hBs, 1);
+  }
+  else {
+    pBsData->limiterBands    = 2;
+    pBsData->limiterGains    = 2;
+    pBsData->interpolFreq    = 1;
+    pBsData->smoothingLength = 1;
+  }
+
+  /* Look for new settings. IEC 14496-3, 4.6.18.3.1 */
+  if(hHeaderData->syncState != SBR_ACTIVE ||
+     lastHeader.startFreq   != pBsData->startFreq   ||
+     lastHeader.stopFreq    != pBsData->stopFreq    ||
+     lastHeader.freqScale   != pBsData->freqScale   ||
+     lastHeader.alterScale  != pBsData->alterScale  ||
+     lastHeader.noise_bands != pBsData->noise_bands ||
+     lastInfo.xover_band    != hHeaderData->bs_info.xover_band) {
+    return HEADER_RESET; /* New settings */
+  }
+
+  return HEADER_OK;
+}
+
+/*!
+  \brief   Get missing harmonics parameters (only used for AAC+SBR)
+
+  \return  error status - 0 if ok
+*/
+int
+sbrGetSyntheticCodedData(HANDLE_SBR_HEADER_DATA hHeaderData,
+                         HANDLE_SBR_FRAME_DATA  hFrameData,
+                         HANDLE_FDK_BITSTREAM   hBs)
+{
+  int i, bitsRead = 0;
+
+  int flag = FDKreadBits(hBs,1);
+  bitsRead++;
+
+  if(flag){
+    for(i=0;i<hHeaderData->freqBandData.nSfb[1];i++){
+      hFrameData->addHarmonics[i]  = FDKreadBits (hBs, 1 );
+      bitsRead++;
+    }
+  }
+  else {
+    for(i=0; i<MAX_FREQ_COEFFS; i++)
+      hFrameData->addHarmonics[i]  = 0;
+  }
+  return(bitsRead);
+}
+
+/*!
+  \brief      Reads extension data from the bitstream
+
+  The bitstream format allows up to 4 kinds of extended data element.
+  Extended data may contain several elements, each identified by a 2-bit-ID.
+  So far, no extended data elements are defined hence the first 2 parameters
+  are unused. The data should be skipped in order to update the number
+  of read bits for the consistency check in applySBR().
+*/
+static int  extractExtendedData(
+                                HANDLE_SBR_HEADER_DATA hHeaderData,    /*!< handle to SBR header */
+                                HANDLE_FDK_BITSTREAM   hBs             /*!< Handle to the bit buffer */
+                               ,HANDLE_PS_DEC hParametricStereoDec     /*!< Parametric Stereo Decoder */
+                                ) {
+  INT nBitsLeft;
+  int extended_data;
+  int i, frameOk = 1;
+
+
+  extended_data = FDKreadBits(hBs, 1);
+
+  if (extended_data) {
+    int cnt;
+    int bPsRead = 0;
+
+    cnt = FDKreadBits(hBs, 4);
+    if (cnt == (1<<4)-1)
+      cnt += FDKreadBits(hBs, 8);
+
+
+    nBitsLeft = 8 * cnt;
+
+    /* sanity check for cnt */
+    if (nBitsLeft > (INT)FDKgetValidBits(hBs)) {
+      /* limit nBitsLeft */
+      nBitsLeft = (INT)FDKgetValidBits(hBs);
+      /* set frame error */
+      frameOk = 0;
+    }
+
+    while (nBitsLeft > 7) {
+      int extension_id = FDKreadBits(hBs, 2);
+      nBitsLeft -= 2;
+
+      switch(extension_id) {
+
+
+
+        case EXTENSION_ID_PS_CODING:
+
+        /* Read PS data from bitstream */
+
+        if (hParametricStereoDec != NULL) {
+          if(bPsRead && !hParametricStereoDec->bsData[hParametricStereoDec->bsReadSlot].mpeg.bPsHeaderValid) {
+            cnt = nBitsLeft >> 3; /* number of remaining bytes */
+            for (i=0; i<cnt; i++)
+              FDKreadBits(hBs, 8);
+            nBitsLeft -= cnt * 8;
+          } else {
+            nBitsLeft -= ReadPsData(hParametricStereoDec, hBs, nBitsLeft);
+            bPsRead = 1;
+          }
+        }
+
+          /* parametric stereo detected, could set channelMode accordingly here  */
+          /*                                                                     */
+          /* "The usage of this parametric stereo extension to HE-AAC is         */
+          /* signalled implicitly in the bitstream. Hence, if an sbr_extension() */
+          /* with bs_extension_id==EXTENSION_ID_PS is found in the SBR part of   */
+          /* the bitstream, a decoder supporting the combination of SBR and PS   */
+          /* shall operate the PS tool to generate a stereo output signal."      */
+          /* source: ISO/IEC 14496-3:2001/FDAM 2:2004(E)                         */
+
+        break;
+
+
+      default:
+        cnt = nBitsLeft >> 3; /* number of remaining bytes */
+        for (i=0; i<cnt; i++)
+          FDKreadBits(hBs, 8);
+        nBitsLeft -= cnt * 8;
+        break;
+      }
+    }
+
+    if (nBitsLeft < 0) {
+      frameOk = 0;
+      goto bail;
+    }
+    else {
+      /* Read fill bits for byte alignment */
+      FDKreadBits(hBs, nBitsLeft);
+    }
+  }
+
+bail:
+  return (frameOk);
+}
+
+
+/*!
+  \brief   Read bitstream elements of one channel
+
+  \return  SbrFrameOK:  1=ok, 0=error
+*/
+int
+sbrGetSingleChannelElement (HANDLE_SBR_HEADER_DATA hHeaderData,          /*!< Static control data */
+                            HANDLE_SBR_FRAME_DATA  hFrameData,           /*!< Control data of current frame */
+                            HANDLE_FDK_BITSTREAM   hBs,                  /*!< Handle to struct BIT_BUF */
+                            HANDLE_PS_DEC          hParametricStereoDec, /*!< Handle to PS decoder */
+                            const UINT             flags,
+                            const int              overlap
+                           )
+{
+  int i;
+
+
+  hFrameData->coupling = COUPLING_OFF;
+
+  {
+    /* Reserved bits */
+    if (FDKreadBits(hBs, 1)) {  /* bs_data_extra */
+      FDKreadBits(hBs, 4);
+      if (flags & SBRDEC_SYNTAX_SCAL) {
+        FDKreadBits(hBs, 4);
+      }
+    }
+  }
+
+  if (flags & SBRDEC_SYNTAX_SCAL) {
+    FDKreadBits (hBs, 1);     /* bs_coupling */
+  }
+
+  /*
+    Grid control
+  */
+  if ( !extractFrameInfo ( hBs, hHeaderData, hFrameData, 1, flags) )
+   return 0;
+
+  if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
+    return 0;
+
+
+  /*
+    Fetch domain vectors (time or frequency direction for delta-coding)
+  */
+  sbrGetDirectionControlData (hFrameData, hBs);
+
+  for (i=0; i<hHeaderData->freqBandData.nInvfBands; i++) {
+    hFrameData->sbr_invf_mode[i] =
+      (INVF_MODE) FDKreadBits (hBs, 2);
+  }
+
+
+
+  /* raw data */
+  if ( !sbrGetEnvelope (hHeaderData, hFrameData, hBs, flags) )
+    return 0;
+
+
+  sbrGetNoiseFloorData (hHeaderData, hFrameData, hBs);
+
+  sbrGetSyntheticCodedData(hHeaderData, hFrameData, hBs);
+
+  {
+    /* sbr extended data */
+    if (! extractExtendedData(
+                               hHeaderData,
+                               hBs
+                              ,hParametricStereoDec
+                               )) {
+      return 0;
+    }
+  }
+
+  return 1;
+}
+
+
+
+/*!
+  \brief      Read bitstream elements of a channel pair
+  \return     SbrFrameOK
+*/
+int
+sbrGetChannelPairElement (HANDLE_SBR_HEADER_DATA hHeaderData,    /*!< Static control data */
+                          HANDLE_SBR_FRAME_DATA  hFrameDataLeft, /*!< Dynamic control data for first channel */
+                          HANDLE_SBR_FRAME_DATA  hFrameDataRight,/*!< Dynamic control data for second channel */
+                          HANDLE_FDK_BITSTREAM   hBs,            /*!< handle to struct BIT_BUF */
+                          const UINT flags,
+                          const int overlap )
+{
+  int i, bit;
+
+
+  /* Reserved bits */
+  if (FDKreadBits(hBs, 1)) {  /* bs_data_extra */
+    FDKreadBits(hBs, 4);
+    FDKreadBits(hBs, 4);
+  }
+
+  /* Read coupling flag */
+  bit = FDKreadBits (hBs, 1);
+
+  if (bit) {
+    hFrameDataLeft->coupling = COUPLING_LEVEL;
+    hFrameDataRight->coupling = COUPLING_BAL;
+  }
+  else {
+    hFrameDataLeft->coupling = COUPLING_OFF;
+    hFrameDataRight->coupling = COUPLING_OFF;
+  }
+
+
+  /*
+    Grid control
+  */
+  if ( !extractFrameInfo (hBs, hHeaderData, hFrameDataLeft, 2, flags) )
+    return 0;
+
+  if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
+    return 0;
+
+  if (hFrameDataLeft->coupling) {
+    FDKmemcpy (&hFrameDataRight->frameInfo, &hFrameDataLeft->frameInfo, sizeof(FRAME_INFO));
+    hFrameDataRight->ampResolutionCurrentFrame = hFrameDataLeft->ampResolutionCurrentFrame;
+  }
+  else {
+    if ( !extractFrameInfo (hBs, hHeaderData, hFrameDataRight, 2, flags) )
+      return 0;
+
+    if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
+      return 0;
+  }
+
+  /*
+    Fetch domain vectors (time or frequency direction for delta-coding)
+  */
+  sbrGetDirectionControlData (hFrameDataLeft, hBs);
+  sbrGetDirectionControlData (hFrameDataRight, hBs);
+
+  for (i=0; i<hHeaderData->freqBandData.nInvfBands; i++) {
+    hFrameDataLeft->sbr_invf_mode[i] = (INVF_MODE) FDKreadBits (hBs, 2);
+  }
+
+  if (hFrameDataLeft->coupling) {
+    for (i=0; i<hHeaderData->freqBandData.nInvfBands; i++) {
+      hFrameDataRight->sbr_invf_mode[i] = hFrameDataLeft->sbr_invf_mode[i];
+    }
+
+
+    if ( !sbrGetEnvelope (hHeaderData, hFrameDataLeft, hBs, flags) ) {
+      return 0;
+    }
+
+    sbrGetNoiseFloorData (hHeaderData, hFrameDataLeft, hBs);
+
+    if ( !sbrGetEnvelope (hHeaderData, hFrameDataRight, hBs, flags) ) {
+      return 0;
+    }
+  }
+  else {
+
+    for (i=0; i<hHeaderData->freqBandData.nInvfBands; i++) {
+      hFrameDataRight->sbr_invf_mode[i] = (INVF_MODE) FDKreadBits (hBs, 2);
+    }
+
+
+
+    if ( !sbrGetEnvelope (hHeaderData, hFrameDataLeft, hBs, flags) )
+      return 0;
+
+    if ( !sbrGetEnvelope (hHeaderData, hFrameDataRight, hBs, flags) )
+      return 0;
+
+    sbrGetNoiseFloorData (hHeaderData, hFrameDataLeft, hBs);
+
+  }
+  sbrGetNoiseFloorData (hHeaderData, hFrameDataRight, hBs);
+
+  sbrGetSyntheticCodedData(hHeaderData, hFrameDataLeft, hBs);
+  sbrGetSyntheticCodedData(hHeaderData, hFrameDataRight, hBs);
+
+  {
+    if (! extractExtendedData(
+                               hHeaderData,
+                               hBs
+                              ,NULL
+                             ) ) {
+      return 0;
+    }
+  }
+
+  return 1;
+}
+
+
+
+
+/*!
+  \brief   Read direction control data from bitstream
+*/
+void
+sbrGetDirectionControlData (HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */
+                            HANDLE_FDK_BITSTREAM  hBs)          /*!< handle to struct BIT_BUF */
+{
+  int i;
+
+  for (i = 0; i < h_frame_data->frameInfo.nEnvelopes; i++) {
+    h_frame_data->domain_vec[i] = FDKreadBits (hBs, 1);
+  }
+
+  for (i = 0; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) {
+    h_frame_data->domain_vec_noise[i] = FDKreadBits (hBs, 1);
+  }
+}
+
+
+
+/*!
+  \brief   Read noise-floor-level data from bitstream
+*/
+void
+sbrGetNoiseFloorData (HANDLE_SBR_HEADER_DATA hHeaderData,  /*!< Static control data */
+                      HANDLE_SBR_FRAME_DATA  h_frame_data, /*!< handle to struct SBR_FRAME_DATA */
+                      HANDLE_FDK_BITSTREAM   hBs)          /*!< handle to struct BIT_BUF */
+{
+  int i,j;
+  int delta;
+  COUPLING_MODE coupling;
+  int noNoiseBands = hHeaderData->freqBandData.nNfb;
+
+  Huffman hcb_noiseF;
+  Huffman hcb_noise;
+  int envDataTableCompFactor;
+
+  coupling = h_frame_data->coupling;
+
+
+  /*
+    Select huffman codebook depending on coupling mode
+  */
+  if (coupling == COUPLING_BAL) {
+    hcb_noise = (Huffman)&FDK_sbrDecoder_sbr_huffBook_NoiseBalance11T;
+    hcb_noiseF = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvBalance11F;  /* "sbr_huffBook_NoiseBalance11F" */
+    envDataTableCompFactor = 1;
+  }
+  else {
+    hcb_noise = (Huffman)&FDK_sbrDecoder_sbr_huffBook_NoiseLevel11T;
+    hcb_noiseF = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvLevel11F;    /* "sbr_huffBook_NoiseLevel11F" */
+    envDataTableCompFactor = 0;
+  }
+
+  /*
+    Read raw noise-envelope data
+  */
+  for (i=0; i<h_frame_data->frameInfo.nNoiseEnvelopes; i++) {
+
+
+    if (h_frame_data->domain_vec_noise[i] == 0) {
+      if (coupling == COUPLING_BAL) {
+        h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands] =
+          (FIXP_SGL) (((int)FDKreadBits (hBs, 5)) << envDataTableCompFactor);
+      }
+      else {
+        h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands] =
+          (FIXP_SGL) (int)FDKreadBits (hBs, 5);
+      }
+
+      for (j = 1; j < noNoiseBands; j++) {
+        delta = DecodeHuffmanCW(hcb_noiseF, hBs);
+        h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands+j] = (FIXP_SGL) (delta << envDataTableCompFactor);
+      }
+    }
+    else {
+      for (j = 0; j < noNoiseBands; j++) {
+        delta = DecodeHuffmanCW(hcb_noise, hBs);
+        h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands+j] = (FIXP_SGL) (delta << envDataTableCompFactor);
+      }
+    }
+  }
+}
+
+
+/*!
+  \brief   Read envelope data from bitstream
+*/
+static int
+sbrGetEnvelope (HANDLE_SBR_HEADER_DATA hHeaderData,  /*!< Static control data */
+                HANDLE_SBR_FRAME_DATA  h_frame_data, /*!< handle to struct SBR_FRAME_DATA */
+                HANDLE_FDK_BITSTREAM   hBs,          /*!< handle to struct BIT_BUF */
+                const UINT             flags)
+{
+  int i, j;
+  UCHAR no_band[MAX_ENVELOPES];
+  int delta = 0;
+  int offset = 0;
+  COUPLING_MODE coupling = h_frame_data->coupling;
+  int ampRes = hHeaderData->bs_info.ampResolution;
+  int nEnvelopes = h_frame_data->frameInfo.nEnvelopes;
+  int envDataTableCompFactor;
+  int start_bits, start_bits_balance;
+  Huffman hcb_t, hcb_f;
+
+  h_frame_data->nScaleFactors = 0;
+
+  if ( (h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1) ) {
+    if (flags & SBRDEC_ELD_GRID)
+      ampRes = h_frame_data->ampResolutionCurrentFrame;
+    else
+      ampRes = 0;
+  }
+  h_frame_data->ampResolutionCurrentFrame = ampRes;
+
+  /*
+    Set number of bits for first value depending on amplitude resolution
+  */
+  if(ampRes == 1)
+  {
+    start_bits = 6;
+    start_bits_balance = 5;
+  }
+  else
+  {
+    start_bits = 7;
+    start_bits_balance = 6;
+  }
+
+  /*
+    Calculate number of values for each envelope and alltogether
+  */
+  for (i = 0; i < nEnvelopes; i++) {
+    no_band[i] = hHeaderData->freqBandData.nSfb[h_frame_data->frameInfo.freqRes[i]];
+    h_frame_data->nScaleFactors += no_band[i];
+  }
+  if (h_frame_data->nScaleFactors > MAX_NUM_ENVELOPE_VALUES)
+    return 0;
+
+  /*
+    Select Huffman codebook depending on coupling mode and amplitude resolution
+  */
+  if (coupling == COUPLING_BAL) {
+    envDataTableCompFactor = 1;
+    if (ampRes == 0) {
+      hcb_t = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvBalance10T;
+      hcb_f = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvBalance10F;
+    }
+    else {
+      hcb_t = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvBalance11T;
+      hcb_f = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvBalance11F;
+    }
+  }
+  else {
+    envDataTableCompFactor = 0;
+    if (ampRes == 0) {
+      hcb_t = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvLevel10T;
+      hcb_f = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvLevel10F;
+    }
+    else {
+      hcb_t = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvLevel11T;
+      hcb_f = (Huffman)&FDK_sbrDecoder_sbr_huffBook_EnvLevel11F;
+    }
+  }
+
+  /*
+    Now read raw envelope data
+  */
+  for (j = 0, offset = 0; j < nEnvelopes; j++) {
+
+
+    if (h_frame_data->domain_vec[j] == 0) {
+      if (coupling == COUPLING_BAL) {
+        h_frame_data->iEnvelope[offset] =
+          (FIXP_SGL) (( (int)FDKreadBits(hBs, start_bits_balance)) << envDataTableCompFactor);
+      }
+      else {
+        h_frame_data->iEnvelope[offset] =
+          (FIXP_SGL) (int)FDKreadBits (hBs, start_bits);
+      }
+    }
+
+    for (i = (1 - h_frame_data->domain_vec[j]); i < no_band[j]; i++) {
+
+      if (h_frame_data->domain_vec[j] == 0) {
+        delta = DecodeHuffmanCW(hcb_f, hBs);
+      }
+      else {
+        delta = DecodeHuffmanCW(hcb_t, hBs);
+      }
+
+      h_frame_data->iEnvelope[offset + i] = (FIXP_SGL) (delta << envDataTableCompFactor);
+    }
+    offset += no_band[j];
+  }
+
+#if ENV_EXP_FRACT
+  /* Convert from int to scaled fract (ENV_EXP_FRACT bits for the fractional part) */
+  for (i = 0; i < h_frame_data->nScaleFactors; i++) {
+    h_frame_data->iEnvelope[i] <<= ENV_EXP_FRACT;
+  }
+#endif
+
+  return 1;
+}
+
+
+//static const FRAME_INFO v_frame_info1_8 = { 0, 1, {0, 8}, {1}, -1, 1, {0, 8} };
+static const FRAME_INFO v_frame_info2_8 = { 0, 2, {0, 4, 8}, {1, 1}, -1, 2, {0, 4, 8} };
+static const FRAME_INFO v_frame_info4_8 = { 0, 4, {0, 2, 4, 6, 8}, {1, 1, 1, 1}, -1, 2, {0, 4, 8} };
+
+/***************************************************************************/
+/*!
+  \brief    Generates frame info for FIXFIXonly frame class used for low delay version
+
+  \return   nothing
+ ****************************************************************************/
+ static void generateFixFixOnly ( FRAME_INFO *hSbrFrameInfo,
+                                  int tranPosInternal,
+                                  int numberTimeSlots
+                                )
+{
+    int nEnv, i, tranIdx;
+    const int *pTable;
+
+    switch (numberTimeSlots) {
+        case 8:
+            pTable = FDK_sbrDecoder_envelopeTable_8[tranPosInternal];
+            break;
+        case 15:
+            pTable = FDK_sbrDecoder_envelopeTable_15[tranPosInternal];
+            break;
+        case 16:
+            pTable = FDK_sbrDecoder_envelopeTable_16[tranPosInternal];
+            break;
+        default:
+            FDK_ASSERT(0);
+    }
+
+    /* look number of envelopes in table */
+    nEnv = pTable[0];
+    /* look up envelope distribution in table */
+    for (i=1; i<nEnv; i++)
+        hSbrFrameInfo->borders[i] = pTable[i+2];
+    /* open and close frame border */
+    hSbrFrameInfo->borders[0]    = 0;
+    hSbrFrameInfo->borders[nEnv] = numberTimeSlots;
+    hSbrFrameInfo->nEnvelopes = nEnv;
+
+   /* transient idx */
+    tranIdx = hSbrFrameInfo->tranEnv = pTable[1];
+
+    /* add noise floors */
+    hSbrFrameInfo->bordersNoise[0] = 0;
+    hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1];
+    hSbrFrameInfo->bordersNoise[2] = numberTimeSlots;
+    /* nEnv is always > 1, so nNoiseEnvelopes is always 2 (IEC 14496-3 4.6.19.3.2) */
+    hSbrFrameInfo->nNoiseEnvelopes = 2;
+}
+
+/*!
+  \brief  Extracts LowDelaySBR control data from the bitstream.
+
+  \return zero for bitstream error, one for correct.
+*/
+static int
+extractLowDelayGrid (HANDLE_FDK_BITSTREAM hBitBuf,          /*!< bitbuffer handle */
+                     HANDLE_SBR_HEADER_DATA hHeaderData,
+                     HANDLE_SBR_FRAME_DATA h_frame_data, /*!< contains the FRAME_INFO struct to be filled */
+                     int timeSlots
+                    )
+{
+  FRAME_INFO * pFrameInfo = &h_frame_data->frameInfo;
+  INT numberTimeSlots = hHeaderData->numberTimeSlots;
+  INT temp = 0, k;
+
+      /* FIXFIXonly framing case */
+      h_frame_data->frameInfo.frameClass = 0;
+
+      /* get the transient position from the bitstream */
+      switch (timeSlots){
+        case 8:
+          /* 3bit transient position (temp={0;..;7}) */
+          temp = FDKreadBits( hBitBuf, 3);
+          break;
+
+        case 16:
+        case 15:
+          /* 4bit transient position (temp={0;..;15}) */
+          temp = FDKreadBits( hBitBuf, 4);
+          break;
+
+        default:
+          return 0;
+      }
+
+      /* calculate borders according to the transient position */
+      generateFixFixOnly ( pFrameInfo,
+                           temp,
+                           numberTimeSlots
+                         );
+
+      /* decode freq res: */
+      for (k = 0; k < pFrameInfo->nEnvelopes; k++) {
+          pFrameInfo->freqRes[k] = (UCHAR) FDKreadBits (hBitBuf, 1); /* f = F [1 bits] */          
+      }
+
+
+  return 1;
+}
+
+/*!
+  \brief   Extract the frame information (structure FRAME_INFO) from the bitstream
+  \return  Zero for bitstream error, one for correct.
+*/
+int
+extractFrameInfo ( HANDLE_FDK_BITSTREAM   hBs,          /*!< bitbuffer handle */
+                   HANDLE_SBR_HEADER_DATA hHeaderData,  /*!< Static control data */
+                   HANDLE_SBR_FRAME_DATA  h_frame_data, /*!< pointer to memory where the frame-info will be stored */
+                   const UINT             nrOfChannels,
+                   const UINT             flags
+                 )
+{
+  FRAME_INFO * pFrameInfo = &h_frame_data->frameInfo;
+  int numberTimeSlots = hHeaderData->numberTimeSlots;
+  int pointer_bits = 0, nEnv = 0, b = 0, border, i, n = 0,
+    k, p, aL, aR, nL, nR,
+    temp = 0, staticFreqRes;
+  UCHAR frameClass;
+
+  if (flags & SBRDEC_ELD_GRID) {
+      /* CODEC_AACLD (LD+SBR) only uses the normal 0 Grid for non-transient Frames and the LowDelayGrid for transient Frames */
+      frameClass = FDKreadBits (hBs, 1); /* frameClass = [1 bit] */
+      if ( frameClass == 1 ) {
+        /* if frameClass == 1, extract LowDelaySbrGrid, otherwise extract normal SBR-Grid for FIXIFX */
+        /* extract the AACLD-Sbr-Grid */
+        pFrameInfo->frameClass = frameClass;
+        extractLowDelayGrid (hBs, hHeaderData, h_frame_data, numberTimeSlots);
+        return 1;
+      }
+  } else
+  {
+    frameClass = FDKreadBits (hBs, 2); /* frameClass = C [2 bits] */
+  }
+
+
+  switch (frameClass) {
+  case 0:
+    temp = FDKreadBits (hBs, 2);     /* E [2 bits ] */
+    nEnv = (int) (1 << temp);    /* E -> e */
+
+    if ((flags & SBRDEC_ELD_GRID) && (nEnv == 1))
+      h_frame_data->ampResolutionCurrentFrame = FDKreadBits( hBs, 1); /* new ELD Syntax 07-11-09 */
+
+    staticFreqRes = FDKreadBits (hBs, 1);
+
+    {
+      if (nEnv > MAX_ENVELOPES_HEAAC)
+        return 0;
+    }
+
+    b = nEnv + 1;
+    switch (nEnv) {
+    case 1:
+      switch (numberTimeSlots) {
+        case 15:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info1_15, sizeof(FRAME_INFO));
+          break;
+        case 16:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info1_16, sizeof(FRAME_INFO));
+          break;
+        default:
+          FDK_ASSERT(0);
+      }
+      break;
+    case 2:
+      switch (numberTimeSlots) {
+        case 15:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info2_15, sizeof(FRAME_INFO));
+          break;
+        case 16:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info2_16, sizeof(FRAME_INFO));
+          break;
+        default:
+          FDK_ASSERT(0);
+      }
+      break;
+    case 4:
+      switch (numberTimeSlots) {
+        case 15:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info4_15, sizeof(FRAME_INFO));
+          break;
+        case 16:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info4_16, sizeof(FRAME_INFO));
+          break;
+        default:
+          FDK_ASSERT(0);
+      }
+      break;
+    case 8:
+#if (MAX_ENVELOPES >= 8)
+      switch (numberTimeSlots) {
+        case 15:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info8_15, sizeof(FRAME_INFO));
+          break;
+        case 16:
+          FDKmemcpy (pFrameInfo, &FDK_sbrDecoder_sbr_frame_info8_16, sizeof(FRAME_INFO));
+          break;
+        default:
+          FDK_ASSERT(0);
+      }
+      break;
+#else
+      return 0;
+#endif
+    }
+    /* Apply correct freqRes (High is default) */
+    if (!staticFreqRes) {
+      for (i = 0; i < nEnv ; i++)
+        pFrameInfo->freqRes[i] = 0;
+    }
+
+    break;
+  case 1:
+  case 2:
+    temp = FDKreadBits (hBs, 2);  /* A [2 bits] */
+
+    n    = FDKreadBits (hBs, 2);  /* n = N [2 bits] */
+
+    nEnv = n + 1;                             /* # envelopes */
+    b = nEnv + 1;                             /* # borders   */
+
+    break;
+  }
+
+  switch (frameClass) {
+  case 1:
+    /* Decode borders: */
+    pFrameInfo->borders[0] = 0;               /* first border          */
+    border = temp + numberTimeSlots;          /* A -> aR               */
+    i = b-1;                                  /* frame info index for last border */
+    pFrameInfo->borders[i] = border;          /* last border                      */
+
+    for (k = 0; k < n; k++) {
+      temp = FDKreadBits (hBs, 2);/* R [2 bits] */
+      border -= (2 * temp + 2);               /* R -> r                */
+      pFrameInfo->borders[--i] = border;
+    }
+
+
+    /* Decode pointer: */
+    pointer_bits = DFRACT_BITS - 1 - CountLeadingBits((FIXP_DBL)(n+1));
+    p = FDKreadBits (hBs, pointer_bits);     /* p = P [pointer_bits bits] */
+
+    if (p > n+1)
+      return 0;
+
+    pFrameInfo->tranEnv = p ? n + 2 - p : -1;
+
+
+    /* Decode freq res: */
+    for (k = n; k >= 0; k--) {
+      pFrameInfo->freqRes[k] = FDKreadBits (hBs, 1); /* f = F [1 bits] */
+    }
+
+
+    /* Calculate noise floor middle border: */
+    if (p == 0 || p == 1)
+      pFrameInfo->bordersNoise[1] = pFrameInfo->borders[n];
+    else
+      pFrameInfo->bordersNoise[1] = pFrameInfo->borders[pFrameInfo->tranEnv];
+
+    break;
+
+  case 2:
+    /* Decode borders: */
+    border = temp;                            /* A -> aL */
+    pFrameInfo->borders[0] = border;          /* first border */
+
+    for (k = 1; k <= n; k++) {
+      temp = FDKreadBits (hBs, 2);/* R [2 bits] */
+      border += (2 * temp + 2);               /* R -> r                */
+      pFrameInfo->borders[k] = border;
+    }
+    pFrameInfo->borders[k] = numberTimeSlots; /* last border */
+
+
+    /* Decode pointer: */
+    pointer_bits = DFRACT_BITS - 1 - CountLeadingBits((FIXP_DBL)(n+1));
+    p = FDKreadBits (hBs, pointer_bits);     /* p = P [pointer_bits bits] */
+    if (p > n+1)
+      return 0;
+
+    if (p == 0 || p == 1)
+      pFrameInfo->tranEnv = -1;
+    else
+      pFrameInfo->tranEnv = p - 1;
+
+
+
+    /* Decode freq res: */
+    for (k = 0; k <= n; k++) {
+      pFrameInfo->freqRes[k] = FDKreadBits(hBs, 1); /* f = F [1 bits] */
+    }
+
+
+
+    /* Calculate noise floor middle border: */
+    switch (p) {
+    case 0:
+      pFrameInfo->bordersNoise[1] = pFrameInfo->borders[1];
+      break;
+    case 1:
+      pFrameInfo->bordersNoise[1] = pFrameInfo->borders[n];
+      break;
+    default:
+      pFrameInfo->bordersNoise[1] = pFrameInfo->borders[pFrameInfo->tranEnv];
+      break;
+    }
+
+    break;
+
+  case 3:
+    /* v_ctrlSignal = [frameClass,aL,aR,nL,nR,v_rL,v_rR,p,v_fLR]; */
+
+    aL = FDKreadBits (hBs, 2);       /* AL [2 bits], AL -> aL */
+
+    aR = FDKreadBits (hBs, 2) + numberTimeSlots;     /* AR [2 bits], AR -> aR */
+
+    nL = FDKreadBits (hBs, 2);       /* nL = NL [2 bits] */
+
+    nR = FDKreadBits (hBs, 2);       /* nR = NR [2 bits] */
+
+
+
+    /*-------------------------------------------------------------------------
+      Calculate help variables
+      --------------------------------------------------------------------------*/
+
+    /* general: */
+    nEnv = nL + nR + 1;            /* # envelopes */
+    if (nEnv > MAX_ENVELOPES)
+      return 0;
+    b = nEnv + 1;                  /* # borders   */
+
+
+
+    /*-------------------------------------------------------------------------
+      Decode envelopes
+      --------------------------------------------------------------------------*/
+
+
+    /* L-borders:   */
+    border            = aL;                   /* first border */
+    pFrameInfo->borders[0] = border;
+
+    for (k = 1; k <= nL; k++) {
+      temp = FDKreadBits (hBs, 2);/* R [2 bits] */
+      border += (2 * temp + 2);               /* R -> r                */
+      pFrameInfo->borders[k] = border;
+    }
+
+
+    /* R-borders:  */
+    border = aR;                              /* last border */
+    i      = nEnv;
+
+    pFrameInfo->borders[i] = border;
+
+    for (k = 0; k < nR; k++) {
+      temp = FDKreadBits (hBs, 2);/* R [2 bits] */
+      border -= (2 * temp + 2);               /* R -> r                */
+      pFrameInfo->borders[--i] = border;
+    }
+
+
+    /* decode pointer: */
+    pointer_bits = DFRACT_BITS - 1 - CountLeadingBits((FIXP_DBL)(nL+nR+1));
+    p = FDKreadBits (hBs, pointer_bits);     /* p = P [pointer_bits bits] */
+
+    if (p > nL+nR+1)
+      return 0;
+
+    pFrameInfo->tranEnv = p ? b - p : -1;
+
+
+
+    /* decode freq res: */
+    for (k = 0; k < nEnv; k++) {
+      pFrameInfo->freqRes[k] = FDKreadBits(hBs, 1); /* f = F [1 bits] */
+    }
+
+
+
+    /*-------------------------------------------------------------------------
+      Decode noise floors
+      --------------------------------------------------------------------------*/
+    pFrameInfo->bordersNoise[0] = aL;
+
+    if (nEnv == 1) {
+      /* 1 noise floor envelope: */
+      pFrameInfo->bordersNoise[1] = aR;
+    }
+    else {
+      /* 2 noise floor envelopes */
+      if (p == 0 || p == 1)
+        pFrameInfo->bordersNoise[1] = pFrameInfo->borders[nEnv - 1];
+      else
+        pFrameInfo->bordersNoise[1] = pFrameInfo->borders[pFrameInfo->tranEnv];
+      pFrameInfo->bordersNoise[2] = aR;
+    }
+    break;
+  }
+
+
+  /*
+    Store number of envelopes, noise floor envelopes and frame class
+  */
+  pFrameInfo->nEnvelopes = nEnv;
+
+  if (nEnv == 1)
+    pFrameInfo->nNoiseEnvelopes = 1;
+  else
+    pFrameInfo->nNoiseEnvelopes = 2;
+
+  pFrameInfo->frameClass = frameClass;
+
+  if (pFrameInfo->frameClass == 2 || pFrameInfo->frameClass == 1) {
+    /* calculate noise floor first and last borders: */
+    pFrameInfo->bordersNoise[0] = pFrameInfo->borders[0];
+    pFrameInfo->bordersNoise[pFrameInfo->nNoiseEnvelopes] = pFrameInfo->borders[nEnv];
+  }
+
+
+  return 1;
+}
+
+
+/*!
+  \brief   Check if the frameInfo vector has reasonable values.
+  \return  Zero for error, one for correct
+*/
+static int
+checkFrameInfo (FRAME_INFO * pFrameInfo, /*!< pointer to frameInfo */
+                int numberOfTimeSlots,   /*!< QMF time slots per frame */
+                int overlap,             /*!< Amount of overlap QMF time slots */
+                int timeStep)            /*!< QMF slots to SBR slots step factor */
+{
+  int maxPos,i,j;
+  int startPos;
+  int stopPos;
+  int tranEnv;
+  int startPosNoise;
+  int stopPosNoise;
+  int nEnvelopes = pFrameInfo->nEnvelopes;
+  int nNoiseEnvelopes = pFrameInfo->nNoiseEnvelopes;
+
+  if(nEnvelopes < 1 || nEnvelopes > MAX_ENVELOPES)
+    return 0;
+
+  if(nNoiseEnvelopes > MAX_NOISE_ENVELOPES)
+    return 0;
+
+  startPos        = pFrameInfo->borders[0];
+  stopPos         = pFrameInfo->borders[nEnvelopes];
+  tranEnv         = pFrameInfo->tranEnv;
+  startPosNoise   = pFrameInfo->bordersNoise[0];
+  stopPosNoise    = pFrameInfo->bordersNoise[nNoiseEnvelopes];
+
+  if (overlap < 0 || overlap > (6)) {
+    return 0;
+  }
+  if (timeStep < 1 || timeStep > 2) {
+    return 0;
+  }
+  maxPos = numberOfTimeSlots + (overlap/timeStep);
+
+  /* Check that the start and stop positions of the frame are reasonable values. */
+  if( (startPos < 0) || (startPos >= stopPos) )
+    return 0;
+  if( startPos > maxPos-numberOfTimeSlots ) /* First env. must start in or directly after the overlap buffer */
+    return 0;
+  if( stopPos < numberOfTimeSlots ) /* One complete frame must be ready for output after processing */
+    return 0;
+  if(stopPos > maxPos)
+    return 0;
+
+  /* Check that the  start border for every envelope is strictly later in time */
+  for(i=0;i<nEnvelopes;i++) {
+    if(pFrameInfo->borders[i] >= pFrameInfo->borders[i+1])
+      return 0;
+  }
+
+  /* Check that the envelope to be shortened is actually among the envelopes */
+  if(tranEnv>nEnvelopes)
+    return 0;
+
+
+  /* Check the noise borders */
+  if(nEnvelopes==1 && nNoiseEnvelopes>1)
+    return 0;
+
+  if(startPos != startPosNoise || stopPos != stopPosNoise)
+    return 0;
+
+
+  /* Check that the  start border for every noise-envelope is strictly later in time*/
+  for(i=0; i<nNoiseEnvelopes; i++) {
+    if(pFrameInfo->bordersNoise[i] >= pFrameInfo->bordersNoise[i+1])
+      return 0;
+  }
+
+  /* Check that every noise border is the same as an envelope border*/
+  for(i=0; i<nNoiseEnvelopes; i++) {
+    startPosNoise = pFrameInfo->bordersNoise[i];
+
+    for(j=0; j<nEnvelopes; j++) {
+      if(pFrameInfo->borders[j] == startPosNoise)
+        break;
+    }
+    if(j==nEnvelopes)
+      return 0;
+  }
+
+  return 1;
+}
diff --git a/libSBRdec/src/env_extr.h b/libSBRdec/src/env_extr.h
new file mode 100644 (file)
index 0000000..5db6d3d
--- /dev/null
@@ -0,0 +1,319 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope extraction prototypes  
+*/
+
+#ifndef __ENVELOPE_EXTRACTION_H
+#define __ENVELOPE_EXTRACTION_H
+
+#include "sbrdecoder.h"
+
+#include "FDK_bitstream.h"
+#include "lpp_tran.h"
+
+#include "psdec.h"
+
+#define ENV_EXP_FRACT 0
+/*!< Shift raw envelope data to support fractional numbers.
+  Can be set to 8 instead of 0 to enhance accuracy during concealment.
+  This is not required for conformance and #requantizeEnvelopeData() will
+  become more expensive.
+*/
+
+#define EXP_BITS 6
+/*!< Size of exponent-part of a pseudo float envelope value (should be at least 6).
+  The remaining bits in each word are used for the mantissa (should be at least 10).
+  This format is used in the arrays iEnvelope[] and sbrNoiseFloorLevel[]
+  in the FRAME_DATA struct which must fit in a certain part of the output buffer
+  (See buffer management in sbr_dec.cpp).
+  Exponents and mantissas could also be stored in separate arrays.
+  Accessing the exponent or the mantissa would be simplified and the masks #MASK_E
+  resp. #MASK_M would   no longer be required.
+*/
+
+#define MASK_M (((1 << (FRACT_BITS - EXP_BITS)) - 1) << EXP_BITS)  /*!< Mask for extracting the mantissa of a pseudo float envelope value */
+#define MASK_E ((1 << EXP_BITS) - 1)           /*!< Mask for extracting the exponent of a pseudo float envelope value */
+
+#define SIGN_EXT ( ((SCHAR)-1) ^ MASK_E)        /*!< a CHAR-constant with all bits above our sign-bit set */
+#define ROUNDING ( (FIXP_SGL)(1<<(EXP_BITS-1)) ) /*!< 0.5-offset for rounding the mantissa of a pseudo-float envelope value */
+#define NRG_EXP_OFFSET  16                     /*!< Will be added to the reference energy's exponent to prevent negative numbers */
+#define NOISE_EXP_OFFSET  38                   /*!< Will be added to the noise level exponent to prevent negative numbers */
+
+typedef enum
+{
+  HEADER_NOT_PRESENT,
+  HEADER_OK,
+  HEADER_RESET
+}
+SBR_HEADER_STATUS;
+
+typedef enum
+{
+  SBR_NOT_INITIALIZED,
+  UPSAMPLING,
+  SBR_HEADER,
+  SBR_ACTIVE
+}
+SBR_SYNC_STATE;
+
+
+typedef enum
+{
+  COUPLING_OFF = 0,
+  COUPLING_LEVEL,
+  COUPLING_BAL
+}
+COUPLING_MODE;
+
+typedef struct
+{
+  UCHAR nSfb[2];           /*!< Number of SBR-bands for low and high freq-resolution */
+  UCHAR nNfb;              /*!< Actual number of noise bands to read from the bitstream*/
+  UCHAR numMaster;         /*!< Number of SBR-bands in v_k_master */
+  UCHAR lowSubband;        /*!< QMF-band where SBR frequency range starts */
+  UCHAR highSubband;       /*!< QMF-band where SBR frequency range ends */
+  UCHAR limiterBandTable[MAX_NUM_LIMITERS+1]; /*!< Limiter band table. */
+  UCHAR noLimiterBands;    /*!< Number of limiter bands. */
+  UCHAR nInvfBands;        /*!< Number of bands for inverse filtering */
+  UCHAR *freqBandTable[2]; /*!< Pointers to freqBandTableLo and freqBandTableHi */
+  UCHAR freqBandTableLo[MAX_FREQ_COEFFS/2+1];
+                                   /*!< Mapping of SBR bands to QMF bands for low frequency resolution */
+  UCHAR freqBandTableHi[MAX_FREQ_COEFFS+1];
+                                   /*!< Mapping of SBR bands to QMF bands for high frequency resolution */
+  UCHAR freqBandTableNoise[MAX_NOISE_COEFFS+1];
+                                   /*!< Mapping of SBR noise bands to QMF bands */
+  UCHAR v_k_master[MAX_FREQ_COEFFS+1];
+                                   /*!< Master BandTable which freqBandTable is derived from */
+}
+FREQ_BAND_DATA;
+
+typedef FREQ_BAND_DATA *HANDLE_FREQ_BAND_DATA;
+
+#define SBRDEC_ELD_GRID        1
+#define SBRDEC_SYNTAX_SCAL     2
+#define SBRDEC_SYNTAX_USAC     4
+#define SBRDEC_SYNTAX_RSVD50   8
+#define SBRDEC_LOW_POWER      16  /* Flag indicating that Low Power QMF mode shall be used. */
+#define SBRDEC_PS_DECODED     32  /* Flag indicating that PS was decoded and rendered. */
+#define SBRDEC_LD_MPS_QMF    512  /* Flag indicating that the LD-MPS QMF shall be used. */
+
+#define SBRDEC_HDR_STAT_RESET  1
+#define SBRDEC_HDR_STAT_UPDATE 2
+
+typedef struct {
+  UCHAR ampResolution;       /*!< Amplitude resolution of envelope values (0: 1.5dB, 1: 3dB) */
+  UCHAR xover_band;          /*!< Start index in #v_k_master[] used for dynamic crossover frequency */
+  UCHAR sbr_preprocessing;   /*!< SBR prewhitening flag. */
+} SBR_HEADER_DATA_BS_INFO;
+
+typedef struct {
+  /* Changes in these variables causes a reset of the decoder */
+  UCHAR startFreq;           /*!< Index for SBR start frequency */
+  UCHAR stopFreq;            /*!< Index for SBR highest frequency */
+  UCHAR freqScale;           /*!< 0: linear scale,  1-3 logarithmic scales */
+  UCHAR alterScale;          /*!< Flag for coarser frequency resolution */
+  UCHAR noise_bands;         /*!< Noise bands per octave, read from bitstream*/
+
+  /* don't require reset */
+  UCHAR limiterBands;        /*!< Index for number of limiter bands per octave */
+  UCHAR limiterGains;        /*!< Index to select gain limit */
+  UCHAR interpolFreq;        /*!< Select gain calculation method (1: per QMF channel, 0: per SBR band) */
+  UCHAR smoothingLength;     /*!< Smoothing of gains over time (0: on  1: off) */
+
+} SBR_HEADER_DATA_BS;
+
+typedef struct
+{
+  SBR_SYNC_STATE syncState;    /*!< The current initialization status of the header */
+
+  UCHAR status;                /*!< Flags field used for signaling a reset right before the processing starts and an update from config (e.g. ASC). */
+  UCHAR frameErrorFlag;        /*!< Frame data valid flag. CAUTION: This variable will be overwritten by the flag stored in the element structure.
+                                    This is necessary because of the frame delay. There it might happen that different slots use the same header. */
+  UCHAR numberTimeSlots;       /*!< AAC: 16,15 */
+  UCHAR numberOfAnalysisBands; /*!< Number of QMF analysis bands */
+  UCHAR timeStep;              /*!< Time resolution of SBR in QMF-slots */
+  UINT  sbrProcSmplRate;       /*!< SBR processing sampling frequency (!= OutputSamplingRate)
+                                     (always: CoreSamplingRate * UpSamplingFactor; even in single rate mode) */
+
+  SBR_HEADER_DATA_BS      bs_data;  /*!< current SBR header. */
+  SBR_HEADER_DATA_BS_INFO bs_info;  /*!< SBR info. */
+
+  FREQ_BAND_DATA freqBandData;  /*!< Pointer to struct #FREQ_BAND_DATA */
+}
+SBR_HEADER_DATA;
+
+typedef SBR_HEADER_DATA *HANDLE_SBR_HEADER_DATA;
+
+
+typedef struct
+{
+  UCHAR frameClass;               /*!< Select grid type */
+  UCHAR nEnvelopes;               /*!< Number of envelopes */
+  UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */
+  UCHAR freqRes[MAX_ENVELOPES];   /*!< Frequency resolution for each envelope (0=low, 1=high) */
+  SCHAR  tranEnv;                 /*!< Transient envelope, -1 if none */
+  UCHAR nNoiseEnvelopes;          /*!< Number of noise envelopes */
+  UCHAR bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< borders of noise envelopes */
+}
+FRAME_INFO;
+
+
+typedef struct
+{
+  FIXP_SGL sfb_nrg_prev[MAX_FREQ_COEFFS];    /*!< Previous envelope (required for differential-coded values) */
+  FIXP_SGL prevNoiseLevel[MAX_NOISE_COEFFS]; /*!< Previous noise envelope (required for differential-coded values) */
+  COUPLING_MODE coupling;                    /*!< Stereo-mode of previous frame */
+  INVF_MODE sbr_invf_mode[MAX_INVF_BANDS];   /*!< Previous strength of filtering in transposer */
+  UCHAR ampRes;                              /*!< Previous amplitude resolution (0: 1.5dB, 1: 3dB) */
+  UCHAR stopPos;                             /*!< Position in time where last envelope ended */
+  UCHAR frameErrorFlag;                      /*!< Previous frame status */
+}
+SBR_PREV_FRAME_DATA;
+
+typedef SBR_PREV_FRAME_DATA *HANDLE_SBR_PREV_FRAME_DATA;
+
+
+typedef struct
+{
+  int nScaleFactors;                    /*!< total number of scalefactors in frame */
+
+  FRAME_INFO frameInfo;                 /*!< time grid for current frame */
+  UCHAR domain_vec[MAX_ENVELOPES];      /*!< Bitfield containing direction of delta-coding for each envelope (0:frequency, 1:time) */
+  UCHAR domain_vec_noise[MAX_NOISE_ENVELOPES]; /*!< Same as above, but for noise envelopes */
+
+  INVF_MODE sbr_invf_mode[MAX_INVF_BANDS]; /*!< Strength of filtering in transposer */
+  COUPLING_MODE coupling;                  /*!< Stereo-mode */
+  int ampResolutionCurrentFrame;           /*!< Amplitude resolution of envelope values (0: 1.5dB, 1: 3dB) */
+
+  UCHAR addHarmonics[MAX_FREQ_COEFFS];     /*!< Flags for synthetic sine addition */
+
+  FIXP_SGL iEnvelope[MAX_NUM_ENVELOPE_VALUES];       /*!< Envelope data */
+  FIXP_SGL sbrNoiseFloorLevel[MAX_NUM_NOISE_VALUES]; /*!< Noise envelope data */
+}
+SBR_FRAME_DATA;
+
+typedef SBR_FRAME_DATA *HANDLE_SBR_FRAME_DATA;
+
+void initSbrPrevFrameData (HANDLE_SBR_PREV_FRAME_DATA h_prev_data,
+                           int timeSlots);
+
+
+int sbrGetSingleChannelElement (HANDLE_SBR_HEADER_DATA hHeaderData,
+                                HANDLE_SBR_FRAME_DATA  hFrameData,
+                                HANDLE_FDK_BITSTREAM   hBitBuf,
+                                HANDLE_PS_DEC hParametricStereoDec,
+                                const UINT             flags,
+                                const int              overlap
+                               );
+
+int sbrGetChannelPairElement (HANDLE_SBR_HEADER_DATA hHeaderData,
+                              HANDLE_SBR_FRAME_DATA  hFrameDataLeft,
+                              HANDLE_SBR_FRAME_DATA  hFrameDataRight,
+                              HANDLE_FDK_BITSTREAM   hBitBuf,
+                              const UINT             flags,
+                              const int              overlap);
+
+SBR_HEADER_STATUS
+sbrGetHeaderData (HANDLE_SBR_HEADER_DATA headerData,
+                  HANDLE_FDK_BITSTREAM   hBitBuf,
+                  const UINT             flags,
+                  const int              fIsSbrData);
+
+/*!
+  \brief     Initialize SBR header data
+
+  Copy default values to the header data struct and patch some entries
+  depending on the core codec.
+*/
+SBR_ERROR
+initHeaderData (
+        HANDLE_SBR_HEADER_DATA  hHeaderData,
+        const int               sampleRateIn,
+        const int               sampleRateOut,
+        const int               samplesPerFrame,
+        const UINT              flags
+        );
+#endif
diff --git a/libSBRdec/src/huff_dec.cpp b/libSBRdec/src/huff_dec.cpp
new file mode 100644 (file)
index 0000000..31d686d
--- /dev/null
@@ -0,0 +1,120 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Huffman Decoder  
+*/
+
+#include "huff_dec.h"
+
+/***************************************************************************/
+/*!
+  \brief     Decodes one huffman code word
+
+  Reads bits from the bitstream until a valid codeword is found.
+  The table entries are interpreted either as index to the next entry
+  or - if negative - as the codeword.
+
+  \return    decoded value
+
+  \author
+
+****************************************************************************/
+int
+DecodeHuffmanCW (Huffman h,                /*!< pointer to huffman codebook table */
+                 HANDLE_FDK_BITSTREAM hBs) /*!< Handle to Bitbuffer */
+{
+  SCHAR index = 0;
+  int value, bit;
+
+  while (index >= 0) {
+    bit = FDKreadBits (hBs, 1);
+    index = h[index][bit];
+  }
+
+  value = index+64; /* Add offset */
+
+
+  return value;
+}
diff --git a/libSBRdec/src/huff_dec.h b/libSBRdec/src/huff_dec.h
new file mode 100644 (file)
index 0000000..5443658
--- /dev/null
@@ -0,0 +1,100 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Huffman Decoder  
+*/
+#ifndef __HUFF_DEC_H
+#define __HUFF_DEC_H
+
+#include "sbrdecoder.h"
+#include "FDK_bitstream.h"
+
+typedef const SCHAR (*Huffman)[2];
+
+int
+DecodeHuffmanCW (Huffman h,
+                 HANDLE_FDK_BITSTREAM hBitBuf);
+
+#endif
diff --git a/libSBRdec/src/lpp_tran.cpp b/libSBRdec/src/lpp_tran.cpp
new file mode 100644 (file)
index 0000000..117e739
--- /dev/null
@@ -0,0 +1,986 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Low Power Profile Transposer,  
+  This module provides the transposer. The main entry point is lppTransposer(). The function generates
+  high frequency content by copying data from the low band (provided by core codec) into the high band.
+  This process is also referred to as "patching". The function also implements spectral whitening by means of
+  inverse filtering based on LPC coefficients.
+
+  Together with the QMF filterbank the transposer can be tested using a supplied test program. See main_audio.cpp for details.
+  This module does use fractional arithmetic and the accuracy of the computations has an impact on the overall sound quality.
+  The module also needs to take into account the different scaling of spectral data.
+
+  \sa lppTransposer(), main_audio.cpp, sbr_scale.h, \ref documentationOverview
+*/
+
+#include "lpp_tran.h"
+
+#include "sbr_ram.h"
+#include "sbr_rom.h"
+
+#include "genericStds.h"
+#include "autocorr2nd.h"
+
+
+
+#if defined(__arm__)
+#include "arm/lpp_tran_arm.cpp"
+#endif
+
+
+
+#define LPC_SCALE_FACTOR  2
+
+
+/*!
+ *
+ * \brief Get bandwidth expansion factor from filtering level
+ *
+ * Returns a filter parameter (bandwidth expansion factor) depending on
+ * the desired filtering level signalled in the bitstream.
+ * When switching the filtering level from LOW to OFF, an additional
+ * level is being inserted to achieve a smooth transition.
+ */
+
+#ifndef FUNCTION_mapInvfMode
+static FIXP_DBL
+mapInvfMode (INVF_MODE mode,
+             INVF_MODE prevMode,
+             WHITENING_FACTORS whFactors)
+{
+  switch (mode) {
+  case INVF_LOW_LEVEL:
+    if(prevMode == INVF_OFF)
+      return whFactors.transitionLevel;
+    else
+      return whFactors.lowLevel;
+
+  case INVF_MID_LEVEL:
+    return whFactors.midLevel;
+
+  case INVF_HIGH_LEVEL:
+    return whFactors.highLevel;
+
+  default:
+    if(prevMode == INVF_LOW_LEVEL)
+      return whFactors.transitionLevel;
+    else
+      return whFactors.off;
+  }
+}
+#endif /* #ifndef FUNCTION_mapInvfMode */
+
+/*!
+ *
+ * \brief Perform inverse filtering level emphasis
+ *
+ * Retrieve bandwidth expansion factor and apply smoothing for each filter band
+ *
+ */
+
+#ifndef FUNCTION_inverseFilteringLevelEmphasis
+static void
+inverseFilteringLevelEmphasis(HANDLE_SBR_LPP_TRANS hLppTrans,/*!< Handle of lpp transposer  */
+                              UCHAR nInvfBands,              /*!< Number of bands for inverse filtering */
+                              INVF_MODE *sbr_invf_mode,      /*!< Current inverse filtering modes */
+                              INVF_MODE *sbr_invf_mode_prev, /*!< Previous inverse filtering modes */
+                              FIXP_DBL * bwVector            /*!< Resulting filtering levels */
+                              )
+{
+  for(int i = 0; i < nInvfBands; i++) {
+    FIXP_DBL accu;
+    FIXP_DBL bwTmp = mapInvfMode (sbr_invf_mode[i],
+                                  sbr_invf_mode_prev[i],
+                                  hLppTrans->pSettings->whFactors);
+
+    if(bwTmp < hLppTrans->bwVectorOld[i]) {
+      accu = fMultDiv2(FL2FXCONST_DBL(0.75f),bwTmp) +
+             fMultDiv2(FL2FXCONST_DBL(0.25f),hLppTrans->bwVectorOld[i]);
+    }
+    else {
+      accu = fMultDiv2(FL2FXCONST_DBL(0.90625f),bwTmp) +
+             fMultDiv2(FL2FXCONST_DBL(0.09375f),hLppTrans->bwVectorOld[i]);
+    }
+
+    if (accu <  FL2FXCONST_DBL(0.015625f)>>1)
+      bwVector[i] = FL2FXCONST_DBL(0.0f);
+    else
+      bwVector[i] = fixMin(accu<<1,FL2FXCONST_DBL(0.99609375f));
+  }
+}
+#endif /* #ifndef FUNCTION_inverseFilteringLevelEmphasis */
+
+/* Resulting autocorrelation determinant exponent */
+#define ACDET_EXP (2*(DFRACT_BITS+sbrScaleFactor->lb_scale+10-ac.det_scale))
+#define AC_EXP (-sbrScaleFactor->lb_scale+LPC_SCALE_FACTOR)
+#define ALPHA_EXP (-sbrScaleFactor->lb_scale+LPC_SCALE_FACTOR+1)
+/* Resulting transposed QMF values exponent 16 bit normalized samplebits assumed. */
+#define QMFOUT_EXP ((SAMPLE_BITS-15)-sbrScaleFactor->lb_scale)
+
+/*!
+ *
+ * \brief Perform transposition by patching of subband samples.
+ * This function serves as the main entry point into the module. The function determines the areas for the
+ * patching process (these are the source range as well as the target range) and implements spectral whitening
+ * by means of inverse filtering. The function autoCorrelation2nd() is an auxiliary function for calculating the
+ * LPC coefficients for the filtering.  The actual calculation of the LPC coefficients and the implementation
+ * of the filtering are done as part of lppTransposer().
+ *
+ * Note that the filtering is done on all available QMF subsamples, whereas the patching is only done on those QMF
+ * subsamples that will be used in the next QMF synthesis. The filtering is also implemented before the patching
+ * includes further dependencies on parameters from the SBR data.
+ *
+ */
+
+void lppTransposer (HANDLE_SBR_LPP_TRANS hLppTrans,    /*!< Handle of lpp transposer  */
+                    QMF_SCALE_FACTOR  *sbrScaleFactor, /*!< Scaling factors */
+                    FIXP_DBL **qmfBufferReal,          /*!< Pointer to pointer to real part of subband samples (source) */
+
+                    FIXP_DBL *degreeAlias,             /*!< Vector for results of aliasing estimation */
+                    FIXP_DBL **qmfBufferImag,          /*!< Pointer to pointer to imaginary part of subband samples (source) */
+                    const int useLP,
+                    const int timeStep,                /*!< Time step of envelope */
+                    const int firstSlotOffs,           /*!< Start position in time */
+                    const int lastSlotOffs,            /*!< Number of overlap-slots into next frame */
+                    const int nInvfBands,              /*!< Number of bands for inverse filtering */
+                    INVF_MODE *sbr_invf_mode,          /*!< Current inverse filtering modes */
+                    INVF_MODE *sbr_invf_mode_prev      /*!< Previous inverse filtering modes */
+                    )
+{
+  INT    bwIndex[MAX_NUM_PATCHES];
+  FIXP_DBL  bwVector[MAX_NUM_PATCHES];       /*!< pole moving factors */
+
+  int    i;
+  int    loBand, start, stop;
+  TRANSPOSER_SETTINGS *pSettings = hLppTrans->pSettings;
+  PATCH_PARAM *patchParam = pSettings->patchParam;
+  int    patch;
+
+  FIXP_SGL  alphar[LPC_ORDER], a0r, a1r;
+  FIXP_SGL  alphai[LPC_ORDER], a0i=0, a1i=0;
+  FIXP_SGL  bw = FL2FXCONST_SGL(0.0f);
+
+  int    autoCorrLength;
+
+  FIXP_DBL k1, k1_below=0, k1_below2=0;
+
+  ACORR_COEFS ac;
+  int    startSample;
+  int    stopSample;
+  int    stopSampleClear;
+
+  int comLowBandScale;
+  int ovLowBandShift;
+  int lowBandShift;
+/*  int ovHighBandShift;*/
+  int targetStopBand;
+
+
+  alphai[0] = FL2FXCONST_SGL(0.0f);
+  alphai[1] = FL2FXCONST_SGL(0.0f);
+
+
+  startSample = firstSlotOffs * timeStep;
+  stopSample  = pSettings->nCols + lastSlotOffs * timeStep;
+
+
+  inverseFilteringLevelEmphasis(hLppTrans, nInvfBands, sbr_invf_mode, sbr_invf_mode_prev, bwVector);
+
+  stopSampleClear = stopSample;
+
+  autoCorrLength = pSettings->nCols + pSettings->overlap;
+
+  /* Set upper subbands to zero:
+     This is required in case that the patches do not cover the complete highband
+     (because the last patch would be too short).
+     Possible optimization: Clearing bands up to usb would be sufficient here. */
+  targetStopBand = patchParam[pSettings->noOfPatches-1].targetStartBand
+                 + patchParam[pSettings->noOfPatches-1].numBandsInPatch;
+
+  int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL);
+
+  if (!useLP) {
+    for (i = startSample; i < stopSampleClear; i++) {
+      FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize);
+      FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize);
+    }
+  } else
+  for (i = startSample; i < stopSampleClear; i++) {
+    FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize);
+  }
+
+  /* init bwIndex for each patch */
+  FDKmemclear(bwIndex, pSettings->noOfPatches*sizeof(INT));
+
+  /*
+    Calc common low band scale factor
+  */
+  comLowBandScale = fixMin(sbrScaleFactor->ov_lb_scale,sbrScaleFactor->lb_scale);
+
+  ovLowBandShift =  sbrScaleFactor->ov_lb_scale - comLowBandScale;
+  lowBandShift   =  sbrScaleFactor->lb_scale - comLowBandScale;
+  /*  ovHighBandShift = firstSlotOffs == 0 ? ovLowBandShift:0;*/
+
+  /* outer loop over bands to do analysis only once for each band */
+
+  if (!useLP) {
+    start = pSettings->lbStartPatching;
+    stop = pSettings->lbStopPatching;
+  } else
+  {
+    start = fixMax(1, pSettings->lbStartPatching - 2);
+    stop = patchParam[0].targetStartBand;
+  }
+
+
+  for ( loBand = start; loBand <  stop; loBand++ ) {
+
+    FIXP_DBL  lowBandReal[(((1024)/(32))+(6))+LPC_ORDER];
+    FIXP_DBL *plowBandReal = lowBandReal;
+    FIXP_DBL **pqmfBufferReal = qmfBufferReal;
+    FIXP_DBL  lowBandImag[(((1024)/(32))+(6))+LPC_ORDER];
+    FIXP_DBL *plowBandImag = lowBandImag;
+    FIXP_DBL **pqmfBufferImag = qmfBufferImag;
+    int resetLPCCoeffs=0;
+    int dynamicScale = DFRACT_BITS-1-LPC_SCALE_FACTOR;
+    int acDetScale = 0; /* scaling of autocorrelation determinant */
+
+    for(i=0;i<LPC_ORDER;i++){
+      *plowBandReal++ = hLppTrans->lpcFilterStatesReal[i][loBand];
+      if (!useLP)
+        *plowBandImag++ = hLppTrans->lpcFilterStatesImag[i][loBand];
+    }
+
+    /*
+      Take old slope length qmf slot source values out of (overlap)qmf buffer
+    */
+    if (!useLP) {
+      for(i=0;i<pSettings->nCols+pSettings->overlap;i++){
+        *plowBandReal++ = (*pqmfBufferReal++)[loBand];
+        *plowBandImag++ = (*pqmfBufferImag++)[loBand];
+      }
+    } else
+    {
+      /* pSettings->overlap is always even */
+      FDK_ASSERT((pSettings->overlap & 1) == 0);
+
+      for(i=0;i<((pSettings->overlap+pSettings->nCols)>>1);i++) {
+        *plowBandReal++ = (*pqmfBufferReal++)[loBand];
+        *plowBandReal++ = (*pqmfBufferReal++)[loBand];
+      }
+      if (pSettings->nCols & 1) {
+        *plowBandReal++ = (*pqmfBufferReal++)[loBand];
+      }
+    }
+
+    /*
+      Determine dynamic scaling value.
+     */
+    dynamicScale = fixMin(dynamicScale, getScalefactor(lowBandReal, LPC_ORDER+pSettings->overlap) + ovLowBandShift);
+    dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
+    if (!useLP) {
+      dynamicScale = fixMin(dynamicScale, getScalefactor(lowBandImag, LPC_ORDER+pSettings->overlap) + ovLowBandShift);
+      dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
+    }
+    dynamicScale = fixMax(0, dynamicScale-1); /* one additional bit headroom to prevent -1.0 */
+
+    /*
+      Scale temporal QMF buffer.
+     */
+    scaleValues(&lowBandReal[0], LPC_ORDER+pSettings->overlap, dynamicScale-ovLowBandShift);
+    scaleValues(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
+
+    if (!useLP) {
+      scaleValues(&lowBandImag[0], LPC_ORDER+pSettings->overlap, dynamicScale-ovLowBandShift);
+      scaleValues(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
+    }
+
+
+      if (!useLP) {
+        acDetScale += autoCorr2nd_cplx(&ac, lowBandReal+LPC_ORDER, lowBandImag+LPC_ORDER, autoCorrLength);
+      }
+      else
+      {
+        acDetScale += autoCorr2nd_real(&ac, lowBandReal+LPC_ORDER, autoCorrLength);
+      }
+
+      /* Examine dynamic of determinant in autocorrelation. */
+      acDetScale += 2*(comLowBandScale + dynamicScale);
+      acDetScale *= 2;              /* two times reflection coefficent scaling */
+      acDetScale += ac.det_scale;   /* ac scaling of determinant */
+
+      /* In case of determinant < 10^-38, resetLPCCoeffs=1 has to be enforced. */
+      if (acDetScale>126 ) {
+        resetLPCCoeffs = 1;
+      }
+
+
+    alphar[1] = FL2FXCONST_SGL(0.0f);
+    if (!useLP)
+      alphai[1] = FL2FXCONST_SGL(0.0f);
+
+    if (ac.det != FL2FXCONST_DBL(0.0f)) {
+      FIXP_DBL tmp,absTmp,absDet;
+
+      absDet = fixp_abs(ac.det);
+
+      if (!useLP) {
+        tmp = ( fMultDiv2(ac.r01r,ac.r12r) >> (LPC_SCALE_FACTOR-1) ) -
+              ( (fMultDiv2(ac.r01i,ac.r12i) + fMultDiv2(ac.r02r,ac.r11r)) >> (LPC_SCALE_FACTOR-1) );
+      } else
+      {
+        tmp = ( fMultDiv2(ac.r01r,ac.r12r) >> (LPC_SCALE_FACTOR-1) ) -
+              ( fMultDiv2(ac.r02r,ac.r11r) >> (LPC_SCALE_FACTOR-1) );
+      }
+      absTmp = fixp_abs(tmp);
+
+      /*
+        Quick check: is first filter coeff >= 1(4)
+       */
+      {
+        INT scale;
+        FIXP_DBL result = fDivNorm(absTmp, absDet, &scale);
+        scale = scale+ac.det_scale;
+
+        if ( (scale > 0) && (result >= (FIXP_DBL)MAXVAL_DBL>>scale) ) {
+          resetLPCCoeffs = 1;
+        }
+        else {
+          alphar[1] = FX_DBL2FX_SGL(scaleValue(result,scale));
+          if((tmp<FL2FX_DBL(0.0f)) ^ (ac.det<FL2FX_DBL(0.0f))) {
+            alphar[1] = -alphar[1];
+          }
+        }
+      }
+
+      if (!useLP)
+      {
+        tmp =  ( fMultDiv2(ac.r01i,ac.r12r) >> (LPC_SCALE_FACTOR-1) ) +
+               ( (fMultDiv2(ac.r01r,ac.r12i) - (FIXP_DBL)fMultDiv2(ac.r02i,ac.r11r)) >> (LPC_SCALE_FACTOR-1) ) ;
+
+        absTmp = fixp_abs(tmp);
+
+        /*
+        Quick check: is second filter coeff >= 1(4)
+        */
+        {
+          INT scale;
+          FIXP_DBL result = fDivNorm(absTmp, absDet, &scale);
+          scale = scale+ac.det_scale;
+
+          if ( (scale > 0) && (result >= /*FL2FXCONST_DBL(1.f)*/ (FIXP_DBL)MAXVAL_DBL>>scale) ) {
+            resetLPCCoeffs = 1;
+          }
+          else {
+            alphai[1] = FX_DBL2FX_SGL(scaleValue(result,scale));
+            if((tmp<FL2FX_DBL(0.0f)) ^ (ac.det<FL2FX_DBL(0.0f))) {
+              alphai[1] = -alphai[1];
+            }
+          }
+        }
+      }
+    }
+
+    alphar[0] =  FL2FXCONST_SGL(0.0f);
+    if (!useLP)
+      alphai[0] = FL2FXCONST_SGL(0.0f);
+
+    if ( ac.r11r != FL2FXCONST_DBL(0.0f) ) {
+
+      /* ac.r11r is always >=0 */
+      FIXP_DBL tmp,absTmp;
+
+      if (!useLP) {
+        tmp = (ac.r01r>>(LPC_SCALE_FACTOR+1)) +
+              (fMultDiv2(alphar[1],ac.r12r) + fMultDiv2(alphai[1],ac.r12i));
+      } else
+      {
+        if(ac.r01r>=FL2FXCONST_DBL(0.0f))
+          tmp = (ac.r01r>>(LPC_SCALE_FACTOR+1)) + fMultDiv2(alphar[1],ac.r12r);
+        else
+          tmp = -((-ac.r01r)>>(LPC_SCALE_FACTOR+1)) + fMultDiv2(alphar[1],ac.r12r);
+      }
+
+      absTmp = fixp_abs(tmp);
+
+      /*
+        Quick check: is first filter coeff >= 1(4)
+      */
+
+      if (absTmp >= (ac.r11r>>1)) {
+        resetLPCCoeffs=1;
+      }
+      else {
+        INT scale;
+        FIXP_DBL result = fDivNorm(absTmp, fixp_abs(ac.r11r), &scale);
+        alphar[0] =  FX_DBL2FX_SGL(scaleValue(result,scale+1));
+
+        if((tmp>FL2FX_DBL(0.0f)) ^ (ac.r11r<FL2FX_DBL(0.0f)))
+          alphar[0] = -alphar[0];
+      }
+
+      if (!useLP)
+      {
+        tmp = (ac.r01i>>(LPC_SCALE_FACTOR+1)) +
+              (fMultDiv2(alphai[1],ac.r12r) - fMultDiv2(alphar[1],ac.r12i));
+
+        absTmp = fixp_abs(tmp);
+
+        /*
+        Quick check: is second filter coeff >= 1(4)
+        */
+        if (absTmp >= (ac.r11r>>1)) {
+          resetLPCCoeffs=1;
+        }
+        else {
+          INT scale;
+          FIXP_DBL result = fDivNorm(absTmp, fixp_abs(ac.r11r), &scale);
+          alphai[0] = FX_DBL2FX_SGL(scaleValue(result,scale+1));
+          if((tmp>FL2FX_DBL(0.0f)) ^ (ac.r11r<FL2FX_DBL(0.0f)))
+            alphai[0] = -alphai[0];
+        }
+      }
+    }
+
+
+    if (!useLP)
+    {
+      /* Now check the quadratic criteria */
+      if( (fMultDiv2(alphar[0],alphar[0]) + fMultDiv2(alphai[0],alphai[0])) >= FL2FXCONST_DBL(0.5f) )
+        resetLPCCoeffs=1;
+      if( (fMultDiv2(alphar[1],alphar[1]) + fMultDiv2(alphai[1],alphai[1])) >= FL2FXCONST_DBL(0.5f) )
+        resetLPCCoeffs=1;
+    }
+
+    if(resetLPCCoeffs){
+      alphar[0] = FL2FXCONST_SGL(0.0f);
+      alphar[1] = FL2FXCONST_SGL(0.0f);
+      if (!useLP)
+      {
+        alphai[0] = FL2FXCONST_SGL(0.0f);
+        alphai[1] = FL2FXCONST_SGL(0.0f);
+      }
+    }
+
+    if (useLP)
+    {
+
+      /* Aliasing detection */
+      if(ac.r11r==FL2FXCONST_DBL(0.0f)) {
+        k1 = FL2FXCONST_DBL(0.0f);
+      }
+      else {
+        if ( fixp_abs(ac.r01r) >= fixp_abs(ac.r11r) ) {
+          if ( fMultDiv2(ac.r01r,ac.r11r) < FL2FX_DBL(0.0f)) {
+            k1 = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_SGL(1.0f)*/;
+          }else {
+            /* Since this value is squared later, it must not ever become -1.0f. */
+            k1 = (FIXP_DBL)(MINVAL_DBL+1) /*FL2FXCONST_SGL(-1.0f)*/;
+          }
+        }
+        else {
+          INT scale;
+          FIXP_DBL result = fDivNorm(fixp_abs(ac.r01r), fixp_abs(ac.r11r), &scale);
+          k1 = scaleValue(result,scale);
+
+          if(!((ac.r01r<FL2FX_DBL(0.0f)) ^ (ac.r11r<FL2FX_DBL(0.0f)))) {
+            k1 = -k1;
+          }
+        }
+      }
+      if(loBand > 1){
+        /* Check if the gain should be locked */
+        FIXP_DBL deg = /*FL2FXCONST_DBL(1.0f)*/ (FIXP_DBL)MAXVAL_DBL - fPow2(k1_below);
+        degreeAlias[loBand] = FL2FXCONST_DBL(0.0f);
+        if (((loBand & 1) == 0) && (k1 < FL2FXCONST_DBL(0.0f))){
+          if (k1_below < FL2FXCONST_DBL(0.0f)) {         /* 2-Ch Aliasing Detection */
+            degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
+            if ( k1_below2 > FL2FXCONST_DBL(0.0f) ) {    /* 3-Ch Aliasing Detection */
+              degreeAlias[loBand-1] = deg;
+            }
+          }
+          else if ( k1_below2 > FL2FXCONST_DBL(0.0f) ) { /* 3-Ch Aliasing Detection */
+            degreeAlias[loBand]   = deg;
+          }
+        }
+        if (((loBand & 1) == 1) && (k1 > FL2FXCONST_DBL(0.0f))){
+          if (k1_below > FL2FXCONST_DBL(0.0f)) {         /* 2-CH Aliasing Detection */
+            degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
+            if ( k1_below2 < FL2FXCONST_DBL(0.0f) ) {    /* 3-CH Aliasing Detection */
+              degreeAlias[loBand-1] = deg;
+            }
+          }
+          else if ( k1_below2 < FL2FXCONST_DBL(0.0f) ) { /* 3-CH Aliasing Detection */
+            degreeAlias[loBand]   = deg;
+          }
+        }
+      }
+      /* remember k1 values of the 2 QMF channels below the current channel */
+      k1_below2 = k1_below;
+      k1_below = k1;
+    }
+
+    patch = 0;
+
+    while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */
+
+      int hiBand = loBand + patchParam[patch].targetBandOffs;
+
+      if ( loBand < patchParam[patch].sourceStartBand
+           || loBand >= patchParam[patch].sourceStopBand
+           //|| hiBand >= hLppTrans->pSettings->noChannels
+           ) {
+        /* Lowband not in current patch - proceed */
+        patch++;
+        continue;
+      }
+
+      FDK_ASSERT( hiBand < (64) );
+
+      /* bwIndex[patch] is already initialized with value from previous band inside this patch */
+      while (hiBand >= pSettings->bwBorders[bwIndex[patch]])
+        bwIndex[patch]++;
+
+
+      /*
+        Filter Step 2: add the left slope with the current filter to the buffer
+                       pure source values are already in there
+      */
+      bw = FX_DBL2FX_SGL(bwVector[bwIndex[patch]]);
+
+      a0r = FX_DBL2FX_SGL(fMult(bw,alphar[0])); /* Apply current bandwidth expansion factor */
+
+
+      if (!useLP)
+        a0i = FX_DBL2FX_SGL(fMult(bw,alphai[0]));
+      bw =  FX_DBL2FX_SGL(fPow2(bw));
+      a1r = FX_DBL2FX_SGL(fMult(bw,alphar[1]));
+      if (!useLP)
+        a1i = FX_DBL2FX_SGL(fMult(bw,alphai[1]));
+
+
+
+      /*
+        Filter Step 3: insert the middle part which won't be windowed
+      */
+
+      if ( bw <= FL2FXCONST_SGL(0.0f) ) {
+        if (!useLP) {
+          int descale = fixMin(DFRACT_BITS-1, (LPC_SCALE_FACTOR+dynamicScale));
+          for(i = startSample; i < stopSample; i++ ) {
+            qmfBufferReal[i][hiBand] = lowBandReal[LPC_ORDER+i]>>descale;
+            qmfBufferImag[i][hiBand] = lowBandImag[LPC_ORDER+i]>>descale;
+          }
+        } else
+        {
+          int descale = fixMin(DFRACT_BITS-1, (LPC_SCALE_FACTOR+dynamicScale));
+          for(i = startSample; i < stopSample; i++ ) {
+            qmfBufferReal[i][hiBand] = lowBandReal[LPC_ORDER+i]>>descale;
+          }
+        }
+      }
+      else {  /* bw <= 0 */
+
+        if (!useLP) {
+          int descale = fixMin(DFRACT_BITS-1, (LPC_SCALE_FACTOR+dynamicScale));
+#ifdef FUNCTION_LPPTRANSPOSER_func1
+          lppTransposer_func1(lowBandReal+LPC_ORDER+startSample,lowBandImag+LPC_ORDER+startSample,
+                              qmfBufferReal+startSample,qmfBufferImag+startSample,
+                              stopSample-startSample, (int) hiBand,
+                              dynamicScale,descale,
+                              a0r, a0i, a1r, a1i);
+#else
+          for(i = startSample; i < stopSample; i++ ) {
+            FIXP_DBL accu1, accu2;
+
+            accu1 = (fMultDiv2(a0r,lowBandReal[LPC_ORDER+i-1]) - fMultDiv2(a0i,lowBandImag[LPC_ORDER+i-1]) +
+                     fMultDiv2(a1r,lowBandReal[LPC_ORDER+i-2]) - fMultDiv2(a1i,lowBandImag[LPC_ORDER+i-2]))>>dynamicScale;
+            accu2 = (fMultDiv2(a0i,lowBandReal[LPC_ORDER+i-1]) + fMultDiv2(a0r,lowBandImag[LPC_ORDER+i-1]) +
+                     fMultDiv2(a1i,lowBandReal[LPC_ORDER+i-2]) + fMultDiv2(a1r,lowBandImag[LPC_ORDER+i-2]))>>dynamicScale;
+
+            qmfBufferReal[i][hiBand] = (lowBandReal[LPC_ORDER+i]>>descale) + (accu1<<1);
+            qmfBufferImag[i][hiBand] = (lowBandImag[LPC_ORDER+i]>>descale) + (accu2<<1);
+          }
+#endif
+        } else
+        {
+          int descale = fixMin(DFRACT_BITS-1, (LPC_SCALE_FACTOR+dynamicScale));
+
+          FDK_ASSERT(dynamicScale >= 0);
+          for(i = startSample; i < stopSample; i++ ) {
+            FIXP_DBL accu1;
+
+            accu1 = (fMultDiv2(a0r,lowBandReal[LPC_ORDER+i-1]) + fMultDiv2(a1r,lowBandReal[LPC_ORDER+i-2]))>>dynamicScale;
+
+            qmfBufferReal[i][hiBand] = (lowBandReal[LPC_ORDER+i]>>descale) + (accu1<<1);
+          }
+        }
+      } /* bw <= 0 */
+
+      patch++;
+
+    }  /* inner loop over patches */
+
+     /*
+     * store the unmodified filter coefficients if there is
+     * an overlapping envelope
+     *****************************************************************/
+
+
+  }  /* outer loop over bands (loBand) */
+
+  if (useLP)
+  {
+    for ( loBand = pSettings->lbStartPatching; loBand <  pSettings->lbStopPatching; loBand++ ) {
+      patch = 0;
+      while ( patch < pSettings->noOfPatches ) {
+
+        UCHAR hiBand = loBand + patchParam[patch].targetBandOffs;
+
+        if ( loBand < patchParam[patch].sourceStartBand
+          || loBand >= patchParam[patch].sourceStopBand
+          || hiBand >= (64)              /* Highband out of range (biterror) */
+          ) {
+          /* Lowband not in current patch or highband out of range (might be caused by biterrors)- proceed */
+          patch++;
+          continue;
+        }
+
+        if(hiBand != patchParam[patch].targetStartBand)
+          degreeAlias[hiBand] = degreeAlias[loBand];
+
+        patch++;
+      }
+    }/* end  for loop */
+  }
+
+ for (i = 0; i < nInvfBands; i++ ) {
+   hLppTrans->bwVectorOld[i] = bwVector[i];
+ }
+
+  /*
+    set high band scale factor
+  */
+  sbrScaleFactor->hb_scale = comLowBandScale-(LPC_SCALE_FACTOR);
+
+}
+
+/*!
+ *
+ * \brief Initialize one low power transposer instance
+ *
+ *
+ */
+SBR_ERROR
+createLppTransposer (HANDLE_SBR_LPP_TRANS hs, /*!< Handle of low power transposer  */
+                     TRANSPOSER_SETTINGS *pSettings, /*!< Pointer to settings */
+                     const int  highBandStartSb, /*!< ? */
+                     UCHAR *v_k_master,         /*!< Master table */
+                     const int numMaster,       /*!< Valid entries in master table */
+                     const int usb,             /*!< Highband area stop subband */
+                     const int timeSlots,       /*!< Number of time slots */
+                     const int nCols,           /*!< Number of colums (codec qmf bank) */
+                     UCHAR *noiseBandTable,     /*!< Mapping of SBR noise bands to QMF bands */
+                     const int  noNoiseBands,   /*!< Number of noise bands */
+                     UINT   fs,                 /*!< Sample Frequency */
+                     const int chan,            /*!< Channel number */
+                     const int overlap
+                     )
+{
+  /* FB inverse filtering settings */
+  hs->pSettings = pSettings;
+
+  pSettings->nCols = nCols;
+  pSettings->overlap = overlap;
+
+  switch (timeSlots) {
+
+  case 15:
+  case 16:
+    break;
+
+  default:
+    return SBRDEC_UNSUPPORTED_CONFIG; /* Unimplemented */
+  }
+
+  if (chan==0) {
+    /* Init common data only once */
+    hs->pSettings->nCols = nCols;
+
+    return resetLppTransposer (hs,
+                               highBandStartSb,
+                               v_k_master,
+                               numMaster,
+                               noiseBandTable,
+                               noNoiseBands,
+                               usb,
+                               fs);
+  }
+  return SBRDEC_OK;
+}
+
+
+static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction)
+{
+  int index;
+
+  if( goalSb <= v_k_master[0] )
+    return v_k_master[0];
+
+  if( goalSb >= v_k_master[numMaster] )
+    return v_k_master[numMaster];
+
+  if(direction) {
+    index = 0;
+    while( v_k_master[index] < goalSb ) {
+      index++;
+    }
+  } else {
+    index = numMaster;
+    while( v_k_master[index] > goalSb ) {
+      index--;
+    }
+  }
+
+  return v_k_master[index];
+}
+
+
+/*!
+ *
+ * \brief Reset memory for one lpp transposer instance
+ *
+ * \return SBRDEC_OK on success, SBRDEC_UNSUPPORTED_CONFIG on error
+ */
+SBR_ERROR
+resetLppTransposer (HANDLE_SBR_LPP_TRANS hLppTrans,  /*!< Handle of lpp transposer  */
+                    UCHAR  highBandStartSb,          /*!< High band area: start subband */
+                    UCHAR *v_k_master,               /*!< Master table */
+                    UCHAR  numMaster,                /*!< Valid entries in master table */
+                    UCHAR *noiseBandTable,           /*!< Mapping of SBR noise bands to QMF bands */
+                    UCHAR  noNoiseBands,             /*!< Number of noise bands */
+                    UCHAR  usb,                      /*!< High band area: stop subband */
+                    UINT   fs                        /*!< SBR output sampling frequency */
+                    )
+{
+  TRANSPOSER_SETTINGS *pSettings = hLppTrans->pSettings;
+  PATCH_PARAM  *patchParam = pSettings->patchParam;
+
+  int i, patch;
+  int targetStopBand;
+  int sourceStartBand;
+  int patchDistance;
+  int numBandsInPatch;
+
+  int lsb = v_k_master[0];                 /* Start subband expressed in "non-critical" sampling terms*/
+  int xoverOffset = highBandStartSb - lsb; /* Calculate distance in QMF bands between k0 and kx */
+  int startFreqHz;
+
+  int desiredBorder;
+
+  usb = fixMin(usb, v_k_master[numMaster]); /* Avoid endless loops (compare with float code). */
+
+  /*
+   * Plausibility check
+   */
+
+  if ( lsb - SHIFT_START_SB < 4 ) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+
+  /*
+   * Initialize the patching parameter
+   */
+  /* ISO/IEC 14496-3 (Figure 4.48): goalSb = round( 2.048e6 / fs ) */
+  desiredBorder    = (((2048000*2) / fs) + 1) >> 1;
+
+  desiredBorder = findClosestEntry(desiredBorder, v_k_master, numMaster, 1); /* Adapt region to master-table */
+
+  /* First patch */
+  sourceStartBand = SHIFT_START_SB + xoverOffset;
+  targetStopBand = lsb + xoverOffset; /* upperBand */
+
+  /* Even (odd) numbered channel must be patched to even (odd) numbered channel */
+  patch = 0;
+  while(targetStopBand < usb) {
+
+    /* Too many patches?
+       Allow MAX_NUM_PATCHES+1 patches here.
+       we need to check later again, since patch might be the highest patch
+       AND contain less than 3 bands => actual number of patches will be reduced by 1.
+    */
+    if (patch > MAX_NUM_PATCHES) {
+      return SBRDEC_UNSUPPORTED_CONFIG;
+    }
+
+    patchParam[patch].guardStartBand = targetStopBand;
+    patchParam[patch].targetStartBand = targetStopBand;
+
+    numBandsInPatch = desiredBorder - targetStopBand;                   /* Get the desired range of the patch */
+
+    if ( numBandsInPatch >= lsb - sourceStartBand ) {
+      /* Desired number bands are not available -> patch whole source range */
+      patchDistance   = targetStopBand - sourceStartBand;        /* Get the targetOffset */
+      patchDistance   = patchDistance & ~1;                      /* Rounding off odd numbers and make all even */
+      numBandsInPatch = lsb - (targetStopBand - patchDistance);  /* Update number of bands to be patched */
+      numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) -
+                        targetStopBand;  /* Adapt region to master-table */
+    }
+
+    /* Desired number bands are available -> get the minimal even patching distance */
+    patchDistance   = numBandsInPatch + targetStopBand - lsb;  /* Get minimal distance */
+    patchDistance   = (patchDistance + 1) & ~1;                /* Rounding up odd numbers and make all even */
+
+    if (numBandsInPatch > 0) {
+      patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
+      patchParam[patch].targetBandOffs  = patchDistance;
+      patchParam[patch].numBandsInPatch = numBandsInPatch;
+      patchParam[patch].sourceStopBand  = patchParam[patch].sourceStartBand + numBandsInPatch;
+
+      targetStopBand += patchParam[patch].numBandsInPatch;
+      patch++;
+    }
+
+    /* All patches but first */
+    sourceStartBand = SHIFT_START_SB;
+
+    /* Check if we are close to desiredBorder */
+    if( desiredBorder - targetStopBand < 3)  /* MPEG doc */
+    {
+      desiredBorder = usb;
+    }
+
+  }
+
+  patch--;
+
+  /* If highest patch contains less than three subband: skip it */
+  if ( (patch>0) && (patchParam[patch].numBandsInPatch < 3) ) {
+    patch--;
+    targetStopBand = patchParam[patch].targetStartBand + patchParam[patch].numBandsInPatch;
+  }
+
+  /* now check if we don't have one too many */
+  if (patch >= MAX_NUM_PATCHES) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  pSettings->noOfPatches = patch + 1;
+
+  /* Check lowest and highest source subband */
+  pSettings->lbStartPatching = targetStopBand;
+  pSettings->lbStopPatching  = 0;
+  for ( patch = 0; patch < pSettings->noOfPatches; patch++ ) {
+    pSettings->lbStartPatching = fixMin( pSettings->lbStartPatching, patchParam[patch].sourceStartBand );
+    pSettings->lbStopPatching  = fixMax( pSettings->lbStopPatching, patchParam[patch].sourceStopBand );
+  }
+
+  for(i = 0 ; i < noNoiseBands; i++){
+    pSettings->bwBorders[i] = noiseBandTable[i+1];
+  }
+
+  /*
+   * Choose whitening factors
+   */
+
+  startFreqHz = ( (lsb + xoverOffset)*fs ) >> 7;  /* Shift does a division by 2*(64) */
+
+  for( i = 1; i < NUM_WHFACTOR_TABLE_ENTRIES; i++ )
+  {
+    if( startFreqHz < FDK_sbrDecoder_sbr_whFactorsIndex[i])
+      break;
+  }
+  i--;
+
+  pSettings->whFactors.off = FDK_sbrDecoder_sbr_whFactorsTable[i][0];
+  pSettings->whFactors.transitionLevel = FDK_sbrDecoder_sbr_whFactorsTable[i][1];
+  pSettings->whFactors.lowLevel = FDK_sbrDecoder_sbr_whFactorsTable[i][2];
+  pSettings->whFactors.midLevel = FDK_sbrDecoder_sbr_whFactorsTable[i][3];
+  pSettings->whFactors.highLevel = FDK_sbrDecoder_sbr_whFactorsTable[i][4];
+
+  return SBRDEC_OK;
+}
diff --git a/libSBRdec/src/lpp_tran.h b/libSBRdec/src/lpp_tran.h
new file mode 100644 (file)
index 0000000..003a547
--- /dev/null
@@ -0,0 +1,242 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Low Power Profile Transposer,  
+*/
+
+#ifndef _LPP_TRANS_H
+#define _LPP_TRANS_H
+
+#include "sbrdecoder.h"
+#include "qmf.h"
+
+/*
+  Common
+*/
+#define QMF_OUT_SCALE            8
+
+/*
+  Env-Adjust
+*/
+#define MAX_NOISE_ENVELOPES      2
+#define MAX_NOISE_COEFFS         5
+#define MAX_NUM_NOISE_VALUES     (MAX_NOISE_ENVELOPES * MAX_NOISE_COEFFS)
+#define MAX_NUM_LIMITERS         12
+
+/* Set MAX_ENVELOPES to the largest value of all supported BSFORMATs
+   by overriding MAX_ENVELOPES in the correct order: */
+#define MAX_ENVELOPES_HEAAC      5
+#define MAX_ENVELOPES            MAX_ENVELOPES_HEAAC
+
+#define MAX_FREQ_COEFFS          48
+#define MAX_FREQ_COEFFS_FS44100  35
+#define MAX_FREQ_COEFFS_FS48000  32
+
+
+#define MAX_NUM_ENVELOPE_VALUES  (MAX_ENVELOPES * MAX_FREQ_COEFFS)
+
+#define MAX_GAIN_EXP             34
+/* Maximum gain will be sqrt(0.5 * 2^MAX_GAIN_EXP)
+   example: 34=99dB   */
+#define MAX_GAIN_CONCEAL_EXP     1
+/* Maximum gain will be sqrt(0.5 * 2^MAX_GAIN_CONCEAL_EXP) in concealment case (0dB) */
+
+/*
+  LPP Transposer
+*/
+#define LPC_ORDER                2
+
+#define MAX_INVF_BANDS           MAX_NOISE_COEFFS
+
+#define MAX_NUM_PATCHES          6
+#define SHIFT_START_SB           1              /*!< lowest subband of source range */
+
+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;
+
+
+/** parameter set for one single patch */
+typedef struct {
+  UCHAR  sourceStartBand;   /*!< first band in lowbands where to take the samples from */
+  UCHAR  sourceStopBand;    /*!< first band in lowbands which is not included in the patch anymore */
+  UCHAR  guardStartBand;    /*!< first band in highbands to be filled with zeros in order to
+                                         reduce interferences between patches */
+  UCHAR  targetStartBand;   /*!< first band in highbands to be filled with whitened lowband signal */
+  UCHAR  targetBandOffs;    /*!< difference between 'startTargetBand' and 'startSourceBand' */
+  UCHAR  numBandsInPatch;   /*!< number of consecutive bands in this one patch */
+} PATCH_PARAM;
+
+
+/** whitening factors for different levels of whitening
+    need to be initialized corresponding to crossover frequency */
+typedef struct {
+  FIXP_DBL  off;                       /*!< bw factor for signal OFF */
+  FIXP_DBL  transitionLevel;
+  FIXP_DBL  lowLevel;                  /*!< bw factor for signal LOW_LEVEL */
+  FIXP_DBL  midLevel;                  /*!< bw factor for signal MID_LEVEL */
+  FIXP_DBL  highLevel;                 /*!< bw factor for signal HIGH_LEVEL */
+} WHITENING_FACTORS;
+
+
+/*! The transposer settings are calculated on a header reset and are shared by both channels. */
+typedef struct {
+  UCHAR  nCols;                       /*!< number subsamples of a codec frame */
+  UCHAR  noOfPatches;                 /*!< number of patches */
+  UCHAR  lbStartPatching;             /*!< first band of lowbands that will be patched */
+  UCHAR  lbStopPatching;              /*!< first band that won't be patched anymore*/
+  UCHAR  bwBorders[MAX_NUM_NOISE_VALUES]; /*!< spectral bands with different inverse filtering levels */
+
+  PATCH_PARAM    patchParam[MAX_NUM_PATCHES]; /*!< new parameter set for patching */
+  WHITENING_FACTORS whFactors;                /*!< the pole moving factors for certain whitening levels as indicated
+                                                   in the bitstream depending on the crossover frequency */
+  UCHAR  overlap;                             /*!< Overlap size */
+} TRANSPOSER_SETTINGS;
+
+
+typedef struct
+{
+  TRANSPOSER_SETTINGS *pSettings;                /*!< Common settings for both channels */
+  FIXP_DBL  bwVectorOld[MAX_NUM_PATCHES];        /*!< pole moving factors of past frame */
+  FIXP_DBL  lpcFilterStatesReal[LPC_ORDER][(32)];     /*!< pointer array to save filter states */
+  FIXP_DBL  lpcFilterStatesImag[LPC_ORDER][(32)];     /*!< pointer array to save filter states */
+}
+SBR_LPP_TRANS;
+
+typedef SBR_LPP_TRANS *HANDLE_SBR_LPP_TRANS;
+
+
+void lppTransposer (HANDLE_SBR_LPP_TRANS hLppTrans,
+                    QMF_SCALE_FACTOR  *sbrScaleFactor,
+                    FIXP_DBL **qmfBufferReal,
+
+                    FIXP_DBL *degreeAlias,
+                    FIXP_DBL **qmfBufferImag,
+                    const int useLP,
+                    const int timeStep,
+                    const int firstSlotOffset,
+                    const int lastSlotOffset,
+                    const int nInvfBands,
+                    INVF_MODE *sbr_invf_mode,
+                    INVF_MODE *sbr_invf_mode_prev
+                    );
+
+
+SBR_ERROR
+createLppTransposer (HANDLE_SBR_LPP_TRANS hLppTrans,
+                     TRANSPOSER_SETTINGS *pSettings,
+                     const int  highBandStartSb,
+                     UCHAR *v_k_master,
+                     const int  numMaster,
+                     const int  usb,
+                     const int  timeSlots,
+                     const int  nCols,
+                     UCHAR *noiseBandTable,
+                     const int  noNoiseBands,
+                     UINT   fs,
+                     const int  chan,
+                     const int overlap);
+
+
+SBR_ERROR
+resetLppTransposer (HANDLE_SBR_LPP_TRANS hLppTrans,
+                    UCHAR  highBandStartSb,
+                    UCHAR *v_k_master,
+                    UCHAR  numMaster,
+                    UCHAR *noiseBandTable,
+                    UCHAR  noNoiseBands,
+                    UCHAR  usb,
+                    UINT   fs);
+
+
+
+#endif /* _LPP_TRANS_H */
+
diff --git a/libSBRdec/src/psbitdec.cpp b/libSBRdec/src/psbitdec.cpp
new file mode 100644 (file)
index 0000000..29bddf7
--- /dev/null
@@ -0,0 +1,593 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "psbitdec.h"
+
+
+#include "sbr_rom.h"
+#include "huff_dec.h"
+
+/* PS dec privat functions */
+SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
+void ResetPsDeCor   (HANDLE_PS_DEC h_ps_d);
+
+/***************************************************************************/
+/*!
+  \brief  huffman decoding by codebook table
+
+  \return index of huffman codebook table
+
+****************************************************************************/
+static SCHAR
+decode_huff_cw (Huffman h,                      /*!< pointer to huffman codebook table */
+                HANDLE_FDK_BITSTREAM hBitBuf,   /*!< Handle to Bitbuffer */
+                int *length)                    /*!< length of huffman codeword (or NULL) */
+{
+  UCHAR bit = 0;
+  SCHAR index = 0;
+  UCHAR bitCount = 0;
+
+  while (index >= 0) {
+    bit = FDKreadBits (hBitBuf, 1);
+    bitCount++;
+    index = h[index][bit];
+  }
+  if (length) {
+    *length = bitCount;
+  }
+  return( index+64 ); /* Add offset */
+}
+
+/***************************************************************************/
+/*!
+  \brief  helper function - limiting of value to min/max values
+
+  \return limited value
+
+****************************************************************************/
+
+static SCHAR
+limitMinMax(SCHAR i,
+            SCHAR min,
+            SCHAR max)
+{
+  if (i<min)
+    return min;
+  else if (i>max)
+    return max;
+  else
+    return i;
+}
+
+/***************************************************************************/
+/*!
+  \brief  Decodes delta values in-place and updates
+          data buffers according to quantization classes.
+
+  When delta coded in frequency the first element is deltacode from zero.
+  aIndex buffer is decoded from delta values to actual values.
+
+  \return none
+
+****************************************************************************/
+static void
+deltaDecodeArray(SCHAR enable,
+                 SCHAR *aIndex,          /*!< ICC/IID parameters */
+                 SCHAR *aPrevFrameIndex, /*!< ICC/IID parameters  of previous frame */
+                 SCHAR DtDf,
+                 UCHAR nrElements,       /*!< as conveyed in bitstream */
+                                         /*!< output array size: nrElements*stride */
+                 UCHAR stride,           /*!< 1=dflt, 2=half freq. resolution */
+                 SCHAR minIdx,
+                 SCHAR maxIdx)
+{
+  int i;
+
+  /* Delta decode */
+  if ( enable==1 ) {
+    if (DtDf == 0)  {   /* Delta coded in freq */
+      aIndex[0] = 0 + aIndex[0];
+      aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx);
+      for (i = 1; i < nrElements; i++) {
+        aIndex[i] = aIndex[i-1] + aIndex[i];
+        aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
+      }
+    }
+    else { /* Delta time */
+      for (i = 0; i < nrElements; i++) {
+        aIndex[i] = aPrevFrameIndex[i*stride] + aIndex[i];
+        aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
+      }
+    }
+  }
+  else { /* No data is sent, set index to zero */
+    for (i = 0; i < nrElements; i++) {
+      aIndex[i] = 0;
+    }
+  }
+  if (stride==2) {
+    for (i=nrElements*stride-1; i>0; i--) {
+      aIndex[i] = aIndex[i>>1];
+    }
+  }
+}
+
+/***************************************************************************/
+/*!
+  \brief Mapping of ICC/IID parameters to 20 stereo bands
+
+  \return none
+
+****************************************************************************/
+static void map34IndexTo20 (SCHAR *aIndex, /*!< decoded ICC/IID parameters */
+                            UCHAR noBins)  /*!< number of stereo bands     */
+{
+  aIndex[0]  = (2*aIndex[0]+aIndex[1])/3;
+  aIndex[1]  = (aIndex[1]+2*aIndex[2])/3;
+  aIndex[2]  = (2*aIndex[3]+aIndex[4])/3;
+  aIndex[3]  = (aIndex[4]+2*aIndex[5])/3;
+  aIndex[4]  = (aIndex[6]+aIndex[7])/2;
+  aIndex[5]  = (aIndex[8]+aIndex[9])/2;
+  aIndex[6]  = aIndex[10];
+  aIndex[7]  = aIndex[11];
+  aIndex[8]  = (aIndex[12]+aIndex[13])/2;
+  aIndex[9]  = (aIndex[14]+aIndex[15])/2;
+  aIndex[10] = aIndex[16];
+  /* For IPD/OPD it stops here */
+
+  if (noBins == NO_HI_RES_BINS)
+  {
+    aIndex[11] = aIndex[17];
+    aIndex[12] = aIndex[18];
+    aIndex[13] = aIndex[19];
+    aIndex[14] = (aIndex[20]+aIndex[21])/2;
+    aIndex[15] = (aIndex[22]+aIndex[23])/2;
+    aIndex[16] = (aIndex[24]+aIndex[25])/2;
+    aIndex[17] = (aIndex[26]+aIndex[27])/2;
+    aIndex[18] = (aIndex[28]+aIndex[29]+aIndex[30]+aIndex[31])/4;
+    aIndex[19] = (aIndex[32]+aIndex[33])/2;
+  }
+}
+
+/***************************************************************************/
+/*!
+  \brief  Decodes delta coded IID, ICC, IPD and OPD indices
+
+  \return PS processing flag. If set to 1
+
+****************************************************************************/
+int
+DecodePs( struct PS_DEC *h_ps_d,      /*!< PS handle */
+          const UCHAR    frameError ) /*!< Flag telling that frame had errors */
+{
+  MPEG_PS_BS_DATA *pBsData;
+  UCHAR gr, env;
+  int   bPsHeaderValid, bPsDataAvail;
+
+  /* Shortcuts to avoid deferencing and keep the code readable */
+  pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg;
+  bPsHeaderValid = pBsData->bPsHeaderValid;
+  bPsDataAvail = (h_ps_d->bPsDataAvail[h_ps_d->processSlot] == ppt_mpeg) ? 1 : 0;
+
+ /***************************************************************************************
+  * Decide whether to process or to conceal PS data or not.                             */
+
+  if ( ( h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail)
+    || (!h_ps_d->psDecodedPrv && (frameError || !bPsDataAvail || !bPsHeaderValid)) ) {
+    /* Don't apply PS processing.
+     * Declare current PS header and bitstream data invalid. */
+    pBsData->bPsHeaderValid = 0;
+    h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none;
+    return (0);
+  }
+
+  if (frameError || !bPsHeaderValid)
+  { /* no new PS data available (e.g. frame loss) */
+    /* => keep latest data constant (i.e. FIX with noEnv=0) */
+    pBsData->noEnv = 0;
+  }
+
+ /***************************************************************************************
+  * Decode bitstream payload or prepare parameter for concealment:
+  */
+  for (env=0; env<pBsData->noEnv; env++) {
+    SCHAR *aPrevIidIndex;
+    SCHAR *aPrevIccIndex;
+
+    UCHAR noIidSteps = pBsData->bFineIidQ?NO_IID_STEPS_FINE:NO_IID_STEPS;
+
+    if (env==0) {
+      aPrevIidIndex = h_ps_d->specificTo.mpeg.aIidPrevFrameIndex;
+      aPrevIccIndex = h_ps_d->specificTo.mpeg.aIccPrevFrameIndex;
+    }
+    else {
+      aPrevIidIndex = pBsData->aaIidIndex[env-1];
+      aPrevIccIndex = pBsData->aaIccIndex[env-1];
+    }
+
+    deltaDecodeArray(pBsData->bEnableIid,
+                     pBsData->aaIidIndex[env],
+                     aPrevIidIndex,
+                     pBsData->abIidDtFlag[env],
+                     FDK_sbrDecoder_aNoIidBins[pBsData->freqResIid],
+                     (pBsData->freqResIid)?1:2,
+                     -noIidSteps,
+                     noIidSteps);
+
+    deltaDecodeArray(pBsData->bEnableIcc,
+                     pBsData->aaIccIndex[env],
+                     aPrevIccIndex,
+                     pBsData->abIccDtFlag[env],
+                     FDK_sbrDecoder_aNoIccBins[pBsData->freqResIcc],
+                     (pBsData->freqResIcc)?1:2,
+                     0,
+                     NO_ICC_STEPS-1);
+  }   /* for (env=0; env<pBsData->noEnv; env++) */
+
+  /* handling of FIX noEnv=0 */
+  if (pBsData->noEnv==0) {
+    /* set noEnv=1, keep last parameters or force 0 if not enabled */
+    pBsData->noEnv = 1;
+
+    if (pBsData->bEnableIid) {
+      for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
+        pBsData->aaIidIndex[pBsData->noEnv-1][gr] =
+          h_ps_d->specificTo.mpeg.aIidPrevFrameIndex[gr];
+      }
+    }
+    else {
+      for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
+        pBsData->aaIidIndex[pBsData->noEnv-1][gr] = 0;
+      }
+    }
+
+    if (pBsData->bEnableIcc) {
+      for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
+        pBsData->aaIccIndex[pBsData->noEnv-1][gr] =
+          h_ps_d->specificTo.mpeg.aIccPrevFrameIndex[gr];
+      }
+    }
+    else {
+      for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
+        pBsData->aaIccIndex[pBsData->noEnv-1][gr] = 0;
+      }
+    }
+  }
+
+  /* Update previous frame index buffers */
+  for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
+    h_ps_d->specificTo.mpeg.aIidPrevFrameIndex[gr] =
+      pBsData->aaIidIndex[pBsData->noEnv-1][gr];
+  }
+  for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
+    h_ps_d->specificTo.mpeg.aIccPrevFrameIndex[gr] =
+      pBsData->aaIccIndex[pBsData->noEnv-1][gr];
+  }
+
+  /* PS data from bitstream (if avail) was decoded now */
+  h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none;
+
+  /* handling of env borders for FIX & VAR */
+  if (pBsData->bFrameClass == 0) {
+    /* FIX_BORDERS NoEnv=0,1,2,4 */
+    pBsData->aEnvStartStop[0] = 0;
+    for (env=1; env<pBsData->noEnv; env++) {
+      pBsData->aEnvStartStop[env] =
+        (env * h_ps_d->noSubSamples) / pBsData->noEnv;
+    }
+    pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->noSubSamples;
+    /* 1024 (32 slots) env borders:  0, 8, 16, 24, 32 */
+    /*  960 (30 slots) env borders:  0, 7, 15, 22, 30 */
+  }
+  else {   /* if (h_ps_d->bFrameClass == 0) */
+    /* VAR_BORDERS NoEnv=1,2,3,4 */
+    pBsData->aEnvStartStop[0] = 0;
+
+    /* handle case aEnvStartStop[noEnv]<noSubSample for VAR_BORDERS by
+       duplicating last PS parameters and incrementing noEnv */
+    if (pBsData->aEnvStartStop[pBsData->noEnv] < h_ps_d->noSubSamples) {
+      for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
+        pBsData->aaIidIndex[pBsData->noEnv][gr] =
+          pBsData->aaIidIndex[pBsData->noEnv-1][gr];
+      }
+      for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
+        pBsData->aaIccIndex[pBsData->noEnv][gr] =
+          pBsData->aaIccIndex[pBsData->noEnv-1][gr];
+      }
+      pBsData->noEnv++;
+      pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->noSubSamples;
+    }
+
+    /* enforce strictly monotonic increasing borders */
+    for (env=1; env<pBsData->noEnv; env++) {
+      UCHAR thr;
+      thr = (UCHAR)h_ps_d->noSubSamples - (pBsData->noEnv - env);
+      if (pBsData->aEnvStartStop[env] > thr) {
+        pBsData->aEnvStartStop[env] = thr;
+      }
+      else {
+        thr = pBsData->aEnvStartStop[env-1]+1;
+        if (pBsData->aEnvStartStop[env] < thr) {
+          pBsData->aEnvStartStop[env] = thr;
+        }
+      }
+    }
+  }   /* if (h_ps_d->bFrameClass == 0) ... else */
+
+  /* copy data prior to possible 20<->34 in-place mapping */
+  for (env=0; env<pBsData->noEnv; env++) {
+    UCHAR i;
+    for (i=0; i<NO_HI_RES_IID_BINS; i++) {
+      h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env][i] = pBsData->aaIidIndex[env][i];
+    }
+    for (i=0; i<NO_HI_RES_ICC_BINS; i++) {
+      h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env][i] = pBsData->aaIccIndex[env][i];
+    }
+  }
+
+
+  /* MPEG baseline PS */
+  /* Baseline version of PS always uses the hybrid filter structure with 20 stereo bands. */
+  /* If ICC/IID parameters for 34 stereo bands are decoded they have to be mapped to 20   */
+  /* stereo bands.                                                                        */
+  /* Additionaly the IPD/OPD parameters won't be used.                                    */
+
+  for (env=0; env<pBsData->noEnv; env++) {
+    if (pBsData->freqResIid == 2)
+      map34IndexTo20 (h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env], NO_HI_RES_IID_BINS);
+    if (pBsData->freqResIcc == 2)
+      map34IndexTo20 (h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env], NO_HI_RES_ICC_BINS);
+
+    /* IPD/OPD is disabled in baseline version and thus was removed here */
+  }
+
+  return (1);
+}
+
+
+/***************************************************************************/
+/*!
+
+  \brief  Reads parametric stereo data from bitstream
+
+  \return
+
+****************************************************************************/
+unsigned int
+ReadPsData (HANDLE_PS_DEC h_ps_d,          /*!< handle to struct PS_DEC */
+            HANDLE_FDK_BITSTREAM hBitBuf,  /*!< handle to struct BIT_BUF */
+            int nBitsLeft                  /*!< max number of bits available */
+           )
+{
+  MPEG_PS_BS_DATA *pBsData;
+
+  UCHAR     gr, env;
+  SCHAR     dtFlag;
+  INT       startbits;
+  Huffman   CurrentTable;
+  SCHAR     bEnableHeader;
+
+  if (!h_ps_d)
+    return 0;
+
+  pBsData = &h_ps_d->bsData[h_ps_d->bsReadSlot].mpeg;
+
+  if (h_ps_d->bsReadSlot != h_ps_d->bsLastSlot) {
+    /* Copy last header data */
+    FDKmemcpy(pBsData, &h_ps_d->bsData[h_ps_d->bsLastSlot].mpeg, sizeof(MPEG_PS_BS_DATA));
+  }
+
+
+  startbits = (INT) FDKgetValidBits(hBitBuf);
+
+  bEnableHeader = (SCHAR) FDKreadBits (hBitBuf, 1);
+
+  /* Read header */
+  if (bEnableHeader) {
+    pBsData->bPsHeaderValid = 1;
+    pBsData->bEnableIid = (UCHAR) FDKreadBits (hBitBuf, 1);
+    if (pBsData->bEnableIid) {
+      pBsData->modeIid = (UCHAR) FDKreadBits (hBitBuf, 3);
+    }
+
+    pBsData->bEnableIcc = (UCHAR) FDKreadBits (hBitBuf, 1);
+    if (pBsData->bEnableIcc) {
+      pBsData->modeIcc = (UCHAR) FDKreadBits (hBitBuf, 3);
+    }
+
+    pBsData->bEnableExt = (UCHAR) FDKreadBits (hBitBuf, 1);
+  }
+
+  pBsData->bFrameClass = (UCHAR) FDKreadBits (hBitBuf, 1);
+  if (pBsData->bFrameClass == 0) {
+    /* FIX_BORDERS NoEnv=0,1,2,4 */
+    pBsData->noEnv = FDK_sbrDecoder_aFixNoEnvDecode[(UCHAR) FDKreadBits (hBitBuf, 2)];
+    /* all additional handling of env borders is now in DecodePs() */
+  }
+  else {
+    /* VAR_BORDERS NoEnv=1,2,3,4 */
+    pBsData->noEnv = 1+(UCHAR) FDKreadBits (hBitBuf, 2);
+    for (env=1; env<pBsData->noEnv+1; env++)
+      pBsData->aEnvStartStop[env] = ((UCHAR) FDKreadBits (hBitBuf, 5)) + 1;
+    /* all additional handling of env borders is now in DecodePs() */
+  }
+
+  /* verify that IID & ICC modes (quant grid, freq res) are supported */
+  if ((pBsData->modeIid > 5) || (pBsData->modeIcc > 5)) {
+    /* no useful PS data could be read from bitstream */
+    h_ps_d->bPsDataAvail[h_ps_d->bsReadSlot] = ppt_none;
+    /* discard all remaining bits */
+    nBitsLeft -= startbits - FDKgetValidBits(hBitBuf);
+    while (nBitsLeft) {
+      int i = nBitsLeft;
+      if (i>8) {
+        i = 8;
+      }
+      FDKreadBits (hBitBuf, i);
+      nBitsLeft -= i;
+    }
+    return (startbits - FDKgetValidBits(hBitBuf));
+  }
+
+  if (pBsData->modeIid > 2){
+    pBsData->freqResIid = pBsData->modeIid-3;
+    pBsData->bFineIidQ = 1;
+  }
+  else{
+    pBsData->freqResIid = pBsData->modeIid;
+    pBsData->bFineIidQ = 0;
+  }
+
+  if (pBsData->modeIcc > 2){
+    pBsData->freqResIcc = pBsData->modeIcc-3;
+  }
+  else{
+    pBsData->freqResIcc = pBsData->modeIcc;
+  }
+
+
+  /* Extract IID data */
+  if (pBsData->bEnableIid) {
+    for (env=0; env<pBsData->noEnv; env++) {
+      dtFlag = (SCHAR)FDKreadBits (hBitBuf, 1);
+      if (!dtFlag)
+      {
+        if (pBsData->bFineIidQ)
+          CurrentTable = (Huffman)&aBookPsIidFineFreqDecode;
+        else
+          CurrentTable = (Huffman)&aBookPsIidFreqDecode;
+      }
+      else
+      {
+        if (pBsData->bFineIidQ)
+         CurrentTable = (Huffman)&aBookPsIidFineTimeDecode;
+        else
+          CurrentTable = (Huffman)&aBookPsIidTimeDecode;
+      }
+
+      for (gr = 0; gr < FDK_sbrDecoder_aNoIidBins[pBsData->freqResIid]; gr++)
+        pBsData->aaIidIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);
+      pBsData->abIidDtFlag[env] = dtFlag;
+    }
+  }
+
+  /* Extract ICC data */
+  if (pBsData->bEnableIcc) {
+    for (env=0; env<pBsData->noEnv; env++) {
+      dtFlag = (SCHAR)FDKreadBits (hBitBuf, 1);
+      if (!dtFlag)
+        CurrentTable = (Huffman)&aBookPsIccFreqDecode;
+      else
+        CurrentTable = (Huffman)&aBookPsIccTimeDecode;
+
+      for (gr = 0; gr < FDK_sbrDecoder_aNoIccBins[pBsData->freqResIcc]; gr++)
+        pBsData->aaIccIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);
+      pBsData->abIccDtFlag[env] = dtFlag;
+    }
+  }
+
+  if (pBsData->bEnableExt) {
+
+    /*!
+    Decoders that support only the baseline version of the PS tool are allowed
+    to ignore the IPD/OPD data, but according header data has to be parsed.
+    ISO/IEC 14496-3 Subpart 8 Annex 4
+    */
+
+    int cnt = FDKreadBits(hBitBuf, PS_EXTENSION_SIZE_BITS);
+    if (cnt == (1<<PS_EXTENSION_SIZE_BITS)-1) {
+      cnt += FDKreadBits(hBitBuf, PS_EXTENSION_ESC_COUNT_BITS);
+    }
+    while (cnt--)
+      FDKreadBits(hBitBuf, 8);
+  }
+
+
+  /* new PS data was read from bitstream */
+  h_ps_d->bPsDataAvail[h_ps_d->bsReadSlot] = ppt_mpeg;
+
+
+
+  return (startbits - FDKgetValidBits(hBitBuf));
+}
+
diff --git a/libSBRdec/src/psbitdec.h b/libSBRdec/src/psbitdec.h
new file mode 100644 (file)
index 0000000..a2d4d6c
--- /dev/null
@@ -0,0 +1,103 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#ifndef __PSBITDEC_H
+#define __PSBITDEC_H
+
+#include "sbrdecoder.h"
+
+
+#include "psdec.h"
+
+
+unsigned int
+ReadPsData (struct PS_DEC  *h_ps_d,
+            HANDLE_FDK_BITSTREAM  hBs,
+            int nBitsLeft);
+
+int
+DecodePs(struct PS_DEC *h_ps_d,
+         const UCHAR    frameError);
+
+
+#endif /* __PSBITDEC_H */
diff --git a/libSBRdec/src/psdec.cpp b/libSBRdec/src/psdec.cpp
new file mode 100644 (file)
index 0000000..965917a
--- /dev/null
@@ -0,0 +1,1414 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  parametric stereo decoder  
+*/
+
+#include "psdec.h"
+
+
+
+#include "FDK_bitbuffer.h"
+#include "psdec_hybrid.h"
+
+#include "sbr_rom.h"
+#include "sbr_ram.h"
+
+#include "FDK_tools_rom.h"
+
+#include "genericStds.h"
+
+#include "FDK_trigFcts.h"
+
+
+/********************************************************************/
+/*                       MLQUAL DEFINES                             */
+/********************************************************************/
+
+  #define FRACT_ZERO FRACT_BITS-1
+/********************************************************************/
+
+SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d );
+
+void ResetPsDeCor( HANDLE_PS_DEC h_ps_d );
+
+
+/***** HELPERS *****/
+
+static void assignTimeSlotsPS (FIXP_DBL *bufAdr, FIXP_DBL **bufPtr, const int numSlots, const int numChan);
+
+
+
+/*******************/
+
+#define DIV3 FL2FXCONST_DBL(1.f/3.f)     /* division 3.0 */
+#define DIV1_5 FL2FXCONST_DBL(2.f/3.f)   /* division 1.5 */
+
+/***************************************************************************/
+/*!
+  \brief  Creates one instance of the PS_DEC struct
+
+  \return Error info
+
+****************************************************************************/
+int
+CreatePsDec( HANDLE_PS_DEC *h_PS_DEC,   /*!< pointer to the module state */
+             int aacSamplesPerFrame
+           )
+{
+  SBR_ERROR errorInfo = SBRDEC_OK;
+  HANDLE_PS_DEC  h_ps_d;
+  int i;
+
+  if (*h_PS_DEC == NULL) {
+    /* Get ps dec ram */
+    h_ps_d = GetRam_ps_dec();
+    if (h_ps_d == NULL) {
+      errorInfo = SBRDEC_MEM_ALLOC_FAILED;
+      goto bail;
+    }
+  } else {
+    /* Reset an open instance */
+    h_ps_d = *h_PS_DEC;
+  }
+
+   /* initialisation */
+  switch (aacSamplesPerFrame) {
+  case 960:
+    h_ps_d->noSubSamples = 30;              /* col */
+    break;
+  case 1024:
+    h_ps_d->noSubSamples = 32;              /* col */
+    break;
+  default:
+    h_ps_d->noSubSamples = -1;
+    break;
+  }
+
+  if (h_ps_d->noSubSamples >  MAX_NUM_COL
+   || h_ps_d->noSubSamples <= 0)
+  {
+    goto bail;
+  }
+  h_ps_d->noChannels   = NO_QMF_CHANNELS;   /* row */
+
+  h_ps_d->psDecodedPrv   =  0;
+  h_ps_d->procFrameBased = -1;
+  for (i = 0; i < (1)+1; i++) {
+    h_ps_d->bPsDataAvail[i]  =  ppt_none;
+  }
+
+
+  for (i = 0; i < (1)+1; i++) {
+    FDKmemclear(&h_ps_d->bsData[i].mpeg, sizeof(MPEG_PS_BS_DATA));
+  }
+
+  errorInfo = ResetPsDec( h_ps_d );
+
+  if ( errorInfo != SBRDEC_OK )
+    goto bail;
+
+  ResetPsDeCor( h_ps_d );
+
+  *h_PS_DEC = h_ps_d;
+
+
+
+  return 0;
+
+bail:
+  DeletePsDec(&h_ps_d);
+
+  return -1;
+} /*END CreatePsDec */
+
+/***************************************************************************/
+/*!
+  \brief  Delete one instance of the PS_DEC struct
+
+  \return Error info
+
+****************************************************************************/
+int
+DeletePsDec( HANDLE_PS_DEC *h_PS_DEC)  /*!< pointer to the module state */
+{
+  if (*h_PS_DEC == NULL) {
+    return -1;
+  }
+
+
+  FreeRam_ps_dec(h_PS_DEC);
+
+
+  return 0;
+} /*END DeletePsDec */
+
+/***************************************************************************/
+/*!
+  \brief resets some values of the PS handle to default states
+
+  \return
+
+****************************************************************************/
+SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d )  /*!< pointer to the module state */
+{
+  SBR_ERROR errorInfo = SBRDEC_OK;
+  INT i;
+
+  const UCHAR noQmfBandsInHybrid20 = 3;
+  /* const UCHAR noQmfBandsInHybrid34 = 5; */
+
+  const UCHAR aHybridResolution20[] = { HYBRID_8_CPLX,
+                                        HYBRID_2_REAL,
+                                        HYBRID_2_REAL };
+
+  h_ps_d->specificTo.mpeg.delayBufIndex   = 0;
+
+  /* explicitly init state variables to safe values (until first ps header arrives) */
+
+  h_ps_d->specificTo.mpeg.lastUsb        =  0;
+
+  h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer = -(DFRACT_BITS-1);
+
+  FDKmemclear(h_ps_d->specificTo.mpeg.aDelayBufIndexDelayQmf, (NO_QMF_CHANNELS-FIRST_DELAY_SB)*sizeof(UCHAR));
+  h_ps_d->specificTo.mpeg.noSampleDelay = delayIndexQmf[0];
+
+  for (i=0 ; i < NO_SERIAL_ALLPASS_LINKS; i++) {
+    h_ps_d->specificTo.mpeg.aDelayRBufIndexSer[i] = 0;
+  }
+
+  h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[0] = h_ps_d->specificTo.mpeg.aaQmfDelayBufReal;
+
+  assignTimeSlotsPS ( h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[0] + (NO_QMF_CHANNELS-FIRST_DELAY_SB),
+                     &h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[1],
+                      h_ps_d->specificTo.mpeg.noSampleDelay-1,
+                      (NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB));
+
+  h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[0] = h_ps_d->specificTo.mpeg.aaQmfDelayBufImag;
+
+  assignTimeSlotsPS ( h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[0] + (NO_QMF_CHANNELS-FIRST_DELAY_SB),
+                     &h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[1],
+                      h_ps_d->specificTo.mpeg.noSampleDelay-1,
+                      (NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB));
+
+  /* Hybrid Filter Bank 1 creation. */
+  errorInfo = InitHybridFilterBank ( &h_ps_d->specificTo.mpeg.hybrid,
+                                      h_ps_d->noSubSamples,
+                                      noQmfBandsInHybrid20,
+                                      aHybridResolution20 );
+
+  for ( i = 0; i < NO_IID_GROUPS; i++ )
+  {
+    h_ps_d->specificTo.mpeg.h11rPrev[i] = FL2FXCONST_DBL(0.5f);
+    h_ps_d->specificTo.mpeg.h12rPrev[i] = FL2FXCONST_DBL(0.5f);
+  }
+
+  FDKmemclear( h_ps_d->specificTo.mpeg.h21rPrev, sizeof( h_ps_d->specificTo.mpeg.h21rPrev ) );
+  FDKmemclear( h_ps_d->specificTo.mpeg.h22rPrev, sizeof( h_ps_d->specificTo.mpeg.h22rPrev ) );
+
+  return errorInfo;
+}
+
+/***************************************************************************/
+/*!
+  \brief  clear some buffers used in decorrelation process
+
+  \return
+
+****************************************************************************/
+void ResetPsDeCor( HANDLE_PS_DEC h_ps_d )  /*!< pointer to the module state */
+{
+  INT i;
+
+  FDKmemclear(h_ps_d->specificTo.mpeg.aPeakDecayFastBin, NO_MID_RES_BINS*sizeof(FIXP_DBL));
+  FDKmemclear(h_ps_d->specificTo.mpeg.aPrevNrgBin, NO_MID_RES_BINS*sizeof(FIXP_DBL));
+  FDKmemclear(h_ps_d->specificTo.mpeg.aPrevPeakDiffBin, NO_MID_RES_BINS*sizeof(FIXP_DBL));
+  FDKmemclear(h_ps_d->specificTo.mpeg.aPowerPrevScal, NO_MID_RES_BINS*sizeof(SCHAR));
+
+  for (i=0 ; i < FIRST_DELAY_SB ; i++) {
+    FDKmemclear(h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+    FDKmemclear(h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+  }
+  for (i=0 ; i < NO_SUB_QMF_CHANNELS ; i++) {
+    FDKmemclear(h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+    FDKmemclear(h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+  }
+
+}
+
+/*******************************************************************************/
+
+/* slot based funcion prototypes */
+
+static void deCorrelateSlotBased( HANDLE_PS_DEC h_ps_d,
+
+                                  FIXP_DBL    *mHybridRealLeft,
+                                  FIXP_DBL    *mHybridImagLeft,
+                                  SCHAR        sf_mHybridLeft,
+
+                                  FIXP_DBL    *rIntBufferLeft,
+                                  FIXP_DBL    *iIntBufferLeft,
+                                  SCHAR        sf_IntBuffer,
+
+                                  FIXP_DBL    *mHybridRealRight,
+                                  FIXP_DBL    *mHybridImagRight,
+
+                                  FIXP_DBL    *rIntBufferRight,
+                                  FIXP_DBL    *iIntBufferRight );
+
+static void applySlotBasedRotation( HANDLE_PS_DEC h_ps_d,
+
+                                    FIXP_DBL  *mHybridRealLeft,
+                                    FIXP_DBL  *mHybridImagLeft,
+
+                                    FIXP_DBL  *QmfLeftReal,
+                                    FIXP_DBL  *QmfLeftImag,
+
+                                    FIXP_DBL  *mHybridRealRight,
+                                    FIXP_DBL  *mHybridImagRight,
+
+                                    FIXP_DBL  *QmfRightReal,
+                                    FIXP_DBL  *QmfRightImag
+                                  );
+
+
+/***************************************************************************/
+/*!
+  \brief  Get scale factor for all ps delay buffer.
+
+  \return
+
+****************************************************************************/
+static
+int getScaleFactorPsStatesBuffer(HANDLE_PS_DEC   h_ps_d)
+{
+  INT i;
+  int scale = DFRACT_BITS-1;
+
+  for (i=0; i<NO_QMF_BANDS_HYBRID20; i++) {
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS));
+  }
+
+  for (i=0; i<NO_SAMPLE_DELAY_ALLPASS; i++) {
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaRealDelayBufferQmf[i], FIRST_DELAY_SB));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaImagDelayBufferQmf[i], FIRST_DELAY_SB));
+  }
+
+  for (i=0; i<NO_SAMPLE_DELAY_ALLPASS; i++) {
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaRealDelayBufferSubQmf[i], NO_SUB_QMF_CHANNELS));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaImagDelayBufferSubQmf[i], NO_SUB_QMF_CHANNELS));
+  }
+
+  for (i=0; i<FIRST_DELAY_SB; i++) {
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS));
+  }
+
+  for (i=0; i<NO_SUB_QMF_CHANNELS; i++) {
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS));
+  }
+
+  for (i=0; i<MAX_DELAY_BUFFER_SIZE; i++)
+  {
+    INT len;
+    if (i==0)
+      len = NO_QMF_CHANNELS-FIRST_DELAY_SB;
+    else
+      len = NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB;
+
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[i], len));
+    scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[i], len));
+  }
+
+  return (scale);
+}
+
+/***************************************************************************/
+/*!
+  \brief  Rescale all ps delay buffer.
+
+  \return
+
+****************************************************************************/
+static
+void scalePsStatesBuffer(HANDLE_PS_DEC h_ps_d,
+                         int           scale)
+{
+  INT i;
+
+  if (scale < 0)
+    scale = fixMax((INT)scale,(INT)-(DFRACT_BITS-1));
+  else
+    scale = fixMin((INT)scale,(INT)DFRACT_BITS-1);
+
+  for (i=0; i<NO_QMF_BANDS_HYBRID20; i++) {
+    scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS, scale );
+  }
+
+  for (i=0; i<NO_SAMPLE_DELAY_ALLPASS; i++) {
+    scaleValues( h_ps_d->specificTo.mpeg.aaRealDelayBufferQmf[i], FIRST_DELAY_SB, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.aaImagDelayBufferQmf[i], FIRST_DELAY_SB, scale );
+  }
+
+  for (i=0; i<NO_SAMPLE_DELAY_ALLPASS; i++) {
+    scaleValues( h_ps_d->specificTo.mpeg.aaRealDelayBufferSubQmf[i], NO_SUB_QMF_CHANNELS, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.aaImagDelayBufferSubQmf[i], NO_SUB_QMF_CHANNELS, scale );
+  }
+
+  for (i=0; i<FIRST_DELAY_SB; i++) {
+    scaleValues( h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS, scale );
+  }
+
+  for (i=0; i<NO_SUB_QMF_CHANNELS; i++) {
+    scaleValues( h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerSubQmf[i], NO_DELAY_LENGTH_VECTORS, scale );
+  }
+
+  for (i=0; i<MAX_DELAY_BUFFER_SIZE; i++) {
+    INT len;
+    if (i==0)
+      len = NO_QMF_CHANNELS-FIRST_DELAY_SB;
+    else
+      len = NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB;
+
+    scaleValues( h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[i], len, scale );
+    scaleValues( h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[i], len, scale );
+  }
+
+  scale <<= 1;
+
+  scaleValues( h_ps_d->specificTo.mpeg.aPeakDecayFastBin, NO_MID_RES_BINS, scale );
+  scaleValues( h_ps_d->specificTo.mpeg.aPrevPeakDiffBin, NO_MID_RES_BINS, scale );
+  scaleValues( h_ps_d->specificTo.mpeg.aPrevNrgBin, NO_MID_RES_BINS, scale );
+}
+
+/***************************************************************************/
+/*!
+  \brief  Scale input channel to the same scalefactor and rescale hybrid
+          filterbank values
+
+  \return
+
+****************************************************************************/
+
+void scalFilterBankValues( HANDLE_PS_DEC   h_ps_d,
+                           FIXP_DBL      **fixpQmfReal,
+                           FIXP_DBL      **fixpQmfImag,
+                           int             lsb,
+                           int             scaleFactorLowBandSplitLow,
+                           int             scaleFactorLowBandSplitHigh,
+                           SCHAR          *scaleFactorLowBand_lb,
+                           SCHAR          *scaleFactorLowBand_hb,
+                           int             scaleFactorHighBands,
+                           INT            *scaleFactorHighBand,
+                           INT             noCols
+                         )
+{
+  INT maxScal;
+
+  INT i;
+
+  scaleFactorHighBands        =  -scaleFactorHighBands;
+  scaleFactorLowBandSplitLow  =  -scaleFactorLowBandSplitLow;
+  scaleFactorLowBandSplitHigh =  -scaleFactorLowBandSplitHigh;
+
+  /* get max scale factor */
+  maxScal = fixMax(scaleFactorHighBands,fixMax(scaleFactorLowBandSplitLow, scaleFactorLowBandSplitHigh ));
+
+  {
+    int headroom  = getScaleFactorPsStatesBuffer(h_ps_d);
+    maxScal   = fixMax(maxScal,(INT)(h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer-headroom));
+    maxScal  += 1;
+  }
+
+  /* scale whole left channel to the same scale factor */
+
+  /* low band ( overlap buffer ) */
+  if ( maxScal != scaleFactorLowBandSplitLow ) {
+    INT scale = scaleFactorLowBandSplitLow - maxScal;
+    for ( i=0; i<(6); i++ ) {
+      scaleValues( fixpQmfReal[i], lsb, scale );
+      scaleValues( fixpQmfImag[i], lsb, scale );
+    }
+  }
+  /* low band ( current frame ) */
+  if ( maxScal != scaleFactorLowBandSplitHigh ) {
+    INT scale = scaleFactorLowBandSplitHigh - maxScal;
+    /* for ( i=(6); i<(6)+MAX_NUM_COL; i++ ) { */
+    for ( i=(6); i<(6)+noCols; i++ ) {
+      scaleValues( fixpQmfReal[i], lsb, scale );
+      scaleValues( fixpQmfImag[i], lsb, scale );
+    }
+  }
+  /* high band */
+  if ( maxScal != scaleFactorHighBands ) {
+    INT scale = scaleFactorHighBands - maxScal;
+    /* for ( i=0; i<MAX_NUM_COL; i++ ) { */
+    for ( i=0; i<noCols; i++ ) {
+      scaleValues( &fixpQmfReal[i][lsb], (64)-lsb, scale );
+      scaleValues( &fixpQmfImag[i][lsb], (64)-lsb, scale );
+    }
+  }
+
+  if ( maxScal != h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer )
+    scalePsStatesBuffer(h_ps_d,(h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer-maxScal));
+
+  h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer = maxScal;
+  h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer = maxScal;
+
+  *scaleFactorHighBand += maxScal - scaleFactorHighBands;
+
+  h_ps_d->rescal = maxScal - scaleFactorLowBandSplitHigh;
+  h_ps_d->sf_IntBuffer = maxScal;
+
+  *scaleFactorLowBand_lb += maxScal - scaleFactorLowBandSplitLow;
+  *scaleFactorLowBand_hb += maxScal - scaleFactorLowBandSplitHigh;
+}
+
+void rescalFilterBankValues( HANDLE_PS_DEC   h_ps_d,                      /* parametric stereo decoder handle     */
+                             FIXP_DBL      **QmfBufferReal,               /* qmf filterbank values                */
+                             FIXP_DBL      **QmfBufferImag,               /* qmf filterbank values                */
+                             int             lsb,                         /* sbr start subband                    */
+                             INT             noCols)
+{
+  int i;
+  /* scale back 6 timeslots look ahead for hybrid filterbank to original value */
+  for ( i=noCols; i<noCols + (6); i++ ) {
+    scaleValues( QmfBufferReal[i], lsb, h_ps_d->rescal );
+    scaleValues( QmfBufferImag[i], lsb, h_ps_d->rescal );
+  }
+}
+
+/***************************************************************************/
+/*!
+  \brief  Generate decorrelated side channel using allpass/delay
+
+  \return
+
+****************************************************************************/
+static void
+deCorrelateSlotBased( HANDLE_PS_DEC h_ps_d,            /*!< pointer to the module state */
+
+                      FIXP_DBL    *mHybridRealLeft,    /*!< left (mono) hybrid values real */
+                      FIXP_DBL    *mHybridImagLeft,    /*!< left (mono) hybrid values imag */
+                      SCHAR        sf_mHybridLeft,     /*!< scalefactor for left (mono) hybrid bands */
+
+                      FIXP_DBL    *rIntBufferLeft,     /*!< real qmf bands left (mono) (38x64) */
+                      FIXP_DBL    *iIntBufferLeft,     /*!< real qmf bands left (mono) (38x64) */
+                      SCHAR        sf_IntBuffer,       /*!< scalefactor for all left and right qmf bands   */
+
+                      FIXP_DBL    *mHybridRealRight,   /*!< right (decorrelated) hybrid values real */
+                      FIXP_DBL    *mHybridImagRight,   /*!< right (decorrelated) hybrid values imag */
+
+                      FIXP_DBL    *rIntBufferRight,    /*!< real qmf bands right (decorrelated) (38x64) */
+                      FIXP_DBL    *iIntBufferRight )   /*!< real qmf bands right (decorrelated) (38x64) */
+{
+
+  INT  i, m, sb, gr, bin;
+
+  FIXP_DBL peakDiff, nrg, transRatio;
+
+  FIXP_DBL *RESTRICT aaLeftReal;
+  FIXP_DBL *RESTRICT aaLeftImag;
+
+  FIXP_DBL *RESTRICT aaRightReal;
+  FIXP_DBL *RESTRICT aaRightImag;
+
+  FIXP_DBL *RESTRICT pRealDelayBuffer;
+  FIXP_DBL *RESTRICT pImagDelayBuffer;
+
+  C_ALLOC_SCRATCH_START(aaPowerSlot, FIXP_DBL, NO_MID_RES_BINS);
+  C_ALLOC_SCRATCH_START(aaTransRatioSlot, FIXP_DBL, NO_MID_RES_BINS);
+
+/*!
+<pre>
+   parameter index       qmf bands             hybrid bands
+  ----------------------------------------------------------------------------
+         0                   0                      0,7
+         1                   0                      1,6
+         2                   0                      2
+         3                   0                      3           HYBRID BANDS
+         4                   1                      9
+         5                   1                      8
+         6                   2                     10
+         7                   2                     11
+  ----------------------------------------------------------------------------
+         8                   3
+         9                   4
+        10                   5
+        11                   6
+        12                   7
+        13                   8
+        14                   9,10      (2 )                      QMF BANDS
+        15                   11 - 13   (3 )
+        16                   14 - 17   (4 )
+        17                   18 - 22   (5 )
+        18                   23 - 34   (12)
+        19                   35 - 63   (29)
+  ----------------------------------------------------------------------------
+</pre>
+*/
+
+  #define FLTR_SCALE 3
+
+  /* hybrid bands (parameter index 0 - 7) */
+  aaLeftReal  = mHybridRealLeft;
+  aaLeftImag  = mHybridImagLeft;
+
+  aaPowerSlot[0] = ( fMultAddDiv2( fMultDiv2(aaLeftReal[0],  aaLeftReal[0]),  aaLeftImag[0],  aaLeftImag[0] ) >> FLTR_SCALE ) +
+                   ( fMultAddDiv2( fMultDiv2(aaLeftReal[7],  aaLeftReal[7]),  aaLeftImag[7],  aaLeftImag[7] ) >> FLTR_SCALE );
+
+  aaPowerSlot[1] = ( fMultAddDiv2( fMultDiv2(aaLeftReal[1],  aaLeftReal[1]),  aaLeftImag[1],  aaLeftImag[1] ) >> FLTR_SCALE ) +
+                   ( fMultAddDiv2( fMultDiv2(aaLeftReal[6],  aaLeftReal[6]),  aaLeftImag[6],  aaLeftImag[6] ) >> FLTR_SCALE );
+
+  aaPowerSlot[2] =   fMultAddDiv2( fMultDiv2(aaLeftReal[2],  aaLeftReal[2]),  aaLeftImag[2],  aaLeftImag[2] ) >> FLTR_SCALE;
+  aaPowerSlot[3] =   fMultAddDiv2( fMultDiv2(aaLeftReal[3],  aaLeftReal[3]),  aaLeftImag[3],  aaLeftImag[3] ) >> FLTR_SCALE;
+
+  aaPowerSlot[4] =   fMultAddDiv2( fMultDiv2(aaLeftReal[9],  aaLeftReal[9]),  aaLeftImag[9],  aaLeftImag[9] ) >> FLTR_SCALE;
+  aaPowerSlot[5] =   fMultAddDiv2( fMultDiv2(aaLeftReal[8],  aaLeftReal[8]),  aaLeftImag[8],  aaLeftImag[8] ) >> FLTR_SCALE;
+
+  aaPowerSlot[6] =   fMultAddDiv2( fMultDiv2(aaLeftReal[10], aaLeftReal[10]), aaLeftImag[10], aaLeftImag[10] ) >> FLTR_SCALE;
+  aaPowerSlot[7] =   fMultAddDiv2( fMultDiv2(aaLeftReal[11], aaLeftReal[11]), aaLeftImag[11], aaLeftImag[11] ) >> FLTR_SCALE;
+
+  /* qmf bands (parameter index 8 - 19) */
+  for ( bin = 8; bin < NO_MID_RES_BINS; bin++ ) {
+    FIXP_DBL slotNrg = FL2FXCONST_DBL(0.f);
+
+    for ( i = groupBorders20[bin+2]; i < groupBorders20[bin+3]; i++ ) {  /* max loops: 29 */
+      slotNrg += fMultAddDiv2 ( fMultDiv2(rIntBufferLeft[i], rIntBufferLeft[i]), iIntBufferLeft[i], iIntBufferLeft[i]) >> FLTR_SCALE;
+    }
+    aaPowerSlot[bin] = slotNrg;
+
+  }
+
+
+  /* calculation of transient ratio */
+  for (bin=0; bin < NO_MID_RES_BINS; bin++) {   /* noBins = 20 ( BASELINE_PS ) */
+
+    h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin] = fMult( h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin], PEAK_DECAY_FACTOR );
+
+    if (h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin] < aaPowerSlot[bin]) {
+      h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin] = aaPowerSlot[bin];
+    }
+
+    /* calculate PSmoothPeakDecayDiffNrg */
+    peakDiff = fMultAdd ( (h_ps_d->specificTo.mpeg.aPrevPeakDiffBin[bin]>>1),
+                 INT_FILTER_COEFF, h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin] - aaPowerSlot[bin] - h_ps_d->specificTo.mpeg.aPrevPeakDiffBin[bin]);
+
+    /* save peakDiff for the next frame */
+    h_ps_d->specificTo.mpeg.aPrevPeakDiffBin[bin] = peakDiff;
+
+    nrg = h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] + fMult( INT_FILTER_COEFF, aaPowerSlot[bin] - h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] );
+
+    /* Negative energies don't exist. But sometimes they appear due to rounding. */
+
+    nrg = fixMax(nrg,FL2FXCONST_DBL(0.f));
+
+    /* save nrg for the next frame */
+    h_ps_d->specificTo.mpeg.aPrevNrgBin[bin] = nrg;
+
+    nrg = fMult( nrg, TRANSIENT_IMPACT_FACTOR );
+
+    /* save transient impact factor */
+    if ( peakDiff <= nrg || peakDiff == FL2FXCONST_DBL(0.0) ) {
+      aaTransRatioSlot[bin] = (FIXP_DBL)MAXVAL_DBL /* FL2FXCONST_DBL(1.0f)*/;
+    }
+    else if ( nrg <= FL2FXCONST_DBL(0.0f) ) {
+        aaTransRatioSlot[bin] = FL2FXCONST_DBL(0.f);
+      }
+    else {
+      /* scale to denominator */
+      INT scale_left = fixMax(0, CntLeadingZeros(peakDiff) - 1);
+      aaTransRatioSlot[bin] = schur_div( nrg<<scale_left, peakDiff<<scale_left, 16);
+    }
+  } /* bin */
+
+
+
+
+  #define DELAY_GROUP_OFFSET    20
+  #define NR_OF_DELAY_GROUPS     2
+
+  FIXP_DBL rTmp, iTmp, rTmp0, iTmp0, rR0, iR0;
+
+  INT TempDelay     = h_ps_d->specificTo.mpeg.delayBufIndex;  /* set delay indices */
+
+  pRealDelayBuffer = h_ps_d->specificTo.mpeg.aaRealDelayBufferSubQmf[TempDelay];
+  pImagDelayBuffer = h_ps_d->specificTo.mpeg.aaImagDelayBufferSubQmf[TempDelay];
+
+  aaLeftReal  = mHybridRealLeft;
+  aaLeftImag  = mHybridImagLeft;
+  aaRightReal = mHybridRealRight;
+  aaRightImag = mHybridImagRight;
+
+  /************************/
+  /* ICC groups :  0 -  9 */
+  /************************/
+
+  /* gr = ICC groups */
+  for (gr=0; gr < SUBQMF_GROUPS; gr++) {
+
+    transRatio = aaTransRatioSlot[bins2groupMap20[gr]];
+
+    /* sb = subQMF/QMF subband */
+    sb = groupBorders20[gr];
+
+    /* Update delay buffers, sample delay allpass = 2 */
+    rTmp0 = pRealDelayBuffer[sb];
+    iTmp0 = pImagDelayBuffer[sb];
+
+    pRealDelayBuffer[sb] = aaLeftReal[sb];
+    pImagDelayBuffer[sb] = aaLeftImag[sb];
+
+    /* delay by fraction */
+    cplxMultDiv2(&rR0, &iR0, rTmp0, iTmp0, aaFractDelayPhaseFactorReSubQmf20[sb], aaFractDelayPhaseFactorImSubQmf20[sb]);
+    rR0<<=1;
+    iR0<<=1;
+
+    FIXP_DBL *pAaaRealDelayRBufferSerSubQmf = h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerSubQmf[sb];
+    FIXP_DBL *pAaaImagDelayRBufferSerSubQmf = h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerSubQmf[sb];
+
+    for (m=0; m<NO_SERIAL_ALLPASS_LINKS ; m++) {
+
+      INT tmpDelayRSer = h_ps_d->specificTo.mpeg.aDelayRBufIndexSer[m];
+
+      /* get delayed values from according buffer : m(0)=3; m(1)=4; m(2)=5; */
+      rTmp0 = pAaaRealDelayRBufferSerSubQmf[tmpDelayRSer];
+      iTmp0 = pAaaImagDelayRBufferSerSubQmf[tmpDelayRSer];
+
+      /* delay by fraction */
+      cplxMultDiv2(&rTmp, &iTmp, rTmp0, iTmp0, aaFractDelayPhaseFactorSerReSubQmf20[sb][m], aaFractDelayPhaseFactorSerImSubQmf20[sb][m]);
+
+      rTmp = (rTmp - fMultDiv2(aAllpassLinkDecaySer[m], rR0)) << 1;
+      iTmp = (iTmp - fMultDiv2(aAllpassLinkDecaySer[m], iR0)) << 1;
+
+      pAaaRealDelayRBufferSerSubQmf[tmpDelayRSer] = rR0 + fMult(aAllpassLinkDecaySer[m], rTmp);
+      pAaaImagDelayRBufferSerSubQmf[tmpDelayRSer] = iR0 + fMult(aAllpassLinkDecaySer[m], iTmp);
+
+      rR0 = rTmp;
+      iR0 = iTmp;
+
+      pAaaRealDelayRBufferSerSubQmf += aAllpassLinkDelaySer[m];
+      pAaaImagDelayRBufferSerSubQmf += aAllpassLinkDelaySer[m];
+
+    } /* m */
+
+    /* duck if a past transient is found */
+    aaRightReal[sb] = fMult(transRatio, rR0);
+    aaRightImag[sb] = fMult(transRatio, iR0);
+
+  } /* gr */
+
+
+  scaleValues( mHybridRealLeft,  NO_SUB_QMF_CHANNELS, -SCAL_HEADROOM );
+  scaleValues( mHybridImagLeft,  NO_SUB_QMF_CHANNELS, -SCAL_HEADROOM );
+  scaleValues( mHybridRealRight, NO_SUB_QMF_CHANNELS, -SCAL_HEADROOM );
+  scaleValues( mHybridImagRight, NO_SUB_QMF_CHANNELS, -SCAL_HEADROOM );
+
+
+  /************************/
+
+  aaLeftReal  = rIntBufferLeft;
+  aaLeftImag  = iIntBufferLeft;
+  aaRightReal = rIntBufferRight;
+  aaRightImag = iIntBufferRight;
+
+  pRealDelayBuffer = h_ps_d->specificTo.mpeg.aaRealDelayBufferQmf[TempDelay];
+  pImagDelayBuffer = h_ps_d->specificTo.mpeg.aaImagDelayBufferQmf[TempDelay];
+
+  /************************/
+  /* ICC groups : 10 - 19 */
+  /************************/
+
+
+  /* gr = ICC groups */
+  for (gr=SUBQMF_GROUPS; gr < NO_IID_GROUPS - NR_OF_DELAY_GROUPS; gr++) {
+
+    transRatio = aaTransRatioSlot[bins2groupMap20[gr]];
+
+    /* sb = subQMF/QMF subband */
+    for (sb = groupBorders20[gr]; sb < groupBorders20[gr+1]; sb++) {
+      FIXP_DBL resR, resI;
+
+      /* decayScaleFactor = 1.0f + decay_cutoff * DECAY_SLOPE - DECAY_SLOPE * sb; DECAY_SLOPE = 0.05 */
+      FIXP_DBL decayScaleFactor = decayScaleFactTable[sb];
+
+      /* Update delay buffers, sample delay allpass = 2 */
+      rTmp0 = pRealDelayBuffer[sb];
+      iTmp0 = pImagDelayBuffer[sb];
+
+      pRealDelayBuffer[sb] = aaLeftReal[sb];
+      pImagDelayBuffer[sb] = aaLeftImag[sb];
+
+      /* delay by fraction */
+      cplxMultDiv2(&rR0, &iR0, rTmp0, iTmp0, aaFractDelayPhaseFactorReQmf[sb], aaFractDelayPhaseFactorImQmf[sb]);
+      rR0<<=1;
+      iR0<<=1;
+
+      resR = fMult(decayScaleFactor, rR0);
+      resI = fMult(decayScaleFactor, iR0);
+
+      FIXP_DBL *pAaaRealDelayRBufferSerQmf = h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerQmf[sb];
+      FIXP_DBL *pAaaImagDelayRBufferSerQmf = h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerQmf[sb];
+
+      for (m=0; m<NO_SERIAL_ALLPASS_LINKS ; m++) {
+
+        INT tmpDelayRSer = h_ps_d->specificTo.mpeg.aDelayRBufIndexSer[m];
+
+        /* get delayed values from according buffer : m(0)=3; m(1)=4; m(2)=5; */
+        rTmp0 = pAaaRealDelayRBufferSerQmf[tmpDelayRSer];
+        iTmp0 = pAaaImagDelayRBufferSerQmf[tmpDelayRSer];
+
+        /* delay by fraction */
+        cplxMultDiv2(&rTmp, &iTmp, rTmp0, iTmp0, aaFractDelayPhaseFactorSerReQmf[sb][m], aaFractDelayPhaseFactorSerImQmf[sb][m]);
+
+        rTmp = (rTmp - fMultDiv2(aAllpassLinkDecaySer[m], resR))<<1;
+        iTmp = (iTmp - fMultDiv2(aAllpassLinkDecaySer[m], resI))<<1;
+
+        resR = fMult(decayScaleFactor, rTmp);
+        resI = fMult(decayScaleFactor, iTmp);
+
+        pAaaRealDelayRBufferSerQmf[tmpDelayRSer] = rR0 + fMult(aAllpassLinkDecaySer[m], resR);
+        pAaaImagDelayRBufferSerQmf[tmpDelayRSer] = iR0 + fMult(aAllpassLinkDecaySer[m], resI);
+
+        rR0 = rTmp;
+        iR0 = iTmp;
+
+        pAaaRealDelayRBufferSerQmf += aAllpassLinkDelaySer[m];
+        pAaaImagDelayRBufferSerQmf += aAllpassLinkDelaySer[m];
+
+      } /* m */
+
+      /* duck if a past transient is found */
+      aaRightReal[sb] = fMult(transRatio, rR0);
+      aaRightImag[sb] = fMult(transRatio, iR0);
+
+    } /* sb */
+  } /* gr */
+
+  /************************/
+  /* ICC groups : 20,  21 */
+  /************************/
+
+
+  /* gr = ICC groups */
+  for (gr=DELAY_GROUP_OFFSET; gr < NO_IID_GROUPS; gr++) {
+
+    INT sbStart = groupBorders20[gr];
+    INT sbStop  = groupBorders20[gr+1];
+
+    UCHAR *pDelayBufIdx = &h_ps_d->specificTo.mpeg.aDelayBufIndexDelayQmf[sbStart-FIRST_DELAY_SB];
+
+    transRatio = aaTransRatioSlot[bins2groupMap20[gr]];
+
+    /* sb = subQMF/QMF subband */
+    for (sb = sbStart; sb < sbStop; sb++) {
+
+      /* Update delay buffers */
+      rR0 = h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[*pDelayBufIdx][sb-FIRST_DELAY_SB];
+      iR0 = h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[*pDelayBufIdx][sb-FIRST_DELAY_SB];
+
+      h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[*pDelayBufIdx][sb-FIRST_DELAY_SB] = aaLeftReal[sb];
+      h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[*pDelayBufIdx][sb-FIRST_DELAY_SB] = aaLeftImag[sb];
+
+      /* duck if a past transient is found */
+      aaRightReal[sb] = fMult(transRatio, rR0);
+      aaRightImag[sb] = fMult(transRatio, iR0);
+
+      if (++(*pDelayBufIdx) >= delayIndexQmf[sb]) {
+        *pDelayBufIdx = 0;
+      }
+      pDelayBufIdx++;
+
+    } /* sb */
+  } /* gr */
+
+
+  /* Update delay buffer index */
+  if (++h_ps_d->specificTo.mpeg.delayBufIndex >= NO_SAMPLE_DELAY_ALLPASS)
+    h_ps_d->specificTo.mpeg.delayBufIndex = 0;
+
+  for (m=0; m<NO_SERIAL_ALLPASS_LINKS ; m++) {
+    if (++h_ps_d->specificTo.mpeg.aDelayRBufIndexSer[m] >= aAllpassLinkDelaySer[m])
+      h_ps_d->specificTo.mpeg.aDelayRBufIndexSer[m] = 0;
+  }
+
+
+  scaleValues( &rIntBufferLeft[NO_QMF_BANDS_HYBRID20],  NO_QMF_CHANNELS-NO_QMF_BANDS_HYBRID20, -SCAL_HEADROOM );
+  scaleValues( &iIntBufferLeft[NO_QMF_BANDS_HYBRID20],  NO_QMF_CHANNELS-NO_QMF_BANDS_HYBRID20, -SCAL_HEADROOM );
+  scaleValues( &rIntBufferRight[NO_QMF_BANDS_HYBRID20], NO_QMF_CHANNELS-NO_QMF_BANDS_HYBRID20, -SCAL_HEADROOM );
+  scaleValues( &iIntBufferRight[NO_QMF_BANDS_HYBRID20], NO_QMF_CHANNELS-NO_QMF_BANDS_HYBRID20, -SCAL_HEADROOM );
+
+  /* free memory on scratch */
+  C_ALLOC_SCRATCH_END(aaTransRatioSlot, FIXP_DBL, NO_MID_RES_BINS);
+  C_ALLOC_SCRATCH_END(aaPowerSlot, FIXP_DBL, NO_MID_RES_BINS);
+}
+
+
+void initSlotBasedRotation( HANDLE_PS_DEC h_ps_d, /*!< pointer to the module state */
+                            int env,
+                            int usb
+                            ) {
+
+  INT     group = 0;
+  INT     bin =  0;
+  INT     noIidSteps;
+
+/*  const UCHAR *pQuantizedIIDs;*/
+
+  FIXP_SGL  invL;
+  FIXP_DBL  ScaleL, ScaleR;
+  FIXP_DBL  Alpha, Beta;
+  FIXP_DBL  h11r, h12r, h21r, h22r;
+
+  const FIXP_DBL  *PScaleFactors;
+
+  /* Overwrite old values in delay buffers when upper subband is higher than in last frame */
+  if (env == 0) {
+
+    if ((usb > h_ps_d->specificTo.mpeg.lastUsb) && h_ps_d->specificTo.mpeg.lastUsb) {
+
+      INT i,k,length;
+
+      for (i=h_ps_d->specificTo.mpeg.lastUsb ; i < FIRST_DELAY_SB; i++) {
+        FDKmemclear(h_ps_d->specificTo.mpeg.aaaRealDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+        FDKmemclear(h_ps_d->specificTo.mpeg.aaaImagDelayRBufferSerQmf[i], NO_DELAY_LENGTH_VECTORS*sizeof(FIXP_DBL));
+      }
+
+      for (k=0 ; k<NO_SAMPLE_DELAY_ALLPASS; k++) {
+        FDKmemclear(h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[k], FIRST_DELAY_SB*sizeof(FIXP_DBL));
+      }
+      length = (usb-FIRST_DELAY_SB)*sizeof(FIXP_DBL);
+      if(length>0) {
+        FDKmemclear(h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[0], length);
+        FDKmemclear(h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[0], length);
+      }
+      length = (fixMin(NO_DELAY_BUFFER_BANDS,(INT)usb)-FIRST_DELAY_SB)*sizeof(FIXP_DBL);
+      if(length>0) {
+        for (k=1 ; k < h_ps_d->specificTo.mpeg.noSampleDelay; k++) {
+          FDKmemclear(h_ps_d->specificTo.mpeg.pAaRealDelayBufferQmf[k], length);
+          FDKmemclear(h_ps_d->specificTo.mpeg.pAaImagDelayBufferQmf[k], length);
+        }
+      }
+    }
+    h_ps_d->specificTo.mpeg.lastUsb = usb;
+  } /* env == 0 */
+
+  if (h_ps_d->bsData[h_ps_d->processSlot].mpeg.bFineIidQ)
+  {
+    PScaleFactors = ScaleFactorsFine; /* values are shiftet right by one */
+    noIidSteps = NO_IID_STEPS_FINE;
+    /*pQuantizedIIDs = quantizedIIDsFine;*/
+  }
+
+  else
+  {
+    PScaleFactors = ScaleFactors; /* values are shiftet right by one */
+    noIidSteps = NO_IID_STEPS;
+    /*pQuantizedIIDs = quantizedIIDs;*/
+  }
+
+
+  /* dequantize and decode */
+  for ( group = 0; group < NO_IID_GROUPS; group++ ) {
+
+    bin = bins2groupMap20[group];
+
+    /*!
+    <h3> type 'A' rotation </h3>
+    mixing procedure R_a, used in baseline version<br>
+
+     Scale-factor vectors c1 and c2 are precalculated in initPsTables () and stored in
+     scaleFactors[] and scaleFactorsFine[] = pScaleFactors [].
+     From the linearized IID parameters (intensity differences), two scale factors are
+     calculated. They are used to obtain the coefficients h11... h22.
+    */
+
+    /* ScaleR and ScaleL are scaled by 1 shift right */
+
+    ScaleR = PScaleFactors[noIidSteps + h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env][bin]];
+    ScaleL = PScaleFactors[noIidSteps - h_ps_d->specificTo.mpeg.coef.aaIidIndexMapped[env][bin]];
+
+    Beta   = fMult (fMult( Alphas[h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env][bin]], ( ScaleR - ScaleL )), FIXP_SQRT05);
+    Alpha  = Alphas[h_ps_d->specificTo.mpeg.coef.aaIccIndexMapped[env][bin]]>>1;
+
+    /* Alpha and Beta are now both scaled by 2 shifts right */
+
+    /* calculate the coefficients h11... h22 from scale-factors and ICC parameters */
+
+    /* h values are scaled by 1 shift right */
+    {
+      FIXP_DBL trigData[4];
+
+      inline_fixp_cos_sin(Beta + Alpha, Beta - Alpha, 2, trigData);
+      h11r = fMult( ScaleL, trigData[0]);
+      h12r = fMult( ScaleR, trigData[2]);
+      h21r = fMult( ScaleL, trigData[1]);
+      h22r = fMult( ScaleR, trigData[3]);
+    }
+    /*****************************************************************************************/
+    /* Interpolation of the matrices H11... H22:                                             */
+    /*                                                                                       */
+    /* H11(k,n) = H11(k,n[e]) + (n-n[e]) * (H11(k,n[e+1] - H11(k,n[e])) / (n[e+1] - n[e])    */
+    /* ...                                                                                   */
+    /*****************************************************************************************/
+
+    /* invL = 1/(length of envelope) */
+    invL = FX_DBL2FX_SGL(GetInvInt(h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env + 1] - h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]));
+
+    h_ps_d->specificTo.mpeg.coef.H11r[group]  = h_ps_d->specificTo.mpeg.h11rPrev[group];
+    h_ps_d->specificTo.mpeg.coef.H12r[group]  = h_ps_d->specificTo.mpeg.h12rPrev[group];
+    h_ps_d->specificTo.mpeg.coef.H21r[group]  = h_ps_d->specificTo.mpeg.h21rPrev[group];
+    h_ps_d->specificTo.mpeg.coef.H22r[group]  = h_ps_d->specificTo.mpeg.h22rPrev[group];
+
+    h_ps_d->specificTo.mpeg.coef.DeltaH11r[group]  = fMult ( h11r - h_ps_d->specificTo.mpeg.coef.H11r[group], invL );
+    h_ps_d->specificTo.mpeg.coef.DeltaH12r[group]  = fMult ( h12r - h_ps_d->specificTo.mpeg.coef.H12r[group], invL );
+    h_ps_d->specificTo.mpeg.coef.DeltaH21r[group]  = fMult ( h21r - h_ps_d->specificTo.mpeg.coef.H21r[group], invL );
+    h_ps_d->specificTo.mpeg.coef.DeltaH22r[group]  = fMult ( h22r - h_ps_d->specificTo.mpeg.coef.H22r[group], invL );
+
+    /* update prev coefficients for interpolation in next envelope */
+
+    h_ps_d->specificTo.mpeg.h11rPrev[group] = h11r;
+    h_ps_d->specificTo.mpeg.h12rPrev[group] = h12r;
+    h_ps_d->specificTo.mpeg.h21rPrev[group] = h21r;
+    h_ps_d->specificTo.mpeg.h22rPrev[group] = h22r;
+
+  } /* group loop */
+}
+
+
+static void applySlotBasedRotation( HANDLE_PS_DEC h_ps_d,        /*!< pointer to the module state */
+
+                                    FIXP_DBL  *mHybridRealLeft,  /*!< hybrid values real left  */
+                                    FIXP_DBL  *mHybridImagLeft,  /*!< hybrid values imag left  */
+
+                                    FIXP_DBL  *QmfLeftReal,      /*!< real bands left qmf channel */
+                                    FIXP_DBL  *QmfLeftImag,      /*!< imag bands left qmf channel */
+
+                                    FIXP_DBL  *mHybridRealRight, /*!< hybrid values real right  */
+                                    FIXP_DBL  *mHybridImagRight, /*!< hybrid values imag right  */
+
+                                    FIXP_DBL  *QmfRightReal,     /*!< real bands right qmf channel */
+                                    FIXP_DBL  *QmfRightImag      /*!< imag bands right qmf channel */
+                                   )
+{
+  INT     group;
+  INT     subband;
+
+  FIXP_DBL *RESTRICT HybrLeftReal;
+  FIXP_DBL *RESTRICT HybrLeftImag;
+  FIXP_DBL *RESTRICT HybrRightReal;
+  FIXP_DBL *RESTRICT HybrRightImag;
+
+  FIXP_DBL tmpLeft, tmpRight;
+
+
+  /**********************************************************************************************/
+  /*!
+  <h2> Mapping </h2>
+
+  The number of stereo bands that is actually used depends on the number of availble
+  parameters for IID and ICC:
+  <pre>
+   nr. of IID para.| nr. of ICC para. | nr. of Stereo bands
+   ----------------|------------------|-------------------
+     10,20         |     10,20        |        20
+     10,20         |     34           |        34
+     34            |     10,20        |        34
+     34            |     34           |        34
+  </pre>
+  In the case the number of parameters for IIS and ICC differs from the number of stereo
+  bands, a mapping from the lower number to the higher number of parameters is applied.
+  Index mapping of IID and ICC parameters is already done in psbitdec.cpp. Further mapping is
+  not needed here in baseline version.
+  **********************************************************************************************/
+
+  /************************************************************************************************/
+  /*!
+  <h2> Mixing </h2>
+
+  To generate the QMF subband signals for the subband samples n = n[e]+1 ,,, n_[e+1] the
+  parameters at position n[e] and n[e+1] are required as well as the subband domain signals
+  s_k(n) and d_k(n) for n = n[e]+1... n_[e+1]. n[e] represents the start position for
+  envelope e. The border positions n[e] are handled in DecodePS().
+
+  The stereo sub subband signals are constructed as:
+  <pre>
+  l_k(n) = H11(k,n) s_k(n) + H21(k,n) d_k(n)
+  r_k(n) = H21(k,n) s_k(n) + H22(k,n) d_k(n)
+  </pre>
+  In order to obtain the matrices H11(k,n)... H22 (k,n), the vectors h11(b)... h22(b) need to
+  be calculated first (b: parameter index). Depending on ICC mode either mixing procedure R_a
+  or R_b is used for that. For both procedures, the parameters for parameter position n[e+1]
+  is used.
+  ************************************************************************************************/
+
+
+  /************************************************************************************************/
+  /*!
+  <h2>Phase parameters </h2>
+  With disabled phase parameters (which is the case in baseline version), the H-matrices are
+  just calculated by:
+
+  <pre>
+  H11(k,n[e+1] = h11(b(k))
+  (...)
+  b(k): parameter index according to mapping table
+  </pre>
+
+  <h2>Processing of the samples in the sub subbands </h2>
+  this loop includes the interpolation of the coefficients Hxx
+  ************************************************************************************************/
+
+
+  /* loop thru all groups ... */
+  HybrLeftReal  = mHybridRealLeft;
+  HybrLeftImag  = mHybridImagLeft;
+  HybrRightReal = mHybridRealRight;
+  HybrRightImag = mHybridImagRight;
+
+  /******************************************************/
+  /* construct stereo sub subband signals according to: */
+  /*                                                    */
+  /* l_k(n) = H11(k,n) s_k(n) + H21(k,n) d_k(n)         */
+  /* r_k(n) = H12(k,n) s_k(n) + H22(k,n) d_k(n)         */
+  /******************************************************/
+  for ( group = 0; group < SUBQMF_GROUPS; group++ ) {
+
+    h_ps_d->specificTo.mpeg.coef.H11r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH11r[group];
+    h_ps_d->specificTo.mpeg.coef.H12r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH12r[group];
+    h_ps_d->specificTo.mpeg.coef.H21r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH21r[group];
+    h_ps_d->specificTo.mpeg.coef.H22r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH22r[group];
+
+    subband = groupBorders20[group];
+
+    tmpLeft  = fMultAddDiv2( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H11r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRightReal[subband]);
+    tmpRight = fMultAddDiv2( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H12r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRightReal[subband]);
+    HybrLeftReal [subband] = tmpLeft<<1;
+    HybrRightReal[subband] = tmpRight<<1;
+
+    tmpLeft  = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H11r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRightImag[subband]);
+    tmpRight = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H12r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRightImag[subband]);
+    HybrLeftImag [subband] = tmpLeft;
+    HybrRightImag[subband] = tmpRight;
+  }
+
+  /* continue in the qmf buffers */
+  HybrLeftReal  = QmfLeftReal;
+  HybrLeftImag  = QmfLeftImag;
+  HybrRightReal = QmfRightReal;
+  HybrRightImag = QmfRightImag;
+
+  for (; group < NO_IID_GROUPS; group++ ) {
+
+    h_ps_d->specificTo.mpeg.coef.H11r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH11r[group];
+    h_ps_d->specificTo.mpeg.coef.H12r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH12r[group];
+    h_ps_d->specificTo.mpeg.coef.H21r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH21r[group];
+    h_ps_d->specificTo.mpeg.coef.H22r[group] += h_ps_d->specificTo.mpeg.coef.DeltaH22r[group];
+
+    for ( subband = groupBorders20[group]; subband < groupBorders20[group + 1]; subband++ )
+    {
+      tmpLeft  = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H11r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRightReal[subband]);
+      tmpRight = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H12r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRightReal[subband]);
+      HybrLeftReal [subband] = tmpLeft;
+      HybrRightReal[subband] = tmpRight;
+
+      tmpLeft  = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H11r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRightImag[subband]);
+      tmpRight = fMultAdd( fMultDiv2(h_ps_d->specificTo.mpeg.coef.H12r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRightImag[subband]);
+      HybrLeftImag [subband] = tmpLeft;
+      HybrRightImag[subband] = tmpRight;
+
+    } /* subband */
+  }
+}
+
+
+/***************************************************************************/
+/*!
+  \brief  Applies IID, ICC, IPD and OPD parameters to the current frame.
+
+  \return none
+
+****************************************************************************/
+void
+ApplyPsSlot( HANDLE_PS_DEC h_ps_d,         /*!< handle PS_DEC*/
+             FIXP_DBL  **rIntBufferLeft,   /*!< real bands left qmf channel (38x64)  */
+             FIXP_DBL  **iIntBufferLeft,   /*!< imag bands left qmf channel (38x64)  */
+             FIXP_DBL  *rIntBufferRight,   /*!< real bands right qmf channel (38x64) */
+             FIXP_DBL  *iIntBufferRight    /*!< imag bands right qmf channel (38x64) */
+           )
+{
+
+  /*!
+  The 64-band QMF representation of the monaural signal generated by the SBR tool
+  is used as input of the PS tool. After the PS processing, the outputs of the left
+  and right hybrid synthesis filterbanks are used to generate the stereo output
+  signal.
+
+  <pre>
+
+             -------------            ----------            -------------
+            | Hybrid      | M_n[k,m] |          | L_n[k,m] | Hybrid      | l[n]
+   m[n] --->| analysis    |--------->|          |--------->| synthesis   |----->
+            | filter bank |          |          |          | filter bank |
+             -------------           | Stereo   |           -------------
+                   |                 | recon-   |
+                   |                 | stuction |
+                  \|/                |          |
+             -------------           |          |
+            | De-         | D_n[k,m] |          |
+            | correlation |--------->|          |
+             -------------           |          |           -------------
+                                     |          | R_n[k,m] | Hybrid      | r[n]
+                                     |          |--------->| synthesis   |----->
+   IID, ICC ------------------------>|          |          | filter bank |
+  (IPD, OPD)                          ----------            -------------
+
+  m[n]:      QMF represantation of the mono input
+  M_n[k,m]:  (sub-)sub-band domain signals of the mono input
+  D_n[k,m]:  decorrelated (sub-)sub-band domain signals
+  L_n[k,m]:  (sub-)sub-band domain signals of the left output
+  R_n[k,m]:  (sub-)sub-band domain signals of the right output
+  l[n],r[n]: left/right output signals
+
+  </pre>
+  */
+
+  /* get temporary hybrid qmf values of one timeslot */
+  C_ALLOC_SCRATCH_START(hybridRealLeft, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_START(hybridImagLeft, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_START(hybridRealRight, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_START(hybridImagRight, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+
+  SCHAR sf_IntBuffer     = h_ps_d->sf_IntBuffer;
+
+  /* clear workbuffer */
+  FDKmemclear(hybridRealLeft,  NO_SUB_QMF_CHANNELS*sizeof(FIXP_DBL));
+  FDKmemclear(hybridImagLeft,  NO_SUB_QMF_CHANNELS*sizeof(FIXP_DBL));
+  FDKmemclear(hybridRealRight, NO_SUB_QMF_CHANNELS*sizeof(FIXP_DBL));
+  FDKmemclear(hybridImagRight, NO_SUB_QMF_CHANNELS*sizeof(FIXP_DBL));
+
+
+  /*!
+  Hybrid analysis filterbank:
+  The lower 3 (5) of the 64 QMF subbands are further split to provide better frequency resolution.
+  for PS processing.
+  For the 10 and 20 stereo bands configuration, the QMF band H_0(w) is split
+  up into 8 (sub-) sub-bands and the QMF bands H_1(w) and H_2(w) are spit into 2 (sub-)
+  4th. (See figures 8.20 and 8.22 of ISO/IEC 14496-3:2001/FDAM 2:2004(E) )
+  */
+
+
+  if (h_ps_d->procFrameBased == 1)    /* If we have switched from frame to slot based processing  */
+  {                                   /* fill hybrid delay buffer.                                */
+    h_ps_d->procFrameBased = 0;
+
+    fillHybridDelayLine( rIntBufferLeft,
+                         iIntBufferLeft,
+                         hybridRealLeft,
+                         hybridImagLeft,
+                         hybridRealRight,
+                         hybridImagRight,
+                        &h_ps_d->specificTo.mpeg.hybrid );
+  }
+
+  slotBasedHybridAnalysis ( rIntBufferLeft[HYBRID_FILTER_DELAY], /* qmf filterbank values                         */
+                            iIntBufferLeft[HYBRID_FILTER_DELAY], /* qmf filterbank values                         */
+                            hybridRealLeft,                      /* hybrid filterbank values                      */
+                            hybridImagLeft,                      /* hybrid filterbank values                      */
+                           &h_ps_d->specificTo.mpeg.hybrid);          /* hybrid filterbank handle                      */
+
+
+  SCHAR hybridScal = h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer;
+
+
+  /*!
+  Decorrelation:
+  By means of all-pass filtering and delaying, the (sub-)sub-band samples s_k(n) are
+  converted into de-correlated (sub-)sub-band samples d_k(n).
+  - k: frequency in hybrid spectrum
+  - n: time index
+  */
+
+  deCorrelateSlotBased( h_ps_d,              /* parametric stereo decoder handle       */
+                        hybridRealLeft,      /* left hybrid time slot                  */
+                        hybridImagLeft,
+                        hybridScal,      /* scale factor of left hybrid time slot  */
+                        rIntBufferLeft[0],   /* left qmf time slot                     */
+                        iIntBufferLeft[0],
+                        sf_IntBuffer,        /* scale factor of left and right qmf time slot */
+                        hybridRealRight,     /* right hybrid time slot                 */
+                        hybridImagRight,
+                        rIntBufferRight,     /* right qmf time slot                    */
+                        iIntBufferRight );
+
+
+
+  /*!
+  Stereo Processing:
+  The sets of (sub-)sub-band samples s_k(n) and d_k(n) are processed according to
+  the stereo cues which are defined per stereo band.
+  */
+
+
+  applySlotBasedRotation( h_ps_d,            /* parametric stereo decoder handle       */
+                          hybridRealLeft,    /* left hybrid time slot                  */
+                          hybridImagLeft,
+                          rIntBufferLeft[0], /* left qmf time slot                     */
+                          iIntBufferLeft[0],
+                          hybridRealRight,   /* right hybrid time slot                 */
+                          hybridImagRight,
+                          rIntBufferRight,   /* right qmf time slot                    */
+                          iIntBufferRight );
+
+
+
+
+  /*!
+  Hybrid synthesis filterbank:
+  The stereo processed hybrid subband signals l_k(n) and r_k(n) are fed into the hybrid synthesis
+  filterbanks which are identical to the 64 complex synthesis filterbank of the SBR tool. The
+  input to the filterbank are slots of 64 QMF samples. For each slot the filterbank outputs one
+  block of 64 samples of one reconstructed stereo channel. The hybrid synthesis filterbank is
+  computed seperatly for the left and right channel.
+  */
+
+
+  /* left channel */
+  slotBasedHybridSynthesis ( hybridRealLeft,         /* one timeslot of hybrid filterbank values */
+                             hybridImagLeft,
+                             rIntBufferLeft[0],      /* one timeslot of qmf filterbank values    */
+                             iIntBufferLeft[0],
+                            &h_ps_d->specificTo.mpeg.hybrid );      /* hybrid filterbank handle                 */
+
+  /* right channel */
+  slotBasedHybridSynthesis ( hybridRealRight,        /* one timeslot of hybrid filterbank values */
+                             hybridImagRight,
+                             rIntBufferRight,        /* one timeslot of qmf filterbank values    */
+                             iIntBufferRight,
+                            &h_ps_d->specificTo.mpeg.hybrid );      /* hybrid filterbank handle                 */
+
+
+
+
+
+
+
+  /* free temporary hybrid qmf values of one timeslot */
+  C_ALLOC_SCRATCH_END(hybridImagRight, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_END(hybridRealRight, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_END(hybridImagLeft, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+  C_ALLOC_SCRATCH_END(hybridRealLeft, FIXP_DBL, NO_SUB_QMF_CHANNELS);
+
+}/* END ApplyPsSlot */
+
+
+/***************************************************************************/
+/*!
+
+  \brief  assigns timeslots to an array
+
+  \return
+
+****************************************************************************/
+
+static void assignTimeSlotsPS (FIXP_DBL *bufAdr,
+                               FIXP_DBL **bufPtr,
+                               const int numSlots,
+                               const int numChan)
+{
+  FIXP_DBL  *ptr;
+  int slot;
+  ptr = bufAdr;
+  for(slot=0; slot < numSlots; slot++) {
+   bufPtr [slot] = ptr;
+    ptr += numChan;
+  }
+}
+
diff --git a/libSBRdec/src/psdec.h b/libSBRdec/src/psdec.h
new file mode 100644 (file)
index 0000000..3dbc76d
--- /dev/null
@@ -0,0 +1,352 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Sbr decoder  
+*/
+#ifndef __PSDEC_H
+#define __PSDEC_H
+
+#include "sbrdecoder.h"
+
+
+
+/* This PS decoder implements the baseline version. So it always uses the     */
+/* hybrid filter structure for 20 stereo bands and does not implemet IPD/OPD  */
+/* synthesis. The baseline version has to support the complete PS bitstream   */
+/* syntax. But IPD/OPD data is ignored and set to 0. If 34 stereo band config */
+/* is used in the bitstream for IIS/ICC the decoded parameters are mapped to  */
+/* 20 stereo bands.                                                           */
+
+
+#include "FDK_bitstream.h"
+
+#include "psdec_hybrid.h"
+
+#define SCAL_HEADROOM                     ( 2 )
+
+#define PS_EXTENSION_SIZE_BITS            ( 4 )
+#define PS_EXTENSION_ESC_COUNT_BITS       ( 8 )
+
+#define NO_QMF_CHANNELS                   ( 64 )
+#define MAX_NUM_COL                       ( 32 )
+
+
+  #define NO_QMF_BANDS_HYBRID20           ( 3  )
+  #define NO_SUB_QMF_CHANNELS             ( 12 )
+
+  #define NRG_INT_COEFF                   ( 0.75f )
+  #define INT_FILTER_COEFF                (FL2FXCONST_DBL( 1.0f - NRG_INT_COEFF ))
+  #define PEAK_DECAY_FACTOR               (FL2FXCONST_DBL( 0.765928338364649f ))
+  #define TRANSIENT_IMPACT_FACTOR         (FL2FXCONST_DBL( 2.0 / 3.0 ))
+
+  #define NO_SERIAL_ALLPASS_LINKS         ( 3 )
+  #define MAX_NO_PS_ENV                   ( 4 + 1 )   /* +1 needed for VAR_BORDER */
+
+  #define MAX_DELAY_BUFFER_SIZE           ( 14 )
+  #define NO_DELAY_BUFFER_BANDS           ( 35 )
+
+  #define NO_HI_RES_BINS                  ( 34 )
+  #define NO_MID_RES_BINS                 ( 20 )
+  #define NO_LOW_RES_BINS                 ( 10 )
+
+  #define FIRST_DELAY_SB                  ( 23 )
+  #define NO_SAMPLE_DELAY_ALLPASS         ( 2 )
+  #define NO_DELAY_LENGTH_VECTORS         ( 12 )     /* d(m): d(0)=3 + d(1)=4 + d(2)=5 */
+
+  #define NO_HI_RES_IID_BINS              ( NO_HI_RES_BINS )
+  #define NO_HI_RES_ICC_BINS              ( NO_HI_RES_BINS )
+
+  #define NO_MID_RES_IID_BINS             ( NO_MID_RES_BINS )
+  #define NO_MID_RES_ICC_BINS             ( NO_MID_RES_BINS )
+
+  #define NO_LOW_RES_IID_BINS             ( NO_LOW_RES_BINS )
+  #define NO_LOW_RES_ICC_BINS             ( NO_LOW_RES_BINS )
+
+  #define SUBQMF_GROUPS                   ( 10 )
+  #define QMF_GROUPS                      ( 12 )
+
+  #define SUBQMF_GROUPS_HI_RES            ( 32 )
+  #define QMF_GROUPS_HI_RES               ( 18 )
+
+  #define NO_IID_GROUPS                   ( SUBQMF_GROUPS + QMF_GROUPS )
+  #define NO_IID_GROUPS_HI_RES            ( SUBQMF_GROUPS_HI_RES + QMF_GROUPS_HI_RES )
+
+  #define NO_IID_STEPS                    ( 7 )  /* 1 .. + 7 */
+  #define NO_IID_STEPS_FINE               ( 15 ) /* 1 .. +15 */
+  #define NO_ICC_STEPS                    ( 8 )  /* 0 .. + 7 */
+
+  #define NO_IID_LEVELS                   ( 2 * NO_IID_STEPS + 1 )      /* - 7 ..  + 7 */
+  #define NO_IID_LEVELS_FINE              ( 2 * NO_IID_STEPS_FINE + 1 ) /* -15 ..  +15 */
+  #define NO_ICC_LEVELS                   ( NO_ICC_STEPS )              /*   0 ..  + 7 */
+
+  #define FIXP_SQRT05                     ((FIXP_DBL)0x5a827980) /* 1/SQRT2 */
+
+  struct PS_DEC_COEFFICIENTS {
+
+    FIXP_DBL H11r[NO_IID_GROUPS];                       /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL H12r[NO_IID_GROUPS];                       /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL H21r[NO_IID_GROUPS];                       /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL H22r[NO_IID_GROUPS];                       /*!< coefficients of the sub-subband groups                               */
+
+    FIXP_DBL DeltaH11r[NO_IID_GROUPS];                  /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL DeltaH12r[NO_IID_GROUPS];                  /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL DeltaH21r[NO_IID_GROUPS];                  /*!< coefficients of the sub-subband groups                               */
+    FIXP_DBL DeltaH22r[NO_IID_GROUPS];                  /*!< coefficients of the sub-subband groups                               */
+
+    SCHAR aaIidIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS];       /*!< The mapped IID index for all envelopes and all IID bins */
+    SCHAR aaIccIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS];       /*!< The mapped ICC index for all envelopes and all ICC bins */
+
+  };
+
+
+
+
+typedef enum {
+  ppt_none = 0,
+  ppt_mpeg = 1,
+  ppt_drm  = 2
+} PS_PAYLOAD_TYPE;
+
+
+typedef struct {
+  UCHAR bPsHeaderValid;                                      /*!< set if new header is available from bitstream                 */
+
+  UCHAR bEnableIid;                                          /*!< One bit denoting the presence of IID parameters               */
+  UCHAR bEnableIcc;                                          /*!< One bit denoting the presence of ICC parameters               */
+  UCHAR bEnableExt;                                          /*!< The PS extension layer is enabled using the enable_ext bit.
+                                                                  If it is set to %1 the IPD and OPD parameters are sent.
+                                                                  If it is disabled, i.e. %0, the extension layer is skipped.   */
+
+  UCHAR modeIid;                                             /*!< The configuration of IID parameters (number of bands and
+                                                                  quantisation grid, iid_quant) is determined by iid_mode.      */
+  UCHAR modeIcc;                                             /*!< The configuration of Inter-channel Coherence parameters
+                                                                  (number of bands and quantisation grid) is determined by
+                                                                  icc_mode.                                                     */
+
+  UCHAR freqResIid;                                          /*!< 0=low, 1=mid or 2=high frequency resolution for iid           */
+  UCHAR freqResIcc;                                          /*!< 0=low, 1=mid or 2=high frequency resolution for icc           */
+
+  UCHAR bFineIidQ;                                           /*!< Use fine Iid quantisation.                                    */
+
+  UCHAR bFrameClass;                                         /*!< The frame_class bit determines whether the parameter
+                                                                  positions of the current frame are uniformly spaced
+                                                                  accross the frame or they are defined using the positions
+                                                                  described by border_position.                                 */
+
+  UCHAR noEnv;                                               /*!< The number of envelopes per frame                             */
+  UCHAR aEnvStartStop[MAX_NO_PS_ENV+1];                      /*!< In case of variable parameter spacing the parameter
+                                                                  positions are determined by border_position                   */
+
+  SCHAR abIidDtFlag[MAX_NO_PS_ENV];                                /*!< Deltacoding time/freq flag for IID, 0 => freq           */
+  SCHAR abIccDtFlag[MAX_NO_PS_ENV];                                /*!< Deltacoding time/freq flag for ICC, 0 => freq           */
+
+  SCHAR aaIidIndex[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS];             /*!< The IID index for all envelopes and all IID bins        */
+  SCHAR aaIccIndex[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS];             /*!< The ICC index for all envelopes and all ICC bins        */
+
+} MPEG_PS_BS_DATA;
+
+
+
+struct PS_DEC {
+
+  SCHAR noSubSamples;
+  SCHAR noChannels;
+
+  SCHAR procFrameBased;                                      /*!< Helper to detected switching from frame based to slot based
+                                                                  processing                                                    */
+
+  PS_PAYLOAD_TYPE bPsDataAvail[(1)+1];   /*!< set if new data available from bitstream                      */
+  UCHAR psDecodedPrv;                                        /*!< set if PS has been processed in the last frame                */
+
+  /* helpers for frame delay line */
+  UCHAR bsLastSlot;                                          /*!< Index of last read slot.                                      */
+  UCHAR bsReadSlot;                                          /*!< Index of current read slot for additional delay.              */
+  UCHAR processSlot;                                         /*!< Index of current slot for processing (need for add. delay).   */
+
+
+  INT  rescal;
+  INT  sf_IntBuffer;
+
+  union {  /* Bitstream data */
+    MPEG_PS_BS_DATA  mpeg;                                   /*!< Struct containing all MPEG specific PS data from bitstream.   */
+  } bsData[(1)+1];
+
+  shouldBeUnion {  /* Static data */
+    struct {
+      SCHAR aIidPrevFrameIndex[NO_HI_RES_IID_BINS];          /*!< The IID index for previous frame                              */
+      SCHAR aIccPrevFrameIndex[NO_HI_RES_ICC_BINS];          /*!< The ICC index for previous frame                              */
+
+      UCHAR delayBufIndex;                                         /*!< Pointer to where the latest sample is in buffer         */
+      UCHAR noSampleDelay;                                         /*!< How many QMF samples delay is used.                     */
+      UCHAR lastUsb;                                               /*!< uppermost WMF delay band of last frame                  */
+
+      UCHAR aDelayRBufIndexSer[NO_SERIAL_ALLPASS_LINKS];             /*!< Delay buffer for reverb filter                        */
+      UCHAR aDelayBufIndexDelayQmf[NO_QMF_CHANNELS-FIRST_DELAY_SB];  /*!< Delay buffer for ICC group 20 & 21                    */
+
+      SCHAR scaleFactorPsDelayBuffer;                                /*!< Scale factor for ps delay buffer                      */
+
+      /* hybrid filter bank delay lines */
+      FIXP_DBL aaQmfDelayBufReal[(NO_QMF_CHANNELS-FIRST_DELAY_SB) + (MAX_DELAY_BUFFER_SIZE-1)*(NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB)];
+      FIXP_DBL aaQmfDelayBufImag[(NO_QMF_CHANNELS-FIRST_DELAY_SB) + (MAX_DELAY_BUFFER_SIZE-1)*(NO_DELAY_BUFFER_BANDS-FIRST_DELAY_SB)];
+
+      FIXP_DBL *pAaRealDelayBufferQmf[MAX_DELAY_BUFFER_SIZE];          /*!< Real part delay buffer                                  */
+      FIXP_DBL *pAaImagDelayBufferQmf[MAX_DELAY_BUFFER_SIZE];          /*!< Imaginary part delay buffer                             */
+
+      FIXP_DBL aaRealDelayBufferQmf[NO_SAMPLE_DELAY_ALLPASS][FIRST_DELAY_SB]; /*!< Real part delay buffer     */
+      FIXP_DBL aaImagDelayBufferQmf[NO_SAMPLE_DELAY_ALLPASS][FIRST_DELAY_SB]; /*!< Imaginary part delay buffer*/
+
+      FIXP_DBL aaRealDelayBufferSubQmf[NO_SAMPLE_DELAY_ALLPASS][NO_SUB_QMF_CHANNELS];          /*!< Real part delay buffer          */
+      FIXP_DBL aaImagDelayBufferSubQmf[NO_SAMPLE_DELAY_ALLPASS][NO_SUB_QMF_CHANNELS];          /*!< Imaginary part delay buffer     */
+
+      FIXP_DBL aaaRealDelayRBufferSerQmf[FIRST_DELAY_SB][NO_DELAY_LENGTH_VECTORS];             /*!< Real part delay buffer          */
+      FIXP_DBL aaaImagDelayRBufferSerQmf[FIRST_DELAY_SB][NO_DELAY_LENGTH_VECTORS];             /*!< Imaginary part delay buffer     */
+
+      FIXP_DBL aaaRealDelayRBufferSerSubQmf[NO_SUB_QMF_CHANNELS][NO_DELAY_LENGTH_VECTORS];     /*!< Real part delay buffer          */
+      FIXP_DBL aaaImagDelayRBufferSerSubQmf[NO_SUB_QMF_CHANNELS][NO_DELAY_LENGTH_VECTORS];     /*!< Imaginary part delay buffer     */
+
+      HYBRID hybrid;                                      /*!< hybrid filter bank struct 1 or 2.                          */
+
+      FIXP_DBL aPrevNrgBin[NO_MID_RES_BINS];              /*!< energy of previous frame                                             */
+      FIXP_DBL aPrevPeakDiffBin[NO_MID_RES_BINS];         /*!< peak difference of previous frame                                    */
+      FIXP_DBL aPeakDecayFastBin[NO_MID_RES_BINS];        /*!< Saved max. peak decay value per bin                                  */
+      SCHAR aPowerPrevScal[NO_MID_RES_BINS];              /*!< Last power value (each bin) of previous frame                        */
+
+      FIXP_DBL h11rPrev[NO_IID_GROUPS];                   /*!< previous calculated h(xy) coefficients                               */
+      FIXP_DBL h12rPrev[NO_IID_GROUPS];                   /*!< previous calculated h(xy) coefficients                               */
+      FIXP_DBL h21rPrev[NO_IID_GROUPS];                   /*!< previous calculated h(xy) coefficients                               */
+      FIXP_DBL h22rPrev[NO_IID_GROUPS];                   /*!< previous calculated h(xy) coefficients                               */
+
+      PS_DEC_COEFFICIENTS  coef;                         /*!< temporal coefficients (reusable scratch memory)                 */
+
+    } mpeg;
+
+  } specificTo;
+
+
+};
+
+typedef struct PS_DEC *HANDLE_PS_DEC;
+
+
+int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);
+
+int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC);
+
+void
+scalFilterBankValues( HANDLE_PS_DEC   h_ps_d,                        /* parametric stereo decoder handle     */
+                      FIXP_DBL      **fixpQmfReal,                   /* qmf filterbank values                */
+                      FIXP_DBL      **fixpQmfImag,                   /* qmf filterbank values                */
+                      int             lsb,                           /* sbr start subband                    */
+                      int             scaleFactorLowBandSplitLow,
+                      int             scaleFactorLowBandSplitHigh,
+                      SCHAR          *scaleFactorLowBand_lb,
+                      SCHAR          *scaleFactorLowBand_hb,
+                      int             scaleFactorHighBands,
+                      INT            *scaleFactorHighBand,
+                      INT             noCols);
+
+void
+rescalFilterBankValues( HANDLE_PS_DEC   h_ps_d,                      /* parametric stereo decoder handle     */
+                        FIXP_DBL      **QmfBufferReal,               /* qmf filterbank values                */
+                        FIXP_DBL      **QmfBufferImag,               /* qmf filterbank values                */
+                        int             lsb,                         /* sbr start subband                    */
+                        INT             noCols);
+
+
+void
+initSlotBasedRotation( HANDLE_PS_DEC h_ps_d,
+                       int env,
+                       int usb);
+
+void
+ApplyPsSlot( HANDLE_PS_DEC h_ps_d,            /* parametric stereo decoder handle    */
+             FIXP_DBL **rIntBufferLeft,       /* real values of left qmf timeslot    */
+             FIXP_DBL **iIntBufferLeft,       /* imag values of left qmf timeslot    */
+             FIXP_DBL *rIntBufferRight,       /* real values of right qmf timeslot   */
+             FIXP_DBL *iIntBufferRight);      /* imag values of right qmf timeslot   */
+
+
+
+#endif  /* __PSDEC_H */
diff --git a/libSBRdec/src/psdec_hybrid.cpp b/libSBRdec/src/psdec_hybrid.cpp
new file mode 100644 (file)
index 0000000..cbd0e92
--- /dev/null
@@ -0,0 +1,652 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "psdec_hybrid.h"
+
+
+#include "fft.h"
+#include "sbr_ram.h"
+
+#include "FDK_tools_rom.h"
+#include "sbr_rom.h"
+
+/*******************************************************************************
+ Functionname:  InitHybridFilterBank
+ *******************************************************************************
+
+ Description:   Init one instance of HANDLE_HYBRID stuct
+
+ Arguments:
+
+ Return:        none
+
+*******************************************************************************/
+
+
+SBR_ERROR
+InitHybridFilterBank ( HANDLE_HYBRID hs,          /*!< Handle to HYBRID struct. */
+                       SCHAR frameSize,           /*!< Framesize (in Qmf súbband samples). */
+                       SCHAR noBands,             /*!< Number of Qmf bands for hybrid filtering. */
+                       const UCHAR *pResolution ) /*!< Resolution in Qmf bands (length noBands). */
+{
+  SCHAR i;
+  UCHAR maxNoChannels = 0;
+
+  for (i = 0; i < noBands; i++) {
+    hs->pResolution[i] = pResolution[i];
+    if(pResolution[i] > maxNoChannels)
+      maxNoChannels = pResolution[i];
+  }
+
+  hs->nQmfBands     = noBands;
+  hs->frameSize     = frameSize;
+  hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1;
+
+  hs->sf_mQmfBuffer = 0;
+
+  return SBRDEC_OK;
+}
+
+/*******************************************************************************
+ Functionname:  dualChannelFiltering
+ *******************************************************************************
+
+ Description:   fast 2-channel real-valued filtering with 6-tap delay.
+
+ Arguments:
+
+ Return:        none
+
+*******************************************************************************/
+
+/*!
+2 channel filter
+<pre>
+   Filter Coefs:
+   0.0,
+   0.01899487526049,
+   0.0,
+   -0.07293139167538,
+   0.0,
+   0.30596630545168,
+   0.5,
+   0.30596630545168,
+   0.0,
+   -0.07293139167538,
+   0.0,
+   0.01899487526049,
+   0.0
+
+
+   Filter design:
+   h[q,n] = g[n] * cos(2pi/2 * q * (n-6) );  n = 0..12,  q = 0,1;
+
+   ->  h[0,n] = g[n] * 1;
+   ->  h[1,n] = g[n] * pow(-1,n);
+</pre>
+*/
+
+static void slotBasedDualChannelFiltering( const FIXP_DBL *pQmfReal,
+                                           const FIXP_DBL *pQmfImag,
+
+                                           FIXP_DBL       *mHybridReal,
+                                           FIXP_DBL       *mHybridImag)
+{
+
+  FIXP_DBL  t1, t3, t5, t6;
+
+  /* symmetric filter coefficients */
+
+  /*  you don't have to shift the result after fMult because of p2_13_20 <= 0.5 */
+  t1 = fMultDiv2(p2_13_20[1] , ( (pQmfReal[1] >> 1) + (pQmfReal[11] >> 1)));
+  t3 = fMultDiv2(p2_13_20[3] , ( (pQmfReal[3] >> 1) + (pQmfReal[ 9] >> 1)));
+  t5 = fMultDiv2(p2_13_20[5] , ( (pQmfReal[5] >> 1) + (pQmfReal[ 7] >> 1)));
+  t6 = fMultDiv2(p2_13_20[6] ,   (pQmfReal[6] >> 1) );
+
+  mHybridReal[0] = (t1 + t3 + t5 + t6) << 2;
+  mHybridReal[1] = (- t1 - t3 - t5 + t6) << 2;
+
+  t1 = fMultDiv2(p2_13_20[1] , ( (pQmfImag[1] >> 1) + (pQmfImag[11] >> 1)));
+  t3 = fMultDiv2(p2_13_20[3] , ( (pQmfImag[3] >> 1) + (pQmfImag[ 9] >> 1)));
+  t5 = fMultDiv2(p2_13_20[5] , ( (pQmfImag[5] >> 1) + (pQmfImag[ 7] >> 1)));
+  t6 = fMultDiv2(p2_13_20[6] ,    pQmfImag[6] >> 1 );
+
+  mHybridImag[0] = (t1 + t3 + t5 + t6) << 2;
+  mHybridImag[1] = (- t1 - t3 - t5 + t6) << 2;
+}
+
+
+/*******************************************************************************
+ Functionname:  eightChannelFiltering
+ *******************************************************************************
+
+ Description:   fast 8-channel complex-valued filtering with 6-tap delay.
+
+ Arguments:
+
+ Return:        none
+
+*******************************************************************************/
+/*!
+   8 channel filter
+
+   Implementation using a FFT of length 8
+<pre>
+   prototype filter coefficients:
+   0.00746082949812   0.02270420949825   0.04546865930473   0.07266113929591   0.09885108575264   0.11793710567217
+   0.125
+   0.11793710567217   0.09885108575264   0.07266113929591   0.04546865930473   0.02270420949825   0.00746082949812
+
+   Filter design:
+   N = 13; Q = 8;
+   h[q,n]       = g[n] * exp(j * 2 * pi / Q * (q + .5) * (n - 6));  n = 0..(N-1),  q = 0..(Q-1);
+
+   Time Signal:   x[t];
+   Filter Bank Output
+   y[q,t] = conv(x[t],h[q,t]) = conv(h[q,t],x[t]) = sum(x[k] * h[q, t - k] ) = sum(h[q, k] * x[t - k] ); k = 0..(N-1);
+
+   y[q,t] =   x[t - 12]*h[q, 12]  +  x[t - 11]*h[q, 11]  +  x[t - 10]*h[q, 10]  +  x[t -  9]*h[q,  9]
+           +  x[t -  8]*h[q,  8]  +  x[t -  7]*h[q,  7]
+           +  x[t -  6]*h[q,  6]
+           +  x[t -  5]*h[q,  5]  +  x[t -  4]*h[q,  4]
+           +  x[t -  3]*h[q,  3]  +  x[t -  2]*h[q,  2]  +  x[t -  1]*h[q,  1]  +  x[t -  0]*h[q,  0];
+
+   h'[q, n] = h[q,(N-1)-n] = g[n] * exp(j * 2 * pi / Q * (q + .5) * (6 - n));  n = 0..(N-1),  q = 0..(Q-1);
+
+   y[q,t] =   x[t - 12]*h'[q,  0]  +  x[t - 11]*h'[q,  1]  +  x[t - 10]*h'[q,  2]  +  x[t -  9]*h'[q,  3]
+           +  x[t -  8]*h'[q,  4]  +  x[t -  7]*h'[q,  5]
+           +  x[t -  6]*h'[q,  6]
+           +  x[t -  5]*h'[q,  7]  +  x[t -  4]*h'[q,  8]
+           +  x[t -  3]*h'[q,  9]  +  x[t -  2]*h'[q, 10]  +  x[t -  1]*h'[q, 11]  +  x[t -  0]*h'[q, 12];
+
+   Try to split off FFT Modulation Term:
+   FFT(x[t], q) = sum(x[t+k]*exp(-j*2*pi/N *q * k))
+                                           c                                           m
+   Step 1:  h'[q,n] = g[n] * ( exp(j * 2 * pi / 8 * .5 * (6 - n)) ) * ( exp (j * 2 * pi / 8 * q * (6 - n)) );
+
+    h'[q,n] = g[n] *c[n] * m[q,n]; (see above)
+    c[n]    = exp( j * 2 * pi / 8 * .5 * (6 - n) );
+    m[q,n]  = exp( j * 2 * pi / 8 *  q * (6 - n) );
+
+    y[q,t] = x[t -  0]*g[0]*c[0]*m[q,0]  +  x[t -  1]*g[1]*c[ 1]*m[q, 1]  + ...
+             ...                         +  x[t - 12]*g[2]*c[12]*m[q,12];
+
+                                                                              |
+    n                   m                            *exp(-j*2*pi)            |   n'                   fft
+-------------------------------------------------------------------------------------------------------------------------
+    0       exp( j * 2 * pi / 8 * q * 6) ->  exp(-j * 2 * pi / 8 * q * 2)     |   2         exp(-j * 2 * pi / 8 * q * 0)
+    1       exp( j * 2 * pi / 8 * q * 5) ->  exp(-j * 2 * pi / 8 * q * 3)     |   3         exp(-j * 2 * pi / 8 * q * 1)
+    2       exp( j * 2 * pi / 8 * q * 4) ->  exp(-j * 2 * pi / 8 * q * 4)     |   4         exp(-j * 2 * pi / 8 * q * 2)
+    3       exp( j * 2 * pi / 8 * q * 3) ->  exp(-j * 2 * pi / 8 * q * 5)     |   5         exp(-j * 2 * pi / 8 * q * 3)
+    4       exp( j * 2 * pi / 8 * q * 2) ->  exp(-j * 2 * pi / 8 * q * 6)     |   6         exp(-j * 2 * pi / 8 * q * 4)
+    5       exp( j * 2 * pi / 8 * q * 1) ->  exp(-j * 2 * pi / 8 * q * 7)     |   7         exp(-j * 2 * pi / 8 * q * 5)
+    6       exp( j * 2 * pi / 8 * q * 0)                                      |   0         exp(-j * 2 * pi / 8 * q * 6)
+    7       exp(-j * 2 * pi / 8 * q * 1)                                      |   1         exp(-j * 2 * pi / 8 * q * 7)
+    8       exp(-j * 2 * pi / 8 * q * 2)                                      |   2
+    9       exp(-j * 2 * pi / 8 * q * 3)                                      |   3
+    10      exp(-j * 2 * pi / 8 * q * 4)                                      |   4
+    11      exp(-j * 2 * pi / 8 * q * 5)                                      |   5
+    12      exp(-j * 2 * pi / 8 * q * 6)                                      |   6
+
+
+    now use fft modulation coefficients
+    m[6]  =       = fft[0]
+    m[7]  =       = fft[1]
+    m[8]  = m[ 0] = fft[2]
+    m[9]  = m[ 1] = fft[3]
+    m[10] = m[ 2] = fft[4]
+    m[11] = m[ 3] = fft[5]
+    m[12] = m[ 4] = fft[6]
+            m[ 5] = fft[7]
+
+    y[q,t] = (                       x[t- 6]*g[ 6]*c[ 6] ) * fft[q,0]  +
+             (                       x[t- 7]*g[ 7]*c[ 7] ) * fft[q,1]  +
+             ( x[t- 0]*g[ 0]*c[ 0] + x[t- 8]*g[ 8]*c[ 8] ) * fft[q,2]  +
+             ( x[t- 1]*g[ 1]*c[ 1] + x[t- 9]*g[ 9]*c[ 9] ) * fft[q,3]  +
+             ( x[t- 2]*g[ 2]*c[ 2] + x[t-10]*g[10]*c[10] ) * fft[q,4]  +
+             ( x[t- 3]*g[ 3]*c[ 3] + x[t-11]*g[11]*c[11] ) * fft[q,5]  +
+             ( x[t- 4]*g[ 4]*c[ 4] + x[t-12]*g[12]*c[12] ) * fft[q,6]  +
+             ( x[t- 5]*g[ 5]*c[ 5]                       ) * fft[q,7];
+
+    pre twiddle factors c[n] = exp(j * 2 * pi / 8 * .5 * (6 - n));
+    n                c]           |  n                c[n]         |  n                c[n]
+---------------------------------------------------------------------------------------------------
+    0       exp( j * 6 * pi / 8)  |  1       exp( j * 5 * pi / 8)  |  2       exp( j * 4 * pi / 8)
+    3       exp( j * 3 * pi / 8)  |  4       exp( j * 2 * pi / 8)  |  5       exp( j * 1 * pi / 8)
+    6       exp( j * 0 * pi / 8)  |  7       exp(-j * 1 * pi / 8)  |  8       exp(-j * 2 * pi / 8)
+    9       exp(-j * 3 * pi / 8)  | 10       exp(-j * 4 * pi / 8)  | 11       exp(-j * 5 * pi / 8)
+   12       exp(-j * 6 * pi / 8)  |                                |
+</pre>
+*/
+
+/* defining rotation factors for *ChannelFiltering */
+
+#define cos0Pi    FL2FXCONST_DBL( 1.f)
+#define sin0Pi    FL2FXCONST_DBL( 0.f)
+
+#define cos1Pi    FL2FXCONST_DBL(-1.f)
+#define sin1Pi    FL2FXCONST_DBL( 0.f)
+
+#define cos1Pi_2  FL2FXCONST_DBL( 0.f)
+#define sin1Pi_2  FL2FXCONST_DBL( 1.f)
+
+#define cos1Pi_3  FL2FXCONST_DBL( 0.5f)
+#define sin1Pi_3  FL2FXCONST_DBL( 0.86602540378444f)
+
+#define cos0Pi_4  cos0Pi
+#define cos1Pi_4  FL2FXCONST_DBL(0.70710678118655f)
+#define cos2Pi_4  cos1Pi_2
+#define cos3Pi_4  (-cos1Pi_4)
+#define cos4Pi_4  (-cos0Pi_4)
+#define cos5Pi_4  cos3Pi_4
+#define cos6Pi_4  cos2Pi_4
+
+#define sin0Pi_4  sin0Pi
+#define sin1Pi_4  FL2FXCONST_DBL(0.70710678118655f)
+#define sin2Pi_4  sin1Pi_2
+#define sin3Pi_4  sin1Pi_4
+#define sin4Pi_4  sin0Pi_4
+#define sin5Pi_4  (-sin3Pi_4)
+#define sin6Pi_4  (-sin2Pi_4)
+
+#define cos0Pi_8  cos0Pi
+#define cos1Pi_8  FL2FXCONST_DBL(0.92387953251129f)
+#define cos2Pi_8  cos1Pi_4
+#define cos3Pi_8  FL2FXCONST_DBL(0.38268343236509f)
+#define cos4Pi_8  cos2Pi_4
+#define cos5Pi_8  (-cos3Pi_8)
+#define cos6Pi_8  (-cos2Pi_8)
+
+#define sin0Pi_8  sin0Pi
+#define sin1Pi_8  cos3Pi_8
+#define sin2Pi_8  sin1Pi_4
+#define sin3Pi_8  cos1Pi_8
+#define sin4Pi_8  sin2Pi_4
+#define sin5Pi_8  sin3Pi_8
+#define sin6Pi_8  sin1Pi_4
+
+#if defined(ARCH_PREFER_MULT_32x16)
+  #define FIXP_HYB FIXP_SGL
+  #define FIXP_CAST FX_DBL2FX_SGL
+#else
+  #define FIXP_HYB FIXP_DBL
+  #define FIXP_CAST
+#endif
+
+static const FIXP_HYB  cr[13] =
+{
+   FIXP_CAST(cos6Pi_8), FIXP_CAST(cos5Pi_8), FIXP_CAST(cos4Pi_8),
+   FIXP_CAST(cos3Pi_8), FIXP_CAST(cos2Pi_8), FIXP_CAST(cos1Pi_8),
+   FIXP_CAST(cos0Pi_8),
+   FIXP_CAST(cos1Pi_8), FIXP_CAST(cos2Pi_8), FIXP_CAST(cos3Pi_8),
+   FIXP_CAST(cos4Pi_8), FIXP_CAST(cos5Pi_8), FIXP_CAST(cos6Pi_8)
+};
+
+static const FIXP_HYB  ci[13] =
+{
+   FIXP_CAST( sin6Pi_8), FIXP_CAST( sin5Pi_8), FIXP_CAST( sin4Pi_8),
+   FIXP_CAST( sin3Pi_8), FIXP_CAST( sin2Pi_8), FIXP_CAST( sin1Pi_8),
+   FIXP_CAST( sin0Pi_8) ,
+   FIXP_CAST(-sin1Pi_8), FIXP_CAST(-sin2Pi_8), FIXP_CAST(-sin3Pi_8),
+   FIXP_CAST(-sin4Pi_8), FIXP_CAST(-sin5Pi_8), FIXP_CAST(-sin6Pi_8)
+};
+
+static void slotBasedEightChannelFiltering( const FIXP_DBL *pQmfReal,
+                                            const FIXP_DBL *pQmfImag,
+
+                                            FIXP_DBL  *mHybridReal,
+                                            FIXP_DBL  *mHybridImag)
+{
+
+  int bin;
+  FIXP_DBL _fft[128 + ALIGNMENT_DEFAULT - 1];
+  FIXP_DBL *fft = (FIXP_DBL *)ALIGN_PTR(_fft);
+
+#if defined(ARCH_PREFER_MULT_32x16)
+  const FIXP_SGL *p = p8_13_20; /* BASELINE_PS */
+#else
+  const FIXP_DBL *p = p8_13_20; /* BASELINE_PS */
+#endif
+
+  /* pre twiddeling */
+
+  /*   x*(a*b + c*d) = fMultDiv2(x, fMultAddDiv2(fMultDiv2(a, b), c, d)) */
+  /*   x*(a*b - c*d) = fMultDiv2(x, fMultSubDiv2(fMultDiv2(a, b), c, d)) */
+  FIXP_DBL accu1, accu2, accu3, accu4;
+
+  #define TWIDDLE_1(n_0,n_1,n_2)                                                        \
+         cplxMultDiv2(&accu1, &accu2, pQmfReal[n_0], pQmfImag[n_0], cr[n_0], ci[n_0]);  \
+         accu1 = fMultDiv2(p[n_0], accu1);                                              \
+         accu2 = fMultDiv2(p[n_0], accu2);                                              \
+         cplxMultDiv2(&accu3, &accu4, pQmfReal[n_1], pQmfImag[n_1], cr[n_1], ci[n_1]);  \
+         accu3 = fMultDiv2(p[n_1], accu3);                                              \
+         accu4 = fMultDiv2(p[n_1], accu4);                                              \
+         fft[FIXP_FFT_IDX_R(n_2)] = accu1 + accu3;                                      \
+         fft[FIXP_FFT_IDX_I(n_2)] = accu2 + accu4;
+
+  #define TWIDDLE_0(n_0,n_1)                                                            \
+         cplxMultDiv2(&accu1, &accu2, pQmfReal[n_0], pQmfImag[n_0], cr[n_0], ci[n_0]);  \
+         fft[FIXP_FFT_IDX_R(n_1)] = fMultDiv2(p[n_0], accu1);                           \
+         fft[FIXP_FFT_IDX_I(n_1)] = fMultDiv2(p[n_0], accu2);
+
+  TWIDDLE_0( 6, 0)
+  TWIDDLE_0( 7, 1)
+
+  TWIDDLE_1( 0, 8, 2)
+  TWIDDLE_1( 1, 9, 3)
+  TWIDDLE_1( 2,10, 4)
+  TWIDDLE_1( 3,11, 5)
+  TWIDDLE_1( 4,12, 6)
+
+  TWIDDLE_0( 5, 7)
+
+  fft_8 (fft);
+
+  /* resort fft data into output array*/
+  for(bin=0; bin<8;bin++ ) {
+    mHybridReal[bin] = fft[FIXP_FFT_IDX_R(bin)] << 4;
+    mHybridImag[bin] = fft[FIXP_FFT_IDX_I(bin)] << 4;
+  }
+}
+
+
+/*******************************************************************************
+ Functionname:  fillHybridDelayLine
+ *******************************************************************************
+
+ Description:   The delay line of the hybrid filter is filled and copied from
+                left to right.
+
+ Return:        none
+
+*******************************************************************************/
+
+void
+fillHybridDelayLine( FIXP_DBL **fixpQmfReal,          /*!< Qmf real Values    */
+                     FIXP_DBL **fixpQmfImag,          /*!< Qmf imag Values    */
+                     FIXP_DBL   fixpHybridLeftR[12],  /*!< Hybrid real Values left channel  */
+                     FIXP_DBL   fixpHybridLeftI[12],  /*!< Hybrid imag Values left channel  */
+                     FIXP_DBL   fixpHybridRightR[12], /*!< Hybrid real Values right channel */
+                     FIXP_DBL   fixpHybridRightI[12], /*!< Hybrid imag Values right channel */
+                     HANDLE_HYBRID hHybrid )
+{
+  int i;
+
+  for (i = 0; i < HYBRID_FILTER_DELAY; i++) {
+    slotBasedHybridAnalysis ( fixpQmfReal[i],
+                              fixpQmfReal[i],
+                              fixpHybridLeftR,
+                              fixpHybridLeftI,
+                              hHybrid );
+  }
+
+  FDKmemcpy(fixpHybridRightR, fixpHybridLeftR, sizeof(FIXP_DBL)*NO_SUB_QMF_CHANNELS);
+  FDKmemcpy(fixpHybridRightI, fixpHybridLeftI, sizeof(FIXP_DBL)*NO_SUB_QMF_CHANNELS);
+}
+
+
+/*******************************************************************************
+ Functionname:  slotBasedHybridAnalysis
+ *******************************************************************************
+
+ Description:   The lower QMF subbands are further split to provide better
+                frequency resolution for PS processing.
+
+  Return:        none
+
+*******************************************************************************/
+
+
+void
+slotBasedHybridAnalysis ( FIXP_DBL *fixpQmfReal,      /*!< Qmf real Values */
+                          FIXP_DBL *fixpQmfImag,      /*!< Qmf imag Values */
+
+                          FIXP_DBL  fixpHybridReal[12],   /*!< Hybrid real Values */
+                          FIXP_DBL  fixpHybridImag[12],   /*!< Hybrid imag Values */
+
+                          HANDLE_HYBRID hHybrid)
+{
+  int  k, band;
+  HYBRID_RES hybridRes;
+  int  chOffset = 0;
+
+  C_ALLOC_SCRATCH_START(pTempRealSlot, FIXP_DBL, 4*HYBRID_FILTER_LENGTH);
+
+  FIXP_DBL *pTempImagSlot = pTempRealSlot + HYBRID_FILTER_LENGTH;
+  FIXP_DBL *pWorkRealSlot = pTempImagSlot + HYBRID_FILTER_LENGTH;
+  FIXP_DBL *pWorkImagSlot = pWorkRealSlot + HYBRID_FILTER_LENGTH;
+
+  /*!
+  Hybrid filtering is applied to the first hHybrid->nQmfBands QMF bands (3 when 10 or 20 stereo bands
+  are used, 5 when 34 stereo bands are used). For the remaining QMF bands a delay would be necessary.
+  But there is no need to implement a delay because there is a look-ahead of HYBRID_FILTER_DELAY = 6
+  QMF samples in the low-band buffer.
+  */
+
+  for(band = 0; band < hHybrid->nQmfBands; band++) {
+
+    /*  get hybrid resolution per qmf band                */
+    /*  in case of baseline ps 10/20 band stereo mode :   */
+    /*                                                    */
+    /*             qmfBand[0] : 8 ( HYBRID_8_CPLX )       */
+    /*             qmfBand[1] : 2 ( HYBRID_2_REAL )       */
+    /*             qmfBand[2] : 2 ( HYBRID_2_REAL )       */
+    /*                                                    */
+    /*  (split the 3 lower qmf band to 12 hybrid bands)   */
+
+    hybridRes = (HYBRID_RES)hHybrid->pResolution[band];
+
+    FDKmemcpy(pWorkRealSlot, hHybrid->mQmfBufferRealSlot[band], hHybrid->qmfBufferMove * sizeof(FIXP_DBL));
+    FDKmemcpy(pWorkImagSlot, hHybrid->mQmfBufferImagSlot[band], hHybrid->qmfBufferMove * sizeof(FIXP_DBL));
+
+    pWorkRealSlot[hHybrid->qmfBufferMove] = fixpQmfReal[band];
+    pWorkImagSlot[hHybrid->qmfBufferMove] = fixpQmfImag[band];
+
+    FDKmemcpy(hHybrid->mQmfBufferRealSlot[band], pWorkRealSlot + 1, hHybrid->qmfBufferMove * sizeof(FIXP_DBL));
+    FDKmemcpy(hHybrid->mQmfBufferImagSlot[band], pWorkImagSlot + 1, hHybrid->qmfBufferMove * sizeof(FIXP_DBL));
+
+    if (fixpQmfReal) {
+
+      /* actual filtering only if output signal requested */
+      switch( hybridRes ) {
+
+      /* HYBRID_2_REAL & HYBRID_8_CPLX are only needful for baseline ps */
+      case HYBRID_2_REAL:
+
+        slotBasedDualChannelFiltering( pWorkRealSlot,
+                                       pWorkImagSlot,
+                                       pTempRealSlot,
+                                       pTempImagSlot);
+        break;
+
+      case HYBRID_8_CPLX:
+
+        slotBasedEightChannelFiltering( pWorkRealSlot,
+                                        pWorkImagSlot,
+                                        pTempRealSlot,
+                                        pTempImagSlot);
+        break;
+
+      default:
+        FDK_ASSERT(0);
+      }
+
+      for(k = 0; k < (SCHAR)hybridRes; k++) {
+        fixpHybridReal [chOffset + k] = pTempRealSlot[k];
+        fixpHybridImag [chOffset + k] = pTempImagSlot[k];
+      }
+      chOffset += hybridRes;
+    } /* if (mHybridReal) */
+  }
+
+  /* group hybrid channels 3+4 -> 3 and 2+5 -> 2 */
+  fixpHybridReal[3] += fixpHybridReal[4];
+  fixpHybridImag[3] += fixpHybridImag[4];
+  fixpHybridReal[4] = (FIXP_DBL)0;
+  fixpHybridImag[4] = (FIXP_DBL)0;
+
+  fixpHybridReal[2] += fixpHybridReal[5];
+  fixpHybridImag[2] += fixpHybridImag[5];
+  fixpHybridReal[5] = (FIXP_DBL)0;
+  fixpHybridImag[5] = (FIXP_DBL)0;
+
+  /* free memory on scratch */
+  C_ALLOC_SCRATCH_END(pTempRealSlot, FIXP_DBL, 4*HYBRID_FILTER_LENGTH);
+
+}
+
+
+/*******************************************************************************
+ Functionname:  slotBasedHybridSynthesis
+ *******************************************************************************
+
+ Description:  The coefficients offering higher resolution for the lower QMF
+               channel are simply added prior to the synthesis with the 54
+               subbands QMF.
+
+ Arguments:
+
+ Return:        none
+
+*******************************************************************************/
+
+/*! <pre>
+      l,r0(n) ---\
+      l,r1(n) ---- + --\
+      l,r2(n) ---/      \
+                         + --> F0(w)
+      l,r3(n) ---\      /
+      l,r4(n) ---- + --/
+      l,r5(n) ---/
+
+
+      l,r6(n) ---\
+                  + ---------> F1(w)
+      l,r7(n) ---/
+
+
+      l,r8(n) ---\
+                  + ---------> F2(w)
+      l,r9(n) ---/
+
+    </pre>
+      Hybrid QMF synthesis filterbank for the 10 and 20 stereo-bands configurations. The
+      coefficients offering higher resolution for the lower QMF channel are simply added
+      prior to the synthesis with the 54 subbands QMF.
+
+      [see ISO/IEC 14496-3:2001/FDAM 2:2004(E) - Page 52]
+*/
+
+
+void
+slotBasedHybridSynthesis ( FIXP_DBL  *fixpHybridReal,  /*!< Hybrid real Values */
+                           FIXP_DBL  *fixpHybridImag,  /*!< Hybrid imag Values */
+                           FIXP_DBL  *fixpQmfReal,     /*!< Qmf real Values */
+                           FIXP_DBL  *fixpQmfImag,     /*!< Qmf imag Values */
+                           HANDLE_HYBRID hHybrid )     /*!< Handle to HYBRID struct. */
+{
+  int  k, band;
+
+  HYBRID_RES hybridRes;
+  int  chOffset = 0;
+
+  for(band = 0; band < hHybrid->nQmfBands; band++) {
+
+    FIXP_DBL qmfReal = FL2FXCONST_DBL(0.f);
+    FIXP_DBL qmfImag = FL2FXCONST_DBL(0.f);
+    hybridRes = (HYBRID_RES)hHybrid->pResolution[band];
+
+    for(k = 0; k < (SCHAR)hybridRes; k++) {
+      qmfReal += fixpHybridReal[chOffset + k];
+      qmfImag += fixpHybridImag[chOffset + k];
+    }
+
+    fixpQmfReal[band] = qmfReal;
+    fixpQmfImag[band] = qmfImag;
+
+    chOffset += hybridRes;
+  }
+}
+
+
+
diff --git a/libSBRdec/src/psdec_hybrid.h b/libSBRdec/src/psdec_hybrid.h
new file mode 100644 (file)
index 0000000..fcf9e3e
--- /dev/null
@@ -0,0 +1,165 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#ifndef __HYBRID_H
+#define __HYBRID_H
+
+#include "sbrdecoder.h"
+
+
+#define HYBRID_FILTER_LENGTH  13
+#define HYBRID_FILTER_DELAY    6
+
+
+#define FAST_FILTER2
+#define FAST_FILTER4
+#define FAST_FILTER8
+#define FAST_FILTER12
+
+#define FFT_IDX_R(a)  (2*a)
+#define FFT_IDX_I(a)  (2*a+1)
+
+#define FIXP_FFT_IDX_R(a)   (a<<1)
+#define FIXP_FFT_IDX_I(a)  ((a<<1) + 1)
+
+
+typedef enum {
+
+  HYBRID_2_REAL     = 2,
+  HYBRID_4_CPLX     = 4,
+  HYBRID_8_CPLX     = 8,
+  HYBRID_12_CPLX    = 12
+
+} HYBRID_RES;
+
+typedef struct
+{
+  SCHAR   nQmfBands;
+  SCHAR   frameSize;
+  SCHAR   qmfBufferMove;
+
+  UCHAR   pResolution[3];
+
+  FIXP_DBL mQmfBufferRealSlot[3][HYBRID_FILTER_LENGTH];   /**< Stores old Qmf samples. */
+  FIXP_DBL mQmfBufferImagSlot[3][HYBRID_FILTER_LENGTH];
+  SCHAR sf_mQmfBuffer;
+
+} HYBRID;
+
+typedef HYBRID *HANDLE_HYBRID;
+
+void
+fillHybridDelayLine( FIXP_DBL **fixpQmfReal,
+                     FIXP_DBL **fixpQmfImag,
+                     FIXP_DBL   fixpHybridLeftR[12],
+                     FIXP_DBL   fixpHybridLeftI[12],
+                     FIXP_DBL   fixpHybridRightR[12],
+                     FIXP_DBL   fixpHybridRightI[12],
+                     HANDLE_HYBRID hHybrid );
+
+void
+slotBasedHybridAnalysis ( FIXP_DBL *fixpQmfReal,
+                          FIXP_DBL *fixpQmfImag,
+
+                          FIXP_DBL  *fixpHybridReal,
+                          FIXP_DBL  *fixpHybridImag,
+
+                          HANDLE_HYBRID hHybrid);
+
+
+void
+slotBasedHybridSynthesis ( FIXP_DBL  *fixpHybridReal,
+                           FIXP_DBL  *fixpHybridImag,
+
+                           FIXP_DBL  *fixpQmfReal,
+                           FIXP_DBL  *fixpQmfImag,
+
+                           HANDLE_HYBRID hHybrid );
+
+SBR_ERROR InitHybridFilterBank ( HANDLE_HYBRID  hHybrid,
+                                 SCHAR frameSize,
+                                 SCHAR noBands,
+                                 const UCHAR *pResolution );
+
+
+#endif /* __HYBRID_H */
diff --git a/libSBRdec/src/sbr_crc.cpp b/libSBRdec/src/sbr_crc.cpp
new file mode 100644 (file)
index 0000000..a495f10
--- /dev/null
@@ -0,0 +1,183 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  CRC check coutines  
+*/
+
+#include "sbr_crc.h"
+
+#include "FDK_bitstream.h"
+#include "transcendent.h"
+
+#define MAXCRCSTEP    16
+#define MAXCRCSTEP_LD  4
+
+/*!
+  \brief     crc calculation
+*/
+static ULONG
+calcCRC (HANDLE_CRC hCrcBuf, ULONG bValue, int nBits)
+{
+  int i;
+  ULONG bMask = (1UL << (nBits - 1));
+
+  for (i = 0; i < nBits; i++, bMask >>= 1) {
+    USHORT flag = (hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0;
+    USHORT flag1 = (bMask & bValue) ? 1 : 0;
+
+    flag ^= flag1;
+    hCrcBuf->crcState <<= 1;
+    if (flag)
+      hCrcBuf->crcState ^= hCrcBuf->crcPoly;
+  }
+
+  return (hCrcBuf->crcState);
+}
+
+
+/*!
+  \brief     crc
+*/
+static int
+getCrc (HANDLE_FDK_BITSTREAM hBs, ULONG NrBits)
+{
+  int i;
+  CRC_BUFFER CrcBuf;
+
+  CrcBuf.crcState = SBR_CRC_START;
+  CrcBuf.crcPoly  = SBR_CRC_POLY;
+  CrcBuf.crcMask  = SBR_CRC_MASK;
+
+  int CrcStep = NrBits>>MAXCRCSTEP_LD;
+
+  int CrcNrBitsRest = (NrBits - CrcStep * MAXCRCSTEP);
+  ULONG bValue;
+
+  for (i = 0; i < CrcStep; i++) {
+    bValue = FDKreadBits (hBs, MAXCRCSTEP);
+    calcCRC (&CrcBuf, bValue, MAXCRCSTEP);
+  }
+
+  bValue = FDKreadBits (hBs, CrcNrBitsRest);
+  calcCRC (&CrcBuf, bValue, CrcNrBitsRest);
+
+  return (CrcBuf.crcState & SBR_CRC_RANGE);
+
+}
+
+
+/*!
+  \brief   crc interface
+  \return  1: CRC OK, 0: CRC check failure
+*/
+int
+SbrCrcCheck (HANDLE_FDK_BITSTREAM hBs, /*!< handle to bit-buffer  */
+             LONG NrBits)              /*!< max. CRC length       */
+{
+  int crcResult = 1;
+  ULONG NrCrcBits;
+  ULONG crcCheckResult;
+  LONG NrBitsAvailable;
+  ULONG crcCheckSum;
+
+  crcCheckSum = FDKreadBits (hBs, 10);
+
+  NrBitsAvailable = FDKgetValidBits(hBs);
+  if (NrBitsAvailable <= 0){
+    return 0;
+  }
+
+  NrCrcBits = fixMin ((INT)NrBits, (INT)NrBitsAvailable);
+
+  crcCheckResult = getCrc (hBs, NrCrcBits);
+  FDKpushBack(hBs, (NrBitsAvailable - FDKgetValidBits(hBs)) );
+
+
+  if (crcCheckResult != crcCheckSum) {
+    crcResult = 0;
+  }
+
+  return (crcResult);
+}
diff --git a/libSBRdec/src/sbr_crc.h b/libSBRdec/src/sbr_crc.h
new file mode 100644 (file)
index 0000000..30b8329
--- /dev/null
@@ -0,0 +1,123 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  CRC checking routines  
+*/
+#ifndef __SBR_CRC_H
+#define __SBR_CRC_H
+
+#include "sbrdecoder.h"
+
+#include "FDK_bitstream.h"
+
+/* some useful crc polynoms:
+
+crc5: x^5+x^4+x^2+x^1+1
+crc6: x^6+x^5+x^3+x^2+x+1
+crc7: x^7+x^6+x^2+1
+crc8: x^8+x^2+x+x+1
+*/
+
+/* default SBR CRC */  /* G(x) = x^10 + x^9 + x^5 + x^4 + x + 1 */
+#define SBR_CRC_POLY                  0x0233
+#define SBR_CRC_MASK                  0x0200
+#define SBR_CRC_START                 0x0000
+#define SBR_CRC_RANGE                 0x03FF
+
+typedef struct
+{
+  USHORT crcState;
+  USHORT crcMask;
+  USHORT crcPoly;
+}
+CRC_BUFFER;
+
+typedef CRC_BUFFER *HANDLE_CRC;
+
+int SbrCrcCheck (HANDLE_FDK_BITSTREAM hBitBuf,
+                 LONG                 NrCrcBits);
+
+
+#endif
diff --git a/libSBRdec/src/sbr_deb.cpp b/libSBRdec/src/sbr_deb.cpp
new file mode 100644 (file)
index 0000000..9baff2e
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Print selected debug messages   
+*/
+
+#include "sbr_deb.h"
+
diff --git a/libSBRdec/src/sbr_deb.h b/libSBRdec/src/sbr_deb.h
new file mode 100644 (file)
index 0000000..cb954ba
--- /dev/null
@@ -0,0 +1,94 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Debugging aids   
+*/
+
+#ifndef __SBR_DEB_H
+#define __SBR_DEB_H
+
+#include "sbrdecoder.h"
+
+#endif
diff --git a/libSBRdec/src/sbr_dec.cpp b/libSBRdec/src/sbr_dec.cpp
new file mode 100644 (file)
index 0000000..1282338
--- /dev/null
@@ -0,0 +1,1050 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Sbr decoder  
+  This module provides the actual decoder implementation. The SBR data (side information) is already
+  decoded. Only three functions are provided:
+
+  \li 1.) createSbrDec(): One time initialization
+  \li 2.) resetSbrDec(): Called by sbr_Apply() when the information contained in an SBR_HEADER_ELEMENT requires a reset
+  and recalculation of important SBR structures.
+  \li 3.) sbr_dec(): The actual decoder. Calls the different tools such as filterbanks, lppTransposer(), and calculateSbrEnvelope()
+  [the envelope adjuster].
+
+  \sa sbr_dec(), \ref documentationOverview
+*/
+
+#include "sbr_dec.h"
+
+#include "sbr_ram.h"
+#include "env_extr.h"
+#include "env_calc.h"
+#include "scale.h"
+
+#include "genericStds.h"
+
+#include "sbrdec_drc.h"
+
+
+
+static void assignLcTimeSlots( HANDLE_SBR_DEC hSbrDec,                     /*!< handle to Decoder channel */
+                               FIXP_DBL  **QmfBufferReal,
+                               int noCols )
+{
+  int slot, i;
+  FIXP_DBL  *ptr;
+
+  /* Number of QMF timeslots in the overlap buffer: */
+  ptr = hSbrDec->pSbrOverlapBuffer;
+  for(slot=0; slot<hSbrDec->LppTrans.pSettings->overlap; slot++) {
+    QmfBufferReal[slot] = ptr; ptr += (64);
+  }
+
+  /* Assign timeslots to Workbuffer1 */
+  ptr = hSbrDec->WorkBuffer1;
+  for(i=0; i<noCols; i++) {
+    QmfBufferReal[slot] = ptr; ptr += (64);
+    slot++;
+  }
+}
+
+
+static void assignHqTimeSlots( HANDLE_SBR_DEC hSbrDec,                     /*!< handle to Decoder channel */
+                               FIXP_DBL  **QmfBufferReal,
+                               FIXP_DBL  **QmfBufferImag,
+                               int noCols )
+{
+  FIXP_DBL  *ptr;
+  int slot;
+
+  /* Number of QMF timeslots in one half of a frame (size of Workbuffer1 or 2): */
+  int halflen = (noCols >> 1) + hSbrDec->LppTrans.pSettings->overlap;
+  int totCols = noCols + hSbrDec->LppTrans.pSettings->overlap;
+
+  /* Number of QMF timeslots in the overlap buffer: */
+  ptr = hSbrDec->pSbrOverlapBuffer;
+  for(slot=0; slot<hSbrDec->LppTrans.pSettings->overlap; slot++) {
+    QmfBufferReal[slot] = ptr; ptr += (64);
+    QmfBufferImag[slot] = ptr; ptr += (64);
+  }
+
+  /* Assign first half of timeslots to Workbuffer1 */
+  ptr = hSbrDec->WorkBuffer1;
+  for(; slot<halflen; slot++) {
+    QmfBufferReal[slot] = ptr; ptr += (64);
+    QmfBufferImag[slot] = ptr; ptr += (64);
+  }
+
+  /* Assign second half of timeslots to Workbuffer2 */
+  ptr = hSbrDec->WorkBuffer2;
+  for(; slot<totCols; slot++) {
+    QmfBufferReal[slot] = ptr; ptr += (64);
+    QmfBufferImag[slot] = ptr; ptr += (64);
+  }
+}
+
+
+static void assignTimeSlots( HANDLE_SBR_DEC hSbrDec,                     /*!< handle to Decoder channel */
+                             int noCols,
+                             int useLP )
+{
+ /* assign qmf time slots */
+  hSbrDec->useLP = useLP;
+  if (useLP) {
+    hSbrDec->SynthesisQMF.flags |= QMF_FLAG_LP;
+    hSbrDec->AnalysiscQMF.flags |= QMF_FLAG_LP;
+  } else {
+    hSbrDec->SynthesisQMF.flags &= ~QMF_FLAG_LP;
+    hSbrDec->AnalysiscQMF.flags &= ~QMF_FLAG_LP;
+  }
+  if (!useLP)
+    assignHqTimeSlots( hSbrDec, hSbrDec->QmfBufferReal, hSbrDec->QmfBufferImag, noCols );
+  else
+  {
+    assignLcTimeSlots( hSbrDec, hSbrDec->QmfBufferReal, noCols );
+  }
+}
+
+static void changeQmfType( HANDLE_SBR_DEC hSbrDec,                     /*!< handle to Decoder channel */
+                           int useLdTimeAlign )
+{
+  UINT synQmfFlags = hSbrDec->SynthesisQMF.flags;
+  UINT anaQmfFlags = hSbrDec->AnalysiscQMF.flags;
+  int  resetSynQmf = 0;
+  int  resetAnaQmf = 0;
+
+  /* assign qmf type */
+  if (useLdTimeAlign) {
+    if (synQmfFlags & QMF_FLAG_CLDFB) {
+      /* change the type to MPSLD */
+      synQmfFlags &= ~QMF_FLAG_CLDFB;
+      synQmfFlags |=  QMF_FLAG_MPSLDFB;
+      resetSynQmf = 1;
+    }
+    if (anaQmfFlags & QMF_FLAG_CLDFB) {
+      /* change the type to MPSLD */
+      anaQmfFlags &= ~QMF_FLAG_CLDFB;
+      anaQmfFlags |=  QMF_FLAG_MPSLDFB;
+      resetAnaQmf = 1;
+    }
+  } else {
+    if (synQmfFlags & QMF_FLAG_MPSLDFB) {
+      /* change the type to CLDFB */
+      synQmfFlags &= ~QMF_FLAG_MPSLDFB;
+      synQmfFlags |=  QMF_FLAG_CLDFB;
+      resetSynQmf = 1;
+    }
+    if (anaQmfFlags & QMF_FLAG_MPSLDFB) {
+      /* change the type to CLDFB */
+      anaQmfFlags &= ~QMF_FLAG_MPSLDFB;
+      anaQmfFlags |=  QMF_FLAG_CLDFB;
+      resetAnaQmf = 1;
+    }
+  }
+
+  if (resetAnaQmf) {
+    int qmfErr = qmfInitAnalysisFilterBank (
+           &hSbrDec->AnalysiscQMF,
+            hSbrDec->anaQmfStates,
+            hSbrDec->AnalysiscQMF.no_col,
+            hSbrDec->AnalysiscQMF.lsb,
+            hSbrDec->AnalysiscQMF.usb,
+            hSbrDec->AnalysiscQMF.no_channels,
+            anaQmfFlags | QMF_FLAG_KEEP_STATES
+            );
+    if (qmfErr != 0) {
+      FDK_ASSERT(0);
+    }
+  }
+
+  if (resetSynQmf) {
+    int qmfErr = qmfInitSynthesisFilterBank (
+           &hSbrDec->SynthesisQMF,
+            hSbrDec->pSynQmfStates,
+            hSbrDec->SynthesisQMF.no_col,
+            hSbrDec->SynthesisQMF.lsb,
+            hSbrDec->SynthesisQMF.usb,
+            hSbrDec->SynthesisQMF.no_channels,
+            synQmfFlags | QMF_FLAG_KEEP_STATES
+            );
+
+    if (qmfErr != 0) {
+      FDK_ASSERT(0);
+    }
+  }
+}
+
+
+/*!
+  \brief      SBR decoder core function for one channel
+
+  \image html  BufferMgmtDetailed-1632.png
+
+  Besides the filter states of the QMF filter bank and the LPC-states of
+  the LPP-Transposer, processing is mainly based on four buffers:
+  #timeIn, #timeOut, #WorkBuffer2 and #OverlapBuffer. The #WorkBuffer2
+  is reused for all channels and might be used by the core decoder, a
+  static overlap buffer is required for each channel. Du to in-place
+  processing, #timeIn and #timeOut point to identical locations.
+
+  The spectral data is organized in so-called slots, each slot
+  containing 64 bands of complex data. The number of slots per frame is
+  dependend on the frame size. For mp3PRO, there are 18 slots per frame
+  and 6 slots per #OverlapBuffer. It is not necessary to have the slots
+  in located consecutive address ranges.
+
+  To optimize memory usage and to minimize the number of memory
+  accesses, the memory management is organized as follows (Slot numbers
+  based on mp3PRO):
+
+  1.) Input time domain signal is located in #timeIn, the last slots
+  (0..5) of the spectral data of the previous frame are located in the
+  #OverlapBuffer. In addition, #frameData of the current frame resides
+  in the upper part of #timeIn.
+
+  2.) During the cplxAnalysisQmfFiltering(), 32 samples from #timeIn are transformed
+  into a slot of up to 32 complex spectral low band values at a
+  time. The first spectral slot -- nr. 6 -- is written at slot number
+  zero of #WorkBuffer2. #WorkBuffer2 will be completely filled with
+  spectral data.
+
+  3.) LPP-Transposition in lppTransposer() is processed on 24 slots. During the
+  transposition, the high band part of the spectral data is replicated
+  based on the low band data.
+
+  Envelope Adjustment is processed on the high band part of the spectral
+  data only by calculateSbrEnvelope().
+
+  4.) The cplxSynthesisQmfFiltering() creates 64 time domain samples out
+  of a slot of 64 complex spectral values at a time. The first 6 slots
+  in #timeOut are filled from the results of spectral slots 0..5 in the
+  #OverlapBuffer. The consecutive slots in timeOut are now filled with
+  the results of spectral slots 6..17.
+
+  5.) The preprocessed slots 18..23 have to be stored in the
+  #OverlapBuffer.
+
+*/
+
+void
+sbr_dec ( HANDLE_SBR_DEC hSbrDec,            /*!< handle to Decoder channel */
+          INT_PCM *timeIn,                   /*!< pointer to input time signal */
+          INT_PCM *timeOut,                  /*!< pointer to output time signal */
+          HANDLE_SBR_DEC hSbrDecRight,       /*!< handle to Decoder channel right */
+          INT_PCM *timeOutRight,             /*!< pointer to output time signal */
+          const int strideIn,                /*!< Time data traversal strideIn */
+          const int strideOut,               /*!< Time data traversal strideOut */
+          HANDLE_SBR_HEADER_DATA hHeaderData,/*!< Static control data */
+          HANDLE_SBR_FRAME_DATA hFrameData,  /*!< Control data of current frame */
+          HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,  /*!< Some control data of last frame */
+          const int applyProcessing,         /*!< Flag for SBR operation */
+          HANDLE_PS_DEC h_ps_d,
+          const UINT flags
+         )
+{
+  int i, slot, reserve;
+  int saveLbScale;
+  int ov_len;
+  int lastSlotOffs;
+  FIXP_DBL maxVal;
+
+  /* 1+1/3 frames of spectral data: */
+  FIXP_DBL **QmfBufferReal = hSbrDec->QmfBufferReal;
+  FIXP_DBL **QmfBufferImag = hSbrDec->QmfBufferImag;
+
+ /* Number of QMF timeslots in the overlap buffer: */
+ ov_len = hSbrDec->LppTrans.pSettings->overlap;
+
+ /* Number of QMF slots per frame */
+  int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
+
+ /* assign qmf time slots */
+  if ( ((flags & SBRDEC_LOW_POWER ) ? 1 : 0) != ((hSbrDec->SynthesisQMF.flags & QMF_FLAG_LP) ? 1 : 0) ) {
+    assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, flags & SBRDEC_LOW_POWER);
+  }
+
+  if (flags & SBRDEC_ELD_GRID) {
+    /* Choose the right low delay filter bank */
+    changeQmfType( hSbrDec, (flags & SBRDEC_LD_MPS_QMF) ? 1 : 0 );
+  }
+
+  /*
+    low band codec signal subband filtering
+   */
+
+  {
+    C_AALLOC_SCRATCH_START(qmfTemp, FIXP_DBL, 2*(64));
+
+    qmfAnalysisFiltering( &hSbrDec->AnalysiscQMF,
+                           QmfBufferReal + ov_len,
+                           QmfBufferImag + ov_len,
+                          &hSbrDec->sbrScaleFactor,
+                           timeIn,
+                           strideIn,
+                           qmfTemp
+                         );
+
+    C_AALLOC_SCRATCH_END(qmfTemp, FIXP_DBL, 2*(64));
+  }
+
+  /*
+    Clear upper half of spectrum
+  */
+  {
+    int nAnalysisBands = hHeaderData->numberOfAnalysisBands;
+
+    if (! (flags & SBRDEC_LOW_POWER)) {
+      for (slot = ov_len; slot < noCols+ov_len; slot++) {
+        FDKmemclear(&QmfBufferReal[slot][nAnalysisBands],((64)-nAnalysisBands)*sizeof(FIXP_DBL));
+        FDKmemclear(&QmfBufferImag[slot][nAnalysisBands],((64)-nAnalysisBands)*sizeof(FIXP_DBL));
+      }
+    } else
+    for (slot = ov_len; slot < noCols+ov_len; slot++) {
+      FDKmemclear(&QmfBufferReal[slot][nAnalysisBands],((64)-nAnalysisBands)*sizeof(FIXP_DBL));
+    }
+  }
+
+
+
+  /*
+    Shift spectral data left to gain accuracy in transposer and adjustor
+  */
+  maxVal = maxSubbandSample( QmfBufferReal,
+                            (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag,
+                             0,
+                             hSbrDec->AnalysiscQMF.lsb,
+                             ov_len,
+                             noCols+ov_len );
+
+  reserve = fixMax(0,CntLeadingZeros(maxVal)-1) ;
+  reserve = fixMin(reserve,DFRACT_BITS-1-hSbrDec->sbrScaleFactor.lb_scale);
+
+  /* If all data is zero, lb_scale could become too large */
+  rescaleSubbandSamples( QmfBufferReal,
+                         (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag,
+                         0,
+                         hSbrDec->AnalysiscQMF.lsb,
+                         ov_len,
+                         noCols+ov_len,
+                         reserve);
+
+  hSbrDec->sbrScaleFactor.lb_scale += reserve;
+
+  /*
+    save low band scale, wavecoding or parametric stereo may modify it
+  */
+  saveLbScale = hSbrDec->sbrScaleFactor.lb_scale;
+
+
+  if (applyProcessing)
+  {
+    UCHAR * borders = hFrameData->frameInfo.borders;
+    lastSlotOffs =  borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots;
+
+    FIXP_DBL degreeAlias[(64)];
+
+    /* The transposer will override most values in degreeAlias[].
+       The array needs to be cleared at least from lowSubband to highSubband before. */
+    if (flags & SBRDEC_LOW_POWER)
+      FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSubband-hHeaderData->freqBandData.lowSubband)*sizeof(FIXP_DBL));
+
+    /*
+      Inverse filtering of lowband and transposition into the SBR-frequency range
+    */
+
+    lppTransposer ( &hSbrDec->LppTrans,
+                    &hSbrDec->sbrScaleFactor,
+                    QmfBufferReal,
+                    degreeAlias,                  // only used if useLP = 1
+                    QmfBufferImag,
+                    flags & SBRDEC_LOW_POWER,
+                    hHeaderData->timeStep,
+                    borders[0],
+                    lastSlotOffs,
+                    hHeaderData->freqBandData.nInvfBands,
+                    hFrameData->sbr_invf_mode,
+                    hPrevFrameData->sbr_invf_mode );
+
+
+
+
+
+    /*
+      Adjust envelope of current frame.
+    */
+
+    calculateSbrEnvelope (&hSbrDec->sbrScaleFactor,
+                          &hSbrDec->SbrCalculateEnvelope,
+                          hHeaderData,
+                          hFrameData,
+                          QmfBufferReal,
+                          QmfBufferImag,
+                          flags & SBRDEC_LOW_POWER,
+
+                          degreeAlias,
+                          flags,
+                          (hHeaderData->frameErrorFlag || hPrevFrameData->frameErrorFlag));
+
+
+    /*
+      Update hPrevFrameData (to be used in the next frame)
+    */
+    for (i=0; i<hHeaderData->freqBandData.nInvfBands; i++) {
+      hPrevFrameData->sbr_invf_mode[i] = hFrameData->sbr_invf_mode[i];
+    }
+    hPrevFrameData->coupling = hFrameData->coupling;
+    hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
+    hPrevFrameData->ampRes = hFrameData->ampResolutionCurrentFrame;
+  }
+  else {
+    /* Reset hb_scale if no highband is present, because hb_scale is considered in the QMF-synthesis */
+    hSbrDec->sbrScaleFactor.hb_scale = saveLbScale;
+  }
+
+
+  for (i=0; i<LPC_ORDER; i++){
+    /*
+      Store the unmodified qmf Slots values (required for LPC filtering)
+    */
+    if (! (flags & SBRDEC_LOW_POWER)) {
+      FDKmemcpy(hSbrDec->LppTrans.lpcFilterStatesReal[i], QmfBufferReal[noCols-LPC_ORDER+i], hSbrDec->AnalysiscQMF.lsb*sizeof(FIXP_DBL));
+      FDKmemcpy(hSbrDec->LppTrans.lpcFilterStatesImag[i], QmfBufferImag[noCols-LPC_ORDER+i], hSbrDec->AnalysiscQMF.lsb*sizeof(FIXP_DBL));
+    } else
+    FDKmemcpy(hSbrDec->LppTrans.lpcFilterStatesReal[i], QmfBufferReal[noCols-LPC_ORDER+i], hSbrDec->AnalysiscQMF.lsb*sizeof(FIXP_DBL));
+  }
+
+  /*
+    Synthesis subband filtering.
+  */
+
+  if ( ! (flags & SBRDEC_PS_DECODED) ) {
+
+    {
+      int outScalefactor = 0;
+
+      if (h_ps_d != NULL) {
+        h_ps_d->procFrameBased = 1;  /* we here do frame based processing */
+      }
+
+
+      sbrDecoder_drcApply(&hSbrDec->sbrDrcChannel,
+                           QmfBufferReal,
+                           (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag,
+                           hSbrDec->SynthesisQMF.no_col,
+                          &outScalefactor
+                          );
+
+
+
+      qmfChangeOutScalefactor(&hSbrDec->SynthesisQMF, outScalefactor );
+
+      {
+        C_AALLOC_SCRATCH_START(qmfTemp, FIXP_DBL, 2*(64));
+
+        qmfSynthesisFiltering( &hSbrDec->SynthesisQMF,
+                                QmfBufferReal,
+                                (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag,
+                               &hSbrDec->sbrScaleFactor,
+                                hSbrDec->LppTrans.pSettings->overlap,
+                                timeOut,
+                                strideOut,
+                                qmfTemp);
+
+        C_AALLOC_SCRATCH_END(qmfTemp, FIXP_DBL, 2*(64));
+      }
+
+    }
+
+  } else { /* (flags & SBRDEC_PS_DECODED) */
+    INT i, sdiff, outScalefactor, scaleFactorLowBand, scaleFactorHighBand;
+    SCHAR scaleFactorLowBand_ov, scaleFactorLowBand_no_ov;
+
+    HANDLE_QMF_FILTER_BANK synQmf      = &hSbrDec->SynthesisQMF;
+    HANDLE_QMF_FILTER_BANK synQmfRight = &hSbrDecRight->SynthesisQMF;
+
+    /* adapt scaling */
+    sdiff = hSbrDec->sbrScaleFactor.lb_scale - reserve;                  /* Scaling difference         */
+    scaleFactorHighBand   = sdiff - hSbrDec->sbrScaleFactor.hb_scale;    /* Scale of current high band */
+    scaleFactorLowBand_ov = sdiff - hSbrDec->sbrScaleFactor.ov_lb_scale; /* Scale of low band overlapping QMF data */
+    scaleFactorLowBand_no_ov = sdiff - hSbrDec->sbrScaleFactor.lb_scale; /* Scale of low band current QMF data     */
+    outScalefactor  = 0;                                                 /* Initial output scale */
+
+    if (h_ps_d->procFrameBased == 1)    /* If we have switched from frame to slot based processing copy filter states */
+    { /* procFrameBased will be unset later */
+      /* copy filter states from left to right */
+      FDKmemcpy(synQmfRight->FilterStates, synQmf->FilterStates, ((640)-(64))*sizeof(FIXP_QSS));
+    }
+
+    /* scale ALL qmf vales ( real and imag ) of mono / left channel to the
+       same scale factor ( ov_lb_sf, lb_sf and hq_sf )                      */
+    scalFilterBankValues( h_ps_d,                             /* parametric stereo decoder handle     */
+                          QmfBufferReal,                      /* qmf filterbank values                */
+                          QmfBufferImag,                      /* qmf filterbank values                */
+                          synQmf->lsb,                        /* sbr start subband                    */
+                          hSbrDec->sbrScaleFactor.ov_lb_scale,
+                          hSbrDec->sbrScaleFactor.lb_scale,
+                         &scaleFactorLowBand_ov,              /* adapt scaling values */
+                         &scaleFactorLowBand_no_ov,           /* adapt scaling values */
+                          hSbrDec->sbrScaleFactor.hb_scale,   /* current frame ( highband ) */
+                         &scaleFactorHighBand,
+                          synQmf->no_col);
+
+    /* use the same synthese qmf values for left and right channel */
+    synQmfRight->no_col = synQmf->no_col;
+    synQmfRight->lsb    = synQmf->lsb;
+    synQmfRight->usb    = synQmf->usb;
+
+    int env=0;
+
+      outScalefactor += (SCAL_HEADROOM+1); /* psDiffScale! */
+
+    {
+      C_AALLOC_SCRATCH_START(pWorkBuffer, FIXP_DBL, 2*(64));
+
+      int maxShift = 0;
+
+      if (hSbrDec->sbrDrcChannel.enable != 0) {
+        if (hSbrDec->sbrDrcChannel.prevFact_exp > maxShift) {
+          maxShift = hSbrDec->sbrDrcChannel.prevFact_exp;
+        }
+        if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) {
+          maxShift = hSbrDec->sbrDrcChannel.currFact_exp;
+        }
+        if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) {
+          maxShift = hSbrDec->sbrDrcChannel.nextFact_exp;
+        }
+      }
+
+      /* copy DRC data to right channel (with PS both channels use the same DRC gains) */
+      FDKmemcpy(&hSbrDecRight->sbrDrcChannel, &hSbrDec->sbrDrcChannel, sizeof(SBRDEC_DRC_CHANNEL));
+
+      for (i = 0; i < synQmf->no_col; i++) {  /* ----- no_col loop ----- */
+
+        INT outScalefactorR, outScalefactorL;
+        outScalefactorR = outScalefactorL = outScalefactor;
+
+        /* qmf timeslot of right channel */
+        FIXP_DBL* rQmfReal = pWorkBuffer;
+        FIXP_DBL* rQmfImag = pWorkBuffer + 64;
+
+
+        {
+          if ( i == h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env] ) {
+            initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband );
+            env++;
+          }
+
+          ApplyPsSlot( h_ps_d,                   /* parametric stereo decoder handle  */
+                      (QmfBufferReal + i),       /* one timeslot of left/mono channel */
+                      (QmfBufferImag + i),       /* one timeslot of left/mono channel */
+                       rQmfReal,                 /* one timeslot or right channel     */
+                       rQmfImag);                /* one timeslot or right channel     */
+        }
+
+
+        scaleFactorLowBand = (i<(6)) ? scaleFactorLowBand_ov : scaleFactorLowBand_no_ov;
+
+
+        sbrDecoder_drcApplySlot ( /* right channel */
+                                 &hSbrDecRight->sbrDrcChannel,
+                                  rQmfReal,
+                                  rQmfImag,
+                                  i,
+                                  synQmfRight->no_col,
+                                  maxShift
+                                );
+
+        outScalefactorR += maxShift;
+
+        sbrDecoder_drcApplySlot ( /* left channel */
+                                 &hSbrDec->sbrDrcChannel,
+                                 *(QmfBufferReal + i),
+                                 *(QmfBufferImag + i),
+                                  i,
+                                  synQmf->no_col,
+                                  maxShift
+                                );
+
+        outScalefactorL += maxShift;
+
+
+        /* scale filter states for left and right channel */
+        qmfChangeOutScalefactor( synQmf, outScalefactorL );
+        qmfChangeOutScalefactor( synQmfRight, outScalefactorR );
+
+        {
+
+          qmfSynthesisFilteringSlot( synQmfRight,
+                                     rQmfReal,                /* QMF real buffer */
+                                     rQmfImag,                /* QMF imag buffer */
+                                     scaleFactorLowBand,
+                                     scaleFactorHighBand,
+                                     timeOutRight+(i*synQmf->no_channels*strideOut),
+                                     strideOut,
+                                     pWorkBuffer);
+
+          qmfSynthesisFilteringSlot( synQmf,
+                                   *(QmfBufferReal + i),      /* QMF real buffer */
+                                   *(QmfBufferImag + i),      /* QMF imag buffer */
+                                     scaleFactorLowBand,
+                                     scaleFactorHighBand,
+                                     timeOut+(i*synQmf->no_channels*strideOut),
+                                     strideOut,
+                                     pWorkBuffer);
+
+        }
+      } /* no_col loop  i  */
+
+      /* scale back (6) timeslots look ahead for hybrid filterbank to original value */
+      rescalFilterBankValues( h_ps_d,
+                              QmfBufferReal,
+                              QmfBufferImag,
+                              synQmf->lsb,
+                              synQmf->no_col );
+
+      C_AALLOC_SCRATCH_END(pWorkBuffer, FIXP_DBL, 2*(64));
+    }
+  }
+
+  sbrDecoder_drcUpdateChannel( &hSbrDec->sbrDrcChannel );
+
+
+  /*
+    Update overlap buffer
+    Even bands above usb are copied to avoid outdated spectral data in case
+    the stop frequency raises.
+  */
+
+  if (hSbrDec->LppTrans.pSettings->overlap > 0)
+  {
+    if (! (flags & SBRDEC_LOW_POWER)) {
+      for ( i=0; i<hSbrDec->LppTrans.pSettings->overlap; i++ ) {
+        FDKmemcpy(QmfBufferReal[i], QmfBufferReal[i+noCols], (64)*sizeof(FIXP_DBL));
+        FDKmemcpy(QmfBufferImag[i], QmfBufferImag[i+noCols], (64)*sizeof(FIXP_DBL));
+      }
+    } else
+      for ( i=0; i<hSbrDec->LppTrans.pSettings->overlap; i++ ) {
+        FDKmemcpy(QmfBufferReal[i], QmfBufferReal[i+noCols], (64)*sizeof(FIXP_DBL));
+      }
+  }
+
+  hSbrDec->sbrScaleFactor.ov_lb_scale = saveLbScale;
+
+  /* Save current frame status */
+  hPrevFrameData->frameErrorFlag = hHeaderData->frameErrorFlag;
+
+} // sbr_dec()
+
+
+/*!
+  \brief     Creates sbr decoder structure
+  \return    errorCode, 0 if successful
+*/
+SBR_ERROR
+createSbrDec (SBR_CHANNEL * hSbrChannel,
+              HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Static control data */
+              TRANSPOSER_SETTINGS *pSettings,
+              const int     downsampleFac,        /*!< Downsampling factor */
+              const UINT    qmfFlags,             /*!< flags -> 1: HQ/LP selector, 2: CLDFB */
+              const UINT    flags,
+              const int     overlap, 
+              int           chan)                 /*!< Channel for which to assign buffers etc. */
+
+{
+  SBR_ERROR err = SBRDEC_OK;
+  int timeSlots = hHeaderData->numberTimeSlots;   /* Number of SBR slots per frame */
+  int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
+  HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec);
+
+  /* Initialize scale factors */
+  hs->sbrScaleFactor.ov_lb_scale  = 0;
+  hs->sbrScaleFactor.ov_hb_scale  = 0;
+  hs->sbrScaleFactor.hb_scale     = 0;
+
+
+  /*
+    create envelope calculator
+  */
+  err = createSbrEnvelopeCalc (&hs->SbrCalculateEnvelope,
+                               hHeaderData,
+                               chan,
+                               flags);
+  if (err != SBRDEC_OK) {
+    return err;
+  }
+
+  /*
+    create QMF filter banks
+  */
+  {
+    int qmfErr;
+    /* Adapted QMF analysis post-twiddles for down-sampled HQ SBR */
+    const UINT downSampledFlag = (downsampleFac==2) ? QMF_FLAG_DOWNSAMPLED : 0;
+
+    qmfErr = qmfInitAnalysisFilterBank (
+                    &hs->AnalysiscQMF,
+                     hs->anaQmfStates,
+                     noCols,
+                     hHeaderData->freqBandData.lowSubband,
+                     hHeaderData->freqBandData.highSubband,
+                     hHeaderData->numberOfAnalysisBands,
+                     (qmfFlags & (~QMF_FLAG_KEEP_STATES)) | downSampledFlag
+                     );
+    if (qmfErr != 0) {
+      return SBRDEC_UNSUPPORTED_CONFIG;
+    }
+  }
+  if (hs->pSynQmfStates == NULL) {
+    hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan);
+    if (hs->pSynQmfStates == NULL)
+      return SBRDEC_MEM_ALLOC_FAILED;
+  }
+
+  {
+    int qmfErr;
+
+    qmfErr = qmfInitSynthesisFilterBank (
+           &hs->SynthesisQMF,
+            hs->pSynQmfStates,
+            noCols,
+            hHeaderData->freqBandData.lowSubband,
+            hHeaderData->freqBandData.highSubband,
+            (64) / downsampleFac,
+            qmfFlags & (~QMF_FLAG_KEEP_STATES)
+            );
+
+    if (qmfErr != 0) {
+      return SBRDEC_UNSUPPORTED_CONFIG;
+    }
+  }
+  initSbrPrevFrameData (&hSbrChannel->prevFrameData, timeSlots);
+
+  /*
+    create transposer
+  */
+  err = createLppTransposer (&hs->LppTrans,
+                             pSettings,
+                             hHeaderData->freqBandData.lowSubband,
+                             hHeaderData->freqBandData.v_k_master,
+                             hHeaderData->freqBandData.numMaster,
+                             hs->SynthesisQMF.usb,
+                             timeSlots,
+                             hs->AnalysiscQMF.no_col,
+                             hHeaderData->freqBandData.freqBandTableNoise,
+                             hHeaderData->freqBandData.nNfb,
+                             hHeaderData->sbrProcSmplRate,
+                             chan,
+                             overlap );
+  if (err != SBRDEC_OK) {
+    return err;
+  }
+
+  /* The CLDFB does not have overlap */
+  if ((qmfFlags & QMF_FLAG_CLDFB) == 0) {
+    if (hs->pSbrOverlapBuffer == NULL) {
+      hs->pSbrOverlapBuffer = GetRam_sbr_OverlapBuffer(chan);
+      if (hs->pSbrOverlapBuffer == NULL)  {
+        return SBRDEC_MEM_ALLOC_FAILED;
+      }
+    } else {
+      /* Clear overlap buffer */
+      FDKmemclear( hs->pSbrOverlapBuffer,
+                   sizeof(FIXP_DBL) * 2 * (6) * (64)
+                 );
+    }
+  }
+
+  /* assign qmf time slots */
+  assignTimeSlots( &hSbrChannel->SbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, qmfFlags & QMF_FLAG_LP);
+
+  return err;
+}
+
+/*!
+  \brief     Delete sbr decoder structure
+  \return    errorCode, 0 if successful
+*/
+int
+deleteSbrDec (SBR_CHANNEL * hSbrChannel)
+{
+  HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec;
+
+  deleteSbrEnvelopeCalc (&hs->SbrCalculateEnvelope);
+
+  /* delete QMF filter states */
+  if (hs->pSynQmfStates != NULL) {
+    FreeRam_sbr_QmfStatesSynthesis(&hs->pSynQmfStates);
+  }
+
+
+  if (hs->pSbrOverlapBuffer != NULL) {
+    FreeRam_sbr_OverlapBuffer(&hs->pSbrOverlapBuffer);
+  }
+
+  return 0;
+}
+
+
+/*!
+  \brief     resets sbr decoder structure
+  \return    errorCode, 0 if successful
+*/
+SBR_ERROR
+resetSbrDec (HANDLE_SBR_DEC hSbrDec,
+             HANDLE_SBR_HEADER_DATA hHeaderData,
+             HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,
+             const int useLP,
+             const int downsampleFac
+             )
+{
+  SBR_ERROR sbrError = SBRDEC_OK;
+  
+  int old_lsb = hSbrDec->SynthesisQMF.lsb;
+  int new_lsb = hHeaderData->freqBandData.lowSubband;
+  int l, startBand, stopBand, startSlot, size;
+
+  int source_scale, target_scale, delta_scale, target_lsb, target_usb, reserve;
+  FIXP_DBL maxVal;
+
+  /* overlapBuffer point to first (6) slots */
+  FIXP_DBL  **OverlapBufferReal = hSbrDec->QmfBufferReal;
+  FIXP_DBL  **OverlapBufferImag = hSbrDec->QmfBufferImag;
+
+  /* assign qmf time slots */
+  assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, useLP);
+
+
+
+  resetSbrEnvelopeCalc (&hSbrDec->SbrCalculateEnvelope);
+
+  hSbrDec->SynthesisQMF.lsb = hHeaderData->freqBandData.lowSubband;
+  hSbrDec->SynthesisQMF.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqBandData.highSubband);
+
+  hSbrDec->AnalysiscQMF.lsb = hSbrDec->SynthesisQMF.lsb;
+  hSbrDec->AnalysiscQMF.usb = hSbrDec->SynthesisQMF.usb;
+
+
+  /*
+    The following initialization of spectral data in the overlap buffer
+    is required for dynamic x-over or a change of the start-freq for 2 reasons:
+
+    1. If the lowband gets _wider_, unadjusted data would remain
+
+    2. If the lowband becomes _smaller_, the highest bands of the old lowband
+       must be cleared because the whitening would be affected
+  */
+  startBand = old_lsb;
+  stopBand  = new_lsb;
+  startSlot = hHeaderData->timeStep * (hPrevFrameData->stopPos - hHeaderData->numberTimeSlots);
+  size      = fixMax(0,stopBand-startBand);
+
+  /* keep already adjusted data in the x-over-area */
+  if (!useLP) {
+    for (l=startSlot; l<hSbrDec->LppTrans.pSettings->overlap; l++) {
+      FDKmemclear(&OverlapBufferReal[l][startBand], size*sizeof(FIXP_DBL));
+      FDKmemclear(&OverlapBufferImag[l][startBand], size*sizeof(FIXP_DBL));
+    }
+  } else
+  for (l=startSlot; l<hSbrDec->LppTrans.pSettings->overlap ; l++) {
+    FDKmemclear(&OverlapBufferReal[l][startBand], size*sizeof(FIXP_DBL));
+  }
+
+
+  /*
+    reset LPC filter states
+  */
+  startBand = fixMin(old_lsb,new_lsb);
+  stopBand  = fixMax(old_lsb,new_lsb);
+  size      = fixMax(0,stopBand-startBand);
+
+  FDKmemclear(&hSbrDec->LppTrans.lpcFilterStatesReal[0][startBand], size*sizeof(FIXP_DBL));
+  FDKmemclear(&hSbrDec->LppTrans.lpcFilterStatesReal[1][startBand], size*sizeof(FIXP_DBL));
+  if (!useLP) {
+    FDKmemclear(&hSbrDec->LppTrans.lpcFilterStatesImag[0][startBand], size*sizeof(FIXP_DBL));
+    FDKmemclear(&hSbrDec->LppTrans.lpcFilterStatesImag[1][startBand], size*sizeof(FIXP_DBL));
+  }
+
+
+  /*
+    Rescale already processed spectral data between old and new x-over frequency.
+    This must be done because of the separate scalefactors for lowband and highband.
+  */
+  startBand = fixMin(old_lsb,new_lsb);
+  stopBand =  fixMax(old_lsb,new_lsb);
+
+  if (new_lsb > old_lsb) {
+    /* The x-over-area was part of the highband before and will now belong to the lowband */
+    source_scale = hSbrDec->sbrScaleFactor.ov_hb_scale;
+    target_scale = hSbrDec->sbrScaleFactor.ov_lb_scale;
+    target_lsb   = 0;
+    target_usb   = old_lsb;
+  }
+  else {
+    /* The x-over-area was part of the lowband before and will now belong to the highband */
+    source_scale = hSbrDec->sbrScaleFactor.ov_lb_scale;
+    target_scale = hSbrDec->sbrScaleFactor.ov_hb_scale;
+    /* jdr: The values old_lsb and old_usb might be wrong because the previous frame might have been "upsamling". */
+    target_lsb   = hSbrDec->SynthesisQMF.lsb;
+    target_usb   = hSbrDec->SynthesisQMF.usb;
+  }
+
+  /* Shift left all samples of the x-over-area as much as possible
+     An unnecessary coarse scale could cause ov_lb_scale or ov_hb_scale to be
+     adapted and the accuracy in the next frame would seriously suffer! */
+
+  maxVal = maxSubbandSample( OverlapBufferReal,
+                             (useLP) ? NULL : OverlapBufferImag,
+                             startBand,
+                             stopBand,
+                             0,
+                             startSlot);
+
+  reserve = CntLeadingZeros(maxVal)-1;
+  reserve = fixMin(reserve,DFRACT_BITS-1-source_scale);
+
+  rescaleSubbandSamples( OverlapBufferReal,
+                         (useLP) ? NULL : OverlapBufferImag,
+                         startBand,
+                         stopBand,
+                         0,
+                         startSlot,
+                         reserve);
+  source_scale += reserve;
+
+  delta_scale = target_scale - source_scale;
+
+  if (delta_scale > 0) { /* x-over-area is dominant */
+    delta_scale = -delta_scale;
+    startBand = target_lsb;
+    stopBand = target_usb;
+
+    if (new_lsb > old_lsb) {
+      /* The lowband has to be rescaled */
+      hSbrDec->sbrScaleFactor.ov_lb_scale = source_scale;
+    }
+    else {
+      /* The highband has be be rescaled */
+      hSbrDec->sbrScaleFactor.ov_hb_scale = source_scale;
+    }
+  }
+
+  FDK_ASSERT(startBand <= stopBand);
+
+  if (!useLP) {
+    for (l=0; l<startSlot; l++) {
+      scaleValues( OverlapBufferReal[l] + startBand, stopBand-startBand, delta_scale );
+      scaleValues( OverlapBufferImag[l] + startBand, stopBand-startBand, delta_scale );
+    }
+  } else
+  for (l=0; l<startSlot; l++) {
+    scaleValues( OverlapBufferReal[l] + startBand, stopBand-startBand, delta_scale );
+  }
+
+
+  /*
+    Initialize transposer and limiter
+  */
+  sbrError = resetLppTransposer (&hSbrDec->LppTrans,
+                                 hHeaderData->freqBandData.lowSubband,
+                                 hHeaderData->freqBandData.v_k_master,
+                                 hHeaderData->freqBandData.numMaster,
+                                 hHeaderData->freqBandData.freqBandTableNoise,
+                                 hHeaderData->freqBandData.nNfb,
+                                 hHeaderData->freqBandData.highSubband,
+                                 hHeaderData->sbrProcSmplRate);
+  if (sbrError != SBRDEC_OK)
+    return sbrError;
+
+  sbrError = ResetLimiterBands ( hHeaderData->freqBandData.limiterBandTable,
+                                 &hHeaderData->freqBandData.noLimiterBands,
+                                 hHeaderData->freqBandData.freqBandTable[0],
+                                 hHeaderData->freqBandData.nSfb[0],
+                                 hSbrDec->LppTrans.pSettings->patchParam,
+                                 hSbrDec->LppTrans.pSettings->noOfPatches,
+                                 hHeaderData->bs_data.limiterBands);
+
+
+  return sbrError;
+}
diff --git a/libSBRdec/src/sbr_dec.h b/libSBRdec/src/sbr_dec.h
new file mode 100644 (file)
index 0000000..175e7b2
--- /dev/null
@@ -0,0 +1,210 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Sbr decoder  
+*/
+#ifndef __SBR_DEC_H
+#define __SBR_DEC_H
+
+#include "sbrdecoder.h"
+
+#include "lpp_tran.h"
+#include "qmf.h"
+#include "env_calc.h"
+#include "FDK_audio.h"
+
+
+#include "sbrdec_drc.h"
+
+#define SACDEC_ALIGNMENT_FIX
+
+typedef struct
+{
+  QMF_FILTER_BANK     AnalysiscQMF;
+  QMF_FILTER_BANK     SynthesisQMF;
+
+  SBR_CALCULATE_ENVELOPE  SbrCalculateEnvelope;
+  SBR_LPP_TRANS           LppTrans;
+
+  QMF_SCALE_FACTOR sbrScaleFactor;
+  QMF_SCALE_FACTOR sbrScaleFactorRight;
+
+  /*! Delayed spectral data needed for the dynamic framing of SBR. Not required in case of CLDFB */
+  FIXP_DBL * pSbrOverlapBuffer;
+
+  /* References to workbuffers */
+  FIXP_DBL * WorkBuffer1;
+  FIXP_DBL * WorkBuffer2;
+
+  /* QMF filter states */
+  FIXP_QAS   anaQmfStates[(320)];
+  FIXP_QSS * pSynQmfStates;
+
+  /* Reference pointer arrays for QMF time slots,
+     mixed among overlap and current slots. */
+  FIXP_DBL * QmfBufferReal[(((1024)/(32))+(6))];
+  FIXP_DBL * QmfBufferImag[(((1024)/(32))+(6))];
+  int useLP;
+
+  /* QMF domain extension time slot reference pointer array */
+
+  SBRDEC_DRC_CHANNEL  sbrDrcChannel;
+
+} SBR_DEC;
+
+typedef SBR_DEC *HANDLE_SBR_DEC;
+
+
+typedef struct
+{
+  SBR_FRAME_DATA      frameData[(1)+1];
+  SBR_PREV_FRAME_DATA prevFrameData;
+  SBR_DEC SbrDec;
+}
+SBR_CHANNEL;
+
+typedef SBR_CHANNEL *HANDLE_SBR_CHANNEL;
+
+void
+SbrDecodeAndProcess (HANDLE_SBR_DEC hSbrDec,
+                     INT_PCM *timeIn,
+                     HANDLE_SBR_HEADER_DATA hHeaderData,
+                     HANDLE_SBR_FRAME_DATA hFrameData,
+                     HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,
+                     int applyProcessing,
+                     int channelNr
+                     , UCHAR useLP
+                     );
+
+
+void
+SbrConstructTimeOutput (HANDLE_SBR_DEC hSbrDec,            /*!< handle to Decoder channel */
+                        INT_PCM *timeOut,                    /*!< pointer to output time signal */
+                        HANDLE_SBR_HEADER_DATA hHeaderData,/*!< Static control data */
+                        HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,  /*!< Some control data of last frame */
+                        int channelNr
+                       ,UCHAR useLP
+                        );
+
+
+void
+sbr_dec (HANDLE_SBR_DEC hSbrDec,            /*!< handle to Decoder channel */
+         INT_PCM *timeIn,                   /*!< pointer to input time signal */
+         INT_PCM *timeOut,                  /*!< pointer to output time signal */
+         HANDLE_SBR_DEC hSbrDecRight,       /*!< handle to Decoder channel right */
+         INT_PCM *timeOutRight,             /*!< pointer to output time signal */
+         const int strideIn,                /*!< Time data traversal strideIn */
+         const int strideOut,               /*!< Time data traversal strideOut */
+         HANDLE_SBR_HEADER_DATA hHeaderData,/*!< Static control data */
+         HANDLE_SBR_FRAME_DATA hFrameData,  /*!< Control data of current frame */
+         HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,  /*!< Some control data of last frame */
+         const int applyProcessing,         /*!< Flag for SBR operation */
+         HANDLE_PS_DEC h_ps_d,
+         const UINT flags
+        );
+
+
+
+SBR_ERROR
+createSbrDec (SBR_CHANNEL * hSbrChannel,
+              HANDLE_SBR_HEADER_DATA hHeaderData,
+              TRANSPOSER_SETTINGS *pSettings,
+              const int downsampleFac,
+              const UINT qmfFlags,
+              const UINT flags,
+              const int overlap,
+              int chan);
+
+int
+deleteSbrDec (SBR_CHANNEL * hSbrChannel);
+
+SBR_ERROR
+resetSbrDec (HANDLE_SBR_DEC hSbrDec,
+             HANDLE_SBR_HEADER_DATA hHeaderData,
+             HANDLE_SBR_PREV_FRAME_DATA hPrevFrameData,
+             const int useLP,
+             const int downsampleFac);
+
+#endif
diff --git a/libSBRdec/src/sbr_ram.cpp b/libSBRdec/src/sbr_ram.cpp
new file mode 100644 (file)
index 0000000..6ae941f
--- /dev/null
@@ -0,0 +1,194 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief Memory layout
+   
+
+  This module declares all static and dynamic memory spaces
+*/
+
+#include "sbr_ram.h"
+
+
+
+
+#define WORKBUFFER1_TAG 0
+#define WORKBUFFER2_TAG 1
+
+/*!
+  \name StaticSbrData
+
+  Static memory areas, must not be overwritten in other sections of the decoder
+*/
+/* @{ */
+
+/*! SBR Decoder main structure */
+C_ALLOC_MEM(Ram_SbrDecoder, struct SBR_DECODER_INSTANCE, 1)
+/*! SBR Decoder element data  <br>
+  Dimension: (4) */
+C_ALLOC_MEM2(Ram_SbrDecElement, SBR_DECODER_ELEMENT, 1, (4))
+/*! SBR Decoder individual channel data  <br>
+  Dimension: (6) */
+C_ALLOC_MEM2(Ram_SbrDecChannel, SBR_CHANNEL, 1, (6)+1)
+
+/*! Filter states for QMF-synthesis.  <br>
+  Dimension: #(6) * (#QMF_FILTER_STATE_SYN_SIZE-#(64)) */
+C_AALLOC_MEM2_L(Ram_sbr_QmfStatesSynthesis, FIXP_QSS, (640)-(64), (6)+1, SECT_DATA_L1)
+
+/*! Delayed spectral data needed for the dynamic framing of SBR.
+  For mp3PRO, 1/3 of a frame is buffered (#(6) 6) */
+C_AALLOC_MEM2(Ram_sbr_OverlapBuffer, FIXP_DBL, 2 * (6) * (64), (6)+1)
+
+/*! Static Data of PS */
+
+C_ALLOC_MEM(Ram_ps_dec, PS_DEC, 1)
+
+
+/* @} */
+
+
+/*!
+  \name DynamicSbrData
+
+  Dynamic memory areas, might be reused in other algorithm sections,
+  e.g. the core decoder
+  <br>
+  Depending on the mode set by DONT_USE_CORE_WORKBUFFER, workbuffers are
+  defined additionally to the CoreWorkbuffer.
+  <br>
+  The size of WorkBuffers is ((1024)/(32))*(64) = 2048.
+  <br>
+  WorkBuffer2 is a pointer to the CoreWorkBuffer wich is reused here in the SBR part. In case of
+  DONT_USE_CORE_WORKBUFFER, the CoreWorkbuffer is not used and the according
+  Workbuffer2 is defined locally in this file.
+  <br>
+  WorkBuffer1 is reused in the AAC core (-> aacdecoder.cpp, aac_ram.cpp)
+  <br>
+
+  Use of WorkBuffers:
+  <pre>
+
+    -------------------------------------------------------------
+    AAC core:
+
+      CoreWorkbuffer: spectral coefficients
+      WorkBuffer1:    CAacDecoderChannelInfo, CAacDecoderDynamicData
+
+    -------------------------------------------------------------
+    SBR part:
+      ----------------------------------------------
+      Low Power Mode (useLP=1 or LOW_POWER_SBR_ONLY), see assignLcTimeSlots()
+
+        SLOT_BASED_PROTOTYPE_SYN_FILTER
+
+        WorkBuffer1                                WorkBuffer2(=CoreWorkbuffer)
+         ________________                           ________________
+        | RealLeft       |                         | RealRight      |
+        |________________|                         |________________|
+
+      ----------------------------------------------
+      High Quality Mode (!LOW_POWER_SBR_ONLY and useLP=0), see assignHqTimeSlots()
+
+         SLOTBASED_PS
+
+         WorkBuffer1                                WorkBuffer2(=CoreWorkbuffer)
+         ________________                           ________________
+        | Real/Imag      |  interleaved            | Real/Imag      |  interleaved
+        |________________|  first half actual ch   |________________|  second half actual ch
+
+    -------------------------------------------------------------
+
+  </pre>
+
+*/
+/* @{ */
+C_ALLOC_MEM_OVERLAY(Ram_SbrDecWorkBuffer1, FIXP_DBL, ((1024)/(32))*(64), SECT_DATA_L1, WORKBUFFER1_TAG)
+C_ALLOC_MEM_OVERLAY(Ram_SbrDecWorkBuffer2, FIXP_DBL, ((1024)/(32))*(64), SECT_DATA_L2, WORKBUFFER2_TAG)
+
+/* @} */
+
+
+
+
diff --git a/libSBRdec/src/sbr_ram.h b/libSBRdec/src/sbr_ram.h
new file mode 100644 (file)
index 0000000..8fc2dae
--- /dev/null
@@ -0,0 +1,158 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+\file
+\brief Memory layout
+*/
+#ifndef _SBR_RAM_H_
+#define _SBR_RAM_H_
+
+#include "sbrdecoder.h"
+
+#include "env_extr.h"
+#include "sbr_dec.h"
+
+
+
+#define SBRDEC_MAX_CH_PER_ELEMENT  (2)
+
+typedef struct
+{
+  SBR_CHANNEL          *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT];
+  TRANSPOSER_SETTINGS   transposerSettings; /* Common transport settings for each individual channel of an element */
+  HANDLE_FDK_BITSTREAM  hBs;
+
+  MP4_ELEMENT_ID        elementID;          /* Element ID set during initialization. Can be used for concealment */
+  int                   nChannels;          /* Number of elements output channels (=2 in case of PS) */
+
+  UCHAR frameErrorFlag[(1)+1];  /* Frame error status (for every slot in the delay line).
+                                                       Will be copied into header at the very beginning of decodeElement() routine. */
+
+  UCHAR useFrameSlot;          /* Index which defines which slot will be decoded/filled next (used with additional delay) */
+  UCHAR useHeaderSlot[(1)+1];   /* Index array that provides the link between header and frame data
+                                                       (important when processing with additional delay). */
+} SBR_DECODER_ELEMENT;
+
+
+struct SBR_DECODER_INSTANCE
+{
+  SBR_DECODER_ELEMENT  *pSbrElement[(4)];
+  SBR_HEADER_DATA       sbrHeader[(4)][(1)+1];      /* Sbr header for each individual channel of an element */
+
+  FIXP_DBL *workBuffer1;
+  FIXP_DBL *workBuffer2;
+
+  HANDLE_PS_DEC  hParametricStereoDec;
+
+  /* Global parameters */
+  AUDIO_OBJECT_TYPE coreCodec; /* AOT of core codec */
+  int numSbrElements;
+  int numSbrChannels;
+  INT sampleRateIn;            /* SBR decoder input sampling rate; might be different than the transposer input sampling rate. */
+  INT sampleRateOut;           /* Sampling rate of the SBR decoder output audio samples. */
+  USHORT codecFrameSize;
+  UCHAR synDownsampleFac;
+  UCHAR numDelayFrames;        /* The current number of additional delay frames used for processing. */
+
+  UINT flags;
+
+};
+
+H_ALLOC_MEM(Ram_SbrDecElement, SBR_DECODER_ELEMENT)
+H_ALLOC_MEM(Ram_SbrDecChannel, SBR_CHANNEL)
+H_ALLOC_MEM(Ram_SbrDecoder, struct SBR_DECODER_INSTANCE)
+
+H_ALLOC_MEM(Ram_sbr_QmfStatesSynthesis, FIXP_QSS)
+H_ALLOC_MEM(Ram_sbr_OverlapBuffer, FIXP_DBL)
+
+
+H_ALLOC_MEM(Ram_ps_dec, PS_DEC)
+
+
+H_ALLOC_MEM_OVERLAY(Ram_SbrDecWorkBuffer1, FIXP_DBL)
+H_ALLOC_MEM_OVERLAY(Ram_SbrDecWorkBuffer2, FIXP_DBL)
+
+
+#endif /* _SBR_RAM_H_ */
diff --git a/libSBRdec/src/sbr_rom.cpp b/libSBRdec/src/sbr_rom.cpp
new file mode 100644 (file)
index 0000000..e84c3cd
--- /dev/null
@@ -0,0 +1,1414 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Definition of constant tables
+   
+
+  This module contains most of the constant data that can be stored in ROM.
+*/
+
+#include "sbr_rom.h"
+
+
+
+
+/*!
+  \name   StartStopBands
+  \brief  Start and stop subbands of the highband.
+
+  k_o = startMin + offset[bs_start_freq];
+  startMin = {3000,4000,5000} * (128/FS_sbr) / FS_sbr < 32Khz, 32Khz <= FS_sbr < 64KHz, 64KHz <= FS_sbr
+  The stop subband can also be calculated to save memory by defining #CALC_STOP_BAND.
+*/
+//@{
+const UCHAR FDK_sbrDecoder_sbr_start_freq_16[16] = {16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_22[16] = {12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_24[16] = {11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 32};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_32[16] = {10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 29, 32};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_40[16] = {12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 30, 32};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_44[16] = { 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 28, 32};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_48[16] = { 7,  9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 24, 27, 31};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_64[16] = { 6,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 26, 30};
+const UCHAR FDK_sbrDecoder_sbr_start_freq_88[16] = { 5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 16, 18, 20, 23, 27, 31};
+//@}
+
+
+/*!
+  \name   Whitening
+  \brief  Coefficients for spectral whitening in the transposer
+*/
+//@{
+/*! Assignment of whitening tuning depending on the crossover frequency */
+const USHORT FDK_sbrDecoder_sbr_whFactorsIndex[NUM_WHFACTOR_TABLE_ENTRIES] = {
+  0,
+  5000,
+  6000,
+  6500,
+  7000,
+  7500,
+  8000,
+  9000,
+  10000
+};
+
+/*!
+  \brief Whithening levels tuning table
+
+  With the current tuning, there are some redundant entries:
+
+  \li  NUM_WHFACTOR_TABLE_ENTRIES can be reduced by 3,
+  \li  the first coloumn can be eliminated.
+
+*/
+const FIXP_DBL FDK_sbrDecoder_sbr_whFactorsTable[NUM_WHFACTOR_TABLE_ENTRIES][6] = {
+  /* OFF_LEVEL, TRANSITION_LEVEL, LOW_LEVEL, MID_LEVEL, HIGH_LEVEL */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* < 5000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 5000 < 6000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 6000 < 6500 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 6500 < 7000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 7000 < 7500 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 7500 < 8000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 8000 < 9000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* 9000 < 10000 */
+  {  FL2FXCONST_DBL(0.00f), FL2FXCONST_DBL(0.6f), FL2FXCONST_DBL(0.75f), FL2FXCONST_DBL(0.90f), FL2FXCONST_DBL(0.98f)},  /* > 10000 */
+};
+
+
+//@}
+
+
+/*!
+  \name   EnvAdj
+  \brief  Constants and tables used for envelope adjustment
+*/
+//@{
+
+/*! Mantissas of gain limits */
+const FIXP_SGL FDK_sbrDecoder_sbr_limGains_m[4] =
+{
+  FL2FXCONST_SGL(0.5011932025f),   /*!< -3 dB. Gain limit when limiterGains in frameData is 0 */
+  FL2FXCONST_SGL(0.5f),            /*!< 0 dB.  Gain limit when limiterGains in frameData is 1 */
+  FL2FXCONST_SGL(0.9976346258f),   /*!< +3 dB. Gain limit when limiterGains in frameData is 2 */
+  FL2FXCONST_SGL(0.6776263578f)    /*!< Inf.   Gain limit when limiterGains in frameData is 3 */
+};
+
+/*! Exponents of gain limits */
+const UCHAR FDK_sbrDecoder_sbr_limGains_e[4] =
+{
+  0, 1, 1, 67
+};
+
+/*! Constants for calculating the number of limiter bands */
+const FIXP_SGL FDK_sbrDecoder_sbr_limiterBandsPerOctaveDiv4[4] =
+{
+  FL2FXCONST_SGL(1.0f / 4.0f),
+  FL2FXCONST_SGL(1.2f / 4.0f),
+  FL2FXCONST_SGL(2.0f / 4.0f),
+  FL2FXCONST_SGL(3.0f / 4.0f)
+};
+
+/*! Ratio of old gains and noise levels for the first 4 timeslots of an envelope */
+const FIXP_SGL FDK_sbrDecoder_sbr_smoothFilter[4] = {
+  FL2FXCONST_SGL(0.66666666666666f),
+  FL2FXCONST_SGL(0.36516383427084f),
+  FL2FXCONST_SGL(0.14699433520835f),
+  FL2FXCONST_SGL(0.03183050093751f)
+};
+
+
+/*! Real and imaginary part of random noise which will be modulated
+  to the desired level. An accuracy of 13 bits is sufficient for these
+  random numbers.
+*/
+const FIXP_SGL FDK_sbrDecoder_sbr_randomPhase[SBR_NF_NO_RANDOM_VAL][2] = {
+  { FL2FXCONST_SGL(-0.99948153278296f / 8.0), FL2FXCONST_SGL(-0.59483417516607f / 8.0) },
+  { FL2FXCONST_SGL( 0.97113454393991f / 8.0), FL2FXCONST_SGL(-0.67528515225647f / 8.0) },
+  { FL2FXCONST_SGL( 0.14130051758487f / 8.0), FL2FXCONST_SGL(-0.95090983575689f / 8.0) },
+  { FL2FXCONST_SGL(-0.47005496701697f / 8.0), FL2FXCONST_SGL(-0.37340549728647f / 8.0) },
+  { FL2FXCONST_SGL( 0.80705063769351f / 8.0), FL2FXCONST_SGL( 0.29653668284408f / 8.0) },
+  { FL2FXCONST_SGL(-0.38981478896926f / 8.0), FL2FXCONST_SGL( 0.89572605717087f / 8.0) },
+  { FL2FXCONST_SGL(-0.01053049862020f / 8.0), FL2FXCONST_SGL(-0.66959058036166f / 8.0) },
+  { FL2FXCONST_SGL(-0.91266367957293f / 8.0), FL2FXCONST_SGL(-0.11522938140034f / 8.0) },
+  { FL2FXCONST_SGL( 0.54840422910309f / 8.0), FL2FXCONST_SGL( 0.75221367176302f / 8.0) },
+  { FL2FXCONST_SGL( 0.40009252867955f / 8.0), FL2FXCONST_SGL(-0.98929400334421f / 8.0) },
+  { FL2FXCONST_SGL(-0.99867974711855f / 8.0), FL2FXCONST_SGL(-0.88147068645358f / 8.0) },
+  { FL2FXCONST_SGL(-0.95531076805040f / 8.0), FL2FXCONST_SGL( 0.90908757154593f / 8.0) },
+  { FL2FXCONST_SGL(-0.45725933317144f / 8.0), FL2FXCONST_SGL(-0.56716323646760f / 8.0) },
+  { FL2FXCONST_SGL(-0.72929675029275f / 8.0), FL2FXCONST_SGL(-0.98008272727324f / 8.0) },
+  { FL2FXCONST_SGL( 0.75622801399036f / 8.0), FL2FXCONST_SGL( 0.20950329995549f / 8.0) },
+  { FL2FXCONST_SGL( 0.07069442601050f / 8.0), FL2FXCONST_SGL(-0.78247898470706f / 8.0) },
+  { FL2FXCONST_SGL( 0.74496252926055f / 8.0), FL2FXCONST_SGL(-0.91169004445807f / 8.0) },
+  { FL2FXCONST_SGL(-0.96440182703856f / 8.0), FL2FXCONST_SGL(-0.94739918296622f / 8.0) },
+  { FL2FXCONST_SGL( 0.30424629369539f / 8.0), FL2FXCONST_SGL(-0.49438267012479f / 8.0) },
+  { FL2FXCONST_SGL( 0.66565033746925f / 8.0), FL2FXCONST_SGL( 0.64652935542491f / 8.0) },
+  { FL2FXCONST_SGL( 0.91697008020594f / 8.0), FL2FXCONST_SGL( 0.17514097332009f / 8.0) },
+  { FL2FXCONST_SGL(-0.70774918760427f / 8.0), FL2FXCONST_SGL( 0.52548653416543f / 8.0) },
+  { FL2FXCONST_SGL(-0.70051415345560f / 8.0), FL2FXCONST_SGL(-0.45340028808763f / 8.0) },
+  { FL2FXCONST_SGL(-0.99496513054797f / 8.0), FL2FXCONST_SGL(-0.90071908066973f / 8.0) },
+  { FL2FXCONST_SGL( 0.98164490790123f / 8.0), FL2FXCONST_SGL(-0.77463155528697f / 8.0) },
+  { FL2FXCONST_SGL(-0.54671580548181f / 8.0), FL2FXCONST_SGL(-0.02570928536004f / 8.0) },
+  { FL2FXCONST_SGL(-0.01689629065389f / 8.0), FL2FXCONST_SGL( 0.00287506445732f / 8.0) },
+  { FL2FXCONST_SGL(-0.86110349531986f / 8.0), FL2FXCONST_SGL( 0.42548583726477f / 8.0) },
+  { FL2FXCONST_SGL(-0.98892980586032f / 8.0), FL2FXCONST_SGL(-0.87881132267556f / 8.0) },
+  { FL2FXCONST_SGL( 0.51756627678691f / 8.0), FL2FXCONST_SGL( 0.66926784710139f / 8.0) },
+  { FL2FXCONST_SGL(-0.99635026409640f / 8.0), FL2FXCONST_SGL(-0.58107730574765f / 8.0) },
+  { FL2FXCONST_SGL(-0.99969370862163f / 8.0), FL2FXCONST_SGL( 0.98369989360250f / 8.0) },
+  { FL2FXCONST_SGL( 0.55266258627194f / 8.0), FL2FXCONST_SGL( 0.59449057465591f / 8.0) },
+  { FL2FXCONST_SGL( 0.34581177741673f / 8.0), FL2FXCONST_SGL( 0.94879421061866f / 8.0) },
+  { FL2FXCONST_SGL( 0.62664209577999f / 8.0), FL2FXCONST_SGL(-0.74402970906471f / 8.0) },
+  { FL2FXCONST_SGL(-0.77149701404973f / 8.0), FL2FXCONST_SGL(-0.33883658042801f / 8.0) },
+  { FL2FXCONST_SGL(-0.91592244254432f / 8.0), FL2FXCONST_SGL( 0.03687901376713f / 8.0) },
+  { FL2FXCONST_SGL(-0.76285492357887f / 8.0), FL2FXCONST_SGL(-0.91371867919124f / 8.0) },
+  { FL2FXCONST_SGL( 0.79788337195331f / 8.0), FL2FXCONST_SGL(-0.93180971199849f / 8.0) },
+  { FL2FXCONST_SGL( 0.54473080610200f / 8.0), FL2FXCONST_SGL(-0.11919206037186f / 8.0) },
+  { FL2FXCONST_SGL(-0.85639281671058f / 8.0), FL2FXCONST_SGL( 0.42429854760451f / 8.0) },
+  { FL2FXCONST_SGL(-0.92882402971423f / 8.0), FL2FXCONST_SGL( 0.27871809078609f / 8.0) },
+  { FL2FXCONST_SGL(-0.11708371046774f / 8.0), FL2FXCONST_SGL(-0.99800843444966f / 8.0) },
+  { FL2FXCONST_SGL( 0.21356749817493f / 8.0), FL2FXCONST_SGL(-0.90716295627033f / 8.0) },
+  { FL2FXCONST_SGL(-0.76191692573909f / 8.0), FL2FXCONST_SGL( 0.99768118356265f / 8.0) },
+  { FL2FXCONST_SGL( 0.98111043100884f / 8.0), FL2FXCONST_SGL(-0.95854459734407f / 8.0) },
+  { FL2FXCONST_SGL(-0.85913269895572f / 8.0), FL2FXCONST_SGL( 0.95766566168880f / 8.0) },
+  { FL2FXCONST_SGL(-0.93307242253692f / 8.0), FL2FXCONST_SGL( 0.49431757696466f / 8.0) },
+  { FL2FXCONST_SGL( 0.30485754879632f / 8.0), FL2FXCONST_SGL(-0.70540034357529f / 8.0) },
+  { FL2FXCONST_SGL( 0.85289650925190f / 8.0), FL2FXCONST_SGL( 0.46766131791044f / 8.0) },
+  { FL2FXCONST_SGL( 0.91328082618125f / 8.0), FL2FXCONST_SGL(-0.99839597361769f / 8.0) },
+  { FL2FXCONST_SGL(-0.05890199924154f / 8.0), FL2FXCONST_SGL( 0.70741827819497f / 8.0) },
+  { FL2FXCONST_SGL( 0.28398686150148f / 8.0), FL2FXCONST_SGL( 0.34633555702188f / 8.0) },
+  { FL2FXCONST_SGL( 0.95258164539612f / 8.0), FL2FXCONST_SGL(-0.54893416026939f / 8.0) },
+  { FL2FXCONST_SGL(-0.78566324168507f / 8.0), FL2FXCONST_SGL(-0.75568541079691f / 8.0) },
+  { FL2FXCONST_SGL(-0.95789495447877f / 8.0), FL2FXCONST_SGL(-0.20423194696966f / 8.0) },
+  { FL2FXCONST_SGL( 0.82411158711197f / 8.0), FL2FXCONST_SGL( 0.96654618432562f / 8.0) },
+  { FL2FXCONST_SGL(-0.65185446735885f / 8.0), FL2FXCONST_SGL(-0.88734990773289f / 8.0) },
+  { FL2FXCONST_SGL(-0.93643603134666f / 8.0), FL2FXCONST_SGL( 0.99870790442385f / 8.0) },
+  { FL2FXCONST_SGL( 0.91427159529618f / 8.0), FL2FXCONST_SGL(-0.98290505544444f / 8.0) },
+  { FL2FXCONST_SGL(-0.70395684036886f / 8.0), FL2FXCONST_SGL( 0.58796798221039f / 8.0) },
+  { FL2FXCONST_SGL( 0.00563771969365f / 8.0), FL2FXCONST_SGL( 0.61768196727244f / 8.0) },
+  { FL2FXCONST_SGL( 0.89065051931895f / 8.0), FL2FXCONST_SGL( 0.52783352697585f / 8.0) },
+  { FL2FXCONST_SGL(-0.68683707712762f / 8.0), FL2FXCONST_SGL( 0.80806944710339f / 8.0) },
+  { FL2FXCONST_SGL( 0.72165342518718f / 8.0), FL2FXCONST_SGL(-0.69259857349564f / 8.0) },
+  { FL2FXCONST_SGL(-0.62928247730667f / 8.0), FL2FXCONST_SGL( 0.13627037407335f / 8.0) },
+  { FL2FXCONST_SGL( 0.29938434065514f / 8.0), FL2FXCONST_SGL(-0.46051329682246f / 8.0) },
+  { FL2FXCONST_SGL(-0.91781958879280f / 8.0), FL2FXCONST_SGL(-0.74012716684186f / 8.0) },
+  { FL2FXCONST_SGL( 0.99298717043688f / 8.0), FL2FXCONST_SGL( 0.40816610075661f / 8.0) },
+  { FL2FXCONST_SGL( 0.82368298622748f / 8.0), FL2FXCONST_SGL(-0.74036047190173f / 8.0) },
+  { FL2FXCONST_SGL(-0.98512833386833f / 8.0), FL2FXCONST_SGL(-0.99972330709594f / 8.0) },
+  { FL2FXCONST_SGL(-0.95915368242257f / 8.0), FL2FXCONST_SGL(-0.99237800466040f / 8.0) },
+  { FL2FXCONST_SGL(-0.21411126572790f / 8.0), FL2FXCONST_SGL(-0.93424819052545f / 8.0) },
+  { FL2FXCONST_SGL(-0.68821476106884f / 8.0), FL2FXCONST_SGL(-0.26892306315457f / 8.0) },
+  { FL2FXCONST_SGL( 0.91851997982317f / 8.0), FL2FXCONST_SGL( 0.09358228901785f / 8.0) },
+  { FL2FXCONST_SGL(-0.96062769559127f / 8.0), FL2FXCONST_SGL( 0.36099095133739f / 8.0) },
+  { FL2FXCONST_SGL( 0.51646184922287f / 8.0), FL2FXCONST_SGL(-0.71373332873917f / 8.0) },
+  { FL2FXCONST_SGL( 0.61130721139669f / 8.0), FL2FXCONST_SGL( 0.46950141175917f / 8.0) },
+  { FL2FXCONST_SGL( 0.47336129371299f / 8.0), FL2FXCONST_SGL(-0.27333178296162f / 8.0) },
+  { FL2FXCONST_SGL( 0.90998308703519f / 8.0), FL2FXCONST_SGL( 0.96715662938132f / 8.0) },
+  { FL2FXCONST_SGL( 0.44844799194357f / 8.0), FL2FXCONST_SGL( 0.99211574628306f / 8.0) },
+  { FL2FXCONST_SGL( 0.66614891079092f / 8.0), FL2FXCONST_SGL( 0.96590176169121f / 8.0) },
+  { FL2FXCONST_SGL( 0.74922239129237f / 8.0), FL2FXCONST_SGL(-0.89879858826087f / 8.0) },
+  { FL2FXCONST_SGL(-0.99571588506485f / 8.0), FL2FXCONST_SGL( 0.52785521494349f / 8.0) },
+  { FL2FXCONST_SGL( 0.97401082477563f / 8.0), FL2FXCONST_SGL(-0.16855870075190f / 8.0) },
+  { FL2FXCONST_SGL( 0.72683747733879f / 8.0), FL2FXCONST_SGL(-0.48060774432251f / 8.0) },
+  { FL2FXCONST_SGL( 0.95432193457128f / 8.0), FL2FXCONST_SGL( 0.68849603408441f / 8.0) },
+  { FL2FXCONST_SGL(-0.72962208425191f / 8.0), FL2FXCONST_SGL(-0.76608443420917f / 8.0) },
+  { FL2FXCONST_SGL(-0.85359479233537f / 8.0), FL2FXCONST_SGL( 0.88738125901579f / 8.0) },
+  { FL2FXCONST_SGL(-0.81412430338535f / 8.0), FL2FXCONST_SGL(-0.97480768049637f / 8.0) },
+  { FL2FXCONST_SGL(-0.87930772356786f / 8.0), FL2FXCONST_SGL( 0.74748307690436f / 8.0) },
+  { FL2FXCONST_SGL(-0.71573331064977f / 8.0), FL2FXCONST_SGL(-0.98570608178923f / 8.0) },
+  { FL2FXCONST_SGL( 0.83524300028228f / 8.0), FL2FXCONST_SGL( 0.83702537075163f / 8.0) },
+  { FL2FXCONST_SGL(-0.48086065601423f / 8.0), FL2FXCONST_SGL(-0.98848504923531f / 8.0) },
+  { FL2FXCONST_SGL( 0.97139128574778f / 8.0), FL2FXCONST_SGL( 0.80093621198236f / 8.0) },
+  { FL2FXCONST_SGL( 0.51992825347895f / 8.0), FL2FXCONST_SGL( 0.80247631400510f / 8.0) },
+  { FL2FXCONST_SGL(-0.00848591195325f / 8.0), FL2FXCONST_SGL(-0.76670128000486f / 8.0) },
+  { FL2FXCONST_SGL(-0.70294374303036f / 8.0), FL2FXCONST_SGL( 0.55359910445577f / 8.0) },
+  { FL2FXCONST_SGL(-0.95894428168140f / 8.0), FL2FXCONST_SGL(-0.43265504344783f / 8.0) },
+  { FL2FXCONST_SGL( 0.97079252950321f / 8.0), FL2FXCONST_SGL( 0.09325857238682f / 8.0) },
+  { FL2FXCONST_SGL(-0.92404293670797f / 8.0), FL2FXCONST_SGL( 0.85507704027855f / 8.0) },
+  { FL2FXCONST_SGL(-0.69506469500450f / 8.0), FL2FXCONST_SGL( 0.98633412625459f / 8.0) },
+  { FL2FXCONST_SGL( 0.26559203620024f / 8.0), FL2FXCONST_SGL( 0.73314307966524f / 8.0) },
+  { FL2FXCONST_SGL( 0.28038443336943f / 8.0), FL2FXCONST_SGL( 0.14537913654427f / 8.0) },
+  { FL2FXCONST_SGL(-0.74138124825523f / 8.0), FL2FXCONST_SGL( 0.99310339807762f / 8.0) },
+  { FL2FXCONST_SGL(-0.01752795995444f / 8.0), FL2FXCONST_SGL(-0.82616635284178f / 8.0) },
+  { FL2FXCONST_SGL(-0.55126773094930f / 8.0), FL2FXCONST_SGL(-0.98898543862153f / 8.0) },
+  { FL2FXCONST_SGL( 0.97960898850996f / 8.0), FL2FXCONST_SGL(-0.94021446752851f / 8.0) },
+  { FL2FXCONST_SGL(-0.99196309146936f / 8.0), FL2FXCONST_SGL( 0.67019017358456f / 8.0) },
+  { FL2FXCONST_SGL(-0.67684928085260f / 8.0), FL2FXCONST_SGL( 0.12631491649378f / 8.0) },
+  { FL2FXCONST_SGL( 0.09140039465500f / 8.0), FL2FXCONST_SGL(-0.20537731453108f / 8.0) },
+  { FL2FXCONST_SGL(-0.71658965751996f / 8.0), FL2FXCONST_SGL(-0.97788200391224f / 8.0) },
+  { FL2FXCONST_SGL( 0.81014640078925f / 8.0), FL2FXCONST_SGL( 0.53722648362443f / 8.0) },
+  { FL2FXCONST_SGL( 0.40616991671205f / 8.0), FL2FXCONST_SGL(-0.26469008598449f / 8.0) },
+  { FL2FXCONST_SGL(-0.67680188682972f / 8.0), FL2FXCONST_SGL( 0.94502052337695f / 8.0) },
+  { FL2FXCONST_SGL( 0.86849774348749f / 8.0), FL2FXCONST_SGL(-0.18333598647899f / 8.0) },
+  { FL2FXCONST_SGL(-0.99500381284851f / 8.0), FL2FXCONST_SGL(-0.02634122068550f / 8.0) },
+  { FL2FXCONST_SGL( 0.84329189340667f / 8.0), FL2FXCONST_SGL( 0.10406957462213f / 8.0) },
+  { FL2FXCONST_SGL(-0.09215968531446f / 8.0), FL2FXCONST_SGL( 0.69540012101253f / 8.0) },
+  { FL2FXCONST_SGL( 0.99956173327206f / 8.0), FL2FXCONST_SGL(-0.12358542001404f / 8.0) },
+  { FL2FXCONST_SGL(-0.79732779473535f / 8.0), FL2FXCONST_SGL(-0.91582524736159f / 8.0) },
+  { FL2FXCONST_SGL( 0.96349973642406f / 8.0), FL2FXCONST_SGL( 0.96640458041000f / 8.0) },
+  { FL2FXCONST_SGL(-0.79942778496547f / 8.0), FL2FXCONST_SGL( 0.64323902822857f / 8.0) },
+  { FL2FXCONST_SGL(-0.11566039853896f / 8.0), FL2FXCONST_SGL( 0.28587846253726f / 8.0) },
+  { FL2FXCONST_SGL(-0.39922954514662f / 8.0), FL2FXCONST_SGL( 0.94129601616966f / 8.0) },
+  { FL2FXCONST_SGL( 0.99089197565987f / 8.0), FL2FXCONST_SGL(-0.92062625581587f / 8.0) },
+  { FL2FXCONST_SGL( 0.28631285179909f / 8.0), FL2FXCONST_SGL(-0.91035047143603f / 8.0) },
+  { FL2FXCONST_SGL(-0.83302725605608f / 8.0), FL2FXCONST_SGL(-0.67330410892084f / 8.0) },
+  { FL2FXCONST_SGL( 0.95404443402072f / 8.0), FL2FXCONST_SGL( 0.49162765398743f / 8.0) },
+  { FL2FXCONST_SGL(-0.06449863579434f / 8.0), FL2FXCONST_SGL( 0.03250560813135f / 8.0) },
+  { FL2FXCONST_SGL(-0.99575054486311f / 8.0), FL2FXCONST_SGL( 0.42389784469507f / 8.0) },
+  { FL2FXCONST_SGL(-0.65501142790847f / 8.0), FL2FXCONST_SGL( 0.82546114655624f / 8.0) },
+  { FL2FXCONST_SGL(-0.81254441908887f / 8.0), FL2FXCONST_SGL(-0.51627234660629f / 8.0) },
+  { FL2FXCONST_SGL(-0.99646369485481f / 8.0), FL2FXCONST_SGL( 0.84490533520752f / 8.0) },
+  { FL2FXCONST_SGL( 0.00287840603348f / 8.0), FL2FXCONST_SGL( 0.64768261158166f / 8.0) },
+  { FL2FXCONST_SGL( 0.70176989408455f / 8.0), FL2FXCONST_SGL(-0.20453028573322f / 8.0) },
+  { FL2FXCONST_SGL( 0.96361882270190f / 8.0), FL2FXCONST_SGL( 0.40706967140989f / 8.0) },
+  { FL2FXCONST_SGL(-0.68883758192426f / 8.0), FL2FXCONST_SGL( 0.91338958840772f / 8.0) },
+  { FL2FXCONST_SGL(-0.34875585502238f / 8.0), FL2FXCONST_SGL( 0.71472290693300f / 8.0) },
+  { FL2FXCONST_SGL( 0.91980081243087f / 8.0), FL2FXCONST_SGL( 0.66507455644919f / 8.0) },
+  { FL2FXCONST_SGL(-0.99009048343881f / 8.0), FL2FXCONST_SGL( 0.85868021604848f / 8.0) },
+  { FL2FXCONST_SGL( 0.68865791458395f / 8.0), FL2FXCONST_SGL( 0.55660316809678f / 8.0) },
+  { FL2FXCONST_SGL(-0.99484402129368f / 8.0), FL2FXCONST_SGL(-0.20052559254934f / 8.0) },
+  { FL2FXCONST_SGL( 0.94214511408023f / 8.0), FL2FXCONST_SGL(-0.99696425367461f / 8.0) },
+  { FL2FXCONST_SGL(-0.67414626793544f / 8.0), FL2FXCONST_SGL( 0.49548221180078f / 8.0) },
+  { FL2FXCONST_SGL(-0.47339353684664f / 8.0), FL2FXCONST_SGL(-0.85904328834047f / 8.0) },
+  { FL2FXCONST_SGL( 0.14323651387360f / 8.0), FL2FXCONST_SGL(-0.94145598222488f / 8.0) },
+  { FL2FXCONST_SGL(-0.29268293575672f / 8.0), FL2FXCONST_SGL( 0.05759224927952f / 8.0) },
+  { FL2FXCONST_SGL( 0.43793861458754f / 8.0), FL2FXCONST_SGL(-0.78904969892724f / 8.0) },
+  { FL2FXCONST_SGL(-0.36345126374441f / 8.0), FL2FXCONST_SGL( 0.64874435357162f / 8.0) },
+  { FL2FXCONST_SGL(-0.08750604656825f / 8.0), FL2FXCONST_SGL( 0.97686944362527f / 8.0) },
+  { FL2FXCONST_SGL(-0.96495267812511f / 8.0), FL2FXCONST_SGL(-0.53960305946511f / 8.0) },
+  { FL2FXCONST_SGL( 0.55526940659947f / 8.0), FL2FXCONST_SGL( 0.78891523734774f / 8.0) },
+  { FL2FXCONST_SGL( 0.73538215752630f / 8.0), FL2FXCONST_SGL( 0.96452072373404f / 8.0) },
+  { FL2FXCONST_SGL(-0.30889773919437f / 8.0), FL2FXCONST_SGL(-0.80664389776860f / 8.0) },
+  { FL2FXCONST_SGL( 0.03574995626194f / 8.0), FL2FXCONST_SGL(-0.97325616900959f / 8.0) },
+  { FL2FXCONST_SGL( 0.98720684660488f / 8.0), FL2FXCONST_SGL( 0.48409133691962f / 8.0) },
+  { FL2FXCONST_SGL(-0.81689296271203f / 8.0), FL2FXCONST_SGL(-0.90827703628298f / 8.0) },
+  { FL2FXCONST_SGL( 0.67866860118215f / 8.0), FL2FXCONST_SGL( 0.81284503870856f / 8.0) },
+  { FL2FXCONST_SGL(-0.15808569732583f / 8.0), FL2FXCONST_SGL( 0.85279555024382f / 8.0) },
+  { FL2FXCONST_SGL( 0.80723395114371f / 8.0), FL2FXCONST_SGL(-0.24717418514605f / 8.0) },
+  { FL2FXCONST_SGL( 0.47788757329038f / 8.0), FL2FXCONST_SGL(-0.46333147839295f / 8.0) },
+  { FL2FXCONST_SGL( 0.96367554763201f / 8.0), FL2FXCONST_SGL( 0.38486749303242f / 8.0) },
+  { FL2FXCONST_SGL(-0.99143875716818f / 8.0), FL2FXCONST_SGL(-0.24945277239809f / 8.0) },
+  { FL2FXCONST_SGL( 0.83081876925833f / 8.0), FL2FXCONST_SGL(-0.94780851414763f / 8.0) },
+  { FL2FXCONST_SGL(-0.58753191905341f / 8.0), FL2FXCONST_SGL( 0.01290772389163f / 8.0) },
+  { FL2FXCONST_SGL( 0.95538108220960f / 8.0), FL2FXCONST_SGL(-0.85557052096538f / 8.0) },
+  { FL2FXCONST_SGL(-0.96490920476211f / 8.0), FL2FXCONST_SGL(-0.64020970923102f / 8.0) },
+  { FL2FXCONST_SGL(-0.97327101028521f / 8.0), FL2FXCONST_SGL( 0.12378128133110f / 8.0) },
+  { FL2FXCONST_SGL( 0.91400366022124f / 8.0), FL2FXCONST_SGL( 0.57972471346930f / 8.0) },
+  { FL2FXCONST_SGL(-0.99925837363824f / 8.0), FL2FXCONST_SGL( 0.71084847864067f / 8.0) },
+  { FL2FXCONST_SGL(-0.86875903507313f / 8.0), FL2FXCONST_SGL(-0.20291699203564f / 8.0) },
+  { FL2FXCONST_SGL(-0.26240034795124f / 8.0), FL2FXCONST_SGL(-0.68264554369108f / 8.0) },
+  { FL2FXCONST_SGL(-0.24664412953388f / 8.0), FL2FXCONST_SGL(-0.87642273115183f / 8.0) },
+  { FL2FXCONST_SGL( 0.02416275806869f / 8.0), FL2FXCONST_SGL( 0.27192914288905f / 8.0) },
+  { FL2FXCONST_SGL( 0.82068619590515f / 8.0), FL2FXCONST_SGL(-0.85087787994476f / 8.0) },
+  { FL2FXCONST_SGL( 0.88547373760759f / 8.0), FL2FXCONST_SGL(-0.89636802901469f / 8.0) },
+  { FL2FXCONST_SGL(-0.18173078152226f / 8.0), FL2FXCONST_SGL(-0.26152145156800f / 8.0) },
+  { FL2FXCONST_SGL( 0.09355476558534f / 8.0), FL2FXCONST_SGL( 0.54845123045604f / 8.0) },
+  { FL2FXCONST_SGL(-0.54668414224090f / 8.0), FL2FXCONST_SGL( 0.95980774020221f / 8.0) },
+  { FL2FXCONST_SGL( 0.37050990604091f / 8.0), FL2FXCONST_SGL(-0.59910140383171f / 8.0) },
+  { FL2FXCONST_SGL(-0.70373594262891f / 8.0), FL2FXCONST_SGL( 0.91227665827081f / 8.0) },
+  { FL2FXCONST_SGL(-0.34600785879594f / 8.0), FL2FXCONST_SGL(-0.99441426144200f / 8.0) },
+  { FL2FXCONST_SGL(-0.68774481731008f / 8.0), FL2FXCONST_SGL(-0.30238837956299f / 8.0) },
+  { FL2FXCONST_SGL(-0.26843291251234f / 8.0), FL2FXCONST_SGL( 0.83115668004362f / 8.0) },
+  { FL2FXCONST_SGL( 0.49072334613242f / 8.0), FL2FXCONST_SGL(-0.45359708737775f / 8.0) },
+  { FL2FXCONST_SGL( 0.38975993093975f / 8.0), FL2FXCONST_SGL( 0.95515358099121f / 8.0) },
+  { FL2FXCONST_SGL(-0.97757125224150f / 8.0), FL2FXCONST_SGL( 0.05305894580606f / 8.0) },
+  { FL2FXCONST_SGL(-0.17325552859616f / 8.0), FL2FXCONST_SGL(-0.92770672250494f / 8.0) },
+  { FL2FXCONST_SGL( 0.99948035025744f / 8.0), FL2FXCONST_SGL( 0.58285545563426f / 8.0) },
+  { FL2FXCONST_SGL(-0.64946246527458f / 8.0), FL2FXCONST_SGL( 0.68645507104960f / 8.0) },
+  { FL2FXCONST_SGL(-0.12016920576437f / 8.0), FL2FXCONST_SGL(-0.57147322153312f / 8.0) },
+  { FL2FXCONST_SGL(-0.58947456517751f / 8.0), FL2FXCONST_SGL(-0.34847132454388f / 8.0) },
+  { FL2FXCONST_SGL(-0.41815140454465f / 8.0), FL2FXCONST_SGL( 0.16276422358861f / 8.0) },
+  { FL2FXCONST_SGL( 0.99885650204884f / 8.0), FL2FXCONST_SGL( 0.11136095490444f / 8.0) },
+  { FL2FXCONST_SGL(-0.56649614128386f / 8.0), FL2FXCONST_SGL(-0.90494866361587f / 8.0) },
+  { FL2FXCONST_SGL( 0.94138021032330f / 8.0), FL2FXCONST_SGL( 0.35281916733018f / 8.0) },
+  { FL2FXCONST_SGL(-0.75725076534641f / 8.0), FL2FXCONST_SGL( 0.53650549640587f / 8.0) },
+  { FL2FXCONST_SGL( 0.20541973692630f / 8.0), FL2FXCONST_SGL(-0.94435144369918f / 8.0) },
+  { FL2FXCONST_SGL( 0.99980371023351f / 8.0), FL2FXCONST_SGL( 0.79835913565599f / 8.0) },
+  { FL2FXCONST_SGL( 0.29078277605775f / 8.0), FL2FXCONST_SGL( 0.35393777921520f / 8.0) },
+  { FL2FXCONST_SGL(-0.62858772103030f / 8.0), FL2FXCONST_SGL( 0.38765693387102f / 8.0) },
+  { FL2FXCONST_SGL( 0.43440904467688f / 8.0), FL2FXCONST_SGL(-0.98546330463232f / 8.0) },
+  { FL2FXCONST_SGL(-0.98298583762390f / 8.0), FL2FXCONST_SGL( 0.21021524625209f / 8.0) },
+  { FL2FXCONST_SGL( 0.19513029146934f / 8.0), FL2FXCONST_SGL(-0.94239832251867f / 8.0) },
+  { FL2FXCONST_SGL(-0.95476662400101f / 8.0), FL2FXCONST_SGL( 0.98364554179143f / 8.0) },
+  { FL2FXCONST_SGL( 0.93379635304810f / 8.0), FL2FXCONST_SGL(-0.70881994583682f / 8.0) },
+  { FL2FXCONST_SGL(-0.85235410573336f / 8.0), FL2FXCONST_SGL(-0.08342347966410f / 8.0) },
+  { FL2FXCONST_SGL(-0.86425093011245f / 8.0), FL2FXCONST_SGL(-0.45795025029466f / 8.0) },
+  { FL2FXCONST_SGL( 0.38879779059045f / 8.0), FL2FXCONST_SGL( 0.97274429344593f / 8.0) },
+  { FL2FXCONST_SGL( 0.92045124735495f / 8.0), FL2FXCONST_SGL(-0.62433652524220f / 8.0) },
+  { FL2FXCONST_SGL( 0.89162532251878f / 8.0), FL2FXCONST_SGL( 0.54950955570563f / 8.0) },
+  { FL2FXCONST_SGL(-0.36834336949252f / 8.0), FL2FXCONST_SGL( 0.96458298020975f / 8.0) },
+  { FL2FXCONST_SGL( 0.93891760988045f / 8.0), FL2FXCONST_SGL(-0.89968353740388f / 8.0) },
+  { FL2FXCONST_SGL( 0.99267657565094f / 8.0), FL2FXCONST_SGL(-0.03757034316958f / 8.0) },
+  { FL2FXCONST_SGL(-0.94063471614176f / 8.0), FL2FXCONST_SGL( 0.41332338538963f / 8.0) },
+  { FL2FXCONST_SGL( 0.99740224117019f / 8.0), FL2FXCONST_SGL(-0.16830494996370f / 8.0) },
+  { FL2FXCONST_SGL(-0.35899413170555f / 8.0), FL2FXCONST_SGL(-0.46633226649613f / 8.0) },
+  { FL2FXCONST_SGL( 0.05237237274947f / 8.0), FL2FXCONST_SGL(-0.25640361602661f / 8.0) },
+  { FL2FXCONST_SGL( 0.36703583957424f / 8.0), FL2FXCONST_SGL(-0.38653265641875f / 8.0) },
+  { FL2FXCONST_SGL( 0.91653180367913f / 8.0), FL2FXCONST_SGL(-0.30587628726597f / 8.0) },
+  { FL2FXCONST_SGL( 0.69000803499316f / 8.0), FL2FXCONST_SGL( 0.90952171386132f / 8.0) },
+  { FL2FXCONST_SGL(-0.38658751133527f / 8.0), FL2FXCONST_SGL( 0.99501571208985f / 8.0) },
+  { FL2FXCONST_SGL(-0.29250814029851f / 8.0), FL2FXCONST_SGL( 0.37444994344615f / 8.0) },
+  { FL2FXCONST_SGL(-0.60182204677608f / 8.0), FL2FXCONST_SGL( 0.86779651036123f / 8.0) },
+  { FL2FXCONST_SGL(-0.97418588163217f / 8.0), FL2FXCONST_SGL( 0.96468523666475f / 8.0) },
+  { FL2FXCONST_SGL( 0.88461574003963f / 8.0), FL2FXCONST_SGL( 0.57508405276414f / 8.0) },
+  { FL2FXCONST_SGL( 0.05198933055162f / 8.0), FL2FXCONST_SGL( 0.21269661669964f / 8.0) },
+  { FL2FXCONST_SGL(-0.53499621979720f / 8.0), FL2FXCONST_SGL( 0.97241553731237f / 8.0) },
+  { FL2FXCONST_SGL(-0.49429560226497f / 8.0), FL2FXCONST_SGL( 0.98183865291903f / 8.0) },
+  { FL2FXCONST_SGL(-0.98935142339139f / 8.0), FL2FXCONST_SGL(-0.40249159006933f / 8.0) },
+  { FL2FXCONST_SGL(-0.98081380091130f / 8.0), FL2FXCONST_SGL(-0.72856895534041f / 8.0) },
+  { FL2FXCONST_SGL(-0.27338148835532f / 8.0), FL2FXCONST_SGL( 0.99950922447209f / 8.0) },
+  { FL2FXCONST_SGL( 0.06310802338302f / 8.0), FL2FXCONST_SGL(-0.54539587529618f / 8.0) },
+  { FL2FXCONST_SGL(-0.20461677199539f / 8.0), FL2FXCONST_SGL(-0.14209977628489f / 8.0) },
+  { FL2FXCONST_SGL( 0.66223843141647f / 8.0), FL2FXCONST_SGL( 0.72528579940326f / 8.0) },
+  { FL2FXCONST_SGL(-0.84764345483665f / 8.0), FL2FXCONST_SGL( 0.02372316801261f / 8.0) },
+  { FL2FXCONST_SGL(-0.89039863483811f / 8.0), FL2FXCONST_SGL( 0.88866581484602f / 8.0) },
+  { FL2FXCONST_SGL( 0.95903308477986f / 8.0), FL2FXCONST_SGL( 0.76744927173873f / 8.0) },
+  { FL2FXCONST_SGL( 0.73504123909879f / 8.0), FL2FXCONST_SGL(-0.03747203173192f / 8.0) },
+  { FL2FXCONST_SGL(-0.31744434966056f / 8.0), FL2FXCONST_SGL(-0.36834111883652f / 8.0) },
+  { FL2FXCONST_SGL(-0.34110827591623f / 8.0), FL2FXCONST_SGL( 0.40211222807691f / 8.0) },
+  { FL2FXCONST_SGL( 0.47803883714199f / 8.0), FL2FXCONST_SGL(-0.39423219786288f / 8.0) },
+  { FL2FXCONST_SGL( 0.98299195879514f / 8.0), FL2FXCONST_SGL( 0.01989791390047f / 8.0) },
+  { FL2FXCONST_SGL(-0.30963073129751f / 8.0), FL2FXCONST_SGL(-0.18076720599336f / 8.0) },
+  { FL2FXCONST_SGL( 0.99992588229018f / 8.0), FL2FXCONST_SGL(-0.26281872094289f / 8.0) },
+  { FL2FXCONST_SGL(-0.93149731080767f / 8.0), FL2FXCONST_SGL(-0.98313162570490f / 8.0) },
+  { FL2FXCONST_SGL( 0.99923472302773f / 8.0), FL2FXCONST_SGL(-0.80142993767554f / 8.0) },
+  { FL2FXCONST_SGL(-0.26024169633417f / 8.0), FL2FXCONST_SGL(-0.75999759855752f / 8.0) },
+  { FL2FXCONST_SGL(-0.35712514743563f / 8.0), FL2FXCONST_SGL( 0.19298963768574f / 8.0) },
+  { FL2FXCONST_SGL(-0.99899084509530f / 8.0), FL2FXCONST_SGL( 0.74645156992493f / 8.0) },
+  { FL2FXCONST_SGL( 0.86557171579452f / 8.0), FL2FXCONST_SGL( 0.55593866696299f / 8.0) },
+  { FL2FXCONST_SGL( 0.33408042438752f / 8.0), FL2FXCONST_SGL( 0.86185953874709f / 8.0) },
+  { FL2FXCONST_SGL( 0.99010736374716f / 8.0), FL2FXCONST_SGL( 0.04602397576623f / 8.0) },
+  { FL2FXCONST_SGL(-0.66694269691195f / 8.0), FL2FXCONST_SGL(-0.91643611810148f / 8.0) },
+  { FL2FXCONST_SGL( 0.64016792079480f / 8.0), FL2FXCONST_SGL( 0.15649530836856f / 8.0) },
+  { FL2FXCONST_SGL( 0.99570534804836f / 8.0), FL2FXCONST_SGL( 0.45844586038111f / 8.0) },
+  { FL2FXCONST_SGL(-0.63431466947340f / 8.0), FL2FXCONST_SGL( 0.21079116459234f / 8.0) },
+  { FL2FXCONST_SGL(-0.07706847005931f / 8.0), FL2FXCONST_SGL(-0.89581437101329f / 8.0) },
+  { FL2FXCONST_SGL( 0.98590090577724f / 8.0), FL2FXCONST_SGL( 0.88241721133981f / 8.0) },
+  { FL2FXCONST_SGL( 0.80099335254678f / 8.0), FL2FXCONST_SGL(-0.36851896710853f / 8.0) },
+  { FL2FXCONST_SGL( 0.78368131392666f / 8.0), FL2FXCONST_SGL( 0.45506999802597f / 8.0) },
+  { FL2FXCONST_SGL( 0.08707806671691f / 8.0), FL2FXCONST_SGL( 0.80938994918745f / 8.0) },
+  { FL2FXCONST_SGL(-0.86811883080712f / 8.0), FL2FXCONST_SGL( 0.39347308654705f / 8.0) },
+  { FL2FXCONST_SGL(-0.39466529740375f / 8.0), FL2FXCONST_SGL(-0.66809432114456f / 8.0) },
+  { FL2FXCONST_SGL( 0.97875325649683f / 8.0), FL2FXCONST_SGL(-0.72467840967746f / 8.0) },
+  { FL2FXCONST_SGL(-0.95038560288864f / 8.0), FL2FXCONST_SGL( 0.89563219587625f / 8.0) },
+  { FL2FXCONST_SGL( 0.17005239424212f / 8.0), FL2FXCONST_SGL( 0.54683053962658f / 8.0) },
+  { FL2FXCONST_SGL(-0.76910792026848f / 8.0), FL2FXCONST_SGL(-0.96226617549298f / 8.0) },
+  { FL2FXCONST_SGL( 0.99743281016846f / 8.0), FL2FXCONST_SGL( 0.42697157037567f / 8.0) },
+  { FL2FXCONST_SGL( 0.95437383549973f / 8.0), FL2FXCONST_SGL( 0.97002324109952f / 8.0) },
+  { FL2FXCONST_SGL( 0.99578905365569f / 8.0), FL2FXCONST_SGL(-0.54106826257356f / 8.0) },
+  { FL2FXCONST_SGL( 0.28058259829990f / 8.0), FL2FXCONST_SGL(-0.85361420634036f / 8.0) },
+  { FL2FXCONST_SGL( 0.85256524470573f / 8.0), FL2FXCONST_SGL(-0.64567607735589f / 8.0) },
+  { FL2FXCONST_SGL(-0.50608540105128f / 8.0), FL2FXCONST_SGL(-0.65846015480300f / 8.0) },
+  { FL2FXCONST_SGL(-0.97210735183243f / 8.0), FL2FXCONST_SGL(-0.23095213067791f / 8.0) },
+  { FL2FXCONST_SGL( 0.95424048234441f / 8.0), FL2FXCONST_SGL(-0.99240147091219f / 8.0) },
+  { FL2FXCONST_SGL(-0.96926570524023f / 8.0), FL2FXCONST_SGL( 0.73775654896574f / 8.0) },
+  { FL2FXCONST_SGL( 0.30872163214726f / 8.0), FL2FXCONST_SGL( 0.41514960556126f / 8.0) },
+  { FL2FXCONST_SGL(-0.24523839572639f / 8.0), FL2FXCONST_SGL( 0.63206633394807f / 8.0) },
+  { FL2FXCONST_SGL(-0.33813265086024f / 8.0), FL2FXCONST_SGL(-0.38661779441897f / 8.0) },
+  { FL2FXCONST_SGL(-0.05826828420146f / 8.0), FL2FXCONST_SGL(-0.06940774188029f / 8.0) },
+  { FL2FXCONST_SGL(-0.22898461455054f / 8.0), FL2FXCONST_SGL( 0.97054853316316f / 8.0) },
+  { FL2FXCONST_SGL(-0.18509915019881f / 8.0), FL2FXCONST_SGL( 0.47565762892084f / 8.0) },
+  { FL2FXCONST_SGL(-0.10488238045009f / 8.0), FL2FXCONST_SGL(-0.87769947402394f / 8.0) },
+  { FL2FXCONST_SGL(-0.71886586182037f / 8.0), FL2FXCONST_SGL( 0.78030982480538f / 8.0) },
+  { FL2FXCONST_SGL( 0.99793873738654f / 8.0), FL2FXCONST_SGL( 0.90041310491497f / 8.0) },
+  { FL2FXCONST_SGL( 0.57563307626120f / 8.0), FL2FXCONST_SGL(-0.91034337352097f / 8.0) },
+  { FL2FXCONST_SGL( 0.28909646383717f / 8.0), FL2FXCONST_SGL( 0.96307783970534f / 8.0) },
+  { FL2FXCONST_SGL( 0.42188998312520f / 8.0), FL2FXCONST_SGL( 0.48148651230437f / 8.0) },
+  { FL2FXCONST_SGL( 0.93335049681047f / 8.0), FL2FXCONST_SGL(-0.43537023883588f / 8.0) },
+  { FL2FXCONST_SGL(-0.97087374418267f / 8.0), FL2FXCONST_SGL( 0.86636445711364f / 8.0) },
+  { FL2FXCONST_SGL( 0.36722871286923f / 8.0), FL2FXCONST_SGL( 0.65291654172961f / 8.0) },
+  { FL2FXCONST_SGL(-0.81093025665696f / 8.0), FL2FXCONST_SGL( 0.08778370229363f / 8.0) },
+  { FL2FXCONST_SGL(-0.26240603062237f / 8.0), FL2FXCONST_SGL(-0.92774095379098f / 8.0) },
+  { FL2FXCONST_SGL( 0.83996497984604f / 8.0), FL2FXCONST_SGL( 0.55839849139647f / 8.0) },
+  { FL2FXCONST_SGL(-0.99909615720225f / 8.0), FL2FXCONST_SGL(-0.96024605713970f / 8.0) },
+  { FL2FXCONST_SGL( 0.74649464155061f / 8.0), FL2FXCONST_SGL( 0.12144893606462f / 8.0) },
+  { FL2FXCONST_SGL(-0.74774595569805f / 8.0), FL2FXCONST_SGL(-0.26898062008959f / 8.0) },
+  { FL2FXCONST_SGL( 0.95781667469567f / 8.0), FL2FXCONST_SGL(-0.79047927052628f / 8.0) },
+  { FL2FXCONST_SGL( 0.95472308713099f / 8.0), FL2FXCONST_SGL(-0.08588776019550f / 8.0) },
+  { FL2FXCONST_SGL( 0.48708332746299f / 8.0), FL2FXCONST_SGL( 0.99999041579432f / 8.0) },
+  { FL2FXCONST_SGL( 0.46332038247497f / 8.0), FL2FXCONST_SGL( 0.10964126185063f / 8.0) },
+  { FL2FXCONST_SGL(-0.76497004940162f / 8.0), FL2FXCONST_SGL( 0.89210929242238f / 8.0) },
+  { FL2FXCONST_SGL( 0.57397389364339f / 8.0), FL2FXCONST_SGL( 0.35289703373760f / 8.0) },
+  { FL2FXCONST_SGL( 0.75374316974495f / 8.0), FL2FXCONST_SGL( 0.96705214651335f / 8.0) },
+  { FL2FXCONST_SGL(-0.59174397685714f / 8.0), FL2FXCONST_SGL(-0.89405370422752f / 8.0) },
+  { FL2FXCONST_SGL( 0.75087906691890f / 8.0), FL2FXCONST_SGL(-0.29612672982396f / 8.0) },
+  { FL2FXCONST_SGL(-0.98607857336230f / 8.0), FL2FXCONST_SGL( 0.25034911730023f / 8.0) },
+  { FL2FXCONST_SGL(-0.40761056640505f / 8.0), FL2FXCONST_SGL(-0.90045573444695f / 8.0) },
+  { FL2FXCONST_SGL( 0.66929266740477f / 8.0), FL2FXCONST_SGL( 0.98629493401748f / 8.0) },
+  { FL2FXCONST_SGL(-0.97463695257310f / 8.0), FL2FXCONST_SGL(-0.00190223301301f / 8.0) },
+  { FL2FXCONST_SGL( 0.90145509409859f / 8.0), FL2FXCONST_SGL( 0.99781390365446f / 8.0) },
+  { FL2FXCONST_SGL(-0.87259289048043f / 8.0), FL2FXCONST_SGL( 0.99233587353666f / 8.0) },
+  { FL2FXCONST_SGL(-0.91529461447692f / 8.0), FL2FXCONST_SGL(-0.15698707534206f / 8.0) },
+  { FL2FXCONST_SGL(-0.03305738840705f / 8.0), FL2FXCONST_SGL(-0.37205262859764f / 8.0) },
+  { FL2FXCONST_SGL( 0.07223051368337f / 8.0), FL2FXCONST_SGL(-0.88805001733626f / 8.0) },
+  { FL2FXCONST_SGL( 0.99498012188353f / 8.0), FL2FXCONST_SGL( 0.97094358113387f / 8.0) },
+  { FL2FXCONST_SGL(-0.74904939500519f / 8.0), FL2FXCONST_SGL( 0.99985483641521f / 8.0) },
+  { FL2FXCONST_SGL( 0.04585228574211f / 8.0), FL2FXCONST_SGL( 0.99812337444082f / 8.0) },
+  { FL2FXCONST_SGL(-0.89054954257993f / 8.0), FL2FXCONST_SGL(-0.31791913188064f / 8.0) },
+  { FL2FXCONST_SGL(-0.83782144651251f / 8.0), FL2FXCONST_SGL( 0.97637632547466f / 8.0) },
+  { FL2FXCONST_SGL( 0.33454804933804f / 8.0), FL2FXCONST_SGL(-0.86231516800408f / 8.0) },
+  { FL2FXCONST_SGL(-0.99707579362824f / 8.0), FL2FXCONST_SGL( 0.93237990079441f / 8.0) },
+  { FL2FXCONST_SGL(-0.22827527843994f / 8.0), FL2FXCONST_SGL( 0.18874759397997f / 8.0) },
+  { FL2FXCONST_SGL( 0.67248046289143f / 8.0), FL2FXCONST_SGL(-0.03646211390569f / 8.0) },
+  { FL2FXCONST_SGL(-0.05146538187944f / 8.0), FL2FXCONST_SGL(-0.92599700120679f / 8.0) },
+  { FL2FXCONST_SGL( 0.99947295749905f / 8.0), FL2FXCONST_SGL( 0.93625229707912f / 8.0) },
+  { FL2FXCONST_SGL( 0.66951124390363f / 8.0), FL2FXCONST_SGL( 0.98905825623893f / 8.0) },
+  { FL2FXCONST_SGL(-0.99602956559179f / 8.0), FL2FXCONST_SGL(-0.44654715757688f / 8.0) },
+  { FL2FXCONST_SGL( 0.82104905483590f / 8.0), FL2FXCONST_SGL( 0.99540741724928f / 8.0) },
+  { FL2FXCONST_SGL( 0.99186510988782f / 8.0), FL2FXCONST_SGL( 0.72023001312947f / 8.0) },
+  { FL2FXCONST_SGL(-0.65284592392918f / 8.0), FL2FXCONST_SGL( 0.52186723253637f / 8.0) },
+  { FL2FXCONST_SGL( 0.93885443798188f / 8.0), FL2FXCONST_SGL(-0.74895312615259f / 8.0) },
+  { FL2FXCONST_SGL( 0.96735248738388f / 8.0), FL2FXCONST_SGL( 0.90891816978629f / 8.0) },
+  { FL2FXCONST_SGL(-0.22225968841114f / 8.0), FL2FXCONST_SGL( 0.57124029781228f / 8.0) },
+  { FL2FXCONST_SGL(-0.44132783753414f / 8.0), FL2FXCONST_SGL(-0.92688840659280f / 8.0) },
+  { FL2FXCONST_SGL(-0.85694974219574f / 8.0), FL2FXCONST_SGL( 0.88844532719844f / 8.0) },
+  { FL2FXCONST_SGL( 0.91783042091762f / 8.0), FL2FXCONST_SGL(-0.46356892383970f / 8.0) },
+  { FL2FXCONST_SGL( 0.72556974415690f / 8.0), FL2FXCONST_SGL(-0.99899555770747f / 8.0) },
+  { FL2FXCONST_SGL(-0.99711581834508f / 8.0), FL2FXCONST_SGL( 0.58211560180426f / 8.0) },
+  { FL2FXCONST_SGL( 0.77638976371966f / 8.0), FL2FXCONST_SGL( 0.94321834873819f / 8.0) },
+  { FL2FXCONST_SGL( 0.07717324253925f / 8.0), FL2FXCONST_SGL( 0.58638399856595f / 8.0) },
+  { FL2FXCONST_SGL(-0.56049829194163f / 8.0), FL2FXCONST_SGL( 0.82522301569036f / 8.0) },
+  { FL2FXCONST_SGL( 0.98398893639988f / 8.0), FL2FXCONST_SGL( 0.39467440420569f / 8.0) },
+  { FL2FXCONST_SGL( 0.47546946844938f / 8.0), FL2FXCONST_SGL( 0.68613044836811f / 8.0) },
+  { FL2FXCONST_SGL( 0.65675089314631f / 8.0), FL2FXCONST_SGL( 0.18331637134880f / 8.0) },
+  { FL2FXCONST_SGL( 0.03273375457980f / 8.0), FL2FXCONST_SGL(-0.74933109564108f / 8.0) },
+  { FL2FXCONST_SGL(-0.38684144784738f / 8.0), FL2FXCONST_SGL( 0.51337349030406f / 8.0) },
+  { FL2FXCONST_SGL(-0.97346267944545f / 8.0), FL2FXCONST_SGL(-0.96549364384098f / 8.0) },
+  { FL2FXCONST_SGL(-0.53282156061942f / 8.0), FL2FXCONST_SGL(-0.91423265091354f / 8.0) },
+  { FL2FXCONST_SGL( 0.99817310731176f / 8.0), FL2FXCONST_SGL( 0.61133572482148f / 8.0) },
+  { FL2FXCONST_SGL(-0.50254500772635f / 8.0), FL2FXCONST_SGL(-0.88829338134294f / 8.0) },
+  { FL2FXCONST_SGL( 0.01995873238855f / 8.0), FL2FXCONST_SGL( 0.85223515096765f / 8.0) },
+  { FL2FXCONST_SGL( 0.99930381973804f / 8.0), FL2FXCONST_SGL( 0.94578896296649f / 8.0) },
+  { FL2FXCONST_SGL( 0.82907767600783f / 8.0), FL2FXCONST_SGL(-0.06323442598128f / 8.0) },
+  { FL2FXCONST_SGL(-0.58660709669728f / 8.0), FL2FXCONST_SGL( 0.96840773806582f / 8.0) },
+  { FL2FXCONST_SGL(-0.17573736667267f / 8.0), FL2FXCONST_SGL(-0.48166920859485f / 8.0) },
+  { FL2FXCONST_SGL( 0.83434292401346f / 8.0), FL2FXCONST_SGL(-0.13023450646997f / 8.0) },
+  { FL2FXCONST_SGL( 0.05946491307025f / 8.0), FL2FXCONST_SGL( 0.20511047074866f / 8.0) },
+  { FL2FXCONST_SGL( 0.81505484574602f / 8.0), FL2FXCONST_SGL(-0.94685947861369f / 8.0) },
+  { FL2FXCONST_SGL(-0.44976380954860f / 8.0), FL2FXCONST_SGL( 0.40894572671545f / 8.0) },
+  { FL2FXCONST_SGL(-0.89746474625671f / 8.0), FL2FXCONST_SGL( 0.99846578838537f / 8.0) },
+  { FL2FXCONST_SGL( 0.39677256130792f / 8.0), FL2FXCONST_SGL(-0.74854668609359f / 8.0) },
+  { FL2FXCONST_SGL(-0.07588948563079f / 8.0), FL2FXCONST_SGL( 0.74096214084170f / 8.0) },
+  { FL2FXCONST_SGL( 0.76343198951445f / 8.0), FL2FXCONST_SGL( 0.41746629422634f / 8.0) },
+  { FL2FXCONST_SGL(-0.74490104699626f / 8.0), FL2FXCONST_SGL( 0.94725911744610f / 8.0) },
+  { FL2FXCONST_SGL( 0.64880119792759f / 8.0), FL2FXCONST_SGL( 0.41336660830571f / 8.0) },
+  { FL2FXCONST_SGL( 0.62319537462542f / 8.0), FL2FXCONST_SGL(-0.93098313552599f / 8.0) },
+  { FL2FXCONST_SGL( 0.42215817594807f / 8.0), FL2FXCONST_SGL(-0.07712787385208f / 8.0) },
+  { FL2FXCONST_SGL( 0.02704554141885f / 8.0), FL2FXCONST_SGL(-0.05417518053666f / 8.0) },
+  { FL2FXCONST_SGL( 0.80001773566818f / 8.0), FL2FXCONST_SGL( 0.91542195141039f / 8.0) },
+  { FL2FXCONST_SGL(-0.79351832348816f / 8.0), FL2FXCONST_SGL(-0.36208897989136f / 8.0) },
+  { FL2FXCONST_SGL( 0.63872359151636f / 8.0), FL2FXCONST_SGL( 0.08128252493444f / 8.0) },
+  { FL2FXCONST_SGL( 0.52890520960295f / 8.0), FL2FXCONST_SGL( 0.60048872455592f / 8.0) },
+  { FL2FXCONST_SGL( 0.74238552914587f / 8.0), FL2FXCONST_SGL( 0.04491915291044f / 8.0) },
+  { FL2FXCONST_SGL( 0.99096131449250f / 8.0), FL2FXCONST_SGL(-0.19451182854402f / 8.0) },
+  { FL2FXCONST_SGL(-0.80412329643109f / 8.0), FL2FXCONST_SGL(-0.88513818199457f / 8.0) },
+  { FL2FXCONST_SGL(-0.64612616129736f / 8.0), FL2FXCONST_SGL( 0.72198674804544f / 8.0) },
+  { FL2FXCONST_SGL( 0.11657770663191f / 8.0), FL2FXCONST_SGL(-0.83662833815041f / 8.0) },
+  { FL2FXCONST_SGL(-0.95053182488101f / 8.0), FL2FXCONST_SGL(-0.96939905138082f / 8.0) },
+  { FL2FXCONST_SGL(-0.62228872928622f / 8.0), FL2FXCONST_SGL( 0.82767262846661f / 8.0) },
+  { FL2FXCONST_SGL( 0.03004475787316f / 8.0), FL2FXCONST_SGL(-0.99738896333384f / 8.0) },
+  { FL2FXCONST_SGL(-0.97987214341034f / 8.0), FL2FXCONST_SGL( 0.36526129686425f / 8.0) },
+  { FL2FXCONST_SGL(-0.99986980746200f / 8.0), FL2FXCONST_SGL(-0.36021610299715f / 8.0) },
+  { FL2FXCONST_SGL( 0.89110648599879f / 8.0), FL2FXCONST_SGL(-0.97894250343044f / 8.0) },
+  { FL2FXCONST_SGL( 0.10407960510582f / 8.0), FL2FXCONST_SGL( 0.77357793811619f / 8.0) },
+  { FL2FXCONST_SGL( 0.95964737821728f / 8.0), FL2FXCONST_SGL(-0.35435818285502f / 8.0) },
+  { FL2FXCONST_SGL( 0.50843233159162f / 8.0), FL2FXCONST_SGL( 0.96107691266205f / 8.0) },
+  { FL2FXCONST_SGL( 0.17006334670615f / 8.0), FL2FXCONST_SGL(-0.76854025314829f / 8.0) },
+  { FL2FXCONST_SGL( 0.25872675063360f / 8.0), FL2FXCONST_SGL( 0.99893303933816f / 8.0) },
+  { FL2FXCONST_SGL(-0.01115998681937f / 8.0), FL2FXCONST_SGL( 0.98496019742444f / 8.0) },
+  { FL2FXCONST_SGL(-0.79598702973261f / 8.0), FL2FXCONST_SGL( 0.97138411318894f / 8.0) },
+  { FL2FXCONST_SGL(-0.99264708948101f / 8.0), FL2FXCONST_SGL(-0.99542822402536f / 8.0) },
+  { FL2FXCONST_SGL(-0.99829663752818f / 8.0), FL2FXCONST_SGL( 0.01877138824311f / 8.0) },
+  { FL2FXCONST_SGL(-0.70801016548184f / 8.0), FL2FXCONST_SGL( 0.33680685948117f / 8.0) },
+  { FL2FXCONST_SGL(-0.70467057786826f / 8.0), FL2FXCONST_SGL( 0.93272777501857f / 8.0) },
+  { FL2FXCONST_SGL( 0.99846021905254f / 8.0), FL2FXCONST_SGL(-0.98725746254433f / 8.0) },
+  { FL2FXCONST_SGL(-0.63364968534650f / 8.0), FL2FXCONST_SGL(-0.16473594423746f / 8.0) },
+  { FL2FXCONST_SGL(-0.16258217500792f / 8.0), FL2FXCONST_SGL(-0.95939125400802f / 8.0) },
+  { FL2FXCONST_SGL(-0.43645594360633f / 8.0), FL2FXCONST_SGL(-0.94805030113284f / 8.0) },
+  { FL2FXCONST_SGL(-0.99848471702976f / 8.0), FL2FXCONST_SGL( 0.96245166923809f / 8.0) },
+  { FL2FXCONST_SGL(-0.16796458968998f / 8.0), FL2FXCONST_SGL(-0.98987511890470f / 8.0) },
+  { FL2FXCONST_SGL(-0.87979225745213f / 8.0), FL2FXCONST_SGL(-0.71725725041680f / 8.0) },
+  { FL2FXCONST_SGL( 0.44183099021786f / 8.0), FL2FXCONST_SGL(-0.93568974498761f / 8.0) },
+  { FL2FXCONST_SGL( 0.93310180125532f / 8.0), FL2FXCONST_SGL(-0.99913308068246f / 8.0) },
+  { FL2FXCONST_SGL(-0.93941931782002f / 8.0), FL2FXCONST_SGL(-0.56409379640356f / 8.0) },
+  { FL2FXCONST_SGL(-0.88590003188677f / 8.0), FL2FXCONST_SGL( 0.47624600491382f / 8.0) },
+  { FL2FXCONST_SGL( 0.99971463703691f / 8.0), FL2FXCONST_SGL(-0.83889954253462f / 8.0) },
+  { FL2FXCONST_SGL(-0.75376385639978f / 8.0), FL2FXCONST_SGL( 0.00814643438625f / 8.0) },
+  { FL2FXCONST_SGL( 0.93887685615875f / 8.0), FL2FXCONST_SGL(-0.11284528204636f / 8.0) },
+  { FL2FXCONST_SGL( 0.85126435782309f / 8.0), FL2FXCONST_SGL( 0.52349251543547f / 8.0) },
+  { FL2FXCONST_SGL( 0.39701421446381f / 8.0), FL2FXCONST_SGL( 0.81779634174316f / 8.0) },
+  { FL2FXCONST_SGL(-0.37024464187437f / 8.0), FL2FXCONST_SGL(-0.87071656222959f / 8.0) },
+  { FL2FXCONST_SGL(-0.36024828242896f / 8.0), FL2FXCONST_SGL( 0.34655735648287f / 8.0) },
+  { FL2FXCONST_SGL(-0.93388812549209f / 8.0), FL2FXCONST_SGL(-0.84476541096429f / 8.0) },
+  { FL2FXCONST_SGL(-0.65298804552119f / 8.0), FL2FXCONST_SGL(-0.18439575450921f / 8.0) },
+  { FL2FXCONST_SGL( 0.11960319006843f / 8.0), FL2FXCONST_SGL( 0.99899346780168f / 8.0) },
+  { FL2FXCONST_SGL( 0.94292565553160f / 8.0), FL2FXCONST_SGL( 0.83163906518293f / 8.0) },
+  { FL2FXCONST_SGL( 0.75081145286948f / 8.0), FL2FXCONST_SGL(-0.35533223142265f / 8.0) },
+  { FL2FXCONST_SGL( 0.56721979748394f / 8.0), FL2FXCONST_SGL(-0.24076836414499f / 8.0) },
+  { FL2FXCONST_SGL( 0.46857766746029f / 8.0), FL2FXCONST_SGL(-0.30140233457198f / 8.0) },
+  { FL2FXCONST_SGL( 0.97312313923635f / 8.0), FL2FXCONST_SGL(-0.99548191630031f / 8.0) },
+  { FL2FXCONST_SGL(-0.38299976567017f / 8.0), FL2FXCONST_SGL( 0.98516909715427f / 8.0) },
+  { FL2FXCONST_SGL( 0.41025800019463f / 8.0), FL2FXCONST_SGL( 0.02116736935734f / 8.0) },
+  { FL2FXCONST_SGL( 0.09638062008048f / 8.0), FL2FXCONST_SGL( 0.04411984381457f / 8.0) },
+  { FL2FXCONST_SGL(-0.85283249275397f / 8.0), FL2FXCONST_SGL( 0.91475563922421f / 8.0) },
+  { FL2FXCONST_SGL( 0.88866808958124f / 8.0), FL2FXCONST_SGL(-0.99735267083226f / 8.0) },
+  { FL2FXCONST_SGL(-0.48202429536989f / 8.0), FL2FXCONST_SGL(-0.96805608884164f / 8.0) },
+  { FL2FXCONST_SGL( 0.27572582416567f / 8.0), FL2FXCONST_SGL( 0.58634753335832f / 8.0) },
+  { FL2FXCONST_SGL(-0.65889129659168f / 8.0), FL2FXCONST_SGL( 0.58835634138583f / 8.0) },
+  { FL2FXCONST_SGL( 0.98838086953732f / 8.0), FL2FXCONST_SGL( 0.99994349600236f / 8.0) },
+  { FL2FXCONST_SGL(-0.20651349620689f / 8.0), FL2FXCONST_SGL( 0.54593044066355f / 8.0) },
+  { FL2FXCONST_SGL(-0.62126416356920f / 8.0), FL2FXCONST_SGL(-0.59893681700392f / 8.0) },
+  { FL2FXCONST_SGL( 0.20320105410437f / 8.0), FL2FXCONST_SGL(-0.86879180355289f / 8.0) },
+  { FL2FXCONST_SGL(-0.97790548600584f / 8.0), FL2FXCONST_SGL( 0.96290806999242f / 8.0) },
+  { FL2FXCONST_SGL( 0.11112534735126f / 8.0), FL2FXCONST_SGL( 0.21484763313301f / 8.0) },
+  { FL2FXCONST_SGL(-0.41368337314182f / 8.0), FL2FXCONST_SGL( 0.28216837680365f / 8.0) },
+  { FL2FXCONST_SGL( 0.24133038992960f / 8.0), FL2FXCONST_SGL( 0.51294362630238f / 8.0) },
+  { FL2FXCONST_SGL(-0.66393410674885f / 8.0), FL2FXCONST_SGL(-0.08249679629081f / 8.0) },
+  { FL2FXCONST_SGL(-0.53697829178752f / 8.0), FL2FXCONST_SGL(-0.97649903936228f / 8.0) },
+  { FL2FXCONST_SGL(-0.97224737889348f / 8.0), FL2FXCONST_SGL( 0.22081333579837f / 8.0) },
+  { FL2FXCONST_SGL( 0.87392477144549f / 8.0), FL2FXCONST_SGL(-0.12796173740361f / 8.0) },
+  { FL2FXCONST_SGL( 0.19050361015753f / 8.0), FL2FXCONST_SGL( 0.01602615387195f / 8.0) },
+  { FL2FXCONST_SGL(-0.46353441212724f / 8.0), FL2FXCONST_SGL(-0.95249041539006f / 8.0) },
+  { FL2FXCONST_SGL(-0.07064096339021f / 8.0), FL2FXCONST_SGL(-0.94479803205886f / 8.0) },
+  { FL2FXCONST_SGL(-0.92444085484466f / 8.0), FL2FXCONST_SGL(-0.10457590187436f / 8.0) },
+  { FL2FXCONST_SGL(-0.83822593578728f / 8.0), FL2FXCONST_SGL(-0.01695043208885f / 8.0) },
+  { FL2FXCONST_SGL( 0.75214681811150f / 8.0), FL2FXCONST_SGL(-0.99955681042665f / 8.0) },
+  { FL2FXCONST_SGL(-0.42102998829339f / 8.0), FL2FXCONST_SGL( 0.99720941999394f / 8.0) },
+  { FL2FXCONST_SGL(-0.72094786237696f / 8.0), FL2FXCONST_SGL(-0.35008961934255f / 8.0) },
+  { FL2FXCONST_SGL( 0.78843311019251f / 8.0), FL2FXCONST_SGL( 0.52851398958271f / 8.0) },
+  { FL2FXCONST_SGL( 0.97394027897442f / 8.0), FL2FXCONST_SGL(-0.26695944086561f / 8.0) },
+  { FL2FXCONST_SGL( 0.99206463477946f / 8.0), FL2FXCONST_SGL(-0.57010120849429f / 8.0) },
+  { FL2FXCONST_SGL( 0.76789609461795f / 8.0), FL2FXCONST_SGL(-0.76519356730966f / 8.0) },
+  { FL2FXCONST_SGL(-0.82002421836409f / 8.0), FL2FXCONST_SGL(-0.73530179553767f / 8.0) },
+  { FL2FXCONST_SGL( 0.81924990025724f / 8.0), FL2FXCONST_SGL( 0.99698425250579f / 8.0) },
+  { FL2FXCONST_SGL(-0.26719850873357f / 8.0), FL2FXCONST_SGL( 0.68903369776193f / 8.0) },
+  { FL2FXCONST_SGL(-0.43311260380975f / 8.0), FL2FXCONST_SGL( 0.85321815947490f / 8.0) },
+  { FL2FXCONST_SGL( 0.99194979673836f / 8.0), FL2FXCONST_SGL( 0.91876249766422f / 8.0) },
+  { FL2FXCONST_SGL(-0.80692001248487f / 8.0), FL2FXCONST_SGL(-0.32627540663214f / 8.0) },
+  { FL2FXCONST_SGL( 0.43080003649976f / 8.0), FL2FXCONST_SGL(-0.21919095636638f / 8.0) },
+  { FL2FXCONST_SGL( 0.67709491937357f / 8.0), FL2FXCONST_SGL(-0.95478075822906f / 8.0) },
+  { FL2FXCONST_SGL( 0.56151770568316f / 8.0), FL2FXCONST_SGL(-0.70693811747778f / 8.0) },
+  { FL2FXCONST_SGL( 0.10831862810749f / 8.0), FL2FXCONST_SGL(-0.08628837174592f / 8.0) },
+  { FL2FXCONST_SGL( 0.91229417540436f / 8.0), FL2FXCONST_SGL(-0.65987351408410f / 8.0) },
+  { FL2FXCONST_SGL(-0.48972893932274f / 8.0), FL2FXCONST_SGL( 0.56289246362686f / 8.0) },
+  { FL2FXCONST_SGL(-0.89033658689697f / 8.0), FL2FXCONST_SGL(-0.71656563987082f / 8.0) },
+  { FL2FXCONST_SGL( 0.65269447475094f / 8.0), FL2FXCONST_SGL( 0.65916004833932f / 8.0) },
+  { FL2FXCONST_SGL( 0.67439478141121f / 8.0), FL2FXCONST_SGL(-0.81684380846796f / 8.0) },
+  { FL2FXCONST_SGL(-0.47770832416973f / 8.0), FL2FXCONST_SGL(-0.16789556203025f / 8.0) },
+  { FL2FXCONST_SGL(-0.99715979260878f / 8.0), FL2FXCONST_SGL(-0.93565784007648f / 8.0) },
+  { FL2FXCONST_SGL(-0.90889593602546f / 8.0), FL2FXCONST_SGL( 0.62034397054380f / 8.0) },
+  { FL2FXCONST_SGL(-0.06618622548177f / 8.0), FL2FXCONST_SGL(-0.23812217221359f / 8.0) },
+  { FL2FXCONST_SGL( 0.99430266919728f / 8.0), FL2FXCONST_SGL( 0.18812555317553f / 8.0) },
+  { FL2FXCONST_SGL( 0.97686402381843f / 8.0), FL2FXCONST_SGL(-0.28664534366620f / 8.0) },
+  { FL2FXCONST_SGL( 0.94813650221268f / 8.0), FL2FXCONST_SGL(-0.97506640027128f / 8.0) },
+  { FL2FXCONST_SGL(-0.95434497492853f / 8.0), FL2FXCONST_SGL(-0.79607978501983f / 8.0) },
+  { FL2FXCONST_SGL(-0.49104783137150f / 8.0), FL2FXCONST_SGL( 0.32895214359663f / 8.0) },
+  { FL2FXCONST_SGL( 0.99881175120751f / 8.0), FL2FXCONST_SGL( 0.88993983831354f / 8.0) },
+  { FL2FXCONST_SGL( 0.50449166760303f / 8.0), FL2FXCONST_SGL(-0.85995072408434f / 8.0) },
+  { FL2FXCONST_SGL( 0.47162891065108f / 8.0), FL2FXCONST_SGL(-0.18680204049569f / 8.0) },
+  { FL2FXCONST_SGL(-0.62081581361840f / 8.0), FL2FXCONST_SGL( 0.75000676218956f / 8.0) },
+  { FL2FXCONST_SGL(-0.43867015250812f / 8.0), FL2FXCONST_SGL( 0.99998069244322f / 8.0) },
+  { FL2FXCONST_SGL( 0.98630563232075f / 8.0), FL2FXCONST_SGL(-0.53578899600662f / 8.0) },
+  { FL2FXCONST_SGL(-0.61510362277374f / 8.0), FL2FXCONST_SGL(-0.89515019899997f / 8.0) },
+  { FL2FXCONST_SGL(-0.03841517601843f / 8.0), FL2FXCONST_SGL(-0.69888815681179f / 8.0) },
+  { FL2FXCONST_SGL(-0.30102157304644f / 8.0), FL2FXCONST_SGL(-0.07667808922205f / 8.0) },
+  { FL2FXCONST_SGL( 0.41881284182683f / 8.0), FL2FXCONST_SGL( 0.02188098922282f / 8.0) },
+  { FL2FXCONST_SGL(-0.86135454941237f / 8.0), FL2FXCONST_SGL( 0.98947480909359f / 8.0) },
+  { FL2FXCONST_SGL( 0.67226861393788f / 8.0), FL2FXCONST_SGL(-0.13494389011014f / 8.0) },
+  { FL2FXCONST_SGL(-0.70737398842068f / 8.0), FL2FXCONST_SGL(-0.76547349325992f / 8.0) },
+  { FL2FXCONST_SGL( 0.94044946687963f / 8.0), FL2FXCONST_SGL( 0.09026201157416f / 8.0) },
+  { FL2FXCONST_SGL(-0.82386352534327f / 8.0), FL2FXCONST_SGL( 0.08924768823676f / 8.0) },
+  { FL2FXCONST_SGL(-0.32070666698656f / 8.0), FL2FXCONST_SGL( 0.50143421908753f / 8.0) },
+  { FL2FXCONST_SGL( 0.57593163224487f / 8.0), FL2FXCONST_SGL(-0.98966422921509f / 8.0) },
+  { FL2FXCONST_SGL(-0.36326018419965f / 8.0), FL2FXCONST_SGL( 0.07440243123228f / 8.0) },
+  { FL2FXCONST_SGL( 0.99979044674350f / 8.0), FL2FXCONST_SGL(-0.14130287347405f / 8.0) },
+  { FL2FXCONST_SGL(-0.92366023326932f / 8.0), FL2FXCONST_SGL(-0.97979298068180f / 8.0) },
+  { FL2FXCONST_SGL(-0.44607178518598f / 8.0), FL2FXCONST_SGL(-0.54233252016394f / 8.0) },
+  { FL2FXCONST_SGL( 0.44226800932956f / 8.0), FL2FXCONST_SGL( 0.71326756742752f / 8.0) },
+  { FL2FXCONST_SGL( 0.03671907158312f / 8.0), FL2FXCONST_SGL( 0.63606389366675f / 8.0) },
+  { FL2FXCONST_SGL( 0.52175424682195f / 8.0), FL2FXCONST_SGL(-0.85396826735705f / 8.0) },
+  { FL2FXCONST_SGL(-0.94701139690956f / 8.0), FL2FXCONST_SGL(-0.01826348194255f / 8.0) },
+  { FL2FXCONST_SGL(-0.98759606946049f / 8.0), FL2FXCONST_SGL( 0.82288714303073f / 8.0) },
+  { FL2FXCONST_SGL( 0.87434794743625f / 8.0), FL2FXCONST_SGL( 0.89399495655433f / 8.0) },
+  { FL2FXCONST_SGL(-0.93412041758744f / 8.0), FL2FXCONST_SGL( 0.41374052024363f / 8.0) },
+  { FL2FXCONST_SGL( 0.96063943315511f / 8.0), FL2FXCONST_SGL( 0.93116709541280f / 8.0) },
+  { FL2FXCONST_SGL( 0.97534253457837f / 8.0), FL2FXCONST_SGL( 0.86150930812689f / 8.0) },
+  { FL2FXCONST_SGL( 0.99642466504163f / 8.0), FL2FXCONST_SGL( 0.70190043427512f / 8.0) },
+  { FL2FXCONST_SGL(-0.94705089665984f / 8.0), FL2FXCONST_SGL(-0.29580042814306f / 8.0) },
+  { FL2FXCONST_SGL( 0.91599807087376f / 8.0), FL2FXCONST_SGL(-0.98147830385781f / 8.0) }
+};
+//@}
+
+/*
+static const FIXP_SGL harmonicPhase [2][4] = {
+  { 1.0, 0.0, -1.0,  0.0},
+  { 0.0, 1.0,  0.0, -1.0}
+};
+*/
+
+
+/* The CLDFB-80 is not linear phase (unsymmetric), but the exact
+   phase difference between adjacent bands, at exact positions
+   (in this case exactly in the frequency band centre), can of
+   course be determined anyway. While the standard symmetric QMF
+   bank has a phase difference of 0.5*pi, the CLDFB-80
+   bank has the difference 0.2337*pi. */
+const FIXP_SGL harmonicPhaseX [2][4] = {
+  { FL2FXCONST_SGL( 7.423735494778151e-001), FL2FXCONST_SGL(-6.699862036159475e-001),
+    FL2FXCONST_SGL(-7.423735494778152e-001), FL2FXCONST_SGL( 6.699862036159474e-001) },
+  { FL2FXCONST_SGL( 7.423735494778151e-001), FL2FXCONST_SGL( 6.699862036159476e-001),
+    FL2FXCONST_SGL(-7.423735494778151e-001), FL2FXCONST_SGL(-6.699862036159476e-001) }
+};
+
+/* tables for SBR and AAC LD */
+/* table for 8 time slot index */
+const int FDK_sbrDecoder_envelopeTable_8 [8][5] = {
+/* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+/* borders from left to right side; -1 = not in use */
+    /*[|T-|------]*/  { 2, 0, 0, 1, -1 },
+    /*[|-T-|-----]*/  { 2, 0, 0, 2, -1 },
+    /*[--|T-|----]*/  { 3, 1, 1, 2,  4 },
+    /*[---|T-|---]*/  { 3, 1, 1, 3,  5 },
+    /*[----|T-|--]*/  { 3, 1, 1, 4,  6 },
+    /*[-----|T--|]*/  { 2, 1, 1, 5, -1 },
+    /*[------|T-|]*/  { 2, 1, 1, 6, -1 },
+    /*[-------|T|]*/  { 2, 1, 1, 7, -1 },
+};
+
+/* table for 15 time slot index */
+const int FDK_sbrDecoder_envelopeTable_15 [15][6] = {
+    /* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+    /* length from left to right side; -1 = not in use */
+    /*[|T---|------------]*/ { 2, 0, 0, 4, -1, -1},
+    /*[|-T---|-----------]*/ { 2, 0, 0, 5, -1, -1},
+    /*[|--|T---|---------]*/ { 3, 1, 1, 2,  6, -1},
+    /*[|---|T---|--------]*/ { 3, 1, 1, 3,  7, -1},
+    /*[|----|T---|-------]*/ { 3, 1, 1, 4,  8, -1},
+    /*[|-----|T---|------]*/ { 3, 1, 1, 5,  9, -1},
+    /*[|------|T---|-----]*/ { 3, 1, 1, 6, 10, -1},
+    /*[|-------|T---|----]*/ { 3, 1, 1, 7, 11, -1},
+    /*[|--------|T---|---]*/ { 3, 1, 1, 8, 12, -1},
+    /*[|---------|T---|--]*/ { 3, 1, 1, 9, 13, -1},
+    /*[|----------|T----|]*/ { 2, 1, 1,10, -1, -1},
+    /*[|-----------|T---|]*/ { 2, 1, 1,11, -1, -1},
+    /*[|------------|T--|]*/ { 2, 1, 1,12, -1, -1},
+    /*[|-------------|T-|]*/ { 2, 1, 1,13, -1, -1},
+    /*[|--------------|T|]*/ { 2, 1, 1,14, -1, -1},
+};
+
+/* table for 16 time slot index */
+const int FDK_sbrDecoder_envelopeTable_16 [16][6] = {
+    /* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+    /* length from left to right side; -1 = not in use */
+    /*[|T---|------------|]*/ { 2, 0, 0, 4, -1, -1},
+    /*[|-T---|-----------|]*/ { 2, 0, 0, 5, -1, -1},
+    /*[|--|T---|----------]*/ { 3, 1, 1, 2,  6, -1},
+    /*[|---|T---|---------]*/ { 3, 1, 1, 3,  7, -1},
+    /*[|----|T---|--------]*/ { 3, 1, 1, 4,  8, -1},
+    /*[|-----|T---|-------]*/ { 3, 1, 1, 5,  9, -1},
+    /*[|------|T---|------]*/ { 3, 1, 1, 6, 10, -1},
+    /*[|-------|T---|-----]*/ { 3, 1, 1, 7, 11, -1},
+    /*[|--------|T---|----]*/ { 3, 1, 1, 8, 12, -1},
+    /*[|---------|T---|---]*/ { 3, 1, 1, 9, 13, -1},
+    /*[|----------|T---|--]*/ { 3, 1, 1,10, 14, -1},
+    /*[|-----------|T----|]*/ { 2, 1, 1,11, -1, -1},
+    /*[|------------|T---|]*/ { 2, 1, 1,12, -1, -1},
+    /*[|-------------|T--|]*/ { 2, 1, 1,13, -1, -1},
+    /*[|--------------|T-|]*/ { 2, 1, 1,14, -1, -1},
+    /*[|---------------|T|]*/ { 2, 1, 1,15, -1, -1},
+};
+
+/*!
+  \name FrameInfoDefaults
+
+  Predefined envelope positions for the FIX-FIX case (static framing)
+*/
+//@{
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_15 = { 0, 1, {0, 15,  0,  0,  0, 0}, {1, 0, 0, 0, 0}, -1, 1, {0, 15,  0} };
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_15 = { 0, 2, {0,  8, 15,  0,  0, 0}, {1, 1, 0, 0, 0}, -1, 2, {0,  8, 15} };
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_15 = { 0, 4, {0,  4,  8, 12, 15, 0}, {1, 1, 1, 1, 0}, -1, 2, {0,  8, 15} };
+#if (MAX_ENVELOPES >= 8)
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_15 = { 0, 8, {0, 2, 4, 6, 8, 10, 12, 14, 15}, {1, 1, 1, 1, 1, 1, 1, 1}, -1, 2, {0, 8, 15} };
+#endif
+
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_16 = { 0, 1, {0, 16,  0,  0,  0, 0}, {1, 0, 0, 0, 0}, -1, 1, {0, 16, 0} };
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_16 = { 0, 2, {0,  8, 16,  0,  0, 0}, {1, 1, 0, 0, 0}, -1, 2, {0, 8, 16} };
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_16 = { 0, 4, {0,  4,  8, 12, 16, 0}, {1, 1, 1, 1, 0}, -1, 2, {0, 8, 16} };
+
+#if (MAX_ENVELOPES >= 8)
+const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_16 = { 0, 8, {0, 2, 4, 6, 8, 10, 12, 14, 16}, {1, 1, 1, 1, 1, 1, 1, 1}, -1, 2, {0, 8, 16} };
+#endif
+
+
+//@}
+
+/*!
+  \name SBR_HuffmanTables
+
+  SBR Huffman Table Overview:        \n
+                                     \n
+ o envelope level,   1.5 dB:         \n
+    1)  sbr_huffBook_EnvLevel10T[120][2]   \n
+    2)  sbr_huffBook_EnvLevel10F[120][2]   \n
+                                     \n
+ o envelope balance, 1.5 dB:         \n
+    3)  sbr_huffBook_EnvBalance10T[48][2]  \n
+    4)  sbr_huffBook_EnvBalance10F[48][2]  \n
+                                     \n
+ o envelope level,   3.0 dB:         \n
+    5)  sbr_huffBook_EnvLevel11T[62][2]    \n
+    6)  sbr_huffBook_EnvLevel11F[62][2]    \n
+                                     \n
+ o envelope balance, 3.0 dB:         \n
+    7)  sbr_huffBook_EnvBalance11T[24][2]  \n
+    8)  sbr_huffBook_EnvBalance11F[24][2]  \n
+                                     \n
+ o noise level,      3.0 dB:         \n
+    9)  sbr_huffBook_NoiseLevel11T[62][2]  \n
+    -) (sbr_huffBook_EnvLevel11F[62][2] is used for freq dir)\n
+                                     \n
+ o noise balance,    3.0 dB:         \n
+   10)  sbr_huffBook_NoiseBalance11T[24][2]\n
+    -) (sbr_huffBook_EnvBalance11F[24][2] is used for freq dir)\n
+                                     \n
+  (1.5 dB is never used for noise)
+
+*/
+//@{
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10T[120][2] = {
+  {   1,   2 },    { -64, -65 },    {   3,   4 },    { -63, -66 },
+  {   5,   6 },    { -62, -67 },    {   7,   8 },    { -61, -68 },
+  {   9,  10 },    { -60, -69 },    {  11,  12 },    { -59, -70 },
+  {  13,  14 },    { -58, -71 },    {  15,  16 },    { -57, -72 },
+  {  17,  18 },    { -73, -56 },    {  19,  21 },    { -74,  20 },
+  { -55, -75 },    {  22,  26 },    {  23,  24 },    { -54, -76 },
+  { -77,  25 },    { -53, -78 },    {  27,  34 },    {  28,  29 },
+  { -52, -79 },    {  30,  31 },    { -80, -51 },    {  32,  33 },
+  { -83, -82 },    { -81, -50 },    {  35,  57 },    {  36,  40 },
+  {  37,  38 },    { -88, -84 },    { -48,  39 },    { -90, -85 },
+  {  41,  46 },    {  42,  43 },    { -49, -87 },    {  44,  45 },
+  { -89, -86 },    {-124,-123 },    {  47,  50 },    {  48,  49 },
+  {-122,-121 },    {-120,-119 },    {  51,  54 },    {  52,  53 },
+  {-118,-117 },    {-116,-115 },    {  55,  56 },    {-114,-113 },
+  {-112,-111 },    {  58,  89 },    {  59,  74 },    {  60,  67 },
+  {  61,  64 },    {  62,  63 },    {-110,-109 },    {-108,-107 },
+  {  65,  66 },    {-106,-105 },    {-104,-103 },    {  68,  71 },
+  {  69,  70 },    {-102,-101 },    {-100, -99 },    {  72,  73 },
+  { -98, -97 },    { -96, -95 },    {  75,  82 },    {  76,  79 },
+  {  77,  78 },    { -94, -93 },    { -92, -91 },    {  80,  81 },
+  { -47, -46 },    { -45, -44 },    {  83,  86 },    {  84,  85 },
+  { -43, -42 },    { -41, -40 },    {  87,  88 },    { -39, -38 },
+  { -37, -36 },    {  90, 105 },    {  91,  98 },    {  92,  95 },
+  {  93,  94 },    { -35, -34 },    { -33, -32 },    {  96,  97 },
+  { -31, -30 },    { -29, -28 },    {  99, 102 },    { 100, 101 },
+  { -27, -26 },    { -25, -24 },    { 103, 104 },    { -23, -22 },
+  { -21, -20 },    { 106, 113 },    { 107, 110 },    { 108, 109 },
+  { -19, -18 },    { -17, -16 },    { 111, 112 },    { -15, -14 },
+  { -13, -12 },    { 114, 117 },    { 115, 116 },    { -11, -10 },
+  {  -9,  -8 },    { 118, 119 },    {  -7,  -6 },    {  -5,  -4 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10F[120][2] = {
+  {   1,   2 },    { -64, -65 },    {   3,   4 },    { -63, -66 },
+  {   5,   6 },    { -67, -62 },    {   7,   8 },    { -68, -61 },
+  {   9,  10 },    { -69, -60 },    {  11,  13 },    { -70,  12 },
+  { -59, -71 },    {  14,  16 },    { -58,  15 },    { -72, -57 },
+  {  17,  19 },    { -73,  18 },    { -56, -74 },    {  20,  23 },
+  {  21,  22 },    { -55, -75 },    { -54, -53 },    {  24,  27 },
+  {  25,  26 },    { -76, -52 },    { -77, -51 },    {  28,  31 },
+  {  29,  30 },    { -50, -78 },    { -79, -49 },    {  32,  36 },
+  {  33,  34 },    { -48, -47 },    { -80,  35 },    { -81, -82 },
+  {  37,  47 },    {  38,  41 },    {  39,  40 },    { -83, -46 },
+  { -45, -84 },    {  42,  44 },    { -85,  43 },    { -44, -43 },
+  {  45,  46 },    { -88, -87 },    { -86, -90 },    {  48,  66 },
+  {  49,  56 },    {  50,  53 },    {  51,  52 },    { -92, -42 },
+  { -41, -39 },    {  54,  55 },    {-105, -89 },    { -38, -37 },
+  {  57,  60 },    {  58,  59 },    { -94, -91 },    { -40, -36 },
+  {  61,  63 },    { -20,  62 },    {-115,-110 },    {  64,  65 },
+  {-108,-107 },    {-101, -97 },    {  67,  89 },    {  68,  75 },
+  {  69,  72 },    {  70,  71 },    { -95, -93 },    { -34, -27 },
+  {  73,  74 },    { -22, -17 },    { -16,-124 },    {  76,  82 },
+  {  77,  79 },    {-123,  78 },    {-122,-121 },    {  80,  81 },
+  {-120,-119 },    {-118,-117 },    {  83,  86 },    {  84,  85 },
+  {-116,-114 },    {-113,-112 },    {  87,  88 },    {-111,-109 },
+  {-106,-104 },    {  90, 105 },    {  91,  98 },    {  92,  95 },
+  {  93,  94 },    {-103,-102 },    {-100, -99 },    {  96,  97 },
+  { -98, -96 },    { -35, -33 },    {  99, 102 },    { 100, 101 },
+  { -32, -31 },    { -30, -29 },    { 103, 104 },    { -28, -26 },
+  { -25, -24 },    { 106, 113 },    { 107, 110 },    { 108, 109 },
+  { -23, -21 },    { -19, -18 },    { 111, 112 },    { -15, -14 },
+  { -13, -12 },    { 114, 117 },    { 115, 116 },    { -11, -10 },
+  {  -9,  -8 },    { 118, 119 },    {  -7,  -6 },    {  -5,  -4 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10T[48][2] = {
+  { -64,   1 },    { -63,   2 },    { -65,   3 },    { -62,   4 },
+  { -66,   5 },    { -61,   6 },    { -67,   7 },    { -60,   8 },
+  { -68,   9 },    {  10,  11 },    { -69, -59 },    {  12,  13 },
+  { -70, -58 },    {  14,  28 },    {  15,  21 },    {  16,  18 },
+  { -57,  17 },    { -71, -56 },    {  19,  20 },    { -88, -87 },
+  { -86, -85 },    {  22,  25 },    {  23,  24 },    { -84, -83 },
+  { -82, -81 },    {  26,  27 },    { -80, -79 },    { -78, -77 },
+  {  29,  36 },    {  30,  33 },    {  31,  32 },    { -76, -75 },
+  { -74, -73 },    {  34,  35 },    { -72, -55 },    { -54, -53 },
+  {  37,  41 },    {  38,  39 },    { -52, -51 },    { -50,  40 },
+  { -49, -48 },    {  42,  45 },    {  43,  44 },    { -47, -46 },
+  { -45, -44 },    {  46,  47 },    { -43, -42 },    { -41, -40 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10F[48][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    { -66,   4 },
+  { -62,   5 },    { -61,   6 },    { -67,   7 },    { -68,   8 },
+  { -60,   9 },    {  10,  11 },    { -69, -59 },    { -70,  12 },
+  { -58,  13 },    {  14,  17 },    { -71,  15 },    { -57,  16 },
+  { -56, -73 },    {  18,  32 },    {  19,  25 },    {  20,  22 },
+  { -72,  21 },    { -88, -87 },    {  23,  24 },    { -86, -85 },
+  { -84, -83 },    {  26,  29 },    {  27,  28 },    { -82, -81 },
+  { -80, -79 },    {  30,  31 },    { -78, -77 },    { -76, -75 },
+  {  33,  40 },    {  34,  37 },    {  35,  36 },    { -74, -55 },
+  { -54, -53 },    {  38,  39 },    { -52, -51 },    { -50, -49 },
+  {  41,  44 },    {  42,  43 },    { -48, -47 },    { -46, -45 },
+  {  45,  46 },    { -44, -43 },    { -42,  47 },    { -41, -40 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11T[62][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    { -66,   4 },
+  { -62,   5 },    { -67,   6 },    { -61,   7 },    { -68,   8 },
+  { -60,   9 },    {  10,  11 },    { -69, -59 },    {  12,  14 },
+  { -70,  13 },    { -71, -58 },    {  15,  18 },    {  16,  17 },
+  { -72, -57 },    { -73, -74 },    {  19,  22 },    { -56,  20 },
+  { -55,  21 },    { -54, -77 },    {  23,  31 },    {  24,  25 },
+  { -75, -76 },    {  26,  27 },    { -78, -53 },    {  28,  29 },
+  { -52, -95 },    { -94,  30 },    { -93, -92 },    {  32,  47 },
+  {  33,  40 },    {  34,  37 },    {  35,  36 },    { -91, -90 },
+  { -89, -88 },    {  38,  39 },    { -87, -86 },    { -85, -84 },
+  {  41,  44 },    {  42,  43 },    { -83, -82 },    { -81, -80 },
+  {  45,  46 },    { -79, -51 },    { -50, -49 },    {  48,  55 },
+  {  49,  52 },    {  50,  51 },    { -48, -47 },    { -46, -45 },
+  {  53,  54 },    { -44, -43 },    { -42, -41 },    {  56,  59 },
+  {  57,  58 },    { -40, -39 },    { -38, -37 },    {  60,  61 },
+  { -36, -35 },    { -34, -33 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11F[62][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    { -66,   4 },
+  { -62,   5 },    { -67,   6 },    {   7,   8 },    { -61, -68 },
+  {   9,  10 },    { -60, -69 },    {  11,  12 },    { -59, -70 },
+  {  13,  14 },    { -58, -71 },    {  15,  16 },    { -57, -72 },
+  {  17,  19 },    { -56,  18 },    { -55, -73 },    {  20,  24 },
+  {  21,  22 },    { -74, -54 },    { -53,  23 },    { -75, -76 },
+  {  25,  30 },    {  26,  27 },    { -52, -51 },    {  28,  29 },
+  { -77, -79 },    { -50, -49 },    {  31,  39 },    {  32,  35 },
+  {  33,  34 },    { -78, -46 },    { -82, -88 },    {  36,  37 },
+  { -83, -48 },    { -47,  38 },    { -86, -85 },    {  40,  47 },
+  {  41,  44 },    {  42,  43 },    { -80, -44 },    { -43, -42 },
+  {  45,  46 },    { -39, -87 },    { -84, -40 },    {  48,  55 },
+  {  49,  52 },    {  50,  51 },    { -95, -94 },    { -93, -92 },
+  {  53,  54 },    { -91, -90 },    { -89, -81 },    {  56,  59 },
+  {  57,  58 },    { -45, -41 },    { -38, -37 },    {  60,  61 },
+  { -36, -35 },    { -34, -33 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11T[24][2] = {
+  { -64,   1 },    { -63,   2 },    { -65,   3 },    { -66,   4 },
+  { -62,   5 },    { -61,   6 },    { -67,   7 },    { -68,   8 },
+  { -60,   9 },    {  10,  16 },    {  11,  13 },    { -69,  12 },
+  { -76, -75 },    {  14,  15 },    { -74, -73 },    { -72, -71 },
+  {  17,  20 },    {  18,  19 },    { -70, -59 },    { -58, -57 },
+  {  21,  22 },    { -56, -55 },    { -54,  23 },    { -53, -52 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11F[24][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    { -66,   4 },
+  { -62,   5 },    { -61,   6 },    { -67,   7 },    { -68,   8 },
+  { -60,   9 },    {  10,  13 },    { -69,  11 },    { -59,  12 },
+  { -58, -76 },    {  14,  17 },    {  15,  16 },    { -75, -74 },
+  { -73, -72 },    {  18,  21 },    {  19,  20 },    { -71, -70 },
+  { -57, -56 },    {  22,  23 },    { -55, -54 },    { -53, -52 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseLevel11T[62][2] = {
+  { -64,   1 },    { -63,   2 },    { -65,   3 },    { -66,   4 },
+  { -62,   5 },    { -67,   6 },    {   7,   8 },    { -61, -68 },
+  {   9,  30 },    {  10,  15 },    { -60,  11 },    { -69,  12 },
+  {  13,  14 },    { -59, -53 },    { -95, -94 },    {  16,  23 },
+  {  17,  20 },    {  18,  19 },    { -93, -92 },    { -91, -90 },
+  {  21,  22 },    { -89, -88 },    { -87, -86 },    {  24,  27 },
+  {  25,  26 },    { -85, -84 },    { -83, -82 },    {  28,  29 },
+  { -81, -80 },    { -79, -78 },    {  31,  46 },    {  32,  39 },
+  {  33,  36 },    {  34,  35 },    { -77, -76 },    { -75, -74 },
+  {  37,  38 },    { -73, -72 },    { -71, -70 },    {  40,  43 },
+  {  41,  42 },    { -58, -57 },    { -56, -55 },    {  44,  45 },
+  { -54, -52 },    { -51, -50 },    {  47,  54 },    {  48,  51 },
+  {  49,  50 },    { -49, -48 },    { -47, -46 },    {  52,  53 },
+  { -45, -44 },    { -43, -42 },    {  55,  58 },    {  56,  57 },
+  { -41, -40 },    { -39, -38 },    {  59,  60 },    { -37, -36 },
+  { -35,  61 },    { -34, -33 }
+};
+
+const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseBalance11T[24][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    {   4,   9 },
+  { -66,   5 },    { -62,   6 },    {   7,   8 },    { -76, -75 },
+  { -74, -73 },    {  10,  17 },    {  11,  14 },    {  12,  13 },
+  { -72, -71 },    { -70, -69 },    {  15,  16 },    { -68, -67 },
+  { -61, -60 },    {  18,  21 },    {  19,  20 },    { -59, -58 },
+  { -57, -56 },    {  22,  23 },    { -55, -54 },    { -53, -52 }
+};
+//@}
+
+
+
+
+/*!
+  \name  parametric stereo
+  \brief constants used by the parametric stereo part of the decoder
+
+*/
+
+
+/* constants used in psbitdec.cpp */
+
+/* FIX_BORDER can have 0, 1, 2, 4 envelopes */
+const UCHAR FDK_sbrDecoder_aFixNoEnvDecode[4] = {0, 1, 2, 4};
+
+
+/* IID & ICC Huffman codebooks */
+const SCHAR aBookPsIidTimeDecode[28][2] = {
+  { -64,   1 },    { -65,   2 },    { -63,   3 },    { -66,   4 },
+  { -62,   5 },    { -67,   6 },    { -61,   7 },    { -68,   8 },
+  { -60,   9 },    { -69,  10 },    { -59,  11 },    { -70,  12 },
+  { -58,  13 },    { -57,  14 },    { -71,  15 },    {  16,  17 },
+  { -56, -72 },    {  18,  21 },    {  19,  20 },    { -55, -78 },
+  { -77, -76 },    {  22,  25 },    {  23,  24 },    { -75, -74 },
+  { -73, -54 },    {  26,  27 },    { -53, -52 },    { -51, -50 }
+};
+
+const SCHAR aBookPsIidFreqDecode[28][2] = {
+  { -64,   1 },    {   2,   3 },    { -63, -65 },    {   4,   5 },
+  { -62, -66 },    {   6,   7 },    { -61, -67 },    {   8,   9 },
+  { -68, -60 },    { -59,  10 },    { -69,  11 },    { -58,  12 },
+  { -70,  13 },    { -71,  14 },    { -57,  15 },    {  16,  17 },
+  { -56, -72 },    {  18,  19 },    { -55, -54 },    {  20,  21 },
+  { -73, -53 },    {  22,  24 },    { -74,  23 },    { -75, -78 },
+  {  25,  26 },    { -77, -76 },    { -52,  27 },    { -51, -50 }
+};
+
+const SCHAR aBookPsIccTimeDecode[14][2] = {
+  { -64,   1 },    { -63,   2 },    { -65,   3 },    { -62,   4 },
+  { -66,   5 },    { -61,   6 },    { -67,   7 },    { -60,   8 },
+  { -68,   9 },    { -59,  10 },    { -69,  11 },    { -58,  12 },
+  { -70,  13 },    { -71, -57 }
+};
+
+const SCHAR aBookPsIccFreqDecode[14][2] = {
+  { -64,   1 },    { -63,   2 },    { -65,   3 },    { -62,   4 },
+  { -66,   5 },    { -61,   6 },    { -67,   7 },    { -60,   8 },
+  { -59,   9 },    { -68,  10 },    { -58,  11 },    { -69,  12 },
+  { -57,  13 },    { -70, -71 }
+};
+
+/* IID-fine Huffman codebooks */
+
+const SCHAR aBookPsIidFineTimeDecode[60][2] = {
+  {   1, -64 },    { -63,   2 },    {   3, -65 },    {   4,  59 },
+  {   5,   7 },    {   6, -67 },    { -68, -60 },    { -61,   8 },
+  {   9,  11 },    { -59,  10 },    { -70, -58 },    {  12,  41 },
+  {  13,  20 },    {  14, -71 },    { -55,  15 },    { -53,  16 },
+  {  17, -77 },    {  18,  19 },    { -85, -84 },    { -46, -45 },
+  { -57,  21 },    {  22,  40 },    {  23,  29 },    { -51,  24 },
+  {  25,  26 },    { -83, -82 },    {  27,  28 },    { -90, -38 },
+  { -92, -91 },    {  30,  37 },    {  31,  34 },    {  32,  33 },
+  { -35, -34 },    { -37, -36 },    {  35,  36 },    { -94, -93 },
+  { -89, -39 },    {  38, -79 },    {  39, -81 },    { -88, -40 },
+  { -74, -54 },    {  42, -69 },    {  43,  44 },    { -72, -56 },
+  {  45,  52 },    {  46,  50 },    {  47, -76 },    { -49,  48 },
+  { -47,  49 },    { -87, -41 },    { -52,  51 },    { -78, -50 },
+  {  53, -73 },    {  54, -75 },    {  55,  57 },    {  56, -80 },
+  { -86, -42 },    { -48,  58 },    { -44, -43 },    { -66, -62 }
+};
+
+
+const SCHAR aBookPsIidFineFreqDecode[60][2] = {
+  {   1, -64 },    {   2,   4 },    {   3, -65 },    { -66, -62 },
+  { -63,   5 },    {   6,   7 },    { -67, -61 },    {   8,   9 },
+  { -68, -60 },    {  10,  11 },    { -69, -59 },    {  12,  13 },
+  { -70, -58 },    {  14,  18 },    { -57,  15 },    {  16, -72 },
+  { -54,  17 },    { -75, -53 },    {  19,  37 },    { -56,  20 },
+  {  21, -73 },    {  22,  29 },    {  23, -76 },    {  24, -78 },
+  {  25,  28 },    {  26,  27 },    { -85, -43 },    { -83, -45 },
+  { -81, -47 },    { -52,  30 },    { -50,  31 },    {  32, -79 },
+  {  33,  34 },    { -82, -46 },    {  35,  36 },    { -90, -89 },
+  { -92, -91 },    {  38, -71 },    { -55,  39 },    {  40, -74 },
+  {  41,  50 },    {  42, -77 },    { -49,  43 },    {  44,  47 },
+  {  45,  46 },    { -86, -42 },    { -88, -87 },    {  48,  49 },
+  { -39, -38 },    { -41, -40 },    { -51,  51 },    {  52,  59 },
+  {  53,  56 },    {  54,  55 },    { -35, -34 },    { -37, -36 },
+  {  57,  58 },    { -94, -93 },    { -84, -44 },    { -80, -48 }
+};
+
+/* constants used in psdec.cpp */
+
+const FIXP_DBL decayScaleFactTable[64] = {
+
+ FL2FXCONST_DBL(1.000000), FL2FXCONST_DBL(1.000000), FL2FXCONST_DBL(1.000000), FL2FXCONST_DBL(1.000000),
+ FL2FXCONST_DBL(0.950000), FL2FXCONST_DBL(0.900000), FL2FXCONST_DBL(0.850000), FL2FXCONST_DBL(0.800000),
+ FL2FXCONST_DBL(0.750000), FL2FXCONST_DBL(0.700000), FL2FXCONST_DBL(0.650000), FL2FXCONST_DBL(0.600000),
+ FL2FXCONST_DBL(0.550000), FL2FXCONST_DBL(0.500000), FL2FXCONST_DBL(0.450000), FL2FXCONST_DBL(0.400000),
+ FL2FXCONST_DBL(0.350000), FL2FXCONST_DBL(0.300000), FL2FXCONST_DBL(0.250000), FL2FXCONST_DBL(0.200000),
+ FL2FXCONST_DBL(0.150000), FL2FXCONST_DBL(0.100000), FL2FXCONST_DBL(0.050000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000),
+ FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000), FL2FXCONST_DBL(0.000000) };
+
+/* the values of the following 3 tables are shiftet right by 1 ! */
+const FIXP_DBL ScaleFactors[NO_IID_LEVELS] = {
+
+    0x5a5ded00, 0x59cd0400, 0x58c29680, 0x564c2e80, 0x52a3d480,
+    0x4c8be080, 0x46df3080, 0x40000000, 0x384ba5c0, 0x304c2980,
+    0x24e9f640, 0x1b4a2940, 0x11b5c0a0, 0x0b4e2540, 0x0514ea90
+};
+
+const FIXP_DBL ScaleFactorsFine[NO_IID_LEVELS_FINE] = {
+
+    0x5a825c00, 0x5a821c00, 0x5a815100, 0x5a7ed000, 0x5a76e600,
+    0x5a5ded00, 0x5a39b880, 0x59f1fd00, 0x5964d680, 0x5852ca00,
+    0x564c2e80, 0x54174480, 0x50ea7500, 0x4c8be080, 0x46df3080,
+    0x40000000, 0x384ba5c0, 0x304c2980, 0x288dd240, 0x217a2900,
+    0x1b4a2940, 0x13c5ece0, 0x0e2b0090, 0x0a178ef0, 0x072ab798,
+    0x0514ea90, 0x02dc5944, 0x019bf87c, 0x00e7b173, 0x00824b8b,
+    0x00494568
+};
+const FIXP_DBL Alphas[NO_ICC_LEVELS] = {
+
+    0x00000000, 0x0b6b5be0, 0x12485f80, 0x1da2fa40,
+    0x2637ebc0, 0x3243f6c0, 0x466b7480, 0x6487ed80
+};
+
+#if defined(ARCH_PREFER_MULT_32x16)
+#define  FIXP_PS FIXP_SGL
+#define  FXP_CAST(a) FX_DBL2FX_SGL((FIXP_DBL)a)
+#define  FL2FXCONST_PS FL2FXCONST_SGL
+#else
+#define  FIXP_PS FIXP_DBL
+#define  FXP_CAST
+#define  FL2FXCONST_PS FL2FXCONST_DBL
+#endif
+
+const FIXP_PS aAllpassLinkDecaySer[NO_SERIAL_ALLPASS_LINKS] = {
+FXP_CAST(0x53625b00), FXP_CAST(0x4848af00), FXP_CAST(0x3ea94d00) };
+
+const FIXP_PS aaFractDelayPhaseFactorReQmf[NO_QMF_CHANNELS] = {
+FXP_CAST(0x68b92180), FXP_CAST(0xde396900), FXP_CAST(0x80650380), FXP_CAST(0xcb537e40), FXP_CAST(0x5beb8f00), FXP_CAST(0x72f29200), FXP_CAST(0xf1f43c50), FXP_CAST(0x83896280),
+FXP_CAST(0xb9b99c00), FXP_CAST(0x4cda8f00), FXP_CAST(0x7a576e00), FXP_CAST(0x060799e0), FXP_CAST(0x89be5280), FXP_CAST(0xa9dab600), FXP_CAST(0x3be51b00), FXP_CAST(0x7eb91900),
+FXP_CAST(0x19f4f540), FXP_CAST(0x92dcb380), FXP_CAST(0x9c1ad700), FXP_CAST(0x29761940), FXP_CAST(0x7ffbf500), FXP_CAST(0x2d3eb180), FXP_CAST(0x9eab0a00), FXP_CAST(0x90d0aa80),
+FXP_CAST(0x1601bcc0), FXP_CAST(0x7e180e80), FXP_CAST(0x3f6b3940), FXP_CAST(0xacdeeb00), FXP_CAST(0x88435b00), FXP_CAST(0x0202a768), FXP_CAST(0x79194f80), FXP_CAST(0x5007fd00),
+FXP_CAST(0xbd1ecf00), FXP_CAST(0x82a8d100), FXP_CAST(0xedf6e5e0), FXP_CAST(0x711f3500), FXP_CAST(0x5eac4480), FXP_CAST(0xcf0447c0), FXP_CAST(0x80245f80), FXP_CAST(0xda5cd4c0),
+FXP_CAST(0x665c0800), FXP_CAST(0x6afbc500), FXP_CAST(0xe21e85e0), FXP_CAST(0x80c5e500), FXP_CAST(0xc7b003c0), FXP_CAST(0x59139f80), FXP_CAST(0x74a8e400), FXP_CAST(0xf5f51f40),
+FXP_CAST(0x84896680), FXP_CAST(0xb6662b00), FXP_CAST(0x4999b600), FXP_CAST(0x7b76a300), FXP_CAST(0x0a0b0650), FXP_CAST(0x8b572b80), FXP_CAST(0xa6ec4580), FXP_CAST(0x384fda80),
+FXP_CAST(0x7f3a1f00), FXP_CAST(0x1de19ec0), FXP_CAST(0x95045000), FXP_CAST(0x99a3e180), FXP_CAST(0x25a30740), FXP_CAST(0x7fdb9e80), FXP_CAST(0x30fbdb00), FXP_CAST(0xa153d500) };
+
+const FIXP_PS aaFractDelayPhaseFactorImQmf[NO_QMF_CHANNELS] = {
+FXP_CAST(0xb6663a80), FXP_CAST(0x84896200), FXP_CAST(0xf5f50c70), FXP_CAST(0x74a8dc80), FXP_CAST(0x5913ad00), FXP_CAST(0xc7b01480), FXP_CAST(0x80c5e300), FXP_CAST(0xe21e73a0),
+FXP_CAST(0x6afbba80), FXP_CAST(0x665c1380), FXP_CAST(0xda5ce6c0), FXP_CAST(0x80246080), FXP_CAST(0xcf043640), FXP_CAST(0x5eac3800), FXP_CAST(0x711f3e00), FXP_CAST(0xedf6f8a0),
+FXP_CAST(0x82a8d500), FXP_CAST(0xbd1ebe80), FXP_CAST(0x5007ee00), FXP_CAST(0x79195580), FXP_CAST(0x0202ba40), FXP_CAST(0x88436180), FXP_CAST(0xacdedc80), FXP_CAST(0x3f6b28c0),
+FXP_CAST(0x7e181180), FXP_CAST(0x1601cf40), FXP_CAST(0x90d0b380), FXP_CAST(0x9eaafd80), FXP_CAST(0x2d3e9fc0), FXP_CAST(0x7ffbf580), FXP_CAST(0x29762b00), FXP_CAST(0x9c1ae280),
+FXP_CAST(0x92dca980), FXP_CAST(0x19f4e2c0), FXP_CAST(0x7eb91680), FXP_CAST(0x3be52b80), FXP_CAST(0xa9dac400), FXP_CAST(0x89be4b80), FXP_CAST(0x06078710), FXP_CAST(0x7a576880),
+FXP_CAST(0x4cda9e00), FXP_CAST(0xb9b9ac00), FXP_CAST(0x83895e00), FXP_CAST(0xf1f42990), FXP_CAST(0x72f28a00), FXP_CAST(0x5beb9c00), FXP_CAST(0xcb538f40), FXP_CAST(0x80650200),
+FXP_CAST(0xde3956c0), FXP_CAST(0x68b91680), FXP_CAST(0x68b92c00), FXP_CAST(0xde397b40), FXP_CAST(0x80650500), FXP_CAST(0xcb536d00), FXP_CAST(0x5beb8180), FXP_CAST(0x72f29a80),
+FXP_CAST(0xf1f44f10), FXP_CAST(0x83896700), FXP_CAST(0xb9b98c80), FXP_CAST(0x4cda8000), FXP_CAST(0x7a577380), FXP_CAST(0x0607acb8), FXP_CAST(0x89be5a00), FXP_CAST(0xa9daa800) };
+
+const FIXP_PS aaFractDelayPhaseFactorReSubQmf20[NO_SUB_QMF_CHANNELS] = {
+FXP_CAST(0x7e807380), FXP_CAST(0x72b9bb00), FXP_CAST(0x5c44ee80), FXP_CAST(0x3d3938c0), FXP_CAST(0x80000000), FXP_CAST(0x80000000),
+FXP_CAST(0x72b9bb00), FXP_CAST(0x7e807380), FXP_CAST(0xba914700), FXP_CAST(0x050677b0), FXP_CAST(0x895cc380), FXP_CAST(0x834e4900) };
+
+const FIXP_PS aaFractDelayPhaseFactorImSubQmf20[NO_SUB_QMF_CHANNELS] = {
+FXP_CAST(0xec791720), FXP_CAST(0xc73ca080), FXP_CAST(0xa748ea00), FXP_CAST(0x8f976980), FXP_CAST(0x00000000), FXP_CAST(0x00000000),
+FXP_CAST(0x38c35f80), FXP_CAST(0x1386e8e0), FXP_CAST(0x9477d000), FXP_CAST(0x80194380), FXP_CAST(0xcff26140), FXP_CAST(0x1ce70d40) };
+
+const FIXP_PS aaFractDelayPhaseFactorSerReQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS] = {
+{FXP_CAST(0x63e52480), FXP_CAST(0x30fbc540), FXP_CAST(0x6d73af00)}, {FXP_CAST(0xc7b01280), FXP_CAST(0x89be5100), FXP_CAST(0xf7c31cb0)}, {FXP_CAST(0x83896200), FXP_CAST(0x7641af00), FXP_CAST(0x8aee2700)},
+{FXP_CAST(0x0202b330), FXP_CAST(0xcf043ac0), FXP_CAST(0x9bfab500)}, {FXP_CAST(0x7d572c80), FXP_CAST(0xcf043ac0), FXP_CAST(0x1893b960)}, {FXP_CAST(0x34ac7fc0), FXP_CAST(0x7641af00), FXP_CAST(0x7abf7980)},
+{FXP_CAST(0x99a3ee00), FXP_CAST(0x89be5100), FXP_CAST(0x58eead80)}, {FXP_CAST(0x9eab0580), FXP_CAST(0x30fbc540), FXP_CAST(0xd77dae40)}, {FXP_CAST(0x3be52140), FXP_CAST(0x30fbc540), FXP_CAST(0x819b8500)},
+{FXP_CAST(0x7b769d80), FXP_CAST(0x89be5100), FXP_CAST(0xb3a12280)}, {FXP_CAST(0xf9f86878), FXP_CAST(0x7641af00), FXP_CAST(0x37c519c0)}, {FXP_CAST(0x81e7ef80), FXP_CAST(0xcf043ac0), FXP_CAST(0x7ff16880)},
+{FXP_CAST(0xcf043cc0), FXP_CAST(0xcf043ac0), FXP_CAST(0x3e8b2340)}, {FXP_CAST(0x68b92280), FXP_CAST(0x7641af00), FXP_CAST(0xb9e4a900)}, {FXP_CAST(0x5eac3980), FXP_CAST(0x89be5100), FXP_CAST(0x80a05200)},
+{FXP_CAST(0xc094cd00), FXP_CAST(0x30fbc540), FXP_CAST(0xd051dc80)}, {FXP_CAST(0x85a89400), FXP_CAST(0x30fbc540), FXP_CAST(0x53483b00)}, {FXP_CAST(0x0a0af5e0), FXP_CAST(0x89be5100), FXP_CAST(0x7cb1b680)},
+{FXP_CAST(0x7eb91900), FXP_CAST(0x7641af00), FXP_CAST(0x2006e8c0)}, {FXP_CAST(0x2d3ea680), FXP_CAST(0xcf043ac0), FXP_CAST(0xa0ec1c00)}, {FXP_CAST(0x95044180), FXP_CAST(0xcf043ac0), FXP_CAST(0x880d2180)},
+{FXP_CAST(0xa4147300), FXP_CAST(0x7641af00), FXP_CAST(0xf0282870)}, {FXP_CAST(0x42e13f80), FXP_CAST(0x89be5100), FXP_CAST(0x694c4a00)}, {FXP_CAST(0x79195200), FXP_CAST(0x30fbc540), FXP_CAST(0x71374780)},
+{FXP_CAST(0xf1f43550), FXP_CAST(0x30fbc540), FXP_CAST(0xff6593ea)}, {FXP_CAST(0x80c5e280), FXP_CAST(0x89be5100), FXP_CAST(0x8e39ec00)}, {FXP_CAST(0xd689e480), FXP_CAST(0x7641af00), FXP_CAST(0x97648100)},
+{FXP_CAST(0x6d235300), FXP_CAST(0xcf043ac0), FXP_CAST(0x110a20c0)}, {FXP_CAST(0x5913a800), FXP_CAST(0xcf043ac0), FXP_CAST(0x785d4f80)}, {FXP_CAST(0xb9b99a00), FXP_CAST(0x7641af00), FXP_CAST(0x5e440880)},
+{FXP_CAST(0x88436100), FXP_CAST(0x89be5100), FXP_CAST(0xdece7000)}, {FXP_CAST(0x12091320), FXP_CAST(0x30fbc540), FXP_CAST(0x8309f800)}, {FXP_CAST(0x7f9afd00), FXP_CAST(0x30fbc540), FXP_CAST(0xada33f00)},
+{FXP_CAST(0x25a31700), FXP_CAST(0x89be5100), FXP_CAST(0x30cc3600)}, {FXP_CAST(0x90d0ab80), FXP_CAST(0x7641af00), FXP_CAST(0x7f7cbe80)}, {FXP_CAST(0xa9dabf00), FXP_CAST(0xcf043ac0), FXP_CAST(0x45182580)},
+{FXP_CAST(0x4999cb80), FXP_CAST(0xcf043ac0), FXP_CAST(0xc0681c80)}, {FXP_CAST(0x7641ac80), FXP_CAST(0x7641af00), FXP_CAST(0x80194380)}, {FXP_CAST(0xe9fe3300), FXP_CAST(0x89be5100), FXP_CAST(0xc95184c0)},
+{FXP_CAST(0x80246000), FXP_CAST(0x30fbc540), FXP_CAST(0x4d55d800)}, {FXP_CAST(0xde396fc0), FXP_CAST(0x30fbc540), FXP_CAST(0x7e324000)}, {FXP_CAST(0x711f3f00), FXP_CAST(0x89be5100), FXP_CAST(0x275ce480)},
+{FXP_CAST(0x53211700), FXP_CAST(0x7641af00), FXP_CAST(0xa6343580)}, {FXP_CAST(0xb3256780), FXP_CAST(0xcf043ac0), FXP_CAST(0x85997b80)}, {FXP_CAST(0x8b572680), FXP_CAST(0xcf043ac0), FXP_CAST(0xe89ba660)},
+{FXP_CAST(0x19f4f780), FXP_CAST(0x7641af00), FXP_CAST(0x64c4e100)}, {FXP_CAST(0x7ffbf580), FXP_CAST(0x89be5100), FXP_CAST(0x7493a380)}, {FXP_CAST(0x1de18100), FXP_CAST(0x30fbc540), FXP_CAST(0x070897f0)},
+{FXP_CAST(0x8d0d6a80), FXP_CAST(0x30fbc540), FXP_CAST(0x91ed6f00)}, {FXP_CAST(0xaff81380), FXP_CAST(0x89be5100), FXP_CAST(0x932db000)}, {FXP_CAST(0x5007fb00), FXP_CAST(0x7641af00), FXP_CAST(0x0970feb0)},
+{FXP_CAST(0x72f28d00), FXP_CAST(0xcf043ac0), FXP_CAST(0x758d6500)}, {FXP_CAST(0xe21e6cc0), FXP_CAST(0xcf043ac0), FXP_CAST(0x63436f80)}, {FXP_CAST(0x80040b00), FXP_CAST(0x7641af00), FXP_CAST(0xe63d7600)},
+{FXP_CAST(0xe60b1ae0), FXP_CAST(0x89be5100), FXP_CAST(0x84ea5c80)}, {FXP_CAST(0x74a8e100), FXP_CAST(0x30fbc540), FXP_CAST(0xa7f07500)}, {FXP_CAST(0x4cda8980), FXP_CAST(0x30fbc540), FXP_CAST(0x29a6d340)},
+{FXP_CAST(0xacdeda80), FXP_CAST(0x89be5100), FXP_CAST(0x7e93d600)}, {FXP_CAST(0x8ee0c980), FXP_CAST(0x7641af00), FXP_CAST(0x4b662680)}, {FXP_CAST(0x21c6a280), FXP_CAST(0xcf043ac0), FXP_CAST(0xc7258c80)},
+{FXP_CAST(0x7fdb9f00), FXP_CAST(0xcf043ac0), FXP_CAST(0x8006d500)}, {FXP_CAST(0x1601ba60), FXP_CAST(0x7641af00), FXP_CAST(0xc2830940)}, {FXP_CAST(0x89be4c80), FXP_CAST(0x89be5100), FXP_CAST(0x471cf100)},
+{FXP_CAST(0xb6664400), FXP_CAST(0x30fbc540), FXP_CAST(0x7f3fb800)}};
+
+const FIXP_PS aaFractDelayPhaseFactorSerImQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS] = {
+{FXP_CAST(0xaff80c80), FXP_CAST(0x89be5100), FXP_CAST(0xbda29e00)}, {FXP_CAST(0x8d0d6f00), FXP_CAST(0x30fbc540), FXP_CAST(0x8043ee80)}, {FXP_CAST(0x1de18a20), FXP_CAST(0x30fbc540), FXP_CAST(0xcc3e7840)},
+{FXP_CAST(0x7ffbf500), FXP_CAST(0x89be5100), FXP_CAST(0x4fdfc180)}, {FXP_CAST(0x19f4ee40), FXP_CAST(0x7641af00), FXP_CAST(0x7d9e4c00)}, {FXP_CAST(0x8b572300), FXP_CAST(0xcf043ac0), FXP_CAST(0x244a2940)},
+{FXP_CAST(0xb3256f00), FXP_CAST(0xcf043ac0), FXP_CAST(0xa3f0a500)}, {FXP_CAST(0x53211e00), FXP_CAST(0x7641af00), FXP_CAST(0x86944500)}, {FXP_CAST(0x711f3a80), FXP_CAST(0x89be5100), FXP_CAST(0xebc72040)},
+{FXP_CAST(0xde3966c0), FXP_CAST(0x30fbc540), FXP_CAST(0x66b87e00)}, {FXP_CAST(0x80246080), FXP_CAST(0x30fbc540), FXP_CAST(0x73362c00)}, {FXP_CAST(0xe9fe3c40), FXP_CAST(0x89be5100), FXP_CAST(0x03d1d110)},
+{FXP_CAST(0x7641b000), FXP_CAST(0x7641af00), FXP_CAST(0x90520c80)}, {FXP_CAST(0x4999c380), FXP_CAST(0xcf043ac0), FXP_CAST(0x94e80a80)}, {FXP_CAST(0xa9dab800), FXP_CAST(0xcf043ac0), FXP_CAST(0x0ca570e0)},
+{FXP_CAST(0x90d0b000), FXP_CAST(0x7641af00), FXP_CAST(0x76c9bc80)}, {FXP_CAST(0x25a32000), FXP_CAST(0x89be5100), FXP_CAST(0x61338500)}, {FXP_CAST(0x7f9afc80), FXP_CAST(0x30fbc540), FXP_CAST(0xe318f060)},
+{FXP_CAST(0x120909c0), FXP_CAST(0x30fbc540), FXP_CAST(0x84124e00)}, {FXP_CAST(0x88435d80), FXP_CAST(0x89be5100), FXP_CAST(0xaa4d2f80)}, {FXP_CAST(0xb9b9a200), FXP_CAST(0x7641af00), FXP_CAST(0x2cae1800)},
+{FXP_CAST(0x5913ae80), FXP_CAST(0xcf043ac0), FXP_CAST(0x7f040680)}, {FXP_CAST(0x6d234e00), FXP_CAST(0xcf043ac0), FXP_CAST(0x48c6a100)}, {FXP_CAST(0xd689db80), FXP_CAST(0x7641af00), FXP_CAST(0xc44860c0)},
+{FXP_CAST(0x80c5e380), FXP_CAST(0x89be5100), FXP_CAST(0x80005d00)}, {FXP_CAST(0xf1f43eb0), FXP_CAST(0x30fbc540), FXP_CAST(0xc55a3a00)}, {FXP_CAST(0x79195500), FXP_CAST(0x30fbc540), FXP_CAST(0x49c3de00)},
+{FXP_CAST(0x42e13700), FXP_CAST(0x89be5100), FXP_CAST(0x7edc5b00)}, {FXP_CAST(0xa4146c80), FXP_CAST(0x7641af00), FXP_CAST(0x2b8c2c00)}, {FXP_CAST(0x95044680), FXP_CAST(0xcf043ac0), FXP_CAST(0xa968c100)},
+{FXP_CAST(0x2d3eaf40), FXP_CAST(0xcf043ac0), FXP_CAST(0x8460fd80)}, {FXP_CAST(0x7eb91780), FXP_CAST(0x7641af00), FXP_CAST(0xe44621e0)}, {FXP_CAST(0x0a0aec80), FXP_CAST(0x89be5100), FXP_CAST(0x61fb5c00)},
+{FXP_CAST(0x85a89100), FXP_CAST(0x30fbc540), FXP_CAST(0x76555780)}, {FXP_CAST(0xc094d500), FXP_CAST(0x30fbc540), FXP_CAST(0x0b71f790)}, {FXP_CAST(0x5eac4000), FXP_CAST(0x89be5100), FXP_CAST(0x94401a80)},
+{FXP_CAST(0x68b91d80), FXP_CAST(0x7641af00), FXP_CAST(0x90ea3980)}, {FXP_CAST(0xcf043440), FXP_CAST(0xcf043ac0), FXP_CAST(0x05067a08)}, {FXP_CAST(0x81e7f180), FXP_CAST(0xcf043ac0), FXP_CAST(0x73bb6d00)},
+{FXP_CAST(0xf9f871e0), FXP_CAST(0x7641af00), FXP_CAST(0x65ff0e00)}, {FXP_CAST(0x7b76a000), FXP_CAST(0x89be5100), FXP_CAST(0xea9664c0)}, {FXP_CAST(0x3be518c0), FXP_CAST(0x30fbc540), FXP_CAST(0x8633e880)},
+{FXP_CAST(0x9eaaff00), FXP_CAST(0x30fbc540), FXP_CAST(0xa4c84500)}, {FXP_CAST(0x99a3f400), FXP_CAST(0x89be5100), FXP_CAST(0x2571eac0)}, {FXP_CAST(0x34ac8840), FXP_CAST(0x7641af00), FXP_CAST(0x7dd82b00)},
+{FXP_CAST(0x7d572a80), FXP_CAST(0xcf043ac0), FXP_CAST(0x4eed8400)}, {FXP_CAST(0x0202a9c4), FXP_CAST(0xcf043ac0), FXP_CAST(0xcb249700)}, {FXP_CAST(0x83896000), FXP_CAST(0x7641af00), FXP_CAST(0x80318200)},
+{FXP_CAST(0xc7b01b00), FXP_CAST(0x89be5100), FXP_CAST(0xbeab7580)}, {FXP_CAST(0x63e52a80), FXP_CAST(0x30fbc540), FXP_CAST(0x4364b700)}, {FXP_CAST(0x63e51f00), FXP_CAST(0x30fbc540), FXP_CAST(0x7fa6bd00)},
+{FXP_CAST(0xc7b00a00), FXP_CAST(0x89be5100), FXP_CAST(0x32a67940)}, {FXP_CAST(0x83896400), FXP_CAST(0x7641af00), FXP_CAST(0xaf2fd200)}, {FXP_CAST(0x0202bc9c), FXP_CAST(0xcf043ac0), FXP_CAST(0x829e6e80)},
+{FXP_CAST(0x7d572e80), FXP_CAST(0xcf043ac0), FXP_CAST(0xdcde6b80)}, {FXP_CAST(0x34ac7700), FXP_CAST(0x7641af00), FXP_CAST(0x5ce4e280)}, {FXP_CAST(0x99a3e880), FXP_CAST(0x89be5100), FXP_CAST(0x79089c00)},
+{FXP_CAST(0x9eab0b80), FXP_CAST(0x30fbc540), FXP_CAST(0x1307ae80)}, {FXP_CAST(0x3be52980), FXP_CAST(0x30fbc540), FXP_CAST(0x98906880)}, {FXP_CAST(0x7b769b00), FXP_CAST(0x89be5100), FXP_CAST(0x8d51b300)},
+{FXP_CAST(0xf9f85f10), FXP_CAST(0x7641af00), FXP_CAST(0xfd62ee24)}, {FXP_CAST(0x81e7ee00), FXP_CAST(0xcf043ac0), FXP_CAST(0x70439680)}, {FXP_CAST(0xcf044580), FXP_CAST(0xcf043ac0), FXP_CAST(0x6a6d9600)},
+{FXP_CAST(0x68b92800), FXP_CAST(0x7641af00), FXP_CAST(0xf2275f80)}};
+
+const FIXP_PS aaFractDelayPhaseFactorSerReSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS] = {
+{FXP_CAST(0x7e2df000), FXP_CAST(0x7a7d0580), FXP_CAST(0x7ed03e00)}, {FXP_CAST(0x6fec9a80), FXP_CAST(0x5133cc80), FXP_CAST(0x7573df00)}, {FXP_CAST(0x55063900), FXP_CAST(0x0c8bd360), FXP_CAST(0x636c0400)},
+{FXP_CAST(0x3084ca00), FXP_CAST(0xc3a94580), FXP_CAST(0x4a0d6700)}, {FXP_CAST(0x80000000), FXP_CAST(0x80000000), FXP_CAST(0x80000000)}, {FXP_CAST(0x80000000), FXP_CAST(0x80000000), FXP_CAST(0x80000000)},
+{FXP_CAST(0x6fec9a80), FXP_CAST(0x5133cc80), FXP_CAST(0x7573df00)}, {FXP_CAST(0x7e2df000), FXP_CAST(0x7a7d0580), FXP_CAST(0x7ed03e00)}, {FXP_CAST(0xa4c84280), FXP_CAST(0xb8e31300), FXP_CAST(0xd5af0140)},
+{FXP_CAST(0xf0f488a0), FXP_CAST(0x8275a100), FXP_CAST(0x1a72e360)}, {FXP_CAST(0x80aaa680), FXP_CAST(0x471ced00), FXP_CAST(0x9d2ead80)}, {FXP_CAST(0x9477d100), FXP_CAST(0x7d8a5f00), FXP_CAST(0x8151df80)}};
+
+const FIXP_PS aaFractDelayPhaseFactorSerImSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS] = {
+{FXP_CAST(0xea7d08a0), FXP_CAST(0xdad7f3c0), FXP_CAST(0xee9c9f60)}, {FXP_CAST(0xc1e54140), FXP_CAST(0x9d0dfe80), FXP_CAST(0xcd1e7300)}, {FXP_CAST(0xa051a580), FXP_CAST(0x809dc980), FXP_CAST(0xaf61c400)},
+{FXP_CAST(0x898d4e00), FXP_CAST(0x8f1d3400), FXP_CAST(0x97988280)}, {FXP_CAST(0x00000000), FXP_CAST(0x00000000), FXP_CAST(0x00000000)}, {FXP_CAST(0x00000000), FXP_CAST(0x00000000), FXP_CAST(0x00000000)},
+{FXP_CAST(0x3e1abec0), FXP_CAST(0x62f20180), FXP_CAST(0x32e18d00)}, {FXP_CAST(0x1582f760), FXP_CAST(0x25280c40), FXP_CAST(0x116360a0)}, {FXP_CAST(0xa6343800), FXP_CAST(0x6a6d9880), FXP_CAST(0x87327a00)},
+{FXP_CAST(0x80e32200), FXP_CAST(0xe70747c0), FXP_CAST(0x82c32b00)}, {FXP_CAST(0xf2f42420), FXP_CAST(0x6a6d9880), FXP_CAST(0xaea47080)}, {FXP_CAST(0x456eba00), FXP_CAST(0xe70747c0), FXP_CAST(0xedaa8640)}};
+
+const FIXP_PS p8_13_20[13] =
+{
+  FL2FXCONST_PS(0.00746082949812f),  FL2FXCONST_PS(0.02270420949825f),  FL2FXCONST_PS(0.04546865930473f),  FL2FXCONST_PS(0.07266113929591f),
+  FL2FXCONST_PS(0.09885108575264f),  FL2FXCONST_PS(0.11793710567217f),  FL2FXCONST_PS(0.125f           ),  FL2FXCONST_PS(0.11793710567217f),
+  FL2FXCONST_PS(0.09885108575264f),  FL2FXCONST_PS(0.07266113929591f),  FL2FXCONST_PS(0.04546865930473f),  FL2FXCONST_PS(0.02270420949825f),
+  FL2FXCONST_PS(0.00746082949812f)
+};
+
+const FIXP_PS p2_13_20[13] =
+{
+  FL2FXCONST_PS(0.0f), FL2FXCONST_PS( 0.01899487526049f),  FL2FXCONST_PS(0.0f), FL2FXCONST_PS(-0.07293139167538f),
+  FL2FXCONST_PS(0.0f), FL2FXCONST_PS( 0.30596630545168f),  FL2FXCONST_PS(0.5f), FL2FXCONST_PS( 0.30596630545168f),
+  FL2FXCONST_PS(0.0f), FL2FXCONST_PS(-0.07293139167538f),  FL2FXCONST_PS(0.0f), FL2FXCONST_PS( 0.01899487526049f),
+  FL2FXCONST_PS(0.0f)
+};
+
+
+
+const UCHAR aAllpassLinkDelaySer[] = {    3,     4,     5};
+
+const UCHAR delayIndexQmf[NO_QMF_CHANNELS] = {
+  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
+  14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
+  14, 14, 14,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,
+   1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1,  1
+};
+
+const UCHAR groupBorders20[NO_IID_GROUPS + 1] =
+{
+   6,  7,  0,  1,  2,  3,                            /* 6 subqmf subbands - 0th qmf subband */
+   9,  8,                                            /* 2 subqmf subbands - 1st qmf subband */
+  10, 11,                                            /* 2 subqmf subbands - 2nd qmf subband */
+   3,  4,  5,  6,  7,  8,
+   9,  11, 14, 18, 23, 35, 64
+};
+
+const UCHAR groupBorders34[NO_IID_GROUPS_HI_RES + 1] =
+{
+   0,  1,  2,  3,  4,  5,  6,  7,  8,  9,  10, 11,   /* 12 subqmf subbands - 0th qmf subband */
+  12, 13, 14, 15, 16, 17, 18, 19,                    /*  8 subqmf subbands - 1st qmf subband */
+  20, 21, 22, 23,                                    /*  4 subqmf subbands - 2nd qmf subband */
+  24, 25, 26, 27,                                    /*  4 subqmf subbands - 3nd qmf subband */
+  28, 29, 30, 31,                                    /*  4 subqmf subbands - 4nd qmf subband */
+  32-27, 33-27, 34-27, 35-27, 36-27, 37-27, 38-27,
+  40-27, 42-27, 44-27, 46-27, 48-27, 51-27, 54-27,
+  57-27, 60-27, 64-27, 68-27, 91-27
+};
+
+const UCHAR bins2groupMap20[NO_IID_GROUPS] =
+{
+  1, 0,
+  0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
+};
+
+const UCHAR quantizedIIDs[NO_IID_STEPS] =
+{
+    2, 4, 7, 10, 14, 18, 25
+};
+const UCHAR quantizedIIDsFine[NO_IID_STEPS_FINE] =
+{
+    2, 4, 6, 8, 10, 13, 16, 19, 22, 25, 30, 35, 40, 45, 50
+};
+
+const UCHAR FDK_sbrDecoder_aNoIidBins[3] = {NO_LOW_RES_IID_BINS,
+                           NO_MID_RES_IID_BINS,
+                           NO_HI_RES_IID_BINS};
+
+const UCHAR FDK_sbrDecoder_aNoIccBins[3] = {NO_LOW_RES_ICC_BINS,
+                           NO_MID_RES_ICC_BINS,
+                           NO_HI_RES_ICC_BINS};
+
+
+
+/************************************************************************/
+/*!
+   \brief   Create lookup tables for some arithmetic functions
+
+   The tables would normally be defined as const arrays,
+   but initialization at run time allows to specify their accuracy.
+*/
+/************************************************************************/
+
+/*   1/x-table:  (example for INV_TABLE_BITS 8)
+
+     The table covers an input range from 0.5 to 1.0 with a step size of 1/512,
+     starting at 0.5 + 1/512.
+     Each table entry corresponds to an input interval starting 1/1024 below the
+     exact value and ending 1/1024 above it.
+
+     The table is actually a 0.5/x-table, so that the output range is again
+     0.5...1.0 and the exponent of the result must be increased by 1.
+
+     Input range           Index in table      result
+     -------------------------------------------------------------------
+     0.500000...0.500976          -            0.5 / 0.500000 = 1.000000
+     0.500976...0.502930          0            0.5 / 0.501953 = 0.996109
+     0.502930...0.500488          1            0.5 / 0.503906 = 0.992248
+             ...
+     0.999023...1.000000         255           0.5 / 1.000000 = 0.500000
+
+       for (i=0; i<INV_TABLE_SIZE; i++) {
+         d = 0.5f / ( 0.5f+(double)(i+1)/(INV_TABLE_SIZE*2) ) ;
+         invTable[i] = FL2FX_SGL(d);
+       }
+*/
+const FIXP_SGL FDK_sbrDecoder_invTable[INV_TABLE_SIZE] =
+{
+  0x7f80, 0x7f01, 0x7e83, 0x7e07, 0x7d8b, 0x7d11, 0x7c97, 0x7c1e,
+  0x7ba6, 0x7b2f, 0x7ab9, 0x7a44, 0x79cf, 0x795c, 0x78e9, 0x7878,
+  0x7807, 0x7796, 0x7727, 0x76b9, 0x764b, 0x75de, 0x7572, 0x7506,
+  0x749c, 0x7432, 0x73c9, 0x7360, 0x72f9, 0x7292, 0x722c, 0x71c6,
+  0x7161, 0x70fd, 0x709a, 0x7037, 0x6fd5, 0x6f74, 0x6f13, 0x6eb3,
+  0x6e54, 0x6df5, 0x6d97, 0x6d39, 0x6cdc, 0x6c80, 0x6c24, 0x6bc9,
+  0x6b6f, 0x6b15, 0x6abc, 0x6a63, 0x6a0b, 0x69b3, 0x695c, 0x6906,
+  0x68b0, 0x685a, 0x6806, 0x67b1, 0x675e, 0x670a, 0x66b8, 0x6666,
+  0x6614, 0x65c3, 0x6572, 0x6522, 0x64d2, 0x6483, 0x6434, 0x63e6,
+  0x6399, 0x634b, 0x62fe, 0x62b2, 0x6266, 0x621b, 0x61d0, 0x6185,
+  0x613b, 0x60f2, 0x60a8, 0x6060, 0x6017, 0x5fcf, 0x5f88, 0x5f41,
+  0x5efa, 0x5eb4, 0x5e6e, 0x5e28, 0x5de3, 0x5d9f, 0x5d5a, 0x5d17,
+  0x5cd3, 0x5c90, 0x5c4d, 0x5c0b, 0x5bc9, 0x5b87, 0x5b46, 0x5b05,
+  0x5ac4, 0x5a84, 0x5a44, 0x5a05, 0x59c6, 0x5987, 0x5949, 0x590a,
+  0x58cd, 0x588f, 0x5852, 0x5815, 0x57d9, 0x579d, 0x5761, 0x5725,
+  0x56ea, 0x56af, 0x5675, 0x563b, 0x5601, 0x55c7, 0x558e, 0x5555,
+  0x551c, 0x54e3, 0x54ab, 0x5473, 0x543c, 0x5405, 0x53ce, 0x5397,
+  0x5360, 0x532a, 0x52f4, 0x52bf, 0x5289, 0x5254, 0x521f, 0x51eb,
+  0x51b7, 0x5183, 0x514f, 0x511b, 0x50e8, 0x50b5, 0x5082, 0x5050,
+  0x501d, 0x4feb, 0x4fba, 0x4f88, 0x4f57, 0x4f26, 0x4ef5, 0x4ec4,
+  0x4e94, 0x4e64, 0x4e34, 0x4e04, 0x4dd5, 0x4da6, 0x4d77, 0x4d48,
+  0x4d19, 0x4ceb, 0x4cbd, 0x4c8f, 0x4c61, 0x4c34, 0x4c07, 0x4bd9,
+  0x4bad, 0x4b80, 0x4b54, 0x4b27, 0x4afb, 0x4acf, 0x4aa4, 0x4a78,
+  0x4a4d, 0x4a22, 0x49f7, 0x49cd, 0x49a2, 0x4978, 0x494e, 0x4924,
+  0x48fa, 0x48d1, 0x48a7, 0x487e, 0x4855, 0x482d, 0x4804, 0x47dc,
+  0x47b3, 0x478b, 0x4763, 0x473c, 0x4714, 0x46ed, 0x46c5, 0x469e,
+  0x4677, 0x4651, 0x462a, 0x4604, 0x45de, 0x45b8, 0x4592, 0x456c,
+  0x4546, 0x4521, 0x44fc, 0x44d7, 0x44b2, 0x448d, 0x4468, 0x4444,
+  0x441f, 0x43fb, 0x43d7, 0x43b3, 0x4390, 0x436c, 0x4349, 0x4325,
+  0x4302, 0x42df, 0x42bc, 0x4299, 0x4277, 0x4254, 0x4232, 0x4210,
+  0x41ee, 0x41cc, 0x41aa, 0x4189, 0x4167, 0x4146, 0x4125, 0x4104,
+  0x40e3, 0x40c2, 0x40a1, 0x4081, 0x4060, 0x4040, 0x4020, 0x4000
+};
+
diff --git a/libSBRdec/src/sbr_rom.h b/libSBRdec/src/sbr_rom.h
new file mode 100644 (file)
index 0000000..c318870
--- /dev/null
@@ -0,0 +1,234 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+\file
+\brief Declaration of constant tables
+
+*/
+#ifndef __rom_H
+#define __rom_H
+
+#include "sbrdecoder.h"
+#include "env_extr.h"
+#include "qmf.h"
+
+#define INV_INT_TABLE_SIZE      49
+#define SBR_NF_NO_RANDOM_VAL  512   /*!< Size of random number array for noise floor */
+
+/*
+  Frequency scales
+*/
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_16[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_22[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_24[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_32[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_40[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_44[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_48[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_64[16];
+extern const UCHAR FDK_sbrDecoder_sbr_start_freq_88[16];
+
+/*
+  Low-Power-Profile Transposer
+*/
+#define NUM_WHFACTOR_TABLE_ENTRIES  9
+extern const USHORT FDK_sbrDecoder_sbr_whFactorsIndex[NUM_WHFACTOR_TABLE_ENTRIES];
+extern const FIXP_DBL FDK_sbrDecoder_sbr_whFactorsTable[NUM_WHFACTOR_TABLE_ENTRIES][6];
+
+
+
+/*
+  Envelope Adjustor
+*/
+extern const FIXP_SGL FDK_sbrDecoder_sbr_limGains_m[4];
+extern const UCHAR    FDK_sbrDecoder_sbr_limGains_e[4];
+extern const FIXP_SGL FDK_sbrDecoder_sbr_limiterBandsPerOctaveDiv4[4];
+extern const FIXP_SGL FDK_sbrDecoder_sbr_smoothFilter[4];
+extern const FIXP_SGL FDK_sbrDecoder_sbr_randomPhase[SBR_NF_NO_RANDOM_VAL][2];
+extern const FIXP_SGL harmonicPhaseX [2][4];
+
+/*
+  Envelope Extractor
+*/
+extern const int FDK_sbrDecoder_envelopeTable_8  [8][5];
+extern const int FDK_sbrDecoder_envelopeTable_15 [15][6];
+extern const int FDK_sbrDecoder_envelopeTable_16 [16][6];
+
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_15;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_15;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_15;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_15;
+
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info1_16;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info2_16;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info4_16;
+extern const FRAME_INFO FDK_sbrDecoder_sbr_frame_info8_16;
+
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10T[120][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel10F[120][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10T[48][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance10F[48][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11T[62][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvLevel11F[62][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11T[24][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_EnvBalance11F[24][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseLevel11T[62][2];
+extern const SCHAR FDK_sbrDecoder_sbr_huffBook_NoiseBalance11T[24][2];
+
+
+/*
+ Parametric stereo
+*/
+
+
+extern const FIXP_DBL decayScaleFactTable[NO_QMF_CHANNELS];
+
+/* FIX_BORDER can have 0, 1, 2, 4 envelops */
+extern const UCHAR FDK_sbrDecoder_aFixNoEnvDecode[4];
+
+/* IID & ICC Huffman codebooks */
+extern const SCHAR aBookPsIidTimeDecode[28][2];
+extern const SCHAR aBookPsIidFreqDecode[28][2];
+extern const SCHAR aBookPsIccTimeDecode[14][2];
+extern const SCHAR aBookPsIccFreqDecode[14][2];
+
+/* IID-fine Huffman codebooks */
+
+extern const SCHAR aBookPsIidFineTimeDecode[60][2];
+extern const SCHAR aBookPsIidFineFreqDecode[60][2];
+
+/* the values of the following 3 tables are shiftet right by 1 ! */
+extern const FIXP_DBL ScaleFactors[NO_IID_LEVELS];
+extern const FIXP_DBL ScaleFactorsFine[NO_IID_LEVELS_FINE];
+extern const FIXP_DBL Alphas[NO_ICC_LEVELS];
+
+#if defined(ARCH_PREFER_MULT_32x16)
+extern const FIXP_SGL aAllpassLinkDecaySer[NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_SGL aaFractDelayPhaseFactorReQmf[NO_QMF_CHANNELS];
+extern const FIXP_SGL aaFractDelayPhaseFactorImQmf[NO_QMF_CHANNELS];
+extern const FIXP_SGL aaFractDelayPhaseFactorReSubQmf20[NO_SUB_QMF_CHANNELS];
+extern const FIXP_SGL aaFractDelayPhaseFactorImSubQmf20[NO_SUB_QMF_CHANNELS];
+
+extern const FIXP_SGL aaFractDelayPhaseFactorSerReQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_SGL aaFractDelayPhaseFactorSerImQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_SGL aaFractDelayPhaseFactorSerReSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_SGL aaFractDelayPhaseFactorSerImSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+
+extern const FIXP_SGL p8_13_20[13];
+extern const FIXP_SGL p2_13_20[13];
+
+#else
+extern const FIXP_DBL aAllpassLinkDecaySer[NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_DBL aaFractDelayPhaseFactorReQmf[NO_QMF_CHANNELS];
+extern const FIXP_DBL aaFractDelayPhaseFactorImQmf[NO_QMF_CHANNELS];
+extern const FIXP_DBL aaFractDelayPhaseFactorReSubQmf20[NO_SUB_QMF_CHANNELS];
+extern const FIXP_DBL aaFractDelayPhaseFactorImSubQmf20[NO_SUB_QMF_CHANNELS];
+
+extern const FIXP_DBL aaFractDelayPhaseFactorSerReQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_DBL aaFractDelayPhaseFactorSerImQmf[NO_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_DBL aaFractDelayPhaseFactorSerReSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+extern const FIXP_DBL aaFractDelayPhaseFactorSerImSubQmf20[NO_SUB_QMF_CHANNELS][NO_SERIAL_ALLPASS_LINKS];
+
+extern const FIXP_DBL p8_13_20[13];
+extern const FIXP_DBL p2_13_20[13];
+#endif
+
+extern const UCHAR aAllpassLinkDelaySer[3];
+extern const UCHAR delayIndexQmf[NO_QMF_CHANNELS];
+extern const UCHAR groupBorders20[NO_IID_GROUPS + 1];
+extern const UCHAR groupBorders34[NO_IID_GROUPS_HI_RES + 1];
+extern const UCHAR bins2groupMap20[NO_IID_GROUPS];
+extern const UCHAR quantizedIIDs[NO_IID_STEPS];
+extern const UCHAR quantizedIIDsFine[NO_IID_STEPS_FINE];
+extern const UCHAR FDK_sbrDecoder_aNoIidBins[3];
+extern const UCHAR FDK_sbrDecoder_aNoIccBins[3];
+
+
+/* Lookup tables for some arithmetic functions */
+
+#define INV_TABLE_BITS 8
+#define INV_TABLE_SIZE (1<<INV_TABLE_BITS)
+extern const FIXP_SGL FDK_sbrDecoder_invTable[INV_TABLE_SIZE];
+
+#endif // __rom_H
diff --git a/libSBRdec/src/sbr_scale.h b/libSBRdec/src/sbr_scale.h
new file mode 100644 (file)
index 0000000..5fccd71
--- /dev/null
@@ -0,0 +1,123 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+\file
+\brief Sbr scaling factors,  
+To deal with the dynamic range in the different processing stages, a
+fixed point specific code has to rely on scaling factors. A floating
+point code carries a scaling factor -- the exponent -- for each value,
+so scaling is not necessary there.
+
+The output of the core decoder (low band) is scaled up to cover as much
+as possible bits for each value. As high band and low band are processed
+in different algorithm sections, they require their own scaling
+factors. In addition, any static buffers, e.g. filter states, require a
+separate scaling factor as well. The code takes care to do the proper
+adjustment, if scaling factors of a filter state and the time signal differ.
+
+\sa #QMF_SCALE_FACTOR, \ref documentationOverview
+*/
+
+#ifndef __SBR_SCALE_H
+#define __SBR_SCALE_H
+
+/*!
+\verbatim
+  scale:
+    0             left aligned e.g. |max| >=0.5
+    FRACT_BITS-1  zero e.g |max| = 0
+\endverbatim
+
+  Dynamic scaling is used to achieve sufficient accuracy even when the signal
+  energy is low.  The dynamic framing of SBR produces a variable overlap area
+  where samples from the previous QMF-Analysis are stored. Depending on the
+  start position and stop position of the current SBR envelopes, the processing
+  buffer consists of differently scaled regions like illustrated in the below
+  figure.
+
+  \image html scales.png Scale
+*/
+
+
+#endif
diff --git a/libSBRdec/src/sbrdec_drc.cpp b/libSBRdec/src/sbrdec_drc.cpp
new file mode 100644 (file)
index 0000000..a834c0b
--- /dev/null
@@ -0,0 +1,525 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Dynamic range control (DRC) decoder tool for SBR
+
+******************************************************************************/
+
+#include "sbrdec_drc.h"
+
+
+/* DRC - Offset table for QMF interpolation. */
+static const int offsetTab[2][16] =
+{
+  { 0, 4, 8, 12, 16, 20, 24, 28, 0, 0, 0, 0, 0, 0, 0, 0 },  /* 1024 framing */
+  { 0, 4, 8, 12, 16, 19, 22, 26, 0, 0, 0, 0, 0, 0, 0, 0 }   /*  960 framing */
+};
+
+/*!
+  \brief Initialize DRC QMF factors
+
+  \hDrcData Handle to DRC channel data.
+
+  \return none
+*/
+void sbrDecoder_drcInitChannel (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData )
+{
+  int band;
+
+  if (hDrcData == NULL) {
+    return;
+  }
+
+  for (band = 0; band < (64); band++) {
+    hDrcData->prevFact_mag[band] = FL2FXCONST_DBL(0.5f);
+  }
+
+  for (band = 0; band < SBRDEC_MAX_DRC_BANDS; band++) {
+    hDrcData->currFact_mag[band] = FL2FXCONST_DBL(0.5f);
+    hDrcData->nextFact_mag[band] = FL2FXCONST_DBL(0.5f);
+  }
+
+  hDrcData->prevFact_exp = 1;
+  hDrcData->currFact_exp = 1;
+  hDrcData->nextFact_exp = 1;
+
+  hDrcData->numBandsCurr = 1;
+  hDrcData->numBandsNext = 1;
+
+  hDrcData->winSequenceCurr = 0;
+  hDrcData->winSequenceNext = 0;
+
+  hDrcData->drcInterpolationSchemeCurr = 0;
+  hDrcData->drcInterpolationSchemeNext = 0;
+
+  hDrcData->enable = 0;
+}
+
+
+/*!
+  \brief Swap DRC QMF scaling factors after they have been applied.
+
+  \hDrcData Handle to DRC channel data.
+
+  \return none
+*/
+void sbrDecoder_drcUpdateChannel (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData )
+{
+  if (hDrcData == NULL) {
+    return;
+  }
+  if (hDrcData->enable != 1) {
+    return;
+  }
+
+  /* swap previous data */
+  FDKmemcpy( hDrcData->currFact_mag,
+             hDrcData->nextFact_mag,
+             SBRDEC_MAX_DRC_BANDS * sizeof(FIXP_DBL) );
+
+  hDrcData->currFact_exp = hDrcData->nextFact_exp;
+
+  hDrcData->numBandsCurr = hDrcData->numBandsNext;
+
+  FDKmemcpy( hDrcData->bandTopCurr,
+             hDrcData->bandTopNext,
+             SBRDEC_MAX_DRC_BANDS * sizeof(USHORT) );
+
+  hDrcData->drcInterpolationSchemeCurr = hDrcData->drcInterpolationSchemeNext;
+
+  hDrcData->winSequenceCurr = hDrcData->winSequenceNext;
+}
+
+
+/*!
+  \brief Apply DRC factors slot based.
+
+  \hDrcData Handle to DRC channel data.
+  \qmfRealSlot Pointer to real valued QMF data of one time slot.
+  \qmfImagSlot Pointer to the imaginary QMF data of one time slot.
+  \col Number of the time slot.
+  \numQmfSubSamples Total number of time slots for one frame.
+  \scaleFactor Pointer to the out scale factor of the time slot.
+
+  \return None.
+*/
+void sbrDecoder_drcApplySlot (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData,
+    FIXP_DBL   *qmfRealSlot,
+    FIXP_DBL   *qmfImagSlot,
+    int  col,
+    int  numQmfSubSamples,
+    int  maxShift
+  )
+{
+  const int *offset;
+
+  int band, bottomMdct, topMdct, bin, useLP;
+  int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10;   /* l_border */
+  int frameLenFlag = (numQmfSubSamples == 30) ? 1 : 0;
+
+  const FIXP_DBL *fact_mag = NULL;
+  INT fact_exp = 0;
+  UINT numBands = 0;
+  USHORT *bandTop = NULL;
+  int shortDrc = 0;
+
+  FIXP_DBL alphaValue = FL2FXCONST_DBL(0.0f);
+
+  if (hDrcData == NULL) {
+    return;
+  }
+  if (hDrcData->enable != 1) {
+    return;
+  }
+
+  offset = offsetTab[frameLenFlag];
+
+  useLP = (qmfImagSlot == NULL) ? 1 : 0;
+
+  col += indx;
+  bottomMdct = 0;
+  bin = 0;
+
+  /* get respective data and calc interpolation factor */
+  if (col < (numQmfSubSamples>>1)) {  /* first half of current frame */
+    if (hDrcData->winSequenceCurr != 2) { /* long window */
+      int j = col + (numQmfSubSamples>>1);
+
+      if (hDrcData->drcInterpolationSchemeCurr == 0) {
+        INT k = (frameLenFlag) ? 0x4444444 : 0x4000000;
+
+        alphaValue = (FIXP_DBL)(j * k);
+      }
+      else {
+        if (j >= offset[hDrcData->drcInterpolationSchemeCurr - 1]) {
+          alphaValue = (FIXP_DBL)MAXVAL_DBL;
+        }
+      }
+    }
+    else {  /* short windows */
+      shortDrc = 1;
+    }
+
+    fact_mag = hDrcData->currFact_mag;
+    fact_exp = hDrcData->currFact_exp;
+    numBands = hDrcData->numBandsCurr;
+    bandTop = hDrcData->bandTopCurr;
+  }
+  else if (col < numQmfSubSamples) {  /* second half of current frame */
+    if (hDrcData->winSequenceNext != 2) { /* next: long window */
+      int j = col - (numQmfSubSamples>>1);
+
+      if (hDrcData->drcInterpolationSchemeNext == 0) {
+        INT k = (frameLenFlag) ? 0x4444444 : 0x4000000;
+
+        alphaValue = (FIXP_DBL)(j * k);
+      }
+      else {
+        if (j >= offset[hDrcData->drcInterpolationSchemeNext - 1]) {
+          alphaValue = (FIXP_DBL)MAXVAL_DBL;
+        }
+      }
+
+      fact_mag = hDrcData->nextFact_mag;
+      fact_exp = hDrcData->nextFact_exp;
+      numBands = hDrcData->numBandsNext;
+      bandTop = hDrcData->bandTopNext;
+    }
+    else {  /* next: short windows */
+      if (hDrcData->winSequenceCurr != 2) {  /* current: long window */
+        alphaValue = (FIXP_DBL)0;
+
+        fact_mag = hDrcData->nextFact_mag;
+        fact_exp = hDrcData->nextFact_exp;
+        numBands = hDrcData->numBandsNext;
+        bandTop = hDrcData->bandTopNext;
+      }
+      else {  /* current: short windows */
+        shortDrc = 1;
+
+        fact_mag = hDrcData->currFact_mag;
+        fact_exp = hDrcData->currFact_exp;
+        numBands = hDrcData->numBandsCurr;
+        bandTop = hDrcData->bandTopCurr;
+      }
+    }
+  }
+  else {  /* first half of next frame */
+    if (hDrcData->winSequenceNext != 2) { /* long window */
+      int j = col - (numQmfSubSamples>>1);
+
+      if (hDrcData->drcInterpolationSchemeNext == 0) {
+        INT k = (frameLenFlag) ? 0x4444444 : 0x4000000;
+
+        alphaValue = (FIXP_DBL)(j * k);
+      }
+      else {
+        if (j >= offset[hDrcData->drcInterpolationSchemeNext - 1]) {
+          alphaValue = (FIXP_DBL)MAXVAL_DBL;
+        }
+      }
+    }
+    else {  /* short windows */
+      shortDrc = 1;
+    }
+
+    fact_mag = hDrcData->nextFact_mag;
+    fact_exp = hDrcData->nextFact_exp;
+    numBands = hDrcData->numBandsNext;
+    bandTop = hDrcData->bandTopNext;
+
+    col -= numQmfSubSamples;
+  }
+
+
+  /* process bands */
+  for (band = 0; band < (int)numBands; band++) {
+    int bottomQmf, topQmf;
+
+    FIXP_DBL drcFact_mag = (FIXP_DBL)MAXVAL_DBL;
+
+    topMdct = (bandTop[band]+1) << 2;
+
+    if (!shortDrc) {  /* long window */
+      if (frameLenFlag) {
+        /* 960 framing */
+        bottomMdct = 30 * (bottomMdct / 30);
+        topMdct    = 30 * (topMdct / 30);
+
+        bottomQmf = fMultIfloor((FIXP_DBL)0x4444444, bottomMdct);
+        topQmf    = fMultIfloor((FIXP_DBL)0x4444444, topMdct);
+      }
+      else {
+        /* 1024 framing */
+        bottomMdct &= ~0x1f;
+        topMdct    &= ~0x1f;
+
+        bottomQmf = bottomMdct >> 5;
+        topQmf    = topMdct >> 5;
+      }
+
+      if (band == ((int)numBands-1)) {
+        topQmf = (64);
+      }
+    
+      for (bin = bottomQmf; bin < topQmf; bin++) {
+        FIXP_DBL drcFact1_mag = hDrcData->prevFact_mag[bin];
+        FIXP_DBL drcFact2_mag = fact_mag[band];
+
+        /* normalize scale factors */
+        if (hDrcData->prevFact_exp < maxShift) {
+          drcFact1_mag >>= maxShift - hDrcData->prevFact_exp;
+        }
+        if (fact_exp < maxShift) {
+          drcFact2_mag >>= maxShift - fact_exp;
+        }
+
+        /* interpolate */
+        if (alphaValue == (FIXP_DBL)0) {
+          drcFact_mag = drcFact1_mag;
+        } else if (alphaValue == (FIXP_DBL)MAXVAL_DBL) {
+          drcFact_mag = drcFact2_mag;
+        } else {
+          drcFact_mag = fMult(alphaValue, drcFact2_mag) + fMult(((FIXP_DBL)MAXVAL_DBL - alphaValue), drcFact1_mag);
+        }
+
+        /* apply scaling */
+        qmfRealSlot[bin] = fMult(qmfRealSlot[bin], drcFact_mag);
+        if (!useLP) {
+          qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag);
+        }
+
+        /* save previous factors */
+        if (col == (numQmfSubSamples>>1)-1) {
+          hDrcData->prevFact_mag[bin] = fact_mag[band];
+        }
+      }
+    }
+    else {  /* short windows */
+      int startSample, stopSample;
+      FIXP_DBL invFrameSizeDiv8 = (frameLenFlag) ? (FIXP_DBL)0x1111111 : (FIXP_DBL)0x1000000;
+
+      if (frameLenFlag) {
+        /*  960 framing */
+        bottomMdct = 30/8 * (bottomMdct*8/30);
+        topMdct    = 30/8 * (topMdct*8/30);
+      }
+      else {
+        /* 1024 framing */
+        bottomMdct &= ~0x03;
+        topMdct    &= ~0x03;
+      }
+
+      /* startSample is truncated to the nearest corresponding start subsample in
+         the QMF of the short window bottom is present in:*/
+      startSample  = ((fMultIfloor( invFrameSizeDiv8, bottomMdct ) & 0x7) * numQmfSubSamples) >> 3;
+
+      /* stopSample is rounded upwards to the nearest corresponding stop subsample
+         in the QMF of the short window top is present in. */
+      stopSample  = ((fMultIceil( invFrameSizeDiv8, topMdct ) & 0xf) * numQmfSubSamples) >> 3;
+
+      bottomQmf = fMultIfloor( invFrameSizeDiv8, ((bottomMdct%(numQmfSubSamples<<2)) << 5) );
+      topQmf    = fMultIfloor( invFrameSizeDiv8, ((topMdct%(numQmfSubSamples<<2)) << 5) );
+
+      /* extend last band */
+      if (band == ((int)numBands-1)) {
+        topQmf = (64);
+        stopSample = numQmfSubSamples;
+      }
+
+      if (topQmf == 0) {
+        topQmf = (64);
+      }
+
+      /* save previous factors */
+      if (stopSample == numQmfSubSamples) {
+        int tmpBottom = bottomQmf;
+
+        if (((numQmfSubSamples-1) & ~0x03) > startSample) {
+            tmpBottom = 0;    /* band starts in previous short window */
+        }
+
+        for (bin = tmpBottom; bin < topQmf; bin++) {
+          hDrcData->prevFact_mag[bin] = fact_mag[band];
+        }
+      }
+
+      /* apply */
+      if ((col >= startSample) && (col < stopSample)) {
+        if ((col & ~0x03) > startSample) {
+            bottomQmf = 0;    /* band starts in previous short window */
+        }
+        if (col < ((stopSample-1) & ~0x03)) {
+            topQmf = (64);   /* band ends in next short window */
+        }
+
+        drcFact_mag = fact_mag[band];
+
+        /* normalize scale factor */
+        if (fact_exp < maxShift) {
+          drcFact_mag >>= maxShift - fact_exp;
+        }
+
+        /* apply scaling */
+        for (bin = bottomQmf; bin < topQmf; bin++) {
+          qmfRealSlot[bin] = fMult(qmfRealSlot[bin], drcFact_mag);
+          if (!useLP) {
+            qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag);
+          }
+        }
+      }
+    }
+
+    bottomMdct = topMdct;
+  }   /* end of bands loop */
+
+  if (col == (numQmfSubSamples>>1)-1) {
+    hDrcData->prevFact_exp = fact_exp;
+  }
+}
+
+
+/*!
+  \brief Apply DRC factors frame based.
+
+  \hDrcData Handle to DRC channel data.
+  \qmfRealSlot Pointer to real valued QMF data of the whole frame.
+  \qmfImagSlot Pointer to the imaginary QMF data of the whole frame.
+  \numQmfSubSamples Total number of time slots for one frame.
+  \scaleFactor Pointer to the out scale factor of the frame.
+
+  \return None.
+*/
+void sbrDecoder_drcApply (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData,
+    FIXP_DBL **QmfBufferReal,
+    FIXP_DBL **QmfBufferImag,
+    int  numQmfSubSamples,
+    int *scaleFactor
+  )
+{
+  int col;
+  int maxShift = 0;
+
+  if (hDrcData == NULL) {
+    return;
+  }
+  if (hDrcData->enable == 0) {
+    return;  /* Avoid changing the scaleFactor even though the processing is disabled. */
+  }
+
+  /* get max scale factor */
+  if (hDrcData->prevFact_exp > maxShift) {
+    maxShift = hDrcData->prevFact_exp;
+  }
+  if (hDrcData->currFact_exp > maxShift) {
+    maxShift = hDrcData->currFact_exp;
+  }
+  if (hDrcData->nextFact_exp > maxShift) {
+    maxShift = hDrcData->nextFact_exp;
+  }
+
+  for (col = 0; col < numQmfSubSamples; col++)
+  {
+    FIXP_DBL *qmfSlotReal = QmfBufferReal[col];
+    FIXP_DBL *qmfSlotImag = (QmfBufferImag == NULL) ? NULL : QmfBufferImag[col];
+
+    sbrDecoder_drcApplySlot (
+      hDrcData,
+      qmfSlotReal,
+      qmfSlotImag,
+      col,
+      numQmfSubSamples,
+      maxShift
+    );
+  }
+
+  *scaleFactor += maxShift;
+}
+
diff --git a/libSBRdec/src/sbrdec_drc.h b/libSBRdec/src/sbrdec_drc.h
new file mode 100644 (file)
index 0000000..872c6a0
--- /dev/null
@@ -0,0 +1,151 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG-4 AAC Decoder  **************************
+
+   Author(s):   Christian Griebel
+   Description: Dynamic range control (DRC) decoder tool for SBR
+
+******************************************************************************/
+
+#ifndef _SBRDEC_DRC_H_
+#define _SBRDEC_DRC_H_
+
+#include "sbrdecoder.h"
+
+
+
+#define SBRDEC_MAX_DRC_CHANNELS  (6)
+#define SBRDEC_MAX_DRC_BANDS     ( 16 )
+
+typedef struct
+{
+  FIXP_DBL prevFact_mag[(64)];
+  INT      prevFact_exp;
+
+  FIXP_DBL currFact_mag[SBRDEC_MAX_DRC_BANDS];
+  FIXP_DBL nextFact_mag[SBRDEC_MAX_DRC_BANDS];
+  INT      currFact_exp;
+  INT      nextFact_exp;
+
+  UINT     numBandsCurr;
+  UINT     numBandsNext;
+  USHORT   bandTopCurr[SBRDEC_MAX_DRC_BANDS];
+  USHORT   bandTopNext[SBRDEC_MAX_DRC_BANDS];
+
+  SHORT    drcInterpolationSchemeCurr;
+  SHORT    drcInterpolationSchemeNext;
+
+  SHORT    enable;
+
+  UCHAR    winSequenceCurr;
+  UCHAR    winSequenceNext;
+
+} SBRDEC_DRC_CHANNEL;
+
+typedef SBRDEC_DRC_CHANNEL * HANDLE_SBR_DRC_CHANNEL;
+
+
+void sbrDecoder_drcInitChannel (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData );
+
+void sbrDecoder_drcUpdateChannel (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData );
+
+void sbrDecoder_drcApplySlot (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData,
+    FIXP_DBL *qmfRealSlot,
+    FIXP_DBL *qmfImagSlot,
+    int  col,
+    int  numQmfSubSamples,
+    int  maxShift );
+
+void sbrDecoder_drcApply (
+    HANDLE_SBR_DRC_CHANNEL  hDrcData,
+    FIXP_DBL **QmfBufferReal,
+    FIXP_DBL **QmfBufferImag,
+    int  numQmfSubSamples,
+    int *scaleFactor );
+
+
+#endif  /* _SBRDEC_DRC_H_ */
diff --git a/libSBRdec/src/sbrdec_freq_sca.cpp b/libSBRdec/src/sbrdec_freq_sca.cpp
new file mode 100644 (file)
index 0000000..8adfbb1
--- /dev/null
@@ -0,0 +1,812 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Frequency scale calculation  
+*/
+
+#include "sbrdec_freq_sca.h"
+
+#include "transcendent.h"
+#include "sbr_rom.h"
+#include "env_extr.h"
+
+#include "genericStds.h"      /* need log() for debug-code only */
+
+#define MAX_OCTAVE         29
+#define MAX_SECOND_REGION  50
+
+
+static int  numberOfBands(FIXP_SGL bpo_div16, int start, int stop, int warpFlag);
+static void CalcBands(UCHAR * diff, UCHAR start, UCHAR stop, UCHAR num_bands);
+static SBR_ERROR modifyBands(UCHAR max_band, UCHAR * diff, UCHAR length);
+static void cumSum(UCHAR start_value, UCHAR* diff, UCHAR length, UCHAR *start_adress);
+
+
+
+/*!
+  \brief     Retrieve QMF-band where the SBR range starts
+
+  Convert startFreq which was read from the bitstream into a
+  QMF-channel number.
+
+  \return  Number of start band
+*/
+static UCHAR
+getStartBand(UINT   fs,               /*!< Output sampling frequency */
+             UCHAR  startFreq,        /*!< Index to table of possible start bands */
+             UINT   headerDataFlags)  /*!< Info to SBR mode */
+{
+  INT  band;
+  UINT fsMapped;
+
+    fsMapped = fs;
+
+  switch (fsMapped) {
+    case 96000:
+    case 88200:
+      band = FDK_sbrDecoder_sbr_start_freq_88[startFreq];
+      break;
+    case 64000:
+      band = FDK_sbrDecoder_sbr_start_freq_64[startFreq];
+      break;
+    case 48000:
+      band = FDK_sbrDecoder_sbr_start_freq_48[startFreq];
+      break;
+    case 44100:
+      band = FDK_sbrDecoder_sbr_start_freq_44[startFreq];
+      break;
+    case 32000:
+      band = FDK_sbrDecoder_sbr_start_freq_32[startFreq];
+      break;
+    case 24000:
+      band = FDK_sbrDecoder_sbr_start_freq_24[startFreq];
+      break;
+    case 22050:
+      band = FDK_sbrDecoder_sbr_start_freq_22[startFreq];
+      break;
+    case 16000:
+      band = FDK_sbrDecoder_sbr_start_freq_16[startFreq];
+      break;
+    default:
+      band = 255;
+  }
+
+  return band;
+}
+
+
+/*!
+  \brief     Retrieve QMF-band where the SBR range starts
+
+  Convert startFreq which was read from the bitstream into a
+  QMF-channel number.
+
+  \return  Number of start band
+*/
+static UCHAR
+getStopBand(UINT   fs,               /*!< Output sampling frequency */
+            UCHAR  stopFreq,         /*!< Index to table of possible start bands */
+            UINT   headerDataFlags,  /*!< Info to SBR mode */
+            UCHAR  k0)               /*!< Start freq index */
+{
+  UCHAR k2;
+
+  if (stopFreq < 14) {
+    INT    stopMin;
+    UCHAR  diff_tot[MAX_OCTAVE + MAX_SECOND_REGION];
+    UCHAR *diff0 = diff_tot;
+    UCHAR *diff1 = diff_tot+MAX_OCTAVE;
+
+    if (fs < 32000) {
+      stopMin = (((2*6000*2*(64)) / fs) + 1) >> 1;
+    }
+    else {
+      if (fs < 64000) {
+        stopMin = (((2*8000*2*(64)) / fs) + 1) >> 1;
+      }
+      else {
+        stopMin = (((2*10000*2*(64)) / fs) + 1) >> 1;
+      }
+    }
+
+    /*
+      Choose a stop band between k1 and 64 depending on stopFreq (0..13),
+      based on a logarithmic scale.
+      The vectors diff0 and diff1 are used temporarily here.
+    */
+    CalcBands( diff0, stopMin, 64, 13);
+    shellsort( diff0, 13);
+    cumSum(stopMin, diff0, 13, diff1);
+    k2 = diff1[stopFreq];
+  }
+  else if (stopFreq==14)
+    k2 = 2*k0;
+  else
+    k2 = 3*k0;
+
+  /* Limit to Nyquist */
+  if (k2 > (64))
+    k2 = (64);
+
+
+  /* Range checks */
+  /* 1 <= difference <= 48; 1 <= fs <= 96000 */
+  if ( ((k2 - k0) > MAX_FREQ_COEFFS) || (k2 <= k0) ) {
+    return 255;
+  }
+
+  if (headerDataFlags & (SBRDEC_SYNTAX_USAC|SBRDEC_SYNTAX_RSVD50)) {
+    /* 1 <= difference <= 35; 42000 <= fs <= 96000 */
+    if ( (fs >= 42000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) {
+      return 255;
+    }
+    /* 1 <= difference <= 32; 46009 <= fs <= 96000 */
+    if ( (fs >= 46009) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) {
+      return 255;
+    }
+  }
+  else {
+    /* 1 <= difference <= 35; fs == 44100 */
+    if ( (fs == 44100) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) {
+      return 255;
+    }
+    /* 1 <= difference <= 32; 48000 <= fs <= 96000 */
+    if ( (fs >= 48000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) {
+      return 255;
+    }
+  }
+
+  return k2;
+}
+
+
+/*!
+  \brief     Generates master frequency tables
+
+  Frequency tables are calculated according to the selected domain
+  (linear/logarithmic) and granularity.
+  IEC 14496-3 4.6.18.3.2.1
+
+  \return  errorCode, 0 if successful
+*/
+SBR_ERROR
+sbrdecUpdateFreqScale(UCHAR * v_k_master,    /*!< Master table to be created */
+                      UCHAR *numMaster,      /*!< Number of entries in master table */
+                      UINT   fs,             /*!< SBR working sampling rate */
+                      HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Control data from bitstream */
+                      UINT flags)
+{
+  FIXP_SGL bpo_div16;        /* bands_per_octave divided by 16 */
+  INT      dk=0;
+
+  /* Internal variables */
+  UCHAR  k0, k2, i;
+  UCHAR  num_bands0 = 0;
+  UCHAR  num_bands1 = 0;
+  UCHAR  diff_tot[MAX_OCTAVE + MAX_SECOND_REGION];
+  UCHAR *diff0 = diff_tot;
+  UCHAR *diff1 = diff_tot+MAX_OCTAVE;
+  INT    k2_achived;
+  INT    k2_diff;
+  INT    incr=0;
+
+  /*
+    Determine start band
+  */
+  k0 = getStartBand(fs, hHeaderData->bs_data.startFreq, flags);
+  if (k0 == 255) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  /*
+    Determine stop band
+  */
+  k2 = getStopBand(fs, hHeaderData->bs_data.stopFreq, flags, k0);
+  if (k2 == 255) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  if(hHeaderData->bs_data.freqScale>0) { /* Bark */
+    INT k1;
+
+    if(hHeaderData->bs_data.freqScale==1) {
+      bpo_div16 = FL2FXCONST_SGL(12.0f/16.0f);
+    }
+    else if(hHeaderData->bs_data.freqScale==2) {
+      bpo_div16 = FL2FXCONST_SGL(10.0f/16.0f);
+    }
+    else {
+      bpo_div16 =  FL2FXCONST_SGL(8.0f/16.0f);
+    }
+
+
+    if( 1000 * k2 > 2245 * k0 ) { /* Two or more regions */
+      k1 = 2*k0;
+
+      num_bands0 = numberOfBands(bpo_div16, k0, k1, 0);
+      num_bands1 = numberOfBands(bpo_div16, k1, k2, hHeaderData->bs_data.alterScale );
+      if ( num_bands0 < 1) {
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+      if ( num_bands1 < 1 ) {
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+
+      CalcBands(diff0, k0, k1, num_bands0);
+      shellsort( diff0, num_bands0);
+      if (diff0[0] == 0) {
+#ifdef DEBUG_TOOLS
+#endif
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+
+      cumSum(k0, diff0, num_bands0, v_k_master);
+
+      CalcBands(diff1, k1, k2, num_bands1);
+      shellsort( diff1, num_bands1);
+      if(diff0[num_bands0-1] > diff1[0]) {
+        SBR_ERROR err;
+
+        err = modifyBands(diff0[num_bands0-1],diff1, num_bands1);
+        if (err)
+          return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+
+      /* Add 2nd region */
+      cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);
+      *numMaster = num_bands0 + num_bands1;     /* Output nr of bands */
+
+    }
+    else { /* Only one region */
+      k1=k2;
+
+      num_bands0 = numberOfBands(bpo_div16, k0, k1, 0);
+      if ( num_bands0 < 1) {
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+      CalcBands(diff0, k0, k1, num_bands0);
+      shellsort(diff0, num_bands0);
+      if (diff0[0] == 0) {
+#ifdef DEBUG_TOOLS
+#endif
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+
+      cumSum(k0, diff0, num_bands0, v_k_master);
+      *numMaster = num_bands0;        /* Output nr of bands */
+
+    }
+  }
+  else { /* Linear mode */
+     if (hHeaderData->bs_data.alterScale==0) {
+        dk = 1;
+        /* FLOOR to get to few number of bands (next lower even number) */
+        num_bands0 = (k2 - k0) & 254;
+      } else {
+        dk = 2;
+        num_bands0 = ( ((k2 - k0) >> 1) + 1 ) & 254; /* ROUND to the closest fit */
+      }
+
+      if (num_bands0 < 1) {
+        return SBRDEC_UNSUPPORTED_CONFIG;
+        /* We must return already here because 'i' can become negative below. */
+      }
+
+      k2_achived = k0 + num_bands0*dk;
+      k2_diff = k2 - k2_achived;
+
+      for(i=0;i<num_bands0;i++)
+        diff_tot[i] = dk;
+
+      /* If linear scale wasn't achieved */
+      /* and we got too wide SBR area */
+      if (k2_diff < 0) {
+          incr = 1;
+          i = 0;
+      }
+
+      /* If linear scale wasn't achieved */
+      /* and we got too small SBR area */
+      if (k2_diff > 0) {
+          incr = -1;
+          i = num_bands0-1;
+      }
+
+      /* Adjust diff vector to get sepc. SBR range */
+      while (k2_diff != 0) {
+        diff_tot[i] = diff_tot[i] - incr;
+        i = i + incr;
+        k2_diff = k2_diff + incr;
+      }
+
+      cumSum(k0, diff_tot, num_bands0, v_k_master);/* cumsum */
+    *numMaster = num_bands0;  /* Output nr of bands */
+  }
+
+  if (*numMaster < 1) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+
+  /*
+    Print out the calculated table
+  */
+
+  return SBRDEC_OK;
+}
+
+
+/*!
+  \brief     Calculate frequency ratio of one SBR band
+
+  All SBR bands should span a constant frequency range in the logarithmic
+  domain. This function calculates the ratio of any SBR band's upper and lower
+  frequency.
+
+ \return    num_band-th root of k_start/k_stop
+*/
+static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands)
+{
+/* Scaled bandfactor and step 1 bit right to avoid overflow
+ * use double data type */
+  FIXP_DBL bandfactor = FL2FXCONST_DBL(0.25f); /* Start value */
+  FIXP_DBL step = FL2FXCONST_DBL(0.125f);      /* Initial increment for factor */
+
+  int    direction = 1;
+
+/* Because saturation can't be done in INT IIS,
+ * changed start and stop data type from FIXP_SGL to FIXP_DBL */
+  FIXP_DBL start = k_start << (DFRACT_BITS-8);
+  FIXP_DBL stop = k_stop << (DFRACT_BITS-8);
+
+  FIXP_DBL temp;
+
+  int   j, i=0;
+
+  while ( step > FL2FXCONST_DBL(0.0f)) {
+    i++;
+    temp = stop;
+
+    /* Calculate temp^num_bands: */
+    for (j=0; j<num_bands; j++)
+      //temp = fMult(temp,bandfactor);
+      temp = fMultDiv2(temp,bandfactor)<<2;
+
+    if (temp<start) { /* Factor too strong, make it weaker */
+      if (direction == 0)
+        /* Halfen step. Right shift is not done as fract because otherwise the
+           lowest bit cannot be cleared due to rounding */
+        step = (FIXP_DBL)((LONG)step >> 1);
+      direction = 1;
+      bandfactor = bandfactor + step;
+    }
+    else {  /* Factor is too weak: make it stronger */
+      if (direction == 1)
+        step = (FIXP_DBL)((LONG)step >> 1);
+      direction = 0;
+      bandfactor = bandfactor - step;
+    }
+
+    if (i>100) {
+      step = FL2FXCONST_DBL(0.0f);
+    }
+  }
+  return FX_DBL2FX_SGL(bandfactor<<1);
+}
+
+
+/*!
+  \brief     Calculate number of SBR bands between start and stop band
+
+  Given the number of bands per octave, this function calculates how many
+  bands fit in the given frequency range.
+  When the warpFlag is set, the 'band density' is decreased by a factor
+  of 1/1.3
+
+  \return    number of bands
+*/
+static int
+numberOfBands(FIXP_SGL bpo_div16, /*!< Input: number of bands per octave divided by 16 */
+              int    start,     /*!< First QMF band of SBR frequency range */
+              int    stop,      /*!< Last QMF band of SBR frequency range + 1 */
+              int    warpFlag)  /*!< Stretching flag */
+{
+  FIXP_SGL num_bands_div128;
+  int    num_bands;
+
+  num_bands_div128 = FX_DBL2FX_SGL(fMult(FDK_getNumOctavesDiv8(start,stop),bpo_div16));
+
+  if (warpFlag) {
+    /* Apply the warp factor of 1.3 to get wider bands.  We use a value
+       of 32768/25200 instead of the exact value to avoid critical cases
+       of rounding.
+    */
+    num_bands_div128 = FX_DBL2FX_SGL(fMult(num_bands_div128, FL2FXCONST_SGL(25200.0/32768.0)));
+  }
+
+  /* add scaled 1 for rounding to even numbers: */
+  num_bands_div128 = num_bands_div128 + FL2FXCONST_SGL( 1.0f/128.0f );
+  /* scale back to right aligned integer and double the value: */
+  num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7));
+
+  return(num_bands);
+}
+
+
+/*!
+  \brief     Calculate width of SBR bands
+
+  Given the desired number of bands within the SBR frequency range,
+  this function calculates the width of each SBR band in QMF channels.
+  The bands get wider from start to stop (bark scale).
+*/
+static void
+CalcBands(UCHAR * diff,    /*!< Vector of widths to be calculated */
+          UCHAR start,     /*!< Lower end of subband range */
+          UCHAR stop,      /*!< Upper end of subband range */
+          UCHAR num_bands) /*!< Desired number of bands */
+{
+  int i;
+  int previous;
+  int current;
+  FIXP_SGL exact, temp;
+  FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands);
+
+  previous = stop; /* Start with highest QMF channel */
+  exact = (FIXP_SGL)(stop << (FRACT_BITS-8)); /* Shift left to gain some accuracy */
+
+  for(i=num_bands-1; i>=0; i--) {
+    /* Calculate border of next lower sbr band */
+    exact = FX_DBL2FX_SGL(fMult(exact,bandfactor));
+
+    /* Add scaled 0.5 for rounding:
+       We use a value 128/256 instead of 0.5 to avoid some critical cases of rounding. */
+    temp = exact +  FL2FXCONST_SGL(128.0/32768.0);
+
+    /* scale back to right alinged integer: */
+    current = (LONG)temp >> (FRACT_BITS-8);
+
+    /* Save width of band i */
+    diff[i] = previous - current;
+    previous = current;
+  }
+}
+
+
+/*!
+  \brief     Calculate cumulated sum vector from delta vector
+*/
+static void
+cumSum(UCHAR start_value, UCHAR* diff, UCHAR length, UCHAR *start_adress)
+{
+  int i;
+  start_adress[0]=start_value;
+  for(i=1; i<=length; i++)
+    start_adress[i] = start_adress[i-1] + diff[i-1];
+}
+
+
+/*!
+  \brief     Adapt width of frequency bands in the second region
+
+  If SBR spans more than 2 octaves, the upper part of a bark-frequency-scale
+  is calculated separately. This function tries to avoid that the second region
+  starts with a band smaller than the highest band of the first region.
+*/
+static SBR_ERROR
+modifyBands(UCHAR max_band_previous, UCHAR * diff, UCHAR length)
+{
+  int change = max_band_previous - diff[0];
+
+  /* Limit the change so that the last band cannot get narrower than the first one */
+  if ( change > (diff[length-1]-diff[0])>>1 )
+    change = (diff[length-1]-diff[0])>>1;
+
+  diff[0] += change;
+  diff[length-1] -= change;
+  shellsort(diff, length);
+
+  return SBRDEC_OK;
+}
+
+
+/*!
+  \brief   Update high resolution frequency band table
+*/
+static void
+sbrdecUpdateHiRes(UCHAR * h_hires,
+                  UCHAR * num_hires,
+                  UCHAR * v_k_master,
+                  UCHAR num_bands,
+                  UCHAR xover_band)
+{
+  UCHAR i;
+
+  *num_hires = num_bands-xover_band;
+
+  for(i=xover_band; i<=num_bands; i++) {
+    h_hires[i-xover_band] = v_k_master[i];
+  }
+}
+
+
+/*!
+  \brief  Build low resolution table out of high resolution table
+*/
+static void
+sbrdecUpdateLoRes(UCHAR * h_lores,
+                  UCHAR * num_lores,
+                  UCHAR * h_hires,
+                  UCHAR num_hires)
+{
+  UCHAR i;
+
+  if( (num_hires & 1) == 0) {
+    /* If even number of hires bands */
+    *num_lores = num_hires >> 1;
+    /* Use every second lores=hires[0,2,4...] */
+    for(i=0; i<=*num_lores; i++)
+      h_lores[i] = h_hires[i*2];
+  }
+  else {
+    /* Odd number of hires, which means xover is odd */
+    *num_lores = (num_hires+1) >> 1;
+    /* Use lores=hires[0,1,3,5 ...] */
+    h_lores[0] = h_hires[0];
+    for(i=1; i<=*num_lores; i++) {
+      h_lores[i] = h_hires[i*2-1];
+    }
+  }
+}
+
+
+/*!
+  \brief   Derive a low-resolution frequency-table from the master frequency table
+*/
+void
+sbrdecDownSampleLoRes(UCHAR *v_result,
+                      UCHAR num_result,
+                      UCHAR *freqBandTableRef,
+                      UCHAR num_Ref)
+{
+  int step;
+  int i,j;
+  int org_length,result_length;
+  int v_index[MAX_FREQ_COEFFS>>1];
+
+  /* init */
+  org_length = num_Ref;
+  result_length = num_result;
+
+  v_index[0] = 0;   /* Always use left border */
+  i=0;
+  while(org_length > 0) {
+    /* Create downsample vector */
+    i++;
+    step = org_length / result_length;
+    org_length = org_length - step;
+    result_length--;
+    v_index[i] = v_index[i-1] + step;
+  }
+
+  for(j=0;j<=i;j++) {
+    /* Use downsample vector to index LoResolution vector */
+    v_result[j]=freqBandTableRef[v_index[j]];
+  }
+
+}
+
+
+/*!
+  \brief   Sorting routine
+*/
+void shellsort(UCHAR *in, UCHAR n)
+{
+
+  int i, j, v, w;
+  int inc = 1;
+
+  do
+    inc = 3 * inc + 1;
+  while (inc <= n);
+
+  do {
+    inc = inc / 3;
+    for (i = inc; i < n; i++) {
+      v = in[i];
+      j = i;
+      while ((w=in[j-inc]) > v) {
+        in[j] = w;
+        j -= inc;
+        if (j < inc)
+          break;
+      }
+      in[j] = v;
+    }
+  } while (inc > 1);
+
+}
+
+
+
+/*!
+  \brief   Reset frequency band tables
+  \return  errorCode, 0 if successful
+*/
+SBR_ERROR
+resetFreqBandTables(HANDLE_SBR_HEADER_DATA hHeaderData, const UINT flags)
+{
+  SBR_ERROR err = SBRDEC_OK;
+  int k2,kx, lsb, usb;
+  int     intTemp;
+  UCHAR    nBandsLo, nBandsHi;
+  HANDLE_FREQ_BAND_DATA hFreq = &hHeaderData->freqBandData;
+
+  /* Calculate master frequency function */
+  err = sbrdecUpdateFreqScale(hFreq->v_k_master,
+                              &hFreq->numMaster,
+                              hHeaderData->sbrProcSmplRate,
+                              hHeaderData,
+                              flags);
+
+  if ( err || (hHeaderData->bs_info.xover_band > hFreq->numMaster) ) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  /* Derive Hiresolution from master frequency function */
+  sbrdecUpdateHiRes(hFreq->freqBandTable[1], &nBandsHi, hFreq->v_k_master, hFreq->numMaster, hHeaderData->bs_info.xover_band );
+  /* Derive Loresolution from Hiresolution */
+  sbrdecUpdateLoRes(hFreq->freqBandTable[0], &nBandsLo, hFreq->freqBandTable[1], nBandsHi);
+
+
+  hFreq->nSfb[0] = nBandsLo;
+  hFreq->nSfb[1] = nBandsHi;
+
+  /* Check index to freqBandTable[0] */
+  if ( !(nBandsLo > 0) || (nBandsLo > (MAX_FREQ_COEFFS>>1)) ) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  lsb = hFreq->freqBandTable[0][0];
+  usb = hFreq->freqBandTable[0][nBandsLo];
+
+  /* Additional check for lsb */
+  if ( (lsb > (32)) || (lsb >= usb) ) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+
+  /* Calculate number of noise bands */
+
+  k2 = hFreq->freqBandTable[1][nBandsHi];
+  kx = hFreq->freqBandTable[1][0];
+
+  if (hHeaderData->bs_data.noise_bands == 0)
+  {
+    hFreq->nNfb = 1;
+  }
+  else /* Calculate no of noise bands 1,2 or 3 bands/octave */
+  {
+    /* Fetch number of octaves divided by 32 */
+    intTemp = (LONG)FDK_getNumOctavesDiv8(kx,k2) >> 2;
+
+    /* Integer-Multiplication with number of bands: */
+    intTemp = intTemp * hHeaderData->bs_data.noise_bands;
+
+    /* Add scaled 0.5 for rounding: */
+    intTemp = intTemp + (LONG)FL2FXCONST_SGL(0.5f/32.0f);
+
+    /* Convert to right-aligned integer: */
+    intTemp = intTemp >> (FRACT_BITS - 1 /*sign*/ - 5 /* rescale */);
+
+    /* Compare with float calculation */
+    FDK_ASSERT( intTemp ==  (int)((hHeaderData->bs_data.noise_bands * FDKlog( (float)k2/kx) / (float)(FDKlog(2.0)))+0.5) );
+
+    if( intTemp==0)
+      intTemp=1;
+
+    hFreq->nNfb = intTemp;
+  }
+
+  hFreq->nInvfBands = hFreq->nNfb;
+
+  if( hFreq->nNfb > MAX_NOISE_COEFFS ) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  /* Get noise bands */
+  sbrdecDownSampleLoRes(hFreq->freqBandTableNoise,
+                        hFreq->nNfb,
+                        hFreq->freqBandTable[0],
+                        nBandsLo);
+
+
+
+
+  hFreq->lowSubband  = lsb;
+  hFreq->highSubband = usb;
+
+  return SBRDEC_OK;
+}
diff --git a/libSBRdec/src/sbrdec_freq_sca.h b/libSBRdec/src/sbrdec_freq_sca.h
new file mode 100644 (file)
index 0000000..cfe4f0e
--- /dev/null
@@ -0,0 +1,107 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief   Frequency scale prototypes  
+*/
+#ifndef __FREQ_SCA_H
+#define __FREQ_SCA_H
+
+#include "sbrdecoder.h"
+#include "env_extr.h"
+
+int
+sbrdecUpdateFreqScale(UCHAR * v_k_master,
+                      UCHAR *numMaster,
+                      HANDLE_SBR_HEADER_DATA headerData);
+
+void sbrdecDownSampleLoRes(UCHAR *v_result, UCHAR num_result,
+                           UCHAR *freqBandTableRef, UCHAR num_Ref);
+
+void shellsort(UCHAR *in, UCHAR n);
+
+SBR_ERROR
+resetFreqBandTables(HANDLE_SBR_HEADER_DATA hHeaderData, const UINT flags);
+
+#endif
diff --git a/libSBRdec/src/sbrdecoder.cpp b/libSBRdec/src/sbrdecoder.cpp
new file mode 100644 (file)
index 0000000..26b2ea2
--- /dev/null
@@ -0,0 +1,1546 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  SBR decoder frontend
+  This module provides a frontend to the SBR decoder. The function openSBR() is called for
+  initialization. The function sbrDecoder_Apply() is called for each frame. sbr_Apply() will call the
+  required functions to decode the raw SBR data (provided by env_extr.cpp), to decode the envelope data and noise floor levels [decodeSbrData()],
+  and to finally apply SBR to the current frame [sbr_dec()].
+
+  \sa sbrDecoder_Apply(), \ref documentationOverview
+*/
+
+/*!
+  \page documentationOverview Overview of important information resources and source code documentation
+
+  The primary source code documentation is based on generated and cross-referenced HTML files using
+  <a HREF="http://www.doxygen.org">doxygen</a>. As part of this documentation
+  you can find more extensive descriptions about key concepts and algorithms at the following locations:
+
+  <h2>Programming</h2>
+
+  \li Buffer management: sbrDecoder_Apply() and sbr_dec()
+  \li Internal scale factors to maximize SNR on fixed point processors: #QMF_SCALE_FACTOR
+  \li Special mantissa-exponent format: Created in requantizeEnvelopeData() and used in calculateSbrEnvelope()
+
+  <h2>Algorithmic details</h2>
+  \li About the SBR data format: \ref SBR_HEADER_ELEMENT and \ref SBR_STANDARD_ELEMENT
+  \li Details about the bitstream decoder: env_extr.cpp
+  \li Details about the QMF filterbank and the provided polyphase implementation: qmf_dec.cpp
+  \li Details about the transposer: lpp_tran.cpp
+  \li Details about the envelope adjuster: env_calc.cpp
+
+*/
+
+#include "sbrdecoder.h"
+
+#include "FDK_bitstream.h"
+
+#include "sbrdec_freq_sca.h"
+#include "env_extr.h"
+#include "sbr_dec.h"
+#include "env_dec.h"
+#include "sbr_crc.h"
+#include "sbr_ram.h"
+#include "sbr_rom.h"
+#include "lpp_tran.h"
+#include "transcendent.h"
+
+
+#include "sbrdec_drc.h"
+
+#include "psbitdec.h"
+
+
+/* Decoder library info */
+#define SBRDECODER_LIB_VL0 2
+#define SBRDECODER_LIB_VL1 2
+#define SBRDECODER_LIB_VL2 3
+#define SBRDECODER_LIB_TITLE "SBR Decoder"
+#define SBRDECODER_LIB_BUILD_DATE __DATE__
+#define SBRDECODER_LIB_BUILD_TIME __TIME__
+
+
+
+
+static UCHAR getHeaderSlot( UCHAR currentSlot, UCHAR hdrSlotUsage[(1)+1] )
+{
+  UINT  occupied = 0;
+  int   s;
+  UCHAR slot = hdrSlotUsage[currentSlot];
+
+  FDK_ASSERT((1)+1 < 32);
+
+  for (s = 0; s < (1)+1; s++) {
+    if ( (hdrSlotUsage[s] == slot)
+      && (s != slot) ) {
+      occupied = 1;
+      break;
+    }
+  }
+
+  if (occupied) {
+    occupied = 0;
+
+    for (s = 0; s < (1)+1; s++) {
+      occupied |= 1 << hdrSlotUsage[s];
+    }
+    for (s = 0; s < (1)+1; s++) {
+      if ( !(occupied & 0x1) ) {
+        slot = s;
+        break;
+      }
+      occupied >>= 1;
+    }
+  }
+
+  return slot;
+}
+
+static void copySbrHeader( HANDLE_SBR_HEADER_DATA hDst, const HANDLE_SBR_HEADER_DATA hSrc )
+{
+  /* copy the whole header memory (including pointers) */
+  FDKmemcpy( hDst, hSrc, sizeof(SBR_HEADER_DATA) );
+
+  /* update pointers */
+  hDst->freqBandData.freqBandTable[0]  = hDst->freqBandData.freqBandTableLo;
+  hDst->freqBandData.freqBandTable[1] = hDst->freqBandData.freqBandTableHi;
+}
+
+
+/*!
+  \brief Reset SBR decoder.
+
+  Reset should only be called if SBR has been sucessfully detected by
+  an appropriate checkForPayload() function.
+
+  \return Error code.
+*/
+static
+SBR_ERROR sbrDecoder_ResetElement (
+        HANDLE_SBRDECODER    self,
+        int                  sampleRateIn,
+        int                  sampleRateOut,
+        int                  samplesPerFrame,
+        const MP4_ELEMENT_ID elementID,
+        const int            elementIndex,
+        const int            overlap
+        )
+{
+  SBR_ERROR sbrError = SBRDEC_OK;
+  HANDLE_SBR_HEADER_DATA hSbrHeader;
+  UINT qmfFlags = 0;
+
+  int i, synDownsampleFac;
+
+  /* Check in/out samplerates */
+  if ( sampleRateIn < 6400
+    || sampleRateIn > 48000
+     )
+  {
+    sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+    goto bail;
+  }
+
+  if ( sampleRateOut > 96000 )
+  {
+    sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+    goto bail;
+  }
+
+  /* Set QMF mode flags */
+  if (self->flags & SBRDEC_LOW_POWER)
+    qmfFlags |= QMF_FLAG_LP;
+
+  if (self->coreCodec == AOT_ER_AAC_ELD) {
+    if (self->flags & SBRDEC_LD_MPS_QMF) {
+      qmfFlags |=  QMF_FLAG_MPSLDFB;
+    } else {
+      qmfFlags |=  QMF_FLAG_CLDFB;
+    }
+  }
+
+  /* Set downsampling factor for synthesis filter bank */
+  if (sampleRateOut == 0)
+  {
+    /* no single rate mode */
+      sampleRateOut = sampleRateIn<<1; /* In case of implicit signalling, assume dual rate SBR */
+  }
+
+  if ( sampleRateIn == sampleRateOut ) {
+    synDownsampleFac = 2;
+  } else {
+    synDownsampleFac = 1;
+  }
+
+  self->synDownsampleFac = synDownsampleFac;
+  self->sampleRateOut = sampleRateOut;
+
+  {
+    int i;
+
+    for (i = 0; i < (1)+1; i++)
+    {
+      hSbrHeader = &(self->sbrHeader[elementIndex][i]);
+
+      /* init a default header such that we can at least do upsampling later */
+      sbrError = initHeaderData(
+              hSbrHeader,
+              sampleRateIn,
+              sampleRateOut,
+              samplesPerFrame,
+              self->flags
+              );
+    }
+  }
+
+  if (sbrError != SBRDEC_OK) {
+    goto bail;
+  }
+
+  /* Init SBR channels going to be assigned to a SBR element */
+  {
+    int ch;
+
+    for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++)
+    {
+      /* and create sbrDec */
+      sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
+                          hSbrHeader,
+                         &self->pSbrElement[elementIndex]->transposerSettings,
+                          synDownsampleFac,
+                          qmfFlags,
+                          self->flags,
+                          overlap,
+                          ch );
+
+      if (sbrError != SBRDEC_OK) {
+        goto bail;
+      }
+    }
+  }
+
+  //FDKmemclear(sbr_OverlapBuffer, sizeof(sbr_OverlapBuffer));
+
+  if (self->numSbrElements == 1) {
+    switch ( self->coreCodec ) {
+    case AOT_AAC_LC:
+    case AOT_SBR:
+    case AOT_PS:
+    case AOT_ER_AAC_SCAL:
+    case AOT_DRM_AAC:
+    case AOT_DRM_SURROUND:
+      if (CreatePsDec ( &self->hParametricStereoDec, samplesPerFrame )) {
+        sbrError = SBRDEC_CREATE_ERROR;
+        goto bail;
+      }
+      break;
+    default:
+      break;
+    }
+  }
+
+  /* Init frame delay slot handling */
+  self->pSbrElement[elementIndex]->useFrameSlot = 0;
+  for (i = 0; i < ((1)+1); i++) {
+    self->pSbrElement[elementIndex]->useHeaderSlot[i] = i;
+  }
+
+bail:
+
+  return sbrError;
+}
+
+
+SBR_ERROR sbrDecoder_Open ( HANDLE_SBRDECODER  * pSelf )
+{
+  HANDLE_SBRDECODER    self = NULL;
+  SBR_ERROR sbrError = SBRDEC_OK;
+
+  /* Get memory for this instance */
+  self = GetRam_SbrDecoder();
+  if (self == NULL) {
+    sbrError = SBRDEC_MEM_ALLOC_FAILED;
+    goto bail;
+  }
+
+  self->workBuffer1 = GetRam_SbrDecWorkBuffer1();
+  self->workBuffer2 = GetRam_SbrDecWorkBuffer2();
+
+  if (  self->workBuffer1 == NULL
+     || self->workBuffer2 == NULL )
+  {
+    sbrError = SBRDEC_MEM_ALLOC_FAILED;
+    goto bail;
+  }
+
+  /*
+  Already zero because of calloc
+  self->numSbrElements = 0;
+  self->numSbrChannels = 0;
+  self->codecFrameSize = 0;
+  */
+
+  self->numDelayFrames = (1);  /* set to the max value by default */
+
+  *pSelf = self;
+
+bail:
+  return sbrError;
+}
+
+/**
+ * \brief determine if the given core codec AOT can be processed or not.
+ * \param coreCodec core codec audio object type.
+ * \return 1 if SBR can be processed, 0 if SBR cannot be processed/applied.
+ */
+static
+int sbrDecoder_isCoreCodecValid(AUDIO_OBJECT_TYPE coreCodec)
+{
+  switch (coreCodec) {
+    case AOT_AAC_LC:
+    case AOT_SBR:
+    case AOT_PS:
+    case AOT_ER_AAC_SCAL:
+    case AOT_ER_AAC_ELD:
+      return 1;
+    default:
+      return 0;
+  }
+}
+
+static
+void sbrDecoder_DestroyElement (
+        HANDLE_SBRDECODER       self,
+        const int               elementIndex
+        )
+{
+  if (self->pSbrElement[elementIndex] != NULL) {
+    int ch;
+
+    for (ch=0; ch<SBRDEC_MAX_CH_PER_ELEMENT; ch++) {
+      if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
+        deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] );
+        FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
+        self->numSbrChannels -= 1;
+      }
+    }
+    FreeRam_SbrDecElement( &self->pSbrElement[elementIndex] );
+    self->numSbrElements -= 1;
+  }
+}
+
+
+SBR_ERROR sbrDecoder_InitElement (
+        HANDLE_SBRDECODER       self,
+        const int               sampleRateIn,
+        const int               sampleRateOut,
+        const int               samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const int               elementIndex
+        )
+{
+  SBR_ERROR sbrError = SBRDEC_OK;
+  int chCnt=0;
+  int nSbrElementsStart = self->numSbrElements;
+
+  /* Check core codec AOT */
+  if (! sbrDecoder_isCoreCodecValid(coreCodec) || elementIndex >= (4)) {
+    sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+    goto bail;
+  }
+
+  if ( elementID != ID_SCE && elementID != ID_CPE && elementID != ID_LFE )
+  {
+    sbrError = SBRDEC_UNSUPPORTED_CONFIG;
+    goto bail;
+  }
+
+  if (  self->sampleRateIn == sampleRateIn
+     && self->codecFrameSize == samplesPerFrame
+     && self->coreCodec == coreCodec
+     && self->pSbrElement[elementIndex] != NULL
+     && self->pSbrElement[elementIndex]->elementID == elementID
+     )
+  {
+     /* Nothing to do */
+     return SBRDEC_OK;
+  }
+
+  self->sampleRateIn = sampleRateIn;
+  self->codecFrameSize = samplesPerFrame;
+  self->coreCodec = coreCodec;
+
+  self->flags = 0;
+  self->flags |= (coreCodec == AOT_ER_AAC_ELD) ? SBRDEC_ELD_GRID : 0;
+
+  /* Init SBR elements */
+  {
+    int elChannels, ch;
+
+    if (self->pSbrElement[elementIndex] == NULL) {
+      self->pSbrElement[elementIndex] = GetRam_SbrDecElement(elementIndex);
+      if (self->pSbrElement[elementIndex] == NULL) {
+        sbrError = SBRDEC_MEM_ALLOC_FAILED;
+        goto bail;
+      }
+      self->numSbrElements ++;
+    } else {
+      self->numSbrChannels -= self->pSbrElement[elementIndex]->nChannels;
+    }
+
+    /* Save element ID for sanity checks and to have a fallback for concealment. */
+    self->pSbrElement[elementIndex]->elementID = elementID;
+
+    /* Determine amount of channels for this element */
+    switch (elementID) {
+      case ID_NONE:
+      case ID_CPE: elChannels=2;
+        break;
+      case ID_LFE:
+      case ID_SCE: elChannels=1;
+        break;
+      default: elChannels=0;
+        break;
+    }
+
+    /* Handle case of Parametric Stereo */
+    if ( elementIndex == 0 && elementID == ID_SCE ) {
+      switch (coreCodec) {
+        case AOT_AAC_LC:
+        case AOT_SBR:
+        case AOT_PS:
+        case AOT_ER_AAC_SCAL:
+        case AOT_DRM_AAC:
+        case AOT_DRM_SURROUND:
+          elChannels = 2;
+          break;
+        default:
+          break;
+      }
+    }
+
+    self->pSbrElement[elementIndex]->nChannels = elChannels;
+
+    for (ch=0; ch<elChannels; ch++)
+    {
+      if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
+        self->pSbrElement[elementIndex]->pSbrChannel[ch] = GetRam_SbrDecChannel(chCnt);
+        if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
+          sbrError = SBRDEC_MEM_ALLOC_FAILED;
+          goto bail;
+        }
+      }
+      self->numSbrChannels ++;
+
+      sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel );
+
+      /* Add reference pointer to workbuffers. */
+      self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1;
+      self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2;
+      chCnt++;
+    }
+    if (elChannels == 1 && self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
+      deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] );
+      FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
+    }
+  }
+
+  /* clear error flags for all delay slots */
+  FDKmemclear(self->pSbrElement[elementIndex]->frameErrorFlag, ((1)+1)*sizeof(UCHAR));
+
+  /* Initialize this instance */
+  sbrError = sbrDecoder_ResetElement(
+          self,
+          sampleRateIn,
+          sampleRateOut,
+          samplesPerFrame,
+          elementID,
+          elementIndex,
+          (coreCodec == AOT_ER_AAC_ELD) ? 0 : (6)
+          );
+
+
+
+bail:
+  if (sbrError != SBRDEC_OK) {
+    if (nSbrElementsStart < self->numSbrElements) {
+      /* Free the memory allocated for this element */
+      sbrDecoder_DestroyElement( self, elementIndex );
+    } else if (self->pSbrElement[elementIndex] != NULL) {
+      /* Set error flag to trigger concealment */
+      self->pSbrElement[elementIndex]->frameErrorFlag[self->pSbrElement[elementIndex]->useFrameSlot] = 1;
+    }
+  }
+
+  return sbrError;
+}
+
+/**
+ * \brief Apply decoded SBR header for one element.
+ * \param self SBR decoder instance handle
+ * \param hSbrHeader SBR header handle to be processed.
+ * \param hSbrChannel pointer array to the SBR element channels corresponding to the SBR header.
+ * \param headerStatus header status value returned from SBR header parser.
+ * \param numElementChannels amount of channels for the SBR element whos header is to be processed.
+ */
+static
+SBR_ERROR sbrDecoder_HeaderUpdate(
+        HANDLE_SBRDECODER self,
+        HANDLE_SBR_HEADER_DATA hSbrHeader,
+        SBR_HEADER_STATUS headerStatus,
+        HANDLE_SBR_CHANNEL hSbrChannel[],
+        const int numElementChannels
+        )
+{
+  SBR_ERROR errorStatus = SBRDEC_OK;
+
+  /*
+    change of control data, reset decoder
+  */
+  errorStatus = resetFreqBandTables(hSbrHeader, self->flags);
+
+  if (errorStatus == SBRDEC_OK) {
+    if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET)
+    {
+      /* As the default header would limit the frequency range,
+         lowSubband and highSubband must be patched. */
+      hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands;
+      hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands;
+    }
+
+    /* Trigger a reset before processing this slot */
+    hSbrHeader->status |= SBRDEC_HDR_STAT_RESET;
+  }
+
+  return errorStatus;
+}
+
+INT sbrDecoder_Header (
+        HANDLE_SBRDECODER       self,
+        HANDLE_FDK_BITSTREAM    hBs,
+        const INT sampleRateIn,
+        const INT sampleRateOut,
+        const INT samplesPerFrame,
+        const AUDIO_OBJECT_TYPE coreCodec,
+        const MP4_ELEMENT_ID    elementID,
+        const INT               elementIndex
+        )
+{
+  SBR_HEADER_STATUS headerStatus;
+  HANDLE_SBR_HEADER_DATA hSbrHeader;
+  SBR_ERROR sbrError = SBRDEC_OK;
+  int headerIndex;
+
+  if ( self == NULL || elementIndex > (4) )
+  {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  if (! sbrDecoder_isCoreCodecValid(coreCodec)) {
+    return SBRDEC_UNSUPPORTED_CONFIG;
+  }
+
+  sbrError = sbrDecoder_InitElement(
+          self,
+          sampleRateIn,
+          sampleRateOut,
+          samplesPerFrame,
+          coreCodec,
+          elementID,
+          elementIndex
+          );
+
+  if (sbrError != SBRDEC_OK) {
+    goto bail;
+  }
+
+  headerIndex = getHeaderSlot(self->pSbrElement[elementIndex]->useFrameSlot,
+                              self->pSbrElement[elementIndex]->useHeaderSlot);
+  hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]);
+
+  headerStatus = sbrGetHeaderData ( hSbrHeader,
+                                    hBs,
+                                    self->flags,
+                                    0);
+
+
+  {
+    SBR_DECODER_ELEMENT *pSbrElement;
+
+    pSbrElement = self->pSbrElement[elementIndex];
+
+    /* Sanity check */
+    if (pSbrElement != NULL) {
+      if ( (elementID == ID_CPE && pSbrElement->nChannels != 2)
+        || (elementID != ID_CPE && pSbrElement->nChannels != 1) )
+      {
+        return SBRDEC_UNSUPPORTED_CONFIG;
+      }
+      if ( headerStatus == HEADER_RESET ) {
+
+        sbrError = sbrDecoder_HeaderUpdate(
+              self,
+              hSbrHeader,
+              headerStatus,
+              pSbrElement->pSbrChannel,
+              pSbrElement->nChannels
+              );
+
+        if (sbrError == SBRDEC_OK) {
+          hSbrHeader->syncState = SBR_HEADER;
+          hSbrHeader->status   |= SBRDEC_HDR_STAT_UPDATE;
+        }
+        /* else {
+          Since we already have overwritten the old SBR header the only way out is UPSAMPLING!
+          This will be prepared in the next step.
+        } */
+      }
+    }
+  }
+bail:
+  return sbrError;
+}
+
+
+SBR_ERROR sbrDecoder_SetParam (HANDLE_SBRDECODER   self,
+                               const SBRDEC_PARAM  param,
+                               const INT           value )
+{
+  SBR_ERROR errorStatus = SBRDEC_OK;
+
+  /* configure the subsystems */
+  switch (param)
+  {
+  case SBR_SYSTEM_BITSTREAM_DELAY:
+    if (value < 0 || value > (1)) {
+      errorStatus = SBRDEC_SET_PARAM_FAIL;
+      break;
+    }
+    if (self == NULL) {
+      errorStatus = SBRDEC_NOT_INITIALIZED;
+    } else {
+      self->numDelayFrames = (UCHAR)value;
+    }
+    break;
+  case SBR_QMF_MODE:
+    if (self == NULL) {
+      errorStatus = SBRDEC_NOT_INITIALIZED;
+    } else {
+      if (value == 1) {
+        self->flags |= SBRDEC_LOW_POWER;
+      } else {
+        self->flags &= ~SBRDEC_LOW_POWER;
+      }
+    }
+    break;
+  case SBR_LD_QMF_TIME_ALIGN:
+    if (self == NULL) {
+      errorStatus = SBRDEC_NOT_INITIALIZED;
+    } else {
+      if (value == 1) {
+        self->flags |= SBRDEC_LD_MPS_QMF;
+      } else {
+        self->flags &= ~SBRDEC_LD_MPS_QMF;
+      }
+    }
+    break;
+  case SBR_BS_INTERRUPTION:
+    {
+      int elementIndex;
+
+      if (self == NULL) {
+        errorStatus = SBRDEC_NOT_INITIALIZED;
+        break;
+      }
+
+      /* Loop over SBR elements */
+      for (elementIndex = 0; elementIndex < self->numSbrElements; elementIndex++)
+      {
+        HANDLE_SBR_HEADER_DATA hSbrHeader;
+        int headerIndex = getHeaderSlot(self->pSbrElement[elementIndex]->useFrameSlot,
+                                        self->pSbrElement[elementIndex]->useHeaderSlot);
+
+        hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]);
+
+        /* Set sync state UPSAMPLING for the corresponding slot.
+           This switches off bitstream parsing until a new header arrives. */
+        hSbrHeader->syncState = UPSAMPLING;
+        hSbrHeader->status   |= SBRDEC_HDR_STAT_UPDATE;
+      }
+    }
+    break;
+  default:
+    errorStatus = SBRDEC_SET_PARAM_FAIL;
+    break;
+  }  /* switch(param) */
+
+  return (errorStatus);
+}
+
+static
+SBRDEC_DRC_CHANNEL * sbrDecoder_drcGetChannel( const HANDLE_SBRDECODER self, const INT channel )
+{
+  SBRDEC_DRC_CHANNEL *pSbrDrcChannelData = NULL;
+  int elementIndex, elChanIdx=0, numCh=0;
+
+  for (elementIndex = 0; (elementIndex < (4)) && (numCh <= channel); elementIndex++)
+  {
+    SBR_DECODER_ELEMENT *pSbrElement = self->pSbrElement[elementIndex];
+    int c, elChannels;
+
+    elChanIdx = 0;
+    if (pSbrElement == NULL) break;
+
+    /* Determine amount of channels for this element */
+    switch (pSbrElement->elementID) {
+      case ID_CPE: elChannels = 2;
+        break;
+      case ID_LFE:
+      case ID_SCE: elChannels = 1;
+        break;
+      case ID_NONE:
+      default: elChannels = 0;
+        break;
+    }
+
+    /* Limit with actual allocated element channels */
+    elChannels = FDKmin(elChannels, pSbrElement->nChannels);
+
+    for (c = 0; (c < elChannels) && (numCh <= channel); c++) {
+      if (pSbrElement->pSbrChannel[elChanIdx] != NULL) {
+        numCh++;
+        elChanIdx++;
+      }
+    }
+  }
+  elementIndex -= 1;
+  elChanIdx -= 1;
+
+  if (elChanIdx < 0 || elementIndex < 0) {
+    return NULL;
+  }
+
+  if ( self->pSbrElement[elementIndex] != NULL ) {
+    if ( self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL )
+    {
+      pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChannel;
+    }
+  }
+
+  return (pSbrDrcChannelData);
+}
+
+SBR_ERROR sbrDecoder_drcFeedChannel ( HANDLE_SBRDECODER  self,
+                                      INT                ch,
+                                      UINT               numBands,
+                                      FIXP_DBL          *pNextFact_mag,
+                                      INT                nextFact_exp,
+                                      SHORT              drcInterpolationScheme,
+                                      UCHAR              winSequence,
+                                      USHORT            *pBandTop )
+{
+  SBRDEC_DRC_CHANNEL *pSbrDrcChannelData = NULL;
+  int band, isValidData = 0;
+
+  if (self == NULL) {
+    return SBRDEC_NOT_INITIALIZED;
+  }
+  if (ch > (6) || pNextFact_mag == NULL) {
+    return SBRDEC_SET_PARAM_FAIL;
+  }
+
+  /* Search for gain values different to 1.0f */
+  for (band = 0; band < numBands; band += 1) {
+    if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5))  && (nextFact_exp == 1))
+      && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) {
+      isValidData = 1;
+      break;
+    }
+  }
+
+  /* Find the right SBR channel */
+  pSbrDrcChannelData = sbrDecoder_drcGetChannel( self, ch );
+
+  if ( pSbrDrcChannelData != NULL ) {
+    if ( pSbrDrcChannelData->enable || isValidData )
+  { /* Activate processing only with real and valid data */
+    int i;
+
+    pSbrDrcChannelData->enable   = 1;
+    pSbrDrcChannelData->numBandsNext = numBands;
+
+    pSbrDrcChannelData->winSequenceNext            = winSequence;
+    pSbrDrcChannelData->drcInterpolationSchemeNext = drcInterpolationScheme;
+    pSbrDrcChannelData->nextFact_exp               = nextFact_exp;
+
+    for (i = 0; i < (int)numBands; i++) {
+      pSbrDrcChannelData->bandTopNext[i]  = pBandTop[i];
+      pSbrDrcChannelData->nextFact_mag[i] = pNextFact_mag[i];
+    }
+  }
+  }
+
+  return SBRDEC_OK;
+}
+
+
+void sbrDecoder_drcDisable ( HANDLE_SBRDECODER  self,
+                             INT                ch )
+{
+  SBRDEC_DRC_CHANNEL *pSbrDrcChannelData = NULL;
+
+  if ( (self == NULL)
+    || (ch > (6))
+    || (self->numSbrElements == 0)
+    || (self->numSbrChannels == 0) ) {
+    return;
+  }
+
+  /* Find the right SBR channel */
+  pSbrDrcChannelData = sbrDecoder_drcGetChannel( self, ch );
+
+  if ( pSbrDrcChannelData != NULL ) {
+    sbrDecoder_drcInitChannel( pSbrDrcChannelData );
+  }
+}
+
+
+
+SBR_ERROR sbrDecoder_Parse(
+        HANDLE_SBRDECODER self,
+        HANDLE_FDK_BITSTREAM  hBs,
+        int *count,
+        int  bsPayLen,
+        int  crcFlag,
+        MP4_ELEMENT_ID prevElement,
+        int elementIndex,
+        int fGlobalIndependencyFlag
+        )
+{
+  SBR_DECODER_ELEMENT   *hSbrElement;
+  HANDLE_SBR_HEADER_DATA hSbrHeader;
+  HANDLE_SBR_CHANNEL    *pSbrChannel;
+
+  SBR_FRAME_DATA *hFrameDataLeft;
+  SBR_FRAME_DATA *hFrameDataRight;
+
+  SBR_ERROR errorStatus = SBRDEC_OK;
+  SBR_SYNC_STATE initialSyncState;
+  SBR_HEADER_STATUS headerStatus = HEADER_NOT_PRESENT;
+
+  INT  startPos;
+  INT  CRCLen = 0;
+
+  int  stereo;
+  int  fDoDecodeSbrData = 1;
+
+  int lastSlot, lastHdrSlot = 0, thisHdrSlot;
+
+  /* Remember start position of  SBR element */
+  startPos = FDKgetValidBits(hBs);
+
+  /* SBR sanity checks */
+  if ( self == NULL || self->pSbrElement[elementIndex] == NULL ) {
+    errorStatus = SBRDEC_NOT_INITIALIZED;
+    goto bail;
+  } 
+
+  hSbrElement = self->pSbrElement[elementIndex];
+
+  lastSlot    = (hSbrElement->useFrameSlot > 0) ? hSbrElement->useFrameSlot-1 : self->numDelayFrames;
+  lastHdrSlot =  hSbrElement->useHeaderSlot[lastSlot];
+  thisHdrSlot =  getHeaderSlot( hSbrElement->useFrameSlot, hSbrElement->useHeaderSlot );  /* Get a free header slot not used by frames not processed yet. */
+
+  /* Assign the free slot to store a new header if there is one. */
+  hSbrHeader = &self->sbrHeader[elementIndex][thisHdrSlot];
+
+  pSbrChannel = hSbrElement->pSbrChannel;
+  stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
+
+  hFrameDataLeft  = &self->pSbrElement[elementIndex]->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot];
+  hFrameDataRight = &self->pSbrElement[elementIndex]->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot];
+
+  initialSyncState = hSbrHeader->syncState;
+
+  /* reset PS flag; will be set after PS was found */
+  self->flags &= ~SBRDEC_PS_DECODED;
+
+  if (hSbrHeader->status & SBRDEC_HDR_STAT_UPDATE) {
+    /* Got a new header from extern (e.g. from an ASC) */
+    headerStatus = HEADER_OK;
+    hSbrHeader->status &= ~SBRDEC_HDR_STAT_UPDATE;
+  }
+  else if (thisHdrSlot != lastHdrSlot) {
+    /* Copy the last header into this slot otherwise the
+       header compare will trigger more HEADER_RESETs than needed. */
+    copySbrHeader( hSbrHeader, &self->sbrHeader[elementIndex][lastHdrSlot] );
+  }
+
+  /*
+     Check if bit stream data is valid and matches the element context
+  */
+  if ( ((prevElement != ID_SCE) && (prevElement != ID_CPE)) || prevElement != hSbrElement->elementID) {
+    /* In case of LFE we also land here, since there is no LFE SBR element (do upsampling only) */
+    fDoDecodeSbrData = 0;
+  }
+
+  if (fDoDecodeSbrData)
+  {
+    if ((INT)FDKgetValidBits(hBs) <= 0) {
+      fDoDecodeSbrData = 0;
+    }
+  }
+
+  /*
+     SBR CRC-check
+  */
+  if (fDoDecodeSbrData)
+  {
+    if (crcFlag == 1) {
+      switch (self->coreCodec) {
+      case AOT_ER_AAC_ELD:
+        FDKpushFor (hBs, 10);
+        /* check sbrcrc later: we don't know the payload length now */
+        break;
+      default:
+        CRCLen = bsPayLen - 10;                     /* change: 0 => i */
+        if (CRCLen < 0) {
+          fDoDecodeSbrData = 0;
+        } else {
+          fDoDecodeSbrData = SbrCrcCheck (hBs, CRCLen);
+        }
+        break;
+      }
+    }
+  } /* if (fDoDecodeSbrData) */
+
+  /*
+     Read in the header data and issue a reset if change occured
+  */
+  if (fDoDecodeSbrData)
+  {
+    int sbrHeaderPresent;
+
+    {
+      sbrHeaderPresent = FDKreadBit(hBs);
+    }
+
+    if ( sbrHeaderPresent ) {
+      headerStatus = sbrGetHeaderData (hSbrHeader,
+                                       hBs,
+                                       self->flags,
+                                       1);
+    }
+
+    if (headerStatus == HEADER_RESET)
+    {
+      errorStatus = sbrDecoder_HeaderUpdate(
+            self,
+            hSbrHeader,
+            headerStatus,
+            pSbrChannel,
+            hSbrElement->nChannels 
+            );
+
+      if (errorStatus == SBRDEC_OK) {
+        hSbrHeader->syncState = SBR_HEADER;
+      } else {
+        hSbrHeader->syncState = SBR_NOT_INITIALIZED;
+      }
+    }
+
+    if (errorStatus != SBRDEC_OK) {
+      fDoDecodeSbrData = 0;
+    }
+  } /* if (fDoDecodeSbrData) */
+
+  /*
+    Print debugging output only if state has changed
+  */
+
+  /* read frame data */
+  if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) {
+    int sbrFrameOk;
+    /* read the SBR element data */
+    if (stereo) {
+      sbrFrameOk = sbrGetChannelPairElement(hSbrHeader,
+                                            hFrameDataLeft,
+                                            hFrameDataRight,
+                                            hBs,
+                                            self->flags,
+                                            self->pSbrElement[elementIndex]->transposerSettings.overlap);
+    }
+    else {
+      if (self->hParametricStereoDec != NULL) {
+        /* update slot index for PS bitstream parsing */
+        self->hParametricStereoDec->bsLastSlot = self->hParametricStereoDec->bsReadSlot;
+        self->hParametricStereoDec->bsReadSlot = hSbrElement->useFrameSlot;
+      }
+      sbrFrameOk = sbrGetSingleChannelElement(hSbrHeader,
+                                              hFrameDataLeft,
+                                              hBs,
+                                              self->hParametricStereoDec,
+                                              self->flags,
+                                              self->pSbrElement[elementIndex]->transposerSettings.overlap);
+    }
+    if (!sbrFrameOk) {
+      fDoDecodeSbrData = 0;
+    }
+    else {
+      INT valBits;
+
+      if (bsPayLen > 0) {
+        valBits = bsPayLen - ((INT)startPos - (INT)FDKgetValidBits(hBs));
+      } else {
+        valBits = (INT)FDKgetValidBits(hBs);
+      }
+
+      if ( crcFlag == 1 ) {
+        switch (self->coreCodec) {
+        case AOT_ER_AAC_ELD:
+          {
+            /* late crc check for eld */
+            INT payloadbits = (INT)startPos - (INT)FDKgetValidBits(hBs) - startPos;
+            INT crcLen      = payloadbits - 10;
+            FDKpushBack(hBs, payloadbits);
+            fDoDecodeSbrData      = SbrCrcCheck (hBs, crcLen);
+            FDKpushFor(hBs, crcLen);
+          }
+          break;
+        default:
+          break;
+        }
+      }
+
+      /* sanity check of remaining bits */
+      if (valBits < 0) {
+        fDoDecodeSbrData = 0;
+      } else {
+        switch (self->coreCodec) {
+        case AOT_SBR:
+        case AOT_PS:
+        case AOT_AAC_LC:
+          {
+            /* This sanity check is only meaningful with General Audio bitstreams */
+            int alignBits = valBits & 0x7;
+
+            if (valBits > alignBits) {
+              fDoDecodeSbrData = 0;
+            }
+          }
+          break;
+        default:
+          /* No sanity check available */
+          break;
+        }
+      }
+    }
+  }
+
+  if (!fDoDecodeSbrData) {
+    /* Set error flag for this slot to trigger concealment */
+    self->pSbrElement[elementIndex]->frameErrorFlag[hSbrElement->useFrameSlot] = 1;
+    errorStatus = SBRDEC_PARSE_ERROR;
+  } else {
+    /* Everything seems to be ok so clear the error flag */
+    self->pSbrElement[elementIndex]->frameErrorFlag[hSbrElement->useFrameSlot] = 0;
+  }
+
+  if (!stereo) {
+    /* Turn coupling off explicitely to avoid access to absent right frame data
+       that might occur with corrupt bitstreams. */
+    hFrameDataLeft->coupling = COUPLING_OFF;
+  }
+
+bail:
+  if (errorStatus == SBRDEC_OK) {
+    if (headerStatus == HEADER_NOT_PRESENT) {
+      /* Use the old header for this frame */
+      hSbrElement->useHeaderSlot[hSbrElement->useFrameSlot] = lastHdrSlot;
+    } else {
+      /* Use the new header for this frame */
+      hSbrElement->useHeaderSlot[hSbrElement->useFrameSlot] = thisHdrSlot;
+    }
+
+    /* Move frame pointer to the next slot which is up to be decoded/applied next */
+    hSbrElement->useFrameSlot = (hSbrElement->useFrameSlot+1) % (self->numDelayFrames+1);
+  }
+
+  *count -= startPos - FDKgetValidBits(hBs);
+
+  return errorStatus;
+}
+
+
+/**
+ * \brief Render one SBR element into time domain signal.
+ * \param self SBR decoder handle
+ * \param timeData pointer to output buffer
+ * \param interleaved flag indicating interleaved channel output
+ * \param channelMapping pointer to UCHAR array where next 2 channel offsets are stored. 
+ * \param elementIndex enumerating index of the SBR element to render.
+ * \param numInChannels number of channels from core coder (reading stride).
+ * \param numOutChannels pointer to a location to return number of output channels.
+ * \param psPossible flag indicating if PS is possible or not.
+ * \return SBRDEC_OK if successfull, else error code
+ */
+static SBR_ERROR
+sbrDecoder_DecodeElement (
+        HANDLE_SBRDECODER    self,
+        INT_PCM             *timeData,
+        const int            interleaved,
+        const UCHAR         *channelMapping,
+        const int            elementIndex,
+        const int            numInChannels,
+        int                 *numOutChannels,
+        const int            psPossible
+        )
+{
+  SBR_DECODER_ELEMENT *hSbrElement = self->pSbrElement[elementIndex];
+  HANDLE_SBR_CHANNEL    *pSbrChannel = self->pSbrElement[elementIndex]->pSbrChannel;
+  HANDLE_SBR_HEADER_DATA hSbrHeader = &self->sbrHeader[elementIndex][hSbrElement->useHeaderSlot[hSbrElement->useFrameSlot]];
+  HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec;
+
+  /* get memory for frame data from scratch */
+  SBR_FRAME_DATA *hFrameDataLeft  = &hSbrElement->pSbrChannel[0]->frameData[hSbrElement->useFrameSlot];
+  SBR_FRAME_DATA *hFrameDataRight = &hSbrElement->pSbrChannel[1]->frameData[hSbrElement->useFrameSlot];
+
+  SBR_ERROR errorStatus = SBRDEC_OK;
+
+
+  INT  strideIn, strideOut, offset0, offset1;
+  INT  codecFrameSize = self->codecFrameSize;
+
+  int  stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
+  int  numElementChannels = hSbrElement->nChannels; /* Number of channels of the current SBR element */
+
+  /* Update the header error flag */
+  hSbrHeader->frameErrorFlag = hSbrElement->frameErrorFlag[hSbrElement->useFrameSlot];
+
+  /*
+     Prepare filterbank for upsampling if no valid bit stream data is available.
+   */
+  if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED )
+  {
+    errorStatus = initHeaderData(
+            hSbrHeader,
+            self->sampleRateIn,
+            self->sampleRateOut,
+            codecFrameSize,
+            self->flags
+            );
+
+    if (errorStatus != SBRDEC_OK) {
+      return errorStatus;
+    }
+
+    hSbrHeader->syncState = UPSAMPLING;
+
+    errorStatus = sbrDecoder_HeaderUpdate(
+            self,
+            hSbrHeader,
+            HEADER_NOT_PRESENT,
+            pSbrChannel,
+            hSbrElement->nChannels
+            );
+
+    if (errorStatus != SBRDEC_OK) {
+      hSbrHeader->syncState = SBR_NOT_INITIALIZED;
+      return errorStatus;
+    }
+  }
+
+  /* reset */
+  if (hSbrHeader->status & SBRDEC_HDR_STAT_RESET) {
+    int ch;
+    for (ch = 0 ; ch < numElementChannels; ch++) {
+      SBR_ERROR errorStatusTmp = SBRDEC_OK;
+
+      errorStatusTmp = resetSbrDec (
+             &pSbrChannel[ch]->SbrDec,
+              hSbrHeader,
+             &pSbrChannel[ch]->prevFrameData,
+              self->flags & SBRDEC_LOW_POWER,
+              self->synDownsampleFac
+              );
+
+      if (errorStatusTmp != SBRDEC_OK) {
+        errorStatus = errorStatusTmp;
+      }
+    }
+    hSbrHeader->status &= ~SBRDEC_HDR_STAT_RESET;
+  }
+
+  /* decoding */
+  if ( (hSbrHeader->syncState == SBR_ACTIVE)
+    || ((hSbrHeader->syncState == SBR_HEADER) && (hSbrHeader->frameErrorFlag == 0)) )
+  {
+    errorStatus = SBRDEC_OK;
+
+    decodeSbrData (hSbrHeader,
+                   hFrameDataLeft,
+                  &pSbrChannel[0]->prevFrameData,
+                   (stereo) ? hFrameDataRight : NULL,
+                   (stereo) ? &pSbrChannel[1]->prevFrameData : NULL);
+
+
+    /* Now we have a full parameter set and can do parameter
+       based concealment instead of plain upsampling. */
+    hSbrHeader->syncState = SBR_ACTIVE;
+  }
+
+  /* decode PS data if available */
+  if (h_ps_d != NULL && psPossible) {
+    int applyPs = 1;
+
+    /* define which frame delay line slot to process */
+    h_ps_d->processSlot = hSbrElement->useFrameSlot;
+
+    applyPs = DecodePs(h_ps_d, hSbrHeader->frameErrorFlag);
+    self->flags |= (applyPs) ? SBRDEC_PS_DECODED : 0;
+  }
+
+  /* Set strides for reading and writing */
+  if (interleaved) {
+    strideIn = numInChannels;
+    if ( psPossible )
+      strideOut = (numInChannels < 2) ? 2 : numInChannels;
+    else
+      strideOut = numInChannels;
+    offset0 = channelMapping[0];
+    offset1 = channelMapping[1];
+  } else {
+    strideIn  = 1;
+    strideOut = 1;
+    offset0 = channelMapping[0]*2*codecFrameSize;
+    offset1 = channelMapping[1]*2*codecFrameSize;
+  }
+
+  /* use same buffers for left and right channel and apply PS per timeslot */
+  /* Process left channel */
+//FDKprintf("self->codecFrameSize %d\t%d\n",self->codecFrameSize,self->sampleRateIn);
+  sbr_dec (&pSbrChannel[0]->SbrDec,
+            timeData + offset0,
+            timeData + offset0,
+           &pSbrChannel[1]->SbrDec,
+            timeData + offset1,
+            strideIn,
+            strideOut,
+            hSbrHeader,
+            hFrameDataLeft,
+           &pSbrChannel[0]->prevFrameData,
+            (hSbrHeader->syncState == SBR_ACTIVE),
+            h_ps_d,
+            self->flags
+          );
+
+  if (stereo) {
+    /* Process right channel */
+    sbr_dec (&pSbrChannel[1]->SbrDec,
+              timeData + offset1,
+              timeData + offset1,
+              NULL,
+              NULL,
+              strideIn,
+              strideOut,
+              hSbrHeader,
+              hFrameDataRight,
+             &pSbrChannel[1]->prevFrameData,
+              (hSbrHeader->syncState == SBR_ACTIVE),
+              NULL,
+              self->flags
+            );
+  }
+
+  if (h_ps_d != NULL) {
+    /* save PS status for next run */
+    h_ps_d->psDecodedPrv = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0 ;
+  }
+
+  if ( psPossible 
+    )
+  {
+    FDK_ASSERT(strideOut > 1);
+    if ( !(self->flags & SBRDEC_PS_DECODED) ) {
+      /* A decoder which is able to decode PS has to produce a stereo output even if no PS data is availble. */
+      /* So copy left channel to right channel.                                                              */
+      if (interleaved) {
+        INT_PCM *ptr;
+        INT i;
+        FDK_ASSERT(strideOut == 2);
+
+        ptr = timeData;
+        for (i = codecFrameSize; i--; ) 
+        {
+          INT_PCM tmp; /* This temporal variable is required because some compilers can't do *ptr++ = *ptr++ correctly. */
+          tmp = *ptr++; *ptr++ = tmp;
+          tmp = *ptr++; *ptr++ = tmp;
+        }
+      } else {
+        FDKmemcpy( timeData+2*codecFrameSize, timeData, 2*codecFrameSize*sizeof(INT_PCM) );
+      }
+    }
+    *numOutChannels = 2;  /* Output minimum two channels when PS is enabled. */
+  }
+
+  return errorStatus;
+}
+
+
+SBR_ERROR sbrDecoder_Apply ( HANDLE_SBRDECODER   self,
+                             INT_PCM            *timeData,
+                             int                *numChannels,
+                             int                *sampleRate,
+                             const UCHAR         channelMapping[(6)],
+                             const int           interleaved,
+                             const int           coreDecodedOk,
+                             UCHAR              *psDecoded )
+{
+  SBR_ERROR errorStatus = SBRDEC_OK;
+
+  int   psPossible = 0;
+  int   sbrElementNum;
+  int   numCoreChannels = *numChannels;
+  int   numSbrChannels  = 0;
+
+  psPossible = *psDecoded;
+
+  if (self->numSbrElements < 1) {
+    /* exit immediately to avoid access violations */
+    return SBRDEC_CREATE_ERROR;
+  }
+
+  /* Sanity check of allocated SBR elements. */
+  for (sbrElementNum=0; sbrElementNum<self->numSbrElements; sbrElementNum++) {
+    if (self->pSbrElement[sbrElementNum] == NULL) {
+      return SBRDEC_CREATE_ERROR;
+    }
+  }
+
+  if (self->numSbrElements != 1 || self->pSbrElement[0]->elementID != ID_SCE) {
+    psPossible = 0;
+  }
+
+
+  /* In case of non-interleaved time domain data and upsampling, make room for bigger SBR output. */
+  if (self->synDownsampleFac == 1 && interleaved == 0) {
+    int c, outputFrameSize;
+
+    outputFrameSize =
+            self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels
+            * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col;
+
+    for (c=numCoreChannels-1; c>0; c--) {
+      FDKmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*sizeof(INT_PCM));
+    }
+  }
+
+
+  /* Make sure that even if no SBR data was found/parsed *psDecoded is returned 1 if psPossible was 0. */
+  if (psPossible == 0) {
+    self->flags &= ~SBRDEC_PS_DECODED;
+  }
+
+  /* Loop over SBR elements */
+  for (sbrElementNum = 0; sbrElementNum<self->numSbrElements; sbrElementNum++)
+  {
+    int numElementChan;
+
+    if (psPossible && self->pSbrElement[sbrElementNum]->pSbrChannel[1] == NULL) {
+      errorStatus = SBRDEC_UNSUPPORTED_CONFIG;
+      goto bail;
+    }
+
+    numElementChan = (self->pSbrElement[sbrElementNum]->elementID == ID_CPE) ? 2 : 1;
+
+    /* If core signal is bad then force upsampling */
+    if ( ! coreDecodedOk ) {
+      self->pSbrElement[sbrElementNum]->frameErrorFlag[self->pSbrElement[sbrElementNum]->useFrameSlot] = 1;
+    }
+
+    errorStatus = sbrDecoder_DecodeElement (
+                                 self,
+                                 timeData,
+                                 interleaved,
+                                 channelMapping,
+                                 sbrElementNum,
+                                 numCoreChannels,
+                                &numElementChan,
+                                 psPossible
+                               );
+
+    if (errorStatus != SBRDEC_OK) {
+      goto bail;
+    }
+
+    numSbrChannels += numElementChan;
+    channelMapping += numElementChan;
+
+    if (numSbrChannels >= numCoreChannels) {
+      break;
+    }
+  }
+
+  /* Update numChannels and samplerate */
+  *numChannels = numSbrChannels;
+  *sampleRate = self->sampleRateOut;
+  *psDecoded = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0;
+
+
+
+bail:
+
+  return errorStatus;
+}
+
+
+SBR_ERROR sbrDecoder_Close ( HANDLE_SBRDECODER *pSelf )
+{
+  HANDLE_SBRDECODER self = *pSelf;
+  int i;
+
+  if (self != NULL)
+  {
+    if (self->hParametricStereoDec != NULL) {
+      DeletePsDec ( &self->hParametricStereoDec );
+    }
+
+    if (self->workBuffer1 != NULL) {
+      FreeRam_SbrDecWorkBuffer1(&self->workBuffer1);
+    }
+    if (self->workBuffer2 != NULL) {
+      FreeRam_SbrDecWorkBuffer2(&self->workBuffer2);
+    }
+
+    for (i = 0; i < (4); i++) {
+      sbrDecoder_DestroyElement( self, i );
+    }
+
+    FreeRam_SbrDecoder(pSelf);
+  }
+
+  return SBRDEC_OK;
+}
+
+
+INT sbrDecoder_GetLibInfo( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return -1;
+  }
+
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE)
+      break;
+  }
+  if (i == FDK_MODULE_LAST)
+    return -1;
+  info += i;
+
+  info->module_id = FDK_SBRDEC;
+  info->version = LIB_VERSION(SBRDECODER_LIB_VL0, SBRDECODER_LIB_VL1, SBRDECODER_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->build_date = (char *)SBRDECODER_LIB_BUILD_DATE;
+  info->build_time = (char *)SBRDECODER_LIB_BUILD_TIME;
+  info->title      = (char *)SBRDECODER_LIB_TITLE;
+
+  /* Set flags */
+  info->flags = 0
+    | CAPF_SBR_HQ
+    | CAPF_SBR_LP
+    | CAPF_SBR_PS_MPEG
+    | CAPF_SBR_CONCEALMENT
+    | CAPF_SBR_DRC
+      ;
+  /* End of flags */
+
+  return 0;
+}
+
diff --git a/libSBRdec/src/transcendent.h b/libSBRdec/src/transcendent.h
new file mode 100644 (file)
index 0000000..ad88bc9
--- /dev/null
@@ -0,0 +1,355 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  FDK Fixed Point Arithmetic Library Interface  
+*/
+
+#ifndef __TRANSCENDENT_H
+#define __TRANSCENDENT_H
+
+#include "sbrdecoder.h"
+#include "sbr_rom.h"
+
+/************************************************************************/
+/*!
+  \brief   Get number of octaves between frequencies a and b
+
+  The Result is scaled with 1/8.
+  The valid range for a and b is 1 to LOG_DUALIS_TABLE_SIZE.
+
+  \return   ld(a/b) / 8
+*/
+/************************************************************************/
+static inline FIXP_SGL FDK_getNumOctavesDiv8(INT a, /*!< lower band */
+                                             INT b) /*!< upper band */
+{
+  return ( (SHORT)((LONG)(CalcLdInt(b) - CalcLdInt(a))>>(FRACT_BITS-3)) );
+}
+
+
+/************************************************************************/
+/*!
+  \brief   Add two values given by mantissa and exponent.
+
+  Mantissas are in fract format with values between 0 and 1. <br>
+  The base for exponents is 2.  Example:  \f$  a = a\_m * 2^{a\_e}  \f$<br>
+*/
+/************************************************************************/
+inline void FDK_add_MantExp(FIXP_SGL a_m, /*!< Mantissa of 1st operand a */
+                     SCHAR     a_e,       /*!< Exponent of 1st operand a */
+                     FIXP_SGL  b_m,       /*!< Mantissa of 2nd operand b */
+                     SCHAR     b_e,       /*!< Exponent of 2nd operand b */
+                     FIXP_SGL *ptrSum_m,  /*!< Mantissa of result */
+                     SCHAR    *ptrSum_e)  /*!< Exponent of result */
+{
+  FIXP_DBL accu;
+  int   shift;
+  int   shiftAbs;
+
+  FIXP_DBL shiftedMantissa;
+  FIXP_DBL otherMantissa;
+
+  /* Equalize exponents of the summands.
+     For the smaller summand, the exponent is adapted and
+     for compensation, the mantissa is shifted right. */
+
+  shift = (int)(a_e - b_e);
+
+  shiftAbs = (shift>0)? shift : -shift;
+  shiftAbs = (shiftAbs < DFRACT_BITS-1)? shiftAbs : DFRACT_BITS-1;
+  shiftedMantissa = (shift>0)? (FX_SGL2FX_DBL(b_m) >> shiftAbs) : (FX_SGL2FX_DBL(a_m) >> shiftAbs);
+  otherMantissa = (shift>0)? FX_SGL2FX_DBL(a_m) : FX_SGL2FX_DBL(b_m);
+  *ptrSum_e = (shift>0)? a_e : b_e;
+
+  accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
+  /* shift by 1 bit to avoid overflow */
+
+  if ( (accu >= (FL2FXCONST_DBL(0.5f) - (FIXP_DBL)1)) || (accu <= FL2FXCONST_DBL(-0.5f)) )
+    *ptrSum_e += 1;
+  else
+    accu = (shiftedMantissa + otherMantissa);
+
+  *ptrSum_m = FX_DBL2FX_SGL(accu);
+
+}
+
+inline void FDK_add_MantExp(FIXP_DBL a,   /*!< Mantissa of 1st operand a */
+                     SCHAR     a_e,       /*!< Exponent of 1st operand a */
+                     FIXP_DBL  b,         /*!< Mantissa of 2nd operand b */
+                     SCHAR     b_e,       /*!< Exponent of 2nd operand b */
+                     FIXP_DBL *ptrSum,    /*!< Mantissa of result */
+                     SCHAR    *ptrSum_e)  /*!< Exponent of result */
+{
+  FIXP_DBL accu;
+  int   shift;
+  int   shiftAbs;
+
+  FIXP_DBL shiftedMantissa;
+  FIXP_DBL otherMantissa;
+
+  /* Equalize exponents of the summands.
+     For the smaller summand, the exponent is adapted and
+     for compensation, the mantissa is shifted right. */
+
+  shift = (int)(a_e - b_e);
+
+  shiftAbs = (shift>0)? shift : -shift;
+  shiftAbs = (shiftAbs < DFRACT_BITS-1)? shiftAbs : DFRACT_BITS-1;
+  shiftedMantissa = (shift>0)? (b >> shiftAbs) : (a >> shiftAbs);
+  otherMantissa = (shift>0)? a : b;
+  *ptrSum_e = (shift>0)? a_e : b_e;
+
+  accu = (shiftedMantissa >> 1) + (otherMantissa >> 1);
+  /* shift by 1 bit to avoid overflow */
+
+  if ( (accu >= (FL2FXCONST_DBL(0.5f) - (FIXP_DBL)1)) || (accu <= FL2FXCONST_DBL(-0.5f)) )
+    *ptrSum_e += 1;
+  else
+    accu = (shiftedMantissa + otherMantissa);
+
+  *ptrSum = accu;
+
+}
+
+/************************************************************************/
+/*!
+  \brief   Divide two values given by mantissa and exponent.
+
+  Mantissas are in fract format with values between 0 and 1. <br>
+  The base for exponents is 2.  Example:  \f$  a = a\_m * 2^{a\_e}  \f$<br>
+
+  For performance reasons, the division is based on a table lookup
+  which limits accuracy.
+*/
+/************************************************************************/
+static inline void FDK_divide_MantExp(FIXP_SGL a_m,           /*!< Mantissa of dividend a */
+                                      SCHAR     a_e,          /*!< Exponent of dividend a */
+                                      FIXP_SGL  b_m,          /*!< Mantissa of divisor b */
+                                      SCHAR     b_e,          /*!< Exponent of divisor b */
+                                      FIXP_SGL *ptrResult_m,  /*!< Mantissa of quotient a/b */
+                                      SCHAR    *ptrResult_e)  /*!< Exponent of quotient a/b */
+
+{
+  int preShift, postShift, index, shift;
+  FIXP_DBL ratio_m;
+  FIXP_SGL  bInv_m = FL2FXCONST_SGL(0.0f);
+
+  preShift = CntLeadingZeros(FX_SGL2FX_DBL(b_m));
+
+  /*
+    Shift b into the range from 0..INV_TABLE_SIZE-1,
+
+    E.g. 10 bits must be skipped for INV_TABLE_BITS 8:
+    - leave 8 bits as index for table
+    - skip sign bit,
+    - skip first bit of mantissa, because this is always the same (>0.5)
+
+    We are dealing with energies, so we need not care
+    about negative numbers
+  */
+
+  /*
+    The first interval has half width so the lowest bit of the index is
+    needed for a doubled resolution.
+  */
+  shift = (FRACT_BITS - 2 - INV_TABLE_BITS - preShift);
+
+  index = (shift<0)? (LONG)b_m << (-shift) : (LONG)b_m >> shift;
+
+
+  /* The index has INV_TABLE_BITS +1 valid bits here. Clear the other bits. */
+  index &= (1 << (INV_TABLE_BITS+1)) - 1;
+
+    /* Remove offset of half an interval */
+  index--;
+
+    /* Now the lowest bit is shifted out */
+  index = index >> 1;
+
+    /* Fetch inversed mantissa from table: */
+  bInv_m = (index<0)? bInv_m : FDK_sbrDecoder_invTable[index];
+
+    /* Multiply a with the inverse of b: */
+  ratio_m = (index<0)? FX_SGL2FX_DBL(a_m >> 1) : fMultDiv2(bInv_m,a_m);
+
+  postShift = CntLeadingZeros(ratio_m)-1;
+
+  *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
+  *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
+}
+
+static inline void FDK_divide_MantExp(FIXP_DBL a_m,           /*!< Mantissa of dividend a */
+                                      SCHAR     a_e,          /*!< Exponent of dividend a */
+                                      FIXP_DBL  b_m,          /*!< Mantissa of divisor b */
+                                      SCHAR     b_e,          /*!< Exponent of divisor b */
+                                      FIXP_DBL *ptrResult_m,  /*!< Mantissa of quotient a/b */
+                                      SCHAR    *ptrResult_e)  /*!< Exponent of quotient a/b */
+
+{
+  int preShift, postShift, index, shift;
+  FIXP_DBL ratio_m;
+  FIXP_SGL  bInv_m = FL2FXCONST_SGL(0.0f);
+
+  preShift = CntLeadingZeros(b_m);
+
+  /*
+    Shift b into the range from 0..INV_TABLE_SIZE-1,
+
+    E.g. 10 bits must be skipped for INV_TABLE_BITS 8:
+    - leave 8 bits as index for table
+    - skip sign bit,
+    - skip first bit of mantissa, because this is always the same (>0.5)
+
+    We are dealing with energies, so we need not care
+    about negative numbers
+  */
+
+  /*
+    The first interval has half width so the lowest bit of the index is
+    needed for a doubled resolution.
+  */
+  shift = (DFRACT_BITS - 2 - INV_TABLE_BITS - preShift);
+
+  index = (shift<0)? (LONG)b_m << (-shift) : (LONG)b_m >> shift;
+
+
+  /* The index has INV_TABLE_BITS +1 valid bits here. Clear the other bits. */
+  index &= (1 << (INV_TABLE_BITS+1)) - 1;
+
+    /* Remove offset of half an interval */
+  index--;
+
+    /* Now the lowest bit is shifted out */
+  index = index >> 1;
+
+    /* Fetch inversed mantissa from table: */
+  bInv_m = (index<0)? bInv_m : FDK_sbrDecoder_invTable[index];
+
+    /* Multiply a with the inverse of b: */
+  ratio_m = (index<0)? (a_m >> 1) : fMultDiv2(bInv_m,a_m);
+
+  postShift = CntLeadingZeros(ratio_m)-1;
+
+  *ptrResult_m = ratio_m << postShift;
+  *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
+}
+
+/*!
+  \brief   Calculate the squareroot of a number given by mantissa and exponent
+
+  Mantissa is in fract format with values between 0 and 1. <br>
+  The base for the exponent is 2.  Example:  \f$  a = a\_m * 2^{a\_e}  \f$<br>
+  The operand is addressed via pointers and will be overwritten with the result.
+
+  For performance reasons, the square root is based on a table lookup
+  which limits accuracy.
+*/
+static inline void FDK_sqrt_MantExp(FIXP_DBL *mantissa,    /*!< Pointer to mantissa */
+                                    SCHAR    *exponent,
+                                    const SCHAR *destScale)
+{
+  FIXP_DBL input_m = *mantissa;
+  int   input_e = (int) *exponent;
+  FIXP_DBL result = FL2FXCONST_DBL(0.0f);
+  int    result_e = -FRACT_BITS;
+
+  /* Call lookup square root, which does internally normalization. */
+  result   = sqrtFixp_lookup(input_m, &input_e);
+  result_e = input_e;
+
+  /* Write result */
+  if (exponent==destScale) {
+    *mantissa = result;
+    *exponent = result_e;
+  } else {
+    int shift = result_e - *destScale;
+    *mantissa = (shift>=0) ? result << (INT)fixMin(DFRACT_BITS-1,shift)
+                           : result >> (INT)fixMin(DFRACT_BITS-1,-shift);
+    *exponent = *destScale;
+  }
+}
+
+
+#endif
diff --git a/libSBRenc/include/sbr_encoder.h b/libSBRenc/include/sbr_encoder.h
new file mode 100644 (file)
index 0000000..93dc46d
--- /dev/null
@@ -0,0 +1,419 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS ***********************
+
+   Author(s):
+   Description: SBR encoder top level processing prototype
+
+******************************************************************************/
+
+#ifndef __SBR_ENCODER_H
+#define __SBR_ENCODER_H
+
+#include "common_fix.h"
+#include "FDK_audio.h"
+
+#include "FDK_bitstream.h"
+
+/* core coder helpers */
+#define MAX_TRANS_FAC         8
+#define MAX_CODEC_FRAME_RATIO 2
+#define MAX_PAYLOAD_SIZE    256
+
+typedef enum codecType
+{
+  CODEC_AAC=0,
+  CODEC_AACLD=1,
+  CODEC_UNSPECIFIED=99
+} CODEC_TYPE;
+
+
+typedef struct
+{
+  INT bitRate;
+  INT nChannels;
+  INT sampleFreq;
+  INT transFac;
+  INT standardBitrate;
+} CODEC_PARAM;
+
+typedef enum
+{
+  SBR_MONO,
+  SBR_LEFT_RIGHT,
+  SBR_COUPLING,
+  SBR_SWITCH_LRC
+} SBR_STEREO_MODE;
+
+/* bitstream syntax flags */
+enum
+{
+  SBR_SYNTAX_LOW_DELAY = 0x0001,
+  SBR_SYNTAX_SCALABLE  = 0x0002,
+  SBR_SYNTAX_CRC       = 0x0004,
+  SBR_SYNTAX_DRM_CRC   = 0x0008
+};
+
+typedef struct
+{
+  CODEC_TYPE       coreCoder;        /*!< LC or ELD */
+  UINT             bitrateFrom;      /*!< inclusive */
+  UINT             bitrateTo;        /*!< exclusive */
+
+  UINT             sampleRate;       /*!<   */
+  UCHAR            numChannels;      /*!<   */
+
+  UCHAR            startFreq;        /*!< bs_start_freq */
+  UCHAR            startFreqSpeech;  /*!< bs_start_freq for speech config flag */
+  UCHAR            stopFreq;         /*!< bs_stop_freq */
+  UCHAR            stopFreqSpeech;   /*!< bs_stop_freq for speech config flag */
+
+  UCHAR            numNoiseBands;    /*!<   */
+  UCHAR            noiseFloorOffset; /*!<   */
+  SCHAR            noiseMaxLevel;    /*!<   */
+  SBR_STEREO_MODE  stereoMode;       /*!<   */
+  UCHAR            freqScale;        /*!<   */
+} sbrTuningTable_t;
+
+typedef struct sbrConfiguration
+{
+  /*
+     core coder dependent configurations
+  */
+  CODEC_PARAM codecSettings;  /*!< Core coder settings. To be set from core coder. */
+  INT SendHeaderDataTime;     /*!< SBR header send update frequency in ms. */
+  INT useWaveCoding;          /*!< Flag: usage of wavecoding tool. */
+  INT crcSbr;                 /*!< Flag: usage of SBR-CRC. */
+  INT dynBwSupported;         /*!< Flag: support for dynamic bandwidth in this combination. */
+  INT parametricCoding;       /*!< Flag: usage of parametric coding tool. */
+  INT downSampleFactor;       /*!< Sampling rate relation between the SBR and the core encoder. */
+  int freq_res_fixfix[3];     /*!< Frequency resolution of envelopes in frame class FIXFIX
+                                 0=1 Env; 1=2 Env; 2=4 Env; */
+  /*
+     core coder dependent tuning parameters
+  */
+  INT tran_thr;             /*!< SBR transient detector threshold (* 100). */
+  INT noiseFloorOffset;     /*!< Noise floor offset.      */
+  UINT useSpeechConfig;     /*!< Flag: adapt tuning parameters according to speech. */
+
+
+
+  /*
+     core coder independent configurations
+  */
+  INT sbrFrameSize;           /*!< SBR frame size in samples. Will be calculated from core coder settings. */
+  INT sbr_data_extra;         /*!< Flag usage of data extra. */
+  INT amp_res;                /*!< Amplitude resolution. */
+  INT ana_max_level;          /*!< Noise insertion maximum level. */
+  INT tran_fc;                /*!< Transient detector start frequency. */
+  INT tran_det_mode;          /*!< Transient detector mode. */
+  INT spread;                 /*!< Flag: usage of SBR spread. */
+  INT stat;                   /*!< Flag: usage of static framing. */
+  INT e;                      /*!< Number of envelopes when static framing is chosen. */
+  SBR_STEREO_MODE stereoMode; /*!< SBR stereo mode. */
+  INT deltaTAcrossFrames;     /*!< Flag: allow time-delta coding. */
+  FIXP_DBL dF_edge_1stEnv;    /*!< Extra fraction delta-F coding is allowed to be more expensive. */
+  FIXP_DBL dF_edge_incr;      /*!< Increment dF_edge_1stEnv this much if dT-coding was used this frame. */
+  INT sbr_invf_mode;          /*!< Inverse filtering mode. */
+  INT sbr_xpos_mode;          /*!< Transposer mode. */
+  INT sbr_xpos_ctrl;          /*!< Transposer control. */
+  INT sbr_xpos_level;         /*!< Transposer 3rd order level. */
+  INT startFreq;              /*!< The start frequency table index. */
+  INT stopFreq;               /*!< The stop frequency table index. */
+  INT useSaPan;               /*!< Flag: usage of SAPAN stereo. */
+  INT dynBwEnabled;           /*!< Flag: usage of dynamic bandwidth. */
+  INT bParametricStereo;      /*!< Flag: usage of parametric stereo coding tool. */
+
+  /*
+     header_extra1 configuration
+  */
+  UCHAR freqScale;            /*!< Frequency grouping. */
+  INT alterScale;             /*!< Scale resolution. */
+  INT sbr_noise_bands;        /*!< Number of noise bands. */
+
+
+  /*
+     header_extra2 configuration
+  */
+  INT sbr_limiter_bands;      /*!< Number of limiter bands. */
+  INT sbr_limiter_gains;      /*!< Gain of limiter. */
+  INT sbr_interpol_freq;      /*!< Flag: use interpolation in freq. direction. */
+  INT sbr_smoothing_length;   /*!< Flag: choose length 4 or 0 (=on, off). */
+  UCHAR init_amp_res_FF;
+} sbrConfiguration, *sbrConfigurationPtr ;
+
+typedef struct SBR_CONFIG_DATA
+{
+  UINT sbrSyntaxFlags;                  /**< SBR syntax flags derived from AOT. */
+  INT nChannels;                        /**< Number of channels.  */
+
+  INT nSfb[2];                          /**< Number of SBR scalefactor bands for LO_RES and HI_RES (?) */
+  INT num_Master;                       /**< Number of elements in v_k_master. */
+  INT sampleFreq;                       /**< SBR sampling frequency. */
+  INT frameSize;
+  INT xOverFreq;                        /**< The SBR start frequency. */
+  INT dynXOverFreq;                     /**< Used crossover frequency when dynamic bandwidth is enabled. */
+  INT noQmfBands;                       /**< Number of QMF frequency bands. */
+  INT noQmfSlots;                       /**< Number of QMF slots. */
+
+  UCHAR *freqBandTable[2];              /**< Frequency table for low and hires, only MAX_FREQ_COEFFS/2 +1 coeefs actually needed for lowres. */
+  UCHAR *v_k_master;                    /**< Master BandTable where freqBandTable is derived from. */
+
+
+  SBR_STEREO_MODE stereoMode;
+  INT noEnvChannels;                    /**< Number of envelope channels. */
+
+  INT useWaveCoding;                    /**< Flag indicates whether to use wave coding at all.      */
+  INT useParametricCoding;              /**< Flag indicates whether to use para coding at all.      */
+  INT xposCtrlSwitch;                   /**< Flag indicates whether to switch xpos ctrl on the fly. */
+  INT switchTransposers;                /**< Flag indicates whether to switch xpos on the fly .     */
+  UCHAR initAmpResFF;
+} SBR_CONFIG_DATA, *HANDLE_SBR_CONFIG_DATA;
+
+typedef struct {
+  MP4_ELEMENT_ID elType;
+  INT bitRate;
+  int instanceTag;
+  UCHAR fParametricStereo;
+  UCHAR nChannelsInEl;
+  UCHAR ChannelIndex[2];
+} SBR_ELEMENT_INFO;
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+typedef struct SBR_ENCODER *HANDLE_SBR_ENCODER;
+
+/**
+ * \brief  Get the max required input buffer size including delay balancing space
+ *         for N audio channels.
+ * \param noChannels  Number of audio channels.
+ * \return            Max required input buffer size in bytes.
+ */
+INT sbrEncoder_GetInBufferSize(int noChannels);
+
+INT sbrEncoder_Open(
+        HANDLE_SBR_ENCODER  *phSbrEncoder,
+        INT                  nElements,
+        INT                  nChannels,
+        INT                  supportPS
+        );
+
+/**
+ * \brief                 Get closest working bitrate to specified desired
+ *                        bitrate for a single SBR element.
+ * \param bitRate         The desired target bit rate
+ * \param numChannels     The amount of audio channels
+ * \param coreSampleRate  The sample rate of the core coder
+ * \param aot             The current Audio Object Type
+ * \return                Closest working bit rate to bitRate value
+ */
+UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
+
+
+/**
+ * \brief                Check whether downsampled SBR single rate is possible
+ *                       with given audio object type.
+ * \param aot            The Audio object type.
+ * \return               0 when downsampled SBR is not possible,
+ *                       1 when downsampled SBR is possible.
+ */
+UINT sbrEncoder_IsSingleRatePossible(AUDIO_OBJECT_TYPE aot);
+
+/**
+ * \brief                  Initialize SBR Encoder instance.
+ * \param phSbrEncoder     Pointer to a SBR Encoder instance.
+ * \param elInfo           Structure that describes the element/channel arrangement.
+ * \param noElements       Amount of elements described in elInfo.
+ * \param inputBuffer      Pointer to the encoder audio buffer
+ * \param bandwidth        Returns the core audio encoder bandwidth (output)
+ * \param bufferOffset     Returns the offset for the audio input data in order to do delay balancing.
+ * \param numChannels      Input: Encoder input channels. output: core encoder channels.
+ * \param sampleRate       Input: Encoder samplerate. output core encoder samplerate.
+ * \param downSampleFactor Input: Relation between SBR and core coder sampling rate;
+ * \param frameLength      Input: Encoder frameLength. output core encoder frameLength.
+ * \param aot              Input: Desired AOT. output AOT to be used after parameter checking.
+ * \param delay            Input: core encoder delay. Output: total delay because of SBR.
+ * \param transformFactor  The core encoder transform factor (blockswitching).
+ * \param headerPeriod     Repetition rate of the SBR header:
+ *                           - (-1) means intern configuration.
+ *                           - (1-10) corresponds to header repetition rate in frames.
+ * \return                 0 on success, and non-zero if failed.
+ */
+INT sbrEncoder_Init(
+        HANDLE_SBR_ENCODER   hSbrEncoder,
+        SBR_ELEMENT_INFO     elInfo[(8)],
+        int                  noElements,
+        INT_PCM             *inputBuffer,
+        INT                 *coreBandwidth,
+        INT                 *inputBufferOffset,
+        INT                 *numChannels,
+        INT                 *sampleRate,
+        UINT                *downSampleFactor,
+        INT                 *frameLength,
+        AUDIO_OBJECT_TYPE    aot,
+        int                 *delay,
+        int                  transformFactor,
+        const int            headerPeriod,
+        ULONG                statesInitFlag
+        );
+
+/**
+ * \brief             Do delay line buffers housekeeping. To be called after each encoded audio frame.
+ * \param hEnvEnc     SBR Encoder handle.
+ * \param timeBuffer  Pointer to the encoder audio buffer.
+ * \return            0 on success, and non-zero if failed.
+ */
+INT sbrEncoder_UpdateBuffers(HANDLE_SBR_ENCODER hEnvEnc,
+                             INT_PCM *timeBuffer
+                            );
+
+/**
+ * \brief               Close SBR encoder instance.
+ * \param phEbrEncoder  Handle of SBR encoder instance to be closed.
+ * \return              void
+ */
+void sbrEncoder_Close(HANDLE_SBR_ENCODER *phEbrEncoder);
+
+/**
+ * \brief               Encode SBR data of one complete audio frame.
+ * \param hEnvEncoder   Handle of SBR encoder instance.
+ * \param samples       Time samples, always interleaved.
+ * \param timeInStride  Channel stride factor of samples buffer.
+ * \param sbrDataBits   Size of SBR payload in bits.
+ * \param sbrData       SBR payload.
+ * \return              0 on success, and non-zero if failed.
+ */
+INT sbrEncoder_EncodeFrame(HANDLE_SBR_ENCODER  hEnvEncoder,
+                           INT_PCM            *samples,
+                           UINT                timeInStride,
+                           UINT                sbrDataBits[(8)],
+                           UCHAR               sbrData[(8)][MAX_PAYLOAD_SIZE]
+                          );
+
+/**
+ * \brief               Write SBR headers of one SBR element.
+ * \param sbrEncoder    Handle of the SBR encoder instance.
+ * \param hBs           Handle of bit stream handle to write SBR header to.
+ * \param element_index Index of the SBR element which header should be written.
+ * \param fSendHeaders  Flag indicating that the SBR encoder should send more headers in the SBR payload or not.
+ * \return              void
+ */
+void sbrEncoder_GetHeader(HANDLE_SBR_ENCODER   sbrEncoder,
+                          HANDLE_FDK_BITSTREAM hBs,
+                          INT            element_index,
+                          int            fSendHeaders);
+
+/**
+ * \brief              SBR encoder bitrate estimation.
+ * \param hSbrEncoder  SBR encoder handle.
+ * \return             Estimated bitrate.
+ */
+INT sbrEncoder_GetEstimateBitrate(HANDLE_SBR_ENCODER hSbrEncoder);
+
+
+/**
+ * \brief              Delay between input data and downsampled output data.
+ * \param hSbrEncoder  SBR encoder handle.
+ * \return             Delay.
+ */
+INT sbrEncoder_GetInputDataDelay(HANDLE_SBR_ENCODER hSbrEncoder);
+
+/**
+ * \brief       Get decoder library version info.
+ * \param info  Pointer to an allocated LIB_INFO struct, where library info is written to.
+ * \return      0 on sucess.
+ */
+INT sbrEncoder_GetLibInfo(LIB_INFO *info);
+
+void sbrPrintRAM(void);
+
+void sbrPrintROM(void);
+
+#ifdef __cplusplus
+        }
+#endif
+
+#endif /* ifndef __SBR_MAIN_H */
diff --git a/libSBRenc/src/bit_sbr.cpp b/libSBRenc/src/bit_sbr.cpp
new file mode 100644 (file)
index 0000000..963aeff
--- /dev/null
@@ -0,0 +1,1059 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  SBR bit writing routines  
+*/
+
+
+#include "bit_sbr.h"
+
+#include "code_env.h"
+#include "cmondata.h"
+#include "sbr.h"
+
+#include "ps_main.h"
+
+typedef enum {
+  SBR_ID_SCE = 1,
+  SBR_ID_CPE
+} SBR_ELEMENT_TYPE;
+
+
+static INT encodeSbrData (HANDLE_SBR_ENV_DATA       sbrEnvDataLeft,
+                          HANDLE_SBR_ENV_DATA       sbrEnvDataRight,
+                          HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+                          HANDLE_COMMON_DATA        cmonData,
+                          SBR_ELEMENT_TYPE          sbrElem,
+                          INT                       coupling,
+                          UINT                      sbrSyntaxFlags);
+
+static INT encodeSbrHeader (HANDLE_SBR_HEADER_DATA     sbrHeaderData,
+                            HANDLE_SBR_BITSTREAM_DATA  sbrBitstreamData,
+                            HANDLE_COMMON_DATA         cmonData);
+
+
+static INT encodeSbrHeaderData (HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                                HANDLE_FDK_BITSTREAM   hBitStream);
+
+static INT encodeSbrSingleChannelElement (HANDLE_SBR_ENV_DATA      sbrEnvData,
+                                          HANDLE_FDK_BITSTREAM     hBitStream
+                                          ,HANDLE_PARAMETRIC_STEREO hParametricStereo
+                                          ,UINT  sbrSyntaxFlags
+                                          );
+
+
+
+static INT encodeSbrChannelPairElement (HANDLE_SBR_ENV_DATA      sbrEnvDataLeft,
+                                        HANDLE_SBR_ENV_DATA      sbrEnvDataRight,
+                                        HANDLE_PARAMETRIC_STEREO hParametricStereo,
+                                        HANDLE_FDK_BITSTREAM     hBitStream,
+                                        INT                      coupling);
+
+
+static INT encodeSbrGrid (HANDLE_SBR_ENV_DATA   sbrEnvData,
+                          HANDLE_FDK_BITSTREAM  hBitStream);
+
+static int encodeLowDelaySbrGrid ( HANDLE_SBR_ENV_DATA sbrEnvData,
+                                   HANDLE_FDK_BITSTREAM hBitStream,
+                                   int transmitFreqs);
+
+static INT encodeSbrDtdf (HANDLE_SBR_ENV_DATA   sbrEnvData,
+                          HANDLE_FDK_BITSTREAM  hBitStream);
+
+static INT writeNoiseLevelData (HANDLE_SBR_ENV_DATA   sbrEnvData,
+                                HANDLE_FDK_BITSTREAM  hBitStream,
+                                INT                   coupling);
+
+static INT writeEnvelopeData (HANDLE_SBR_ENV_DATA    sbrEnvData,
+                              HANDLE_FDK_BITSTREAM   hBitStream,
+                              INT                    coupling);
+
+static INT writeSyntheticCodingData (HANDLE_SBR_ENV_DATA  sbrEnvData,
+                                     HANDLE_FDK_BITSTREAM hBitStream);
+
+
+static INT encodeExtendedData (HANDLE_PARAMETRIC_STEREO hParametricStereo,
+                               HANDLE_FDK_BITSTREAM     hBitStream);
+
+
+
+static INT getSbrExtendedDataSize (HANDLE_PARAMETRIC_STEREO  hParametricStereo);
+
+/*****************************************************************************
+
+    functionname: FDKsbrEnc_WriteEnvSingleChannelElement
+    description:  writes pure SBR single channel data element
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+INT
+FDKsbrEnc_WriteEnvSingleChannelElement(
+                                       HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                                       HANDLE_PARAMETRIC_STEREO         hParametricStereo,
+                                       HANDLE_SBR_BITSTREAM_DATA        sbrBitstreamData,
+                                       HANDLE_SBR_ENV_DATA              sbrEnvData,
+                                       HANDLE_COMMON_DATA               cmonData,
+                                       UINT                             sbrSyntaxFlags
+                                      )
+
+{
+  INT payloadBits = 0;
+
+  cmonData->sbrHdrBits  = 0;
+  cmonData->sbrDataBits = 0;
+
+  /* write pure sbr data */
+  if (sbrEnvData != NULL) {
+
+    /* write header */
+    payloadBits += encodeSbrHeader (sbrHeaderData,
+                                    sbrBitstreamData,
+                                    cmonData);
+
+
+    /* write data */
+    payloadBits += encodeSbrData (sbrEnvData,
+                                  NULL,
+                                  hParametricStereo,
+                                  cmonData,
+                                  SBR_ID_SCE,
+                                  0,
+                                  sbrSyntaxFlags);
+
+  }
+  return payloadBits;
+}
+
+/*****************************************************************************
+
+    functionname: FDKsbrEnc_WriteEnvChannelPairElement
+    description:  writes pure SBR channel pair data element
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+INT
+FDKsbrEnc_WriteEnvChannelPairElement (HANDLE_SBR_HEADER_DATA     sbrHeaderData,
+                                      HANDLE_PARAMETRIC_STEREO   hParametricStereo,
+                                      HANDLE_SBR_BITSTREAM_DATA  sbrBitstreamData,
+                                      HANDLE_SBR_ENV_DATA        sbrEnvDataLeft,
+                                      HANDLE_SBR_ENV_DATA        sbrEnvDataRight,
+                                      HANDLE_COMMON_DATA         cmonData,
+                                      UINT                       sbrSyntaxFlags)
+
+{
+  INT payloadBits = 0;
+  cmonData->sbrHdrBits  = 0;
+  cmonData->sbrDataBits = 0;
+
+  /* write pure sbr data */
+  if ((sbrEnvDataLeft != NULL) && (sbrEnvDataRight != NULL)) {
+
+    /* write header */
+    payloadBits += encodeSbrHeader (sbrHeaderData,
+                                    sbrBitstreamData,
+                                    cmonData);
+
+    /* write data */
+    payloadBits += encodeSbrData (sbrEnvDataLeft,
+                                  sbrEnvDataRight,
+                                  hParametricStereo,
+                                  cmonData,
+                                  SBR_ID_CPE,
+                                  sbrHeaderData->coupling,
+                                  sbrSyntaxFlags);
+
+  }
+  return payloadBits;
+}
+
+INT
+FDKsbrEnc_CountSbrChannelPairElement (HANDLE_SBR_HEADER_DATA     sbrHeaderData,
+                                      HANDLE_PARAMETRIC_STEREO   hParametricStereo,
+                                      HANDLE_SBR_BITSTREAM_DATA  sbrBitstreamData,
+                                      HANDLE_SBR_ENV_DATA        sbrEnvDataLeft,
+                                      HANDLE_SBR_ENV_DATA        sbrEnvDataRight,
+                                      HANDLE_COMMON_DATA         cmonData,
+                                      UINT                       sbrSyntaxFlags)
+{
+  INT payloadBits;
+  INT bitPos = FDKgetValidBits(&cmonData->sbrBitbuf);
+
+  payloadBits = FDKsbrEnc_WriteEnvChannelPairElement(sbrHeaderData,
+                                           hParametricStereo,
+                                           sbrBitstreamData,
+                                           sbrEnvDataLeft,
+                                           sbrEnvDataRight,
+                                           cmonData,
+                                           sbrSyntaxFlags);
+
+  FDKpushBack(&cmonData->sbrBitbuf, (FDKgetValidBits(&cmonData->sbrBitbuf) - bitPos) );
+
+  return payloadBits;
+}
+
+
+void sbrEncoder_GetHeader(SBR_ENCODER   *sbrEncoder,
+                          HANDLE_FDK_BITSTREAM hBs,
+                          INT            element_index,
+                          int            fSendHeaders)
+{
+  int bits;
+
+  bits = encodeSbrHeaderData (&sbrEncoder->sbrElement[element_index]->sbrHeaderData, hBs);
+    
+  if (fSendHeaders == 0) {
+    /* Prevent header being embedded into the SBR payload. */
+    sbrEncoder->sbrElement[element_index]->sbrBitstreamData.NrSendHeaderData = -1;
+    sbrEncoder->sbrElement[element_index]->sbrBitstreamData.HeaderActive = 0;
+    sbrEncoder->sbrElement[element_index]->sbrBitstreamData.CountSendHeaderData = -1;
+  }
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrHeader
+    description:  encodes SBR Header information
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrHeader (HANDLE_SBR_HEADER_DATA     sbrHeaderData,
+                 HANDLE_SBR_BITSTREAM_DATA  sbrBitstreamData,
+                 HANDLE_COMMON_DATA         cmonData)
+{
+  INT payloadBits = 0;
+
+  if (sbrBitstreamData->HeaderActive) {
+    payloadBits += FDKwriteBits (&cmonData->sbrBitbuf, 1, 1);
+    payloadBits += encodeSbrHeaderData (sbrHeaderData,
+                                        &cmonData->sbrBitbuf);
+  }
+  else {
+    payloadBits += FDKwriteBits (&cmonData->sbrBitbuf, 0, 1);
+  }
+
+  cmonData->sbrHdrBits = payloadBits;
+
+  return payloadBits;
+}
+
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrHeaderData
+    description:  writes sbr_header()
+                  bs_protocol_version through bs_header_extra_2
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrHeaderData (HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                     HANDLE_FDK_BITSTREAM hBitStream)
+
+{
+  INT payloadBits = 0;
+  if (sbrHeaderData != NULL) {
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_amp_res,
+                              SI_SBR_AMP_RES_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_start_frequency,
+                              SI_SBR_START_FREQ_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_stop_frequency,
+                              SI_SBR_STOP_FREQ_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_xover_band,
+                              SI_SBR_XOVER_BAND_BITS);
+
+    payloadBits += FDKwriteBits (hBitStream, 0,
+                              SI_SBR_RESERVED_BITS);
+
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->header_extra_1,
+                              SI_SBR_HEADER_EXTRA_1_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->header_extra_2,
+                              SI_SBR_HEADER_EXTRA_2_BITS);
+
+
+    if (sbrHeaderData->header_extra_1) {
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->freqScale,
+                                SI_SBR_FREQ_SCALE_BITS);
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->alterScale,
+                                SI_SBR_ALTER_SCALE_BITS);
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_noise_bands,
+                                SI_SBR_NOISE_BANDS_BITS);
+    } /* sbrHeaderData->header_extra_1 */
+
+    if (sbrHeaderData->header_extra_2) {
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_limiter_bands,
+                                SI_SBR_LIMITER_BANDS_BITS);
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_limiter_gains,
+                                SI_SBR_LIMITER_GAINS_BITS);
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_interpol_freq,
+                                SI_SBR_INTERPOL_FREQ_BITS);
+      payloadBits += FDKwriteBits (hBitStream, sbrHeaderData->sbr_smoothing_length,
+                                SI_SBR_SMOOTHING_LENGTH_BITS);
+
+    } /* sbrHeaderData->header_extra_2 */
+  } /* sbrHeaderData != NULL */
+
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrData
+    description:  encodes sbr Data information
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrData (HANDLE_SBR_ENV_DATA   sbrEnvDataLeft,
+               HANDLE_SBR_ENV_DATA   sbrEnvDataRight,
+               HANDLE_PARAMETRIC_STEREO   hParametricStereo,
+               HANDLE_COMMON_DATA    cmonData,
+               SBR_ELEMENT_TYPE      sbrElem,
+               INT                   coupling,
+               UINT                  sbrSyntaxFlags)
+{
+  INT payloadBits = 0;
+
+  switch (sbrElem) {
+  case SBR_ID_SCE:
+    payloadBits += encodeSbrSingleChannelElement (sbrEnvDataLeft, &cmonData->sbrBitbuf, hParametricStereo, sbrSyntaxFlags);
+    break;
+  case SBR_ID_CPE:
+    payloadBits += encodeSbrChannelPairElement (sbrEnvDataLeft, sbrEnvDataRight, hParametricStereo, &cmonData->sbrBitbuf, coupling);
+    break;
+  default:
+    /* we never should apply SBR to any other element type */
+    FDK_ASSERT (0);
+  }
+
+  cmonData->sbrDataBits = payloadBits;
+
+  return payloadBits;
+}
+
+#define MODE_FREQ_TANS                          1
+#define MODE_NO_FREQ_TRAN                       0
+#define LD_TRANSMISSION                         MODE_FREQ_TANS
+static int encodeFreqs (int mode) {
+    return ((mode & MODE_FREQ_TANS) ? 1 : 0);
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrSingleChannelElement
+    description:  encodes sbr SCE information
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrSingleChannelElement (HANDLE_SBR_ENV_DATA   sbrEnvData,
+                               HANDLE_FDK_BITSTREAM  hBitStream
+                               ,HANDLE_PARAMETRIC_STEREO hParametricStereo
+                               ,UINT  sbrSyntaxFlags
+                               )
+{
+  INT i, payloadBits = 0;
+
+  payloadBits += FDKwriteBits (hBitStream, 0, SI_SBR_DATA_EXTRA_BITS); /* no reserved bits */
+
+  if (sbrEnvData->ldGrid) {
+      if ( sbrEnvData->hSbrBSGrid->frameClass != FIXFIXonly ) {
+        /* encode normal SbrGrid */
+        payloadBits += encodeSbrGrid (sbrEnvData, hBitStream);
+      } else {
+        /* use FIXFIXonly frame Grid */
+        payloadBits += encodeLowDelaySbrGrid ( sbrEnvData, hBitStream, encodeFreqs(LD_TRANSMISSION));
+      }
+  }
+  else
+  {
+    if (sbrSyntaxFlags & SBR_SYNTAX_SCALABLE) {
+      payloadBits += FDKwriteBits (hBitStream, 1, SI_SBR_COUPLING_BITS);
+    }
+    payloadBits += encodeSbrGrid (sbrEnvData, hBitStream);
+  }
+
+  payloadBits += encodeSbrDtdf (sbrEnvData, hBitStream);
+
+  for (i = 0; i < sbrEnvData->noOfnoisebands; i++) {
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->sbr_invf_mode_vec[i], SI_SBR_INVF_MODE_BITS);
+  }
+
+  payloadBits += writeEnvelopeData (sbrEnvData, hBitStream, 0);
+  payloadBits += writeNoiseLevelData (sbrEnvData, hBitStream, 0);
+
+  payloadBits += writeSyntheticCodingData (sbrEnvData,hBitStream);
+
+  payloadBits += encodeExtendedData(hParametricStereo, hBitStream);
+
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrChannelPairElement
+    description:  encodes sbr CPE information
+    returns:
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrChannelPairElement (HANDLE_SBR_ENV_DATA   sbrEnvDataLeft,
+                             HANDLE_SBR_ENV_DATA   sbrEnvDataRight,
+                             HANDLE_PARAMETRIC_STEREO   hParametricStereo,
+                             HANDLE_FDK_BITSTREAM  hBitStream,
+                             INT                   coupling)
+{
+  INT payloadBits = 0;
+  INT i = 0;
+
+  payloadBits += FDKwriteBits (hBitStream, 0, SI_SBR_DATA_EXTRA_BITS); /* no reserved bits */
+
+  payloadBits += FDKwriteBits (hBitStream, coupling, SI_SBR_COUPLING_BITS);
+
+  if (coupling) {
+    if (sbrEnvDataLeft->ldGrid) {
+          if ( sbrEnvDataLeft->hSbrBSGrid->frameClass != FIXFIXonly ) {
+            /* normal SbrGrid */
+            payloadBits += encodeSbrGrid (sbrEnvDataLeft, hBitStream);
+
+          } else {
+              /* FIXFIXonly frame Grid */
+              payloadBits += encodeLowDelaySbrGrid ( sbrEnvDataLeft, hBitStream, encodeFreqs(LD_TRANSMISSION));
+          }
+    } else
+        payloadBits += encodeSbrGrid (sbrEnvDataLeft, hBitStream);
+
+    payloadBits += encodeSbrDtdf (sbrEnvDataLeft, hBitStream);
+    payloadBits += encodeSbrDtdf (sbrEnvDataRight, hBitStream);
+
+    for (i = 0; i < sbrEnvDataLeft->noOfnoisebands; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvDataLeft->sbr_invf_mode_vec[i], SI_SBR_INVF_MODE_BITS);
+    }
+
+    payloadBits += writeEnvelopeData  (sbrEnvDataLeft,  hBitStream,1);
+    payloadBits += writeNoiseLevelData (sbrEnvDataLeft,  hBitStream,1);
+    payloadBits += writeEnvelopeData  (sbrEnvDataRight, hBitStream,1);
+    payloadBits += writeNoiseLevelData (sbrEnvDataRight, hBitStream,1);
+
+    payloadBits += writeSyntheticCodingData (sbrEnvDataLeft,hBitStream);
+    payloadBits += writeSyntheticCodingData (sbrEnvDataRight,hBitStream);
+
+  } else { /* no coupling */
+    FDK_ASSERT(sbrEnvDataLeft->ldGrid == sbrEnvDataRight->ldGrid);
+
+    if (sbrEnvDataLeft->ldGrid || sbrEnvDataRight->ldGrid) {
+    /* sbrEnvDataLeft (left channel) */
+      if ( sbrEnvDataLeft->hSbrBSGrid->frameClass != FIXFIXonly) {
+        /* no FIXFIXonly Frame so we dont need encodeLowDelaySbrGrid */
+        /* normal SbrGrid */
+        payloadBits += encodeSbrGrid (sbrEnvDataLeft,  hBitStream);
+
+      } else {
+        /* FIXFIXonly frame Grid */
+          payloadBits += encodeLowDelaySbrGrid ( sbrEnvDataLeft, hBitStream, encodeFreqs(LD_TRANSMISSION));
+      }
+
+      /* sbrEnvDataRight (right channel) */
+      if ( sbrEnvDataRight->hSbrBSGrid->frameClass != FIXFIXonly) {
+        /* no FIXFIXonly Frame so we dont need encodeLowDelaySbrGrid */
+        /* normal SbrGrid */
+        payloadBits += encodeSbrGrid (sbrEnvDataRight, hBitStream);
+
+      } else {
+        /* FIXFIXonly frame Grid */
+          payloadBits += encodeLowDelaySbrGrid ( sbrEnvDataRight, hBitStream, encodeFreqs(LD_TRANSMISSION));
+      }
+    } else
+    {
+        payloadBits += encodeSbrGrid (sbrEnvDataLeft,  hBitStream);
+        payloadBits += encodeSbrGrid (sbrEnvDataRight, hBitStream);
+    }
+    payloadBits += encodeSbrDtdf (sbrEnvDataLeft,  hBitStream);
+    payloadBits += encodeSbrDtdf (sbrEnvDataRight, hBitStream);
+
+    for (i = 0; i < sbrEnvDataLeft->noOfnoisebands; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvDataLeft->sbr_invf_mode_vec[i],
+                                SI_SBR_INVF_MODE_BITS);
+    }
+    for (i = 0; i < sbrEnvDataRight->noOfnoisebands; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvDataRight->sbr_invf_mode_vec[i],
+                                SI_SBR_INVF_MODE_BITS);
+    }
+
+    payloadBits += writeEnvelopeData  (sbrEnvDataLeft,  hBitStream,0);
+    payloadBits += writeEnvelopeData  (sbrEnvDataRight, hBitStream,0);
+    payloadBits += writeNoiseLevelData (sbrEnvDataLeft,  hBitStream,0);
+    payloadBits += writeNoiseLevelData (sbrEnvDataRight, hBitStream,0);
+
+    payloadBits += writeSyntheticCodingData (sbrEnvDataLeft,hBitStream);
+    payloadBits += writeSyntheticCodingData (sbrEnvDataRight,hBitStream);
+
+  } /* coupling */
+
+  payloadBits += encodeExtendedData(hParametricStereo, hBitStream);
+
+  return payloadBits;
+}
+
+static INT ceil_ln2(INT x)
+{
+  INT tmp=-1;
+  while((1<<++tmp) < x);
+  return(tmp);
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeSbrGrid
+    description:  if hBitStream != NULL writes bits that describes the
+                  time/frequency grouping of a frame; else counts them only
+    returns:      number of bits written or counted
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrGrid (HANDLE_SBR_ENV_DATA sbrEnvData, HANDLE_FDK_BITSTREAM hBitStream)
+{
+  INT payloadBits = 0;
+  INT i, temp;
+  INT bufferFrameStart = sbrEnvData->hSbrBSGrid->bufferFrameStart;
+  INT numberTimeSlots  = sbrEnvData->hSbrBSGrid->numberTimeSlots;
+
+  if (sbrEnvData->ldGrid)
+    payloadBits += FDKwriteBits (hBitStream,
+                                 sbrEnvData->hSbrBSGrid->frameClass,
+                                 SBR_CLA_BITS_LD);
+  else
+    payloadBits += FDKwriteBits (hBitStream,
+                                 sbrEnvData->hSbrBSGrid->frameClass,
+                                 SBR_CLA_BITS);
+
+  switch (sbrEnvData->hSbrBSGrid->frameClass) {
+  case FIXFIXonly:
+    FDK_ASSERT(0 /* Fatal error in encodeSbrGrid! */);
+    break;
+  case FIXFIX:
+    temp = ceil_ln2(sbrEnvData->hSbrBSGrid->bs_num_env);
+    payloadBits += FDKwriteBits (hBitStream, temp, SBR_ENV_BITS);
+    if ((sbrEnvData->ldGrid) && (sbrEnvData->hSbrBSGrid->bs_num_env==1))
+      payloadBits += FDKwriteBits(hBitStream, sbrEnvData->currentAmpResFF, SI_SBR_AMP_RES_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->v_f[0], SBR_RES_BITS);
+
+    break;
+
+  case FIXVAR:
+  case VARFIX:
+    if (sbrEnvData->hSbrBSGrid->frameClass == FIXVAR)
+      temp = sbrEnvData->hSbrBSGrid->bs_abs_bord - (bufferFrameStart + numberTimeSlots);
+    else
+      temp = sbrEnvData->hSbrBSGrid->bs_abs_bord - bufferFrameStart;
+
+    payloadBits += FDKwriteBits (hBitStream, temp, SBR_ABS_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->n, SBR_NUM_BITS);
+
+    for (i = 0; i < sbrEnvData->hSbrBSGrid->n; i++) {
+      temp = (sbrEnvData->hSbrBSGrid->bs_rel_bord[i] - 2) >> 1;
+      payloadBits += FDKwriteBits (hBitStream, temp, SBR_REL_BITS);
+    }
+
+    temp = ceil_ln2(sbrEnvData->hSbrBSGrid->n + 2);
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->p, temp);
+
+    for (i = 0; i < sbrEnvData->hSbrBSGrid->n + 1; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->v_f[i],
+                                SBR_RES_BITS);
+    }
+    break;
+
+  case VARVAR:
+    temp = sbrEnvData->hSbrBSGrid->bs_abs_bord_0 - bufferFrameStart;
+    payloadBits += FDKwriteBits (hBitStream, temp, SBR_ABS_BITS);
+    temp = sbrEnvData->hSbrBSGrid->bs_abs_bord_1 - (bufferFrameStart + numberTimeSlots);
+    payloadBits += FDKwriteBits (hBitStream, temp, SBR_ABS_BITS);
+
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->bs_num_rel_0, SBR_NUM_BITS);
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->bs_num_rel_1, SBR_NUM_BITS);
+
+    for (i = 0; i < sbrEnvData->hSbrBSGrid->bs_num_rel_0; i++) {
+      temp = (sbrEnvData->hSbrBSGrid->bs_rel_bord_0[i] - 2) >> 1;
+      payloadBits += FDKwriteBits (hBitStream, temp, SBR_REL_BITS);
+    }
+
+    for (i = 0; i < sbrEnvData->hSbrBSGrid->bs_num_rel_1; i++) {
+      temp = (sbrEnvData->hSbrBSGrid->bs_rel_bord_1[i] - 2) >> 1;
+      payloadBits += FDKwriteBits (hBitStream, temp, SBR_REL_BITS);
+    }
+
+    temp = ceil_ln2(sbrEnvData->hSbrBSGrid->bs_num_rel_0 +
+                             sbrEnvData->hSbrBSGrid->bs_num_rel_1 + 2);
+    payloadBits +=  FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->p, temp);
+
+    temp = sbrEnvData->hSbrBSGrid->bs_num_rel_0 +
+           sbrEnvData->hSbrBSGrid->bs_num_rel_1 + 1;
+
+    for (i = 0; i < temp; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->v_fLR[i],
+                                SBR_RES_BITS);
+    }
+    break;
+  }
+
+  return payloadBits;
+}
+
+#define SBR_CLA_BITS_LD 1
+/*****************************************************************************
+
+    functionname: encodeLowDelaySbrGrid
+    description:  if hBitStream != NULL writes bits that describes the
+                  time/frequency grouping of a frame;
+                  else counts them only
+                  (this function only write the FIXFIXonly Bitstream data)
+    returns:      number of bits written or counted
+    input:
+    output:
+
+*****************************************************************************/
+static int
+encodeLowDelaySbrGrid (  HANDLE_SBR_ENV_DATA sbrEnvData,
+                         HANDLE_FDK_BITSTREAM hBitStream,
+                         int transmitFreqs
+                       )
+{
+  int payloadBits = 0;
+  int i;
+
+  /* write FIXFIXonly Grid */
+  /* write frameClass [1 bit] for FIXFIXonly Grid */
+  payloadBits += FDKwriteBits(hBitStream, 1, SBR_CLA_BITS_LD);
+
+  /* absolute Borders are fix: 0,X,X,X,nTimeSlots; so we dont have to transmit them */
+  /* only transmit the transient position! */
+  /* with this info (b1) we can reconstruct the Frame on Decoder side : */
+  /* border[0] = 0; border[1] = b1; border[2]=b1+2; border[3] = nrTimeSlots */
+
+  /* use 3 or 4bits for transient border (border) */
+  if (sbrEnvData->hSbrBSGrid->numberTimeSlots == 8)
+    payloadBits += FDKwriteBits ( hBitStream, sbrEnvData->hSbrBSGrid->bs_abs_bord, 3);
+  else
+    payloadBits += FDKwriteBits ( hBitStream, sbrEnvData->hSbrBSGrid->bs_abs_bord, 4);
+
+  if (transmitFreqs) {
+    /* write FreqRes grid */
+    for (i = 0; i < sbrEnvData->hSbrBSGrid->bs_num_env; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->v_f[i], SBR_RES_BITS);
+    }
+  }
+
+  return payloadBits;
+}
+
+/*****************************************************************************
+
+    functionname: encodeSbrDtdf
+    description:  writes bits that describes the direction of the envelopes of a frame
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+encodeSbrDtdf (HANDLE_SBR_ENV_DATA sbrEnvData, HANDLE_FDK_BITSTREAM hBitStream)
+{
+  INT i, payloadBits = 0, noOfNoiseEnvelopes;
+
+  noOfNoiseEnvelopes = sbrEnvData->noOfEnvelopes > 1 ? 2 : 1;
+
+  for (i = 0; i < sbrEnvData->noOfEnvelopes; ++i) {
+    payloadBits += FDKwriteBits (hBitStream, sbrEnvData->domain_vec[i], SBR_DIR_BITS);
+  }
+  for (i = 0; i < noOfNoiseEnvelopes; ++i) {
+    payloadBits +=  FDKwriteBits (hBitStream, sbrEnvData->domain_vec_noise[i], SBR_DIR_BITS);
+  }
+
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: writeNoiseLevelData
+    description:  writes bits corresponding to the noise-floor-level
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+writeNoiseLevelData (HANDLE_SBR_ENV_DATA sbrEnvData, HANDLE_FDK_BITSTREAM hBitStream, INT coupling)
+{
+  INT j, i, payloadBits = 0;
+  INT nNoiseEnvelopes = sbrEnvData->noOfEnvelopes > 1 ? 2 : 1;
+
+  for (i = 0; i < nNoiseEnvelopes; i++) {
+    switch (sbrEnvData->domain_vec_noise[i]) {
+    case FREQ:
+      if (coupling && sbrEnvData->balance) {
+        payloadBits += FDKwriteBits (hBitStream,
+                                  sbrEnvData->sbr_noise_levels[i * sbrEnvData->noOfnoisebands],
+                                  sbrEnvData->si_sbr_start_noise_bits_balance);
+      } else {
+        payloadBits += FDKwriteBits (hBitStream,
+                                  sbrEnvData->sbr_noise_levels[i * sbrEnvData->noOfnoisebands],
+                                  sbrEnvData->si_sbr_start_noise_bits);
+      }
+
+      for (j = 1 + i * sbrEnvData->noOfnoisebands; j < (sbrEnvData->noOfnoisebands * (1 + i)); j++) {
+        if (coupling) {
+          if (sbrEnvData->balance) {
+            /* coupling && balance */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableNoiseBalanceFreqC[sbrEnvData->sbr_noise_levels[j] +
+                                                                            CODE_BOOK_SCF_LAV_BALANCE11],
+                                      sbrEnvData->hufftableNoiseBalanceFreqL[sbrEnvData->sbr_noise_levels[j] +
+                                                                            CODE_BOOK_SCF_LAV_BALANCE11]);
+          } else {
+            /* coupling && !balance */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableNoiseLevelFreqC[sbrEnvData->sbr_noise_levels[j] +
+                                                                          CODE_BOOK_SCF_LAV11],
+                                      sbrEnvData->hufftableNoiseLevelFreqL[sbrEnvData->sbr_noise_levels[j] +
+                                                                          CODE_BOOK_SCF_LAV11]);
+          }
+        } else {
+          /* !coupling */
+          payloadBits += FDKwriteBits (hBitStream,
+                                    sbrEnvData->hufftableNoiseFreqC[sbrEnvData->sbr_noise_levels[j] +
+                                                                   CODE_BOOK_SCF_LAV11],
+                                    sbrEnvData->hufftableNoiseFreqL[sbrEnvData->sbr_noise_levels[j] +
+                                                                   CODE_BOOK_SCF_LAV11]);
+        }
+      }
+      break;
+
+    case TIME:
+      for (j = i * sbrEnvData->noOfnoisebands; j < (sbrEnvData->noOfnoisebands * (1 + i)); j++) {
+        if (coupling) {
+          if (sbrEnvData->balance) {
+            /* coupling && balance */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableNoiseBalanceTimeC[sbrEnvData->sbr_noise_levels[j] +
+                                                                            CODE_BOOK_SCF_LAV_BALANCE11],
+                                      sbrEnvData->hufftableNoiseBalanceTimeL[sbrEnvData->sbr_noise_levels[j] +
+                                                                            CODE_BOOK_SCF_LAV_BALANCE11]);
+          } else {
+            /* coupling && !balance */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableNoiseLevelTimeC[sbrEnvData->sbr_noise_levels[j] +
+                                                                          CODE_BOOK_SCF_LAV11],
+                                      sbrEnvData->hufftableNoiseLevelTimeL[sbrEnvData->sbr_noise_levels[j] +
+                                                                          CODE_BOOK_SCF_LAV11]);
+          }
+        } else {
+          /* !coupling */
+          payloadBits += FDKwriteBits (hBitStream,
+                                    sbrEnvData->hufftableNoiseLevelTimeC[sbrEnvData->sbr_noise_levels[j] +
+                                                                        CODE_BOOK_SCF_LAV11],
+                                    sbrEnvData->hufftableNoiseLevelTimeL[sbrEnvData->sbr_noise_levels[j] +
+                                                                        CODE_BOOK_SCF_LAV11]);
+        }
+      }
+      break;
+    }
+  }
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: writeEnvelopeData
+    description:  writes bits corresponding to the envelope
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+writeEnvelopeData (HANDLE_SBR_ENV_DATA sbrEnvData, HANDLE_FDK_BITSTREAM hBitStream, INT coupling)
+{
+  INT payloadBits = 0, j, i, delta;
+
+  for (j = 0; j < sbrEnvData->noOfEnvelopes; j++) { /* loop over all envelopes */
+    if (sbrEnvData->domain_vec[j] == FREQ) {
+      if (coupling && sbrEnvData->balance) {
+        payloadBits += FDKwriteBits (hBitStream, sbrEnvData->ienvelope[j][0], sbrEnvData->si_sbr_start_env_bits_balance);
+      } else {
+        payloadBits += FDKwriteBits (hBitStream, sbrEnvData->ienvelope[j][0], sbrEnvData->si_sbr_start_env_bits);
+      }
+    }
+
+    for (i = 1 - sbrEnvData->domain_vec[j]; i < sbrEnvData->noScfBands[j]; i++) {
+      delta = sbrEnvData->ienvelope[j][i];
+      if (coupling && sbrEnvData->balance) {
+        FDK_ASSERT (fixp_abs (delta) <= sbrEnvData->codeBookScfLavBalance);
+      } else {
+        FDK_ASSERT (fixp_abs (delta) <= sbrEnvData->codeBookScfLav);
+      }
+      if (coupling) {
+        if (sbrEnvData->balance) {
+          if (sbrEnvData->domain_vec[j]) {
+            /* coupling && balance && TIME */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableBalanceTimeC[delta + sbrEnvData->codeBookScfLavBalance],
+                                      sbrEnvData->hufftableBalanceTimeL[delta + sbrEnvData->codeBookScfLavBalance]);
+          } else {
+            /* coupling && balance && FREQ */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableBalanceFreqC[delta + sbrEnvData->codeBookScfLavBalance],
+                                      sbrEnvData->hufftableBalanceFreqL[delta + sbrEnvData->codeBookScfLavBalance]);
+          }
+        } else {
+          if (sbrEnvData->domain_vec[j]) {
+            /* coupling && !balance && TIME */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableLevelTimeC[delta + sbrEnvData->codeBookScfLav],
+                                      sbrEnvData->hufftableLevelTimeL[delta + sbrEnvData->codeBookScfLav]);
+          } else {
+            /* coupling && !balance && FREQ */
+            payloadBits += FDKwriteBits (hBitStream,
+                                      sbrEnvData->hufftableLevelFreqC[delta + sbrEnvData->codeBookScfLav],
+                                      sbrEnvData->hufftableLevelFreqL[delta + sbrEnvData->codeBookScfLav]);
+          }
+        }
+      } else {
+        if (sbrEnvData->domain_vec[j]) {
+          /* !coupling && TIME */
+          payloadBits += FDKwriteBits (hBitStream,
+                                    sbrEnvData->hufftableTimeC[delta + sbrEnvData->codeBookScfLav],
+                                    sbrEnvData->hufftableTimeL[delta + sbrEnvData->codeBookScfLav]);
+        } else {
+          /* !coupling && FREQ */
+          payloadBits += FDKwriteBits (hBitStream,
+                                    sbrEnvData->hufftableFreqC[delta + sbrEnvData->codeBookScfLav],
+                                    sbrEnvData->hufftableFreqL[delta + sbrEnvData->codeBookScfLav]);
+        }
+      }
+    }
+  }
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: encodeExtendedData
+    description:  writes bits corresponding to the extended data
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT encodeExtendedData (HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+                               HANDLE_FDK_BITSTREAM hBitStream)
+{
+  INT extDataSize;
+  INT payloadBits = 0;
+
+  extDataSize = getSbrExtendedDataSize(hParametricStereo);
+
+
+  if (extDataSize != 0) {
+    INT maxExtSize = (1<<SI_SBR_EXTENSION_SIZE_BITS) - 1;
+    INT writtenNoBits = 0; /* needed to byte align the extended data */
+
+    payloadBits += FDKwriteBits (hBitStream, 1, SI_SBR_EXTENDED_DATA_BITS);
+    FDK_ASSERT(extDataSize <= SBR_EXTENDED_DATA_MAX_CNT);
+
+    if (extDataSize < maxExtSize) {
+      payloadBits += FDKwriteBits (hBitStream, extDataSize, SI_SBR_EXTENSION_SIZE_BITS);
+    } else {
+      payloadBits += FDKwriteBits (hBitStream, maxExtSize, SI_SBR_EXTENSION_SIZE_BITS);
+      payloadBits += FDKwriteBits (hBitStream, extDataSize - maxExtSize, SI_SBR_EXTENSION_ESC_COUNT_BITS);
+    }
+
+    /* parametric coding signalled here? */
+    if(hParametricStereo){
+      writtenNoBits += FDKwriteBits (hBitStream, EXTENSION_ID_PS_CODING, SI_SBR_EXTENSION_ID_BITS);
+      writtenNoBits += FDKsbrEnc_PSEnc_WritePSData(hParametricStereo, hBitStream);
+    }
+
+    payloadBits += writtenNoBits;
+
+    /* byte alignment */
+    writtenNoBits = writtenNoBits%8;
+    if(writtenNoBits)
+      payloadBits += FDKwriteBits(hBitStream, 0, (8 - writtenNoBits));
+  } else {
+    payloadBits += FDKwriteBits (hBitStream, 0, SI_SBR_EXTENDED_DATA_BITS);
+  }
+
+  return payloadBits;
+}
+
+
+/*****************************************************************************
+
+    functionname: writeSyntheticCodingData
+    description:  writes bits corresponding to the "synthetic-coding"-extension
+    returns:      number of bits written
+    input:
+    output:
+
+*****************************************************************************/
+static INT writeSyntheticCodingData (HANDLE_SBR_ENV_DATA  sbrEnvData,
+                                     HANDLE_FDK_BITSTREAM hBitStream)
+
+{
+  INT i;
+  INT payloadBits = 0;
+
+  payloadBits += FDKwriteBits (hBitStream, sbrEnvData->addHarmonicFlag, 1);
+
+  if (sbrEnvData->addHarmonicFlag) {
+    for (i = 0; i < sbrEnvData->noHarmonics; i++) {
+      payloadBits += FDKwriteBits (hBitStream, sbrEnvData->addHarmonic[i], 1);
+    }
+  }
+
+  return payloadBits;
+}
+
+/*****************************************************************************
+
+    functionname: getSbrExtendedDataSize
+    description:  counts the number of bits needed for encoding the
+                  extended data (including extension id)
+
+    returns:      number of bits needed for the extended data
+    input:
+    output:
+
+*****************************************************************************/
+static INT
+getSbrExtendedDataSize (HANDLE_PARAMETRIC_STEREO  hParametricStereo)
+{
+  INT extDataBits = 0;
+
+  /* add your new extended data counting methods here */
+
+  /*
+    no extended data
+  */
+
+  if(hParametricStereo){
+    /* PS extended data */
+    extDataBits += SI_SBR_EXTENSION_ID_BITS;
+    extDataBits += FDKsbrEnc_PSEnc_WritePSData(hParametricStereo, NULL);
+  }
+
+  return (extDataBits+7) >> 3;
+}
+
+
+
+
+
diff --git a/libSBRenc/src/bit_sbr.h b/libSBRenc/src/bit_sbr.h
new file mode 100644 (file)
index 0000000..1ce2c1e
--- /dev/null
@@ -0,0 +1,256 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  SBR bit writing  
+*/
+#ifndef __BIT_SBR_H
+#define __BIT_SBR_H
+
+#include "sbr_def.h"
+#include "cmondata.h"
+#include "fram_gen.h"
+
+struct SBR_ENV_DATA;
+
+struct SBR_BITSTREAM_DATA
+{
+  INT TotalBits;
+  INT PayloadBits;
+  INT FillBits;
+  INT HeaderActive;
+  INT NrSendHeaderData;            /**< input from commandline */
+  INT CountSendHeaderData;         /**< modulo count. If < 0 then no counting is done (no SBR headers) */
+};
+
+typedef struct SBR_BITSTREAM_DATA  *HANDLE_SBR_BITSTREAM_DATA;
+
+struct SBR_HEADER_DATA
+{
+  AMP_RES sbr_amp_res;
+  INT sbr_start_frequency;
+  INT sbr_stop_frequency;
+  INT sbr_xover_band;
+  INT sbr_noise_bands;
+  INT sbr_data_extra;
+  INT header_extra_1;
+  INT header_extra_2;
+  INT sbr_lc_stereo_mode;
+  INT sbr_limiter_bands;
+  INT sbr_limiter_gains;
+  INT sbr_interpol_freq;
+  INT sbr_smoothing_length;
+  INT alterScale;
+  INT freqScale;
+
+  /*
+    element of channelpairelement
+  */
+  INT coupling;
+  INT prev_coupling;
+
+  /*
+    element of singlechannelelement
+  */
+
+};
+typedef struct SBR_HEADER_DATA *HANDLE_SBR_HEADER_DATA;
+
+struct SBR_ENV_DATA
+{
+
+  INT sbr_xpos_ctrl;
+  INT freq_res_fixfix;
+
+
+  INVF_MODE sbr_invf_mode;
+  INVF_MODE sbr_invf_mode_vec[MAX_NUM_NOISE_VALUES];
+
+  XPOS_MODE sbr_xpos_mode;
+
+  INT ienvelope[MAX_ENVELOPES][MAX_FREQ_COEFFS];
+
+  INT codeBookScfLavBalance;
+  INT codeBookScfLav;
+  const INT *hufftableTimeC;
+  const INT *hufftableFreqC;
+  const UCHAR *hufftableTimeL;
+  const UCHAR *hufftableFreqL;
+
+  const INT *hufftableLevelTimeC;
+  const INT *hufftableBalanceTimeC;
+  const INT *hufftableLevelFreqC;
+  const INT *hufftableBalanceFreqC;
+  const UCHAR *hufftableLevelTimeL;
+  const UCHAR *hufftableBalanceTimeL;
+  const UCHAR *hufftableLevelFreqL;
+  const UCHAR *hufftableBalanceFreqL;
+
+
+  const UCHAR *hufftableNoiseTimeL;
+  const INT *hufftableNoiseTimeC;
+  const UCHAR *hufftableNoiseFreqL;
+  const INT *hufftableNoiseFreqC;
+
+  const UCHAR *hufftableNoiseLevelTimeL;
+  const INT *hufftableNoiseLevelTimeC;
+  const UCHAR *hufftableNoiseBalanceTimeL;
+  const INT *hufftableNoiseBalanceTimeC;
+  const UCHAR *hufftableNoiseLevelFreqL;
+  const INT *hufftableNoiseLevelFreqC;
+  const UCHAR *hufftableNoiseBalanceFreqL;
+  const INT *hufftableNoiseBalanceFreqC;
+
+  HANDLE_SBR_GRID hSbrBSGrid;
+
+  INT noHarmonics;
+  INT addHarmonicFlag;
+  UCHAR addHarmonic[MAX_FREQ_COEFFS];
+
+
+  /* calculated helper vars */
+  INT si_sbr_start_env_bits_balance;
+  INT si_sbr_start_env_bits;
+  INT si_sbr_start_noise_bits_balance;
+  INT si_sbr_start_noise_bits;
+
+  INT noOfEnvelopes;
+  INT noScfBands[MAX_ENVELOPES];
+  INT domain_vec[MAX_ENVELOPES];
+  INT domain_vec_noise[MAX_ENVELOPES];
+  SCHAR sbr_noise_levels[MAX_FREQ_COEFFS];
+  INT noOfnoisebands;
+
+  INT balance;
+  AMP_RES init_sbr_amp_res;
+  AMP_RES currentAmpResFF;
+
+  /* extended data */
+  INT extended_data;
+  INT extension_size;
+  INT extension_id;
+  UCHAR extended_data_buffer[SBR_EXTENDED_DATA_MAX_CNT];
+
+  UCHAR ldGrid;
+};
+typedef struct SBR_ENV_DATA *HANDLE_SBR_ENV_DATA;
+
+
+
+INT FDKsbrEnc_WriteEnvSingleChannelElement(struct SBR_HEADER_DATA    *sbrHeaderData,
+                                 struct T_PARAMETRIC_STEREO *hParametricStereo,
+                                 struct SBR_BITSTREAM_DATA *sbrBitstreamData,
+                                 struct SBR_ENV_DATA       *sbrEnvData,
+                                 struct COMMON_DATA        *cmonData,
+                                 UINT                       sbrSyntaxFlags);
+
+
+INT FDKsbrEnc_WriteEnvChannelPairElement(struct SBR_HEADER_DATA    *sbrHeaderData,
+                               struct T_PARAMETRIC_STEREO *hParametricStereo,
+                               struct SBR_BITSTREAM_DATA *sbrBitstreamData,
+                               struct SBR_ENV_DATA       *sbrEnvDataLeft,
+                               struct SBR_ENV_DATA       *sbrEnvDataRight,
+                               struct COMMON_DATA        *cmonData,
+                               UINT                       sbrSyntaxFlags);
+
+
+
+INT FDKsbrEnc_CountSbrChannelPairElement (struct SBR_HEADER_DATA     *sbrHeaderData,
+                                struct T_PARAMETRIC_STEREO *hParametricStereo,
+                                struct SBR_BITSTREAM_DATA  *sbrBitstreamData,
+                                struct SBR_ENV_DATA        *sbrEnvDataLeft,
+                                struct SBR_ENV_DATA        *sbrEnvDataRight,
+                                struct COMMON_DATA         *cmonData,
+                                UINT                        sbrSyntaxFlags);
+
+
+
+/* debugging and tuning functions */
+
+/*#define SBR_ENV_STATISTICS */
+
+
+/*#define SBR_PAYLOAD_MONITOR*/
+
+#endif
diff --git a/libSBRenc/src/cmondata.h b/libSBRenc/src/cmondata.h
new file mode 100644 (file)
index 0000000..32e6993
--- /dev/null
@@ -0,0 +1,110 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Core Coder's and SBR's shared data structure definition  
+*/
+#ifndef __SBR_CMONDATA_H
+#define __SBR_CMONDATA_H
+
+#include "FDK_bitstream.h"
+
+
+struct COMMON_DATA {
+  INT                   sbrHdrBits;             /**< number of SBR header bits */
+  INT                   sbrDataBits;            /**< number of SBR data bits */
+  INT                   sbrFillBits;            /**< number of SBR fill bits */
+  FDK_BITSTREAM         sbrBitbuf;              /**< the SBR data bitbuffer */
+  FDK_BITSTREAM         tmpWriteBitbuf;         /**< helper var for writing header*/
+  INT                   xOverFreq;              /**< the SBR crossover frequency */
+  INT                   dynBwEnabled;           /**< indicates if dynamic bandwidth is enabled */
+  INT                   sbrNumChannels;         /**< number of channels (meaning mono or stereo) */
+  INT                   dynXOverFreqEnc;        /**< encoder dynamic crossover frequency */
+};
+
+typedef struct COMMON_DATA *HANDLE_COMMON_DATA;
+
+
+
+#endif
diff --git a/libSBRenc/src/code_env.cpp b/libSBRenc/src/code_env.cpp
new file mode 100644 (file)
index 0000000..e1a28d5
--- /dev/null
@@ -0,0 +1,641 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "code_env.h"
+#include "sbr_rom.h"
+
+/*****************************************************************************
+
+ functionname: FDKsbrEnc_InitSbrHuffmanTables
+ description:  initializes Huffman Tables dependent on chosen amp_res
+ returns:      error handle
+ input:
+ output:
+
+*****************************************************************************/
+INT
+FDKsbrEnc_InitSbrHuffmanTables (HANDLE_SBR_ENV_DATA       sbrEnvData,
+                      HANDLE_SBR_CODE_ENVELOPE  henv,
+                      HANDLE_SBR_CODE_ENVELOPE  hnoise,
+                      AMP_RES                   amp_res)
+{
+  if ( (!henv)  ||  (!hnoise)  || (!sbrEnvData) )
+    return (1); /* not init. */
+
+  sbrEnvData->init_sbr_amp_res = amp_res;
+
+  switch (amp_res) {
+  case  SBR_AMP_RES_3_0:
+    /*envelope data*/
+
+    /*Level/Pan - coding */
+    sbrEnvData->hufftableLevelTimeC   = v_Huff_envelopeLevelC11T;
+    sbrEnvData->hufftableLevelTimeL   = v_Huff_envelopeLevelL11T;
+    sbrEnvData->hufftableBalanceTimeC = bookSbrEnvBalanceC11T;
+    sbrEnvData->hufftableBalanceTimeL = bookSbrEnvBalanceL11T;
+
+    sbrEnvData->hufftableLevelFreqC   = v_Huff_envelopeLevelC11F;
+    sbrEnvData->hufftableLevelFreqL   = v_Huff_envelopeLevelL11F;
+    sbrEnvData->hufftableBalanceFreqC = bookSbrEnvBalanceC11F;
+    sbrEnvData->hufftableBalanceFreqL = bookSbrEnvBalanceL11F;
+
+    /*Right/Left - coding */
+    sbrEnvData->hufftableTimeC        = v_Huff_envelopeLevelC11T;
+    sbrEnvData->hufftableTimeL        = v_Huff_envelopeLevelL11T;
+    sbrEnvData->hufftableFreqC        = v_Huff_envelopeLevelC11F;
+    sbrEnvData->hufftableFreqL        = v_Huff_envelopeLevelL11F;
+
+    sbrEnvData->codeBookScfLavBalance  = CODE_BOOK_SCF_LAV_BALANCE11;
+    sbrEnvData->codeBookScfLav         = CODE_BOOK_SCF_LAV11;
+
+    sbrEnvData->si_sbr_start_env_bits           = SI_SBR_START_ENV_BITS_AMP_RES_3_0;
+    sbrEnvData->si_sbr_start_env_bits_balance   = SI_SBR_START_ENV_BITS_BALANCE_AMP_RES_3_0;
+    break;
+
+  case SBR_AMP_RES_1_5:
+   /*envelope data*/
+
+    /*Level/Pan - coding */
+    sbrEnvData->hufftableLevelTimeC   = v_Huff_envelopeLevelC10T;
+    sbrEnvData->hufftableLevelTimeL   = v_Huff_envelopeLevelL10T;
+    sbrEnvData->hufftableBalanceTimeC = bookSbrEnvBalanceC10T;
+    sbrEnvData->hufftableBalanceTimeL = bookSbrEnvBalanceL10T;
+
+    sbrEnvData->hufftableLevelFreqC   = v_Huff_envelopeLevelC10F;
+    sbrEnvData->hufftableLevelFreqL   = v_Huff_envelopeLevelL10F;
+    sbrEnvData->hufftableBalanceFreqC = bookSbrEnvBalanceC10F;
+    sbrEnvData->hufftableBalanceFreqL = bookSbrEnvBalanceL10F;
+
+    /*Right/Left - coding */
+    sbrEnvData->hufftableTimeC        = v_Huff_envelopeLevelC10T;
+    sbrEnvData->hufftableTimeL        = v_Huff_envelopeLevelL10T;
+    sbrEnvData->hufftableFreqC        = v_Huff_envelopeLevelC10F;
+    sbrEnvData->hufftableFreqL        = v_Huff_envelopeLevelL10F;
+
+    sbrEnvData->codeBookScfLavBalance = CODE_BOOK_SCF_LAV_BALANCE10;
+    sbrEnvData->codeBookScfLav = CODE_BOOK_SCF_LAV10;
+
+    sbrEnvData->si_sbr_start_env_bits           = SI_SBR_START_ENV_BITS_AMP_RES_1_5;
+    sbrEnvData->si_sbr_start_env_bits_balance   = SI_SBR_START_ENV_BITS_BALANCE_AMP_RES_1_5;
+    break;
+
+  default:
+    return (1); /* undefined amp_res mode */
+  }
+
+  /* these are common to both amp_res values */
+  /*Noise data*/
+
+  /*Level/Pan - coding */
+  sbrEnvData->hufftableNoiseLevelTimeC   = v_Huff_NoiseLevelC11T;
+  sbrEnvData->hufftableNoiseLevelTimeL   = v_Huff_NoiseLevelL11T;
+  sbrEnvData->hufftableNoiseBalanceTimeC = bookSbrNoiseBalanceC11T;
+  sbrEnvData->hufftableNoiseBalanceTimeL = bookSbrNoiseBalanceL11T;
+
+  sbrEnvData->hufftableNoiseLevelFreqC   = v_Huff_envelopeLevelC11F;
+  sbrEnvData->hufftableNoiseLevelFreqL   = v_Huff_envelopeLevelL11F;
+  sbrEnvData->hufftableNoiseBalanceFreqC = bookSbrEnvBalanceC11F;
+  sbrEnvData->hufftableNoiseBalanceFreqL = bookSbrEnvBalanceL11F;
+
+
+  /*Right/Left - coding */
+  sbrEnvData->hufftableNoiseTimeC        = v_Huff_NoiseLevelC11T;
+  sbrEnvData->hufftableNoiseTimeL        = v_Huff_NoiseLevelL11T;
+  sbrEnvData->hufftableNoiseFreqC        = v_Huff_envelopeLevelC11F;
+  sbrEnvData->hufftableNoiseFreqL        = v_Huff_envelopeLevelL11F;
+
+  sbrEnvData->si_sbr_start_noise_bits         = SI_SBR_START_NOISE_BITS_AMP_RES_3_0;
+  sbrEnvData->si_sbr_start_noise_bits_balance = SI_SBR_START_NOISE_BITS_BALANCE_AMP_RES_3_0;
+
+
+  /* init envelope tables and codebooks */
+  henv->codeBookScfLavBalanceTime = sbrEnvData->codeBookScfLavBalance;
+  henv->codeBookScfLavBalanceFreq = sbrEnvData->codeBookScfLavBalance;
+  henv->codeBookScfLavLevelTime = sbrEnvData->codeBookScfLav;
+  henv->codeBookScfLavLevelFreq = sbrEnvData->codeBookScfLav;
+  henv->codeBookScfLavTime = sbrEnvData->codeBookScfLav;
+  henv->codeBookScfLavFreq = sbrEnvData->codeBookScfLav;
+
+  henv->hufftableLevelTimeL = sbrEnvData->hufftableLevelTimeL;
+  henv->hufftableBalanceTimeL = sbrEnvData->hufftableBalanceTimeL;
+  henv->hufftableTimeL = sbrEnvData->hufftableTimeL;
+  henv->hufftableLevelFreqL = sbrEnvData->hufftableLevelFreqL;
+  henv->hufftableBalanceFreqL = sbrEnvData->hufftableBalanceFreqL;
+  henv->hufftableFreqL = sbrEnvData->hufftableFreqL;
+
+  henv->codeBookScfLavFreq = sbrEnvData->codeBookScfLav;
+  henv->codeBookScfLavTime = sbrEnvData->codeBookScfLav;
+
+  henv->start_bits = sbrEnvData->si_sbr_start_env_bits;
+  henv->start_bits_balance = sbrEnvData->si_sbr_start_env_bits_balance;
+
+
+  /* init noise tables and codebooks */
+
+  hnoise->codeBookScfLavBalanceTime = CODE_BOOK_SCF_LAV_BALANCE11;
+  hnoise->codeBookScfLavBalanceFreq = CODE_BOOK_SCF_LAV_BALANCE11;
+  hnoise->codeBookScfLavLevelTime = CODE_BOOK_SCF_LAV11;
+  hnoise->codeBookScfLavLevelFreq = CODE_BOOK_SCF_LAV11;
+  hnoise->codeBookScfLavTime = CODE_BOOK_SCF_LAV11;
+  hnoise->codeBookScfLavFreq = CODE_BOOK_SCF_LAV11;
+
+  hnoise->hufftableLevelTimeL = sbrEnvData->hufftableNoiseLevelTimeL;
+  hnoise->hufftableBalanceTimeL = sbrEnvData->hufftableNoiseBalanceTimeL;
+  hnoise->hufftableTimeL = sbrEnvData->hufftableNoiseTimeL;
+  hnoise->hufftableLevelFreqL = sbrEnvData->hufftableNoiseLevelFreqL;
+  hnoise->hufftableBalanceFreqL = sbrEnvData->hufftableNoiseBalanceFreqL;
+  hnoise->hufftableFreqL = sbrEnvData->hufftableNoiseFreqL;
+
+
+  hnoise->start_bits = sbrEnvData->si_sbr_start_noise_bits;
+  hnoise->start_bits_balance = sbrEnvData->si_sbr_start_noise_bits_balance;
+
+  /* No delta coding in time from the previous frame due to 1.5dB FIx-FIX rule */
+  henv->upDate = 0;
+  hnoise->upDate = 0;
+  return  (0);
+}
+
+/*******************************************************************************
+ Functionname:  indexLow2High
+ *******************************************************************************
+
+ Description:   Nice small patch-functions in order to cope with non-factor-2
+                ratios between high-res and low-res
+
+ Arguments:     INT offset, INT index, FREQ_RES res
+
+ Return:        INT
+
+*******************************************************************************/
+static INT indexLow2High(INT offset, INT index, FREQ_RES res)
+{
+
+  if(res == FREQ_RES_LOW)
+  {
+    if (offset >= 0)
+    {
+        if (index < offset)
+          return(index);
+        else
+          return(2*index - offset);
+    }
+    else
+    {
+        offset = -offset;
+        if (index < offset)
+          return(2*index+index);
+        else
+          return(2*index + offset);
+    }
+  }
+  else
+    return(index);
+}
+
+
+
+/*******************************************************************************
+ Functionname:  mapLowResEnergyVal
+ *******************************************************************************
+
+ Description:
+
+ Arguments:     INT currVal,INT* prevData, INT offset, INT index, FREQ_RES res
+
+ Return:        none
+
+*******************************************************************************/
+static void mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res)
+{
+
+  if(res == FREQ_RES_LOW)
+  {
+    if (offset >= 0)
+    {
+        if(index < offset)
+            prevData[index] = currVal;
+        else
+        {
+            prevData[2*index - offset] = currVal;
+            prevData[2*index+1 - offset] = currVal;
+        }
+    }
+    else
+    {
+        offset = -offset;
+        if (index < offset)
+        {
+            prevData[3*index] = currVal;
+            prevData[3*index+1] = currVal;
+            prevData[3*index+2] = currVal;
+        }
+        else
+        {
+            prevData[2*index + offset] = currVal;
+            prevData[2*index + 1 + offset] = currVal;
+        }
+    }
+  }
+  else
+    prevData[index] = currVal;
+}
+
+
+
+/*******************************************************************************
+ Functionname:  computeBits
+ *******************************************************************************
+
+ Description:
+
+ Arguments:     INT delta,
+                INT codeBookScfLavLevel,
+                INT codeBookScfLavBalance,
+                const UCHAR * hufftableLevel,
+                const UCHAR * hufftableBalance, INT coupling, INT channel)
+
+ Return:        INT
+
+*******************************************************************************/
+static INT
+computeBits (SCHAR *delta,
+             INT codeBookScfLavLevel,
+             INT codeBookScfLavBalance,
+             const UCHAR * hufftableLevel,
+             const UCHAR * hufftableBalance, INT coupling, INT channel)
+{
+  INT index;
+  INT delta_bits = 0;
+
+  if (coupling) {
+    if (channel == 1)
+      {
+        if (*delta < 0)
+          index = fixMax(*delta, -codeBookScfLavBalance);
+        else
+          index = fixMin(*delta,  codeBookScfLavBalance);
+
+        if (index != *delta) {
+          *delta = index;
+          return (10000);
+        }
+
+        delta_bits = hufftableBalance[index + codeBookScfLavBalance];
+      }
+    else {
+      if (*delta < 0)
+        index = fixMax(*delta, -codeBookScfLavLevel);
+      else
+        index = fixMin(*delta,  codeBookScfLavLevel);
+
+      if (index != *delta) {
+        *delta = index;
+        return (10000);
+      }
+      delta_bits = hufftableLevel[index + codeBookScfLavLevel];
+    }
+  }
+  else {
+    if (*delta < 0)
+      index = fixMax(*delta, -codeBookScfLavLevel);
+    else
+      index = fixMin(*delta,  codeBookScfLavLevel);
+
+    if (index != *delta) {
+      *delta = index;
+      return (10000);
+    }
+    delta_bits = hufftableLevel[index + codeBookScfLavLevel];
+  }
+
+  return (delta_bits);
+}
+
+
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_codeEnvelope
+ *******************************************************************************
+
+ Description:
+
+ Arguments:     INT *sfb_nrg,
+                const FREQ_RES *freq_res,
+                SBR_CODE_ENVELOPE * h_sbrCodeEnvelope,
+                INT *directionVec, INT scalable, INT nEnvelopes, INT channel,
+                INT headerActive)
+
+ Return:        none
+                h_sbrCodeEnvelope->sfb_nrg_prev is modified !
+                sfb_nrg is modified
+                h_sbrCodeEnvelope->update is modfied !
+                *directionVec is modified
+
+*******************************************************************************/
+void
+FDKsbrEnc_codeEnvelope(SCHAR             *sfb_nrg,
+                       const FREQ_RES    *freq_res,
+                       SBR_CODE_ENVELOPE *h_sbrCodeEnvelope,
+                       INT               *directionVec,
+                       INT                coupling,
+                       INT                nEnvelopes,
+                       INT                channel,
+                       INT                headerActive)
+{
+  INT i, no_of_bands, band;
+  FIXP_DBL tmp1,tmp2,tmp3,dF_edge_1stEnv;
+  SCHAR *ptr_nrg;
+
+  INT codeBookScfLavLevelTime;
+  INT codeBookScfLavLevelFreq;
+  INT codeBookScfLavBalanceTime;
+  INT codeBookScfLavBalanceFreq;
+  const UCHAR *hufftableLevelTimeL;
+  const UCHAR *hufftableBalanceTimeL;
+  const UCHAR *hufftableLevelFreqL;
+  const UCHAR *hufftableBalanceFreqL;
+
+  INT offset = h_sbrCodeEnvelope->offset;
+  INT envDataTableCompFactor;
+
+  INT delta_F_bits = 0, delta_T_bits = 0;
+  INT use_dT;
+
+  SCHAR delta_F[MAX_FREQ_COEFFS];
+  SCHAR delta_T[MAX_FREQ_COEFFS];
+  SCHAR last_nrg, curr_nrg;
+
+  tmp1 = FL2FXCONST_DBL(0.5f) >> (DFRACT_BITS-16-1);
+  tmp2 = h_sbrCodeEnvelope->dF_edge_1stEnv >> (DFRACT_BITS-16);
+  tmp3 = (FIXP_DBL)(((INT)(LONG)h_sbrCodeEnvelope->dF_edge_incr*h_sbrCodeEnvelope->dF_edge_incr_fac) >> (DFRACT_BITS-16));
+
+  dF_edge_1stEnv = tmp1 + tmp2 + tmp3;
+
+  if (coupling) {
+    codeBookScfLavLevelTime = h_sbrCodeEnvelope->codeBookScfLavLevelTime;
+    codeBookScfLavLevelFreq = h_sbrCodeEnvelope->codeBookScfLavLevelFreq;
+    codeBookScfLavBalanceTime = h_sbrCodeEnvelope->codeBookScfLavBalanceTime;
+    codeBookScfLavBalanceFreq = h_sbrCodeEnvelope->codeBookScfLavBalanceFreq;
+    hufftableLevelTimeL = h_sbrCodeEnvelope->hufftableLevelTimeL;
+    hufftableBalanceTimeL = h_sbrCodeEnvelope->hufftableBalanceTimeL;
+    hufftableLevelFreqL = h_sbrCodeEnvelope->hufftableLevelFreqL;
+    hufftableBalanceFreqL = h_sbrCodeEnvelope->hufftableBalanceFreqL;
+  }
+  else {
+    codeBookScfLavLevelTime = h_sbrCodeEnvelope->codeBookScfLavTime;
+    codeBookScfLavLevelFreq = h_sbrCodeEnvelope->codeBookScfLavFreq;
+    codeBookScfLavBalanceTime = h_sbrCodeEnvelope->codeBookScfLavTime;
+    codeBookScfLavBalanceFreq = h_sbrCodeEnvelope->codeBookScfLavFreq;
+    hufftableLevelTimeL = h_sbrCodeEnvelope->hufftableTimeL;
+    hufftableBalanceTimeL = h_sbrCodeEnvelope->hufftableTimeL;
+    hufftableLevelFreqL = h_sbrCodeEnvelope->hufftableFreqL;
+    hufftableBalanceFreqL = h_sbrCodeEnvelope->hufftableFreqL;
+  }
+
+  if(coupling == 1 && channel == 1)
+    envDataTableCompFactor = 1;       /*should be one when the new huffman-tables are ready*/
+  else
+    envDataTableCompFactor = 0;
+
+
+  if (h_sbrCodeEnvelope->deltaTAcrossFrames == 0)
+    h_sbrCodeEnvelope->upDate = 0;
+
+  /* no delta coding in time in case of a header */
+  if (headerActive)
+    h_sbrCodeEnvelope->upDate = 0;
+
+
+  for (i = 0; i < nEnvelopes; i++)
+  {
+    if (freq_res[i] == FREQ_RES_HIGH)
+      no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
+    else
+      no_of_bands = h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW];
+
+
+    ptr_nrg = sfb_nrg;
+    curr_nrg = *ptr_nrg;
+
+    delta_F[0] = curr_nrg >> envDataTableCompFactor;
+
+    if (coupling && channel == 1)
+      delta_F_bits = h_sbrCodeEnvelope->start_bits_balance;
+    else
+      delta_F_bits = h_sbrCodeEnvelope->start_bits;
+
+
+    if(h_sbrCodeEnvelope->upDate != 0)
+    {
+      delta_T[0] = (curr_nrg - h_sbrCodeEnvelope->sfb_nrg_prev[0]) >> envDataTableCompFactor;
+
+      delta_T_bits = computeBits (&delta_T[0],
+                                  codeBookScfLavLevelTime,
+                                  codeBookScfLavBalanceTime,
+                                  hufftableLevelTimeL,
+                                  hufftableBalanceTimeL, coupling, channel);
+    }
+
+
+    mapLowResEnergyVal(curr_nrg, h_sbrCodeEnvelope->sfb_nrg_prev, offset, 0, freq_res[i]);
+
+    /* ensure that nrg difference is not higher than codeBookScfLavXXXFreq */
+    if ( coupling && channel == 1 ) {
+      for (band = no_of_bands - 1; band > 0; band--) {
+        if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
+          ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
+        }
+      }
+      for (band = 1; band < no_of_bands; band++) {
+        if ( ptr_nrg[band-1] - ptr_nrg[band] > codeBookScfLavBalanceFreq ) {
+          ptr_nrg[band] = ptr_nrg[band-1] - codeBookScfLavBalanceFreq;
+        }
+      }
+    }
+    else {
+      for (band = no_of_bands - 1; band > 0; band--) {
+        if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavLevelFreq ) {
+          ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavLevelFreq;
+        }
+      }
+      for (band = 1; band < no_of_bands; band++) {
+        if ( ptr_nrg[band-1] - ptr_nrg[band] > codeBookScfLavLevelFreq ) {
+          ptr_nrg[band] = ptr_nrg[band-1] - codeBookScfLavLevelFreq;
+        }
+      }
+    }
+
+
+    /* Coding loop*/
+    for (band = 1; band < no_of_bands; band++)
+    {
+      last_nrg = (*ptr_nrg);
+      ptr_nrg++;
+      curr_nrg = (*ptr_nrg);
+
+      delta_F[band] = (curr_nrg - last_nrg) >> envDataTableCompFactor;
+
+      delta_F_bits += computeBits (&delta_F[band],
+                                   codeBookScfLavLevelFreq,
+                                   codeBookScfLavBalanceFreq,
+                                   hufftableLevelFreqL,
+                                   hufftableBalanceFreqL, coupling, channel);
+
+      if(h_sbrCodeEnvelope->upDate != 0)
+      {
+        delta_T[band] = curr_nrg - h_sbrCodeEnvelope->sfb_nrg_prev[indexLow2High(offset, band, freq_res[i])];
+        delta_T[band] = delta_T[band] >> envDataTableCompFactor;
+      }
+
+      mapLowResEnergyVal(curr_nrg, h_sbrCodeEnvelope->sfb_nrg_prev, offset, band, freq_res[i]);
+
+      if(h_sbrCodeEnvelope->upDate != 0)
+      {
+        delta_T_bits += computeBits (&delta_T[band],
+                                     codeBookScfLavLevelTime,
+                                     codeBookScfLavBalanceTime,
+                                     hufftableLevelTimeL,
+                                     hufftableBalanceTimeL, coupling, channel);
+      }
+    }
+
+    /* Replace sfb_nrg with deltacoded samples and set flag */
+    if (i == 0) {
+      INT tmp_bits;
+      tmp_bits = (((delta_T_bits * dF_edge_1stEnv) >> (DFRACT_BITS-18)) + (FIXP_DBL)1) >> 1;
+      use_dT = (h_sbrCodeEnvelope->upDate != 0 && (delta_F_bits > tmp_bits));
+    }
+    else
+      use_dT = (delta_T_bits < delta_F_bits && h_sbrCodeEnvelope->upDate != 0);
+
+    if (use_dT)
+    {
+      directionVec[i] = TIME;
+      FDKmemcpy (sfb_nrg, delta_T, no_of_bands * sizeof (SCHAR));
+    }
+    else {
+      h_sbrCodeEnvelope->upDate = 0;
+      directionVec[i] = FREQ;
+      FDKmemcpy (sfb_nrg, delta_F, no_of_bands * sizeof (SCHAR));
+    }
+    sfb_nrg += no_of_bands;
+    h_sbrCodeEnvelope->upDate = 1;
+  }
+
+}
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_InitSbrCodeEnvelope
+ *******************************************************************************
+
+ Description:
+
+ Arguments:
+
+ Return:
+
+*******************************************************************************/
+INT
+FDKsbrEnc_InitSbrCodeEnvelope (HANDLE_SBR_CODE_ENVELOPE  h_sbrCodeEnvelope,
+                       INT *nSfb,
+                       INT deltaTAcrossFrames,
+                       FIXP_DBL dF_edge_1stEnv,
+                       FIXP_DBL dF_edge_incr)
+{
+
+  FDKmemclear(h_sbrCodeEnvelope,sizeof(SBR_CODE_ENVELOPE));
+
+  h_sbrCodeEnvelope->deltaTAcrossFrames = deltaTAcrossFrames;
+  h_sbrCodeEnvelope->dF_edge_1stEnv = dF_edge_1stEnv;
+  h_sbrCodeEnvelope->dF_edge_incr = dF_edge_incr;
+  h_sbrCodeEnvelope->dF_edge_incr_fac = 0;
+  h_sbrCodeEnvelope->upDate = 0;
+  h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW] = nSfb[FREQ_RES_LOW];
+  h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH] = nSfb[FREQ_RES_HIGH];
+  h_sbrCodeEnvelope->offset = 2*h_sbrCodeEnvelope->nSfb[FREQ_RES_LOW] - h_sbrCodeEnvelope->nSfb[FREQ_RES_HIGH];
+
+  return (0);
+}
diff --git a/libSBRenc/src/code_env.h b/libSBRenc/src/code_env.h
new file mode 100644 (file)
index 0000000..50a365e
--- /dev/null
@@ -0,0 +1,153 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  DPCM Envelope coding  
+*/
+
+#ifndef __CODE_ENV_H
+#define __CODE_ENV_H
+
+#include "sbr_def.h"
+#include "bit_sbr.h"
+#include "fram_gen.h"
+
+typedef struct
+{
+  INT offset;
+  INT upDate;
+  INT nSfb[2];
+  SCHAR sfb_nrg_prev[MAX_FREQ_COEFFS];
+  INT deltaTAcrossFrames;
+  FIXP_DBL dF_edge_1stEnv;
+  FIXP_DBL dF_edge_incr;
+  INT dF_edge_incr_fac;
+
+
+  INT codeBookScfLavTime;
+  INT codeBookScfLavFreq;
+
+  INT codeBookScfLavLevelTime;
+  INT codeBookScfLavLevelFreq;
+  INT codeBookScfLavBalanceTime;
+  INT codeBookScfLavBalanceFreq;
+
+  INT start_bits;
+  INT start_bits_balance;
+
+
+  const UCHAR *hufftableTimeL;
+  const UCHAR *hufftableFreqL;
+
+  const UCHAR *hufftableLevelTimeL;
+  const UCHAR *hufftableBalanceTimeL;
+  const UCHAR *hufftableLevelFreqL;
+  const UCHAR *hufftableBalanceFreqL;
+}
+SBR_CODE_ENVELOPE;
+typedef SBR_CODE_ENVELOPE *HANDLE_SBR_CODE_ENVELOPE;
+
+
+
+void
+FDKsbrEnc_codeEnvelope (SCHAR *sfb_nrg,
+              const FREQ_RES *freq_res,
+              SBR_CODE_ENVELOPE * h_sbrCodeEnvelope,
+              INT *directionVec, INT coupling, INT nEnvelopes, INT channel,
+              INT headerActive);
+
+INT
+FDKsbrEnc_InitSbrCodeEnvelope (HANDLE_SBR_CODE_ENVELOPE h_sbrCodeEnvelope,
+                       INT *nSfb,
+                       INT deltaTAcrossFrames,
+                       FIXP_DBL dF_edge_1stEnv,
+                       FIXP_DBL dF_edge_incr);
+
+INT
+FDKsbrEnc_InitSbrHuffmanTables (struct SBR_ENV_DATA*      sbrEnvData,
+                      HANDLE_SBR_CODE_ENVELOPE  henv,
+                      HANDLE_SBR_CODE_ENVELOPE  hnoise,
+                      AMP_RES                   amp_res);
+
+#endif
diff --git a/libSBRenc/src/env_bit.cpp b/libSBRenc/src/env_bit.cpp
new file mode 100644 (file)
index 0000000..ea31183
--- /dev/null
@@ -0,0 +1,250 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Remaining SBR Bit Writing Routines
+*/
+
+#include "env_bit.h"
+#include "cmondata.h"
+
+
+#ifndef min
+#define min(a,b) ( a < b ? a:b)
+#endif
+
+#ifndef max
+#define max(a,b) ( a > b ? a:b)
+#endif
+
+/* ***************************** crcAdvance **********************************/
+/**
+ * @fn
+ * @brief    updates crc data register
+ * @return   none
+ *
+ * This function updates the crc register
+ *
+ */
+static void crcAdvance(USHORT crcPoly,
+                       USHORT crcMask,
+                       USHORT *crc,
+                       ULONG   bValue,
+                       INT     bBits
+                      )
+{
+  INT i;
+  USHORT flag;
+
+  for (i=bBits-1; i>=0; i--) {
+    flag = ((*crc) & crcMask) ? (1) : (0) ;
+    flag ^= (bValue & (1<<i)) ? (1) : (0) ;
+
+    (*crc)<<=1;
+    if(flag) (*crc) ^= crcPoly;
+  }
+}
+
+
+/* ***************************** FDKsbrEnc_InitSbrBitstream **********************************/
+/**
+ * @fn
+ * @brief    Inittialisation of sbr bitstream, write of dummy header and CRC
+ * @return   none
+ *
+ *
+ *
+ */
+
+INT  FDKsbrEnc_InitSbrBitstream(HANDLE_COMMON_DATA  hCmonData,
+                                UCHAR              *memoryBase,      /*!< Pointer to bitstream buffer */
+                                INT                 memorySize,      /*!< Length of bitstream buffer in bytes */
+                                HANDLE_FDK_CRCINFO  hCrcInfo,
+                                UINT                sbrSyntaxFlags)  /*!< SBR syntax flags */
+{
+  INT crcRegion = 0;
+
+  /* reset bit buffer */
+  FDKresetBitbuffer(&hCmonData->sbrBitbuf, BS_WRITER);
+
+  FDKinitBitStream(&hCmonData->tmpWriteBitbuf, memoryBase,
+                   memorySize, 0, BS_WRITER);
+
+  if (sbrSyntaxFlags & SBR_SYNTAX_CRC) {
+    if (sbrSyntaxFlags & SBR_SYNTAX_DRM_CRC)
+    { /* Init and start CRC region */
+      FDKwriteBits (&hCmonData->sbrBitbuf, 0x0, SI_SBR_DRM_CRC_BITS);
+      FDKcrcInit( hCrcInfo, 0x001d, 0xFFFF, SI_SBR_DRM_CRC_BITS );
+      crcRegion = FDKcrcStartReg( hCrcInfo, &hCmonData->sbrBitbuf, 0 );
+    } else {
+      FDKwriteBits (&hCmonData->sbrBitbuf, 0x0, SI_SBR_CRC_BITS);
+    }
+  }
+
+  return (crcRegion);
+}
+
+
+/* ************************** FDKsbrEnc_AssembleSbrBitstream *******************************/
+/**
+ * @fn
+ * @brief    Formats the SBR payload
+ * @return   nothing
+ *
+ * Also the CRC will be calculated here.
+ *
+ */
+
+void
+FDKsbrEnc_AssembleSbrBitstream( HANDLE_COMMON_DATA  hCmonData,
+                                HANDLE_FDK_CRCINFO  hCrcInfo,
+                                INT                 crcRegion,
+                                UINT                sbrSyntaxFlags)
+{
+  USHORT crcReg =  SBR_CRCINIT;
+  INT numCrcBits,i;
+
+  /* check if SBR is present */
+  if ( hCmonData==NULL )
+    return;
+
+  hCmonData->sbrFillBits = 0; /* Fill bits are written only for GA streams */
+
+  if ( sbrSyntaxFlags & SBR_SYNTAX_DRM_CRC )
+  {
+    /*
+     * Calculate and write DRM CRC
+     */
+    FDKcrcEndReg( hCrcInfo, &hCmonData->sbrBitbuf, crcRegion );
+    FDKwriteBits( &hCmonData->tmpWriteBitbuf, FDKcrcGetCRC(hCrcInfo)^0xFF, SI_SBR_DRM_CRC_BITS );
+  }
+  else
+  {
+    if ( !(sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) )
+    {
+      /* Do alignment here, because its defined as part of the sbr_extension_data */
+      int sbrLoad = hCmonData->sbrHdrBits + hCmonData->sbrDataBits;
+
+      if ( sbrSyntaxFlags & SBR_SYNTAX_CRC ) {
+        sbrLoad += SI_SBR_CRC_BITS;
+      }
+
+      sbrLoad += 4;         /* Do byte Align with 4 bit offset. ISO/IEC 14496-3:2005(E) page 39. */
+
+      hCmonData->sbrFillBits = (8 - (sbrLoad % 8)) % 8;
+
+      /*
+        append fill bits
+      */
+      FDKwriteBits(&hCmonData->sbrBitbuf, 0,  hCmonData->sbrFillBits );
+
+      FDK_ASSERT(FDKgetValidBits(&hCmonData->sbrBitbuf) % 8 == 4);
+    }
+
+    /*
+      calculate crc
+    */
+    if ( sbrSyntaxFlags & SBR_SYNTAX_CRC ) {
+      FDK_BITSTREAM  tmpCRCBuf = hCmonData->sbrBitbuf;
+      FDKresetBitbuffer( &tmpCRCBuf, BS_READER );
+
+      numCrcBits = hCmonData->sbrHdrBits + hCmonData->sbrDataBits + hCmonData->sbrFillBits;
+
+      for(i=0;i<numCrcBits;i++){
+        INT bit;
+        bit = FDKreadBits(&tmpCRCBuf,1);
+        crcAdvance(SBR_CRC_POLY,SBR_CRC_MASK,&crcReg,bit,1);
+      }
+      crcReg &= (SBR_CRC_RANGE);
+
+      /*
+       * Write CRC data.
+       */
+      FDKwriteBits (&hCmonData->tmpWriteBitbuf, crcReg, SI_SBR_CRC_BITS);
+    }
+  }
+
+  FDKsyncCache(&hCmonData->tmpWriteBitbuf);
+}
+
diff --git a/libSBRenc/src/env_bit.h b/libSBRenc/src/env_bit.h
new file mode 100644 (file)
index 0000000..038a32a
--- /dev/null
@@ -0,0 +1,126 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Remaining SBR Bit Writing Routines
+*/
+
+#ifndef BIT_ENV_H
+#define BIT_ENV_H
+
+#include "sbr_encoder.h"
+#include "FDK_crc.h"
+
+/* G(x) = x^10 + x^9 + x^5 + x^4 + x + 1 */
+#define SBR_CRC_POLY     (0x0233)
+#define SBR_CRC_MASK     (0x0200)
+#define SBR_CRC_RANGE    (0x03FF)
+#define SBR_CRC_MAXREGS     1
+#define SBR_CRCINIT      (0x0)
+
+
+#define SI_SBR_CRC_ENABLE_BITS                  0
+#define SI_SBR_CRC_BITS                        10
+#define SI_SBR_DRM_CRC_BITS                     8
+
+
+struct COMMON_DATA;
+
+INT FDKsbrEnc_InitSbrBitstream(struct COMMON_DATA  *hCmonData,
+                               UCHAR               *memoryBase,
+                               INT                  memorySize,
+                               HANDLE_FDK_CRCINFO   hCrcInfo,
+                               UINT                 sbrSyntaxFlags);
+
+void
+FDKsbrEnc_AssembleSbrBitstream (struct COMMON_DATA  *hCmonData,
+                                HANDLE_FDK_CRCINFO   hCrcInfo,
+                                INT                  crcReg,
+                                UINT                 sbrSyntaxFlags);
+
+
+
+
+
+#endif /* #ifndef BIT_ENV_H */
diff --git a/libSBRenc/src/env_est.cpp b/libSBRenc/src/env_est.cpp
new file mode 100644 (file)
index 0000000..929f229
--- /dev/null
@@ -0,0 +1,1869 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "env_est.h"
+#include "tran_det.h"
+
+#include "qmf.h"
+
+#include "fram_gen.h"
+#include "bit_sbr.h"
+#include "cmondata.h"
+#include "sbr_ram.h"
+
+
+#include "genericStds.h"
+
+#define QUANT_ERROR_THRES 200
+#define Y_NRG_SCALE 5 /* noCols = 32 -> shift(5) */
+
+
+static const UCHAR panTable[2][10] = { { 0, 2, 4, 6, 8,12,16,20,24},
+                                       { 0, 2, 4, 8,12, 0, 0, 0, 0 } };
+static const UCHAR maxIndex[2] = {9, 5};
+
+
+/***************************************************************************/
+/*!
+
+  \brief      Calculates energy form real and imaginary part of
+              the QMF subsamples
+
+  \return     none
+
+****************************************************************************/
+LNK_SECTION_CODE_L1
+static void
+FDKsbrEnc_getEnergyFromCplxQmfData(FIXP_DBL **RESTRICT energyValues,/*!< the result of the operation */
+                                   FIXP_DBL **RESTRICT realValues,  /*!< the real part of the QMF subsamples */
+                                   FIXP_DBL **RESTRICT imagValues,  /*!< the imaginary part of the QMF subsamples */
+                                   INT   numberBands,               /*!< number of QMF bands */
+                                   INT   numberCols,                /*!< number of QMF subsamples */
+                                   INT   *qmfScale,                 /*!< sclefactor of QMF subsamples */
+                                   INT   *energyScale)              /*!< scalefactor of energies */
+{
+  int j, k;
+  int scale;
+  FIXP_DBL max_val = FL2FXCONST_DBL(0.0f);
+
+  /* Get Scratch buffer */
+  C_ALLOC_SCRATCH_START(tmpNrg, FIXP_DBL, QMF_CHANNELS*QMF_MAX_TIME_SLOTS/2);
+
+  /* Get max possible scaling of QMF data */
+  scale = DFRACT_BITS;
+  for (k=0; k<numberCols; k++) {
+    scale = fixMin(scale, fixMin(getScalefactor(realValues[k], numberBands), getScalefactor(imagValues[k], numberBands)));
+  }
+
+  /* Tweak scaling stability for zero signal to non-zero signal transitions */
+  if (scale >= DFRACT_BITS-1) {
+    scale = (FRACT_BITS-1-*qmfScale);
+  }
+  /* prevent scaling of QFM values to -1.f */
+  scale = fixMax(0,scale-1);
+
+  /* Update QMF scale */
+  *qmfScale += scale;
+
+  /*
+     Calculate energy of each time slot pair, max energy
+     and shift QMF values as far as possible to the left.
+   */
+  {
+    FIXP_DBL *nrgValues = tmpNrg;
+    for (k=0; k<numberCols; k+=2)
+    {
+      /* Load band vector addresses of 2 consecutive timeslots */
+      FIXP_DBL *RESTRICT r0 = realValues[k];
+      FIXP_DBL *RESTRICT i0 = imagValues[k];
+      FIXP_DBL *RESTRICT r1 = realValues[k+1];
+      FIXP_DBL *RESTRICT i1 = imagValues[k+1];
+      for (j=0; j<numberBands; j++)
+      {
+        FIXP_DBL  energy;
+        FIXP_DBL  tr0,tr1,ti0,ti1;
+
+        /* Read QMF values of 2 timeslots */
+        tr0 = r0[j]; tr1 = r1[j]; ti0 = i0[j]; ti1 = i1[j];
+
+        /* Scale QMF Values and Calc Energy of both timeslots */
+        tr0 <<= scale;
+        ti0 <<= scale;
+        energy = fPow2AddDiv2(fPow2Div2(tr0), ti0) >> 1;
+
+        tr1 <<= scale;
+        ti1 <<= scale;
+        energy += fPow2AddDiv2(fPow2Div2(tr1), ti1) >> 1;
+
+        /* Write timeslot pair energy to scratch */
+        *nrgValues++ = energy;
+        max_val = fixMax(max_val, energy);
+
+        /* Write back scaled QMF values */
+        r0[j] = tr0; r1[j] = tr1; i0[j] = ti0; i1[j] = ti1;
+      }
+    }
+  }
+  /* energyScale: scalefactor energies of current frame */
+  *energyScale = 2*(*qmfScale)-1;       /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
+
+  /* Scale timeslot pair energies and write to output buffer */
+  scale = CountLeadingBits(max_val);
+  {
+       FIXP_DBL *nrgValues = tmpNrg;
+    for (k=0; k<numberCols>>1; k++) {
+      scaleValues(energyValues[k], nrgValues, numberBands, scale);
+      nrgValues += numberBands;
+    }
+    *energyScale += scale;
+  }
+
+  /* Free Scratch buffer */
+  C_ALLOC_SCRATCH_END(tmpNrg, FIXP_DBL, QMF_CHANNELS*QMF_MAX_TIME_SLOTS/2);
+}
+
+LNK_SECTION_CODE_L1
+static void
+FDKsbrEnc_getEnergyFromCplxQmfDataFull(FIXP_DBL **RESTRICT energyValues,/*!< the result of the operation */
+                                       FIXP_DBL **RESTRICT realValues,  /*!< the real part of the QMF subsamples */
+                                       FIXP_DBL **RESTRICT imagValues,  /*!< the imaginary part of the QMF subsamples */
+                                       int   numberBands,               /*!< number of QMF bands */
+                                       int   numberCols,                /*!< number of QMF subsamples */
+                                       int   *qmfScale,                 /*!< sclefactor of QMF subsamples */
+                                       int   *energyScale)              /*!< scalefactor of energies */
+{
+  int j, k;
+  int scale;
+  FIXP_DBL max_val = FL2FXCONST_DBL(0.0f);
+
+  /* Get Scratch buffer */
+  C_ALLOC_SCRATCH_START(tmpNrg, FIXP_DBL, QMF_MAX_TIME_SLOTS*QMF_CHANNELS/2);
+
+  FDK_ASSERT(numberBands <= QMF_CHANNELS);
+  FDK_ASSERT(numberCols <= QMF_MAX_TIME_SLOTS/2);
+
+  /* Get max possible scaling of QMF data */
+  scale = DFRACT_BITS;
+  for (k=0; k<numberCols; k++) {
+    scale = fixMin(scale, fixMin(getScalefactor(realValues[k], numberBands), getScalefactor(imagValues[k], numberBands)));
+  }
+
+  /* Tweak scaling stability for zero signal to non-zero signal transitions */
+  if (scale >= DFRACT_BITS-1) {
+    scale = (FRACT_BITS-1-*qmfScale);
+  }
+  /* prevent scaling of QFM values to -1.f */
+  scale = fixMax(0,scale-1);
+
+  /* Update QMF scale */
+  *qmfScale += scale;
+
+  /*
+     Calculate energy of each time slot pair, max energy
+     and shift QMF values as far as possible to the left.
+   */
+  {
+    FIXP_DBL *nrgValues = tmpNrg;
+    for (k=0; k<numberCols; k++)
+    {
+      /* Load band vector addresses of 2 consecutive timeslots */
+      FIXP_DBL *RESTRICT r0 = realValues[k];
+      FIXP_DBL *RESTRICT i0 = imagValues[k];
+      for (j=0; j<numberBands; j++)
+      {
+        FIXP_DBL  energy;
+        FIXP_DBL  tr0,ti0;
+
+        /* Read QMF values of 2 timeslots */
+        tr0 = r0[j]; ti0 = i0[j];
+
+        /* Scale QMF Values and Calc Energy of both timeslots */
+        tr0 <<= scale;
+        ti0 <<= scale;
+        energy = fPow2AddDiv2(fPow2Div2(tr0), ti0);
+        *nrgValues++ = energy;
+
+        max_val = fixMax(max_val, energy);
+
+        /* Write back scaled QMF values */
+        r0[j] = tr0; i0[j] = ti0;
+      }
+    }
+  }
+  /* energyScale: scalefactor energies of current frame */
+  *energyScale = 2*(*qmfScale)-1;       /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
+
+  /* Scale timeslot pair energies and write to output buffer */
+  scale = CountLeadingBits(max_val);
+  {
+       FIXP_DBL *nrgValues = tmpNrg;
+    for (k=0; k<numberCols; k++) {
+      scaleValues(energyValues[k], nrgValues, numberBands, scale);
+      nrgValues += numberBands;
+    }
+    *energyScale += scale;
+  }
+
+  /* Free Scratch buffer */
+  C_ALLOC_SCRATCH_END(tmpNrg, FIXP_DBL, QMF_MAX_TIME_SLOTS*QMF_CHANNELS/2);
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Quantisation of the panorama value (balance)
+
+  \return the quantized pan value
+
+****************************************************************************/
+static INT
+mapPanorama(INT nrgVal,     /*! integer value of the energy */
+            INT ampRes,     /*! amplitude resolution [1.5/3dB] */
+            INT *quantError /*! quantization error of energy val*/
+           )
+{
+  int i;
+  INT min_val, val;
+  UCHAR panIndex;
+  INT sign;
+
+  sign = nrgVal > 0 ? 1 : -1;
+
+  nrgVal *= sign;
+
+  min_val = FDK_INT_MAX;
+  panIndex = 0;
+  for (i = 0; i < maxIndex[ampRes]; i++) {
+    val = fixp_abs ((nrgVal - (INT)panTable[ampRes][i]));
+
+    if (val < min_val) {
+      min_val = val;
+      panIndex = i;
+    }
+  }
+
+  *quantError=min_val;
+
+  return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
+}
+
+
+/***************************************************************************/
+/*!
+
+  \brief  Quantisation of the noise floor levels
+
+  \return void
+
+****************************************************************************/
+static void
+sbrNoiseFloorLevelsQuantisation(SCHAR    *RESTRICT iNoiseLevels, /*! quantized noise levels */
+                                FIXP_DBL *RESTRICT NoiseLevels,  /*! the noise levels  */
+                                INT       coupling               /*! the coupling flag */
+                               )
+{
+  INT i;
+  INT tmp, dummy;
+
+  /* Quantisation, similar to sfb quant... */
+  for (i = 0; i < MAX_NUM_NOISE_VALUES; i++) {
+    /* tmp = NoiseLevels[i] > (PFLOAT)30.0f ? 30: (INT) (NoiseLevels[i] + (PFLOAT)0.5); */
+    /* 30>>6 = 0.46875 */
+    if ((FIXP_DBL)NoiseLevels[i] > FL2FXCONST_DBL(0.46875f)) {
+      tmp = 30;
+    }
+    else {
+      /* tmp = (INT)((FIXP_DBL)NoiseLevels[i] + (FL2FXCONST_DBL(0.5f)>>(*/ /* FRACT_BITS+ */ /* 6-1)));*/
+      /* tmp = tmp >> (DFRACT_BITS-1-6); */ /* conversion to integer happens here */
+      /* rounding is done by shifting one bit less than necessary to the right, adding '1' and then shifting the final bit */
+      tmp = ((((INT)NoiseLevels[i])>>(DFRACT_BITS-1-LD_DATA_SHIFT)) ); /* conversion to integer */
+                        if (tmp != 0)
+                          tmp += 1;
+    }
+
+    if (coupling) {
+      tmp = tmp < -30 ? -30 : tmp;
+      tmp = mapPanorama (tmp,1,&dummy);
+    }
+    iNoiseLevels[i] = tmp;
+  }
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Calculation of noise floor for coupling
+
+  \return void
+
+****************************************************************************/
+static void
+coupleNoiseFloor(FIXP_DBL *RESTRICT noise_level_left, /*! noise level left  (modified)*/
+                 FIXP_DBL *RESTRICT noise_level_right /*! noise level right (modified)*/
+                )
+{
+  FIXP_DBL cmpValLeft,cmpValRight;
+  INT i;
+  FIXP_DBL temp1,temp2;
+
+  for (i = 0; i < MAX_NUM_NOISE_VALUES; i++) {
+
+    /* Calculation of the power function using ld64:
+       z  = x^y;
+       z' = CalcLd64(z) = y*CalcLd64(x)/64;
+       z  = CalcInvLd64(z');
+    */
+    cmpValLeft  = NOISE_FLOOR_OFFSET_64 - noise_level_left[i];
+    cmpValRight = NOISE_FLOOR_OFFSET_64 - noise_level_right[i];
+
+    if (cmpValRight < FL2FXCONST_DBL(0.0f)) {
+      temp1 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_right[i]);
+    }
+    else {
+      temp1 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_right[i]);
+      temp1 = temp1 << (DFRACT_BITS-1-LD_DATA_SHIFT-1);  /* INT to fract conversion of result, if input of CalcInvLdData is positiv */
+    }
+
+    if (cmpValLeft < FL2FXCONST_DBL(0.0f)) {
+      temp2 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_left[i]);
+    }
+    else {
+      temp2 = CalcInvLdData(NOISE_FLOOR_OFFSET_64 - noise_level_left[i]);
+      temp2 = temp2 << (DFRACT_BITS-1-LD_DATA_SHIFT-1);  /* INT to fract conversion of result, if input of CalcInvLdData is positiv */
+    }
+
+
+    if ((cmpValLeft < FL2FXCONST_DBL(0.0f)) && (cmpValRight < FL2FXCONST_DBL(0.0f))) {
+      noise_level_left[i]  = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>1) + (temp2>>1)))); /* no scaling needed! both values are dfract */
+      noise_level_right[i] = CalcLdData(temp2) - CalcLdData(temp1);
+    }
+
+    if ((cmpValLeft >= FL2FXCONST_DBL(0.0f)) && (cmpValRight >= FL2FXCONST_DBL(0.0f))) {
+      noise_level_left[i]  = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>1) + (temp2>>1))) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 */
+      noise_level_right[i] = CalcLdData(temp2) - CalcLdData(temp1);
+    }
+
+    if ((cmpValLeft >= FL2FXCONST_DBL(0.0f)) && (cmpValRight < FL2FXCONST_DBL(0.0f))) {
+      noise_level_left[i]  = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>(7+1)) + (temp2>>1))) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 */
+      noise_level_right[i] = (CalcLdData(temp2) + FL2FXCONST_DBL(0.109375f)) - CalcLdData(temp1);
+    }
+
+    if ((cmpValLeft < FL2FXCONST_DBL(0.0f)) && (cmpValRight >= FL2FXCONST_DBL(0.0f))) {
+      noise_level_left[i]  = NOISE_FLOOR_OFFSET_64 - (CalcLdData(((temp1>>1) + (temp2>>(7+1)))) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 */
+      noise_level_right[i] = CalcLdData(temp2) - (CalcLdData(temp1) + FL2FXCONST_DBL(0.109375f)); /* scaled with 7/64 */
+    }
+  }
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Calculation of energy starting in lower band (li) up to upper band (ui)
+          over slots (start_pos) to (stop_pos)
+
+  \return void
+
+****************************************************************************/
+static FIXP_DBL
+getEnvSfbEnergy(INT li,              /*! lower band */
+                INT ui,              /*! upper band */
+                INT start_pos,       /*! start slot */
+                INT stop_pos,        /*! stop slot */
+                INT border_pos,      /*! slots scaling border */
+                FIXP_DBL **YBuffer,  /*! sfb energy buffer */
+                INT YBufferSzShift,  /*! Energy buffer index scale */
+                INT scaleNrg0,       /*! scaling of lower slots */
+                INT scaleNrg1)       /*! scaling of upper slots */
+{
+  /* use dynamic scaling for outer energy loop;
+     energies are critical and every bit is important */
+  int sc0, sc1, k, l;
+
+  FIXP_DBL nrgSum, nrg1, nrg2, accu1, accu2;
+  INT dynScale, dynScale1, dynScale2;
+  if(ui-li==0) dynScale = DFRACT_BITS-1;
+  else
+  dynScale = CalcLdInt(ui-li)>>(DFRACT_BITS-1-LD_DATA_SHIFT);
+
+  sc0 = fixMin(scaleNrg0,Y_NRG_SCALE); sc1 = fixMin(scaleNrg1,Y_NRG_SCALE);
+  /* dynScale{1,2} is set such that the right shift below is positive */
+  dynScale1 = fixMin((scaleNrg0-sc0),dynScale);
+  dynScale2 = fixMin((scaleNrg1-sc1),dynScale);
+  nrgSum = accu1 = accu2 = (FIXP_DBL)0;
+
+  for (k = li; k < ui; k++) {
+    nrg1 = nrg2 = (FIXP_DBL)0;
+    for (l = start_pos; l < border_pos; l++) {
+      nrg1 += YBuffer[l>>YBufferSzShift][k] >> sc0;
+    }
+    for (; l < stop_pos; l++) {
+      nrg2 += YBuffer[l>>YBufferSzShift][k] >> sc1;
+    }
+    accu1 += (nrg1>>dynScale1);
+    accu2 += (nrg2>>dynScale2);
+  }
+  /* This shift factor is always positive. See comment above. */
+  nrgSum += ( accu1 >> fixMin((scaleNrg0-sc0-dynScale1),(DFRACT_BITS-1)) )
+          +  ( accu2 >> fixMin((scaleNrg1-sc1-dynScale2),(DFRACT_BITS-1)) );
+
+  return nrgSum;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Energy compensation in missing harmonic mode
+
+  \return void
+
+****************************************************************************/
+static FIXP_DBL
+mhLoweringEnergy(FIXP_DBL nrg, INT M)
+{
+  /*
+     Compensating for the fact that we in the decoder map the "average energy to every QMF
+     band, and use this when we calculate the boost-factor. Since the mapped energy isn't
+     the average energy but the maximum energy in case of missing harmonic creation, we will
+     in the boost function calculate that too much limiting has been applied and hence we will
+     boost the signal although it isn't called for. Hence we need to compensate for this by
+     lowering the transmitted energy values for the sines so they will get the correct level
+     after the boost is applied.
+  */
+  if(M > 2){
+    INT tmpScale;
+    tmpScale = CountLeadingBits(nrg);
+    nrg <<= tmpScale;
+    nrg = fMult(nrg, FL2FXCONST_DBL(0.398107267f)); /* The maximum boost is 1.584893, so the maximum attenuation should be square(1/1.584893) = 0.398107267 */
+    nrg >>= tmpScale;
+  }
+  else{
+    if(M > 1){
+      nrg >>= 1;
+    }
+  }
+
+  return nrg;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Energy compensation in none missing harmonic mode
+
+  \return void
+
+****************************************************************************/
+static FIXP_DBL nmhLoweringEnergy(
+        FIXP_DBL nrg,
+        const FIXP_DBL nrgSum,
+        const INT nrgSum_scale,
+        const INT M
+        )
+{
+  if (nrg>FL2FXCONST_DBL(0)) {
+    int sc=0;
+    /* gain = nrgSum / (nrg*(M+1)) */
+    FIXP_DBL gain = fMult(fDivNorm(nrgSum, nrg, &sc), GetInvInt(M+1));
+    sc += nrgSum_scale;
+
+    /* reduce nrg if gain smaller 1.f */
+    if ( !((sc>=0) && ( gain > ((FIXP_DBL)MAXVAL_DBL>>sc) )) ) {
+      nrg = fMult(scaleValue(gain,sc), nrg);
+    }
+  }
+  return nrg;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  calculates the envelope values from the energies, depending on
+          framing and stereo mode
+
+  \return void
+
+****************************************************************************/
+static void
+calculateSbrEnvelope (FIXP_DBL **RESTRICT YBufferLeft,  /*! energy buffer left */
+                      FIXP_DBL **RESTRICT YBufferRight, /*! energy buffer right */
+                      int *RESTRICT YBufferScaleLeft,   /*! scale energy buffer left */
+                      int *RESTRICT YBufferScaleRight,  /*! scale energy buffer right */
+                      const SBR_FRAME_INFO *frame_info, /*! frame info vector */
+                      SCHAR *RESTRICT sfb_nrgLeft,      /*! sfb energy buffer left */
+                      SCHAR *RESTRICT sfb_nrgRight,     /*! sfb energy buffer right */
+                      HANDLE_SBR_CONFIG_DATA h_con,     /*! handle to config data   */
+                      HANDLE_ENV_CHANNEL h_sbr,         /*! envelope channel handle */
+                      SBR_STEREO_MODE stereoMode,       /*! stereo coding mode */
+                      INT* maxQuantError,               /*! maximum quantization error, for panorama. */
+                      int YBufferSzShift)               /*! Energy buffer index scale */
+
+{
+  int i, j, m = 0;
+  INT no_of_bands, start_pos, stop_pos, li, ui;
+  FREQ_RES freq_res;
+
+  INT ca = 2 - h_sbr->encEnvData.init_sbr_amp_res;
+  INT oneBitLess = 0;
+  if (ca == 2)
+    oneBitLess = 1; /* LD_DATA_SHIFT => ld64 scaling; one bit less for rounding */
+
+  INT quantError;
+  INT nEnvelopes = frame_info->nEnvelopes;
+  INT short_env = frame_info->shortEnv - 1;
+  INT timeStep = h_sbr->sbrExtractEnvelope.time_step;
+  INT commonScale,scaleLeft0,scaleLeft1;
+  INT scaleRight0=0,scaleRight1=0;
+
+  commonScale = fixMin(YBufferScaleLeft[0],YBufferScaleLeft[1]);
+
+  if (stereoMode == SBR_COUPLING) {
+    commonScale = fixMin(commonScale,YBufferScaleRight[0]);
+    commonScale = fixMin(commonScale,YBufferScaleRight[1]);
+  }
+
+  commonScale = commonScale - 7;
+
+  scaleLeft0 = YBufferScaleLeft[0] - commonScale;
+  scaleLeft1 = YBufferScaleLeft[1] - commonScale ;
+  FDK_ASSERT ((scaleLeft0 >= 0) && (scaleLeft1 >= 0));
+
+  if (stereoMode == SBR_COUPLING) {
+    scaleRight0 = YBufferScaleRight[0] - commonScale;
+    scaleRight1 = YBufferScaleRight[1] - commonScale;
+    FDK_ASSERT ((scaleRight0 >= 0) && (scaleRight1 >= 0));
+    *maxQuantError = 0;
+  }
+
+  for (i = 0; i < nEnvelopes; i++) {
+
+    FIXP_DBL pNrgLeft[QMF_MAX_TIME_SLOTS];
+    FIXP_DBL pNrgRight[QMF_MAX_TIME_SLOTS];
+    int envNrg_scale;
+    FIXP_DBL envNrgLeft  = FL2FXCONST_DBL(0.0f);
+    FIXP_DBL envNrgRight = FL2FXCONST_DBL(0.0f);
+    int      missingHarmonic[QMF_MAX_TIME_SLOTS];
+    int      count[QMF_MAX_TIME_SLOTS];
+
+    start_pos = timeStep * frame_info->borders[i];
+    stop_pos = timeStep * frame_info->borders[i + 1];
+    freq_res = frame_info->freqRes[i];
+    no_of_bands = h_con->nSfb[freq_res];
+    envNrg_scale = DFRACT_BITS-fNormz((FIXP_DBL)no_of_bands);
+
+    if (i == short_env) {
+      stop_pos -= fixMax(2, timeStep);  /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
+    }
+
+    for (j = 0; j < no_of_bands; j++) {
+      FIXP_DBL nrgLeft  = FL2FXCONST_DBL(0.0f);
+      FIXP_DBL nrgRight = FL2FXCONST_DBL(0.0f);
+
+      li = h_con->freqBandTable[freq_res][j];
+      ui = h_con->freqBandTable[freq_res][j + 1];
+
+      if(freq_res == FREQ_RES_HIGH){
+        if(j == 0 && ui-li > 1){
+          li++;
+        }
+      }
+      else{
+        if(j == 0 && ui-li > 2){
+          li++;
+        }
+      }
+
+      /*
+        Find out whether a sine will be missing in the scale-factor
+        band that we're currently processing.
+      */
+      missingHarmonic[j] = 0;
+
+      if(h_sbr->encEnvData.addHarmonicFlag){
+
+        if(freq_res == FREQ_RES_HIGH){
+          if(h_sbr->encEnvData.addHarmonic[j]){    /*A missing sine in the current band*/
+            missingHarmonic[j] = 1;
+          }
+        }
+        else{
+          INT i;
+          INT startBandHigh = 0;
+          INT stopBandHigh = 0;
+
+          while(h_con->freqBandTable[FREQ_RES_HIGH][startBandHigh] < h_con->freqBandTable[FREQ_RES_LOW][j])
+            startBandHigh++;
+          while(h_con->freqBandTable[FREQ_RES_HIGH][stopBandHigh] < h_con->freqBandTable[FREQ_RES_LOW][j + 1])
+            stopBandHigh++;
+
+          for(i = startBandHigh; i<stopBandHigh; i++){
+            if(h_sbr->encEnvData.addHarmonic[i]){
+              missingHarmonic[j] = 1;
+            }
+          }
+        }
+      }
+
+      /*
+        If a sine is missing in a scalefactorband, with more than one qmf channel
+        use the nrg from the channel with the largest nrg rather than the mean.
+        Compensate for the boost calculation in the decdoder.
+      */
+      int border_pos = fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset<<YBufferSzShift);
+
+      if(missingHarmonic[j]){
+
+        int k;
+        count[j] = stop_pos - start_pos;
+        nrgLeft = FL2FXCONST_DBL(0.0f);
+
+        for (k = li; k < ui; k++) {
+          FIXP_DBL tmpNrg;
+          tmpNrg = getEnvSfbEnergy(k,
+                                   k+1,
+                                   start_pos,
+                                   stop_pos,
+                                   border_pos,
+                                   YBufferLeft,
+                                   YBufferSzShift,
+                                   scaleLeft0,
+                                   scaleLeft1);
+
+          nrgLeft = fixMax(nrgLeft, tmpNrg);
+        }
+
+        /* Energy lowering compensation */
+        nrgLeft = mhLoweringEnergy(nrgLeft, ui-li);
+
+        if (stereoMode == SBR_COUPLING) {
+
+          nrgRight = FL2FXCONST_DBL(0.0f);
+
+          for (k = li; k < ui; k++) {
+            FIXP_DBL tmpNrg;
+            tmpNrg = getEnvSfbEnergy(k,
+                                     k+1,
+                                     start_pos,
+                                     stop_pos,
+                                     border_pos,
+                                     YBufferRight,
+                                     YBufferSzShift,
+                                     scaleRight0,
+                                     scaleRight1);
+
+            nrgRight = fixMax(nrgRight, tmpNrg);
+          }
+
+          /* Energy lowering compensation */
+          nrgRight = mhLoweringEnergy(nrgRight, ui-li);
+        }
+      } /* end missingHarmonic */
+      else{
+        count[j] = (stop_pos - start_pos) * (ui - li);
+
+        nrgLeft = getEnvSfbEnergy(li,
+                                  ui,
+                                  start_pos,
+                                  stop_pos,
+                                  border_pos,
+                                  YBufferLeft,
+                                  YBufferSzShift,
+                                  scaleLeft0,
+                                  scaleLeft1);
+
+        if (stereoMode == SBR_COUPLING) {
+          nrgRight = getEnvSfbEnergy(li,
+                                     ui,
+                                     start_pos,
+                                     stop_pos,
+                                     border_pos,
+                                     YBufferRight,
+                                     YBufferSzShift,
+                                     scaleRight0,
+                                     scaleRight1);
+        }
+      } /* !missingHarmonic */
+
+      /* save energies */
+      pNrgLeft[j]  = nrgLeft;
+      pNrgRight[j] = nrgRight;
+      envNrgLeft  += (nrgLeft>>envNrg_scale);
+      envNrgRight += (nrgRight>>envNrg_scale);
+    } /* j */
+
+    for (j = 0; j < no_of_bands; j++) {
+
+      FIXP_DBL nrgLeft2 = FL2FXCONST_DBL(0.0f);
+      FIXP_DBL nrgLeft  = pNrgLeft[j];
+      FIXP_DBL nrgRight = pNrgRight[j];
+
+      /* None missing harmonic Energy lowering compensation */
+      if(!missingHarmonic[j] && h_sbr->fLevelProtect) {
+        /* in case of missing energy in base band,
+           reduce reference energy to prevent overflows in decoder output */
+        nrgLeft = nmhLoweringEnergy(nrgLeft, envNrgLeft, envNrg_scale, no_of_bands);
+        if (stereoMode == SBR_COUPLING) {
+          nrgRight = nmhLoweringEnergy(nrgRight, envNrgRight, envNrg_scale, no_of_bands);
+        }
+      }
+
+      if (stereoMode == SBR_COUPLING) {
+        /* calc operation later with log */
+        nrgLeft2 = nrgLeft;
+        nrgLeft = (nrgRight + nrgLeft) >> 1;
+      }
+
+      /* nrgLeft = f20_log2(nrgLeft / (PFLOAT)(count * h_sbr->sbrQmf.no_channels))+(PFLOAT)44; */
+      /* If nrgLeft == 0 then the Log calculations below do fail. */
+      if (nrgLeft > FL2FXCONST_DBL(0.0f))
+      {
+        FIXP_DBL tmp0,tmp1,tmp2,tmp3;
+        INT tmpScale;
+
+        tmpScale = CountLeadingBits(nrgLeft);
+        nrgLeft = nrgLeft << tmpScale;
+
+        tmp0 = CalcLdData(nrgLeft);                                                       /* scaled by 1/64 */
+        tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1);    /* scaled by 1/64 */
+        tmp2 = ((FIXP_DBL)(count[j]*h_con->noQmfBands)) << (DFRACT_BITS-1-14-1);
+        tmp2 = CalcLdData(tmp2);                                                          /* scaled by 1/64 */
+        tmp3 = FL2FXCONST_DBL(0.6875f-0.21875f-0.015625f)>>1;                             /* scaled by 1/64 */
+
+        nrgLeft = ((tmp0-tmp2)>>1) + (tmp3 - tmp1);
+      } else {
+        nrgLeft = FL2FXCONST_DBL(-1.0f);
+      }
+
+      /* ld64 to integer conversion */
+      nrgLeft = fixMin(fixMax(nrgLeft,FL2FXCONST_DBL(0.0f)),(FL2FXCONST_DBL(0.5f)>>oneBitLess));
+      nrgLeft = (FIXP_DBL)(LONG)nrgLeft >> (DFRACT_BITS-1-LD_DATA_SHIFT-1-oneBitLess-1);
+      sfb_nrgLeft[m] = ((INT)nrgLeft+1)>>1; /* rounding */
+
+      if (stereoMode == SBR_COUPLING) {
+        FIXP_DBL scaleFract;
+        int sc0, sc1;
+
+        nrgLeft2 = fixMax((FIXP_DBL)0x1, nrgLeft2);
+        nrgRight = fixMax((FIXP_DBL)0x1, nrgRight);
+
+        sc0 = CountLeadingBits(nrgLeft2);
+        sc1 = CountLeadingBits(nrgRight);
+
+        scaleFract = ((FIXP_DBL)(sc0-sc1)) << (DFRACT_BITS-1-LD_DATA_SHIFT); /* scale value in ld64 representation */
+        nrgRight = CalcLdData(nrgLeft2<<sc0) - CalcLdData(nrgRight<<sc1) - scaleFract;
+
+        /* ld64 to integer conversion */
+        nrgRight = (FIXP_DBL)(LONG)(nrgRight) >> (DFRACT_BITS-1-LD_DATA_SHIFT-1-oneBitLess);
+        nrgRight  = (nrgRight+(FIXP_DBL)1)>>1; /* rounding */
+
+        sfb_nrgRight[m] = mapPanorama (nrgRight,h_sbr->encEnvData.init_sbr_amp_res,&quantError);
+
+        *maxQuantError = fixMax(quantError, *maxQuantError);
+      }
+
+      m++;
+    } /* j */
+
+     /* Do energy compensation for sines that are present in two
+         QMF-bands in the original, but will only occur in one band in
+         the decoder due to the synthetic sine coding.*/
+    if (h_con->useParametricCoding) {
+      m-=no_of_bands;
+      for (j = 0; j < no_of_bands; j++) {
+        if (freq_res==FREQ_RES_HIGH && h_sbr->sbrExtractEnvelope.envelopeCompensation[j]){
+          sfb_nrgLeft[m] -= (ca * fixp_abs((INT)h_sbr->sbrExtractEnvelope.envelopeCompensation[j]));
+        }
+        sfb_nrgLeft[m] = fixMax(0, sfb_nrgLeft[m]);
+        m++;
+      }
+    } /* useParametricCoding */
+
+  } /* i*/
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  calculates the noise floor and the envelope values from the
+          energies, depending on framing and stereo mode
+
+  FDKsbrEnc_extractSbrEnvelope is the main function for encoding and writing the
+  envelope and the noise floor. The function includes the following processes:
+
+  -Analysis subband filtering.
+  -Encoding SA and pan parameters (if enabled).
+  -Transient detection.
+
+****************************************************************************/
+
+LNK_SECTION_CODE_L1
+void
+FDKsbrEnc_extractSbrEnvelope1 (
+                    HANDLE_SBR_CONFIG_DATA h_con, /*! handle to config data   */
+                    HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                    HANDLE_SBR_BITSTREAM_DATA sbrBitstreamData,
+                    HANDLE_ENV_CHANNEL hEnvChan,
+                    HANDLE_COMMON_DATA hCmonData,
+                    SBR_ENV_TEMP_DATA   *eData,
+                    SBR_FRAME_TEMP_DATA *fData
+                   )
+{
+
+  HANDLE_SBR_EXTRACT_ENVELOPE sbrExtrEnv = &hEnvChan->sbrExtractEnvelope;
+
+  if (sbrExtrEnv->YBufferSzShift == 0)
+    FDKsbrEnc_getEnergyFromCplxQmfDataFull(&sbrExtrEnv->YBuffer[sbrExtrEnv->YBufferWriteOffset],
+                                           sbrExtrEnv->rBuffer + sbrExtrEnv->rBufferReadOffset,
+                                           sbrExtrEnv->iBuffer + sbrExtrEnv->rBufferReadOffset,
+                                           h_con->noQmfBands,
+                                           sbrExtrEnv->no_cols,
+                                          &hEnvChan->qmfScale,
+                                          &sbrExtrEnv->YBufferScale[1]);
+  else
+    FDKsbrEnc_getEnergyFromCplxQmfData(&sbrExtrEnv->YBuffer[sbrExtrEnv->YBufferWriteOffset],
+                                       sbrExtrEnv->rBuffer + sbrExtrEnv->rBufferReadOffset,
+                                       sbrExtrEnv->iBuffer + sbrExtrEnv->rBufferReadOffset,
+                                       h_con->noQmfBands,
+                                       sbrExtrEnv->no_cols,
+                                      &hEnvChan->qmfScale,
+                                      &sbrExtrEnv->YBufferScale[1]);
+
+
+
+  /*
+    Precalculation of Tonality Quotas  COEFF Transform OK
+  */
+  FDKsbrEnc_CalculateTonalityQuotas(&hEnvChan->TonCorr,
+                                     sbrExtrEnv->rBuffer,
+                                     sbrExtrEnv->iBuffer,
+                                     h_con->freqBandTable[HI][h_con->nSfb[HI]],
+                                     hEnvChan->qmfScale);
+
+
+
+  /*
+    Transient detection COEFF Transform OK
+  */
+  FDKsbrEnc_transientDetect(&hEnvChan->sbrTransientDetector,
+                             sbrExtrEnv->YBuffer,
+                             sbrExtrEnv->YBufferScale,
+                             eData->transient_info,
+                             sbrExtrEnv->YBufferWriteOffset,
+                             sbrExtrEnv->YBufferSzShift,
+                             sbrExtrEnv->time_step,
+                             hEnvChan->SbrEnvFrame.frameMiddleSlot);
+
+
+
+  /*
+    Generate flags for 2 env in a FIXFIX-frame.
+    Remove this function to get always 1 env per FIXFIX-frame.
+  */
+
+  /*
+    frame Splitter COEFF Transform OK
+  */
+  FDKsbrEnc_frameSplitter(sbrExtrEnv->YBuffer,
+                          sbrExtrEnv->YBufferScale,
+                         &hEnvChan->sbrTransientDetector,
+                          h_con->freqBandTable[1],
+                          eData->transient_info,
+                          sbrExtrEnv->YBufferWriteOffset,
+                          sbrExtrEnv->YBufferSzShift,
+                          h_con->nSfb[1],
+                          sbrExtrEnv->time_step,
+                          sbrExtrEnv->no_cols);
+
+
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  calculates the noise floor and the envelope values from the
+          energies, depending on framing and stereo mode
+
+  FDKsbrEnc_extractSbrEnvelope is the main function for encoding and writing the
+  envelope and the noise floor. The function includes the following processes:
+
+  -Determine time/frequency division of current granule.
+  -Sending transient info to bitstream.
+  -Set amp_res to 1.5 dB if the current frame contains only one envelope.
+  -Lock dynamic bandwidth frequency change if the next envelope not starts on a
+  frame boundary.
+  -MDCT transposer (needed to detect where harmonics will be missing).
+  -Spectrum Estimation (used for pulse train and missing harmonics detection).
+  -Pulse train detection.
+  -Inverse Filtering detection.
+  -Waveform Coding.
+  -Missing Harmonics detection.
+  -Extract envelope of current frame.
+  -Noise floor estimation.
+  -Noise floor quantisation and coding.
+  -Encode envelope of current frame.
+  -Send the encoded data to the bitstream.
+  -Write to bitstream.
+
+****************************************************************************/
+
+LNK_SECTION_CODE_L1
+void
+FDKsbrEnc_extractSbrEnvelope2 (
+                    HANDLE_SBR_CONFIG_DATA h_con, /*! handle to config data   */
+                    HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                    HANDLE_PARAMETRIC_STEREO    hParametricStereo,
+                    HANDLE_SBR_BITSTREAM_DATA sbrBitstreamData,
+                    HANDLE_ENV_CHANNEL   h_envChan0,
+                    HANDLE_ENV_CHANNEL   h_envChan1,
+                    HANDLE_COMMON_DATA   hCmonData,
+                    SBR_ENV_TEMP_DATA   *eData,
+                    SBR_FRAME_TEMP_DATA *fData,
+                    int                  clearOutput
+                   )
+{
+  HANDLE_ENV_CHANNEL h_envChan[MAX_NUM_CHANNELS] = {h_envChan0, h_envChan1};
+  int ch, i, j, c, YSzShift = h_envChan[0]->sbrExtractEnvelope.YBufferSzShift;
+
+  SBR_STEREO_MODE stereoMode = h_con->stereoMode;
+  int nChannels = h_con->nChannels;
+  const int *v_tuning;
+  static const int v_tuningHEAAC[6] = { 0, 2, 4, 0, 0, 0 };
+
+  static const int v_tuningELD[6] = { 0, 2, 3, 0, 0, 0 };
+
+  if (h_con->sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY)
+    v_tuning = v_tuningELD;
+  else
+    v_tuning = v_tuningHEAAC;
+
+
+  /*
+    Select stereo mode.
+  */
+  if (stereoMode == SBR_COUPLING) {
+    if (eData[0].transient_info[1] && eData[1].transient_info[1]) {
+      eData[0].transient_info[0] = fixMin(eData[1].transient_info[0], eData[0].transient_info[0]);
+      eData[1].transient_info[0] = eData[0].transient_info[0];
+    }
+    else {
+      if (eData[0].transient_info[1] && !eData[1].transient_info[1]) {
+        eData[1].transient_info[0] = eData[0].transient_info[0];
+      }
+      else {
+        if (!eData[0].transient_info[1] && eData[1].transient_info[1])
+          eData[0].transient_info[0] = eData[1].transient_info[0];
+        else {
+          eData[0].transient_info[0] = fixMax(eData[1].transient_info[0], eData[0].transient_info[0]);
+          eData[1].transient_info[0] = eData[0].transient_info[0];
+        }
+      }
+    }
+  }
+
+  /*
+    Determine time/frequency division of current granule
+  */
+  eData[0].frame_info = FDKsbrEnc_frameInfoGenerator(&h_envChan[0]->SbrEnvFrame,
+                                                     eData[0].transient_info,
+                                                     h_envChan[0]->sbrExtractEnvelope.pre_transient_info,
+                                                     h_envChan[0]->encEnvData.ldGrid,
+                                                     v_tuning);
+
+  h_envChan[0]->encEnvData.hSbrBSGrid = &h_envChan[0]->SbrEnvFrame.SbrGrid;
+
+  /* AAC LD patch for transient prediction */
+  if (h_envChan[0]->encEnvData.ldGrid && eData[0].transient_info[2]) {
+    /* if next frame will start with transient, set shortEnv to numEnvelopes(shortend Envelope = shortEnv-1)*/
+    h_envChan[0]->SbrEnvFrame.SbrFrameInfo.shortEnv = h_envChan[0]->SbrEnvFrame.SbrFrameInfo.nEnvelopes;
+  }
+
+
+  switch (stereoMode) {
+  case SBR_LEFT_RIGHT:
+  case SBR_SWITCH_LRC:
+    eData[1].frame_info = FDKsbrEnc_frameInfoGenerator(&h_envChan[1]->SbrEnvFrame,
+                                                       eData[1].transient_info,
+                                                       h_envChan[1]->sbrExtractEnvelope.pre_transient_info,
+                                                       h_envChan[1]->encEnvData.ldGrid,
+                                                       v_tuning);
+
+    h_envChan[1]->encEnvData.hSbrBSGrid = &h_envChan[1]->SbrEnvFrame.SbrGrid;
+
+    if (h_envChan[1]->encEnvData.ldGrid && eData[1].transient_info[2]) {
+      /* if next frame will start with transient, set shortEnv to numEnvelopes(shortend Envelope = shortEnv-1)*/
+      h_envChan[1]->SbrEnvFrame.SbrFrameInfo.shortEnv = h_envChan[1]->SbrEnvFrame.SbrFrameInfo.nEnvelopes;
+    }
+
+    /* compare left and right frame_infos */
+    if (eData[0].frame_info->nEnvelopes != eData[1].frame_info->nEnvelopes) {
+      stereoMode = SBR_LEFT_RIGHT;
+    } else {
+      for (i = 0; i < eData[0].frame_info->nEnvelopes + 1; i++) {
+        if (eData[0].frame_info->borders[i] != eData[1].frame_info->borders[i]) {
+          stereoMode = SBR_LEFT_RIGHT;
+          break;
+        }
+      }
+      for (i = 0; i < eData[0].frame_info->nEnvelopes; i++) {
+        if (eData[0].frame_info->freqRes[i] != eData[1].frame_info->freqRes[i]) {
+          stereoMode = SBR_LEFT_RIGHT;
+          break;
+        }
+      }
+      if (eData[0].frame_info->shortEnv != eData[1].frame_info->shortEnv) {
+        stereoMode = SBR_LEFT_RIGHT;
+      }
+    }
+    break;
+  case SBR_COUPLING:
+    eData[1].frame_info = eData[0].frame_info;
+    h_envChan[1]->encEnvData.hSbrBSGrid = &h_envChan[0]->SbrEnvFrame.SbrGrid;
+    break;
+  case SBR_MONO:
+    /* nothing to do */
+    break;
+  default:
+    FDK_ASSERT (0);
+  }
+
+
+  for (ch = 0; ch < nChannels;ch++)
+  {
+    HANDLE_ENV_CHANNEL hEnvChan = h_envChan[ch];
+    HANDLE_SBR_EXTRACT_ENVELOPE sbrExtrEnv = &hEnvChan->sbrExtractEnvelope;
+    SBR_ENV_TEMP_DATA *ed = &eData[ch];
+
+
+    /*
+       Send transient info to bitstream and store for next call
+    */
+    sbrExtrEnv->pre_transient_info[0] = ed->transient_info[0];/* tran_pos */
+    sbrExtrEnv->pre_transient_info[1] = ed->transient_info[1];/* tran_flag */
+    hEnvChan->encEnvData.noOfEnvelopes = ed->nEnvelopes = ed->frame_info->nEnvelopes;     /* number of envelopes of current frame */
+
+    /*
+      Check if the current frame is divided into one envelope only. If so, set the amplitude
+      resolution to 1.5 dB, otherwise may set back to chosen value
+    */
+   if( ( hEnvChan->encEnvData.hSbrBSGrid->frameClass == FIXFIX )
+        && ( ed->nEnvelopes == 1 ) )
+   {
+
+     if (hEnvChan->encEnvData.ldGrid)
+       hEnvChan->encEnvData.currentAmpResFF = (AMP_RES)h_con->initAmpResFF;
+     else
+       hEnvChan->encEnvData.currentAmpResFF = SBR_AMP_RES_1_5;
+
+     if ( hEnvChan->encEnvData.currentAmpResFF != hEnvChan->encEnvData.init_sbr_amp_res) {
+
+        FDKsbrEnc_InitSbrHuffmanTables(&hEnvChan->encEnvData,
+                                       &hEnvChan->sbrCodeEnvelope,
+                                       &hEnvChan->sbrCodeNoiseFloor,
+                                       hEnvChan->encEnvData.currentAmpResFF);
+      }
+    }
+    else {
+      if(sbrHeaderData->sbr_amp_res != hEnvChan->encEnvData.init_sbr_amp_res ) {
+
+        FDKsbrEnc_InitSbrHuffmanTables(&hEnvChan->encEnvData,
+                                       &hEnvChan->sbrCodeEnvelope,
+                                       &hEnvChan->sbrCodeNoiseFloor,
+                                       sbrHeaderData->sbr_amp_res);
+      }
+    }
+
+    if (!clearOutput) {
+
+      /*
+        Tonality correction parameter extraction (inverse filtering level, noise floor additional sines).
+      */
+      FDKsbrEnc_TonCorrParamExtr(&hEnvChan->TonCorr,
+                                  hEnvChan->encEnvData.sbr_invf_mode_vec,
+                                  ed->noiseFloor,
+                                 &hEnvChan->encEnvData.addHarmonicFlag,
+                                  hEnvChan->encEnvData.addHarmonic,
+                                  sbrExtrEnv->envelopeCompensation,
+                                  ed->frame_info,
+                                  ed->transient_info,
+                                  h_con->freqBandTable[HI],
+                                  h_con->nSfb[HI],
+                                  hEnvChan->encEnvData.sbr_xpos_mode,
+                                  h_con->sbrSyntaxFlags);
+
+    }
+
+    /* Low energy in low band fix */
+    if ( hEnvChan->sbrTransientDetector.prevLowBandEnergy < hEnvChan->sbrTransientDetector.prevHighBandEnergy && hEnvChan->sbrTransientDetector.prevHighBandEnergy > FL2FX_DBL(0.03))
+    {
+      int i;
+
+      hEnvChan->fLevelProtect = 1;
+
+      for (i=0; i<MAX_NUM_NOISE_VALUES; i++)
+        hEnvChan->encEnvData.sbr_invf_mode_vec[i] = INVF_HIGH_LEVEL;
+    } else {
+      hEnvChan->fLevelProtect = 0;
+    }
+
+    hEnvChan->encEnvData.sbr_invf_mode = hEnvChan->encEnvData.sbr_invf_mode_vec[0];
+
+    hEnvChan->encEnvData.noOfnoisebands = hEnvChan->TonCorr.sbrNoiseFloorEstimate.noNoiseBands;
+
+
+  } /* ch */
+
+
+
+   /*
+      Save number of scf bands per envelope
+    */
+  for (ch = 0; ch < nChannels;ch++) {
+    for (i = 0; i < eData[ch].nEnvelopes; i++){
+      h_envChan[ch]->encEnvData.noScfBands[i] =
+      (eData[ch].frame_info->freqRes[i] == FREQ_RES_HIGH ? h_con->nSfb[FREQ_RES_HIGH] : h_con->nSfb[FREQ_RES_LOW]);
+    }
+  }
+
+  /*
+    Extract envelope of current frame.
+  */
+  switch (stereoMode) {
+  case SBR_MONO:
+     calculateSbrEnvelope (h_envChan[0]->sbrExtractEnvelope.YBuffer, NULL,
+                          h_envChan[0]->sbrExtractEnvelope.YBufferScale, NULL,
+                          eData[0].frame_info, eData[0].sfb_nrg, NULL,
+                          h_con, h_envChan[0], SBR_MONO, NULL, YSzShift);
+    break;
+  case SBR_LEFT_RIGHT:
+    calculateSbrEnvelope (h_envChan[0]->sbrExtractEnvelope.YBuffer, NULL,
+                          h_envChan[0]->sbrExtractEnvelope.YBufferScale, NULL,
+                          eData[0].frame_info, eData[0].sfb_nrg, NULL,
+                          h_con, h_envChan[0], SBR_MONO, NULL, YSzShift);
+    calculateSbrEnvelope (h_envChan[1]->sbrExtractEnvelope.YBuffer, NULL,
+                          h_envChan[1]->sbrExtractEnvelope.YBufferScale, NULL,
+                          eData[1].frame_info,eData[1].sfb_nrg, NULL,
+                          h_con, h_envChan[1], SBR_MONO, NULL, YSzShift);
+    break;
+  case SBR_COUPLING:
+    calculateSbrEnvelope (h_envChan[0]->sbrExtractEnvelope.YBuffer, h_envChan[1]->sbrExtractEnvelope.YBuffer,
+                          h_envChan[0]->sbrExtractEnvelope.YBufferScale, h_envChan[1]->sbrExtractEnvelope.YBufferScale,
+                          eData[0].frame_info, eData[0].sfb_nrg, eData[1].sfb_nrg,
+                          h_con, h_envChan[0], SBR_COUPLING, &fData->maxQuantError, YSzShift);
+    break;
+  case SBR_SWITCH_LRC:
+    calculateSbrEnvelope (h_envChan[0]->sbrExtractEnvelope.YBuffer, NULL,
+                          h_envChan[0]->sbrExtractEnvelope.YBufferScale, NULL,
+                          eData[0].frame_info, eData[0].sfb_nrg, NULL,
+                          h_con, h_envChan[0], SBR_MONO, NULL, YSzShift);
+    calculateSbrEnvelope (h_envChan[1]->sbrExtractEnvelope.YBuffer, NULL,
+                          h_envChan[1]->sbrExtractEnvelope.YBufferScale, NULL,
+                          eData[1].frame_info, eData[1].sfb_nrg, NULL,
+                          h_con, h_envChan[1], SBR_MONO,NULL, YSzShift);
+    calculateSbrEnvelope (h_envChan[0]->sbrExtractEnvelope.YBuffer, h_envChan[1]->sbrExtractEnvelope.YBuffer,
+                          h_envChan[0]->sbrExtractEnvelope.YBufferScale, h_envChan[1]->sbrExtractEnvelope.YBufferScale,
+                          eData[0].frame_info, eData[0].sfb_nrg_coupling, eData[1].sfb_nrg_coupling,
+                          h_con, h_envChan[0], SBR_COUPLING, &fData->maxQuantError, YSzShift);
+    break;
+  }
+
+
+
+  /*
+    Noise floor quantisation and coding.
+  */
+
+  switch (stereoMode) {
+  case SBR_MONO:
+    sbrNoiseFloorLevelsQuantisation(eData[0].noise_level, eData[0].noiseFloor, 0);
+
+    FDKsbrEnc_codeEnvelope(eData[0].noise_level, fData->res,
+                           &h_envChan[0]->sbrCodeNoiseFloor,
+                           h_envChan[0]->encEnvData.domain_vec_noise, 0,
+                           (eData[0].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                           sbrBitstreamData->HeaderActive);
+
+    break;
+  case SBR_LEFT_RIGHT:
+    sbrNoiseFloorLevelsQuantisation(eData[0].noise_level,eData[0].noiseFloor, 0);
+
+    FDKsbrEnc_codeEnvelope (eData[0].noise_level, fData->res,
+                  &h_envChan[0]->sbrCodeNoiseFloor,
+                  h_envChan[0]->encEnvData.domain_vec_noise, 0,
+                  (eData[0].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                  sbrBitstreamData->HeaderActive);
+
+    sbrNoiseFloorLevelsQuantisation(eData[1].noise_level,eData[1].noiseFloor, 0);
+
+    FDKsbrEnc_codeEnvelope (eData[1].noise_level, fData->res,
+                  &h_envChan[1]->sbrCodeNoiseFloor,
+                  h_envChan[1]->encEnvData.domain_vec_noise, 0,
+                  (eData[1].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                  sbrBitstreamData->HeaderActive);
+
+    break;
+
+  case SBR_COUPLING:
+    coupleNoiseFloor(eData[0].noiseFloor,eData[1].noiseFloor);
+
+    sbrNoiseFloorLevelsQuantisation(eData[0].noise_level,eData[0].noiseFloor, 0);
+
+    FDKsbrEnc_codeEnvelope (eData[0].noise_level, fData->res,
+                  &h_envChan[0]->sbrCodeNoiseFloor,
+                  h_envChan[0]->encEnvData.domain_vec_noise, 1,
+                  (eData[0].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                  sbrBitstreamData->HeaderActive);
+
+    sbrNoiseFloorLevelsQuantisation(eData[1].noise_level,eData[1].noiseFloor, 1);
+
+    FDKsbrEnc_codeEnvelope (eData[1].noise_level, fData->res,
+                  &h_envChan[1]->sbrCodeNoiseFloor,
+                  h_envChan[1]->encEnvData.domain_vec_noise, 1,
+                  (eData[1].frame_info->nEnvelopes > 1 ? 2 : 1), 1,
+                  sbrBitstreamData->HeaderActive);
+
+    break;
+  case SBR_SWITCH_LRC:
+    sbrNoiseFloorLevelsQuantisation(eData[0].noise_level,eData[0].noiseFloor, 0);
+    sbrNoiseFloorLevelsQuantisation(eData[1].noise_level,eData[1].noiseFloor, 0);
+    coupleNoiseFloor(eData[0].noiseFloor,eData[1].noiseFloor);
+    sbrNoiseFloorLevelsQuantisation(eData[0].noise_level_coupling,eData[0].noiseFloor, 0);
+    sbrNoiseFloorLevelsQuantisation(eData[1].noise_level_coupling,eData[1].noiseFloor, 1);
+    break;
+  }
+
+
+
+  /*
+    Encode envelope of current frame.
+  */
+  switch (stereoMode) {
+  case SBR_MONO:
+    sbrHeaderData->coupling = 0;
+    h_envChan[0]->encEnvData.balance = 0;
+    FDKsbrEnc_codeEnvelope (eData[0].sfb_nrg, eData[0].frame_info->freqRes,
+                  &h_envChan[0]->sbrCodeEnvelope,
+                  h_envChan[0]->encEnvData.domain_vec,
+                  sbrHeaderData->coupling,
+                  eData[0].frame_info->nEnvelopes, 0,
+                  sbrBitstreamData->HeaderActive);
+    break;
+  case SBR_LEFT_RIGHT:
+    sbrHeaderData->coupling = 0;
+
+    h_envChan[0]->encEnvData.balance = 0;
+    h_envChan[1]->encEnvData.balance = 0;
+
+
+    FDKsbrEnc_codeEnvelope (eData[0].sfb_nrg, eData[0].frame_info->freqRes,
+                  &h_envChan[0]->sbrCodeEnvelope,
+                  h_envChan[0]->encEnvData.domain_vec,
+                  sbrHeaderData->coupling,
+                  eData[0].frame_info->nEnvelopes, 0,
+                  sbrBitstreamData->HeaderActive);
+    FDKsbrEnc_codeEnvelope (eData[1].sfb_nrg, eData[1].frame_info->freqRes,
+                  &h_envChan[1]->sbrCodeEnvelope,
+                  h_envChan[1]->encEnvData.domain_vec,
+                  sbrHeaderData->coupling,
+                  eData[1].frame_info->nEnvelopes, 0,
+                  sbrBitstreamData->HeaderActive);
+    break;
+  case SBR_COUPLING:
+    sbrHeaderData->coupling = 1;
+    h_envChan[0]->encEnvData.balance = 0;
+    h_envChan[1]->encEnvData.balance = 1;
+
+    FDKsbrEnc_codeEnvelope (eData[0].sfb_nrg, eData[0].frame_info->freqRes,
+                  &h_envChan[0]->sbrCodeEnvelope,
+                  h_envChan[0]->encEnvData.domain_vec,
+                  sbrHeaderData->coupling,
+                  eData[0].frame_info->nEnvelopes, 0,
+                  sbrBitstreamData->HeaderActive);
+    FDKsbrEnc_codeEnvelope (eData[1].sfb_nrg, eData[1].frame_info->freqRes,
+                  &h_envChan[1]->sbrCodeEnvelope,
+                  h_envChan[1]->encEnvData.domain_vec,
+                  sbrHeaderData->coupling,
+                  eData[1].frame_info->nEnvelopes, 1,
+                  sbrBitstreamData->HeaderActive);
+    break;
+  case SBR_SWITCH_LRC:
+    {
+      INT payloadbitsLR;
+      INT payloadbitsCOUPLING;
+
+      SCHAR sfbNrgPrevTemp[MAX_NUM_CHANNELS][MAX_FREQ_COEFFS];
+      SCHAR noisePrevTemp[MAX_NUM_CHANNELS][MAX_NUM_NOISE_COEFFS];
+      INT upDateNrgTemp[MAX_NUM_CHANNELS];
+      INT upDateNoiseTemp[MAX_NUM_CHANNELS];
+      INT domainVecTemp[MAX_NUM_CHANNELS][MAX_ENVELOPES];
+      INT domainVecNoiseTemp[MAX_NUM_CHANNELS][MAX_ENVELOPES];
+
+      INT tempFlagRight = 0;
+      INT tempFlagLeft = 0;
+
+      /*
+         Store previous values, in order to be able to "undo" what is being done.
+      */
+
+      for(ch = 0; ch < nChannels;ch++){
+        FDKmemcpy (sfbNrgPrevTemp[ch], h_envChan[ch]->sbrCodeEnvelope.sfb_nrg_prev,
+              MAX_FREQ_COEFFS * sizeof (SCHAR));
+
+        FDKmemcpy (noisePrevTemp[ch], h_envChan[ch]->sbrCodeNoiseFloor.sfb_nrg_prev,
+              MAX_NUM_NOISE_COEFFS * sizeof (SCHAR));
+
+        upDateNrgTemp[ch] = h_envChan[ch]->sbrCodeEnvelope.upDate;
+        upDateNoiseTemp[ch] = h_envChan[ch]->sbrCodeNoiseFloor.upDate;
+
+        /*
+          forbid time coding in the first envelope in case of a different
+          previous stereomode
+        */
+        if(sbrHeaderData->prev_coupling){
+          h_envChan[ch]->sbrCodeEnvelope.upDate = 0;
+          h_envChan[ch]->sbrCodeNoiseFloor.upDate = 0;
+        }
+      } /* ch */
+
+
+      /*
+         Code ordinary Left/Right stereo
+      */
+      FDKsbrEnc_codeEnvelope (eData[0].sfb_nrg, eData[0].frame_info->freqRes,
+                    &h_envChan[0]->sbrCodeEnvelope,
+                    h_envChan[0]->encEnvData.domain_vec, 0,
+                    eData[0].frame_info->nEnvelopes, 0,
+                    sbrBitstreamData->HeaderActive);
+      FDKsbrEnc_codeEnvelope (eData[1].sfb_nrg, eData[1].frame_info->freqRes,
+                    &h_envChan[1]->sbrCodeEnvelope,
+                    h_envChan[1]->encEnvData.domain_vec, 0,
+                    eData[1].frame_info->nEnvelopes, 0,
+                    sbrBitstreamData->HeaderActive);
+
+      c = 0;
+      for (i = 0; i < eData[0].nEnvelopes; i++) {
+        for (j = 0; j < h_envChan[0]->encEnvData.noScfBands[i]; j++)
+          {
+            h_envChan[0]->encEnvData.ienvelope[i][j] = eData[0].sfb_nrg[c];
+            h_envChan[1]->encEnvData.ienvelope[i][j] = eData[1].sfb_nrg[c];
+            c++;
+          }
+      }
+
+
+
+      FDKsbrEnc_codeEnvelope (eData[0].noise_level, fData->res,
+                    &h_envChan[0]->sbrCodeNoiseFloor,
+                    h_envChan[0]->encEnvData.domain_vec_noise, 0,
+                    (eData[0].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                    sbrBitstreamData->HeaderActive);
+
+
+      for (i = 0; i < MAX_NUM_NOISE_VALUES; i++)
+        h_envChan[0]->encEnvData.sbr_noise_levels[i] = eData[0].noise_level[i];
+
+
+      FDKsbrEnc_codeEnvelope (eData[1].noise_level, fData->res,
+                    &h_envChan[1]->sbrCodeNoiseFloor,
+                    h_envChan[1]->encEnvData.domain_vec_noise, 0,
+                    (eData[1].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                    sbrBitstreamData->HeaderActive);
+
+      for (i = 0; i < MAX_NUM_NOISE_VALUES; i++)
+        h_envChan[1]->encEnvData.sbr_noise_levels[i] = eData[1].noise_level[i];
+
+
+      sbrHeaderData->coupling = 0;
+      h_envChan[0]->encEnvData.balance = 0;
+      h_envChan[1]->encEnvData.balance = 0;
+
+      payloadbitsLR = FDKsbrEnc_CountSbrChannelPairElement (sbrHeaderData,
+                                                  hParametricStereo,
+                                                  sbrBitstreamData,
+                                                  &h_envChan[0]->encEnvData,
+                                                  &h_envChan[1]->encEnvData,
+                                                  hCmonData,
+                                                  h_con->sbrSyntaxFlags);
+
+      /*
+        swap saved stored with current values
+      */
+      for(ch = 0; ch < nChannels;ch++){
+        INT   itmp;
+        for(i=0;i<MAX_FREQ_COEFFS;i++){
+          /*
+            swap sfb energies
+          */
+          itmp =  h_envChan[ch]->sbrCodeEnvelope.sfb_nrg_prev[i];
+          h_envChan[ch]->sbrCodeEnvelope.sfb_nrg_prev[i]=sfbNrgPrevTemp[ch][i];
+          sfbNrgPrevTemp[ch][i]=itmp;
+        }
+        for(i=0;i<MAX_NUM_NOISE_COEFFS;i++){
+          /*
+            swap noise energies
+          */
+          itmp =  h_envChan[ch]->sbrCodeNoiseFloor.sfb_nrg_prev[i];
+          h_envChan[ch]->sbrCodeNoiseFloor.sfb_nrg_prev[i]=noisePrevTemp[ch][i];
+          noisePrevTemp[ch][i]=itmp;
+       }
+        /* swap update flags */
+        itmp  = h_envChan[ch]->sbrCodeEnvelope.upDate;
+        h_envChan[ch]->sbrCodeEnvelope.upDate=upDateNrgTemp[ch];
+        upDateNrgTemp[ch] = itmp;
+
+        itmp =  h_envChan[ch]->sbrCodeNoiseFloor.upDate;
+        h_envChan[ch]->sbrCodeNoiseFloor.upDate=upDateNoiseTemp[ch];
+        upDateNoiseTemp[ch]=itmp;
+
+        /*
+            save domain vecs
+        */
+        FDKmemcpy(domainVecTemp[ch],h_envChan[ch]->encEnvData.domain_vec,sizeof(INT)*MAX_ENVELOPES);
+        FDKmemcpy(domainVecNoiseTemp[ch],h_envChan[ch]->encEnvData.domain_vec_noise,sizeof(INT)*MAX_ENVELOPES);
+
+        /*
+          forbid time coding in the first envelope in case of a different
+          previous stereomode
+        */
+
+        if(!sbrHeaderData->prev_coupling){
+          h_envChan[ch]->sbrCodeEnvelope.upDate = 0;
+          h_envChan[ch]->sbrCodeNoiseFloor.upDate = 0;
+        }
+      } /* ch */
+
+
+      /*
+         Coupling
+       */
+
+      FDKsbrEnc_codeEnvelope (eData[0].sfb_nrg_coupling, eData[0].frame_info->freqRes,
+                    &h_envChan[0]->sbrCodeEnvelope,
+                    h_envChan[0]->encEnvData.domain_vec, 1,
+                    eData[0].frame_info->nEnvelopes, 0,
+                    sbrBitstreamData->HeaderActive);
+
+      FDKsbrEnc_codeEnvelope (eData[1].sfb_nrg_coupling, eData[1].frame_info->freqRes,
+                    &h_envChan[1]->sbrCodeEnvelope,
+                    h_envChan[1]->encEnvData.domain_vec, 1,
+                    eData[1].frame_info->nEnvelopes, 1,
+                    sbrBitstreamData->HeaderActive);
+
+
+      c = 0;
+      for (i = 0; i < eData[0].nEnvelopes; i++) {
+        for (j = 0; j < h_envChan[0]->encEnvData.noScfBands[i]; j++) {
+          h_envChan[0]->encEnvData.ienvelope[i][j] = eData[0].sfb_nrg_coupling[c];
+          h_envChan[1]->encEnvData.ienvelope[i][j] = eData[1].sfb_nrg_coupling[c];
+          c++;
+        }
+      }
+
+      FDKsbrEnc_codeEnvelope (eData[0].noise_level_coupling, fData->res,
+                    &h_envChan[0]->sbrCodeNoiseFloor,
+                    h_envChan[0]->encEnvData.domain_vec_noise, 1,
+                    (eData[0].frame_info->nEnvelopes > 1 ? 2 : 1), 0,
+                     sbrBitstreamData->HeaderActive);
+
+      for (i = 0; i < MAX_NUM_NOISE_VALUES; i++)
+        h_envChan[0]->encEnvData.sbr_noise_levels[i] = eData[0].noise_level_coupling[i];
+
+
+      FDKsbrEnc_codeEnvelope (eData[1].noise_level_coupling, fData->res,
+                    &h_envChan[1]->sbrCodeNoiseFloor,
+                    h_envChan[1]->encEnvData.domain_vec_noise, 1,
+                    (eData[1].frame_info->nEnvelopes > 1 ? 2 : 1), 1,
+                    sbrBitstreamData->HeaderActive);
+
+      for (i = 0; i < MAX_NUM_NOISE_VALUES; i++)
+        h_envChan[1]->encEnvData.sbr_noise_levels[i] = eData[1].noise_level_coupling[i];
+
+      sbrHeaderData->coupling = 1;
+
+      h_envChan[0]->encEnvData.balance  = 0;
+      h_envChan[1]->encEnvData.balance  = 1;
+
+      tempFlagLeft  = h_envChan[0]->encEnvData.addHarmonicFlag;
+      tempFlagRight = h_envChan[1]->encEnvData.addHarmonicFlag;
+
+      payloadbitsCOUPLING =
+        FDKsbrEnc_CountSbrChannelPairElement (sbrHeaderData,
+                                    hParametricStereo,
+                                    sbrBitstreamData,
+                                    &h_envChan[0]->encEnvData,
+                                    &h_envChan[1]->encEnvData,
+                                    hCmonData,
+                                    h_con->sbrSyntaxFlags);
+
+
+      h_envChan[0]->encEnvData.addHarmonicFlag = tempFlagLeft;
+      h_envChan[1]->encEnvData.addHarmonicFlag = tempFlagRight;
+
+      if (payloadbitsCOUPLING < payloadbitsLR) {
+
+          /*
+            copy coded coupling envelope and noise data to l/r
+          */
+          for(ch = 0; ch < nChannels;ch++){
+            SBR_ENV_TEMP_DATA *ed = &eData[ch];
+            FDKmemcpy (ed->sfb_nrg, ed->sfb_nrg_coupling,
+                  MAX_NUM_ENVELOPE_VALUES * sizeof (SCHAR));
+            FDKmemcpy (ed->noise_level, ed->noise_level_coupling,
+                  MAX_NUM_NOISE_VALUES * sizeof (SCHAR));
+          }
+
+          sbrHeaderData->coupling = 1;
+          h_envChan[0]->encEnvData.balance  = 0;
+          h_envChan[1]->encEnvData.balance  = 1;
+      }
+      else{
+          /*
+            restore saved l/r items
+          */
+          for(ch = 0; ch < nChannels;ch++){
+
+            FDKmemcpy (h_envChan[ch]->sbrCodeEnvelope.sfb_nrg_prev,
+                    sfbNrgPrevTemp[ch], MAX_FREQ_COEFFS * sizeof (SCHAR));
+
+            h_envChan[ch]->sbrCodeEnvelope.upDate = upDateNrgTemp[ch];
+
+            FDKmemcpy (h_envChan[ch]->sbrCodeNoiseFloor.sfb_nrg_prev,
+                    noisePrevTemp[ch], MAX_NUM_NOISE_COEFFS * sizeof (SCHAR));
+
+            FDKmemcpy (h_envChan[ch]->encEnvData.domain_vec,domainVecTemp[ch],sizeof(INT)*MAX_ENVELOPES);
+            FDKmemcpy (h_envChan[ch]->encEnvData.domain_vec_noise,domainVecNoiseTemp[ch],sizeof(INT)*MAX_ENVELOPES);
+
+            h_envChan[ch]->sbrCodeNoiseFloor.upDate = upDateNoiseTemp[ch];
+          }
+
+          sbrHeaderData->coupling = 0;
+          h_envChan[0]->encEnvData.balance  = 0;
+          h_envChan[1]->encEnvData.balance  = 0;
+        }
+    }
+    break;
+  } /* switch */
+
+
+  /* tell the envelope encoders how long it has been, since we last sent
+     a frame starting with a dF-coded envelope */
+  if (stereoMode == SBR_MONO ) {
+    if (h_envChan[0]->encEnvData.domain_vec[0] == TIME)
+      h_envChan[0]->sbrCodeEnvelope.dF_edge_incr_fac++;
+    else
+      h_envChan[0]->sbrCodeEnvelope.dF_edge_incr_fac = 0;
+  }
+  else {
+    if (h_envChan[0]->encEnvData.domain_vec[0] == TIME ||
+        h_envChan[1]->encEnvData.domain_vec[0] == TIME) {
+      h_envChan[0]->sbrCodeEnvelope.dF_edge_incr_fac++;
+      h_envChan[1]->sbrCodeEnvelope.dF_edge_incr_fac++;
+    }
+    else {
+      h_envChan[0]->sbrCodeEnvelope.dF_edge_incr_fac = 0;
+      h_envChan[1]->sbrCodeEnvelope.dF_edge_incr_fac = 0;
+    }
+  }
+
+  /*
+    Send the encoded data to the bitstream
+  */
+  for(ch = 0; ch < nChannels;ch++){
+    SBR_ENV_TEMP_DATA *ed = &eData[ch];
+    c = 0;
+    for (i = 0; i < ed->nEnvelopes; i++) {
+      for (j = 0; j < h_envChan[ch]->encEnvData.noScfBands[i]; j++) {
+        h_envChan[ch]->encEnvData.ienvelope[i][j] = ed->sfb_nrg[c];
+
+        c++;
+      }
+    }
+    for (i = 0; i < MAX_NUM_NOISE_VALUES; i++){
+      h_envChan[ch]->encEnvData.sbr_noise_levels[i] = ed->noise_level[i];
+    }
+  }/* ch */
+
+
+  /*
+    Write bitstream
+  */
+  if (nChannels == 2) {
+    FDKsbrEnc_WriteEnvChannelPairElement(sbrHeaderData,
+                               hParametricStereo,
+                               sbrBitstreamData,
+                               &h_envChan[0]->encEnvData,
+                               &h_envChan[1]->encEnvData,
+                               hCmonData,
+                               h_con->sbrSyntaxFlags);
+  }
+  else {
+    FDKsbrEnc_WriteEnvSingleChannelElement(sbrHeaderData,
+                                 hParametricStereo,
+                                 sbrBitstreamData,
+                                 &h_envChan[0]->encEnvData,
+                                 hCmonData,
+                                 h_con->sbrSyntaxFlags);
+  }
+
+  /*
+   * Update buffers.
+   */
+  for (ch=0; ch<nChannels; ch++)
+  {
+      int YBufferLength = h_envChan[ch]->sbrExtractEnvelope.no_cols >> h_envChan[ch]->sbrExtractEnvelope.YBufferSzShift;
+      for (i = 0; i < h_envChan[ch]->sbrExtractEnvelope.YBufferWriteOffset; i++) {
+         FDKmemcpy(h_envChan[ch]->sbrExtractEnvelope.YBuffer[i],
+                   h_envChan[ch]->sbrExtractEnvelope.YBuffer[i + YBufferLength],
+                   sizeof(FIXP_DBL)*QMF_CHANNELS);
+      }
+      h_envChan[ch]->sbrExtractEnvelope.YBufferScale[0] = h_envChan[ch]->sbrExtractEnvelope.YBufferScale[1];
+  }
+
+  sbrHeaderData->prev_coupling = sbrHeaderData->coupling;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  creates an envelope extractor handle
+
+  \return error status
+
+****************************************************************************/
+INT
+FDKsbrEnc_CreateExtractSbrEnvelope (HANDLE_SBR_EXTRACT_ENVELOPE  hSbrCut,
+                                    INT channel
+                                   ,INT chInEl
+                                   ,UCHAR* dynamic_RAM
+                         )
+{
+  INT i;
+  FIXP_DBL* YBuffer = GetRam_Sbr_envYBuffer(channel);
+
+  FDKmemclear(hSbrCut,sizeof(SBR_EXTRACT_ENVELOPE));
+  hSbrCut->p_YBuffer = YBuffer;
+
+
+  for (i = 0; i < (QMF_MAX_TIME_SLOTS>>1); i++) {
+    hSbrCut->YBuffer[i] = YBuffer + (i*QMF_CHANNELS);
+  }
+  FIXP_DBL *YBufferDyn = GetRam_Sbr_envYBuffer(chInEl, dynamic_RAM);
+  INT n=0;
+  for (; i < QMF_MAX_TIME_SLOTS; i++,n++) {
+    hSbrCut->YBuffer[i] = YBufferDyn + (n*QMF_CHANNELS);
+  }
+
+  FIXP_DBL* rBuffer = GetRam_Sbr_envRBuffer(0, dynamic_RAM);
+  FIXP_DBL* iBuffer = GetRam_Sbr_envIBuffer(0, dynamic_RAM);
+
+  for (i = 0; i < QMF_MAX_TIME_SLOTS; i++) {
+    hSbrCut->rBuffer[i] = rBuffer + (i*QMF_CHANNELS);
+    hSbrCut->iBuffer[i] = iBuffer + (i*QMF_CHANNELS);
+  }
+
+  return 0;
+}
+
+
+/***************************************************************************/
+/*!
+
+  \brief  Initialize an envelope extractor instance.
+
+  \return error status
+
+****************************************************************************/
+INT
+FDKsbrEnc_InitExtractSbrEnvelope (HANDLE_SBR_EXTRACT_ENVELOPE  hSbrCut,
+                                  int no_cols,
+                                  int no_rows,
+                                  int start_index,
+                                  int time_slots,
+                                  int time_step,
+                                  int tran_off,
+                                  ULONG statesInitFlag
+                                 ,int chInEl
+                                 ,UCHAR* dynamic_RAM
+                                 ,UINT sbrSyntaxFlags
+                                  )
+{
+  int YBufferLength, rBufferLength;
+  int i;
+
+  if (sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) {
+    int off = TRANSIENT_OFFSET_LD;
+#ifndef FULL_DELAY
+    hSbrCut->YBufferWriteOffset = (no_cols>>1)+off*time_step;
+#else
+    hSbrCut->YBufferWriteOffset = no_cols+off*time_step;
+#endif
+  } else
+  {
+    hSbrCut->YBufferWriteOffset = tran_off*time_step;
+  }
+  hSbrCut->rBufferReadOffset  = 0;
+
+
+  YBufferLength = hSbrCut->YBufferWriteOffset + no_cols;
+  rBufferLength = no_cols;
+
+  hSbrCut->pre_transient_info[0] = 0;
+  hSbrCut->pre_transient_info[1] = 0;
+
+
+  hSbrCut->no_cols = no_cols;
+  hSbrCut->no_rows = no_rows;
+  hSbrCut->start_index = start_index;
+
+  hSbrCut->time_slots = time_slots;
+  hSbrCut->time_step = time_step;
+
+  FDK_ASSERT(no_rows        <=   QMF_CHANNELS);
+
+  /* Use half the Energy values if time step is 2 or greater */
+  if (time_step >= 2)
+    hSbrCut->YBufferSzShift = 1;
+  else
+    hSbrCut->YBufferSzShift = 0;
+
+  YBufferLength               >>= hSbrCut->YBufferSzShift;
+  hSbrCut->YBufferWriteOffset >>= hSbrCut->YBufferSzShift;
+
+  FDK_ASSERT(YBufferLength<=QMF_MAX_TIME_SLOTS);
+
+  FIXP_DBL *YBufferDyn = GetRam_Sbr_envYBuffer(chInEl, dynamic_RAM);
+  INT n=0;
+  for (i=(QMF_MAX_TIME_SLOTS>>1); i < QMF_MAX_TIME_SLOTS; i++,n++) {
+    hSbrCut->YBuffer[i] = YBufferDyn + (n*QMF_CHANNELS);
+  }
+
+  if(statesInitFlag) {
+    for (i=0; i<YBufferLength; i++) {
+      FDKmemclear( hSbrCut->YBuffer[i],QMF_CHANNELS*sizeof(FIXP_DBL));
+    }
+  }
+
+  for (i = 0; i < rBufferLength; i++) {
+    FDKmemclear( hSbrCut->rBuffer[i],QMF_CHANNELS*sizeof(FIXP_DBL));
+    FDKmemclear( hSbrCut->iBuffer[i],QMF_CHANNELS*sizeof(FIXP_DBL));
+  }
+
+  FDKmemclear (hSbrCut->envelopeCompensation,sizeof(UCHAR)*MAX_FREQ_COEFFS);
+
+  if(statesInitFlag) {
+    hSbrCut->YBufferScale[0] = hSbrCut->YBufferScale[1] = FRACT_BITS-1;
+  }
+
+  return (0);
+}
+
+
+
+
+/***************************************************************************/
+/*!
+
+  \brief  deinitializes an envelope extractor handle
+
+  \return void
+
+****************************************************************************/
+
+void
+FDKsbrEnc_deleteExtractSbrEnvelope (HANDLE_SBR_EXTRACT_ENVELOPE hSbrCut)
+{
+
+  if (hSbrCut) {
+    FreeRam_Sbr_envYBuffer(&hSbrCut->p_YBuffer);
+  }
+}
+
+INT
+FDKsbrEnc_GetEnvEstDelay(HANDLE_SBR_EXTRACT_ENVELOPE hSbr)
+{
+  return hSbr->no_rows*((hSbr->YBufferWriteOffset)*2     /* mult 2 because nrg's are grouped half */
+                        - hSbr->rBufferReadOffset );       /* in reference hold half spec and calc nrg's on overlapped spec */
+
+}
+
+
+
+
diff --git a/libSBRenc/src/env_est.h b/libSBRenc/src/env_est.h
new file mode 100644 (file)
index 0000000..5e632a4
--- /dev/null
@@ -0,0 +1,224 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Envelope estimation structs and prototypes  
+*/
+#ifndef __ENV_EST_H
+#define __ENV_EST_H
+
+#include "sbr_def.h"
+#include "sbr_encoder.h" /* SBR econfig structs */
+#include "ps_main.h"
+#include "bit_sbr.h"
+#include "fram_gen.h"
+#include "tran_det.h"
+#include "code_env.h"
+#include "ton_corr.h"
+
+typedef struct
+{
+  FIXP_DBL  *rBuffer[QMF_MAX_TIME_SLOTS];
+  FIXP_DBL  *iBuffer[QMF_MAX_TIME_SLOTS];
+
+  FIXP_DBL  *p_YBuffer;
+
+  FIXP_DBL  *YBuffer[QMF_MAX_TIME_SLOTS];
+  int        YBufferScale[2];
+
+  UCHAR envelopeCompensation[MAX_FREQ_COEFFS];
+  UCHAR pre_transient_info[2];
+
+
+  int YBufferWriteOffset;
+  int YBufferSzShift;
+  int rBufferReadOffset;
+
+  int no_cols;
+  int no_rows;
+  int start_index;
+
+  int time_slots;
+  int time_step;
+}
+SBR_EXTRACT_ENVELOPE;
+typedef SBR_EXTRACT_ENVELOPE *HANDLE_SBR_EXTRACT_ENVELOPE;
+
+struct ENV_CHANNEL
+{
+  SBR_TRANSIENT_DETECTOR sbrTransientDetector;
+  SBR_CODE_ENVELOPE sbrCodeEnvelope;
+  SBR_CODE_ENVELOPE sbrCodeNoiseFloor;
+  SBR_EXTRACT_ENVELOPE sbrExtractEnvelope;
+
+
+  SBR_ENVELOPE_FRAME SbrEnvFrame;
+  SBR_TON_CORR_EST   TonCorr;
+
+  struct SBR_ENV_DATA encEnvData;
+
+  int qmfScale;
+  UCHAR fLevelProtect;
+};
+typedef struct ENV_CHANNEL *HANDLE_ENV_CHANNEL;
+
+/************  Function Declarations ***************/
+
+INT
+FDKsbrEnc_CreateExtractSbrEnvelope (HANDLE_SBR_EXTRACT_ENVELOPE  hSbrCut,
+                                    INT channel
+                                   ,INT chInEl
+                                   ,UCHAR* dynamic_RAM
+                         );
+
+
+INT
+FDKsbrEnc_InitExtractSbrEnvelope (
+                          HANDLE_SBR_EXTRACT_ENVELOPE hSbr,
+                          int no_cols,
+                          int no_rows,
+                          int start_index,
+                          int time_slots, int time_step, int tran_off,
+                          ULONG statesInitFlag
+                         ,int chInEl
+                         ,UCHAR* dynamic_RAM
+                         ,UINT sbrSyntaxFlags
+                         );
+
+void FDKsbrEnc_deleteExtractSbrEnvelope (HANDLE_SBR_EXTRACT_ENVELOPE hSbrCut);
+
+typedef struct {
+    FREQ_RES res[MAX_NUM_NOISE_VALUES];
+    int maxQuantError;
+
+} SBR_FRAME_TEMP_DATA;
+
+typedef struct {
+    const SBR_FRAME_INFO *frame_info;
+    FIXP_DBL noiseFloor[MAX_NUM_NOISE_VALUES];
+    SCHAR sfb_nrg_coupling[MAX_NUM_ENVELOPE_VALUES]; /* only used if stereomode = SWITCH_L_R_C */
+    SCHAR sfb_nrg[MAX_NUM_ENVELOPE_VALUES];
+    SCHAR noise_level_coupling[MAX_NUM_NOISE_VALUES]; /* only used if stereomode = SWITCH_L_R_C */
+    SCHAR noise_level[MAX_NUM_NOISE_VALUES];
+    UCHAR transient_info[3];
+    UCHAR nEnvelopes;
+} SBR_ENV_TEMP_DATA;
+
+/*
+ * Extract features from QMF data. Afterwards, the QMF data is not required anymore.
+ */
+void
+FDKsbrEnc_extractSbrEnvelope1(
+                   HANDLE_SBR_CONFIG_DATA    h_con,
+                   HANDLE_SBR_HEADER_DATA    sbrHeaderData,
+                   HANDLE_SBR_BITSTREAM_DATA sbrBitstreamData,
+                   HANDLE_ENV_CHANNEL        h_envChan,
+                   HANDLE_COMMON_DATA        cmonData,
+                   SBR_ENV_TEMP_DATA   *eData,
+                   SBR_FRAME_TEMP_DATA *fData
+                    );
+
+
+/*
+ * Process the previously features extracted by FDKsbrEnc_extractSbrEnvelope1
+ * and create/encode SBR envelopes.
+ */
+void
+FDKsbrEnc_extractSbrEnvelope2(
+                   HANDLE_SBR_CONFIG_DATA     h_con,
+                   HANDLE_SBR_HEADER_DATA     sbrHeaderData,
+                   HANDLE_PARAMETRIC_STEREO   hParametricStereo,
+                   HANDLE_SBR_BITSTREAM_DATA  sbrBitstreamData,
+                   HANDLE_ENV_CHANNEL         sbrEnvChannel0,
+                   HANDLE_ENV_CHANNEL         sbrEnvChannel1,
+                   HANDLE_COMMON_DATA         cmonData,
+                   SBR_ENV_TEMP_DATA         *eData,
+                   SBR_FRAME_TEMP_DATA       *fData,
+                   int                        clearOutput
+                   );
+
+INT
+FDKsbrEnc_GetEnvEstDelay(HANDLE_SBR_EXTRACT_ENVELOPE hSbr);
+
+#endif
diff --git a/libSBRenc/src/fram_gen.cpp b/libSBRenc/src/fram_gen.cpp
new file mode 100644 (file)
index 0000000..86c3c81
--- /dev/null
@@ -0,0 +1,2053 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "fram_gen.h"
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+static const SBR_FRAME_INFO frameInfo1_2048 = {
+            1,
+            { 0, 16},
+            {FREQ_RES_HIGH},
+             0,
+             1,
+             {0, 16} };
+
+static const SBR_FRAME_INFO frameInfo2_2048 = {
+            2,
+            { 0,  8, 16},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  8, 16} };
+
+static const SBR_FRAME_INFO frameInfo4_2048 = {
+            4,
+            { 0,  4,  8, 12, 16},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  8, 16} };
+
+static const SBR_FRAME_INFO frameInfo1_2304 = {
+            1,
+            { 0, 18},
+            {FREQ_RES_HIGH},
+            0,
+            1,
+            { 0, 18} };
+
+static const SBR_FRAME_INFO frameInfo2_2304 = {
+            2,
+            { 0,  9, 18},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  9, 18} };
+
+static const SBR_FRAME_INFO frameInfo4_2304 = {
+            4,
+            { 0,  5,  9, 14, 18},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  9, 18} };
+
+static const SBR_FRAME_INFO frameInfo1_1920 = {
+            1,
+            { 0, 15},
+            {FREQ_RES_HIGH},
+            0,
+            1,
+            { 0, 15} };
+
+static const SBR_FRAME_INFO frameInfo2_1920 = {
+            2,
+            { 0,  8, 15},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  8, 15} };
+
+static const SBR_FRAME_INFO frameInfo4_1920 = {
+            4,
+            { 0,  4,  8, 12, 15},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  8, 15} };
+
+static const SBR_FRAME_INFO frameInfo1_1152 = {
+            1,
+            { 0,  9},
+            {FREQ_RES_HIGH},
+            0,
+            1,
+            { 0,  9} };
+
+static const SBR_FRAME_INFO frameInfo2_1152 = {
+            2,
+            { 0,  5,  9},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  5,  9} };
+
+static const SBR_FRAME_INFO frameInfo4_1152 = {
+            4,
+            { 0,  2,  5,
+              7,  9},
+            {FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH},
+            0,
+            2,
+            { 0,  5,  9} };
+
+
+/* AACLD frame info */
+static const SBR_FRAME_INFO frameInfo1_512LD = {
+                   1,
+                   {0, 8},
+                   {FREQ_RES_HIGH},
+                   0,
+                   1,
+                   {0, 8}};
+
+static const SBR_FRAME_INFO frameInfo2_512LD = {
+                   2,
+                   {0, 4, 8},
+                   {FREQ_RES_HIGH, FREQ_RES_HIGH},
+                   0,
+                   2,
+                   {0, 4, 8}};
+
+static const SBR_FRAME_INFO frameInfo4_512LD = {
+                   4,
+                   {0, 2, 4, 6, 8},
+                   {FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH},
+                   0,
+                   2,
+                   {0, 4, 8}};
+
+static int
+calcFillLengthMax (int tranPos,          /*!< input : transient position (ref: tran det) */
+                   int numberTimeSlots   /*!< input : number of timeslots */
+                   );
+
+static void
+fillFrameTran (const int *v_tuningSegm,      /*!< tuning: desired segment lengths */
+               const int *v_tuningFreq,      /*!< tuning: desired frequency resolutions */
+               int tran,                     /*!< input : position of transient */
+               int *v_bord,                  /*!< memNew: borders */
+               int *length_v_bord,           /*!< memNew: # borders */
+               int *v_freq,                  /*!< memNew: frequency resolutions */
+               int *length_v_freq,           /*!< memNew: # frequency resolutions */
+               int *bmin,                    /*!< hlpNew: first mandatory border */
+               int *bmax                     /*!< hlpNew: last  mandatory border */
+               );
+
+static void fillFramePre (INT dmax, INT *v_bord, INT *length_v_bord,
+                          INT *v_freq, INT *length_v_freq, INT bmin,
+                          INT rest);
+
+static void fillFramePost (INT *parts, INT *d, INT dmax, INT *v_bord,
+                           INT *length_v_bord, INT *v_freq,
+                           INT *length_v_freq, INT bmax,
+                           INT bufferFrameStart, INT numberTimeSlots, INT fmax);
+
+static void fillFrameInter (INT *nL, const int *v_tuningSegm, INT *v_bord,
+                            INT *length_v_bord, INT bmin, INT *v_freq,
+                            INT *length_v_freq, INT *v_bordFollow,
+                            INT *length_v_bordFollow, INT *v_freqFollow,
+                            INT *length_v_freqFollow, INT i_fillFollow,
+                            INT dmin, INT dmax, INT numberTimeSlots);
+
+static void calcFrameClass (FRAME_CLASS *frameClass, FRAME_CLASS *frameClassOld, INT tranFlag,
+                            INT *spreadFlag);
+
+static void specialCase (INT *spreadFlag, INT allowSpread, INT *v_bord,
+                         INT *length_v_bord, INT *v_freq, INT *length_v_freq,
+                         INT *parts, INT d);
+
+static void calcCmonBorder (INT *i_cmon, INT *i_tran, INT *v_bord,
+                            INT *length_v_bord, INT tran,
+                            INT bufferFrameStart, INT numberTimeSlots);
+
+static void keepForFollowUp (INT *v_bordFollow, INT *length_v_bordFollow,
+                             INT *v_freqFollow, INT *length_v_freqFollow,
+                             INT *i_tranFollow, INT *i_fillFollow,
+                             INT *v_bord, INT *length_v_bord, INT *v_freq,
+                             INT i_cmon, INT i_tran, INT parts, INT numberTimeSlots);
+
+static void calcCtrlSignal (HANDLE_SBR_GRID hSbrGrid, FRAME_CLASS frameClass,
+                            INT *v_bord, INT length_v_bord, INT *v_freq,
+                            INT length_v_freq, INT i_cmon, INT i_tran,
+                            INT spreadFlag, INT nL);
+
+static void ctrlSignal2FrameInfo (HANDLE_SBR_GRID hSbrGrid,
+                                  HANDLE_SBR_FRAME_INFO hFrameInfo,
+                                  INT freq_res_fixfix);
+
+
+/* table for 8 time slot index */
+static const int envelopeTable_8 [8][5] = {
+/* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+/* borders from left to right side; -1 = not in use */
+    /*[|T-|------]*/  { 2, 0, 0, 1, -1 },
+    /*[|-T-|-----]*/  { 2, 0, 0, 2, -1 },
+    /*[--|T-|----]*/  { 3, 1, 1, 2,  4 },
+    /*[---|T-|---]*/  { 3, 1, 1, 3,  5 },
+    /*[----|T-|--]*/  { 3, 1, 1, 4,  6 },
+    /*[-----|T--|]*/  { 2, 1, 1, 5, -1 },
+    /*[------|T-|]*/  { 2, 1, 1, 6, -1 },
+    /*[-------|T|]*/  { 2, 1, 1, 7, -1 },
+};
+
+/* table for 16 time slot index */
+static const int envelopeTable_16 [16][6] = {
+    /* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+    /* length from left to right side; -1 = not in use */
+    /*[|T---|------------|]*/ { 2, 0, 0, 4, -1, -1},
+    /*[|-T---|-----------|]*/ { 2, 0, 0, 5, -1, -1},
+    /*[|--|T---|----------]*/ { 3, 1, 1, 2,  6, -1},
+    /*[|---|T---|---------]*/ { 3, 1, 1, 3,  7, -1},
+    /*[|----|T---|--------]*/ { 3, 1, 1, 4,  8, -1},
+    /*[|-----|T---|-------]*/ { 3, 1, 1, 5,  9, -1},
+    /*[|------|T---|------]*/ { 3, 1, 1, 6, 10, -1},
+    /*[|-------|T---|-----]*/ { 3, 1, 1, 7, 11, -1},
+    /*[|--------|T---|----]*/ { 3, 1, 1, 8, 12, -1},
+    /*[|---------|T---|---]*/ { 3, 1, 1, 9, 13, -1},
+    /*[|----------|T---|--]*/ { 3, 1, 1,10, 14, -1},
+    /*[|-----------|T----|]*/ { 2, 1, 1,11, -1, -1},
+    /*[|------------|T---|]*/ { 2, 1, 1,12, -1, -1},
+    /*[|-------------|T--|]*/ { 2, 1, 1,13, -1, -1},
+    /*[|--------------|T-|]*/ { 2, 1, 1,14, -1, -1},
+    /*[|---------------|T|]*/ { 2, 1, 1,15, -1, -1},
+};
+
+/* table for 15 time slot index */
+static const int envelopeTable_15 [15][6] = {
+    /* transientIndex  nEnv, tranIdx, shortEnv, border1, border2, ... */
+    /* length from left to right side; -1 = not in use */
+    /*[|T---|------------]*/ { 2, 0, 0, 4, -1, -1},
+    /*[|-T---|-----------]*/ { 2, 0, 0, 5, -1, -1},
+    /*[|--|T---|---------]*/ { 3, 1, 1, 2,  6, -1},
+    /*[|---|T---|--------]*/ { 3, 1, 1, 3,  7, -1},
+    /*[|----|T---|-------]*/ { 3, 1, 1, 4,  8, -1},
+    /*[|-----|T---|------]*/ { 3, 1, 1, 5,  9, -1},
+    /*[|------|T---|-----]*/ { 3, 1, 1, 6, 10, -1},
+    /*[|-------|T---|----]*/ { 3, 1, 1, 7, 11, -1},
+    /*[|--------|T---|---]*/ { 3, 1, 1, 8, 12, -1},
+    /*[|---------|T---|--]*/ { 3, 1, 1, 9, 13, -1},
+    /*[|----------|T----|]*/ { 2, 1, 1,10, -1, -1},
+    /*[|-----------|T---|]*/ { 2, 1, 1,11, -1, -1},
+    /*[|------------|T--|]*/ { 2, 1, 1,12, -1, -1},
+    /*[|-------------|T-|]*/ { 2, 1, 1,13, -1, -1},
+    /*[|--------------|T|]*/ { 2, 1, 1,14, -1, -1},
+};
+
+static const int minFrameTranDistance = 4;
+
+static const FREQ_RES freqRes_table_8[] = {FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW,
+  FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH};
+
+static const FREQ_RES freqRes_table_16[16] = {
+    /* size of envelope */
+/* 0-4 */    FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW,
+/* 5-9 */    FREQ_RES_LOW, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH,
+/* 10-16 */  FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH, FREQ_RES_HIGH,
+             FREQ_RES_HIGH };
+
+static void generateFixFixOnly ( HANDLE_SBR_FRAME_INFO hSbrFrameInfo,
+                                 HANDLE_SBR_GRID hSbrGrid,
+                                 int tranPosInternal,
+                                 int numberTimeSlots
+                               );
+
+
+/*!
+  Functionname: FDKsbrEnc_frameInfoGenerator
+
+  Description:  produces the FRAME_INFO struct for the current frame
+
+  Arguments:    hSbrEnvFrame          - pointer to sbr envelope handle
+                v_pre_transient_info  - pointer to transient info vector
+                v_transient_info      - pointer to previous transient info vector
+                v_tuning              - pointer to tuning vector
+
+ Return:      frame_info        - pointer to SBR_FRAME_INFO struct
+
+*******************************************************************************/
+HANDLE_SBR_FRAME_INFO
+FDKsbrEnc_frameInfoGenerator (HANDLE_SBR_ENVELOPE_FRAME hSbrEnvFrame,
+                    UCHAR *v_transient_info,
+                    UCHAR *v_transient_info_pre,
+                    int ldGrid,
+                    const int *v_tuning)
+{
+  INT numEnv, tranPosInternal=0, bmin=0, bmax=0, parts, d, i_cmon=0, i_tran=0, nL;
+  INT fmax = 0;
+
+  INT *v_bord = hSbrEnvFrame->v_bord;
+  INT *v_freq = hSbrEnvFrame->v_freq;
+  INT *v_bordFollow = hSbrEnvFrame->v_bordFollow;
+  INT *v_freqFollow = hSbrEnvFrame->v_freqFollow;
+
+
+  INT *length_v_bordFollow = &hSbrEnvFrame->length_v_bordFollow;
+  INT *length_v_freqFollow = &hSbrEnvFrame->length_v_freqFollow;
+  INT *length_v_bord = &hSbrEnvFrame->length_v_bord;
+  INT *length_v_freq = &hSbrEnvFrame->length_v_freq;
+  INT *spreadFlag = &hSbrEnvFrame->spreadFlag;
+  INT *i_tranFollow = &hSbrEnvFrame->i_tranFollow;
+  INT *i_fillFollow = &hSbrEnvFrame->i_fillFollow;
+  FRAME_CLASS *frameClassOld = &hSbrEnvFrame->frameClassOld;
+  FRAME_CLASS frameClass = FIXFIX;
+
+
+  INT allowSpread = hSbrEnvFrame->allowSpread;
+  INT numEnvStatic = hSbrEnvFrame->numEnvStatic;
+  INT staticFraming = hSbrEnvFrame->staticFraming;
+  INT dmin = hSbrEnvFrame->dmin;
+  INT dmax = hSbrEnvFrame->dmax;
+
+  INT bufferFrameStart = hSbrEnvFrame->SbrGrid.bufferFrameStart;
+  INT numberTimeSlots = hSbrEnvFrame->SbrGrid.numberTimeSlots;
+  INT frameMiddleSlot = hSbrEnvFrame->frameMiddleSlot;
+
+  INT tranPos = v_transient_info[0];
+  INT tranFlag = v_transient_info[1];
+
+  const int *v_tuningSegm = v_tuning;
+  const int *v_tuningFreq = v_tuning + 3;
+
+  hSbrEnvFrame->v_tuningSegm = v_tuningSegm;
+  INT freq_res_fixfix = hSbrEnvFrame->freq_res_fixfix;
+
+  if (ldGrid) {
+    /* in case there was a transient at the very end of the previous frame, start with a transient envelope */
+    if(v_transient_info_pre[1] && (numberTimeSlots - v_transient_info_pre[0] < minFrameTranDistance)){
+      tranFlag = 1;
+      tranPos  = 0;
+    }
+  }
+
+  /*
+   * Synopsis:
+   *
+   * The frame generator creates the time-/frequency-grid for one SBR frame.
+   * Input signals are provided by the transient detector and the frame
+   * splitter (transientDetectNew() & FrameSplitter() in tran_det.c).  The
+   * framing is controlled by adjusting tuning parameters stored in
+   * FRAME_GEN_TUNING.  The parameter values are dependent on frame lengths
+   * and bitrates, and may in the future be signal dependent.
+   *
+   * The envelope borders are stored for frame generator internal use in
+   * aBorders.  The contents of aBorders represent positions along the time
+   * axis given in the figures in fram_gen.h (the "frame-generator" rows).
+   * The unit is "time slot".  The figures in fram_gen.h also define the
+   * detection ranges for the transient detector.  For every border in
+   * aBorders, there is a corresponding entry in aFreqRes, which defines the
+   * frequency resolution of the envelope following (delimited by) the
+   * border.
+   *
+   * When no transients are present, FIXFIX class frames are used.  The
+   * frame splitter decides whether to use one or two envelopes in the
+   * FIXFIX frame.  "Sparse transients" (separated by a few frames without
+   * transients) are handeled by [FIXVAR, VARFIX] pairs or (depending on
+   * tuning and transient position relative the nominal frame boundaries)
+   * by [FIXVAR, VARVAR, VARFIX] triples.  "Tight transients" (in
+   * consecutive frames) are handeled by [..., VARVAR, VARVAR, ...]
+   * sequences.
+   *
+   * The generator assumes that transients are "sparse", and designs
+   * borders for [FIXVAR, VARFIX] pairs right away, where the first frame
+   * corresponds to the present frame.  At the next call of the generator
+   * it is known whether the transient actually is "sparse" or not.  If
+   * 'yes', the already calculated VARFIX borders are used.  If 'no', new
+   * borders, meeting the requirements of the "tight" transient, are
+   * calculated.
+   *
+   * The generator produces two outputs:  A "clear-text bitstream" stored in
+   * SBR_GRID, and a straight-forward representation of the grid stored in
+   * SBR_FRAME_INFO.  The former is subsequently converted to the actual
+   * bitstream sbr_grid() (encodeSbrGrid() in bit_sbr.c).  The latter is
+   * used by other encoder functions, such as the envelope estimator
+   * (calculateSbrEnvelope() in env_est.c) and the noise floor and missing
+   * harmonics detector (TonCorrParamExtr() in nf_est.c).
+   */
+
+  if (staticFraming) {
+    /*--------------------------------------------------------------------------
+      Ignore transient detector
+    ---------------------------------------------------------------------------*/
+
+    frameClass = FIXFIX;
+    numEnv = numEnvStatic;      /* {1,2,4,8} */
+    *frameClassOld = FIXFIX;    /* for change to dyn */
+    hSbrEnvFrame->SbrGrid.bs_num_env = numEnv;
+    hSbrEnvFrame->SbrGrid.frameClass = frameClass;
+  }
+  else {
+    /*--------------------------------------------------------------------------
+      Calculate frame class to use
+    ---------------------------------------------------------------------------*/
+    calcFrameClass (&frameClass, frameClassOld, tranFlag, spreadFlag);
+
+    /* patch for new frame class FIXFIXonly for AAC LD */
+    if (tranFlag && ldGrid) {
+      frameClass     = FIXFIXonly;
+      *frameClassOld = FIXFIX;
+    }
+
+    /*
+     * every transient is processed below by inserting
+     *
+     * - one border at the onset of the transient
+     * - one or more "decay borders" (after the onset of the transient)
+     * - optionally one "attack border" (before the onset of the transient)
+     *
+     * those borders are referred to as "mandatory borders" and are
+     * defined by the 'segmentLength' array in FRAME_GEN_TUNING
+     *
+     * the frequency resolutions of the corresponding envelopes are
+     * defined by the 'segmentRes' array in FRAME_GEN_TUNING
+     */
+
+    /*--------------------------------------------------------------------------
+      Design frame (or follow-up old design)
+    ---------------------------------------------------------------------------*/
+    if (tranFlag) {             /* Always for FixVar, often but not always for VarVar */
+      /*--------------------------------------------------------------------------
+        Design part of T/F-grid around the new transient
+      ---------------------------------------------------------------------------*/
+
+      tranPosInternal = frameMiddleSlot + tranPos + bufferFrameStart ;      /* FH 00-06-26 */
+      /*
+        add mandatory borders around transient
+      */
+
+      fillFrameTran ( v_tuningSegm,
+                      v_tuningFreq,
+                      tranPosInternal,
+                      v_bord,
+                      length_v_bord,
+                      v_freq,
+                      length_v_freq,
+                     &bmin,
+                     &bmax );
+
+      /* make sure we stay within the maximum SBR frame overlap */
+      fmax = calcFillLengthMax(tranPos, numberTimeSlots);
+    }
+
+    switch (frameClass) {
+
+    case FIXFIXonly:
+      FDK_ASSERT(ldGrid);
+      tranPosInternal = tranPos;
+      generateFixFixOnly ( &(hSbrEnvFrame->SbrFrameInfo),
+                           &(hSbrEnvFrame->SbrGrid),
+                           tranPosInternal,
+                           numberTimeSlots
+                           );
+
+      return &(hSbrEnvFrame->SbrFrameInfo);
+
+    case FIXVAR:
+
+      /*--------------------------------------------------------------------------
+         Design remaining parts of T/F-grid (assuming next frame is VarFix)
+      ---------------------------------------------------------------------------*/
+
+      /*--------------------------------------------------------------------------
+        Fill region before new transient:
+      ---------------------------------------------------------------------------*/
+      fillFramePre (dmax, v_bord, length_v_bord, v_freq, length_v_freq,
+                    bmin, bmin - bufferFrameStart);     /* FH 00-06-26 */
+
+      /*--------------------------------------------------------------------------
+        Fill region after new transient:
+      ---------------------------------------------------------------------------*/
+      fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq,
+                     length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
+
+      /*--------------------------------------------------------------------------
+        Take care of special case:
+      ---------------------------------------------------------------------------*/
+      if (parts == 1 && d < dmin)       /* no fill, short last envelope */
+        specialCase (spreadFlag, allowSpread, v_bord, length_v_bord,
+                     v_freq, length_v_freq, &parts, d);
+
+      /*--------------------------------------------------------------------------
+        Calculate common border (split-point)
+      ---------------------------------------------------------------------------*/
+      calcCmonBorder (&i_cmon, &i_tran, v_bord, length_v_bord, tranPosInternal,
+                      bufferFrameStart, numberTimeSlots);       /* FH 00-06-26 */
+
+      /*--------------------------------------------------------------------------
+        Extract data for proper follow-up in next frame
+      ---------------------------------------------------------------------------*/
+      keepForFollowUp (v_bordFollow, length_v_bordFollow, v_freqFollow,
+                       length_v_freqFollow, i_tranFollow, i_fillFollow,
+                       v_bord, length_v_bord, v_freq, i_cmon, i_tran, parts, numberTimeSlots);  /* FH 00-06-26 */
+
+      /*--------------------------------------------------------------------------
+        Calculate control signal
+      ---------------------------------------------------------------------------*/
+      calcCtrlSignal (&hSbrEnvFrame->SbrGrid, frameClass,
+                      v_bord, *length_v_bord, v_freq, *length_v_freq,
+                      i_cmon, i_tran, *spreadFlag, DC);
+      break;
+    case VARFIX:
+      /*--------------------------------------------------------------------------
+        Follow-up old transient - calculate control signal
+      ---------------------------------------------------------------------------*/
+      calcCtrlSignal (&hSbrEnvFrame->SbrGrid, frameClass,
+                      v_bordFollow, *length_v_bordFollow, v_freqFollow,
+                      *length_v_freqFollow, DC, *i_tranFollow,
+                      *spreadFlag, DC);
+      break;
+    case VARVAR:
+      if (*spreadFlag) {        /* spread across three frames */
+        /*--------------------------------------------------------------------------
+          Follow-up old transient - calculate control signal
+        ---------------------------------------------------------------------------*/
+        calcCtrlSignal (&hSbrEnvFrame->SbrGrid,
+                        frameClass, v_bordFollow, *length_v_bordFollow,
+                        v_freqFollow, *length_v_freqFollow, DC,
+                        *i_tranFollow, *spreadFlag, DC);
+
+        *spreadFlag = 0;
+
+        /*--------------------------------------------------------------------------
+          Extract data for proper follow-up in next frame
+        ---------------------------------------------------------------------------*/
+        v_bordFollow[0] = hSbrEnvFrame->SbrGrid.bs_abs_bord_1 - numberTimeSlots; /* FH 00-06-26 */
+        v_freqFollow[0] = 1;
+        *length_v_bordFollow = 1;
+        *length_v_freqFollow = 1;
+
+        *i_tranFollow = -DC;
+        *i_fillFollow = -DC;
+      }
+      else {
+        /*--------------------------------------------------------------------------
+          Design remaining parts of T/F-grid (assuming next frame is VarFix)
+          adapt or fill region before new transient:
+        ---------------------------------------------------------------------------*/
+        fillFrameInter (&nL, v_tuningSegm, v_bord, length_v_bord, bmin,
+                        v_freq, length_v_freq, v_bordFollow,
+                        length_v_bordFollow, v_freqFollow,
+                        length_v_freqFollow, *i_fillFollow, dmin, dmax,
+                        numberTimeSlots);
+
+        /*--------------------------------------------------------------------------
+          Fill after transient:
+        ---------------------------------------------------------------------------*/
+        fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq,
+                       length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
+
+        /*--------------------------------------------------------------------------
+          Take care of special case:
+        ---------------------------------------------------------------------------*/
+        if (parts == 1 && d < dmin)     /*% no fill, short last envelope */
+          specialCase (spreadFlag, allowSpread, v_bord, length_v_bord,
+                       v_freq, length_v_freq, &parts, d);
+
+        /*--------------------------------------------------------------------------
+          Calculate common border (split-point)
+        ---------------------------------------------------------------------------*/
+        calcCmonBorder (&i_cmon, &i_tran, v_bord, length_v_bord, tranPosInternal,
+                        bufferFrameStart, numberTimeSlots);
+
+        /*--------------------------------------------------------------------------
+          Extract data for proper follow-up in next frame
+        ---------------------------------------------------------------------------*/
+        keepForFollowUp (v_bordFollow, length_v_bordFollow,
+                         v_freqFollow, length_v_freqFollow,
+                         i_tranFollow, i_fillFollow, v_bord,
+                         length_v_bord, v_freq, i_cmon, i_tran, parts, numberTimeSlots);
+
+        /*--------------------------------------------------------------------------
+          Calculate control signal
+        ---------------------------------------------------------------------------*/
+        calcCtrlSignal (&hSbrEnvFrame->SbrGrid,
+                        frameClass, v_bord, *length_v_bord, v_freq,
+                        *length_v_freq, i_cmon, i_tran, 0, nL);
+      }
+      break;
+    case FIXFIX:
+      if (tranPos == 0)
+        numEnv = 1;
+      else
+        numEnv = 2;
+
+      hSbrEnvFrame->SbrGrid.bs_num_env = numEnv;
+      hSbrEnvFrame->SbrGrid.frameClass = frameClass;
+
+      break;
+    default:
+      FDK_ASSERT(0);
+    }
+  }
+
+  /*-------------------------------------------------------------------------
+    Convert control signal to frame info struct
+  ---------------------------------------------------------------------------*/
+  ctrlSignal2FrameInfo (&hSbrEnvFrame->SbrGrid,
+                        &hSbrEnvFrame->SbrFrameInfo,
+                        freq_res_fixfix);
+
+  return &hSbrEnvFrame->SbrFrameInfo;
+}
+
+
+/***************************************************************************/
+/*!
+  \brief    Gnerates frame info for FIXFIXonly frame class used for low delay version
+
+  \return   nothing
+ ****************************************************************************/
+static void generateFixFixOnly ( HANDLE_SBR_FRAME_INFO hSbrFrameInfo,
+                                 HANDLE_SBR_GRID hSbrGrid,
+                                 int tranPosInternal,
+                                 int numberTimeSlots
+                               )
+{
+  int nEnv, i, k=0, tranIdx;
+  const int *pTable = NULL;
+  const FREQ_RES *freqResTable = NULL;
+
+  switch (numberTimeSlots) {
+      case 8:
+          pTable = envelopeTable_8[tranPosInternal];
+          freqResTable = freqRes_table_8;
+          break;
+      case 15:
+          pTable = envelopeTable_15[tranPosInternal];
+          freqResTable = freqRes_table_16;
+          break;
+      case 16:
+          pTable = envelopeTable_16[tranPosInternal];
+          freqResTable = freqRes_table_16;
+          break;
+  }
+
+  /* look number of envolpes in table */
+  nEnv = pTable[0];
+  /* look up envolpe distribution in table */
+  for (i=1; i<nEnv; i++)
+    hSbrFrameInfo->borders[i] = pTable[i+2];
+
+  /* open and close frame border */
+  hSbrFrameInfo->borders[0]    = 0;
+  hSbrFrameInfo->borders[nEnv] = numberTimeSlots;
+
+  /* adjust segment-frequency-resolution according to the segment-length */
+  for (i=0; i<nEnv; i++){
+    k = hSbrFrameInfo->borders[i+1] - hSbrFrameInfo->borders[i];
+    hSbrFrameInfo->freqRes[i] = freqResTable[k];
+    hSbrGrid->v_f[i] = freqResTable[k];
+  }
+
+  hSbrFrameInfo->nEnvelopes = nEnv;
+  hSbrFrameInfo->shortEnv   = pTable[2];
+  /* transient idx */
+  tranIdx = pTable[1];
+
+  /* add noise floors */
+  hSbrFrameInfo->bordersNoise[0] = 0;
+  hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1];
+  hSbrFrameInfo->bordersNoise[2] = numberTimeSlots;
+  hSbrFrameInfo->nNoiseEnvelopes = 2;
+
+  hSbrGrid->frameClass = FIXFIXonly;
+  hSbrGrid->bs_abs_bord = tranPosInternal;
+  hSbrGrid->bs_num_env = nEnv;
+
+}
+
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_initFrameInfoGenerator
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   hSbrEnvFrame  - pointer to sbr envelope handle
+              allowSpread   - commandline parameter
+              numEnvStatic  - commandline parameter
+              staticFraming - commandline parameter
+
+ Return:      none
+
+*******************************************************************************/
+void
+FDKsbrEnc_initFrameInfoGenerator (HANDLE_SBR_ENVELOPE_FRAME  hSbrEnvFrame,
+                          INT allowSpread,
+                          INT numEnvStatic,
+                          INT staticFraming,
+                          INT timeSlots,
+                          INT freq_res_fixfix
+                          ,int ldGrid
+                          )
+
+{                               /* FH 00-06-26 */
+
+  FDKmemclear(hSbrEnvFrame,sizeof(SBR_ENVELOPE_FRAME ));
+
+
+  /* Initialisation */
+  hSbrEnvFrame->frameClassOld = FIXFIX;
+  hSbrEnvFrame->spreadFlag = 0;
+
+  hSbrEnvFrame->allowSpread = allowSpread;
+  hSbrEnvFrame->numEnvStatic = numEnvStatic;
+  hSbrEnvFrame->staticFraming = staticFraming;
+  hSbrEnvFrame->freq_res_fixfix = freq_res_fixfix;
+
+  hSbrEnvFrame->length_v_bord = 0;
+  hSbrEnvFrame->length_v_bordFollow = 0;
+
+  hSbrEnvFrame->length_v_freq = 0;
+  hSbrEnvFrame->length_v_freqFollow = 0;
+
+  hSbrEnvFrame->i_tranFollow = 0;
+  hSbrEnvFrame->i_fillFollow = 0;
+
+  hSbrEnvFrame->SbrGrid.numberTimeSlots = timeSlots;
+
+  if (ldGrid) {
+    /*case CODEC_AACLD:*/
+      hSbrEnvFrame->dmin = 2;
+      hSbrEnvFrame->dmax = 16;
+      hSbrEnvFrame->frameMiddleSlot = FRAME_MIDDLE_SLOT_512LD;
+  } else
+  switch(timeSlots){
+    case NUMBER_TIME_SLOTS_1920:
+      hSbrEnvFrame->dmin = 4;
+      hSbrEnvFrame->dmax = 12;
+      hSbrEnvFrame->SbrGrid.bufferFrameStart = 0;
+      hSbrEnvFrame->frameMiddleSlot = FRAME_MIDDLE_SLOT_1920;
+    break;
+    case NUMBER_TIME_SLOTS_2048:
+      hSbrEnvFrame->dmin = 4;
+      hSbrEnvFrame->dmax = 12;
+      hSbrEnvFrame->SbrGrid.bufferFrameStart = 0;
+      hSbrEnvFrame->frameMiddleSlot = FRAME_MIDDLE_SLOT_2048;
+    break;
+    case NUMBER_TIME_SLOTS_1152:
+      hSbrEnvFrame->dmin = 2;
+      hSbrEnvFrame->dmax = 8;
+      hSbrEnvFrame->SbrGrid.bufferFrameStart = 0;
+      hSbrEnvFrame->frameMiddleSlot = FRAME_MIDDLE_SLOT_1152;
+    break;
+    case NUMBER_TIME_SLOTS_2304:
+      hSbrEnvFrame->dmin = 4;
+      hSbrEnvFrame->dmax = 15;
+      hSbrEnvFrame->SbrGrid.bufferFrameStart = 0;
+      hSbrEnvFrame->frameMiddleSlot = FRAME_MIDDLE_SLOT_2304;
+    break;
+    default:
+      FDK_ASSERT(0);
+  }
+
+}
+
+
+/*******************************************************************************
+ Functionname:  fillFrameTran
+ *******************************************************************************
+
+ Description:  Add mandatory borders, as described by the tuning vector
+               and the current transient position
+
+ Arguments:
+      modified:
+              v_bord        - int pointer to v_bord vector
+              length_v_bord - length of v_bord vector
+              v_freq        - int pointer to v_freq vector
+              length_v_freq - length of v_freq vector
+              bmin          - int pointer to bmin (call by reference)
+              bmax          - int pointer to bmax (call by reference)
+      not modified:
+              tran          - position of transient
+              v_tuningSegm  - int pointer to v_tuningSegm vector
+              v_tuningFreq  - int pointer to v_tuningFreq vector
+
+ Return:      none
+
+*******************************************************************************/
+static void
+fillFrameTran (const int *v_tuningSegm,      /*!< tuning: desired segment lengths */
+               const int *v_tuningFreq,      /*!< tuning: desired frequency resolutions */
+               int tran,                     /*!< input : position of transient */
+               int *v_bord,                  /*!< memNew: borders */
+               int *length_v_bord,           /*!< memNew: # borders */
+               int *v_freq,                  /*!< memNew: frequency resolutions */
+               int *length_v_freq,           /*!< memNew: # frequency resolutions */
+               int *bmin,                    /*!< hlpNew: first mandatory border */
+               int *bmax                     /*!< hlpNew: last  mandatory border */
+               )
+{
+  int bord, i;
+
+  *length_v_bord = 0;
+  *length_v_freq = 0;
+
+  /* add attack env leading border (optional) */
+  if (v_tuningSegm[0]) {
+    /* v_bord = [(Ba)] start of attack env */
+    FDKsbrEnc_AddRight (v_bord, length_v_bord, (tran - v_tuningSegm[0]));
+
+    /* v_freq = [(Fa)] res of attack env */
+    FDKsbrEnc_AddRight (v_freq, length_v_freq, v_tuningFreq[0]);
+  }
+
+  /* add attack env trailing border/first decay env leading border */
+  bord = tran;
+  FDKsbrEnc_AddRight (v_bord, length_v_bord, tran);   /* v_bord = [(Ba),Bd1] */
+
+  /* add first decay env trailing border/2:nd decay env leading border */
+  if (v_tuningSegm[1]) {
+    bord += v_tuningSegm[1];
+
+    /* v_bord = [(Ba),Bd1,Bd2] */
+    FDKsbrEnc_AddRight (v_bord, length_v_bord, bord);
+
+    /* v_freq = [(Fa),Fd1] */
+    FDKsbrEnc_AddRight (v_freq, length_v_freq, v_tuningFreq[1]);
+  }
+
+  /* add 2:nd decay env trailing border (optional) */
+  if (v_tuningSegm[2] != 0) {
+    bord += v_tuningSegm[2];
+
+    /* v_bord = [(Ba),Bd1, Bd2,(Bd3)] */
+    FDKsbrEnc_AddRight (v_bord, length_v_bord, bord);
+
+    /* v_freq = [(Fa),Fd1,(Fd2)] */
+    FDKsbrEnc_AddRight (v_freq, length_v_freq, v_tuningFreq[2]);
+  }
+
+  /*  v_freq = [(Fa),Fd1,(Fd2),1] */
+  FDKsbrEnc_AddRight (v_freq, length_v_freq, 1);
+
+
+  /*  calc min and max values of mandatory borders */
+  *bmin = v_bord[0];
+  for (i = 0; i < *length_v_bord; i++)
+    if (v_bord[i] < *bmin)
+      *bmin = v_bord[i];
+
+  *bmax = v_bord[0];
+  for (i = 0; i < *length_v_bord; i++)
+    if (v_bord[i] > *bmax)
+      *bmax = v_bord[i];
+
+}
+
+
+
+/*******************************************************************************
+ Functionname:  fillFramePre
+ *******************************************************************************
+
+ Description: Add borders before mandatory borders, if needed
+
+ Arguments:
+       modified:
+              v_bord        - int pointer to v_bord vector
+              length_v_bord - length of v_bord vector
+              v_freq        - int pointer to v_freq vector
+              length_v_freq - length of v_freq vector
+       not modified:
+              dmax          - int value
+              bmin          - int value
+              rest          - int value
+
+ Return:      none
+
+*******************************************************************************/
+static void
+fillFramePre (INT dmax,
+              INT *v_bord, INT *length_v_bord,
+              INT *v_freq, INT *length_v_freq,
+              INT bmin, INT rest)
+{
+  /*
+    input state:
+    v_bord = [(Ba),Bd1, Bd2 ,(Bd3)]
+    v_freq = [(Fa),Fd1,(Fd2),1 ]
+  */
+
+  INT parts, d, j, S, s = 0, segm, bord;
+
+  /*
+    start with one envelope
+  */
+
+  parts = 1;
+  d = rest;
+
+  /*
+    calc # of additional envelopes and corresponding lengths
+  */
+
+  while (d > dmax) {
+    parts++;
+
+    segm = rest / parts;
+    S = (segm - 2)>>1;
+    s = fixMin (8, 2 * S + 2);
+    d = rest - (parts - 1) * s;
+  }
+
+  /*
+    add borders before mandatory borders
+  */
+
+  bord = bmin;
+
+  for (j = 0; j <= parts - 2; j++) {
+    bord = bord - s;
+
+    /* v_bord = [...,(Bf),(Ba),Bd1, Bd2 ,(Bd3)] */
+    FDKsbrEnc_AddLeft (v_bord, length_v_bord, bord);
+
+    /* v_freq = [...,(1 ),(Fa),Fd1,(Fd2), 1   ] */
+    FDKsbrEnc_AddLeft (v_freq, length_v_freq, 1);
+  }
+}
+
+/***************************************************************************/
+/*!
+  \brief Overlap control
+
+  Calculate max length of trailing fill segments, such that we always get a
+  border within the frame overlap region
+
+  \return void
+
+****************************************************************************/
+static int
+calcFillLengthMax (int tranPos,          /*!< input : transient position (ref: tran det) */
+                   int numberTimeSlots   /*!< input : number of timeslots */
+                   )
+{
+  int fmax;
+
+  /*
+    calculate transient position within envelope buffer
+  */
+  switch (numberTimeSlots)
+  {
+    case NUMBER_TIME_SLOTS_2048:
+        if (tranPos < 4)
+          fmax = 6;
+        else if (tranPos == 4 || tranPos == 5)
+          fmax = 4;
+        else
+          fmax = 8;
+        break;
+
+    case NUMBER_TIME_SLOTS_1920:
+        if (tranPos < 4)
+          fmax = 5;
+        else if (tranPos == 4 || tranPos == 5)
+          fmax = 3;
+        else
+          fmax = 7;
+        break;
+
+    default:
+        fmax = 8;
+        break;
+  }
+
+  return fmax;
+}
+
+/*******************************************************************************
+ Functionname:  fillFramePost
+ *******************************************************************************
+
+ Description: -Add borders after mandatory borders, if needed
+               Make a preliminary design of next frame,
+               assuming no transient is present there
+
+ Arguments:
+       modified:
+              parts         - int pointer to parts (call by reference)
+              d             - int pointer to d (call by reference)
+              v_bord        - int pointer to v_bord vector
+              length_v_bord - length of v_bord vector
+              v_freq        - int pointer to v_freq vector
+              length_v_freq - length of v_freq vector
+        not modified:
+              bmax          - int value
+              dmax          - int value
+
+ Return:      none
+
+*******************************************************************************/
+static void
+fillFramePost (INT *parts, INT *d, INT dmax, INT *v_bord, INT *length_v_bord,
+               INT *v_freq, INT *length_v_freq, INT bmax,
+               INT bufferFrameStart, INT numberTimeSlots, INT fmax)
+{
+  INT j, rest, segm, S, s = 0, bord;
+
+  /*
+    input state:
+    v_bord = [...,(Bf),(Ba),Bd1, Bd2 ,(Bd3)]
+    v_freq = [...,(1 ),(Fa),Fd1,(Fd2),1    ]
+  */
+
+  rest = bufferFrameStart + 2 * numberTimeSlots - bmax;
+  *d = rest;
+
+  if (*d > 0) {
+    *parts = 1;           /* start with one envelope */
+
+    /* calc # of additional envelopes and corresponding lengths */
+
+    while (*d > dmax) {
+      *parts = *parts + 1;
+
+      segm = rest / (*parts);
+      S = (segm - 2)>>1;
+      s = fixMin (fmax, 2 * S + 2);
+      *d = rest - (*parts - 1) * s;
+    }
+
+    /* add borders after mandatory borders */
+
+    bord = bmax;
+    for (j = 0; j <= *parts - 2; j++) {
+      bord += s;
+
+      /* v_bord =  [...,(Bf),(Ba),Bd1, Bd2 ,(Bd3),(Bf)] */
+      FDKsbrEnc_AddRight (v_bord, length_v_bord, bord);
+
+      /* v_freq =  [...,(1 ),(Fa),Fd1,(Fd2), 1   , 1! ,1] */
+      FDKsbrEnc_AddRight (v_freq, length_v_freq, 1);
+    }
+  }
+  else {
+    *parts = 1;
+
+    /* remove last element from v_bord and v_freq */
+
+    *length_v_bord = *length_v_bord - 1;
+    *length_v_freq = *length_v_freq - 1;
+
+  }
+}
+
+
+
+/*******************************************************************************
+ Functionname:  fillFrameInter
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   nL                  -
+              v_tuningSegm        -
+              v_bord              -
+              length_v_bord       -
+              bmin                -
+              v_freq              -
+              length_v_freq       -
+              v_bordFollow        -
+              length_v_bordFollow -
+              v_freqFollow        -
+              length_v_freqFollow -
+              i_fillFollow        -
+              dmin                -
+              dmax                -
+
+ Return:      none
+
+*******************************************************************************/
+static void
+fillFrameInter (INT *nL, const int *v_tuningSegm, INT *v_bord, INT *length_v_bord,
+                INT bmin, INT *v_freq, INT *length_v_freq, INT *v_bordFollow,
+                INT *length_v_bordFollow, INT *v_freqFollow,
+                INT *length_v_freqFollow, INT i_fillFollow, INT dmin,
+                INT dmax, INT numberTimeSlots)
+{
+  INT middle, b_new, numBordFollow, bordMaxFollow, i;
+
+  if (numberTimeSlots != NUMBER_TIME_SLOTS_1152) {
+
+    /* % remove fill borders: */
+    if (i_fillFollow >= 1) {
+      *length_v_bordFollow = i_fillFollow;
+      *length_v_freqFollow = i_fillFollow;
+    }
+
+    numBordFollow = *length_v_bordFollow;
+    bordMaxFollow = v_bordFollow[numBordFollow - 1];
+
+    /* remove even more borders if needed */
+    middle = bmin - bordMaxFollow;
+    while (middle < 0) {
+      numBordFollow--;
+      bordMaxFollow = v_bordFollow[numBordFollow - 1];
+      middle = bmin - bordMaxFollow;
+    }
+
+    *length_v_bordFollow = numBordFollow;
+    *length_v_freqFollow = numBordFollow;
+    *nL = numBordFollow - 1;
+
+    b_new = *length_v_bord;
+
+
+    if (middle <= dmax) {
+      if (middle >= dmin) {       /* concatenate */
+        FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow, *length_v_bordFollow);
+        FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow, *length_v_freqFollow);
+      }
+
+      else {
+        if (v_tuningSegm[0] != 0) {       /* remove one new border and concatenate */
+          *length_v_bord = b_new - 1;
+          FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+              *length_v_bordFollow);
+
+          *length_v_freq = b_new - 1;
+          FDKsbrEnc_AddVecLeft (v_freq + 1, length_v_freq, v_freqFollow,
+              *length_v_freqFollow);
+        }
+        else {
+          if (*length_v_bordFollow > 1) { /* remove one old border and concatenate */
+            FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+                *length_v_bordFollow - 1);
+            FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow,
+                *length_v_bordFollow - 1);
+
+            *nL = *nL - 1;
+          }
+          else {                  /* remove new "transient" border and concatenate */
+
+            for (i = 0; i < *length_v_bord - 1; i++)
+              v_bord[i] = v_bord[i + 1];
+
+            for (i = 0; i < *length_v_freq - 1; i++)
+              v_freq[i] = v_freq[i + 1];
+
+            *length_v_bord = b_new - 1;
+            *length_v_freq = b_new - 1;
+
+            FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+                *length_v_bordFollow);
+            FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow,
+                *length_v_freqFollow);
+          }
+        }
+      }
+    }
+    else {                        /* middle > dmax */
+
+      fillFramePre (dmax, v_bord, length_v_bord, v_freq, length_v_freq, bmin,
+          middle);
+      FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow, *length_v_bordFollow);
+      FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow, *length_v_freqFollow);
+    }
+
+
+  }
+  else { /* numberTimeSlots==NUMBER_TIME_SLOTS_1152 */
+
+    INT l,m;
+
+
+    /*------------------------------------------------------------------------
+      remove fill borders
+      ------------------------------------------------------------------------*/
+    if (i_fillFollow >= 1) {
+      *length_v_bordFollow = i_fillFollow;
+      *length_v_freqFollow = i_fillFollow;
+    }
+
+    numBordFollow = *length_v_bordFollow;
+    bordMaxFollow = v_bordFollow[numBordFollow - 1];
+
+    /*------------------------------------------------------------------------
+      remove more borders if necessary to eliminate overlap
+      ------------------------------------------------------------------------*/
+
+    /* check for overlap */
+    middle = bmin - bordMaxFollow;
+
+    /* intervals:
+       i)             middle <  0     : overlap, must remove borders
+       ii)       0 <= middle <  dmin  : no overlap but too tight, must remove borders
+       iii)   dmin <= middle <= dmax  : ok, just concatenate
+       iv)    dmax <= middle          : too wide, must add borders
+     */
+
+    /* first remove old non-fill-borders... */
+    while (middle < 0) {
+
+      /* ...but don't remove all of them */
+      if (numBordFollow == 1)
+        break;
+
+      numBordFollow--;
+      bordMaxFollow = v_bordFollow[numBordFollow - 1];
+      middle = bmin - bordMaxFollow;
+    }
+
+    /* if this isn't enough, remove new non-fill borders */
+    if (middle < 0)
+    {
+      for (l = 0, m = 0 ; l < *length_v_bord ; l++)
+      {
+        if(v_bord[l]> bordMaxFollow)
+        {
+          v_bord[m] = v_bord[l];
+          v_freq[m] = v_freq[l];
+          m++;
+        }
+      }
+
+      *length_v_bord = l;
+      *length_v_freq = l;
+
+      bmin = v_bord[0];
+
+    }
+
+    /*------------------------------------------------------------------------
+      update modified follow-up data
+      ------------------------------------------------------------------------*/
+
+    *length_v_bordFollow = numBordFollow;
+    *length_v_freqFollow = numBordFollow;
+
+    /* left relative borders correspond to follow-up */
+    *nL = numBordFollow - 1;
+
+    /*------------------------------------------------------------------------
+      take care of intervals ii through iv
+      ------------------------------------------------------------------------*/
+
+    /* now middle should be >= 0 */
+    middle = bmin - bordMaxFollow;
+
+    if (middle <= dmin)                                /* (ii) */
+    {
+      b_new = *length_v_bord;
+
+      if (v_tuningSegm[0] != 0)
+      {
+        /* remove new "luxury" border and concatenate */
+        *length_v_bord = b_new - 1;
+        FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+            *length_v_bordFollow);
+
+        *length_v_freq = b_new - 1;
+        FDKsbrEnc_AddVecLeft (v_freq + 1, length_v_freq, v_freqFollow,
+            *length_v_freqFollow);
+
+      }
+      else if (*length_v_bordFollow > 1)
+      {
+        /* remove old border and concatenate */
+        FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+            *length_v_bordFollow - 1);
+        FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow,
+            *length_v_bordFollow - 1);
+
+        *nL = *nL - 1;
+      }
+      else
+      {
+        /* remove new border and concatenate */
+        for (i = 0; i < *length_v_bord - 1; i++)
+          v_bord[i] = v_bord[i + 1];
+
+        for (i = 0; i < *length_v_freq - 1; i++)
+          v_freq[i] = v_freq[i + 1];
+
+        *length_v_bord = b_new - 1;
+        *length_v_freq = b_new - 1;
+
+        FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow,
+            *length_v_bordFollow);
+        FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow,
+            *length_v_freqFollow);
+      }
+    }
+    else if ((middle >= dmin) && (middle <= dmax))      /* (iii) */
+    {
+      /* concatenate */
+      FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow, *length_v_bordFollow);
+      FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow, *length_v_freqFollow);
+
+    }
+    else                           /* (iv) */
+    {
+      fillFramePre (dmax, v_bord, length_v_bord, v_freq, length_v_freq, bmin,
+          middle);
+      FDKsbrEnc_AddVecLeft (v_bord, length_v_bord, v_bordFollow, *length_v_bordFollow);
+      FDKsbrEnc_AddVecLeft (v_freq, length_v_freq, v_freqFollow, *length_v_freqFollow);
+    }
+  }
+}
+
+
+
+/*******************************************************************************
+ Functionname:  calcFrameClass
+ *******************************************************************************
+
+ Description:
+
+ Arguments:  INT* frameClass, INT* frameClassOld, INT tranFlag, INT* spreadFlag)
+
+ Return:      none
+
+*******************************************************************************/
+static void
+calcFrameClass (FRAME_CLASS *frameClass, FRAME_CLASS *frameClassOld, INT tranFlag,
+                INT *spreadFlag)
+{
+
+  switch (*frameClassOld) {
+  case FIXFIXonly:
+  case FIXFIX:
+    if (tranFlag)  *frameClass = FIXVAR;
+    else           *frameClass = FIXFIX;
+    break;
+  case FIXVAR:
+    if (tranFlag) { *frameClass = VARVAR; *spreadFlag = 0; }
+    else {
+      if (*spreadFlag)  *frameClass = VARVAR;
+      else              *frameClass = VARFIX;
+    }
+    break;
+  case VARFIX:
+    if (tranFlag)  *frameClass = FIXVAR;
+    else           *frameClass = FIXFIX;
+    break;
+  case VARVAR:
+    if (tranFlag) { *frameClass = VARVAR; *spreadFlag = 0; }
+    else {
+      if (*spreadFlag)  *frameClass = VARVAR;
+      else              *frameClass = VARFIX;
+    }
+    break;
+  };
+
+  *frameClassOld = *frameClass;
+}
+
+
+
+/*******************************************************************************
+ Functionname:  specialCase
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   spreadFlag
+              allowSpread
+              v_bord
+              length_v_bord
+              v_freq
+              length_v_freq
+              parts
+              d
+
+ Return:      none
+
+*******************************************************************************/
+static void
+specialCase (INT *spreadFlag, INT allowSpread, INT *v_bord,
+             INT *length_v_bord, INT *v_freq, INT *length_v_freq, INT *parts,
+             INT d)
+{
+  INT L;
+
+  L = *length_v_bord;
+
+  if (allowSpread) {            /* add one "step 8" */
+    *spreadFlag = 1;
+    FDKsbrEnc_AddRight (v_bord, length_v_bord, v_bord[L - 1] + 8);
+    FDKsbrEnc_AddRight (v_freq, length_v_freq, 1);
+    (*parts)++;
+  }
+  else {
+    if (d == 1) {               /*  stretch one slot */
+      *length_v_bord = L - 1;
+      *length_v_freq = L - 1;
+    }
+    else {
+      if ((v_bord[L - 1] - v_bord[L - 2]) > 2) {        /* compress one quant step */
+        v_bord[L - 1] = v_bord[L - 1] - 2;
+        v_freq[*length_v_freq - 1] = 0; /* use low res for short segment */
+      }
+    }
+  }
+}
+
+
+
+/*******************************************************************************
+ Functionname:  calcCmonBorder
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   i_cmon
+              i_tran
+              v_bord
+              length_v_bord
+              tran
+
+ Return:      none
+
+*******************************************************************************/
+static void
+calcCmonBorder (INT *i_cmon, INT *i_tran, INT *v_bord, INT *length_v_bord,
+                INT tran, INT bufferFrameStart, INT numberTimeSlots)
+{                               /* FH 00-06-26 */
+  INT i;
+
+  for (i = 0; i < *length_v_bord; i++)
+    if (v_bord[i] >= bufferFrameStart + numberTimeSlots) {      /* FH 00-06-26 */
+      *i_cmon = i;
+      break;
+    }
+
+  /* keep track of transient: */
+  for (i = 0; i < *length_v_bord; i++)
+    if (v_bord[i] >= tran) {
+      *i_tran = i;
+      break;
+    }
+    else
+      *i_tran = EMPTY;
+}
+
+/*******************************************************************************
+ Functionname:  keepForFollowUp
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   v_bordFollow
+              length_v_bordFollow
+              v_freqFollow
+              length_v_freqFollow
+              i_tranFollow
+              i_fillFollow
+              v_bord
+              length_v_bord
+              v_freq
+              i_cmon
+              i_tran
+              parts)
+
+ Return:      none
+
+*******************************************************************************/
+static void
+keepForFollowUp (INT *v_bordFollow, INT *length_v_bordFollow,
+                 INT *v_freqFollow, INT *length_v_freqFollow,
+                 INT *i_tranFollow, INT *i_fillFollow, INT *v_bord,
+                 INT *length_v_bord, INT *v_freq, INT i_cmon, INT i_tran,
+                 INT parts, INT numberTimeSlots)
+{                               /* FH 00-06-26 */
+  INT L, i, j;
+
+  L = *length_v_bord;
+
+  (*length_v_bordFollow) = 0;
+  (*length_v_freqFollow) = 0;
+
+  for (j = 0, i = i_cmon; i < L; i++, j++) {
+    v_bordFollow[j] = v_bord[i] - numberTimeSlots;      /* FH 00-06-26 */
+    v_freqFollow[j] = v_freq[i];
+    (*length_v_bordFollow)++;
+    (*length_v_freqFollow)++;
+  }
+  if (i_tran != EMPTY)
+    *i_tranFollow = i_tran - i_cmon;
+  else
+    *i_tranFollow = EMPTY;
+  *i_fillFollow = L - (parts - 1) - i_cmon;
+
+}
+
+/*******************************************************************************
+ Functionname:  calcCtrlSignal
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   hSbrGrid
+              frameClass
+              v_bord
+              length_v_bord
+              v_freq
+              length_v_freq
+              i_cmon
+              i_tran
+              spreadFlag
+              nL
+
+ Return:      none
+
+*******************************************************************************/
+static void
+calcCtrlSignal (HANDLE_SBR_GRID hSbrGrid,
+                FRAME_CLASS frameClass, INT *v_bord, INT length_v_bord, INT *v_freq,
+                INT length_v_freq, INT i_cmon, INT i_tran, INT spreadFlag,
+                INT nL)
+{
+
+
+  INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR;
+
+  INT *v_f = hSbrGrid->v_f;
+  INT *v_fLR = hSbrGrid->v_fLR;
+  INT *v_r = hSbrGrid->bs_rel_bord;
+  INT *v_rL = hSbrGrid->bs_rel_bord_0;
+  INT *v_rR = hSbrGrid->bs_rel_bord_1;
+
+  INT length_v_r = 0;
+  INT length_v_rR = 0;
+  INT length_v_rL = 0;
+
+  switch (frameClass) {
+  case FIXVAR:
+    /* absolute border: */
+
+    a = v_bord[i_cmon];
+
+    /* relative borders: */
+    length_v_r = 0;
+    i = i_cmon;
+
+    while (i >= 1) {
+      r = v_bord[i] - v_bord[i - 1];
+      FDKsbrEnc_AddRight (v_r, &length_v_r, r);
+      i--;
+    }
+
+
+    /*  number of relative borders: */
+    n = length_v_r;
+
+
+    /* freq res: */
+    for (i = 0; i < i_cmon; i++)
+      v_f[i] = v_freq[i_cmon - 1 - i];
+    v_f[i_cmon] = 1;
+
+    /* pointer: */
+    p = (i_cmon >= i_tran && i_tran != EMPTY) ? (i_cmon - i_tran + 1) : (0) ;
+
+    hSbrGrid->frameClass = frameClass;
+    hSbrGrid->bs_abs_bord = a;
+    hSbrGrid->n = n;
+    hSbrGrid->p = p;
+
+    break;
+  case VARFIX:
+    /* absolute border: */
+    a = v_bord[0];
+
+    /* relative borders: */
+    length_v_r = 0;
+
+    for (i = 1; i < length_v_bord; i++) {
+      r = v_bord[i] - v_bord[i - 1];
+      FDKsbrEnc_AddRight (v_r, &length_v_r, r);
+    }
+
+    /* number of relative borders: */
+    n = length_v_r;
+
+    /* freq res: */
+    FDKmemcpy (v_f, v_freq, length_v_freq * sizeof (INT));
+
+
+    /* pointer: */
+    p = (i_tran >= 0 && i_tran != EMPTY) ? (i_tran + 1) : (0) ;
+
+    hSbrGrid->frameClass = frameClass;
+    hSbrGrid->bs_abs_bord = a;
+    hSbrGrid->n = n;
+    hSbrGrid->p = p;
+
+    break;
+  case VARVAR:
+    if (spreadFlag) {
+      /* absolute borders: */
+      b = length_v_bord;
+
+      aL = v_bord[0];
+      aR = v_bord[b - 1];
+
+
+      /* number of relative borders:    */
+      ntot = b - 2;
+
+      nmax = 2;                 /* n: {0,1,2} */
+      if (ntot > nmax) {
+        nL = nmax;
+        nR = ntot - nmax;
+      }
+      else {
+        nL = ntot;
+        nR = 0;
+      }
+
+      /* relative borders: */
+      length_v_rL = 0;
+      for (i = 1; i <= nL; i++) {
+        r = v_bord[i] - v_bord[i - 1];
+        FDKsbrEnc_AddRight (v_rL, &length_v_rL, r);
+      }
+
+      length_v_rR = 0;
+      i = b - 1;
+      while (i >= b - nR) {
+        r = v_bord[i] - v_bord[i - 1];
+        FDKsbrEnc_AddRight (v_rR, &length_v_rR, r);
+        i--;
+      }
+
+      /* pointer (only one due to constraint in frame info): */
+      p = (i_tran > 0 && i_tran != EMPTY) ? (b - i_tran) : (0) ;
+
+      /* freq res: */
+
+      for (i = 0; i < b - 1; i++)
+        v_fLR[i] = v_freq[i];
+    }
+    else {
+
+      length_v_bord = i_cmon + 1;
+      length_v_freq = i_cmon + 1;
+
+
+      /* absolute borders: */
+      b = length_v_bord;
+
+      aL = v_bord[0];
+      aR = v_bord[b - 1];
+
+      /* number of relative borders:   */
+      ntot = b - 2;
+      nR = ntot - nL;
+
+      /* relative borders: */
+      length_v_rL = 0;
+      for (i = 1; i <= nL; i++) {
+        r = v_bord[i] - v_bord[i - 1];
+        FDKsbrEnc_AddRight (v_rL, &length_v_rL, r);
+      }
+
+      length_v_rR = 0;
+      i = b - 1;
+      while (i >= b - nR) {
+        r = v_bord[i] - v_bord[i - 1];
+        FDKsbrEnc_AddRight (v_rR, &length_v_rR, r);
+        i--;
+      }
+
+      /* pointer (only one due to constraint in frame info): */
+      p = (i_cmon >= i_tran && i_tran != EMPTY) ? (i_cmon - i_tran + 1) : (0) ;
+
+      /* freq res: */
+      for (i = 0; i < b - 1; i++)
+        v_fLR[i] = v_freq[i];
+    }
+
+    hSbrGrid->frameClass = frameClass;
+    hSbrGrid->bs_abs_bord_0 = aL;
+    hSbrGrid->bs_abs_bord_1 = aR;
+    hSbrGrid->bs_num_rel_0 = nL;
+    hSbrGrid->bs_num_rel_1 = nR;
+    hSbrGrid->p = p;
+
+    break;
+
+  default:
+    /* do nothing */
+    break;
+  }
+}
+
+/*******************************************************************************
+ Functionname:  createDefFrameInfo
+ *******************************************************************************
+
+ Description: Copies the default (static) frameInfo structs to the frameInfo
+              passed by reference; only used for FIXFIX frames
+
+ Arguments:   hFrameInfo             - HANLDE_SBR_FRAME_INFO
+              nEnv                   - INT
+              nTimeSlots             - INT
+
+ Return:      none; hSbrFrameInfo contains a copy of the default frameInfo
+
+ Written:     Andreas Schneider
+ Revised:
+*******************************************************************************/
+static void
+createDefFrameInfo(HANDLE_SBR_FRAME_INFO hSbrFrameInfo, INT nEnv, INT nTimeSlots)
+{
+  switch (nEnv) {
+  case 1:
+    switch (nTimeSlots) {
+    case NUMBER_TIME_SLOTS_1920:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo1_1920, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2048:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo1_2048, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_1152:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo1_1152, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2304:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo1_2304, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_512LD:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo1_512LD, sizeof (SBR_FRAME_INFO));
+      break;
+    default:
+      FDK_ASSERT(0);
+    }
+    break;
+  case 2:
+    switch (nTimeSlots) {
+    case NUMBER_TIME_SLOTS_1920:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo2_1920, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2048:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo2_2048, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_1152:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo2_1152, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2304:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo2_2304, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_512LD:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo2_512LD, sizeof (SBR_FRAME_INFO));
+      break;
+    default:
+      FDK_ASSERT(0);
+    }
+    break;
+  case 4:
+    switch (nTimeSlots) {
+    case NUMBER_TIME_SLOTS_1920:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo4_1920, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2048:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo4_2048, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_1152:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo4_1152, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_2304:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo4_2304, sizeof (SBR_FRAME_INFO));
+      break;
+    case NUMBER_TIME_SLOTS_512LD:
+      FDKmemcpy (hSbrFrameInfo, &frameInfo4_512LD, sizeof (SBR_FRAME_INFO));
+      break;
+    default:
+      FDK_ASSERT(0);
+    }
+    break;
+  default:
+    FDK_ASSERT(0);
+  }
+}
+
+
+/*******************************************************************************
+ Functionname:  ctrlSignal2FrameInfo
+ *******************************************************************************
+
+ Description: Calculates frame_info struct from control signal.
+
+ Arguments:   hSbrGrid - source
+              hSbrFrameInfo - destination
+
+ Return:      void; hSbrFrameInfo contains the updated FRAME_INFO struct
+
+*******************************************************************************/
+static void
+ctrlSignal2FrameInfo (HANDLE_SBR_GRID hSbrGrid,
+                      HANDLE_SBR_FRAME_INFO hSbrFrameInfo,
+                      INT freq_res_fixfix)
+{
+  INT nEnv = 0, border = 0, i, k, p /*?*/;
+  INT *v_r = hSbrGrid->bs_rel_bord;
+  INT *v_f = hSbrGrid->v_f;
+
+  FRAME_CLASS frameClass = hSbrGrid->frameClass;
+  INT bufferFrameStart   = hSbrGrid->bufferFrameStart;
+  INT numberTimeSlots    = hSbrGrid->numberTimeSlots;
+
+  switch (frameClass) {
+  case FIXFIX:
+    createDefFrameInfo(hSbrFrameInfo, hSbrGrid->bs_num_env, numberTimeSlots);
+
+    /* At this point all frequency resolutions are set to FREQ_RES_HIGH, so
+     * only if freq_res_fixfix is set to FREQ_RES_LOW, they all have to be
+     * changed.
+     * snd */
+    if (freq_res_fixfix == FREQ_RES_LOW) {
+      for (i = 0; i < hSbrFrameInfo->nEnvelopes; i++) {
+        hSbrFrameInfo->freqRes[i] = FREQ_RES_LOW;
+      }
+    }
+    /* ELD: store current frequency resolution */
+    hSbrGrid->v_f[0] = hSbrFrameInfo->freqRes[0];
+    break;
+
+  case FIXVAR:
+  case VARFIX:
+    nEnv = hSbrGrid->n + 1;      /* read n [SBR_NUM_BITS bits] */ /*? snd*/
+    FDK_ASSERT(nEnv <= MAX_ENVELOPES_FIXVAR_VARFIX);
+
+    hSbrFrameInfo->nEnvelopes = nEnv;
+
+    border = hSbrGrid->bs_abs_bord; /* read the absolute border */
+
+    if (nEnv == 1)
+      hSbrFrameInfo->nNoiseEnvelopes = 1;
+    else
+      hSbrFrameInfo->nNoiseEnvelopes = 2;
+
+    break;
+
+  default:
+    /* do nothing */
+    break;
+  }
+
+  switch (frameClass) {
+  case FIXVAR:
+    hSbrFrameInfo->borders[0] = bufferFrameStart; /* start-position of 1st envelope */
+
+    hSbrFrameInfo->borders[nEnv] = border;
+
+    for (k = 0, i = nEnv - 1; k < nEnv - 1; k++, i--) {
+      border -= v_r[k];
+      hSbrFrameInfo->borders[i] = border;
+    }
+
+    /* make either envelope nr. nEnv + 1 - p short; or don't shorten if p == 0 */
+    p = hSbrGrid->p;
+    if (p == 0) {
+      hSbrFrameInfo->shortEnv = 0;
+    } else {
+      hSbrFrameInfo->shortEnv = nEnv + 1 - p;
+    }
+
+    for (k = 0, i = nEnv - 1; k < nEnv; k++, i--) {
+      hSbrFrameInfo->freqRes[i] = (FREQ_RES)v_f[k];
+    }
+
+    /* if either there is no short envelope or the last envelope is short... */
+    if (p == 0 || p == 1) {
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv - 1];
+    } else {
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[hSbrFrameInfo->shortEnv];
+    }
+
+    break;
+
+  case VARFIX:
+    /* in this case 'border' indicates the start of the 1st envelope */
+    hSbrFrameInfo->borders[0] = border;
+
+    for (k = 0; k < nEnv - 1; k++) {
+      border += v_r[k];
+      hSbrFrameInfo->borders[k + 1] = border;
+    }
+
+    hSbrFrameInfo->borders[nEnv] = bufferFrameStart + numberTimeSlots;
+
+    p = hSbrGrid->p;
+    if (p == 0 || p == 1) {
+      hSbrFrameInfo->shortEnv = 0;
+    } else {
+      hSbrFrameInfo->shortEnv = p - 1;
+    }
+
+    for (k = 0; k < nEnv; k++) {
+      hSbrFrameInfo->freqRes[k] = (FREQ_RES)v_f[k];
+    }
+
+    switch (p) {
+    case 0:
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[1];
+      break;
+    case 1:
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv - 1];
+      break;
+    default:
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[hSbrFrameInfo->shortEnv];
+      break;
+    }
+    break;
+
+  case VARVAR:
+    nEnv = hSbrGrid->bs_num_rel_0 + hSbrGrid->bs_num_rel_1 + 1;
+    FDK_ASSERT(nEnv <= MAX_ENVELOPES_VARVAR); /* just to be sure */
+    hSbrFrameInfo->nEnvelopes = nEnv;
+
+    hSbrFrameInfo->borders[0] = border = hSbrGrid->bs_abs_bord_0;
+
+    for (k = 0, i = 1; k < hSbrGrid->bs_num_rel_0; k++, i++) {
+      border += hSbrGrid->bs_rel_bord_0[k];
+      hSbrFrameInfo->borders[i] = border;
+    }
+
+    border = hSbrGrid->bs_abs_bord_1;
+    hSbrFrameInfo->borders[nEnv] = border;
+
+    for (k = 0, i = nEnv - 1; k < hSbrGrid->bs_num_rel_1; k++, i--) {
+      border -= hSbrGrid->bs_rel_bord_1[k];
+      hSbrFrameInfo->borders[i] = border;
+    }
+
+    p = hSbrGrid->p;
+    if (p == 0) {
+      hSbrFrameInfo->shortEnv = 0;
+    } else {
+      hSbrFrameInfo->shortEnv = nEnv + 1 - p;
+    }
+
+    for (k = 0; k < nEnv; k++) {
+      hSbrFrameInfo->freqRes[k] = (FREQ_RES)hSbrGrid->v_fLR[k];
+    }
+
+    if (nEnv == 1) {
+      hSbrFrameInfo->nNoiseEnvelopes = 1;
+      hSbrFrameInfo->bordersNoise[0] = hSbrGrid->bs_abs_bord_0;
+      hSbrFrameInfo->bordersNoise[1] = hSbrGrid->bs_abs_bord_1;
+    } else {
+      hSbrFrameInfo->nNoiseEnvelopes = 2;
+      hSbrFrameInfo->bordersNoise[0] = hSbrGrid->bs_abs_bord_0;
+
+      if (p == 0 || p == 1) {
+        hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv - 1];
+      } else {
+        hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[hSbrFrameInfo->shortEnv];
+      }
+      hSbrFrameInfo->bordersNoise[2] = hSbrGrid->bs_abs_bord_1;
+    }
+    break;
+
+  default:
+    /* do nothing */
+    break;
+  }
+
+  if (frameClass == VARFIX || frameClass == FIXVAR) {
+    hSbrFrameInfo->bordersNoise[0] = hSbrFrameInfo->borders[0];
+    if (nEnv == 1) {
+      hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[nEnv];
+    } else {
+      hSbrFrameInfo->bordersNoise[2] = hSbrFrameInfo->borders[nEnv];
+    }
+  }
+}
+
diff --git a/libSBRenc/src/fram_gen.h b/libSBRenc/src/fram_gen.h
new file mode 100644 (file)
index 0000000..3769266
--- /dev/null
@@ -0,0 +1,305 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Framing generator prototypes and structs  
+*/
+#ifndef _FRAM_GEN_H
+#define _FRAM_GEN_H
+
+#include "sbr_def.h" /* for MAX_ENVELOPES and MAX_NOISE_ENVELOPES in struct FRAME_INFO and CODEC_TYPE */
+
+#define MAX_ENVELOPES_VARVAR MAX_ENVELOPES /*!< worst case number of envelopes in a VARVAR frame */
+#define MAX_ENVELOPES_FIXVAR_VARFIX 4 /*!< worst case number of envelopes in VARFIX and FIXVAR frames */
+#define MAX_NUM_REL 3 /*!< maximum number of relative borders in any VAR frame */
+
+/* SBR frame class definitions */
+typedef enum {
+  FIXFIX = 0, /*!< bs_frame_class: leading and trailing frame borders are fixed */
+  FIXVAR,     /*!< bs_frame_class: leading frame border is fixed, trailing frame border is variable */
+  VARFIX,     /*!< bs_frame_class: leading frame border is variable, trailing frame border is fixed */
+  VARVAR      /*!< bs_frame_class: leading and trailing frame borders are variable */
+  ,FIXFIXonly  /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
+}FRAME_CLASS;
+
+
+/* helper constants */
+#define DC      4711        /*!< helper constant: don't care */
+#define EMPTY   (-99)       /*!< helper constant: empty */
+
+
+/* system constants: AAC+SBR, DRM Frame-Length */
+#define FRAME_MIDDLE_SLOT_1920  4
+#define NUMBER_TIME_SLOTS_1920  15
+
+#define LD_PRETRAN_OFF           3
+#define FRAME_MIDDLE_SLOT_512LD  0
+#define NUMBER_TIME_SLOTS_512LD  8
+#define TRANSIENT_OFFSET_LD      0
+
+
+
+/*
+system constants: AAC+SBR or aacPRO (hybrid format), Standard Frame-Length, Multi-Rate
+---------------------------------------------------------------------------
+Number of slots (numberTimeSlots): 16  (NUMBER_TIME_SLOTS_2048)
+Detector-offset (frameMiddleSlot):  4
+Overlap                          :  3
+Buffer-offset                    :  8  (BUFFER_FRAME_START_2048 = 0)
+
+
+                        |<------------tranPos---------->|
+                |c|d|e|f|0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f|
+        FixFix  |                               |
+        FixVar  |                               :<- ->:
+        VarFix  :<- ->:                         |
+        VarVar  :<- ->:                         :<- ->:
+                0 1 2 3 4 5 6 7 8 9 a b c d e f 0 1 2 3
+................................................................................
+
+|-|-|-|-|-|-|-|-B-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-B-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
+
+frame-generator:0                               16              24              32
+analysis-buffer:8                               24              32              40
+*/
+#define FRAME_MIDDLE_SLOT_2048  4
+#define NUMBER_TIME_SLOTS_2048  16
+
+
+/*
+system constants: mp3PRO, Multi-Rate & Single-Rate
+--------------------------------------------------
+Number of slots (numberTimeSlots):  9    (NUMBER_TIME_SLOTS_1152)
+Detector-offset (frameMiddleSlot):  4    (FRAME_MIDDLE_SLOT_1152)
+Overlap                          :  3
+Buffer-offset                    :  4.5  (BUFFER_FRAME_START_1152 = 0)
+
+
+                         |<----tranPos---->|
+                 |5|6|7|8|0|1|2|3|4|5|6|7|8|
+         FixFix  |                 |
+         FixVar  |                 :<- ->:
+         VarFix  :<- ->:           |
+         VarVar  :<- ->:           :<- ->:
+                 0 1 2 3 4 5 6 7 8 0 1 2 3
+        .............................................
+
+        -|-|-|-|-B-|-|-|-|-|-|-|-|-B-|-|-|-|-|-|-|-|-|
+
+frame-generator: 0                 9       13        18
+analysis-buffer: 4.5               13.5              22.5
+*/
+#define FRAME_MIDDLE_SLOT_1152  4
+#define NUMBER_TIME_SLOTS_1152  9
+
+
+/* system constants: Layer2+SBR */
+#define FRAME_MIDDLE_SLOT_2304  8
+#define NUMBER_TIME_SLOTS_2304  18
+
+
+/*!
+  \struct SBR_GRID
+  \brief  sbr_grid() signals to be converted to bitstream elements
+
+  The variables hold the signals (e.g. lengths and numbers) in "clear text"
+*/
+
+typedef struct
+{
+  /* system constants */
+  INT bufferFrameStart;     /*!< frame generator vs analysis buffer time alignment (currently set to 0, offset added elsewhere) */
+  INT numberTimeSlots;      /*!< number of SBR timeslots per frame */
+
+  /* will be adjusted for every frame */
+  FRAME_CLASS frameClass;   /*!< SBR frame class  */
+  INT bs_num_env;           /*!< bs_num_env, number of envelopes for FIXFIX */
+  INT bs_abs_bord;          /*!< bs_abs_bord, absolute border for VARFIX and FIXVAR */
+  INT n;                    /*!< number of relative borders for VARFIX and FIXVAR   */
+  INT p;                    /*!< pointer-to-transient-border  */
+  INT bs_rel_bord[MAX_NUM_REL];         /*!< bs_rel_bord, relative borders for all VAR */
+  INT v_f[MAX_ENVELOPES_FIXVAR_VARFIX]; /*!< envelope frequency resolutions for FIXVAR and VARFIX  */
+
+  INT bs_abs_bord_0;        /*!< bs_abs_bord_0, leading absolute border for VARVAR */
+  INT bs_abs_bord_1;        /*!< bs_abs_bord_1, trailing absolute border for VARVAR */
+  INT bs_num_rel_0;         /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
+  INT bs_num_rel_1;         /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
+  INT bs_rel_bord_0[MAX_NUM_REL];       /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
+  INT bs_rel_bord_1[MAX_NUM_REL];       /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR */
+  INT v_fLR[MAX_ENVELOPES_VARVAR];      /*!< envelope frequency resolutions for VARVAR  */
+
+}
+SBR_GRID;
+typedef SBR_GRID *HANDLE_SBR_GRID;
+
+
+
+/*!
+  \struct SBR_FRAME_INFO
+  \brief  time/frequency grid description for one frame
+*/
+typedef struct
+{
+  INT nEnvelopes;                         /*!< number of envelopes */
+  INT borders[MAX_ENVELOPES+1];           /*!< envelope borders in SBR timeslots */
+  FREQ_RES freqRes[MAX_ENVELOPES];        /*!< frequency resolution of each envelope */
+  INT shortEnv;                           /*!< number of an envelope to be shortened (starting at 1) or 0 for no shortened envelope */
+  INT nNoiseEnvelopes;                    /*!< number of noise floors */
+  INT bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< noise floor borders in SBR timeslots */
+}
+SBR_FRAME_INFO;
+/* WARNING: When rearranging the elements of this struct keep in mind that the static
+ * initializations in the corresponding C-file have to be rearranged as well!
+ * snd 2002/01/23
+ */
+typedef SBR_FRAME_INFO *HANDLE_SBR_FRAME_INFO;
+
+
+/*!
+  \struct SBR_ENVELOPE_FRAME
+  \brief  frame generator main struct
+
+  Contains tuning parameters, time/frequency grid description, sbr_grid() bitstream elements, and generator internal signals
+*/
+typedef struct
+{
+  /* system constants */
+  INT frameMiddleSlot;      /*!< transient detector offset in SBR timeslots */
+
+  /* basic tuning parameters */
+  INT staticFraming;        /*!< 1: run static framing in time, i.e. exclusive use of bs_frame_class = FIXFIX */
+  INT numEnvStatic;         /*!< number of envelopes per frame for static framing */
+  INT freq_res_fixfix;      /*!< envelope frequency resolution to use for bs_frame_class = FIXFIX */
+
+  /* expert tuning parameters */
+  const int *v_tuningSegm;  /*!< segment lengths to use around transient */
+  const int *v_tuningFreq;  /*!< frequency resolutions to use around transient */
+  INT dmin;                 /*!< minimum length of dependent segments */
+  INT dmax;                 /*!< maximum length of dependent segments */
+  INT allowSpread;          /*!< 1: allow isolated transient to influence grid of 3 consecutive frames */
+
+  /* internally used signals */
+  FRAME_CLASS frameClassOld;                /*!< frame class used for previous frame */
+  INT spreadFlag;                           /*!< 1: use VARVAR instead of VARFIX to follow up old transient */
+
+  INT v_bord[2 * MAX_ENVELOPES_VARVAR + 1]; /*!< borders for current frame and preliminary borders for next frame (fixed borders excluded) */
+  INT length_v_bord;                        /*!< helper variable: length of v_bord */
+  INT v_freq[2 * MAX_ENVELOPES_VARVAR + 1]; /*!< frequency resolutions for current frame and preliminary resolutions for next frame */
+  INT length_v_freq;                        /*!< helper variable: length of v_freq */
+
+  INT v_bordFollow[MAX_ENVELOPES_VARVAR];   /*!< preliminary borders for current frame (calculated during previous frame) */
+  INT length_v_bordFollow;                  /*!< helper variable: length of v_bordFollow */
+  INT i_tranFollow;                         /*!< points to transient border in v_bordFollow (may be negative, see keepForFollowUp()) */
+  INT i_fillFollow;                         /*!< points to first fill border in v_bordFollow */
+  INT v_freqFollow[MAX_ENVELOPES_VARVAR];   /*!< preliminary frequency resolutions for current frame (calculated during previous frame) */
+  INT length_v_freqFollow;                  /*!< helper variable: length of v_freqFollow */
+
+
+  /* externally needed signals */
+  SBR_GRID         SbrGrid;         /*!< sbr_grid() signals to be converted to bitstream elements */
+  SBR_FRAME_INFO   SbrFrameInfo;    /*!< time/frequency grid description for one frame */
+}
+SBR_ENVELOPE_FRAME;
+typedef SBR_ENVELOPE_FRAME *HANDLE_SBR_ENVELOPE_FRAME;
+
+
+
+void
+FDKsbrEnc_initFrameInfoGenerator (HANDLE_SBR_ENVELOPE_FRAME  hSbrEnvFrame,
+                          INT allowSpread,
+                          INT numEnvStatic,
+                          INT staticFraming,
+                          INT timeSlots,
+                          INT freq_res_fixfix
+                          ,int ldGrid
+                          );
+
+HANDLE_SBR_FRAME_INFO
+FDKsbrEnc_frameInfoGenerator (HANDLE_SBR_ENVELOPE_FRAME hSbrEnvFrame,
+                    UCHAR *v_transient_info,
+                    UCHAR *v_transient_info_pre,
+                    int ldGrid,
+                    const int *v_tuning);
+
+#endif
diff --git a/libSBRenc/src/invf_est.cpp b/libSBRenc/src/invf_est.cpp
new file mode 100644 (file)
index 0000000..32df6d9
--- /dev/null
@@ -0,0 +1,529 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "invf_est.h"
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+#define MAX_NUM_REGIONS 10
+#define SCALE_FAC_QUO   512.0f
+#define SCALE_FAC_NRG   256.0f
+
+#ifndef min
+#define min(a,b) ( a < b ? a:b)
+#endif
+
+#ifndef max
+#define max(a,b) ( a > b ? a:b)
+#endif
+
+static const FIXP_DBL quantStepsSbr[4]  =  { 0x00400000, 0x02800000, 0x03800000, 0x04c00000 } ;    /* table scaled with SCALE_FAC_QUO */
+static const FIXP_DBL quantStepsOrig[4] =  { 0x00000000, 0x00c00000, 0x01c00000, 0x02800000 } ;    /* table scaled with SCALE_FAC_QUO */
+static const FIXP_DBL nrgBorders[4]     =  { 0x0c800000, 0x0f000000, 0x11800000, 0x14000000 } ;    /* table scaled with SCALE_FAC_NRG */
+
+static const DETECTOR_PARAMETERS detectorParamsAAC = {
+    quantStepsSbr,
+    quantStepsOrig,
+    nrgBorders,
+    4,                              /* Number of borders SBR. */
+    4,                              /* Number of borders orig. */
+    4,                              /* Number of borders Nrg. */
+    {                               /* Region space. */
+      {INVF_MID_LEVEL,   INVF_LOW_LEVEL,  INVF_OFF,        INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_MID_LEVEL,   INVF_LOW_LEVEL,  INVF_OFF,        INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_MID_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /* regionSbr */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}  /*    |      */
+    },/*------------------------ regionOrig ---------------------------------*/
+    {                               /* Region space transient. */
+      {INVF_LOW_LEVEL,   INVF_LOW_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_LOW_LEVEL,   INVF_LOW_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_MID_LEVEL,  INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /* regionSbr */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}  /*    |      */
+    },/*------------------------ regionOrig ---------------------------------*/
+    {-4, -3, -2, -1, 0} /* Reduction factor of the inverse filtering for low energies.*/
+};
+
+static const FIXP_DBL hysteresis = 0x00400000 ; /* Delta value for hysteresis. scaled with SCALE_FAC_QUO */
+
+/*
+ * AAC+SBR PARAMETERS for Speech
+ *********************************/
+static const DETECTOR_PARAMETERS detectorParamsAACSpeech = {
+    quantStepsSbr,
+    quantStepsOrig,
+    nrgBorders,
+    4,                              /* Number of borders SBR. */
+    4,                              /* Number of borders orig. */
+    4,                              /* Number of borders Nrg. */
+    {                               /* Region space. */
+      {INVF_MID_LEVEL,   INVF_MID_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_MID_LEVEL,   INVF_MID_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_MID_LEVEL,  INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /* regionSbr */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}  /*    |      */
+    },/*------------------------ regionOrig ---------------------------------*/
+    {                               /* Region space transient. */
+      {INVF_MID_LEVEL,   INVF_MID_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_MID_LEVEL,   INVF_MID_LEVEL,  INVF_LOW_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_MID_LEVEL,  INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /* regionSbr */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}, /*    |      */
+      {INVF_HIGH_LEVEL,  INVF_HIGH_LEVEL, INVF_MID_LEVEL,  INVF_OFF, INVF_OFF}  /*    |      */
+    },/*------------------------ regionOrig ---------------------------------*/
+    {-4, -3, -2, -1, 0} /* Reduction factor of the inverse filtering for low energies.*/
+};
+
+/*
+ * Smoothing filters.
+ ************************/
+typedef const FIXP_DBL FIR_FILTER[5];
+
+static const FIR_FILTER fir_0 = { 0x7fffffff, 0x00000000, 0x00000000, 0x00000000, 0x00000000 } ;
+static const FIR_FILTER fir_1 = { 0x2aaaaa80, 0x555554ff, 0x00000000, 0x00000000, 0x00000000 } ;
+static const FIR_FILTER fir_2 = { 0x10000000, 0x30000000, 0x40000000, 0x00000000, 0x00000000 } ;
+static const FIR_FILTER fir_3 = { 0x077f80e8, 0x199999a0, 0x2bb3b240, 0x33333340, 0x00000000 } ;
+static const FIR_FILTER fir_4 = { 0x04130598, 0x0ebdb000, 0x1becfa60, 0x2697a4c0, 0x2aaaaa80 } ;
+
+
+static const FIR_FILTER *const fir_table[5] = {
+  &fir_0,
+  &fir_1,
+  &fir_2,
+  &fir_3,
+  &fir_4
+};
+
+/**************************************************************************/
+/*!
+  \brief     Calculates the values used for the detector.
+
+
+  \return    none
+
+*/
+/**************************************************************************/
+static void
+calculateDetectorValues(FIXP_DBL **quotaMatrixOrig,       /*!< Matrix holding the tonality values of the original. */
+                        SCHAR    *indexVector,            /*!< Index vector to obtain the patched data. */
+                        FIXP_DBL *nrgVector,              /*!< Energy vector. */
+                        DETECTOR_VALUES *detectorValues,  /*!< pointer to DETECTOR_VALUES struct. */
+                        INT startChannel,                 /*!< Start channel. */
+                        INT stopChannel,                  /*!< Stop channel. */
+                        INT startIndex,                   /*!< Start index. */
+                        INT stopIndex,                    /*!< Stop index. */
+                        INT numberOfStrongest             /*!< The number of sorted tonal components to be considered. */
+                        )
+{
+  INT i,temp, j;
+
+  const FIXP_DBL* filter = *fir_table[INVF_SMOOTHING_LENGTH];
+  FIXP_DBL origQuotaMeanStrongest, sbrQuotaMeanStrongest;
+  FIXP_DBL origQuota, sbrQuota;
+  FIXP_DBL invIndex, invChannel, invTemp;
+  FIXP_DBL quotaVecOrig[64], quotaVecSbr[64];
+
+  FDKmemclear(quotaVecOrig,64*sizeof(FIXP_DBL));
+  FDKmemclear(quotaVecSbr,64*sizeof(FIXP_DBL));
+
+  invIndex = GetInvInt(stopIndex-startIndex);
+  invChannel = GetInvInt(stopChannel-startChannel);
+
+  /*
+   Calculate the mean value, over the current time segment, for the original, the HFR
+   and the difference, over all channels in the current frequency range.
+   NOTE: the averaging is done on the values quota/(1 - quota + RELAXATION).
+   */
+
+  /* The original, the sbr signal and the total energy */
+  detectorValues->avgNrg = FL2FXCONST_DBL(0.0f);
+  for(j=startIndex; j<stopIndex; j++) {
+    for(i=startChannel; i<stopChannel; i++) {
+      quotaVecOrig[i] += fMult(quotaMatrixOrig[j][i], invIndex);
+
+      if(indexVector[i] != -1)
+        quotaVecSbr[i] += fMult(quotaMatrixOrig[j][indexVector[i]], invIndex);
+    }
+    detectorValues->avgNrg += fMult(nrgVector[j], invIndex);
+  }
+
+  /*
+   Calculate the mean value, over the current frequency range, for the original, the HFR
+   and the difference. Also calculate the same mean values for the three vectors, but only
+   includeing the x strongest copmponents.
+   */
+
+  origQuota = FL2FXCONST_DBL(0.0f);
+  sbrQuota  = FL2FXCONST_DBL(0.0f);
+  for(i=startChannel; i<stopChannel; i++) {
+    origQuota += fMultDiv2(quotaVecOrig[i], invChannel);
+    sbrQuota  += fMultDiv2(quotaVecSbr[i], invChannel);
+  }
+
+  /*
+   Calculate the mean value for the x strongest components
+  */
+  FDKsbrEnc_Shellsort_fract(quotaVecOrig+startChannel,stopChannel-startChannel);
+  FDKsbrEnc_Shellsort_fract(quotaVecSbr+startChannel,stopChannel-startChannel);
+
+  origQuotaMeanStrongest = FL2FXCONST_DBL(0.0f);
+  sbrQuotaMeanStrongest  = FL2FXCONST_DBL(0.0f);
+
+  temp = min(stopChannel - startChannel, numberOfStrongest);
+  invTemp = GetInvInt(temp);
+
+  for(i=0; i<temp; i++) {
+    origQuotaMeanStrongest += fMultDiv2(quotaVecOrig[i + stopChannel - temp], invTemp);
+    sbrQuotaMeanStrongest  += fMultDiv2(quotaVecSbr[i + stopChannel - temp], invTemp);
+  }
+
+  /*
+   The value for the strongest component
+  */
+  detectorValues->origQuotaMax = quotaVecOrig[stopChannel - 1];
+  detectorValues->sbrQuotaMax  = quotaVecSbr[stopChannel - 1];
+
+  /*
+   Buffer values
+  */
+  FDKmemmove(detectorValues->origQuotaMean, detectorValues->origQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
+  FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
+  FDKmemmove(detectorValues->origQuotaMeanStrongest, detectorValues->origQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
+  FDKmemmove(detectorValues->sbrQuotaMeanStrongest, detectorValues->sbrQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
+
+  detectorValues->origQuotaMean[INVF_SMOOTHING_LENGTH]          = origQuota<<1;
+  detectorValues->sbrQuotaMean[INVF_SMOOTHING_LENGTH]           = sbrQuota<<1;
+  detectorValues->origQuotaMeanStrongest[INVF_SMOOTHING_LENGTH] = origQuotaMeanStrongest<<1;
+  detectorValues->sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH]  = sbrQuotaMeanStrongest<<1;
+
+  /*
+   Filter values
+  */
+  detectorValues->origQuotaMeanFilt = FL2FXCONST_DBL(0.0f);
+  detectorValues->sbrQuotaMeanFilt = FL2FXCONST_DBL(0.0f);
+  detectorValues->origQuotaMeanStrongestFilt = FL2FXCONST_DBL(0.0f);
+  detectorValues->sbrQuotaMeanStrongestFilt = FL2FXCONST_DBL(0.0f);
+
+  for(i=0;i<INVF_SMOOTHING_LENGTH+1;i++) {
+    detectorValues->origQuotaMeanFilt += fMult(detectorValues->origQuotaMean[i], filter[i]);
+    detectorValues->sbrQuotaMeanFilt  += fMult(detectorValues->sbrQuotaMean[i], filter[i]);
+    detectorValues->origQuotaMeanStrongestFilt += fMult(detectorValues->origQuotaMeanStrongest[i], filter[i]);
+    detectorValues->sbrQuotaMeanStrongestFilt  += fMult(detectorValues->sbrQuotaMeanStrongest[i], filter[i]);
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Returns the region in which the input value belongs.
+
+
+
+  \return    region.
+
+*/
+/**************************************************************************/
+static INT
+findRegion(FIXP_DBL currVal,        /*!< The current value. */
+           const FIXP_DBL *borders, /*!< The border of the regions. */
+           const INT numBorders     /*!< The number of borders. */
+           )
+{
+  INT i;
+
+  if(currVal < borders[0]){
+    return 0;
+  }
+
+  for(i = 1; i < numBorders; i++){
+    if( currVal >= borders[i-1] && currVal < borders[i]){
+      return i;
+    }
+  }
+
+  if(currVal >= borders[numBorders-1]){
+    return numBorders;
+  }
+
+  return 0;  /* We never get here, it's just to avoid compiler warnings.*/
+}
+
+/**************************************************************************/
+/*!
+  \brief     Makes a clever decision based on the quota vector.
+
+
+  \return     decision on which invf mode to use
+
+*/
+/**************************************************************************/
+static INVF_MODE
+decisionAlgorithm(const DETECTOR_PARAMETERS *detectorParams,     /*!< Struct with the detector parameters. */
+                  DETECTOR_VALUES *detectorValues,               /*!< Struct with the detector values. */
+                  INT transientFlag,                             /*!< Flag indicating if there is a transient present.*/
+                  INT* prevRegionSbr,                            /*!< The previous region in which the Sbr value was. */
+                  INT* prevRegionOrig                            /*!< The previous region in which the Orig value was. */
+                  )
+{
+  INT invFiltLevel, regionSbr, regionOrig, regionNrg;
+
+  /*
+   Current thresholds.
+   */
+  const FIXP_DBL *quantStepsSbr  = detectorParams->quantStepsSbr;
+  const FIXP_DBL *quantStepsOrig = detectorParams->quantStepsOrig;
+  const FIXP_DBL *nrgBorders     = detectorParams->nrgBorders;
+  const INT numRegionsSbr     = detectorParams->numRegionsSbr;
+  const INT numRegionsOrig    = detectorParams->numRegionsOrig;
+  const INT numRegionsNrg     = detectorParams->numRegionsNrg;
+
+  FIXP_DBL quantStepsSbrTmp[MAX_NUM_REGIONS];
+  FIXP_DBL quantStepsOrigTmp[MAX_NUM_REGIONS];
+
+  /*
+   Current detector values.
+   */
+  FIXP_DBL origQuotaMeanFilt;
+  FIXP_DBL sbrQuotaMeanFilt;
+  FIXP_DBL nrg;
+
+  /* 0.375 = 3.0 / 8.0; 0.31143075889 = log2(RELAXATION)/64.0; 0.625 = log(16)/64.0; 0.6875 = 44/64.0 */
+  origQuotaMeanFilt = (fMultDiv2(FL2FXCONST_DBL(2.f*0.375f), (FIXP_DBL)(CalcLdData(max(detectorValues->origQuotaMeanFilt,(FIXP_DBL)1)) + FL2FXCONST_DBL(0.31143075889f)))) << 0;  /* scaled by 1/2^9 */
+  sbrQuotaMeanFilt  = (fMultDiv2(FL2FXCONST_DBL(2.f*0.375f), (FIXP_DBL)(CalcLdData(max(detectorValues->sbrQuotaMeanFilt,(FIXP_DBL)1)) + FL2FXCONST_DBL(0.31143075889f)))) << 0;   /* scaled by 1/2^9 */
+  /* If energy is zero then we will get different results for different word lengths. */
+  nrg               = (fMultDiv2(FL2FXCONST_DBL(2.f*0.375f), (FIXP_DBL)(CalcLdData(detectorValues->avgNrg+(FIXP_DBL)1) + FL2FXCONST_DBL(0.0625f) + FL2FXCONST_DBL(0.6875f)))) << 0;     /* scaled by 1/2^8; 2^44 -> qmf energy scale */
+
+  FDKmemcpy(quantStepsSbrTmp,quantStepsSbr,numRegionsSbr*sizeof(FIXP_DBL));
+  FDKmemcpy(quantStepsOrigTmp,quantStepsOrig,numRegionsOrig*sizeof(FIXP_DBL));
+
+  if(*prevRegionSbr < numRegionsSbr)
+    quantStepsSbrTmp[*prevRegionSbr] = quantStepsSbr[*prevRegionSbr] + hysteresis;
+  if(*prevRegionSbr > 0)
+    quantStepsSbrTmp[*prevRegionSbr - 1] = quantStepsSbr[*prevRegionSbr - 1] - hysteresis;
+
+  if(*prevRegionOrig < numRegionsOrig)
+    quantStepsOrigTmp[*prevRegionOrig] = quantStepsOrig[*prevRegionOrig] + hysteresis;
+  if(*prevRegionOrig > 0)
+    quantStepsOrigTmp[*prevRegionOrig - 1] = quantStepsOrig[*prevRegionOrig - 1] - hysteresis;
+
+  regionSbr  = findRegion(sbrQuotaMeanFilt, quantStepsSbrTmp, numRegionsSbr);
+  regionOrig = findRegion(origQuotaMeanFilt, quantStepsOrigTmp, numRegionsOrig);
+  regionNrg  = findRegion(nrg,nrgBorders,numRegionsNrg);
+
+  *prevRegionSbr = regionSbr;
+  *prevRegionOrig = regionOrig;
+
+  /* Use different settings if a transient is present*/
+  invFiltLevel = (transientFlag == 1) ? detectorParams->regionSpaceTransient[regionSbr][regionOrig]
+                                      : detectorParams->regionSpace[regionSbr][regionOrig];
+
+  /* Compensate for low energy.*/
+  invFiltLevel = max(invFiltLevel + detectorParams->EnergyCompFactor[regionNrg],0);
+
+  return (INVF_MODE) (invFiltLevel);
+}
+
+/**************************************************************************/
+/*!
+  \brief     Estiamtion of the inverse filtering level required
+             in the decoder.
+
+   A second order LPC is calculated for every filterbank channel, using
+   the covariance method. THe ratio between the energy of the predicted
+   signal and the energy of the non-predictable signal is calcualted.
+
+  \return    none.
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_qmfInverseFilteringDetector(HANDLE_SBR_INV_FILT_EST hInvFilt,  /*!< Handle to the SBR_INV_FILT_EST struct. */
+                            FIXP_DBL **quotaMatrix,            /*!< The matrix holding the tonality values of the original. */
+                            FIXP_DBL *nrgVector,               /*!< The energy vector. */
+                            SCHAR    *indexVector,             /*!< Index vector to obtain the patched data. */
+                            INT startIndex,                    /*!< Start index. */
+                            INT stopIndex,                     /*!< Stop index. */
+                            INT transientFlag,                 /*!< Flag indicating if a transient is present or not.*/
+                            INVF_MODE* infVec                  /*!< Vector holding the inverse filtering levels. */
+                            )
+{
+  INT band;
+
+  /*
+   * Do the inverse filtering level estimation.
+   *****************************************************/
+  for(band = 0 ; band < hInvFilt->noDetectorBands; band++){
+    INT startChannel = hInvFilt->freqBandTableInvFilt[band];
+    INT stopChannel  = hInvFilt->freqBandTableInvFilt[band+1];
+
+
+    calculateDetectorValues( quotaMatrix,
+                             indexVector,
+                             nrgVector,
+                            &hInvFilt->detectorValues[band],
+                             startChannel,
+                             stopChannel,
+                             startIndex,
+                             stopIndex,
+                             hInvFilt->numberOfStrongest);
+
+    infVec[band]= decisionAlgorithm( hInvFilt->detectorParams,
+                                    &hInvFilt->detectorValues[band],
+                                     transientFlag,
+                                    &hInvFilt->prevRegionSbr[band],
+                                    &hInvFilt->prevRegionOrig[band]);
+  }
+
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Initialize an instance of the inverse filtering level estimator.
+
+
+  \return   errorCode, noError if successful.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_initInvFiltDetector (HANDLE_SBR_INV_FILT_EST hInvFilt,   /*!< Pointer to a handle to the SBR_INV_FILT_EST struct. */
+                       INT* freqBandTableDetector,          /*!< Frequency band table for the inverse filtering. */
+                       INT numDetectorBands,                /*!< Number of inverse filtering bands. */
+                       UINT useSpeechConfig         /*!< Flag: adapt tuning parameters according to speech*/
+                       )
+{
+  INT i;
+
+  FDKmemclear( hInvFilt,sizeof(SBR_INV_FILT_EST));
+
+  hInvFilt->detectorParams = (useSpeechConfig) ? &detectorParamsAACSpeech
+                                               : &detectorParamsAAC ;
+
+  hInvFilt->noDetectorBandsMax = numDetectorBands;
+
+  /*
+     Memory initialisation
+  */
+  for(i=0;i<hInvFilt->noDetectorBandsMax;i++){
+    FDKmemclear(&hInvFilt->detectorValues[i], sizeof(DETECTOR_VALUES));
+    hInvFilt->prevInvfMode[i]   = INVF_OFF;
+    hInvFilt->prevRegionOrig[i] = 0;
+    hInvFilt->prevRegionSbr[i]  = 0;
+  }
+
+  /*
+  Reset the inverse fltering detector.
+  */
+  FDKsbrEnc_resetInvFiltDetector(hInvFilt,
+                       freqBandTableDetector,
+                       hInvFilt->noDetectorBandsMax);
+
+  return (0);
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     resets sbr inverse filtering structure.
+
+
+
+  \return   errorCode, noError if successful.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_resetInvFiltDetector(HANDLE_SBR_INV_FILT_EST hInvFilt, /*!< Handle to the SBR_INV_FILT_EST struct. */
+                     INT* freqBandTableDetector,       /*!< Frequency band table for the inverse filtering. */
+                     INT numDetectorBands)             /*!< Number of inverse filtering bands. */
+{
+
+  hInvFilt->numberOfStrongest     = 1;
+  FDKmemcpy(hInvFilt->freqBandTableInvFilt,freqBandTableDetector,(numDetectorBands+1)*sizeof(INT));
+  hInvFilt->noDetectorBands = numDetectorBands;
+
+  return (0);
+}
+
+
diff --git a/libSBRenc/src/invf_est.h b/libSBRenc/src/invf_est.h
new file mode 100644 (file)
index 0000000..2bd2a78
--- /dev/null
@@ -0,0 +1,175 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Inverse Filtering detection prototypes  
+*/
+#ifndef _INV_FILT_DET_H
+#define _INV_FILT_DET_H
+
+#include "sbr_encoder.h"
+#include "sbr_def.h"
+
+#define INVF_SMOOTHING_LENGTH 2
+
+typedef struct
+{
+  const FIXP_DBL *quantStepsSbr;
+  const FIXP_DBL *quantStepsOrig;
+  const FIXP_DBL *nrgBorders;
+  INT   numRegionsSbr;
+  INT   numRegionsOrig;
+  INT   numRegionsNrg;
+  INVF_MODE regionSpace[5][5];
+  INVF_MODE regionSpaceTransient[5][5];
+  INT EnergyCompFactor[5];
+
+}DETECTOR_PARAMETERS;
+
+typedef struct
+{
+  FIXP_DBL  origQuotaMean[INVF_SMOOTHING_LENGTH+1];
+  FIXP_DBL  sbrQuotaMean[INVF_SMOOTHING_LENGTH+1];
+  FIXP_DBL  origQuotaMeanStrongest[INVF_SMOOTHING_LENGTH+1];
+  FIXP_DBL  sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH+1];
+
+  FIXP_DBL origQuotaMeanFilt;
+  FIXP_DBL sbrQuotaMeanFilt;
+  FIXP_DBL origQuotaMeanStrongestFilt;
+  FIXP_DBL sbrQuotaMeanStrongestFilt;
+
+  FIXP_DBL origQuotaMax;
+  FIXP_DBL sbrQuotaMax;
+
+  FIXP_DBL avgNrg;
+}DETECTOR_VALUES;
+
+
+
+typedef struct
+{
+  INT numberOfStrongest;
+
+  INT prevRegionSbr[MAX_NUM_NOISE_VALUES];
+  INT prevRegionOrig[MAX_NUM_NOISE_VALUES];
+
+  INT freqBandTableInvFilt[MAX_NUM_NOISE_VALUES];
+  INT noDetectorBands;
+  INT noDetectorBandsMax;
+
+  const DETECTOR_PARAMETERS *detectorParams;
+
+  INVF_MODE prevInvfMode[MAX_NUM_NOISE_VALUES];
+  DETECTOR_VALUES detectorValues[MAX_NUM_NOISE_VALUES];
+
+  FIXP_DBL nrgAvg;
+  FIXP_DBL wmQmf[MAX_NUM_NOISE_VALUES];
+}
+SBR_INV_FILT_EST;
+
+typedef SBR_INV_FILT_EST *HANDLE_SBR_INV_FILT_EST;
+
+void
+FDKsbrEnc_qmfInverseFilteringDetector(HANDLE_SBR_INV_FILT_EST hInvFilt,
+                            FIXP_DBL ** quotaMatrix,
+                            FIXP_DBL *nrgVector,
+                            SCHAR    *indexVector,
+                            INT startIndex,
+                            INT stopIndex,
+                            INT transientFlag,
+                            INVF_MODE* infVec);
+
+INT
+FDKsbrEnc_initInvFiltDetector (HANDLE_SBR_INV_FILT_EST hInvFilt,
+                       INT* freqBandTableDetector,
+                       INT numDetectorBands,
+                       UINT useSpeechConfig);
+
+INT
+FDKsbrEnc_resetInvFiltDetector(HANDLE_SBR_INV_FILT_EST hInvFilt,
+                     INT* freqBandTableDetector,
+                     INT numDetectorBands);
+
+#endif /* _QMF_INV_FILT_H */
+
diff --git a/libSBRenc/src/mh_det.cpp b/libSBRenc/src/mh_det.cpp
new file mode 100644 (file)
index 0000000..73d1b8b
--- /dev/null
@@ -0,0 +1,1451 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "mh_det.h"
+
+#include "sbr_ram.h"
+#include "sbr_misc.h"
+
+
+#include "genericStds.h"
+
+#define SFM_SHIFT 2     /* Attention: SFM_SCALE depends on SFM_SHIFT */
+#define SFM_SCALE (MAXVAL_DBL >> SFM_SHIFT)   /* 1.0 >> SFM_SHIFT */
+
+
+/*!< Detector Parameters for AAC core codec. */
+static const DETECTOR_PARAMETERS_MH paramsAac = {
+9,                                             /*!< deltaTime */
+{
+FL2FXCONST_DBL(20.0f*RELAXATION_FLOAT),        /*!< thresHoldDiff */
+FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT),        /*!< thresHoldDiffGuide */
+FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT),        /*!< thresHoldTone */
+FL2FXCONST_DBL((1.0f/15.0f)*RELAXATION_FLOAT), /*!< invThresHoldTone */
+FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT),        /*!< thresHoldToneGuide */
+FL2FXCONST_DBL(0.3f)>>SFM_SHIFT,               /*!< sfmThresSbr */
+FL2FXCONST_DBL(0.1f)>>SFM_SHIFT,               /*!< sfmThresOrig */
+FL2FXCONST_DBL(0.3f),                          /*!< decayGuideOrig */
+FL2FXCONST_DBL(0.5f),                          /*!< decayGuideDiff */
+FL2FXCONST_DBL(-0.000112993269),  /* LD64(FL2FXCONST_DBL(0.995f)) */ /*!< derivThresMaxLD64 */
+FL2FXCONST_DBL(-0.000112993269),  /* LD64(FL2FXCONST_DBL(0.995f)) */ /*!< derivThresBelowLD64 */
+FL2FXCONST_DBL(-0.005030126483f) /* LD64(FL2FXCONST_DBL(0.8f)) */    /*!< derivThresAboveLD64 */
+},
+50                                             /*!< maxComp */
+};
+
+/*!< Detector Parameters for AAC LD core codec. */
+static const DETECTOR_PARAMETERS_MH paramsAacLd = {
+16,                                            /*!< Delta time. */
+{
+FL2FXCONST_DBL(25.0f*RELAXATION_FLOAT),        /*!< thresHoldDiff */
+FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT),        /*!< tresHoldDiffGuide */
+FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT),        /*!< thresHoldTone */
+FL2FXCONST_DBL((1.0f/15.0f)*RELAXATION_FLOAT), /*!< invThresHoldTone */
+FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT),        /*!< thresHoldToneGuide */
+FL2FXCONST_DBL(0.3f)>>SFM_SHIFT,               /*!< sfmThresSbr */
+FL2FXCONST_DBL(0.1f)>>SFM_SHIFT,               /*!< sfmThresOrig */
+FL2FXCONST_DBL(0.3f),                          /*!< decayGuideOrig */
+FL2FXCONST_DBL(0.2f),                          /*!< decayGuideDiff */
+FL2FXCONST_DBL(-0.000112993269),  /* LD64(FL2FXCONST_DBL(0.995f)) */  /*!< derivThresMaxLD64 */
+FL2FXCONST_DBL(-0.000112993269),  /* LD64(FL2FXCONST_DBL(0.995f)) */  /*!< derivThresBelowLD64 */
+FL2FXCONST_DBL(-0.005030126483f) /* LD64(FL2FXCONST_DBL(0.8f)) */     /*!< derivThresAboveLD64 */
+},
+50                                             /*!< maxComp */
+};
+
+
+/**************************************************************************/
+/*!
+  \brief     Calculates the difference in tonality between original and SBR
+             for a given time and frequency region.
+
+             The values for pDiffMapped2Scfb are scaled by RELAXATION
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void diff(FIXP_DBL *RESTRICT pTonalityOrig,
+                 FIXP_DBL *pDiffMapped2Scfb,
+                 const UCHAR *RESTRICT pFreqBandTable,
+                 INT       nScfb,
+                 SCHAR    *indexVector)
+{
+  UCHAR i, ll, lu, k;
+  FIXP_DBL maxValOrig, maxValSbr, tmp;
+  INT scale;
+
+  for(i=0; i < nScfb; i++){
+    ll = pFreqBandTable[i];
+    lu = pFreqBandTable[i+1];
+
+    maxValOrig = FL2FXCONST_DBL(0.0f);
+    maxValSbr = FL2FXCONST_DBL(0.0f);
+
+    for(k=ll;k<lu;k++){
+      maxValOrig = fixMax(maxValOrig, pTonalityOrig[k]);
+      maxValSbr = fixMax(maxValSbr, pTonalityOrig[indexVector[k]]);
+    }
+
+    if ((maxValSbr >= RELAXATION)) {
+        tmp = fDivNorm(maxValOrig, maxValSbr, &scale);
+        pDiffMapped2Scfb[i] = scaleValue(fMult(tmp,RELAXATION_FRACT), fixMax(-(DFRACT_BITS-1),(scale-RELAXATION_SHIFT)));
+    }
+    else {
+        pDiffMapped2Scfb[i] = maxValOrig;
+    }
+  }
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Calculates a flatness measure of the tonality measures.
+
+  Calculation of the power function and using scalefactor for basis:
+    Using log2:
+    z  = (2^k * x)^y;
+    z' = CalcLd(z) = y*CalcLd(x) + y*k;
+    z  = CalcInvLd(z');
+
+    Using ld64:
+    z  = (2^k * x)^y;
+    z' = CalcLd64(z) = y*CalcLd64(x)/64 + y*k/64;
+    z  = CalcInvLd64(z');
+
+  The values pSfmOrigVec and pSfmSbrVec are scaled by the factor 1/4.0
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void calculateFlatnessMeasure(FIXP_DBL *pQuotaBuffer,
+                                     SCHAR    *indexVector,
+                                     FIXP_DBL *pSfmOrigVec,
+                                     FIXP_DBL *pSfmSbrVec,
+                                     const UCHAR *pFreqBandTable,
+                                     INT       nSfb)
+{
+  INT i,j;
+  FIXP_DBL invBands,tmp1,tmp2;
+  INT shiftFac0,shiftFacSum0;
+  INT shiftFac1,shiftFacSum1;
+  FIXP_DBL accu;
+
+  for(i=0;i<nSfb;i++)
+  {
+    INT ll = pFreqBandTable[i];
+    INT lu = pFreqBandTable[i+1];
+    pSfmOrigVec[i] = (FIXP_DBL)(MAXVAL_DBL>>2);
+    pSfmSbrVec[i]  = (FIXP_DBL)(MAXVAL_DBL>>2);
+
+    if(lu - ll > 1){
+      FIXP_DBL amOrig,amTransp,gmOrig,gmTransp,sfmOrig,sfmTransp;
+      invBands = GetInvInt(lu-ll);
+      shiftFacSum0 = 0;
+      shiftFacSum1 = 0;
+      amOrig = amTransp = FL2FXCONST_DBL(0.0f);
+      gmOrig = gmTransp = (FIXP_DBL)MAXVAL_DBL;
+
+      for(j= ll; j<lu; j++) {
+        sfmOrig   = pQuotaBuffer[j];
+        sfmTransp = pQuotaBuffer[indexVector[j]];
+
+        amOrig   += fMult(sfmOrig, invBands);
+        amTransp += fMult(sfmTransp, invBands);
+
+        shiftFac0 = CountLeadingBits(sfmOrig);
+        shiftFac1 = CountLeadingBits(sfmTransp);
+
+        gmOrig   = fMult(gmOrig, sfmOrig<<shiftFac0);
+        gmTransp = fMult(gmTransp, sfmTransp<<shiftFac1);
+
+        shiftFacSum0 += shiftFac0;
+        shiftFacSum1 += shiftFac1;
+      }
+
+      if (gmOrig > FL2FXCONST_DBL(0.0f)) {
+
+        tmp1 = CalcLdData(gmOrig);      /* CalcLd64(x)/64 */
+        tmp1 = fMult(invBands, tmp1);   /* y*CalcLd64(x)/64 */
+
+        /* y*k/64 */
+        accu = (FIXP_DBL)-shiftFacSum0 << (DFRACT_BITS-1-8);
+        tmp2 = fMultDiv2(invBands, accu) << (2+1);
+
+        tmp2 = tmp1 + tmp2;             /* y*CalcLd64(x)/64 + y*k/64 */
+        gmOrig = CalcInvLdData(tmp2);   /* CalcInvLd64(z'); */
+      }
+      else {
+        gmOrig = FL2FXCONST_DBL(0.0f);
+      }
+
+      if (gmTransp > FL2FXCONST_DBL(0.0f)) {
+
+        tmp1 = CalcLdData(gmTransp);    /* CalcLd64(x)/64 */
+        tmp1 = fMult(invBands, tmp1);   /* y*CalcLd64(x)/64 */
+
+        /* y*k/64 */
+        accu = (FIXP_DBL)-shiftFacSum1 << (DFRACT_BITS-1-8);
+        tmp2 = fMultDiv2(invBands, accu) << (2+1);
+
+        tmp2 = tmp1 + tmp2;             /* y*CalcLd64(x)/64 + y*k/64 */
+        gmTransp = CalcInvLdData(tmp2); /* CalcInvLd64(z'); */
+      }
+      else {
+        gmTransp = FL2FXCONST_DBL(0.0f);
+      }
+      if ( amOrig != FL2FXCONST_DBL(0.0f) )
+        pSfmOrigVec[i] = FDKsbrEnc_LSI_divide_scale_fract(gmOrig,amOrig,SFM_SCALE);
+
+      if ( amTransp != FL2FXCONST_DBL(0.0f) )
+        pSfmSbrVec[i] = FDKsbrEnc_LSI_divide_scale_fract(gmTransp,amTransp,SFM_SCALE);
+    }
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Calculates the input to the missing harmonics detection.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void calculateDetectorInput(FIXP_DBL **RESTRICT pQuotaBuffer,  /*!< Pointer to tonality matrix. */
+                                   SCHAR     *RESTRICT indexVector,
+                                   FIXP_DBL **RESTRICT tonalityDiff,
+                                   FIXP_DBL **RESTRICT pSfmOrig,
+                                   FIXP_DBL **RESTRICT pSfmSbr,
+                                   const UCHAR *freqBandTable,
+                                   INT nSfb,
+                                   INT noEstPerFrame,
+                                   INT move)
+{
+  INT est;
+
+  /*
+  New estimate.
+  */
+  for (est=0; est < noEstPerFrame; est++) {
+
+    diff(pQuotaBuffer[est+move],
+         tonalityDiff[est+move],
+         freqBandTable,
+         nSfb,
+         indexVector);
+
+    calculateFlatnessMeasure(pQuotaBuffer[est+ move],
+                             indexVector,
+                             pSfmOrig[est + move],
+                             pSfmSbr[est + move],
+                             freqBandTable,
+                             nSfb);
+  }
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Checks that the detection is not due to a LP filter
+
+  This function determines if a newly detected missing harmonics is not
+  in fact just a low-pass filtere input signal. If so, the detection is
+  removed.
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void removeLowPassDetection(UCHAR *RESTRICT pAddHarmSfb,
+                                   UCHAR **RESTRICT pDetectionVectors,
+                                   INT start,
+                                   INT stop,
+                                   INT nSfb,
+                                   const UCHAR *RESTRICT pFreqBandTable,
+                                   FIXP_DBL *RESTRICT pNrgVector,
+                                   THRES_HOLDS mhThresh)
+
+{
+  INT i,est;
+  INT maxDerivPos = pFreqBandTable[nSfb];
+  INT numBands = pFreqBandTable[nSfb];
+  FIXP_DBL nrgLow,nrgHigh;
+  FIXP_DBL nrgLD64,nrgLowLD64,nrgHighLD64,nrgDiffLD64;
+  FIXP_DBL valLD64,maxValLD64,maxValAboveLD64;
+  INT bLPsignal = 0;
+
+  maxValLD64 = FL2FXCONST_DBL(-1.0f);
+  for(i = numBands - 1 - 2; i > pFreqBandTable[0];i--){
+    nrgLow  = pNrgVector[i];
+    nrgHigh = pNrgVector[i + 2];
+
+    if(nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh){
+      nrgLowLD64 = CalcLdData(nrgLow>>1);
+      nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1));
+      valLD64 = nrgDiffLD64-nrgLowLD64;
+      if(valLD64 > maxValLD64){
+        maxDerivPos = i;
+        maxValLD64 = valLD64;
+      }
+      if(maxValLD64 > mhThresh.derivThresMaxLD64) {
+        break;
+      }
+    }
+  }
+
+  /* Find the largest "gradient" above. (should be relatively flat, hence we expect a low value
+     if the signal is LP.*/
+  maxValAboveLD64 = FL2FXCONST_DBL(-1.0f);
+  for(i = numBands - 1 - 2; i > maxDerivPos + 2;i--){
+    nrgLow  = pNrgVector[i];
+    nrgHigh = pNrgVector[i + 2];
+
+    if(nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh){
+                  nrgLowLD64 = CalcLdData(nrgLow>>1);
+                  nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1));
+                        valLD64 = nrgDiffLD64-nrgLowLD64;
+      if(valLD64 > maxValAboveLD64){
+        maxValAboveLD64 = valLD64;
+      }
+    }
+                else {
+      if(nrgHigh != FL2FXCONST_DBL(0.0f) && nrgHigh > nrgLow){
+                    nrgHighLD64 = CalcLdData(nrgHigh>>1);
+                    nrgDiffLD64 = CalcLdData((nrgHigh>>1)-(nrgLow>>1));
+                          valLD64 = nrgDiffLD64-nrgHighLD64;
+        if(valLD64 > maxValAboveLD64){
+          maxValAboveLD64 = valLD64;
+        }
+      }
+                }
+  }
+
+  if(maxValLD64 > mhThresh.derivThresMaxLD64 && maxValAboveLD64 < mhThresh.derivThresAboveLD64){
+    bLPsignal = 1;
+
+    for(i = maxDerivPos - 1; i > maxDerivPos - 5 && i >= 0 ; i--){
+      if(pNrgVector[i] != FL2FXCONST_DBL(0.0f) && pNrgVector[i] > pNrgVector[maxDerivPos + 2]){
+                    nrgDiffLD64 = CalcLdData((pNrgVector[i]>>1)-(pNrgVector[maxDerivPos + 2]>>1));
+                                nrgLD64 = CalcLdData(pNrgVector[i]>>1);
+                        valLD64 = nrgDiffLD64-nrgLD64;
+        if(valLD64 < mhThresh.derivThresBelowLD64) {
+          bLPsignal = 0;
+          break;
+        }
+      }
+      else{
+        bLPsignal = 0;
+        break;
+      }
+    }
+  }
+
+  if(bLPsignal){
+    for(i=0;i<nSfb;i++){
+      if(maxDerivPos >= pFreqBandTable[i] && maxDerivPos < pFreqBandTable[i+1])
+        break;
+    }
+
+    if(pAddHarmSfb[i]){
+      pAddHarmSfb[i] = 0;
+      for(est = start; est < stop ; est++){
+        pDetectionVectors[est][i] = 0;
+      }
+    }
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Checks if it is allowed to detect a missing tone, that wasn't
+             detected previously.
+
+
+  \return    newDetectionAllowed flag.
+
+*/
+/**************************************************************************/
+static INT isDetectionOfNewToneAllowed(const SBR_FRAME_INFO *pFrameInfo,
+                                       INT *pDetectionStartPos,
+                                       INT noEstPerFrame,
+                                       INT prevTransientFrame,
+                                       INT prevTransientPos,
+                                       INT prevTransientFlag,
+                                       INT transientPosOffset,
+                                       INT transientFlag,
+                                       INT transientPos,
+                                       INT deltaTime,
+                                       HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMissingHarmonicsDetector)
+{
+  INT transientFrame, newDetectionAllowed;
+
+
+  /* Determine if this is a frame where a transient starts...
+   * If the transient flag was set the previous frame but not the
+   * transient frame flag, the transient frame flag is set in the current frame.
+   *****************************************************************************/
+  transientFrame = 0;
+  if(transientFlag){
+    if(transientPos + transientPosOffset < pFrameInfo->borders[pFrameInfo->nEnvelopes])
+      transientFrame = 1;
+      if(noEstPerFrame > 1){
+        if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){
+          *pDetectionStartPos = noEstPerFrame;
+        }
+        else{
+          *pDetectionStartPos = noEstPerFrame >> 1;
+        }
+
+      }
+      else{
+        *pDetectionStartPos = noEstPerFrame;
+      }
+  }
+  else{
+    if(prevTransientFlag && !prevTransientFrame){
+      transientFrame = 1;
+      *pDetectionStartPos = 0;
+    }
+  }
+
+  /*
+   * Determine if detection of new missing harmonics are allowed.
+   * If the frame contains a transient it's ok. If the previous
+   * frame contained a transient it needs to be sufficiently close
+   * to the start of the current frame.
+   ****************************************************************/
+  newDetectionAllowed = 0;
+  if(transientFrame){
+    newDetectionAllowed = 1;
+  }
+  else {
+    if(prevTransientFrame &&
+       fixp_abs(pFrameInfo->borders[0] - (prevTransientPos + transientPosOffset -
+                                     h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime)
+      newDetectionAllowed = 1;
+      *pDetectionStartPos = 0;
+  }
+
+  h_sbrMissingHarmonicsDetector->previousTransientFlag  = transientFlag;
+  h_sbrMissingHarmonicsDetector->previousTransientFrame = transientFrame;
+  h_sbrMissingHarmonicsDetector->previousTransientPos   = transientPos;
+
+  return (newDetectionAllowed);
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Cleans up the detection after a transient.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void transientCleanUp(FIXP_DBL **quotaBuffer,
+                             INT nSfb,
+                             UCHAR **detectionVectors,
+                             UCHAR *pAddHarmSfb,
+                             UCHAR *pPrevAddHarmSfb,
+                             INT ** signBuffer,
+                             const UCHAR *pFreqBandTable,
+                             INT start,
+                             INT stop,
+                             INT newDetectionAllowed,
+                             FIXP_DBL *pNrgVector,
+                             THRES_HOLDS mhThresh)
+{
+  INT i,j,li, ui,est;
+
+  for(est=start; est < stop; est++) {
+    for(i=0; i<nSfb; i++) {
+      pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i];
+    }
+  }
+
+  if(newDetectionAllowed == 1){
+    /*
+     * Check for duplication of sines located
+     * on the border of two scf-bands.
+     *************************************************/
+    for(i=0;i<nSfb-1;i++) {
+      li = pFreqBandTable[i];
+      ui = pFreqBandTable[i+1];
+
+      /* detection in adjacent channels.*/
+      if(pAddHarmSfb[i] && pAddHarmSfb[i+1]) {
+        FIXP_DBL maxVal1, maxVal2;
+        INT maxPos1, maxPos2, maxPosTime1, maxPosTime2;
+
+        li = pFreqBandTable[i];
+        ui = pFreqBandTable[i+1];
+
+        /* Find maximum tonality in the the two scf bands.*/
+        maxPosTime1 = start;
+        maxPos1 = li;
+        maxVal1 = quotaBuffer[start][li];
+        for(est = start; est < stop; est++){
+          for(j = li; j<ui; j++){
+            if(quotaBuffer[est][j] > maxVal1){
+              maxVal1 = quotaBuffer[est][j];
+              maxPos1 = j;
+              maxPosTime1 = est;
+            }
+          }
+        }
+
+        li = pFreqBandTable[i+1];
+        ui = pFreqBandTable[i+2];
+
+        /* Find maximum tonality in the the two scf bands.*/
+        maxPosTime2 = start;
+        maxPos2 = li;
+        maxVal2 = quotaBuffer[start][li];
+        for(est = start; est < stop; est++){
+          for(j = li; j<ui; j++){
+            if(quotaBuffer[est][j] > maxVal2){
+              maxVal2 = quotaBuffer[est][j];
+              maxPos2 = j;
+              maxPosTime2 = est;
+            }
+          }
+        }
+
+        /* If the maximum values are in adjacent QMF-channels, we need to remove
+           the lowest of the two.*/
+        if(maxPos2-maxPos1 < 2){
+
+          if(pPrevAddHarmSfb[i] == 1 && pPrevAddHarmSfb[i+1] == 0){
+            /* Keep the lower, remove the upper.*/
+            pAddHarmSfb[i+1] = 0;
+            for(est=start; est<stop; est++){
+              detectionVectors[est][i+1] = 0;
+            }
+          }
+          else{
+            if(pPrevAddHarmSfb[i] == 0 && pPrevAddHarmSfb[i+1] == 1){
+              /* Keep the upper, remove the lower.*/
+              pAddHarmSfb[i] = 0;
+              for(est=start; est<stop; est++){
+                detectionVectors[est][i] = 0;
+              }
+            }
+            else{
+             /* If the maximum values are in adjacent QMF-channels, and if the signs indicate that it is the same sine,
+                we need to remove the lowest of the two.*/
+              if(maxVal1 > maxVal2){
+                if(signBuffer[maxPosTime1][maxPos2] < 0 && signBuffer[maxPosTime1][maxPos1] > 0){
+                  /* Keep the lower, remove the upper.*/
+                  pAddHarmSfb[i+1] = 0;
+                  for(est=start; est<stop; est++){
+                    detectionVectors[est][i+1] = 0;
+                  }
+                }
+              }
+              else{
+                if(signBuffer[maxPosTime2][maxPos2] < 0 && signBuffer[maxPosTime2][maxPos1] > 0){
+                  /* Keep the upper, remove the lower.*/
+                  pAddHarmSfb[i] = 0;
+                  for(est=start; est<stop; est++){
+                    detectionVectors[est][i] = 0;
+                  }
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+
+    /* Make sure that the detection is not the cut-off of a low pass filter. */
+    removeLowPassDetection(pAddHarmSfb,
+                           detectionVectors,
+                           start,
+                           stop,
+                           nSfb,
+                           pFreqBandTable,
+                           pNrgVector,
+                           mhThresh);
+  }
+  else {
+   /*
+    * If a missing harmonic wasn't missing the previous frame
+    * the transient-flag needs to be set in order to be allowed to detect it.
+    *************************************************************************/
+    for(i=0;i<nSfb;i++){
+      if(pAddHarmSfb[i] - pPrevAddHarmSfb[i] > 0)
+        pAddHarmSfb[i] = 0;
+    }
+  }
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Do detection for one tonality estimate.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void detection(FIXP_DBL *quotaBuffer,
+                      FIXP_DBL *pDiffVecScfb,
+                      INT nSfb,
+                      UCHAR *pHarmVec,
+                      const UCHAR *pFreqBandTable,
+                      FIXP_DBL *sfmOrig,
+                      FIXP_DBL *sfmSbr,
+                      GUIDE_VECTORS guideVectors,
+                      GUIDE_VECTORS newGuideVectors,
+                      THRES_HOLDS mhThresh)
+{
+
+  INT i,j,ll, lu;
+  FIXP_DBL thresTemp,thresOrig;
+
+  /*
+   * Do detection on the difference vector, i.e. the difference between
+   * the original and the transposed.
+   *********************************************************************/
+  for(i=0;i<nSfb;i++){
+
+    thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f))
+                  ? fixMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide)
+                  : mhThresh.thresHoldDiff;
+
+    thresTemp = fixMin(thresTemp, mhThresh.thresHoldDiff);
+
+    if(pDiffVecScfb[i] > thresTemp){
+      pHarmVec[i] = 1;
+      newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i];
+    }
+    else{
+      /* If the guide wasn't zero, but the current level is to low,
+         start tracking the decay on the tone in the original rather
+         than the difference.*/
+      if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){
+        guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide;
+      }
+    }
+  }
+
+  /*
+   * Trace tones in the original signal that at one point
+   * have been detected because they will be replaced by
+   * multiple tones in the sbr signal.
+   ****************************************************/
+
+  for(i=0;i<nSfb;i++){
+    ll = pFreqBandTable[i];
+    lu = pFreqBandTable[i+1];
+
+    thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thresHoldToneGuide);
+    thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone);
+
+    if(guideVectors.guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){
+      for(j= ll;j<lu;j++){
+        if(quotaBuffer[j] > thresOrig){
+          pHarmVec[i] = 1;
+          newGuideVectors.guideVectorOrig[i] = quotaBuffer[j];
+        }
+      }
+    }
+  }
+
+  /*
+   * Check for multiple sines in the transposed signal,
+   * where there is only one in the original.
+   ****************************************************/
+  thresOrig = mhThresh.thresHoldTone;
+
+  for(i=0;i<nSfb;i++){
+    ll = pFreqBandTable[i];
+    lu = pFreqBandTable[i+1];
+
+    if(pHarmVec[i] == 0){
+      if(lu -ll > 1){
+        for(j= ll;j<lu;j++){
+          if(quotaBuffer[j] > thresOrig && (sfmSbr[i] > mhThresh.sfmThresSbr && sfmOrig[i] < mhThresh.sfmThresOrig)){
+            pHarmVec[i] = 1;
+            newGuideVectors.guideVectorOrig[i] = quotaBuffer[j];
+          }
+        }
+      }
+      else{
+        if(i < nSfb -1){
+          ll = pFreqBandTable[i];
+
+          if(i>0){
+            if(quotaBuffer[ll] > mhThresh.thresHoldTone && (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || pDiffVecScfb[i-1] < mhThresh.invThresHoldTone)){
+                pHarmVec[i] = 1;
+                newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll];
+            }
+          }
+          else{
+            if(quotaBuffer[ll] > mhThresh.thresHoldTone && pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){
+                pHarmVec[i] = 1;
+                newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll];
+            }
+          }
+        }
+      }
+    }
+  }
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Do detection for every tonality estimate, using forward prediction.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void detectionWithPrediction(FIXP_DBL **quotaBuffer,
+                                    FIXP_DBL **pDiffVecScfb,
+                                    INT ** signBuffer,
+                                    INT nSfb,
+                                    const UCHAR* pFreqBandTable,
+                                    FIXP_DBL **sfmOrig,
+                                    FIXP_DBL **sfmSbr,
+                                    UCHAR **detectionVectors,
+                                    UCHAR *pPrevAddHarmSfb,
+                                    GUIDE_VECTORS *guideVectors,
+                                    INT noEstPerFrame,
+                                    INT detectionStart,
+                                    INT totNoEst,
+                                    INT newDetectionAllowed,
+                                    INT *pAddHarmFlag,
+                                    UCHAR *pAddHarmSfb,
+                                    FIXP_DBL *pNrgVector,
+                                    const DETECTOR_PARAMETERS_MH *mhParams)
+{
+  INT est = 0,i;
+  INT start;
+
+  FDKmemclear(pAddHarmSfb,nSfb*sizeof(UCHAR));
+
+  if(newDetectionAllowed){
+
+    if(totNoEst > 1){
+      start = detectionStart;
+
+      if (start != 0) {
+        FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL));
+        FDKmemcpy(guideVectors[start].guideVectorOrig,guideVectors[0].guideVectorOrig,nSfb*sizeof(FIXP_DBL));
+        FDKmemclear(guideVectors[start-1].guideVectorDetected,nSfb*sizeof(UCHAR));
+      }
+    }
+    else{
+      start = 0;
+    }
+  }
+  else{
+    start = 0;
+  }
+
+
+  for(est = start; est < totNoEst; est++){
+
+    /*
+    * Do detection on the current frame using
+    * guide-info from the previous.
+    *******************************************/
+    if(est > 0){
+      FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR));
+    }
+
+    FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR));
+
+    if(est < totNoEst-1){
+      FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL));
+      FDKmemclear(guideVectors[est+1].guideVectorOrig,nSfb*sizeof(FIXP_DBL));
+      FDKmemclear(guideVectors[est+1].guideVectorDetected,nSfb*sizeof(UCHAR));
+
+      detection(quotaBuffer[est],
+                pDiffVecScfb[est],
+                nSfb,
+                detectionVectors[est],
+                pFreqBandTable,
+                sfmOrig[est],
+                sfmSbr[est],
+                guideVectors[est],
+                guideVectors[est+1],
+                mhParams->thresHolds);
+    }
+    else{
+      FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL));
+      FDKmemclear(guideVectors[est].guideVectorOrig,nSfb*sizeof(FIXP_DBL));
+      FDKmemclear(guideVectors[est].guideVectorDetected,nSfb*sizeof(UCHAR));
+
+      detection(quotaBuffer[est],
+                pDiffVecScfb[est],
+                nSfb,
+                detectionVectors[est],
+                pFreqBandTable,
+                sfmOrig[est],
+                sfmSbr[est],
+                guideVectors[est],
+                guideVectors[est],
+                mhParams->thresHolds);
+    }
+  }
+
+
+  /* Clean up the detection.*/
+  transientCleanUp(quotaBuffer,
+                   nSfb,
+                   detectionVectors,
+                   pAddHarmSfb,
+                   pPrevAddHarmSfb,
+                   signBuffer,
+                   pFreqBandTable,
+                   start,
+                   totNoEst,
+                   newDetectionAllowed,
+                   pNrgVector,
+                   mhParams->thresHolds);
+
+
+  /* Set flag... */
+  *pAddHarmFlag = 0;
+  for(i=0; i<nSfb; i++){
+    if(pAddHarmSfb[i]){
+      *pAddHarmFlag = 1;
+      break;
+    }
+  }
+
+  FDKmemcpy(pPrevAddHarmSfb, pAddHarmSfb, nSfb*sizeof(UCHAR));
+  FDKmemcpy(guideVectors[0].guideVectorDetected,pAddHarmSfb,nSfb*sizeof(INT));
+
+  for(i=0; i<nSfb ; i++){
+
+    guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f);
+    guideVectors[0].guideVectorOrig[i] = FL2FXCONST_DBL(0.0f);
+
+    if(pAddHarmSfb[i] == 1){
+      /* If we had a detection use the guide-value in the next frame from the last estimate were the detection
+      was done.*/
+      for(est=start; est < totNoEst; est++){
+        if(guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){
+          guideVectors[0].guideVectorDiff[i] = guideVectors[est].guideVectorDiff[i];
+        }
+        if(guideVectors[est].guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){
+          guideVectors[0].guideVectorOrig[i] = guideVectors[est].guideVectorOrig[i];
+        }
+      }
+    }
+  }
+
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Calculates a compensation vector for the energy data.
+
+  This function calculates a compensation vector for the energy data (i.e.
+  envelope data) that is calculated elsewhere. This is since, one sine on
+  the border of two scalefactor bands, will be replace by one sine in the
+  middle of either scalefactor band. However, since the sine that is replaced
+  will influence the energy estimate in both scalefactor bands (in the envelops
+  calculation function) a compensation value is required in order to avoid
+  noise substitution in the decoder next to the synthetic sine.
+
+  \return    none.
+
+*/
+/**************************************************************************/
+static void calculateCompVector(UCHAR *pAddHarmSfb,
+                                FIXP_DBL **pTonalityMatrix,
+                                INT ** pSignMatrix,
+                                UCHAR *pEnvComp,
+                                INT nSfb,
+                                const UCHAR *freqBandTable,
+                                INT totNoEst,
+                                INT maxComp,
+                                UCHAR *pPrevEnvComp,
+                                INT newDetectionAllowed)
+{
+
+  INT scfBand,est,l,ll,lu,maxPosF,maxPosT;
+  FIXP_DBL maxVal;
+  INT compValue;
+  FIXP_DBL tmp;
+
+  FDKmemclear(pEnvComp,nSfb*sizeof(UCHAR));
+
+  for(scfBand=0; scfBand < nSfb; scfBand++){
+
+    if(pAddHarmSfb[scfBand]){ /* A missing sine was detected */
+      ll = freqBandTable[scfBand];
+      lu = freqBandTable[scfBand+1];
+
+      maxPosF = 0;                        /* First find the maximum*/
+      maxPosT = 0;
+      maxVal = FL2FXCONST_DBL(0.0f);
+
+      for(est=0;est<totNoEst;est++){
+        for(l=ll; l<lu; l++){
+          if(pTonalityMatrix[est][l] > maxVal){
+            maxVal = pTonalityMatrix[est][l];
+            maxPosF = l;
+            maxPosT = est;
+          }
+        }
+      }
+
+      /*
+       * If the maximum tonality is at the lower border of the
+       * scalefactor band, we check the sign of the adjacent channels
+       * to see if this sine is shared by the lower channel. If so, the
+       * energy of the single sine will be present in two scalefactor bands
+       * in the SBR data, which will cause problems in the decoder, when we
+       * add a sine to just one of the channels.
+       *********************************************************************/
+      if(maxPosF == ll && scfBand){
+        if(!pAddHarmSfb[scfBand - 1]) {     /* No detection below*/
+          if (pSignMatrix[maxPosT][maxPosF - 1] > 0 && pSignMatrix[maxPosT][maxPosF] < 0) {
+            /* The comp value is calulated as the tonallity value, i.e we want to
+               reduce the envelope data for this channel with as much as the tonality
+               that is spread from the channel above. (ld64(RELAXATION) = 0.31143075889) */
+            tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF - 1]) + RELAXATION_LD64);
+            tmp = (tmp >> (DFRACT_BITS-1-LD_DATA_SHIFT-1)) + (FIXP_DBL)1;  /* shift one bit less for rounding */
+            compValue = ((INT)(LONG)tmp) >> 1;
+
+                                                     /* limit the comp-value*/
+            if (compValue > maxComp)
+              compValue = maxComp;
+
+            pEnvComp[scfBand-1] = compValue;
+                                            }
+                                   }
+      }
+
+      /*
+       * Same as above, but for the upper end of the scalefactor-band.
+       ***************************************************************/
+      if(maxPosF == lu-1 && scfBand+1 < nSfb){        /* Upper border*/
+        if(!pAddHarmSfb[scfBand + 1]) {
+          if (pSignMatrix[maxPosT][maxPosF] > 0 && pSignMatrix[maxPosT][maxPosF + 1] < 0) {
+            tmp = fixp_abs((FIXP_DBL)CalcLdData(pTonalityMatrix[maxPosT][maxPosF + 1]) + RELAXATION_LD64);
+            tmp = (tmp >> (DFRACT_BITS-1-LD_DATA_SHIFT-1)) + (FIXP_DBL)1;  /* shift one bit less for rounding */
+            compValue = ((INT)(LONG)tmp) >> 1;
+
+            if (compValue > maxComp)
+              compValue = maxComp;
+
+            pEnvComp[scfBand+1] = compValue;
+                                        }
+                                }
+      }
+                }
+        }
+
+  if(newDetectionAllowed == 0){
+    for(scfBand=0;scfBand<nSfb;scfBand++){
+      if(pEnvComp[scfBand] != 0 && pPrevEnvComp[scfBand] == 0)
+        pEnvComp[scfBand] = 0;
+    }
+  }
+
+  /* remember the value for the next frame.*/
+  FDKmemcpy(pPrevEnvComp,pEnvComp,nSfb*sizeof(UCHAR));
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Detects where strong tonal components will be missing after
+             HFR in the decoder.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_SbrMissingHarmonicsDetectorQmf(HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMHDet,
+                               FIXP_DBL ** pQuotaBuffer,
+                               INT ** pSignBuffer,
+                               SCHAR* indexVector,
+                               const SBR_FRAME_INFO *pFrameInfo,
+                               const UCHAR* pTranInfo,
+                               INT* pAddHarmonicsFlag,
+                               UCHAR* pAddHarmonicsScaleFactorBands,
+                               const UCHAR* freqBandTable,
+                               INT nSfb,
+                               UCHAR* envelopeCompensation,
+                               FIXP_DBL *pNrgVector)
+{
+  INT transientFlag = pTranInfo[1];
+  INT transientPos  = pTranInfo[0];
+  INT newDetectionAllowed;
+  INT transientDetStart = 0;
+
+  UCHAR ** detectionVectors  = h_sbrMHDet->detectionVectors;
+  INT move                = h_sbrMHDet->move;
+  INT noEstPerFrame       = h_sbrMHDet->noEstPerFrame;
+  INT totNoEst            = h_sbrMHDet->totNoEst;
+  INT prevTransientFlag   = h_sbrMHDet->previousTransientFlag;
+  INT prevTransientFrame  = h_sbrMHDet->previousTransientFrame;
+  INT transientPosOffset  = h_sbrMHDet->transientPosOffset;
+  INT prevTransientPos    = h_sbrMHDet->previousTransientPos;
+  GUIDE_VECTORS* guideVectors = h_sbrMHDet->guideVectors;
+  INT deltaTime = h_sbrMHDet->mhParams->deltaTime;
+  INT maxComp = h_sbrMHDet->mhParams->maxComp;
+
+  int est;
+
+  /*
+  Buffer values.
+  */
+  FDK_ASSERT(move<=(MAX_NO_OF_ESTIMATES>>1));
+  FDK_ASSERT(noEstPerFrame<=(MAX_NO_OF_ESTIMATES>>1));
+
+  FIXP_DBL *sfmSbr[MAX_NO_OF_ESTIMATES];
+  FIXP_DBL *sfmOrig[MAX_NO_OF_ESTIMATES];
+  FIXP_DBL *tonalityDiff[MAX_NO_OF_ESTIMATES];
+
+  for (est=0; est < MAX_NO_OF_ESTIMATES/2; est++) {
+    sfmSbr[est]       = h_sbrMHDet->sfmSbr[est];
+    sfmOrig[est]      = h_sbrMHDet->sfmOrig[est];
+    tonalityDiff[est] = h_sbrMHDet->tonalityDiff[est];
+  }
+
+  C_ALLOC_SCRATCH_START(scratch_mem, FIXP_DBL, (3*MAX_NO_OF_ESTIMATES/2*MAX_FREQ_COEFFS));
+  FIXP_DBL *scratch = scratch_mem;
+  for (; est < MAX_NO_OF_ESTIMATES; est++) {
+    sfmSbr[est]       = scratch; scratch+=MAX_FREQ_COEFFS;
+    sfmOrig[est]      = scratch; scratch+=MAX_FREQ_COEFFS;
+    tonalityDiff[est] = scratch; scratch+=MAX_FREQ_COEFFS;
+  }
+
+
+
+  /* Determine if we're allowed to detect "missing harmonics" that wasn't detected before.
+     In order to be allowed to do new detection, there must be a transient in the current
+     frame, or a transient in the previous frame sufficiently close to the current frame. */
+  newDetectionAllowed = isDetectionOfNewToneAllowed(pFrameInfo,
+                                                    &transientDetStart,
+                                                    noEstPerFrame,
+                                                    prevTransientFrame,
+                                                    prevTransientPos,
+                                                    prevTransientFlag,
+                                                    transientPosOffset,
+                                                    transientFlag,
+                                                    transientPos,
+                                                    deltaTime,
+                                                    h_sbrMHDet);
+
+  /* Calulate the variables that will be used subsequently for the actual detection */
+  calculateDetectorInput(pQuotaBuffer,
+                         indexVector,
+                         tonalityDiff,
+                         sfmOrig,
+                         sfmSbr,
+                         freqBandTable,
+                         nSfb,
+                         noEstPerFrame,
+                         move);
+
+  /* Do the actual detection using information from previous detections */
+  detectionWithPrediction(pQuotaBuffer,
+                          tonalityDiff,
+                          pSignBuffer,
+                          nSfb,
+                          freqBandTable,
+                          sfmOrig,
+                          sfmSbr,
+                          detectionVectors,
+                          h_sbrMHDet->guideScfb,
+                          guideVectors,
+                          noEstPerFrame,
+                          transientDetStart,
+                          totNoEst,
+                          newDetectionAllowed,
+                          pAddHarmonicsFlag,
+                          pAddHarmonicsScaleFactorBands,
+                          pNrgVector,
+                          h_sbrMHDet->mhParams);
+
+  /* Calculate the comp vector, so that the energy can be
+     compensated for a sine between two QMF-bands. */
+  calculateCompVector(pAddHarmonicsScaleFactorBands,
+                      pQuotaBuffer,
+                      pSignBuffer,
+                      envelopeCompensation,
+                      nSfb,
+                      freqBandTable,
+                      totNoEst,
+                      maxComp,
+                      h_sbrMHDet->prevEnvelopeCompensation,
+                      newDetectionAllowed);
+
+  for (est=0; est < move; est++) {
+    FDKmemcpy(tonalityDiff[est], tonalityDiff[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemcpy(sfmOrig[est], sfmOrig[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemcpy(sfmSbr[est], sfmSbr[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+  }
+  C_ALLOC_SCRATCH_END(scratch, FIXP_DBL, (3*MAX_NO_OF_ESTIMATES/2*MAX_FREQ_COEFFS));
+
+
+}
+
+/**************************************************************************/
+/*!
+  \brief     Initialize an instance of the missing harmonics detector.
+
+
+  \return    errorCode, noError if OK.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_CreateSbrMissingHarmonicsDetector (
+                                   HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet,
+                                   INT chan)
+{
+  HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet;
+  INT i;
+
+  UCHAR* detectionVectors    = GetRam_Sbr_detectionVectors(chan);
+  UCHAR* guideVectorDetected = GetRam_Sbr_guideVectorDetected(chan);
+  FIXP_DBL* guideVectorDiff  = GetRam_Sbr_guideVectorDiff(chan);
+  FIXP_DBL* guideVectorOrig  = GetRam_Sbr_guideVectorOrig(chan);
+
+  FDKmemclear (hs,sizeof(SBR_MISSING_HARMONICS_DETECTOR));
+
+  hs->prevEnvelopeCompensation = GetRam_Sbr_prevEnvelopeCompensation(chan);
+  hs->guideScfb                = GetRam_Sbr_guideScfb(chan);
+
+  for(i=0; i<MAX_NO_OF_ESTIMATES; i++) {
+    hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS);
+    hs->guideVectors[i].guideVectorOrig = guideVectorOrig + (i*MAX_FREQ_COEFFS);
+    hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS);
+    hs->guideVectors[i].guideVectorDetected = guideVectorDetected + (i*MAX_FREQ_COEFFS);
+  }
+
+  return 0;
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     Initialize an instance of the missing harmonics detector.
+
+
+  \return    errorCode, noError if OK.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_InitSbrMissingHarmonicsDetector (
+                                   HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet,
+                                   INT sampleFreq,
+                                   INT frameSize,
+                                   INT nSfb,
+                                   INT qmfNoChannels,
+                                   INT totNoEst,
+                                   INT move,
+                                   INT noEstPerFrame,
+                                   UINT sbrSyntaxFlags
+                                  )
+{
+  HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet;
+  int i;
+
+  FDK_ASSERT(totNoEst <= MAX_NO_OF_ESTIMATES);
+
+  if (sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY)
+  {
+    switch(frameSize){
+    case 1024:
+    case 512:
+        hs->transientPosOffset = FRAME_MIDDLE_SLOT_512LD;
+        hs->timeSlots          = 16;
+        break;
+    case 960:
+    case 480:
+        hs->transientPosOffset = FRAME_MIDDLE_SLOT_512LD;
+        hs->timeSlots          = 15;
+        break;
+    default:
+        return -1;
+    }
+  } else
+  {
+    switch(frameSize){
+    case 2048:
+    case 1024:
+        hs->transientPosOffset = FRAME_MIDDLE_SLOT_2048;
+        hs->timeSlots          = NUMBER_TIME_SLOTS_2048;
+        break;
+    case 1920:
+    case 960:
+        hs->transientPosOffset = FRAME_MIDDLE_SLOT_1920;
+        hs->timeSlots          = NUMBER_TIME_SLOTS_1920;
+        break;
+    default:
+        return -1;
+    }
+  }
+
+  if (sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) {
+    hs->mhParams = &paramsAacLd;
+  } else
+  hs->mhParams = &paramsAac;
+
+  hs->qmfNoChannels = qmfNoChannels;
+  hs->sampleFreq = sampleFreq;
+  hs->nSfb = nSfb;
+
+  hs->totNoEst = totNoEst;
+  hs->move = move;
+  hs->noEstPerFrame = noEstPerFrame;
+
+  for(i=0; i<totNoEst; i++) {
+    FDKmemclear (hs->guideVectors[i].guideVectorDiff,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemclear (hs->guideVectors[i].guideVectorOrig,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemclear (hs->detectionVectors[i],sizeof(UCHAR)*MAX_FREQ_COEFFS);
+    FDKmemclear (hs->guideVectors[i].guideVectorDetected,sizeof(UCHAR)*MAX_FREQ_COEFFS);
+  }
+
+  //for(i=0; i<totNoEst/2; i++) {
+  for(i=0; i<MAX_NO_OF_ESTIMATES/2; i++) {
+    FDKmemclear (hs->tonalityDiff[i],sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemclear (hs->sfmOrig[i],sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+    FDKmemclear (hs->sfmSbr[i],sizeof(FIXP_DBL)*MAX_FREQ_COEFFS);
+  }
+
+  FDKmemclear ( hs->prevEnvelopeCompensation, sizeof(UCHAR)*MAX_FREQ_COEFFS);
+  FDKmemclear ( hs->guideScfb, sizeof(UCHAR)*MAX_FREQ_COEFFS);
+
+  hs->previousTransientFlag = 0;
+  hs->previousTransientFrame = 0;
+  hs->previousTransientPos = 0;
+
+  return (0);
+}
+
+/**************************************************************************/
+/*!
+  \brief     Deletes an instance of the missing harmonics detector.
+
+
+  \return    none.
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_DeleteSbrMissingHarmonicsDetector(HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet)
+{
+  if (hSbrMHDet) {
+    HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet;
+
+    FreeRam_Sbr_detectionVectors(&hs->detectionVectors[0]);
+    FreeRam_Sbr_guideVectorDetected(&hs->guideVectors[0].guideVectorDetected);
+    FreeRam_Sbr_guideVectorDiff(&hs->guideVectors[0].guideVectorDiff);
+    FreeRam_Sbr_guideVectorOrig(&hs->guideVectors[0].guideVectorOrig);
+    FreeRam_Sbr_prevEnvelopeCompensation(&hs->prevEnvelopeCompensation);
+    FreeRam_Sbr_guideScfb(&hs->guideScfb);
+
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Resets an instance of the missing harmonics detector.
+
+
+  \return    error code, noError if OK.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_ResetSbrMissingHarmonicsDetector (HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMissingHarmonicsDetector,
+                                  INT nSfb)
+{
+  int i;
+  FIXP_DBL tempGuide[MAX_FREQ_COEFFS];
+  UCHAR tempGuideInt[MAX_FREQ_COEFFS];
+  INT nSfbPrev;
+
+  nSfbPrev = hSbrMissingHarmonicsDetector->nSfb;
+  hSbrMissingHarmonicsDetector->nSfb = nSfb;
+
+  FDKmemcpy( tempGuideInt, hSbrMissingHarmonicsDetector->guideScfb, nSfbPrev * sizeof(UCHAR) );
+
+  if ( nSfb > nSfbPrev ) {
+    for ( i = 0; i < (nSfb - nSfbPrev); i++ ) {
+      hSbrMissingHarmonicsDetector->guideScfb[i] = 0;
+    }
+
+    for ( i = 0; i < nSfbPrev; i++ ) {
+      hSbrMissingHarmonicsDetector->guideScfb[i + (nSfb - nSfbPrev)] = tempGuideInt[i];
+    }
+  }
+  else {
+    for ( i = 0; i < nSfb; i++ ) {
+      hSbrMissingHarmonicsDetector->guideScfb[i] = tempGuideInt[i + (nSfbPrev-nSfb)];
+    }
+  }
+
+  FDKmemcpy ( tempGuide, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff, nSfbPrev * sizeof(FIXP_DBL) );
+
+  if (nSfb > nSfbPrev ) {
+    for ( i = 0; i < (nSfb - nSfbPrev); i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f);
+    }
+
+    for ( i = 0; i < nSfbPrev; i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i + (nSfb - nSfbPrev)] = tempGuide[i];
+    }
+  }
+  else {
+    for ( i = 0; i < nSfb; i++  ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = tempGuide[i + (nSfbPrev-nSfb)];
+    }
+  }
+
+  FDKmemcpy ( tempGuide, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig, nSfbPrev * sizeof(FIXP_DBL) );
+
+  if ( nSfb > nSfbPrev ) {
+    for ( i = 0; i< (nSfb - nSfbPrev); i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i] = FL2FXCONST_DBL(0.0f);
+    }
+
+    for ( i = 0; i < nSfbPrev; i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i + (nSfb - nSfbPrev)] = tempGuide[i];
+    }
+  }
+  else {
+    for ( i = 0; i < nSfb; i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i] = tempGuide[i + (nSfbPrev-nSfb)];
+    }
+  }
+
+  FDKmemcpy ( tempGuideInt, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected, nSfbPrev * sizeof(UCHAR) );
+
+  if ( nSfb > nSfbPrev ) {
+    for ( i = 0; i < (nSfb - nSfbPrev); i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i] = 0;
+    }
+
+    for ( i = 0; i < nSfbPrev; i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i + (nSfb - nSfbPrev)] = tempGuideInt[i];
+    }
+  }
+  else {
+    for ( i = 0; i < nSfb; i++ ) {
+      hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i] = tempGuideInt[i + (nSfbPrev-nSfb)];
+    }
+  }
+
+  FDKmemcpy ( tempGuideInt, hSbrMissingHarmonicsDetector->prevEnvelopeCompensation, nSfbPrev * sizeof(UCHAR) );
+
+  if ( nSfb > nSfbPrev ) {
+    for ( i = 0; i < (nSfb - nSfbPrev); i++ ) {
+      hSbrMissingHarmonicsDetector->prevEnvelopeCompensation[i] = 0;
+    }
+
+    for ( i = 0; i < nSfbPrev; i++ ) {
+      hSbrMissingHarmonicsDetector->prevEnvelopeCompensation[i + (nSfb - nSfbPrev)] = tempGuideInt[i];
+    }
+  }
+  else {
+    for ( i = 0; i < nSfb; i++ ) {
+      hSbrMissingHarmonicsDetector->prevEnvelopeCompensation[i] = tempGuideInt[i + (nSfbPrev-nSfb)];
+    }
+  }
+
+  return 0;
+}
+
diff --git a/libSBRenc/src/mh_det.h b/libSBRenc/src/mh_det.h
new file mode 100644 (file)
index 0000000..74c2a99
--- /dev/null
@@ -0,0 +1,196 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  missing harmonics detection header file  
+*/
+
+#ifndef __MH_DETECT_H
+#define __MH_DETECT_H
+
+#include "sbr_encoder.h"
+#include "fram_gen.h"
+
+typedef struct
+{
+  FIXP_DBL thresHoldDiff;      /*!< threshold for tonality difference */
+  FIXP_DBL thresHoldDiffGuide; /*!< threshold for tonality difference for the guide */
+  FIXP_DBL thresHoldTone;      /*!< threshold for tonality for a sine */
+  FIXP_DBL invThresHoldTone;
+  FIXP_DBL thresHoldToneGuide; /*!< threshold for tonality for a sine for the guide */
+  FIXP_DBL sfmThresSbr;        /*!< tonality flatness measure threshold for the SBR signal.*/
+  FIXP_DBL sfmThresOrig;       /*!< tonality flatness measure threshold for the original signal.*/
+  FIXP_DBL decayGuideOrig;     /*!< decay value of the tonality value of the guide for the tone. */
+  FIXP_DBL decayGuideDiff;     /*!< decay value of the tonality value of the guide for the tonality difference. */
+  FIXP_DBL derivThresMaxLD64;      /*!< threshold for detecting LP character in a signal. */
+  FIXP_DBL derivThresBelowLD64;    /*!< threshold for detecting LP character in a signal. */
+  FIXP_DBL derivThresAboveLD64;    /*!< threshold for detecting LP character in a signal. */
+}THRES_HOLDS;
+
+typedef struct
+{
+  INT deltaTime;            /*!< maximum allowed transient distance (from frame border in number of qmf subband sample)
+                                 for a frame to be considered a transient frame.*/
+  THRES_HOLDS thresHolds;   /*!< the thresholds used for detection. */
+  INT maxComp;              /*!< maximum alllowed compensation factor for the envelope data. */
+}DETECTOR_PARAMETERS_MH;
+
+typedef struct
+{
+  FIXP_DBL *guideVectorDiff;
+  FIXP_DBL *guideVectorOrig;
+  UCHAR* guideVectorDetected;
+}GUIDE_VECTORS;
+
+
+typedef struct
+{
+  INT qmfNoChannels;
+  INT nSfb;
+  INT sampleFreq;
+  INT previousTransientFlag;
+  INT previousTransientFrame;
+  INT previousTransientPos;
+
+  INT noVecPerFrame;
+  INT transientPosOffset;
+
+  INT move;
+  INT totNoEst;
+  INT noEstPerFrame;
+  INT timeSlots;
+
+  UCHAR *guideScfb;
+  UCHAR *prevEnvelopeCompensation;
+  UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES];
+  FIXP_DBL tonalityDiff[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
+  FIXP_DBL sfmOrig[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
+  FIXP_DBL sfmSbr[MAX_NO_OF_ESTIMATES/2][MAX_FREQ_COEFFS];
+  const DETECTOR_PARAMETERS_MH *mhParams;
+  GUIDE_VECTORS guideVectors[MAX_NO_OF_ESTIMATES];
+}
+SBR_MISSING_HARMONICS_DETECTOR;
+
+typedef SBR_MISSING_HARMONICS_DETECTOR *HANDLE_SBR_MISSING_HARMONICS_DETECTOR;
+
+void
+FDKsbrEnc_SbrMissingHarmonicsDetectorQmf(HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMissingHarmonicsDetector,
+                               FIXP_DBL ** pQuotaBuffer,
+                               INT ** pSignBuffer,
+                               SCHAR *indexVector,
+                               const SBR_FRAME_INFO *pFrameInfo,
+                               const UCHAR* pTranInfo,
+                               INT* pAddHarmonicsFlag,
+                               UCHAR* pAddHarmonicsScaleFactorBands,
+                               const UCHAR* freqBandTable,
+                               INT nSfb,
+                               UCHAR * envelopeCompensation,
+                               FIXP_DBL *pNrgVector);
+
+INT
+FDKsbrEnc_CreateSbrMissingHarmonicsDetector (
+                                   HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet,
+                                   INT chan);
+
+INT
+FDKsbrEnc_InitSbrMissingHarmonicsDetector(
+                                  HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMissingHarmonicsDetector,
+                                  INT sampleFreq,
+                                  INT frameSize,
+                                  INT nSfb,
+                                  INT qmfNoChannels,
+                                  INT totNoEst,
+                                  INT move,
+                                  INT noEstPerFrame,
+                                  UINT sbrSyntaxFlags);
+
+void
+FDKsbrEnc_DeleteSbrMissingHarmonicsDetector (HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMissingHarmonicsDetector);
+
+
+INT
+FDKsbrEnc_ResetSbrMissingHarmonicsDetector (HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMissingHarmonicsDetector,
+                                   INT nSfb);
+
+#endif
diff --git a/libSBRenc/src/nf_est.cpp b/libSBRenc/src/nf_est.cpp
new file mode 100644 (file)
index 0000000..7a3c022
--- /dev/null
@@ -0,0 +1,583 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "nf_est.h"
+
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+/* smoothFilter[4]  = {0.05857864376269f, 0.2f, 0.34142135623731f, 0.4f}; */
+static const FIXP_DBL smoothFilter[4]  = { 0x077f813d, 0x19999995, 0x2bb3b1f5, 0x33333335 };
+
+/* static const INT smoothFilterLength = 4; */
+
+static const FIXP_DBL QuantOffset = (INT)0xfc000000;  /* ld64(0.25) */
+
+#ifndef min
+#define min(a,b) ( a < b ? a:b)
+#endif
+
+#ifndef max
+#define max(a,b) ( a > b ? a:b)
+#endif
+
+#define NOISE_FLOOR_OFFSET_SCALING  (4)
+
+
+
+/**************************************************************************/
+/*!
+  \brief     The function applies smoothing to the noise levels.
+
+
+
+  \return    none
+
+*/
+/**************************************************************************/
+static void
+smoothingOfNoiseLevels(FIXP_DBL *NoiseLevels,        /*!< pointer to noise-floor levels.*/
+                       INT nEnvelopes,               /*!< Number of noise floor envelopes.*/
+                       INT noNoiseBands,             /*!< Number of noise bands for every noise floor envelope. */
+                       FIXP_DBL prevNoiseLevels[NF_SMOOTHING_LENGTH][MAX_NUM_NOISE_VALUES],/*!< Previous noise floor envelopes. */
+                       const FIXP_DBL *smoothFilter, /*!< filter used for smoothing the noise floor levels. */
+                       INT transientFlag)            /*!< flag indicating if a transient is present*/
+
+{
+  INT i,band,env;
+  FIXP_DBL accu;
+
+  for(env = 0; env < nEnvelopes; env++){
+    if(transientFlag){
+      for (i = 0; i < NF_SMOOTHING_LENGTH; i++){
+        FDKmemcpy(prevNoiseLevels[i],NoiseLevels+env*noNoiseBands,noNoiseBands*sizeof(FIXP_DBL));
+      }
+    }
+    else {
+      for (i = 1; i < NF_SMOOTHING_LENGTH; i++){
+        FDKmemcpy(prevNoiseLevels[i - 1],prevNoiseLevels[i],noNoiseBands*sizeof(FIXP_DBL));
+      }
+      FDKmemcpy(prevNoiseLevels[NF_SMOOTHING_LENGTH - 1],NoiseLevels+env*noNoiseBands,noNoiseBands*sizeof(FIXP_DBL));
+    }
+
+    for (band = 0; band < noNoiseBands; band++){
+      accu = FL2FXCONST_DBL(0.0f);
+      for (i = 0; i < NF_SMOOTHING_LENGTH; i++){
+        accu += fMultDiv2(smoothFilter[i], prevNoiseLevels[i][band]);
+      }
+      FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
+      NoiseLevels[band+ env*noNoiseBands] = accu<<1;
+    }
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Does the noise floor level estiamtion.
+
+  The noiseLevel samples are scaled by the factor 0.25
+
+  \return    none
+
+*/
+/**************************************************************************/
+static void
+qmfBasedNoiseFloorDetection(FIXP_DBL *noiseLevel,              /*!< Pointer to vector to store the noise levels in.*/
+                            FIXP_DBL ** quotaMatrixOrig,       /*!< Matrix holding the quota values of the original. */
+                            SCHAR *indexVector,                /*!< Index vector to obtain the patched data. */
+                            INT startIndex,                    /*!< Start index. */
+                            INT stopIndex,                     /*!< Stop index. */
+                            INT startChannel,                  /*!< Start channel of the current noise floor band.*/
+                            INT stopChannel,                   /*!< Stop channel of the current noise floor band. */
+                            FIXP_DBL ana_max_level,            /*!< Maximum level of the adaptive noise.*/
+                            FIXP_DBL noiseFloorOffset,         /*!< Noise floor offset. */
+                            INT missingHarmonicFlag,           /*!< Flag indicating if a strong tonal component is missing.*/
+                            FIXP_DBL weightFac,                /*!< Weightening factor for the difference between orig and sbr. */
+                            INVF_MODE diffThres,               /*!< Threshold value to control the inverse filtering decision.*/
+                            INVF_MODE inverseFilteringLevel)   /*!< Inverse filtering level of the current band.*/
+{
+  INT scale, l, k;
+  FIXP_DBL meanOrig=FL2FXCONST_DBL(0.0f), meanSbr=FL2FXCONST_DBL(0.0f), diff;
+  FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex);
+  FIXP_DBL invChannel = GetInvInt(stopChannel-startChannel);
+  FIXP_DBL accu;
+
+   /*
+   Calculate the mean value, over the current time segment, for the original, the HFR
+   and the difference, over all channels in the current frequency range.
+   */
+
+  if(missingHarmonicFlag == 1){
+    for(l = startChannel; l < stopChannel;l++){
+      /* tonalityOrig */
+      accu = FL2FXCONST_DBL(0.0f);
+      for(k = startIndex ; k < stopIndex; k++){
+        accu += fMultDiv2(quotaMatrixOrig[k][l], invIndex);
+      }
+      meanOrig = fixMax(meanOrig,(accu<<1));
+
+      /* tonalitySbr */
+      accu = FL2FXCONST_DBL(0.0f);
+      for(k = startIndex ; k < stopIndex; k++){
+        accu += fMultDiv2(quotaMatrixOrig[k][indexVector[l]], invIndex);
+      }
+      meanSbr  = fixMax(meanSbr,(accu<<1));
+
+    }
+  }
+  else{
+    for(l = startChannel; l < stopChannel;l++){
+      /* tonalityOrig */
+      accu = FL2FXCONST_DBL(0.0f);
+      for(k = startIndex ; k < stopIndex; k++){
+        accu += fMultDiv2(quotaMatrixOrig[k][l], invIndex);
+      }
+      meanOrig += fMult((accu<<1), invChannel);
+
+      /* tonalitySbr */
+      accu = FL2FXCONST_DBL(0.0f);
+      for(k = startIndex ; k < stopIndex; k++){
+        accu += fMultDiv2(quotaMatrixOrig[k][indexVector[l]], invIndex);
+      }
+      meanSbr  += fMult((accu<<1), invChannel);
+    }
+  }
+
+  /* Small fix to avoid noise during silent passages.*/
+  if( meanOrig <= FL2FXCONST_DBL(0.000976562f*RELAXATION_FLOAT) &&
+      meanSbr <= FL2FXCONST_DBL(0.000976562f*RELAXATION_FLOAT) )
+  {
+    meanOrig = FL2FXCONST_DBL(101.5936673f*RELAXATION_FLOAT);
+    meanSbr  = FL2FXCONST_DBL(101.5936673f*RELAXATION_FLOAT);
+  }
+
+  meanOrig = fixMax(meanOrig,RELAXATION);
+  meanSbr  = fixMax(meanSbr,RELAXATION);
+
+  if (missingHarmonicFlag == 1 ||
+      inverseFilteringLevel == INVF_MID_LEVEL ||
+      inverseFilteringLevel == INVF_LOW_LEVEL ||
+      inverseFilteringLevel == INVF_OFF ||
+      inverseFilteringLevel <= diffThres)
+  {
+    diff = RELAXATION;
+  }
+  else {
+    accu = fDivNorm(meanSbr, meanOrig, &scale);
+
+    diff = fixMax( RELAXATION,
+                   fMult(RELAXATION_FRACT,fMult(weightFac,accu)) >>( RELAXATION_SHIFT-scale ) ) ;
+  }
+
+  /*
+   * noise Level is now a positive value, i.e.
+   * the more harmonic the signal is the higher noise level,
+   * this makes no sense so we change the sign.
+   *********************************************************/
+  accu = fDivNorm(diff, meanOrig, &scale);
+  scale -= 2;
+
+  if ( (scale>0) && (accu > ((FIXP_DBL)MAXVAL_DBL)>>scale) ) {
+    *noiseLevel = (FIXP_DBL)MAXVAL_DBL;
+  }
+  else {
+    *noiseLevel = scaleValue(accu, scale);
+  }
+
+  /*
+   * Add a noise floor offset to compensate for bias in the detector
+   *****************************************************************/
+  if(!missingHarmonicFlag)
+    *noiseLevel = fMult(*noiseLevel, noiseFloorOffset)<<(NOISE_FLOOR_OFFSET_SCALING);
+
+  /*
+   * check to see that we don't exceed the maximum allowed level
+   **************************************************************/
+  *noiseLevel = fixMin(*noiseLevel, ana_max_level);     /* ana_max_level is scaled with factor 0.25 */
+}
+
+/**************************************************************************/
+/*!
+  \brief     Does the noise floor level estiamtion.
+  The function calls the Noisefloor estimation function
+  for the time segments decided based upon the transient
+  information. The block is always divided into one or two segments.
+
+
+  \return    none
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_sbrNoiseFloorEstimateQmf(HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate, /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                         const SBR_FRAME_INFO *frame_info,   /*!< Time frequency grid of the current frame. */
+                         FIXP_DBL *noiseLevels,              /*!< Pointer to vector to store the noise levels in.*/
+                         FIXP_DBL **quotaMatrixOrig,         /*!< Matrix holding the quota values of the original. */
+                         SCHAR    *indexVector,              /*!< Index vector to obtain the patched data. */
+                         INT missingHarmonicsFlag,           /*!< Flag indicating if a strong tonal component will be missing. */
+                         INT startIndex,                     /*!< Start index. */
+                         int numberOfEstimatesPerFrame,      /*!< The number of tonality estimates per frame. */
+                         int transientFrame,                 /*!< A flag indicating if a transient is present. */
+                         INVF_MODE* pInvFiltLevels,          /*!< Pointer to the vector holding the inverse filtering levels. */
+                         UINT sbrSyntaxFlags
+                         )
+
+{
+
+  INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band;
+
+  INT noNoiseBands      = h_sbrNoiseFloorEstimate->noNoiseBands;
+  INT *freqBandTable    = h_sbrNoiseFloorEstimate->freqBandTableQmf;
+
+  nNoiseEnvelopes = frame_info->nNoiseEnvelopes;
+
+  if (sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) {
+    nNoiseEnvelopes = 1;
+    startPos[0] = startIndex;
+    stopPos[0]  = startIndex + min(numberOfEstimatesPerFrame,2);
+  } else
+  if(nNoiseEnvelopes == 1){
+    startPos[0] = startIndex;
+    stopPos[0]  = startIndex + 2;
+  }
+  else{
+    startPos[0] = startIndex;
+    stopPos[0]  = startIndex + 1;
+    startPos[1] = startIndex + 1;
+    stopPos[1]  = startIndex + 2;
+  }
+
+  /*
+   * Estimate the noise floor.
+   **************************************/
+  for(env = 0; env < nNoiseEnvelopes; env++){
+    for(band = 0; band < noNoiseBands; band++){
+      FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
+      qmfBasedNoiseFloorDetection(&noiseLevels[band + env*noNoiseBands],
+                                  quotaMatrixOrig,
+                                  indexVector,
+                                  startPos[env],
+                                  stopPos[env],
+                                  freqBandTable[band],
+                                  freqBandTable[band+1],
+                                  h_sbrNoiseFloorEstimate->ana_max_level,
+                                  h_sbrNoiseFloorEstimate->noiseFloorOffset[band],
+                                  missingHarmonicsFlag,
+                                  h_sbrNoiseFloorEstimate->weightFac,
+                                  h_sbrNoiseFloorEstimate->diffThres,
+                                  pInvFiltLevels[band]);
+    }
+  }
+
+
+  /*
+   * Smoothing of the values.
+   **************************/
+  smoothingOfNoiseLevels(noiseLevels,
+                         nNoiseEnvelopes,
+                         h_sbrNoiseFloorEstimate->noNoiseBands,
+                         h_sbrNoiseFloorEstimate->prevNoiseLevels,
+                         h_sbrNoiseFloorEstimate->smoothFilter,
+                         transientFrame);
+
+
+  /* quantisation*/
+  for(env = 0; env < nNoiseEnvelopes; env++){
+    for(band = 0; band < noNoiseBands; band++){
+      FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
+      noiseLevels[band + env*noNoiseBands] =
+         (FIXP_DBL)NOISE_FLOOR_OFFSET_64 - (FIXP_DBL)CalcLdData(noiseLevels[band + env*noNoiseBands]+(FIXP_DBL)1) + QuantOffset;
+    }
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief
+
+
+  \return    errorCode, noError if successful
+
+*/
+/**************************************************************************/
+static INT
+downSampleLoRes(INT *v_result,              /*!<    */
+                INT num_result,             /*!<    */
+                const UCHAR *freqBandTableRef,/*!<    */
+                INT num_Ref)                /*!<    */
+{
+  INT step;
+  INT i,j;
+  INT org_length,result_length;
+  INT v_index[MAX_FREQ_COEFFS/2];
+
+  /* init */
+  org_length=num_Ref;
+  result_length=num_result;
+
+  v_index[0]=0;        /* Always use left border */
+  i=0;
+  while(org_length > 0)        /* Create downsample vector */
+    {
+      i++;
+      step=org_length/result_length; /* floor; */
+      org_length=org_length - step;
+      result_length--;
+      v_index[i]=v_index[i-1]+step;
+    }
+
+  if(i != num_result ) /* Should never happen */
+    return (1);/* error downsampling */
+
+  for(j=0;j<=i;j++)    /* Use downsample vector to index LoResolution vector. */
+    {
+      v_result[j]=freqBandTableRef[v_index[j]];
+    }
+
+  return (0);
+}
+
+/**************************************************************************/
+/*!
+  \brief    Initialize an instance of the noise floor level estimation module.
+
+
+  \return    errorCode, noError if successful
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_InitSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE  h_sbrNoiseFloorEstimate,   /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                             INT ana_max_level,                       /*!< Maximum level of the adaptive noise. */
+                             const UCHAR *freqBandTable,      /*!< Frequany band table. */
+                             INT nSfb,                                /*!< Number of frequency bands. */
+                             INT noiseBands,                          /*!< Number of noise bands per octave. */
+                             INT noiseFloorOffset,                    /*!< Noise floor offset. */
+                             INT timeSlots,                           /*!< Number of time slots in a frame. */
+                             UINT useSpeechConfig             /*!< Flag: adapt tuning parameters according to speech */
+                            )
+{
+  INT i, qexp, qtmp;
+  FIXP_DBL tmp, exp;
+
+  FDKmemclear(h_sbrNoiseFloorEstimate,sizeof(SBR_NOISE_FLOOR_ESTIMATE));
+
+  h_sbrNoiseFloorEstimate->smoothFilter = smoothFilter;
+  if (useSpeechConfig) {
+    h_sbrNoiseFloorEstimate->weightFac = (FIXP_DBL)MAXVAL_DBL;
+    h_sbrNoiseFloorEstimate->diffThres = INVF_LOW_LEVEL;
+  }
+  else {
+    h_sbrNoiseFloorEstimate->weightFac = FL2FXCONST_DBL(0.25f);
+    h_sbrNoiseFloorEstimate->diffThres = INVF_MID_LEVEL;
+  }
+
+  h_sbrNoiseFloorEstimate->timeSlots     = timeSlots;
+  h_sbrNoiseFloorEstimate->noiseBands    = noiseBands;
+
+  /* h_sbrNoiseFloorEstimate->ana_max_level is scaled by 0.25  */
+  switch(ana_max_level)
+  {
+  case 6:
+      h_sbrNoiseFloorEstimate->ana_max_level = (FIXP_DBL)MAXVAL_DBL;
+      break;
+  case 3:
+      h_sbrNoiseFloorEstimate->ana_max_level = FL2FXCONST_DBL(0.5);
+      break;
+  case -3:
+      h_sbrNoiseFloorEstimate->ana_max_level = FL2FXCONST_DBL(0.125);
+      break;
+  default:
+      /* Should not enter here */
+      h_sbrNoiseFloorEstimate->ana_max_level = (FIXP_DBL)MAXVAL_DBL;
+      break;
+  }
+
+  /*
+    calculate number of noise bands and allocate
+  */
+  if(FDKsbrEnc_resetSbrNoiseFloorEstimate(h_sbrNoiseFloorEstimate,freqBandTable,nSfb))
+    return(1);
+
+  if(noiseFloorOffset == 0) {
+    tmp = ((FIXP_DBL)MAXVAL_DBL)>>NOISE_FLOOR_OFFSET_SCALING;
+  }
+  else {
+    /* noiseFloorOffset has to be smaller than 12, because
+       the result of the calculation below must be smaller than 1:
+       (2^(noiseFloorOffset/3))*2^4<1                                        */
+    FDK_ASSERT(noiseFloorOffset<12);
+
+    /* Assumes the noise floor offset in tuning table are in q31    */
+    /* Change the qformat here when non-zero values would be filled */
+    exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp);
+    tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
+    tmp = scaleValue(tmp, qtmp-NOISE_FLOOR_OFFSET_SCALING);
+  }
+
+  for(i=0;i<h_sbrNoiseFloorEstimate->noNoiseBands;i++) {
+    h_sbrNoiseFloorEstimate->noiseFloorOffset[i] = tmp;
+  }
+
+  return (0);
+}
+
+/**************************************************************************/
+/*!
+  \brief     Resets the current instance of the noise floor estiamtion
+          module.
+
+
+  \return    errorCode, noError if successful
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_resetSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate, /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                            const UCHAR *freqBandTable,             /*!< Frequany band table. */
+                            INT nSfb)                             /*!< Number of bands in the frequency band table. */
+{
+    INT k2,kx;
+
+    /*
+    * Calculate number of noise bands
+    ***********************************/
+    k2=freqBandTable[nSfb];
+    kx=freqBandTable[0];
+    if(h_sbrNoiseFloorEstimate->noiseBands == 0){
+        h_sbrNoiseFloorEstimate->noNoiseBands = 1;
+    }
+    else{
+        /*
+        * Calculate number of noise bands 1,2 or 3 bands/octave
+        ********************************************************/
+        FIXP_DBL tmp, ratio, lg2;
+        INT ratio_e, qlg2, nNoiseBands;
+
+        ratio = fDivNorm(k2, kx, &ratio_e);
+        lg2 = fLog2(ratio, ratio_e, &qlg2);
+        tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2);
+        tmp = scaleValue(tmp, qlg2-23);
+
+        nNoiseBands = (INT)((tmp + (FIXP_DBL)1) >> 1);
+
+
+        if (nNoiseBands > MAX_NUM_NOISE_COEFFS ) {
+          nNoiseBands = MAX_NUM_NOISE_COEFFS;
+        }
+
+        if( nNoiseBands == 0 ) {
+          nNoiseBands = 1;
+        }
+
+        h_sbrNoiseFloorEstimate->noNoiseBands = nNoiseBands;
+
+    }
+
+
+    return(downSampleLoRes(h_sbrNoiseFloorEstimate->freqBandTableQmf,
+        h_sbrNoiseFloorEstimate->noNoiseBands,
+        freqBandTable,nSfb));
+}
+
+/**************************************************************************/
+/*!
+  \brief     Deletes the current instancce of the noise floor level
+  estimation module.
+
+
+  \return    none
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_deleteSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate)  /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+{
+
+  if (h_sbrNoiseFloorEstimate) {
+    /*
+      nothing to do
+    */
+  }
+}
diff --git a/libSBRenc/src/nf_est.h b/libSBRenc/src/nf_est.h
new file mode 100644 (file)
index 0000000..d407274
--- /dev/null
@@ -0,0 +1,147 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Noise floor estimation structs and prototypes  
+*/
+
+#ifndef __NF_EST_H
+#define __NF_EST_H
+
+#include "sbr_encoder.h"
+#include "fram_gen.h"
+
+#define NF_SMOOTHING_LENGTH 4                   /*!< Smoothing length of the noise floors. */
+
+typedef struct
+{
+  FIXP_DBL prevNoiseLevels[NF_SMOOTHING_LENGTH][MAX_NUM_NOISE_VALUES]; /*!< The previous noise levels. */
+  FIXP_DBL noiseFloorOffset[MAX_NUM_NOISE_VALUES];   /*!< Noise floor offset, scaled with NOISE_FLOOR_OFFSET_SCALING */
+  const FIXP_DBL *smoothFilter;                      /*!< Smoothing filter to use. */
+  FIXP_DBL ana_max_level;                            /*!< Max level allowed.   */
+  FIXP_DBL weightFac;                                /*!< Weightening factor for the difference between orig and sbr. */
+  INT freqBandTableQmf[MAX_NUM_NOISE_VALUES + 1]; /*!< Frequncy band table for the noise floor bands.*/
+  INT noNoiseBands;                               /*!< Number of noisebands. */
+  INT noiseBands;                                 /*!< NoiseBands switch 4 bit.*/
+  INT timeSlots;                                  /*!< Number of timeslots in a frame. */
+  INVF_MODE diffThres;                            /*!< Threshold value to control the inverse filtering decision */
+}
+SBR_NOISE_FLOOR_ESTIMATE;
+
+typedef SBR_NOISE_FLOOR_ESTIMATE *HANDLE_SBR_NOISE_FLOOR_ESTIMATE;
+
+void
+FDKsbrEnc_sbrNoiseFloorEstimateQmf(HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate, /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                         const SBR_FRAME_INFO *frame_info,   /*!< Time frequency grid of the current frame. */
+                         FIXP_DBL *noiseLevels,              /*!< Pointer to vector to store the noise levels in.*/
+                         FIXP_DBL **quotaMatrixOrig,         /*!< Matrix holding the quota values of the original. */
+                         SCHAR* indexVector,                 /*!< Index vector to obtain the patched data. */
+                         INT missingHarmonicsFlag,           /*!< Flag indicating if a strong tonal component will be missing. */
+                         INT startIndex,                     /*!< Start index. */
+                         int numberOfEstimatesPerFrame,      /*!< The number of tonality estimates per frame. */
+                         INT transientFrame,                 /*!< A flag indicating if a transient is present. */
+                         INVF_MODE* pInvFiltLevels,          /*!< Pointer to the vector holding the inverse filtering levels. */
+                         UINT sbrSyntaxFlags
+                         );
+
+INT
+FDKsbrEnc_InitSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE  h_sbrNoiseFloorEstimate,   /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                             INT ana_max_level,                       /*!< Maximum level of the adaptive noise. */
+                             const UCHAR *freqBandTable,      /*!< Frequany band table. */
+                             INT nSfb,                                /*!< Number of frequency bands. */
+                             INT noiseBands,                          /*!< Number of noise bands per octave. */
+                             INT noiseFloorOffset,                    /*!< Noise floor offset. */
+                             INT timeSlots,                           /*!< Number of time slots in a frame. */
+                             UINT useSpeechConfig             /*!< Flag: adapt tuning parameters according to speech */
+                             );
+
+INT
+FDKsbrEnc_resetSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate, /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+                            const UCHAR *freqBandTable,   /*!< Frequany band table. */
+                            INT nSfb);                            /*!< Number of bands in the frequency band table. */
+
+void
+FDKsbrEnc_deleteSbrNoiseFloorEstimate (HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate); /*!< Handle to SBR_NOISE_FLOOR_ESTIMATE struct */
+
+#endif
diff --git a/libSBRenc/src/ps_bitenc.cpp b/libSBRenc/src/ps_bitenc.cpp
new file mode 100644 (file)
index 0000000..8a42a20
--- /dev/null
@@ -0,0 +1,696 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial author:       N. Rettelbach
+   contents/description: Parametric Stereo bitstream encoder
+
+******************************************************************************/
+
+#include "ps_main.h"
+
+
+#include "ps_const.h"
+#include "ps_bitenc.h"
+
+static
+inline UCHAR FDKsbrEnc_WriteBits_ps(HANDLE_FDK_BITSTREAM hBitStream, UINT value,
+                                    const UINT numberOfBits)
+{
+  /* hBitStream == NULL happens here intentionally */
+  if(hBitStream!=NULL){
+    FDKwriteBits(hBitStream, value, numberOfBits);
+  }
+  return numberOfBits;
+}
+
+#define SI_SBR_EXTENSION_SIZE_BITS              4
+#define SI_SBR_EXTENSION_ESC_COUNT_BITS         8
+#define SI_SBR_EXTENSION_ID_BITS                2
+#define EXTENSION_ID_PS_CODING                  2
+#define PS_EXT_ID_V0                            0
+
+static const INT iidDeltaCoarse_Offset = 14;
+static const INT iidDeltaCoarse_MaxVal = 28;
+static const INT iidDeltaFine_Offset = 30;
+static const INT iidDeltaFine_MaxVal = 60;
+
+/* PS Stereo Huffmantable: iidDeltaFreqCoarse */
+static const UINT iidDeltaFreqCoarse_Length[] =
+{
+  17,    17,    17,    17,    16,  15,    13,    10,     9,     7,
+   6,     5,     4,     3,     1,   3,     4,     5,     6,     6,
+   8,    11,    13,    14,    14,  15,    17,    18,    18
+};
+static const UINT iidDeltaFreqCoarse_Code[]  =
+{
+  0x0001fffb,  0x0001fffc,  0x0001fffd,  0x0001fffa,  0x0000fffc,  0x00007ffc,  0x00001ffd,  0x000003fe,  0x000001fe,  0x0000007e,
+  0x0000003c,  0x0000001d,  0x0000000d,  0x00000005,  0000000000,  0x00000004,  0x0000000c,  0x0000001c,  0x0000003d,  0x0000003e,
+  0x000000fe,  0x000007fe,  0x00001ffc,  0x00003ffc,  0x00003ffd,  0x00007ffd,  0x0001fffe,  0x0003fffe,  0x0003ffff
+};
+
+/* PS Stereo Huffmantable: iidDeltaFreqFine */
+static const UINT iidDeltaFreqFine_Length[] =
+{
+  18,    18,    18,    18,    18,  18,    18,    18,    18,    17,
+  18,    17,    17,    16,    16,  15,    14,    14,    13,    12,
+  12,    11,    10,    10,     8,   7,     6,     5,     4,     3,
+   1,     3,     4,     5,     6,   7,     8,     9,    10,    11,
+  11,    12,    13,    14,    14,  15,    16,    16,    17,    17,
+  18,    17,    18,    18,    18,  18,    18,    18,    18,    18,
+  18
+};
+static const UINT iidDeltaFreqFine_Code[] =
+{
+  0x0001feb4,  0x0001feb5,  0x0001fd76,  0x0001fd77,  0x0001fd74,  0x0001fd75,  0x0001fe8a,  0x0001fe8b,  0x0001fe88,  0x0000fe80,
+  0x0001feb6,  0x0000fe82,  0x0000feb8,  0x00007f42,  0x00007fae,  0x00003faf,  0x00001fd1,  0x00001fe9,  0x00000fe9,  0x000007ea,
+  0x000007fb,  0x000003fb,  0x000001fb,  0x000001ff,  0x0000007c,  0x0000003c,  0x0000001c,  0x0000000c,  0000000000,  0x00000001,
+  0x00000001,  0x00000002,  0x00000001,  0x0000000d,  0x0000001d,  0x0000003d,  0x0000007d,  0x000000fc,  0x000001fc,  0x000003fc,
+  0x000003f4,  0x000007eb,  0x00000fea,  0x00001fea,  0x00001fd6,  0x00003fd0,  0x00007faf,  0x00007f43,  0x0000feb9,  0x0000fe83,
+  0x0001feb7,  0x0000fe81,  0x0001fe89,  0x0001fe8e,  0x0001fe8f,  0x0001fe8c,  0x0001fe8d,  0x0001feb2,  0x0001feb3,  0x0001feb0,
+  0x0001feb1
+};
+
+/* PS Stereo Huffmantable: iidDeltaTimeCoarse */
+static const UINT iidDeltaTimeCoarse_Length[] =
+{
+  19,    19,    19,    20,    20,  20,    17,    15,    12,    10,
+   8,     6,     4,     2,     1,   3,     5,     7,     9,    11,
+  13,    14,    17,    19,    20,  20,    20,    20,    20
+};
+static const UINT iidDeltaTimeCoarse_Code[] =
+{
+  0x0007fff9,  0x0007fffa,  0x0007fffb,  0x000ffff8,  0x000ffff9,  0x000ffffa,  0x0001fffd,  0x00007ffe,  0x00000ffe,  0x000003fe,
+  0x000000fe,  0x0000003e,  0x0000000e,  0x00000002,  0000000000,  0x00000006,  0x0000001e,  0x0000007e,  0x000001fe,  0x000007fe,
+  0x00001ffe,  0x00003ffe,  0x0001fffc,  0x0007fff8,  0x000ffffb,  0x000ffffc,  0x000ffffd,  0x000ffffe,  0x000fffff
+};
+
+/* PS Stereo Huffmantable: iidDeltaTimeFine */
+static const UINT iidDeltaTimeFine_Length[] =
+{
+  16,    16,    16,    16,    16,  16,    16,    16,    16,    15,
+  15,    15,    15,    15,    15,  14,    14,    13,    13,    13,
+  12,    12,    11,    10,     9,   9,     7,     6,     5,     3,
+   1,     2,     5,     6,     7,   8,     9,    10,    11,    11,
+  12,    12,    13,    13,    14,  14,    15,    15,    15,    15,
+  16,    16,    16,    16,    16,  16,    16,    16,    16,    16,
+  16
+};
+static const UINT iidDeltaTimeFine_Code[] =
+{
+  0x00004ed4,  0x00004ed5,  0x00004ece,  0x00004ecf,  0x00004ecc,  0x00004ed6,  0x00004ed8,  0x00004f46,  0x00004f60,  0x00002718,
+  0x00002719,  0x00002764,  0x00002765,  0x0000276d,  0x000027b1,  0x000013b7,  0x000013d6,  0x000009c7,  0x000009e9,  0x000009ed,
+  0x000004ee,  0x000004f7,  0x00000278,  0x00000139,  0x0000009a,  0x0000009f,  0x00000020,  0x00000011,  0x0000000a,  0x00000003,
+  0x00000001,  0000000000,  0x0000000b,  0x00000012,  0x00000021,  0x0000004c,  0x0000009b,  0x0000013a,  0x00000279,  0x00000270,
+  0x000004ef,  0x000004e2,  0x000009ea,  0x000009d8,  0x000013d7,  0x000013d0,  0x000027b2,  0x000027a2,  0x0000271a,  0x0000271b,
+  0x00004f66,  0x00004f67,  0x00004f61,  0x00004f47,  0x00004ed9,  0x00004ed7,  0x00004ecd,  0x00004ed2,  0x00004ed3,  0x00004ed0,
+  0x00004ed1
+};
+
+static const INT iccDelta_Offset =  7;
+static const INT iccDelta_MaxVal = 14;
+/* PS Stereo Huffmantable: iccDeltaFreq */
+static const UINT iccDeltaFreq_Length[] =
+{
+  14,    14,    12,    10,     7,   5,     3,     1,     2,     4,
+   6,     8,     9,    11,    13
+};
+static const UINT iccDeltaFreq_Code[] =
+{
+  0x00003fff,  0x00003ffe,  0x00000ffe,  0x000003fe,  0x0000007e,  0x0000001e,  0x00000006,  0000000000,  0x00000002,  0x0000000e,
+  0x0000003e,  0x000000fe,  0x000001fe,  0x000007fe,  0x00001ffe
+};
+
+/* PS Stereo Huffmantable: iccDeltaTime */
+static const UINT iccDeltaTime_Length[] =
+{
+  14,    13,    11,     9,     7,   5,     3,     1,     2,     4,
+   6,     8,    10,    12,    14
+};
+static const UINT iccDeltaTime_Code[] =
+{
+  0x00003ffe,  0x00001ffe,  0x000007fe,  0x000001fe,  0x0000007e,  0x0000001e,  0x00000006,  0000000000,  0x00000002,  0x0000000e,
+  0x0000003e,  0x000000fe,  0x000003fe,  0x00000ffe,  0x00003fff
+};
+
+
+
+static const INT ipdDelta_Offset = 0;
+static const INT ipdDelta_MaxVal = 7;
+/* PS Stereo Huffmantable: ipdDeltaFreq */
+static const UINT ipdDeltaFreq_Length[] =
+{
+   1,     3,     4,     4,     4,   4,     4,     4
+};
+static const UINT ipdDeltaFreq_Code[] =
+{
+  0x00000001,  0000000000,  0x00000006,  0x00000004,  0x00000002,  0x00000003,  0x00000005,  0x00000007
+};
+
+/* PS Stereo Huffmantable: ipdDeltaTime */
+static const UINT ipdDeltaTime_Length[] =
+{
+   1,     3,     4,     5,     5,   4,     4,     3
+};
+static const UINT ipdDeltaTime_Code[] =
+{
+  0x00000001,  0x00000002,  0x00000002,  0x00000003,  0x00000002,  0000000000,  0x00000003,  0x00000003
+};
+
+
+static const INT opdDelta_Offset = 0;
+static const INT opdDelta_MaxVal = 7;
+/* PS Stereo Huffmantable: opdDeltaFreq */
+static const UINT opdDeltaFreq_Length[] =
+{
+   1,     3,     4,     4,     5,   5,     4,     3
+};
+static const UINT opdDeltaFreq_Code[] =
+{
+  0x00000001,  0x00000001,  0x00000006,  0x00000004,  0x0000000f,  0x0000000e,  0x00000005,  0000000000,
+};
+
+/* PS Stereo Huffmantable: opdDeltaTime */
+static const UINT opdDeltaTime_Length[] =
+{
+   1,     3,     4,     5,     5,   4,     4,     3
+};
+static const UINT opdDeltaTime_Code[] =
+{
+  0x00000001,  0x00000002,  0x00000001,  0x00000007,  0x00000006,  0000000000,  0x00000002,  0x00000003
+};
+
+static const INT psBands[] =
+{
+  PS_BANDS_COARSE,
+  PS_BANDS_MID
+};
+
+static INT getNoBands(UINT mode)
+{
+  if(mode>=6)
+    return 0;
+
+  if(mode>=3)
+    mode = mode-3;
+
+  return psBands[mode];
+}
+
+static INT getIIDRes(INT iidMode)
+{
+  if(iidMode<3)
+    return PS_IID_RES_COARSE;
+  else
+    return PS_IID_RES_FINE;
+}
+
+static INT
+encodeDeltaFreq(HANDLE_FDK_BITSTREAM hBitBuf,
+                const INT          *val,
+                const INT           nBands,
+                const UINT *codeTable,
+                const UINT *lengthTable,
+                const INT           tableOffset,
+                const INT           maxVal,
+                INT                *error)
+{
+  INT bitCnt = 0;
+  INT lastVal = 0;
+  INT band;
+
+  for(band=0;band<nBands;band++) {
+    INT delta = (val[band] - lastVal) + tableOffset;
+    lastVal = val[band];
+    if( (delta>maxVal) || (delta<0) ) {
+      *error = 1;
+      delta = delta>0?maxVal:0;
+    }
+    bitCnt += FDKsbrEnc_WriteBits_ps(hBitBuf, codeTable[delta], lengthTable[delta]);
+  }
+
+  return bitCnt;
+}
+
+static INT
+encodeDeltaTime(HANDLE_FDK_BITSTREAM hBitBuf,
+                const INT          *val,
+                const INT          *valLast,
+                const INT           nBands,
+                const UINT *codeTable,
+                const UINT *lengthTable,
+                const INT           tableOffset,
+                const INT           maxVal,
+                INT                *error)
+{
+  INT bitCnt = 0;
+  INT band;
+
+  for(band=0;band<nBands;band++) {
+    INT delta = (val[band] - valLast[band]) + tableOffset;
+    if( (delta>maxVal) || (delta<0) ) {
+      *error = 1;
+      delta = delta>0?maxVal:0;
+    }
+    bitCnt += FDKsbrEnc_WriteBits_ps(hBitBuf, codeTable[delta], lengthTable[delta]);
+  }
+
+  return bitCnt;
+}
+
+INT FDKsbrEnc_EncodeIid(HANDLE_FDK_BITSTREAM     hBitBuf,
+              const INT               *iidVal,
+              const INT               *iidValLast,
+              const INT                nBands,
+              const PS_IID_RESOLUTION  res,
+              const PS_DELTA           mode,
+              INT                     *error)
+{
+  const UINT *codeTable;
+  const UINT *lengthTable;
+  INT bitCnt = 0;
+
+  bitCnt = 0;
+
+  switch(mode) {
+  case PS_DELTA_FREQ:
+    switch(res) {
+    case PS_IID_RES_COARSE:
+      codeTable   = iidDeltaFreqCoarse_Code;
+      lengthTable = iidDeltaFreqCoarse_Length;
+      bitCnt += encodeDeltaFreq(hBitBuf, iidVal, nBands, codeTable,
+                                lengthTable, iidDeltaCoarse_Offset,
+                                iidDeltaCoarse_MaxVal, error);
+    break;
+    case PS_IID_RES_FINE:
+      codeTable   = iidDeltaFreqFine_Code;
+      lengthTable = iidDeltaFreqFine_Length;
+      bitCnt += encodeDeltaFreq(hBitBuf, iidVal, nBands, codeTable,
+                                lengthTable, iidDeltaFine_Offset,
+                                iidDeltaFine_MaxVal, error);
+    break;
+    default:
+      *error = 1;
+    }
+    break;
+
+  case PS_DELTA_TIME:
+    switch(res) {
+    case PS_IID_RES_COARSE:
+      codeTable   = iidDeltaTimeCoarse_Code;
+      lengthTable = iidDeltaTimeCoarse_Length;
+      bitCnt += encodeDeltaTime(hBitBuf, iidVal, iidValLast, nBands, codeTable,
+                                lengthTable, iidDeltaCoarse_Offset,
+                                iidDeltaCoarse_MaxVal, error);
+    break;
+    case PS_IID_RES_FINE:
+      codeTable   = iidDeltaTimeFine_Code;
+      lengthTable = iidDeltaTimeFine_Length;
+      bitCnt += encodeDeltaTime(hBitBuf, iidVal, iidValLast, nBands, codeTable,
+                                lengthTable, iidDeltaFine_Offset,
+                                iidDeltaFine_MaxVal, error);
+    break;
+    default:
+      *error = 1;
+    }
+    break;
+
+  default:
+    *error = 1;
+  }
+
+  return bitCnt;
+}
+
+
+INT FDKsbrEnc_EncodeIcc(HANDLE_FDK_BITSTREAM hBitBuf,
+              const INT      *iccVal,
+              const INT      *iccValLast,
+              const INT       nBands,
+              const PS_DELTA  mode,
+              INT            *error)
+{
+  const UINT *codeTable;
+  const UINT *lengthTable;
+  INT bitCnt = 0;
+
+  switch(mode) {
+  case PS_DELTA_FREQ:
+    codeTable   = iccDeltaFreq_Code;
+    lengthTable = iccDeltaFreq_Length;
+    bitCnt += encodeDeltaFreq(hBitBuf, iccVal, nBands, codeTable,
+                              lengthTable, iccDelta_Offset, iccDelta_MaxVal, error);
+    break;
+
+  case PS_DELTA_TIME:
+    codeTable   = iccDeltaTime_Code;
+    lengthTable = iccDeltaTime_Length;
+
+    bitCnt += encodeDeltaTime(hBitBuf, iccVal, iccValLast, nBands, codeTable,
+                              lengthTable, iccDelta_Offset, iccDelta_MaxVal, error);
+    break;
+
+  default:
+    *error = 1;
+  }
+
+  return bitCnt;
+}
+
+INT FDKsbrEnc_EncodeIpd(HANDLE_FDK_BITSTREAM hBitBuf,
+              const INT      *ipdVal,
+              const INT      *ipdValLast,
+              const INT       nBands,
+              const PS_DELTA  mode,
+              INT            *error)
+{
+  const UINT *codeTable;
+  const UINT *lengthTable;
+  INT bitCnt = 0;
+
+  switch(mode) {
+  case PS_DELTA_FREQ:
+    codeTable   = ipdDeltaFreq_Code;
+    lengthTable = ipdDeltaFreq_Length;
+    bitCnt += encodeDeltaFreq(hBitBuf, ipdVal, nBands, codeTable,
+                              lengthTable, ipdDelta_Offset, ipdDelta_MaxVal, error);
+    break;
+
+  case PS_DELTA_TIME:
+    codeTable   = ipdDeltaTime_Code;
+    lengthTable = ipdDeltaTime_Length;
+
+    bitCnt += encodeDeltaTime(hBitBuf, ipdVal, ipdValLast, nBands, codeTable,
+                              lengthTable, ipdDelta_Offset, ipdDelta_MaxVal, error);
+    break;
+
+  default:
+    *error = 1;
+  }
+
+  return bitCnt;
+}
+
+INT FDKsbrEnc_EncodeOpd(HANDLE_FDK_BITSTREAM hBitBuf,
+              const INT      *opdVal,
+              const INT      *opdValLast,
+              const INT       nBands,
+              const PS_DELTA  mode,
+              INT            *error)
+{
+  const UINT *codeTable;
+  const UINT *lengthTable;
+  INT bitCnt = 0;
+
+  switch(mode) {
+  case PS_DELTA_FREQ:
+    codeTable   = opdDeltaFreq_Code;
+    lengthTable = opdDeltaFreq_Length;
+    bitCnt += encodeDeltaFreq(hBitBuf, opdVal, nBands, codeTable,
+                              lengthTable, opdDelta_Offset, opdDelta_MaxVal, error);
+    break;
+
+  case PS_DELTA_TIME:
+    codeTable   = opdDeltaTime_Code;
+    lengthTable = opdDeltaTime_Length;
+
+    bitCnt += encodeDeltaTime(hBitBuf, opdVal, opdValLast, nBands, codeTable,
+                              lengthTable, opdDelta_Offset, opdDelta_MaxVal, error);
+    break;
+
+  default:
+    *error = 1;
+  }
+
+  return bitCnt;
+}
+
+static INT encodeIpdOpd(HANDLE_PS_OUT        psOut,
+                        HANDLE_FDK_BITSTREAM hBitBuf )
+{
+  INT bitCnt = 0;
+  INT error  = 0;
+  INT env;
+
+  FDKsbrEnc_WriteBits_ps(hBitBuf, psOut->enableIpdOpd, 1);
+
+  if(psOut->enableIpdOpd==1) {
+    INT *ipdLast = psOut->ipdLast;
+    INT *opdLast = psOut->opdLast;
+
+    for(env=0; env<psOut->nEnvelopes; env++) {
+      bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->deltaIPD[env], 1);
+      bitCnt += FDKsbrEnc_EncodeIpd( hBitBuf,
+                           psOut->ipd[env],
+                           ipdLast,
+                           getNoBands((UINT)psOut->iidMode),
+                           psOut->deltaIPD[env],
+                           &error);
+
+      bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->deltaOPD[env], 1);
+      bitCnt += FDKsbrEnc_EncodeOpd( hBitBuf,
+                           psOut->opd[env],
+                           opdLast,
+                           getNoBands((UINT)psOut->iidMode),
+                           psOut->deltaOPD[env],
+                           &error );
+    }
+    /* reserved bit */
+    bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, 0, 1);
+  }
+
+
+  return bitCnt;
+}
+
+static INT getEnvIdx(const INT nEnvelopes, const INT frameClass)
+{
+  INT envIdx = 0;
+
+  switch(nEnvelopes) {
+  case 0:
+    envIdx = 0;
+    break;
+
+  case 1:
+    if (frameClass==0)
+      envIdx = 1;
+    else
+      envIdx = 0;
+    break;
+
+  case 2:
+    if (frameClass==0)
+      envIdx = 2;
+    else
+      envIdx = 1;
+    break;
+
+  case 3:
+    envIdx = 2;
+    break;
+
+  case 4:
+    envIdx = 3;
+    break;
+
+  default:
+    /* unsupported number of envelopes */
+    envIdx = 0;
+  }
+
+  return envIdx;
+}
+
+
+static INT encodePSExtension(const HANDLE_PS_OUT   psOut,
+                             HANDLE_FDK_BITSTREAM  hBitBuf )
+{
+  INT bitCnt = 0;
+
+  if(psOut->enableIpdOpd==1) {
+    INT ipdOpdBits = 0;
+    INT extSize = (2 + encodeIpdOpd(psOut,NULL)+7)>>3;
+
+    if(extSize<15) {
+      bitCnt += FDKsbrEnc_WriteBits_ps(hBitBuf,  extSize, 4);
+    }
+    else {
+      bitCnt += FDKsbrEnc_WriteBits_ps(hBitBuf,          15 , 4);
+      bitCnt += FDKsbrEnc_WriteBits_ps(hBitBuf, (extSize-15), 8);
+    }
+
+    /* write ipd opd data */
+    ipdOpdBits += FDKsbrEnc_WriteBits_ps(hBitBuf, PS_EXT_ID_V0, 2);
+    ipdOpdBits += encodeIpdOpd(psOut, hBitBuf );
+
+    /* byte align the ipd opd data  */
+    if(ipdOpdBits%8)
+      ipdOpdBits += FDKsbrEnc_WriteBits_ps(hBitBuf, 0, (8-(ipdOpdBits%8)) );
+
+    bitCnt += ipdOpdBits;
+  }
+
+  return (bitCnt);
+}
+
+INT FDKsbrEnc_WritePSBitstream(const HANDLE_PS_OUT   psOut,
+                               HANDLE_FDK_BITSTREAM  hBitBuf )
+{
+  INT psExtEnable = 0;
+  INT bitCnt = 0;
+  INT error = 0;
+  INT env;
+
+  if(psOut != NULL){
+
+    /* PS HEADER */
+    bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->enablePSHeader, 1);
+
+    if(psOut->enablePSHeader) {
+
+      bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->enableIID, 1);
+      if(psOut->enableIID) {
+        bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->iidMode, 3);
+      }
+      bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->enableICC, 1);
+      if(psOut->enableICC) {
+        bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->iccMode, 3);
+      }
+      if(psOut->enableIpdOpd) {
+        psExtEnable = 1;
+      }
+      bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psExtEnable, 1);
+    }
+
+    /* Frame class, number of envelopes */
+    bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->frameClass, 1);
+    bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, getEnvIdx(psOut->nEnvelopes, psOut->frameClass), 2);
+
+    if(psOut->frameClass==1) {
+      for(env=0; env<psOut->nEnvelopes; env++) {
+        bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->frameBorder[env], 5);
+      }
+    }
+
+    if(psOut->enableIID==1) {
+      INT *iidLast = psOut->iidLast;
+      for(env=0; env<psOut->nEnvelopes; env++) {
+        bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->deltaIID[env], 1);
+        bitCnt += FDKsbrEnc_EncodeIid( hBitBuf,
+                             psOut->iid[env],
+                             iidLast,
+                             getNoBands((UINT)psOut->iidMode),
+                             (PS_IID_RESOLUTION)getIIDRes(psOut->iidMode),
+                             psOut->deltaIID[env],
+                             &error );
+
+        iidLast = psOut->iid[env];
+      }
+    }
+
+    if(psOut->enableICC==1) {
+      INT *iccLast = psOut->iccLast;
+      for(env=0; env<psOut->nEnvelopes; env++) {
+        bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, psOut->deltaICC[env], 1);
+        bitCnt += FDKsbrEnc_EncodeIcc( hBitBuf,
+                             psOut->icc[env],
+                             iccLast,
+                             getNoBands((UINT)psOut->iccMode),
+                             psOut->deltaICC[env],
+                             &error);
+
+        iccLast = psOut->icc[env];
+      }
+    }
+
+    if(psExtEnable!=0) {
+      bitCnt += encodePSExtension(psOut, hBitBuf);
+    }
+
+  } /* if(psOut != NULL) */
+
+  return bitCnt;
+}
+
diff --git a/libSBRenc/src/ps_bitenc.h b/libSBRenc/src/ps_bitenc.h
new file mode 100644 (file)
index 0000000..e98fe58
--- /dev/null
@@ -0,0 +1,177 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial author:       N. Rettelbach
+   contents/description: Parametric Stereo bitstream encoder
+
+******************************************************************************/
+
+#include "ps_main.h"
+#include "ps_const.h"
+#include "FDK_bitstream.h"
+
+#ifndef PS_BITENC_H
+#define PS_BITENC_H
+
+typedef struct T_PS_OUT {
+
+  INT         enablePSHeader;
+  INT         enableIID;
+  INT         iidMode;
+  INT         enableICC;
+  INT         iccMode;
+  INT         enableIpdOpd;
+
+  INT         frameClass;
+  INT         nEnvelopes;
+  /* ENV data */
+  INT         frameBorder[PS_MAX_ENVELOPES];
+
+  /* iid data  */
+  PS_DELTA    deltaIID[PS_MAX_ENVELOPES];
+  INT         iid[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT         iidLast[PS_MAX_BANDS];
+
+  /* icc data  */
+  PS_DELTA    deltaICC[PS_MAX_ENVELOPES];
+  INT         icc[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT         iccLast[PS_MAX_BANDS];
+
+  /* ipd data  */
+  PS_DELTA    deltaIPD[PS_MAX_ENVELOPES];
+  INT         ipd[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT         ipdLast[PS_MAX_BANDS];
+
+  /* opd data  */
+  PS_DELTA    deltaOPD[PS_MAX_ENVELOPES];
+  INT         opd[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT         opdLast[PS_MAX_BANDS];
+
+} PS_OUT, *HANDLE_PS_OUT;
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+INT FDKsbrEnc_EncodeIid(HANDLE_FDK_BITSTREAM  hBitBuf,
+                        const INT      *iidVal,
+                        const INT      *iidValLast,
+                        const INT       nBands,
+                        const PS_IID_RESOLUTION res,
+                        const PS_DELTA  mode,
+                        INT            *error);
+
+INT FDKsbrEnc_EncodeIcc(HANDLE_FDK_BITSTREAM  hBitBuf,
+                        const INT      *iccVal,
+                        const INT      *iccValLast,
+                        const INT       nBands,
+                        const PS_DELTA  mode,
+                        INT            *error);
+
+INT FDKsbrEnc_EncodeIpd(HANDLE_FDK_BITSTREAM  hBitBuf,
+                        const INT      *ipdVal,
+                        const INT      *ipdValLast,
+                        const INT       nBands,
+                        const PS_DELTA  mode,
+                        INT            *error);
+
+INT FDKsbrEnc_EncodeOpd(HANDLE_FDK_BITSTREAM  hBitBuf,
+                        const INT      *opdVal,
+                        const INT      *opdValLast,
+                        const INT       nBands,
+                        const PS_DELTA  mode,
+                        INT            *error);
+
+INT FDKsbrEnc_WritePSBitstream(const HANDLE_PS_OUT   psOut,
+                               HANDLE_FDK_BITSTREAM  hBitBuf);
+
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
+#endif  /* #ifndef PS_BITENC_H */
diff --git a/libSBRenc/src/ps_const.h b/libSBRenc/src/ps_const.h
new file mode 100644 (file)
index 0000000..633d210
--- /dev/null
@@ -0,0 +1,148 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial author:       N. Rettelbach
+   contents/description: Parametric Stereo constants
+
+******************************************************************************/
+
+#ifndef PS_CONST_H
+#define PS_CONST_H
+
+#define MAX_PS_CHANNELS          (  2 )
+#define HYBRID_MAX_QMF_BANDS     (  3 )
+#define HYBRID_FILTER_LENGTH     ( 13 )
+#define HYBRID_FILTER_DELAY      ( (HYBRID_FILTER_LENGTH-1)/2 )
+
+#define  HYBRID_FRAMESIZE        ( QMF_MAX_TIME_SLOTS )
+#define  HYBRID_READ_OFFSET      ( 10 )
+
+#define MAX_HYBRID_BANDS         ( (QMF_CHANNELS-HYBRID_MAX_QMF_BANDS+10) )
+
+
+typedef enum {
+  PS_RES_COARSE  = 0,
+  PS_RES_MID     = 1,
+  PS_RES_FINE    = 2
+} PS_RESOLUTION;
+
+typedef enum {
+  PS_BANDS_COARSE  = 10,
+  PS_BANDS_MID     = 20,
+  PS_MAX_BANDS     = PS_BANDS_MID
+} PS_BANDS;
+
+typedef enum {
+  PS_IID_RES_COARSE=0,
+  PS_IID_RES_FINE
+} PS_IID_RESOLUTION;
+
+typedef enum {
+  PS_ICC_ROT_A=0,
+  PS_ICC_ROT_B
+} PS_ICC_ROTATION_MODE;
+
+typedef enum {
+  PS_DELTA_FREQ,
+  PS_DELTA_TIME
+} PS_DELTA;
+
+
+typedef enum {
+  PS_MAX_ENVELOPES = 4
+
+} PS_CONSTS;
+
+typedef enum {
+    PSENC_OK                    = 0x0000,   /*!< No error happened. All fine. */
+    PSENC_INVALID_HANDLE        = 0x0020,   /*!< Handle passed to function call was invalid. */
+    PSENC_MEMORY_ERROR          = 0x0021,   /*!< Memory allocation failed. */
+    PSENC_INIT_ERROR            = 0x0040,   /*!< General initialization error. */
+    PSENC_ENCODE_ERROR          = 0x0060    /*!< The encoding process was interrupted by an unexpected error. */
+
+} FDK_PSENC_ERROR;
+
+
+#endif
diff --git a/libSBRenc/src/ps_encode.cpp b/libSBRenc/src/ps_encode.cpp
new file mode 100644 (file)
index 0000000..2ae2788
--- /dev/null
@@ -0,0 +1,1054 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial Authors:      M. Neuendorf, N. Rettelbach, M. Multrus
+   Contents/Description: PS parameter extraction, encoding
+
+******************************************************************************/
+/*!
+  \file
+  \brief  PS parameter extraction, encoding functions  
+*/
+
+#include "ps_main.h"
+
+
+#include "sbr_ram.h"
+#include "ps_encode.h"
+
+#include "qmf.h"
+
+#include "ps_const.h"
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+inline void FDKsbrEnc_addFIXP_DBL(const FIXP_DBL *X, const FIXP_DBL *Y, FIXP_DBL *Z, INT n)
+{
+  for (INT i=0; i<n; i++)
+    Z[i] = (X[i]>>1) + (Y[i]>>1);
+}
+
+#define LOG10_2_10             3.01029995664f /* 10.0f*log10(2.f) */
+
+static const INT iidGroupBordersLoRes[QMF_GROUPS_LO_RES + SUBQMF_GROUPS_LO_RES + 1] =
+{
+  0, 1, 2, 3, 4, 5,    /* 6 subqmf subbands - 0th qmf subband */
+  6, 7,                /* 2 subqmf subbands - 1st qmf subband */
+  8, 9,                /* 2 subqmf subbands - 2nd qmf subband */
+  10, 11, 12, 13, 14, 15, 16, 18, 21, 25, 30, 42, 71
+};
+
+static const UCHAR iidGroupWidthLdLoRes[QMF_GROUPS_LO_RES + SUBQMF_GROUPS_LO_RES] =
+{
+  0, 0, 0, 0, 0, 0,
+  0, 0,
+  0, 0,
+  0, 0, 0, 0, 0, 0, 1, 2, 2, 3, 4, 5
+};
+
+
+static const INT subband2parameter20[QMF_GROUPS_LO_RES + SUBQMF_GROUPS_LO_RES] =
+{
+  1, 0, 0, 1, 2, 3,   /* 6 subqmf subbands - 0th qmf subband */
+  4, 5,               /* 2 subqmf subbands - 1st qmf subband */
+  6, 7,               /* 2 subqmf subbands - 2nd qmf subband */
+  8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
+};
+
+
+typedef enum {
+  MAX_TIME_DIFF_FRAMES = 20,
+  MAX_PS_NOHEADER_CNT  = 10,
+  MAX_NOENV_CNT        = 10,
+  DO_NOT_USE_THIS_MODE = 0x7FFFFF
+} __PS_CONSTANTS;
+
+
+
+static const FIXP_DBL iidQuant_fx[15] = {
+  0xce000000, 0xdc000000, 0xe4000000, 0xec000000, 0xf2000000, 0xf8000000, 0xfc000000, 0x00000000,
+  0x04000000, 0x08000000, 0x0e000000, 0x14000000, 0x1c000000, 0x24000000, 0x32000000
+};
+
+static const FIXP_DBL iidQuantFine_fx[31] = {
+  0x9c000001, 0xa6000001, 0xb0000001, 0xba000001, 0xc4000000, 0xce000000, 0xd4000000, 0xda000000,
+  0xe0000000, 0xe6000000, 0xec000000, 0xf0000000, 0xf4000000, 0xf8000000, 0xfc000000, 0x00000000,
+  0x04000000, 0x08000000, 0x0c000000, 0x10000000, 0x14000000, 0x1a000000, 0x20000000, 0x26000000,
+  0x2c000000, 0x32000000, 0x3c000000, 0x45ffffff, 0x4fffffff, 0x59ffffff, 0x63ffffff
+};
+
+
+
+static const FIXP_DBL iccQuant[8] = {
+  0x7fffffff, 0x77ef9d7f, 0x6babc97f, 0x4ceaf27f, 0x2f0ed3c0, 0x00000000, 0xb49ba601, 0x80000000
+};
+
+static FDK_PSENC_ERROR InitPSData(
+        HANDLE_PS_DATA            hPsData
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if(hPsData == NULL) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    int i, env;
+    FDKmemclear(hPsData,sizeof(PS_DATA));
+
+    for (i=0; i<PS_MAX_BANDS; i++) {
+      hPsData->iidIdxLast[i] = 0;
+      hPsData->iccIdxLast[i] = 0;
+    }
+
+    hPsData->iidEnable    = hPsData->iidEnableLast = 0;
+    hPsData->iccEnable    = hPsData->iccEnableLast = 0;
+    hPsData->iidQuantMode = hPsData->iidQuantModeLast = PS_IID_RES_COARSE;
+    hPsData->iccQuantMode = hPsData->iccQuantModeLast = PS_ICC_ROT_A;
+
+    for(env=0; env<PS_MAX_ENVELOPES; env++) {
+      hPsData->iccDiffMode[env] = PS_DELTA_FREQ;
+      hPsData->iccDiffMode[env] = PS_DELTA_FREQ;
+
+      for (i=0; i<PS_MAX_BANDS; i++) {
+        hPsData->iidIdx[env][i] = 0;
+        hPsData->iccIdx[env][i] = 0;
+      }
+    }
+
+    hPsData->nEnvelopesLast = 0;
+
+    hPsData->headerCnt  = MAX_PS_NOHEADER_CNT;
+    hPsData->iidTimeCnt = MAX_TIME_DIFF_FRAMES;
+    hPsData->iccTimeCnt = MAX_TIME_DIFF_FRAMES;
+    hPsData->noEnvCnt   = MAX_NOENV_CNT;
+  }
+
+  return error;
+}
+
+static FIXP_DBL quantizeCoef( const FIXP_DBL *RESTRICT input,
+                              const INT       nBands,
+                              const FIXP_DBL *RESTRICT quantTable,
+                              const INT       idxOffset,
+                              const INT       nQuantSteps,
+                              INT            *RESTRICT quantOut)
+{
+  INT idx, band;
+  FIXP_DBL quantErr = FL2FXCONST_DBL(0.f);
+
+  for (band=0; band<nBands;band++) {
+    for(idx=0; idx<nQuantSteps-1; idx++){
+      if( fixp_abs((input[band]>>1)-(quantTable[idx+1]>>1)) >
+          fixp_abs((input[band]>>1)-(quantTable[idx]>>1)) )
+      {
+        break;
+      }
+    }
+    quantErr      += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE);   /* don't scale before subtraction; diff smaller (64-25)/64 */
+    quantOut[band] = idx - idxOffset;
+  }
+
+  return quantErr;
+}
+
+static INT getICCMode(const INT nBands,
+                      const INT rotType)
+{
+  INT mode = 0;
+
+  switch(nBands) {
+  case PS_BANDS_COARSE:
+    mode = PS_RES_COARSE;
+    break;
+  case PS_BANDS_MID:
+    mode = PS_RES_MID;
+    break;
+  default:
+    mode = 0;
+  }
+  if(rotType==PS_ICC_ROT_B){
+    mode += 3;
+  }
+
+  return mode;
+}
+
+
+static INT getIIDMode(const INT nBands,
+                      const INT iidRes)
+{
+  INT mode = 0;
+
+  switch(nBands) {
+  case PS_BANDS_COARSE:
+    mode = PS_RES_COARSE;
+    break;
+  case PS_BANDS_MID:
+    mode = PS_RES_MID;
+    break;
+  default:
+    mode = 0;
+    break;
+  }
+
+  if(iidRes == PS_IID_RES_FINE){
+    mode += 3;
+  }
+
+  return mode;
+}
+
+
+static INT envelopeReducible(FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                             FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                             INT psBands,
+                             INT nEnvelopes)
+{
+  #define THRESH_SCALE     7
+
+  INT reducible = 1; /* true */
+  INT e = 0, b = 0;
+  FIXP_DBL dIid = FL2FXCONST_DBL(0.f);
+  FIXP_DBL dIcc = FL2FXCONST_DBL(0.f);
+
+  FIXP_DBL iidErrThreshold, iccErrThreshold;
+  FIXP_DBL iidMeanError, iccMeanError;
+
+  /* square values to prevent sqrt,
+     multiply bands to prevent division; bands shifted DFRACT_BITS instead (DFRACT_BITS-1) because fMultDiv2 used*/
+  iidErrThreshold = fMultDiv2 ( FL2FXCONST_DBL(6.5f*6.5f/(IID_SCALE_FT*IID_SCALE_FT)), (FIXP_DBL)(psBands<<((DFRACT_BITS)-THRESH_SCALE)) );
+  iccErrThreshold = fMultDiv2 ( FL2FXCONST_DBL(0.75f*0.75f),                           (FIXP_DBL)(psBands<<((DFRACT_BITS)-THRESH_SCALE)) );
+
+  if (nEnvelopes <= 1) {
+    reducible = 0;
+  } else {
+
+    /* mean error criterion */
+    for (e=0; (e < nEnvelopes/2) && (reducible!=0 ) ; e++) {
+      iidMeanError = iccMeanError = FL2FXCONST_DBL(0.f);
+      for(b=0; b<psBands; b++) {
+        dIid = (iid[2*e][b]>>1) - (iid[2*e+1][b]>>1);   /* scale 1 bit; squared -> 2 bit */
+        dIcc = (icc[2*e][b]>>1) - (icc[2*e+1][b]>>1);
+        iidMeanError += fPow2Div2(dIid)>>(5-1);    /* + (bands=20) scale = 5 */
+        iccMeanError += fPow2Div2(dIcc)>>(5-1);
+      }                                                 /* --> scaling = 7 bit = THRESH_SCALE !! */
+
+      /* instead sqrt values are squared!
+         instead of division, multiply threshold with psBands
+         scaling necessary!! */
+
+      /* quit as soon as threshold is reached */
+      if ( (iidMeanError > (iidErrThreshold)) ||
+           (iccMeanError > (iccErrThreshold)) ) {
+        reducible = 0;
+      }
+    }
+  } /* nEnvelopes != 1 */
+
+  return reducible;
+}
+
+
+static void processIidData(PS_DATA       *psData,
+                           FIXP_DBL       iid[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                           const INT      psBands,
+                           const INT      nEnvelopes,
+                           const FIXP_DBL quantErrorThreshold)
+{
+  INT iidIdxFine  [PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT iidIdxCoarse[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+
+  FIXP_DBL errIID = FL2FXCONST_DBL(0.f);
+  FIXP_DBL errIIDFine = FL2FXCONST_DBL(0.f);
+  INT   bitsIidFreq = 0;
+  INT   bitsIidTime = 0;
+  INT   bitsFineTot = 0;
+  INT   bitsCoarseTot = 0;
+  INT   error = 0;
+  INT   env, band;
+  INT   diffMode[PS_MAX_ENVELOPES], diffModeFine[PS_MAX_ENVELOPES];
+  INT loudnDiff = 0;
+  INT iidTransmit = 0;
+
+  bitsIidFreq = bitsIidTime = 0;
+
+  /* Quantize IID coefficients */
+  for(env=0;env<nEnvelopes; env++) {
+    errIID     += quantizeCoef(iid[env], psBands, iidQuant_fx,      7, 15, iidIdxCoarse[env]);
+    errIIDFine += quantizeCoef(iid[env], psBands, iidQuantFine_fx, 15, 31, iidIdxFine[env]);
+  }
+
+  /* normalize error to number of envelopes, ps bands
+     errIID /= psBands*nEnvelopes;
+     errIIDFine /= psBands*nEnvelopes; */
+
+
+  /* Check if IID coefficients should be used in this frame */
+  psData->iidEnable = 0;
+  for(env=0;env<nEnvelopes; env++) {
+    for(band=0;band<psBands;band++) {
+      loudnDiff   += fixp_abs(iidIdxCoarse[env][band]);
+      iidTransmit ++;
+    }
+  }
+
+  if(loudnDiff > fMultI(FL2FXCONST_DBL(0.7f),iidTransmit)){    /* 0.7f empiric value */
+    psData->iidEnable = 1;
+  }
+
+  /* if iid not active -> RESET data */
+  if(psData->iidEnable==0) {
+    psData->iidTimeCnt = MAX_TIME_DIFF_FRAMES;
+    for(env=0;env<nEnvelopes; env++) {
+      psData->iidDiffMode[env] = PS_DELTA_FREQ;
+      FDKmemclear(psData->iidIdx[env], sizeof(INT)*psBands);
+    }
+    return;
+  }
+
+  /* count COARSE quantization bits for first envelope*/
+  bitsIidFreq = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[0], NULL, psBands, PS_IID_RES_COARSE, PS_DELTA_FREQ, &error);
+
+  if( (psData->iidTimeCnt>=MAX_TIME_DIFF_FRAMES) || (psData->iidQuantModeLast==PS_IID_RES_FINE) ) {
+    bitsIidTime     = DO_NOT_USE_THIS_MODE;
+  }
+  else {
+    bitsIidTime     = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[0], psData->iidIdxLast, psBands, PS_IID_RES_COARSE, PS_DELTA_TIME, &error);
+  }
+
+  /* decision DELTA_FREQ vs DELTA_TIME */
+  if(bitsIidTime>bitsIidFreq) {
+    diffMode[0]   = PS_DELTA_FREQ;
+    bitsCoarseTot = bitsIidFreq;
+  }
+  else {
+    diffMode[0]   = PS_DELTA_TIME;
+    bitsCoarseTot = bitsIidTime;
+  }
+
+  /* count COARSE quantization bits for following envelopes*/
+  for(env=1;env<nEnvelopes; env++) {
+    bitsIidFreq  = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[env], NULL,                psBands, PS_IID_RES_COARSE, PS_DELTA_FREQ, &error);
+    bitsIidTime  = FDKsbrEnc_EncodeIid(NULL, iidIdxCoarse[env], iidIdxCoarse[env-1], psBands, PS_IID_RES_COARSE, PS_DELTA_TIME, &error);
+
+    /* decision DELTA_FREQ vs DELTA_TIME */
+    if(bitsIidTime>bitsIidFreq) {
+      diffMode[env]  = PS_DELTA_FREQ;
+      bitsCoarseTot += bitsIidFreq;
+    }
+    else {
+      diffMode[env]  = PS_DELTA_TIME;
+      bitsCoarseTot += bitsIidTime;
+    }
+  }
+
+
+  /* count FINE quantization bits for first envelope*/
+  bitsIidFreq = FDKsbrEnc_EncodeIid(NULL, iidIdxFine[0],   NULL, psBands, PS_IID_RES_FINE,   PS_DELTA_FREQ, &error);
+
+  if( (psData->iidTimeCnt>=MAX_TIME_DIFF_FRAMES) || (psData->iidQuantModeLast==PS_IID_RES_COARSE) ) {
+    bitsIidTime = DO_NOT_USE_THIS_MODE;
+  }
+  else {
+    bitsIidTime = FDKsbrEnc_EncodeIid(NULL, iidIdxFine[0],  psData->iidIdxLast, psBands, PS_IID_RES_FINE, PS_DELTA_TIME, &error);
+  }
+
+  /* decision DELTA_FREQ vs DELTA_TIME */
+  if(bitsIidTime>bitsIidFreq) {
+    diffModeFine[0]   = PS_DELTA_FREQ;
+    bitsFineTot       = bitsIidFreq;
+  }
+  else {
+    diffModeFine[0]   = PS_DELTA_TIME;
+    bitsFineTot       = bitsIidTime;
+  }
+
+  /* count FINE quantization bits for following envelopes*/
+  for(env=1;env<nEnvelopes; env++) {
+    bitsIidFreq = FDKsbrEnc_EncodeIid(NULL, iidIdxFine[env],   NULL,              psBands, PS_IID_RES_FINE, PS_DELTA_FREQ, &error);
+    bitsIidTime = FDKsbrEnc_EncodeIid(NULL, iidIdxFine[env],   iidIdxFine[env-1], psBands, PS_IID_RES_FINE, PS_DELTA_TIME, &error);
+
+    /* decision DELTA_FREQ vs DELTA_TIME */
+    if(bitsIidTime>bitsIidFreq) {
+      diffModeFine[env]  = PS_DELTA_FREQ;
+      bitsFineTot += bitsIidFreq;
+    }
+    else {
+      diffModeFine[env]  = PS_DELTA_TIME;
+      bitsFineTot       += bitsIidTime;
+    }
+  }
+
+  if(bitsFineTot == bitsCoarseTot){
+    /* if same number of bits is needed, use the quantization with lower error */
+    if(errIIDFine < errIID){
+      bitsCoarseTot = DO_NOT_USE_THIS_MODE;
+    } else {
+      bitsFineTot = DO_NOT_USE_THIS_MODE;
+    }
+  } else {
+    /* const FIXP_DBL minThreshold = FL2FXCONST_DBL(0.2f/(IID_SCALE_FT*PS_QUANT_SCALE_FT)*(psBands*nEnvelopes)); */
+    const FIXP_DBL minThreshold = (FIXP_DBL)((LONG)0x00019999 * (psBands*nEnvelopes));
+
+    /* decision RES_FINE vs RES_COARSE                 */
+    /* test if errIIDFine*quantErrorThreshold < errIID */
+    /* shiftVal 2 comes from scaling of quantErrorThreshold */
+    if(fixMax(((errIIDFine>>1)+(minThreshold>>1))>>1, fMult(quantErrorThreshold,errIIDFine)) < (errIID>>2) ) {
+      bitsCoarseTot = DO_NOT_USE_THIS_MODE;
+    }
+    else if(fixMax(((errIID>>1)+(minThreshold>>1))>>1, fMult(quantErrorThreshold,errIID)) < (errIIDFine>>2) ) {
+      bitsFineTot = DO_NOT_USE_THIS_MODE;
+    }
+  }
+
+  /* decision RES_FINE vs RES_COARSE */
+  if(bitsFineTot<bitsCoarseTot) {
+    psData->iidQuantMode = PS_IID_RES_FINE;
+    for(env=0;env<nEnvelopes; env++) {
+      psData->iidDiffMode[env] = diffModeFine[env];
+      FDKmemcpy(psData->iidIdx[env], iidIdxFine[env], psBands*sizeof(INT));
+    }
+  }
+  else {
+    psData->iidQuantMode = PS_IID_RES_COARSE;
+    for(env=0;env<nEnvelopes; env++) {
+      psData->iidDiffMode[env] = diffMode[env];
+      FDKmemcpy(psData->iidIdx[env], iidIdxCoarse[env], psBands*sizeof(INT));
+    }
+  }
+
+  /* Count DELTA_TIME encoding streaks */
+  for(env=0;env<nEnvelopes; env++) {
+    if(psData->iidDiffMode[env]==PS_DELTA_TIME)
+      psData->iidTimeCnt++;
+    else
+      psData->iidTimeCnt=0;
+  }
+}
+
+
+static INT similarIid(PS_DATA   *psData,
+                      const INT  psBands,
+                      const INT  nEnvelopes)
+{
+  const INT diffThr = (psData->iidQuantMode == PS_IID_RES_COARSE) ? 2 : 3;
+  const INT sumDiffThr = diffThr * psBands/4;
+  INT similar = 0;
+  INT diff    = 0;
+  INT sumDiff = 0;
+  INT env = 0;
+  INT b   = 0;
+  if ((nEnvelopes == psData->nEnvelopesLast) && (nEnvelopes==1)) {
+    similar = 1;
+    for (env=0; env<nEnvelopes; env++) {
+      sumDiff = 0;
+      b = 0;
+      do {
+        diff = fixp_abs(psData->iidIdx[env][b] - psData->iidIdxLast[b]);
+        sumDiff += diff;
+        if ( (diff > diffThr) /* more than x quantization steps in any band */
+             || (sumDiff > sumDiffThr) ) {  /* more than x quantisations steps overall difference */
+          similar = 0;
+        }
+        b++;
+      } while ((b<psBands) && (similar>0));
+    }
+  } /* nEnvelopes==1  */
+
+  return similar;
+}
+
+
+static INT similarIcc(PS_DATA *psData,
+                      const INT    psBands,
+                      const INT    nEnvelopes)
+{
+  const INT diffThr = 2;
+  const INT sumDiffThr = diffThr * psBands/4;
+  INT similar = 0;
+  INT diff    = 0;
+  INT sumDiff = 0;
+  INT env = 0;
+  INT b   = 0;
+  if ((nEnvelopes == psData->nEnvelopesLast) && (nEnvelopes==1)) {
+    similar = 1;
+    for (env=0; env<nEnvelopes; env++) {
+      sumDiff = 0;
+      b = 0;
+      do {
+        diff = fixp_abs(psData->iccIdx[env][b] - psData->iccIdxLast[b]);
+        sumDiff += diff;
+        if ( (diff > diffThr) /* more than x quantisation step in any band */
+             || (sumDiff > sumDiffThr) ) {  /* more than x quantisations steps overall difference */
+          similar = 0;
+        }
+        b++;
+      } while ((b<psBands) && (similar>0));
+    }
+  } /* nEnvelopes==1  */
+
+  return similar;
+}
+
+static void processIccData(PS_DATA   *psData,
+                           FIXP_DBL   icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], /* const input values: unable to declare as const, since it does not poINT to const memory */
+                           const INT  psBands,
+                           const INT  nEnvelopes)
+{
+  FIXP_DBL errICC = FL2FXCONST_DBL(0.f);
+  INT   env, band;
+  INT   bitsIccFreq, bitsIccTime;
+  INT   error = 0;
+  INT   inCoherence=0, iccTransmit=0;
+  INT  *iccIdxLast;
+
+  iccIdxLast = psData->iccIdxLast;
+
+  /* Quantize ICC coefficients */
+  for(env=0;env<nEnvelopes; env++) {
+    errICC += quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]);
+  }
+
+  /* Check if ICC coefficients should be used */
+  psData->iccEnable = 0;
+  for(env=0;env<nEnvelopes; env++) {
+    for(band=0;band<psBands;band++) {
+      inCoherence += psData->iccIdx[env][band];
+      iccTransmit ++;
+    }
+  }
+  if(inCoherence > fMultI(FL2FXCONST_DBL(0.5f),iccTransmit)){   /* 0.5f empiric value */
+    psData->iccEnable = 1;
+  }
+
+  if(psData->iccEnable==0) {
+    psData->iccTimeCnt = MAX_TIME_DIFF_FRAMES;
+    for(env=0;env<nEnvelopes; env++) {
+      psData->iccDiffMode[env] = PS_DELTA_FREQ;
+      FDKmemclear(psData->iccIdx[env], sizeof(INT)*psBands);
+    }
+    return;
+  }
+
+  for(env=0;env<nEnvelopes; env++) {
+    bitsIccFreq  = FDKsbrEnc_EncodeIcc(NULL, psData->iccIdx[env],   NULL,       psBands, PS_DELTA_FREQ, &error);
+
+    if(psData->iccTimeCnt<MAX_TIME_DIFF_FRAMES) {
+      bitsIccTime  = FDKsbrEnc_EncodeIcc(NULL, psData->iccIdx[env], iccIdxLast, psBands, PS_DELTA_TIME, &error);
+    }
+    else {
+      bitsIccTime  = DO_NOT_USE_THIS_MODE;
+    }
+
+    if(bitsIccFreq>bitsIccTime) {
+      psData->iccDiffMode[env] = PS_DELTA_TIME;
+      psData->iccTimeCnt++;
+    }
+    else {
+      psData->iccDiffMode[env] = PS_DELTA_FREQ;
+      psData->iccTimeCnt=0;
+    }
+    iccIdxLast = psData->iccIdx[env];
+  }
+}
+
+static void calculateIID(FIXP_DBL ldPwrL[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL ldPwrR[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         INT   nEnvelopes,
+                         INT   psBands)
+{
+  INT i=0;
+  INT env=0;
+  for(env=0; env<nEnvelopes;env++) {
+    for (i=0; i<psBands; i++) {
+
+      /* iid[env][i] = 10.0f*(float)log10(pwrL[env][i]/pwrR[env][i]);
+      */
+      FIXP_DBL IID = fMultDiv2( FL2FXCONST_DBL(LOG10_2_10/IID_SCALE_FT), (ldPwrL[env][i]-ldPwrR[env][i]) );
+
+      IID = fixMin( IID, (FIXP_DBL)(MAXVAL_DBL>>(LD_DATA_SHIFT+1)) );
+      IID = fixMax( IID, (FIXP_DBL)(MINVAL_DBL>>(LD_DATA_SHIFT+1)) );
+      iid[env][i] = IID << (LD_DATA_SHIFT+1);
+    }
+  }
+}
+
+static void calculateICC(FIXP_DBL ldPwrL[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL ldPwrR[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL pwrCr[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL pwrCi[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS],
+                         INT   nEnvelopes,
+                         INT   psBands)
+{
+  INT i = 0;
+  INT env = 0;
+  INT border = psBands;
+
+  switch (psBands) {
+  case PS_BANDS_COARSE:
+    border = 5;
+    break;
+  case PS_BANDS_MID:
+    border = 11;
+    break;
+  default:
+    break;
+  }
+
+  for(env=0; env<nEnvelopes;env++) {
+    for (i=0; i<border; i++) {
+
+      /* icc[env][i] = min( pwrCr[env][i] / (float) sqrt(pwrL[env][i] * pwrR[env][i]) , 1.f);
+      */
+      FIXP_DBL ICC, invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) );
+      INT      scale, invScale = CountLeadingBits(invNrg);
+
+      scale = (DFRACT_BITS-1) - invScale;
+      ICC = fMult(pwrCr[env][i], invNrg<<invScale) ;
+      icc[env][i] = SATURATE_LEFT_SHIFT(ICC, scale, DFRACT_BITS);
+    }
+
+    for (; i<psBands; i++) {
+      INT sc1, sc2;
+      FIXP_DBL cNrgR, cNrgI, ICC;
+
+      sc1 = CountLeadingBits( fixMax(fixp_abs(pwrCr[env][i]),fixp_abs(pwrCi[env][i])) ) ;
+      cNrgR = fPow2Div2((pwrCr[env][i]<<sc1));       /* squared nrg's expect explicit scaling */
+      cNrgI = fPow2Div2((pwrCi[env][i]<<sc1));
+
+      ICC = CalcInvLdData( (CalcLdData((cNrgR + cNrgI)>>1)>>1) - (FIXP_DBL)((sc1-1)<<(DFRACT_BITS-1-LD_DATA_SHIFT)) );
+
+      FIXP_DBL invNrg = CalcInvLdData ( -((ldPwrL[env][i]>>1) + (ldPwrR[env][i]>>1) + (FIXP_DBL)1) );
+      sc1 = CountLeadingBits(invNrg);
+      invNrg <<= sc1;
+
+      sc2 = CountLeadingBits(ICC);
+      ICC = fMult(ICC<<sc2,invNrg);
+
+      sc1 = ( (DFRACT_BITS-1) - sc1 - sc2 );
+      if (sc1 < 0) {
+          ICC >>= -sc1;
+      }
+      else {
+          if (ICC >= ((FIXP_DBL)MAXVAL_DBL>>sc1) )
+              ICC = (FIXP_DBL)MAXVAL_DBL;
+          else
+              ICC <<= sc1;
+      }
+
+      icc[env][i] = ICC;
+    }
+  }
+}
+
+void FDKsbrEnc_initPsBandNrgScale(HANDLE_PS_ENCODE hPsEncode)
+{
+  INT group, bin;
+  INT nIidGroups   = hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups;
+
+  FDKmemclear(hPsEncode->psBandNrgScale, PS_MAX_BANDS*sizeof(SCHAR));
+
+  for (group=0; group < nIidGroups; group++) {
+    /* Translate group to bin */
+    bin = hPsEncode->subband2parameterIndex[group];
+
+    /* Translate from 20 bins to 10 bins */
+    if (hPsEncode->psEncMode == PS_BANDS_COARSE) {
+      bin = bin>>1;
+    }
+
+    hPsEncode->psBandNrgScale[bin] = (hPsEncode->psBandNrgScale[bin]==0)
+                          ? (hPsEncode->iidGroupWidthLd[group] + 5)
+                          : (fixMax(hPsEncode->iidGroupWidthLd[group],hPsEncode->psBandNrgScale[bin]) + 1) ;
+
+  }
+}
+
+FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(
+        HANDLE_PS_ENCODE         *phPsEncode
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (phPsEncode==NULL) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    HANDLE_PS_ENCODE hPsEncode = NULL;
+    if (NULL==(hPsEncode = GetRam_PsEncode())) {
+      error = PSENC_MEMORY_ERROR;
+      goto bail;
+    }
+    FDKmemclear(hPsEncode,sizeof(PS_ENCODE));
+    *phPsEncode = hPsEncode; /* return allocated handle */
+  }
+bail:
+  return error;
+}
+
+FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode(
+        HANDLE_PS_ENCODE          hPsEncode,
+        const PS_BANDS            psEncMode,
+        const FIXP_DBL            iidQuantErrorThreshold
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (NULL==hPsEncode) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    if (PSENC_OK != (InitPSData(&hPsEncode->psData))) {
+      goto bail;
+    }
+
+    switch(psEncMode){
+      case PS_BANDS_COARSE:
+      case PS_BANDS_MID:
+        hPsEncode->nQmfIidGroups    = QMF_GROUPS_LO_RES;
+        hPsEncode->nSubQmfIidGroups = SUBQMF_GROUPS_LO_RES;
+        FDKmemcpy(hPsEncode->iidGroupBorders,        iidGroupBordersLoRes, (hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups + 1)*sizeof(INT));
+        FDKmemcpy(hPsEncode->subband2parameterIndex, subband2parameter20,  (hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups)    *sizeof(INT));
+        FDKmemcpy(hPsEncode->iidGroupWidthLd,        iidGroupWidthLdLoRes, (hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups)    *sizeof(UCHAR));
+        break;
+      default:
+        error = PSENC_INIT_ERROR;
+        goto bail;
+    }
+
+    hPsEncode->psEncMode = psEncMode;
+    hPsEncode->iidQuantErrorThreshold = iidQuantErrorThreshold;
+    FDKsbrEnc_initPsBandNrgScale(hPsEncode);
+  }
+bail:
+  return error;
+}
+
+
+FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(
+        HANDLE_PS_ENCODE         *phPsEncode
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (NULL !=phPsEncode) {
+    FreeRam_PsEncode(phPsEncode);
+  }
+
+  return error;
+}
+
+typedef struct {
+  FIXP_DBL pwrL[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL pwrR[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL ldPwrL[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL ldPwrR[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL pwrCr[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL pwrCi[PS_MAX_ENVELOPES][PS_MAX_BANDS];
+
+} PS_PWR_DATA;
+
+
+FDK_PSENC_ERROR FDKsbrEnc_PSEncode(
+        HANDLE_PS_ENCODE          hPsEncode,
+        HANDLE_PS_OUT             hPsOut,
+        UCHAR                    *dynBandScale,
+        UINT                      maxEnvelopes,
+        FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2],
+        const INT                 frameSize,
+        const INT                 sendHeader
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  HANDLE_PS_DATA hPsData = &hPsEncode->psData;
+  FIXP_DBL iid [PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  FIXP_DBL icc [PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  int envBorder[PS_MAX_ENVELOPES+1];
+
+  int group, bin, col, subband, band;
+  int i = 0;
+
+  int env = 0;
+  int psBands      = (int) hPsEncode->psEncMode;
+  int nIidGroups   = hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups;
+  int nEnvelopes   = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES);
+
+  C_ALLOC_SCRATCH_START(pwrData, PS_PWR_DATA, 1);
+
+  for(env=0; env<nEnvelopes+1;env++) {
+    envBorder[env] = fMultI(GetInvInt(nEnvelopes),frameSize*env);
+  }
+
+  for(env=0; env<nEnvelopes;env++) {
+
+    /* clear energy array */
+    for (band=0; band<psBands; band++) {
+      pwrData->pwrL[env][band] = pwrData->pwrR[env][band] = pwrData->pwrCr[env][band] = pwrData->pwrCi[env][band] = FIXP_DBL(1);
+    }
+
+    /**** calculate energies and correlation ****/
+
+    /* start with hybrid data */
+    for (group=0; group < nIidGroups; group++) {
+      /* Translate group to bin */
+      bin = hPsEncode->subband2parameterIndex[group];
+
+      /* Translate from 20 bins to 10 bins */
+      if (hPsEncode->psEncMode == PS_BANDS_COARSE) {
+        bin >>= 1;
+      }
+
+      /* determine group border */
+      int bScale = hPsEncode->psBandNrgScale[bin];
+
+      FIXP_DBL pwrL_env_bin = pwrData->pwrL[env][bin];
+      FIXP_DBL pwrR_env_bin = pwrData->pwrR[env][bin];
+      FIXP_DBL pwrCr_env_bin = pwrData->pwrCr[env][bin];
+      FIXP_DBL pwrCi_env_bin = pwrData->pwrCi[env][bin];
+
+      int scale = (int)dynBandScale[bin];
+      for (col=envBorder[env]; col<envBorder[env+1]; col++) {
+        for (subband = hPsEncode->iidGroupBorders[group]; subband < hPsEncode->iidGroupBorders[group+1]; subband++) {
+          FIXP_QMF l_real = (hybridData[col][0][0][subband]) << scale;
+          FIXP_QMF l_imag = (hybridData[col][0][1][subband]) << scale;
+          FIXP_QMF r_real = (hybridData[col][1][0][subband]) << scale;
+          FIXP_QMF r_imag = (hybridData[col][1][1][subband]) << scale;
+
+          pwrL_env_bin  += (fPow2Div2(l_real) + fPow2Div2(l_imag)) >> bScale;
+          pwrR_env_bin  += (fPow2Div2(r_real) + fPow2Div2(r_imag)) >> bScale;
+          pwrCr_env_bin += (fMultDiv2(l_real, r_real) + fMultDiv2(l_imag, r_imag)) >> bScale;
+          pwrCi_env_bin += (fMultDiv2(r_real, l_imag) - fMultDiv2(l_real, r_imag)) >> bScale;
+        }
+      }
+      /* assure, nrg's of left and right channel are not negative; necessary on 16 bit multiply units */
+      pwrData->pwrL[env][bin] = fixMax((FIXP_DBL)0,pwrL_env_bin);
+      pwrData->pwrR[env][bin] = fixMax((FIXP_DBL)0,pwrR_env_bin);
+
+      pwrData->pwrCr[env][bin] = pwrCr_env_bin;
+      pwrData->pwrCi[env][bin] = pwrCi_env_bin;
+
+    } /* nIidGroups */
+
+    /* calc logarithmic energy */
+    LdDataVector(pwrData->pwrL[env], pwrData->ldPwrL[env], psBands);
+    LdDataVector(pwrData->pwrR[env], pwrData->ldPwrR[env], psBands);
+
+  } /* nEnvelopes */
+
+  /* calculate iid and icc */
+  calculateIID(pwrData->ldPwrL, pwrData->ldPwrR, iid, nEnvelopes, psBands);
+  calculateICC(pwrData->ldPwrL, pwrData->ldPwrR, pwrData->pwrCr, pwrData->pwrCi, icc, nEnvelopes, psBands);
+
+  /*** Envelope Reduction ***/
+  while (envelopeReducible(iid,icc,psBands,nEnvelopes)) {
+    int e=0;
+    /* sum energies of two neighboring envelopes */
+    nEnvelopes >>= 1;
+    for (e=0; e<nEnvelopes; e++) {
+      FDKsbrEnc_addFIXP_DBL(pwrData->pwrL[2*e], pwrData->pwrL[2*e+1], pwrData->pwrL[e], psBands);
+      FDKsbrEnc_addFIXP_DBL(pwrData->pwrR[2*e], pwrData->pwrR[2*e+1], pwrData->pwrR[e], psBands);
+      FDKsbrEnc_addFIXP_DBL(pwrData->pwrCr[2*e],pwrData->pwrCr[2*e+1],pwrData->pwrCr[e],psBands);
+      FDKsbrEnc_addFIXP_DBL(pwrData->pwrCi[2*e],pwrData->pwrCi[2*e+1],pwrData->pwrCi[e],psBands);
+
+      /* calc logarithmic energy */
+      LdDataVector(pwrData->pwrL[e], pwrData->ldPwrL[e], psBands);
+      LdDataVector(pwrData->pwrR[e], pwrData->ldPwrR[e], psBands);
+
+      /* reduce number of envelopes and adjust borders */
+      envBorder[e] = envBorder[2*e];
+    }
+    envBorder[nEnvelopes] = envBorder[2*nEnvelopes];
+
+    /* re-calculate iid and icc */
+    calculateIID(pwrData->ldPwrL, pwrData->ldPwrR, iid, nEnvelopes, psBands);
+    calculateICC(pwrData->ldPwrL, pwrData->ldPwrR, pwrData->pwrCr, pwrData->pwrCi, icc, nEnvelopes, psBands);
+  }
+
+
+  /*  */
+  if(sendHeader) {
+    hPsData->headerCnt  = MAX_PS_NOHEADER_CNT;
+    hPsData->iidTimeCnt = MAX_TIME_DIFF_FRAMES;
+    hPsData->iccTimeCnt = MAX_TIME_DIFF_FRAMES;
+    hPsData->noEnvCnt   = MAX_NOENV_CNT;
+  }
+
+  /*** Parameter processing, quantisation etc ***/
+  processIidData(hPsData, iid, psBands, nEnvelopes, hPsEncode->iidQuantErrorThreshold);
+  processIccData(hPsData, icc, psBands, nEnvelopes);
+
+
+  /*** Initialize output struct ***/
+
+  /* PS Header on/off ? */
+  if( (hPsData->headerCnt<MAX_PS_NOHEADER_CNT)
+       && ( (hPsData->iidQuantMode == hPsData->iidQuantModeLast) && (hPsData->iccQuantMode == hPsData->iccQuantModeLast) )
+       && ( (hPsData->iidEnable    == hPsData->iidEnableLast)    && (hPsData->iccEnable    == hPsData->iccEnableLast)  ) ) {
+    hPsOut->enablePSHeader = 0;
+  }
+  else {
+    hPsOut->enablePSHeader = 1;
+    hPsData->headerCnt = 0;
+  }
+
+  /* nEnvelopes = 0 ? */
+  if ( (hPsData->noEnvCnt < MAX_NOENV_CNT)
+       && (similarIid(hPsData, psBands, nEnvelopes))
+       && (similarIcc(hPsData, psBands, nEnvelopes)) ) {
+    hPsOut->nEnvelopes = nEnvelopes = 0;
+    hPsData->noEnvCnt++;
+  } else {
+    hPsData->noEnvCnt = 0;
+  }
+
+
+  if (nEnvelopes>0) {
+
+    hPsOut->enableIID      = hPsData->iidEnable;
+    hPsOut->iidMode        = getIIDMode(psBands, hPsData->iidQuantMode);
+
+    hPsOut->enableICC      = hPsData->iccEnable;
+    hPsOut->iccMode        = getICCMode(psBands, hPsData->iccQuantMode);
+
+    hPsOut->enableIpdOpd  = 0;
+    hPsOut->frameClass    = 0;
+    hPsOut->nEnvelopes    = nEnvelopes;
+
+    for(env=0; env<nEnvelopes; env++) {
+      hPsOut->frameBorder[env] = envBorder[env+1];
+    }
+
+    for(env=0; env<hPsOut->nEnvelopes; env++) {
+      hPsOut->deltaIID[env] = (PS_DELTA)hPsData->iidDiffMode[env];
+
+      for(band=0; band<psBands; band++) {
+        hPsOut->iid[env][band] = hPsData->iidIdx[env][band];
+      }
+    }
+
+    for(env=0; env<hPsOut->nEnvelopes; env++) {
+      hPsOut->deltaICC[env] = (PS_DELTA)hPsData->iccDiffMode[env];
+      for(band=0; band<psBands; band++) {
+        hPsOut->icc[env][band] = hPsData->iccIdx[env][band];
+      }
+    }
+
+    /* IPD OPD not supported right now */
+    FDKmemclear(hPsOut->ipd, PS_MAX_ENVELOPES*PS_MAX_BANDS*sizeof(PS_DELTA));
+    for(env=0; env<PS_MAX_ENVELOPES; env++) {
+      hPsOut->deltaIPD[env] = PS_DELTA_FREQ;
+      hPsOut->deltaOPD[env] = PS_DELTA_FREQ;
+    }
+
+    FDKmemclear(hPsOut->ipdLast, PS_MAX_BANDS*sizeof(INT));
+    FDKmemclear(hPsOut->opdLast, PS_MAX_BANDS*sizeof(INT));
+
+    for(band=0; band<PS_MAX_BANDS; band++) {
+      hPsOut->iidLast[band] = hPsData->iidIdxLast[band];
+      hPsOut->iccLast[band] = hPsData->iccIdxLast[band];
+    }
+
+    /* save iids and iccs for differential time coding in the next frame */
+    hPsData->nEnvelopesLast   = nEnvelopes;
+    hPsData->iidEnableLast    = hPsData->iidEnable;
+    hPsData->iccEnableLast    = hPsData->iccEnable;
+    hPsData->iidQuantModeLast = hPsData->iidQuantMode;
+    hPsData->iccQuantModeLast = hPsData->iccQuantMode;
+    for (i=0; i<psBands; i++) {
+      hPsData->iidIdxLast[i] = hPsData->iidIdx[nEnvelopes-1][i];
+      hPsData->iccIdxLast[i] = hPsData->iccIdx[nEnvelopes-1][i];
+    }
+  } /* Envelope > 0 */
+
+  C_ALLOC_SCRATCH_END(pwrData, PS_PWR_DATA, 1)
+
+  return error;
+}
+
diff --git a/libSBRenc/src/ps_encode.h b/libSBRenc/src/ps_encode.h
new file mode 100644 (file)
index 0000000..f728d47
--- /dev/null
@@ -0,0 +1,187 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial author:       M. Neuendorf, N. Rettelbach, M. Multrus
+   contents/description: PS Parameter extraction, encoding
+
+******************************************************************************/
+/*!
+  \file
+  \brief  PS parameter extraction, encoding functions  
+*/
+
+#ifndef __INCLUDED_PS_ENCODE_H
+#define __INCLUDED_PS_ENCODE_H
+
+#include "ps_const.h"
+#include "ps_bitenc.h"
+
+
+#define IID_SCALE_FT      (64.f)    /* maxVal in Quant tab is +/- 50 */
+#define IID_SCALE         6         /* maxVal in Quant tab is +/- 50 */
+#define IID_MAXVAL        (1<<IID_SCALE)
+
+#define PS_QUANT_SCALE_FT (64.f)     /* error smaller (64-25)/64 * 20 bands * 4 env -> QuantScale 64 */
+#define PS_QUANT_SCALE    6          /* error smaller (64-25)/64 * 20 bands * 4 env -> QuantScale 6 bit */
+
+
+#define QMF_GROUPS_LO_RES      12
+#define SUBQMF_GROUPS_LO_RES   10
+#define QMF_GROUPS_HI_RES      18
+#define SUBQMF_GROUPS_HI_RES   30
+
+
+typedef struct T_PS_DATA {
+
+  INT iidEnable;
+  INT iidEnableLast;
+  INT iidQuantMode;
+  INT iidQuantModeLast;
+  INT iidDiffMode[PS_MAX_ENVELOPES];
+  INT iidIdx     [PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT iidIdxLast [PS_MAX_BANDS];
+
+  INT iccEnable;
+  INT iccEnableLast;
+  INT iccQuantMode;
+  INT iccQuantModeLast;
+  INT iccDiffMode[PS_MAX_ENVELOPES];
+  INT iccIdx     [PS_MAX_ENVELOPES][PS_MAX_BANDS];
+  INT iccIdxLast [PS_MAX_BANDS];
+
+  INT nEnvelopesLast;
+
+  INT headerCnt;
+  INT iidTimeCnt;
+  INT iccTimeCnt;
+  INT noEnvCnt;
+
+} PS_DATA, *HANDLE_PS_DATA;
+
+
+typedef struct T_PS_ENCODE{
+
+  PS_DATA         psData;
+
+  PS_BANDS        psEncMode;
+  INT             nQmfIidGroups;
+  INT             nSubQmfIidGroups;
+  INT             iidGroupBorders[QMF_GROUPS_HI_RES + SUBQMF_GROUPS_HI_RES + 1];
+  INT             subband2parameterIndex[QMF_GROUPS_HI_RES + SUBQMF_GROUPS_HI_RES];
+  UCHAR           iidGroupWidthLd[QMF_GROUPS_HI_RES + SUBQMF_GROUPS_HI_RES];
+  FIXP_DBL        iidQuantErrorThreshold;
+
+  UCHAR           psBandNrgScale [PS_MAX_BANDS];
+
+} PS_ENCODE;
+
+
+typedef struct T_PS_ENCODE *HANDLE_PS_ENCODE;
+
+FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(
+        HANDLE_PS_ENCODE         *phPsEncode
+        );
+
+FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode(
+        HANDLE_PS_ENCODE          hPsEncode,
+        const PS_BANDS            psEncMode,
+        const FIXP_DBL            iidQuantErrorThreshold
+        );
+
+FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(
+        HANDLE_PS_ENCODE         *phPsEncode
+        );
+
+FDK_PSENC_ERROR FDKsbrEnc_PSEncode(
+        HANDLE_PS_ENCODE          hPsEncode,
+        HANDLE_PS_OUT             hPsOut,
+        UCHAR                    *dynBandScale,
+        UINT                      maxEnvelopes,
+        FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2],
+        const INT                 frameSize,
+        const INT                 sendHeader
+        );
+
+#endif
diff --git a/libSBRenc/src/ps_main.cpp b/libSBRenc/src/ps_main.cpp
new file mode 100644 (file)
index 0000000..ab183e2
--- /dev/null
@@ -0,0 +1,618 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial Authors:      M. Multrus
+   Contents/Description: PS Wrapper, Downmix
+
+******************************************************************************/
+
+#include "ps_main.h"
+
+
+/* Includes ******************************************************************/
+
+#include "ps_const.h"
+#include "ps_bitenc.h"
+
+#include "sbr_ram.h"
+
+/*--------------- function declarations --------------------*/
+static void psFindBestScaling(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2],
+        UCHAR                    *dynBandScale,
+        FIXP_QMF                 *maxBandValue,
+        SCHAR                    *dmxScale
+        );
+
+/*------------- function definitions ----------------*/
+FDK_PSENC_ERROR PSEnc_Create(
+        HANDLE_PARAMETRIC_STEREO *phParametricStereo
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (phParametricStereo==NULL) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    int i;
+    HANDLE_PARAMETRIC_STEREO hParametricStereo = NULL;
+
+    if (NULL==(hParametricStereo = GetRam_ParamStereo())) {
+      error = PSENC_MEMORY_ERROR;
+      goto bail;
+    }
+    FDKmemclear(hParametricStereo, sizeof(PARAMETRIC_STEREO));
+
+    if (PSENC_OK != (error = FDKsbrEnc_CreatePSEncode(&hParametricStereo->hPsEncode))) {
+      goto bail;
+    }
+
+    for (i=0; i<MAX_PS_CHANNELS; i++) {
+      if (FDKhybridAnalysisOpen(
+            &hParametricStereo->fdkHybAnaFilter[i],
+             hParametricStereo->__staticHybAnaStatesLF[i],
+             sizeof(hParametricStereo->__staticHybAnaStatesLF[i]),
+             hParametricStereo->__staticHybAnaStatesHF[i],
+             sizeof(hParametricStereo->__staticHybAnaStatesHF[i])
+             ) !=0 )
+      {
+        error = PSENC_MEMORY_ERROR;
+        goto bail;
+      }
+    }
+
+    *phParametricStereo = hParametricStereo; /* return allocated handle */
+  }
+bail:
+  return error;
+}
+
+FDK_PSENC_ERROR PSEnc_Init(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        const HANDLE_PSENC_CONFIG hPsEncConfig,
+        INT                       noQmfSlots,
+        INT                       noQmfBands
+       ,UCHAR                    *dynamic_RAM
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if ( (NULL==hParametricStereo) || (NULL==hPsEncConfig) ) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    int ch, i;
+
+    hParametricStereo->initPS = 1;
+    hParametricStereo->noQmfSlots = noQmfSlots;
+    hParametricStereo->noQmfBands = noQmfBands;
+
+    /* clear delay lines */
+    FDKmemclear(hParametricStereo->qmfDelayLines, sizeof(hParametricStereo->qmfDelayLines));
+
+    hParametricStereo->qmfDelayScale = FRACT_BITS-1;
+
+    /* create configuration for hybrid filter bank */
+    for (ch=0; ch<MAX_PS_CHANNELS; ch++) {
+      FDKhybridAnalysisInit(
+            &hParametricStereo->fdkHybAnaFilter[ch],
+             THREE_TO_TEN,
+             QMF_CHANNELS,
+             QMF_CHANNELS,
+             1
+             );
+    } /* ch */
+
+    FDKhybridSynthesisInit(
+          &hParametricStereo->fdkHybSynFilter,
+           THREE_TO_TEN,
+           QMF_CHANNELS,
+           QMF_CHANNELS
+           );
+
+    /* determine average delay */
+    hParametricStereo->psDelay = (HYBRID_FILTER_DELAY*hParametricStereo->noQmfBands);
+
+    if ( (hPsEncConfig->maxEnvelopes < PSENC_NENV_1) || (hPsEncConfig->maxEnvelopes > PSENC_NENV_MAX) ) {
+      hPsEncConfig->maxEnvelopes = PSENC_NENV_DEFAULT;
+    }
+    hParametricStereo->maxEnvelopes = hPsEncConfig->maxEnvelopes;
+
+    if (PSENC_OK != (error = FDKsbrEnc_InitPSEncode(hParametricStereo->hPsEncode, (PS_BANDS) hPsEncConfig->nStereoBands, hPsEncConfig->iidQuantErrorThreshold))){
+      goto bail;
+    }
+
+    for (ch = 0; ch<MAX_PS_CHANNELS; ch ++) {
+      FIXP_DBL *pDynReal = GetRam_Sbr_envRBuffer (ch, dynamic_RAM);
+      FIXP_DBL *pDynImag = GetRam_Sbr_envIBuffer (ch, dynamic_RAM);
+
+      for (i=0; i<HYBRID_FRAMESIZE; i++) {
+        hParametricStereo->pHybridData[i+HYBRID_READ_OFFSET][ch][0] = &pDynReal[i*MAX_HYBRID_BANDS];
+        hParametricStereo->pHybridData[i+HYBRID_READ_OFFSET][ch][1] = &pDynImag[i*MAX_HYBRID_BANDS];;
+      }
+
+      for (i=0; i<HYBRID_READ_OFFSET; i++) {
+        hParametricStereo->pHybridData[i][ch][0] = hParametricStereo->__staticHybridData[i][ch][0];
+        hParametricStereo->pHybridData[i][ch][1] = hParametricStereo->__staticHybridData[i][ch][1];
+      }
+    } /* ch */
+
+    /* clear static hybrid buffer */
+    FDKmemclear(hParametricStereo->__staticHybridData, sizeof(hParametricStereo->__staticHybridData));
+
+    /* clear bs buffer */
+    FDKmemclear(hParametricStereo->psOut, sizeof(hParametricStereo->psOut));
+
+    hParametricStereo->psOut[0].enablePSHeader = 1; /* write ps header in first frame */
+
+    /* clear scaling buffer */
+    FDKmemclear(hParametricStereo->dynBandScale, sizeof(UCHAR)*PS_MAX_BANDS);
+    FDKmemclear(hParametricStereo->maxBandValue, sizeof(FIXP_QMF)*PS_MAX_BANDS);
+
+  } /* valid handle */
+bail:
+  return error;
+}
+
+
+FDK_PSENC_ERROR PSEnc_Destroy(
+        HANDLE_PARAMETRIC_STEREO *phParametricStereo
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (NULL!=phParametricStereo) {
+    HANDLE_PARAMETRIC_STEREO hParametricStereo = *phParametricStereo;
+    if(hParametricStereo != NULL){
+      FDKsbrEnc_DestroyPSEncode(&hParametricStereo->hPsEncode);
+      FreeRam_ParamStereo(phParametricStereo);
+    }
+  }
+
+  return error;
+}
+
+static FDK_PSENC_ERROR ExtractPSParameters(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        const int                 sendHeader,
+        FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2]
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if (hParametricStereo == NULL) {
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    /* call ps encode function */
+    if (hParametricStereo->initPS){
+      hParametricStereo->psOut[1] = hParametricStereo->psOut[0];
+    }
+    hParametricStereo->psOut[0] = hParametricStereo->psOut[1];
+
+    if (PSENC_OK != (error = FDKsbrEnc_PSEncode(
+            hParametricStereo->hPsEncode,
+           &hParametricStereo->psOut[1],
+            hParametricStereo->dynBandScale,
+            hParametricStereo->maxEnvelopes,
+            hybridData,
+            hParametricStereo->noQmfSlots,
+            sendHeader)))
+    {
+      goto bail;
+    }
+
+    if (hParametricStereo->initPS) {
+      hParametricStereo->psOut[0] = hParametricStereo->psOut[1];
+      hParametricStereo->initPS = 0;
+    }
+  }
+bail:
+  return error;
+}
+
+
+static FDK_PSENC_ERROR DownmixPSQmfData(
+       HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+       HANDLE_QMF_FILTER_BANK    sbrSynthQmf,
+       FIXP_QMF       **RESTRICT mixRealQmfData,
+       FIXP_QMF       **RESTRICT mixImagQmfData,
+       INT_PCM                  *downsampledOutSignal,
+       FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2],
+       const INT                 noQmfSlots,
+       const INT                 psQmfScale[MAX_PS_CHANNELS],
+       SCHAR                    *qmfScale
+       )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+
+  if(hParametricStereo == NULL){
+    error = PSENC_INVALID_HANDLE;
+  }
+  else {
+    int n, k;
+    C_AALLOC_SCRATCH_START(pWorkBuffer, FIXP_QMF, 2*QMF_CHANNELS)
+
+    /* define scalings */
+    int dynQmfScale = fixMax(0, hParametricStereo->dmxScale-1); /* scale one bit more for addition of left and right */
+    int downmixScale = psQmfScale[0] - dynQmfScale;
+    const FIXP_DBL maxStereoScaleFactor = MAXVAL_DBL; /* 2.f/2.f */
+
+    for (n = 0; n<noQmfSlots; n++) {
+
+      FIXP_DBL tmpHybrid[2][MAX_HYBRID_BANDS];
+
+      for(k = 0; k<71; k++){
+          int dynScale, sc; /* scaling */
+          FIXP_QMF tmpLeftReal, tmpRightReal, tmpLeftImag, tmpRightImag;
+          FIXP_DBL tmpScaleFactor, stereoScaleFactor;
+
+          tmpLeftReal  = hybridData[n][0][0][k];
+          tmpLeftImag  = hybridData[n][0][1][k];
+          tmpRightReal = hybridData[n][1][0][k];
+          tmpRightImag = hybridData[n][1][1][k];
+
+          sc = fixMax(0,CntLeadingZeros( fixMax(fixMax(fixp_abs(tmpLeftReal),fixp_abs(tmpLeftImag)),fixMax(fixp_abs(tmpRightReal),fixp_abs(tmpRightImag))) )-2);
+
+          tmpLeftReal  <<= sc; tmpLeftImag  <<= sc;
+          tmpRightReal <<= sc; tmpRightImag <<= sc;
+          dynScale = fixMin(sc-dynQmfScale,DFRACT_BITS-1);
+
+          /* calc stereo scale factor to avoid loss of energy in bands                                                 */
+          /* stereo scale factor = min(2.0f, sqrt( (abs(l(k, n)^2 + abs(r(k, n)^2 )))/(0.5f*abs(l(k, n) + r(k, n))) )) */
+          stereoScaleFactor = fPow2Div2(tmpLeftReal)  + fPow2Div2(tmpLeftImag)
+                            + fPow2Div2(tmpRightReal) + fPow2Div2(tmpRightImag) ;
+
+          /* might be that tmpScaleFactor becomes negative, so fabs(.) */
+          tmpScaleFactor    = fixp_abs(stereoScaleFactor + fMult(tmpLeftReal,tmpRightReal) + fMult(tmpLeftImag,tmpRightImag));
+
+          /* min(2.0f, sqrt(stereoScaleFactor/(0.5f*tmpScaleFactor)))  */
+          if ( (stereoScaleFactor>>1) < fMult(maxStereoScaleFactor,tmpScaleFactor) ) {
+
+              int sc_num   = CountLeadingBits(stereoScaleFactor) ;
+              int sc_denum = CountLeadingBits(tmpScaleFactor) ;
+              sc       = -(sc_num-sc_denum);
+
+              tmpScaleFactor = schur_div((stereoScaleFactor<<(sc_num))>>1,
+                                          tmpScaleFactor<<sc_denum,
+                                          16) ;
+
+              /* prevent odd scaling for next sqrt calculation */
+              if (sc&0x1) {
+                sc++;
+                tmpScaleFactor>>=1;
+              }
+              stereoScaleFactor = sqrtFixp(tmpScaleFactor);
+              stereoScaleFactor <<= (sc>>1);
+          }
+          else {
+              stereoScaleFactor = maxStereoScaleFactor;
+          }
+
+          /* write data to hybrid output */
+          tmpHybrid[0][k] = fMultDiv2(stereoScaleFactor, (FIXP_QMF)(tmpLeftReal + tmpRightReal))>>dynScale;
+          tmpHybrid[1][k] = fMultDiv2(stereoScaleFactor, (FIXP_QMF)(tmpLeftImag + tmpRightImag))>>dynScale;
+
+      } /* hybrid bands - k */
+
+      FDKhybridSynthesisApply(
+            &hParametricStereo->fdkHybSynFilter,
+             tmpHybrid[0],
+             tmpHybrid[1],
+             mixRealQmfData[n],
+             mixImagQmfData[n]);
+
+      qmfSynthesisFilteringSlot(
+            sbrSynthQmf,
+            mixRealQmfData[n],
+            mixImagQmfData[n],
+            downmixScale-7,
+            downmixScale-7,
+            downsampledOutSignal+(n*sbrSynthQmf->no_channels),
+            1,
+            pWorkBuffer);
+
+    } /* slots */
+
+    *qmfScale = -downmixScale + 7;
+
+    C_AALLOC_SCRATCH_END(pWorkBuffer, FIXP_QMF, 2*QMF_CHANNELS)
+
+  {
+    const INT noQmfSlots2 = hParametricStereo->noQmfSlots>>1;
+    const int noQmfBands  = hParametricStereo->noQmfBands;
+
+    INT scale, i, j, slotOffset;
+
+    FIXP_QMF tmp[2][QMF_CHANNELS];
+
+    for (i=0; i<noQmfSlots2; i++) {
+      FDKmemcpy(tmp[0], hParametricStereo->qmfDelayLines[0][i], noQmfBands*sizeof(FIXP_QMF));
+      FDKmemcpy(tmp[1], hParametricStereo->qmfDelayLines[1][i], noQmfBands*sizeof(FIXP_QMF));
+
+      FDKmemcpy(hParametricStereo->qmfDelayLines[0][i], mixRealQmfData[i+noQmfSlots2], noQmfBands*sizeof(FIXP_QMF));
+      FDKmemcpy(hParametricStereo->qmfDelayLines[1][i], mixImagQmfData[i+noQmfSlots2], noQmfBands*sizeof(FIXP_QMF));
+
+      FDKmemcpy(mixRealQmfData[i+noQmfSlots2], mixRealQmfData[i], noQmfBands*sizeof(FIXP_QMF));
+      FDKmemcpy(mixImagQmfData[i+noQmfSlots2], mixImagQmfData[i], noQmfBands*sizeof(FIXP_QMF));
+
+      FDKmemcpy(mixRealQmfData[i], tmp[0], noQmfBands*sizeof(FIXP_QMF));
+      FDKmemcpy(mixImagQmfData[i], tmp[1], noQmfBands*sizeof(FIXP_QMF));
+    }
+
+    if (hParametricStereo->qmfDelayScale > *qmfScale) {
+      scale = hParametricStereo->qmfDelayScale - *qmfScale;
+      slotOffset = 0;
+    }
+    else {
+      scale = *qmfScale - hParametricStereo->qmfDelayScale;
+      slotOffset = noQmfSlots2;
+    }
+
+    for (i=0; i<noQmfSlots2; i++) {
+      for (j=0; j<noQmfBands; j++) {
+        mixRealQmfData[i+slotOffset][j] >>= scale;
+        mixImagQmfData[i+slotOffset][j] >>= scale;
+      }
+    }
+
+    scale = *qmfScale;
+    *qmfScale = FDKmin(*qmfScale, hParametricStereo->qmfDelayScale);
+    hParametricStereo->qmfDelayScale = scale;
+  }
+
+  } /* valid handle */
+
+  return error;
+}
+
+
+INT FDKsbrEnc_PSEnc_WritePSData(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        HANDLE_FDK_BITSTREAM      hBitstream
+        )
+{
+  return ( (hParametricStereo!=NULL) ? FDKsbrEnc_WritePSBitstream(&hParametricStereo->psOut[0], hBitstream) : 0 );
+}
+
+
+FDK_PSENC_ERROR FDKsbrEnc_PSEnc_ParametricStereoProcessing(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        INT_PCM                  *samples[2],
+        UINT                      timeInStride,
+        QMF_FILTER_BANK         **hQmfAnalysis,
+        FIXP_QMF **RESTRICT       downmixedRealQmfData,
+        FIXP_QMF **RESTRICT       downmixedImagQmfData,
+        INT_PCM                  *downsampledOutSignal,
+        HANDLE_QMF_FILTER_BANK    sbrSynthQmf,
+        SCHAR                    *qmfScale,
+        const int                 sendHeader
+        )
+{
+  FDK_PSENC_ERROR error = PSENC_OK;
+  INT psQmfScale[MAX_PS_CHANNELS] = {0};
+  int psCh, i;
+  C_AALLOC_SCRATCH_START(pWorkBuffer, FIXP_QMF, 4*QMF_CHANNELS)
+
+  for (psCh = 0; psCh<MAX_PS_CHANNELS; psCh ++) {
+
+    for (i = 0; i < hQmfAnalysis[psCh]->no_col; i++) {
+
+      qmfAnalysisFilteringSlot(
+          hQmfAnalysis[psCh],
+         &pWorkBuffer[2*QMF_CHANNELS], /* qmfReal[QMF_CHANNELS] */
+         &pWorkBuffer[3*QMF_CHANNELS], /* qmfImag[QMF_CHANNELS] */
+          samples[psCh]+i*(hQmfAnalysis[psCh]->no_channels*timeInStride),
+          timeInStride,
+         &pWorkBuffer[0*QMF_CHANNELS]  /* qmf workbuffer 2*QMF_CHANNELS */
+          );
+
+      FDKhybridAnalysisApply(
+         &hParametricStereo->fdkHybAnaFilter[psCh],
+         &pWorkBuffer[2*QMF_CHANNELS],  /* qmfReal[QMF_CHANNELS] */
+         &pWorkBuffer[3*QMF_CHANNELS],  /* qmfImag[QMF_CHANNELS] */
+          hParametricStereo->pHybridData[i+HYBRID_READ_OFFSET][psCh][0],
+          hParametricStereo->pHybridData[i+HYBRID_READ_OFFSET][psCh][1]
+          );
+
+    } /* no_col loop  i  */
+
+    psQmfScale[psCh] = hQmfAnalysis[psCh]->outScalefactor;
+
+  } /* for psCh */
+
+  C_AALLOC_SCRATCH_END(pWorkBuffer, FIXP_QMF, 4*QMF_CHANNELS)
+
+  /* find best scaling in new QMF and Hybrid data */
+  psFindBestScaling( hParametricStereo,
+                    &hParametricStereo->pHybridData[HYBRID_READ_OFFSET],
+                     hParametricStereo->dynBandScale,
+                     hParametricStereo->maxBandValue,
+                    &hParametricStereo->dmxScale ) ;
+
+
+  /* extract the ps parameters */
+  if(PSENC_OK != (error = ExtractPSParameters(hParametricStereo, sendHeader, &hParametricStereo->pHybridData[0]))){
+    goto bail;
+  }
+
+  /* save hybrid date for next frame */
+  for (i=0; i<HYBRID_READ_OFFSET; i++) {
+    FDKmemcpy(hParametricStereo->pHybridData[i][0][0], hParametricStereo->pHybridData[HYBRID_FRAMESIZE+i][0][0], MAX_HYBRID_BANDS*sizeof(FIXP_DBL)); /* left, real */
+    FDKmemcpy(hParametricStereo->pHybridData[i][0][1], hParametricStereo->pHybridData[HYBRID_FRAMESIZE+i][0][1], MAX_HYBRID_BANDS*sizeof(FIXP_DBL)); /* left, imag */
+    FDKmemcpy(hParametricStereo->pHybridData[i][1][0], hParametricStereo->pHybridData[HYBRID_FRAMESIZE+i][1][0], MAX_HYBRID_BANDS*sizeof(FIXP_DBL)); /* right, real */
+    FDKmemcpy(hParametricStereo->pHybridData[i][1][1], hParametricStereo->pHybridData[HYBRID_FRAMESIZE+i][1][1], MAX_HYBRID_BANDS*sizeof(FIXP_DBL)); /* right, imag */
+  }
+
+  /* downmix and hybrid synthesis */
+  if (PSENC_OK != (error = DownmixPSQmfData(hParametricStereo, sbrSynthQmf, downmixedRealQmfData, downmixedImagQmfData, downsampledOutSignal, &hParametricStereo->pHybridData[HYBRID_READ_OFFSET], hParametricStereo->noQmfSlots, psQmfScale, qmfScale))) {
+    goto bail;
+  }
+
+bail:
+
+  return error;
+}
+
+static void psFindBestScaling(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        FIXP_DBL                 *hybridData[HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2],
+        UCHAR                    *dynBandScale,
+        FIXP_QMF                 *maxBandValue,
+        SCHAR                    *dmxScale
+        )
+{
+  HANDLE_PS_ENCODE hPsEncode      =  hParametricStereo->hPsEncode;
+
+  INT group, bin, col, band;
+  const INT frameSize  = hParametricStereo->noQmfSlots;
+  const INT psBands    = (INT) hPsEncode->psEncMode;
+  const INT nIidGroups = hPsEncode->nQmfIidGroups + hPsEncode->nSubQmfIidGroups;
+
+  /* group wise scaling */
+  FIXP_QMF maxVal [2][PS_MAX_BANDS];
+  FIXP_QMF maxValue = FL2FXCONST_DBL(0.f);
+
+  FDKmemclear(maxVal, sizeof(maxVal));
+
+  /* start with hybrid data */
+  for (group=0; group < nIidGroups; group++) {
+    /* Translate group to bin */
+    bin = hPsEncode->subband2parameterIndex[group];
+
+    /* Translate from 20 bins to 10 bins */
+    if (hPsEncode->psEncMode == PS_BANDS_COARSE) {
+      bin >>= 1;
+    }
+
+    /* QMF downmix scaling */
+    {
+      FIXP_QMF tmp = maxVal[0][bin];
+      int i;
+      for (col=0; col<frameSize-HYBRID_READ_OFFSET; col++) {
+        for (i = hPsEncode->iidGroupBorders[group]; i < hPsEncode->iidGroupBorders[group+1]; i++) {
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][0][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][1][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][0][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][1][i]));
+        }
+      }
+      maxVal[0][bin] = tmp;
+
+      tmp = maxVal[1][bin];
+      for (col=frameSize-HYBRID_READ_OFFSET; col<frameSize; col++) {
+        for (i = hPsEncode->iidGroupBorders[group]; i < hPsEncode->iidGroupBorders[group+1]; i++) {
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][0][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][1][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][0][i]));
+          tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][1][i]));
+        }
+      }
+      maxVal[1][bin] = tmp;
+    }
+  } /* nIidGroups */
+
+  /* convert maxSpec to maxScaling, find scaling space */
+  for (band=0; band<psBands; band++) {
+#ifndef MULT_16x16
+    dynBandScale[band] = CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]));
+#else
+    dynBandScale[band] = fixMax(0,CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]))-FRACT_BITS);
+#endif
+    maxValue = fixMax(maxValue,fixMax(maxVal[0][band],maxVal[1][band]));
+    maxBandValue[band] = fixMax(maxVal[0][band], maxVal[1][band]);
+  }
+
+  /* calculate maximal scaling for QMF downmix */
+#ifndef MULT_16x16
+  *dmxScale = fixMin(DFRACT_BITS, CountLeadingBits(maxValue));
+#else
+  *dmxScale = fixMax(0,fixMin(FRACT_BITS, CountLeadingBits(FX_QMF2FX_DBL(maxValue))));
+#endif
+
+}
+
diff --git a/libSBRenc/src/ps_main.h b/libSBRenc/src/ps_main.h
new file mode 100644 (file)
index 0000000..21b32ff
--- /dev/null
@@ -0,0 +1,271 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*****************************  MPEG Audio Encoder  ***************************
+
+   Initial Authors:      Markus Multrus
+   Contents/Description: PS Wrapper, Downmix header file
+
+******************************************************************************/
+
+#ifndef __INCLUDED_PS_MAIN_H
+#define __INCLUDED_PS_MAIN_H
+
+/* Includes ******************************************************************/
+#include "sbr_def.h"
+#include "qmf.h"
+#include "ps_encode.h"
+#include "FDK_bitstream.h"
+#include "FDK_hybrid.h"
+
+
+/* Data Types ****************************************************************/
+typedef enum {
+  PSENC_STEREO_BANDS_INVALID = 0,
+  PSENC_STEREO_BANDS_10      = 10,
+  PSENC_STEREO_BANDS_20      = 20
+
+} PSENC_STEREO_BANDS_CONFIG;
+
+typedef enum {
+  PSENC_NENV_1               = 1,
+  PSENC_NENV_2               = 2,
+  PSENC_NENV_4               = 4,
+  PSENC_NENV_DEFAULT         = PSENC_NENV_2,
+  PSENC_NENV_MAX             = PSENC_NENV_4
+
+} PSENC_NENV_CONFIG;
+
+typedef struct {
+  UINT                        bitrateFrom;   /* inclusive */
+  UINT                        bitrateTo;     /* exclusive */
+  PSENC_STEREO_BANDS_CONFIG   nStereoBands;
+  PSENC_NENV_CONFIG           nEnvelopes;
+  LONG                        iidQuantErrorThreshold;  /* quantization threshold to switch between coarse and fine iid quantization */
+
+} psTuningTable_t;
+
+/* Function / Class Declarations *********************************************/
+
+typedef struct T_PARAMETRIC_STEREO {
+  HANDLE_PS_ENCODE            hPsEncode;
+  PS_OUT                      psOut[2];
+
+  FIXP_DBL                    __staticHybridData[HYBRID_READ_OFFSET][MAX_PS_CHANNELS][2][MAX_HYBRID_BANDS];
+  FIXP_DBL                   *pHybridData[HYBRID_READ_OFFSET+HYBRID_FRAMESIZE][MAX_PS_CHANNELS][2];
+
+  FIXP_QMF                    qmfDelayLines[2][QMF_MAX_TIME_SLOTS>>1][QMF_CHANNELS];
+  int                         qmfDelayScale;
+
+  INT                         psDelay;
+  UINT                        maxEnvelopes;
+  UCHAR                       dynBandScale[PS_MAX_BANDS];
+  FIXP_DBL                    maxBandValue[PS_MAX_BANDS];
+  SCHAR                       dmxScale;
+  INT                         initPS;
+  INT                         noQmfSlots;
+  INT                         noQmfBands;
+
+  FIXP_DBL                    __staticHybAnaStatesLF[MAX_PS_CHANNELS][2*HYBRID_FILTER_LENGTH*HYBRID_MAX_QMF_BANDS];
+  FIXP_DBL                    __staticHybAnaStatesHF[MAX_PS_CHANNELS][2*HYBRID_FILTER_DELAY*(QMF_CHANNELS-HYBRID_MAX_QMF_BANDS)];
+  FDK_ANA_HYB_FILTER          fdkHybAnaFilter[MAX_PS_CHANNELS];
+  FDK_SYN_HYB_FILTER          fdkHybSynFilter;
+
+} PARAMETRIC_STEREO;
+
+
+typedef struct T_PSENC_CONFIG {
+  INT                         frameSize;
+  INT                         qmfFilterMode;
+  INT                         sbrPsDelay;
+  PSENC_STEREO_BANDS_CONFIG   nStereoBands;
+  PSENC_NENV_CONFIG           maxEnvelopes;
+  FIXP_DBL                    iidQuantErrorThreshold;
+
+} PSENC_CONFIG, *HANDLE_PSENC_CONFIG;
+
+typedef struct T_PARAMETRIC_STEREO *HANDLE_PARAMETRIC_STEREO;
+
+
+/**
+ * \brief  Create a parametric stereo encoder instance.
+ *
+ * \param phParametricStereo    A pointer to a parametric stereo handle to be allocated. Initialized on return.
+ *
+ * \return
+ *          - PSENC_OK, on succes.
+ *          - PSENC_INVALID_HANDLE, PSENC_MEMORY_ERROR, on failure.
+ */
+FDK_PSENC_ERROR PSEnc_Create(
+        HANDLE_PARAMETRIC_STEREO *phParametricStereo
+        );
+
+
+/**
+ * \brief  Initialize a parametric stereo encoder instance.
+ *
+ * \param hParametricStereo     Meta Data handle.
+ * \param hPsEncConfig          Filled parametric stereo configuration structure.
+ * \param noQmfSlots            Number of slots within one audio frame.
+ * \param noQmfBands            Number of QMF bands.
+ * \param dynamic_RAM           Pointer to preallocated workbuffer.
+ *
+ * \return
+ *          - PSENC_OK, on succes.
+ *          - PSENC_INVALID_HANDLE, PSENC_INIT_ERROR, on failure.
+ */
+FDK_PSENC_ERROR PSEnc_Init(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        const HANDLE_PSENC_CONFIG hPsEncConfig,
+        INT                       noQmfSlots,
+        INT                       noQmfBands
+       ,UCHAR                    *dynamic_RAM
+        );
+
+
+/**
+ * \brief  Destroy parametric stereo encoder instance.
+ *
+ * Deallocate instance and free whole memory.
+ *
+ * \param phParametricStereo    Pointer to the parametric stereo handle to be deallocated.
+ *
+ * \return
+ *          - PSENC_OK, on succes.
+ *          - PSENC_INVALID_HANDLE, on failure.
+ */
+FDK_PSENC_ERROR PSEnc_Destroy(
+        HANDLE_PARAMETRIC_STEREO *phParametricStereo
+        );
+
+
+/**
+ * \brief  Apply parametric stereo processing.
+ *
+ * \param hParametricStereo     Meta Data handle.
+ * \param samples               Pointer to 2 channel audio input signal.
+ * \param timeInStride,         Stride factor of input buffer.
+ * \param hQmfAnalysis,         Pointer to QMF analysis filterbanks.
+ * \param downmixedRealQmfData  Pointer to real QMF buffer to be written to.
+ * \param downmixedImagQmfData  Pointer to imag QMF buffer to be written to.
+ * \param downsampledOutSignal  Pointer to buffer where to write downmixed timesignal.
+ * \param sbrSynthQmf           Pointer to QMF synthesis filterbank.
+ * \param qmfScale              Return scaling factor of the qmf data.
+ * \param sendHeader            Signal whether to write header data.
+ *
+ * \return
+ *          - PSENC_OK, on succes.
+ *          - PSENC_INVALID_HANDLE, PSENC_ENCODE_ERROR, on failure.
+ */
+FDK_PSENC_ERROR FDKsbrEnc_PSEnc_ParametricStereoProcessing(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        INT_PCM                  *samples[2],
+        UINT                      timeInStride,
+        QMF_FILTER_BANK         **hQmfAnalysis,
+        FIXP_QMF **RESTRICT       downmixedRealQmfData,
+        FIXP_QMF **RESTRICT       downmixedImagQmfData,
+        INT_PCM                  *downsampledOutSignal,
+        HANDLE_QMF_FILTER_BANK    sbrSynthQmf,
+        SCHAR                    *qmfScale,
+        const int                 sendHeader
+        );
+
+
+/**
+ * \brief  Write parametric stereo bitstream.
+ *
+ * Write ps_data() element to bitstream and return number of written bits.
+ * Returns number of written bits only, if hBitstream == NULL.
+ *
+ * \param hParametricStereo     Meta Data handle.
+ * \param hBitstream            Bitstream buffer handle.
+ *
+ * \return
+ *          - number of written bits.
+ */
+INT FDKsbrEnc_PSEnc_WritePSData(
+        HANDLE_PARAMETRIC_STEREO  hParametricStereo,
+        HANDLE_FDK_BITSTREAM      hBitstream
+        );
+
+#endif /* __INCLUDED_PS_MAIN_H */
diff --git a/libSBRenc/src/resampler.cpp b/libSBRenc/src/resampler.cpp
new file mode 100644 (file)
index 0000000..4adb243
--- /dev/null
@@ -0,0 +1,507 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  FDK resampler tool box: 
+  \author M. Werner
+*/
+
+#include "resampler.h"
+
+#include "genericStds.h"
+
+
+/**************************************************************************/
+/*                   BIQUAD Filter Specifications                         */
+/**************************************************************************/
+
+#define B1 0
+#define B2 1
+#define A1 2
+#define A2 3
+
+#define BQC(x) FL2FXCONST_SGL(x/2)
+
+
+struct FILTER_PARAM {
+  const FIXP_SGL *coeffa;    /*! SOS matrix One row/section. Scaled using BQC(). Order of coefficients: B1,B2,A1,A2. B0=A0=1.0 */
+  FIXP_DBL g;                /*! overall gain */
+  int Wc;                    /*! normalized passband bandwidth at input samplerate * 1000 */
+  int noCoeffs;              /*! number of filter coeffs */
+  int delay;                 /*! delay in samples at input samplerate */
+};
+
+#define BIQUAD_COEFSTEP 4
+
+/**
+ *\brief Low Pass
+ Wc = 0,5, order 30, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
+ [b,a]=cheby2(30,96,0.505)
+ [sos,g]=tf2sos(b,a)
+ bandwidth 0.48
+ */
+static const FIXP_SGL sos48[] = {
+ BQC(1.98941075681938),   BQC(0.999999996890811), BQC(0.863264527201963),     BQC( 0.189553799960663),
+ BQC(1.90733804822445),   BQC(1.00000001736189),  BQC(0.836321575841691),     BQC( 0.203505809266564),
+ BQC(1.75616665495325),   BQC(0.999999946079721), BQC(0.784699225121588),     BQC( 0.230471265506986),
+ BQC(1.55727745512726),   BQC(1.00000011737815),  BQC(0.712515423588351),     BQC( 0.268752723900498),
+ BQC(1.33407591943643),   BQC(0.999999795953228), BQC(0.625059117330989),     BQC( 0.316194685288965),
+ BQC(1.10689898412458),   BQC(1.00000035057114),  BQC(0.52803514366398),      BQC( 0.370517843224669),
+ BQC(0.89060371078454),   BQC(0.999999343962822), BQC(0.426920462165257),     BQC( 0.429608200207746),
+ BQC(0.694438261209433),  BQC( 1.0000008629792),  BQC(0.326530699561716),     BQC( 0.491714450654174),
+ BQC(0.523237800935322),  BQC(1.00000101349782),  BQC(0.230829556274851),     BQC( 0.555559034843281),
+ BQC(0.378631165929563),  BQC(0.99998986482665),  BQC(0.142906422036095),     BQC( 0.620338874442411),
+ BQC(0.260786911308437),  BQC(1.00003261460178),  BQC(0.0651008576256505),    BQC( 0.685759923926262),
+ BQC(0.168409429188098),  BQC(0.999933049695828), BQC(-0.000790067789975562), BQC( 0.751905896602325),
+ BQC(0.100724533818628),  BQC(1.00009472669872),  BQC(-0.0533772830257041),   BQC( 0.81930744384525),
+ BQC(0.0561434357867363), BQC(0.999911636304276), BQC(-0.0913550299236405),   BQC( 0.88883625875915),
+ BQC(0.0341680678662057), BQC(1.00003667508676),  BQC(-0.113405185536697),    BQC( 0.961756638268446)
+};
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+static const FIXP_DBL g48 = FL2FXCONST_DBL(0.67436532061161992682404480717671 - 0.001);
+#else
+static const FIXP_DBL g48 = FL2FXCONST_DBL(0.002712866530047) - (FIXP_DBL)0x8000;
+#endif
+
+static const struct FILTER_PARAM param_set48 = {
+  sos48,
+  g48,
+  480,
+  15,
+  4 /* LF 2 */
+};
+
+/**
+ *\brief Low Pass
+ Wc = 0,5, order 24, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
+ [b,a]=cheby2(24,96,0.5)
+ [sos,g]=tf2sos(b,a)
+ bandwidth 0.45
+ */
+static const FIXP_SGL sos45[] = {
+  BQC(1.982962601444),     BQC(1.00000000007504),  BQC(0.646113303737836),   BQC( 0.10851149979981),
+  BQC(1.85334094281111),   BQC(0.999999999677192), BQC(0.612073220102006),   BQC( 0.130022141698044),
+  BQC(1.62541051415425),   BQC(1.00000000080398),  BQC(0.547879702855959),   BQC( 0.171165825133192),
+  BQC(1.34554656923247),   BQC(0.9999999980169),   BQC(0.460373914508491),   BQC( 0.228677463376354),
+  BQC(1.05656568503116),   BQC(1.00000000569363),  BQC(0.357891894038287),   BQC( 0.298676843912185),
+  BQC(0.787967587877312),  BQC(0.999999984415017), BQC(0.248826893211877),   BQC( 0.377441803512978),
+  BQC(0.555480971120497),  BQC(1.00000003583307),  BQC(0.140614263345315),   BQC( 0.461979302213679),
+  BQC(0.364986207070964),  BQC(0.999999932084303), BQC(0.0392669446074516),  BQC( 0.55033451180825),
+  BQC(0.216827267631558),  BQC(1.00000010534682),  BQC(-0.0506232228865103), BQC( 0.641691581560946),
+  BQC(0.108951672277119),  BQC(0.999999871167516), BQC(-0.125584840183225),  BQC( 0.736367748771803),
+  BQC(0.0387988607229035), BQC(1.00000011205574),  BQC(-0.182814849097974),  BQC( 0.835802108714964),
+  BQC(0.0042866175809225), BQC(0.999999954830813), BQC(-0.21965740617151),   BQC( 0.942623047782363)
+};
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+static const FIXP_DBL g45 = FL2FXCONST_DBL(0.60547428891341319051142629706723 - 0.001);
+#else
+static const FIXP_DBL g45 = FL2FXCONST_DBL(0.00242743980909524) - (FIXP_DBL)0x8000;
+#endif
+
+static const struct FILTER_PARAM param_set45 = {
+  sos45,
+  g45,
+  450,
+  12,
+  4 /* LF 2 */
+};
+
+/*
+ Created by Octave 2.1.73, Mon Oct 13 17:31:32 2008 CEST
+ Wc = 0,5, order 16, Stop Band -96dB damping.
+ [b,a]=cheby2(16,96,0.5)
+ [sos,g]=tf2sos(b,a)
+ bandwidth = 0.41
+ */
+
+static const FIXP_SGL sos41[] =
+{
+  BQC(1.96193625292),       BQC(0.999999999999964), BQC(0.169266178786789),   BQC(0.0128823300475907),
+  BQC(1.68913437662092),    BQC(1.00000000000053),  BQC(0.124751503206552),   BQC(0.0537472273950989),
+  BQC(1.27274692366017),    BQC(0.999999999995674), BQC(0.0433108625178357),  BQC(0.131015753236317),
+  BQC(0.85214175088395),    BQC(1.00000000001813),  BQC(-0.0625658152550408), BQC(0.237763778993806),
+  BQC(0.503841579939009),   BQC(0.999999999953223), BQC(-0.179176128722865),  BQC(0.367475236424474),
+  BQC(0.249990711986162),   BQC(1.00000000007952),  BQC(-0.294425165824676),  BQC(0.516594857170212),
+  BQC(0.087971668680286),   BQC(0.999999999915528), BQC(-0.398956566777928),  BQC(0.686417767801123),
+  BQC(0.00965373325350294), BQC(1.00000000003744),  BQC(-0.48579173764817),   BQC(0.884931534239068)
+};
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+static const FIXP_DBL g41 = FL2FXCONST_DBL(0.44578514476476679750811222123569);
+#else
+static const FIXP_DBL g41 = FL2FXCONST_DBL(0.00155956951169248);
+#endif
+
+static const struct FILTER_PARAM param_set41 = {
+  sos41,
+  g41,
+  410,
+  8,
+  5 /* LF 3 */
+};
+
+/*
+ # Created by Octave 2.1.73, Mon Oct 13 17:55:33 2008 CEST
+ Wc = 0,5, order 12, Stop Band -96dB damping.
+ [b,a]=cheby2(12,96,0.5);
+ [sos,g]=tf2sos(b,a)
+*/
+static const FIXP_SGL sos35[] =
+{
+  BQC(1.93299325235762),   BQC(0.999999999999985), BQC(-0.140733187246596), BQC(0.0124139497836062),
+  BQC(1.4890416764109),    BQC(1.00000000000011),  BQC(-0.198215402588504), BQC(0.0746730616584138),
+  BQC(0.918450161309795),  BQC(0.999999999999619), BQC(-0.30133912791941),  BQC(0.192276468839529),
+  BQC(0.454877024246818),  BQC(1.00000000000086),  BQC(-0.432337328809815), BQC(0.356852933642815),
+  BQC(0.158017147118507),  BQC(0.999999999998876), BQC(-0.574817494249777), BQC(0.566380436970833),
+  BQC(0.0171834649478749), BQC(1.00000000000055),  BQC(-0.718581178041165), BQC(0.83367484487889)
+};
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+static const FIXP_DBL g35 = FL2FXCONST_DBL(0.34290853574973898694521267606792);
+#else
+static const FIXP_DBL g35 = FL2FXCONST_DBL(0.00162580994125131);
+#endif
+
+static const struct FILTER_PARAM param_set35 = {
+  sos35,
+  g35,
+  350,
+  6,
+  4
+};
+
+/*
+ # Created by Octave 2.1.73, Mon Oct 13 18:15:38 2008 CEST
+ Wc = 0,5, order 8, Stop Band -96dB damping.
+ [b,a]=cheby2(8,96,0.5);
+ [sos,g]=tf2sos(b,a)
+*/
+static const FIXP_SGL sos25[] =
+{
+  BQC(1.85334094301225),   BQC(1.0),               BQC(-0.702127214212663), BQC(0.132452403998767),
+  BQC(1.056565682167),     BQC(0.999999999999997), BQC(-0.789503667880785), BQC(0.236328693569128),
+  BQC(0.364986307455489),  BQC(0.999999999999996), BQC(-0.955191189843375), BQC(0.442966457936379),
+  BQC(0.0387985751642125), BQC(1.0),               BQC(-1.19817786088084),  BQC(0.770493895456328)
+};
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+static const FIXP_DBL g25 = FL2FXCONST_DBL(0.17533917408936346960080259950471);
+#else
+static const FIXP_DBL g25 = FL2FXCONST_DBL(0.000945182835294559);
+#endif
+
+static const struct FILTER_PARAM param_set25 = {
+  sos25,
+  g25,
+  250,
+  4,
+  5
+};
+
+/* Must be sorted in descending order */
+static const struct FILTER_PARAM *const filter_paramSet[] = {
+  &param_set48,
+  &param_set45,
+  &param_set41,
+  &param_set35,
+  &param_set25
+};
+
+
+/**************************************************************************/
+/*                         Resampler Functions                            */
+/**************************************************************************/
+
+
+/*!
+  \brief   Reset downsampler instance and clear delay lines
+
+  \return  success of operation
+*/
+
+INT FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */
+                              int Wc,                   /*!< normalized cutoff freq * 1000*  */
+                              int ratio)                /*!< downsampler ratio (only 2 supported at the momment) */
+
+{
+  UINT i;
+  const struct FILTER_PARAM *currentSet=NULL;
+
+  FDK_ASSERT(ratio == 2);
+  FDKmemclear(DownSampler->downFilter.states, sizeof(DownSampler->downFilter.states));
+  DownSampler->downFilter.ptr   =   0;
+
+  /*
+    find applicable parameter set
+  */
+  currentSet = filter_paramSet[0];
+  for(i=1;i<sizeof(filter_paramSet)/sizeof(struct FILTER_PARAM *);i++){
+    if (filter_paramSet[i]->Wc <= Wc) {
+      break;
+    }
+    currentSet = filter_paramSet[i];
+  }
+
+  DownSampler->downFilter.coeffa = currentSet->coeffa;
+
+
+  DownSampler->downFilter.gain = currentSet->g;
+  FDK_ASSERT(currentSet->noCoeffs <= MAXNR_SECTIONS*2);
+
+  DownSampler->downFilter.noCoeffs = currentSet->noCoeffs;
+  DownSampler->delay = currentSet->delay;
+  DownSampler->downFilter.Wc = currentSet->Wc;
+
+  DownSampler->ratio =   ratio;
+  DownSampler->pending = ratio-1;
+  return(1);
+}
+
+
+/*!
+  \brief   faster simple folding operation
+           Filter:
+           H(z) = A(z)/B(z)
+           with
+           A(z) = a[0]*z^0 + a[1]*z^1 + a[2]*z^2 ... a[n]*z^n
+
+  \return  filtered value
+*/
+
+static inline INT_PCM AdvanceFilter(LP_FILTER *downFilter,  /*!< pointer to iir filter instance */
+                                     INT_PCM  *pInput,          /*!< input of filter                */
+                                     int downRatio,
+                                     int inStride)
+{
+  INT_PCM output;
+  int i, n;
+
+
+#ifdef RS_BIQUAD_SCATTERGAIN
+#define BIQUAD_SCALE 3
+#else
+#define BIQUAD_SCALE 12
+#endif
+
+  FIXP_DBL y = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL input;
+
+  for (n=0; n<downRatio; n++)
+  {
+    FIXP_BQS (*states)[2] = downFilter->states;
+    const FIXP_SGL *coeff = downFilter->coeffa;
+    int s1,s2;
+
+    s1 = downFilter->ptr;
+    s2 = s1 ^ 1;
+
+#if (SAMPLE_BITS == 16)
+    input =  ((FIXP_DBL)pInput[n*inStride]) << (DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE);
+#elif (SAMPLE_BITS == 32)
+    input =  pInput[n*inStride] >> BIQUAD_SCALE;
+#else
+#error NOT IMPLEMENTED
+#endif
+
+#ifndef RS_BIQUAD_SCATTERGAIN /* Merged Direct form I */
+
+    FIXP_BQS state1, state2, state1b, state2b;
+
+    state1 = states[0][s1];
+    state2 = states[0][s2];
+
+    /* Loop over sections */
+    for (i=0; i<downFilter->noCoeffs; i++)
+    {
+      FIXP_DBL state0;
+
+      /* Load merged states (from next section) */
+      state1b = states[i+1][s1];
+      state2b = states[i+1][s2];
+
+      state0 = input  + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
+      y      = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]);
+
+      /* Store new feed forward merge state */
+      states[i+1][s2] = y<<1;
+      /* Store new feed backward state */
+      states[i][s2] = input<<1;
+
+      /* Feedback output to next section. */
+      input = y;
+
+      /* Transfer merged states */
+      state1 = state1b;
+      state2 = state2b;
+
+      /* Step to next coef set */
+      coeff += BIQUAD_COEFSTEP;
+    }
+    downFilter->ptr ^= 1;
+  }
+  /* Apply global gain */
+  y = fMult(y, downFilter->gain);
+
+#else /* Direct form II */
+
+    /* Loop over sections */
+    for (i=0; i<downFilter->noCoeffs; i++)
+    {
+      FIXP_BQS state1, state2;
+      FIXP_DBL state0;
+
+      /* Load states */
+      state1 = states[i][s1];
+      state2 = states[i][s2];
+
+      state0 = input  - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
+      y = state0      + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
+      /* Apply scattered gain */
+      y = fMult(y, downFilter->gain);
+
+      /* Store new state in normalized form */
+#ifdef RS_BIQUAD_STATES16
+      /* Do not saturate any state value ! The result would be unacceptable. Rounding makes SNR around 10dB better. */
+      states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_BITS-FRACT_BITS-1));
+#else
+      states[i][s2] = state0<<1;
+#endif
+
+      /* Feedback output to next section. */
+      input=y;
+
+      /* Step to next coef set */
+      coeff += BIQUAD_COEFSTEP;
+    }
+    downFilter->ptr ^= 1;
+  }
+
+#endif
+
+  /* Apply final gain/scaling to output */
+#if (SAMPLE_BITS == 16)
+  output = (INT_PCM) SATURATE_RIGHT_SHIFT(y+(FIXP_DBL)(1<<(DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE-1)), DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE, SAMPLE_BITS);
+  //output = (INT_PCM) SATURATE_RIGHT_SHIFT(y, DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE, SAMPLE_BITS);
+#else
+  output = SATURATE_LEFT_SHIFT(y, BIQUAD_SCALE, SAMPLE_BITS);
+#endif
+
+
+  return output;
+}
+
+
+
+
+/*!
+  \brief   FDKaacEnc_Downsample numInSamples of type INT_PCM
+           Returns number of output samples in numOutSamples
+
+  \return  success of operation
+*/
+
+INT FDKaacEnc_Downsample(DOWNSAMPLER *DownSampler,  /*!< pointer to downsampler instance */
+                         INT_PCM *inSamples,        /*!< pointer to input samples */
+                         INT numInSamples,          /*!< number  of input samples  */
+                         INT inStride,              /*!< increment of input samples */
+                         INT_PCM *outSamples,       /*!< pointer to output samples */
+                         INT *numOutSamples,        /*!< pointer tp number of output samples */
+                         INT outStride              /*!< increment of output samples */
+                         )
+{
+    INT i;
+    *numOutSamples=0;
+
+    for(i=0; i<numInSamples; i+=DownSampler->ratio)
+    {
+      *outSamples = AdvanceFilter(&(DownSampler->downFilter), &inSamples[i*inStride], DownSampler->ratio, inStride);
+      outSamples += outStride;
+    }
+    *numOutSamples = numInSamples/DownSampler->ratio;
+
+    return 0;
+}
+
diff --git a/libSBRenc/src/resampler.h b/libSBRenc/src/resampler.h
new file mode 100644 (file)
index 0000000..0192970
--- /dev/null
@@ -0,0 +1,151 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#ifndef __RESAMPLER_H
+#define __RESAMPLER_H
+/*!
+  \file
+  \brief  Fixed Point Resampler Tool Box  
+*/
+
+#include "common_fix.h"
+
+
+/**************************************************************************/
+/*                         BIQUAD Filter Structure                           */
+/**************************************************************************/
+
+#define MAXNR_SECTIONS  (15)
+
+#ifdef RS_BIQUAD_STATES16
+typedef FIXP_SGL FIXP_BQS;
+#else
+typedef FIXP_DBL FIXP_BQS;
+#endif
+
+typedef struct
+{
+  FIXP_BQS states[MAXNR_SECTIONS+1][2];   /*! state buffer */
+  const FIXP_SGL *coeffa;               /*! pointer to filter coeffs */
+  FIXP_DBL gain;                        /*! overall gain factor */
+  int Wc;                               /*! normalized cutoff freq * 1000 */
+  int noCoeffs;                         /*! number of filter coeffs sets */
+  int ptr;                              /*! index to rinbuffers */
+} LP_FILTER;
+
+
+/**************************************************************************/
+/*                        Downsampler Structure                           */
+/**************************************************************************/
+
+typedef struct
+{
+  LP_FILTER downFilter;           /*! filter instance */
+  int ratio;                      /*! downsampling ration */
+  int delay;                      /*! downsampling delay (source fs)   */
+  int pending;                    /*! number of pending output samples */
+} DOWNSAMPLER;
+
+
+/**
+ * \brief Initialized a given downsampler structure.
+ */
+INT FDKaacEnc_InitDownsampler(DOWNSAMPLER *DownSampler, /*!< pointer to downsampler instance */
+                              INT Wc,                   /*!< normalized cutoff freq * 1000 */
+                              INT ratio);               /*!< downsampler ratio */
+
+/**
+ * \brief Downsample a set of audio samples. numInSamples must be at least equal to the
+ *        downsampler ratio.
+ */
+INT FDKaacEnc_Downsample(DOWNSAMPLER *DownSampler,  /*!< pointer to downsampler instance */
+                         INT_PCM *inSamples,        /*!< pointer to input samples */
+                         INT numInSamples,          /*!< number  of input samples  */
+                         INT inStride,              /*!< increment of input samples      */
+                         INT_PCM *outSamples,       /*!< pointer to output samples */
+                         INT *numOutSamples,        /*!< pointer tp number of output samples */
+                         INT outstride);            /*!< increment of output samples */
+
+
+
+#endif /* __RESAMPLER_H */
diff --git a/libSBRenc/src/sbr.h b/libSBRenc/src/sbr.h
new file mode 100644 (file)
index 0000000..c74ad2a
--- /dev/null
@@ -0,0 +1,166 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Main SBR structs definitions  
+*/
+
+#ifndef __SBR_H
+#define __SBR_H
+
+#include "fram_gen.h"
+#include "bit_sbr.h"
+#include "tran_det.h"
+#include "code_env.h"
+#include "env_est.h"
+#include "cmondata.h"
+
+#include "qmf.h"
+#include "resampler.h"
+
+#include "ton_corr.h"
+
+
+/* SBR bitstream delay */
+  #define DELAY_FRAMES 2
+
+
+typedef struct SBR_CHANNEL {
+    struct ENV_CHANNEL        hEnvChannel;
+    //INT_PCM                  *pDSOutBuffer;            /**< Pointer to downsampled audio output of SBR encoder */
+    DOWNSAMPLER               downSampler;
+
+} SBR_CHANNEL;
+typedef SBR_CHANNEL* HANDLE_SBR_CHANNEL;
+
+typedef struct SBR_ELEMENT {
+    HANDLE_SBR_CHANNEL        sbrChannel[2];
+    QMF_FILTER_BANK          *hQmfAnalysis[2];
+    SBR_CONFIG_DATA           sbrConfigData;
+    SBR_HEADER_DATA           sbrHeaderData;
+    SBR_BITSTREAM_DATA        sbrBitstreamData;
+    COMMON_DATA               CmonData;
+    INT                       dynXOverFreqDelay[5];    /**< to delay a frame (I don't like it that much that way - hrc) */
+    SBR_ELEMENT_INFO          elInfo;
+
+    UCHAR                     payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
+    UINT                      payloadDelayLineSize[1+DELAY_FRAMES];                 /* Sizes in bits */
+
+} SBR_ELEMENT, *HANDLE_SBR_ELEMENT;
+
+typedef struct SBR_ENCODER
+{
+  HANDLE_SBR_ELEMENT   sbrElement[(8)];
+  HANDLE_SBR_CHANNEL   pSbrChannel[(8)];
+  QMF_FILTER_BANK      QmfAnalysis[(8)];
+  DOWNSAMPLER          lfeDownSampler;
+  int                  lfeChIdx;                 /* -1 default for no lfe, else assign channel index */
+  int                  noElements;               /* Number of elements */
+  int                  nChannels;                /* Total channel count across all elements. */
+  int                  frameSize;                /* SBR framelength. */
+  int                  bufferOffset;             /* Offset for SBR parameter extraction in time domain input buffer. */
+  int                  downsampledOffset;        /* Offset of downsampled/mixed output for core encoder. */
+  int                  downmixSize;              /* Size in samples of downsampled/mixed output for core encoder. */
+  INT                  downSampleFactor;         /* Sampling rate relation between the SBR and the core encoder. */
+  int                  fTimeDomainDownsampling;  /* Flag signalling time domain downsampling instead of QMF downsampling. */
+  int                  nBitstrDelay;             /* Amount of SBR frames to be delayed in bitstream domain. */
+  INT                  estimateBitrate;          /* estimate bitrate of SBR encoder */
+  INT                  inputDataDelay;           /* delay caused by downsampler, in/out buffer at sbrEncoder_EncodeFrame */
+
+  UCHAR* dynamicRam;
+  UCHAR* pSBRdynamic_RAM;
+
+  HANDLE_PARAMETRIC_STEREO  hParametricStereo;
+  QMF_FILTER_BANK           qmfSynthesisPS;
+
+  /* parameters describing allocation volume of present instance */
+  INT                  maxElements;
+  INT                  maxChannels;
+  INT                  supportPS;
+
+
+} SBR_ENCODER;
+
+
+#endif /* __SBR_H */
diff --git a/libSBRenc/src/sbr_def.h b/libSBRenc/src/sbr_def.h
new file mode 100644 (file)
index 0000000..8b7cfc6
--- /dev/null
@@ -0,0 +1,279 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  SBR main definitions  
+*/
+#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
+{
+  FREQ_RES_LOW = 0,
+  FREQ_RES_HIGH
+}
+FREQ_RES;
+
+
+#endif
diff --git a/libSBRenc/src/sbr_encoder.cpp b/libSBRenc/src/sbr_encoder.cpp
new file mode 100644 (file)
index 0000000..3e95d6b
--- /dev/null
@@ -0,0 +1,2346 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/***************************  Fraunhofer IIS FDK Tools  ***********************
+
+   Author(s): Andreas Ehret, Tobias Chalupka
+   Description: SBR encoder top level processing.
+
+******************************************************************************/
+
+#include "sbr_encoder.h"
+
+#include "sbr_ram.h"
+#include "sbr_rom.h"
+#include "sbrenc_freq_sca.h"
+#include "env_bit.h"
+#include "cmondata.h"
+#include "sbr_misc.h"
+#include "sbr.h"
+#include "qmf.h"
+
+#include "ps_main.h"
+
+#define SBRENCODER_LIB_VL0 3
+#define SBRENCODER_LIB_VL1 3
+#define SBRENCODER_LIB_VL2 4
+
+
+
+/***************************************************************************/
+/*
+ * SBR Delay balancing definitions.
+ */
+
+/*
+      input buffer (1ch)
+
+      |------------ 1537   -------------|-----|---------- 2048 -------------|
+           (core2sbr delay     )          ds     (read, core and ds area)
+*/
+
+#define SFB(dwnsmp)        (32 << (dwnsmp-1))     /* SBR Frequency bands: 64 for dual-rate, 32 for single-rate */
+#define STS(fl)            (((fl)==1024)?32:30)   /* SBR Time Slots: 32 for core frame length 1024, 30 for core frame length 960 */
+
+#define DELAY_QMF_ANA(dwnsmp) ((320<<((dwnsmp)-1)) - (32<<((dwnsmp)-1))) /* Full bandwidth */
+#define DELAY_HYB_ANA         (10*64)       /* + 0.5 */              /*  */
+#define DELAY_HYB_SYN         (6*64 - 32)                            /*  */
+#define DELAY_QMF_POSTPROC(dwnsmp) (32*(dwnsmp))                     /* QMF postprocessing delay */
+#define DELAY_DEC_QMF(dwnsmp) (6 * SFB(dwnsmp) )                     /* Decoder QMF overlap */
+#define DELAY_QMF_SYN         (2)                                    /* NO_POLY/2=2.5, rounded down to 2 */
+#define DELAY_QMF_DS          (32)                                   /* QMF synthesis for downsampled time signal */
+
+/* Delay in QMF paths */
+#define DELAY_SBR(fl,dwnsmp)     (DELAY_QMF_ANA(dwnsmp) + (SFB(dwnsmp)*STS(fl) - 1) + DELAY_QMF_SYN)
+#define DELAY_PS(fl,dwnsmp)      (DELAY_QMF_ANA(dwnsmp) + DELAY_HYB_ANA + DELAY_DEC_QMF(dwnsmp) + (SFB(dwnsmp)*STS(fl)-1) + DELAY_HYB_SYN + DELAY_QMF_SYN)
+#define DELAY_ELDSBR(fl,dwnsmp)  ( ( ((fl)/2)*(dwnsmp) ) - 1 + DELAY_QMF_POSTPROC(dwnsmp) )
+
+/* Delay differences for SBR and SBR+PS */
+#define MAX_DS_FILTER_DELAY (5)                                           /* the additional max downsampler filter delay (source fs) */
+#define DELAY_AAC2SBR(fl,dwnsmp) ((DELAY_QMF_ANA(dwnsmp) + DELAY_DEC_QMF(dwnsmp) + DELAY_QMF_SYN) - DELAY_SBR((fl),(dwnsmp)))
+#define DELAY_ELD2SBR(fl,dwnsmp) ((DELAY_QMF_POSTPROC(dwnsmp)) - DELAY_ELDSBR(fl,dwnsmp))
+#define DELAY_AAC2PS(fl,dwnsmp) ((DELAY_QMF_ANA(dwnsmp) + DELAY_QMF_DS + /*(DELAY_AAC(fl)*2) + */ DELAY_QMF_ANA(dwnsmp) + DELAY_DEC_QMF(dwnsmp) + DELAY_HYB_SYN + DELAY_QMF_SYN) - DELAY_PS(fl,dwnsmp)) /* 2048 - 463*2 */
+
+/* Assumption: The sample delay resulting of of DELAY_AAC2PS is always smaller than the sample delay implied by DELAY_AAC2SBR */
+#define MAX_SAMPLE_DELAY       (DELAY_AAC2SBR(1024,2) + MAX_DS_FILTER_DELAY) /* maximum delay: frame length of 1024 and dual-rate sbr */
+
+/***************************************************************************/
+
+
+
+#define INVALID_TABLE_IDX -1
+
+/***************************************************************************/
+/*!
+
+  \brief  Selects the SBR tuning settings to use dependent on number of
+          channels, bitrate, sample rate and core coder
+
+  \return Index to the appropriate table
+
+****************************************************************************/
+#define DISTANCE_CEIL_VALUE 5000000
+static INT
+getSbrTuningTableIndex(UINT bitrate,    /*! the total bitrate in bits/sec */
+                       UINT numChannels,/*! the number of channels for the core coder */
+                       UINT sampleRate,  /*! the sampling rate of the core coder */
+                       AUDIO_OBJECT_TYPE core,
+                       UINT *pBitRateClosest
+                       )
+{
+  int i, bitRateClosestLowerIndex=-1, bitRateClosestUpperIndex=-1, found = 0;
+  UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
+  int isforThisCodec=0;
+
+  #define isForThisCore(i) \
+    ( ( sbrTuningTable[i].coreCoder == CODEC_AACLD && core == AOT_ER_AAC_ELD ) || \
+      ( sbrTuningTable[i].coreCoder == CODEC_AAC   && core != AOT_ER_AAC_ELD ) )
+
+  for (i=0; i < sbrTuningTableSize ; i++) {
+    if ( isForThisCore(i) ) /* tuning table is for this core codec */
+    {
+      if ( numChannels == sbrTuningTable [i].numChannels
+        && sampleRate == sbrTuningTable [i].sampleRate )
+      {
+        found = 1;
+        if ((bitrate >= sbrTuningTable [i].bitrateFrom) &&
+            (bitrate < sbrTuningTable [i].bitrateTo)) {
+              bitRateClosestLower = bitrate;
+              bitRateClosestUpper = bitrate;
+              //FDKprintf("entry %d\n", i);
+          return i ;
+        } else {
+          if ( sbrTuningTable [i].bitrateFrom > bitrate ) {
+            if (sbrTuningTable [i].bitrateFrom < bitRateClosestLower) {
+              bitRateClosestLower = sbrTuningTable [i].bitrateFrom;
+              bitRateClosestLowerIndex = i;
+            }
+          }
+          if ( sbrTuningTable [i].bitrateTo <= bitrate ) {
+            if (sbrTuningTable [i].bitrateTo > bitRateClosestUpper) {
+              bitRateClosestUpper = sbrTuningTable [i].bitrateTo-1;
+              bitRateClosestUpperIndex = i;
+            }
+          }
+        }
+      }
+    }
+  }
+
+  if (pBitRateClosest != NULL)
+  {
+    /* If there was at least one matching tuning entry found then pick the least distance bit rate */
+    if (found)
+    {
+      int distanceUpper=DISTANCE_CEIL_VALUE, distanceLower=DISTANCE_CEIL_VALUE;
+      if (bitRateClosestLowerIndex >= 0) {
+        distanceLower = sbrTuningTable [bitRateClosestLowerIndex].bitrateFrom - bitrate;
+      }
+      if (bitRateClosestUpperIndex >= 0) {
+        distanceUpper = bitrate - sbrTuningTable [bitRateClosestUpperIndex].bitrateTo;
+      }
+      if ( distanceUpper < distanceLower )
+      {
+        *pBitRateClosest = bitRateClosestUpper;
+      } else {
+        *pBitRateClosest = bitRateClosestLower;
+      }
+    } else {
+      *pBitRateClosest = 0;
+    }
+  }
+
+  return INVALID_TABLE_IDX;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  Selects the PS tuning settings to use dependent on bitrate
+  and core coder
+
+  \return Index to the appropriate table
+
+****************************************************************************/
+static INT
+getPsTuningTableIndex(UINT bitrate, UINT *pBitRateClosest){
+
+  INT i, paramSets = sizeof (psTuningTable) / sizeof (psTuningTable [0]);
+  int bitRateClosestLowerIndex=-1, bitRateClosestUpperIndex=-1;
+  UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
+
+  for (i = 0 ; i < paramSets ; i++)  {
+    if ((bitrate >= psTuningTable [i].bitrateFrom) &&
+        (bitrate < psTuningTable [i].bitrateTo)) {
+      return i ;
+    } else {
+      if ( psTuningTable [i].bitrateFrom > bitrate ) {
+        if (psTuningTable [i].bitrateFrom < bitRateClosestLower) {
+          bitRateClosestLower = psTuningTable [i].bitrateFrom;
+          bitRateClosestLowerIndex = i;
+        }
+      }
+      if ( psTuningTable [i].bitrateTo <= bitrate ) {
+        if (psTuningTable [i].bitrateTo > bitRateClosestUpper) {
+          bitRateClosestUpper = psTuningTable [i].bitrateTo-1;
+          bitRateClosestUpperIndex = i;
+        }
+      }
+    }
+  }
+
+  if (pBitRateClosest != NULL)
+  {
+    int distanceUpper=DISTANCE_CEIL_VALUE, distanceLower=DISTANCE_CEIL_VALUE;
+    if (bitRateClosestLowerIndex >= 0) {
+      distanceLower = sbrTuningTable [bitRateClosestLowerIndex].bitrateFrom - bitrate;
+    }
+    if (bitRateClosestUpperIndex >= 0) {
+      distanceUpper = bitrate - sbrTuningTable [bitRateClosestUpperIndex].bitrateTo;
+    }
+    if ( distanceUpper < distanceLower )
+    {
+      *pBitRateClosest = bitRateClosestUpper;
+    } else {
+      *pBitRateClosest = bitRateClosestLower;
+    }
+  }
+
+  return INVALID_TABLE_IDX;
+}
+
+/***************************************************************************/
+/*!
+
+  \brief  In case of downsampled SBR we may need to lower the stop freq
+          of a tuning setting to fit into the lower half of the
+          spectrum ( which is sampleRate/4 )
+
+  \return the adapted stop frequency index (-1 -> error)
+
+  \ingroup SbrEncCfg
+
+****************************************************************************/
+static INT
+FDKsbrEnc_GetDownsampledStopFreq (
+        const INT sampleRateCore,
+        const INT startFreq,
+              INT stopFreq,
+        const INT downSampleFactor
+        )
+{
+  INT maxStopFreqRaw = sampleRateCore / 2;
+  INT startBand, stopBand;
+  HANDLE_ERROR_INFO err;
+
+  while (stopFreq > 0 && FDKsbrEnc_getSbrStopFreqRAW(stopFreq, sampleRateCore) > maxStopFreqRaw) {
+    stopFreq--;
+  }
+
+  if (FDKsbrEnc_getSbrStopFreqRAW( stopFreq, sampleRateCore) > maxStopFreqRaw)
+    return -1;
+
+  err = FDKsbrEnc_FindStartAndStopBand (
+                sampleRateCore<<(downSampleFactor-1),
+                sampleRateCore,
+                32<<(downSampleFactor-1),
+                startFreq,
+                stopFreq,
+               &startBand,
+               &stopBand
+                );
+  if (err)
+    return -1;
+
+  return stopFreq;
+}
+
+
+/***************************************************************************/
+/*!
+
+  \brief  tells us, if for the given coreCoder, bitrate, number of channels
+          and input sampling rate an SBR setting is available. If yes, it
+          tells us also the core sampling rate we would need to run with
+
+  \return a flag indicating success: yes (1) or no (0)
+
+****************************************************************************/
+static UINT
+FDKsbrEnc_IsSbrSettingAvail (
+        UINT bitrate,           /*! the total bitrate in bits/sec */
+        UINT vbrMode,           /*! the vbr paramter, 0 means constant bitrate */
+        UINT numOutputChannels, /*! the number of channels for the core coder */
+        UINT sampleRateInput,   /*! the input sample rate [in Hz] */
+        UINT sampleRateCore,    /*! the core's sampling rate */
+        AUDIO_OBJECT_TYPE core
+        )
+{
+  INT idx = INVALID_TABLE_IDX;
+
+  if (sampleRateInput < 16000)
+    return 0;
+
+  if (bitrate==0) {
+    /* map vbr quality to bitrate */
+    if (vbrMode < 30)
+      bitrate = 24000;
+    else if (vbrMode < 40)
+      bitrate = 28000;
+    else if (vbrMode < 60)
+      bitrate = 32000;
+    else if (vbrMode < 75)
+      bitrate = 40000;
+    else
+      bitrate = 48000;
+    bitrate *= numOutputChannels;
+  }
+
+  idx = getSbrTuningTableIndex(bitrate, numOutputChannels, sampleRateCore, core, NULL);
+
+  return (idx == INVALID_TABLE_IDX ? 0 : 1);
+}
+
+
+/***************************************************************************/
+/*!
+
+  \brief  Adjusts the SBR settings according to the chosen core coder
+          settings which are accessible via config->codecSettings
+
+  \return A flag indicating success: yes (1) or no (0)
+
+****************************************************************************/
+static UINT
+FDKsbrEnc_AdjustSbrSettings (const sbrConfigurationPtr config, /*! output, modified */
+                   UINT bitRate,             /*! the total bitrate in bits/sec */
+                   UINT numChannels,         /*! the core coder number of channels */
+                   UINT sampleRateCore,      /*! the core coder sampling rate in Hz */
+                   UINT sampleRateSbr,       /*! the sbr coder sampling rate in Hz */
+                   UINT transFac,            /*! the short block to long block ratio */
+                   UINT standardBitrate,     /*! the standard bitrate per channel in bits/sec */
+                   UINT vbrMode,             /*! the vbr paramter, 0 poor quality .. 100 high quality*/
+                   UINT useSpeechConfig,     /*!< adapt tuning parameters for speech ? */
+                   UINT lcsMode,             /*! the low complexity stereo mode */
+                   UINT bParametricStereo,   /*!< use parametric stereo */
+                   AUDIO_OBJECT_TYPE core)   /* Core audio codec object type */
+{
+  INT idx = INVALID_TABLE_IDX;
+  /* set the core codec settings */
+  config->codecSettings.bitRate         = bitRate;
+  config->codecSettings.nChannels       = numChannels;
+  config->codecSettings.sampleFreq      = sampleRateCore;
+  config->codecSettings.transFac        = transFac;
+  config->codecSettings.standardBitrate = standardBitrate;
+
+  if (bitRate==0) {
+    /* map vbr quality to bitrate */
+    if (vbrMode < 30)
+      bitRate = 24000;
+    else if (vbrMode < 40)
+      bitRate = 28000;
+    else if (vbrMode < 60)
+      bitRate = 32000;
+    else if (vbrMode < 75)
+      bitRate = 40000;
+    else
+      bitRate = 48000;
+    bitRate *= numChannels;
+    /* fix to enable mono vbrMode<40 @ 44.1 of 48kHz */
+    if (numChannels==1) {
+      if (sampleRateSbr==44100 || sampleRateSbr==48000) {
+        if (vbrMode<40) bitRate = 32000;
+      }
+    }
+  }
+
+  idx = getSbrTuningTableIndex(bitRate,numChannels,sampleRateCore, core, NULL);
+
+  if (idx != INVALID_TABLE_IDX) {
+    config->startFreq       = sbrTuningTable[idx].startFreq ;
+    config->stopFreq        = sbrTuningTable[idx].stopFreq ;
+    if (useSpeechConfig) {
+      config->startFreq     = sbrTuningTable[idx].startFreqSpeech;
+      config->stopFreq      = sbrTuningTable[idx].stopFreqSpeech;
+    }
+
+    /* Adapt stop frequency in case of downsampled SBR - only 32 bands then */
+    if (1 == config->downSampleFactor) {
+      INT dsStopFreq = FDKsbrEnc_GetDownsampledStopFreq(
+                               sampleRateCore,
+                               config->startFreq,
+                               config->stopFreq,
+                               config->downSampleFactor
+                               );
+      if (dsStopFreq < 0) {
+        return 0;
+      }
+
+      config->stopFreq = dsStopFreq;
+    }
+
+    config->sbr_noise_bands = sbrTuningTable[idx].numNoiseBands ;
+    if (core == AOT_ER_AAC_ELD)
+      config->init_amp_res_FF = SBR_AMP_RES_1_5;
+    config->noiseFloorOffset= sbrTuningTable[idx].noiseFloorOffset;
+
+    config->ana_max_level   = sbrTuningTable[idx].noiseMaxLevel ;
+    config->stereoMode      = sbrTuningTable[idx].stereoMode ;
+    config->freqScale       = sbrTuningTable[idx].freqScale ;
+
+    /* adjust usage of parametric coding dependent on bitrate and speech config flag */
+    if (useSpeechConfig)
+      config->parametricCoding  = 0;
+
+    if (core == AOT_ER_AAC_ELD) {
+      if (bitRate < 28000)
+        config->init_amp_res_FF = SBR_AMP_RES_3_0;
+      config->SendHeaderDataTime = -1;
+    }
+
+    if (numChannels == 1) {
+      if (bitRate < 16000) {
+        config->parametricCoding  = 0;
+      }
+    }
+    else {
+      if (bitRate < 20000) {
+        config->parametricCoding  = 0;
+      }
+    }
+
+    config->useSpeechConfig = useSpeechConfig;
+
+    /* PS settings */
+    config->bParametricStereo = bParametricStereo;
+
+    return 1 ;
+  }
+  else {
+    return 0 ;
+  }
+}
+
+/*****************************************************************************
+
+ functionname: FDKsbrEnc_InitializeSbrDefaults
+ description:  initializes the SBR confifuration
+ returns:      error status
+ input:        - core codec type,
+               - factor of SBR to core frame length,
+               - core frame length
+ output:       initialized SBR configuration
+
+*****************************************************************************/
+static UINT
+FDKsbrEnc_InitializeSbrDefaults (sbrConfigurationPtr config,
+                                 INT                 downSampleFactor,
+                                 UINT                codecGranuleLen
+                                 )
+{
+    if ( (downSampleFactor < 1 || downSampleFactor > 2) ||
+         (codecGranuleLen*downSampleFactor > QMF_CHANNELS*QMF_MAX_TIME_SLOTS) )
+       return(0); /* error */
+
+    config->SendHeaderDataTime     = 1000;
+    config->useWaveCoding          = 0;
+    config->crcSbr                 = 0;
+    config->dynBwSupported         = 1;
+    config->tran_thr               = 13000;
+    config->parametricCoding       = 1;
+
+    config->sbrFrameSize           = codecGranuleLen * downSampleFactor;
+    config->downSampleFactor       = downSampleFactor;
+
+    /* sbr default parameters */
+    config->sbr_data_extra         = 0;
+    config->amp_res                = SBR_AMP_RES_3_0 ;
+    config->tran_fc                = 0 ;
+    config->tran_det_mode          = 1 ;
+    config->spread                 = 1 ;
+    config->stat                   = 0 ;
+    config->e                      = 1 ;
+    config->deltaTAcrossFrames     = 1 ;
+    config->dF_edge_1stEnv         = FL2FXCONST_DBL(0.3f) ;
+    config->dF_edge_incr           = FL2FXCONST_DBL(0.3f) ;
+
+    config->sbr_invf_mode   = INVF_SWITCHED;
+    config->sbr_xpos_mode   = XPOS_LC;
+    config->sbr_xpos_ctrl   = SBR_XPOS_CTRL_DEFAULT;
+    config->sbr_xpos_level  = 0;
+    config->useSaPan        = 0;
+    config->dynBwEnabled    = 0;
+
+
+    /* the following parameters are overwritten by the FDKsbrEnc_AdjustSbrSettings() function since
+       they are included in the tuning table */
+    config->stereoMode             = SBR_SWITCH_LRC;
+    config->ana_max_level          = 6;
+    config->noiseFloorOffset       = 0;
+    config->startFreq              = 5; /*  5.9 respectively  6.0 kHz at fs = 44.1/48 kHz */
+    config->stopFreq               = 9; /* 16.2 respectively 16.8 kHz at fs = 44.1/48 kHz */
+
+
+    /* header_extra_1 */
+    config->freqScale       = SBR_FREQ_SCALE_DEFAULT;
+    config->alterScale      = SBR_ALTER_SCALE_DEFAULT;
+    config->sbr_noise_bands = SBR_NOISE_BANDS_DEFAULT;
+
+    /* header_extra_2 */
+    config->sbr_limiter_bands    = SBR_LIMITER_BANDS_DEFAULT;
+    config->sbr_limiter_gains    = SBR_LIMITER_GAINS_DEFAULT;
+    config->sbr_interpol_freq    = SBR_INTERPOL_FREQ_DEFAULT;
+    config->sbr_smoothing_length = SBR_SMOOTHING_LENGTH_DEFAULT;
+
+    return 1;
+}
+
+
+/*****************************************************************************
+
+ functionname: DeleteEnvChannel
+ description:  frees memory of one SBR channel
+ returns:      -
+ input:        handle of channel
+ output:       released handle
+
+*****************************************************************************/
+static void
+deleteEnvChannel (HANDLE_ENV_CHANNEL hEnvCut)
+{
+  if (hEnvCut) {
+
+    FDKsbrEnc_DeleteTonCorrParamExtr(&hEnvCut->TonCorr);
+
+    FDKsbrEnc_deleteExtractSbrEnvelope (&hEnvCut->sbrExtractEnvelope);
+  }
+
+}
+
+
+/*****************************************************************************
+
+ functionname: sbrEncoder_ChannelClose
+ description:  close the channel coding handle
+ returns:
+ input:        phSbrChannel
+ output:
+
+*****************************************************************************/
+static void
+sbrEncoder_ChannelClose(HANDLE_SBR_CHANNEL hSbrChannel)
+{
+  if (hSbrChannel != NULL)
+  {
+    deleteEnvChannel (&hSbrChannel->hEnvChannel);
+  }
+}
+
+/*****************************************************************************
+
+ functionname: sbrEncoder_ElementClose
+ description:  close the channel coding handle
+ returns:
+ input:        phSbrChannel
+ output:
+
+*****************************************************************************/
+static void
+sbrEncoder_ElementClose(HANDLE_SBR_ELEMENT *phSbrElement)
+{
+  HANDLE_SBR_ELEMENT hSbrElement = *phSbrElement;
+
+  if (hSbrElement!=NULL) {
+    if (hSbrElement->sbrConfigData.v_k_master)
+      FreeRam_Sbr_v_k_master(&hSbrElement->sbrConfigData.v_k_master);
+    if (hSbrElement->sbrConfigData.freqBandTable[LO])
+      FreeRam_Sbr_freqBandTableLO(&hSbrElement->sbrConfigData.freqBandTable[LO]);
+    if (hSbrElement->sbrConfigData.freqBandTable[HI])
+      FreeRam_Sbr_freqBandTableHI(&hSbrElement->sbrConfigData.freqBandTable[HI]);
+
+    FreeRam_SbrElement(phSbrElement);
+  }
+  return ;
+
+}
+
+
+void sbrEncoder_Close (HANDLE_SBR_ENCODER *phSbrEncoder)
+{
+  HANDLE_SBR_ENCODER hSbrEncoder = *phSbrEncoder;
+
+  if (hSbrEncoder != NULL)
+  {
+    int el, ch;
+
+    for (el=0; el<(8); el++)
+    {
+      if (hSbrEncoder->sbrElement[el]!=NULL) {
+        sbrEncoder_ElementClose(&hSbrEncoder->sbrElement[el]);
+      }
+    }
+
+    /* Close sbr Channels */
+    for (ch=0; ch<(8); ch++)
+    {
+      if (hSbrEncoder->pSbrChannel[ch]) {
+        sbrEncoder_ChannelClose(hSbrEncoder->pSbrChannel[ch]);
+        FreeRam_SbrChannel(&hSbrEncoder->pSbrChannel[ch]);
+      }
+
+      if (hSbrEncoder->QmfAnalysis[ch].FilterStates)
+        FreeRam_Sbr_QmfStatesAnalysis((FIXP_QAS**)&hSbrEncoder->QmfAnalysis[ch].FilterStates);
+
+
+    }
+
+    if (hSbrEncoder->hParametricStereo)
+      PSEnc_Destroy(&hSbrEncoder->hParametricStereo);
+    if (hSbrEncoder->qmfSynthesisPS.FilterStates)
+      FreeRam_PsQmfStatesSynthesis((FIXP_DBL**)&hSbrEncoder->qmfSynthesisPS.FilterStates);
+
+    /* Release Overlay */
+    FreeRam_SbrDynamic_RAM((FIXP_DBL**)&hSbrEncoder->pSBRdynamic_RAM);
+
+
+    FreeRam_SbrEncoder(phSbrEncoder);
+  }
+
+}
+
+/*****************************************************************************
+
+ functionname: updateFreqBandTable
+ description:  updates vk_master
+ returns:      -
+ input:        config handle
+ output:       error info
+
+*****************************************************************************/
+static INT updateFreqBandTable(
+        HANDLE_SBR_CONFIG_DATA  sbrConfigData,
+        HANDLE_SBR_HEADER_DATA  sbrHeaderData,
+        const INT               downSampleFactor
+        )
+{
+  INT k0, k2;
+
+  if( FDKsbrEnc_FindStartAndStopBand (
+              sbrConfigData->sampleFreq,
+              sbrConfigData->sampleFreq >> (downSampleFactor-1),
+              sbrConfigData->noQmfBands,
+              sbrHeaderData->sbr_start_frequency,
+              sbrHeaderData->sbr_stop_frequency,
+             &k0,
+             &k2
+              )
+    )
+    return(1);
+
+
+  if( FDKsbrEnc_UpdateFreqScale(
+              sbrConfigData->v_k_master,
+             &sbrConfigData->num_Master,
+              k0,
+              k2,
+              sbrHeaderData->freqScale,
+              sbrHeaderData->alterScale
+              )
+    )
+    return(1);
+
+
+  sbrHeaderData->sbr_xover_band=0;
+
+
+  if( FDKsbrEnc_UpdateHiRes(
+              sbrConfigData->freqBandTable[HI],
+              &sbrConfigData->nSfb[HI],
+              sbrConfigData->v_k_master,
+              sbrConfigData->num_Master,
+              &sbrHeaderData->sbr_xover_band
+              )
+    )
+    return(1);
+
+
+  FDKsbrEnc_UpdateLoRes(
+          sbrConfigData->freqBandTable[LO],
+          &sbrConfigData->nSfb[LO],
+          sbrConfigData->freqBandTable[HI],
+          sbrConfigData->nSfb[HI]
+          );
+
+
+  sbrConfigData->xOverFreq = (sbrConfigData->freqBandTable[LOW_RES][0] * sbrConfigData->sampleFreq / sbrConfigData->noQmfBands+1)>>1;
+
+  return (0);
+}
+
+
+/*****************************************************************************
+
+ functionname: resetEnvChannel
+ description:  resets parameters and allocates memory
+ returns:      error status
+ input:
+ output:       hEnv
+
+*****************************************************************************/
+static INT resetEnvChannel (HANDLE_SBR_CONFIG_DATA  sbrConfigData,
+                            HANDLE_SBR_HEADER_DATA  sbrHeaderData,
+                            HANDLE_ENV_CHANNEL      hEnv)
+{
+  /* note !!! hEnv->encEnvData.noOfnoisebands will be updated later in function FDKsbrEnc_extractSbrEnvelope !!!*/
+  hEnv->TonCorr.sbrNoiseFloorEstimate.noiseBands =  sbrHeaderData->sbr_noise_bands;
+
+
+  if(FDKsbrEnc_ResetTonCorrParamExtr(&hEnv->TonCorr,
+                           sbrConfigData->xposCtrlSwitch,
+                           sbrConfigData->freqBandTable[HI][0],
+                           sbrConfigData->v_k_master,
+                           sbrConfigData->num_Master,
+                           sbrConfigData->sampleFreq,
+                           sbrConfigData->freqBandTable,
+                           sbrConfigData->nSfb,
+                           sbrConfigData->noQmfBands))
+    return(1);
+
+  hEnv->sbrCodeNoiseFloor.nSfb[LO] = hEnv->TonCorr.sbrNoiseFloorEstimate.noNoiseBands;
+  hEnv->sbrCodeNoiseFloor.nSfb[HI] = hEnv->TonCorr.sbrNoiseFloorEstimate.noNoiseBands;
+
+  hEnv->sbrCodeEnvelope.nSfb[LO] = sbrConfigData->nSfb[LO];
+  hEnv->sbrCodeEnvelope.nSfb[HI] = sbrConfigData->nSfb[HI];
+
+  hEnv->encEnvData.noHarmonics = sbrConfigData->nSfb[HI];
+
+  hEnv->sbrCodeEnvelope.upDate = 0;
+  hEnv->sbrCodeNoiseFloor.upDate = 0;
+
+  return (0);
+}
+
+/* ****************************** FDKsbrEnc_SbrGetXOverFreq ******************************/
+/**
+ * @fn
+ * @brief       calculates the closest possible crossover frequency
+ * @return      the crossover frequency SBR accepts
+ *
+ */
+static INT
+FDKsbrEnc_SbrGetXOverFreq(HANDLE_SBR_ELEMENT  hEnv,        /*!< handle to SBR encoder instance */
+                          INT                 xoverFreq)   /*!< from core coder suggested crossover frequency */
+{
+  INT band;
+  INT lastDiff, newDiff;
+  INT cutoffSb;
+
+  UCHAR *RESTRICT pVKMaster = hEnv->sbrConfigData.v_k_master;
+
+  /* Check if there is a matching cutoff frequency in the master table */
+  cutoffSb = (4*xoverFreq * hEnv->sbrConfigData.noQmfBands / hEnv->sbrConfigData.sampleFreq + 1)>>1;
+  lastDiff = cutoffSb;
+  for (band = 0; band < hEnv->sbrConfigData.num_Master; band++) {
+
+    newDiff = fixp_abs((INT)pVKMaster[band] - cutoffSb);
+
+    if(newDiff >= lastDiff) {
+      band--;
+      break;
+    }
+
+    lastDiff = newDiff;
+  }
+
+  return ((pVKMaster[band] * hEnv->sbrConfigData.sampleFreq/hEnv->sbrConfigData.noQmfBands+1)>>1);
+}
+
+/*****************************************************************************
+
+ functionname: FDKsbrEnc_EnvEncodeFrame
+ description: performs the sbr envelope calculation for one element
+ returns:
+ input:
+ output:
+
+*****************************************************************************/
+INT
+FDKsbrEnc_EnvEncodeFrame(HANDLE_SBR_ENCODER   hEnvEncoder,
+                         int                  iElement,
+                         INT_PCM             *samples,                 /*!< time samples, always interleaved */
+                         UINT                 timeInStride,            /*!< time buffer channel interleaving stride */
+                         UINT                *sbrDataBits,             /*!< Size of SBR payload  */
+                         UCHAR               *sbrData,                 /*!< SBR payload  */
+                         int                  clearOutput              /*!< Do not consider any input signal */
+                        )
+{
+  HANDLE_SBR_ELEMENT hSbrElement = hEnvEncoder->sbrElement[iElement];
+  FDK_CRCINFO  crcInfo;
+  INT    crcReg;
+  INT    ch;
+  INT    band;
+  INT    cutoffSb;
+  INT    newXOver;
+
+  if (hEnvEncoder == NULL)
+    return -1;
+
+  hSbrElement = hEnvEncoder->sbrElement[iElement];
+
+  if (hSbrElement == NULL)
+    return -1;
+
+
+  /* header bitstream handling */
+  HANDLE_SBR_BITSTREAM_DATA sbrBitstreamData = &hSbrElement->sbrBitstreamData;
+
+  INT psHeaderActive = 0;
+  sbrBitstreamData->HeaderActive = 0;
+
+  /* Anticipate PS header because of internal PS bitstream delay in order to be in sync with SBR header. */
+  if ( sbrBitstreamData->CountSendHeaderData==(sbrBitstreamData->NrSendHeaderData-1) )
+  {
+      psHeaderActive = 1;
+  }
+
+  /* Signal SBR header to be written into bitstream */
+  if ( sbrBitstreamData->CountSendHeaderData==0  )
+  {
+     sbrBitstreamData->HeaderActive = 1;
+  }
+
+  /* Increment header interval counter */
+  if (sbrBitstreamData->NrSendHeaderData == 0) {
+    sbrBitstreamData->CountSendHeaderData = 1;
+  }
+  else {
+    if (sbrBitstreamData->CountSendHeaderData >= 0) {
+      sbrBitstreamData->CountSendHeaderData++;
+      sbrBitstreamData->CountSendHeaderData %= sbrBitstreamData->NrSendHeaderData;
+    }
+  }
+
+  if (hSbrElement->CmonData.dynBwEnabled ) {
+    INT i;
+    for ( i = 4; i > 0; i-- )
+      hSbrElement->dynXOverFreqDelay[i] = hSbrElement->dynXOverFreqDelay[i-1];
+
+    hSbrElement->dynXOverFreqDelay[0] = hSbrElement->CmonData.dynXOverFreqEnc;
+    if (hSbrElement->dynXOverFreqDelay[1] > hSbrElement->dynXOverFreqDelay[2])
+      newXOver = hSbrElement->dynXOverFreqDelay[2];
+    else
+      newXOver = hSbrElement->dynXOverFreqDelay[1];
+
+    /* has the crossover frequency changed? */
+    if ( hSbrElement->sbrConfigData.dynXOverFreq != newXOver ) {
+
+      /* get corresponding master band */
+      cutoffSb = ((4* newXOver * hSbrElement->sbrConfigData.noQmfBands
+                  / hSbrElement->sbrConfigData.sampleFreq)+1)>>1;
+
+      for ( band = 0; band < hSbrElement->sbrConfigData.num_Master; band++ ) {
+        if ( cutoffSb == hSbrElement->sbrConfigData.v_k_master[band] )
+          break;
+      }
+      FDK_ASSERT( band < hSbrElement->sbrConfigData.num_Master );
+
+      hSbrElement->sbrConfigData.dynXOverFreq = newXOver;
+      hSbrElement->sbrHeaderData.sbr_xover_band = band;
+      hSbrElement->sbrBitstreamData.HeaderActive=1;
+      psHeaderActive = 1; /* ps header is one frame delayed */
+
+      /*
+        update vk_master table
+      */
+      if(updateFreqBandTable(&hSbrElement->sbrConfigData,
+                             &hSbrElement->sbrHeaderData,
+                             hEnvEncoder->downSampleFactor
+                             ))
+        return(1);
+
+
+      /* reset SBR channels */
+      INT nEnvCh = hSbrElement->sbrConfigData.nChannels;
+      for ( ch = 0; ch < nEnvCh; ch++ ) {
+        if(resetEnvChannel (&hSbrElement->sbrConfigData,
+                            &hSbrElement->sbrHeaderData,
+                            &hSbrElement->sbrChannel[ch]->hEnvChannel))
+          return(1);
+
+      }
+    }
+  }
+
+  /*
+    allocate space for dummy header and crc
+  */
+  crcReg = FDKsbrEnc_InitSbrBitstream(&hSbrElement->CmonData,
+                                       hSbrElement->payloadDelayLine[hEnvEncoder->nBitstrDelay],
+                                       MAX_PAYLOAD_SIZE*sizeof(UCHAR),
+                                      &crcInfo,
+                                       hSbrElement->sbrConfigData.sbrSyntaxFlags);
+
+  /* Temporal Envelope Data */
+  SBR_FRAME_TEMP_DATA _fData;
+  SBR_FRAME_TEMP_DATA *fData = &_fData;
+  SBR_ENV_TEMP_DATA eData[MAX_NUM_CHANNELS];
+
+  /* Init Temporal Envelope Data */
+  {
+    int i;
+
+    FDKmemclear(&eData[0], sizeof(SBR_ENV_TEMP_DATA));
+    FDKmemclear(&eData[1], sizeof(SBR_ENV_TEMP_DATA));
+    FDKmemclear(fData, sizeof(SBR_FRAME_TEMP_DATA));
+
+    for(i=0; i<MAX_NUM_NOISE_VALUES; i++)
+      fData->res[i] = FREQ_RES_HIGH;
+  }
+
+
+  if (!clearOutput)
+  {
+    /*
+     * Transform audio data into QMF domain
+     */
+    for(ch = 0; ch < hSbrElement->sbrConfigData.nChannels; ch++)
+    {
+      HANDLE_ENV_CHANNEL h_envChan = &hSbrElement->sbrChannel[ch]->hEnvChannel;
+      HANDLE_SBR_EXTRACT_ENVELOPE sbrExtrEnv = &h_envChan->sbrExtractEnvelope;
+
+      if(hSbrElement->elInfo.fParametricStereo == 0)
+      {
+        QMF_SCALE_FACTOR tmpScale;
+        FIXP_DBL **pQmfReal, **pQmfImag;
+        C_AALLOC_SCRATCH_START(qmfWorkBuffer, FIXP_DBL, QMF_CHANNELS*2)
+
+
+        /* Obtain pointers to QMF buffers. */
+        pQmfReal = sbrExtrEnv->rBuffer;
+        pQmfImag = sbrExtrEnv->iBuffer;
+
+        qmfAnalysisFiltering( hSbrElement->hQmfAnalysis[ch],
+                               pQmfReal,
+                               pQmfImag,
+                              &tmpScale,
+                               samples + hSbrElement->elInfo.ChannelIndex[ch],
+                               timeInStride,
+                               qmfWorkBuffer );
+
+        h_envChan->qmfScale = tmpScale.lb_scale + 7;
+
+
+        C_AALLOC_SCRATCH_END(qmfWorkBuffer, FIXP_DBL, QMF_CHANNELS*2)
+
+      } /* fParametricStereo == 0 */
+
+
+      /*
+        Parametric Stereo processing
+      */
+      if (hSbrElement->elInfo.fParametricStereo)
+      {
+        INT error = noError;
+
+
+        /* Limit Parametric Stereo to one instance */
+        FDK_ASSERT(ch == 0);
+
+
+        if(error == noError){
+          /* parametric stereo processing:
+             - input:
+               o left and right time domain samples
+             - processing:
+               o stereo qmf analysis
+               o stereo hybrid analysis
+               o ps parameter extraction
+               o downmix + hybrid synthesis
+             - output:
+               o downmixed qmf data is written to sbrExtrEnv->rBuffer and sbrExtrEnv->iBuffer
+          */
+          SCHAR qmfScale;
+          INT_PCM* pSamples[2] = {samples + hSbrElement->elInfo.ChannelIndex[0],samples + hSbrElement->elInfo.ChannelIndex[1]};
+          error = FDKsbrEnc_PSEnc_ParametricStereoProcessing( hEnvEncoder->hParametricStereo,
+                                                              pSamples,
+                                                              timeInStride,
+                                                              hSbrElement->hQmfAnalysis,
+                                                              sbrExtrEnv->rBuffer,
+                                                              sbrExtrEnv->iBuffer,
+                                                              samples + hSbrElement->elInfo.ChannelIndex[ch],
+                                                             &hEnvEncoder->qmfSynthesisPS,
+                                                             &qmfScale,
+                                                              psHeaderActive );
+          if (noError != error)
+          {
+            error = handBack(error);
+          }
+          h_envChan->qmfScale = (int)qmfScale;
+        }
+
+
+      } /* if (hEnvEncoder->hParametricStereo) */
+
+      /*
+
+         Extract Envelope relevant things from QMF data
+
+      */
+      FDKsbrEnc_extractSbrEnvelope1(
+                                &hSbrElement->sbrConfigData,
+                                &hSbrElement->sbrHeaderData,
+                                &hSbrElement->sbrBitstreamData,
+                                 h_envChan,
+                                &hSbrElement->CmonData,
+                                &eData[ch],
+                                 fData
+                                 );
+
+    } /* hEnvEncoder->sbrConfigData.nChannels */
+ }
+
+  /*
+     Process Envelope relevant things and calculate envelope data and write payload
+  */
+  FDKsbrEnc_extractSbrEnvelope2(
+                                &hSbrElement->sbrConfigData,
+                                &hSbrElement->sbrHeaderData,
+                                (hSbrElement->elInfo.fParametricStereo) ? hEnvEncoder->hParametricStereo : NULL,
+                                &hSbrElement->sbrBitstreamData,
+                                &hSbrElement->sbrChannel[0]->hEnvChannel,
+                                &hSbrElement->sbrChannel[1]->hEnvChannel,
+                                &hSbrElement->CmonData,
+                                 eData,
+                                 fData,
+                                 clearOutput
+                               );
+
+  /*
+    format payload, calculate crc
+  */
+  FDKsbrEnc_AssembleSbrBitstream(&hSbrElement->CmonData, &crcInfo, crcReg, hSbrElement->sbrConfigData.sbrSyntaxFlags);
+
+  /*
+    save new payload, set to zero length if greater than MAX_PAYLOAD_SIZE
+  */
+  hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay] = FDKgetValidBits(&hSbrElement->CmonData.sbrBitbuf);
+
+  if(hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay] > (MAX_PAYLOAD_SIZE<<3))
+    hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay]=0;
+
+  /* While filling the Delay lines, sbrData is NULL */
+  if (sbrData) {
+    *sbrDataBits = hSbrElement->payloadDelayLineSize[0];
+    FDKmemcpy(sbrData, hSbrElement->payloadDelayLine[0], (hSbrElement->payloadDelayLineSize[0]+7)>>3);
+
+
+  }
+
+
+/*******************************/
+
+  if (hEnvEncoder->fTimeDomainDownsampling)
+  {
+    int ch;
+    int nChannels = hSbrElement->sbrConfigData.nChannels;
+
+    for (ch=0; ch < nChannels; ch++)
+    {
+      INT nOutSamples;
+
+      FDKaacEnc_Downsample(&hSbrElement->sbrChannel[ch]->downSampler,
+                            samples + hSbrElement->elInfo.ChannelIndex[ch] + hEnvEncoder->bufferOffset,
+                            hSbrElement->sbrConfigData.frameSize,
+                            timeInStride,
+                            samples + hSbrElement->elInfo.ChannelIndex[ch],
+                           &nOutSamples,
+                            hEnvEncoder->nChannels);
+    }
+  } /* downsample */
+
+
+  return (0);
+}
+
+/*****************************************************************************
+
+ functionname: createEnvChannel
+ description:  initializes parameters and allocates memory
+ returns:      error status
+ input:
+ output:       hEnv
+
+*****************************************************************************/
+
+static INT
+createEnvChannel (HANDLE_ENV_CHANNEL     hEnv,
+                  INT                    channel
+                 ,UCHAR*                 dynamic_RAM
+                 )
+{
+  FDKmemclear(hEnv,sizeof (struct ENV_CHANNEL));
+
+  if ( FDKsbrEnc_CreateTonCorrParamExtr(&hEnv->TonCorr,
+                                         channel) )
+  {
+    return(1);
+  }
+
+  if ( FDKsbrEnc_CreateExtractSbrEnvelope (&hEnv->sbrExtractEnvelope,
+                               channel
+                              ,/*chan*/0
+                              ,dynamic_RAM
+                              ) )
+  {
+    return(1);
+  }
+
+  return 0;
+}
+
+/*****************************************************************************
+
+ functionname: initEnvChannel
+ description:  initializes parameters
+ returns:      error status
+ input:
+ output:
+
+*****************************************************************************/
+static INT
+initEnvChannel (  HANDLE_SBR_CONFIG_DATA sbrConfigData,
+                  HANDLE_SBR_HEADER_DATA sbrHeaderData,
+                  HANDLE_ENV_CHANNEL     hEnv,
+                  sbrConfigurationPtr    params,
+                  ULONG                  statesInitFlag
+                 ,INT                    chanInEl
+                 ,UCHAR*                 dynamic_RAM
+                 )
+{
+  int frameShift, tran_off=0;
+  INT e;
+  INT tran_fc;
+  INT timeSlots, timeStep, startIndex;
+  INT noiseBands[2] = { 3, 3 };
+
+  e = 1 << params->e;
+
+  FDK_ASSERT(params->e >= 0);
+
+  hEnv->encEnvData.freq_res_fixfix = 1;
+  hEnv->fLevelProtect = 0;
+
+  hEnv->encEnvData.ldGrid = (sbrConfigData->sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) ? 1 : 0;
+
+  hEnv->encEnvData.sbr_xpos_mode = (XPOS_MODE)params->sbr_xpos_mode;
+
+  if (hEnv->encEnvData.sbr_xpos_mode == XPOS_SWITCHED) {
+    /*
+       no other type than XPOS_MDCT or XPOS_SPEECH allowed,
+       but enable switching
+    */
+    sbrConfigData->switchTransposers = TRUE;
+    hEnv->encEnvData.sbr_xpos_mode = XPOS_MDCT;
+  }
+  else {
+    sbrConfigData->switchTransposers = FALSE;
+  }
+
+  hEnv->encEnvData.sbr_xpos_ctrl = params->sbr_xpos_ctrl;
+
+
+  /* extended data */
+  if(params->parametricCoding) {
+    hEnv->encEnvData.extended_data = 1;
+  }
+  else {
+    hEnv->encEnvData.extended_data = 0;
+  }
+
+  hEnv->encEnvData.extension_size = 0;
+
+  startIndex = QMF_FILTER_PROTOTYPE_SIZE - sbrConfigData->noQmfBands;
+
+  switch (params->sbrFrameSize) {
+  case 2304:
+    timeSlots = 18;
+    break;
+  case 2048:
+  case 1024:
+  case 512:
+    timeSlots = 16;
+    break;
+  case 1920:
+  case 960:
+  case 480:
+    timeSlots = 15;
+    break;
+  case 1152:
+    timeSlots = 9;
+    break;
+  default:
+    return (1); /* Illegal frame size */
+  }
+
+  timeStep = sbrConfigData->noQmfSlots / timeSlots;
+
+  if ( FDKsbrEnc_InitTonCorrParamExtr(params->sbrFrameSize,
+                                     &hEnv->TonCorr,
+                                      sbrConfigData,
+                                      timeSlots,
+                                      params->sbr_xpos_ctrl,
+                                      params->ana_max_level,
+                                      sbrHeaderData->sbr_noise_bands,
+                                      params->noiseFloorOffset,
+                                      params->useSpeechConfig) )
+    return(1);
+
+  hEnv->encEnvData.noOfnoisebands = hEnv->TonCorr.sbrNoiseFloorEstimate.noNoiseBands;
+
+  noiseBands[0] = hEnv->encEnvData.noOfnoisebands;
+  noiseBands[1] = hEnv->encEnvData.noOfnoisebands;
+
+  hEnv->encEnvData.sbr_invf_mode = (INVF_MODE)params->sbr_invf_mode;
+
+  if (hEnv->encEnvData.sbr_invf_mode == INVF_SWITCHED) {
+    hEnv->encEnvData.sbr_invf_mode = INVF_MID_LEVEL;
+    hEnv->TonCorr.switchInverseFilt = TRUE;
+  }
+  else {
+    hEnv->TonCorr.switchInverseFilt = FALSE;
+  }
+
+
+  tran_fc  = params->tran_fc;
+
+  if (tran_fc == 0) {
+    tran_fc = fixMin (5000, FDKsbrEnc_getSbrStartFreqRAW (sbrHeaderData->sbr_start_frequency,params->codecSettings.sampleFreq));
+  }
+
+  tran_fc = (tran_fc*4*sbrConfigData->noQmfBands/sbrConfigData->sampleFreq + 1)>>1;
+
+  if (sbrConfigData->sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) {
+    frameShift = LD_PRETRAN_OFF;
+    tran_off = LD_PRETRAN_OFF + FRAME_MIDDLE_SLOT_512LD*timeStep;
+  } else
+  {
+    frameShift = 0;
+    switch (timeSlots) {
+      /* The factor of 2 is by definition. */
+      case NUMBER_TIME_SLOTS_2048: tran_off = 8 + FRAME_MIDDLE_SLOT_2048 * timeStep; break;
+      case NUMBER_TIME_SLOTS_1920: tran_off = 7 + FRAME_MIDDLE_SLOT_1920 * timeStep; break;
+      default: return 1;
+    }
+  }
+  if ( FDKsbrEnc_InitExtractSbrEnvelope (&hEnv->sbrExtractEnvelope,
+                               sbrConfigData->noQmfSlots,
+                               sbrConfigData->noQmfBands, startIndex,
+                               timeSlots, timeStep, tran_off,
+                               statesInitFlag
+                              ,chanInEl
+                              ,dynamic_RAM
+                              ,sbrConfigData->sbrSyntaxFlags
+                               ) )
+    return(1);
+
+  if(FDKsbrEnc_InitSbrCodeEnvelope (&hEnv->sbrCodeEnvelope,
+                            sbrConfigData->nSfb,
+                            params->deltaTAcrossFrames,
+                            params->dF_edge_1stEnv,
+                            params->dF_edge_incr))
+    return(1);
+
+  if(FDKsbrEnc_InitSbrCodeEnvelope (&hEnv->sbrCodeNoiseFloor,
+                            noiseBands,
+                            params->deltaTAcrossFrames,
+                            0,0))
+    return(1);
+
+  sbrConfigData->initAmpResFF = params->init_amp_res_FF;
+
+  if(FDKsbrEnc_InitSbrHuffmanTables (&hEnv->encEnvData,
+                           &hEnv->sbrCodeEnvelope,
+                           &hEnv->sbrCodeNoiseFloor,
+                           sbrHeaderData->sbr_amp_res))
+   return(1);
+
+  FDKsbrEnc_initFrameInfoGenerator (&hEnv->SbrEnvFrame,
+                            params->spread,
+                            e,
+                            params->stat,
+                            timeSlots,
+                            hEnv->encEnvData.freq_res_fixfix
+                            ,hEnv->encEnvData.ldGrid
+                            );
+
+  if(FDKsbrEnc_InitSbrTransientDetector (&hEnv->sbrTransientDetector,
+                                          sbrConfigData->frameSize,
+                                          sbrConfigData->sampleFreq,
+                                          params,
+                                          tran_fc,
+                                          sbrConfigData->noQmfSlots,
+                                          sbrConfigData->noQmfBands,
+                                          hEnv->sbrExtractEnvelope.YBufferWriteOffset,
+                                          hEnv->sbrExtractEnvelope.YBufferSzShift,
+                                          frameShift,
+                                          tran_off
+                                          ))
+  return(1);
+
+
+  sbrConfigData->xposCtrlSwitch = params->sbr_xpos_ctrl;
+
+  hEnv->encEnvData.noHarmonics = sbrConfigData->nSfb[HI];
+  hEnv->encEnvData.addHarmonicFlag = 0;
+
+  return (0);
+}
+
+INT sbrEncoder_Open(
+        HANDLE_SBR_ENCODER  *phSbrEncoder,
+        INT                  nElements,
+        INT                  nChannels,
+        INT                  supportPS
+        )
+{
+  INT i;
+  INT errorStatus = 1;
+  HANDLE_SBR_ENCODER hSbrEncoder = NULL;
+
+  if (phSbrEncoder==NULL
+     )
+  {
+    goto bail;
+  }
+
+  hSbrEncoder = GetRam_SbrEncoder();
+  if (hSbrEncoder==NULL) {
+    goto bail;
+  }
+  FDKmemclear(hSbrEncoder, sizeof(SBR_ENCODER));
+
+      hSbrEncoder->pSBRdynamic_RAM = (UCHAR*)GetRam_SbrDynamic_RAM();
+      hSbrEncoder->dynamicRam = hSbrEncoder->pSBRdynamic_RAM;
+
+  for (i=0; i<nElements; i++) {
+    hSbrEncoder->sbrElement[i] = GetRam_SbrElement(i);
+    if (hSbrEncoder->sbrElement[i]==NULL) {
+        goto bail;
+    }
+    FDKmemclear(hSbrEncoder->sbrElement[i], sizeof(SBR_ELEMENT));
+    hSbrEncoder->sbrElement[i]->sbrConfigData.freqBandTable[LO] =  GetRam_Sbr_freqBandTableLO(i);
+    hSbrEncoder->sbrElement[i]->sbrConfigData.freqBandTable[HI] =  GetRam_Sbr_freqBandTableHI(i);
+    hSbrEncoder->sbrElement[i]->sbrConfigData.v_k_master        =  GetRam_Sbr_v_k_master(i);
+    if ( (hSbrEncoder->sbrElement[i]->sbrConfigData.freqBandTable[LO]==NULL) ||
+         (hSbrEncoder->sbrElement[i]->sbrConfigData.freqBandTable[HI]==NULL) ||
+         (hSbrEncoder->sbrElement[i]->sbrConfigData.v_k_master==NULL) )
+    {
+        goto bail;
+    }
+  }
+
+  for (i=0; i<nChannels; i++) {
+    hSbrEncoder->pSbrChannel[i] = GetRam_SbrChannel(i);
+    if (hSbrEncoder->pSbrChannel[i]==NULL) {
+        goto bail;
+    }
+
+    if ( createEnvChannel(&hSbrEncoder->pSbrChannel[i]->hEnvChannel,
+                           i
+                          ,hSbrEncoder->dynamicRam
+                           ) )
+    {
+        goto bail;
+    }
+
+  }
+
+  for (i=0; i<fixMax(nChannels,(supportPS)?2:0); i++) {
+    hSbrEncoder->QmfAnalysis[i].FilterStates = GetRam_Sbr_QmfStatesAnalysis(i);
+    if (hSbrEncoder->QmfAnalysis[i].FilterStates==NULL) {
+        goto bail;
+    }
+  }
+
+  if (supportPS) {
+    if (PSEnc_Create(&hSbrEncoder->hParametricStereo))
+    {
+      goto bail;
+    }
+
+    hSbrEncoder->qmfSynthesisPS.FilterStates = GetRam_PsQmfStatesSynthesis();
+    if (hSbrEncoder->qmfSynthesisPS.FilterStates==NULL) {
+      goto bail;
+    }
+  }  /* supportPS */
+
+  *phSbrEncoder = hSbrEncoder;
+
+  errorStatus = 0;
+  return errorStatus;
+
+bail:
+  /* Close SBR encoder instance */
+  sbrEncoder_Close(&hSbrEncoder);
+  return errorStatus;
+}
+
+static
+INT FDKsbrEnc_Reallocate(
+                    HANDLE_SBR_ENCODER   hSbrEncoder,
+                    SBR_ELEMENT_INFO     elInfo[(8)],
+                    const INT            noElements)
+{
+  INT totalCh = 0;
+  INT totalQmf = 0;
+  INT coreEl;
+  INT el=-1;
+
+  hSbrEncoder->lfeChIdx = -1; /* default value, until lfe found */
+
+  for (coreEl=0; coreEl<noElements; coreEl++)
+  {
+    /* SBR only handles SCE and CPE's */
+    if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
+      el++;
+    } else {
+      if (elInfo[coreEl].elType == ID_LFE) {
+          hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0];
+      }
+      continue;
+    }
+
+    SBR_ELEMENT_INFO    *pelInfo = &elInfo[coreEl];
+    HANDLE_SBR_ELEMENT  hSbrElement = hSbrEncoder->sbrElement[el];
+
+    int ch;
+    for ( ch = 0; ch < pelInfo->nChannelsInEl; ch++ ) {
+      hSbrElement->sbrChannel[ch] = hSbrEncoder->pSbrChannel[totalCh];
+      totalCh++;
+    }
+    /* analysis QMF */
+    for ( ch = 0; ch < ((pelInfo->fParametricStereo)?2:pelInfo->nChannelsInEl); ch++ ) {
+      hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch];
+      hSbrElement->hQmfAnalysis[ch] = &hSbrEncoder->QmfAnalysis[totalQmf++];
+    }
+
+    /* Copy Element info */
+    hSbrElement->elInfo.elType            = pelInfo->elType;
+    hSbrElement->elInfo.instanceTag       = pelInfo->instanceTag;
+    hSbrElement->elInfo.nChannelsInEl     = pelInfo->nChannelsInEl;
+    hSbrElement->elInfo.fParametricStereo = pelInfo->fParametricStereo;
+  } /* coreEl */
+
+  return 0;
+}
+
+
+
+/*****************************************************************************
+
+ functionname: FDKsbrEnc_EnvInit
+ description:  initializes parameters
+ returns:      error status
+ input:
+ output:       hEnv
+
+*****************************************************************************/
+static
+INT FDKsbrEnc_EnvInit (
+                       HANDLE_SBR_ELEMENT   hSbrElement,
+                       sbrConfigurationPtr params,
+                       INT      *coreBandWith,
+                       AUDIO_OBJECT_TYPE aot,
+                       int       nBitstrDelay,
+                       int       nElement,
+                       const int headerPeriod,
+                       ULONG     statesInitFlag,
+                       int       fTimeDomainDownsampling
+                      ,UCHAR    *dynamic_RAM
+                      )
+{
+  UCHAR    *bitstreamBuffer;
+  int ch, i;
+
+  if ((params->codecSettings.nChannels < 1) || (params->codecSettings.nChannels > MAX_NUM_CHANNELS)){
+    return(1);
+  }
+
+  /* initialize the encoder handle  and structs*/
+  bitstreamBuffer = hSbrElement->payloadDelayLine[nBitstrDelay];
+
+  /* init and set syntax flags */
+  hSbrElement->sbrConfigData.sbrSyntaxFlags = 0;
+
+  switch (aot) {
+  case AOT_DRM_MPEG_PS:
+  case AOT_DRM_SBR:
+    hSbrElement->sbrConfigData.sbrSyntaxFlags |= SBR_SYNTAX_SCALABLE;
+    hSbrElement->sbrConfigData.sbrSyntaxFlags |= SBR_SYNTAX_DRM_CRC;
+    hSbrElement->sbrConfigData.sbrSyntaxFlags |= SBR_SYNTAX_CRC;
+    break;
+  case AOT_ER_AAC_ELD:
+    hSbrElement->sbrConfigData.sbrSyntaxFlags |= SBR_SYNTAX_LOW_DELAY;
+    break;
+  default:
+    break;
+  }
+  if (params->crcSbr) {
+    hSbrElement->sbrConfigData.sbrSyntaxFlags |= SBR_SYNTAX_CRC;
+  }
+
+  hSbrElement->sbrConfigData.noQmfBands = QMF_CHANNELS>>(2-params->downSampleFactor);
+  switch (hSbrElement->sbrConfigData.noQmfBands)
+  {
+    case 64: hSbrElement->sbrConfigData.noQmfSlots = params->sbrFrameSize>>6;
+             break;
+    case 32: hSbrElement->sbrConfigData.noQmfSlots = params->sbrFrameSize>>5;
+             break;
+    default: hSbrElement->sbrConfigData.noQmfSlots = params->sbrFrameSize>>6;
+             return(2);
+  }
+
+  FDKinitBitStream(&hSbrElement->CmonData.sbrBitbuf, bitstreamBuffer, MAX_PAYLOAD_SIZE*sizeof(UCHAR), 0, BS_WRITER);
+
+  /*
+    now initialize sbrConfigData, sbrHeaderData and sbrBitstreamData,
+  */
+  hSbrElement->sbrConfigData.nChannels = params->codecSettings.nChannels;
+
+  if(params->codecSettings.nChannels == 2)
+     hSbrElement->sbrConfigData.stereoMode = params->stereoMode;
+  else
+     hSbrElement->sbrConfigData.stereoMode = SBR_MONO;
+
+  hSbrElement->sbrConfigData.frameSize   = params->sbrFrameSize;
+
+  hSbrElement->sbrConfigData.sampleFreq = params->downSampleFactor * params->codecSettings.sampleFreq;
+
+  hSbrElement->sbrBitstreamData.CountSendHeaderData = 0;
+  if (params->SendHeaderDataTime > 0 ) {
+
+    if (headerPeriod==-1) {
+
+      hSbrElement->sbrBitstreamData.NrSendHeaderData = (INT)(params->SendHeaderDataTime * hSbrElement->sbrConfigData.sampleFreq
+                                               / (1000 * hSbrElement->sbrConfigData.frameSize));
+      hSbrElement->sbrBitstreamData.NrSendHeaderData = fixMax(hSbrElement->sbrBitstreamData.NrSendHeaderData,1);
+    }
+    else {
+      /* assure header period at least once per second */
+      hSbrElement->sbrBitstreamData.NrSendHeaderData = fixMin(fixMax(headerPeriod,1),(hSbrElement->sbrConfigData.sampleFreq/hSbrElement->sbrConfigData.frameSize));
+    }
+  }
+  else {
+   hSbrElement->sbrBitstreamData.NrSendHeaderData = 0;
+  }
+
+  hSbrElement->sbrHeaderData.sbr_data_extra = params->sbr_data_extra;
+  hSbrElement->sbrBitstreamData.HeaderActive = 0;
+  hSbrElement->sbrHeaderData.sbr_start_frequency = params->startFreq;
+  hSbrElement->sbrHeaderData.sbr_stop_frequency  = params->stopFreq;
+  hSbrElement->sbrHeaderData.sbr_xover_band = 0;
+  hSbrElement->sbrHeaderData.sbr_lc_stereo_mode = 0;
+
+  /* data_extra */
+  if (params->sbr_xpos_ctrl!= SBR_XPOS_CTRL_DEFAULT)
+     hSbrElement->sbrHeaderData.sbr_data_extra = 1;
+
+  hSbrElement->sbrHeaderData.sbr_amp_res = (AMP_RES)params->amp_res;
+
+  /* header_extra_1 */
+  hSbrElement->sbrHeaderData.freqScale  = params->freqScale;
+  hSbrElement->sbrHeaderData.alterScale = params->alterScale;
+  hSbrElement->sbrHeaderData.sbr_noise_bands = params->sbr_noise_bands;
+  hSbrElement->sbrHeaderData.header_extra_1 = 0;
+
+  if ((params->freqScale != SBR_FREQ_SCALE_DEFAULT) ||
+      (params->alterScale != SBR_ALTER_SCALE_DEFAULT) ||
+      (params->sbr_noise_bands != SBR_NOISE_BANDS_DEFAULT))
+  {
+   hSbrElement->sbrHeaderData.header_extra_1 = 1;
+  }
+
+  /* header_extra_2 */
+  hSbrElement->sbrHeaderData.sbr_limiter_bands = params->sbr_limiter_bands;
+  hSbrElement->sbrHeaderData.sbr_limiter_gains = params->sbr_limiter_gains;
+
+  if ((hSbrElement->sbrConfigData.sampleFreq > 48000) &&
+      (hSbrElement->sbrHeaderData.sbr_start_frequency >= 9))
+  {
+    hSbrElement->sbrHeaderData.sbr_limiter_gains = SBR_LIMITER_GAINS_INFINITE;
+  }
+
+  hSbrElement->sbrHeaderData.sbr_interpol_freq = params->sbr_interpol_freq;
+  hSbrElement->sbrHeaderData.sbr_smoothing_length = params->sbr_smoothing_length;
+  hSbrElement->sbrHeaderData.header_extra_2 = 0;
+
+  if ((params->sbr_limiter_bands != SBR_LIMITER_BANDS_DEFAULT) ||
+      (params->sbr_limiter_gains != SBR_LIMITER_GAINS_DEFAULT) ||
+      (params->sbr_interpol_freq != SBR_INTERPOL_FREQ_DEFAULT) ||
+      (params->sbr_smoothing_length != SBR_SMOOTHING_LENGTH_DEFAULT))
+  {
+     hSbrElement->sbrHeaderData.header_extra_2 = 1;
+  }
+
+   /* other switches */
+  hSbrElement->sbrConfigData.useWaveCoding             = params->useWaveCoding;
+  hSbrElement->sbrConfigData.useParametricCoding       = params->parametricCoding;
+
+  /* init freq band table */
+  if(updateFreqBandTable(&hSbrElement->sbrConfigData,
+                         &hSbrElement->sbrHeaderData,
+                         params->downSampleFactor
+                         ))
+  {
+    return(1);
+  }
+
+  /* now create envelope ext and QMF for each available channel */
+  for ( ch = 0; ch < hSbrElement->sbrConfigData.nChannels; ch++ ) {
+
+     if ( initEnvChannel(&hSbrElement->sbrConfigData,
+                         &hSbrElement->sbrHeaderData,
+                         &hSbrElement->sbrChannel[ch]->hEnvChannel,
+                          params,
+                          statesInitFlag
+                        ,ch
+                        ,dynamic_RAM
+                         ) )
+     {
+       return(1);
+     }
+
+
+  } /* nChannels */
+
+  /* reset and intialize analysis qmf */
+  for ( ch = 0; ch < ((hSbrElement->elInfo.fParametricStereo)?2:hSbrElement->sbrConfigData.nChannels); ch++ )
+  {
+    int err;
+    UINT qmfFlags = (hSbrElement->sbrConfigData.sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) ? QMF_FLAG_CLDFB : 0;
+    if (statesInitFlag)
+      qmfFlags &= ~QMF_FLAG_KEEP_STATES;
+    else
+      qmfFlags |=  QMF_FLAG_KEEP_STATES;
+
+    err = qmfInitAnalysisFilterBank( hSbrElement->hQmfAnalysis[ch],
+                                     (FIXP_QAS*)hSbrElement->hQmfAnalysis[ch]->FilterStates,
+                                     hSbrElement->sbrConfigData.noQmfSlots,
+                                     hSbrElement->sbrConfigData.noQmfBands,
+                                     hSbrElement->sbrConfigData.noQmfBands,
+                                     hSbrElement->sbrConfigData.noQmfBands,
+                                     qmfFlags );
+    if (0!=err) {
+      return err;
+    }
+  }
+
+  /*  */
+  hSbrElement->CmonData.xOverFreq = hSbrElement->sbrConfigData.xOverFreq;
+  hSbrElement->CmonData.dynBwEnabled = (params->dynBwSupported && params->dynBwEnabled);
+  hSbrElement->CmonData.dynXOverFreqEnc = FDKsbrEnc_SbrGetXOverFreq( hSbrElement, hSbrElement->CmonData.xOverFreq);
+  for ( i = 0; i < 5; i++ )
+      hSbrElement->dynXOverFreqDelay[i] = hSbrElement->CmonData.dynXOverFreqEnc;
+  hSbrElement->CmonData.sbrNumChannels  = hSbrElement->sbrConfigData.nChannels;
+  hSbrElement->sbrConfigData.dynXOverFreq = hSbrElement->CmonData.xOverFreq;
+
+  /* Update Bandwith to be passed to the core encoder */
+  *coreBandWith = hSbrElement->CmonData.xOverFreq;
+
+  return(0);
+ }
+
+INT sbrEncoder_GetInBufferSize(int noChannels)
+{
+  INT temp;
+
+  temp = (2048);
+  temp += 1024 + MAX_SAMPLE_DELAY;
+  temp *= noChannels;
+  temp *= sizeof(INT_PCM);
+  return temp;
+}
+
+/*
+ * Encode Dummy SBR payload frames to fill the delay lines.
+ */
+static
+INT FDKsbrEnc_DelayCompensation (
+                                  HANDLE_SBR_ENCODER hEnvEnc,
+                                  INT_PCM *timeBuffer
+                                 )
+{
+    int n, el;
+
+    for (n=hEnvEnc->nBitstrDelay; n>0; n--)
+    {
+      for (el=0; el<hEnvEnc->noElements; el++)
+      {
+        if (FDKsbrEnc_EnvEncodeFrame(
+                                     hEnvEnc,
+                                     el,
+                                     timeBuffer + hEnvEnc->downsampledOffset,
+                                     hEnvEnc->sbrElement[el]->sbrConfigData.nChannels,
+                                     NULL,
+                                     NULL,
+                                     1
+                                    ))
+          return -1;
+      }
+      sbrEncoder_UpdateBuffers(hEnvEnc, timeBuffer);
+    }
+         return 0;
+}
+
+UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot)
+{
+  UINT newBitRate;
+  INT index;
+
+  FDK_ASSERT(numChannels > 0 && numChannels <= 2);
+  if (aot == AOT_PS) {
+    if (numChannels == 2) {
+      index = getPsTuningTableIndex(bitRate, &newBitRate);
+      if (index == INVALID_TABLE_IDX) {
+        bitRate = newBitRate;
+      }
+      /* Set numChannels to 1 because for PS we need a SBR SCE (mono) element. */
+      numChannels = 1;
+    } else {
+      return 0;
+    }
+  }
+  index = getSbrTuningTableIndex(bitRate, numChannels, coreSampleRate, aot, &newBitRate);
+  if (index != INVALID_TABLE_IDX) {
+    newBitRate = bitRate;
+  }
+
+  return newBitRate;
+}
+
+UINT sbrEncoder_IsSingleRatePossible(AUDIO_OBJECT_TYPE aot)
+{
+  UINT isPossible=(AOT_PS==aot)?0:1;
+  return isPossible;
+}
+
+INT sbrEncoder_Init(
+        HANDLE_SBR_ENCODER   hSbrEncoder,
+        SBR_ELEMENT_INFO     elInfo[(8)],
+        int                  noElements,
+        INT_PCM             *inputBuffer,
+        INT                 *coreBandwidth,
+        INT                 *inputBufferOffset,
+        INT                 *numChannels,
+        INT                 *coreSampleRate,
+        UINT                *downSampleFactor,
+        INT                 *frameLength,
+        AUDIO_OBJECT_TYPE    aot,
+        int                 *delay,
+        int                  transformFactor,
+        const int            headerPeriod,
+        ULONG                statesInitFlag
+        )
+{
+    HANDLE_ERROR_INFO errorInfo = noError;
+    sbrConfiguration sbrConfig[(8)];
+    INT error = 0;
+    INT lowestBandwidth;
+    /* Save input parameters */
+    INT inputSampleRate = *coreSampleRate;
+    int coreFrameLength = *frameLength;
+    int inputBandWidth = *coreBandwidth;
+    int inputChannels = *numChannels;
+
+    int downsampledOffset = 0;
+    int sbrOffset = 0;
+    int downsamplerDelay = 0;
+    int timeDomainDownsample = 0;
+    int nBitstrDelay = 0;
+    int highestSbrStartFreq, highestSbrStopFreq;
+    int lowDelay = 0;
+    int usePs = 0;
+
+    /* check whether SBR setting is available for the current encoder configuration (bitrate, samplerate) */
+    if (!sbrEncoder_IsSingleRatePossible(aot)) {
+      *downSampleFactor = 2;
+    }
+
+
+
+    if ( (aot==AOT_PS) || (aot==AOT_MP2_PS) || (aot==AOT_DABPLUS_PS) || (aot==AOT_DRM_MPEG_PS) ) {
+        usePs = 1;
+    }
+    if ( (aot==AOT_ER_AAC_ELD) ) {
+        lowDelay = 1;
+    }
+    else if ( (aot==AOT_ER_AAC_LD) ) {
+        error = 1;
+        goto bail;
+    }
+
+    /* Parametric Stereo */
+    if ( usePs ) {
+      if ( *numChannels == 2 && noElements == 1) {
+        /* Override Element type in case of Parametric stereo */
+        elInfo[0].elType = ID_SCE;
+        elInfo[0].fParametricStereo = 1;
+        elInfo[0].nChannelsInEl = 1;
+        /* core encoder gets downmixed mono signal */
+        *numChannels  = 1;
+      } else {
+        error = 1;
+        goto bail;
+      }
+    } /* usePs */
+
+    /* set the core's sample rate */
+    switch (*downSampleFactor) {
+    case 1:
+      *coreSampleRate = inputSampleRate;
+      break;
+    case 2:
+      *coreSampleRate = inputSampleRate>>1;
+      break;
+    default:
+      *coreSampleRate = inputSampleRate>>1;
+      return 0; /* return error */
+    }
+
+    /* check whether SBR setting is available for the current encoder configuration (bitrate, coreSampleRate) */
+    {
+      int delayDiff = 0;
+      int el, coreEl;
+
+      /* Check if every element config is feasible */
+      for (coreEl=0; coreEl<noElements; coreEl++)
+      {
+        /* SBR only handles SCE and CPE's */
+        if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) {
+          continue;
+        }
+        /* check if desired configuration is available */
+        if ( !FDKsbrEnc_IsSbrSettingAvail (elInfo[coreEl].bitRate, 0, elInfo[coreEl].nChannelsInEl, inputSampleRate, *coreSampleRate, aot) )
+        {
+            error = 1;
+            goto bail;
+        }
+      }
+
+      /* Determine Delay balancing and new encoder delay */
+      if (lowDelay) {
+        {
+        delayDiff = (*delay * *downSampleFactor) + DELAY_ELD2SBR(coreFrameLength,*downSampleFactor);
+        *delay = DELAY_ELDSBR(coreFrameLength,*downSampleFactor);
+        }
+      }
+      else if (usePs) {
+        delayDiff = (*delay * *downSampleFactor) + DELAY_AAC2PS(coreFrameLength,*downSampleFactor);
+        *delay = DELAY_PS(coreFrameLength,*downSampleFactor);
+      }
+      else {
+        delayDiff = DELAY_AAC2SBR(coreFrameLength,*downSampleFactor);
+        delayDiff += (*delay * *downSampleFactor);
+        *delay = DELAY_SBR(coreFrameLength,*downSampleFactor);
+      }
+
+      if (!usePs) {
+          timeDomainDownsample = *downSampleFactor-1;  /* activate time domain downsampler when downSampleFactor is != 1 */
+      }
+
+
+      /* Take care about downsampled data bound to the SBR path */
+      if (!timeDomainDownsample && delayDiff > 0) {
+        /*
+         * We must tweak the balancing into a situation where the downsampled path
+         * is the one to be delayed, because delaying the QMF domain input, also delays
+         * the downsampled audio, counteracting to the purpose of delay balancing.
+         */
+        while ( delayDiff > 0 )
+        {
+          /* Encoder delay increases */
+          {
+            *delay += coreFrameLength * *downSampleFactor;
+            /* Add one frame delay to SBR path */
+            delayDiff -= coreFrameLength * *downSampleFactor;
+          }
+          nBitstrDelay += 1;
+        }
+      } else
+      {
+        *delay += fixp_abs(delayDiff);
+      }
+
+      if (delayDiff < 0) {
+        /* Delay AAC data */
+        delayDiff = -delayDiff;
+        /* Multiply downsampled offset by AAC core channels. Divide by 2 because of half samplerate of downsampled data. */
+        FDK_ASSERT(*downSampleFactor>0 && *downSampleFactor<=2);
+        downsampledOffset = (delayDiff*(*numChannels))>>(*downSampleFactor-1);
+        sbrOffset = 0;
+      } else {
+        /* Delay SBR input */
+        if ( delayDiff > (int)coreFrameLength * (int)*downSampleFactor )
+        {
+          /* Do bitstream frame-wise delay balancing if we have more than SBR framelength samples delay difference */
+          delayDiff -= coreFrameLength * *downSampleFactor;
+          nBitstrDelay = 1;
+        }
+        /* Multiply input offset by input channels */
+        sbrOffset = delayDiff*(*numChannels);
+        downsampledOffset = 0;
+      }
+      hSbrEncoder->nBitstrDelay            = nBitstrDelay;
+      hSbrEncoder->nChannels               = *numChannels;
+      hSbrEncoder->frameSize               = coreFrameLength * *downSampleFactor;
+      hSbrEncoder->fTimeDomainDownsampling = timeDomainDownsample;
+      hSbrEncoder->downSampleFactor        = *downSampleFactor;
+      hSbrEncoder->estimateBitrate         = 0;
+      hSbrEncoder->inputDataDelay          = 0;
+
+
+      /* Open SBR elements */
+      el = -1;
+      highestSbrStartFreq = highestSbrStopFreq = 0;
+      lowestBandwidth = 99999;
+
+      /* Loop through each core encoder element and get a matching SBR element config */
+      for (coreEl=0; coreEl<noElements; coreEl++)
+      {
+        /* SBR only handles SCE and CPE's */
+        if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
+          el++;
+        } else {
+          continue;
+        }
+
+        /* Set parametric Stereo Flag. */
+        if (usePs) {
+          elInfo[coreEl].fParametricStereo = 1;
+        } else {
+          elInfo[coreEl].fParametricStereo = 0;
+        }
+
+        /*
+         * Init sbrConfig structure
+         */
+        if ( ! FDKsbrEnc_InitializeSbrDefaults ( &sbrConfig[el],
+                                                 *downSampleFactor,
+                                                  coreFrameLength
+                                                  ) )
+        {
+          error = 1;
+          goto bail;
+        }
+
+        /*
+         * Modify sbrConfig structure according to Element parameters
+         */
+        if ( ! FDKsbrEnc_AdjustSbrSettings (&sbrConfig[el],
+                                             elInfo[coreEl].bitRate,
+                                             elInfo[coreEl].nChannelsInEl,
+                                            *coreSampleRate,
+                                             inputSampleRate,
+                                             transformFactor,
+                                             24000,
+                                             0,
+                                             0,     /* useSpeechConfig */
+                                             0,     /* lcsMode */
+                                             usePs, /* bParametricStereo */
+                                             aot) )
+        {
+          error = 1;
+          goto bail;
+        }
+
+        /* Find common frequency border for all SBR elements */
+        highestSbrStartFreq = fixMax(highestSbrStartFreq, sbrConfig[el].startFreq);
+        highestSbrStopFreq = fixMax(highestSbrStopFreq, sbrConfig[el].stopFreq);
+
+      } /* first element loop */
+
+      /* Set element count (can be less than core encoder element count) */
+      hSbrEncoder->noElements = el+1;
+
+      FDKsbrEnc_Reallocate(hSbrEncoder,
+                           elInfo,
+                           noElements);
+
+      for (el=0; el<hSbrEncoder->noElements; el++) {
+
+        int bandwidth = *coreBandwidth;
+
+        /* Use lowest common bandwidth */
+        sbrConfig[el].startFreq = highestSbrStartFreq;
+        sbrConfig[el].stopFreq = highestSbrStopFreq;
+
+        /* initialize SBR element, and get core bandwidth */
+        error = FDKsbrEnc_EnvInit(hSbrEncoder->sbrElement[el],
+                                  &sbrConfig[el],
+                                  &bandwidth,
+                                   aot,
+                                   nBitstrDelay,
+                                   el,
+                                   headerPeriod,
+                                   statesInitFlag,
+                                   hSbrEncoder->fTimeDomainDownsampling
+                                  ,hSbrEncoder->dynamicRam
+                                  );
+
+        if (error != 0) {
+          error = 2;
+          goto bail;
+        }
+
+        /* Get lowest core encoder bandwidth to be returned later. */
+        lowestBandwidth = fixMin(lowestBandwidth, bandwidth);
+
+      } /* second element loop */
+
+      /* Initialize a downsampler for each channel in each SBR element */
+      if (hSbrEncoder->fTimeDomainDownsampling)
+      {
+        for (el=0; el<hSbrEncoder->noElements; el++)
+        {
+          HANDLE_SBR_ELEMENT hSbrEl = hSbrEncoder->sbrElement[el];
+          INT Wc, ch;
+
+          /* Calculated required normalized cutoff frequency (Wc = 1.0 -> lowestBandwidth = inputSampleRate/2) */
+          Wc = (2*lowestBandwidth)*1000 / inputSampleRate;
+
+          for (ch=0; ch<hSbrEl->elInfo.nChannelsInEl; ch++)
+          {
+            FDKaacEnc_InitDownsampler (&hSbrEl->sbrChannel[ch]->downSampler, Wc, *downSampleFactor);
+            FDK_ASSERT (hSbrEl->sbrChannel[ch]->downSampler.delay <=MAX_DS_FILTER_DELAY);
+          }
+
+          downsamplerDelay = hSbrEl->sbrChannel[0]->downSampler.delay;
+        } /* third element loop */
+
+        /* lfe */
+        FDKaacEnc_InitDownsampler (&hSbrEncoder->lfeDownSampler, 0, *downSampleFactor);
+
+        /* Add the resampler additional delay to get the final delay and buffer offset values. */
+        if (sbrOffset > 0 || downsampledOffset <= ((downsamplerDelay * (*numChannels))>>(*downSampleFactor-1))) {
+          sbrOffset += (downsamplerDelay - downsampledOffset) * (*numChannels) ;
+          *delay += downsamplerDelay - downsampledOffset;
+          downsampledOffset = 0;
+        } else {
+          downsampledOffset -= (downsamplerDelay * (*numChannels))>>(*downSampleFactor-1);
+          sbrOffset = 0;
+        }
+
+        hSbrEncoder->inputDataDelay = downsamplerDelay;
+      }
+
+      /* Assign core encoder Bandwidth */
+      *coreBandwidth = lowestBandwidth;
+
+      /* Estimate sbr bitrate, 2.5 kBit/s per sbr channel */
+      hSbrEncoder->estimateBitrate += 2500 * (*numChannels);
+
+      /* initialize parametric stereo */
+      if (usePs)
+      {
+        PSENC_CONFIG psEncConfig;
+        FDK_ASSERT(hSbrEncoder->noElements == 1);
+        INT psTuningTableIdx = getPsTuningTableIndex(elInfo[0].bitRate, NULL);
+
+        psEncConfig.frameSize           = coreFrameLength; //sbrConfig.sbrFrameSize;
+        psEncConfig.qmfFilterMode       = 0;
+        psEncConfig.sbrPsDelay          = 0;
+
+        /* tuning parameters */
+        if (psTuningTableIdx  != INVALID_TABLE_IDX) {
+          psEncConfig.nStereoBands           = psTuningTable[psTuningTableIdx].nStereoBands;
+          psEncConfig.maxEnvelopes           = psTuningTable[psTuningTableIdx].nEnvelopes;
+          psEncConfig.iidQuantErrorThreshold = (FIXP_DBL)psTuningTable[psTuningTableIdx].iidQuantErrorThreshold;
+
+          /* calculation is not quite linear, increased number of envelopes causes more bits */
+          /* assume avg. 50 bits per frame for 10 stereo bands / 1 envelope configuration */
+          hSbrEncoder->estimateBitrate += ( (((*coreSampleRate) * 5 * psEncConfig.nStereoBands * psEncConfig.maxEnvelopes) / hSbrEncoder->frameSize));
+
+        } else {
+          error = ERROR(CDI, "Invalid ps tuning table index.");
+          goto bail;
+        }
+
+        qmfInitSynthesisFilterBank(&hSbrEncoder->qmfSynthesisPS,
+                                    (FIXP_DBL*)hSbrEncoder->qmfSynthesisPS.FilterStates,
+                                    hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfSlots,
+                                    hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfBands>>1,
+                                    hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfBands>>1,
+                                    hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfBands>>1,
+                                    (statesInitFlag) ? 0 : QMF_FLAG_KEEP_STATES);
+
+        if(errorInfo == noError){
+          /* update delay */
+          psEncConfig.sbrPsDelay = FDKsbrEnc_GetEnvEstDelay(&hSbrEncoder->sbrElement[0]->sbrChannel[0]->hEnvChannel.sbrExtractEnvelope);
+
+          if(noError != (errorInfo = PSEnc_Init( hSbrEncoder->hParametricStereo,
+                                                &psEncConfig,
+                                                 hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfSlots,
+                                                 hSbrEncoder->sbrElement[0]->sbrConfigData.noQmfBands
+                                                ,hSbrEncoder->dynamicRam
+                                                 )))
+          {
+            errorInfo = handBack(errorInfo);
+          }
+        }
+
+        /* QMF analysis + Hybrid analysis + Hybrid synthesis + QMF synthesis + downsampled input buffer delay */
+        hSbrEncoder->inputDataDelay = (64*10/2) + (6*64) +  (0) + (64*10/2-64+1) + ((*downSampleFactor)*downsampledOffset);
+      }
+
+      hSbrEncoder->downsampledOffset = downsampledOffset;
+      {
+        hSbrEncoder->downmixSize = coreFrameLength*(*numChannels);
+      }
+
+      hSbrEncoder->bufferOffset = sbrOffset;
+      /* Delay Compensation: fill bitstream delay buffer with zero input signal */
+      if ( hSbrEncoder->nBitstrDelay > 0 )
+      {
+        error = FDKsbrEnc_DelayCompensation (hSbrEncoder, inputBuffer);
+        if (error != 0)
+          goto bail;
+      }
+
+      /* Set Output frame length */
+      *frameLength = coreFrameLength * *downSampleFactor;
+      /* Input buffer offset */
+      *inputBufferOffset = fixMax(sbrOffset, downsampledOffset);
+
+
+    }
+
+    return error;
+
+bail:
+    /* Restore input settings */
+    *coreSampleRate = inputSampleRate;
+    *frameLength = coreFrameLength;
+    *numChannels = inputChannels;
+    *coreBandwidth = inputBandWidth;
+
+    return error;
+ }
+
+
+INT
+sbrEncoder_EncodeFrame(  HANDLE_SBR_ENCODER   hSbrEncoder,
+                         INT_PCM             *samples,
+                         UINT                 timeInStride,
+                         UINT                 sbrDataBits[(8)],
+                         UCHAR                sbrData[(8)][MAX_PAYLOAD_SIZE]
+                        )
+{
+  INT error;
+  int el;
+
+  for (el=0; el<hSbrEncoder->noElements; el++)
+  {
+    if (hSbrEncoder->sbrElement[el] != NULL)
+    {
+      error = FDKsbrEnc_EnvEncodeFrame(
+                                        hSbrEncoder,
+                                        el,
+                                        samples + hSbrEncoder->downsampledOffset,
+                                        timeInStride,
+                                       &sbrDataBits[el],
+                                        sbrData[el],
+                                        0
+                                       );
+      if (error)
+        return error;
+    }
+  }
+
+  if ( ( hSbrEncoder->lfeChIdx!=-1) && (hSbrEncoder->downSampleFactor > 1) )
+  {   /* lfe downsampler */
+      INT nOutSamples;
+
+      FDKaacEnc_Downsample(&hSbrEncoder->lfeDownSampler,
+                            samples + hSbrEncoder->downsampledOffset + hSbrEncoder->bufferOffset + hSbrEncoder->lfeChIdx,
+                            hSbrEncoder->frameSize,
+                            timeInStride,
+                            samples + hSbrEncoder->downsampledOffset + hSbrEncoder->lfeChIdx,
+                           &nOutSamples,
+                            hSbrEncoder->nChannels);
+
+
+  }
+
+  return 0;
+}
+
+
+INT sbrEncoder_UpdateBuffers(
+                            HANDLE_SBR_ENCODER hSbrEncoder,
+                            INT_PCM *timeBuffer
+                            )
+ {
+    if ( hSbrEncoder->downsampledOffset > 0 ) {
+      /* Move delayed downsampled data */
+      FDKmemcpy ( timeBuffer,
+                  timeBuffer + hSbrEncoder->downmixSize,
+                  sizeof(INT_PCM) * (hSbrEncoder->downsampledOffset) );
+    } else {
+      /* Move delayed input data */
+      FDKmemcpy ( timeBuffer,
+        timeBuffer + hSbrEncoder->nChannels * hSbrEncoder->frameSize,
+                  sizeof(INT_PCM) * hSbrEncoder->bufferOffset );
+    }
+    if ( hSbrEncoder->nBitstrDelay > 0  )
+    {
+      int el;
+
+      for (el=0; el<hSbrEncoder->noElements; el++)
+      {
+        FDKmemmove ( hSbrEncoder->sbrElement[el]->payloadDelayLine[0],
+                     hSbrEncoder->sbrElement[el]->payloadDelayLine[1],
+                     sizeof(UCHAR) * (hSbrEncoder->nBitstrDelay*MAX_PAYLOAD_SIZE) );
+
+        FDKmemmove( &hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0],
+                    &hSbrEncoder->sbrElement[el]->payloadDelayLineSize[1],
+                    sizeof(UINT) * (hSbrEncoder->nBitstrDelay) );
+      }
+    }
+    return 0;
+ }
+
+
+INT sbrEncoder_GetEstimateBitrate(HANDLE_SBR_ENCODER hSbrEncoder)
+{
+  INT estimateBitrate = 0;
+
+  if(hSbrEncoder) {
+    estimateBitrate += hSbrEncoder->estimateBitrate;
+  }
+
+  return estimateBitrate;
+}
+
+INT sbrEncoder_GetInputDataDelay(HANDLE_SBR_ENCODER hSbrEncoder)
+{
+  INT delay = -1;
+
+  if(hSbrEncoder) {
+    delay = hSbrEncoder->inputDataDelay;
+  }
+  return delay;
+}
+
+
+INT sbrEncoder_GetLibInfo( LIB_INFO *info )
+{
+  int i;
+
+  if (info == NULL) {
+    return -1;
+  }
+  /* search for next free tab */
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == FDK_NONE) break;
+  }
+  if (i == FDK_MODULE_LAST) {
+    return -1;
+  }
+  info += i;
+
+  info->module_id = FDK_SBRENC;
+  info->version = LIB_VERSION(SBRENCODER_LIB_VL0, SBRENCODER_LIB_VL1, SBRENCODER_LIB_VL2);
+  LIB_VERSION_STRING(info);
+  info->build_date = __DATE__;
+  info->build_time = __TIME__;
+  info->title = "SBR Encoder";
+
+  /* Set flags */
+  info->flags = 0
+    | CAPF_SBR_HQ
+    | CAPF_SBR_PS_MPEG
+    ;
+  /* End of flags */
+
+  return 0;
+}
diff --git a/libSBRenc/src/sbr_misc.cpp b/libSBRenc/src/sbr_misc.cpp
new file mode 100644 (file)
index 0000000..c673b81
--- /dev/null
@@ -0,0 +1,272 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Sbr miscellaneous helper functions  
+*/
+#include "sbr_misc.h"
+
+
+void FDKsbrEnc_Shellsort_fract (FIXP_DBL *in, INT n)
+{
+  FIXP_DBL v;
+  INT i, j;
+  INT inc = 1;
+
+  do
+    inc = 3 * inc + 1;
+  while (inc <= n);
+
+  do {
+    inc = inc / 3;
+    for (i = inc + 1; i <= n; i++) {
+      v = in[i-1];
+      j = i;
+      while (in[j-inc-1] > v) {
+        in[j-1] = in[j-inc-1];
+        j -= inc;
+        if (j <= inc)
+          break;
+      }
+      in[j-1] = v;
+    }
+  } while (inc > 1);
+
+}
+
+/* Sorting routine */
+void FDKsbrEnc_Shellsort_int (INT *in, INT n)
+{
+
+  INT i, j, v;
+  INT inc = 1;
+
+  do
+    inc = 3 * inc + 1;
+  while (inc <= n);
+
+  do {
+    inc = inc / 3;
+    for (i = inc + 1; i <= n; i++) {
+      v = in[i-1];
+      j = i;
+      while (in[j-inc-1] > v) {
+        in[j-1] = in[j-inc-1];
+        j -= inc;
+        if (j <= inc)
+          break;
+      }
+      in[j-1] = v;
+    }
+  } while (inc > 1);
+
+}
+
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_AddVecLeft
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   INT* dst, INT* length_dst, INT* src, INT length_src
+
+ Return:      none
+
+*******************************************************************************/
+void
+FDKsbrEnc_AddVecLeft (INT *dst, INT *length_dst, INT *src, INT length_src)
+{
+  INT i;
+
+  for (i = length_src - 1; i >= 0; i--)
+    FDKsbrEnc_AddLeft (dst, length_dst, src[i]);
+}
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_AddLeft
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   INT* vector, INT* length_vector, INT value
+
+ Return:      none
+
+*******************************************************************************/
+void
+FDKsbrEnc_AddLeft (INT *vector, INT *length_vector, INT value)
+{
+  INT i;
+
+  for (i = *length_vector; i > 0; i--)
+    vector[i] = vector[i - 1];
+  vector[0] = value;
+  (*length_vector)++;
+}
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_AddRight
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   INT* vector, INT* length_vector, INT value
+
+ Return:      none
+
+*******************************************************************************/
+void
+FDKsbrEnc_AddRight (INT *vector, INT *length_vector, INT value)
+{
+  vector[*length_vector] = value;
+  (*length_vector)++;
+}
+
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_AddVecRight
+ *******************************************************************************
+
+ Description:
+
+ Arguments:   INT* dst, INT* length_dst, INT* src, INT length_src)
+
+ Return:      none
+
+*******************************************************************************/
+void
+FDKsbrEnc_AddVecRight (INT *dst, INT *length_dst, INT *src, INT length_src)
+{
+  INT i;
+  for (i = 0; i < length_src; i++)
+    FDKsbrEnc_AddRight (dst, length_dst, src[i]);
+}
+
+
+/*****************************************************************************
+
+  functionname: FDKsbrEnc_LSI_divide_scale_fract
+
+  description:  Calculates division with best precision and scales the result.
+
+  return:       num*scale/denom
+
+*****************************************************************************/
+FIXP_DBL FDKsbrEnc_LSI_divide_scale_fract(FIXP_DBL num, FIXP_DBL denom, FIXP_DBL scale)
+{
+  FIXP_DBL tmp = FL2FXCONST_DBL(0.0f);
+  if (num != FL2FXCONST_DBL(0.0f)) {
+
+    INT shiftCommon;
+    INT shiftNum   = CountLeadingBits(num);
+    INT shiftDenom = CountLeadingBits(denom);
+    INT shiftScale = CountLeadingBits(scale);
+
+    num   = num   << shiftNum;
+    scale = scale << shiftScale;
+
+    tmp = fMultDiv2(num,scale);
+
+    if ( denom > (tmp >> fixMin(shiftNum+shiftScale-1,(DFRACT_BITS-1))) ) {
+      denom = denom << shiftDenom;
+      tmp = schur_div(tmp,denom,15);
+      shiftCommon = fixMin((shiftNum-shiftDenom+shiftScale-1),(DFRACT_BITS-1));
+      if (shiftCommon < 0)
+        tmp <<= -shiftCommon;
+      else
+        tmp >>=  shiftCommon;
+    }
+    else {
+      tmp = /*FL2FXCONST_DBL(1.0)*/ (FIXP_DBL)MAXVAL_DBL;
+    }
+  }
+
+  return (tmp);
+}
+
diff --git a/libSBRenc/src/sbr_misc.h b/libSBRenc/src/sbr_misc.h
new file mode 100644 (file)
index 0000000..f471974
--- /dev/null
@@ -0,0 +1,106 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Sbr miscellaneous helper functions prototypes  
+  \author
+*/
+
+#ifndef _SBR_MISC_H
+#define _SBR_MISC_H
+
+#include "sbr_encoder.h"
+
+/* Sorting routines */
+void FDKsbrEnc_Shellsort_fract (FIXP_DBL *in, INT n);
+void FDKsbrEnc_Shellsort_int   (INT *in, INT n);
+
+void FDKsbrEnc_AddLeft (INT *vector, INT *length_vector, INT value);
+void FDKsbrEnc_AddRight (INT *vector, INT *length_vector, INT value);
+void FDKsbrEnc_AddVecLeft (INT *dst, INT *length_dst, INT *src, INT length_src);
+void FDKsbrEnc_AddVecRight (INT *dst, INT *length_vector_dst, INT *src, INT length_src);
+
+FIXP_DBL FDKsbrEnc_LSI_divide_scale_fract(FIXP_DBL num, FIXP_DBL denom, FIXP_DBL scale);
+
+#endif
diff --git a/libSBRenc/src/sbr_ram.cpp b/libSBRenc/src/sbr_ram.cpp
new file mode 100644 (file)
index 0000000..ee6c37f
--- /dev/null
@@ -0,0 +1,222 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief Memory layout
+   
+
+  This module declares all static and dynamic memory spaces
+*/
+#include "sbr_ram.h"
+
+#include "sbr.h"
+#include "genericStds.h"
+
+C_ALLOC_MEM (Ram_SbrDynamic_RAM, FIXP_DBL, ((SBR_ENC_DYN_RAM_SIZE)/sizeof(FIXP_DBL)))
+
+/*!
+  \name StaticSbrData
+
+  Static memory areas, must not be overwritten in other sections of the encoder
+*/
+/* @{ */
+
+/*! static sbr encoder instance for one encoder (2 channels)
+  all major static and dynamic memory areas are located
+  in module sbr_ram and sbr rom
+*/
+C_ALLOC_MEM (Ram_SbrEncoder, SBR_ENCODER, 1)
+C_ALLOC_MEM2(Ram_SbrChannel, SBR_CHANNEL, 1, (8))
+C_ALLOC_MEM2(Ram_SbrElement, SBR_ELEMENT, 1, (8))
+
+/*! Filter states for QMF-analysis. <br>
+  Dimension: #MAXNRSBRCHANNELS * #SBR_QMF_FILTER_LENGTH
+*/
+C_AALLOC_MEM2_L (Ram_Sbr_QmfStatesAnalysis, FIXP_QAS, QMF_FILTER_LENGTH, (8), SECT_DATA_L1)
+
+
+/*! Matrix holding the quota values for all estimates, all channels
+  Dimension #MAXNRSBRCHANNELS * +#SBR_QMF_CHANNELS* #MAX_NO_OF_ESTIMATES
+*/
+C_ALLOC_MEM2_L (Ram_Sbr_quotaMatrix, FIXP_DBL, (MAX_NO_OF_ESTIMATES*QMF_CHANNELS), (8), SECT_DATA_L1)
+
+/*! Matrix holding the sign values for all estimates, all channels
+  Dimension #MAXNRSBRCHANNELS * +#SBR_QMF_CHANNELS* #MAX_NO_OF_ESTIMATES
+*/
+C_ALLOC_MEM2 (Ram_Sbr_signMatrix, INT, (MAX_NO_OF_ESTIMATES*QMF_CHANNELS), (8))
+
+/*! Frequency band table (low res) <br>
+  Dimension #MAX_FREQ_COEFFS/2+1
+*/
+C_ALLOC_MEM2 (Ram_Sbr_freqBandTableLO, UCHAR, (MAX_FREQ_COEFFS/2+1), (8))
+
+/*! Frequency band table (high res) <br>
+  Dimension #MAX_FREQ_COEFFS +1
+*/
+C_ALLOC_MEM2 (Ram_Sbr_freqBandTableHI, UCHAR, (MAX_FREQ_COEFFS+1), (8))
+
+/*! vk matser table <br>
+  Dimension #MAX_FREQ_COEFFS +1
+*/
+C_ALLOC_MEM2 (Ram_Sbr_v_k_master, UCHAR, (MAX_FREQ_COEFFS+1), (8))
+
+
+/*
+  Missing harmonics detection
+*/
+
+/*! sbr_detectionVectors <br>
+  Dimension #MAX_NUM_CHANNELS*#MAX_NO_OF_ESTIMATES*#MAX_FREQ_COEFFS]
+*/
+C_ALLOC_MEM2 (Ram_Sbr_detectionVectors, UCHAR, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
+
+/*! sbr_prevCompVec[ <br>
+  Dimension #MAX_NUM_CHANNELS*#MAX_FREQ_COEFFS]
+*/
+C_ALLOC_MEM2 (Ram_Sbr_prevEnvelopeCompensation, UCHAR, MAX_FREQ_COEFFS, (8))
+/*! sbr_guideScfb[ <br>
+  Dimension #MAX_NUM_CHANNELS*#MAX_FREQ_COEFFS]
+*/
+C_ALLOC_MEM2 (Ram_Sbr_guideScfb, UCHAR, MAX_FREQ_COEFFS, (8))
+
+/*! sbr_guideVectorDetected <br>
+  Dimension #MAX_NUM_CHANNELS*#MAX_NO_OF_ESTIMATES*#MAX_FREQ_COEFFS]
+*/
+C_ALLOC_MEM2 (Ram_Sbr_guideVectorDetected, UCHAR, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
+C_ALLOC_MEM2 (Ram_Sbr_guideVectorDiff, FIXP_DBL, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
+C_ALLOC_MEM2 (Ram_Sbr_guideVectorOrig, FIXP_DBL, (MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS), (8))
+
+/*
+  Static Parametric Stereo memory
+*/
+C_AALLOC_MEM_L(Ram_PsQmfStatesSynthesis, FIXP_DBL, QMF_FILTER_LENGTH/2, SECT_DATA_L1)
+
+C_ALLOC_MEM_L (Ram_PsEncode,    PS_ENCODE, 1, SECT_DATA_L1)
+C_ALLOC_MEM   (Ram_ParamStereo, PARAMETRIC_STEREO, 1)
+
+
+
+/* @} */
+
+
+/*!
+  \name DynamicSbrData
+
+  Dynamic memory areas, might be reused in other algorithm sections,
+  e.g. the core encoder.
+*/
+/* @{ */
+
+  /*! Energy buffer for envelope extraction <br>
+    Dimension #MAXNRSBRCHANNELS * +#SBR_QMF_SLOTS *  #SBR_QMF_CHANNELS
+  */
+  C_ALLOC_MEM2 (Ram_Sbr_envYBuffer, FIXP_DBL, (QMF_MAX_TIME_SLOTS/2 * QMF_CHANNELS), (8))
+
+  FIXP_DBL* GetRam_Sbr_envYBuffer (int n, UCHAR* dynamic_RAM) {
+    FDK_ASSERT(dynamic_RAM!=0);
+    return ((FIXP_DBL*) (dynamic_RAM + OFFSET_NRG + (n*Y_2_BUF_BYTE) ));
+  }
+
+  /*
+   * QMF data
+   */
+  /* The SBR encoder uses a single channel overlapping buffer set (always n=0), but PS does not. */
+  FIXP_DBL* GetRam_Sbr_envRBuffer (int n, UCHAR* dynamic_RAM) {
+    FDK_ASSERT(dynamic_RAM!=0);
+    return ((FIXP_DBL*) (dynamic_RAM + OFFSET_QMF + (n*(ENV_R_BUFF_BYTE+ENV_I_BUFF_BYTE)) ));
+  }
+  FIXP_DBL* GetRam_Sbr_envIBuffer (int n, UCHAR* dynamic_RAM) {
+    FDK_ASSERT(dynamic_RAM!=0);
+    return ((FIXP_DBL*) (dynamic_RAM + OFFSET_QMF + (ENV_R_BUFF_BYTE) + (n*(ENV_R_BUFF_BYTE+ENV_I_BUFF_BYTE))));
+  }
+
+
+
+
+/* @} */
+
+
+
+
+
diff --git a/libSBRenc/src/sbr_ram.h b/libSBRenc/src/sbr_ram.h
new file mode 100644 (file)
index 0000000..7e3d0c8
--- /dev/null
@@ -0,0 +1,187 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+\file
+\brief Memory layout
+*/
+#ifndef __SBR_RAM_H
+#define __SBR_RAM_H
+
+#include "sbr_def.h"
+#include "env_est.h"
+#include "sbr_encoder.h"
+#include "sbr.h"
+
+
+
+#include "ps_main.h"
+#include "ps_encode.h"
+
+
+#define ENV_TRANSIENTS_BYTE  ( (sizeof(FIXP_DBL)*(MAX_NUM_CHANNELS*3*QMF_MAX_TIME_SLOTS)) )
+
+  #define ENV_R_BUFF_BYTE      ( (sizeof(FIXP_DBL)*((QMF_MAX_TIME_SLOTS) * MAX_HYBRID_BANDS)) )
+  #define ENV_I_BUFF_BYTE      ( (sizeof(FIXP_DBL)*((QMF_MAX_TIME_SLOTS) * MAX_HYBRID_BANDS)) )
+  #define Y_BUF_CH_BYTE        ( (2*sizeof(FIXP_DBL)*((QMF_MAX_TIME_SLOTS) * MAX_HYBRID_BANDS)) )
+
+
+#define ENV_R_BUF_PS_BYTE    ( (sizeof(FIXP_DBL)*QMF_MAX_TIME_SLOTS * QMF_CHANNELS / 2) )
+#define ENV_I_BUF_PS_BYTE    ( (sizeof(FIXP_DBL)*QMF_MAX_TIME_SLOTS * QMF_CHANNELS / 2) )
+
+#define TON_BUF_CH_BYTE      ( (sizeof(FIXP_DBL)*(MAX_NO_OF_ESTIMATES*MAX_FREQ_COEFFS)) )
+
+#define Y_2_BUF_BYTE         ( Y_BUF_CH_BYTE>>1 )
+
+
+/* Workbuffer RAM - Allocation */
+/*
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ |        OFFSET_QMF       |        OFFSET_NRG      |
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
+  ------------------------- -------------------------
+ |                         |         0.5 *          |
+ |     sbr_envRBuffer      | sbr_envYBuffer_size    |
+ |     sbr_envIBuffer      |                        |
+  ------------------------- -------------------------
+
+*/
+  #define BUF_NRG_SIZE   ( (MAX_NUM_CHANNELS * Y_2_BUF_BYTE) )
+  #define BUF_QMF_SIZE  (ENV_R_BUFF_BYTE + ENV_I_BUFF_BYTE)
+
+  /* Size of the shareable memory region than can be reused */
+  #define SBR_ENC_DYN_RAM_SIZE  ( BUF_QMF_SIZE + BUF_NRG_SIZE )
+
+  #define OFFSET_QMF         ( 0 )
+  #define OFFSET_NRG         ( OFFSET_QMF + BUF_QMF_SIZE )
+
+
+/*
+ *****************************************************************************************************
+ */
+
+  H_ALLOC_MEM(Ram_SbrDynamic_RAM, FIXP_DBL)
+
+  H_ALLOC_MEM(Ram_SbrEncoder, SBR_ENCODER)
+  H_ALLOC_MEM(Ram_SbrChannel, SBR_CHANNEL)
+  H_ALLOC_MEM(Ram_SbrElement, SBR_ELEMENT)
+
+  H_ALLOC_MEM(Ram_Sbr_quotaMatrix, FIXP_DBL)
+  H_ALLOC_MEM(Ram_Sbr_signMatrix, INT)
+
+  H_ALLOC_MEM(Ram_Sbr_QmfStatesAnalysis, FIXP_QAS)
+
+  H_ALLOC_MEM(Ram_Sbr_freqBandTableLO, UCHAR)
+  H_ALLOC_MEM(Ram_Sbr_freqBandTableHI, UCHAR)
+  H_ALLOC_MEM(Ram_Sbr_v_k_master, UCHAR)
+
+  H_ALLOC_MEM(Ram_Sbr_detectionVectors, UCHAR)
+  H_ALLOC_MEM(Ram_Sbr_prevEnvelopeCompensation, UCHAR)
+  H_ALLOC_MEM(Ram_Sbr_guideScfb, UCHAR)
+  H_ALLOC_MEM(Ram_Sbr_guideVectorDetected, UCHAR)
+
+  /* Dynamic Memory Allocation */
+
+  H_ALLOC_MEM(Ram_Sbr_envYBuffer, FIXP_DBL)
+  FIXP_DBL* GetRam_Sbr_envYBuffer (int n, UCHAR* dynamic_RAM);
+  FIXP_DBL* GetRam_Sbr_envRBuffer (int n, UCHAR* dynamic_RAM);
+  FIXP_DBL* GetRam_Sbr_envIBuffer (int n, UCHAR* dynamic_RAM);
+
+  H_ALLOC_MEM(Ram_Sbr_guideVectorDiff, FIXP_DBL)
+  H_ALLOC_MEM(Ram_Sbr_guideVectorOrig, FIXP_DBL)
+
+
+  H_ALLOC_MEM(Ram_PsQmfStatesSynthesis, FIXP_DBL)
+
+  H_ALLOC_MEM(Ram_PsEncode, PS_ENCODE)
+
+  FIXP_DBL* FDKsbrEnc_SliceRam_PsRqmf (FIXP_DBL* rQmfData, UCHAR* dynamic_RAM, int n, int i, int qmfSlots);
+  FIXP_DBL* FDKsbrEnc_SliceRam_PsIqmf (FIXP_DBL* iQmfData, UCHAR* dynamic_RAM, int n, int i, int qmfSlots);
+
+  H_ALLOC_MEM(Ram_ParamStereo, PARAMETRIC_STEREO)
+
+
+
+#endif
+
diff --git a/libSBRenc/src/sbr_rom.cpp b/libSBRenc/src/sbr_rom.cpp
new file mode 100644 (file)
index 0000000..a2b6527
--- /dev/null
@@ -0,0 +1,792 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Definition of constant tables
+   
+
+  This module contains most of the constant data that can be stored in ROM.
+*/
+
+#include "sbr_rom.h"
+#include "genericStds.h"
+
+//@{
+/*******************************************************************************
+
+   Table Overview:
+
+ o envelope level,   1.5 dB:
+    1a)  v_Huff_envelopeLevelC10T[121]
+    1b)  v_Huff_envelopeLevelL10T[121]
+    2a)  v_Huff_envelopeLevelC10F[121]
+    2b)  v_Huff_envelopeLevelL10F[121]
+
+ o envelope balance, 1.5 dB:
+    3a)  bookSbrEnvBalanceC10T[49]
+    3b)  bookSbrEnvBalanceL10T[49]
+    4a)  bookSbrEnvBalanceC10F[49]
+    4b)  bookSbrEnvBalanceL10F[49]
+
+ o envelope level,   3.0 dB:
+    5a)  v_Huff_envelopeLevelC11T[63]
+    5b)  v_Huff_envelopeLevelL11T[63]
+    6a)  v_Huff_envelopeLevelC11F[63]
+    6b)  v_Huff_envelopeLevelC11F[63]
+
+ o envelope balance, 3.0 dB:
+    7a)  bookSbrEnvBalanceC11T[25]
+    7b)  bookSbrEnvBalanceL11T[25]
+    8a)  bookSbrEnvBalanceC11F[25]
+    8b)  bookSbrEnvBalanceL11F[25]
+
+ o noise level,      3.0 dB:
+    9a)  v_Huff_NoiseLevelC11T[63]
+    9b)  v_Huff_NoiseLevelL11T[63]
+    - ) (v_Huff_envelopeLevelC11F[63] is used for freq dir)
+    - ) (v_Huff_envelopeLevelL11F[63] is used for freq dir)
+
+ o noise balance,    3.0 dB:
+   10a)  bookSbrNoiseBalanceC11T[25]
+   10b)  bookSbrNoiseBalanceL11T[25]
+    - ) (bookSbrEnvBalanceC11F[25] is used for freq dir)
+    - ) (bookSbrEnvBalanceL11F[25] is used for freq dir)
+
+
+  (1.5 dB is never used for noise)
+
+********************************************************************************/
+
+
+/*******************************************************************************/
+/* table       : envelope level, 1.5 dB                                        */
+/* theor range : [-58,58], CODE_BOOK_SCF_LAV   = 58                            */
+/* implem range: [-60,60], CODE_BOOK_SCF_LAV10 = 60                            */
+/* raw stats   : envelopeLevel_00 (yes, wrong suffix in name)  KK 01-03-09     */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode3C2FIX.m/envelopeLevel_00T_cF.mat/v_nChex_cF
+   built by : FH 01-07-05 */
+
+const INT v_Huff_envelopeLevelC10T[121] =
+{
+  0x0003FFD6, 0x0003FFD7, 0x0003FFD8, 0x0003FFD9, 0x0003FFDA, 0x0003FFDB, 0x0007FFB8, 0x0007FFB9,
+  0x0007FFBA, 0x0007FFBB, 0x0007FFBC, 0x0007FFBD, 0x0007FFBE, 0x0007FFBF, 0x0007FFC0, 0x0007FFC1,
+  0x0007FFC2, 0x0007FFC3, 0x0007FFC4, 0x0007FFC5, 0x0007FFC6, 0x0007FFC7, 0x0007FFC8, 0x0007FFC9,
+  0x0007FFCA, 0x0007FFCB, 0x0007FFCC, 0x0007FFCD, 0x0007FFCE, 0x0007FFCF, 0x0007FFD0, 0x0007FFD1,
+  0x0007FFD2, 0x0007FFD3, 0x0001FFE6, 0x0003FFD4, 0x0000FFF0, 0x0001FFE9, 0x0003FFD5, 0x0001FFE7,
+  0x0000FFF1, 0x0000FFEC, 0x0000FFED, 0x0000FFEE, 0x00007FF4, 0x00003FF9, 0x00003FF7, 0x00001FFA,
+  0x00001FF9, 0x00000FFB, 0x000007FC, 0x000003FC, 0x000001FD, 0x000000FD, 0x0000007D, 0x0000003D,
+  0x0000001D, 0x0000000D, 0x00000005, 0x00000001, 0x00000000, 0x00000004, 0x0000000C, 0x0000001C,
+  0x0000003C, 0x0000007C, 0x000000FC, 0x000001FC, 0x000003FD, 0x00000FFA, 0x00001FF8, 0x00003FF6,
+  0x00003FF8, 0x00007FF5, 0x0000FFEF, 0x0001FFE8, 0x0000FFF2, 0x0007FFD4, 0x0007FFD5, 0x0007FFD6,
+  0x0007FFD7, 0x0007FFD8, 0x0007FFD9, 0x0007FFDA, 0x0007FFDB, 0x0007FFDC, 0x0007FFDD, 0x0007FFDE,
+  0x0007FFDF, 0x0007FFE0, 0x0007FFE1, 0x0007FFE2, 0x0007FFE3, 0x0007FFE4, 0x0007FFE5, 0x0007FFE6,
+  0x0007FFE7, 0x0007FFE8, 0x0007FFE9, 0x0007FFEA, 0x0007FFEB, 0x0007FFEC, 0x0007FFED, 0x0007FFEE,
+  0x0007FFEF, 0x0007FFF0, 0x0007FFF1, 0x0007FFF2, 0x0007FFF3, 0x0007FFF4, 0x0007FFF5, 0x0007FFF6,
+  0x0007FFF7, 0x0007FFF8, 0x0007FFF9, 0x0007FFFA, 0x0007FFFB, 0x0007FFFC, 0x0007FFFD, 0x0007FFFE,
+  0x0007FFFF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode3C2FIX.m/envelopeLevel_00T_cF.mat/v_nLhex_cF
+   built by : FH 01-07-05 */
+
+const UCHAR v_Huff_envelopeLevelL10T[121] =
+{
+  0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x11, 0x12, 0x10, 0x11, 0x12, 0x11, 0x10, 0x10, 0x10, 0x10, 0x0F, 0x0E, 0x0E, 0x0D,
+  0x0D, 0x0C, 0x0B, 0x0A, 0x09, 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x02, 0x03, 0x04, 0x05,
+  0x06, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0D, 0x0E, 0x0E, 0x0F, 0x10, 0x11, 0x10, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13
+};
+
+
+/* direction: freq
+   contents : codewords
+   raw table: HuffCode3C2FIX.m/envelopeLevel_00F_cF.mat/v_nChex_cF
+   built by : FH 01-07-05 */
+
+const INT v_Huff_envelopeLevelC10F[121] =
+{
+  0x0007FFE7, 0x0007FFE8, 0x000FFFD2, 0x000FFFD3, 0x000FFFD4, 0x000FFFD5, 0x000FFFD6, 0x000FFFD7,
+  0x000FFFD8, 0x0007FFDA, 0x000FFFD9, 0x000FFFDA, 0x000FFFDB, 0x000FFFDC, 0x0007FFDB, 0x000FFFDD,
+  0x0007FFDC, 0x0007FFDD, 0x000FFFDE, 0x0003FFE4, 0x000FFFDF, 0x000FFFE0, 0x000FFFE1, 0x0007FFDE,
+  0x000FFFE2, 0x000FFFE3, 0x000FFFE4, 0x0007FFDF, 0x000FFFE5, 0x0007FFE0, 0x0003FFE8, 0x0007FFE1,
+  0x0003FFE0, 0x0003FFE9, 0x0001FFEF, 0x0003FFE5, 0x0001FFEC, 0x0001FFED, 0x0001FFEE, 0x0000FFF4,
+  0x0000FFF3, 0x0000FFF0, 0x00007FF7, 0x00007FF6, 0x00003FFA, 0x00001FFA, 0x00001FF9, 0x00000FFA,
+  0x00000FF8, 0x000007F9, 0x000003FB, 0x000001FC, 0x000001FA, 0x000000FB, 0x0000007C, 0x0000003C,
+  0x0000001C, 0x0000000C, 0x00000005, 0x00000001, 0x00000000, 0x00000004, 0x0000000D, 0x0000001D,
+  0x0000003D, 0x000000FA, 0x000000FC, 0x000001FB, 0x000003FA, 0x000007F8, 0x000007FA, 0x000007FB,
+  0x00000FF9, 0x00000FFB, 0x00001FF8, 0x00001FFB, 0x00003FF8, 0x00003FF9, 0x0000FFF1, 0x0000FFF2,
+  0x0001FFEA, 0x0001FFEB, 0x0003FFE1, 0x0003FFE2, 0x0003FFEA, 0x0003FFE3, 0x0003FFE6, 0x0003FFE7,
+  0x0003FFEB, 0x000FFFE6, 0x0007FFE2, 0x000FFFE7, 0x000FFFE8, 0x000FFFE9, 0x000FFFEA, 0x000FFFEB,
+  0x000FFFEC, 0x0007FFE3, 0x000FFFED, 0x000FFFEE, 0x000FFFEF, 0x000FFFF0, 0x0007FFE4, 0x000FFFF1,
+  0x0003FFEC, 0x000FFFF2, 0x000FFFF3, 0x0007FFE5, 0x0007FFE6, 0x000FFFF4, 0x000FFFF5, 0x000FFFF6,
+  0x000FFFF7, 0x000FFFF8, 0x000FFFF9, 0x000FFFFA, 0x000FFFFB, 0x000FFFFC, 0x000FFFFD, 0x000FFFFE,
+  0x000FFFFF
+};
+
+
+/* direction: freq
+   contents : codeword lengths
+   raw table: HuffCode3C2FIX.m/envelopeLevel_00F_cF.mat/v_nLhex_cF
+   built by : FH 01-07-05 */
+
+const UCHAR v_Huff_envelopeLevelL10F[121] =
+{
+  0x13, 0x13, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x13, 0x14, 0x14, 0x14, 0x14, 0x13, 0x14,
+  0x13, 0x13, 0x14, 0x12, 0x14, 0x14, 0x14, 0x13, 0x14, 0x14, 0x14, 0x13, 0x14, 0x13, 0x12, 0x13,
+  0x12, 0x12, 0x11, 0x12, 0x11, 0x11, 0x11, 0x10, 0x10, 0x10, 0x0F, 0x0F, 0x0E, 0x0D, 0x0D, 0x0C,
+  0x0C, 0x0B, 0x0A, 0x09, 0x09, 0x08, 0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x02, 0x03, 0x04, 0x05,
+  0x06, 0x08, 0x08, 0x09, 0x0A, 0x0B, 0x0B, 0x0B, 0x0C, 0x0C, 0x0D, 0x0D, 0x0E, 0x0E, 0x10, 0x10,
+  0x11, 0x11, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x14, 0x13, 0x14, 0x14, 0x14, 0x14, 0x14,
+  0x14, 0x13, 0x14, 0x14, 0x14, 0x14, 0x13, 0x14, 0x12, 0x14, 0x14, 0x13, 0x13, 0x14, 0x14, 0x14,
+  0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14
+};
+
+
+/*******************************************************************************/
+/* table       : envelope balance, 1.5 dB                                      */
+/* theor range : [-48,48], CODE_BOOK_SCF_LAV = 48                              */
+/* implem range: same but mapped to [-24,24], CODE_BOOK_SCF_LAV_BALANCE10 = 24 */
+/* raw stats   : envelopePan_00 (yes, wrong suffix in name)  KK 01-03-09       */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode3C.m/envelopePan_00T.mat/v_nBhex
+   built by : FH 01-05-15 */
+
+const INT bookSbrEnvBalanceC10T[49] =
+{
+  0x0000FFE4, 0x0000FFE5, 0x0000FFE6, 0x0000FFE7, 0x0000FFE8, 0x0000FFE9, 0x0000FFEA, 0x0000FFEB,
+  0x0000FFEC, 0x0000FFED, 0x0000FFEE, 0x0000FFEF, 0x0000FFF0, 0x0000FFF1, 0x0000FFF2, 0x0000FFF3,
+  0x0000FFF4, 0x0000FFE2, 0x00000FFC, 0x000007FC, 0x000001FE, 0x0000007E, 0x0000001E, 0x00000006,
+  0x00000000, 0x00000002, 0x0000000E, 0x0000003E, 0x000000FE, 0x000007FD, 0x00000FFD, 0x00007FF0,
+  0x0000FFE3, 0x0000FFF5, 0x0000FFF6, 0x0000FFF7, 0x0000FFF8, 0x0000FFF9, 0x0000FFFA, 0x0001FFF6,
+  0x0001FFF7, 0x0001FFF8, 0x0001FFF9, 0x0001FFFA, 0x0001FFFB, 0x0001FFFC, 0x0001FFFD, 0x0001FFFE,
+  0x0001FFFF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode3C.m/envelopePan_00T.mat/v_nLhex
+   built by : FH 01-05-15 */
+
+const UCHAR bookSbrEnvBalanceL10T[49] =
+{
+  0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
+  0x10, 0x10, 0x0C, 0x0B, 0x09, 0x07, 0x05, 0x03, 0x01, 0x02, 0x04, 0x06, 0x08, 0x0B, 0x0C, 0x0F,
+  0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11,
+  0x11
+};
+
+
+/* direction: freq
+   contents : codewords
+   raw table: HuffCode3C.m/envelopePan_00F.mat/v_nBhex
+   built by : FH 01-05-15 */
+
+const INT bookSbrEnvBalanceC10F[49] =
+{
+  0x0003FFE2, 0x0003FFE3, 0x0003FFE4, 0x0003FFE5, 0x0003FFE6, 0x0003FFE7, 0x0003FFE8, 0x0003FFE9,
+  0x0003FFEA, 0x0003FFEB, 0x0003FFEC, 0x0003FFED, 0x0003FFEE, 0x0003FFEF, 0x0003FFF0, 0x0000FFF7,
+  0x0001FFF0, 0x00003FFC, 0x000007FE, 0x000007FC, 0x000000FE, 0x0000007E, 0x0000000E, 0x00000002,
+  0x00000000, 0x00000006, 0x0000001E, 0x0000003E, 0x000001FE, 0x000007FD, 0x00000FFE, 0x00007FFA,
+  0x0000FFF6, 0x0003FFF1, 0x0003FFF2, 0x0003FFF3, 0x0003FFF4, 0x0003FFF5, 0x0003FFF6, 0x0003FFF7,
+  0x0003FFF8, 0x0003FFF9, 0x0003FFFA, 0x0003FFFB, 0x0003FFFC, 0x0003FFFD, 0x0003FFFE, 0x0007FFFE,
+  0x0007FFFF
+};
+
+
+/* direction: freq
+   contents : codeword lengths
+   raw table: HuffCode3C.m/envelopePan_00F.mat/v_nLhex
+   built by : FH 01-05-15 */
+
+const UCHAR bookSbrEnvBalanceL10F[49] =
+{
+  0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x10,
+  0x11, 0x0E, 0x0B, 0x0B, 0x08, 0x07, 0x04, 0x02, 0x01, 0x03, 0x05, 0x06, 0x09, 0x0B, 0x0C, 0x0F,
+  0x10, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x13,
+  0x13
+};
+
+
+/*******************************************************************************/
+/* table       : envelope level, 3.0 dB                                        */
+/* theor range : [-29,29], CODE_BOOK_SCF_LAV   = 29                            */
+/* implem range: [-31,31], CODE_BOOK_SCF_LAV11 = 31                            */
+/* raw stats   : envelopeLevel_11  KK 00-02-03                                 */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const INT v_Huff_envelopeLevelC11T[63] = {
+  0x0003FFED, 0x0003FFEE, 0x0007FFDE, 0x0007FFDF, 0x0007FFE0, 0x0007FFE1, 0x0007FFE2, 0x0007FFE3,
+  0x0007FFE4, 0x0007FFE5, 0x0007FFE6, 0x0007FFE7, 0x0007FFE8, 0x0007FFE9, 0x0007FFEA, 0x0007FFEB,
+  0x0007FFEC, 0x0001FFF4, 0x0000FFF7, 0x0000FFF9, 0x0000FFF8, 0x00003FFB, 0x00003FFA, 0x00003FF8,
+  0x00001FFA, 0x00000FFC, 0x000007FC, 0x000000FE, 0x0000003E, 0x0000000E, 0x00000002, 0x00000000,
+  0x00000006, 0x0000001E, 0x0000007E, 0x000001FE, 0x000007FD, 0x00001FFB, 0x00003FF9, 0x00003FFC,
+  0x00007FFA, 0x0000FFF6, 0x0001FFF5, 0x0003FFEC, 0x0007FFED, 0x0007FFEE, 0x0007FFEF, 0x0007FFF0,
+  0x0007FFF1, 0x0007FFF2, 0x0007FFF3, 0x0007FFF4, 0x0007FFF5, 0x0007FFF6, 0x0007FFF7, 0x0007FFF8,
+  0x0007FFF9, 0x0007FFFA, 0x0007FFFB, 0x0007FFFC, 0x0007FFFD, 0x0007FFFE, 0x0007FFFF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const UCHAR v_Huff_envelopeLevelL11T[63] = {
+  0x12, 0x12, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x11, 0x10, 0x10, 0x10, 0x0E, 0x0E, 0x0E, 0x0D, 0x0C, 0x0B, 0x08, 0x06, 0x04, 0x02, 0x01,
+  0x03, 0x05, 0x07, 0x09, 0x0B, 0x0D, 0x0E, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x13, 0x13, 0x13,
+  0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13
+};
+
+
+/* direction: freq
+   contents : codewords
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const INT v_Huff_envelopeLevelC11F[63] = {
+  0x000FFFF0, 0x000FFFF1, 0x000FFFF2, 0x000FFFF3, 0x000FFFF4, 0x000FFFF5, 0x000FFFF6, 0x0003FFF3,
+  0x0007FFF5, 0x0007FFEE, 0x0007FFEF, 0x0007FFF6, 0x0003FFF4, 0x0003FFF2, 0x000FFFF7, 0x0007FFF0,
+  0x0001FFF5, 0x0003FFF0, 0x0001FFF4, 0x0000FFF7, 0x0000FFF6, 0x00007FF8, 0x00003FFB, 0x00000FFD,
+  0x000007FD, 0x000003FD, 0x000001FD, 0x000000FD, 0x0000003E, 0x0000000E, 0x00000002, 0x00000000,
+  0x00000006, 0x0000001E, 0x000000FC, 0x000001FC, 0x000003FC, 0x000007FC, 0x00000FFC, 0x00001FFC,
+  0x00003FFA, 0x00007FF9, 0x00007FFA, 0x0000FFF8, 0x0000FFF9, 0x0001FFF6, 0x0001FFF7, 0x0003FFF5,
+  0x0003FFF6, 0x0003FFF1, 0x000FFFF8, 0x0007FFF1, 0x0007FFF2, 0x0007FFF3, 0x000FFFF9, 0x0007FFF7,
+  0x0007FFF4, 0x000FFFFA, 0x000FFFFB, 0x000FFFFC, 0x000FFFFD, 0x000FFFFE, 0x000FFFFF
+};
+
+
+/* direction: freq
+   contents : codeword lengths
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const UCHAR v_Huff_envelopeLevelL11F[63] = {
+  0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x12, 0x13, 0x13, 0x13, 0x13, 0x12, 0x12, 0x14, 0x13,
+  0x11, 0x12, 0x11, 0x10, 0x10, 0x0F, 0x0E, 0x0C, 0x0B, 0x0A, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01,
+  0x03, 0x05, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x0F, 0x10, 0x10, 0x11, 0x11, 0x12,
+  0x12, 0x12, 0x14, 0x13, 0x13, 0x13, 0x14, 0x13, 0x13, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14
+};
+
+
+
+/*******************************************************************************/
+/* table       : envelope balance, 3.0 dB                                      */
+/* theor range : [-24,24], CODE_BOOK_SCF_LAV = 24                              */
+/* implem range: same but mapped to [-12,12], CODE_BOOK_SCF_LAV_BALANCE11 = 12 */
+/* raw stats   : envelopeBalance_11  KK 00-02-03                               */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode3C.m/envelopeBalance_11T.mat/v_nBhex
+   built by : FH 01-05-15 */
+
+const INT bookSbrEnvBalanceC11T[25] =
+{
+  0x00001FF2, 0x00001FF3, 0x00001FF4, 0x00001FF5, 0x00001FF6, 0x00001FF7, 0x00001FF8, 0x00000FF8,
+  0x000000FE, 0x0000007E, 0x0000000E, 0x00000006, 0x00000000, 0x00000002, 0x0000001E, 0x0000003E,
+  0x000001FE, 0x00001FF9, 0x00001FFA, 0x00001FFB, 0x00001FFC, 0x00001FFD, 0x00001FFE, 0x00003FFE,
+  0x00003FFF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode3C.m/envelopeBalance_11T.mat/v_nLhex
+   built by : FH 01-05-15 */
+
+const UCHAR bookSbrEnvBalanceL11T[25] =
+{
+  0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0C, 0x08, 0x07, 0x04, 0x03, 0x01, 0x02, 0x05, 0x06,
+  0x09, 0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0E, 0x0E
+};
+
+
+/* direction: freq
+   contents : codewords
+   raw table: HuffCode3C.m/envelopeBalance_11F.mat/v_nBhex
+   built by : FH 01-05-15 */
+
+const INT bookSbrEnvBalanceC11F[25] =
+{
+  0x00001FF7, 0x00001FF8, 0x00001FF9, 0x00001FFA, 0x00001FFB, 0x00003FF8, 0x00003FF9, 0x000007FC,
+  0x000000FE, 0x0000007E, 0x0000000E, 0x00000002, 0x00000000, 0x00000006, 0x0000001E, 0x0000003E,
+  0x000001FE, 0x00000FFA, 0x00001FF6, 0x00003FFA, 0x00003FFB, 0x00003FFC, 0x00003FFD, 0x00003FFE,
+  0x00003FFF
+};
+
+
+/* direction: freq
+   contents : codeword lengths
+   raw table: HuffCode3C.m/envelopeBalance_11F.mat/v_nLhex
+   built by : FH 01-05-15 */
+
+const UCHAR bookSbrEnvBalanceL11F[25] =
+{
+  0x0D, 0x0D, 0x0D, 0x0D, 0x0D, 0x0E, 0x0E, 0x0B, 0x08, 0x07, 0x04, 0x02, 0x01, 0x03, 0x05, 0x06,
+  0x09, 0x0C, 0x0D, 0x0E, 0x0E, 0x0E, 0x0E, 0x0E, 0x0E
+};
+
+
+/*******************************************************************************/
+/* table       : noise level, 3.0 dB                                           */
+/* theor range : [-29,29], CODE_BOOK_SCF_LAV   = 29                            */
+/* implem range: [-31,31], CODE_BOOK_SCF_LAV11 = 31                            */
+/* raw stats   : noiseLevel_11  KK 00-02-03                                    */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const INT v_Huff_NoiseLevelC11T[63] = {
+  0x00001FCE, 0x00001FCF, 0x00001FD0, 0x00001FD1, 0x00001FD2, 0x00001FD3, 0x00001FD4, 0x00001FD5,
+  0x00001FD6, 0x00001FD7, 0x00001FD8, 0x00001FD9, 0x00001FDA, 0x00001FDB, 0x00001FDC, 0x00001FDD,
+  0x00001FDE, 0x00001FDF, 0x00001FE0, 0x00001FE1, 0x00001FE2, 0x00001FE3, 0x00001FE4, 0x00001FE5,
+  0x00001FE6, 0x00001FE7, 0x000007F2, 0x000000FD, 0x0000003E, 0x0000000E, 0x00000006, 0x00000000,
+  0x00000002, 0x0000001E, 0x000000FC, 0x000003F8, 0x00001FCC, 0x00001FE8, 0x00001FE9, 0x00001FEA,
+  0x00001FEB, 0x00001FEC, 0x00001FCD, 0x00001FED, 0x00001FEE, 0x00001FEF, 0x00001FF0, 0x00001FF1,
+  0x00001FF2, 0x00001FF3, 0x00001FF4, 0x00001FF5, 0x00001FF6, 0x00001FF7, 0x00001FF8, 0x00001FF9,
+  0x00001FFA, 0x00001FFB, 0x00001FFC, 0x00001FFD, 0x00001FFE, 0x00003FFE, 0x00003FFF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode2.m
+   built by : FH 00-02-04 */
+
+const UCHAR v_Huff_NoiseLevelL11T[63] = {
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000B, 0x00000008, 0x00000006, 0x00000004, 0x00000003, 0x00000001,
+  0x00000002, 0x00000005, 0x00000008, 0x0000000A, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D,
+  0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000D, 0x0000000E, 0x0000000E
+};
+
+
+/*******************************************************************************/
+/* table       : noise balance, 3.0 dB                                         */
+/* theor range : [-24,24], CODE_BOOK_SCF_LAV = 24                              */
+/* implem range: same but mapped to [-12,12], CODE_BOOK_SCF_LAV_BALANCE11 = 12 */
+/* raw stats   : noiseBalance_11  KK 00-02-03                                  */
+/*******************************************************************************/
+
+/* direction: time
+   contents : codewords
+   raw table: HuffCode3C.m/noiseBalance_11.mat/v_nBhex
+   built by : FH 01-05-15 */
+
+const INT bookSbrNoiseBalanceC11T[25] =
+{
+  0x000000EC, 0x000000ED, 0x000000EE, 0x000000EF, 0x000000F0, 0x000000F1, 0x000000F2, 0x000000F3,
+  0x000000F4, 0x000000F5, 0x0000001C, 0x00000002, 0x00000000, 0x00000006, 0x0000003A, 0x000000F6,
+  0x000000F7, 0x000000F8, 0x000000F9, 0x000000FA, 0x000000FB, 0x000000FC, 0x000000FD, 0x000000FE,
+  0x000000FF
+};
+
+
+/* direction: time
+   contents : codeword lengths
+   raw table: HuffCode3C.m/noiseBalance_11.mat/v_nLhex
+   built by : FH 01-05-15 */
+
+const UCHAR bookSbrNoiseBalanceL11T[25] =
+{
+  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x05, 0x02, 0x01, 0x03, 0x06, 0x08,
+  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08
+};
+
+/*
+   tuningTable
+*/
+const sbrTuningTable_t sbrTuningTable[] =
+{
+  /* Some of the low bitrates are commented out here, this is because the
+     encoder could lose frames at those bitrates and throw an error because
+     it has insufficient bits to encode for some test items.
+  */
+
+  /*** HE-AAC section ***/
+  /*                        sf,sfsp,sf,sfsp,nnb,nfo,saml,SM,FS*/
+
+  /*** mono ***/
+
+  /* 8/16 kHz dual rate */
+  { CODEC_AAC,   8000, 10000,   8000, 1,  7, 6, 11,10, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  10000, 12000,   8000, 1, 11, 7, 13,12, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  12000, 16001,   8000, 1, 14,10, 13,13, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  16000, 24000,   8000, 1, 14,10, 14,14, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  24000, 32000,   8000, 1, 14,10, 14,14, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  32000, 48001,   8000, 1, 14,11, 15,15, 2, 0, 3, SBR_MONO, 2 }, /* placebo */ /* bitrates higher than 48000 not supported by AAC core */
+
+  /* 11/22 kHz dual rate */
+  { CODEC_AAC,   8000, 10000,  11025, 1,  5, 4,  6, 6, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  10000, 12000,  11025, 1,  8, 5, 12, 9, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  12000, 16000,  11025, 1, 12, 8, 13, 8, 1, 0, 6, SBR_MONO, 3 },
+  { CODEC_AAC,  16000, 20000,  11025, 1, 12, 8, 13, 8, 1, 0, 6, SBR_MONO, 3 }, /* at such "high" bitrates it's better to upsample the input */
+  { CODEC_AAC,  20000, 24001,  11025, 1, 13, 9, 13, 8, 1, 0, 6, SBR_MONO, 3 }, /* signal by a factor of 2 before sending it into the encoder */
+  { CODEC_AAC,  24000, 32000,  11025, 1, 14,10, 14, 9, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  32000, 48000,  11025, 1, 15,11, 15,10, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  48000, 64001,  11025, 1, 15,11, 15,10, 2, 0, 3, SBR_MONO, 1 }, /* placebo */
+
+  /* 12/24 kHz dual rate */
+  { CODEC_AAC,   8000, 10000,  12000, 1,  4, 3,  6, 6, 1, 0, 6, SBR_MONO, 3 }, /* nominal:  8 kbit/s */
+  { CODEC_AAC,  10000, 12000,  12000, 1,  7, 4, 11, 8, 1, 0, 6, SBR_MONO, 3 }, /* nominal: 10 kbit/s */
+  { CODEC_AAC,  12000, 16000,  12000, 1, 11, 7, 12, 8, 1, 0, 6, SBR_MONO, 3 }, /* nominal: 12 kbit/s */
+  { CODEC_AAC,  16000, 20000,  12000, 1, 11, 7, 12, 8, 1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s */ /* at such "high" bitrates it's better to upsample the input */
+  { CODEC_AAC,  20000, 24001,  12000, 1, 12, 8, 12, 8, 1, 0, 6, SBR_MONO, 3 }, /* nominal: 20 kbit/s */ /* signal by a factor of 2 before sending it into the encoder */
+  { CODEC_AAC,  24000, 32000,  12000, 1, 13, 9, 13, 9, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  32000, 48000,  12000, 1, 14,10, 14,10, 2, 0, 3, SBR_MONO, 2 }, /* placebo */
+  { CODEC_AAC,  48000, 64001,  12000, 1, 14,11, 15,11, 2, 0, 3, SBR_MONO, 1 }, /* placebo */
+
+  /* 16/32 kHz dual rate */
+  { CODEC_AAC,   8000, 10000,  16000, 1,  1, 1, 0, 0,  1, 0, 6, SBR_MONO, 3 }, /* nominal:  8 kbit/s */
+  { CODEC_AAC,  10000, 12000,  16000, 1,  2, 1, 6, 0,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 10 kbit/s */
+  { CODEC_AAC,  12000, 16000,  16000, 1,  4, 2, 6, 0,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 12 kbit/s */
+  { CODEC_AAC,  16000, 18000,  16000, 1,  4, 2, 8, 3,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s */
+  { CODEC_AAC,  18000, 22000,  16000, 1,  6, 5,11, 7,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  22000, 28000,  16000, 1, 10, 9,12, 8,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  16000, 1, 12,12,13,13,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  16000, 1, 14,14,13,13,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 64001,  16000, 1, 14,14,13,13,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 48 kbit/s */
+
+  /* 22.05/44.1 kHz dual rate */
+  /* { CODEC_AAC,   8000, 11369,  22050, 1,  1, 1, 1, 1,  1, 0, 6, SBR_MONO, 3 }, */ /* nominal:  8 kbit/s */   /* encoder can not work stable at this extremely low bitrate */
+  { CODEC_AAC,  11369, 16000,  22050, 1,  3, 1, 4, 4,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 12 kbit/s */
+  { CODEC_AAC,  16000, 18000,  22050, 1,  3, 1, 5, 4,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s */
+  { CODEC_AAC,  18000, 22000,  22050, 1,  4, 4, 8, 5,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  22000, 28000,  22050, 1,  7, 6, 8, 6,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  22050, 1, 10,10, 9, 9,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  22050, 1, 11,11,10,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 64001,  22050, 1, 13,13,12,12,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 48 kbit/s */
+
+  /* 24/48 kHz dual rate */
+  /* { CODEC_AAC,   8000, 12000,  24000, 1,  1, 1, 1, 1,  1, 0, 6, SBR_MONO, 3 }, */ /* nominal:  8 kbit/s */   /* encoder can not work stable at this extremely low bitrate */
+  { CODEC_AAC,  12000, 16000,  24000, 1,  3, 1, 4, 4,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 12 kbit/s */
+  { CODEC_AAC,  16000, 18000,  24000, 1,  3, 1, 5, 4,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s */
+  { CODEC_AAC,  18000, 22000,  24000, 1,  4, 3, 8, 5,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  22000, 28000,  24000, 1,  7, 6, 8, 6,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  24000, 1, 10,10, 9, 9,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  24000, 1, 11,11,10,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 64001,  24000, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 48 kbit/s */
+
+  /* 32/64 kHz dual rate */  /* placebo settings */
+  { CODEC_AAC,   24000, 36000, 32000, 1,  4, 4, 4, 4,  2, 0, 3, SBR_MONO, 3 }, /* lowest range  */
+  { CODEC_AAC,   36000, 60000, 32000, 1,  7, 7, 6, 6,  2, 0, 3, SBR_MONO, 2 }, /* lowest range */
+  { CODEC_AAC,   60000, 72000, 32000, 1,  9, 9, 8, 8,  2, 0, 3, SBR_MONO, 1 }, /* low range */
+  { CODEC_AAC,   72000,100000, 32000, 1, 11,11,10,10,  2, 0, 3, SBR_MONO, 1 }, /* SBR sweet spot */
+  { CODEC_AAC,  100000,160001, 32000, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* backwards compatible */
+
+  /* 44.1/88.2 kHz dual rate */  /* placebo settings */
+  { CODEC_AAC,   24000, 36000, 44100, 1,  4, 4, 4, 4,  2, 0, 3, SBR_MONO, 3 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   36000, 60000, 44100, 1,  7, 7, 6, 6,  2, 0, 3, SBR_MONO, 2 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   60000, 72000, 44100, 1,  9, 9, 8, 8,  2, 0, 3, SBR_MONO, 1 }, /* low range */
+  { CODEC_AAC,   72000,100000, 44100, 1, 11,11,10,10,  2, 0, 3, SBR_MONO, 1 }, /* SBR sweet spot */
+  { CODEC_AAC,  100000,160001, 44100, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* backwards compatible */
+
+  /* 48/96 kHz dual rate */  /* not yet finally tuned */
+  { CODEC_AAC,   32000, 36000, 48000, 1,  4, 4, 9, 9,  2, 0, 3, SBR_MONO, 3 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   36000, 60000, 48000, 1,  7, 7,10,10,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 40 */
+  { CODEC_AAC,   60000, 72000, 48000, 1,  9, 9,10,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 64 */
+  { CODEC_AAC,   72000,100000, 48000, 1, 11,11,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 80 */
+  { CODEC_AAC,  100000,160001, 48000, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 128 */
+
+  /*** stereo ***/
+  /* 08/16 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,   8000, 2,  6, 6,  9, 7, 1, 0,-3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */ /* placebo */
+  { CODEC_AAC,  24000, 28000,   8000, 2,  9, 9, 11, 9, 1, 0,-3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,   8000, 2, 11, 9, 11, 9, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,   8000, 2, 13,11, 13,11, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,   8000, 2, 14,12, 13,12, 2, 0,-3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,   8000, 2, 14,14, 13,13, 3, 0,-3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,   8000, 2, 14,14, 13,13, 3, 0,-3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,   8000, 2, 14,14, 13,13, 3, 0,-3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 11/22 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,  11025, 2,  7, 5, 9, 7,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */ /* placebo */
+  { CODEC_AAC,  24000, 28000,  11025, 2, 10, 8,10, 8,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  11025, 2, 12, 8,12, 8,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  11025, 2, 13, 9,13, 9,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,  11025, 2, 14,11,13,11,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,  11025, 2, 15,15,13,13,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,  11025, 2, 15,15,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,  11025, 2, 15,15,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 12/24 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,  12000, 2,  6, 4, 9, 7,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */ /* placebo */
+  { CODEC_AAC,  24000, 28000,  12000, 2,  9, 7,10, 8,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  12000, 2, 11, 7,12, 8,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  12000, 2, 12, 9,12, 9,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,  12000, 2, 13,12,13,12,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,  12000, 2, 14,14,13,13,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,  12000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,  12000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 16/32 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,  16000, 2,  4, 2, 1, 0,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  24000, 28000,  16000, 2,  8, 7,10, 8,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  16000, 2, 10, 9,12,11,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  16000, 2, 13,13,13,13,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,  16000, 2, 14,14,13,13,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 22.05/44.1 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,  22050, 2,  2, 1, 1, 0,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  24000, 28000,  22050, 2,  5, 4, 6, 5,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 32000,  22050, 2,  5, 4, 8, 7,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 28 kbit/s */
+  { CODEC_AAC,  32000, 36000,  22050, 2,  7, 6, 8, 7,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  22050, 2, 10,10, 9, 9,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,  22050, 2, 12,12, 9, 9,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,  22050, 2, 13,13,10,10,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,  22050, 2, 14,14,12,12,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,  22050, 2, 14,14,12,12,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 24/48 kHz dual rate */
+  { CODEC_AAC,  16000, 24000,  24000, 2,  2, 1, 1, 0,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 20 kbit/s */
+  { CODEC_AAC,  24000, 28000,  24000, 2,  5, 5, 6, 6,  1, 0, -3, SBR_SWITCH_LRC, 3 }, /* nominal: 24 kbit/s */
+  { CODEC_AAC,  28000, 36000,  24000, 2,  7, 6, 8, 7,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AAC,  36000, 44000,  24000, 2, 10,10, 9, 9,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AAC,  44000, 52000,  24000, 2, 12,12, 9, 9,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AAC,  52000, 60000,  24000, 2, 13,13,10,10,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AAC,  60000, 76000,  24000, 2, 14,14,12,12,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AAC,  76000,128001,  24000, 2, 14,14,12,12,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 32/64 kHz dual rate */  /* placebo settings */
+  { CODEC_AAC,   32000, 60000, 32000, 2,  4, 4, 4, 4,  2, 0, -3, SBR_SWITCH_LRC, 3 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   60000, 80000, 32000, 2,  7, 7, 6, 6,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   80000,112000, 32000, 2,  9, 9, 8, 8,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* low range */
+  { CODEC_AAC,  112000,144000, 32000, 2, 11,11,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* SBR sweet spot */
+  { CODEC_AAC,  144000,256001, 32000, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* backwards compatible */
+
+  /* 44.1/88.2 kHz dual rate */  /* placebo settings */
+  { CODEC_AAC,   32000, 60000, 44100, 2,  4, 4, 4, 4,  2, 0, -3, SBR_SWITCH_LRC, 3 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   60000, 80000, 44100, 2,  7, 7, 6, 6,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   80000,112000, 44100, 2,  9, 9, 8, 8,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* low range */
+  { CODEC_AAC,  112000,144000, 44100, 2, 11,11,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* SBR sweet spot */
+  { CODEC_AAC,  144000,256001, 44100, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* backwards compatible */
+
+  /* 48/96 kHz dual rate */  /* not yet finally tuned */
+  { CODEC_AAC,   36000, 60000, 48000, 2,  4, 4, 9, 9,  2, 0, -3, SBR_SWITCH_LRC, 3 }, /* lowest range (multichannel rear) */
+  { CODEC_AAC,   60000, 80000, 48000, 2,  7, 7, 9, 9,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 64 */
+  { CODEC_AAC,   80000,112000, 48000, 2,  9, 9,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 96 */
+  { CODEC_AAC,  112000,144000, 48000, 2, 11,11,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 128 */
+  { CODEC_AAC,  144000,256001, 48000, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 192 */
+
+
+  /** AAC LOW DELAY SECTION **/
+
+  /*** mono ***/
+  /* 16/32 kHz dual rate not yet tuned ->alb copied from non LD tables*/
+  { CODEC_AACLD,  16000, 18000,  16000, 1,  4, 5, 9, 7,  1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s wrr: tuned */
+  { CODEC_AACLD,  18000, 22000,  16000, 1,  7, 7,12,12,  1, 6, 9, SBR_MONO, 3 }, /* nominal: 20 kbit/s wrr: tuned */
+  { CODEC_AACLD,  22000, 28000,  16000, 1,  6, 6, 9, 9,  2, 3, 6, SBR_MONO, 3 }, /* nominal: 24 kbit/s wrr: tuned */
+  { CODEC_AACLD,  28000, 36000,  16000, 1,  8, 8,12, 7,  2, 9,12, SBR_MONO, 3 }, /* jgr: special */ /* wrr: tuned */
+  { CODEC_AACLD,  36000, 44000,  16000, 1, 10,14,12,13,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  44000, 64001,  16000, 1, 11,14,13,13,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 48 kbit/s */
+
+  /* 22.05/44.1 kHz dual rate */
+  { CODEC_AACLD,  18000, 22000,  22050, 1,  4, 4, 5, 5,  2, 0, 6, SBR_MONO, 3 }, /* nominal: 20 kbit/s */
+  { CODEC_AACLD,  22000, 28000,  22050, 1,  5, 5, 6, 6,  2, 0, 6, SBR_MONO, 2 }, /* nominal: 24 kbit/s */
+  { CODEC_AACLD,  28000, 36000,  22050, 1,  7, 8, 8, 8,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AACLD,  36000, 44000,  22050, 1,  9, 9, 9, 9,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  44000, 52000,  22050, 1, 12,11,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 48 kbit/s */
+  { CODEC_AACLD,  52000, 64001,  22050, 1, 13,11,11,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 56 kbit/s */
+
+  /* 24/48 kHz dual rate */
+  { CODEC_AACLD,  20000, 22000,  24000, 1,  4, 1, 8, 4,  2, 3, 6, SBR_MONO, 2 }, /* nominal: 20 kbit/s */
+  { CODEC_AACLD,  22000, 28000,  24000, 1,  3, 8, 8, 7,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 24 kbit/s */
+  { CODEC_AACLD,  28000, 36000,  24000, 1,  4, 8, 8, 7,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AACLD,  36000, 56000,  24000, 1,  8, 9, 9, 9,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  56000, 64001,  24000, 1, 13,11,11,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 64 kbit/s */
+
+  /* 32/64 kHz dual rate */  /* placebo settings */  /*jgr: new, copy from CODEC_AAC */
+  { CODEC_AACLD,  24000, 36000,  32000, 1,  4, 4, 4, 4,  2, 0, 3, SBR_MONO, 3 }, /* lowest range  */
+  { CODEC_AACLD,  36000, 60000,  32000, 1,  7, 7, 6, 6,  2, 0, 3, SBR_MONO, 2 }, /* lowest range */
+  { CODEC_AACLD,  60000, 72000,  32000, 1,  9, 9, 8, 8,  2, 0, 3, SBR_MONO, 1 }, /* low range */
+  { CODEC_AACLD,  72000,100000,  32000, 1, 11,11,10,10,  2, 0, 3, SBR_MONO, 1 }, /* SBR sweet spot */
+  { CODEC_AACLD, 100000,160001,  32000, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* backwards compatible */
+
+  /* 44/88 kHz dual rate */  /* not yet finally tuned */
+  { CODEC_AACLD,  36000, 60000,  44100, 1,  8, 7, 6, 9,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 40 */
+  { CODEC_AACLD,  60000, 72000,  44100, 1,  9, 9,10,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 64 */
+  { CODEC_AACLD,  72000,100000,  44100, 1, 11,11,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 80 */
+  { CODEC_AACLD, 100000,160001,  44100, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 128 */
+
+  /* 48/96 kHz dual rate */  /* 32 and 40kbps line tuned for dual-rate SBR */
+  { CODEC_AACLD,  36000, 60000,  48000, 1,  8, 7, 6, 9,  2, 0, 3, SBR_MONO, 2 }, /* nominal: 40 */
+  { CODEC_AACLD,  60000, 72000,  48000, 1,  9, 9,10,10,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 64 */
+  { CODEC_AACLD,  72000,100000,  48000, 1, 11,11,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 80 */
+  { CODEC_AACLD, 100000,160001,  48000, 1, 13,13,11,11,  2, 0, 3, SBR_MONO, 1 }, /* nominal: 128 */
+
+  /*** stereo ***/
+  /* 16/32 kHz dual rate not yet tuned ->alb copied from non LD tables*/
+  { CODEC_AACLD,  32000, 36000,  16000, 2, 10, 9,12,11,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AACLD,  36000, 44000,  16000, 2, 13,13,13,13,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  44000, 52000,  16000, 2, 10, 9,11, 9,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* tune12 nominal: 48 kbit/s */
+  { CODEC_AACLD,  52000, 60000,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AACLD,  60000, 76000,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AACLD,  76000,128001,  16000, 2, 14,14,13,13,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 22.05/44.1 kHz dual rate */
+  { CODEC_AACLD,  32000, 36000,  22050, 2,  5, 4, 7, 6,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AACLD,  36000, 44000,  22050, 2,  5, 8, 8, 8,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  44000, 52000,  22050, 2,  7,10, 8, 8,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AACLD,  52000, 60000,  22050, 2,  9,11, 9, 9,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AACLD,  60000, 76000,  22050, 2, 10,12,10,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AACLD,  76000, 82000,  22050, 2, 12,12,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+  { CODEC_AACLD,  82000,128001,  22050, 2, 13,12,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+
+  /* 24/48 kHz dual rate */
+  { CODEC_AACLD,  32000, 36000,  24000, 2,  5, 4, 7, 6,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 32 kbit/s */
+  { CODEC_AACLD,  36000, 44000,  24000, 2,  4, 8, 8, 8,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 40 kbit/s */
+  { CODEC_AACLD,  44000, 52000,  24000, 2,  6,10, 8, 8,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 48 kbit/s */
+  { CODEC_AACLD,  52000, 60000,  24000, 2,  9,11, 9, 9,  3, 0, -3, SBR_SWITCH_LRC, 1 }, /* nominal: 56 kbit/s */
+  { CODEC_AACLD,  60000, 76000,  24000, 2, 11,12,10,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 64 kbit/s */
+  { CODEC_AACLD,  76000, 88000,  24000, 2, 12,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 80 kbit/s */
+  { CODEC_AACLD,  88000,128001,  24000, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 92 kbit/s */
+
+  /* 32/64 kHz dual rate */  /* placebo settings */ /*jgr: new, copy from CODEC_AAC */
+  { CODEC_AACLD,  60000, 80000,  32000, 2,  7, 7, 6, 6,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* lowest range (multichannel rear) */
+  { CODEC_AACLD,  80000,112000,  32000, 2,  9, 9, 8, 8,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* low range */
+  { CODEC_AACLD, 112000,144000,  32000, 2, 11,11,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* SBR sweet spot */
+  { CODEC_AACLD, 144000,256001,  32000, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* backwards compatible */
+
+  /* 44.1/88.2 kHz dual rate */  /* placebo settings */ /*wrr: new, copy from CODEC_AAC */
+  { CODEC_AACLD,  60000, 80000,  44100, 2,  7, 7, 6, 6,  3, 0, -3, SBR_SWITCH_LRC, 2 }, /* lowest range (multichannel rear) */
+  { CODEC_AACLD,  80000,112000,  44100, 2, 10,10, 8, 8,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* hlm 11-08-29 */
+  { CODEC_AACLD, 112000,144000,  44100, 2, 12,12,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* hlm 11-08-29 */
+  { CODEC_AACLD, 144000,256001,  44100, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* backwards compatible */
+
+  /* 48/96 kHz dual rate */  /* not yet finally tuned */ /*wrr: new, copy from CODEC_AAC */
+  { CODEC_AACLD,  60000, 80000,  48000, 2,  7, 7,10,10,  2, 0, -3, SBR_SWITCH_LRC, 2 }, /* nominal: 64 */
+  { CODEC_AACLD,  80000,112000,  48000, 2,  9, 9,10,10,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 96 */
+  { CODEC_AACLD, 112000,144000,  48000, 2, 11,11,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* nominal: 128 */
+  { CODEC_AACLD, 144000,176000,  48000, 2, 12,12,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* hlm 09-10-19 */
+  { CODEC_AACLD, 176000,256001,  48000, 2, 13,13,11,11,  3, 0, -3, SBR_LEFT_RIGHT, 1 }, /* hlm 09-10-19 */
+
+};
+
+const int sbrTuningTableSize = sizeof(sbrTuningTable)/sizeof(sbrTuningTable[0]);
+
+const psTuningTable_t psTuningTable[4] =
+{
+  {  8000,  22000, PSENC_STEREO_BANDS_10, PSENC_NENV_1, FL2FXCONST_DBL(3.0f/4.0f) },
+  { 22000,  28000, PSENC_STEREO_BANDS_20, PSENC_NENV_1, FL2FXCONST_DBL(2.0f/4.0f) },
+  { 28000,  36000, PSENC_STEREO_BANDS_20, PSENC_NENV_2, FL2FXCONST_DBL(1.5f/4.0f) },
+  { 36000, 160001, PSENC_STEREO_BANDS_20, PSENC_NENV_4, FL2FXCONST_DBL(1.1f/4.0f) },
+};
+
+
+//@}
+
+
+
diff --git a/libSBRenc/src/sbr_rom.h b/libSBRenc/src/sbr_rom.h
new file mode 100644 (file)
index 0000000..afa924e
--- /dev/null
@@ -0,0 +1,127 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+\file
+\brief Declaration of constant tables
+*/
+#ifndef __SBR_ROM_H
+#define __SBR_ROM_H
+
+#include "sbr_def.h"
+#include "sbr_encoder.h"
+
+#include "ps_main.h"
+
+/*
+  huffman tables
+*/
+extern const INT           v_Huff_envelopeLevelC10T[121];
+extern const UCHAR         v_Huff_envelopeLevelL10T[121];
+extern const INT           v_Huff_envelopeLevelC10F[121];
+extern const UCHAR         v_Huff_envelopeLevelL10F[121];
+extern const INT           bookSbrEnvBalanceC10T[49];
+extern const UCHAR         bookSbrEnvBalanceL10T[49];
+extern const INT           bookSbrEnvBalanceC10F[49];
+extern const UCHAR         bookSbrEnvBalanceL10F[49];
+extern const INT           v_Huff_envelopeLevelC11T[63];
+extern const UCHAR         v_Huff_envelopeLevelL11T[63];
+extern const INT           v_Huff_envelopeLevelC11F[63];
+extern const UCHAR         v_Huff_envelopeLevelL11F[63];
+extern const INT           bookSbrEnvBalanceC11T[25];
+extern const UCHAR         bookSbrEnvBalanceL11T[25];
+extern const INT           bookSbrEnvBalanceC11F[25];
+extern const UCHAR         bookSbrEnvBalanceL11F[25];
+extern const INT           v_Huff_NoiseLevelC11T[63];
+extern const UCHAR         v_Huff_NoiseLevelL11T[63];
+extern const INT           bookSbrNoiseBalanceC11T[25];
+extern const UCHAR         bookSbrNoiseBalanceL11T[25];
+
+extern const sbrTuningTable_t sbrTuningTable[];
+extern const int sbrTuningTableSize;
+
+extern const psTuningTable_t psTuningTable[4];
+
+
+#endif
diff --git a/libSBRenc/src/sbrenc_freq_sca.cpp b/libSBRenc/src/sbrenc_freq_sca.cpp
new file mode 100644 (file)
index 0000000..30bc5ca
--- /dev/null
@@ -0,0 +1,691 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  frequency scale  
+  \author Tobias Chalupka
+*/
+
+#include "sbrenc_freq_sca.h"
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+/*  StartFreq */
+static INT getStartFreq(INT fsCore, const INT start_freq);
+
+/* StopFreq */
+static INT getStopFreq(INT fsCore, const INT stop_freq);
+
+static INT  numberOfBands(INT b_p_o, INT start, INT stop, FIXP_DBL warp_factor);
+static void CalcBands(INT * diff, INT start , INT stop , INT num_bands);
+static INT  modifyBands(INT max_band, INT * diff, INT length);
+static void cumSum(INT start_value, INT* diff, INT length, UCHAR  *start_adress);
+
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_getSbrStartFreqRAW
+ *******************************************************************************
+ Description:
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+
+INT
+FDKsbrEnc_getSbrStartFreqRAW (INT startFreq, INT fsCore)
+{
+  INT result;
+
+  if ( startFreq < 0 || startFreq > 15) {
+    return -1;
+  }
+  /* Update startFreq struct */
+  result = getStartFreq(fsCore, startFreq);
+
+  result = (result*(fsCore>>5)+1)>>1; /* (result*fsSBR/QMFbands+1)>>1; */
+
+  return (result);
+
+} /* End FDKsbrEnc_getSbrStartFreqRAW */
+
+
+/*******************************************************************************
+ Functionname:  getSbrStopFreq
+ *******************************************************************************
+ Description:
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+INT FDKsbrEnc_getSbrStopFreqRAW  (INT stopFreq, INT fsCore)
+{
+  INT result;
+
+  if ( stopFreq < 0 || stopFreq > 13)
+    return -1;
+
+  /* Uppdate stopFreq struct */
+  result = getStopFreq(fsCore, stopFreq);
+  result = (result*(fsCore>>5)+1)>>1; /* (result*fsSBR/QMFbands+1)>>1; */
+
+  return (result);
+} /* End getSbrStopFreq */
+
+
+/*******************************************************************************
+ Functionname:  getStartFreq
+ *******************************************************************************
+ Description:
+
+ Arguments:  fsCore - core sampling rate
+
+
+ Return:
+ *******************************************************************************/
+static INT
+getStartFreq(INT fsCore, const INT start_freq)
+{
+  INT k0_min;
+
+  switch(fsCore){
+  case  8000: k0_min = 24; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 11025: k0_min = 17; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 12000: k0_min = 16; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 16000: k0_min = 16; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 22050: k0_min = 12; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 24000: k0_min = 11; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 32000: k0_min = 10; /* (5000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 44100: k0_min = 7;  /* (5000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 48000: k0_min = 7;  /* (5000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  case 96000: k0_min = 3;  /* (5000 * nQmfChannels / fsSBR ) + 0.5 */
+    break;
+  default:
+    k0_min=11; /* illegal fs */
+  }
+
+
+  switch (fsCore) {
+
+  case  8000:
+    {
+      INT v_offset[]= {-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7};
+      return (k0_min + v_offset[start_freq]);
+    }
+  case 11025:
+    {
+      INT v_offset[]= {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13};
+      return (k0_min + v_offset[start_freq]);
+    }
+  case 12000:
+    {
+      INT v_offset[]= {-5, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16};
+      return (k0_min + v_offset[start_freq]);
+    }
+  case 16000:
+    {
+      INT v_offset[]= {-6, -4, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16};
+      return (k0_min + v_offset[start_freq]);
+    }
+  case 22050:
+  case 24000:
+  case 32000:
+    {
+      INT v_offset[]= {-4, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20};
+      return (k0_min + v_offset[start_freq]);
+    }
+  case 44100:
+  case 48000:
+  case 96000:
+    {
+      INT v_offset[]= {-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20, 24};
+      return (k0_min + v_offset[start_freq]);
+    }
+  default:
+    {
+      INT v_offset[]= {0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 16, 20, 24, 28, 33};
+      return (k0_min + v_offset[start_freq]);
+    }
+  }
+} /* End getStartFreq */
+
+
+/*******************************************************************************
+ Functionname:  getStopFreq
+ *******************************************************************************
+ Description:
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+ static INT
+getStopFreq(INT fsCore, const INT stop_freq)
+{
+  INT result,i;
+  INT k1_min;
+  INT v_dstop[13];
+
+  INT *v_stop_freq = NULL;
+  INT v_stop_freq_16[14] = {48,49,50,51,52,54,55,56,57,59,60,61,63,64};
+  INT v_stop_freq_22[14] = {35,37,38,40,42,44,46,48,51,53,56,58,61,64};
+  INT v_stop_freq_24[14] = {32,34,36,38,40,42,44,46,49,52,55,58,61,64};
+  INT v_stop_freq_32[14] = {32,34,36,38,40,42,44,46,49,52,55,58,61,64};
+  INT v_stop_freq_44[14] = {23,25,27,29,32,34,37,40,43,47,51,55,59,64};
+  INT v_stop_freq_48[14] = {21,23,25,27,30,32,35,38,42,45,49,54,59,64};
+  INT v_stop_freq_64[14] = {20,22,24,26,29,31,34,37,41,45,49,54,59,64};
+  INT v_stop_freq_88[14] = {15,17,19,21,23,26,29,33,37,41,46,51,57,64};
+  INT v_stop_freq_96[14] = {13,15,17,19,21,24,27,31,35,39,44,50,57,64};
+  INT v_stop_freq_192[14] = {7, 8,10,12,14,16,19,23,27,32,38,46,54,64};
+
+  switch(fsCore){
+  case  8000: k1_min = 48;
+              v_stop_freq =v_stop_freq_16;
+    break;
+  case 11025: k1_min = 35;
+              v_stop_freq =v_stop_freq_22;
+    break;
+  case 12000: k1_min = 32;
+              v_stop_freq =v_stop_freq_24;
+    break;
+  case 16000: k1_min = 32;
+              v_stop_freq =v_stop_freq_32;
+    break;
+  case 22050: k1_min = 23;
+              v_stop_freq =v_stop_freq_44;
+    break;
+  case 24000: k1_min = 21;
+              v_stop_freq =v_stop_freq_48;
+    break;
+  case 32000: k1_min = 20;
+              v_stop_freq =v_stop_freq_64;
+    break;
+  case 44100: k1_min = 15;
+              v_stop_freq =v_stop_freq_88;
+    break;
+  case 48000: k1_min = 13;
+              v_stop_freq =v_stop_freq_96;
+    break;
+  case 96000: k1_min =  7;
+              v_stop_freq =v_stop_freq_192;
+    break;
+  default:
+    k1_min = 21; /* illegal fs  */
+  }
+
+  /* if no valid core samplingrate is used this loop produces
+     a segfault, because v_stop_freq is not initialized */
+  /* Ensure increasing bandwidth */
+  for(i = 0; i <= 12; i++) {
+    v_dstop[i] = v_stop_freq[i+1] - v_stop_freq[i];
+  }
+
+  FDKsbrEnc_Shellsort_int(v_dstop, 13); /* Sort bandwidth changes */
+
+  result = k1_min;
+  for(i = 0; i < stop_freq; i++) {
+    result = result + v_dstop[i];
+  }
+
+  return(result);
+
+}/* End getStopFreq */
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_FindStartAndStopBand
+ *******************************************************************************
+ Description:
+
+ Arguments:     srSbr            SBR sampling freqency
+                srCore           AAC core sampling freqency
+                noChannels       Number of QMF channels
+                startFreq        SBR start frequency in QMF bands
+                stopFreq         SBR start frequency in QMF bands
+
+               *k0               Output parameter
+               *k2               Output parameter
+
+ Return:       Error code (0 is OK)
+ *******************************************************************************/
+INT
+FDKsbrEnc_FindStartAndStopBand(
+        const INT srSbr,
+        const INT srCore,
+        const INT noChannels,
+        const INT startFreq,
+        const INT stopFreq,
+        INT *k0,
+        INT *k2
+        )
+{
+
+  /* Update startFreq struct */
+  *k0 = getStartFreq(srCore, startFreq);
+
+  /* Test if start freq is outside corecoder range */
+  if( srSbr*noChannels < *k0 * srCore ) {
+    return (1); /* raise the cross-over frequency and/or lower the number
+                   of target bands per octave (or lower the sampling frequency) */
+  }
+
+  /*Update stopFreq struct */
+  if ( stopFreq < 14 ) {
+    *k2 = getStopFreq(srCore, stopFreq);
+  } else if( stopFreq == 14 ) {
+    *k2 = 2 * *k0;
+  } else {
+    *k2 = 3 * *k0;
+  }
+
+  /* limit to Nyqvist */
+  if (*k2 > noChannels) {
+    *k2 = noChannels;
+  }
+
+
+
+  /* Test for invalid  k0 k2 combinations */
+  if ( (srCore == 22050) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) )
+    return (1); /* Number of bands exceeds valid range of MAX_FREQ_COEFFS for fs=44.1kHz */
+
+  if ( (srCore >= 24000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) )
+    return (1); /* Number of bands exceeds valid range of MAX_FREQ_COEFFS for fs>=48kHz */
+
+  if ((*k2 - *k0) > MAX_FREQ_COEFFS)
+    return (1);/*Number of bands exceeds valid range of MAX_FREQ_COEFFS */
+
+  if ((*k2 - *k0) < 0)
+    return (1);/* Number of bands is negative */
+
+
+  return(0);
+}
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_UpdateFreqScale
+ *******************************************************************************
+ Description:
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+INT
+FDKsbrEnc_UpdateFreqScale(
+        UCHAR     *v_k_master,
+        INT       *h_num_bands,
+        const INT  k0,
+        const INT  k2,
+        const INT  freqScale,
+        const INT  alterScale
+        )
+
+{
+
+  INT     b_p_o = 0;        /* bands_per_octave */
+  FIXP_DBL warp = FL2FXCONST_DBL(0.0f);
+  INT     dk = 0;
+
+  /* Internal variables */
+  INT     k1 = 0, i;
+  INT     num_bands0;
+  INT     num_bands1;
+  INT     diff_tot[MAX_OCTAVE + MAX_SECOND_REGION];
+  INT     *diff0 = diff_tot;
+  INT     *diff1 = diff_tot+MAX_OCTAVE;
+  INT     k2_achived;
+  INT     k2_diff;
+  INT     incr = 0;
+
+  /* Init */
+  if (freqScale==1)  b_p_o = 12;
+  if (freqScale==2)  b_p_o = 10;
+  if (freqScale==3)  b_p_o = 8;
+
+
+  if(freqScale > 0) /*Bark*/
+    {
+      if(alterScale==0)
+        warp = FL2FXCONST_DBL(0.5f);        /* 1.0/(1.0*2.0) */
+      else
+        warp = FL2FXCONST_DBL(1.0f/2.6f);   /* 1.0/(1.3*2.0); */
+
+
+      if(4*k2 >= 9*k0)  /*two or more regions (how many times the basis band is copied)*/
+        {
+          k1=2*k0;
+
+          num_bands0=numberOfBands(b_p_o, k0, k1, FL2FXCONST_DBL(0.5f));
+          num_bands1=numberOfBands(b_p_o, k1, k2, warp);
+
+          CalcBands(diff0, k0, k1, num_bands0);/*CalcBands1 => diff0 */
+          FDKsbrEnc_Shellsort_int( diff0, num_bands0);/*SortBands sort diff0 */
+
+          if (diff0[0] == 0) /* too wide FB bands for target tuning */
+          {
+            return (1);/* raise the cross-over frequency and/or lower the number
+                          of target bands per octave (or lower the sampling frequency */
+          }
+
+          cumSum(k0, diff0, num_bands0, v_k_master); /* cumsum */
+
+          CalcBands(diff1, k1, k2, num_bands1);     /* CalcBands2 => diff1 */
+          FDKsbrEnc_Shellsort_int( diff1, num_bands1);            /* SortBands sort diff1 */
+          if(diff0[num_bands0-1] > diff1[0])        /* max(1) > min(2) */
+            {
+              if(modifyBands(diff0[num_bands0-1],diff1, num_bands1))
+                return(1);
+            }
+
+          /* Add 2'nd region */
+          cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);
+          *h_num_bands=num_bands0+num_bands1;     /* Output nr of bands */
+
+        }
+      else /* one region */
+        {
+          k1=k2;
+
+          num_bands0=numberOfBands(b_p_o, k0, k1, FL2FXCONST_DBL(0.5f));
+          CalcBands(diff0, k0, k1, num_bands0);/* CalcBands1 => diff0 */
+          FDKsbrEnc_Shellsort_int( diff0, num_bands0);       /* SortBands sort diff0 */
+
+          if (diff0[0] == 0) /* too wide FB bands for target tuning */
+          {
+            return (1); /* raise the cross-over frequency and/or lower the number
+                           of target bands per octave (or lower the sampling frequency */
+          }
+
+          cumSum(k0, diff0, num_bands0, v_k_master);/* cumsum */
+          *h_num_bands=num_bands0;        /* Output nr of bands */
+
+        }
+    }
+  else /* Linear mode */
+    {
+      if (alterScale==0) {
+        dk = 1;
+        num_bands0 = 2 * ((k2 - k0)/2);         /* FLOOR to get to few number of bands*/
+      } else {
+        dk = 2;
+        num_bands0 = 2 * (((k2 - k0)/dk +1)/2); /* ROUND to get closest fit */
+      }
+
+      k2_achived = k0 + num_bands0*dk;
+      k2_diff = k2 - k2_achived;
+
+      for(i=0;i<num_bands0;i++)
+        diff_tot[i] = dk;
+
+      /* If linear scale wasn't achived */
+      /* and we got wide SBR are */
+      if (k2_diff < 0) {
+          incr = 1;
+          i = 0;
+      }
+
+      /* If linear scale wasn't achived */
+      /* and we got small SBR are */
+      if (k2_diff > 0) {
+          incr = -1;
+          i = num_bands0-1;
+      }
+
+      /* Adjust diff vector to get sepc. SBR range */
+      while (k2_diff != 0) {
+        diff_tot[i] = diff_tot[i] - incr;
+        i = i + incr;
+        k2_diff = k2_diff + incr;
+      }
+
+      cumSum(k0, diff_tot, num_bands0, v_k_master);/* cumsum */
+      *h_num_bands=num_bands0;        /* Output nr of bands */
+
+    }
+
+  if (*h_num_bands < 1)
+    return(1); /*To small sbr area */
+
+  return (0);
+}/* End FDKsbrEnc_UpdateFreqScale */
+
+static INT
+numberOfBands(INT b_p_o, INT start, INT stop, FIXP_DBL warp_factor)
+{
+  INT result=0;
+  /* result = 2* (INT) ( (double)b_p_o * (double)(FDKlog((double)stop/(double)start)/FDKlog((double)2)) * (double)FX_DBL2FL(warp_factor) + 0.5); */
+  result = ( ( b_p_o * fMult( (CalcLdInt(stop) - CalcLdInt(start)),  warp_factor) + (FL2FX_DBL(0.5f)>>LD_DATA_SHIFT)
+               ) >> ((DFRACT_BITS-1)-LD_DATA_SHIFT) ) << 1; /* do not optimize anymore (rounding!!) */
+
+  return(result);
+}
+
+
+static void
+CalcBands(INT * diff, INT start , INT stop , INT num_bands)
+{
+    INT i, qb, qe, qtmp;
+    INT previous;
+    INT current;
+    FIXP_DBL base, exp, tmp;
+
+    previous=start;
+    for(i=1; i<= num_bands; i++)
+    {
+        base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
+        exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
+        tmp = fPow(base, qb, exp, qe, &qtmp);
+        tmp = fMult(tmp, (FIXP_DBL)(start<<24));
+        current   = (INT)scaleValue(tmp, qtmp-23);
+        current   = (current+1) >> 1; /* rounding*/
+        diff[i-1] = current-previous;
+        previous  = current;
+    }
+
+}/* End CalcBands */
+
+
+static void
+cumSum(INT start_value, INT* diff, INT length,  UCHAR *start_adress)
+{
+  INT i;
+  start_adress[0]=start_value;
+  for(i=1;i<=length;i++)
+    start_adress[i]=start_adress[i-1]+diff[i-1];
+} /* End cumSum */
+
+
+static INT
+modifyBands(INT max_band_previous, INT * diff, INT length)
+{
+  INT change=max_band_previous-diff[0];
+
+  /* Limit the change so that the last band cannot get narrower than the first one */
+  if ( change > (diff[length-1] - diff[0]) / 2 )
+    change = (diff[length-1] - diff[0]) / 2;
+
+  diff[0] += change;
+  diff[length-1] -= change;
+  FDKsbrEnc_Shellsort_int(diff, length);
+
+  return(0);
+}/* End modifyBands */
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_UpdateHiRes
+ *******************************************************************************
+ Description:
+
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+INT
+FDKsbrEnc_UpdateHiRes(
+        UCHAR   *h_hires,
+        INT     *num_hires,
+        UCHAR   *v_k_master,
+        INT      num_master,
+        INT     *xover_band
+        )
+{
+  INT i;
+  INT max1,max2;
+
+  if( (v_k_master[*xover_band] > 32 ) || /* v_k_master[*xover_band] > noQMFChannels(dualRate)/divider */
+      ( *xover_band > num_master ) )  {
+      /* xover_band error, too big for this startFreq. Will be clipped */
+
+    /* Calculate maximum value for xover_band */
+    max1=0;
+    max2=num_master;
+    while( (v_k_master[max1+1] < 32 ) && /* noQMFChannels(dualRate)/divider */
+           ( (max1+1) < max2) )
+      {
+        max1++;
+      }
+
+    *xover_band=max1;
+  }
+
+  *num_hires = num_master - *xover_band;
+  for(i = *xover_band; i <= num_master; i++)
+    {
+      h_hires[i - *xover_band] = v_k_master[i];
+    }
+
+  return (0);
+}/* End FDKsbrEnc_UpdateHiRes */
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_UpdateLoRes
+ *******************************************************************************
+ Description:
+
+ Arguments:
+
+ Return:
+ *******************************************************************************/
+void
+FDKsbrEnc_UpdateLoRes(UCHAR * h_lores, INT *num_lores, UCHAR * h_hires, INT num_hires)
+{
+  INT i;
+
+  if(num_hires%2 == 0) /* if even number of hires bands */
+    {
+      *num_lores=num_hires/2;
+      /* Use every second lores=hires[0,2,4...] */
+      for(i=0;i<=*num_lores;i++)
+        h_lores[i]=h_hires[i*2];
+
+    }
+  else            /* odd number of hires which means xover is odd */
+    {
+      *num_lores=(num_hires+1)/2;
+
+      /* Use lores=hires[0,1,3,5 ...] */
+      h_lores[0]=h_hires[0];
+      for(i=1;i<=*num_lores;i++)
+        {
+          h_lores[i]=h_hires[i*2-1];
+        }
+    }
+
+}/* End FDKsbrEnc_UpdateLoRes */
diff --git a/libSBRenc/src/sbrenc_freq_sca.h b/libSBRenc/src/sbrenc_freq_sca.h
new file mode 100644 (file)
index 0000000..6f2bb84
--- /dev/null
@@ -0,0 +1,137 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  frequency scale prototypes  
+*/
+#ifndef __FREQ_SCA2_H
+#define __FREQ_SCA2_H
+
+#include "sbr_encoder.h"
+#include "sbr_def.h"
+
+#define MAX_OCTAVE        29
+#define MAX_SECOND_REGION 50
+
+
+INT
+FDKsbrEnc_UpdateFreqScale(
+        UCHAR *v_k_master,
+        INT   *h_num_bands,
+        const  INT k0,
+        const  INT k2,
+        const  INT freq_scale,
+        const  INT alter_scale
+        );
+
+INT
+FDKsbrEnc_UpdateHiRes(
+        UCHAR *h_hires,
+        INT   *num_hires,
+        UCHAR *v_k_master,
+        INT    num_master,
+        INT   *xover_band
+        );
+
+void  FDKsbrEnc_UpdateLoRes(
+        UCHAR *v_lores,
+        INT   *num_lores,
+        UCHAR *v_hires,
+        INT    num_hires
+        );
+
+INT
+FDKsbrEnc_FindStartAndStopBand(
+        const INT srSbr,
+        const INT srCore,
+        const INT noChannels,
+        const INT startFreq,
+        const INT stop_freq,
+        INT *k0,
+        INT *k2
+        );
+
+INT FDKsbrEnc_getSbrStartFreqRAW (INT startFreq, INT fsCore);
+INT FDKsbrEnc_getSbrStopFreqRAW  (INT stopFreq, INT fsCore);
+#endif
diff --git a/libSBRenc/src/ton_corr.cpp b/libSBRenc/src/ton_corr.cpp
new file mode 100644 (file)
index 0000000..224da11
--- /dev/null
@@ -0,0 +1,881 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "ton_corr.h"
+
+#include "sbr_ram.h"
+#include "sbr_misc.h"
+#include "genericStds.h"
+#include "autocorr2nd.h"
+
+
+
+/***************************************************************************
+
+  Send autoCorrSecondOrder to mlfile
+
+****************************************************************************/
+
+/**************************************************************************/
+/*!
+  \brief Calculates the tonal to noise ration for different frequency bands
+   and time segments.
+
+   The ratio between the predicted energy (tonal energy A) and the total
+   energy (A + B) is calculated. This is converted to the ratio between
+   the predicted energy (tonal energy A) and the non-predictable energy
+   (noise energy B). Hence the quota-matrix contains A/B = q/(1-q).
+
+   The samples in nrgVector are scaled by 1.0/16.0
+               The samples in pNrgVectorFreq   are scaled by 1.0/2.0
+   The samples in quotaMatrix are scaled by RELAXATION
+
+  \return none.
+
+*/
+/**************************************************************************/
+
+void
+FDKsbrEnc_CalculateTonalityQuotas( HANDLE_SBR_TON_CORR_EST hTonCorr,      /*!< Handle to SBR_TON_CORR struct. */
+                                   FIXP_DBL **RESTRICT sourceBufferReal,  /*!< The real part of the QMF-matrix.  */
+                                   FIXP_DBL **RESTRICT sourceBufferImag,  /*!< The imaginary part of the QMF-matrix. */
+                                   INT usb,                               /*!< upper side band, highest + 1 QMF band in the SBR range. */
+                                   INT qmfScale                       /*!< sclefactor of QMF subsamples */
+                                 )
+{
+  INT     i, k, r, r2, timeIndex, autoCorrScaling;
+
+  INT     startIndexMatrix  = hTonCorr->startIndexMatrix;
+  INT     totNoEst          = hTonCorr->numberOfEstimates;
+  INT     noEstPerFrame     = hTonCorr->numberOfEstimatesPerFrame;
+  INT     move              = hTonCorr->move;
+  INT     noQmfChannels     = hTonCorr->noQmfChannels;     /* Numer of Bands */
+  INT     buffLen           = hTonCorr->bufferLength;      /* Numer of Slots */
+  INT     stepSize          = hTonCorr->stepSize;
+  INT    *pBlockLength      = hTonCorr->lpcLength;
+  INT**   RESTRICT signMatrix        = hTonCorr->signMatrix;
+  FIXP_DBL* RESTRICT  nrgVector      = hTonCorr->nrgVector;
+  FIXP_DBL** RESTRICT quotaMatrix    = hTonCorr->quotaMatrix;
+  FIXP_DBL*  RESTRICT pNrgVectorFreq = hTonCorr->nrgVectorFreq;
+
+#define BAND_V_SIZE QMF_MAX_TIME_SLOTS
+#define NUM_V_COMBINE 8 /* Must be a divisor of 64 and fulfill the ASSERTs below */
+
+  FIXP_DBL *realBuf;
+  FIXP_DBL *imagBuf;
+
+  FIXP_DBL  alphar[2],alphai[2],fac;
+
+  C_ALLOC_SCRATCH_START(ac, ACORR_COEFS, 1);
+  C_ALLOC_SCRATCH_START(realBufRef, FIXP_DBL, 2*BAND_V_SIZE*NUM_V_COMBINE);
+
+  realBuf = realBufRef;
+  imagBuf = realBuf + BAND_V_SIZE*NUM_V_COMBINE;
+
+
+  FDK_ASSERT(buffLen <= BAND_V_SIZE);
+  FDK_ASSERT(sizeof(FIXP_DBL)*NUM_V_COMBINE*BAND_V_SIZE*2 < (1024*sizeof(FIXP_DBL)-sizeof(ACORR_COEFS)) );
+
+  /*
+   * Buffering of the quotaMatrix and the quotaMatrixTransp.
+   *********************************************************/
+  for(i =  0 ; i < move; i++){
+    FDKmemcpy(quotaMatrix[i],quotaMatrix[i + noEstPerFrame],noQmfChannels * sizeof(FIXP_DBL));
+    FDKmemcpy(signMatrix[i],signMatrix[i + noEstPerFrame],noQmfChannels * sizeof(INT));
+  }
+
+  FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
+  FDKmemclear(nrgVector+startIndexMatrix,(totNoEst-startIndexMatrix)*sizeof(FIXP_DBL));
+  FDKmemclear(pNrgVectorFreq,noQmfChannels * sizeof(FIXP_DBL));
+
+  /*
+   * Calculate the quotas for the current time steps.
+   **************************************************/
+
+  for (r = 0; r < usb; r++)
+  {
+    int blockLength;
+
+    k = hTonCorr->nextSample; /* startSample */
+    timeIndex = startIndexMatrix;
+    /* Copy as many as possible Band accross all Slots at once */
+    if (realBuf != realBufRef) {
+      realBuf -= BAND_V_SIZE;
+      imagBuf -= BAND_V_SIZE;
+    } else {
+      realBuf += BAND_V_SIZE*(NUM_V_COMBINE-1);
+      imagBuf += BAND_V_SIZE*(NUM_V_COMBINE-1);
+      for (i = 0; i < buffLen; i++) {
+        int v;
+        FIXP_DBL *ptr;
+        ptr = realBuf+i;
+        for (v=0; v<NUM_V_COMBINE; v++)
+        {
+          ptr[0] = sourceBufferReal[i][r+v];
+          ptr[0+BAND_V_SIZE*NUM_V_COMBINE] = sourceBufferImag[i][r+v];
+          ptr -= BAND_V_SIZE;
+        }
+      }
+    }
+
+    blockLength = pBlockLength[0];
+
+    while(k <= buffLen - blockLength)
+    {
+      autoCorrScaling = fixMin(getScalefactor(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength), getScalefactor(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength));
+      autoCorrScaling = fixMax(0, autoCorrScaling-1);
+
+      scaleValues(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
+      scaleValues(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
+
+      autoCorrScaling <<= 1; /* consider qmf buffer scaling twice */
+      autoCorrScaling += autoCorr2nd_cplx ( ac, realBuf+k, imagBuf+k, blockLength );
+
+
+      if(ac->det == FL2FXCONST_DBL(0.0f)){
+        alphar[1] = alphai[1] = FL2FXCONST_DBL(0.0f);
+
+        alphar[0] = (ac->r01r)>>2;
+        alphai[0] = (ac->r01i)>>2;
+
+        fac = fMultDiv2(ac->r00r, ac->r11r)>>1;
+      }
+      else{
+        alphar[1] = (fMultDiv2(ac->r01r, ac->r12r)>>1) - (fMultDiv2(ac->r01i, ac->r12i)>>1) - (fMultDiv2(ac->r02r, ac->r11r)>>1);
+        alphai[1] = (fMultDiv2(ac->r01i, ac->r12r)>>1) + (fMultDiv2(ac->r01r, ac->r12i)>>1) - (fMultDiv2(ac->r02i, ac->r11r)>>1);
+
+        alphar[0] = (fMultDiv2(ac->r01r, ac->det)>>(ac->det_scale+1)) + fMult(alphar[1], ac->r12r) + fMult(alphai[1], ac->r12i);
+        alphai[0] = (fMultDiv2(ac->r01i, ac->det)>>(ac->det_scale+1)) + fMult(alphai[1], ac->r12r) - fMult(alphar[1], ac->r12i);
+
+        fac = fMultDiv2(ac->r00r, fMult(ac->det, ac->r11r))>>(ac->det_scale+1);
+      }
+
+      if(fac == FL2FXCONST_DBL(0.0f)){
+        quotaMatrix[timeIndex][r] = FL2FXCONST_DBL(0.0f);
+        signMatrix[timeIndex][r] = 0;
+      }
+      else {
+        /* quotaMatrix is scaled with the factor RELAXATION
+           parse RELAXATION in fractional part and shift factor: 1/(1/0.524288 * 2^RELAXATION_SHIFT) */
+        FIXP_DBL tmp,num,denom;
+        INT numShift,denomShift,commonShift;
+        INT sign;
+
+        num = fMultDiv2(alphar[0], ac->r01r) + fMultDiv2(alphai[0], ac->r01i) - fMultDiv2(alphar[1], fMult(ac->r02r, ac->r11r)) - fMultDiv2(alphai[1], fMult(ac->r02i, ac->r11r));
+        num = fixp_abs(num);
+
+        denom = (fac>>1) + (fMultDiv2(fac,RELAXATION_FRACT)>>RELAXATION_SHIFT) - num;
+        denom = fixp_abs(denom);
+
+        num = fMult(num,RELAXATION_FRACT);
+
+        numShift = CountLeadingBits(num) - 2;
+        num = scaleValue(num, numShift);
+
+        denomShift = CountLeadingBits(denom);
+        denom = (FIXP_DBL)denom << denomShift;
+
+        if ((num > FL2FXCONST_DBL(0.0f)) && (denom != FL2FXCONST_DBL(0.0f))) {
+          commonShift = fixMin(numShift - denomShift + RELAXATION_SHIFT, DFRACT_BITS-1);
+          if (commonShift < 0) {
+            commonShift = -commonShift;
+            tmp = schur_div(num,denom,16);
+            commonShift = fixMin(commonShift,CountLeadingBits(tmp));
+            quotaMatrix[timeIndex][r] = tmp << commonShift;
+          }
+          else {
+            quotaMatrix[timeIndex][r] = schur_div(num,denom,16) >> commonShift;
+          }
+        }
+        else {
+          quotaMatrix[timeIndex][r] = FL2FXCONST_DBL(0.0f);
+        }
+
+        if (ac->r11r != FL2FXCONST_DBL(0.0f)) {
+          if (  ( (ac->r01r >= FL2FXCONST_DBL(0.0f) ) && ( ac->r11r >= FL2FXCONST_DBL(0.0f) ) )
+              ||( (ac->r01r <  FL2FXCONST_DBL(0.0f) ) && ( ac->r11r <  FL2FXCONST_DBL(0.0f) ) )  ) {
+            sign = 1;
+          }
+          else {
+            sign = -1;
+          }
+        }
+        else {
+          sign = 1;
+        }
+
+        if(sign < 0) {
+          r2 = r;       /* (INT) pow(-1, band); */
+        }
+        else {
+          r2 = r + 1;   /* (INT) pow(-1, band+1); */
+        }
+        signMatrix[timeIndex][r] = 1 - 2*(r2 & 0x1);
+      }
+
+      nrgVector[timeIndex] += ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
+      /* pNrgVectorFreq[r] finally has to be divided by noEstPerFrame, replaced division by shifting with one */
+      pNrgVectorFreq[r] = pNrgVectorFreq[r] + ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
+
+      blockLength = pBlockLength[1];
+      k += stepSize;
+      timeIndex++;
+    }
+  }
+
+
+  C_ALLOC_SCRATCH_END(realBuf, FIXP_DBL, 2*BAND_V_SIZE*NUM_V_COMBINE);
+  C_ALLOC_SCRATCH_END(ac, ACORR_COEFS, 1);
+}
+
+/**************************************************************************/
+/*!
+  \brief Extracts the parameters required in the decoder to obtain the
+  correct tonal to noise ratio after SBR.
+
+  Estimates the tonal to noise ratio of the original signal (using LPC).
+  Predicts the tonal to noise ration of the SBR signal (in the decoder) by
+  patching the tonal to noise ratio values similar to the patching of the
+  lowband in the decoder. Given the tonal to noise ratio of the original
+  and the SBR signal, it estimates the required amount of inverse filtering,
+  additional noise as well as any additional sines.
+
+  \return none.
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_TonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr,/*!< Handle to SBR_TON_CORR struct. */
+                           INVF_MODE* infVec,               /*!< Vector where the inverse filtering levels will be stored. */
+                           FIXP_DBL * noiseLevels,          /*!< Vector where the noise levels will be stored. */
+                           INT* missingHarmonicFlag,        /*!< Flag set to one or zero, dependent on if any strong sines are missing.*/
+                           UCHAR * missingHarmonicsIndex,   /*!< Vector indicating where sines are missing. */
+                           UCHAR * envelopeCompensation,    /*!< Vector to store compensation values for the energies in. */
+                           const SBR_FRAME_INFO *frameInfo, /*!< Frame info struct, contains the time and frequency grid of the current frame.*/
+                           UCHAR* transientInfo,            /*!< Transient info.*/
+                           UCHAR* freqBandTable,            /*!< Frequency band tables for high-res.*/
+                           INT nSfb,                        /*!< Number of scalefactor bands for high-res. */
+                           XPOS_MODE xposType,              /*!< Type of transposer used in the decoder.*/
+                           UINT sbrSyntaxFlags
+                           )
+{
+  INT band;
+  INT transientFlag = transientInfo[1] ;    /*!< Flag indicating if a transient is present in the current frame. */
+  INT transientPos  = transientInfo[0];     /*!< Position of the transient.*/
+  INT transientFrame, transientFrameInvfEst;
+  INVF_MODE* infVecPtr;
+
+
+  /* Determine if this is a frame where a transient starts...
+
+  The detection of noise-floor, missing harmonics and invf_est, is not in sync for the
+  non-buf-opt decoder such as AAC. Hence we need to keep track on the transient in the
+  present frame as well as in the next.
+  */
+  transientFrame = 0;
+  if(hTonCorr->transientNextFrame){       /* The transient was detected in the previous frame, but is actually */
+    transientFrame = 1;
+    hTonCorr->transientNextFrame = 0;
+
+    if(transientFlag){
+      if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){
+        hTonCorr->transientNextFrame = 1;
+      }
+    }
+  }
+  else{
+    if(transientFlag){
+      if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){
+        transientFrame = 1;
+        hTonCorr->transientNextFrame = 0;
+      }
+      else{
+        hTonCorr->transientNextFrame = 1;
+      }
+    }
+  }
+  transientFrameInvfEst = transientFrame;
+
+
+  /*
+    Estimate the required invese filtereing level.
+  */
+  if (hTonCorr->switchInverseFilt)
+    FDKsbrEnc_qmfInverseFilteringDetector(&hTonCorr->sbrInvFilt,
+                                          hTonCorr->quotaMatrix,
+                                          hTonCorr->nrgVector,
+                                          hTonCorr->indexVector,
+                                          hTonCorr->frameStartIndexInvfEst,
+                                          hTonCorr->numberOfEstimatesPerFrame + hTonCorr->frameStartIndexInvfEst,
+                                          transientFrameInvfEst,
+                                          infVec);
+
+  /*
+      Detect what tones will be missing.
+   */
+  if (xposType == XPOS_LC ){
+    FDKsbrEnc_SbrMissingHarmonicsDetectorQmf(&hTonCorr->sbrMissingHarmonicsDetector,
+                                             hTonCorr->quotaMatrix,
+                                             hTonCorr->signMatrix,
+                                             hTonCorr->indexVector,
+                                             frameInfo,
+                                             transientInfo,
+                                             missingHarmonicFlag,
+                                             missingHarmonicsIndex,
+                                             freqBandTable,
+                                             nSfb,
+                                             envelopeCompensation,
+                                             hTonCorr->nrgVectorFreq);
+  }
+  else{
+    *missingHarmonicFlag = 0;
+    FDKmemclear(missingHarmonicsIndex,nSfb*sizeof(UCHAR));
+  }
+
+
+
+  /*
+    Noise floor estimation
+  */
+
+  infVecPtr = hTonCorr->sbrInvFilt.prevInvfMode;
+
+  FDKsbrEnc_sbrNoiseFloorEstimateQmf(&hTonCorr->sbrNoiseFloorEstimate,
+                                     frameInfo,
+                                     noiseLevels,
+                                     hTonCorr->quotaMatrix,
+                                     hTonCorr->indexVector,
+                                     *missingHarmonicFlag,
+                                     hTonCorr->frameStartIndex,
+                                     hTonCorr->numberOfEstimatesPerFrame,
+                                     transientFrame,
+                                     infVecPtr,
+                                     sbrSyntaxFlags);
+
+
+  /* Store the invfVec data for the next frame...*/
+  for(band = 0 ; band < hTonCorr->sbrInvFilt.noDetectorBands; band++){
+    hTonCorr->sbrInvFilt.prevInvfMode[band] = infVec[band];
+  }
+}
+
+/**************************************************************************/
+/*!
+  \brief     Searches for the closest match in the frequency master table.
+
+
+
+  \return   closest entry.
+
+*/
+/**************************************************************************/
+static INT
+findClosestEntry(INT goalSb,
+                 UCHAR *v_k_master,
+                 INT numMaster,
+                 INT direction)
+{
+  INT index;
+
+  if( goalSb <= v_k_master[0] )
+    return v_k_master[0];
+
+  if( goalSb >= v_k_master[numMaster] )
+    return v_k_master[numMaster];
+
+  if(direction) {
+    index = 0;
+    while( v_k_master[index] < goalSb ) {
+      index++;
+    }
+  } else {
+    index = numMaster;
+    while( v_k_master[index] > goalSb ) {
+      index--;
+    }
+  }
+
+  return v_k_master[index];
+}
+
+
+/**************************************************************************/
+/*!
+  \brief     resets the patch
+
+
+
+  \return   errorCode, noError if successful.
+
+*/
+/**************************************************************************/
+static INT
+resetPatch(HANDLE_SBR_TON_CORR_EST hTonCorr,  /*!< Handle to SBR_TON_CORR struct. */
+           INT xposctrl,                      /*!< Different patch modes. */
+           INT highBandStartSb,               /*!< Start band of the SBR range. */
+           UCHAR *v_k_master,                   /*!< Master frequency table from which all other table are derived.*/
+           INT numMaster,                     /*!< Number of elements in the master table. */
+           INT fs,                            /*!< Sampling frequency. */
+           INT noChannels)                    /*!< Number of QMF-channels. */
+{
+  INT patch,k,i;
+  INT targetStopBand;
+
+  PATCH_PARAM  *patchParam = hTonCorr->patchParam;
+
+  INT sbGuard = hTonCorr->guard;
+  INT sourceStartBand;
+  INT patchDistance;
+  INT numBandsInPatch;
+
+  INT lsb = v_k_master[0];                           /* Lowest subband related to the synthesis filterbank */
+  INT usb = v_k_master[numMaster];                   /* Stop subband related to the synthesis filterbank */
+  INT xoverOffset = highBandStartSb - v_k_master[0]; /* Calculate distance in subbands between k0 and kx */
+
+  INT goalSb;
+
+
+  /*
+   * Initialize the patching parameter
+   */
+
+  if (xposctrl == 1) {
+    lsb += xoverOffset;
+    xoverOffset = 0;
+  }
+
+  goalSb = (INT)( (2 * noChannels * 16000 + (fs>>1)) / fs ); /* 16 kHz band */
+  goalSb = findClosestEntry(goalSb, v_k_master, numMaster, 1); /* Adapt region to master-table */
+
+  /* First patch */
+  sourceStartBand = hTonCorr->shiftStartSb + xoverOffset;
+  targetStopBand = lsb + xoverOffset;
+
+  /* even (odd) numbered channel must be patched to even (odd) numbered channel */
+  patch = 0;
+  while(targetStopBand < usb) {
+
+    /* To many patches */
+    if (patch >= MAX_NUM_PATCHES)
+      return(1); /*Number of patches to high */
+
+    patchParam[patch].guardStartBand = targetStopBand;
+    targetStopBand += sbGuard;
+    patchParam[patch].targetStartBand = targetStopBand;
+
+    numBandsInPatch = goalSb - targetStopBand;                   /* get the desired range of the patch */
+
+    if ( numBandsInPatch >= lsb - sourceStartBand ) {
+      /* desired number bands are not available -> patch whole source range */
+      patchDistance   = targetStopBand - sourceStartBand;        /* get the targetOffset */
+      patchDistance   = patchDistance & ~1;                      /* rounding off odd numbers and make all even */
+      numBandsInPatch = lsb - (targetStopBand - patchDistance);
+      numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) -
+                        targetStopBand;  /* Adapt region to master-table */
+    }
+
+    /* desired number bands are available -> get the minimal even patching distance */
+    patchDistance   = numBandsInPatch + targetStopBand - lsb;  /* get minimal distance */
+    patchDistance   = (patchDistance + 1) & ~1;                /* rounding up odd numbers and make all even */
+
+    if (numBandsInPatch <= 0) {
+      patch--;
+    } else {
+      patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
+      patchParam[patch].targetBandOffs  = patchDistance;
+      patchParam[patch].numBandsInPatch = numBandsInPatch;
+      patchParam[patch].sourceStopBand  = patchParam[patch].sourceStartBand + numBandsInPatch;
+
+      targetStopBand += patchParam[patch].numBandsInPatch;
+    }
+
+    /* All patches but first */
+    sourceStartBand = hTonCorr->shiftStartSb;
+
+    /* Check if we are close to goalSb */
+    if( fixp_abs(targetStopBand - goalSb) < 3) {
+      goalSb = usb;
+    }
+
+    patch++;
+
+  }
+
+  patch--;
+
+  /* if highest patch contains less than three subband: skip it */
+  if ( patchParam[patch].numBandsInPatch < 3 && patch > 0 ) {
+    patch--;
+    targetStopBand = patchParam[patch].targetStartBand + patchParam[patch].numBandsInPatch;
+  }
+
+  hTonCorr->noOfPatches = patch + 1;
+
+
+  /* Assign the index-vector, so we know where to look for the high-band.
+     -1 represents a guard-band. */
+  for(k = 0; k < hTonCorr->patchParam[0].guardStartBand; k++)
+    hTonCorr->indexVector[k] = k;
+
+  for(i = 0; i < hTonCorr->noOfPatches; i++)
+  {
+    INT sourceStart    = hTonCorr->patchParam[i].sourceStartBand;
+    INT targetStart    = hTonCorr->patchParam[i].targetStartBand;
+    INT numberOfBands  = hTonCorr->patchParam[i].numBandsInPatch;
+    INT startGuardBand = hTonCorr->patchParam[i].guardStartBand;
+
+    for(k = 0; k < (targetStart- startGuardBand); k++)
+      hTonCorr->indexVector[startGuardBand+k] = -1;
+
+    for(k = 0; k < numberOfBands; k++)
+      hTonCorr->indexVector[targetStart+k] = sourceStart+k;
+  }
+
+  return (0);
+}
+
+/**************************************************************************/
+/*!
+  \brief     Creates an instance of the tonality correction parameter module.
+
+  The module includes modules for inverse filtering level estimation,
+  missing harmonics detection and noise floor level estimation.
+
+  \return   errorCode, noError if successful.
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_CreateTonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr, /*!< Pointer to handle to SBR_TON_CORR struct. */
+                                 INT                     chan)     /*!< Channel index, needed for mem allocation */
+{
+  INT i;
+  FIXP_DBL* quotaMatrix = GetRam_Sbr_quotaMatrix(chan);
+  INT*      signMatrix  = GetRam_Sbr_signMatrix(chan);
+
+  FDKmemclear(hTonCorr, sizeof(SBR_TON_CORR_EST));
+
+  for (i=0; i<MAX_NO_OF_ESTIMATES; i++) {
+    hTonCorr->quotaMatrix[i] = quotaMatrix + (i*QMF_CHANNELS);
+    hTonCorr->signMatrix[i]  = signMatrix  + (i*QMF_CHANNELS);
+  }
+
+  FDKsbrEnc_CreateSbrMissingHarmonicsDetector (&hTonCorr->sbrMissingHarmonicsDetector, chan);
+
+  return 0;
+}
+
+
+
+/**************************************************************************/
+/*!
+  \brief     Initialize an instance of the tonality correction parameter module.
+
+  The module includes modules for inverse filtering level estimation,
+  missing harmonics detection and noise floor level estimation.
+
+  \return   errorCode, noError if successful.
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_InitTonCorrParamExtr (INT frameSize,                     /*!< Current SBR frame size. */
+                                HANDLE_SBR_TON_CORR_EST hTonCorr,  /*!< Pointer to handle to SBR_TON_CORR struct. */
+                                HANDLE_SBR_CONFIG_DATA sbrCfg,     /*!< Pointer to SBR configuration parameters. */
+                                INT timeSlots,                     /*!< Number of time-slots per frame */
+                                INT xposCtrl,                      /*!< Different patch modes. */
+                                INT ana_max_level,                 /*!< Maximum level of the adaptive noise. */
+                                INT noiseBands,                    /*!< Number of noise bands per octave. */
+                                INT noiseFloorOffset,              /*!< Noise floor offset. */
+                                UINT useSpeechConfig)              /*!< Speech or music tuning. */
+{
+  INT nCols = sbrCfg->noQmfSlots;
+  INT fs    = sbrCfg->sampleFreq;
+  INT noQmfChannels = sbrCfg->noQmfBands;
+
+  INT highBandStartSb = sbrCfg->freqBandTable[LOW_RES][0];
+  UCHAR *v_k_master   = sbrCfg->v_k_master;
+  INT numMaster       = sbrCfg->num_Master;
+
+  UCHAR **freqBandTable   = sbrCfg->freqBandTable;
+  INT    *nSfb            = sbrCfg->nSfb;
+
+  INT i;
+
+  /*
+  Reset the patching and allocate memory for the quota matrix.
+  Assing parameters for the LPC analysis.
+  */
+  if (sbrCfg->sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) {
+    switch (timeSlots) {
+    case NUMBER_TIME_SLOTS_1920:
+      hTonCorr->lpcLength[0]              = 8 - LPC_ORDER;
+      hTonCorr->lpcLength[1]              = 7 - LPC_ORDER;
+      hTonCorr->numberOfEstimates         = NO_OF_ESTIMATES_LD;
+      hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 7;
+      hTonCorr->frameStartIndexInvfEst    = 0;
+      hTonCorr->transientPosOffset        = FRAME_MIDDLE_SLOT_512LD;
+      break;
+    case NUMBER_TIME_SLOTS_2048:
+      hTonCorr->lpcLength[0]              = 8 - LPC_ORDER;
+      hTonCorr->lpcLength[1]              = 8 - LPC_ORDER;
+      hTonCorr->numberOfEstimates         = NO_OF_ESTIMATES_LD;
+      hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 8;
+      hTonCorr->frameStartIndexInvfEst    = 0;
+      hTonCorr->transientPosOffset        = FRAME_MIDDLE_SLOT_512LD;
+      break;
+    }
+  } else
+  switch (timeSlots) {
+  case NUMBER_TIME_SLOTS_2048:
+    hTonCorr->lpcLength[0]              = 16 - LPC_ORDER; /* blockLength[0] */
+    hTonCorr->lpcLength[1]              = 16 - LPC_ORDER; /* blockLength[0] */
+    hTonCorr->numberOfEstimates         = NO_OF_ESTIMATES_LC;
+    hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 16;
+    hTonCorr->frameStartIndexInvfEst    = 0;
+    hTonCorr->transientPosOffset        = FRAME_MIDDLE_SLOT_2048;
+    break;
+  case NUMBER_TIME_SLOTS_1920:
+    hTonCorr->lpcLength[0]              = 15 - LPC_ORDER; /* blockLength[0] */
+    hTonCorr->lpcLength[1]              = 15 - LPC_ORDER; /* blockLength[0] */
+    hTonCorr->numberOfEstimates         = NO_OF_ESTIMATES_LC;
+    hTonCorr->numberOfEstimatesPerFrame = sbrCfg->noQmfSlots / 15;
+    hTonCorr->frameStartIndexInvfEst    = 0;
+    hTonCorr->transientPosOffset        = FRAME_MIDDLE_SLOT_1920;
+    break;
+  default:
+    return -1;
+  }
+
+  hTonCorr->bufferLength              = nCols;
+  hTonCorr->stepSize                  = hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */
+
+  hTonCorr->nextSample                = LPC_ORDER; /* firstSample */
+  hTonCorr->move                      = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame;    /* Number of estimates to move when buffering.*/
+  hTonCorr->startIndexMatrix          = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame;    /* Where to store the latest estimations in the tonality Matrix.*/
+  hTonCorr->frameStartIndex           = 0;                      /* Where in the tonality matrix the current frame (to be sent to the decoder) starts. */
+  hTonCorr->prevTransientFlag = 0;
+  hTonCorr->transientNextFrame = 0;
+
+  hTonCorr->noQmfChannels = noQmfChannels;
+
+  for (i=0; i<hTonCorr->numberOfEstimates; i++) {
+    FDKmemclear (hTonCorr->quotaMatrix[i] , sizeof(FIXP_DBL)*noQmfChannels);
+    FDKmemclear (hTonCorr->signMatrix[i] , sizeof(INT)*noQmfChannels);
+  }
+
+   /* Reset the patch.*/
+  hTonCorr->guard = 0;
+  hTonCorr->shiftStartSb = 1;
+
+  if(resetPatch(hTonCorr,
+                xposCtrl,
+                highBandStartSb,
+                v_k_master,
+                numMaster,
+                fs,
+                noQmfChannels))
+    return(1);
+
+  if(FDKsbrEnc_InitSbrNoiseFloorEstimate (&hTonCorr->sbrNoiseFloorEstimate,
+                                   ana_max_level,
+                                   freqBandTable[LO],
+                                   nSfb[LO],
+                                   noiseBands,
+                                   noiseFloorOffset,
+                                   timeSlots,
+                                   useSpeechConfig))
+    return(1);
+
+
+  if(FDKsbrEnc_initInvFiltDetector(&hTonCorr->sbrInvFilt,
+                            hTonCorr->sbrNoiseFloorEstimate.freqBandTableQmf,
+                            hTonCorr->sbrNoiseFloorEstimate.noNoiseBands,
+                            useSpeechConfig))
+    return(1);
+
+
+
+  if(FDKsbrEnc_InitSbrMissingHarmonicsDetector(
+                                        &hTonCorr->sbrMissingHarmonicsDetector,
+                                        fs,
+                                        frameSize,
+                                        nSfb[HI],
+                                        noQmfChannels,
+                                        hTonCorr->numberOfEstimates,
+                                        hTonCorr->move,
+                                        hTonCorr->numberOfEstimatesPerFrame,
+                                        sbrCfg->sbrSyntaxFlags))
+    return(1);
+
+
+
+  return (0);
+}
+
+
+
+/**************************************************************************/
+/*!
+  \brief     resets tonality correction parameter module.
+
+
+
+  \return   errorCode, noError if successful.
+
+*/
+/**************************************************************************/
+INT
+FDKsbrEnc_ResetTonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr, /*!< Handle to SBR_TON_CORR struct. */
+                      INT xposctrl,                     /*!< Different patch modes. */
+                      INT highBandStartSb,              /*!< Start band of the SBR range. */
+                      UCHAR *v_k_master,        /*!< Master frequency table from which all other table are derived.*/
+                      INT numMaster,                    /*!< Number of elements in the master table. */
+                      INT fs,                           /*!< Sampling frequency (of the SBR part). */
+                      UCHAR ** freqBandTable,   /*!< Frequency band table for low-res and high-res. */
+                      INT* nSfb,                        /*!< Number of frequency bands (hig-res and low-res). */
+                      INT noQmfChannels                 /*!< Number of QMF channels. */
+                      )
+{
+
+  /* Reset the patch.*/
+  hTonCorr->guard = 0;
+  hTonCorr->shiftStartSb = 1;
+
+  if(resetPatch(hTonCorr,
+                xposctrl,
+                highBandStartSb,
+                v_k_master,
+                numMaster,
+                fs,
+                noQmfChannels))
+    return(1);
+
+
+
+  /* Reset the noise floor estimate.*/
+  if(FDKsbrEnc_resetSbrNoiseFloorEstimate (&hTonCorr->sbrNoiseFloorEstimate,
+                                 freqBandTable[LO],
+                                 nSfb[LO]))
+    return(1);
+
+  /*
+  Reset the inveerse filtereing detector.
+  */
+  if(FDKsbrEnc_resetInvFiltDetector(&hTonCorr->sbrInvFilt,
+                           hTonCorr->sbrNoiseFloorEstimate.freqBandTableQmf,
+                           hTonCorr->sbrNoiseFloorEstimate.noNoiseBands))
+    return(1);
+/* Reset the missing harmonics detector. */
+  if(FDKsbrEnc_ResetSbrMissingHarmonicsDetector (&hTonCorr->sbrMissingHarmonicsDetector,
+                                       nSfb[HI]))
+    return(1);
+
+  return (0);
+}
+
+
+
+
+
+/**************************************************************************/
+/*!
+  \brief  Deletes the tonality correction paramtere module.
+
+
+
+  \return   none
+
+*/
+/**************************************************************************/
+void
+FDKsbrEnc_DeleteTonCorrParamExtr (HANDLE_SBR_TON_CORR_EST hTonCorr) /*!< Handle to SBR_TON_CORR struct. */
+{
+
+  if (hTonCorr) {
+
+   FreeRam_Sbr_quotaMatrix(hTonCorr->quotaMatrix);
+
+   FreeRam_Sbr_signMatrix(hTonCorr->signMatrix);
+
+   FDKsbrEnc_DeleteSbrMissingHarmonicsDetector (&hTonCorr->sbrMissingHarmonicsDetector);
+  }
+}
diff --git a/libSBRenc/src/ton_corr.h b/libSBRenc/src/ton_corr.h
new file mode 100644 (file)
index 0000000..8c8425c
--- /dev/null
@@ -0,0 +1,212 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  General tonality correction detector module.
+*/
+#ifndef _TON_CORR_EST_H
+#define _TON_CORR_EST_H
+
+#include "sbr_encoder.h"
+#include "mh_det.h"
+#include "nf_est.h"
+#include "invf_est.h"
+
+
+#define MAX_NUM_PATCHES 6
+#define SCALE_NRGVEC 4
+
+/** parameter set for one single patch */
+typedef struct {
+  INT    sourceStartBand;         /*!< first band in lowbands where to take the samples from */
+  INT    sourceStopBand;          /*!< first band in lowbands which is not included in the patch anymore */
+  INT    guardStartBand;          /*!< first band in highbands to be filled with zeros in order to
+                                         reduce interferences between patches */
+  INT    targetStartBand;         /*!< first band in highbands to be filled with whitened lowband signal */
+  INT    targetBandOffs;          /*!< difference between 'startTargetBand' and 'startSourceBand' */
+  INT    numBandsInPatch;         /*!< number of consecutive bands in this one patch */
+} PATCH_PARAM;
+
+
+
+
+typedef struct
+{
+  INT switchInverseFilt;          /*!< Flag to enable dynamic adaption of invf. detection */
+  INT noQmfChannels;
+  INT bufferLength;               /*!< Length of the r and i buffers. */
+  INT stepSize;                   /*!< Stride for the lpc estimate. */
+  INT numberOfEstimates;          /*!< The total number of estiamtes, available in the quotaMatrix.*/
+  INT numberOfEstimatesPerFrame;  /*!< The number of estimates per frame available in the quotaMatrix.*/
+  INT lpcLength[2];               /*!< Segment length used for second order LPC analysis.*/
+  INT nextSample;                 /*!< Where to start the LPC analysis of the current frame.*/
+  INT move;                       /*!< How many estimates to move in the quotaMatrix, when buffering. */
+  INT frameStartIndex;            /*!< The start index for the current frame in the r and i buffers. */
+  INT startIndexMatrix;           /*!< The start index for the current frame in the quotaMatrix. */
+  INT frameStartIndexInvfEst;     /*!< The start index of the inverse filtering, not the same as the others,
+                                       dependent on what decoder is used (buffer opt, or no buffer opt). */
+  INT prevTransientFlag;          /*!< The transisent flag (from the transient detector) for the previous frame. */
+  INT transientNextFrame;         /*!< Flag to indicate that the transient will show up in the next frame. */
+  INT transientPosOffset;         /*!< An offset value to match the transient pos as calculated by the transient detector
+                                       with the actual position in the frame.*/
+
+  INT *signMatrix[MAX_NO_OF_ESTIMATES];      /*!< Matrix holding the sign of each channe, i.e. indicating in what
+                                                  part of a QMF channel a possible sine is. */
+
+  FIXP_DBL *quotaMatrix[MAX_NO_OF_ESTIMATES];/*!< Matrix holding the quota values for all estimates, all channels. */
+
+  FIXP_DBL nrgVector[MAX_NO_OF_ESTIMATES];   /*!< Vector holding the averaged energies for every QMF band. */
+  FIXP_DBL nrgVectorFreq[QMF_CHANNELS];      /*!< Vector holding the averaged energies for every QMF channel */
+
+  SCHAR indexVector[QMF_CHANNELS];           /*!< Index vector poINTing to the correct lowband channel,
+                                                  when indexing a highband channel, -1 represents a guard band */
+  PATCH_PARAM  patchParam[MAX_NUM_PATCHES];  /*!< new parameter set for patching */
+  INT    guard;                              /*!< number of guardbands between every patch */
+  INT    shiftStartSb;                       /*!< lowest subband of source range to be included in the patches */
+  INT    noOfPatches;                        /*!< number of patches */
+
+  SBR_MISSING_HARMONICS_DETECTOR sbrMissingHarmonicsDetector;  /*!< SBR_MISSING_HARMONICS_DETECTOR struct. */
+  SBR_NOISE_FLOOR_ESTIMATE sbrNoiseFloorEstimate;              /*!< SBR_NOISE_FLOOR_ESTIMATE struct. */
+  SBR_INV_FILT_EST sbrInvFilt;                                 /*!< SBR_INV_FILT_EST struct. */
+}
+SBR_TON_CORR_EST;
+
+typedef SBR_TON_CORR_EST *HANDLE_SBR_TON_CORR_EST;
+
+void
+FDKsbrEnc_TonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr,   /*!< Handle to SBR_TON_CORR struct. */
+                 INVF_MODE* infVec,                  /*!< Vector where the inverse filtering levels will be stored. */
+                 FIXP_DBL * noiseLevels,             /*!< Vector where the noise levels will be stored. */
+                 INT* missingHarmonicFlag,           /*!< Flag set to one or zero, dependent on if any strong sines are missing.*/
+                 UCHAR* missingHarmonicsIndex,       /*!< Vector indicating where sines are missing. */
+                 UCHAR* envelopeCompensation,        /*!< Vector to store compensation values for the energies in. */
+                 const SBR_FRAME_INFO *frameInfo,    /*!< Frame info struct, contains the time and frequency grid of the current frame.*/
+                 UCHAR* transientInfo,               /*!< Transient info.*/
+                 UCHAR * freqBandTable,              /*!< Frequency band tables for high-res.*/
+                 INT nSfb,                           /*!< Number of scalefactor bands for high-res. */
+                 XPOS_MODE xposType,                 /*!< Type of transposer used in the decoder.*/
+                 UINT sbrSyntaxFlags
+                 );
+
+INT
+FDKsbrEnc_CreateTonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr, /*!< Pointer to handle to SBR_TON_CORR struct. */
+                                 INT                     chan);    /*!< Channel index, needed for mem allocation */
+
+INT
+FDKsbrEnc_InitTonCorrParamExtr(INT frameSize,                      /*!< Current SBR frame size. */
+                               HANDLE_SBR_TON_CORR_EST hTonCorr,   /*!< Pointer to handle to SBR_TON_CORR struct. */
+                               HANDLE_SBR_CONFIG_DATA sbrCfg,      /*!< Pointer to SBR configuration parameters. */
+                               INT timeSlots,                      /*!< Number of time-slots per frame */
+                               INT xposCtrl,                       /*!< Different patch modes. */
+                               INT ana_max_level,                  /*!< Maximum level of the adaptive noise. */
+                               INT noiseBands,                     /*!< Number of noise bands per octave. */
+                               INT noiseFloorOffset,               /*!< Noise floor offset. */
+                               UINT useSpeechConfig                /*!< Speech or music tuning. */
+                              );
+
+void
+FDKsbrEnc_DeleteTonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr); /*!< Handle to SBR_TON_CORR struct. */
+
+
+void
+FDKsbrEnc_CalculateTonalityQuotas(HANDLE_SBR_TON_CORR_EST hTonCorr,
+                        FIXP_DBL **sourceBufferReal,
+                        FIXP_DBL **sourceBufferImag,
+                        INT usb,
+                        INT qmfScale                    /*!< sclefactor of QMF subsamples */
+                       );
+
+INT
+FDKsbrEnc_ResetTonCorrParamExtr(HANDLE_SBR_TON_CORR_EST hTonCorr, /*!< Handle to SBR_TON_CORR struct. */
+                      INT xposctrl,                     /*!< Different patch modes. */
+                      INT highBandStartSb,              /*!< Start band of the SBR range. */
+                      UCHAR *v_k_master,        /*!< Master frequency table from which all other table are derived.*/
+                      INT numMaster,                    /*!< Number of elements in the master table. */
+                      INT fs,                           /*!< Sampling frequency (of the SBR part). */
+                      UCHAR** freqBandTable,    /*!< Frequency band table for low-res and high-res. */
+                      INT* nSfb,                        /*!< Number of frequency bands (hig-res and low-res). */
+                      INT noQmfChannels                 /*!< Number of QMF channels. */
+                      );
+#endif
+
diff --git a/libSBRenc/src/tran_det.cpp b/libSBRenc/src/tran_det.cpp
new file mode 100644 (file)
index 0000000..1e0a59f
--- /dev/null
@@ -0,0 +1,701 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+#include "tran_det.h"
+
+#include "fram_gen.h"
+#include "sbr_ram.h"
+#include "sbr_misc.h"
+
+#include "genericStds.h"
+
+#define NORM_QMF_ENERGY 5.684341886080801486968994140625e-14 /* 2^-44 */
+
+/* static FIXP_DBL ABS_THRES = fixMax( FL2FXCONST_DBL(1.28e5 *  NORM_QMF_ENERGY), (FIXP_DBL)1)  Minimum threshold for detecting changes */
+#define ABS_THRES ((FIXP_DBL)16)
+
+/*******************************************************************************
+ Functionname:  spectralChange
+ *******************************************************************************
+ \brief   Calculates a measure for the spectral change within the frame
+
+ The function says how good it would be to split the frame at the given border
+ position into 2 envelopes.
+
+ The return value delta_sum is scaled with the factor 1/64
+
+ \return  calculated value
+*******************************************************************************/
+static FIXP_DBL spectralChange(FIXP_DBL Energies[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS],
+                               INT *scaleEnergies,
+                               FIXP_DBL EnergyTotal,
+                               INT nSfb,
+                               INT start,
+                               INT border,
+                               INT stop)
+{
+  INT i,j;
+  INT len1,len2;
+  FIXP_DBL delta,tmp0,tmp1,tmp2;
+  FIXP_DBL accu1,accu2,delta_sum,result;
+
+  FDK_ASSERT(scaleEnergies[0] >= 0);
+
+  /* equal for aac (would be not equal for mp3) */
+  len1 = border-start;
+  len2 = stop-border;
+
+  /* prefer borders near the middle of the frame */
+  FIXP_DBL   pos_weight;
+  pos_weight = FL2FXCONST_DBL(0.5f) - (len1*GetInvInt(len1+len2));
+  pos_weight = /*FL2FXCONST_DBL(1.0)*/ (FIXP_DBL)MAXVAL_DBL - (fMult(pos_weight, pos_weight)<<2);
+
+  delta_sum = FL2FXCONST_DBL(0.0f);
+
+  /* Sum up energies of all QMF-timeslots for both halfs */
+  for (j=0; j<nSfb; j++) {
+    #define NRG_SCALE  3
+    /* init with some energy to prevent division by zero
+       and to prevent splitting for very low levels */
+    accu1 = ((FL2FXCONST_DBL((1.0e6*NORM_QMF_ENERGY*8.0/32))) << fixMin(scaleEnergies[0],25))>>NRG_SCALE;  /* complex init for compare with original version */
+    accu2 = ((FL2FXCONST_DBL((1.0e6*NORM_QMF_ENERGY*8.0/32))) << fixMin(scaleEnergies[0],25))>>NRG_SCALE;  /* can be simplified in dsp implementation */
+
+    /* Sum up energies in first half */
+    for (i=start; i<border; i++) {
+      accu1 += (Energies[i][j]>>NRG_SCALE);
+    }
+
+    /* Sum up energies in second half */
+    for (i=border; i<stop; i++) {
+      accu2 += (Energies[i][j]>>NRG_SCALE);
+    }
+
+    /* Energy change in current band */
+    tmp0 = CalcLdData(accu2);
+    tmp1 = CalcLdData(accu1);
+    tmp2 = (tmp0 - tmp1 + CalcLdData(len1)-CalcLdData(len2));
+    delta = fixp_abs(fMult(tmp2, FL2FXCONST_DBL(0.6931471806f)));
+
+    /* Weighting with amplitude ratio of this band */
+    result = (EnergyTotal == FL2FXCONST_DBL(0.0f))
+            ? FL2FXCONST_DBL(0.f)
+            : FDKsbrEnc_LSI_divide_scale_fract( (accu1+accu2),
+                                      (EnergyTotal>>NRG_SCALE)+(FIXP_DBL)1,
+                                      (FIXP_DBL)MAXVAL_DBL >> fixMin(scaleEnergies[0],(DFRACT_BITS-1)) );
+
+    delta_sum += (FIXP_DBL)(fMult(sqrtFixp(result), delta));
+  }
+
+  return fMult(delta_sum, pos_weight);
+}
+
+
+/*******************************************************************************
+ Functionname:  addLowbandEnergies
+ *******************************************************************************
+ \brief   Calculates total lowband energy
+
+ The return value nrgTotal is scaled by the factor (1/32.0)
+
+ \return  total energy in the lowband
+*******************************************************************************/
+static FIXP_DBL addLowbandEnergies(FIXP_DBL **Energies,
+                                   int       *scaleEnergies,
+                                   int        YBufferWriteOffset,
+                                   int        nrgSzShift,
+                                   int        tran_off,
+                                   UCHAR     *freqBandTable,
+                                   int        slots)
+{
+  FIXP_DBL nrgTotal;
+  FIXP_DBL accu1 = FL2FXCONST_DBL(0.0f);
+  FIXP_DBL accu2 = FL2FXCONST_DBL(0.0f);
+  int tran_offdiv2 = tran_off>>nrgSzShift;
+  int ts,k;
+
+  /* Sum up lowband energy from one frame at offset tran_off */
+  for (ts=tran_offdiv2; ts<YBufferWriteOffset; ts++) {
+    for (k = 0; k < freqBandTable[0]; k++) {
+      accu1 += Energies[ts][k] >> 6;
+    }
+  }
+  for (; ts<tran_offdiv2+(slots>>nrgSzShift); ts++) {
+    for (k = 0; k < freqBandTable[0]; k++) {
+      accu2 += Energies[ts][k] >> 6;
+    }
+  }
+
+  nrgTotal = ( (accu1 >> fixMin(scaleEnergies[0],(DFRACT_BITS-1)))
+           +   (accu2 >> fixMin(scaleEnergies[1],(DFRACT_BITS-1))) ) << (2);
+
+  return(nrgTotal);
+}
+
+
+/*******************************************************************************
+ Functionname:  addHighbandEnergies
+ *******************************************************************************
+ \brief   Add highband energies
+
+ Highband energies are mapped to an array with smaller dimension:
+ Its time resolution is only 1 SBR-timeslot and its frequency resolution
+ is 1 SBR-band. Therefore the data to be fed into the spectralChange
+ function is reduced.
+
+ The values EnergiesM are scaled by the factor (1/32.0) and scaleEnergies[0]
+ The return value nrgTotal is scaled by the factor (1/32.0)
+
+ \return  total energy in the highband
+*******************************************************************************/
+
+static FIXP_DBL addHighbandEnergies(FIXP_DBL **RESTRICT Energies, /*!< input */
+                                    INT       *scaleEnergies,
+                                    FIXP_DBL   EnergiesM[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS], /*!< Combined output */
+                                    UCHAR     *RESTRICT freqBandTable,
+                                    INT        nSfb,
+                                    INT        sbrSlots,
+                                    INT        timeStep)
+{
+  INT i,j,k,slotIn,slotOut,scale;
+  INT li,ui;
+  FIXP_DBL nrgTotal;
+  FIXP_DBL accu = FL2FXCONST_DBL(0.0f);
+
+  /* Combine QMF-timeslots to SBR-timeslots,
+     combine QMF-bands to SBR-bands,
+     combine Left and Right channel */
+  for (slotOut=0; slotOut<sbrSlots; slotOut++) {
+    slotIn = 2*slotOut;
+
+    for (j=0; j<nSfb; j++) {
+      accu = FL2FXCONST_DBL(0.0f);
+
+      li = freqBandTable[j];
+      ui = freqBandTable[j + 1];
+
+      for (k=li; k<ui; k++) {
+        for (i=0; i<timeStep; i++) {
+         accu += (Energies[(slotIn+i)>>1][k] >> 5);
+        }
+      }
+      EnergiesM[slotOut][j] = accu;
+    }
+  }
+
+  scale = fixMin(8,scaleEnergies[0]);      /* scale energies down before add up */
+
+  if ((scaleEnergies[0]-1) > (DFRACT_BITS-1) )
+    nrgTotal = FL2FXCONST_DBL(0.0f);
+  else {
+    /* Now add all energies */
+    accu = FL2FXCONST_DBL(0.0f);
+    for (slotOut=0; slotOut<sbrSlots; slotOut++) {
+      for (j=0; j<nSfb; j++) {
+        accu += (EnergiesM[slotOut][j] >> scale);
+      }
+    }
+    nrgTotal = accu >> (scaleEnergies[0]-scale);
+  }
+
+  return(nrgTotal);
+}
+
+
+/*******************************************************************************
+ Functionname:  FDKsbrEnc_frameSplitter
+ *******************************************************************************
+ \brief   Decides if a FIXFIX-frame shall be splitted into 2 envelopes
+
+ If no transient has been detected before, the frame can still be splitted
+ into 2 envelopes.
+*******************************************************************************/
+void
+FDKsbrEnc_frameSplitter(FIXP_DBL **Energies,
+                        INT *scaleEnergies,
+                        HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector,
+                        UCHAR *freqBandTable,
+                        UCHAR *tran_vector,
+                        int YBufferWriteOffset,
+                        int YBufferSzShift,
+                        int nSfb,
+                        int timeStep,
+                        int no_cols)
+{
+  if (tran_vector[1]==0) /* no transient was detected */
+  {
+    FIXP_DBL delta;
+    FIXP_DBL EnergiesM[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS];
+    FIXP_DBL EnergyTotal,newLowbandEnergy,newHighbandEnergy;
+    INT border;
+    INT sbrSlots = fMultI(GetInvInt(timeStep),no_cols);
+
+    FDK_ASSERT( sbrSlots * timeStep == no_cols );
+
+    /*
+      Get Lowband-energy over a range of 2 frames (Look half a frame back and ahead).
+    */
+    newLowbandEnergy = addLowbandEnergies(Energies,
+                                          scaleEnergies,
+                                          YBufferWriteOffset,
+                                          YBufferSzShift,
+                                          h_sbrTransientDetector->tran_off,
+                                          freqBandTable,
+                                          no_cols);
+
+    newHighbandEnergy = addHighbandEnergies(Energies,
+                                            scaleEnergies,
+                                            EnergiesM,
+                                            freqBandTable,
+                                            nSfb,
+                                            sbrSlots,
+                                            timeStep);
+
+    if ( h_sbrTransientDetector->frameShift != 0 ) {
+      if (tran_vector[1]==0)
+        tran_vector[0] = 0;
+    } else
+    {
+      /* prevLowBandEnergy: Corresponds to 1 frame, starting with half a frame look-behind
+         newLowbandEnergy:  Corresponds to 1 frame, starting in the middle of the current frame */
+      EnergyTotal = (newLowbandEnergy + h_sbrTransientDetector->prevLowBandEnergy) >> 1;
+      EnergyTotal += newHighbandEnergy;
+      /* The below border should specify the same position as the middle border
+         of a FIXFIX-frame with 2 envelopes. */
+      border = (sbrSlots+1) >> 1;
+
+      delta = spectralChange(EnergiesM,
+                             scaleEnergies,
+                             EnergyTotal,
+                             nSfb,
+                             0,
+                             border,
+                             sbrSlots);
+
+      if (delta > (h_sbrTransientDetector->split_thr >> LD_DATA_SHIFT)) /* delta scaled by 1/64 */
+        tran_vector[0] = 1; /* Set flag for splitting */
+      else
+        tran_vector[0] = 0;
+    }
+
+    /* Update prevLowBandEnergy */
+    h_sbrTransientDetector->prevLowBandEnergy = newLowbandEnergy;
+    h_sbrTransientDetector->prevHighBandEnergy = newHighbandEnergy;
+  }
+}
+
+/*
+ * Calculate transient energy threshold for each QMF band
+ */
+static void
+calculateThresholds(FIXP_DBL **RESTRICT Energies,
+                    INT       *RESTRICT scaleEnergies,
+                    FIXP_DBL  *RESTRICT thresholds,
+                    int        YBufferWriteOffset,
+                    int        YBufferSzShift,
+                    int        noCols,
+                    int        noRows,
+                    int        tran_off)
+{
+  FIXP_DBL mean_val,std_val,temp;
+  FIXP_DBL i_noCols;
+  FIXP_DBL i_noCols1;
+  FIXP_DBL accu,accu0,accu1;
+  int scaleFactor0,scaleFactor1,commonScale;
+  int i,j;
+
+  i_noCols  = GetInvInt(noCols + tran_off ) << YBufferSzShift;
+  i_noCols1 = GetInvInt(noCols + tran_off - 1) << YBufferSzShift;
+
+  /* calc minimum scale of energies of previous and current frame */
+  commonScale = fixMin(scaleEnergies[0],scaleEnergies[1]);
+
+  /* calc scalefactors to adapt energies to common scale */
+  scaleFactor0 = fixMin((scaleEnergies[0]-commonScale), (DFRACT_BITS-1));
+  scaleFactor1 = fixMin((scaleEnergies[1]-commonScale), (DFRACT_BITS-1));
+
+  FDK_ASSERT((scaleFactor0 >= 0) && (scaleFactor1 >= 0));
+
+  /* calculate standard deviation in every subband */
+  for (i=0; i<noRows; i++)
+  {
+    int startEnergy = (tran_off>>YBufferSzShift);
+    int endEnergy = ((noCols>>YBufferSzShift)+tran_off);
+    int shift;
+
+    /* calculate mean value over decimated energy values (downsampled by 2). */
+    accu0 = accu1 = FL2FXCONST_DBL(0.0f);
+
+    for (j=startEnergy; j<YBufferWriteOffset; j++)
+      accu0 += fMult(Energies[j][i], i_noCols);
+    for (; j<endEnergy; j++)
+      accu1 += fMult(Energies[j][i], i_noCols);
+
+    mean_val = (accu0 >> scaleFactor0) + (accu1 >> scaleFactor1);  /* average */
+    shift    = fixMax(0,CountLeadingBits(mean_val)-6);             /* -6 to keep room for accumulating upto N = 24 values */
+
+    /* calculate standard deviation */
+    accu = FL2FXCONST_DBL(0.0f);
+
+    /* summe { ((mean_val-nrg)^2) * i_noCols1 } */
+    for (j=startEnergy; j<YBufferWriteOffset; j++) {
+      temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor0))<<shift;
+      temp = fPow2(temp);
+      temp = fMult(temp, i_noCols1);
+      accu += temp;
+    }
+    for (; j<endEnergy; j++) {
+      temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor1))<<shift;
+      temp = fPow2(temp);
+      temp = fMult(temp, i_noCols1);
+      accu += temp;
+    }
+
+    std_val = sqrtFixp(accu)>>shift;     /* standard deviation */
+
+    /*
+    Take new threshold as average of calculated standard deviation ratio
+    and old threshold if greater than absolute threshold
+    */
+    temp = ( commonScale<=(DFRACT_BITS-1) )
+            ? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonScale)
+            : (FIXP_DBL) 0;
+
+    thresholds[i] = fixMax(ABS_THRES,temp);
+
+    FDK_ASSERT(commonScale >= 0);
+  }
+}
+
+/*
+ * Calculate transient levels for each QMF time slot.
+ */
+static void
+extractTransientCandidates(FIXP_DBL  **RESTRICT Energies,
+                           INT        *RESTRICT scaleEnergies,
+                           FIXP_DBL   *RESTRICT thresholds,
+                           FIXP_DBL   *RESTRICT transients,
+                           int         YBufferWriteOffset,
+                           int         YBufferSzShift,
+                           int         noCols,
+                           int         start_band,
+                           int         stop_band,
+                           int         tran_off,
+                           int         addPrevSamples)
+{
+  FIXP_DBL i_thres;
+  C_ALLOC_SCRATCH_START(EnergiesTemp, FIXP_DBL, 2*QMF_MAX_TIME_SLOTS);
+  FIXP_DBL *RESTRICT pEnergiesTemp = EnergiesTemp;
+  int tmpScaleEnergies0, tmpScaleEnergies1;
+  int endCond;
+  int startEnerg,endEnerg;
+  int i,j,jIndex,jpBM;
+
+  tmpScaleEnergies0 = scaleEnergies[0];
+  tmpScaleEnergies1 = scaleEnergies[1];
+
+  /* Scale value for first energies, upto YBufferWriteOffset */
+  tmpScaleEnergies0 = fixMin(tmpScaleEnergies0, MAX_SHIFT_DBL);
+  /* Scale value for first energies, from YBufferWriteOffset upwards */
+  tmpScaleEnergies1 = fixMin(tmpScaleEnergies1, MAX_SHIFT_DBL);
+
+  FDK_ASSERT((tmpScaleEnergies0 >= 0) && (tmpScaleEnergies1 >= 0));
+
+  /* Keep addPrevSamples extra previous transient candidates. */
+  FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (FIXP_DBL));
+  FDKmemclear(transients + tran_off + addPrevSamples, noCols * sizeof (FIXP_DBL));
+
+  endCond = noCols; /* Amount of new transient values to be calculated. */
+  startEnerg = (tran_off-3)>>YBufferSzShift; /* >>YBufferSzShift because of amount of energy values. -3 because of neighbors being watched. */
+  endEnerg = ((noCols+ (YBufferWriteOffset<<YBufferSzShift))-1)>>YBufferSzShift; /* YBufferSzShift shifts because of half energy values. */
+
+  /* Compute differential values with two different weightings in every subband */
+  for (i=start_band; i<stop_band; i++)
+  {
+    FIXP_DBL thres = thresholds[i];
+
+    if((LONG)thresholds[i]>=256)
+      i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24);
+    else
+      i_thres = (LONG)MAXVAL_DBL;
+
+    /* Copy one timeslot and de-scale and de-squish */
+    if (YBufferSzShift == 1) {
+      for(j=startEnerg; j<YBufferWriteOffset; j++) {
+        FIXP_DBL tmp = Energies[j][i];
+        EnergiesTemp[(j<<1)+1] = EnergiesTemp[j<<1] = tmp>>tmpScaleEnergies0;
+      }
+      for(; j<=endEnerg; j++) {
+        FIXP_DBL tmp = Energies[j][i];
+        EnergiesTemp[(j<<1)+1] = EnergiesTemp[j<<1] = tmp>>tmpScaleEnergies1;
+      }
+    } else {
+      for(j=startEnerg; j<YBufferWriteOffset; j++) {
+        FIXP_DBL tmp = Energies[j][i];
+        EnergiesTemp[j] = tmp>>tmpScaleEnergies0;
+      }
+      for(; j<=endEnerg; j++) {
+        FIXP_DBL tmp = Energies[j][i];
+        EnergiesTemp[j] = tmp>>tmpScaleEnergies1;
+      }
+    }
+
+    /* Detect peaks in energy values. */
+
+    jIndex = tran_off;
+    jpBM = jIndex+addPrevSamples;
+
+    for (j=endCond; j--; jIndex++, jpBM++)
+    {
+
+      FIXP_DBL delta, tran;
+      int d;
+
+      delta = (FIXP_DBL)0;
+      tran  = (FIXP_DBL)0;
+
+      for (d=1; d<4; d++) {
+        delta += pEnergiesTemp[jIndex+d]; /* R */
+        delta -= pEnergiesTemp[jIndex-d]; /* L */
+        delta -= thres;
+
+        if ( delta > (FIXP_DBL)0 ) {
+          tran += fMult(i_thres, delta);
+        }
+      }
+      transients[jpBM] += tran;
+    }
+  }
+  C_ALLOC_SCRATCH_END(EnergiesTemp, FIXP_DBL, 2*QMF_MAX_TIME_SLOTS);
+}
+
+void
+FDKsbrEnc_transientDetect(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTran,
+                          FIXP_DBL **Energies,
+                          INT *scaleEnergies,
+                          UCHAR *transient_info,
+                          int YBufferWriteOffset,
+                          int YBufferSzShift,
+                          int timeStep,
+                          int frameMiddleBorder)
+{
+  int no_cols = h_sbrTran->no_cols;
+  int qmfStartSample;
+  int addPrevSamples;
+  int timeStepShift=0;
+  int i, cond;
+
+  /* Where to start looking for transients in the transient candidate buffer */
+  qmfStartSample = timeStep * frameMiddleBorder;
+  /* We need to look one value backwards in the transients, so we might need one more previous value. */
+  addPrevSamples = (qmfStartSample > 0) ? 0: 1;
+
+  switch (timeStep) {
+    case 1: timeStepShift = 0; break;
+    case 2: timeStepShift = 1; break;
+    case 4: timeStepShift = 2; break;
+  }
+
+  calculateThresholds(Energies,
+                      scaleEnergies,
+                      h_sbrTran->thresholds,
+                      YBufferWriteOffset,
+                      YBufferSzShift,
+                      h_sbrTran->no_cols,
+                      h_sbrTran->no_rows,
+                      h_sbrTran->tran_off);
+
+  extractTransientCandidates(Energies,
+                             scaleEnergies,
+                             h_sbrTran->thresholds,
+                             h_sbrTran->transients,
+                             YBufferWriteOffset,
+                             YBufferSzShift,
+                             h_sbrTran->no_cols,
+                             0,
+                             h_sbrTran->no_rows,
+                             h_sbrTran->tran_off,
+                             addPrevSamples );
+
+  transient_info[0] = 0;
+  transient_info[1] = 0;
+  transient_info[2] = 0;
+
+  /* Offset by the amount of additional previous transient candidates being kept. */
+  qmfStartSample += addPrevSamples;
+
+  /* Check for transients in second granule (pick the last value of subsequent values)  */
+  for (i=qmfStartSample; i<qmfStartSample + no_cols; i++) {
+    cond =    (h_sbrTran->transients[i] < fMult(FL2FXCONST_DBL(0.9f), h_sbrTran->transients[i - 1]) )
+           && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
+
+    if (cond) {
+      transient_info[0] = (i - qmfStartSample)>>timeStepShift;
+      transient_info[1] = 1;
+      break;
+    }
+  }
+
+  if ( h_sbrTran->frameShift != 0) {
+      /* transient prediction for LDSBR */
+      /* Check for transients in first <frameShift> qmf-slots of second frame */
+      for (i=qmfStartSample+no_cols; i<qmfStartSample + no_cols+h_sbrTran->frameShift; i++) {
+
+        cond =    (h_sbrTran->transients[i] < fMult(FL2FXCONST_DBL(0.9f), h_sbrTran->transients[i - 1]) )
+               && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
+
+        if (cond) {
+          int pos = (int) ( (i - qmfStartSample-no_cols) >> timeStepShift );
+          if ((pos < 3) && (transient_info[1]==0)) {
+            transient_info[2] = 1;
+          }
+          break;
+        }
+      }
+  }
+}
+
+int
+FDKsbrEnc_InitSbrTransientDetector(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector,
+                                   INT   frameSize,
+                                   INT   sampleFreq,
+                                   sbrConfigurationPtr params,
+                                   int   tran_fc,
+                                   int   no_cols,
+                                   int   no_rows,
+                                   int   YBufferWriteOffset,
+                                   int   YBufferSzShift,
+                                   int   frameShift,
+                                   int   tran_off)
+{
+    INT totalBitrate = params->codecSettings.standardBitrate * params->codecSettings.nChannels;
+    INT codecBitrate = params->codecSettings.bitRate;
+    FIXP_DBL bitrateFactor_fix, framedur_fix;
+    INT scale_0, scale_1;
+
+    FDKmemclear(h_sbrTransientDetector,sizeof(SBR_TRANSIENT_DETECTOR));
+
+    h_sbrTransientDetector->frameShift = frameShift;
+    h_sbrTransientDetector->tran_off = tran_off;
+
+    if(codecBitrate) {
+      bitrateFactor_fix = fDivNorm((FIXP_DBL)totalBitrate, (FIXP_DBL)(codecBitrate<<2),&scale_0);
+    }
+    else {
+      bitrateFactor_fix = FL2FXCONST_DBL(1.0/4.0);
+      scale_0 = 0;
+    }
+
+    framedur_fix = fDivNorm(frameSize, sampleFreq);
+
+    /* The longer the frames, the more often should the FIXFIX-
+    case transmit 2 envelopes instead of 1.
+    Frame durations below 10 ms produce the highest threshold
+    so that practically always only 1 env is transmitted. */
+    FIXP_DBL tmp = framedur_fix - FL2FXCONST_DBL(0.010);
+
+    tmp = fixMax(tmp, FL2FXCONST_DBL(0.0001));
+    tmp = fDivNorm(FL2FXCONST_DBL(0.000075), fPow2(tmp), &scale_1);
+
+    scale_1 = -(scale_1 + scale_0 + 2);
+
+    FDK_ASSERT(no_cols <= QMF_MAX_TIME_SLOTS);
+    FDK_ASSERT(no_rows <= QMF_CHANNELS);
+
+    h_sbrTransientDetector->no_cols = no_cols;
+    h_sbrTransientDetector->tran_thr = (FIXP_DBL)((params->tran_thr << (32-24-1)) / no_rows);
+    h_sbrTransientDetector->tran_fc = tran_fc;
+
+    if (scale_1>=0) {
+      h_sbrTransientDetector->split_thr = fMult(tmp, bitrateFactor_fix) >> scale_1;
+    }
+    else {
+      h_sbrTransientDetector->split_thr = fMult(tmp, bitrateFactor_fix) << (-scale_1);
+    }
+
+    h_sbrTransientDetector->no_rows = no_rows;
+    h_sbrTransientDetector->mode = params->tran_det_mode;
+    h_sbrTransientDetector->prevLowBandEnergy = FL2FXCONST_DBL(0.0f);
+
+    return (0);
+}
+
diff --git a/libSBRenc/src/tran_det.h b/libSBRenc/src/tran_det.h
new file mode 100644 (file)
index 0000000..95b5d2e
--- /dev/null
@@ -0,0 +1,150 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/*!
+  \file
+  \brief  Transient detector prototypes  
+*/
+#ifndef __TRAN_DET_H
+#define __TRAN_DET_H
+
+#include "sbr_encoder.h"
+#include "sbr_def.h"
+
+typedef struct
+{
+  FIXP_DBL  transients[QMF_MAX_TIME_SLOTS+(QMF_MAX_TIME_SLOTS/2)];
+  FIXP_DBL  thresholds[QMF_CHANNELS];
+  FIXP_DBL  tran_thr;              /* Master threshold for transient signals */
+  FIXP_DBL  split_thr;             /* Threshold for splitting FIXFIX-frames into 2 env */
+  FIXP_DBL  prevLowBandEnergy;     /* Energy of low band */
+  FIXP_DBL  prevHighBandEnergy;    /* Energy of high band */
+  INT    tran_fc;                  /* Number of lowband subbands to discard  */
+  INT    no_cols;
+  INT    no_rows;
+  INT    mode;
+
+  int    frameShift;
+  int    tran_off;                 /* Offset for reading energy values. */
+}
+SBR_TRANSIENT_DETECTOR;
+
+
+typedef SBR_TRANSIENT_DETECTOR *HANDLE_SBR_TRANSIENT_DETECTOR;
+
+void
+FDKsbrEnc_transientDetect(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector,
+                          FIXP_DBL **Energies,
+                          INT *scaleEnergies,
+                          UCHAR *tran_vector,
+                          int YBufferWriteOffset,
+                          int YBufferSzShift,
+                          int timeStep,
+                          int frameMiddleBorder);
+
+int
+FDKsbrEnc_InitSbrTransientDetector (HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector,
+                            INT   frameSize,
+                            INT   sampleFreq,
+                            sbrConfigurationPtr params,
+                            int   tran_fc,
+                            int   no_cols,
+                            int   no_rows,
+                            int   YBufferWriteOffset,
+                            int   YBufferSzShift,
+                            int   frameShift,
+                            int   tran_off);
+
+void
+FDKsbrEnc_frameSplitter(FIXP_DBL **Energies,
+                        INT *scaleEnergies,
+                        HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector,
+                        UCHAR *freqBandTable,
+                        UCHAR *tran_vector,
+                        int YBufferWriteOffset,
+                        int YBufferSzShift,
+                        int nSfb,
+                        int timeStep,
+                        int no_cols);
+
+#endif
diff --git a/libSYS/include/FDK_audio.h b/libSYS/include/FDK_audio.h
new file mode 100644 (file)
index 0000000..c8d9c19
--- /dev/null
@@ -0,0 +1,635 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Manuel Jander
+
+******************************************************************************/
+
+/** \file   FDK_audio.h
+ *  \brief  Global audio struct and constant definitions.
+ */
+
+#ifndef FDK_AUDIO_H
+#define FDK_AUDIO_H
+
+#include "machine_type.h"
+#include "genericStds.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/**
+ * File format identifiers.
+ */
+typedef enum
+{
+  FF_UNKNOWN           = -1, /**< Unknown format.        */
+  FF_RAW               = 0,  /**< No container, bit stream data conveyed "as is". */
+
+  FF_MP4_3GPP          = 3,  /**< 3GPP file format.      */
+  FF_MP4_MP4F          = 4,  /**< MPEG-4 File format.     */
+
+  FF_RAWPACKETS        = 5,  /**< Proprietary raw packet file. */
+
+  FF_DRMCT             = 12  /**< Digital Radio Mondial (DRM30/DRM+) CT proprietary file format. */
+
+} FILE_FORMAT;
+
+/**
+ * Transport type identifiers.
+ */
+typedef enum
+{
+  TT_UNKNOWN           = -1, /**< Unknown format.            */
+  TT_MP4_RAW           = 0,  /**< "as is" access units (packet based since there is obviously no sync layer) */
+  TT_MP4_ADIF          = 1,  /**< ADIF bitstream format.     */
+  TT_MP4_ADTS          = 2,  /**< ADTS bitstream format.     */
+
+  TT_MP4_LATM_MCP1     = 6,  /**< Audio Mux Elements with muxConfigPresent = 1 */
+  TT_MP4_LATM_MCP0     = 7,  /**< Audio Mux Elements with muxConfigPresent = 0, out of band StreamMuxConfig */
+
+  TT_MP4_LOAS          = 10, /**< Audio Sync Stream.         */
+
+  TT_DRM               = 12, /**< Digital Radio Mondial (DRM30/DRM+) bitstream format. */
+
+  TT_MP1_L1            = 16, /**< MPEG 1 Audio Layer 1 audio bitstream. */
+  TT_MP1_L2            = 17, /**< MPEG 1 Audio Layer 2 audio bitstream. */
+  TT_MP1_L3            = 18, /**< MPEG 1 Audio Layer 3 audio bitstream. */
+
+  TT_RSVD50            = 50 /**< */
+
+} TRANSPORT_TYPE;
+
+#define TT_IS_PACKET(x) \
+       ( ((x) == TT_MP4_RAW) \
+      || ((x) == TT_DRM) \
+      || ((x) == TT_MP4_LATM_MCP0) \
+      || ((x) == TT_MP4_LATM_MCP1) )
+
+/**
+ * Audio Object Type definitions.
+ */
+typedef enum
+{
+  AOT_NONE             = -1,
+  AOT_NULL_OBJECT      = 0,
+  AOT_AAC_MAIN         = 1, /**< Main profile                              */
+  AOT_AAC_LC           = 2, /**< Low Complexity object                     */
+  AOT_AAC_SSR          = 3,
+  AOT_AAC_LTP          = 4,
+  AOT_SBR              = 5,
+  AOT_AAC_SCAL         = 6,
+  AOT_TWIN_VQ          = 7,
+  AOT_CELP             = 8,
+  AOT_HVXC             = 9,
+  AOT_RSVD_10          = 10, /**< (reserved)                                */
+  AOT_RSVD_11          = 11, /**< (reserved)                                */
+  AOT_TTSI             = 12, /**< TTSI Object                               */
+  AOT_MAIN_SYNTH       = 13, /**< Main Synthetic object                     */
+  AOT_WAV_TAB_SYNTH    = 14, /**< Wavetable Synthesis object                */
+  AOT_GEN_MIDI         = 15, /**< General MIDI object                       */
+  AOT_ALG_SYNTH_AUD_FX = 16, /**< Algorithmic Synthesis and Audio FX object */
+  AOT_ER_AAC_LC        = 17, /**< Error Resilient(ER) AAC Low Complexity    */
+  AOT_RSVD_18          = 18, /**< (reserved)                                */
+  AOT_ER_AAC_LTP       = 19, /**< Error Resilient(ER) AAC LTP object        */
+  AOT_ER_AAC_SCAL      = 20, /**< Error Resilient(ER) AAC Scalable object   */
+  AOT_ER_TWIN_VQ       = 21, /**< Error Resilient(ER) TwinVQ object         */
+  AOT_ER_BSAC          = 22, /**< Error Resilient(ER) BSAC object           */
+  AOT_ER_AAC_LD        = 23, /**< Error Resilient(ER) AAC LowDelay object   */
+  AOT_ER_CELP          = 24, /**< Error Resilient(ER) CELP object           */
+  AOT_ER_HVXC          = 25, /**< Error Resilient(ER) HVXC object           */
+  AOT_ER_HILN          = 26, /**< Error Resilient(ER) HILN object           */
+  AOT_ER_PARA          = 27, /**< Error Resilient(ER) Parametric object     */
+  AOT_RSVD_28          = 28, /**< might become SSC                          */
+  AOT_PS               = 29, /**< PS, Parametric Stereo (includes SBR)      */
+  AOT_MPEGS            = 30, /**< MPEG Surround                             */
+
+  AOT_ESCAPE           = 31, /**< Signal AOT uses more than 5 bits          */
+
+  AOT_MP3ONMP4_L1      = 32, /**< MPEG-Layer1 in mp4                        */
+  AOT_MP3ONMP4_L2      = 33, /**< MPEG-Layer2 in mp4                        */
+  AOT_MP3ONMP4_L3      = 34, /**< MPEG-Layer3 in mp4                        */
+  AOT_RSVD_35          = 35, /**< might become DST                          */
+  AOT_RSVD_36          = 36, /**< might become ALS                          */
+  AOT_AAC_SLS          = 37, /**< AAC + SLS                                 */
+  AOT_SLS              = 38, /**< SLS                                       */
+  AOT_ER_AAC_ELD       = 39, /**< AAC Enhanced Low Delay                    */
+
+  AOT_USAC             = 42, /**< USAC                                      */
+  AOT_SAOC             = 43, /**< SAOC                                      */
+  AOT_LD_MPEGS         = 44, /**< Low Delay MPEG Surround                   */
+
+  AOT_RSVD50           = 50,  /**< Interim AOT for Rsvd50                   */
+
+  /* Pseudo AOTs */
+  AOT_MP2_AAC_MAIN     = 128, /**< Virtual AOT MP2 Main profile                           */
+  AOT_MP2_AAC_LC       = 129, /**< Virtual AOT MP2 Low Complexity profile                 */
+  AOT_MP2_AAC_SSR      = 130, /**< Virtual AOT MP2 Scalable Sampling Rate profile         */
+
+  AOT_MP2_SBR          = 132, /**< Virtual AOT MP2 Low Complexity Profile with SBR        */
+
+  AOT_DAB              = 134, /**< Virtual AOT for DAB (Layer2 with scalefactor CRC)      */
+  AOT_DABPLUS_AAC_LC   = 135, /**< Virtual AOT for DAB plus AAC-LC                        */
+  AOT_DABPLUS_SBR      = 136, /**< Virtual AOT for DAB plus HE-AAC                        */
+  AOT_DABPLUS_PS       = 137, /**< Virtual AOT for DAB plus HE-AAC v2                     */
+
+  AOT_PLAIN_MP1        = 140, /**< Virtual AOT for plain mp1                              */
+  AOT_PLAIN_MP2        = 141, /**< Virtual AOT for plain mp2                              */
+  AOT_PLAIN_MP3        = 142, /**< Virtual AOT for plain mp3                              */
+
+  AOT_DRM_AAC          = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR)          */
+  AOT_DRM_SBR          = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR)             */
+  AOT_DRM_MPEG_PS      = 145, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
+  AOT_DRM_SURROUND     = 146, /**< Virtual AOT for DRM Surround (ER-AAC-SCAL (+SBR) +MPS) */
+
+  AOT_MP2_PS           = 156, /**< Virtual AOT MP2 Low Complexity Profile with SBR and PS */
+
+  AOT_MPEGS_RESIDUALS  = 256  /**< Virtual AOT for MPEG Surround residuals                */
+
+} AUDIO_OBJECT_TYPE;
+
+/** Channel Mode ( 1-7 equals MPEG channel configurations, others are arbitrary). */
+typedef enum {
+  MODE_INVALID                  = -1,
+  MODE_UNKNOWN                  =  0,
+  MODE_1                        =  1,       /**< C */
+  MODE_2                        =  2,       /**< L+R */
+  MODE_1_2                      =  3,       /**< C, L+R */
+  MODE_1_2_1                    =  4,       /**< C, L+R, Rear */
+  MODE_1_2_2                    =  5,       /**< C, L+R, LS+RS */
+  MODE_1_2_2_1                  =  6,       /**< C, L+R, LS+RS, LFE */
+  MODE_1_2_2_2_1                =  7,       /**< C, LC+RC, L+R, LS+RS, LFE */
+
+
+  MODE_1_1                      = 16,       /**< 2 SCEs (dual mono) */
+  MODE_1_1_1_1                  = 17,       /**< 4 SCEs */
+  MODE_1_1_1_1_1_1              = 18,       /**< 6 SCEs */
+  MODE_1_1_1_1_1_1_1_1          = 19,       /**< 8 SCEs */
+  MODE_1_1_1_1_1_1_1_1_1_1_1_1  = 20,       /**< 12 SCEs */
+
+  MODE_2_2                      = 21,       /**< 2 CPEs */
+  MODE_2_2_2                    = 22,       /**< 3 CPEs */
+  MODE_2_2_2_2                  = 23,       /**< 4 CPEs */
+  MODE_2_2_2_2_2_2              = 24,       /**< 6 CPEs */
+
+  MODE_2_1                      = 30,       /**< CPE,SCE (ARIB standard B32) */
+
+  MODE_7_1_REAR_SURROUND        = 33,       /**< C, L+R, LS+RS, Lrear+Rrear, LFE */
+  MODE_7_1_FRONT_CENTER         = 34        /**< C, LC+RC, L+R, LS+RS, LFE */
+
+} CHANNEL_MODE;
+
+/** Speaker description tags */
+typedef enum {
+  ACT_NONE,
+  ACT_FRONT,
+  ACT_SIDE,
+  ACT_BACK,
+  ACT_LFE,
+  ACT_FRONT_TOP,
+  ACT_SIDE_TOP,
+  ACT_BACK_TOP,
+  ACT_TOP /* Ts */
+} AUDIO_CHANNEL_TYPE;
+
+typedef enum
+{
+  SIG_UNKNOWN                 = -1,
+  SIG_IMPLICIT                =  0,
+  SIG_EXPLICIT_BW_COMPATIBLE  =  1,
+  SIG_EXPLICIT_HIERARCHICAL   =  2
+
+} SBR_PS_SIGNALING;
+
+/**
+ * Audio Codec flags.
+ */
+#define AC_ER_VCB11     0x000001  /*!< aacSectionDataResilienceFlag     flag (from ASC): 1 means use virtual codebooks  */
+#define AC_ER_RVLC      0x000002  /*!< aacSpectralDataResilienceFlag     flag (from ASC): 1 means use huffman codeword reordering */
+#define AC_ER_HCR       0x000004  /*!< aacSectionDataResilienceFlag     flag (from ASC): 1 means use virtual codebooks  */
+#define AC_SCALABLE     0x000008  /*!< AAC Scalable*/
+#define AC_ELD          0x000010  /*!< AAC-ELD */
+#define AC_LD           0x000020  /*!< AAC-LD */
+#define AC_ER           0x000040  /*!< ER syntax */
+#define AC_BSAC         0x000080  /*!< BSAC */
+#define AC_USAC         0x000100  /*!< USAC */
+#define AC_USAC_TW      0x000200  /*!< USAC time warped filter bank is active */
+#define AC_USAC_NOISE   0x000400  /*!< USAC noise filling is active */
+#define AC_USAC_HBE     0x000800  /*!< USAC harmonic bandwidth extension is active */
+#define AC_RSVD50       0x001000  /*!< Rsvd50 */
+#define AC_SBR_PRESENT  0x002000  /*!< SBR present flag (from ASC)             */
+#define AC_SBRCRC       0x004000  /*!< SBR CRC present flag. Only relevant for AAC-ELD for now. */
+#define AC_PS_PRESENT   0x008000  /*!< PS present flag (from ASC or implicit)  */
+#define AC_MPS_PRESENT  0x010000  /*!< MPS present flag (from ASC or implicit) */
+#define AC_DRM          0x020000  /*!< DRM bit stream syntax */
+#define AC_INDEP        0x040000  /*!< Independency flag */
+#define AC_MPS_RES      0x080000  /*!< MPS residual individual channel data. */
+#define AC_DAB          0x800000  /*!< DAB bit stream syntax */
+#define AC_LD_MPS     0x01000000  /*!< Low Delay MPS. */
+
+
+/* CODER_CONFIG::flags */
+#define CC_MPEG_ID         0x00100000
+#define CC_IS_BASELAYER    0x00200000
+#define CC_PROTECTION      0x00400000
+#define CC_SBR             0x00800000
+#define CC_SBRCRC          0x00010000
+#define CC_RVLC            0x01000000
+#define CC_VCB11           0x02000000
+#define CC_HCR             0x04000000
+#define CC_PSEUDO_SURROUND 0x08000000
+#define CC_USAC_NOISE      0x10000000
+#define CC_USAC_TW         0x20000000
+#define CC_USAC_HBE        0x40000000
+
+/** Generic audio coder configuration structure. */
+typedef struct {
+  AUDIO_OBJECT_TYPE aot;         /**< Audio Object Type (AOT).           */
+  AUDIO_OBJECT_TYPE extAOT;      /**< Extension Audio Object Type (SBR). */
+  CHANNEL_MODE channelMode;      /**< Channel mode.                      */
+  INT        samplingRate;       /**< Sampling rate.                     */
+  INT        extSamplingRate;    /**< Extended samplerate (SBR).         */
+  INT        bitRate;            /**< Average bitrate.                   */
+  int        samplesPerFrame;    /**< Number of PCM samples per codec frame and audio channel. */
+  int        noChannels;         /**< Number of audio channels.          */
+  int        bitsFrame;
+  int        nSubFrames;         /**< Amount of encoder subframes. 1 means no subframing.                                     */
+  int        BSACnumOfSubFrame;  /**< The number of the sub-frames which are grouped and transmitted in a super-frame (BSAC). */
+  int        BSAClayerLength;    /**< The average length of the large-step layers in bytes (BSAC).                            */
+  UINT       flags;              /**< flags */
+  UCHAR      matrixMixdownA;     /**< Matrix mixdown index to put into PCE. Default value 0 means no mixdown coefficient,
+                                      valid values are 1-4 which correspond to matrix_mixdown_idx 0-3. */
+  UCHAR      headerPeriod;       /**< Frame period for sending in band configuration buffers in the transport layer. */
+
+  UCHAR      stereoConfigIndex; /**< USAC MPS stereo mode */
+  UCHAR      sbrMode;           /**< USAC SBR mode */
+  SBR_PS_SIGNALING sbrSignaling;/**< 0: implicit signaling, 1: backwards compatible explicit signaling, 2: hierarcical explicit signaling */
+
+  UCHAR      sbrPresent;
+  UCHAR      psPresent;
+} CODER_CONFIG;
+
+/** MP4 Element IDs. */
+typedef enum
+{
+  ID_NONE = -1,   /**< Invalid Element helper ID.             */
+  ID_SCE = 0,     /**< Single Channel Element.                */
+  ID_CPE = 1,     /**< Channel Pair Element.                  */
+  ID_CCE = 2,     /**< Coupling Channel Element.              */
+  ID_LFE = 3,     /**< LFE Channel Element.                   */
+  ID_DSE = 4,     /**< Currently one Data Stream Element for ancillary data is supported. */
+  ID_PCE = 5,     /**< Program Config Element.                */
+  ID_FIL = 6,     /**< Fill Element.                          */
+  ID_END = 7,     /**< Arnie (End Element = Terminator).      */
+  ID_EXT = 8,     /**< Extension Payload (ER only).           */
+  ID_SCAL = 9,    /**< AAC scalable element (ER only).        */
+  ID_LAST
+} MP4_ELEMENT_ID;
+
+#define IS_CHANNEL_ELEMENT(elementId) \
+  ((elementId) == ID_SCE \
+|| (elementId) == ID_CPE \
+|| (elementId) == ID_LFE)
+
+#define EXT_ID_BITS 4  /**< Size in bits of extension payload type tags. */
+
+/** Extension payload types. */
+typedef enum {
+  EXT_FIL           = 0x00,
+  EXT_FILL_DATA     = 0x01,
+  EXT_DATA_ELEMENT  = 0x02,
+  EXT_DATA_LENGTH   = 0x03,
+  EXT_LDSAC_DATA    = 0x09,
+  EXT_SAOC_DATA     = 0x0a,
+  EXT_DYNAMIC_RANGE = 0x0b,
+  EXT_SAC_DATA      = 0x0c,
+  EXT_SBR_DATA      = 0x0d,
+  EXT_SBR_DATA_CRC  = 0x0e
+} EXT_PAYLOAD_TYPE;
+
+
+/**
+ * Proprietary raw packet file configuration data type identifier.
+ */
+typedef enum
+{
+  TC_NOTHING = 0,     /* No configuration available -> in-band configuration.   */
+  TC_RAW_ASC,         /* Configuration data field is a raw AudioSpecificConfig. */
+  TC_RAW_SMC,         /* Configuration data field is a raw StreamMuxConfig.     */
+  TC_RAW_SDC          /* Configuration data field is a raw Drm SDC.             */
+
+} TP_CONFIG_TYPE;
+
+/*
+ * ##############################################################################################
+ * Library identification and error handling
+ * ##############################################################################################
+ */
+/* \cond */
+#define MODULE_ID_MASK  (0x000000ff)
+#define MODULE_ID_SHIFT (24)
+
+typedef enum {
+  FDK_NONE   = 0,
+  FDK_TOOLS  = 1,
+  FDK_SYSLIB = 2,
+  FDK_AACDEC = 3,
+  FDK_AACENC = 4,
+  FDK_SBRDEC = 5,
+  FDK_SBRENC = 6,
+  FDK_TPDEC  = 7,
+  FDK_TPENC  = 8,
+  FDK_MPSDEC = 9,
+  FDK_MPEGFILEREAD  = 10,
+  FDK_MPEGFILEWRITE = 11,
+  FDK_MP2DEC = 12,
+  FDK_DABDEC = 13,
+  FDK_DABPARSE = 14,
+  FDK_DRMDEC = 15,
+  FDK_DRMPARSE = 16,
+  FDK_AACLDENC = 17,
+  FDK_MP2ENC = 18,
+  FDK_MP3ENC = 19,
+  FDK_MP3DEC = 20,
+  FDK_MP3HEADPHONE = 21,
+  FDK_MP3SDEC = 22,
+  FDK_MP3SENC = 23,
+  FDK_EAEC    = 24,
+  FDK_DABENC  = 25,
+  FDK_DMBDEC  = 26,
+  FDK_FDREVERB = 27,
+  FDK_DRMENC  = 28,
+  FDK_METADATATRANSCODER = 29,
+  FDK_AC3DEC = 30,
+  FDK_PCMDMX = 31,
+
+  FDK_MODULE_LAST
+
+} FDK_MODULE_ID;
+
+/* AAC capability flags */
+#define CAPF_AAC_LC           0x00000001  /**< Support flag for AAC Low Complexity.                             */
+#define CAPF_ER_AAC_LD        0x00000002  /**< Support flag for AAC Low Delay with Error Resilience tools.      */
+#define CAPF_ER_AAC_SCAL      0x00000004  /**< Support flag for AAC Scalable.                                   */
+#define CAPF_ER_AAC_LC        0x00000008  /**< Support flag for AAC Low Complexity with Error Resilience tools. */
+#define CAPF_AAC_480          0x00000010  /**< Support flag for AAC with 480 framelength.  */
+#define CAPF_AAC_512          0x00000020  /**< Support flag for AAC with 512 framelength.  */
+#define CAPF_AAC_960          0x00000040  /**< Support flag for AAC with 960 framelength.  */
+#define CAPF_AAC_1024         0x00000080  /**< Support flag for AAC with 1024 framelength. */
+#define CAPF_AAC_HCR          0x00000100  /**< Support flag for AAC with Huffman Codeword Reordering.    */
+#define CAPF_AAC_VCB11        0x00000200  /**< Support flag for AAC Virtual Codebook 11.    */
+#define CAPF_AAC_RVLC         0x00000400  /**< Support flag for AAC Reversible Variable Length Coding.   */
+#define CAPF_AAC_MPEG4        0x00000800  /**< Support flag for MPEG file format.                           */
+#define CAPF_AAC_DRC          0x00001000  /**< Support flag for AAC Dynamic Range Control. */
+#define CAPF_AAC_CONCEALMENT  0x00002000  /**< Support flag for AAC concealment.           */
+#define CAPF_AAC_DRM_BSFORMAT 0x00004000  /**< Support flag for AAC DRM bistream format.                         */
+#define CAPF_ER_AAC_ELD       0x00008000  /**< Support flag for AAC Enhanced Low Delay with Error Resilience tools.  */
+#define CAPF_ER_AAC_BSAC      0x00010000  /**< Support flag for AAC BSAC.                           */
+#define CAPF_AAC_SUPERFRAMING 0x00020000  /**< Support flag for AAC Superframing.                           */
+
+/* Transport capability flags */
+#define CAPF_ADTS             0x00000001  /**< Support flag for ADTS transport format.        */
+#define CAPF_ADIF             0x00000002  /**< Support flag for ADIF transport format.        */
+#define CAPF_LATM             0x00000004  /**< Support flag for LATM transport format.        */
+#define CAPF_LOAS             0x00000008  /**< Support flag for LOAS transport format.        */
+#define CAPF_RAWPACKETS       0x00000010  /**< Support flag for RAW PACKETS transport format. */
+#define CAPF_DRM              0x00000020  /**< Support flag for DRM/DRM+ transport format.    */
+#define CAPF_RSVD50           0x00000040  /**< Support flag for RSVD50 transport format       */
+
+/* SBR capability flags */
+#define CAPF_SBR_LP           0x00000001  /**< Support flag for SBR Low Power mode.           */
+#define CAPF_SBR_HQ           0x00000002  /**< Support flag for SBR High Quality mode.        */
+#define CAPF_SBR_DRM_BS       0x00000004  /**< Support flag for                               */
+#define CAPF_SBR_CONCEALMENT  0x00000008  /**< Support flag for SBR concealment.              */
+#define CAPF_SBR_DRC          0x00000010  /**< Support flag for SBR Dynamic Range Control.    */
+#define CAPF_SBR_PS_MPEG      0x00000020  /**< Support flag for MPEG Parametric Stereo.       */
+#define CAPF_SBR_PS_DRM       0x00000040  /**< Support flag for DRM Parametric Stereo.        */
+
+/* MP2 encoder capability flags */
+#define CAPF_MP2ENC_SS        0x00000001  /**< Support flag for Seamless Switching.           */
+#define CAPF_MP2ENC_DAB       0x00000002  /**< Support flag for Layer2 DAB.                   */
+
+/* DAB capability flags */
+#define CAPF_DAB_MP2          0x00000001  /**< Support flag for Layer2 DAB.                   */
+#define CAPF_DAB_AAC          0x00000002  /**< Support flag for DAB+ (HE-AAC v2).             */
+#define CAPF_DAB_PAD          0x00000004  /**< Support flag for PAD extraction.               */
+#define CAPF_DAB_DRC          0x00000008  /**< Support flag for Dynamic Range Control.        */
+#define CAPF_DAB_SURROUND     0x00000010  /**< Support flag for DAB Surround (MPS).           */
+
+/* DMB capability flags */
+#define CAPF_DMB_BSAC         0x00000001  /**< Support flag for ER AAC BSAC.                  */
+#define CAPF_DMB_DRC          0x00000008  /**< Support flag for Dynamic Range Control.        */
+#define CAPF_DMB_SURROUND     0x00000010  /**< Support flag for DMB Surround (MPS).           */
+
+/* PCM up/downmmix capability flags */
+#define CAPF_DMX_BLIND        0x00000001  /**< Support flag for blind downmixing.             */
+#define CAPF_DMX_PCE          0x00000002  /**< Support flag for guided downmix with data from MPEG-2/4 Program Config Elements (PCE). */
+#define CAPF_DMX_ARIB         0x00000004  /**< Support flag for PCE guided downmix with slightly different equations and levels to fulfill ARIB standard. */
+#define CAPF_DMX_DVB          0x00000008  /**< Support flag for guided downmix with data from DVB ancillary data fields. */
+#define CAPF_DMX_CH_EXP       0x00000010  /**< Support flag for simple upmixing by dublicating channels or adding zero channels. */
+/* \endcond */
+
+
+/*
+ * ##############################################################################################
+ * Library versioning
+ * ##############################################################################################
+ */
+
+/**
+ * Convert each member of version numbers to one single numeric version representation.
+ * \param lev0  1st level of version number.
+ * \param lev1  2nd level of version number.
+ * \param lev2  3rd level of version number.
+  */
+#define LIB_VERSION(lev0, lev1, lev2) ((lev0<<24 & 0xff000000) | \
+                                       (lev1<<16 & 0x00ff0000) | \
+                                       (lev2<<8  & 0x0000ff00))
+
+/**
+ *  Build text string of version.
+ */
+#define LIB_VERSION_STRING(info) FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
+
+/**
+ *  Library information.
+ */
+typedef struct LIB_INFO
+{
+  const char* title;
+  const char* build_date;
+  const char* build_time;
+  FDK_MODULE_ID module_id;
+  INT version;
+  UINT  flags;
+  char versionStr[32];
+} LIB_INFO;
+
+/** Initialize library info. */
+static inline void FDKinitLibInfo( LIB_INFO* info )
+{
+  int i;
+
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    info[i].module_id = FDK_NONE;
+  }
+}
+
+/** Aquire supported features of library. */
+static inline UINT FDKlibInfo_getCapabilities( const LIB_INFO* info, FDK_MODULE_ID module_id )
+{
+  int i;
+
+  for (i=0; i<FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == module_id) {
+      return info[i].flags;
+    }
+  }
+  return 0;
+}
+
+/** Search for next free tab. */
+static inline INT FDKlibInfo_lookup( const LIB_INFO* info, FDK_MODULE_ID module_id )
+{
+  int i = -1;
+
+  for (i = 0; i < FDK_MODULE_LAST; i++) {
+    if (info[i].module_id == module_id)
+      return -1;
+    if (info[i].module_id == FDK_NONE)
+      break;
+  }
+  if (i == FDK_MODULE_LAST)
+    return -1;
+
+  return i;
+}
+
+
+/*
+ * ##############################################################################################
+ * Buffer description
+ * ##############################################################################################
+ */
+
+/**
+ *  I/O buffer descriptor.
+ */
+typedef struct FDK_bufDescr
+{
+  void  **ppBase;     /*!< Pointer to an array containing buffer base addresses.
+                           Set to NULL for buffer requirement info. */
+  UINT   *pBufSize;   /*!< Pointer to an array containing the number of elements that can
+                           be placed in the specific buffer. */
+  UINT   *pEleSize;   /*!< Pointer to an array containing the element size for each buffer
+                           in bytes. That is mostly the number returned by the sizeof()
+                           operator for the data type used for the specific buffer. */
+  UINT   *pBufType;   /*!< Pointer to an array of bit fields containing a description
+                           for each buffer. See XXX below for more details.  */
+  UINT    numBufs;    /*!< Total number of buffers. */
+
+} FDK_bufDescr;
+
+/**
+ * Buffer type description field.
+ */
+#define FDK_BUF_TYPE_MASK_IO     ( 0x03 << 30 )
+#define FDK_BUF_TYPE_MASK_DESCR  ( 0x3F << 16 )
+#define FDK_BUF_TYPE_MASK_ID     ( 0xFF )
+
+#define FDK_BUF_TYPE_INPUT       ( 0x1 << 30 )
+#define FDK_BUF_TYPE_OUTPUT      ( 0x2 << 30 )
+
+#define FDK_BUF_TYPE_PCM_DATA    ( 0x1 << 16 )
+#define FDK_BUF_TYPE_ANC_DATA    ( 0x2 << 16 )
+#define FDK_BUF_TYPE_BS_DATA     ( 0x4 << 16 )
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* FDK_AUDIO_H */
diff --git a/libSYS/include/audio.h b/libSYS/include/audio.h
new file mode 100644 (file)
index 0000000..6ef83ae
--- /dev/null
@@ -0,0 +1,106 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author: Manuel Jander
+
+******************************************************************************/
+
+/** \file   audio.h
+ *  \brief  Audio device support.
+ *
+ * This component features audio playback and capture with a common API for
+ * any software/hardware platform.
+ *
+ * If you use Microsoft Visual C++ Version 6 and Ksmedia.h cannot be found,
+ * installing DirectX (e.g. dx9sdk_summer2004.exe) solves it.
+ *
+ */
+
+#ifndef AUDIO_H
+#define AUDIO_H
+
+
+
+#endif
diff --git a/libSYS/include/cmdl_parser.h b/libSYS/include/cmdl_parser.h
new file mode 100644 (file)
index 0000000..266e41d
--- /dev/null
@@ -0,0 +1,221 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+   Description: command line parser
+
+******************************************************************************/
+
+/** \file   cmdl_parser.h
+ *  \brief  Command line parser.
+ *
+ *  The command line parser can extract certain data fields out of a character
+ *  string and assign values to variables. It has 2 main functions. One to parse
+ *  a command line in the form of standard C runtime "argc" and "argv" parameters,
+ *  and the other to assemble these parameters reading text lines from a file in
+ *  case the C runtime does not provide them.
+ */
+
+#ifndef  __PARSER_H
+#define __PARSER_H
+
+
+
+#include "machine_type.h"
+
+#define CMDL_MAX_STRLEN 255
+#define CMDL_MAX_ARGC    30
+
+/* \cond */
+/* Type definition for text */
+
+
+#ifdef WIN32
+  #include <tchar.h>
+  #ifndef _tstof  /* For Visual Studio 6 */
+    #ifdef _UNICODE
+      #include <wchar.h>
+      #define _tstof(x)   (float) wcstod(x, NULL)  /* For Visual Studio 6 */
+    #else
+      #define _tstof      atof
+    #endif
+  #endif
+
+  #ifndef _tstol  /* For Visual Studio 6 */
+    #ifdef _UNICODE
+      #define _tstol      _wtol
+    #else
+      #define _tstol      atol
+    #endif
+  #endif
+
+  #ifndef _tstoi  /* For Visual Studio 6 */
+    #ifdef _UNICODE
+      #define _tstoi      _wtoi
+    #else
+      #define _tstoi      atoi
+    #endif
+  #endif
+
+  #ifndef TEXTCHAR
+    #define TEXTCHAR char
+  #endif
+
+  #ifndef _TEXT
+    #define _TEXT
+  #endif
+
+#else /* WIN32 */
+
+    #define TEXTCHAR char
+    #define _tcslen(a)  FDKstrlen(a)
+    #define _tcscpy     strcpy
+    #define _tcscmp     FDKstrcmp
+    #define _tcsncmp    FDKstrncmp
+    #define _tscanf     scanf
+    #define _TEXT(x)    x
+    #define _tfopen     fopen
+    #define _ftprintf   fprintf
+    #define _tcsncpy    FDKstrncpy
+    #define _tstof      FDKatof
+    #define _tstol      FDKatol
+    #define _tstoi      FDKatoi
+    #define _tcstol     strtol
+    #define _istdigit   isdigit
+#endif /* WIN32 */
+
+/* \endcond */
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/**
+ *  Scans argc, argv and a scanf style format string for parameters and stores the
+ *  values in the variable number of pointers passed to the function.
+
+ For example:
+   \code
+   #define ARG_PARAM  "(-a %d) (-v %1)"
+   #define ARG_VALUE &config->aot, &verbose
+   int nFoundArgs = IIS_ScanCmdl(argc, argv, ARG_PARAM, ARG_VALUE);
+   \endcode
+   wheras the wild-cards (\%d, \%1, ..) define the data type of the argument:
+       - \%1 boolean (e. g. -x)
+       - \%d integer (e. g. -x 23)
+       - \%f float (e. g. -x 3.4)
+       - \%y double (e. g. -x 31415926535897932384626433832795028841971693993751)
+       - \%s string (e. g. -x "file.dat")
+       - \%u unsigned character (e. g. -x 3)
+       - \%c signed character (e. g. -x -3)
+    More examples on how to use it are located in every (encoder/decoder) example framework.
+
+ * \param argc      Number of arguments.
+ * \param argv      Complete character string of the command line arguments.
+ * \param pReqArgs  A list of parameters and a corresponding list of memory addresses to
+ *                  assign each parameter to.
+ *
+ * \return  Number of found arguments.
+ */
+INT IIS_ScanCmdl(INT argc, TEXTCHAR* argv[], const TEXTCHAR* pReqArgs, ...);
+
+#ifdef __cplusplus
+}
+#endif
+
+/**
+ *  Reads a text file, assembles argc and argv parameters for each text line
+ *  and calls the given function for each set of argc, argv parameters.
+ *
+ * \param param_filename  Name of text file that should be parsed.
+ * \param pFunction       Pointer to function that should be called for every text line found.
+ *
+ * \return  0 on success, 1 on failure.
+ */
+INT IIS_ProcessCmdlList(const TEXTCHAR* param_filename, int (*pFunction)(int, TEXTCHAR**));
+
+
+#endif /* __PARSER_H */
diff --git a/libSYS/include/conv_string.h b/libSYS/include/conv_string.h
new file mode 100644 (file)
index 0000000..0409dc0
--- /dev/null
@@ -0,0 +1,136 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+
+******************************************************************************/
+
+/** \file   conv_string.h
+ *  \brief  String conversion functions.
+ */
+
+#ifndef _CONV_STRING_H
+#define _CONV_STRING_H
+
+
+
+#include "genericStds.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/**
+ * \brief                Convert a bitbuffer to a hex string.
+ * \param string         Hex string.
+ * \param charBuf        Input buffer that has to be converted.
+ * \param charBufLength  Size of the input buffer.
+ * \return               Error code.
+ */
+INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength);
+
+/**
+ * \brief                Convert a hex string to bits.
+ * \param string         Hex string that has to be converted.
+ * \param charBuf        Output buffer holding the bits, will be filled up with zeros.
+ * \param charBufLength  Size of the output buffer.
+ * \return               Error code.
+ */
+INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength);
+
+/**
+ * \brief    Convert a character representing a hex sign to the appropriate value.
+ * \param c  Character that has to be converted.
+ * \return   Converted value (value between 0 and 15), if 16, an error has occured.
+ */
+UCHAR hexChar2Dec(const char c);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* _CONV_STRING_H */
diff --git a/libSYS/include/genericStds.h b/libSYS/include/genericStds.h
new file mode 100644 (file)
index 0000000..fe4dc36
--- /dev/null
@@ -0,0 +1,480 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+
+******************************************************************************/
+
+/** \file   genericStds.h
+    \brief  Generic Run-Time Support function wrappers and heap allocation monitoring.
+ */
+
+#if !defined(__GENERICSTDS_H__)
+#define __GENERICSTDS_H__
+
+#include "machine_type.h"
+
+
+/* Always increase verbosity of memory allocation in case of a debug built. DEBUG is defined globally in that case. */
+#if defined(DEBUG) || defined(FDK_DEBUG)
+//#define MEMORY_MEASUREMENT
+#endif
+
+#ifndef M_PI
+  #define M_PI   3.14159265358979323846  /*! Pi. Only used in example projects. */
+#endif
+
+
+/* #define _CRT_SECURE_NO_DEPRECATE */
+
+
+/**
+ * Identifiers for various memory locations. They are used along with memory allocation
+ * functions like FDKcalloc_L() to specify the requested memory's location.
+ */
+typedef enum {
+  /* Internal */
+  SECT_DATA_L1 = 0x2000,
+  SECT_DATA_L2,
+  SECT_DATA_L1_A,
+  SECT_DATA_L1_B,
+  SECT_CONSTDATA_L1,
+
+  /* External */
+  SECT_DATA_EXTERN = 0x4000,
+  SECT_CONSTDATA_EXTERN
+
+} MEMORY_SECTION;
+
+
+/**
+ * The H_ prefix indicates header file version, the C_* prefix indicates the corresponding
+ * object version.
+ *
+ * Declaring memory areas requires to specify a unique name and a data type. Use the H_ macro
+ * for this purpose inside a header file.
+ *
+ * For defining a memory area your require additionally one or two sizes, depending if the
+ * memory should be organized into one or two dimensions.
+ *
+ * The macros containing the keyword AALLOC instead of ALLOC also do take care of returning
+ * aligned memory addresses (beyond the natural alignment of its type). The preprocesor macro
+ * ::ALIGNMENT_DEFAULT indicates the aligment to be used (this is hardware specific).
+ *
+ * The _L suffix indicates that the memory will be located in a specific section. This is
+ * useful to allocate critical memory section into fast internal SRAM for example.
+ *
+ */
+
+#define H_ALLOC_MEM(name,type)          type * Get ## name(int n=0); void Free ## name(type** p); \
+                                        UINT GetRequiredMem ## name(void);
+
+/** See #H_ALLOC_MEM for description. */
+#define H_ALLOC_MEM_OVERLAY(name,type)  type * Get ## name(int n=0); void Free ## name(type** p); \
+                                        UINT GetRequiredMem ## name(void);
+
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_ALLOC_MEM(name,type,num) \
+    type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_ALLOC_MEM_STATIC(name,type,num) \
+    static type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
+    static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
+    static UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_ALLOC_MEM2(name,type,n1,n2) \
+    type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKcalloc(n1, sizeof(type))); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_AALLOC_MEM(name,type,num) \
+    type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc((num)*sizeof(type), ALIGNMENT_DEFAULT)); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_AALLOC_MEM2(name,type,n1,n2) \
+    type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc((n1)*sizeof(type), ALIGNMENT_DEFAULT)); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)) * (n2); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_ALLOC_MEM_L(name,type,num,s) \
+    type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc_L(num, sizeof(type), s)); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_ALLOC_MEM2_L(name,type,n1,n2,s) \
+    type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return (type*)FDKcalloc_L(n1, sizeof(type), s); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_AALLOC_MEM_L(name,type,num,s) \
+    type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc_L((num)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKafree_L(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)); }
+
+  /** See #H_ALLOC_MEM for description. */
+  #define C_AALLOC_MEM2_L(name,type,n1,n2,s) \
+    type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc_L((n1)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
+    void Free ## name(type** p) { if (p != NULL) { FDKafree_L(*p); *p=NULL; } } \
+    UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)) * (n2); }
+
+/** See #H_ALLOC_MEM_OVERLAY for description. */
+
+
+  #define C_ALLOC_MEM_OVERLAY(name,type,num,sect,tag) C_AALLOC_MEM_L(name,type,num,sect)
+
+
+   #define C_AALLOC_SCRATCH_START(name,type,n) \
+     type _ ## name[(n)+(ALIGNMENT_DEFAULT+sizeof(type)-1)]; \
+     type * name = (type*)ALIGN_PTR(_ ## name); \
+
+   #define C_ALLOC_SCRATCH_START(name,type,n) \
+     type name[n];
+
+   #define C_AALLOC_SCRATCH_END(name,type,n)
+   #define C_ALLOC_SCRATCH_END(name,type,n)
+
+
+/*--------------------------------------------
+ * Runtime support declarations
+ *---------------------------------------------*/
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/** printf() using stdout. If ::ARCH_WA_FLUSH_CONSOLE defined, a flush is  done additionally after printf(). */
+void FDKprintf    ( const char* szFmt, ...);
+
+/** printf() using stderr. If ::ARCH_WA_FLUSH_CONSOLE defined, a flush is done additionally after printf(). */
+void FDKprintfErr ( const char* szFmt, ...);
+
+/** Wrapper for <stdio.h>'s getchar(). */
+int FDKgetchar(void);
+
+INT  FDKfprintf(void  *stream,  const  char *format, ...);
+INT  FDKsprintf(char *str, const char *format, ...);
+
+
+
+const char *FDKstrchr(const char *s, INT c);
+const char *FDKstrstr(const char *haystack, const char *needle);
+char *FDKstrcpy(char *dest, const char *src);
+char *FDKstrncpy(char *dest, const char *src, const UINT n);
+
+#define FDK_MAX_OVERLAYS 8   /**< Maximum number of memory overlays. */
+
+
+void *FDKcalloc (const UINT n, const UINT size);
+void *FDKmalloc (const UINT size);
+void  FDKfree   (void *ptr);
+
+/**
+ *  Allocate and clear an aligned memory area. Use FDKafree() instead of FDKfree() for these memory areas.
+ *
+ * \param size       Size of requested memory in bytes.
+ * \param alignment  Alignment of requested memory in bytes.
+ * \return           Pointer to allocated memory.
+ */
+void *FDKaalloc (const UINT size, const UINT alignment);
+
+/**
+ *  Free an aligned memory area.
+ *
+ * \param ptr  Pointer to be freed.
+ * \return     void
+ */
+void FDKafree (void *ptr);
+
+
+/**
+ *  Allocate memory in a specific memory section.
+ *  Requests can be made for internal or external memory. If internal memory is
+ *  requested, FDKcalloc_L() first tries to use L1 memory, which sizes are defined
+ *  by ::DATA_L1_A_SIZE and ::DATA_L1_B_SIZE. If no L1 memory is available, then
+ *  FDKcalloc_L() tries to use L2 memory. If that fails as well, the requested
+ *  memory is allocated at an extern location using the fallback FDKcalloc().
+ *
+ * \param n     See MSDN documentation on calloc().
+ * \param size  See MSDN documentation on calloc().
+ * \param s     Memory section.
+ * \return      See MSDN documentation on calloc().
+ */
+void *FDKcalloc_L(const UINT n, const UINT size, MEMORY_SECTION s);
+
+/**
+ *  Allocate aligned memory in a specific memory section.
+ *  See FDKcalloc_L() description for details - same applies here.
+ */
+void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
+
+/**
+ *  Free memory that was allocated in a specific memory section.
+ */
+void  FDKfree_L(void *ptr);
+
+/**
+ *  Free aligned memory that was allocated in a specific memory section.
+ */
+void  FDKafree_L(void *ptr);
+
+
+/**
+ * Copy memory. Source and destination memory must not overlap.
+ * Either use implementation from a Standard Library, or, if no Standard Library
+ * is available, a generic implementation.
+ * The define ::USE_BUILTIN_MEM_FUNCTIONS in genericStds.cpp controls what to use.
+ * The function arguments correspond to the standard memcpy(). Please see MSDN
+ * documentation for details on how to use it.
+ */
+void FDKmemcpy(void *dst, const void *src, const UINT size);
+
+/**
+ * Copy memory. Source and destination memory are allowed to overlap.
+ * Either use implementation from a Standard Library, or, if no Standard Library
+ * is available, a generic implementation.
+ * The define ::USE_BUILTIN_MEM_FUNCTIONS in genericStds.cpp controls what to use.
+ * The function arguments correspond to the standard memmove(). Please see MSDN
+ * documentation for details on how to use it.
+*/
+void FDKmemmove(void *dst, const void *src, const UINT size);
+
+/**
+ * Clear memory.
+ * Either use implementation from a Standard Library, or, if no Standard Library
+ * is available, a generic implementation.
+ * The define ::USE_BUILTIN_MEM_FUNCTIONS in genericStds.cpp controls what to use.
+ * The function arguments correspond to the standard memclear(). Please see MSDN
+ * documentation for details on how to use it.
+*/
+void FDKmemclear(void *memPtr, const UINT size);
+
+/**
+ * Fill memory with values.
+ * The function arguments correspond to the standard memset(). Please see MSDN
+ * documentation for details on how to use it.
+ */
+void FDKmemset(void *memPtr, const INT value, const UINT size);
+
+/* Compare function wrappers */
+INT   FDKmemcmp(const void *s1, const void *s2, const UINT size);
+INT   FDKstrcmp(const char *s1, const char *s2);
+INT   FDKstrncmp(const char *s1, const char *s2, const UINT size);
+
+UINT  FDKstrlen(const char *s);
+
+#define FDKmax(a,b) ( (a) > (b) ? (a):(b))
+#define FDKmin(a,b) ( (a) < (b) ? (a):(b))
+
+#define FDK_INT_MAX ((INT)0x7FFFFFFF)
+#define FDK_INT_MIN ((INT)0x80000000)
+
+/* Math function wrappers. Only intended for compatibility, not to be highly optimized. */
+/* Used for debugging, dev code .. */
+
+INT FDKabs(INT j);
+double FDKfabs(double x);
+double FDKpow(double x, double y);
+double FDKsqrt(double x);
+double FDKatan(double x);
+double FDKlog(double x);
+double FDKsin(double x);
+double FDKcos(double x);
+double FDKexp(double x);
+#define FDKlog2(a) (FDKlog(a)*1.442695041) /* log(2.0) = 1.442695041 */
+#define FDKlog10(a) (FDKlog(a)*0.434294482) /* 1.0/log(10.0) = 0.434294482 */
+double FDKatan2(double y, double x);
+double FDKacos(double x);
+double FDKtan(double x);
+double FDKfloor(double x);
+double FDKceil(double x);
+INT   FDKatoi(const char *nptr);
+long  FDKatol(const char *nptr);
+float FDKatof(const char *nptr);
+/* LONG LONG FDKatoll(const char *nptr); */
+/* LONG LONG FDKatoq(const char *nptr); */
+
+
+
+/* FILE I/O */
+
+/*!
+ *  Check platform for endianess.
+ *
+ * \return  1 if platform is little endian, non-1 if platform is big endian.
+ */
+#ifdef __cplusplus
+inline
+#else
+static
+#endif
+int IS_LITTLE_ENDIAN(void) {
+  int __dummy = 1;
+  return ( *( (UCHAR*)(&(__dummy) ) ) );
+}
+
+/*!
+ *  Convert input value to little endian format.
+ *
+ * \param val  Value to be converted. It may be in both big or little endian.
+ * \return     Value in little endian format.
+ */
+#define TO_LITTLE_ENDIAN(val) \
+  ( (IS_LITTLE_ENDIAN()) ? \
+     (val) \
+   : ( (((val) & 0xff) << 24) || (((val) & 0xff00)<< 8) || (((val) & 0xff0000)>>8) || (((val) & 0xff000000) >> 24) ) )
+
+
+/*!
+ * \fn     FDKFILE *FDKfopen(const char *filename, const char *mode);
+ *         Standard fopen() wrapper.
+ * \fn     INT FDKfclose(FDKFILE *FP);
+ *         Standard fclose() wrapper.
+ * \fn     INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
+ *         Standard fseek() wrapper.
+ * \fn     INT FDKftell(FDKFILE *FP);
+ *         Standard ftell() wrapper.
+ * \fn     INT FDKfflush(FDKFILE *fp);
+ *         Standard fflush() wrapper.
+ * \fn     UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
+ *         Standard fwrite() wrapper.
+ * \fn     UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp);
+ *         Standard fread() wrapper.
+ */
+typedef void FDKFILE;
+extern const INT FDKSEEK_SET, FDKSEEK_CUR, FDKSEEK_END;
+
+FDKFILE *FDKfopen(const char *filename, const char *mode);
+INT FDKfclose(FDKFILE *FP);
+INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
+INT FDKftell(FDKFILE *FP);
+INT FDKfflush(FDKFILE *fp);
+UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
+UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp);
+char* FDKfgets(void *dst, INT size, FDKFILE *fp);
+void FDKrewind(FDKFILE *fp);
+INT FDKfeof(FDKFILE *fp);
+
+/**
+ * \brief        Write each member in little endian order. Convert automatically to host endianess.
+ * \param ptrf   Pointer to memory where to read data from.
+ * \param size   Size of each item to be written.
+ * \param nmemb  Number of items to be written.
+ * \param fp     File pointer of type FDKFILE.
+ * \return       Number of items read on success and fread() error on failure.
+ */
+UINT FDKfwrite_EL(void *ptrf, INT size, UINT nmemb, FDKFILE *fp);
+
+/**
+ * \brief        Read variable of size "size" as little endian. Convert automatically to host endianess.
+ *                4-byte alignment is enforced for 24 bit data, at 32 bit full scale.
+ * \param dst    Pointer to memory where to store data into.
+ * \param size   Size of each item to be read.
+ * \param nmemb  Number of items to be read.
+ * \param fp     File pointer of type FDKFILE.
+ * \return       Number of items read on success and fread() error on failure.
+ */
+UINT FDKfread_EL(void *dst, INT size, UINT nmemb, FDKFILE *fp);
+
+
+/**
+ * \brief  Print FDK software disclaimer.
+ */
+void FDKprintDisclaimer(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __GENERICSTDS_H__ */
diff --git a/libSYS/include/machine_type.h b/libSYS/include/machine_type.h
new file mode 100644 (file)
index 0000000..4745e43
--- /dev/null
@@ -0,0 +1,357 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+
+******************************************************************************/
+
+/** \file   machine_type.h
+ *  \brief  Type defines for various processors and compiler tools.
+ */
+
+#if !defined(__MACHINE_TYPE_H__)
+#define __MACHINE_TYPE_H__
+
+
+/* Library calling convention spec. __cdecl and friends might be added here as required. */
+  #define LINKSPEC_H
+  #define LINKSPEC_CPP
+
+
+/**
+ *  collate all corresponding compiler specific macros to detect a debug build, and set the DEBUG macro if that is the case.
+ */
+#if defined(_DEBUG)
+#define DEBUG
+#endif
+
+
+/* for doxygen the following docu parts must be separated */
+/** \var  SCHAR
+ *        Data type representing at least 1 byte signed integer on all supported platforms.
+ */
+/** \var  UCHAR
+ *        Data type representing at least 1 byte unsigned integer on all supported platforms.
+ */
+/** \var  INT
+ *        Data type representing at least 4 byte signed integer on all supported platforms.
+ */
+/** \var  UINT
+ *        Data type representing at least 4 byte unsigned integer on all supported platforms.
+ */
+/** \var  LONG
+ *        Data type representing 4 byte signed integer on all supported platforms.
+ */
+/** \var  ULONG
+ *        Data type representing 4 byte unsigned integer on all supported platforms.
+ */
+/** \var  SHORT
+ *        Data type representing 2 byte signed integer on all supported platforms.
+ */
+/** \var  USHORT
+ *        Data type representing 2 byte unsigned integer on all supported platforms.
+ */
+/** \var  INT64
+ *        Data type representing 8 byte signed integer on all supported platforms.
+ */
+/** \var  UINT64
+ *        Data type representing 8 byte unsigned integer on all supported platforms.
+ */
+/** \def  SHORT_BITS
+ *        Number of bits the data type short represents. sizeof() is not suited to get this info,
+ *        because a byte is not always defined as 8 bits.
+ */
+/** \def  CHAR_BITS
+ *        Number of bits the data type char represents. sizeof() is not suited to get this info,
+ *        because a byte is not always defined as 8 bits.
+ */
+/** \var  INT_PCM
+ *        Data type representing the width of input and output PCM samples.
+ */
+
+
+  typedef signed int INT;
+  typedef unsigned int UINT;
+#ifdef __x86_64__
+  /* force FDK long-datatypes to 4 byte  */
+  /* jdr: Use defines to avoid type alias problems on 64 bit machines. */
+  #define LONG INT
+  #define ULONG UINT
+#else /* __x86_64__ */
+  typedef signed long LONG;
+  typedef unsigned long ULONG;
+#endif /* __x86_64__ */
+  typedef signed short SHORT;
+  typedef unsigned short USHORT;
+  typedef signed char SCHAR;
+  typedef unsigned char UCHAR;
+
+  #define SHORT_BITS 16
+  #define CHAR_BITS 8
+
+
+/* Define 64 bit base integer type. */
+#ifdef _MSC_VER
+  typedef __int64 INT64;
+  typedef unsigned __int64 UINT64;
+#else
+  typedef long long INT64;
+  typedef unsigned long long UINT64;
+#endif
+
+#ifndef NULL
+  #ifdef __cplusplus
+    #define NULL    0
+  #else
+    #define NULL    ((void *)0)
+  #endif
+#endif
+
+/* Assert is functional on x86 PC's and also when debugging is turned on. */
+#if defined(DEBUG) || defined(__i686__) || defined(__i586__) || defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || defined(FDK_DEBUG) || defined(FDK_ASSERT_ENABLE)
+  #include <assert.h>
+  #define FDK_ASSERT(x) assert(x)
+#else
+  #define FDK_ASSERT(ignore)
+#endif
+
+  typedef SHORT        INT_PCM;
+  #define WAV_BITS     16
+  #define SAMPLE_BITS  16
+  #define SAMPLE_MAX (((LONG)1<<(SAMPLE_BITS-1))-1)
+  #define SAMPLE_MIN (~SAMPLE_MAX)
+
+/*!
+* \def    RAM_ALIGN
+*  Used to align memory as prefix before memory declaration. For example:
+   \code
+   RAM_ALIGN
+   int myArray[16];
+   \endcode
+
+   Note, that not all platforms support this mechanism. For example with TI compilers
+   a preprocessor pragma is used, but to do something like
+
+   \code
+   #define RAM_ALIGN #pragma DATA_ALIGN(x)
+   \encode
+
+   would require the preprocessor to process this line twice to fully resolve it. Hence,
+   a fully platform-independant way to use alignment is not supported.
+
+* \def    ALIGNMENT_DEFAULT
+*         Default alignment in bytes.
+*/
+#if defined(__GNUC__)  /* cppp replaced: elif */
+  #define ALIGNMENT_DEFAULT 8
+  #define RAM_ALIGN __attribute__((aligned(ALIGNMENT_DEFAULT)))
+#else
+  #define ALIGNMENT_DEFAULT 8
+  #define RAM_ALIGN
+#endif
+
+
+/*!
+* \def  RESTRICT
+*       The restrict keyword is supported by some platforms and RESTRICT maps to
+*       either the corresponding keyword on each platform or to void if the
+*       compiler does not provide such feature.
+*
+* \def  WORD_ALIGNED(x)
+*       Tells the compiler that pointer x is WORD aligned.
+*       At the moment only supported by TI compilers.
+*
+* \def  DWORD_ALIGNED(x)
+*       Tells the compiler that pointer x is DWORD aligned.
+*       At the moment only supported by TI compilers.
+*/
+  #define RESTRICT
+  #define WORD_ALIGNED(x)
+  #define DWORD_ALIGNED(x)
+
+
+/*-----------------------------------------------------------------------------------
+ * ALIGN_SIZE
+ *-----------------------------------------------------------------------------------*/
+/*!
+ * \brief  This macro aligns a given value depending on ::ALIGNMENT_DEFAULT.
+ *
+ * For example if #ALIGNMENT_DEFAULT equals 8, then:
+ * - ALIGN_SIZE(3) returns 8
+ * - ALIGN_SIZE(8) returns 8
+ * - ALIGN_SIZE(9) returns 16
+ */
+#define ALIGN_SIZE(a) ((a)+ (((INT)ALIGNMENT_DEFAULT - ((INT)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)))
+
+/*-----------------------------------------------------------------------------------
+ * ALIGN_PTR
+ * cast (a) to width of pointer
+ *-----------------------------------------------------------------------------------*/
+/*!
+ * \brief  This macro aligns a given address depending on ::ALIGNMENT_DEFAULT.
+ */
+#define ALIGN_PTR(a) ( (unsigned char*)(a) + (((INT)ALIGNMENT_DEFAULT - ((INT)(UINT64)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)) )
+
+ /* Alignment macro for libSYS heap implementation */
+#define ALIGNMENT_EXTRES    ( ALIGNMENT_DEFAULT )
+#define ALGN_SIZE_EXTRES(a) ((a)+ (((INT)ALIGNMENT_EXTRES - ((INT)(a) & (ALIGNMENT_EXTRES-1)) ) & (ALIGNMENT_EXTRES-1)))
+
+
+/*!
+ * \def  FORCEINLINE
+ *       Sometimes compiler do not do what they are told to do, and in case of inlining some
+ *       additional command might be necessary depending on the platform.
+ *
+ * \def  FDK_INLINE
+ *       Defines how the compiler is told to inline stuff.
+ */
+#ifdef DEBUG
+#undef FORCEINLINE
+#define FORCEINLINE
+#else
+#ifndef FORCEINLINE
+  #if defined(__GNUC__)        /* cppp replaced: elif */
+    #define FORCEINLINE __attribute((always_inline))
+  #else
+    #define FORCEINLINE
+  #endif
+#endif
+#endif
+
+  /* for all other platforms */
+  #define FDK_INLINE inline
+
+
+/*!
+ * \def  LNK_SECTION_DATA_L1
+ *       The LNK_SECTION_* defines allow memory to be drawn from specific memory
+ *       sections. Used as prefix before variable declaration.
+ *
+ * \def  LNK_SECTION_DATA_L2
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_L1_DATA_A
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_L1_DATA_B
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_CONSTDATA_L1
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_CONSTDATA
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_CODE_L1
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_CODE_L2
+ *       See ::LNK_SECTION_DATA_L1
+ * \def  LNK_SECTION_INITCODE
+ *       See ::LNK_SECTION_DATA_L1
+ */
+/**************************************************
+ * Code Section macros
+ **************************************************/
+  #define LNK_SECTION_CODE_L1
+  #define LNK_SECTION_CODE_L2
+  #define LNK_SECTION_INITCODE
+
+/* Memory section macros. */
+
+  /* default fall back */
+  #define LNK_SECTION_DATA_L1
+  #define LNK_SECTION_DATA_L2
+  #define LNK_SECTION_CONSTDATA
+  #define LNK_SECTION_CONSTDATA_L1
+
+  #define LNK_SECTION_L1_DATA_A
+  #define LNK_SECTION_L1_DATA_B
+
+
+#ifdef _MSC_VER
+  /*
+   * Sometimes certain features are excluded from compilation and therefore the warning 4065 may occur:
+   * "switch statement contains 'default' but no 'case' labels"
+   * We consider this warning irrelevant and disable it.
+   */
+  #pragma warning( disable : 4065 )
+#endif
+
+#endif /* __MACHINE_TYPE_H__ */
diff --git a/libSYS/include/wav_file.h b/libSYS/include/wav_file.h
new file mode 100644 (file)
index 0000000..2bc43b2
--- /dev/null
@@ -0,0 +1,233 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Eric Allamanche
+
+******************************************************************************/
+
+/** \file   wav_file.h
+ *  \brief  Rudimentary WAVE file read/write support.
+ *
+ *  The WAVE file reader/writer is intented to be used in the codec's example
+ *  framework for easily getting started with encoding/decoding. Therefore
+ *  it serves mainly for helping quickly understand how a codec's API actually
+ *  works.
+ *  Being a WAVE file reader/writer with very basic functionality, it may not be
+ *  able to read WAVE files that come with unusual configurations.
+ *  Details on how to use the interface functions can be found in every
+ *  (encoder/decoder) example framework.
+ */
+
+#ifndef __WAV_FILE_H__
+#define __WAV_FILE_H__
+
+
+
+#include "genericStds.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define SPEAKER_FRONT_LEFT             0x1
+#define SPEAKER_FRONT_RIGHT            0x2
+#define SPEAKER_FRONT_CENTER           0x4
+#define SPEAKER_LOW_FREQUENCY          0x8
+#define SPEAKER_BACK_LEFT              0x10
+#define SPEAKER_BACK_RIGHT             0x20
+#define SPEAKER_FRONT_LEFT_OF_CENTER   0x40
+#define SPEAKER_FRONT_RIGHT_OF_CENTER  0x80
+#define SPEAKER_BACK_CENTER            0x100
+#define SPEAKER_SIDE_LEFT              0x200
+#define SPEAKER_SIDE_RIGHT             0x400
+#define SPEAKER_TOP_CENTER             0x800
+#define SPEAKER_TOP_FRONT_LEFT         0x1000
+#define SPEAKER_TOP_FRONT_CENTER       0x2000
+#define SPEAKER_TOP_FRONT_RIGHT        0x4000
+#define SPEAKER_TOP_BACK_LEFT          0x8000
+#define SPEAKER_TOP_BACK_CENTER        0x10000
+#define SPEAKER_TOP_BACK_RIGHT         0x20000
+#define SPEAKER_RESERVED               0x80000000
+
+/*!
+ * RIFF WAVE file struct.
+ * For details see WAVE file format documentation (for example at http://www.wotsit.org).
+ */
+typedef struct WAV_HEADER
+{
+  char   riffType[4];
+  UINT   riffSize;
+  char   waveType[4];
+  char   formatType[4];
+  UINT   formatSize;
+  USHORT compressionCode;
+  USHORT numChannels;
+  UINT   sampleRate;
+  UINT   bytesPerSecond;
+  USHORT blockAlign;
+  USHORT bitsPerSample;
+  char   dataType[4];
+  UINT   dataSize;
+} WAV_HEADER;
+
+struct WAV
+{
+  WAV_HEADER header;
+  FDKFILE *fp;
+  UINT channelMask;
+};
+
+typedef struct WAV *HANDLE_WAV;
+
+/**
+ * \brief  Open a WAV file handle for reading.
+ *
+ * \param pWav      Pointer to a memory location, where a WAV handle is returned.
+ * \param filename  File name to be opened.
+ *
+ * \return  0 on success and non-zero on failure.
+ */
+INT WAV_InputOpen (HANDLE_WAV *pWav, const char *filename);
+
+/**
+ * \brief  Read samples from a WAVE file. The samples are automatically re-ordered to the
+ *         native host endianess and scaled to full scale of the INT_PCM type, from
+ *         whatever BPS the WAVE file had specified in its header data.
+ *
+ *  \param wav           Handle of WAV file.
+ *  \param sampleBuffer  Pointer to store audio data.
+ *  \param numSamples    Desired number of samples to read.
+ *  \param nBufBits      Size in bit of each audio sample of sampleBuffer.
+ *
+ *  \return  Number of samples actually read.
+ */
+INT WAV_InputRead (HANDLE_WAV wav, void *sampleBuffer, UINT numSamples, int nBufBits);
+
+/**
+ * \brief       Close a WAV file reading handle.
+ * \param pWav  Pointer to a WAV file reading handle.
+ * \return      void
+ */
+void WAV_InputClose(HANDLE_WAV *pWav);
+
+/**
+ * \brief  Open WAV output/writer handle.
+ *
+ * \param pWav            Pointer to WAV handle to be returned.
+ * \param outputFilename  File name of the file to be written to.
+ * \param sampleRate      Desired samplerate of the resulting WAV file.
+ * \param numChannels     Desired number of audio channels of the resulting WAV file.
+ * \param bitsPerSample   Desired number of bits per audio sample of the resulting WAV file.
+ *
+ * \return  0: ok; -1: error
+ */
+INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
+
+/**
+ * \brief  Write data to WAV file asociated to WAV handle.
+ *
+ * \param wav              Handle of WAV file
+ * \param sampleBuffer     Pointer to audio samples, right justified integer values.
+ * \param numberOfSamples  The number of individual audio sample valuesto be written.
+ * \param nBufBits         Size in bits of each audio sample in sampleBuffer.
+ * \param nSigBits         Amount of significant bits of each nBufBits in sampleBuffer.
+ *
+ * \return 0: ok; -1: error
+ */
+INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits);
+
+/**
+ * \brief       Close WAV output handle.
+ * \param pWav  Pointer to WAV handle. *pWav is set to NULL.
+ * \return      void
+ */
+void WAV_OutputClose(HANDLE_WAV *pWav);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif /* __WAV_FILE_H__ */
diff --git a/libSYS/src/cmdl_parser.cpp b/libSYS/src/cmdl_parser.cpp
new file mode 100644 (file)
index 0000000..24ec0d5
--- /dev/null
@@ -0,0 +1,581 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+   Description: command line parser
+
+******************************************************************************/
+
+
+
+#define _CRT_SECURE_NO_WARNINGS
+
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+#include <ctype.h>
+
+#include "cmdl_parser.h"
+#include "genericStds.h"
+
+
+
+/************************ interface ************************/
+
+static INT  GetArgFromString(INT argc, TEXTCHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string , INT* switches_used);
+static void RemoveWhiteSpace(const TEXTCHAR* pReqArgs, TEXTCHAR* Removed);
+static INT CheckArg(TEXTCHAR* arg,  TEXTCHAR* str, UINT numArgs, TEXTCHAR type, TEXTCHAR* current_str);
+static INT CheckForUnusedSwitches(INT argc, /*TEXTCHAR* argv[],*/ INT* switches_used);
+static INT ParseString(TEXTCHAR* str, INT*, TEXTCHAR*, TEXTCHAR*);
+static void GetNumberOfArgs(TEXTCHAR* str, INT* nArgs);
+
+static
+void removeQuotes(char *str)
+{
+  if (str[0] == '"') {
+    FDKstrcpy(str, str+1);
+    str[FDKstrlen(str)-1] = 0;
+  }
+}
+
+
+/********************** implementation *********************/
+
+INT IIS_ScanCmdl(INT argc, TEXTCHAR* argv[], const TEXTCHAR* str, ...)
+{
+  INT i              = 0;
+  INT found_and_set  = 0;
+  INT nArgs          = 0;
+  INT* switches_used = 0;
+  INT*   b_str_opt   = 0;
+  TEXTCHAR*  s_str       = 0;
+  TEXTCHAR*  c_str_type  = 0;
+  TEXTCHAR*  str_clean   = 0;
+
+  va_list ap;
+
+  if (argc == 0 || argc == 1)
+  {
+    FDKprintf("No command line arguments\n");
+    goto bail;
+  }
+
+  str_clean  = (TEXTCHAR*)  FDKcalloc((unsigned int)_tcslen(str), sizeof(TEXTCHAR));
+  if (str_clean == NULL) {
+    FDKprintf("Error allocating memory line %d, file %s\n",  __LINE__, __FILE__);
+    return 0;
+  }
+
+  RemoveWhiteSpace(str, str_clean );
+  GetNumberOfArgs(str_clean, &nArgs);
+
+  b_str_opt  = (INT*)   FDKcalloc(nArgs,    sizeof(INT));
+  s_str      = (TEXTCHAR*)  FDKcalloc(nArgs*CMDL_MAX_ARGC, sizeof(TEXTCHAR) );
+  c_str_type = (TEXTCHAR*)  FDKcalloc(nArgs,    sizeof(TEXTCHAR));
+  switches_used = (INT*) FDKcalloc(argc, sizeof(INT));
+
+  if (b_str_opt == NULL || s_str == NULL || c_str_type == NULL || switches_used == NULL) {
+    FDKprintf("Error allocating memory line %d, file %s\n",  __LINE__, __FILE__);
+    goto bail;
+  }
+
+  if ( ParseString( str_clean, b_str_opt, s_str, c_str_type )) {
+    goto bail;
+  }
+
+  va_start(ap, str);
+
+  for ( i = 0; i < nArgs; i++ )
+    {
+      TEXTCHAR arg[CMDL_MAX_STRLEN] = {L'\0'};
+      TEXTCHAR* p_arg = arg;
+      TEXTCHAR* current_str = &(s_str[i*CMDL_MAX_ARGC]);
+
+      if (GetArgFromString(argc, argv, current_str, c_str_type[i], arg, switches_used )
+          && !b_str_opt[i] )
+        {
+#ifdef _UNICODE
+          _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%ls'.\n" ), current_str);
+#else
+          _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%s'.\n" ), current_str);
+#endif
+          found_and_set = 0;
+          goto bail;
+        }
+      if (CheckArg(p_arg, s_str, nArgs, c_str_type[i], current_str))
+        {
+          goto bail;
+        }
+
+      switch (c_str_type[i] )
+        {
+        case 's':
+          {
+            TEXTCHAR* tmp;
+            tmp = va_arg(ap, TEXTCHAR*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            _tcsncpy( tmp, arg, CMDL_MAX_STRLEN );
+            /* Remove quotes. Windows Mobile Workaround. */
+            removeQuotes(tmp);
+            found_and_set++;
+            break;
+          }
+        case 'd':
+          {
+            INT* tmp = va_arg(ap, INT*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            *tmp = _tcstol(arg, NULL, 0);
+            found_and_set++;
+            break;
+          }
+        case 'c':
+          {
+            char* tmp = va_arg(ap, char*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            *tmp = *arg;
+            found_and_set++;
+            break;
+          }
+        case 'u':
+          {
+            UCHAR* tmp = va_arg(ap, UCHAR*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            *tmp = _tstoi(arg);
+            found_and_set++;
+            break;
+          }
+        case 'f':
+          {
+            float* tmp = (float*) va_arg( ap,double*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            *tmp = (float) _tstof(arg);
+            found_and_set++;
+            break;
+          }
+        case 'y': // support 'data type double'
+          {
+            double* tmp = (double*) va_arg( ap,double*);
+            // use sscanf instead _tstof because of gcc
+            //_tstof(arg,"%lf",tmp); // '%lf' reads as double
+            *tmp = _tstof(arg); // '%lf' reads as double
+            found_and_set++;
+            break;
+          }
+        case '1':
+          {
+
+            INT* tmp = va_arg( ap, INT*);
+
+            if ( arg[0] == '\0' )
+              break;
+
+            *tmp = 1;
+            found_and_set++;
+            break;
+          }
+
+        default:
+          FDKprintfErr("Bug: unsupported data identifier \"%c\"\n", c_str_type[i]);
+          break;
+
+        }
+
+    }
+
+  va_end(ap);
+
+  CheckForUnusedSwitches(argc, /*argv,*/ switches_used);
+
+bail:
+  if (b_str_opt)     FDKfree(b_str_opt);
+  if (s_str)         FDKfree(s_str);
+  if (c_str_type)    FDKfree(c_str_type);
+  if (str_clean)     FDKfree(str_clean);
+  if (switches_used) FDKfree(switches_used);
+
+  return found_and_set;
+}
+
+
+void GetNumberOfArgs(TEXTCHAR* str, INT* nArgs)
+{
+  UINT i = 0;
+  for ( i = 0; i < _tcslen(str); ++i )
+    {
+      if ( str[i] == '%')
+        *nArgs+= 1;
+    }
+
+}
+
+INT ParseString(TEXTCHAR* str, INT* b_str_opt, TEXTCHAR* s_str, TEXTCHAR* c_str_type )
+{
+    UINT i = 0;
+    INT argCounter = 0;
+
+    TEXTCHAR* str_start = 0;
+    TEXTCHAR* str_stop = 0;
+
+
+    str_start = str;
+    str_stop = str_start;
+
+    for ( i = 0; i < _tcslen(str) - 1; ++i )
+      {
+        if ( str[i] == '%' )  /* We have an Argument */
+          {
+            if ( argCounter )
+              {
+                if ( b_str_opt[argCounter-1] )
+                  str_start = str_stop + 3;
+
+                else
+                  str_start = str_stop + 2;
+              }
+
+            /* Save Argument type */
+            c_str_type[argCounter] = str[i+1];
+
+            if ( *str_start == '(' ) /* Optional Argument */
+              {
+                b_str_opt[argCounter] = 1;
+                str_start++;
+              }
+
+            /* Save Argument */
+            str[i] = '\0';
+
+            _tcsncpy(&(s_str[argCounter*CMDL_MAX_ARGC]), str_start, CMDL_MAX_ARGC );
+
+            str[i] = '%';
+
+            str_stop = &(str[i]);
+
+            if ( b_str_opt[argCounter] )
+              {
+                if ( i+2 > ( _tcslen(str) -1 ))
+                  {
+                    _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Strlen Problem\n") );
+                    return 1;
+                  }
+                if ( str[i+2] != ')' )
+                  {
+                    _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Missing bracket ')'\n") );
+                    return 1;
+                  }
+
+              }
+
+
+            argCounter++;
+          }
+
+
+      }
+
+    return 0;
+  }
+
+
+
+
+void RemoveWhiteSpace(const TEXTCHAR* pReqArgs, TEXTCHAR* pRemoved)
+{
+  UINT i = 0;
+  INT k = 0;
+  UINT len = (UINT)_tcslen(pReqArgs);
+
+
+  for ( i = 0; i < len; ++i )
+    {
+
+      if ( pReqArgs[i] != ' ' )
+        {
+          pRemoved[k] = pReqArgs[i];
+          k++;
+        }
+    }
+}
+
+
+INT GetArgFromString(INT argc, TEXTCHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string, INT* sw_used )
+{
+  INT i = 0;
+
+  for (i = 1; i < argc; ++i ) {
+    if ( !_tcscmp(search_string, argv[i]) ) /* Strings are equal */
+      {
+        if ( type == '1' ) /* Switch without argument */
+        {
+          _tcsncpy( found_string, _TEXT("1"), 1);
+          sw_used[i] = 1;
+          return 0;
+
+        }
+
+        if ( i == (argc - 1))  /* We have %s or %d but are finished*/
+          return 1;
+
+        if ( _tcslen(argv[i+1]) > CMDL_MAX_STRLEN )
+          {
+#ifdef _UNICODE
+            _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%ls'. "), search_string );
+#else
+            _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%s'. "), search_string );
+#endif
+            _ftprintf (stderr,_TEXT("Argument is too LONG.\n") );
+            return 1;
+          }
+        else
+        {
+          _tcsncpy( found_string, argv[i+1], CMDL_MAX_STRLEN);
+          sw_used[i] = 1;
+          sw_used[i+1] = 1;
+          return 0;
+        }
+      }
+  }
+  return 1;
+}
+
+
+
+INT CheckArg(TEXTCHAR* arg, TEXTCHAR* str, UINT numArgs, TEXTCHAR type, TEXTCHAR* cur_str)
+{
+  UINT i = 0;
+
+  /* No argument given-> return */
+  if (arg[0] == '\0')
+    return 0;
+
+
+  /* Check if arg is switch */
+  for ( i = 0; i < numArgs; ++i )
+    {
+      if (!_tcscmp(arg, &(str[i*CMDL_MAX_ARGC])))
+        {
+#ifdef _UNICODE
+          _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not valid \n" ), arg, cur_str );
+#else
+          _ftprintf(stderr, _TEXT("\n\nError: Argument '%s' for switch '%s' is not valid \n" ), arg, cur_str );
+#endif
+          return 1;
+        }
+
+    }
+  /* Check if type is %d but a string is given */
+
+  for ( i = 0; i < _tcslen(arg); ++i )
+    {
+      if ( (type == 'd') && !_istdigit(arg[i]) && arg[i] != 'x' && arg[i] != '-')
+        {
+#ifdef _UNICODE
+          _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not a valid number.\n" ), arg, cur_str);
+#else
+          _ftprintf(stderr, _TEXT("\n\nError: Argument '%s' for switch '%s' is not a valid number.\n" ), arg, cur_str);
+#endif
+          return 1;
+        }
+    }
+
+
+  return 0;
+}
+
+
+INT CheckForUnusedSwitches(INT argc, /*TEXTCHAR* argv[],*/ INT* switches_used)
+{
+  INT i = 0;
+
+  for( i = 1; i < argc; ++i )
+    {
+      if ( !switches_used[i] )
+        {
+          ++i;
+        }
+    }
+
+  return 0;
+}
+
+
+
+static char line[CMDL_MAX_STRLEN*CMDL_MAX_ARGC];
+static char *argv_ptr[CMDL_MAX_ARGC];
+#ifdef CMDFILE_PREFIX
+static char tmp[256]; /* this array is used to store the prefix and the filepath/name */
+#endif
+
+int IIS_ProcessCmdlList(const char* param_filename, int (*pFunction)(int, TEXTCHAR**))
+{
+  /* static to reduce required stack size */
+
+  FDKFILE *config_fp;
+  int argc;
+  char *line_ptr;
+
+#ifdef CMDFILE_PREFIX
+  FDKstrcpy(tmp, CMDFILE_PREFIX);
+  FDKstrcpy(tmp+FDKstrlen(CMDFILE_PREFIX), param_filename);
+  /* Open the file with command lines */
+  config_fp = FDKfopen(tmp, "r");
+#else
+  /* Open the file with command lines */
+  config_fp = FDKfopen(param_filename, "r");
+#endif
+
+  if(config_fp == NULL)
+  {
+#ifdef CMDFILE_PREFIX
+    FDKprintf("\ncould not open config file %s", tmp);
+#else
+    FDKprintf("\ncould not open config file %s", param_filename);
+#endif
+    return 1;
+  }
+
+  /* Obtain a command line from config file */
+  while (FDKfgets(line, CMDL_MAX_STRLEN*CMDL_MAX_ARGC, config_fp) != NULL)
+  {
+    argc = 1;
+
+    /* Eat \n */
+    line_ptr =  (char*)FDKstrchr(line, '\n');
+    if (line_ptr != NULL)
+      *line_ptr = ' ';
+
+    line_ptr = line;
+
+    /* Scan the line and put the command line params into argv */
+    do {
+      /* Skip consecutive blanks. */
+      while (*line_ptr == ' ' && line_ptr < line+CMDL_MAX_STRLEN)
+        line_ptr++;
+      /* Assign argument. */
+      argv_ptr[argc] = line_ptr;
+      /* Get pointer to next blank. */
+      line_ptr = (char*)FDKstrchr(line_ptr, ' ');
+      /*  */
+      if (line_ptr != NULL) {
+        /* Null terminate */
+        *line_ptr = 0;
+        /* Skip former blank (now null character) */
+        line_ptr++;
+        /* Advance argument counter */
+      }
+      argc++;
+    } while ( line_ptr != NULL && argc < CMDL_MAX_ARGC);
+
+    /* call "would be main()" */
+    if (argc > 2 && *argv_ptr[1] != '#' && FDKstrlen(argv_ptr[1])>1)
+    {
+      int retval;
+
+      retval = (*pFunction)(argc, argv_ptr);
+
+      FDKprintf("main returned %d\n", retval);
+    }
+  }
+
+  FDKfclose(config_fp);
+  return 0;
+}
+
diff --git a/libSYS/src/conv_string.cpp b/libSYS/src/conv_string.cpp
new file mode 100644 (file)
index 0000000..28cbc83
--- /dev/null
@@ -0,0 +1,179 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+   Description: string conversion functions
+
+******************************************************************************/
+
+
+
+#include "genericStds.h"
+#include "conv_string.h"
+
+INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength)
+{
+  INT i;
+  UCHAR c1, c2;
+
+  /* sanity checks */
+  /* check array length */
+  if (charBufLength == 0) {
+    return -1;
+  }
+
+  /* define hex string Table */
+  UCHAR hexSymb[16]={'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'};
+
+  /* calculate corresponding hex string from charBuffer */
+  for (i=0;i<charBufLength;i++) {
+    c1 = ((charBuf[i])>>4)&0x0f; /* upper nibble */
+    c2 = (charBuf[i])&0x0f;      /* lower nibble */
+
+    string[i*2]   = hexSymb[c1];  /* convert to string */
+    string[i*2+1] = hexSymb[c2];  /* convert to string */
+  }
+
+  /* terminate string */
+  string[charBufLength<<1]='\0';
+
+  return 0;
+
+}
+
+INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength)
+{
+  UINT i, k = 0;
+  UCHAR hNibble, lNibble;
+
+  /* sanity checks */
+  if (string[0] == '\0') {
+    return -1; /* invalid string size */
+  }
+
+  if (charBufLength<=0){
+    return -2; /* invalid buffer size */
+  }
+
+  /* convert to hex characters to corresponding 8bit value */
+  for (i=0;(string[i]!='\0')&&((i>>1)<charBufLength);i+=2) {
+    k = i>>1;
+    hNibble = hexChar2Dec(string[i]);
+    lNibble = hexChar2Dec(string[i+1]);
+    if ((hNibble == 16) || (lNibble == 16)) {
+      return -3; /* invalid character */
+    }
+    charBuf[k] = ((hNibble<<4)&0xf0) + lNibble;
+  }
+
+  /* check if last character was string terminator */
+  if ((string[i-2]!=0) && (string[i]!=0)) {
+    return -1; /* invalid string size */
+  }
+
+  /* fill charBuffer with zeros */
+  for (i=k+1;i<charBufLength;i++) {
+    charBuf[i] = 0;
+  }
+
+  return 0;
+
+}
+
+UCHAR hexChar2Dec(const char c)
+{
+  INT r = 0;
+  if ((c >= '0') && (c <= '9'))
+    r = c-'0';
+  else if ((c >= 'a') && (c <= 'f'))
+    r = c-'a'+10;
+  else if ((c >= 'A') && (c <= 'F'))
+    r = c-'A'+10;
+  else
+    r = 16; /* invalid hex character */
+
+  return (UCHAR)r;
+}
+
diff --git a/libSYS/src/genericStds.cpp b/libSYS/src/genericStds.cpp
new file mode 100644 (file)
index 0000000..f0199fb
--- /dev/null
@@ -0,0 +1,491 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):
+   Description: - Generic memory, stdio, string, etc. function wrappers or
+                  builtins.
+                - OS dependant function wrappers.
+
+******************************************************************************/
+
+#define _CRT_SECURE_NO_WARNINGS
+
+#include "genericStds.h"
+
+#include <math.h>
+
+/* library info */
+#define SYS_LIB_VL0 1
+#define SYS_LIB_VL1 3
+#define SYS_LIB_VL2 4
+#define SYS_LIB_TITLE "System Integration Library"
+#define SYS_LIB_BUILD_DATE __DATE__
+#define SYS_LIB_BUILD_TIME __TIME__
+
+  #include <stdlib.h>
+  #include <stdio.h>
+  #include <string.h>
+    #include <stdarg.h>
+
+
+/***************************************************************
+ * memory allocation monitoring variables
+ ***************************************************************/
+
+
+/* Include OS/System specific implementations. */
+#if defined(__linux__) /* cppp replaced: elif */
+  #include "linux/genericStds_linux.cpp"
+#endif
+
+
+#if !(defined(USE_BUILTIN_STRING_FUNCTIONS) || defined(__SYMBIAN32__))
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+
+#ifndef FUNCTION_FDKprintf
+void  FDKprintf( const char* szFmt, ...)    {
+  va_list ap;
+  va_start(ap, szFmt);
+  vprintf(szFmt, ap);
+  va_end(ap);
+#ifdef ARCH_WA_FLUSH_CONSOLE
+  fflush(stdout);
+#endif
+}
+#endif
+
+#ifndef FUNCTION_FDKprintfErr
+void  FDKprintfErr( const char* szFmt, ...) {
+  va_list ap;
+  va_start(ap, szFmt);
+#if defined(ARCH_WA_SLOWCON)
+  vprintf(szFmt, ap);
+#else
+  vfprintf(stderr, szFmt, ap);
+#endif
+  va_end(ap);
+#ifdef ARCH_WA_FLUSH_CONSOLE
+  fflush(stderr);
+#endif
+}
+#endif
+
+int FDKgetchar(void) { return getchar(); }
+
+INT  FDKfprintf(FDKFILE  *stream,  const  char *format, ...) {
+  INT chars = 0;
+  va_list ap;
+  va_start(ap, format);
+  chars += vfprintf((FILE*)stream, format, ap);
+  va_end(ap);
+  return chars;
+}
+
+#ifndef FUNCTION_FDKsprintf
+INT  FDKsprintf(char *str, const char *format, ...) {
+  INT chars = 0;
+  va_list ap;
+  va_start(ap, format);
+  chars += vsprintf(str, format, ap);
+  va_end(ap);
+  return chars;
+}
+#endif
+
+#else
+
+void FDKprintf( const char* szFmt, ...) { /* stub! */; }
+void FDKprintfErr( const char* szFmt, ...) { /* stub! */; }
+INT  FDKfprintf(FILE  *stream,  const  char *format, ...) { /*stub ! */; }
+INT  FDKsprintf(char *str, const char *format, ...) { /* stub! */; }
+
+#endif
+
+/************************************************************************************************/
+
+
+const char *FDKstrchr(const char *s, INT c)                       { return strchr(s, c); }
+const char *FDKstrstr(const char *haystack, const char *needle)   { return strstr(haystack, needle); }
+#ifndef FUNCTION_FDKstrcpy
+char *FDKstrcpy(char *dest, const char *src)                      { return strcpy(dest, src); }
+#endif
+char *FDKstrncpy(char *dest, const char *src, UINT n)             { return strncpy(dest, src, n); }
+
+/*************************************************************************
+ * DYNAMIC MEMORY management (heap)
+ *************************************************************************/
+
+#ifndef FUNCTION_FDKcalloc
+void *FDKcalloc (const UINT n, const UINT size)
+{
+  void* ptr;
+
+  ptr = calloc(n, size);
+
+  return ptr;
+}
+#endif
+
+#ifndef FUNCTION_FDKmalloc
+void *FDKmalloc (const UINT size)
+{
+  void* ptr;
+
+  ptr = malloc(size);
+
+  return ptr;
+}
+#endif
+
+#ifndef FUNCTION_FDKfree
+void  FDKfree (void *ptr)
+{
+  /* FDKprintf("f, heapSize: %d\n", heapSizeCurr); */
+  free((INT*)ptr);
+}
+#endif
+
+#ifndef FUNCTION_FDKaalloc
+void *FDKaalloc(const UINT size, const UINT alignment)
+{
+  void *addr, *result=NULL;
+  addr = FDKcalloc(1, size + alignment + sizeof(void*));               /* Malloc and clear memory.         */
+
+  if (addr!=NULL)
+  {
+    result = ALIGN_PTR((unsigned char*)addr + sizeof(void*));    /* Get aligned memory base address. */
+    *(((void**)result) - 1) = addr;                /* Save malloc'ed memory pointer.   */
+  }
+
+  return result;                                 /* Return aligned address.          */
+}
+#endif
+
+#ifndef FUNCTION_FDKafree
+void  FDKafree (void *ptr)
+{
+  void *addr;
+  addr = *(((void**)ptr)-1); /* Get pointer to malloc'ed memory. */
+  FDKfree(addr);                /* Free malloc'ed memory area.      */
+}
+#endif
+
+
+#ifndef FUNCTION_FDKcalloc_L
+
+/*--------------------------------------------------------------------------*
+ * DATA MEMORY L1/L2 (fallback)
+ *--------------------------------------------------------------------------*/
+
+
+
+/*--------------------------------------------------------------------------*
+ * FDKcalloc_L
+ *--------------------------------------------------------------------------*/
+void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s)
+{
+  int a_size;
+
+  if (s == SECT_DATA_EXTERN)
+    goto fallback;
+
+  a_size = ((dim*size+3)&0xfffffffc); /* force 4 byte alignment (1111 .... 1111 1100) */
+
+
+
+
+
+  //printf("Warning, out of internal memory\n");
+
+fallback:
+  return FDKcalloc(dim, size);
+}
+#endif /* FUNCTION_FDKcalloc_L */
+
+#ifndef FUNCTION_FDKfree_L
+void  FDKfree_L (void *p)
+{
+
+    FDKfree(p);
+}
+#endif /* FUNCTION_FDKfree_L */
+
+#ifndef FUNCTION_FDKaalloc_L
+void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s)
+{
+  void *addr, *result=NULL;
+  addr = FDKcalloc_L(1, size + alignment + sizeof(void*), s);       /* Malloc and clear memory.         */
+
+  if (addr!=NULL)
+  {
+    result = ALIGN_PTR((unsigned char *)addr + sizeof(void*));    /* Get aligned memory base address. */
+    *(((void**)result) - 1) = addr;                /* Save malloc'ed memory pointer.   */
+  }
+
+  return result;                                 /* Return aligned address.          */
+}
+#endif
+
+#ifndef FUNCTION_FDKafree_L
+void  FDKafree_L (void *ptr)
+{
+  void *addr;
+
+  addr = *(((void**)ptr)-1); /* Get pointer to malloc'ed memory. */
+  FDKfree_L(addr);                /* Free malloc'ed memory area.      */
+}
+#endif
+
+
+
+/*---------------------------------------------------------------------------------------
+ * FUNCTION:    FDKmemcpy
+ * DESCRIPTION: - copies memory from "src" to "dst" with length "size" bytes
+ *              - compiled with FDK_DEBUG will give you warnings
+ *---------------------------------------------------------------------------------------*/
+void FDKmemcpy(void *dst, const void *src, const UINT size)
+{
+
+  /* do the copy */
+  memcpy(dst, src, size);
+}
+
+void FDKmemmove(void *dst, const void *src, const UINT size)     { memmove(dst, src, size); }
+void FDKmemset(void *memPtr, const INT value, const UINT size)   { memset(memPtr, value, size); }
+void FDKmemclear(void *memPtr, const UINT size)                  { FDKmemset(memPtr,0,size); }
+UINT FDKstrlen(const char *s)                                    { return (UINT)strlen(s); }
+
+/* Compare function wrappers */
+INT FDKmemcmp(const void *s1, const void *s2, const UINT size)  { return memcmp(s1, s2, size); }
+INT FDKstrcmp(const char *s1, const char *s2)                   { return strcmp(s1, s2); }
+INT FDKstrncmp(const char *s1, const char *s2, const UINT size) { return strncmp(s1, s2, size); }
+
+
+/* Math function wrappers. Only intended for compatibility, not to be highly optimized. */
+
+INT FDKabs(INT j) { return abs(j); }
+double FDKfabs(double x) { return fabs(x); }
+double FDKpow(double x, double y) { return pow(x,y); }
+double FDKsqrt(double x) { return sqrt(x); }
+double FDKatan(double x) { return atan(x); }
+double FDKlog(double x) { return log(x); }
+double FDKsin(double x) { return sin(x); }
+double FDKcos(double x) { return cos(x); }
+double FDKexp(double x) { return exp(x); }
+double FDKatan2(double y, double x) { return atan2(y, x); }
+double FDKacos(double x) { return acos(x); }
+double FDKtan(double x) { return tan(x); }
+double FDKfloor(double x) { return floor(x); }
+double FDKceil(double x) { return ceil(x); }
+
+INT   FDKatoi(const char *nptr) { return atoi(nptr); }
+long  FDKatol(const char *nptr) { return atol(nptr); }
+float FDKatof(const char *nptr) { return (float)atof(nptr); }
+
+
+/* ==================== FILE I/O ====================== */
+
+#if !defined(FUNCTION_FDKfopen)
+FDKFILE *FDKfopen(const char *filename, const char *mode) { return fopen(filename, mode); }
+#endif
+#if !defined(FUNCTION_FDKfclose)
+INT FDKfclose(FDKFILE *fp) { return fclose((FILE*)fp);}
+#endif
+#if !defined(FUNCTION_FDKfseek)
+INT FDKfseek(FDKFILE *fp, LONG OFFSET, int WHENCE) { return fseek((FILE*)fp, OFFSET, WHENCE);}
+#endif
+#if !defined(FUNCTION_FDKftell)
+INT FDKftell(FDKFILE *fp) { return ftell((FILE*)fp); }
+#endif
+#if !defined(FUNCTION_FDKfflush)
+INT FDKfflush(FDKFILE *fp) { return fflush((FILE*)fp); }
+#endif
+const INT FDKSEEK_SET = SEEK_SET;
+const INT FDKSEEK_CUR = SEEK_CUR;
+const INT FDKSEEK_END = SEEK_END;
+
+#if !defined(FUNCTION_FDKfwrite)
+UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { return fwrite(ptrf, size, nmemb, (FILE*)fp); }
+#endif
+#if !defined(FUNCTION_FDKfread)
+UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp) { return fread(dst, size, nmemb, (FILE*)fp); }
+#endif
+#if !defined(FUNCTION_FDKfgets)
+char* FDKfgets(void *dst, INT size, FDKFILE *fp) { return fgets((char *)dst, size, (FILE*)fp); }
+#endif
+#if !defined(FUNCTION_FDKrewind)
+void FDKrewind(FDKFILE *fp) { FDKfseek((FILE*)fp,0,FDKSEEK_SET); }
+#endif
+
+
+UINT FDKfwrite_EL(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) {
+
+    if (IS_LITTLE_ENDIAN()) {
+      FDKfwrite(ptrf, size, nmemb, fp);
+    } else {
+      UINT n;
+      INT s;
+
+      UCHAR *ptr = (UCHAR*) ptrf;
+
+      for (n=0; n<nmemb; n++) {
+        for (s=size-1; s>=0; s--) {
+          //FDKprintf("char = %c\n", (char)*(ptr+s));
+          FDKfwrite(ptr + s, 1, 1, fp);
+        }
+        ptr = ptr + size;
+      }
+    }
+    return nmemb;
+}
+
+
+UINT FDKfread_EL(void *dst, INT size, UINT nmemb, FDKFILE *fp) {
+  UINT n, s0, s1, err;
+  UCHAR tmp, *ptr;
+  UCHAR tmp24[3];
+
+  /* Enforce alignment of 24 bit data. */
+  if (size == 3) {
+    ptr = (UCHAR*)dst;
+    err = 0;
+    for (n=0; n<nmemb; n++) {
+      if ((err = FDKfread(tmp24, 1, 3, fp)) != 3) {
+        return err;
+      }
+      *ptr++ = tmp24[0];
+      *ptr++ = tmp24[1];
+      *ptr++ = tmp24[2];
+      /* Sign extension */
+      if (tmp24[2] & 0x80) {
+        *ptr++ = 0xff;
+      } else {
+        *ptr++ = 0;
+      }
+    }
+    err = nmemb;
+    size = sizeof(LONG);
+  } else {
+    if ((err = FDKfread(dst, size, nmemb, fp)) != nmemb) {
+      return err;
+    }
+  }
+  if (!IS_LITTLE_ENDIAN() && size > 1) {
+    ptr = (UCHAR*)dst;
+    for (n=0; n<nmemb; n++) {
+      for (s0=0, s1=size-1; s0 < s1; s0++, s1--) {
+        tmp = ptr[s0];
+        ptr[s0] = ptr[s1];
+        ptr[s1] = tmp;
+      }
+      ptr += size;
+    }
+  }
+  return err;
+}
+
+INT FDKfeof(FDKFILE *fp) { return feof((FILE*)fp); }
+
+/* Global initialization/cleanup */
+
+#if defined(_DEBUG) && defined(_WIN32) && !defined(_WIN32_WCE)
+  #define _CRTDBG_MAP_ALLOC
+  #include <crtdbg.h>
+#endif
+
+
+
+
+void FDKprintDisclaimer(void)
+{
+  FDKprintf(
+  "This program is protected by copyright law and international treaties.\n"  \
+  "Any reproduction or distribution of this program, or any portion\n"        \
+  "of it, may result in severe civil and criminal penalties, and will be\n"   \
+  "prosecuted to the maximum extent possible under law.\n\n");
+}
+
diff --git a/libSYS/src/linux/FDK_stackload_linux.cpp b/libSYS/src/linux/FDK_stackload_linux.cpp
new file mode 100644 (file)
index 0000000..82fa9ab
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Manuel Jander
+   Description: Stack consumption information gathering.
+
+******************************************************************************/
+
diff --git a/libSYS/src/linux/audio_linux.cpp b/libSYS/src/linux/audio_linux.cpp
new file mode 100644 (file)
index 0000000..835b27b
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author: Manuel Jander
+   Description: Audio support
+
+******************************************************************************/
+
diff --git a/libSYS/src/linux/coresup_linux.cpp b/libSYS/src/linux/coresup_linux.cpp
new file mode 100644 (file)
index 0000000..9e6fa85
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s): Manuel Jander
+   Description: System support routines
+
+******************************************************************************/
+
diff --git a/libSYS/src/linux/genericStds_linux.cpp b/libSYS/src/linux/genericStds_linux.cpp
new file mode 100644 (file)
index 0000000..da375c0
--- /dev/null
@@ -0,0 +1,294 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Manuel Jander
+   Description: Linux genericStds (mostly kernel SRAM driver bindings)
+
+******************************************************************************/
+
+
+/*
+ * NOTE: it makes only sense to enable this if you also have the corresponding
+ * GNU/Linux kernel driver to access fast SRAM.
+ */
+#if defined(__arm__) /* || defined(__mips__) */
+
+/**
+ * EABI static linking problem workaround
+ *
+ * These function are normally present in libc.a but
+ * apparently can be linked only statically.
+ * While using C++ (iisisoff) that is a problem,
+ * because it wont work (static global constructors
+ * cause problems with static linked programs).
+ * So the workaround is to include those functions here,
+ * because libSYS.a is linked statically, and libc can be
+ * linked dynamically as usual.
+ *
+ * Add more EABI functions here if you get unresolved
+ * symbols of EABI functions.
+ */
+#include <string.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+void __aeabi_memcpy(void *dest, void *src, int size)
+{
+  memcpy(dest, src, size);
+}
+void __aeabi_memcpy4(void *dest, void *src, int size)
+{
+  memcpy(dest, src, size);
+}
+void __aeabi_memmove4(void *dest, void *src, int size)
+{
+  memmove(dest, src, size);
+}
+void __aeabi_memclr(void *ptr, int size)
+{
+  memset(ptr, 0, size);
+}
+void __aeabi_memclr4(void *ptr, int size)
+{
+  memset(ptr, 0, size);
+}
+#ifdef __cplusplus
+}
+#endif
+
+/* Include Linux kernel config, or set ARCH and processor macros directly */
+/*
+#define CONFIG_ARCH_MXC
+#define CONFIG_ARCH_MX25
+*/
+
+#if defined(CONFIG_ARCH_OMAP3)
+#define KERNEL_SRAM_SIZE       65536
+#elif defined(CONFIG_ARCH_MX31)
+#define KERNEL_SRAM_SIZE       16384
+#elif defined(CONFIG_ARCH_MX25)
+#define KERNEL_SRAM_SIZE      131072
+#elif defined(CONFIG_ARCH_MX35)
+#define KERNEL_SRAM_SIZE      131072
+#else
+#define KERNEL_SRAM_SIZE 0
+#endif
+
+#if (KERNEL_SRAM_SIZE > 0)
+#define KERNEL_SCRATCH_SIZE (4096)
+#define FDK_SCRATCHBUF_SIZE (KERNEL_SCRATCH_SIZE/sizeof(INT))
+#define DATA_L1_A_SIZE (KERNEL_SRAM_SIZE-KERNEL_SCRATCH_SIZE)
+
+#define RESOURCE_scratchBuffer
+#define FUNCTION_FDKprolog
+#define FUNCTION_FDKepilog
+
+static unsigned char *L1_DATA_A=NULL;
+static unsigned char *_a=NULL;
+
+
+#ifdef RESOURCE_scratchBuffer
+static INT *__scratchBuffer;
+static unsigned char *__pScratchBuffer = NULL;
+#endif
+
+
+#ifdef __linux__
+
+#include <stdio.h>
+#include <sys/mman.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+static int fd;
+static inline void * getSram(void)
+{
+  unsigned long *ptr = NULL;
+
+  /* Open driver */
+  fd = open("/dev/sram", 0);
+  if (fd < 0)
+  {
+    printf("Unable to open /dev/sram. Fallback to malloc\n");
+    /* Signal "no sram driver at use". */
+    fd = -1;
+    /* Return malloced pointer (fallback) */
+    return FDKaalloc(KERNEL_SRAM_SIZE, 8);
+  }
+
+  /* Get memory mapped into CPU (virtual) address space */
+  ptr = (unsigned long *)mmap(NULL, KERNEL_SRAM_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
+  if(ptr == MAP_FAILED)
+  {
+     printf("Unable to mmap(). Fallback to malloc\n");
+     /* Give up on the sram driver */
+     close(fd);
+     /* Signal "no sram driver at use". */
+     fd = -1;
+     /* Return malloced pointer (fallback) */
+     ptr = (unsigned long *)FDKaalloc(KERNEL_SRAM_SIZE, 8);
+  }
+
+
+  /* Return pointer to sram */
+  return (void*)ptr;
+}
+
+static inline void freeSram(void* ptr)
+{
+  /* Check if sram driver is being used. */
+  if (fd == -1)
+  {
+    FDKafree(ptr);
+    return;
+  }
+
+  /* Unmap memory */
+  munmap(ptr, KERNEL_SRAM_SIZE);
+  /* Close driver */
+  close(fd);
+
+  return;
+}
+
+#else
+
+static inline void * getSram(void)
+{
+  return FDKaalloc(KERNEL_SRAM_SIZE, 8);
+}
+static inline void * freeSram(void* ptr)
+{
+  FDKafree(ptr);
+}
+
+#endif
+
+
+#ifdef FUNCTION_FDKprolog
+void FDKprolog(void)
+{
+   unsigned char *addr = (unsigned char*)getSram();
+
+
+   if (addr == NULL)
+   {
+     printf("SRAM allocation failed ! This is fatal.\n");
+     exit(-1);
+   }
+
+#ifdef RESOURCE_scratchBuffer
+   __scratchBuffer = (INT*) ( addr + (KERNEL_SRAM_SIZE-KERNEL_SCRATCH_SIZE) );
+   __pScratchBuffer = addr + (KERNEL_SRAM_SIZE);
+#endif
+
+   printf("SRAM @ 0x%08x\n", (unsigned int) addr);
+   atexit(FDKepilog);
+
+   FDKprolog_generic();
+}
+#endif
+
+#ifdef FUNCTION_FDKepilog
+void FDKepilog(void)
+{
+   /* Because of atexit(), make sure to call this only once */
+   if (L1_DATA_A != NULL)
+   {
+     freeSram(L1_DATA_A);
+     L1_DATA_A = NULL;
+
+     FDKepilog_generic();
+   }
+}
+#endif
+
+#endif /* KERNEL_SRAM > 0 */
+
+#endif /* ifdef __arm__ */
+
diff --git a/libSYS/src/linux/uart_linux.cpp b/libSYS/src/linux/uart_linux.cpp
new file mode 100644 (file)
index 0000000..dee5694
--- /dev/null
@@ -0,0 +1,90 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author: Manuel Jander
+   Description: UART support
+
+******************************************************************************/
+
diff --git a/libSYS/src/mips/genericStds_mips.cpp b/libSYS/src/mips/genericStds_mips.cpp
new file mode 100644 (file)
index 0000000..e08ec48
--- /dev/null
@@ -0,0 +1,292 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Manuel Jander
+   Description:
+
+******************************************************************************/
+
+#define RESOURCE_scratchBuffer
+#define FUNCTION_FDKprolog
+#define FUNCTION_FDKepilog
+
+#define MIPS_VIRTUAL_START  (0x80000000)
+/* value below is defined in simulator config (MipsMemIntf-{24KE,4KE}.cfg) */
+#define MIPS_SDE_SCRATCHPAD (0x00058000)
+
+//#define MIPS_SRAM_SIZE  (32768)
+#define MIPS_SRAM_SIZE  (4096)
+
+#define MIPS_SCRATCH_SIZE (4096)
+#define DATA_L1_A_SIZE (MIPS_SRAM_SIZE-MIPS_SCRATCH_SIZE)
+
+
+
+
+#ifdef RESOURCE_scratchBuffer
+#define FDK_SCRATCHBUF_SIZE 1024
+static LONG *___scratchBuffer = NULL;
+static LONG *__scratchBuffer = NULL;
+static unsigned char *__pScratchBuffer = NULL;
+#endif
+
+
+#ifdef __linux__
+
+#include <stdio.h>
+#include <sys/mman.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+static int fd;
+static inline void * getSram(void)
+{
+  unsigned long *ptr = NULL;
+
+  /* Open driver */
+  fd = open("/dev/sram", 0);
+  if (fd < 0)
+  {
+    printf("Unable to access sram. Fallback to malloc\n");
+    /* Signal "no sram driver at use". */
+    fd = -1;
+    /* Return malloced pointer (fallback) */
+    return malloc(MIPS_SRAM_SIZE);
+  }
+
+  /* Get memory mapped into CPU (virtual) address space */
+  ptr = (unsigned long *)mmap(NULL, MIPS_SRAM_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
+  if(ptr == MAP_FAILED)
+  {
+     printf("Unable to access sram. Fallback to malloc\n");
+     /* Give up on the sram driver */
+     close(fd);
+     /* Signal "no sram driver at use". */
+     fd = -1;
+     /* Return malloced pointer (fallback) */
+     ptr = (unsigned long *)malloc(MIPS_SRAM_SIZE);
+  }
+
+
+  /* Return pointer to sram */
+  return (void*)ptr;
+}
+
+static inline void freeSram(void* ptr)
+{
+  /* Check if sram driver is being used. */
+  if (fd == -1)
+  {
+    free(ptr);
+    return;
+  }
+
+  /* Unmap memory */
+  munmap(ptr, MIPS_SRAM_SIZE);
+  /* Close driver */
+  close(fd);
+
+  return;
+}
+
+#elif defined(__SDE_MIPS__)
+
+#include <stdio.h>
+#include <mips/cpu.h>
+
+static int hasISPRAM, hasDSPRAM;
+
+static inline void * getSram(void)
+{
+  void *addr;
+  unsigned int Config;
+
+  Config = mips_getconfig();
+  hasISPRAM = (Config >> 24) & 1;
+  hasDSPRAM = (Config >> 23) & 1;
+
+  FDKprintf("Config ISP/DSP: %d/%d\n", hasISPRAM, hasDSPRAM);
+
+  if (hasDSPRAM) {
+    long paddr, laddr;
+
+    FDKprintf("wrong\n");
+    paddr = MIPS_SDE_SCRATCHPAD;
+    /* Fixed mapping of kseg0: 0x80000000-0x9fffffff virtual => 0x00000000-0x1fffffff physical */
+    laddr = MIPS_VIRTUAL_START + MIPS_SDE_SCRATCHPAD;
+    addr = (void*)(laddr);
+  } else {
+    FDKprintf("ok\n");
+    addr = malloc(MIPS_SRAM_SIZE);
+    FDKprintf("addr %d\n", (int)addr);
+  }
+  return addr;
+}
+static inline void freeSram(void* ptr)
+{
+  if (!hasDSPRAM) {
+    free(ptr);
+  }
+}
+
+#else
+
+static inline void * getSram(void)
+{
+  return malloc(MIPS_SRAM_SIZE);
+}
+static inline void freeSram(void* ptr)
+{
+  free(ptr);
+}
+
+#endif
+
+
+#ifdef FUNCTION_FDKprolog
+void FDKprolog(void)
+{
+   unsigned char *addr;
+
+#ifdef _MIPS_ARCH_MIPS32R2
+   unsigned status;
+   asm volatile("mfc0 %0, $12, 0;\n" : "=r" (status));
+   status |= (1 << 24);
+   asm volatile("mtc0 %0, $12, 0;\n" :: "r" (status));
+#endif
+
+   addr = (unsigned char*)getSram();
+   if (addr == NULL) {
+     FDKprintfErr("SRAM allocation failed ! This is fatal.\n");
+     exit(-1);
+   } else {
+     FDKprintf("SRAM @ 0x%08x, size = 0x%x\n", (unsigned int) addr, MIPS_SRAM_SIZE);
+   }
+
+
+#ifdef RESOURCE_scratchBuffer
+   ___scratchBuffer = (LONG*)(addr + MIPS_SRAM_SIZE - MIPS_SCRATCH_SIZE);
+#endif
+
+   atexit(FDKepilog);
+
+   FDKprolog_generic();
+}
+#endif
+
+#ifdef FUNCTION_FDKepilog
+void FDKepilog(void)
+{
+
+#ifdef _MIPS_ARCH_MIPS32R2
+   unsigned status;
+   asm volatile("mfc0 %0, $12, 0;\n" : "=r" (status));
+           status &= ~(1 << 24);
+   asm volatile("mtc0 %0, $12, 0;\n" :: "r" (status));
+#endif
+
+   FDKepilog_generic();
+}
+#endif
+
+
+#if !defined(__linux__)
+
+#define FUNCTION_FDKclock
+
+#ifndef MIPS_CPU_CLK
+#define MIPS_CPU_CLK 100000000
+#endif
+
+INT FDKclock(void) {
+  INT clk;
+
+  asm volatile ("mfc0 %0,$9 " : "=r" (clk));
+  return clk;
+}
+
+#endif /* !defined(__linux__) */
diff --git a/libSYS/src/wav_file.cpp b/libSYS/src/wav_file.cpp
new file mode 100644 (file)
index 0000000..58bcfaa
--- /dev/null
@@ -0,0 +1,560 @@
+
+/* -----------------------------------------------------------------------------------------------------------
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright  1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
+  All rights reserved.
+
+ 1.    INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
+the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
+This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
+audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
+independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part
+of the MPEG specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer)
+may be obtained through Via Licensing (www.vialicensing.com) or through the respective patent owners
+individually for the purpose of encoding or decoding bit streams in products that are compliant with
+the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already license
+these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC Codec
+software may already be covered under those patent licenses when it is used for those licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound quality,
+are also available from Fraunhofer. Users are encouraged to check the Fraunhofer website for additional
+applications information and documentation.
+
+2.    COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification, are permitted without
+payment of copyright license fees provided that you satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of the FDK AAC Codec or
+your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation and/or other materials
+provided with redistributions of the FDK AAC Codec or your modifications thereto in binary form.
+You must make available free of charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived from this library without
+prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute the FDK AAC Codec
+software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
+and the date of any change. For modified versions of the FDK AAC Codec, the term
+"Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
+"Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
+
+3.    NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without limitation the patents of Fraunhofer,
+ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of patent non-infringement with
+respect to this software.
+
+You may use this FDK AAC Codec software or modifications thereto only for purposes that are authorized
+by appropriate patent licenses.
+
+4.    DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright holders and contributors
+"AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, including but not limited to the implied warranties
+of merchantability and fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary, or consequential damages,
+including but not limited to procurement of substitute goods or services; loss of use, data, or profits,
+or business interruption, however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of this software, even if
+advised of the possibility of such damage.
+
+5.    CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+----------------------------------------------------------------------------------------------------------- */
+
+/**************************  Fraunhofer IIS FDK SysLib  **********************
+
+   Author(s):   Eric Allamanche
+   Description: a rudimentary wav file interface
+
+******************************************************************************/
+
+
+
+#include "wav_file.h"
+#include "genericStds.h"
+
+
+static INT_PCM ulaw2pcm (UCHAR ulawbyte);
+
+/*!
+ *
+ *  \brief Read header from a WAVEfile. Host endianess is handled accordingly.
+ *  \wav->fp filepointer of type FILE*.
+ *  \wavinfo SWavInfo struct where the decoded header info is stored into.
+ *  \return 0 on success and non-zero on failure.
+ *
+ */
+INT WAV_InputOpen (HANDLE_WAV *pWav, const char *filename)
+{
+    HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV));
+    INT offset;
+
+    if (wav == NULL) {
+      FDKprintfErr("WAV_InputOpen(): Unable to allocate WAV struct.\n");
+      goto error;
+    }
+
+    wav->fp = FDKfopen(filename, "rb");
+    if (wav->fp == NULL) {
+      FDKprintfErr("WAV_InputOpen(): Unable to open wav file. %s\n", filename);
+      goto error;
+    }
+
+    /* read RIFF-chunk */
+    if (FDKfread(&(wav->header.riffType), 1, 4, wav->fp) != 4) {
+      FDKprintfErr("WAV_InputOpen(): couldn't read RIFF_ID\n");
+      goto error;  /* bad error "couldn't read RIFF_ID" */
+    }
+    if (FDKstrncmp("RIFF", wav->header.riffType, 4)) {
+      FDKprintfErr("WAV_InputOpen(): RIFF descriptor not found.\n") ;
+      goto error;
+    }
+
+    /* Read RIFF size. Ignored. */
+    FDKfread_EL(&(wav->header.riffSize), 4, 1, wav->fp);
+
+    /* read WAVE-chunk */
+    if (FDKfread(&wav->header.waveType, 1, 4, wav->fp) !=4) {
+      FDKprintfErr("WAV_InputOpen(): couldn't read format\n");
+      goto error;  /* bad error "couldn't read format" */
+    }
+    if (FDKstrncmp("WAVE", wav->header.waveType, 4)) {
+      FDKprintfErr("WAV_InputOpen(): WAVE chunk ID not found.\n") ;
+      goto error;
+    }
+
+    /* read format-chunk */
+    if (FDKfread(&(wav->header.formatType), 1, 4, wav->fp) != 4) {
+      FDKprintfErr("WAV_InputOpen(): couldn't read format_ID\n");
+      goto error;  /* bad error "couldn't read format_ID" */
+    }
+    if (FDKstrncmp("fmt", wav->header.formatType, 3)) {
+      FDKprintfErr("WAV_InputOpen(): fmt chunk format not found.\n") ;
+     goto error;
+    }
+
+
+    FDKfread_EL(&wav->header.formatSize, 4, 1, wav->fp);   /* should be 16 for PCM-format (uncompressed) */
+
+
+    /* read  info */
+    FDKfread_EL(&(wav->header.compressionCode), 2, 1, wav->fp);
+    FDKfread_EL(&(wav->header.numChannels), 2, 1, wav->fp);
+    FDKfread_EL(&(wav->header.sampleRate), 4, 1, wav->fp);
+    FDKfread_EL(&(wav->header.bytesPerSecond), 4, 1, wav->fp);
+    FDKfread_EL(&(wav->header.blockAlign), 2, 1, wav->fp);
+    FDKfread_EL(&(wav->header.bitsPerSample), 2, 1, wav->fp);
+
+    offset = wav->header.formatSize - 16;
+
+    /* Wave format extensible */
+    if (wav->header.compressionCode == 0xFFFE) {
+      static const UCHAR guidPCM[16] = {
+          0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
+          0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
+      };
+      USHORT extraFormatBytes, validBitsPerSample;
+      UCHAR guid[16];
+      INT i;
+
+      /* read extra bytes */
+      FDKfread_EL(&(extraFormatBytes), 2, 1, wav->fp);
+      offset -= 2;
+
+      if (extraFormatBytes >= 22) {
+        FDKfread_EL(&(validBitsPerSample), 2, 1, wav->fp);
+        FDKfread_EL(&(wav->channelMask), 4, 1, wav->fp);
+        FDKfread_EL(&(guid), 16, 1, wav->fp);
+
+        /* check for PCM GUID */
+        for (i = 0; i < 16; i++) if (guid[i] != guidPCM[i]) break;
+        if (i == 16) wav->header.compressionCode = 0x01;
+
+        offset -= 22;
+      }
+    }
+
+    /* Skip rest of fmt header if any. */
+    for (;offset > 0; offset--) {
+      FDKfread(&wav->header.formatSize, 1, 1, wav->fp);
+    }
+
+    do {
+      /* Read data chunk ID */
+      if (FDKfread(wav->header.dataType, 1, 4, wav->fp) != 4) {
+        FDKprintfErr("WAV_InputOpen(): Unable to read data chunk ID.\n");
+        FDKfree(wav);
+        goto error;
+      }
+
+      /* Read chunk length. */
+      FDKfread_EL(&offset, 4, 1, wav->fp);
+
+      /* Check for data chunk signature. */
+      if (FDKstrncmp("data", wav->header.dataType, 4) == 0) {
+        wav->header.dataSize = offset;
+        break;
+      }
+      /* Jump over non data chunk. */
+      for (;offset > 0; offset--) {
+        FDKfread(&(wav->header.dataSize), 1, 1, wav->fp);
+      }
+    } while (!FDKfeof(wav->fp));
+
+    /* return success */
+    *pWav = wav;
+    return 0;
+
+    /* Error path */
+error:
+
+    if (wav) {
+      if (wav->fp) {
+        FDKfclose(wav->fp);
+        wav->fp = NULL;
+      }
+      FDKfree(wav);
+    }
+
+    *pWav = NULL;
+
+    return -1;
+}
+
+/*!
+ *
+ *  \brief Read samples from a WAVEfile. The samples are automatically reorder to the native
+ *    host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
+ *    had specified in its haader data.
+ *
+ *  \wav HANDLE_WAV of the wav file.
+ *  \buffer Pointer to store read data.
+ *  \numSamples Desired number of samples to read.
+ *  \nBits sample size in bits to be used for the buffer
+ *
+ *  \return Number of samples actually read.
+ *
+ */
+
+INT WAV_InputRead (HANDLE_WAV wav, void *buffer, UINT numSamples, int nBits)
+{
+  UINT result = 0 ;
+  UINT i;
+  SCHAR *bptr = (SCHAR*)buffer;
+  LONG  *lptr = (LONG*)buffer;
+  SHORT *sptr = (SHORT*)buffer;
+
+  switch (wav->header.compressionCode)
+  {
+    case 0x01:  /* PCM uncompressed */
+      if (nBits == wav->header.bitsPerSample) {
+        result = FDKfread_EL(buffer, wav->header.bitsPerSample >> 3, numSamples, wav->fp) ;
+      } else {
+        result = 0;
+        for (i=0; i<numSamples; i++)
+        {
+          LONG tmp = 0;
+          result += FDKfread_EL(&tmp, wav->header.bitsPerSample >> 3, 1, wav->fp) ;
+
+          /* Move read bits to lower bits of LONG. */
+          if ( !IS_LITTLE_ENDIAN() && wav->header.bitsPerSample != 24 && wav->header.bitsPerSample < 32) {
+            tmp >>= (32-wav->header.bitsPerSample);
+          }
+
+          /* Full scale */
+          if (wav->header.bitsPerSample > nBits)
+            tmp >>= (wav->header.bitsPerSample-nBits);
+          else
+            tmp <<= (nBits-wav->header.bitsPerSample);
+            
+          if (nBits == 8)
+            *bptr++ = (SCHAR) tmp;
+          if (nBits == 16)
+            *sptr++ = (SHORT) tmp;
+          if (nBits == 32)
+            *lptr++ = (LONG) tmp;
+        }
+      }
+      break;
+
+    case 0x07:  /* u-Law compression */
+      for (i=0; i<numSamples; i++) {
+        result += FDKfread(&(bptr[i<<1]), 1, 1, wav->fp) ;
+        sptr[i] = ulaw2pcm(bptr[i<<1]) ;
+      }
+      break ;
+
+    default:
+      FDKprintf("WAV_InputRead(): unsupported data-compression!!") ;
+      break ;
+  }
+  return result ;
+}
+
+void WAV_InputClose(HANDLE_WAV *pWav)
+{
+  HANDLE_WAV wav = *pWav;
+
+  if (wav != NULL) {
+    if (wav->fp != NULL) {
+       FDKfclose(wav->fp);
+       wav->fp = NULL;
+    }
+    if (wav) {
+       FDKfree(wav);
+    }
+  }
+  *pWav = NULL;
+}
+
+/* conversion of u-law to linear coding */
+static INT_PCM ulaw2pcm (UCHAR ulawbyte)
+{
+  static const INT exp_lut[8] = { 0, 132, 396, 924, 1980, 4092, 8316, 16764 } ;
+  INT sign, exponent, mantissa, sample ;
+
+  ulawbyte = (UCHAR)~ulawbyte ;
+  sign = (ulawbyte & 0x80) ;
+  exponent = (ulawbyte >> 4) & 0x07 ;
+  mantissa = ulawbyte & 0x0F ;
+
+  sample = exp_lut[exponent] + (mantissa << (exponent + 3)) ;
+  if (sign != 0)
+    sample = -sample ;
+
+  return (INT_PCM)sample ;
+}
+
+/************** Writer ***********************/
+
+static UINT LittleEndian32(UINT v)
+{
+    if (IS_LITTLE_ENDIAN())
+        return v ;
+    else
+        return (v & 0x000000FF) << 24 | (v & 0x0000FF00) <<  8 | (v & 0x00FF0000) >>  8 | (v & 0xFF000000) >> 24;
+}
+
+static SHORT LittleEndian16(SHORT v)
+{
+    if (IS_LITTLE_ENDIAN())
+        return v;
+    else
+        return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF));
+}
+
+static USHORT Unpack(USHORT v)
+{
+    if (IS_LITTLE_ENDIAN())
+      return v;
+    else
+      return (SHORT)(((v << 8) & 0xFF00) | ((v >> 8) & 0x00FF));
+}
+
+/**
+ * WAV_OutputOpen
+ * \brief Open WAV output/writer handle
+ * \param pWav pointer to WAV handle to be returned
+ * \param sampleRate desired samplerate of the resulting WAV file
+ * \param numChannels desired number of audio channels of the resulting WAV file
+ * \param bitsPerSample desired number of bits per audio sample of the resulting WAV file
+ *
+ * \return value:   0: ok
+ *                 -1: error
+ */
+INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample)
+{
+  HANDLE_WAV wav = (HANDLE_WAV)FDKcalloc(1, sizeof(struct WAV));
+  UINT size = 0;
+
+  if (wav == NULL) {
+    FDKprintfErr("WAV_OutputOpen(): Unable to allocate WAV struct.\n");
+    goto bail;
+  }
+
+  if (bitsPerSample != 16 && bitsPerSample != 24 && bitsPerSample != 32)
+  {
+      FDKprintfErr("WAV_OutputOpen(): Invalid argument (bitsPerSample).\n");
+      goto bail;
+  }
+
+  wav->fp = FDKfopen(outputFilename, "wb");
+  if (wav->fp == NULL)
+  {
+      FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n", outputFilename);
+      goto bail;
+  }
+
+  FDKstrcpy(wav->header.riffType, "RIFF");
+  wav->header.riffSize = LittleEndian32(0x7fffffff);  /* in case fseek() doesn't work later in WAV_OutputClose() */
+  FDKstrcpy(wav->header.waveType, "WAVE");
+
+  FDKstrcpy(wav->header.formatType, "fmt ");
+  wav->header.formatSize = LittleEndian32(16);
+
+  wav->header.compressionCode = LittleEndian16(0x01);
+  wav->header.bitsPerSample   = LittleEndian16((SHORT)bitsPerSample);
+  wav->header.numChannels     = LittleEndian16((SHORT)numChannels);
+  wav->header.blockAlign      = LittleEndian16((SHORT)(numChannels * (bitsPerSample >> 3)));
+  wav->header.sampleRate      = LittleEndian32(sampleRate);
+  wav->header.bytesPerSecond  = LittleEndian32(sampleRate * wav->header.blockAlign);
+  FDKstrcpy(wav->header.dataType, "data");
+  wav->header.dataSize        = LittleEndian32(0x7fffffff - 36);
+
+
+  size = sizeof(WAV_HEADER);
+  if (FDKfwrite(&wav->header, 1, size, wav->fp) != size)
+  {
+      FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n", outputFilename);
+      goto bail;
+  }
+
+
+  wav->header.dataSize = wav->header.riffSize = 0;
+
+  *pWav = wav;
+
+  return 0;
+
+bail:
+  if (wav) {
+    if (wav->fp) {
+      FDKfclose(wav->fp);
+    }
+    FDKfree(wav);
+  }
+
+  pWav = NULL;
+
+  return -1;
+}
+
+
+/**
+ * WAV_OutputWrite
+ * \brief Write data to WAV file asociated to WAV handle
+ *
+ * \param wav handle of wave file
+ * \param sampleBuffer pointer to audio samples, right justified integer values
+ * \param nBufBits size in bits of each audio sample in sampleBuffer
+ * \param nSigBits amount of significant bits of each nBufBits in sampleBuffer
+ *
+ * \return value:    0: ok
+ *                  -1: error
+ */
+INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits)
+{
+    SCHAR *bptr = (SCHAR*)sampleBuffer;
+    SHORT *sptr = (SHORT*)sampleBuffer;
+    LONG  *lptr = (LONG*)sampleBuffer;
+    LONG tmp;
+    
+    int bps = Unpack(wav->header.bitsPerSample);
+    UINT i;
+
+    /* Pack samples if required */
+    if (bps == nBufBits && bps == nSigBits) {
+      if (FDKfwrite_EL(sampleBuffer, (bps>>3), numberOfSamples, wav->fp) != numberOfSamples)
+      {
+        FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);
+        return -1;
+      }
+    } else  {
+      for (i=0; i<numberOfSamples; i++)
+      {
+        int result;
+        int shift;
+        
+        switch (nBufBits) {
+          case 8:  tmp = *bptr++; break;
+          case 16: tmp = *sptr++; break;
+          case 32: tmp = *lptr++; break;
+          default: return -1;
+        }
+        /* Adapt sample size */
+        shift = (nBufBits-nSigBits)-(32-bps);
+
+        /* Correct alignment difference between 32 bit data buffer "tmp" and 24 bits to be written. */
+        if ( !IS_LITTLE_ENDIAN() && bps == 24) {
+          shift += 8;
+        }
+
+        if (shift < 0)
+          tmp >>= -shift;
+        else
+          tmp <<= shift;
+
+        /* Write sample */        
+        result=FDKfwrite_EL(&tmp, bps>>3, 1, wav->fp);
+        if (result <= 0) {
+          FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);
+          return -1;
+        }
+      }
+    } 
+
+    wav->header.dataSize += (numberOfSamples * (bps>>3));
+    return 0;
+}
+
+
+/**
+ * WAV_OutputClose
+ * \brief Close WAV Output handle
+ * \param pWav pointer to WAV handle. *pWav is set to NULL.
+ */
+void WAV_OutputClose(HANDLE_WAV *pWav)
+{
+  HANDLE_WAV wav = *pWav;
+  UINT size = 0;
+
+  if ( wav == NULL ) {
+      return;
+  }
+
+  wav->header.dataSize = LittleEndian32(wav->header.dataSize);
+  wav->header.riffSize = LittleEndian32(wav->header.dataSize + 36);
+
+  if (wav->fp != NULL)
+  {
+    if (FDKfseek(wav->fp, 0, FDKSEEK_SET)) {
+       FDKprintf("WAV_OutputClose(): fseek() failed.\n");
+    }
+
+  size = sizeof(WAV_HEADER);
+    if (FDKfwrite(&wav->header.riffType, 1, size, wav->fp) != size)
+    {
+        FDKprintfErr("WAV_OutputClose(): unable to write header\n");
+       }
+
+    if (FDKfclose(wav->fp))
+    {
+        FDKprintfErr("WAV_OutputClose(): unable to close wav file\n");
+    }
+    wav->fp = NULL;
+  }
+
+  FDKfree(wav);
+  *pWav = NULL;
+}
+
diff --git a/m4/.gitkeep b/m4/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/wavreader.c b/wavreader.c
new file mode 100644 (file)
index 0000000..f672001
--- /dev/null
@@ -0,0 +1,163 @@
+/* ------------------------------------------------------------------
+ * Copyright (C) 2009 Martin Storsjo
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+ * express or implied.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ * -------------------------------------------------------------------
+ */
+
+#include "wavreader.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdint.h>
+
+#define TAG(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
+
+struct wav_reader {
+       FILE *wav;
+       uint32_t data_length;
+
+       int format;
+       int sample_rate;
+       int bits_per_sample;
+       int channels;
+       int byte_rate;
+       int block_align;
+};
+
+static uint32_t read_tag(struct wav_reader* wr) {
+       uint32_t tag = 0;
+       tag = (tag << 8) | fgetc(wr->wav);
+       tag = (tag << 8) | fgetc(wr->wav);
+       tag = (tag << 8) | fgetc(wr->wav);
+       tag = (tag << 8) | fgetc(wr->wav);
+       return tag;
+}
+
+static uint32_t read_int32(struct wav_reader* wr) {
+       uint32_t value = 0;
+       value |= fgetc(wr->wav) <<  0;
+       value |= fgetc(wr->wav) <<  8;
+       value |= fgetc(wr->wav) << 16;
+       value |= fgetc(wr->wav) << 24;
+       return value;
+}
+
+static uint16_t read_int16(struct wav_reader* wr) {
+       uint16_t value = 0;
+       value |= fgetc(wr->wav) << 0;
+       value |= fgetc(wr->wav) << 8;
+       return value;
+}
+
+void* wav_read_open(const char *filename) {
+       struct wav_reader* wr = (struct wav_reader*) malloc(sizeof(*wr));
+       long data_pos = 0;
+       memset(wr, 0, sizeof(*wr));
+
+       wr->wav = fopen(filename, "rb");
+       if (wr->wav == NULL) {
+               free(wr);
+               return NULL;
+       }
+
+       while (1) {
+               uint32_t tag, tag2, length;
+               tag = read_tag(wr);
+               if (feof(wr->wav))
+                       break;
+               length = read_int32(wr);
+               if (tag != TAG('R', 'I', 'F', 'F') || length < 4) {
+                       fseek(wr->wav, length, SEEK_CUR);
+                       continue;
+               }
+               tag2 = read_tag(wr);
+               length -= 4;
+               if (tag2 != TAG('W', 'A', 'V', 'E')) {
+                       fseek(wr->wav, length, SEEK_CUR);
+                       continue;
+               }
+               // RIFF chunk found, iterate through it
+               while (length >= 8) {
+                       uint32_t subtag, sublength;
+                       subtag = read_tag(wr);
+                       if (feof(wr->wav))
+                               break;
+                       sublength = read_int32(wr);
+                       length -= 8;
+                       if (length < sublength)
+                               break;
+                       if (subtag == TAG('f', 'm', 't', ' ')) {
+                               if (sublength < 16) {
+                                       // Insufficient data for 'fmt '
+                                       break;
+                               }
+                               wr->format          = read_int16(wr);
+                               wr->channels        = read_int16(wr);
+                               wr->sample_rate     = read_int32(wr);
+                               wr->byte_rate       = read_int32(wr);
+                               wr->block_align     = read_int16(wr);
+                               wr->bits_per_sample = read_int16(wr);
+                               fseek(wr->wav, sublength - 16, SEEK_CUR);
+                       } else if (subtag == TAG('d', 'a', 't', 'a')) {
+                               data_pos = ftell(wr->wav);
+                               wr->data_length = sublength;
+                               fseek(wr->wav, sublength, SEEK_CUR);
+                       } else {
+                               fseek(wr->wav, sublength, SEEK_CUR);
+                       }
+                       length -= sublength;
+               }
+               if (length > 0) {
+                       // Bad chunk?
+                       fseek(wr->wav, length, SEEK_CUR);
+               }
+       }
+       fseek(wr->wav, data_pos, SEEK_SET);
+       return wr;
+}
+
+void wav_read_close(void* obj) {
+       struct wav_reader* wr = (struct wav_reader*) obj;
+       fclose(wr->wav);
+       free(wr);
+}
+
+int wav_get_header(void* obj, int* format, int* channels, int* sample_rate, int* bits_per_sample, unsigned int* data_length) {
+       struct wav_reader* wr = (struct wav_reader*) obj;
+       if (format)
+               *format = wr->format;
+       if (channels)
+               *channels = wr->channels;
+       if (sample_rate)
+               *sample_rate = wr->sample_rate;
+       if (bits_per_sample)
+               *bits_per_sample = wr->bits_per_sample;
+       if (data_length)
+               *data_length = wr->data_length;
+       return wr->format && wr->sample_rate;
+}
+
+int wav_read_data(void* obj, unsigned char* data, unsigned int length) {
+       struct wav_reader* wr = (struct wav_reader*) obj;
+       int n;
+       if (wr->wav == NULL)
+               return -1;
+       if (length > wr->data_length)
+               length = wr->data_length;
+       n = fread(data, 1, length, wr->wav);
+       wr->data_length -= length;
+       return n;
+}
+
diff --git a/wavreader.h b/wavreader.h
new file mode 100644 (file)
index 0000000..57a13ff
--- /dev/null
@@ -0,0 +1,37 @@
+/* ------------------------------------------------------------------
+ * Copyright (C) 2009 Martin Storsjo
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+ * express or implied.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ * -------------------------------------------------------------------
+ */
+
+#ifndef WAVREADER_H
+#define WAVREADER_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void* wav_read_open(const char *filename);
+void wav_read_close(void* obj);
+
+int wav_get_header(void* obj, int* format, int* channels, int* sample_rate, int* bits_per_sample, unsigned int* data_length);
+int wav_read_data(void* obj, unsigned char* data, unsigned int length);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+